
/*

site colors

red : #f0726d

blue : #00496f

*/



body {
  background: url(/site/templates/img/map-background-04.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #00496f;

  /*fixes odd horizontal scrolling bug - March 29, 2015 */
  overflow-x: hidden;

}

.content {
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}


a, a:hover {

	/* color: #336d8c; */
	color: #f0726d;
}

.header, .main-content {
	padding: 30px 40px 4px;
}



.logo img {

	width: 130px;
}


.tickets img {

	width: 80px;

}




.menu {
border: none;
border-color: transparent;

text-transform: uppercase;
border-right: none;
border-bottom: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: none;
-o-transition: none;
transition: none;

background-image: none;
background-repeat: no-repeat;


}

.navigation {
	padding-top: 80px;
	margin-left: -15px;
}

.navigation button img {
	width: 14px;
	margin-top: -3px;
}

.menu {
	color: #f0726d;
	text-transform: uppercase;
	font-size: 14px;
}


.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
color: #f0726d;
background-color: #fff;
border-color: #fff;
}


.dropdown-menu {

padding: 5px 0;
margin: 2px 0 0;

font-size: 13px;

background-color: #ffffff;
border: none;

border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}

.dropdown-menu li a {

}

.dropdown-menu > li > a {
text-transform: uppercase;
padding: 3px 20px;

line-height: 21px;
color: #00496f;
letter-spacing: 0.5px;

}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {

color: #f0726d;
background-color: #fff;
}






.content h1,
.content h1 a,
.content h2
 {

	color: #00496f;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 18px;
	letter-spacing: 1.1px;
	line-height: 20px;
	text-transform: uppercase;
}




.content h2,
.content h2 a {

	color: #f0726d;
	/*width: 190px;*/
}


.content h3
 {

	color: #f0726d;
	font-size: 16px;

	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.content h2,
.content h3 {
	margin-top: 20px;
	margin-bottom: 3px;
}



.content p {
	margin: 0 0 11.5px;
font-size: 13px;
line-height: 22px;
letter-spacing: 0.5px;

}



.content .team h2,
.content .team h2 a {
	width: 100%;
	margin-bottom: 2px;
	margin-top: 0;
}

.content .basic-page h2 {
	width:100%;
}


.team ul {

	padding-left: 0;
	list-style: none;

}

.team-details p,
.team-details ul li {
	font-family: "SwiftLTStd-Light", serif;
}

.team-details ul li {
	padding: 0;
	margin:0;
	line-height: 22px;
}


p.summary {
	text-transform: uppercase;
	font-family: "GravurCondensed-Regular", sans-serif;
	margin-bottom: 0;
}

.main-content {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
}

.tour-page {
	padding-top: 0;
}§

.tour-page h1 {
	margin-top: 0;
}

.tour-icon {
	float: right;
}
.tour-details {
padding-top: 30px;
}

.tour-date .tour-details {
padding-top: 0;
}




.tour-details, .tour-details a {
	color: #f0726d;
font-size: 14.5px;
text-transform: uppercase;
line-height: 22px;
letter-spacing: 0.8px;

}

.tour-details ul {
	margin-bottom: 20px;
}
.tour-details h3 {
	font-weight: bold;
	font-size: 14.5px
}

.tour h3 {

color: #00496f;
font-size: 16px;
margin-top: 0;
margin-bottom: 16px;
letter-spacing: 0.4px;
text-transform: uppercase;

}

.tour h2 {

margin-bottom: 4px;

width:100%;

}

.new img {
	width: 60px;
}

.address h3 {
	margin-bottom: 1px;

}


/*.tour-details .out {
	color: #f0726d;
}*/

.table-agenda {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.table-agenda td,
.table-agenda td a {
    border:none !important;
    color: #00496f;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
line-height: 14px;
}

.table-agenda td.agenda-time,
.table-agenda td.tickets,
.table-agenda td.tickets a {
    color: #f0726d;
}



.table-agenda tr.divider {
    border-top: dotted 1px #00496f;
}


.table-agenda tr:first-child.divider {
    border-top:none;
}


.more a {
	text-transform: uppercase;
	color: #00496f;
}

.thumbnail{
  padding: 0px;
  border: none;
}


.text-btn {
	width: 80px;
	padding-top: 12px;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
}
}
