/*@font-face
{
	font-family: MainSerif;
	src: url(/includes/fonts/bkant.ttf);
}*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .25em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 20px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

/*
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
*/

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

.searchbox {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
	width: 25vw;
	max-width: 16em;
	height:2em;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.searchbox::-webkit-search-cancel-button,
.searchbox::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "Lato";
	src: url("/includes/fonts/lato-light-webfont.woff") format("woff"), url("/includes/fonts/lato-light-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Lato";
	src: url("/includes/fonts/lato-regular-webfont.woff") format("woff"), url("/includes/fonts/lato-regular-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Lato";
	src: url("/includes/fonts/lato-bold-webfont.woff") format("woff"), url("/includes/fonts/lato-bold-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

/*
@font-face {
	font-family: "Playfair";
	src: url("/includes/fonts/playfairdisplay-regular-webfont.woff") format("woff"), url("/includes/fonts/playfairdisplay-regular-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Playfair";
	src: url("/includes/fonts/playfairdisplay-bold-webfont.woff") format("woff"), url("/includes/fonts/playfairdisplay-bold-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
*/

@font-face {
	font-family: "MainSerif";
	src: url(/includes/fonts/_mainserif.ttf);
	/*src: url(/includes/fonts/ebgaramond.ttf);*/
	/*src: url(/includes/fonts/icomoon.ttf);*/
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "MainSerif";
	src: url(/includes/fonts/_mainserif.ttf);
	/*src: url(/includes/fonts/ebgaramond.ttf);*/
	/*src: url(/includes/fonts/icomoon.ttf);*/
	font-weight: 700;
	font-style: normal;
} 


.slideArrowLeft
{
	position:absolute;
	display:inline-block;
	left:0;
	top: 0;
	bottom: 0;
	height:100%;
	width:15vw;
	vertical-align:middle;
	background-color:transparent;
	background-image:url(/images/layout/prev_white.png);
	background-position:left center;
	background-repeat:no-repeat;
}

.slideArrowRight
{
	position:absolute;
	display:inline-block;
	right:0;
	top: 0;
	bottom: 0;
	height:100%;
	width:15vw;
	vertical-align:middle;
	background-color:transparent;
	background-image:url(/images/layout/next_white.png);
	background-position:right center;
	background-repeat:no-repeat;
}

.slideDotHolder
{
	position:absolute;
	left:50%;
	bottom:0;
	height:32px;
	transform:translate(-50%,0%);
	-ms-transform:translate(-50%,0%);
}

.slideDot
{
	border:1px solid #ccc!important;
	border-radius:50%;
	box-shadow: 0.5pt 0.5pt 1pt 1pt black;
	display:inline-block;
	height:10px;
	width:10px;
	vertical-align:bottom;
	margin-bottom:0px;
	margin-left:2px;
	margin-right:2px;
	cursor:pointer;
}

.videoholder
{
	position:absolute; 
	width:100vw;
	height:56vw;
	bottom:0; 
	z-index:0;
	overflow:hidden;
}

.videoholder2
{
	position:relative; 
	width:100vw;
	height:56vw;
	bottom:0; 
	z-index:0;
	
}

.videobottom
{
	width:100vw;
	height:56vw;
}

.canvasbottom
{
	position:absolute; 
	width:100vw;
	height:56vw;
	z-index:0; 
	bottom:0;
}

.crsWrapper
{
	position:relative;
}

.expireNoticeA
{
	position:absolute; 
	text-align:left; 
	left:0px; 
	top:0px; 
	right:0px;
	font-size:12px; 
	overflow:hidden;
	font-weight:700; 
	color:white; 
	height:160px; 
	z-index:64;
}

.expireNoticeB
{
	line-height:21px; 
	padding-left:24px; 
	color:white; 
	transform: rotate(-22.5deg) translateX(-24px);
	background-color:#b70605;
}

.nav-chainlink
{
	font-size: 13px;
	color:#888;	
}

.vid-header-small
{
	font-size:13px;
	
	font-weight:700;	
}

.vid-header-big
{
	font-size:16px;
	line-height:.925;
	font-weight:700;	
}

.vid-detail
{
	display:block;
	font-size:12px;
	margin-top:4px;
	line-height:1.125;
}

ul.vid-features
{
	margin-top:0px;
	padding-left:12px;
	
}

	div.inputbox
	{
		padding:12px;
		margin:8px;
		border:solid 1px #aaa;
		background-color:#f0f0f0; 
		max-width:300px; 
	}
	
	div.inputboxHeader
	{
		font-size:21px;
		font-weight:bold;
		margin:4px;
		max-width:300px; 
		text-align:center;
	}
	
	div.inputboxContainer
	{
		display:inline-block;
	}
	
	div.inputboxField
	{
		vertical-align:top;
		display:inline-block;
		margin:2px;	
		text-align:left;
		
	}
	
	.inputboxField input
	{
		font-size:15px;
	}
	
	.inputboxField select
	{
		font-size:15px;
		border:solid 1px #000;
		margin:2px;	
		padding:4px;
	}
	
	
	div.login
	{
		min-width:300px;
		vertical-align:top;
	}
	
	.inputbox h1,
	.inputbox h2,
	.inputbox h3,
	.inputbox h4,
	.inputbox h5,
	.inputbox h6
	{
		margin:8px;
		text-transform:uppercase;		
		font-family:Lato;
		color: #444;
	}

	/*	
	input[type=checkbox]
	{
		vertical-align: middle;
	}
	*/
	
	label
	{
		margin-left:4px;
		vertical-align: middle;
	}
		
	.filter-segment ul
	{
		margin: 0px;
		padding: 0px;
		-webkit-columns: 120px auto; /* Chrome, Safari, Opera */
		-moz-columns: 120px auto; /* Firefox */
		columns: 120px auto;
	}
	
	.filter-segment
	{
		text-align:left;
		display:inline-block;	
		margin-bottom:8px;
	}
		
	.filter-segment-header
	{
		font-size:13px;	
		text-transform:uppercase;
		border-bottom:solid 1px #aaa;
		padding-bottom:2px;
		margin-bottom:2px;
	}


	.filter-check 
	{
		display:inline-block;
		text-align:left;
		width:100%;
		color:White;
	}
	
	a.filter-check:link
	{
		color:#ccc;
		text-decoration:none;
	}
	
	a.filter-check:hover
	{
		color:yellow;
		text-decoration:none;
	}
	
	a.filter-check:viited
	{ 
		color:white;
		text-decoration:none;
	}
	
	a.filter-check-selected:link
	{
		color:yellow;
		text-decoration:none;
		background-image: url('/images/layout/checkoff.png');
		background-repeat: no-repeat;
		background-position:left center;
		padding-left: 12px;  /* width of the image plus a little extra padding */
	}
	
	a.filter-check-selected:hover
	{
		color:#ccc;
		text-decoration:none;
		background-image: url('/images/layout/checkoff.png');
		background-repeat: no-repeat;
		background-position:left center;
		padding-left: 12px;  /* width of the image plus a little extra padding */
	}
	
	a.filter-check-selected:visited
	{
		color:yellow;
		text-decoration:none;
		background-image: url('/images/layout/checkoff.png');
		background-repeat: no-repeat;
		background-position:left center;
		padding-left: 12px;  /* width of the image plus a little extra padding */
	}
	
	a.filter-check-mandatory:link
	{
		color:yellow;
		text-decoration:none;
		
	}
	
	a.filter-check-mandatory:hover
	{
		color:#ccc;
		text-decoration:none;
	}
	
	a.filter-check-mandatory:visited
	{
		color:yellow;
		text-decoration:none;
	}
	
	

	.cart_wrapper
	{
		width:95vw;
		/*max-width:720px;*/
	}
	
	div.cart_line
	{
		text-align:left;
	}
	
	.cart_qty
	{
		
	}
	
	.cart_grid
	{
		font-size:17px;
	}

	.cart_summary
	{
		font-size:17px;	
	}
	
	.cart_large
	{
		font-size:19px;
	}
	
	.cart_med
	{
		font-size:17px;
	}
	
	.cart_small
	{
		font-size:15px;
	}
	
	.cart_tiny
	{
		font-size:13px;
	}
	
	.cart_itty
	{
		font-size:11px;
	}
	
	div.cart_main
	{
		text-align:left;	
	}
	
	div.cart_thumb
	{
		display:inline-block;
		margin-right:8px;
	}
	
	td.cart_thumb
	{
		width:0px;
		padding:0px;
		display:none;
	}
	
	td.cart_filler
	{
		display:table-cell;
		width:0px;
	}
	
	img.cart_thumb
	{
		display:none;
		/*border:solid 1px #aaa;*/
		/*height:auto !important;*/
	}
	
	.cart_combobox
	{
		font-size: 17px;
		border:solid 1px #666;
		text-align:right;
		margin:4px;
	}
	
	input[type="text"].cart_textbox
	{
		font-size: 17px;
	}
	
	input[type="submit"].cart_button
	{
		font-size: 16px;
	}
	
	input[type="submit"].cart_button_wide
	{
		font-size: 16px;
		width:160px;
	}

	input[type="button"].cart_button
	{
		font-size: 16px;
	}
	
	input[type="button"].cart_button_wide
	{
		font-size: 16px;
		width:240px;
	}

	.filter-panel 
	{
		color:White;
		font-size: 13px;
		background-color:#666;
	}
	
	.filter-div
	{
		padding: 8px;	
	}

	
	.filter-segment-header
	{
		font-size:11px;	
		text-transform:uppercase;
		border-bottom:solid 1px #aaa;
		padding-bottom:2px;
		margin-bottom:2px;
	}

	
	.filter-segment
	{
		font-size:11px;
	
	}

	#filterPanel
	{
		margin: 0;
		padding: 0px;
		max-height:312px;
		overflow: auto;
		overflow-y: hidden;
	}
	
	div.filter-grid
	{
		position:relative;
		padding: 1em;
		margin-left:0px;
		margin-top:12px;
	}
	
	.filter-panel 
	{
		font-size: 13px;
	
	}



.page-counter
{
	color:#888;	
}

.page-counter-small
{
	color:#aaa;	
	font-size:13px;
}

.page-counter a:link
{
	color:black;
}

.page-counter a:hover
{
	color:red;
}

.page-counter a:visited
{
	color:black;
}

.footerPromos a:link
{
	color:yellow;
}

.footerPromos a:hover
{
	color:lightyellow;
}

.footerPromos a:visited
{
	color:yellow;
}


.subcontainer
{
	text-align:center;
	width: 100%;
}

	
	/*.subcomponent
	{
		display:block; 
		text-align:center;
	}*/

	.subcomponent
	{
		font-size:85%;
		text-align:center;
		display:grid; 
		grid-template-columns: repeat(1,1fr);
		grid-gap:10px;
		
		
	}

	.subcomponent .line-entry
	{
		text-align:left;
		left:0px;
		right:0px;
		display:block;
		background: #fff4f0;
		border:solid 1px #aaa;
		/*margin: 0px 0px 8px 0px;*/
	}

.subcomponent .line-entry .img-block 
{
	position: relative;
	vertical-align:top;
	text-align: center;
	display:inline-block;
	border: 1px solid #aaaaaa;
	margin:1vw;
}	

.subcomponent .line-entry .writeup-block 
{
	font-size: 80%;
	position: relative;
	vertical-align:top;
	white-space: nowrap;
	text-align: left;
	display:inline-block;
	margin:1vw;

}

.subcomponent .line-entry .writeup-block .descriptor
{
	
	margin-bottom: 8px;
}

.subcomponent .line-entry .writeup-block strong
{
	color:#666;	
	font-weight: 600;
	text-transform:uppercase;	
}

.subcomponent .line-entry .writeup-header
{
	display:block;
	
	margin:1vw;
	margin-bottom:0px;
	
}

.subcomponent .line-entry .writeup-header h1 
{
	font-family: "Lato";
	color:#444;
	font-size: 150%;
}



/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	outline: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto !important;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@font-face {
	font-family: "icomoon";
	src: url("/includes/fonts/icomoon.eot?qm7xs6");
	src: url("/includes/fonts/icomoon.eot?qm7xs6#iefix") format("embedded-opentype"), url("/includes/fonts/icomoon.ttf?qm7xs6") format("truetype"), url("/includes/fonts/icomoon.woff?qm7xs6") format("woff"), url("/includes/fonts/icomoon.svg?qm7xs6#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}



[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon-phone:before {
	content: "\e914";
}

.icon-search:before {
	/* content: "\e900"; */
}

.icon-letter2:before {
	content: "\e901";
}

.icon-user:before {
	content: "\e902";
}

.icon-youtube:before {
	content: "\e903";
}

.icon-twitter:before {
	content: "\e904";
}

.icon-tv:before {
	content: "\e905";
}

.icon-play:before {
	content: "\e906";
}

.icon-pinterest:before {
	content: "\e907";
}

.icon-pin:before {
	content: "\e908";
}

.icon-phone-empty:before {
	content: "\e909";
}

.icon-letter:before {
	content: "\e90a";
}

.icon-heart:before {
	content: "\e90b";
}

.icon-instagram:before {
	content: "\e90c";
}

.icon-google:before {
	content: "\e90d";
}

.icon-facebook:before {
	content: "\e90e";
}

.icon-check:before {
	content: "\e90f";
}

.icon-bogie:before {
	content: "\e910";
}

.icon-arrow-left:before {
	content: "\e911";
}

.icon-arrow-right:before {
	content: "\e912";
}

.icon-address-pin:before {
	content: "\e913";
}

.icon-arrow-up:before {
	content: "\e915";
}

.icon-logout:before 
{
	/*content: "\2326";*/
	content: "\2794";
}


/* custom number input styles */

.jcf-number {
	display: inline-block;
	position: relative;
	height: 48px;
}

.jcf-number input {
	-moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.jcf-number input {
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	padding: 3px 6px; /* was 3, 68 */
	margin: 0;
	text-align: center;
	height: 100%;
	box-shadow: none;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	position: absolute;
	width: 48px;
	top: 1px;
	bottom: 1px;
}

.jcf-number .jcf-btn-dec {
	left: 1px;
	border-right: 1px solid #e1e1e1;
}

.jcf-number .jcf-btn-inc {
	border-left: 1px solid #e1e1e1;
	right: 1px;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
	background: #e1e1e1;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #000;
}

.jcf-number .jcf-btn-inc:after {
	position: absolute;
	content: "";
	height: 10px;
	width: 2px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #000;
}

.jcf-number.jcf-disabled input {
	background: #ddd;
}

/* common custom form elements styles */

.jcf-focus,
.jcf-focus * {
	outline: none;
}

.account,
.header-main .menu-bar,
.nav .navbar,
ul:not([class]):not([id]),
.breadcrumbs,
.brands-section .brand-wrapper,
.product-section .keyword-list,
.product-section .info-row .col,
.product-section .tabset,
.product-section .social,
.lists-holder .list,
.footer-holder .list,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #444;
	font: 16px/1.375 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "MainSerif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: bold;
	margin: 0 0 .25em;
	color: inherit;
}

h1,
.h1 {
	font-size: 38px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #818a9f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #4b4a4a;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #4b4a4a;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #4b4a4a;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #4b4a4a;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #4b4a4a;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #4b4a4a;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#header {
	background-color: #200000;
	position: relative;
	z-index: 512;
	padding-bottom: 76px;
	/*margin-bottom:76px;*/
}

.intro-header {
	background-color: #000;
	text-align: center;
}

.fixed-position .intro-header {
	display: none;
}

.intro-header .order {
	padding: 8px 0;
}

.intro-header a[href^="tel:"] {
	position: relative;
	color: #fff;
	font-size: 12px;
	line-height: 1.16667;
	padding-left: 29px;
}

.intro-header a[href^="tel:"]:hover {
	color: #ccc;
}

.intro-header a[href^="tel:"]:before {
	content: "";
	height: 24px;
	width: 24px;
	background-color: #b70605;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -5px;
}

.intro-header a[href^="tel:"]:after {
	content: "\e914";
	position: absolute;
	top: 0;
	left: 6px;
	color: #fff;
	font-family: "icomoon" !important;
	font-size: 12px;
}

.intro-header .call {
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	padding-top: 10px;
}

.intro-header .call:before {
	content: "";
	position: absolute;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	top: 5px;
	left: 9px;
}

.account {
	margin: 0 -15px;
}

.account a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 15px;
	display: block;
	background-color: #000;
	position: relative;
	font-size: 16px;
	line-height: 1;
}

.account a:hover {
	color: #000;
	background-color: #fff;
}

.account a i {
	margin-right: 5px;
}

#mainlogo
	{
		width:100px;
		height:52px;
		background-repeat: no-repeat;
		background-size: contain;
		background-image:url(/images/layout/logo_compact.png);
		/*background-color:cyan;*/
	}

.logo {
	display: inline-block;
	vertical-align: top;
}

.header-main {
	padding: 13px 0 13px;
	/*background-color: #222427;*/
	position: absolute;
	left: 0;
	right: 0;
	background-color:#200000;
	background-image:url(/images/layout/redback.jpg); 
	background-size:auto 100%; 
	background-repeat:no-repeat; 
	background-position:right;
	top:auto;
	bottom:auto;
}

.header-main .container {
	padding: 0 30px;
}

.header-main .fixed-position {
	padding: 8px 0 9px;
	bottom: auto;
}

.header-main .flex-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-main .menu-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-main .menu-bar li {
	position: relative;
	margin: 0 0 0 17px;
}

.header-main .menu-bar li.search {
	position: static;
}

.header-main .menu-bar a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
}

.header-main .menu-bar a:hover {
	color: #ccc;
}

.header-main .menu-bar a i {
	font-size: 20px;
}

.header-main .menu-bar .count {
	color: white;
	font-size: 14px;
	text-align:center;
}

.header-main .menu-bar .count span {
	opacity: 0;
	visibility: hidden;
}

.header-main .menu-bar .bogie a {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.header-main .menu-bar .bogie .count span {
	margin-left: 5px;
}

.header-main .menu-bar .search-form {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.header-main .menu-bar .search-form .row {
	position: relative;
	max-width: 405px;
}

.header-main .menu-bar .search-form .row:before {
	position: absolute;
	content: "\e900";
	font-family: "icomoon" !important;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 13px;
	font-size: 20px;
	color: rgba(0, 0, 0, .5);
}

.header-main .menu-bar .search-form input {
	padding-left: 40px;
	padding-right: 80px;
}

.header-main .menu-bar .search-form input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .5);
	letter-spacing: -.5px;
}

.header-main .menu-bar .search-form input::-moz-placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, .5);
	letter-spacing: -.5px;
}

.header-main .menu-bar .search-form input:-moz-placeholder {
	color: rgba(0, 0, 0, .5);
	letter-spacing: -.5px;
}

.header-main .menu-bar .search-form input:-ms-input-placeholder {
	color: rgba(0, 0, 0, .5);
	letter-spacing: -.5px;
}

.header-main .menu-bar .search-form input.placeholder {
	color: rgba(0, 0, 0, .5);
	letter-spacing: -.5px;
}

.header-main .menu-bar .search-form button {
	width: 96px;
	font-weight: 700;
}

.search-active .header-main .menu-bar .search-form {
	opacity: 1;
	visibility: visible;
}

.header-main .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 75%;
}

.header-main .social-networks {
	display: none;
}

.header-main .social-networks li {
	width: 47px;
	height: 47px;
	margin: 0 0 0 7px;
}

.header-main .social-networks i {
	font-size: 14px;
}

.header-main .social-networks a {
	color: #fff;
}

.nav {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	background: #000;
	z-index: 10;
}

.nav-active .nav {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.nav.fixed-position .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav.fixed-position .logo {
	display: inline-block;
	vertical-align: top;
}

.nav.fixed-position .logo:before {
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	content: "";
	position: absolute;
	background-color: transparent;
}

.nav.fixed-position .navbar {
	width: calc(100% - 90px);
}

.nav.fixed-position .home {
	display: none;
}

.nav .logo {
	display: none;
	padding: 8px 10px;
	position: relative;
	max-width: 90px;
}

.nav .logo img {
	max-width: 70px;
}

.nav .navbar {
	margin: 0 -15px;
}

.nav .navbar li {
	position: relative;
}

.nav .navbar li:before {
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	content: "";
	position: absolute;
	background-color: transparent;
}

.nav .navbar li.active a {
	color: #000;
	background: #fff;
}

.nav .navbar li.active.red a {
	background: #fff;
	color: #b70605;
}

.nav .navbar a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	background: #000;
	color: #fff;
	display: block;
	padding: 10px 5px;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}

.nav .navbar a:hover {
	color: #000;
	background: #fff;
}

.nav .navbar .red a {
	background: #b70605;
}

.nav .navbar .red a:hover {
	background: #fff;
	color: #b70605;
}

.nav .navbar .icon-youtube {
	margin-right: 10px;
}

.nav-opener {
	float: right;
	width: 28px;
	height: 28px;
	background: transparent;
	position: relative;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 3px;
	margin-top: -4px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 25%;
}

.nav-opener:after {
	top: 75%;
}

#wrapper 
{
	background-color:white;
	position: relative;
	overflow: hidden;
}

.resize-active .nav,
.resize-active .search-form {
	-webkit-transition: none !important;
	transition: none !important;
}

input {
	-webkit-appearance: none;
}

.container {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 15px;
}

h1 {
	/*margin-bottom: 15px;*/
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	outline: none;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

button {
	outline: none;
}


ul:not([class]):not([id]) {
	text-align: left;
}

ul:not([class]):not([id]) li {
	position: relative;
	padding: 0 0 6px 25px;
	color: #696969;
}

ul:not([class]):not([id]) li:before {
	width: 4px;
	height: 4px;
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 50%;
	background: #696969;
}


ul.filter-selection
{
	list-style: none;
	max-height: 300px;
	-webkit-columns: 108px auto; /* Chrome, Safari, Opera */
	-moz-columns: 108px auto; /* Firefox */
	columns: 108px auto;
	-webkit-column-rule: 1px solid #888; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #888; /* Firefox */
    column-rule: 1px solid #888;
    margin-bottom:10px;
}



ul.product-features
{
	text-align: left;
	-webkit-columns:200px auto; /* Chrome, Safari, Opera */
	-moz-columns: 200px auto; /* Firefox */
	columns: 200px auto;
}

ul.product-features li {
	position: relative;
	padding: 0 0 6px 0px;
	color: #696969;
}

/*ul.product-features li:before {
	width: 4px;
	height: 4px;
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 50%;
	background: #696969;
}*/


.breadcrumbs {
	padding: 22px 0 16px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e7e7e7;
	display: none;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	color: #323436;
	font-size: 14px;
	position: relative;
	padding: 0 11px;
}

.breadcrumbs li:first-child {
	padding-left: 0;
}

.breadcrumbs li:last-child:after {
	content: none;
}

.breadcrumbs li:after {
	content: "\226B";
	position: absolute;
	font-size: 8px;
	top: 50%;
	margin-top: -4px;
	line-height: 1;
	right: -5px;
}

.breadcrumbs li a {
	color: #9ea1a7;
}

.breadcrumbs li a:hover {
	color: #b70605;
}

.btn {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	padding: 13px 14px;
	background: #b70605;
	font-weight: 700;
	position: relative;
}

.btn:hover {
	background: #f92a29;
}

.btn.btn-white {
	background-color: transparent;
	border: 1px solid #fff;
	padding: 7px 27px 7px 14px;
}

.btn.btn-white:hover {
	background: rgba(255, 255, 255, .4);
}

.btn.btn-gray {
	background: #4b4a4a;
}

.btn.btn-out {
	background: #fff;
	color:Gray;
	border:solid 1px #ccc;
}

.btn.btn-gray:hover {
	background: #7e7d7d;
}

.btn.btn-out:hover {
	background: #ddd;
}

.btn.btn-arrow {
	padding: 13px 34px 13px 14px;
}

input[type=submit].btn.btn-arrow 
{
	background-image: url(/images/layout/glyph_leftarrow.png);
	background-position:right center;
	background-repeat:no-repeat;	
}

.btn.btn-arrow:after {
	content: "\e906";
	font-family: "icomoon";
	position: absolute;
	right: 12px;
	top: 50%;
	font-size: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slick-slider-carousel {
	padding: 0 0 80px;
}

.slick-slider-carousel .slick-list {
	margin: 0 -30px;
}

.slick-slider-carousel .slick-slide {
	padding: 0 30px;
}

.slick-slider-carousel .slick-slide > div {
	margin-bottom: 55px;
}

.slick-slider-carousel .slick-slide > div:last-child {
	margin-bottom: 0;
}

.slick-slider-carousel .slick-prev,
.slick-slider-carousel .slick-next {
	width: 40px;
	height: 40px;
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out;
	position: absolute;
	display: block;
	bottom: 0;
	border: 2px solid #e7e7e7;
	border-radius: 50%;
	font-size: 14px;
	color: #4b4a4a;
	padding: 10px 8px;
}

.slick-slider-carousel .slick-prev:hover,
.slick-slider-carousel .slick-next:hover {
	color: #818a9f;
	border-color: #818a9f;
}

.slick-slider-carousel .slick-prev {
	left: calc(50% - 50px);
}

.slick-slider-carousel .slick-next {
	right: calc(50% - 50px);
}

button {
	outline: none;
	border: none;
}

.visual-block .col {
	border-top: 3px solid #000;
}

.visual-block .col h1 {
	/*font-size: 24px;*/
}

.visual-block .col .banner {
	position: relative;
}

.visual-block .col .img-block {
	position: absolute;
	z-index: 1;
}
/*
.visual-block .col .img-block img {
	width: 100%;
}
*/
.visual-block .col .text-block {
	/*width: 50vw;*/
	position: absolute;
	z-index: 2;
	bottom:0px;
	width:50vw;
	text-align:right;
	right:0px;
	margin:1vw;
}

.visual-block .banner {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.visual-block .banner > a {
	/*padding: 78px 30px;*/
	color: #fff;
	display: block;
	width: 100%;
}

.visual-block .banner.banner-1 {
	border-bottom: 3px solid #000;
	height:50vw;
	padding:1vw;
}
.visual-block .banner.banner-2 {
	border-bottom: 3px solid #000;
	height:50vw;
	padding:1vw;
}

.visual-block .banner.banner-1 h1 {
	color: #323436;
	font-size: 4vw;
	line-height: 1;
	text-transform: uppercase;
}
.visual-block .banner.banner-2 h1 {
	color: #fff;
	font-size: 4vw;
	line-height: 1;
	text-transform: uppercase;
}

.visual-block .banner.banner-1 .item-number {
	color: #828282;
}
.visual-block .banner.banner-2 .item-number {
	color: #ddd;
}

.visual-block .banner.banner-1 .img-block 
{
	top:0px;
	width:66vw;
	height:auto;
}
.visual-block .banner.banner-2 .img-block 
{
	top:0px;
	width:66vw;
	height:auto;
}

.visual-block .banner.banner-1 text-block 
{
	position:absolute;
	bottom:0px;
}
.visual-block .banner.banner-2 text-block {
	position:absolute;
	bottom:0px;
}

.visual-block .banner.banner-2 .prev-price,
.visual-block .banner.banner-2 .new-price {
	color: #fff;
}

.visual-block .price-block 
{
}

.visual-block .price-block .btn {
	max-width: 60%;
}

.visual-block .price-block .price {
	max-width: 40%;
}

.visual-block .price-block .new-price {
	font-size: 20px;
}

.visual-block .banner.main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color:Black;
	width:100vw;
	height:56vw;
}

.visual-block .banner.main > a {
	
	/*height: 100%;*/
}

.visual-block .banner.main .banner-container {
	/*max-width: 950px;*/
	width: 100%;
	margin: 0 0 0 auto;
}

.visual-block .banner.main .text-block {
	width: 100%;
	max-width: 355px;
}

.visual-block .banner.main h1 {
	line-height: 1.1;
	margin-bottom: 12px;
}

.visual-block .banner.main .btn {
	padding: 14px 44px 14px 20px;
	font-size: 14px;
}

.visual-block .banner.main .btn:after {
	padding-right: 14px;
}

.visual-block .banner .subtitle {
	display: inline-block;
	vertical-align: middle;
	background: #b70605;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 1.5px;
	padding: 6px 10px 5px;
	margin-bottom: 16px;
}

.visual-block .special {
	width: 95px;
	height: 95px;
	display: block;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #b70605;
	color: #fff;
	border-radius: 50%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 12px -10px;
}

.visual-block .item-number {
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

/*--------------------------------------*/

.brand-carousel {
	text-align: center;
	position: relative;
	/*padding: 60px 0 65px;*/
	padding: 30px 0 32px;
}

.brand-carousel.indent {
	padding: 40px 0 70px;
}

.brand-carousel.border {
	padding: 10px 0 0;
}

.brand-carousel.border .slick-slider-carousel {
	border-bottom: 2px solid #ccc;
	padding-bottom: 140px;
}

.4.border .slick-slider-carousel .slick-prev,
.brand-carousel.border .slick-slider-carousel .slick-next {
	bottom: 70px;
}

.brand-carousel.bg {
	background-position: 50% 50%;
	background-size: contain;
}

.brand-carousel.bg .container {
	position: relative;
	z-index: 2;
}

.brand-carousel.bg .img-block {
	border: none;
}

.brand-carousel.bg h1 {
	color: #fff;
}

.brand-carousel.bg .title {
	color: #fff;
}

.brand-carousel.bg .prev-price {
	color: #919191;
}

.brand-carousel.bg .new-price {
	color: #fff;
}

.brand-carousel.bg:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	/*height: 230px;*/ /* This is a square block */
	height:153px; 
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85), transparent);
	background: linear-gradient(to top, rgba(0, 0, 0, .85), transparent);
	z-index: 1;
}

.brand-carousel.bg .slick-prev,
.brand-carousel.bg .slick-next {
	color: #818a9f;
	opacity: .4;
}

.brand-carousel .slick-slide {
	position: relative;
}

.brand-carousel .slick-slide .itemnumber {
	display: block;
}

.brand-carousel .itemnumber {
	position: absolute;
	
	/* top: 265px; */ /* For square blocks */
	top: 176px;
	left: 0px;
	right: 0px;
	color: #888;
	/*background: #b70605;*/
	background: transparent;
	text-transform:none;
	font-weight: 700;
	font-size: 12px;
	margin-top:0px;
	padding: 5px 10px;
	z-index: 5;
}

.brand-carousel.bg .itemnumber {
	position: absolute;
	/* display: none;*/
	/* top: 265px; */ /* For square blocks */
	top: 174px;
	left: 0px;
	right: 0px;
	color: #f00;
	background: #b70605;
	background: transparent;
	text-transform:none;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 10px;
	z-index: 5;
}


.brand-carousel .slick-slide .sale {
	display: block;
}

.brand-carousel .sale {
	position: absolute;
	display: none;
	top: 0;
	right: 30px;
	color: #fff;
	background: #b70605;
	background: transparent;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding: 5px 10px;
	z-index: 5;
}

.brand-carousel .heading {
	margin: 0 auto;
	max-width: 1140px;
	color: #4b4a4a;
	/*padding-bottom: 40px;*/ /*Original square */
	padding-bottom:24px;
	
}

.brand-carousel .heading p {
	margin-bottom: 10px;
}

.brand-carousel .heading .btn-white {
	color: #fff;
}

.brand-carousel .heading a {
	color: inherit;
}

.brand-carousel .heading a:hover {
	color: #7e7d7d;
}

.brand-carousel .heading .btn {
	display: none;
	position: absolute;
	top: 10px;
	right: 0;
	padding: 7px 27px 7px 14px; /*Original square*/
	
}

.brand-carousel h1 {
	color: #000;
}

.brand-carousel h1:only-child {
	margin-bottom: 0;
}

.brand-carousel .img-block {
	white-space: nowrap;
	text-align: center;
	display: block;
	border: 1px solid #aaaaaa;
	background: #fff;
	margin-bottom: 16px; /* Original square */
	
	position: relative;
}

.brand-carousel .img-block:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	/*min-height: 272px;*/ /* For square blocks */
	min-height: 180px;
}

.brand-carousel .img-block > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.brand-carousel .img-block:after {
	/*min-height: 268px;*/ /* For square images -- THIS ONE IS KEY!!! */
	min-height: 179px;
	
}

.brand-carousel .img-block.right {
	overflow: hidden;
	text-align: right;
}

.brand-carousel .img-block.right img {
	max-width: 100%;
	right: -20px;
	position: relative;
}

.brand-carousel .img-block img {
	height:175px;
	width:auto;
	max-width: 90%;
}

.brand-carousel .title {
	display: block;
	margin-bottom: 13px;
	font-size: 17px;
	/* min-height: 46px; */ /* For square panels */
	min-height: 36px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 100%; /* Set to 100% for square layout */
}

.brand-carousel .titlelower {
	display: block;
	margin-bottom: 13px;
	font-size: 17px;
	min-height: 46px;
	color: #000;
	font-weight: 700;
}

.brand-carousel .titlemed {
	font-size: 17px;
	color: #888;
	font-weight: 700;
	text-transform:lowercase;
}

.brand-carousel .title:hover {
	color: #b70605;
}


/*--------------------------------------*/

.product-carousel {
	text-align: center;
	position: relative;
	/*padding: 60px 0 65px;*/
	padding: 30px 0 32px;
}

.product-carousel.indent {
	padding: 40px 0 70px;
}

.product-carousel.border {
	padding: 10px 0 0;
}

.product-carousel.border .slick-slider-carousel {
	border-bottom: 2px solid #ccc;
	padding-bottom: 140px;
}

.4.border .slick-slider-carousel .slick-prev,
.product-carousel.border .slick-slider-carousel .slick-next {
	bottom: 70px;
}

.product-carousel.bg {
	background-position: 50% 50%;
	background-size: contain;
}

.product-carousel.bg .container {
	position: relative;
	z-index: 2;
}

.product-carousel.bg .img-block {
	border: none;
}

.product-carousel.bg h1 {
	color: #fff;
}

.product-carousel.bg .title {
	color: #fff;
}

.product-carousel.bg .prev-price {
	color: #919191;
}

.product-carousel.bg .new-price {
	color: #fff;
}

.product-carousel.bg:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	/*height: 230px;*/ /* This is a square block */
	height:153px; 
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85), transparent);
	background: linear-gradient(to top, rgba(0, 0, 0, .85), transparent);
	z-index: 1;
}

