/*
Compass Template
http://www.templatemo.com/preview/templatemo_454_compass
*/

/* 
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* start preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #D3D742;
}

.sk-spinner-wave.sk-spinner {
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: #ffffff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
/* end preloader */

body {
    line-height: 1;
    height: 100%;
}

html {
    height: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
    font: 13px/23px "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    color: #777777;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
    border: 0;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#services, #portfolio, #about, #contact {
    padding-top: 120px;
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
    background: #D3D742;
    color: white;
    padding: 10px 0;
}

    .top-header .left-header span {
        display: inline-block;
        margin: 8px 30px 0 0;
    }

        .top-header .left-header span i {
            margin-right: 10px;
        }

    .top-header .right-header ul.social-icons li {
        display: inline-block;
    }

        .top-header .right-header ul.social-icons li a {
            color: white;
            width: 32px;
            height: 32px;
            text-align: center;
            line-height: 30px;
            border: 1px solid white;
            -webkit-border-radius: 16px;
            border-radius: 16px;
            margin: 0 5px;
        }

            .top-header .right-header ul.social-icons li a:hover {
                background-color: white;
                color: #e3722e;
            }

.main-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 40px 0;
    background: rgba(256, 256, 256, 0.0);
    /*-webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .main-header .logo {
        margin-top: -10px;
    }

        .main-header .logo h1 {
            font-size: 28px;
            font-weight: 700;
            text-transform: uppercase;
        }

            .main-header .logo h1 a {
                color: #444444;
            }

    .main-header .menu {
        margin-top: 10px;
    }

        .main-header .menu ul li {
            display: inline-block;
            margin-left: 15px;
        }

            .main-header .menu ul li a {
                text-transform: uppercase;
                color: #777777;
                font-size: 14px;
                padding: 8px 15px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
            }

                .main-header .menu ul li a.current {
                    background: #D3D742;
                    color: white;
                }

.main-header-shrink {
    padding: 10px 0px 3px 0px;
    top: 0;
    background-color: rgba(0,0,0,0.8);
}

.responsive-menu {
    position: relative;
    top: -25px;
}

    .responsive-menu .toggle-menu {
        font-size: 24px;
        /*color: #D3D742;*/
        color: #FFFFFF;
    }

    .responsive-menu .menu {
        display: none;
        position: absolute;
        top: 52px;
        right: 0px;
        /*width: 100%;*/
        width: 200px;
        background-color: #9f9e9e;
    }

        .responsive-menu .menu ul li {
            display: block;
            text-align: left;
            border-bottom: 1px solid #969696;
            margin: 0;
        }

            .responsive-menu .menu ul li:last-child {
                border-bottom: 0;
            }

            .responsive-menu .menu ul li a {
                color: white;
                padding: 15px 20px;
                display: block;
                -webkit-border-radius: 0;
                border-radius: 0;
            }

                .responsive-menu .menu ul li a.current {
                    background-color: #D3D742;
                }

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
    margin-bottom: 80px;
}

    .title-section h2 {
        font-size: 24px;
        font-weight: normal;
        text-transform: uppercase;
        display: block;
        margin-bottom: 20px;
    }

    .title-section span {
        display: block;
        width: 70px;
        height: 4px;
        background: #D3D742;
        margin: 0 auto;
    }

.widget-title {
    font-family: 'Droid Sans';
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
    color: #D3D742;
}

.mainBtn {
    background-color: #D3D742;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .mainBtn:hover {
        background-color: #444444;
    }

/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
#services .service-item .service-header {
    padding-bottom: 20px;
    clear: both;
}

    #services .service-item .service-header i {
        color: #8A8A8A;
        font-size: 48px;
        float: left;
        margin-right: 25px;
    }

    #services .service-item .service-header h3 {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 600;
        color: #BEC13E;
    }

#services .service-description {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #191919;
}

#services .icon_services {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #E5E866;
    margin-right: 5px;
}

