/**
 * Blue: #215DAE
 * Yellow: #F9CF00
 */

html {
	min-height: 100%;
	position: relative;
}

body {
	background: #F9CF00 url('../images/background_fade.jpg') center top repeat-x;
	padding-top: 80px;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 40px;
}

.inherit {
	color: inherit;
	text-decoration: none;
}

.inherit:hover {
	text-decoration: none;
	color: inherit;
}

.overlay-titles h3 {
	text-transform: uppercase;
}

.overlay-titles h2 {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 60px;
}

.navbar-icon img {
	height: 25px;
	margin-top: 5px;
}

.navbar-logo img {
	height: 35px;
	margin-top: 8px;
}

.navbar-logo {
	margin-right: 10px;
}

.relative {
	position: relative;
}

.navbar {
	margin-bottom: 0;
	text-transform: uppercase;
}

.navbar.navbar-small {
	min-height: 30px;
}

.navbar-small .navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
}

.navbar-secondary {
	top: 37px;
}

.navbar-yellow .navbar-toggle {
	border-color: #333;
}

.navbar-yellow .navbar-toggle:hover, .navbar-yellow .navbar-toggle:focus {
	border-color: #333;
}

.navbar-yellow .navbar-toggle .icon-bar {
	background-color: #333;
}

ul.nav li.dropdown:hover {
	background: #eee;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin-top: -1px;
}

.dropdown-menu {
	z-index: 1031 !important;
}

.navbar-yellow {
	background: #F9CF00;
	box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	-khtml-box-shadow: 0px 1px 2px #000;
	z-index: 1000;
}

.navbar-yellow a {
	color: #333;
}

.navbar-yellow .navbar-nav>li>a {
	color: #333;
}

.site-footer {
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 100%;
	background-color: #F9CF00;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay {
	color: #FFF;
}

.site-content {
	position: relative;
	padding: 50px 0px;
}

.content-container {
	position: relative;
}

.copyright {
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	padding: 10px 0px;
}

.footer-toggle {
	font-size: 42px;
}

.show-logo {
	margin-top: 20px;
}

.site-footer h3 {
	text-transform: uppercase;
	font-weight: 700;
	color: #222;
}

.site-footer ul {
	list-style: none;
	padding-left: 0;
	text-transform: uppercase;
}

.site-footer a {
	color: #444;
}

hr {
	border-color: #222;
}

.social-icons {
	margin-top: 8px;
}

.cycle-next, .cycle-prev {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
	z-index: 1000;
	width: 100px;
	padding-top: 70px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}

.cycle-next:hover, .cycle-prev:hover {
	color: #F9CF00;
}

.cycle-next {
	right: 20px;
	background: transparent url("../images/arrow_right.png") center top no-repeat;
}

.cycle-prev {
	left: 20px;
	background: transparent url("../images/arrow_left.png") center top no-repeat;
}

.cycle-slide {
	display: none;
}

.cycle-slide.first {
	display: block;
}

.cycle-slide iframe, .cycle-slide embed, .cycle-slide object {
    display: none;
}

.cycle-slide.cycle-slide-active iframe, .cycle-slide.cycle-slide-active embed, .cycle-slide.cycle-slide-active object {
    display: block;
}

.cycle-sentinel iframe {
	display: none;
}

.play-button-overlay {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -36px;
	margin-left: -36px;
	width: 76px;
	height: 76px;
	background: url('https://www.rocketjump.com/wp-content/uploads/2016/02/playbutton_overlay.png') center center no-repeat;
}

@media(max-width:767px){
	.cycle-next, .cycle-prev {
		bottom: 0;
		top: auto;
	}

	body {
		padding-top: 20px;
	}

	.navbar-secondary {
		top: 0px;
	}
}
