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

#slideshow .cycle-pager{
	display: none;
}

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

/* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}*/
* {
	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:  14px/18px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	color: #666;
	background: #f4edd3 url(../images/bg.jpg) center top no-repeat;
	overflow-x: hidden;
	-moz-backface-visibility:hidden;
	-o-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;}

.home .center {
	padding: 0 60px;
}

ul, li {list-style: none;}

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

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

textarea {resize: none;}

/* ============================== */
/* 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: inherit;
	line-height: 22px;
	}
ul.fish {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #f1f2f2 url(../images/bg-paper.jpg) top no-repeat;
	background-size: 300px auto;
	border-top: 1px rgba(0,0,0,.5) solid;
	border-bottom: 1px rgba(255,255,255,.1) solid;
}
.fish li,
.sidebar .checklist li {
	margin: 0;
	padding: 20px 0;
	font: bold 16px/16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
	text-align: center;
	list-style: none;
	border-bottom: 1px #ddd solid;
	border-top: 1px #fff solid;
	background-position: 30px center;
	-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 -2px 2px rgba(0,0,0,.05);
}
.sidebar li img {
	display: block;
	margin: 0 auto;
	width: 160px;
}
.sidebar small {
	margin: 0;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
	
/* -- 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 {
	margin-left: 5px;
	padding: 7px 10px 7px 30px;
	list-style: none;
	text-transform: none;
	}
.checklist li a {
	color: #333;
	text-decoration: none;
}
.checklist li a:hover {
	text-decoration: underline;
}
.checklist li {
	background: url(../images/checkmark.png) left center no-repeat;
	}
.checklist li:first-child {
	margin-top: -5px;
	border-top: 0;
}
.checklist li:last-child {
	border-bottom: 0;
}
.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 */
/* ============================== */

a#umw {
	display: block;
	position: absolute;
	top: 25px;
	right: 60px;
	padding: 0;
	width: 200px;
	height: 35px;
	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 {
	display: block;
	z-index: 2;
}

iframe.alignleft,
iframe.alignright {
	margin: 0;
}

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

a {
	color: #3a5d85;
	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: #2c4766;
	text-decoration: underline;
	}
.btn {
	position: relative;
	margin: 10px 0 0;
	padding: 12px 120px 12px 20px;
	width: auto;
	height: 48px;
	font: bold 13px/48px "montserrat", "Book Antiqua", Palatino, serif;
	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: 2px #012846 solid;
	-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);
	border-top: none;
	border-right: none;
	border-left: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
/*	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,.25);
	box-shadow: 0px 3px 8px 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;
}
.btn:hover {
	color: #fff;
	text-decoration: none;
	background: #01856e;
	border-bottom: 2px #012e26 solid;
	-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);
}
.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 30px;
	width: auto;
	height: 48px;
	font: bold 14px/48px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	text-transform: uppercase;
	line-height: 48px;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #e84242;
	border-top: 1px rgba(255,255,255,.25) solid;
	border-bottom: 1px rgba(0,0,0,.5) solid;
	-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;
}
.button:hover {
	color: #fff;
	text-decoration: none;
	background: #23b184 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/icon-phone-alt.png) center 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/icon-phone-alt.png) center no-repeat;
}

.arrow {
	padding-left: 5px;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
input[type="submit"] {
	display: block;
	position: relative;
	margin: 0 auto 10px;
	padding: 0 20px;
	width: auto;
	height: 30px;
	font: bold 14px/30px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	background: #505f6c; 
	border: none;
	border-top: 1px rgba(255,255,255,.75) solid;
	border-bottom: 2px rgba(0,0,0,.5) solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 -10px 30px rgba(0,0,0,0.075) inset, 0 2px 1px rgba(0,0,0,.5);
	-moz-box-shadow: 0 -10px 30px rgba(0,0,0,0.075) inset, 0 2px 1px rgba(0,0,0,.5);
	box-shadow: 0 -10px 30px rgba(0,0,0,0.075) inset, 0 2px 1px rgba(0,0,0,.5);
	-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 {
	font: bold 14px/30px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	background: #557d88; 
}

/* -- Submit Button -- */





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

