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

/* {
	-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:  15px/24px Georgia, "Times New Roman", Times, serif;
	color: #333;
	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;}

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

.margin-top-none {
	margin-top: 0;
}
h1 {
	margin: 15px 0;
	font: 36px/40px "Marcellus SC", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #2c4766;
	letter-spacing: 1px;
	text-align: left;
}
h2,
.cms-editable h1 {
	margin: 15px 0;
	font: bold 24px/30px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #732525;
	letter-spacing: 0px;
	text-transform: uppercase;
	}
table h2 {
	margin: 5px 0;
	font: bold 30px/28px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 0px;
	text-transform: none;
	font-variant: small-caps;
}
h2 .subtitle {
	display: block;
	margin: 10px 0 0;
	padding: 0;
	font: normal 12px SullivanFill, Georgia, "Times New Roman", Times, serif;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 0px;
}
h2 .subtitle span {
	font: italic 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: none;
}
h3 {
	margin: 15px 0;
	font: bold italic 18px/26px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #2c4766;
	letter-spacing: 0px;
	text-transform: uppercase;
}
h3.center {
	margin: 15px 220px;
}
h4 {
	display: block;
	margin: 15px 0;
	font: bold 15px/21px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #2c4766;
	letter-spacing: 0;
	text-transform: uppercase;
}
h5 {
	display: block;
	margin: 15px 0;
	font: bold 17px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	}
h6 {
	display: block;
	margin: 15px 0;
	font: bold italic 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	text-shadow: 0 -1px 0 #000;
	color: #fff;
	}
h6 span {
	font: normal 17px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: none;
	letter-spacing: 1px;
	font-variant: small-caps;
}
p {
	margin: 15px 0;
	letter-spacing: 0;
	}
p.main-text {
	margin: 15px 120px;
	text-align: center;
}
.sidebar p {
	margin: 12px 0;
}
.red {
	color: #b02929;
}
.red-box {
	padding: 15px 15px;
	font-size: 12px;
	color: #fff;
	background: #0e3a7f;
}
.green {
	color: #53857a;
}
small {
	display: block;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	float: left;
	margin: 0 25px 10px 0;
	text-align: left;
}
.alignright {
	float: right;
	margin: 0 0 10px 25px;
	text-align: right;
}
.polaroid.alignright small {
	font: italic 18px/21px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}

/* ============================== */
/* 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(http://www.tommycodcharters.com/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,
a#logo {
	display: block;
	position: absolute;
	top: 5px;
	left: 50%;
	margin: 0 0 0 -177.5px;
	padding: 0;
	width: 355px;
	height: 185px;
	text-indent: -400px;
	background: url(../images/logo.png) center top no-repeat;
	background-size: contain;
	overflow: hidden;
	z-index: 9999;
	}
h1#logo a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}
footer#logo {
	display: block;
	position: relative;
	margin: 35px auto;
	background: url(../images/logo.png) center no-repeat;
	z-index: 1;
}
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(http://www.tommycodcharters.com/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: 200px;
	height: 50px;
	font: bold italic 18px/47px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #fff;
	letter-spacing: 0;
	text-transform: none;
	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 italic 18px/50px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #557d88; 
}

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

#header {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: 150px;
	z-index: 2;
}
#wrap {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1100px;
	z-index: 1;
}
.content {
	display: block;
	position: relative;
	margin: 50px auto 0;
	padding: 0;
	width: 980px;
	z-index: 1;
}
#profile-set {
	margin: 40px 0 0 -16px;
	width: 1290px;
	overflow: hidden;
}
#profile-set article {
	float: left;
	margin: 0 0;
	width: 317px;
	text-align: center;
}
#profile-set a,
#profile-set img {
	display: block;
}
#profile-set article:last-child {
	margin-right: 0;
}
#profile-set img {
}
#profile-set article p {
	margin: -5px 15px 0;
	font: 14px/20px "Palatino Linotype", "Book Antiqua", Palatino, serif;
color: #666;
}
#profile-set article p strong {
	display: block;
	color: #2c4766;
	font: bold 18px/24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
}
.content hr {
	width: 34px;
	border-top: solid #d7d1c4 5px;
	margin: 15px auto;
}
.content:after {
	content:"";
	display: block;
	width: 100%;
	height: 1%;
	clear: both;
}

.block-left {
	float: left;
	margin: 0;
	padding: 30px 50px 30px;
	width: 664px;
	min-height: 990px;
	background: #e6ddcd url(../images/bg-paper.jpg) left -100px no-repeat;
	border-top: 1px rgba(255,255,255,.1) solid;
	-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);
}
.home .block-left {
	background: #f0e5ce url(../images/bg-paper.jpg) center 449px no-repeat;
}
.cms-editable h1,
.cms-editable h2,
.cms-editable h3 {
	
	color: #333;
	text-shadow: none;
}

section {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.ribbon {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 105px;
	color: #fff;
	font: bold 30px/108px "Montserrat", arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #3c5f86;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}
.ribbon:hover {
	font: bold 36px/108px "Montserrat", arial, sans-serif;
	color: #fff;
	text-decoration: none;
	background: #e84242;
}
#footer-wrap {
	position: relative;
	margin: 0 auto;
	width: auto;
	height: 80px;
	color: #e9ecdd;
	background: #393f45;
	border-top: 1px #000 solid;
	z-index: 1;
}
#footer-wrap .copyright {
	display: block;
	position: relative;
	margin: 0 0 0 60px;
	padding: 0;
	height: 80px;
	font: 13px/83px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: none;
	text-align: left;
	clear: both;
}

/* -- Navigation Bar --*/	
	
