#workcontainer {
    width: 100%;
    position: relative;
/*     overflow: hidden; */
}

.typekit-badge {
	display: none !important;
}


#loading{
		display: none;
		position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9000;
		background: #f0f0f0; background-image: url("../img/loading.gif");
		background-repeat: no-repeat; background-position: center center;
	}
	

    
	h1 {
		font-family: "stratum-2-web",sans-serif;
		letter-spacing: -4px;
		text-transform: uppercase;
		line-height: 1;
		color: #5e5e5e;
		font-size: 200%;
		font-weight: 900;
		
		}
		
				
	h2 {

		font-family: "stratum-2-web",sans-serif;
		font-style: italic;
		text-align: left;
		line-height: 1;
		color: #7f7f7f;
		font-size: 1.8em;
		font-weight: 100;
		letter-spacing: 1px;
		
		}
	h3 {
		font-family: "stratum-2-web", sans-serif;
		color: #f4f2f9;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.9em;
		line-height: 90%;
	}
	
	h4 {
/* 		font-family: "reenie-beanie-n5", "reenie-beanie",sans-serif; */
		font-family: "stratum-2-web", sans-serif;
/* 		font-family: "ff-tisa-web-pro",serif; */
		font-size: 1.1em;
		color: #d9d9d9;
		font-weight: 300;
		margin-top: -10px;
		padding-right: 20px;
		line-height: 98%;
		
		
	}

         	
         	.amp
            {
            font-family:"stratum-2-web";
            font-weight:300;
            }



/* =============================================================================
   TOOL TIP
   ========================================================================== */
   

            
            
            
            
      	
/* =============================================================================
   EACH PAGE SETTINGS
   ========================================================================== */

	.eachpage{
		
	}
	.pagepadding{
		padding: 265px 55px 55px 55px;	
	}
	.pagepadding-work{
		padding: 265px 55px 55px 55px;	
	}	
	
	.main-header h3 {
		margin-bottom: 0;
		font-size: 2em;
		font-weight: 900;
		text-transform: uppercase;
		margin: 0;
		padding-bottom: 10px;
	}
	

/* =============================================================================
   PAGE: ABOUT
   ========================================================================== */



.about {
	padding-bottom: 20px;
	padding-top: 70px;
}

#about p {
	font-size: 1em;
	letter-spacing: .5px;
}




/* =============================================================================
   PAGE: WORK
   ========================================================================== */
#workwrap{
		padding-top: 80px;
		overflow: auto;
		float: left;
	}


.workcontainer{
		margin-left: 1.333333%; margin-bottom: 15px;
		float: left;
/* 		width: 251px; height: 340px; */
		width: 32%;
		height: auto;
/* 		max-height: 340px; */
 
		cursor: pointer;
		overflow: hidden;
		opacity: 0.7;
	
		-webkit-transition: all 0.2s ease-out; 
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
	}
	
	
	
	.workcontainer img{
		width: 100%;
	}
	
	.workcontainer xmp{
		display: none;
	}
	
	.workcontainer:hover{
		opacity: 1;
		-webkit-transition: all 0.2s ease-out; 
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
	}
	
	.workcontainer a{
		color: #000; text-decoration: none;
	}
	
	.workcontainer-info{
		display: block;
		margin-top: 8px;
		font-size: .75em;
	}
	.workcontainer-info .workname{
		font-size: 1.1em;
		font-weight: 900;
		text-transform: uppercase;
	}
	
	.workcontent{
		visibility: hidden;
		display: none;
	}


/* =============================================================================
   VIDEO EMBEDDING
   ========================================================================== */

	.embed-container {
	    position: relative;
	    padding-bottom: 56.25%; /* 16/9 ratio */
	    padding-top: 30px; /* IE6 workaround*/
	    height: 0;
	    overflow: hidden;
	    margin: 0 auto;
	    max-width: 1600px;
	}
	
	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    max-width: 1600px;
	}

