/*! 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: .67em 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 40px;
}

/**
 * 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 */
}

/**
 * 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;
}

/**
 * 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;
}

.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: #9e9e9e;
	background: #fff;
	font: 18px/1.5 "Poppins", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Teko", "Arial", "Helvetica", sans-serif;
	font-weight: 500;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

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 {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	color: #df0024;
	text-decoration: none;
}

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 #999;
	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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

input[type="text"] .placeholder,
input[type="tel"] .placeholder,
input[type="email"] .placeholder,
input[type="search"] .placeholder,
input[type="password"] .placeholder,
textarea .placeholder {
	color: #999;
}

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;
}

@font-face {
	font-family: icomoon;
	src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
	font-weight: 400;
	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-user-solid:before {
	content: "\e925";
}

.icon-battery-full:before {
	content: "\e927";
}

.icon-box:before {
	content: "\e928";
}

.icon-bullseye:before {
	content: "\e929";
}

.icon-expand-solid:before {
	content: "\e92a";
}

.icon-hard:before {
	content: "\e92b";
}

.icon-microchip1:before {
	content: "\e92c";
}

.icon-signal:before {
	content: "\e91f";
}

.icon-battery:before {
	content: "\e920";
}

.icon-camera:before {
	content: "\e921";
}

.icon-location:before {
	content: "\e922";
}

.icon-mobile01:before {
	content: "\e923";
}

.icon-smart-mobile:before {
	content: "\e91a";
}

.icon-mobile-product:before {
	content: "\e91b";
}

.icon-g:before {
	content: "\e91c";
}

.icon-mobile:before {
	content: "\e91d";
}

.icon-play:before {
	content: "\e912";
}

.icon-online:before {
	content: "\e90f";
}

.icon-feeback:before {
	content: "\e910";
}

.icon-cutomercare:before {
	content: "\e911";
}

.icon-tvc:before {
	content: "\e90b";
}

.icon-announcement:before {
	content: "\e90c";
}

.icon-chat:before {
	content: "\e90d";
}

.icon-offer:before {
	content: "\e90e";
}

.icon-world:before {
	content: "\e900";
}

.icon-twitter:before {
	content: "\e901";
}

.icon-youtube:before {
	content: "\e902";
}

.icon-facebook-square:before {
	content: "\e903";
}

.icon-phone:before {
	content: "\e904";
}

.icon-keyboard_arrow_right:before {
	content: "\e905";
}

.icon-keyboard_arrow_left:before {
	content: "\e906";
}

.icon-user:before {
	content: "\e907";
}

.icon-close:before {
	content: "\e908";
}

.icon-menu:before {
	content: "\e909";
}

.icon-search:before {
	content: "\e90a";
}

.icon-star-o:before {
	content: "\e913";
}

.icon-star:before {
	content: "\e914";
}

.icon-elementor:before {
	content: "\e91e";
}

.icon-android:before {
	content: "\e917";
}

.icon-microchip:before {
	content: "\e918";
}

.icon-eye:before {
	content: "\e919";
}

.icon-cancel:before {
	content: "\e915";
}

.icon-heart:before {
	content: "\e924";
}

.icon-loop2:before {
	content: "\ea2e";
}

.icon-facebook:before {
	content: "\e916";
}

.icon-check-square:before {
	content: "\e926";
}

.icon-gift:before {
	content: "\e92c";
}

.icon-desktop:before {
	content: "\e92d";
}

.icon-gamepad:before {
	content: "\e92e";
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.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);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	position: relative;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	margin: auto;
	width: 67%;
}

.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;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	list-style: none;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.slick-dots li {
	position: relative;
	padding: 0 12px;
}

.slick-dots li.slick-active button {
	background: #df0024;
}

.slick-dots button {
	font-size: 0;
	line-height: 0;
	width: 15px;
	height: 15px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	outline: none;
	box-shadow: none;
	padding: 0;
	display: block;
	background: none;
	border: 2px solid #df0024;
	border-radius: 50%;
}

.slick-dots button:hover {
	background: #df0024;
}

.pagination {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 5;
}

.pagination ul {
	position: relative;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 15px 55px;
	max-width: 1680px;
	/*margin-top: 0 auto;*/
	margin-top: -100px;
}

.pagination ul li {
	position: relative;
	padding: 0 6px;
}

.pagination ul li.active a {
	background: #df0024;
}

.pagination ul a {
	font-size: 0;
	line-height: 0;
	width: 15px;
	height: 15px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	outline: none;
	box-shadow: none;
	padding: 0;
	display: block;
	background: none;
	border: 2px solid #df0024;
	border-radius: 50%;
}

.pagination ul a:hover {
	background: #df0024;
}

.slider-btn {
    max-width: 1240px;
    padding: 0 15px;
    margin: 0 auto;
    position: absolute;
    /*right: 0;*/
    top: 40vh;
    z-index: 9;
}

.btn-prev,
.btn-next {
	width: 50px;
	height: 50px;
	border: 2px solid #000;
	background: #fff;
	text-align: center;
	color: #000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 50%;
	position: relative;
	display: block;
	z-index: 5;
}

.btn-prev span, .btn-next span {
    font-size: 32px;
    line-height: 48px;
    width: 100%;
    height: 100%;
    display: block;
}

.btn-prev:hover,
.btn-next:hover {
	border-color: #df0024;
	background: #df0024;
	color: #fff;
}

.btn-next {
	margin: 0 0 10px;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #9e9e9e;
	background: #fff;
	width: 100%;
	height: 80px;
	border-radius: 5px;
	color: #c6c6c6;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 18px;
	line-height: 78px;
	margin: 0 35px 0 15px;
	font-weight: 300;
}

.jcf-select .jcf-select-opener {
	width: 10px;
	height: 10px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #9e9e9e #9e9e9e transparent transparent;
	position: absolute;
	text-align: center;
	right: 20px;
	top: 36px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #9e9e9e;
	border-radius: 8px;
	overflow: hidden;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 18px;
	font-size: 14px;
	width: 100%;
	font-weight: 300;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom range input styles */

.jcf-range {
	display: inline-block;
	width: 100%;
}

.jcf-range .value-holder {
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	top: 23px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.jcf-range .jcf-range-track {
	margin: 0 20px 0 0;
	position: relative;
	display: block;
}

.jcf-range .jcf-range-wrapper {
	background: #fee5e5;
	display: block;
	margin: 8px 0;
	height: 8px;
}

.jcf-range.jcf-vertical {
	width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 10px;
	height: auto;
	padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
	height: 180px;
	width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	left: -5px;
	top: auto;
}

.jcf-range .jcf-range-handle {
	position: absolute;
	background: #df0024;
	border-radius: 100%;
	width: 18px;
	height: 18px;
	margin: -5px 0 0;
	z-index: 1;
	top: 0;
	left: 0;
}

.jcf-range .jcf-range-mark {
	position: absolute;
	overflow: hidden;
	background: #000;
	width: 1px;
	height: 3px;
	top: -7px;
	margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
	margin: 0 0 9px;
	left: 14px;
	top: auto;
	width: 3px;
	height: 1px;
}

.jcf-range.jcf-disabled {
	background: none !important;
	opacity: .3;
}

.bg-overlay {
	width: 70%;
	height: 2000px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/image-path.png) no-repeat;
	background-size: cover;
	z-index: -1;
}

.notifification-bar {
	font-size: 22px;
	line-height: 26px;
	background: rgba(0, 0, 0, .8);
	padding: 52px 0 40px;
	color: #fff;
	position: relative;
	z-index: 99;
	text-align: center;
}

.notifification-bar p {
	margin: 0 0 13px;
}

.notifification-bar a {
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	display: inline-block;
	vertical-align: top;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.main {
	position: relative;
	z-index: 3;
}

.block-news {
	position: relative;
	padding: 42px 0 211px;
	z-index: 4;
}

.block-news .heading {
	margin: 0 0 102px;
}

.block-news .heading:before {
	font-size: 338px;
	line-height: 1;
	left: 94px;
}

.block-news .two-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 28px;
}

.block-news .two-cols .col {
	width: 50%;
}

.block-news .three-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 86px;
}

.block-news .three-cols .col {
	width: 33.333%;
}

.block-news .three-cols .caption-box {
	padding: 30px 40px 27px 54px;
}

.block-news .col {
	padding: 0 10px;
}

.block-news .article-holder {
	font-size: 18px;
	line-height: 27px;
	min-height: 595px;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	margin: 0 0 20px;
}

.block-news .article-holder .caption-area {
	min-height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.block-news .caption-box {
	padding: 30px 47px 38px 54px;
}

.block-news .caption-box:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-image: -webkit-linear-gradient(top, rgba(175, 175, 175, .13) 0%, rgba(67, 77, 90, .86) 100%);
	background-image: linear-gradient(180deg, rgba(175, 175, 175, .13) 0%, rgba(67, 77, 90, .86) 100%);
}

.block-news .caption-box > * {
	position: relative;
	z-index: 5;
}

.block-news p {
	margin: 0 0 8px;
}

.block-news .btn {
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 12px;
	font-weight: 300;
	padding: 10px 14px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: #e32644;
	height: auto;
	border-radius: 0;
}

.block-news .btn.secondary {
	background: #00dcdc;
}

.block-news h2 {
	font: 500 30px/34px "Poppins", "Arial", "Helvetica", sans-serif;
	margin: 0 0 13px;
}

.block-news time {
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
	font-style: italic;
	display: block;
}

.list-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-pagination li {
	padding: 1px 1px;
}

.list-pagination a {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    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;
    width: 44px;
    height: 48px;
    background-color: #df0024;
}

.list-pagination a:hover, .list-pagination a.active {
    background-color: #3e3e3e;
    color: #fff;
}

.top-block {
	position: relative;
	color: #454c4c;
	padding: 40px 0 55px;
	line-height: 1.722;
}

.top-block .heading {
	margin: 0 0 42px;
}

.top-block .heading:before {
	font-size: 256px;
	line-height: 1;
	left: 0;
	top: auto;
	bottom: -80px;
}

.top-block .wrap {
	max-width: 1226px;
	position: relative;
	z-index: 3;
}

.top-block .btn-holder {
	padding: 45px 0 0;
}

.top-block p {
	margin: 0;
}

.full-image {
	position: relative;
	overflow: hidden;
}

.full-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.articles-area {
	position: relative;
	overflow: hidden;
	color: #454c4c;
	padding: 73px 0 147px;
}

.articles-area .top-article {
	margin: 0 0 25px;
}

.articles-area .top-article .heading {
	text-align: right;
	z-index: 5;
	margin: 0 0 42px;
}

.articles-area .top-article .heading .text-wrap {
	display: inline-block;
	vertical-align: top;
	max-width: 840px;
	text-align: right;
}

.articles-area .top-article .heading:before {
	font-size: 280px;
	line-height: 1;
	top: auto;
	bottom: -60px;
}

.articles-area .top-article .wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.articles-area .top-article .text-holder {
	width: 60%;
	text-align: justify;
	position: relative;
	z-index: 3;
}

.articles-area .top-article .image-holder {
	position: relative;
	z-index: 2;
	width: 40%;
}

.articles-area .top-article .image-holder:before {
	position: absolute;
	left: -9999px;
	/*background: #f6f6f6;*/
	right: -213px;
	top: -126px;
	bottom: 140px;
	content: "";
	z-index: -1;
}

.articles-area p {
	margin: 0 0 35px;
}

.articles-area .articles-wrap {
	position: relative;
	overflow: hidden;
	padding: 0 0 100px;
}

.articles-area .article-holder {
	font-size: 18px;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 0 62px;
}

.articles-area .article-holder .heading {
	position: relative;
	z-index: 3;
	margin: 0 0 36px;
}

.articles-area .article-holder:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}

.articles-area .article-holder:nth-child(even) .box-wrap {
	padding: 0 7.8% 0 0;
}

.articles-area .article-holder:nth-child(even) .box-wrap:before {
	right: -7.8%;
	left: 15.8%;
}

.articles-area .article-holder:nth-child(even) .heading:before {
	text-align: right;
}

.articles-area .article-holder .box-wrap {
	padding: 0 0 0 7.8%;
	position: relative;
	z-index: 2;
}

.articles-area .article-holder .box-wrap:before {
	position: absolute;
	left: -7.8%;
	right: 15.8%;
	top: -107px;
	bottom: 180px;
	content: "";
	background: #fef6f6;
	z-index: -1;
}

.articles-area .article-holder .holder {
	max-width: 966px;
	width: 100%;
}

.articles-area .article-holder .heading:before {
	text-align: left;
	padding: 0 0 0 60px;
}

.articles-area h3 {
    font: 500 48px/50px "Poppins", "Arial", "Helvetica", sans-serif;
    text-align: center;
    color: #000;
    width: 80%;
    margin: 0 auto 60px;
}

.block-archive {
	position: relative;
	padding: 50px 0 90px;
}

.block-archive .heading {
	margin: 0 0 197px;
}

.block-archive .heading:before {
	text-align: left;
	padding: 0 0 0 60px;
}

.block-archive .two-columns {
	font-size: 20px;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -28px;
}

.block-archive .two-columns .col {
	position: relative;
	overflow: hidden;
	width: 51.6%;
	padding: 0 28px;
	margin: 0 0 36px;
}

.block-archive .two-columns .col:nth-child(even) {
	padding: 32px 28px 0;
	width: 48.3%;
}

.block-archive .two-columns .image-holder {
	position: relative;
	overflow: hidden;
	margin: 0 0 47px;
}

.block-archive .two-columns .image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.block-archive .two-columns h2 {
	font-size: 48px;
	line-height: 52px;
	color: #3e3e3e;
	margin: 0 0 19px;
}

.block-archive .two-columns p {
	margin: 0 0 20px;
}

.block-support {
	position: relative;
	padding: 42px 0 0;
}

.block-support .heading {
	margin: 0 0 102px;
}

.block-support .heading:before {
	font-size: 280px;
	line-height: 1;
	top: auto;
	bottom: -60px;
}

.main-tabs {
	font-size: 24px;
	line-height: 28px;
	list-style: none;
	padding: 0;
	margin: 0 -8px 138px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	z-index: 2;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-tabs li {
	padding: 0 8px;
	width: 33.333%;
}

.main-tabs li.active a {
	background: rgba(254, 229, 229, .69);
	border-color: #e32644;
}

.main-tabs a {
	height: 410px;
	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;
	width: 100%;
	text-align: center;
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-radius: 10px;
}

.main-tabs a:hover {
	background: rgba(254, 229, 229, .69);
	border-color: #e32644;
}

.main-tabs .icon {
	font-size: 150px;
	line-height: 1;
	display: block;
	margin: 0 0 35px;
}

.sub-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: -4px 0 120px;
	padding: 0 0 0 1px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.sub-tabs li {
	border-left: none;
	position: relative;
}

.sub-tabs li:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #000;
	border-top: none;
	content: "";
	z-index: 99;
	pointer-events: none;
}

.sub-tabs li:after {
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	content: "";
	background: #000;
	position: absolute;
}

.sub-tabs li:first-child:before {
	border-right: none;
}

.sub-tabs li:first-child a {
	width: 270px;
}

.sub-tabs li:first-child a:before {
	display: none;
}

.sub-tabs li:nth-child(2):before {
	border-left: none;
}

.sub-tabs li:nth-child(2):after {
	left: -24px;
}

.sub-tabs li.active:before,
.sub-tabs li:hover:before {
	border-color: #df0024;
}

.sub-tabs li.active:after,
.sub-tabs li:hover:after {
	background: #df0024;
}

.sub-tabs li.active a,
.sub-tabs li:hover a {
	background: #fee5e5;
	color: #df0024;
}

.sub-tabs li.active a:before,
.sub-tabs li:hover a:before {
	border-color: #df0024;
	background: #fee5e5;
}

.sub-tabs li a {
	font-size: 20px;
	line-height: 24px;
	display: block;
	width: 230px;
	color: #000;
	text-align: center;
	padding: 24px 15px;
	position: relative;
	background: #fbfbfb;
}

.sub-tabs li a:before {
	width: 50px;
	left: -10px;
	position: absolute;
	content: "";
	top: -20px;
	bottom: -20px;
	background: #fbfbfb;
	border-left: 1px solid #000;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.sub-tabs .text {
	display: inline-block;
	vertical-align: top;
}

.tabs-area h2 {
	font: 500 70px/80px "Poppins", "Arial", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 45px;
}

.form-box {
	background: rgba(251, 251, 251, .5);
	box-shadow: 3px 3px 16px rgba(158, 158, 158, .31);
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 92px 56px 156px;

	z-index: 9999;
}

.form-box .image-holder {
	width: 47%;
}

.form-box .image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.form-box.right {
	padding: 92px 96px 156px;
}

.form-box.right .form-submit {
	padding: 0;
}

.form-box.right .form-submit:before {
	left: auto;
	right: 0;
	background: url(../images/image-shape1.png) no-repeat;
	background-size: 100% 100%;
}

.form-box .form-submit {
	width: 53%;
	padding: 0 0 0 14px;
}

