/* @override 
 
	http://www.karenscompany.com/css/karens.css
	http://www.karenscompany.com/css/karens.css?v=2
	http://www.karenscompany.com/css/karens.css?*
	https://www.karenscompany.com/css/karens.css?* */
 
body {
  background-color: white;
  background-image: url('/img/bg-body.png');
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
}

.desktophide {
	display: none;
	font-weight: 400;
}

.singleTeam {
	max-width: 90%;
	margin: 0 auto;
}

.alert-bar {
	padding: 6px 15px;
	text-align: center;
	color: #FFF;
	font-size: 15px;
}
.alert-bar p{
	padding: 0;
	margin: 0;
}
.alert-bar a {
	color: #FFF;
}

a	{
	text-decoration: none;
	color: #2980b9;
}

 .g-recaptcha {
 	margin: 0 0 10px 0;
 }
 .instructions {
 	font-size: .9em;
 	font-style: italic;
 	font-weight: normal;
 }

.credInfo {
	padding: 20px;
	text-align: left;
	color: #333;
	margin-bottom: 20px;
}
.credInfo ul {
	column-count: 2;
}
.credInfo li {
	margin-bottom: 6px;
}
#cboxLoadedContent {
  padding: 10px;
  background: #fffff0;
}

#modal-content {
  display: none;
}

#modal-content label {
  display: block;
  margin-bottom: 5px;
}

