/*
Theme Name: James River Transportation
Theme URI: http://jamesrivertrans.com
Description: A custom theme built for James River Transportation by Refresh Web Design based on H5 by Jeff Star (http://digwp.com).
Author: Refresh Web Design
Author URI: http://refreshperspective.com
Version: 1.0
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none;} 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {	border-collapse:collapse; border-spacing:0; }
html,body{height:100%;}
/* CLEARFIX */
.cf:before, .cf:after {content:"";display:table;} .cf:after {clear:both;}
/* CLEARFIX For IE 6/7 (trigger hasLayout) */
.cf{*zoom:1;}

/* ---------------------------------------------------------------------------------

START THE SHOW

--------------------------------------------------------------------------------- */
body {
	background: -moz-linear-gradient(top, #034d8e 0%, #e2eaf2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#034d8e), color-stop(100%,#e2eaf2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #034d8e 0%,#e2eaf2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #034d8e 0%,#e2eaf2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #034d8e 0%,#e2eaf2 100%); /* IE10+ */
	background: linear-gradient(top, #034d8e 0%,#e2eaf2 100%); /* W3C */
	width:100%;
	margin:0;
	background-repeat:no-repeat;
	background-attachment: fixed;
	font:14px/1.4 Arial, Helvetica, sans-serif;
	color: #555;
	position:relative;
}
.no-cssgradients body{background: #e2eaf2 url('images/background-fallback.jpg') 0 0 repeat-x;}

#top-wrap{
	width:100%;
	left:0;
	right:0;
	top:20px;
	position:absolute;
	height:70px;
	background:rgba(255,255,255,.7);
	border-bottom:1px solid #bbb;
}
.no-rgba #top-wrap{background:url('images/white-trans.png') 0 0 repeat;}
.wrapper{
	background:none;
	width:960px;
	margin:0 auto;
	position:relative;
}
/* body.home .wrapper{
	background:#232027 url('images/home-header.jpg') 0 0 no-repeat;
	-webkit-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
} */

body.page-template-template-hometest #content,
body.home #content{
	background:#232027 url('images/home-header.jpg') 0 0 no-repeat;
	-webkit-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	width:94%;
	padding:0 3% 3%;
	border:none; 
}

#content-wrap {
	width:93.75%;
	padding:3%;
	margin:0 auto;
	-webkit-border-radius: 12px;
	border-radius:12px;
	background:rgba(255,255,255,.9);
	border:1px #ccc solid;
}
.no-rgba #content-wrap{background:#ffffff;}


/* ---------------------------------------------------------------------------------

HEADER

--------------------------------------------------------------------------------- */
#header {
	width:100%;
	margin:0 auto 10px;
	position:relative;
	height:285px;
	background:url('images/page-header.jpg') 0 0 no-repeat;
	-webkit-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	z-index:1000;
}
/* body.home #header{
	background:none;
	height:100%;
} */
body.page-template-template-hometest #header,
body.home #header{margin:0;padding:0;height:auto;background:none;border:none;}

#header a.logo{
	background:url('images/logo.png') 0 0 no-repeat;
	width:320px;
	height:106px;
	border: 0; font: 0/0 a; text-shadow: none; color: transparent;
	position:absolute;
	top:-19px;
	left:45px;
	display:block;
}
#top-bar{
	width:100%;
	position:absolute;
	height:70px;
	background:rgba(255,255,255,.7);
	top:20px;
	border-bottom:1px solid #bbb;
	z-index:999;
}
.no-rgba #top-bar{background:url('images/white-trans.png') 0 0 repeat;}

#top-bar nav{
	margin:10px 15px 0 0;
	float:right;
	position:relative;
	padding:8px 10px;
	font-size:13px;
	background:#d8e5f0;
	border:1px #ccc solid;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .3);
	box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .3); 
}
#top-bar nav a{
	float:left;
	color:#fff;
}
#top-bar nav a + a{
	margin:2px 0 0 10px;
	display:block;
}
#top-bar nav a + a:hover{opacity:.8;}
.facebook{
	height:24px;
	width:24px;
	background:url('images/facebook.png') 0 0 no-repeat;}
.linkedin{
	height:24px;
	width:24px;
	background:url('images/linkedin.png') 0 0 no-repeat;}
	.slideshare{
	height:24px;
	width:24px;
	background:url('images/slideshare.png') 0 0 no-repeat;}
	.pinterest{
	height:24px;
	width:24px;
	background:url('images/pinterest.png') 0 0 no-repeat;}
.newsletter{height:27px;
	width:27px;
	background:url('images/news.png') 0 0 no-repeat;}

#sidebar nav.socials{display:none;}

