@import url('https://fonts.googleapis.com/css?family=Boogaloo|Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
	font-family: 'Gotham-Medium';
	src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Medium.otf')  format('opentype'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf')  format('truetype'), url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Bold';
	src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Bold.otf')  format('opentype'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf')  format('truetype'), url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latobold';
	src: url('fonts/lato-bold-webfont.woff2') format('woff2'), url('fonts/lato-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latobold_italic';
	src: url('fonts/lato-bolditalic-webfont.woff2') format('woff2'), url('fonts/lato-bolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latohairline';
	src: url('fonts/lato-hairline-webfont.woff2') format('woff2'), url('fonts/lato-hairline-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latohairline_italic';
	src: url('fonts/lato-hairlineitalic-webfont.woff2') format('woff2'), url('fonts/lato-hairlineitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latoitalic';
	src: url('fonts/lato-italic-webfont.woff2') format('woff2'), url('fonts/lato-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latolight';
	src: url('fonts/lato-light-webfont.woff2') format('woff2'), url('fonts/lato-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latolight_italic';
	src: url('fonts/lato-lightitalic-webfont.woff2') format('woff2'), url('fonts/lato-lightitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latoregular';
	src: url('fonts/lato-regular-webfont.woff2') format('woff2'), url('fonts/lato-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latoblack';
	src: url('fonts/lato-black-webfont.woff2') format('woff2'), url('fonts/lato-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latoblack_italic';
	src: url('fonts/lato-blackitalic-webfont.woff2') format('woff2'), url('fonts/lato-blackitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Black';
	src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Black.otf')  format('opentype'), url('fonts/Gotham-Black.woff') format('woff'), url('fonts/Gotham-Black.ttf')  format('truetype'), url('fonts/Gotham-Black.svg#Gotham-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Book.otf')  format('opentype'), url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.ttf')  format('truetype'), url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Nunito', sans-serif;
}

.boogaloo {
	font-family: 'Boogaloo', cursive;
}

p {
	font-size: 18px;
	line-height: 26px;
}

* {
	outline: 0 !important;
}

a {
	text-decoration: none !important;
}

.container {
	max-width: 100%;
	width: 1095px;
}

.container.large {
	width: 1290px;
	position: static;
}

.flex-row-between-start {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.inline-col-center-start {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-col-center-start {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
}

.flex-col-center-end {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex-row-start-stretch {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.flex-col-start-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.bg-default {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.wb-button {
	width: 165px;
	height: 48px;
	line-height: 48px;
	border: 1px solid white;
	text-align: center;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	background-color: transparent;
}

.wb-button:hover,
.wb-button:active {
	background-color: white;
	color: black;
	text-decoration: none;
}

.orange-button {
	border: 0;
	width: 165px;
	height: 45px;
	line-height: 45px;
	font-weight: 900;
	text-align: center;
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	background-color: #eeb460;
	display: inline-block;
}

.orange-button:hover,
.orange-button:active {
	text-decoration: none !important;
	color: white;
	background-color: #de9f44;
}

/** footer */
.before-footer .left,
.before-footer .right {
	min-height: 195px;
	color: white;
}

.before-footer .left {
	padding-right: 60px;
	background-image: url(../images/pattern-left.jpg);
}

.before-footer .right {
	padding-left: 60px;
	background: rgb(40, 106, 128);
	background: -moz-linear-gradient(45deg, rgba(40, 106, 128, 1) 0%, rgba(54, 115, 137, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(40, 106, 128, 1) 0%, rgba(54, 115, 137, 1) 100%);
	background: linear-gradient(45deg, rgba(40, 106, 128, 1) 0%, rgba(54, 115, 137, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#286a80', endColorstr='#367389', GradientType=1);
}

.before-footer  .inner {
	margin-left: 0;
	margin-right: auto;
	font-size: 0;
}

.before-footer .left .inner {
	margin-right: 0;
	margin-left: auto;
}

.before-footer  .inner {
	width: auto;
	text-align: center;
	max-width: 100%;
}

.before-footer  .title {
	color: white;
	word-spacing: 5px;
	letter-spacing: 1px;
	margin-bottom: 6px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	font-size: 44px;
}

.before-footer  p {
	display: inline-block;
	margin-right: 60px;
	vertical-align: middle;
	margin-bottom: 0
}

.before-footer a {
	vertical-align: middle;
	display: inline-block;
}

.before-footer input:not([type="submit"]) {
	width: calc(100% - 215px);
	display: inline-block;
	vertical-align: middle;
	height: 47px;
	line-height: 47px;
	max-width: 260px;
	margin-right: 35px;
	border: 1px solid #acacac;
	font-size: 14px;
	color: #222222;
	padding: 0 15px;
	text-align: center;
}

.before-footer input[type="submit"] {
	vertical-align: middle;
	width: 180px;
}

footer {
	background-color: #562329;
	color: white;
	padding: 35px 0 50px 0;
	background-image: url(../images/pattern-footer.png);
	background-repeat: no-repeat;
	background-position: 0 calc(100% - 35px);
}

footer .container {
	width: 1100px;
	max-width: 100%;
}

footer .footer-title {
	font-size: 55px;
	margin-bottom: 25px;
}

footer ul.list-inline {
	margin: 0;
	padding: 0;
	font-size: 0;
}

footer ul.list-inline li {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

footer #footer-list {
	margin-bottom: 55px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebbb77;
	width: 1070px;
}

footer #footer-list li {
	width: 170px;
	max-width: 100%;
	margin: 0 30px;
	vertical-align: top;
}

footer #footer-list li .image {
	height: 75px;
}

footer #footer-list li p {
	font-weight: 600;
	margin: 0;
}

footer .footer-nav {
	padding-right: 0;
}

footer .footer-nav-item {
	margin: 0;
	padding: 0;
}

footer .footer-nav-item .footer-nav-title {
	font-size: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

footer .footer-nav-item ul {
	padding: 0;
	margin: 0;
}

footer .footer-nav-item li {
	line-height: 23px;
	list-style-type: none;
}

footer .footer-nav-item li a {
	display: block;
	font-size: 13px;
	color: white;
}

footer .footer-text {
}

footer .footer-text .title {
	font-size: 35px;
	line-height: 42px;
	color: #ebbb77;
	margin: -5px 0 25px 0;
}

footer .footer-text p {
	font-size: 20px;
	margin: 0;
	padding-right: 15px;
}

footer .footer-social {
	padding-top: 55px;
}

footer .footer-social a {
	font-size: 18px;
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #dbd0d1;
	text-align: center;
	line-height: 35px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center;
	color: white;
	margin: 0 12.5px;
}

footer .footer-social a i {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transform-origin: center;
}

footer .footer-social  li:nth-child(1) a {
	background-color: #4e71a8;
}

footer .footer-social  li:nth-child(2) a {
	background-color: #1cb7eb;
}

footer .footer-social  li:nth-child(3) a {
	background-color: #ca3737;
}

/** header */
#top-bar {
	height: 40px;
	background-color: #20657c;
	text-align: center;
	border-bottom: 6px solid #e1b474;
	position: relative;
}

#top-bar p {
	margin-bottom: 0;
	font-size: 15px;
	color: #ffffff;
	line-height: 34px;
}

#top-bar p a {
	margin-left: 20px;
	color: white;
	font-size: 13px;
}

#top-bar .close-bar {
	position: absolute;
	right: 40px;
	top: 50%;
	font-weight: bold;
	font-size: 15px;
	margin-top: -7.5px;
	line-height: 1;
}

/** nav */
#top-bar + nav.main-nav {
	top:40px;
		border-top: 8px solid #f5e5ce;
}

nav.main-nav {
	background-color: white;
	z-index: 9;
	font-size: 0;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

	z-index: 9;
}

nav.main-nav .ham {
	font-size: 30px;
	color: black;
	margin: -8px 1px 10px auto;
	width: 26px;
	text-align: right;
}

body.open nav.main-nav .ham i.fa-bars,
body:not(.open) nav.main-nav .ham i.fa-close {
	display: none;
}

nav.main-nav .nav-logo {
	width: 210px;
	vertical-align: top;
}

nav.main-nav  a {
	text-decoration: none
}

nav.main-nav .nav-content {
	width: calc(100% - 210px);
	display: inline-block;
	vertical-align: top;
}
nav.main-nav .nav-content > .nav-top > .left .image{
	display: inline-block;
	vertical-align: top;
	width: 36px;
position: relative;
top: 3px;
}
nav.main-nav .nav-content > .nav-top > .left .content{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 36px);
}
nav.main-nav .nav-content > .nav-top > .left .content p{font-size: 12px;margin-bottom: 0;line-height: 1.5;}
nav.main-nav .nav-content > .nav-top > .left .content p:first-child{
font-size: 15px;	
margin-bottom: 0;
}
nav.main-nav .nav-content > .nav-top > .left .content a{
	font-size: 12px;
}
nav.main-nav .nav-content > .nav-top > .left {
	margin-top: 20px;
}

nav.main-nav .nav-content > .nav-top >  .left  img {
	display: inline-block;
	vertical-align: middle;
margin-right: 15px;
}
nav.main-nav .nav-content > .nav-top > .left p.top{
	top: 3px;
	position: relative;
}
nav.main-nav .nav-content > .nav-top > .left p {
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin: 0;
	color: #572329;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
nav.main-nav .nav-content > .nav-top > .left p strong{
	color: #20657c;
}

nav.main-nav .nav-content > .nav-top >  .left p a {
	color: #572329;
}

nav.main-nav .nav-content > .nav-top >  .left p:first-child {
	font-weight: 600;
	font-size: 15px;
	line-height: 24.5px;
	color: #222222;
	text-transform: uppercase;
}

nav.main-nav .nav-content > .nav-top >  .left p:first-child strong {
	color: #20657c;
	font-weight: 800;
}

nav.main-nav .nav-content > .nav-top >  .left a.change-my-store,
nav.main-nav .nav-content > .nav-top >  .left a.view-my-store {
	font-size: 12px;
	text-transform: uppercase;
	color: #20657c;
}

nav.main-nav .nav-content > .nav-top >  .right {
	padding-top: 15px;
	padding-right: 0;
}

nav.main-nav .nav-content > .nav-top >  .right a {
	font-size: 13px;
	color: #222222;
}

nav.main-nav .nav-content > .nav-top >  .right input[type="text"] {
	width: calc(100% - 50px);
	height: 39px;
	padding: 0 18px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 12px;
	color: #222222;
	display: inline-block;
	vertical-align: top;
	font-style: italic
}

nav.main-nav .nav-content > .nav-top >  .right input[type="submit"] {
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	height: 39px;
	width: 50px;
	margin-left: -1px;
	border: 1px solid #cccccc;
	background-image: url(../images/icon-finder.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	display: inline-block;
	vertical-align: top;
}

nav.main-nav .nav-content > .nav-top >  .right ul {
	margin-bottom: 11px;
}

nav.main-nav .nav-bottom {
	padding-right: 15px;
	margin-top: 19px;
}

nav.main-nav .nav-bottom >  ul {
	padding: 0;
	margin: 0;
	text-align: right;
	position: relative;
}

nav.main-nav .nav-bottom > ul > li {
	padding: 0;
	margin: 0;
}

nav.main-nav .nav-bottom > ul > li:not(:first-child) {
	padding-left: 30px;
}

nav.main-nav .nav-bottom > ul > li > a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 15px 0;
	color: #222222;
	text-decoration: none;
}

nav.main-nav .nav-bottom > ul > li:hover > a + .mega {
	display: block;
}

nav.main-nav .nav-bottom > ul > li:nth-last-child(1) .mega,
nav.main-nav .nav-bottom > ul > li:nth-last-child(2) .mega {
	right: 0;
	left: auto;
}

nav.main-nav .nav-bottom .mega {
	display: none;
	position: absolute;
	top: 36px;
	text-align: left;
	background-color: white;
	width: 650px;
	max-width: 100%;
	margin-left: -40px;
	z-index: 8;
	padding: 15px 20px 10px 20px;
	-webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0 0  3px  3px;
}

nav.main-nav .nav-bottom .mega ul {
	padding: 0;
}

nav.main-nav .nav-bottom .mega ul li a {
	font-size: 15px;
	display: block;
	color: #222222;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
	padding: 0 15px;
}

nav.main-nav .nav-bottom .mega .left {
	width: 210px;
	display: inline-block;
	vertical-align: top;
}

nav.main-nav .nav-bottom .mega .right {
	width: calc(100% - 210px);
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 0 30px;
}

nav.main-nav .nav-bottom .mega .right img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

nav.main-nav .nav-bottom .mega  .title {
	font-size: 15px;
	color: #222222;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top: 10px;
}

nav.main-nav .nav-bottom .mega  .featured-item .inner-left,
nav.main-nav .nav-bottom .mega  .featured-item .inner-right {
	display: inline-block;
	vertical-align: top;
}

nav.main-nav .nav-bottom .mega  .featured-item .inner-left {
	font-size: 14px;
	color: #57242a;
	width: 53%;
	padding-top: 20px;
}

nav.main-nav .nav-bottom .mega  .featured-item .inner-right {
	font-size: 55.6px;
	color: #20657c;
	width: 47%;
	font-weight: 900;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px
}

.product-price {
	font-size: 55.6px;
	color: #20657c;
	font-weight: 900;
}

nav.main-nav .nav-bottom .mega  .featured-item .inner-right  > span,
.product-price  > span {
	font-size: 30px;
	vertical-align: super;
	position: relative;
}

nav.main-nav .nav-bottom .mega  .featured-item .inner-right  > span > span,
.product-price  > span > span {
	font-size: 14.84px;
	color: #562329;
	position: absolute;
	left: 6px;
	font-weight: 400;
	bottom: -12px;
	width: 65px;
}

/** offcanvas */
.button-nav-toggle {
	font-size: 1.3em;
	float: right;
	border: 0;
	background: 0 0;
	color: #000;
	outline: 0;
	cursor: pointer
}

.mobile-nav {
	transition: right .25s ease-in-out;
	background: #fff;
	position: fixed;
	overflow-x: hidden;
	width: 280px;
	left: -280px;
	top: 0;
	bottom: 0;
	z-index: 8;
	padding-top: 63px;
}

.mobile-nav .nav-container {
	transition: left .25s ease-in-out;
	position: relative;
	left: 0
}

.mobile-nav .nav-container.show-sub {
	left: -280px
}

.mobile-nav .nav-container ul {
	margin: 0;
	padding: 0 0
}

.mobile-nav .nav-container ul li {
	list-style: none;
	border-bottom: 1px solid #d5d7da;
}

.mobile-nav .nav-container ul li  a:not(.back) i {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}

.mobile-nav .nav-container ul li a {
	text-decoration: none;
	display: block;
	padding: 15px;
	color: #4d5152;
	font-size: 16px;
	position: relative;
}

.mobile-nav .nav-container ul li a:hover,
nav.main-nav .nav-bottom .mega ul li a:hover {
	background-color: #dfa552 !important;
	color: white;
}

.mobile-nav .nav-container ul li ul {
	display: none;
	width: 280px;
	position: absolute;
	right: -280px;
	top: 0
}

.mobile-nav .nav-container ul li ul li {
}

.mobile-nav .nav-container ul li ul li a {
	padding: 7px 15px 7px 15px;
	font-size: 14px
}

.mobile-nav .nav-container ul li ul li a.back {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 10px;
}

.mobile-nav .nav-container ul li.has-sub-nav ul a {
	background: 0 0
}

.mobile-nav .nav-container ul li.active ul {
	display: block
}

.open .mobile-nav {
	left: 0
}

/** modal */
.modal-dialog {
	text-align: center;
	width: 560px;
	max-width: 100%;
}

.modal-dialog .modal-content {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../images/modal-left.png), url(../images/modal-right.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 0% 0%, 100% 100%;
}

.modal-dialog .close {
	font-size: 15px;
	color: #562329;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
	opacity: 1;
	top: 15px;
	right: 15px;
}

.modal-dialog .close span {
	font-size: 15px;
}

.modal-dialog .modal-title {
	font-size: 40px;
	color: #562329;
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-top: 10px;
}

.modal-dialog form {
	width: 325px;
	max-width: 100%;
	margin: 0 auto 20px auto;
	font-size: 0;
	padding: 0 40px 30px 40px;
	border-bottom: 1px solid #dadada;
}

.modal-dialog form input[type="text"] {
	width: calc(100% - 49px);
	display: inline-block;
	vertical-align: top;
	height: 40px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #777777;
	padding: 0 15px;
}

.modal-dialog form input[type="submit"] {
	width: 49px;
	display: inline-block;
	height: 40px;
	vertical-align: top;
	border: 1px solid #cccccc;
	border-left: 0;
	background-image: url(../images/icon-zip-finder.png);
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	color: transparent;
}

.modal-dialog p {
	font-size: 15px;
	line-height: 24px;
	color: #363636;
	font-weight: 600;
	margin: 0;
}

.modal-dialog p strong {
	font-size: 18px;
	font-weight: bold;
	color: #20657c;
}

.modal-dialog p a {
	font-size: 17px;
	font-weight: 600;
	line-height: 32px;
	color: #eeb460;
	text-decoration: none;
}

.modal-dialog a {
	margin-top: 20px;
}

.modal-body {
	position: relative;
	padding: 15px 15px 35px 15px;
}

/* main */
div[role="main"] {
	padding-top: 145px;
}

div[role="main"] h2 {
	font-weight: 600;
	font-size: 34px;
	color: #20657c;
	margin: 25px 0 70px 0;
}

div[role="main"] h3 {
	font-weight: 600;
	font-size: 24px;
	color: #20657c;
	margin: 0 0 15px 0;
	letter-spacing: 0.5px;
}

div[role="main"] p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	margin: 0 0 45px 0;
}

#breadcrumbs {
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 0.5px;
}

#breadcrumbs a {
	font-size: 15px;
	font-weight: 600;
	color: #000000;
}

#breadcrumbs span {
	font-size: 15px;
	font-weight: bold;
}

.sidebar {
	margin-bottom: 30px;
}

.sidebar .inner {
	width: 220px;
	max-width: 100%;
}

.sidebar .banner {
	margin-top: 100px;
}

.sidebar .banner img {
	max-width: 100%;
	height: auto;
}

.sidebar ul {
	padding: 0;
	margin: 0;
}

.sidebar ul li {
	padding: 0;
	margin: 0;
	display: block;
	border-bottom: 1px solid #e8e8e8;
}

.sidebar ul li:first-child {
	border-top: 1px solid #e8e8e8;
}

.sidebar li a {
	height: 48px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 23px;
	padding: 12.5px 20px;
	display: block;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.sidebar li a:active {
	background-color: #e0972f !important;
	color: white
}
.sidebar li.active a,
.sidebar li a:hover,
.sidebar li a.active {
	color: white;
	background-color: #dfa553;
}

.sidebar .sidebar-form {
	background-image: url(../images/sidebar-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 60px;
	background-color: #20657c
}

.sidebar .sidebar-form  > div {
	padding: 60px 15px 70px 15px;
	text-align: center;
}

.sidebar .sidebar-form .title {
	font-family: 'boogaloo';
	font-size: 44px;
	color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 1;
	margin-bottom: 25px;
}

.sidebar .sidebar-form form {
	width: 185px;
	display: inline-block;
	max-width: 100%;
}

.sidebar .sidebar-form input[type="email"] {
	background-color: white;
	border: 1px solid #acacac;
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
	color: #222222;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	height: 47px;
}

.sidebar .sidebar-form input[type="submit"] {
	width: 100%;
	background-color: transparent;
	border: 1px solid white;
	line-height: 46px;
	text-align: center;
	height: 48px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.sidebar .sidebar-form input[type="submit"]:hover {
	background-color: white;
	color: black;
}

.about-section {
	font-size: 0;
}

.about-section .image,
.about-section .content {
	display: inline-block;
	vertical-align: top;
}

.about-section.first .image {
	width: 40%;
}

.about-section.first .content {
	width: 60%;
}

.about-section.second .image {
	width: 62%;
	position: relative;
	text-align: right;
	top: -90px;
	margin-bottom: -90px;
}

.about-section.second .content {
	width: 38%;
}

.about-section .section-header {
	font-size: 30px;
	line-height: 41px;
	color: #ffffff;
	font-style: italic;
	background-color: #3e798e;
	padding: 30px 35px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	letter-spacing: 0.5px;
	background-image: url(../images/section-header.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 25px 0 55px 0;
	background-size: cover;
}

.about-section .image img {
	max-width: 100%;
	height: auto;
}

.about-section.third .image {
	width: 40%;
}

.about-section.third .content {
	width: 60%;
	padding-top: 90px;
}

.about-section.third {
	margin-bottom: 90px;
}

/* faq */
.panel-default>.panel-heading,
.panel-default {
	padding: 0;
	background-color: #f5f5f5;
	border: 0;
	border-radius: 0;
	border: 0;
	box-shadow: 0;
}

.panel-default>.panel-heading  a {
	font-size: 25px;
	color: black;
	font-weight: 600;
	padding: 12px 30px;
	height: 55px;
	display: block;
	text-decoration: none;
	border: 0;
	box-shadow: 0;
	border-radius: 2px;
	position: relative;
}

.panel-default>.panel-heading a:after {
	content: "";
	position: absolute;
	right: 30px;
	top: 22px;
	width: 20px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/caret-up.png);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-body {
	padding: 30px 80px 0 35px;
	background-color: white;
	border: 0 !important;
}

.panel {
	box-shadow: none;
}

div[role="main"] .panel-body p {
	font-size: 14px;
	line-height: 17px;
}

div[role="main"]  .panel-body p strong {
	font-size: 16px;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.panel-group .panel+.panel {
	margin-top: 12px;
}

div[role="main"]  .panel-body p a {
	font-size: 14px;
	color: #20657c;
	text-decoration: underline;
	font-weight: 600;
}

.panel-group {
	margin-bottom: 80px;
}

.faq h2,
.how h2 {
	padding-left: 30px;
}

/** 
 * why
 */
div[role="main"]  .why h2 {
	margin-bottom: 35px;
}

div[role="main"]  .why p {
	font-size: 20px;
	line-height: 25px;
}

hr {
	margin-top: 35px;
	margin-bottom: 40px;
	border: 0;
	border-top: 1px solid #d5d5d5;
}

.content-w-icons {
	font-size: 0;
}

.content-w-icons .image {
	width: 95px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 15px;
}

.content-w-icons .content {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 95px);
}

.content-w-icons .content p {
	font-size: 20px;
	line-height: 25px;
}

.content-w-icons .content p strong {
	display: block;
	font-size: 25px;
	font-weight: 600;
	color: #20657c;
	margin-bottom: 15px;
}

.cwi-item {
	margin-bottom: 35px
}

.cwi-item p a {
	font-size: 20px;
	color: #20657c;
	text-decoration: underline;
	font-weight: 400;
}

.content-w-icons .image img {
	max-width: 100%;
}

/** how */
div[role="main"] .how h3 {
	margin-bottom: 30px;
}

.hiw-graphic {
}

.hiw-graphic .hiw-item {
	font-size: 0;
	background-color: #f0f0f0;
	padding: 0 0 0 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 14px;
	position: relative;
	min-height: 155px;
}

.hiw-graphic .hiw-item:not(:last-child):after {
	content: "";
	height: 71px;
	border-right: 2.5px solid white;
	border-left: 2.5px solid white;
	width: 12px;
	position: absolute;
	top: 127px;
	background-color: #20657c;
	left: 94.7px;
	z-index: 2;
}

.hiw-graphic .hiw-item >div {
	display: inline-block;
	vertical-align: top;
}

.hiw-graphic .hiw-item .icon {
	width: 170px;
	padding-left: 60px;
	padding-right: 10px;
	text-align: right;
}

.hiw-graphic .hiw-item .icon img {
	max-width: 100%;
}

.hiw-graphic .hiw-item .icon-wrap {
	width: 80px;
	height: 80px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 3px solid white;
	background-color: #20657c;
	line-height: 80px;
	text-align: center;
}

.hiw-graphic .hiw-item .icon-wrap img {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hiw-graphic .hiw-item .title {
	font-size: 26px;
	font-weight: 600;
	width: 270px;
}

.hiw-graphic .hiw-item .description {
	font-size: 17px;
	width: calc(100% - 440px);
	padding-right: 30px;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 1.3;
}

.under-hiw {
	padding: 30px 30px 90px 30px;
}

/* careers */
.careers .form-left {
	width: 47%;
	float: left;
	padding: 0 15px 0 15px;
}

.careers .form-right {
	width: 53%;
	float: left;
	padding: 0 15px 0 0;
}

div[role="main"] .careers .form-left .inner {
	width: 455px;
	max-width: 100%;
}

div[role="main"] .careers .form-left h2 {
	margin: 25px 0 40px 0;
}

div[role="main"] .careers .form-left p {
	font-size: 20px;
	line-height: 25px;
}

.career-sub-title {
	height: 78px;
	color: white;
	font-size: 25px;
	padding: 28px 35px;
	line-height: 1;
	background-color: #eeb460;
	font-weight: bold;
	text-transform: uppercase;
	margin: 40px 0 25px 0;
}

.w-icons {
}

.w-icons .wi-item {
	font-size: 0;
	padding-left: 30px;
	margin-bottom: 25px;
}

.w-icons .wi-item > img,
.w-icons .wi-item > p {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.w-icons .wi-item > img {
	margin-right: 25px;
}

.w-icons .wi-item > p {
	font-size: 21px;
	font-weight: bold;
	color: #20657c;
	width: calc(100% - 118px);
}

.careers  .form-right .inner {
	background-color: #f0f0f0;
	padding: 20px 22.5px;
	background-image: url(../images/form-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 130px;
	margin-top: 50px;
	border-radius: 3px;
}

.careers  .form-right .form-title {
	font-size: 51px;
	color: #20657c;
	text-align: center;
	margin-bottom: 25px;
}

.vip-form input:not([type="submit"]),.vip-form input[type="file"] + label,.vip-form  textarea {
	width: 100%;
	background-color: white;
	height: 54px;
	border: 1px solid #cccccc;
	color: black;
	font-size: 16px;
	padding: 0 15px;
}

.vip-form  textarea {
	padding: 15px;
	height: 200px;
}

.vip-form  input + label,
.vip-form  textarea + label {
	font-size: 16px;
	padding: 0 15px;
	display: block;
	color: #a0a0a0;
	position: absolute;
	line-height: 54px;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-weight: normal;
	text-align: left;
}
.container.careers.contact *{
	text-align: left;
}
.vip-form input + label span,
.vip-form textarea + label span,
.vip-form  .selectric span {
	color: #9e0b0f;
	text-align: left;
}

.vip-form  .col-sm-4,
.vip-form .col-sm-6,
.vip-form  .col-sm-8,
.vip-form .col-sm-12 {
	position: relative;
	margin-bottom: 15px;
	padding: 0 7.5px;
}

.vip-form  input[type="file"] {
	display: none;
}

.vip-form input[type="file"] + label {
	display: block;
	background-image: url(../images/+.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) 50%;
	color: #a0a0a0;
	position: static;
	cursor: pointer
}

.vip-form  input[type="file"] + label.selected .hidden-not-empty,
.vip-form  input[type="file"] + label:not(.selected) .hidden-empty {
	display: none;
}

.vip-form  hr {
	margin: 0 0 0 0;
}

.vip-form  .selectric {
	border: 0px solid #DDD;
	border-radius: 0px;
	background: transparent;
	position: relative;
	overflow: hidden;
}

.vip-form  .selectric .button {
	display: none;
}

.vip-form  .selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 54px;
	color: #a0a0a0;
	height: 54px;
	padding: 0 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: white;
	border: 1px solid #cccccc;
	text-align: left;
	font-weight: normal;
	border-radius: 0;
	background-image: url(../images/selectric-arrow.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) 50%;
}

.vip-form  .selectric-open  .selectric .label {
	border: 1px solid #555555;
	border-bottom: 1px solid #e5e5e5 !important;
}

.vip-form  .selectric-items li.disabled {
	display: none;
}

.vip-form  .selectric-items {
	top: 100%;
	left: 0;
	background: #ffffff;
	border: 1px solid #555555;
	border-top: 0;
	box-shadow: none;
}

.vip-form  .selectric-items  li {
	font-size: 16px;
	color: #a0a0a0;
	line-height: 36px;
	height: 36px;
	padding: 0 15px;
}

.vip-form .selectric-items  li:hover,
.vip-form .selectric-items  li.selected {
	background-color: #b7b7b7;
	color: white;
}

.vip-form  input:focus,
.vip-form  textarea:focus {
	border-color: #555555;
}

.vip-form  .not-empty + label,
.vip-form input:focus + label,
.vip-form  textarea:focus + label {
	display: none;
}

.vip-form  .orange-button {
	margin-top: 10px;
	width: 190px;
	height: 60px;
	line-height: 60px;
	font-size: 17.5px;
	font-weight: 800;
	border-radius: 0;
	text-align: center!important;
}
.orange-button.continue-shopping{
	width: 200px;
	text-decoration: none;
	color: white;
}

.vip-form  input[type="checkbox"] {
	display: none;
}

.vip-form  input[type="checkbox"] + label {
	display: block;
	position: static;
	color: #000000;
	cursor: pointer;
	font-size: 16px;
	padding: 0;
	margin-top: -20px;
}

.vip-form input[type="checkbox"] + label:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 24px;
	height: 24px;
	border: 1px solid #cccccc;
	background-color: white;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.vip-form  input[type="checkbox"]:checked + label:before {
	background-image: url(../images/checked.png);
	background-repeat: no-repeat;
	background-position: center;
}

#contact-map {
	height: 305px;
	width: 100%;
	position: relative;
	border-radius: 3px  3px 0  0;
}

.careers.contact .form-left {
	padding-top: 10px;
}

.careers.contact  .form-right .inner {
	margin-top: 0;
}

.under-map {
	background-color: #3e798e;
	color: white;
	padding: 15px 20px 5px 20px;
	font-size: 0;
	border-radius: 0  0 3px  3px;
}

.under-map  a {
	color: #feb64d;
	font-weight: 300;
}

.under-map .map-title {
	font-size: 19.72px;
	color: #ffffff;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.under-map  .map-left {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

div[role="main"] .under-map  .map-left p,
div[role="main"] .under-map  .map-right p {
	font-size: 14.8px;
	line-height: 17.75px;
	font-weight: 300;
	margin-bottom: 10px;
}

div[role="main"] .under-map  .map-left:after {
	content: "";
	width: 2px;
	height: 60px;
	background-color: white;
	position: absolute;
	right: 10px;
	top: 0;
}

.under-map  .map-right {
	width: 50%;
	padding-left: 10px;
	display: inline-block;
	vertical-align: top;
}

.map-locations {
	font-size: 0;
	margin-top: 25px;
}

.map-locations ul {
	padding: 0;
	margin: 0;
}

.map-locations ul li {
	margin: 0;
	font-weight: 600;
	color: #20657c;
	font-size: 15px;
	text-transform: uppercase;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	line-height: 42px;
	height: 42px;
	border-radius: 3px;
	padding: 0 6px;
	cursor: pointer;
	border: 1px solid transparent;
}

.map-locations ul li:nth-child(2n+1) {
	width: 50%;
}

.map-locations ul li:nth-child(2n+2) {
	width: 50%;
}

.map-locations ul li a {
	color: #c0904b;
	font-weight: 300;
}

.map-locations ul li.current,
.map-locations ul li:hover {
	border: 1px solid #b7b7b7;
}

div[role="main"] .careers.contact .form-left .inner {
	width: 500px;
	max-width: 100%;
}

.under-map .location:not(.current) {
	display: none;
}

/** locations */
.locations-left {
	width: 49%;
	float: left;
	padding: 0 15px 100px 15px;
}

.locations-left + .form-left {
	width: 51%;
}

.big-locations {
	margin: 0 0 0 -15px;
}

.big-locations ul {
	font-size: 0;
	padding: 0;
	margin: 0;
}

.big-locations ul li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	color: #20657c;
	font-weight: 300;
	line-height: 20px;
	padding: 8px 12px;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
}

.big-locations ul li.current,
.big-locations ul li:hover {
	border: 1px solid #b7b7b7;
}

.big-locations ul li strong {
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}

.big-locations ul li a {
	color: #c0904b;
	display: block;
}

.big-locations ul li a.get-directions {
	font-size: 13px;
	color: #20657c;
	text-decoration: underline;
	margin-top: 5px;
	font-weight: bold;
}

.big-locations ul li a.get-directions:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 8px;
	margin-left: 5px;
	background-image: url(../images/blue-arrow.png);
	position: relative;
	top: -1px;
}

.big-locations + hr {
	margin-top: 20px;
	margin-bottom: 25px;
}

div[role="main"] .careers.contact.locations .form-left .inner {
	width: 530px;
	max-width: 100%;
}

div[role="main"] .careers.contact.locations .locations-left p {
	font-size: 20px;
	line-height: 25px;
}

.under-map-links {
	margin-top: 15px;
	font-size: 0;
}

.under-map-links[data-state="0"] .visit-store-page {
	width: 100%;
text-align: center;
}

.under-map-links[data-state="0"] .make-this {
	display: none;
}

.under-map-links[data-state="0"] a {
	width: 100%;
}

.under-map-links[data-state="1"] a {
	width: calc(50% - 8px);
	vertical-align: top;
	text-align: center!important;
}

.under-map-links[data-state="1"] a + a {
	margin-left: 15px;
	display: inline-block !important;
		text-align: center!important;
}

.under-map-links .visit-store-page {
	height: 55px;
	line-height: 55px;
	font-size: 17.5px;
	border-radius: 0;
	font-weight: 800;
}

.under-map-links .make-this {
	height: 55px;
	line-height: 55px;
	font-size: 17.5px;
	border-radius: 0;
	font-weight: 800;
	border: 1px solid #eeb460;
	color: #eeb460;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.under-map-links .make-this:hover {
	color: white;
	background-color: #eeb460;
}

#store-finder form {
	background-image: url(../images/finder-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: #f0f0f0;
	padding: 21px 15px;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 20px;
}

#store-finder .finder-title {
	font-size: 50px;
	color: #20657c;
	display: inline-block;
	vertical-align: middle;
}

#store-finder input[type="text"] {
	width: 185px;
	font-size: 16px;
	color: #a0a0a0;
	height: 56px;
	padding: 0 15px;
	vertical-align: middle;
	margin-left: 25px;
}

#store-finder input[type="submit"] {
	width: 80px;
	height: 56px;
	line-height: 56px;
	font-size: 17.5px;
	vertical-align: middle;
	margin-left: 12px;
	border-radius: 0;
}

/** product detail */
.product-detail .product-image {
	padding-right: 0;
}

.product-detail .product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}

.product-detail .product-main {
	padding-left: 30px;
}

div[role="main"] .product-detail .product-main h2 {
	margin-top: -5px;
	font-weight: normal;
	margin-bottom: 10px;
}

.product-detail .product-main .brand {
	display: inline-block;
	vertical-align: middle;
}

.product-detail .product-main .brand + .stock {
	vertical-align: middle;
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	color: #1fae23;
	font-weight: 900;
	margin-left: 15px;
}

.product-detail .product-main .brand + .stock img {
	margin-right: 5px;
}

.product-detail .product-main .brand + .stock img,
.product-detail .product-main .brand + .stock span {
	display: inline-block;
	vertical-align: middle;
}

.product-detail .product-main .product-price {
	font-size: 84.84px;
	padding: 15px 0 5px 0;
	border-top: 1px solid #b7b7b7;
	border-bottom: 0;
	line-height: 1;
	margin-bottom: 5px;
	margin-top: 5px;
}

.product-detail .product-main .product-price > span {
	font-size: 48px;
	line-height: 1;
	display: inline-block;
	font-weight: 900;
	position: relative;
	top: 3px;
}

.product-detail .product-main .product-price  > span > span {
	font-size: 20.81px;
	width: 95px;
	left: 16px;
	bottom: -20px;
	color: #20657c;
	font-weight: 300;
}

.product-detail .product-rent a {
	width: 100%;
	height: 70px;
	line-height: 70px;
	color: white;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	background-color: #1fad23;
	border-radius: 3px;
	display: block;
	text-decoration: none;
	text-align: center;
	margin-bottom: 20px;
}

.product-detail .terms {
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	font-family: 'Nunito', sans-serif;
	margin-bottom: 20px;
}

.product-detail .terms span {
	display: inline-block;
	margin: 0 5px;
}

.product-detail .product-shipping {
}

.product-detail .product-shipping span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	color: #20657c;
	letter-spacing: 1px;
	margin-right: 15px;
}

.product-detail .product-shipping img {
	display: inline-block;
	vertical-align: middle;
}

.product-detail .secondary-content {
	margin-top: 30px;
	margin-bottom: 120px;
}

.product-detail .secondary-content p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: 400;
}

.product-detail .secondary-content p strong {
	font-size: 20px;
}

.product-detail .secondary-content .half-content {
	width: 630px;
	max-width: 100%;
}

.product-detail .tables {
	font-size: 0;
	margin-bottom: 70px;
}

.product-detail .tables .tables-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 45px;
	margin-bottom: 20px;
}

.product-detail .tables .table-title {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 10px;
}

.product-detail .tables  .table-left,
.product-detail .tables .table-right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.product-detail .tables  .table-left {
	padding-right: 30px;
}

.product-detail .tables  .table-right {
	padding-left: 30px;
}

.product-detail .tables table {
	width: 100%;
}

.product-detail .tables table tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.product-detail .tables table tr:nth-child(even) {
	background-color: #dcdcdc;
}

.product-detail .tables table tr td {
	font-size: 16px;
	line-height: 42px;
	font-weight: 600;
	color: #000000;
	padding: 0 15px 0 30px;
}

.product-detail .tables table tr td:nth-child(1) {
	width: 40%;
}

.product-detail .tables table tr td:nth-child(2) {
	width: 60%;
}

/* home */
.footer-brands {
	padding: 90px 0 80px 0;
}

.footer-brands .container {
	width: 1140px;
	padding: 0 40px;
	position: relative;
}

.footer-brands .title {
	font-size: 45px;
	color: #1f647c;
	margin-bottom: 30px;
}

.footer-brands .swiper-slide {
	text-align: center;
	width: 14.2857142857% !important;
}

.footer-brands .swiper-slide img {
	max-width: 100%;
	height: auto;
}

.footer-brands .swiper-button-prev {
	left: 0;
	background-image: url(../images/swiper-prev.png);
	width: 13px;
	height: 34px;
	background-size: cover;
	top: 125px;
}

.footer-brands .swiper-button-next {
	right: 0;
	background-image: url(../images/swiper-next.png);
	width: 13px;
	height: 34px;
	background-size: cover;
	top: 125px;
}

.footer-brands .swiper-container {
	padding: 0 0;
}

.footer-brands .swiper-wrapper {
	align-items: center; /* add this will all relevant prefixes */
}

.footer-brands .browse-all-brands {
	width: 225px;
	height: 48px;
	line-height: 48px;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #562329;
	color: #562329;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 25px auto 0 auto;
	text-transform: uppercase;
	text-decoration: none;
}

.footer-brands .browse-all-brands:hover {
	background-color: #562329;
	color: white
}

.before-footer-home {
	position: relative;
}

.before-footer-home  .center {
	position: absolute;
	left: 52%;
	top: -25px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.before-footer-home  .center img {
	max-width: 100%;
	height: auto;
}

.before-footer-home  .left {
	width: 60%;
	float: left;
	background-image: url(../images/home-left.jpg);
	height: 350px;
}

.before-footer-home  .right {
	width: 40%;
	padding-left: 200px;
	padding-right: 15px;
	float: left;
	background: rgb(40, 106, 128);
	background: -moz-linear-gradient(45deg, rgba(40, 106, 128, 1) 0%, rgba(54, 115, 137, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(40, 106, 128, 1) 0%, rgba(54, 115, 137, 1) 100%);
	background: linear-gradient(45deg, rgba(40, 106, 128, 1) 0%, rgba(54, 115, 137, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#286a80', endColorstr='#367389', GradientType=1);
}

.before-footer-home  .left .inner {
	margin: 0 0 0 auto;
	width: 710px;
	max-width: 100%;
	text-align: left;
}

.before-footer-home  .left .inner .inner-wrap {
	width: 320px;
	text-align: left;
	max-width: 100%;
	color: white;
}

.before-footer-home  .left .inner .inner-wrap .title {
	color: white;
	word-spacing: 5px;
	letter-spacing: 1px;
	margin-bottom: 11px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	font-size: 52px;
	line-height: 49px;
}

.before-footer-home  .left .inner .inner-wrap a {
	display: block;
	margin-top: 30px;
}

.before-footer-home  .right .inner {
	margin: 0 0 0 auto;
	width: 460px;
	max-width: 100%;
	text-align: right;
}

.before-footer-home  .right .inner .inner-wrap {
	width: 260px;
	text-align: center;
	max-width: 100%;
	color: white;
	margin: 0 0 0 0;
}

.before-footer-home  .right .inner .inner-wrap .wb-button:hover {
	color: #26687e !important;
}

.before-footer-home  .right .inner .inner-wrap a.wb-button {
	display: block;
	margin: 30px auto 0 auto;
	width: 180px;
}

.before-footer-home  .right .inner .inner-wrap a.wb-button img {
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.before-footer-home  .right .inner .inner-wrap .after-submit p {
	text-align: left;
	font-size: 18px;
	line-height: 1.3;
	position: relative;
	padding-left: 40px;
	margin-top: -2px;
}

.before-footer-home  .right .inner .inner-wrap .after-submit p:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	height: 33px;
	background-image: url(../images/icon-check.png);
	position: absolute;
	left: 0;
	top: 5px;
}

.before-footer-home  .right .inner .inner-wrap .title {
	font-size: 48px;
	line-height: 49px;
	color: white;
	word-spacing: 0;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.before-footer-home  .right .inner input:not([type="submit"]) {
	width: calc(100% - 10px);
	display: block;
	vertical-align: middle;
	height: 55px;
	line-height: 55px;
	max-width: 260px;
	margin-right: 35px;
	border: 1px solid #acacac;
	font-size: 14px;
	color: #222222;
	padding: 0 15px;
	text-align: center;
	margin: 0 auto 20px auto;
}

.home-products {
	text-align: center;
	font-size: 0;
	padding: 50px 0 80px 0;
}

.home-products .container {
	width: 1240px;
}

.home-products .product-item {
	display: inline-block;
	vertical-align: top;
	width: 20%;
}

.home-products .product-item > div {
	width: 165px;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.home-products .product-item .category {
	font-size: 18px;
	color: #000000;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.home-products .product-item a {
	text-decoration: none;
}

.home-products .product-item .category a {
	color: #000000;
}

.home-products .product-item .image {
	margin-bottom: 10px;
	height: 130px;
	line-height: 130px;
}

.home-products .product-item .image img {
	max-width: 100%;
	height: auto;
}

.home-products .product-item .title {
	color: #673439;
	font-size: 12px;
	font-weight: 400;
}

.home-products .product-item figure {
	position: relative;
}

.home-products .product-item figure:hover  > div {
	opacity: 0.5;
}

.home-products .product-item figure figcaption {
	opacity: 0;
	visibility: hidden;
}

.home-products .product-item figure figcaption a {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -27.5px;
	left: 50%;
	width: 175px;
	text-align: center;
	margin-left: -87.5px;
	background: #20657c;
	color: white;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	display: inline-block;
	-webkit-box-shadow: 0 1px 1px 0 #20657c;
	box-shadow: 0 1px 1px 0 #20657c;
	text-transform: uppercase;
}

.home-products .product-item figure:hover figcaption {
	opacity: 1;
	visibility: visible;
}

.home-products .product-item .product-price {
	font-size: 49px;
}

.home-products .product-item .product-price>span {
	font-size: 25px;
	top: 3px;
}

.home-products .product-item .product-price>span >span {
	font-size: 12px;
	left: 0;
	bottom: -10px;
}

.home-slider {
}

.home-slider .swiper-slide {
	background-image: url(../images/slider-1.jpg);
	height: 435px;
}

.home-slider .swiper-pagination {
	width: 11px;
	position: absolute;
	right: 90px;
	top: 50%;
	left: auto;
	bottom: auto;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-slider .swiper-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	opacity: 1;
	background-color: #f5f5f5;
	margin: 0 0 5px 0;
}

.home-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #5a252b;
}

.home-slider .swiper-slide .container {
	padding: 0 30px;
	position: relative;
}

.home-slider .swiper-slide h1 {
	font-size: 95px;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
	margin: 0;
	font-family: 'boogaloo';
}

.home-slider .swiper-slide h3 {
	font-size: 28px;
	color: #dfa552;
	font-family: 'boogaloo';
	margin: -5px 0 0 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.home-slider .swiper-slide h2 {
	font-size: 42px;
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	letter-spacing: 1px;
	margin: 20px 0 -10px 0;
	font-family: 'boogaloo';
}

.home-slider .swiper-slide  .product-price {
	font-size: 78px;
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	display: inline-block;
	vertical-align: top;
}

.home-slider .swiper-slide  .product-price + .shop-this-deal {
	display: inline-block;
	vertical-align: top;
	margin-top: 35px;
	margin-left: 40px;
}

.home-slider .swiper-slide  .product-price >span {
	font-size: 45px;
	position: relative;
	top: 3px;
}

.home-slider .swiper-slide  .product-price >span>span {
	color: white;
	font-size: 11px;
	left: 16px;
	bottom: -7px;
}

.home-slider .swiper-slide img {
	margin-top: 10px;
	margin-left: 30px;
}

.home-cta {
	background-color: #20657c;
	text-align: left;
	font-size: 0;
	position: relative;
	z-index: 2;
	height: 115px;
	padding: 0 15px;
}

.home-cta .container {
	padding: 0;
}

.home-cta .left {
	width: 37%;
	display: inline-block;
	vertical-align: middle;
}

.home-cta .left .image {
	width: 110px;
	display: inline-block;
	vertical-align: middle;
}

.home-cta .left .image img {
	position: relative;
	top: -15px;
}

.home-cta .left .content {
	letter-spacing: 0.5px;
	width: calc(100% - 110px);
	display: inline-block;
	vertical-align: middle;
}

.home-cta .left .content p {
	font-size: 22px !important;
	color: white;
	line-height: 22px !important;
	margin-bottom: 10px !important;
}

.home-cta .left .content  a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
}

.home-cta .left .content  a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/arrow.png);
	margin-left: 5px;
	position: relative;
	top: -1px;
	width: 6px;
	height: 10px;
}

.home-cta .left .content strong {
	font-weight: 900;
	display: block;
	font-size: 18px;
	line-height: 31px;
}

.home-cta .center {
	width: 36%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.home-cta .center img {
	max-width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.home-cta .right {
	width: 27%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.home-cta .cta-circle {
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/circle-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 286px;
	height: 283px;
	text-align: center;
	color: white;
}

.home-cta .cta-circle >div:first-child {
	font-size: 36px;
	font-weight: 900;
	line-height: 33.5px;
	margin-bottom: -10px;
}

.home-cta .cta-circle .product-price,
.home-cta .cta-circle .product-price span {
	color: white
}

.home-cta .cta-circle .product-price {
	margin-bottom: -10px;
	font-size: 83px;
}

.home-cta .cta-circle .product-price>span {
	font-size: 40px;
	top: -4px;
}

.home-cta .cta-circle .product-price>span>span {
	font-size: 12px;
	left: 3px;
	bottom: -9px;
}

.home-cta .cta-circle p {
	font-size: 15.8px !important;
	line-height: 16.8px !important;
	margin: 0 !important;
}

.under-home-cta {
}

.under-home-cta p {
	font-size: 12.5px !important;
	color: #20657c;
}

.under-home-cta p span {
	color: #2f2f2f;
}

/** products landing */
.load-more + div {
	margin-top: 15px;
}

.landing-sidebar {
	padding: 30px 20px  130px 20px;
	background-color: #f0f0f0;
}

.sidebar-title {
	margin-top: 65px;
	color: white;
	text-align: center;
	background-color: #20657c;
	font-size: 15px;
	font-weight: bold;
	height: 78px;
	line-height: 78px;
}

.landing-sidebar hr {
	margin: 25px 0 5px 0;
}

.sort-by,
.sort-brand,
.sort-price {
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {

	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.landing-sidebar input[type="checkbox"] {
	display: none;
}

.landing-sidebar input[type="checkbox"] + label {
	font-size: 13px;
	font-weight: bold;
	color: #20657c;
	display: block;
	margin-bottom: 13px;
}

.landing-sidebar input[type="checkbox"] + label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	border-radius: 3px;
	height: 20px;
	margin-right: 10px;
	background-color: white;
	border: 1px solid #20657c;
	position: relative;
	top: -2px;
}

.landing-sidebar input[type="checkbox"]:checked + label:before {
	background-image: url(../images/white-check.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #20657c;
}

.landing-sidebar .sort-title {
	display: block;
	margin-bottom: 20px;
}

.landing-sidebar .load-more {
	font-size: 13px;
	font-weight: bold;
	color-rendering: #20657c;
	display: inline-block;
	margin-top: 5px;
}

.landing-sidebar .load-more:after {
	content: '';
	display: inline-block;
	background-image: url(../images/show-more.png);
	vertical-align: middle;
	position: relative;
	top: -2px;
	width: 14px;
	height: 9px;
	margin-left: 9px;
}

.top-sort {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin: 3px 0 35px 0;
}

.top-sort .padding-left {
	padding-left: 40px;
}

.products {
	font-size: 0;
	margin-bottom: -25px;
}

.products .product-item {
	width: calc(50% - 15px);
	display: inline-block;
	margin-bottom: 45px;
}

.products .product-item:nth-child(2n+2) {
	margin-left: 30px;
}

.products .product-item img {
	border-radius: 3px;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.products .product-item a {
	text-decoration: none;
}

.products .product-item .product-title {
	padding-right: 15px;
	font-size: 21px;
	font-weight: 600;
	color: #562329;
	margin-top: 10px;
	line-height: 25px;
	margin-bottom: 5px;
}

.products .product-item .product-price {
	font-size: 70px;
	font-weight: 900;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	width: 60%;
}

.products .product-item .product-price > span {
	font-size: 40px;
	top: 3px;
}

.products .product-item .product-price > span > span {
	font-size: 17px;
	width: 70px;
	left: 10px;
	bottom: -5px;
}

.products .product-item .product-inner-right {
	display: inline-block;
	vertical-align: top;
	width: 40%;
}

.products .product-item .product-inner-right a {
	width: 160px;
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	background-color: #1fad23;
	border-radius: 3px;
	display: block;
	text-decoration: none;
	text-align: center;
	margin: 25px 0 0 auto;
	display: block;
}

.pagination {
	width: 100%;
	margin-bottom: -30px;
	margin-top: -35px;
}

.pagination ul {
	padding: 0;
	margin: 0;
}

.pagination a {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.pagination .active span {
	font-size: 15px;
	color: #20657c;
	font-weight: 800;
	text-decoration: none;
}

.pagination li:not(.next),
.pagination li:not(.prev) {
	padding: 0 3px;
}

.pagination li.next {
	float: right;
}

.pagination li.prev {
	float: left;
}

.pagination li.next a:after,
.pagination li.prev a:before {
	content: "";
	width: 9px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
}

.pagination li.next a:after {
	background-image: url(../images/swiper-next.png);
	margin-left: 10px;
}

.pagination li.prev a:before {
	background-image: url(../images/swiper-prev.png);
	margin-right: 10px;
}

.products-desc {
	padding-bottom: 60px;
}

.products-desc hr {
	margin-bottom: 15px;
}

.products-desc p strong {
	font-size: 16px !important;
	line-height: 20px !important;
}

.products-desc p {
	font-size: 14px !important;
	line-height: 20px !important;
	margin-bottom: 20px !important;
}

.products-desc .view-more {
	font-size: 15px;
	font-weight: bold;
	color: #711721;
	display: inline-block;
	margin-top: -5px;
}

.products-desc .view-more + div {
	margin-top: 15px;
}

.products-landing .selectric-wrapper {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-left: 3px;
	margin-right: -15px;
}

.top-sort .selectric-wrapper {
	margin-right: 0;
}

.products-landing .selectric {
	border: 0px solid #DDD;
	border-radius: 0px;
	background: transparent;
	position: static;
	overflow: hidden;
}

.products-landing .selectric .button {
	display: none;
}

.products-landing .selectric .label {
	display: inline-block;
	margin: 0 0 0 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	padding: 0;
	vertical-align: middle;
	height: auto;
	border-radius: 0;
	text-align: left;
}

.products-landing .selectric .label:after {
	content: "";
	display: inline-block;
	background-image: url(../images/selectric.png);
	vertical-align: middle;
	width: 14px;
	height: 9px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top: -1px;
	margin-left: 5px;
}

.products-landing .selectric-items {
	position: absolute;
	top: -3px;
	z-index: 8;
	right: -60px;
	left: auto;
	background: #ffffff;
	border: 1px solid #acacac;
	width: 145px !important;
	border-radius: 3px;
	box-shadow: none;
}

.top-sort .selectric-items {
	right: 0;
}

.products-landing .selectric-items li {
	padding: 0;
	margin: 0;
	border: 0;
	height: 23px;
	line-height: 23px;
	padding: 0 22px;
	font-size: 15px;
	font-weight: bold;
}

.products-landing .selectric-items li.highlighted {
	background-color: white;
}

.products-landing .selectric-items li:hover {
	background: #dfa553;
	color: #fff;
	border: 0 !important;
}

.selectric-items li.selected,
.products-landing .selectric-items li.highlighted {
	background-image: url(../images/checked.png);
	background-size: 14px 11px;
	border: 0 !important;
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.landing-banner {
	background-image: url(../images/banner-bg.jpg);
	min-height: 160px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: cover;
	text-align: right;
	color: white;
}

.landing-banner p:first-child {
	font-size: 36px !important;
	line-height: 24px !important;
	font-weight: 900;
	margin: 0 0 6px 0 !important
}

.landing-banner p {
	font-size: 22px !important;
	line-height: 24px !important;
	margin-bottom: 0 !important
}

.landing-banner p strong {
	font-size: 18px;
	display: block;
	font-weight: 800;
}

.landing-banner > .container > div {
	display: inline-block;
	vertical-align: middle;
}

.landing-banner .product-price {
	line-height: 1;
	color: white;
	font-size: 103px;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, .22);
	margin-left: 25px;
}

.landing-banner .product-price> span:first-child {
	font-size: 60px;
	top: 5px;
}

.landing-banner .product-price> span {
	font-size: 45px;
	top: -5px;
}

.landing-banner .product-price > span> span {
	font-size: 15px;
	color: white;
}

/** location detail */
.big-left {
	width: 66%;
	float: left;
}

.small-right {
	width: 34%;
	padding-left: 30px;
	float: left;
}

.location-header {
	margin-bottom: 25px;
}

.location-header .title {
	background-color: #20657c;
	color: white;
	-webkit-border-radius: 3px 3px 0   0;
	border-radius: 3px 3px 0  0;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	padding: 20px 15px;
	background-image: url(../images/location-header.png);
	background-repeat: no-repeat;
	background-position: 100% 100%
}

.location-header .title strong {
	display: block;
	font-size: 34px;
	font-weight: bold;
	margin-top: 10px;
}

.location-header img {
	width: 100%;
}

.location-header .sub-title {
	-webkit-border-radius: 0   0 3px 3px;
	border-radius: 0  0 3px 3px;
	border: 1px solid #ffca80;
	border-top: 0;
	text-align: center;
	font-size: 24.55px;
	padding: 15px 15px 15px 15px;
	line-height: 1.3;
}

.location-header .sub-title span {
	color: #7a0026;
	font-weight: 900;
	font-style: italic;
}

div[role="main"] .location-description p strong {
	font-size: 20px;
}

div[role="main"] .location-description p {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 15px;
}

.location-links {
	font-size: 0;
	margin-top: 30px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 20px;
}

.location-links .left,
.location-links .right {
	width: calc(50% - 7.5px);
	display: inline-block;
	vertical-align: top;
	margin-bottom: 17px;
}

.location-links .left {
	margin-right: 15px;
}

.location-links .links-title {
	line-height: 60px;
	height: 60px;
	color: black;
	font-weight: 600;
	font-size: 20px;
	background-color: #f0f0f0;
	padding: 0 20px;
	border-radius: 3px;
}

.location-links a {
	text-decoration: underline !important;
	font-size: 16px;
	line-height: 34px;
	color: #20657c;
	display: block;
}

.location-links .links-items {
	padding: 15px 20px 20px 20px;
}

.location-social {
	font-size: 20px;
	font-weight: 600;
}

.location-social a {
	font-size: 14px;
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid #3e798e;
	text-align: center;
	line-height: 28px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center;
	color: #3e798e;
}

.location-social li:nth-child(1) a:hover {
	border-color: #4e71a8;
	color: #4e71a8;
}

.location-social li:nth-child(2) a:hover {
	border-color: #1cb7eb;
	color: #1cb7eb;
}

.location-social li:nth-child(3) a:hover {
	border-color: #ca3737;
	color: #ca3737;
}

.location-social  a i {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transform-origin: center;
}

.location-social  >div:first-child {
	padding-left: 20px;
}

.location-social > div:nth-child(2) {
	padding: 0;
}

.location-images {
	font-size: 0;
	margin-bottom: -15px;
	margin-top: 10px;
}

.location-images .image-item {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}

.location-images .image-item img {
	max-width: 100%;
	width: 100%;
}

.location-images .image-item.small-item {
	width: calc(33.3333% - 10px);
}

.location-images .image-item.big-item {
	width: calc(66.6666% - 5px);
}

.location-images .image-item.small-item {
	margin-right: 15px;
}

.location-images .image-item.small-item:nth-child(3n+3) {
	margin-right: 0;
}

#location-map {
	border: 1px solid #e5e5e5;
	height: 230px;
	-webkit-border-radius: 3px 3px 0   0;
	border-radius: 3px 3px 0  0;
}

#location-map + .location-map-title {
	background-color: #3e798e;
	color: white;
	-webkit-border-radius: 0   0 3px 3px;
	border-radius: 0  0 3px 3px;
	text-align: center;
	padding: 20px 30px 20px 30px;
}

#location-map + .location-map-title p {
	font-size: 18px;
	line-height: 23px;
	margin: 0;
}

#location-map + .location-map-title hr {
	margin: 10px 0;
}

#location-map + .location-map-title a {
	font-size: 21px;
	color: #feb64d;
}

#location-map + .location-map-title + a {
	margin: 20px 0 20px 0;
	font-size: 17.5px;
	height: 60px;
	line-height: 60px;
	border-radius: 0;
}

a.full {
	width: 100%;
}

.location-sidebar {
	background-color: #f0f0f0;
	background-image: url(../images/location-sidebar-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 45px 30px 15px 30px;
}

.location-sidebar .location-sidebar-header {
	text-align: center;
}

.location-sidebar .location-sidebar-header img {
	margin-bottom: 15px;
}

.location-sidebar .location-sidebar-header p {
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
}

.location-sidebar .location-sidebar-header p strong {
	display: block;
	font-size: 25px;
	line-height: 32px;
	color: #20657c;
	font-weight: bold;
}

.location-sidebar .location-hours {
	border-top: 1px solid #d4d4d4;
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 15px;
}

.location-sidebar .location-hours .title {
	font-size: 25px;
	color: #000000;
	text-align: center;
}

.location-sidebar .location-hours .hours-item {
	font-size: 0;
	width: 210px;
	max-width: 100%;
	margin: 0 auto;
}

.location-sidebar .location-hours .hours-item:not(:last-child) {
	border-bottom: 1px solid #d7d7d7;
}

.location-sidebar .location-hours .hours-item > div {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	font-size: 15px;
	line-height: 30px;
}

.location-sidebar .location-hours .hours-item > div:nth-child(2) {
	padding-left: 20px;
}

.location-sidebar form >div {
	position: relative;
	margin-bottom: 12px;
}

.full {
	width: 100% !important;
}

.location-form .title {
	font-size: 25px;
	text-align: center;
	margin-bottom: 5px;
}

.location-form  input:not([type="submit"]),.location-form label {
	height: 40px !important;
	line-height: 40px !important;
}

.location-form  textarea {
	height: 120px;
}

.location-form  .orange-button {
	margin-top: 0 !important;
}

.footer-brands.home-products {
	padding-top: 0;
	margin-top: -20px;
	padding-bottom: 50px;
}

.footer-brands.home-products >.container> .title {
	font-size: 44px;
	text-transform: uppercase;
}

.footer-brands.home-products .product-item {
	padding: 0 30px;
}

.footer-brands.home-products .product-item .product-price {
	line-height: 1;
	font-size: 62.5px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.footer-brands.home-products .product-item .product-price>span {
	font-size: 35px;
}

.footer-brands.home-products .product-item .product-price>span:first-child {
	font-size: 30px;
}

.footer-brands.home-products .product-item .product-price >span >span {
	font-size: 15.5px;
	left: 5px;
}

.footer-brands.home-products .swiper-slide {
	width: 25% !important;
}

.footer-brands.home-products  .product-item .title {
	font-size: 15px;
}

.footer-brands.home-products   .swiper-button-next,
.footer-brands.home-products  .swiper-button-prev {
	top: 190px;
}

/** golden ticket */
#shop-all .home-products .container >.title {
	font-size: 33.94px;
	font-weight: 900;
	color: #562329;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 45px;
}

#shop-all .home-products .product-item .title {
	color: #673439;
	max-width: 100%;
	letter-spacing: 0;
	margin: 0 auto;
	width: 145px;
	font-size: 10.12px;
	font-weight: 400;
	min-height: 28px;
}

#shop-all .home-products .container {
	width: 1100px;
}

#shop-all .home-products .product-item .category {
	width: 100%;
	margin: 15px 0 0 0;
}

#shop-all .home-products .product-item .category a {
	font-size: 13.5px;
	letter-spacing: 0;
	color: #20657c;
	font-weight: 600;
}

#shop-all .home-products {
	padding-bottom: 60px;
}

#shop-all  #breadcrumb {
	margin-bottom: 50px;
	margin-top: 65px;
}

#shop-all  #breadcrumb,
#shop-all  #breadcrumb a {
	font-size: 15.43px;
	color: #909090;
}

#shop-all #why {
	margin-bottom: 45px;
}

