@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: "Wingdings";
  src: url("../fonts/dc9172bac9845c6d09b1560c90ec672a.eot"); /* IE9*/
  src: url("../fonts/dc9172bac9845c6d09b1560c90ec672a.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/dc9172bac9845c6d09b1560c90ec672a.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/dc9172bac9845c6d09b1560c90ec672a.woff") format("woff"), /* chrome、firefox */
  url("../fonts/dc9172bac9845c6d09b1560c90ec672a.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/dc9172bac9845c6d09b1560c90ec672a.svg#Wingdings W95 1") format("svg"); /* iOS 4.1- */
}
html, body {height:100%;}
body {
	background-color: #f1f1ec;
	font-family: 'PT Serif', serif;
	color: black;
	border:0;
	margin:0;
	padding:0;
}
#splash {
	width:100%;
	height:100%;
	min-height:650px;
	padding:0 0 75px;
	background-image:url(../img/leaves.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:2560px 1440px;
	background-color:#1b3910;
	display:block;
	position:absolute;
	top:0;
	text-align:center;
}
#lines {
	width:100%;
	height:100%;
	min-height:650px;
	background-image:url(../img/lines.svg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:2560px 1440px;
	display:block;
	position:relative;
	text-align:center;
	margin:0;
}
#lines img { 
	height:28%;
	max-height:230px;
	}
#buffer1 {
	width:100%;
	height:13%;
	min-height:0px;
	display:block;
}
#buffer2 {
	width:100%;
	height:7%;
	min-height:0px;
	display:block;
}
#buffer3 {
	width:100%;
	height:113px;
	display:block;
}
#frame1 {
	width:90%;
	max-width:980px;
	/* height:210px; */
	padding:10px 0;
	font-family: "Knockout 34 A", "Knockout 34 B", helvetica, sans-serif;
	margin:0 auto;
	background: #c2b89e;
	color:black;
	text-transform:uppercase;
	position:relative;
	z-index:500;
}
#frame1 hr {
	border:0;
	width:126px;
	height:1px;
	background-color:black;
	margin: 30px auto;
}
#frame1 h1, #frame1 h2 {
	margin:0 auto;
	font-weight:normal;
}
#frame1 h1 { font-size:26px; letter-spacing:2px; max-width:600px}
#frame1 h2 { font-size:14px; margin-top:15px; letter-spacing:1px;}
#scroll {
	width:424px;
	height:100px;
	font-family: "Knockout 34 A", "Knockout 34 B", helvetica, sans-serif;
	margin:0 0 0 -212px;
	position:absolute;
	bottom:0;
	left:50%;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 71%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 71%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 71%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#scroll img {
	width:30px;
	height:30px;
	margin:0;
}
#scroll p {
	font-size:16px;
	text-transform:uppercase;
	color:#c2b89e;
}
.thing {
	width:100%;
	/*min-height: 450px;*/
	height:auto;
	display:block;
	position:relative;
	text-align:center;
	}
.thing img.full {
	width:100%;
	height:auto;
	display:block;
	margin:0;
}
.half {
	min-height:350px;
	width:50%;
	padding:50px 0;
	display:inline-block;
	background:#c2b89e;
	text-align:left;
	float:left;
	font-size:0;
	-webkit-text-size-adjust: none;
}
.link:hover {
	cursor:pointer;
}
.pics {
	min-height:524px;
}
.pic {
	min-height:425px;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}
.bump {padding-top:39px;}
 
.shallow {min-height:259px;}
.shallow div.half {min-height:160px;}
.one {min-height:375px;}
.one div.half {min-height:275px;}
.two {min-height:335px;}
.two div.half {min-height:350px;}
.three, .point {min-height:480px;}
.three div.half , .point div.half {min-height:380px;}
.four {min-height:550px;}
.four div.half {min-height:450px;}
.five {min-height:840px; }
.five div.half {min-height:520px; padding-top:120px;}
.six {min-height:805px; }
.six div.half {min-height:635px; padding-top:120px;}