.form-box .form-submit:before {
	width: 49%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(../images/image-shape.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	z-index: -1;
}

.form-submit {
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	color: #6d6d6d;
}

.form-submit .field-holder {
	margin: 0 0 25px;
}

.form-submit label {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 14px;
	color: #000;
	font-weight: 300;
}

.form-submit input[type="text"],
.form-submit input[type="email"],
.form-submit input[type="password"],
.form-submit input[type="tel"],
.form-submit textarea {
	font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    height: 50px;
    border: 1px solid #9e9e9e;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 15px 23px;
    font-weight: 300;

}

.form-submit input[type="text"] ::-webkit-input-placeholder,
.form-submit input[type="email"] ::-webkit-input-placeholder,
.form-submit input[type="password"] ::-webkit-input-placeholder,
.form-submit input[type="tel"] ::-webkit-input-placeholder,
.form-submit textarea ::-webkit-input-placeholder {
	color: #c6c6c6;
}

.form-submit input[type="text"] ::-moz-placeholder,
.form-submit input[type="email"] ::-moz-placeholder,
.form-submit input[type="password"] ::-moz-placeholder,
.form-submit input[type="tel"] ::-moz-placeholder,
.form-submit textarea ::-moz-placeholder {
	opacity: 1;
	color: #c6c6c6;
}

.form-submit input[type="text"] :-moz-placeholder,
.form-submit input[type="email"] :-moz-placeholder,
.form-submit input[type="password"] :-moz-placeholder,
.form-submit input[type="tel"] :-moz-placeholder,
.form-submit textarea :-moz-placeholder {
	color: #c6c6c6;
}

.form-submit input[type="text"] :-ms-input-placeholder,
.form-submit input[type="email"] :-ms-input-placeholder,
.form-submit input[type="password"] :-ms-input-placeholder,
.form-submit input[type="tel"] :-ms-input-placeholder,
.form-submit textarea :-ms-input-placeholder {
	color: #c6c6c6;
}

.form-submit input[type="text"] .placeholder,
.form-submit input[type="email"] .placeholder,
.form-submit input[type="password"] .placeholder,
.form-submit input[type="tel"] .placeholder,
.form-submit textarea .placeholder {
	color: #c6c6c6;
}

.form-submit input[type="text"]:focus,
.form-submit input[type="email"]:focus,
.form-submit input[type="password"]:focus,
.form-submit input[type="tel"]:focus,
.form-submit textarea:focus {
	box-shadow: 0 5px 21px rgba(246, 188, 188, .31);
	border-color: #e32644;
}

.form-submit input[type="text"].security,
.form-submit input[type="email"].security,
.form-submit input[type="password"].security,
.form-submit input[type="tel"].security,
.form-submit textarea.security {
	font: 300 49px/52px "Teko", "Arial", "Helvetica", sans-serif;
	text-align: center;
	color: #454c4c;
}

.form-submit textarea {
	resize: none;
	height: 140px;
}

.form-submit .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.form-submit .row .field-holder {
	width: 33.333%;
	padding: 0 8px;
}

.form-submit .row.two .field-holder {
	width: 50%;
}

.form-submit .row-security {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -21px;
}

.form-submit .row-security .field-holder {
	width: 35.6%;
	padding: 0 21px;
}

.form-submit .btn-holder {
	text-align: right;
	padding: 21px 0 0;
}

.form-submit .btn-holder.text-left {
	text-align: left;
}

.form-submit input[type="submit"] {
	font-size: 18px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
	min-width: 154px;
	border: 1px solid #df0024;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	background: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	color: #df0024;
}

.form-submit input[type="submit"]:hover {
	background: #df0024;
	color: #fff;
}

.form-submit .check-area {
	position: relative;
	margin: 0 0 30px;
}

.form-submit .check-area label {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0 0 0 39px;
}

.form-submit .check-area label input[type="checkbox"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.form-submit .check-area label input[type="checkbox"]:checked + .fake-label {
	background: #df0024;
}

.form-submit .check-area label input[type="checkbox"]:checked + .fake-label:before {
	opacity: 1;
	visibility: visible;
}

.form-submit .check-area label .fake-label {
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #9e9e9e;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.form-submit .check-area label .fake-label:before {
	width: 14px;
	height: 8px;
	position: absolute;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	left: 4px;
	top: 4px;
	content: "";
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.form-submit a {
	text-decoration: underline;
}

.form-submit a:hover {
	text-decoration: none;
}

.form-submit .radio-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-submit .list-radio {
	position: relative;
	overflow: hidden;
}

.form-submit .list-radio li {
	margin: 0 0 14px;
}

.form-submit .list-radio li:last-child {
	margin: 0;
}

.form-submit .list-radio input[type="radio"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.form-submit .list-radio input[type="radio"]:checked + .fake-label:before {
	opacity: 1;
	visibility: visible;
}

.form-submit .list-radio label {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 30px;
}

.form-submit .list-radio .fake-label {
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: top;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #9e9e9e;
	position: absolute;
	left: 0;
	top: 2px;
}

.form-submit .list-radio .fake-label:before {
	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	content: "";
	background: #df0024;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 100%;
}

.block-contact {
	position: relative;
	padding: 0 0 45px;
}

.block-contact .heading {
	margin: 0 0 77px;
}

.block-contact .heading:before {
	font-size: 280px;
	line-height: 1;
	top: auto;
	bottom: -60px;
	text-align: left;
	padding: 0 60px;
}

.block-contact .sub-tabs {
	margin: -4px 0 59px;
}

.block-contact .contact-box {
	position: relative;
	max-width: 86%;
	margin: 0 0 112px -25px;
	padding: 51px 66px;
	border: 2px solid #df0024;
	line-height: 1.722;
}

/*.block-contact .contact-box img {
	width: 100%;
	height: auto;
	vertical-align: top;
}*/

.block-contact .contact-box #map {
	width: 100%;
	height: 612px;;
	background:#eee;
}

.block-contact .contact-box .location-detail {
    width: 540px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 0;
}

.block-contact .location-holder {
	box-shadow: 3px 3px 16px rgba(158, 158, 158, .31);
	background: #f6f6f6;
	padding: 35px 94px 47px;
	text-align: right;
	margin: 0 0 75px;
	color: #454c4c;
	font-weight: 300;
}

.block-contact .location-holder h2 {
	font-size: 64px;
	line-height: 68px;
	font-weight: 300;
	color: #000;
	margin: 0 0 25px;
}

.block-contact .location-holder address {
	font-style: normal;
	margin: 0 0 31px;
	white-space:pre-line;
}

.block-contact .location-holder p {
	margin: 0;
}

.block-contact .location-holder a {
	color: #454c4c;
}

.list-options {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 -10px 97px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-options li {
	padding: 0 10px;
}

.list-options a {
    font-size: 14px;
    line-height: 18px;
    display: block;
    background: #df0024;
    border-radius: 5px;
    color: #fef6f6;
    padding: 17px 16px;
    font-weight: 300;
}

.list-options a.active {
    color: #ffffff;
    background: black;
}

.list-options a:hover,
.list-options a.active {
	color: #ffffff;
	background: black;
}

.list-options a .icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	line-height: 1;
	padding: 0 8px 0 0;
}

.filters-opener {
	display: block;
	width: 100%;
	background: #f9f9f9;
	padding: 10px;
	box-shadow: 0 8px 21px rgba(191, 191, 191, .4);
	margin: 0 0 15px;
	position: relative;
}

.filters-opener .bar {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 30px;
	height: 20px;
	border-top: 2px solid #df0024;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.filters-opener .bar:before,
.filters-opener .bar:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 6px;
	content: "";
	background: #df0024;
	height: 2px;
}

.filters-opener .bar:after {
	top: 14px;
}

.block-product {
	position: relative;
	padding: 20px 0 154px;
}

.block-product .list-options {
	margin: 0 -10px 83px;
}

.block-product .list-options a {
	padding: 12px 10px;
}

.block-product .list-options a .icon {
	font-size: 14px;
	line-height: 1;
}

.block-product .heading {
	margin: 0 0 195px;
}

.block-product .heading:before {
	font-size: 280px;
	line-height: 1;
	top: auto;
	bottom: -60px;
	text-align: left;
	padding: 0 60px;
}

.block-product .two-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 -8px 74px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.block-product .side-filters {
	font-size: 16px;
	line-height: 19px;
	width: 24.6%;
	background: #f9f9f9;
	padding: 63px 4.4% 30px 4.6%;
	color: #000;
}

.block-product .side-filters h2 {
	font: 32px/36px "Teko", "Arial", "Helvetica", sans-serif;
	position: relative;
	padding: 0 0 5px;
	margin: 0 0 29px;
	z-index: 2;
}

.block-product .side-filters h2:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 22px;
	content: "";
	background: #ececec;
	z-index: -1;
}

.block-product .side-filters .jcf-select {
	height: 48px;
	border-color: #df0024;
	border-radius: 0;
	background: none;
}

.block-product .side-filters .jcf-select .jcf-select-text {
	font-size: 16px;
	line-height: 48px;
}

.block-product .side-filters .jcf-select .jcf-select-opener {
	top: 16px;
}

.block-product .side-filters .list-checks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 -8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.block-product .side-filters .list-checks li {
	padding: 0 8px;
}

.block-product .side-filters .list-checks label {
	padding: 0 0 0 20px;
	position: relative;
}

.block-product .side-filters .list-checks label input[type="checkbox"],
.block-product .side-filters .list-checks label input[type="radio"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.block-product .side-filters .list-checks label input[type="checkbox"]:checked + .fake-check:before {
	opacity: 1;
	visibility: visible;
}

.block-product .side-filters .list-checks label .fake-check {
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	border: 1px solid #df0024;
}

.block-product .side-filters .list-checks label .fake-check:before {
	width: 10px;
	height: 6px;
	position: absolute;
	left: 2px;
	top: 2px;
	content: "";
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	border-right: 1px solid #df0024;
	border-top: 1px solid #df0024;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.block-product .products-area {
	width: 75.4%;
	padding: 0 0 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.block-product .wrap {
	position: relative;
	margin: 0 0 31px;
}

.block-product .wrap .title {
	font: 400 25px/28px "Teko", "Arial", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 7px;
}

.block-product .range-bar {
	position: relative;
	padding: 0 0 18px;
}

.block-product .range-bar .val {
	position: absolute;
	left: 0;
	bottom: 0;
}

.block-product .range-bar .val.max-val {
	left: auto;
	right: 0;
}

.block-product .product-holder {
	font-size: 20px;
	line-height: 24px;
	color: #6d6d6d;
	width: 33.333%;
	padding: 0 8px;
	margin: 0 0 75px;
	position: relative;
}

.block-product .product-frame {
	box-shadow: 0 8px 21px rgba(191, 191, 191, .4);
	background: #fbfbfb;
	height: 100%;
	padding: 40px 30px 42px;
	text-align: center;
}

.block-product .product-frame .image-holder {
	text-align: center;
	min-height: 275px;
	margin: 0 0 15px;
}

.block-product .product-frame h3 {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    margin: 0 0 7px;
}

.block-product .product-frame .number {
	display: block;
	margin: 0 0 15px;
}

.block-product .product-frame .bottom-bar {
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 80%;
    border-radius: 10px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fef6f6;
    padding: 4px 12px;
}

.block-product .product-frame .bottom-bar .list-feature {
	font-size: 22px;
	line-height: 1;
	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;
}

.block-product .product-frame .bottom-bar .list-feature li {
	padding: 0 20px;
}

.block-product .product-frame .bottom-bar .list-feature a {
	color: #000;
}

.block-product .product-frame .bottom-bar .list-feature a:hover,
.block-product .product-frame .bottom-bar .list-feature a.active {
	color: #df0024;
}

.block-product .product-frame .bottom-bar .list-feature .icon-eye {
	font-size: 40px;
	line-height: 1;
}

.comparing-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 220px 0;
	max-width: 77%;
	margin: 0 auto;
}

.comparing-item .image-holder {
	width: 35.3%;
}

.comparing-item .image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.comparing-item .text-holder {
	width: 30%;
	padding: 0 7%;
	text-align: center;
	width: 64.7%;
}

.comparing-item h3 {
	font: 50px/54px "Poppins", "Arial", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 40px;
}

.rating-list {
	font-size: 18px;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #df0024;
	margin: 0 0 20px;
}

.rating-list li {
	padding: 0 5px;
}

.block-comparison {
	padding: 92px 0 140px;
}

.block-comparison .heading {
	margin: 0 0 22px;
}

.block-comparison .heading:before {
	font-size: 280px;
	line-height: 1;
	top: auto;
	bottom: -60px;
	text-align: left;
	padding: 0 60px;
}

.block-comparison .items-detail {
	padding: 0 0 0 6.4%;
	position: relative;
	z-index: 5;
}

.block-comparison .item-info {
	border-bottom: 1px solid #e3e3e3;
	min-height: 210px;
	padding: 53px 0;
}

.block-comparison .item-info:last-child {
	border: none;
}

.block-comparison .item-info .icon {
	font-size: 95px;
	line-height: 1;
	color: #414141;
	display: block;
	margin: 0 0 43px;
}

.block-comparison .title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	display: block;
	color: #3e3e3e;
	margin: 0 0 26px;
}

.block-comparison .box-wrap {
	position: relative;
	padding: 50px 0 0;
	border-bottom: 1px solid #e3e3e3;
}

.block-comparison .box-wrap .select-holder {
	margin: 0 0 42px;
}

.block-comparison .box-wrap .row {
	margin: 0 0 68px;
}

.block-comparison .box-wrap .image-holder {
	margin: 0 auto 30px;
	max-width: 341px;
}

.block-comparison .box-wrap .image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.block-comparison .box-wrap p {
	margin: 0;
}

.block-comparison .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 300;
	color: #9e9e9e;
}

.block-comparison .col {
	width: 26.3%;
}

.block-comparison .list-detail {
	position: relative;
}

.block-comparison .list-detail .sub-title {
	width: 60px;
}

.block-comparison .list-detail li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.block-comparison .list-detail .detail {
	display: block;
	width: calc(100% - 60px);
}

.block-comparison .color-info {
	display: block;
	margin: 0 0 18px;
}

.block-comparison .color-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.block-comparison .color-list li {
	padding: 0 12px;
}

.block-comparison .color-list .circle {
	width: 56px;
	height: 56px;
	border-radius: 100%;
	display: block;
	background: #000;
	box-shadow: 3px 3px 21px rgba(78, 78, 78, .32);
}

.block-comparison .color-list .circle.red {
	border: 5px solid #fff;
	background: #df0024;
}

.block-comparison .jcf-select {
	border-color: #000;
}

.fixed-bar {
	font-size: 22px;
	line-height: 26px;
	background: rgba(0, 0, 0, .8);
	padding: 52px 0;
	position: fixed;
	color: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.fixed-bar .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fixed-bar .container:before {
	width: 2px;
	height: 75px;
	position: absolute;
	right: 27.2%;
	top: 50%;
	background: #707070;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "";
}

.fixed-bar .items-area {
	width: 66%;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fixed-bar .items-area a {
	color: #fff;
}

.fixed-bar .items-area a:hover {
	opacity: .8;
}

.fixed-bar .buttons-area {
	width: 25.3%;
	margin: 0 -8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fixed-bar .buttons-area li {
	padding: 0 8px;
}

.fixed-bar .buttons-area a {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e5e5e5;
	color: #e5e5e5;
	font-size: 18px;
	line-height: 22px;
	padding: 12px 10px;
	border-radius: 4px;
	min-width: 140px;
	text-align: center;
}

.fixed-bar .buttons-area a:hover {
	background: #e5e5e5;
	color: #000;
}

.footer {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    /*z-index: 2;*/
    color: #3e3e3e;
    background-color: #F6F6F6;
    padding-top: 50px;
}

/*.footer:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: url(../images/patern02.png) no-repeat;
	height: 580px;
	background-size: cover;
	z-index: -1;
}*/

.footer a {
	color: #ffffff;
}

.footer a:hover {
	color: #df0024;
}

.footer .logo {
	width: 24%;
	margin: 0 0 0 -20px;
}

.footer .logo a {
	display: block;
}

.footer .logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-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;
}

.footer .links-area {
	width: 76%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer .links-area .list-links {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
    font-weight: 300;
}

.footer .links-area .list-links li {
	margin: 0 0 10px;
}

.footer .links-area .col {
	width: 25%;
	padding: 0 10px 0 0;
}

.footer .links-area a {
	color: #9e9e9e;
}

.footer .links-area a:hover {
	color: #df0024;
}

.footer .links-area .title {
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin: 0 0 8px;
    color: #000;
    font-weight: 500;
}

.footer .links-area .title + .title {
	padding: 8px 0 0;
}

.footer .links-area .title a {
	color: #000;
}

.footer .links-area .title a:hover {
	color: #df0024;
}

.footer .bottom-area {
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.footer .bottom-area p {
	margin: 0;
}

.footer .social-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.link-wrap-show .more {
    font-size: 18px !important;
}
.footer .social-area .title {
	display: block;
	padding: 0 42px 0 0;
	font-size: 12px;
}
.list-pagination {
    justify-content: center !important;
}
.info-col-area .info-col {
     left: 0% !important;
}

.footer .social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 -4px;
}

.footer .social-networks li {
	padding: 0 7px;
}

.footer .social-networks a {
    font-size: 24px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 30px;
    height: 30px;
    color: #385084;
    background: #385084;
    border-radius: 4px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer .social-networks a:hover {
	background: #293a60;
}

.footer .social-networks a .icon {
	margin: 0 -4px -2px 0;
}

.footer .social-networks a.twitter {
    font-size: 18px;
    line-height: 1;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 6px;
}

.footer .social-networks a.twitter:hover {
	background: #009fcc;
}

.footer .social-networks a.youtube {
	font-size: 18px;
	line-height: 1;
	background: #fd3832;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	border-radius: 6px;
}

.footer .social-networks a.youtube:hover {
	background: #fa0a02;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.more-arrow {
	display: inline-block;
	vertical-align: middle;
	width: 116px;
	height: 2px;
	position: relative;
	background: #7f7f7f;
}

.more-arrow:before {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -8px 0 0;
	content: "";
	border-color: #7f7f7f;
	border-style: solid;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.more-arrow.left {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.container {
	position: relative;
	max-width: 1240px;
	padding: 0 15px;
	margin: 0 auto;
}

.header {
	position: relative;
	padding: 69px 0;
	z-index: 9999;
}

.header.shadow {
	box-shadow: 0 15px 22px rgba(0, 0, 0, .11);
}

.header-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	/*display: flex;*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logo {
	position: relative;
	display: block;
	width: 235px;
	margin: 8px 0 0;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

.nav-drop {
	position: relative;
}

.nav-area {
	position: relative;
	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;
}

.nav-area .btn-wrap {
	position: relative;
	padding: 0 10px 0 66px;
	display: block;
}

.nav-area .btn {
	padding: 12px 24px;
	border-radius: 10px;
}

.menu {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	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;
	margin: 0px -5px 0;
}

.menu li {
	position: relative;
	padding: 0 8px;
}

.menu a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	display: block;
	color: #454c4c;
}

.menu a:hover {
	color: #df0024;
}

.user-list {
	position: relative;
	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;
	margin: 0 -10px 0 0;
}

.user-list > li {
	position: relative;
	padding: 0 17px;
}

.user-list a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #000;
}

.user-list a i {
	font-size: 18px;
	display: inline-block;
}

.user-list a .icon-search {
	font-size: 22px;
}

.user-list a:hover {
	opacity: .8;
}

.user-list .sub-menu-opener {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #000;
	display: block;
	text-align: center;
	color: #fff;
}

.user-list .sub-menu-opener i {
	font-size: 16px;
	line-height: 30px;
}

.nav-opener {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #000;
	display: block;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 21px;
}

.nav-opener i {
	font-size: 16px;
	line-height: 30px;
}

.nav-opener i:before {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-active .nav-opener i:before {
	content: "\e908";
}

.sub-menu-slide {
	position: absolute;
	right: 0;
	top: 100%;
	width: 170px;
	z-index: 6;
}

.sub-menu-list {
	position: relative;
	border-radius: 5px;
	background: #000;
	text-align: center;
	padding: 15px 0;
	margin: 10px 0 0;
}

.sub-menu-list li {
	margin: 0 0 10px;
}

.sub-menu-list li:last-child {
	margin-bottom: 0;
}

.sub-menu-list a {
	position: relative;
	display: block;
	padding: 0 10px;
	color: #fff;
}

.btn {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 22px;
	border-radius: 5px;
	position: relative;
	color: #fff;
	text-align: center;
	background: #df0024;
	padding: 13px 29px;
	height: 48px;
}

.btn:hover {
	opacity: .7;
}

.btn.btn-primary {
	border: 2px solid #df0024;
	padding: 11px 31px;
	background: none;
	color: #df0024;
}

.btn.btn-primary:hover {
	opacity: 1;
	background: #df0024;
	color: #fff;
}

.visual-area {
	position: relative;
}

.visual-area:before,
.visual-area:after {
	content: "";
	/*background: url(../images/bg.png) no-repeat;*/
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 57.3%;
}

.visual-area:after {
	background: #fff;
	top: auto;
	bottom: 0;
	height: 21vh;
}

.visual-area .visual-wrap {
	position: relative;
}

/*.visual-area .visual-wrap:before {*/
	/*background: #000;*/
	/*content: "";*/
	/*position: absolute;*/
	/*left: 0;*/
	/*width: 42.7%;*/
	/*bottom: 0;*/
	/*height: 21vh;*/
/*}*/

.show-more-products {
	background: #000;
	position: absolute;
	left: 0;
	width: 42.7%;
	bottom: 0;
	text-align: right;
	padding-right: 8rem;
}
.show-more-products .show-more-button {
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    position: relative;
    z-index: 9999;
}

.visual-area .container {
	max-width: 1280px;
}
.link-wrap-show {
    margin-top: -100px;
    position: absolute;
    height: 75px;
    z-index: 999;
}
.link-wrap-show .more{
    display: inline-block;
	vertical-align: top;
	font-size: 24px;
	line-height: 27px;
	position: relative;
	margin: -0vh 0 0 5px;
	color: #fff;
	z-index: 8;
}
.visual-area .link-wrap {
	position: relative;
	height: 219px;
	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;
}

.visual-area .more {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	line-height: 27px;
	position: relative;
	margin: -0vh 0 0 5px;
	color: #fff;
	z-index: 8;
}

.visual-area .more .more-arrow {
	background: #fff;
	margin: 0 0 0 5px;
}

.visual-area .more .more-arrow:before {
	border-color: #fff;
}

.visual-area .more:hover {
	opacity: .8;
}

.visual-slider {
	position: relative;
}

.visual-slider .mask {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100vh !important;
}

.visual-slider .slideset {
	position: relative;
	width: 100%;
}

.visual-slider .slide {
	position: relative;
	width: 100%;
}

.visual-slider .caption-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 256px 92px 315px 100px;
}

.visual-slider .image-holder {
	position: absolute;
	left: 0;
	top: 26vh;
	width: 59.5%;
	z-index: 9;
}

.visual-slider .image-holder img {
    display: block;
    width: 74%;
    margin-left: 8%;
    height: auto;
}

.visual-slider .text-area {
	position: relative;
	max-width: 530px;
	color: #000;
	line-height: 1.7222;
	z-index: 999;
}

.visual-slider .tag {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	background: rgba(249, 93, 118, .29);
	font-weight: 300;
	text-align: center;
	padding: 11px 12px;
	margin: 0 0 15px;
	height: 44px;
}

.visual-slider h1 {
	font-size: 48px;
	line-height: 1;
	word-spacing: 8.5px;
	margin: 0 0 14px;
}

.visual-slider .title {
	font-size: 22px;
	font-weight: 400;
	display: block;
	margin: 0 0 10px;
}

.main {
	position: relative;
}

.main-holder {
	position: relative;
}

.main-holder:before {
	width: 1293px;
	height: 1190px;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/patern.png) no-repeat;
	background-size: 100% 100%;
}

.category-area {
	padding: 90px 0 80px;
	position: relative;
}

.category-slider {
	position: relative;
	/*padding: 0 0 0 228px;*/
}

.category-slider .slide {
	padding: 0 35px;
}

.category-slider .category-box {
	width: 220px;
	height: 180px;
	position: relative;
	cursor: pointer;
}

.category-slider .category-box:after,
.category-slider .category-box:before {
	width: 100%;
	height: 30px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border: 5px solid #e5e5e5;
	border-bottom: none;
	border-radius: 20px 20px 0 0;
}

.category-slider .category-box:before {
	border: 5px solid #e5e5e5;
	top: auto;
	bottom: 0;
	border-top: none;
	border-radius: 0 0 20px 20px;
}

.category-slider .category-box:hover:after,
.category-slider .category-box:hover:before,
.category-slider .category-box.hover:after,
.category-slider .category-box.hover:before {
	border-color: #f6bcbc;
}

.category-slider .category-box:hover .wrap:before,
.category-slider .category-box.hover .wrap:before {
	background: #f6bcbc;
}

.category-slider .wrap {
	height: 100%;
}

.category-slider .wrap:before {
	content: "";
	background: #e5e5e5;
	position: absolute;
	width: 5px;
	top: 30px;
	bottom: 30px;
	right: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.category-slider .image-holder {
	position: absolute;
    left: -33px;
    top: 16px;
    width: 117px;
}

.category-slider .image-holder img {
    display: block;
    width: 85%;
    height: auto;
}

.category-slider .name {
	position: relative;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	padding: 20px 15px 10px 100px;
	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;
	height: 100%;
}

.category-slider .slick-arrow {
	position: absolute;
	top: 112px;
	left: 60px;
	z-index: 4;
}

.category-slider .slick-arrow:hover {
	opacity: .8;
}

.category-slider .slick-arrow.slick-disabled {
	pointer-events: none;
}

.category-slider .slick-arrow.slick-disabled .more-arrow {
	background: #eee;
}

.category-slider .slick-arrow.slick-disabled .more-arrow:before {
	border-color: #eee;
}

.category-slider .slick-next {
	top: 157px;
	left: 100px;
}

.intro-area {
	position: relative;
	padding: 0 0 60px;
}

.intro-area .intro-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 148px 0 0;
}

.intro-area .text-area {
	position: relative;
	margin: 101px 0 0;
	padding: 99px 59px 83px 152px;
	text-align: right;
	font-weight: 300;
	width: 49.4%;
}

.intro-area .text-area:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: #f9f9f9;
}

.intro-area .text-area h2 {
	font: 500 40px/1 "Poppins", "Arial", "Helvetica", sans-serif;
	position: relative;
	text-transform: uppercase;
	color: #3e3e3e;
	margin: 0 0 24px;
}

.intro-area .text-area p {
	position: relative;
	margin: 0 0 33px;
}

.intro-area .text-area .btn {
	font-weight: 400;
}

.intro-area .image-holder {
	position: relative;
	margin: 55px 0 0 0px;
	width: 50.6%;
	z-index: 3;
}

.intro-area .image-holder img {
    display: block;
    margin: auto;
    margin-top: 50px;
    width: auto;
    height: 100vh;
    max-height: 539px;
}

.heading {
	font: 400 72px/1 "Teko", "Arial", "Helvetica", sans-serif;
	position: relative;
	color: #000;
	display: block;
	z-index: 2;
}

.heading:before {
    font-size: 192px;
    line-height: 1;
    content: attr(data-title);
    color: rgba(0, 0, 0, .03);
    position: absolute;
    left: 122px;
    right: 0;
    top: -42px;
    z-index: -1;
}

.product-slider-area {
	position: relative;
	padding: 0 0 58px;
}

.product-slider-area:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	top: 196px;
	background: #f6f6f6;
}

.product-slider-area .slides-image {
	position: relative;
	max-width: 1110px;
	margin: 0 auto;
}

.product-slider-area .slides-image img {
	display: block;
	width: 100%;
	height: auto;
}

.product-slider-area .slick-dots {
	padding: 72px 0 0;
}

.article-section {
	position: relative;
	padding: 10px 0 0;
}


.article-section .article {
	position: relative;
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 155px 0 137px;
	margin: 0 0 0px;
}

.article-section .image-holder {
	position: relative;
	width: 40%;
}

.article-section .image-holder img {
    display: block;
    width: 52%;
    height: auto;
    text-align: right;
    margin: auto;
}

.article-section .description {
	position: relative;
	width: 60%;
	font-weight: 300;
}

.article-section .description h2 {
    font: 500 40px/1 "Poppins", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 24px;
}

.article-section .description p {
	margin: 0 0 27px;
}

.article-section .description .btn {
	font-weight: 400;
	margin: 15px 0 0;
}

.article-slider {
	position: relative;
	padding: 0 0 58px;
}

.article-slider .image-wrap {
	position: relative;
}

.article-slider .image-wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.article-slider .slick-dots {
	padding: 26px 0 0;
}

.info-col-area {
	position: relative;
	padding: 20px 0 120px;
}

.info-col-area .info-col {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
	left: 8%;
}

.info-col-area .col {
	position: relative;
	width: 33%;
	padding: 0 20px;
	margin: 0 0 30px;
}

.info-col-area .block {
	border-radius: 10px;
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
	position: relative;
	padding: 40px 15px 40px;
	text-align: center;
	display: block;
	height: 100%;
}

.info-col-area .block:hover,
.info-col-area .block.hover {
	background: #fee5e5;
	border-color: #df0024;
}

.info-col-area .icon-holder {
	position: relative;
	height: 80px;
	margin: 0 0 30px;
}

.info-col-area .icon-holder span {
	font-size: 75px;
	color: #df0024;
	display: block;
}

.info-col-area .icon-holder .icon-facebook-square {
	color: #3f5c8d;
}

.info-col-area .name {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 400;
	display: block;
	color: #df0024;
}

.promotion-area {
	position: relative;
	padding: 49px 0 0;
}

.promotion-area .heading {
	margin: 0 0 102px;
}

.promotion-area .heading:before {
	font-size: 250px;
	top: -66px;
}

.promotion-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.promotion-holder .sale-block {
	position: relative;
	color: #fff;
}

/*.promotion-holder .sale-block:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0c8dae;
	content: "";
}*/

.promotion-holder .sale-block .wrap {
	padding: 155px 0 121px 121px;
	position: relative;
	overflow: hidden;
}

/*.promotion-holder .sale-block .wrap:before {
	content: "";
	background: #14a1c5;
	position: absolute;
	right: -190px;
	top: -590px;
	bottom: 0;
	width: 65%;
	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	transform: rotate(55deg);
}*/

.promotion-holder .sale-block .btn {
	padding: 13px 33px;
}

.promotion-holder .sale-title {
	font: 300 172px/1 "Teko", "Arial", "Helvetica", sans-serif;
	position: relative;
	display: block;
	margin: 0 0 7px;
}

.promotion-holder .text {
	font-size: 27px;
	line-height: 32px;
	position: relative;
	display: block;
	margin: 0 0 35px;
	z-index: 99;
}

.promotion-holder .selfi-img {
	position: absolute;
	right: -5px;
	bottom: 0;
	width: 469px;
	z-index: 5;
}

.promotion-holder .selfi-img img {
	display: block;
	width: 100%;
	height: auto;
}

.promotion-holder .offer-area {
	position: relative;
	width: 413px;
	margin: 165px 0 0;
	padding: 72px 44px 54px 14px;
}

.promotion-holder .offer-area:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 3px 16px rgba(158, 158, 158, .31);
	background: #f6f6f6;
	content: "";
	left: -260px;
}

.promotion-holder .offer-text {
	position: relative;
	text-align: right;
	color: #3e3e3e;
	font-weight: 300;
}

.promotion-holder .offer-text h2 {
	font-size: 64px;
	line-height: 1;
	font-weight: 300;
	margin: 0 0 20px;
}

.promotion-holder .offer-text p {
	margin: 0 0 32px;
}

.promotion-holder .offer-text .btn {
	padding: 13px 32px;
	font-weight: 400;
}

.promotion-holder .slick-dots {
	position: relative;
	padding: 63px 8px 0 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 3;
}

.television-area {
	position: relative;
	padding: 0 0 100px;
}

.television-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.television-holder .text-area {
	position: relative;
	padding: 121px 35px 0 0;
	width: 50.9%;
}

.television-holder .text-area p {
	margin: 0 0 36px;
}

.television-holder .text-area .btn {
	padding: 13px 32px;
}

.television-holder .heading {
	font-size: 120px;
	margin: 0 0 48px;
}

.television-holder .heading:before {
	white-space: nowrap;
	font-size: 220px;
	top: -53px;
	z-index: 1;
}

.television-holder .video-area {
	position: relative;
	width: 49.1%;
}

.television-holder .video-area img {
	display: block;
	width: 100%;
	height: auto;
}

.television-holder .play-btn {
	width: 174px;
	height: 174px;
	position: absolute;
	border: 12px solid rgba(255, 255, 255, .85);
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin: -56px 0 0 -87px;
}

.television-holder .play-btn:before {
	border-style: solid;
	border-width: 35px 0 35px 58px;
	border-color: transparent transparent transparent rgba(255, 255, 255, .85);
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -35px 0 0 -21px;
}

.television-holder .play-btn:hover {
	opacity: .8;
}

.review-section {
	position: relative;
	padding: 100px 0 100px;
}

.review-section .review-text-area {
	position: relative;
	color: #3e3e3e;
	max-width: 1470px;
	margin: 0 0 55px;
}

.review-section .review-text-area .heading {
	font-size: 72px;
	margin: 0 0 48px;
}

.review-section .review-text-area .heading:before {
	font-size: 135px;
    top: -30px;
    left: 140px;
}

.review-section .review-text-area p {
	margin: 0 0 30px;
}

.review-section .review-text-area .btn {
	padding: 13px 32px;
}

.review-section .review-images {
	position: relative;
	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;
	margin: 0 -8px;
}

.review-section .image-block {
	position: relative;
	padding: 0 8px;
	width: 41.7%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.review-section .image-block:first-child {
	width: 58.3%;
}

.review-section .image-block img {
	display: block;
	width: 100%;
	height: auto;
}

.review-section .image-wrap {
	position: relative;
}

.review-section .image-wrap:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: rgba(77, 77, 77, .43);
}

.review-section .image-wrap.small .play-btn {
	width: 58px;
	height: 58px;
	margin: -29px 0 0 -29px;
	border-width: 3px;
}

.review-section .image-wrap.small .play-btn:before {
	border-width: 14px 0 14px 20px;
	margin: -13px 0 0 -8px;
}

.review-section .play-btn {
	width: 86px;
	height: 86px;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin: -43px 0 0 -43px;
	border: 5px solid rgba(0, 0, 0, .85);
	z-index: 3;
}

.review-section .play-btn:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	border-style: solid;
	border-width: 17px 0 17px 28px;
	border-color: transparent transparent transparent rgba(0, 0, 0, .85);
	margin: -17px 0 0 -10px;
}

