@charset "UTF-8";

/* Layout Design by Paul Douglas of Douglas Web Designs
	v 2.0.1.4 - 2014-04-07
	
	http://www.douglaswebdesigns.com
	            FOR
	   Bocks Feed & Stuff, LLC
	   
(global rules for small screens sizes) */


header {
	height: 140px;
	background: url(../img/bocksGeneral_mobile.png) no-repeat right 0px;
	background-size: 500px 140px;
	background-position: bottom-left;
}

header a.logo {
	width: 55px; 
	height: 55px;
	top: 98px; 
	right: 20px;
	background-image: url('../img/bocks-general-like-facebook-logo_55X55.png');
	background-size: 55px 55px;
	opacity:0.95;
	filter:alpha(opacity=95);
}

.headerPhone {
	position: relative;
	display: inline-block;
	right: 20%;
	top: -82px;
	font-size: 1.65em;
	color: #000!important;
	z-index: 998;
}

.headerAddress {
	display: none;
	position: absolute;
	padding-top: 40px;
	font-weight: thicker;
	font-size: 1em;
	color: white!important;
	background: transparent;
}

.propaneTank {
	display: none;
}

.logo {
	display: none;
}

article { 
	padding: 20px 20px 10px 20px; 
	font-size-adjust: 85%;
}

nav {
	display: block;
	position: static;
	margin-top: 2.5%;
	padding: 25px 0px 30px 0px;
	background-color: #597E48;
}

nav a {
	color: #FEE1B5;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #FEE1B5;
	background: url(../img/mobile_link_arrow.png) no-repeat right center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

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

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

.promo.one, .promo.two, .promo.three, .promo.four, .promo.five, .promo.six { 	
	margin-bottom: 0px;
}

.buttonContainer {
	width: auto;
	float: none;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 5px 15px 10px 15px;
	font-size: 1em;
	background-position: 10px 10px;
	border-top: 1px solid #AACCD8;
}

.buttonContainer h1 {
	color: #968A87;
    margin: 1em 0em 0.5em 0.5em;
    font-size: 2.25em;
    font-weight: normal;
	margin: 35px 0 auto;
	line-height: 1.25em;
}

.buttonContainer p {
	margin: 0 auto;
	padding: 0 15px;
}

span .city {
	font-size: 95%;
	color: #597E48;
}

.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 98% !important;
	height: 98% !important;
}

.location_hours {
	font-size: 75%;
	font-weight: 200;
    padding-bottom: 0px;
}

footer { 
	border-top: 1px solid #a6abc5;
	font-size: .75em;
	padding: 5px 5px 5px 0px;
	word-break: keep-all;
 }

footer a {
	text-decoration: none;
		color: #FEE1B5;
}

footer a:hover {
	text-decoration: none;	
	color: #FEE1B5;
}

footer a:visited {
	text-decoration: none;
	color: #FEE1B5;
}

body { background-image: none;  }


@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx)
{

	header a.logo { 
		background-image: url(../img/logo_small.jpg); 
	}
	
	header { 
	background-image: url(../img/bocksGeneral_small.png); 
	}
	
}

@media screen and (max-width: 421px) {
		
	h1 {
	font-size: 1.75em;
	line-height: 1.55em;
}
	.rentalContainer  h1 {
		margin: 0 15px;
		padding: 15px 0;
		font-size: 1.455em;
		line-height: .95em;
		text-align: left;
	}
	
	.rental_container {
		position: relative;
		text-align: center;
	}
	
	.structureContainer {
		display: none;
	}
	
	.featuredLeft {
		position: relative;
		clear: both;
}

	.featuredRight {
		position: relative;
		clear: both;
}

	}




