/********************************************************************
* Theme Name: Founders
* Author: Devona
* Author URI: http://devona.com/
* Description: A custom theme for Founders
* Written by Matthew Stellato <matthew@matthewstellato.com>
* Version 1.0
********************************************************************/

/*  Reset | v2.0 | 20110126 | License: none (public domain)
	http://meyerweb.com/eric/tools/css/reset/
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
.clearfix:after { visibility: hidden; display: block; content: ""; clear: both; height: 0;}
.clear:before, .clear:after {content:""; display:block;}
.clear:after {clear:both;}
.clear {zoom:1;}
:focus {outline:none;}
.hidden {display: none;}



/*  Getting Organized // Base Structure & Styles
---------------------------------------------------------------------- */
html, body {
	height: 100%;
}

#f74 {
	min-height: 100%;
}


body {
	background: #FFF;
	font-size: 16px;
	line-height: 22px;
	font-family: 'maaxstandardregular';
	font-weight: normal;
	font-style: normal;
	color: #2C2C25;
}

body.download {
	background: transparent
}

p {
	padding: 0 0 20px 0;
}

a {
	text-decoration: none;
	color: #f70d0d;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover {
	color: #2C2C25;
}

.wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;

}
.wrap:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.wrap.lg {
	max-width: 1200px;
}

.mobile {
	display: none;
}

strong {
    font-family: 'maaxstandardmedium';
    font-weight: normal	
}


/*  Header
---------------------------------------------------------- */
nav {
	background-color: #f70d0d;
	text-align: center;
}

nav ul {
	max-width: 650px;
	margin: 0 auto
}

nav li{
	display: inline-block;
	width:24%
}

nav li a {
	display: block;
	color:#FFF;
	text-transform: uppercase;
	font-size:12px;
	text-align: center;
	padding:20px 0 15px;
	line-height: 20px;
	position: relative;
	letter-spacing: 1px;
}

nav li a strong {
	font-size:16px;
	font-weight: normal;
	display: block;
}

nav li a:hover {
	color:#FFF
}

nav li a:before {
	content: " ";
	border: solid transparent;
	border-color:transparent;
	height: 0;
	width: 0;
	position: absolute;
	border-top-color:#FFF;
    border-width: 10px;
    margin-left: -10px;
    top: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 0
}

nav li a:hover:before, nav li.active a:before {
	opacity: 1	
}


.news {
	position: absolute;
	top:28px;
	right:20px;
	font-size:14px;
	font-family: 'Publico Text Web';
	color:#FFF;
	font-weight: 400;
	padding-right:20px;
	border-bottom:1px solid transparent;
}

.news strong {
	font-family: 'Publico Headline Web';
	letter-spacing:.5px;
}

.news:hover {
	color:#FFF;
	border-bottom:1px solid #FFF;
}

.news span {
	margin-left:10px;
	font-size:20px;
	position: absolute;
}

#menu {
	display: none;
}


/*  Book DropDown
---------------------------------------------------------- */
#book a {
    font-family: 'maaxstandardbold';
	font-weight: normal;
	font-size: 17px;
	line-height: normal;
	color: #FFF;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	background-color: #34b0e5;
	border-bottom: 1px solid #FFF;
	z-index: 100;
	padding:15px 0;
	cursor: pointer;
	display: block;	
}

#book a span.ion-android-arrow-dropdown:before {
	font-size:28px;
	position: absolute;
	margin-left:10px;
	top:10px;
}

#book.stick {
	position: fixed;
	top:0;
	left: 0px;
	right: 0px;
	z-index: 100;
}


#collapsing_menu {
	margin-left: -10px;
}

#collapsing_menu.open span.ion-android-arrow-dropdown:before {
	content:"\f365"
}


#book a span.ion-ios-arrow-forward {
	margin-left:5px;	
}

#book a:hover{
	color:#3a3932
}

#book ul{
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	transition: all 0.5s;
}

#book ul.open{
	height: 100px;
}

#book a span.ion-android-arrow-dropdown:before {
	font-size:28px;
	position: absolute;
	margin-left:10px;
	top:10px;
	content:"\f35f"	
}


/*  Footer
---------------------------------------------------------- */

