@charset  "utf-8";

@import  "https://fonts.googleapis.com/css?family=Cabin:400,500";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,800);

/*
Theme Name: Sarnia Duty Free
Theme URI: http://www.sarniadutyfree.com
Description: Sarnia Duty Free's WP theme
Version: 1.0
Author: Cipher Interactive
Author URI: http://www.cipherinteractive.com
*/

@font-face {
	font-family: 'DIN Regular';
	src: url(assets/fonts/FF_DIN_Regular.eot);
	src: url(assets/fonts/FF_DIN_Regular.woff) format("woff"),url(assets/fonts/FF_DIN_Regular.ttf) format("truetype"),url(assets/fonts/FF_DIN_Regular.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Medium';
	src: url(assets/fonts/FF_DIN_Medium.eot);
	src: url(assets/fonts/FF_DIN_Medium.woff) format("woff"),url(assets/fonts/FF_DIN_Medium.ttf) format("truetype"),url(assets/fonts/FF_DIN_Medium.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Bold';
	src: url(assets/fonts/FF_DIN_Bold.eot);
	src: url(assets/fonts/FF_DIN_Bold.woff) format("woff"),url(assets/fonts/FF_DIN_Bold.ttf) format("truetype"),url(assets/fonts/FF_DIN_Bold.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Condensed Regular';
	src: url(assets/fonts/FF_DIN_Condensed_Regular.eot);
	src: url(assets/fonts/FF_DIN_Condensed_Regular.woff) format("woff"),url(assets/fonts/FF_DIN_Condensed_Regular.ttf) format("truetype"),url(assets/fonts/FF_DIN_Condensed_Regular.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	outline: none;
	list-style: none;
	border: none;
	vertical-align: baseline;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

:focus {
	outline: none;
}

a,.entry p span {
	text-decoration: none;
	color: #c50044;
}

a:hover {
	color: #00abcc;
}

a:active,a:focus {
	outline: none;
}

img {
	border: none;
}

strong,h4,h5,h6,#header .menu li a,#header-description,#footer-contact-info p,#footer-menu li p,#top-bar-wrapper p,#page-submenu li a,#products-category-menu li a,.product-cat-content h1,#footer-map-link h5 strong,.home-button {
	font-family: 'DIN Bold','DIN Regular',Arial,Helvetica,sans-serif;
	font-weight: 400;
}

#footer-services-info ul li p,.home-product .home-product-content h1,.home-product .home-product-content .reg small,.product-cat .home-product .home-product-content .home-product-price-wrapper h5,.product-cat-content p,#footer-map-link h5 {
	font-family: 'DIN Medium','DIN Regular',Arial,Helvetica,sans-serif;
	font-weight: 400;
}

/* COMMOM CLASSES */

/* :before and :after definitions taken from http://html5boilerplate.com
based on this http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified/ */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }

/* but don't use zoom: 1 as the boilerplate does, because it's not valid
as described here: http://colinaarts.com/articles/float-containment/ */
.clearfix { display: inline-block; }
.clearfix { display: block; }

.bg-dark-gray {
	background-color: #231f20;
}

.bg-red {
	background-color: #c50044;
}

.red {
	color: #c50044;
}

.wrapper {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.full-width-wrapper {
	width: 100%;
	float: left;
}

.centered-wrapper {
	width: 980px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.right-aligned {
	float: right !important;
}

a.alt-bg:hover strong {
	background: #ffffff !important;
	color: #c50044 !important;
}

.alt-bg strong {
	background: #c50044;
	color: #ffffff !important;
}

/* ELEMENTS WITH TRANSITION EFFECT */
a,input[type='submit'],#home-slides-wrapper .home-slide .home-slide-content strong,#products-category-menu li a span {
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

/* --------------------------------------------- WRAPPERS --------------------------------------------- */
html,body {
	height: 100%;
}

body {
	background: #EEE;
	font: 100%/1.5 'DIN Regular',Arial,Helvetica,sans-serif;
	color: #404041;
}

body.home {
	background: #FFF;
}

#global-wrapper {
	height: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -470px;
	position: relative;
	overflow: hidden;
	font-size: 14px;
}

/* --------------------------------------------- HEADER AREA --------------------------------------------- */
#header-wrapper,#header {
	height: 100px;
	background: #c50044;
}

.logo,.logo a {
	width: 234px;
	height: auto;
	float: left;
	position: relative;
	z-index: 2;
}

.logo {
	margin: 0 0 0;
}

#menu-trigger,.icon,#social-networks li a,#products-pdf-button:before,#page-submenu li.page-canadian-residents-returning-to-canada a:before,#page-submenu li.page-american-residents-returning-to-the-u-s a:before {
	background: url(assets/images/sprites.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -99999px;
}

#header-description {
	/*float: left;*/
	margin: 0;
	font-size: 18px;
	line-height: 100px;
	text-transform: uppercase;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
}

#menu-trigger {
	width: 46px;
	height: 35px;
	float: right;
	margin: 33px 0 0;
	background-position: 0 -80px;
	position: relative;
	z-index: 2;
}

#menu-trigger:hover,#footer-menu li a:hover,#social-networks li a:hover {
	filter: alpha(opacity=70);
	-webkit-opacity: .7;
	-moz-opacity: .7;
	-ms-opacity: .7;
	-o-opacity: .7;
	opacity: .7;
}

#header .menu {
	width: 500px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 100px;
	display: none;
	background: rgba(35,31,32,0.9);
	overflow: hidden;
	z-index: 999;
}

#header .menu li,#header .menu li a {
	width: 100%;
	float: left;
}

#header .menu li a {
	padding: 20px 10px;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}

#header .menu li a:hover {
	background: rgba(255,255,255,0.3);
}

#top-bar-wrapper {
	height: 40px;
	background: #000;
	text-align: center;
}

#top-bar-center {
	display: inline-block;
}

#top-bar-wrapper p {
	float: left;
	font-size: 11px;
	line-height: 40px;
	text-transform: uppercase;
	color: #FFF;
}

#top-bar-wrapper p span {
	float: left;
}

#top-bar-wrapper p span.with-ml {
	margin-left: 3px;
}

#top-bar-wrapper p a {
	padding: 3px 5px;
	border: 1px solid #FFF;
	color: #FFF;
}

#top-bar-wrapper p a:hover {
	border-color: #c50044;
	color: #c50044;
}

#top-bar-wrapper .divisor {
	width: 1px;
	height: 20px;
	float: left;
	margin: 10px 20px;
	background: #FFF;
}

#top-bar-wrapper .icon {
	float: left;
	margin: 10px 3px 0;
}

#top-bar-wrapper .icon.small-car {
	width: 23px;
	height: 13px;
	margin: 14px 6px 0;
	background-position: -104px -139px;
}

#top-bar-wrapper .icon.small-truck {
	width: 23px;
	height: 14px;
	margin: 14px 6px 0;
	background-position: -104px -160px;
}

#top-bar-wrapper .icon.camera {
	width: 17px;
	height: 16px;
	background-position: -83px -139px;
}

