/*! 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-decoration: none!important;
	color:#f03641;
}

/* 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;
}

.contact-list,
.menu-list,
.main-menu,
.menu-wrap .submenu,
.brands-list,
.breadcrumb,
.tags,
.check-list,
.star-rating,
.specs-list,
.resources-list,
.list,
.slideshow .pagination,
.footer-nav,
.card-list,
.socialnetworks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #212121;
	background: #fff;
	font: 16px/1.25 "Public Sans", "Arial", "Helvetica Neue", "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;
}

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 {
	width: 100%;
	box-sizing: border-box;
}

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.eot?cfy7uf");
	src: url("../fonts/icomoon.eot?cfy7uf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cfy7uf") format("truetype"), url("../fonts/icomoon.woff?cfy7uf") format("woff"), url("../fonts/icomoon.svg?cfy7uf#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
	content: "\e90b";
}

.icon-add:before {
	content: "\e90c";
}

.icon-check:before {
	content: "\e90a";
}

.icon-arrow-up:before {
	content: "\e907";
}

.icon-arrow-down:before {
	content: "\e908";
}

.icon-arrow-left:before {
	content: "\e906";
}

.icon-arrow-right:before {
	content: "\e90f";
}

.icon-search:before {
	content: "\e900";
}

.icon-close:before {
	content: "\e909";
}

.icon-star-o:before {
	content: "\e90d";
}

.icon-star:before {
	content: "\e90e";
}

.icon-facebook:before {
	content: "\e901";
}

.icon-facebook-f:before {
	content: "\e901";
}

.icon-linkedin:before {
	content: "\e902";
}

.icon-youtube-play:before {
	content: "\e903";
}

.icon-envelope:before {
	content: "\e904";
}

.icon-phone:before {
	content: "\e905";
}

#header {
	position: relative;
	width: 100%;
	z-index: 999;
}

#header .logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 95px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 18px;
}

#header .logo img {
	display: block;
	width: 100%;
	height: auto;
}

.search-form {
	position: absolute;
	left: 50%;
	bottom: 15px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-bottom: 1px solid #707070;
}

.search-form input[type="search"] {
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	color: #707070;
	padding: 8px 10px 8px 30px;
	border: 0;
	outline: none;
	box-shadow: none;
	background: none;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #707070;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #707070;
}

.search-form input[type="search"]:-moz-placeholder {
	color: #707070;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #707070;
}

.search-form input[type="search"].placeholder {
	color: #707070;
}

.search-form button {
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 22px;
	line-height: 1;
	color: #707070;
	padding: 0;
	border: 0;
	outline: none;
	box-shadow: none;
	background: none;
}

.header-holder {
	width: 100%;
}

.header-holder .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding-top: 15px;
	padding-bottom: 60px;
}

.header-holder .right-col {
	min-width: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-holder .user {
	display: inline-block;
	vertical-align: top;
	width: 20px;
}

.cart-box {
	min-width: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: 5px;
	color: #212121;
	font-size: 14px;
	line-height: 17px;
}

.cart-box img {
	display: block;
	width: 24px;
	height: auto;
	margin-right: 5px;
}

.cart-box .counter {
	display: block;
}

.top-header {
	width: 100%;
	padding: 7px 0;
	font-size: 11px;
	line-height: 13px;
	color: #707070;
	background: #f7f7f7;
}

.top-header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-header .title-text {
	display: block;
	font-weight: 700;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 5px;
	text-align: center;
}

.contact-list {
	display: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 -10px;
}

.contact-list li {
	padding: 0 10px;
}

.contact-list a {
	color: #707070;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-list .ico {
	font-size: 15px;
	line-height: 1;
	margin: 0 6px 0 0;
}

.menu-holder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: none;
}

.menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	text-transform: uppercase;
}

.menu-list li {
	padding: 0 5px;
}

.menu-list a {
	color: #707070;
}

.country-box {
	padding: 0 0 0 15px;
}

.country-box .country-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #707070;
}

.country-box .country-text .flag {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	width: 18px;
	height: auto;
	margin: 0 5px 0 0;
}

.country-box .country-text:hover {
	color: #f03641;
}

.nav-opener {
	position: relative;
	width: 30px;
	height: 40px;
	border-radius: 3px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #212121;
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener:hover {
	opacity: .9;
}

#nav {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: linear .3s;
	transition: linear .3s;
	visibility: hidden;
	opacity: 0;
	width: 275px;
	margin: 0 auto;
	overflow-y: auto;
	padding: 40px 0 35px;
	border-radius: 0 15px 15px 0;
	box-shadow: 0 5px 8px rgba(33, 33, 33, .25);
	background: -webkit-linear-gradient(top, #4a4a4a 0%, #222 100%);
	background: linear-gradient(to bottom, #4a4a4a 0%, #222 100%);
}

.nav-active #nav {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#nav .btn-close {
	position: absolute;
	top: 13px;
	right: 12px;
	color: #fff;
	font-size: 15px;
	line-height: 1;
}

#nav .menu-holder {
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
}

#nav .menu-list {
	display: block;
	text-transform: capitalize;
	border-top: 1px solid #fff;
	padding: 30px 0 0;
}

#nav .menu-list li {
	padding: 0 15px;
	margin: 0 0 20px;
}

#nav .menu-list li a {
	color: #fff;
}

#nav .country-box {
	width: 100%;
	border-top: 1px solid #fff;
	padding: 30px 15px;
}

#nav .country-box .country-text {
	color: #fff;
}

.main-menu {
	font-size: 16px;
	line-height: 20px;
	position: relative;
}

.main-menu > li {
	padding: 0 15px;
	margin: 0 0 20px;
}

.main-menu > li.active a {
	font-weight: 700;
}

.main-menu > li.active a:after {
	display: block;
}

.main-menu > li.active a.has-drop:after,
.main-menu > li:hover a.has-drop:after {
	/*display: block;*/
	opacity: 1;
    visibility: visible;
}

.main-menu > li > a {
	display: block;
	color: #fff;
	position: relative;
}

.main-menu > li > a:hover {
	color: #f03641;
}

.main-menu .dropdown-holder {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	width: 275px;
	padding: 0 15px 30px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: linear .3s;
	transition: linear .3s;
	visibility: hidden;
	opacity: 0;
	border-radius: 0 15px 0 0;
	box-shadow: 0 0 10px rgba(33, 33, 33, .5);
	background: #fff;
	z-index: 5;
}

.dropdown-active .main-menu .dropdown-holder {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	visibility: visible;
	opacity: 1;
}

.main-menu .dropdown-holder .menu-title {
	display: block;
	font-weight: 700;
	color: #fff;
	position: relative;
	text-transform: capitalize;
	padding: 15px 30px;
	margin: 0 -30px 25px;
	border-radius: 0 12px 12px 0;
	box-shadow: 0 0 10px rgba(33, 33, 33, .5);
	background: -webkit-linear-gradient(top, #4a4a4a 0%, #222 100%);
	background: linear-gradient(to bottom, #4a4a4a 0%, #222 100%);
}

.main-menu .dropdown-holder .menu-title:before {
	display: inline-block;
	vertical-align: top;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	margin: -1px 5px 0 0;
}

.main-menu .dropdown-holder .link {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #f03641;
}

.main-menu .dropdown-holder .link:after {
	font-size: 25px;
	line-height: 1;
}

.menu-wrap {
	text-align: left;
}

.menu-wrap.sub-cat .box {
	width: 150px;
	padding: 0 18px;
}

.menu-wrap .box {
	width: 100%;
	padding: 0 0 18px;
}

.menu-wrap .img-box {
	max-width: 100%;
	overflow: hidden;
	border-radius: 12px;
	margin: 0 0 20px;
	position: relative;
}

.menu-wrap .img-box:hover:before{
	background: none;
}

.menu-wrap .img-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(243, 243, 244, .8);
	z-index: 1;
}

.menu-wrap .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.menu-wrap a {
	color: #212121;
}

.menu-wrap .title {
	display: block;
	font-weight: 700;
	position: relative;
	/*pointer-events: none;*/
	margin: 0 0 10px;
}

.menu-wrap .submenu {
	font-weight: 400;
}

.menu-wrap .submenu li {
	margin: 0 0 5px;
}

.menu-wrap .submenu li a {
	font-weight: 400;
}

body {
	font-size: 14px;
	line-height: 1.25;
	min-width: 320px;
}

body.nav-active {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 700;
	margin: 0 0 10px;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
	line-height: 34px;
}

h2,
.h2 {
	font-size: 24px;
	line-height: 28px;
}

h3,
.h3 {
	font-size: 18px;
	line-height: 22px;
}

h4,
.h4 {
	font-size: 20px;
	line-height: 24px;
}

h5,
.h5 {
	font-size: 14px;
	line-height: 18px;
}

h6,
.h6 {
	font-size: 15px;
}

.text-red {
	color: #f03641;
}

.off-white {
	color: #c1c4c7;
}

p {
	margin: 0 0 16px;
}

p:last-child {
	margin: 0;
}

a {
	color: #39f;
	text-decoration: none;
	-webkit-transition: linear .3s;
	transition: linear .3s;
}

a:hover,
a:focus {
	color: #f03641;
}

.btn {
	display: inline-block;
	vertical-align: top;
	min-width: 100px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	/*border: 1px solid #212121;
	color: #343e48;*/
	border-radius: 50px;
	padding: 10px 12px;
}

.btn:hover {
	color: #fff;
	background: #212121;
	border-color: #212121;
}

.btn.btn-green {
	display: block;
	min-width: inherit;
	width: 100%;
	border: 0;
	font-weight: 900;
	color: #fff;
	background: #009f18;
}

.btn.btn-green:hover {
	background: #212121;
}

.btn.bg-gray {
	color: #fff;
	border: 0;
	background: #707070;
}

.btn.btn-lg {
	min-width: 120px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	padding: 10px 15px;
}

.link {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
	color: #212121;
	position: relative;
	padding: 0 22px 0 0;
}

.link:after {
	position: absolute;
	top: 0;
	right: 0;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
}

.form-control {
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 5px;
	color: #212121;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #707070;
	background: #fff;
	outline: none;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	color: #c1c4c7;
}

.form-control::-moz-placeholder {
	opacity: 1;
	color: #c1c4c7;
}

.form-control:-moz-placeholder {
	color: #c1c4c7;
}

.form-control:-ms-input-placeholder {
	color: #c1c4c7;
}

.form-control.placeholder {
	color: #c1c4c7;
}

.container {
	max-width: 1350px!important;
	padding: 0 15px;
	margin: 0 auto;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#main {
	overflow: hidden;
}

#main-content{
	margin-top: 80px;
	margin-bottom: 50px;
}

