

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.footer-wrapper .top-bar {
    position:relative;
    }

.values-wrapper {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 1000;
}

.footer-wrapper h3 {
    color:#f7b959;
    text-align:center;

    }

.footer-wrapper .top-bar li {
    width:100%;
    }

.gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

body{
    font-family:"Roboto Condensed", sans-serif;
    background:#202b38;
    }

.contact-info, .contact-phone, .contact-fax, .contact-email {
    color:#fff;
    text-align:center;
    }

.values > h3 {
    background:#fac11c none repeat scroll 0 0;
    color:#000;
    margin-bottom:100px;
    padding:20px;
    text-align:center;
    font-weight:bold;
    }

.call-action > h2 {
    font-size:20px;
    margin:0;
    }

.scroll-icon-wrapper{
    bottom:50px;
    position:absolute;
    width:100%;
    z-index:0;
    }

.scroll-icon-wrapper p{
    color:#ffffff;
    font-size:17px;
    font-weight:bold;
    margin-bottom:5px;
    text-shadow:2px 2px 1px #000000;
    text-transform:uppercase;
    }

.scroll-icon-wrapper .scroll-icon{
    border:4px solid #ffffff;
    border-radius:30px;
    cursor:pointer;
    display:block;
    height:60px;
    margin:0 auto;
    position:relative;
    width:30px;
    }

.scroll-icon-wrapper .scroll-icon::before{
    border:4px solid rgba(0, 0, 0, 0.8);
    border-radius:30px;
    content:"";
    display:block;
    height:60px;
    left:-2px;
    margin:0 auto;
    position:absolute;
    top:-2px;
    width:30px;
    z-index:-1;
    }

@keyframes mousewheel{
    0%{
    top:5px;
    }

50%{
    top:30px;
    }

100%{
    top:5px;
    }

}

.scroll-icon-wrapper .scroll-icon::after{
    animation-duration:2.5s;
    animation-iteration-count:infinite;
    animation-name:mousewheel;
    background:#ffffff none repeat scroll 0 0;
    border-radius:3px;
    box-shadow:2px 2px 1px #000000;
    content:"";
    height:8px;
    left:calc(50% - 3px);
    position:absolute;
    width:5px;
    z-index:0;
    }

.slider-wrapper.inner {
    height: 30vw;
    left:0;
    overflow:hidden;
    position:relative;
    top:0;
    width:100%;
    z-index:-1;
    }

.call-action {
    background:rgba(0, 0, 0, 0.42) none repeat scroll 0 0;
    left:50%;
    position:absolute;
    text-align:center;
    top:50%;
    transform:translate(-50%, -50%);
    z-index:1000;
    padding:20px 39px ;
    }

.call-action h1 {
    font-size:23px;
    }

.button {
    background:#ffa622 none repeat scroll 0 0;
    color:#000000;
    font-family:Roboto Condensed;
    font-size:18px;
    transition:all 0.2s ease;
    }

.button:hover {
    background:#fff none repeat scroll 0 0;
    color:#000;
    }

h1, h1 a{
    color:#cdd0d5;
    font-family:"Roboto Condensed", sans-serif;
    font-size:2em;
    font-weight:lighter;
    line-height:1.27em;
    margin:25px 0;
    }

h2 {
    color:#cdd0d5;
    font-family:"Roboto Condensed", sans-serif;
    font-size:1.8em;
    font-weight:bold;
    line-height:1.5rem;
    margin:25px 0;
    }

h3{
    color:#cdd0d5;
    font-family:"Roboto Condensed", sans-serif;
    font-size:1.6em;
    font-weight:lighter;
    line-height:1.5rem;
    margin:25px 0;
    }

h4{
    font-family:"Roboto Condensed", sans-serif;
    color:#cdd0d5;
    font-weight:lighter;
    font-size:1.5em;
    line-height:1.5rem;
    margin:25px 0;
    }

p, li {
    color:#000000;
    font-family:"Roboto Condensed", sans-serif;
    font-size:18px;
    line-height:2em;
    margin:15px 0;
    }

