/* Global */

body {
	background-color: #222222;
	color: #8a8683;
	font-family: 'Helvetica', arial, sans-serif;
	font-size: 17px;
	font-weight: 200;
	line-height: 22px;
	letter-spacing: .5px;
	z-index: 0;
}

img {
	max-width: 100%;
}

h2 {
	margin-bottom: 10px;
}

a:link {
	color: #33A0F4;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #8a8683;
	text-decoration: none;
}

.lighter {
	color: #f0f0f0;
}

.light {
	color: #eeeeee;
}

.medium {
	color: #bbbbbb;
}

.dark {
	color: #8a8683;
}

.darker {
	color: #666666;
}

.sectionFeatureImage {
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-webkit-box-shadow: 0 2px 2px 0 #222222;
	box-shadow: 0 2px 2px 0 #222222;
}

hr {
	border-top: 1px solid #333333; 
	border-bottom: 1px solid #000000; 
	-webkit-box-shadow: 0px 3px 5px 0px #000000;
	box-shadow: 0px 1px 3px 0px #000000;
}

.lazyLoad {
  	display: none;
}

#overlay {
	-moz-opacity: 0.8; 
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80); 
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	width: 100%;
	z-index: 50;
	overflow: hidden;
	cursor: pointer;
}

div.blockquote {
	border-left: 10px solid #333333;
	margin: 1.5em 10px;
    padding: 0.5em 20px;
}

blockquote {
  margin: 0;
  padding: 0;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.6em;
}
blockquote p {
  display: inline;
}

#dmslider {
	background-image:url('/images/dm_iphone_bg.png'); 
	height: 615px; 
	width: 305px;
	margin: 0 auto;
}

#dmslidercontainer {
	padding-top: 72px;
	padding-left: 20px;
	width: 265px;
	height: 470px;
}

.slideme {
	max-width: 265px;
	max-height: 470px;
	width: 100%;
	height: 100%;
}

/* Contact Page */

.contactText {
	font-size: 14px; 
	line-height: 18px; 
	text-align: left; 
	font-family: Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
}

