/* -------------------------------------------------- 
	 home page
-------------------------------------------------- */
body.Home.Local {
	background: #efefef;
}

/*----------- home_main -----------*/
#home_main {
	width: 100%;
	background: #fff;
	position: relative;
	overflow: hidden;
	border-bottom: 26px solid #333;
}
#home_main .seven, #home_main .row .seven {
	width: 60%;
}
#home_main .five, #home_main .row .five {
	width: 40%;
}
#home_main .row .offset-by-seven {
	margin-left: 60%;
}
#header_shadow {
	-moz-box-shadow:    0 1px 4px rgba(0,0,0,.45) !important;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.45) !important;
	box-shadow:         0 1px 4px rgba(0,0,0,.45) !important;
	z-index: 5;
}

	/*----------- image -----------*/
#home_main_image {
	vertical-align: top;
}
#home_main_imagearea, #slider {
	height: 305px;
}

	/*----------- weather -----------*/
#home_main_weather {
	position: absolute;
	top: 8px;
	right: 8px;
	background: rgba(30, 30, 30, 0.4);
	-moz-border-radius:    50%;
	-webkit-border-radius: 50%;
	border-radius:         50%;
	padding: 15px 13px 8px;
	z-index: 5;
}
.lt-ie9 #home_main_weather {
	background: #666;
	padding: 10px;
}
#home_main_weather .temperature {
	color: #fff;
	font-size: 25px;
	text-align: center;
}
#home_main_weather .temperature small {
	font-size: 14px;
}
#home_main_weather .description {
	color: #fff;
	font-size: 11px;
	text-align: center;
}
#home_main_weather .image {
	width: 30px;
	height: 24px;
	margin: 0 auto;
	text-align: center;
	background-image: url(http://assets0.drxlive.com/uploads/themes/55f0b0894fc844bd6d000001/assets/weather-icons.png);
	background-repeat: no-repeat;
}
#home_main_weather .image.i01d { background-position: 0 0; }
#home_main_weather .image.i01n { background-position: 0 -24px; }
#home_main_weather .image.i02d { background-position: -30px 0; }
#home_main_weather .image.i02n { background-position: -30px -24px; }
#home_main_weather .image.i03d, #home_main_weather .image.i03n { background-position: -60px 0; }
#home_main_weather .image.i04d, #home_main_weather .image.i04n { background-position: -90px 0; }
#home_main_weather .image.i09d, #home_main_weather .image.i09n { background-position: -120px 0; }
#home_main_weather .image.i10d, #home_main_weather .image.i10n { background-position: -150px 0; }
#home_main_weather .image.i11d, #home_main_weather .image.i11n { background-position: -180px 0; }
#home_main_weather .image.i13d, #home_main_weather .image.i13n { background-position: -210px 0; }
#home_main_weather .image.i50d, #home_main_weather .image.i50n { background-position: -240px 0; }

	/*----------- text -----------*/
#home_main h1 {
	font-size: 33px;
	padding: 10px 5px 0 40px;
	margin: 0;
}
#home_main h1, #home_main h1 small {
	color: #222;
}
#home_main h1 small {
	font-size: 65%;
}

#home_main #findlocation {
	padding: 9px 0 0 40px;
}

#home_main .stack-links {
	margin: 20px 10px 0 0;
}
#home_main .icon-mobile-phone.icon-2x {
	font-size: 24px;
	padding-left: 1px;
}
#home_main .icon-edit.icon-2x {
	padding-left: 3px;
	padding-top: 1px;
}

@media only screen and (min-width: 767px) {
	#home_main h1 { max-height: 120px; overflow: hidden; }
}
@media only screen and (max-width: 767px) {
	#home_main h1, #home_main #findlocation { padding-left: 10px; }
	#home_main .main-links { margin-top: 15px; margin-bottom: 15px; }
}


/*----------- home_category -----------*/
#home_category {
	width: 100%;
	padding: 35px 0 58px;
}
#home_category .title {
	color: #fff;
	font-size: 16px;
	margin-bottom: 14px;
}
#home_category .categories {
	height: 120px;
	overflow: hidden;
}
#home_category ul li {
	display: none;
	margin-bottom: 20px;
}
#home_category .button {
	color: #222;
	background: #fff;
	border-color: #fff;
	padding: 5px 14px 5px 5px;
	font-size: 15px;
	font-weight: normal;
	white-space: nowrap;
	display: inline-block;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}
#home_category .button:hover, #home_category .button:focus {
	color: #666;
	background: #fff;
	border-color: #fff;
}

#home_category .icon- {
	font-size: 32px;
	line-height: 33px;
}
#home_category .icon-stack {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	-moz-border-radius:    2px;
	-webkit-border-radius: 2px;
	border-radius:         2px;
}

@media only screen and (max-width: 380px) {
	#home_category .categories { height: 305px; }
	#home_category ul li { width: 100%; margin-bottom: 12px; }
	#home_category .button { width: 92%; text-align: left; }
}
@media only screen and (min-width: 381px) and (max-width: 500px) {
	#home_category .categories { height: 230px; }
}
@media only screen and (max-width: 500px) {
	#home_category { padding: 40px 0; }
	#home_category .button { padding: 3px 12px 3px 3px; font-size: 13px; }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
	#home_category { padding: 40px 0; }
	#home_category .categories { height: 180px; }
	#home_category .button { padding: 5px 12px 5px 5px; font-size: 14px; }
}

/*----------- blogs / events -----------*/
#home_posts {
	background: #fff;
	border-top: 10px solid #333;
	padding: 60px 0 60px;
}
@media only screen and (max-width: 767px) {
	#home_events.six {
		margin-top: 50px;
		padding-top: 50px;
		border-top: 5px solid #666;
	}
}


#home_no-posts {
	height: 30px;
}



/* -------------------------------------------------- 
	footer
-------------------------------------------------- */
body.Home footer {
	/*background: #e5e5e5;*/
	margin-top: 0;
}