li {
    color:#000000;
    font-family:"Roboto Condensed", sans-serif;
    font-size:14px;
    line-height:normal;
    margin:0 0 7px;
    }

ul{
    list-style-type:none;
    }

.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4{
    color:#293991;
    }

.content-wrapper{
    background:#f4f4f4;
    padding:35px 0;
        min-height: 100vw;
    }

.navigation-wrapper {
    width: 100%;
}
.header-phone-desktop {
    display: flex !important;
    width: 100%;
    align-items: end;
    justify-content: end;
}.header-company-title a{
    color:#293991;
    float:left;
    font-family:"Roboto Condensed", sans-serif;
    font-size:21px;
    font-weight:bold;
    line-height:60px;
    text-align:left;
    text-decoration:none;
    width:100%;
    }
#slider-0, #slider-0 li {
    height:calc(100vh) !important;
    width:100% !important;
    }

.header-social a:hover{
    color:#537594;
    }

.slider-wrapper {
    left:0;
    overflow:hidden;
    position:relative;
    top:0;
    width:100%;
    z-index:-1;
    height: 47.5vw;
    }

.slider-wrapper .rhino-container ul, .slider-wrapper .rhino-container ul li.rhino-item{
    min-width:1400px;
    width:100% !important;
    }

.home-logo{
    max-width:642px;
    padding:200px 0;
    }

.default-logo {
    max-width:360px;
    padding:100px 0;
    }

.page-tagline {
    background:#0d174b none repeat scroll 0 0;
    position:relative;
    width:100%;
    }

.page-tagline h1 {
    color:#fac11c;
    font-family:"Roboto Condensed", serif;
    font-size:25px;
    line-height:72px;
    margin:0 0 10px;
    position:relative;
    text-align:center;
    text-transform:uppercase;
    }

.page-tagline h1::after {
    background:#fac11c none repeat scroll 0 0;
    bottom:10px;
    content:" ";
    height:1px;
    left:40%;
    position:absolute;
    width:20%;
    }

.home-tagline{
    width:100%;
    background:#293991;
    padding:20px 0;
    position:relative;
    }

.home-tagline:before{
    background:url("https://cfosterconstruction.com/wp-content/themes/gc5/images/transparent2.png") repeat;
    content:" ";
    height:8px;
    position:absolute;
    top:-8px;
    width:100%;
    z-index:1;
    }

.home-tagline:after{
    background:url("https://cfosterconstruction.com/wp-content/themes/gc5/images/transparent1.png") repeat;
    content:" ";
    height:8px;
    position:absolute;
    bottom:-8px;
    width:100%;
    z-index:1;
    }

.home-tagline h1{
    color:#fac11c;
    line-height:88px;
    font-size:30px;
    font-family:"Roboto Condensed", serif;
    font-weight:lighter;
    text-align:center;
    text-transform:uppercase;
    position:relative;
    }

.home-tagline h1:after{
    background:none repeat scroll 0 0 #fac11c;
    bottom:-3px;
    content:" ";
    height:3px;
    left:40%;
    position:absolute;
    width:20%;
    }

.home-tagline p{
    color:#FFFFFF;
    }

.specialize {
    background:rgba(0, 0, 0, 0) url("https://cfosterconstruction.com/wp-content/uploads/sites/4054/2016/04/bg.png") repeat scroll 0 -146px / cover ;
    padding:26px 0px 133px 0;
    position:relative;
    }

.specialize ul li{
    color:#ffffff;
    font-family:"Roboto Condensed", sans-serif;
    font-size:18px;
    line-height:38px;
    margin:0;
    }

.specialize h1{
    color:#ffffff;
    line-height:88px;
    font-size:30px;
    font-family:"Roboto Condensed", sans-serif;
    text-align:center;
    text-transform:uppercase;
    position:relative;
    }

.specialize h1:after{
    background:none repeat scroll 0 0 #ffffff;
    bottom:-3px;
    content:" ";
    height:3px;
    left:40%;
    position:absolute;
    width:20%;
    }