#top-bar-wrapper .icon.money {
	width: 18px;
	height: 18px;
	margin-top: 13px;
	background-position: -83px -162px;
}

#top-bar-wrapper .icon.weather {
	width: 20px;
	height: 21px;
	background-position: -81px -185px;
}

#products-category-menu {
	height: 65px;
	background: #c50044;
	text-align: center;
}

#products-category-menu li {
	display: inline-block;
}

#products-category-menu li a {
	padding: 0 50px;
	float: left;
	font-size: 17px;
	text-transform: uppercase;
	color: #FFF;
}

#products-category-menu li a span {
	padding: 3px 10px;
	float: left;
	margin: 15px 0 0;
	border: 1px solid #c50044;
}

#products-category-menu li a:hover span,#products-category-menu li.current a span {
	border-color: #FFF;
}

#page-submenu {
	height: 80px;
	/*background: #c50044;*/
}

#page-submenu li {
	background: #EDEDEE;
}

#page-submenu li,#page-submenu li a {
	float: left;
}

#page-submenu li a {
	width: 100%;
	height: 80px;
	/*padding: 22px 20px 0;*/
	line-height: 80px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
}

#page-submenu li a:hover {
	background: #a8013a;
}

#page-submenu li.active a {
	background: #c50044;
	color: #FFF;
}

#page-submenu.children-2 li {
	width: 50%;
	max-width: 50%;
}

#page-submenu.children-3 li {
	width: 33.3%;
	max-width: 33.3%;
}

#page-submenu.children-4 li {
	width: 25%;
	max-width: 25%;
}

#page-submenu.children-5 li {
	width: 20%;
	max-width: 20%;
}

#page-submenu li.page-canadian-residents-returning-to-canada a,#page-submenu li.page-american-residents-returning-to-the-u-s a {
	padding-left: 100px;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	text-align: left;
	line-height: 120%;
}

#page-submenu li.page-canadian-residents-returning-to-canada a:before,#page-submenu li.page-american-residents-returning-to-the-u-s a:before {
	content: "";
	width: 68px;
	height: 34px;
	position: absolute;
	left: 15px;
	top: 23px;
	background-position: -187px 0;
}

#page-submenu li.page-american-residents-returning-to-the-u-s a:before {
	width: 60px;
	height: 32px;
	background-position: -187px -44px;
}

.exit-menu {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.exit-menu.hide {
	display: none;
}

/* --------------------------------------------- FOOTER AREA --------------------------------------------- */
#footer-push {
	height: 470px;
}

#footer-wrapper {
	height: 470px;
	position: relative;
	/*background: #c50044;*/
	z-index: 9;
}

#footer-store-img,#footer-info {
	width: 35%;
	height: 370px;
	float: left;
	position: relative;
	overflow: hidden;
}

#footer-map-link {
	width: 35%;
	height: 370px;
	float: left;
	position: relative;
	overflow: hidden;
}

#footer-store-img img {
	width: 100%;
	height: auto;
	float: left;
}

#footer-store-img {
	min-height: 370px;
}

#footer-store-img:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: 55px;
	border-style: solid;
	border-width: 32.5px 30px 32.5px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 1;
}

#footer-map-link:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 50px;
	border-style: solid;
	border-width: 32.5px 0 32.5px 30px;
	border-color: transparent transparent transparent #c50044;
	z-index: 1;
}

#footer-info {
	width: 30%;
}

#footer-info h4 {
	font-size: 18px;
	text-transform: uppercase;
}

#footer-info h4,#footer-contact-info p,#footer-services-info ul,#footer-services-info ul li,#footer-menu li p {
	width: 100%;
	float: left;
}

#footer-contact-info,#footer-services-info {
	width: 100%;
	height: 185px;
	padding: 25px;
	float: left;
}

#footer-contact-info,#footer-contact-info a {
	color: #FFF;
}

#footer-contact-info a:hover {
	color: #6a0025;
}

#footer-contact-info p {
	margin: 15px 0 0;
	font-size: 15px;
	line-height: 1;
}

#footer-contact-info p.smaller-mt {
	margin: 5px 0 0;
}

#footer-contact-info p span {
	margin: 0 0 0 5px;
}

#footer-contact-info p .icon {
	width: 16px;
	height: 13px;
	float: left;
}

#footer-contact-info p .icon.phone {
	background-position: -52px -170px;
}

#footer-contact-info p .icon.mail {
	background-position: -52px -189px;
}

#footer-services-info {
	background: #FFF;
	color: #c50044;
}

#footer-services-info ul,#footer-services-info ul li {
	margin: 8px 0 0;
}

#footer-services-info ul li .icon {
	width: 23px;
	height: 16px;
	float: left;
}

#footer-services-info ul li .icon.washrooms {
	background-position: -134px -156px;
}

#footer-services-info ul li .icon.coffee {
	background-position: -160px -156px;
}

#footer-services-info ul li .icon.parking {
	background-position: -134px -177px;
}

#footer-services-info ul li .icon.wifi {
	background-position: -161px -177px;
}

#footer-services-info ul li p {
	float: left;
	margin: 0 0 0 10px;
	font-size: 17px;
	line-height: 1;
	text-transform: uppercase;
}

#footer-map-link h5 {
	width: 100%;
	padding: 35px 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #231f20;
	font-size: 28px;
	text-transform: uppercase;
	color: #FFF;
}

#footer-map-link h5 strong {
	font-size: 36px;
}

#lower-footer {
	height: 100px;
	background-color: #c50044;
}

#lower-footer .logo {
	margin: 0;
}

#map {
	height: 370px;
	max-height: 100%;
}

#footer-menu {
	float: left;
	margin: 0 0 0 60px;
}

#footer-menu li,#footer-menu li a {
	height: 100px;
	float: left;
	color: #FFF;
}

#footer-menu li {
	margin: 0 15px;
	text-align: center;
}

#footer-menu li p {
	font-size: 14px;
	text-transform: uppercase;
}

#footer-menu li .icon {
	height: 27px;
	margin: 25px 0 8px;
	display: inline-block;
}

#footer-menu li .icon.products {
	width: 20px;
	background-position: 0 -125px;
}

#footer-menu li .icon.allowances {
	width: 23px;
	padding: 2px 0;
	background-position: -52px -139px;
}

#footer-menu li .icon.crossing {
	width: 34px;
	padding: 2px 0;
	background-position: 0 -190px;
}

#footer-menu li .icon.pin {
	width: 16px;
	padding: 2px 0;
	background-position: -26px -125px;
}

#footer-menu li .icon.blank {
	width: 20px;
	height: 27px;
	background-position: -197px -125px;
}

#social-networks {
	float: right;
}

#social-networks li {
	float: left;
	margin: 66px 0 0;
}

#social-networks li:nth-child(2) {
	margin: 62px 0 0 40px;
}

#social-networks li .icon.twitter {
	width: 21px;
	height: 17px;
	float: left;
	background-position: 0 -160px;
}

#social-networks li .icon.facebook {
	width: 12px;
	height: 22px;
	float: left;
	background-position: -27px -160px;
}

