/* blue: #76CAD8 */

*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background-color: #000;
	background-image:url(img/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
@media (max-width: 939px) {
body{
		background-image:url(img/background-email.gif);
	}
}
ol, ul{
	list-style-type: none;
}
@font-face{
	font-family: uberform;
	src: url(assets/fonts/uberform.woff2);
}

/* LAYOUT
-------------------------------------------------------------- */
.container{
	padding-bottom: 72px;
	padding-top: 72px;
}
@media (max-width: 939px) {
.container{
	padding-bottom: 36px;
	padding-top: 36px;
}
}
.main{
	border-bottom: 1px solid #333;
}
.page{
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	width: 940px;
}
@media (max-width: 939px) {
	.page{
		width: 560px;
	}
}
@media (max-width: 619px) {
.page{
	width: auto;
}
}
.half{
	width: 460px;
}
.center{
	margin-left: auto;
	margin-right: auto;
}
.clear{
	clear:both;
}
.flex{
	display: flex;
}
@media (max-width: 939px) {
.flex{
	display: block;
}
}
.justify{
	display: flex;
	justify-content: space-between;
}
.grey{
	background-color: #f9f9f9;
}
.gutter{
	margin-right: 20px;
}
.hide {
	display: none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.rule{
	border-top: 1px solid #999;	
	height: 18px;
}
.third{
	width: 300px;
}
@media (max-width: 939px) {
	.half, .third{
		width: 100%;
	}
}
.youtube{
/*	aspect-ratio: 16 / 9;*/
	height: 360px;
	width: 640px;
}
@media (max-width: 619px) {
.youtube{
	height: 180px;
	width: 320px;
}
}

/* CONTENT
-------------------------------------------------------------- */
.code{
	background-color:#eee;
	border-radius: 10px;
	font-family: "Andale Mono";
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.content a{
	color: #76CAD8;
}
.content h1{
	color: #fff;
	font-size: 60px;
	font-family: uberform;
	line-height: 56px;
	margin-bottom: 24px;
	text-transform: uppercase;
}
@media (max-width: 619px) {
	.content h1{
		font-size: 48px;
		line-height: 48px;
		margin-bottom: 18px;
	}
}
.content h1 a{
	color: #76CAD8;
	text-decoration: none;
}
.content h2{
	color: #fff;
	font-size: 48px;
	font-family: uberform;
	line-height: 48px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
@media (max-width: 619px) {
.content h2{
		font-size: 36px;
		line-height: 33px;
	}
}
.content h2 a{
	color: #fff;
	text-decoration: none;
}
.content h3{
	color: #fff;
	font-family: uberform;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.content img{
	max-width: 620px;
}
@media (max-width: 619px) {
.content img{
	width: 100%;
}
}
.content li{
	color: #fff;
	font-family: "andale mono";
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
.content ul li::before{
	color: #76CAD8;
	content: "\2794";
	display: inline-block;
	margin-right: 10px;
}
.content p{
	color: #fff;
	font-family: "andale mono";
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
}
.content ul{
	margin-bottom: 18px;
}
.button a{
	background-color: #76CAD8;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-family: uberform, "andale mono";
	margin-bottom: 24px;
	padding: 10px 20px;
	text-decoration: none;
}
.content footer, .content nav{
	color: #fff;
	font-size: 12px;
	font-family: "andale mono";
	line-height: 18px;
	padding-bottom: 18px;
}

/* [  ] HEADER
-------------------------------------------------------------- */
.cta{
	padding-bottom: 24px;
	padding-top: 36px;
}
.header{
	border-bottom: 1px solid #333;
	padding-top: 36px;
	text-align: center;
}
.header p{
	color: #fff;
	font-family: helvetica;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}
.header strong{
	font-family: helvetica;
	font-size: 48px;
	line-height: 36px;
}
.header span{
	color: #38b5d5;
}
.header sup{
	font-size: 24px;
}
@media(max-width: 619px){
	.header p a{
		font-size: 18px;
		line-height: 18px;
	}
}
@media(max-width: 619px){
	.tagline{
		display: none;
	}
}

/* [  ] NAV
-------------------------------------------------------------- */
.primary-navigation{
	background-image: url(img/nav.gif);
	height: 50px;
}
@media(max-width: 619px){
.primary-navigation{
	width: 100%;
}
}
.primary-navigation a{
	display: inline-block;
	line-height: 50px;
	color: #222;
	text-decoration: none;
	width: 187px;
}
.primary-navigation a:hover{
	color: #333;
}
@media (max-width: 939px) {
.primary-navigation a{
	width: 123px;
}
}
.primary-navigation ul li{
	border-left: 1px solid #999;
	display: inline-block;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
}
.primary-navigation ul{
	font-size: 0;
}
.primary-navigation .menu-item-home a{
	color: #333;
}
.primary-navigation .menu-item-home{
	border: 0;
}

.mobilemenu{
	background-color: none;
	font-style: normal;
	position: relative;
	top: -47px;
	z-index: 999998;
}
.mean-container a.meanmenu-reveal{
	color: #222
}
.mean-container a.meanmenu-reveal span{
	background-color: #222;
}
.mean-container .mean-bar{
	background: none;
}
.mean-container{
	font-family: arial;
	font-size: 14px;
}
.mean-container .mean-nav ul li a{
	color: #222;
}
.mean-nav li{
	background-color: #ffcc00;
}


/* [  ] FOOTER
-------------------------------------------------------------- */
.footer{
	border-top: 1px solid #333;
	padding-bottom: 18px;
	padding-top: 18px;
}
.footer-container{
	padding-left: 30px;
	padding-right: 30px;
}
.footer p{
	color: #fff;
	font-family: "andale mono";
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
.footer p a{
	color: #76CAD8;
	text-decoration: none;
}
.social a{
	font-size: 18px;
	text-decoration: none;
	margin-left: 6px;
}


/* FORMS
-------------------------------------------------------------- */
.content input, .content textarea{
	border: 2px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #666;
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 15px;
}
.content input[type='text'], .content input[type='email'], .content textarea{
	width: 100%;
}
.content select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: url(svg-min/expand.svg);
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
	background-size: 18px;
	border: 1px solid #a5a5a5;
	cursor: pointer;
	height: 44px;
	margin-bottom: 10px;	
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	width: 100%;
}
.content textarea{
	height: 180px;
}
.content button, .form-submit input, .submit a{
	-webkit-appearance: none;
	background-color: #76CAD8;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: uberform, "andale mono";
	font-size: 18px;
	margin-bottom: 24px;
	max-width: 260px;
	padding: 20px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
label.warning{
	background-color: #ff3535;
	color: #fff;
	display: block;
	margin-top: 10px;
	line-height: 18px;
	padding: 10px;
	position: relative;
}
.warning::before{
	bottom: 105%;
	color: #ff3535;
	content: '\f500';
	font-family: Genericons;
	font-size: 36px;
	left: 15px;
	position: absolute;
}

/* WIDGET
-------------------------------------------------------------- */
.widget{
	width: 300px;
	margin-bottom: 18px;
	margin-right: 20px;
}
@media (max-width: 939px) {
.widget{
	margin-right: 0;
	width: 100%;
}
}
.widget:nth-child(3){
	margin-right: 0;
}
.widget a{
	color: #fff;
	text-decoration: none;
}
.widget h2{
	font-family: uberform;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	margin-bottom: 18px;
}
.widget input {
	width: 160px;
}
.widget p{
	color: #fff;
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}
.widget ul{
	margin-bottom: 18px;
}
.widget li{
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
}
.widget li a{
	color:#fff;
	text-decoration: none;
}
.widget li a:hover{
	text-decoration: underline;
}
.dark{
	background-color: #222;
}
.dark a, .dark h2, .dark li, .dark li a, .dark p{
	color: #fff;
}

/* [  ] COMMENTS
-------------------------------------------------------------- */
.comment-body{
	display: flex;
	flex-flow: column;
}
.comments img{
	display: none;
}
.comments li{
	margin-bottom: 24px;
}
.comments li:before{
	content: none;
}
.comment-content{
	background-image:url(img/quote.png);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	background-color:#eee;
	border-radius: 10px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 60px;
	padding-bottom: 20px;
}
.comment-meta{
	text-align: right;
}
.comment-meta b::before{
	color: #eee;
	content: '\25E5';
	margin-right: 12px;
	position: relative;
	top: -3px;
}
.reply{
	text-align: right;
}
.says{
	display: none;
}

/* [  ] TOP
-------------------------------------------------------------- */
.top{
	bottom: 20px;
	color: #76CAD8;
	display: none;
	font-size: 48px;
	height: 48px;
	padding: 5px 5px;
	position: fixed;
	right: 20px;
	text-decoration: none;
	width: 48px;
}