<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box; */

/* -ms-transform:
-moz-transform:
-webkit-transform:
transform:  */

body{
  margin: 0;
  padding: 0;
  background-color: rgb(14, 9, 109);
}
*{
  font-family: 'Montserrat', sans-serif;
}
a{
  text-decoration: none !important;
  cursor: pointer;
}
button{
  cursor: pointer;
}
*, *:before, *:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
/*==============================*/
.masthead-absolute{
  width: 100%;
  position: absolute;
  left: 50%;
	-ms-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
  z-index: 999;
  width: 1300px;
}
.masthead-relative {
  width: 100%;
  position: relative;
  background-color: #fdc700;
  height: 120px;
}
.logo{
  position: absolute;
  left: 0;
  height: 120px;
  padding: 1em;
}
.logo a{
  height: 100%;
  float: left;
}
.logo a img{
  height: 100%;
}
.logo h1{
  display: inline-block;
  float: left;
  color: darkred;
  font-size: 20px;
  line-height: 1em;
  font-weight: lighter;
  text-transform: uppercase;
  padding: 1em;
  vertical-align: top;
  padding: 0em 0em 0em 1em;
}
.masthead-relative section{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.phone{
  display: table;
  background-color: black;
  width: 100%;
}
.phone a{
  font-size: 20px;
  color: white;
  display: table-cell;
  width: 50%;
  padding: 1em;
  text-align: center;
  -webkit-transition: 0.3;
  -o-transition: 0.3;
  transition: 0.3;
}
.phone a:hover{
  color: yellow;
}
.main-nav{
  display: table;
  width: 100%;
}
.main-nav a{
  display: table-cell;
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding: 1em;
  font-size: 18px;
  letter-spacing: 1px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  border-bottom: 4px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-nav a:hover{
  color: yellow;
  border-bottom: 4px solid yellow;
}
.masthead-relative hr {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 50px;
  background: url("images/design_v.png");
  background-size: contain;
  border: 0;
}
main{
  margin: 0;
  padding: 0;
  margin: 0 auto;
  width: 1300px;
}
.menu-btn{
  position: absolute;
  top: 50%;
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
  left: 0;
  background-color: transparent;
  border: 2px solid white;
  text-transform: uppercase;
  color: white;
  border-radius: 1em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.phone-btn{
  position: absolute;
  top: 50%;
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
  right: 0;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 1em;
  text-transform: uppercase;
  color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.material-icons{
  font-size: 50px !important;
}
.phone-btn.mobile,.phone-btn:hover{
  background-color: gold;
  color: darkgreen;
}
.menu-btn.mobile,.menu-btn:hover{
  background-color: gold;
  color: darkgreen;
}
@media(max-width:1300px){
  .masthead-absolute{
    width: 100%;
  }
  main{
    width: 100%;
  }
}
@media(max-width:1200px){
  .phone a {
    padding: 0.75em;
    font-size: 18px;
  }
}
@media(max-width:1000px){
  .phone a {
    padding: 0.5em;
  }
}
@media(max-width:900px){
  .logo {
    height: 100px;
  }
  .logo h1 {
    font-size: 16px;
  }
  .masthead-relative section {
    width: 55%;
  }
  .main-nav a {
    padding: 0.75em;
  }
}
@media(max-width:750px){
  .menu-btn{
    display: block;
  }
  .phone-btn{
    display: block;
  }
  .masthead-relative{
    height: 100px;
  }
  .masthead-relative section {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .phone a {
    padding: 0.5em;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 20px;
  }
  .phone {
    display: block;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 999;
  }
  .main-nav {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #5a9765;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
  }
  .main-nav.mobile{
    height: 220px;
  }
  .phone.mobile{
    height: 100%;
  }
  .main-nav a {
    padding: 0.75em;
    display: block;
  }
  .logo {
    left: 50%;
		-ms-transform:translateX(-50%);
		-webkit-transform:translateX(-50%);
		transform:translateX(-50%);
    z-index: 999;
  }
  
.content-main {padding-right: 20px;}
}
@media(max-width:700px){
  .masthead-relative {
    height: 120px;
  }
  .logo h1{
    width: 100%;
    text-align: center;
    display: block;
  }
  .logo h1 br{
    display: none;
  }
  .logo a {
    height: 100%;
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media(max-width:500px){
  .logo {
    height: 85px;
  }
  .masthead-relative hr{
    height: 40px;
  }
}
@media(max-width:300px){
  .material-icons {
    font-size: 40px !important;
  }
  .logo {
    height: 75px;
  }
}
/*============================*/
footer{
  background-color:#de006e;
  position: relative;
  padding: 2em;
}
footer p{
  padding: 10px;
}
footer hr {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  background: url("images/design_v.png");
  background-size: contain;
  border: 0;
}
.footer-cont{
  width: 100%;
  display: table;
}
footer section{
  display: table-cell;
  width: 33%;
  padding: 2em;
  position: relative;
  vertical-align: top;
}
.logo-footer{
  display: block;
  width: 100%;
  opacity: 0.6;
}
.logo-footer img{
  width: 250px;
}
.logo-footer:hover{
  opacity: 1;
}
footer section ul {
  width: 45%;
  display: inline-block;
  text-align: left;
  list-style-type: none;
  vertical-align: top;
}
footer section ul li{
  list-style-type: none !important;
}
footer section ul li a{
  color: white !important;
  font-size: 20px;
  text-transform: capitalize;
}
.footer-booknow {
  position: absolute;
  left: 50%;
  top: 50%;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
  font-size: 20px;
  text-transform: uppercase;
  color: white !important;
  border: 2px solid white;
  padding: 10px;
  line-height: 1em;
  text-align: center;
  width: 100%;
}
@media(max-width:900px){
  footer section{
    display: block;
    width: 100%;
    text-align: center;
  }
  .logo-footer img {
    width: 180px;
  }
  footer section ul{
    text-align: center;
  }
  .footer-booknow{
    width: 280px;
  }
}
@media(max-width:650px){
  footer{
    padding: 0em;
  }
  footer hr{
    height: 30px;
  }
}
@media(max-width:500px){
  footer section{
    padding: 2em 0em 0em 0em;
  }
  footer section ul {
    text-align: center;
    width: 100%;
  }
  footer section ul li{
    padding: 1em;
  }
  .footer-booknow{
    width: 200px;
  }
}
.top-cont, .mid-cont, .bottom-cont{
  width: 100%;
  position: relative;
}





.content-main {
padding:20px;
background-color: white;
padding-bottom: 4em;
background-image: url("images/bg1.png");
background-size: cover;
background-attachment: fixed;
max-width: 1500px; 
margin: 0 auto;
padding-top: 150px;
}


.content-main p {
    font-size: 16px;


padding-bottom: 20px;
line-height: 2em;
}




.bulletpointstyles li {
  font-size: 16px;

line-height: 2em;
margin-left: 2em;
}


.content-main h1, .content-main h2, .content-main h3  {
    color: #1f8110;
font-size: 38px;
letter-spacing: 1.5px;
padding-bottom: 10px;
}



dl {
 border:3px double #999;
 padding:.5em!important
}
dt {
 float:left;
 clear:left;
 width:130px;
 text-align:right;
 font-size:15px;
 margin-top:0;
 padding-right:20px!important;
 padding-bottom:10px!important
}
dd {
 margin:0 0 0 150px!important;
 padding:0 0 .5em!important;
 font-size:15px !important;
line-height: 28px !important;

}
.introphoto {
 padding:3px;
 margin:8px;
 background:-webkit-linear-gradient(top,#ede1c9,#fef8e2 20%,#f2ebde 60%);
 background:-o-linear-gradient(top,#ede1c9,#fef8e2 20%,#f2ebde 60%);
 background:-webkit-gradient(linear,left top, left bottom,from(#ede1c9),color-stop(20%, #fef8e2),color-stop(60%, #f2ebde));
 background:linear-gradient(top,#ede1c9,#fef8e2 20%,#f2ebde 60%);
 -webkit-transform:rotate(0);
 -ms-transform:rotate(0);
 transform:rotate(0)
}
.bottomphotos {
 margin-left:10px;
 padding:0 0 25px;
 position:relative;
 float:left;
 font:400 11px Arial,sans-serif;
 text-align:center;
 font-weight:700
}
.bottomphotos img {
 padding:4px;
 -webkit-box-shadow:4px 4px 8px -4px rgba(0,0,0,.75);
 box-shadow:4px 4px 8px -4px rgba(0,0,0,.75);
 background:#eee6d8;
 background:-webkit-linear-gradient(top,#ede1c9,#fef8e2 20%,#f2ebde 60%);
 background:-o-linear-gradient(top,#ede1c9,#fef8e2 20%,#f2ebde 60%);
 background:-webkit-gradient(linear,left top, left bottom,from(top),color-stop(#ede1c9),color-stop(20%, #fef8e2),color-stop(60%, #f2ebde));
 background:linear-gradient(top,#ede1c9,#fef8e2 20%,#f2ebde 60%);
 display:block;
 margin-bottom:7px
}
.participant {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
}
.top-left {
 float:left;
 width:74%
}
.top-right {
 float:right;
 width:25%
}
@media(max-width:770px) {
 .top-left,.top-right {
  width:96%!important
 }

}
.GridAltRowCart span,.GridRowCart span {
 font-size:14px;
 line-height:1.3em;
 margin-top:10px
}
.GridAltRowCart input,.GridRowCart input {
 width:30px!important
}
.GridAltRowCart,.GridRowCart {
 border-bottom:1px solid #666!important
}
.GridAltRowCart {
 background-color:#E6FFDE
}
.GridRowCart {
 background-color:#FEFFF7
}
.Normal,.NormalBold,.top-right {
 color:#000
}
#dnn_ctr372_CartQuickView_hypContact {
 border:1px solid #fff;
 border-radius:3px;
 moz-border-radius:3px;
 -webkit-box-shadow:0 0 5px rgba(0,0,0,1);
 box-shadow:0 0 5px rgba(0,0,0,1);
 font-size:12px;
 color:#fff;
 padding:1px 17px;
 background-color:#279627;
 line-height:6
}
#dnn_ctr372_CartQuickView_hypCheckout,#dnn_ctr372_CartQuickView_lnkAddToCart {
 border:1px solid #fff700;
 border-radius:6px;
 moz-border-radius:6px;
 font-size:12px;
 font-weight:700;
 color:#000;
 padding:10px;
 background:#ffd500;
 background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffd500),color-stop(100%,#ff8c00));
 background:-webkit-linear-gradient(top,#ffd500 0,#ff8c00 100%);
 background:-o-linear-gradient(top,#ffd500 0,#ff8c00 100%);
 background:-webkit-gradient(linear,left top, left bottom,color-stop(0, #ffd500),to(#ff8c00));
 background:linear-gradient(top,#ffd500 0,#ff8c00 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd500', endColorstr='#ff8c00', GradientType=0 )
}
.GreenMed,.MainContentSmall {
 font-size:17px;
 font-family:oswald,sans-serif
}
#dnn_ctr372_CartQuickView_ucCollector_ParticipantNamesandAges {
 height:30px
}
.one-edge-shadow {
 padding:4px;
 -webkit-box-shadow:4px 4px 8px -4px rgba(0,0,0,.75);
 box-shadow:4px 4px 8px -4px rgba(0,0,0,.75);
 background:#eee6d8;
 background:-webkit-linear-gradient(top,#ede1c9,#fef8e2 20%,#f2ebde 60%);
 background:-o-linear-gradient(top,#ede1c9,#fef8e2 20%,#f2ebde 60%);
 background:-webkit-gradient(linear,left top, left bottom,from(top),color-stop(#ede1c9),color-stop(20%, #fef8e2),color-stop(60%, #f2ebde));
 background:linear-gradient(top,#ede1c9,#fef8e2 20%,#f2ebde 60%);
 display:block;
 margin-bottom:7px
}

.palm-h{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 998;
  width: 12.1%;
}
.palm2-h{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 998;
  width: 12.1%;
}
@media(max-width:768px){
  .palm{
    width: 120px;
  }
  .palm2{
    width: 120px;
  }
    .palm-h{
    width: 120px;
  }
  .palm2-h{
    width: 120px;
  }
}

.main-wrapper {
  width: 100%;
  background-image: url(images/bg.jpg);
	
	background-position:top;
	position:relative;
	background-attachment:fixed;
  -webkit-box-shadow: inset 0px 0px 150px antiquewhite;
          box-shadow: inset 0px 0px 150px antiquewhite;
}
#dnn_ctr379_Contact_plName_imgHelp {
	text-decoration: none;
	border : solid 1px #ffffff;
	border-radius : 3px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 5px #666;
	-moz-box-shadow : 0px 0px 5px #666;
	box-shadow : 0px 0px 5px #666;
	font-size : 12px;
	color : #ffffff;
	padding : 1px 17px;
	background-color: #FFD500;
	line-height: 6;
}



#dnn_ctr379_Contact_lnkSubmit {
	border : solid 2px #ffffff !important;
	border-radius : 3px !important;
	moz-border-radius : 3px !important;
	-webkit-box-shadow : 0px 0px 1px rgba(0,0,0,0.7) !important;
	-moz-box-shadow : 0px 0px 1px rgba(0,0,0,0.7) !important;
	box-shadow : 0px 0px 1px rgba(0,0,0,0.7) !important;
	font-size : 20px !important;
	color : #ffffff !important;
	padding : 1px 17px !important;
	background-color : #04498C !important;

}

A.CommandButton:link {
    text-decoration: none;
}


#dnn_ctr379_Contact_txtName, #dnn_ctr379_Contact_txtEmail, #dnn_ctr379_Contact_txtSubject, 

#dnn_ctr379_Contact_txtMessage {
	padding: 5px;
	width: 80%;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#dnn_ctr379_Contact_plName_imgHelp, #dnn_ctr379_Contact_plCopy_lblLabel, 

#dnn_ctr379_Contact_plEmail_imgHelp, #dnn_ctr379_Contact_chkCopy, 

#dnn_ctr379_Contact_plSubject_imgHelp, #dnn_ctr379_Contact_plMessage_imgHelp, 

#dnn_ctr379_Contact_plCopy_imgHelp, #dnn_ctr398_Product_ucProductDetails_tblMembershipInfo 

{display:none;}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.breadcrumbs {font-size: 15px; padding-bottom: 10px;}


.landingbox td, .landingbox tr:first-child td, .landingbox-sno td, .landingbox-sno tr:first-child td {
	text-align:left;
	font-family:Arial
}
.landingbox {
	margin:0;
	padding:0;
	width:100%;
	box-shadow:10px 10px 5px #888;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-topleft:0;
	-webkit-border-radius:0;
	border-radius:0
}
.landingbox table {
	border-collapse:collapse;
	border-spacing:0;
	width:99%;
	margin:0 0 20px;
	padding:0
}
.landingbox td {
	vertical-align:middle;
	padding:10px;
	font-size:10px;
	font-weight:400;
	color:#000
}
.landingbox tr:first-child td {
	background-color:#79E410;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#79E410, endColorstr=#79E410);
	background-image:-moz-linear-gradient(top, #51980C 0, #79E410 28%, #fff 98%);
	background-image:linear-gradient(top, #51980C 0, #79E410 28%, #fff 98%);
	background-image:-webkit-linear-gradient(top, #51980C 0, #79E410 28%, #fff 98%);
	background-image:-o-linear-gradient(top, #51980C 0, #79E410 28%, #fff 98%);
	background-image:-ms-linear-gradient(top, #51980C 0, #79E410 28%, #fff 98%);
	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0, #51980C), color-stop(28%, #79E410), color-stop(98%, #fff));
	font-size:14px;
	font-weight:700
}
.landingtitle {
	font-size:18px;
	text-shadow:1px 1px 2px #000, 0 0 3px #0000A0;
	color:#Fff!important
}
.landingsaving   {
	padding-left:15px;
	color:#F30;
}

.landingsaving strong  {
	text-shadow:1px 1px 1px #3f1919, 0 0 1px #3f1919;
}

.landingduration {
	float:right;
	padding-top:5px;
	padding-right:10px
}
.landingphoto {
	padding:6px 6px 7px;
	-webkit-box-shadow:4px 4px 8px -4px rgba(0, 0, 0, .75);
	-moz-box-shadow:4px 4px 8px -4px rgba(0, 0, 0, .75);
	box-shadow:4px 4px 8px -4px rgba(0, 0, 0, .75);
	background:#eee6d8;
	background:-webkit-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:-moz-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:-o-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:-ms-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	-webkit-transform:rotate(0);
	transform:rotate(0);
	-webkit-backface-visibility:hidden
}
.landingbutton {
	border:1px solid #fff700;
	border-radius:6px;
	moz-border-radius:6px;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 1);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 1);
	box-shadow:0 0 5px rgba(0, 0, 0, 1);
	font-size:15px;
	color:#fff;
	background:#ffd500;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd500), color-stop(100%, #ff8c00));
	background:-moz-linear-gradient(top, #ffd500 0, #ff8c00 100%);
	background:-webkit-linear-gradient(top, #ffd500 0, #ff8c00 100%);
	background:-o-linear-gradient(top, #ffd500 0, #ff8c00 100%);
	background:-ms-linear-gradient(top, #ffd500 0, #ff8c00 100%);
	background:linear-gradient(top, #ffd500 0, #ff8c00 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd500', endColorstr='#ff8c00', GradientType=0);
	width:110px;
	float:right;
	padding:5px;
	margin:10px
}
.landingprice-sno, .landingsaving-sno {
	float:left;
	padding-top:5px
}
a.landingbuttonlink:active, a.landingbuttonlink:link, a.landingbuttonlink:visited {
	text-decoration:none;
	color:#FFF
}
a.landingbuttonlink:hover {
	text-decoration:none;
	color:#248312
}
.landingbox-sno {
	margin:0;
	padding:0;
	width:100%;
	box-shadow:10px 10px 5px #888;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-topleft:0;
	-webkit-border-radius:0;
	border-radius:0
}
.landingbox-sno table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin:0 0 20px;
	padding:0
}
.landingbox-sno td {
	vertical-align:middle;
	padding:10px;
	font-size:10px;
	font-weight:400;
	color:#000
}
.landingbox-sno tr:first-child td {
	background-color:#3EEFFF;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0E7C86, endColorstr=#1EB9C6);
	background-image:-moz-linear-gradient(top, #0E7C86 0, #1EB9C6 20%, #fff 87%);
	background-image:linear-gradient(top, #0E7C86 0, #1EB9C6 20%, #fff 87%);
	background-image:-webkit-linear-gradient(top, #0E7C86 0, #1EB9C6 20%, #fff 87%);
	background-image:-o-linear-gradient(top, #0E7C86 0, #1EB9C6 20%, #fff 87%);
	background-image:-ms-linear-gradient(top, #0E7C86 0, #1EB9C6 20%, #fff 87%);
	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0, #0E7C86), color-stop(20%, #1EB9C6), color-stop(87%, #fff));
	font-size:17px;
	
}
.landingtitle-sno {
	font-size:18px;
	text-shadow:1px 1px 2px #000, 0 0 3px #0000A0;
	color:#Fff!important
}
.landingsaving-sno {
    color: #FFEA00;
    text-shadow: 1px 1px 1px #3F1919, 0px 0px 1px #EDEDE3;
}
.landingduration-sno {
	float:right;
	padding-top:5px;
	padding-right:10px
}
.landingphoto-sno {
	padding:6px 6px 7px;
	-webkit-box-shadow:4px 4px 8px -4px rgba(0, 0, 0, .75);
	-moz-box-shadow:4px 4px 8px -4px rgba(0, 0, 0, .75);
	box-shadow:4px 4px 8px -4px rgba(0, 0, 0, .75);
	background:#eee6d8;
	background:-webkit-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:-moz-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:-o-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:-ms-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	-webkit-transform:rotate(0);
	transform:rotate(0);
	-webkit-backface-visibility:hidden
}
.landingphoto-res, .landingphoto-sno-res {
	-moz-transform:rotate(0);
	-o-transform:rotate(0);
	-ms-transform:rotate(0);
	-webkit-backface-visibility:hidden
}
.landingbutton-sno {
	border:1px solid #fff700;
	border-radius:6px;
	moz-border-radius:6px;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 1);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 1);
	box-shadow:0 0 5px rgba(0, 0, 0, 1);
	font-size:15px;
	color:#fff;
	background:#ffd500;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd500), color-stop(100%, #ff8c00));
	background:-moz-linear-gradient(top, #ffd500 0, #ff8c00 100%);
	background:-webkit-linear-gradient(top, #ffd500 0, #ff8c00 100%);
	background:-o-linear-gradient(top, #ffd500 0, #ff8c00 100%);
	background:-ms-linear-gradient(top, #ffd500 0, #ff8c00 100%);
	background:linear-gradient(top, #ffd500 0, #ff8c00 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd500', endColorstr='#ff8c00', GradientType=0);
	width:110px;
	float:right;
	padding:5px;
	margin:10px
}
.landingbox-res, .landingbox-sno-res {
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-topleft:0
}
a.landingbuttonlink-sno:active, a.landingbuttonlink-sno:link, a.landingbuttonlink-sno:visited {
	text-decoration:none;
	color:#000 !important;
font-size: 18px;
}
a.landingbuttonlink-sno:hover {
	text-decoration:none;
	color:#002868
}
.landingbox-res td, .landingbox-sno-res td {
	vertical-align:middle;
	color:#000;
	font-family:Arial;
	text-align:left
}
.landingbox-res {
	margin:0;
	padding:0;
	width:100%;
	box-shadow:10px 10px 5px #888;
	-webkit-border-radius:0;
	border-radius:0
}
.landingbox-res table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin:0 0 20px;
	padding:0
}
.landingbox-res td {
	padding:10px;
	font-size:10px;
	font-weight:400
}
.landingbox-res tr:first-child td {
	background-color:#79E410;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#79E410, endColorstr=#79E410);
	background-image:-moz-linear-gradient(top, #51980C 0, #79E410 28%, #fff 98%);
	background-image:linear-gradient(top, #51980C 0, #79E410 28%, #fff 98%);
	background-image:-webkit-linear-gradient(top, #51980C 0, #79E410 28%, #fff 98%);
	background-image:-o-linear-gradient(top, #51980C 0, #79E410 28%, #fff 98%);
	background-image:-ms-linear-gradient(top, #51980C 0, #79E410 28%, #fff 98%);
	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0, #51980C), color-stop(28%, #79E410), color-stop(98%, #fff));
	text-align:left;
	font-size:14px;
	font-family:Arial;
	font-weight:700
}
.landingbox-res, .landingbox-res table {
	max-width:100%!important;
	display:block
}
.landingphoto-res {
	padding:6px 6px 7px;
	-webkit-box-shadow:4px 4px 8px -4px rgba(0, 0, 0, .75);
	-moz-box-shadow:4px 4px 8px -4px rgba(0, 0, 0, .75);
	box-shadow:4px 4px 8px -4px rgba(0, 0, 0, .75);
	background:#eee6d8;
	background:-webkit-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:-moz-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:-o-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:-ms-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	-webkit-transform:rotate(0);
	transform:rotate(0);
	max-width:100%
}
.landingbox-sno-res, .landingbox-sno-res table {
	width:100%;
	max-width:100%!important;
	padding:0;
	display:block
}
.landingbox-sno-res {
	box-shadow:10px 10px 5px #888;
	margin:0;
	-webkit-border-radius:0;
	border-radius:0
}
.landingbox-sno-res table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 20px
}
.landingbox-sno-res td {
	font-size:10px;
	font-weight:400;
	padding:10px
}
.landingbox-sno-res tr:first-child td {
	background-color:#3EEFFF;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0E7C86, endColorstr=#1EB9C6);
	background-image:-moz-linear-gradient(top, #0E7C86 0, #1EB9C6 20%, #fff 87%);
	background-image:linear-gradient(top, #0E7C86 0, #1EB9C6 20%, #fff 87%);
	background-image:-webkit-linear-gradient(top, #0E7C86 0, #1EB9C6 20%, #fff 87%);
	background-image:-o-linear-gradient(top, #0E7C86 0, #1EB9C6 20%, #fff 87%);
	background-image:-ms-linear-gradient(top, #0E7C86 0, #1EB9C6 20%, #fff 87%);
	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0, #0E7C86), color-stop(20%, #1EB9C6), color-stop(87%, #fff));
	text-align:left;

padding-bottom: 10px;
text-shadow: 0px 0px 5px white;
 
}

.landingbox-sno-res span {font-size: 16px !important;}
.introphoto, .landingphoto-sno-res {
	-webkit-box-shadow:4px 4px 8px -4px rgba(0, 0, 0, .75);
	-moz-box-shadow:4px 4px 8px -4px rgba(0, 0, 0, .75);
	background:#eee6d8
}
.landingphoto-sno-res {
	padding:6px 6px 7px;
	box-shadow:4px 4px 8px -4px rgba(0, 0, 0, .75);
	background:-webkit-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:-moz-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:-o-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:-ms-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	background:linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
	-webkit-transform:rotate(0);
	transform:rotate(0)
}
.landingtitle a, .landingtitle-ph a, .landingtitle-sno a {
	font-size:18px;
	text-shadow:1px 1px 2px #000, 0 0 3px #0000A0;
	color:#FFF!important
}

@media (min-width:600px){
.booknowformobile {display: none;}
}
.GreenLrg {display: none !important;}

.TBook {
    height: 43px;
}

#dnn_ctr371_CartQuickView__ctl0_dgAttributeView__ctl2_Label2 {display: none;}

.breadcrumbs-custom {margin-top:20px;}
#dnn_ctr_ContentPane {padding-top: 150px !important;}</pre></body></html>