@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

::-webkit-input-placeholder {color: #84888d;}
:-moz-placeholder {color: #84888d;}
::-moz-placeholder {color: #84888d;}
:-ms-input-placeholder {color: #84888d;}

body{
	background: #f2f2f2;
}
body header{
	padding: 0px 0 18px;
	background: #fff;
}
img{
	max-width: 100%;
	height: auto;
}
header img{
	display: block;
	margin: 0 auto;
}
#hero{
	padding: 0px 0 18px;
	height: 598px;
	background: url(images/Header.jpg) fixed no-repeat center top;
	background-size: cover;
	position: relative;
}
#hero-contents {
    position: absolute;
    text-align: center;
    color: #fff;
    width: 100%;
    bottom: 2%;
	padding: 18px 0 34px 0;
}
#hero-contents h2{
    color: #fff;
    font-size: 30px;
    font-family: 'open_sansbold';
    margin-bottom: 20px;
    line-height: 40px;
}
#hero-contents h3{
	color: #fff;
	font-size: 40px;
	font-family: 'open_sansbold';
	margin-bottom: 10px;
}
#hero-contents h3.date-until {font-size:36.44px;
 font-family: 'open_sansregular';text-transform:uppercase;
}
#hero-contents h1{
    color: #fff;
    font-size: 111.31px;
    font-family: 'open_sansbold';
    line-height: 78px;
    margin-bottom: 20px;
}
#hero-contents ul{
    margin: 0;
    padding: 0;	
	width:100%;
}
#hero-contents ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 23px;
	font-family: 'open_sansregular';
	line-height: 60px;
	margin: 0 12px;
}
#hero-contents ul li a{
	font-size: 24px;
	font-family: 'open_sansbold';
	line-height: 51px;
	width: 400px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background:#22b573;
}
#hero-contents ul li img {float:left;opacity:0.8;}
#hero-contents ul li a:hover{
	background: #22f999;
	color: #fff;
}#hero-contents ul li a:hover img {opacity:1;}
#wrapper{
	background: #fff;
	max-width: 1190px;
	margin: 0 auto;
}
#hotspring {
	text-align: center;
}
#hotspring h2{
	color: #000000;	
	font-size: 40px;
	font-family: 'open_sansregular';
	display: inline-block;
	vertical-align: top;
	text-align: left;
    line-height: 46px;
	max-width:820px;
	width:100%;
}
#hotspring img{
    float: left;
    margin-right: 25px;	
}

.padded1{
	padding: 32px 67px 52px;
}
#main-img {
    float: left;
    margin-top: 45px;
	padding-bottom: 0px;
}
#bullet-thumbnails {
    float: right;
    width: 45%;
	margin-top: 32px;
}
#bullet-thumb-list {
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 15px;
    margin-bottom: 14px;
}
#bullet-thumbnails .bullet-thumb-list:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.bullet-list {
    float: left;
}
.bullet-list h3{
	color: #000;
    font-size: 21px;
    font-family: 'open_sansbold';
    line-height: 30px;
    margin-bottom: 0;
}
.bullet-list ul{
	margin: 0;
}
.bullet-list ul li{
    font-family: 'open_sansregular';
    font-size: 15px;
    color: #6e7279;
    margin-bottom: 1px;
    background: url(images/bullet.png) no-repeat left top 7px;
    padding-left: 10px;
}
.bullet-thumb {
    float: right;
}
.bullet-thumb img {
    display: block;
    margin-top: 10px;
}
#green-selections {
    text-align: center;
    background: #29abe2;
    color: #fff;
	padding: 15px 10px 20px;
}
#green-selections h2{
	color: #000;
    font-size: 35.43px;
    font-family: 'open_sansbold';	
	margin-bottom: 5px;
	text-decoration:none;
}
#green-selections h3{
	color: #fff;
    font-size: 34.5px;
    font-family: 'open_sansregular';
	margin-bottom: 0;
	text-decoration:none;
}
a, a:active, a:link {
	text-decoration:none;
}
#green-selections h3{
	color: #fff;
    font-size: 34.5px;
    font-family: 'open_sansregular';
	margin-bottom: 0;
	text-decoration:none;
}
#models{
	padding: 45px 67px 47px;
}
.model {
    float: left;
    width: 100%;
	margin-bottom:10px;
}
.model img{
	display: block;
	max-width: 100%;
    height: auto;
}
.model h2{
	line-height: 59px;
	font-size: 27px;
	color: #fff;
	font-family: 'open_sanssemibold';
	padding-left: 24px;
	margin-bottom: 0;
	position:relative;
	background:rgba(0,0,0,1);
}
/*#highlife-nxt h2{background: #6e7279;}
#highlife h2{background: #5face5;}
#limelight h2{background: #1a9aa5;}
#hotspot h2{background: #5f276d;}*/