.light {background:#e3e2d8;}

.half h1, .half h2, .half a {
	text-transform:uppercase;
	font-family: "Knockout 34 A", "Knockout 34 B", helvetica, sans-serif;
	font-size:28px;
	letter-spacing:1px;
	color:white;
	font-weight:normal;
	width:430px;
	text-align:left;
	margin:0 60px 5px;
}
.half h2 {
	font-size:18px;
	margin-bottom:50px;
}
.half h1 img {
	float:right;
	width:30px;
}
.half p img {
	width:140px;
	float:left;
	margin-top:40px;
}

.half a, .half a:link, .half a:visited, .half a:active, .half a:hover {
	font-size:18px;
	color:black;
	position:relative;
	text-decoration:none;
	outline:none;
}
.half h2 img, .half a img {
	width:30px;
	margin-left:35px;
	position:relative;
	top:8px;
}
.half a img { float:none}
.half a:link {margin-top:0px;}
.half p {
	font-family: 'PT Serif', serif;
	color: white;
	font-size:15px;
	width:430px;
	margin:0 60px 10px;
	line-height:1.5em;
}
.half p:last-of-type {
	margin:0 60px;
}
.light p, .light h1, .light h2 {color: black;}
.left {float:left}
.right {float:right}
.left p, .left h1, .left h2, .left a, .left img {float:right}
.right p, .right h1, .right h2, .right a, .right img {float:left}

#formwrap {
	width:100%;
	height:70%;
	min-height:780px;
	text-align:center;
	position:relative;
	z-index:450;
}
#form {
	width:80%;
	height:500px;
	min-width:668px;
	max-width:880px;
	padding:50px;
	background:#c2b89e;
	margin: 130px auto 0;
	font-family: "Knockout 34 A", "Knockout 34 B", helvetica, sans-serif;
	-webkit-text-size-adjust: none;
}
#form iframe {
	width:680px;
	height:520px;
	margin:0 auto;
	background:#c2b89e;
	border:0;
	display:block;
	overflow:hidden;
}
.footwrap {
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	min-height:1000px;
	z-index:5;
}
.foot {
	padding:40px 0;
	width:100%;
	min-height:35px;
	display:block;
	position:relative;
	text-align:center;
	background-color:#f1f1ec;
	font-family: "Knockout 34 A", "Knockout 34 B", helvetica, sans-serif;
}
.bottom {
	position:absolute;
	bottom:0;
}
.foot p {
	font-size:10px;
	text-transform:uppercase;
	margin:0 auto;
	width:95%;
	max-width:980px;
	text-align:left;
	letter-spacing:1px;
}
.foot p img {
	height:40px;
	float:right;
}
.foot p img:hover {
	cursor:pointer;
}
.foot span.bullet {
	color:#c2b89e;
	margin:0 10px;
	font-size:5px;
	top:-2px;
}
.foot p a, .foot p a:link, .foot p a:visited {
	line-height:2.0em;
	color:#c2b89e;
	text-decoration:none;
	outline:none;
}
.foot p a:hover, .foot p a:active {
	color:black;
	outline:none;
}
#next {
	position:relative;
	top:0;
	text-align:center;
	width:100%;
	height:74px;
	display:block;
	z-index:500;
	background-image:url(../img/leaves.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:2560px 1440px;
	background-color: #f1f1ec;
}
#next.stick {
	position:fixed;
	top:0;
}
#next img {
	width:140px;
	position:absolute;
	left:50%;
	top:25px;
	margin-left:-70px;
}
#next ul {
	width:100%;
	background-color:black;
	color:#c2b89e;
	padding:14px 0 12px;
	text-transform:uppercase;
	font-family: "Knockout 34 A", "Knockout 34 B", helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	position:absolute;
	top:63px;
	list-style-image: none;
}
#next li {
	display:inline-block;
	padding:0 4px;
	position:relative;
	right:10px;
	text-decoration:none;
}
#next li a, #next li a:link, #next li a:visited {
	display:inline-block;
	position:relative;
	text-decoration:none;
	color:#c2b89e;
}
#next li a:hover, #next li a:active {
	color:white;
}
#next li.burger {display:none}
#next li.spacer {width:140px;}
#next li.active {color:white}
.bullet {
	font-family:"Wingdings" !important;
	font-style:normal;
	font-size:5px;
	text-transform:none;li
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
	position:relative;
	top:-3px;
}
#next li.bullet {
	top:-2px;
}

