/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Typography
	#Buttons
	#Generic Styles
	#Separators
	#Nav
	#Intro
	#Blog
	#Media Queries
	#Font-Face */


#logo2 { position:relative;
	
	padding-top: 60px;
	padding-bottom: 0px;
	
	
	 }

#logo img {
position:relative;
max-width:100%;
margin-bottom: 0px;
padding-top: 0px;
}
	
	#team_clear {
		
		height: 30px;
	}
	
	
	.phrase {

		width: 100%;

		margin: auto;
	}

.phrase p {
	
	width: 100%;

	margin: auto;
	margin-bottom: 10px;
}



/* #Typography
================================================== */



h1, h2, h3 {
	font-family: 'Oswald', sans-serif; 
}

h1 {
	color: #fff;
	font-size: 120px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	z-index: 150;
	margin-bottom: 70px;
}

h1.small {
	font-size: 90px;
	margin-bottom: 40px;
}

h2 {
	font-size: 60px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 80px;
}

h2.white {
	color: #fff;
}


span.lines {
	border-top: 1px solid #1b150e;
	border-bottom: 1px solid #1b150e;
}

h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

h3.white {
	color: #fff;
}

h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

h5 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

p {
	font-family: 'Open Sans Condensed' , sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 23px;
	color: #000;
}

p.white {
	color: #f9f9f9;

}




.header_type {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 35px;
	color: #fff;
	text-align: center;
}





/* #Buttons
================================================== */

.button1,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #19130C;
	border: 0;
	color: #fff;
	display: inline-block;
	font-family: 'Open Sans Condensed', sans-serif; 
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 6px 0px;

}



.button1:active,
button1:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	color: #fff;
	background: #19130C;
	border: 0;
}

.button2 {
	background: #e8e8e8;
	border: 0;
	color: #3a3a3a;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding: 6px 10px;
	font-family: 'Open Sans Condensed', sans-serif; 
}



/* Fix for odd Mozilla border & padding issues */
.button1::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}



/* #Generic Styles
================================================== */

.action {
	margin-top: 0px;
	padding: 40px 0 0px 0;
	text-align: center;
	border-top: 0px solid #fff;
}

.phrase {
	margin-top: 0px;
	padding: 50px 0 30px 0;
	text-align: center;
	border-top: 0px solid #fff;
	
}


.phrase p {
	font-family: "open sans condensed", 'sans-serif';
	font-size: 25px;
		line-height: 30px;
	font-weight: 300;
	color: #fff;
}

.phrase img {
	
	width: 100%;
	max-width: 390px;
}

.action p {
	font-size: 22px;
	font-weight: 600;
	
	color: #fff;
}

.action p.white {
	color: #ececec;
}

.hidden {
	display: none;
}



/* #Separators
================================================== */

	
	
	p.separator2 {
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 65px;
		font-weight: 700;
		font-style: italic;
		color: #19130C;
		line-height: 80px;
		text-transform: uppercase;
		position: relative;
		z-index: 200;
		text-align: center;
		padding-top: 200px;
		padding-left: 25px;
		padding-right: 25px;
		
	}

p.separator {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 65px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	line-height: 80px;
	text-transform: uppercase;
	position: relative;
	z-index: 200;
	text-align: center;
	padding-top: 200px;
	padding-left: 25px;
	padding-right: 25px;
}

#separator1 {
	width: 100%;
	height: 500px;
	position: relative;
}

#separator1 .bg2 {
background: url(../images/mast_02_b.jpg) 0 0 fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 803px;
	-webkit-box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	background-repeat:repeat-y;
	background-color: #0c0a08;
}

#separator2 {
	width: 100%;
	height: 500px;
	position: relative;
}

#separator2 .bg3 {
	background: url(../images/bg-dark.jpg) repeat 0 0 fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 500px;
}

#separator3 {
	width: 100%;
	height: 500px;
	position: relative;


}