#shop-all .categories-title {
	font-size: 33.94px;
	text-align: center;
	color: #232323;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-weight: 900;
}

#shop-all .categories-title span {
	color: #20657c;
}

/** product categories starts */
#product-categories {
	text-align: center;
	padding: 45px 5px;
	background-color: #f5f2f0;
	font-size: 0;
}

#product-categories.low-padding .swiper-container {
}

#product-categories > div {
	width: 1260px;
	max-width: 100%;
	margin: 0 auto;
}

#product-categories.low-padding .swiper-button-next {
	right: -15px;
	outline: none;
}

#product-categories.low-padding .swiper-button-prev {
	left: -15px;
	outline: none;
}

#product-categories a {
	display: inline-block;
	vertical-align: top;
	height: 215px;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
}

#product-categories .swiper-wrapper {
	padding: 10px 0;
}

#product-categories .swiper-slide {
	padding: 0 10px;
}

#product-categories.two-row .swiper-container-two {
	width: 575px;
	max-width: 100%;
	margin: 0 auto 5px auto;
}

#product-categories.two-row .swiper-slide-two {
	width: 25%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

#product-categories.two-row   a {
	width: 100%;
	height: 235px;
}

#product-categories.two-row {
	padding: 20px 0 0 0;
}

#product-categories.two-row .image {
	height: 184px;
	line-height: 185px;
}