/*------------------------------------------------------
	clients Styles 
--------------------------------------------------------*/
#clients {
    padding-top: 100px;
    padding-bottom: 20px;
    clear: both;
}

    #clients .margin_logos {
        margin-bottom: 20px;
    }

/*------------------------------------------------------
	partners Styles 
--------------------------------------------------------*/
#partners {
    padding-top: 100px;
    padding-bottom: 20px;
    clear: both;
}

/*------------------------------------------------------
	related Styles 
--------------------------------------------------------*/
#related {
    padding-top: 100px;
    padding-bottom: 20px;
    clear: both;
}


/*------------------------------------------------------
	Industries Styles 
--------------------------------------------------------*/
#industries {
    padding-bottom: 80px;
    padding-top: 120px;
    margin-top: 100px;
    background: url(../images/002.jpg) no-repeat;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

    #industries .industries-text {
        font-family: 'Droid Sans';
        color: #FFFFFF;
        font-size: 26px;
        font-weight: 400;
        line-height: 50px;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    }

    #industries .title-section h2 {
        color: white;
    }


/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about .progess-bars li .progress {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #D3D742;
    height: 30px;
    margin-bottom: 15px;
}

#about .progess-bars li .progress-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 30px;
    background: #5F6269;
    text-transform: uppercase;
}

#about .our-team {
    margin-top: 80px;
}

    #about .our-team .team-member {
        overflow: hidden;
    }

        #about .our-team .team-member .member-img {
            width: 100%;
            position: relative;
        }

            #about .our-team .team-member .member-img img {
                width: 100%;
                height: auto;
            }

            #about .our-team .team-member .member-img .overlay {
                top: 0;
                left: 0;
                position: absolute;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.6);
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                #about .our-team .team-member .member-img .overlay .social {
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                    #about .our-team .team-member .member-img .overlay .social li {
                        display: inline-block;
                        float: left;
                        margin-right: 1px;
                    }

                        #about .our-team .team-member .member-img .overlay .social li a {
                            display: block;
                            color: white;
                            background-color: rgba(255, 255, 255, 0.2);
                            width: 40px;
                            height: 40px;
                            text-align: center;
                            line-height: 40px;
                        }

                            #about .our-team .team-member .member-img .overlay .social li a:hover {
                                background-color: rgba(218, 214, 43, 0.6);
                            }

            #about .our-team .team-member .member-img:hover .overlay {
                opacity: 1;
                visibility: visible;
            }

        #about .our-team .team-member .inner-content {
            background: #FBFBFB;
            border: 0px solid #d6d6d6;
            border-top: 0;
            padding: 20px;
            min-height: 120px;
        }

            #about .our-team .team-member .inner-content h5 {
                font-family: 'Droid Sans';
                text-transform: uppercase;
                font-size: 18px;
                font-weight: 500;
                color: #D3D742;
                margin-bottom: 10px;
            }

            #about .our-team .team-member .inner-content span {
                color: #444444;
                margin-bottom: 16px;
                display: block;
                font-size: 14px;
            }

#about p {
    color: #191919;
    font-size: 20px;
}

#about .inner-content p {
    font-size: 16px;
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/

#mail-status {
            padding: 12px 20px;
            width: 100%;
            display:none; 
            font-size: 1em;
            font-family: "Georgia", Times, serif;
            color: rgb(40, 40, 40);
        }
      .error{background-color: #F7902D;  margin-bottom: 40px;}
      .success{background-color: #48e0a4; }
        .g-recaptcha {margin: 0 0 25px 0;}    



#contact .contact-form .full-row {
    width: 100%;
    margin-bottom: 20px;
}

#contact .contact-form input, #contact .contact-form textarea {
    outline: 0;
    display: block;
    border: 1px solid #cccccc;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    color: #777777;
}

#contact .contact-form label {
    display: block;
    margin-bottom: 5px;
}

#contact .contact-form input.mainBtn {
    display: inline-block;
    width: auto;
    border: 0;
    padding: 10px 15px;
    color: white;
}