/* -- Pictures --*/

.content img {
	display: block;
}
img.main {
	margin: 0 0 15px -30px;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.5);
	box-shadow: 0 2px 8px rgba(0,0,0,.5);
}
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 25px;
}
img.alignleft {
	float: left;
	margin: 15px 25px 15px 0;
}
.polaroid {
	padding: 10px;
	color: #666;
	background: #f1eee0;
	border-top: 1px #fff solid;
	border-bottom: 1px rgba(0,0,0,.4) solid;
	-webkit-box-shadow: inset 0 -20px 20px rgba(0,0,0,.1), 0 4px 1px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -20px 20px rgba(0,0,0,.1), 0 4px 1px rgba(0,0,0,.2);
	box-shadow: inset 0 -20px 20px rgba(0,0,0,.1), 0 4px 1px rgba(0,0,0,.2);
}

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

.container {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 12px;
	width: 1076px;
	border-bottom: 1px rgba(0,0,0,.75) solid;
	-webkit-box-shadow: inset 0px 2px 10px rgba(0,0,0,.75);
	-moz-box-shadow: inset 0px 2px 10px rgba(0,0,0,.75);
	box-shadow: inset 0px 2px 10px rgba(0,0,0,.75);
	z-index: 1;
}
.container.wood {
	padding: 10px;
	background: url(../images/bg-wood.jpg) center -350px;
}
#map-big {
	display: block;
	float: none;
	margin: 0 auto;
	width: auto;
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 16px rgba(0,0,0,.75);
	box-shadow: 0 0 16px rgba(0,0,0,.75);
}
#map-big iframe {
	margin: 0 auto;
	width: 460px;
}
/* ============================== */
/* CYCLE PAGER */
/* ============================== */

.cycle-pager {
	display: block;
	position: absolute;
/*	left: 50%;
	bottom: 80px;
	margin: 0 0 0 -50px;*/
	right: 70px;
	bottom: 25px;
	padding: 0;
	width: 275px;
	height: 10px;
	overflow: hidden;
	z-index: 9999;
	}
.cycle-pager span {
	display: block;
	position: relative;
	float: left;
	margin: 0 6px 0 0;
	width: 6px;
	height: 6px;
	background: 0;
	border: 2px #fff 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: 353px;
	width: 31px;
	height: 37px;
	text-indent: -9999px;
	opacity: .40;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-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: 1;
}
.cycle-next {
	right: 20px;
	background: 31px 0 url(../images/btn-leftright.svg);
}
.cycle-prev {
	left: 20px;
	background: 0 0 url(../images/btn-leftright.svg);
}
.cycle-next:hover {

	background: url(../images/btn-leftright.svg) 31px 0;
}
.cycle-prev:hover {
	background: 0 0 url(../images/btn-leftright.svg);
}


.mod {
	display: block;
	margin: 0 0 12px;
	border-top: 1px rgba(255,255,255,.025) solid;
	overflow: hidden;
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,.75), inset 0 -20px 60px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 16px rgba(0,0,0,.75), inset 0 -20px 60px rgba(0,0,0,.25);
	box-shadow: 0 0 16px rgba(0,0,0,.75), inset 0 -20px 60px rgba(0,0,0,.25);
}
.mod.title {
	padding-bottom: 90px;
}
.mod.paper {
	margin-top: -100px;
	padding: 100px 20px 20px;
	background: #e6ddce url(../images/bg-paper.jpg) left -1px no-repeat;
}
.mod.green {
	padding: 5px 20px 20px;
	color: #fff;
	background: #557d88;
}
.mod.green a {
	color: #d8e7f4;
}
.mod.green a,
.mod.green a:hover {
	text-decoration: underline;
}
.mod img {
	display: block;
   -webkit-transition: .2s ease-in;  
   -moz-transition: .2s ease-in;  
   -o-transition: .2s ease-in; 
   -ms-transition: .2s ease-in;  
   transition: .2s ease-in;  
}
.mod:last-child {
	margin: 0;
}
.mod:hover img {
}

