/* ============================================================================= Main Styles */

@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('/assets/fonts/roboto-slab.bold-webfont.eot') format('eot');
    src: local('O'),
		url('/assets/fonts/roboto-slab.bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/roboto-slab.bold-webfont.woff') format('woff'),
        url('/assets/fonts/roboto-slab.bold-webfont.ttf') format('truetype'),
        url('/assets/fonts/roboto-slab.bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
html, body
{
    height: 100%;
    min-height: 100%;
}
a img {
	border:0;
}
a {
	color:#fff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body{
	font-family: 'Open Sans', sans-serif;
	background:url('/assets/img/center_bg.png');
	min-width: 955px;
}
#fadeBg {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 5;
	position: fixed;
}
.cookieBox {
	width:76%;
	padding:5px;
	margin:0 auto;
	position:fixed;
	left:0;
	right:0;
	display:none;
	z-index: 6;
	background:url('/assets/img/center_bg.png');
	border:2px solid #000;
	color:#fff;
	border-radius:2px;
	top:15px;
}
.cookieBox p, .cookieBox h2 {
	margin-bottom:16px;
}
.cookieBox th {
	text-align:left;
	color:#fff;
}
.cookieBox td {
	color:#fff;
}
.closeBox {
	background:url('/assets/img/close-icon.png') no-repeat;
	background-size:20px 20px;
	width:20px;
	height:20px;
	display: block;
	float: right;
	cursor:pointer;
}
.cookie {
	cursor:pointer;
}

.main-nav {
	color: #000;
	height: 62px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	min-width: 955px;
	border-top: 1px solid #d2d2d2;
	background-color: #fff;
	-webkit-backface-visibility: hidden;
}
.main-nav ul{
	margin: 5px auto 0 auto;
	width: 800px;
	-webkit-backface-visibility: hidden;
}
.main-nav li {
	display: inline-block;
	margin-right: 66px;
	-webkit-backface-visibility: hidden;
	vertical-align: middle;
	margin-top: -2px;
}
.main-nav li p{
	-webkit-backface-visibility: hidden;
}
.main-nav li img {
	 cursor: pointer;
}

#emkay-nav {
	height: 54px;
	width: 57px;
}

#stadia-nav {
	height: 45px;
	width: 75px;
}

#bierhaus-nav {
	height: 33px;
	width: 128px;
}

#car-clean-nav {
	height: 46px;
	width: 130px;
}

#antenna-nav {
	height: 45px;
	width: 116px;
}

.main-footer {
	position: fixed;
	-webkit-backface-visibility: hidden;
	bottom: -5px;
	width: 100%;
	left: 0;
	min-width: 955px;
	height: 65px;
	background: #000;
}

#logo{
	width: 435px;
	margin: 0 auto;
}

.col {
	margin: 0 auto;
}

.scroll-container {
	font-family: 'Roboto Slab', serif;
	-webkit-backface-visibility: hidden;
	font-size: 16px;
	font-weight: 300;
}

.scroll-down {
	position: fixed;
	-webkit-backface-visibility: hidden;
	right: 0px;
	bottom: 60px;
	cursor: pointer;
}
.scroll-down-img {
	opacity: 0.6;
	position: fixed;
	-webkit-backface-visibility: hidden;
	bottom: 60px;
	right: 0px;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}
.scroll-up-img {
	opacity: 0;
	position: fixed;
	-webkit-backface-visibility: hidden;
	bottom: 60px;
	right: 0px;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}
.scroll-down-text {
	position: fixed;
	-webkit-backface-visibility: hidden;
	bottom: 148px;
	right: 95px;
	text-align: right;
	color: #fff;
}

#white-quote-left {
	background:url('/assets/img/white-quote-left.png') no-repeat;
	width:28px;
	height:28px;
	display:inline-block;
	vertical-align: top;
}
#white-quote-right {
	background:url('/assets/img/white-quote-right.png') no-repeat;
	width:28px;
	height:28px;
	display:inline-block;
	vertical-align: top;
}

