﻿@import url(https://fonts.googleapis.com/css?family=Oswald);
/* ============================= General Styles ====================== */
* {
	margin: 0;
	padding: 0;
}
html {
	margin:0;
	padding:0;
}
body {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-family: "Oswald";
    background: #57281e;
    background-size: 100% 100%;
}
h1 {
    font-size: 9px;
    color: #8f8f8f;
    position: relative;
    z-index: 900;
    text-align: center;
    }
h2 {
    color: #783c30;
    font-size: 2em;
    text-align: center;
    margin: 1%;
}

img {
	border:0px;
	margin-top: 0px;
}
a {
	color: #783c30;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

em{
	font-weight:bold;
	font-style: normal;
}
/* ============================= Container ====================== */

#container {
	width:100%;
	margin:0 auto;
	text-align:left;
}
#wrapper {
	width:100%;
	margin: 7px auto 0px auto;

}
/* ============================= Header ====================== */
#header {
	width: 100%;
	z-index:600;
	position:fixed;
	top: 0px;
    background: -webkit-radial-gradient(#ffffff, #fff6e1, #925d33);
    background: -o-radial-gradient(#ffffff, #fff6e1, #925d33);
    background: -moz-radial-gradient(#ffffff, #fff6e1, #925d33);
    background: radial-gradient(#ffffff, #fff6e1, #925d33);
    text-align:center;
}
#header .logo {
    margin: 18px 1% 0px 6%;
    width: 28%;
    float: left;
}
#header .logo img{
    max-width: 100%;
}
.action {
    text-align: center;
    background: rgba(255, 0, 0, 0.4);
    font-weight: bold;
    position: absolute;
    top: -35px;
    padding: 1%;
    border-radius: 7px;
    text-shadow: 1px 1px 1px #000;
	}
.action:hover {
    box-shadow: 1px 1px 1px #000;
		    }
		    
.action p {
	margin:4px;
}
.action a {
	text-transform:uppercase;
	color: #e5e4e1;
    font-size: 100%;
    font-weight: 100;
    }
.top-rght .number {
    font-size: 1.6em;
    color: #fff;
    text-shadow: black 2px 2px;
}

.social{
	margin-top: 3px;
	margin-right: 17px;
	height: 35px;
	float: right;
}
.social img{
margin-right:3px;	
}

/* ============================= pgbody ====================== */

.col .cta img {
    -webkit-box-shadow: black 2px 3px 10px;
    -moz-box-shadow: 2px 3px 10px #000;
    box-shadow: 2px 3px 10px #000;
    text-align: center;
    padding: 2%;
    font-size: 15px;
    margin: 5% auto;
    background: #421e17;
     }
.col-3 .cta{
	-webkit-box-shadow: black 2px 3px 10px;
    -moz-box-shadow: 2px 3px 10px #000;
    box-shadow: 2px 3px 10px #000;
    text-align: center;
    padding: 0.5%;
    font-size: 15px;
    margin-left: 1%;
	width: 32%;
    float: left;
}

/* ============================= Content ====================== */

.mid-page{
	width: 100%;
    margin: 107px auto 15px;
}
.mid-page .col {
    width: 20%;
    float: left;
    margin: 45px 1% 5px;
}


.mid-page .col-2 {
    width: 38%;
    float: left;
    padding: 2%;
    margin: 45px 0 20px 5%;
	background: rgba(255,255,255,.8);
    -webkit-box-shadow:  #a6a7a9 2px 3px 10px;
    -moz-box-shadow: 2px 3px 10px #a6a7a9;
    box-shadow: 2px 3px 10px #a6a7a9;
    }
    
.mid-page .col-2 h4{
    font-size: 28px;
    text-align: center;
    color: #0e0e0a;
    font-family: "Varela Round",sans-serif;
    margin-bottom: 15px;
}
.mid-page .col-2 li{
    list-style:none;
}
.mid-page .col-2 .address li{
    color:#0e0e0a;
    font-weight: bold;
}
.mid-page .col-2 .address .h2{
    color:#c10000;
}
.mid-page .col-2 .contact{
    padding: 2%;
    background: rgba(255,255,255, .7);
    border-radius: 5px;
    box-shadow: 2px 3px 10px #000;
    text-align:left;
}
.mid-page .col-2 ul.con-info{
    color: #000;
    line-height: 1.4em;
    margin-top: 10px;
    text-align: center;
}
.mid-page .col-3 {
    width: 70%;
    float: left;
    min-height: 241px;
    margin: 60px 2% 20px 3%;
    text-align: justify;
    line-height: 1.6em;
    background: #fff7e3;
    box-shadow: 2px 3px 10px #000;
    }
/* ============================= Footer ====================== */
#footer ul {
	list-style: none;
	text-align: left;
	margin-top: 10px;
}
#footer li {
	line-height:20px;
	
}
#footer a {
    color: #fff;
    font-weight: normal;
	}