.specialize .button{
    font-family:"Roboto Condensed", sans-serif;
    line-height:75px;
    background:#fac11c;
    color:#293991;
    padding:0 60px;
    border:2px solid #ffe28f;
    font-size:25px;
    font-weight:lighter;
    margin:0;
    position:relative;
    top:38px;
    }

.guarantee {
    background-attachment:fixed;
    background-clip:border-box;
    background-color:rgba(0, 0, 0, 0);
    background-image:url("https://cfosterconstruction.com/wp-content/uploads/sites/4054/2016/04/bg.jpg");
    background-origin:padding-box;
    background-repeat:repeat;
    background-size:cover;
        position: relative;
    padding:100px 0 62px;
    }

.guarantee h1{
    color:#fac11c;
    line-height:70px;
    font-size:30px;
    font-family:"Roboto Condensed", sans-serif;
    text-transform:uppercase;
    position:relative;
    margin:0;
    }

.guarantee p{
    color:#e4e3e3;
    }

.guarantee h1 strong{
    position:relative;
    line-height:70px;
    display:inline-block;
    }

.guarantee h1 strong:after{
    background:none repeat scroll 0 0 #fac11c;
    bottom:-3px;
    content:" ";
    height:3px;
    position:absolute;
    left:0;
    width:100%;
    }

.read-more{
    color:#293991;
    font-weight:bold;
    margin-left:6px;
    }

.gallery img {
    border:2px solid #293991;
    margin:10px 0px;
    }

.gallery img:hover{
    opacity:1;
    border:2px solid #fac11c;
    }

.quotations {
    color:#ffffff;
    display:inline-block;
    font-size:25px;
    font-weight:lighter;
    line-height:65px;
    margin:10px 0 40px;
    position:relative;
    width:auto;
    text-transform:uppercase;
    }

.quotations:before{
    content:" ";
    position:absolute;
    height:30px;
    width:30px;
    top:0;
    left:-40px;
    background:url("https://cfosterconstruction.com/wp-content/themes/gc5/images/quotation-before.png");
    }

.quotations:after{
    content:" ";
    position:absolute;
    height:30px;
    width:30px;
    top:0;
    right:-35px;
    background:url("https://cfosterconstruction.com/wp-content/themes/gc5/images/quotation-after.png");
    }

.contact-left p{
    font-size:18px;
    font-weight:normal;
    margin:0;
    }

.contact-left .contact-address{
    font-family:"Roboto Condensed", sans-serif;
    font-size:25px;
    font-weight:bold;
    line-height:normal;
    margin-bottom:25px;
    }

.cta.button{
    background:none repeat scroll 0 0 #999999;
    border:medium none;
    font-family:"Roboto Condensed", sans-serif;
    font-size:18px;
    font-weight:lighter;
    line-height:50px;
    margin:0 auto;
    padding:0 60px;
    position:relative;
    }

.cta.button:hover, .cta.button:focus{
    background:#E46350;
    color:#FFFFFF;
    }

.footer-wrapper{
    }

.footer-wrapper .footer-inner-wrapper .google-map{
    border:6px solid #797a7e;
    }

.footer-inner-wrapper {
    background:#0d174b none repeat scroll 0 0;
    border-top:18px solid #0e1434;
    padding:5px 0 45px;
    }

.footer-inner-wrapper .contact-info-wrapper{
    text-transform:uppercase;
    }

.footer-inner-wrapper .contact-info-wrapper h3 {
    color:#fac11c;
    font-family:"Roboto Condensed", sans-serif;
    font-size:25px;
    font-weight:bold;
    line-height:52px;
    margin:0px 0 10px;
    position:relative;
    }

.footer-inner-wrapper .contact-info-wrapper h3:after{
    background:none repeat scroll 0 0 #fac11c;
    bottom:-2px;
    content:" ";
    height:2px;
    position:absolute;
    right:-3px;
    width:33px;
    }

.footer-inner-wrapper .contact-info-wrapper p{
    color:#FFFFFF;
    margin:0;
    line-height:32px;
    }

.footer-inner-wrapper .contact-info-wrapper .payment-options{
    margin:15px 0 0;
    }

.disclaimer{
    background:#16181c;
    }

