/*
 Theme Name:     Twenty Thirteen Child
 Theme URI:      /wp-content/themes/twenty-thirteen-child/
 Description:    Twenty Thirteen Child Theme
 Author:         SYNDCTD
 Author URI:     /
 Template:       twentythirteen
 Version:        1.0.0
*/

/* Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('/wp-content/themes/twentythirteen/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

/*--------FONTS
font-family: 'Quattrocento Sans', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
--------*/

/*
 *  "Entypo pictograms by Daniel Bruce — www.entypo.com"
 *
 */
 
@font-face {
 font-family: 'entypo';
 src: url('/fonts/entypo.eot');
 src: url('/fonts/entypo.eot?#iefix') format('embedded-opentype'),
 url('/fonts/entypo.woff') format('woff'),
 url('/fonts/entypo-webfont.ttf') format('truetype'),
 url('/fonts/entypo-webfont.svg#entypo') format('svg');
 font-weight: normal;
 font-style: normal;
}


/*-----------------------ALTERED FROM 2013 Theme----------------------*/

body {background-color:#363636;}

.site {
	background-color: #363636;
	border-left: none;
	border-right: none;
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
}

.hentry {
	padding: 0;
}

.search .page-content {
	max-width:1400px;
	padding:0;
}

.page .entry-header {
	display: none;
}

.site-footer {
	color: #FFF;
	font-size: 14px;
	text-align: justify;
	font-family: 'Quattrocento Sans', sans-serif;
	margin-top:2%;
	background-color:#363636;
}
.site-info {
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
}
.site-footer a {
	color: #FFF;
	text-decoration:underline;
}
#tertiary .widget-area {
	display: none;
}

footer.entry-meta {
	display:none;
}

#secondary {
	background:none;	
	padding:0;
	float:left;
	width: 45%;
}

#secondary .widget-area {
position: inherit !important;
height: inherit !important;
max-width:none;
}

#mc4wp_widget-2 {
position: inherit !important;
width: 100%;
margin: 0;
padding: 0;
}

.widget-area p {
	margin:0;
}

.email {
	float: left;
padding: .75em;
width: 65%;
margin-right: 1em;
}

.sidebar .entry-content {
	max-width:1400px;
	padding:0;
	position:relative;
}

img.alignnone {
	margin: 0;
}

img.aligncenter {
	margin:0;
}
 
/*.entry-meta a {
	display:none;
}*/


.error404 .page-header {
	margin: 0 auto;
	max-width: 1400px;
	padding-bottom: 0px;
	width: 100%;
}
.error404 .page-header {
	background-color: transparent;
	background-image:url(/wp-content/uploads/2013/12/static-header.jpg);
	padding-top: 0;
}
.error404 .page-title {max-width:1400px;}
.error404 .page-wrapper {background-color: transparent;}
.error404 .page-content {padding:30px; max-width:1400px;}



/*------------------------COPY STYLING------------------*/
/*.entry-content ul {
	text-align:justify;
}*/

p { 
	font-family: 'Roboto Condensed', sans-serif;
	/*text-align:justify;*/
	margin: 0 0 20px;
}
p a, p a:hover, p a:visited {color:#236bfb;}

h1 {
	font-size:1.625em;
	margin: 0 0 15px 0;
	font-family: 'Roboto Condensed', sans-serif;
	color:#236bfb;
	font-weight: normal;
	text-transform:uppercase;
}
h2 {
	font-size: 1.2em;
	margin: 15px 0 5px 0;
	font-family: 'Roboto Condensed', sans-serif;
	color: #236bfb;
	font-weight: normal;
}
/*getting to*/h3 {
	font-size: 1.2em;
	margin: 15px 0 5px 0;
	font-family: 'Roboto Condensed', sans-serif;
	color: #236bfb;
	font-weight: lighter;
	font-style: italic;
	text-transform: uppercase;
}
/*station guide*/h4 {
	font-size: 1.2em;
	margin: 15px 0 5px 0;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	font-weight: lighter;
}

.entry-content a {
	color: #236bfb;
}
.entry-content a:hover {
	color: #236bfb;
}
.copy ul, .copy ol {
	font-family: 'Roboto Condensed', sans-serif;
}

/*----------------------FORMS & BUTTONS------------------*/

input[type="submit"], .button {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.4, #236bfb), color-stop(1, #1e42f7) );
	background:-moz-linear-gradient( center top, #236bfb 40%, #1e42f7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#236bfb', endColorstr='#1e42f7');
	background-color:#236bfb;*/
	background-image:url(../twentythirteen-child/images/blue-gradient.png);
	background-repeat:repeat-x;
	background-size:2px 100%;
	text-indent:0;
	border:2px solid #1c56cb;
	border-radius:0px;
	display:inline-block;
	color:#ffffff;
	text-transform:uppercase;
	line-height:40px;
	text-decoration:none;
	text-align:center;
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, .button:hover {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.4, #236bfb), color-stop(1, #062ef7) );
	background:-moz-linear-gradient( center top, #236bfb 40%, #062ef7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#236bfb', endColorstr='#062ef7');
	background-color:#062ef7;*/
	background-image:url(../twentythirteen-child/images/blue-gradient-hover.png);
	background-repeat:repeat-x;
	background-size:2px 100%;

	border: 2px solid #1747a6;
}
.button:active {
	position:relative;
	top:1px;
}

div.wpcf7-validation-errors {
	border: 2px solid #f00;
}
div.wpcf7-response-output {
	margin: 0;
	max-width: 50%;
}
input, textarea {
	border: 2px solid #236bfb;
}
input: focus, textarea:focus {
	border: 2px solid #cccccc;
}
input[type="submit"], input[type="submit"]:active {
	padding: 0px 20px;
}

/*----------------------Buy Tickets Widget------------------*/
.ticket-container {
	position:absolute;
	bottom:0;
	width:25%;
	margin-bottom: -1px;
	z-index:4;
}
.mapticket {
	right:0;
}
.regulartic {
	left:0;
}

.google {
	right:0;
}

.greenbuytic {
	width:100%;
	background-image:url(../twentythirteen-child/images/green-gradient.png);
	background-repeat:repeat-x;
	background-size:2px 100%;
	border:2px solid #197b30;
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.7em;
	font-weight:lighter;
	padding: 2% 0;
	text-align: center;
}
.greenbuytic:hover {
	border:2px solid #146126;
	background-image:url(../twentythirteen-child/images/green-gradient-hover.png);
	background-repeat:repeat-x;
	background-size:2px 100%;
	text-decoration:none;
	cursor:pointer;
}

.ticket-container a:hover {
	text-decoration:none;
}

.gmap {
	margin:.4em .4em .5em .2em;;
	width:46.5%;
	float:left;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.75);
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1em;
	font-weight:lighter;
	padding:.4em;
	position:relative;
}
.gmap img {
	width:20%;
}
.gmap .whole-link, .rmap .whole-link, .directionb .whole-link, .maplink .whole-link {
	position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: -9999px;
    z-index: 900;
}
.rmap {
	margin:.4em .2em .5em .4em;;
	width:46.5%;
	float:left;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.75);
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1em;
	font-weight:lighter;
	padding:.4em;
	position:relative;
}
.rmap img {
	width:28%;
}



/*----------------------NAVIGATION------------------*/

.site-header {
	position: fixed;
	width:100%;
	max-width:1400px;
	z-index:99;
}

#logo {
	position:fixed;
	top:0;
	z-index:896;
	width: 16%;
	height: auto;
}

.navbar {
	background-color: transparent;
	color:#FFF;
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
}
.main-navigation {
	max-width: 1400px;
}
#navigationtrig {
	float:right;
	position:relative;
	width: 25px;
}
#navtriangle {
	border-bottom:45px solid rgba(0, 0, 0, .85);
	border-left:25px solid transparent;
	position:absolute;
	z-index:700;
}
#navtrig {
	border-bottom:45px solid transparent;
	border-left:25px solid transparent;
	position:absolute;
	z-index:701;
}

