/* ICONS and FONTS */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf') format('truetype'),
	url('../fonts/icomoon.woff') format('woff'),
	url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class*="icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e600";
}
.icon-twitter:before {
	content: "\e601";
}
.icon-instagram:before {
	content: "\e602";
}
.icon-feed:before {
	content: "\e603";
}
@font-face {
	font-family: 'kosticserifregular';
	src: url('../fonts/kosticserif-regular-webfont.eot');
	src: url('../fonts/kosticserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/kosticserif-regular-webfont.woff') format('woff'),
	url('../fonts/kosticserif-regular-webfont.ttf') format('truetype'),
	url('../fonts/kosticserif-regular-webfont.svg#kosticserifregular') format('svg');
	font-weight: normal;
	font-style: normal;

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

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

}
@font-face {
	font-family: 'gobold_italicitalic';
	src: url('../fonts/gobold_italic-webfont.eot');
	src: url('../fonts/gobold_italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gobold_italic-webfont.woff') format('woff'),
	url('../fonts/gobold_italic-webfont.ttf') format('truetype'),
	url('../fonts/gobold_italic-webfont.svg#gobold_italicitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
.font-armata {
	font-family: 'Armata', sans-serif;
}
/* HEADER */
.header, .container {
	position: relative;
}
.main-stage img, .img-100 {
	width:100%;
	height: auto;
}
.quote-heading {
	font-size: 18px;
	line-height: 33px;
}
/* TEXT STYLES */
.text-upper {
	text-transform: uppercase;
}
/* MARGINS */
.m-0 {
	margin: 0;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-30 {
	margin-bottom: 30px
}
.mb-40 {
	margin-bottom: 40px
}
.mb-50 {
	margin-bottom: 50px;
}
.mt-0 {
	margin-top: 0 !important;
}
/* PADDING */
.p-0 {
	padding: 0;
}
.footer {
	background: #222;
	color: #fff;
	padding: 35px 0;
}
.footer a {
	color: #fff;
}
.copy-right {
	margin-bottom: 10px;
}
.copy-right span {
	margin: 0 10px;
}
.social-links a {
	margin-right: 10px;
}
.social-links span {
	margin-right: 5px;
}
/* FONTS */
.go-bold {
	font-family: 'goboldregular';
}
/*POSITIONS*/
.pos-relative {
	position: relative;
}
/* HEADER */
.video-header {
	height: 90px;
}
.main-stage {
	min-height: 150px;
	margin-bottom: 15px;
}
.logo a {
	color: #fff;
	font-size: 18px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.home .logo a, .single .logo a, .contact-us .logo a {
	color: #000;
}
.logo a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
	text-decoration: none;
}
.navigation {
	width: 100%;
	text-transform: uppercase;
	padding: 15px 5%;
	background: #000;
}
.home .navigation, .single .navigation, .contact-us .navigation {
	background: #fff;
}

/*@media (min-width: 768px) {*/
.home .header,
.contact-us .header {
	position: static;
}
.home .navigation,
.contact-us .navigation {
	position: absolute;
	width: 100%;
	bottom:0;
	z-index: 2;
}
.home .main-stage,
.contact-us .main-stage {
	width: 100%;
	height: auto;
	z-index: -1;

}
.home .main-stage .slide,
.contact-us .main-stage .slide {
	height: 100vh;
	width: 100%;
	background-size:cover;
	background-position: center -72px;
	background-repeat: no-repeat;
}

@media (min-width: 1800px) {
	.home .main-stage .slide,
	.contact-us .main-stage .slide {
		background-position: center -100px;
	}
}
.home .main-stage img,
.contact-us .main-stage img {
	position: absolute;
	top: -72px;
	left: 0;
	width: 100%;

	/* Preserve aspet ratio */
	min-width: 100%;
	min-height: 100%;

}
/*}*/
.archive .navigation {
	margin-bottom: 30px;
}
.main-nav {
	margin: 0 0 0;
	padding: 0;
	list-style: none;
}
.main-nav > li {
	float: left;
	margin-left: 3px;
}
.main-nav > li a {
	color: #fff;
	/*background: #fff;*/
	padding: 5px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 12px;
}
.home .main-nav > li a, .single .main-nav > li a, .contact-us .main-nav > li a {
	color: #000;
	/*background: #000;*/
}
.main-nav > li a:hover {
	/*background: #1e9bc0;*/
	text-decoration: none;
}
.main-nav > li:first-child a {
	border-radius: 5px 0 0 5px;
}
.main-nav > li:last-child a {
	border-radius: 0 5px 5px 0;
}
.photo-credit {
	display: none;
}
/* IFRAME */
.iframe-width {
	width: 100%;
	height: 400px;
}
/* CONTENT */
.content h2 {
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 700;
	font-style: italic;
}
.content p {
	font-size: 14px;
}
/* VIDEO STATS */
.credit h3, .interview-stats h3 {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: #bbb;
	font-weight: 300;
	letter-spacing: 1px;
}
.credit p, .interview-stats p, .credit a, .interview-stats a {
	font-size: 14px;
}
.fb-like-wrap {
	margin-bottom: 10px;
}
/* INTERVIEW STATS */
.interview-stats h3 {
	margin: 0 0 0;
	color: #333;
}
/*RELATED CONTENT*/
.related-content h2 {
	font-size: 14px;
	text-transform: uppercase;
}
.related-content h3 {
	font-size: 14px;
	margin: 0;
}
/*ARCHIVE STYLES*/
.archive-title {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	z-index: 100;
	top: 40%;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	width: 100%;
	opacity: 0;
	transition: all ease 0.2s;
}
.archive-item:hover .archive-title {
	opacity: 1;
}
.archive-title a {
	color: #fff;
}
.archive-item a {
	text-decoration: none;
	display: block;
}
/*RELATED CONTENT*/
.thumbnail > img, .thumbnail > a img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
/*ABOUT PAGE*/
.hero-content h2 {
	font-size: 14px;
}
.hero-content p {
	font-size: 16px;
}
/*CONTACT PAGE*/
.contact-container {
	top: 15px;
	left: 0;
	width: 100%;
}
.contact-content {
	background: #fff;
	padding:15px;
	font-size: 14px;
}
.contact-content h2 {
	margin:0 0 10px;
	padding-bottom: 10px;
	font-family: 'goboldregular';
	border-bottom: 1px solid #000;
}
.contact {
	margin-bottom: 15px;
	min-height: 150px;
}
.contact-us .main-stage {
	position: absolute;
}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
	.contact {
		width: 50%;
	}
}

@media (min-width:767px) and (max-width: 768px) {
	.fb-like-wrap {
		display: block !important;
		float: none !important;
	}
	.retweet iframe {
		margin-left: 20px !important;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	/* HEADER */
	.main-stage {
		margin-bottom: 0;
	}
	.photo-credit {
		display: block;
		text-transform: uppercase;
		text-align: right;
		padding: 5px;
		margin-bottom: 0;
		font-family: 'Armata', sans-serif;
		font-size: 11px;
		color: #888;
	}
	.logo a {
		font-size: 24px;
	}
	.main-nav {
		margin: 3px 0 0;
	}
	.quote-heading {
		font-size: 36px;
		line-height: 50px;
	}
	.main-nav > li a {
		color: #000;
		background: #fff;
		font-size: 12px;
	}
	.home .main-nav > li a, .single .main-nav > li a {
		color: #fff;
		background: #000;
	}
	.main-nav > li a:hover {
		background: #1e9bc0;
		text-decoration: none;
	}
	.main-nav > li:first-child a {
		border-radius: 5px 0 0 5px;
	}
	.main-nav > li:last-child a {
		border-radius: 0 5px 5px 0;
	}
	/* CONTENT */
	.content h2 {
		font-size: 16px;
	}
	.content p {
		font-size: 16px;
	}
	/* VIDEO STATS */
	.credit h3 {
		font-size: 18px;
	}
	.interview-stats h3 {
		font-size: 16px;
	}
	.credit p, .interview-stats p, .credit a, .interview-stats a {
		font-size: 14px;
	}
	/*RELATED CONTENT*/
	.related-content h2 {
		font-size: 18px;
	}
	.related-content h3 {
		font-size: 16px;
		margin: 0;
	}
	/*TABLET MARGINS*/
	.tabmb0 {
		margin-bottom:0;
	}
	.tabmb10 {
		margin-bottom:10px;
	}
	.tabmb20 {
		margin-bottom:20px;
	}
	.tabmb30 {
		margin-bottom:30px;
	}
	.tabmb40 {
		margin-bottom:40px;
	}
	/*ABOUT PAGE*/
	.hero-content h2 {
		font-size: 20px;
	}
	.hero-content p {
		font-size: 16px;
	}
	/*AD CONTENT*/
	.ad {
		width: 60%;
	}
	/*INTERVIEW STATS*/
	.interview-stats {
		padding-left: 20px;
	}
	/*SHARE OPTIONS*/
	.fb-like {
		margin-left: 20px;
	}
	.fb-like-wrap {
		margin-bottom: 0;
	}
	.social-links a {
		margin-right: 20px;
	}
    /*CONTACT PAGE*/
    .contact-container {
	    position: absolute;
	    top: 30px;
		left: 15px;
		max-width: 460px;
    }
	.contact-us .main-stage {
		position: static;
	}
	.contact-content .contact {
		padding: 0;
		min-height: auto;
	}
}
