/* */

@import url(https://fonts.googleapis.com/css?family=Antic+Slab);

body
{
	background-color: #ffffff;
	padding-top: 120px;
	transition: padding-top .25s ease-in-out;
	-moz-transition: padding-top .25s ease-in-out;
	-webkit-transition: padding-top .25s ease-in-out;
}

p
{
	font-family: 'Antic Slab', serif;
}


.container
{
	width: 1400px;
	margin: 0 auto;
}


/*  Submittal Sheet */
.products .submittal
{margin:auto !important;
width:100% !important;
text-align:center !important;
max-width:500px !important;}

.the-submittal
{height:50% !important;
padding:15px !important;
width:100% !important;
margin:20px auto !important;}



.the-title a
{color:white;}

.products
{height:1050px;}

/* nav -------------------------------------------------------------------------------------------------------------- */

.main-nav
{
	height: 120px;
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1000;

	transition: height .25s ease-in-out;
	-moz-transition: height .25s ease-in-out;
	-webkit-transition: height .25s ease-in-out;

	-webkit-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.62);
	-moz-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.62);
	box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.62);
}

.main-nav a,
.sub-nav a
{
	outline: none;
}

.main-nav .nav-logo-main
{
	float: left;
	margin: 33px 0 0 31px;

	transition: margin .25s ease-in-out;
	-moz-transition: margin .25s ease-in-out;
	-webkit-transition: margin .25s ease-in-out;
}

.nav-logo-brands
{
	float: right;
	margin-top: 40px;

	transition: margin .25s ease-in-out;
	-moz-transition: margin .25s ease-in-out;
	-webkit-transition: margin .25s ease-in-out;
}

.nav-logo-brands .nav-logo-brand,
.nav-logo-brands .nav-logo-brand span
{
	background-image: url(../img/mog-logos.png);
	height: 36px;
}

.nav-logo-brands .nav-logo-brand
{
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	margin-left: 30px;
	display: block;
}

