/* IE Viewport Fix */

	@-ms-viewport {
 width: device-width;
}
/* Reset */

	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;
}
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;
}
body {
	-webkit-text-size-adjust: none;
}
/* Box Model */

	*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.f-right {
	float:right;
}
.f-left {
	float:left;
}
body {
	background:url(http://komaraviation.com/images/bg.jpg) repeat;
}
.header {
	background:url(http://komaraviation.com/images/header-bg.png) repeat-x;
	min-height:106px;
	overflow: hidden;
}
.header .logo {
	display:inline-block;
}
.header .logo a {
	background:url(http://komaraviation.com/images/logo.png) no-repeat;
	width:222px;
	height:83px;
	display:inline-block;
	margin:10px 0;
	vertical-align:middle;
}
.header .ph {
	background:url(http://komaraviation.com/images/phone24by7.png) no-repeat;
	width:152px;
	height:43px;
	display:inline-block;
	margin:30px 0;
	vertical-align:middle;
}
.header .sm-icons {
	display:inline-block;
	margin:10px 60px 10px 10px;
	vertical-align:middle;
}
[class*="icon-"] {
background:url(http://komaraviation.com/images/sm-icons.png) no-repeat;
width:25px;
height:25px;
display:inline-block;
}
[class*="tw"] {
background-position: 0;
}
[class*="ln"] {
background-position: -28px;
}
[class*="fb"] {
background-position: -54px;
}
[class*="rss"] {
background-position: -85px;
}
.container {
	width:1024px;
	max-width:100%;
	margin:auto;
	display:block;
	position:relative;
} 
.splash {
	background:url(http://komaraviation.com/images/splash-bg.png) repeat-x;
	min-height:618px;
 	text-align:center;

	padding-top:100px;
	width:890px;
	max-width:100%;
	margin:auto;
-webkit-box-shadow: 0px -30px 20px -7px rgba(0,0,0,0.4);
-moz-box-shadow: 0px -30px 20px -7px rgba(0,0,0,0.4);
box-shadow: 0px -30px 20px -7px rgba(0,0,0,0.4);
 
}
.splash p {
	color:#333;
	padding: 5px 0;
	font-size:24px;
	font-family:arial;
	font-weight:100;
		padding:20px;
} 
.splash p strong{ font-weight:bold; color:#000;}
.splash ul {  padding:20px; }
.splash li { display:inline-block;} 


@media (max-width:770px) {
 .splash li:nth-child(1) { margin-right:0; margin-bottom:5px; }
}

@media (max-width:680px) {
.splash {  
	padding-top:50px;
	}
}