#product-categories.two-row p {
	font-size: 16.71px;
	padding: 0 15px;
	line-height: 1;
}

#product-categories a:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
}

#product-categories a .image {
	height: 160px;
	line-height: 160px;
	padding: 0 15px;
}

#product-categories a img {
	max-width: 100%;
	max-height: calc(100% - 30px);
	height: auto;
}

#product-categories a p {
	font-size: 19.15px;
	color: #313131;
	font-weight: bold;
	margin: 0;
}

#product-categories .swiper-pagination {
	display: none;
}

#shop-all .container {
	width: 1110px;
}

/** product categories ends */
#find {
	background-repeat: no-repeat;
	background-position: 0% 100%, 100% 0%;
	font-size: 0;
	background-color: #036a7c;
	width: 1080px;
	max-width: 100%;
	margin: 0 auto 125px auto;
}

#find h3 {
	font-size: 33.49px;
	color: #ffffff;
	margin: 0 0 3px 0;
	font-weight: 800;
}

#find p {
	font-size: 20.45px;
	color: #ffffff;
	margin-bottom: 10px;
}

#find a {
	font-size: 20.75px;
	color: #ebbb77;
	font-weight: bold;
}

#find .left {
	width: 64%;
	display: inline-block;
	padding-left: 70px;
	vertical-align: middle;
}