/* --------------------------------------------- SIDEBAR AREA --------------------------------------------- */
#sidebar {
	width: 300px;
	float: right;
}

#sidebar.entry {
	padding: 0;
}

#sidebar.entry p {
	padding: 0;
	margin: 0;
}

#sidebar.entry img {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
	/*float: left;*/
}

/* --------------------------------------------- CONTENT AREA --------------------------------------------- */
#content-inner-wrapper {
	padding: 55px 0;
	background: #FFF;
}

#content {
	width: 680px;
	float: left;
}

.msg-info {
	float: left;
	margin: 10px 0 0;
}

/* ------------- SINGLE CONTENT -------------- */
.entry {
	width: 100%;
	float: left;
}

.entry p {
	padding: 0 30px;
}

.entry p,.entry .video-iframe,.entry .gmaps-iframe {
	margin-top: 20px;
}

.entry ul,.entry ol {
	padding: 10px 30px 5px 30px;
}

.entry ul li,.entry ol li {
	list-style: inside;
}

.entry ol li {
	list-style-type: decimal;
}

.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {
	margin: 20px 0 10px;
}

.entry blockquote {
	padding: 10px 20px 20px;
	position: relative;
	margin-top: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f5f5f5;
	font-style: italic;
}

.entry blockquote:before {
	content: "“";
	position: absolute;
	left: 9px;
	top: 0;
	font: 60px Georgia,"Times New Roman",Times,serif;
	color: #DDD;
	z-index: 0;
}

.entry blockquote:after {
	content: "”";
	position: absolute;
	right: 9px;
	bottom: -34px;
	font: 60px Georgia,"Times New Roman",Times,serif;
	color: #DDD;
	z-index: 0;
}

.entry blockquote p {
	position: relative;
	margin: 10px 0 0;
	z-index: 1;
}

.entry .wp-caption {
	max-width: 100%;
	padding: 7px;
	margin-top: 17px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ebebeb;
}

.entry .wp-caption img {
	max-width: 100%;
}

.entry .wp-caption p {
	margin: 5px 0 0;
	text-align: center;
}

.entry #post-gallery {
	width: 100%;
	margin: 15px 0 0;
	display: inline-block;
	text-align: center;
}

.entry table {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

.entry table td {
	padding: 7px;
}

.entry table thead {
	background: #333;
	font-weight: 700;
	color: #FFF;
}

.entry table tbody tr:nth-child(2n) {
	background: #EEE;
}

.entry table tbody tr td:first-child {
	text-align: left;
}

.entry .accordion,.entry .accordion .accordion-title,.entry .accordion .accordion-content,.entry .accordion .accordion-title span small {
	width: 100%;
	float: left;
}

.entry .accordion {
	margin: 0 0 60px 0;
	border: 1px solid #c50044;
}

.entry .accordion .accordion-content p {
	margin-top: 0;
	margin-bottom: 30px;
}

.entry .accordion-title.open {
	padding-bottom: 0 !important;
}

.entry .accordion .accordion-title {
	padding: 30px;
	margin: 0;
	border-top: 1px solid #c50044;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.entry .accordion .accordion-title span {
	float: right;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	color: #c50044;
}

.entry .accordion .accordion-title span small {
	display: block;
	margin-top: 5px;
	font-size: 9px;
}

.entry .accordion .accordion-title span:last-child {
	clear: right;
}

.entry #accordion-1-t1 {
	border-top: none;
}

.entry .alignright {
	float: right;
	margin: 10px 0 2px 10px;
}

.entry .alignleft {
	float: left;
	margin: 10px 10px 2px 0;
}

.entry .centered,.entry .aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.entry img {
	max-width: 100%;
	height: auto;
	margin: 0;
}

.entry img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.entry img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.entry .accordion {
	border-top: none;
	border-left: none;
	border-right: none;
}

/* TN3 GALLERY */
.tn3-gallery,.tn3-image,.tn3-controls-bg,.tn3-albums,.tn3-inalbums {
	width: 640px;
}

.tn3-thumbs {
	width: 486px;
}

.tn3-gallery {
	height: 425px;
	background-color: #000;
}

.tn3-image {
	height: 378px;
}

.tn3-albums {
	height: 425px;
}

.tn3-inalbums {
	height: 380px;
}

/* ARCHIVE */
.post {
	width: 100%;
	padding: 25px 0;
	float: left;
}

.post .post-title,.post .post-meta {
	width: 100%;
	float: left;
	margin: 0 0 5px;
}

.post .post-title {
	font-size: 20px;
}

.post .post-meta {
	font-size: 11px;
}

/* PAGINATION */
.numeric-pagination {
	margin: 30px 0 0;
	text-align: center;
}

.numeric-pagination a,.numeric-pagination span {
	padding: 5px;
	display: inline-block;
	font-weight: 700;
}

/* --------------------------------------------- HOME --------------------------------------------- */
.slides_container {
	background: url(assets/images/bg-slider.jpg) center center no-repeat #c8c6c0;
}

.flexslider {
	border: none !important;
	margin: 0 !important;
}

.flexslider,
.flexslider .slides {
	max-height: 480px;
}

.flex-direction-nav {
	display: none;
}

.flex-control-nav {
	bottom: 45px !important;
	z-index: 2;
}

.flexslider .slides img {
	max-width: 100%;
	width: auto !important;
	margin: auto;
}

#home-slides-wrapper,#home-slides-wrapper .home-slide {
	position: relative;
	/*height: 480px;*/
}

#home-slides-wrapper .home-slide a {
	display: block;
	z-index: 999;
	/*margin: 160px 0 0 0;*/
	text-align: center;
	width: 100%;
	left: 0;
}

#home-slides-wrapper .home-slide .home-slide-content {
	width: 400px;
	position: absolute;
	left: 50%;
	top: 100px;
	margin: 0 0 0 -200px;
	text-align: center;
	z-index: 9;
}

#home-slides-wrapper .home-slide .home-slide-content p,#home-slides-wrapper .home-slide .home-slide-content h1 {
	font-family: 'Cabin','DIN Medium',Arial,sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #231f20;
	float: none;
}

#home-slides-wrapper .home-slide .home-slide-content p {
	font-size: 16px;
}

#home-slides-wrapper .home-slide .home-slide-content p span {
	color: #c50044;
}

#home-slides-wrapper .home-slide .home-slide-content h1 {
	font-size: 36px;
	line-height: 1.15;
	margin-top: 20px;
	margin-bottom: 20px;
}

#home-slides-wrapper .home-slide .home-slide-content h1 > em {
	color: #c50044;
	font-family: 'Pinyon Script', cursive;
	text-transform: lowercase;
	font-size: 50px;
	margin-right: 0;
	margin-left: 12px;
	font-style: normal;
}

#home-slides-wrapper .home-slide .home-slide-content strong {
	padding: 8px 25px;
	display: inline-block;
	border: 1px solid #c50044;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	color: #c50044;
}

#home-slides-wrapper .home-slide .home-slide-content a:hover strong {
	background: #c50044;
	color: #FFF;
}