#modal-content input {
  width: 95%;
}
.darks {
	background: #333;
	color: #FFF;
	padding: 30px;
}
.darks * {
	color: #FFF;
}
.darks h2 {
	color: #e67e22;
}
.fauxContainer {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.colorBlocks {
	display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-align-content: center;
   -ms-flex-line-pack: center;
   align-content: center;
   -webkit-align-items: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
    }

.colorBlock {
	width: 33%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	
    }
.colorBlock .innerBlock {
		background: #2980b9;
		padding: 20px;
		margin: 15px;	
} 
.colorBlock.alt .innerBlock {
  background-color: #16a085;
}
.innerBlock h3 {
	margin: 0 0 5px;
	text-align: center !important; 
}   


.workteam {
	background-image: url('/img/karens-co-hiring-page-woman-painting-2.jpg');
	background-position: 50% 50%;
	background-size: cover;
    background-repeat: no-repeat;
	/*max-width: 1200px;*/
	margin: 0 auto;
}
.paintbox {
	background: #f5f5f5 url('/img/career-painters.jpg') no-repeat 50% 50%;
}
.sampleForm {
	background: #555;
	padding: 30px;
	height: 400px;
}
.parallax {
	height: 500px;
	background-attachment: scroll;
/*	background-position: center;*/
	background-repeat: no-repeat;
	background-size: cover;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 20px 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contentslide {
	height: auto;
	text-align: center;
	margin: 30px 0;
}
.slidec {
	text-align: center;
	position: relative;
	height: auto;
}
.slidec .caption {
	position: absolute;
	bottom:  0;
	left: 0;
	padding: 5px;
	background: rgba(0,0,0,.6);
	width: 100%;
	color: #FFF;
 
}
 
.slidelabel {
  position: absolute;
  left: -12px;
  top: 10px;
  z-index: 10;
  display: inline-block;
  background-color: black;
  color: white;

  line-height: 20px;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  
}
.slidelabel .labelLeft {
	float: left;
  	padding: 4px 7px;
}
.slidelabel .labelRight {
	float: right;
	margin-left: 10px;
  	background:  #009eaa;
}
.slidelabel .labelRight a {
  	color: #FFF !important;
  	padding: 4px 7px;
  	display: block;
}
.slidelabel .labelRight a:hover {
   	background: #828282;
} 



.contentnav {
	display: none;
}

.specialpopup {
  position: fixed;
  left: 0px; 
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  max-width: 60%;
  min-width: 320px;
  margin-top: 113px;
  margin-right: auto;
  margin-left: auto;
  padding: 29px 40px 40px;
  border: 10px dotted #fff;
  border-radius: 15px;
  background-color: #1abc9c;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .55);
  text-align: center;
}

.specialbtn {
  margin-top: 20px;
  background-color: #e86025;
}

.specialbtn:hover {
  background-color: #b83f0b;
}

.specialtxt {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.closebox {
  display: inline-block;
  margin-bottom: 19px;
  padding: 6px;
  color: #fff;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.closebox:hover {
  color: #e86025;
}

.specialhead {
  font-size: 36px;
  line-height: 36px;
}

.specialspan {
  color: hsla(0, 0%, 100%, .72);
}


.text-span {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 3px 6px;
  border-radius: 25px;
  background-color: hsla(0, 0%, 43%, .89);
  text-align: center;
}


h1 {
  display: block;
/*  width: 960px;*/
  margin: 10px auto 24px;
  font-family: Oswald, sans-serif;
  color: #2d3338;
  font-size: 69px;
  line-height: 54px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-shadow: none;
}
.inner-content h1 {
	font-size: 36px;
	line-height: 40px;
}

h2 {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-shadow: none;
}
/*.career h2{
	text-align: center;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2em;
}*/
.center {
	text-align: center;
}
.about-wrap h2 {
	text-align: center;
	font-weight: bold;
	font-size: 36px !important;
	text-transform: uppercase;
}
.about-wrap h3 {
	text-align: center;
	font-size: 21px !important;
    color: #f2ca27;
    margin-bottom: 20px;
}

#christmas {
	background:  url('/img/christmas-ball.png') no-repeat 0 -140px;
	background-size: 100%;
	width: 215px;
	height: 500px;
	float: right;
	margin-top: -90px;
}
.slides .container{
	position: relative;
}
#christmasHome {
	background:  url('/img/christmas-ball.png') no-repeat 0 -150px;
	background-size: 100%;
	width: 200px;
	height: 500px;
	position: absolute;
	top: 0;
	right: -50px;
}

.head-phone-wrap .book-button {
	margin: 0 !important;
	font-size: 16px !important;
	padding: 8px 5px;
	min-width: 200px;
}

.specialWrap {
	text-align: center;

}
.specialEven, .specialOdd {
	margin-top: 30px;
	padding: 20px;
	border: 3px dashed #cecece;
}
.specialWrap h2 {
	font-size: 36px;
	line-height: 42px;
	color: #ea5615;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	 
}
.specialWrap .visual{
	width: 47%;
	float: left;
}
.specialWrap .visual img{
	width: 100%;
	height: auto;
}
.specialWrap .text{
	float: right;
	width: 47%;
	text-align: left;
	font-size: .9em;
}
.specialEven .visual{
	float: right;
	margin-left: 20px;
}

h3 {
  margin: 12px 0 0 0;
  color: #262d45;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}
.inner-content h3 {
	text-align: left;
}
h4 {
  margin: 10px 0px;
  color: #262c46;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.homeMap {
	padding-top: 20px;
}

.pager {
	max-width: 1000px;
	margin: 30px auto 50px;
} 
.pager .page {
	padding: 5px 10px;
	background: #e95420;
	color: #FFF;
	text-decoration: none;
}
 .pager .left {
	float: left;
}  
.pager .right {
	float: right;
}
.map {
	margin: 0 auto;
	text-align: center;
}
.map iframe {
	width: 640px;
	height: 470px;
	margin: 0;
	padding: 0;
	border: 0;
}

.blankie { 
	width: 100%;
	height: 100%;
	display: block;
	background: #555;
}
#galleria { 
	width: 100%; 
	height: 700px; 
	background: #FFF;
	margin: 0 auto 2em ; 
}

.smaller #galleria {
	height: 320px !important; 
	width: 45%;
	height: auto;
	float: right;
	margin-bottom: 15px;
}

