﻿/*--
import Google font
--*/
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Anton:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One:400,600,700');

/*-- Save Big Mattress
Author: Fabian Gonzalez
Author URL: http://www.rebirthdesigns.com
--*/

body { 
	background-color: #f5edd8;
}

/*-- Remove dotted outline --*/
a:active, a:focus { 
	outline: none; 
	ie-dummy: expression(this.hideFocus=true);
	text-decoration: none;
	cursor: pointer;
}

/*-- Top level banner --*/
#Seasonal {
	position: relative;
	min-height: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
	left: -12px;
}

#Banner-TopDeal {
	position: relative;
	min-height: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
	left: -20px;
}

.page-title {
	color: #6e7786;
	font-size: 1.5em;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin-bottom: 1.3em;
	text-align: center;
	text-transform: uppercase;
}

.show {
	display:block;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 10;
}

.sticky {
	position: fixed;
	top: -0;
	font-size: 24px;
	line-height: 76px;
	height: 81px; 
	width: 100%;
	background-color: #b10000;
	text-align: left;
	padding-left: 20px;
}
.sticky nav .logo {
	height: 81px;
	width:275px;
	background: transparent url('../images/Web-Logo-Small.png') no-repeat 0 0; 
	margin: 0 -110px;
	cursor:pointer;
	z-index: 10;
}		
.sticky nav ul li a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

header{
	line-height: 107px;
	height: 111px;
	background-color: #b10000;
	color: #fff;
	font-family: 'PT Sans', sans-serif;

	/*--// set animation //--*/
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 10;
}

header nav .spanish {
	background-color: #FFE032 !important;
	color: #ff0000;
	font-weight: bold !important;
	font-family: 'PT Sans', sans-serif;
}

header nav {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}
header nav .logo {
	display: block;
	height: 111px;
	width: 375px;
	margin: 0 -80px;
	position: relative;
	background: transparent url('../images/Web-Logo-Small-300x65.png') no-repeat 0 0; 
	float: left;
	cursor: pointer;
	z-index: 10;
}
header nav ul {
	list-style:none;
	float: right;
}
header span {
	display: none;
	font-size: 0px;
}
header nav ul li {
	float: left;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	width: 100px;
	border-top: 4px solid transparent;
}
header nav ul li:hover, sticky nav ul li:hover {
	border-top: 4px solid #790000;
	background: rgba(121,0,0,0.50);
}
header nav ul li a, sticky nav ul li a, 
header nav ul li a:hover, sticky nav ul li a:hover, 
header nav ul li a:visited, sticky nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

footer {
	width: 100%;
	height: 75px;
	background-color: #b10000;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	vertical-align: middle;
}

footer p {
	margin-top: 10px;
	text-align: center;
}

/*-- Flex box section --*/
.equal {
  display: flex;
  flex-wrap: wrap;
}
	
.equal > div[class*='col-'] {  
  display: flex;
  flex-direction: column;
}

/*-- Menu Icon style --*/
.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #fff;
	margin: 6px 0;
	transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
	transform: rotate(-45deg) translate(-9px, 6px) ;
}
.change .bar2 {opacity: 0;}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px) ;
	transform: rotate(45deg) translate(-8px, -8px) ;
}

/* Responsive Video Styling */
.article-video {
	min-height: 75px;
	height: 477px;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: initial;
	-moz-background-size: initial;
	-o-background-size: initial;
	background-size: initial;
}

/*-- Define each section on site --*/
h3.section-title {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	display: inline-block;
    /*font-weight: inherit;
    font-family: 'Kaushan Script', cursive;*/
	font-size: 1.75em;
	opacity: 1;
	padding: .6em 1em;
	position: relative;
	z-index: 1;
}

#main-carousel {
	width:96%;
}

