@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

body{
	font-family: 'Open Sans', sans-serif;
}

/* generic */

.container{ margin: 0 auto; width: 960px; }

.half{
	overflow: hidden;
	position: relative;
	margin-left: -1%;
	margin-right: -1%;
}
.half .left,
.half .right{
	margin-left: 1%;
	margin-right: 1%;
	width: 48%;
	float: left;
	overflow: hidden;
}
.half .right{
	float: right;
}

/* banner */

#banner{
	background: #f1f1f1 url(../images/bg.jpg) center top no-repeat;
}
#banner .container{
	height: 600px;
	overflow: hidden;
	text-align: center;
}
#banner h1{
	height: 153px;
	background: url(../images/logo.png) center center no-repeat;
	text-indent: -9999px;
	margin-top: 40px;
	margin-bottom: 144px;
}
#banner h2{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 15px 0;
}
#banner h2 span{
	white-space: nowrap;
}
#banner .callto{}
#banner .callto a{
	display: block;
	background: #ec8123;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 37px;
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;	
}
#banner .callto a:hover{
	background: #fb8f2f;
}

/* nav */

#nav{
	background: #ec8123;
	z-index: 8889;
}
#nav .container{
	position: relative;
	height: 40px;
}
#nav h1{
	display: none;
}
#nav .nav{
	text-align: center;
	list-style: none;
}
#nav .nav li{
	display: inline-block;
}
#nav .nav li a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #f1f1f1;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 19px;
	font-weight: bold;
}
#nav .nav li a:hover{
	opacity: 0.8;
}

.is-sticky#nav-sticky-wrapper #nav{
	left: 0; right: 0; top: 0;
	width: 100%;
}

.is-sticky#nav-sticky-wrapper h1{
	display: block;
	background: url(../images/logo-horizontal.jpg) left center no-repeat;
	height: 40px;
	width: 180px;
	text-indent: -9999px;
	float: left;
}

.is-sticky#nav-sticky-wrapper .nav{
	float: right;
	text-align: left;
}

.is-sticky#nav-sticky-wrapper .nav li{
	float: left;
	margin-left: 20px;
}

.is-sticky#nav-sticky-wrapper .nav li a{
	padding: 0 0;
}

/* profile or about */

#profile{
	background: #baa893 url(../images/bg2.jpg) center center no-repeat;
}

#profile .container{
	padding: 123px 0;
}

#profile .push.left{
	width: 53%;
}
#profile h3{
	font-size: 30px;
	color: #0f0f0f;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 25px;
}
#profile p{
	line-height: 25px;
	font-size: 20px;
	color: #0f0f0f;
	margin-bottom: 25px;
}

#thank-you{
	background: #baa893;
}

#thank-you #profile{
	background: none;
}

#thank-you #profile .callto a {
    display: block;
    background: #ec8123;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 37px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}

#thank-you #profile .callto a:hover {
    opacity: 0.8;
}

/* services */

#services{
	background: #f6f6f6;
}
#services .container{
	padding: 80px 0;
	overflow: hidden;
}
#services h3{
	font-size: 30px;
	color: #0f0f0f;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 25px;
}
#services ul{
	position: relative;
	margin-left: -1%;
	margin-right: -1%;
	list-style: none;
	z-index: 55;
}
#services ul li{
	margin-left: 1%;
	margin-right: 1%;
	width: 48%; height: auto;
	position: relative;
	float: left;
	margin-bottom: 20px;
	background: #000;
}
#services ul li img{
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.3;
}
#services ul li strong{
	position: absolute;
	z-index: 5;
	left: 0; right: 0;
	top: 40%; bottom: 43%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #f6f6f6;
	font-size: 30px;
	font-weight: normal;
	line-height: 1em;
	height: auto;
	padding: 0 1%;
}

/* gallery */

#gallery{
	background: #fff;
}
#gallery .container{
	padding: 80px 0;
	overflow: hidden;
}
#gallery h3{	
	font-size: 30px;
	color: #0f0f0f;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 25px;
}

#gallery p{}

#gallery .photos{
	position: relative;
	margin-left: -1%;
	margin-right: -1%;
	list-style: none;
}
#gallery .photos li{
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	width: 23%;
}
#gallery .photos li img{
	display: block;
	width: 100%;
	height: auto;
}
#gallery .photos li a{
	display: block;
}
#gallery .photos li a:hover{
	opacity: 0.8;
}

/* contact */

#contact{
	background: #c2c2c2;
}
#contact .container{
	padding: 80px 0;
}
#contact h3{	font-size: 30px;
	color: #0f0f0f;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 25px;
}

