/* *************************************
	Jaime Camil     //     Master CSS
************************************** */
     /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
	
/*****BASICS*/
body {
	background:#111!important;
	color:#a0a0a0;
	font-family: 'Roboto', sans-serif!important;
	font-size:100%;
	line-height:104%;
}
#content{
	width:100%;
	max-width:1400px;
	margin: 35px auto 0;
}
.imghead{
	float: none;
    clear: both;
    width: 100%;
    position: relative;
}
.clear{clear:both;}
.clearl{clear:left;}
.redeshead{width:100%;}
hr{height:1px; background-color:#343434; border:0!important;}

/*****LEFT*/
#left{float:left; width:50%; position:relative;}
/*Instagram*/
.igwrapper{
	height:100%;
	width:96%;
	margin:0 2%;
	position: relative;
	font: 14px/16px "Helvetica Neue", "Segoe UI",Calibri,sans-serif;
	color:#a0a0a0;
	overflow:auto;
}
.headig{width:50%!important; margin:0 25%;}
.demo{margin: 0 5%; width: 90%;}
.igb{ 
	display: inline-block;
    float: right;
    margin: 0 10%;
}
a.igb img{opacity:1;-webkit-transition:opacity 1s;}
a.igb:hover img{opacity:0.8;}

/*****RIGHT*/
#right{float:right; width:50%;}

/*fb wrap:*/
#le1{float:left; width:48%; position:relative;
padding:0 1% 0 1%;}
#le1 ul li{ list-style:none!important;}
#le1 ul{margin-left:0!important;}
/*twitter wrap:*/
#le2{float:left; width:48%; position:relative;
padding:0 1% 0 1% ;}

/*facebook*/
#facebook_wall {
	min-height: 200px;
	/*max-height:900px;*/
	/*margin:0 0 0 5px;
	border:1px solid #444;
	border-radius:5px;
	background:#333;*/
	position:relative;
	font:14px/16px "Helvetica Neue", "Segoe UI",Calibri,sans-serif;
	color:#a0a0a0;
}
#facebook_wall a{
	color:#89c9fa;
	text-decoration:none;
}
#facebook_wall a:hover{text-decoration:underline;}
#facebook_wall .facebook-loading{
	width:16px;
	height:16px;
	margin:-8px 0 0 -8px;
	background:url(../fbplugin/images/loader.png) no-repeat 50% 50%;
	position:absolute;
	top:100px;
	left:50%;
}
#facebook_wall .facebook-loading{
	-moz-animation:update-spinner 1s linear infinite;
	-webkit-animation:update-spinner 1s linear infinite;
	-ms-animation:update-spinner 1s linear infinite;
	animation:update-spinner 1s linear infinite;
}
#facebook_wall li{
	min-height:52px;
	padding:10px 10px 10px 72px;
	border-top:1px solid #444;
	display:none;
	position:relative;
}
#facebook_wall li:first-child {border-top: none;}
#facebook_wall li .meta-header .avatar {
	width:48px;
	height:48px;
	border:0;
	border-radius:4px;
	position:absolute;
	top:10px;
	left:10px;
}
#facebook_wall li .meta-header .avatar a img{
	float:none;
    clear:both;
    width:100%;
    position:relative;
}
#facebook_wall li .meta-header .author {
	font-weight:bold;
	font-size:1.2em;
}
#facebook_wall li .meta-header .author a {color:#cfcfcf;}
#facebook_wall li .meta-header .date {display: none;}
#facebook_wall li .message {
	color:#a0a0a0;
	margin-bottom:16px;
}
#facebook_wall li .story {
	font-style:italic;
	color:#a0a0a0;
	margin-bottom:16px;
}
#facebook_wall li .media {
	color:#a0a0a0;
	margin:10px 0;
}
/*#facebook_wall li .media.border-left {
	padding-left: 10px;
	border-left: 2px solid #a1a1a1;
}*/
#facebook_wall li .media .image {
	margin-right:10px;
	float:left;
	position:relative;
}
#facebook_wall li.type-<a href="http://www.jqueryscript.net/tags.php?/video/">video</a> .media .image:after {
	width:44px;
	height:44px;
	background:url('images/play.png') no-repeat 50% 50%;
	margin-top:-22px;
	margin-left:-22px;
	position:absolute;
	top:50%;
	left:50%;
	content:" ";
	pointer-events:none;
}
#facebook_wall li .media .image img {
	width:100%;
	height:auto;
}
#facebook_wall li .media .media-meta {
	float:left;
	display:table;
}
/*#facebook_wall li .media .media-meta .name {font-weight: bold;}*/
#facebook_wall li .media .media-meta .caption {font-style:italic;}
#facebook_wall li .meta-footer {
	font-size:10px;
	line-height:16px;
	color:#a1a1a1;
	clear:both;
}
#facebook_wall li .meta-footer .seperator {padding:0 4px;}
#facebook_wall li ul.like-list {
	margin-top:10px;
	display:none;
}
#facebook_wall li ul.like-list li.like {
	font-size:11px;
	line-height:16px;
	margin-top:2px;
	border-top:none;
	background:#e0e0e0;
	display:block;
}
#facebook_wall li ul.like-list li.like:first-child {margin-top:0;}
/*#facebook_wall li ul.like-list li.like .meta-header .author {}*/
#facebook_wall li ul.comment-list {display:none;}
#facebook_wall li ul.comment-list li.comment {
	font-size:11px;
	line-height:16px;
	margin-top:2px;
	border-top:none;
	background:#e0e0e0;
	display:block;
}
#facebook_wall li ul.comment-list li.comment:first-child {margin-top:0;}
#facebook_wall li ul.comment-list li.comment .meta-header .author {}
#facebook_wall li ul.comment-list li.comment .meta-header .date {}
#facebook_wall li ul.comment-list li.comment .message {margin-bottom:0;}
#facebook_wall li ul.comment-list li.comment .date {
	font-size:9px;
	line-height:16px;
	color:#a1a1a1;
}
#facebook_wall li ul.comment-list li.read_more {
	min-height:1px;
	font-size:9px;
	line-height:16px;
	color:#a1a1a1;
	padding:0 10px 0 72px;
	margin:5px 0 -5px 0;
	border-top:none;
	display:block;
}
#facebook_wall li ul.comment-list li.read_more a {color:#a1a1a1;}
.div-div-img:hover .div-img {opacity:0.2!important;}