/* =============================================================================
   PAGE: OPEN PROJECT
   ========================================================================== */
   
	#openproject{
		position: fixed; top: 0; left: 0;
		display: none; z-index: 5000;
		width: 100%; height: 100%;
		overflow-x: hidden; overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background: #f4f4f4; background-image: url("img/bg_white_noise.jpg");
	}
	#openproject-images{
		text-align: center;
	}
	#openproject-images img{
		width: 100%;
		/* max-width: 1600px; */
		cursor: url("../img/close-cursor.png"), e-resize;
	}
	.openproject-images-0{
		opacity: 0;
		-webkit-transition: all 0.2s ease-out; 
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
	}
	.openproject-images-70{
		
		opacity: 0.6;
		-webkit-transition: all 0.3s ease-out; 
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}
	.openproject-images-100{
		opacity: 1;
		-webkit-transition: all 0.3s ease-out; 
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}
	#projecttitle{
		top: 150px; left: 30px;
		position: fixed;
		z-index: 6000;
		font-size: 6em; line-height: 150px;
		font-weight: 700; letter-spacing: -3px;
		white-space: nowrap; pointer-events: none;
		display: inline;
		text-transform: uppercase;
		text-shadow: 1px 3px 3px rgba(158,158,158,0.37);
/* 		color: #5e5e5e; */
		color: rgba(40,40,40,0.75);
	}
	.projecttitle-hide{
		-webkit-transition: all 0.5s ease-out; 
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		margin-left: -2000px;
	}
	.projecttitle-show{
		-webkit-transition: all 0.3s ease-out; 
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		margin-left: 0px;
	}
	
	#backtothumbs{
		width: 35px; height: auto;
		position: fixed; left: 40px; bottom: 25px;
		z-index: 6000; cursor: pointer;
	}
	#backtothumbs img{
		width: 100%;
	}
	
	#moreinfo{
		width: 56px; height: auto;
		position: fixed; right: 88px; top: 25px;
		z-index: 6000; cursor: pointer;
	}
	#moreinfo img{
		width: 100%;
	}
	
	#fullprojectinfo{
		display: none;
		position: fixed; 
		top: 80px; right: 20px;
		z-index: 6000;


	}
	
	#projectinfo-tags{
		top: 240px;
		left: 37px;
/* 		margin-left: 0; */
/* 		width: auto; */
		position: fixed;
		z-index: 6000;
		font-size: 17px; line-height: 100px;
		font-weight: normal; letter-spacing: 2px;
		white-space: nowrap; pointer-events: none;
		display: inline-block;
/* 		color:#5e5e5e; */
		color: black;
		text-transform: uppercase;
/* 		text-transform: uppercase; */
	}
	
	.projectinfotags-hide{
		-webkit-transition: all 0.3s ease-out; 
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		margin-left: -2000px;
	}
	.projectinfotags-show{
		-webkit-transition: all 0.3s ease-out; 
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		margin-left: 0px;
	}
	
	#fullprojectinfo-title{
		display: inline-block;
		font-size: 36px; line-height: 45px; font-weight: bold;
		padding: 10px 15px 0px 15px; 
		background: #fff;
		color: #7c7c7c;
	}
	#fullprojectinfo-tags{
		display: inline-block;
		font-size: 11px; line-height: 14px;
		padding: 10px 15px 10px 15px; 
		background: #fff;
		color: #7c7c7c;
	}
	
	#fullprojectinfo-content{
		max-width: 600px;
	}
	#fullprojectinfo-content p{
		margin-top: 6px;
		margin-bottom: 0px;
		color: #5e5e5e;	
	}
	#fullprojectinfo-content p{
		display: inline-block;
		font-size: 15px; line-height: 18px;
		padding: 10px 15px 10px 15px; 
		background: #fff;
	}
	
	#fullprojectinfo-arrow {
			margin-top: -7px; margin-left: 45px;
		}
		
/* =============================================================================
   PAGE: OPEN PROJECT SPREAD LIGHT PROCESSING.JS
   ========================================================================== */
   
	a img { 
		border: 0px solid transparent;
	}
	
	canvas { 
		display: block; 
		outline: 0px; 
		margin-bottom: 1.5em; 
	}
	#content { 
		margin: 50px auto 0px auto; padding: 25px 25px 15px 25px;
		width: 600px; min-width: 300px; overflow: auto;
		border-left: 1px solid #444; border-top: 1px solid #444; 
		border-right: 1px solid #333; border-bottom: 1px solid #333;
		background-color: #3d3d3d;
	}


