@charset "UTF-8";
/* CSS Document */
html,body{
    overflow-x: hidden;
}
body{
	background-color:white   ;
	color: #5a5a5a;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	line-height:25px;
    font-weight: 100;
}
.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}
.noPadding{
    padding: 0px !important;   
}
.blank{
    width: 100%;
    height: 60px;
    background-color: white;
}
a.btn{
    background-color: #b1944e;
    color: white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #b1944e;  
    transition: all 0.5s ease;
}
a.btn:hover{
    border: 2px solid #b1944e;  
    color: #b1944e;
    background-color: white;
}
a.social{
    color: #b1944e;
    font-size: 40px;
    margin-left: 10px;
    margin-right: 10px;    
}
h1,h2,h3,h4,h5{
    margin: 0px;
    padding: 0px;
    font-size: 38px;
    font-weight: 100;
    color: #252525;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
h2{
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}
h2.withMargin{
    margin-bottom: 30px;   
}
h3{
    font-size: 25px; 
    margin-bottom: 0px;
    font-weight: bold;
}
h4{
    font-size: 20px;  
    margin-bottom: 0px;
}
h1 span,h2 span{
    display: block;
    font-size: 16px;
    color: #b1944e;
    margin-top: 5px;
}
h1,h2.text-center{
    background-image: url(images/hbg.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.text-center img{
    margin-left: auto;
    margin-right: auto;
}
.content{
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;   
}
.content.active{
    transform: translate3d(-280px, 0px, -50px);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.22);
}
#mobile-nav{
    top: 0px;
    right: 0px;
    position: absolute;
    width: 280px;
}
#mobile-nav{
    display: none;   
}
#mobile-nav ul{
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
}
#mobile-nav ul li{
    display: block;
    list-style: none;
    margin:0px;
}
#mobile-nav li a{
    color: rgba(0,0,0,.6);
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
#mobile-nav li a:hover{
    color: white ;
    background-color: black;
    text-decoration: none;
}
#mobile-nav strong{
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    color: black ;
    width: 100%;
    text-align: center;
    padding-top:40px;
    padding-bottom: 20px;
}
/* START nav options */
#nav{
    width: 100%;
    padding-top: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,0+100 */
    background-color: white;
    padding-bottom: 40px;
}
#nav .mobileControl{
    color: black;
    padding-top: 25px;
    font-size: 40px;
    display: none;
}
#nav ul li{
    list-style: none;
    margin: none;
    display: inline-block;
    padding-top: 30px;
}
#nav ul li a{
    color: black;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 10px;
}
#nav ul li a:hover{
    text-decoration: none;   
}
#nav ul li.active a{
    border-bottom: 3px solid black;   
}
#nav ul li:after{
    content:"/";
    width: 20px;
    display: inline-block;
    text-align: center;
    color: #c3c3c3;
}
#nav ul li:last-child:after{
    content: "";
    display: none;
}
#nav .logo{
    font-size: 26px;
    font-weight: bold;
    color: black;
    padding-top: 15px;
    display: block;
    position: absolute;
    text-transform: uppercase;
}
#nav .logo:hover{
    text-decoration: none;   
}

/* END nav options */
/* START head options */
#data{
    background-color: white;   
}
#data #owl-demo .text{
    position: absolute;
    z-index: 9999;
    color: white;
    margin-top: 250px;
}
#data #owl-demo .text{
    border: 6px solid #7a7a7a ; 
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 50px;
    color: #7a7a7a;
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
}
#data #owl-demo .text p{
    font-weight: bold;   
    font-size: 62px;
    line-height: 70px;
    margin-bottom: 15px;
}
#data #owl-demo .text a{
    background-color: white;
    color: #2e2e2e;
    padding: 20px;
    font-weight: bold;
}
#data #owl-demo .image{
    overflow-x: hidden;
}
#data #owl-demo .item{
    text-align: right;
}
#data #owl-demo img{
    right: 0px !important;
}
#data .customNavigation{
    margin-top: -200px;
    z-index: 9999;
    position: absolute;
}
#data .customNavigation a{
    border: none;
    background: none;
    font-size: 40px;
    color: black;   
}


/* END head options */

/* START data */
#data .text-right img{
    margin-left: auto;
    margin-right: 0px;
}
#data .title{
    border: 6px solid black; 
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 50px;
    color: black;
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
    position: absolute;
    margin-top: 150px;
    z-index: 999;
}
#data .title h1{
    font-weight: bold;   
    font-size: 62px;
    line-height: 70px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#data .image{
    text-align: right;
}
#data .title-second{
    border-top: 6px solid #ebebeb ;
    border-right: 6px solid #ebebeb ;
    border-bottom: 6px solid #ebebeb ;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    color: black;
    font-weight: 100;
    text-align: left;
    margin-top: 100px;
}
#data .title-second.border-right{
    border-left:  6px solid #ebebeb ;
    border-right: 0px !important;
}
 #data .title-second h2{
    font-weight: bold;   
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 0px;
    margin-bottom: 10px;
     text-transform: uppercase;
}
/* END data */
#data .onlyMobile{
    display: none;
}
@media screen and (max-width: 1180px) {
   #head #owl-demo .text p{
        font-size: 40px;   
       line-height: 50px;
    }
}

@media (max-width: 1130px) {
    #head #owl-demo .text{
        margin-top: 150px;
    }
    #head #owl-demo .text p{
        font-size: 30px;
    }
}
@media (max-width: 831px) {
    #head #owl-demo .text{
        margin-top: 50px;
    }
    #head #owl-demo .text p{
        font-size: 25px;
        line-height: 30px;
    }
}
@media (max-width: 968px) {
    #nav ul{
        display: none;   
    }
    #nav .mobileControl{
        display: block !important;   
    }
    #data .head-title img{
        display: none;
    }
    #data .head-title .title{
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
        position: static;
        margin-bottom: 30px;
    }
    #data .title-second,#data .title-second.border-right{
        border-top: none;
        border-left: 6px solid #ebebeb;
        border-right: 6px solid #ebebeb !important;
        text-align: center;
    }
    #data .onlyNonMobile{
        display: none;   
    }
    #data .onlyMobile{
        display: block;   
    }
    #data .blank{
        height: 0px;   
    }
    #data .title-second{
        margin-top: 0px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 703px) {
    #nav ul{
        display: none;   
    }
    #nav .mobileControl{
        display: block;   
    }
    #data #owl-demo img{
        width: 70%;
    }
    #data #owl-demo .text{
        font-size: 20px;
        margin-top: 100px;
        line-height: 30px;
    }
    #data #owl-demo .text p{
        font-size: 36px;   
    }
    #data .customNavigation{
        margin-top: -100px;
    }
}
/* END styles for mobile*/

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
a.contact{
    margin-left: auto;
    margin-right: auto;
    color: black;
    text-decoration: none;
    border: 2px solid black;
    margin-bottom: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
a.contact:hover{
    color: white;
    background-color: black;
}
a.contact i{
    padding-right: 5px;
}