ul.nav-menu {
	float:right;
	position: relative;
	background-color: rgba(0, 0, 0, .85);
	padding:0;
	text-transform: uppercase;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size:0;
}
.nav-menu li {
	border-right: 1px #3c3f3c dashed;
}
.nav-menu li a {
	color: #FFF;
}

.nav-menu li ul li{
	border-right:none;
}

li#menu-item-935 a {
	padding-left:10px;
}
 

/*ul.nav-menu li:hover >*/

.nav-menu .current_page_item > a, .nav-menu .current-menu-ancestor > a, .nav-menu .current-menu-item > a {
	color: #FFF;
	font-weight: bolder;
	font-style: inherit;
}
.nav-menu li:hover > a, .nav-menu li a:hover {
	background-color:rgba(35, 107, 251, 0.85);
}
.nav-menu .sub-menu, .nav-menu .children {
	background-color:transparent;
	border: none;
	left:0;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
	background-color: #0421aa;
}
ul.nav-menu ul a {
	width: 184px;
}
ul.nav-menu ul li {
	border-bottom: 1px #959595 dashed;
	background-color:rgba(28, 86, 203, 0.9);
}

li#menu-item-357, li#menu-item-358, li#menu-item-359 {margin-left:-25px;}

/*----------------------FOOTER------------------*/

#newsletter {
	float:left;
	width:40%;
}	

#newsletter .button {
	
}

#sitemap {
	float:left;
	text-align:left;
	font-size:12px;
	margin:.8em 0;
}

#social {
	float:right;
	text-align:right;
	margin-top: 2.25em;
	width:36%; 
}
.social-icon {
	width:10%;
	height:auto;
	margin-left:1em;
}
#rights {
	float: right;
	font-size:9px;
	text-align:right;
	margin-top: 1em;
	padding-bottom:2em;
}



/* ------------------------------MY STILES---------------------------------------------- */

.clr {
	clear:both;
}

.header-image {
	position:relative;
}

.copy {
	max-width: 100%;
	margin: 0 auto;
	padding: 3%;
	margin-top:2%;
	/* background-image: url(../twentythirteen/images/white-stripe.png); */
	background-color:#f5f5f5;
	border:3px solid #236bfb;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

/*.copy ul {
	width:60%;
}*/

.copy img {
	border:1px solid #236bfb;
	padding:0;
}

.copy img.alignleft {
		margin-right: 15px;
}	

#caninewrap {
	text-align:center;
}
.canine {
	width:22%;
	vertical-align: top;
    display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	text-align:center;
}
.dog-descrp {
	text-align:center;
	padding:.3em;
	background-color:#fff;
	border:1px solid #236bfb;
	width:200px;
	margin:0 auto;
}

/*----------------------Homepage------------------*/
#hp-content {
	width:100%;
	margin:0 auto;
}
#whatis {
	margin-top:2%;
	margin-right:2%;
	width:32%;
	background:#fff;
	float:left;
	/* background-image: url(../twentythirteen/images/white-stripe.png); */
	background-color:#f5f5f5;
	background-repeat:repeat;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	font-family: 'Roboto Condensed', sans-serif;
	position:relative;
	overflow:hidden;
	min-height:377px;
}
#whatheader {
	width:100%;
	padding:1em;
	/* background: url(../twentythirteen/images/black-stripe.png); */
	background-color:#000000;
	background-repeat:repeat;
	color:#fff;
	text-transform:uppercase;
	font-weight:lighter;
	text-align:center;
	line-height: 1;
}
.wht {
	font-size:2.2em;
}
.whb {
	font-size:2em;
}
#whatcopy {
	color:#236bfb;
	padding:2em 2em 2em 2em;
	text-align:justify;
	font-size:1em;
}
.learn-morew {
	position:absolute;
	bottom: 0;
	right: -100px;
	transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
  	-moz-transition: all 0.6s ease;
  	-o-transition: all 0.6s ease;
}
.lmwcopy {
	float:left;
	background-color:#236bfb;
	padding: 0 .4em 0 .8em;
	color: #FFF;
	font-family: 'Quattrocento Sans', sans-serif;
}
.lm {
	font-size:1.5em; 
	line-height:1.4em;
}
#whatis:hover .learn-morew {
	right:0;
}
	