#feature-products {
	width: 100%;
	min-height: 450px;
	text-align: center;
}
#feature-products h3 { 
	text-transform: uppercase;
	font-style: italic;
	font-size: 18px;
}
#feature-products h3.section-title::before, #feature-products h3.section-title::after {
	-moz-transition: width 0.85s ease;
	-webkit-transition: width 0.85s ease;
	-ms-transition: width 0.85s ease;
	transition: width 0.85s ease;
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
	background: #d70000;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	width:30%;
}
#feature-products h3.section-title::after {
	position: absolute;
	bottom: 0;
	right: 35%;
}
#feature-products h3.section-title::before {
	top: 0;
	left: 35%;
}

#Brand-logos {
	width: 100%;
	min-height: 215px;
	text-align: center;
}
#Brand-logos h3 { 
	text-transform: uppercase;
	font-style: italic;
	font-size: 18px;
}
#Brand-logos h3.section-title::before, #Brand-logos h3.section-title::after {
	-moz-transition: width 0.85s ease;
	-webkit-transition: width 0.85s ease;
	-ms-transition: width 0.85s ease;
	transition: width 0.85s ease;
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
	background: #d70000;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	width:30%;
}
#Brand-logos h3.section-title::after {
	position: absolute;
	bottom: 0;
	right: 35%;
}
#Brand-logos h3.section-title::before {
	top: 0;
	left: 35%;
}

#current-specials {
	width: 100%;
	min-height: 450px;
	text-align: center;
}
#current-specials h3 { 
	text-transform: uppercase;
	font-style: italic;
	font-size: 18px;
}
#current-specials h3.section-title::before, #current-specials h3.section-title::after {
	-moz-transition: width 0.85s ease;
	-webkit-transition: width 0.85s ease;
	-ms-transition: width 0.85s ease;
	transition: width 0.85s ease;
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
	background: #d70000;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	width: 30%;
}
#current-specials h3.section-title::after {
	position: absolute;
	bottom: 0;
	right: 35%;
}
#current-specials h3.section-title::before {
	top: 0;
	left: 35%;
}

#store-headquarters {
	width: 97.5%;
	min-height: 255px;
	margin-top: -66px;
	margin-left: 0;
	margin-bottom: 10px;
	background-color: #104682;
	text-align: center;
}
#store-headquarters h3 { 
	text-transform: uppercase;
	font-style: italic;
	font-size: 18px;
	color: #fff;
}
#store-headquarters h3.section-title::before, #store-headquarters h3.section-title::after {
	-moz-transition: width 0.85s ease;
	-webkit-transition: width 0.85s ease;
	-ms-transition: width 0.85s ease;
	transition: width 0.85s ease;
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
	background: #d70000;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	width: 30%;
}
#store-headquarters h3.section-title::after {
	bottom: 0;
	right: 35%;
}
#store-headquarters h3.section-title::before {
	top: 0;
	left: 35%;
}

#site-commercial {
	width: 97.5%;
	margin-left: 0;
	min-height: 450px;
	background-color: #f0e5c5;
	text-align: center;
}
#site-commercial h3 { 
	text-transform: uppercase;
	font-style: italic;
	font-size: 18px;
}
#site-commercial h3.section-title::before, #site-commercial h3.section-title::after {
	-moz-transition: width 0.85s ease;
	-webkit-transition: width 0.85s ease;
	-ms-transition: width 0.85s ease;
	transition: width 0.85s ease;
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
	background: #d70000;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	width: 30%;
}
#site-commercial h3.section-title::after {
	position: absolute;
	bottom: 0;
	right: 35%;
}
#site-commercial h3.section-title::before {
	top: 0;
	left: 35%;
}

/*-- mattress headquarters --*/
.bullet {
	position: relative;
	color: #fff;
	font-size: 21px;
	vertical-align: middle;
}

#decatur-store, #smyrna-store, #riverdale-store {
	height: 125px;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	background-color: #3374bb;
}

/*#decatur-store #decatur-locations {
	color: #f8f182;
	line-height: 1.0em;
}
#decatur-locations {
	position: relative;
	top: -8px;
}
#decatur-store #decatur-phone {
	color: #ae0505;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 3px;
	position: relative;
	padding-top: 10px;
	background: transparent;
	z-index: 0;
}*/

