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

/* ============================== */
/* 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: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.7;
	color: #444;
	background: #f4edd3 url(images/bg.jpg) center 0 no-repeat;
	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%;
}
hr {
	border-top: 1px rgba(0,0,0,.25) solid;
}

textarea {resize: none;}

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

.margin-top-none {
	margin-top: 0;
}
h1 {
	display: block;
	margin: 15px 0;
	padding: 0;
	font-family: "Cinzel", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	font-weight: 900;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	letter-spacing: 0px;
	font-variant: small-caps;
	line-height: 1;
	color: #fff;
	clear: both;
}
h2 {
	display: block;
	margin: 15px 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	font-weight: 900;
	font-variant:small-caps;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #661f0f;
	clear: both;
}
h2 em {
	font-size: 24px;
	font-variant: normal;
}
h2 .subtitle {
    display: block;
    margin: 10px 0 0;
    font: bold 13px/16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-shadow: 0 -1px 0 #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #546145;
}
h3 {
	display: block;
	margin: 15px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.3;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h4 {
    margin: 15px 0;
    font: bold 18px/21px "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #337b77;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h4 a {
	text-decoration: none;
}
h5 {
	display: block;
	margin: 15px 0;
	padding: 0;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1;
	color: #fff;
	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 100px;
	font: italic 21px/30px "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
}
.dropcap {
	float: left;
	margin: 0 10px 2px 0;
	font-size: 72px;
	line-height: 1;
}
.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;
	float: left;
	width: 50%;
	margin: 0;
	padding: 7px 15px 7px 35px;
	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 center no-repeat;
	}
.checklist li:last-child {
	border-bottom: 0;
}
.checklist.floated:after {
	content:"";
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}
.checklist.floated li {
	float: left;
	padding: 5px 0 5px 25px;
	width: 150px;
	font-size: 16px;
}
.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: 10px;
	left: -10px;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 193px;
	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: 200px;
	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: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: 900;
	font-variant: small-caps;
	color: #fff;
	letter-spacing: 2px;
	line-height: 48px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.75);
	text-align: center;
	text-decoration: 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: 110px;
	z-index: 3;
}
#header {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1080px;
	height: 100%;
	border-top: 1px transparent solid;
	z-index: 3;
}
#pre {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 36px;
	background: #594032;
	border-top: 1px #111 solid;
	-webkit-box-shadow: inset 0px 8px 36px rgba(0,0,0,.35);
	-moz-box-shadow: inset 0px 8px 36px rgba(0,0,0,.35);
	box-shadow: inset 0px 8px 36px rgba(0,0,0,.35);
	z-index: 1;
}
#wrap,
#trees {
	display: block;
	position: relative;
	margin: 0;
	padding: 15px 0;
	width: 100%;
	z-index: 2;
}
#trees {
	background: url(images/bg-trees.jpg) bottom center no-repeat;
	overflow: hidden;
}
.content {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 20px 0 30px;
	width: 980px;
	border-top: 1px transparent solid;
	z-index: 2;
}
#pre .content {
	margin: 0 auto;
	padding: 0;
	background: none;
}
.home .content,
#trees .content {

	background: none;

}
.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: left;
	padding: 0;
	width: 640px;
	min-height: 360px;
	text-align: left;
	border-top: 1px transparent solid;
}
.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: #e9e0bc;
	text-align: center;
	background: #594032;
	background-size: 100% auto;
	border-top: 1px #111 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 8px 36px rgba(0,0,0,.5);
	overflow: hidden;
	z-index: 1;
}
footer {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	height: 190px;
	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 -150px;
	width: 300px;
}
.cr {
	display: block;
	position: absolute;
	left: 0;
	width: 250px;	
	height: 170px;
	text-align: center;
}
.cr .cell {
	display: table-cell;
	position: relative;
	width: 250px;
	height: 200px;
	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: 72px auto 0;
	padding: 0;
	width: 1080px;
	height: auto;
	border-top: 1px transparent solid;
	z-index: 1;
	} 
#site-navigation .menu {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 0 190px;
	width: 100%;
	text-align: center;
}
#site-navigation .menu:after {
	content: "";
	display: block;
	clear: both;
}
#site-navigation .menu li:last-child {
	background: none;
}

#site-navigation li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	height: 36px;
	font: 900 12px/36px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	font-variant: small-caps;
	text-transform: uppercase;
/*	font-variant: small-caps;*/
	letter-spacing: 2px;
    -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 .right li {
	background: url(images/bg-nav.png) left 35px no-repeat;
}
#site-navigation li#home {
	width: 36px;
	background: url(images/icon-house.png) center  no-repeat;
	background-size: auto 11px;
}
#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 a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0px 22px;
	height: 100%;
	color: #3c2b21;
	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: #a06735;
	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: #537eae;
	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: 36px;
	left: 10px;
	margin: 0;
	padding: 0;
	width: 210px;
	height: auto;
	background: #62624d;
	-webkit-box-shadow: inset -35px -80px 60px rgba(0,0,0,.1), 1px 1px 1px rgba(0,0,0,.5);
	-moz-box-shadow: inset -35px -80px 60px rgba(0,0,0,.1), 1px 1px 1px rgba(0,0,0,.5);
	box-shadow: inset -15px 20px 30px rgba(0,0,0,.2), 0 2px 1px rgba(0,0,0,.5);
	overflow: hidden;
	z-index: 2;
}
#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: 14px;
	line-height: 15px;
	text-align: left;
	text-transform: none;
	text-shadow: none;
	background: url(images/bg-list.png) left center no-repeat;
	border: none;
	border-bottom: 1px rgba(255,255,255,0.1) solid;
	border-top: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
}
#site-navigation .sub-menu a,
#site-navigation .sub-menu li:first-child a {
	padding: 15px 15px;
	height: auto;
	color: #fff;
	text-align: left;
	text-shadow: none;
}