#explorestrip {
	margin-top:2%;
	width:32%;
	float:left;
	border:2px solid #707070;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	position:relative;
	overflow:hidden;
	min-height:377px;
}
#explorebg{
	position:absolute;
	z-index: 9;
	bottom: 0;
}
#explorecontent {
	position:absolute;
	z-index:10;
	width:100%;
	padding-top: 1em;
}
#exploreheader {
	position:relative;
	color:#fff;
	text-transform:uppercase;
	font-weight:lighter;
	text-align:center;
	font-size:2em;
	width:80%;
	margin: 0 auto;
	padding-bottom:.1em;
}
#explorebutton {
	background-image:url(../twentythirteen-child/images/green-gradient.png);
	background-repeat:repeat-x;
	background-size:2px 120%;
	border:2px solid #197b30;
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.4em;
	font-weight:lighter;
	padding: .1em 0;
	text-align: center;
	position:relative;
	width:68%;
	margin: 0 auto;
}
#explorebutton a {
	color:#fff;
	text-decoration:none;
}
#explorecontent a:hover { text-decoration:none; }
#explorebutton:hover {
	border:2px solid #146126;
	background-image:url(../twentythirteen-child/images/green-gradient-hover.png);
	background-repeat:repeat-x;
	background-size:2px 130%;
}

#socialfeed {
	margin-top:2%;
	margin-left:2%;
	width:32%;
	background:#fff;
	float:left;
	/*background:url(../twentythirteen/images/white-stripe.png);*/
	background-color:#f5f5f5;
	background-repeat:repeat;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	min-height:377px;
}
.sht {
	font-size:1.1em;
}
.shb {
	font-size:2.3em;
	font-style:italic;
	text-transform:capitalize;
}
.shl {
	display:inline-block; 
	vertical-align:top;
}
.shr {
	display:inline-block; 
	padding-left:.9em; 
	vertical-align:top; 
	width:20%;
}
.shr img { width:100%;}
#instagram-feed {
	width:100%;
	padding:2em 1em;
}
.marticles {
	padding:0 1em; 
	float:right; 
	/*margin-bottom:2%;----------------------------*/
}
.marticles a {
	text-decoration:none;
	color:#FFF;
}
.marticles a:hover {
	text-decoration:none;
	color:#FFF;
}

.copy .marticles {
	float:none;
}

/*----------------------Basic Pages--------------------*/
#social2 {
	float:none;
	width:60%;
}

/*----------------------Station Guide------------------*/
#station-container {
	padding-top: 5%;
	max-width:100%;
	margin:0 auto;
}
.station-guide {
	width:23%;
	height: auto;
	margin-left: 2.6%;
	margin-bottom:2.5%;
	float:left;
	position:relative;
	overflow:hidden;
}
.no-Lmargin {
	margin-left:0px;
}
.station-header {
	background-color:#236bfb;
	color:#FFF;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size:1em;
	padding:0.5em;
	line-height:1;
	text-transform:uppercase;
	float:left;
}
.wn-header {
	background-color:#FFF;
	color:#236bfb;
	float:right;
}
.sg-triag {
	float:left;
	border-bottom:2em solid #236bfb;
	border-right:1em solid transparent;
}
.wn-triag {
	float:right;
	border-bottom:2em solid #FFF;
	border-left:1em solid transparent;
}
.stationimage img {
	border:1px solid #236bfb;
	width:100%; 
}
.wnimage img {
	border:1px solid #FFF;
	width:100%; 
}
.learn-more {
	position:absolute;
	bottom: 0;
	right: -80px;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
  	-moz-transition:    all 0.6s ease;
  	-o-transition:      all 0.6s ease;
}
.station-guide:hover .learn-more {
	right:0;
}
.lmtriag {
	float:left;
	border-bottom:1.85em solid #FFF;
	border-left:1em solid transparent;
}
.station-guide:hover .lmtriag {
	float:left;
	border-bottom:1.85em solid #236bfb;
	border-left:1em solid transparent;
}
.lmcopy {
	float:left;
	background-color:#FFF;
	background-image: url(../twentythirteen-child/images/microb.png);
	background-repeat:no-repeat;
	background-position: 1%;
	background-size:18%;
	padding: .4em .3em .4em 2em;
	color: #236bfb;
	font-size:.8em;
	font-family: 'Quattrocento Sans', sans-serif;
}
.station-guide:hover .lmcopy {
	float:left;
	background-color:#236bfb;
	background-image: url(../twentythirteen-child/images/microw.png);
	background-repeat:no-repeat;
	background-position: 1%;
	background-size:18%;
	color: #FFF;
}
/*----------------------Route Map------------------*/
.maplink {
	position:absolute;
	right:0;
	top: 60%;
	background-color: rgba(0, 0, 0, 0.75);
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.7em;
	font-weight:lighter;
	padding: 1% .5% 1% 1.4%;
}
.route {
	padding: 1% 0 1% 1.4%;
	width: 16%;
	top: 20%;
}
.maplink img {
	width:20%;
}
.page-id-106 a:hover, .page-id-36 a:hover {
	text-decoration:none;
}
#mapfunctions {
	position:absolute;
	left:0;
	top: 20%;
}
#printmap {
	position:relative;
	width:46px;
	height:46px;
	border:3px solid #236bfb;
	color:#FFF;
	margin-bottom:5px;
	background-image:url(../twentythirteen-child/images/blue-gradient.png);
	background-repeat:repeat-x;
	background-size:2px 100%;
	overflow:hidden;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
  	-moz-transition:    all 0.6s ease;
  	-o-transition:      all 0.6s ease;
	font-family: 'Quattrocento Sans', sans-serif;
}
#printmap:hover {
	width:136px;
	height:46px;
	background-image:url(../twentythirteen-child/images/blue-gradient-hover.png);
	background-repeat:repeat-x;
	background-size:2px 100%;
}
.mficon {display:inline-block; width:40px;}
.mfcopy {display:inline-block; padding: .5em .3em 0 .1em;}
#dlmap {
	position:relative;
	width:46px;
	height:46px;
	border:3px solid #236bfb;
	color:#FFF;
	margin-bottom:5px;
	background-image:url(../twentythirteen-child/images/blue-gradient.png);
	background-repeat:repeat-x;
	background-size:2px 100%;
	overflow:hidden;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
  	-moz-transition:    all 0.6s ease;
  	-o-transition:      all 0.6s ease;
	font-family: 'Quattrocento Sans', sans-serif;
}
#dlmap:hover {
	width:186px;
	height:46px;
	background-image:url(../twentythirteen-child/images/blue-gradient-hover.png);
	background-repeat:repeat-x;
	background-size:2px 100%;
}
#emailmap {
	position:relative;
	width:46px;
	height:46px;
	border:3px solid #236bfb;
	color:#FFF;
	margin-bottom:5px;
	background-image:url(../twentythirteen-child/images/blue-gradient.png);
	background-repeat:repeat-x;
	background-size:2px 100%;
	overflow:hidden;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
  	-moz-transition:    all 0.6s ease;
  	-o-transition:      all 0.6s ease;
	font-family: 'Quattrocento Sans', sans-serif;
}
#emailmap:hover {
	width:136px;
	height:46px;
	background-image:url(../twentythirteen-child/images/blue-gradient-hover.png);
	background-repeat:repeat-x;
	background-size:2px 100%;
}
#mapfunctions a { color:#FFF;}
/*----------------------Google Map------------------*/
#gdirections-container {
	background-color: rgba(255, 255, 255, 0.75);