#black-quote-left {
	background:url('/assets/img/black-quote-left.png') no-repeat;
	width:28px;
	height:28px;
	display:inline-block;
	vertical-align: top;
}
#black-quote-right {
	background:url('/assets/img/black-quote-right.png') no-repeat;
	width:28px;
	height:28px;
	display:inline-block;
	vertical-align: top;
}

.steve-king-container {
	min-height: 700px;
	height: 100%;
	background: url('/assets/img/logo.png') no-repeat center center;
}

.right-policy{
	font-size: 9px;
	margin-left: 40px;
	margin-top: 26px;
	color :#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	display: inline-block;
	vertical-align: bottom;
	padding-right: 20px;
}
.right-policy ul, .right-details ul{
	list-style:none;
}
.right-details {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 19px;
	display: inline-block;
	float: right;
	padding-right: 20px;
	margin-right: 40px;
	margin-top: 18px;
}

/********************
*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	Emkay CSS
*********************/
.emkay-container {
	background:url('/assets/img/Emkay-Windmills-mobile.jpg') no-repeat center center;
	padding-top: 27px;
	padding-bottom: 276px;
	background-size:cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/assets/img/Emkay-Windmills-mobile.jpg',
	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/assets/img/Emkay-Windmills-mobile.jpg',
	sizingMethod='scale')";
	margin: 0 auto;
}
.mk-logo {
	width: 234px;
	margin: 0 auto;
	padding-bottom: 22px;
}

#mk-social {
	margin: 0 auto;
	text-align: center;
	background: url('/assets/img/mk_content_bg.png');
	width: 442px;
	padding: 15px 0px 20px 4px;
	margin-bottom: 5px;
}
#mk-social .link {
	display: inline-block;
	height: 30px;
	margin-left: 3px;
	vertical-align: top;
	color: #000;
	text-decoration: none;
	font-size: 22px;
	font-weight: 800;
}
.mk-link {
	color: #000;
}

#mk-social .link:hover{
	text-decoration: underline;
}

#mk-social .link b{
	line-height: 30px;
	font-size: 25px;
}

.mk-block-container {
	width: 785px;
	margin: 0 auto;
}

.mk-block {
	width: 241px;
	background: url('/assets/img/mk_content_bg.png');
	padding: 5px;
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
	margin-bottom: 5px;
	padding-bottom: 4px;
}

.mk-block img {
	width: 243px;
	height: 162px;
	margin-left: -1px;
	margin-top: -1px;
}

.mk-block .info {
	text-align: center;
	color: #000;
	font-size: 14px;
	padding: 5px;
	display: block;
	margin-top: 5px;
}
.mk-block .info b {
	font-size: 18px;
}
.mk-quote {
	background: url('/assets/img/mk_content_bg.png');
	width: 668px;
	padding: 4px 5px 5px 7px;
	color: #000;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5px;
}
#mk-quote-content{
	display: inline-block;
	width: 602px;
	font-size: 22px;
	font-weight: 400;
	line-height: 27px;
	margin-top: -5px;
}
.mk-contact {
	color: #000;
	width: 660px;
	margin: 0 auto;
	text-align: center;
	background: url('/assets/img/mk_content_bg.png');
	font-size: 18px;
	padding-top: 7px;
	height: 52px;
	padding-bottom: 10px;
}

.mk-phone {
	color: #000;
}