strong.email,
strong.phone,
strong.location {
	display: block;
	float: left;
	margin: 0 7px 10px 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}
strong.phone {
	background: url(../images/icon-iphone.png) center no-repeat;
	  background-size: contain;
}
strong.email {
	background: url(../images/icon-email.png) center no-repeat;
	background-size: 80%;
}
strong.location {
	margin-top: 3px;
	background: url(../images/icon-location.png) center bottom no-repeat;
	background-size: contain;
}

a#btn-contact {
	display: block;
	position: absolute;
	left: 590px;
	bottom: 50px;
    margin: 0;
	width: 150px;
	height: 50px;
	font: bold italic 18px/50px "EB Garamond", "Book Antiqua", Palatino, serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.45);
	text-transform: none;
    -webkit-box-shadow: 0px 1px 0px #000, 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 1px 0px #000, 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 1px 0px #000, 0px 9px 25px rgba(0,0,0,.7);
   -webkit-transition: .2s ease-in;  
   -moz-transition: .5s ease-in;  
   -o-transition: .2s ease-in; 
   -ms-transition: .2s ease-in;  
   transition: .2s ease-in;  
	z-index: 99999;
}
a#btn-contact:hover {
	background: #000;
}
a#btn-send {
	display: block;
	position: relative;
	width: 300px;
	height: 56px;
	text-indent: -9999px;
	background: url(../images/btn-send.jpg);
	background-size: cover;
}
#btn-fish {
	display: block;
	border-bottom: 1px #000 solid;
}

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

.gallery {
	width: auto;
	overflow: hidden;
}
.fancybox {
	display: block;
	position: relative;
	float: left;
	margin: 0 12px 15px 3px;
	text-decoration: none;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
.fancybox:hover {
	background: #fff;
}
.fancybox:nth-child() {
	margin-right: 0;
}
.fancybox img {
	display: block;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 79px;
}


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

form {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #5b6268;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}
form fieldset:first-child {
	margin-top: 0;
}
fieldset {
	margin: 20px 0;
	padding: 20px;
	border: 1px #999 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
fieldset.alt {
	margin: 20px 0 0;
	padding: 15px 0 25px;
	border-right: none;
	border-left: none;
}
legend {
	padding: 0 15px;
	font: 11px/14px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #64737c;
	letter-spacing: 1px;
	text-transform: uppercase;
}
form p {
	margin: 5px 0 20px;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	text-shadow: none;
}
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;
	}
.field:blur {
	background: #FCC;
	}
label {
	display: block;
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 17px;
	}
input, select, textarea {
	display: block;
	position: relative;
	margin: 0 0 15px;
	color: #333;
	width: 100%;
	background: #fff;
	}
input {
	margin: 0 1px 15px 1px;
	padding: 10px 10px 9px;
	height: 35px;
	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;
	}
input#validate {
	width: 96%;
}
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: 96%;
	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;
}

#contactform input[type="checkbox"] {
float: left;
margin: 0 5px 0 0;
width: 40px;
}
input, select {
display: block;
}

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

table {
	font-size: 80%;
	margin: 15px 2px 20px;
	width: 100%;
	color: #333;
	line-height: 2;
	background: #f9f9f9;
	border-spacing: 0;
	border-bottom: 1px #999 solid;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.25);
	box-shadow: 0px 1px 2px rgba(0,0,0,.25);
}
table h2 {
	margin: 15px;
}
table p {
	margin: 15px 0;
}
table img {
	max-width: 330px;
}
.ui-datepicker th {
	padding: 5px;
	font:  bold 14px/18px Arial, Helvetica, sans-serif;
}
th {
	font-size: 18px;
	line-height: 24px;
	color: #333;
	letter-spacing: 0;
	text-align: center;
	text-shadow: 0 -1px 0 #fff;
	text-transform: none;
	background: #fff;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.25);
	box-shadow: 0px -10px 20px #fefefe inset;
	vertical-align: middle;
}
tr {
	width: 100%;
}
tr:nth-child(even) td {
	background: rgba(0,0,0,.025);
}