footer {
    margin-top: -99px;	
	background-color: #9dce70;
	background-color: #f70d0d;
	box-sizing: border-box;
	color:#FFF;
	padding:20px 0;
	font-family: 'Publico Text Web';
	font-size:14px;
}

footer img {
	float:left
}

footer p {
	margin: 0 0 0 120px;
    padding: 20px 0 0 0;
}

footer ul {
	position: absolute;
	right:20px;
	top:15px;
}

#content {
	padding-bottom:100px;
}


/*  Social
---------------------------------------------------------- */
.social {
	overflow: hidden
}
.social li {
	float:left;
	margin-left:20px
}

.social li a {
	color:#FFF;
	font-size:26px;
}

.social li a:hover {
	color: #212121;
}

.social li a span {
	display: none;
}

header .social {
	position: absolute;
	top:23px;
}


/* Share */
#share {
	position: absolute;
	right:20px;
	top:60px;
}

#share.social a {
	background: #969795;
    width: 34px;
    display: block;
    text-align: center;
    padding: 6px 0 4px;
    font-size: 22px;
	min-height: inherit;
    margin: 0;
    position: static;    
}

#share.social a:hover {
	background:#212121;
	color:#FFF;
}

#share.social li {
	margin-left:1px
}

#history #share {
	top:8px;
	margin: 0;	
}

/*  Homepage
---------------------------------------------------------- */
#banner {
	overflow: hidden
}
#banner img {
	float:right;
	width: 60%;
	margin-right:-60px;
	margin-top:10px;
}

.title{
	padding: 60px 0;
}


h1{
	font-family: 'Publico Headline Web';
	font-size: 90px;
	line-height: 110px;
	font-weight: normal;
	border-bottom:5px solid #2C2C25;
	display: inline;
}

.site-description {
	font-family: 'Publico Text Web';
    font-size: 25px;
    line-height: 35px;
    margin-top: 20px;
    padding-bottom: 30px;
    max-width: 360px;
}

.author {
	font-size:13px;
	font-family: 'Publico Text Web';
}

.author strong {
	display: block;
	font-weight: 700;
	font-size:15px;
	line-height: 25px;
}

.author span {
	display: inline-block;
	text-indent: -9999em;
	background: url(images/logo-small.png) no-repeat 0 0;
	width: 40px	
}

#intro{
	background-color: #fff218;
	font-family: 'Publico Text Web';
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	padding: 70px 0px 50px;
	box-sizing: border-box;
}


#intro p strong{
	font-family: 'Publico Headline Web';
	font-weight: bold;
/* 	border-bottom: 2px solid #000; */
}


/*  Video Intros
---------------------------------------------------------- */

#videoIntro .col {
	height: 500px;
	width: 50%;
	box-sizing: border-box;
	float:left;
	text-align: center;
	position: relative;
}

#videoIntro .col span {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background:rgba(0,0,0,.5);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#videoIntro .col:hover span {
	background:rgba(0,0,0,.2);
	
}

#videoIntro .col h4 {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 100%;
	color:#FFF;
	font-size:36px;
	line-height: normal;
	padding:20px 0 20px;
	letter-spacing: 1px;
	
}

#videoIntro .col h4 strong {
	font-family: 'Publico Headline Web';
	border-bottom:2px solid #FFF;
}

#videoIntro .col h4 img {
    position: relative;
    top: 12px;
    margin-right: 20px;
    display: inline-block;
}

#linda {
	background:url(images/home-video-linda.jpg) no-repeat top center;
	background-size:cover;
}

#animated {
	background:url(images/home-video-school.png) no-repeat top center;
	background-size:cover;
}

.two-col, .three-col {
	overflow: hidden
}


/*  Read
---------------------------------------------------------- */
#read {
	background:#34b0e5;
	color:#FFF;
	padding-top:50px;
}

#read h5 {
	font-size:24px;
	background:url(images/icon-eyeball.png) no-repeat left center;
	padding:2px 0 2px 60px;
}

#read ul {
	margin-top:60px;
}

#btn-toc {
	position: absolute;
	right:20px;
	top:5px;
	color:#FFF;
	border-bottom:2px solid #FFF;
	font-family: 'Publico Text Web';
}