.review-section .play-btn:hover {
	opacity: .8;
}

.print-section {
	position: relative;
	padding: 100px 0 0;
}

.print-section .heading {
	font-size: 96px;
	margin: 0 0 50px;
}

.print-section .heading:before {
	font-size: 220px;
	top: -53px;
}

.print-section .print-holder {
	position: relative;
	color: #fff;
}

.print-section .print-holder:before {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #673b98 url(../images/bg01.png) no-repeat;
    background-size: cover;
    content: "";
    top: 59px;
    left: 27px;
    bottom: 235px;
}

.print-section .print-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 94px 100px 480px;
}

.print-section .image-holder {
	position: absolute;
	left: -24px;
	top: 0;
	width: 454px;
	z-index: 3;
}

.print-section .image-holder img {
    display: block;
    width: auto;
    height: 512px;
}
.print-slider>.slick-list>.slick-track>.slick-slide {
    height: auto !important;
}

.print-section .text-area {
	position: relative;
	padding: 221px 38px 157px 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.print-section .text-area .title {
	position: relative;
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 16px;
}

.print-section .text-area h2 {
	font: 700 56px/1 "Poppins", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0 0 23px;
}

.print-section .text-area h2 span {
	font-weight: 400;
}

.print-section .text-area p {
	margin: 0 0 19px;
}

.print-section .wrap {
	position: relative;
	padding: 0 104px 0 0;
}

.print-section .play {
	width: 75px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/play.png) no-repeat;
	background-size: cover;
	z-index: 2;
}

.print-section .play:hover {
	opacity: .8;
}

.print-section .shop-btn {
	position: relative;
	display: block;
}

.print-section .shop-btn a {
	display: inline-block;
	vertical-align: top;
	font-size: 27px;
	line-height: 32px;
	font-weight: 700;
	position: relative;
	padding: 0 0 11px;
	color: #fff;
	text-transform: capitalize;
}

.print-section .shop-btn a:before {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #fff;
}

.print-section .shop-btn a .icon-keyboard_arrow_right {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 32px;
	margin: 2px 0 0 8px;
}

.print-section .shop-btn a:hover {
	text-decoration: none;
	opacity: .8;
}

.print-section .shop-btn a:hover:before {
	opacity: 0;
	visibility: hidden;
}

.print-section .sale-tag {
	position: relative;
	background: #602a9b;
	width: 402px;
	margin: 59px 0 0;
	padding: 48px 15px 57px;
	text-align: center;
}

.print-section .off-text {
	font: 700 156px/1 "Teko", "Arial", "Helvetica", sans-serif;
	position: relative;
	display: block;
	margin: 0 0 -13px;
}

.print-section .sale {
	font: 400 210px/1 "Teko", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	position: relative;
	display: block;
}

.print-section .site {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	position: absolute;
	top: 196px;
	right: -100px;
	color: rgba(255, 255, 255, .19);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.print-section .site a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: rgba(255, 255, 255, .19);
}

.print-section .slick-dots {
    width: 40%;
    height: 121px;
    position: absolute;
    right: 340px;
    bottom: 265px;
    z-index: 3;
}