/* =============================================================================
   PAGE:  CONTACT
   ========================================================================== */
   
   
   .contact-wrap {
   
   		width: 100%;
   		position: relative;
   		float: left;
	
   }

	#contact {
		width: 100%;
		float: left;
		padding: 100px 0;
		
	}
	
	.social-wrapper {
		padding: 0px 10px;
		width:100%;
/* 		float: right; */
	}
	
	.social-head {
		font-size: 1.3em;
		text-transform: uppercase;
		text-align: center;
		line-height: 1.3em;
	}
	
	.icons-padding{
		margin: 5px auto;
		
	}
	
	      .social-vimeo {display:block; width:27px; height:24px; opacity: .5; background: url("../img/social/social-vimeo.png") bottom; background-size: 27px 50px; text-indent: -99999px;}
	   .social-linkedin {display:block; width:27px; height:24px; opacity: .5; background: url("../img/social/social-linkedin.png") bottom; background-size: 27px 50px; text-indent: -99999px;}
	    .social-twitter {display:block; width:27px; height:24px; opacity: .5; background: url("../img/social/social-twitter.png") bottom; background-size: 27px 50px; text-indent: -99999px;}
	      .social-insta {display:block; width:27px; height:24px; opacity: .5; background: url("../img/social/social-insta.png") bottom; background-size: 27px 50px; text-indent: -99999px;}
	      .social-resume {display:block; width:27px; height:24px; opacity: .5; background: url("../img/social/social-resume.png") bottom; background-size: 27px 50px; text-indent: -99999px;}
	      
	
	   .social-vimeo:hover {background-position: 0 0;
	   -webkit-transition: opacity 0.2s ease-out; 
		  -moz-transition: opacity 0.2s ease-out;
			-o-transition: opacity 0.2s ease-out;
			opacity: 1;}
	.social-linkedin:hover {background-position: 0 0; 
	   -webkit-transition: opacity 0.2s ease-out; 
		  -moz-transition: opacity 0.2s ease-out;
			-o-transition: opacity 0.2s ease-out;
			opacity: 1;}
	 .social-twitter:hover {background-position: 0 0;
	   -webkit-transition: opacity 0.2s ease-out; 
		  -moz-transition: opacity 0.2s ease-out;
			-o-transition: opacity 0.2s ease-out;
			opacity: 1;}
	   .social-insta:hover {background-position: 0 0;
	   -webkit-transition: opacity 0.2s ease-out; 
		  -moz-transition: opacity 0.2s ease-out;
			-o-transition: opacity 0.2s ease-out;
			opacity: 1;}
	 .social-resume:hover {background-position: 0 0;
	   -webkit-transition: opacity 0.2s ease-out; 
		  -moz-transition: opacity 0.2s ease-out;
			-o-transition: opacity 0.2s ease-out;
			opacity: 1;}
			
	.insta-wrapper-small{
		width: 70%;
		float: left;
		display: none;
	}
	
	.insta-wrapper {
		display: block;
		width: 70%;
		float: left;
	}
   					
   label {
    display:block;
    margin-top:10px;
    letter-spacing:1px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}



/* This section centers the form inside our web page*/
form {
    margin:0;
    width:100%;
}

/* Applying styles to our text boxes */
input, textarea {
	width:100%;
	height:27px;
	background:#ffffff;
	border:3px solid #000000;
	padding:10px;
	margin-top:0;
	font-size:.7em;
	color:#000000;
	text-transform: uppercase;
}

textarea {
	height:200px;
	font-family:Arial;
}

#submit {
    width:30px;
    height:auto;
/*     float: left; */
    background-image: url("../img/submit-btn.png");
    background-size: 30px 28px;
    background-repeat: no-repeat;
    background-color: transparent;
    text-indent:-9999px;
    border:none;
    margin-top:5px;
    cursor:pointer;
    opacity: .6;
    -webkit-transition: opacity 0.1s ease-out; 
		-moz-transition: opacity 0.1s ease-out;
			-o-transition: opacity 0.1s ease-out;
}
#submit:hover {
	background-image: url("../img/submit-btn-hover.png");
    background-size: 30px 28px;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-out; 
		-moz-transition: opacity 0.1s ease-out;
			-o-transition: opacity 0.1s ease-out;