#btn-toc:hover {
	color:#212121;
	border-bottom:2px solid #212121;
}

.three-col li {
	float:left;
	width: 33.33333%;
	box-sizing: border-box;
}

#read li a {
	display: block;
	height: 300px;
	color:#FFF;
}



#read li a p {
	margin-top:5px;
}

#read h3 {
	font-size:36px;
	color:#FFF;
	line-height: 46px;
	font-family: 'Publico Headline Web';
	display: inline;
	text-decoration: underline;
	transition: all 0.2s linear;
	letter-spacing: 1.5px;
}

#read li a:hover h3 {
	color:#212121
}

#forward {
	background:url(images/founder-interview-foreward.png) no-repeat bottom center;
}

#introduction {
	background:url(images/founder-interview-dawn.png) no-repeat bottom center;
}

#different_history {
	background:url(images/founder-interview-joel-klein.png) no-repeat bottom right;
}


/*  Oral History
---------------------------------------------------------- */

#history {
	padding:50px 0;
}

#history.home {
	padding:70px 0;
}

#history h5 {
	font-size:24px;
	background:url(images/icon-movie.png) no-repeat left center;
	padding:6px 0 4px 60px;
}

#history ul {
	margin-top:20px;
}

#history.home ul {
	margin-top:50px;
}

#history ul a {
	display: block;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
	min-height: 450px;
	margin-left:20px;
	position: relative	
}

#history ul a.sm {
	max-width: 375px;
    min-height: 250px;
	margin:0 auto !important;
}


#history ul li.first a {
	margin-right:20px;
	margin-left:0;
}

#btn-videos {
	position: absolute;
	right:20px;
	top:5px;
	color:#2C2C25;
	border-bottom:2px solid #2C2C25;
	font-family: 'Publico Text Web';
}

#btn-videos:hover {
	color:#f70d0d;
	border-bottom:2px solid #f70d0d
}

.two-col .col {
	width: 50%;
	float:left;
	box-sizing: border-box
}

#history .two-col .col {
	margin-bottom:40px;
	position: relative
}

.col img {
	display: block;
}

.col.full img {
	width: 100%;
}

.col.first {
	clear: both
}


#history ul a.more {
	background:#34b0e5;
	font-size:26px;
	display: block;
	height: 225px;
	width: 225px;
	border-radius: 50%;
	text-align: center;
	color:#FFF;
	font-family: 'Publico Headline Web';
	line-height: 38px;
	position: relative;
	margin:120px auto !important;
	min-height: 0 !important;
}

#history ul a.more:hover {
	background:#f70d0d;
	color:#FFF;
}

.more span {
	position: absolute;
	width: 100%;
	display: inline;
	top:50%;
	transform: translateY(-50%);
	left:0;
	text-decoration: underline
}

#history .title {
	background:#FFF;
	color:#2C2C25;
	padding:20px 20px 0 0;
	display: inline-block;
	position: absolute;
	bottom:0;
	left:0;
	max-width: 80%;
	z-index: 2;
}

#history a span.over {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background:rgba(247,13,13,.8);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#history a:hover span.over {
	opacity: 1;
}

#history .title h3 {
	border-bottom:2px solid #2C2C25;
	font-family: 'Publico Text Web';
	font-size:28px;
	line-height: normal;
	display: inline;
	line-height:36px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
	letter-spacing: 1px;
	
}

#history .title p {
	padding:15px 0 0 30px;
	background: url(images/btn-play-black.png) no-repeat 0 15px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#history a:hover .title {
	color:#f70d0d;
}

#history a:hover .title p {
	background: url(images/btn-play-red.png) no-repeat 0 15px;
}

#history a:hover .title h3 {
	border-bottom:2px solid #f70d0d;
}





/*  Pages
---------------------------------------------------------- */
#main {
	width: 70%;
	max-width: 775px;
	padding:50px 0;
	position: relative;
	line-height: 28px
}

#main a {
	text-decoration: underline
}

#main img {
	width: 100%;
	height: auto
}

#main img.alignleft {
	width: auto;
	float:left;
	margin-right:25px;
	margin-bottom:20px;
}