/* ---------------------------------------------------------------------------------

NAVIGATION

--------------------------------------------------------------------------------- */
#navs{
	width: 200px;
	margin:0;
	padding:15px 0;
	position:absolute;
	left:30px;
	top:91px; /* = to top-bar height + top */
	background:rgba(0,0,0,.8);
	border-right:1px #000 solid;
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
	-webkit-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	z-index:1;
}
.no-rgba #navs{background:url('images/gray-trans.png') 0 0 repeat;}

/* MOBILE */
.mob{
	display:none;
}

/* LEVEL ONE */
.main-nav{position: relative;}
.main-nav a.parent{margin-right:-15px;}
.main-nav ul, .main-nav ol{margin:0;}
.main-nav > ul > li{text-align:right;}
.main-nav li{
	font-weight: bold;
	zoom: 1;
	list-style:none;
}

.main-nav .dropdown a.parent{background:rgba(255,255,255,.25);}
.no-rgba .main-nav .dropdown a.parent{background:#555;}

.main-nav a:hover{ color: #fafafa; }
.main-nav li a{
	display: block;
	padding: 4px 20px 4px 8px;
	color: #ffffff;
}
.main-nav li:last-child a{ border-right: none; } /* Doesn't work in IE */
.main-nav li,
.main-nav li:hover{
	position: relative;
}
.main-nav li a{
	color: #ffffff;
	text-decoration:none;
}
.main-nav li.dropdown li a{
	color:#00529B;
	text-decoration:none;
	border-left:1px #999 solid;
}
.main-nav li a:hover{
	color: #b7cde5;
	text-decoration:none;
}
.main-nav li li a:hover{color:#fff;}
/* LEVEL TWO */
.main-nav > ul ul{
	width: 215px;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 201px;
	-webkit-border-radius: 0px 12px 12px 0px;
	border-radius: 0px 12px 12px 0px;
	overflow:hidden;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.main-nav > ul ul li{
	background: rgba(245,245,245,.9);
	float: none;
	text-align:left;
}
.no-rgba .main-nav > ul ul li{background:url('images/subnav-trans.png') 0 0 repeat;}
.main-nav > ul ul li a:hover{
	background: rgba(0,50,90,.25);
}
.no-rgba .main-nav > ul ul li a:hover{
	background:#b2c1cd;
}
.main-nav > ul ul li a{
	border-left:1px transparent solid;
	width: 100%;
	display: inline-block; /* IE 6 & 7 */
} 
/* LEVEL THREE */
.main-nav > ul ul ul{ left: 100%; top: 0; }
.main-nav > ul li:hover > ul{ visibility: visible; }


/* SUB NAVIGATION */
.sub-nav-border{
	margin:10px 25px;
	padding:0;
	height:0;
	overflow:hidden;
	border-top:2px dashed #ffffff;
}

/* ---------------------------------------------------------------------------------

TEXT STYLES

--------------------------------------------------------------------------------- */
a,a:link,a:visited {color: #00529B; text-decoration: none;}
a:hover {text-decoration: underline;}

a.button{color:#fff;}

p{margin-bottom:1.35em;}
h1,h2,h3,h4,h5,h6{font-weight:bold; color:#333;}
h1{font-size:24px;margin-bottom:.6em;margin-top:0;}
h2{font-size:20px;line-height: 1.4em; /* 38px */ margin-top: 0.95em;}
h3{font-size:18px;line-height: 1.0556em; /* 19px */ margin-top: 1.2em;}
h4{font-size:16px;line-height: 1.1875em; /* 19px */ margin-top: 1.1875em;}
h5{font-size:14px;line-height: 1.3571em; /* 19px */ margin-top: 1.3571em;}
h6{font-size:12px;line-height: 1.5833em; /* 19px */ margin-top: 1.5833em;}

h2 + p,h3 + p,h4 + p,h5 + p,h6 + p,
h2 + ul,h3 + ul,h4 + ul,h5 + ul,h6 + ul{margin-top:.6em;}

ul, ol {margin: 0 0 1.625em 2.5em;}
ul {list-style: disc;}
ul ul{list-style:circle;}
ul ul ul{list-style:square;}
ol {list-style-type: decimal;}
ol ol {list-style: upper-alpha;}
ol ol ol {list-style: lower-roman;}
ol ol ol ol {list-style: lower-alpha;}
ul ul, ol ol, ul ol, ol ul {margin-bottom: 0;}

#content article li{margin:0 0 .3em;}
#content article li > ul, #content article li > ol{margin-top:.3em;}

strong {font-weight: bold;}
cite, em, i {font-style: italic;}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {font-style: normal;}
blockquote cite {color: #666;letter-spacing: 0.05em;text-transform: uppercase;}

hr { border: 0; height: 0; border-top: 1px dotted rgba(0, 0, 0, 0.3); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

/* ---------------------------------------------------------------------------------

HOME PAGE CONTENT

--------------------------------------------------------------------------------- */
#callout{
	margin:105px 30px 0 0;
	float:right;
	text-align:right;
	width:50%;
}
#callout p{
	font-family:Georgia, Times, serif;
	color:#ffffff;
	line-height:1.1;
	font-size:28px;
	margin-bottom:.6em;
	text-shadow: 1px 1px 2px #333;
}
#home-content{
	padding:30px;
	margin-top:410px;
}
#home-video{float:left;width:340px;margin-top:440px;}
#home-video.homead{
margin-top: 10px;
}
#home-video iframe{
	border: 3px solid white;
   	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .75);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .75);
}
#home-video h3{margin:0 0 1em;}
#home-video h3 a{
	color:#fff;
	text-shadow: 1px 1px 2px #111;
}
#home-video img{display:none;}

.homead-block{
	margin-top: 440px;
}

#tes .flex-direction-nav{display:none;}

#tes{margin-top:200px;}
#tes.homead{
	margin-top: 10px;
}
#tes blockquote a{color:#fff;}