#facebook_wall iframe{height: 20px !important;
    /*padding: 10px 10px 10px 180px;*/
	padding: 10px;}
 
/*twitter*/
.twitterwrapper {
    float:none;
    clear:both;
    width:100%;
    position:relative;
    padding-bottom:56.25%;
    /*height:0;*/
	height: 100%;
    overflow: auto;
}
.twitterwrapper a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*Youtube*/
.headyt{max-width:350px;}
#vidspace{
	height: 100%;
    margin-bottom: 50px;
    overflow: auto;
}
.colvid{
	float:left; 
	width:23%; 
	position:relative;
	padding:0 1%; 
	overflow:auto;
	height:100%;
	margin-bottom:20px;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 25px;*/
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*****FOOTER*/
#footer{
    height: 15px;
    padding: 20px;
}
#footer p{float:right;}

/*****CONTACT*/
.chead{
	margin: 0 25%;
    width: 50% !important;
}
h4{font-size:20px!important; text-transform:uppercase; color:#a0a0a0!important;}
#cright a{text-transform:uppercase;color:#87b9df!important; font-size:11px!important;}
#cright p {
    font-size: 12px!important;
    line-height: 18px!important;
    margin: 0!important;
}
#cleft{
	float:left; 
	width:42%; 
	position:relative;  
	padding-left:8%; 
	padding-top:5%; 
	min-height:200px;
	color:#a0a0a0;
	font-size:16px;
}
#cright{
	float:right; 
	width:45%; 
	position:relative; 
	padding-right:5%;
	color:#a0a0a0;
	font-size:16px;
}
.cmail{
	float:left; 
	width:44%; 
	position:relative;
	border-bottom: 1px solid #2e2e2e;
	margin: 2% 3% 1% 3%;
		padding: 0 0 5%;
		min-height: 91px;
}
.colast{border-bottom:0!important;}
#contact_form{ 
	background:transparent;
	width:auto; height:auto;
	margin:0; 
	padding:0;
	position:relative;
	font-size:16px;
}
form fieldset{ 
	border:0;margin:0; 
	position:relative;
	display:block; 
	padding:0px; 
}
/*form fieldset legend{ 
	border-width:1px; 
	border-style:solid; 
	border-color:#dfdfdf; 
	color:#666;
	font-weight:bold; 
	font-variant:small-caps; 
	font-size:140%; 
	padding:4px 8px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px; 
	background:#fff; 
}*/
label{ 
	/*display:block; 
	float:left;*/
	border-bottom:1px solid #707070;  
	width:75%;
	padding:5px 0 3px;  
	color:#a0a0a0!important; 
	font-weight:100;
	font-size:13px!important;
	text-align:left;
	text-transform:uppercase;
}
label.error{ 
	background: transparent url(../imgs/warningsmall.png) no-repeat 2px 3px;
	border-bottom:0; 
	margin-left:15px; 
	padding-left:20px;
	width:50%; 
	color:#ffa500!important;
	font-size:10px!important;
	font-weight:normal;
	text-align:left;
	/*display:none;*/
	line-height:10px!important;
}
input.text-input, textarea#message{
	background:#202020;
	border:0!important;
	/*margin:6px 4px;
	margin-left:15px;*/
	padding:5px;
	width:73%;
	color:#fff;
	font-size:14px;
 
}
textarea#message{
	width:73%;
	height:150px;
}
label#name_label {}
input#name {}
label#name_error {}
/*
label#email_label {position:absolute; top:50px; left:0px;}
input#email {position:absolute; top:65px; left:90px;}
label#email_error {position:absolute; top:90px; left:100px;}

label#phone_label {position:absolute; top:125px; left:0px;}
input#phone {position:absolute; top:125px; left:90px;}

label#message_label {position:absolute; top:185px; left:0px;}
textarea#message {position:absolute; top:185px; left:90px;}
label#message_error {position:absolute; top:293px; left:100px;}
*/
input.button {
	background:#414141!important;
	border:0!important;
	cursor:pointer;  
	padding:3px 6px!important; 
	margin:20px 0px 0px 10px!important;
	width:20%!important;
	height:30px!important;
	color:#fff!important; 
	font-size:12px!important;
	text-transform:uppercase!important;
}
input.button:hover{background:#2f2f2f!important;}
#thanks-msg	{margin:15% 25%; }
#thanks-msg h2 { font-size:150%!important;color:#a0a0a0!important; }
#thanks-msg p { color:white;font-weight:bold;margin:6px 0px; }
#checkmark {left: 20px;
    position: relative;
    top: -70px; }




