@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 medium screen sizes) */



header {
	height: 200px;
	background: url(../img/bocksGeneral_md.png) no-repeat 90% 0px;
	background-size: 800px 200px;
}

header a.logo {
	width: 361px; height: 70px;
	top: 42px; right: 5px;
	background-image: url(../img/facebook_medium.png);
	background-size: 361px 70px;
	background-position: bottom-left;
	opacity:0.80;
	filter:alpha(opacity=80);
}

.propaneTank {
	display: none;
}

.headerPhone {
	float: right;
	display: block;
	padding-top: 95px;
	margin-right: 10px;
	font-size: 1.3em;
	color: #8F9681!important;
	z-index: 999;
}

.headerAddress {
    display: none;
	margin-left: 5px;
	padding-top: 55px;
	line-height: 95%;
	font-size: 1.5em; 
	color: white!important;
	font-weight: thicker;
	background: transparent;
}

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

nav {  
	top: 200px; 
	text-align: center;
	font-size: 115%;
}

nav a { 
	margin-right: 20px; 
}

.promo_container { padding: 50px 20px 20px 20px; }
.promo_container .promo { background-position: 0px 0px; }
.promo_container .promo .content { padding: 125px 30px 5px 5px; }

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

}

.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;
}

.logo {
	display: none;
}

.featured {
	display: none;
}

.structureContainer {
	display: none;
}

.rentalContainer  h1 {
		margin: 30px 0 0 0;
		padding: 70px 0;
		font-size: 1.155em;
		line-height: .95em;
		text-align: left;
}
	
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_medium.jpg); 
}

header { 
	background-image: url(../img/bocksGeneral_md.png); 
}
	
}