#separator3 .bg4 {
background: url(../images/slide.jpg) 0 0 fixed;
	margin: auto;
	padding: 0;
	position: absolute;	
	z-index: 200;
	width: 100%;
	height: 865px;
	-webkit-box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	background-repeat:repeat-y;
	background-color: #070704;
}



/* #Nav
================================================== */

nav {
	background: #1e1710;
	width: 100%;
	position: relative;
	z-index: 1000;
	text-align: center;
	height: 38px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

nav ul {
	padding-top: 10px;
}

nav ul li {
	display: inline;
	border-right: 1px solid #2e2319;
	padding: 11px 26px 8px 26px;
	margin: 0;
}

nav ul li:first-child {
	border-left: 1px solid #2e2319;
}

nav a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}


nav a:visited {
	color: #fff;
}



#stickylogo {
	
	float: left;
	display: inline;
	margin-right: -100px;
	width: 100px;
	
}

#stickylogo img {
position:relative;
margin-bottom: 0px;
padding-left: 50px;
}


/* #Intro
================================================== */





#intro .bg1 {
	background: url('../images/red_test.jpg') 0 0 fixed;	
	background-repeat:repeat-y repeat-x;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 600px;

}

.title {
	position: fixed;
	width: 100%;
	text-align: center;
	z-index: 150;
	padding-top: 70px;
	height: 200px;
				-webkit-box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.9);


}

.intro-line {
	font-family: 'Open Sans Condensed', sans-serif;
	position: relative;
	z-index: 150;
	border-top: 1px solid #ededed;
	width: 670px;
	margin: 0 auto 10px auto;
}

.title p {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 150;
}

.social-intro {
	margin-top: 45px;
	position: relative;
	z-index: 150;
}

.social-intro ul li {
	display: inline;
	margin: 0 5px;
}

.social-intro a {
	opacity: 0.7;
}



#logo { position:relative;
	
	padding-top: 60px;
	padding-bottom: 20px;
	
	
	 }

#logo img {
position:relative;
max-width:100%;
margin-bottom: 0px;
padding-top: 0px;
}

.newintroline {
	font-family: 'Open Sans Condensed', 'sans-serif';
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	
}


/* #Blog
================================================== */

#blog {
	padding-left: 25%;
	padding-right: 25%;
	background: #19130c;	
	color: #f9f9f9;
	font-family: "open sans condensed", 'sans-serif';
	position: relative;
	text-align: center;
	width: 50%;
	z-index: 300;
	padding-top: 20px;
	padding-bottom: 60px;
	
	


	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
}

ol.tumblr_posts{

    list-style:none;
    color: #f9f9f9;
}

.tumblr_body{
	color: #fff;
}


}





.flexslider {
	margin-top: 40px;
}

p.mid-text {
	margin-top: 15px;
	text-align: center;
}

.portfolio {
	text-align: center;
	margin-top: 40px;
}

p.proj-title {
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #281e15;
	text-transform: uppercase;
}

p.proj-desc {
	margin-bottom: 35px;
	padding-bottom: 2px;
	border-bottom: 1px solid #281e15;
}



.social {
	padding-top: 15px;
}

.social ul li {
	display: inline;
	margin-right: 5px;
}