.right{
	display:inline-block;
	vertical-align: top;
	margin-left:-10px;
	width:1000px;
	background:url('/assets/img/Emkay-Windmills-mobile.jpg') no-repeat center center;
	background-size:cover;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/assets/img/Emkay-Windmills-mobile.jpg',
	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/assets/img/Emkay-Windmills-mobile.jpg',
	sizingMethod='scale')";
}
/********************
*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	Stadia CSS
*********************/
.stadia-container {
	background:url('/assets/img/Stadia-BG.jpg') no-repeat center center;
	padding-top: 34px;
	padding-bottom: 290px;
	background-size: cover;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/assets/img/Stadia-BG.jpg',
	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/assets/img/Stadia-BG.jpg',
	sizingMethod='scale')";
	margin: 0 auto;
}
#stadia-logo-bg {
	background:url("/assets/img/stadia-logo-bg.png");
	height: 355px;
	margin-bottom: -150px;
}
.stadia-logo {
	margin: 0 auto;
	display: block;
	width: 339px;
	margin-bottom: 49px;
}

.stadia-block-container {
	width: 790px;
	margin: 0 auto;
}
.stadia-block {
	width: 241px;
	background:url('/assets/img/stadia-content-bg.png');
	padding:5px;
	display:inline-block;
	vertical-align: top;
	margin-left: 4px;
	margin-bottom: 5px;
	padding-bottom: 21px;
}
.stadia-block img {
	width: 243px;
	height: 162px;
	margin-left: -1px;
	margin-top: -1px;
}

.stadia-block .info {
	text-align: center;
	margin-top: 8px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 5px;
	display: block;
}

.stadia-block .info b {
	font-size: 18px;
}
.stadia-block .info p {
	font-size: 14px;
	font-weight: 300;
	line-height: 19px;
}

.top-contact {
	margin: 0 auto;
	color: #fff;
	font-size: 19px;
	font-weight: 300;
	padding-top: 7px;
	padding-bottom: 11px;
	text-align: center;
	background: url('/assets/img/stadia-content-bg.png');
	width: 520px;
	height: 52px;
	letter-spacing: -0.4px;
}
.top-quote {
	background: url('/assets/img/stadia-content-bg.png');
	width: 681px;
	padding-top: 20px;
	padding-bottom: 3px;
	color: #fff;
	margin: 0 auto;
	line-height: 29px;
	text-align: center;
	margin-bottom: 5px;
}
.stadia-quote-text {
	font-size: 23px;
	font-weight: 400;
	margin-top: -8px;
}
#stadia-quote-content {
	display: inline-block;
	vertical-align: top;
	width: 565px;
	letter-spacing: -0.6px;
}
.top-quote #small{
	font-size: 16px;
	margin-top: 10px;
	font-weight: 400;
	font-style: italic;
}

#top-social {
	margin: 0 auto;
	text-align: center;
	background: url('/assets/img/stadia-content-bg.png');
	width: 418px;
	padding-top: 9px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
#top-social .link {
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
}
#top-social .link:hover{
	text-decoration: underline;
}
#top-social .link b{
	line-height: 32px;
	font-size: 23px;
	font-weight: 800;
}

/********************
*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	Bierhaus CSS
*********************/
.bierhaus-container {
	background:url('/assets/img/Bierhaus-BG.jpg') no-repeat center center;
	padding-top: 90px;
	padding-bottom: 290px;
	background-size:cover;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/assets/img/Bierhaus-BG.jpg',
	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/assets/img/Bierhaus-BG.jpg',
	sizingMethod='scale')";
	margin: 0 auto;
}
.bierhaus-logo {
	margin: 0 auto;
	display: block;
	margin-bottom: 65px;
}
#bierhaus-social {
	margin:0 auto;
	text-align: center;
	background:url('/assets/img/bierhaus-content-bg.png');
	width:440px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
#bierhaus-social .link {
	display:inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 35px;
	color:#fff;
	text-decoration: none;
}
#bierhaus-social .link:hover{
	text-decoration: underline;
}
#bierhaus-social .link b{
	line-height: 30px;
	font-size: 25px;
}

.bierhaus-block-container {
	width: 790px;
	margin: 0 auto;
}

.bierhaus-block {
	width: 241px;
	background:url('/assets/img/bierhaus-content-bg.png');
	padding: 5px;
	display:inline-block;
	vertical-align: top;
	margin-left: 4px;
	margin-bottom: 5px;
	padding-bottom: 24px;
}