input, textarea, div.closeSlider {
	font-size: 12px; 
	border: none; 
	margin-bottom: 10px; 
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	padding: 10px; 
	background: #161616; 
	color: #cccccc;
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

select {
	font-size: 12px; 
	margin-bottom: 10px; 
	padding: 10px;
}

input:focus, textarea:focus {
	background: #191919;
}

input[type="submit"], div.closeSlider {
	background: #363636;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 5px;
	font-size: 11px;
	padding: 8px; 
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 20px;
	cursor: pointer;
	float: right;
}

input[type="submit"]:hover, div.closeSlider:hover {
	background: #303030;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease;
	-o-transition-property: background;
	-o-transition-duration: 0.3s;
	-o-transition-timing-function: ease;
	transition-property: background;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}

input[type="submit"]:active, div.closeSlider:active {
	background: #262626;
	-webkit-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.7);
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.validationFailed, .urlFailedValidation {
	color: red; 
	display: block;
	clear: both;
}


/* iOS Slider */

.iosSliderTriangle {
	height: 0; 
	display:none; 
	z-index:250; 
	position:relative;
	margin-top: 20px;
}

.iosSliderTriangle img {
	position:relative; 
	top: -21px;
}

.iosSlider {
	height: auto; 
	position: relative; 
	border-bottom: 2px solid #424242; 
	border-top: 2px solid #444444; 
	background: url('/images/texture_linen.jpg'); 
	-webkit-box-shadow: inset 0px 11px 16px -10px #111;
	box-shadow: inset 0px 11px 16px -10px #111; 
	z-index: 240;
	zoom: 1;
}

.iosSlider.white {
	background: #ffffff;
	border-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none; 
	color: #444444;
}

.iosSlider .container {
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 240;
}

.iosSliderActive {
	position: relative;
	z-index: 240;
}

.iosSliderToggle {
	cursor: pointer;
	color: #33A0F4;
}


/* Links */

.imageLinks {
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	margin: 0;
	cursor: pointer;
}
.imageLinks img {
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	display: block;
}
.imageLinks div {
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin: 0;
	color: #ffffff;
	font-size: 14px;
	padding: 10px; 
	padding-left: 20px;
	background: #454545;
	background: -moz-linear-gradient(top, #454545 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454545), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top, #454545 0%,#333333 100%);
	background: -o-linear-gradient(top, #454545 0%,#333333 100%);
	background: -ms-linear-gradient(top, #454545 0%,#333333 100%);
	background: linear-gradient(to bottom, #454545 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#333333',GradientType=0 ); 
}
.imageLinks:hover div, .iosSliderActive div {
	background: #333333;
	background: -moz-linear-gradient(top, #333333 0%, #454545 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#454545));
	background: -webkit-linear-gradient(top, #333333 0%,#454545 100%);
	background: -o-linear-gradient(top, #333333 0%,#454545 100%);
	background: -ms-linear-gradient(top, #333333 0%,#454545 100%);
	background: linear-gradient(to bottom, #333333 0%,#454545 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#454545',GradientType=0 );
}


/* Navigation */

[role="banner"] {
	background-color: #202020;
	-webkit-box-shadow: inset 0 -8px 10px -8px #000;
	box-shadow: inset 0 -8px 10px -8px #000;
	height: 84px;
	width: 100%;
	position: absolute;
	z-index: 100;
}

#logo {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

#nav {
	margin-top: 35px;
	text-align: right;
}

.navigation {
	float: right;
	list-style: none;
	margin: 0;
}

.navigation li {
	float: left;
	font-weight: 300;
	letter-spacing: 1px;
	color: #D4D8D3;
	border-style:none;
	text-decoration:none;
	font-size: 11px;
}

.navigation li:hover {
	border-style:none;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: color;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease;
	-o-transition-property: color;
	-o-transition-duration: 0.5s;
	-o-transition-timing-function: ease;
	transition-property: color;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	cursor: pointer;
	color: #ffffff;
}


/* General Slides */

.slide {
	height: auto;
	padding: 80px 0;
	position: relative;
	width: 100%;
}


/* HEADER */


#slideHeader {
	background-color: #000000;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;	
	color: #f0f0f0;
	border-bottom: 1px solid #0a0a0a;
	padding: 0; 
	height: 650px;
}

#slideHeader h1 {
	color: #eeeeee;
	font-size: 24px;
	font-weight: 100;
	line-height: 38px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 0px;
	text-shadow: 0 2px 2px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=2);
}

#slideHeader h2 {
	color: #eeeeee;
	font-size: 20px;
	font-weight: 100;
	line-height: 20px;
	padding-bottom: 20px;
	margin: 0px;
	text-shadow: 0 2px 2px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=2);
}

.slideTopHeader {
	background: rgba(0,0,0,0.6); 
	position: absolute; 
	bottom: 0; 
	width: 100%;
}


/* WORKFLOW	background-image: url('../images/texture_dark.jpg');
 */

#slideWorkflow {
	background-color: #000000;
	color: #aaaaaa;
	border-top: 1px solid #1a1a1a;
}

#slideWorkflow h1 {
	color: #f0f0f0;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: 0px;
	line-height: 0;
	text-shadow: 0 3px 3px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=3);
}

#slideWorkflow h2 {
	color: #cccccc;
	font-size: 20px;
	font-weight: 100;
}


/* iOS Development */

#slideiOSDevelopment {
	background-color: #202020;
	color: #aaaaaa;
	border-top: 1px solid #1a1a1a;
}

#slideiOSDevelopment h1 {
	color: #f0f0f0;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: 0px;
	line-height: 0;
	text-shadow: 0 3px 3px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=3);
}

#slideiOSDevelopment h2 {
	color: #cccccc;
	font-size: 20px;
	font-weight: 100;
}

#slideiOSDevelopment h3 {
	color: #cccccc;
	font-size: 20px;
	font-weight: 100;
	line-height: 0;
	padding-bottom: 10px; 
}


/* APPS */

#slideProducts {
	background-color: #39393A;
	color: #D4D8D3;
}

#slideProducts h1 {
	color: #f0f0f0;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 0;
	text-shadow: 0 2px 1px #161616;
	filter: dropshadow(color=#161616, offx=0, offy=2);
}

#slideProducts h2 {
	color: #dddddd;
	font-size: 20px;
	font-weight: 100;
}

#slideProducts h3 {
	color: #cccccc;
	font-size: 24px;
	font-weight: 100;
	line-height: 0;
	padding-bottom: 10px; 
}

/* WingnutTV */

#slideProductsWingnutTV {
	background-color: #424242;
	color: #D4D8D3;
}

#slideProductsWingnutTV h1 {
	color: #f0f0f0;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 0;
	text-shadow: 0 2px 1px #161616;
	filter: dropshadow(color=#161616, offx=0, offy=2);
}

