/*   
Theme Name: Dattco 2015
Theme URI: http://dattco.com
Description: Custom theme for Dattco.
Author: Ryan Lawrence
Author URI: http://eastcoast-efx.com
*/

/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.chromeframe {position: absolute; top: 0;}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 15px 'Muli', Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #252b2d; color: #fff; text-shadow: none;}
::selection {background: #252b2d; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #252b2d;} 

ins {background-color: #252b2d; color: #000; text-decoration: none;}
mark {background-color: #252b2d; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

.hidden {
	display: none;
}


/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.wrap {
	margin: 0 auto;
}
header#banner {
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
body.page-template-page-with-bottom-subnav header#banner {
	margin-bottom: 5em;
}
header#banner h1,
header#banner h1 a {
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}
header#banner h1 a {
	background: url(images/logo-dattco.png) 0 0 no-repeat; /* larger logo */
    width: 50%;
    background-size: 100%;
    height: 10em;
    position: relative;
    top: 2.7em;
    overflow: hidden;
}
header#banner .description {
	display: none;
}

/* Header Search Form */


header#banner form#searchform {
	display: none;
	margin: 1em auto;
	text-align: center;
}
header#banner form#searchform label {
	display: none;
}
header#banner form#searchform input#s {
	width: 12em;
	border: 1px solid #ccc;
	min-height: 22px;
	border-radius: 4px;
}
header#banner form#searchform input[type="submit"] {
	background: url(images/button-search-submit.png) center center no-repeat #000;
	width: 16px;
	height: 16px;
	padding: .75em;
	border: none;
	text-indent: -9999px;
	border-radius: 4px;
}

/* Navigation */

.content-blocker { /* This covers all other page elements when the mobile nav is expanded */
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.prevent-scroll {
	overflow: hidden;
	position: fixed;
	height: 100%;
	-webkit-user-select: none;
	touch-action: pan-y;
	-webkit-user-drag: none;
}
header#banner {
	background-color: #c52033;
	border-bottom: solid #fff 3px;
}
header#banner a.nav-expand {
	display: block;
	background: url(images/bg-nav-expand.png) 0 0 no-repeat;
	background-size: 100%;
	width: 3em;
	height: 3em;
	text-indent: -9999px;
	text-align: center;
	margin: 1em auto;
	position: absolute;
	top: 5%;
	right: 5%;
}
nav#nav-main {	
	font-family: 'PT Sans', Helmet, Freesans, sans-serif;
	position: absolute;
	top: 0;
	left: -16em;
	background: #fff;
	padding-top: 1em;
	width: 16em;
	height: 100%;
	z-index: 10;
	overflow: auto;
	border-right: .5em solid #000;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
nav#nav-main ul li {
	background: none;
	width: 100%;
	height: auto;
	clear: both;
	text-align: left;
}
nav#nav-main ul li a {
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: .5em 1em;
}
nav#nav-main ul li:hover,
nav#nav-main ul li.current-menu-item {
}
nav#nav-main ul li:hover a,
nav#nav-main ul li.current-menu-item a {
	background: #000;
	color: #fff;
}

/* second and third level menu items */

nav#nav-main ul li li {
	padding-left: 2em;
}
nav#nav-main ul li:hover li a {
	background: #fff;
	color: #000;
}
nav#nav-main ul li li:hover a,
nav#nav-main ul li li:active a {	
	color: #c52033;
}

/* Slider and Featured Images */

body.home .metaslider {
	max-width: 100% !important;
}
img.wp-post-image {
	height: auto;
	margin: 0 auto;
}

/* Home Page Sub-Navigation (below slider) */

nav#bottom-subnav {
	background: #252b2d;
	border-top: 2px solid #4a565a;
	overflow: auto;
	min-height: 16em;
	font-size: .9em;
	text-align: center;
	clear: both;
}
nav#bottom-subnav ul li {
	background: #3c3c3c; /* Old browsers */
	background: -moz-linear-gradient(top, #3c3c3c 0%, #575c5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c3c3c), color-stop(100%,#575c5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3c3c3c 0%,#575c5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3c3c3c 0%,#575c5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3c3c3c 0%,#575c5e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3c3c3c 0%,#575c5e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#575c5e',GradientType=0 ); /* IE6-9 */
	margin: 1em;
	padding: 1em 0;
	width: 97px;
	height: 97px;
	float: left;
	border: 1px solid #575c5e;
	border-radius: 50px;
	text-align: center;
	position: relative;
}
nav#bottom-subnav ul li:hover {
	background: #c52033;
	border-color: #c52033;
}
nav#bottom-subnav ul li img {
	display: block;
	height: 40px;
	margin:	0 auto;
	position: relative;
	/*left: .2em;*/
}
nav#bottom-subnav ul li span.subnav-text {
	display: block;
	width: 100%;
}
nav#bottom-subnav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	vertical-align: bottom;
}