#site-navigation ul li .sub-menu a:hover {
	padding: 15px 0 15px 25px;
	color: #fff;
	text-decoration: none;
}


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





#site-navigation li.menu-parent-item a:hover {
	text-decoration: none;
}
a#facebook,
a#googleplus,
a#yelp,
a#instagram,
a#tripadviser {
	display: block;
	position: absolute;
	top: 8px;
	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#instagram {
	right: 0px;
	background: url(images/icon-instagram.png) center no-repeat;
}
a#facebook, 
a#googleplus,
a#yelp,
a#instagram,
a#tripadviser {
	background-size: 24px;
}
a#facebook:hover, 
a#googleplus:hover,
a#yelp:hover,
a#instagram: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: 90px;
	top: -37px;
	padding: 0 20px 0 25px;
	width: auto;
	font: 900 16px "Lato", "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	line-height: 36px;
	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: #3e4b54;
	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: 11px;
	left: 0px;
	width: 26px;
	height: 14px;
	background: url(images/icon-phone.png) left center no-repeat;
	background-size: auto 100%;
}

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



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

.badges {
	display: block;
	position: relative;
	padding: 15px 0;
	height: 64px;
	text-align: center;
	background: #644433;
    -webkit-box-shadow: inset 0px -36px 120px rgba(0,0,0,.35), 0 2px 4px rgba(0,0,0,.5) inset;
    -moz-box-shadow: inset 0px -36px 120px rgba(0,0,0,.35), 0 2px 4px rgba(0,0,0,.5) inset;
    box-shadow: inset 0px -36px 120px rgba(0,0,0,.35), 0 2px 4px rgba(0,0,0,.5) inset;
	overflow: hidden;
}
.badges a {
	display: inline-block;
	position: relative;
	margin: 0 20px;
	width: auto;
	height: 64px;
	text-align: center;
	-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;
}
.badges a:hover {
	opacity:.75;
	filter:alpha(opacity=75);
}
.badges img {
	display: block;
	margin: 0;
	width: auto;
	height: 100%;
	text-align: center;
}