#smyrna-store #smyrna-location {
	position: relative;
	top: -16px;
	color: #f8f182;
	font-size: 38px;
	letter-spacing: 3px;
	font-weight: bold;
}
#smyrna-store #smyrna-phone {
	color: #ae0505;
	text-transform: uppercase;
	font-size: 3vw;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
	position: relative;
	background: transparent;
	z-index: 0;
}

#riverdale-store #riverdale-location {
	position: relative;
	top: -25px;
	color: #f8f182;
	font-size: 35px;
	letter-spacing: 3px;
	font-weight: bold;
}
#riverdale-store #riverdale-phone {
	color: #ae0505;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 3px;
	position: relative;
	padding-top: 0px;
	background: transparent;
	z-index: 0;
}
#riverdale-subtitle {
	position: relative;
	top: -43px;
	color: #000000;
	font-weight: bold;
}

.direction-link {
	position: absolute;
	bottom: 0;
	left: 34%;
	font-weight: bold;
	cursor: pointer;
}
.direction-link-middle {
	position: absolute;
	bottom: 0;
	left: 42.5%;
	font-weight: bold;
	cursor: pointer;
}

#bedding-sets {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	clear:both;
}
#bedding-sets th, #bedding-sets td {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #b9b7b7;
	border-right: 1px solid #b9b7b7;
}
#bedding-sets td:first-child {
	position: relative;
	top: 0;
	text-align: right;
	font-size: 12px;
	color: #000;
	right: 5px;
}
#bedding-sets td {
	position: relative;
	top: 2px;
	color: #ff0000;
	font-size: 16px;
	font-style: italic;
}
#bedding-sets th:last-child, #bedding-sets td:last-child {
	border-right: none;
}
#bedding-sets tr:nth-child(even) {
	background-color: #dddddd;
}

img
{
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto auto;
}
#CloseoutBox, #PromoBox {
	width: 100%;
}

#PromoBox img {
	margin-bottom: 10px;
}

/*-- Featured Product List --*/
.product-list-content figure {
	overflow: hidden;
}
.product-list-content figure img {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.product-list-content:hover figure img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.9;
}

/*-- Product Slide --*/
.products-slide-wrap {
	position: relative;
	border: 1px solid #dddddd;
	background: #fff;
	width: 100%;
	left: 0;
	height: 275px;
}
.products-slide-wrap .product-slide-title {
	display: inline-block;
	padding: 18px 100px 20px 20px;
	width: 100%;
}
.products-slide-wrap .product-slide-title .title-left {
	float: left;
	margin: 0;
	font-size: 16px;
}
.products-slide-wrap .product-slide-title .button-link {
	float: right;
	line-height: 18px;
	position: relative;
}
.products-slide-wrap .product-slide-title .button-link::before {
	border-bottom: 1px solid #ff8400;
	bottom: -5px;
	content: "";
	left: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 0;
}
.products-slide-wrap .product-slide-title .button-link:hover::before {
	width: 100%;
}

div.products-slide .owl-nav > div {
	height: 44px;
	left: auto;
	line-height: 40px;
	right: 43px;
	top: -13px;
}

div.products-slide .owl-nav > div.owl-next {
	left: auto;
	right: 5px;
}

.products-slide {
	padding: 23px 11px 10px;
	top: -50px;
}

.product-media a {
	display: inline-block;
	overflow: hidden;
}

.products-slide .product-list-content {
	border: 1px solid transparent;
	padding-bottom: 5px;
	margin: 0;
}
.products-slide .product-list-content .feature-slide-cost {
	margin: 0 0 0 10px;
}
.products-slide .product-list-content .feature-slide-name {
	margin-left: 10px;
	color: #000000;
}
.products-slide .product-list-content:hover {
	border-color: #dfdfdf;
}

.product-content > figure {
	text-align: center;
}
.product-content > figure a {
	display: inline-block;
}