#footer .col {
    width: 18%;
    float: left;
    padding: 0.5%;
    margin: 10px 0% 0 1%;
    height: auto;
    border-radius: 5px;
}
#footer .col .social {
	float: left;
	margin-right: 0;
	width:100%;
}
#footer .col .social a{
	margin-left: 5%;
}
#galfooter {
	width: 98%;
	clear: left;
	float: left;
	margin:1%;
	font-size: 12px;
}
#galfooter p {
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	padding-bottom:10px;
}
#galfooter a {
	font-size: 11px;
	color: #bbbbbb;
}
strong {
	color: #7B7A79;
	font-size: 11px;
	font-weight: normal;
	float: right;
	margin: 0;
	padding-top:12px;
}
.clear{
	clear:both;
	width:100%;
	height:0px;
}
/* ZIPCODE PAGES
	********************************/
.col iframe{
	width:90%;
	box-shadow: 2px 3px 10px #000;
	margin-top: 10px;
}
.col-3 iframe {
    width: 96%;
    margin: 0 2%;
}
h3 {
    font-size: 24px;
    text-align: center;
    margin: 20px 0 10px;
}
#footer h3{
	color: #fceb06;
}    
#zipcodes {
	overflow-y: auto;
	margin-top: 10px;
	text-align: left;
	width: 100%;
	float: left;
	line-height: 1.6em;
	margin-left: 10px;
	margin-bottom: 10px;
}
.sidemenu {
	width: 202px;
	height: auto;
	overflow: hidden;
	background: #753f2f;
	float: left;
	padding: 10px;
	margin: 10px 2px;
	font-size: 11px;
	color:#fff;
}
.col .sidemenu {
	width: 95%;
}
.col-3 .sidemenu h3{
	font-size:15px;
	white-space:nowrap;
	margin-top: 0px;
}
.sidemenu ul{
	margin-left:0;
	list-style:none;
	color:#fff;
}
.sidemenu li{
    line-height: 22px;
    text-align: center;
    padding: 1%;
    background-color: #572b1e;
    margin: 0.5%;
}
.sidemenu a{
	color:#fff;
}
.sidemenu a:hover{
	color:#e9e9e9;
}
#contact-side {
    padding: .5%;
    width: 68%;
    text-align: left;
    margin: 15px auto;
	background: #e6f8ff;
}
#contside {
    position: fixed;
    bottom: 7%;
    right: 2%;
    padding: 10px 5%;
    background: #f9880d;
    box-shadow: 2px 2px 2px #000;
    cursor: pointer;
    z-index: 100;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}
#contact-side form {
	padding: 5px 3% 15px;
}
#contact-side label {
    margin: 5px 0 0 0.5%;
}
#contact-side p{
    text-align: center;
    color:#fff;
}
#contact-form {
    width: 100%;
    border: 1px solid #bdb7bd;
    background: #d6d09d;
    box-shadow: 2px 3px 10px #000;
}
#contact-form form div.fm2{
    width: 48%;
    float: left;
    margin-left: 1.5%;
}
#contact-side form {
	clear: both;
}
#contact-side form select, #contact-side form select {
	width: 93.5% !important;
}
#contact-side form textarea, #contact-side form input[type=text], #contact-side form select{
	border: 1px solid #8e8e8e;
    background-color: #fff;
    margin: 1.5% auto;
    font: normal normal normal 20px / 28px "Arial", Helvetica, Arial, Verdana, sans-serif;
    color: #b9aba9;
    width: 95%;
    padding: 5px 1% 2px;
}
#contact-side form textarea:focus, #contact-side form input[type=text]:focus{
    border-color: #44a4b8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);	
}
#contact-side form textarea:focus, #contact-side form input[type=text]:focus, #contact-side form select:focus {
	outline: none;
}
#contact-side form .btn{
	width: 70%;
    margin-top: 10px;
    cursor: pointer;
    margin-left: 15%;
    background-color: #783c30;
    font: normal normal normal 22px / 30px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-weight: bold;
    box-shadow: 2px 2px 2px #000;
    padding: 7px 0;
}
#contact-side form .btn {
    margin-bottom: 15px;
}
#footer h3 a {
    margin-top: 11px;
    font-weight: bold;
    font-size: 18px;
}
#footer {
    width: 98%;
    clear: both;
    margin: auto;
    margin-top: 0px;
    background-color: #57281e;
    color: #fff;
    padding: 0 1%;
    display: none;
    position: fixed;
    bottom: 4%;
}
#mtop {
    margin-top: 0;
}
.mid-page .col-4 {
    width: 100%;
    margin-top: 180px;
}

