/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img{
    height:auto;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




@font-face {
    font-family: 'quintus_trialbold';
    src: url('fonts/quintus_b_trial-webfont.woff2') format('woff2'),
         url('fonts/quintus_b_trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,body{
    overflow-x:hidden;
}
body { font-family: 'Roboto Condensed', sans-serif; }
#wpadminbar{
    display:none !important;
}

.hidethismenu{
    display:none;
}
.page-template-template-services .hidethismenu{
    display: block !important;
}
.submenu-dropdown{
    position: absolute;
    width: 45px;
   height: 42px;
    display: block;
    top: 0;
    left: 0;
    background: #cccccc url('../images/plus.png') no-repeat -4px 0px;
    cursor:pointer;
}
.submenu-dropdown.active-subs{
    background: #cccccc url('../images/minus.png') no-repeat -4px 0px;
}
h3{
    font-size: 25px;
    font-weight: 300;
    color:#4d4d4d;
}
.container{
    margin: 0 auto;
    width: 1280px;
}
.container div{
     box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

ul{
        padding: 0;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}
img{
    max-width:100%;
}
.header{
    margin-top: 0;
    float: left;
    width: 100%;
    height: 125px
}

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

.header .logo-container{
    margin-bottom: 0;
    text-align: left;
    position: relative;
    z-index: 9;
    float: left;
    width: 40%;
    padding: 0px 0 0;
}
#site-navigation2 ul {
    border-top:1px solid #2E3191;
    margin:0;
    padding: 1em 0;
}
.main-navigation{
    width: 60%;
    float: right;
    padding: 0 ;
    margin-top: 0px;
    position: relative;
    z-index: 9;
}
.main-navigation ul {
    float: right;
}
.main-navigation ul li{
    float:left;
    list-style: none;
}
.main-navigation ul li a{
    display: block;
    color: #000000;
    font-size: 16px;
    margin: 0 0px 0px 22px;
    text-transform: uppercase;
}
    .main-navigation ul li.current-page-ancestor a,
    .main-navigation ul li.current_page_item a,
    .main-navigation ul li a:hover{
        text-decoration: none;
        color:#000000;
        font-weight: bold;
        border-top:2px solid #000;
    }
    .main-navigation ul li a:hover{
        color:#ffe700 ;
    }

    .submenu ul li:hover a,
    .submenu ul li.current_page_item a{
        color:#FFFF00;
    }
.bx-controls-direction{
    display:none;
}
#site-navigation2 ul li:first-child a{
    padding: 0 0;
}
.icon a{
    background: url('../images/social-media.png') no-repeat 0 0;
}

.header .social-icons{
    width: 50%;
    float: right;
    padding: 15px 0;
    margin-top: 0px;
    position: relative;
    z-index: 9;
}

.header .social-icons ul{
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.header .social-icons ul li{
    /*float: left;*/
    margin-left: 10px;
    display:inline-block;
    font-size: 15px;
    font-weight:bold;
    color:#1D1D1B;
    text-align: left;
}
.header .social-icons ul li.addres-text{
	text-align: right;
}
.header .social-icons ul li.fb{
    position: relative;
    top: -18px;
}
.header .social-icons ul li.phone{
    position: relative;
    top: -18px;
    display:none;
}
.header .social-icons ul li img{
    position: relative;
    top:-2px;
    left:-4px;
}
.header .social-icons ul li a{
    text-indent: -9999999px;
    display: block;

}

.icon.fb a{
    background-position: -2px -2px;
    width: 30px;
    height: 30px;
}
.icon.fb:hover a{
    background-position: -43px -2px;
}
.icon.phone a{
    background-position: -2px -35px;
    width: 30px;
    height: 30px;
    display:none;
}
.icon.phone:hover a {
    background-position: -43px -35px;
}

.icon.instagram a{
    background-position: -83px 0;
    width: 20px;
    height: 21px;
}

.metaslider {
    max-width: 100% !important;
}


.metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none !important;
    color: white;
    opacity: 1 !important;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
    height: 100% !important;
}