.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section .menu{
    margin:25px 0 0 0;
    width:200px;
    }

.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section ul li{
    margin:0 0 18px 0;
    float:none;
    text-align:center;
    }

.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section ul li a{
    text-align:center;
    float:none;
    width:100%;
    color:#FFFFFF;
    line-height:35px;
    font-size:14px;
    }

.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section li.active:not(.has-form) a:not(.button){
    border:none;
    color:#161d26;
    background:#fac11c;
    }

.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section ul li a:hover{
    border:none;
    color:#161d26;
    background:#fac11c;
    }

.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section .has-dropdown ul{
    display:none;
    }

.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section .has-dropdown > a{
    padding:0 !important;
    }

.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section .has-dropdown > a:after{
    display:none;
    }


/* Start normal Styles */

.top-bar {
    background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
        display: inline-block;
    }

.top-bar-section ul li.active > a{
    color:#293991;
    }

.top-bar-section li:not(.has-form) a:not(.button) {
    background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color:#fff;
    font-size:19px;
    line-height:60px;
    }

.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button), .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section ul li:hover:not(.active) > a {
    background:transparent none repeat scroll 0 0;
    border-bottom:1px solid #fac11c;
    color:#fff;
    line-height:60px;
    }

.top-bar-section .has-dropdown > a:after{
    top:30px;
    border-color:#293991 transparent transparent;
    }

.top-bar-section .dropdown{
    border-bottom:2px solid #fac11c;
    }

.top-bar-section .dropdown li:not(.has-form) a:not(.button){
    background:#ffdc78;
    color:#293991;
    border:none;
    }

.top-bar-section .dropdown li.active:not(.has-form) > a:not(.button), .top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button){
    background:#293991;
    color:#fac11c;
    border:none;
    }

.top-bar-section .has-dropdown .dropdown li.has-dropdown > a::after{
    top:21px;
    }

.top-bar .top-bar-section ul li{
    margin:0;
    background:none;
    }

.top-bar .top-bar-section ul li a{
    font-family:"Roboto Condensed", sans-serif;
    font-weight:normal;
    color:#293991;
    font-size:13px;
    }

.columns.strip-margin{
    margin-left:0 !important;
    margin-right:0 !important;
    }

.columns.strip-padding{
    padding-left:0 !important;
    padding-right:0 !important;
    }

.row{
    margin:0 auto;
    max-width:75rem;
    width:100%;
    }

.page-wrapper{
    max-width:100%;
    clear:both;
    }

.midbar-wrapper{
    width:100%;
    margin:0 auto;
    padding:0;
    overflow:hidden;
    margin-top:20px;
    }

.midbar{
    clear:none;
    }

.midbar:last-child{
    margin-right:0px;
    }

.midbar img{
    margin:1px 0 0 0;
    border:2px solid #fff;
    width:100%;
    -moz-box-shadow:0 0 2px #aaa;
    -webkit-box-shadow:0 0 2px #aaa;
    box-shadow:0 0 2px #aaa;
    }

.midbar img:hover{
    -moz-box-shadow:0 0 2px #333;
    -webkit-box-shadow:0 0 2px #333;
    box-shadow:0 0 2px #333;
    }

.midbar h1{
    padding:20px 0;
    margin:0;
    clear:both;
    font-size:18px;
    }

.footer-wrapper{
    width:100%;
    }

.footer-inner-wrapper{
    }

.footer-inner-wrapper h1{
    padding:0 0 25px 0;
    }

.contact-left-position{
    margin:100px 0;
    }

.contactForm{
    margin-top:20px;
    }

.contactForm label{
    font-weight:bold;
    display:block;
    }

.contactForm input{
    font-family:"Roboto Condensed", sans-serif;
    font-weight:900;
    height:48px;
    margin-bottom:5px;
    padding:3px 15px;
    width:100%;
    }

.contactForm textarea{
    font-family:"Roboto Condensed", sans-serif;
    width:100%;
    padding:3px 15px;
    min-height:100px;
    max-width:100%;
    min-width:100%;
    }

