@import 'https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i';

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: 'Roboto', sans-serif;
	background: #f0f0f0 url(../images/bg.jpg) center top no-repeat;
}

h1, h2, h3, h4, h5{
	font-weight: normal;
	color: #ffffff;
}

.photos{
	position: relative;
	margin-left: -1%;
	margin-right: -1%;
	list-style: none;
	overflow: hidden;
}
.photos li{
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	float: left;
	text-align: center;
}

.photos li a{
	text-decoration: none;
	color: #333;
	font-size: 16px;
}

.photos li a strong{
	font-weight: normal;
	display: block;
	height: 55px; line-height: 55px;
}

.photos li img{
	width: 100%;
	height: auto;
	display: block;
}

/* generic */

.container{ margin: 0 auto; width: 960px; }

.half{
	overflow: hidden;
	margin-left: -1%;
	margin-right: -1%;
	position: relative;
}
.half .left,
.half .right{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}

.half .left{
	float: left;
}
.half .right{
	float: right;
}

/* topbar */

#topbar{
	margin-top: 28px;
	z-index: 8888;
}
#topbar .container{
	
}
#topbar h1{
	height: 164px;
	background: url(../images/logo.png) center center no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 0; right: 0;
	top: 0;
}
#topbar .nav{
	overflow: hidden;
	list-style: none;
	height: 44px;
	position: relative;
}
#topbar .nav li{
	position: absolute;
}
#topbar .nav li.first{ left: 0; }
#topbar .nav li.second {
    left: 171px;
}#topbar .nav li.third {
    right: 199px;
}
#topbar .nav li.fourth{ right: 81px; }
#topbar .nav li.fifth{ right: 42px; }
#topbar .nav li.last{ right: 0; }

#topbar .nav li.fifth a{
	width: 18px;
	background: url(../images/envelope.png) center center no-repeat;
	text-indent: -9999px;
}
#topbar .nav li.last a{
	width: 17px;
	background: url(../images/phone.png) center center no-repeat;
	text-indent: -9999px;
}

#topbar .nav li a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: block;
	height: 40px;
	line-height: 40px;
}
#topbar .nav li a:hover{}

.is-sticky #topbar{
	left: 0; right: 0; top: 0;
	background: #fff;
	margin: 0;
}
.is-sticky #topbar .container{
	height: 40px;
	position: relative;
}

.is-sticky  #topbar h1{
	float: left;
	position: relative;
	background: url(../images/logo-horizontal.png) left center no-repeat;
	width: 200px; height: 40px; line-height: 40px;
}
.is-sticky  #topbar .nav{
	float: right;
	position: static;
	height: 40px;
}
.is-sticky  #topbar .nav li{
	position: static;
	float: left;
	margin-left: 20px;
}
.is-sticky  #topbar .nav li a{
	color: #2f2121;
	border: none;
	height: 40px; line-height: 40px;
	padding: 0;
	font-weight: bold;
}
.is-sticky  #topbar .nav li a:hover{
	color: #111;
}

.is-sticky #topbar .nav li.fifth a
{
	width: 18px;
	background: url(../images/envelope-inverted.png) center center no-repeat;
	text-indent: -9999px;
}
.is-sticky #topbar .nav li.last a{
	width: 17px;
	background: url(../images/phone-inverted.png) center center no-repeat;
	text-indent: -9999px;
}




/* banner */

#banner{
	background: rgba(79, 55, 55, 0.3);
}

#banner .container{
	height: 539px;
	overflow: hidden;
}
#banner h2{
	font-size: 39px;
	color: #fff;
	margin-bottom: 30px;
	margin-top: 215px;
	text-align: center;
}

#banner h2 span{
	white-space: nowrap;
}

#banner p.callto{
	margin: 0 auto;
	text-align: center;
}
#banner p.callto a{
	display: inline-block;
	padding: 16px;
	color: #4f3737;
	text-transform: uppercase;
	font-size: 16px;
	background: #fff;
	text-decoration: none;
}
#banner p.callto a:hover{
	opacity: 0.8;
}

/* profile */

/* services */

#profile{
	background: #f0f0f0;
}
#profile .container{
	padding: 80px 0;
	overflow: hidden;	
}
#profile p{
	margin: 0 0 40px 0;
	font-size: 16px;
}

#profile p:last-child{
	margin: 0 0 0 0;
}

#profile p strong{
	font-weight: normal;
	color: #4f3838;
}

#profile .half{
	overflow: visible;
}

#profile .style1{
	overflow: visible;
}