#main h1, #history h1 {
	font-size:36px;
    font-family: 'maaxstandardmedium';
    font-weight: normal	;
	border:0;
	padding:5px 0 5px 60px;
	display: block;
	line-height: normal;
	background: url(images/icon-eyeball-dark.png) no-repeat 0 10px;
}

#main h1 {
	margin-bottom:60px;
}

#history h1 {
	background: url(images/icon-movie.png) no-repeat 0 5px;
}

.explore {
	font-size:18px;
	padding-top: 0;
    line-height: 26px;
    max-width: 85%;
}


#main h2 {
	font-family: 'Publico Headline Web';
	font-size: 36px;
	line-height: 40px;
	margin:0 0 15px;
	display: inline-block;
	text-decoration: underline;
}

#main h2.divide:before  {
	content: '';
	width: 100%;
	height: 1px;
	background:#ccc;
	position: absolute;
}

#main h2 a {
	display: block;
	padding-top:40px;
	background:none;
	color:#2C2C25;
}

#main h3 {
	font-family: 'Publico Headline Web';
	font-size: 26px;
	text-decoration: underline;
	line-height: 30px;
	margin:20px 0 20px;
	display: inline-block;
	
}

#main p.byline {
	font-size:16px;
	padding-bottom:40px;
    font-family: 'maaxstandardmedium';
}

aside {
	padding:130px 0 50px;
	float:right;
	width:180px;
	text-align: right;
}

aside.stick {
	position: fixed;
	margin-left:1020px;
	top:0;
}

aside ul {
	border-top:1px solid #969795;
	margin-top:55px
}

aside li {
	padding:10px 0;
}
aside li a {
	color:#999;
	text-transform: uppercase;
	padding:10px 0 0;
	display: block;
	font-size:16px;
    font-family: 'maaxstandardmedium';
}

aside li a:hover {
	color:#000;	
}

h3 {
	font-size: 1em;
}

.mb40 {
	margin-bottom:40px !important;
}

.mb60 {
	margin-bottom:60px !important;
}

.mt80 {
	margin-top:80px !important;
}

.toc {
	font-family: 'Publico Headline Web';
	color:#2C2C25;
	font-size:14px;
	border-bottom:2px solid transparent
}

.toc:hover {
	color: #000;
	border-bottom:2px solid #000;
}


/* Explore
---------------------------------------------------------------- */
body.openVideoOverlay {
	overflow: hidden;
}


#video_lightbox{
	padding: 80px 0;
	z-index: 999;
	margin: 0px auto;
	background: #FFF;
	box-sizing: border-box;
	transition: all 1s;
	position: fixed; 
	overflow-y: scroll;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	display: none;
	transition:all 1s linear;
	max-width: 1280px;
}

#video_lightbox.open{
	display: block
}

#close {
	position: absolute;
	top:-40px;
	right:20px;
    font-family: 'maaxstandardmedium';
    text-transform: uppercase;
    color: #212121;	
    padding-right:35px;
    cursor: pointer;
    font-size:14px;
}

#close:before,
#close:after {
	content: '';
	display: block;
	position: absolute;
	right:0;
	top:9px;
	width: 25px;
	height: 2px;
	background:#212121;
	transition: background 0.2s linear;	
}

#close:before {
	transform: rotate(-45deg)
}

#close:after {
	transform: rotate(45deg);
}

#close:hover {
	color:#f70d0d !important;
}

#close:hover:before, #close:hover:after {
	background:#f70d0d !important;
}


/*
#player_container {
	width: 100%;
	max-width: 860px;
    position: fixed;
    margin-left: 340px;
    margin-right:20px;
    top:100px;
}
*/

#player_container {
	float:right;
	max-width: 860px;
    width: 100%;
    
}


#player{
	width: 100%;
}

#player_playlist{
	max-width: 300px;
/*
	height: 760px;
	overflow-y: scroll;	
*/
	
}

h2#player_title {
	font-family: 'Publico Headline Web';
	font-size: 36px;
	line-height: 45px;
	margin:0px 0 15px;
	width: 300px;
	text-decoration: underline;
	display: inline-block;
}

#player_playlist li{
	display: block;
	margin: 10px 0px;
}

