﻿/*-- Save Big Mattress - Sub pages CSS
Author: Fabian Gonzalez
Author URL: http://www.rebirthdesigns.com
--*/

body { 
	background-color: #f5edd8;
}

#earth {
	background-color: #E2FEED !important;
}

.border1 {
		border: 2px solid #000;
		padding: 25px;
		margin-top: 20px;
}

/* Remove dotted outline */
a:active, a:focus { 
	outline: none; 
	ie-dummy: expression(this.hideFocus=true);
	text-decoration: none;
	cursor: pointer;
}

.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 -108px;
	cursor:pointer;
	z-index: 10;
}		
.sticky nav ul li a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

header{
	line-height: 108px;
	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 {
	max-width:1000px;
	margin:0 auto;
	position: relative;
}
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 .spanish {
	line-height: 107px;
	height: 111px;
	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;
}
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;
}

/* Sub page styling */
#aboutus-header {
	position: relative;
	width: 100%;
	height: 208px;
	background: url('../images/subpage-headers/banner-header1.jpg') no-repeat center center;
	-webkit-background-size: content-box !important;
	background-size: content-box !important;
	-webkit-background-repeat: no-repeat !important;
	background-repeat: no-repeat !important;
	-webkit-background-attachment: fixed !important;
	background-attachment: fixed !important;
	-webkit-background-position: top center !important;
	background-position: top center !important;
	z-index: 1;
}

#directions-header {
	position: relative;
	width: 100%;
	height: 208px;
	background: url('../images/subpage-headers/banner-header2.jpg') no-repeat center center;
	-webkit-background-size: content-box !important;
	background-size: content-box !important;
	-webkit-background-repeat: no-repeat !important;
	background-repeat: no-repeat !important;
	-webkit-background-attachment: fixed !important;
	background-attachment: fixed !important;
	-webkit-background-position: top center !important;
	background-position: top center !important;
	z-index: 1;
}

#contactus-header {
	position: relative;
	width: 100%;
	height: 208px;
	background: url('../images/subpage-headers/banner-header3.jpg') no-repeat center center;
	-webkit-background-size: content-box !important;
	background-size: content-box !important;
	-webkit-background-repeat: no-repeat !important;
	background-repeat: no-repeat !important;
	-webkit-background-attachment: fixed !important;
	background-attachment: fixed !important;
	-webkit-background-position: top center !important;
	background-position: top center !important;
	z-index: 1;
}

#banner-header {
	position: relative;
	width: 100%;
	height: 208px;
	background: url('../images/subpage-headers/banner-header5.jpg') no-repeat center center;
	-webkit-background-size: content-box !important;
	background-size: content-box !important;
	-webkit-background-repeat: no-repeat !important;
	background-repeat: no-repeat !important;
	-webkit-background-attachment: fixed !important;
	background-attachment: fixed !important;
	-webkit-background-position: top center !important;
	background-position: top center !important;
	z-index: 1;
}

#color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 208px;
	background-color: black;
	opacity: 0.4;
}

.page-subheader {
	position: relative;
	color: #6e7786;
	font-size: 1.5em;
	font-family: 'PT Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	z-index: 10;
}

.page-subheader p {
	position: relative;
	text-align: center;
	vertical-align: middle;
	margin-top: 6%;
}

/* 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) ;
}

/* 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-size: 1.75em;
	opacity: 1;
	padding: .6em 1em;
	position: relative;
	z-index: 1;
}

img
{
	max-width: 100%;
	max-height: 100%;
	/*display: block;*/
	margin: auto auto;
}

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 */

/* 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;
}

/* 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 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;
	}
	header nav .logo {
		display: block;
		height: 65px;
		width: 300px;
		margin: 5px 5px;
		position: relative;
		background: transparent url('../images/Web-Logo-Small-300x65.png') no-repeat 0 0; 
		float: left;
		cursor: pointer;
	}
	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 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 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: 51px;
		width: 175px;
		background: transparent url('../images/Web-Logo-mobile.png') no-repeat 0 0; 
		margin:3px -10px;
		cursor:pointer;
	}
	.sticky nav ul li {
		margin:19px 10px;
	}
	.sticky nav span.navmenubtn {
		display:inline-block;
		margin: 8px 20px;
		float:right;
		font-size:12px;
		font-weight:400;
		cursor:pointer;
	}
	.sticky nav .show {
		width:100%;
		background:#000;
		height:215px;
		position:fixed;
		top:60px;
		left:-5px;
		float: none;
	}
	
	header {
		height:60px;
	}
	header nav {
		height:60px;
	}
	header nav .logo {
		height: 52px;
		width:175px;
		background: transparent url('../images/Web-Logo-Mobile.png') no-repeat 0 0; 
		margin:3px 5px;
		cursor:pointer;
	}
	header nav ul {
		display:none;
	}
	header nav .show {
		width:100%;
		background:#000;
		height:255px;
		position:fixed;
		top: 60px;
		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: 8px 20px;
		float:right;
		font-size:12px;
		font-weight:400;
		cursor:pointer;
	}
	
	.spacer {
		margin-top: 30px;
	}
	
	.article-video{
		min-height: 75px;
		height: 250px;
	}
}
/*=== Sticky Header End ====*/

/*=== Style for Banner sub pages added by Fabian Gonzalez ===*/
.header-padding {
	margin-top: 20px;
	font-size: 18px;
}

#banner-pic, #logo-pic, #prof-logo {
	position: relative;
	display: block;
	margin: 0 auto;
	min-width: 220px;
}

#prof-logo {
	width: 250px;
}

.highlight {
	font-weight: bold;
}

.redtitle {
	font-weight: bold;
	font-size: 1.2em;
	color: #ff0000;
}

.browntitle {
	color: #bd3e03;
	font-weight: bold;	
}

.greentitle {
	font-style: italic;
	color: #027c0c;
	font-size: 1.2em;
}

.price {
	font-weight: bold;
	font-style: italic;
	color: #ff0000;
	font-size: 1.7em;
	text-shadow: 0 1px 2px rgba(0,0,0,0.75);
}

.important-info {
	position: relative;
	font-size: 2.3em;
	font-weight: bold;
	font-style: italic;
	color: #ff0000;
	text-align: center;
	margin-top: 0;
	font-family: arial, sans-serif;
	text-shadow: 2px 3px 3px #292929;
	letter-spacing: -1px;
	-webkit-text-stroke: 1px white;
}

.prof-font {
	font-family: 'Aguafina Script', cursive;
	font-size: 2em;
}

.button_show {
	position: relative;
	display: block;
	margin: 0 auto;
}

.freebox {
	padding: 20px;
	background: #ff0000;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #fffc00;
}

.newprice {
	font-size: 1.6em;
	font-weight: bold;
	color: #ff0000;
}

.newprice2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #ff0000;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  padding-right: 5px;
  color: #ff0000;
}

.icon-checkmark:before {
  content: "\f00c";
}