#find .right {
	width: 36%;
	display: inline-block;
}

#find img {
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
}

#find .inner {
	padding-top: 6px;
}

@media screen and (min-width:1200px) {
	#product-categories.two-row .swiper-slide-two {
		width: 33.3333% !important;
	}

}

@media screen and (max-width:1200px) {
	#product-categories.two-row .swiper-container-two {
		margin: 0 auto 0 auto;
	}

	#shop-all #top-picks {
		padding: 0 15px;
	}

	#product-categories .swiper-pagination {
		display: block;
		position: static;
	}

	#product-categories.two-row .swiper-pagination-bullet {
		margin: 0 4px;
	}

	#product-categories.two-row {
		padding: 20px 0;
	}

	.swiper-container-two {
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
	}

	.swiper-wrapper-two {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		-o-transition-property: transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

	.swiper-slide-two {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.swiper-slide-two {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 100%;
		height: 100%;
		position: relative;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		-o-transition-property: transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
	}

	#shop-all .categories-title {
		font-size: 30px;
		padding: 0 15px;
	}

	#find {
		margin-bottom: 0;
	}

	#shop-all .container {
		width: 1270px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#find .left {
		padding-left: 15px;
	}

}

@media screen and (max-width:991px) {

	#shop-all #breadcrumb {
		padding: 0;
		margin: 15px 0;
	}

	#shop-all .categories-title {
		font-size: 28px;
	}

	#find p {
		font-size: 18px;
		margin-bottom: 0;
	}

	#find h3 {
		font-size: 24px;
	}

}