.bierhaus-block img {
	width: 243px;
	margin-top: -1px;
}

.bierhaus-block .info {
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 5px;
	margin-top: 5px;
	display: block;
	line-height: 19px;
}

.bierhaus-block .info b {
	font-size: 18px;
	font-weight: 600;
}
.bierhaus-block .info p {
	font-size: 15px;
	font-weight: 300;
}

.bierhaus-contact {
	margin: 0 auto;
	color: #fff;
	font-size: 19px;
	text-align: center;
	background: url('/assets/img/bierhaus-content-bg.png');
	width: 550px;
	font-weight: 300;
	padding-top: 7px;
	padding-bottom: 11px;
	padding-left: 0;
	height: 52px;
	letter-spacing: -0.4px;
	padding-right: 0;
}

.bierhaus-details {
	font-size: 14px;
	color:	#fff;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	vertical-align: bottom;
	text-align: right;
	background: url('/assets/img/bierhaus-content-bg.png');
	padding: 10px;
}

.bierhaus-quote {
	background: url('/assets/img/bierhaus-content-bg.png');
	width: 658px;
	padding: 12px;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 8px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5px;
}
#bierhaus-quote-content {
	display: inline-block;
	vertical-align: top;
	width: 593px;
	margin-top: -6px;
}
.bierhaus-quote-text {
	font-size: 20px;
}

.bierhaus-quote p {
	font-size: 23px;
	font-weight: 400;
	letter-spacing: -1.2px;
	line-height: 28px;
}
.bierhaus-quote #small{
	font-size: 16px;
	margin-top: 6px;
	font-weight: 300;
	letter-spacing: 0px;
}

#bierhaus-social {
	margin: 0 auto;
	text-align: center;
	background: url('/assets/img/bierhaus-content-bg.png');
	width: 431px;
	padding-top: 9px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
#bierhaus-social .link {
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 35px;
	color: #fff;
	letter-spacing: -1px;
	text-decoration: none;
}
#bierhaus-social .link:hover{
	text-decoration: underline;
}
#bierhaus-social .link b{
	line-height: 33px;
	font-size: 23px;
	font-weight: 800;
}
/********************
*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	Antenna CSS
*********************/
.antenna-container {
	background:url('/assets/img/Antenna-BG.jpg') no-repeat center center;
	padding-top: 60px;
	padding-bottom: 290px;
	background-size:cover;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/assets/img/Antenna-BG.jpg',
	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/assets/img/Antenna-BG.jpg',
	sizingMethod='scale')";
	margin: 0 auto;
	background-position: 0 0;
}
#antenna-logo {
	width: 408px;
	margin: 0 auto 51px auto;
}
.left{
	display:inline-block;
	vertical-align:top;
	position:relative;
	background:url('/assets/img/Antenna-BG.jpg') no-repeat center center;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/assets/img/Antenna-BG.jpg',
	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/assets/img/Antenna-BG.jpg',
	sizingMethod='scale')";
	background-size:cover;
}

.antenna-block-container {
	width: 780px;
	margin: 0 auto;
}

.antenna-block {
	width: 241px;
	background: url('/assets/img/antenna_content_bg.png');
	padding: 5px;
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
	margin-bottom: 5px;
	padding-bottom: 19px;
}

.antenna-block img {
	width: 243px;
	margin-top: -1px;
	margin-left: -1px;
}

.antenna-block .info {
	text-align:center;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	padding: 5px;
	display:block;
	margin-top: 5px;
}

.antenna-block .info b {
	font-size: 18px;
	font-weight: 600;
}
.antenna-block .info p {
	font-size: 14px;
	font-weight: 300;
}

.left-contact {
	color: #fff;
	text-align: center;
	font-size: 19px;
	font-weight: 300;
	background: url('/assets/img/antenna_content_bg.png');
	width: 666px;
	padding-top: 8px;
	padding-bottom: 7px;
	margin: 0 auto;
	height: 52px;
}