td {
	margin: 0;
	padding: 5px;
	height: auto;
	vertical-align: middle;
	font-size: 90%;
	line-height: 18px;
	text-align: left;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	border-right: 1px #fff solid;
	border-left: 1px rgba(0,0,0,.1) solid;
	border-top: 1px rgba(255,255,255,.75) solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
td:nth-child(2) {
	text-align: center;
	border-left: 1px #ccc solid;
	border-right: none;
}



/* ============================== */
/* WEATHER FEED  */
/* ============================== */

#heron,
#whale,
a#facebook,
#credit-cards,
#phonenumber,
.hide,
#site-navigation li.hide,
#slideshow .cycle-next,
#slideshow .cycle-prev,
#site-navigation .sub-menu:before,
#prev,
#next,
#art,
.sidebar {
	display: none;
}	
.mobile,
#site-navigation li.mobile {
	display: block;
}
html,body {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}
body,
body.home {
	height: auto;
	background: #dae9e4 url(../images/bg.jpg) center -0px no-repeat;
	background-size: contain;
	-webkit-text-size-adjust: 100%;
}
#header-wrap,
.container,
section,
#blurb,
#boxes-wrap,
#boxes,
#footer-wrap,
.block-left,
#footer,
#footer-wrap span.copyright,
a#umw,
#cr,
#open,
.left,
#ss2-wrap,
.right {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}
#header {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 667px;
	height: auto;