#home-slides-wrapper .pagination {
	width: 400px;
	position: absolute;
	left: 50%;
	bottom: 75px;
	margin: 0 0 0 -200px;
	text-align: center;
	z-index: 98;
}

#home-slides-wrapper .flex-control-nav li {
	display: inline-block;
	margin: 0 12px;
}

#home-slides-wrapper .flex-control-nav li a {
	width: 15px;
	height: 15px;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #c50044;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent;
	box-shadow: none;
}

#home-slides-wrapper .flex-control-nav li a.flex-active ,#home-slides-wrapper .flex-control-nav li a:hover {
	background: #c50044;
}

.home-button,#home-products .alm-btn-wrap #load-more {
	padding: 5px 15px;
	float: right;
	position: relative;
	margin: 0 0 0 5px;
	border: 1px solid #c50044;
	font-size: 15px;
	text-transform: uppercase;
	color: #c50044;
}

.home-button:hover,#home-products .alm-btn-wrap #load-more:hover {
	background: #c50044;
	color: #FFF;
}

#products-pdf-button {
	padding-left: 32px;
}

#products-pdf-button:before {
	content: "";
	width: 7px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin: -7px 0 0;
	background-position: -107px -180px;
}

#products-pdf-button:hover:before {
	background-position: -117px -180px;
}

#home-products {
	margin: 40px 0 0;
	background: #EEE;
}

.home-product,#home-ad-img, .home-ad-img {
	/*Removed because of slider*/
	/*width: 33.3%;*/
	/*height: 325px;*/
	/*float: left;*/
	/*position: relative;*/
	/*background: #EEE;*/
	/*max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;*/
	/*position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;*/
}

.home-desktop-slider-img{
	display: block;
	margin: auto;
	transform: translateY(100%);
}

.home-mobile-slider-img{
	width: 100%;
	margin: auto;
	display: none;
	margin-top: 78px;
}

.home-flexslider-mobile-image{
	width: 100%;
	margin: auto;
	display: none !important;
}
/* For slider */
/*#home-ad-img{
	width: 100%;
}*/

/** */

.page-product img {
	width: 100% !important;
	height: auto !important;
	min-height: 325px !important;
	float: left !important;
}

.page-product .home-product-content {
	width: 190px !important;
	left: 150px !important;
	top: 60px !important;
	background: none !important;
}

.page-product .home-product-content.bottom-right {
	top: 215px !important;
}

.page-product .home-product-content.top-left {
	left: 30px !important;
}

.page-product .home-product-content.bottom-left {
	left: 30px !important;
	top: 215px !important;
}

.page-product .home-product-content h1 {
	margin: 0 0 10px !important;
	font-size: 12px !important;
	color: #231f20 !important;
	padding: 0 !important;
	text-align: left !important;
}

.page-product .home-product-content span,.page-product .home-product-content strong {
	float: left !important;
	display: block !important;
	text-align: left !important;
	padding: 0 !important;
}

.page-product .home-product-content .price {
	/*margin: 0 15px 0 0 !important;*/
	/*color: #c50044 !important;*/
}

.page-product .home-product-content .price,.page-product .home-product-content .price strong,.page-product .home-product-content .reg,.page-product .home-product-content .reg strong {
	font-family: 'DIN Condensed Regular',Arial,sans-serif !important;
	font-weight: 700 !important;
}

.page-product .home-product-content .price strong {
	margin: 0 2px 0 0 !important;
	font-size: 36px !important;
	line-height: 1 !important;
	letter-spacing: -1px !important;
}

.page-product .home-product-content .price span,.product-cat .page-product .home-product-content .reg span {
	font-size: 19px !important;
	line-height: 1.2 !important;
}

.page-product .home-product-content .price span {
	line-height: 1.3 !important;
}

.page-product .home-product-content .price .currency,.page-product .home-product-content .reg .currency,.product-cat .page-product .home-product-content .reg span .currency {
	float: none !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

.page-product .home-product-content .price .currency,.page-product .home-product-content .reg .currency {
	font-size: 9px !important;
}

.page-product .home-product-content .reg {
	margin: -4px 0 0 !important;
}

.page-product .home-product-content .reg small {
	width: 100% !important;
	float: left !important;
	font-size: 10px !important;
	text-align: center !important;
	text-transform: uppercase !important;
}

.page-product .home-product-content .reg strong {
	margin: 0 2px 0 0 !important;
	font-size: 24px !important;
	line-height: 1 !important;
}

.page-product .home-product-content .reg span {
	font-size: 11px !important;
	line-height: 1.2 !important;
}

/*** */

.home-product img {
	/*width: 100%;*/
	height: auto;
	min-height: 325px;
	float: left;
	position: relative;
	/*z-index: 2;*/
}

.home-product .home-product-content {
	width: 125px; /* changed from 102 to 135 */
	height: 192px;  /* changed from 102 to 215 */
	position: absolute;
	right: 60px;
	top: 0;
	background: #c50044;
}

.home-product .home-product-content.ribbon-top {
	width: 105px;
	top: -8px;
	background: url(assets/images/price-label.png) no-repeat;
	margin-left: 5px;
}

.home-product .home-product-content.bottom-right {
	top: 215px;
}

.home-product .home-product-content.top-left {
	left: 30px;
}

.home-product .home-product-content.bottom-left {
	left: 30px;
	top: 215px;
}

.home-product .home-product-content.ribbon-top h1 {
	padding: 0 5px 0 15px;
}

.home-product .home-product-content h1 {
	margin: 15px 0 15px 0;
	padding: 0 5px 0 5px;
	font-size:16px;   /* changed from 13 to 16*/
	color: #ffffff;
	text-align: center;
	line-height: 1.25;
	margin-bottom: 0px;
}

.home-product .home-product-content.ribbon-top .divider {
	margin-left: 22px;
	margin-right: 0;
	width: 68%;
}

.home-product .home-product-content .divider {
	width: 75%;
	margin: auto;
	/*background: url(assets/images/price-tag-divider.png) center center no-repeat;*/
	height: 2px;
	margin-bottom: 16px;
	border:none;
	margin-left: 25px;
	/*border-bottom: medium dotted #ffffff;  changed from thin to medium*/
}

.home-product .home-product-content hr:before{
	  content: "•••••••";
		letter-spacing: 7px; /* increase space between dots */
 		font-size: 9px; /* increase size of dots */
	  color: white;
}

.home-product-price-wrapper {
	padding: 5px 7px !important;
	margin: 0;
	text-align: right;
}

.home-product .home-product-content span,.home-product .home-product-content strong {
	/*float: left;*/
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}

.home-product .home-product-content .price {
	margin: 0;
	color: #ffffff;
	text-align: right;
}

.home-product .home-product-content .price,.home-product .home-product-content .price strong,.home-product .home-product-content .reg,.home-product .home-product-content .reg strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	/*letter-spacing: -1px;*/
}

.home-product .home-product-content .price strong {
	font-size: 32px;  /* changed from 32 to 40 */
	letter-spacing: -1px;
}

.home-product .home-product-content .price strong,
.product-cat .home-product .home-product-content .reg strong {
	/*margin: 0 2px 0 0;*/
	line-height: 1;
}