.contactForm .captchaWrapper{
    margin-top:10px;
    }

.contactForm .captchaRefresh{
    vertical-align:middle;
    }

.contactForm .submitWrapper{
    text-align:center;
    margin-top:30px;
    }

.contactForm .submitWrapper span.submit{
    background-color:#293991;
    border:1px solid #1b232e;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.1) inset;
    cursor:pointer;
    display:block;
    font-size:inherit;
    line-height:48px;
    padding:0;
    font-family:"Roboto Condensed", serif;
    color:#f4f4f4;
    font-size:20px;
    }

.contactForm .submitWrapper span.submit:hover{
    background-color:#fac11c;
    border-color:#ffdc78;
    color:#293991;
    }

.emailConfirmation{
    margin:0 auto;
    }

.emailConfirmation h1{
    color:#00CC00;
    }

p.contact-title{
    font-family:"Roboto Condensed", sans-serif;
    color:#151515;
    font-size:inherit;
    margin:15px 0;
    }

.fc-header-left, .fc-header-center, .fc-header-right{
    clear:both;
    display:block;
    width:100%;
    text-align:center;
    }

#preloader{
    background:none repeat scroll 0 0 #fff;
    display:block;
    padding:20% 0 0;
    position:absolute;
    text-align:center;
    width:100%;
    z-index:999999;
    top:0;
    }

.slick-background-wrapper{
    left:0;
    position:fixed;
    top:0;
    z-index:-1;
    width:101% !important;
    overflow:hidden;
    }

.rhino-btn{
    background:url(images/rhinoslider-sprite.png) 0 0 no-repeat;
    z-index:10;
    width:56px;
    height:53px;
    display:block;
    text-indent:-999%;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    }

.rhino-prev, .rhino-next{
    bottom:-4px;
    }

.rhino-prev{
    left:-6px;
    background-position:-168px 0;
    }

.rhino-next{
    right:-6px;
    background-position:-106px 0;
    }

.rhino-prev:hover{
    background-position:-168px -53px;
    }

.rhino-next:hover{
    background-position:-106px -53px;
    }

.rhino-toggle{
    top:-4px;
    left:-6px;
    }

.rhino-play{
    background-position:0 0;
    }

.rhino-play:hover{
    background-position:0 -53px;
    }

.rhino-pause{
    background-position:-56px 0;
    }

.rhino-pause:hover{
    background-position:-56px -53px;
    }

.rhino-container{
    position:relative;
    }

.rhino-caption{
    position:absolute;
    background:#000;
    display:none;
    left:0;
    right:0;
    top:0;
    color:#fff;
    padding:10px;
    text-align:right;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    }

.rhino-bullets{
    position:absolute;
    bottom:-3px;
    left:50%;
    margin:0 0 0 -50px;
    z-index:10;
    background:#fff;
    padding:0;
    }

.rhino-bullets:before, .rhino-bullets:after{
    position:absolute;
    display:block;
    left:-16px;
    content:" ";
    width:16px;
    height:26px;
    background:url(images/rhinoslider-sprite.png) -224px 0 no-repeat;
    }

.rhino-bullets:after{
    left:auto;
    right:-16px;
    background-position:-240px 0;
    }

.rhino-bullets li{
    float:left;
    display:inline;
    margin:0 2px;
    }

.rhino-bullets li a.rhino-bullet{
    display:block;
    width:16px;
    height:29px;
    cursor:pointer;
    background:white;
    font-size:10px;
    text-align:center;
    padding:6px 0 5px 0;
    color:#333;
    text-decoration:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    }

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus{
    color:#000;
    background:#eee;
    }

.rhino-bullets li a.rhino-bullet.rhino-active-bullet{
    color:#fff;
    background:#757575;
    }

ul[id*="slider-"]{
    max-width:100%;
    width:1000px;
    height:400px;
    margin:0;
    overflow:hidden;
    }

ul[id*="slider-"] li{
    list-style:none;
    }

ul[id*="slider-"] article{
    position:absolute;
    z-index:1000;
    float:left;
    height:400px;
    overflow:hidden;
    padding:180px 0 0 180px;
    }