.product-carousel.bg .slick-prev,
.product-carousel.bg .slick-next {
	color: #818a9f;
	opacity: .4;
}

.product-carousel .slick-slide {
	position: relative;
}

.product-carousel .slick-slide .itemnumber {
	display: block;
}

.itemnumber
{
	/*top: 176px;
	left: 0px;
	right: 0px;*/
	color: #888;
	/*background: #b70605;*/
	background: transparent;
	text-transform:none;
	font-weight: 700;
	font-size: 12px;
	margin-top:10px;
	z-index: 5;
}

.product-carousel .itemnumber {
	position: absolute;
	
	/* top: 265px; */ /* For square blocks */
	top: 176px;
	left: 0px;
	right: 0px;
	color: #888;
	/*background: #b70605;*/
	background: transparent;
	text-transform:none;
	font-weight: 700;
	font-size: 12px;
	margin-top:0px;
	padding: 5px 10px;
	z-index: 5;
}

.product-carousel.bg .itemnumber {
	position: absolute;
	/* display: none;*/
	/* top: 265px; */ /* For square blocks */
	top: 174px;
	left: 0px;
	right: 0px;
	color: #f00;
	background: #b70605;
	background: transparent;
	text-transform:none;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 10px;
	z-index: 5;
}


.product-carousel .slick-slide .sale {
	display: block;
}