.print-section .slick-dots {
	width: 40%;
	height: 121px;
	position: absolute;
	bottom: 220px;
	z-index: 3;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif");
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.bg-overlay01 {
	width: 1942px;
	height: 1469px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/partern04.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.bg-overlay02 {
	width: 1670px;
	height: 1192px;
	position: absolute;
	left: -192px;
	top: -32px;
	background: url(../images/partern06.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.product-detail-info {
    position: relative;
    padding: 46px 0 180px;
}

.product-detail-info .holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 0 0px;
}

.product-detail-info .image-holder {
	position: relative;
	width: 57.7%;
	margin: 0 -34px 0 0;
}

.product-detail-info .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.product-detail-info.style01 .holder {
	padding: 0;
}

.product-detail-info.style01 .product-info-block {
	padding: 0;
}

.product-detail-info.style01 .product-info-block h1 {
	text-transform: none;
}

.product-detail-info.style01 .image-holder {
	margin: 63px 0 0;
	width: 42.7%;
}

.product-info-block {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	color: #8a8a8a;
	padding: 53px 0 0;
	width: 590px;
}

.product-info-block p {
	margin: 0 0 46px;
	padding: 0 115px 0 0;
}

.product-info-block h1 {
	font-size: 48px;
	line-height: 1;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 11px;
}

.product-info-block .product-info-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -15px;
}

.product-info-block .product-info-list li {
	position: relative;
	width: 205px;
	padding: 0 15px;
	margin: 0 0 45px;
}

.product-info-block .product-info-list .icon-holder {
	position: relative;
	display: block;
	margin: 0 0 22px;
}

.product-info-block .product-info-list .icon-holder i {
	font-size: 50px;
	line-height: 54px;
	display: block;
	position: relative;
	color: #df0024;
}

.product-info-block .product-info-list .icon-holder .icon-mobile01,
.product-info-block .product-info-list .icon-holder .icon-battery {
	left: 12px;
}

.product-info-block .product-info-list .text {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: 500;
	display: block;
}

.tags-area {
	position: relative;
	padding: 0 0 175px;
}

.tags-area.style01 .tags-list li.active a {
	color: #000;
}

.tags-area.style01 .tags-list a {
	padding: 26px 10px;
	color: #9e9e9e;
}

.tags-area.style01 .tags-list a:hover {
	color: #000;
}

.tags-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tags-list li {
	position: relative;
	padding: 0 8px;
}

.tags-list li.active a {
	background: #fcaaaa;
}

.tags-list a {
	font-size: 32px;
	line-height: 36px;
	border-radius: 10px;
	width: 312px;
	position: relative;
	text-align: center;
	display: block;
	border: 2px solid #fcaaaa;
	padding: 14px 10px;
	color: #000;
}

.tags-list a i {
	font-size: 30px;
    line-height: 30px;
    position: relative;
    display: block;
    margin: 0 0 18px;
}

.tags-list a:hover {
	background: #fcaaaa;
}

.device-battery-info {
	position: relative;
	padding: 0 0 215px;
}

.device-battery-info .container {
	max-width: 1240px;
}

.device-battery-info .info-holder {
	position: relative;
	display: -webkit-box;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.device-battery-info .image-holder {
	position: relative;
	width: 270px;
}

.device-battery-info .image-holder:before {
    width: 395px;
    height: 417px;
    background: url(../images/charger.png) no-repeat;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    right: -247px;
    top: 312px;
}

.device-battery-info .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.device-battery-info .battery-info {
    position: relative;
    padding: 253px 0 0 258px;
}

.device-battery-info .battery-info .wrap {
	position: relative;
	width: 740px;
}

.device-battery-info .heading {
	font-size: 96px;
    margin: 55px 0 80px;
}

.device-battery-info .heading:before {
	font-size: 285px;
	top: -76px;
}

.device-battery-info .info-list {
	padding: 0 0 0 6px;
	margin: 0 -108px 0 0;
}

.info-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.info-list li {
	position: relative;
	margin: 0 0 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 50%;
}

.info-list .title {
	font: 300 50px/1 "Teko", "Arial", "Helvetica", sans-serif;
	position: relative;
	color: #454c4c;
	display: block;
	margin: 0;
}

.info-list .text {
	font-size: 32px;
	line-height: 1;
	display: block;
	color: #454c4c;
	padding: 15px 0 0 26px;
}

.connectivity-area {
	position: relative;
}

.connectivity-area .heading {
	text-align: center;
	font-size: 142px;
	margin: 0 0 220px;
}

.connectivity-area .heading:before {
	font-size: 225px;
	top: -60px;
}

.connectivity-area .connectivity-holder {
	position: relative;
	padding: 0 0 64px;
}

.connectivity-area .connectivity-holder:before {
	position: absolute;
	content: "";
	background: #f7f7f8;
	top: 100px;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}

.connectivity-area .info-list {
	max-width: 930px;
	margin: 0 auto;
}

.connectivity-area .info-list li {
	margin: 0 0 18px;
}

.connectivity-img {
	position: relative;
	max-width: 1097px;
	margin: 0 auto 71px;
}

.connectivity-img img {
	display: block;
	width: 80%;
	height: auto;
	margin: auto;
}

.product-detail-section {
	position: relative;
	padding: 471px 0 231px;
}

.product-detail-section:before {
	background: url(../images/patern05.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1595px;
}

.product-detail-section .product-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 98px 0 88px;
}

.product-detail-section .product-image {
	position: absolute;
	left: 50%;
	top: -78px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 486px;
	z-index: 3;
}

.product-detail-section .product-image img {
	display: block;
	width: 100%;
	height: auto;
}

.product-detail-section .product-list {
	position: relative;
	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;
	width: 100%;
	margin-bottom: 50px;
}

.product-detail-section .product-list > li {
	position: relative;
	width: 50%;
	margin: 0 0 148px;
}

.product-detail-section .product-list > li:nth-child(even) .wrap {
	float: right;
}

.product-detail-section .wrap {
	position: relative;
	background: #fff;
	width: 455px;
	box-shadow: 0 3px 21px rgba(167, 167, 167, .25);
	padding: 42px 25px 30px 65px;
}

.product-detail-section .wrap .box-title {
	font: 400 50px/1 "Teko", "Arial", "Helvetica", sans-serif;
	position: relative;
	color: #000;
	display: block;
	margin: 0 0 15px;
}

.product-detail-section .info-list {
	display: block;
}

.product-detail-section .info-list li {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0 0 10px;
}

.product-detail-section .info-list li:last-child {
	margin-bottom: 0;
}

.product-detail-section .info-list .title {
	color: #454c4c;
}

.product-detail-section .info-list .text {
	font-size: 24px;
	line-height: 36px;
	color: #454c4c;
	padding: 10px 0 0 16px;
}

.product-detail-section .device-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
}

.product-detail-section .device-info li {
	border-top: 1px dashed #c7c7c7;
	position: relative;
	padding: 22px 15px 12px;
	width: 50%;
}

.product-detail-section .device-info li:nth-child(even):before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	border-left: 1px dashed #c7c7c7;
}

.product-detail-section .device-info li:nth-child(1),
.product-detail-section .device-info li:nth-child(2) {
	border-top: none;
	padding-top: 0;
}

.product-detail-section .device-info li:nth-child(odd):last-child {
	border-top: 1px dashed #c7c7c7;
	width: 100%;
}

.product-detail-section .device-info .icon-holder {
	position: relative;
	display: block;
	margin: 0 0 16px;
}

.product-detail-section .device-info .icon-holder i {
    font-size: 22px;
    line-height: 24px;
    display: block;
    color: #000;
}

.product-detail-section .device-info .title {
    font: 300 28px/30px "Teko", "Arial", "Helvetica", sans-serif;
    display: block;
    color: #454c4c;
    margin: 0 0 8px;
}

.product-detail-section .device-info .text {
	font-size: 16px;
	line-height: 24px;
	color: #454c4c;
	display: block;
}

.product-detail-section.style01 {
	padding: 0 0 160px;
}

.product-detail-section.style01:before {
	display: none;
}

.product-detail-section.style01 .product-holder {
	padding: 0;
}

.product-detail-section.style01 .product-list > li {
	margin: 0 0 15px;
}

.product-detail-section.style01 .wrap {
	padding: 34px 30px 10px;
}

.product-memory-area {
	position: relative;
	padding: 0 0 135px;
}

.product-memory-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 138px 0 0;
}

.product-memory-holder .image-holder {
	position: relative;
	width: 40.4%;
}

.product-memory-holder .image-holder:before {
	content: "";
	background: #f4f4f4;
	position: absolute;
	left: -9999px;
	top: 190px;
	bottom: -55px;
	right: 166px;
}

.product-memory-holder .image-holder img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.product-memory-holder .memory-info-area {
	position: relative;
	padding: 51px 0 0;
	width: 44.9%;
}

.product-memory-holder .memory-list {
	position: relative;
}

.product-memory-holder .memory-list > li {
	box-shadow: 0 3px 21px rgba(167, 167, 167, .25);
	border: 1px solid #df0024;
	background: #fff;
	position: relative;
	padding: 40px 25px 38px 65px;
	margin: 0 0 72px;
}

.product-memory-holder .memory-list > li:last-child {
	margin-bottom: 0;
}

.product-memory-holder .box-title {
	font: 400 50px/1 "Teko", "Arial", "Helvetica", sans-serif;
	position: relative;
	color: #000;
	display: block;
	margin: 0 0 15px;
}

.product-memory-holder .info-list {
	display: block;
}

.product-memory-holder .info-list li {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0 0 10px;
}

.product-memory-holder .info-list li:last-child {
	margin-bottom: 0;
}

.product-memory-holder .info-list .title {
	color: #454c4c;
	white-space: nowrap;
}

.product-memory-holder .info-list .text {
	font-size: 24px;
	line-height: 36px;
	color: #454c4c;
	padding: 10px 0 0 16px;
}

.display-area {
	position: relative;
	padding: 0 0 0px;
}

.display-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 285px 70px 9px;
}

.display-holder .text-area {
	position: relative;
	padding: 73px 0 0;
	width: 63%;
}

.display-holder .heading {
	font-size: 142px;
	margin: 0 0 75px;
}

.display-holder .heading:before {
	font-size: 260px;
	text-align: left;
	top: -68px;
}

.display-holder .info-list {
	z-index: 3;
}

.display-holder .info-list .text {
	padding: 13px 0 0 18px;
}

.display-holder .image-holder {
	position: relative;
	width: 40%;
	margin: 0 -50px 0 0;
	right: 47px;
}

.display-holder .image-holder:before {
    width: 653px;
    height: 464px;
    background: url(../images/bg02.png) no-repeat;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    bottom: 100px;
    right: -282px;
}

.display-holder .image-holder img {
    display: block;
    width: 75%;
    height: auto;
    position: relative;
}

.camera-detail-area {
	position: relative;
	padding: 0 0 85px;
}

.camera-detail {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 0 50px;
}

.camera-detail .image-holder {
    position: relative;
    width: 305px;
    top: 40px;
}

.camera-detail .image-holder:before {
	width: 674px;
	height: 657px;
	/*background: url(../images/bg02.png) no-repeat;*/
	background-size: 100% 100%;
	content: "";
	position: absolute;
	top: 350px;
	left: -50px;
}

.camera-detail .image-holder img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.camera-detail .text-area {
	position: relative;
	padding: 65px 0 0;
	width: 51%;
}

.camera-detail .heading {
	font-size: 96px;
	margin: 0 0 40px;
}

.camera-detail .heading:before {
    font-size: 200px;
    top: -50px;
}

.camera-detail .camera-list {
	position: relative;
	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;
	margin: 0 -8px;
}

.camera-detail .camera-list li {
	position: relative;
	width: 33.333%;
	padding: 0 8px;
	margin: 0 0 20px;
}

.camera-detail .camera-list .wrap {
	background: #fff;
	position: relative;
	height: 100%;
	border-radius: 10px;
	border: 1px solid #fcaaaa;
	text-align: center;
	padding: 39px 10px 45px;
	z-index: 3;
}

.camera-detail .camera-list .icon-holder {
	position: relative;
	display: block;
	margin: 0 0 10px;
}

.camera-detail .camera-list .icon-holder i {
	font-size: 36px;
	line-height: 1;
	display: block;
	color: #000;
}

.camera-detail .camera-list .title {
    font: 300 28px/32px "Teko", "Arial", "Helvetica", sans-serif;
    color: #454c4c;
    display: block;
    margin: 0 0 6px;
}

.camera-detail .camera-list .text {
	font-size: 16px;
	line-height: 24px;
	color: #454c4c;
	display: block;
}

.product-level-area {
	position: relative;
	padding: 0 0 120px;
}

.product-level-area .product-level {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 0 14px;
}

.product-level-area .image-holder {
	position: relative;
	width: 57.5%;
}

.product-level-area .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.product-level-area .text-area {
	position: relative;
	padding: 0 0 98px 0;
	width: 36.5%;
}

.product-level-area .title {
	font: 400 113px/116px "Teko", "Arial", "Helvetica", sans-serif;
	color: #000;
	display: block;
}

.buy-intro-area {
	position: relative;
	padding: 0 0 242px;
}

.buy-intro-holder {
	position: relative;
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 112px 0 0;
}

.buy-intro-holder .text-area {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	color: #8a8a8a;
	padding: 158px 0 0;
	width: 468px;
}

.buy-intro-holder .text-area p {
	margin: 0 0 32px;
}

.buy-intro-holder .text-area .btn {
	padding: 13px 40px;
}

.buy-intro-holder .heading {
	margin: 0 0 18px;
	font-size: 48px;
}

.buy-intro-holder .heading:before {
	top: -212px;
	font-size: 582px;
}

.buy-intro-holder .image-holder {
	width: 39.3%;
}

.buy-intro-holder .image-holder:before {
	width: 1031px;
	height: 887px;
	background: url(../images/pattern07.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	position: absolute;
	right: -40px;
	top: 51px;
}

.buy-intro-holder .image-holder img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.device-info-list-area {
	position: relative;
	padding: 0 0 232px;
}

.device-info-list-area.style01 {
	padding: 214px 0 260px;
}

.device-info-list-area.style01 .device-info-list {
	padding: 0 250px;
}

.device-info-list-area.style01 .device-info-list li:before {
	background: url(../images/partern09.png) no-repeat;
	background-size: 100% 100%;
}

.device-info-list {
	position: relative;
	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;
	padding: 0 80px;
}

.device-info-list li {
	position: relative;
	padding: 0 15px;
}

.device-info-list li:before {
	width: 151px;
	height: 175px;
	background: url(../images/partern08.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	position: absolute;
	left: 50%;
	top: -33px;
	margin: 0 0 0 -52px;
}

.device-info-list .wrap {
	position: relative;
	text-align: center;
}

.device-info-list .icon-holder {
	position: relative;
	display: block;
	margin: 0 0 25px;
}

.device-info-list .icon-holder i {
	font-size: 50px;
	line-height: 50px;
	display: block;
	color: #000;
}

.device-info-list .text {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	display: block;
	color: #000;
}

.slider-section {
	position: relative;
}

.slider-section .slider-wrap {
	position: relative;
	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;
	margin: 0 -8px;
}

.slider-section .slider-col {
	position: relative;
	width: 50%;
	padding: 0 8px;
}

.text-slider-area {
	position: relative;
	background: #f5f6f7;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.text-slider-area .text-block {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	max-width: 582px;
	margin: 0 auto;
	text-align: center;
	color: #8a8a8a;
}

.text-slider-area .text-block h2 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 400;
	margin: 0 0 20px;
	padding: 0 40px;
	color: #000;
}

.text-slider-area .text-block p {
	margin: 0 0 30px;
}

.text-slider-area .text-block .btn {
	padding: 13px 40px;
}

.text-slider-area .text-slider {
	position: static;
	width: 100%;
}

.text-slider-area .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 71px;
}

.image-slider {
	position: relative;
	height: 100%;
}

.image-slider img {
	display: block;
	width: 100%;
	height: auto;
}

.image-slider .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 51px;
	padding: 0 59px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.shoping-section {
	position: relative;
	padding: 74px 0 153px;
}

.shoping-section .text-area {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	max-width: 1155px;
	color: #000;
	text-align: center;
	padding: 92px 0 0;
	margin: 0 auto 62px;
}

.shoping-section .text-area h2 {
	font-size: 48px;
	line-height: 56px;
	margin: 0 0 22px;
}

.shoping-section .text-area p {
	margin: 0 0 39px;
}

.shoping-section .text-area .btn {
	padding: 13px 19px;
}

.shoping-section .charger-img {
	position: relative;
	padding: 0 0 0 7.3%;
}

.shoping-section .charger-img img {
	display: block;
	width: 100%;
	height: auto;
}

.large-image-slider {
	position: relative;
}

.large-image-slider img {
	display: block;
	width: 100%;
	height: auto;
}

.large-image-slider .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 81px;
}

.pirce-section {
	position: relative;
	background: #f5f6f7;
	padding: 120px 0;
}

.pirce-section .image-holder {
	position: relative;
	max-width: 1058px;
	margin: 0 auto;
}

.pirce-section .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.pirce-section .text-area {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	max-width: 660px;
	text-align: center;
	color: #000;
	margin: 0 auto;
	padding: 92px 0 0;
}

.pirce-section .text-area h2 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 400;
	margin: 0 0 22px;
}

.pirce-section .text-area p {
	margin: 0 0 38px;
}

.pirce-section .text-area .btn {
	padding: 13px 19px;
}

.product-features-area {
	position: relative;
	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;
	padding: 189px 0;
}

.product-features-area .image-holder {
	position: relative;
	width: 56.7%;
}

.product-features-area .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.product-features-area .text-area {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	color: #000;
	padding: 121px 0 0 64px;
	width: 43.3%;
}

.product-features-area .text-area .wrap {
	position: relative;
	max-width: 490px;
}

.product-features-area .text-area h2 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 400;
	margin: 0 0 22px;
}

.product-features-area .text-area p {
	margin: 0 0 40px;
}

.product-features-area .text-area .btn {
	padding: 13px 52px;
}

.features-col-area {
	position: relative;
	padding: 0 0 270px;
}

.features-col-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.features-col-holder .col {
	position: relative;
	width: 33.333%;
	padding: 0 10px;
	margin: 0 0 25px;
}

.features-col-holder .block {
	background: #f9f9f9;
	position: relative;
	border-radius: 10px;
	text-align: center;
	height: 100%;
	padding: 128px 25px 83px;
}

.features-col-holder .icon-holder {
	position: relative;
	display: block;
	margin: 0 0 38px;
}

.features-col-holder .icon-holder i {
	font-size: 52px;
	line-height: 52px;
	position: relative;
	color: #df0024;
	display: block;
}

.features-col-holder .title {
	font: 400 48px/56px "Teko", "Arial", "Helvetica", sans-serif;
	position: relative;
	display: block;
	max-width: 295px;
	color: #000;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.filters-opener {
		display: none;
	}
}