@media screen and (max-width:767px) {
	#shop-all .home-products {
		padding-bottom: 0;
	}

	#shop-all .home-products .container >.title {
		font-size: 24px;
	}

	#top-picks .pick-item:nth-child(2n+3) {
		clear: left;
	}

	#shop-all .categories-title {
		font-size: 18px;
		padding: 15px 15px 0 15px;
		margin-bottom: 30px;
	}

	#find {
		margin-top: 0;
	}

	#find a {
		font-size: 16px
	}

	#find h3 {
		font-size: 20px;
	}

	#find .inner {
		padding-top: 45px;
		padding-bottom: 0;
	}

}

@media screen and (max-width:600px) {
	#find .inner {
		padding-top: 0;
	}

	#find .right {
		display: none;
	}

	#find .left {
		width: 100%;
		padding: 30px 15px 30px 15px;
	}

}

@media screen and (max-width:480px) {
	#find a {
		font-size: 14px;
	}

	#find p {
		font-size: 14px;
		margin-bottom: 0;
		margin: 5px 0;
	}

	#find h3 {
		font-size: 16px;
	}

	#find {
	}

	#find .left {
		text-align: center;
	}

}

#banner-tbyb {
	background-image: url(../images/tbyb/banner-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: left;
	font-size: 0;
	padding: 20px 0 15px 0;
}

