/*
 * 	GENERAL CSS
 *
 */

body {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
}

img, div, section {
	display: block;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	color: #000;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;

}

::selection {
	background: #c33232;
	color: #fff;
}

::-moz-selection {
	background: #c33232;
	color: #fff;
}

/*
 * 	DISPLAY NONE
 *
 */

#html5-watermark {
	display: none !important;
}

/*
 * 	HEADER CSS
 *
 */

#header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
}

#text-header {
	position: absolute;
  top: 5%;
  right: 85%;
  white-space: nowrap;
  text-align: right;
	-webkit-transform: rotate(-90deg);
  -webkit-transform-origin: right top;
	-moz-transform: rotate(-90deg);
	-moz-transform-origin: right top;
	-ms-transform: rotate(-90deg);
	-ms-transform-origin: right top;
	-o-transform: rotate(-90deg);
	-o-transform-origin: right top;
}

#text-header h1, #text-header-mobile h1 {
	font-weight: 300;
	font-size: 2em;
	line-height: 0;
}

#text-header h1 span, #text-header-mobile h1 span {
	font-weight: 700;
	color: #c33232;
}

#text-header p {
	letter-spacing: 5px;
}

#email-phone {
	position: absolute;
	bottom: 2%;
	left: 10%;
}

#email-phone strong {
	text-transform: uppercase;
}

/*
 * 	BODY CSS
 *
 */

.body-div {
	float: right;
	clear: both;
	width: 65%;
	padding: 5%;
}

#body-main {
	overflow: hidden;
	text-align: center;
}

#body-main #featured {
	margin: 0 auto;
	clear: both;
}

#body-main .small {
	width: 30%;
	margin: 0 5% 5% 0;
	float: left;
}

#body-main .small:nth-child(3n) {
	margin: 0 0 5% 0;
}

#body-main #featured img, #body-main .small img {
	width: 100%;
	height: auto;
}

.video-list {
	display: block;
	margin-top: 35px;
}

#bio {
	background: #fedf4f;
}

#tbd {
	color: #fff;
}

/*
 * 	MOBILE CSS
 *
 */

#header-mobile {
	display: none;
}

#header-mobile {
	overflow: hidden;
}

#text-header-mobile h1 {
	line-height: 1em;
}

#text-header-mobile {
	width: 100%;
	clear: both;
	padding: 0 0 1%;
	border-bottom: 1px solid #eee;
}

#header-mobile .info-div {
	display: block;
	width: 50%;
}

#footer-mobile {
	display: none;
}

@media only screen and (max-width : 640px) {
	#header {
		display: none;
	}

	#header-mobile {
		display: block;
		clear: both;
		padding: 5% 10%;
		width: 80%;
		background: #fff;
	}

	#body-main #featured {
		width: auto;
	}

	#body-main .small {
		width: 100%;
		margin: 0 0 5% 0;
		float: none;
		clear: both;
	}

	.body-div {
		float: none;
		width: 80%;
		padding: 10%;
	}
}

@media only screen and (max-height : 480px) {
	#header {
		display: none;
	}

	#header-mobile {
		display: block;
		clear: both;
		padding: 5% 10%;
		width: 80%;
		background: #fff;
	}

	#body-main #featured {
		width: auto;
	}

	#body-main .small {
		width: 100%;
		margin: 0 0 5% 0;
		float: none;
		clear: both;
	}

	.body-div {
		float: none;
		width: 80%;
		padding: 10%;
	}
}

#selfie img {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-height : 480px) and (max-width: 640px) {
	#footer-mobile {
		display: block;
		background: #fff;
		text-align: center;
	}
}

@media only screen and (max-width: 640px) {
	#footer-mobile {
		display: block;
		background: #fff;
		text-align: center;
	}
}
