@font-face {
    font-family: 'blewnormal';
    src: url('ufonts.com_blew-normal.eot');
    src: url('ufonts.com_blew-normal.eot#iefix') format('embedded-opentype'),
         url('ufonts.com_blew-normal.woff') format('woff2'),
         url('ufonts.com_blew-normal.woff') format('woff'),
         url('ufonts.com_blew-normal.ttf') format('truetype'),
         url('ufonts.com_blew-normal.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: 'blewnormal', serif;
	font-size: 40px;
    letter-spacing: -0.0125em;
	color: #bb040b;
	line-height: 45px;
	margin-bottom: 5px;
}
h2 {
	font-family: 'blewnormal', serif;
	font-size: 30px;
    letter-spacing: -0.0125em;
	line-height: 30px;
	margin-bottom: 10px;
}
p {
	margin: 0 0 1em;
}
	p.alert {
		padding-top: 1em;
		color: red;
	}
a {
	margin: 0;
	padding: 0;	
}
li {
	list-style: none;
}
.floatLeft {
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
}
.floatRight {
	float: right;
	margin-left: 30px;
	margin-bottom: 5px;
}
#contentContainer {
	font-family: 'Lora', serif;
}
#sectionHeader .name {
	position: absolute;
	
	font-family: 'Lora', serif;
	font-size: 40px;
	color: #fff;
	top: 30px;
	left: 20%;
}

