﻿/***** BEGIN RESET *****/

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

img{max-width: 100%; height: auto;}

.hosted-content .listings-detail-wrapper .listing-details .divider {
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
	width:100%;
}
/*===================== 
	@Font-Face 
=======================*/
@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-light-webfont.woff') format('woff'),
         url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*===================== 
	base styles 
=======================*/

html, body{
	font-family: 'montserratlight';
	font-size: 14px;
	-web-text-size-adjust:none;
	margin:0;
}

body{overflow-x: hidden; line-height: 1.4;}
.flex-wrapper {display: flex; justify-content: space-between; align-items: center;}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 

.clear{clear:both;}

.referral-wrapper {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 4.5em 7%;}
.referral-info {width: 50%;} .referral-wrapper img {width: 100%; height: auto; max-width: 555px; margin: 0 auto;}
	
/*===================== 
	typography 
=======================*/

h1 { font-family: 'montserratbold'; color: #000; font-size: 25px; text-transform: uppercase;}

h2 {
    font-family: 'montserratbold';
    color: #118b68;
    font-size: 21px;
	letter-spacing: 1px;
    /*text-shadow: rgba(0, 0, 0, 0.68) 1px 1px;*/
}

h3 { font-family: 'montserratbold'; color: #000; font-size: 18px;}
h4 { font-family: 'montserratlight'; color: #000; font-size: 16px;}
h5 { font-family: 'montserratlight'; color: #000; font-size: 15px; text-transform: uppercase;}
h6 { font-family: 'montserratregular'; color: #939393; font-size: 16px;}
h7 { font-family: 'montserratlight'; color: #000; font-size: 12px; text-align:right;}

p { font-family: 'montserratlight'; font-size: 16px; line-height: 28px; color:#000;}

.quote{
	font-style: italic;
	font-family: 'montserratlight'; 
	font-size: 20px; 
	line-height: 28px;
	color:#000;
}


/*===================== 
	link styles 
=======================*/

a{
	font-family: 'montserratbold';
	color: #000;
	text-decoration:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
a:hover{color: #ccc; text-decoration:none;}

/*===================== 
	header styles 
=======================*/

.header {
    margin: 0 auto;
    width: 100%;
    border-top: #fcdf17 solid 8px;
	padding: 1em 0;
}


.logo img{max-width:180px; width:100%; margin: 0 auto;}


.header-left a:hover, .header-right a:hover, .pattern p a:hover{
	color:#9393931; 
}
	
	
.header-left {
    padding: 1% 0 0;
	width: 60%;
}
.header-left a {
    color: #118b68!important;
    font-family: 'montserratbold';
    font-size: 20px;
}
.header-left a#thin {font-family: 'montserratregular'; font-size: 16px;}

.contact-info {padding: 0 4%;}
.contact-info h2 {color: #000; letter-spacing: normal;}
.contact-info h3 {font-weight: 900;}

.header-right {
    padding: 2% 0 0;
    color: #118b68;
	text-align: center;
}
.header-right a button {
	border: none; 
	background: #118b68;
    padding: 10px 27px;
    border-radius: 30px;
	color: #fff;
	cursor: pointer;
	font-family: 'montserratbold';
	font-size: 20px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 10px;
	transition: all .3s ease;
}
.header-right a:hover button {background: #239d79;}
.header-right a {    
	color: #118b68;
    font-family: 'montserratregular';
    font-size: 18px;
}


/*===================== 
	content styles 
=======================*/


.wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
	box-sizing: border-box;
}

.pattern{
	padding:4% 0;
	background: url(../siteart/pattern.jpg);
	width:100%;
}

.pattern p a {color: #118b68; font-family: 'montserratregular', sans-serif;}

.divider{
	border-bottom: solid 8px #fcdf17;
	width:35%;	
}

.content{
	padding:4% 0;	
}

.giant{width:100%;}
.giant img{width:100%;}

.sm-giant{width:100%;}
.sm-giant img{max-width:500px;}


.manus{
	width:100%;
	margin:0 auto;
	text-align:center;	
}
.manus img{
	max-height:100px;
	padding: 2% 2%;
	text-align: center;	
	margin: 0 auto;
    display: inline;
}




	
/*===================== 
	slideshow styles 
=======================*/


.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.cycle-slideshow img{
	width:100%;
}


/*===================== 
	zoom wrap styles 
=======================*/

.zoom-container {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserratregular';
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.zoom-container a{color: #bbbbbb;}
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgb(17, 139, 104, .8); /*------change bg color-------*/
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container .zoom-caption h3 {
    display: block;
    text-align: center;
    font-family: 'montserratregular';
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    margin: 22% 0 0;
    text-transform: uppercase;
    color: #fff;
}
.zoom-container .zoom-caption h7 {
	font-size: 12px;
    font-family: 'montserratlight';
	font-weight:300px;
	color: #fff;
}

.zoom-container:hover .zoom-caption {
	background: none;
}



/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	layout styles 
=======================*/

.left {float: left;}
.right {float: right;}
.clear {clear:both;}

	
.column1 {width:75%; float:left; padding-right: 50px; box-sizing: border-box;}
.column2 {width:50%; float:left; padding-right: 25px; box-sizing: border-box;}
.column3 {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}
.column4 {width:25%; float:left; padding-right: 25px; box-sizing: border-box; color: #d3d3d3;}
.column5 {width:20%; float:left; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 25px; box-sizing: border-box;}


.column2 iframe{
	width:100%;	
}

/*===================== 
	main form
=======================*/

#form{
	background: #fff;
	max-width:1100px;
	margin: 5% auto;
	color:#333333;
}

#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
}

#form input[type="checkbox"] {
    margin:5px 10px 0 0;
    width:13px;
    height:13px;
    display:inline;
}
#form input[type="radio"] {
    margin:5px 10px 0 0;
    width:15px;
    height:15px;
    display:inline;
}
 
#form input.send-button,
#form input.send-button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    color: #fff;
	font-family: 'montserratregular';
	background: #646d6d;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
	height: 50px;
}

#form input.send-button:hover {
	background: #158d12;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	cursor: pointer;
}
 
/*CAPCHA*/

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: left !important;
	line-height:normal !important;
}

.CaptchaAnswerPanel input {width: 200px !important;}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color: #859090;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/*===================== 
	top footer styles 
=======================*/

.bottom {
    width: 100%;
    background: #cccaca;
}

.footer {
    width: 100%;
    padding: 45px 0 70px;
    font-family: 'montserratlight';
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 0 0;
}

.footer h3 {font-family: 'montserratregular'; color: #939393; font-size: 16px; width: 100%; margin-bottom: 30px;}

.footer a button {
    font-family: 'montserratregular';
    color: #000;
    font-size: 15px;
    background: #eee;
    border-radius: 3px;
    padding: 8px 10px;
	cursor: pointer;
	border: none;
	margin-bottom: 15px;
	display: block;
	transition: all .2s ease-in-out; 
}
.footer a:hover button{font-weight:bold;color: #333; background:#fff;}


.footer a {
    font-family: 'montserratregular';
    color: #000;
    font-size: 10px;
    line-height: 24px;
}
.footer a:hover{font-weight:bold;color: #333;}

.footer .flex-wrapper {justify-content: flex-start; flex-wrap: wrap;}
.ftr-left {width: 75%;}
.footer a#fb-link {width: 100%; color: #118b68; font-size: 16px; font-weight: 500; margin-top: 20px; display: block;}

.flex-foot {
	display: flex;
	justify-content: flex-start;
}

.flex-column {
	display: flex;
	flex-direction: column;
	flex-basis: 50%;
}
/*-------------------*/

.bottom-footer {
    background: #fff;
    padding: 2% 0;
}

.right-footer{
	font-size:10px;
	color:#000;	
	width:25%;
}





/*===================== 
  responsive styles 
=======================*/
@media screen and (max-width: 1320px) {
	.referral-info {width: 90%;}
}

@media screen and (max-width: 1170px) {

.wrapper {
	width: 90%;
	margin: 0 auto;
	padding:4%;
}

p {font-size: 14px;}
h1 {font-size: 22px;}


}
@media screen and (max-width: 945px) {
	
.ftr-left {width: 100%;}
.right-footer {
    font-size: 10px;
    text-align: left;
    color: #000;
    width: 100%;
    margin: 5% 0 0 0;
}
.column4 {
    width: 100%;
    float: left;
    padding-right: 0;
    box-sizing: border-box;
    color: #d3d3d3;
}
	
.zoom-container .zoom-caption h3 {
    font-size: 20px;
    margin: 22% 0 0;
}

.header-left {
		width: 100%;
	}
	

}
@media screen and (max-width: 750px) {
 
.column2{width:100%; padding:0; margin:2% auto;}
 
 .zoom-container .zoom-caption h3 {
    font-size: 17px;
    margin: 22% 0 0;
}
	.logo{margin: 0 auto;}
	.logo img {
		max-width: 145px;
		width: 100%;
	}
	.header-left {width: 85%;}
	.flex-wrapper {flex-wrap: wrap; justify-content: center;}
	.contact-info{text-align: center; margin-bottom: 10px; padding: 0;}
	
	iframe#map {height: 400px;}

 
}
@media screen and (max-width: 575px) {

.header-right a {font-size: 17px;}
.header-left a {font-size: 17px;}

.manus img {max-height: 70px;}
	
.zoom-container .zoom-caption h3 {
    font-size: 13px;
    margin: 22% 0 0;
}
.zoom-container .zoom-caption h7 {
    font-size: 9px;
    font-family: 'montserratlight';
    color: #fff;
    position: relative;
    bottom: 5px;
}
	
	

}
@media screen and (max-width: 410px) {
	.header-right a button {font-size: 18px;}

.bottom {
    width: 100%;
    background: #cccaca;
}
	
.right-footer {
    font-size: 10px;
    float: right;
    text-align: left;
    color: #000;
    width: 97%;
    margin: 16% 0 0 0;
}
	
.zoom-container {width: 50%;}
.zoom-container .zoom-caption h3 {
    font-size: 18px;
    margin: 22% 0 0;
}
	
	

}
@media screen and (max-width: 360px) {
	.flex-foot {
		flex-wrap: wrap;
	}
	
	.flex-column {
		flex-basis: 100%;
	}
	
}
@media screen and (max-width: 315px) {
	
	
.zoom-container {width: 100%;}


}