.nav-logo-brands .nav-logo-brand span
{
	float: left;
	padding: 10px;
	opacity: 0;

	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.nav-logo-brands .nav-logo-brand:hover span,
.nav-logo-brands .nav-logo-brand:focus span
{
	opacity: 1;
}

.nav-logo-brands .nav-logo-mesker
{
	width: 104px;
	background-position: 0 0;
}
.nav-logo-brands .nav-logo-dh
{
	width: 99px;
	background-position: -146px 0;
}
.nav-logo-brands .nav-logo-hmx
{
	width: 62px;
	background-position: -286px 0;
}
.nav-logo-brands .nav-logo-mog
{
	width: 102px;
	background-position: -382px 0;
}

.nav-logo-brands .nav-logo-mesker span
{
	width: 104px;
	background-position: 0 -40px;
}
.nav-logo-brands .nav-logo-dh span
{
	width: 99px;
	background-position: -146px -40px;
}
.nav-logo-brands .nav-logo-hmx span
{
	width: 62px;
	background-position: -286px -40px;
}
.nav-logo-brands .nav-logo-mog span
{
	width: 102px;
	background-position: -382px -40px;
}


/* nav (short) ------------------------------------------------------------------------------------------------------ */

body.scrolled
{
	padding-top: 60px;
}
body.scrolled .main-nav
{
	height: 60px;
}
body.scrolled .main-nav .nav-logo-main
{
	margin-top: 6px;
}
body.scrolled .main-nav .nav-logo-brands
{
	margin-top: 10px;
}



/* slider ----------------------------------------------------------------------------------------------------------- */

.mog-slide
{

}

.mog-slide img.slide-image
{
	width: 100%;
	margin: 0 auto;
}

.mog-slide .slide-copy .slide-logo
{
	margin-bottom: 10px;
}


.mog-slide.mog-slide-wdx .slide-copy
{
	padding-top: 0;
}


.mog-slide .slide-copy
{
	padding-top: 70px;
	overflow: visible;
}


.mog-slide.mog-slide-wdx .slide-copy 	{ margin-top:  -400px; }


.mog-slide .slide-copy h1,
.mog-slide .slide-copy h2,
.mog-slide .slide-copy a
{
	color: white;
	text-transform: uppercase;
}


/*
font-family: 'Helvetica Neue 77 Cond Bold' // slider h2
font-family: 'Helvetica Neue 35 Thin' // section titles
font-family: 'Helvetica Neue 47 Cond Light' // ?
font-family: 'Helvetica Neue 27 Cond UltraLight' // slider h1
*/

#mfPreviewBar
{
	display: none;
}

.mog-slide .slide-copy a.btn-inverse
{
	border: 1px solid white;
	font-family: 'Helvetica Neue 47 Cond Light', Helvetica, sans-serif;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	font-size: 15px;
	letter-spacing: 3px;
	padding: 15px 25px 13px 25px;
}

.mog-slide .slide-copy a.btn-inverse:hover,
.mog-slide .slide-copy a.btn-inverse:focus
{
	background-color: rgba(255, 255, 255, .2);
}


.mog-slide .slide-copy h1
{
	font-family: 'Helvetica Neue 27 Cond UltraLight', Helvetica, sans-serif;
	font-size: 36px;
	padding: 0;
	margin: 0;
	letter-spacing: 3px;
}
.mog-slide .slide-copy h2
{
	font-family: 'Helvetica Neue 77 Cond Bold', Helvetica, sans-serif;
	font-size: 62px;
	line-height: 55px;
	padding: 0;
	margin: 130px 0 20px 0;
	letter-spacing: 2px;
	text-align: center;
}

.slick-slider
{
	margin-bottom: 0 !important;
}

.slick-slider .slick-track
{
	background-image: url("/static/img/dots-bg.png");
	background-color: #f9f9f9;
}

.slick-dots
{
	bottom: 10px;
}


.slick-dots li button::before {
	content: "";
}
.slick-dots li button {
	background-image: url(../img/hero-dots.png);
	background-position: -21px 0;
	background-repeat: no-repeat;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 12px;
	line-height: 0;
	outline: medium none;
	padding: 0;
	width: 13px;
}

.slick-dots li.slick-active button {
	background-image: url(../img/hero-dots.png);
	background-position: 0 0;
}



/* ------------------------------------------------------------------------------------------------------------------ */

.section h1
{
	font-family: 'Helvetica Neue 35 Thin', sans-serif;
	font-size: 36px;
	padding: 0 30px 20px 30px;
	margin: 0;
	color: #9c7a12;
	text-align: center;
	font-weight: 300;
}

.section
{
	min-height: 250px;
}

.section p
{
	line-height: 28px;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
}
.section a.learn-more
{
	font-family: 'Helvetica Neue 47 Cond Light', sans-serif;
	color: #9c7a12;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 15px;
	letter-spacing: 3px;
}

.section.section-inverse
{
	background-color: #232323;
}

.section.section-inverse h1,
.section.section-inverse p
{
	color: #d4d4d4;
}


.products,
.company-overview,
.our-locations,
.our-brands,
.service
{
	background-image: url(../img/dots-bg.png);
	padding: 95px 0;
	text-align: center;
	min-height: 779px;
}

.company-overview
{
	background-image: none;
	background-color: white;
	min-height: 600px;
	padding: 95px;
}


.company-overview .sep
{
	width: 100px;
	height: 5px;
	background-color: #c2c2c2;
	margin: 0 auto;
}


.products
{
	background-image: url(../img/products-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}


.products .sep
{
	width: 100px;
	height: 5px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-bottom: 40px;
}


.service
{
	background-image: url(../img/customer-service-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 95px;
}


.our-locations,
.our-brands
{
	min-height: 940px;
	overflow: hidden;
}

.company-overview p,
.our-locations p,
.our-brands p
{
	padding: 60px 60px 0 60px;
}

.products p
{
	padding: 0 0 60px 0;
}

.products h1,
.company-overview h1,
.our-locations h1,
.our-brands h1
{
	padding: 0 20px 40px 20px;
}
.products h1
{
	padding-bottom: 30px;
}

.products h1,
.service h1
{
	font-family: HelveticaNeueLTStd-BdCn,Helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	text-align: center;
}


.service h1,
.service h2,
.service p
{
	text-align: left;
	color: white;
	padding-left: 0;
}

.service h2
{

}

.service p
{

	max-width: 600px;
}

.products
{
	padding: 95px;
}

.products p
{
	padding-bottom: 20px;
}

.products,
.our-locations
{
	background-color: #f2f2f2;
}

.our-brands
{
	background-color: #f9f9f9;
}


.products img,
.company-overview img,
.our-locations img,
.our-brands img
{
	width: 100%;
}



.products h1,
.products h2,
.products h3,
.products p
{
	color: white;
}

.products p
{
	font-size: 18px;
}

.products .product-type
{
	border: 5px solid white;
	padding: 45px;
	text-align: center;
	margin: 20px 0;
	height: 212px;
	overflow: hidden;
}

.products .product-type h2,
.products .product-type h3
{
	font-family: HelveticaNeueLTStd-LtCn,Helvetica,sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.products .product-type h3
{
	padding: 36px 0;
}

.products .product-type p
{
	font-family: HelveticaNeueLT-UltraLigCond,Helvetica,sans-serif;
	font-size: 18px;
	padding: 20px 0 0 0;
	margin: 0;
	line-height: 22px;
}


.brand-mesker, .brand-dh, .brand-hmx, .brand-wdx
{
	text-align: left;
	margin-bottom: 50px;
}

.brand-frame
{
	background-color: #f2f2f2;
	background-image: url(../img/dots-bg.png);
	min-height: 550px;
	max-width: 330px;
	margin: 0 auto;

	/*
	box-shadow: 0 0 17px -20px rgba(0,0,0,0);
	transition: box-shadow 0.25s;
	*/
	border: 1px solid transparent;
}


.brand-frame:hover
{
	/*
	box-shadow: 0 0 17px -7px rgba(0,0,0,0.75);
	*/
	/*
	border: 1px solid #9c7a12;
	*/
}

.brand-frame.clone
{
	opacity: 0.1;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.61);
	width: 320px;
	height: 550px;
	transition: width 0.5s, height 0.5s, margin-top 0.5s, margin-left 0.5s, sbox-shadow 0.5s;
}

.brand-frame.clone:hover
{
	opacity: 1;
	box-shadow: 0 0 44px -14px rgba(0,0,0,0.61);
	width: 330px;
	height: 560px;
	margin-top: -5px;
	margin-left: -5px;
}



.brand-frame .brand-cap img
{
	width: 100%;
}

.brand-frame .brand-copy
{
	padding: 35px;
}

.brand-frame .brand-copy p
{
	line-height: 22px;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	text-align: left;
}


.contact-us
{
	padding: 155px 0;
}


.contact-us input
{
	background-color: transparent;
	border-color: #333333;
	color: white;
}

.contact-us p
{
	font-size: 18px;
	padding: 0 50px 80px 50px;
}

.contact-us button
{
	margin-top: 30px;
	background-color: white;
	color: #9c7a12;
	width: 152px;
	font-family: 'Helvetica Neue 47 Cond Light', sans-serif;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: 3px;
}




.contact-email-required,
.contact-thank-you,
.contact-sending
{
	padding: 10px;
	color: white;
	font-family: 'Antic Slab', 'Helvetica Neue 47 Cond Light', sans-serif;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	display: none;
}

.contact-email-required { color: red; }
.contact-thank-you { color: dodgerblue; }
.contact-sending { color: #999999; }


.section.footer
{
	background-color: #242424;
	min-height: 0;
}


.section.footer p
{
	color: #ffffff;
	font-size: 14px;
	padding: 0;
	opacity: .9;
}

.section.footer p.text-left
{
	text-align: left;
}

.section.footer p.text-right
{
	text-align: right;
}


.footer-logo-bar
{
	background-color: rgba(255,255,255, 0.05);
	padding: 20px 5px;
	margin-bottom: 40px;
	overflow: hidden;
}


.footer-logo-bar img
{
	max-width: 100%;
}



/* bootstrap overrides ---------------------------------------------------------------------------------------------- */
.form-control,
.form-group button {
	font-family: 'Helvetica Neue 47 Cond Light', sans-serif;
	border-radius: 0 !important;
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {

	.container
	{
		width: 1200px;
	}

	.mog-slide .slide-copy h2
	{
		margin-top: 140px;
		font-size: 50px;
	}


	.mog-slide.mog-slide-mog .slide-copy 	{ margin-top:  -420px; }
	.mog-slide.mog-slide-mesker .slide-copy { margin-top:  -420px; }
	.mog-slide.mog-slide-dh .slide-copy 	{ margin-top:  -510px; }
	.mog-slide.mog-slide-hmx .slide-copy 	{ margin-top:  -510px; }
	.mog-slide.mog-slide-wdx .slide-copy 	{ margin-top:  -340px; }

}

@media only screen and (max-width : 1200px) {


	.container
	{
		width: 992px;
	}

	.mog-slide.mog-slide-mog .slide-copy 	{ margin-top:  -380px; }
	.mog-slide.mog-slide-mesker .slide-copy { margin-top:  -340px; }
	.mog-slide.mog-slide-dh .slide-copy 	{ margin-top:  -440px; }
	.mog-slide.mog-slide-hmx .slide-copy 	{ margin-top:  -440px; }
	.mog-slide.mog-slide-wdx .slide-copy 	{ margin-top:  -280px; }

	.mog-slide .slide-copy a.btn-inverse
	{
		font-size: 15px;
	}

	.mog-slide .slide-copy h1
	{
		font-size: 30px;
	}
	.mog-slide .slide-copy h2
	{
		font-size: 54px;
		margin: 90px 0 10px 0;
	}
	.products
	{
		padding: 20px;
	}

	.products .sep
	{
		margin-bottom: 10px;
	}
	.products p
	{
		padding: 10px;
	}
	.products h1
	{
		padding: 0 20px 20px 0;
	}

	.service p
	{
		max-width: 400px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	.container
	{
		width: 768px;
	}

	.mog-slide.mog-slide-mog .slide-copy 	{ margin-top:  -320px; }
	.mog-slide.mog-slide-mesker .slide-copy { margin-top:  -300px; }
	.mog-slide.mog-slide-dh .slide-copy 	{ margin-top:  -400px; }
	.mog-slide.mog-slide-hmx .slide-copy 	{ margin-top:  -400px; }
	.mog-slide.mog-slide-wdx .slide-copy 	{ margin-top:  -240px; }


	.mog-slide .slide-copy a.btn-inverse
	{
		font-size: 15px;
	}

	.mog-slide .slide-copy h1
	{
		font-size: 26px;
	}
	.mog-slide .slide-copy h2
	{
		font-size: 48px;
		line-height: 40px;
		margin: 85px 0 10px 0;
	}
	.products
	{
		padding: 20px;
	}
	.products p
	{
		padding: 10px;
	}
	.products h1
	{
		padding: 0 20px 20px 0;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.container
	{
		width: 100%;
	}

	.sub-nav,
	.nav-logo-brands
	{
		display: none;
	}

	body
	{
		padding-top: 60px;
	}
	body .main-nav
	{
		height: 60px;
	}
	body .main-nav .nav-logo-main
	{
		margin-top: 6px;
	}
	body .main-nav .nav-logo-brands
	{
		margin-top: 10px;
	}

	.slick-dots
	{
		visibility: hidden;
	}

	.mog-slide .slide-copy
	{
		margin-top: 0;
		padding: 10px 0 !important;
	}

	.mog-slide.mog-slide-mog .slide-copy 	{ margin-top:  0; }
	.mog-slide.mog-slide-mesker .slide-copy { margin-top:  0; }
	.mog-slide.mog-slide-dh .slide-copy 	{ margin-top:  0; }
	.mog-slide.mog-slide-hmx .slide-copy 	{ margin-top:  0; }
	.mog-slide.mog-slide-wdx .slide-copy 	{ margin-top:  0; }

	.mog-slide .slide-copy .slide-logo
	{
		display: none;
	}

	.mog-slide .slide-copy h1,
	.mog-slide .slide-copy h2,
	.mog-slide .slide-copy a
	{
		color: #9c7a12;
		text-transform: uppercase;
	}

	.mog-slide .slide-copy a.btn-inverse
	{
		color: #9c7a12;
		border: 1px solid #9c7a12;
		font-size: 12px;
		font-weight: normal;
		padding: 7px 10px;
		margin-top: 5px;
	}

	.mog-slide .slide-copy h1
	{
		font-size: 24px;
		padding: 0;
		margin: 0;
	}
	.mog-slide .slide-copy h2
	{
		font-size: 30px;
		line-height: 28px;
		padding: 0;
		margin: 0;
	}
	.mog-slide .slide-copy a
	{}

	.our-locations,
	.our-brands
	{
		min-height: 600px !important;
		overflow: hidden;
		padding-bottom: 40px;
	}

	.our-locations p,
	.our-brands p
	{
		padding: 20px;
	}

	.products
	{
		padding: 30px;
	}

	.products p
	{
		padding: 0 0 20px 0;
	}

	.products .product-type
	{
		padding: 15px;
		height: 100px;
		border: 3px solid white;
	}


	.products .product-type p
	{
		font-size: 18px;
		padding: 10px;
		margin: 0;
	}


	.products .product-type h2,
	.products .product-type h3
	{
		padding: 0;
		font-size: 18px;
	}
	.products .product-type h3
	{
		padding-top: 20px;
	}

	.section.footer,
	.section.footer p.text-left,
	.section.footer p.text-right
	{
		text-align: center !important;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	.mog-slide .slide-copy h1,
	.mog-slide .slide-copy h2,
	.mog-slide .slide-copy a
	{
		color: #9c7a12;
		text-transform: uppercase;
	}

	.mog-slide .slide-copy a.btn-inverse
	{
		color: #9c7a12;
		border: 1px solid #9c7a12;
		font-size: 12px;
		font-weight: normal;
		padding: 7px 10px;
		margin-top: 5px;
	}

	.mog-slide .slide-copy h1
	{
		font-weight: lighter;
		font-size: 20px;
		padding: 0;
		margin: 0;
	}
	.mog-slide .slide-copy h2
	{
		font-weight: normal;
		font-size: 22px;
		line-height: 20px;
		padding: 0;
		margin: 0;
	}
	.mog-slide .slide-copy a
	{}

	.section h1
	{
		font-size: 30px;
	}

	.products .product-type {
		margin: 10px 0;
	}
	.products .product-type p
	{
		font-size: 12px;
		padding: 5px;
	}

	.company-overview
	{
		padding: 15px;
	}

	.service
	{
		background-position: 60% top;
		padding: 30px 15px 15px 15px;
	}

	.service p
	{
		max-width: 300px;
	}

	.company-overview p,
	.our-locations p,
	.our-brands p {
		padding: 30px 0 0 0;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
