/* ============================================================
	Table of Contents
============================================================
	(Prepend file with @import and @charset as necessary)
	# Reset
	# Foundation
	## Document
	## Typography
	## Lists
	## Tables
	## Forms
	## Layout
	# Components
	# Color Glossary
	# Site Styles
	## Body and Liner
	## Band, Wrap, and Liner
	## Navigation
	## Header
	## Footer
	## Content
	# Page Styles
	# Utility Helpers
	# Responsive / Media Queries / Target Devices
	# Fonts
	# Print
*/


/* ============================================================
	# Foundation
============================================================ */


/* ============================================================
	# Color Glossary
============================================================
Dark grey (text): #333333
*/


/*============================================================
	# Site Styles
============================================================ */

/* --------------------------------------------------------------------------------
	## Body and Liner

	<body class="border-box">
		<div class="body-liner">
			<header></header>
			<section></section>
		</div>
		<footer></footer>
	</body>
-------------------------------------------------------------------------------- */

/* Set as the desired <body> color; it is layered on top of the real <body> */
.band-liner {
	width: 100%;
	max-width: 960px;
}

/* --------------------------------------------------------------------------------
	## Header
-------------------------------------------------------------------------------- */

header {
	border-bottom: 1px solid #232e63;
	color: #232e63;
	display: table;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	margin-bottom: 2.125em;
	padding: 1.0em 0 2.125em;
	width: 100%;
}
header:after {
	clear: both;
	content: "";
	display: table;
}
header > div {
	display: table-cell;
	vertical-align: bottom;
}

header ul,
header li {
	list-style: none;
	margin: 0;
	padding: 0;
}
header li {
	color: #545454;
}

.store-contact {
	width: 70%;
}
.store-contact__hours {
	display: block;
	font-family: "DINWebBold", Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	text-transform: uppercase;
}
.store-contact__address {
	display: block;
	font-size: 1.0em;
}

.store-hours {
	text-align: right;
}
.store-hours .display-table {
	float: right;
}
.store-hours .display-table-cell {
	vertical-align: bottom;
}
.store-hours__heading {
	display: block;
	font-size: 0.9375em;
	line-height: 1.0;
	text-transform: uppercase;
}
.store-hours li {
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	line-height: 1.2;
}
.store-hours span {
	display: inline-block;
	min-width: 8.75em;
}
@media screen and (max-width: 768px) {
	.store-contact {
		text-align: center;
		width: 100%;
	}
	.show-s-down .better-business-bureau {
		display: none;
	}
}


.better-business-bureau {
	padding-left: 0.875em;
}

.store-contact-banner {
	background-color: #232c64;
	color: #ffffff;
	margin-bottom: 1.0em;
	padding: 1.0em 0;
}
.store-contact-banner .display-table {
	margin-left: auto;
	margin-right: auto;
}
.store-contact-banner .display-table-cell {
	vertical-align: middle;
}
.store-contact-banner .store-contact__hours {
	font-size: 1.3em;
}
.store-contact-banner img {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	width: 52px;
	vertical-align: middle;
}


/* --------------------------------------------------------------------------------
	## Content
-------------------------------------------------------------------------------- */

.redlove_modal_liner {
	padding: 0 !important;
}
.redlove_modal iframe {
	display: block;
	margin: 0 !important;
}

.landing-a .show-landing-b,
.landing-a .show-landing-c,
.landing-b .show-landing-a,
.landing-b .show-landing-c,
.landing-c .show-landing-a,
.landing-c .show-landing-b {
	display: none !important;
}
.landing-a .hide-landing-a,
.landing-b .hide-landing-b,
.landing-c .hide-landing-c {
	display: none !important;
}

.blue-button {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3fd3ff+0,17c1f3+100 */
	background: #3fd3ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #3fd3ff 0%, #17c1f3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3fd3ff 0%,#17c1f3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3fd3ff 0%,#17c1f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fd3ff', endColorstr='#17c1f3',GradientType=0 ); /* IE6-9 */

	border: 1px solid #12acd9;
	width:100%;


	/* Rounded */
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: inset 0 -4px 0px 0px #12acd9;
	-moz-box-shadow: inset 0 -4px 0px 0px #12acd9;
	box-shadow: inset 0 -4px 0px 0px #12acd9;

	color: #ffffff;
	display: inline-block;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
	line-height: 1.2;
	padding: 0.8em 1.0em;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px 1px 0px #208eaf;
	text-transform: uppercase;
}
.blue-button:hover,
.blue-button:focus {
	border: 1px solid #12acd9;
	color: #ffffff;
}

.btn--lg{
	font-size: 1.3em;
	text-transform: none;
}

@media screen and (min-width: 768px) {
	.blue-button{
		max-width:300px;
	}
}

.button-white{
	border: 1px solid #17c1f3;
	background-color: #FFFFFF;
	padding: 8px 0 6px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8125em;
	display: block;
	text-align: center;

	/* Rounded */
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:100%;
	margin-top: 10px;
	font-weight: bold;
}


