/* @override 
	https://www.blindlady.net/css/blindlady_stylesheet.css?v27-12:35:21
	https://www.blindlady.net/css/blindlady_stylesheet.css?v28-04:21:22
	https://www.blindlady.net/css/blindlady_stylesheet.css?v28-04:24:12
	https://www.blindlady.net/css/blindlady_stylesheet.css?v28-04:28:00
	https://www.blindlady.net/css/blindlady_stylesheet.css?v05-06:09:20
	https://www.blindlady.net/css/blindlady_stylesheet.css?v05-07:45:27
	https://www.blindlady.net/jquery/bxslider/jquery.bxslider.css?v05-07:45:27
	https://www.blindlady.net/css/blindlady_stylesheet.css?v17-12:18:11
	https://www.blindlady.net/css/blindlady_stylesheet.css?v17-12:22:37
	https://www.blindlady.net/css/blindlady_stylesheet.css?v17-12:33:09
	https://www.blindlady.net/css/blindlady_stylesheet.css?v17-04:14:37
	https://www.blindlady.net/css/blindlady_stylesheet.css?v17-04:17:51
	https://www.blindlady.net/css/blindlady_stylesheet.css?v17-04:31:40
	https://www.blindlady.net/css/blindlady_stylesheet.css?v17-04:34:37
	https://www.blindlady.net/css/blindlady_stylesheet.css?* */





/* start CSS RESET
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end CSS RESET */

* { margin: 0; padding: 0; outline: 0; }

.clear-fix	{
	clear: both;
}

html, body { 
	height: 100%;
}

body {
    font-size: 1em;
    font-family: arial, sans-serif;
    font-family: "museo-sans",sans-serif;
    color: #343434;
    background: #ffffff;
}

/* START FOUT */

  .wf-loading h1 {
	font-family: arial, sans-serif;
    visibility: hidden;
  }
  .wf-active h1 {
    visibility: visible;
  }

  .wf-loading h2 {
	font-family: arial, sans-serif;
    visibility: hidden;
  }
  .wf-active h2 {
    visibility: visible;
  }

  .wf-loading p {
	font-family: arial, sans-serif;
    visibility: hidden;
  }
  .wf-active p {
    visibility: visible;
  }

  .wf-loading li a {
	font-family: arial, sans-serif;
    visibility: hidden;
  }
  .wf-active li a {
    visibility: visible;
  }
  
/* end FOUT */



/* GLOBAL */

a { 
	color: #30a028; 
	text-decoration: none; 
	cursor: pointer;
}

a:hover { 
	color: #30a028;
	cursor: pointer;
	text-decoration: none; 
}

a img { 
	border: 0; 
}

input, textarea, select { 
	font-size: 1em; 
	font-family: arial, sans-serif;
}

