/* MAIN */
body{
    font-family: 'Open Sans', sans-serif;
    color: white;
    background-color: #242426;
    position: relative;
}

div.img-container{
    padding: 0;
    overflow: hidden;
}

.img-container .featurette-image{
    max-width: none;
}

.container-fluid{
    padding: 0;
}

.row{
    margin: 0;
}

h1, h2{
    text-transform: uppercase;
    font-weight: bold !important;
}

h1, h2, h3, h4, h5, h6{
    text-shadow: none;
    font-weight: bold;
}

p{
    font-size: 18px;
}

a:hover{
    text-decoration: none;
}

span.red{
    color: #e11313;
}

.more-btn1{
    display: inline-block;
    background-color: #404040;
    color: white;
    padding: 14px 38px;
    font-size: 16px;
    line-height: normal;
}

.more-btn1:hover{
    color: #404040;
    background-color: white;
    text-decoration: none;
    transition-duration: 0.5s;
}

.more-btn2{
    display: inline-block;
    background-color: #e11313;
    color: white;
    padding: 14px 38px;
    font-size: 16px;
    line-height: normal;
}

.more-btn2:hover{
    color: white;
    background-color: #ff1414;
    text-decoration: none;
    transition-duration: 0.5s;
}

/* MAIN MENU */
nav.main-nav{
    background-color: #303030;
    height: 80px;
}

nav.main-nav ul li a{
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    height: 80px;
    padding-top: 30px;
}

nav.main-nav ul li a:hover, nav.main-nav ul li.active a{
    background-color: #e11313 !important;    
}

nav.main-nav ul li a:focus{
    background: none;
}

.navbar-brand{
    padding: 0;
    height: 80px;
}

/* CONTENT */
/* Home-Sections */
.section{
    padding: 40px;
}

.row-red{
    background-color: #e11313;    
}

.bg-red{
    background-color: #e11313;
}

.color-red{
    color: #e11313;
}

.section-left{
    padding-right: 50px;
    padding-left: 390px;
}

.section-right{
    padding-right: 390px;
    padding-left: 50px;
}

.section-dark{
    background-color: #3a3a3c;
}

.section-darker{
    background-color: #242426;
}

.section-h2{
    margin-top: 20px;
    margin-bottom: 42px;
}

.section-h2 a{
    color: white;
}

.section-h3{
    margin-bottom: 40px;
}

.section-txt{
    margin-bottom: 40px;
}

.section-light{
    background-color: #ebebeb;
}

.section-light-h2{
    color: black;
    font-size: 38px;
    margin: 0;
    margin-bottom: 16px;
}

.section-light-h4{
    color: #e11313;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 16px;
}

.section-light-txt{
    color: #444;
}

.ab-desc-blck{
    font-size: 15px;
}

.row-about .section-txt{
    margin-bottom: 0;
}

.sect-about-desc{
    padding-bottom: 40px;
}

.about-img-container{
    overflow: hidden;
    height: 398px;
}

.about-img-container img{
    width: 100%;
}

.our-serv-desc{
    padding-bottom: 85px;
}

.services-list{
    padding-top: 70px;
    padding-bottom: 70px;
}

.services-list ul{
    list-style: none;
    margin-bottom: 0;
}

.services-list span.fa{
    padding-top: 4px;
}

.services-list ul li{
    color: white;
    display: block;
    font-size: 19px;
    font-weight: bold;
    padding: 20px 30px;
    border-bottom: 1px solid #4e4e50;
}

.services-list ul li:first-child{
    border-top: 1px solid #4e4e50;
}

.services-list ul li:hover{
/*    background-color: #e11313;*/
/*    transition-duration: 0.7s;*/
}

.serv-list-ico{
    color: #a3a3a3;
}

.services-list ul li:hover .serv-list-ico{
/*    color: white;*/
}

.content-baner{
    background: url("../img/content-baner.jpg") center no-repeat;
    height: 540px;
}

.section-map-container{
    padding: 0;
    line-height: 0;
}

address{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}

address p{
    font-size: 27px;
    margin-bottom: 0;
}

address span.fa{
    margin-right: 20px;
}

/* Slider */
.carousel{
    margin-bottom: 0;
    height: auto;
}

.carousel-inner{
    height: auto;
}

.carousel-inner > .item{
    height: 780px;
    background-color: black;
}

.carousel-inner > .item > img{
    height: auto;
}

.carousel-caption{
    text-align: left;
    width: 34%;
    bottom: 170px;
}

.carousel-caption h1{
    font-size: 54px;
    line-height: 64px;
    font-weight: bold;
    margin-bottom: 30px;
}

.carousel-caption p{
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 40px;    
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev,.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
    font-size: 70px;
    height: auto;
    width: auto;
}

.carousel-indicators{
    bottom: 80px;
}

/* FOOTER */
footer{
    background-color: #242426;
    padding-top: 30px;
    padding-bottom: 14px;
}

footer a{
    color: white;
}

ul.footer-menu{
    list-style: none;
    float: left;
}

ul.footer-menu li{
    display: inline-block;
}

ul.footer-menu li a{
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

/* Back to top */
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    text-align: center;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 22px;
    padding: 14px 20px;
    box-shadow: 2px 2px 5px gray;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}      

/* MQ */
@media(max-width: 1600px){
    .section-left{
        padding-left: 270px;
    }
    
    .section-right{
        padding-right: 240px;
    }
    
    .section-map-container iframe{
        height: 565px;
    }
    
    .carousel-inner > .item{
        height: 778px;
    }
}