/* Home Slider */

.metaslider {
	margin: 0 auto;
}

.post {
	color: #717171;
	line-height: 2em;
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	font-family: 'Lato', Helmet, Freesans, sans-serif;
	font-weight: 300;
	color: #353535;
	text-transform: uppercase;
	margin: 1em 0;
}
.post h1 {
	font-size: 2.4em;
}
.post h2 {
	font-size: 1.8em;
	box-shadow: 0 5px 11px -3px #dfdfdf;
	padding: 0 0 .5em;
	margin: 1em auto;
	text-align: center;
}
.post h3 {
	font-size: 1.2em;
}
/* Fix the stretching/scrunching of images in content */
.post img {
	height: auto;
}
.post .entry p,
.post .entry ul {
	margin: 1em 0;
}
.post .entry ul li {
	list-style-type: disc;
}

.post .entry .listOfProductsContainer>ul li {
	list-style-type: none;
}

.post .entry .wizardStepsContainer>ul li {
	list-style-type: none;
}

/* Subpage Nav Buttons */

.post .subnav-buttons {
	margin: 1em 0;
}
.post .nav-button {
	background: #e66574; /* Old browsers */
	background: -moz-linear-gradient(top,  #e66574 0%, #c52033 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e66574), color-stop(100%,#c52033)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e66574 0%,#c52033 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e66574 0%,#c52033 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e66574 0%,#c52033 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e66574 0%,#c52033 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e66574', endColorstr='#c52033',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	font-size: .9em;
	margin: .5em 1em;
	padding: 1em .5em;
	width: 20em;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	border-radius: 50px;
	text-align: center;
}
.post .horizontal {
	text-align: center;
}
.post .horizontal .nav-button {
	display: inline-block;
	font-size: .8em;
	width: 15.1em;
}
.post .entry {
	width: auto;
	margin: 0 auto 3em;
}
body.motorcoach .post .entry {
	width: 90%;
}

.entry dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 1em 2em 1em 0;
}

.entry td a {
	color: #333;
}
.entry td h3 {
	font-weight: 700;
	margin-bottom: 0;
}
.entry td p {
	margin: 1em 0;
}
.entry {}
.entry a {}
.entry a:hover {}