#player_playlist li a {
	color:#000;
	padding:10px 0 10px 30px;
	display: block;
	background: url(images/btn-play-black.png) no-repeat 0 10px;
}

#player_playlist li a:hover {
	color:#f70d0d;
}

#player_playlist li a span{
	display: block;
	color: #ccc;
	font-size:12px;
}

#player_description {
	margin:20px 0;
	max-width:85%;
	line-height: 28px
}


#toc{
	width: 95%;
	max-width: 1280px;
	left:50%;
	z-index: 999;
	transform: translate(-50%,-50%);	
	margin: 0px auto;
	position: absolute;
	top: -1000px;
	transition: all 1s;
	background: #FFF url('./images/table_of_contents.png') no-repeat top center;
	background-size:100%;
}

#toc img {
	width: 100%;
}

#toc.open{
	top:50%;
	transform: translate(-50%,-50%);
}

#toc #close {
	top:20px;
	right:20px;
}


/* Overlay 
------------------------------------------ */
#overlayBG {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.7);
	z-index: 900;
}

#homePageVideos {
    z-index: 1000;
    position: fixed;
    width: 100%;
	top:10%;
	width: 80%;
	left:50%;
	margin-left:-40%;
	background: #FFF;
	padding:20px;
	box-sizing: border-box
}

#homePageVideos iframe {
	width: 100%;
}

#homePageVideos #close {
	color:#FFF;
}

#homePageVideos #close:before, #homePageVideos #close:after {
	background:#FFF;
}

#overlayBG, #overlayContent, #homePageVideos {
	display: none;
}

#overlayContent {
    z-index: 1000;
    position: absolute;
    width: 100%;
	top:180px;
	width: 675px;
	left:50%;
	margin-left:-337.5px;
}

#overlayContent #close {
    color: #FFF;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    right: 0;
    text-align: right;
    padding: 35px 45px 13px;
    top:0;	
}

#overlayContent #close:before, #overlayContent #close:after {
	right:10px;
	top:44px;
	background-color:#FFF;
}

#overlayContent iframe {
	width: 100%;
	height: 470px;
}

.overlay {
	width: 675px;
	box-sizing: border-box;
	padding:80px 115px 40px;
	background:#FFF;
	text-align: center;
	font-size:24px;
	line-height: 32px;
	color:#3a3932;
	position: absolute;
	left:50%;
	top:70px;
	margin-left:-337.5px;
	z-index: 1000;
	
}

h1.circle {
	height: 150px;
	width: 150px;
	background:#fff218;
	color:#3a3932;
	font-size:22px;
	line-height: 30px;
	display: block;
	border-radius: 100%;
	margin: -150px auto 30px;
	border: 0;
	text-align: center;
	position: relative
}

h1.circle span {
	text-decoration: underline;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

input[type="email"]{
	padding:16px 20px;
	font-size:24px;
	border: 1px solid #d1d1d1;
	font-family: 'maaxstandardregular';
	display: inline-block;
	margin-bottom:10px;
	width: 100%;
	box-sizing: border-box
}

.btn {
	display: inline-block;
	padding:20px 50px;
	text-align: center;
	background:#969795;
	border: 0;
	color:#FFF;
    font-family: 'maaxstandardmedium';
	font-size:20px;
	line-height: normal;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s xlinear;
	cursor: pointer
}

.btn.blue {
	background:#34b0e5
}

.btn:hover {
	background:#f70d0d
}


@media only screen and (max-width: 1080px) {
	nav li {
		width: auto;
		padding:0 15px;
	}
}

@media only screen and (max-width: 960px) {
	nav {
		text-align: left
	}
	
	nav ul {
		max-width: none
	}

	h1 {
		font-size: 80px;
		line-height: 100px;
	}
	
	#intro {
		font-size: 20px;
		line-height: 34px;
	}
	
	#videoIntro .col {
		height: 280px;
	}
	
	#videoIntro .col h4 {
		font-size:26px;
	}
	
	#videoIntro .col h4 img {
		top:7px;
		width: 30px;
		margin-right:10px;
	}
	
	header .social {
		display: none;
	}

	
}