.product-list-content .feature-slide-name {
	margin-left: 17px;
	color: #111;
}
.product-list-content .feature-slide-cost {
	color: #bbb;
	font-size: 13px;
	margin: 5px 0 0 17px;
	line-height: 14px;
}
.product-list-content .feature-slide-cost .price {
	font-size: 18px;
	color: #da3838;
}

div.products-slide .owl-item img {
	display: inline-block;
	width: auto;
}
div.products-slide figure {
	margin: 0;
	text-align: center;
}

.savebigmattress-owl-carousel .product-list-content {
	width: 100%;
}

.product-media figure {
	text-align: center;
}

.product-list {
	border: 1px solid #ddd;
	display: inline-block;
	margin-bottom: -1px;
	width: 100%;
	background: #ffffff;
	float: left;
}

.product-list .product-list-content {
	width: 20%;
}
.product-list-content {
	display: inline-block;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 20px 0 20px;
}
.product-list-content .product-item-actions {
	width: 32px;
	top: 50%;
	-webkit-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	-o-transform: translateY(-65%);
	transform: translateY(-65%);
	position: absolute;
	right: 40%; /* Position rollout buttons */
}
.product-list-content li {
	height: 32px;
	width: 32px;
	line-height: 30px;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 5px;
	background-color: #d9d9d9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	opacity: 0;
}
.product-list-content li:nth-child(1) {
	-webkit-transform: translateX(60px);
	-ms-transform: translateX(60px);
	-o-transform: translateX(60px);
	transform: translateX(60px);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.product-list-content li:nth-child(1) i {
	font-weight: 600;
}
.product-list-content li:nth-child(2) {
	-webkit-transform: translateX(90px);
	-ms-transform: translateX(90px);
	-o-transform: translateX(90px);
	transform: translateX(90px);
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}
.product-list-content li:nth-child(2) i {
	font-weight: 100;
}
.product-list-content li:nth-child(3) {
	-webkit-transform: translateX(120px);
	-ms-transform: translateX(120px);
	-o-transform: translateX(120px);
	transform: translateX(120px);
	-webkit-transition: all 1.1s ease-in-out 0s;
	-moz-transition: all 1.1s ease-in-out 0s;
	-ms-transition: all 1.1s ease-in-out 0s;
	-o-transition: all 1.1s ease-in-out 0s;
	transition: all 1.1s ease-in-out 0s;
}
.product-list-content li:nth-child(3) i {
	font-weight: 600;
}
.product-list-content:hover .product-item-actions li {
	opacity: 1;
}
.product-list-content:hover .product-item-actions li:hover {
	background-color: #ff8400;
}
.product-list-content:hover .product-item-actions li:hover a {
	color: #fff !important;
	text-decoration: none;
}

.product-list-content:hover .product-item-actions li a {
	text-decoration: none;
}

.product-list-content:hover .product-item-actions li:nth-child(1) {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.product-list-content:hover .product-item-actions li:nth-child(2) {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}
.product-list-content:hover .product-item-actions li:nth-child(3) {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 1.1s ease-in-out 0s;
	-moz-transition: all 1.1s ease-in-out 0s;
	-ms-transition: all 1.1s ease-in-out 0s;
	-o-transition: all 1.1s ease-in-out 0s;
	transition: all 1.1s ease-in-out 0s;
}

a.button:hover {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-name: button;
}

@-webkit-keyframes button {
  15% {
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
  }
  50% {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
  }
  75% {
	-webkit-transform: translateX(-2px);
	-ms-transform: translateX(-2px);
	-o-transform: translateX(-2px);
	transform: translateX(-2px);
  }
  100% {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
  }
}
@-o-keyframes button {
  15% {
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
  }
  50% {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
  }
  75% {
	-webkit-transform: translateX(-2px);
	-ms-transform: translateX(-2px);
	-o-transform: translateX(-2px);
	transform: translateX(-2px);
  }
  100% {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
  }
}
@-moz-keyframes button {
  15% {
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
  }
  50% {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
  }
  75% {
	-webkit-transform: translateX(-2px);
	-ms-transform: translateX(-2px);
	-o-transform: translateX(-2px);
	transform: translateX(-2px);
  }
  100% {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
  }
}
@keyframes button {
  15% {
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
  }
  50% {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
  }
  75% {
	-webkit-transform: translateX(-2px);
	-ms-transform: translateX(-2px);
	-o-transform: translateX(-2px);
	transform: translateX(-2px);
  }
  100% {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
  }
}
/* End Main Scss Compiled */

/*-- Banner Rotator --*/
.savebigmattress-owl-carousel .active h3 {
	-webkit-animation: fadeInRight 0.3s ease-in-out 1s both;
	-o-animation: fadeInRight 0.3s ease-in-out 1s both;
	animation: fadeInRight 0.3s ease-in-out 1s both;
}

.savebigmattress-owl-carousel .active p {
	-webkit-animation: fadeInRight 0.5s ease-in-out 0.9s both;
	-o-animation: fadeInRight 0.5s ease-in-out 0.9s both;
	animation: fadeInRight 0.5s ease-in-out 0.9s both;
}

.savebigmattress-owl-carousel .active a {
	-webkit-animation: fadeInRight 0.3s ease-in-out 1.2s both;
	-o-animation: fadeInRight 0.3s ease-in-out 1.2s both;
	animation: fadeInRight 0.3s ease-in-out 1.2s both;
}

.owl-nav > div {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #333333;
	display: inline-block;
	font-size: 24px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	width: 32px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-nav > div:hover {
	background-color: #666666;
	color: #fff;
	border-color: #666666;
}

/*-- Brand Logos --*/
#carousel3 img {
	width: auto;
	height: 114px;
	margin: 0 auto;
}

#carousel3 .owl-nav > div {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #333333;
	display: inline-block;
	font-size: 24px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	width: 32px;
	position: absolute;
	top: -30%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

div.logo-slide-wrap .owl-nav > div {
	height: 44px;
	left: auto;
	line-height: 40px;
	right: 43px;
	top: -13px;
}

div.logo-slide-wrap .owl-nav > div.owl-next {
	left: auto;
	right: 5px;
}

#carousel3 .owl-nav > div:hover {
	background-color: #666666;
	color: #fff;
	border-color: #666666;
}

/*-- demos --*/
.item2 img {
	z-index: 1;
}

#main-carousel .owl-prev, #main-carousel .owl-next {
	font-size: 40px;
	background: rgba(255,255,255, 0.3);
	border: none;
}
#main-carousel .owl-prev {
	position: absolute;
	top: 45%;
	left: 0;
	line-height: 40px;
	padding-right: 10px;
}