#banner-tbyb .container {
	width: 1396px;
	max-width: 100%;
}

#banner-tbyb .left {
	width: 37.5%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	padding-right: 25px;
}

#banner-tbyb .right {
	width: 62.5%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	padding-right: 115px;
}

#banner-tbyb .right p {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#banner-tbyb .right a {
	display: inline-block;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
	width: 230px;
	height: 60px;
	background-color: #fff;
	color: #ed1c24;
	font-size: 19.47px;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	font-weight: 900;
	line-height: 60px;
	margin-top: 0;
	margin-left: 35px;
	text-transform: uppercase;
	vertical-align: top;
}

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

#banner-tbyb .right p {
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	margin: 0;
	line-height: 1;
	font-style: italic;
	font-size: 26.25px;
	color: white;
	font-weight: 400;
}

#banner-tbyb .right strong {
	font-weight: 800;
	font-style: italic;
	font-size: 37.64px;
}

#banner-golden {
	padding: 25px 0 27px 0;
	background-image: url(../images/golden/banner-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0 50%;
	background-size: cover;
	font-size: 0;
	max-width: 100%;
	margin-top: 0;
}

#banner-golden .container {
	width: 1095px;
	max-width: 100%;
}

#banner-golden .left {
	width: 70%;
	display: inline-block;
	vertical-align: middle;
}

#banner-golden .left .title {
	font-size: 75.88px;
	color: #ec2027;
	font-family: 'Gotham-Black';
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: -2px;
}

#banner-golden .left .title img {
	margin: 0 -10px;
	vertical-align: bottom;
	position: relative;
	top: -3px;
}

#banner-golden .left .subtitle {
	font-size: 16.03px;
	color: #000000;
	font-family: 'Gotham-Book';
}

#banner-golden .left .subtitle strong {
	font-family: 'Gotham-Black';
	color: #ec2027;
	font-weight: 400;
	font-size: 22.07px;
}

#banner-golden .right {
	width: 30%;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}

#banner-golden .right a {
	display: inline-block;
	width: 265px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background-color: #ec2027;
	max-width: 100%;
	font-size: 15.96px;
	font-family: 'Gotham-Black';
	text-decoration: none;
}

@media screen and (max-width:1199px) {
	#banner-golden {
		margin-top: 0;
	}

}

@media screen and (max-width:991px) {

	#banner-golden .left .title {
		font-size: 46px;
	}

	#banner-golden .left .title img {
		margin: 0 -10px 0 -3px;
		width: 45px;
	}

}

@media screen and (max-width:767px) {
	#banner-golden .left .title img {
		margin: 0 -5px;
		width: 42px;
	}

	#banner-golden .left,
	#banner-golden .right {
		width: 100%;
		display: block;
		text-align: left;
	}

	#banner-golden .right {
		margin-top: 15px;
	}

}

@media screen and (max-width:480px) {
	#banner-golden .left .title {
		font-size: 30px;
	}

	#banner-golden .left .title img {
		margin: 0;
		width: 32px;
		top: 0;
	}

	#banner-golden .left .subtitle strong {
		display: block;
		font-size: 18px;
	}

	#banner-golden .left .subtitle {
		font-size: 14px;
	}

}