ul[id*="slider-"] article h1{
    color:#fff;
    }

ul[id*="slider-"] article p{
    color:#fff;
    }

ul[id*="slider-"] p{
    padding:0;
    margin:0;
    }

.spinner{
    margin:100px auto;
    width:50px;
    height:30px;
    text-align:center;
    font-size:10px;
    }

.spinner > div{
    background-color:#444;
    height:100%;
    width:6px;
    display:inline-block;
    -webkit-animation:stretchdelay 1.2s infinite ease-in-out;
    animation:stretchdelay 1.2s infinite ease-in-out;
    }

.spinner .rect2{
    -webkit-animation-delay:-1.1s;
    animation-delay:-1.1s;
    }

.spinner .rect3{
    -webkit-animation-delay:-1.0s;
    animation-delay:-1.0s;
    }

.spinner .rect4{
    -webkit-animation-delay:-0.9s;
    animation-delay:-0.9s;
    }

.spinner .rect5{
    -webkit-animation-delay:-0.8s;
    animation-delay:-0.8s;
    }

@-webkit-keyframes stretchdelay{
    0%, 40%, 100%{
    -webkit-transform:scaleY(0.4)}

20%{
    -webkit-transform:scaleY(1.0)}

}

@keyframes stretchdelay{
    0%, 40%, 100%{
    transform:scaleY(0.4);
    -webkit-transform:scaleY(0.4);
    }

20%{
    transform:scaleY(1.0);
    -webkit-transform:scaleY(1.0);
    }

}
.header-phone-desktop a {
    color: #000000;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    margin: 20px;
    background: #ffa622;
    padding: 20px;
    transition: 0.2s ease all;
}.header-phone-desktop a:hover {
    background: #ffffff;
}.header-navigation-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    position: absolute;
}.logo-wrapper {
    width: 100%;
    margin-left: 50px;
}.slider-wrapper::before {
    content: "";
    position: absolute;
    z-index: 99;
    background: #00000082;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}.guarantee::before {
    content: "";
    position: absolute;
    z-index: 0;
    background: #000000c7;
    width: 100%;
    height: 100%;
    top: 0;
}
@media only screen and (max-width:1050px){
    .header-company-title img {
    margin-top: 10px;
    }

.top-bar {
    background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom:18px;
    height:41px;
    position:fixed;
    top:0;
        z-index: 99999;
    width:100%;
    }

.top-bar .toggle-topbar.menu-icon {
    background:#1B54C5 none repeat scroll 0 0;
    padding:5px;
    width:100%;
    }

.top-bar .toggle-topbar.menu-icon {
    margin-top:-23px;
    top:50%;
    }

.top-bar-section {
    left:0;
    position:relative;
    transition:left 300ms ease-out 0s;
    width:auto;
    background:#fff;
    }

.top-bar-section li:not(.has-form) a:not(.button) {
    background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color:#222;
    font-size:19px;
    line-height:60px;
    }

.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button), .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section ul li:hover:not(.active) > a {
    background:#1B54C5;
    border-bottom:1px solid #fac11c;
    color:#fff;
    line-height:60px;
    }

.navigation-wrapper{
    height: 40px;
    }

.top-bar.expanded .title-area{
    background:none;
    }

.top-bar .toggle-topbar.menu-icon {
    background:#1B54C5 none repeat scroll 0 0;
    padding:5px;
    width:100%;
    }

.top-bar .toggle-topbar.menu-icon a{
    color: #ffffff;
    }

.top-bar .toggle-topbar.menu-icon a span::after{
    box-shadow:0 0 0 1px #fac11c, 0 7px 0 1px #fac11c, 0 14px 0 1px #fac11c;
    }

.top-bar-section ul li{
    width:100%;
    }

.top-bar-section li:not(.has-form) a:not(.button){
    line-height:20px;
    text-align:center;
    padding:10px;
    }

.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button), .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section ul li:hover:not(.active) > a{
    padding:10px;
    line-height:20px;
    }

.top-bar-section .has-dropdown > a:after{
    visibility:visible;
    top:20px;
    }