/*****DROP MENU*/
.fixed{width:100%;position:fixed;top:0;left:0;z-index:1000;}
.swrapper{width:100%;margin:0 auto;}
#slider{display:none;}
#slider,.awrapper{background:rgba(45,45,45,.9);}
.awrapper span{display:inline-block;background:url('../imgs/show.png') no-repeat;width:90px;height:35px;margin:0 auto;}
.awrapper span.active{background:url('../imgs/hide.png') no-repeat!important}
.awrapper{width:90px;height:35px;margin:0 auto;}
.awrapper a{display:block;text-align:center;width:90px;height:35px;line-height:35px;}
.awrapper img{vertical-align:middle;display:inline-block;margin:0 auto;}
.social, .fixmenu ul, ul.slider-menu{text-align:center;}
.fixmenu li{display:inline;}
.slider-menu li{display:block;}
.slider-menu li:last-child{display:block;}
.slider-menu a{width:100%;display:inline-block;line-height:48px;opacity:1;}
.menu a:hover{opacity:1;}
.fixmenuwrap{width:100%;max-height:76px;position:fixed;top:0;left:0;z-index:998;}
.fixmenu{background:rgba(45,45,45,.9);height:35px;}
.fixmenu.none{background:0;}
.fixmenu ul{width:100%;margin:0 auto;}
.fixmenu a{width:11%;display:inline-block;line-height:35px;opacity:.6;-webkit-transition:opacity .6s;}
.fixmenu a:hover{opacity:1;}
.fixmenu a.down{background:rgba(0,0,0,.6) url('../imgs/show.png') no-repeat center;text-indent:-9999px;width:90px;}
.headspace{vertical-align:top;text-align:center;}
.headspace .col{display:block;vertical-align:top;width:30%;margin:0 auto;}
.headspace .col.slider-menu{display:none}
/*logo-slider:*/
.logo{margin:0 auto;padding:50px 0 0;}
.logo img{
	float:none;
    clear:both;
    width:100%;
    position:relative;}