@media (min-width: 1024px) {
	.new-possib{
		width: 65% !important;
	}
	.header.home {
		position: absolute;
		/*left: 0;*/
		top: 0;
		width: 100%;
	}

	.header.home .menu li:nth-child(1) ~ li a {
		color: #000;
	}

	.header.home .menu li:nth-child(1) ~ li a:hover {
		color: #df0024;
	}

    /*black text not visible at home*/

	/*.header.home .user-list a {
		color: #000;
	}*/

	.header.home .user-list .sub-menu-opener {
		background: #fff;
		color: #000;
	}

	.nav-opener {
		display: none;
	}

	.article-section .article:nth-child(even) .image-holder {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.article-section .article:nth-child(even) .image-holder:before {
		content: "";
		/*background: #f8f8f8;*/
		position: absolute;
		right: -9999px;
		top: 107px;
		left: 0px;
		bottom: 0;
	}

	.article-section .article:nth-child(even) .description {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.promotion-holder .sale-block {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media (min-width: 1200px) {
	.article-slider .slick-dots {
		padding-right: 45px;
	}

	.info-col-area .icon-holder .icon-world {
		font-size: 85px;
	}

	.info-col-area .icon-holder .icon-facebook-square {
		font-size: 85px;
	}
}

@media (min-width: 1500px) {
	.print-section .slick-dots {
	    bottom: 110px !important;
	}
	.print-section .print-holder:before {
	    height: 457px !important;
	}
	.print-section .image-holder img {
	    height: 550px !important;
	}
	.header.shadow {
		padding: 53px 0;
	}

	.article-section .article:nth-child(even) {
		padding: 0 0 0 30px;
	}

	.article-section .article:nth-child(even) .description {
		padding: 234px 0 0;
	}

	.article-section .article:nth-child(even) .image-holder {
		width: 705px;
		margin: -11px -35px 0 0;
	}

	.article-section .description {
		padding: 0 0 106px;
	}

	.product-detail-section.style01 .product-image {
		top: -44px;
	}

	.product-detail-section.style01 .wrap {
		width: 455px;
	}
}

@media (min-width: 1800px) {
	.article-section .article:nth-child(even) {
		padding: 0;
	}

	.article-section .article:nth-child(even) .description {
		padding: 0px 0 0;
	}

	.article-section .article:nth-child(even) .image-holder {
		width: 40%;
		/*margin: -11px 74px 0 0;*/
	}

	.product-detail-info.style01 {
		padding: 80px 0 395px;
			}

	.product-detail-info.style01 .product-info-block {
		margin: 0 -47px 0 0;
	}

	.tags-area.style01 {
		padding: 0 0 120px;
	}

	.tags-area.style02 {
		padding: 0 0 160px;
	}

	.product-detail-section.style01 .wrap {
		width: 505px;
	}

	.text-slider-area .text-block {
		padding: 0 0 25px;
		left: 23px;
	}
}

@media (max-width: 1799px) {
	.slider-btn {
		left: 0;
	}

	.block-news .heading:before {
		font-size: 300px;
		line-height: 1;
		letter-spacing: 0;
		text-align: left;
		left: 20px;
	}

	.top-block .heading:before {
		font-size: 300px;
		line-height: 1;
		letter-spacing: 0;
		text-align: left;
		left: 20px;
	}

	.articles-area .top-article .heading:before {
		font-size: 220px;
		line-height: 1;
		letter-spacing: 0;
		bottom: -25px;
	}

	.articles-area .top-article .image-holder {
		width: 40%;
	}

	.articles-area .top-article .image-holder img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}

	.block-support .heading:before {
		font-size: 220px;
		line-height: 1;
		letter-spacing: 0;
		bottom: -25px;
	}

	.block-contact .heading:before {
		font-size: 220px;
	    line-height: 1;
	    letter-spacing: 0;
	    bottom: -42px;
	    padding: 0 30px;
	}

	.block-contact .contact-box {
		margin: 0 0 100px;
		padding: 30px;
	}

	.block-contact .contact-box .location-detail {
		padding: 30px 0;
	}

	.block-contact .location-holder {
		margin: 0 0 40px;
	}

	.block-product .heading:before {
		font-size: 220px;
		line-height: 1;
		letter-spacing: 0;
		bottom: -25px;
	}

	.block-comparison .heading:before {
		font-size: 220px;
		line-height: 1;
		letter-spacing: 0;
		bottom: -25px;
	}

	.header.home .container {
		max-width: 1470px;
	}

	.nav-area .btn-wrap {
		padding: 0 10px 0 20px;
	}

	.menu {
		font-size: 18px;
	}

	.visual-area:before,
	.visual-area:after {
		width: 60%;
	}

	.visual-area .visual-wrap:before {
		width: 40%;
	}

	.category-slider {
		/*padding: 0 15px 0 215px;*/
	}

	.article-section .article {
		padding: 0 50px;
		margin: 0 0 100px;
	}

	.info-col-area .name {
		font-size: 28px;
	}

	.promotion-holder .sale-block .wrap {
		padding: 155px 0 121px;
	}

	.promotion-holder .sale-block .wrap:before {
		width: 76%;
		right: -140px;
	}

	.print-section .text-area {
		padding: 150px 20px 140px 0;
	}

	.bg-overlay01 {
		height: 1300px;
	}

	.bg-overlay02 {
		width: 1200px;
		height: 880px;
	}

	.product-detail-info {
		padding: 170px 0;
	}

	.product-detail-info .image-holder {
		margin: 0;
	}

	.product-detail-info.style01 .image-holder {
		width: 54%;
		margin: 0;
	}

	.tags-area {
		padding: 55px 0 95px;
	}

	.device-battery-info {
		padding: 0 0 250px;
	}

	.device-battery-info .container {
		max-width: 1485px;
	}

	.device-battery-info .image-holder {
		width: 315px;
	}

	.device-battery-info .image-holder:before {
		top: 416px;
	}

	.device-battery-info .battery-info {
		padding: 0 0 0 395px;
	}

	.connectivity-area .heading {
		margin: 0 0 100px;
	}

	.connectivity-area .heading:before {
		font-size: 196px;
		top: -40px;
	}

	.product-detail-section {
		padding: 250px 0 5px;
	}

	.product-detail-section:before {
		height: 985px;
	}

	.product-detail-section .wrap {
		padding: 40px 25px 30px;
		width: 385px;
	}

	.product-detail-section .info-list .text {
		font-size: 21px;
	}

	.product-memory-holder {
		padding: 0 75px 0 0;
	}

	.product-level-area {
		padding: 0 0 160px;
	}

	.product-level-area .text-area {
		padding: 0 0 60px;
	}

	.product-level-area .title {
		font-size: 100px;
		line-height: 104px;
	}
}
@media (min-width: 1500px) {
	.article-section .image-holder {
	     margin-top: -135px;
	}
	.header.home .menu li:nth-child(2) a {
	    color: #000 !important;
	}
	.link-wrap-show .more {
	    line-height: 18px !important;
	}
	.product-detail-info .holder {
	    display: -webkit-box !important;
	}
	.tags-list a {
	    font-size: 24px;
	    width: 245px;
	}
	.product-detail-section .product-holder {
	    padding: 0px !important;
	}
	.product-detail-section .wrap {
	    width: 400px !important;
	    padding: 42px 25px 29px 45px !important;
	}
	.product-detail-section .product-image {
	    top: -5px !important;
	    width: 370px !important;
	}
	.product-detail-section .product-list > li {
	    margin: 0 0 30px !important;
	}
	.product-detail-section {
	    position: relative !important;
	    padding: 65px 0 0px !important;
	}
	.article-section .article:nth-child(even) .image-holder {
	    margin-top: 175px !important;
	}
	.print-section .off-text {
	    font-size: 75px !important;
	}
	.print-section .sale {
	    font-size: 100px;
	}
	.print-section .text-area {
	    padding: 126px 0px 95px 0 !important;
	}
	.print-section .site {
	    font-size: 25px !important;
	    top: 236px !important;
	    right: -140px !important;
	}
	.print-section .sale-tag {
	    width: 348px !important;
	    margin: 59px 0 0 !important;
	    padding: 60px 25px 60px !important;
	}

	.print-section .image-holder {
	    left: -90px !important;
	}
	.video-area {
	    margin-top: 235px !important;
	}
	.television-holder .heading:before {
	    font-size: 154px !important;
	    top: -14px !important;
	}
	.review-section .review-text-area .heading {
	    font-size: 96px !important;
	}
	.block-contact .contact-box {
	    max-width: 100% !important;
	    margin: 0 0 100px !important;
	}
	.block-contact .contact-box #map {
	    height: 751px !important;
	}
	.heading {
	    font: 400 154px/1 "Teko", "Arial", "Helvetica", sans-serif !important;
	}
	.print-section .print-holder:before {
	    bottom: 282px !important;
	}
	.print-section .slick-dots {
	    height: 121px !important;
	}
	.product-memory-holder .image-holder {
		width: 51.4% !important;
	}
}
@media (max-width: 1499px) {
	.block-news .heading:before {
		font-size: 240px;
		line-height: 1;
		top: -62px;
	}

	.block-news .three-cols .caption-box {
		padding: 30px 25px;
	}

	.block-news .caption-box {
		padding: 30px 25px;
	}

	.top-block .heading:before {
	    font-size: 115px;
	    line-height: 1;
	    bottom: -33px;
	    left: 100px;
	}

	.articles-area .top-article {
		margin: 0 0 20px;
	}

	.articles-area .top-article .heading:before {
		font-size: 170px;
		line-height: 1;
	}

	.block-archive .heading {
		margin: 0 0 100px;
	}

	.block-support {
		padding: 42px 0 40px;
	}

	.block-support .heading:before {
		font-size: 160px;
		line-height: 1;
	}

	.main-tabs a {
		height: 300px;
	}

	.main-tabs .icon {
		font-size: 100px;
		line-height: 1;
		margin: 0 0 20px;
	}

	.form-box {
		padding: 60px 40px 100px;
	}

	.form-box.right {
		padding: 60px 40px 100px;
	}

	.form-submit .row .field-holder {
		width: 100%;
	}

	.form-submit .row.two .field-holder {
		width: 100%;
	}

	.form-submit .row-security {
		margin: 0 -8px;
	}

	.form-submit .row-security .field-holder {
		width: 50%;
		padding: 0 8px;
	}

	.block-contact .heading:before {
		font-size: 150px;
		line-height: 1;
	}

	.block-contact .contact-box {
		max-width: inherit;
		padding: 15px;
	}

	.block-contact .contact-box .location-detail {
		right: 15px;
		width: 400px;
		padding: 15px 0;
	}

	.block-contact .location-holder {
		padding: 20px 30px;
	}

	.block-contact .location-holder address {
		margin: 0;
	}

	.list-options {
		margin: 0 -10px 60px;
	}

	.block-product {
		padding: 5px 0 0px;
	}

	.block-product .heading {
		margin: 0 0 100px;
	}

	.block-product .heading:before {
		font-size: 125px;
		line-height: 1;
	}

	.block-product .two-cols {
		margin: 0 -8px 50px;
	}

	.block-product .side-filters {
		padding: 25px 3%;
	}

	.block-product .product-frame {
		padding: 28px 20px;
	}

	.block-product .product-frame .bottom-bar .list-feature li {
		padding: 0 10px;
	}

	.comparing-item {
		padding: 100px 0;
	}

	.block-comparison .heading:before {
		font-size: 200px;
		line-height: 1;
	}

	.block-comparison .items-detail {
		padding: 0;
	}

	.fixed-bar .container:before {
		right: 30%;
	}

	.fixed-bar .buttons-area {
		width: 28.5%;
	}

	.footer .logo {
		width: 300px;
		margin: 0;
	}

	.footer .links-area {
		width: calc(100% - 300px);
	}

	.header {
		padding: 45px 0;
	}

	.header.home .container {
		max-width: 1240px;
	}

	.logo {
		width: 200px;
	}

	.nav-area .btn-wrap {
		padding: 0 10px;
	}

	.menu {
		margin: 5px -10px;
		font-size: 14px;
	}

	.menu li {
		padding: 0 10.5px;
	}

	.user-list > li {
		padding: 0 10px;
	}

	.visual-slider .caption-holder {
		padding: 22vh 5vw 0px 0px;
	}

	.visual-slider .image-holder {
		width: 55%;
		top: 215px;
	}

	.visual-slider .text-area {
		max-width: 595px;
	}

	.main-holder:before {
		width: 800px;
		height: 1100px;
	}

	.intro-area .intro-holder {
		padding: 0;
	}

	.intro-area .text-area {
		padding: 60px 60px;
	}

	.heading {
	    font-size: 72px;
	}

	.heading:before {
	    font-size: 95px;
	    top: 30px;
	    left: 0;
	}

	.product-slider-area .slides-image {
		max-width: 100%;
	}

	.article-section:before {
		width: 800px;
		height: 1500px;
	}

	.article-section .article {
		padding: 0 0px;
		margin: 0 0 70px;
	}

	.article-section .article:nth-child(even) .image-holder:before {
		left: 0px;
	}

	.article-section .image-holder {
	    width: 40%;
	    position: relative;
	}

	.info-col-area .name {
		font-size: 20px;
	}

	.promotion-holder .sale-block .wrap {
		padding: 120px 0;
	}

	.promotion-holder .sale-title {
		font-size: 130px;
	}

	.promotion-holder .text {
		font-size: 22px;
		line-height: 27px;
		margin: 0 0 25px;
	}

	.promotion-holder .selfi-img {
		width: 400px;
	}

	.promotion-holder .offer-area {
		width: 360px;
		margin: 120px 0 0;
		padding: 50px 15px;
	}

	.promotion-holder .slick-dots {
		padding: 35px 0 0;
	}

	.television-holder .text-area {
		padding: 140px 20px 0 0;
	}

	.television-holder .text-area p {
		margin: 0 0 25px;
	}

	.television-holder .heading {
		font-size: 72px;
		margin: 0 0 35px;
	}

	.television-holder .heading:before {
		font-size: 135px;
    	top: -32px;
	}

	.print-section {
		padding: 95px 0;
	}

	.print-section .heading:before {
		font-size: 135px;
	    top: -30px;
	}

	.print-section .print-block {
		padding: 0 50px 100px 370px;
	}

	.print-section .image-holder {
		width: 320px;
	}


	.print-section .sale-tag {
		width: 344px;
		padding: 35px 15px;
		height: 425px;
	}

	.print-section .off-text {
		font-size: 75px;
	}

	.print-section .sale {
		font-size: 100px;
	}

	.print-section .site {
		right: -120px;
	}

	.bg-overlay01 {
		height: 890px;
	}

	.bg-overlay02 {
		width: 1000px;
		height: 720px;
	}

	.product-detail-info {
		padding: 30px 0;
	}

	.product-detail-info .holder {
		padding: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.product-detail-info .image-holder {
		width: 47.5%;
	}

	.product-detail-info.style01 .image-holder {
		width: 32.5%;
    	left: 8%;
	}

	.product-info-block {
		padding: 0;
	}

	.tags-list a {
		font-size: 24px;
    	width: 200px;
	}

	.device-battery-info {
		padding: 0 0 170px;
	}

	.device-battery-info .container {
		max-width: 1170px;
	}

	.device-battery-info .image-holder {
		width: 195px;
	}

	.device-battery-info .image-holder:before {
		width: 259px;
	    height: 447px;
	    right: -160px;
	    top: 113px;
	}

	.device-battery-info .battery-info {
		padding: 0 0 0 160px;
	}

	.info-list .title {
		font-size: 30px;
	}

	.info-list .text {
		font-size: 22px;
		padding: 10px 0 0 15px;
	}

	.connectivity-area .heading {
		font-size: 96px;
    	margin: 0 0 80px;
	}

	.connectivity-area .heading:before {
		font-size: 156px;
		top: -23px;
	}

	.connectivity-img {
		max-width: 900px;
		margin: 0 auto 55px;
	}

	.product-detail-section {
		padding: 140px 0 5px;
	}

	.product-detail-section:before {
		height: 800px;
	}

	.product-detail-section .product-holder {
		padding: 0;
	}

	.product-detail-section .device-info .title br {
	    display: none;
	}
	.product-detail-section .product-image {
		width: 300px;
		top: 10px;
	}

	.product-detail-section .product-list > li {
		margin: 0 0 55px;
	}

	.product-detail-section .wrap {
		padding: 30px 20px;
	}

	.product-detail-section .info-list .text {
		font-size: 18px;
		line-height: 24px;
	}

	.product-detail-section.style01 {
		padding: 0 0 0px;
	}

	.product-memory-holder {
		padding: 0 35px 0 0;
	}

	.product-memory-holder .image-holder:before {
		right: 100px;
		bottom: -35px;
		top: 160px;
	}

	.product-memory-holder .memory-list > li {
		padding: 25px 25px 40px;
		margin: 0 0 50px;
	}

	.product-memory-holder .info-list .text {
		font-size: 25px;
		line-height: 28px;
		padding: 10px 0 0 10px;
	}

	.display-holder .heading {
		font-size: 96px;
	}

	.display-holder .heading:before {
		top: -38px;
		font-size: 170px;
	}

	.display-holder .info-list .text {
		padding: 4px 0 0 10px;
	}

	.camera-detail .image-holder:before {
		width: 560px;
		height: 605px;
	}

	.camera-detail .camera-list .wrap {
		padding: 25px 10px;
	}

	.product-level-area .image-holder {
		width: 39.5%;
	}

	.product-level-area .text-area {
		width: 44.5%;
	}

	.buy-intro-holder {
		padding: 0;
	}

	.buy-intro-holder .heading:before {
		font-size: 392px;
		top: -102px;
	}

	.buy-intro-holder .image-holder:before {
		width: 820px;
		height: 720px;
		right: 0;
		top: 12px;
	}

	.device-info-list-area {
		padding: 0 0 120px;
	}

	.device-info-list-area.style01 {
		padding: 140px 0;
	}

	.device-info-list-area.style01 .device-info-list {
		padding: 0 100px;
	}

	.device-info-list {
		padding: 0 40px;
	}

	.text-slider-area .text-block {
		max-width: 510px;
	}
	.intro-area .image-holder img {
	    width: auto;
	    max-height: 475px;
	    height: 100vh;
	    margin-top: 48px;
	}
}

@media (max-width: 1419px) {
	.nav-area .btn {
		padding: 12px 16px;
	}
}
@media (max-width: 1366px){
.menu li {
    padding: 0px 11.5px;
}
}

@media (max-width: 1199px) {
	.slider-btn {
		top: 445px;
	}

	.jcf-select {
		height: 50px;
	}

	.jcf-select .jcf-select-text {
		line-height: 48px;
	}

	.jcf-select .jcf-select-opener {
		top: 18px;
	}

	.notifification-bar {
		padding: 25px 0;
	}

	.block-news {
		padding: 42px 0 140px;
	}

	.block-news .heading:before {
		font-size: 180px;
		line-height: 1;
		top: -40px;
	}

	.block-news .two-cols {
		margin: 0 -10px;
	}

	.block-news .three-cols .col {
		width: 50%;
	}

	.list-pagination a {
		width: 50px;
		height: 50px;
		font-size: 26px;
		line-height: 30px;
	}

	.top-block .heading:before {
		font-size: 180px;
		line-height: 1;
	}

	.articles-area {
		padding: 70px 0;
	}

	.articles-area .top-article .heading:before {
		font-size: 140px;
		line-height: 1;
	}

	.articles-area .top-article .text-holder {
		width: 45%;
	}

	.articles-area .articles-wrap {
		padding: 0 0 60px;
	}

	.articles-area h3 {
		font-size: 50px;
		line-height: 55px;
	}

	.block-archive .two-columns {
		font-size: 18px;
	}

	.block-archive .two-columns .col {
		width: 52%;
		margin: 0 0 20px;
	}

	.block-archive .two-columns .col:nth-child(even) {
		width: 48%;
	}

	.block-archive .two-columns .image-holder {
		margin: 0 0 25px;
	}

	.block-support .heading:before {
		font-size: 140px;
		line-height: 1;
	}

	.main-tabs {
		margin: 0 -8px 60px;
	}

	.sub-tabs {
		margin: 0 0 60px;
	}

	.tabs-area h2 {
		font-size: 50px;
		line-height: 56px;
		margin: 0 0 40px;
	}

	.form-submit input[type="text"],
	.form-submit input[type="email"],
	.form-submit input[type="password"],
	.form-submit input[type="tel"],
	.form-submit textarea {
		height: 50px;
		padding: 5px 15px;
	}

	.form-submit textarea {
		height: 100px;
	}

	.block-contact {
		padding: 50px 0 200px;
	}

	.block-contact .heading:before {
		font-size: 140px;
		line-height: 1;
	}

	.block-contact .contact-box {
		margin: 0 0 50px;
	}

	.block-contact .contact-box .location-detail {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}

	.block-contact .location-holder {
		width: 48%;
		margin: 0;
	}

	.block-product .list-options {
		margin: 0 -10px 50px;
	}

	.block-product .heading:before {
		font-size: 140px;
		line-height: 1;
		padding: 0 30px;
	}

	.block-product .product-holder {
		margin: 0 0 55px;
	}

	.block-product .product-frame {
		padding: 30px 15px;
	}

	.block-product .product-frame .bottom-bar {
		padding: 15px;
		bottom: -30px;
	}

	.block-product .product-frame .bottom-bar .list-feature {
		font-size: 24px;
		line-height: 1;
	}

	.block-product .product-frame .bottom-bar .list-feature .icon-eye {
		font-size: 36px;
		line-height: 1;
	}

	.comparing-item {
		max-width: 100%;
	}

	.block-comparison .heading:before {
		font-size: 140px;
		line-height: 1;
		padding: 0 30px;
	}

	.block-comparison .item-info {
		padding: 30px 0;
		min-height: inherit;
	}

	.block-comparison .item-info p {
		margin: 0;
	}

	.block-comparison .box-wrap {
		padding: 30px 0;
	}

	.block-comparison .box-wrap .row {
		margin: 0 0 20px;
	}

	.fixed-bar {
		padding: 25px 0;
	}

	.fixed-bar .buttons-area li {
		padding: 0 8px 8px;
	}

	.footer {
		font-size: 16px;
		line-height: 20px;
	}

	.footer .logo {
		width: 180px;
	}

	.footer .links-area {
		width: calc(100% - 180px);
	}

	.footer .links-area .list-links {
		font-size: 17px;
		line-height: 21px;
	}

	.footer .links-area .title {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 15px;
	}

	.footer .links-area .title + .title {
		padding: 4px 0 0;
	}

	.header {
		padding: 25px 0;
	}

	.header.shadow {
		box-shadow: 0 8px 15px rgba(0, 0, 0, .11);
	}

	.logo {
		width: 175px;
	}

	.nav-area .btn {
		padding: 7px 13px;
		height: 38px;
		font-size: 14px;
		border-radius: 5px;
	}

	.menu {
		font-size: 14px;
	}

	.visual-area .more {
		font-size: 21px;
	}

	.visual-slider .caption-holder {
		padding: 200px 0 250px;
	}

	.visual-slider .image-holder {
		top: 175px;
	}

	.visual-slider .text-area {
		max-width: 495px;
	}

	.visual-slider .title {
		font-size: 21px;
		margin: 0 0 14px;
	}

	.main-holder:before {
		width: 600px;
		height: 900px;
	}

	.category-slider {
		padding: 0 15px 0 175px;
	}

	.category-slider .category-box {
		width: 225px;
	}

	.category-slider .name {
		font-size: 24px;
		padding: 15px 15px 15px 95px;
	}

	.category-slider .slick-arrow {
		top: 75px;
		left: 20px;
	}

	.category-slider .slick-next {
		left: 45px;
		top: 125px;
	}

	.intro-area .image-holder {
		margin: 0 0 0 -56px;
	}

	.heading {
		font-size: 100px;
	}

	.heading:before {
		font-size: 200px;
		top: -55px;
	}

	.product-slider-area:before {
		top: 150px;
	}

	.product-slider-area .slides-image {
		max-width: 870px;
	}

	.product-slider-area .slick-dots {
		padding: 45px 0 0;
	}

	.article-section:before {
		width: 600px;
		height: 1200px;
	}

	.article-section .image-holder {
		width: 335px;
	}

	.article-section .description {
		width: 500px;
	}

	.article-section .description h2 {
		font-size: 54px;
	}

	.info-col-area .info-col {
		margin: 0 -15px;
	}

	.info-col-area .col {
		padding: 0 15px;
	}

	.info-col-area .block {
		padding: 55px 15px;
	}

	.info-col-area .icon-holder {
		height: 120px;
		margin: 0 0 25px;
	}

	.info-col-area .icon-holder span {
		font-size: 90px;
	}

	.info-col-area .name {
		font-size: 22px;
	}

	.promotion-holder .sale-block .wrap {
		padding: 60px 0;
	}

	.promotion-holder .sale-block .wrap:before {
		width: 116%;
		right: -240px;
	}

	.promotion-holder .sale-title {
		font-size: 120px;
	}

	.promotion-holder .text {
		font-size: 20px;
	}

	.promotion-holder .selfi-img {
		width: 280px;
	}

	.promotion-holder .offer-area {
		margin: 60px 0 0;
		padding: 30px 15px;
	}

	.television-holder .text-area {
		padding: 40px 20px 0 0;
	}

	.television-holder .heading:before {
		font-size: 120px;
		top: 17px;
	}

	.review-section .review-text-area .heading {
		font-size: 100px;
	}

	.review-section .review-text-area .heading:before {
		font-size: 160px;
		top: -30px;
	}

	.print-section .heading {
		font-size: 80px;
	}

	.print-section .heading:before {
		font-size: 150px;
	}

	.print-section .print-block {
		padding: 0 50px 70px 250px;
	}

	.print-section .image-holder {
		width: 240px;
	}

	.print-section .slick-dots {
		width: 350px;
	}

	.bg-overlay01 {
		height: 750px;
	}

	.bg-overlay02 {
		width: 800px;
		height: 620px;
	}

	.product-info-block {
		width: 500px;
	}

	.product-info-block p {
		padding: 0;
		margin: 0 0 28px;
	}

	.product-info-block .product-info-list {
		margin: 0 -10px;
	}

	.product-info-block .product-info-list li {
		width: 165px;
		padding: 0 10px;
		margin: 0 0 30px;
	}

	.product-info-block .product-info-list .icon-holder {
		margin: 0 0 15px;
	}

	.product-info-block .product-info-list .text {
		font-size: 14px;
		line-height: 20px;
	}

	.tags-area {
		padding: 0 0 170px;
	}

	.tags-area {
		padding: 0 0 100px;
	}

	.tags-list a {
		font-size: 24px;
		line-height: 30px;
		padding: 22px 10px;
		width: 220px;
	}

	.device-battery-info .container {
		max-width: 994px;
	}

	.device-battery-info .image-holder {
		width: 170px;
	}

	.device-battery-info .image-holder:before {
		top: 81px;
		height: 408px;
		width: 255px;
	}

	.device-battery-info .battery-info {
		width: 60%;
	}

	.device-battery-info .heading {
		font-size: 120px;
		margin: 0 0 45px;
	}

	.device-battery-info .heading:before {
		font-size: 200px;
		top: -36px;
	}

	.device-battery-info .info-list {
		padding: 0;
		margin: 0;
	}

	.connectivity-area .heading {
		font-size: 100px;
		margin: 0 0 55px;
	}

	.connectivity-area .heading:before {
		font-size: 140px;
	}

	.connectivity-img {
		max-width: 800px;
		margin: 0 auto 40px;
	}

	.product-detail-section:before {
		height: 700px;
	}

	.product-detail-section .product-image {
		width: 290px;
	}

	.product-detail-section .product-list > li {
		margin: 0 0 75px;
	}

	.product-detail-section .wrap {
		width: 335px;
	}

	.product-detail-section .wrap .box-title {
		font-size: 40px;
	}

	.product-detail-section .device-info .title {
		font-size: 40px;
		line-height: 30px;
		margin: 0 0 18px;
	}

	.display-area {
		padding: 0 0 70px;
	}

	.display-holder {
		padding: 0;
	}

	.display-holder .image-holder {
		right: 0;
		margin: 0;
		width: 32%;
	}

	.display-holder .image-holder:before {
		width: 550px;
		height: 562px;
		right: -150px;
	}

	.camera-detail {
		padding: 0;
	}

	.camera-detail .image-holder {
		width: 375px;
	}

	.camera-detail .image-holder:before {
		width: 480px;
		height: 475px;
	}

	.camera-detail .text-area {
		width: 55%;
	}

	.product-level-area {
		padding: 0 0 100px;
	}

	.product-level-area .title {
		font-size: 80px;
		line-height: 84px;
	}

	.buy-intro-area {
		padding: 0 0 150px;
	}

	.buy-intro-holder .text-area {
		padding: 100px 0 0;
	}

	.buy-intro-holder .image-holder:before {
		width: 600px;
		height: 570px;
	}

	.device-info-list {
		padding: 0;
	}

	.text-slider-area .text-block {
		padding: 0 25px;
	}

	.text-slider-area .text-block h2 {
		font-size: 40px;
		line-height: 48px;
		padding: 0;
	}

	.text-slider-area .slick-dots {
		bottom: 40px;
	}

	.image-slider .slick-dots {
		bottom: 34px;
		padding: 0 25px;
	}

	.shoping-section {
		padding: 80px 0;
	}

	.shoping-section .text-area {
		padding: 0;
	}

	.large-image-slider .slick-dots {
		bottom: 40px;
	}

	.pirce-section {
		padding: 80px 0;
	}

	.pirce-section .text-area {
		padding: 50px 0 0;
	}

	.product-features-area {
		padding: 100px 0;
	}

	.product-features-area .text-area {
		padding: 40px 0 0 35px;
	}

	.product-features-area .text-area .wrap {
		max-width: 380px;
	}
}
@media (max-height: 768px){
.visual-slider .image-holder {
    width: 57%;
    top: 22vh;
}
.nav-opener {
    right: 2px;
}
}
@media (max-width: 1023px) {
	.pagination {
		position: relative;
		padding: 20px 0;
	}

	.pagination ul {
		padding: 0 15px;
	}

	.slider-btn {
		top: 25px;
	}

	.notifification-bar {
		font-size: 16px;
		line-height: 20px;
		padding: 15px 0 7px;
	}

	.block-news {
		padding: 42px 0 80px;
	}

	.block-news .heading {
		margin: 0 0 70px;
	}

	.block-news .heading:before {
		font-size: 140px;
		line-height: 1;
		top: -30px;
	}

	.block-news .three-cols {
		margin: 0 -10px 40px;
	}

	.block-news .article-holder {
		font-size: 16px;
		line-height: 22px;
		min-height: 400px;
	}

	.block-news h2 {
		font-size: 26px;
		line-height: 30px;
	}

	.top-block .heading:before {
		font-size: 140px;
		line-height: 1;
		bottom: -25px;
	}

	.articles-area {
		padding: 40px 0;
	}

	.articles-area .top-article {
		margin: 0 0 80px;
	}

	.articles-area .top-article .heading:before {
		font-size: 100px;
		line-height: 1;
		bottom: -15px;
	}

	.articles-area .articles-wrap {
		padding: 0 0 40px;
	}

	.articles-area h3 {
		font-size: 40px;
		line-height: 46px;
		margin: 0 auto 30px;
	}

	.block-archive .heading {
		margin: 0 0 50px;
	}

	.block-archive .two-columns {
		margin: 0 -8px;
	}

	.block-archive .two-columns .col {
		padding: 0 8px;
	}

	.block-archive .two-columns .col:nth-child(even) {
		padding: 25px 8px 0;
	}

	.block-support {
		padding: 40px 0 120px;
	}

	.block-support .heading {
		margin: 0 0 60px;
	}

	.block-support .heading:before {
		font-size: 100px;
		line-height: 1;
		bottom: -15px;
	}

	.main-tabs {
		font-size: 20px;
		line-height: 24px;
	}

	.main-tabs a {
		height: auto;
		padding: 30px 15px;
	}

	.main-tabs .icon {
		font-size: 80px;
		line-height: 1;
		margin: 0 0 10px;
	}

	.sub-tabs {
		margin: 0 0 40px;
	}

	.form-box {
		padding: 30px;
	}

	.form-box .image-holder {
		display: none;
	}

	.form-box.right {
		padding: 30px;
	}

	.form-box .form-submit {
		width: 100%;
		padding: 0;
	}

	.block-contact .heading {
		margin: 0 0 40px;
	}

	.block-contact .heading:before {
		font-size: 100px;
		line-height: 1;
		bottom: -15px;
	}

	.block-contact .location-holder {
		padding: 10px 15px;
	}

	.block-contact .location-holder h2 {
		font-size: 40px;
		line-height: 44px;
	}

	.list-options {
		margin: 0 -10px 40px;
	}

	.block-product .list-options {
		margin: 0 -10px 30px;
	}

	.block-product .heading {
		margin: 0 0 50px;
	}

	.block-product .heading:before {
		font-size: 100px;
		line-height: 1;
		bottom: -15px;
	}

	.block-product .side-filters {
		width: 30%;
	}

	.block-product .products-area {
		width: 70%;
	}

	.block-product .product-holder {
		width: 50%;
	}

	.block-product .product-frame .bottom-bar .list-feature {
		font-size: 18px;
		line-height: 1;
	}

	.block-product .product-frame .bottom-bar .list-feature .icon-eye {
		font-size: 28px;
		line-height: 1;
	}

	.comparing-item {
		padding: 80px 0 50px;
	}

	.comparing-item h3 {
		font-size: 36px;
		line-height: 40px;
	}

	.block-comparison {
		padding: 60px 0;
	}

	.block-comparison .heading:before {
		font-size: 100px;
		line-height: 1;
		bottom: -15px;
	}

	.block-comparison .item-info .icon {
		font-size: 50px;
		line-height: 1;
		margin: 0 0 20px;
	}

	.block-comparison .col {
		width: 31%;
	}

	.block-comparison .list-detail .sub-title {
		width: 50px;
	}

	.block-comparison .list-detail .detail {
		width: calc(100% - 50px);
	}

	.fixed-bar {
		font-size: 16px;
		line-height: 20px;
		padding: 15px 0 7px;
	}

	.fixed-bar .buttons-area a {
		font-size: 14px;
		line-height: 18px;
		padding: 8px 10px;
	}

	.footer:before {
		height: 400px;
	}

	.footer .logo {
		display: block;
		margin: 0 auto 20px;
	}

	.footer .links-area {
		width: 100%;
		margin: 0 0 10px;
	}

	.header {
		padding: 15px 0;
	}

	.header .container {
		position: static;
	}

	.header.shadow {
		box-shadow: 0 4px 12px rgba(0, 0, 0, .11);
	}

	.header-holder {
		position: static;
		display: block;
	}

	.nav-drop {
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		overflow: hidden;
		max-height: 0;
		z-index: 90;
	}

	.nav-active .nav-drop {
		max-height: 4000px;
	}

	.nav-area {
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		background: #fff;
		display: block;
		border: 1px solid #000;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.nav-active .nav-area {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.nav-area .btn-wrap {
		padding: 0;
		text-align: center;
		margin: 0 0 15px;
	}

	.menu {
		display: block;
		text-align: center;
		padding: 15px 0;
		margin: 0;
	}

	.menu li {
		padding: 0;
		margin: 0 0 8px;
	}

	.menu li:last-child {
		margin-bottom: 0;
	}

	.user-list {
		margin: 0;
		padding: 0 0 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.sub-menu-slide {
		top: auto;
		bottom: 100%;
	}

	.visual-area:before,
	.visual-area:after {
		display: none;
	}

	.visual-area .visual-wrap:before {
		width: auto;
		right: 0;
		display: none;
	}

	.visual-area .container {
		padding: 0;
	}

	.visual-area .link-wrap {
		background: #000;
		padding: 25px 15px;
		height: auto;
		display: block;
	}

	.visual-slider .caption-holder {
		padding: 50px 0;
		display: block;
	}

	.visual-slider .image-holder {
		position: relative;
		left: 0;
		top: 0;
		width: 450px;
		margin: 0 auto 25px;
	}

	.visual-slider .text-area {
		color: #000;
		max-width: inherit;
		padding: 0 15px;
	}

	.main-holder:before {
		display: none;
	}

	.category-area {
		padding: 50px 0;
	}

	.intro-area {
		padding: 0 0 50px;
	}

	.intro-area .text-area {
		width: 100%;
		margin: 0;
		padding: 50px 25px;
		text-align: center;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.intro-area .image-holder {
		margin: 0 auto 25px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.heading {
		font-size: 80px;
	}

	.heading:before {
		font-size: 160px;
		top: -44px;
	}

	.article-section {
		padding: 60px 0 0;
	}

	.article-section:before {
		display: none;
	}

	.article-section .article {
		padding: 0;
		margin: 0 0 50px;
	}

	.article-section .image-holder {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 auto 45px;
	}

	.article-section .description {
		text-align: center;
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.article-section .description h2 {
		font-size: 50px;
	}

	.article-slider {
		padding: 0;
	}

	.info-col-area {
		padding: 20px 0 50px;
	}

	.info-col-area .block {
		padding: 35px 15px;
	}

	.info-col-area .icon-holder {
		height: 85px;
		margin: 0 0 15px;
	}

	.info-col-area .icon-holder span {
		font-size: 70px;
	}

	.promotion-area .heading {
		margin: 0 0 80px;
	}

	.promotion-area .heading:before {
		font-size: 175px;
		top: -46px;
	}

	.promotion-holder {
		display: block;
	}

	.promotion-holder .sale-block {
		width: 100%;
	}

	.promotion-holder .offer-area {
		margin: 0;
		width: 100%;
		padding: 30px 15px 40px;
	}

	.promotion-holder .offer-area:before {
		left: 0;
	}

	.promotion-holder .offer-text {
		text-align: center;
	}

	.promotion-holder .offer-text h2 {
		font-size: 56px;
	}

	.promotion-holder .slick-dots {
		padding: 30px 0 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.television-holder .heading:before {
		font-size: 94px;
	}

	.television-holder .play-btn {
		width: 140px;
		height: 140px;
		margin: -70px 0 0 -70px;
	}

	.print-section .heading:before {
		font-size: 115px;
		top: -17px;
	}

	.print-section .print-block {
		display: block;
	}

	.print-section .sale-tag {
		margin: 0 0 120px;
	}

	.print-section .slick-dots {
		right: auto;
		left: 50%;
		height: 100px;
		bottom: 60px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.bg-overlay02 {
		display: none;
	}

	.product-detail-info .image-holder {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 480px;
		margin: 0 auto 30px;
	}

	.product-detail-info.style01 .image-holder {
		width: 480px;
		margin: 0 auto 30px;
	}

	.product-info-block {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.product-info-block .product-info-list {
		margin: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.product-info-block .product-info-list .icon-holder i {
		text-align: center;
	}

	.product-info-block .product-info-list .icon-holder .icon-mobile01,
	.product-info-block .product-info-list .icon-holder .icon-battery {
		left: 0;
	}

	.product-info-block .product-info-list .text {
		text-align: center;
	}

	.tags-area {
		padding: 0 0 70px;
	}

	.tags-area.style01 .tags-list a {
		padding: 40px 10px;
	}

	.tags-list a {
		font-size: 18px;
		line-height: 22px;
		width: 160px;
		padding: 15px 10px;
		border-radius: 8px;
	}

	.device-battery-info {
		padding: 0 0 80px;
	}

	.device-battery-info .info-holder {
		display: block;
	}

	.device-battery-info .image-holder {
		margin: 0 auto 30px;
	}

	.device-battery-info .image-holder:before {
		display: none;
	}

	.device-battery-info .battery-info {
		padding: 0;
		width: 100%;
	}

	.device-battery-info .battery-info .wrap {
		width: 100%;
	}

	.info-list .title {
		font-size: 35px;
	}

	.info-list .text {
		font-size: 22px;
	}

	.connectivity-area .heading {
		font-size: 80px;
		margin: 0 0 40px;
	}

	.connectivity-area .heading:before {
		font-size: 100px;
		top: -15px;
	}

	.product-detail-section {
		padding: 100px 0 5px;
	}

	.product-detail-section:before {
		height: 600px;
	}

	.product-detail-section .product-holder {
		display: block;
	}

	.product-detail-section .product-image {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: 0;
		left: 0;
		position: relative;
		margin: 0 auto 30px;
	}

	.product-detail-section.style01 {
		padding: 0 0 65px;
	}

	.product-memory-area {
		padding: 0 0 100px;
	}

	.product-memory-holder {
		padding: 0;
	}

	.product-memory-holder .image-holder {
		width: 43%;
	}

	.product-memory-holder .image-holder:before {
		top: 120px;
		right: 70px;
		bottom: -15px;
	}

	.product-memory-holder .memory-info-area {
		width: 55%;
	}

	.product-memory-holder .memory-list > li {
		padding: 25px 20px 35px;
		margin: 0 0 30px;
	}

	.product-memory-holder .info-list .text {
		font-size: 19px;
		line-height: 24px;
		padding: 6px 0 0 8px;
	}

	.display-area {
		padding: 0 0 30px;
	}

	.display-holder .text-area {
		padding: 0;
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.display-holder .heading {
		font-size: 120px;
		margin: 0 0 45px;
	}

	.display-holder .heading:before {
		font-size: 170px;
		top: -28px;
	}

	.display-holder .image-holder {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 350px;
		margin: 0 auto;
	}

	.display-holder .image-holder:before {
		display: none;
	}

	.camera-detail-area {
		padding: 0 0 80px;
	}

	.camera-detail .image-holder {
		width: 300px;
		margin: 0 auto;
	}

	.camera-detail .image-holder:before {
		display: none;
	}

	.camera-detail .text-area {
		padding: 0;
		width: 100%;
	}

	.camera-detail .heading {
		margin: 0 0 75px;
	}

	.camera-detail .heading:before {
		font-size: 240px;
		top: -50px;
	}

	.product-level-area .product-level {
		padding: 0;
		display: block;
	}

	.product-level-area .text-area {
		padding: 0 0 35px;
	}

	.product-level-area .title {
		font-size: 60px;
		line-height: 64px;
	}

	.buy-intro-area {
		padding: 0 0 100px;
	}

	.buy-intro-holder .text-area {
		width: 335px;
		padding: 50px 0 0;
	}

	.buy-intro-holder .image-holder:before {
		width: 450px;
		height: 450px;
	}

	.device-info-list-area {
		padding: 0 0 25px;
	}

	.device-info-list-area.style01 {
		padding: 100px 0 20px;
	}

	.device-info-list-area.style01 .device-info-list {
		padding: 0;
	}

	.device-info-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.device-info-list li {
		margin: 0 0 75px;
	}

	.slider-section .slider-wrap {
		display: block;
		margin: 0;
	}

	.slider-section .slider-col {
		padding: 0;
		width: 100%;
	}

	.text-slider-area .text-block {
		padding: 35px 25px;
	}

	.text-slider-area .slick-dots {
		position: relative;
		bottom: 0;
		padding: 0 0 35px;
	}

	.product-features-area .image-holder {
		width: 50%;
	}

	.product-features-area .text-area {
		padding: 0 15px;
		width: 50%;
	}

	.product-features-area .text-area .wrap {
		max-width: inherit;
	}

	.product-features-area .text-area h2 {
		font-size: 40px;
		line-height: 48px;
		margin: 0 0 10px;
	}

	.product-features-area .text-area p {
		margin: 0 0 20px;
	}

	.features-col-area {
		padding: 0 0 120px;
	}

	.features-col-holder .block {
		padding: 80px 15px 70px;
	}

	.features-col-holder .icon-holder {
		margin: 0 0 20px;
	}

	.features-col-holder .title {
		font-size: 36px;
		line-height: 44px;
	}
}

@media (max-width: 767px) {
	.intro-area .image-holder img {
	    height: auto !important;
	}
	.store-locator {
	    display: inline-block !important;
	    height: 500px !important;
	    z-index: 999999999 !important;
	}
	.store-locator .controllers .locations-wrapper {
	    width: 93vw !important;
	}
	.product-frame .image-holder img {
	    width: 40% !important;
	}
	.store-locator .controllers {
	    position: absolute;
	    z-index: 99999;
	    height: 268px;
	    overflow-y: scroll;
	}
	.store-locator #map {
	    position: absolute !important;
	    width: 93vw;
	    margin-top: 270px !important;
	    height: 220px;
	    z-index: -1;
	}
	.video-area {
	    margin-top: 0px;
	}
	.pagination {
		padding: 15px 0;
	}
	.compare-page-block {
	    display: inherit !important;
	}

	.btn-prev,
	.btn-next {
		width: 46px;
		height: 46px;
	}

	.btn-prev span,
	.btn-next span {
		font-size: 28px;
		line-height: 42px;
	}

	.notifification-bar {
		padding: 5px 0;
	}

	.block-news {
		padding: 30px 0 50px;
	}

	.block-news .heading {
		margin: 0 0 40px;
	}

	.block-news .heading:before {
		font-size: 60px;
		line-height: 1;
		top: 0;
	}

	.block-news .two-cols .col {
		width: 100%;
	}

	.block-news .three-cols .col {
		width: 100%;
	}

	.block-news .three-cols .caption-box {
		padding: 20px;
	}

	.block-news .caption-box {
		padding: 20px;
	}

	.list-pagination li {
		padding: 1px 1px;
	}

	.list-pagination a {
		width: 36px;
		height: 36px;
		font-size: 20px;
		line-height: 24px;
	}

	.top-block {
		padding: 30px 0;
	}

	.top-block .heading {
		margin: 0 0 25px;
	}

	.top-block .heading:before {
		font-size: 56px;
		line-height: 1;
		bottom: -15px;
	}

	.top-block .btn-holder {
		padding: 25px 0 0;
	}

	.articles-area .top-article {
		margin: 0 0 40px;
	}

	.articles-area .top-article .heading {
		margin: 0 0 30px;
		text-align: left;
	}

	.articles-area .top-article .heading .text-wrap {
		text-align: left;
	}

	.articles-area .top-article .heading:before {
		font-size: 60px;
		line-height: 1;
		bottom: -5px;
	}

	.articles-area .top-article .text-holder {
		width: 100%;
		margin: 0 0 20px;
		text-align: left;
	}

	.articles-area .top-article .image-holder {
		width: 100%;
	}

	.articles-area p {
		margin: 0 0 20px;
	}

	.articles-area .articles-wrap {
		padding: 0;
	}

	.articles-area .article-holder {
		font-size: 16px;
	}

	.articles-area .article-holder .heading {
		margin: 0 0 30px;
	}

	.articles-area .article-holder:nth-child(even) {
		text-align: left;
	}

	.articles-area .article-holder:nth-child(even) .box-wrap {
		padding: 0;
	}

	.articles-area .article-holder:nth-child(even) .box-wrap:before {
		left: -7.8%;
		right: 15.8%;
	}

	.articles-area .article-holder:nth-child(even) .heading:before {
		text-align: left;
	}

	.articles-area .article-holder .box-wrap {
		padding: 0;
	}

	.articles-area h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.block-archive {
		padding: 50px 0;
	}

	.block-archive .heading {
		margin: 0 0 30px;
	}

	.block-archive .two-columns {
		font-size: 16px;
		line-height: 20px;
	}

	.block-archive .two-columns .col {
		width: 100%;
	}

	.block-archive .two-columns .col:nth-child(even) {
		width: 100%;
		padding: 0 8px;
	}

	.block-archive .two-columns .image-holder {
		margin: 0 0 15px;
	}

	.block-archive .two-columns h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 10px;
	}

	.block-support {
		padding: 40px 0 80px;
	}

	.block-support .heading {
		margin: 0 0 30px;
	}

	.block-support .heading:before {
		font-size: 60px;
		line-height: 1;
		bottom: -5px;
	}

	.main-tabs {
		font-size: 18px;
		line-height: 22px;
		margin: 0 -8px 40px;
	}

	.main-tabs li {
		width: 100%;
		margin: 0 0 20px;
	}

	.main-tabs a {
		padding: 15px;
	}

	.main-tabs .icon {
		font-size: 40px;
		line-height: 1;
	}

	.sub-tabs li:first-child a {
		width: 120px;
	}

	.sub-tabs li a {
		font-size: 16px;
		line-height: 20px;
		width: auto;
	}

	.sub-tabs li a:before {
		width: 20px;
	}

	.tabs-area h2 {
		font-size: 30px;
		line-height: 36px;
		margin: 0 0 20px;
	}

	.form-box {
		padding: 15px;
	}

	.form-box.right {
		padding: 15px;
	}

	.form-submit {
		font-size: 18px;
		line-height: 22px;
	}

	.form-submit .field-holder {
		margin: 0 0 15px;
	}

	.form-submit label {
		margin: 0 0 10px;
	}

	.form-submit input[type="text"],
	.form-submit input[type="email"],
	.form-submit input[type="password"],
	.form-submit input[type="tel"],
	.form-submit textarea {
		font-size: 16px;
	}

	.form-submit .row-security .field-holder {
		width: 100%;
	}

	.form-submit .slection-holder {
		width: 100%;
		margin: 0 0 20px;
	}

	.block-contact {
		padding: 20px 0 70px;
	}

	.block-contact .heading {
		margin: 0 0 25px;
	}
	.link-wrap-show {
	    position: relative;
	    height: 55px;
	    background-color: #000;
	    width: 100%;
	    margin-bottom: 32px;
	    margin-top: 15px;
	    max-width: 100%;
	    text-align: center;
	}
	.link-wrap-show .more {
	    margin-top: 11px;
	}
	.block-contact .heading:before {
		font-size: 60px;
		line-height: 1;
		bottom: -5px;
		padding: 0 15px;
	}

	.block-contact .sub-tabs {
		margin: -4px 0 30px;
	}

	.block-contact .location-holder {
		width: 100%;
		margin: 0 0 20px;
		text-align: left;
	}

	.list-options {
		margin: 0 -5px 20px;
	}

	.list-options li {
	    padding: 0 5px;
	    width: 50%;
	    margin: 0 0 10px;
	}
	.block-product .list-options a {
	    padding: 12px 10px;
	    min-height: 74px;
	}
	.footer {
	    text-align: center;
	}

	.list-options a {
		font-size: 12px;
		line-height: 15px;
		padding: 10px;
		text-align: center;
	}

	.list-options a .icon {
		font-size: 18px;
		padding: 0 0 5px;
		display: block;
		margin: 0 auto;
	}

	.block-product {
		padding: 20px 0;
	}

	.block-product .list-options {
		margin: 0 -10px 10px;
	}

	.block-product .heading {
		margin: 0 0 30px;
	}

	.block-product .heading:before {
		font-size: 60px;
		line-height: 1;
		bottom: -5px;
		padding: 0 15px;
	}

	.block-product .side-filters {
		box-shadow: 0 8px 21px rgba(191, 191, 191, .4);
		position: absolute;
		left: -380px;
		width: 280px;
		top: 0;
		z-index: 99;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
	}

	.filter-active .block-product .side-filters {
		left: 0;
	}

	.block-product .products-area {
		padding: 0;
		width: 100%;
		margin: 0;
	}

	.comparing-item {
		padding: 40px 0 30px;
	}

	.comparing-item .text-holder {
		padding: 0;
	}

	.comparing-item h3 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 20px;
	}

	.block-comparison {
		padding: 30px 0;
	}

	.block-comparison .heading:before {
		font-size: 60px;
		line-height: 1;
		bottom: -5px;
		padding: 0 15px;
	}

	.block-comparison .box-wrap {
		padding: 15px 0;
	}

	.block-comparison .box-wrap .select-holder {
		margin: 0 0 20px;
	}

	.block-comparison .list-detail .sub-title {
		width: 100%;
	}

	.block-comparison .list-detail .detail {
		width: 100%;
	}

	.block-comparison .color-list {
		margin: 0 -8px;
	}

	.block-comparison .color-list li {
		padding: 0 8px;
	}

	.block-comparison .color-list .circle {
		width: 36px;
		height: 36px;
	}

	.fixed-bar {
		padding: 5px 0;
	}

	.fixed-bar .container:before {
		display: none;
	}

	.fixed-bar .items-area {
		width: 100%;
		padding: 0 0 8px;
	}

	.fixed-bar .buttons-area {
		width: 100%;
	}

	.footer .links-area .col {
		width: 100%;
	}

	.footer .bottom-area p {
		margin: 0 0 15px;
		font-size: 12px;
	}

	.footer .bottom-area .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	body {
		font-size: 15px;
	}

	.more-arrow {
		width: 70px;
	}

	.visual-area .link-wrap {
		padding: 18px 15px;
	}

	.visual-area .more {
		font-size: 18px;
		line-height: 22px;
		margin: 0;
	}

	.visual-area .more .more-arrow {
		margin: 0 0 0 8px;
	}

	.visual-slider .caption-holder {
		padding: 30px 0;
	}

	.visual-slider .image-holder img {
	    display: block;
	    width: 100%;
	    margin-left: 0%;
	}

	.visual-slider .image-holder {
		width: 290px;
		margin: 0 auto 18px;
	}

	.visual-slider .tag {
		font-size: 14px;
		line-height: 18px;
		height: 38px;
	}

	.visual-slider h1 {
		word-spacing: 4px;
		font-size: 36px;
		margin: 0 0 10px;
	}

	.visual-slider .title {
		font-size: 18px;
		margin: 0 0 10px;
	}

	.category-slider {
		padding: 0 15px;
	}

	.category-slider .slide {
		padding: 0 15px;
	}

	.category-slider .category-box {
		width: 190px;
		height: 175px;
	}

	.category-slider .image-holder {
		width: 75px;
		top: 33px;
		left: -15px;
	}

	.category-slider .name {
		font-size: 20px;
	}

	.category-slider .slick-arrow {
		top: -60px;
	}

	.category-slider .slick-next {
		top: -40px;
	}

	.intro-area .text-area {
		padding: 25px 15px;
	}

	.intro-area .text-area h2 {
		font-size: 28px;
		margin: 0 0 15px;
	}

	.intro-area .text-area p {
		margin: 0 0 18px;
	}

	.heading {
		font-size: 60px;
	}

	.heading:before {
		font-size: 70px;
		top: -7px;
	}

	.article-section .article {
		margin: 0 0 35px;
	}

	.article-section .image-holder {
		width: 290px;
		margin: 0 auto 25px;
	}

	.article-section .description h2 {
		font-size: 28px;
		margin: 0 0 18px;
	}

	.article-section .description .btn {
		margin: 0;
	}

	.info-col-area {
		padding: 15px 0 30px;
	}

	.info-col-area .info-col {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -10px;
	}

	.info-col-area .col {
		padding: 0 10px;
		margin: 0 0 20px;
		width: 50%;
	}

	.info-col-area .icon-holder {
		height: 75px;
	}

	.info-col-area .icon-holder span {
		font-size: 60px;
	}

	.promotion-area {
		padding: 25px 0 0;
	}

	.promotion-area .heading {
		margin: 0 0 40px;
	}

	.promotion-area .heading:before {
		font-size: 90px;
		top: -16px;
	}

	.promotion-holder .sale-block:before {
		right: -9999px;
	}

	.promotion-holder .sale-block .wrap {
		text-align: center;
		padding: 25px 0;
	}

	.promotion-holder .sale-block .wrap:before {
		display: none;
	}

	.promotion-holder .sale-title {
		font-size: 90px;
	}

	.promotion-holder .text {
		font-size: 17px;
		margin: 0 0 18px;
	}

	.promotion-holder .selfi-img {
		width: 240px;
		position: relative;
		right: 0;
		margin: 0 auto;
	}

	.promotion-holder .offer-text h2 {
		font-size: 46px;
		margin: 0 0 15px;
	}

	.promotion-holder .offer-text p {
		margin: 0 0 20px;
	}

	.television-area {
		padding: 40px 0 0;
	}

	.television-holder .text-area {
		padding: 0 0 25px;
		width: 100%;
	}

	.television-holder .heading {
		font-size: 50px;
		margin: 0 0 15px;
	}

	.television-holder .heading:before {
		font-size: 44px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.television-holder .video-area {
		width: 100%;
	}

	.television-holder .play-btn {
		border-width: 8px;
	}

	.review-section {
		padding: 40px 0 100px;
	}

	.review-section .review-text-area {
		margin: 0 0 35px;
	}

	.review-section .review-text-area .heading {
		font-size: 60px;
		margin: 0 0 25px;
	}

	.review-section .review-text-area .heading:before {
		font-size: 60px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.review-section .review-images {
		margin: 0 -5px;
	}

	.review-section .image-block {
		padding: 0 5px;
	}

	.print-section {
		padding: 40px 0 65px;
	}

	.print-section .heading {
		font-size: 60px;
	}

	.print-section .heading:before {
		font-size: 64px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.print-section .print-holder:before {
		left: 0;
		top: 0;
		bottom: 0;
	}

	.print-section .print-block {
		padding: 0 15px;
	}

	.print-section .image-holder {
		position: relative;
		margin: 0 auto;
	}

	.print-section .text-area {
		padding: 25px 0;
		text-align: center;
	}

	.print-section .text-area h2 {
		font-size: 34px;
		margin: 0 0 18px;
	}

	.print-section .wrap {
		padding: 0 0 25px;
	}

	.print-section .play {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin: 10px auto 0;
	}

	.print-section .sale-tag {
		margin: 0 auto 65px;
	}

	.print-section .off-text {
		font-size: 75px;
	}

	.print-section .sale {
		font-size: 100px;
	}

	.print-section .site {
		font-size: 20px;
		right: -100px;
		top: 150px;
	}

	.print-section .slick-dots {
		width: 280px;
		height: 70px;
		bottom: -65px;
	}

	.product-detail-info {
		padding: 35px 0 5px;
	}

	.product-detail-info .image-holder {
		width: 290px;
		margin: 0 auto 20px;
	}

	.product-detail-info.style01 .image-holder {
		width: 290px;
		margin: 0 auto 20px;
	}

	.tags-area {
		padding: 0 0 35px;
	}

	.tags-area.style01 .tags-list a {
		padding: 20px 10px;
	}

	.tags-list li {
		margin: 0 0 15px;
		width: 50%;
	}

	.tags-list a i {
		margin: 0 0 15px;
	}

	.device-battery-info {
		padding: 0 0 30px;
	}

	.device-battery-info .heading {
		text-align: center;
		font-size: 75px;
		margin: 0 0 30px;
	}

	.device-battery-info .heading:before {
		font-size: 120px;
		top: -23px;
	}

	.info-list li {
		width: 100%;
		margin: 0 0 18px;
	}

	.info-list .title {
		font-size: 30px;
	}

	.info-list .text {
		font-size: 20px;
		padding: 6px 0 0 10px;
	}

	.connectivity-area .heading {
		font-size: 50px;
		margin: 0 0 50px;
	}

	.connectivity-area .heading:before {
		top: 50%;
		font-size: 70px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.connectivity-area .connectivity-holder {
		padding: 22px 0 0;
	}

	.connectivity-area .connectivity-holder:before {
		top: 60px;
	}

	.product-detail-section {
		padding: 35px 0 5px;
	}

	.product-detail-section:before {
		height: 450px;
	}

	.product-detail-section .product-image {
		width: 270px;
		margin: 0 auto 25px;
	}

	.product-detail-section .product-list > li {
		width: 100%;
		margin: 0 0 25px;
	}

	.product-detail-section .product-list > li:nth-child(even) .wrap {
		float: none;
	}

	.product-detail-section .wrap {
		box-shadow: 0 3px 17px rgba(167, 167, 167, .25);
		padding: 20px 15px 25px;
		width: 100%;
	}

	.product-detail-section .info-list .text {
		padding: 0px 0 0 10px;
	}

	.product-detail-section .device-info .title {
		font-size: 30px;
		line-height: 25px;
		margin: 0 0 12px;
	}

	.product-detail-section .device-info .text {
		font-size: 14px;
		line-height: 20px;
	}

	.product-detail-section.style01 {
		padding: 0 0 35px;
	}

	.product-detail-section.style01 .wrap {
		padding: 20px 15px 22px;
	}

	.product-memory-area {
		padding: 0 0 40px;
	}

	.product-memory-holder {
		display: block;
	}

	.product-memory-holder .image-holder {
		width: 280px;
		margin: 0 auto 25px;
	}

	.product-memory-holder .image-holder:before {
		top: 80px;
	}

	.product-memory-holder .memory-info-area {
		width: 100%;
		padding: 30px 0 0;
	}

	.product-memory-holder .memory-list > li {
		box-shadow: 0 3px 18px rgba(167, 167, 167, .25);
		padding: 19px 15px 30px;
		margin: 0 0 25px;
	}

	.product-memory-holder .box-title {
		font-size: 38px;
		margin: 0 0 10px;
	}

	.product-memory-holder .info-list .title {
		font-size: 25px;
	}

	.product-memory-holder .info-list .text {
		font-size: 16px;
		line-height: 20px;
		padding: 4px 0 0 5px;
	}

	.display-holder .heading {
		font-size: 100px;
		margin: 0 0 25px;
	}

	.display-holder .heading:before {
		font-size: 130px;
		top: -18px;
	}

	.display-holder .image-holder {
		width: 280px;
	}

	.camera-detail-area {
		padding: 0 0 35px;
	}

	.camera-detail .image-holder {
		width: 280px;
		top: -30px;
	}

	.camera-detail .heading {
		font-size: 110px;
		margin: 0 0 40px;
	}

	.camera-detail .heading:before {
		font-size: 130px;
		top: -10px;
	}

	.camera-detail .camera-list li {
		width: 50%;
	}

	.camera-detail .camera-list .icon-holder i {
		font-size: 36px;
	}

	.camera-detail .camera-list .title {
		font-size: 40px;
		line-height: 30px;
		margin: 0 0 15px;
	}

	.camera-detail .camera-list .text {
		font-size: 14px;
		line-height: 20px;
	}

	.product-level-area {
		padding: 0 0 40px;
	}

	.product-level-area .image-holder {
		width: 290px;
		margin: 0 auto 30px;
	}

	.product-level-area .text-area {
		padding: 0;
		width: 100%;
	}

	.product-level-area .title {
		font-size: 40px;
		line-height: 44px;
		text-align: center;
	}

	.buy-intro-area {
		padding: 0 0 35px;
	}

	.buy-intro-holder .text-area {
		padding: 0;
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.buy-intro-holder .heading:before {
		font-size: 180px;
		top: -62px;
	}

	.buy-intro-holder .image-holder {
		width: 290px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 auto 25px;
	}

	.buy-intro-holder .image-holder:before {
		width: 300px;
		height: 300px;
		top: 72px;
	}

	.device-info-list {
		display: block;
	}

	.text-slider-area .text-block {
		padding: 25px 15px;
	}

	.text-slider-area .text-block h2 {
		font-size: 32px;
		line-height: 40px;
		margin: 0 0 15px;
	}

	.text-slider-area .text-block p {
		margin: 0 0 20px;
	}

	.image-slider .slick-dots {
		bottom: 20px;
		padding: 0 15px;
	}

	.shoping-section {
		padding: 35px 0;
	}

	.shoping-section .text-area h2 {
		font-size: 36px;
		line-height: 42px;
		margin: 0 0 15px;
	}

	.shoping-section .text-area p {
		margin: 0 0 18px;
	}

	.large-image-slider .slick-dots {
		bottom: 20px;
	}

	.pirce-section {
		padding: 40px 0;
	}

	.pirce-section .text-area {
		padding: 25px 0 0;
	}

	.pirce-section .text-area h2 {
		font-size: 36px;
		line-height: 44px;
		margin: 0 0 15px;
	}

	.pirce-section .text-area p {
		margin: 0 0 18px;
	}

	.product-features-area {
		padding: 40px 0;
	}

	.product-features-area .image-holder {
		width: 100%;
	}

	.product-features-area .text-area {
		width: 100%;
		padding: 25px 15px 0;
	}

	.product-features-area .text-area h2 {
		font-size: 34px;
		line-height: 42px;
	}

	.features-col-area {
		padding: 0 0 35px;
	}

	.features-col-holder .col {
		width: 50%;
	}

	.features-col-holder .block {
		padding: 50px 15px 45px;
	}

	.features-col-holder .title {
		font-size: 28px;
		line-height: 34px;
	}
}
@media (min-width: 1500px) {
.offer-slider:before {
    padding: 285px 0 !important;
}
}
@media (max-width: 479px) {
	.slider-btn {
		right: 0;
		left: auto;
	}

	.block-product .product-holder {
		width: 100%;
	}

	.block-product .product-frame .image-holder {
		min-height: inherit;
		margin: 0 0 20px;
	}

	.comparing-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.comparing-item .image-holder {
		width: 100%;
		margin: 0 auto 20px;
	}

	.comparing-item .text-holder {
		width: 100%;
	}

	.block-comparison .item-info {
		padding: 30px 0 20px;
	}

	.block-comparison .col {
		width: 100%;
		margin: 0 0 10px;
	}

	.block-comparison .list-detail .sub-title {
		width: 50px;
	}

	.block-comparison .list-detail .detail {
		width: calc(100% - 50px);
	}

	.category-slider .category-box {
		margin: 0 auto;
	}

	.category-slider .name {
		padding: 15px 15px 15px 77px;
	}

	.info-col-area .col {
		width: 100%;
	}

	.review-section .image-block {
		width: 100%;
	}

	.review-section .image-block:first-child {
		width: 100%;
	}

	.review-section .image-wrap {
		margin: 0 0 12px;
	}

	.features-col-holder .col {
		width: 100%;
	}
}
.sticky {
	position: fixed !important;
	width: 1240px !important;
	background-color: #fff;
	padding: 16px 0px;
}
#navbar {
	/*sub-menu (top-right corner small menu) can't be visible bcoz of parent (#navbar) overflow hidden*/
	/*overflow: hidden;*/
	max-width: 100%;
	width: 100% !important;
	left: 0;
}
.sticky + .container {
  padding-top: 60px;
}
.offer-slider .slick-slide {
    display: inline-flex;
}
.offer-slider .slick-dots {
    margin-top: 40px;
}



.offer-slider .slick-list {
    /*overflow: inherit !important;*/
}

label.error{
	font-size:14px;
	margin-top:5px;
	color:red;
}

.spec-group{margin-bottom:15px;}
.spec-group-title{
    cursor:pointer;
	border-bottom:1px solid #ddd;
    color:#000;
    font-size:25px;
    font-weight:normal;
    position:relative;
}

.spec-group-title::before{
    font-family:"icomoon" !important;
    position:absolute;
    right:0;top:0;
    content: "\e92a";
}

.spec-group-title.expand::before{
    content: "\e915";
}

.spec-group-details{display:none;}

.spec-table{width:100%;font-size:15px;}
.spec-table td{padding:10px 10px 10px 0;}
.spec-table td:nth-child(odd){color:#ababab;width:12%;}
.spec-table td:nth-child(even){color:#000;}

img.all-in-the-box{display:block;max-width:100%;margin:0 auto 35px;}
ul.in-the-box-list{list-style:none;text-align:center;margin-bottom:130px;}
ul.in-the-box-list li{
	display: inline-block;
	border: 1px solid #fbd0d2;
	padding: 15px 30px;
	margin: 0 10px 25px 0;
	background:#fff;
	border-radius:4px;
	text-align:center;
}
ul.in-the-box-list li img{display:inline-block;}
ul.in-the-box-list li p{margin:15px 0 0 0;}

.reviews-container{margin-bottom:130px;}
.reviews-container .review{
	display:flex;
	margin-bottom:30px;
	color:#666;
}

.reviews-container .review .pro-pic{
	flex-basis: 75px;
	flex-grow: 0;
	flex-shrink: 0;
	height: 75px;
	border: 1px solid #ddd;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-right:25px;
}

.reviews-container .review .pro-pic img{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:100%;}
.reviews-container .review .review-details{flex:auto;}

.reviews-container .review .review-heading{display:flex;justify-content: space-between;align-items:baseline;}
.reviews-container .review .review-heading .customer-name{color:#000;margin:0;font-size:26px;}
.reviews-container .review .review-heading .date-time{color:#999;margin:0;}
.reviews-container .review .stars{margin-bottom:15px;}
.reviews-container .review .review-body p{white-space: pre-wrap;}

.reviews-container .review-form .form-title{font-size:35px;text-transform:uppercase;padding-bottom:8px;border-bottom:1px solid #ddd;margin-bottom:25px;}
.reviews-container .review-form .ratings label{display:block;cursor:pointer;}


.stars{
	display:inline-block;
	width:105px;
	height:20px;
	background:url('../images/stars.png') no-repeat;
}
.stars-1{background-position-y: -20px !important;}
.stars-2{background-position-y: -40px !important;}
.stars-3{background-position-y: -60px !important;}
.stars-4{background-position-y: -80px !important;}
.stars-5{background-position-y: -100px !important;}

.header[data-position="fixed"]{
    background-color: #fff !important;
    padding: 25px 0 !important;
    z-index: 9999999;
}
.menu li.active a {
    color: #df0024;
}
.compare-window{
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	color: #fff;
	padding: 50px 0;
	display: none;
}

.compare-window .container{
	display:flex;
	justify-content: space-between;
}

.compare-window .container ul.compare-list{}
.compare-window .container ul.compare-list li{display:inline-block;padding-top:10px;margin-right:30px;}
.compare-window .container ul.compare-list li:last-child{margin-right:0;}
.compare-window .container ul.compare-list li a.product{
	margin-right:5px;
	color:#fff;
	font-size:20px;
}
.compare-window .container ul.compare-list li a.compare-item-remove-btn{
	display:inline-block;
	width:25px;
	height:25px;
	border-radius:50%;
	line-height:25px;
	font-size:13px;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	background:rgba(249, 4, 4, .4);
}

.compare-window .container ul.compare-list li a.compare-item-remove-btn:hover{background:rgba(249, 4, 4, .8);}
.compare-window .container .compare-btn{margin-bottom:10px;}
.compare-window .container .compare-cancel-btn{
	margin-left:12px;
	background:#6d6169;
}


.compare-table-wrapper{overflow-x:auto;}
.compare-table{width:100%;text-align:left;}
.compare-table th{padding-left:10px;padding-top:20px;}
.compare-table tr.phone-photo td{text-align:center;}
.compare-table tr.phone-photo img{width:170px;display:none;}
.compare-table h3 {
    font-family: poppins,sans-serif;
    font-size: 20px;
    color: #000;
	margin:0;
}
.compare-table select.compare-select{padding:5px;border-radius:3px;display:block;margin:0 auto;}
.compare-table img.comp-icon {width: 35px;margin-bottom: 7px;}

/*search*/

.search-form {
	display:none;
	position: absolute;
	width: 320px;
	padding:7px;
	right: -45px;
	top: 50px;
	border-radius: 4px;
	background:#ffffff;
	box-shadow: 0 3px 11px 0 #00000042;
}

.search-form > div{position:relative;display:flex;}

.search-form .close-btn{
	position:absolute;
	color: #fff;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.55);
	width:25px;height:25px;
	text-align:center;
	line-height:25px;
	vertical-align: middle;
	border-radius: 50%;
	right: -28px;
	top: -20px;
	cursor:pointer;
}

.search-form .close-btn:hover{background: rgba(0, 0, 0, 0.85);}

.search-form input[type=text] {
	padding:5px;
	width:100%;
	border: none;
	outline: none;
}

.search-form input[type=submit] {
    border: none;
    border-radius: 3px;
    color: white;
    background: #df0024;
}

.search-form .search-result{
    position: absolute;
    left: -7px;
    right: -7px;
    top: 48px;
    background: #eee;
}

.search-form .search-result ul{
    max-height: 300px;
    overflow-y: auto;
}

.search-form .search-result ul::-webkit-scrollbar {width: 2px;}
.search-form .search-result ul::-webkit-scrollbar-track {background: #f1f1f1;}
.search-form .search-result ul::-webkit-scrollbar-thumb {background: #000000;}
.search-form .search-result ul::-webkit-scrollbar-thumb:hover {background: #000000;}

.search-form .search-result ul li{}
.search-form .search-result ul li a{
    display:flex;
    padding:5px;
    background:#fff;
    border-bottom:1px solid #ddd;
}
.search-form .search-result ul li a:hover{background:#df0024;color:#fff;}

.search-form .search-result ul li a img{width:25px; height:50px; margin-right:7px;}
.search-form .search-result ul li a > div{
    flex:1;
    min-width:0;  /*the min-width is the magic-tricks to solve the text-overflow problem*/
}
.search-form .search-result ul li a p.title{
    margin:0;
    font-weight:500;
    font-size:16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.search-form .search-result ul li a p.price{margin:0;font-size:15px;}

@media (max-width: 768px) {
	#float-filter {
		position: fixed;
		top: 50vh;
		box-shadow: 3px 3px 4px rgba(191, 191, 191, .4);
		z-index: 99;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		font-size: 16px;
		line-height: 19px;
		color: #df0024;
		margin-left: 283px;
		padding: 5px 15px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		width: 62px;
		background-color: #f9f9f9;
	}
	.filter-active .side-filters {
		right: 0;
	}
	.hidden-xs{
		display: none;
	}
	.list-options {
		justify-content: initial;
	}
	.search-form {
	    right: -50vw;
	    top: -247px;
	    width: 98vw;
	}
	.search-form .close-btn {
	    font-size: 10px !important;
	    width: 22px !important;
	    height: 22px !important;
	    line-height: 22px !important;
	    right: 46% !important;
	    top: -29px !important;
	}
}
@media (min-width: 768px) {
	.hidden-lg{
		display: none;
	}
}

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;
}
.scroll {
    position: absolute;
	right: 22px;
	bottom: 40px;
    background: rgba(223, 0, 36, 0.43);
    padding: 14px;
    padding-bottom: 8px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin: 0 0 0 0;
    cursor: pointer;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.scroll:hover {
	background:#000;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

/*store locator, using at Store Locations & Customer Care*/

.store-locator{
	display: flex;
	height:500px;
	position:relative;
}

.store-locator #map{flex:1;background:#6d6d6d;}

.store-locator .controllers{
	flex:0 0 250px;
	display: flex;
	flex-direction: column;
}



.store-locator .controllers .districts {
    width: 100%;
    padding: 5px;
    border: none;
    outline: none;
    box-shadow: 0px 4px 7px 1px #00000014;
    -webkit-box-shadow: 0px 4px 7px 1px #00000014;
    -moz-box-shadow: 0px 4px 7px 1px #00000014;
    border-radius: 3px;
    margin-bottom: 7px;
}

.store-locator .controllers .locations-wrapper{
	overflow-y:auto;
}
.store-locator .controllers .locations-wrapper::-webkit-scrollbar {width: 2px;}
.store-locator .controllers .locations-wrapper::-webkit-scrollbar-track {background: #f1f1f1;}
.store-locator .controllers .locations-wrapper::-webkit-scrollbar-thumb {background: #000000;}
.store-locator .controllers .locations-wrapper::-webkit-scrollbar-thumb:hover {background: #000000;}

.store-locator  address{
	font-style:normal;
	white-space: pre-line;
}

.store-locator  ul.locations li{
	cursor:pointer;
	padding:10px;
	background: #f3ffff;
	border-bottom:1px solid #ddd;
}

.store-locator ul.locations li:hover{
	background: #f0e6e6;
}
.store-locator ul.locations li.active{
	background: #df0024;
	color:white;
}
.store-locator ul.locations li h3{
	font-size:21px;
	margin-bottom:0;
}

.store-locator ul.locations li address{
	font-size:15px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100% !important;
  max-width: 100%;
  background-color: #fff;
  z-index: 999999;
  box-shadow: 0px 1px 3px 4px #00000008;
}
.sticky>div>.banner-menu {
  margin-bottom: 0;
}
.video-area {
    margin-top: 80px;
}
html {
  scroll-behavior: smooth;
}
.product-frame .image-holder img {
    width: 55%;
}

/* Added by Simon */
.lso-input {
	padding: 10px 10px !important;
	min-width: 300px;
}
.lso-table {
	display: none;
	margin-top: 30px;
}
.lso-table th,
.lso-table td {
	text-align: center;
	padding: 10px 5px;
    color: #353535;;
}

.block-product .side-filters .list-checks label input[type="radio"]:checked + .fake-radio {
	background-color: #df0024;
}

.block-product .side-filters .list-checks label .fake-radio {
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #df0024;
}

.block-product .side-filters .list-checks label .fake-radio:before {
	width: 10px;
	height: 6px;
	position: absolute;
	left: 2px;
	top: 2px;
	content: "";
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	border-right: 1px solid #df0024;
	border-top: 1px solid #df0024;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#hotline-badge {
	background-color: #ff8399;
	padding: 10px 15px;
	position: fixed;
	right: -53px;
	top: 45vh;
	z-index: 9999;
	transform: rotate(-90deg);
	border-radius: 10px 10px 0 0;
}
#hotline-badge a {
	color: #ffffff;
	text-transform: uppercase;
}
.color-dark {
    color: #353535;
}

/*new letter design*/
strong.title {
	color: #454c4ca3 !important;
}

span.text {
	color: #454c4ca3 !important;
}

.center-me{
	display:flex;
	justify-content:center;
}

.heading{
	font-size: 42px !important;
}

.speech{
	margin-bottom: 35px;
}

.speech p{
	color: black;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0;
}

.news-letter .btn{
	margin-top: 30px;
	border: none;
}

.news-letter-email{
	width: 400px;
	border-radius: 5px !important;
	padding: 10px 23px;
}

.news-letter-phone{
	margin-top: 15px;
}

.news-letter-email::placeholder {
	color: #999999;
	font-size: 18px;
	font-weight: 300;
 }

.show-more-product-btn{
	background: black !important;
	color: #fff;
	text-align: center;
	width: 100%;
	display: none;
	margin-bottom: 30px;
	border-radius: 0px;
	padding-top: 20px;
	padding-bottom: 42px;
}

@media screen and (max-width: 768px) {
	.show-more-products{
		display: none;
	}

	.show-more-product-btn{
		display: block;
	}

	.heading {
		font-size: 32px !important;
	}

	.speech p {
		font-size: 14px;
	}
}

@media screen and (max-width: 360px) {
	.speech p {
		font-size: 13px;
	}
}

/*news page design*/

.news{
	margin-bottom: 50px;
}

.news-page-image{
	width: 20%;
	float:left;
}

.news-page-image img{
	margin-top: 7px;
	height: 150px;
	width: 230px;
	margin-bottom: 20px;
}

.hr-design{
	border: 1px dashed  #9e9e9e;
	clear: both;
}

.short-news .date{
	margin-bottom: 0;
	color: #454c4c;
}

.news-header h4{
	color: #df0024;
	float: left;
}

.news-header .date{
	float: right;
	color: #454c4c;
}

.news-details .parent-div{
	width: 30%;
	float: left;
	margin-top: 7px;
}

.parent-div img{
	width: 343px;
	height: 202px;
}



@media screen and (max-width: 1024px) {
	.news-page-image{
		width: 25%;
	}
	.parent-div img{
		width: 286px;
	}
}

@media screen and (max-width: 768px) {

	.news-page-image{
		float:none;
		width: 30%;
	}

	.news-page-image img{
		margin-bottom: 15px;
	}

	.news-details .parent-div{
		float: none;
		width: 50%;
	}

	.parent-div img{
		width: 400px;
		margin-bottom: 15px;
		text-align: center;
	}
}


@media screen and (max-width: 500px) {
	.news-header h4{
		float: none;
	}

	.news-header .date{
		float: none;
	}

	.news-page-image{
		width: 60%;
	}

	.news-details .parent-div{
		width: 100%;
	}
}


/*support page design*/
.partner-block {
    margin-bottom: 100px;
}

.partner-block .text {
	margin-bottom: 35px;
	display: block;
	font-size: 24px;
	color: black !important;
	text-align: center;
}
.partner-block .partners{
    display: flex;
    justify-content: center;
}

.partner-block .partners a{
    display: inline-block !important;
    padding: 15px;
    flex-basis:33.333%;
    border-radius: 10px;
    margin: 0 7.5px;
    cursor: pointer;
    box-shadow: 0 0 2px #73737370;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .partner-block .heading {
        margin-bottom: 50px;
    }

    .partner-block .partners a{
        flex-basis: 100%;
    }

    .partner-block .partners a img{
        max-height: 100px;
    }
}

/*symphony search icon for mobile view*/
.outside-mobile-menu{
	display: none;
	float: right;
	margin-right: 50px;
}

.outside-mobile-menu ul{
	margin-top: 10px;
}

ul .search-menu a i:before {
	content: "\e90a";
	color: black;
	font-size: 22px;
}


@media screen and (max-width: 1023px) {
	.outside-mobile-menu{
		display: inline-block;
	}

	.desktop-search-menu{
		visibility: hidden;
	}

	#myHeader .nav-opener{
		margin-right: 7px;
	}

	.search-form{
		right: 22px;
		top: 62px;
	}

	.search-result .title, .search-result .price {
		color: black;
	}
}

@media screen and (max-width: 768px) {
	.search-form {
		width: 95vw;
		left: 7px;
	}
}

.sticky-flicker-fix{
	margin-top:100px;
}