@import url(https://fonts.googleapis.com/css?family=Lato:700,900);
@import url(https://fonts.googleapis.com/css?family=Rye);
@import url(https://fonts.googleapis.com/css?family=IM+Fell+English);

/* ============================== */
/* RESETS */
/* ============================== */

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

/* ============================== */
/* SITE ELEMENTS  */
/* ============================== */

* {
	margin: 0; 
	padding: 0;
	
}
/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

html {

}

html {height: 100%;   }



body {
	height: auto;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.4;
	color: #111;
	background: #f2f2f2 url(images/bg.jpg) center 0px no-repeat;
	background: #f2f2f2 url(images/bg.jpg) center top;
	overflow-x: hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	}

::-moz-selection  { background: #09f; color:#000; text-shadow: none; }

::selection  { background: #09f; color:#000; text-shadow: none; } 

a {cursor: pointer;}
	
a:active, a:focus{outline: 0;}

img {height: auto; border: none;}
	
.left {float: left;}

.right {float: right;}

.center {text-align: center;}

ul, li {list-style: none;}

img, object, embed {max-width: 100%;}

.clear {
  display: block;
  content: " ";
  clear: both;
  width: 100%;
}

textarea {resize: none;}

/* ============================== */
/* TYPOGRAPHY  */
/* ============================== */

.margin-top-none {
	margin-top: 0;
}
h1 {
	display: block;
	margin: 15px 0;
	padding: 0;
	font-family: "IM Fell English", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 1;
	color: #cb6100;
	clear: both;
}
h2 {
	display: block;
	margin: 15px 0;
	padding: 0;
	font-family: Rye, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #223954;
	clear: both;
}
.cta h2 {
	margin: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 21px;
	font-weight: 900;
	font-style: normal;
	font-variant: small-caps;
	line-height: 1.1;
	text-transform: none;
	text-align: center;
/*	text-shadow: 2px 2px 0 #fff, -2px -2px 1px rgba(0,0,0,.35);*/
	color: #2c6da9;
}
h3 {
	display: block;
	margin: 15px 0;
	font-family: "IM Fell English", "Book Antiqua", Palatino, serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
	text-shadow: 0 -1px 0 #fff;
	color: #223954;
	letter-spacing: 0px;
}
h4 {
    margin: 15px 0;
    font: 300 16px/24px "IM Fell English", "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #ccc;
    text-transform: none;
    letter-spacing: 1px;
}
h4 span {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	line-height: 1;
}
h4 a {
	text-decoration: none;
}
h5 {
	display: block;
	margin: 15px 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: 900;
	font-variant: small-caps;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #333;
	font-variant: small-caps;
	clear: both;
}
h6 {
    display: block;
    margin: 0;
    font: bold 13px/16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-shadow: 0 -1px 0 #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #223954;
	}
p {
	margin: 15px 0;
	letter-spacing: 0;
   -webkit-transition:color .1s ease-in;  
   -moz-transition:color .1s ease-in;  
   -o-transition:color .1s ease-in; 
   -ms-transition:color .1s ease-in;  
   transition:color .1s ease-in;  
	}
blockquote {
	padding: 15px 10px;
    text-align: center;
	font: bold italic 21px/30px "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
}
.red {
	color: #e24737;
}
.blue {
	color: #073761;
}
.green {
	color: #53857a;
}
small {
	display: block;
}
.caption:hover p,
.box:hover p {
	color: #f3f3f3;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	float: left;
	margin: 15px 15px 10px 0;
	text-align: left;
}
.alignright {
	float: right;
	margin: 5px 0 10px 25px;
	text-align: right;
}

/* ============================== */
/* LISTS  */
/* ============================== */

ul, ol {
	margin: 15px 25px;
	
	}
ul li {
	list-style: disc;
	}
ol li {
	list-style: decimal;
	}
li {
	margin: 0 0 0 15px;
	padding: 5px 0;
	color: #333;
	line-height: 22px;
	}
	
/* -- Listpocalypse -- */

.date, 
.date li, 
.flex-direction-nav, 
.flex-direction-nav li,
nav ul,
nav li,
#pre ul,
#pre li,
.slides,
.slides li,
#twitter_div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* Checklist
- - - - - - - - - - - - - - */

.checklist, .xlist {
	margin: 10px 0;
	padding: 0;
	}
.checklist li, .xlist li {
	display: block;
	width: auto;
	margin: 0;
	padding: 7px 15px 7px 30px;
	font-size: 14px;
	list-style: none;
	text-transform: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}
.checklist li a {
	color: #333;
	text-decoration: none;
}
.checklist li a:hover {
	text-decoration: underline;
}
.checklist li {
	background: url(images/checkmark.png) 5px 8px no-repeat;
	background-size: 14px auto;
	}
.checklist li:last-child {
	border-bottom: 0;
}
.checklist.alt li {
	font-size: 17px;
	font-family: "IM Fell English", Arial, Helvetica, sans-serif;
	line-height: 1.4;
	color: #ddd;
}
.xlist li {
	background: url(images/xmark.png) 0 6px no-repeat;
	}
li.alt, checklist li.alt, .xlist li.alt {
/*	background-color: rgba(0,0,0,.1);*/
	}

/* ============================== */
/* HEADER & HEADERS */
/* ============================== */

h1#logo {
	display: block;
	position: absolute;
	top: -45px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 180px;
	background: url(images/logo.png) center no-repeat;
	background-size: 100% auto;
	z-index: 2;
	}
h1#logo a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
a#logo-footer {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	padding: 0;
	width: 200px;
	height: 60px;
	text-indent: -9999px;
	background: url(images/logo-umw.png) right center no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 1;
	}

iframe {
	z-index: 2;
}


/* ============================== */
/* LINKS  */
/* ============================== */

a {
	color: #478aab;
	text-decoration: underline;
   -webkit-transition:color .1s ease-in;  
   -moz-transition:color .1s ease-in;  
   -o-transition:color .1s ease-in; 
   -ms-transition:color .1s ease-in;  
   transition:color .1s ease-in;  
	}
a:hover {
	color: #006790;
	text-decoration: underline;
	}
.arrow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
}
#footer-wrap a {
	color: #fff;
	text-decoration: none;
}
.button-wrap {
	margin: 5px 0 15px;
	padding: 6px;
	width: 288px;
	background: rgba(0,0,0,.1);
	border-bottom: 1px #fff solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,.2);
}
.button {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 20px 0 55px;
	width: auto;
	height: 48px;
	font-family: "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.75);
	text-transform: none;
	line-height: 48px;
	letter-spacing: 0;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background: #e92d2d url(images/bg-header.jpg) center top no-repeat;
	border: 1px #3c5531 solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.25);
	box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px -20px 20px rgba(0,0,0,.25);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
	-webkit-appearance: none;
}
.button:hover {
	color: #fff;
	text-decoration: none;
	background: #e92d2d url(images/bg-yellow.jpg) center top no-repeat;
}
.button span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	background: rgba(0,0,0,.1) url(images/sprites.png) -86px -400px no-repeat;
	border-right: 1px rgba(0,0,0,.25) solid;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
}
.button:hover span {
	background: rgba(0,0,0,.2) url(images/sprites.png) -86px -395px no-repeat;
}