#main-carousel .owl-next {
	position: absolute;
	top: 45%;
	right: 0;
	line-height: 40px;
	padding-left: 10px;
}

/*-- Okinus Credit Financing --*/
#OkinusBox {
	background: transparent url('../images/Starburst-22.jpg') no-repeat -673px -490px;
	overflow: hidden;
	border: #ccc 1px solid;
	width: 100%;
	height: 450px;
	margin-bottom: 10px;
}
#OkinusBox p {
    margin: 0 0 -5px;
}
.info {
	font-family: 'PT Sans', sans-serif;
	font-size: 2.0em;
	/*font-weight: 700;*/
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
}			
.info-highlight {
	font-family: 'PT Sans', sans-serif;
	font-size: 2.5em;
	/*font-weight: 700;*/
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
}

.info-phone {
	font-size: 2.5em;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
	text-shadow: 1px 1px 1px #000;
}

/*-- addjustable bed side ad --*/
#adjustable-bed-ad {
	width: 97.5%;
	margin-left: 0;
	min-height: 450px;
	background-color: #f0e5c5;
	text-align: center;
}
#adjustable-bed-ad h3 { 
	text-transform: uppercase;
	font-style: italic;
	font-size: 18px;
}
#adjustable-bed-ad h3.section-title::before, #adjustable-bed-ad h3.section-title::after {
	-moz-transition: width 0.85s ease;
	-webkit-transition: width 0.85s ease;
	-ms-transition: width 0.85s ease;
	transition: width 0.85s ease;
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
	background: #d70000;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	width: 30%;
}
#adjustable-bed-ad h3.section-title::after {
	position: absolute;
	bottom: 0;
	right: 35%;
}
#adjustable-bed-ad h3.section-title::before {
	top: 0;
	left: 35%;
}