#contact .contact-details{}
#contact .contact-details li{
	display: block;
	float: left;
	clear: both;
	margin-bottom: 12px;
}
#contact .contact-details li:last-child{
	margin-bottom: 0;
}
#contact .contact-details li a{
	color: #fff;
	text-decoration: none;
	height: 27px;
	line-height: 27px;
	color: #fff;
	border-radius: 3px;
	display: block;
}
#contact .contact-details li a:hover{
	opacity: 0.8;
}
#contact .phone a{
	background: #ec8123 url(../images/phone.png) 4px center no-repeat;
	padding: 4px 4px 4px 28px;
	font-weight: bold;
}
#contact .email a{
	background: #ec8123 url(../images/envelope.png) 6px center no-repeat;
	padding: 4px 4px 4px 35px;
}
#contact .po a{
	background: #ec8123 url(../images/marker.png) 8px center no-repeat;
	padding: 4px 4px 4px 25px;
}

#contact .half .right{
	width: 60%;
}

#contact .half .left{
	width: 35%;
}

/* footer */

#footer{
	background: #f6f6f6;
}


#footer .container{
	padding: 50px 0;
}

#footer p{
	font-size: 14px;
	color: #333;
}
#footer p span{
	white-space: nowrap
}
#footer p strong{
	font-weight: bold
}
#footer p a{
	text-decoration: underline;
	color: #111;
}
#footer p a:hover{
	text-decoration: none;
}
#footer .left{
float: left;
}
#footer .right{
float: right;
}





/* form */

#contactus label
{
   font-size: 14px;
}

#contactus input[type="text"],
#contactus textarea
{
  font-size: 14px;
  width: 98%;
  background: #ffffff;
  padding: 3px 1%;

}

#contactus input[type="text"]
{
  height: 30px;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
  display: block;
    background: #ec8123;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 37px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}

#contactus input[type="submit"]:hover
{
  opacity: 0.8;
}

#contactus textarea
{
  height: 60px;
}

#contactus input[type="text"]:focus,
#contactus textarea:focus
{
  outline: none;
  background: #e6e6e6;
}

#contactus .container
{
   margin: 0;
   padding: 0;
   width: auto;
   margin-bottom: 10px;
}

#contactus .error
{
   font-size: 13px;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-size: 13px;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-size: 13px;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-size: 13px;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}


/* map */

.map{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* #Media Queries
================================================== */

.slicknav_menu{ display: none; }

@media only screen and (max-width: 980px) {

.container{
	width: 96%;
}

#banner{
	background: #f1f1f1 url(../images/bg-960.jpg) center top no-repeat;
	
}

#banner .container{
	height: 563px; 
	background: rgba(255,255,255,0.5);
	padding-left: 2%;
	padding-right: 2%;
}

#profile{
	background: #baa893 url(../images/bg2-small.jpg) right center no-repeat;
}



#profile .container{
	padding: 80px 0;
}

#profile .push.left{
	width: 80%;
}




/* 980px */
}
@media only screen and (max-width: 840px) {
#contact .half .left,
#contact .half .right{
	float: none;
	width: auto;
}

#contact .half .left{
	margin-bottom :40px;
}

#contact .contact-details li{
	clear: none;
	margin-right: 10px;
}

#contact .contact-details li:last-child{
	margin-right: 0;
}


}


@media only screen and (max-width: 767px) {
	
	
#banner{
	background: #f1f1f1 url(../images/bg-770.jpg) center top no-repeat;
	margin-top: 40px;
}
#banner .container{
	height: 451px; 
}

#banner h1{
	height: 115px;
	background: url(../images/logo-medium.png) center center no-repeat;
	margin-bottom: 84px;
}
#banner h2{
	font-size: 25px;
}
#banner h2 span{
	white-space: normal;
}

	
.slicknav_menu{ 
	display: block;
}

#nav-sticky-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 8889;
}

#nav .nav{
	display: none;
}

#nav .container{
	width: 100%;
}

#profile h3 br{ display: none; }

#services ul li strong{
	font-size: 20px;
}
#footer .left,
#footer .right{ text-align: center; float: none;}


/* 767px */
}

@media only screen and (max-width: 479px) {
	
#banner{
	background: #f1f1f1 url(../images/bg-500.jpg) center top no-repeat;
}

#banner h1{
	height: 56px;
	background: url(../images/logo-small.png) center center no-repeat;
	margin-bottom: 24px;
}
#banner h2{
	font-size: 23px;
}
#banner .container{
	height: 293px; 
}


#banner .container{
	background: rgba(255,255,255,0.7);
}

#profile{
	background: #baa893;
}

#profile .push.left{
	width: auto;
}

#profile, #services, #gallery{
	text-align: center;
}

#services ul{
	margin-left: 0;
	margin-right: 0;
}

#services ul li{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

#services ul li strong{
	font-size: 25px;
}

#gallery .photos li{
	width: 48%;
}

/* 479px */
}

@media only screen and (max-width: 340px) {
	
#banner{
	background: #f1f1f1 url(../images/bg-340.jpg) center top no-repeat;
}
#banner .container{
	height: 300px; 
}
	
#banner h2{
	line-height: 28px;
}


/* 340px */
}