.content-wrap {
	width: 100%;
	padding: 20px 0 10px;
}

.category-section {
	overflow: hidden;
	margin-bottom: 20px;
}

.category-section .head {
	overflow: hidden;
	margin: 0 0 10px;
}

.category-section h2 {
	font-weight: 900;
}

.category-section .category-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -8px;
}

.category-section .category-holder h3 {
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	padding: 15px 10px 10px;
}

.category-section .column {
	width: 50%;
	padding: 0 8px 16px;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}

.category-section .column:hover {
	opacity: .8;
}

.category-section .column.new a {
	color: #f03641;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.category-section .column.new:hover {
	opacity: .7;
}

.category-section .column a {
	overflow: hidden;
	height: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	border: 1px solid #707070;
	border-radius: 12px;
	color: #212121;
	text-align: center;
}

.category-section .img-holder {
	width: 100%;
	overflow: hidden;
}

.category-section .img-holder img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.info-section {
	margin: 0 15px 40px;
	padding: 25px 0 5px;
	border-radius: 12px;
	background: #f7f7f7;
}

.info-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.info-section h3 {
	font-weight: 400;
	color: #212121;
}

.info-section .col {
	width: 50%;
	padding: 0 5px 15px;
}

.info-section .img-box {
	overflow: hidden;
	min-height: 67px;
	margin: 0 0 10px;
}

.info-section .img-box img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.brands-section {
	overflow: hidden;
	margin: 0 0 20px;
}

.brands-section .container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
}

.brands-section .link {
	position: absolute;
	top: 0;
	right: 10px;
}

.brands-section h2 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 0 20px;
	padding-right: 110px;
}

.brands-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -5px;
}

.brands-list li {
	padding: 0 5px 10px;
}

.brands-list img {
	display: block;
	max-width: 100%;
	height: auto;
}

.badge-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.badge {
	background: #f03641;
	color: #fff;
	padding: 2px 8px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}

.badge.best {
	background: #fba73c;
}

.price-discount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price-discount .price.discount {
	color: #7b7b7b;
	font-weight: 400;
	font-size:17px;
}

.new-tools {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-bottom: 40px;
}

.new-tools .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	margin: 0 0 20px;
}

.new-tools h2 {
	display: block;
	font-weight: 900;
	margin: 0;
}

.product-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 15px 15px 95px;
	position: relative;
	border: 1px solid #c1c4c7;
	border-radius: 12px;
	background: #fff;
}

.product-box .holder {
	width: 100%;
}

.product-box .img-box {
	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;
	max-width: 182px;
	height: 180px;
	margin: 0 auto 15px;
}

.product-box .img-box img {
	display: block;
	max-width: 100%;
	height: auto;
}

.product-box .text-box {
	overflow: hidden;
}

.product-box .text-box a{
	color:#212121;
}

.product-box .price-box {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 20px;
}

.product-box .price {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 10px;
}

.product-box .badge {
	position: absolute;
	top: 10px;
	right: 10px;
}

.aricle-section {
	overflow: hidden;
	padding: 30px 0 10px;
	margin: 0 0 40px;
	background: #f7f7f7;
}

.aricle-section .article {
	width: 100%;
	margin: 0 0 20px;
}

.aricle-section h2 {
	margin: 0 0 15px;
}

.article {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 12px;
	background: #fff;
}

.article .text-box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 160px;
	padding: 20px 13px 60px 13px;
}

.article .text-box .btn {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.article .img-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.four-cols {
	position: relative;
	margin-bottom: 20px;
}

.four-cols .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -8px;
}

.four-cols .column {
	width: 50%;
	padding: 0 8px 16px;
}

.four-cols .img-box {
	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%;
	height: 120px;
	padding: 10px;
	border-radius: 12px;
	text-align: center;
	color: #212121;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.four-cols .img-box:hover {
	color: #f03641;
}

.four-cols h3 {
	margin: 0;
	font-weight: 600;
}

.banner {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
}

.banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .8);
	z-index: -1;
}

.banner .text-holder {
	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;
	min-height: 110px;
	padding: 10px 0 0;
	text-align: center;
}

.banner h1 {
	font-weight: 400;
	margin: 0;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	margin: 0 0 5px;
}

.breadcrumb li {
	padding: 0 10px;
	position: relative;
}

.breadcrumb li:first-child {
	padding-left: 0;
}

.breadcrumb li:first-child:after {
	display: none;
}

.breadcrumb li:after {
	position: absolute;
	top: 0;
	left: -10px;
	font-size: 20px;
	line-height: 1;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	color: #f03641;
}

.breadcrumb li a {
	color: #343e48;
}

.breadcrumb li a:hover {
	opacity: .75;
}

.text-block {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 25px;
}

.text-block h2 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 900;
}

.text-block .text-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.text-block p br {
	display: none;
}

.resources {
	width: 100%;
	margin: 0 0 25px;
}

.resources.active .opener:after {
	font-family: "icomoon";
	content: "";
	font-weight: normal;
}

.resources h2 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 900;
	margin: 0 0 20px;
}

.resources .opener {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #212121;
	padding: 0 35px 0 0;
}

.resources .opener:after {
	position: absolute;
	top: -6px;
	right: 0;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	font-size: 32px;
	line-height: 1;
}

.resources .opener .counter {
	font-weight: 400;
}

.resources .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 0 0 30px;
	margin: 0 -18px;
	text-align: center;
}

.resources .content .column {
	width: 225px;
	padding: 0 18px 15px;
}

.resources .content .title {
	display: block;
	font-weight: 400;
}

.resources .content .img-box {
	width: 145px;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 20px;
}

.resources .content .img-box.border {
	border: 1px solid #212121;
}

.resources .content .img-box img {
	display: block;
	max-width: 100%;
	height: auto;
}

.product-section {
	padding-top: 30px;
	border-top: 2px solid #c1c4c7;
}

.product-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-content .head {
	margin: 0 0 10px;
}

.product-content .head h2 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 400;
	padding: 0 10px 0 0;
}

.product-content .head h2 .counter {
	font-weight: 700;
}

.product-content .head .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.product-content .head label.h3 {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 5px 0 0;
}

.product-content .head .jcf-select {
	width: 100%;
}

.prodcut-wrap .product-box {
	width: 100%;
	margin: 0 0 16px;
}

#sidebar {
	margin-bottom:50px;
}

.sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	margin: 0 0 30px;
}

.tags {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px;
}

.tags li {
	display: inline-block;
	margin: 0 1px 10px;
	padding: 8px 20px 8px 30px;
	position: relative;
	border-radius: 12px;
	background: #f7f7f7;
}

.tags a {
	color: #707070;
}

.tags .icon-close {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	line-height: 1;
}

.category-box {
	width: 100%;
	margin: 0 0 10px;
	border-bottom: 2px solid #c1c4c7;
}

.category-box.active .title:after {
	font-family: "icomoon";
	content: "";
	font-weight: normal;
}

.category-box .title {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #212121;
	padding: 0 25px 10px 0;
}

.category-box .title:after {
	position: absolute;
	top: -3px;
	right: -5px;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
}

.check-list li {
	margin: 0 0 15px;
}

.custom-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	line-height: 20px;
	padding: 0 5px 0 0;
	cursor: pointer;
}

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

.custom-checkbox input[type="checkbox"]:checked ~ .label-text:after {
	display: block;
}

.custom-checkbox .label-text {
	display: block;
	position: relative;
	padding: 2px 10px 0 30px;
	color: #212121;
}

.custom-checkbox .counter{
	color: #212121;
}

.custom-checkbox .label-text:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	width: 22px;
	height: 22px;
	border: 1px solid #787878;
	border-radius: 50px;
}

.custom-checkbox .label-text:after {
	display: none;
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	right: auto;
	bottom: auto;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	color: #f03641;
}

.related-products {
	width: 100%;
	padding: 30px 0;
	margin: 0 0 40px;
	background: #f7f7f7;
}

.related-products .head {
	margin: 0 0 20px;
}

.related-products .tools-slider .slide {
	width: 250px;
}

.product-detail {
	position: relative;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 10px;
}

.product-detail .column {
	width: 100%;
	padding: 0 0 10px;
}

.product-detail h2, .product-detail h1 {
	font-weight: 400;
}

.product-detail h1{
	font-size: 24px;
}

.product-info {
	width: 100%;
	padding: 20px 0 10px;
	border-top: 2px solid #c1c4c7;
}

.product-info.active a.opener:after {
	font-family: "icomoon";
	content: "";
	font-weight: normal;
}

.product-info h2 {
	font-weight: 400;
	margin: 0 0 15px;
}

.product-info .h3,
.product-info .link {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 20px;
}

.product-info .h3 .counter,
.product-info .link .counter {
	font-weight: 400;
}

.product-info .link {
	font-weight: 400;
	margin: 0;
}

.product-info .link:after {
	font-size: 24px;
	line-height: 1;
}

.product-info a.opener {
	display: block;
	position: relative;
	color: #212121;
	padding: 0 25px 0 0;
}

.product-info a.opener:after {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	line-height: 1;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
}

.product-info a.opener .counter {
	font-weight: 400;
}

.product-info .subtitle {
	display: block;
	margin: 0 0 10px;
}

.buy-now {
	width: 100%;
}

.btn-holder {
	margin: 0 0 20px;
}