/* ============================================================
	# Page Styles
============================================================ */

/* -------------------------------------------------------
	Home
------------------------------------------------------- */

/* -------------------------------------------------------
	Perfect Mattress
------------------------------------------------------- */

.perfect-mattress {
	color: #545454;
	font-family: "DinWebRegular", Arial, Helvetica, sans-serif;
	margin-bottom: 2.625em;
}
.perfect-mattress p {
	font-size: 0.875em;
}
.perfect-mattress h1 {
	color: #232e63;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	text-transform: uppercase;
}
.perfect-mattress h2 {
	color: #232e63;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
.perfect-mattress ul,
.perfect-mattress li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.perfect-mattress ul {
	margin-left: 1.875em;
}
.perfect-mattress li:before {
	background: transparent url('../images/graphics/blue-star.png') scroll no-repeat 0 0;
	content: "";
	display: inline-block;
	height: 18px;
	margin-right: 0.75em;
	position: relative;
	top: 0.05em;
	vertical-align: baseline;
	width: 20px;
}
.perfect-mattress li {
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-bottom: 0.5em;
	position: relative;
}

.video-container {
	border: 3px solid #ffffff;

	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);

	display: inline-block;
	float: right;
	margin-left: 4.0em;
	margin-top: 1.5em;
	position: relative;
	z-index: 1;
}
.landing-b .video-container {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	margin-top: 2.5em;
	pointer-events: none;
}
.video-container:before {
	background: transparent url('../images/logos/original-mattress-factory-usa.png') scroll no-repeat 50% 50%;

	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);

	content: "";
	display: block;
	height: 77px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;

	-webkit-transform: translate(-25%, -50%);
	-moz-transform: translate(-25%, -50%);
	-ms-transform: translate(-25%, -50%);
	-o-transform: translate(-25%, -50%);
	transform: translate(-25%, -50%);

	width: 77px;
	z-index: 1;
}
.landing-b .video-container:before {

	-webkit-transform: translate(-40%, -40%);
	-moz-transform: translate(-40%, -40%);
	-ms-transform: translate(-40%, -40%);
	-o-transform: translate(-40%, -40%);
	transform: translate(-40%, -40%);
}
.video-container__image {
	position: relative;
}
.video-container__image:before {
	background: transparent url('../images/graphics/play-button.png') scroll no-repeat 50% 50%;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

/* -------------------------------------------------------
	Tabs
------------------------------------------------------- */

.tab-collection {
	color: #545454;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
}
.tab-collection,
.tab-collection li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tab-collection:after {
	clear: both;
	content: "";
	display: table;
}
.tab-collection li {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21346a+0,405490+100 */
	background: #21346a; /* Old browsers */
	background: -moz-linear-gradient(top,  #21346a 0%, #405490 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #21346a 0%,#405490 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #21346a 0%,#405490 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21346a', endColorstr='#405490',GradientType=0 ); /* IE6-9 */

	border-left: 1px solid #21346a;
	color: #ffffff;
	float: left;
}
.tab-collection li.active {
	background: #c9def1;
	color: #232e63;
}
.tab-collection li:first-child {
	border-left: 0;

	/* Selective */
	-webkit-top-left-border-radius: 8px;
	-khtml-top-left-border-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
.tab-collection li:last-child {
	/* Selective */
	-webkit-top-right-border-radius: 8px;
	-khtml-top-right-border-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}
.tab-collection li a {
	display: block;
	font-size: 0.8125em;
	line-height: 1.0;
	outline: 0;
	padding: 1.5em 2.75em 1.375em;
	text-decoration: none;
	text-transform: uppercase;
}

.tab-content-collection {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9def1+0,ffffff+100 */
	background: #c9def1; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9def1 0%, #ffffff 260px); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c9def1 0%,#ffffff 260px); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c9def1 0%,#ffffff 260px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9def1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	border: 1px solid #c9dff1;
	border-top: 0;

	/* Selective */
	-webkit-bottom-right-border-radius: 8px;
	-webkit-bottom-left-border-radius: 8px;
	-webkit-top-left-border-radius: 8px;
	-khtml-bottom-right-border-radius: 8px;
	-khtml-bottom-left-border-radius: 8px;
	-khtml-top-left-border-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topright: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;

	color: #545454;
	font-family: "DinWebRegular", Arial, Helvetica, sans-serif;
	margin-bottom: 1.875em;
	margin-top: -1px;
	padding: 2.375em 2.375em 1.75em;
}

/* -------------------------------------------------------
	Mattress Table
------------------------------------------------------- */

.mattress-table {
	border-bottom: 1px solid #bddcf2;
	display: table;
	margin: 1.75em 0;
	padding: 0 0 1.75em;
}
.mattress-table:first-child {
	margin-top: 0;
}
.mattress-table-row {
	display: table-row;
}
.mattress-table-cell {
	display: table-cell;
	vertical-align: top;
}
.mattress-table-cell--image {
	width: 180px;
}
.mattress-table-cell--image img {
	border: 4px solid #ffffff;

	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);

	display: inline-block;
}
.mattress-table-cell--info {
	padding-right: 1.0em;
}
.mattress-table-cell--info h3 {
	color: #232e63;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom: 0;
}
.mattress-table-cell--info h4 {
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	margin-bottom: 0.25em;
	text-transform: uppercase;
}
.mattress-table-cell--info p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
	margin-bottom: 0.75em;
}
.mattress-table-cell--info ul,
.mattress-table-cell--info li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mattress-table-cell--info ul:after {
	clear: both;
	content: "";
	display: table;
}
.mattress-table-cell--info li {
	float: left;
	margin-right: 0.625em;
}
.mattress-table-cell--info li:last-child {
	margin-right: 0;
}
.mattress-table-cell--price {
	border-left: 1px solid #bddcf2;
	padding-left: 1.375em;
	position: relative;
	vertical-align: middle;
	width: 180px;
}
.mattress-table-cell--best-value:after {
	content: "";
	background: transparent url('../images/graphics/best-value.png') no-repeat scroll 0 0;
	display: block;
	height: 105px;
	left: auto;
	position: absolute;
	right: -2.375em;
	top: -1.75em;
	width: 104px;
}
.price-starting {
	display: block;
	font-size: 0.8em;
	line-height: 1.0;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.price {
	color: #232e63;
	display: block;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	margin-bottom: 0.25em;
	text-align: center;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.price__currency {
	font-family: "DinWebBold", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-right: -0.125em;
	top: -0.3em;
}
.price__amount {
	font-family: "DinWebBold", Arial, Helvetica, sans-serif;
	font-size: 2.25em;
}
.price__asterisk {
	font-size: 0.9em;
	margin-left: -0.1em;
	top: -1.1em;
}

.mattress-table-note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
	margin: 0;
}

/* -------------------------------------------------------
	Where to Buy
------------------------------------------------------- */

.phone-link {
	color: #16c1f3;
	text-decoration: none;
}

#tab-content__where-to-buy h2 {
	color: #232e63;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
.landing-c #tab-content__where-to-buy h2 {
	font-size: 1.0em;
	margin-bottom: 1.0em;
}
#tab-content__where-to-buy h2 a {
	color: #16c1f3;
	text-decoration: none;
}
.store-image-link {
	display: block;
	margin-bottom: 0.75em;
}
.store-image-link img {
	border: 1px solid #28b4dd;
}
#tab-content_where-to-buy iframe {
	border: 1px solid #28b4dd;
	text-decoration: none;
}
.store-column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
	line-height: 1.6;
}
.store-column address,
.store-column p {
	margin-bottom: 1.75em;
}
.map-column {
	padding-left: 0.5em;
}
.map-column .embed {
	border: 1px solid #28b4dd;
	padding-bottom: 90%;
}
#gmap_canvas {
	height: 100%;
	left: 0;
	position: absolute !important;
	top: 0;
	width: 100%;

}

