body{
    margin:0;
}

p, h1, h2, h3, h4{
    font-size:62.5%;
}

p, ul, ol, label, table{
    font-family: tahoma;
}

#content p{
	font-size:0.9em;
}

a{
    text-decoration:none;
}

h1{
    font-size:3em;
    text-align: center;
    margin: 15px 0;
    color:#015683;
}

#content h2, #content h3, #content h4{
    font-family: Playfair Display;
}

#content h2{
    font-size: 2.0em;
    color:#015683;
}

#content h3{
    font-size: 2.0em;
    color:#015683;
    margin:5px 0
}

#content ul{
    list-style-type: none;
    padding-left: 0;
}

#content ul li::before{
    content: "\2022";
    color:#ae6118;
    margin-right: 10px;
}

#content ul li{
    margin-bottom:5px;
}

.clear{
    line-height: 1px;
    clear:both;
}

.left{float:left;}

.right{float:right;}

#headerWrapper{
    width:100%;
    height: 115px;
    border-bottom: 4px solid #e09f3e;
}

#header{
    max-width:1200px;
    margin:0 auto;
    padding-top: 10px;
    height: 100%;
}

#logo{
    float:left;
    width: 188px;
}

.number{
    float:right;
    width:240px;
    height:30px;
    background-color:#ae6118;
    color:#FFF;
    text-align: center;
    font-family: tahoma, sans-serif;
    font-size: 14.5px;
    margin-top:10px;
    margin-bottom:5px;
}

.number span{
    padding-top: 5px;
    display: block;
}

nav ul{
    display: table;
    list-style-type: none;
    clear:right;
    float:right;
    width:50%;
}

nav ul li{
    display: table-cell;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

nav ul li:last-of-type{
    padding-right: 0;
}

nav ul li a{
	color:#015683;
}

nav ul li a:hover{
	color:#E09F3E;
}

nav ul li a.current{
	color:#E09F3E;
}

.handle{
display:none;
}

ul.slides{
  list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}

#headerImageWrapper{
	display:none;
}

.headerImage{
	width:100%;
    max-width: 100%;
    height: auto;
}

#content{
    max-width:1200px;
    margin:0 auto;
    padding:0 5px;
}

#homeLeft{
    float:left;
    width:45%;
    margin-right:10px;
    margin-top:90px;
}

#homeLeft h2{
    font-family: Playfair Display;
    font-weight:900;
    font-size: 1.90em;
    color:#015683;
    margin-bottom:10px;
    text-align: center;
}

#homeLeft hr{
    border-top: 1px solid #540b0e;
    border-right:none;
    border-bottom:none;
    border-left:none;
}

#homeLeft h3{
    font-family: tahoma;
    text-transform: uppercase;
    color:#ae6118;
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#homeLeft h4{
    font-family: Playfair Display;
    color:#540b0e;
    font-size:0.92em;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
}

#video{
    float:right;
    width:500px;
    height:280px;
    margin-top:65px;
}

#homeBottom{
    width:100%;
    height: 100%;
    margin-top:50px;
    display: table;
    table-layout: fixed;
}

.serviceBox{
    height:340px;
    display: table-cell;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;
}

.serviceBox:hover{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.box1{
    background-image: url(images/uploads/site/btm1.jpg);
}

.box2{
    background-image: url(images/uploads/site/btm2.jpg);  
}

.box3{
    background-image: url(images/uploads/site/btm3.jpg);  
}

.serviceBox span{
    background-color: rgba(0, 0, 0, 0.6);
    max-height:65px;
    max-width:100%;
    display: block;
    position: relative;
    top: 50%;
    color:#fff3b0;
    text-align: center;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 900;
    padding:5px 0;
}

.breakLine{
    clear:both;
    border-top:none;
    border-right:none;
    border-bottom:1px solid #e09f3e;
    border-left:none;
    padding:0 5px;
    margin:40px 0;
}

.details{
    display: table;
    width: 100%;
    text-align: justify;
}

.details div{
    display:table-cell;
}

.boxDetails{
    text-align: center;
    vertical-align: middle;
    width:50%;
}

.middleDiv{
    border-right:1px solid #e09f3e;
    height:150px;
    width:2px;
    padding:10px 0;
}

.addDetailsWrapper{
    background-color: #ae6118;
    width:100%;
    height:180px;
    margin-top:3%;
    margin-bottom:50px;
}

.addDetails{
    color:#FFF;
    max-width:1200px;
    margin:0 auto;
    padding-top:30px;
}

.addDetails p{
    font-family: Playfair Display;
    text-align: center;
    font-size:1.3em;
}

#footerWrapper{
    max-width:100%;
    height:100%;
    background-color: #253a4b;
}

footer{
    max-width:1200px;
    max-height:100%;
    margin:0 auto;
    padding:20px 0;
}

.footerRight{
    float: right;
}

.footerLeft{
    float: left;
}

.footerLeft p:nth-of-type(1){
    font-size:1em;
}

.footerRight p{
    font-size:0.75em !important;
}

.footerLeft p, .footerRight p{
    color:#d0d0d0;
    font-size: 0.85em;
}

.footerRight img{
    float:right;
}

.footerRight img:nth-of-type(2){
    margin-right:25px;
}