.col h3 a {
	color: #004a91;
}
.item-list {
    padding: 13px 1% 0;
    width: 98%;
}

.item-list ul {
	margin-left: 0;
}
.item-list li {
    float: left;
    width: 18.5%;
    display: block;
    margin-left: 1%;
    margin-bottom: 11px;
    text-align: center;
	background: rgba(255,255,255,.7);
  background: -webkit-linear-gradient(left, #ffdd17, #fff64f, #ffdd17, #c58e0e);
    background: -o-linear-gradient(right, #ffdd17, #fff64f, #ffdd17, #c58e0e); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ffdd17, #fff64f, #ffdd17, #c58e0e); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ffdd17, #fff64f, #ffdd17, #c58e0e); /* Standard syntax */
    box-shadow: 2px 2px 10px #130b00;
    position: relative;
}
.item-list li .inform{
    position: absolute;
    width: 100%;
    background: rgba(255,255,255, .6);
    left: 0;
    bottom: 7px;
    padding: 10px 0;
    height: 35px;
}
.item-list li img{
    width: 96%;
    margin: 2%;
    margin-bottom: 2px;
    }    	
.item-list ul li a{
    color: #2173AF;
    font-size: 14px;
    }
.item-list ul li h4{
    padding: 1%;
    text-align: center;
    color: #663a06;
    font-family: Georgia,Arial,Helvetica,sans-serif;
}
.social-top .fa{
	font-size:160% !important;
}
.social i.fa.fa-facebook-square {
    color: #8ef1f7;
}
.social i.fa.fa-twitter-square {
    color: #ed7f93;
}
.social i.fa.fa-youtube-play {
    color: #c10000;
}
.social i.fa.fa-google-plus-square {
    color: #cc3226;
}
.social i.fa.fa-instagram {
    color: #c1d52b;
}
.social i.fa.fa-bold{
    color: #feb014;
}
.social i.fa.fa-houzz{
    color: #c7d42a;
}
.social i.fa.fa-pinterest-square {
    color: #cc2127;
}
#footer .social .fa{
	color: #fff;
	font-size: 25px;
}
#menu{
	display:none;
}
.menu1{
    width: 100%;
    float: left;
    text-align: center;
    box-shadow: 2px 2px 10px #000;
    text-transform: uppercase;
    background: -webkit-radial-gradient(#ffffff, #fff6e1, #8e3200);
    background: -o-radial-gradient(#ffffff, #fff6e1, #8e3200);
    background: -moz-radial-gradient(#ffffff, #fff6e1, #8e3200);
    background: radial-gradient(#ffffff, #fff6e1, #8e3200);
    position: relative;
}
.social-top {
	position: absolute;
    top: 7px;
    right: 3%;
    width: 12%;
    font-size: .9vw;
}
.social-top a{
    margin-right: 3%;
}
.col h4{
	text-align:center;
	text-shadow: 0 -1px 0 #000;
}
.col-3 p{
	width:auto;
    margin: 1%;
    font-size: 1.2em;
}
.col-2 iframe{
    width: 94%;
    height: 280px;
    padding: 2%;
    box-shadow: 2px 3px 10px #000;
}
.col #contact-side {
    width: 96%;
    margin:10px 1%;
}
.blogs {
    overflow-y: scroll;
    height: 150px;
    text-align: justify;
    padding: 3px;
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
}

#gallery li {
    width: 23%;
    float: left;
    text-align: center;
    margin: 0.5%;
    padding: 0.5%;
    background: rgb(218, 208, 181);
    border-bottom: 1px solid #e7e7e7;
    position: relative;
	list-style: none;
}
#gallery li img{
    width: 100%;
	    width: 100%;
    border: solid 1px #868686;
}
.zipcodes li {
    float: left;
    width: 23%;
    margin: 0.5%;
    padding: 0.5%;
    text-align: center;
    background: #e4e1e1;
    list-style: none;
    font-size: .8em;
}
.zipcodes li:hover {
    background: #ffd2a0;
}
.mid-page iframe.gmap {
    margin: 15px 0 10px 10%;
    width: 35%;
    height: 378px;
    float: left;
    border: 2px solid #444546;
    -moz-box-shadow: 3px 5px 3px #B9B6B6;
    box-shadow: 3px 5px 3px #B9B6B6;
    -webkit-box-shadow: #B9B6B6 3px 5px 3px;
}
.mid-page #locallnk {
	float: left;
    width: 30%;
    padding: 3%;
    text-align: center;
    margin: 15px 5% 10px;
    -moz-box-shadow: 3px 5px 3px #B9B6B6;
    box-shadow: 3px 5px 3px #B9B6B6;
    -webkit-box-shadow: #B9B6B6 1px 2px 20px;
}
#header .cta {
    background: #536ba4;
    box-shadow: 2px 3px 10px  #848484;
    -moz-box-shadow: 2px 3px 10px # 848484;
    margin-bottom: 10px;
    width: 100%;
    padding: 2%;
}
#header .cta a{
    color: #fff;
}