.stars-cta {
	padding: 20px 20px 5px 20px;
	background-image: url(../images/rate-stars.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	text-decoration: none;
	background-color: #216278;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.stars-cta .title {
	font-size: 44px;
	color: #ffffff;
	font-family: 'boogaloo';
}

.stars-cta a:not(:hover) .hover,.stars-cta a:hover .default {
	display: none;
}

.stars-cta a img {
	max-width: 100%;
}

.stars-cta hr {
	margin: 7px 0 5px 0;
	border-color: #ffffff;
}

.new-products {
	font-size: 0;
	padding-bottom: 80px;
	text-align: center;
	padding-top: 30px;
}

.new-products .product-item {
	display: inline-block;
	vertical-align: bottom;
	width: 20%;
}

.new-products .product-item figure {
	position: relative;
}

.new-products .product-item .image {
	margin-bottom: 5px;
}

.new-products .product-item img {
	max-width: 100%;
	height: auto;
}

.new-products .product-item .title {
	font-size: 12px;
	color: #673439;
	width: 150px;
	max-width: 100%;
	margin: 0 auto 0 auto;
	font-weight: 400;
	line-height: 1.2;
}

.new-products .product-item figcaption {
}

.new-products .product-item figcaption a {
}

.new-products .product-item .category {
	margin-top: 25px;
}

.new-products .product-item .category a {
	font-size: 16px;
	font-weight: 700;
	color: #20657c;
}

.new-products  .product-price {
	font-size: 49px;
}

.new-products  .product-price span {
	font-size: 24.5px;
}

.new-products .product-price span > span {
	font-size: 12px;
	left: 1px;
}

.new-products .container {
	width: 1130px;
}

.new-products .product-item figure figcaption {
	opacity: 0;
	visibility: hidden;
}

.new-products .product-item figure figcaption a {
	display: block;
	position: absolute;
	bottom: 80px;
	margin-top: 0;
	left: 50%;
	width: 185px;
	text-align: center;
	margin-left: -87.5px;
	background: #20657c;
	color: white;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	line-height: 52px;
	padding: 0 15px;
	display: inline-block;
	-webkit-box-shadow: 0 1px 1px 0 #20657c;
	box-shadow: 0 1px 1px 0 #20657c;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.new-products .product-item figure:hover > div {
	opacity: 0.5;
}

.new-products .product-item figure:hover figcaption {
	opacity: 1;
	visibility: visible;
}

.container.careers {
	width: 1097px;
}

.container.careers h2 {
	margin-bottom: 20px;
	margin-top: 0;
}

.container.careers .inner > p {
	width: 845px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 60px;
}

.container.careers .inner {
	text-align: center;
	width:
}

.offer {
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 50px;
}

.offer .career-s-title {
	text-align: center;
	position: relative;
	top: -20px;
}

.offer .career-s-title span {
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	z-index: 2;
	font-size: 30px;
	color: #eeb460;
	padding: 0 15px;
	font-weight: bold;
}

.offer .c-icons {
	font-size: 0;
	width: 830px;
	display: inline-block;
	max-width: 100%;
}

.offer .c-icons .wi-item {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	line-height: 1;
}

.offer .c-icons .wi-item:not(:nth-child(3n+3)) {
	margin-right: 75px;
}

.offer .c-icons .wi-item:nth-child(1) p,
.offer .c-icons .wi-item:nth-child(2) p,
.offer .c-icons .wi-item:nth-child(3) p {
	padding-top: 5px;
}

.offer .c-icons .wi-item img {
	adisplay: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.offer .c-icons .wi-item p {
	display: inline-block;
	vertical-align: middle;
	font-size: 21px;
	color: #000000;
	text-align: left;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}

.career-items-title {
	background-image: url(../images/yellow-bg-new.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #eeb460;
	font-size: 30px;
	padding: 35px 15px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 50px;
	line-height: 1;
}

.career-items {
	font-size: 0;
	text-align: left;
	padding-bottom: 100px;
}

.career-items .c-item {
	width: 50%;
	vertical-align: top;
	display: inline-block;
	font-size: 18px;
	text-align: left;
	padding-right: 15px;
	margin-bottom: 30px;
}

.career-items .c-item .name {
	font-size: 22px;
	font-weight: 800;
	color: #20657c;
	margin-bottom: 25px;
	text-transform: uppercase;
	line-height: 1;
}

.career-items .c-item p {
	line-height: 25px;
	width: 440px;
	margin-bottom: 20px;
	max-width: 100%;
}

.career-items .c-item strong {
	font-weight: bold;
}

.career-items .c-item ul {
	padding: 0;
	width: 440px;
	max-width: 100%;
	margin: 0 0 40px 0;
}

.career-items .c-item ul li {
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #000000;
	padding-left: 15px;
	list-style-type: none;
	position: relative;
	margin: 0;
}

.career-items .c-item ul li:before {
	content: "•";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.career-items .c-item a {
	display: block;
	width: 230px;
	height: 50px;
	line-height: 50px;
	max-width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	background-color: #eeb460;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.career-items .c-item a:hover{
	    text-decoration: none !important;
    color: white;
    background-color: #de9f44;
}
.new-products.home .container {
    width: 1240px;
padding-top: 65px;
}


#after-hero{
	background-color: #20657c;
	background-image: url(../images/blue-left.png), url(../images/blue-right.png);
	background-repeat: no-repeat;
	background-position: 0 0, 100% 0;
	text-align: center;
	margin-top: 0;
	font-size: 0;
}
#after-hero > div{
display: inline-block;
}
#after-hero .left{
	vertical-align: middle;
	width: 500px;
	max-width: 100%;
	text-align: left;
}
#after-hero .center{
	vertical-align: middle;
	width: 265px;
	max-width: 100%;
}
#after-hero .center img{
	margin-top: -58px;
}
#after-hero .right{
	vertical-align: middle;
	text-align: left;
	width: 385px;
	max-width: 100%;
}
#after-hero  .title{
font-size: 40px;
color: #ffffff;
font-family: 'Boogaloo', cursive;
line-height: 1;
margin-bottom: 5px;
}
#after-hero  p{
font-size: 18px;
line-height: 21px;
color: white;
margin: 0 0 10px 0;
}
#after-hero a{
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
color: #ffc574;
}
#after-hero  img{

}





/** hero starts */
#hero {
	background-image: url(../images/new/hero.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0;
	padding: 0 15px;
}

#hero > div:not(.hero-pagination):not(.clearfix) {
	width: 1150px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#hero .left {
	width: calc(100% - 360px);
	height: 485px;
}

#hero .left .inner {
	padding: 55px 0 0 45px;
}

#hero .left .inner h1 {
	font-size: 66.92px;
	color: #000000;
	font-family: 'montserratblack';
	margin: 0;
	line-height: 1;
	letter-spacing: -1px;
	position: relative;
}

#hero .left .inner h1 span {
	font-size: 27.28px;
	color: #000000;
	display: block;
	font-family: 'merriweatherregular';
	padding-left: 15px;
	margin-bottom: -5px;
}

#hero .left .inner .inners {
	font-size: 0;
	line-height: 1;
	margin-top: -5px;
	position: relative;
}

#hero .left .inner .inner-left {
	display: inline-block;
	vertical-align: top;
	font-size: 130.42px;
	color: #ffffff;
	font-family: 'montserratblack';
	line-height: 1;
	padding-right: 10px;
	margin-top: -10px;
	text-shadow: -3px 3px 0 #b54d23;
}

#hero .left .inner .inner-left span {
	display: inline-block;
	vertical-align: super;
	font-size: 75px;
	font-family: 'montserratmedium';
	position: relative;
	top: 10px;
}

#hero .left .inner .inner-right {
	display: inline-block;
	vertical-align: top;
	font-size: 18.18px;
	color: #000000;
	font-family: 'montserratblack';
}

#hero .left .inner .inner-right span {
	font-size: 42.62px;
	margin-top: -5px;
	display: block;
}

#hero .left .inner {
	position: relative;
}

#hero .left .inner:before {
	content: "";
	display: block;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 200px;
	height: 200px;
	background-color: #ee632c;
	position: absolute;
	left: 57px;
	top: 79px;
	z-index: 0;
}

#hero .left .inner:after {
	content: "";
	display: block;
	position: absolute;
	width: 305px;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	right: -28px;
	top: 35px;
	z-index: 2;
	background-image: url(../images/hero-product.png);
}

#hero .left .inner a {
	margin-top: 2px;
}

.yellow-btn {
	display: inline-block;
	font-size: 17.38px;
	color: #000000 !important;
	text-transform: uppercase;
	font-family: 'montserratblack';
	background-color: #ffe100;
	line-height: 1;
	padding: 15px 35px;
}

#hero .right {
	height: 485px;
	width: 360px;
	padding: 45px 0 45px 0;
}

#hero .right .top,
#hero .right .bottom {
	height: calc(50% - 10px);
	background-color: white;
	width: 100%;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}

#hero .right .inner {
	padding: 0 0 0 0;
	height: 100%;
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#hero .right .inner .image{
	width: 180px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
}
#hero .right .inner .price{
font-size: 35px;
font-weight: 800;
color: #20657c;
line-height: 1;
}
#hero .right .inner .price > span{
font-size: 20px;
display: inline-block;
vertical-align: super;
position: relative;
}
#hero .right .inner span > span{
font-size: 10px;
font-weight: 600;
color: #000000;
position: absolute;
bottom: -10px;
left: 2px;
}
#hero .right .inner .content{
	width: calc(100% - 180px);
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}
#hero .right .inner h3{font-size: 18px;font-weight: 800;margin:0;color: #000000;line-height: 1.2;}
#hero .right .inner p{font-size: 15px;line-height: 17px;color: black;margin-bottom: 10px;}
#hero .right .inner a{
font-size: 18px;
text-transform: uppercase;
color: #e29a33;
font-weight: 800;
}
#hero .right .top {
	margin-bottom: 20px;
}


/** hero ends */

@media screen and (max-width:1199px) {
	#hero.spree.golden .right .top:not(.bottom) .inner {
    background-position: 100% 50%;
}
	#hero.golden .left {
		text-align: center;
	}

	.golden-inner .title {
		font-size: 49px;
	}

	.golden-inner .title img {
		margin: 0 -5px;
		top: -5px;
		vertical-align: middle;
	}

	.golden-inner:before {
		width: 75px;
		left: -30px;
		height: 155px;
	}

	.golden-inner:after {
		width: 84.5px;
		height: 152.5px;
		right: -30px;
	}
.golden-inner .title {
    font-size: 39px;
}
#hero.golden .left{
	padding-bottom: 0;
}
}

@media screen and (max-width:600px) {
	#hero.spree.golden .right .inner {
    background-position: calc(100% - 10px)  calc(100% - 10px) ;
}
	.golden-inner:before,
	.golden-inner:after {
		display: none;
	}

	.golden-inner .title {
		font-size: 29px;
	}

	.golden-inner .title img {
		top: 0;
		width: 36px;
	}
	#hero.spree.golden .right .top:not(.bottom) .inner {
    background-position: 100% 95%;
}

#hero.spree.golden .right .bottom:not(.second) .inner {
    background-position: 100% 100%;
}
}

/** golden ticket */


.golden-inner {
	padding: 0 15px;
	position: relative;
	display: inline-block;
	height: 485px;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	left: 30px;
}

.golden-inner .title {
	font-size: 81.23px;
	text-transform: uppercase;
	color: #ec2027;
	font-family: 'Gotham-Black';
	letter-spacing: -2px;
	margin-bottom: 15px;
	line-height: 1;
	margin-top: -10px;
}

.golden-inner .title img {
	margin: 0 -10px;
	position: relative;
	top: 0;
	display: inline-block;
}

.golden-inner .title + img {
	max-width: 100%;
	height: auto;
}

.golden-inner .subtitle {
	font-size: 19.8px;
	color: #000000;
	font-family: 'Gotham-Book';
	margin-top: 20px;
	margin-bottom: 20px;
}

.golden-inner .subtitle strong {
	font-size: 27.51px;
	color: #ec2027;
	display: block;
	font-weight: 400;
	margin-top: -3px;
	font-family: 'Gotham-Black';
}

.golden-inner a {
	height: 58px;
	width: 290px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 58px;
	color: white;
	background-color: #ec2027;
	font-weight: 400;
	text-decoration: none;
	font-family: 'Gotham-Black';
}

@media screen and (max-width:1199px) {
	#hero.spree.golden .right .top:not(.bottom) .inner {
    background-position: 100% 50%;
}
	#hero.golden .left {
		text-align: center;
	}

	.golden-inner .title {
		font-size: 49px;
	}

	.golden-inner .title img {
		margin: 0 -5px;
		top: -5px;
		vertical-align: middle;
	}

	.golden-inner:before {
		width: 75px;
		left: -30px;
		height: 155px;
	}

	.golden-inner:after {
		width: 84.5px;
		height: 152.5px;
		right: -30px;
	}
.golden-inner .title {
    font-size: 39px;
}
#hero.golden .left{
	padding-bottom: 0;
}
}

@media screen and (max-width:600px) {
	#hero.spree.golden .right .inner {
    background-position: calc(100% - 10px)  calc(100% - 10px) ;
}
	.golden-inner:before,
	.golden-inner:after {
		display: none;
	}

	.golden-inner .title {
		font-size: 29px;
	}

	.golden-inner .title img {
		top: 0;
		width: 36px;
	}
	#hero.spree.golden .right .top:not(.bottom) .inner {
    background-position: 100% 95%;
}

#hero.spree.golden .right .bottom:not(.second) .inner {
    background-position: 100% 100%;
}
}

/** golden ticket */