.product-carousel .sale {
	position: absolute;
	display: none;
	top: 0;
	right: 30px;
	color: #fff;
	background: #b70605;
	background: transparent;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding: 5px 10px;
	z-index: 5;
}

.product-carousel .heading {
	margin: 0 auto;
	max-width: 1140px;
	color: #4b4a4a;
	/*padding-bottom: 40px;*/ /*Original square */
	padding-bottom:24px;
	
}

.product-carousel .heading p {
	margin-bottom: 10px;
}

.product-carousel .heading .btn-white {
	color: #fff;
}

.product-carousel .heading a {
	color: inherit;
}

.product-carousel .heading a:hover {
	color: #7e7d7d;
}

.product-carousel .heading .btn {
	display: none;
	position: absolute;
	top: 10px;
	right: 0;
	padding: 7px 27px 7px 14px; /*Original square*/
	
}

.product-carousel h1 {
	color: #000;
}

.product-carousel h1:only-child {
	margin-bottom: 0;
}

.product-carousel .img-block {
	white-space: nowrap;
	text-align: center;
	display: block;
	border: 1px solid #aaaaaa;
	background: #fff;
	margin-bottom: 16px; /* Original square */
	
	position: relative;
}

.product-carousel .img-block:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	/*min-height: 272px;*/ /* For square blocks */
	min-height: 180px;
}