#2018-banner {
	max-height: 450px;
}

#SideBox {
	/*background: transparent url('../images/Starburst-22.jpg') no-repeat -673px -490px;*/
	background: #0d00d6;
	overflow: hidden;
	border: #ccc 1px solid;
	width: 100%;
	height: 450px;
	margin-bottom: 10px;
}
#SideBox p {
    margin: 0 0 -5px;
}
.info2 {
	font-family: 'PT Sans', sans-serif;
	font-size: 2.0em;
	/*font-weight: 700;*/
	font-style: italic;
	font-weight: bold;
	color: #fffc00;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
}			
.info2-highlight {
	font-family: 'PT Sans', sans-serif;
	font-size: 2.5em;
	/*font-weight: 700;*/
	font-style: italic;
	font-weight: bold;
	color: #fffc00;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
}

.info2-phone {
	font-size: 2.5em;
	font-style: italic;
	font-weight: bold;
	color: #fffc00;
	text-shadow: 1px 1px 1px #000;
}

/*-- Top Deal Banner --*/
#Banner-TopDeal {
	font-size: 1.7em;
}

/*-- MEDIA QUERIES --*/
@media screen and (max-width: 1024px) {
	/* STICKY */
	.sticky, .sticky nav {
		height:50px;
		top: 0;	
	}
	.sticky nav .logo {
		height: 50px;
		width: 200px;
		background: transparent url('../images/Web-Logo-Small.png') no-repeat 0 0; 
		margin: 3px 0px;
		cursor:pointer;
	}
	
	.sticky nav .spanish {
		background-color: #FFE032 !important;
		color: #ff0000;
		font-weight: bold !important;
		font-family: 'PT Sans', sans-serif;

		/*--// set animation //--*/
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 10;
	}	

	.sticky nav ul {
		float: right;
		margin: 0 5px;
		width: 55%;
	}
	.sticky nav ul li {
		margin: 0 2px;
	}
	
	header nav {
		max-width:1000px;
		margin:0 auto;
		height:75px;
		position: relative;
		cursor: pointer;
	}
	
	header nav .logo {
		display: block;
		height: 111px;
		width: 375px;
		margin: 5px 5px;
		position: relative;
		background: transparent url('../images/Web-Logo-Small-300x65.png') no-repeat 0 0; 
		float: left;
		cursor: pointer;
	}
	
	header nav .spanish {
		background-color: #FFE032 !important;
		color: #ff0000;
		font-weight: bold !important;
		font-family: 'PT Sans', sans-serif;

		/*--// set animation //--*/
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 10;
	}	
	
	header nav ul {
		list-style:none;
		float: right;
		margin: 0 5px;
		width: 55%;
	}
	header span {
		display: none;
		font-size: 0px;
	}
	header nav ul li {
		float: left;
		font-size: 14px;
		margin: 0;
		font-weight: 400;
	}
	header nav ul li a {
		color: #fff;
		text-decoration: none;
		cursor: pointer;
	}
	
	#PromoBox {
		margin-top: 10px;
	}
}
	