.certification-logos {
	text-align: center;
	
}
.certification-logos img {
  display: inline-block;
  margin-right: 10px;
}
.button {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 20px;
  float: none;
  border-bottom-right-radius: 2px;
  background-color: #e74c3c;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #e74c3c;
}
.scheduleBtn {
	display: block;
	float: none;
	background-color: #e74c3c;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	color: white;
	margin: 10px auto;
	padding: 6px 16px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	
}
.scheduleBtn:hover {
	background-color: #ba4e3a;
}
.est-btn {
	margin-bottom: 20px;
}
.button:active {
  background-color: #e74c3c;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 4px 12px -4px inset;
}
.button.formsubmit {
  height: 54px;
}
.quote {
	padding: 30px;
	margin: 30px 0 40px;
	font-size: 20px;
	line-height: 26px;
	background: #2980b9;
	color: #FFF;
	text-align: center;
}
.subtitle {
  margin-right: 89px;
  margin-bottom: 63px;
  margin-left: 89px;
  color: #74737a;
  font-size: 25px;
  line-height: 31px;
  font-weight: 400;
  text-shadow: none;
}
.field {
  width: 70%;
  height: 54px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
/*  border: 0px solid black;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: rgba(255, 255, 255, 0.70);
  box-shadow: transparent 0px 0px 8px 0px inset, rgba(0, 0, 0, 0.09) 0px 0px 0px 1px inset;
  -webkit-transition: box-shadow 150ms ease;*/
  transition: box-shadow 150ms ease;
  color: #262c46;
  font-size: 16px;
}
.sub .field {
	width: auto;
	height: auto;
	float: none;
	border: none;
	background: none;
}
.sub label {
	font-weight: normal;
	margin: 8px 0 0 0;
}
.sub .field input[type=checkbox], .sub .field input[type=radio] {
	width: auto;
	display: inline;
	margin-right: 5px
}
.sub .heading {
	font-weight: bold;
	margin-top: 15px;
}

.sub .field input,
.sub .field textarea {
	padding: 5px;
	width: 100%;
	border: none;
}
.sign-up-form {
  margin-top: 41px;
  margin-bottom: 40px;
}
.social-widget {
  width: 100px;
  float: left;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.social-widget-wrapper {
  display: block;
  width: 223px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
}
.success-message {
  padding: 20px;
  border-radius: 2px;
  background-color: #209981;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.spread-word {
  margin-top: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: none;
}
.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #5c3245;
}
.header-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  list-style-type: none;

}
.header-section,
.content {
	  margin-top: 215px;
}
.footer-section {
  padding-top: 38px;
  padding-bottom: 34px;
  background-color: #262c46;
  color: #7e7c87;
}
.copyright {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}
.bars-wrapper {
  background-color: #65a157;
  position: fixed;
  z-index: 5;
  width: 100%;
  margin-top: 150px;
}
.group:after,
.team:after,
.tab:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.tab {
	padding: 20px;
	width: 65%;
	margin: 0 auto 40px;
	border-bottom: 1px solid #999;
}

.tab h3 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 12px;
}

.visual {
	float: left;
	margin-right: 20px;
}
.team .visual img {
	width: 200px;
	height: auto;
}