/* -- 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: 15px 25px 15px 0;
}
img.aligncenter {
	display: block;
	float: none;
	margin: 15px auto;
}

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

#art {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 10px;
	width: 1160px;
	height: 480px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #fff;
	background: #522d20;
	-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;
	z-index: 1;
}
.home #art {
	height: 590px;
	z-index: 2;
}
#btn-book {
	display: block;
	position: absolute;
	bottom: -17px;
	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: 9999;
}
#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%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5), 0 0px 64px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5), 0 0px 64px rgba(0,0,0,0.35);
	box-shadow: 0 0 8px rgba(0,0,0,0.5), 0 0px 64px rgba(0,0,0,0.35);
	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/contact2.jpg) no-repeat;
}

#slide30 {
	background: url(images/slide30.png) no-repeat;
}

#slide31 {
	background: url(images/slide31.jpg) no-repeat;
}

#slide32 {
	background: url(images/slide32.jpg) no-repeat;
}
#slide33 {
	background: url(images/slide33.png) no-repeat;
}
#slide34 {
	background: url(images/slide34.png) no-repeat;
}
#slide35 {
	background: url(images/slide35.jpg) no-repeat;
}
#slide36 {
	background: url(images/slide36.jpg) no-repeat;
}
#slide37 {
	background: url(images/slide37.jpg) no-repeat;
}
#slide38 {
	background: url(images/slide38.jpg) no-repeat;
}
#slide39 {
	background: url(images/slide39.jpg) no-repeat;
}
#slide40{
	background: url(images/slide40.jpg) no-repeat;
}
#slide41{
	background: url(images/slide41.jpg) no-repeat;
}
#slide42{
	background: url(images/slide42.jpg) no-repeat;
}
#slide43{
	background: url(images/slide43.jpg) no-repeat;
}
#slide44{
	background: url(images/slide44.jpg) no-repeat;
}
#slide45{
	background: url(images/slide45.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,
#slide36,
#slide37,
#slide38,
#slide39,
#slide40,
#slide41,
#slide42,
#slide43,
#slide44,
#slide45,
{
	background-size: 100% auto;
	background-position: center top;
}
#slider-wrap .cycle-pager {
	bottom: 55px;
}
.cycle-overlay {
	display: block;
	position: absolute;
	bottom: 0px;
	padding: 11px 0 0;
	width: 100%;
	height: 90px;
	font:  13px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 1.4;
	color: #fff8c7;
	text-align: center;
	background: #444836;
    -webkit-box-shadow: 0 36px 120px rgba(0,0,0,.35) inset;
    -moz-box-shadow: 0 36px 120px rgba(0,0,0,.35) inset;
    box-shadow: 0 36px 120px rgba(0,0,0,.35) inset;
	z-index: 2;
}
.cycle-overlay h1 {
	font-size: 18px;
	letter-spacing: 2px;
}
.cycle-overlay h1,
.cycle-overlay p {
	margin: 8px auto;
	width: 600px;
}

/* ============================== */
/* 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
/* ============================== */