/*	background: #333;*/
	background-size: 100% auto;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.75);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.75);
	box-shadow: 0 1px 3px rgba(0,0,0,.75);
	z-index: 2;
}
div#navicon,
a#phonelink {
	display: block;
	position: absolute;
	top: 15px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 2;
}
div#navicon {
	left: 12px;
	background: url(../images/icon-navicon.png) center no-repeat;
	background-size: cover;
}
a#phonelink {
	right: 12px;
	background: url(../images/icon-phonelink.png) center no-repeat !important;
	background-size: cover !important;
}
h1#logo {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	margin: 0 auto;
	padding: 0;
	width: 146px;
	height: 60px;
	background: url(../images/logo.png) center no-repeat;
	background-position: center;
	background-size: cover;
}
h1#logo a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-indent: -1000px;
}
#site-navigation {
	display: none;
	position: relative;
	top: 0;
	left: auto;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background: #fff;
	z-index: 9999;
}
#site-navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
	height: auto;
	font-size: 12px;
	overflow: hidden;
	z-index: 2;
}
#site-navigation ul,
#site-navigation li,
#site-navigation li#space,
#site-navigation li:hover,
#site-navigation li.sub-wrapper,
#site-navigation li.sub-wrapper:hover,
#site-navigation li#facebook,
#site-navigation li#facebook a,
li#facebook,
li#facebook a,
#site-navigation li.current-menu-item a,
#site-navigation a,
#site-navigation a:hover,
#site-navigation li ul.sub-menu,
#site-navigation li ul.sub-menu li,
#site-navigation li ul.sub-menu a,
#site-navigation .sub-menu a,
#site-navigation .sub-menu li:first-child,
#site-navigation .sub-menu li:first-child a {
	display: block;
	position: relative;
	top: auto;
	right: auto;
	float: none;
	margin: 0;
	padding: 0;
	width: auto !important;
	height: auto !important;
	font: bold 15px/48px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	color: #541202;
	text-align: center !important;
	text-indent: inherit;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	list-style: none;
}
#site-navigation li {
	display: block;
	position: relative;
	padding: 0;
	background: url(../images/bg-nav.png) repeat-x;
}
#site-navigation a,
#site-navigation a:hover,
#site-navigation li.current-menu-item a,
#site-navigation li#facebook a {
	padding: 0;
	padding-right: 0 !important;
	border-top: 1px rgba(255,255,255,.25) solid;
	border-bottom: 1px rgba(0,0,0,.075) solid;
}
#site-navigation a {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#site-navigation ul.sub-menu li a,
#site-navigation ul.sub-menu li a:hover,
#site-navigation ul.sub-menu li:first-child a,
#site-navigation ul.sub-menu li:first-child a:hover {
	font-size: 13px;
	color: #541202;
	padding: 15px 0;
}
#site-navigation li.sub-wrapper a {
	color: #ccc;
}
#site-navigation li.sub-wrapper,
#site-navigation ul.sub-menu a {
	color: #541202;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#site-navigation ul.sub-menu {
	position: relative;
	left: auto;
	margin: 0;
	padding: 10px 0 !important;
	background: rgba(0,0,0,.4) !important;
	-moz-box-shadow: inset 0 0 80px rgba(0,0,0,.25);
	-webkit-box-shadow: inset 0 0 80px rgba(0,0,0,.25);
	box-shadow: inset 0 0 80px rgba(0,0,0,.25);
}
#site-navigation li.facebook {
	background: #3b5997;
}
#site-navigation li.youtube,
#site-navigation li.googleplus {
	background: #e93225;
}
#site-navigation li.facebook a,
#site-navigation li.googleplus a {
	color: #fff;
}
#art,
.home #art {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	padding: 0;
	margin: 0;
	width: auto !important;
	min-width: auto !important;
	height: auto;
	-moz-box-shadow: 0 5px 60px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 5px 60px rgba(0,0,0,.1);
	box-shadow: 0 5px 60px rgba(0,0,0,.1);
	overflow: hidden;
}
#slideshow {
	display: block;
	margin: 0 auto;
}
#slideshow,
#slideshow .slide {
	width: 100%;
	min-width: auto;
	height: 189px;
	overflow: hidden;
	z-index: 1;
}
#slideshow img {
	display: block;
	position: relative;
	width: 100%;
	min-width: auto;
	height: 189px;
	z-index: 1;
}
#slideshow article {
	display: none;
}
.cycle-pager {
	right: auto;
	left: 15px;
	bottom: 8px;
}
#wrap {
	display: block;
	position: relative;
	margin: 0 auto;
	width: auto;
	max-width: 667px;
}
.content {
	padding: 10px;
}
.fondo {
	display: block;
	position: relative;
	margin: -15px auto -25px;
	font: bold 18px/120px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	height: 127px;
	background: url(../images/bg-fonda.png) center top no-repeat;
	background-size: 100% auto;
	z-index: 2;
}
a.bigbutton,
a.bigbutton:hover {
display: block;
margin: 0;
padding: 10px 0;
width: 100%;
min-width: 283px;
height: auto;
text-align: center;
text-indent: 0;
text-decoration: none;
text-shadow: 0 -1px 0 #000;
text-transform: uppercase;
letter-spacing: 0;
font: normal 16px/20px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
color: #fff;
background: #f07418 url(images/bg-bigbutton.png) 20px center no-repeat;
background-size: auto 50%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-moz-box-shadow: 0 5px 0px #a15822;
-webkit-box-shadow: 0 5px 0px #a15822;
box-shadow: 0 5px 0px #a15822;
clear: both;
}
.container {
	padding: 0;
	width: auto !important;
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.block-left {
	padding: 5px 10px;
	min-height: inherit;
	background: #e9f3f1;
	border-top: 1px #999 solid;
	border-bottom: 1px #fff solid;
	-moz-box-shadow: inset 0 2px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 2px 20px rgba(0,0,0,.1);
	box-shadow: inset 0 2px 20px rgba(0,0,0,.1);
}
object,
embed,
iframe {
	margin-right: auto;
	margin-left: auto;
	width: 460px;
	height: 259px;
}
.bigbutton, .bigbutton:hover, #sidebar_button-reservation.sidebar_buttons, #sidebar_button-questions.sidebar_buttons {
display: block;
margin: 20px 0;
padding: 10px 0;
width: 100%;
min-width: 283px;
height: auto;
text-align: center;
text-indent: 0;
text-decoration: none;
text-shadow: 0 -1px 0 #000;
text-transform: none;
letter-spacing: 0;
font: normal 30px "Lobster", Georgia, "Times New Roman", Times, serif;
color: #fff;
background: #4eb5ff url(images/bg-bigbutton.png) 20px center no-repeat;
background-size: auto 50%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-moz-box-shadow: 0 5px 0px #476985;
-webkit-box-shadow: 0 5px 0px #476985;
box-shadow: 0 5px 0px #476985;
clear: both;
}
#testimonials {
	background: #f0e5cf;
}
.testimonial {
	margin: 10px;
	width: auto;
}
.testimonial p {
	font: 13px Georgia, "Times New Roman", Times, serif;
}
#weather {
	margin: 0;
	height: 60px;
}
.weatherItem {
	background-position: 15px 5px;
	background-size: 83px 60px;
}
#test {
	font: 13px/60px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#weather .weatherTemp {
	width: 60px;
	font: bold 24px/60px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-indent: 0;
}
#weather span.view-forecast {
	display: none;
}
.center,
.home .center {
	padding: 0 10px;
}