.copyright {
	border-top: 0px solid #fff;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}

.copyright p {
	color: #fff;
	font-size: 14px;
}





nav select {
	display: none;
}

@media (max-width: 960px) {
	
	nav ul     { 
		display: none; 
	}
	
	nav select { 
		display: inline-block;
		position: relative;
		margin-top: 8px;
		color: #000;
	}
	
	



}






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



	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 960px) { }
		
	
		
		h1 {
			font-size: 100px;
			margin-bottom: 100px;
		}
		
		h1.small {
			font-size: 80px;
			margin-bottom: 30px;
		}
		
		#logo { 
			padding-left: 10px;
			padding-right: 10px;

		 }
		
		.intro-line {
			padding-top: 0px;
		}
		
		


	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {	
	}
		
		h1.small {
			margin-top: 35px;
		}
		
					.newintroline {
						font-family: 'Open Sans Condensed', sans-serif;
						font-weight: 300;
						font-size: 20px;
						line-height: 23px;
						color: #fff;
						text-align: center;
						padding-left: 20px;
						padding-right: 20px;
					}
					
							.title {
								position: relative;
								height: 500px;

					}
	

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		}
			#logo { 
			margin-bottom: 0px;
		}
		
		h1.small {
			margin-top: 0px;
		}
		.newintroline {
			font-family: 'Open Sans Condensed', sans-serif;
			font-weight: 300;
			font-size: 22px;
			line-height: 23px;
			color: #fff;
				text-align: center;
			padding-left: 20px;
			padding-right: 20px;
		}

				
	

	

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		

		
		
		#stickylogo {
			visibility: hidden;
		}
		
		h1 {
			font-size: 70px;
			margin-bottom: 0px;
		}
		
		h1.small {
			font-size: 40px;
			margin-bottom: 10px;
			padding-top: 0px;
		}
		
		.title p {
			font-size: 20px;
			line-height: 28px;
		}
		
		nav ul li {
			padding-left: 10px;
			padding-right: 10px;
		}
		

		
		#logo { 
	
			padding-left: 10px;
			padding-right: 10px;
			margin-bottom: 0px;
		
		 }
		
		#title {
			margin-top: 0px;
			padding: 10px;

		}
		
		.intro-line { 
			display:none;
			
		}
				.newintroline {
					font-family: 'Open Sans Condensed', sans-serif;
					font-weight: 300;
					font-size: 20px;
					line-height: 23px;
					color: #fff;
					text-align: center;
					padding-left: 20px;
					padding-right: 20px;
					margin-top: 0px;
				}

	

	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		#logo { position:relative;

			padding-top: 15px;


			 }
		
		
		#logo img {
		padding-top: 20px;
		}
		
		
	.serv-list h4
				{
					margin-top: 20px;
					margin-bottom: 15px;
				}
		
				.serv-list p
							{
								margin-top: 10px;
							}
		
		
		.intro-line {
			display: none;
		}
		
		h1 {
			font-size: 60px;
			margin-bottom: 0px;
		}
		
		h1.small {
			font-size: 30px;
			margin-bottom: 10px;
			margin-top: 0px;
			padding-left: 20px;
			padding-right: 20px;
		}
		
		.title p {
			font-size: 18px;
			line-height: 28px;
		}
		
		
		nav ul li {
			padding-left: 5px;
			padding-right: 5px;
		}
		
		#logo {
			padding-left: 10px;
			padding-right: 10px;
		}
		
		.newintroline {
			font-family: 'Open Sans Condensed', sans-serif;
			font-weight: 300;
			font-size: 20px;
			line-height: 23px;
			color: #fff;
			text-align: center;
			padding-left: 20px;
			padding-right: 20px;
		}
		
			.title {
				position: relative;
				padding-top: 0px;
				padding-bottom: 20px;
					height: 240px;
		}
		
		#stickylogo {
			visibility: hidden;
		}
		
		
		p.separator2 {
			padding-top: 120px;
		}
		
		p.separator {
			padding-top: 135px;
		}
		
		
		#service_margin img {

			margin-bottom: 30px;

		}
		
		#team_margin {

			margin-bottom: 30px;

		}
		
		#blog_margin {
			
			margin-bottom: 30px;
		}
		
		#separator1 {
			
			display: none;
		}
		
		#separator2 {
			
			display: none;
		}
		
		#separator3 {
			
			display: none;
		}
	
		.phrase p {
			font-size: 18px;
			
			
		}
		
		
		.hidden_mobile {
			
			display: none;
		}
		
		.flexslider {
			
			display: none;
		}
		
		.title {
			
			padding-top: 0px;
		}
			
					.flexslider {
			display: none;
		}
	
			
		}
		
	}
	
	


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/