/* -------------------------------------------------------
	Our Policies
------------------------------------------------------- */

#tab-content__our-policies h2 {
	color: #232e63;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
#tab-content__our-policies h3 {
	color: #232e63;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 1.375em;
	margin-bottom: 0.25em;
}
#tab-content__our-policies p {
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	margin: 0;
}
#tab-content__our-policies ul,
#tab-content__our-policies li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tab-content__our-policies ul {
	margin-bottom: 3.5em;
	margin-top: 2.5em;
}
#tab-content__our-policies li {
	display: table;
	margin-bottom: 2.25em;
}
#tab-content__our-policies li:after {
	clear: both;
	content: "";
	display: table;
}
#tab-content__our-policies li div {
	display: table-cell;
	vertical-align: middle;
}
#tab-content__our-policies li div:first-child {
	padding-right: 1.75em;
}
#tab-content__our-policies .for-more-info {
	color: #232e63;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
#tab-content__our-policies .for-more-info a {
	text-decoration: none;
}

/* -------------------------------------------------------
	Testimonial
------------------------------------------------------- */

.testimonial {
	background-color: #e5f1fa;
	color: #232e63;
	font-family: "DinWebRegular", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	padding: 2.0em 6.75em 1.5em;
	position: relative;
	text-align: center;
}
.testimonial:before {
	color: #bddcf2;
	content: "\201C";
	font-family: serif;
	font-size: 9.0em;
	left: 0.15em;
	line-height: 1.0;
	position: absolute;
	top: 0.125em;
}
.testimonial:after {
	bottom: 0.05em;
	color: #bddcf2;
	content: "\201D";
	font-family: serif;
	font-size: 9.0em;
	left: auto;
	line-height: 1.0;
	position: absolute;
	right: 0.15em;
	top: auto;
}
.testimonial cite {
	background-color: #e5f1fa;
	display: block;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-top: 1.0em;
}
.testimonial_divider {
	background: transparent url('../images/graphics/white-stars.png') no-repeat scroll 50% 50%;
	content: "";
	display: block;
	height: 18px;
	position: relative;
	width: 100%;
}
.testimonial_divider:before {
	border-top: 1px solid #ffffff;
	content: "";
	display: block;
	position: absolute;
	right: calc(50% + 55px);
	top: 50%;
	width: 30%;
}
.testimonial_divider:after {
	border-top: 1px solid #ffffff;
	content: "";
	display: block;
	left: auto;
	position: absolute;
	left: calc(50% + 55px);
	top: 50%;
	width: 30%;
}