#shade {
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;
	padding:50px 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	
	font-family: "Knockout 34 A", "Knockout 34 B", helvetica, sans-serif;
	color:white;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	}
#shade p {
	max-width:660px;
	margin:0 auto 25px;
	font-size:20px;
}
#shade a, #shade a:link, #shade a:visited {
	color:black;
	padding:6px 20px 6px;
	background: #c2b89e;
	text-decoration:none;
}
#shade a:hover, #shade a:actve {
	color:white;
	background:black;
}

#disclaimer {
	background:#c2b89e;
	text-align: left;
	padding: 50px;
	width: 220px;
	max-height: 500px;
	position:relative;
	left:0;
	overflow:hidden;
	color: black;
	text-transform:none;
	letter-spacing: 0px;
	-webkit-text-size-adjust: none;
}
#disclaimer p {
	font-size:13px;
	margin: 10px 0 0 0;
	-webkit-text-size-adjust: none;
	text-transform:none;
}
#map {
	width:900px;
	font-size:0;
}
#map img {
	width:100%;
	height:auto;
	margin:0;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../img/loader.gif') center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
	z-index:100;
	
    display: block;

    width: 30px;
    height: 30px;
	
    margin-top: -15px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border:0;
    outline: none;
    background:url(../img/spacer.gif);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background:url(../img/spacer.gif);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 0.5;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: 1;
}

.slick-prev
{
    left: 30px;
}
[dir='rtl'] .slick-prev
{
    right: 30px;
    left: auto;
}
.slick-prev:before
{
    content: url(../img/left.svg);
}
[dir='rtl'] .slick-prev:before
{
    content: url(../img/right.svg);
}

.slick-next
{
    right: 30px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 30px;
}
.slick-next:before
{
    content: url(../img/right.svg);

}
[dir='rtl'] .slick-next:before
{
    content: url(../img/left.svg);
}
.slider1 {
	width: 100%;
	margin: 113px auto 0;
	padding: 0;
	position:relative;
	min-height:0;
}
.slider1 div {
	width: 100%;
	margin: 0;
}
.slider1 div img {
	width: 100%;
	margin:0;
	padding:0;
}

/* 09-04-2018 */
@media(min-width:767px){
.news_updates {
    display:  table;
    width: 100%;
    margin-top: 114px;
}
}
.news_updates > div {
    float:  none;
    display:  table-cell;
    vertical-align:  middle;
    min-height: unset !important;
    padding: 15px 0;
}

.news_updates .half h2 {
    font-size: 16px;
    text-transform:  none;
    margin-bottom: 15px;
}

.news_updates .half a:link, .news_updates .half a {
    font-size: 13px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #009fff !important;
    letter-spacing: 0;
    font-family: 'PT Serif', serif;
}

.news_updates .half h2 span {
    color: #a28229;
    text-transform:  uppercase;
    margin-bottom:  10px;
    display:  block;
}
.news_updates > div.half.right {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media(max-width:767px){
.news_updates {
    margin-top: 87px;
    width: 100%;
}


.news_updates > div {
    float: none;
    display: block;
    vertical-align: middle;
    min-height: 60px !important;
    width: 100%;
    box-sizing:  border-box;
    padding: 25px;
}

.news_updates .half p,.news_updates  .half h1,.news_updates  .half h2, .news_updates .half a {
    width:  100%;
    margin: 10px  0 !important;
    box-sizing:  border-box;
    float:  none;
}



.news_updates .half a:link {
    display:  block;
}	
}

/* 09-04-2018 */


/* > 1200 */
@media only screen and (min-width: 1200px) {
#map { width:1200px; }
}
/* < 1000 */
@media only screen and (max-width: 999px) {
#map { width:700px; }
.half p, .half h1, .half h2, .half a { width:350px; margin:0 30px 10px;}
.half p:last-of-type {margin:0 30px;}

.half {min-height:450px;}
.shallow {min-height:299px;}
.shallow div.half {min-height:200px;}
.one {min-height:475px;}
.one div.half {min-height:375px;}
.two {min-height:435px;}
.two div.half {min-height:450px;}
.three, .point  {min-height:580px;}
.three div.half, .point div.half {min-height:480px;}
.four {min-height:650px;}
.four div.half {min-height:550px;}
.five {min-height:940px; }
.five div.half {min-height:620px; padding-top:120px;}
.six {min-height:905px; }
.six div.half {min-height:735px; padding-top:120px;}

#next ul {
	letter-spacing:0;
	}
#next li {
	padding:0 2px;
}
}
/* < 850 */
@media only screen and (max-width: 849px) {
	
#map { width:700px; }

#formwrap { height:auto;}
#form {
	width:500px;
	height:550px;
	min-width:0;
	max-width:none;
	padding:20px 0 0;
	margin: 80px auto 0;
}
#form iframe {
	width:500px;
	height:550px;
}
#next li.burger:hover { cursor:pointer;}
#next ul {
	height:13px;
	overflow:hidden;
	}
