/* /////////////////////////////////
	VISIBILITY
///////////////////////////////// */

.desktop,
.tablet,
.hide-mobile,
.logo.hide-mobile {
	display: none;
}

.mobile,
.logo.mobile {
	display: block;
}

#nav-open,
#nav-close {
	display: block;
}



/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

.container { 
	width: 86%;
	padding: 30px 7% 30px 7%;
	text-align: center;
}

.body .container {
	padding-bottom: 10px;
}

.col,
.col.thirds,
article,
aside,
.col.half {
	display: inline-block;
	width: 100%;
	/*max-width: 300px;*/
	float: none;
	margin-right: 0;
	padding-right: 0;
}

article {
	margin-bottom: 20px;
	max-width: 100%;
}

aside.span-100 {
	max-width: 100%;
}

.body .container p,
.body .container li,
.body .container blockquote {
	text-align: left;
}

/* /////////////////////////////////
	BASIC TEXT / HEADINGS
///////////////////////////////// */


h1,
h2.large {
	font: normal 48px/48px OptiDianna, georgia, serif; 
	color: #e55a23;
	margin-bottom: 0;
	text-align: center;
}

article h1 {
	font-size: 32px;
	line-height: 32px;
	padding-bottom: 12px;
	margin-bottom: 30px;
}

article h1.small {
	font: 200 28px/30px Gotham, arial, sans-serif; 
	text-align: left;
}

#hero .overlay h1 {
	font-size: 36px;
	line-height: 36px;
}

h2 {
	font-size: 22px;
}


h2.large {	
	font-size: 36px;
	line-height: 36px;
}

section h1 span,
h2.large span {
	padding: 0 0 10px;
}

h2.large span {
	margin-bottom: 30px;
}

h3 {
	font-size: 13px;
}

a.button, 
a.button:visited,
.bar h3 { 
	letter-spacing: 1px;		
}

p, 
ul {
	margin-bottom: 20px;
}

/* /////////////////////////////////
	LISTS
///////////////////////////////// */


section ul {
	margin: 0 0 20px 0;
}


/* /////////////////////////////////
	HEADER
///////////////////////////////// */

header .container { 
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
}

.logo.mobile {
	display: inline-block;
	max-width: 370px;
	width: 100%;
	float: none;	
}

#join {
	display: none;
}


/* /////////////////////////////////
	MAIN NAV
///////////////////////////////// */

#nav {
	background: #f79f49;
}

#nav .container {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#nav.mobile {
	font: bold 13px/20px Gotham, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}


#nav.mobile [class^="icon-"], 
#nav.mobile [class*=" icon-"] {
	float: right;
	font-size: 18px;
	margin-left: 12px;
}


#nav .join {
	color: #fff;
}

#nav .join [class^="icon-"], 
#nav .join [class*=" icon-"] {
	float: left;
	margin: -2px 8px 0 0;
	font-size: 22px;
}

#nav-open,
#nav-close {
	display: inline-block;
	color: #fff;
	font: bold 13px/20px Gotham, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: right;
	
	-webkit-transition: color .2s ease;	
	-moz-transition: color .2s ease;			
	-o-transition: color .2s ease;		
	transition: color .2s ease;	
}

#nav-close {
	display: none;
}


#nav-open:hover,
#nav-close:hover,
#nav .join:hover {
	color: #ffe1c3;
	text-decoration: none;
}
	
nav {
	clear: both;
	display: none;
	width: 100%;
	float: none;
	z-index: 99;
	background: #ffac5a;
}

nav .container {
	padding-top: 0;
	padding-bottom: 0;
}

nav ul {
	margin: 0;
	padding: 10px 0 10px;
	background: #ffac5a;
}

nav li {
	display: block;
	clear: both;
	float: none;
	padding: 0 8%;
	margin: 0;
	width: 84%;
}


nav li a,
nav li a:visited {
	display: block; 
	width: 100%;
	padding: 10px 0;
	font: bold 14px/20px Gotham, arial, sans-serif;
	border-bottom: 1px solid rgba(255,255,255,0.25) 
}

nav li.last a {
	border: 0;
}


nav li a:hover {
	color: #ffe1c3;
	text-decoration: none;
	background: none;

}

nav ul ul {
	display: none;
	padding: 10px;
	margin: 0;
}

nav ul ul li {
	display: inline-block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}

nav ul ul li a,
nav ul ul li a:visited {
	font-weight: normal;
	display: block; 
	text-decoration: none; 
	font-size: 13px;
	padding: 0;
	border: 0;
}


/* /////////////////////////////////
	HERO / BANNER
///////////////////////////////// */

#hero .slide,
#hero .slide .background,
#hero .slide .container {
	height: 320px;
}

#hero .slide .background {
	background-position: 100px -180px;
}


#hero .overlay {
	left: 6%;
	bottom: 60px;
	width: 74%;
	padding: 4% 6% 5% 6%;
}

.pager span {
	height: 8px;
	width: 20px;
}

.banner {
	height: auto;
	max-height: 215px;
}

.banner.image {
	height: 215px;
}

.banner .container {
	padding-top: 35px;
}


/* /////////////////////////////////
	FOOTER / SOCIAL
///////////////////////////////// */


footer ul {
	display: none;
}

footer .social {
	margin-bottom: 180px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

footer h1 {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.copyright {
	font-size: 11px;
	letter-spacing: 0;
	margin-bottom: 20px;
}

/* /////////////////////////////////
	CTA BOXES
///////////////////////////////// */


.cta {
	margin-bottom: 30px;
}


.cta h3 {
	font-size: 36px;
	line-height: 36px;
}


/* /////////////////////////////////
	NEWS
///////////////////////////////// */


.post {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}

.post .image {
	width: 30%;
	max-width: 90px;
	float: left;
	margin-right: 7%;
	
	-webkit-transition: all .2s ease;	
	-moz-transition: all .2s ease;			
	-o-transition: all .2s ease;			
	transition: all .2s ease;
}

.post .content {
	width: 63%;
	float: left;
}

/* Pagination */

.pagination {
	padding-top: 20px;
	margin: 20px 0 20px;
}


/* /////////////////////////////////
	BOXES
///////////////////////////////// */

.box {
	padding: 30px 30px 10px 30px;
	margin-bottom: 30px;
}


/* /////////////////////////////////
	VIDEOS
///////////////////////////////// */

.col.thirds.video {
	margin-top: 10px;
}

.col.half.video {
	margin-top: 0;
	margin-bottom: 0;
}

/* /////////////////////////////////
	IMAGE GALLERIES
///////////////////////////////// */


a.image,
a.image:visited {
	margin-bottom: 6%;
}

/* /////////////////////////////////
	FAQ
///////////////////////////////// */


.faqs {
	margin-right: -25px;
}

a.button.open-all {
	margin-top: 0;
}

/* /////////////////////////////////
	COURSES
///////////////////////////////// */


.courses .col.thirds.first img {
	margin-bottom: 30px;
}


/* /////////////////////////////////
	CLASSES
///////////////////////////////// */

.margin-bottom-40 {
	margin-bottom: 20px;
}

.margin-bottom-60 {
	margin-bottom: 30px;
}


.alignnone,
.floatLeft,
.alignleft,
.floatRight,
.alignright {
	display: block;
	float: none;
	margin: 0 0 20px 0;
	max-width: 100%;
	width: auto;
}

.full h2,
article h2 {
	margin-top: 30px;
}

.buttons {
	padding: 20px 20px 10px 20px;
}