/* -------------------------------------------------------
	Here to Help
------------------------------------------------------- */

.here-container {
	border-bottom: 1px solid #bddcf2;
	margin-bottom: 2.0em;
	padding: 2.5em 0 1.5em;
	text-align: center;
}
.here-container h3 {
	color: #232e63;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
.here-container p {
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0625em;
}

/* -------------------------------------------------------
	Forms
------------------------------------------------------- */

.required-fields {
	color: #9c0f17;
	font-size: 0.75em;
	font-style: italic;
}

.form-container {
	color: #545454;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	margin-bottom: 20.0em;
}
.form-fields {
	overflow: hidden;
}
.form-row {
	margin-bottom: 1.0em;
}
label:not(.label-checkbox),
label em {
	color: #232e63;
	font-style: normal;
	font-weight: 400;
}
.form-fields-inline .form-row > label:not(.label-checkbox):not(.label-radio),
.form-fields-inline .form-row > .label:not(.label-checkbox):not(.label-radio) {
	width: 20%;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
	width: 100%;
}
input[type="email"],
input[type="tel"],
input[type="text"],
select,
textarea,
.label-checkbox {
	font-size: 0.875em;
}
.select-wrapper {
	min-width: 20%;
}
.select-wrapper:before {
	content: "\f078";
	font-size: 0.75em;
	color: #acacac;
}

/* hide the default checkbox, allow tabbing, which display:none prevents */
.checkbox-replacement input[type="checkbox"] + span:before {
	color: #b2b2b2;
	content: "\f096";
	padding-right: 0.25em;
}
.checkbox-replacement input[type="checkbox"]:checked + span:before {
	color: #3b99fc;
	content: "\f14a";
}


/* ============================================================
	# Responsive / Media Queries / Target Devices
============================================================ */

/* Tablet : Design for a width of 768px (0px - 768px); 59.99em if 1em=16px */
@media only screen and (max-width: 768px) {
	header {
		border: 0;
		margin-bottom: 0;
	}
	.logo {
		width: 35%;
	}
	.store-hours {
		font-size: 1.1em;
	}

	.perfect-mattress h1 {
		font-size: 1.6em;
	}
	.video-container {
		display: inline-block;
		float: none;
		left: 50%;
		margin-bottom: 1.5em;
		margin-left: 0;
		position: relative;

		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.video-container:before {
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;

		height: 66px;
		width: 66px;
	}
	.perfect-mattress p {
		font-size: 1.3em;
	}
	.perfect-mattress ul {
		margin-left: 0;
	}
	.perfect-mattress li {
		font-size: 1.3em;
	}

	.tab-content-collection > * {
		/*display: block !important;*/
	}
	.tab-collection li {
		text-align: center;
		width: 33.33%;
	}
	.tab-collection li:last-child {
		width: 33.34%;
	}
	.tab-collection li a {
		font-size: 0.9em;
		padding-left: 1.0em;
		padding-right: 1.0em;
	}
	.tab-content-collection {
		/* Selective */
		-webkit-top-right-border-radius: 0;
		-khtml-top-right-border-radius: 0;
		-moz-border-radius-topright: 0;
		border-top-right-radius: 0;

		padding: 1.5em 1.0em 1.0em;
	}

	.mattress-table-cell--image {
		float: right;
		margin-bottom: 1.0em;
		margin-left: 1.0em;
		text-align: right;
		width: 125px;
	}
	.mattress-table-cell {
		display: block;
	}
	.mattress-table-cell--info p,
	.mattress-table-note {
		font-size: 1.15em;
	}
	.mattress-table-cell--best-value:after {
		display: none;
	}
	.mattress-table-cell--price {
		border: 0;
		display: inline-block;
		font-size: 1.1em;
		margin-top: 1.5em;
		padding-left: 0;
		text-align: center;
		width: auto;
	}
	.price-starting,
	.price {
		text-align: left;
	}

	.store-column address,
	.store-column p {
		font-size: 1.2em;
	}

	#tab-content__our-policies p {
		font-size: 1.0em;
	}
	#tab-content__our-policies li div:first-child {
		vertical-align: top;
	}
	#tab-content__our-policies li img {
		margin-top: 2.5em;
		width: 50px;
	}

	.testimonial {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
	.testimonial:before,
	.testimonial:after {
		display: none;
	}
	.testimonial cite {
		font-size: 1.2em;
	}

	.here-container p {
		font-size: 1.2em;
	}
	.here-container .blue-button {
		display: block;
		font-size: 1.3em;
		margin: 1.0rem auto;
		max-width: 20.0em;
		text-transform: none;
	}

	.required-fields {
		font-size: 1.0em;
	}
	.form-fields-inline label:not(.label-checkbox):not(.label-radio) {
		display: block;
		font-size: 1.1em;
		width: 100% !important;
	}
	input[type="email"],
	input[type="tel"],
	input[type="text"],
	select,
	textarea,
	.label-checkbox {
		font-size: 1.1em;
	}
}























