@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
img{
	max-width:100%;
	min-width:auto;
	height:auto;
	}
body{
	font-family: 'Fjalla One', sans-serif;
	font-size:14px;
	color:#000;
	background:#e5ca90;
	}
.clear{
	clear:both;
	content:"";
	display:block;
	}
#top{
	background:#a92c0e;
	color:#fff;
	padding:8px;
	}
.callus{
	font-size:20px;
	text-align:center;
	}
.callus a{
	color:#fff;
	text-decaration:none;
	}
header{
	background:url(../images/header.jpg) repeat-x;
	padding:30px;
	}
#logo{
	text-align:center;
	 }
#logo img{
	width:55%;
	}
#menu{
	background:#624D2D url(../images/menu.png) repeat-x;
	}
#banner{
	background-image:url(../images/banner_bottom.png), url(../images/banner_bottom.png);
	background-repeat: repeat-x, repeat-x;
	background-position:top center, bottom center;
	background-color:#A92C0E;
	padding:8px 0;}
	
.banner_bottom{
	background-image:url(../images/bn_bottom.png);
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	background-color:#f0ddb6;
	padding:20px;}
.wrapper{
	margin:10px 0;
	background-image:url(../images/wrapper.png);
	background-repeat: repeat-x;
	background-color:#fdf7ea;
	text-align:center;
	}
.welcome{
	color:#624D2D;
	font-size:30px;
	margin-top:10px;
	text-align:center;
	}
.text{
	line-height:32px;
	font-size:19px;
	font-family: 'Dosis', sans-serif;
	padding:20px;
	padding-top:5px;
	}
.request{
	background-image:url(../images/request.png);
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	background-color:#f0ddb6;
	font-family: 'Dosis', sans-serif;
	line-height:30px;
	padding:20px;
	color:#fff;
	padding-bottom:70px;
	}
.request h2{
	font-family: 'Fjalla One', sans-serif;
	color:#000;
	text-align:center;
	}
 .btn{
	background:#A92C0E;
	color:#fff;
	width:100%;
	font-weight:bold;
	margin-top:20px;
	}
.top_right{
	float:right;
	width:300px;
	margin:5px;
	}
.s_icon a {
    background: #624D2D;
    color:#fff;
    float: right;
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
    text-align: center;
    width: 26px;
	text-decoration:none;
}
.s_icon a:hover {
	background: #A92C0E;
	color: #FFFFFF;
	text-decoration: none;
}
footer{
	background-image:url(../images/banner_bottom.png), url(../images/footer.jpg) ;
	background-repeat:repeat-x, repeat;
	background-position:top center, bottom center;
	padding-top:20px;
	color:#fff;
	font-family: 'Fjalla One', sans-serif;
	}
footer a{
	color:#E9E9E9;
	}
.footer-contact ul{
	list-style:none;
	line-height:28px;
	font-size:13px;
	}
.f1 ul li{
	list-style:url(../images/footer-list-arrow.png);
	margin-left:20px;
	}
.copy{
	border-top:#B7B7B7 solid 1px;
	padding-top:20px;
	margin-top:10px;
	font-family: 'Dosis', sans-serif;
	font-size:16px;
	font-weight:bold;
	}
.yelp{
	background-color:#E3C98E;
	font-family: 'Dosis', sans-serif;
	line-height:30px;
	padding:20px;
	margin-bottom:20px;
	color:#fff;
	padding-bottom:70px;
	}
.yelp h2{
	font-family: 'Fjalla One', sans-serif;
	color:#000;
	text-align:center;
	}
.pay{
		text-align:right;
	}
.pay strong{
	color:#fff;
	font-size:20px;
	padding:10px;
	}
.gallery{
	margin-top:30px;
	}
.gallery img{
	border:#A92C0E solid 5px;
	}
.contact{
	border:#A92C0E 1px dashed;
	text-align:left;
	padding:5px 10px;
	}
.services{
	}
.services ul{
	margin-left:20px;
	list-style:none;
	line-height:40px;
	}
.home_img img{
	border-radius:10px;
	border:#A92C0E solid 5px;
	box-shadow:#020202  0 0 2px;
	}
.dtpicker{
	display:block;
	width:320px;
	}	
@media only screen and (min-width: 768px) and (max-width: 990px) {
.nav >li> a{
	padding:12px 7px !important;
	}
	}
@media only screen and (max-width: 640px) {
	.s_icon{
		text-align:center;
		margin:10px;
		}
	.s_icon a{
		float:none;
		}
	.nav > li{
		border-right:none !important;
		border-bottom:#ab883f solid 1px !important;
		}
	}