@media screen and (max-width: 768px) {
	/*-- STICKY --*/
	.sticky, .sticky nav {
		height:50px;
		top: 0;	
	}
	.sticky nav .logo {
		height: 50px;
		width: 200px;
		background: transparent url('../images/Web-Logo-Small.png') no-repeat 0 0; 
		margin: 0;
		cursor:pointer;
	}
	
	.sticky nav .spanish {
		background-color: #FFE032 !important;
		color: #ff0000;
		font-weight: bold !important;
		font-family: 'PT Sans', sans-serif;

		/*--// set animation //--*/
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 10;
	}	
	
	.sticky nav ul li {
		margin:19px 10px;
	}
	.sticky nav span.navmenubtn {
		display:inline-block;
		margin: 3px 50px;
		float:right;
		font-size:12px;
		font-weight:400;
		cursor:pointer;
	}
	.sticky nav .show {
		width:100%;
		background:#000;
		height:246px;
		position:fixed;
		top:48px;
		left: -5px;
		float: none;
	}
	
	header {
		height:50px;
	}
	header nav {
		height:50px;
	}
	header nav .logo {
		height: 50px;
		width: 200px;
		background: transparent url('../images/Web-Logo-Small.png') no-repeat 0 0; 
		margin: 0 20px;
		cursor:pointer;
	}

	header nav .spanish {
		background-color: #FFE032 !important;
		color: #ff0000;
		font-weight: bold !important;
		font-family: 'PT Sans', sans-serif;

		/*--// set animation //--*/
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 10;
	}	
	
	header nav ul {
		display:none;
	}
	header nav .show {
		width:100%;
		background:#000;
		height:246px;
		position:fixed;
		top:200px;
		left: -5px;
		float: none;
	}
	header nav .show li {
		float: none;
		margin: 0;
		line-height: 45px;
		width:100%;
	}
	
	header nav .show li a {
		color:#fff;
		cursor:pointer;
	}
	
	header span {
		display:block;
		margin: -13px 30px;
		float:right;
		font-size:14px;
		font-weight:400;
		cursor:pointer;
	}
	
	header nav span.navmenubtn {
		display:inline-block;
		margin: 3px 50px;
		float:right;
		font-size:12px;
		font-weight:400;
		cursor:pointer;
	}
	
	.article-video{
		min-height: 75px;
		height: 377px;
	}
}

@media screen and (max-width: 640px) {
	/*-- STICKY --*/
	.sticky, .sticky nav {
		height:60px;
		top: 0;	
	}
	.sticky nav .logo {
		height: 52px;
		width: 275px;
		background: transparent url('../images/Web-Logo-mobile.png') no-repeat 0 0; 
		margin:3px -10px;
		cursor:pointer;
	}

	.sticky nav .spanish {
		background-color: #FFE032 !important;
		color: #ff0000;
		font-weight: bold !important;
		font-family: 'PT Sans', sans-serif;

		/*--// set animation //--*/
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 10;
	}	
	
	.sticky nav ul li {
		margin:19px 10px;
	}
	.sticky nav span.navmenubtn {
		display:inline-block;
		margin: -49px 20px;
		float:right;
		font-size:12px;
		font-weight:400;
		cursor:pointer;
	}
	.sticky nav .show {
		width:100%;
		background:#000;
		height:255px;
		position:fixed;
		top:48px;
		left:-5px;
		float: none;
	}
	
	header {
		height:55px;
	}
	header nav {
		height:50px;
	}
	header nav .logo {
		height: 52px;
		width:175px;
		background: transparent url('../images/Web-Logo-mobile.png') no-repeat 0 0; 
		margin: 2px 5px;
		cursor:pointer;
	}
	
	header nav .spanish {
		background-color: #FFE032 !important;
		color: #ff0000;
		font-weight: bold !important;
		font-family: 'PT Sans', sans-serif;

		/*--// set animation //--*/
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 10;
	}
	
	header nav ul {
		display:none;
	}
	header nav .show {
		width:100%;
		background:#000;
		height:255px;
		position:fixed;
		top: 355px;
		left: -5px;
		float: none;
	}
	header nav .show li {
		float: none;
		margin: 0 -1px 0 0;
		line-height: 47px;
		width: 100%;
	}
	header nav .show li a {
		color:#fff;
		cursor:pointer;
	}
	header span {
		display:block;
		margin: -13px 30px;
		float:right;
		font-size:14px;
		font-weight:400;
		cursor:pointer;
	}
	header nav span.navmenubtn {
		display:inline-block;
		margin: 4px 20px;
		float:right;
		font-size:12px;
		font-weight:400;
		cursor:pointer;
	}
	
	.spacer {
		margin-top: 30px;
	}
	
	.article-video{
		min-height: 75px;
		height: 250px;
	}
	
	.item-video iframe { 
		/* Hide video on mobile view */
		visibility: hidden;
		display: none;
	}
	
	#smyrna-store #smyrna-location {
		position: relative;
		top: -21px;
		color: #f8f182;
		font-size: 38px;
		letter-spacing: 3px;
		font-weight: bold;
	}
	
	#riverdale-subtitle {
		position: relative;
		top: -43px;
		color: #000000;
		font-weight: bold;
	}
	
	.direction-link {
		position: absolute;
		bottom: -10px;
		left: 35%;
		font-weight: bold;
		cursor: pointer;
	}
	/*.direction-link-middle {
		position: absolute;
		bottom: -10px;
		left: 35%;
		font-weight: bold;
		cursor: pointer;
	}*/
	
	.slide1-overlay, .slide2-overlay, .slide3-overlay, .slide4-overlay {
		visibility: hidden;
		display: none;
	}
	
	#SBMFocusAd {
		padding: 10px;
	}
	
	.brb-mobile-banner {
		display: block !important;
		z-index: 8;
	}
	.sf-mobile-banner {
		display: block !important;
		z-index: 8;
	}
	.gel-mobile-banner {
		display: block !important;
		z-index: 8;
	}
	.bargain-mobile-banner {
		display: block !important;
		z-index: 8;
	}
}


