﻿@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@keyframes flipping {
	0% {-webkit-transform: rotate(0deg);bottom: 0%;}
	100% {-webkit-transform: rotate(-180deg);bottom: 210px; margin-bottom: 2.5%;}
}
@keyframes rflipping {
	0% {-webkit-transform: rotate(-180deg);bottom: 210px;margin-bottom: 2.5%;}
	100% {-webkit-transform: rotate(0deg);bottom:0%;}
}

.flippingClass {
	animation-name: flipping;
    animation-duration: 0.55s;
    animation-timing-function: cubic-bezier(0.42,0,0.58,1);
    animation-fill-mode: forwards;
}
.rflippingClass {
	animation-name: rflipping;
	animation-duration: 0.55s;
	animation-timing-function: cubic-bezier(0.42,0,0.58,1);
	animation-fill-mode: forwards;
}
/* ============================= General Styles ====================== */
* {
	margin: 0;
	padding: 0;
}
html {
	margin:0;
	padding:0;
}
body {
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-family: "Raleway";
    overflow-x: hidden;
}
h1 {
    font-size: 9px;
    color: #cccccc;
    text-align: center;
    background: #841a1e;
    line-height: 16px;
}
h2 {
    color: #880e09;
    font-size: 2em;
    text-align: center;
    margin: .5%;
    font-family: 'Roboto Condensed', sans-serif;
}
img {
	border:0px;
	margin-top: 0px;
}
a {
	color: #e42620;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
em{
	font-weight:bold;
	font-style: normal;
}
/* ============================= Container ====================== */
#container {
	width:100%;
	margin:0 auto 6%;
	text-align:left;
}
#wrapper {
	width:100%;
	margin: 0 auto;
}
/* ============================= Header ====================== */
#header {
	width: 100%;
    z-index: 600;
    position: fixed;
    top: 16px;
    background: #fff;
    border-bottom: solid #d2d2d2;
    box-shadow: -7px -1px 12px;
}
#header .logo {
	margin: 7px 1.5% 2px 3%;
    width: 16%;
    float: left;
}
#header .logo img{
    max-width: 100%;
}
.top-rght .number {
    font-size: 1.7em;
    color: #e42620;
}
.top-rght .number:hover {
    color: #ff0000;
}
/* ============================= pgbody ====================== */
.col .cta{
	-webkit-box-shadow: black 2px 3px 10px;
    -moz-box-shadow: 2px 3px 10px #052c14;
    box-shadow: 2px 3px 10px #052c14;
    text-align: center;
    padding: 5px 2%;
    font-size: 15px;
    width: 96%;
    margin: 5% auto;
    background: rgba(255,255,255,.7);
 }