.post .entry ul.charter-vehicles {
	text-align: center;
}
.post .entry ul.charter-vehicles li,
.post .entry ul#bus-listings li {
	list-style-type: none;
	display: inline-block;
	margin: .5em;
	vertical-align: middle;
}
body.single-charter_vehicles img#bus-photo {
	float: right;
	width: 50%;
	margin-top: .5em;
}
body.single-charter_vehicles .post .entry ul.charter-vehicles {
	float: left;
	width: 50%;
	margin-top: 0;
}
.post .entry ul.orlando-inventory {
	text-align: center;
}
.post .entry ul.orlando-inventory li {
	list-style-type: none;
	display: inline-block;
	margin: .5em;
	vertical-align: middle;
}
body.single-orlando_inventory img#bus-photo {
	float: right;
	width: 50%;
	margin-top: .5em;
}
body.single-orlando_inventory .post .entry ul.orlando-inventory {
	float: left;
	width: 50%;
	margin-top: 0;
}
.post #busFilterBar ul { 
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.35) 0%, rgba(408,408,408,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.35)), color-stop(100%,rgba(408,408,408,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(408,408,408,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(408,408,408,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(408,408,408,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.35) 0%,rgba(408,408,408,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00666666',GradientType=0 ); /* IE6-9 */
	padding: 0 1em;
	color: #000;
}
.post #busFilterBar ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0 1em 0 0;
}
.entry td.bus-i {
	min-width: 160px;
}
.entry td.bus-m h3 {
	margin: 0;
}
td.bus-p {
	color: #ff0000;
	font-weight: bold;
}
td.bus-mi {
	font-style: italic;
}
.post ul.bus-photos {
	width: 16em;
}
.post ul.bus-photos li {
	display: inline-block;
	list-style-type: none;
	margin: 0 .5em .5em 0;
}
.post .bus-list-d {
	margin-left: 2em;
}
.post .bus-list-d ul li + li::before {
    content: " | ";
}
.post .bus-list-d li {
	display: inline-block;
	list-style-type: none;
}
.post .bus-list-d li span {
	font-style: italic;
}

/* Tabbed Contact Form */

.wpcf7 input,
.wpcf7 textarea {
	padding: .5em;
	border: 1px solid #ccc;
	width: 50%;
}
.wpcf7 h3 {
	font-weight: bold;
}
.wpcf7 .dzs-tabs.skin-melbourne .tabs-menu .tab-menu-con.active {
	background: #f71d25;
	border: 1px solid #f71d25;
	color: #fff;
}

#meta {}
.postmetadata {}

#sidebar {}

.navgation {}
.next-posts {}
.prev-posts {}
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* Footer */
footer#content-info {
	border-top: 4px solid #3c3c3d;
	padding: 2em 1em;
	overflow: auto;
	background-color: #c52033;
}
footer#content-info .half {
width: 50%;
float: left;
}
footer#content-info .thirty {
width: 30%;
float: left;
}
footer#content-info .forty {
width: 40%;
float: left;
}
footer#content-info .thirty.right, footer#content-info .half.right {
	float: right;
	text-align: right;
}
footer#content-info .rollover {
	float: left;
	width: 33%;
}
footer#content-info .rollover img {
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear: none;
	max-height: 70px;
}
footer#content-info img,
footer#content-info small,
footer#content-info a.phone {
	display: block;
	clear: both;
	float: right;
	color: #fff;
}
footer#content-info a.phone {
	font-family: 'PT Sans', Helmet, Freesans, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-right: 3.5em;
	position: relative;
	top: -.5em;
}
footer#content-info ul.social {
	margin-top: 1em;
}
footer#content-info ul.social li {
	float: left;
	margin-right: 2em;
}
footer#content-info ul.social li a {
	display: block;
	background-image: url(images/icons-social.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}
footer#content-info ul.social li.facebook a {
	background-position: -57px 0;
}
footer#content-info ul.social li.twitter a {
	background-position: -114px 0;
}
footer#content-info nav#nav-footer {
	font-size: .7em;
	text-transform: uppercase;
	float: right;
	margin-top: 1em;
	display: none;
}
footer#content-info nav#nav-footer ul li {
	float: left;
	border-right: 1px solid #fff;
	padding: 0 1em;
}
footer#content-info nav#nav-footer ul li.last {
	border-right: none;
	padding-right: 0;
}
footer#content-info nav#nav-footer ul li a {
	color: #fff;
	text-decoration: none;
}
footer#content-info nav#nav-footer ul li a:hover, footer#content-info nav#nav-footer ul li a:focus {
	color: #fff;
	text-decoration: underline;
}


/* Print styles
-------------------------------------------------------------------------------*/
@media print {

}