h1 {
	color: #232e63;
	font-family: "DinWebBold", Arial, Helvetica, sans-serif;
	font-size: 32px;
	margin-bottom: 0;
	text-transform: uppercase;
}
p {
	color: #545454;
	font-family: "DinWebRegular", Arial, Helvetica, sans-serif;
	font-size: 21px;
}

.section-hero {
	background: transparent url("../images/pages/new-mattress/hero.jpg") scroll no-repeat 50% 50%;
	background-size: cover;
	border-radius: 5px;
	height: 485px;
	margin-bottom: 24px;
	position: relative;
}
.section-hero--alternate {
	background: transparent url("../images/pages/alternate/hero.jpg") scroll no-repeat 50% 50%;
	background-size: cover;
	border-radius: 5px;
	height: 485px;
	margin-bottom: 24px;
	position: relative;
}
.section-hero h2 {
	color: #ffffff;
	font-family: "DinWebBold", Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.section-hero h3 {
	color: #ffffff;
	font-family: "DinWebBold", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 0;
}
.section-hero p {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 0;
}

.section-hero-box {
	bottom: 28px;
	left: auto;
	position: absolute;
	right: 0;
	top: auto;
	width: 425px;
}
.section-hero-box h2 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 10px;
	padding-left: 24px;
}

.section-hero-card {
	background: rgba(0, 0, 0, 0.40);
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	padding: 24px;
}
.section-hero-card h3 {
	font-weight: 400;
	margin-bottom: 14px;
}
.section-hero-card p {
	margin-bottom: 18px;
}
.section-hero-card a {
	background: #33cefb;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	line-height: 1.0;
	padding: 14px 18px 12px;
	text-decoration: none;
	text-transform: uppercase;
}
.section-hero-card a:after {
	background: transparent url("../images/pages/new-mattress/icon_arrow.png") scroll no-repeat 50% 50%;
	content: "";
	display: inline-block;
	height: 14px;
	margin-left: 14px;
	vertical-align: top;
	width: 32px;
}

