/*@font-face {
    font-family: 'BebasRegular';
    src: url('../fonts/BEBAS___-webfont.eot');
    src: url('../fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BEBAS___-webfont.woff') format('woff'),
         url('../fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('../fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'PTSansRegular';
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS55F-webfont.woff') format('woff'),
         url('../fonts/PTS55F-webfont.ttf') format('truetype'),
         url('../fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'corbertregular';
    src: url('../fonts/Corbert-Regular-webfont.eot');
    src: url('../fonts/Corbert-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Corbert-Regular-webfont.woff') format('woff'),
         url('../fonts/Corbert-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Corbert-Regular-webfont.svg#corbertregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-image: url('../img/background.png');
	color: #078E9B;
	font-family: 'PTSansRegular';
}

#wrapper {
	background-color: #8ed1c1;
	padding: 30px 0;
	margin-bottom: 180px;
}

#main-container {
	background-color: white;
	min-height: 500px;
	background-image: url('../img/border-right.png');
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
}

.navbar-inner {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
}

#main-menu {
	float: none;
	margin-right: 10%;
}

#main-menu > li {
	width: 20%;
	position: relative;
}

#main-menu a,
.nav > li > a,
.navbar .nav > li > a{
	color: #FFFFFF;
	background-color: #f79439;
	text-align: center;
	text-shadow: none;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #5d3e5e;
	color: #fff;
}
#main-menu > li > a {
	padding: 20px 0;
	margin-left: 15px;
	border-radius: 5px;
	position: relative;
	z-index: 101;
}

#main-menu li ul {
	position: absolute;
	z-index: 100;
	right: 0;
	left: 15px;
	margin-top: -5px;
	padding-top: 5px;
	background-color: #2e8b99;
	display: none;
	margin-right: 0;
	border-radius: 0 0 5px 5px;
}

#main-menu li ul li { float: none; }
#main-menu li ul .last a { border-radius: 0 0 5px 5px; }

a.btn-blink {
	position: absolute;
	right: 200px;
	top: 25px;
	color: white;
	text-shadow: none;
	background-color: #2e8b99;
	background-image: none;
	border-color: #2e8b99 #2e8b99 #2e8b99;
	border-bottom-color: #2e8b99;
	font-size: 1em;
}



#main-menu a:hover,
#main-menu a:focus,
#main-menu a:active,
#main-menu .active > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	background-color: #2e8b99;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#main-menu > li > a:hover,
#main-menu > li > a:focus,
#main-menu > li > a:active {
}

#secondary-navigation a {
	text-align: left;
	padding: 8px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#secondary-navigation li {
	margin-bottom: 3px;
}
#secondary-navigation li.last, img.img-sidebar {
	margin-bottom: 35px;
}

#secondary-navigation a:hover,
#secondary-navigation a:focus,
#secondary-navigation a:active,
#secondary-navigation .active a {
	background-color: #2e8b99;
}

.logo-wrapper a.logo {
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999em;
	height: 80px;
}

html.ie .logo-wrapper a.logo { background-image: url('../img/logo.png'); }
html.no-ie .logo-wrapper a.logo { background-image: url('../img/logo.svg'); }

#content {
	min-height: 300px;
/*	padding: 40px 35px 200px;*/
	padding: 40px 35px 10px;
/*
	background-image: url('../img/border-left.png');
	background-position: bottom left;
	background-repeat: no-repeat;
*/
	position: relative;
	z-index: 1;
}

#contact-wrapper {
	background-color: #f79439;
	color: #fff;
	display: none;
	position: relative;
}

#map-canvas { height: 500px; }
#map-canvas img { max-width: inherit; }
#map-canvas h4 {
	color: #2e8b99;
}


#contact-wrapper a { color: #fff; }
#contact-wrapper .accordion-toggle,
#locations h3,
#locations h4 { color: #ffd502; font-size: 18px; }
#locations h5 { font-size: 11.5px; }

#locations h3 i {
	font-size: 10px;
	line-height: 10px;
	vertical-align: middle;
}

#contact-wrapper:after {
	content: ' ';
	display: block;
	height: 232px;
	background-image: url('../img/background.png');
	background-repeat: repeat-x;
}

#contact-close-toggle {
	font-size: 32px;
	color: #A5570C;
	position: absolute;
	top: 10px;
	right: 10px;
}

#contact-close-toggle:hover { color: white; }

#contact-container {
	padding: 20px 0;
}

#contact-container .icon-circle,
#contact-container .icon-play {
	font-size: 10px;
	vertical-align: middle;
}

#contact-container .icon-play { color: #A5570C; }

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

/* Stars */

.star {
	width: 46px;
	height: 46px;
	position: absolute;
	background-image: url('../img/star.png');
	background-repeat: no-repeat;
	left: 0;
}

#star-1 { bottom: 100px; left: 30%; }
#star-2 { bottom: 200px; left: 60%; }
#star-3 { bottom: 300px; left: 10%; }

/* Footer Nav */

.footer-links li > a, .navbar .nav > li > a {
	color: white;
	background-color: #CCC;
}

/* Bootstrap Overrides */

.accordion-heading .accordion-toggle {
	padding: 0;
	color: #ffd502;
}

.accordion-inner {
	padding: 0 0 0 18px;
	border: none;
}

.accordion-group {
	border-width: 1px;
	border-color: #A5570C;
	border-style: solid none none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
}

.accordion-group h3 {
	margin: 0;
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
/*	font-family: 'BebasRegular';*/
	font-family: 'corbertregular';
	color: #ffd502;
	text-transform: uppercase;
}
h1 {font-size: 32px;}
.span7 h1,.span9 h1  {margin-top: 0;}
h4 {line-height: 1.4em;}

h3, h4, h5, h6 {
	color: #F79439;
}

h3 a, h4 a, h5 a, h6 a {
	color: #2e8b99;
}

.underline { text-decoration: underline; }

.navbar .btn-navbar {
	background: #f79439;
	margin-top: 20px;
}

.navbar .btn-navbar:hover {
	background: #f79439;
	color: black;
}

.team-list a {
  color: #2e8b99;
}

/* Phones */

@media (min-width: 320px) and (max-width: 767px) {
	#content {
		padding-bottom: 40px;
		background-image: none;
	}

	#main-menu {
		margin-right: 0;
	}
	#main-menu ul {
		display: none!important;
	}

	#main-menu > li {
		width: auto;
	}

	div.logo-wrapper {
		width: 80%;
	}

	a.btn-blink {
		right: auto;
		left: 35px;
		top: 100px;
	}

}

/* Tablets to phones, landscape portrait */
@media (min-width: 320px) and (max-width: 767px),
only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait),
only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	#contact-wrapper {
		padding: 0 20px;
	}

	#contact-wrapper:after {
		display: none;
	}

	#content .span3 img {
		display: none;
	}


	#contact-container .icon-play { display: none; }
}

/* Tablets */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#main-menu a { padding: 15px; }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait),
only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	#contact-wrapper .accordion-toggle {
		font-size: 20px;
	}

}