.flexslider .slides h3{
    line-height: 24px;
    font-size: 22px;
    color:#000000;
    font-weight: bold;
    margin:0;
}
.flexslider .slides p{
    line-height: 20px;
    font-size: 18px;
    color:#000000;
}
.flexslider .slides .button-banner {
    line-height: 19px;
    float: left;
    width: 100%;
    text-align: right;
    margin: 12px 0;
    
}
.flexslider .slides a{
    line-height: 19px;
    font-size: 17px;
    color:#fff;
    background:#000;
    padding:8px 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.flexslider .slides a:hover{
    color:#000;
    background:#fff;
}
.flex-control-nav {
    max-width: 1280px !important;
    bottom: 28% !important;
    line-height: 11px;
    z-index: 99 !important;
    margin-left: -640px !important;
    text-align: right !important;
    left: 50% !important;
}

.flex-control-paging li a{
}
.flex-control-paging li a.flex-active{

    background: #FFFF00 !important;
    width:14px !important;
    height:14px !important;
}
.flex-control-nav li{text-align:left !important;}
.flex-control-paging li a{
    border-radius : 0 !important;
    background: #000000 !important;
    width:12px !important;
    height:12px !important;

}
.metaslider .caption{
    line-height: 501px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 48px;
    
    height: 100%;
    max-width: 1280px;
    margin: auto;
}

.metaslider .caption h2{
    font-size: 48px;
    
    margin-top: -91px;
}
.banner-input{
    float:right;
    text-align:right;
    padding:20px 20px;
    background:#FFFF00;
}
.dropdown-site {
    background: url(../images/arrow-up.png) no-repeat top center;
    width: 71px;
    height: 71px;
    display: block;
    position: absolute;
        top: -112px;
    right: 39px;
    cursor: pointer;
}

.dropdown-site:hover {
    background: url(../images/arrow-up-hover.png) no-repeat top center;
}
iframe{
    max-width:100%;
}
.text-left{
    margin-top: -71px;
    float:left;
    width:100%;
}
.text-left p{
    background: #FFFF00;
    display: inline-block;    
    padding: 16px 127px 23px 30px;
    color: #000;
    font-size: 30px;
    line-height: 20px;
    font-weight: bold;
    position: relative;
    margin: 0;
    max-width: 600px;
}
.cols-2{
    width: 46%;
    margin: 30px 4% 30px 0;
    float: left;
}
.single .content-area ul li, .single .content-area p ,
.single .cols-2{
    font-weight: 300;
    font-size:15px;
}
.su-spoiler-icon{
    display:none !important;
}
.su-spoiler-style-default > .su-spoiler-title{
    padding:0 !important;
}
.su-spoiler.su-spoiler-style-default > .su-spoiler-title{
    background: #000 url('../images/ac-up.png') no-repeat top right;
    color:#fff !important;
    padding:12px 20px !important;
    font-size: 18px !important;
    font-weight: bold;
}
.su-spoiler.su-spoiler-style-default.su-spoiler-closed > .su-spoiler-title{
    background: #000 url('../images/ac-down.png') no-repeat top right;
}
.single .slide-effect-widget{
        max-width: 315px;
        margin-top:30px;
}
.text-left p span{    
    line-height: 51px;
    height: auto;
    display: inline-block;
}
.text-left p span.sub-title{
    font-size: 18px;
    color:#000;
    display:block;
    font-weight: normal;
    line-height: 18px;
}   


.text-left p span .border-line{
    content: "";
    border-bottom: 2px solid #fff;
    width: 300%;
    height: 2px;
    display: inline-block;
    position: relative;
    right: 200%;
    z-index: 9;
}
/*.text-left p:after{
    content:"";
    top:0;
    background:#eb1c24;
    right:100%;
    width:100%;
    height:100%;
    position: relative;
    display: inline-block;
    position: absolute;
    display: block;
}*/

.homepage-content-w{
    padding: 50px 0;
    text-align: center;
    background: #000;
    margin-bottom: 50px;
}
.homepage-content-w h3{
        color: #FFFF00;
    margin: 0 0 21px;
}
.homepage-content-w h3 a{color: #FFFF00;}
.homepage-content-w h3 a:hover{color: #FFF;}
.homepage-content-w p{
    padding: 0 15%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.contact-form-wrapper{
    margin-top: 0;
    padding: 25px 0;
    background-image: url('../images/background-parallax.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.contact-form-wrapper h3{
    text-align:center;
    color:#fff;
    margin-bottom: 38px;
    font-weight: bold;
}
.text-right{
    position: relative;
    top: -35px;
    width:100%;
    clear:both;
}
.text-right p{
    background: #eb1c24;
    display: inline-block;
    padding: 43px 127px 22px 0;
    color: #fff;
    font-size: 40px;
    line-height: 20px;
    font-family: 'quintus_trialbold';
    position: relative;
    margin: 0;
    padding-left: 40px;
}
.text-right p span{
    line-height: 20px;
    height: 40px;
    display: inline-block;
}
.text-right p span .border-line{
    content: "";
    border-bottom: 2px solid #fff;
    width: 1000%;
    height: 2px;
    display: inline-block;
    z-index: 9;
    position: relative;
}
.text-right p:after{
    content: "";
    top: 0;
    background: #eb1c24;
    left: 100%;
    width: 200%;
    height: 100%;
    position: relative;
    display: inline-block;
    position: absolute;
    display: block;
}
.border-blue{
    border:17px solid #2E3191;
    margin-top: -34px;
}
.featured-item{
    float:left;
    width:23%;
    margin:0 1%;
    text-align: left;
}
.featured-pages{
    background:#fff;
    text-align:center;
    margin-top:2px ;
        padding: 0px 0 30px;
}
.featured-pages h3{
    margin-bottom: 38px;
}
.featured-pages h3 a{
	font-size: 25px;
    font-weight: 300;
    color: #4d4d4d;
    text-decoration: none;
}
.featured-pages h3 a:hover{
    color:#FFFF00;
}
.featured-item img{
    margin:12px 0;
}
.featured-item a{display:block;}
/*.featured-item a img.hovered{
    display: none;
}
.featured-item:hover a img.hovered{display: inline;}
.featured-item:hover a img.not-hovered{display:none;}*/
.featured-item p a,
.featured-item p{
    font-size: 15px;
    color:#000000;
}
.featured-item p a strong,
.featured-item p strong{
    font-size: 20px;
}
form{
    max-width: 580px;
    margin: auto;
}
textarea,
form input[type="email"],
form input[type="text"]{
    color:#fff;
    border: 1px solid #fff ;
    padding: 8px 15px;
    width:100%;
    background:none !important;
}

.home-content textarea,
.home-content form input[type="email"],
.home-content form input[type="text"]{
    color:#000;
    border: 1px solid #000 ;
    padding: 8px 15px;
    width:100%;
    background:none !important;
}
span.wpcf7-list-item {
    display: block !important;
    margin: 7px 0 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.home-content ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.home-content ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.home-content :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.home-content :-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.f-cols3{
    width:31.33%;
    float:left;
    margin:12px 1%;
}
.f-cols23{
    width: 64.66%;
    margin:12px 1%;
    float:left;
}
.f-cols13{
    width:31.33%;
    margin:12px 1%;
    float:left;
}
form{
    max-width:100%;
}
textarea{
    height:150px !important;
}
.input-wrapper{
    margin-bottom:15px;
}

form input[type="submit"]{
    background:#FFFF00;    
    width:100%;
    border:0;
    padding:12px 12px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color:#000;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
form input[type="submit"]:hover{
    background:#000;
    color:#FFFF00;
    text-transform: uppercase;
}
.banner{
    height: 501px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner h3{
    line-height: 501px;
    vertical-align: middle;
    text-align: center;
    color:#fff;
    font-size: 48px;
     
}
.gallery-columns-5{}
.gallery-columns-5 .gallery-item{
    width:18%;
    margin:1% 1%;
    float:left;
}

.gallery-columns-6{}
.gallery-columns-6 .gallery-item img{
    width:100%;
    height:auto;
}
.gallery-columns-6 .gallery-item{
    width:13.66%;
    margin:1.5% 1.5%;
    float:left;
}
.content-area{
    width: 100%;
}

.content-area h1{
    text-align: center;
    color: #EC1C24;
    font-family: 'quintus_trialbold';
    line-height: 40px;
    font-size: 35px;
    margin-top: 0;
    padding-bottom: 15px;
    text-align:left;
    margin-bottom: 40px;
    border-bottom: 1px solid #EC1C24;
}
.content-area h2{
    font-size: 30px;
    /*color:#2E3191;*/
    color:#000;
    font-weight:bold;
    margin-top:0;
    padding-bottom: 12px;

    /*border-bottom: 1px solid #2E3191;*/
}
.content-area h3{
    font-size: 20px;
    font-weight: bold;
    color:#4d4d4d;
}
.content-area h3 a{
	color:#4d4d4d;
	font-size: 20px;
}
.content-area ul{
    padding: 0 0 0 20px;
    margin: 0 0 13px 20px;
}
.content-area p a{
    /*color: #2E3191;*/
    color:#000;
}
.content-area p a:active,
.content-area p a:focus,
.content-area p a:hover{
    text-decoration: none; 
    /*color: #ec1c24;*/
    color:#FFFF00;
}

.content-area h2 .border-bottom{
    height: 2px;
    width: 34%;
    margin: 5px auto;
    background: #946927;
}

.landmarks-cols img{
    width:100%;
    height:auto;
}
.landmarks-cols{
    width:29.33%;
    margin: 1% 1%;
    float:left;
    text-align: center;
}

.content-area .landmarks-cols p{
  font-size: 16px;
  
  color:#814F07;
}
.content-area .landmarks-cols p.landmarks-title{
    font-size: 21px;
  
  font-weight: bold;
  color:#F20E70;
  margin:20px 0 12px;
}
.banner-silder{
    overflow:hidden;
    width: 100%;
}
.banner-silder .f-pimage img{
    width:100%;
    height:auto;
}
.content-area ul li,
.content-area p{
    color: #000;
    font-size: 18px;
    line-height: 25px;
}

.content-area p.first-paragraph{
    color:#F20E70;
}

.content-area .home-content{
    float: left;
    width: 65%;
    margin-right: 2%;
    padding: 57px 0;
}

.content-area .left-content{
        float: left;
    width: 48%;
    margin-left: 0;
    padding: 0 15px;
}
.content-area .left-content img{
    width:100%;
    height:auto;
}

.content-area .home-content{ display: table; }
.content-area .home-content .vertical-align { display: table-cell; vertical-align: middle; }
.submenu{
    overflow: hidden;
    width: 100%;
    background: #000;
}
.submenu ul {
    margin: 0;
    padding: 0;
    float: right;
    max-width: 1100px;
}
.submenu ul li{
    list-style:none;
    display:inline-block;
}
.submenu ul li a{
    font-size: 17px;
    color: #fff;
    display: block;
    padding: 12px 1px 12px 15px;  
    position: relative;
    z-index: 9;
}
.cta-box-container{
    width: 100%;
    height: 85px;
    background: #6dc247;
}

.cta-box-wrapper{
    width: 1400px;
    margin: 100px auto;
}

.cta-box-wrapper .cta-left{
    float: left;
    width: 33.3%;
    margin-top: -70px;
}

.cta-box-wrapper .cta-button{
    float: left;
    width: 33.3%;
}

.cta-box-wrapper .cta-right{
    float: left;
    width: 33.3%;
    margin-top: -70px;
}
.sidebar-side{
    width:25%;
    float:right;
}
.slide-relative{
    font-weight: bold;
    font-size: 20px;
    color: #000;
    position:relative;
    overflow:hidden;
    z-index: 2;
    background:#CCCCCC;
}
.slide-relative a{
    background: url(../images/pdf.png) no-repeat right 10px;
    padding: 15px 26px;
    font-weight:bold;
    font-size:20px;
    color:#000000;
    position:relative;
    display:block;
    z-index: 2;
}
.slide-relative:hover a{
    color:#fff;
}
.slide-relative:after{
    position: absolute;
    content:"";
    width: 100%;
    height:100%;
    left:96%;
    top:0;
    background:#FFFF00;
    transition: 0.5s;
}

.slide-relative:hover:after{
    width:100%;
    cursor:pointer;
    left:0;

    background: #000;
}
.slide-effect-widget{
    margin-bottom:20px;
}

.image-effect-widget{
    position: relative;
}
.image-effect-widget p{
    position: absolute;
    width:100%;
    bottom:0;
    margin:0;
    overflow:hidden;
    background: url('../images/bg-trans.png');
}
.image-effect-widget p a{
    color:#fff;
    padding:12px 15px;
    display:block;
    position: relative;
    z-index: 1;
}
.image-effect-widget p:after{
    position: absolute;
    content:"";
    width: 100%;
    height:100%;
    left:96%;
    top:0;
    background:#FFFF00;
    transition: 0.5s;
}
.image-effect-widget:hover p a{
    color:#000;
}
.image-effect-widget:hover p:after{
    width:100%;
    cursor:pointer;
    left:0;
}
.gallery-item{
    width:22%;
    margin:12px 1.5%;
    float:left;
}
.gallery-item img{
    height:auto;
}
.breadcrumbs{
    margin: 40px 0 0px;
    position: relative;
    top: -27px;}
    .single .breadcrumbs{
        text-align: right;
        margin-right: 30px;
    }
.breadcrumbs a{
    color:#000;
    font-weight: normal;
}
.breadcrumbs a:hover{
    font-weight: bold;
}
.sidebar-side{
    margin-bottom: 50px
}
.clearfix{
    clear:both;
}
.btn {
    font-size: 30px;
    background-color: #1F6C22;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 2px 20px 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-top: -20px;
    
    height: 83px;
}

.btn:hover{
    background: #449D8F;
    color:#fff;
}

.scrollable-images{
    width: 100%;
    margin: 20px 0 40px 0;
}

.scrollable-images-wrapper{
    width: 1200px;
    margin: 0 auto;
}

.scrollable-images-wrapper h3{
    color:#6dc247;
    text-align: center;
    text-transform: uppercase;
    
    font-size: 22px;
    margin-bottom: 33px;
    clear:both;
}

ul.sponsors{
    margin:0;
    padding:0;
    list-style: none;
}

ul.sponsors li{
    float: left;
    margin-left: 15px;
    display:inline;
    vertical-align:middle;
    line-height:110px;
}
.project-homepage{
    padding: 35px 0 139px;
    background:#f2f2f2;
}
.project-homepage h3{
    text-align:center;
}
.projects-content{
    background:#4a4a4a;
    color:#fff;
    position: absolute;
    width:100%;
    bottom:0;
    overflow: hidden;
    left:0;

    cursor:pointer;
}
.projects-content .z-indextext a{ 
    color:#fff !important;
    font-size: 14px;
    display: block;
    padding:7px 12px;
}
.projects-content .z-indextext a p{ 
    color:#fff;
    font-size: 14px;
}
.projects-cols:hover .projects-content{
    color:#000;
}
 
.projects-cols:hover .projects-content .z-indextext a, 
.projects-cols:hover .projects-content .z-indextext a p{ 
     color:#000 !important;
}

.projects-content:after{
    position: absolute;
    content:"";
    width: 100%;
    height:100%;
    left:96%;
    top:0;
    background:#FFFF00;
    transition: 0.5s;
}

.projects-cols:hover  .projects-content:after{
    width:100%;
    cursor:pointer;
    left:0;
}
.select-drop{
    padding: 12px 5px;
    width: 320px;
    display: block;
    float: right;
    margin-bottom:30px;
    margin-right:20px;
}
.z-indextext{
   position: relative;
    z-index: 1; 
}
.projects-cols{
    width:22%;
    margin: 12px 1.5%;
    float:left;
    position: relative;

}

.footer{
    width: 100%;
    background: #FFFFFF;
    color:#2E3191;
    padding:0px 0;
}

.footer p{
    margin: 20px 0;
    color:#fff;
}
.footer a{
    color:#FFFFFF;
    text-decoration: none;
}
.footer a:hover{
    color:#ffff00;
}
.footer-greendiv{
    position: absolute;
    width: 1000%;
    height: 100%;
    background: #449D8F;
    left: -1000%;
}
.footer .footer-left{
    position: relative;
     width: 31.33%;
    float: left;
    margin:0 1%;
    text-align: left;
    background:#449D8F;
}

.footer .footer-right{
     width: 31.33%;
    position: relative;
    float: right;
    margin:0 1%;
    text-align: right;1
}

.footer .footer-mid{
    width:66.66%;
    position: relative;
    float: left;
    margin:0 0%;
    text-align: left;
    background: #1D1D1B;
    position: relative;
}
.footer .footer-mid:after{
    content:"";
    width:500%;
    height:100%;
    top:0;
    right:100%;
    background:#1D1D1B;
    position: absolute;
}
.footer-wrapper{
    padding: 65px 0 45px;
}
.footer .footer-mid .half-footer{
        width:46%;
        padding:0 4% 0 0;
        float:left;
}


.icon-footer a{
    background: url('../images/social-media-footer.png') no-repeat 0 0;
}


.footer .social-icons-footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width:100%;
}

.footer .social-icons-footer ul li{
    float: left;
    margin-left: 10px;
}

.footer .social-icons-footer ul li a{
    text-indent: -9999999px;
    display: block;

}

.icon-footer.fb-footer a{
    background-position: 0 0;
    width: 10px;
    height: 21px;
}

.icon-footer.twitter-footer a{
    background-position:  -39px -2px;
    width: 21px;
    height: 17px;
}

.icon-footer.instagram-footer a{
    background-position: -83px 0;
    width: 22px;
    height: 22px;
}









/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.metaslider .flexslider{
    margin:0 !important;
}
img.alignleft{
    float: left;
    margin: 15px 20px 20px 0;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 1600px) {
    
    .submenu ul {
        max-width: 750px;
    }
    .main-navigation {
    width: 695px;
    float: right;
    padding: 0px 0;}
    .main-navigation ul li a{
        font-size: 17px;
    }

    .flex-control-nav {
        max-width: 100% !important;
        bottom: 24% !important;
        margin-left: -51% !important;
    }
    .metaslider .caption,
    .container{
        max-width: 100%;
        padding:0 40px;
        box-sizing: border-box;
    }
    .cta-box-wrapper {
    width: 1400px;
    margin: 100px auto;
    max-width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    }
    .cta-box-wrapper .cta-left img,
    .cta-box-wrapper .cta-right img{
        max-width: 100%;
    }
    .content-area ul li, .content-area p {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
    }
    .content-area h1 {
        line-height: 33px;
        font-size: 29px;
    }
    .content-area .home-content {
        padding: 37px 0 50px;}
    .main-navigation ul li a {
        font-size: 12px;
        padding: 0 6px;
    }
    .header .logo-container {
        width: 284px;
        padding: 29px 0 0;
    }
    .scrollable-images-wrapper {
    width: 1000px;
    margin: 0 auto;
    }
    .btn {
    font-size: 24px;}
    .footer .footer-right {
        padding: 0 20px;
    box-sizing: border-box;}
}
@media only screen and (max-width: 1200px){
    
    
}
.menu-trigger{display:none;}
@media only screen and (min-width: 1101px){

    #site-navigation3{display:none !important;}
}
.header .social-icons ul li a.phone-link{
        text-indent: 0px;
        font-size: 15px;
        font-weight: bold;
        color: #2E3191;
}
.sidebar-side.mobile-appear{
    display:none;
}
@media only screen and (max-width: 1100px){
    .main-navigation ul li.current-page-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li a:hover{
        border-top: 0;
    }
    .scrollable-images-wrapper {
        width: 95%;
        margin:auto;
    }
    .submenu{display: none;}
    .page-template-template-services .hidethismenu{
        display: none  !important;
    }
    .header{
            height: 95px;
    }
    .select-drop{
        float:none;
        display: inline-block;
        text-align:left;
    }
    .project-homepage form{
        text-align:center;
    }
    .header .social-icons ul li.phone{display:inline-block;}
    .scrollable-images-wrapper img{
        max-width: 100%;
    }
    .image-effect-widget img{
        width:100%;
        height:auto;
    }
    .sidebar-side{
        margin-bottom: 140px;
    }
    .sidebar-side.mobile-appear{
        display:block;
        margin:0;
    }
    .sidebar-side.mobile-appear .breadcrumbs {
        display: block;
        top: 29px;
    }
    
    .flex-control-nav {
        max-width: 100% !important;
        bottom: 13% !important;
        margin-left: -51% !important;
    }
    .metaslider .caption,
    .container{
        max-width:100%;
        position: relative;
    }
    .projects-cols {
    width: 46%;}
    .header .logo-container {
        width: 191px;
         padding: 0px 0 15px
    }
    .projects-cols img{
        width:100%;
        height:auto;
    }
    .header .social-icons ul li.addres-text{
        display:none;
    }
    .header .social-icons ul li.fb,
    .header .social-icons ul li.phone{
        top:0;
    }
    .main-navigation {
        display: none;
        position: absolute;
        top: 95px;
            z-index: 999;
        width: 100%;
        right: 0;
        background: #fff;
    }
    .main-navigation ul {
        padding: 0;
        margin:2px 0;
            width: 100%;
    }
    .subs-dark.active-dark{
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        display: block;
        z-index: 99;
        background: rgba(0, 0, 0, 0.5);
    }
    .menu-trigger {
        display: inline-block;
        float: right;
        clear: both;
        margin: 12px 12px 18px;
        position: relative;
        z-index: 9999;
        position: absolute;
        right: 29px;
        top: 17px;

    }

    .menu-trigger.active img{
        display: none;
    }
    .menu-trigger.active img.mobile-button{
        display:inline;
    }
    .header .social-icons{

    padding: 28px 0;
        margin-right: 60px;
    width: 200px;
    }
    .main-navigation ul li {
    float: left;
    list-style: none;
    width: 100%;
    text-align:right;
    border-bottom: 1px solid #2E3191 ;
        position: relative;
    }
    .main-navigation ul li li{
        border:0;
    }
    .main-navigation ul li li a{
        font-size: 14px;
    }
    .main-navigation ul > li:hover > a,
    .main-navigation ul > li.current_page_item > a{
        background:#FFFF00;
        color:#000;
    }
    .main-navigation ul li a{
        margin:0;
    }
    .main-navigation ul li.current_page_item a, .main-navigation ul li a:hover {
        color: #000;
    }
    .main-navigation ul li a {
    font-size: 16px;
    padding: 10px 40px;
    }
    .main-navigation ul ul.sub-menu{
        display:none;
    }
    .content-area .left-content,
    .content-area .right-content{
        width:100%;
        margin-right:0;
        margin-left:0;
        padding:0;
    }
    .border-blue{display:none;}
    .text-left {
    margin-top: 0;
    background: #FFFF00;

    }
    .text-left p{
        padding: 24px 0;
        }
    .content-area .home-content{width:100%;padding: 50px 0px 20px;}
    .text-left p {
        display: block;
        text-align: center;
        max-width: 100%;
        padding: 24px 0px;
        font-size: 23px;
    }
    .text-left p span.sub-title {
        font-size: 14px;
        color: #000;
        display: block;
        font-weight: normal;
        line-height: 21px;
    }
    .cta-box-wrapper .cta-left,
    .cta-box-wrapper .cta-right{
        display:none;
    }
    .breadcrumbs{
        margin:0px 0;
    }
    .content-area{
        clear:both;
    }

    .single .content-area{
        padding-bottom: 90px;
    }
    .sidebar-side .breadcrumbs{
        display:none;
    }
    .sidebar-side{width:100%;}
    .cta-box-wrapper .cta-button {
        float: none;
        width: 330px;
        margin: 0 auto 0;
        position: relative;
        top: -22px;
        }
    .btn{
            height: 70px;
    }
    .single .breadcrumbs{margin: 40px 0 0px;
    position: relative;
    text-align: center;
    top: 0;}
    .blog-thumbnail > a > img{
        width:100%;
    }
        .cols-2 {
        width: 100%;
        }
}


.gallery-columns-5 .gallery-item img{
            max-width: 100%;
            height: auto;
}
.mobile-button{
    display:none;
}
.content-area .home-content.mobile-view{
    display:none;
}
#site-navigation3{display:none;}
@media only screen and (max-width: 800px){
    .featured-item {
    width: 42%;
    margin: 0 4%;}
    .featured-item:first-child + .featured-item + .featured-item{
        clear:left;
    }
    .metaslider .caption-wrap{
        position: relative !important;
    }
    .metaslider .caption{
        padding:0 !important;
    }
    .flexslider .slides .button-banner{
        display:none;
    }
    .flex-control-nav {
        text-align:center !important;
    bottom: 115px !important;}
    .banner-input {
        text-align: center;
        width: 100%;
    }
   .flexslider .slides h3 {
        line-height: 24px;
        font-size: 20px;
    }
    .flexslider .slides p {
        line-height: 20px;
        font-size: 15px;}
    .projects-cols {
        width: 96%;
    }
    .footer .footer-mid{
        width:100%;
    }
    .footer .footer-right{
        width: 100%;
    }
    .footer .footer-mid .half-footer{
        width:96%;
        padding:0 40px;
    }
    .footer .container{
        padding:0;
    }
    .footer .footer-right{
        text-align:center;
    }
}

@media only screen and (max-width: 680px){
    .header .logo-container {
        width: 153px;
    }
    .header .social-icons {
            width: 85px;

    }
    .header .logo-container img{
            width: 166px;
            height:auto;
    }
    .flexslider .slides p {
        line-height: 20px;
        font-size: 12px;
    }
    .flexslider .slides h3 {
        line-height: 22px;
        font-size: 16px;
    }
    .gallery-item {
    width: 47%;
    margin: 12px 1.5%;
    float: left;
    }
    img.alignleft {
        float: none;
        margin: 15px 20px 20px 0;
    }
    .f-cols13,
    .f-cols23,
    .f-cols3 {
        width: 100%;
        float: left;
        margin: 12px 1%;
    }
    .contact-form-wrapper {
        margin-top: 0;
        padding: 17px 0;}
}

@media only screen and (max-width: 400px){
    .header .social-icons {
            /*display:none;*/
                padding: 11px 0;
    }
    .select-drop{
        max-width: 100%;
    }
    /*.featured-item{
        width:98%;
    }*/
    .header{
        height: 55px;
    }
    .header .container{
        padding:0 20px;
    }
    .flexslider .slides h3 {
        line-height: 22px;
        font-size: 13px;
    }
    .menu-trigger{
        right: 15px;
        top: 1px;
    }
    .main-navigation{
        top: 55px;
    }
    .header .logo-container{
        width:92px;
    }
}
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
