/*
	DATE		MODIFIER	COMMENTS
	2013-10-29	DJV			Created document
*/

a {
	color: #00A3D8;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.page-background {
	background-size: cover;
	min-height: 600px;
	position: absolute;
	width: 100%;
	z-index:-1;
}

.background-secondary {
	background: #EEEEEE;
	border-bottom: 1px solid #dddddd;
	min-height: 100px;
	position: absolute;
	width: 100%;
	z-index:-1;
}

#background-rule {
	border-top: 1px solid #dddddd;
	position: absolute;
	width: 100%;
	z-index:-1;
}

body {
	border-top: 5px solid #335567;
	font-family: 'museo-sans', sans-serif;
	font-weight: 300;
}

body form input.st-search-input {
	height: 32px;
}

.bottom {
	background: #fff;
	bottom: 0;
	font-family: 'ff-tisa-web-pro', 'georgia', serif;
	font-size: 28px;
	padding: 1em;
}

	.secondary .bottom {
		position: relative;
	}

.breadcrumbs {
	color: #00A3D8;
	float: left;
	font-size: 12px;
	margin-bottom: 1em;
	text-transform: uppercase;
	width: 100%;
}

.breadcrumbs ul {
	margin-left: 0;
	padding-left: 0;
}

	.breadcrumbs a:link {
		padding: 0 .5em ;
	}
	
	.breadcrumbs li {
		float: left;
		display: inline-block;
	}
	
	.breadcrumbs li:after {
		content: "/";
	}
	
	.breadcrumbs li:last-child:after {
		content: "";
	}

.caption {
	background: #000;
	display: none;
	opacity: .6;
	padding: 1em;
	position: absolute;
	top: 50px;
	width: 100%;
}

.caption a:link {
	color: #fff;
}

.copy {
	padding: 2em;
}

.copy img {
	height: auto;
	max-width: 100%;
}

.copyright {
	padding: 2em 0 0 2em;
}

.fa.fa-times.remove {
	cursor: pointer;
	position: absolute;
	right: 1em;
	top: .8em;
}

footer {
	border-top: 1px solid #ddd;
	color: #0E171D;
}

footer a {
	color: #0E171D;
	font-weight: 700;
}

footer .container {
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

form {
	margin-left: 200px;
	margin-top: 29px;
}

form#cse-search-box {
  display: none;
}

h1 {
	font-size: 28px;
	font-weight: 300px;
}

h2 {
	font-size: 26px;
	font-weight: 300px;
}

h3 {
	border-bottom: 1px solid #ddd;
	font-size: 24px;
	font-weight: 300px;
	padding-bottom: .5em;
	width: 100%;
}

#help {
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 1000;
}

#help a:link, #help a:visited {
	background: url('../images/website_graphics/contact-us.png') no-repeat;
	display: block;
	height: 191px;
	text-indent: -3000px;
	width: 43px;
}

.holder {
	position: relative;
	height: 1px;
}

.intro {
	padding: 2em 1em 2em 2em;
}

.image img {
	width: 100%;
}

#primary-content iframe {
	margin: 2em 0;
}

#primary-content .row, #primary-content .col-xs-1, #primary-content .col-xs-2, #primary-content .col-xs-3, #primary-content .col-xs-4, #primary-content .col-xs-5, #primary-content .col-xs-6, #primary-content .col-xs-7, #primary-content .col-xs-8, #primary-content .col-xs-9, #primary-content .col-xs-10, #primary-content .col-xs-11, #primary-content .col-xs-12, #primary-content .col-sm-1, #primary-content .col-sm-2, #primary-content .col-sm-3, #primary-content .col-sm-4, #primary-content .col-sm-5, #primary-content .col-sm-6, #primary-content .col-sm-7, #primary-content .col-sm-8, #primary-content .col-sm-9, #primary-content .col-sm-10, #primary-content .col-sm-11, #primary-content .col-sm-12, #primary-content .col-md-1, #primary-content .col-md-2, #primary-content .col-md-3, #primary-content .col-md-4, #primary-content .col-md-5, #primary-content .col-md-6, #primary-content .col-md-7, #primary-content .col-md-8, #primary-content .col-md-9, #primary-content .col-md-10, #primary-content .col-md-11, #primary-content .col-md-12, #primary-content .col-lg-1, #primary-content .col-lg-2, #primary-content .col-lg-3, #primary-content .col-lg-4, #primary-content .col-lg-5, #primary-content .col-lg-6, #primary-content .col-lg-7, #primary-content .col-lg-8, #primary-content .col-lg-9, #primary-content .col-lg-10, #primary-content .col-lg-11, #primary-content .col-lg-12 {
	margin: 0;
	padding: 0;
}