.btn-holder .btn-green {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.jcf-number {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 0 15px;
}

.price-holder {
	margin: 0 0 10px;
}

.price-holder .price {
	display: block;
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 10px;
}

.price-holder .text-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.price-holder h3 {
	font-weight: 700;
}

.price-holder .img-box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 70px;
	margin: 0 0 0 20px;
}

.price-holder .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.reviews-holder {
	margin: 0 0 20px;
}

.reviews-holder .rating-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 0 10px;
}

.reviews-holder .text {
	display: block;
}

.star-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
	font-size: 20px;
	line-height: 1;
}

.star-rating li {
	padding: 0 5px;
}

.star-rating i {
	color: #fda82c;
}

.calculate-form .input-box {
	width: 100%;
	padding: 0 0 15px;
}

.calculate-form .jcf-select {
	margin: 0;
	width: 100%;
	height: 35px;
}

.calculate-form .jcf-select .jcf-select-opener:before {
	top: 5px;
}

.calculate-form .btn-lg {
	min-width: 120px;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}

.calculate-form .btn-lg:hover {
	background: #009f18;
}

.browse-product {
	padding-bottom: 0;
}

.browse-product .box {
	width: 100%;
	padding: 0 0 15px;
}

.browse-product .h3 {
	margin: 0 0 10px;
}

.browse-product .link {
	display: block;
	color: #f03641;
}

.browse-product .link:after {
	color: #212121;
}

.specs-list {
	width: 100%;
	margin: 0 0 10px;
}

.specs-list li {
	margin: 0 0 5px;
}

.specs-list li .text {
	display: block;
}

.specs-list li .text:first-child {
	color: #c1c4c7;
}

.resources-list li {
	width: 100%;
	padding: 0 0 20px;
}

.resources-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #212121;
}

.resources-list .img-box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 36px;
	margin: 0 20px 0 0;
}

.resources-list .img-box img {
	display: block;
	max-width: 100%;
	height: auto;
}

.resources-list .title {
	display: block;
}

.list {
	margin: 0 0 20px;
}

.list li {
	padding: 0 0 0 15px;
	position: relative;
}

.list li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background: #212121;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	outline: none;
}

.main-slider {
	position: relative;
	color: #fff;
}

.main-slider .slide {
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.main-slider .slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(33, 33, 33, .5);
	z-index: 1;
}

.main-slider .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 280px;
	position: relative;
	z-index: 5;
}

.main-slider .caption {
	max-width: 1160px;
	margin: 0 auto;
	padding: 25px 30px;
	font-size: 13px;
	line-height: 16px;
}

.main-slider br {
	display: none;
}

.main-slider .heading {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 200;
	margin: 0 0 10px;
}

.main-slider .slick-arrow {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 99;
	color: #212121;
	border: none;
	border-radius: 5px;
	font-size: 20px;
	line-height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
}

.main-slider .slick-arrow.slick-next {
	left: auto;
	right: 10px;
}

.main-slider .slick-arrow:hover {
	background: #ccc;
}

.tools-slider {
	position: relative;
	margin: 0 -8px;
	padding-top: 50px;
}

.tools-slider .slick-list,
.tools-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tools-slider .slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 250px;
	padding: 0 8px;
}

.tools-slider .slick-arrow {
	position: absolute;
	top: 0;
	left: 8px;
	z-index: 99;
	background: none;
	border: 2px solid #ccc;
	border-radius: 3px;
	padding: 5px;
	width: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}

.tools-slider .slick-arrow.slick-next {
	left: 50px;
}

.tools-slider .slick-arrow:hover {
	border-color: #212121;
}

.slideshow {
	position: relative;
	margin: 0 0 20px;
}

.slideshow .slideset {
	width: 100%;
	margin: 0 0 15px;
}

.slideshow .slide {
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow.holder {
	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%;
	/*height: 230px;*/
	padding: 10px;
	overflow: hidden;
	border: 2px solid #c1c4c7;
	border-radius: 12px;
}

.slideshow .img-box {
	max-width: 300px;
	padding: 5px;
	margin: 0 auto;
}

.slideshow .img-box img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.slideshow .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -8px;
}

.slideshow .pagination li {
	width: 33.333%;
	padding: 0 8px 16px;
}

.slideshow .pagination a {
	width: 100%;
	height: 70px;
	padding: 5px;
	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;
	overflow: hidden;
	border: 2px solid #c1c4c7;
	border-radius: 12px;
}

.slideshow .pagination a img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #212121;
	background: #fff;
	margin: 0 0 10px;
	width: 100%;
	height: 30px;
}

.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: 16px;
	line-height: 33px;
	margin: 0 30px 0 3px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	position: absolute;
	top: 3px;
	right: 0;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
}

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 #707070;
}

/* 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;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
}

.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: 8px 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 number input styles */

.jcf-number {
	display: inline-block;
	position: relative;
	width: 100%;
	min-width: 115px;
	height: 40px;
	margin: 0;
	border-radius: 12px;
}

.jcf-number input {
	-moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.jcf-number input {
	box-sizing: border-box;
	border: 1px solid #c1c4c7;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 32px;
	margin: 0;
	text-align: center;
	height: 100%;
	width: 100%;
	border-radius: 12px;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
	position: absolute;
	background: #c1c4c7;
	width: 30px;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	color: #fff;
	border-radius: 0 12px 12px 0;
}

.jcf-number .jcf-btn-dec {
	left: 0;
	right: auto;
	border-radius: 12px 0 0 12px;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
	background: #707070;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
	position: absolute;
	top: 9px;
	left: 6px;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
}

.jcf-number .jcf-btn-dec:before {
	top: 4px;
	left: 6px;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
}

#footer {
	width: 100%;
	position: relative;
	font: 14px/18px "Work Sans", sans-serif;
	padding-top: 30px;
	color: #343e48;
	background: #f7f7f7;
}

#footer .footer-holder {
	padding-bottom: 35px;
}

#footer .footer-logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 120px;
	margin: 0 0 25px;
}

#footer .footer-logo img {
	display: block;
	width: 100%;
	height: auto;
}

#footer .title {
	display: block;
	font-weight: 400;
	color: #f03641;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.menu-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px 20px;
}

.menu-area .column {
	min-width: 170px;
	padding: 0 10px;
}

.menu-area .nav-wrap .footer-nav {
	width: 100%;
}

.footer-nav li {
	margin: 0 0 10px;
}

.footer-nav a {
	color: #343e48;
}

.footer-nav a:hover {
	color: #f03641;
}

.news-letter {
	width: 100%;
}

.news-letter .form-control {
	border: 1px solid #707070;
	padding: 10px 15px;
}

.bottom-footer {
	width: 100%;
	color: #fff;
	padding: 30px 0 10px;
	background: -webkit-linear-gradient(top, #4a4a4a 0%, #222 100%);
	background: linear-gradient(to bottom, #4a4a4a 0%, #222 100%);
}

.bottom-footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bottom-footer .col {
	padding: 0 10px 25px;
}

.bottom-footer .title {
	display: block;
	color: #fff !important;
}

.card-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -5px;
}

.card-list li {
	padding: 0 5px 10px;
}

.card-list a {
	display: block;
	width: 64px;
}

.card-list img {
	display: block;
	width: 100%;
	height: auto;
}

.socialnetworks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -6px;
	font-size: 25px;
	line-height: 1;
}

.socialnetworks li {
	padding: 0 6px 10px;
}

.socialnetworks a {
	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: 40px;
	height: 40px;
	color: #363636;
	border-radius: 5px;
	border: 2px solid #fff;
	background: #fff;
}

.socialnetworks a:hover {
	color: #fff;
	background: none;
}