@media only screen and (max-width: 780px) {
	#banner img {
		display: none;
	}
	
	#banner {
		background:url(images/home-rubber-band-ball.jpg) no-repeat 200px -20px;
	}
	
	#banner h1 {
		display: block;
		border: 0;	
		line-height: 96px;
	}
	
	#banner h1 span {
		display: inline;
	    background: #FFF;
	    box-shadow: 10px 0 0 #FFF, -10px 0 0 #FFF;
	    border-bottom: 5px solid #2C2C25;	
	    outline: 10px solid #fff;
	    margin-top:0;
	    padding:5px 0;	
	}
	
	.site-description {
		margin-top:12px;
	}
	.site-description span {
		padding: 5px 0;
		display: inline;
		background:#FFF;
	    box-shadow: 5px 0 0 #FFF, -5px 0 0 #FFF;
	}
	
	
	header nav span,
	nav a:before{
		display: none;
	}
	
	#menu {
		width: 50%;
		float:left;
	    font-family: 'maaxstandardbold';
		font-weight: normal;
		font-size: 13px;
		line-height: normal;
		color: #FFF;
		text-transform: uppercase;
		position: relative;
		text-align: left;
		background-color: #f70d0d;
		border-bottom: 1px solid #FFF;
		z-index: 100;
		padding:15px 0 15px 40px;
		box-sizing: border-box;
		cursor: pointer;
		display: block;	
	}
	
	#menu:hover {
		color:#3a3932
	}

	#menu span.ion-android-arrow-dropdown:before,
	#book a span.ion-android-arrow-dropdown:before {
	    font-size: 26px;
	    position: absolute;
	    margin-left: 10px;
	    top: 9px;
	    content: "\f35f";
	}	
	
	#menu span.ion-android-arrow-dropdown:before {
	    margin-left: -20px;
	}
	
	nav {
	    position: absolute;
	    max-width: none;
	    z-index: 10;
	    background: #000;
	    width: 100%;
	    top: 46px;
	    background:#f70d0d;
	    height: 0;
	    overflow: hidden;
	    transition: all 0.5s linear;	
    }
    
    .openMenu nav {
	    height: 232px;
    }
    
    .openMenu #menu span.ion-android-arrow-dropdown:before {
		content:"\f365"
	}
	
	nav li {
		display: block;
	    border-bottom:1px solid #FFF;
	    padding: 0
	}
	
	nav li a {
	    display: block;
	    color: #FFF;
	    text-transform: uppercase;
	    font-size: 12px;
	    text-align: left;
	    padding: 15px 20px 15px 40px;
	    line-height: normal;
	    position: relative;
	    letter-spacing: 1px;
	}	
	
	nav li a strong {
		font-size:13px;
	    font-family:'maaxstandardbold';	
	    letter-spacing: normal	
	}
	
	.news {
	    position: relative;
	    padding: 15px 20px 15px 40px;
	    top: auto;
	    right: auto;
	    border: 0;
	    display: block;
	    font-size: 13px;		
	}
	
	.news:hover {
		border: 0
	}
	
	.news span {
	    position: absolute;
	    display: block;
	    top: 15px;
	    left: 190px;
	}	
	
	#book a {
		font-size:13px;
		text-align: right;
		padding-right: 20px;
	}
	
	#book a span.ion-ios-arrow-forward {
		font-size:14px
	}
	
	#book a#collapsing_menu {
		margin-left:50%;
		padding-right:40px !important
	}	
	
	.three-col li {
		float:none;
		width: 100%;
	}
	
	#read .three-col li {
		border-bottom:1px solid #FFF;
		padding-left:40px;
		padding-right:40px;		
	}
	
	#read li a {
		display: block;
		height: 250px;
		color: #FFF;
		padding: 30px 0;	
		text-align: left	
	}
	
	#read .wrap {
		padding:0;
		text-align: center
	}
	
	#read h5 {
	    text-align: center;
	    font-size: 24px;
	    background-position: top center;
	    padding: 35px 0 20px 0;
	}	
	
	#btn-toc, #btn-videos {
		position: relative;
		right:auto;
		top:auto;
		text-align: center;
		margin: 30px 0;
		display: inline-block;
	}
	
	
	#read h3 {
	    font-size: 30px;
	    line-height: 36px;
	}
	
	#history h5 {
	    font-size: 22px;
	    background-position: center top;
	    padding: 43px 0 0 0;
	    text-align: center;
	}	
	
	#history.home {
		text-align: center;
	}
	
	#history.home li {
		text-align: left
	}
	
	.two-col .col {
		width: 100%;
		float:none;
	}
	
	#history h1 {
		text-align: center;
		background-position: top center;
		padding:50px 0 0
	}
	
	#history ul li a,
	#history ul li.first a,
	#history ul a.sm {
		margin-right:0;
		margin-left:0;
		min-height: 350px;
		width: auto;
		max-width: none;
	}
	#history ul li a.more {
		height: 225px;
		width: 225px;
	}
	
	#history .title{
		padding-left:20px
	}

	#history .title h3 {
		font-size: 24px;
		line-height: 32px;
	}
	
	#history .title p, #history a:hover .title p {
		padding-top:5px;
		background-position: 0 5px
	}

	.explore {
	    max-width: none;
	}
	
	
	h2#player_title {
		width: 100%;
	}
	
	#player_container, #player_playlist {
		float: none;
		width: 100%;
		max-width: none
	}

	#player_container {
	    width: 100%;
	    max-width: 860px;
	    position: static;
	    margin-left: auto;
	    margin-right: auto;
	    top: auto;
    }
    
    #player_container #close {
	    top: -40px;
    right: 20px;	    
    }
	
	#video_lightbox {
		overflow-y: scroll
	}

	
	#player_playlist {
		height: auto;
		overflow: auto;
	}
	
	#homePageVideos {
	    padding: 10px;
	}
	#read ul {
		margin-top:0px;
	}

	
}