#try-before-you-buy{
	position: relative;
	height: 516px;
	background: url(images/beforeyoubuy.jpg) no-repeat center top;
	background-size: cover;
}
#try-content {
    color: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    background: rgba(255,255,255,.8);
    padding-left: 67px;
    padding-right: 37px;
    padding-top: 35px;
    padding-bottom: 30px;
}
#try-content h2{
	color: #000;
	font-size: 50.5px;
	font-family: 'open_sanssemibold';
	line-height: 50px;
    margin-bottom: 15px;
}
#try-content h3{
    color: #6e7279;
    font-size: 44px;
    font-family: 'open_sansregular';
    line-height: 52px;
    margin-bottom: 0;
}
#contact-form-wrap{
    background: #252525;
    text-align: center;
	padding-bottom: 25px;
}
#contact-form-wrap p{
	color: #808488;
    font-size: 15px;
	font-style: italic;
	padding: 0 40px;
}
#contact-form {
    margin: 0 auto;
	padding-top: 55px;
}
#contact-form form{
	margin: 40px auto;
	max-width: 623px;
}
#contact-form h2{
	font-size: 29px;
	font-family: 'open_sansbold';	
	color: #fff;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea{
	color: #84888d;
    font-size: 15px;
    font-family: 'open_sansregular';
    border: 0;
    outline: none;
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 17px 21px 18px;
}
#contact-form textarea{
	height: 152px;
}
#contact-form input[type="radio"]{
    width: 20px;
    height: 20px;
    border: 0;
    margin: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}
#schedule-text {
    background: #2f2f2f;
    margin: 3px 0 13px;
    padding-top: 22px;
    padding-bottom: 28px;
}
#schedule-text ul,
#schedule-text ul li{
	margin: 0;
}
#schedule-text p{
	font-size: 18px;
	color: #fff;
	font-family: 'open_sansregular';
	margin-bottom: 12px;
	font-style: normal;
	padding: 0;
}
#schedule-text ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
#schedule-text label {
    font-size: 18px;
    color: #fff;
    font-family: 'open_sansregular';
    margin-bottom: 12px;
    font-weight: normal;
}
#contact-form input[type="submit"]{
	font-size: 19px;
    font-family: 'open_sansbold';
    color: #fff;
    line-height: 58px;
    border: solid 1px #fff;
    width: 273px;
    outline: none;
    background: transparent;
    margin-top: 16px;
    cursor: pointer;
    text-transform: uppercase;
	max-width: 100%;
    box-sizing: border-box;
	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#contact-form input[type="submit"]:hover{
	background: #fff;
	color: #808488;	
}
body footer {
text-align: center;
    background: #020202;
    padding: 30px 0 45px;
}
footer p{
	margin-bottom: 0;
	font-size: 14px;
	color: #373737;
	font-family: 'open_sansregular';
}
footer p a{
	color: #373737;
	text-decoration: none;
}
footer p a:hover{
	color: #373737;
	text-decoration: underline;
}
body#thank-you{
	background: #000;
}
#page-content {
	background: #fff;
    text-align: center;
    padding: 70px 0 130px;
}
#page-content h1{
	font-size: 40px;
	color: #000;
	font-family: 'open_sansbold';
	padding: 0 20px;
}
#page-content h3{
	font-size: 24px;
	color: #6e7279;
	font-family: 'open_sansbold';
	padding: 0 40px;
	line-height: 38px;
}
.yellow {color:#f1b41c;}
.green {color:#22b573;}
.white {color:#ffffff}
.menu.cloned {
padding: 10px 0px;
    z-index: 99;
    background: #fff;
    box-shadow: 0 3px 5px rgba(160, 160, 160, 0.5);
	
}
#videolink {
	float:left;
		width:45%;
	font-family: 'open_sansbold';
	padding-top: 0px;
	padding-bottom: 15px;
}
 