#btn-paypal {
	display: block;
	position: relative;
	margin: 10px 0;
	width: 300px;
	height: 45px;
	text-indent: -9999px;
	background: url(images/btn-paypal.png) top no-repeat;
}
.input-wrap {
	margin: 12px 0 15px;
	padding: 6px;
	width: 220px;
	background: rgba(0,0,0,.1);
	border-bottom: 1px #fff solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 0px 1px 0 rgba(0,0,0,.1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,.2);
}
input[type="submit"] {
	display: block;
	position: relative;
	margin: 15px auto;
	padding: 0 20px;
	width: 220px;
	height: 48px;
	font-family: "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 48px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.75);
	text-transform: none;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	background: #d74a43;
	border: 1px #3c5531 solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px -20px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px -20px 20px rgba(0,0,0,.1);
	box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px -20px 20px rgba(0,0,0,.1);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
	cursor: pointer;
	-webkit-appearance: none;
}
input[type="submit"]:hover {
	background: #e92d2d;
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
	box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
}

/* -- Submit Button -- */
  
  
/* ============================== */
/* NAVIGATION MENUS  */
/* ============================== */

#header-wrap {
	display: block;
	position: relative;
	width: 100%;
	height: 80px;
	z-index: 3;
}
#header {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1080px;
	height: 100%;
	z-index: 3;
}
#pre {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	background: #51616d;
	background: #51616d url(images/bg-blue.jpg) top center;
	border-top: 1px #111 solid;
	-webkit-box-shadow: inset 0px 8px 32px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px 8px 32px rgba(0,0,0,.25);
	box-shadow: inset 0px 8px 32px rgba(0,0,0,.25);
	z-index: 1;
}
#pre .content {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	background: url(images/bg-pre.png) center no-repeat;
	background-size: auto 36px;
}
#wrap,
#trees {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 2;
}
#trees {
	overflow: hidden;
}
.content {
	display: block;
	position: relative;
	margin: 30px auto;
	padding: 40px 20px 30px;
	width: 780px;
	background: url(images/bg-white.png) center top repeat-y;
	z-index: 2;
}
.content.over {
	margin-top: -150px;
}
.white,
.white2 {
	display: block;
	position: relative;
	margin: 30px auto;
	padding: 50px 35px;
	width: 840px;
	color: #005694;
	background: url(images/bg-white.png) top center repeat-y;
	background-size: auto 100%;
	overflow: hidden;
}
.white2 {
	padding: 35px;
	background: url(images/bg-white2.png) top center repeat-y;
	background-size: 100% auto;
}
.fish-couple{
	display:none;
}
.couple:after {
	content:"";
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 200px;
	height: 309px;
	background: url(images/crop-couple.png) center no-repeat;
	background-size: 100%;
}
.home .content.couple {
	padding-right: 220px;
	background: url(images/crop-couple.png) bottom right no-repeat;
	background-size: 210px auto;
}
.home .content.mahi {
	margin: 0 auto;
	width: 560px;
	padding-left: 280px;
	background: url(images/crop-mahi.png) bottom left no-repeat;
	background-size: 260px auto;
}
.mahi .white {
	margin: 0 auto;
	width: 560px;
	background-size: 100% auto;
}
.content:after {
	content:"";
	display: block;
	width: 100%;
	height: 1%;
	clear: both;
}
.main {
	position: relative;
	margin: 0 auto;
	padding: 25px 0 0;
	width: 840px;
	text-align: center;
}
.block-left {
	display: block;
	position: relative;
	float: right;
	padding: 0;
	width: 560px;
	min-height: 560px;
	text-align: left;
	background: #f1ecda url(images/bg-body.jpg) center top no-repeat;
	border-top: 1px transparent solid;
}
.block-left img {
	margin: 15px 0;
}
.block-left figure img {
	display: block;
	position: relative;
	margin: 0;
	overflow: hidden;
	z-index: 2;
}
section {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
#footer-wrap {
	position: relative;
	background: #325484;
	font-size: 12px;
	color: #eee;
	text-align: center;
	background: #525d66;
	background-size: 100% auto;
	border-top: 1px #333 solid;
	-webkit-box-shadow: inset 0px 8px 48px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0px 8px 48px rgba(0,0,0,.4);
	box-shadow: inset 0px 8px 48px rgba(0,0,0,.4);
	z-index: 1;
}
#footer-wrap img {
	display: none;
}
footer {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	height: 60px;
	background: rgba(0,0,0,.5);
	overflow: hidden;
}
#footer-wrap p {
	margin: 3px 0;
}
#footer-wrap .housekeeping {
	display: block;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -115px;
	width: 230px;
}
.cr {
	display: block;
	position: absolute;
	left: 0;
	width: 250px;	
	height: 170px;
	text-align: center;
}
.cr .cell {
	display: table-cell;
	position: relative;
	width: 250px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
.strip,
.strip:hover {
	display: block;
	position: relative;
	margin: 0;
	padding: 30px 0;
	font:  bold 36px/36px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
	text-decoration: none;
	background: #339183;
	border-top: 1px rgba(0,0,0,.25) solid;
	border-bottom: 1px rgba(255,255,255,.1) solid;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	z-index: 2;
	clear: both;
	}
.strip:hover {
	background: #e64134;
}
.strip:before {
/*	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -290px;
	width: 53px;
	height: 58px;
	background: url(images/logo-p.png) left center no-repeat;
	background-size: auto 40px;*/
}

/* -- Navigation Bar --*/	
	
	

#site-navigation {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1080px;
	height: auto;
	z-index: 1;
	} 
#site-navigation .menu {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 0 270px;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
#site-navigation .menu:after {
	content: "";
	display: block;
	clear: both;
}
#site-navigation .menu li:nth-child(6) {
}

#site-navigation li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font: 900 18px/1.3 "Rye", Arial, Helvetica, sans-serif;
	text-align: center;
	font-variant: small-caps;
	text-transform: none;
	text-transform: uppercase;
	text-shadow: 2px 2px 0 #fff;
/*	font-variant: small-caps;*/
	letter-spacing: 0px;
/*	background: url(images/icon-anchor.png) center -70px no-repeat;*/
	background-size: auto 70px;
/*	background: url(images/bg-nav.png) right 35px no-repeat;*/
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	}
#site-navigation li.current,
#site-navigation li:hover {
/*	background: url(images/icon-anchor.png) center top no-repeat;*/
	background-size: auto 70px;
}
#site-navigation .right li {
/*	background: url(images/bg-nav.png) left 35px no-repeat;*/
}
#site-navigation li#home a {
	padding-right: 0;
	padding-left: 0;
	width: 36px;
	background: url(images/icon-house.png) center 79px no-repeat;
	background-size: auto 13px;
}
#site-navigation li#home a {
	text-indent: -9999px;
}
#site-navigation li:first-child {
	border-left: none;
}
#site-navigation li:nth-child(3) {
}
#site-navigation li:nth-child(4) {
}
#site-navigation li:last-child,
#site-navigation li:nth-child(7) {
	border-right: none;
}
#site-navigation li.mobile {
	display: none;
}
#site-navigation img {
	display: none;
	margin: 0 auto 5px;
	width: auto;
	height: 24px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#site-navigation li:hover img {
	margin-bottom: 0px;
}
#site-navigation em {
	text-transform: lowercase;
	font-size: 14px;
	font-variant: normal;
	letter-spacing: 1px;
