/* RESPONSIVE CSS ----- */
@media (max-width: 1026px) {

#headerBlock { width: auto; margin: 10px 10px 0 10px; }
#mainBlock { width: auto; margin: 0 10px; padding: 0 0 10px 0; }
#newsletterBlock { width: auto; margin: 10px 10px; }
#footerBlock { width: auto; margin: 0 10px 10px 10px; }

#headerBar,
#navBar,
#mainBlock .contentBar,
#footerBar { width: auto; }


a.logoBar { float: none; text-align: left; width: auto; min-height: 0; margin-left: 90px; }
a.logoBar img { display: inline-block; max-width: 100%; }

ul#topLinks { position: absolute; top: 10px; right: 10px; }
ul#topLinks li a.phoneNumber { padding-right: 0px; }
ul#topLinks li a.phoneNumber span { display: none; }
ul#topLinks li a.phoneNumber i { display: block; background: #5d9632; color: #fff; font-size: 20px; width: 28px; height: 28px; text-align: center; line-height: 28px; border-radius: 10px; }

#headerRight { position: absolute; right: 10px; top: 45px; width: auto; padding: 0 0 0 0; }

#searchBox { margin: 0 0; width: 160px; }
#searchBox input { 
	height: 26px;
	line-height: 26px; }
#searchBox button { 
	height: 26px;
	line-height: 26px; }

#navBlock { position: absolute; left: 30px; top: 3em;  width: auto; }
#navBar { background: #eee; }
#navBlock ul.mainNav { display: none; }
#navBlock #mobileNav { display: block; }
#navBlock .homeBtn { 
	background: transparent;
	border: none;
	width: auto;
	height: 50px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font: 700 40px/42px 'Open Sans', sans-serif;
	letter-spacing: 0em;
	color: #000;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	display: block; }
#navBlock .homeBtn:hover { /* background: #F86EAD; */ color: #333; }
#navBlock ul { display: none; padding: 0; margin: 0; list-style: none; position: absolute; left: auto; right: auto; }
#navBlock ul.mobMenu { background: #333; width: 300px; padding-top: 10px; }
#navBlock ul.mobMenu ul { background: #3a3a3a; position: relative; }
#navBlock ul.mobMenu ul ul { background: #444; }
#navBlock ul.mobMenu li { padding: 0; margin: 0; display: block; border-bottom: 1px solid #444; position: relative; }
#navBlock ul.mobMenu li li { border: none; }
#navBlock ul.mobMenu > li.first { display: none; }
#navBlock ul.mobMenu li a { 
	display: block;
	color: #fff;
	padding: 15px 15px;
	font: normal 16px/16px 'Open Sans', sans-serif;
	text-align: left; }
#navBlock ul.mobMenu li a:hover { text-decoration: none; background: rgba(0,0,0,0.1); }
#navBlock ul.mobMenu li li a { padding: 10px 15px 10px 20px; font: normal 16px/16px 'Open Sans', sans-serif; }
#navBlock ul.mobMenu li li li a { padding: 8px 15px 8px 25px; font: normal 14px/14px 'Open Sans', sans-serif; }
#navBlock ul.mobMenu span.submenuTrigger { 
	display: block;
	position: absolute;
	top: 7px;
	right: 20px;
	border: 1px solid #444;
	cursor: pointer;
	font-size: 15px;
	line-height: 25px;
	width: 25px;
	text-align: center;
	padding: 0;
	background: #444;
	color: #fff; }
#navBlock ul.mobMenu span.submenuTrigger:hover { color: #fff; background: #000; }
#navBlock ul.mobMenu li li span.submenuTrigger { line-height: 20px; width: 18px; top: 6px; padding: 0; background: #444; border: 1px solid #444; }
}
@media (max-width: 840px) {
#headerLinks li { font-size: 12px; padding: 0; }
}
@media (max-width: 640px) {
#headerBar { width: auto; margin: 0 -12px; padding: 0; }
a.logoBar { float: left; margin: 0; padding: 0 0 0 10px; }
ul#topLinks { bottom: 5px; right: 10px; top: auto; z-index: 99; }
#headerRight { position: relative; right: auto; top: auto; width: auto; max-width: none; float: none; clear: both; padding: 5px 10px; background: #eee; }
#searchBox { margin: 0 auto 0 auto; width: 150px; }
#headerLinks { margin: 0; position: absolute; top: 5px; left: 5px; }
#headerRight a.phoneNumber { margin: 0; position: absolute; top: 5px; right: 5px; }
#navBlock { position: absolute; right: 20px; left: auto; top: 35px; width: auto; }
#navBlock ul { right: 0; }
#mainBlock .leftBar { float: none; width: auto; margin: 0 0 1em 0; padding: 5px; }
#mainBlock .mainBar { float: none; width: auto; margin: 0 0 1em 0; }
}
@media (max-width: 520px) {

a.logoBar { float: left; margin: 0 80px 10px 0; width: auto; max-width: none; }
a.logoBar img { width: 100%; height: auto; max-height: 60px; }
ul#topLinks { bottom: 5px; right: 0px; top: auto; z-index: 99; width: 100%; text-align: center; }
ul#topLinks li { text-align: center; }
#searchBox { margin: 0 auto 40px auto; width: 180px; float: none; }
#headerLinks { position: relative; float: none; top: auto; left: auto; text-align: center; margin: 0 0 5px 0; }
#navBlock { padding: 0; border: 0; top: 25px; }

#newsletterBar label { font: 400 14px/18px 'Raleway', sans-serif; margin-right: 10px; }
#newsletterBar label strong { font: 400 20px/20px 'Bitter', serif; }
#newsletterBar input { width: 80%; }

#footerBar .footerLinks { width: 46%; text-align: center; }
#footerBlock .footerLinks:last-child { text-align: center; }
td { display: block; width: auto; }
td img { width: 100%; height: auto; }
#footerBar .footerLinks { float: none; width: auto; }
}
@media (max-width: 360px) {

}