footer .nav {
	margin: 1em 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: #eee;	
	color: #333;
}

.nav .caret {
	border-top-color: #0E171D;
	border-bottom-color: #0E171D;
}

.nav.nav-stacked {
	margin-top: 0;
}

.navbar.navbar.navbar-static-top {
	background: #fff;
	margin-bottom: 0;
}

.navbar a {
	color: #0E171D;
	font-size: 16px;
	text-transform: uppercase;
}


.navbar-form input {
	margin-top: 17px;
}

.no-padding {
	padding: 0;
}

.outline {
	border-left: #dddddd 1px solid;
	border-right: #dddddd 1px solid;
}

.personal-nav .page {
	text-transform: uppercase;
}

#photo-feed .holder {
	z-index: 1 !important;
}

#photo-feed .btn {
	background: #000;
	border-radius: 0;
	color: #fff;
	display: block;
	margin-top: -2.5em;
	opacity: .5;
	text-shadow: none;
	width: 50%;
}

#photo-feed .btn:hover {
	opacity: .9;
}

#primary-content .feature {
	padding: 40px;
}

.secondary-images {
	height: 400px;
	left: -412px;
	position: absolute;
	top: 1em;
	width: 500px;
}

.secondary-images div {
	margin: 0;
	padding: 0;
}

.secondary-images .photo {
	height: 210px;
	width: 210px;
}

.shim600 {
	height: 600px;
}

#sidebar {
	background: #335567;
	color: #fff;
	padding: 0;
}

#sidebar a {
	color: #59c4d4;
}

#sidebar ul {
	list-style: none;
}

#sidebar li:before { 
    content: "";
    border-color: transparent #fff;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

#sidebar li a {
	display: block;
}

#sidebar .nav li:before {
	border: none;
}

#sidebar p {
	margin: 1em;
}

.social {
	margin: 25px;
}

#tertiary-content {
	background: #00C8D7;
	color: #0D171D;
	font-size: 16px;
	padding: 50px 0;
}

#tertiary-content a {
	color: #0D171D;
	text-decoration: underline;
}

#tertiary-content .nav {
	margin-top: 0;
}
	
#tertiary-content .nav.nav-pills.nav-stacked li a {
	color: #0E171D;
	padding: .5em;
	text-decoration: none;
}

#tertiary-content .nav.nav-pills.nav-stacked li a:hover {
	color: #fff;
	background: #0E171D;
}

.toggle-photo-feed:link {
	left: -67px;
	position: absolute;
	top: 25%;
	z-index: 100;
}

.toggle-photo-feed i {
	background: #333;
	color: #fff;
	padding: 5px;
}

#tourbookdiv {
  margin-top: 2em;
  margin-left: 2em;
}

.video {
  min-height: 630px;
}

/* xs small column shim */
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
	margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
	margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width: 768px) {
	.col-sm-offset-0,
	.col-md-offset-0,
	.col-lg-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 0px) {

	.navbar-brand img {
		width: 100px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 94%;
	}

	.navbar-brand img {
		width: 100px;
	}

	.navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right: -29px;
	}

	#primaryMenu > li > a {
		padding: 10px 9px;
	}
}

@media (min-width: 990px) {
	.navbar-brand img {
		width: 135px;
	}

	.nav {
		margin-top: 19px;
	}
	
	#primaryMenu > li > a {
		padding: 10px 15px;
	}
}

@media (min-width: 1200px) {

	.container {
		max-width: 1170px;
	}

	.navbar-brand img {
		width: 170px;
	}
}