/*	color: #478aab;*/
}
#site-navigation a {
	display: block;
	position: relative;
	margin: 0;
	padding: 40px 15px 0;
	height: 100%;
	color: #125ca1;
	text-align: center;
	text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	cursor: pointer;
	}
#site-navigation li.sub-wrapper a {
	padding-right: 35px;
}
#site-navigation li.sub-wrapper a:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -1px;
	margin-left: 0;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #4887a7;
	z-index: 100;
}
#site-navigation li.sub-wrapper .sub-menu li a:after {
	display: none;
}
#site-navigation a:hover,
#site-navigation li.current-menu-item a,
#site-navigation li:hover a:after,
#site-navigation #logo:hover a:after {
	color: #974111;;
	text-shadow: none;
/*	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 20px 40px rgba(0,0,0,0.2) inset;
	box-shadow: 0 20px 40px rgba(0,0,0,0.2) inset;*/
}
#site-navigation li:nth-child(8) {
	border-right: 0;
}
#site-navigation .sub-menu {
	display: none;
	position:absolute;
	top: 20px;
	left: -20px;
	margin: 0;
	padding: 40px 15px 15px;
	width: 144px;
	height: auto;
	background: rgba(255,255,255,.75);
    border: 13px solid rgba(0,0,0,.4);
    border-radius: 13px;
	overflow: hidden;
	z-index: 1;
}
#site-navigation li:hover .sub-menu {
	display: block;
}
#site-navigation .sub-menu li,
#site-navigation .sub-menu li:first-child {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	text-shadow: none;
	background: url(images/bg-list.png) left center no-repeat;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
}
#site-navigation .sub-menu a,
#site-navigation .sub-menu a:hover,
#site-navigation .sub-menu li:first-child a {
	padding: 5px 0;
	height: auto;
	color: #333;
	letter-spacing: 0;
	text-align: left;
	text-shadow: none;
}












#site-navigation li.menu-parent-item a:hover {
	text-decoration: none;
}





#site-navigation li.menu-parent-item a:hover {
	text-decoration: none;
}
#social-wrap {
	display: block;
	position: relative;
	margin: 15px auto 0;
	width: 940px;
	height: 50px;
	overflow: hidden;
}
a#facebook,
a#googleplus,
a#yelp,
a#tripadviser {
	display: block;
	position: absolute;
	top: 13px;
	right: 0;
	width: 21px;
	height: 21px;
	text-align: left;
	text-indent: -9999px;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	overflow: hidden;
}
a#facebook {
	right: 60px;
	background: url(images/icon-facebook.png) center no-repeat;
}
a#googleplus {
	right: 30px;
	background: url(images/icon-googleplus.png) center no-repeat;
}
a#yelp {
	right: 0px;
	background: url(images/icon-yelp.png) center no-repeat;
}
a#tripadviser {
	right: 0px;
	background: url(images/icon-tripadviser.png) center no-repeat;
}
a#facebook, 
a#googleplus,
a#yelp,
a#tripadviser {
	background-size: 100%;
}
a#facebook:hover, 
a#googleplus:hover,
a#yelp:hover,
a#tripadviser:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
a#phonelink,
a#phonelink:hover {
	display: block;
	position: absolute;
	right: 210px;
	top: -50px;
	padding: 0 20px 0 35px;
	width: auto;
	font: 900 21px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 50px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	letter-spacing: -1px;
	color: #fff;
	text-decoration: none;
	text-align: right;
	letter-spacing: 0px;
/*	background-color: rgba(0,0,0,.1);*/
	background-size: 11px auto;
/*	-webkit-box-shadow: 0 12px 36px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 12px 36px rgba(0,0,0,.1) inset;
	box-shadow: 0 12px 36px rgba(0,0,0,.1) inset;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	z-index: 1;
}
a#phonelink:hover {
	color: #fff;
	text-shadow: none;
	text-decoration: none;
}
a#phonelink span {
	display: block;
	padding: 0;
	font-size: 10px;
	font-weight: 300;
	color: #888;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;

}
#phonelink:before {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 15px;
	width: 14px;
	height: 14px;
	background: url(images/icon-phone.png) left center no-repeat;
	background-size: auto 100%;
}

/* ============================== */
/* BADGES  */
/* ============================== */

/*#boat:before {
	content:"";
	display: block;
	position: absolute;
	top: -210px;
	right: 0px;
	width: 429px;
	height: 300px;
	background: url(images/crop-boat.png) center no-repeat;
	background-size: auto 100%;
	z-index: 1;
}
#boat:after {
	content:"";
	display: block;
	position: absolute;
	top: -100px;
	left: 0px;
	width: 429px;
	height: 193px;
	background: url(images/crop-boat02.png) center no-repeat;
	background-size: auto 100%;
	z-index: 1;
}*/
#boat {
	background: #5589aa;
	z-index: 2;
}
.badges {
	display: block;
	position: relative;
	padding: 10px 0;
	height: auto;
	font-family: "IM Fell English", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight: 300;
	color: #F8EEC2;
	text-align: center;
	letter-spacing: 1px;
	background: #d0722d;
/*	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,.2);
	box-shadow: inset 0px 24px 96px rgba(0,0,0,.15);*/
	z-index: 9999;
}
.badges a {
	display: inline-block;
	position: relative;
	margin: 10px 25px;
	width: auto;
	height: 84px;
	color: #F8EEC2;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	z-index: 9999;
}
.badges a:hover {
	opacity:.75;
	filter:alpha(opacity=75);
}
.badges img {
	display: block;
	margin: 0;
	width: auto;
	height: 100%;
	text-align: center;
}
.dark {
	clear: both;
}
.dark .badges {
	margin: 0 auto 30px;
	padding: 0;
	width: 960px;
	height: auto;
	background: #56788b url(images/bg-blue.jpg);
	background-size: auto 100%;
	border-bottom: 4px #343e45 solid;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.1), 0 24px 72px rgba(0,0,0,.2) inset;
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,0.1), 0 24px 72px rgba(0,0,0,.2) inset;
	box-shadow: 0 4px 5px rgba(0,0,0,0.1), 0 24px 72px rgba(0,0,0,.2) inset;
}
.dark .badges a {
	margin: 0;
	padding: 20px 28px 25px;
	height: 48px;
	background: url(images/bg-nav.png) right bottom no-repeat;
}
.dark .badges img {
	margin-bottom: 5px;
	height: 36px;
}

/* -- Pictures --*/

img.shadow {
	padding-bottom: 6px;
	background: url(images/divider-horizontal.png) bottom center no-repeat;
}
img.left {
	margin: 0 10px 30px 0;
	width: auto;
}
img.alignright {
	float: right;
	margin: 15px 0 15px 15px;
}
img.alignleft {
	float: left;
	margin: 5px 25px 5px 0;
}
img.aligncenter {
	display: block;
	float: none;
	margin: 15px auto;
}

/* ============================== */
/* SLIDESHOW */
/* ============================== */