#profile .style1 .right{
	width: 205px;
	float: right;
}

#profile .style1 .left{
	float: none;
	width: auto;
	overflow: hidden;
}

.banner1 {
    background: url(../images/banner1.png) top center no-repeat;
    height: 363px;
    overflow: hidden;
    margin-top: -81px;
}

.banner1 h3{
	background: url(../images/photo-placeholder.png) center top no-repeat;
	padding: 200px 0 0 0;
	text-align: center;
	font-size: 20px;
	color: #4f3737;
	margin-top: 80px;
}
#thankyou{
	background: #4f3737
}
#thankyou #profile{ background: #fff;}
#thankyou #profile h3{ color: #4f3737;
margin-bottom: 40px;}
#thankyou #profile p{ color: #4f3737;}
#thankyou #profile p.callto{}
#thankyou #profile p.callto a{
    padding: 10px 30px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
	display: inline-block;
	background: #4f3737;
	color: #fff;
	text-decoration: none;
}
#thankyou #profile p.callto a:hover{
    opacity: 0.8;
}



/* gallery */

#gallery{
	background: #f8f8f8;
}
#gallery .container{
	padding: 80px 0;
}

/* testimonial */

#testimonials{
	background: #f0f0f0;
}

#testimonials h3{
	color: #4f3737;
	font-size: 39px;
	margin-bottom: 40px;
	text-align: center;
}
#testimonials .container{
	padding: 80px 0;

}
#testimonials p{ 
	padding-bottom: 26px;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 26px;
}

#testimonials p strong,
#testimonials p em{
	white-space: nowrap; 
}

#testimonials p:last-child{ 
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}


#testimonials .right img
{
	width: 100%;
	height: auto;
	display: block;
}

/* contact */

#contact{
	background: #4f3737 url(../images/bg3.jpg) center top no-repeat;
}
#contact .container{
	padding: 80px 0;
}

#contact h3{
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}
#contact p{
	font-size: 16px;
    color: #fff;
	line-height: 20px;
}

#contact p a{
	color: #fff;
}

#contact p a:hover{
	text-decoration: none;
}



/* footer */

#footer{ overflow: hidden; background: #f0f0f0; }

#footer .container{
	padding: 40px 0;
}

#footer p{
	font-size: 13px;
}
#footer p span{
	white-space: nowrap
}
#footer p strong{
	font-weight: bold
}
#footer p a{
	text-decoration: underline;
	color: #333;
}
#footer p a:hover{
	text-decoration: none;
}
#footer .left{
float: left;
}
#footer .right{
float: right;
}





/* form */

#contacttus{
	font-family: 'Roboto', sans-serif;
}

#contactus label
{
   font-size: 16px;
   color: #fff;
	line-height: 20px;
}

#contactus input[type="text"],
#contactus textarea
{
  font-size: 14px;
  width: 98%;
  padding: 3px 1%;
  background: #fff;
   margin-top: 3px;

}

#contactus input[type="text"]
{
  height: 30px;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"] {
    padding: 10px 30px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
#contactus input[type="submit"]:hover
{
   opacity: 0.8;
}

#contactus textarea {
    height: 118px;
}
#contactus input[type="text"]:focus,
#contactus textarea:focus
{
  outline: none;
  background: #e6e6e6;
  
}

#contactus .container
{
   margin: 0;
   padding: 0;
   width: auto;
   margin-bottom: 10px;
}

#contactus .half
{
   margin: 0;
   padding: 0;
   width: auto;
   margin-left: -1%;
   margin-right: -1%;
   position: relative;
}

#contactus .half .left,
#contactus .half .right
{
   margin-left: 1%;
	 margin-right: 1%;
	 width: 48%;
}

#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: #fff;   
}

#contactus .short_explanation a
{
   color: #fff;   
}

#contactus .short_explanation a:hover
{
   text-decoration: none;  
}

/* 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;
	margin-top: 3px;
}
.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) {
	
body{
	background: #f0f0f0 url(../images/bg-960.jpg) center top no-repeat;
}

.container{
	width: 96%;
}

#topbar{
}

#topbar h1{
	height: 117px;
	background: url(../images/logo-small.png) center center no-repeat;
}

#topbar .nav li.second {
    left: 161px;
}

#topbar .nav li.fifth {
    right: 32px;
}

#topbar .nav li.fourth {
    right: 61px;
}
#topbar .nav li.third {
    right: 169px;
}

.is-sticky #topbar .nav li.fifth {
    right: 0;
}

.is-sticky  #topbar .nav li{
	position: static;
	float: left;
	margin-left: 15px;
}

#banner .container {
    padding: 185px 0;
	height: auto;
}

#banner h2 {
    margin-top: 0;
}

/* 980px */
}