.bar {
  width: 14.285%;
  height: 7px;
  float: left;
  background-color: #65a157;
}
.bar._2 {
  background-color: #f2ca27;
}
.bar._3 {
  background-color: #e67e22;
}
.bar._4 {
  background-color: #16a085;
}
.bar._5 {
  background-color: #2980b9;
}
.bar._6 {
  background-color: #e74c3c;
}
.container {
  margin-top: 125px;
  padding: 60px 60px;
  background-color: rgba(0, 0, 0, 0.34);
}
.image-crop {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 260px;
}
.social-section {
  padding-top: 58px;
  padding-bottom: 0px;
  text-align: center;
}
.share-btn {
  display: inline-block;
  width: 61px;
  margin-right: 14px;
  margin-left: 14px;
}
.share-wrapper {
  margin-top: 32px;
}
.refer {
  color: rgba(255, 255, 255, 0.59);
}
.align-right {
  text-align: right;
}
.social-btn {
  margin-left: 17px;
  opacity: 0.44;
}
.col-wrap {
  margin-bottom: 25px;
}
.col-single {
  margin-bottom: 30px;
  padding-left: 0px;
  background-color: transparent;
  box-shadow: none;
  color: transparent;
}
.head {
  display: block;
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: url('/img/bg-header.png');
  text-align: center;
}
.logo {
  position: absolute;
  left: 0%;
  top: -30px;
  right: 0%;
  width: 203px;
  height: 115px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  float: none;
  background-color: transparent;
}
.head-phone {
  float: none;
}
.head-wrap {
  position: relative;
  height: 150px;
  min-height: 150px;
}
.phone-wrpa {
  width: 200px;
}
.header-wrapper {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.banner-title {
  display: block;
  color: rgba(49, 43, 61, 0.89);
  font-size: 32px;
  line-height: 48px;
  text-align: center;
}
.response-form {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #65a157;
}
.response-input {
  width: 30%;
  margin-right: 15px;
  float: left;
  clear: none;
}
 
.response-input:focus {
  background-color: #c6f7ed;
  color: black;
}
.nav-wrap {
  position: static;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}
.w-nav-button.w--open {
  background-color: rgba(0,0,0,.6);
  color: white;
}
.nav-link {
  border-right: 1px solid rgba(0,0,0,.25);
  background-color: #009eaa;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: -4px;
  padding: 20px 30px;
}
.nav-link:hover {
  background-color: #007c85;
  color: #FFF;
}
.nav-link.w--current {
  color: white;
  background: #007c85;
}
.nav-link.estimate-linkj {
  border-right-style: none;
  border-right-width: 0px;
  border-left-style: none;
/*  background-color: rgba(0,0,0,.3);*/
}
.title-large {
  font-family:'PT Serif', serif;
  color: white;
  font-size: 63px;
  line-height: 66px;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 6px;
}
.port-wrapper {
  padding-top: 0px;
  padding-bottom: 66px;
  background-image: url('/img/bg-gallery-section.png');
}
.port-wrapper img {
	height: auto;
}
.date {
	font-size: .9em;
	color: #555;
	text-transform: uppercase;
}
.sub .date {
	font-size: inherit;
}
.gallery-heading {
  display: block;
  margin-top: 70px;
  padding-bottom: 25px;
   font-family: Oswald, sans-serif;
   font-size: 36px;
  line-height: 38px;
  text-align: center;
}
.gallery-heading.map-heading {
  padding-bottom: 0px;
}
.gallery-heading.dark {
  margin-top: 70px;
  color: #262c46;
}
.gallery-heading.credential-heading {
  margin-top: 25px;
}
.form-intro {
  margin-top: 63px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 32px;
  line-height: 32px;
  text-align: right;
  text-transform: uppercase;
}
.form-intro-blue {
  color: rgba(255,255,255,.65);
  font-weight: 700;
}
.form-submit,
.submit input {
  padding-right: 21px;
  padding-left: 21px;
  float: left;
  border-radius: 0px;
  background-color: #262c46;
  box-shadow: none;
  opacity: 1;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #FFF;
}
.submit input {
	border: none;
	padding: 10px 15px;
}
.submit   {
	margin: 15px 0 65px;
	text-align: center;
}
.submit input {
	float: none;
}
.search-form .form-submit {
	float: right;
	border: 0;
	padding: 9px 15px;
}
.col-outer { 
  background-color: transparent;
}
.smaller {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  color: white;
}
.textarea {
  width: 100%;
  max-width: 634px;
}
.select {
  width: 47%;
  margin: 0 10px 10px 0;
  float: left;
}
.col-inner {
  padding-right: 15px;
  padding-left: 15px;
}
.slides {
  display: block;
  height: 600px;
}
.row-wrap {
  margin-bottom: 30px;
}
.col-hover {
  display: block;
  opacity: 0.56;
}
.col-hover:hover {
  display: block;
  opacity: 1;
}
.photo-lable {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: black;
  opacity: 0.75;
}
.photo-lable:hover {
  height: 100%;
}
.photo-col {
  padding-right: 0px;
  padding-left: 0px;
}
.header-caption {
  color: white;
  font-size: 18px;
  text-shadow: none;
}
.col-caption {
  display: none;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  color: white;
  font-size: 12px;
  text-shadow: none;
}
.col-caption:hover {
  display: block;
  text-shadow: none;
}
.slide1 {
  background-image: url('/img/mountain-banner.jpg');
  background-size: cover;;
}
.blog-blocks {
  width: 960px;
  margin: 25px auto;
}
.navie {
  display: block;
  margin-top: 7px;
  background-color: #009eaa;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 1px 3px 0px;
  z-index: 100;
}
.logo-wrapper {
  width: 100%;
  background-color: #262c46;
  position: fixed;
  z-index: 5;
}
.header-areas {
  width: 220px;
  margin-top: 65px;
  float: left;
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.head-phone-wrap {
  /*margin-top: 75px;*/
  margin-top: 45px;
  float: right;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.light {
   color: white;
}
.blog-row {
	text-align: left;
}
.blog-row h3 {
	text-align: left;
}
.inner {
  padding-top: 25px;
  padding-bottom: 25px;
}
.inner-content { 
  display: block;
  font-family: Lato, sans-serif;
  color: black;
  font-size: 15px;
  line-height: 24px;
  list-style-type: lower-alpha;
  /*min-height: 400px;*/
	text-align: left;

}

.three-columns {
	padding: 20px 0 25px;
 	overflow:hidden;
	margin: 0 0 24px;
}
.three-columns .column {
	width: 32%;
	margin: 0 0 0 2%;
	float:left;
}
.three-columns .column:first-child{
	margin:0;
}
.three-columns h2 {
	font:bold 1.467em "Montserrat", Arial, Helvetica, sans-serif;
	margin: 0 0 4px;
	color:#666;
}
.three-columns p {margin:0;}

.inner-content ul {
	padding: 30px 30px 30px 60px;
 
	background: rgba(41,128,185,.3);
}
.inner-content .w-col-4 ul {
 	padding-top: 0;
 	padding-bottom: 0;
	background: transparent;
}
.positions ul {
	background: none;
	font-size: 1.3em;
	line-height: 1.6em;
	list-style: none;
	margin: 0;
	padding: 10px 0 30px 30px;
}
.positions ul li {
	margin: 0;
}
.logo-img {
  width: 100%;
}

.cols {
	max-width: 900px;
	margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }

.col {
	width: 45%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }
    
    
.service-slider {
  display: block;
  width: 100%;
  height: 550px; 
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 45px;
  background-color: transparent;
}
.service-slider-arrow {
  color: #e74c3c;
  display: none;
}
.service-slider-arrow:hover {
  color: black;
}
.service-slide {
  width: 33.33%;
  margin-right: 0px;
  padding: 0 10px;
}
.service-slide .button {
	margin-top: 15px;
}
.service-mask {
  display: block;
  margin-right: 60px;
  margin-left: 60px;
}
.service-slider-img {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.service-slider-contents {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  text-shadow: none;
  color: black;
}
.service-slide-img {
  text-align: center;
}
.service-slide-img img{
  width: 100%;
  height: auto;
}
.tablink {
  margin-top: -13px;
  margin-right: 13px;
  margin-bottom: 15px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.10);
  color: #FFF;
}
.tablink.w--current {
  background-color: #e74c3c;
}
.tab-slide {
  height: auto;
}
.btn-intro {
  display: block;
  width: 300px;
  margin-top: 25px;
  float: none;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}
.book-button {
  display: block;
/*  max-width: 400px;
  min-width: 250px;*/
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 12px;
  float: none;
  background-color: #e74c3c;
  color: white;
  text-align: center;
  text-decoration: none;
}
.banner-title .book-button {
  display: inline-block;
/*  max-width: 200px;
  min-width: 100px;*/
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 12px;
  font-size: 20px;
}

.book-button:hover {
  background-color: #e74c3c;
}
/*.book-button.button-pad {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}*/
.book-button.banner-button {
  min-width: 150px;
  margin-top: 10px;
  padding: 7px 13px;
  font-size: 22px;
}
.book-button.schedule-button {
  width: 120px;
  max-width: 200px;
  min-width: 160px;
  padding: 6px 14px;
  font-size: 22px;
} 
.float-r {
	float: right;
	margin: 0 0 10px 15px;
}
.searchBox {
	margin: 0 0 20px 0;
}
.recentBlogs {
	list-style-type: square;
	color: #000;
	text-align: left;
}
.inner-head {
  position: relative;
   height: 300px;
  background-image: url('/img/inner-header.jpg') ;
 /* background-size: cover;*/
  background-position: center bottom !important;
}
.inner-heading {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 15px;
  color: white;
  font-size: 54px;
  line-height: 58px;
  text-shadow: black 2px 2px 9px;
  text-align: center;
} 
.blog-home-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e74c3c;
}
.blog-home-text {
  color: white;
  text-shadow: none;
}
.home-about {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f2ca27;
}
.affiliate-logo {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.home-logo-wrap {
  overflow-x: visible;
  overflow-y: visible;
  padding-right: 67px;
  padding-left: 67px;
  text-align: center;
}
.home-logo-wrap img {
	max-width: 135px;
	max-height: 130px;
	margin-right: 16px;
}
.inner-columns {
  min-height: 220px;
  padding: 10px 20px 0;
  border-right: 1px solid #65a157;
  color: #000;
}
.inner-columns.col-last {
  border-right-style: none;
}
.inner-col-wrap {
  margin-top: 40px;
}
.col-heading {
  margin-top: 0px;
  color: #262c46;
  text-align: center;
  text-transform: uppercase;
}
.teamWrap {
	text-align: center;
	padding: 0 20px;
} 

.about-section {
  padding-top: 60px;
  padding-bottom: 70px;
  background-color:  #65a157;
}
.about-wrap {
  text-align: left;
}
.team-head {
  font-family: Lato, sans-serif;
  color: white;
  text-transform: uppercase;
}
.team-intro {
  color: white;
  text-shadow: none;
}
.team-bio-pic {
  width: 150px;
 
  float: none;
  border: 5px solid white;
  border-radius: 110px;
}
.about-schedule {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}
.large-dark-bar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.4);
}
.banner-special {
  background-image: url('/img/banner-bed.jpg');
}
.banner-btn {
  padding: 9px;
  background-color: #e74c3c;
  color: white;
  font-size: 20px;
  text-decoration: none;
}
.banner-btn:hover {
  background-color: #e74c3c;
}
.maskie {
  padding-left: 0px;
}
.phone-link a {
  color: #FFF;
  text-decoration: none;
 
}
.overview-bloc {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 30%;
  height: 165px;
  margin-top: 20px;
  margin-right: 15px;
  float: left;
}
.blog-bloc {
	height: 250px;
}
 
.alignleft {
	float: left;
	padding: 0 15px 15px 0;
} 
.alignright {
	float: right;
	padding: 0 0 15px 15px;
} 
.overview-pic {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  float: none;
}
.overview-txt-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  min-width: 15px;
  padding: 9px;
  background-color: rgba(0, 0, 0, 0.63);
  font-family: Oswald, sans-serif;
  font-size: 20px;
  text-align: center;
}
.overview-txt {
  color: white;
}
.overview-block-wrap {
  display: block;
  width: 95%;
  margin-right: 0;
  margin-left: 6%;
}
.overview-intro {
  padding: 25px;
  color: #262c46;
}
.overview-heading {
  margin-bottom: 5px;
  font-size: 52px;
  text-align: center;
  text-shadow: none;
}