.home-product .home-product-content .price span,.product-cat .home-product .home-product-content .reg span {
	font-size: 13px;
}

.home-product .home-product-content .price .currency {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800 !important;
	margin-top: -3px;
}
.home-product .home-product-content .price span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.home-product .home-product-content .price span {
	font-size: 22px;  /* changed from 21 to 34 */
	/*letter-spacing: -1px;*/
	margin-top: -15px;
	text-align: left;
}

.home-product .home-product-content .price .currency,.home-product .home-product-content .reg .currency,.product-cat .home-product .home-product-content .reg span .currency {
	float: none;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
}

.home-product-content .reg .currency {
		color: #e8dad7 !important;

}

.home-product .home-product-content .price .currency,.home-product .home-product-content .reg .currency {
	font-size: 11px;  /* changed from 8 to 11 */
	display: block;

}

.home-product .home-product-content .reg .currency{
	margin-top: 0px !important;
}

.home-product .home-product-content .reg {
	margin: 5px 0 0 0;
}
.home-product .home-product-content.ribbon-top .reg small {
	padding-left: 16px;
}
.home-product .home-product-content .reg small {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #e8dad7;
	width: 100%;
	float: left;
	font-size: 14px;  /* changed from 11 to 14 */
	text-align: left;
	text-transform: uppercase;
	padding-left: 14px;
	line-height: 1;
}

.home-product .home-product-content .reg strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin: 0;
	font-size: 31px; /* changed from 25 to 35 */
	line-height: 1;
	color: #e8dad7; /*changed from #fffff to  #e8dad78*/
	vertical-align: -3px;
}

.home-product .home-product-content .reg span {
	font-size: 20px;  /* changed from 21 to 30 */
	line-height: 1.2;
	color: #e8dad7; /*changed from #ffffff to  #e8dad7*/
	margin-top: -19px;
	text-align: left;
}

.home-product .home-product-content .usd {
	display: none;
}

#home-products .alm-btn-wrap {
	width: 100%;
	float: left;
	padding: 30px 0 0;
	text-align: center;
	background: #FFF;
}

#home-products .alm-btn-wrap #load-more {
	padding: 5px 40px;
	float: none;
	margin: 0;
	display: inline-block;
	border-radius: 0;
	background: #FFF;
	line-height: 1;
}

.accordion-content {
	padding: 0 20px;
}

.accordion-content .row {
	width: 100%;
	padding-top: 20px;
}

.accordion-content .row .col-100 {
	width: 100%;
	float: left;
	padding: 0 5px;
}

.accordion-content .row .col {
	width: 50%;
	float: left;
	padding: 0 5px;
}

.accordion-content .row .col h5 {
	margin: 0;
	font-size: 14px;
	color: #c50044;
}

.accordion-content .row .col hr {
	width: 100%;
	border-bottom: thin solid #c50044;
	padding-top: 10px;
	margin-bottom: 10px;
}

.accordion-content .row .col span {
	font-size: 48px;
	line-height: 100%;
	display: block;
	color: #000000;
}

.accordion-content .row .col sup {
	font-family: 'DIN Bold','DIN Regular',Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 100%;
	vertical-align: 22px;
	color: #000000;
}

.accordion-content .row .col small {
	font-size: 12px;
	line-height: 100%;
	display: block;
	color: #000000;
}


/* --------------------------------------------- PRODUCTS --------------------------------------------- */
.post-type-archive-products #content-inner-wrapper,.tax-product-category #content-inner-wrapper {
	padding: 0;
	margin: 40px 0;
}

.tax-product-category #content-inner-wrapper {
	background: none;
}

.product-cat,.product-cat-content {
	position: relative;
}

.product-cat-img,.product-cat-content {
	width: 50%;
	min-height: 480px;
	float: left;
}

.product-cat-img img {
	width: 100%;
	height: auto;
	/*min-height: 480px;*/
	float: left;
}

.product-cat-content {
	min-height: 486px;
}

.product-cat-content h1,.product-cat-content p {
	width: 100%;
	padding: 0 40px;
	float: left;
}

.product-cat-content h1 {
	padding: 40px 40px 15px;
	font-size: 16px;
	text-transform: uppercase;
}

.product-cat-content h1 small {
	text-transform: none;
}

.product-cat-content p {
	font-size: 11px;
	font-weight: 700;
}

.product-cat:nth-child(2n+0) .product-cat-img {
	float: right;
}

.product-cat:nth-child(2n+0) .product-cat-content h1,.product-cat:nth-child(2n+0) .product-cat-content p {
	padding-left: 80px;
}

.product-cat .home-product {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: none;
	overflow: hidden;
}

.product-cat .home-product .home-product-content {
	width: 290px;
	left: auto;
	right: 0;
	bottom: 50px;
	top: auto;
}

.product-cat .home-product img {
	width: auto;
	height: 120%;
	margin-top: -10%;
}

.product-cat .home-product .home-product-content h1 {
	padding-left: 0;
	/*margin: 0 0 20px;*/
	line-height: 1.2;
}

.product-cat .home-product .home-product-content .home-product-price-wrapper h5 {
	text-transform: uppercase;
	color: #c50044;
}

.product-cat .home-product .home-product-content .price {
	width: 200px;
	padding: 5px 0;
	position: relative;
	margin: 10px 0 0;
	background: #c50044;
	color: #FFF;
}

.product-cat .home-product .home-product-content .price strong,.product-cat .home-product .home-product-content .reg strong {
	margin: 0 3px 0 15px;
}

.product-cat .home-product .home-product-content .price strong:first-child {
	margin-left: 10px;
}

.product-cat .home-product .home-product-content .price-detail {
	width: 130px;
	height: 40px;
	position: absolute;
	left: 100%;
	top: -25px;
	margin-left: -25px;
	background: #c50044;
}

.product-cat .home-product .home-product-content .price-detail:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	border-style: solid;
	border-width: 25px 0 0 25px;
	border-color: transparent transparent transparent #ac183d;
}

.product-cat .home-product .home-product-content .reg {
	margin: 15px 0 0;
}

.product-cat .home-product .home-product-content .reg small {
	font-size: 11px;
	text-align: left;
}

/* HIDE */
.responsive-page-title,.hidden {
	display: none;
}

.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.error404 .page-header {
	text-align: center;
}

.error404 .page-wrapper {
	text-align: center;
}

.error404 #content-inner-wrapper {
	padding: 32% 30px;
}

/* --------------------------------------------- SIDEBAR --------------------------------------------- */

.sidebar-block {
	margin: 0;
	padding: 0 !important;
	list-style-type: none;
	clear: both;
}

.sidebar-block li {
	list-style: none !important;
}

.sidebar-block li a {
	display: block;
	padding: 100px 20px;
}

.sidebar-block li a span {
	font-size: 20px;
}

.sidebar-block li a {
	text-align: center;
}

.sidebar-block li.savings a:hover span {
	color: #000000;
	border-color: #000000;
}

.sidebar-block li.savings a span {
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	border: thin solid #ffffff;
	padding: 3px 10px;
}