@media (min-width: 640px) {
	.product-info h1{
		font-size: 30px;
		line-height: 35px;
	}
	#header .logo {
		width: 140px;
		top: 24px;
	}

	.search-form {
		width: 86%;
	}

	.search-form input[type="search"] {
		height: 45px;
		font-size: 20px;
		line-height: 24px;
	}

	.search-form button {
		top: 10px;
	}

	.header-holder .container {
		padding-top: 25px;
		padding-bottom: 80px;
	}

	.header-holder .right-col {
		min-width: 86px;
	}

	.header-holder .user {
		width: 26px;
	}

	.cart-box {
		margin-left: 15px;
	}

	.cart-box img {
		width: 30px;
	}

	.top-header {
		font-size: 14px;
		line-height: 15px;
		padding: 12px 0;
	}

	#nav {
		padding: 50px 0;
		width: 500px;
	}

	#nav .menu-holder {
		font-size: 18px;
		line-height: 22px;
	}

	#nav .menu-list {
		padding: 30px 0 0;
	}

	#nav .menu-list li {
		padding: 0 50px;
		margin: 0 0 30px;
	}

	#nav .country-box {
		padding: 30px 50px;
	}

	.main-menu {
		font-size: 18px;
		line-height: 22px;
	}

	.main-menu > li {
		padding: 0 50px;
		margin: 0 0 30px;
	}

	.main-menu .dropdown-holder {
		width: 500px;
		padding: 0 50px 30px;
	}

	.main-menu .dropdown-holder .menu-title {
		padding: 20px 50px;
		margin: 0 -50px 30px;
	}

	.main-menu .dropdown-holder .menu-title:before {
		font-size: 22px;
	}

	.menu-wrap .img-box {
		margin: 0 0 30px;
	}

	h1,
	.h1 {
		font-size: 35px;
		line-height: 40px;
	}

	h2,
	.h2 {
		font-size: 30px;
		line-height: 35px;
	}

	h3,
	.h3 {
		font-size: 20px;
		line-height: 24px;
	}

	h5,
	.h5 {
		font-size: 16px;
		line-height: 20px;
	}

	.link {
		font-size: 20px;
		line-height: 24px;
		padding: 0 28px 0 0;
	}

	.link:after {
		font-size: 28px;
	}

	.content-wrap {
		padding: 30px 0 10px;
	}

	.category-section {
		margin-bottom: 30px;
	}

	.category-section .category-holder h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.category-section .column a {
		height: 240px;
	}

	.info-section {
		margin: 0 20px 40px;
		padding: 25px 0 5px;
	}

	.info-section .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.info-section .col {
		padding: 0 15px 15px;
	}

	.info-section .img-box {
		min-height: inherit;
		margin: 0 0 15px;
	}

	.brands-section {
		margin: 0 0 30px;
	}

	.brands-section h2 {
		margin: 0 0 25px;
		padding-right: 120px;
	}

	.brands-list {
		margin: 0 -10px;
	}

	.brands-list li {
		padding: 0 10px 10px;
	}

	.product-box {
		padding: 15px 15px 90px;
	}

	.product-box .img-box {
		height: 200px;
	}

	.product-box .text-box {
		margin: 0 0 20px;
	}

	.product-box .price {
		font-size: 20px;
		line-height: 23px;
	}

	.aricle-section h2 {
		margin: 0 0 25px;
	}

	.article .text-box {
		width: 250px;
		padding: 40px 25px 73px 25px;
	}

	.article .text-box .btn {
		left: 25px;
		bottom: 30px;
	}

	.article .img-box {
		min-height: 290px;
	}

	.four-cols .img-box {
		height: 150px;
	}

	.banner .text-holder {
		min-height: 130px;
		padding: 10px 0;
	}

	.product-content .head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.product-content .head .box {
		width: 245px;
	}

	.product-content .head .jcf-select {
		width: 195px;
	}

	.prodcut-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -8px;
	}

	.prodcut-wrap .product-box {
		width: calc(33.33% - 16px);
		margin: 0 8px 16px;
	}

	.tags .icon-close {
		font-size: 16px;
	}

	.category-box {
		margin: 0 0 20px;
	}

	.category-box .title {
		font-size: 18px;
		line-height: 22px;
		padding: 0 25px 20px 0;
	}

	.category-box .title:after {
		top: 2px;
		font-size: 26px;
	}

	.product-info h2 {
		margin: 0 0 30px;
	}

	.product-info a.opener:after {
		font-size: 28px;
	}

	.item-info {
		padding-bottom: 20px;
	}

	.buy-now .btn-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.buy-now .jcf-number {
		width: 128px;
		margin: 0 20px 0 0;
	}

	.price-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 30px;
	}

	.price-holder .price {
		font-size: 25px;
		line-height: 28px;
		padding: 0 10px 0 0;
	}

	.price-holder .text-box {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.price-holder .img-box {
		width: 83px;
		margin: 0 0 0 20px;
	}

	.reviews-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 30px;
	}

	.reviews-holder .rating-box {
		padding: 0 10px 0 0;
	}

	.star-rating {
		font-size: 30px;
	}

	.calculate-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin: 0 -5px;
	}

	.calculate-form .input-box {
		width: 25%;
		padding: 0 5px 10px;
	}

	.browse-product .box {
		padding: 0 0 20px;
	}

	.specs-list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -10px 15px;
	}

	.specs-list li .text {
		min-width: 195px;
		padding: 0 10px;
	}

	.resources-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -10px;
	}

	.resources-list li {
		width: 50%;
		padding: 0 10px 25px;
	}

	.list {
		padding: 0 0 0 15px;
	}

	.main-slider .container {
		height: 360px;
	}

	.main-slider .caption {
		padding: 40px 40px;
		font-size: 16px;
		line-height: 20px;
	}

	.main-slider .heading {
		font-size: 40px;
		line-height: 48px;
		margin: 0 0 25px;
	}

	.slideshow .slideset {
		margin: 0 0 20px;
	}

	.slideshow.holder {
		/*height: 380px;*/
		padding: 30px;
	}

	.slideshow .img-box {
		max-width: 550px;
		padding: 30px;
	}

	.slideshow .pagination a {
		height: 120px;
		padding: 10px;
	}

	#footer {
		padding-top: 40px;
	}

	#footer .footer-logo {
		width: 140px;
	}

	.menu-area {
		margin: 0 -20px 25px;
	}

	.menu-area .column {
		min-width: 270px;
		padding: 0 20px;
	}

	.menu-area .nav-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.menu-area .nav-wrap .footer-nav {
		width: 185px;
	}

	.bottom-footer .col {
		padding: 0 15px 25px;
	}
}

@media (min-width: 768px) {
	.main-slider .caption {
		padding: 40px 70px;
	}

	.main-slider .slick-arrow {
		width: 50px;
		height: 50px;
		left: 20px;
		font-size: 26px;
		line-height: 30px;
	}

	.main-slider .slick-arrow.slick-next {
		left: auto;
		right: 20px;
	}
}

@media (min-width: 1024px) {
	.carousel-caption .heading{
		font-size:40px;
	}
	.carousel-caption p{
		font-size:25px;
	}

	.hide-desktop{
		display:none;
	}

	#header {
		margin: 0 0 -30px;
	}

	#header .logo {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.search-form {
		position: relative;
		left: auto;
		bottom: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 650px;
	}

	.header-holder .container {
		padding-top: 25px;
		padding-bottom: 20px;
	}

	.top-header {
		font-size: 12px;
		line-height: 15px;
	}

	.contact-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.menu-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		position: static;
		max-width: 1350px;
		width: auto;
		overflow: inherit;
		padding: 0 15px;
		margin: 0 auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
		border-radius: 0;
		box-shadow: none;
		background: none;
	}

	#nav .btn-close {
		display: none;
	}

	#nav .menu-holder {
		display: none;
	}

	.main-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		font-size: 14px;
		line-height: 18px;
		padding: 20px 5px;
		border-radius: 15px;
		box-shadow: 0 5px 8px rgba(33, 33, 33, .25);
		background: -webkit-linear-gradient(top, #4a4a4a 0%, #222 100%);
		background: linear-gradient(to bottom, #4a4a4a 0%, #222 100%);
	}

	.main-menu > li {
		margin: 0 10px;
		padding: 0;
	}

	.main-menu > li.active > a,
	.main-menu > li:hover > a {
		color: #f03641;
	}

	.main-menu > li:hover .dropdown-holder {
		/*display: block;*/
		opacity: 1;
    	visibility: visible;
	}

	.main-menu > li > a.has-drop:before {
		content: "";
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: -25px;
		height: 30px;
	}

	.main-menu > li > a.has-drop:after {
		/*display: none;*/
		content: "";
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: -40px;
		width: 100%;
		height: 30px;
		border-radius: 13px 13px 0 0;
		-webkit-transition: all linear .3s;
		transition: all linear .3s;
		background: #fff;
		opacity: 1;
		visibility: hidden;
		transition-delay: 0.2s;
	}

	.main-menu .dropdown-holder {
		position: absolute;
		top: 70%;
		left: 0;
		right: 0;
		bottom: auto;
		overflow: visible;
		width: 100%;
		border-radius: 15px;
		padding: 55px 40px 40px;
		margin: 0;
		text-align: right;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		/*display: none;*/
		transition: 0.2s linear;
    	transition-delay: 0.2s;
	}

	.main-menu .dropdown-holder .menu-title {
		display: none;
	}

	.menu-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-flow: wrap;
	}

	.menu-wrap .box {
		width: 150px;
		padding: 0 18px;
	}

	.menu-wrap .img-box {
		max-width: 260px;
	}

	h1,
	.h1 {
		font-size: 40px;
		line-height: 45px;
	}

	.content-wrap {
		padding: 30px 0 20px;
	}

	.category-section {
		margin-bottom: 50px;
	}

	.category-section .column {
		width: 25%;
	}

	.category-section .column a {
		height: 240px;
	}

	.info-section {
		margin: 0 20px 60px;
	}

	.info-section .col {
		width: 25%;
	}

	.brands-section {
		margin: 0 0 60px;
	}

	.brands-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-right: 185px;
	}

	.brands-section .link {
		top: 8px;
	}

	.brands-section h2 {
		margin: 0;
		padding: 0;
	}

	.brands-section .brands-list {
		padding-left: 90px;
	}

	.new-tools {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 60px;
	}

	.new-tools .head {
		width: 230px;
		display: block;
		margin: 0;
		padding: 0 5px 0 0;
	}

	.new-tools h2 {
		margin: 0 0 25px;
	}

	.aricle-section {
		padding: 60px 0 50px;
		margin: 0 0 70px;
	}

	.aricle-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.aricle-section .article {
		width: calc(50% - 16px);
		margin: 0 8px 20px;
	}

	.four-cols {
		margin-bottom: 40px;
	}

	.four-cols .column {
		width: 25%;
	}

	.four-cols .img-box {
		height: 200px;
	}

	.banner {
		padding: 42px 0 15px;
	}

	.banner .text-holder {
		min-height: 160px;
	}

	.text-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 50px;
	}

	.text-block .text-box {
		padding: 0 0 0 50px;
	}

	.resources {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 40px;
	}

	.resources h2 {
		width: 260px;
		margin: 0 0 10px;
	}

	.resources .opener {
		display: block;
	}

	.resources .opener:after {
		top: -4px;
	}

	.resources .content .img-box {
		width: auto;
		height: 260px;
	}

	.product-section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.product-content {
		padding: 0 0 0 20px;
	}

	.product-content .head {
		margin: 0 0 25px;
	}

	.sidebar {
		width: 250px;
		margin: 0;
	}

	.tags {
		margin: 0;
	}

	.tags li {
		margin: 0 0 14px;
		padding: 10px 20px 10px 40px;
	}

	.related-products {
		padding: 50px 0;
	}

	.related-products .head {
		margin: 0 0 40px;
	}

	.related-products .tools-slider .slide {
		width: 253px;
	}

	.product-detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -10px 10px;
	}

	.product-detail .column {
		width: 50%;
		padding: 0 10px 10px;
	}

	.product-info.item-info {
		border: 0;
		padding-top: 0;
	}

	.main-slider .container {
		height: 400px;
	}

	.main-slider br {
		display: block;
	}

	.main-slider .heading {
		font-size: 50px;
		line-height: 55px;
	}

	.tools-slider .slide {
		width: 260px;
	}

	.slideshow.holder {
		/*height: 420px;*/
	}

	#footer .footer-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 30px;
	}

	#footer .footer-logo {
		margin: 0 10px 0 0;
	}

	#footer .title {
		margin: 0 0 15px;
	}

	.menu-area {
		margin: 0;
	}

	.menu-area .column {
		min-width: 215px;
	}

	.menu-area .nav-wrap .footer-nav {
		width: 135px;
	}

	.news-letter {
		width: 400px;
	}

	.bottom-footer {
		padding: 40px 0;
	}

	.bottom-footer .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.bottom-footer .col {
		padding: 0 15px;
	}
}