#site-navigation {
	display: block;
	position: absolute;
	left: 45px;
	bottom: 10px;
	margin: 0;
	padding: 0;
	width: 1080px;
	z-index: 2;
	} 
#site-navigation li#space {
	margin-right: 330px;
}
.menu {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 1;
}
#site-navigation li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	font: bold 14px/14px "Montserrat", arial, sans-serif;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	background-size: cover;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	}
#site-navigation .sub-menu li:hover {
	-webkit-box-shadow: 0 0px 60px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0 0px 60px rgba(0,0,0,0.3) inset;
	box-shadow: 0 0px 60px rgba(0,0,0,0.3) inset;
}
#site-navigation a {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 20px;
	height: 100%;
	color: #393f45;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	}
#site-navigation a span {
	display: block;
	font: bold italic 17px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #4f6176;
	text-transform: lowercase;
}
#site-navigation li.current-menu-item a,
#site-navigation li:hover a {
	color: #4f6176;
}
#site-navigation .sub-menu {
	display: none;
	position:absolute;
	top: 55px;
	left: 50%;
	margin: 0 0 0 -120px;
	padding: 0;
	width: 240px;
	height: auto;
	background: #4f6176;
	background-size: cover;
	border-bottom: 1px #000 solid;
	-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;
    -webkit-transition-delay: 2s; /* Safari */
	z-index: 1;
}
#site-navigation .sub-menu:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 50%;
	top: -20px;
	margin-top: 0;
	margin-left: -10px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-bottom-color: #4e5f74;
	z-index: 100;
}
#site-navigation li:hover .sub-menu {
        display: block;
    }
#site-navigation .sub-menu li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font: italic 17px/18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 0;
	text-align: center;
	text-indent: 0;
	text-transform: none;
	text-shadow: none;
	background: url(http://www.tommycodcharters.com/images/bg-list.png) left center no-repeat;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	border-top: 1px rgba(255,255,255,.1) solid;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#site-navigation .sub-menu li:first-child {
	border-top: none;
}
#site-navigation .sub-menu li:last-child {
	border-bottom: 0;
}
#site-navigation ul li .sub-menu a,
#site-navigation .sub-menu li:first-child a {
	margin: 0;
	padding: 15px 20px;
	height: auto;
	color: #fff;
	text-shadow: none;
}
a#facebook,
a#youtube {
	display: block;
	position: absolute;
	top: 15px;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	-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;
}
a#facebook {
	left: 0;
	background: url(../images/facebook.png) center no-repeat;
	background-size: 36px;
}
a#youtube {
	right: 0;
	background: url(../images/icon-youtube-circle.png) center no-repeat;
	background-size: 36px;
}
a#facebook:hover,
a#youtube:hover {
	background-size: 48px;
}
#credit-cards {
	position: absolute;
	top: 20px;
	left: 90px;
	width: 360px;
	height: 40px;
	font: italic 11px/40px Georgia, "Times New Roman", Times, serif;
	color: #4f6176;
	text-align: center;
	background: url(../images/credit-cards.png) left center no-repeat;
	background-size: 130px auto;
}
#credit-cards p {
	display: block;
	margin: 0;
	padding-left: 140px;
	text-align: left;
}
a#phonenumber {
	position: absolute;
	top: 15px;
	right: 0;
	width: 215px;
	font: bold 24px/48px "Montserrat", arial, sans-serif;
	color: #393f45;
	text-align: right;
	text-decoration: none;
	letter-spacing: -1px;
	background: url(../images/icon-phone-circle.png) left no-repeat;
	background-size: 36px auto;
}


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