.btn {
  	background: #527b1d;
  	background-image: -webkit-linear-gradient(top, #62c25b, #30a028);
  	background-image: -moz-linear-gradient(top, #62c25b, #30a028);
  	background-image: -ms-linear-gradient(top, #62c25b, #30a028);
  	background-image: -o-linear-gradient(top, #62c25b, #30a028);  	
  	background-image: linear-gradient(to bottom, #62c25b, #30a028);
  	-webkit-border-radius: 15;
  	-moz-border-radius: 15;
  	border-radius: 15px;
  	font-family: Arial;
  	color: #ffffff;
  	font-size: 1.15em;
  	font-weight: bold;
  	text-align: center;
  	padding: 8px 20px 8px 20px;
  	text-decoration: none;
  	width: 100px;
  	margin: 20px auto 0 auto;

}

.btn:hover {
  	background: #527b1d;
  	background-image: -webkit-linear-gradient(top, #6eda66, #3ac130);
  	background-image: -moz-linear-gradient(top, #6eda66, #3ac130);
  	background-image: -ms-linear-gradient(top, #6eda66, #3ac130);
  	background-image: -o-linear-gradient(top, #6eda66, #3ac130);  	
  	background-image: linear-gradient(to bottom, #6eda66, #3ac130);
  	text-decoration: none;
}

.nav-btn {
  	background: #527b1d;
  	background-image: -webkit-linear-gradient(top, #62c25b, #30a028);
  	background-image: -moz-linear-gradient(top, #62c25b, #30a028);
  	background-image: -ms-linear-gradient(top, #62c25b, #30a028);
  	background-image: -o-linear-gradient(top, #62c25b, #30a028);  	
  	background-image: linear-gradient(to bottom, #62c25b, #30a028);
  	-webkit-border-radius: 15;
  	-moz-border-radius: 15;
  	border-radius: 15px;
  	font-family: Arial;
  	color: #ffffff;
  	font-size: 1em;
  	font-weight: bold;
  	text-align: center;
  	text-decoration: none;
  	width: 150px;
  	margin:  20px 0 0 -20px;
  	padding: 0px;

}

.nav-btn:hover {
  	background: #527b1d;
  	background-image: -webkit-linear-gradient(top, #6eda66, #3ac130);
  	background-image: -moz-linear-gradient(top, #6eda66, #3ac130);
  	background-image: -ms-linear-gradient(top, #6eda66, #3ac130);
  	background-image: -o-linear-gradient(top, #6eda66, #3ac130);  	
  	background-image: linear-gradient(to bottom, #6eda66, #3ac130);
  	text-decoration: none;
}

.page-wrapper	{
	width: 80%;
	margin: 0 auto;
}
.formcheck {
	margin-top: 40px;
	padding-top: 140px;
	display: block;
}

.formcheck h2{
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 10px;
}

.formcheck p {
	font-size: 14px;
	line-height: 1.3em;
}
.formcheck .label {
	color: #888;
}

}
.formcheck ul {
	float: left;
}
.formcheck ul li {
   padding: 6px 0;
}

.full-width-block	{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding-bottom-120	{
	padding-bottom: 120px;
}

.max-width-applied	{
	width: 80%;
	max-width: 1024px;
	margin: 0 auto;
}

strong	{
	font-weight: bold;
}

em	{
	font-style: italic;
}

/* end GLOBAL */



/* TOP BAR */

.top-bar	{
	color: #ffffff;
	background-color: #507511;
	line-height: 40px;
	font-size: 1.15em;
	font-weight: bold;
}

.service-area-block	{
	float: left;
}

.service-area	{
	float: left;
	padding-top: 10px;
	padding-right: 45px;
	line-height: 20px;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}

.contact-block	{
	float: right;
}

.header-phone	{
	float: left;
}

.phone-icon	{
	width: 10px;
	padding-top: 8px;
	padding-right: 3px;
	float: left;
}

.phone-number	{
	float: left;
	padding-right: 23px;
	padding-top: 1px;
}

	/* SOCIAL MEDIA in HEADER */

	.social-media	{
		float: right;
	}
	
	.header-social-media	{
		float: left;
		padding-top: 3px;
		padding-right: 5px;
		position: relative;	
	}

	.social-media-block	{
    	position: relative;
    	width: 35px;
    	height: 35px;
	}

	a.facebook-icon	{
		position: absolute;	
		background: url(/images/social-icons.png);
    	background-size: 110px;
    	background-repeat: no-repeat;
    	background-position: 0px 0px;
		top: -3px;
		left: 0;
		width: 35px;
		height: 35px;
	}

	a.facebook-icon:hover	{
		position: absolute;	
		background: url(/images/social-icons-active.png);
    	background-size: 110px;
    	background-repeat: no-repeat;
    	background-position: 0px 0px;
		top: -3px;
		left: 0;
		width: 35px;
		height: 35px;
	}

	a.youtube-icon	{
		position: absolute;	
		background: url(/images/social-icons.png);
    	background-size: 110px;
    	background-repeat: no-repeat;
    	background-position: -68px -68px;
		top: -3px;
		left: 0;
		width: 35px;
		height: 35px;
	}

	a.youtube-icon:hover	{
		position: absolute;	
		background: url(/images/social-icons-active.png);
    	background-size: 110px;
    	background-repeat: no-repeat;
    	background-position: -68px -68px;
		top: -3px;
		left: 0;
		width: 35px;
		height: 35px;
	}

	a.email-icon	{
		position: absolute;	
		background: url(/images/social-icons.png);
    	background-size: 110px;
    	background-repeat: no-repeat;
    	background-position: 0px -68px;
		top: -3px;
		left: 0;
		width: 35px;
		height: 35px;
	}

	a.email-icon:hover	{
		position: absolute;	
		background: url(/images/social-icons-active.png);
    	background-size: 110px;
    	background-repeat: no-repeat;
    	background-position: 0px -68px;
		top: -3px;
		left: 0;
		width: 35px;
		height: 35px;
	}

	.social-media-spacer	{
		width: 25px;
		height: 30px;
	}

	/* end SOCIAL MEDIA in HEADER */

/* end TOP BAR */



/* MAIN NAVIGATION */

#navigation-section	{
	position: absolute;
	background-image: url('/images/banner-bkg.png');
	width: 100%;
	height: 110px;
	top: 0px;
	z-index: 200;
}

.main-logo-block	{
	position: absolute;
	top: 0px;
	z-index: 200;
}

#main-logo	{
	margin-top: 17px;
	float: left;
	z-index: 100;
}

#main-logo img	{
	width: 70%;
	z-index: 100;
}

.logo-text	{
	float: left;
	margin-top: 20px;
	margin-left: -40px;
	z-index: 100;
}

.logo-title	{
	font-size: 2.55em;
	color: #324e0c;
	font-family: "komu-a",sans-serif;
	font-family: "essonnes-text";
	font-variant: small-caps;
	font-weight: 600;
	z-index: 100;
}

.logo-caption	{
	font-size: 1.3em;
	font-style: italic;
	color: #535353;
	margin-top: 0px;
	padding-left: 3px;
	z-index: 100;
}

nav ul li {
  	display: inline-block;
}

nav {
  	text-align:right;
  	width: 100%;
  	padding: 0;
  	margin: 0;
  	height2: 50px;
  	position:absolute;
  	right: 0;
	display2: none;
}

nav ul {
  	list-style:none;
  	padding:0;
  	margin: 0;
  	height: 50px;
  	margin: 0 auto;
  	text-align: right;

}

nav ul li a {
  	color:#333333;
  	display:block;
  	padding:0px 20px;
  	text-decoration:none;
  	float: left;
  	height2: 50px;
   	line-height: 55px;
	font-size: 1.20em;
}

nav ul li:hover {
  	background-image: url('/images/subnav_arrow.png');
	background-repeat: no-repeat;
	background-position: center 10px;
	background-color: #e0eadb;
}



/* --/ FIRST NAVIGATION DROPDOWN /--------------------------- */

nav ul li:hover > a{
    text-decoration: none;
    color: #000000;
}

/* -----------------------/ end FIRST NAVIGATION DROPDOWN /-- */


/* --/ SECOND NAVIGATION DROPDOWN /-------------------------- */

nav ul li:hover > ul {
  	display:block;
  	margin-top: 50px;
  	font-size: .78em;
}

nav ul ul {
	background-color: #ffffff;
 	padding:0;
  	text-align: right;
  	display:none;
   	width: 100%;
   	padding-right: 10%;
  	position: absolute;
  	top: 0px;
  	right: 0px;
	height: 60px;
	z-index: 1;
	box-sizing: border-box;
}

nav ul li ul li a	{
	padding: 0 20px;
   	line-height: 60px;
   	font-size: 1.15em;
}

nav ul li ul li a:hover	{
	background-image: none;
	background-color: #ffffff;
	color: #a8921a;
	color: #507511;
	text-decoration: underline;
}

nav ul li:hover ul li:hover	{
	color: red;
	background-color: #e0eadb;
}

nav ul li:hover ul li:hover {
  	background-image: none;
	background-repeat: no-repeat;
	background-position: center 10px;
	background-color: #ffffff;
}

/* ----------------------/ end SECOND NAVIGATION DROPDOWN /-- */



/* --/ THIRD NAVIGATION DROPDOWN /--------------------------- */

nav ul li:hover > ul > ul {
  	display:block;
  	margin-top: 50px;
  	font-size: 12em;
}

nav ul ul ul {
	background-color: #ffffff;
 	padding:0;
  	text-align: left;
  	display:none;
   	width: 100%;
   	padding-right: 0%;
   	padding: 0;
  	position: absolute;
  	top: 0;
  	right: 0;
	height: 360px;
	z-index: 1;
	box-sizing: border-box;
}

nav ul ul ul li	{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

nav ul li ul li ul li a	{
	padding: 0 20px;
   	line-height: 60px;
}

nav ul li ul li ul li a:hover	{
	background-image: none;
	background-color: #f1f1f1;
	color: #a8921a;
	text-decoration: underline;
}



nav ul li:hover > ul > ul > ul{
  	display:block;
  	margin-top: 0px;
  	font-size: 2em;
}

nav ul li ul li ul {
	background-color: #f1f1f1;
}

nav ul li ul li ul li a	{
	padding: 0 20px;
   	line-height: 2.8em;
   	font-size: 1.5em;
   	color: #507511;
}

/* end MAIN NAVIGATION */

.nav-column-section	{
	width: 100%;
	background-color: #f1f1f1;
	z-index: 9000;
}

.nav-right-column		{
	width: 45%;
	float: right;
	padding: 40px 0 20px 10%;
	box-sizing: border-box;
}

	.nav-right-column h1	{
		color: #000000;
		font-size: 2em;
		font-weight: bold;
		padding-left: 20px;
		padding-bottom: 10px;
		text-decoration: underline;
	}

	.nav-right-column a	{
		width: 100%;
	}

.nav-left-column		{
	width: 55%;
	float: right;
	box-sizing: border-box;
	padding: 40px 0 20px 10%;
}

	.nav-left-column a:hover		{
		text-decoration: none;
	}
	
	.nav-left-column-block	{
		padding-bottom: 30px;
	}

		a.nav-special-title		{
			width: 100%;
			padding-left: 0;
			padding-bottom: 10px;
			font-size: 1.85em;
			color: #000000;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
		}
		
		.nav-left-column-block-image	{
			width: 40%;
			float: left;
			box-sizing: border-box;
		}
		
			.nav-left-column-block-image img		{
				width: 100%;
				height: auto;
			}
		
		.nav-left-column-block-content	{
			width: 60%;
			float: left;
			padding-left: 30px;
			box-sizing: border-box;
		}
		
			.nav-left-column-block-content h2		{
				font-size: 1.5em;
				font-weight: bold;
				color: #000000;
				padding-bottom: 7px;
			}
		
			.nav-left-column-block-content p		{
				font-size: 1.5em;
				line-height: 1.5em;
				color: #000000;
			}





/* MAIN SLIDER SECTION */

.slider	{
	width: 100%;
	min-height: 110px;
	overflow: hidden;
	position: relative;
	z-index:  1;
}

.slider-image	{
	width: 100%;
}



.slider-image-child	{
	width: 100%;
	height: auto;
}

.slider-caption	{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 50px;
	bottom: 25%;
	font-size: 3.25em;
	color: #ffffff;
	text-shadow: 2px 3px 5px #000000;
}

.slider-caption h1	{
	text-transform2: uppercase;
}

/* end MAIN SLIDER SECTION */



/* INTRODUCTION SECTION */

.index-intro-block	{
	width: 65%;
	float: left;
	padding-top: 40px;
	padding-right: 5%;
	padding-bottom: 40px;
}

.index-intro-block h2	{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 20px;
}

.index-intro-block ul	{
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 20px;
}

.index-intro-block ul li	{
	font-size: 1em;
	list-style: square;
	margin-left: 20px;
	margin-bottom: 15px;
	line-height: 1.15em;
}

.index-intro-block p	{
	font-size: 1.15em;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.ctl-content p	{
	font-size: 1.15em;
	line-height: 1.5em;
	margin-bottom: 0;
}

.index-intro-matrix	{
	padding-bottom: 40px;
}

.index-contact-block	{
	width: 30%;
	float: left;
	text-align: right;
	padding-top: 40px;
	padding-bottom: 20px;
	position: relative;
}

.index-contact-block h2	{
	font-size: 2.25em;
	color: #324e0c;
	font-family: "essonnes-text";
	font-variant: small-caps;
	font-weight: 600;
}

.index-contact-address	{
	font-size: 1.25em;
	margin-top: 8px;
}

.index-contact-city	{
	font-size: 1.25em;
	margin-top: 2px;
}

.index-contact-phone	{
	font-size: 1.15em;
	margin-top: 10px;
}

.index-contact-email	{
	font-size: 1.15em;
	margin-top: 5px;
	margin-bottom: 30px;
}

.index-contact-open	{
	font-size: 1.15em;
	margin-top: 10px;
	margin-bottom: 40px;
}

.index-contact-day	{
	margin-bottom: 3px;
}

.section-one-spacer	{
	height: 0px;
}

.index-intro-block.blog-block h1	{
	
}

.index-intro-block.blog-block h2{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 20px;
}

.index-intro-block.blog-block h3	{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

.index-intro-block.blog-block h4	{
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

/* end INTRODUCTION SECTION */



/* PRODUCT SLIDER SECTION */

.index-product-block	{
	background-color2: #f2f0ed;
	width: 100%;
	border-top2: 1px solid #aab4a5;
	border-bottom-color2: 1px solid #aab4a5;
	padding: 40px 0 60px 0;
}

.index-product-block h2	{
	font-size: 2.5em;
	text-align: center;
	padding-bottom: 20px;
}

.product-slider	{
	background-color: #ffffff;
	height: auto;
	border: 1px solid #e2e2e2;
}

	.product-slider img	{
	}

.product-slider-content	{
	padding: 20px 20px 10px 20px;
	background-color2: #f3f3f2;
	border2: 1px solid #e2e2e2;
}

.product-slider-title	{
	font-size: 1.35em;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

.product-slider-body	{
	font-size: .95em;
	line-height: 1.5em;
	text-align: center;
	padding-bottom: 10px;
	color: #797979;
	height: 110px;
}

.product-slider-button .btn	{
	text-align: center;
	width: 80%;
	font-size: 1em;
	padding: 15px 20px;
}

.product-slider-button2 .btn	{
	  	background: #000000;
	  	background-image: -webkit-linear-gradient(top, #000000, #000000);
	  	background-image: -moz-linear-gradient(top, #000000, #000000);
	  	background-image: -ms-linear-gradient(top, #000000, #000000);
	  	background-image: -o-linear-gradient(top, #000000, #000000);  	
	  	background-image: linear-gradient(to bottom, #644c34, #433222);
}

.spacer	{
	height: 20px;
}

/* end PRODUCT SLIDER SECTION */



/* PHOTO GALLERY SLIDER SECTION */

.photo-gallery-block	{
	background-color: #e0eadb;
	width: 100%;
	border-top: 1px solid #aab4a5;
	border-bottom-color: 1px solid #aab4a5;
	padding: 40px 0 60px 0;
	position: relative;
}

.photo-gallery-block h2	{
	font-size: 2.5em;
	text-align: center;
	padding-bottom: 20px;
}

.photo-gallery-slider	{
	background-color: #ffffff;
	max-width: 600px;
	margin: 0 auto;
}

.photo-gallery-slider-image	{
	width: 100%;
	max-width: 600px;
}

.photo-gallery-content	{
	padding: 8px 10px 10px 10px;
	position: absolute;
	background-color2: #ffffff;
	background-image: url('/images/banner-bkg.png');
	width: 100%;
	max-width: 580px;
	bottom: 80px;
}

.photo-gallery-slider-title	{
	font-size: 2.35em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

.photo-gallery-slider-body	{
	font-size: 1em;
	line-height: 1.15em;
	text-align: center;
	padding-bottom: 10px;
}

.photo-gallery-slider-button	{
	text-align2: center;
}

.spacer	{
	height: 20px;
}

/* end PHOTO GALLERY SLIDER SECTION */


.awards-block	{
	padding: 60px 0 0 0;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.award-entry-cc	{
	width: 13%;
	max-width: 170px;
	padding: 0 50px 20px 50px;
	vertical-align: middle;
}

.award-entry-bbb	{
	width: 14%;
	max-width: 175px;
	padding: 0 50px 20px 50px;
	vertical-align: middle;
}

.award-entry-em	{
	width: 33%;
	max-width: 400px;
	padding: 0 50px 20px 50px;
	vertical-align: middle;
}


/* TESTIMONIAL SECTION */

.testimonial-entry	{
	padding-top: 50px;
	padding-bottom2: 30px;
}

.full-width-block h2	{
	font-size: 1.65em;
	font-weight: bold;
	margin-bottom2: 40px;
}

.testimonial-entry p	{
	text-align: center;
	font-size: 1.15em;
	line-height: 1.45em;
}

.testimonial-entry h3	{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}



/* end TESTIMONIAL SECTION */





/* --FOUR BOXES SECTION---------------------------------------- */

#photo-gallery-section-block	{
	background-color: #ffffff;
	width: 100%;
	padding: 0 0 80px 0;
	margin-top: 0px;
	position: relative;
}

#photo-gallery-section-block.product-detail-adjustment	{
	padding-bottom: 0px;
}

.four-boxes-container	{
	margin: 30px auto 20px auto;
	padding-bottom: 1px;
}

.four-boxes	{
	width: 22.94854%;
	padding-left: 0.83%;
	padding-right: 0.83%;
	float: left;
	text-align: center;
}

a.four-boxes-thumb	{
	background-image:  url('/images/image-shadow.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	display: table;
}

.four-boxes-image	{
	width: 100%;
	border: 1px solid #e4e5e4;
	background-image:  url('/images/emphasis-facebook.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	
}

.four-boxes h2	{
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.four-boxes p	{
	font-size: 14px;
	height: 100px;
	line-height: 18px;
}

.events-slider-block	{
	padding: 30px 0 0 0;
	height: 400px;
}

.events-slider-block h2	{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 2.5em;
}

ul.events-slider-list	{
	margin-top: 20px;
}

	ul.events-slider-list li, ul.bulletins-list li	{
		text-align: center;
		height: 380px;
	}
	
	.event-slide	{
		text-align: center;
		position: relative;
	}
	
	.event-slide a	{
		color: #000000;
}

	.event-slide a:hover	{
		color: #616161;
}

	.event-slide h2	{
		font-size: 22px;
		font-weight:  bold;
	}
	
	.event-slide-body	{
		line-height: 20px;
		font-size: 1em;
	}
	
	.box-image	{
		width: 100%;
		height: auto;
	}

	.gallery-cover-image	{
		position: absolute;
		width: 350px;
		height: 200px;
		top: 0px;
	}
	
	.inspiration-gallery-content	{
		position: absolute;
		top: 200px;
		width: 350px;
}

/* ------------------------------------end FOUR BOXES SECTION-- */



/* APPOINTENT SECTION */

.appointment-block	{
	width: 100%;
}

.appointment-background	{
	position: relative;
	width: 100%;
}

.form-image	{
	width: 100%;
	height: 500px;
}

.appointment-form	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 1em;
}

.appointment-form h2	{
	font-size: 3em;
	color: #ffffff;
	z-index: 200;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}

.form-columns	{
	text-align: center;
	width: 100%;
	padding-bottom: 40px;
}

.contact-form-columns2	{
	text-align: left;
	width: 100%;
	padding-bottom: 40px;	
}

.left-form-column	{
	display: inline-block;
	width: 30%;
	padding: 0;
}

.middle-form-column	{
	display: inline-block;
	width: 10%;
	padding: 0;
}

.right-form-column	{
	display: inline-block;
	width: 30%;
	padding: 0;
}

.form-field	{
	font-size: 1.35em;
	margin-bottom: 30px;
	padding: 5px 10px;
	color: #7b7b7b;
	width: 90%;
}

input.appointment-submit-button[type=submit]hidden {
	border:0 none;
    cursor:pointer;
  	background-image: -webkit-linear-gradient(top, #62c25b, #30a028);
  	background-image: -moz-linear-gradient(top, #62c25b, #30a028);
  	background-image: -ms-linear-gradient(top, #62c25b, #30a028);
  	background-image: -o-linear-gradient(top, #62c25b, #30a028);
  	background-image: linear-gradient(to bottom, #62c25b, #30a028);
  	-webkit-border-radius: 15;
  	-moz-border-radius: 15;
  	border-radius: 15px;
  	font-family: Arial;
  	color: #ffffff;
  	font-size: 1.5em;
  	font-weight: bold;
  	text-align: center;
  	padding: 10px 20px 10px 20px;
  	text-decoration: none;
  	width: 200px;
  	margin: -10px auto 0 auto;
}

/* end APPOINTMENT SECTION */



/* CONTACT SECTION */

.contact-form-column	{
	text-align: left;
	width: 100%;
	margin-top: 40px;
}

.contact-form-columns	{
	text-align: left;
	width: 100%;
	padding-bottom: 60px;
}

.contact-form-field	{
	font-size: 1.15em;
	margin-bottom: 30px;
	padding: 5px 10px;
	color: #7b7b7b;
	width: 60%;
	min-width: 400px;
}

.contact-form-textarea	{
	font-size: 1.15em;
	margin-bottom: 30px;
	padding: 5px 10px;
	color: #7b7b7b;
	width: 90%;
	min-width: 400px;
	height: 200px;
	border: 1px solid #c1c1c1;
	
}

input.appointment-submit-button[type=submit] {
	border:0 none;
    cursor:pointer;
  	background: #527b1d;
  	background-image: -webkit-linear-gradient(top, #62c25b, #30a028);
  	background-image: -moz-linear-gradient(top, #62c25b, #30a028);
  	background-image: -ms-linear-gradient(top, #62c25b, #30a028);
  	background-image: -o-linear-gradient(top, #62c25b, #30a028);  	
  	background-image: linear-gradient(to bottom, #62c25b, #30a028);
  	-webkit-border-radius: 15;
  	-moz-border-radius: 15;
  	border-radius: 15px;
  	font-family: Arial;
  	color: #ffffff;
  	font-size: 1.5em;
  	font-weight: bold;
  	text-align: center;
  	padding: 10px 20px 10px 20px;
  	text-decoration: none;
  	width: 200px;
  	margin: -10px auto 0 auto;
}

input.appointment-submit-button[type=submit]:hover {
	border:0 none;
    cursor:pointer;
  	background: #527b1d;
  	background-image: -webkit-linear-gradient(top, #6eda66, #3ac130);
  	background-image: -moz-linear-gradient(top, #6eda66, #3ac130);
  	background-image: -ms-linear-gradient(top, #6eda66, #3ac130);
  	background-image: -o-linear-gradient(top, #6eda66, #3ac130);  	
  	background-image: linear-gradient(to bottom, #6eda66, #3ac130);
  	text-decoration: none;
}



input.consultation-submit-button[type=submit] {
	border:0 none;
    cursor:pointer;
  	background: #527b1d;
  	background-image: -webkit-linear-gradient(top, #62c25b, #30a028);
  	background-image: -moz-linear-gradient(top, #62c25b, #30a028);
  	background-image: -ms-linear-gradient(top, #62c25b, #30a028);
  	background-image: -o-linear-gradient(top, #62c25b, #30a028);  	
  	background-image: linear-gradient(to bottom, #62c25b, #30a028);
  	-webkit-border-radius: 15;
  	-moz-border-radius: 15;
  	border-radius: 15px;
  	font-family: Arial;
  	color: #ffffff;
  	font-size: 1.15em;
  	font-weight: bold;
  	text-align: center;
  	padding: 10px 10px 10px 10px;
  	text-decoration: none;
  	width: 160px;
  	margin: -10px auto 0 auto;
}

input.consultation-submit-button[type=submit]:hover {
	border:0 none;
    cursor:pointer;
  	background: #527b1d;
  	background-image: -webkit-linear-gradient(top, #6eda66, #3ac130);
  	background-image: -moz-linear-gradient(top, #6eda66, #3ac130);
  	background-image: -ms-linear-gradient(top, #6eda66, #3ac130);
  	background-image: -o-linear-gradient(top, #6eda66, #3ac130);  	
  	background-image: linear-gradient(to bottom, #6eda66, #3ac130);
  	text-decoration: none;
}

.google-map-wrapper	{
	margin-top: 60px;
	margin-bottom: 120px;
}

.google-map-wrapper h2	{
	font-size: 1.65em;
	padding-bottom: 20px;
	font-weight: bold;
}

.google-map	{
	width: 100%;
}

/* end CONTACT SECTION */



/* BRANDS & FINANCING SECTION */

.index-brands-block	{
	background-color: #e0eadb;
	background-color: #ffffff;
	width: 100%;
	padding: 40px 0 60px 0;
}

.index-brands-block-left	{
	float: left;
	width: 40%;
}

.index-brands-block-left h2	{
	font-size: 1.35em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 20px
}

.index-brands-block ul	{
	
}

.index-brands-block ul li	{
	font-size: 1.25em;
	line-height: 2em;
	background: url(/images/greenarrow2.png) no-repeat 0px 9px;
    background-size: 20px 20px;
  	padding: 0px 0px 0px 30px;
  	/* reset styles (optional): */
  	list-style: none;
  	margin: 0;
  	border-top: 1px solid #cccccc;
  	max-width: 300px;
  	min-width: 200px;
}

.index-brands-block-left ul li a	{
	color: #000000;
}

.index-brands-block-left ul li a:hover	{
	color: #30a028;
	text-decoration: none;
}

.index-brands-block-left hr	{
	width: 60%;
	min-width: 250px;
	border-top2: 1px solid #ccc;
	border-top: 1px solid #ffffff;
}

.index-brands-block-right	{
	float: left;
	width: 50%;
	padding-left: 10%;
}

.greensky-logo	{
	float: left;
	padding-left: 20%;
	padding-top: 30px;
}

.greensky-content	{
	float: left;
}

.greensky-content h2	{
	font-size: 2em;
	padding-bottom: 10px;
}

.greensky-content p	{
	font-size: 1.15em;
	line-height: 1.65em;
}

/* end BRANDS & FINANCING SECTION */



/* MARINER FINANCING SECTION */

.mariner-financing-block		{
	background-color: #e0eadb;
	background-color: #ffffff;
	width: 100%;
	padding: 60px 0 80px 0;
}

.mariner-financing-left	{
	float: left;
	width: 25%;
}

img.QR-Code	{
	width: 100%;
	max-width: 300px;
	float: right;
}

.mariner-financing-right	{
	float: left;
	width: 70%;
	padding-left: 5%;
}

.mariner-financing-right-content h2	{
	font-size:2em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 20px
}

.mariner-financing-right-content p	{
	font-size: 1.15em;
	line-height: 1.5em;
	padding-bottom: 10px;
}

.mariner-financing-right-content ul	{
	padding-top: 20px;
}

.mariner-financing-right-content ul li	{
	font-size: 1.15em;
	line-height: 1.25em;
	background: url(/images/greenarrow2.png) no-repeat 0px 16px;
    background-size: 20px 20px;
  	padding: 15px 0px 15px 40px;
  	/* reset styles (optional): */
  	list-style: none;
  	margin: 0;
  	border-top: 1px solid #cccccc;
}

.mariner-financing-block-mobile	{
	display: none;
}

/* end MARINER FINANCING SECTION */



/* CHILD SAFETY SECTION */

.child-safety-logo	{
	float: left;
	padding-left: 0;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 20px;
	width: 50%;
}

.child-safety-content	{
	float: left;
}

.child-safety-content h2	{
	font-size: 2em;
	padding-bottom: 10px;
}

.child-safety-content p	{
	font-size: 1.15em;
	line-height: 1.65em;
	float: left;
	width: 40%;
	padding-top: 25px;
	padding-bottom: 20px;
}

/* end CHILD SAFETY SECTION */



/* SAFETY FIRST */

.safety-block-left	{
	float: left;
	width: 70%;
	padding-right: 5%;
}

.safety-block-left h2	{
	font-size: 2.5em;
	padding-bottom: 20px;
}

.safety-block-left p	{
	font-size: 1.15em;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.safety-block-right	{
	float: right;
	width: 25%;
}

.safety-tag-image	{
	width: 100%;
	max-width: 250px;
	height: auto;
}

/* endSAFETY FIRST */



/* OVERVIEW SECTION */

.overview-block	{
	margin-top: 0px;
	line-height: 24px;
}

.overview-entry	{
	width: 100%;
	padding-right: 0px;
}

.overview-photo	{
	border: 2px solid #e6e6e6;
	width: 100%;
	margin-right: 0px;
}

.overview-block p	{
	margin-bottom: 10px;
}

.overview-block h2	{
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.overview-block h3	{
	font-size: 24px;
	font-weight: bold;
	color: #4b858e;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.overview-block h4	{
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 3px;
	line-height: 28px;
	color2: #4b858e;
	color2: #000000;
}

.overview-block blockquote	{
	margin-bottom: 20px;
	font-size: 19px;
	font-style: italic;
}

.overview-block ul li	{
	list-style-type: square;
	margin-left: 20px;
	padding-bottom: 10px;
}

.overview-block hr	{
	margin-top: 20px;
}



.overview-content	{
	width: 100%;
	margin-bottom: 40px;
}

.overview-entry	{
	width: 100%;
	margin: 40px auto 20px auto;
}

.overview-image.center	{
	width2: 33%;
	float: left;
	margin-right: 3.25%;
	margin-left: 3.25%;
}

.overview-image	{
	width: 31%;
	float: left;
}

.overview-link	{
	width: 100%;
	height2: 220px;
	height2: auto;
	background-size: 100%;
	display: block;
	float: left;
	color: #ffffff;
	font-size: 1.9em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 57.14%;
}

.overview-link:hover {
	background-size: 100%;
	color: #ffffff;
	color: #000000;
}	

.overview-title	{
	margin-top: 20%;
	padding: 15px 0;
	position: absolute;
	text-align: center;
	width: 100%;
	display: none;
}

.overview-title:hover	{
	margin-top: 20%;
	background-color: #3c98d6;
	background-color: #507511;
	background-color: #e0eadb;
}

.overview-link:hover .overview-title	{
	margin-top: 20%;
	background-color: #3c98d6;
	background-color: #507511;
	background-color: #e0eadb;
}



/* DRAPERIES OVERVIEW */

.draperies	{
	background: url('/images/overview/customDraperiesInactive2.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
}	

.draperies:hover	{
	background: url('/images/overview/customDraperiesActive3.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
}	

/* end */

/* end DRAPERIES OVERVIEW */


/* BLINDS OVERVIEW */

.blinds	{
	background: url('/images/overview/blindsInactive.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
}	

.blinds:hover	{
	background: url('/images/overview/blindsActive.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
}	

/* end */

/* end BLINDS OVERVIEW */


/* SHADES OVERVIEW */

.shades	{
	background: url('/images/overview/shadesInactive.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
}	

.shades:hover	{
	background: url('/images/overview/shadesActive.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
}	

/* end */

/* end SHADES OVERVIEW */


/* SHUTTERS OVERVIEW */

.shutters	{
	background: url('/images/overview/shuttersInactive.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
}	

.shutters:hover	{
	background: url('/images/overview/shuttersActive.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
}	

/* end */

/* end SHUTTERS OVERVIEW */


/* WINDOW FILM OVERVIEW */

.window-film	{
	background: url('/images/overview/windowFilmInactive.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
}	

.window-film:hover	{
	background: url('/images/overview/windowFilmActive.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
}	

/* end */

/* end WINDOW FILM OVERVIEW */


/* DECORATIVE HARDWARE OVERVIEW */

.decorative-hardware	{
	background: url('/images/overview/decorativeHardwareInactive.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
}	

.decorative-hardware:hover	{
	background: url('/images/overview/decorativeHardwareActive.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
}	

/* end */

/* end DECORATIVE HARDWARE OVERVIEW */


.product-category-section	{
	padding-top: 20px;
}

.product-category-block	{
	padding-bottom: 60px;
}

.product-category-image	{
	width: 30%;
	float: left;
}

.product-category-image img	{
	width: 90%;
}

.product-category-content	{
	width: 40%;
	float: left;
}

	.product-category-content h2	{
		font-size: 1.75em;
		padding-bottom: 15px;
		font-weight: bold;
	}
	
	.product-category-content p	{
		font-size: 1.15em;
		line-height: 1.5em;
	}
	
	.product-category-content .btn	{
		float: left;
		margin: 30px 0 0 0;
		width: auto;
		display: inline-block;
	}
	
.product-category-link	{
	color: #ffffff;
}

.product-category-link:hover	{
	color: #ffffff;
}


.product-overview-section-flexbox	{
	display: flex;
	flex-wrap: wrap;
}

.product-overview-wrapper	{
	width: 25%;
	min-width: 250px;
	max-width: 345px;
	box-sizing: border-box;
	padding: 0 15px 80px 15px;
}

.product-overview-block	{
	padding: 0 0px 25px 0;
	border: 1px solid #dadada;
}

.product-overview-image img	{
	width: 100%;
}

.product-overview-content	{
	text-align: center;
}

	.product-overview-content h2	{
		font-size: 1.25em;
		font-weight: bold;
		padding: 20px 10px 0 10px;
		text-transform: uppercase;
	}
	
	.product-overview-content h3	{
		font-size: 1em;
		font-weight: bold;
		padding-top: 3px;
		color: #827c59;
	}
	
	.product-overview-tag	{
		padding: 1px 0 0 0;
		font-size: .75em;
		color: #827c59;
	}
	
	.product-overview-model	{
		font-size: 1em;
		font-weight: bold;
		padding-top: 20px;
		color: #000000;
	}
	
	.product-overview-content p	{
		font-size: .85em;
		line-height: 1.5em;
		padding: 10px 10px 0 10px;
		height: 120px;
	}

.product-overview-link, .product-overview-link:hover	{
	color: #ffffff;
	display: inline-block;
	margin-top: 10px;
}


.product-detail-section	{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
}

.product-detail-block	{
	width: 100%;
	margin2: 0 auto;
}

.product-detail-image	{
	width: 100%;
	float: none;
	padding-right: 5%;
	padding-bottom: 10px;
}

	.product-detail-image img	{
		width: 100%;
	}

.product-detail-summary	{
	width: 100%;
	float: none;
}

	.product-detail-summary h3	{
		font-size: 1.65em;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		padding-top: 30px;
	}
	
	.product-detail-summary-tag	{
		padding-top: 20px;
		font-size: 1.25em;
		padding-top: 0px;
		font-size: 1.25em;
	}
	
		.product-detail-summary-tag span	{
			font-weight: bold;
			padding-right: 20px;
		}
		
		.product-detail-summary-content	{
			padding-bottom: 15px;
			font-size: .9em;
		}

.product-detail-content	{
}

	.product-detail-content h2	{
		font-size: 2em;
	}
	
	.product-detail-content p	{
		font-size: 1.1em;
		line-height: 1.65em;
		margin-top: 20px;
	}


.product-sidebar-section	{
	text-align: left;
	width: 80%;
	padding-left: 20%;
}

	.product-sidebar-section h2	{
		font-size: 1.75em;
		font-family: "museo-sans",sans-serif;
		color: #000000;
		text-transform: none;
		font-variant: normal;
		padding-top: 40px;
		padding-bottom: 0px;
		margin-bottom: -20px;
		text-align: left;	}
	
	.product-sidebar-section h3	{
		font-size: 1.75em;
		padding-bottom: 20px;
		text-align: left;
	}
	
	.product-sidebar-section.available-options-section h3	{
		font-size: 1.5em;
		padding-bottom: 10px;
		text-align: left;
	}
	
	.product-sidebar-section a	{
		color: #000000;
	}
	
	.product-sidebar-section a:hover	{
		color: #000000;
	}

	.product-sidebar-image	{
		width: 100%;
		padding-bottom: 20px;
	}
	
	.product-sidebar-section p	{
		line-height: 1.5em;
	}
	
	.related-block	{
		border-bottom: 1px solid #aeaeae;
		padding-top: 50px;
		padding-bottom: 40px;
	}
	
	.related-block.available-options-block	{
		border-bottom: none;
		padding-top: 50px;
		padding-bottom: 40px;
	}
	
	.related-block:hover2	{
		border: 1px solid #a3986e;
		border: 1px solid #aeaeae;
	}
	
	.btn.related-btn		{
		float: left;
	}
	
	.btn-related-btn .ctl-button		{
		padding-bottom: 0px;
	}
	
	.related-block hr	{
		margin-bottom: 10px;
	}
	
	.available-options		{
		padding-bottom: 20px;
		width: 100%;
	}
	
	.available-options h4		{
		padding-bottom: 10px;
		font-size: 1.15em;
		font-weight: bold;
	}
	
	.available-options p		{
		padding-bottom: 10px;
		font-size: .85em;
	}
	
.customer-testimony-section	{
	padding-top: 40px;
}

.customer-testimony-section h1	{
	font-size: 1.75em;
	font-weight: nromal;
	text-align: center;
}
	
.product-testimonial-block	{
	margin-top: 20px;
	margin-bottom: 60px;
	font-size: 1.15em;
	color: #898988;
	background-color: #f1f1f1;
	padding: 30px;
}

.product-testimonial-content	{
	line-height: 1.5em;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
	font-weight2:bold;
	color2: #827a5b;
}

.product-testimonial-author	{
	width: 90%;
	margin: 0 auto;
	font-style: italic;
	font-weight:bold;
}

.complete-the-look-block		{
	padding-top: 30px;
	padding-bottom: 60px;
}

	.complete-the-look-block h2	{
		font-size: 1.25em;
		padding-bottom: 5px;
	}
	
	.ctl-image	{
		width: 50%;
		float: left;
		padding-right: 40px;
		box-sizing: border-box;
	}
	
		.ctl-image img	{
			width: 100%;
		}
	
	.ctl-content		{
		width: 50%;
		float: left;
		font-size: .85em;
	}
	
.sale-banner		{
	position: absolute;
	height: 60%;
	width: 20%;
	background-color: #ffcc80;
	z-index: 4000;
	top: 110px;
	left: 10%;
}

/* FOOTER SECTION */

.footer-section	{
	background-image: url('/images/footer-background.png');
	width: 100%;
}

.footer-left	{
	float: left;
	width: 0%;
}

.footer-center	{
	padding-top: 15px;
	float: left;
	width: 100%;
	text-align: center;
}

.footer-center h2	{
	font-size: 2.5em;
	color: #ffffff;
	margin-bottom: -5px;
	font-family: "komu-a",sans-serif;
}

.footer-center h3	{
	font-size: 1em;
	font-style: italic;
	color: #929292;
    font-family: "museo-sans",sans-serif;
    padding-bottom: 0px;
    margin-bottom: -10px;
}

.footer-center p	{
	display: inline-block;
	font-size: .95em;
	color: #b8b8b8;
	padding-bottom: 15px;
}

.seo-footer-block p	{
	line-height: 1.5em;
	font-size: .85em;
	padding-bottom: 30px;
	color: #929292;
}

.footer-right	{
	float: left;
	width: 0%;
}

.sidebar-email	{
	width: 2.5em;
	text-align: right;
	float: right;
	padding-top: 5px;
	padding-bottom: 10px;
}

	.sidebar-email-block	{
    	position: relative;
    	width: 2.5em;
    	height: 1.65em;
	}

	a.sidebar-email-icon	{
		position: absolute;	
		background: url(/images/email-icon-sprite.jpg);
    	background-size: 2.5em;
    	background-repeat: no-repeat;
    	background-position: 0px 0px;
		top: 0px;
		right: 0px;
		width: 2.5em;
		height: 1.65em;
	}

	a.sidebar-email-icon:hover	{
		position: absolute;	
		background: url(/images/email-icon-sprite.jpg);
    	background-size: 2.5em;
    	background-repeat: no-repeat;
    	background-position: 0px -1.66em;
		top: 0px;
		right: 0;
		width: 2.5em;
		height: 1.65em;
	}
	
	
	
	
	.footer-email	{
	display: inline-block;
}

	.footer-email-block	{
    	position: relative;
    	width: 35px;
    	height: 35px;
	}

	a.footer-email-icon	{
		position: absolute;	
		background: url(/images/social-icons.png);
    	background-size: 110px;
    	background-repeat: no-repeat;
    	background-position: 0px -68px;
		top: 8px;
		left: 0;
		width: 35px;
		height: 35px;
	}

	a.footer-email-icon:hover	{
		position: absolute;	
		background: url(/images/social-icons-active-footer.png);
    	background-size: 110px;
    	background-repeat: no-repeat;
    	background-position: 0px -68px;
		top: 8;
		left: 0;
		width: 35px;
		height: 35px;
	}


/* end FOOTER SECTION */



.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


.copyright-block	{
	color: #d6c9b3;
	font-size: .75em;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
}

.copyright-block.small	{
	display: none;
}

.copyright-block span	{
	padding-left: 5px;
	padding-right: 5px;
}

.copyright-block a	{
	color: #d6c9b3;
}

.copyright-block a:hover	{
	color: #ffffff;
}

img.ministry-well-logo	{
	width: 2em;
}

.copyright-block p	{
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
}

.ministry-well-block	{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('/images/ministryWellLogoSprite2.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
}

.ministry-well-block:hover	{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('/images/ministryWellLogoSprite2.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px -30px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
}

.highlight	{
	background-color: #eadbae;
	width: 100%;
	text-align: center;
	font-family: "lush",sans-serif;
	padding: 28px 0;
	font-size: 3em;
}

.available-options-tabs	{
	margin-top: 0px;
	margin-bottom: 40px;
}

.available-options-tabs h2	{
	font-size: 1.25em;
}

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;

}


/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 20px 0 20px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent-active	{
	display: block;
}

.tabcontent h3	{
	font-size: 1.25em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 30px;
	text-transform: uppercase;
}

/* Operating Systems */
.operatingSystem	{
	width: 100%;
}

.operatingSystem-image	{
	width: 30%;
	padding-right: 30px;
	float: left;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.operatingSystem-content	{
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

.operatingSystem-content h4	{
	line-height: 1.5em;
	font-weight: bold;
	font-size: 1.25em;
	padding-bottom: 5px;
}

.operatingSystem-content p		{
	line-height: 1.5em;
	font-size: 1em;
}

/* end Operating Systems */


/* Specialty Shapes */

.specialtyShapes		{
	width: 100%;
}

.specialtyShapes-image	{
	width: 30%;
	padding-right: 30px;
	float: left;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.specialtyShapes-content	{
	width: 70%;
	float: left;
	padding-bottom: 20px;
}

.specialtyShapes-content h4	{
	line-height: 1.5em;
	font-weight: bold;
	font-size: 1.25em;
	padding-bottom: 5px;
}

.specialtyShapes-content p		{
	line-height: 1.5em;
	font-size: 1em;
}

/* end Specialty Shapes */


/* Manuals */

.available-options-entry		{
	width: 100%;
}

.available-options-image	{
	width: 30%;
	padding-right: 30px;
	float: left;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.available-options-content	{
	width: 70%;
	float: left;
	padding-bottom: 20px;
}

.available-options-content p		{
	line-height: 1.5em;
	font-size: 1em;
}

.available-options-pdf-block		{
	width: 100%;
}

.pdf-link-title p {
	width: 100%;
}

.pdf-link a	{
}

/* end Manuals */


/* Available Options */

.available-options-entry		{
	width: 100%;
}

.available-options-image	{
	width: 30%;
	padding-right: 30px;
	float: left;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.available-options-content	{
	width: 70%;
	float: left;
	padding-bottom: 20px;
}

.available-options-content p		{
	line-height: 1.5em;
	font-size: 1em;
}

.available-options-pdf-block		{
	width: 100%;
}

.pdf-link-title p {
	width: 100%;
}

.pdf-link a	{
}

/* end Available Options */



.related-products-entry-block h3		{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 0;
}

.related-products-entry-block p.manufacturer		{
	font-size: 1em;
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 10px;
}

p.product-detail-manufacturer	{
	font-style: italic;
}

.available-options-content table tr	{
	text-align: left;
}

.available-options-content table tr th	{
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
	padding-bottom: 7px;
}

.available-options-content table tr td	{
	padding: 20px 0 0 0;
}

.side-bar-schedule-consultation-wrapper	{
	text-align: left;
	width: 80%;
	padding-left: 20%;
	padding-top: 60px;
}

	.side-bar-schedule-consultation-header	{
		
	}
	
		.side-bar-schedule-consultation-header h1	{
			font-size: 1.5em;
			font-weight: bold;
			padding-bottom: 20px;
		}
	
	.consultation-field-block	{
			
	}
	
		.field-block		{
			width: 100%;
			padding-bottom: 20px;
		}
		
		.field-block label	{
		}
	
		input.consultation-form-field, textarea.consultation-form-field, select.consultation-form-field { 
			font-size: 1em; 
			font-family: arial, sans-serif;
			width: 96%;
			padding: 5px;
			margin-top: 5px;
			color: #ab953d;
		}
		
.product-category-section	{
	width: 100%;
	margin: 0 auto;
}

.product-category-section.qualified-products	{
	width: 80%;
	margin: 0 auto;
}

	.product-category-section h2	{
		font-size: 2em;
		font-weight: bold;
		text-align: left;
		padding-bottom: 40px;
	}
	
	.product-category-section.qualified-products h2	{
		font-size: 2em;
		font-weight: bold;
		text-align: center;
		padding-bottom: 40px;
	}
	
	.special-offer-block		{
		text-align: center;
		padding-bottom: 0px;
	}
	
		.special-offer-block h3	{
			font-size: 1.25em;
			font-weight: bold;
			padding-bottom: 10px;
		}
	
	.special-offer-entry		{
		padding-bottom: 60px;
	}
	
	.special-offer-entry	 a	{
		color: #000000;
	}
	
	.special-offer-entry a:hover		{
		color: #a8921a;
	}
	
	.special-offer-image		{
		width: 60%;
		margin: 0px auto 20px auto;
	}
	
		.special-offer-image img		{
			width: 100%;
			height: auto;
		}
		
		.special-offer-content	{
			width: 80%;
			margin: 0 auto;
		}
		
			.valid-date	{
				font-weight: bold;
				padding-bottom: 5px;
			}
		
			.special-offer-content p		{
				font-size: 1em;
			}


@media only screen and (max-width: 1530px) {

.product-overview-wrapper	{
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 20px 80px 20px;
	float: left;
}

.product-overview-content p	{
	font-size: 1em;
	line-height: 1.5em;
	padding: 10px 10px 0 10px;
	height: 160px;
}

}


@media only screen and (max-width: 1500px) {

nav ul li a {
  	padding: 0px 20px;
	font-size: 1.15em;
}

nav ul li:hover > ul {
  	font-size: .78em;
}

nav ul li ul li	{
	padding-left: 0px;
	padding-right: 0px;
}

nav ul li ul li a	{
	padding: 0 15px;
}



/* CHILD SAFETY SECTION */

.child-safety-logo	{
	float: left;
	padding-left: 0;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 10px;
	width: 50%;
}

.child-safety-content	{
	float: left;
}

.child-safety-content h2	{
	font-size: 2em;
	padding-bottom: 10px;
}

.child-safety-content p	{
	font-size: 1.15em;
	line-height: 1.65em;
	float: none;
	width: 100%;
	padding-top: 25px;
}

/* end CHILD SAFETY SECTION */

}



@media only screen and (max-width: 1325px) {

nav ul li a {
  	padding: 0px 20px;
	font-size: 1.1em;
}

nav ul li:hover > ul {
  	font-size: .78em;
}

nav ul li ul li	{
	padding-left: 0px;
	padding-right: 0px;
}

nav ul li ul li a	{
	padding: 0 10px;
}

}



@media only screen and (max-width: 1300px) {

body {
    font-size: .85em;
}

#main-logo	{
	margin-top: 13px;
}

.logo-title	{
	font-size: 2.5em;
	color: #324e0c;
	font-family: "komu-a",sans-serif;
	font-family: "essonnes-text";
	font-variant: small-caps;
	font-weight: 600;
	z-index: 100;
}

.logo-caption	{
	font-size: 1.25em;
	font-style: italic;
	color: #535353;
	margin-top: 0px;
	padding-left: 3px;
	z-index: 100;
}

#navigation-section	{
	height: 100px;
}	

nav ul li a {
  	padding: 0px 15px;
	font-size: 1.2em;
}

nav ul ul {
	height: 50px;
}

nav ul li:hover > ul {
  	font-size: .78em;
  	margin-top: 50px;
}

nav ul li ul li	{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0;
}

nav ul li ul li a	{
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
}

.form-image	{
	width2: 1500px;
	height: 480px;
}

.index-brands-block ul li	{
	font-size: 1.25em;
	line-height: 2em;
	background: url(/images/greenarrow2.png) no-repeat 0px 7px;
    background-size: 20px 20px;
}

.product-overview-content p	{
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 10px 10px 0 10px;
	height: 160px;
}

.available-options-content p		{
	line-height: 1.5em;
	font-size: 1em;
}

}


@media only screen and (max-width: 1170px) {
	
body {
    font-size: .8em;
}

#navigation-section	{
	height: 95px;
}

nav ul li a {
  	padding: 0px 15px;
	font-size: 1.2em;
	line-height: 52px;
}

nav ul ul {
	height: 47px;
}

nav ul li:hover > ul {
  	font-size: .78em;
  	margin-top: 47px;
}

nav ul li ul li	{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0;
}

nav ul li ul li a	{
	padding: 0 10px;
	height: 47px;
	line-height: 47px;
}

nav ul li:hover {
  	background-image: url('/images/subnav_arrow.png');
	background-repeat: no-repeat;
	background-position: center 7px;
	background-color: #e0eadb;
}

#main-logo	{
	margin-top: 13px;
}

#main-logo img	{
	width: 65%;
}

.logo-text	{
	margin-left: -47px;
}

.form-image	{
	width2: 1300px;
	height: 450px;
}

.index-brands-block ul li	{
	font-size: 1.25em;
	line-height: 2.3em;
	background: url(/images/greenarrow2.png) no-repeat 0px -8px;
    background-size: 20px 20px;
}

}



@media only screen and (max-width: 1150px) {
	
body {
    font-size: .8em;
}

.service-area	{
	padding-right: 25px;
	font-size: .95em;
}

#navigation-section	{
	height: 85px;
}

nav ul li a {
  	padding: 0px 15px;
	font-size: 1.2em;
	line-height: 47px;
}

nav ul ul {
	height: 42px;
}

nav ul li:hover > ul {
  	font-size: .78em;
  	margin-top: 42px;
}

nav ul li ul li	{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0;
}

nav ul li ul li a	{
	padding: 0 10px;
	height: 42px;
	line-height: 42px;
}

nav ul li:hover {
  	background-image: url('/images/subnav_arrow.png');
	background-repeat: no-repeat;
	background-position: center 4px;
	background-color: #e0eadb;
}

#main-logo img	{
	width: 60%;
}

.logo-text	{
	margin-left: -57px;
}	

.greensky-logo	{
	float: left;
	padding-left: 20%;
	padding-top: 10px;
	width: 80%;
}

.index-brands-block ul li	{
	font-size: 1.25em;
	line-height: 2.3em;
	background: url(/images/greenarrow2.png) no-repeat 0px 7px;
    background-size: 20px 20px;
}

}



@media only screen and (max-width: 1080px) {

body {
    font-size: .8em;
}

#main-logo	{
	margin-top: 13px;
}

#navigation-section	{
	height: 85px;
}	

nav ul li a {
  	padding: 0px 12px;
	font-size: 1.2em;
}

nav ul li:hover > ul {
  	font-size: .7em;
}

nav ul li ul li	{
	padding-left: 0px;
	padding-right: 0px;
}

nav ul li ul li a	{
	padding: 0 7px;
	height: 42px;
	line-height: 42px;
}

.form-image	{
	width2: 1500px;
	height: 480px;
}

.index-brands-block ul li	{
	font-size: 1.25em;
	line-height: 2.3em;
	background: url(/images/greenarrow2.png) no-repeat 0px 6px;
    background-size: 20px 20px;
}

}



@media only screen and (max-width: 1000px) {
body {
    font-size: .75em;
}	

nav ul li a {
  	padding: 0px 10px;
	font-size: 1.2em;
}

nav ul li:hover > ul {
  	font-size: .75em;
}

nav ul li ul li	{
	padding-left: 0px;
	padding-right: 0px;
}

nav ul li ul li a	{
	padding: 0 5px;
}


/* MARINER FINANCING SECTION */

.mariner-financing-block-mobile		{
	background-color: #e0eadb;
	background-color: #ffffff;
	width: 100%;
	padding: 60px 0 80px 0;
}

.mariner-financing-top	{
	width: 100%;
}

img.QR-Code	{
	width: 100%;
	max-width: 200px;
	margin2: 0 auto;
	margin-left: -12px;
	margin-top: 20px;
	display: block;
	float: none;
}

.mariner-financing-bottom	{
	width: 100%;
}

.mariner-financing-bottom-content h2	{
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 20px
}

.mariner-financing-bottom-content p	{
	font-size: 1.35em;
	line-height: 1.5em;
	padding-bottom: 10px;
}

.mariner-financing-bottom-content ul		{
	padding-top: 20px;
}

.mariner-financing-bottom-content ul li	{
	font-size: 1.35em;
	line-height: 1.25em;
	background: url(/images/greenarrow2.png) no-repeat 0px 16px;
    background-size: 20px 20px;
  	padding: 15px 0px 15px 40px;
  	/* reset styles (optional): */
  	list-style: none;
  	margin: 0;
  	border-top: 1px solid #cccccc;
}

.mariner-financing-block	{
	display: none;
}

.mariner-financing-block-mobile	{
	display: block;
}

/* end MARINER FINANCING SECTION */

}



@media only screen and (max-width: 980px) {
body {
    font-size: .75em;
}	

.index-intro-block	{
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0px;
}

.index-contact-block	{
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.index-contact-block h2	{
	font-size: 3em;
	color: #324e0c;
	font-family: "essonnes-text";
	font-variant: small-caps;
	font-weight: 600;
}

.index-contact-address	{
	font-size: 1.25em;
	margin-top: 12px;
}

.index-contact-city	{
	font-size: 1.25em;
	margin-top: 2px;
}

.index-contact-phone	{
	font-size: 1.15em;
	margin-top: 10px;
}

.index-contact-email	{
	font-size: 1.15em;
	margin-top: 5px;
	margin-bottom: 30px;
}

.sidebar-email	{
	width: 2.5em;
	text-align: center;
	float: none;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0 auto;
}

	.sidebar-email-block	{
    	position: relative;
    	width: 2.5em;
    	height: 1.65em;
	}

	a.sidebar-email-icon	{
		position: absolute;	
		background: url(/images/email-icon-sprite.jpg);
    	background-size: 2.5em;
    	background-repeat: no-repeat;
    	background-position: 0px 0px;
		top: 0px;
		right: 0px;
		width: 2.5em;
		height: 1.65em;
	}

	a.sidebar-email-icon:hover	{
		position: absolute;	
		background: url(/images/email-icon-sprite.jpg);
    	background-size: 2.5em;
    	background-repeat: no-repeat;
    	background-position: 0px -1.66em;
		top: 0px;
		right: 0;
		width: 2.5em;
		height: 1.65em;
	}

.index-contact-open	{
	font-size: 1.25em;
	margin-top: 10px;
}

.index-contact-day	{
	margin-bottom: 3px;
}

.section-one-spacer	{
	height: 60px;
}

.awards-block	{
	padding: 60px 0 0 0;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.award-entry-cc	{
	width: 17%;
	max-width: 170px;
	padding: 0 5% 20px 5%;
	vertical-align: middle;
}

.award-entry-bbb	{
	width: 17%;
	max-width: 175px;
	padding: 0 5% 20px 0px;
	vertical-align: middle;
}

.award-entry-em	{
	width: 35%;
	max-width: 400px;
	padding: 0 0px 20px 5%;
	vertical-align: middle;
}


/* BRANDS & FINANCING SECTION */

.index-brands-block	{
	background-color: #e0eadb;
	background-color: #ffffff;
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
}

.index-brands-block-left	{
	float: none;
	width: 100%;
	margin: 0 auto;
}

.index-brands-block-left h2	{
	font-size: 1.95em;
	text-align: center;
}

.index-brands-block ul	{
	margin: 0 20%;
}

.index-brands-block ul li	{
	font-size: 1.25em;
	line-height: 2.5em;
	background: url(/images/greenarrow2.png) no-repeat 0px 5px;
	background: none;
    background-size: 20px 20px;
  	padding: 0px 0px 0px 0px;
  	/* reset styles (optional): */
  	list-style: none;
  	margin: 0;
  	text-align: center;
}

.index-brands-block-left ul li a	{
	color: #000000;
}

.index-brands-block-left ul li a:hover	{
	color: #30a028;
	text-decoration: none;
}

.index-brands-block-left hr	{
	width: 50%;
	min-width: 250px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}

.index-brands-block-right	{
	float: none;
	width: 100%;
	padding-left: 0;
	padding-top: 60px;
	text-align: center;
}

.greensky-logo	{
	float: none;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	width: 30%;
	margin: 0 auto;
}

.greensky-content	{
	float: none;
}

.greensky-content h2	{
	font-size: 2.25em;
	padding-bottom: 10px;
}

.greensky-content p	{
	font-size: 1.15em;
	line-height: 1.65em;
}

/* end BRANDS & FINANCING SECTION */

.child-safety-content p	{
	text-align: left;
}



.product-category-section	{
	padding-top: 20px;
}

.product-category-block	{
	padding-bottom: 60px;
}

.product-category-image	{
	width: 100%;
	float: none;
}

.product-category-image img	{
	width: 50%;
	max-width: 400px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.product-category-content	{
	width: 100%;
	float: none;
	text-align: center;
	padding-top: 40px;
}

	.product-category-content h2	{
		font-size: 1.75em;
		padding-bottom: 15px;
		font-weight: bold;
	}
	
	.product-category-content p	{
		font-size: 1.15em;
		line-height: 1.5em;
	}
	
	.product-category-content .btn	{
		float: none;
		margin: 30px 0 0 0;
		width: auto;
		display: inline-block;
	}


.product-overview-section	{
	padding-top: 40px;
}

.product-overview-wrapper	{
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 60px 20px;
	float: left;
}

.product-overview-block	{
	padding: 0 0px 60px 0;
	border: 1px solid #dadada;
	border: none;
	border-bottom: 1px solid #aeaeae;
}

.product-overview-image img	{
	width: 50%;
	display: block;
	margin: 0 auto;
}

.product-overview-content	{
	text-align: center;
}

	.product-overview-content h2	{
		font-size: 2em;
		font-weight: bold;
		padding: 20px 0 0 0;
		text-transform: uppercase;
	}
	
	.product-overview-content h3	{
		font-size: 1.65em;
		font-weight: bold;
		padding-top: 3px;
		color: #827c59;
	}
	
	.product-overview-tag	{
		padding: 1px 0 0 0;
		font-size: 1.25em;
		color: #827c59;
	}
	
	.product-overview-model	{
		font-size: 1.75em;
		font-weight: bold;
		padding-top: 20px;
		color: #000000;
	}
	
	.product-overview-content p	{
		font-size: 1.25em;
		line-height: 1.5em;
		padding: 10px 10px 0 10px;
	}

.product-overview-link, .product-overview-link:hover	{
	color: #ffffff;
}


.product-detail-section	{
	width: 100%;
	padding-top: 20px;
}

.product-detail-block	{
	width: 100%;
}

.product-detail-image	{
	width: 70%;
	min-width: 360px;
	max-width2: 500px;
	float: none;
	padding-right: 0%;
	padding-bottom: 10px;
	display: block;
	margin: 0 auto;
}

	.product-detail-image img	{
		width: 100% !important;
	}

.product-detail-summary	{
	width: 100%;
	float: none;
	text-align: center;
}

	.product-detail-summary h3	{
		font-size: 2em;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.product-detail-summary-tag	{
		padding-top: 10px;
		font-size: 1.5em;
		text-align: center;
	}
	
		.product-detail-summary-tag span	{
			font-weight: bold;
			padding-right: 20px;
		}

.product-detail-content	{
text-align: center;
padding-bottom: 20px;
}

	.product-detail-content h2	{
		font-size: 2em;
		text-align: center;
	}
	
	.product-detail-content p	{
		font-size: 1.5em;
		line-height: 1.65em;
		margin-top: 20px;
	}


.product-sidebar-section	{
	text-align: center;
	width: 80%;
	padding-left: 0%;
	margin: 0 auto;
}

	.product-sidebar-section h2	{
		font-size: 2.75em;
		font-family: "museo-sans",sans-serif;
		color: #000000;
		text-transform: none;
		font-variant: normal;
		padding-top: 100px;
		padding-bottom: 0px;
		margin-bottom: -20px;
		text-align: center;	}
	
	.product-sidebar-section h3	{
		font-size: 2.25em;
		padding-bottom: 20px;
		text-align: center;
	}
	
	.product-sidebar-section a	{
		color: #000000;
	}
	
	.product-sidebar-section a:hover	{
		color: #000000;
	}

	.product-sidebar-image	{
		width: 40%;
		padding-bottom: 20px;
	}
	
	.product-sidebar-section p	{
		line-height: 1.5em;
		font-size: 1.35em;
	}
	
	.related-block	{
		border-bottom: 1px solid #aeaeae;
		padding-top: 50px;
		padding-bottom: 40px;
	}
	
	.related-block:hover2	{
		border: 1px solid #a3986e;
		border: 1px solid #aeaeae;
	}
	
	.btn.related-btn		{
		float: none;
	}
	
	
	.index-intro-block	{
		width: 100%;
		float: left;
		padding-top: 40px;
		padding-right: 0%;
		padding-bottom: 60px;
	}
	
	.index-intro-block h2	{
		font-size: 2.5em;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.index-intro-block ul	{
		margin-top: 20px;
		margin-bottom: 30px;
		padding-left: 20px;
	}
	
	.index-intro-block ul li	{
		font-size: 1.35em;
		list-style: square;
		margin-left: 20px;
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	
	.available-options-content h4	{
		line-height: 1.5em;
		font-size: 1.35em;
	}
	
	
	.available-options-content p		{
		line-height: 1.5em;
		font-size: 1.15em;
	}

}



@media only screen and (max-width: 950px) {
body {
    font-size: .75em;
}	

nav ul li a {
  	padding: 0px 8px;
	font-size: 1.00em;
}

nav ul li:hover > ul {
  	font-size: .75em;
}

nav ul li ul li	{
	padding-left: 0px;
	padding-right: 0px;
}

nav ul li ul li a	{
	padding: 0 5px;
}

}


@media only screen and (max-width: 900px) {
.main-navigation	{
	display: none;
}

.service-area-block	{
	float: none;
	width: 100%;
}

.service-area	{
	float: none;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	font-size: 1.15em;
}

.contact-block	{
	float: none;
	display: block;
	margin: -12px auto 0 auto;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: center;
}

.header-phone	{
	float: none;
	display: inline-block;
}

.phone-icon	{
	width: 10px;
	padding-top: 0;
	padding-right: 3px;
	float: none;
	display: inline-block;
	display:none;
}

.phone-number	{
	float: none;
	display: inline-block;
	padding-right: 23px;
	padding-top: 0px;
}

	/* SOCIAL MEDIA in HEADER */
	
	.social-media	{
		float: none;
		display: inline-block;
	}

	.header-social-media	{
	float: none;
	display: inline-block;
		padding-top: 3px;
		padding-right: 5px;
		position: relative;	
	}

	.social-media-block	{
    	position: relative;
    	width: 35px;
    	height: 35px;
	}

	a.facebook-icon	{
		position: absolute;	
		background: url(/images/social-icons.png);
    	background-size: 110px;
    	background-repeat: no-repeat;
    	background-position: 0px 0px;
		top: 10px;
		left: 0;
		width: 35px;
		height: 35px;
	}

	a.facebook-icon:hover	{
		position: absolute;	
		background: url(/images/social-icons-active.png);
    	background-size: 110px;
    	background-repeat: no-repeat;
    	background-position: 0px 0px;
		top: 10px;
		left: 0;
		width: 35px;
		height: 35px;
	}

	a.youtube-icon	{
		position: absolute;	
		background: url(/images/social-icons.png);
    	background-size: 110px;
    	background-repeat: no-repeat;
    	background-position: -68px -68px;
		top: 10px;
		left: 0;
		width: 35px;
		height: 35px;
	}

	a.youtube-icon:hover	{
		position: absolute;	
		background: url(/images/social-icons-active.png);
    	background-size: 110px;
    	background-repeat: no-repeat;
    	background-position: -68px -68px;
		top: 10px;
		left: 0;
		width: 35px;
		height: 35px;
	}

	a.email-icon	{
		position: absolute;	
		background: url(/images/social-icons.png);
    	background-size: 110px;
    	background-repeat: no-repeat;
    	background-position: 0px -68px;
		top: 10px;
		left: 0;
		width: 35px;
		height: 35px;
	}

	a.email-icon:hover	{
		position: absolute;	
		background: url(/images/social-icons-active.png);
    	background-size: 110px;
    	background-repeat: no-repeat;
    	background-position: 0px -68px;
		top: 10px;
		left: 0;
		width: 35px;
		height: 35px;
	}

	.social-media-spacer	{
		width: 25px;
		height: 30px;
	}

	/* end SOCIAL MEDIA in HEADER */
	
	

.copyright-block	{
	display: none;
}

.copyright-block.small	{
	display: block;
}

.copyright-block p	{
	font-size:.8em
}
}



@media only screen and (max-width: 835px) {

.available-options-content h4	{
	line-height: 1.5em;
	font-size: 1.25em;
}


.available-options-content p		{
	line-height: 1.5em;
	font-size: 1em;
}

}


@media only screen and (max-width: 800px) {
	
	/* APPOINTENT SECTION */

.appointment-block	{
	width: 100%;
}

.appointment-background	{
	position: relative;
	width: 100%;
}

.form-image	{
	width2: 1950px;
	height: 630px;
}

.appointment-form	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 1em;
}

.appointment-form h2	{
	font-size: 2.75em;
	color: #ffffff;
	z-index: 200;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
	padding: 0 20px;
}

.form-columns	{
	text-align: center;
	width: 100%;
	padding-bottom: 40px;
}

.contact-form-columns2	{
	text-align: left;
	width: 100%;
	padding-bottom: 40px;	
}

.left-form-column	{
	display: inline-block;
	width: 60%;
	padding: 0;
}

.middle-form-column	{
	display: inline-block;
	width: 0%;
	padding: 0;
}

.right-form-column	{
	display: inline-block;
	width: 60%;
	padding: 0;
}

.form-field	{
	font-size: 1.35em;
	margin-bottom: 30px;
	padding: 5px 10px;
	color: #7b7b7b;
	width: 90%;
}

input.appointment-submit-button[type=submit]hidden {
	border:0 none;
    cursor:pointer;
  	background-image: -webkit-linear-gradient(top, #62c25b, #30a028);
  	background-image: -moz-linear-gradient(top, #62c25b, #30a028);
  	background-image: -ms-linear-gradient(top, #62c25b, #30a028);
  	background-image: -o-linear-gradient(top, #62c25b, #30a028);
  	background-image: linear-gradient(to bottom, #62c25b, #30a028);
  	-webkit-border-radius: 15;
  	-moz-border-radius: 15;
  	border-radius: 15px;
  	font-family: Arial;
  	color: #ffffff;
  	font-size: 1.5em;
  	font-weight: bold;
  	text-align: center;
  	padding: 10px 20px 10px 20px;
  	text-decoration: none;
  	width: 200px;
  	margin: -10px auto 0 auto;
}

/* end APPOINTMENT SECTION */

}


@media only screen and (max-width: 700px) {

.slider-image-child	{
	width: 100%;
	height: 200px;
}

.slider-caption	{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 30px;
	font-size: 3.25em;
	color: #ffffff;
	text-shadow: 2px 3px 5px #000000;
}

.slider-caption h1	{
	font-size: .75em;
}

.index-brands-block-left hr	{
	width: 100%;
	min-width: 150px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}

.index-brands-block ul li	{
  	border-top: 1px solid #cccccc;
  	max-width: 300px;
  	min-width: 100px;
  	padding: 0px 0px 0px 0px;
}
	
}






@media only screen and (max-width: 600px) {

.available-options-image	{
	width: 50%;
	padding-right: 0px;
	float: none;
	padding-bottom: 20px;
	margin: 0 auto;
	display: block;
}

.available-options-content	{
	width: 100%;
	float: none;
	text-align: center;
}

.tab button {
  background-color: inherit;
  float: left;
  width: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

}



@media only screen and (max-width: 550px) {

.slider-image-child	{
	width: 100%;
	height: 150px;
}

.slider-caption	{
	display: none;
}

.slider-caption h1	{
	font-size: .75em;
}

.service-area	{
	font-size: .95em;
}

#main-logo	{
	margin-top: 5px;
	float: left;
	z-index: 100;
}

#main-logo img	{
	width: 60%;
	z-index: 100;
}

.logo-text	{
	float: left;
	margin-top: 10px;
	margin-left: -50px;
	z-index: 100;
}

.logo-title	{
	font-size: 1.55em;
	color: #324e0c;
	font-family: "komu-a",sans-serif;
	font-family: "essonnes-text";
	font-variant: small-caps;
	font-weight: 600;
	z-index: 100;
}

.logo-caption	{
	font-size: .75em;
	font-style: italic;
	color: #535353;
	margin-top: 0px;
	padding-left: 3px;
	z-index: 100;
}
	
}

@media only screen and (max-width: 480px) {

.service-area	{
	font-size: .85em;
}
	
}

.main-navigation-slicknav	{
	display: none;
}