position: absolute;
z-index: 1;
width: 30%;
bottom: 0;
max-height: 75%;
overflow-y: auto;
border: 15px solid rgba(255, 255, 255, 0.15);
}

#directions {
	
}
#map-canvas {
	height: 100%;
	padding-top:50%;
}
.page-id-479 #directions input {
	padding: 1em 2em;
	margin-bottom:1em;
	width: 100%;
}
.page-id-479 #directions input[type="submit"], .page-id-479 #directions input[type="submit"]:active {padding:.5em 2em;}
.adp-warnbox {
	display: none;
}
.adp-agencies {
	display: none;
}
/*----------------------Getting To------------------*/
.gt {
	background-image: url(../twentythirteen-child/images/gettingto-bg.jpg);
	background-size: 1400px auto;
	background-repeat:no-repeat;
	min-height:700px;
} 
#gettingto {
	margin-left:30%;
	margin-top:10%;
}

.stationddm {
	height:auto;
	background:#FFF;
	border: 2px solid #236bfb;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	position:absolute;
	z-index:1;
}
.stationddm ul {
	position:relative;
	margin:0;
	padding:0;
}
.stationddm ul li {position:relative;list-style:none;cursor:pointer;}
.stationddm ul li ul {
	position:relative;
	left:0;
	right:0;
	z-index: 10;
}
.stationddm ul .clicker {
	position:relative;
	font-size: 1.3em;
	font-family: 'Roboto Condensed', sans-serif;
	color: #236bfb;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
.stationddm ul .clicker:hover,.click-nav ul .active {background:#d9d9d9;}
.stationddm img {
	width: 10%;
	margin-top: -4px;
}
.stationddm ul li a {
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	display:block;
	padding:3% 4%;
	background:#FFF;
	text-decoration:none;
	color:#236bfb;
}
.stationddm ul li a:hover {background:#F2F2F2; color:#236bfb;}

/* Fallbacks */
.stationddm .no-js ul {display:none;}
.stationddm .no-js:hover ul {display:block;}

/*Category Dropdown */
.categorydd {
	height:auto;
	background:#FFF;
	border: 2px solid #236bfb;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	position:absolute;
	z-index:1;
	width:inherit;
}
.categorydd ul {
	position:relative;
	margin:0;
	padding:0;
}
.categorydd ul li {position:relative;list-style:none;cursor:pointer;}
.categorydd ul li ul {
	position:relative;
	left:0;
	right:0;
	z-index: 10;
}
.categorydd ul .clicker {
	position:relative;
	font-size: 1.3em;
	font-family: 'Roboto Condensed', sans-serif;
	color: #236bfb;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
.categorydd ul .clicker:hover,.click-nav ul .active {background:#d9d9d9;}
.categorydd img {
	width: 10%;
	margin-top: -4px;
}
.categorydd ul li a {
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	display:block;
	padding:3% 4%;
	background:#FFF;
	text-decoration:none;
	color:#236bfb;
}
.categorydd ul li a:hover {background:#F2F2F2; color:#236bfb;}

/* Fallbacks */
.categorydd .no-js ul {display:none;}
.stationddm .no-js:hover ul {display:block;}


#direction-container {
	width:45%;
	position: absolute;
	margin-top:4.5em;
	padding: 3%;
	/* background-image: url(../twentythirteen/images/white-stripe.png); */	
	background-color:#f5f5f5;
	background-repeat:repeat;
	border:3px solid #236bfb;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	overflow-y: auto;
	max-height: 400px;
}
ol.directions {
	padding:0 0 0 20px;	
}
.directions li {
	font-family: 'Roboto Condensed', sans-serif;
	/*text-align:justify;*/
}
.directionb {
	line-height: 30px;
	padding: 0 3%;
	display: inline-block;
	position:relative;
}
/*----------------------Individ Station Page------------------*/
.timeline {
	width:1400px;
	max-width:100%;
	margin: 0 auto;
	color:#fff;
	overflow-x:auto;
	position:relative;
}

.timeline-container {
	background-color:#242424;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.timeline-header {
	width:40%;
	margin:0 auto;
	background-color:#236bfb;
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.4em;
	text-align:center;
	text-transform:uppercase;
	margin-top:1em;
}

.timeline table {margin-bottom:10px;}

.stops-container {
	width:1400px;	
}

.stop {
	overflow:hidden;
	height:140px;
}

.timeline table {
	border:none;
	text-align:center;
}

.timeline td {
	vertical-align:top;
	border:none;
	padding:0;
	text-align:center;
}

.name {
	margin-top:20px;
}

.stop img{
	width:100%;
	position:relative;
}

.time {
	display:none;
}

.station:hover .stop img {
	position:relative;
	top:-118px;
}

.station:hover .time {
	display:table-cell;
}

.yah .stop img{
	position:relative;
	top:-235px;
}

.yah:hover .stop img {
	position:relative;
	top:-235px;
}

.yah .time {
    display:table-cell;
}
.station:hover .name { color:#236bfb;}


#featartheader {
	width:100%;
	margin:0 auto;
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.4em;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	margin-top: 2%;
	margin-bottom: 2%;
}
.divider {
	border-top:1px solid #fff;
	width:15%;
	display:inline-block;
	vertical-align:middle;
	padding-bottom:.1em;
}
.horizontal {
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	display: inline-block;
	vertical-align:top;
	position: relative;
	overflow: hidden;
	margin: 0;
	width:48%;
	margin-bottom: 2%;
}
.vertical {
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	display: inline-block;
	vertical-align:top;
	position: relative;
	overflow: hidden;
	margin: 0;
	width:24.5%;
	height:0;
	padding-bottom:31%;
	margin-bottom:2%
}
.middle {
	margin-right:1.1em;
}

.horiz-post {
	overflow:hidden;
}
.vert-post {
	overflow:hidden;
}
.vertical .categoryPostsThumb img {
	max-width:none;
	position: relative;
	right:50%;
}
.postTitle {
	position:absolute;
	bottom:0;
	width:100%;
	background-color:rgba(255, 255, 255, 0.85);
}
.postTitle-copy {
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	padding:.5em;
	display:inline-block;
	vertical-align:top;
}
.horizontal .postTitle-copy {
	font-size:1.3em;
	width:85.5%;
}
.vertical .postTitle-copy {
	font-size:1em;
	width:71.5%;
	padding: .5em .5em .5em .2em;
}
.horizontal:hover .postTitle, .vertical:hover .postTitle {
	background-color:rgba(35, 107, 251, 0.85); 
}
.horizontal:hover .postTitle-copy, .vertical:hover .postTitle-copy {
	color:#fff;
}
.postTitle-icon {
	display:inline-block;
	vertical-align:top;
}
.vertical .postTitle-icon {
	width:26.5%;
	padding-bottom:24%;
}
.horizontal .postTitle-icon {
	width:13.5%;
	padding-bottom:12%;
}
.postTitle-icon img {
	width:100%;
}
.type-page .postTitle-icon {
	background-image: url(../twentythirteen-child/images/blogicons/page.png);
	background-repeat:no-repeat;
	background-size: 84%;
	background-position:.4em .2em;
}
.horizontal:hover .type-page .postTitle-icon, .vertical:hover .type-page .postTitle-icon {
	background-image: url(../twentythirteen-child/images/blogicons/page-hover.png);
}
.category-attractions .postTitle-icon {
	background-image: url(../twentythirteen-child/images/blogicons/attractions.png);
	background-repeat:no-repeat;
	background-size: 84%;
	background-position:.4em .2em;
}
.horizontal:hover .category-attractions .postTitle-icon, .vertical:hover .category-attractions .postTitle-icon {
	background-image: url(../twentythirteen-child/images/blogicons/attractions-hover.png);
}
.category-dining .postTitle-icon {
	background-image: url(../twentythirteen-child/images/blogicons/dining.png);
	background-repeat:no-repeat;
	background-size: 84%;
	background-position:.4em .2em;
}
.horizontal:hover .category-dining .postTitle-icon, .vertical:hover .category-dining .postTitle-icon {
	background-image:url(../twentythirteen-child/images/blogicons/dinning-hover.png);
}
.category-entertainment .postTitle-icon {
	background-image: url(../twentythirteen-child/images/blogicons/entertainment.png);
	background-repeat:no-repeat;
	background-size: 84%;
	background-position:.4em .2em;
}
.horizontal:hover .category-entertainment .postTitle-icon, .vertical:hover .category-entertainment .postTitle-icon {
	background-image:url(../twentythirteen-child/images/blogicons/entertainment-hover.png);
}
.category-nightlife .postTitle-icon {
	background-image: url(../twentythirteen-child/images/blogicons/nightlife.png);
	background-repeat:no-repeat;
	background-size: 84%;
	background-position:.4em .2em;
}
.horizontal:hover .category-nightlife .postTitle-icon, .vertical:hover .category-nightlife .postTitle-icon {
	background-image:url(../twentythirteen-child/images/blogicons/nightlife-hover.png);
}
.category-shopping .postTitle-icon {
	background-image: url(../twentythirteen-child/images/blogicons/shopping.png);
	background-repeat:no-repeat;
	background-size: 84%;
	background-position:.4em .2em;
}
.horizontal:hover .category-shopping .postTitle-icon, .vertical:hover .category-shopping .postTitle-icon {
	background-image: url(../twentythirteen-child/images/blogicons/shopping-hover.png);
}



/*----------------Blog------------------*/
#bp-content {
	width:100%;
	margin:0 auto;
	margin-top:2%;
	margin-bottom:2%;
}
#blog-content {
	width:100%;
	margin:0 auto;
}
.blog-excerpt {
	padding: 1em;
	width: 70%;
	float: right;
	margin-bottom:2%;
	/*background-image: url(../twentythirteen/images/white-stripe.png);*/
	background-color:#f5f5f5;
	background-repeat: repeat;
	border: 3px solid #236bfb;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
.blogdd {
	float:left;
	margin-top: 2%;
}

.category .blogdd {
	margin-top:0;
	margin-bottom:6%;	
}

.blogddw {	width:27%; }
#blogheader {
	font-size:1.625em;
	font-family: 'Roboto Condensed', sans-serif;
	color:#FFF;
	font-weight: normal;
	text-transform:uppercase;
	padding:.3em;
	text-align:center;
	width:48%;
	margin-right:.7em;
	display:inline-block;
	vertical-align:top;
	/* background: url(../twentythirteen/images/black-stripe.png); */
	background-color:#242424;
	background-repeat:repeat;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
#blogsearch {
	display:inline-block;
	vertical-align:top;
	width:24.5%;
}
#blogsearch	input[type="search"] {
	padding:.9em;
	width:100%;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0; 
}
.loadingposts {
	position:relative;
	margin-right:1.1em;
}
.noshow{
    display: none;
}
.third {margin-right:0;}
#categorydd {
	display:inline-block;
	vertical-align:top;
	width:24.5%;
	margin-right:1.1em;
}
#categorydd select{
		border: 2px solid #236bfb;
		 -webkit-appearance:none;
		 width:100%;
		 padding:.9em;
		 border-radius:0;
		 background: url('/wp-content/themes/twentythirteen-child/images/down-trig.png') no-repeat right #fff;
		 background-position-x: 95%;
		 color: #236bfb;
	  	font-family: 'Roboto Condensed', sans-serif;
		text-transform:uppercase;
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
#categorydd select:focus {outline:none;}

.page-header, .archive-header {
	background-color: transparent;
	padding-top: 4em;
}
.single .entry-header {
	padding: 7em 0 0 0;
	max-width: 100%;
}
.single .entry-meta { max-width:100%;}
.single .entry-meta .date a:before {display:none;}
.single .categories-links a:first-child:before {display:none;}
.single .entry-meta, .single .entry-meta a { color:#e1e1e1;}
.single .entry-meta .categories-links {display:none;}
 
 .paging-navigation {
	background-color: transparent;
	padding: 1em 0;
}
.sidebar .paging-navigation .nav-links { padding: 0;}
.navigation a { color: #236bfb;}
.paging-navigation .nav-previous .meta-nav {
	margin-right: 0px;
	padding: 0;
	width: 40px;
}
.paging-navigation .nav-next .meta-nav {margin-left: 0px;}
.paging-navigation .meta-nav { background-color:transparent;color: #236bfb;}
.paging-navigation a:hover {color: #236bfb; text-decoration:underline;}
.paging-navigation a:hover .meta-nav {background-color: transparent;}

.breadcrumbs, .breadcrumbs a {color:#FFF;}

.entry-content .addthis_toolbox {margin: 2% 0 0 0;}
.entry-content .addthis_toolbox:before {
	content:"SHARE THIS: ";
	float: left;
	color: #FFF;
	font-style: italic;
	padding: .2em .6em 0 0;
	font-weight: 300;
}
.addthis_default_style .addthis_counter, .addthis_32x32_style .addthis_counter.addthis_bubble_style a.addthis_button_expanded {display:none;}
.addthis_32x32_style .addthis_counter.addthis_bubble_style {
	height:0; 
	width:0;
}

.search-no-results .blog-excerpt {width:60%;}

.shuttleinfo {
	float:left; 
	width:50%;
}

.default-featured-img {max-width:100%;}

/* --------------------- Levy Styles -------------------------------- */
.mimic-h1 {
	font-size: 1.625em;
	margin: 0 0 15px 0;
	font-family: 'Roboto Condensed', sans-serif;
	color: #236bfb;
	font-weight: normal;
	text-transform: uppercase;
}

/*--------------------------------MEDIA QUERIES----------------------*/



/*---Desktop max width 1400px-----*/
@media (max-width: 1399px) {

.copy { max-width: 95%; }

.site-info { width:95%; }

#station-container { max-width:95%; }

#hp-content, #blog-content, #bp-content { width:95%; }
#whatis { min-height:323px; }
#explorestrip { min-height:323px; }
#socialfeed { min-height:323px; }
#instagram-feed {
	padding:1em 1em;
}

#whatcopy {
	padding: 1em 1em 1em 1em;
	font-size: .9em;
}
.sht { font-size:.9em; }
.shb { font-size:1.8em; }

.timeline { max-width:95%; }

#featartheader { max-width:95%; }

.blogddw {	width:26%; }
.horizontal {width:47.75%;}
.vertical { width:24%;}
.vertical .categoryPostsThumb img {
	width:200%;
}

.single .entry-header {	max-width: 95%; }


#blogheader {
	width:47.5%;	
}

#categorydd {
	width:23%;
	margin-right:2.1em;
}

#blogsearch {
	width:24%;	
}
.entry-content .addthis_toolbox {
	margin: 2% 0 0 0;
	margin-left: auto;
	width: 95%;
	margin-right: auto;
}


}

@media (max-width: 1250px) {
.station-header { font-size:.8em; }
.sg-triag {
	border-bottom:1.65em solid #236bfb;
}
.wn-triag { border-bottom:1.65em solid #FFF; }

}

@media (max-width: 1200px) {
.wht {
	font-size: 1.8em;
}
.whb {
	font-size: 1.6em;
}

}


/*---Desktop-----*/
@media (max-width: 1275px) {
.gmap { margin: .3em .3em .3em .1em; }
.rmap { margin: .3em .1em .3em .3em; }

#exploreheader { font-size:1.5em; }
#explorebutton { font-size:1em; }
#instagram-feed {padding-top:2em;}


	
	
}

/*---Desktop-----*/
@media (max-width: 1104px) {
.wht { font-size:1.4em; }
.whb { font-size:1.3em; }
#whatis { min-height:284px; }
#whatcopy { font-size: .8em;}
#explorestrip { min-height:284px; }
#socialfeed { min-height:284px; }
.route {width:18%;}



}

/*---Desktop-----*/
@media (max-width: 1069px) {
.sidebar .site-info { padding:0; }



}

/*---Desktop-----*/
@media (max-width: 1054px) {
#social { width:50%; }
.social-icon { width:12%; }

.station-header { font-size: .7em; }
.sg-triag { border-bottom:1.4em solid #236bfb; }
.wn-triag { border-bottom:1.4em solid #FFF; }

.stationddm ul .clicker { font-size:1.1em; }

.categorydd ul .clicker { font-size:1.1em; }

.sht { font-size:.75em; }
.shb { font-size:1.5em; }
.shr {
	padding-left:.6em;
	width:17%;
}


}

/*---Desktop-----*/
@media (max-width: 1024px) {	
.rmap img {width: 26%;}
.gmap img { width: 18%;}
#whatcopy {
	padding: 1em 1em 1em 1em;
	font-size: .75em;
}
.vertical {width: 23.9%;}
.categorydd ul li a {padding: 5% 4%;}
#categorydd {
    width: 23%;
    margin-right: 1.7em;
}


}

/*---Desktop-----*/
@media (max-width: 999px) {	
#logo { width:20%; }

div.wpcf7-response-output { max-width: 70%; }

.sidebar .site-info {
	max-width:95%;
	padding:0;
}

.maplink { font-size:1.5em; }
.greenbuytic { font-size:1.5em; }

#whatis { min-height:268px; }
#explorestrip { min-height:268px; }
#socialfeed { min-height:268px; }
.wht { font-size:1.25em; }
.whb { font-size:1.1em; }
#exploreheader { font-size: 1em; }
#explorebutton { font-size:.8em; }
.sht { font-size:.7em; }
.shb { font-size:1.4em; }
.lm { line-height:1.1;}

.gmap img, .rmap img {padding-bottom: .4em;}

.vertical {width:23.5%;}
.horizontal .postTitle-copy {
	font-size:1em;
}
.vertical .postTitle-copy {
	font-size:.8em;
}

#featartheader {font-size:1.2em;}
.page-id-8 #featartheader {font-size:1.4em;}

.vertical .categoryPostsThumb img {
	width:200%;
}
.single .sidebar .site-footer {
	padding-top:2em;
}
.timeline-header {font-size:1.3em;}



}

@media (max-width: 900px) {
	.station-header {
	font-size:.55em;
}
.sg-triag { border-bottom:1.15em solid #236bfb; }
.wn-triag { border-bottom:1.15em solid #FFF; }


}


/*---iPad-----*/
@media (max-width: 768px) {
.nav-menu li a {font-size:13px;}
#navtriangle {border-bottom: 43px solid rgba(0, 0, 0, .85);}
#navtrig {border-bottom: 43px solid transparent;}

h1, .mimic-h1 {font-size: 1.4em;}

.instapress-shortcode .instapress-shortcode-image {width:22%;}
.regulartic .greenbuytic { font-size:1em; }
.ticket-container { width:30%;}
.rmap {margin:.4em .2em .4em .4em; width:47%; font-size:.9em;}
.gmap {margin:.4em .4em .4em .2em; width:47%; font-size:.9em;}
#whatis, #explorestrip, #socialfeed {
		min-height:200px;	
	}
	
	#whatheader {
		padding: .25em 1em .5em;	
		text-align:center;
	}
	
	.wht {
		font-size:1.1em;
	}
	
	.whb {
		font-size:1em;
	}
	
	#whatcopy {
		font-size: .6em;
		line-height: 1.3em;
	}
	
	#instagram-feed {
		padding: 1.2em .6em;	
	}
	
	.shl, .shr {
		vertical-align:top;
	}
	
	.shr {
		padding-left:0;
		margin-left:.3em;
		width:19%;	
	}
	
	.sht {
		font-size:.54em;
	}
	
	.shb {
		font-size:1.15em;
	}
	
	.learn-morew {
		right: -75px;	
	}
	
	.lmwcopy {
		font-size:.75em;	
	}
	
	.lm {
	font-size:1.5em; 
	}	
	
	#explorecontent {
		padding-top: .5em;	
	}