@media only screen and (max-width: 600px) {
	#videoIntro .col {
	    width: 100%;
	}
	
	footer {
		text-align: center;
	}
	
	footer img {
		float:none;
		width: 60px
	}
	
	footer p {
		padding:10px 0 0;
		margin:0;
	}
	
	footer ul {
		position: relative;
		top: auto;
		right:auto;
		padding:20px 0;
	}

	footer li {
		display: inline-block;
		float:none;
		text-align: center
	}
	.explore {
	    padding-left:20px;
	    padding-right:20px;
	}
	#main {
		width: 100%;
	}
	
	#main h1 {
		text-align: center;
		background-position: top center;
		padding:50px 0 0
	}
	
	aside {
		display: none;
	}
	
	#main img.alignleft {
		float: none;
	    width: 100%;
	    margin: 0 0 20px;
	    display: block;
	}
	
	#main img {
   	 	width: auto;
   	 	height: auto;
   	 	margin: 0 -20px 20px;
	}
	
	#history ul {
		margin-left: -20px;
		margin-right:-20px
	}
	
	#history .two-col .col {
		margin-bottom:20px;
	}
	#share {
		display: none;
	}


}

@media only screen and (max-width: 400px) {
	h1 {
	    font-size: 55px;
	    line-height: 70px;
	}	
	
	#banner h1 {
		line-height: 70px;
	}
	

	.site-description {
		margin-top:15px;
	    font-size: 19px;
	    line-height: 24px;
	}	
	
	#banner {
		background: url(images/home-rubber-band-ball.jpg) no-repeat 100px 50px;
		background-size: 380px;		
	}
	
	#intro {
	    font-size: 16px;
	    line-height: 23px;
		padding: 40px 0px 20px;	    
	}	
	
	#homePageVideos {
	    top: 60px;
	    width: 100%;
	    left: 0;
	    margin-left: 0;
	    padding: 5px;
	}
	
	#videoIntro .col h4 {
    	font-size: 18px;
	}
	
	#videoIntro .col {
    	height: 225px;
	}
	
	#main h1, #history h1 {
		padding: 32px 0 0;
		font-size: 20px;
		background-size: 35px;
	}
	
	.mb40 {
		margin-bottom:40px !important;
	}
	
	.mb60 {
		margin-bottom:30px !important;
	}
	
	.mt80 {
		margin-top:40px !important;
	}
	
	#history .title h3 {
	    font-size: 20px;
	    line-height: 28px;
	}

	
}