.product-carousel .img-block > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.product-carousel .img-block:after {
	/*min-height: 268px;*/ /* For square images -- THIS ONE IS KEY!!! */
	min-height: 179px;
	
}

.product-carousel .img-block.right {
	overflow: hidden;
	text-align: right;
}

.product-carousel .img-block.right img {
	max-width: 100%;
	right: -20px;
	position: relative;
}

.product-carousel .img-block img {
	height:175px;
	width:auto;
	max-width: 90%;
}

.crsWrapper .text-block
{
	display:inline-block;
	width:240px;
}

.product-carousel .title {
	display: block;
	margin-bottom: 13px;
	font-size: 17px;
	/* min-height: 46px; */ /* For square panels */
	min-height: 36px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 100%; /* Set to 100% for square layout */
}

.product-carousel .titlelower {
	display: block;
	margin-bottom: 13px;
	font-size: 17px;
	min-height: 46px;
	color: #000;
	font-weight: 700;
}

.product-carousel .titlemed {
	font-size: 17px;
	color: #888;
	font-weight: 700;
	text-transform:lowercase;
}

.product-carousel .title:hover {
	color: #b70605;
}

.price-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price-block .price {
	text-align: left;
	max-width: 45%;
}

.price-block .btn {
	max-width: 55%;
	text-transform: uppercase;
	border:none;
}

.price-block .prev-price {
	/*text-decoration: line-through;*/
	color: #4b4a4a;
	font-size: 14px;
	display: block;
}

.price-block .new-price {
	color: #b70605;
	font-size: 24px;
	font-weight: 400;
	display: block;
}

.brands-section {
	text-align: center;
	padding: 65px 0 30px;
}

.brands-section h1 {
	font: 400 25px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 24px;/*45px;*/
}

.brands-section .brand-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1170px;
	margin: 0 auto;
}

.brands-section .brand-wrapper .item {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 35px;
}

.brands-section .brand-wrapper a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.brands-section .brand-wrapper a:hover {
	opacity: .8;
}

.promotion-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.promotion-section a {
	/*padding: 40px 0 60px;*/
	color: #fff;
	display: block;
}

.promotion-section .container {
	position: relative;
	z-index: 2;
}

.promotion-section .text-block {
	text-align: center;
}

.promotion-section .img-block {
	width: 60%;
	text-align: right;
	position: absolute;
	right: -20px;
	z-index: -1;
	bottom: -40px;
}

.promotion-section .img-block img {
	width: 100%;
}

.promotion-section mark {
	background: #fff;
	font-weight: 300;
	letter-spacing: -.5px;
	padding: 10px 12px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}

.promotion-section h1 {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 32px;
}

.promotion-section h1:after {
	content: "";
	position: absolute;
	width: 70%;
	max-width: 240px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	height: 4px;
	background: #818a9f;
}

.promotion-section .btn {
	padding: 16px 44px 16px 24px;
	letter-spacing: .5px;
	font-size: 14px;
}

.promotion-section .btn:after {
	right: 24px;
}

.video-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 50px 0;
}

.video-section .video-block {
	width: 90%;
	margin: 0 auto;
	opacity: .98;
	padding: 5px 5px 0 4px;
	position: relative;
	max-width: 510px;
}

.video-section .video-block img {
	width: 100%;
	vertical-align: middle;
}

.video-section .video-block .tv-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 4;
	left: -8px;
	right: -8px;
}

.video-section .video-block .content-holder {
	position: relative;
	z-index: 5;
}

.video-section .video-block iframe {
	width: 100%;
	vertical-align: middle;
	min-height: 178px;
}

.video-purchase 
{
	text-align:center;
	display: table;
	width:100%;
}

.video-purchase-button
	{
		text-align:left;		
	}
		

.nav-section .btn-holder {
	margin: 0 -8px 32px;
}



.nav-section .btn-holder .btn {
	padding: 20px 10px;
	margin: 0 8px 10px;
	text-align: center;
	font-size: 20px;
	width: calc(100% + 16px);
}

.nav-section 
{
	text-align:center;
	padding: 30px 0;
}

.nav-section :after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #ccc;
}

.product-section {
	padding: 30px 0;
}

.product-section .row {
	padding-bottom: 70px;
	position: relative;
}

.product-section .row:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #ccc;
}

.product-section .like {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	position: absolute;
	right: 12px;
	top: 12px;
	color: #fff;
	background: #b70605;
	padding: 10px 12px;
	font-size: 20px;
	display: block;
	width: 47px;
	height: 47px;
	z-index: 1;
}