#art {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	width:100%;
	height: 466px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #fff;
	z-index: 1;
}
#slideshow:after {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/bg-mask.png) center no-repeat;
	z-index: 9999;
}
.home #art {
	z-index: 2;
}
#btn-book {
	display: block;
	position: absolute;
	top: -2px;
	right: 80px;
	width: 90px;
	height: 130px;
	text-indent: -9999px;
	background: url(images/btn-book.png) center top no-repeat;
	background-size: 100% auto;
	z-index: 999;
}
#art:before {
	bottom: -60px;
	left: -90px;
	width: 280px;
	height: 222px;
	background: url(images/crop-atv.png) left top no-repeat;
	background-size: 100% auto;
}
#art:after {

}
#slideshow {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.slide {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#no-template-pager {
	display: block;
	position: absolute;
	top: auto;
	bottom: 30px;
	left: 50%;
	margin: 0 0 0 -420px;
	padding: 0;
	font-size: 14px;
	width: 840px;
	height: 100px;
	color: rgba(255,255,255,.75);
	text-align: center;
	background: #4887a7;
	border-bottom: 1px #333 solid;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.1), 0 12px 48px rgba(0,0,0,.15) inset;
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,0.1), 0 12px 48px rgba(0,0,0,.15) inset;
	box-shadow: 0 4px 5px rgba(0,0,0,0.1), 0 12px 48px rgba(0,0,0,.15) inset;
	vertical-align: middle;
	z-index: 9999;
}
/*#no-template-pager:before {
	content:"";
	display:block;
	position: absolute;
	margin-left: -123px;
	left: 50%;
	bottom: -30px ;
	width: 245px;
	height: 230px;
	background: url(images/crop-whale.png) center no-repeat;
	background-size: auto 100%;
	z-index: 9998;
}*/
#no-template-pager:before {
/*	content:"";*/
	display:block;
	position: absolute;
	margin-left: -123px;
	left: 25px;
	bottom: -30px ;
	width: 180px;
	height: 170px;
	background: url(images/crop-whale.png) center no-repeat;
	background-size: auto 100%;
	z-index: 9999;
}
a.trigger {
	display: block;
	position: relative;
	float: left;
	padding: 10px 0 0;
	width: 20%;
	height: 100%;
	text-decoration: none;
	color: rgba(255,255,255,.6);
	background: #4887a7 url(images/bg-nav.png) right bottom no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-transition: all 0.25s ease-in; 
	-moz-transition: all 0.25s ease-in; 
	-o-transition: all 0.25s ease-in; 
	transition: all 0.25s ease-in; 
	z-index: 2;
	overflow: hidden;
}
#art a.cycle-pager-active {
	background: #3d738e url(images/bg-nav.png) right bottom no-repeat;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.1), 0 12px 48px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,0.1), 0 12px 48px rgba(0,0,0,.1) inset;
	box-shadow: 0 4px 5px rgba(0,0,0,0.1), 0 12px 48px rgba(0,0,0,.1) inset;
}
a.trigger h1 {
	display: block;
	margin: 10px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	color: #fff;
	text-align: center;
	text-shadow: 0px -1px 0 rgba(0,0,0,.5);
	letter-spacing: 0px;
	font-variant: small-caps;
	line-height: 1.1;
	letter-spacing: 1px;
	-webkit-transition: all 0.35s ease-in; 
	-moz-transition: all 0.35s ease-in; 
	-o-transition: all 0.35s ease-in; 
	transition: all 0.35s ease-in; 
}
#art a.trigger p {
	display: block;
	margin: 5px 0;
}
#art a.trigger img {
	display: block;
	position: relative;
	margin: 5px auto 0;
	width: auto;
	height: 40px;
	z-index: 1;
}


#slide01 {
	background: url(images/slide01.jpg) no-repeat;
}
#slide02 {
	background: url(images/slide02.jpg) no-repeat;
}
#slide03 {
	background: url(images/slide03.jpg) no-repeat;
}
#slide04 {
	background: url(images/slide04.jpg) no-repeat;
}
#slide05 {
	background: url(images/slide05.jpg) no-repeat;
}
#slide06 {
	background: url(images/slide06.jpg) no-repeat;
}
#slide07 {
	background: url(images/slide07.jpg) no-repeat;
}
#slide08 {
	background: url(images/slide08.jpg) no-repeat;
}
#slide09 {
	background: url(images/slide09.jpg) no-repeat;
}
#slide10 {
	background: url(images/slide10.jpg) no-repeat;
}
#slide11 {
	background: url(images/slide11.jpg) no-repeat;
}
#slide12 {
	background: url(images/slide12.jpg) no-repeat;
}
#slide13 {
	background: url(images/slide13.jpg) no-repeat;
}
#slide14 {
	background: url(images/slide14.jpg) no-repeat;
}
#slide15 {
	background: url(images/slide15.jpg) no-repeat;
}
#slide16 {
	background: url(images/slide16.jpg) no-repeat;
}
#slide17 {
	background: url(images/slide17.jpg) no-repeat;
}
#slide18 {
	background: url(images/slide18.jpg) no-repeat;
}
#slide19 {
	background: url(images/slide19.jpg) no-repeat;
}
#slide20 {
	background: url(images/slide20.jpg) no-repeat;
}
#slide21 {
	background: url(images/slide21.jpg) no-repeat;
}
#slide22 {
	background: url(images/slide22.jpg) no-repeat;
}
#slide23 {
	background: url(images/slide23.jpg) no-repeat;
}
#slide24 {
	background: url(images/slide24.jpg) no-repeat;
}
#slide25 {
	background: url(images/slide25.jpg) no-repeat;
}
#slide26 {
	background: url(images/slide26.jpg) no-repeat;
}
#slide27 {
	background: url(images/slide27.jpg) no-repeat;
}
#slide28 {
	background: url(images/slide28.jpg) no-repeat;
}
#slide29 {
	background: url(images/slide29.jpg) no-repeat;
}
#slide30 {
	background: url(images/slide30.jpg) no-repeat;
}
#slide31 {
	background: url(images/slide31.jpg) no-repeat;
}
#slide32 {
	background: url(images/slide32.jpg) no-repeat;
}
#slide33 {
	background: url(images/slide33.jpg) no-repeat;
}
#slide34 {
	background: url(images/slide34.jpg) no-repeat;
}
#slide35 {
	background: url(images/slide35.jpg) no-repeat;
}
#slider01 {
	background: url(images/slider01.jpg) no-repeat;
}
#slider02 {
	background: url(images/slider02.jpg) no-repeat;
}
#slider03 {
	background: url(images/slider03.jpg) no-repeat;
}
#slider04 {
	background: url(images/slider04.jpg) no-repeat;
}
#slider05 {
	background: url(images/slider05.jpg) no-repeat;
}
#slider06 {
	background: url(images/slider06.jpg) no-repeat;
}
#slider07 {
	background: url(images/slider07.jpg) no-repeat;
}
#slider08 {
	background: url(images/slider08.jpg) no-repeat;
}
#slider09 {
	background: url(images/slider09.jpg) no-repeat;
}
#slider10 {
	background: url(images/slider10.jpg) no-repeat;
}
#slider11 {
	background: url(images/slider11.jpg) no-repeat;
}
#slider12 {
	background: url(images/slider12.jpg) no-repeat;
}
#gallery04 {
	background: url(images/gallery04.jpg) no-repeat;
}
#gallery05 {
	background: url(images/gallery05.jpg) no-repeat;
}
#gallery06 {
	background: url(images/gallery06.jpg) no-repeat;
}
#gallery07 {
	background: url(images/gallery07.jpg) no-repeat;
}
#gallery08 {
	background: url(images/gallery08.jpg) no-repeat;
}
#slide01,
#slide02,
#slide03,
#slide04,
#slide05,
#slide06,
#slide07,
#slide08,
#slide09,
#slide10,
#slide11,
#slide12,
#slide13,
#slide14,
#slide15,
#slide16,
#slide17,
#slide18,
#slide19,
#slide20,
#slide21,
#slide22,
#slide23,
#slide24,
#slide25,
#slide26,
#slide27,
#slide28,
#slide29,
#slide30,
#slide31,
#slide32,
#slide33,
#slide34,
#slide35 {
	background-size: 100% auto;
	background-position: center top;
}
#slider01,
#slider02,
#slider03,
#slider04,
#slider05,
#slider06,
#slider07,
#slider08,
#slider09,
#slider10,
#slider11,
#slider12 {
	background-size: auto 368px;
	background-position: center top;
}
#slider-wrap {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 15px;
	width: 100%;
	height: 460px;
	background: #51616d url(images/bg-blue.jpg) top center;
	-webkit-box-shadow: 0 0px 48px rgba(0,0,0,0.35) inset;
	-moz-box-shadow: 0 0px 48px rgba(0,0,0,0.35) inset;
	box-shadow: 0 0px 120px rgba(0,0,0,0.35) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	overflow: hidden;
}
.map50 {
	display: block;
	position: relative;
	float: left;
	margin: 0 15px;
	padding: 15px;
	width: 480px;
	height: 440px;
	background: #51616d url(images/bg-blue.jpg) top center;
	-webkit-box-shadow: 0 0px 48px rgba(0,0,0,0.35) inset;
	-moz-box-shadow: 0 0px 48px rgba(0,0,0,0.35) inset;
	box-shadow: 0 0px 120px rgba(0,0,0,0.35) inset;
	overflow: hidden;
}
.map50 div {
	display: block;
	position: relative;
	padding: 0 25px 25px;
	width: 100%;
	height: 80px;
	color: #F8EEC2;
	background: #5589aa;
	border-top: 1px rgba(0,0,0,.5) solid;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.1), 0 -24px 72px rgba(0,0,0,.35) inset;
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,0.1), 0 -24px 72px rgba(0,0,0,.35) inset;
	box-shadow: 0 4px 5px rgba(0,0,0,0.1), 0 -24px 72px rgba(0,0,0,.35) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.map50 iframe {
	display: block;
}
#slider-wrap.alt {
	height: auto;
}
#side-list {
	display: block;
	float: right;
	padding: 15px 25px 25px;
	width: 20%;
	height: 430px;
	color: #F8EEC2;
	background: #5589aa;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.1), 0 24px 72px rgba(0,0,0,.2) inset;
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,0.1), 0 24px 72px rgba(0,0,0,.2) inset;
	box-shadow: 0 4px 5px rgba(0,0,0,0.1), 0 24px 72px rgba(0,0,0,.2) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