.sidebar-block li.traffic a span {
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	border: thin solid #ffffff;
	padding: 3px 10px;
}

.sidebar-block li.traffic a:hover span {
	color: #c50044;
	border-color: #c50044;
}

.tolls .icon img {
	width: auto !important;
	height: auto;
}

.tolls {
	height: 390px;
}

.tolls {
	padding: 40px 15px;
}

.tolls hr {
	background-color: #ffffff;
	max-width: 200px;
	width: 100%;
	height: 2px;
	margin: auto;
}

.tolls h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.tolls .row {
	display: block;
	margin-bottom: 25px;
	text-align: center;
	line-height: 120%;
}

.tolls .row span.icon {
	width: 40px;
}

.tolls .row span {
	display: inline-block;
	vertical-align: middle;
	background: none !important;
}

.tolls .row span strong {
	color: #ffffff;
	font-weight: normal;
	font-size: 40px;
	/*padding-left: 20px;*/
	display: inline-block;
}

.tolls .row span strong.legal {
	font-size: 11px;
	display: inline-block;
	line-height: 1;
	vertical-align: top;
	width: 75px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 8px;
}

.tolls .row span strong:first-child {
	padding-left: 20px;
}

.tolls .row span em {
	font-size: 16px;
	display: block;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}

.tolls .row span em:first-child {
	clear: right;
}

.tolls-alt {
	text-align: center;
	height: 280px;
}

.tolls-alt .row {
	width: 35%;
	display: inline-block;
	vertical-align: top;
}

.tolls-alt .row .icon {
	width: auto !important;
	margin-bottom: 15px !important;
	padding: 0 0 0 24px;
}

.tolls-alt .row .icon,
.tolls-alt .row .price {
	display: block;
	margin: auto;
}

.tolls-alt .row .legal {
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	line-height: 1.2;
	margin-top: 5px;
}

.tolls-alt .row .icon img,
.tolls-alt .row .price img {
	display: inline-block;
	float: none;
	height: 60px !important;
}


#home-accessories-slider-inner .home-product .home-product-content {
	z-index: 1;

}

/* --------------------------------------------- BREAKPOINTS --------------------------------------------- */
@media screen and (max-width:1199px) {

	/*.flex-control-nav {
		display: none;
	}*/

	.centered-wrapper {
		width: 100%;
		padding: 0 5%;
		float: left;
	}

	#global-wrapper {
		min-height: 0;
		margin: 0;
	}

	#content-inner-wrapper {
		padding: 5% 0;
	}

	#header-description {
		margin: 0;
	}

	#footer-menu {
		margin: 0 0 0 5%;
	}

	#footer-menu li {
		margin: 0;
		line-height: 100px;
	}

	#footer-menu li a {
		padding: 0 10px;
	}

	#footer-map-link h5 {
		padding: 3% 0;
		text-align: center;
	}

	#content {
		width: 75%;
	}

	#sidebar {
		width: 25%;
	}

	#products-category-menu li a {
		padding: 0 5%;
	}

	.product-cat:nth-child(2n+0) .product-cat-content h1.cat-title,.product-cat:nth-child(2n+0) .product-cat-content p {
		padding-left: 40px;
	}

	.product-cat .home-product .home-product-content {
		width: 200px;
	}

	#footer-push,#footer-menu li .icon {
		display: none;
	}

	#footer-store-img,
	#footer-info {
		width: 50%;
	}
	#footer-map-link {
		float: none;
		width: 100%;
	}

    #footer-map-link::after,
    #footer-map-link:after {
	    display: none;
    }

	#home-slides-wrapper,#home-slides-wrapper .slides_control,#home-slides-wrapper .slides_container,#home-slides-wrapper .home-slide,#home-slides-wrapper .home-slide a,#home-slides-wrapper .home-slide a img {
		/*height: 320px;*/
	}

	#home-slides-wrapper .home-slide a img {
		/*min-height: 320px;*/
	}

	/*#home-slides-wrapper .home-slide .home-slide-content {*/
		/*top: 50px;*/
	/*}*/

	/*#home-slides-wrapper .home-slide .home-slide-content strong {*/
		/*margin: 30px 0 0;*/
	/*}*/

	#home-slides-wrapper .pagination {
		bottom: 10px;
	}

	#home-slides-wrapper .flex-control-nav li a {
		width: 10px !important;
		height:10px !important;
	}

	#page-submenu {
		height: auto;
	}

    #page-submenu li {
	    display: block;
	    max-width: none !important;
	    width: 100% !important;
	    height: auto;
    }

	#page-submenu li a {
		line-height: 40px;
		height: auto;
	}

	.tolls-alt {
		height: auto;
	}

	.tolls-alt .row {
		width: 100% !important;
	}

	.tolls-alt .row .icon {
		width: 50px !important;
		padding: 0 !important;
	}

	.tolls-alt .row .icon img {
		display: block !important;
		margin: 0 !important;
		float: none !important;
		height: auto !important;
	}


	#content,
	#sidebar {
		width: 100%;
	}

	/*#home-slides-wrapper .home-slide a {
		display: none;
	}*/

	#home-slides-wrapper .home-slide .home-slide-content h1 > em {
		font-size: 32px;
		margin: 0 5px;
		line-height: 1;
	}

	#home-slides-wrapper .home-slide .home-slide-content h1 {
		margin-top: 5px;
		font-size: 26px;
	}

	.home-slide-content{
		width: 343px !important;
		margin: -45px 0 0 -170px !important;
	}

	#sidebar.entry img {
		max-width: 298px;
		display: inline-block;
	}

	#sidebar.entry img:nth-child(1) {
		float: left;
	}

	#sidebar.entry img:nth-child(2) {
		float: right;

	}
}

@media screen and (max-width:850px) {
	#products-category-menu {
		background: #a8013a;
	}

	#products-category-menu li a span {
		border-color: #a8013a;
	}

	/*#footer-store-img,#footer-info {*/
		/*width: 50%;*/
	/*}*/

	/* Not Needed in slider */
	/*.home-product {
		width: 50%;
	}*/

	/*#home-ad-img,#top-bar-wrapper {
		display: none;
	}*/

	#home-slides-wrapper .home-slide a img {

	}

	.home-product .home-product-content.ribbon-top {
		background: #c50044;
	}

	/*#home-slides-wrapper .home-slide .home-slide-content {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		margin: 0;
		background: #000;
		position: relative;
		padding: 20px;
		min-height: 110px;
		display: table;
	}*/

	/*#home-slides-wrapper .home-slide .home-slide-content h1 > em {
		font-size: 24px;
		margin: 0 5px;
		line-height: 1;
	}

	#home-slides-wrapper .home-slide .home-slide-content h1 {
		margin-top: 5px;
		font-size: 18px;
	}*/

	/*#home-slides-wrapper .home-slide .home-slide-content p,
	#home-slides-wrapper .home-slide .home-slide-content h1 {
		color: #FFF;
		float: none;
		display: table-row;
		width: 100%;
	}*/

	.flexslider, .flexslider .slides {
		max-height: none;
	}

	#home-slides-wrapper .home-slide .home-slide-content h1 > em {
		font-size: 32px;
		margin: 0 5px;
		line-height: 1;
	}

	#home-slides-wrapper .home-slide .home-slide-content h1 {
		margin-top: 5px;
		font-size: 26px;
	}

	.home-slide-content{
		width: 343px !important;
		margin: -45px 0 0 -170px !important;

	}
	#home-slides-wrapper .flex-control-nav li a {
		width: 8px !important;
		height:8px !important;
	}

	.flex-control-nav {
		bottom: 20px !important;

	}
}