.section-subhero-cards {
	position: relative;
	margin-bottom: 30px;
}
.section-subhero-cards:after,
.section-subhero-cards:before {
	clear: both;
	content: "";
	display: table;
	width: 100%;
}
.section-subhero-card {
	background-color: #e5f1fa;
	border-radius: 4px;
	box-shadow: inset 0px 0px 4px 2px #ddedf9;
	height: 173px;
	padding-left: 45px;
	padding-right: 20px;
	padding-top: 32px;
	width: 470px;
}
.section-subhero-card:first-child {
	background: #e5f1fa url("../images/pages/new-mattress/icon_ribbon.png") scroll no-repeat 25px 0;
	float: left;
	padding-left: 96px;
}
.section-subhero-card:last-child {
	float: right;
}
.section-subhero-card:last-child img {
	margin-right: 18px;
}
.section-subhero-card h3 {
	color: #232e63;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.section-subhero-card p {
	color: #545454;
	font-family: "DinWebRegular", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.section-subhero-card a,
.section-visit-us-search a,
.section-visit-us a {
	background: #ffffff;
	border: 1px solid #232e63;
	border-radius: 4px;
	color: #232e63;
	display: inline-block;
	font-family: "DinWebRegular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.0;
	margin-bottom: 0;
	padding: 10px 24px 8px;
	text-decoration: none;
	text-transform: uppercase;
}

.section-text-block h2 {
	color: #232e63;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.section-text-block p {
	color: #232e63;
	font-size: 18px;
}

.section-visit-us {
	margin: 30px 0 20px;
}
.section-visit-us:after,
.section-visit-us:before {
	clear: both;
	content: "";
	display: table;
	width: 100%;
}
.section-visit-us h2 {
	color: #232e63;
	float: left;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
	padding-top: 6px;
	text-transform: uppercase;
}
.section-visit-us div {
	color: #232e63;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 39px;
	min-height: 39px;
	padding-left: 50px;
}
.section-visit-us div img {
	margin-right: 10px;
}

.section-search {
	background-color: #21346a;
	border-radius: 4px;
	margin-bottom: 58px;
	padding: 24px;
	text-align: center;
}
.section-search label {
	color: #ffffff;
	display: inline-block;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	margin-right: 10px;
	vertical-align: middle;
}
.section-search span {
	color: #ffffff;
	display: inline-block;
	font-family: "DinWebRegular", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.0;
	margin-right: 10px;
	text-transform: uppercase;
	vertical-align: middle;
}
.section-search input,
.section-search select {
	border: 0;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	height: 28px;
	line-height: 1.4;
	margin: 0;
	margin-right: 10px;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
}
.section-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

	background: #ffffff url("../images/pages/icon_dropdown-arrow.png") scroll no-repeat 100% 50%;
	border: 1px solid #ffffff;
	color: #8991a3;
	padding-right: 35px;
}
.section-search select::-ms-expand {
    display: none;
}
.section-search input[type="text"] {
	background: #ffffff;
	color: #8991a3;
	width: 96px;
}
.section-search input[type="submit"] {
	background: #33cefb;
	color: #ffffff;
	font-family: "DinWebRegular", Arial, Helvetica, sans-serif;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

.section-difference {
	margin-bottom: 66px;
}
.section-difference img {
	display: block;
	margin: 0 auto;
}
.section-difference h2 {
	color: #232e63;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0;
	padding: 34px 0 26px;
	text-align: center;
	text-transform: uppercase;
}
.section-difference p {
	font-size: 18px;
	margin: 32px 0 50px;
}

.section-contact {
	padding-bottom: 60px;
}
.section-contact h2 {
	color: #232e63;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.section-contact p {
	font-size: 18px;
	margin: 0 0 20px;
	text-align: center;
}

.form-element {
	display: block;
	margin: 0 auto;
	width: 758px;
}
.form-row {
	display: table;
	margin-bottom: 12px;
}
.form-row--checkbox {
	padding: 10px 0;
}
.form-row--extra-padding-bottom {
	padding-bottom: 20px;
}
.form-row--extra-padding-top {
	padding-top: 20px;
}
.form-row:after,
.form-row:before {
	clear: both;
	content: "";
	display: table;
	width: 100%;
}
.form-row__label-column {
	display: table-cell;
	min-height: 1px;
	padding-right: 20px;
	padding-top: 4px;
	width: 25%;
}
.form-row__input-column {
	display: table-cell;
	min-height: 1px;
	width: 75%;
}
.form-row--vertical-align-middle {
	vertical-align: middle;
}
.form-row input,
.form-row select {
	border: 1px solid #acacac;
	margin: 0;
}
.form-row select {
	min-width: 150px;
}
.form-row label {
	color: #232e63;
	font-family: "DinWebRegular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
}
.form-row input[class="replace"][type="checkbox"]:not(old),
.form-row input[class="replace"][type="radio"]:not(old) {
	opacity: 0;
	height: 12px;
	width: 12px;
}
.form-row input[class="replace"][type="checkbox"]:not(old) + span {
	margin-left: -4px;
}
.form-row input[class="replace"][type="checkbox"]:not(old) + span:before,
.form-row input[class="replace"][type="radio"]:not(old) + span:before,
.form-row input[class="replace"][type="checkbox"]:not(old) + label:before,
.form-row input[class="replace"][type="radio"]:not(old) + label:before {
	background: transparent url("../images/pages/icon_checkbox-unchecked.png") scroll no-repeat 0% 50%;
	content: "";
	display: inline-block;
	height: 12px;
	margin-left: -12px;
	margin-right: 5px;
	margin-top: -3px;
	pointer-events: none;
	vertical-align: middle;
	width: 12px;
}
.form-row input[class="replace"][type="checkbox"]:not(old):checked + span:before,
.form-row input[class="replace"][type="radio"]:not(old):checked + span:before,
.form-row input[class="replace"][type="checkbox"]:not(old):checked + label:before,
.form-row input[class="replace"][type="radio"]:not(old):checked + label:before {
	background: transparent url("../images/pages/icon_checkbox-checked.png") scroll no-repeat 0% 50%;
}
.form-row .label--required {
	color: #9c0f17;
	font-size: 12px;
	font-style: italic;
}
.form-row .label--checkbox-inline {
	color: #545454;
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
}
.form-row .label--checkbox-inline input {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.form-row input[type="submit"] {
	background: #232e63;
	border: 0;
	color: #ffffff;
	font-family: "DinWebRegular", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}









.body-alternate .section-hero {
	background: transparent url("../images/pages/alternate/newlywed-bkg.jpg") scroll no-repeat 50% 50%;
	background-size: cover;
	border-radius: 5px;
	height: 485px;
	margin-bottom: 50px;
	position: relative;
}

.section-two-col {
	display: table;
	margin-bottom: 32px;
}
.section-two-col > div {
	display: table-cell;
	vertical-align: top;
}
.section-two-col > div:first-child {
	padding-right: 20px;
	padding-top: 12px;
	width: 60%;
}
.section-two-col h2 {
	color: #20326b;
	font-family: "DinWebBold", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.section-two-col h3 {
	color: #545454;
	font-family: "DinWebBold", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 14px;
}
.section-two-col p {
	font-size: 16px;
	margin-bottom: 18px;
}
.section-two-col a {
	background: #33cefb;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-family: "DinWebRegular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.0;
	padding: 14px 18px 12px;
	text-decoration: none;
	text-transform: uppercase;
}
.section-two-col a:after {
	background: transparent url("../images/pages/new-mattress/icon_arrow.png") scroll no-repeat 50% 50%;
	content: "";
	display: inline-block;
	height: 14px;
	margin-left: 14px;
	vertical-align: top;
	width: 32px;
}

.section-visit-us-search {
	background-color: #e5f1fa;
	border-radius: 4px;
	margin: 30px 0 50px;
	padding: 20px;
}
.section-visit-us-search__row {
	display: table;
	margin-bottom: 24px;
	width: 100%;
}
.section-visit-us-search__row h2 {
	color: #232e63;
	display: table-cell;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0;
	padding-top: 6px;
	text-transform: uppercase;
}
.section-visit-us-search__row div {
	color: #232e63;
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 39px;
	min-height: 39px;
	text-align: right;
}
.section-visit-us-search__row div img {
	margin-right: 10px;
}
.section-visit-us-search .section-search {
	margin: 0;
}












.value-classic-one header {
	border: 0;
	margin-bottom: 0;
}
.section-compare h2 {
	background: #21346a url("../images/pages/value-classic-one/bg_waves.png") scroll no-repeat 50% 50%;
	border-radius: 4px;
	color: #ffffff;
	font-family: "DinWebBold", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.0;
	margin-bottom: 25px;
	padding: 26px 0 22px;
	text-align: center;
	text-transform: uppercase;
}
.section-compare h3 {
	color: #545454;
	font-family: "DinWebBold", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
}
.section-compare p {
	font-size: 18px;
	margin-bottom: 18px;
	text-align: center;
}
.value-classic-one .section-search {
	background: #21346a url("../images/pages/value-classic-one/bg_waves.png") scroll no-repeat 50% 50%;
}

.value-classic-one .section-subhero-cards {
	margin-bottom: 45px;
}

.section-compare {
	margin-bottom: 60px;
}
.section-compare > div {
	display: table;
	margin-top: 40px;
	width: 100%;
}
.section-compare > div > div {
	display: table-cell;
	position: relative;
	vertical-align: top;
}
.section-compare > p:last-of-type {
	font-size: 12px;
	margin: 30px auto 30px;
	width: 60%;
}
.section-compare > img:last-of-type {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.section-compare > div > div > div {
	display: block;
	text-align: center;
}
.section-compare__arrow {
	left: 15px;
	position: absolute;
	top: 25px;
}
.section-compare h5 {
	color: #20326b;
	font-family: "DinWebBold", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}
.section-compare h5 span {
	font-family: "DinWebRegular", Arial, Helvetica, sans-serif;
	text-transform: none;
	white-space: nowrap;
}
.section-compare h4 {
	color: #33cefb;
	font-family: "DinWebBold", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
}
.section-compare ul {
	background-color: #e5f1fa;
	border-radius: 4px;
	display: inline-block;
	margin: 0 0 15px;
	padding: 16px 20px;
	text-align: left;
}
.section-compare li {
	color: #545454;
	font-family: "DinWebBold", Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style: none;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 28px;
	position: relative;
}
.section-compare li:last-child {
	margin-bottom: 0;
}
.section-compare li:before {
	background: #21346a url("../images/pages/value-classic-one/icon_check.png") scroll no-repeat 50% 50%;
	content: "";
	display: inline-block;
	height: 19px;
	left: 0;
	position: absolute;
	top: -1px;
	width: 19px;
}
.section-compare a {
	background: #33cefb;
	border: 0;
	border-radius: 4px;
	box-shadow: 0px 4px 0px #12acd9;
	color: #ffffff;
	display: inline-block;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.0;
	padding: 15px 20px 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.section-two-col--thoughtfully {
	display: table;
	margin-bottom: 18px;
	width: 100%;
}
.section-two-col--thoughtfully > div {
	display: table-cell;
	vertical-align: top;
}
.section-two-col--thoughtfully > div:last-child {
	padding-left: 26px;
}
.section-two-col--thoughtfully h2 {
	color: #232e63;
	font-family: "DinWebBold", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 6px;
	padding-top: 2px;
	text-transform: uppercase;
}
.section-two-col--thoughtfully p {
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 16px;
}

.section-two-col--thoughtfully .section-two-col--thoughtfully {
	margin-bottom: 0;
	vertical-align: middle;
}
.section-two-col--thoughtfully .section-two-col--thoughtfully > div:last-child {
	padding-left: 14px;
}
.section-two-col--thoughtfully .section-two-col--thoughtfully p {
	font-family: "DinWebBold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.2;
}
.section-two-col--thoughtfully .section-two-col--thoughtfully span {
	color: #33cefb;
	font-size: 20px;
}
.section-two-col--thoughtfully .section-two-col--thoughtfully a {
	background: #232e63;
	border: 0;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-family: "DinWebMedium", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.0;
	padding: 15px 18px 13px;
	text-decoration: none;
	text-transform: uppercase;
}



.notification,
.notification p {
	color: #ffffff;
}



/* ============================================================
	# Responsive / Media Queries / Target Devices
============================================================ */

/* Tablet : Design for a width of 768px (0px - 768px); 59.99em if 1em=16px */
@media only screen and (max-width: 768px) {

	.logo {
		width: 25%;
	}

	.store-contact-banner ~ h1,
	.store-contact-banner ~ p {
		padding: 0 20px;
	}

	.section-compare > div > div {
		display: block;
		margin-bottom: 40px;
		text-align: center;
	}
	.section-compare > div img {
		height: auto;
		margin: 0 auto;
		max-width: 100px;
	}
	.section-compare__arrow {
		left: 40%;
		top: -40px;
	}

	.section-two-col {
		padding: 0 20px;
	}

	.section-two-col--thoughtfully > div {
		display: block;
	}
	.section-two-col--thoughtfully > div img {
		display: block;
		height: auto;
		margin: 0 auto;
		max-width: 100%;
	}
	.section-two-col--thoughtfully .section-two-col--thoughtfully {
		width: auto;
	}
	.section-two-col--thoughtfully .section-two-col--thoughtfully > div {
		display: table-cell;
	}

	.section-subhero-card:first-child,
	.section-subhero-card:last-child {
		float: none;
		margin: 0 auto 20px;
	}

	.section-visit-us h2,
	.section-visit-us div,
	.section-visit-us div span,
	.section-visit-us-search h2,
	.section-visit-us-search div,
	.section-visit-us-search div span {
		display: block;
		float: none;
		padding: 0;
		text-align: center;
	}

	.section-search label:first-child {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}

	.section-contact {
		padding: 0 20px;
	}
	.form-element {
		width: 100%;
	}

	.section-text-block {
		padding: 0 20px;
	}
	.section-difference {
		padding: 0 20px;
	}
	.section-difference img {
		height: auto;
		max-width: 100%;
	}

	.section-visit-us h2,
	.section-visit-us-search h2 {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {

	.section-hero {
		height: auto;
		margin-bottom: 20px;
	}
	.section-hero-box {
		bottom: auto;
		padding-top: 20px;
		position: relative;
		right: auto;
		width: auto;
	}
	.section-hero-box h2 {
		font-size: 24px;
	}
	.section-hero-card a:after {
		display: none;
	}

	.section-search input[type="submit"] {
		margin-top: 20px;
	}

	.section-two-col {
		padding: 0 20px;
	}
	.section-two-col > div {
		display: block;
	}
	.section-two-col > div:first-child {
		margin-bottom: 20px;
		padding: 0;
		width: auto;
	}
	.section-two-col a:after {
		display: none;
	}

}

@media only screen and (max-width: 320px) {

	.body-alternate .section-hero {
		height: 220px;
		margin-bottom: 20px;
	}

	.section-compare h2 {
		font-size: 26px;
	}

	.store-contact-banner .store-contact__hours span {
		display: block;
	}

	.section-two-col--thoughtfully .section-two-col--thoughtfully p {
		font-size: 14px;
	}
	.section-two-col--thoughtfully .section-two-col--thoughtfully span {
		font-size: 16px;
	}

	.section-search label:first-child {
		font-size: 16px;
		line-height: 1.2;
	}
	.section-search select {
		margin-bottom: 10px;
	}

	.section-subhero-card:first-child,
	.section-subhero-card:last-child {
		background-image: none;
		height: auto;
		padding: 20px;
		width: auto;
	}
	.section-subhero-card:last-child img {
		margin-bottom: 20px;
	}

}


















/* ============================================================
	# Fonts
============================================================ */

@font-face {
	font-family: 'DINWebRegular';
	src: url('fonts/din/DINWeb.eot');
	src: local('?'), url('fonts/din/DINWeb.woff') format('woff');
}
@font-face {
	font-family: 'DINWebMedium';
	src: url('fonts/din/DINWeb-Medium.eot');
	src: local('?'), url('fonts/din/DINWeb-Medium.woff') format('woff');
}
@font-face {
	font-family: 'DINWebBold';
	src: url('fonts/din/DINWeb-Bold.eot');
	src: local('?'), url('fonts/din/DINWeb-Bold.woff') format('woff');
}
@font-face {
	font-family: 'DINWebLight';
	src: url('fonts/din/DINWeb-Light.eot');
	src: local('?'), url('fonts/din/DINWeb-Light.woff') format('woff');
}