.orange {
	position: relative;
	font-size: 13px;
	background: #e07121;
	background: #d57028;
	background: #a06735;
  -webkit-box-shadow: inset 0px 40px 180px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0px 40px 180px rgba(0,0,0,.2);
  box-shadow: inset 0px 40px 180px rgba(0,0,0,.45);
  z-index: 2;
}
.column-wrap:before {
	content: "";
	display: block;
	position: absolute;
/*	top: -90px;*/
	left: -50px;
	bottom: 0;
/*	right: 25px;*/
	width: 93px;
	height: 120px;
	background: url(images/crop-eagle.png);
	background-size: contain;
	z-index: 3;
}
.column-wrap {
	display: block;
	position: relative;
	padding: 30px 0;
	margin: 0 auto;
	width: 1180px;
	height: 320px;
	z-index: 1;
}
.column {
	float: left;
	position: relative;
	margin: 0 20px 0 0;
	padding: 0;
	width: 280px;
	height: 320px;
	background: url(images/gallery03.jpg);
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	overflow: hidden;
}
.column:nth-child(2) {
	background: url(images/gallery05.jpg);
	background-size: cover;
}
.column:nth-child(3) {
	background: url(images/gallery09.jpg);
	background-size: cover;
}
.column:nth-child(4) {
	margin: 0;
	background: url(images/gallery07.jpg);
	background-size: cover;
}
.column img {
	display: block;
	position: absolute;
	width: auto;
	width: 280px;
	height: 320px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -moz-backface-visibility: hidden;
    -moz-transform: translateZ(0) scale(1.0, 1.0);
    backface-visibility: hidden;
    transform: translateZ(0) scale(1.0, 1.0);
	z-index: 1;
}
.column:hover img {
	opacity:0;
	filter:alpha(opacity=0);
}
.column a {
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	padding: 25px;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	z-index: 2;
}
.column a:before {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 -30px 160px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0 -30px 160px rgba(0,0,0,.5) inset;
	box-shadow: 0 -30px 160px rgba(0,0,0,.5) inset;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.column a:hover:before {
	-webkit-box-shadow: 0 -30px 160px rgba(0,0,0,.6) inset;
	-moz-box-shadow: 0 -30px 160px rgba(0,0,0,.6) inset;
	box-shadow: 0 -30px 160px rgba(0,0,0,.6) inset;
}
.column a:hover {
}
.column h4 {
	margin: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	font-variant: small-caps;
	text-transform: none;
}
.column p {
	margin: 3px 0 0;
/*	font: 300 italic 14px/21px "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
}
.column a.dark h4,
.column a.dark p,
.column a.dark span {
	color: #38527f;
}
.column a.dark span {
	border: 2px #38527f solid;
}
.column a span {
	display: inline-block;
	margin: 10px 0 0;
	padding: 0px 8px 1px;
	font-size: 21px;
	line-height: 1;
	border: 2px #fff solid;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-moz-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.column a:hover span {
	display: inline-block;
	margin: 10px 0 0;
	padding: 0px 20px 1px;
	font-size: 21px;
	line-height: 1;
	border: 2px #fff solid;
}
.column a.dark:hover span {
	border: 2px #38527f solid;
}

#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 0;
	overflow: hidden;
}
.testimonial p {
	padding: 0 20px;
	font-size: 17px;
	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: 15px 0 15px -3px;
	padding: 0;
	width: 306px;
	height: 222px;
	background: url(images/ss-wrap.png) center no-repeat;
	background-size: 100%;
  }
#ss-wrap div {
	position: absolute;
	top: 14px;
	left: 13px;
	width: 280px;
	height: 195px;
	overflow: hidden;
	z-index: 1;
}
#ss-wrap img {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
}
#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: right;
	margin: -100px 0 0 0;
	padding: 0;
	width: 300px;
	height: auto;
	font-size: 13px;
	line-height: 1.5;
	-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;
}
#map,
#btn-book02 {
	display: block;
	position: relative;
	margin: 0 0 10px -6px;
	width: 310px;
	height: 380px;
	text-indent: -9999px;
	background: url(images/map.png) center no-repeat;
	background-size: 100%;
}
#btn-book02 {
	margin: -42px 0 10px -28px;
	width: 333px;
	height: 122px;
	background: url(images/btn-book02.png) center no-repeat;
	background-size: 100%;
	z-index: 2;
}
#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;
}
a#btn-license img {
	display: block;
	position: relative;
	margin: 0;
}
a#btn-license:hover {
}
.btn {
	display: block;
	position: relative;
	margin: 15px 0 0;
	padding: 0 15px;
	width: auto;
	height: 48px;
	line-height: 48px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.25);
	text-transform: uppercase;
	letter-spacing: 0;
	text-align: left;
	text-decoration: none;
	background: #03aea0;
	border-bottom: 1px #012846 solid;
	border-top: none;
	border-right: none;
	border-left: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-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;
}
#sidebar .btn {
	background: rgba(255,255,255,.15);
}
.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;
	width: 100%;
	height: 100%;
}
.fancybox {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 10px;
	width: 25%;
	height: 150px;
	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: 130px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


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

form {
	position: relative;
	margin: 15px 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 #594032 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 {
	padding: 0 15px 15px;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	color: #64737c;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px #09f solid;
}
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: 95%;
	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: 0 0 15px;
	float: left;
	width: 160px;
	height: auto;
	overflow: hidden;
	}
.checkbox label {
	display: block;
	float: left;
	margin: 4px 25px 0 5px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	}
input[type="checkbox"] {
	float: left;
	}
.checkbox input {
display: inline;
width: 18px;
height: 18px;
margin: 1px 10px 5px 0;
padding: 0;
vertical-align: bottom;
position: relative;
top: -1px;
overflow: hidden;
}
input[type="checkbox"] {
float: left;
}
input, select {
display: block;
}


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

table {
	font-size: 15px;
	margin: 15px 2px 20px;
	width: 100%;
	color: #5b6268;
	background: #f9f9f9;
	border-spacing: 1px;
	background: #ddd;
	border: 8px #594032 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
table.top td {
	vertical-align: text-top;
}
table small {
	font-size: 13px;
	font-weight: 300;
}
.ui-datepicker th {
	padding: 5px;
	font:  bold 14px/18px Arial, Helvetica, sans-serif;
}
table img {
	display: block;
	width: auto;
	margin: 0 auto 10px;
	text-align: center;
}
th {
	padding: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-variant: small-caps;
	line-height: 1.2;
	color: #8a2a1d;
	letter-spacing: 1px;
	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;
}
.valign td {
	vertical-align: top;
}
/* ============================== */
/* WEATHER FEED  */
/* ============================== */

a#weather {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 36px;
	font-size: 13px;
	font-family: "Lato", "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #e9e0bc;
	line-height: 36px;
	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 65px;
	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: 72px 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: 64px;
	height: 36px;
	font-family: "Lato", "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.1);
}
.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;
}


