/*
Theme Name: BostonDuckTours Mobile
Author: Joe Caiani
Version: 1.0
*/
*{max-height:10000px;}
body {
	margin:0;
	color:#333;
	font:13px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	background: #1dc1fc;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
}
img {
	border-style:none;
	vertical-align:top;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover {text-decoration:underline;}
a:active {background-color: transparent;}
header, footer, article, section, hgroup, nav, figure { display: block; }
figure {
margin:0;
padding:0;
}
h1{
	font:21px/24px 'Crete Round', Arial, Helvetica, sans-serif;
	margin:0;
}
h2{
	font:18px/20px 'Crete Round', Arial, Helvetica, sans-serif;
	margin:0 0 9px;
	color:#b9529f;
}
p{margin:0 0 11px;}
strong{font-weight:700;}
ol {
    margin:0;
    padding:0;
    overflow:hidden;
    counter-reset: item;
}
ol li {
	position:relative;
	padding:0 0 2px 23px;
}
ol li:before {
	position:absolute;
	top:0;
	left:0;
	content: counters(item, ".") ".";
	counter-increment: item;
}
.page{
	width:320px;
	min-height:403px;
	margin:0 auto;
	background: #9feaff;
	background: -moz-linear-gradient(top,  #9feaff 0%, #92e6ff 14%, #82e1fe 27%, #31c7fc 79%, #1dc1fc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9feaff), color-stop(14%,#92e6ff), color-stop(27%,#82e1fe), color-stop(79%,#31c7fc), color-stop(100%,#1dc1fc));
	background: -webkit-linear-gradient(top,  #9feaff 0%,#92e6ff 14%,#82e1fe 27%,#31c7fc 79%,#1dc1fc 100%);
	background: -o-linear-gradient(top,  #9feaff 0%,#92e6ff 14%,#82e1fe 27%,#31c7fc 79%,#1dc1fc 100%);
	background: -ms-linear-gradient(top,  #9feaff 0%,#92e6ff 14%,#82e1fe 27%,#31c7fc 79%,#1dc1fc 100%);
	background: linear-gradient(to bottom,  #9feaff 0%,#92e6ff 14%,#82e1fe 27%,#31c7fc 79%,#1dc1fc 100%);
	-webkit-text-size-adjust:100%;
}
.wrapper{
	position:relative;
	min-height:404px;
	z-index:1;
}
.wrapper:after{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:320px;
	height:404px;
	background:url(images/sprite-decorations.png) no-repeat 0 -343px;
	z-index:-1;
}
#header{
	position:relative;
	padding:7px 0 16px 4px;
}
.logo{
	display:block;
	width:99px;
	height:77px;
	background-image:url(images/logo.png);
	background-size:100% 100%;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto 7px;
}
.home #header{padding:21px 0 10px;}
.home .logo{
	width:143px;
	height:111px;
}
.logo a{
	display:block;
	height:100%;
}
.slogan{
	display:block;
	text-align:center;
	font:19px/21px 'Crete Round', Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 0 11px;
}
.cloud,
.cloud2,
.cloud3{
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/sprite-decorations.png) no-repeat 0 0;
	width:106px;
	height:54px;
	top:0;
	z-index:-1;
}
.cloud{right:0;}
.cloud2{
	width:74px;
	height:77px;
	background-position:-116px 0;
	top:80px;
	left:7px;
}
.cloud3{
	width:91px;
	height:58px;
	background-position:0 -69px;
	right:0;
}
#nav{
	width:298px;
	margin:0 auto;
	padding:0 0 9px 4px;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	height:53px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	font:24px/28px 'Crete Round', Arial, Helvetica, sans-serif;
	text-shadow:0 2px 1px rgba(225, 75, 10, 0.9);
	background:url(images/bg-nav.png) no-repeat;
	padding:9px 15px;
	margin:0 0 -2px;
}
#nav a{
	color:#fff;
	outline:none;
}
.help-box{
	min-width:70px;
	max-width:90px;
	position:absolute;
	top:2px;
	right:4px;
	color:#3a3a3a;
	text-align:center;
}
.help-box .ttl{
	font:400 italic 10px/14px 'Crete Round', Arial, Helvetica, sans-serif;
	margin:0 0 -4px;
}
.help-box .ttl,
.help-box .txt{display:block;}
.help-box .txt{
	font:400 13px/16px 'Crete Round', Arial, Helvetica, sans-serif;
}
.help-box .txt a{color:#48cdea;}
.nav-link{
	position:absolute;
	top:9px;
	left:10px;
	text-indent:-9999px;
	overflow:hidden;
	width:31px;
	height:32px;
	background:url(images/sprite-icons.png) no-repeat;
}
#main{
	width:302px;
	position:relative;
	z-index:2;
	margin:0 auto 22px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background:#fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	padding:10px;
}
#main a{color:#1dc1fc;}
#main h1{
	width:320px;
	height:51px;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:6px 25px;
	background:url(images/sprite-decorations.png) no-repeat 0 -286px;
	color:#fff;
	text-shadow:0 3px 1px rgba(219, 64, 7, 0.9);
	position:absolute;
	top:-21px;
	left:-9px;
	z-index:2;
}
.flags{
	position:center;
	margin:22px;
	padding:10px;
}
.info-containers{
	width:100%;
	padding:24px 0 0;
	margin:0 0 -26px;
}
.info-containers .container{
	width:100%;
	padding:0 0 26px;
}
.info-containers h2{
	text-align:center;
	margin:0 0 7px;
}
.info-containers .placeholder{
	border:1px solid #f1e6ae;
	margin:0 0 5px;
}
.info-containers .placeholder .frame{
	width:100%;
	overflow:hidden;
	position:relative;
}
.info-containers .placeholder .bar{
	height:39px;
	overflow:hidden;
	background:url(images/sprite-decorations.png) no-repeat 0 -807px;
}
.info-containers .placeholder .bar .ttl{
	float:left;
	width:110px;
	text-align:center;
	color:#2b2c2d;
	font-weight:700;
	padding:10px 3px;
}
.info-containers .placeholder .bar ul{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.info-containers .placeholder .bar ul li{
	position:relative;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	padding-left:2px;
	width:51px;
	height:39px;
}
.info-containers .placeholder .bar ul a{
	position:absolute;
	width:30px;
	height:30px;
	outline:none;
	top:4px;
	left:12px;
}
.info-containers .placeholder .bar ul li.automobile a{left:13px;}
.info-containers .placeholder .bar ul li.bus a{left:17px;}
.info-containers .placeholder .bar ul li.walk a{left:16px;}
.btn-row{
	width:100%;
	text-align:center;
	padding:0 0 5px;
}
#main .button,
.button{
	min-width:140px;
	position:relative;
	padding:3px 22px 5px 8px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font:18px/22px 'Crete Round', Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:0 3px 1px rgba(219, 64, 7, 0.9);
	background: #ff9b52;
	background: -moz-linear-gradient(top,  #ff9b52 0%, #ff9244 23%, #ff7115 77%, #ff6807 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9b52), color-stop(23%,#ff9244), color-stop(77%,#ff7115), color-stop(100%,#ff6807));
	background: -webkit-linear-gradient(top,  #ff9b52 0%,#ff9244 23%,#ff7115 77%,#ff6807 100%);
	background: -o-linear-gradient(top,  #ff9b52 0%,#ff9244 23%,#ff7115 77%,#ff6807 100%);
	background: -ms-linear-gradient(top,  #ff9b52 0%,#ff9244 23%,#ff7115 77%,#ff6807 100%);
	background: linear-gradient(to bottom,  #ff9b52 0%,#ff9244 23%,#ff7115 77%,#ff6807 100%);
	border:2px solid #ff8323;
	border-bottom-color:#ff6d06;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 3px 2px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.5);
}
.button:after{
	position:absolute;
	width:9px;
	height:15px;
	content:"";
	background:url(images/sprite-icons.png) no-repeat -92px -22px;
	top:9px;
	right:8px;
}
.visual-block{
	width:320px;
	margin:-1px -10px 8px;
}
h2.tickets{
	text-align:center;
	padding:10px 0 20px;
	margin:0;
}
h2.tickets span{
	position:relative;
	padding:0 0 0 48px;
}
h2.tickets span:after{
	width:43px;
	height:46px;
	background:url(images/sprite-icons.png) no-repeat -43px 0;
	position:absolute;
	content:"";
	top:-6px;
	left:0;
}
.ticket-boxes{
	padding:0 0 19px;
	font-size:12px;
	line-height:13px;
}
.ticket-boxes .btn-row{padding:11px 0 0;}
.ticket-boxes .box{
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #f3e6aa;
	margin:0 0 11px;
}
.ticket-boxes .heading{
	overflow:hidden;
	padding:4px 10px;
	border-bottom:1px solid #f3e6aa;
	background: #fffdf4;
	background: -moz-linear-gradient(top,  #fffdf4 0%, #fef9df 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffdf4), color-stop(100%,#fef9df));
	background: -webkit-linear-gradient(top,  #fffdf4 0%,#fef9df 100%);
	background: -o-linear-gradient(top,  #fffdf4 0%,#fef9df 100%);
	background: -ms-linear-gradient(top,  #fffdf4 0%,#fef9df 100%);
	background: linear-gradient(to bottom,  #fffdf4 0%,#fef9df 100%);
}
.ticket-boxes .prices{
	background: #fffdf4;
	background: -moz-linear-gradient(top,  #fffdf4 0%, #fffced 23%, #fef6d3 78%, #fef5cd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffdf4), color-stop(23%,#fffced), color-stop(78%,#fef6d3), color-stop(100%,#fef5cd));
	background: -webkit-linear-gradient(top,  #fffdf4 0%,#fffced 23%,#fef6d3 78%,#fef5cd 100%);
	background: -o-linear-gradient(top,  #fffdf4 0%,#fffced 23%,#fef6d3 78%,#fef5cd 100%);
	background: -ms-linear-gradient(top,  #fffdf4 0%,#fffced 23%,#fef6d3 78%,#fef5cd 100%);
	background: linear-gradient(to bottom,  #fffdf4 0%,#fffced 23%,#fef6d3 78%,#fef5cd 100%);
}
.ticket-boxes .visual{
	float:left;
	border:2px solid #fff;
	-webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.4);
	margin:5px 9px 0 0;
}
.ticket-boxes .text-holder{
	overflow:hidden;
	padding:2px;
}
.ticket-boxes .text-holder h3{
	font-size:18px;
	line-height:20px;
	font-weight:600;
	margin:0 0 4px;
}
.ticket-boxes .text-holder .text{
	display:block;
	font-weight:600;
	padding:0 0 1px;
}
.ticket-boxes .text-holder p{margin:0;}
.ticket-boxes .link-row{
	display:block;
	text-align:right;
	margin:-2px -3px 2px 0;
}
.prices{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:11px;
	line-height:14px;
}
.prices th,
.prices td{
	font-weight:400;
	text-align:center;
	padding:4px 3px 5px;
	border:none;
	border-left:1px solid #f9f1cc;
}
.prices .cell2{width:66px;}
.prices .cell3{width:65px;}
.prices .cell4{width:66px;}
.prices th:first-child,
.prices td:first-child{border:none;}
.prices .txt{
	display:block;
	margin:0 0 -4px;
}
.prices .txt strong{font-weight:600;}
.prices td{
	font-weight:900;
	font-size:23px;
	line-height:26px;
	padding:4px 3px 11px;
}
.prices td sup{
	font-size:12px;
	line-height:14px;
	display:inline-block;
	vertical-align:top;
	padding:3px 1px 0;
}
.text-container{
	padding:0 4px 1px;
}
.text-container h3{
	font:15px/18px 'Crete Round', Arial, Helvetica, sans-serif;
	margin:0 0 5px;
	color:#b9529f;
}
.text-container p{margin:0 0 10px;}
.text-container .item-text{
	font-size:10px;
	line-height:11px;
	color:#7e7e7e;
	padding:9px 0 1px;
}
.text-container .item-text strong{font-weight:600;}
.gallery{
	width:302px;
	position:relative;
	margin:3px -10px 11px
}
.gallery .mask{
	width:302px;
	overflow:hidden;
	position:relative;
}
.gallery .mask ul{
	width:9999px;
	overflow:hidden;
	margin:0;
	padding:0 5px;
	list-style:none;
}
.gallery .mask li{
	float:left;
	width:302px;
}
.gallery .mask li img{
	width:100%;
	height:auto;
}
.gallery .pagination{
	position:absolute;
	width:280px;
	left:22px;
	bottom:5px;
	text-align:center;
}
.gallery .pagination ul{
	display:inline-block;
	overflow:hidden;
	margin:0;
	padding:0 25px 0 0;
	list-style:none;
}
.gallery .pagination li{
	float:left;
	width:11px;
	height:10px;
	padding:4px 3px 3px;
	background:url(images/sprite-icons.png) no-repeat -92px 0;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 -3px 0 0;
}
.gallery .pagination li.active{background-position:-119px 0;}
.gallery .pagination a{
	display:block;
	height:100%;
}
.gallery .pagination a:hover{background:url(images/sprite-icons.png) no-repeat -122px -4px;}
.tour-info{padding:0 5px 16px;}
.tour-info h2{
	font-size:20px;
	line-height:22px;
	margin:0;
}
.tour-info .ttl{
	display:block;
	color:#b9529f;
	margin:0 0 -1px;
}
.two-columns{
	width:100%;
	font-size:10px;
	line-height:12px;
	padding:6px 0 0;
}
.two-columns:after{
	clear:both;
	display:block;
	content:"";
}
.two-columns .col{
	float:left;
	width:50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 0 0 30px;
}
.two-columns .col:first-child{padding:0;}
.two-columns h2{
	font-size:13px;
	line-height:18px;
	margin:0 0 3px;
}
.two-columns .txt{
	display:block;
	font-weight:600;
	margin:0 0 4px;
}
#footer{
	width:100%;
	position:relative;
	padding:127px 0 0;
	color:#b2b2ba;
	font-size:10px;
	line-height:14px;
}
#footer:after{
	position:absolute;
	content:"";
	width:320px;
	height:137px;
	background:url(images/sprite-decorations.png) no-repeat 0 -140px;
	top:-8px;
	left:0;
}
#footer .footer-holder{
	background:#000031;
	padding:13px 5px 10px;
}
#footer .footer-holder:after{
	clear:both;
	display:block;
	content:"";
}
.social-icons{
	max-width:150px;
	float:right;
	margin:4px 9px 0 0;
	padding:0;
	list-style:none;
}
.social-icons li{
	float:left;
	width:26px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	margin-left:8px;
	background:url(images/sprite-social-networks.png) no-repeat;
}
.social-icons li.facebook{background-position:0 0;}
.social-icons li.yelp{background-position:-33px 0;}
.social-icons li.twitter{background-position:-67px 0;}
.social-icons a{
	display:block;
	height:100%;
}
#footer .box{
	overflow:hidden;
	padding:7px 4px 4px;
}
#footer .link,
#footer .copy{display:block;}
#footer .link{
	font-size:18px;
	line-height:20px;
	margin:0 0 1px;
}
#footer .link a{color:#3cf;}