.product-section .like:hover {
	color: #b70605;
	background: #fff;
}

.product-section .like i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-section .product-image {
	margin-bottom: 40px;
}

.product-section .product-image .text-block {
	display: none;
	/* margin-bottom: 32px; */
	margin-bottom: 24px;
}

.product-section h1 {
	font: 700 36px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.product-section .keyword {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #696969;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}

.product-section .keyword-list li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 7px;
	position: relative;
}

.product-section .keyword-list li:after {
	width: 2px;
	height: 2px;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	border-radius: 50%;
	background: #696969;
}

.product-section .keyword-list li:last-child:after {
	content: none;
}

.product-section .keyword-list a {
	color: #696969;
}

.product-section .keyword-list a:hover {
	color: #b70605;
}

.product-section .price {
	margin-bottom: 16px;
}

.product-section .price .prev-price {
	/*text-decoration: line-through;*/
	color: #696969;
}

.product-section .price .new-price {
	font-size: 24px;
}

.product-section .price .new-price span {
	font-size: 14px;
	padding-left: 4px;
	color: #525252;
}

.product-section .price .new-price span i {
	padding-right: 2px;
}

.product-section .info-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 16px;
}

.product-section .info-row .col {
	width: 50%;
	padding: 17px 0;
}

.product-section .info-row .col li {
	margin-bottom: 28px;
	font-size: 16px;
	color: #000;
}

.product-section .info-row .col li:last-child {
	margin-bottom: 0;
}

.product-section .info-row .col + .col {
	padding-left: 14px;
	border-left: 1px solid #e7e7e7;
}

.product-section .buy-block {
	margin-bottom: 28px;
}

.product-section .buy-block .title {
	margin-bottom: 10px;
}

.product-section .buy-block .jcf-number {
	max-width: 135px;
}

.product-section .buy-block .jcf-number input {
	width: 100%;
	padding: 3px 60px;
}

.product-section .btn-holder {
	margin: 0 -8px 32px;
}

.product-section .btn-holder .btn {
	padding: 20px 10px;
	margin: 0 8px 10px;
	text-align: center;
	font-size: 16px;
	width: calc(100% - 16px);
}

.product-section .btn-holder .btn.btn-arrow {
	padding: 20px 34px 20px 10px;
}

.product-section .btn-holder .btn.btn-arrow:after {
	font-size: 14px;
}

.product-section .title {
	text-transform: uppercase;
	color: #696969;
	display: block;
	font-size: 13px;
}

.product-section .tabset {
	border-bottom: 1px solid #e7e7e7;
}

.product-section .tabset li {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 13px;
}

.product-section .tabset li:first-child a {
	padding-left: 0;
}

.product-section .tabset li a {
	color: #696969;
	padding: 5px 18px;
	display: block;
	border-bottom: 2px solid transparent;
}

.product-section .tabset li a.active {
	color: #000;
	border-color: #000;
}

.product-section .tab-content {
	padding: 25px 0;
}

.product-section .share-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-section .share-block .title {
	margin-bottom: 0;
	padding-right: 10px;
}

.product-section .social {
	font-size: 18px;
}

.product-section .social li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 6px;
}

.product-section .social a {
	color: #000;
}

.product-section .social a:hover {
	color: #b70605;
}

.slick-slider-product {
	margin-bottom: 20px;
}

.slick-slider-product .slick-slide {
	border: 1px solid #c7c7c7;
	padding: 20px;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slick-slider-product .slick-slide div {
	max-height: 100%;
	max-width: 100%;
	height: 100%;
}

.slick-slider-nav .slick-list {
	margin: 0 -5px;
}

.slick-slider-nav .slick-slide {
	border: 1px solid #c7c7c7;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 5px;
	padding: 5px;
}

.slick-slider-nav .slick-slide.slick-current {
	border-color: #ff8747;
}

.slick-slider-nav .slick-slide div {
	max-height: 100%;
	max-width: 100%;
	height: 100%;
}

.slick-slider-nav .slick-slide img {
	max-width: 100%;
	max-height: 100%;
}

.to-top {
	width: 50px;
	height: 50px;
	position: fixed;
	color: #b7b7b7;
	border: 1px solid #e7e7e7;
	bottom: 5%;
	right: 15px;
	font-size: 16px;
	background-image: url(/images/layout/totop-back.png);
	z-index: 10;
}

.to-top:after {
	content: "\e915";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.join-section {
	background: #000;
	color: #fff;
	padding: 31px 0 35px;
	text-align: center;
}

.join-section h1 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1.0667;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.join-section .sign-up {
	margin-bottom: 23px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: .6px;
}

.submit-form .row,
.search-form .row {
	max-width: 442px;
	position: relative;
	margin: 0 auto;
}

.submit-form input,
.search-form input {
	height: 47px;
	width: 100%;
	border: none;
	padding: 7px 85px 7px 15px;
	color: #000;
}

.submit-form input:focus,
.search-form input:focus {
	outline: none;
}

.submit-form button,
.search-form button {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #b70605;
	border: none;
	text-transform: uppercase;
	max-width: 90px;
	color: #fff;
}

.submit-form button:hover,
.search-form button:hover {
	background-color: #f92a29;
}

#footer {
	background-color: #13181e;
	background-image: url(/images/layout/footer-bg.png);
	color: #87888b;
	position: relative;
}

#footer:before {
	background-image: url(/images/layout/img-footer-bg.png);
	background-size: 205px 145px;
	background-position: calc(100% + 55px) -40px;
	background-repeat: no-repeat;
	content: "";
	width: 221px;
	height: 205px;
	position: absolute;
	top: 0;
	right: 0;
}

#footer .title {
	color: #e5e9f3;
	font: 22px/1.1818182 "MainSerif", "Courier New"; /*"Times New Roman", "Times", "Baskerville", "Georgia", serif;*/
	display: block;
	margin-bottom: 27px;
}

#footer .logo {
	display: block;
	max-width: 125px;
	margin: 0 auto 29px;
	position: relative;
	width: 100%;
}

#footer .logo:before {
	content: "";
	position: absolute;
	top: 40%;
	left: -999px;
	right: -9999px;
	height: 1px;
	background: rgba(130, 130, 130, .23);
}

.list {
	font-size: 18px;
	line-height: 1.222222;
}

.list li {
	padding: 0 8px 9px;
}

.lists-holder {
	padding-top: 20px;
}

.lists-holder .logo-holder {
	overflow: hidden;
	margin-top: -15px;
}

.lists-holder .col:first-child {
	width: 100%;
}

.lists-holder .list {
	margin: 0 -8px 20px;
}

.lists-holder .list a {
	color: #87888b;
}

.lists-holder .list a:hover {
	color: #bbbbbd;
}

.lists-holder .list.category {
	width: 100%;
}

.lists-holder .list.address {
	line-height: 1.444;
}

.lists-holder .list.address address {
	font-style: normal;
}

.lists-holder .list.address .email a {
	font-size: 16px;
}

.lists-holder .list.address li {
	padding-left: 40px;
	padding-bottom: 26px;
	position: relative;
}

.lists-holder .list.address li i {
	position: absolute;
	top: 5px;
	left: 8px;
	color: #b70605;
}

.lists-holder .list.address li i.icon-letter {
	font-size: 15px;
}

.more-info {
	padding-bottom: 28px;
}

.footer-holder {
	text-align: center;
	overflow: hidden;
}

.footer-holder .copyright {
	text-align: center;
	font-size: 14px;
	line-height: 1.142857;
	display: inline-block;
	vertical-align: baseline;
	margin-bottom: 39px;
}

.footer-holder .list {
	display: block;
	margin-bottom: 15px;
}

.footer-holder .list li {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

.footer-holder .list.social-networks {
	margin: 0 -4px;
}

.footer-holder .list.social-networks li {
	opacity: 1;
}

.social-networks li {
	width: 32px;
	height: 32px;
	margin: 0 4px;
	position: relative;
}

.social-networks li a {
	display: block;
	height: 100%;
	color: #fff;
}

.social-networks li i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 10px;
}

.social-networks li.blue {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: #3b5998;
}

.social-networks li.blue:hover {
	background: #718dc8;
}

.social-networks li.azure {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: #55acee;
}

.social-networks li.azure:hover {
	background: #b2d9f7;
}

.social-networks li.red {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: #cb2027;
}

.social-networks li.red:hover {
	background: #e76a6f;
}

.social-networks li.gray {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: #7d7d7d;
}

.social-networks li.gray:hover {
	background: #b0b0b0;
}

.note {
	background-color: #0d0f14;
	padding: 18px 0 10px;
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
}

.note .container {
	max-width: 1060px;
}

.note strong {
	color: #aeb1b6;
}

.search-button
{
	visibility: hidden;
}





.product-grid-panel {
	width: 200px;
	padding: 6px;
	margin: 6px 6px;
	display: inline-block;
	border: solid 1px #ddd;
	
}