@media screen and (max-width:800px) {
	.responsive-page-title {
		margin: 0 0 5%;
		display: block;
		font-size: 24px;
		text-transform: uppercase;
		text-align: center;
		color: #c50044;
	}

	#content-wrapper {
		padding: 0;
	}

	#content-wrapper .entry .non-accordion-content,#content-wrapper .entry .accordion p {
		padding: 0 5%;
	}

	#content-wrapper .entry p {
		padding: 0;
	}

	.page-template-page-default #content-wrapper .entry p {
		padding: 0 30px !important;
	}

	#content-wrapper #sidebar.entry {
		padding: 0;
	}

	#page-submenu {
		margin-bottom: 5%;
	}

	.entry .accordion {
		margin-top: -5%;
	}

	.home #content-inner-wrapper {
		padding-bottom: 0;
	}

	.post-type-archive-products #content-inner-wrapper {
		margin: 0;
	}

	.product-cat-content {
		padding-bottom: 5%;
	}

	#change-currency-button {
		margin-right: 5%;
	}

	#home-slides-wrapper .home-slide .home-slide-content h1 > em {
		font-size: 32px;
		margin: 0 5px;
		line-height: 1;
	}

	#home-slides-wrapper .home-slide .home-slide-content h1 {
		margin-top: 5px;
		font-size: 26px;
	}

	.home-slide-content{
		width: 333px !important;
		margin: -80px 0 0 -170px !important;

	}


	/*#home-slides-wrapper,#home-slides-wrapper .slides_control,#home-slides-wrapper .slides_container,#home-slides-wrapper .home-slide,#home-slides-wrapper .home-slide a,#home-slides-wrapper .home-slide a img {*/
		/*height: 320px;*/
	/*}*/

	/*#home-slides-wrapper .home-slide a img {*/
		/*min-height: 320px;*/
	/*}*/

	/*#home-slides-wrapper .home-slide .home-slide-content {*/
		/*top: 50px;*/
	/*}*/

	/*#home-slides-wrapper .home-slide .home-slide-content strong {*/
		/*margin: 30px 0 0;*/
	/*}*/

	/*#home-slides-wrapper .pagination {*/
		/*bottom: 10px;*/
	/*}*/

	/*#home-slides-wrapper .pagination li a {*/
		/*width: 8px;*/
		/*height: 8px;*/
	/*}*/

	#home-products .alm-btn-wrap {
		padding: 5% 0;
	}

	#header-description,#footer-menu {
		display: none;
	}

}

@media screen and (max-width:680px) {

	#home-slides-wrapper .home-slide .home-slide-content h1 > em {
		font-size: 32px;
		margin: 0 5px;
		line-height: 1;
	}

	#home-slides-wrapper .home-slide .home-slide-content h1 {
		margin-top: 5px;
		font-size: 26px;
	}

	.home-slide-content{
		width: 350px !important;
		margin: 0px 0 0 -155px !important;

	}


	#content {
		width: 100%;
	}

	#header .menu {
		width: 100%;
	}

	#header .menu li a {
		padding: 5%;
		font-size: 18px;
	}

	.product-cat-content {
		width: 100%;
		min-height: 0;
	}

	.product-cat .home-product {
		position: relative;
		right: auto;
		bottom: auto;
		margin: 5% 0 0;
	}

	.product-cat .home-product .home-product-content {
		width: 290px;
	}

	.product-cat-img,#sidebar {
		display: none;
	}

	.accordion-content .row .col-100,
	.accordion-content .row .col {
		width: 100%;
		display: block;
		margin-bottom: 10px;
		padding: 0;
	}

	.accordion-content {
		padding: 0 5%;
	}

	.accordion-content .row {
		padding-top: 10px;
	}

	/*top-bar*/
	.crossing-time-text{
		display: none;

	}
	.crossing-text{
		display: inline-block !important;

	}

	#top-bar-wrapper p {
		float: left;
		font-size: 10px;
		line-height: 40px;
		text-transform: uppercase;
		color: #FFF;
	}

	#top-bar-wrapper .divisor {
		width: 1px;
		height: 17px;
		float: left;
		margin: 10px 7px;
		background: #FFF;
	}

	.home-flexslider-mobile-image{
		display:block !important;
	}

	.home-flexslider-desktop-image{
		display: none !important;
	}

.subscribe h1{
	font-size: 20px;
}


}

@media screen and (max-width:580px) {

	#footer-wrapper,#footer-info {
		height: auto;
	}

	#footer-info {
		width: 100%;
	}

	#footer-contact-info,#footer-services-info {
		height: auto;
		padding: 5%;
	}

	.home-product {
		width: 100%;
	}

	.home-product img {
		width: auto;
		height: 100%;
	}

	.home-product .home-product-content,.home-product .home-product-content.bottom-right,.home-product .home-product-content.top-left,.home-product .home-product-content.bottom-left {
		right: 5%;
		/*top: 40%;*/
		/*bottom: auto;*/
		/*left: auto;*/
	}

	#products-category-menu {
		height: auto;
	}

	#products-category-menu li {
		margin: 10px 0 0;
	}

	#products-category-menu li a span {
		margin: 0;
	}

	#page-submenu {
		height: auto;
		text-align: center;
	}

	#page-submenu li,#page-submenu.children-3 li,#page-submenu.children-4 li,#page-submenu.children-5 li {
		width: auto;
		max-width: 100%;
		/*float: none;*/
		display: inline-block;
	}

	#page-submenu li a,#page-submenu li.page-canadian-residents-returning-to-canada a,#page-submenu li.page-american-residents-returning-to-the-u-s a {
		padding: 5%;
		height: auto;
	}

	#page-submenu li.page-canadian-residents-returning-to-canada a:before,#page-submenu li.page-american-residents-returning-to-the-u-s a:before,#footer-store-img {
		display: none;
	}

	.entry .accordion .accordion-title {
		padding: 5%;
	}

	.entry .accordion .accordion-content p {
		margin-bottom: 20px;
	}

	.entry .accordion .accordion-title span {
		float: none;
		display: block;
	}

	#top-bar-wrapper .icon.money, #top-bar-wrapper .icon.camera, 	#top-bar-wrapper .icon.small-truck, #top-bar-wrapper .icon.small-car {
		display: none !important;
	}


	#home-slides-wrapper .home-slide .home-slide-content h1 > em {
		font-size: 32px;
		margin: 0 5px;
		line-height: 1;
	}

	#home-slides-wrapper .home-slide .home-slide-content h1 {
		margin-top: 5px;
		font-size: 26px;
	}

	.home-slide-content{
		width: 343px !important;
		margin: -45px 0 0 -170px !important;

	}

}