/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (min-width: 800px) {
	header#banner h1 a {
		
	}
}
@media screen and (min-width: 1024px) {
	.wrap {
		width: 1024px;
	}
	header#banner {
		margin: 0;
		width: auto;
	}
	header#banner h1,
	header#banner h1 a {
		margin: 1em 0;
		float: left;
	}
	header#banner.tickets h1,
	header#banner.tickets h1 a {
		margin: 1em auto;
		float: none;
		text-align: center;
	}
	header#banner h1 {
		width: 166px;
	}
	header#banner h1 a {
		background: url(images/logo-dattco.png) 0 0 no-repeat;
		width: 166px;
		height: 42px;
		position: static;
	}
	header#banner form#searchform {	
		display: block;
		float: right;
		margin-top: 2.8em;
	}
	header#banner form#searchform input[type="submit"] {
		position: relative;
		right: 1.5em;
	}

	/* Navigation - Top Level */

	header#banner a.nav-expand {
		display: none;
	}
	nav#nav-main {
		font-size: .9em;
		float: left;
		margin: 2.3em 0 0 1em;
		padding-top: 0;
		border-right: none;
		position: static;
		width: auto;
		background-color: transparent;
	}
	nav#nav-main ul li {
		float: left;
		width: auto;
		clear: none;
	}
	nav#nav-main ul li a {
		display: block;
		color: #fff;
		font-size: .95em;
		font-weight: normal;
		letter-spacing: 0;
		text-transform: uppercase;
		padding: 1em .8em;
		text-decoration: none;
		width: auto;
		height: auto;
	}
	nav#nav-main ul li:hover a,
	nav#nav-main ul li.current-menu-item a {
		color: #fff;
		text-decoration: underline;
		background: none;
	}
	nav#nav-main ul li .triangle { /* todo: unused */
		background: url(images/nav-arrow-down.png) center bottom no-repeat;
		bottom: -3em;
		width: 100%;
		height: 27px;
	}

	/* second and third level nav items */

	nav#nav-main .submenu-holder {
		position: absolute;
		width: 100%;
		left: -9999px;
		height: 3.75em;
		text-align: center;
		z-index: 100;
	}
	body.with-post-thumbnail nav#nav-main .submenu-holder {
		height: 5.75em;
	}
	nav#nav-main .submenu-bg {
		background-color:rgba(16,16,16,0.7);
		width: 100%;
		position: relative;
		top: 10%;
		height: 3em;
	}
	body.with-post-thumbnail nav#nav-main .submenu-bg {
		top: 35%;
	}
	nav#nav-main ul li ul {
		display: inline-block;
		border: none;
		width: auto;
		margin-top: -2em;
		position: relative;
		z-index: 200;
		top: -.5em;
	}
	body.with-post-thumbnail nav#nav-main li ul {
		margin-top: -1em;
		top: auto;
	}
	nav#nav-main ul li li {
		display: inline-block;
		padding: 0 .5em;
	}
	nav#nav-main ul li li a,
	nav#nav-main ul li:hover li a {
		display: block;
		float: none;
		background: none;
		color: #fff;
		text-transform: none;
		width: 100%;
		height: auto;
		padding-top: 11px;
		padding-bottom: 11px;
		border: none;
	}

	nav#nav-main ul li li:hover a,
	nav#nav-main ul li li:active a {	
		color: #c52033;
	}
	nav#nav-main ul li:hover .submenu-holder {
		left: 0;
	}
	nav#bottom-subnav {
		padding: 2.5em 0;
	}
	nav#bottom-subnav ul,
	nav#bottom-subnav ul li {	
		display: inline-block;
	}
	nav#bottom-subnav ul li {
		float: left;
		margin-right: 2.3em !important;
		width: 7.1em;
		height: 7.1em;
		margin: 0 auto;
		padding: 0;
	}
	nav#bottom-subnav ul li.last {
		margin-right: 0;
	}
	nav#bottom-subnav ul li img {
		top: 2em;
	}
	nav#bottom-subnav ul li span.subnav-text {
		position: absolute;
		bottom: -3.3em;
		min-height: 32px;
	}

	.post .entry {
		width: 60%;
	}
	
	footer#content-info {
		padding: 2em 0;
	}
	footer#content-info nav#nav-footer {
		display: block;
	}
}