#slider {
	display: block;
	position: relative;
	float: left;
	margin: 0 15px 0 0;
	padding: 12px 12px 0px;
	width: 560px;
	height: 427px;
	background: url(images/bg-wood.jpg);
    background: #ebf0f3;
    -webkit-box-shadow: 0 0 5px rgba(51, 51, 51, .5), 0 7px 5px -5px #cdd3d4 inset, 0 -7px 5px -5px #fff inset;
    -moz-box-shadow: 0 0 5px rgba(51, 51, 51, .5), 0 7px 5px -5px #cdd3d4 inset, 0 -7px 5px -5px #fff inset;
    box-shadow: 0 0 5px rgba(51, 51, 51, .5), 0 7px 5px -5px #cdd3d4 inset, 0 -7px 5px -5px #fff inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#slider-wrap .cycle-pager {
	bottom: 55px;
}
#slider #slideshow {
	height: 100%;
	overflow: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#slider .slide {
	overflow: inherit;
}
#slider span {
}
.cycle-overlay {
	position: absolute;
	left: 300px;
	bottom: 75px;
	padding: 0;
	width: 375px;
	font: 16px/21px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	color: #ccc;
	background: url(images/bg-wood.jpg) center;
	background-size: auto 100%;
	-webkit-box-shadow: 0 64px 160px rgba(0,0,0,0.5) inset, 0 2px 6px rgba(0,0,0,.75);
	-moz-box-shadow: 0 64px 160px rgba(0,0,0,0.5) inset, 0 2px 6px rgba(0,0,0,.75);
	box-shadow: 0 64px 160px rgba(0,0,0,0.5) inset, 0 2px 6px rgba(0,0,0,.75);
	z-index: 2;
}
.cycle-overlay.right {
	left: auto;
	right: 75px;	
}
.slide .border {
	display: block;
	position: relative;
	margin: 15px;
	padding: 15px;
	width: auto;
	height: 100%;
	background: #3a5d85;
	background-size: cover;
	-webkit-box-shadow: 0 48px 160px rgba(0,0,0,0.5) inset;
	-moz-box-shadow: 0 48px 160px rgba(0,0,0,0.5) inset;
	box-shadow: 0 48px 160px rgba(0,0,0,0.5) inset;
}
.slide h2 {
	margin: 0 0 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	letter-spacing: 2px;
	font-variant: small-caps;
	color: #F8EEC2;
}

#paper-ctas {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
	width: 1180px;
	height: 456px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 15px;
	font-weight: 900;
	color: #745c3f;
	text-align: center;
	background: url(images/bg-paper-mask.jpg) center top no-repeat;
}
.cta {
	display: block;
	position: relative;
	float: left;
	padding: 35px 30px 0;
	width: 230px;
	height: 380px;
}
.cta p {
	margin: 0;
	text-shadow: 1px 1px 0px #fff;
}
.cta img {
	margin: 10px auto;
	max-width: 190px;
}
.cta.icon:before,
.cta.icon:after {
	content:"";
	display: block;
	position: absolute;
	top: 88px;
	left: 38px;
	width: 30px;
	height: 28px;
	background: url(images/frame-right.png) center;
	background-size: 100%;
	z-index: 2;
}
.cta.icon:after {
	content:"";
	display: block;
	position: absolute;
	top: 202px;
	left: auto;
	right: 38px;
	background: url(images/frame-left.png) center;
	background-size: 100%;
	z-index: 2;
}
.cta img.border {
	margin: 10px 0;
	padding: 10px;
	background: #f2f1e9;
	border-top: 1px #eee solid;
	-webkit-box-shadow: 0 18px 30px rgba(0,0,0,0.1) inset, 0 2px 4px rgba(0,0,0,.25);
	-moz-box-shadow: 0 18px 30px rgba(0,0,0,0.1) inset, 0 2px 4px rgba(0,0,0,.25);
	box-shadow: 0 18px 30px rgba(0,0,0,0.1) inset, 0 2px 4px rgba(0,0,0,.25);
}