@media (min-width:451px) and (max-width: 599px) {
	.home-product .home-product-content{
		margin-right: 20%;
	}

	.home-product img{
		margin-left: 20%;
	}
}


@media screen and (max-width:480px) {

	#lower-footer {
		height: auto;
		text-align: center;
	}

	#social-networks {
		float: none;
		display: inline-block;
	}

	#social-networks li {
		margin: 15px 10px !important;
	}

	#social-networks li:first-child {
		margin: 18px 10px !important;
	}

	#home-slides-wrapper,#home-slides-wrapper .slides_control,#home-slides-wrapper .slides_container,#home-slides-wrapper .home-slide,#home-slides-wrapper .home-slide a,#home-slides-wrapper .home-slide a img {
		/*height: 250px;*/
	}

	#home-slides-wrapper .home-slide a img {
		width: 100%;
		height: auto;
		min-height: 0;
	}

	.home-product {
		/*height: 250px;*/
	}

	.home-product img {
		/*min-height: 250px;*/
	}

	#home-slides-wrapper .pagination,#footer-wrapper .logo {
		display: none;
	}

	.slide-image {
		height: 80%;
	}

	.error404 #content-inner-wrapper {
		padding: 32% 0;
	}

	.home-product .home-product-content {
		height: 215px;
	}

	.logo {
		margin-left: -35px;
	}

	.home-mobile-slider-img{
		display: block;
	}

	.home-desktop-slider-img{
		display: none;
	}

	.flex-control-nav {
    bottom: 5px !important;
	}

	#top-bar-wrapper p {
		float: left;
		font-size: 10px;
		line-height: 40px;
		text-transform: uppercase;
		color: #FFF;
	}

	#home-slides-wrapper .home-slide .home-slide-content h1 > em {
		font-size: 24px;
		margin: 0 5px;
		line-height: 1;
	}

	#home-slides-wrapper .home-slide .home-slide-content h1 {
		margin-top: 5px;
		font-size: 18px;
	}

	.home-slide-content{
		width: 220px !important;
		margin: -45px 0 0 -107px !important;

	}

	#home-slides-wrapper .home-slide .home-slide-content strong {
		padding: 7px 10px !important;
		font-size: 15px !important;

	}
	.home-product .home-product-content span  {
		font-size: 20px !important; /*changed from 36 to 34*/

	}

	.home-product .home-product-content .reg span {
		font-size: 20px !important;
		margin-top: -14px !important;
	}


	.home-product .home-product-content .price strong{
		font-size:30px !important;
	}

	.home-product .home-product-content .reg strong  {
		font-size: 25px !important;

	}
	.home-product .home-product-content .price .currency {
			font-size: 8px !important;
	}
	.home-product .home-product-content .reg .currency {
			font-size: 8px !important;
	}

	.home-product .home-product-content h1 {

    display: -webkit-box;
    height: 40;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	}

	.subscribe{
		display: block;
	}
	.subscribe h1{
		font-size: 15px;
	}
	.subscribe h1 em{
		font-size: 35px !important;
	}
	.subscribe-form input[type="email"] {
		margin-right: 0 !important;
		width: 100% !important;
	}
	.subscribe-form input[type="submit"] {
		margin-top: 10px;
		width: 100% !important;
	}
}

@media (min-width:350px) and (max-width: 450px) {
 	.home-product .home-product-content{
 		margin-right: 10%;
 	}

 	.home-product img{
 		margin-left: 10%;
 	}
}

@media screen and (max-width:380px) {
	#home-slides-wrapper,#home-slides-wrapper .slides_control,#home-slides-wrapper .slides_container,#home-slides-wrapper .home-slide,#home-slides-wrapper .home-slide a,#home-slides-wrapper .home-slide a img {
		/*height: 200px;*/
	}

	.home-product {
		height: auto;
	}

	.home-product img {
		width: 100%;
		height: auto;
		min-height: 0;
	}

	.home-product .home-product-content {
		/*width: 100%;*/
		padding: 5%;
		float: left;
	}

	.product-cat .home-product,.home-product .home-product-content,.home-product .home-product-content.bottom-right .home-product .home-product-content.top-left,.home-product .home-product-content.bottom-left {
		/*position: relative;*/
		/*right: auto;*/
		/*top: auto;*/
	}

	.product-cat .home-product .home-product-content {
		width: 200px;
		position: absolute;
		right: 0;
		top: 5%;
	}

	#top-bar-wrapper p {
		float: left;
		font-size:9px;
		line-height: 40px;
		text-transform: uppercase;
		color: #FFF;
	}

	.home-product .home-product-content .divider {
		margin-left: 9px !important;
	}

	.home-product .home-product-content .price strong{
		font-size: 26px!important;

	}
	.home-product .home-product-content span {
    font-size: 16px !important;
	}

	.home-product-price-wrapper {
		padding: 0px !important;
	}

	.home-product .home-product-content .reg span {
		font-size: 16px !important;
    margin-top: -9px !important;
	}
	.home-product .home-product-content .reg strong {
    font-size: 23px !important;
	}
	.home-product .home-product-content .price span {
		  margin-top: -3px !important;
	}


}

/* Home Product Slider */
.owl-custom-next, .owl-custom-prev{
	width: 50px;
	height: 70px;
	position: absolute;
	top: 130px;
	cursor: pointer;
	background-color: black;
	color: white;
	font-size: 24px;
}

.owl-custom-next{
	left: 100%;
}

.owl-custom-prev{
	right: 100%;
}


/* accordion */

.accordion-title:before {
	text-align:center;
	margin: 0 auto;
}

.accordion-title:after {
	content: "+";
	float:left;
	margin-right: 10px;
	cursor:pointer;
	color: #C60B46;
	font-size: 22px;
	position: initial;
	margin-top: -7px;
}

.accordion-title.open:after {
	content: "\2212";
}

.accordion-first:after{
	margin-top: -27px !important;
}


.subscribe {
	display: table;
	margin: 0 auto;
}

.subscribe h1{
	margin-bottom: 10px;
	color: #231f20;
}

.subscribe h1 em{
	color: #c50044;
	font-family: 'Pinyon Script', cursive;
	text-transform: lowercase;
	font-style: normal;
	font-weight: 400;
	font-size: 45px;
}

.subscribe-form input[type="email"]{
	width: 72%;
	border: 1px solid;
	margin-right: 2%;
	height: 28px;
	padding-left: 10px;
}

.subscribe-form input[type="submit"]{
	width: 25%;
	height: 28px;
	display: inline-block;
	border: 1px solid #c50044;
	text-align: center;
	font-size: 17px;
	line-height: 1;
	text-transform: uppercase;
	color: #c50044;
background: #c50044;
	color: #ffffff !important;
}


.subscribe-form input[type="submit"]:hover {
	background: #ffffff !important;
	color: #c50044 !important;
}

.mc4wp-alert p {
    text-align: center;
}