#secondary {width:47%;}
input[type="email"] {
		-webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
	border-radius: 0px;
}


.sidebar .site-info {margin-top:1.3em;}
.route {width:21%;}

#gettingto {margin-left:25%;}
.directionb {font-size:.8em;}

.blogdd {margin-top:0;}
.blogddw {width:40%;}
.blog-excerpt {width:100%; float:left; margin-top:4.5em;}
#blogheader {margin-right:2em;}
#categorydd {
	width:45%;
	margin-top: 1em;
	margin-right: 2.1em;
}
.categorydd ul li a {padding: 2.7% 4%;}
#blogsearch {margin-top:1em; width:49.5%;} 

.horizontal {width:47.5%;}
.vertical { width:23.25%; margin-bottom:1.1em;}
#map-canvas {	padding-top:80%;}
.timeline-header {font-size:1.1em;}

.marticles {margin-top:1em;}

.canine {width: 32%;}

.single .entry-header {padding-top:5em;}

#featartheader {
font-size: 1em;
}

}

/*---Andriod Landscape-----*/
@media (max-width: 643px) {

.copy { max-width: 93%; margin-top:4%; }

h1, .mimic-h1 { font-size: 1.2em; margin-bottom:10px; }
h2 {font-size:1em; margin: 0px 0 10px 0;}
h3 {font-size:1em; margin: 0 0 5px 0;}
h4 {font-size:1em;}
p {font-size:.8em; margin-bottom:15px;}
.entry-content ul { padding: 0 0 0 15px; font-size:.8em;}
.page-id-38 .entry-content ul { padding: 0;}
ol.directions {margin:4px 0 16px; font-size:.8em;}


#content .entry-content { padding:0; }

.site-header { position:absolute; }
#navtriangle { display:none; }
.menu-toggle {
	background-color: #000;
	opacity: .85;
	filter:alpha(opacity=85);  
    -moz-opacity:0.85;  
	float:right;
	font-size: 25px;
	padding: 7px 13px;	
}
.menu-toggle:after { display:none; }
#logo { width: 24%; }
.nav-menu li { border-right:none; }
li#menu-item-935 a {
	padding-left:20px;
}
.toggled-on .nav-menu li > ul a {
	color: #FFF;
}
.toggled-on .nav-menu li:hover > a, .toggled-on .nav-menu .children a {color:#FFF;} 
.toggled-on .nav-menu li a:hover, .toggled-on .nav-menu ul a:hover {
	background-color: #236bfb;
}
.nav-menu li a {
	border-right: none;
	border-bottom: 1px #959595 dashed;
}
ul.nav-menu ul li {
	border-bottom: none;
	background-color: transparent;
}
#newsletter {
	float:none;
	width:100%;
}
#newsletter img {width:100%;}