@media screen and (min-width: 1200px) {
    /*.w-container {
      max-width: 1170px;
    }*/
      
 }
 
 
@media (max-width: 991px) {
.mobilehide {
	display: none;
}
.desktophide {
	display: inline-block;
	padding: 5px;
}
  .phone-link a {
  	background-color: #e74c3c;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	color: white;
	
	padding: 7px 16px;
	font-size: 14px;
	font-weight: 300;
  }
    .phone-link a:first-child {
		margin-right: 10px;
	}
  
.service-slider-arrow {
  display: block;
}
.specialWrap {
	text-align: center;
	margin-top: -60px;
}
.specialWrap img {
	width: 80%;
	height: auto;
}
.specialEven, .specialOdd {
	margin-top: 30px;
	padding: 15px;
	border: 3px dashed #cecece;
}
.specialWrap h2 {
	font-size: 32px;
	line-height: 38px;
	color: #000;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	 
}
 


.large-dark-bar {
  height: 65px;
  font-size: 60px;
  background-color: rgba(0, 0, 0, 0.4);
}

.overview-heading {
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 42px;
}
  h3 {
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .button {
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .subtitle {
    text-shadow: none;
  }
  .field {
    width: 70%;
  }
  .header-section {
    width: 100%;
    height: 500px;
    background-size: 800px;
    background-repeat: repeat-x;
  }
  .container {
    margin-top: 10%;
    margin-right: 7%;
    margin-left: 7%;
    padding: 5% 10%;
  }
  .social-btn {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .social-btn:hover {
    opacity: 0.8;
  }
  .col-single {
    height: auto;
    box-shadow: none;
  }
  .header-wrapper {
    width: 100%;
  }
  .title-large {
    font-size: 60px;
  }
  .gallery-heading {
    margin-top: 25px;
  }
  .smaller {
    font-size: 28px;
  }

  
/*  .textarea {
 
  }*/
  .slide1 {
    background-position: 86% 61%;
  }
  .blog-blocks {
    width: 100%;
  }
  .light {
    text-shadow: none;
  }
  .service-slider {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .service-slide {
    width: 50%;
  }
  .service-mask {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .blog-home-text {
    text-shadow: none;
  }
  .inner-columns {
    min-height: 100px;
  }
  .team-intro {
    text-shadow: none;
  }
  .banner-special {
    background-position: 50% 0px;
    background-size: cover;
  }
  .overview-bloc {
    width: 31.5%;
    height: 135px;
    margin-right: 10px;
  }
  .overview-txt {
    font-size: 17px;
    line-height: 17px;
  }
  #galleria { 
  	height: 500px; 
  }
  
}
@media (max-width: 767px) {
.parallax {
	height: 300px;
	background-attachment: none;
/*	background-position: center;*/
	background-repeat: no-repeat;
	background-size: 800px;
 
}
.bars-wrapper/*,
.logo-wrapper */{
 /* position: relative;*/
  margin-top: 160px;
}

.darks {
	padding: 15px;
}

.col {
	width: 100%;
 
    }
.colorBlock {
	width: 50%;
  }

.tab {
	padding: 0px;
	width: 100%;
 
}
.tab h3 {
	text-align: center;
}
.scheduleBtn {
    float: right;
	margin: -10px 0 0;
	padding: 6px 10px;

}
.phone-link {
	float: left;
	margin: -8px 0 0 5px;
	text-align: left;
 	 
}
.specialpopup {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 113px;
  padding: 15px 20px 20px;
  border: 5px solid #fff;
  border-radius: 15px;
  background-color: #1abc9c;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .55);
  text-align: center;
}

.specialhead {
  font-size: 28px;
  line-height: 28px;
  margin-top: 0px;
}
.specialWrap .visual{
	width: 100%;
	float: none;
}
.specialEven .visual{
	float: none;
	margin-left: 0;
}
.specialWrap .text{
	float: none;
	width: 95%;
	text-align: left;
	font-size: 1em;
}

.specialWrap {
	text-align: center;
	margin-top: -60px;
}
.specialWrap img {
	width: 80%;
	height: auto;
}
 
.specialWrap h2 {
	font-size: 26px;
 
}
 
 
.about-wrap h2 {
	font-size: 26px !important;
}
.about-wrap h3 {
	font-size: 16px !important;
	line-height: 18px;
 }
.inner-head {
 height: 200px;
}
 
#galleria { 
	height: 350px; 
}

 .inner-content h1 {
 	font-size: 24px;
 	line-height: 30px;
 }
.alignleft,  
.alignright,
.float-r { 
	float: none;
	margin: 0 auto;
	padding: 0 0 15px 0;
	display: block;
} 

  h1 {
    text-shadow: none;
  }
  /*p {
    margin-right: 5%;
    margin-left: 5%;
    text-shadow: none;
  }*/
  .button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .subtitle {
    margin-right: 0px;
    margin-left: 0px;
    text-shadow: none;
  }
  .field {
    width: 60%;
    border-top-right-radius: 0px;
  }
  .sign-up-form {
    margin-bottom: 38px;
  }
  .header-section {
    height: 380px;
  }
  .footer-section {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .container {
    padding-right: 33px;
    padding-left: 33px;
  }
  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .logo {
    position: static;
 
    margin-top: 0px;
	width: 185px;
	height: auto;
  }
  .head-wrap {
    height: 160px;
  }
  .title-large {
    font-size: 48px;
  }
  .form-intro {
    text-align: center;
  }
  .form-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .smaller {
    font-size: 18px;
	line-height: 20px;
 
  }
  .slides {
    height: 380px;
  }
  .slide1 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .header-areas {
    width: 100%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    display: none;
  }
  .head-phone-wrap {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
	display: block;
  }
  .mobile-hide {
  	display: none;
  }
  .inner-content {
    margin-right: 30px;
    margin-left: 30px;
  }
  .service-slider {
    height: auto;
    margin-bottom: 20px;
  }
  .service-slide {
    width: 100%;
    padding-bottom: 45px;
    text-align: center;
  }
  .service-mask {
    width: 80%;
  }
  .inner-heading {
 font-size: 42px;
   line-height: 50px;
   margin-bottom: 10px;
    text-shadow: black 1px 1px 6px;
  }
  .blog-home-text {
    text-shadow: none;
  }
  .affiliate-logo {
    max-height: 150px;
    max-width: 150px;
  }
  .inner-columns {
    height: auto;
    text-align: center;
    border: none;
  }
    .inner-columns li {
    	text-align: left;
    }
  .hidden {
    display: none;
  }
  .team-intro {
    text-shadow: none;
  }
  .overview-bloc {
    width: 47%;
    height: 148px;
    float: left;
    clear: none;
  }
  .overview-block-wrap {
    width: 95%;
    clear: both;
    text-align: center;
  }
   
.form-submit {
   float: none;
}
#christmas {
	background:  url('/img/christmas-ball.png') no-repeat 0 -100px;
	background-size: 80%;
	width: 175px;
	height: 300px;
	float: right;
	margin-top: -20px;
	margin-right: -59px;
}
 .head-phone-wrap .book-button {
 	margin: -10px auto 10px !important;
 	font-size: 14px !important;
 	padding: 5px 5px;
 	min-width: 100px;
 	max-width: 200px;
 }
	.banner-title {
	  line-height: 44px;
	}
	.response-input {
	  width: 100%;
	  margin-right: 0;
	  margin-left: 0;
	  float: none;
	  text-align: center;
	}
	
  
}
@media (max-width: 479px) {
  .scheduleBtn {

/*	margin: -5px auto 00px 5px;*/
	padding: 6px 10px;
	margin-right: 5px;
}
  .colorBlock {
	width: 100%;
  }
  
  
  .credInfo ul {
  	column-count: 1;
  }
  
  .head-phone-wrap {
    margin-top: 20px;
  
  }
  
  h2 {
    font-size: 20px;
    line-height: 24px;
    text-shadow: none;
  }
  h3 {
    text-shadow: none;
  }
  /*p {
    font-size: 17px;
    text-shadow: none;
  }*/
  .button {
    margin-left: auto;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #262c46;
  }
  .subtitle {
    margin-bottom: 44px;
    font-size: 22px;
    line-height: 26px;
    text-shadow: none;
  }
  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: center;
  }
  .social-widget {
    width: 97px;
  }
  .social-widget-wrapper {
    display: block;
    width: 215px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .header-section {
    height: 300px;
    padding-bottom: 0px;
    background-position: 50% 100%;
  }
  .copyright {
    margin-bottom: 16px;
    text-align: center;
  }
  .container {
    margin-top: 5%;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 14px;
  }
  .image-crop {
    height: auto;
    margin-bottom: 40px;
  }
  .social-section {
    width: 100%;
  }
  .align-right {
    text-align: center;
  }
  .social-btn {
    margin-right: 17px;
  }
  .logo {
    width: 160px;
    height: 110px;
    margin-bottom: 0;
  }
  .head-wrap {
    height: 160px;
  }
  .banner-title {
    line-height: 20px;
  }
  
  .title-large {
    font-size: 32px;
    line-height: 32px;
  }
  .port-wrapper {
    width: 100%;
  }
  .gallery-heading {
    margin-top: 45px;
    font-size: 28px;
    line-height: 28px;
  }
  .gallery-heading.dark {
    margin-top: 45px;
  }
  .gallery-heading.credential-heading {
    margin-top: 25px;
  }
  .form-intro {
    margin: 40px 0;
    text-align: center;
  }
  .form-wrapper {
    text-align: center;
  }
  .smaller {
    font-size: 14px;
    line-height: 18px;
  }
  .textarea {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .select {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .slides {
    height: 300px;
  }
  .slide1 {
    background-position: 68% -90%;
  }
  .header-areas {
    font-size: 11px;
  }
  .light {
    text-shadow: none;
  }
  .inner-content {
    margin-right: 20px;
    margin-left: 20px;
  }
  .service-slider {
    height: auto;
  }
  .service-slider-arrow {
    display: none;
  }
  .service-slide {
    margin-right: 0px;
    padding-bottom: 15px;
  }
  .service-mask {
    width: 90%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .service-slider-dots {
    color: #e74c3c;
  }
  .service-slider-contents {
    text-shadow: none;
  }
  .btn-intro {
    text-align: center;
  }
 .banner-title .book-button,
  .book-button {
   font-size: 16px;
  }
   
 
  .inner-heading {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
    text-shadow: black 1px 1px 6px;
  }
  .blog-home-text {
    margin-bottom: 20px;
    text-shadow: none;
  }
  .affiliate-logo {
    max-height: 80px;
    max-width: 100px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .home-logo-wrap {
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }
  .team-head {
    text-align: center;
  }
  .team-intro {
    margin: 0 10%;
  }
  .team-bio-pic {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .banner-special {
    background-position: 50% 50%;
  }
  

  .overview-bloc {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}

