@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'MyFont';
	font-style: normal;
	font-weight:normal;
	src: url(/fonts/HelveticaNeueLTStd-ThCn.woff) format('woff');
}

@font-face {
	font-family: 'MyFontMed';
	font-style: normal;
	font-weight: bold;
	src: url(/fonts/HelveticaNeueLTStd-MdCn.woff) format('woff');
}

@font-face {
	font-family: 'HelvTh';
	font-style: normal;
	font-weight: bold;
	src: url(/fonts/HelveticaNeueLTStd-ThCn.woff) format('woff');
}

@font-face {
	font-family: 'HelvUlCn';
	font-style: normal;
	font-weight: bold;
	src: url(/fonts/HelveticaNeueLTStd-UltLtCn.woff) format('woff');
}

@font-face {
	font-family: 'HelvMdCn';
	font-style: normal;
	font-weight: bold;
	src: url(/fonts/HelveticaNeueLTStd-MdCn.woff) format('woff');
}

@font-face {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-style: normal;
	font-weight: bold;
	src: url(/fonts/HelveticaNeueLTStd-LtCn.woff) format('woff');
}

h1, h2, h3, h4 {
	font-family: 'HelvMdCn', Arial, sans serif;
	font-size: 26px;
	line-height: 1.3em;
	margin: 0;
}

.MRheaders{
	font-family: 'HelvMdCn' !important;
	font-size: 33px !important;
	letter-spacing: 1px;
	color: #C60;
	text-align: center;
}

body .CallButton {
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'MyFontMed';
	font-size: 19px;
	line-height:30px;
	color: #FFF;
	text-decoration: none;
	background-color: #C60;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	margin: 5px auto 20px auto;
	clear: both;
	width: 220px;
	border-radius: 0;
}

.CallButton:hover {
	background-color: #914800;
	color: #FFF;
}

.top-container {
 height: 70px;
 max-width: 1200px;
 width: 100%;
 margin: 0 auto;
 overflow: hidden;
}

body .footer-certifications {
 padding-left: 20px;
 padding-right: 20px;
}

body .bg-fade-lighter{
	border-top: 1px solid #ddd;
	background-image: url(/images/home6/bg-1fadeLight.png) !important;
}

.btn-center {
	width: 120px;
}

.free-guide {
	max-width: 250px;
	padding-right: 8px;
	border-radius: 1px;
}

.home-video-box {
	background-color: #E6E6E6;
	color: #960;
	padding: 0px;padding-bottom: 5px;
	border-radius: 1px;border:none;
	text-align: center;
	margin: 0 0 20px 0;
}

body .home-video-box a h4,
body .home-video-box a p {
	margin: 0;
}

.youtube-container {
	width: 100%;
	max-height: 180px;
	max-width: 290px;
	margin: auto;
}

.home-video-box-mr {
	display: block;
	width: 280px;
	height: 290px;
	margin: auto;
	text-align: center;
	background-color: #E6E6E6;
}

#smallyoutube {
	width: 305px;
	height: 180px;
	margin: auto;
}

.tv-img {
	border: solid 5px #ccc;
	width: 100%;
	max-width: 255px;
	max-height: 160px;
	margin: auto;
	margin-bottom: 5px;
}

body #seenontvcont .modal-dialog {
	width: 510px;
}

body #seenontvcont .videos-tab a {
	width: 31%;
}

.home-block .BTN-SHOP-NOW:hover {
	background-color: #914800;
	color: #fff;
	text-decoration: none;
}

@media (min-width: 1024px) {
	.free-guide {
		float: left;
	}
}

@media (max-width: 1024px) and (min-width: 800px) {
	.home-tile-box {
		height: 360px;
	}
}

@media (max-width: 767px) {
	.MRheaders {
		font-size: 28px !important;
	}
}