@charset "utf-8";
/* CSS Document */

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,
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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html, body{
    -webkit-overflow-scrolling: touch;
}
body {
	font-family: 'Lato', sans-serif; font-weight: 400; 
	font-size:13px;
	color: #444444;
	overflow-x: hidden;
	background:#ffffff;
}
p {
	margin:0 0 20px 0;
	line-height:18px;
}
h1 {
	font-size:20px;
	margin:0 0 15px 0;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif; font-weight: 900;

}
a {
	text-decoration: none;
	color: #888888;
}
a:hover {
	color:#111111;
}

strong {
	font-family: 'Lato', sans-serif; font-weight: 900;
	text-transform:uppercase;
}
.row {
	display:inline-block;
	width:100%;
}


[class*="col-"] {
  	padding: 0;
	position:relative;	
}
[class*="col-"] img {
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.clear {
	clear:both;
}

@media all and ( min-width: 776px ) { 
.col-1-1 {
	float:left;
	width:100%;
}
.col-1-2 {
    float: left;
    width: 50%;
}
.col-1-3 {
   float: left;
   width: 33.33%;
}
.col-2-3 {
	float: left;
	width: 66.66%;
}
.col-1-4 {
}
.col-3-4 {
	float:left;
	width:75%;
}
.col-1-8 {
   float: left;
   width: 12.5%;
}
.column {
	float:left;
	padding:0 2% !important;
	width:46%
}
.content {
	text-align:left !important;
}

}

.container {
	background-color: #ffffff;
}

.logo {
   max-width:320px;
   padding:60px 0 10px 0 !important;
   margin:0 auto;
   text-align:center;
}

.des {
	max-width:500px;
	margin:0 auto;
   text-align:center;
   padding:20px 60px 0 60px;
   border-top:1px solid #333333;
   overflow:hidden;
   text-transform:uppercase;
}

.content {
   max-width:600px;
   margin:0 auto 60px auto;
   text-align:center;
   overflow:hidden;
   border-bottom:1px solid #333333;
   padding:0 0 40px 0;
}
.column {
	padding:0 5%;
}



.banner {
	width:90%;
	padding:0 5%;
	margin:0 0 60px 0;
}

.banner img {
	width:100%;
	height:auto;
}