#sidebar {
	float: none;
	margin: 30px auto 15px;
	text-align: center;
}
#footer-wrap {
	padding: 20px 0 5px;
	font-size: 11px;
	color: #e1d5aa;
	background: url(../images/bg-header.jpg) center no-repeat;
	background-size: cover;
	border-top: 1px #000 solid;
	-webkit-box-shadow: inset 0 30px 90px rgba(0,0,0,.75);
	-moz-box-shadow: inset 0 30px 90px rgba(0,0,0,.75);
	box-shadow: inset 0 30px 90px rgba(0,0,0,.75);
}
#footer-wrap .copyright {
	text-align: center;
}
a#umw {
	margin: 15px auto;
	right: auto;
	width: 128px;
	height: 25px;
	background: url(../images/logo-umw.png) center no-repeat;
	background-size: cover;
}

img {
	float: none;
	width: auto;
	max-width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.polaroid,
.polaroid.alignright,
.polaroid.alignleft {
	float: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
img.alignleft,
img.alignright,
.polaroid img {
	display: block;
	float: none;
	width: auto;
	max-width: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	clear: both;
}
img.alignright {
	float: right;
	margin: 15px 0;
}
.contact_box {
	float: none;
	margin: 0 auto;
	overflow: hidden;
}
.testimonial_wrap {
	margin: 15px 0 0;
	padding: 10px;
	border: 1px #840505 solid;
  -webkit-border-radius: 12px; 
  -moz-border-radius: 12px; 
  border-radius: 12px; 
	clear: both;
}
.testimonial_wrap a span {
	padding-left: 50px !important;
}
h1,
.post h1 {
	margin: 15px 0;
	font: bold 18px/20px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	color: #164248;
	text-transform: uppercase;
}
h2,
.post h2 {
	margin: 15px 0;
	font: bold 18px/21px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	color: #266062;
	text-transform: uppercase;
}
h3,
h3.center {
	margin: 15px 0;
	font-size: 16px;
	line-height: 18px;
	width: auto;
	color: #587c8b;
}
h4 {
	margin: 15px 0 !important;
	font: bold 15px/17px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: none;
}
h4.wood.center {
	display: block;
	margin: 0 !important;
	padding: 20px 0 18px;
	color: #e1d5aa;
	background: #2f2724;
	border-top: 1px rgba(0,0,0,.25) solid;
	border-bottom: 1px rgba(255,255,255,.1) solid;
}
h4,
h4 a {
	color: #336;
	text-decoration: none;
}
h5 {
	text-align: center;
}
.menu-nav-container li a,
.btn {
	font: 18px 'Love Ya Like A Sister', georgia, serif;
}
p {
	margin: 15px 0;
}
p.testimonial {
	font: italic 16px/16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.ribbon,
.ribbon:hover {
	display: block;
	margin: 0;
	font: bold 15px/40px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	height: 40px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #164248;
	background-size: cover auto;
	z-index: 2;
}
.ribbon.green,
.ribbon.green:hover {
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	background: #599642;
	border-bottom: 1px rgba(0,0,0,.5) solid;
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.75);
-moz-box-shadow: 0 2px 2px rgba(0,0,0,.75);
box-shadow: 0 2px 2px rgba(0,0,0,.75);
}
.gallery {
	width: auto;
	padding: 0;
}
.gallery a {
	display: block;
	float: left;
	margin: 0 5px 10px;
	width: 100px;
	height: 75px;
}	
.gallery img {
	display: block;
	position: relative;
	margin: 0;
	width: 100px;
	height: 75px;
}
.video,
.object,
.embed {
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: #1b1b1b;
}
.video {
	margin: 15px 0;
}
.video span {
	display: block;
	position: relative;
	width: auto;
}
#slideshow-wrap.contact-page {
	display: none;
}
#sponsors {
	position: relative;
	margin: 15px auto;
	width: 283px;
	max-width: 440px;
	background: #fff;
	border: 1px #35635f solid;
}
#sponsors img {
	display: block;
	position: relative;
	margin: 0 auto;
	width: auto;
}
#badges {
	display: block;
	position: relative;
	text-align: center;
}
#badges a {
	display: inline-block;
	margin: 0;
	width: 90px;
	height: 90px;
	text-align: center;
	background-size: auto 80px;
}
a#badge-uscg {
	background: url(../images/badge-uscg.png) center no-repeat;
	background-size: 70px;
}
a#badge-tourism {
	background: url(../images/badge-tourism.png) center no-repeat;
	background-size: 90px auto;
}
a#badge-tripadvisor{
	background: url(../images/badge-tripadvisor.png) center no-repeat;
	background-size: 90px auto;
}
form#contactform {
	margin: 0;
	padding: 0 0 30px;
	width: auto !important;
	border: none;
}
#contactform .left,
#contactform .right,
#contactform .field,
.checkbox {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#contactform .field {
	margin: 0;
}
#contactform input,
#contactform select, 
#contactform textarea {
	padding: 10px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#contactform input[type=image] {
	margin: 0;
	width: 93px;
}
input[type='checkbox'] {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}



