@charset "UTF-8";

/* Layout Small Screens */

header{
	height: 125px;
	background: url(../_images/banner_small.jpg) no-repeat right 0px;
}

header a.logo{
	width: 302px;
	height: 37px;
	top: 42px;
	left: 10px;
	background-image: url(../_images/logo_small.png);
}

.header_info_wrap{
	position: relative;
	top: 82px;
	left: -103px;
	font-size: .9em;
	display: inline-block;
}

p.header_info{
	padding: 0 0 5px 115px;	
	margin: 0;
	line-height: 1.3em;
	font-size: .9em;
}

img{
	width: 100%;
	height: 100%;
}


article{
	padding: 20px 20px 10px 20px;
}

nav {
	position: static;
	padding: 10px 0;
}

nav a{
	width: 35%;
	margin: 5px;
	padding: 5px  12px;
	border: 1px solid #000;
	background: url(../_images/mobile_link_arrow.png) no-repeat right center;
}

nav a:hover{
	background-color: rgba(255, 255, 255, .15)
}
nav a.active{
	color: #fff;
	background-color: #000;
}

.promo_container{
	padding: 0px;
}

.promo_container .promo{
	width: auto;
	float: none;
	padding: 10px 0 0;
	background-position: 20px 13px;
	border-top: 1px solid #000;
}

.promo_container .promo .content{
	padding: 0 20px 5px 90px;
}

footer{
	border-top: 1px solid #000;
	padding: 20px 0 10px 10px;
}

body{
	background-image: none;
}