div#top-rt {
    float: right;
    margin: 20px 1% 5px;
    text-align: center;
}
.mob{
	display:none;
    padding: 2%;
    background: #536ba4;
    -moz-box-shadow: 3px 5px 3px #B9B6B6;
    box-shadow: 3px 5px 3px #B9B6B6;
    margin-bottom: 5px;
    width: 100%;
}
.review-list ul li {
    float: left;
    width: 21%;
    display: block;
    margin: 10px;
    padding: 5%;
    text-align: center;
    border: 1px solid #e4e4e5;
    background: #f7f7f7;
    border-radius: 50%;
    box-shadow: 0 0 12px #d7d7d7;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #c10000;
    margin: 1em 0;
    padding: 0;
}
.reviews ul li {
	width: 90%;
    display: block;
    margin: 15px auto;
    padding: 1%;
    text-align: center;
    border: 1px solid #81e2ff;
    border-radius: 9px;
    box-shadow: 2px 2px 2px #6f6f6f;
    background: #e6feff;
}
#social-share ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#social-share {
   left: 0;
   position: fixed;
   top: 30%;
   z-index: 800;
   font-size: 11px;
}
#social-share a {
   color: #fff;
   display: block;
   height: 35px;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
#social-share a i.fa {
    font-size: 22px;
    padding: 6px;
}

#social-share a span {
   line-height: 35px;
   left: -110px;
   position: absolute;
   text-align:center;
   width:110px;
}
#social-share a:hover span {
   left: 100%;
   -webkit-transition: opacity .4s,left .4s,right .4s,top .4s,bottom .4s;
    -moz-transition: opacity .4s,left .4s,right .4s,top .4s,bottom .4s;
    -ms-transition: opacity .4s,left .4s,right .4s,top .4s,bottom .4s;
    -o-transition: opacity .4s,left .4s,right .4s,top .4s,bottom .4s;
    transition: opacity .4s,left .4s,right .4s,top .4s,bottom .4s;
}
#social-share a#fbsr, #social-share a#fbsr span { background: #3b5998; }

#social-share a#twsr, #social-share a#twsr span { background: #00aced; }

#social-share a#gsr, #social-share a#gsr span { background: #dd4b39; }  

#social-share a#pinsr, #social-share a#pinsr span { background: #cc2127; }  
.col-3 h4{
    color: #783c30;
    font-size: 20px;
    text-align: center;
}
ul.list-box li{
	width: 23%;
    float: left;
    margin: 5px 0.5%;
    padding: 10px 0.3%;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px #eaeaea;
    list-style: none;
    background: rgb(218, 208, 181);
    }
