/* Variables */
body {
  margin: 0 ;
  padding: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 23px;
  color: #000000;
  background: #ffffff;
  font-weight: 300;
  word-wrap:break-word;
}
.bgWhite {
  background: #ffffff;
}
h1 {
  font-family: 'Lato', sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #3D3940;
  line-height: 1.1;

}
h1 a {
    color: #46344E;
}
h2 {
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #457515;  
}
h2 a {
    color: #46344E;
}
h2 a:hover {
    color: #F4D002;
}
h3 {
  font-family: 'Lato', san-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
  color: #46344E;
}
h4 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #457515;
}
h4 a {
    color: #457515;
	text-decoration: underline;
}
h4 a:hover {
    color: #457515;
	text-decoration: none;
}
h5 {
  font-family: 'Staatliches', serif;
  font-size: 14px;
}
h6 {
  font-family: 'Staatliches', serif;
  font-size: 13px;
  font-weight: 500; 
}
.greentitle  {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #457515;
}
.subhead {
  font-family: 'Lato', san-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #636263;
}
.pointer {cursor: pointer;}
.green-button {
    background-color: #538E1A !important;
}
.green-button:hover {
    background-color: #6BB821 !important;
}
.sched-button {
  background-color: #95CA56; 
  color: #ffffff !important;
  border: none;
  border-radius: 50px;
  padding: 3px 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-right: 14px;
}
hr{
    margin:20;
    width:100%;
    height:1px;
    background: #D0D0D0;
	color:#D0D0D0; 
	background-color:#D0D0D0;
}
.btn-primary.raised {
	box-shadow: 0 3px 0 0 #538E1A;
}
.btn-primary.raised:active, .btn-primary.raised.active {
	background: #538E1A;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}
.dropdown1 {
  font-weight: 600 !important;
  color: #457515 !important;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  background-color:#f5f5f5;
  text-decoration: none;
} 
.dropdown1:hover {
  text-decoration: underline !important;
}
.strat {
    padding-bottom: 20px;
}
.newlink {
  font-weight: 300;
  border-bottom: 1px solid #000000;	
}
.newlink:hover {
  font-weight: 300;
  border-bottom: none;
  color:#46344E !important;	
}
.content404Page h1 {
	color: #B8131F;
	font-size: 47px;
}
.content404Page h2 , .content404Page h5 {
	color: #46344E;
	font-size: 23px;
}
.content404Page h3 {
	color: #B8131F;
	font-size: 30px;
}
.giveUsCall {
	margin:30px 0 0;
}
.giveUsCall, .mailingAddress, .emailAddress {
    position: relative;
    line-height: 26px;
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 10px 37px;
}
.giveUsCall span.fa, .mailingAddress span.fa, .emailAddress span.fa {
    position: absolute;
    left: 0;
    top: 4px;
}
.giveUsCall span.fa.fa-phone, .mailingAddress span.fa.fa-phone, .emailAddress span.fa.fa-envelope {
    font-size: 22px;
    left: 3px;
}
.emailAddress a, .emailAddress a:focus {
	color: #46344E;
	text-decoration: none;
}

textarea,
input[type="password"],
input[type="url"],
input[type="search"],
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
.spacingTop60 {
  padding-top: 60px;
}
.spacingBot60 {
  padding-bottom: 60px;
}
.mainlink {
  font-weight: 300;
  color: #548E1A;
  border-bottom: 1px solid #548E1A;	
}
.mainlink:hover {
	color: #548E1A;
	border-bottom: none;	
}
p {
  font-family: 'Lato', sans-serif;
  font-size: 23px;
  color: #000000;
  line-height: 1.3;
}
.footerthumbnail {
  opacity: 1;
  }
.footerthumbnail:hover {
  opacity: 0.7;
  }
ul li {
  font-family: 'Lato', sans-serif;
  font-size: 23px;
  color: #000000;
  line-height:  1.3;
}
ul {
  margin-bottom: 27px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.p-b-30 {
    padding-bottom: 30px;
}
p {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  outline: none !important;
  color: #46344E;
    
}
a:hover {
    text-decoration: none;
    color: #F4D002;
}

.header-contact a {
    color: #ffffff;
    font-weight: 400;
}
.header-contact a:hover {
    color: #FAED26;
}
.header-contact .header-request-btn a {
    font-weight: 400;
    text-transform: none;
    margin: 0 50px 0 0;
}
#menuCloseButton {
	display:none;
}
#header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	background:rgba(69, 65, 73, 0.5);
	margin-top:42px;
	z-index: 99;
    transition: all ease-in-out 0.3s;
}
#header.sticky {
    margin-top: 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
	    background: rgba(69, 65, 73, 0.80);
}
#header-sticky-wrapper #header {
	background:none !important;
}
.wowWrapper li , .wowWrapper ul {
	
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
}
.header-logo-desktop .logo {   
    display: block;
    direction: ltr;
    height: 192px;
    text-align: center;
    width: 125px;
    transition: all ease-in-out 0.3s;
}
.header-logo-desktop .logo img {
	margin: 0px 0 0;
    transition: all ease-in-out 0.3s;
}
.header .navbar-nav>li>a {
    color: #FAED26;
    font-size: 18px;
  	font-family: 'Lato', sans-serif;
    background: none;
    font-weight: 600;
}
.header .navbar-nav>li.active>a , 
.header .navbar-nav>li>a:hover {
    color: #F4D002;
}
.header .nav>li>a:focus, .header .nav>li>a:hover{
    background: none;
}
.header-contact {
    margin: 15px 0 23px;
}
#header .navbar {
    margin: 0;
    min-height: 0;
	border:none;
}
#header.sticky .header-contact  {
    margin: 10px 0 0;
	font-size: 20px;
}
.rpad {
	margin: 0 20px 0 0;
}
.main-logo {
    display: inline-block;
}
.stick-logo {
    display: none;
}
#header.sticky .main-logo {
    display: none;
}
#header.sticky .stick-logo {
    display: inline-block;
    max-height: 100px;
    margin:0px 0px;
}
#header.sticky .header-logo-desktop .logo {
    height: 100px;
}
.main-title {
    font-size: 56px;

}
.main-title-bg {
    color: #ffffff;
    font-size: 47px;
    font-weight: 700;
	letter-spacing: 0.07em;
    background: #5A5560;
    margin: 0 0 20px;
    padding: 20px 0;
}
.main-title-bg-sm {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
	letter-spacing: 0.07em;
    background: #5A5560;
    margin: 0 0 20px;
    padding: 20px 0;
}
.partner-title-bg-sm {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
	letter-spacing: 0.07em;
    background: #5A5560;
    margin: 0 0 0px;
    padding: 20px 0;
}
.imgcarousel img { width:100%; }
.imgcaption { position:absolute; left:0; right:0; bottom:0; background:rgba(0,0,0,0.5); padding:10px 0; text-align:center; font-size:18px; font-weight:700; color:#FFF; z-index:2; }
.imgcarousel .slick-slide{ position:relative; } 
.p-y-30 {
    padding: 30px 0;
}
.welcome-txt p:last-child {
    margin: 0;
}
.d-block {
    display: block;
}
.service-block h2 a {
    border-top: 3px solid #F4D002;
    display: inline-block;
    padding: 2px 0 0;
}
.service-block p {
    font-size: 19px;
    margin: 0;
}
.service-block p a {
    display: inline-block;
    border-bottom: 1px solid #548E1A;
	color: #548E1A;
	text-decoration: none;
}
.service-block p a:hover {
	color: #548E1A;
    border-bottom: none;
}
.text-underline {
    text-decoration: underline;
}
.style {
    text-decoration: underline;
}
.style:hover {
    text-decoration: none;
}
.service-block {
        margin: 30px 0 0 ;
}
.pad {
		padding-top: 20px;
		padding-bottom: 20px;
	}
.black-bg {
    background: #3D3940;
    color: #FFF;
}
.footer {
    padding:0 0 45px 0;
    font-size: 20px;
}
.footer_cont_wrap {
  font-size: 23px;
  padding: 10px 0;
}
.icon-blue {
	color: #5487A4;
}
.contact-detail {
    padding: 25px 0 0;
}
address {
    line-height: 1.2;
}
.footer address {
    margin: 0 0 15px;
}
.footer-copyright {
    color: #f0f0f4;
    font-size: 20px;
    font-weight: 400;
    padding: 55px 0 0;
}
.footer-copyright p {
	font-size: 15px;
	color: #f0f0f4;
	margin: 10px 0;
}
.footer-copyright p a:first-child {
	text-decoration: underline;
}
.footer a {
    color: #f0f0f4;
}
.footer a:hover {
    color: #FAED26;
}
.footer-logo {
    margin: 30px 0 0;
}
.bbb-logo {
    margin: 115px 0 0;
    text-align: right;
}
.p-y-50 {
    padding-top: 50px ;
    padding-bottom: 50px ;
}
.subtxt {
    font-size: 18px;
}
.contact-bg {
    background: url(../images/footerbg.jpg) no-repeat center center / cover;
    padding: 55px 0 55px;
}
.contact-section .main-title-bg {
    margin: 0;
}
.contact-section {
    padding: 0;
}
.contact-form-wrapper iframe {
    max-width: 100%;
    width: 100%;
	padding:10px;
	height: 1400px; 
}
.call-us-section {
    background: #FFF;
    padding: 20px 20px 20px;
}
.call-us-section h2 {
    margin: 0 0 20px;
}
.call-us-section a {
    color: #46344E;
}
.call-us-section a:hover {
    color: #F4D002;
}
.servicearea-section {
    overflow: hidden;
    padding-top: 0;
}
.review-section {
    background: url(../images/reviews.jpg) no-repeat center center /cover;
    background-attachment: fixed;

 }
.review-section-inner {
    padding: 180px 0 190px;
}
.review-slide {
    color: #FFF;
    background-color: rgba(0,0,0,0.5);
	padding: 20px 25px; 
    outline: none !important;
}
.contactbg {
    color: #FFF;
    background-color: rgba(225,225,225,0.9);
	padding: 20px 25px; 
    outline: none !important;
}
.customer-review {
	margin-bottom: 20px;
}
.rating {
	color: #ffd306;
	font-size: 35px;
	margin-bottom: 10px;
}
.review-autor:before {
    content: "-";
    margin: 0 5px 0 0;
}
#topcontrol {
    background: #F4D002;
    color: #FFF;
    padding: 0px 16px;
    font-size: 34px;
}
.stickyRightBtn {    
    position: fixed;
    right: 0px;
    top: 250px;
    z-index: 99999;
}
/* Sticky Form */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #444444;
  overflow: hidden;
  transition: 0.5s;
  padding: 55px 0 0;
}
.sidenav .sidenavInner {
  padding: 0 35px 0 25px;
  /*overflow: scroll;*/
}
.sidenav .sidenavInner iframe {
  border: none;
  /*overflow:hidden;*/
  min-height: 800px;
  width: 100%;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav a:focus {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.openStickyFormBody .sidenav {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.subbanner img {
	width:100%;
}
.mailingAddress {
	padding-bottom:0;
}

.contact-form-wrapper {
    width: 100%;
    height: 700px;
}
/* Sticky Form End */
/*.afp_form_wrap #afp33_afp_fields div.afp_wrap label.afp_in_field {
	margin: 0 4px 0 0;
    position: relative;
    display: inline-block !important;
	opacity:1 !important;
}
.afp_form_wrap #afp33_afp_fields div.afp_wrap label.afp_in_field {
    color: #b8131f !important;
    font-size: 16px !important;
    font-family: Verdana !important;
    font-weight: 400 !important;
    margin: 7px 4px 0 0;
    display: inline-block;
    vertical-align: top;
	text-transform:uppercase;
}
.afp_form_wrap #afp33_afp_fields div.afp_wrap .afp_field_wrap {
	display:inline-block; 
}
.afp_form_wrap #afp33_afp_fields div.afp_wrap {
	overflow:hidden;
}
#afp33_wrap.afp_form_wrap input[type="submit"] {
	float:right;
	background: #b8131f;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    text-transform: uppercase;
    text-shadow: none;
    padding: 8px 25px;
}
#afp33_wrap.afp_form_wrap input[type="submit"]:hover {
	background:#31313f;
}
.afp_form_wrap #afp33_afp_fields div.afp_error {
	color: #b8131f !important;
}
#afp33_wrap textarea, #afp33_wrap input[type="text"], #afp33_wrap input[type="password"], #afp33_wrap input[type="datetime"], #afp33_wrap input[type="datetime-local"], #afp33_wrap input[type="date"], #afp33_wrap input[type="month"], #afp33_wrap input[type="time"], #afp33_wrap input[type="week"], #afp33_wrap input[type="number"], #afp33_wrap input[type="email"], #afp33_wrap input[type="url"], #afp33_wrap input[type="search"], #afp33_wrap input[type="tel"], #afp33_wrap input[type="color"], #afp33_wrap .uneditable-input {
	box-shadow:none !important;	
}
#afp33_wrap.afp_form_wrap .afp_notification_error, #afp33_wrap.afp_form_wrap .afb_notification_error {
	color: #992626 !important;
	border-color: #992626;
	background-color: #ff9f9f !important;
}
#afp33_wrap textarea:focus, #afp33_wrap input[type="text"]:focus, #afp33_wrap input[type="password"]:focus, #afp33_wrap input[type="datetime"]:focus, #afp33_wrap input[type="datetime-local"]:focus, #afp33_wrap input[type="date"]:focus, #afp33_wrap input[type="month"]:focus, #afp33_wrap input[type="time"]:focus, #afp33_wrap input[type="week"]:focus, #afp33_wrap input[type="number"]:focus, #afp33_wrap input[type="email"]:focus, #afp33_wrap input[type="url"]:focus, #afp33_wrap input[type="search"]:focus, #afp33_wrap input[type="tel"]:focus, #afp33_wrap input[type="color"]:focus, #afp33_wrap .uneditable-input:focus {
	border-color: #b8131f !important;
	box-shadow:none !important;
}*/
.ios .review-section {
	background-attachment:scroll;
}
.no-touch .header-phone a , .no-touch .contact-detail address a , .no-touch .giveUsCall a , .no-touch .call-us-section address a {
    pointer-events: none;
	
	
}
@media(min-width:768px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-left: -15px;
        margin-right: -15px;
    }
	.navbar .navbar-collapse {
		float:right;
	}
	.header-logo-desktop {
		display: block;
		left: 0;
		position: absolute;
		top: 0;
		width: auto;
		z-index: 21;
	}
}
@media(min-width:1200px) {
    .flex-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

    }
    .flex-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: stretch;
            -ms-flex-pack: stretch;
                justify-content: stretch;
    }
	
}
@media (min-width: 992px) and (max-width: 1199px) {
  .stickyRightBtn {
    top: 200px;
  }
  .header .navbar-nav>li>a {
		font-size:16px;
		padding: 10px 12px;
	}
	.header-logo-desktop .logo {
		width:208px;
		padding:0 0px;
		height:135px;
	}
	.header-contact {
		margin-bottom:3px;
	}
	.header-logo-desktop .logo img {
		max-width:100%;
	}
	#header.sticky .header-logo-desktop .logo {
		height:79px;
	}
	#header.sticky .stick-logo {
		max-height:68px;
	}
    .call-us-section {  
        padding: 20px 20px 10px;
    }
	.call-us-section h3 {
		margin-top: 0;
	}
	.review-section {
		background-attachment:scroll;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.review-section {
		background-attachment:scroll;
	}
	.header .navbar-nav>li>a {
		font-size:12px;
		padding: 10px 12px;
	}
	.header-logo-desktop .logo {
		width:180px;
		padding:0 10px;
		height:96px;
	}
	.header-contact {
		margin-bottom:6px;
	}
	.header-logo-desktop .logo img {
		max-width:100%;
	}
	#header.sticky .header-logo-desktop .logo {
		height:79px;
	}
	#header.sticky .stick-logo {
		max-height:68px;
	}
	.bbb-logo img {
		max-width:100%;
	}
	.call-us-section * {
		font-size: 18px;
	}
	.call-us-section h3 {
		margin-top: 0;
		font-size: 23px;
	}
}
@media(max-width:767px){
    .flex-row {
        display: block;

    }
    .flex-col {    
        display: block;
    }
    .sidenav .sidenavInner {
        padding:0 17px 0 25px;
    }
    .stickyRightBtn {
		bottom: -108px;
    	left: 108px;
		right: auto;
		font-size: 18px;
		top: auto;
		transform: none;
		text-align: center;
		transform: rotate(90deg);
	}
	.stickyRightBtn img {
		    max-height: 250px;
	}
	 .header-contact {
		font-size: 15px;
		text-align: center;
		margin: 20px 0;
	}
    #header.sticky .header-contact {
        font-size: 15px;
    }
	.header-contact .header-request-btn a {
		margin:0 8px 0 0;
	}
	.navbar-header .navbar-toggle {
		border: 0;
		border-radius: 0;
		min-width:110px;
		margin-right: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.navbar-header .navbar-toggle .icon-bar {
		background:#FFF;
		-webkit-transition: opacity, -webkit-transform;
		transition: opacity, -webkit-transform;
		transition: opacity, transform;
		transition: opacity, transform, -webkit-transform;
		-webkit-transition-duration: 200ms;
		transition-duration: 200ms;
		-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
		transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
	}
	.navbar-toggle .menu-label {
		color: #FFF;
		float: right;
		position: absolute;
		top: 4px;
		right: 15px;
	}
	.header-logo-desktop .logo {
		width:250px;
	}
	.header-logo-p { 
		display:inline-block;
	}
	.navbar-header {
		display: inline-block;
		
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.header-logo-desktop {
		position:relative;
	}
	.header-logo-desktop .logo img {
		max-height:100px;
	}
	.header-logo-desktop .logo {
		height:92px;
		text-align:left;
		padding-left:15px;
	}
	#header {
		position:relative;
		margin:0;
	}
	#header.sticky {
		position:fixed;
	}
	.main-title , h1 {
		font-size:25px;
	}
	p , body {
		font-size:22px!important;
	}
	p  {
		font-size:22px!important;
	}
	.main-title-bg {
		font-size:30px;
		margin: 0 0 20px;
	    padding: 10px 0;
	}
	h1 {
	  font-size: 30px;
	  font-weight: 400;
}
	h2 {
	  font-size: 25px;
	  font-weight: 300;
}
	h3 {
		font-size:30px;
		line-height: 1.2;
	}
	h4 {
	  font-size: 28px;
	  font-weight: 400;
}
	li {
		  font-size: 20px!important;
	} 
	.review-section-inner {
		padding: 80px 0 100px;
	}
	.review-section {
		background-attachment:scroll;
        background-size: cover;
    background-position: center 55px;
	}
	.servicearea-section .p-y-50 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.servicearea-section .p-y-50  img {
		margin-bottom:15px;
	}
	.contact-bg {
		padding:35px 0;
	}
	.call-us-section {
		margin-top:20px;
        padding-bottom: 4px;
	}
	.footer address {
		margin: 0 0 20px;
	}
	.footer-logo {
		margin: 25px 0 0;
            display: none;
	}
	.bbb-logo {
		margin: 25px 0 0;
		text-align: center;
	}
	.footer-copyright {
		padding:45px 0 0;
	}
	.content404Page h1 {
		font-size: 30px;
	}
	.content404Page h2 , .content404Page h5 {
		font-size: 18px;
	}
	.content404Page h3 {
		font-size: 25px;
	}
	.giveUsCall {
		margin:20px 0 0;
	}
	.giveUsCall, .mailingAddress {
		line-height: 26px;
		font-size: 16px;
	}
	.giveUsCall span.fa.fa-phone, .mailingAddress span.fa.fa-phone {
		font-size: 15px;
	}
	.payment-icons {
		text-align: left;
	}
	.call-us-section h3 {
		margin-top: 0;
	}
}

@media (max-width:599px) {
	.float-left-box img {
		margin: 10px 0 !important;
    	float: none !important;
    	width: 100%;
	}
}

@media print {
  a[href]:after {
    content: none !important;
  }
  header , footer {
  	display:none;
  }
}