#social {
	float:none;
	text-align:center;
	margin:	5% 0;
	width:100%;
}
.social-icon {
	width:10%;
	margin: 0 .5em;
}
.site-info #secondary {width:100%; float:none; text-align:center;}
#sitemap {
	float:none;
	text-align:center;
}
#rights {
	float:none;
	text-align:center;
	line-height:2;
}
.email {padding:1.1em;}


.canine img {
	width:90%;
}
.dog-descrp {
	width:160px;
}

.no-Lmargin {
	margin-left:6.5%
}
.station-guide {
	margin-left:7%;
	width:40%;
	margin-bottom:5%;
} 
.station-header {
	font-size:.8em;
}
.sg-triag {
	border-bottom:1.65em solid #236bfb;
}
.wn-triag {
	border-bottom:1.65em solid #FFF;
}

#mapfunctions {
	position:relative;
	height: 46px
}
#printmap {
	display:none;
}
#dlmap {
	position:relative;
	margin:0 1.5% 3% 3%;
	width:52%;
	float:left;
	text-align:center;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
#emailmap {
	position:relative;
	margin:0 3% 3% 1.5%;
	width:39%;
	float:left;
	text-align:center;
	transition:none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
#dlmap:hover { 
	width:52%; 
}
#emailmap:hover { 
	width:39%; 
}