ul.list-box li img{
    width: 92%;
    border: none;
}
#contact-form #returndt {
    width: 80%;
}
#contact-form #special2 {
    margin: 5px 0 0 2%;
    font-size: 20px;
}
form#reccomend{
	width:80%;
	margin:0 auto;
}
ul.list{
	margin-left:5%;
	font-size: 1.2em;
}
.mid-head {
    left: 5%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 33%;
    margin-top: 48px;
    text-align: center;
}
.mid-head span {
    text-shadow: 1px 1px 11px #e2b4b4;
    color: #783c30;
    font-size: 1.3vw;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4em;
}
#contact-side .fa {
    float: right;
    margin-top: -28px;
    margin-right: -22px;
    color: #536ba4;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
}
.col-2 #contact-side {
    border: 1px solid #bdb7bd;
    background: rgba(255,255,255,.8);
    box-shadow: 2px 3px 10px #c7c7c7;
    display: block;
    position:relative;
    padding: 0.5%;
    width: 88%;
    margin: 0 5%;
    bottom: initial;
}
.mid-page .col-box {
    width: 30%;
    float: left;
    padding: 1%;
    margin: 20px 0 20px 1%;
    background: linear-gradient(#ffffff, #d9e4fb);
    background-image: -webkit-linear-gradient(#ffffff, #d9e4fb);
    background-image: -moz-linear-gradient(#ffffff, #d9e4fb);
    background-image: -o-linear-gradient(#ffffff, #d9e4fb);
    -webkit-box-shadow: #a6a7a9 2px 3px 10px;
    -moz-box-shadow: 2px 3px 10px #a6a7a9;
    box-shadow: 2px 3px 10px #a6a7a9;
}
.mid-page .col-box ul{
    margin-left: 5%;
}

.mid-page #locallnk ul{
    list-style:none;
}
#footer-m #more {
    position: absolute;
    right: 1%;
    bottom: 4%;
    cursor: pointer;
}
#footer-m {
    background: #57281e;
    position: fixed;
    bottom: 0;
    width: 98%;
    padding: 0 1%;
    height: 4%;
    color: #fff;
}
#footer-m a{
    color: #fff;
}
#footer-m .social .fa {
	margin: 1%;
    font-size: 1.5em;
}
#footer-m .social {
	width: 100%;
}
#footer-m .address {
    padding: 0.5% 0;
}
#footer-m .address .fa{
	margin-left:1%;
}
#footer-m .addr{
	display:inline;
}
#footer-m #simple-social-icons {
    position: absolute;
    right: 0;
    width: 15%;
    top:1%;
}
.topml {
    padding-top: 2px;
}
.topml a{
    padding-top: 2px;
    color:#fff;
}
ul.list-social li{
    list-style: none;
}
ul.list-social li a{
    width: 22%;
    float: left;
    margin: 5px 1%;
    padding: 10px 0.5%;
    text-align: center;
}
.add-top {
    color: #773e2f;
    font-size: 1.5vw;
    float: left;
    margin: 25px 0 0 1%;
    width: 28%;
    text-shadow: 1px 1px 4px #b4b4b4;
    line-height: 1.3em;
}
.add-top span {
    color: #8ef1f7;
}
.add-top span a{
    color: #e1e249;
}
.calnow {
    position: absolute;
    top: -8px;
    right: 6%;
    font-size: 1.5em;
}
.calnow a {
    color: #feae0e;
    /* font-size: 1.2em; */
    text-shadow: 1px 1px 2px #696969;
    font-weight: bold;
}
nav.nav1 {
    width: 1024px;
    margin: 0 auto;
}
nav.nav1 li a{
    font-size: .85vw;
}
ul.list-box li h3 {
    letter-spacing: 1px;
}
.service {
    width: 100%;
    margin: 1% auto;
}
ul.list-social {
    width: 90%;
    margin: 15px auto 0;
}
nav.nav1 i.fa.fa-home {
    color: #c62e00;
    font-size: 1.2em;
}
.calnow i.fa.fa-phone {
    color: #62ccca;
}
.bot {
    margin-top: 5%;
}
.top-rght {
	font-size: .85vw;
    top: 9px;
    right: 4%;
    z-index: 700;
    position: fixed;
    width: 250px;
    text-align: center;
    background-color: #753f2f;
    padding: 0px 0.3%;
    border: 1px solid #CCCccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    text-shadow: black 1px 1px;
    -moz-box-shadow: 2px 3px 10px #000;
    box-shadow: 2px 3px 10px #000;
    -webkit-box-shadow: black 2px 3px 10px;
    line-height: 1.6em;
}
.top-rght a{
    color: #fff;
}
.top-rght a:hover {
    color: #000;
}
ul.txlist li {
    text-align: center;
    list-style: none;
    margin: 0.5% auto;
    font-size: 1.2em;
}
ul.txlist2 li {
    margin-left: 4%;
    font-size: 1.2em;
}
.mcont {
    width: 96%;
    margin: 0 auto;
}
.mcont p{
	width:auto;
    margin: 1%;
    font-size: 1.2em;
}
a.btn2{
	padding: .1% 1%;
    font-size: .5em;
    background: #054b63;
    box-shadow: 0px 0px 7px #eff;
    border-radius: 5px;
    vertical-align: 16%;
}
img.pimg {
    float: left;
    margin: 1%;
    padding: 0.5%;
}
iframe.banner {
    margin: 15px auto;
    display: block;
    width: 90%;
    height: 510px;
    border: 2px solid #444546;
    -moz-box-shadow: 3px 5px 3px #B9B6B6;
    box-shadow: 3px 5px 3px #B9B6B6;
    -webkit-box-shadow: #B9B6B6 3px 5px 3px;
}
p.cent{
	text-align:center;
}
.subitem ul{
	list-style:none;
}
.subitem li a{
    width: 18%;
    float: left;
    margin: 15px 0.5%;
    padding: 37px 0.5%;
    text-align: center;
    background: #8ef1f7;
    border-radius: 7px;
    box-shadow: 1px 1px 6px #783c30;
    font-size: 1vw;
    background-image: -webkit-linear-gradient(#8ef1f7, #ffffff, #e98087);
    background-image: -moz-linear-gradient(#8ef1f7, #ffffff, #e98087);
    background-image: -o-linear-gradient(#8ef1f7, #ffffff, #e98087);
    -webkit-box-shadow: #a6a7a9 2px 3px 10px;
    -moz-box-shadow: 2px 3px 10px #a6a7a9;
}
.reviews li {
	list-style:none;
}
.reviews span.stars-rating5 {
    width: 120px;
    height: 20px;
    background-image: url(images/Reviews_Icons.png);
    background-position: -7px -55px;
    display: inline-block;
    margin-right: 10px;
}
iframe.bifm{
    width: 90%;
    margin: 0 auto;
    display: block;
    height: 700px;
}
.capimg {
    float: left;
    margin: 1%;
    padding: 0.5%;
    font-size: .8em;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    width: 18%;
}
.capimg img{
    display: block;
    width: 100%;
}
.capban {
    margin: 1%;
    padding: 0.5%;
    font-size: .8em;
    text-align: center;
}
.capban img{
    width: 100%;
}
ul.txfl {
    float: left;
}
.links ul{
    list-style: none;
}
.links li a {
    width: 27%;
    float: left;
    margin: 25px 1%;
    padding: 10px 0.5%;
    text-align: center;
    background: #8ef1f7;
    border-radius: 7px;
    box-shadow: 1px 1px 6px #783c30;
    font-size: 1.2em;
    background-image: -webkit-linear-gradient(#8ef1f7, #ffffff, #8ef1f7);
    background-image: -moz-linear-gradient(#8ef1f7, #ffffff, #8ef1f7);
    background-image: -o-linear-gradient(#8ef1f7, #ffffff, #8ef1f7);
    -moz-box-shadow: 2px 3px 10px #a6a7a9;
}
.ifm {
    float: right;
    width: 30%;
    margin: 1%;
    padding: 0.5%;
}
.ifm iframe{
	height:230px;
}
.menu1 a {
    color: #621b04;
    letter-spacing: 2px;
}
div#consul-dsk {
    background: #793f31;
    display: none;
    padding: 1%;
    position: fixed;
    bottom: 7%;
    right: 3%;
    z-index: 500;
    border: 1px solid #783e30;
    border-radius: 5px;
    box-shadow: 8px 8px 8px #151515;
    width: 17%;
    }
#consul-dsk h4 {
    font-size: 1.3em;
    color: #fff8e9;
    text-align: center;
    letter-spacing: 3px;
    }
#consul-dsk select{
    width:105% !important;
	height: 44px !important;
}
#consul-dsk input, #consul-dsk select{
	width: 96%;
    padding: 1.5%;
    border: 1px solid #999;
    box-shadow: 1px 1px 2px #000;
    margin: 1.5% auto;
}	
#consul-dsk input.btn:hover {
    background: #783d30;
    color: #fff;
}
#consul-dsk input.btn {
	cursor:pointer;
}
#consul-dsk input[type=button]{
    background-color:#123456;
    border:1px solid white;
    font-family: 'Fauna One', serif;
    font-Weight:bold;
    font-size:18px;
    color:white;
    width:49%;
}
#consul-dsk textarea{
	width: 96%;
    padding: 1.5%;
    border: 1px solid #999;
    box-shadow: 1px 1px 2px #000;
    margin: 1.5% auto;
    resize:none;
    font-family:sans-serif;
}
#consul-dsk .fa{
	float: right;
    margin-top: -20px;
    margin-right: -16px;
    font-size: 30px !important;
    color: #000000;
}
.callnow{
	display:none;
}
.col .cta2 {
    -webkit-box-shadow: black 2px 3px 10px;
    -moz-box-shadow: 2px 3px 10px #000;
    box-shadow: 2px 3px 10px #000;
    text-align: center;
    padding: 2%;
    font-size: 15px;
    width: 96%;
    margin: 5% auto;
    background: rgba(255,255,255,.7);
}
img.phscan {
    padding: 2%;
    margin: 45px 1% 0;
    max-width: 94%;
    width: auto;
}
.sobox {
    text-align: center;
    margin-top:15px;
}
#bnr img{
	width:100%;
	text-align:center;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	  /* For general iPad layouts */