#badges {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
	border-bottom: 1px #fff solid;
	overflow: hidden;
	z-index: 2;
}
#badges:after {
}
#badges a {
	display: inline-block;
	position: relative;
	margin: 0 20px;
	width: 120px;
	height: 100px;
	text-indent: -9999px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 80px;
/*	opacity:.75;
	filter:alpha(opacity=75);*/
/*	-webkit-filter: grayscale(1);
	filter: grayscale(1);*/
	-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;
}
#badges a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
a#badge-logo {
	width: 250px;
	background-image: url(../images/logo.png);
	background-position: center top;
	background-size: auto 100px;
}
#badge-bbb {
	background-image: url(../images/badge-sportfishing.png);
}
#badge-alaska {
	background-image: url(../images/badge-alaskafishgame.png);
}
a#badge-cabelas {
	width: 220px;
	background-image: url(../images/badge-cabelas.jpg);
}
#badge-naco {
	background-image: url(../images/badge-naco.png);
}
#badge-noaa{
	background-image: url(../images/badge-noaa.png);
}
#badge-experience {
	background-image: url(http://www.tommycodcharters.com/images/badge-kennai.png);
}
#badge-uscg {
	width:165px;
	background-image: url(../images/badge-uscg.png);
}
a#badge-washington {
	width:165px;
	background-image: url(../images/badge-washington.png);
}

a#badge-deepsea {
  width:165px;
	background-image: url(../images/deepsea.png);
	
}

#badge-salmon {
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin: 0 0 0 -150px;
	width: 300px;
	z-index: 2;
}

/* -- Pictures --*/

.content img {
	margin: 15px 0;
}
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;
	background: #393f45;
	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 {
	background: url(../images/bg-wood.jpg) center -350px;
}
#map-big {
	display: block;
	float: left;
	margin: 0;
	width: 532px;
	-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);
}
#testimonials {
	position: relative;
	float: right;
	margin: 0 0 12px;
	padding: 25px;
	width: 532px;
	height: 204px;
	font: italic 16px/21px Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg-testimonials.jpg) center no-repeat;
	background-size: cover;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#testimonials h2 {
	margin: 0;
	font-size: 18px;
	text-align: center;
}
#testimonials p {
	margin: 5px 0 15px;
}
.testimonial {
	position: relative;
	margin: 60px 30px 0;
	width: 470px;
}
.author {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
.author small {
	margin: 3px 0 0;
	font-size: 11px;
}
#testimonials-more {
	position: absolute;
	right: 25px;
	bottom: 25px;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	z-index: 9999;
}


#art {
	margin: 0 0 30px;
	padding: 12px;
	background: #393f45;
	height: 500px;
}
#heron,
#pelican,
#whale {
	position: absolute;
	z-index: 1;
}
.home #heron,
.home #pelican,
.home #whale {
	z-index: 9999;
}
#heron {
	top: 150px;
	right: -185px;
}
#pelican {
	display: none;
	top: 75px;
	right: -185px;
}
#whale {
	top: 250px;
	left: -230px;
}
#slideshow {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.slide {
	margin: 0;
	width: 100%;
	height: 100%;
}
#slideshow img {
	display: block;
	position: absolute;
	margin: 0;
	width: 1076px;
	height: 520px;
	min-height: 100%;
	z-index: 1;
}
.slide article {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 0 0;
	width: 100%;
	height: 55px;
	font: italic 15px/19px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
	color: #e9ebdd;
	background: #393f45;
	background-size: cover;
	z-index: 2;
}
.slide article.right {
	right: 75px;
	left: auto;
	float: none;
	margin: 0;
}
#slideshow h2,
#slideshow p {
}
#slideshow h1 {
	margin: 0 0 0 5px;
	font: 30px/30px "Marcellus SC", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 0px;
	text-transform: none;
	color: #a3a6a9;
}
#slideshow p {
	margin: 5px 0 0 5px;
	font: 15px/15px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

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