#contact .map-holder {
    padding: 5px 5px 0px 5px;
    background-color: white;
    border: 1px solid #d6d6d6;
}

#contact .contact-info {
    margin-top: 30px;
}

    #contact .contact-info span {
        margin-top: 20px;
        display: block;
        font-size: 14px;
    }

        #contact .contact-info span i {
            color: #D3D742;
            font-size: 16px;
            margin-right: 12px;
        }

#mapiframe {
    width: 100%;
    height: 100%;
    min-height: 250px;
}

.flexslider {
    /*margin-top: -8px;*/
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
}

.flex-direction-nav a {
    color: #444444;
    width: 40px;
    height: 40px;
    background-color: white;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: -20px 0 0 0;
    text-align: center;
    line-height: 40px;
}

.flex-caption {
    position: absolute;
    top: 39%;
    width: 100%;
    text-align: center;
    z-index: 999;
    color: white;
    /*text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.8);*/
}

    .flex-caption h2 {
        font-family: 'Droid Sans', sans-serif;
        font-size: 80px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 90px;
        color: #FFFFFF;
    }

    .flex-caption p {
        font-size: 30px;
        font-family: 'Droid Serif', serif;
        line-height: 34px;
    }

    .flex-caption span {
        background: url(../images/slider-dec.png) no-repeat;
        width: 60px;
        height: 9px;
        display: block;
        margin: 30px auto;
    }

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
    margin-top: 0px;
    background-color: #191919;
    color: white;
    padding: 25px 0;
}

    .site-footer p {
        margin-top: 10px;
    }

    .site-footer a:hover, a:active, a:focus {
        color: #D3D742;
        text-align: center;
    }
    .site-footer a {
        color: white;
        text-align: center;
    }

    .site-footer .go-top {
        float: right;
        text-transform: uppercase;
    }

        .site-footer .go-top i {
            display: block;
        }

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
    .flexslider {
        margin-top: 0px;
    }

    .main-header {
        padding: 15px 0;
    }

        .main-header .logo {
            margin-top: -5px;
        }

    .service-item, .team-member {
        margin-bottom: 50px;
    }

    .our-skills {
        margin-top: 60px;
    }

    .flex-caption {
        top: 20%;
    }

        .flex-caption h2 {
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 20px;
        }
        .flex-caption span {
            display:none;
        }

        .flex-caption p {
            font-size: 14px;
            width: 70%;
            margin: 0 auto;
        }

    .left-header, .right-header {
        text-align: center;
    }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
    .flex-caption {
        display: block;
    }

    .contact-form {
        margin-bottom: 60px;
    }

    .main-header {
        height: 80px;
    }

        .main-header .logo {
            margin: 0;
        }

    .flexslider {
        margin-top: 0px;
    }

    .responsive-menu .menu {
        top: 32px;
    }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/



.video_blurb {
    font-family: 'Droid Sans', sans-serif;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 90px;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 30%;
}

    .video_blurb h1 {
        font-family: 'Droid Sans', sans-serif;
        font-size: 80px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 90px;
        color: #FFFFFF;
    }

    .video_blurb h2 {
        font-family: 'Droid Sans', sans-serif;
        font-size: 50px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 50px;
        color: #FFFFFF;
    }

    .video_blurb h3 {
        font-family: 'Droid Sans', sans-serif;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 40px;
        color: #FFFFFF;
    }