.maplink {
	position:relative;	
	font-size:1.3em;
	padding:2%;
	margin:0 auto;
	text-align:center;
	width:95%;
	margin-top:3%;
	margin-bottom:3%;
}
.route {padding: 3.4%;}
.maplink img {
	width:10%;
}
#gdirections-container {
	position:relative;
	width:95%;
	margin:0 auto;
	margin-top:3%;
}
.greenbuytic {
	margin:0 auto;
	width: 93%;
	margin-top:.8em;}
.ticket-container {position: relative; width: 100%; }
.rmap {
	margin:.8em .2em 0em 1.5em;
	width:44.5%; 
	float: none;
	display: inline-block;
}
.gmap {
	margin:.8em 1.5em 0em .2em;
	width:44.5%;
	float: none;
	display: inline-block;
}

.page-id-38 .entry-content {min-height:600px;}
#gettingto {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	margin-bottom:5%;
}
.stationddm {
	width:100%;
	position:relative;
}

.categorydd {
	width:100%;
	position:relative;
}

#direction-container {
	width:100%;
	position:relative;
	margin-top:2em;
}
#whatis {
	margin-top:5%;
	margin-right:0;
	width:100%;
	float:none;
	min-height:218px;
}
.wht { font-size:1.8em; }
.whb { font-size:1.6em; }
#whatcopy {font-size:.8em;}


