@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('fonts/MonoSocialIconsFont-1.10.eot');
    src: url('fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html{
	background-image:url('images/bg_rough.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	font-family: 'Roboto Condensed', Helvetica, Arial, Sans-serif;
}
body{
	letter-spacing:.1em;
	padding-bottom:100px;
}
hr{
	border:0px none;
	border-top:1px dashed #ccc;
	margin:20px 0;
	width:100%;
	height:0px;
	clear:both;
}
.icons{
	font-family: 'Mono Social Icons Font';
	font-style:normal;
	font-weight:normal;
}
.clear{
	width:100%;
	height:0px;
	clear:both;
	float:none;
	display:block;
}
a{
	color:white;
	text-decoration:none;
	font-weight:700;
}
a:hover{
	color:#ccc;
}
a.button{
	text-transform:uppercase;
	display:inline-block;
	padding:8px 12px;
	background-color:white;
	color:black;
	border-radius:5px;
	cursor:pointer;
	margin:0 auto;
}
a.button:hover{
	background-color:#ccc;
}
h1{}
h2{
	font-size:45px;
	line-height:55px;
	font-weight:300;
	margin:0 0 50px 0;
	font-style:italic;
	text-align:center;
}
h3{
	font-size:35px;
	line-height:45px;
	font-weight:300;
	margin:0 0 25px 0;
	font-style:italic;
	text-align:center;
}
h4{
	font-size:14px;
	margin:10px 0;
}
p{
	font-size:15px;
	line-height:25px;
	font-weight:300;
	margin:0 0 20px 0;
	letter-spacing:.08;
	text-align:justify;
}
p.formal{
	text-align:left!important;
	font-size:13px;
	line-height:23px;
}
p.date{
	font-style:italic;
	font-size:13px;
	line-height:23px;
	margin:0;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
iframe{
	display:block;
	clear:both;
	margin:0 auto;
}
img.cover{
	display:block;
	margin:0px auto 20px auto;
}
#mask{
	position:fixed;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color:rgba(0,0,0,.85);
	z-index:1;
	padding-bottom:100px;
	opacity:0;
/*	display:none;*/
}
header{
	height:50px;
	width:100%;
	position:fixed;
	top:-50px;
/*	top:0px;	*/
	background-color:black;
	display:block;
	vertical-align:top;
	text-align:center;
	z-index:3;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
	text-transform:uppercase;
	font-size:15px;
	font-weight:400;
}
header h1{
	background-image:url('images/logo_black.jpg');
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	width:185px;
	height:50px;
	display:inline-block;
	margin-right:10px;
	line-height:50px;
}
header h1 a{
	display:block;
	cursor:pointer;
	width:100%;
	height:100%;
}
header ul{
	display:inline-block;
	height:50px;
	line-height:50px;
	vertical-align:top;
}
header ul li{
	display:inline-block;
	padding:0px 10px;
	height:50px;
	vertical-align:top;
	line-height:50px;
}
header ul li a{
	color:white;
	text-decoration:none;
	padding:3px 0px;
	font-weight:400;
}
header ul li a:hover{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
section{
	position:relative;
	z-index:2;
	top:100px;
	width:640px;
	margin:0 auto;
	color:white;
	display:none;
	padding-bottom:100px;
}
section#about{
	text-align:center;
}
section#about p{
	text-align:center;
}
section#about .banners{
	height:80px;
	line-height:80px;
	vertical-align:middle;
	margin:50px 0;
}
section#about .banners > *{
	line-height:80px;
	height:80px;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
}
section#about .banners > * > *{
	line-height:80px;
	vertical-align:middle;
}
section#videos{}
section#videos iframe{
	width:640px;
	height:360px;
}
section#videos h3{
	font-weight:bold;
	margin:10px 0;
}
section#videos .carousel{
	width:640px;
	border-top:1px solid #666;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
}
section#videos .carousel .thumb_wrap{
	width:320px;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	margin:10px 0;
}
section#videos .carousel .thumb_wrap img{
	width:125px;
}
section#videos .carousel .thumb_wrap h4{
	padding:0 10px;
	margin:0 auto;
	font-size:12px;
	width:175px;
}
section#videos .carousel .thumb_wrap h4 span{
	line-height:15px;
	display:inline-block;
}
section#videos .carousel .thumb_wrap img,
section#videos .carousel .thumb_wrap h4{
	height:94px;
	display:inline-block;
	vertical-align:middle;
	line-height:94px;
}
section#social h2 a{
	font-weight:normal;
	text-transform:uppercase;
}

#intro{
	position:fixed;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	z-index:100;
	background-color:rgba(255,255,255,1);
}
#intro img{
	opacity:0;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-122px;
	margin-left:-450px;
}

section#podcast small.email{
	position:relative;
	display:block;
	bottom:-10px;
	font-size:12px;
	line-height:12px;
	font-style:italic;
}
section#podcast .description{
	margin-top:40px;
}
section#podcast .episodes{
	width:100%;
}
section#podcast .episodes li{
	border-top:1px solid white;
	padding:20px 0;
	margin:0 0 20px 0;
}
section#podcast .episodes li img.thumb{
	width:100px;
	height:auto;
	display:inline-block;
	vertical-align:top;
}
section#podcast .episodes li .episode_info{
	display:inline-block;
	width:518px;
	padding-left:16px;
	vertical-align:top;
}
section#podcast .episodes li .episode_info h3{
	text-align:left;
	margin-bottom:10px;
}
section#podcast .episodes li .episode_info h4{
	text-align:left;
	margin-bottom:10px;
	font-weight:normal;
}
section#podcast .episodes li .episode_info p.date{}
section#podcast .episodes li .episode_info .desc{
	margin:20px 0;
	font-size:13px;
	line-height:19px;
}
section#podcast .episodes li .episode_info .download{}
section#podcast .episodes li .audiojs{
	margin:10px 0;
}
section#social .accounts{
	padding:0 0 50px 0;
	margin:0 0 50px 0;
	border-bottom:1px solid white;
	text-align:center;
}
section#social .accounts a{
	text-transform:uppercase;
	font-weight:lighter;
	font-size:30px;
	display:inline-block;
	margin:0 16px;
}
section#social .socialpost{
	width:160px;
	height:160px;
	display:block;
	float:left;
	margin:0;
	padding:0;
	line-height:160px;
}
section#social .socialpost a p{
	background-color:rgba(0,0,0,.8);
	color:white;
	text-align:left;
	padding:10px;
	height:140px;
	overflow:hidden;
	font-size:12px;
	line-height:1.2em;
}
section#social .socialpost a,
section#social .socialpost.twitter a.wimage{
	display:block;
	height:100%;
	width:100%;
	border:0px none;
}
section#social .socialpost.twitter a:hover p {
	background-color:white;
}
section#social .socialpost.twitter a.wimage:hover p{
	background-color:rgba(255,255,255,.8);
}
section#social .socialpost.twitter a p{
	background-color:transparent;
	color:white;
	font-size:14px;
}
section#social .socialpost.twitter a:hover p{
	color:black;
}
section#social .socialpost a{
	background-position:center center;
}
section#social .socialpost.instagram a:hover p,
section#social .socialpost a.wimage:hover p{
	display:block;
}
section#social .socialpost.instagram a p,
section#social .socialpost a.wimage p{
	display:none;
}