/*
Box inside: #e8e2d1; rgba(232,226,209,0.875);
Box stroke: #d3c8b4;
Box stroke top: #dfd6c6;
*/
.eventType, .event {
	position: relative;
	display: block;
	margin: 0 0 15px;
	padding: 55px 17px 10px;
	z-index: 0;
	font-size: 18px;
	border: 2px solid #d3c8b4;
	border-top-color: #dfd6c6;
	border-bottom-width: 4px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(232,226,209,0.875);
}
	.eventType:before, .event:before {
		position: absolute;
		display: block;

		font-family: 'Lato', sans-serif;
		font-size: 15px;
		color: #fff;
		line-height: 18px;
		text-align: center;
		
		width: 60%;
		height: 25px;
		height: 40px;
		top: -12px;
		left: 50%;
		-ms-transform: translate(-50%);
		-webkit-transform: translate(-50%);
		transform: translate(-50%);

		padding: 13px 0 0;
		margin: 10px 0 ;
		background: #bb040b;
		background: -moz-linear-gradient(top,  #a30407 1%, #bb040b 21%);
		background: -webkit-linear-gradient(top,  #a30407 1%,#bb040b 21%);
		background: linear-gradient(to bottom,  #a30407 1%,#bb040b 21%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30407', endColorstr='#bb040b',GradientType=0 );
		

		border: 1px solid #999;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		.eventType.overnights:before, .event.overnights:before {
			content: 'Overnight Cruise';
		}
		.eventType.sightseeing-cruises:before, .event.sightseeing-cruises:before {
			content: 'Sightseeing Cruise';
		}
		.eventType.themed-cruises:before, .event.themed-cruises:before {
			content: 'Themed Cruise';
		}
		.eventType.single-day-trips:before, .event.single-day-trips:before {
			content: 'Single Day Trip';
		}
		.eventType.private-charters-rentals:before, .event.private-charters-rentals:before {
			content: 'Private Charters & Rentals';
		}
	.eventType .title, .event .title {
		font-family: 'blewnormal';
		font-size: 24px;
		line-height: 27px;
	}
		.eventType .title {
			color: #bb040b;
		}
	.eventType .sub_title {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 10px;
	}
		.event .sub_title {
			font-size: 17px;
			line-height: 24px;
		}
	.eventType .date, .event .date {
		float: left;
		font-size: 16px;
		padding: 5px 20px;
		margin: 4px 20px 0 0;
		border: 1px solid #aaa;
		border-bottom-width: 2px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #fffcf4;
	}
	.eventType .thumbnail, .event .thumbnail {
		float: right;
		height: 77px;
		width: 115px;
		border: 5px solid #edede2;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0 3px 6px 4px rgba(0,0,0,.7);
		box-shadow: 0 3px 6px 4px rgba(0,0,0,.7);
		-moz-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
		margin: 10px 27px 15px 15px;
	}
		.eventType .thumbnail {
			float: left;
			height: 100px;
			width: 150px;
		}
	.eventType .description, .event .description,
		.eventType .wysiwyg, .event .wysiwyg {
		font-family: 'Lato', sans-serif;
		font-size: 15px;
		line-height: 22px;
	}
	.eventType.short {
		margin: 0 0 15px;
		padding: 0px 17px 10px;
		font-size: 18px;
	}
	
.buttonGroup {
	position: relative;
	text-align: right;
	float: right;
	clear: both;
}
	button {
		position: relative;
		display: inline-block;
		color: #87121a;
		margin: 0 5px 5px 0;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0 3px 3px 2px rgba(0,0,0,.45);
		box-shadow: 0 3px 3px 2px rgba(0,0,0,.45);
		border: 1px solid #bababa;
		font-family: 'Lato', sans-serif !important;
		background: #fff url(../img/global/buttons.png) repeat-x right 0;
	}
		button[disabled] {
			color: #ddd2b3;
			background: #fcf5e0;
			-webkit-box-shadow: 0 3px 3px 2px rgba(0,0,0,.1);
			box-shadow: 0 3px 3px 2px rgba(0,0,0,.1);
			border-color: #d6d0c0;
			cursor: not-allowed;
		}
		button.big {
			height: 36px;
			width: 130px;
			padding: 0 10px 0 0;
			font-size: 16px !important;
		}
			button.big:hover {
				background-position: right -74px;
			}
		button.med {
			height: 25px;
			width: 110px;
			padding: 0 10px 0 0;
			font-size: 16px !important;
			-webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.45);
			box-shadow: 0 1px 1px 1px rgba(0,0,0,.45);
			background-position: right -34px;
		}
			button.med:hover {
				background-position: right -108px;
			}
.form {
	position: relative;
	display: block;
	margin: 0 0 45px;
	padding: 55px 17px 10px;
	clear: both;
	z-index: 0;
	font-size: 18px;
	border: 2px solid #d3c8b4;
	border-top-color: #dfd6c6;
	border-bottom-width: 4px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(232,226,209,0.875);
}
	.form:before {
		position: absolute;
		display: block;

		font-family: 'Lato', sans-serif;
		font-size: 15px;
		color: #fff;
		line-height: 18px;
		text-align: center;
		
		width: 60%;
/*		height: 25px;*/
		height: 40px;
		top: -12px;
		left: 50%;
		-ms-transform: translate(-50%);
		-webkit-transform: translate(-50%);
		transform: translate(-50%);

		padding: 13px 0 0;
		margin: 10px 0 ;
		background: #bb040b;
		background: -moz-linear-gradient(top,  #a30407 1%, #bb040b 21%);
		background: -webkit-linear-gradient(top,  #a30407 1%,#bb040b 21%);
		background: linear-gradient(to bottom,  #a30407 1%,#bb040b 21%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30407', endColorstr='#bb040b',GradientType=0 );
		

		border: 1px solid #999;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.form .buttons {
		position: relative;
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
		.form button.big {
			position: relative;
			display: inline-block;
			margin-right: 15px;
		}
.form {
	font-family: 'Lato', sans-serif;
}
	.form .field {
		position: relative;
		display: block;
		width: 100%;
		height: 40px;
		max-width: 700px;
		margin: 0 auto 10px;
		font-family: 'Lato', sans-serif;
		font-size: 15px;
		color: #000;
		line-height: 18px;
	}
	.form label {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		width: 30%;
		height: 100%;
		margin: 0;
		padding: 10px 0 10px 30px;
		vertical-align: middle;
		border: 1px solid #cbbe9a;
		background: #dfd8c4;
		overflow: hidden;
	}
		label {
			cursor: pointer;
		}
		.form .required label {
			background: #dfd8c4 url(../img/tickets/asterisk-retina.png) no-repeat 10px 14px;
			background-size: 12px;
		}
		.form .field.disabled label, .form .field.disabled input {
			color: #aaa;
			background: #eee;
			cursor: not-allowed;
		}
	.form input, .form select, .form textarea {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		width: 70%;
		height: 100%;
		margin: 0;
		padding: 0 0 0 15px;
		border: 1px solid #cbbe9a;
		vertical-align: middle;
		background: #fff;
	}
		.form textarea {
			padding: 15px;
		}
		.form .halfsize input {
			width: 35%;
		}
		.form .halfsize select {
			width: 34%;
		}
		.field.comments, .field.comments textarea, .field.comments label {
			height: 160px !important;
		}
		.field.agegroup input {
			cursor: ns-resize;
		}
		input[type="radio"] {
			visibility: hidden;
		}
			input[type="radio"] + label {
				position: relative;
				display: inline-block;
				font-family: 'Lato', sans-serif;
				font-size: 20px;
				padding: 0 0 0 28px;
				background: url(../img/global/radio-unchecked-retina.png) no-repeat 0 3px;
				background-size: 23px;
			}
			input[type="radio"]:checked + label {
				background-image: url(../img/global/radio-checked-retina.png);
			}
		.field.checkbox .checkboxContainer {
			position: relative;
			display: inline-block;
			box-sizing: border-box;
			width: 70%;
			padding: 0 0 0 40px
		}

	.form th {
		font-family: 'Lato', sans-serif;
		font-size: 15px;
		font-weight: normal;
		text-align: left;
		color: #000;
		line-height: 18px;
		width: 30%;
		padding: 10px 0 10px 10px;
		vertical-align: middle;
		border: 1px solid #cbbe9a;
		background: #dfd8c4;
	}
	.form td {
		font-family: 'Lato', sans-serif;
		font-size: 15px;
		font-weight: normal;
		text-align: left;
		color: #000;
		padding: 0 5px 0 15px;
		border: 1px solid #cbbe9a;
		vertical-align: middle;
		background: #fff;
	}
.quickNav {
	position: relative;
	display: inline-block;
	width: 250px;
	padding: 20px;
	margin: 0 0 40px;
	border: 2px solid #d3c8b4;
	border-top-color: #dfd6c6;
	background: rgba(232,226,209,0.875);
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
	.quickNav h3 {
		margin-bottom: 5px;
	}
	.quickNav ul, .quickNav li {
		margin: 0;
		padding: 0;
	}
	.quickNav li {
		position: relative;
		display: block;
		padding: 3px 10px;
	}
	.quickNav a {
		display: block;
		font-size: 13px;
		line-height: 23px;
		text-decoration: none;
	}
.hide {
	display: none !important;
}
.clear {
	position: relative;
	display: block;
	clear: both;
}
		

/*	Tablet Layout: 640px - 959px	*/
@media only screen and (min-width: 640px) and (max-width: 983px) {
	
	h1 {
		font-size: 45px;
		line-height: 40px;
		margin-bottom: 10px;
	}
		h1 .subhead{
			font-size: 22px;
		}
	
	
}
/* */




/*	Phone Layout	*/
@media only screen and (max-width: 639px) {
	
	h1 {
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 10px;
	}
		h1 .subhead{
			font-size: 23px;
			line-height: 22px;
		}
	.eventType .title, .event .title {
		font-size: 25px;
	}
	button.big {
		width: 98px;
		font-size: 14px !important;
	}
	.form .field {
		font-size: 13px;
	}
	.form label {
		padding-left: 5px;
		text-align: center;
	}
		.form .required label {
			background-position-y: 45%;
			background-position-x: 96%;
		}
	
	.quickNav {
		display: block;
		width: auto;
		padding: 10px;
		margin-left: 0;
		margin-right: 0;
	}
		.quickNav a {
		/*	font-size: 11px;
			line-height: 23px;*/
		}
		.quickNav > ul > li > ul {
			padding-right: 0 !important;
			padding-left: 20px !important;
		}
		.quickNav ul ul li {
			padding: 0;
		}
		.quickNav ul ul li a {
			padding: 5px 20px;
			border: 1px solid #cbbe9a;
		}
	
	
}
/* */


/*	REALLY narrow Layout	*/
@media only screen and (max-width: 500px) {
	
	.form label {
		padding-top: 10px;
	}
	.eventType .description, .event .description {
		clear: left;
	}
	/*.eventType .thumbnail, .event .thumbnail {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}*/
	
}
/* */
		
/*	Retina Global	*/
@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi) {
	
		button {
			background-image: url(../img/global/buttons-retina.png);
			background-size: 130px;
		}
	
}
/* */