ul.social{display:block; margin:0 auto; padding-top:20px; padding-bottom:50px; width:100%;}
.social li{display:inline; text-indent:-9999px;}
.social a,.social a:link{display:inline-block; text-indent:-9999px; width:50px; height:50px; opacity:.6;
-webkit-transition:opacity .5s ease-in-out ;transition:opacity .5s ease-in-out;}
.social a:hover, .social .soactive{opacity:1;}
.social a.sotw{background:url(../imgs/head-tw.png);}
.social a.sofb{background:url(../imgs/head-fb.png);}
.social a.soig{background:url(../imgs/head-ig.png);}
.social a.sokk{background:url(../imgs/head-keek.png);}
.social a.soco{background:url(../imgs/head-envelope.png);}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#left, #right, #le1, #le2, #cleft, #cright{float:left; width:100%; position:relative;}
		.headspace .col{width:80%;}
		img.redeshead{width:50%; margin:0 auto; display:block;}
		.headig{width:50%!important;}
			.igwrapper{width:96%; margin:0 2%;}
			.demo{margin: 0 0 0 12%; width: 80%;}
		.twitterwrapper {padding-bottom:0%; width:50%; margin:0 25%;}
		#facebook_wall{width:94%; margin:0 3%;}		
			#facebook_wall iframe{height: 20px !important; padding: 10px;}
		.colvid{width:94%; margin:0 3% 10%;}
		.chead{
		width:50%!important; margin:0 25%;
		}	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#left, #right, #le1, #le2, #cleft, #cright{float:left; width:100%; position:relative;}
		.headspace .col{width:80%;}
		img.redeshead{width:50%; margin:0 auto; display:block;}
		.headig{width:50%!important;}
			.igwrapper{width:96%; margin:0 2%;}
			.demo{margin: 0 ; width: 100%;}
		.twitterwrapper {padding-bottom:0%; width:64%; margin:0 18%;}
		#facebook_wall{width:94%; margin:0 3%;}		
			#facebook_wall iframe{height: 20px !important; padding: 10px;}
		.colvid{width:94%; margin:0 3% 10%;}	
		
		.cmail {
		border-bottom: 1px solid #2e2e2e;
		float: left;
		margin: 5% 6% 1% 4%;
		padding: 0 0 5%;
		position: relative;
		width: 92%;
		}
		.chead{
		width:50%!important; margin:0 25%;
		}
		.colast{border-bottom:1px solid #2e2e2e!important;}	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#left, #right, #le1, #le2, #cleft, #cright{float:left; width:100%; position:relative;}
		.headspace .col{width:80%;}
		img.redeshead{width:80%; margin:0 auto; display:block;}
		.headig{width:80%!important;}
			.igwrapper{width:96%; margin:0 2%;}
			.demo{margin: 0 15%; width: 70%;}
		.twitterwrapper {padding-bottom:0%; width:94%; margin:0 3%;}
		#facebook_wall{width:94%; margin:0 3%;}		
			#facebook_wall iframe{height: 20px !important; padding: 10px;}
		.colvid{width:94%; margin:0 3% 10%;}
		
		.cmail {
		border-bottom: 1px solid #2e2e2e;
		float: left;
		margin: 5% 6% 1% 4%;
		padding: 0 0 5%;
		position: relative;
		width: 92%;
		}
		.chead{
		width:80%!important; margin:0 10%;
		}
		.colast{border-bottom:1px solid #2e2e2e!important;}
	
	}