a.btn,
.btn {
	display: block;
	float: none;
	margin: 20px auto 0;
	padding: 0;
	width: 120px;
	height: 36px;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
	text-transform: none;
	line-height: 34px;
	background: #0071f9;
	border-top: 1px rgba(255,255,255,.25) solid;
	border-left: 1px rgba(255,255,255,.25) solid;
	border-right: 1px rgba(0,0,0,.25) solid;
	border-bottom: 1px rgba(0,0,0,.25) solid;
	-webkit-box-shadow: 0 -18px 30px rgba(0,0,0,0.25) inset;
	-moz-box-shadow: 0 -18px 30px rgba(0,0,0,0.25) inset;
	box-shadow: 0 -18px 30px rgba(0,0,0,0.25) inset;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.btn.orange {
	background: #fba900;
}

/* ============================== */
/* NEXTPREV
/* ============================== */

#next, 
#prev {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 14px;
	height: 32px;
	text-indent: -9999px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity:.55;
	filter:alpha(opacity=55);
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in; 
	cursor: pointer;
	z-index: 99999;
}
#next {
	right: 30px;
	background: url(images/next-previous-white.png) 0 -32px no-repeat;
}
#prev {
	left: 30px;
	background: url(images/next-previous-white.png) 0 0 no-repeat;
}
#next,
#prev {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}
#next:hover,
#prev:hover {
	opacity:1;
	filter:alpha(opacity=100);
/*	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);*/
}

/* ============================== */
/* CYCLE PAGER */
/* ============================== */

.cycle-pager {
	display: block;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin: 0 0 0 -25px;
	padding: 0;
	width:65px;
	height: 14px;
	overflow: hidden;
	z-index: 9999999999999999999999999;
	}
.cycle-pager span {
	display: block;
	position: relative;
	float: left;
	margin: 1px 5px 0 1px;
	width: 6px;
	height: 6px;
	background: 0;
	border: 2px rgba(255,255,255,.5) solid;
	text-indent: -9999px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
	background: #fff;
	border: 2px #fff solid;
}
.cycle-pager span:last-child {
	margin-right: 0;
}
.cycle-pager a:last {
	margin-right: 0;
}
.cycle-next, 
.cycle-prev {
	display: block;
	position: absolute;
	top: 240px;
	width: 69px;
	height: 69px;
	text-indent: -9999px;
	opacity:.75;
	filter:alpha(opacity=75);
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in; 
	cursor: pointer;
	z-index: 99999999999999999;
}
.cycle-next:hover, 
.cycle-prev:hover {
	opacity:1;
	filter:alpha(opacity=100);	
}
.cycle-next {
	right: 30px;
	background: url(images/sprites.png) -100px -50px no-repeat;
}
.cycle-prev {
	left: 30px;
	text-align: left;
	background: url(images/sprites.png) 0px -50px no-repeat;
}


/* ============================== */
/* BOXES
/* ============================== */

.column {
	display: block;
	float: left;
	margin: 0 0 20px;
	padding: 0;
	width: 48%;
	text-align: left;
}
.column:nth-child(even) {
	float: right;
}
.column img {
	width: 96px;
	height: 96px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in; 
}
.column img:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}


.grid span.btn-book,
#ss02-wrap:after {
	display: block;
	position: absolute;
	top: -2px;
	right: 5px;
	width: 45px;
	height: 64px;
	background: url(images/btn-book.png) center;
	background-size: 100%;
}
#ss02-wrap:after {
/*	content:"";*/
	top: -3px;
	right: 15px;
	z-index: 2;
}
.box {
	display: block;
	position: relative;
	float: right;
	margin: 0 0 15px 0;
	padding: 12px 12px 48px;
	width: 338px;
	height: 176px;
	background: url(images/bg-wood.jpg) center;
	background: #62624d;
	background-size: 100% auto;
	-webkit-box-shadow: inset 0 12px 48px rgba(0,0,0,.75);
	-moz-box-shadow: inset 0 12px 48px rgba(0,0,0,.75);
	box-shadow: inset 0 12px 48px rgba(0,0,0,.75);
}
.box img {
	width: 100%;
	height: 176px;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.75);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.75);
	box-shadow: 0 2px 8px rgba(0,0,0,.75);
}
#box01 {
	float: left;
	margin: 0 15px 0 0;
	width: 280px;
	height: 428px;
	background: #464637;
}
#box01 img {
	width: 280px;
	height: 428px;
}
.polaroid.alignleft, 
.polaroid.alignright, 
.polaroid {
    display: block;
    float: left;
    position: relative;
    margin: 0 15px 0 0;
    padding: 8px 8px 9px;
    max-width: 100%;
	width: 202px;
	height: 206px;
    text-decoration: none;
    vertical-align: top;
    background: #ebf0f3;
    -webkit-box-shadow: 0 0 5px rgba(51, 51, 51, .5), 0 7px 5px -5px #cdd3d4 inset, 0 -7px 5px -5px #fff inset;
    -moz-box-shadow: 0 0 5px rgba(51, 51, 51, .5), 0 7px 5px -5px #cdd3d4 inset, 0 -7px 5px -5px #fff inset;
    box-shadow: 0 0 5px rgba(51, 51, 51, .5), 0 7px 5px -5px #cdd3d4 inset, 0 -7px 5px -5px #fff inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.polaroid.wide {
	margin-top: 15px;
	width: 420px;
}
.polaroid.tall {
	margin: 0;
	width: 240px;
	height: 427px;
}
.polaroid-text {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font:  300 28px "Just Another Hand", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #403a35;
	text-align: center;
	text-transform: none;
	height: 48px;
	line-height: 48px;
}

#testimonials-wrap {
	display: block;
	position: relative;
	float: none;
	margin: 35px auto;
	width: 640px;
	height: 220px;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	color: #666;
}
#testimonials {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.testimonial {
	margin: 25px auto;
	max-width: 640px;
	text-align: center;
	overflow: hidden;
}
.testimonial p {
	padding: 0 20px;
	font-size: 16px;
	font-style: italic;
	color: #666;
}
.name {
	font-size: 16px;
	color: #333;
}
.stars {
	font-size: 30px;
	color: #629dcc;
}


/* ============================== */
/* SMALLER SLIDESHOW */
/* ============================== */

#ss-wrap {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 300px;
	background: #000;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5), 0 4px 40px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.5), 0 4px 40px rgba(0,0,0,.5);
	box-shadow: 0 2px 5px rgba(0,0,0,.5), 0 4px 40px rgba(0,0,0,.5);
  }