.top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown{
    position:relative!important;
    }

.top-bar-section .has-dropdown.hover > .dropdown li a{
    background:#293991;
    color:#fac11c;
    }

.top-bar-section .has-dropdown.hover > .dropdown li a:hover, .top-bar-section .has-dropdown.hover > .dropdown li.active a{
    background:#ffdc78;
    color:#293991;
    }

.top-bar-section .dropdown .has-dropdown:hover > a::after{
    visibility:visible;
    border-color:transparent transparent transparent #fac11c;
    }

.top-bar .top-bar-section ul li a{
    border-bottom:none !important;
    }

}
.top-bar {
        position: relative;
}.navigation-wrapper.desktop {
   display: none;
}.call-action {
   display: none;
}.slider-wrapper {
   height: 30vw;
}.values-wrapper {
  display: none;
}.header-phone-desktop {
    display: none !important;
}.logo-wrapper {
    margin-left: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}.header-navigation-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    position: absolute;
    text-align: center;
    margin: 0 auto;
}.slider-wrapper.inner {
    height: 50vw;
}.page-tagline h1 {
    font-size: 11px;
}p, li {
    font-size: 16px;
}.slider-wrapper {
    height: 50vw;
}.guarantee h1 {
    color: #fac11c;
    line-height: 1.2;
    font-size: 25px;
}
}
@media only screen and (max-width:767px){
    #lightbox{
    top:30px !important;
    
}
#lightbox, #outerImageContainer, #imageContainer, #lightboxImage, #imageDataContainer{
    height:auto !important;
    max-width:100% !important;
    }

a{
    color:#fac11c;
    }

.page-tagline h1, .page-tagline h1 a, .home-tagline h1, .home-tagline h1 a, .guarantee h1{
    font-size:20px;
    line-height:1.5em;
    margin:0 0 10px;
    }

.specialize .button{
    font-size:20px;
    line-height:1.8;
    margin:0;
    padding:0 15px;
    }

.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4{
    font-size:20px;
    text-align:center;
    }

.quotations:before, .quotations:after{
    display:none;
    }

.home-logo, .default-logo{
    max-width:100px;
    padding:50px 0;
    }

.slider-wrapper .rhino-container ul, .slider-wrapper .rhino-container ul li.rhino-item{
    max-width:640px;
    }

.header-company-title a{
    font-size:17px;
    }

.navigation-wrapper{
    height:auto;
    }

.top-bar{
    height:40px;
    }

.top-bar.expanded .title-area{
    background:none;
    }

.top-bar .toggle-topbar.menu-icon {
    background:#1e5bce none repeat scroll 0 0;
    padding:5px;
    width:100%;
    }

.top-bar .toggle-topbar.menu-icon a{
    color:#fac11c;
    }

.top-bar .toggle-topbar.menu-icon a span::after{
    box-shadow:0 0 0 1px #fac11c, 0 7px 0 1px #fac11c, 0 14px 0 1px #fac11c;
    }

.top-bar-section li:not(.has-form) a:not(.button){
    line-height:20px;
    }

.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button), .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section ul li:hover:not(.active) > a{
    line-height:20px;
    }

.top-bar-section .has-dropdown > a:after{
    visibility:visible;
    }

.top-bar-section .dropdown .has-dropdown:hover > a::after{
    visibility:visible;
    border-color:transparent transparent transparent #fac11c;
    }

.top-bar-section .dropdown li:not(.has-form) a:not(.button){
    background:none;
    color:#293991;
    }

.top-bar .top-bar-section ul li a{
    border-bottom:none !important;
    }

.contact-left-position{
    margin:40px 0;
    }

.contact-left .contact-email.email{
    font-size:15px;
    }

.footer-inner-wrapper .contact-info-wrapper h3{
    border-bottom:3px solid #fac11c;
    }

.footer-inner-wrapper .contact-info-wrapper h3::after{
    display:none;
    }

.footer-inner-wrapper .contact-info-wrapper p.contact-email.email{
    font-size:13px;
    
}.slider-wrapper.inner {
    height: 50vw;
}
}