/* Added for news page */
.news-page-cont { min-width:800px; }
.news-cont { width: 80%; float: left; }
.sidebar-cont { width: 20%; float: left; }
.news-cont h2.news-title {
	font-family: 'Lato', Helmet, Freesans, sans-serif;
    font-weight: 300;
    color: #353535;
    text-transform: uppercase;
    font-size: 1.8em;
    padding: 0 0 .5em;
    margin: 1em auto;
    text-align: center;
}
.news-cont .post h2 { box-shadow: none; margin: 0; }
.news-cont .post { box-shadow: 0 5px 11px -3px #dfdfdf; margin: 10px; padding: 5px; }
.posted-cont { text-align: center; }

#sidebar h3 { margin-top: 10px; }
#sidebar aside { border-bottom: solid 1px #dfdfdf; padding-bottom: 5px; }
#sidebar aside li { padding: 5px;  }
#sidebar .widget_meta li:last-child { display: none; }

/* Added for Media Resources */
.left-col { width: 70%; float: left; padding: 5px; }
.right-col { width: 30%; float: right; padding: 5px; }

#post-3188 dl { margin-left: 0; margin-right: 0; }
#post-3188 h3 { font-weight: bold; }
.metaslider .flexslider { margin-bottom: 0 !important; }
.flex-control-nav { bottom: 0px !important; right: 10px !important; left: auto !important; z-index: 100; width: auto !important; }
.flex-control-paging li a { background: rgba(255,255,255,0.8) !important; }
.flex-control-paging li a.flex-active { background: rgba(129,26,45,0.9) !important; }

#blog-list img.responsive { width: auto; float: left; margin-right: 5px; max-width: 175px; height: auto; }
#blog-list dd { clear: left; }
#post-3188 a { color: #c71a2d; text-decoration: none; }
#post-3188 .left-col a { font-size: 1.2em; }

#social-cont { background-color: #c71a2d; padding: 5px; padding-top: 10px; margin-top: 10px; margin-bottom: 10px; }
#social-cont dd { width: 33%; text-align: center; float: left; margin-bottom: 0; }


@media screen and (max-width: 1024px) {
	#post-3188 .entry { margin-left: 5px; margin-right: 5px; }
}
@media screen and (min-width: 1024px) {
	#post-3188 .entry { width: 90%; }
}
@media screen and (min-width: 1200px) {
	.left-col { width: 65%; }
	.right-col { width: 35%; }
	#post-3188 .entry { width: 60%; }
}
@media screen and (max-width: 800px) {
	#post-3188 .left-col, #post-3188 .right-col { float: none; width: 100%; }
}

/* Added for Join Our Team Page */
#post-3338 { line-height: 1.5em; }
.join-our-team-cont { position: relative; }
.fixed-button { position: fixed; right: 20px; bottom: 20px; z-index: 9999; }
.center-button { width: 50%; margin-left: auto; margin-right: auto; text-align: center; }
.team-vid-left { width: 50%; float: left; }
.team-vid-left p { font-size: 15px; line-height: 18px !important; margin-top: 0 !important; }
.team-vid-left iframe { width: 100%; padding-right: 5px; }
.team-vid-right { width: 50%; float: right; }
.team-vid-right iframe { width: 100%; padding-left: 5px; }
.team-vid-center { width: 50%; margin-left: auto; margin-right: auto; }
.team-vid-center iframe { width: 100%; padding: 5px; }
.team-left-col { width: 25%; float:	left; }
.team-left-col p { color: #c52033; font-weight: 700; }
.team-right-col { width: 75%; float: right; }
.team-row { clear: both; }
.team-full { width: 98%; margin-left: 1%; margin-right: 1%; float: left; }
.team-half { width: 48%; margin-left: 1%; margin-right: 1%; float: left; }
.team-row ul { padding-left: 1.5em; }
.team-half .img-full.left { padding-right: 5px; }
.team-half .img-full.right { padding-left: 5px; }
.team-half .img-top { padding-bottom: 6px; }
.team-half .img-top.right { padding-left: 5px; }
.team-half .img-top.left { padding-right: 5px; }
.team-half .img-bottom.right { padding-left: 5px; }
.team-half .img-bottom.left { padding-right: 5px; }
.team-66 { width: 65%; margin-left: 1%; margin-right: 1%; float: left; }
.team-66 .img-full.left { padding-right: 5px; }
.team-33 { width: 31%; margin-left: 1%; margin-right: 1%; float: left; }
.team-33 .img-full.right { padding-left: 5px; }

/* Added for Orlando Page */
.col-33 { width: 31%; margin-left: 1%; margin-right: 1%; float: left; }
.dattco-red { color: #c52033 !important; }
.margin-bottom { margin-bottom: 15px; }
.padding-right { padding-right: 30px; }
.padding-left { padding-left: 30px; }
.col-50 { width: 48%; margin-left: 1%; margin-right: 1%; float: left; }

/* Added for Boston Schedule fix */
#BostonBusSchedules {
	text-align: center;
}

#BostonBusSchedules .tabs-menu {
    height: 30px;
    float: left;
    clear: both;
    list-style: none;
    margin: 0;
    margin-top: 1em;
}

#BostonBusSchedules .tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background: #3c3c3c;
    background: -moz-linear-gradient(top, #3c3c3c 0%, #575c5e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c3c3c), color-stop(100%,#575c5e));
    background: -webkit-linear-gradient(top, #3c3c3c 0%,#575c5e 100%);
    background: -o-linear-gradient(top, #3c3c3c 0%,#575c5e 100%);
    background: -ms-linear-gradient(top, #3c3c3c 0%,#575c5e 100%);
    background: linear-gradient(to bottom, #3c3c3c 0%,#575c5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#575c5e',GradientType=0 );
    list-style: none;
}

#BostonBusSchedules .tabs-menu li.current {
    position: relative;
    background: none;
    border-top: 1px solid #c52033;
    border-right: 1px solid #c52033;
    border-left: 1px solid #c52033;
    background-color: #fff;
    border-bottom: 1px solid #fff !important;
    z-index: 5;
}

#BostonBusSchedules .tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

#BostonBusSchedules .tabs-menu .current a {
    color: #c52033;
}

#BostonBusSchedules .tab {
    border: 1px solid #c52033;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

#BostonBusSchedules .tab-content {
    width: 100%;
    padding: 20px;
    display: none;
}

#BostonBusSchedules .tab-content table {
	table-layout: fixed;
}

#BostonBusSchedules #Weekday {
 display: block;   
}