form span {
	display: inline-block;
	float: left;
	margin-top:10px;
    letter-spacing:1px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 20px;
}

.g-recaptcha {
	padding-top: 20px;
}

	
}

footer{
	width: 100%;
	bottom: 0;
	padding-bottom: 20px;
/* background: white; */
/* 	width: 100%; */
/* 	height: 20px; */
}

footer:after {
    color: #ababab;
    content: "© 2013 Alexander Braden. All rights reserved.";
    float: left;
    bottom: 10px;
    padding-bottom: 15px;
}

.col-1-6 {
	width: 16%;
	padding:0 .5%;
	float: left;
}
.col-2-6 {
	width: 36%;
	padding:0 .5%;
	float: right;
}
.col-3-6 {
	width: 48%;
	padding: .5%;
	float: left;
	
}

.col-3-6_right {
	width: 48%;
	padding: .5%;
	float: right;
	background-image: url("/img/AB_LogoBackground_800x600.jpg");
}

@media only screen and (max-width: 1024px) {
		.workcontainer{
			margin-left: 0; margin-bottom: 0;
			float: left; 
			height: auto;
			width: 33.33333%;
			cursor: pointer;
			overflow: hidden;
			opacity: 0.7;
			padding-bottom: 10px;
		
			-webkit-transition: all 0.4s ease-out; 
			-moz-transition: all 0.4s ease-out;
			-o-transition: all 0.4s ease-out;
		}
		
		.workcontainer-info {
			display: block;
		}
		
		.workcontainer-info .workname{
		display: block;
		
		}
		
		.workcontent{
			display: none;
			visibility: hidden;
		}

	    .pagepadding-work{
			padding: 0px 0px 55px 0px;	
		}
		
	    #workwrap{
/* 			padding-top: 0px; */
			overflow: auto;
		}
		
		#projecttitle{
			top: 150px; left: 55px;
			position: fixed;
			z-index: 6000;
			font-size: 65px; line-height: 100px;
			font-weight: bold; letter-spacing: -1px;
			white-space: nowrap; pointer-events: none;
			display: inline;
		}
		
		#projectinfo-tags {
			top: 196px;
			left: 60px;
			font-size: 14px;
		}
		
		.col-1-6 {
			width: 24%;
			padding:0 .5%;
			float: right;
		}
		.col-2-6 {
			width: 74%;
			padding:0 .5%;
			float: left;
		}
		.col-3-6 {
			width: 74%;
			padding: .5%;
			float: left;
			
		}

}





@media only screen and (max-width : 799px), only screen and (max-device-width : 799px) 
{



	.pagepadding-work{
			padding: 0px 0px 55px 0px;	
		}
		
	#workwrap{
			padding-top: 50px;
			overflow: auto;
		}
		
		.workcontainer{
			margin-right: 0px; margin-bottom: 0px;
			float: left; height: auto;
			width: 50%;
			cursor: pointer;
			overflow: hidden;
			opacity: 1;
		
			-webkit-transition: all 0.4s ease-out; 
			-moz-transition: all 0.4s ease-out;
			-o-transition: all 0.4s ease-out;
		}
		
		.workcontainer-info {
			display: block;
		}
		
		.workcontainer-info .workname{
		display: block;
		
		}
		.workcontainer-info .worktags {
			display: none;
			visibility: hidden;
		}
		
		.workcontent{
			display: none;
			visibility: hidden;
		}
		
		#projecttitle{
			top: 150px; left: 55px;
			position: fixed;
			z-index: 6000;
			font-size: 45px; line-height: 80px;
			font-weight: bold; letter-spacing: -1px;
			white-space: nowrap; pointer-events: none;
			display: inline;
		}
		
		#projectinfo-tags {
			top: 214px;
			left: 61px;
			line-height: 15px;
			font-size: 10px;
		}

}