body{
	
	background:#57281e;
}
.top-rght {
    top: 1%;
    font-size: .7em;
    width: 14%;
}
.mid-page {
    margin: 90px auto;
}
.nav1 {
    width: 100%;
    letter-spacing: normal;
}
.action {
    margin-top: 25px;
    width: 29%;
    padding: 0.5%;
    margin-right: 1%;
}
	.action a {
		font-size: 70%;
	}
div#slider {
    width: 100%;
	}
.item-list ul li {
    float: left;
    width: 32%;
    display: block;
    margin-left: 1%;
    text-align: center;
	height: auto;
}
.item-list ul li img{
    width: 90%;
}
.item-list ul li p{
    display: none;
}
.col-3 h2{
    font-size: 19px;
}
.col-2 iframe {
    height: 330px;
}
.mid-page .col-2 {
    width: 40%;
}
.item-list ul li h4 {
    font-size: 15px;
}
.nav1 a {
    padding: 12px 10px !important;
}
ul.list-box li h3{
	font-size:24px;
}
#footer {
    width: 100%;
    padding: 0;
}
.mid-page .col-4 {
    margin-top: 135px;
}
nav.nav1 li a {
    font-size: .8em;
}
.calnow {
    right: 1%;
}
ul.list-box li div a {
    font-size: 1.5em;
    margin: 1% 0 2%;
}
ul.list-box li div span {
    margin: 3% 0 0;
    font-size: 2em;
}
ul.list-box li h3 {
	font-size: .8em;
    margin: 0;
}
#footer-m #simple-social-icons {
    width: 18%;
}
#footer-m .addr {
    font-size: .8em;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait){
	  /* For general iPad layouts */
#header .logo {
    width: 50%;
    margin: 23px 0 0px 12%;
}
#header .logo img {
    width: 100%;
}
.mid-page {
    margin: 70px auto;
}
#header {
	background:#fff;
}
.col-2 iframe {
    height: 320px;
}
#footer {
    width: 100%;
    padding: 0;
}
ul.list-box li h3 {
    font-size: 1.1em;
}
#footer .col {
    width: 22%;
    margin: 10px 0% 0 1%;
}
.top-rght {
    top: 1%;
    width: 25%;
    font-size: .8em;
}
#menu{
    position: absolute;
    top: 22px;
    left: 4%;
    z-index: 100;
    font-weight: bold;
    font-size: 3em;
    display: block;
    color: #000;
}
.menu1{
	display:none;
    background: #793f31;
    padding: 1% 0 1% 0;
}
.social-top {
    display: none;
}
.zipcodes li {
    width: 31%;
}
nav.nav1 {
    width: 100%;
}
nav.nav1 li a {
    font-size: 1em;
}
#container {
    margin: 0 auto 7%;
}
.calnow {
    display: none;
}
.links li a {
    width: 22%;
}
.add-top {
    display: none;
}
.ifm {
    width: 50%;
}
#footer-m {
    font-size: .85em;
}
#footer-m #simple-social-icons {
    width: 19%;
}
.social {
    margin-top: 18px;
}
}
@media only screen and (max-width: 767px) {
body{
	
	background:#57281e;
}
#wrapper {
	width: 100%;
	margin:0;
}
#container {
		width: 100%;
		height: auto;
	}