/* ============================= Content ====================== */
.mid-page{
	width: 100%;
    margin: 95px auto 20px;
}
.mid-page .col {
    width: 20%;
    float: left;
    margin: 10px 1% 5px;
}
.mid-page .col .cta.cta-pp img{
    width: 90%;
    border: 4px solid #052c14;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #052c14;
}
.mid-page .col .cta h3{
	font-size: calc(0.8vw + 8px);
	margin: 5px 0 3px;
}
.mid-page .col-2 {
    width: 28%;
    float: left;
    padding: 1% 0.5%;
    margin: 25px 0 35px 3%;
    height: 385px;
    background: #fff;
}
.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 #052c14;
    text-align:left;
}
.mid-page .col-2 ul.con-info{
    line-height: 2em;
    text-align: center;
    font-size: 1.4vw;
    margin: 30px auto 20px;
    font-family: 'Roboto Condensed', sans-serif;
}
.mid-page .col-3 {
    width: 69%;
    float: left;
    min-height: 241px;
    padding: 0.5%;
    margin: 10px 2% 10px 3%;
    text-align: justify;
    line-height: 1.6em;
	background: #fff;
}
/* ============================= 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-top: 10px;
    width:100%;
}
#footer .col .social a{
	margin-left: 5%;
}
#galfooter {
	width: 98%;
	clear: left;
	float: left;
	margin:1%;
	font-size: 12px;
	color: #fff
}
#galfooter p {
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	padding-bottom:10px;
}
#galfooter a {
	font-size: 11px;
	color: #b78484;
}
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 #052c14;
	margin-top: 10px;
}
.col-3 iframe {
    width: 96%;
    margin: 0 2%;
}
h3 {
    font-size: 2em;
    text-align: center;
    margin: 12px 0 10px;
}
#footer h3{
    color: #dbd8b3;
    font-size: 1.4em;
    margin: 5px 0 10px;
}    
#contact-side {
    padding: .5%;
    width: 68%;
    text-align: left;
    margin: 15px auto;
	background: #f2f2f2;
}
#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 #052c14;
}
#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: 97.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% auto;
    font: normal normal normal 20px / 28px "Arial", Helvetica, Arial, Verdana, sans-serif;
    color: #6f6e6e;
    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: 80%;
    cursor: pointer;
    margin-left: 10%;
    background-color: #841a1e;
    font: normal normal normal 22px / 30px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    border: none;
    color: #fff;
    font-weight: bold;
    box-shadow: 2px 2px 2px #052c14;
    padding: 7px 0;
}
#footer h3 a {
    margin-top: 11px;
    font-weight: bold;
    font-size: 18px;
}
#footer {
    width: 98%;
    clear: both;
    margin: auto;
    margin-top: 0px;
    background-color: #073f1d;
    color: #fff;
    padding: 15px 1%;
    display: none;
    position: fixed;
    bottom: 4%;
    z-index: 401;
}
.mid-page .col-4 {
    width: 100%;
    padding-top: 0.5%;
}
.col .cta.cta-pp a {
	color: #841a1e;
}
.cta span.number2 {
    font-size: calc(1.5vw + 10px);
    font-weight: bold;
    color: #052c14;
    letter-spacing: 1px;
}
#footer .social .fa{
	color: #fff;
	font-size: 25px;
}
#menu{
	display:none;
}
.menu1{
	width: 55%;
    position: fixed;
    display: inline-block;
    top: 85px;
    }
.col .cta h4{
    font-size: calc(1.5vw + 8px);
    letter-spacing: .1vw;
}
.col-3 p{
	width:auto;
    margin: 1%;
}
.col-2 iframe{
    width: 94%;
    height: 360px;
    padding: 2%;
    box-shadow: 2px 3px 10px #052c14;
}
.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;
}
img.banner{
    background: #af1e2c;
    padding: .1%;
    width: 100%;
}
#gallery{
    width: 98%;
    margin: 0 auto;
}
#gallery li {
    width: 24.4%;
    float: left;
    text-align: center;
    margin: 1px 0.2%;
    padding: 0.1%;
    position: relative;
    list-style: none;
}
#gallery li img{
    width: 100%;
    border: solid 3px #e4e4e4;
}
.zipcodes li {
    list-style: none;
}
.zipcodes li a{
    float: left;
    width: 31%;
    margin: 5px 0.5%;
    padding: 0.5%;
    text-align: center;
    background: #f2f2f2;
    font-size: .68vw;
    color: #052c14;
}
.zipcodes li a:hover {
    background: #841a1e;
    color: #ffffff;
}
.mid-page iframe.gmap {
    margin: 15px 1.5%;
    width: 33%;
    height: 370px;
    float: right;
    border: 2px solid #444546;
    -moz-box-shadow: 0 10px 6px -6px #6b6b6b;
    box-shadow: 0 10px 6px -6px #6b6b6b;
    -webkit-box-shadow: 0 10px 6px -6px #6b6b6b;
}
#gmapCnty {
    margin: 15px 1.5%;
    width: 96%;
    height: 370px;
    float: right;
    border: 2px solid #444546;
    -moz-box-shadow: 0 10px 6px -6px #6b6b6b;
    box-shadow: 0 10px 6px -6px #6b6b6b;
    -webkit-box-shadow: 0 10px 6px -6px #6b6b6b;
}
.mid-page #locallnk {
    float: left;
    width: 30%;
    padding: 1%;
    text-align: center;
    margin: 15px 1.5%;
    -moz-box-shadow: 3px 5px 3px #B9B6B6;
    box-shadow: 3px 5px 3px #B9B6B6;
    -webkit-box-shadow: #828282 1px 2px 11px;
    border: 2px solid #444546;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #c10000;
    margin: 1em 0;
    padding: 0;
}
#social-share ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#social-share {
   left: 0;
   position: fixed;
   top: 28%;
   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: #942f29;
    font-size: 20px;
    text-align: center;
}
ul.list-box li{
    width: 29%;
    display: inline-block;
    margin: 7px 1% 10px;
    text-align: center;
    list-style: none;
    overflow: hidden;
    position: relative;
	border: solid 3px #a6a6a6;
	border-radius: 8%;
    }
    
ul.list-box {
    text-align: center;
    left: -2000px;
    position: relative;
    transition: auto 6s ease;
    }
ul.list-box li img{
    width: 100%;
    transition: all 1.5s;
    vertical-align: middle;
}
#ulAbt{
	width: 140px;
}
ul.list-box li img:hover{
    transform: scale(1.1);
}
ul.list-box3{
	text-align:center;
}
ul.list-box3 li{
    width: 18%;
    display: inline-block;
    margin: 10px 0.4%;
}
ul.list-box3 li img{
    width: 100%;
}
ul.list{
	margin-left:5%;
	font-size: 1.2em;
}
#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: 2% 0.5%;
    width: 95%;
    margin: 0 2%;
    bottom: initial;
}
.mid-page #locallnk ul{
    list-style:none;
}
#footer-m #arrow{
    position: absolute;
    right: 1%;
    bottom: 4%;
    cursor: pointer;
    padding-bottom:8px;
}
#footer-m {
    background: #052c14;
    position: fixed;
    bottom: 0;
    width: 98%;
    padding: 0 1%;
    height: 4%;
    color: #fff;
    z-index: 900;
}
#footer-m a{
    color: #fff;
}
#footer-m .social .fa {
	margin: 1%;
    font-size: 1.5em;
}
#footer-m .social {
	width: 100%;
}
#footer-m .address {
    padding: 6px 0 0;
    width: 42%;
    font-size: 1vw;
    float: left;
}
#footer-m .address .fa{
	margin-left:1%;
}
#footer-m .addr{
	display:inline;
}
#footer-m #simple-social-icons {
    position: absolute;
    right: 50px;
    width: 200px;
    top: 1%;
}
.calnow {
    position: absolute;
    top: -8px;
    right: 6%;
    font-size: 1.5em;
}
.calnow a {
    color: #feae0e;
    text-shadow: 1px 1px 2px #696969;
    font-weight: bold;
}
nav.nav1 li a{
    font-size: .85vw;
}
.list-box h4 {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 400;
    left: 0;
}
ul.list-box li h4 a {
    background-color: rgba(255, 255, 255, .6);
    display: block;
    letter-spacing: 0.1vw;
    font-size: 1.1vw;
    color: #841a1e;
    text-shadow: 0 0 3px #fff;
    padding: 1% 0;
}
ul.list-box li h4 a:hover {
    background-color: #841a1e;
    color: #fff;
    text-shadow: none;
    transition: background-color 200ms linear;
}
.service {
    width: 100%;
    transition: auto 60s ease;
    padding: 1% 0;
    }
ul.list-social {
    width: 90%;
    margin: 15px auto 0;
}
nav.nav1 i.fa.fa-home {
    font-size: 1.2em;
}
.calnow i.fa.fa-phone {
    color: #62ccca;
}
.top-rght {
    font-size: 1vw;
    right: 7%;
    position: fixed;
    font-family: 'Roboto Condensed', sans-serif;
    top: 36px;
    width: 14.5%;
    text-align: center;
}
.top-rght .number .fa{
	color: #e42620;
}
.top-rght label a {
    display: block;
    color: #052c14;
    text-transform: uppercase;
}
ul.txlist li {
    margin: 3px 0 2px 4%;
    list-style-position: inside;
}
ul.txlist2 li {
    margin: 3px 0 2px 4%;
    line-height: 1.5em;
    font-size: 1.2em;
}
a.btn2 {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
	background: #9f0006;
    background: linear-gradient(to bottom, #d04351 0%, #920013 100%);
    background: -webkit-linear-gradient(to bottom, #d04351 0%, #920013 100%);
    background: -o-linear-gradient(to bottom, #d04351 0%, #920013 100%);
    background: -moz-linear-gradient(to bottom, #d04351 0%, #920013 100%);
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 2px 2px 2px #052c14;
    padding: 7px;
}
img.pimg {
    float: left;
    margin: 1%;
    padding: 0.3%;
    border: 1px solid #d7d6e8;
}
p.cent{
	text-align:center;
}
.capimg {
    float: left;
    margin: 1%;
    padding: 0.5%;
    font-size: .8em;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    width: 25%;
}
.capimg3 {
    float: left;
    margin: 1%;
    padding: 0.5%;
    font-size: .8em;
    text-align: center;
    width: 15%;
    font-size: 1.6vw;
    border: 1px solid #dddddd;
}
.capimg img, .capimg3 img{
    display: block;
    width: 100%;
}
.ifm {
    float: right;
    width: 35%;
    margin: 1%;
    padding: 0.5%;
}
.ifm iframe{
    height: 300px;
    width: 100%;
    border: 2px solid #444546;
    -moz-box-shadow: 3px 5px 3px #B9B6B6;
    box-shadow: 3px 5px 3px #B9B6B6;
    -webkit-box-shadow: #B9B6B6 3px 5px 3px;
    border-radius: 3px;
}
.menu1 a {
    color: #052c14;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.callnow{
	display:none;
}
.ban-bg {
    background: #9e1623;
    color: #fff;
    margin: 10px auto;
}
.cntnt{
    width: 68%;
    margin: 0;
    background: #fff;
    padding: 5px 16%;
}
.cntnt p {
    margin: 1%;
    line-height: 1.5em;
    font-size: 1.2em;
}
.ban-bg2 {
    background: #f0f5f7;
    padding: 1px 5% 10px;
    }
.ban-bg2 p {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    font-size: 1.2em;
}    
h3.sp1 {
    font-size: 2vw;
    text-transform: capitalize;
    color: #e4231e;
    font-family: 'Roboto Condensed', sans-serif;
}
.col iframe {
    width: 98%;
    box-shadow: 2px 3px 10px #052c14;
    margin: 2px 1% 15px;
    height: 480px;
}
.capimg2 {
	float: right;
    margin: 1%;
    padding: 0.5%;
    font-size: .8em;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    width: 28%;
}
.capimg2 img {
    width: 100%;
}
.flexslider.box-review {
    width: 90%;
    margin: 0 5%;
    text-align: center;
    box-shadow: 1px 1px 7px #4e4e4e;
	color: #f7941d;
    text-shadow: 1px 2px #052c14;
    padding: 10px 0 8px;
}
.box-review span.stars-rating5 {
    width: 120px;
    height: 20px;
    background-image: url(images/Reviews_Icons.png);
    background-position: -7px -55px;
    display: inline-block;
    margin-right: 10px;
}
.flexslider.box-review .flex-direction-nav a {
    display: none;
}
.col .flexslider.box-review {
    width: 98%;
    margin: 0 1%;
}
.col .flexslider.box-review h3{
	margin: 12px 0 12px;
}
#consul-dsk2 {
    background: #841a1e;
    padding: 6px 0.5% 5px;
    position: fixed;
    right: -17%;
    top: 30%;
    z-index: 500;
    box-shadow: 8px 8px 8px #151515;
    width: 16%;
}
#consul-dsk2 h4{
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #052c14;
}
#consul-dsk2 input{
	width: 96%;
    padding: 5px 1.5%;
    border: 1px solid #dedede;
    margin: 5px auto;
    font-family: inherit;
}
#consul-dsk2 input[type=submit]{
	cursor: pointer;
    background: #052c14;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    float: right;
    }	
#consul-dsk2 textarea{
	width: 96%;
    padding: 5px 1.5%;
    border: 1px solid #999;
    box-shadow: 1px 1px 2px #052c14;
    margin: 5px auto;
    resize:none;
    font-family: inherit;
}
#contside2 {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
	position: absolute;
    top: 95px;
    color: #fff;
    background-color: #841a1e;
    text-transform: uppercase;
    left: -142px;
    cursor: pointer;
    font-size: 1.3em;
    padding: 10px 9px 10px 34px;
    border: solid 2px;
    box-shadow: -2px -2px 5px #052c14;
}
.cls {
    float: right;
    padding-left: 20px;
    visibility:hidden;
}
.mid-head {
        text-align: center;
   }
.gplus {
    display: block;
    position: absolute;
    top: 10px;
    right: 0.5%;
    max-width: 6%;
}
.gplus img{
    max-width: 100%;
}
#lnks-twns {
    font-size: .8vw;
}
.mid-page iframe.gmapi{
	border: 2px solid #18153c;
    width: 42%;
    padding: 0 1%;
    height: 355px;
    float: right;
    margin: 1%;
    box-shadow: 0 10px 6px -6px #6b6b6b;
}
.mid-page iframe.gmapx{
    border: 2px solid #0e0e0e;
    width: 95.5%;
    height: 400px;	
    box-shadow: 0 10px 6px -6px #6b6b6b;
}
.capcent {
    text-align: center;
}
.capcent img{
    padding: 0.3%;
    border: 1px solid #868280;
}
ul.reviews li {
    list-style: none;
    width: 95%;
    padding: 0.5% 1.5%;
    margin: 1% 0.5% 3%;
    border: 1px solid #e2e2e2;
    box-shadow: 0 6px 3px -5px #656565;
    background: -webkit-linear-gradient(#fff, #efefef);
    background: -o-linear-gradient(#fff, #efefef);
    background: -moz-linear-gradient(#fff, #efefef);
    background: linear-gradient(#fff, #efefef);
}
ul.reviews h3 {
    color: #464646;
	text-align: left;
    font-size: 1.3em;
    display: inline-block;
}
ul.reviews li h3:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    float: left;
    margin-right: 5px;
    font-size: 10px;
    color: #8e8e8e;
}
ul.reviews li h3:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-size: 10px;
    color: #8e8e8e;
    vertical-align: text-top;
}
ul.reviews .textlight {
    color: #888888;
    font-size: .9em;
}
ul.reviews p {
    margin: 0.5% 0;
}
ul.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;
}
.col-2 h3 {
    font-size: 1.5vw;
}
.col-2 .social {
    text-align: center;
    margin: 1%;
    font-size: 2em;
}
.flexslider.top-review div {
    display: inline-block;
}
.flexslider.top-review ul.flex-direction-nav {
    display: none;
}
.reviews li {
    list-style: none;
    width: 95%;
    padding: 0.5% 1.5%;
    margin: 1% 0.5% 2%;
    border: 1px solid #e2e2e2;
    box-shadow: 0 6px 3px -5px #656565;
    background: -webkit-linear-gradient(#fff, #efefef);
    background: -o-linear-gradient(#fff, #efefef);
    background: -moz-linear-gradient(#fff, #efefef);
    background: linear-gradient(#fff, #efefef);
}
.reviews span.stars-rating5 {
    width: 120px;
    height: 20px;
    background-image: url(images/Reviews_Icons2.png);
    background-position: -7px -55px;
    display: inline-block;
    margin-right: 10px;
}
ul.it4 li {
    width: 22%;
}
.sidemenu ul {
    list-style: none;
}
.sidemenu li a {
    padding: 10px 0 10px;
    margin: 5px 0px;
    background: #f2f2f2;
    border: 1px solid #dcdcdc;
    display: block;
    font-size: .7vw;
    color: #0f33c5;
    text-align: center;
}
.clr0 li a {
	color:#052c14;
}
.sidemenu li a:hover {
    background: #fff;
    color: #e42620;
}
.cntnt .sidemenu {
    width: 25%;
    float: right;
    margin: 1%;
}
.cta.quote{
    font-family: 'Roboto Condensed', sans-serif;
}
span.bgcta {
    background-image: url(images/cta.jpg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 11vw;
    display: block;
}
span.ps1 {
    letter-spacing: .3vw;
    text-transform: uppercase;
}
span.ps2 {
    font-size: calc(1.5vw + 10px);
    letter-spacing: .3vw;
    display: block;
    color: #000000;
    background: #fff;
    line-height: 1em;
}
#bnfts {
    background-image: url(images/bg-p.jpg);
    background-size: 33%;
    background-repeat: no-repeat;
    background-position: 109% 13px;
    padding: 5px 0 0;
    margin-bottom: 5px;
}
#bnfts li {
    line-height: 1.5em;
    letter-spacing: .2vw;
    margin-left: 3%;
    font-size: 1.3vw;
    list-style: none;
    text-align: left;
    color: #841a1e;
}
#bnfts ul li:before {
    content: '✓';
}
.sidemenu.clr1{
    text-align: center;
	background: #cccccc;
    margin: 10px 0 5px;
    padding: 7px 1% 1px;
}
ul.list-box.sz1 li h4 a{
    font-size: .88vw;
}
.slg {
    text-align: center;
    width: calc(36% - 250px);
    position: relative;
    float: left;
	overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: .06vw;
    font-size: 1vw;
	text-transform: capitalize;
    color: #ffe200;
    margin-top: 6px;
}
.testimonial {
	width: 88%;
    padding: 4%;
    margin: 1%;
    border: 1px solid #f2f0f0;
    line-height: 1.6;
    }
.svcimg {
	float: left;
    margin: 2%;
    text-align: center;
    background: #052c14;
    color: #fff;
    padding: 1px;
}
.svcimg img {
	max-width: 100%;
}
.gq{
	background: #841a1e;
	color: #fff !important;
}
@media screen and (min-width: 1260px) and (max-width: 1360px) {
#header .logo {
    margin: 7px 0.5% 2px 1%;
}
.col-2 iframe {
    height: 330px;
}
.cntnt {
    width: 92%;
    padding: 1% 4%;
}
#footer h3 {
    margin: 2px 0;
    font-size: 1em;
}
#footer-m #simple-social-icons {
    width: 18%;
}
.nav1 a {
	padding: 7px 0.6vw !important;
}
.ban-bg2 p {
    width: 80%;
}
.mid-head {
    font-size: 1vw;
}
.top-rght {
    min-width: 200px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1259px) {
.top-rght {
    min-width: 180px;
}
.mid-page {
    margin: 80px auto 20px;
}
.menu1 {
    width: 90%;
    float: none;
    margin-top: 49px;
}
ul.list-box li h4 a {
    letter-spacing: .7px;
    font-size: calc(1vw + 10px);
}
.ban-bg2 {
    padding: 5px 1% 5px;
}
.col-2 iframe {
    height: 330px;
}
.cntnt {
    width: 92%;
    padding: 1% 4%;
}
#footer-m {
    font-size: .92em;
}
#footer h3 {
    margin: 2px 0;
    font-size: 1em;
}
#footer {
    width: 100%;
    padding: 15px 0 0;
    font-size: 1.2vw;
    z-index: 600;
}
.ban-bg2 p {
    width: 80%;
}
}
/*ipad horizontal*/
@media only screen and (min-width: 813px) and (max-width : 1024px) {
#menu span.menux, .mob-addr {
	display:none;
}
.cntnt .sidemenu {
    width: 34%;
    margin: 2%;
}
.mid-page {
    margin-top: 78px;
}
#menu{
    position: absolute;
    top: 28px;
    left: 2%;
    font-weight: bold;
    font-size: 2em;
    display: block;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #841a1e;
    border-radius: 4px;
}
.menu1{
	display:none;
    background: #841a1e;
    padding: 1% 0 1% 0;
    width: 500px;
    position: absolute;
    top: 80px;
}
nav.nav1 {
    width: 100%;
    letter-spacing: normal;
}
.nav1 a {
    padding: 1.5% 10px !important;
}
.nav1 li ul a {
    color: #052c14;
}
nav.nav1 li a {
    font-size: .8em;
    text-align:center;
}
.top-rght {
 	font-size: 1em;
    width: 30%;
    top: 30px;
    right: 2%;
}
#header .logo {
    width: 23%;
    margin: 7px 0 0px 8%;
}
.mid-head {
	text-align: left;
    margin: 1%;
    }