@media screen and (max-width: 480px) {
	.direction-link {
		position: absolute;
		bottom: -10px;
		left: 23%;
		font-weight: bold;
		cursor: pointer;
	}
	.direction-link-middle {
		position: absolute;
		bottom: 0;
		left: 23%;
		font-weight: bold;
		cursor: pointer;
	}
	
	#riverdale-location {
		position: relative;
		left: -4px;
	}

}

@media screen and (max-width: 320px) {
	#Seasonal {
		position: relative;
		min-height: 150px;
		padding-top: 15px;
		padding-bottom: 15px;
		left: 0;
	}

	#Banner-TopDeal {
		position: relative;
		min-height: 150px;
		padding-top: 15px;
		padding-bottom: 15px;
		left: 0;
	}
	
	#SBMFocusAd {
		padding: 10px;
	}
	
	#main-carousel {
		position: relative;
		left: 8px;
	}
	
	.row {
		/* margin-right: -15px; */
		/* margin-left: -15px; */
	}
	
	.products-slide-wrap {
		position: relative;
		border: 1px solid #dddddd;
		background: #fff;
		width: 100%;
		left: 18px;
		height: 300px;
	}
	
	.item-video iframe { 
		/* Hide video on mobile view */
		visibility: hidden;
		display: none;
	}
	
	.slide1-overlay, .slide2-overlay, .slide3-overlay, .slide4-overlay {
		visibility: hidden;
		display: none;
	}

	.direction-link {
		position: absolute;
		bottom: 0;
		left: 18%;
		font-weight: bold;
		cursor: pointer;
	}
	.direction-link-middle {
		position: absolute;
		bottom: 0;
		left: 18%;
		font-weight: bold;
		cursor: pointer;
	}
	
	#riverdale-location {
		position: relative;
		left: -4px;
	}
	
	.brb-mobile-banner {
		display: block !important;
		z-index: 8;
	}
	.sf-mobile-banner {
		display: block !important;
		z-index: 8;
	}
	.gel-mobile-banner {
		display: block !important;
		z-index: 8;
	}
	.bargain-mobile-banner {
		display: block !important;
		z-index: 8;
	}
}
/*=== Sticky Header End ====*/