@media only screen and (max-width : 480px),
only screen and (max-device-width : 480px){


		.col-1-6 {
			width: 48%;
			padding:0 .5%;
			float: right;
		}
		.col-2-6 {
			width: 90%;
			padding:20px 2.5%;
			float: left;
			position: relative;
		}
		.col-3-6 {
			width: 85%;
			padding-right: 13%;
			padding-left: 4%;
			float: left;
			
		}
		
		.social li {
		width: 20%;
	    float: left;
	    list-style: none;
/* 	    padding-right: 10px; */
		padding-bottom: 10px;
	    }
	    .myInfo h2 {
		    text-align: center;
	    }
	    .myInfo h4 {
		    display: none;
	    }
	    .title {
		    margin-left: auto;
		    margin-right: auto;
		    padding-top: 20px;
	    }
	    
	    #about {
		    padding-top: 50px !important;
	    }
	    
	    #contact {
		    padding-top: 50px !important;
	    }
	/*
	.social-wrapper{margin-top: -15px;}

	      .social-vimeo {margin-top:3px; width: 48px; height:45p opacity: .9;x; background-size: 48px 90px; background-repeat: none; op}
	   .social-linkedin {margin-top:3px; width: 48px; height:45p opacity: .9;x; background-size: 48px 90px; background-repeat: none; op}
	    .social-twitter {margin-top:3px; width: 48px; height:45p opacity: .9;x; background-size: 48px 90px; background-repeat: none; op}
	      .social-insta {margin-top:3px; width: 48px; height:45p opacity: .9;x; background-size: 48px 90px; background-repeat: none; op}
	
*/
	.insta-wrapper-small{
		width: 100%;
		float: left;
		display: block;
		margin: 10px auto;
		padding: 0 20px;
	}
	
	.insta-wrapper {
		display: none;
	}
	
		
		
		.main.wrapper {
			width: 100%;
			margin: 0;
		}
		
		.main-wrapper {
			width: 100% !important;
			float: left;
			position: relative;
		}
		.title-wrapper {
			width: 100% !important;
			float: left;
			position: relative;
		}
		#upArrow {
			display: none;
		}
		
		#workwrap{
			padding-top: 100px;
			overflow: auto;
		}
		
		.workcontainer{
			margin-right: 0px; margin-bottom: 0px;
			padding-bottom: 0;
			float: left; height: auto;
			width: 50%;
			cursor: pointer;
			overflow: hidden;
			opacity: 1;
		
			-webkit-transition: all 0.4s ease-out; 
			-moz-transition: all 0.4s ease-out;
			-o-transition: all 0.4s ease-out;
		}
		
		.workcontainer-info {
			display: none;
		}
		

		
		.pagepadding-work{
			padding: 0;
		}
		
		.pagepadding-work{
			padding: 80px 0px 55px 0px;	
		}
		
		
		#backtothumbs{
			width: 35px; height: auto;
			position: fixed; left: 15px; bottom: 10px;
			z-index: 6000; cursor: pointer;
/* 			padding:5px; */
/* 			background: rgba(255,255,255,0.2); */
		}
		#backtothumbs img{
			width: 100%;
		}
		
		#moreinfo{
			width: 35px; height: auto;
			position: fixed; left: 55px; bottom: 10px;
			z-index: 6000; cursor: pointer;
/* 			padding:5px; */
/* 			background: rgba(255,255,255,0.2); */

		}
		#moreinfo img{
			width: 100%;
		}

		#projecttitle{
			top: 60px; left: 15px;
			position: fixed;
			z-index: 6000;
			font-size: 30px; line-height: 100px;
			font-weight: bold; letter-spacing: -1px;
			white-space: nowrap; pointer-events: none;
			display: inline;
		}
		#projectinfo-tags {
			display: none;
		}
		
		#fullprojectinfo{
			display: none;
			position: fixed; 
			bottom: 70px; left: 20px;
			z-index: 6000;
			color: #000;
		}
		
		#fullprojectinfo-title{
			display: inline-block;
			font-size: 20px; line-height: 25px; font-weight: bold;
			padding: 10px 15px 0px 15px; background: #fff;
			color: #000;
		}
		#fullprojectinfo-tags{
			display: inline-block;
			font-size: 9px; line-height: 25px;
			padding: 10px 10px 10px 10px; background: #fff;
			color: #000;
		}
		
		
		#fullprojectinfo-content{
			max-width: 280px;
			color: #000;
		}
		#fullprojectinfo-content p{
			margin-top: 6px;
			margin-bottom: 0px;
			font-size: 10px;
		}
		#fullprojectinfo-content p{
			display: inline-block;
			font-size: 9px; line-height: 12px;
			padding: 10px 15px 10px 15px; background: #fff;
		}
		#fullprojectinfo-arrow {
			margin-top: -7px; margin-left: 25px;
		}
		
		#fullprojectinfo-arrow img{
			width: 40px;
		}

}
 