.cntnt p {
    width: 95%;
}
.sidemenu li a,.cntnt p {
    font-size: 1em;
}
ul.it4 li {
    width: 43%;
}
.zipcodes li a {
    width: 48%;
    font-size: .7em;
}
.cntnt {
    width: 92%;
    padding: 5px 4%;
}
#header {
    min-height: 75px;
}
}
@media only screen 
and (min-width : 768px) 
and (max-width : 812px) {
#header .logo {
    width: 38%;
    margin: 10px 0 0px 10%;
}
h2 {
    font-size: 1.3em;
}
h3,.sidemenu li a {
    font-size: 1em;
}
.ban-bg2 {
    padding: 15px 1% 20px;
}
.mid-page .col-3 {
    margin: 10px 1% 10px 4%;
}
.zipcodes li a {
    width: 98%;
    font-size: .9em;
}
.service {
    width: 98%;
}
.col-2 iframe {
    height: 320px;
}
#footer {
    width: 100%;
    padding: 0;
    z-index: 200;
}
ul.list-box li h3 {
    font-size: 1.1em;
}
#footer .col {
    width: 22%;
    margin: 10px 0% 0 1%;
}
.top-rght {
    font-size: 1.2em;
    top: 30px;
    width: 38%;    
}
#menu{
    position: absolute;
    top: 30px;
    left: 2%;
    z-index: 100;
    font-weight: bold;
    font-size: 2.4em;
    display: block;
    color: #fff;
    width: 52px;
    height: 52px;
    text-align: center;
    background: #d92e33;
    border-radius: 4px;
}
.cntnt .sidemenu {
    width: 50%;
    }