/* ============================== */
/* MOBILE  */
/* ============================== */

@media only screen and (max-width: 1024px) {
	.hide {
		display: none !important;	
	}
	#site-navigation,
	#site-navigation li#home,
	#no-template-pager,
	a#motto,
	#strips,
	.sidebar,
	#footer-wrap img {
		display: none;
		overflow: hidden;
	}
	html,
	body {
		width: 100%;
		max-width: 100%;
		min-width: inherit;
		overflow-x: hidden;
	}
	body,
	body.home {
		height: auto;
	}
	.mobile,
	#site-navigation li.mobile {
		display: block;
	}
	#site-navigation .left,
	#site-navigation .right,
	.content,
	.content.over,
	.block-left-wrap,
	.main,
	article,
	.block-right,
	.block-left,
	iframe,
	#footer-wrap, 
	footer,
	#footer-wrap .copyright,
	.footer-address {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
		max-width: inherit;
		min-width: inherit;
		height: auto;
		border: none;
	}
	#pre {
		overflow: inherit;
	}
	#header-wrap {
		position: relative;
		height: 50px;
		background: #8a523a;
		border-bottom: 1px #111 solid;
		-webkit-box-shadow: 0 -36px 96px rgba(0,0,0,.25) inset;
		-moz-box-shadow: 0 -36px 96px rgba(0,0,0,.25) inset;
		box-shadow: 0 -36px 96px rgba(0,0,0,.25) inset;
	}
	#header {
		position: relative;
		width: auto;
		height: 100%;
		border: none;
		border-bottom: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	h1#logo {
		position: relative;
		top: -35px;
		left: auto;
		margin: 0 auto;
		width: 105px;
		height: 100px;
		background: url(images/logo.png) center bottom no-repeat;
		background-size: 100% auto;
		z-index: 2;
		}
	h1#logo a {
		width: 100%;
		height: 100%;
		background: none;
	}
	h1#logo:after {
		display: none;
	}
	#navicon,
	a#phonelink,
	a#phonelink:hover {
		display: block;
		position: absolute;
		top: 13px;
		left: 15px;
		bottom: 0;
		margin: 0;
		padding: 0;
		width:24px;
		height: 24px;
		font-size: 15px;
		font-style: normal;
		font-weight:600;
		color: #ddca93;
		line-height: 32px;
		text-shadow: none;
		text-align: left;
		text-indent: -9999px;
		text-decoration: none;
		background: url(images/icon-navicon.png) center no-repeat;
		background-size: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	a#phonelink,
	a#phonelink:hover {
		position: absolute;
		left: auto;
		right: 15px;
		border-right: 0;
		background: url(images/icon-phonelink.png) center no-repeat;
		background-size: auto 100%;
	}
	#phonelink:before {
		display: none;
	}
	#pre {
		height: 36px;
	}
	#pre .content {
		width: 100% !important;
	}
	a#weather,
	#test,
	.weatherItem,
	.weatherTemp {
		height: 36px;
		line-height: 36px;
	}
	a#weather {
		position: absolute;
		width: 250px;
	}
	#test {
		padding-left: 70px;
	}
	.weatherItem {

		background-size: 60px auto;
		background-position: 12px 2px;
	}
	.weatherTemp {
		width: 60px;
		font-size: 18px;
		text-indent: 0;
	}
	a#facebook, 
	a#googleplus, 
	a#yelp, 
	a#tripadviser {
		top: 8px;
		right: auto;
		left: auto;
		position: absolute;
		float: none;
		margin: 0;
		width: 21px;
		height: 21px;
		background-size: 100%;
	}
	a#instagram {
		right: 15px;
	}
	a#googleplus {
		right: 45px;
	}	
	a#facebook {
		right: 75px;
	}
	#site-navigation {
		display: none;
		position: absolute;
		top: 51px;
		margin: 0 auto;
		width: 100%;
		height: auto;
		background: #594032;
		z-index: 1;
	}
	#site-navigation ul.menu {
		padding: 0;
		width: 100%;
	}
	#site-navigation .sub-menu {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		margin: 0;
		width: 100%;
		height: auto;
		background: none;
		-webkit-box-shadow: inset 0px 28px 180px rgba(0,0,0,.25);
		-moz-box-shadow: inset 0px 28px 180px rgba(0,0,0,.25);
		box-shadow: inset 0px 28px 180px rgba(0,0,0,.25);
	}
	#site-navigation li,
	#site-navigation li:nth-child(4),
	#site-navigation .sub-menu li,
	#site-navigation .sub-menu li:first-child {
		display: block;
		float: none;
		margin: 0;
		height: auto;
		line-height: 1;
		text-align: center;
		border-bottom: none;
		border-top: none;
	}
	#site-navigation li:nth-child(2) {
		border-top: none;
	}
	#site-navigation a,
	#site-navigation a:hover,
	#site-navigation .sub-menu a, 
	#site-navigation .sub-menu a:hover,
	#site-navigation .sub-menu li:first-child a {
		padding: 20px 0 !important;
		color: #fff;
		font: 900 13px/1 "Palatino Linotype", "Book Antiqua", Palatino, serif;
		text-align: center !important;
		text-transform: uppercase;
		letter-spacing: 1px;
		border-bottom: 1px rgba(0,0,0,.25) solid;
		border-top: 1px rgba(255,255,255,.1) solid;
	}
	#art {
		padding: 0;
		width: 100%;
		height: 420px !important;
	}
	.home #art {
		height: 480px !important;
	}
	#slideshow {
		height: 100%;
	}
	#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, #slide36, #slide37, #slide38, #slide39,#slide40,#slide43,#slide45, .slide {
		background-size: 100% auto;
		}
	#art .cycle-pager {
		margin-left: -40px;
		width: 100px;
	}
	#btn-book {
		bottom: 17px;
		height: 90px;
	}
	#wrap {
		padding: 0;
		width: auto;
		background: #f4edd3;
	}
	#pre .content {
		padding: 0;
	}
	.content {
		padding: 15px;
		width: auto !important;
	}
	.home .content {
	}
	.content.over {
		background: none;
	}
	.block-left {
		min-height: inherit;
	}
	#sidebar {
		display: none;
		float: none;
		margin: 30px auto 15px;
		width: 290px;
	}
	#sidebar #map,
	#sidebar #btn-book02,
	#ss-wrap,
	#sidebar iframe  {
		margin-left: auto;
		margin-right: auto;
		width: 290px;
	}
	#sidebar iframe {
		height: 150px;
	}
	#ss-wrap div {
		width: 270px;
	}
	.polaroid-text {
		display: block;
		padding: 10px;
		font-size: 14px;
		width: 100%;
		height: auto;
		text-align: center;
		line-height: 1.2;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}
	.column-wrap {
		width: 700px;
		height: 172px;
	}
	.column-wrap:before {
		display: none;
	}
	.column {
		margin-right: 15px;
		width: 162px;
		height: 172px;
	}
	.column a {
		padding: 15px;
	}
	.column p {
		display: none;
	}
	.column img {
		height: auto;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		line-height: 1.3 !important;
	}
	h3 img {
		display: none;
	}
	a#btn-contact {
		display: none;
	}
	form {
		padding: 20px;
	}
	table {
		table-layout:fixed;
		width:100%;
		line-height: 1.4;
		border-spacing: 10px 5px;
		background: #fff;
		overflow: hidden;
	}
	table img {
		width: 100%;
		max-width: none;
	}
	table th,
	table tr,
	tr:nth-child(even),
	table td{
		padding: 0;	
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	table h4 {
		font-size: 100%;
		line-height: 1.3;
	}
	iframe {
		display: block;
		margin: 0 auto 15px;
		width: 640px;
		height: 360px;
	}
	iframe.left,
	iframe.right {
		float: none;
	}
	#footer-wrap {
		padding: 20px 0;
		min-width: inherit;
		height: auto;
		background: #333;
	}
	footer {
		height: 100%;
		background: none;
	}
	#footer-wrap .copyright,
	#footer-wrap .housekeeping,
	.footer-address,
	.cr,
	#footer-wrap .cell,
	a#logo-footer {
		display: block;
		position: relative;
		left: auto;
		float: none;
		margin: 10px auto;
		width: auto;
		height: auto;
		line-height: 1.4;
		text-align: center;
	}
	a#logo-footer {
		top: auto;
		margin: 0;
		width: 100%;
		height: 30px;
		background: url(images/logo-umw.png) center no-repeat;
		background-size: auto 30px;
	}	
	a#umw {
		position: relative;
		margin: 15px auto;
		width: 240px;
		top: auto;
		right: auto;
		background-position: center;
	}
}
@media only screen and (max-width: 980px) {
	#art {
		height: 380px !important;
	}
	.home #art {
		width: 100%;
		height: 440px !important;
	}

}
@media only screen and (max-width: 800px) {
	#art {
		height: 328px !important;
	}
	.home #art {
		width: 100%;
		height: 420px !important;
	}
	#btn-book {
		right: 5px;
	}
	.fancybox {
		padding: 3px;
	}

}
@media only screen and (max-width: 768px) {
	#art {
		height: 315px  !important;
	}
	.home #art {
		height: 415px !important;
	}

}
@media only screen and (max-width: 736px) {
	a#weather {
		width: 120px;
	}
	.weatherFeed {
		text-indent: -9999px;
	}
	.weatherTemp {
		width: 50px;
		font-size: 18px;
		text-indent: 0;
	}
	.weatherItem {
		background-position: 15px 2px;
		background-size: 60px auto;
	}
	.home #art {
		width: 100%;
		height: 400px !important;
	}
	#art {
		height: 300px !important;
	}
	#btn-book {
		display: none;
	}
	#testimonials-wrap {
		width: 420px;
		height: 220px;
		font-size: 18px;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 667px) {
	#art,
	.home #art {
		height: 270px !important;
	}
	.cycle-overlay {
		display: none;
	}
	.column-wrap {
		width: 450px;
		height: auto;
	}
	.column,
	.column:nth-child(4) {
		margin: 10px;
		width: 205px;
		height: 234px;
	}
	figure img.alignleft {
		margin: 0 !important;
		padding: 5px;
		width: 33.33% !important;
		height: auto !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}
	iframe {
		height: 358px;
	}
	img.alignright,
	img.alignleft {
		max-width: 50%;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 21px;
	}
	h3 {
		font-size: 16px;
	}
	.badges,
	.badges a {
		height: 60px;
	}
	.badges a {
		margin: 0 15px;
	}
}
@media only screen and (max-width: 640px) {
	#art,
	.home #art {
		height: 260px !important;
	}
	.cycle-overlay {
		height: 48px;
	}
	.cycle-overlay h1 {
		font-size: 14px;
		width: auto;
	}
	.cycle-overlay p {
		display: none;
	}
	iframe {
		max-width: 100% !important;
		height: 343px;
	}
	table th {
		font-size: 15px;
	}
	table td {
	}
	table img {
		
	}
}
@media only screen and (max-width: 568px) {
	#art,
	.home #art {
		height: 230px !important;
	}
	.cycle-pager {
		bottom: 10px;
	}
	.subtitle {
		font-size: 18px;
	}
	iframe {
		height: 303px;
	}
	ul.checklist li {
		float: none;
		width: 100%;
	}
	.field,
	.field.left,
	.field.right,
	.checkbox {
		float: none;
		width: auto;
	}
	.badges {
		height: 40px;
	}
	.badges a {
		margin: 0 5px;
		width: 36px;
	}
	.badges img {
		display: block;
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 515px) {
	#art,
	.home #art {
		height: 200px !important;
	}
	table h4 {
		font-size: 10px;
	}
	table p {
		margin: 5px 0;
		font-size: 80%;
	}
	#testimonials-wrap {
		margin: 20px auto;
		width: 230px;
		height: 250px;
		font-size: 14px;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 480px) {
	#art,
	.home #art {
		height: 190px !important;
	}
	.home .content img.alignright {
		margin-top: 15px !important;
		width: 100px;
	}
	#polaroid-wrap {
		display: none !important;
	}
	.page .cycle-slideshow {
		height: 280px;
	}
	iframe {
		height: 259px;
	}
	textarea {
		width: 100%;
		height: 200px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}
	.fancybox {
		margin: 4px;
		padding: 0;
		width: 60px;
		height: 42px;
	}
	.fancybox img {
		width: 60px;
		height: 42px;
	}
}
@media only screen and (max-width: 414px) {
	a#weather {
		width: 90px;
	}
	.weatherItem {
		background-position: 12px 5px;
		background-size: 48px auto;
	}
	.weatherTemp {
		font-size: 13px;
		width: 36px;
		line-height: 40px;
	}
	a#facebook, 
	a#googleplus, 
	a#yelp, 
	a#tripadviser,
	a#instagram {
		width: 17px;
		height: 17px;
		background-size: 100%;
	}
	a#googleplus {
		right: 40px;
	}
	a#facebook {
		right: 65px;
	}
	#art,
	.home #art {
		height: 165px !important;
	}
	.column-wrap {
		width: 290px;
		height: auto;
	}
	.column,
	.column:nth-child(4) {
		margin: 10px;
		width: 125px;
		height: 143px;
	}
	.column h4,