#tes{float:right;position:relative;width:530px;margin-bottom:40px;max-width:94%}
.testc {
	overflow:hidden;
	position:relative;
}
#tes blockquote {color:#fff;display:block;margin:0;padding:0;padding:0 35px;}
#tes p{font-size:15px;}
#tes blockquote img {display:block;}
#tes blockquote span{font-size:60px;}
.quote-start{float:left;margin:-18px 0 0 -36px;}
.quote-end{float:right;margin:-54px -20px 0 0;}
#tes footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-style:normal;
	font-weight:bold;
}


#home-footer{
	width:94%;
	padding:3%;
	float:left;
	clear:both;
	margin-top:30px;
	background:#fff;
	float:left;
	-webkit-border-radius:12px;
	border-radius:12px;
}
#home-quick{
	width:375px;
	margin:10px 0;
}
#home-quick a{color:#333;}
#home-quick ul{
	margin:0;
	padding:0;
}
#home-quick li{
	float:left;
	margin:0 0 0 20px;
	width:160px;
}
#home-footer > section{
	width:45%;
	margin:0;
	padding:0 4% 0 0;
	float:left;
	border-right:2px dashed #00529B;
}
#home-footer section + section{
	border-right:none;
	padding:0 0 0 5%;
}
#home-footer h3{
	margin:0;
	color:#00529B;
}

.mobile-ad{
	max-width: 200px;
}


/* ---------------------------------------------------------------------------------

PAGE CONTENT

--------------------------------------------------------------------------------- */
#content{
	float:right;
	width:74%;
}
h1 + h6, h2 + h6{
	margin:0;
}

#content section article{margin:0 0 30px;}
#content section article header{margin-bottom:10px;}

.press-contact{
	float:right;
	margin:.3em 0 0 0;
	font-size:12px;
	line-height:1.3;
}
.press-contact p{margin-bottom:0;}

.paging{width:100%;clear:both;overflow:hidden;}
.paging p{float:right;}
.paging p.prev-post{float:left;}
.paging p.next-post{float:right;}

/* ---------------------------------------------------------------------------------

SERVICE THUMBNAILS

--------------------------------------------------------------------------------- */
#sertn{position:absolute;bottom:25px;right:25px;}
#sertn figure{
	position:relative;
	float:right;
	margin:0 0 0 25px;
	padding:0;
	border:4px #fff solid;
	-webkit-border-radius:12px;
	border-radius:12px;
	overflow:hidden;
}
#sertn figure img{
	-webkit-border-radius:8px;
	border-radius:8px;
	overflow:hidden;
}
#sertn figure a{display:inline-block;float:left;text-decoration:none;}
#sertn figure img{margin:0;padding:0;float:left; position:relative;}
#sertn figure span{
	display:none;
	position:absolute;
	left:0;
	bottom:0;
	width:90px;
	background:rgba(0,0,0,.75);
	padding:.3em 10px;
	color:#fff;
	text-align:center;
	font-size:11px;
	-webkit-border-radius:0 0 8px 8px;
	border-radius:0 0 8px 8px;
}
.no-rgba #sertn figure span{background:url('images/gray-trans.png') 0 0 repeat;}

/* ---------------------------------------------------------------------------------

SECOND NAVIGATION

--------------------------------------------------------------------------------- */


.second-nav{
    float: right;
    margin: 0 0 2em 2em;
    padding: 0 0 0 20px;
    width: 160px;
	display:block;
	border-left: 2px dashed #bbb;
}
.second-nav h4{margin:0 0 8px;font-size:20px;}
.second-nav ul{margin:0;padding: 0 0 0 15px;}
.second-nav li a{color:#222;font-size:14px;}

#content article .second-nav li{
	margin: 0;
}

.second-nav .adblock img[class*="align"], .second-nav .adblock img[class*="wp-image-"]{
	margin-top: 20px;
}