@media (min-width: 1200px) {
	#header {
		margin: 0 0 -36px;
	}

	#header .logo {
		width: 165px;
	}

	.search-form {
		width: 820px;
	}

	.search-form input[type="search"] {
		font-size: 24px;
		line-height: 28px;
	}

	.top-header {
		font-size: 14px;
		line-height: 17px;
	}

	.country-box {
		padding: 0 0 0 25px;
	}

	.country-box .country-text .flag {
		width: 20px;
	}

	.main-menu {
		font-size: 16px;
		line-height: 20px;
		padding: 25px 5px;
	}

	.main-menu > li {
		margin: 0 12px;
	}

	h1,
	.h1 {
		font-size: 50px;
		line-height: 55px;
	}

	h5,
	.h5 {
		font-size: 18px;
		line-height: 22px;
	}

	.content-wrap {
		padding: 50px 0 20px;
	}

	.category-section .category-holder h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.info-section {
		padding: 32px 0 5px;
	}

	.info-section .col {
		padding: 0 15px 30px;
	}

	.four-cols .img-box {
		height: 250px;
	}

	.banner {
		padding: 55px 0 15px;
	}

	.breadcrumb {
		font-size: 16px;
	}

	.breadcrumb li {
		padding: 0 15px;
	}

	.text-block {
		font-size: 16px;
	}

	.text-block p br {
		display: block;
	}

	.prodcut-wrap .product-box {
		width: calc(25% - 16px);
	}

	.related-products .tools-slider .slide {
		width: 260px;
	}

	.product-detail {
		font-size: 16px;
		margin: 0 -10px 30px;
	}

	.product-info {
		padding: 30px 0 10px;
	}

	.item-info {
		padding-bottom: 30px;
	}

	.buy-now .btn-holder {
		margin: 0 0 30px;
	}

	.price-holder {
		margin: 0 0 40px;
	}

	.reviews-holder {
		margin: 0 0 40px;
	}

	.browse-product .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -10px;
	}

	.browse-product .box {
		width: 50%;
		padding: 0 10px 20px;
	}

	.browse-product .h3 {
		margin: 0 0 40px;
	}

	.main-slider .container {
		height: 480px;
	}

	.main-slider .caption {
		font-size: 20px;
		line-height: 28px;
	}

	.main-slider .heading {
		font-size: 60px;
		line-height: 65px;
	}

	.slideshow {
		margin: 0 0 40px;
	}

	.slideshow .slideset {
		margin: 0 0 30px;
	}

	.slideshow.holder {
		/*height: 470px;*/
	}

	.slideshow .img-box {
		max-width: 725px;
	}

	.slideshow .pagination a {
		height: 150px;
	}

	#footer {
		padding-top: 58px;
		font-size: 16px;
		line-height: 20px;
	}

	#footer .footer-logo {
		width: 165px;
		margin: 0 70px 0 0;
	}

	#footer .title {
		margin: 0 0 20px;
	}

	.menu-area .column {
		min-width: 125px;
		padding: 0 30px;
	}

	.menu-area .nav-wrap .footer-nav {
		width: 200px;
	}

	.bottom-footer .col {
		padding: 0 25px;
	}
}

@media (min-width: 1440px) {
	.product-info h1{
		font-size: 42px;
		line-height: 48px;
	}
	.main-menu {
		padding: 25px 5px;
	}

	.main-menu > li {
		margin: 0 18px;
	}

	.main-menu .dropdown-holder {
		padding: 55px 107px 40px;
	}

	body {
		font-size: 16px;
	}

	h1,
	.h1 {
		font-size: 60px;
		line-height: 65px;
	}

	h2,
	.h2 {
		font-size: 42px;
		line-height: 48px;
	}

	h3,
	.h3 {
		font-size: 24px;
		line-height: 28px;
	}

	.btn.btn-lg {
		min-width: 200px;
		font-size: 20px;
		line-height: 24px;
		padding: 13px 15px;
	}

	.link {
		font-size: 24px;
		line-height: 27px;
	}

	.category-section {
		margin-bottom: 70px;
	}

	.category-section .category-holder h3 {
		font-size: 24px;
		line-height: 28px;
	}

	.category-section .column a {
		height: 250px;
	}

	.info-section {
		margin: 0 30px 110px;
	}

	.info-section .col {
		width: 20%;
	}

	.brands-section {
		margin: 0 0 110px;
	}

	.brands-list {
		margin: 0 -22px;
	}

	.brands-list li {
		padding: 0 22px 10px;
	}

	.new-tools {
		margin-bottom: 90px;
	}

	.new-tools .head {
		width: 265px;
	}

	.product-box {
		padding: 20px 20px 90px;
	}

	.product-box .price-box {
		left: 20px;
		right: 20px;
	}

	.aricle-section {
		padding: 115px 0 100px;
		margin: 0 0 85px;
	}

	.article .text-box {
		width: 288px;
		padding: 48px 40px 85px 48px;
	}

	.article .text-box .btn {
		left: 48px;
	}

	.four-cols {
		margin-bottom: 60px;
	}

	.text-block {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 75px;
	}

	.text-block .text-box {
		padding: 0 0 0 123px;
	}

	.resources {
		margin: 0 0 80px;
	}

	.resources h2 {
		width: 350px;
	}

	.resources .content {
		margin: 0 -36px;
		padding: 0 0 0 60px;
		font-size: 18px;
		line-height: 22px;
		text-align: left;
	}

	.resources .content .column {
		width: 265px;
		padding: 0 36px 15px;
	}

	.product-section {
		padding-top: 75px;
	}

	.product-content {
		padding: 0 0 0 30px;
	}

	.product-content .head {
		margin: 0 0 25px;
	}

	.product-content .head .box {
		width: 265px;
	}

	.tags {
		font-size: 16px;
	}

	.category-box .title {
		font-size: 24px;
		line-height: 28px;
	}

	.check-list li {
		margin: 0 0 25px;
	}

	.custom-checkbox {
		font-size: 16px;
	}

	.custom-checkbox .label-text {
		padding: 4px 10px 0 37px;
	}

	.custom-checkbox .label-text:before {
		width: 25px;
		height: 25px;
	}

	.custom-checkbox .label-text:after {
		left: 3px;
		top: 3px;
		font-size: 20px;
	}

	.product-detail {
		margin: 0 -20px 30px;
	}

	.product-detail .column {
		padding: 0 20px 10px;
	}

	.product-info .h3,
	.product-info .link {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 25px;
	}

	.product-info .link:after {
		font-size: 28px;
	}

	.price-holder .price {
		font-size: 42px;
		line-height: 46px;
	}

	.star-rating {
		font-size: 40px;
	}

	.calculate-form {
		margin: 0 -10px;
	}

	.calculate-form .input-box {
		width: auto;
		padding: 0 10px 10px;
	}

	.calculate-form .jcf-number {
		width: 128px;
	}

	.calculate-form .jcf-select {
		width: 150px;
		height: 50px;
	}

	.calculate-form .jcf-select .jcf-select-text {
		font-size: 24px;
		line-height: 50px;
	}

	.calculate-form .jcf-select .jcf-select-opener:before {
		top: 16px;
	}

	.calculate-form .form-control {
		width: 130px;
		height: 50px;
		font-size: 24px;
		line-height: 28px;
	}

	.calculate-form .btn-lg {
		min-width: 170px;
	}

	.browse-product .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -30px;
	}

	.browse-product .box {
		padding: 0 30px 20px;
	}

	.specs-list li {
		margin: 0 -10px 20px;
	}

	.main-slider .container {
		height: 577px;
	}

	.main-slider .heading {
		font-size: 72px;
		line-height: 86px;
	}

	.slideshow.holder {
		/*height: 550px;*/
	}

	.slideshow .pagination a {
		height: 200px;
	}

	.jcf-number {
		height: 50px;
	}

	.jcf-number input {
		font-size: 24px;
		line-height: 28px;
	}

	.jcf-number .jcf-btn-dec:before,
	.jcf-number .jcf-btn-inc:before {
		top: 12px;
	}

	.jcf-number .jcf-btn-dec:before {
		top: 7px;
	}
}

@media (min-width: 1650px) {
	#nav {
		max-width: 1670px;
	}

	.main-menu {
		font-size: 18px;
		line-height: 22px;
	}

	.container {
		max-width: 1670px;
	}

	.text-block {
		margin: 0 0 125px;
	}

	.prodcut-wrap .product-box {
		width: calc(20% - 16px);
	}

	.sidebar {
		width: 300px;
	}

	.product-detail {
		font-size: 18px;
		line-height: 24px;
	}

	.product-info .h3,
	.product-info .link {
		font-size: 24px;
		line-height: 28px;
	}

	.calculate-form {
		margin: 0 -15px;
	}

	.calculate-form .input-box {
		padding: 0 15px 10px;
	}

	.calculate-form .jcf-select {
		width: 220px;
	}

	.calculate-form .btn-lg {
		min-width: 200px;
	}

	.menu-area .nav-wrap .footer-nav {
		width: 270px;
	}

	.bottom-footer {
		padding: 40px 0 60px 14.5%;
	}

	.bottom-footer .container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (min-width: 1705px) {
	#nav {
		max-width: 1700px;
	}

	.main-menu {
		padding: 25px 15px;
		margin: 0 -18px;
	}
}