#header {
	height: auto;
    margin-top: 0;
    position: fixed;
    background: radial-gradient(#ffffff, #fffdf7, #ffb891);
    box-shadow: 0 0 8px #000000;
}
#header .logo {
	width: 80%;
    margin: 6px 0 0 13%;
    text-align: center;
}		
.mob .number {
	font-size: 20px;
    padding: 3px;
    display: block;
    text-align: center;
}
.social {
	float: none;
	margin: 7px auto;
	text-align: center;
	}
.action {
    float: left;
    width: 95%;
    text-align: center;
    margin: 0 2%;
    font-size: 15px;
    letter-spacing: 1px;
	}
.mid-page {
    width: 98%;
    clear: both;
    margin: 120px 1% 1%;
}
.mid-page .col-4 {
    margin-top: 0;
}
.mid-page .col {
    width: 95%;
    float: left;
    height: auto;
    padding: 0.5%;
    margin: 1%;
    clear:both;
}
	.mid-page .col img{
		width: 100%;
	}
.mid-page .col-2{
    width: 98%;
    clear: both;
    height: auto;
    margin: 8px 1%;
    padding:0;
}
	.mid-page .col-3 {
		width: 98%;
		float: left;
		height: auto;
		padding: 0;
		margin: 0;
		clear:both;
	}
	.mid-page .col-3 p {
		text-align:justify;
	}
	.mid-page .col-3 img{
		height: auto;
		max-width: 97%;
	}	