#ss-wrap div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 1;
}
#ss-wrap img {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
}
#ss {
	position: relative;
	width: 300px;
	height: auto;
}
#ss img {
	display: block;
	margin: 0;
	z-index: 1;
}
#ss .border {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1) inset;
	box-shadow: 0 0 60px rgba(0,0,0,0.5) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	z-index: 9999;
}
#ss .cycle-next, 
#ss .cycle-prev {
	display: block;
	position: absolute;
	top: 188px;
	width: 31px;
	height: 37px;
	text-indent: -9999px;
	opacity:.40;
	filter:alpha(opacity=40);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
	z-index: 99999;
}
#ss .cycle-next {
	right: 0px;
	background: 31px 0 url(images/bg-next-previous.png);
}
#ss .cycle-next:hover {
	opacity:.9;
	filter:alpha(opacity=9);
}
#ss .cycle-prev {
	left: 0px;
	text-align: left;
	background: 0 0 url(images/bg-next-previous.png);
}
#ss .cycle-prev:hover {
	opacity:.9;
	filter:alpha(opacity=9);
}
#ss article {
	position: absolute;
	top: 190px;
	width: 360px;
	font: italic 24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #fff;
	text-align: center;
	z-index: 9999;
}

#ss article a {
	font: italic 24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #fff;
	text-align: center;
}

/* ============================== */
/* SIDEBAR */
/* ============================== */

#sidebar {
	float: left;
	margin: 0 0 0 0;
	padding: 30px 0 0;
	width: 300px;
	height: auto;
	font-size: 13px;
	line-height: 1.5;
	background-size: ;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
#sidebar a {
}
#sidebar a.btn {
	padding-left: 60px;
}
#sidebar .btn:before {
	content:"";
	display: block;
	position: absolute;
	left: 25px;
	width: 36px;
	height: 48px;
	background: url(images/icon-hand.png) left center no-repeat;
	background-size: auto 18px;
	-webkit-animation: pointing 6s infinite;
    -moz-animation: pointing 6s infinite;
    -ms-animation: pointing 6s infinite;
    -o-animation: pointing 6s infinite;
    animation: pointing 6s infinite;
}
.copy {
	display: block;
	margin: 0 0 8px;
	font: italic 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: none;
	text-shadow: none;
}
#sidebar .copy {
	margin: 0 20px;
	text-align: center;
}
#sidebar p {
	margin-left: 20px;
	margin-right: 20px;
}
#ss02-wrap {
	display: block;
	position: relative;
	margin: 25px 0;
	width: 330px;
	height: 251px;
	background: #b7a99e;
	border-top: 1px rgba(255,255,255,.25) solid;
	border-bottom: 1px rgba(0,0,0,.75) solid;
	-webkit-box-shadow: inset 0px -12px 36px rgba(0,0,0,.45);
	-moz-box-shadow: inset 0px -12px 36px rgba(0,0,0,.45);
	box-shadow: inset 0px -12px 36px rgba(0,0,0,.45);
}
#ss02 {
	display: block;
	position: absolute;
	top: 8px;
	left: 9px;
	width: 311px;
	height: 233px;
	overflow: hidden;
	z-index: 1;
}
#ss03-wrap {
	display: block;
	position: relative;
	width: 640px;
	height: 427px;
	background: #000;
}
#ss03 {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#ss03-wrap:after {
	content:"";
	display: block;
	position: absolute;
	bottom: -50px;
	right: 20px;
	width: 81px;
	height: 150px;
	background: url(images/crop-wine.png) center bottom no-repeat;
	background-size: 100%;
	z-index: 2;
}
a#btn-license {
	display: block;
	position: relative;
	margin: 5px;
	background: none;
}

.btn:hover {
	color: #fff;
	text-decoration: none;
	background: #01856e;
	border-bottom: 2px #012e26 solid;
}
.btn span {
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
	width: 40px;
	height: 100%;
	background: url(../images/icon-arrow.png) 15px center no-repeat;
	border-left: 1px rgba(0,0,0,.25) solid;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
}
.btn:hover span {
	background: rgba(0,0,0,.25) url(../images/icon-arrow.png) 18px center no-repeat;
}
.button {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 20px 0 55px;
	width: auto;
	height: 48px;
	font: 18px/44px 'proxima_novasemibold', Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.75);
	text-transform: none;
	letter-spacing: 0;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background: #e2474d;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px -10px 20px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px -10px 20px rgba(0,0,0,.25);
	box-shadow: inset 0px -5px 0px rgba(0,0,0,.25);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
	-webkit-appearance: none;
}
.button:hover {
	color: #fff;
	text-decoration: none;
}
.button span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	background: rgba(0,0,0,.1) url(../images/icon-phone.png) center no-repeat;
	background-size: 25px;
	border-right: 1px rgba(0,0,0,.25) solid;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
}
.button:hover span {
	background: rgba(0,0,0,.25) url(../images/icon-phone.png) center no-repeat;
	background-size: 25px;
}
.icon-location {
	margin-left: 15px;
	background: url(images/icon-location.png) left 3px no-repeat;
}
.icon-phone {
	margin-left: 15px;
	background: url(images/icon-telephone.png) left 3px no-repeat;
}
.icon-email {
	background: url(images/icon-email.png) left 3px no-repeat;
}
.icon-facebook {
	background: url(images/icon-facebook.png) left 3px no-repeat;
}
.icon-googleplus {
	background: url(images/icon-googleplus.png) left 3px no-repeat;
}
.icon-tripadvisor {
	background: url(images/icon-tripadvisor.png) left 3px no-repeat;
}
.icon-location,
.icon-phone,
.icon-email,
.icon-facebook,
.icon-googleplus,
.icon-tripadvisor {
	padding: 0 0 0 25px;
	background-size: auto 15px;
	text-decoration: none;
}
.icon-email {
	padding: 0 0 0 25px;
	color: #4887a7;
	background-size: auto 12px;
}

/* ============================== */
/* GALLERY */
/* ============================== */