.adblock img[class*="align"], .adblock img[class*="wp-image-"]{
	max-width: 100%;
	border: none;
	padding:0;
}

.show-for-small-only{
	display: none;
}
.show-for-medium-up{
	display: block;
}

#sidebar .adblock img{
	margin-top: 30px;
}

.quick-ad{
	clear: both;
	max-width: 200px;
}


/* ---------------------------------------------------------------------------------

SPECIAL PAGE MISC

--------------------------------------------------------------------------------- */
#contact-table{
	margin:20px 0;
}

/* TESTIMONIALS PAGE */
.tc {width:auto;position:relative;padding:0 35px;}
.tc blockquote {width:100%;display:block;margin:0 0 30px;padding:0;}
.tc blockquote img {display:block;}
.tc blockquote span{font-size:60px;}
.tc .quote-start{float:left;margin:-18px 0 0 -36px;color:#bbb;}
.tc .quote-end{float:right;margin-top:-54px;color:#bbb;}
.tc blockquote footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-style:normal;
	font-weight:bold;
}
.tvid{ background-color: #fbfcfd;
   border: 1px solid #DEDEDE;
   margin: 0 0 25px -30px;
   overflow: hidden;
   padding: 12px 15px}
.tvid figure{width:320px; margin: 0 auto;max-width:100%;}
.tvid h3 span{font-weight:normal;text-transform:uppercase;color:#888;}
.tvid h3{margin:0 0 10px;}

/* ---------------------------------------------------------------------------------

TABLES

--------------------------------------------------------------------------------- */
.data-table{
	width:100%;
	margin-bottom:20px;
}
.data-table thead td{border-bottom:2px solid #222;}
.data-table tbody td{
	padding:4px;
	border:1px solid #ccc;
}

/* ---------------------------------------------------------------------------------

SIDEBAR

--------------------------------------------------------------------------------- */
#sidebar{
	float:left;
	padding:15px 0;
	width:200px;
	margin-top:100px;
}
#sidebar .widget{
	margin:0;
	padding:10px 15px;
	background:#fff;
	border:1px solid #dddddd;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2); 
}
#sidebar .widget h2{
	margin-top:0;
}
#sidebar .widget + .widget{
	margin-top:30px;
}
#sidebar .widget ul, #sidebar .widget ol{
	margin: 0.3em 0 0 1.2em;
	padding:0;
}

/* ---------------------------------------------------------------------------------

FOOTER

--------------------------------------------------------------------------------- */
#footer {
	width: 100%;
	margin:0 auto;
	padding:30px 0;
	color: #444;
	overflow:hidden;
}
#footer p{text-align:center;margin-bottom:.5em;}
#footer a{color:#00529b;}
#footer p .breakwrap{display:inline-block;}


/* ---------------------------------------------------------------------------------

IMAGES

--------------------------------------------------------------------------------- */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {height: auto;}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto;
	height: auto;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {margin-bottom: 1.625em;}
p img,
.wp-caption {margin-top: 0.4em;}
.wp-caption {
	border: 1px solid #ddd;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 4px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {color: #666;font-family: Georgia, serif;font-size: 12px;}
.wp-caption .wp-caption-text {margin-bottom: 0.6em;padding: 10px 0 5px 40px;position: relative;}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {border: 1px solid #ddd;padding: 6px;}
.wp-caption img {border-color: #eee;}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {background: #eee;border-color: #bbb;}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {background: #fff;border-color: #ddd;}

/* Make sure embeds and iframes fit their containers */
embed, iframe, object {max-width: 100%;}


/* ---------------------------------------------------------------------------------

FORMS

--------------------------------------------------------------------------------- */
#content input[type=text],
#content input[type=password],
#content input[type=email],
#content input[type=tel],
#content textarea {
	background: #fff;
	font-size: 14px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
#content input[type=text]:focus,#content input[type=tel]:focus,
#content input[type=email]:focus,
#content textarea:focus {color: #373737;}
#content textarea {padding-left: 3px; width: 98%;}
#content input[type=text],#content input[type=email],#content input[type=tel] {padding: 3px;}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {display: none;}
#content input[type=submit],#content input[type=button]{border:0;}

.gform_wrapper form{
	/* max-width:75%; */
	overflow:hidden;
	padding:20px;
	border:1px solid #eee;
	background:#fff;
	-webkit-border-radius:12px;
	border-radius:12px;
	font-size: 14px;
}
#content .gsection{margin-top:1em;}
#content li.hidden > .gfield_label, #content li.hidden > .ginput_container{display:none;}


#content .gform_wrapper .gfield_required {
	color: red;
	font-size: 24px;
	position: relative;
	top: 5px;
}

#content .gform_wrapper .gform_footer {
	padding: 10px 0 10px 0;
	margin: 10px 0 0 0;
}



/* RES FORM OVERRIDES */
#ReservationApplication #CustomerInformation li {height:auto;margin-bottom:10px;overflow:hidden;}

#ReservationApplication #CustomerInformation, #ReservationApplication #QuoteReservation li{float:left;clear:left;height:auto;margin-bottom: 8px;}
#ReservationApplication #PassengerInformation  li{margin-bottom:10px;}
#ReservationApplication fieldset{width:100%;max-width:100%;}
#ReservationApplication fieldset legend{width:auto;}
#ReservationApplication #ItineraryInformation select, #ReservationApplication #QuoteReservation select{max-width:94%;}
#ReservationApplication h3, #ReservationApplication h4{padding:0 0 10px;}

#ReservationApplication .SummaryEmailQuote a{color:#00529B;font-weight:bold;}

#resform{width:100%;}

.success{
	color: #6DA743;
    font-size: 120%;
    font-weight: bold;
}
.alert{color:red;}

.resform {
    color: #00529C;
    font-size: 22px;
    font-weight: bold;
}

#ReservationApplication fieldset legend{
	font-size:18px;
	font-weight:bold;
	margin:10px 0 0;
	display:block;
	background:none;
	border:none;
	color:#333;
	padding:0;
	border-bottom:1px solid #ccc;
}

