/* RESPONSIVE CSS ----- */

table.responsive { width: 100%; height: auto; vertical-align: top; }
table.responsive td { box-sizing: border-box; word-break: break-word; }
table.responsive.five td { padding: 10px; width: 20%; }

@media (max-width: 1100px) {
#headerBlock.fixedUp #headerBar ul.mainMenu > li > a { padding: 0 5px; }
}


@media (max-width: 1024px) {
#headerBlock.fixedUp { position: relative; width: auto; margin: 10px 10px 0 10px; padding: 0; }
#headerBar { width: auto; margin: 0 auto; height: auto; position: relative; padding: 10px 0; text-align: center; }
a.logoBar { float: none; text-align: center; width: auto; line-height: 1em; min-height: 0; max-width: 180px; margin: 0 auto; }
a.logoBar img { max-width: 180px; width: auto; height: auto; margin: 0 auto; text-align: center; }

#headerRight { position: absolute; right: 10px; top: 0; width: auto; padding: 0; }
#headerRight ul { list-style: none; padding: 0; margin: 5px 0 0 0; }
#headerBar ul.socialBar { display: none; }
#headerBar a.customerLogin {
	border: 1px solid #dd001c;
	color: #dd001c;
	right: 0;
	bottom: auto;
	top: 25px;
	padding: 0;
	width: 150px; }

#navBlock { position: absolute; left: 10px; top: 10px;  width: auto; padding: 0; margin: 0; }
#navBar { background: #eee; padding: 0; margin: 0; }
#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; }

#mainBlock .contentBar .three-col { max-width: 100%; }
#mainBlock .contentBar .three-col li { width: 46%; }

#mainSections .mainLinks li span {
	padding: 20px;
	font-size: 24px;
	line-height: 26px; }
#mainSections .videoLinks li { height: 200px; }

table.responsive td,
table.responsive.five td { display: block; width: auto; }

}
@media (max-width: 840px) {
#mainSections .videoLinks li { height: 180px; }

#footerBlock .footerLinks { width: auto; float: none; text-align: center; margin: 0 0 1em 0; }
#footerBlock .footerLinks:nth-child(2) { width: auto; }

}
@media (max-width: 720px) {

a.phoneUs i,
#headerBar a.customerLogin i { display: inline-block; }
a.phoneUs span,
#headerBar a.customerLogin span { display: none; }
#headerBar a.customerLogin { width: auto; padding: 0; border: none; font-size: 24px; line-height: 24px; }

#mainSections .mainLinks li span {
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0 0 0 0;
	padding: 5px;
	width: auto;
	border: none;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 18px;
	line-height: 20px; }
#mainSections .videoLinks li { display: block; width: auto; box-sizing: border-box; overflow: hidden; padding: 0 1%; height: 240px; margin: 0 0 1em 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; }

table.responsive td,
table.responsive th { display: inline-block; width: auto; }

}
@media (max-width: 520px) {
#pageHeader { padding: 15px; }
#mainBlock .contentBar { padding: 15px; }
#mainBlock .contentBar .three-col li { width: 80%; margin: 0 auto 2em auto; }

td { /*display: block; width: auto;*/ }
td img,
.contentBar img { max-width: 100%; width: auto; height: auto; }
}
@media (max-width: 360px) {

}