.border-gradient-red {
	border: solid 2px darkred;
	border-image-slice: 1;
	border-image-source: linear-gradient(175deg, #a00, #fcc 50% , #400 51%, #a00);
}

.product-grid-panel .text-block .title
{
	display:block; 
	margin-top: 7px;
	margin-bottom: 9px;
	font-size: 11px; 
	/* min-height: 46px; */ /* For square panels */ 
	min-height: 23px; 
	color: #000; 
	font-weight: 700; 
	text-transform: uppercase; 
	line-height: 100%;
}

.product-grid-panel .img-block img
{
	max-width:190px;
	max-height:126px;
	
}

.product-grid-panel .text-block .new-price
{
	font-size:17px;
	font-weight:700;
}

.product-grid-panel .text-block .btn.btn-arrow
{
	font-size:11px;
	font-weight:700;
}

div.product-grid_empty
	{
		margin-top:16px;
		background:#fff;
		padding: 4px;
		z-index:250;
		min-height:320px;
	}

#lnkFilter
{
	display:block;
	margin:0px;
	padding-top:16px;
	padding-bottom:4px;
	height:40px;
	vertical-align:bottom;
}

#filterPanel
{
	display:none;
}


.heart
{
	display:none;
}

.cart-empty
{
	color:White;
	display:none;	
}
 
img.component-image
{
	/*max-width: 320px;
	max-height: 224px;*/
	max-width: 224px;
	max-height: 168px;
	margin: 0;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.subcomponent .line-entry div.img-block
{
	width:228px;
	height:172px;
	position:relative;
	overflow:hidden;
}

ul.subfeatures
{
	color:#666;
	padding:0px;
	padding-left:8px;
	margin:0px;
}

ul.subfeatures li
{
	margin-left:4px;
	margin-bottom:8px;
	
}

#sub-groupee
{
	text-align:center;
}


.video-monitor
{
	width:90vw;
	height:53.44vw; 
	max-width:596px; 
	max-height:335px;
	background-color:Black;
}

.video-thumbs
{
	display:inline-block;
	text-align:center;
	width:90vw; 
	max-width:640px;
	height:160px; 
	background-color:#222;
	overflow-x:scroll;
	overflow-y:hidden;
	white-space:nowrap;
}

.video-container
{
	display:inline-block;
	max-width:642px;
}

.video-offerings
{
	max-width: 960px;
	margin: 2vw;
}

.video-panel
{
	margin-top:5vw;
	display:inline;
}

.video-subpanel
{
	width:95vw;
	margin-top:1vw;
	display:inline-block;
	background:white;
}

.menu .menu-bar li.burger
{
	z-index:32767;
}

input[type=checkbox]
{
	-webkit-appearance: checkbox;
}

@media (max-width: 376px)
{
	.product-grid-panel
	{
		width:280px; 
		padding:6px; 
		margin:12px 6px; 
		display:inline-block; 
		
	}
	
	.product-grid-panel .text-block .title
	{
		display:block; 
		margin-top: 9px;
		margin-bottom: 13px;
		font-size: 15px; 
		/* min-height: 46px; */ /* For square panels */ 
		min-height: 36px; 
		color: #000; 
		font-weight: 700; 
		text-transform: uppercase; 
		line-height: 100%;
	}
	
	
	.product-grid-panel .text-block .new-price
	{
		font-size:21px;
		font-weight:700;
	}

	.product-grid-panel .text-block .btn.btn-arrow
	{
		font-size:13px;
		font-weight:700;
	}
	
	.product-grid-panel .text-block .btn.btn-gray
	{
		font-size:13px;
		font-weight:700;
	}	
}


@media (max-width: 479px)
{
	#mainlogo
	{
		visibility:visible;
		width:36px;
		height:auto;
		/*background-color:#FF00FF;*/
	}
	
	div.cart_main
	{
		text-align:center;
	}
	
	div.cart_thumb
	{
		
		text-align:center;	
	}
	
	#header
	{
		height: 48px;
		margin-bottom:28px;	
	}
	
	.header-main 
	{
		padding: 8px 0 8px;
		text-align:center;
		position: absolute;
		top 0;
		left: 0;
		right: 0;
		height: 48px;
	}
	
	.main img
	{
		margin-top:0px;
		margin-bottom:0px;
	}
	
	

	.header-main .container {
		padding: 0 8px;
		text-align: center;
		vertical-align: middle;
	}

	.header-main .container .flex-holder
	{
		text-align: center;	
	}
	
	.header-main .container .logo
	{
		display:none;
	}
	
	.searchbox 
	{
		-webkit-appearance: textfield; /* 1 */
		box-sizing: content-box; /* 2 */
		width: 50vw;
		height:2em;
		left:4px;
		margin-bottom:12px;
	}	
	
	.subcomponent .line-entry
	{
		
		margin: 0vw 0px 0vw 0px;
	} /*wq*/
	
	.subcomponent .line-entry .writeup-block
	{
		margin: 0;
	}
	
	.menu .menu-bar li.heart { padding-bottom:8px; }
	.menu .menu-bar li.bogie { padding-bottom:8px; }	
	.menu .menu-bar li.heart { padding-bottom:8px; }
	.menu .menu-bar li.burger { padding-bottom:8px; padding-left:32px; }
	
	.cart-buttons .btn-holder .btn 
	{
		width: 85vw;
		letter-spacing: .4px;
		font-size: 20px;
		margin-bottom: 6px;
	}
	
	.product-detail h1
	{
		font-size:27px;	
	}
	
	.videoholder
{
	position:absolute; 
	width:100vw;
	height:100vw;
	bottom:0; 
	z-index:0;
	overflow:hidden;
}

.videobottom
{
	width:178vw;
	height:100vw;
}

.canvasbottom
{
	position:absolute; 
	width:178vw;
	height:100vw;
	z-index:0; 
	bottom:0;
}
	
}

@media (min-width: 480px) 
{
	.menu .menu-bar li.burger { padding-left:24px; }
	
	.searchbox 
	{
		-webkit-appearance: textfield; /* 1 */
		box-sizing: content-box; /* 2 */
		width: 30vw;
		max-width: 16em;
		margin: 0px; /*24px*/
	}
	
	#lnkFilter
	{
		display:block;
		margin:0px;
		padding-top:4px;
		padding-bottom:4px;
		height:32px;
		vertical-align:bottom;
	}

	
	#mainlogo
	{
		
		/*position:relative;
		width:128px;
		height:auto;
		background-repeat: no-repeat;
		background-size: contain;
		background-image:url(/images/layout/logo.png);*/
	
		/*background-color:blue;*/
	
		/*background-color:#00FFFF;*/	
		
	}
	
	.intro-header .call {
		padding-left: 24px;
		display: inline-block;
		vertical-align: middle;
		padding-top: 0;
	}

	.intro-header .call:before {
		background-color: #696969;
	}

	.account {
		margin: 0 -30px;
	}

	.header-main {
		top: 38px;
	}

	.header-main .menu-bar li {
		margin: 0 0 0 20px;
	}

	.header-main .menu-bar .search-form {
		padding: 21px 0;
	}

	.header-main .menu {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.nav .navbar {
		margin: 0 -30px;
	}

	.container {
		padding: 0 30px;
	}

	.visual-block .banner.banner-1 .text-block {
		right:0;
		bottom:0;
	}
	.visual-block .banner.banner-2 .text-block {
		right:0;
		bottom:0;
	}

	.visual-block .banner.banner-1 .img-block {
		top: 0;
		left: 0;
		width: 66vw;
	}
	.visual-block .banner.banner-2 .img-block {
		top: 0;
		left: 0;
		width: 66vw;
	}

	.visual-block .banner.banner-1 .special {
		position: absolute;
		top: -55px;
		left: -95px;
	}
	.visual-block .banner.banner-2 .special {
		position: absolute;
		top: -55px;
		left: -95px;
	}
	

	.brands-section .brand-wrapper .item {
		width: 33.332%;
	}

	.promotion-section {
		font-size: 18px;
	}

	.promotion-section a {
		/*padding: 00px 0 108px;*/
	}

	.promotion-section .img-block {
		bottom: -80px;
		max-width: 540px;
		width: 50%;
	}

	.promotion-section mark {
		padding: 7px 30px;
		font-size: 21px;
	}

	.promotion-section h1 {
		padding-bottom: 26px;
		margin-bottom: 26px;
		font-size: 45px;
	}

	.promotion-section h1:after {
		height: 7px;
	}

	.promotion-section .btn {
		font-size: 16px;
	}

	.video-section {
		padding: 50px 0 60px;
	}

	.video-section .video-block iframe {
		min-height: 280px;
	}

	/* TRIAL!!! */
	.product-section .btn-holder .btn {
		width: calc(50% - 18px);
		letter-spacing: .4px;
		font-size: 20px;
	}

	.product-section .btn-holder .btn.btn-arrow {
		padding: 20px 44px 20px 10px;
	}

	.product-section .btn-holder .btn.btn-arrow:after {
		right: 30px;
	}

	.slick-slider-nav .slick-list {
		margin: 0 -10px;
	}

	.slick-slider-nav .slick-slide {
		margin: 0 10px;
		height: 106px;
	}

	.submit-form input,
	.search-form input {
		padding-right: 135px;
	}

	.submit-form button,
	.search-form button {
		max-width: 127px;
		width: 100%;
	}

	.list li {
		padding: 0 8px 19px;
	}

	.lists-holder {
		padding-top: 66px;
	}

	.lists-holder .col {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 -3px;
	}

	.lists-holder .list {
		margin: 0 -8px 35px;
	}

	.lists-holder .list.category {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.lists-holder .list.category li {
		width: 50%;
	}

	.footer-holder .list {
		margin: 0 -4px 15px;
	}

	.footer-holder .list li {
		margin: 0 4px;
	}
	
	.cart-buttons .btn-holder .btn 
	{
		width: 55vw;
		letter-spacing: .4px;
		font-size: 17px;
		margin-bottom: 6px;
	}
	
	/*.cart-buttons .btn-holder .btn 
	{
		width: calc(45% - 18px);
		letter-spacing: .4px;
		font-size: 20px;
	}*/
	
	
	
}

@media (max-width: 799px)
{
	.video-preview
	{
		display:none;
	}
	/*
	.slideDotHolder
	{
		display:none;	
	}
	*/
	.slideDot
	{
		border:0.5px solid #ccc!important;
		border-radius:50%;
		box-shadow: 0.5px 0.5px 0.5px 0.5px black;
		display:inline-block;
		height:4px;
		width:4px;
		margin-bottom:2px;
		margin-left:0.5px;
		margin-right:0.5px;
	}	
}

@media (min-width: 800px) 
{
	.slideArrowLeft
	{
		width:10vw;
		background-image:none;
		cursor:default;
	}
	
	.slideArrowRight
	{
		width:10vw;
		background-image:none;
		cursor:default;
	}
	
	.visual-block .banner.banner-1 {
		height:40vw;
	}
	.visual-block .banner.banner-2 {
		height:40vw;
	}
	
	.visual-block .banner.banner-1 .text-block {
		right:1vw;
		bottom:1vw;
		width:40vw;
	}
	.visual-block .banner.banner-2 .text-block {
		right:1vw;
		bottom:1vw;
		width:40vw;
	}

	.visual-block .banner.banner-1 .img-block 
	{
		top: 5px;
		left: 0;
		width: 45vw;
	}
	.visual-block .banner.banner-2 .img-block {
		top: 5px;
		left: 0;
		width: 45vw;
	}

	.visual-block .banner.banner-1 .special {
		position: absolute;
		top: -55px;
		left: -95px;
	}
	.visual-block .banner.banner-2 .special {
		position: absolute;
		top: -55px;
		left: -95px;
	}
	
	.visual-block .banner.banner-1 h1 {
		font-size:2vw;
	}
	.visual-block .banner.banner-2 h1 {
		font-size:2vw;
	}
	
	.visual-block .banner.banner-1 text-block {
		width:45vw;
	}
	.visual-block .banner.banner-2 text-block {
		width:45vw;
	}
	
	
	
	.video-subpanel
	{
		max-width:340px;
		margin-top:0px;
	}
	
	img.cart_thumb
	{
		display:inline-block;
	}
	
	td.cart_filler
	{
		display:none;
		width:0px;
	}
	
	td.cart_thumb
	{
		width:96px;
		max-width:96px;
		padding:4px;
		display:table-cell;
	}

	img.component-image
	{	
		/*max-width: 320px;
		max-height: 224px;*/
		max-width: 240px;
		max-height: 224px;
		margin: 0;
		position:absolute;
		top:50%;
		left:50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.subcomponent .line-entry div.img-block
	{
		width:244px;
		height:228px;
		position:relative;
		overflow:hidden;
	}

	
	.heart
	{
		display:inline-block;
	}
	
	#mainlogo
	{
		/* background-color:lime; */
	}
	
	#lnkFilter
	{
		display:none;
	}
	
	.product-grid-panel
	{
		width:260px; 
		padding:6px; 
		margin:6px 6px; 
		display:inline-block; 
	}
	
	.product-grid-panel .img-block img
	{
		max-width:240px;
		max-height:159px;
		/*max-height:131px;	*/
	}
	
	.product-grid-panel .text-block .title
	{
		display:block; 
		margin-top:9px;
		margin-bottom: 13px;
		font-size: 15px; 
		/* min-height: 46px; */ /* For square panels */ 
		min-height: 36px; 
		color: #000; 
		font-weight: 700; 
		text-transform: uppercase; 
		line-height: 100%;
	}
	
	.product-grid-panel .text-block .new-price
	{
		font-size:21px;
		font-weight:700;
	}

	.product-grid-panel .text-block .btn.btn-arrow
	{
		font-size:13px;
		font-weight:700;
	}
	
	.product-grid-panel .text-block .btn.btn-gray
	{
		font-size:13px;
		font-weight:700;
	}

	
	
	.search-button {
		border: none;
		float: right;
		background-color: transparent;
		background-image: url(/images/layout/magnifier.png);
		width: 2.125em;
		height: 2.125em;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		margin-left: 0.5em;
		visibility: visible;
	}
		
	.account {
		margin: 0 -50px;
	}

	.header-main .menu-bar li {
		margin: 0 0 0 35px;
	}

	.header-main .menu-bar .search-form input {
		padding-right: 105px;
	}

	.nav .navbar {
		margin: 0 -50px;
	}

	.container {
		/*padding: 0 50px;*/
	}

	.slick-slider-carousel .slick-list {
		margin: 0 -20px;
	}

	.slick-slider-carousel .slick-slide {
		padding: 0 20px;
	}

	.visual-block .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	
	.visual-block .col h1 {
		font-size: 22px;
	}

	.visual-block .col .banner {
		width: 50%;
	}
/*
	.visual-block .banner > a {
		padding: 55px 30px 35px;
	}

	.visual-block .banner.banner-1 {
		border-bottom: none;
		border-right: 3px solid #000;
	}

	.visual-block .banner.banner-1 h1 {
		font-size: 30px;
		margin-bottom: 16px;
	}

	.visual-block .banner.banner-1 .text-block {
		margin: 0 auto 0 0;
	}

	.visual-block .banner.banner-1 .img-block {
		right: 25px;
		top: 25px;
		left: auto;
		bottom: auto;
	}

	.visual-block .banner.banner-1 .special {
		position: static;
	}

		.visual-block .banner.banner-2 {
		border-bottom: none;
		border-right: 3px solid #000;
	}

	.visual-block .banner.banner-2 h1 {
		font-size: 30px;
		margin-bottom: 16px;
	}

	.visual-block .banner.banner-2 .text-block {
		margin: 0 auto 0 0;
	}

	.visual-block .banner.banner-2 .img-block {
		right: 25px;
		top: 25px;
		left: auto;
		bottom: auto;
	}

	.visual-block .banner.banner-2 .special {
		position: static;
	}
*/

	/*.visual-block .banner.banner-2 .text-block {
		margin: 0 auto 0 0;
		max-width: 225px;
	}*/

	.visual-block .banner.main > a {
		/*padding: 160px 30px 130px;*/
	}

	.visual-block .banner.main h1 {
		margin-bottom: 16px;
		font-size: 42px;
		line-height: 1.2;
	}

	.visual-block .banner.main p {
		margin-bottom: 36px;
	}

	.visual-block .banner.main .btn {
		font-size: 16px;
		padding: 16px 54px 16px 35px;
	}

	.visual-block .banner.main .btn:after {
		padding-right: 25px;
	}

	.visual-block .banner .subtitle {
		padding: 8px;
		font-size: 13px;
	}

	.visual-block .special {
		width: 68px;
		height: 68px;
		font-size: 12px;
	}

	.product-carousel .sale {
		right: 20px;
	}

	.brands-section h1 {
		font-size: 27px;
	}

	.product-section .title {
		margin-bottom: 5px;
	}

	.footer-holder .list {
		float: left;
		margin: 0 -4px;
		display: inline-block;
		vertical-align: top;
	}

	.footer-holder .list.social-networks {
		float: right;
	}
	
	#filterPanel
	{
		max-height:9999px;
		display:block;
		position:absolute;
		right:0px;
		width:192px;
		padding: 1em;
		padding-top:4px;
		
		
		/*z-index:511;*/
		/*border:solid 1px #555;*/
	}
	
	div.product-grid
	{
		background:#fff;
		padding: 8px;
		margin-right:192px; /* 224 */
		margin-top:0px;
		z-index:250;
		min-height:640px;
	}
	
	
	div.product-grid_empty
	{
		margin-top:16px;
		background:#fff;
		padding: 8px;
		z-index:250;
		min-height:640px;
	}
	
	ul.filter-selection
	{
		list-style: none;
		max-height: 100%;
		-webkit-columns: none; /* Chrome, Safari, Opera */
		-moz-columns: none; /* Firefox */
		columns: none;	
	}
	
	.filter-panel 
	{
		font-size: 15px;
	
	}
	
	.filter-segment-header
	{
		font-size:15px;	
		text-transform:uppercase;
		padding-bottom:2px;
		border-bottom: solid 1px #aaa;
		margin-bottom:2px;
	}

	
	.filter-segment
	{
		font-size:13px;
	}

	img.cart_thumb
	{
		width:108px;
		height:auto;
	}
	
}

@media (min-width: 1024px) 
{
	.cart-empty
	{
		display:inline-block;
	}
	
	
	#mainlogo
	{
		/* background-color:yellow;*/
	}
	
	.jcf-number {
		height: 38px;
	}

	.jcf-number input {
		padding: 3px 53px;
	}

	.jcf-number .jcf-btn-dec,
	.jcf-number .jcf-btn-inc {
		width: 38px;
	}

	.account {
		margin: 0 -60px;
	}

	.header-main > .container {
		padding: 0 60px;
	}

	.nav .navbar {
		margin: 0 -60px;
	}

	.container {
		padding: 0 60px;
	}

	/*ul:not([class]):not([id]) li {
		padding: 0 0 9px 14px;
	}*/

	.breadcrumbs {
		display: block;
	}

	.slick-slider-carousel {
		padding: 0;
	}

	.slick-slider-carousel .slick-list {
		margin: 0 auto;
	}

	.slick-slider-carousel .slick-slide {
		padding: 0 14px;
	}

	.slick-slider-carousel .slick-prev,
	.slick-slider-carousel .slick-next {
		top: 27%;
	}

	.slick-slider-carousel .slick-prev {
		left: -40px;
	}

	.slick-slider-carousel .slick-next {
		right: -40px;
	}


	.brandSlider > .slick-slider-carousel .slick-prev {
		left: -10px;
	}

	.brandSlider > .slick-slider-carousel .slick-next {
		right: -10px;
	}
	
	.brandSlider > .slick-slider-carousel .slick-slide {
		padding: none;
	}	
	
	.product-carousel.indent {
		/*padding: 0 0 50px;*/
		padding: 0 0 20px;
	}
	
	.product-carousel.indent {
		/*padding: 0 0 50px;*/
		padding: 0 0 20px;
	}
	

	.product-carousel.border .slick-slider-carousel {
		/*margin-bottom: 40px;
		padding-bottom: 55px;
		margin-bottom: 40px;*/
		
		margin-bottom: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.product-carousel .sale {
		right: 14px;
	}

	.product-carousel .heading {
		padding: 0 0 40px;
		max-width: 650px;
	}

	.product-carousel .heading .btn {
		display: block;
		right: 115px;
	}

	.brands-section {
		padding: 65px 0 62px;
	}

	.brands-section .brand-wrapper .item {
		width: 16.667%;
		margin-bottom: 0;
	}

	.promotion-section .text-block {
		max-width: 590px;
		width: 50%;
	}

	.promotion-section .img-block {
		top: 50%;
		right: 15px;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.video-section {
		padding: 60px 0;
	}

	.video-section .video-block {
		max-width: 725px;
	}

	.video-section .video-block iframe {
		min-height: 400px;
	}
	
	

	.product-section .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -35px 30px;
		font-size: 14px;
	}

	.product-section .row:after {
		left: 35px;
		right: 35px;
	}

	.product-section .like {
		width: 35px;
		height: 35px;
		right: 35px;
		top: -6px;
		padding: 8px 9px;
		font-size: 14px;
	}

	.product-section .product-image {
		margin-bottom: 0;
		width: 51%;
		padding: 0 35px;
	}
	
	.product-section .video-container 
	{
		background-color:Red; 
		position:absolute; 
		top:0; 
		left:0; 
		width:100%;
		height:100%;
		z-index:255;	
		margin: 0 0;
	}

	.product-section .product-image .text-block {
		display: block;
	}

	.product-section .product-detail {
		width: 49%;
		padding: 0 35px;
		margin-top: -3px;
	}

	.product-section h1 {
		margin-bottom: 10px;
		font-size: 30px;
		padding-right: 40px;
	}

	.product-section .keyword {
		margin-bottom: 16px;
	}

	.product-section .price .new-price {
		font-size: 20px;
	}

	.product-section .info-row .col li {
		font-size: 13px;
	}

	.product-section .buy-block .title {
		margin-bottom: 5px;
	}

	.product-section .btn-holder .btn {
		font-size: 15px;
		width: auto;
		padding: 14px 20px;
	}
	
	.cart-buttons .btn-holder .btn 
	{
		font-size: 16px;
		width: auto;
		padding: 14px 20px;
	}

	.product-section .btn-holder .btn.btn-arrow {
		padding: 14px 44px 14px 30px;
	}

	.product-section .btn-holder .btn.btn-arrow:after {
		font-size: 8px;
	}

	.product-section .tab-content {
		margin-bottom: 8px;
		padding: 16px 0;
	}

	.slick-slider-product {
		margin-bottom: 16px;
	}

	.join-section {
		padding: 21px 0;
	}

	.join-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.join-section h1 {
		max-width: 225px;
		margin-bottom: 0;
	}

	.join-section .sign-up {
		max-width: 185px;
		margin-bottom: 0;
	}

	.submit-form .row,
	.search-form .row {
		max-width: 460px;
		width: 460px;
	}

	#footer .title {
		font-size: 17px;
		line-height: 1.23529;
	}

	#footer .logo {
		margin-bottom: 30px;
	}

	.list {
		font-size: 15px;
	}

	.lists-holder {
		padding-top: 54px;
	}

	.lists-holder .col {
		width: 25%;
	}

	.lists-holder .col:first-child {
		width: 50%;
	}

	.lists-holder .list.address .email a {
		font-size: 18px;
	}
}

@media (max-width: 1199px)
{
	.header-main .menu-bar .count {
		position: absolute;
		right: -13px;
		top: -13px;
		height: 20px;
		width: 20px;
		background: #b70605;
		border-radius: 50%;
		text-align: center;
		padding-left:6px;
	}
	
	.banner .main
	{
		margin-top:24px;
	}
}

@media (min-width: 1200px) 
{
	.videoholder
	{
		width:74.375vw;
		height:auto;
	}

	.videobottom
	{
		width: 74.375vw;
		height:auto;
	}

	.canvasbottom
	{
		width: 74.375vw;
		height:auto;
	}
	
	.visual-block .banner.main {
		width: 74.375vw;
		height:40vw;
		background-color:#000;
		border-right:solid 3px #000;
	}

	.visual-block .banner.main > a {
		padding-left: 0px;
	}

		.visual-block .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.visual-block .col {
		width: 25vw;
		display: block;
		border-left: 3px solid #000;
		border-top: none;
	}

	.visual-block .col .banner {
		width: 100%;
	}

	.visual-block .banner > a {
		padding: 87px 30px;
	}


	.visual-block .banner.banner-1 .text-block {
		right:5px;
		bottom:5px;
		width:20.0vw;
		margin:0px;
	}
	.visual-block .banner.banner-2 .text-block {
		right:5px;
		bottom:5px;
		width:20.0vw;
		margin:0px;
	}

	.visual-block .banner.banner-1 .img-block 
	{
		top: 4px;
		left: 4px;
		width: 22vw;
	}
	.visual-block .banner.banner-2 .img-block {
		top: 4px;
		left: 4px;
		width: 22vw;
	}

	.visual-block .banner.banner-1 .special {
		position: absolute;
		top: -55px;
		left: -95px;
	}
	.visual-block .banner.banner-2 .special {
		position: absolute;
		top: -55px;
		left: -95px;
	}
	
	.visual-block .banner.banner-1 h1 {
		font-size:1.5vw;
	}
	.visual-block .banner.banner-2 h1 {
		font-size:1.5vw;
	}
	
	.visual-block .banner.banner-1 text-block {
		width:25vw;
	}
	.visual-block .banner.banner-2 text-block {
		width:25vw;
	}


	.visual-block .banner.banner-1 
	{
		height:20vw;
		border-bottom: 3px solid #000;
		border-right: none;
	}
	
	.visual-block .banner.banner-2
	{
		height:20vw;
	}
	
	
	.visual-block .banner.banner-1 .special {
		margin: 0 0 12px -10px;
	}
	
	
	.visual-block .banner.banner-2 .special {
		margin: 0 0 12px -10px;
	}

	.video-monitor
	{
		margin-top:0vw;
		width:50vw; 
		height:33.75vw; 
		max-width:852px; 
		max-height:480px;
	}
	
	.video-thumbs
	{
		display:inline-block;
		text-align:center;
		width:160px; 
		height:33.75vw; 
		max-height:480px;
		color:White;
		background-color:#222;
		overflow-x:hidden;
		overflow-y:scroll;
		white-space:normal;
	}
	
	.video-container
	{
		max-width:none;
	}
	
	.video-panel
	{
		margin-top:0px;
		display:table-cell;
	}

	.video-subpanel
	{
		max-width:340px;
		margin-top:0px;
		display:block;
	}
	
	.video-purchase 
	{
		text-align:center;
		position:absolute;
		right:5px;
		bottom:5px;	
		display: table;
		width:100%;
	}
	
	.video-purchase-button
	{
		text-align:right;		
	}
	
	
	.menu .menu-bar li.bogie { padding-left:32px; }	
	
	
	.descriptor ul
	{ 
		-webkit-columns: 160px auto; /* Chrome, Safari, Opera */
		-moz-columns: 160px auto; /* Firefox */
		columns: 160px auto;
	}
	
	
	#header {
		padding-bottom: 0;
	}

	.intro-header {
		text-align: left;
	}

	.intro-header .order {
		max-width: 35%;
	}

	.account {
		margin: 0;
		max-width: 65%;
		display: block;
		position: absolute;
		right: 63px;
		top: -174px;
	}

	.account li {
		display: inline-block;
		vertical-align: top;
		margin-right: -4px;
	}
	
	.account li div
	{
		display:table;
		height:36px;
		margin-right: 16px;
		color:White;
		
	}
	
	.account li div div
	{
		display:table-cell;
		margin:0px;
		font-size: 12px;
		color:White;
		vertical-align: middle;
		text-transform:uppercase;
	}

	.account li + li a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 1px;
		background: #323436;
	}

	.account a {
		font-size: 12px;
		line-height: 1.16666;
	}

	#mainlogo
	{
		width:155px;
		height:94px;
		background-repeat: no-repeat;
		background-size: contain;
		background-image:url(/images/layout/logo.png);
		/* background-color:#FF8800; */
	
	}

	.header-main {
		padding: 23px 0 72px;
		position: relative;
		top: 0;
	}

	.header-main .menu-bar li {
		margin: 0;
	}

	.header-main .menu-bar .search-opener,
	.header-main .menu-bar .heart {
		display: none;
	}

	.header-main .menu-bar .count span {
		opacity: 1;
		visibility: visible;
	}
	
	.header-main .menu-bar .bogie {
		text-align: center;
		margin-left: .25em;
	}

	.header-main .menu-bar .bogie a {
		/*background-color: #323436;*/
		padding: 13px 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
		
	.header-main .menu-bar .bogie a:hover {
		background-color: #63676b;
	}

	
	.header-main .menu-bar .bogie .count {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border:none;
	}

	.header-main .menu-bar .bogie i {
		color: #fff;
		margin-right: 5px;
	}

	.header-main .social-networks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 15px;
	}

	.nav {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.nav > .container {
		position: relative;
	}

	.nav.fixed-position {
		bottom: auto;
		left: 0;
		right: 0;
	}

	.nav.fixed-position .logo:before {
		background-color: #323436;
	}

	.fixed-position .nav .logo a {
		white-space: nowrap;
		text-align: center;
		padding: 0;
	}

	.fixed-position .nav .logo a:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 66px;
	}

	.fixed-position .nav .logo a > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.nav .navbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
	}

	.nav .navbar li {
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.nav .navbar li:before {
		background-color: #323436;
	}

	.nav .navbar a {
		padding: 18px 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.fixed-position .nav .navbar a {
		padding: 27px 10px;
	}

	.nav .navbar .red .hidden {
		display: none;
	}

	.nav .navbar .icon-youtube {
		margin-right: 0;
	}

	.nav-opener {
		display: none;
	}

	.slick-slider-carousel .slick-list {
		max-width: 1170px;
	}

	.visual-block .col {
		width: 25%;
	}

	.visual-block .banner.main {
		width:75vw;
		height:40vw;
	}

	.visual-block .banner.main > a {
		padding-left: 0px;
	}

	.product-carousel.bg {
		background-size: cover;
	}

	.product-section {
		padding: 0;
	}

	.join-section .container {
		padding: 0 150px;
	}

	.footer-holder {
		width: 50%;
		margin: 0 0 0 -3px;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	.footer-holder:last-child {
		text-align: right;
	}

	.footer-holder .copyright {
		margin-bottom: 0;
	}

	.footer-holder .list {
		float: none;
	}

	.footer-holder .list li {
		margin: 0 5px;
	}

	.footer-holder .list.social-networks {
		float: none;
		margin-left: 20px;
	}
}

@media (min-width: 1280px) 
{
	
	
	
	.join-section .container {
		padding: 0 185px;
	}
}

@media (min-width: 1360px) 
{
	#sub-groupee
	{
		text-align:left;
	}
	
	.subcomponent
	{
		width: 100%;
		display:grid; 
		grid-template-columns: repeat(2, 1fr); 
		grid-gap: 8px;
	}

	.subcomponent .line-entry
	{
		text-align:left;
		left:0px;
		right:0px;
		display:block;
		/* background: #eeecea; */
		margin: 0vw 0px 0vw 0px;
	}
	
	img.component-image
	{
		/*max-width: 320px;
		max-height: 224px;*/
		max-width: 240px;
		max-height: 224px;
		margin: 0;
		position:absolute;
		top:50%;
		left:50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.subcomponent .line-entry div.img-block
	{
		/*width:324px;
		height:228px;*/
		position:relative;
		width:244px;
		height:228px;
		overflow:hidden;
	}
	
	.nav .navbar a {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.nav .navbar .red .hidden {
		display: inline-block;
		vertical-align: top;
	}

	.nav .navbar .icon-youtube {
		margin-right: 10px;
	}

	.slick-slider-carousel .slick-prev {
		/*left: -10px;*/
	}

	.slick-slider-carousel .slick-next {
		/*right: -10px;*/
	}
}

@media (max-width: 1199px) {
	.header-main .menu-bar .search-form {
		position: absolute;
		top: 100%;
		visibility: hidden;
		opacity: 0;
		z-index: 8;
		padding: 10px;
		background-color: #000;
		left: 0;
		right: 0;
	}

	
	.nav {
		text-align: center;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		opacity: 0;
		visibility: hidden;
	}
}


@media screen and (orientation: landscape)
{
	
	
	
}

@media screen and (orientation: portrait)
{
	
	/*
	.subcomponent .line-entry
	{
		text-align:center;
		margin: 1vw;
	}

	 .line-entry .writeup-block h1 
	{
		font-family: "Lato";
		font-size: 20;
	}
	*/
	
}