@media only screen and (max-width: 860px) {
	
body{
	background: #f0f0f0 url(../images/bg-840.jpg) center 40px no-repeat;
}
	
.slicknav_menu{ 
	display: block;
	position: absolute;
	right: 0;
}

/* if smaller than 860 */

#topbar{
	background: #fff;
	margin: 0;
}
#topbar .container{
	height: 40px;
	position: relative;
}

#topbar h1{
	background: url(../images/logo-horizontal.png) left center no-repeat;
	width: 200px; height: 40px; line-height: 40px;
}
#topbar .nav {
    position: absolute;
    right: 53px;
	width: auto;
}
#topbar .nav li{
	position: static !important;
	margin-left: 20px;
	float: left;
}
#topbar .nav li a{
	color: #2f2121;
	border: none;
	height: 40px; line-height: 40px;
	padding: 0;
	font-weight: bold;
}
#topbar .nav li a:hover{
	color: #111;
}

#topbar .nav li.fifth a{
	width: 18px;
	background: url(../images/envelope-inverted.png) center center no-repeat;
	text-indent: -9999px;
}
#topbar .nav li.last a{
	width: 17px;
	background: url(../images/phone-inverted.png) center center no-repeat;
	text-indent: -9999px;
}
#topbar .nav li.first,
#topbar .nav li.second,
#topbar .nav li.third,
#topbar .nav li.fourth
{
	display: none;
}

#topbar .nav li.fifth,
#topbar .nav li.last {
	margin-left: 15px;
}

.slicknav_nav li.fifth,
.slicknav_nav li.last{ display: none !important;  }



#topbar .slicknav_nav li.fifth a {
    background: url(../images/envelope.png) 11px center no-repeat;
    padding-left: 36px;
	text-decoration: underline;
}

#topbar .slicknav_nav li.last a {
    background: url(../images/phone.png) 11px center no-repeat;
    padding-left: 36px;
	font-size: 20px;
	font-weight: bold;
}

.is-sticky #topbar .nav {
    float: right;
    position: static;
    margin-right: 53px;
}

#banner .container {
    padding: 155px 0;
	height: auto;
}


#testimonials .style2 .left{
	width: 70%;
}
#testimonials .style2 .right{
	width: 26%;
}





	
/* 860 */
}



@media only screen and (max-width: 767px) {
	

#banner .container {
    padding: 125px 0;
	height: auto;
}

.half .left,
.half .right{
	float: none;
	width: auto;
}

.half .left{
}

#profile .half{
	overflow: visible;
}

#profile .style1 .right{
	margin-bottom: 40px;
}

#profile .style1 .left{
	overflow: visible;
	
}


#testimonials .style2 .left, 
#testimonials .style2 .right{
	width: auto;
	float: none;
}

#testimonials .style2 .right{
	display: none;
}

#contactus .half .left,
#contactus .half .right{
	width: auto;
	float: none;
}

#contact .container > .half .left{
	margin-bottom: 40px;
}

#footer .left,
#footer .right{
float: none;
text-align: center;
}


#contactus .half .left{
	margin-bottom: 10px !important;
}



/* 767px */
}

@media only screen and (max-width: 479px) {
	
body{
	background: #4f3737 url(../images/bg-479.jpg) center 40px no-repeat;
}
	

/* move envelope and phone to slicknave */

#topbar .nav li.fifth,
#topbar .nav li.last {
    display: none !important;
}

.slicknav_nav li.fifth,
.slicknav_nav  li.last{ display: block !important;  }


#banner .container {
    padding: 125px 0;
	height: auto;
}


#banner h2 span{
	white-space: normal;
}

#profile .style1{
	margin: 0;
	text-align: center;
}

#profile .style1 .right,
#profile .style1 .left{
	float: none;
	margin-right: 0;
	margin-left: 0;
}
#profile .style1 .right{ width: 100%;}
.banner1{
	background-position: center top;
	width: 100%;
}

.photos li{
	width: 48%;
}

#testimonials p em{
	display: block;
}



/* 479px */
}

@media only screen and (max-width: 300px) {
	
	
	
body{
	background: #4f3737 rgba(79, 55, 55, 0.7) url(../images/bg-320.jpg) center 40px no-repeat;
}


	
/* 300px */
}