.cycle-pager {
	display: block;
	position: absolute;
/*	left: 50%;
	bottom: 80px;
	margin: 0 0 0 -50px;*/
	right: 70px;
	bottom: 20px;
	padding: 0;
	width: 125px;
	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);
}

/* ============================== */
/* EXTERNAL TRIGGERS */
/* ============================== */

.external {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1240px;
	height: 105px;	
	z-index: 999999999999999999999999;
}
.box {
	display: block;
	position: relative; 
	float: left;
	margin: 0;
	width: 25%;
	height: 105px;	
	color: #cfe7ff;
	text-align: center;
	text-decoration: none;
	background: #0e3a7f;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.box.cycle-pager-active {
	background: #0c326f;
}
.box img {
	display: block;
	margin: 0 0 2px 0;
	width: 36px;
	height: 36px;
}
.box.cycle-pager-active img {
	opacity:1;
	filter:alpha(opacity=100);
}
.box article {
	position: relative;
	bottom: 0;
	margin: 25px auto;
	width: 100%;
	max-width: 200px;
	height: 45px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.box article h3 {
	margin: 0;
	font: bold 13px/13px "montserrat", arial, sans-serif;
	color: #cfe7ff;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.box h3:before {
	content:"";
	display: block;
	position: absolute;
	top: 15px;
	left: 30px;
	width: 45px;
	height: 5px;
	background: #0f4191;
}
.box.cycle-pager-active h3:before,
.box.cycle-pager-active h3:after {
	background: #0d387e;
}
.box h3:after {
	content:"";
	display: block;
	position: absolute;
	top: 15px;
	right: 30px;
	width: 45px;
	height: 5px;
	background: #0f4191;
}
.box h3 span {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 5px 0;
	width:16px;
	height: 20px;
}
.box:hover {
	text-decoration: none;
	background: #0a2857;
}

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

#ss-wrap {
	display: block;
	position: relative;
	margin: -100px 0 0 -20px;
	padding: 10px;
	width: 320px;
	height: 320px;
	background: url(../images/rope.png) center top no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
}
#ss {
	display: block;
	position: relative;
	margin: 0;
	width: 320px;
	height: 320px;
	background: #333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