.cntnt p {
    padding: 1% 2%;
}
#menu span.menux,.mid-head {
	display:none;
}
.menu1{
	display:none;
    background: #1a164e;
    padding: 1% 0 1% 0;
    width: 100%;
    margin-top: 0;
}
.ban-bg2 p {
    width: 80%;
}
nav.nav1 {
    width: 100%;
}
nav.nav1 li a {
    font-size: 1em;
    text-align: center;
    padding: 7px 1%;
}
#container {
    margin: 0 auto 16%;
}
.cntnt{
    width: 92%;
    padding: 1% 4%;
}
.col-2 h3,h3.sp1,#footer-m #arrow,.mid-page .col-2 ul.con-info {
    font-size: 1.6em;
}
.top-rght a.btn2,ul.list-box li h4 a {
    font-size: 1.2em;
}
ul.list-box li {
    width: 44%;
    margin: 5px 2% 10px;
    padding: 0;
}
div#consul-dsk {
    width: 33%;
}
.mid-page .col-2 {
    width: 82%;
    margin: 10px 8%;
    height: auto;
}
.nav1 li ul a {
    color: #052c14;
}
.cta {
    zoom: .75;
}
.mid-page iframe.gmap {
    width: 95%;
    height: 230px;
}
.mid-page #locallnk {
    width: 45%;
    font-size: .8em;
}
}
@media only screen and (max-width: 767px) {
.top-rght, #consul-dsk2, #footer-m, .mid-head, .share,#menu span.menux {
    display: none;
}
h2 {
    font-size: 1.3em;
	font-weight: normal;
}
h3 {
    font-size: 1.2em;
	font-weight: normal;
}
#wrapper {
	width: 100%;
	margin:0;
}
#container {
	width: 100%;
    margin: 0 auto 17%;
}
#header {
	height: auto;
    top: 11px;
    position: fixed;
}
#header .logo {
    margin: 5px 0 0px 6%;
    text-align: center;
    width: 38%;
}	
.social {
	float: none;
	margin: 7px auto;
	text-align: center;
}
.mid-page {
    clear: both;
    margin: 57px 0 1%;
}
.mid-page .col {
    width: 95%;
    float: right;
    height: auto;
    padding: 0.5%;
    margin: 1%;
    clear:both;
}
.mid-page .col img{
	width: 100%;
}
.mid-page .col-2{
	width: 96%;
    clear: both;
    height: auto;
    margin: 8px 2%;
    padding:0;
}
.mid-page .col-3 {
    width: 96%;
    float: none;
    height: auto;
    padding: 0;
    margin: 15px auto 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;
}
h1 {
	width: 100%;
	margin: 0 auto;
    line-height: 12px;
    background: #841a1e;
}
.col-3 iframe{
	width:90%;
	clear:both;
	margin: 4px;
	}