#slideProductsWingnutTV h2 {
	color: #dddddd;
	font-size: 20px;
	font-weight: 100;
}

#slideProductsWingnutTV h3 {
	color: #cccccc;
	font-size: 24px;
	font-weight: 100;
	line-height: 0;
	padding-bottom: 10px; 
}


/* ArchiveFS */

#slideProductsArchiveFS {
	background-color: #49494A;
	color: #D4D8D3;
}

#slideProductsArchiveFS h1 {
	color: #f0f0f0;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 0;
	text-shadow: 0 2px 1px #161616;
	filter: dropshadow(color=#161616, offx=0, offy=2);
}

#slideProductsArchiveFS h2 {
	color: #dddddd;
	font-size: 20px;
	font-weight: 100;
}

#slideProductsArchiveFS h3 {
	color: #cccccc;
	font-size: 24px;
	font-weight: 100;
	line-height: 0;
	padding-bottom: 10px; 
}

#slideProductsArchiveFS h4 {
	color: #cccccc;
	font-size: 18px;
	font-weight: 100;
	line-height: 0;
	padding-bottom: 10px; 
}

#slideProductsArchiveFS .features {
	background-color: #59595A;
	padding: 5px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#slideProductsArchiveFS .features  li {
	font-size: 16px;
	list-style: disc outside none;
	line-height: 26px;
}
/* STORAGE */

#slideStorage {
	background-color: #fcfcfc;
	color: #555555;
}

#slideStorage h1 {
	color: #222222;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 0;
	text-shadow: 1px 1px 2px #9e9e9e;
}
#slideStorage h2 {
	color: #444444;
	font-size: 20px;
	font-weight: 100;
}

/* Slide 5 - CONTACT */

#slideContact {
	background: #222222;
	color: #999999;
	font-size: 15px;
}

#slideContact h1 {
	color: #f0f0f0;
	font-size: 22px;
	font-weight: 100;
	letter-spacing: 0px;
	line-height: 0;
	padding-bottom: 10px;
	padding-left: 5px;
	text-shadow: 0 2px 1px #111111;
	filter: dropshadow(color=#111111, offx=0, offy=2);
}
#slideContact h2 {
	color: #f0f0f0;
	font-size: 20px;
	font-weight: 100;
}
#slideContact h3 {
	color: #f0f0f0;
	font-size: 22px;
	font-weight: 100;
	margin-bottom: 0;
	line-height: 20px;
	}


/* Tablet */

@media screen and (max-width: 1024px) {

	.slide {
		position: relative;
		width: 100%;
	}
	
}


/* Mobile */

@media screen and (max-width: 650px) {

	body {
		font-size: 16px;
		overflow-x: hidden;
	}
	[role="banner"] {
		position: relative;
	}
	#logo {
		float: left;
		width: auto;
	}
	img {
		width: 100%;
	}
	#logo img, #slideContact img, .iosSliderTriangle img {
		width: auto;
	}
	#nav {
		width: auto;
		float:right;
	}
	.decorative {
		display: none;
	}	
	.slide {
		position: relative;
		padding: 20px 0;
		width: 100%;
		font-size: 14px;
		background-position: center;
		
	}
	#slideHeader {
		max-height: 270px;
	}
	#slideHeader h1 {
		line-height: 24px;
		font-size: 16px;
		padding-top: 40px;
	}
	#slideHeader h2 {
		line-height: 20px;
		font-size: 14px;
		padding-bottom: 20px;
	}
	.slideTopHeader {
		height: 100%;
	}
	
	#slideHeader h1, #slideiOSDevelopment h1, #slideWorkflow h1, #slideProducts h1, #slideProductsArchiveFS h1, #slideProductsArchiveFS h1, #slideStorage h1, #slideContact h1 {
		line-height: 22px;
		font-size: 22px;
	}

	#slideHeader h2, #slideiOSDevelopment h2, #slideWorkflow h2, #slideProducts h2, #slideProductsArchiveFS h2,#slideProductsArchiveFS h2,  #slideStorage h2, #slideContact h2 {
		line-height: 16px;
		font-size: 16px;
	}
	
	#slideHeader h3, #slideiOSDevelopment h3, #slideWorkflow h3, #slideProducts h3, #slideProductsArchiveFS h3,#slideProductsArchiveFS h3,  #slideStorage h3, #slideContact h3 {
		line-height: 16px;
		font-size: 18px;
	}

}