@media (min-width: 1880px) {
	.bottom-footer {
		padding: 40px 0 60px 18.5%;
	}
}

@media (max-width: 1023px) {
	.hide-mobile{
		display:none;
	}

	.main-menu > li > a {
		padding: 0 20px 0 0;
	}

	.main-menu > li > a:after {
		position: absolute;
		top: 0;
		right: -5px;
		font-family: "icomoon";
		content: "";
		font-weight: normal;
		font-size: 22px;
		line-height: 1;
		display: none;
	}

	.main-menu > li > a.has-drop:after {
		display: block;
	}

	.menu-wrap .title {
		padding: 0 20px 0 0;
		margin: 0 0 15px;
	}

	.menu-wrap .title:after {
		position: absolute;
		top: 0;
		right: -5px;
		font-family: "icomoon";
		content: "";
		font-weight: normal;
		font-size: 22px;
		line-height: 1;
	}

	.bottom-footer .col:first-child {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.badge {
		font-size: 16px;
	}
}

@media (max-width: 639px) {
	.info-section h3 {
		font-size: 13px;
		line-height: 16px;
	}
}


#recent_sales_ticker .btn{
	min-width: auto!important;
	background-color: #ffffff!important;
	border: 0px!important;
}

.video-container iframe{
max-width: 100%;
max-height: 100%;
}