#explorestrip {
	margin-top:5%;
	width:100%;
	float:none;
}
#exploreheader { font-size:2em; }
#explorebutton { font-size:1.4em; }
#explorebg img {width: 134%; margin-bottom: -25%; }

#socialfeed {
	margin-top:5%;
	margin-left:0;
	width:100%;
	float:none;
	min-height:240px;
}
.shl {vertical-align:middle;}
.shr {
	vertical-align:middle;
	padding-left:.9em;
	width:20%;
}
.sht {
	font-size:1.1em;
}
.shb {
	font-size:2.3em;
}

.page-id-8 #featartheader {
	font-size:1em;
	margin-top:4%;
	margin-bottom:4%
}

#featartheader {
	font-size:.8em;
	margin-top:4%;
	margin-bottom:4%;
}
#hp-content, #blog-content, #bp-content {width:93%;}
.middle {
	margin-right:3.5% !important;
}
.horizontal {
	width:100%;
	margin-bottom:1.1em;
	margin-right:0;
}
.vertical { 
	width:46%;
	padding-bottom: 65%;
	margin-bottom:1.1em;
}
.vertical .categoryPostsThumb img {
	width:210%;
}
.single .entry-header {padding: 5em 0 0 0; margin-bottom:10px;}
.single #content .entry-header {padding-left:0; padding-right:0;}

.blogdd {
	float:none;
	width:50%;
	margin:0 auto;
}
.blog-excerpt {float:none; width:100%; margin-top:4%; }
#blogheader {width:100%; margin-top:2%;}
#categorydd, #blogsearch {width:46.9%; margin-top:4%;}
.categorydd ul li a {padding: 4% 4%;}
.martiles {margin:2% 0;}
.timeline {margin-top:0;}

.timeline-header {width:50%;}
.time {	display:table-cell;}

.mobile {margin-right:0;} 
 
.shuttleinfo {width:100%;}
#social2 {width:100%;}

.entry-content .addthis_toolbox {margin-top: 5%; width:85%; text-align:center;}


}

/*---iPhone-----*/
@media (max-width: 380px) {
#logo {width:29%;}
.social-icon {
	width:12%;
	margin: 0 .3em;
	line-height: 0;
}
.site-info input[type="submit"] {line-height:31px;}
.email {padding:.75em;}


.dog-descrp {
	width:85px;
	font-size:.6em;
}

.shl {vertical-align:top;}
.shr {
	padding-left:.6em;
	width:17%;
	vertical-align:top;
}
.sht {
	font-size:.75em;
}
.shb {
	font-size:1.5em;
}
#exploreheader { font-size:1.5em; padding-bottom:0;}
#explorebutton { font-size:1em;}
#explorebg img {width: 100%; margin-bottom: 0; }
.instapress-shortcode .instapress-shortcode-image {width:21.5%; margin: .34em;}

.vertical {width:46.8%;}
.vertical .postTitle-copy {
	width:70.5%;
}

#whatcopy {padding-bottom: 2.5em;}
#bp-content {margin-top:0; margin-bottom:0;}
.blogdd {	width:100%; 	margin-top:5%;}
#blogheader {width:100%; margin: 0 auto; margin-top:3%;}
#categorydd, #blogsearch {width:100%; margin: 0 auto; margin-top:6%;}
#blogsearch {margin-bottom:6%;}

.station-header {font-size:.46em;}
.sg-triag {
	border-bottom:.85em solid #236bfb;
	border-right:.5em solid transparent;
}
.wn-triag {
	border-bottom:.85em solid #FFF;
	border-right:.5em solid transparent;
}


.learn-more {right: -62px;}
.lmcopy {font-size:.6em;}
.lmtriag {border-bottom:1.35em solid #FFF;}
.station-guide:hover .lmtriag {border-bottom:1.4em solid #236bfb;}

.timeline-container {margin-bottom:5%;}
.divider {width:10%;}
#featartheader {font-size:.6em;}

.mfcopy {font-size:.8em;}

.page-id-26 .divider, .page-id-28 .divider {width:5%;}

.page-id-479 input {padding: .5em 1.8em;}
.page-id-479 .site-info input[type="submit"] {line-height:20px;}
.page-id-479 input[type="email"] { padding:.8em 1.8em;}

#gettingto {
	margin-top:20%;
}
.directionb {font-size:.6em;}

.greenbuytic {margin-top:.5em;}
.rmap {
	margin:.8em .4em 0em .8em; 
}
.gmap {
	margin:.8em .8em 0em .4em; 
}


/* Timeline Styles */
.timeline-header {font-size:.8em; width:70%;}

.stops-container {
	width:700px;	
}

.timeline .name {
	margin-top:10px;
	font-size: 8px;
}

.station:hover .stop img {
	position:relative;
	top:-59px;
}

.timeline .stop {
	height:71px;	
}

.yah .stop img{
	position:relative;
	top:-118px;
}

.yah:hover .stop img {
	position:relative;
	top:-118px;
}
