html {
	box-sizing: border-box;
	height:100%;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	height:100%;
	margin:0;
	color:#fff;
	font:15px/24px Arial, Helvetica, sans-serif;
	background:#fff;
	overflow-y: scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
	min-width:1003px;
}
* {max-height: 10000px;}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#6499ff;
	outline:none;
}
a:hover {opacity:0.8;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding:0;
	border:0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}
q {quotes: none;}
q:before,
q:after {
	content:'';
	content:none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {margin: 0 0 1.2em;}
#wrapper {
	overflow:hidden;
	min-height: 100%;
}
#header {
	max-width:970px;
	margin:0 auto;
	overflow:hidden;
	padding:42px 23px 27px;
}
.logo {float:left;}
.logo img {
	width:229px;
	height:100px;
	display:block;
}
.logo a {display:block;}
.logo a:hover {opacity:1;}
.visual {overflow:hidden;}
.visual img {
	width:100%;
	height:auto;
	display:block;
}
#main {
	padding:1px 0 30px;
	max-width:980px;
	margin:0 auto 107px;
	position:relative;
	z-index:9;
}
#main:after {
	display:block;
	content:"";
	clear:both;
}
.description {
	margin:-110px 0 0 28px;
	background:#000;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	max-width:518px;
	padding:24px 22px 28px;
}
.description p strong {
	font-size:24px;
	line-height:27px;
	font-weight:normal;
	color:#fff;
	text-transform:capitalize;
	margin:-3px 2px 0 0;
	float:left;
	letter-spacing:1px;
}
.description p {margin:0 0 24px;}
.contact-us {
	font-size:14px;
	line-height:17px;
	color:#fff;
	display:inline-block;
	vertical-align:top;
	padding:4px 0;
	word-spacing:3px;
}
.contact-us a {
	display:inline-block;
	vertical-align:top;
	color:#6499ff;
}
#footer {
	background:#666;
	margin: -28px 0 0;
	position:relative;
	z-index:99;
}
.footer-holder {
	max-width:970px;
	margin:0 auto;
	padding:6px 9px;
	overflow:hidden;
	text-align:right;
	font-size:13px;
	line-height:16px;
	color:#fff;
}
.footer-holder p {margin:0;}
.footer-holder p a {color:#fff;}
@media only screen and (max-width:1100px) {
	.logo img {
		width:159px;
		height:71px;
	}
	body {min-width:320px;}
	#header {
		padding:18px 72px 14px;
	}
	.description {
		font-size:12px;
		line-height:24px;
		margin:-120px 0 0;
	}
	#main {
		padding:1px 100px 30px;
		max-width:100%;
	}
	.footer-holder {
		padding:6px 72px;
	}
}
@media only screen and (max-width:992px) {
	#header {padding:25px 38px 14px;}
	.logo img {
		width:159px;
		height:71px;
	}
	#main {
		margin:0 0 107px;
		padding:0;
	}
	.description {
		font-size:12px;
		line-height:24px;
		margin:-115px 0 0 38px;
	}
	.footer-holder {
		padding:6px 38px;
	}
}
@media only screen and (max-width:767px){
	.logo img {
		width:110px;
		height:49px;
	}
	#header {padding:13px 10px;}
	#main {
		margin:0;
		max-width:100%;
		padding:0 0 28px;
	}
	.footer-holder {text-align:left;}
	.description {
		max-width:100%;
		margin:0;
		font-size:12px;
		line-height:24px;
		padding:13px 11px;
	}
}