.left-contact p {
	letter-spacing: -0.2px;
}
.left-quote {
	background: url('/assets/img/antenna_content_bg.png');
	width: 648px;
	padding: 16px;
	padding-top: 20px;
	padding-bottom: 7px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5px;
}
#antenna-quote-content {
	display: inline-block;
	vertical-align: top;
	width: 560px;
	margin-top: -6px;
}
.left-quote p {
	font-size: 23px;
	font-weight: 400;
	letter-spacing: -0.6px;
	line-height: 29px;
}
.left-quote #small{
	font-size: 13px;
	font-weight: 300;
	margin-top: 4px;
}

#left-social {
	margin: 0 auto;
	text-align: center;
	background: url('/assets/img/antenna_content_bg.png');
	width: 446px;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 5px;
}
#left-social .link {
	display:inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 35px;
	color:#fff;
	text-decoration: none;
	letter-spacing: -1px;
}
#left-social .link:hover{
	text-decoration: underline;
}
#left-social .link b{
	line-height: 33px;
	font-size: 23px;
	font-weight: 800;
}
/*********************
*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	Car Clean CSS
**********************/
.car-clean-container {
	background:url('/assets/img/Car-Clean-BG.jpg') no-repeat center center;
	padding-top: 60px;
	padding-bottom: 310px;
	background-size:cover;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/assets/img/Car-Clean-BG.jpg',
	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/assets/img/Car-Clean-BG.jpg',
	sizingMethod='scale')";
	margin: 0 auto;
}
#car-clean-logo-bg {
	margin: 0 auto;
	width: 487px;
	height: 167px;
	margin-bottom: 36px;
}

.car-clean-block-container {
	width: 790px;
	margin: 0 auto;
}

.car-clean-block {
	width: 241px;
	background: url('/assets/img/car-clean-content-bg.png');
	padding: 5px;
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
	margin-bottom: 5px;
	padding-bottom: 19px;
}
.car-clean-block img {
	width: 243px;
	margin-top: -1px;
	margin-left: -1px;
}

.car-clean-block .info {
	text-align:center;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 5px;
	display: block;
	margin-top: 5px;
	line-height: 20px;
}

.car-clean-block .info b {
	font-size: 18px;
	font-weight: 600;
}
.car-clean-block .info p {
	font-size: 15px;
	font-weight: 300;
}

.bottom-contact {
	margin: 0 auto;
	color: #fff;
	font-size: 19px;
	font-weight: 300;
	text-align: center;
	background: url('/assets/img/car-clean-content-bg.png');
	width: 500px;
	padding-top: 9px;
	padding-bottom: 9px;
	letter-spacing: -0.5px;
	height: 52px;
}

.bottom-quote {
	background: url('/assets/img/car-clean-content-bg.png');
	width: 651px;
	padding: 15px;
	padding-top: 20px;
	padding-bottom: 6px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 5px;
}
#car-clean-quote-content {
	display: inline-block;
	vertical-align: top;
	width: 565px;
	margin-top: -8px;
	line-height: 30px;
}
.bottom-quote p {
	font-size: 23px;
	font-weight: 400;
	letter-spacing: -0.6px;
}
.bottom-quote #small{
	font-size: 16px;
	font-weight: 300;
	margin-top: 4px;
	letter-spacing: 0;
}
.bottom-quote #small b {
	font-weight: 600;
}

#bottom-social {
	margin: 0 auto;
	text-align: center;
	background: url('/assets/img/car-clean-content-bg.png');
	width: 430px;
	padding-top: 6px;
	padding-bottom: 8px;
	margin-bottom: 5px;
}
#bottom-social .link {
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
	letter-spacing: -1px;
}
#bottom-social .link:hover{
	text-decoration: underline;
}
#bottom-social .link b{
	line-height: 33px;
	font-size: 23px;
	font-weight: 800;
}
/********************
*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	END OF CSS
*********************/