#navicon,
#phonelink,
.mobile,
#site-navigation li.mobile {
	display: none;
}
.mobile-social {
    background-color: #425d6d;
}
.mobile-social ul {
    margin: 0;
    list-style: none;
	text-align: center;
}
.mobile-social ul li {
    display: inline-block;
    padding: 15px 0;
}
.mobile-social ul li a {
    color: #fff;
    font-size: 26px;
    padding: 0 20px;
}
/* ============================== */
/* MOBILE  */
/* ============================== */

@media only screen and (max-width: 767px) { 
.content iframe{
	width:100% !important;
}
.mobile-social {
    background-color: #425d6d;
	margin-top:25px;
}
.mobile-social ul {
    margin: 0;
    list-style: none;
	text-align: center;
}
.mobile-social ul li {
    display: inline-block;
    padding: 15px 0;
}
.mobile-social ul li a {
    color: #fff;
    font-size: 26px;
    padding: 0 20px;
}
}

@media only screen and (max-width: 480px) {
a.fondo {
	margin: -11px auto 0;
	font: bold 16px/94px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	height: 84px;
}
.mobile-social {
	margin-top:0;
}
}
@media only screen 
and (max-width: 320px) {
.mobile-social {
    margin-top: 8px;
}
a.fondo {
	margin: -11px auto -20px;
	font: bold 11px/64px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	height: 84px;
}
#slideshow,
#slideshow .slide {
	height: 126px;
}
#slideshow img {
	height: 126px;
}
img.alignright {
	display: block;
	float: none;
	margin: 15px auto;
	width: auto;
}
.gallery a,
.gallery img {
	width: 82px;
}
#gallery a:nth-child(3n+3) {
	margin-right: 0 !important;
}
object,
embed,
iframe {
	width: 300px;
	height: 169px;
}
#map-big iframe {
	width: 300px;
}
}
@media only screen 
and (min-width: 321px)
and (max-width: 480px) {
}