@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
 		html {
	 		overflow-x: hidden;
 		}
 		
 		.main.wrapper {
			width: 100%;
			margin: 0;
		}
		.wrapper {
			width: 100%;
			margin: 0;
		}

		#workwrap{
			padding-top: 10px;
			overflow: auto;
			float: left;
		}
		
		.workcontainer{
			margin-right: 0px; margin-bottom: 0px;
			float: left; height: auto;
			width: 50%;
			cursor: pointer;
			overflow: hidden;
			opacity: 1;
		
			-webkit-transition: all 0.4s ease-out; 
			-moz-transition: all 0.4s ease-out;
			-o-transition: all 0.4s ease-out;
		}
		
		.workcontainer-info {
			display: none;
		}
		

		#projecttitle{
			top: 60px;
			position: fixed;
			z-index: 6000;
			font-size: 25px; line-height: 50px;
			font-weight: 900; letter-spacing: -1px;
			white-space: nowrap; pointer-events: none;
			display: inline;
		}
	
		.pagepadding-work{
			padding: 0;
		}
		
		#fullprojectinfo{
			display: none;
			position: fixed; 
			bottom: 55px; left: 15px;
			max-height: 425px;
			overflow-y: auto;
			z-index: 6000;
			color: #000;
		}
		
		#fullprojectinfo-arrow {
			margin-top: -7px; margin-left: 30px;
		}
		
		#fullprojectinfo-arrow img{
			width: 40px;
		}
		


}




/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}

html,
button,
input,
select,
textarea {
    color: #ababab;
}

a {
	text-decoration: none;
	color: gray;
}

body {
	font-family: 'stratum-2-web', 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.2;
    font-style: normal;
    font-weight: 300;
    background-image: url("../img/bg-black-noise.jpg");
    background-repeat: repeat;
    overflow: auto;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
/*     background: #ccc; */
    color: #000;
    padding: 0.2em 0;
}

.eachpage{
	
}



/* ====================
    FONTS: 
   ==================== */
   
   		/*
h3 {
   			font-family: 'stratum-2-web', 'Open Sans', sans-serif;
   			font-style: normal;
   			font-weight: 500;
   			font-size: 1.5em;
   		
   		}
*/
   

            
/* ====================
    columns
   ==================== */            
            
             /* http://css-tricks.com/simple-styles-for-horizontal-rules/ */
        hr 
            {
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
            background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
            background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
            background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
            }
            
         /* Gradient transparent - color - transparent */
		
		hr.style-two {
		    border: 0;
		    height: 10px;
		    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
		    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
		    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
		    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
		}
		
		.full
			{
			width: 100%;
			}
		
        .col-1
            {
            width:47.5%;
            margin:0 2.5% 0 0;
            float:left;
            }
        .col-2
            {
            width:47.5%;
            margin:0 0 0 2.5%;
            float:left;
            } 
        .col-1 p,
        .col-2 p
            {
            color:#888;
            font-size:80%;
            text-align:center;
            }   
       

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */


body {
    font: 16px/26px;
}

.wrapper {
    width: 95%;
    margin: 0 2.5%;
/*     float: left; */
    
}
.main-wrapper {
	width: 75%;
	float: right;
	position: relative;
}
.title-wrapper {
	width: 25%;
	float: left;
	position: relative;
}
/* ===================
    ALL:  Theme
   =================== */

.header-container {
/*     border-bottom: 10px solid rgba(78,78,78,0.69); */
	position: relative;
	width: 100%;
	height:auto;
	z-index: 3000;
	background-image: url("../img/bg-black-noise.jpg");
}
/* ==============
    MOBILE: Menu
   ============== */

#menu-container {

	width: 100%;
	height: auto;
	z-index: 3000;
	float: left;
	-webkit-transition: all 0.4s ease-out; 
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

/*
#menu-container nav li:last-child a{
	
	border-bottom: none;
}
*/



a.btn-navbar {
	display: none;
	visibility: hidden;
}