.category-title .container {
	width: 1040px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.category-title {

	/*font-size: 0;*/
	padding: 25px 0 15px 0;
	width: 1035px;
	max-width: 100%;
	margin: 0 auto;
}

.category-title .icon {
	float: left;
	vertical-align: middle;
	width: 155px;
}

.category-title .icon img {
	max-width: 100%;
}

.category-title .content {
	float: left;
	vertical-align: middle;
	width: calc(100% - 155px);
}

.category-title .content h1 {
	
	margin: 0;
	color: #562329;
	text-transform: uppercase;
	font-size: 44px;
	font-family: 'Boogaloo', cursive;
}

.category-title .content p {
	font-size: 16px;
	line-height: 27px;
	margin: 0;
}

#shop-all.category #breadcrumb{
	margin-top: 20px;
	margin-bottom: 0;
}
.categories{
	width: 1035px;
	max-width: 100%;
	font-size: 0;
	margin:0 auto;
	padding-top: 15px;
}
.categories .category-item{
	width: 33.3333%;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
	padding: 0 10px;
}
.categories .category-item a{
display: block;
text-decoration: none;
}
.categories .category-item .image{
	height: 215px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.categories .category-item .title{
font-size: 13.35px;
color: #e1b474;
	background-color: #562329;
	text-align: right;
	line-height: 1;
	padding: 20px 10px 10px 10px;
}
.categories .category-item .title span{
	display: block;
	font-size: 22.96px;
	text-transform: uppercase;
	font-family: 'Boogaloo', cursive;

}
.categories .category-item  a:hover .title{
	color: white;
}
#category hr{
	width: 1015px;
	border-color: #f0f0f0;
	max-width: 100%;
	margin:20px auto 0 auto;
}
.category-about{
		width: 985px;
	margin:35px auto 0 auto;
	padding: 0 15px;
	max-width: 100%;
	padding-bottom: 55px;
}
div[role="main"] .category-about p{
font-size: 16px;
line-height: 20px;
margin:0 0 20px 0;
width: 790px;
max-width: 100%;
}
.category-about p strong{
font-weight: 800;
}
.category-about a{
font-size: 16px;
font-weight: bold;
color: black;
}
.category-about a img{
width: 5px;
height: auto;
display: inline-block;
margin-left: 5px;
}


/** rate starts */
#rate .inner .stars ul {
	font-size: 0;
	margin-top: 35px;
	padding: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#rate.submitted .inner .stars ul,
#rate.submitted .inner .stars ul li,
#rate.submitted .inner .stars ul li a {
	pointer-events: none;
}

#rate  .inner .stars ul li {
	margin: 0 20px;
	vertical-align: middle;
	padding: 0;
	padding-left: 0;
	padding-right: 0;
}

#rate  .inner .stars ul li a {
	display: block;
	position: relative;
	width: 93px;
	height: 91px;
}

#rate  .inner .stars ul li a img.to-hover {
	position: absolute;
	left: 0;
	top: 0;
}

#rate .stars ul li:nth-child(1) a {
	-webkit-animation-delay: 0s;
}

#rate .stars ul li:nth-child(2) a {
	-webkit-animation-delay: 0.15s;
}

#rate .stars ul li:nth-child(3) a {
	-webkit-animation-delay: 0.3s;
}

#rate .stars ul li:nth-child(4) a {
	-webkit-animation-delay: 0.45s;
}

#rate .stars ul li:nth-child(5) a {
	-webkit-animation-delay: 0.6s;
}

#rate .stars ul li.shake:nth-child(1) a img {
	-webkit-transition-delay: 0s; /* Safari */
	transition-delay: 0s;
}

#rate .stars ul li.shake:nth-child(2) a img {
	-webkit-transition-delay: 0.15s; /* Safari */
	transition-delay: 0.15s;
}

#rate .stars ul li.shake:nth-child(3) a img {
	-webkit-transition-delay: 0.3s; /* Safari */
	transition-delay: 0.3s;
}

#rate .stars ul li.shake:nth-child(4) a img {
	-webkit-transition-delay: 0.45s; /* Safari */
	transition-delay: 0.45s;
}

#rate .stars ul li.shake:nth-child(5) a img {
	-webkit-transition-delay: 0.6s; /* Safari */
	transition-delay: 0.6s;
}

#rate .stars  ul li:not(.clicked) img.to-hover,
#rate.loaded .stars .loaded ul li img.outline,
#rate  .stars.loaded ul li img.outline,
#rate:not(.done) .stars  ul li img.to-load {
	opacity: 0;
	visibility: hidden;
}
#rate.click .bg{
	    padding-bottom: 115px;
}
#rate.click.star-5 .bg{
	padding-bottom: 90px;
}
#rate .stars ul li.shake a  img.to-hover {
	opacity: 1;
	visibility: visible;
}

#rate .stars ul li.shake a .outline,
#rate .stars ul li.clicked a .outline {
	visibility: hidden;
	opacity: 0;
}

#rate .stars ul li.shake a {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.2s;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes spaceboots {
	0% {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	,
	a
	100% {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

}

#rate .title {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	padding: 75px 15px 75px 15px;
}

#rate .title h1 {
	font-size: 60px;
	color: #20657c;
	line-height: 1;
	margin: 0 0 20px 0;
	font-family: 'Boogaloo', cursive;
}

#rate .title h1 strong {
	display: block;
	font-size: 112px;
	font-weight: 800;
	margin-top: 0;
}

#rate .title p {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin: 0;
}

#rate.click .title p {
}

#rate #rate-form {
	font-size: 0;
	width: 890px;
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 0 0 0;
	font-size: 0;
}
#rate #rate-form > div{
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 10.5px);

}
#rate #rate-form > div:not(:nth-child(4)){margin-right: 14px;}
#rate #rate-form input:not([type="submit"]) {
}

#rate #rate-form select {
	background-image: url(../images/icon-select.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
}

#rate #rate-form input:not([type="submit"]),#rate #rate-form select,#rate #rate-form .selectric .label {
	display: inline-block;
	vertical-align: middle;
	height: 55px;
	line-height: 55px;
	border: 0px solid #d9d9d9;
	background-color: #ffffff;
	color: #909090;
	padding: 0 20px;
	width: 100%;
	font-size: 18px;
}
#rate #rate-form select::-ms-expand {
    display: none;
}
#rate #rate-form select{
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
#rate .bg{
	background-image: url(../images/rate-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-top: 35px;
	background-size: 100% auto;
	padding-bottom: 170px;
}
#rate #rate-form .select {
	display: inline-block;
	vertical-align: middle;
}

#rate #rate-form .selectric .label {
	margin: 0;
	padding: 0 30px;
	text-align: left;
	font-weight: 400;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-image: url(../images/icon-select.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
	color: #181818;
}

#rate #rate-form input:not([type="submit"])::-webkit-input-placeholder {
	color: #181818;
}

#rate #rate-form input:not([type="submit"])::-moz-placeholder {
	color: #181818;
}

#rate #rate-form input:not([type="submit"]):-ms-input-placeholder {
	color: #181818;
}

#rate #rate-form input:not([type="submit"]):-moz-placeholder {
	color: #181818;
}
#rate #rate-form label{
	display: block;
	font-size: 15px;
	margin:0 0 3px 0;
	color: #ffffff;
	text-align: left;
	font-weight: 400;
}
#rate #rate-form .selectric .button {
	display: none;
}

#rate #rate-form  p {
	font-size: 25.51px;
	line-height: 30.88px;
	color: #181818;
	margin: 0 0 35px 0;
	font-weight: 400;
}

#rate #rate-form .orange-btn,
#rate .final-form  .orange-btn {
	font-size: 18px;
	font-weight: 800;
	width: 232px;
	height: 55px;
	line-height: 55px;
	color: white;
	border: 0;
	border-radius: 3px;
	background: #f6b14c;
	margin-top: 20px;
}

#rate .after-form h1 {
	font-size: 72px;
	color: #f9e331;
	margin: 0;
	font-family: 'Boogaloo', cursive;
	font-weight: 400;
}

#rate .after-form p {
	font-size: 21px;
	line-height: 28px;
	color: white;
	margin: 20px 0 30px 0;
}

#rate .final-form {
	padding-bottom: 0;
}

#rate .final-form  label {
	font-size: 21px;
	line-height: 1;
	color: #f9e332;
	display: block;
	margin: 0 0 15px 0;
	font-weight: 600;
}

#rate .final-form  textarea {
	width: 555px;
	max-width: 100%;
	height: 120px;
	padding: 15px;
	display: block;
	margin: 0 auto;
	color: #909090;
	font-size: 18px;
	border: 0;
	background-color: #ffffff;
}

#rate .final-form .orange-btn {
	margin-top: 25px;
}

#rate .to-slide .step:not([rel="0"]) {
	padding: 30px 0 0 0;
}

#rate .star-social {
	width: 700px;
	max-width: 100%;
	margin: 0 auto 0 auto;
	padding-bottom: 0;
}

#rate .star-social ul {
	padding: 0;
	margin: 0;
	font-size: 0;
}

#rate .star-social ul li {
	width: 50%;
	padding: 0 5px;
}

#rate .star-social ul li:nth-child(1) a {
	background-color: #3b5998;
}

#rate .star-social ul li a i {
	font-size: 69.5px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	color: white;
}

#rate  .star-social ul li a p {
	vertical-align: middle;
	display: inline-block;
	font-size: 20px !important;
	line-height: 29px !important;
	color: white !important;
	width: calc(100% - 140px) !important;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
}

#rate  .star-social ul li a p span {
	font-size: 29px;
	line-height: 31px;
	display: block;
	font-weight: 800;
}

#rate  .star-social ul li:nth-child(2) a {
	background-color: #dd4b39;
}

#rate  .star-social ul li a {
	display: block;
	font-size: 0;
	text-align: left;
	padding: 10px 15px 10px 55px;
	color: white;
	border: 1px solid #ffffff;
}

#rate .star-social ul li:before {
	display: block;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 339px;
	height: 229px;
	background-image: url(../images/star-li@2x.png);
	margin-bottom: -25px;
}

#rate .to-slide .step[rel="5"]  .after-form p {
	margin-top: 20px;
}

#rate .to-slide .step[rel="5"] {
	background-repeat: no-repeat;
	background-size: auto 155px;
	position: relative;
	background-position: center 0;
}

#rate .to-slide .step[rel="5"] .after-form h1 {
}

#rate .to-slide .step[rel="5"]:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -15px;
	height: 155px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 65% 0;
	background-image: url(../images/confetti@2x.png);
	background-size: inherit;
	pointer-events: none;
}

/** rate ends */








.coupon-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.61);
	padding: 30px 15px;
	z-index: 99;
	overflow: auto;
}

html.ios .coupon-modal {
	position: absolute;
}

.coupon-modal .inner {
	width: 780px;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	background-image: url(../images/coupon-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: cover;
	padding: 25px 0;
}

.coupon-modal .inner h1 {
	font-size: 58.22px;
	line-height: 60.95px;
	margin: 0 0 20px  0;
	color: white;
	text-align: center;
	font-family: 'Boogaloo', cursive;
}

.coupon-modal .inner h2 {
	font-size: 24.63px;
	color: #ffffff;
	margin: 0 0 25px 0;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
}

.coupon-modal .inner h2 strong {
	display: block;
	font-weight: bold;
	margin-top: 8px;
}

.coupon-modal .inner form > div {
	width: 50%;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
}

.coupon-modal .inner form > div input {
	width: 100%;
	background-color: white;
	text-align: left;
	height: 50px;
	border: 0px solid #d7d7d7;
	font-size: 19px;
	color: #9f9b9b;
	padding: 0 20px;
	margin-bottom: 10px;
}

.coupon-modal .inner form {
	font-size: 0;
	width: 490px;
	max-width: 100%;
	margin: 0 auto;
}

.coupon-modal .inner form  input[type="submit"] {
	width: 220px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 16.48px;
	color: white;
	text-transform: uppercase;
	background-color: #21657c;
	border: 0;
	margin: 15px auto 0 auto;
	font-weight: bold;
	display: block;
}

.coupon-modal .inner form  input[type="submit"] + a {
	font-size: 14.23px;
	color: #000405;
	font-weight: bold;
	display: block;
	margin: 15px auto 0 auto;
	text-align: center;
}
.coupon-modal .close{
	width: 41px;
	height: 41px;
	background-image: url(../images/icon-close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	right:18px;
	top: 18px;
	opacity: 1;
	background-color: transparent;
	color: transparent;
	font-size: 0;
	text-decoration: none;
}