.notes{
	clear:both;
	font-size:90%;
	font-style:italic;
	color:#444;
	padding-top:5px;
}

.button.back{
	background:#C9C9C9;
	background-image: linear-gradient(#E6E6E6, #C9C9C9);
    border: 1px solid #C2C2C2;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 0 white inset;
    color: #333333 !important;
    position: relative;
    text-shadow: 0 1px 0 #F1EEEE;
}
.button.back:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2c2c2), color-stop(100%, #d9d9d9));
  background-image: -webkit-linear-gradient(#c2c2c2, #d9d9d9);
  background-image: -moz-linear-gradient(#c2c2c2, #d9d9d9);
  background-image: -o-linear-gradient(#c2c2c2, #d9d9d9);
  -pie-background: linear-gradient(#c2c2c2, #d9d9d9);
  -moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
  -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
  -o-box-shadow: inset 0 1px 0 0 #f2f2f2;
  box-shadow: inset 0 1px 0 0 #f2f2f2;
  cursor: pointer;
}
.button.back:active {
	background:#bababa;
  -moz-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  border: 1px solid #a8a8a8;
}


/* ---------------------------------------------------------------------------------

BUTTONS

--------------------------------------------------------------------------------- */
.button{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	line-height:1;
	padding: 0.6em 1.2em 0.6em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	color: #ffffff;
	font-weight:bold;
	background: #5a9430;
	background: -webkit-gradient(linear, left top, left bottom, from(#8cc561), to(#5a9430));
	background: -moz-linear-gradient(top,  #8cc561,  #5a9430);
	-webkit-border-radius:6px;
	border-radius:6px;
}
.button:hover{
	text-decoration: none !important;
	background: #8cc561;
	background: -webkit-gradient(linear, left top, left bottom, from(#5a9430), to(#8cc561));
	background: -moz-linear-gradient(top,  #5a9430, #8cc561);
}
.button:active{
	position: relative;
	top: 1px;
	color: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, from(#5a9430), to(#8cc561));
	background: -moz-linear-gradient(top,  #8cc561,  #5a9430);
}

#content .gform_next_button, input[type="submit"].gform_button{float:right;}

#content .gf_browser_ie.gform_wrapper .gform_footer input.button{
		padding: 0.6em 1.2em 0.6em;
}
#content .gform_previous_button{
	background: #b5b5b5;
	float:left;
	background: -webkit-gradient(linear, left top, left bottom, from(#b5b5b5), to(#858585));
	background: -moz-linear-gradient(top,  #b5b5b5,  #858585);
}
#content .gform_previous_button:hover{
	background: #858585;
	background: -webkit-gradient(linear, left top, left bottom, from(#858585), to(#b5b5b5));
	background: -moz-linear-gradient(top,  #858585, #b5b5b5);
}
#content .gform_previous_button:active{
	color: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, from(#858585), to(#b5b5b5));
	background: -moz-linear-gradient(top,  #b5b5b5,  #858585);
}

/* ---------------------------------------------------------------------------------

MISC

--------------------------------------------------------------------------------- */
.alignleft {display: inline;float: left;margin-right: 1.625em;}
.alignright {display: inline;float: right;margin-left: 1.625em;}
.aligncenter {clear: both;	display: block;	margin-left: auto;	margin-right: auto;}

dl {margin: 0 1.625em;}
dt {font-weight: bold;}
dd {margin-bottom: 1.625em;}
.gallery dl{margin:0;}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}
abbr, acronym, dfn {border-bottom: 1px dotted #666;	cursor: help;}
address {display: block;	margin: 0 0 1.625em;}
ins {background: #fff9c0;text-decoration: none;}
sup,
sub {font-size: 10px;	height: 0;	line-height: 1;	position: relative;	vertical-align: baseline;}
sup {bottom: 1ex;}
sub {top: .5ex;}


.gallery-item{min-width:115px;}

/* ---------------------------------------------------------------------------------

FANCY BOX

--------------------------------------------------------------------------------- */
.fancybox-tmp iframe, .fancybox-tmp object {vertical-align: top;padding: 0;	margin: 0;}
.fancybox-wrap {position: absolute;top: 0;left: 0;z-index: 8020;}
.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.fancybox-opened {z-index: 8030;}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {padding: 0;margin: 0;position: relative;outline: none;}
.fancybox-inner {overflow: hidden;}
.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling: touch;}
.fancybox-error {color: #444;font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin: 0;padding: 10px;}
.fancybox-image, .fancybox-iframe {display: block;width: 100%;height: 100%;border: 0;padding: 0;margin: 0;vertical-align: top;}
.fancybox-image {max-width: 100%;max-height: 100%;}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url('images/fancybox_sprite.png');}
#fancybox-loading {position: fixed;top: 50%;left: 50%;margin-top: -22px;margin-left: -22px;background-position: 0 -108px;opacity: 0.8;cursor: pointer;z-index: 8020;}
#fancybox-loading div {width: 44px;height: 44px;background: url('images/fancybox_loading.gif') center center no-repeat;}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {left: 0;}
.fancybox-next {right: 0;}
.fancybox-nav span {position: absolute;top: 50%;width: 36px;height: 34px;margin-top: -18px;cursor: pointer;z-index: 8040;visibility: hidden;}
.fancybox-prev span {left: 20px;	background-position: 0 -36px;}
.fancybox-next span {right: 20px;background-position: 0 -72px;}
.fancybox-nav:hover span {visibility: visible;}
.fancybox-tmp {position: absolute;top: -9999px;left: -9999px;padding: 0;overflow: visible;visibility: hidden;}
/* Overlay helper */
#fancybox-overlay {position: absolute;top: 0;left: 0;overflow: hidden;display: none;z-index: 8010;background: #000;}
#fancybox-overlay.overlay-fixed {position: fixed;bottom: 0;right: 0;}
/* Title helper */
.fancybox-title {
	visibility: hidden;font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position: relative;text-shadow: none;z-index: 8050;}
.fancybox-opened .fancybox-title {	visibility: visible;}
.fancybox-title-float-wrap {position: absolute;bottom: 0;right: 50%;margin-bottom: -35px;z-index: 8030;text-align: center;}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {position: relative;margin-top: 10px;color: #fff;}
.fancybox-title-inside-wrap {margin-top: 10px;}
.fancybox-title-over-wrap {position: absolute;bottom: 0;left: 0;color: #fff;padding: 10px;background: #000;background: rgba(0, 0, 0, .8);}


td.button{
	line-height:inherit;
	font-weight:normal;
	box-shadow:none;
	border-radius:0;
	display:table-cell;
	border:none;
	color:#222;
}
td.button:hover{
	border:none;
	line-height:inherit;
	font-weight:normal;
	box-shadow:none;
	border-radius:0;
	display:table-cell;
}
.calendar table{border-collapse: separate; border-spacing:inherit;}


.vehicle h2, .vehicle ul{width:auto;}





/* ---------------------------------------------------------------------------------

SLIDESHOWS

--------------------------------------------------------------------------------- */
/* .pagination {
	margin:26px auto 0;
	width:114px;
} 
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url('images/pagination.png');
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.active a {background-position:0 -12px;} */



.vehicle{margin-bottom:25px;}
.vehicle h2,.vehicle ul{float:left;clear:left;}

.fleet {
	margin:28px 36px 0 26px;
	width:277px;
	float:right;
	position:relative;
}
.fleet figure{
	position:relative;
}

.fleet figcaption{
	display:none;
	padding:.4em;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	color:#fff;
	background:rgba(0,0,0,.75);
}
.no-rgba .fleet figcaption{background:#111;}
.fleet figcaption p{margin-bottom:0;}
.fleet figcaption p + p{margin-top:.6em;}
.fleet figcaption ul, .fleet figcaption ol{
	margin:0 0 0 1.5em;
}

.fleet .slides_container {
	width:275px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #bbb;
	display:none;
}
.fleet .slides_container figure {
	width:275px;
	height:183px;
	display:block;
}
.fleet .next,.fleet .prev,#slideshow .prev,#slideshow .next {
	position:absolute;
	top:81px;
	left:-25px;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}
.fleet .prev,#slideshow .prev {
	background:url(images/sm_arrow-prev.png);
}
.fleet .next{
	left:281px;
	background:url(images/sm_arrow-next.png);
}



/* #slideshow .prev,#slideshow .next {
	position:absolute;
	top:45%;
	left:-25px;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}
#slideshow .prev {
	background:url(images/sm_arrow-prev.png);
}
#slideshow .next{
	left:455px;
	background:url(images/sm_arrow-next.png);
}

#slideshow {
	margin:30px auto;
	width:450px;
	position:relative;
}
#slideshow figure{
	position:relative;
}

#slideshow figcaption{
	display:block;
	padding:.4em;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	color:#fff;
	background:rgba(0,0,0,.75);
} */
.no-rgba #slideshow figcaption{background:#111;}
/* #slideshow figcaption p{margin-bottom:0;}
#slideshow figcaption p + p{margin-top:.6em;}
#slideshow figcaption ul, #slideshow figcaption ol{
	margin:0 0 0 1.5em;
} */

#slideshow{margin:15px auto;}

/* #slideshow .slides_container {
	width:450px;
	overflow:hidden;
	margin:25px auto;
	position:relative;
	display:none;
}
#slideshow .slides_container figure {
	width:450px;
	height:340px;
	display:block;
} */


/* NEW SLIDER */
.fleet_container {
  position: relative;
  float: right;
  width: 100%;
  max-width:275px;
  }
  
.home .fleet_container {
  position: relative;
  float: right;
  width: 100%;
}

.fac .fleet_container {
    float: none;
    margin: 0 auto;
    max-width: 450px;
	width: 100%;
    position: relative;
}

.fleets {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.home .fleets {
	padding:inherit;
}

.fleets figure, .fleets blockquote{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
.fleets blockquote{width:auto;}

.fleets img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.fleets .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  font-weight:normal;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.fleets_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.5;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.fleets_nav:active {
  opacity: 1.0;
  }

.fleets_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.fleets_tabs li{float:left;}

.fleets_tabs {
	margin:26px auto 0;
	width:114px;
} 
.fleets_tabs li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.fleets_tabs li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url('images/pagination.png');
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.fleets_tabs li.fleets_here a {background-position:0 -12px;}


.fitvid{margin-bottom:1.2em;max-width:340px;}



/* FLEX SLIDER */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 9; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block;
background: #eee; /* background: rgba(0,0,0,0.8) */;
cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #ccc; /* background: rgba(0,0,0,0.7); */ }
.flex-control-paging li a.flex-active { background: #82BC58; /* background: rgba(0,0,0,0.9); */ cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

#slideshow figure{position:relative;}
#slideshow figure img{width:100%;max-height:340px;}
.flex-caption{display:none;}
.flex-active-slide .flex-caption{display:block;position:absolute; bottom:5px; left:0; width:94%; margin:0; padding:10px 3%;color:#fff;background:#444; background:rgba(0,0,0,.5);}

.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .flex-next {opacity: 1; right: 0;}


/* PROGRESS */
#Navigation a{
	display:inline-block;
	width:14%;
	text-align:center;
	color:#555;
	margin:0;
	padding:10px 0 0;
	font-weight:normal;
	height:30px;
	font-size:12px;
	border-bottom:2px solid #999;
	position:relative;
	text-transform:uppercase;
	overflow:hidden;
	cursor:default;
}
#Navigation a:hover{text-decoration:none;}
#Navigation a.used:hover{
	color:#00529C;
}
#Navigation a span.stop{
	background: none;
    border-radius: 10px 10px 10px 10px;
	border:2px solid #999;
    bottom: -7px;
    display: block;
    height: 10px;
    left: 44%;
    position: absolute;
    width: 10px;
}
#Navigation a.used:hover span.stop{border-color:#00529C;background:#00529C;}
#Navigation a.used, #Navigation a.isActive{color:#00529C;cursor:pointer;border-color:#00529C;}
#Navigation a.used span.stop{background:none;border-color:#00529C;}

#Navigation a.isActive span.stop{border-color:#00529C; background:#00529C;}


.wine-table{
	text-align:center; 
	padding:0;
	margin:30px 0 0;
	border:none;
	width:100%;
	background:#fff;
	border-bottom:3px solid #ddd;
}
.wine-table td, .wine-table th{
	padding:8px;
	vertical-align:middle;
}
.wine-table th{
	padding:6px 8px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
}
.wine-table td{
	border:1px solid #eee;
	font-size:12px;
	background:#fff;
}
.wine-table th.wname{
	width:28%;
}
.wine-table th.wknown{
	width:25%;
	font-size:10px;
}
.wine-table tr td:first-child{
	border-left:none;
}
.wine-table tr td.winename{
	text-align:left;
	font-size:14px;
}
.wine-table tr td:last-child{
	border-right:none;
}
.wine-table tr:nth-child(odd) td{
	background:#f9f9f9;
}
.wine-table.drive-table tr:nth-child(odd) td{
	background:#fff;
}
/* .drive-table .good{
	background:#efffee !important;
}
.drive-table .bad{
	background:#fffad4 !important;
}
.drive-table .ugly{
	background:#fff3f3 !important;
}
*/


/* WINE AREA TABS */
ul.tabs{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom:30px solid #fff;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 15px 30px;
	cursor: pointer;
	text-align:center;
	margin: 0 !important;
}
ul.tabs li p{
	display:block;
	font-style:italic;
	font-size:12px;
	margin:8px 0 0;
}
ul.tabs li.current{
	color: #222;
	background:#fff;
	border-top:2px solid #ddd;
}

ul.tabs li.current.tab-monti,
ul.tabs li.tab-monti:hover{
	background:#d5a2a1;
}
ul.tabs li.current.tab-chesa,
ul.tabs li.tab-chesa:hover{
	background:#97a3f7;
}
ul.tabs li.current.tab-colonial,
ul.tabs li.tab-colonial:hover{
	background:#f4df82;
}

.tab-content{
	display: none;
	/* background:#fff; */
}
.tab-content.current{
	display: inherit;
}
ul.tabs li h3{
	margin:0;
}



.pudo{
	width:100%;
	overflow:hidden;
}
.pudo h2{margin-bottom:20px;}
.pudo > div{
	float:left;
	width:31%;
	background:#fff;
	overflow:hidden;
	border-radius:8px;
	margin-bottom:10px;
	box-shadow: 2px 2px 4px #999;
	cursor:pointer;
	position:relative;
		-moz-transition: all 350ms; 
    -webkit-transition: all 350ms;  
    -ms-transition: all 350ms;  
    -o-transition: all 350ms;  
  transition: all 350ms;
}
.pudo > div:hover,
.pudo > div:focus{
	box-shadow: 2px 2px 5px #ddd;
	background:#ebfff2;
}

.pudo > div.monti:hover,
.pudo > div.monti:focus,
.pudo > div.monti.act{
	background:#dce8f8;
}
.pudo > div.colon:hover,
.pudo > div.colon:focus,
.pudo > div.colon.act{
	background:#ebd7bf;
}
.pudo > div.chesap:hover,
.pudo > div.chesap:focus,
.pudo > div.chesap.act{
	background:#c2f0ec;
}

.pudo > div + div{
	margin-left:3%;
}
.pudo > div img{
	max-width:100%;
	margin:0;
	padding:0;
	float:left;
}
.pudo h3{
	text-align:center;
	margin:12px 0;
}

.pudo.dest > div{
	width:28%;
	padding:1.5%;
	text-align:center;
}
.dest h3{
	margin:5px 0;
}
.dest p{margin:0;}
.dest h6{
	text-transform:uppercase;
	font-size:10px;
	color:#999;
	margin:8px 0;
	/* display:none; */
}
.dest.ric h6,
.dest.wburg h6,
.dest.orf h6{
	/* display:block; */
}
.dest h5{
	margin:5px 0;
	font-size:15px;
	font-weight:normal;
	/* display:none;
	color:#aaa;
	font-weight:normal; */
}
.dest.ric h5.ric,
.dest.wburg h5.wburg,
.dest.orf h5.orf{
	/* color:#333;
	font-weight:bold;
	display:block; */
}

.step-open{
	display:block;
}
.step-closed{
	display:none;
}

.pudo.clicked > div{
	opacity:.45;
} 
.pudo.clicked > div:hover{
	opacity:1;
}
.pudo.clicked > div.act{
	opacity:1;
}


#footer .footer-copy p{
	text-align:left;
}
#footer .footer-copy{
	width:50%;
	float:left;
	overflow:hidden; 
}
#footer .footer-awards{
	width:50%;
	float:left;
	overflow:hidden; 
}
#footer .hp{
	float:left;
}
.tsx{width:225px;margin-left:20px;}
.dod{width:80px;margin-left:20px;} 

.home-promo{}

.halfs{
	width:100%;
	overflow:hidden;
	margin-bottom:30px; 
}
.half{
	width:48%;
	float:left;
	text-align:center;
}
.half + .half{
	float:right;
}
.half img{
	max-width:80%;
	margin:0 auto 10px;
	border:none;
	padding:0;
}

#content .gform_wrapper .gform_footer input.button,
#content .gform_wrapper .gform_footer input[type=submit], 
#content .gform_wrapper .gform_footer input.button{
	font-size:1.25em;
}

#content #gform_wrapper_5 .gform_next_button, 
#gform_wrapper_5 input[type="submit"].gform_button{
	float:left;
}
#content #gform_wrapper_5 textarea.small{
	height:50px;
	width:80%;
}

.inlineform_wrapper{
	width:300px;
}
.gform_wrapper.inlineform_wrapper form{
	background: none;
	padding:0;
	border:none;
}