/*NEW*/
.fullscreen-bg {
    /*position: fixed;*/
    /*min-height: 800px;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    position: relative;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
}



@media (max-width: 767px) {
    .fullscreen-bg {
        min-height: 300px;
        background: url('../images/videoframe.jpg') center center no-repeat;
    }

    video {
        display: block;
    }

    .video_blurb h1 {
        font-size: 30px;
        line-height: 32px;
    }

    .video_blurb h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .video_blurb h3 {
        font-size: 20px;
        line-height: 22px;
    }

    .video_blurb {
        top: 25%;
    }
}

video {
    position: absolute;
    max-width: inherit !important;
    min-height: 0 !important;
    min-width: 0 !important;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    overflow: hidden;
    z-index: -1;
}

.tall {
    width: auto !important;
    height: 101% !important;
}

@media (min-aspect-ratio: 16/9) {
    .tall {
        height: auto !important;
        width: 100% !important;
    }
}

.area_text {
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 300;
    line-height: 26px;
}

.panel_grey {
    background-color: rgba(0,0,0,0.5);
    padding-top: 40px;
    padding-bottom: 40px;
}

#partners .sponsor_logos {
}

/********************************
NEWS
********************************/
#news {
    padding-top: 100px;
}

    #news .news_date {
        font-size: 12px;
        font-family: 'Open Sans';
        font-weight: 300;
        line-height: 16px;
        color: #000000;
    }

    #news .news_title {
        font-size: 16px;
        font-family: 'Open Sans';
        font-weight: 400;
        line-height: 20px;
        color: #22335A;
    }

    #news .news_text {
        font-size: 14px;
        font-family: 'Open Sans';
        font-weight: 300;
        line-height: 18px;
        color: #000000;
    }

    #news .contact-form .full-row {
        width: 100%;
        margin-bottom: 20px;
    }

    #news .contact-form input, #news .contact-form textarea {
        outline: 0;
        display: block;
        border: 1px solid #cccccc;
        width: 100%;
        max-width: 100%;
        padding: 8px 10px;
        color: #777777;
    }

    #news .contact-form label {
        display: block;
        margin-bottom: 5px;
    }

    #news .contact-form .mainBtn {
        display: inline-block;
        width: auto;
        border: 1px solid #FFFFFF;
        padding: 10px 15px;
        color: white;
    }

    #news .suscribe_panel {
        background-color: #D3D742;
        padding-top: 30px;
        padding-bottom: 30px;
        color: #FFFFFF;
        padding-left: 20px;
        padding-right: 20px;
    }

#news_details {
    padding-top: 50px;
}

    #news_details .news_date {
        font-size: 12px;
        font-family: 'Open Sans';
        font-weight: 300;
        line-height: 16px;
        color: #000000;
    }

    #news_details .news_title {
        font-size: 16px;
        font-family: 'Open Sans';
        font-weight: 400;
        line-height: 20px;
        color: #22335A;
    }

    #news_details .news_text {
        font-size: 14px;
        font-family: 'Open Sans';
        font-weight: 300;
        line-height: 18px;
        color: #000000;
    }

    #news_details .news_description {
        font-size: 13px;
        font-family: 'Open Sans';
        font-weight: 300;
        line-height: 15px;
        color: #000000;
    }


/********************************
SOCIAL
********************************/
#social {
    margin-top: 50px;
    padding-top: 150px;
    background-color: #D3D742;
    color: #FFFFFF;
    padding-bottom: 80px;
}

    #social h2 {
        color: #FFFFFF;
    }

    #social span {
        color: #000000 !Important;
    }

    #social .title-section span {
        background: #FFFFFF;
    }

/********************************
MAP AMERICAS
********************************/
#map_americas {
    margin-top: 50px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 10px;
    background-image: url('../images/bck_americas.jpg');
    background-color: #4F4F4F;
    background-repeat: no-repeat;
    background-position: center top;
    color: #FFFFFF;
    min-height: 512px;
}

#map_americasl h2 {
    color: #FFFFFF;
}

#map_americas .map_panel {
    padding: 25px;
    background-color: rgba(255,255,255, 0.5);
    color: #FFFFFF;
    font-size: 15px;
    line-height: 20px;
    min-height: 400px;
}

.lang_bar {
    color: #ffffff;
    font-family: 'Droid Sans';
    font-size: 16px;
    margin-top: -5px;
}

.example-popup {
position: relative;
background: #FFF;
padding: 20px;
width: auto;
max-width: 500px;
margin: 20px auto;
}

#mail-status {
    padding: 20px;
    background: #D3D742;
    color: #000;
}