#ss img {
	display: block;
	margin: 0 0 0 -53.5px;
	width: 427px;
	min-width: 427px;
	height: 320px;
	z-index: 1;
}
#ss .border {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 60px rgba(0,0,0,0.5) inset;
	-moz-box-shadow: 0 0 60px rgba(0,0,0,0.5) inset;
	box-shadow: 0 0 60px rgba(0,0,0,0.5) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	z-index: 9999;
}
#ss .cycle-next, 
#ss .cycle-prev {
	display: block;
	position: absolute;
	top: 188px;
	width: 31px;
	height: 37px;
	text-indent: -9999px;
	opacity:.40;
	filter:alpha(opacity=40);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
	z-index: 99999;
}
#ss .cycle-next {
	right: 0px;
	background: 31px 0 url(http://www.tommycodcharters.com/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(http://www.tommycodcharters.com/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 {
	display: block;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 300px;
	height: auto;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	z-index: 2;
}
.mod {
	display: block;
	margin: 0 0 12px;
	background: #65707a;
	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(http://www.tommycodcharters.com/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;
}
#map {
	display: block;
	margin: 0 auto;
	padding: 20px;
	background: url(../images/bg-art.jpg);
	background-size: cover;
	-webkit-box-shadow: inset 0px -3px 10px rgba(0,0,0,.75);
	-moz-box-shadow: inset 0px -3px 10px rgba(0,0,0,.75);
	box-shadow: inset 0px -3px 10px rgba(0,0,0,.75);
}
#map .shadow {
	-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 iframe {
	display: block;
	position: relative;
	z-index: 1;
}
.sidebar #map {
	margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#map small {
	margin: 8px 5px 5px;
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
}

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(http://www.tommycodcharters.com/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;
	background: #fff;
	border-top: 1px #fff solid;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0 2px 3px rgba(0,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; 
	-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: 6px;
	width: 105px;
	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: 13px/16px "Montserrat", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #64737c;
	letter-spacing: 2px;
	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(http://www.tommycodcharters.com/assets/check_radio_sheet.png) -57px top no-repeat;
}

.checkbox {
	display: block;
	float: left;
	margin: 0 0 15px;
	width: 300px;
	height: auto;
	overflow: hidden;
	}
.checkbox label {
	display: inline;
	margin: 4px 25px 0 5px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	}
.checkbox label input {
	margin-top: 0px;
  }
input[type="checkbox"] {
	}
.checkbox input {
display: inline;
width: 18px;
height: 18px;
margin: 1px 5px 10px 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: 14px;
	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 p {
	margin: 15px 0;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
}
table img {
	max-width: 330px;
}
.ui-datepicker th {
	padding: 5px;
	font:  bold 14px/18px Arial, Helvetica, sans-serif;
}
th {
	padding: 20px;
	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: 20px;
	height: auto;
	vertical-align: middle;
	font-size: 14px;
	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  */
/* ============================== */

#weather {
	display: block;
	position: relative;
	float: right;
	margin: 0;
	width: 532px;
	height: 204px;
	text-decoration: none;
	background: #557d88;
	-webkit-box-shadow: inset 0 5px 40px rgba(0,0,0,.25),  0 0 16px rgba(0,0,0,.75);
	-moz-box-shadow: inset 0 5px 40px rgba(0,0,0,.25),  0 0 16px rgba(0,0,0,.75);
	box-shadow: inset 0 5px 40px rgba(0,0,0,.25),  0 0 16px rgba(0,0,0,.75);
   -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 {
	background: #505f6c;
}
#test {
	display: block;
	position: relative;
	width: 100%;
	height: 127px;
	font: 24px/127px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #eee;
	text-align: center;
}
#test span {
	display: block;
	position: relative;
	width: 100%;
	height: 55px;
font: bold 14px/55px "Montserrat", Arial, Helvetica, sans-serif;
color: #cfe7ff;
/*color: #485168;*/
}
.weatherFeed {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	background: ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.weatherFeed a { color: #888; };
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
#weather a {
	color: #fff;
	text-shadow: none;
}
.weatherItem {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: none;
	background-position: 15px 5px;
	background-size: 194px 140px;
}
.weatherCity {
	display: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	font: bold 15px/14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
}
#state {
	position: absolute;
	top: 40px;
	right: 40px;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #033; 
	letter-spacing: 0;
}

.weatherTemp {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 127px;
	height: 127px;
	font: bold 48px/127px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #cfe7ff;
	text-align: center;
	background: url(../images/bg-weather.png) left bottom no-repeat;
}
.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: block;
	font: bold 14px/78px Georgia, "Times New Roman", Times, serif;
	color: #ccc;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	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: 480px) {
#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,
#badges {
	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: #e9f3f1 url(../images/bg.jpg) center top repeat-x;
	background-size: contain;
	-webkit-text-size-adjust: 100%;
}
#wrap,
.home #wrap,
#header-wrap,
#header,
.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-wrap {
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.5);
	box-shadow: 0 2px 2px rgba(0,0,0,.5);
	z-index: 3;
}
#header,
#header-wrap {
	height: auto;
}
div#navicon,
a#phonelink {
	display: block;
	position: absolute;
	top: 16px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 2;
}
div#navicon {
	left: 15px;
	background: url(../images/icon-navicon.png) center no-repeat;
	background-size: cover;
}
a#phonelink {
	right: 15px;
	background: url(../images/icon-phonelink.png) center no-repeat !important;
	background-size: cover !important;
}
h1#logo {
	position: relative;
	top: 0;
	left: auto;
	margin: 0 auto;
	width: 115px;
	height: 65px;
	background-position: center;
	background-size: 115px 60px;
}
h1#logo a {
	width: 115px;
	height: 60px;
}
#site-navigation {
	display: none;
	position: relative;
	top: 0;
	left: auto;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background: #b8d4e0;
	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 li {
	display: block;
	position: relative;
	padding: 0;
}
#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 12px/13px Georgia, "Times New Roman", Times, serif;
	color: #393f45;
	text-align: center !important;
	text-indent: inherit;
	border: none;
	list-style: none;
}
#site-navigation a,
#site-navigation a:hover,
#site-navigation li.current-menu-item a,
#site-navigation li#facebook a {
	padding: 20px 0;
	padding-right: 0 !important;
	border-bottom: 1px rgba(255,255,255,.25) solid;
}
#site-navigation a {
	-moz-box-shadow: inset 0 0 80px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 0 80px rgba(0,0,0,.2);
	box-shadow: inset 0 -20px 60px rgba(0,0,0,.1);
}
#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: #fff;
	padding: 15px 0;
}
#site-navigation li.sub-wrapper,
#site-navigation ul.sub-menu a {
	-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.facebook a,