.footer-container,
.main aside {

}

.header-container,
.footer-container,
.main aside {

background-image: url("../img/bg-black-noise.jpg");
background-repeat: repeat;
 
}


article{

	margin:3em 0;
	padding:20px;
	
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;

}

nav ul li a:hover {
	/* background: rgba(187,187,187,0.5); */
/* 	color:black; */
}



.title img {

	
}
.title {
	width: 20%;
	height: auto;
	z-index: 5000;
}

#about.col-2-3
        	{
	        width:100%;
	        margin: 1% 0;
	        float: left;
        	}  
#about.col-1-3
        	{
	        width: 100%;
	        margin: 1% 0;
	        float: left;
        	}  

nav a {
	display: block;
	margin-bottom: 2px;
	padding: 15px 0px 10px 5px;
	
	text-align: left;
	text-decoration: none;
	font-weight: bold;
/* 	color: #f2f4f9; */
	color: #ababab;
	border-bottom: 1px dotted #f2f4f9;
/* 	background: black; */
}



nav ul li.active {
/* 	background:white; */
	color:black;
}

nav a:hover {
    text-decoration: underline;
    color: #f2f4f9;
}



/* ==============
    MOBILE: Main
   ============== */
.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
   
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
   
   nav {
	   width: 100%;
	   float: right;
	   padding-top: 65px;
	   padding-bottom: 20px;
   }

    #menu-container nav li a{
    	
         float: left;
	 	 width: 19%;
/* 		 border-right: 1px dotted rgba(255,255,255,0.3); */
		 border-bottom: 1px solid #ababab;
		 padding:  20px 3%;
		 margin: 0;
		 text-align: center;
		 display: block;
		 visibility: visible;
		 
    }
    
    #menu-container nav span {
	    font-size: .75em;
    }
    
    .title {
	    float: left;
	    width: 20%;
	    position: fixed;
    }
    
    .title img {

	    width:50px;
	    height: auto;
	    float: left;
	    padding-top: 72px;
	    z-index: 5000;
	    
    }

    .myInfo {
	    margin-top: 200px;
	    float: left;
	    position: absolute;
	    padding-right: 20px;
    }
    
    .social
    {
	    position: fixed;
	    bottom: 30px;
    }
    
    .social li {
	    float: left;
	    list-style: none;
	    padding-right: 5px;
    }
    
    #upArrow {
	    position: fixed;
	    bottom: 200px;
	    padding-left: 5px; 
	    cursor: pointer;
	    
    }
    
    .upArrow-show {
	    -webkit-transition: all 0.5s ease-out; 
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		margin-left: 0px;
		cursor: pointer;
    }
    
    .upArrow-hide {
    	-webkit-transition: all 0.8s ease-out; 
		   -moz-transition: all 0.8s ease-out;
		     -o-transition: all 0.8s ease-out;
		margin-left: -2000px;
	    
    }
   
    
    #menu-container nav li:nth-child(2) a {

		margin-right: 0;
    }
    

    
    #menu-container nav li:last-child a {
/*         border-left: 1px dotted rgba(255,255,255,0.3); */
    }
    


	
/* ====================
    INTERMEDIATE: About
   ==================== */
   
 /*
 .col-2-3
        	{
	        width:46%;
	        margin: 0 1% 0 1%;
	        float: left;
        	}  
  .col-1-3
        	{
	        width: 50%;
	        margin: 0 1% 0 1%;
	        float: right;
        	}  
    
*/

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }
    


    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
    
    z-index: 3000;


    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    #menu-container nav span {
	    font-size: 1em;
    }
    
    
 
/*
    nav a {
    	
        float: right;
        width: 19%;
        margin: 0;
        padding:15px 3%;
        border: none;
        text-align: center;
    }
*/

    



/* ============
    WIDE: About
   ============ */

 .col-2-3
        	{
	        width:56%;
	        margin: 0 1% 0 1%;
	        float: left;
        	}  
  .col-1-3
        	{
	        width: 40%;
	        margin: 0 1% 0 1%;
	        float: left;
        	}  
    

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
    


}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

 .wrapper {
        width: 1083px; /* 1140px - 10% for margins */
        margin: 0 auto;
        position: relative;
    }

   
    
    
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