.col-2 img{
    width: 100%;
}
.special1 ul {
	margin:0;
}
.special1 li a {
    display: block;
    padding: 19px 9px;
    margin: 9px 0px;
    background: #052a13;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5px;
    }
.special1 li a:hover {
    text-decoration: none;
    background: #f17f8a;
}
.col-3 .cta {
    margin-left: 1%;
    width: 97%;
}
#menu{
    position: absolute;
    right: 5%;
    z-index: 100;
    font-weight: bold;
    display: block;
    font-size: 24px;
    display: block;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    background: #da3439;
    border-radius: 4px;
    top: 12px;
}
.menu1{
	display:none;
    background: #841a1e;
    padding: 1% 0 1% 0;
    width: 100%;
    float: none;
    margin: 0;
    clear: left;
}
nav.nav1 {
    width: 100%;
}
#footer .special1 {
    width: 92%;
}
#gallery li {
    width: 96%;
}
.zipcodes li a {
    width: 98%;
    padding: 10px 0;
    font-size: .7em;
    line-height: 1.5em;
}
.mid-page iframe.gmap,.mid-page iframe.gmapi {
    margin: 1%;
    padding: 1%;
    width: 95%;
}
.mob{
	display:block;
}
ul.list-box li{
    width: 96%;
    margin: 0;
    padding: 0;
}
.col-2 #contact-side {
    right: initial;
}
#contact-side {
    width: 96%;
    right: 2%;
    }