.gallery-wrap {
	display: block;
	position: relative;
	min-height: 460px;
}
.gallery {
	display: block;
	position: relative;
	padding: 10px 10px;
	width: 100%;
	height: 100%;
/*background: #d0722d;
border: 5px #477ead solid;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,.2);
    box-shadow: inset 0px 24px 96px rgba(0,0,0,.15);*/
}
.fancybox {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 5px;
	width: 16.66%;
	height: 83px;
	text-decoration: none;
	vertical-align: top;
	background: none;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
a.fancybox {
	font-size: 12px;
	color: #eee;
}
.fancybox:hover {
}
.fancybox img {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* ============================== */
/* FORMS */
/* ============================== */

form {
	position: relative;
	margin: 0;
	padding: 40px 30px;
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 1.4;
	overflow: hidden;
	color: #333;
	text-align: left;
	background: #fcfcfc;
	border: 8px #51616d solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}
form p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}
form fieldset:first-child {
	margin-top: 0;
}
fieldset {
	margin: 15px 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
fieldset.alt {
	margin: 15px 0 0;
	padding: 15px 0;
	border-right: none;
	border-left: none;
}
legend {
	margin: 15px 0;
	padding: 0 15px;
	width: 100%;
	font-size: 12px;
	line-height: 1.2;
	color: #64737c;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px #ddd solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
form .left {
	margin: 0;
	width: 48%;
	text-align: left;
	}
form .right {
	margin: 0;
	padding: 0;
	width: 48%;
	text-align: left;
	border: none;
	}
.field {
	position: relative;
	margin: 0;
	overflow: hidden;
	}
.field:blur {
	background: #FCC;
	}
label {
	display: block;
	margin: 0 0 8px;
	}
input, select, textarea {
	display: block;
	position: relative;
	margin: 0 0 15px;
	color: #333;
	width: 100%;
	background: #fff;
	}
input {
	margin: 0 0 15px;
	padding: 10px 10px 9px;
	height: 36px;
	color: #656565;
	line-height: 16px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-webkit-transition: border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
	-moz-transition: border-color .2s ease-out,-moz-box-shadow .2s ease-out;
	transition: border-color .2s ease-out, box-shadow .2s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}
.valley {
/*	display: none;*/
}
input#validate {
	margin-bottom: 15px;
}
input, select {
	display: block;
	}
select {
	padding-left: 15px;
	width: 260px;
	height: 30px;
	border: 1px solid #ccc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	}
select#daydropdown, select#monthdropdown, select#yeardropdown {
	float: left;
	margin-right: 5px;
	width: 75px;
	}
input:active, input:focus, textarea:active, textarea:focus {
	}
textarea {
	display: block;
	padding: 10px;
	width: 94%;
	height: 200px;
	border: 1px solid #ccc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	}
	
label.radio {
	height: auto;
	clear: both;
}
label.radio span {
	display: block;
	float: right;
	width: 540px;
	font: 13px "EB Garamond", "Book Antiqua", Palatino, serif;
	line-height: 18px;
}
input[type="radio"] {
	display: block;
	float: left;
	width: 19px;
	height: 14px;
    color:#f2f2f2;
}


input[type="radio"]:checked + label span {
    background:url(check_radio_sheet.png) -57px top no-repeat;
}

.checkbox {
	display: block;
	margin: 10px 15px;
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	}
.checkbox label {
	display: block;
	float: left;
	margin: 0px 25px 0 5px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	}
input[type="checkbox"] {
	float: left;
	}
.checkbox input {
display: inline;
width: 15px;
height: 15px;
margin: 0 10px 0 0;
padding: 0;
vertical-align: bottom;
position: relative;
	-webkit-box-shadow: none; 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: none;
	box-shadow: none;

overflow: hidden;
}
input[type="checkbox"] {
float: left;
}
input, select {
display: block;
}


/* ============================== */
/* TABLES  */
/* ============================== */

table {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	margin: 15px 2px 20px;
	width: 100%;
	color: #223954;
	background: #f9f9f9;
	border-spacing: 1px;
	background: #ddd;
	border: 8px #51616d solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
table.top td {
	vertical-align: text-top;
}
table small {
	margin: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.ui-datepicker th {
	padding: 5px;
	font:  bold 14px/18px Arial, Helvetica, sans-serif;
}
table img {
	width: auto;
	max-width: 253px;
}
th {
	padding: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 21px;
	line-height: 1.4;
	color: #223954;
	letter-spacing: 0;
	text-align: center;
	text-transform: none;
	background: #fff;
	-webkit-box-shadow: 0 -12px 48px rgba(0,0,0,0.05) inset;
	-moz-box-shadow: 0 -12px 48px rgba(0,0,0,0.05) inset;
	box-shadow: 0 -12px 48px rgba(0,0,0,0.05) inset;
	vertical-align: middle;
}
tbody {
	width: auto;
}
tr {
	width: 100%;
}
tr:nth-child(even) {
	background: #999;
}

td {
	margin: 0;
	padding: 20px;
	height: auto;
	background: rgba(255,255,255,.95);
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
/* ============================== */
/* WEATHER FEED  */
/* ============================== */

a#weather {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 49px;
	font-size: 13px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 600;
	color: #d4dce8;
	line-height: 49px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
   -webkit-transition: .2s ease-in;  
   -moz-transition: .2s ease-in;  
   -o-transition: .2s ease-in; 
   -ms-transition: .2s ease-in;  
   transition: .2s ease-in;  
}
#weather:hover {
}
#test {
	display: block;
	position: relative;
	padding: 0 0 0 70px;
	width: 100%;
	height: 49px;
}
#test span {
	display: block;
	position: relative;
	width: 100%;
	height: 36px;
/*color: #485168;*/
}
.weatherFeed {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 0 0 0px;
	width: 100%;
	height: 49px;
	text-align: left;
	background: ;
	font-size: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.weatherFeed a { color: #888; };
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: none;
	background-position: 0px 2px;
	background-size: 84px auto;
}
.weatherCity {
	display: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#state {
	position: absolute;
	top: 40px;
	right: 40px;
	color: #033; 
	letter-spacing: 0;
}

.weatherTemp {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 49px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 900;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.2);
}
.weatherDesc {
	display: none;
	position: absolute;
	top: 200px;
	margin: 0;
	width: 100%;
	font: italic 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: normal;
	text-align: center;
	letter-spacing: 1px;
}
.weatherDesc, .weatherCity, .weatherForecastDay { 
	 }
.weatherDesc { 
	margin-bottom: 0.4em; 
	}
.weatherLink {
	display: none;
	margin: -18px 0 0;
	color: #333;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: right;
	width: 100%;
}
.weatherLink a {
	display: none;
	margin: -8px 0 0 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #066;
	width: auto;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	clear: both;
}
.weatherLink a:hover {
	text-decoration: underline;
}
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 11px; }
.weatherLink, .weatherForecastItem {
	display: none;
	text-align: center;
}
.weatherForecast,
.weatherWind,
.weatherRange {
	display: none;
	position: absolute;
	top: 230px;
	font-weight: normal;
}
.weatherForecastItem {
	padding: 0.5em 0.5em 0.5em 80px;
	background-color: #fff;
	background-position: left top;
}
.weatherForecastDay { display: block; font-size: 1.1em; }

span.view-forecast {
	display: none;
	padding: 0 100px 0 0;
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	color: #ccc;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0px;
	border-top: 1px rgba(0,0,0,.25) solid;
	-webkit-box-shadow: inset 0px 10px 10px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0px 10px 10px rgba(0,0,0,.1);
	box-shadow: inset 0px 10px 10px rgba(0,0,0,.1);
}
#weather:hover span.view-forecast {
	color: #fff;
}

#navicon,
#phonelink,
.mobile,
#site-navigation li.mobile {
	display: none;
}

.fish-man{
	display:none;
}

.customlogo{
	    float: left;
    margin-top: 10px;
}
.customlogo img{
	    width: 155px;
}
.row ,.shrinkbar{
	background-color:rgba(209, 200, 173, 0.60);
	height:100px;
}
.mob-left {
    position: absolute;
    top: 37px;
    width: 40px;
    left: 20px;
    cursor: pointer;
}
.mob-right {
    position: absolute;
    top: 34px;
    width: 48px;
    right: 20px;
}
.centerlogo{
    width: 145px;
    margin-top: 3px;
}
.responsive-menu{
    background-color: #B9AE7A;
    position: absolute;
    width: 200px;
    top: 125px;
    z-index: 999;
    left: 0;
}
.res-menu{
	margin:5px;
}
.res-menu li{
	font:500 16px/1.5 "Rye", Arial, Helvetica, sans-serif
}
.res-submenu{
	margin:5px;
	background: rgba(209, 200, 173, 0.60);
}
.responsive-menu ul li{
	list-style-type:none;
}
.responsive-menu ul li a{
	text-decoration:none;
	color:#fff;
}
.shrinkbar{
	display:none;
}
#site-navigation1{
		display:none;
}
#header-top-icons{
	width:100%;
}