.footerRight p:nth-of-type(1){
    clear:both;
}

.icon-facebook2{
    vertical-align:text-bottom;
}

a .icon-facebook2, .footerRight a{
	color:#d0d0d0;
}

a .icon-facebook2:hover, .footerRight a:hover{
	color:#E09F3E;
}

.thumbs li::before, .thumbnails li::before{
content: "" !important;
margin-right: 0 !important;
}

.thumb-box .thumbs li {
    float: left;
    padding: 0 0.5%;
    text-align: center;
    width: 15%;
}

.thumb-box .thumbs li:nth-of-type(7) {
	clear:left;
}

.thumb-box .thumbs li img {
    border-bottom: 4px solid transparent;
    opacity: 0.8;
    transition: opacity 0.32s ease 0s;
    width: 100%;
 }
 
.contact{
 	float:left;
 }
 
.contact p{
	float:left;
 }

.contact p:nth-of-type(odd){
 	clear:left;
 }
 
.contact p:nth-of-type(even){
 	margin-left:10px;
 }
 
.contact p:nth-last-of-type(3), .contact p:nth-last-of-type(1){
	clear:both;
    margin-left:0;
}
 
#contact label{
	color: #253a4b;
    display: block;
    font-size: 1.08em;
    margin-bottom: 5px;
 }
 
#contact input, textarea {
    border: 2px solid rgba(174, 97, 24, 0.5);
    color: #68696c;
    font-size: 16px;
    transition: border-color 250ms linear 0s;
}
 
#contact input{
 	padding: 10px 40px 10px 15px;
 }
 
.btn-success{
    background-color: #AE6118;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 600;
    margin: 5px 0;
    max-width: 100%;
    padding: 10px;
    text-transform: uppercase;
    transition: background-color 0.1s ease-in 0s;
    width: 155px;
}

.btn-success:hover{
 	background-color: #253A4B;
 }

@media only screen and (max-width: 1000px) {
.serviceBox span {
    font-size: 1.5em;
    }
 nav ul {
        width:55%;
    }     
    
}

@media only screen and (max-width: 940px) {
    #homeLeft{
        float: none;
        margin-left: auto;
        margin-right: auto;
    }   
    #video{
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    
.contact{
	float:none;
    width:100%;
    text-align:center;
}
    
.contact p{
	float:none;
 }

.contact p:nth-of-type(odd){
 	clear:none;
 }
 
.contact p:nth-of-type(even){
 	margin-left:0;
 } 
 
.contactInfo{
    float:none;
    text-align:center;
    width:100%;
}

.btn-success {
	margin:auto auto;
}
    
}

@media only screen and (max-width: 865px) {
    .left, .right{
        float:none;
        margin-left:auto;
        margin-right: auto;
        text-align: center;
    }
    #content figure{
     float:none !important;
     margin:0 auto !important;
     text-align:center !important;
     }
    #content h2{
        text-align: center;
    }
    .icon-menu{
     float:right;
     display:block;
     cursor:pointer;
     color:#015683;
     font-size:1.8em;
     margin:15px 10px 21px;
     position:relative;
     clear:right;
    }
    .active{
    color:#e09f3e !important;
    } 
     nav.responsive{
        width:100%;
        height:100%;
        display:block;
      }

     nav{
        display:none;
     }
         
     nav ul{
        float:none;
        width:100%;
        text-align:center;
        margin:0;
        padding:10px 0;
         position: relative;
         z-index: 999;
         display: block;
         background-color:#015683;
     }

     nav ul li{
        display: block;
        padding:20px 0;
        border-bottom: 1px solid  rgba(245, 245, 245, 0.3);
        width:100%;
        margin:0 auto;
     }
    nav ul li:nth-last-of-type(1){
     border-bottom:0;
}
    
    nav ul li a{
        color:#FFF;
        font-weight: normal;
    }
}

@media only screen and (max-width: 650px) {
    #headerWrapper {
    height: 100%;
    }
    #logo{
        float: none;
        margin: 0 auto;
        display: block;
    }
    .number{
        width: 100%;
        float:none;
        margin: 20px 0;
    }
    .icon-menu{
        float: none;
        margin: 0 auto 15px;
        text-align: center;
    }
    #homeLeft{
    	width:100%;
        margin-top:30px;
    }
    #homeLeft h2 {
    	font-size:1.7em;
    }
    .addDetails p {
    	font-size: 0.95em;
    }
    .serviceBox{
        display:block;
        height:10em;
    }
    .details div{
        display: block;
    }
    .boxDetails{
        max-width: 100%;
        margin: 0 auto;
    }
    .middleDiv{
    display: none !important;
    }
    textarea{
    	width:90%;
    }
    .headerImage{
    display:none;
    }
    #headerImageWrapper{
    display:block;
    background-position:top;
    height:120px;
    width:100%;
    }
    #googleMap, #video{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    #googleMap iframe, #video iframe{
    left:0;
    top:0;
    height:100% !important;
    width:100% !important;
    position:absolute;
    }
    .footerLeft, .footerRight{
        float:none;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .footerRight img{
        float: none;
    }
    
    .footerRight img:nth-of-type(1) {
    margin-right: 5px;
}
}