#site-navigation li.facebook a span {
	color: #fff;
}
#art,
.home #art {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	padding: 5px;
	margin: 0;
	width: auto !important;
	min-width: auto !important;
	height: auto;
	overflow: hidden;
}
#slideshow,
#slideshow .slide {
	width: auto;
	min-width: auto;
	height: 227px;
	overflow: hidden;
	z-index: 1;
}
#slideshow img {
	display: block;
	position: relative;
	width: auto;
	min-width: auto;
	height: 227px;
	z-index: 1;
}
#slideshow article {
	display: none;
}
.cycle-pager {
	right: 0px;
	bottom: 8px;
}
.container {
	padding: 0;
	width: auto !important;
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.container.wood {
	padding: 5px;
}
.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);
}
.container,
#map-big,
#map-big iframe {
	width: auto !important;
	overflow: hidden;
}
#map-big iframe {
	width: 100% !important;
	height: auto !important;
}
#map-big,
#testimonials,
#weather {
	float: none;
	margin: 0 0 5px;
	width: auto;
	height: 151px;
}
#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;
}
#footer-wrap .copyright {
	text-align: center;
	font-size: 10px;
	line-height: 11px;
}
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-size: 30px;
	line-height: 28px;
	letter-spacing: 0;
	text-align: left;
}
h2,
.post h2 {
	margin: 15px 0;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
}
h3,
h3.center {
	margin: auto;
	font-size: 18px;
	line-height: 18px;
	width: auto;
}
h4 {
	margin: 15px 0 !important;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
}
h5 {
	text-align: center;
}
.menu-nav-container li a,
.btn {
	font: 18px 'Love Ya Like A Sister', georgia, serif;
}
p {
	margin: 15px 0;
	font-size: 13px;
	line-height: 20px;
}
p.testimonial {
	font: italic 16px/16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.ribbon,
.ribbon:hover {
	margin: 15px 15px 0;
	font-size: 120%;
}
.gallery {
	width: auto;
	padding: 0;
}
.gallery a {
	display: block;
	float: left;
	margin: 0 7px 14px;
	width: 130px;
	height: 98px;
}	
.gallery img {
	display: block;
	position: relative;
	margin: 0;
	width: 130px;
	height: 98px !important;
}
.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;
}
#badges a {
	margin: 0 5px;
width: 40px;
height: 33px;
background-size: auto 33px;
}
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 .checkbox input {
	width: auto;
}
#contactform input[type=image] {
	margin: 0;
	width: 93px;
}
input[type='checkbox'] {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}



@media only screen 
and (max-width: 320px) {
h1,
.post h1 {
	margin: 15px 0;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0;
	text-align: center;
}
#slideshow,
#slideshow .slide {
	height: 150px;
}
#slideshow img {
	height: 150px;
}
img.alignright {
	display: block;
	float: none;
	margin: 15px auto;
	width: auto;
}
.gallery a {
	display: block !important;
	float: left !important;
	margin: 0 5px 10px !important;
	width: 130px !important;
	height: 98px !important;
}	
.ggallery img {
	display: block !important;
	position: relative !important;
	margin: 0 !important;
	width: 130px !important;
	height: 98px !important;
}
#gallery a:nth-child(2n+2) {
	margin-right: 0 !important;
}
object,
embed {
	width: auto;
	height: 169px;
}
}
@media only screen 
and (min-width: 321px)
and (max-width: 480px) {
}