@media(max-width: 1430px){
    .section-right{
        padding-right: 200px;
    }
    
    .section-left{
        padding-left: 200px;
    }
}

@media(max-width: 1366px){
    .carousel-inner > .item{
        height: 640px;
    } 
    
    .carousel-caption{
        bottom: 90px;
        width: 48%;
    }
    
    .section-left{
        padding-left: 100px;
    }

    .section-right{
        padding-right: 100px;
    }

    .section-map-container iframe{
        height: 591px;
    }
    
    .services-list{
        padding-bottom: 113px;
    }
    
    .about-img-container img{
        width: 537px;
    }
    
    .about-img-container{
        overflow: hidden;
        height: 423px;
    }
}

@media(max-width: 1199px){
    .section-left{
        padding-left: 100px;
    }

    .section-right{
        padding-right: 100px;
    }
    
    .carousel-inner > .item{
        height: 580px;
    }
    
    .carousel-caption{
        bottom: 90px;
        width: 48%;
    }
    
    .carousel-caption h1 {
        font-size: 50px;
        line-height: 58px;
        margin-bottom: 20px;
    }
    
    .section-map-container iframe{
        height: 566px;
    }
    
    .about-three .container .section{
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width: 1074px){
    .section-left{
        padding-left: 60px;
    }
    
    .section-right{
        padding-right: 60px;
    }
}

@media(max-width: 1024px){
    .carousel-inner > .item{
        height: 500px;
        margin-top: 80px;
    }
    
    .carousel-caption{
        width: 60%;
        bottom: 70px;
    }
}

@media(min-width: 1000px) and (max-width: 1199px){
    .about-three .container .section .section-light-h4{
        height: 90px;
    }
}

@media(max-width: 991px){
    .carousel-inner > .item{
        height: 480px;
        margin-top: 80px;
    }
    
    .carousel-caption{
        width: 550px;
    }
    
    .section-left{
        padding-left: 80px;
    }

    .section-right{
        padding-right: 80px;
    }
    
    .section-light .container{
        width: 86%;
        padding-bottom: 50px;
    }
    
    .about-three .container .section .section-light-h4{
        height: 110px;
    }
    
    .about-three .container .section .ab-desc-blck{
        height: 130px;
    }
    
    .about-img-container{
        height: 474px;
    }
    
    .about-img-container img{
        width: 584px;
    }
}

@media(max-width: 767px){
    .navbar-toggle{
        border: 2px solid white;
        padding: 20px 18px;
        margin-top: 12px;
    }

    .navbar-toggle .icon-bar{
        width: 28px;
    }

    .navbar-toggle .icon-bar{
        background-color: white;
    }
    
    .navbar-collapse{
        width: 400px;
        background-color: #303030;
        text-align: right;        
    }
    
    .navbar-collapse ul li a{
        padding-right: 30px;
    }
    
    p{
        font-size: 20px !important;
    }
    
    .carousel-inner > .item{
        height: 370px;
    }
    
    .carousel-caption{
        width: 66%;
        padding-left: 10px;
        padding-right: 10px;
        bottom: 10px;
    }
    
    .carousel-caption h1{
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 16px;
    }
    
    .carousel-indicators{
        bottom: 20px;
    }
    
    .section-h2{
        font-size: 40px;
    }
    
    .our-serv-desc{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    div.img-container{
        display: none;
    }
    
    .about-three .container .section .ab-desc-blck{
        height: auto;
    }
    
    .about-three .container .section .section-light-h4{
        height: auto;
    }
    
    .about-three-col{
        padding-bottom: 30px;
        padding-top: 24px;
        border-bottom: 1px solid #dedede;
    }
    
    .about-img-container img{
        display: none;
    }
    
    .content-baner{
        text-align: center;
        height: auto;
        padding-bottom: 30px;
    }
    
    .content-baner h2{
        font-size: 36px;
        margin-bottom: 52px;
    }    

}


@media(min-width: 1601px) and (max-width: 1897px){
    .section-right {
        padding-right: 230px;
    }

    .section-left{
        padding-left: 230px;
    }
}

@media(min-width: 1398px) and (max-width: 1594px){
    .about-img-container, .row-about {
        height: 410px;
    }

    .sect-about-desc {
        padding-bottom: 27px;
    }
}

@media(min-width: 992px) and (max-width: 1397px){    
    .row-about .section-h2{
        margin-top: 0;
    }
    
    .row-about .section-txt{
        margin-bottom: 0;
    }
}

@media(max-width: 1015px){
    .about-img-container{
        height: auto;
    }
}

@media(min-width: 1367px) and (max-width: 1451px){
    .section-map-container iframe{
        height: 600px;
    }
}

@media(min-width: 1367px) and (max-width: 1430px){
    .section-map-container iframe{
        height: 650px;
    }      
}

@media(min-width: 992px) and (max-width:1115px){
    .section-map-container iframe{
        height: 630px;
    }
}

@media(min-width: 1367px) and (max-width: 1600px) {
    .carousel-inner > .item{
        height: 668px;
    }
    
    .carousel-caption{
        bottom: 100px;
    }
}

@media(min-width: 1200px) and (max-width: 1320px){
    .carousel-inner > .item{
        height: 588px;
    }
}

@media(min-width: 1025px) and (max-width: 1199px){
    .carousel-inner > .item{
        height: 500px;
    }
}