#next li {
  display:block;
  padding:6px 10px 5px;
  width:100%;
  text-align:left;
  right:0;
  border-bottom: 1px solid white;
  font-size:16px;
   line-height:1.2em;
}
#next li:hover, #next li:hover a {
	background-color:#c2b89e;
	color:black;
}
#next li.burger:hover, #next li.burger:hover a {
	background-color:black;
	color:#c2b89e;
}
#next li a:hover {color:black;}
#next li.bullet, #next li.spacer { display:none;}
#next li.burger {display:block; padding-top:0; padding-bottom:11px; line-height:0.9em;}
.half {float:none; width:100%}
.half h1, .half h2, .half p { width:85%}
.half h1 br {display:none}
.left p, .left h1, .left h2, .left a, .left img {float:left}
.thing {font-size:0}
.shallow div.half, .one div.half, .two div.half, .three div.half, .four div.half, .five div.half, .six div.half, .point div.half,
.shallow, .one, .two, .three, .four, .five, .six, .point {min-height:25px;}
.hm2 h1, .hm h2 {display:none;}
.hm1 {padding-bottom:0;}
.hm2 {padding-top:0;}
}
/* < 720 */
@media only screen and (max-width: 719px) {	
#map { width:500px; }
}
/* < 550 */
@media only screen and (max-width: 549px) {	
#map { width:290px; }
#buffer1, #buffer2 {height:25px;}
#lines, #splash {display:none}
#lines img { height:auto;width:280px;}
#scroll {width:320px; margin:0 0 0 -160px}
#scroll img { width:30px;}
#frame1 h1 { font-size:16px;}
#frame1 h2 { font-size:11px;}
#frame1 hr { margin:10px auto}
#frame1 span.bullet {  top:-2px;}
#shade {height:70px;}
#shade p {font-size:16px; margin-bottom:14px; line-height:1.0em; max-width:85%;}
#shade a:link, #shade a:visited {font-size:14px; padding:2px 15px 2px; margin:0 auto; line-height:1.0em; color:white; background-color:#e70727;}
.half {padding:20px 0;}
.shallow {min-height:0px;}
.shallow div.half, .shallow div.half, .one div.half, .two div.half, .three div.half, .four div.half, .five div.hal, .six div.half, .point div.half {min-height:20px;}
.half h1 {font-size:20px; margin-bottom:0;}
.half h1 img {width:24px;}
.pics {min-height:324px;}
.pic {min-height:285px;}
.foot p {margin-bottom:10px;}
.foot p img {margin-top:10px;}
.foot p a, .foot p a:link, .foot p a:visited {display:block; margin:0; padding:0; line-height:1.2em;}
.foot span {display:none}
.slider1 {margin: 89px auto 0;}
#buffer3 {height:89px;}
#next {height:50px;}
#next ul {top:39px;}
#next img {width:100px;margin-left:-50px;top:25px;}
.five div.half {padding-top:50px;}
.six div.half {padding-top:50px;}

#form {
	width:320px;
	height:620px;
	padding:10px 0 0;
	margin: 40px auto 0;
}

#form iframe {width:300px; height:620px}
}
@media(min-width:1101px){
    #next img {
        margin-left: -115px;
    }
}

@media(max-width:1100px) and (min-width:941px){
    #next li a {
        font-size: 10px;
    }

    #next li {
        padding: 0px 2px;
    }

    #next img {
        margin-left: -108px;
    }
}

@media(max-width:940px) and (min-width:850px){
    #next img {
       margin-left: -103px;
    }

    #next li {
        padding: 0px 1px;
    }
}