.column a.dark h4, .column a.dark p, .column a.dark span {
	font-size: 12px;
}
	table {
		border: 3px #325484 solid;
	}
	th {
		padding: 12px 10px;
		font-size: 12px;
	}
	iframe {
		height: 211px;
	}
	.fancybox {
		width: 96px;
		height: 72px;
	}
	.fancybox img {
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width: 375px) {
	h1#logo {
		top: -32px;
		width: 95px;
		height: 90px;
	}
	#art,
	.home #art {
		height: 149px !important;
	}
	#sidebar {
		display: block;
		width: 269px;
	}
	#sidebar #map, #sidebar #btn-book02, #ss-wrap, #sidebar iframe {
		width: 100%;
	}
	#ss-wrap {
		display: none;
	}
	.subtitle,
	.title {
		display: block;
		margin-bottom: 15px;
		font-size: 15px;
		line-height: 1.4;
	}
	.input-wrap {
		padding: 0;
		width: auto;
	}
	input[type="submit"] {
		width: 100%;	
	}
	textarea {
		width: 100%;
		height: 120px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}
	.badges,
	.badges a {
		height: 50px;
	}
	.badges a {
		margin: 0 8px;
	}
}
@media only screen and (max-width: 360px) {
	#art,
	.home #art {
		height: 140px !important;
	}
	.home .content img.alignright {
		float: right;
		margin-top: 15px !important;
		margin-left: 10px;
		width: 100px;
	}
	img.alignleft,
	img.alignright {
		float: none;
		margin: 15px auto;
		width: 100%;
		max-width: none;
	}
	table h4 {
		font-size: 9px;
	}
	table p {
		font-size: 9px;
	}
	a.box {
		padding: 10px 2px 0;
	}
	iframe {
		height: 186px;
	}
	.fancybox {
		width: 80px;
		height: 72px;
	}
}
@media only screen and (max-width: 320px) {
	#art,
	.home #art {
		height: 125px !important;
	}
	.cycle-overlay {
		height: 48px;
	}
	.cycle-overlay h1 {
		font-size: 14px;
		width: auto;
	}
	.cycle-overlay p {
		display: none;
	}
	iframe {
		height: 163px;
	}
}