#_jstl__specs_r .text:first-child{
max-width:180px;
}
/* Crosssell */
.crosssell-head {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 22px;
	text-transform: none;
}
.row-crosssell {
	margin-left: -10px;
	margin-right: -10px;
}
.wrap-crosssell {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0 !important;
	font-weight: 400 !important;
}
.wrap-crosssell-block {
	margin-bottom: 20px;
	width: 100%;
	float: left;
	padding: 0 5px;
}
.row-crosssell-block {
	margin-left: -5px;
	margin-right: -5px;
}
.crosssell-block {
	padding-left: 5px;
	padding-right: 5px;
}
.crosssell-caption {
	overflow: hidden;
	padding-left: 15px !important;
}
.crosssell-caption .title {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
}
.crosssell-caption .price {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
}
.crosssell-caption p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
}
.crosssell-caption p label {
	font-weight: 400;
}
/* checkbox radio button */
input[type=radio].chk-radio-custom,
input[type=checkbox].chk-radio-custom {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
input[type=radio].chk-radio-custom ~ label:before,
input[type=checkbox].chk-radio-custom ~ label:before {
    font-family: "Font Awesome 5 Free";
		font-weight: 400;
		content: "\f0c8";
    display: inline-block;
    letter-spacing: 10px;
    font-size: 14px;
    color: #55555a;
    width: 1.1em;
}
input[type=radio].chk-radio-custom:checked ~ label,
input[type=checkbox].chk-radio-custom:checked ~ label {
    color: #28a745;
}
input[type=radio].chk-radio-custom:checked ~ label:before,
input[type=checkbox].chk-radio-custom:checked ~ label:before  {
    font-size: 14px;
    color: #28a745;
    letter-spacing: 5px;
	content: "\f14a";
}
input[type=radio].chk-radio-custom ~ label:before {
    content: "\f1db";
}
input[type=radio].chk-radio-custom:checked ~ label:before {
    content: "\f14a";
}
input[type=radio].chk-radio-custom:focus ~ label,
input[type=checkbox].chk-radio-custom:focus ~ label {
    color: #28a745;
}
input[type=radio].chk-radio-custom:focus ~ label:before,
input[type=checkbox].chk-radio-custom:focus ~ label:before {
    color: #28a745;
}


.blog-section {
  overflow: hidden;
  margin: 0 0 10px;
  padding-top: 30px; }
  @media (min-width: 1024px) {
    .blog-section .holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -10px; } }
  @media (min-width: 1200px) {
    .blog-section .holder {
      margin: 0 -15px; } }
  .blog-section .post {
    width: 100%;
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .blog-section .post {
        width: calc(50% - 20px);
        margin: 0 10px 20px; } }
    @media (min-width: 1200px) {
      .blog-section .post {
        width: calc(50% - 30px);
        margin: 0 15px 30px; } }
  .blog-section h2 {
    margin: 0 0 15px; }
    @media (min-width: 640px) {
      .blog-section h2 {
        margin: 0 0 25px; } }
  .blog-section.recommended-post {
    padding: 50px 0 30px;
    margin: 0 0 50px;
    background: #f7f7f7; }
    .blog-section.recommended-post h4 {
      font-size: 24px;
      line-height: 28px;
      text-transform: uppercase;
      font-weight: 900;
      margin: 0 0 20px; }

.post {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  border: 1px solid #EAEBEC;
  background: #fff; }
  .post h2 a {
    color: #212121; }
  .post .text-box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 160px;
    color: #343e48;
    padding: 20px 13px 50px; }
    @media (min-width: 640px) {
      .post .text-box {
        width: 250px;
        padding: 40px 20px 70px; } }
    @media (min-width: 1440px) {
      .post .text-box {
        width: 288px;
        padding: 40px 20px 80px; } }
    .post .text-box .date {
      font-size: 14px;
      line-height: 17px;
      position: absolute;
      left: 13px;
      bottom: 15px;
      color: #c1c4c7; }
      @media (min-width: 640px) {
        .post .text-box .date {
          left: 20px;
          bottom: 30px; } }
  .post .img-box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 640px) {
      .post .img-box {
        min-height: 290px; } }

.popular-post {
  position: relative;
  min-height: 575px; }
  .popular-post:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    filter: blur(8px);
    -webkit-filter: blur(8px); }

.post-detail {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.75;
  padding: 0 0 30px;
  color: #343E48; }
  @media (min-width: 1024px) {
    .post-detail {
      padding: 15px 0 30px; } }
  @media (min-width: 1200px) {
    .post-detail {
      font-size: 18px;
      line-height: 24px; } }
  .post-detail .post-wrap {
    position: relative;
    padding: 30px 0 0; }
    @media (min-width: 1024px) {
      .post-detail .post-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 30px 0 0; } }
    @media (min-width: 1200px) {
      .post-detail .post-wrap {
        padding: 50px 0 0; } }
  .post-detail .aside {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    padding: 0 0 15px;
    margin: 30px 0 0; }
    @media (min-width: 1024px) {
      .post-detail .aside {
        padding: 0 15px 0 0;
        margin: 30px 0 0; } }
    @media (min-width: 1440px) {
      .post-detail .aside {
        width: 275px;
        margin: 30px 0 0; } }
  .post-detail .btn-back {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    color: #F03641;
    position: relative;
    padding: 0 0 0 20px; }
    @media (min-width: 1024px) {
      .post-detail .btn-back {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 0 25px; } }
    .post-detail .btn-back:before {
      font-family: 'icomoon';
      content: "";
      font-weight: normal;
      position: absolute;
      top: -1px;
      left: 0; }
      @media (min-width: 1024px) {
        .post-detail .btn-back:before {
          top: 0; } }
  .post-detail .post-content {
    max-width: 1090px;
    margin:auto; }
  .post-detail h1.h2 {
    font-size: 30px;
    line-height: 40px;
    color: #212121;
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .post-detail h1.h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 20px; } }
    @media (min-width: 1200px) {
      .post-detail h1.h2 {
        font-size: 48px;
        line-height: 60px; } }
  .post-detail h2 {
    font-size: 25px;
    line-height: 30px;
    color: #343E48;
    margin: 0 0 20px; }
    @media (min-width: 1200px) {
      .post-detail h2 {
        font-size: 32px;
        line-height: 40px; } }
  .post-detail .date {
    display: block;
    font-weight: 700;
    margin: 0 0 20px; }
    @media (min-width: 1200px) {
      .post-detail .date {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 25px; } }
  .post-detail .text-large {
    font-size: 18px;
    line-height: 25px;
    color: #707070;
    margin: 0 0 25px; }
    @media (min-width: 1200px) {
      .post-detail .text-large {
        font-size: 25px;
        line-height: 30px; } }
  .post-detail p {
    margin: 0 0 20px; }
    .post-detail p:last-child {
      margin: 0; }
    .post-detail p i {
      display: block; }
    .post-detail p a {
      font-weight: 700;
      text-decoration: underline;
      color: #F03641; }
  .post-detail ul.info-list li {
    padding: 0 0 20px; }
  .post-detail .text-box {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    border-radius: 14px;
    padding: 20px 25px;
    margin: 0 0 25px;
    color: #707070;
    background: #F7F7F7; }
    @media (min-width: 768px) {
      .post-detail .text-box {
        font-size: 20px;
        line-height: 25px;
        padding: 30px 80px; } }
    @media (min-width: 1200px) {
      .post-detail .text-box {
        font-size: 25px;
        line-height: 33px;
        padding: 30px 120px; } }
    @media (min-width: 768px) {
      .post-detail .text-box.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .post-detail .text-box .quotes {
      display: inline-block;
      vertical-align: top;
      margin: 0 20px 0 0; }
    .post-detail .text-box .text {
      display: block;
      font-weight: 700;
      font-style: italic; }
    .post-detail .text-box .link {
      display: inline-block;
      vertical-align: top;
      color: #f03641;
      text-decoration: underline; }
      .post-detail .text-box .link:after {
        display: none; }
  .post-detail .img-holder {
    max-width: 100%;
    margin: 0 auto 25px; }
    .post-detail .img-holder.small {
      max-width: 896px; }
    .post-detail .img-holder img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 0 15px; }
    .post-detail .img-holder .img-caption {
      font-size: 14px;
      line-height: 20px;
      color: #707070; }




   



.slider-wrap {
  position: relative;
  margin: 0;
  padding: 25px 0 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2; }
  .slider-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: -1; }
  @media (min-width: 1024px) {
    .slider-wrap {
      padding: 65px 0 30px; } }
  .slider-wrap .breadcrumb {
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .slider-wrap .breadcrumb {
        margin: 0 0 -20px; } }

.post-slider {
  position: relative;
  margin: 0; }
  .post-slider .slide {
    width: 100%;
    position: relative; }
  .post-slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1024px) {
      .post-slider .slick-dots {
        position: absolute;
        right: 30px;
        bottom: 30px; } }
    .post-slider .slick-dots li {
      padding: 0 6px; }
      .post-slider .slick-dots li.slick-active button {
        background: #000; }
        @media (min-width: 1024px) {
          .post-slider .slick-dots li.slick-active button {
            background: #fff; } }
    .post-slider .slick-dots button {
      display: block;
      padding: 0;
      border-radius: 50px;
      width: 12px;
      height: 12px;
      font-size: 0;
      list-style: 0;
      border: 2px solid #000;
      outline: none;
      box-shadow: none;
      background: none; }
      @media (min-width: 1024px) {
        .post-slider .slick-dots button {
          border: 2px solid #fff; } }
      .post-slider .slick-dots button:hover {
        background: #000; }
        @media (min-width: 1024px) {
          .post-slider .slick-dots button:hover {
            background: #fff; } }
  @media (min-width: 1024px) {
    .post-slider .wrap {
      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; } }
  .post-slider .text-area {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 25px 0; }
    @media (min-width: 480px) {
      .post-slider .text-area {
        font-size: 20px;
        line-height: 26px; } }
    @media (min-width: 1024px) {
      .post-slider .text-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 40%;
        padding: 55px 40px 0 0; } }
    @media (min-width: 1440px) {
      .post-slider .text-area {
        width: 35%;
        padding: 55px 80px 0 0; } }
    @media (min-width: 1440px) {
      .post-slider .text-area {
        font-size: 24px;
        line-height: 32px; } }
  .post-slider .title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 10px; }
    @media (min-width: 480px) {
      .post-slider .title {
        font-size: 20px;
        line-height: 25px; } }
    @media (min-width: 1440px) {
      .post-slider .title {
        font-size: 24px;
        line-height: 30px; } }
  .post-slider .heading {
    display: block;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 10px; }
    @media (min-width: 480px) {
      .post-slider .heading {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 15px; } }
    @media (min-width: 1440px) {
      .post-slider .heading {
        font-size: 40px;
        line-height: 50px; } }
  .post-slider p {
    margin: 0 0 20px; }
  .post-slider .img-box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 250px;
    border-radius: 14px; }
    @media (min-width: 480px) {
      .post-slider .img-box {
        min-height: 300px; } }
    @media (min-width: 1024px) {
      .post-slider .img-box {
        min-height: 380px; } }
    @media (min-width: 1200px) {
      .post-slider .img-box {
        min-height: 400px; } }
    @media (min-width: 1440px) {
      .post-slider .img-box {
        min-height: 480px; } }      



/** New Styles Goes Here **/
.btn.btn-red {
  color: #fff;
  border: 0;
  background: #f03641; }

.btn.btn-md {
  min-width: 180px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  padding: 10px 20px; }
  @media (min-width: 1024px) {
    .btn.btn-md {
      font-size: 16px;
      line-height: 21px; } }

.btn.bg-dark {
  color: #fff;
  background: #343e48; }

.home-banner {
  width: 100%;
  min-height: 550px;
  padding: 15px 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2; }
  @media (min-width: 1024px) {
    .home-banner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 40px 470px 40px 40px; } }
  @media (min-width: 1200px) {
    .home-banner {
      min-height: 620px;
      padding: 60px 470px 60px 60px; } }
  @media (min-width: 1440px) {
    .home-banner {
      min-height: 670px;
      padding: 60px 550px 60px 60px; } }
  @media (min-width: 1650px) {
    .home-banner {
      min-height: 745px;
      padding: 60px 650px 60px 100px; } }
  .home-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(33, 33, 33, 0.7);
    z-index: -1; }
    @media (min-width: 1024px) {
      .home-banner:before {
        background: rgba(33, 33, 33, 0.5); } }
  .home-banner .container {
    width: 100%; }
  .home-banner .text-holder {
    max-width: 450px;
    text-align: center;
    position: relative;
    padding: 20px 0 30px;
    margin: 0 auto;
    z-index: 2; }
    @media (min-width: 1024px) {
      .home-banner .text-holder {
        max-width: 530px;
        text-align: left;
        padding: 0;
        margin: 0; } }
    @media (min-width: 1200px) {
      .home-banner .text-holder {
        max-width: inherit; } }
  .home-banner h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #fff; }
    @media (min-width: 768px) {
      .home-banner h1 {
        font-size: 36px;
        line-height: 40px; } }
    @media (min-width: 1024px) {
      .home-banner h1 {
        font-size: 50px;
        line-height: 60px; } }
    @media (min-width: 1650px) {
      .home-banner h1 {
        font-size: 64px;
        line-height: 70px; } }
  .home-banner .form-contact {
    padding: 30px;
    margin: 0 auto;
    z-index: 5; }
    @media (min-width: 1024px) {
      .home-banner .form-contact {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding: 50px 30px 45px; } }
    @media (min-width: 1200px) {
      .home-banner .form-contact {
        padding: 70px 50px; } }
    @media (min-width: 1440px) {
      .home-banner .form-contact {
        padding: 100px 50px; } }
    @media (min-width: 1650px) {
      .home-banner .form-contact {
        padding: 100px 100px; } }

.form-contact {
  position: relative;
  max-width: 450px;
  padding: 50px 50px;
  color: #fff;
  background: rgba(33, 33, 33, 0.8); }
  @media (min-width: 1440px) {
    .form-contact {
      max-width: 500px; } }
  @media (min-width: 1650px) {
    .form-contact {
      max-width: 600px;
      padding: 50px 100px; } }
  .form-contact h3 {
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase; }
  .form-contact .btn-holder {
    padding: 10px 0 0; }
  .form-contact .btn {
    display: block;
    width: 100%;
    color: #fff;
    background: #256FF5; }

.form-control {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  color: #212121;
  border: 1px solid #707070;
  background: #fff; }
  .form-control::-webkit-input-placeholder {
    color: #c1c4c7; }
  .form-control::-moz-placeholder {
    opacity: 1;
    color: #c1c4c7; }
  .form-control:-moz-placeholder {
    color: #c1c4c7; }
  .form-control:-ms-input-placeholder {
    color: #c1c4c7; }
  .form-control.placeholder {
    color: #c1c4c7; }

.input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .input-row .form-control {
    width: 48%; }

.radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .radio-list .custom-radio {
    margin-right: 25px; }

.custom-radio {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px;
  cursor: pointer; }
  .custom-radio input[type="radio"] {
    display: none; }
    .custom-radio input[type="radio"]:checked ~ .label-text:after {
      display: block; }
  .custom-radio .label-text {
    display: block;
    position: relative;
    padding: 4px 0 0 40px; }
    .custom-radio .label-text:before, .custom-radio .label-text:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      border-radius: 50px;
      background: #fff; }
    .custom-radio .label-text:after {
      display: none;
      top: 5px;
      left: 5px;
      width: 14px;
      height: 14px;
      background: #256FF5; }

.why-aims {
  position: relative;
  margin: 0 auto 40px;
  z-index: 5; }
  @media (min-width: 768px) {
    .why-aims {
      margin: 0 auto 60px; } }
  @media (min-width: 1200px) {
    .why-aims {
      margin: -100px auto 60px; } }
  .why-aims .holder {
    padding: 30px 20px 20px;
    border-radius: 15px;
    background: #F7F7F7; }
    @media (min-width: 1024px) {
      .why-aims .holder {
        padding: 30px 30px 20px; } }
    @media (min-width: 1440px) {
      .why-aims .holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 40px 30px 20px; } }
  .why-aims .heading-holder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 30px;
    text-align: center; }
    @media (min-width: 1024px) {
      .why-aims .heading-holder {
        text-align: left; } }
    @media (min-width: 1440px) {
      .why-aims .heading-holder {
        width: 280px;
        margin: 0; } }
    .why-aims .heading-holder h2 {
      color: #f03641; }
  @media (min-width: 768px) {
    .why-aims .cols-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .why-aims .cols-wrap .col {
    width: 100%;
    padding: 0 5px 30px; }
    @media (min-width: 768px) {
      .why-aims .cols-wrap .col {
        width: 50%;
        padding: 0 25px 30px; } }
    @media (min-width: 1024px) {
      .why-aims .cols-wrap .col {
        width: 33.333%;
        padding: 0 15px 20px; } }
    @media (min-width: 1200px) {
      .why-aims .cols-wrap .col {
        padding: 0 40px 20px; } }
    @media (min-width: 1440px) {
      .why-aims .cols-wrap .col {
        padding: 0 20px 20px; } }
    @media (min-width: 1650px) {
      .why-aims .cols-wrap .col {
        padding: 0 50px 20px; } }
  .why-aims .img-box {
    width: 60px;
    margin: 0 0 20px; }
    @media (min-width: 1200px) {
      .why-aims .img-box {
        width: 80px;
        margin: 0 0 20px; } }
    .why-aims .img-box img {
      display: block;
      max-width: 100%;
      height: auto; }
  .why-aims .title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .why-aims .title {
        font-size: 24px;
        line-height: 28px; } }
  .why-aims .btn-holder {
    padding-top: 10px; }
    .why-aims .btn-holder .btn {
      display: block; }

.our-products {
  position: relative;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .our-products {
      margin-bottom: 50px; } }
  .our-products .header {
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 1024px) {
      .our-products .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left; } }
    @media (min-width: 1200px) {
      .our-products .header {
        margin-bottom: 50px; } }
    .our-products .header h2 {
      text-transform: uppercase;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-weight: 800; }
      @media (min-width: 1024px) {
        .our-products .header h2 {
          width: 200px; } }
      @media (min-width: 1200px) {
        .our-products .header h2 {
          width: 250px; } }
    .our-products .header .text-holder {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 600px;
      margin: 0 auto; }
      @media (min-width: 1024px) {
        .our-products .header .text-holder {
          font-size: 16px;
          line-height: 22px;
          max-width: 880px;
          padding: 0 0 0 20px; } }
      @media (min-width: 1200px) {
        .our-products .header .text-holder {
          font-size: 18px;
          line-height: 24px;
          padding: 0 0 0 50px; } }
      @media (min-width: 1440px) {
        .our-products .header .text-holder {
          font-size: 24px;
          line-height: 32px; } }
  .our-products .product-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    color: #707070; }
    .our-products .product-holder .column {
      width: 100%;
      margin: 0 0 20px;
      overflow: hidden;
      border: 1px solid #EAEBEC;
      border-radius: 14px; }
      @media (min-width: 768px) {
        .our-products .product-holder .column {
          width: calc(50% - 20px);
          margin: 0 10px 20px; } }
      @media (min-width: 1024px) {
        .our-products .product-holder .column {
          width: calc(33% - 20px); } }
      @media (min-width: 1200px) {
        .our-products .product-holder .column {
          width: calc(25% - 20px); } }
    .our-products .product-holder .img-box {
      width: 100%;
      height: 160px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 1440px) {
        .our-products .product-holder .img-box {
          height: 200px; } }
    .our-products .product-holder .text-box {
      padding: 20px 15px; }
      @media (min-width: 1440px) {
        .our-products .product-holder .text-box {
          padding: 30px 15px; } }
    .our-products .product-holder h3 {
      color: #212121; }

.our-brands {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding: 30px 0;
  margin-bottom: 30px;
  background: #f7f7f7; }
  @media (min-width: 768px) {
    .our-brands {
      margin-bottom: 50px; } }
  @media (min-width: 1024px) {
    .our-brands {
      padding: 50px 0; } }
  @media (min-width: 1440px) {
    .our-brands {
      font-size: 24px;
      line-height: 32px; } }
  .our-brands .container {
    text-align: center; }
    @media (min-width: 1200px) {
      .our-brands .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left; } }
  .our-brands .heading {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-transform: uppercase;
    margin: 0 0 10px; }
    @media (min-width: 1200px) {
      .our-brands .heading {
        width: 200px;
        margin: 0; } }
    @media (min-width: 1650px) {
      .our-brands .heading {
        width: 300px; } }
  .our-brands .holder {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0 0 20px; }
  .our-brands .logos-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
    padding-top: 10px; }
    @media (min-width: 768px) {
      .our-brands .logos-wrap {
        margin: 0 -15px; } }
    @media (min-width: 1200px) {
      .our-brands .logos-wrap {
        padding-top: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media (min-width: 1650px) {
      .our-brands .logos-wrap {
        margin: 0 -22px; } }
    .our-brands .logos-wrap li {
      padding: 0 10px 15px; }
      @media (min-width: 768px) {
        .our-brands .logos-wrap li {
          padding: 0 15px 15px; } }
      @media (min-width: 1650px) {
        .our-brands .logos-wrap li {
          padding: 0 22px 10px; } }
    .our-brands .logos-wrap img {
      display: block;
      max-width: 100%;
      height: auto; }

.testimonials {
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .testimonials {
      margin-bottom: 50px; } }
  .testimonials .header {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .testimonials .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 50px;
        text-align: left; } }
    .testimonials .header h2 {
      text-transform: capitalize;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-weight: 800;
      color: #f03641; }
      @media (min-width: 1200px) {
        .testimonials .header h2 {
          width: 300px; } }
    .testimonials .header .text-holder {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      @media (min-width: 1024px) {
        .testimonials .header .text-holder {
          font-size: 18px;
          line-height: 22px; } }
      @media (min-width: 1200px) {
        .testimonials .header .text-holder {
          max-width: 880px;
          padding: 0 0 0 50px; } }
      @media (min-width: 1440px) {
        .testimonials .header .text-holder {
          font-size: 24px;
          line-height: 32px; } }
  .testimonials .quotes-holder {
    color: #707070; }
    @media (min-width: 768px) {
      .testimonials .quotes-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
    .testimonials .quotes-holder .column {
      width: 100%;
      margin: 0 0 20px;
      padding: 0 10px;
      overflow: hidden; }
      @media (min-width: 768px) {
        .testimonials .quotes-holder .column {
          width: 50%; } }
      @media (min-width: 1024px) {
        .testimonials .quotes-holder .column {
          width: 50%; } }
      .testimonials .quotes-holder .column blockquote {
        margin: 0;
        line-height: 20px;
        color: #343E48;
        padding: 20px;
        border-radius: 14px;
        background: #f7f7f7; }
        @media (min-width: 768px) {
          .testimonials .quotes-holder .column blockquote {
            font-size: 16px;
            line-height: 22px; } }
        @media (min-width: 1650px) {
          .testimonials .quotes-holder .column blockquote {
            font-size: 20px;
            line-height: 28px; } }
        .testimonials .quotes-holder .column blockquote cite {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-style: normal;
          font-size: 16px;
          line-height: 20px;
          color: #212121; }
          @media (min-width: 1440px) {
            .testimonials .quotes-holder .column blockquote cite {
              font-size: 20px;
              line-height: 24px; } }
        .testimonials .quotes-holder .column blockquote .img-box {
          width: 48px;
          height: 48px;
          border-radius: 50%;
          margin: 0 5px 0 0; }
          .testimonials .quotes-holder .column blockquote .img-box img {
            display: block;
            max-width: 100%;
            height: auto; }

.our-clients {
  position: relative;
  padding: 30px 0;
  margin-bottom: 30px;
  background: #f7f7f7; }
  @media (min-width: 768px) {
    .our-clients {
      margin-bottom: 50px; } }
  @media (min-width: 1024px) {
    .our-clients {
      padding: 50px 0; } }
  .our-clients .container {
    text-align: center; }
    @media (min-width: 1200px) {
      .our-clients .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left; } }
  .our-clients .heading {
    text-transform: uppercase;
    margin: 0 0 10px; }
    @media (min-width: 1200px) {
      .our-clients .heading {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 160px;
        margin: 0; } }
    @media (min-width: 1440px) {
      .our-clients .heading {
        width: 300px; } }
    .our-clients .heading h3 {
      font-weight: 800; }
  .our-clients .logos-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
    padding-top: 20px; }
    @media (min-width: 768px) {
      .our-clients .logos-wrap {
        margin: 0 -15px; } }
    @media (min-width: 1440px) {
      .our-clients .logos-wrap {
        margin: 0 -20px; } }
    .our-clients .logos-wrap li {
      padding: 0 15px 15px; }
      @media (min-width: 768px) {
        .our-clients .logos-wrap li {
          width: 18%;
          padding: 0 15px 10px; } }
      @media (min-width: 1024px) {
        .our-clients .logos-wrap li {
          width: auto; } }
      @media (min-width: 1440px) {
        .our-clients .logos-wrap li {
          padding: 0 25px 10px; } }
    .our-clients .logos-wrap img {
      display: block;
      max-width: 100%;
      height: auto; }

.our-team {
  position: relative;
  margin-bottom: 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .our-team {
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .our-team {
      text-align: left; } }
  .our-team .header {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .our-team .header {
        margin-bottom: 60px; } }
    @media (min-width: 1200px) {
      .our-team .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 70px; } }
    .our-team .header h3 {
      text-transform: capitalize;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-weight: 800; }
      @media (min-width: 1200px) {
        .our-team .header h3 {
          width: 250px; } }
      @media (min-width: 1440px) {
        .our-team .header h3 {
          width: 350px; } }
    .our-team .header .text-holder {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 600px;
      margin: 0 auto; }
      @media (min-width: 1024px) {
        .our-team .header .text-holder {
          font-size: 18px;
          line-height: 22px; } }
      @media (min-width: 1200px) {
        .our-team .header .text-holder {
          max-width: 880px;
          padding: 0 0 0 50px;
          margin: 0; } }
      @media (min-width: 1440px) {
        .our-team .header .text-holder {
          font-size: 24px;
          line-height: 32px; } }
  .our-team .cols-holder {
    color: #707070; }
    @media (min-width: 768px) {
      .our-team .cols-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
    .our-team .cols-holder .column {
      width: 100%;
      padding: 40px 10px;
      color: #707070; }
      @media (min-width: 768px) {
        .our-team .cols-holder .column {
          width: 50%;
          padding: 50px 10px; } }
      @media (min-width: 1440px) {
        .our-team .cols-holder .column {
          width: 33%; } }
      @media (min-width: 1200px) {
        .our-team .cols-holder .column {
          width: 25%; } }
      @media (min-width: 1440px) {
        .our-team .cols-holder .column {
          padding: 65px 10px; } }
      .our-team .cols-holder .column .box {
        margin: 0;
        color: #343E48;
        padding: 20px;
        border-radius: 14px;
        background: #f7f7f7; }
      .our-team .cols-holder .column .img-box {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin: -60px auto 10px; }
        @media (min-width: 768px) {
          .our-team .cols-holder .column .img-box {
            width: 100px;
            height: 100px;
            margin: -70px auto 10px; } }
        @media (min-width: 1200px) {
          .our-team .cols-holder .column .img-box {
            margin: -70px 0 10px; } }
        @media (min-width: 1440px) {
          .our-team .cols-holder .column .img-box {
            width: 164px;
            height: 164px;
            margin: -100px 0 10px; } }
        .our-team .cols-holder .column .img-box img {
          display: block;
          max-width: 100%;
          height: auto; }
    .our-team .cols-holder .title {
      display: block;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 5px;
      text-transform: capitalize;
      color: #212121; }
      @media (min-width: 1650px) {
        .our-team .cols-holder .title {
          font-size: 24px;
          line-height: 28px; } }
    .our-team .cols-holder .subtitle {
      display: block;
      font-size: 14px;
      line-height: 20px;
      color: #212121;
      margin-bottom: 10px; }
      @media (min-width: 1440px) {
        .our-team .cols-holder .subtitle {
          font-size: 16px;
          line-height: 20px; } }
      @media (min-width: 1650px) {
        .our-team .cols-holder .subtitle {
          font-size: 20px;
          line-height: 24px; } }
small.size-60{font-size: 60%;}