#BostonBusSchedules .south-station {
	background-color: #dcddde;
}

#BostonBusSchedules .logan {
	background-color: #f79d90;
}

#BostonBusSchedules .prices {
	color: #c52033;
}

#BostonBusSchedules .boston-header {
	text-align: center;
	background-color: #c52033;
	color: #fff;
	padding: 20px;
}

#BostonBusSchedules .breaker {
	    background: -moz-linear-gradient(top, #3c3c3c 0%, #575c5e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c3c3c), color-stop(100%,#575c5e));
    background: -webkit-linear-gradient(top, #3c3c3c 0%,#575c5e 100%);
    background: -o-linear-gradient(top, #3c3c3c 0%,#575c5e 100%);
    background: -ms-linear-gradient(top, #3c3c3c 0%,#575c5e 100%);
    background: linear-gradient(to bottom, #3c3c3c 0%,#575c5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#575c5e',GradientType=0 );
	height: 2px;
	padding: 0;
}

#BostonBusSchedules td {
	padding: 0.5em;
	vertical-align: middle;
	border-left: 1px solid #ededed;
}

#BostonBusSchedules thead td {
    background: #3c3c3c;
    background: -moz-linear-gradient(top, #3c3c3c 0%, #575c5e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c3c3c), color-stop(100%,#575c5e));
    background: -webkit-linear-gradient(top, #3c3c3c 0%,#575c5e 100%);
    background: -o-linear-gradient(top, #3c3c3c 0%,#575c5e 100%);
    background: -ms-linear-gradient(top, #3c3c3c 0%,#575c5e 100%);
    background: linear-gradient(to bottom, #3c3c3c 0%,#575c5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#575c5e',GradientType=0 );
    color: #fff;
    font-weight: 700;
}

#BostonBusSchedules td:last-of-type {
	border-right: 1px solid #ededed;
}

#BostonBusSchedules #Fares td:first-of-type {
	border-left: 1px solid #c52033;
}

#BostonBusSchedules #Fares td:last-of-type {
	border-right: 1px solid #c52033;
}

/*.fixed-ticket-imgs { position: fixed; left: 0; bottom: 0; z-index: 9999; width: 100%; background-color: #fff; border-top: 1px solid #c52033; }*/
.fixed-ticket-imgs { position: fixed; left: 0; top: 50%; transform: translateY(-50%); z-index: 9999; width: 20%; background-color: #fff; border: 1px solid transparent; border-radius: 25px; }
.fixed-book-now { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 9999; width: 20%; text-align: right; }
.mobile-ticket-imgs { display: none; }
.col-25 { width: 23%; margin-left: 1%; margin-right: 1%; float: left; }
.fixed-ticket-imgs a { display: block; }

/*@media (min-width: 768px) {
	.page-id-3790 { margin-bottom: 160px; }
}*/

@media (max-width: 1023px) {
	.fixed-ticket-imgs { display: none; }
	.fixed-book-now { display: none; }
	.mobile-ticket-imgs { display: block; }
	#BostonBusSchedules .tab-content table { table-layout: auto; }
}

@media (max-width: 767px) {
	#BostonBusSchedules { overflow: auto; overflow-y: hidden; }
	#BostonBusSchedules .tabs-menu li a { padding: 8px; font-size: 0.8em; }
}

@media (max-width: 575px) {
	#BostonBusSchedules .tabs-menu li a { padding: 7px; font-size: 0.7em; }
	.mobile-ticket-imgs .col-33 { width: 100%; margin: 0; float: none; }
}

@media (max-width: 400px) {
	#BostonBusSchedules .tabs-menu li a { padding: 5px; font-size: 0.5em; }
}