#footer {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
#footer a {
	color: #E9E1E1;
	font-weight: normal;
	font-size: 14px;
}
#galfooter img{
width:auto;
}
strong {
	float: left;
	clear: left;	
}
#footer .col {
	width: 90%;
	float: left;
	height: auto;
	padding: 3px;
	margin: 11px;
	clear:both;
}

#zipcodes {
	width: 100%;
	text-align: left;
	font-size: 11px;
	line-height: 1.6em;
}
h1 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 700;
    color: #fff;
}
.col-3 iframe{
	width:90%;
	clear:both;
	margin: 4px;
	}
.col-2 img{
    width: 100%;
}
#special1 ul {
	margin:0;
}
#special1 li a {
    display: block;
    padding: 9px 9px;
    margin: 5px 0px;
    background: #5d3b33;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5px;
}
#special1 li a:hover {
    text-decoration: none;
    background: #f17f8a;
}
.item-list ul li {
    width: 98%;
    height:auto;
    }
.col-3 .cta {
    margin-left: 1%;
    width: 97%;
}
#menu{
	position: absolute;
    top: 15px;
    left: 2%;
    z-index: 100;
    font-weight: bold;
    font-size: 27px;
    display: block;
    color: #000;
}
.menu1{
	display:none;
    background: #793f31;
    padding: 1% 0 1% 0;
}
.col-3 h2 {
    font-size: 20px;
	font-weight: normal;
    }
nav.nav1 {
    width: 100%;
}
nav.nav1 li a {
    font-size: 1em;
}
.share,.social-top{
	display: none;
}
div#top-rt {
    margin: 14px 0.5% 5px; 
    width: 42%;
}
#footer #special1 {
    width: 92%;
}
#gallery li {
    width: 96%;
}
.zipcodes li {
    width: 98%;
    height: 40px;
}
.mid-page iframe.gmap {
    margin: 1%;
    padding: 1%;
    width: 95%;
}
.mob{
	display:block;
}
#header .cta {
	display:none;
}
ul.list-box li{
    width: 96%;
}
.mid-head{
    width: 100%;
    top: 45px;
    left: 0;
    background: #ececec;
}
.mid-head span {
    font-size: 14px;
}
.col-2 #contact-side {
    right: initial;
}

#contact-side {
    width: 80%;
    right: 10%;
    }
#contact-side .fa {
    margin-top: -5%;
    margin-right: -4%;
}
#contside {
    display: none;
}
.mid-page .col-box {
    width: 94%;
}
#footer-m {
    display: none;
}
.topml {
    font-size: 3.4vw;
    padding: 3px 1%;
}
.add-top {
    font-size: 1em;
    margin: 0 auto;
    width: 98%;
}
ul.list-box li div a {
    font-size: 1.4em;
}
.calnow {
    display: none;
}
.service {
    width: 100%;
}
.top-rght {
    display: none;
}
ul.list-social li img {
    max-width: 100%;
}
a.btn2 {
    font-size: .8em;
    vertical-align: 5%;
}
.subitem li a {
    width: 98%;
    font-size: 1.5em;
	margin: 7px 0.5%;
    padding: 8px 0.5%;
    text-shadow: 1px 1px 2px #fff;
    background-image: -webkit-linear-gradient(#6ae2fd, #ffffff, #c7d42a);
    background-image: -moz-linear-gradient(#6ae2fd, #ffffff, #c7d42a);
    background-image: -o-linear-gradient(#6ae2fd, #ffffff, #c7d42a);
}
.col-2 iframe {
    height: 300px;
}
iframe.bifm{
    width: 98%;
    height: 400px;
}
.capimg {
    float: none;
    margin: 10px auto;
    width: 80%;
}
img.pimg {
    float: none;
    width: 80%;
    margin: 10px auto;
    display: block;
}
.links li a {
    width: 96%;
    margin: 10px 1.5%;
}
.callnow{
	display:block;
}
.callnow a {
    text-align: center;
    right: 12%;
    width: 76%;
    padding: 0.5%;
    background: #da6500;
    border-radius: 5px;
    position: fixed;
    bottom: 4%;
    cursor: pointer;
    z-index: 100;
    color: #ffffff;
    letter-spacing: 2px;
    box-shadow: 2px 2px 7px #000;
    border: solid 4px #ffffff;
    text-shadow: 1px 1px 1px #000;
    font-size: 1.2em;
}
.ifm {
    width: 96%;
}
.mid-page #locallnk {
    width: 83%;
}
}