#contact-side .fa {
    margin-top: -5%;
    margin-right: -4%;
}
.mid-page .col-box {
    width: 94%;
}
.service {
    width: 100%;
}
ul.list-social li img {
    max-width: 100%;
}
a.btn2 {
    font-size: .8em;
    vertical-align: 5%;
}
.col-2 iframe {
    height: 300px;
}
.capimg, .capimg2 {
    float: none;
    margin: 10px auto;
    width: 80%;
}
img.pimg {
    float: none;
    width: 80%;
    margin: 10px auto;
    display: block;
}
.callnow{
	display:block;
}
.callnow a {
    text-align: center;
    right: 8%;
    padding: 1%;
    background: #da3439;
    border-radius: 5px;
    position: fixed;
    bottom: 2.5%;
    cursor: pointer;
    z-index: 599;
    color: #fff;
    letter-spacing: 2px;
    box-shadow: 2px 2px 5px #000000;
    width: 80%;
    border: solid 2px;
    font-size: 1.8em;
}
.ifm {
    width: 96%;
}
.mid-page #locallnk {
    width: 83%;
}
.ban-bg2 {
    padding: 5px 1%;
}
h3.sp1,.col-2 h3,.col .cta h4 {
    font-size: 1.5em;
}
.cntnt {
    width: 98%;
    padding: 1%;
}
.cntnt p {
    text-align: justify;
}
.cntnt .sidemenu  {
    width: 98%;
}
ul.txlist2 li {
    margin: 3px 0 2px 7%;
}
.nav1 li ul a {
    color: #052c14;
}
.ban-bg2 p {
    width: 80%;
}
.mid-page .col .cta h3,.col h4,#bnfts li {
    font-size: 1.4em;
}
.ban-bg2 p, .cntnt p, .col-3 p, ul.txlist2 li, ul.txlist li, .mid-page .col-2 ul.con-info, nav.nav1 li a,.sidemenu li a, ul.list-box li h4 a,ul.list-box.sz1 li h4 a{
    font-size: 1em;
}
span.ps2 {
    font-size: 2em;
}
span.bgcta {
    height: 160px;
}
ul.list-box3 li{
	width: 43%;
}
ul.list-box {
    left: 0;
}
.cntnt img {
    max-width: 100%;
}
}
@media print{
.menu1{
    display: none;
}
}