@charset "UTF-8";

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/Preloader_11.gif) center no-repeat #fff;
}

/* custom */


/* * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	from,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {
	from,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 1.15, 1.15);
		transform: scale3d(1.15, 1.15, 1.15);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 1.15, 1.15);
		transform: scale3d(1.15, 1.15, 1.15);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
		transform: skewX(0.39063deg) skewY(0.39063deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

@keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
		transform: skewX(0.39063deg) skewY(0.39063deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}


/**/

@-webkit-keyframes blurFadeIn {
	0% {
		opacity: 0;
		transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes blurFadeIn {
	0% {
		opacity: 0;
		transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.blurFadeIn {
	-webkit-animation-name: blurFadeIn;
	animation-name: blurFadeIn;
}

@-webkit-keyframes blurFadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes blurFadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

.blurFadeInDown {
	-webkit-animation-name: blurFadeInDown;
	animation-name: blurFadeInDown;
}

@-webkit-keyframes passing {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes passing {
	0% {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes passing-reverse {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
	}
}

@keyframes passing-reverse {
	0% {
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
	}
}


/* * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */

.fa,
.fas,
.far,
.fal,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -0.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid 0.08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .fa-rotate-90,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-flip-horizontal,
 :root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screenreaders do not read off random characters that represent icons */

.fa-500px:before {
	content: "\f26e";
}

.fa-accessible-icon:before {
	content: "\f368";
}

.fa-accusoft:before {
	content: "\f369";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-card:before {
	content: "\f2bb";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-adn:before {
	content: "\f170";
}

.fa-adversal:before {
	content: "\f36a";
}

.fa-affiliatetheme:before {
	content: "\f36b";
}

.fa-algolia:before {
	content: "\f36c";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-allergies:before {
	content: "\f461";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-amazon-pay:before {
	content: "\f42c";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-amilia:before {
	content: "\f36d";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-android:before {
	content: "\f17b";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angrycreative:before {
	content: "\f36e";
}

.fa-angular:before {
	content: "\f420";
}

.fa-app-store:before {
	content: "\f36f";
}

.fa-app-store-ios:before {
	content: "\f370";
}

.fa-apper:before {
	content: "\f371";
}

.fa-apple:before {
	content: "\f179";
}

.fa-apple-pay:before {
	content: "\f415";
}

.fa-archive:before {
	content: "\f187";
}

.fa-arrow-alt-circle-down:before {
	content: "\f358";
}

.fa-arrow-alt-circle-left:before {
	content: "\f359";
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-arrows-alt-h:before {
	content: "\f337";
}

.fa-arrows-alt-v:before {
	content: "\f338";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-asymmetrik:before {
	content: "\f372";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-audible:before {
	content: "\f373";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-autoprefixer:before {
	content: "\f41c";
}

.fa-avianex:before {
	content: "\f374";
}

.fa-aviato:before {
	content: "\f421";
}

.fa-aws:before {
	content: "\f375";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-band-aid:before {
	content: "\f462";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-baseball-ball:before {
	content: "\f433";
}

.fa-basketball-ball:before {
	content: "\f434";
}

.fa-bath:before {
	content: "\f2cd";
}

.fa-battery-empty:before {
	content: "\f244";
}

.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-bed:before {
	content: "\f236";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bimobject:before {
	content: "\f378";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitcoin:before {
	content: "\f379";
}

.fa-bity:before {
	content: "\f37a";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-blackberry:before {
	content: "\f37b";
}

.fa-blender:before {
	content: "\f517";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-blogger:before {
	content: "\f37c";
}

.fa-blogger-b:before {
	content: "\f37d";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-bold:before {
	content: "\f032";
}

.fa-bolt:before {
	content: "\f0e7";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-book:before {
	content: "\f02d";
}

.fa-book-open:before {
	content: "\f518";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-bowling-ball:before {
	content: "\f436";
}

.fa-box:before {
	content: "\f466";
}

.fa-box-open:before {
	content: "\f49e";
}

.fa-boxes:before {
	content: "\f468";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-briefcase-medical:before {
	content: "\f469";
}

.fa-broadcast-tower:before {
	content: "\f519";
}

.fa-broom:before {
	content: "\f51a";
}

.fa-btc:before {
	content: "\f15a";
}

.fa-bug:before {
	content: "\f188";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-burn:before {
	content: "\f46a";
}

.fa-buromobelexperte:before {
	content: "\f37f";
}

.fa-bus:before {
	content: "\f207";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-calendar:before {
	content: "\f133";
}

.fa-calendar-alt:before {
	content: "\f073";
}

.fa-calendar-check:before {
	content: "\f274";
}

.fa-calendar-minus:before {
	content: "\f272";
}

.fa-calendar-plus:before {
	content: "\f271";
}

.fa-calendar-times:before {
	content: "\f273";
}

.fa-camera:before {
	content: "\f030";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-capsules:before {
	content: "\f46b";
}

.fa-car:before {
	content: "\f1b9";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-caret-square-down:before {
	content: "\f150";
}

.fa-caret-square-left:before {
	content: "\f191";
}

.fa-caret-square-right:before {
	content: "\f152";
}

.fa-caret-square-up:before {
	content: "\f151";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cc-amazon-pay:before {
	content: "\f42d";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-apple-pay:before {
	content: "\f416";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-centercode:before {
	content: "\f380";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-chalkboard:before {
	content: "\f51b";
}

.fa-chalkboard-teacher:before {
	content: "\f51c";
}

.fa-chart-area:before {
	content: "\f1fe";
}

.fa-chart-bar:before {
	content: "\f080";
}

.fa-chart-line:before {
	content: "\f201";
}

.fa-chart-pie:before {
	content: "\f200";
}

.fa-check:before {
	content: "\f00c";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-chess:before {
	content: "\f439";
}

.fa-chess-bishop:before {
	content: "\f43a";
}

.fa-chess-board:before {
	content: "\f43c";
}

.fa-chess-king:before {
	content: "\f43f";
}

.fa-chess-knight:before {
	content: "\f441";
}

.fa-chess-pawn:before {
	content: "\f443";
}

.fa-chess-queen:before {
	content: "\f445";
}

.fa-chess-rook:before {
	content: "\f447";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-church:before {
	content: "\f51d";
}

.fa-circle:before {
	content: "\f111";
}

.fa-circle-notch:before {
	content: "\f1ce";
}

.fa-clipboard:before {
	content: "\f328";
}

.fa-clipboard-check:before {
	content: "\f46c";
}

.fa-clipboard-list:before {
	content: "\f46d";
}

.fa-clock:before {
	content: "\f017";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-closed-captioning:before {
	content: "\f20a";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-cloud-download-alt:before {
	content: "\f381";
}

.fa-cloud-upload-alt:before {
	content: "\f382";
}

.fa-cloudscale:before {
	content: "\f383";
}

.fa-cloudsmith:before {
	content: "\f384";
}

.fa-cloudversify:before {
	content: "\f385";
}

.fa-code:before {
	content: "\f121";
}

.fa-code-branch:before {
	content: "\f126";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cog:before {
	content: "\f013";
}

.fa-cogs:before {
	content: "\f085";
}

.fa-coins:before {
	content: "\f51e";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-comment:before {
	content: "\f075";
}

.fa-comment-alt:before {
	content: "\f27a";
}

.fa-comment-dots:before {
	content: "\f4ad";
}

.fa-comment-slash:before {
	content: "\f4b3";
}

.fa-comments:before {
	content: "\f086";
}

.fa-compact-disc:before {
	content: "\f51f";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-compress:before {
	content: "\f066";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-copy:before {
	content: "\f0c5";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-couch:before {
	content: "\f4b8";
}

.fa-cpanel:before {
	content: "\f388";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-creative-commons-by:before {
	content: "\f4e7";
}

.fa-creative-commons-nc:before {
	content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea";
}

.fa-creative-commons-nd:before {
	content: "\f4eb";
}

.fa-creative-commons-pd:before {
	content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed";
}

.fa-creative-commons-remix:before {
	content: "\f4ee";
}

.fa-creative-commons-sa:before {
	content: "\f4ef";
}

.fa-creative-commons-sampling:before {
	content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1";
}

.fa-creative-commons-share:before {
	content: "\f4f2";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-crop:before {
	content: "\f125";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-crow:before {
	content: "\f520";
}

.fa-crown:before {
	content: "\f521";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-css3-alt:before {
	content: "\f38b";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-cut:before {
	content: "\f0c4";
}

.fa-cuttlefish:before {
	content: "\f38c";
}

.fa-d-and-d:before {
	content: "\f38d";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-deaf:before {
	content: "\f2a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-deploydog:before {
	content: "\f38e";
}

.fa-deskpro:before {
	content: "\f38f";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-diagnoses:before {
	content: "\f470";
}

.fa-dice:before {
	content: "\f522";
}

.fa-dice-five:before {
	content: "\f523";
}

.fa-dice-four:before {
	content: "\f524";
}

.fa-dice-one:before {
	content: "\f525";
}

.fa-dice-six:before {
	content: "\f526";
}

.fa-dice-three:before {
	content: "\f527";
}

.fa-dice-two:before {
	content: "\f528";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-digital-ocean:before {
	content: "\f391";
}

.fa-discord:before {
	content: "\f392";
}

.fa-discourse:before {
	content: "\f393";
}

.fa-divide:before {
	content: "\f529";
}

.fa-dna:before {
	content: "\f471";
}

.fa-dochub:before {
	content: "\f394";
}

.fa-docker:before {
	content: "\f395";
}

.fa-dollar-sign:before {
	content: "\f155";
}

.fa-dolly:before {
	content: "\f472";
}

.fa-dolly-flatbed:before {
	content: "\f474";
}

.fa-donate:before {
	content: "\f4b9";
}

.fa-door-closed:before {
	content: "\f52a";
}

.fa-door-open:before {
	content: "\f52b";
}

.fa-dot-circle:before {
	content: "\f192";
}

.fa-dove:before {
	content: "\f4ba";
}

.fa-download:before {
	content: "\f019";
}

.fa-draft2digital:before {
	content: "\f396";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-dribbble-square:before {
	content: "\f397";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-dumbbell:before {
	content: "\f44b";
}

.fa-dyalog:before {
	content: "\f399";
}

.fa-earlybirds:before {
	content: "\f39a";
}

.fa-ebay:before {
	content: "\f4f4";
}

.fa-edge:before {
	content: "\f282";
}

.fa-edit:before {
	content: "\f044";
}

.fa-eject:before {
	content: "\f052";
}

.fa-elementor:before {
	content: "\f430";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-ember:before {
	content: "\f423";
}

.fa-empire:before {
	content: "\f1d1";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-envira:before {
	content: "\f299";
}

.fa-equals:before {
	content: "\f52c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-erlang:before {
	content: "\f39d";
}

.fa-ethereum:before {
	content: "\f42e";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-euro-sign:before {
	content: "\f153";
}

.fa-exchange-alt:before {
	content: "\f362";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-expand:before {
	content: "\f065";
}

.fa-expand-arrows-alt:before {
	content: "\f31e";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-external-link-alt:before {
	content: "\f35d";
}

.fa-external-link-square-alt:before {
	content: "\f360";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-dropper:before {
	content: "\f1fb";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-facebook-messenger:before {
	content: "\f39f";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-feather:before {
	content: "\f52d";
}

.fa-female:before {
	content: "\f182";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-alt:before {
	content: "\f15c";
}

.fa-file-archive:before {
	content: "\f1c6";
}

.fa-file-audio:before {
	content: "\f1c7";
}

.fa-file-code:before {
	content: "\f1c9";
}

.fa-file-excel:before {
	content: "\f1c3";
}

.fa-file-image:before {
	content: "\f1c5";
}

.fa-file-medical:before {
	content: "\f477";
}

.fa-file-medical-alt:before {
	content: "\f478";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-file-powerpoint:before {
	content: "\f1c4";
}

.fa-file-video:before {
	content: "\f1c8";
}

.fa-file-word:before {
	content: "\f1c2";
}

.fa-film:before {
	content: "\f008";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-first-aid:before {
	content: "\f479";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-first-order-alt:before {
	content: "\f50a";
}

.fa-firstdraft:before {
	content: "\f3a1";
}

.fa-flag:before {
	content: "\f024";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-flipboard:before {
	content: "\f44d";
}

.fa-fly:before {
	content: "\f417";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-font:before {
	content: "\f031";
}

.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-font-awesome-alt:before {
	content: "\f35c";
}

.fa-font-awesome-flag:before {
	content: "\f425";
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-fonticons-fi:before {
	content: "\f3a2";
}

.fa-football-ball:before {
	content: "\f44e";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-fort-awesome-alt:before {
	content: "\f3a3";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-freebsd:before {
	content: "\f3a4";
}

.fa-frog:before {
	content: "\f52e";
}

.fa-frown:before {
	content: "\f119";
}

.fa-fulcrum:before {
	content: "\f50b";
}

.fa-futbol:before {
	content: "\f1e3";
}

.fa-galactic-republic:before {
	content: "\f50c";
}

.fa-galactic-senate:before {
	content: "\f50d";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-gas-pump:before {
	content: "\f52f";
}

.fa-gavel:before {
	content: "\f0e3";
}

.fa-gem:before {
	content: "\f3a5";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-github:before {
	content: "\f09b";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-gitkraken:before {
	content: "\f3a6";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-gitter:before {
	content: "\f426";
}

.fa-glass-martini:before {
	content: "\f000";
}

.fa-glasses:before {
	content: "\f530";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-gofore:before {
	content: "\f3a7";
}

.fa-golf-ball:before {
	content: "\f450";
}

.fa-goodreads:before {
	content: "\f3a8";
}

.fa-goodreads-g:before {
	content: "\f3a9";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-google-drive:before {
	content: "\f3aa";
}

.fa-google-play:before {
	content: "\f3ab";
}

.fa-google-plus:before {
	content: "\f2b3";
}

.fa-google-plus-g:before {
	content: "\f0d5";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-gratipay:before {
	content: "\f184";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-greater-than:before {
	content: "\f531";
}

.fa-greater-than-equal:before {
	content: "\f532";
}

.fa-gripfire:before {
	content: "\f3ac";
}

.fa-grunt:before {
	content: "\f3ad";
}

.fa-gulp:before {
	content: "\f3ae";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-hacker-news-square:before {
	content: "\f3af";
}

.fa-hand-holding:before {
	content: "\f4bd";
}

.fa-hand-holding-heart:before {
	content: "\f4be";
}

.fa-hand-holding-usd:before {
	content: "\f4c0";
}

.fa-hand-lizard:before {
	content: "\f258";
}

.fa-hand-paper:before {
	content: "\f256";
}

.fa-hand-peace:before {
	content: "\f25b";
}

.fa-hand-point-down:before {
	content: "\f0a7";
}

.fa-hand-point-left:before {
	content: "\f0a5";
}

.fa-hand-point-right:before {
	content: "\f0a4";
}

.fa-hand-point-up:before {
	content: "\f0a6";
}

.fa-hand-pointer:before {
	content: "\f25a";
}

.fa-hand-rock:before {
	content: "\f255";
}

.fa-hand-scissors:before {
	content: "\f257";
}

.fa-hand-spock:before {
	content: "\f259";
}

.fa-hands:before {
	content: "\f4c2";
}

.fa-hands-helping:before {
	content: "\f4c4";
}

.fa-handshake:before {
	content: "\f2b5";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-hdd:before {
	content: "\f0a0";
}

.fa-heading:before {
	content: "\f1dc";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-heart:before {
	content: "\f004";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-helicopter:before {
	content: "\f533";
}

.fa-hips:before {
	content: "\f452";
}

.fa-hire-a-helper:before {
	content: "\f3b0";
}

.fa-history:before {
	content: "\f1da";
}

.fa-hockey-puck:before {
	content: "\f453";
}

.fa-home:before {
	content: "\f015";
}

.fa-hooli:before {
	content: "\f427";
}

.fa-hospital:before {
	content: "\f0f8";
}

.fa-hospital-alt:before {
	content: "\f47d";
}

.fa-hospital-symbol:before {
	content: "\f47e";
}

.fa-hotjar:before {
	content: "\f3b1";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-start:before {
	content: "\f251";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-hubspot:before {
	content: "\f3b2";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-id-card:before {
	content: "\f2c2";
}

.fa-id-card-alt:before {
	content: "\f47f";
}

.fa-image:before {
	content: "\f03e";
}

.fa-images:before {
	content: "\f302";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-industry:before {
	content: "\f275";
}

.fa-infinity:before {
	content: "\f534";
}

.fa-info:before {
	content: "\f129";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-italic:before {
	content: "\f033";
}

.fa-itunes:before {
	content: "\f3b4";
}

.fa-itunes-note:before {
	content: "\f3b5";
}

.fa-java:before {
	content: "\f4e4";
}

.fa-jedi-order:before {
	content: "\f50e";
}

.fa-jenkins:before {
	content: "\f3b6";
}

.fa-joget:before {
	content: "\f3b7";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-js:before {
	content: "\f3b8";
}

.fa-js-square:before {
	content: "\f3b9";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-key:before {
	content: "\f084";
}

.fa-keybase:before {
	content: "\f4f5";
}

.fa-keyboard:before {
	content: "\f11c";
}

.fa-keycdn:before {
	content: "\f3ba";
}

.fa-kickstarter:before {
	content: "\f3bb";
}

.fa-kickstarter-k:before {
	content: "\f3bc";
}

.fa-kiwi-bird:before {
	content: "\f535";
}

.fa-korvue:before {
	content: "\f42f";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-laravel:before {
	content: "\f3bd";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-lemon:before {
	content: "\f094";
}

.fa-less:before {
	content: "\f41d";
}

.fa-less-than:before {
	content: "\f536";
}

.fa-less-than-equal:before {
	content: "\f537";
}

.fa-level-down-alt:before {
	content: "\f3be";
}

.fa-level-up-alt:before {
	content: "\f3bf";
}

.fa-life-ring:before {
	content: "\f1cd";
}

.fa-lightbulb:before {
	content: "\f0eb";
}

.fa-line:before {
	content: "\f3c0";
}

.fa-link:before {
	content: "\f0c1";
}

.fa-linkedin:before {
	content: "\f08c";
}

.fa-linkedin-in:before {
	content: "\f0e1";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-lira-sign:before {
	content: "\f195";
}

.fa-list:before {
	content: "\f03a";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-lock:before {
	content: "\f023";
}

.fa-lock-open:before {
	content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
	content: "\f309";
}

.fa-long-arrow-alt-left:before {
	content: "\f30a";
}

.fa-long-arrow-alt-right:before {
	content: "\f30b";
}

.fa-long-arrow-alt-up:before {
	content: "\f30c";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-lyft:before {
	content: "\f3c3";
}

.fa-magento:before {
	content: "\f3c4";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-male:before {
	content: "\f183";
}

.fa-mandalorian:before {
	content: "\f50f";
}

.fa-map:before {
	content: "\f279";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-map-marker-alt:before {
	content: "\f3c5";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mastodon:before {
	content: "\f4f6";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-medapps:before {
	content: "\f3c6";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-medium-m:before {
	content: "\f3c7";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-medrt:before {
	content: "\f3c8";
}

.fa-meetup:before {
	content: "\f2e0";
}

.fa-meh:before {
	content: "\f11a";
}

.fa-memory:before {
	content: "\f538";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-alt:before {
	content: "\f3c9";
}

.fa-microphone-alt-slash:before {
	content: "\f539";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-microsoft:before {
	content: "\f3ca";
}

.fa-minus:before {
	content: "\f068";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-mix:before {
	content: "\f3cb";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-mizuni:before {
	content: "\f3cc";
}

.fa-mobile:before {
	content: "\f10b";
}

.fa-mobile-alt:before {
	content: "\f3cd";
}

.fa-modx:before {
	content: "\f285";
}

.fa-monero:before {
	content: "\f3d0";
}

.fa-money-bill:before {
	content: "\f0d6";
}

.fa-money-bill-alt:before {
	content: "\f3d1";
}

.fa-money-bill-wave:before {
	content: "\f53a";
}

.fa-money-bill-wave-alt:before {
	content: "\f53b";
}

.fa-money-check:before {
	content: "\f53c";
}

.fa-money-check-alt:before {
	content: "\f53d";
}

.fa-moon:before {
	content: "\f186";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-music:before {
	content: "\f001";
}

.fa-napster:before {
	content: "\f3d2";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-newspaper:before {
	content: "\f1ea";
}

.fa-nintendo-switch:before {
	content: "\f418";
}

.fa-node:before {
	content: "\f419";
}

.fa-node-js:before {
	content: "\f3d3";
}

.fa-not-equal:before {
	content: "\f53e";
}

.fa-notes-medical:before {
	content: "\f481";
}

.fa-npm:before {
	content: "\f3d4";
}

.fa-ns8:before {
	content: "\f3d5";
}

.fa-nutritionix:before {
	content: "\f3d6";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-old-republic:before {
	content: "\f510";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-osi:before {
	content: "\f41a";
}

.fa-outdent:before {
	content: "\f03b";
}

.fa-page4:before {
	content: "\f3d7";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-palette:before {
	content: "\f53f";
}

.fa-palfed:before {
	content: "\f3d8";
}

.fa-pallet:before {
	content: "\f482";
}

.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-parachute-box:before {
	content: "\f4cd";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-parking:before {
	content: "\f540";
}

.fa-paste:before {
	content: "\f0ea";
}

.fa-patreon:before {
	content: "\f3d9";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-pen-square:before {
	content: "\f14b";
}

.fa-pencil-alt:before {
	content: "\f303";
}

.fa-people-carry:before {
	content: "\f4ce";
}

.fa-percent:before {
	content: "\f295";
}

.fa-percentage:before {
	content: "\f541";
}

.fa-periscope:before {
	content: "\f3da";
}

.fa-phabricator:before {
	content: "\f3db";
}

.fa-phoenix-framework:before {
	content: "\f3dc";
}

.fa-phoenix-squadron:before {
	content: "\f511";
}

.fa-phone:before {
	content: "\f095";
}

.fa-phone-slash:before {
	content: "\f3dd";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-phone-volume:before {
	content: "\f2a0";
}

.fa-php:before {
	content: "\f457";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-pied-piper-hat:before {
	content: "\f4e5";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-piggy-bank:before {
	content: "\f4d3";
}

.fa-pills:before {
	content: "\f484";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-plane:before {
	content: "\f072";
}

.fa-play:before {
	content: "\f04b";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-playstation:before {
	content: "\f3df";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-plus:before {
	content: "\f067";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-poo:before {
	content: "\f2fe";
}

.fa-portrait:before {
	content: "\f3e0";
}

.fa-pound-sign:before {
	content: "\f154";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-prescription-bottle:before {
	content: "\f485";
}

.fa-prescription-bottle-alt:before {
	content: "\f486";
}

.fa-print:before {
	content: "\f02f";
}

.fa-procedures:before {
	content: "\f487";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-project-diagram:before {
	content: "\f542";
}

.fa-pushed:before {
	content: "\f3e1";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-python:before {
	content: "\f3e2";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-question:before {
	content: "\f128";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-quidditch:before {
	content: "\f458";
}

.fa-quinscape:before {
	content: "\f459";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-r-project:before {
	content: "\f4f7";
}

.fa-random:before {
	content: "\f074";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-react:before {
	content: "\f41b";
}

.fa-readme:before {
	content: "\f4d5";
}

.fa-rebel:before {
	content: "\f1d0";
}

.fa-receipt:before {
	content: "\f543";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-red-river:before {
	content: "\f3e3";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-redo:before {
	content: "\f01e";
}

.fa-redo-alt:before {
	content: "\f2f9";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-rendact:before {
	content: "\f3e4";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-reply:before {
	content: "\f3e5";
}

.fa-reply-all:before {
	content: "\f122";
}

.fa-replyd:before {
	content: "\f3e6";
}

.fa-researchgate:before {
	content: "\f4f8";
}

.fa-resolving:before {
	content: "\f3e7";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-ribbon:before {
	content: "\f4d6";
}

.fa-road:before {
	content: "\f018";
}

.fa-robot:before {
	content: "\f544";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-rocketchat:before {
	content: "\f3e8";
}

.fa-rockrms:before {
	content: "\f3e9";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-ruble-sign:before {
	content: "\f158";
}

.fa-ruler:before {
	content: "\f545";
}

.fa-ruler-combined:before {
	content: "\f546";
}

.fa-ruler-horizontal:before {
	content: "\f547";
}

.fa-ruler-vertical:before {
	content: "\f548";
}

.fa-rupee-sign:before {
	content: "\f156";
}

.fa-safari:before {
	content: "\f267";
}

.fa-sass:before {
	content: "\f41e";
}

.fa-save:before {
	content: "\f0c7";
}

.fa-schlix:before {
	content: "\f3ea";
}

.fa-school:before {
	content: "\f549";
}

.fa-screwdriver:before {
	content: "\f54a";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-search:before {
	content: "\f002";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-searchengin:before {
	content: "\f3eb";
}

.fa-seedling:before {
	content: "\f4d8";
}

.fa-sellcast:before {
	content: "\f2da";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-server:before {
	content: "\f233";
}

.fa-servicestack:before {
	content: "\f3ec";
}

.fa-share:before {
	content: "\f064";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-shekel-sign:before {
	content: "\f20b";
}

.fa-shield-alt:before {
	content: "\f3ed";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-shipping-fast:before {
	content: "\f48b";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-shoe-prints:before {
	content: "\f54b";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-shopping-cart:before {
	font-size: 33px;
    font-family: 'Linearicons-Free';
    display: block;
    font-weight: bold;
    content: "\002B";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-sign:before {
	content: "\f4d9";
}

.fa-sign-in-alt:before {
	content: "\f2f6";
}

.fa-sign-language:before {
	content: "\f2a7";
}

.fa-sign-out-alt:before {
	content: "\f2f5";
}

.fa-signal:before {
	content: "\f012";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-sistrix:before {
	content: "\f3ee";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-sith:before {
	content: "\f512";
}

.fa-skull:before {
	content: "\f54c";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-slack:before {
	content: "\f198";
}

.fa-slack-hash:before {
	content: "\f3ef";
}

.fa-sliders-h:before {
	content: "\f1de";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-smile:before {
	content: "\f118";
}

.fa-smoking:before {
	content: "\f48d";
}

.fa-smoking-ban:before {
	content: "\f54d";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-snowflake:before {
	content: "\f2dc";
}

.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-alpha-down:before {
	content: "\f15d";
}

.fa-sort-alpha-up:before {
	content: "\f15e";
}

.fa-sort-amount-down:before {
	content: "\f160";
}

.fa-sort-amount-up:before {
	content: "\f161";
}

.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-numeric-down:before {
	content: "\f162";
}

.fa-sort-numeric-up:before {
	content: "\f163";
}

.fa-sort-up:before {
	content: "\f0de";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-speakap:before {
	content: "\f3f3";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-square-full:before {
	content: "\f45c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-staylinked:before {
	content: "\f3f5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-steam-symbol:before {
	content: "\f3f6";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-sticker-mule:before {
	content: "\f3f7";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stopwatch:before {
	content: "\f2f2";
}

.fa-store:before {
	content: "\f54e";
}

.fa-store-alt:before {
	content: "\f54f";
}

.fa-strava:before {
	content: "\f428";
}

.fa-stream:before {
	content: "\f550";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-stripe:before {
	content: "\f429";
}

.fa-stripe-s:before {
	content: "\f42a";
}

.fa-stroopwafel:before {
	content: "\f551";
}

.fa-studiovinari:before {
	content: "\f3f8";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-subway:before {
	content: "\f239";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-sun:before {
	content: "\f185";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-supple:before {
	content: "\f3f9";
}

.fa-sync:before {
	content: "\f021";
}

.fa-sync-alt:before {
	content: "\f2f1";
}

.fa-syringe:before {
	content: "\f48e";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-table-tennis:before {
	content: "\f45d";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-tablet-alt:before {
	content: "\f3fa";
}

.fa-tablets:before {
	content: "\f490";
}

.fa-tachometer-alt:before {
	content: "\f3fd";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-tape:before {
	content: "\f4db";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-taxi:before {
	content: "\f1ba";
}

.fa-teamspeak:before {
	content: "\f4f9";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-telegram-plane:before {
	content: "\f3fe";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-thermometer:before {
	content: "\f491";
}

.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbtack:before {
	content: "\f08d";
}

.fa-ticket-alt:before {
	content: "\f3ff";
}

.fa-times:before {
	content: "\f00d";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-tint:before {
	content: "\f043";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-toolbox:before {
	content: "\f552";
}

.fa-trade-federation:before {
	content: "\f513";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-train:before {
	content: "\f238";
}

.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-trash-alt:before {
	content: "\f2ed";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-trello:before {
	content: "\f181";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-truck-loading:before {
	content: "\f4de";
}

.fa-truck-moving:before {
	content: "\f4df";
}

.fa-tshirt:before {
	content: "\f553";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-tv:before {
	content: "\f26c";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-typo3:before {
	content: "\f42b";
}

.fa-uber:before {
	content: "\f402";
}

.fa-uikit:before {
	content: "\f403";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-undo:before {
	content: "\f0e2";
}

.fa-undo-alt:before {
	content: "\f2ea";
}

.fa-uniregistry:before {
	content: "\f404";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-university:before {
	content: "\f19c";
}

.fa-unlink:before {
	content: "\f127";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-untappd:before {
	content: "\f405";
}

.fa-upload:before {
	content: "\f093";
}

.fa-usb:before {
	content: "\f287";
}

.fa-user:before {
	content: "\f007";
}

.fa-user-alt:before {
	content: "\f406";
}

.fa-user-alt-slash:before {
	content: "\f4fa";
}

.fa-user-astronaut:before {
	content: "\f4fb";
}

.fa-user-check:before {
	content: "\f4fc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-clock:before {
	content: "\f4fd";
}

.fa-user-cog:before {
	content: "\f4fe";
}

.fa-user-edit:before {
	content: "\f4ff";
}

.fa-user-friends:before {
	content: "\f500";
}

.fa-user-graduate:before {
	content: "\f501";
}

.fa-user-lock:before {
	content: "\f502";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-user-minus:before {
	content: "\f503";
}

.fa-user-ninja:before {
	content: "\f504";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-user-shield:before {
	content: "\f505";
}

.fa-user-slash:before {
	content: "\f506";
}

.fa-user-tag:before {
	content: "\f507";
}

.fa-user-tie:before {
	content: "\f508";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-users:before {
	content: "\f0c0";
}

.fa-users-cog:before {
	content: "\f509";
}

.fa-ussunnah:before {
	content: "\f407";
}

.fa-utensil-spoon:before {
	content: "\f2e5";
}

.fa-utensils:before {
	content: "\f2e7";
}

.fa-vaadin:before {
	content: "\f408";
}

.fa-venus:before {
	content: "\f221";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-vial:before {
	content: "\f492";
}

.fa-vials:before {
	content: "\f493";
}

.fa-viber:before {
	content: "\f409";
}

.fa-video:before {
	content: "\f03d";
}

.fa-video-slash:before {
	content: "\f4e2";
}

.fa-vimeo:before {
	content: "\f40a";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-vimeo-v:before {
	content: "\f27d";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-vk:before {
	content: "\f189";
}

.fa-vnv:before {
	content: "\f40b";
}

.fa-volleyball-ball:before {
	content: "\f45f";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-vuejs:before {
	content: "\f41f";
}

.fa-walking:before {
	content: "\f554";
}

.fa-wallet:before {
	content: "\f555";
}

.fa-warehouse:before {
	content: "\f494";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-weight:before {
	content: "\f496";
}

.fa-weixin:before {
	content: "\f1d7";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-whatsapp-square:before {
	content: "\f40c";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-whmcs:before {
	content: "\f40d";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-window-close:before {
	content: "\f410";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-wine-glass:before {
	content: "\f4e3";
}

.fa-wolf-pack-battalion:before {
	content: "\f514";
}

.fa-won-sign:before {
	content: "\f159";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-wordpress-simple:before {
	content: "\f411";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-x-ray:before {
	content: "\f497";
}

.fa-xbox:before {
	content: "\f412";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-y-combinator:before {
	content: "\f23b";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-yandex:before {
	content: "\f413";
}

.fa-yandex-international:before {
	content: "\f414";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-yen-sign:before {
	content: "\f157";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-youtube-square:before {
	content: "\f431";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	src: url("../css/webfonts/fa-brands-400.eot");
	src: url("../css/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/fa-brands-400.woff2") format("woff2"), url("../css/webfonts/fa-brands-400.woff") format("woff"), url("../css/webfonts/fa-brands-400.ttf") format("truetype"), url("../css/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
	font-family: 'Font Awesome 5 Brands';
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	src: url("../css/webfonts/fa-regular-400.eot");
	src: url("../css/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/fa-regular-400.woff2") format("woff2"), url("../css/webfonts/fa-regular-400.woff") format("woff"), url("../css/webfonts/fa-regular-400.ttf") format("truetype"), url("../css/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url("../css/webfonts/fa-solid-900.eot");
	src: url("../css/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/fa-solid-900.woff2") format("woff2"), url("../css/webfonts/fa-solid-900.woff") format("woff"), url('../css/webfonts/fa-solid-900.ttf") format("truetype'), url("../css/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

@font-face {
	font-family: 'Linearicons-Free';
	src: url("../css/webfonts/Linearicons-Free.eot?w118d");
	src: url("../css/webfonts/Linearicons-Free.eot?#iefixw118d") format("embedded-opentype"), url("../css/webfonts/Linearicons-Free.woff2?w118d") format("woff2"), url("../css/webfonts/Linearicons-Free.woff?w118d") format("woff"), url("../css/webfonts/Linearicons-Free.ttf?w118d") format("truetype"), url("../css/webfonts/Linearicons-Free.svg?w118d#Linearicons-Free") format("svg");
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
	content: "\e800";
}

.lnr-apartment:before {
	content: "\e801";
}

.lnr-pencil:before {
	content: "\e802";
}

.lnr-magic-wand:before {
	content: "\e803";
}

.lnr-drop:before {
	content: "\e804";
}

.lnr-lighter:before {
	content: "\e805";
}

.lnr-poop:before {
	content: "\e806";
}

.lnr-sun:before {
	content: "\e807";
}

.lnr-moon:before {
	content: "\e808";
}

.lnr-cloud:before {
	content: "\e809";
}

.lnr-cloud-upload:before {
	content: "\e80a";
}

.lnr-cloud-download:before {
	content: "\e80b";
}

.lnr-cloud-sync:before {
	content: "\e80c";
}

.lnr-cloud-check:before {
	content: "\e80d";
}

.lnr-database:before {
	content: "\e80e";
}

.lnr-lock:before {
	content: "\e80f";
}

.lnr-cog:before {
	content: "\e810";
}

.lnr-trash:before {
	content: "\e811";
}

.lnr-dice:before {
	content: "\e812";
}

.lnr-heart:before {
	content: "\2636";
}

.lnr-star:before {
	content: "\e814";
}

.lnr-star-half:before {
	content: "\e815";
}

.lnr-star-empty:before {
	content: "\e816";
}

.lnr-flag:before {
	content: "\e817";
}

.lnr-envelope:before {
	content: "\e818";
}

.lnr-paperclip:before {
	content: "\e819";
}

.lnr-inbox:before {
	content: "\e81a";
}

.lnr-eye:before {
	content: "\e81b";
}

.lnr-printer:before {
	content: "\e81c";
}

.lnr-file-empty:before {
	content: "\e81d";
}

.lnr-file-add:before {
	content: "\e81e";
}

.lnr-enter:before {
	content: "\e81f";
}

.lnr-exit:before {
	content: "\e820";
}

.lnr-graduation-hat:before {
	content: "\e821";
}

.lnr-license:before {
	content: "\e822";
}

.lnr-music-note:before {
	content: "\e823";
}

.lnr-film-play:before {
	content: "\e824";
}

.lnr-camera-video:before {
	content: "\e825";
}

.lnr-camera:before {
	content: "\e826";
}

.lnr-picture:before {
	content: "\e827";
}

.lnr-book:before {
	content: "\e828";
}

.lnr-bookmark:before {
	content: "\e829";
}

.lnr-user:before {
	content: "\e82a";
}

.lnr-users:before {
	content: "\e82b";
}

.lnr-shirt:before {
	content: "\e82c";
}

.lnr-store:before {
	content: "\e82d";
}

.lnr-cart:before {
	content: "\e82e";
}

.lnr-tag:before {
	content: "\e82f";
}

.lnr-phone-handset:before {
	content: "\e830";
}

.lnr-phone:before {
	content: "\e831";
}

.lnr-pushpin:before {
	content: "\e832";
}

.lnr-map-marker:before {
	content: "\e833";
}

.lnr-map:before {
	content: "\e834";
}

.lnr-location:before {
	content: "\e835";
}

.lnr-calendar-full:before {
	content: "\e836";
}

.lnr-keyboard:before {
	content: "\e837";
}

.lnr-spell-check:before {
	content: "\e838";
}

.lnr-screen:before {
	content: "\e839";
}

.lnr-smartphone:before {
	content: "\e83a";
}

.lnr-tablet:before {
	content: "\e83b";
}

.lnr-laptop:before {
	content: "\e83c";
}

.lnr-laptop-phone:before {
	content: "\e83d";
}

.lnr-power-switch:before {
	content: "\e83e";
}

.lnr-bubble:before {
	content: "\e83f";
}

.lnr-heart-pulse:before {
	content: "\e840";
}

.lnr-construction:before {
	content: "\e841";
}

.lnr-pie-chart:before {
	content: "\e842";
}

.lnr-chart-bars:before {
	content: "\e843";
}

.lnr-gift:before {
	content: "\e844";
}

.lnr-diamond:before {
	content: "\e845";
}

.lnr-linearicons:before {
	content: "\e846";
}

.lnr-dinner:before {
	content: "\e847";
}

.lnr-coffee-cup:before {
	content: "\e848";
}

.lnr-leaf:before {
	content: "\e849";
}

.lnr-paw:before {
	content: "\e84a";
}

.lnr-rocket:before {
	content: "\e84b";
}

.lnr-briefcase:before {
	content: "\e84c";
}

.lnr-bus:before {
	content: "\e84d";
}

.lnr-car:before {
	content: "\e84e";
}

.lnr-train:before {
	content: "\e84f";
}

.lnr-bicycle:before {
	content: "\e850";
}

.lnr-wheelchair:before {
	content: "\e851";
}

.lnr-select:before {
	content: "\e852";
}

.lnr-earth:before {
	content: "\e853";
}

.lnr-smile:before {
	content: "\e854";
}

.lnr-sad:before {
	content: "\e855";
}

.lnr-neutral:before {
	content: "\e856";
}

.lnr-mustache:before {
	content: "\e857";
}

.lnr-alarm:before {
	content: "\e858";
}

.lnr-bullhorn:before {
	content: "\e859";
}

.lnr-volume-high:before {
	content: "\e85a";
}

.lnr-volume-medium:before {
	content: "\e85b";
}

.lnr-volume-low:before {
	content: "\e85c";
}

.lnr-volume:before {
	content: "\e85d";
}

.lnr-mic:before {
	content: "\e85e";
}

.lnr-hourglass:before {
	content: "\e85f";
}

.lnr-undo:before {
	content: "\e860";
}

.lnr-redo:before {
	content: "\e861";
}

.lnr-sync:before {
	content: "\e862";
}

.lnr-history:before {
	content: "\e863";
}

.lnr-clock:before {
	content: "\e864";
}

.lnr-download:before {
	content: "\e865";
}

.lnr-upload:before {
	content: "\e866";
}

.lnr-enter-down:before {
	content: "\e867";
}

.lnr-exit-up:before {
	content: "\e868";
}

.lnr-bug:before {
	content: "\e869";
}

.lnr-code:before {
	content: "\e86a";
}

.lnr-link:before {
	content: "\e86b";
}

.lnr-unlink:before {
	content: "\e86c";
}

.lnr-thumbs-up:before {
	content: "\e86d";
}

.lnr-thumbs-down:before {
	content: "\e86e";
}

.lnr-magnifier:before {
	content: "\e86f";
}

.lnr-cross:before {
	content: "\e870";
}

.lnr-menu:before {
	content: "\e871";
}

.lnr-list:before {
	content: "\e872";
}

.lnr-chevron-up:before {
	content: "\e873";
}

.lnr-chevron-down:before {
	content: "\e874";
}

.lnr-chevron-left:before {
	content: "\e875";
}

.lnr-chevron-right:before {
	content: "\e876";
}

.lnr-arrow-up:before {
	content: "\e877";
}

.lnr-arrow-down:before {
	content: "\e878";
}

.lnr-arrow-left:before {
	content: "\e879";
}

.lnr-arrow-right:before {
	content: "\e87a";
}

.lnr-move:before {
	content: "\e87b";
}

.lnr-warning:before {
	content: "\e87c";
}

.lnr-question-circle:before {
	content: "\e87d";
}

.lnr-menu-circle:before {
	content: "\e87e";
}

.lnr-checkmark-circle:before {
	content: "\e87f";
}

.lnr-cross-circle:before {
	content: "\e880";
}

.lnr-plus-circle:before {
	content: "\e881";
}

.lnr-circle-minus:before {
	content: "\e882";
}

.lnr-arrow-up-circle:before {
	content: "\e883";
}

.lnr-arrow-down-circle:before {
	content: "\e884";
}

.lnr-arrow-left-circle:before {
	content: "\e885";
}

.lnr-arrow-right-circle:before {
	content: "\e886";
}

.lnr-chevron-up-circle:before {
	content: "\e887";
}

.lnr-chevron-down-circle:before {
	content: "\e888";
}

.lnr-chevron-left-circle:before {
	content: "\e889";
}

.lnr-chevron-right-circle:before {
	content: "\e88a";
}

.lnr-crop:before {
	content: "\e88b";
}

.lnr-frame-expand:before {
	content: "\e88c";
}

.lnr-frame-contract:before {
	content: "\e88d";
}

.lnr-layers:before {
	content: "\e88e";
}

.lnr-funnel:before {
	content: "\e88f";
}

.lnr-text-format:before {
	content: "\e890";
}

.lnr-text-format-remove:before {
	content: "\e891";
}

.lnr-text-size:before {
	content: "\e892";
}

.lnr-bold:before {
	content: "\e893";
}

.lnr-italic:before {
	content: "\e894";
}

.lnr-underline:before {
	content: "\e895";
}

.lnr-strikethrough:before {
	content: "\e896";
}

.lnr-highlight:before {
	content: "\e897";
}

.lnr-text-align-left:before {
	content: "\e898";
}

.lnr-text-align-center:before {
	content: "\e899";
}

.lnr-text-align-right:before {
	content: "\e89a";
}

.lnr-text-align-justify:before {
	content: "\e89b";
}

.lnr-line-spacing:before {
	content: "\e89c";
}

.lnr-indent-increase:before {
	content: "\e89d";
}

.lnr-indent-decrease:before {
	content: "\e89e";
}

.lnr-pilcrow:before {
	content: "\e89f";
}

.lnr-direction-ltr:before {
	content: "\e8a0";
}

.lnr-direction-rtl:before {
	content: "\e8a1";
}

.lnr-page-break:before {
	content: "\e8a2";
}

.lnr-sort-alpha-asc:before {
	content: "\e8a3";
}

.lnr-sort-amount-asc:before {
	content: "\e8a4";
}

.lnr-hand:before {
	content: "\e8a5";
}

.lnr-pointer-up:before {
	content: "\e8a6";
}

.lnr-pointer-right:before {
	content: "\e8a7";
}

.lnr-pointer-down:before {
	content: "\e8a8";
}

.lnr-pointer-left:before {
	content: "\e8a9";
}


/* Ionicons, v2.0.0 Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ https://twitter.com/benjsperry https://twitter.com/ionicframework MIT License: https://github.com/driftyco/ionicons Android-style icons originally built by Google’s Material Design Icons: https://github.com/google/material-design-icons used under CC BY http://creativecommons.org/licenses/by/4.0/ Modified icons to fit ionicon’s grid from original. */

@font-face {
	font-family: "Ionicons";
	src: url("../css/webfonts/ionicons.eot?v=2.0.0");
	src: url("../css/webfonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../css/webfonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../css/webfonts/ionicons.woff?v=2.0.0") format("woff"), url("../css/webfonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
	font-weight: normal;
	font-style: normal;
}

.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
	content: "\f101";
}

.ion-alert-circled:before {
	content: "\f100";
}

.ion-android-add:before {
	content: "\f2c7";
}

.ion-android-add-circle:before {
	content: "\f359";
}

.ion-android-alarm-clock:before {
	content: "\f35a";
}

.ion-android-alert:before {
	content: "\f35b";
}

.ion-android-apps:before {
	content: "\f35c";
}

.ion-android-archive:before {
	content: "\f2c9";
}

.ion-android-arrow-back:before {
	content: "\f2ca";
}

.ion-android-arrow-down:before {
	content: "\f35d";
}

.ion-android-arrow-dropdown:before {
	content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
	content: "\f35e";
}

.ion-android-arrow-dropleft:before {
	content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
	content: "\f360";
}

.ion-android-arrow-dropright:before {
	content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
	content: "\f362";
}

.ion-android-arrow-dropup:before {
	content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
	content: "\f364";
}

.ion-android-arrow-forward:before {
	content: "\f30f";
}

.ion-android-arrow-up:before {
	content: "\f366";
}

.ion-android-attach:before {
	content: "\f367";
}

.ion-android-bar:before {
	content: "\f368";
}

.ion-android-bicycle:before {
	content: "\f369";
}

.ion-android-boat:before {
	content: "\f36a";
}

.ion-android-bookmark:before {
	content: "\f36b";
}

.ion-android-bulb:before {
	content: "\f36c";
}

.ion-android-bus:before {
	content: "\f36d";
}

.ion-android-calendar:before {
	content: "\f2d1";
}

.ion-android-call:before {
	content: "\f2d2";
}

.ion-android-camera:before {
	content: "\f2d3";
}

.ion-android-cancel:before {
	content: "\f36e";
}

.ion-android-car:before {
	content: "\f36f";
}

.ion-android-cart:before {
	content: "\f370";
}

.ion-android-chat:before {
	content: "\f2d4";
}

.ion-android-checkbox:before {
	content: "\f374";
}

.ion-android-checkbox-blank:before {
	content: "\f371";
}

.ion-android-checkbox-outline:before {
	content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
	content: "\f372";
}

.ion-android-checkmark-circle:before {
	content: "\f375";
}

.ion-android-clipboard:before {
	content: "\f376";
}

.ion-android-close:before {
	content: "\f2d7";
}

.ion-android-cloud:before {
	content: "\f37a";
}

.ion-android-cloud-circle:before {
	content: "\f377";
}

.ion-android-cloud-done:before {
	content: "\f378";
}

.ion-android-cloud-outline:before {
	content: "\f379";
}

.ion-android-color-palette:before {
	content: "\f37b";
}

.ion-android-compass:before {
	content: "\f37c";
}

.ion-android-contact:before {
	content: "\f2d8";
}

.ion-android-contacts:before {
	content: "\f2d9";
}

.ion-android-contract:before {
	content: "\f37d";
}

.ion-android-create:before {
	content: "\f37e";
}

.ion-android-delete:before {
	content: "\f37f";
}

.ion-android-desktop:before {
	content: "\f380";
}

.ion-android-document:before {
	content: "\f381";
}

.ion-android-done:before {
	content: "\f383";
}

.ion-android-done-all:before {
	content: "\f382";
}

.ion-android-download:before {
	content: "\f2dd";
}

.ion-android-drafts:before {
	content: "\f384";
}

.ion-android-exit:before {
	content: "\f385";
}

.ion-android-expand:before {
	content: "\f386";
}

.ion-android-favorite:before {
	content: "\f388";
}

.ion-android-favorite-outline:before {
	content: "\f387";
}

.ion-android-film:before {
	content: "\f389";
}

.ion-android-folder:before {
	content: "\f2e0";
}

.ion-android-folder-open:before {
	content: "\f38a";
}

.ion-android-funnel:before {
	content: "\f38b";
}

.ion-android-globe:before {
	content: "\f38c";
}

.ion-android-hand:before {
	content: "\f2e3";
}

.ion-android-hangout:before {
	content: "\f38d";
}

.ion-android-happy:before {
	content: "\f38e";
}

.ion-android-home:before {
	content: "\f38f";
}

.ion-android-image:before {
	content: "\f2e4";
}

.ion-android-laptop:before {
	content: "\f390";
}

.ion-android-list:before {
	content: "\f391";
}

.ion-android-locate:before {
	content: "\f2e9";
}

.ion-android-lock:before {
	content: "\f392";
}

.ion-android-mail:before {
	content: "\f2eb";
}

.ion-android-map:before {
	content: "\f393";
}

.ion-android-menu:before {
	content: "\f394";
}

.ion-android-microphone:before {
	content: "\f2ec";
}

.ion-android-microphone-off:before {
	content: "\f395";
}

.ion-android-more-horizontal:before {
	content: "\f396";
}

.ion-android-more-vertical:before {
	content: "\f397";
}

.ion-android-navigate:before {
	content: "\f398";
}

.ion-android-notifications:before {
	content: "\f39b";
}

.ion-android-notifications-none:before {
	content: "\f399";
}

.ion-android-notifications-off:before {
	content: "\f39a";
}

.ion-android-open:before {
	content: "\f39c";
}

.ion-android-options:before {
	content: "\f39d";
}

.ion-android-people:before {
	content: "\f39e";
}

.ion-android-person:before {
	content: "\f3a0";
}

.ion-android-person-add:before {
	content: "\f39f";
}

.ion-android-phone-landscape:before {
	content: "\f3a1";
}

.ion-android-phone-portrait:before {
	content: "\f3a2";
}

.ion-android-pin:before {
	content: "\f3a3";
}

.ion-android-plane:before {
	content: "\f3a4";
}

.ion-android-playstore:before {
	content: "\f2f0";
}

.ion-android-print:before {
	content: "\f3a5";
}

.ion-android-radio-button-off:before {
	content: "\f3a6";
}

.ion-android-radio-button-on:before {
	content: "\f3a7";
}

.ion-android-refresh:before {
	content: "\f3a8";
}

.ion-android-remove:before {
	content: "\f2f4";
}

.ion-android-remove-circle:before {
	content: "\f3a9";
}

.ion-android-restaurant:before {
	content: "\f3aa";
}

.ion-android-sad:before {
	content: "\f3ab";
}

.ion-android-search:before {
	content: "\f2f5";
}

.ion-android-send:before {
	content: "\f2f6";
}

.ion-android-settings:before {
	content: "\f2f7";
}

.ion-android-share:before {
	content: "\f2f8";
}

.ion-android-share-alt:before {
	content: "\f3ac";
}

.ion-android-star:before {
	content: "\f2fc";
}

.ion-android-star-half:before {
	content: "\f3ad";
}

.ion-android-star-outline:before {
	content: "\f3ae";
}

.ion-android-stopwatch:before {
	content: "\f2fd";
}

.ion-android-subway:before {
	content: "\f3af";
}

.ion-android-sunny:before {
	content: "\f3b0";
}

.ion-android-sync:before {
	content: "\f3b1";
}

.ion-android-textsms:before {
	content: "\f3b2";
}

.ion-android-time:before {
	content: "\f3b3";
}

.ion-android-train:before {
	content: "\f3b4";
}

.ion-android-unlock:before {
	content: "\f3b5";
}

.ion-android-upload:before {
	content: "\f3b6";
}

.ion-android-volume-down:before {
	content: "\f3b7";
}

.ion-android-volume-mute:before {
	content: "\f3b8";
}

.ion-android-volume-off:before {
	content: "\f3b9";
}

.ion-android-volume-up:before {
	content: "\f3ba";
}

.ion-android-walk:before {
	content: "\f3bb";
}

.ion-android-warning:before {
	content: "\f3bc";
}

.ion-android-watch:before {
	content: "\f3bd";
}

.ion-android-wifi:before {
	content: "\f305";
}

.ion-aperture:before {
	content: "\f313";
}

.ion-archive:before {
	content: "\f102";
}

.ion-arrow-down-a:before {
	content: "\f103";
}

.ion-arrow-down-b:before {
	content: "\f104";
}

.ion-arrow-down-c:before {
	content: "\f105";
}

.ion-arrow-expand:before {
	content: "\f25e";
}

.ion-arrow-graph-down-left:before {
	content: "\f25f";
}

.ion-arrow-graph-down-right:before {
	content: "\f260";
}

.ion-arrow-graph-up-left:before {
	content: "\f261";
}

.ion-arrow-graph-up-right:before {
	content: "\f262";
}

.ion-arrow-left-a:before {
	content: "\f106";
}

.ion-arrow-left-b:before {
	content: "\f107";
}

.ion-arrow-left-c:before {
	content: "\f108";
}

.ion-arrow-move:before {
	content: "\f263";
}

.ion-arrow-resize:before {
	content: "\f264";
}

.ion-arrow-return-left:before {
	content: "\f265";
}

.ion-arrow-return-right:before {
	content: "\f266";
}

.ion-arrow-right-a:before {
	content: "\f109";
}

.ion-arrow-right-b:before {
	content: "\f10a";
}

.ion-arrow-right-c:before {
	content: "\f10b";
}

.ion-arrow-shrink:before {
	content: "\f267";
}

.ion-arrow-swap:before {
	content: "\f268";
}

.ion-arrow-up-a:before {
	content: "\f10c";
}

.ion-arrow-up-b:before {
	content: "\f10d";
}

.ion-arrow-up-c:before {
	content: "\f10e";
}

.ion-asterisk:before {
	content: "\f314";
}

.ion-at:before {
	content: "\f10f";
}

.ion-backspace:before {
	content: "\f3bf";
}

.ion-backspace-outline:before {
	content: "\f3be";
}

.ion-bag:before {
	content: "\f110";
}

.ion-battery-charging:before {
	content: "\f111";
}

.ion-battery-empty:before {
	content: "\f112";
}

.ion-battery-full:before {
	content: "\f113";
}

.ion-battery-half:before {
	content: "\f114";
}

.ion-battery-low:before {
	content: "\f115";
}

.ion-beaker:before {
	content: "\f269";
}

.ion-beer:before {
	content: "\f26a";
}

.ion-bluetooth:before {
	content: "\f116";
}

.ion-bonfire:before {
	content: "\f315";
}

.ion-bookmark:before {
	content: "\f26b";
}

.ion-bowtie:before {
	content: "\f3c0";
}

.ion-briefcase:before {
	content: "\f26c";
}

.ion-bug:before {
	content: "\f2be";
}

.ion-calculator:before {
	content: "\f26d";
}

.ion-calendar:before {
	content: "\f117";
}

.ion-camera:before {
	content: "\f118";
}

.ion-card:before {
	content: "\f119";
}

.ion-cash:before {
	content: "\f316";
}

.ion-chatbox:before {
	content: "\f11b";
}

.ion-chatbox-working:before {
	content: "\f11a";
}

.ion-chatboxes:before {
	content: "\f11c";
}

.ion-chatbubble:before {
	content: "\f11e";
}

.ion-chatbubble-working:before {
	content: "\f11d";
}

.ion-chatbubbles:before {
	content: "\f11f";
}

.ion-checkmark:before {
	content: "\f122";
}

.ion-checkmark-circled:before {
	content: "\f120";
}

.ion-checkmark-round:before {
	content: "\f121";
}

.ion-chevron-down:before {
	content: "\f123";
}

.ion-chevron-left:before {
	content: "\f124";
}

.ion-chevron-right:before {
	content: "\f125";
}

.ion-chevron-up:before {
	content: "\f126";
}

.ion-clipboard:before {
	content: "\f127";
}

.ion-clock:before {
	content: "\f26e";
}

.ion-close:before {
	content: "\f12a";
}

.ion-close-circled:before {
	content: "\f128";
}

.ion-close-round:before {
	content: "\f129";
}

.ion-closed-captioning:before {
	content: "\f317";
}

.ion-cloud:before {
	content: "\f12b";
}

.ion-code:before {
	content: "\f271";
}

.ion-code-download:before {
	content: "\f26f";
}

.ion-code-working:before {
	content: "\f270";
}

.ion-coffee:before {
	content: "\f272";
}

.ion-compass:before {
	content: "\f273";
}

.ion-compose:before {
	content: "\f12c";
}

.ion-connection-bars:before {
	content: "\f274";
}

.ion-contrast:before {
	content: "\f275";
}

.ion-crop:before {
	content: "\f3c1";
}

.ion-cube:before {
	content: "\f318";
}

.ion-disc:before {
	content: "\f12d";
}

.ion-document:before {
	content: "\f12f";
}

.ion-document-text:before {
	content: "\f12e";
}

.ion-drag:before {
	content: "\f130";
}

.ion-earth:before {
	content: "\f276";
}

.ion-easel:before {
	content: "\f3c2";
}

.ion-edit:before {
	content: "\f2bf";
}

.ion-egg:before {
	content: "\f277";
}

.ion-eject:before {
	content: "\f131";
}

.ion-email:before {
	content: "\f132";
}

.ion-email-unread:before {
	content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
	content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
	content: "\f3c4";
}

.ion-eye:before {
	content: "\f133";
}

.ion-eye-disabled:before {
	content: "\f306";
}

.ion-female:before {
	content: "\f278";
}

.ion-filing:before {
	content: "\f134";
}

.ion-film-marker:before {
	content: "\f135";
}

.ion-fireball:before {
	content: "\f319";
}

.ion-flag:before {
	content: "\f279";
}

.ion-flame:before {
	content: "\f31a";
}

.ion-flash:before {
	content: "\f137";
}

.ion-flash-off:before {
	content: "\f136";
}

.ion-folder:before {
	content: "\f139";
}

.ion-fork:before {
	content: "\f27a";
}

.ion-fork-repo:before {
	content: "\f2c0";
}

.ion-forward:before {
	content: "\f13a";
}

.ion-funnel:before {
	content: "\f31b";
}

.ion-gear-a:before {
	content: "\f13d";
}

.ion-gear-b:before {
	content: "\f13e";
}

.ion-grid:before {
	content: "\f13f";
}

.ion-hammer:before {
	content: "\f27b";
}

.ion-happy:before {
	content: "\f31c";
}

.ion-happy-outline:before {
	content: "\f3c6";
}

.ion-headphone:before {
	content: "\f140";
}

.ion-heart:before {
	content: "\f141";
}

.ion-heart-broken:before {
	content: "\f31d";
}

.ion-help:before {
	content: "\f143";
}

.ion-help-buoy:before {
	content: "\f27c";
}

.ion-help-circled:before {
	content: "\f142";
}

.ion-home:before {
	content: "\f144";
}

.ion-icecream:before {
	content: "\f27d";
}

.ion-image:before {
	content: "\f147";
}

.ion-images:before {
	content: "\f148";
}

.ion-information:before {
	content: "\f14a";
}

.ion-information-circled:before {
	content: "\f149";
}

.ion-ionic:before {
	content: "\f14b";
}

.ion-ios-alarm:before {
	content: "\f3c8";
}

.ion-ios-alarm-outline:before {
	content: "\f3c7";
}

.ion-ios-albums:before {
	content: "\f3ca";
}

.ion-ios-albums-outline:before {
	content: "\f3c9";
}

.ion-ios-americanfootball:before {
	content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
	content: "\f3cb";
}

.ion-ios-analytics:before {
	content: "\f3ce";
}

.ion-ios-analytics-outline:before {
	content: "\f3cd";
}

.ion-ios-arrow-back:before {
	content: "\f3cf";
}

.ion-ios-arrow-down:before {
	content: "\f3d0";
}

.ion-ios-arrow-forward:before {
	content: "\f3d1";
}

.ion-ios-arrow-left:before {
	content: "\f3d2";
}

.ion-ios-arrow-right:before {
	content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
	content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
	content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
	content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
	content: "\f3d7";
}

.ion-ios-arrow-up:before {
	content: "\f3d8";
}

.ion-ios-at:before {
	content: "\f3da";
}

.ion-ios-at-outline:before {
	content: "\f3d9";
}

.ion-ios-barcode:before {
	content: "\f3dc";
}

.ion-ios-barcode-outline:before {
	content: "\f3db";
}

.ion-ios-baseball:before {
	content: "\f3de";
}

.ion-ios-baseball-outline:before {
	content: "\f3dd";
}

.ion-ios-basketball:before {
	content: "\f3e0";
}

.ion-ios-basketball-outline:before {
	content: "\f3df";
}

.ion-ios-bell:before {
	content: "\f3e2";
}

.ion-ios-bell-outline:before {
	content: "\f3e1";
}

.ion-ios-body:before {
	content: "\f3e4";
}

.ion-ios-body-outline:before {
	content: "\f3e3";
}

.ion-ios-bolt:before {
	content: "\f3e6";
}

.ion-ios-bolt-outline:before {
	content: "\f3e5";
}

.ion-ios-book:before {
	content: "\f3e8";
}

.ion-ios-book-outline:before {
	content: "\f3e7";
}

.ion-ios-bookmarks:before {
	content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
	content: "\f3e9";
}

.ion-ios-box:before {
	content: "\f3ec";
}

.ion-ios-box-outline:before {
	content: "\f3eb";
}

.ion-ios-briefcase:before {
	content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
	content: "\f3ed";
}

.ion-ios-browsers:before {
	content: "\f3f0";
}

.ion-ios-browsers-outline:before {
	content: "\f3ef";
}

.ion-ios-calculator:before {
	content: "\f3f2";
}

.ion-ios-calculator-outline:before {
	content: "\f3f1";
}

.ion-ios-calendar:before {
	content: "\f3f4";
}

.ion-ios-calendar-outline:before {
	content: "\f3f3";
}

.ion-ios-camera:before {
	content: "\f3f6";
}

.ion-ios-camera-outline:before {
	content: "\f3f5";
}

.ion-ios-cart:before {
	content: "\f3f8";
}

.ion-ios-cart-outline:before {
	content: "\f3f7";
}

.ion-ios-chatboxes:before {
	content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
	content: "\f3f9";
}

.ion-ios-chatbubble:before {
	content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
	content: "\f3fb";
}

.ion-ios-checkmark:before {
	content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
	content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
	content: "\f3fe";
}

.ion-ios-circle-filled:before {
	content: "\f400";
}

.ion-ios-circle-outline:before {
	content: "\f401";
}

.ion-ios-clock:before {
	content: "\f403";
}

.ion-ios-clock-outline:before {
	content: "\f402";
}

.ion-ios-close:before {
	content: "\f406";
}

.ion-ios-close-empty:before {
	content: "\f404";
}

.ion-ios-close-outline:before {
	content: "\f405";
}

.ion-ios-cloud:before {
	content: "\f40c";
}

.ion-ios-cloud-download:before {
	content: "\f408";
}

.ion-ios-cloud-download-outline:before {
	content: "\f407";
}

.ion-ios-cloud-outline:before {
	content: "\f409";
}

.ion-ios-cloud-upload:before {
	content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
	content: "\f40a";
}

.ion-ios-cloudy:before {
	content: "\f410";
}

.ion-ios-cloudy-night:before {
	content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
	content: "\f40d";
}

.ion-ios-cloudy-outline:before {
	content: "\f40f";
}

.ion-ios-cog:before {
	content: "\f412";
}

.ion-ios-cog-outline:before {
	content: "\f411";
}

.ion-ios-color-filter:before {
	content: "\f414";
}

.ion-ios-color-filter-outline:before {
	content: "\f413";
}

.ion-ios-color-wand:before {
	content: "\f416";
}

.ion-ios-color-wand-outline:before {
	content: "\f415";
}

.ion-ios-compose:before {
	content: "\f418";
}

.ion-ios-compose-outline:before {
	content: "\f417";
}

.ion-ios-contact:before {
	content: "\f41a";
}

.ion-ios-contact-outline:before {
	content: "\f419";
}

.ion-ios-copy:before {
	content: "\f41c";
}

.ion-ios-copy-outline:before {
	content: "\f41b";
}

.ion-ios-crop:before {
	content: "\f41e";
}

.ion-ios-crop-strong:before {
	content: "\f41d";
}

.ion-ios-download:before {
	content: "\f420";
}

.ion-ios-download-outline:before {
	content: "\f41f";
}

.ion-ios-drag:before {
	content: "\f421";
}

.ion-ios-email:before {
	content: "\f423";
}

.ion-ios-email-outline:before {
	content: "\f422";
}

.ion-ios-eye:before {
	content: "\f425";
}

.ion-ios-eye-outline:before {
	content: "\f424";
}

.ion-ios-fastforward:before {
	content: "\f427";
}

.ion-ios-fastforward-outline:before {
	content: "\f426";
}

.ion-ios-filing:before {
	content: "\f429";
}

.ion-ios-filing-outline:before {
	content: "\f428";
}

.ion-ios-film:before {
	content: "\f42b";
}

.ion-ios-film-outline:before {
	content: "\f42a";
}

.ion-ios-flag:before {
	content: "\f42d";
}

.ion-ios-flag-outline:before {
	content: "\f42c";
}

.ion-ios-flame:before {
	content: "\f42f";
}

.ion-ios-flame-outline:before {
	content: "\f42e";
}

.ion-ios-flask:before {
	content: "\f431";
}

.ion-ios-flask-outline:before {
	content: "\f430";
}

.ion-ios-flower:before {
	content: "\f433";
}

.ion-ios-flower-outline:before {
	content: "\f432";
}

.ion-ios-folder:before {
	content: "\f435";
}

.ion-ios-folder-outline:before {
	content: "\f434";
}

.ion-ios-football:before {
	content: "\f437";
}

.ion-ios-football-outline:before {
	content: "\f436";
}

.ion-ios-game-controller-a:before {
	content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
	content: "\f438";
}

.ion-ios-game-controller-b:before {
	content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
	content: "\f43a";
}

.ion-ios-gear:before {
	content: "\f43d";
}

.ion-ios-gear-outline:before {
	content: "\f43c";
}

.ion-ios-glasses:before {
	content: "\f43f";
}

.ion-ios-glasses-outline:before {
	content: "\f43e";
}

.ion-ios-grid-view:before {
	content: "\f441";
}

.ion-ios-grid-view-outline:before {
	content: "\f440";
}

.ion-ios-heart:before {
	content: "\f443";
}

.ion-ios-heart-outline:before {
	content: "\f442";
}

.ion-ios-help:before {
	content: "\f446";
}

.ion-ios-help-empty:before {
	content: "\f444";
}

.ion-ios-help-outline:before {
	content: "\f445";
}

.ion-ios-home:before {
	content: "\f448";
}

.ion-ios-home-outline:before {
	content: "\f447";
}

.ion-ios-infinite:before {
	content: "\f44a";
}

.ion-ios-infinite-outline:before {
	content: "\f449";
}

.ion-ios-information:before {
	content: "\f44d";
}

.ion-ios-information-empty:before {
	content: "\f44b";
}

.ion-ios-information-outline:before {
	content: "\f44c";
}

.ion-ios-ionic-outline:before {
	content: "\f44e";
}

.ion-ios-keypad:before {
	content: "\f450";
}

.ion-ios-keypad-outline:before {
	content: "\f44f";
}

.ion-ios-lightbulb:before {
	content: "\f452";
}

.ion-ios-lightbulb-outline:before {
	content: "\f451";
}

.ion-ios-list:before {
	content: "\f454";
}

.ion-ios-list-outline:before {
	content: "\f453";
}

.ion-ios-location:before {
	content: "\f456";
}

.ion-ios-location-outline:before {
	content: "\f455";
}

.ion-ios-locked:before {
	content: "\f458";
}

.ion-ios-locked-outline:before {
	content: "\f457";
}

.ion-ios-loop:before {
	content: "\f45a";
}

.ion-ios-loop-strong:before {
	content: "\f459";
}

.ion-ios-medical:before {
	content: "\f45c";
}

.ion-ios-medical-outline:before {
	content: "\f45b";
}

.ion-ios-medkit:before {
	content: "\f45e";
}

.ion-ios-medkit-outline:before {
	content: "\f45d";
}

.ion-ios-mic:before {
	content: "\f461";
}

.ion-ios-mic-off:before {
	content: "\f45f";
}

.ion-ios-mic-outline:before {
	content: "\f460";
}

.ion-ios-minus:before {
	content: "\f464";
}

.ion-ios-minus-empty:before {
	content: "\f462";
}

.ion-ios-minus-outline:before {
	content: "\f463";
}

.ion-ios-monitor:before {
	content: "\f466";
}

.ion-ios-monitor-outline:before {
	content: "\f465";
}

.ion-ios-moon:before {
	content: "\f468";
}

.ion-ios-moon-outline:before {
	content: "\f467";
}

.ion-ios-more:before {
	content: "\f46a";
}

.ion-ios-more-outline:before {
	content: "\f469";
}

.ion-ios-musical-note:before {
	content: "\f46b";
}

.ion-ios-musical-notes:before {
	content: "\f46c";
}

.ion-ios-navigate:before {
	content: "\f46e";
}

.ion-ios-navigate-outline:before {
	content: "\f46d";
}

.ion-ios-nutrition:before {
	content: "\f470";
}

.ion-ios-nutrition-outline:before {
	content: "\f46f";
}

.ion-ios-paper:before {
	content: "\f472";
}

.ion-ios-paper-outline:before {
	content: "\f471";
}

.ion-ios-paperplane:before {
	content: "\f474";
}

.ion-ios-paperplane-outline:before {
	content: "\f473";
}

.ion-ios-partlysunny:before {
	content: "\f476";
}

.ion-ios-partlysunny-outline:before {
	content: "\f475";
}

.ion-ios-pause:before {
	content: "\f478";
}

.ion-ios-pause-outline:before {
	content: "\f477";
}

.ion-ios-paw:before {
	content: "\f47a";
}

.ion-ios-paw-outline:before {
	content: "\f479";
}

.ion-ios-people:before {
	content: "\f47c";
}

.ion-ios-people-outline:before {
	content: "\f47b";
}

.ion-ios-person:before {
	content: "\f47e";
}

.ion-ios-person-outline:before {
	content: "\f47d";
}

.ion-ios-personadd:before {
	content: "\f480";
}

.ion-ios-personadd-outline:before {
	content: "\f47f";
}

.ion-ios-photos:before {
	content: "\f482";
}

.ion-ios-photos-outline:before {
	content: "\f481";
}

.ion-ios-pie:before {
	content: "\f484";
}

.ion-ios-pie-outline:before {
	content: "\f483";
}

.ion-ios-pint:before {
	content: "\f486";
}

.ion-ios-pint-outline:before {
	content: "\f485";
}

.ion-ios-play:before {
	content: "\f488";
}

.ion-ios-play-outline:before {
	content: "\f487";
}

.ion-ios-plus:before {
	content: "\f48b";
}

.ion-ios-plus-empty:before {
	content: "\f489";
}

.ion-ios-plus-outline:before {
	content: "\f48a";
}

.ion-ios-pricetag:before {
	content: "\f48d";
}

.ion-ios-pricetag-outline:before {
	content: "\f48c";
}

.ion-ios-pricetags:before {
	content: "\f48f";
}

.ion-ios-pricetags-outline:before {
	content: "\f48e";
}

.ion-ios-printer:before {
	content: "\f491";
}

.ion-ios-printer-outline:before {
	content: "\f490";
}

.ion-ios-pulse:before {
	content: "\f493";
}

.ion-ios-pulse-strong:before {
	content: "\f492";
}

.ion-ios-rainy:before {
	content: "\f495";
}

.ion-ios-rainy-outline:before {
	content: "\f494";
}

.ion-ios-recording:before {
	content: "\f497";
}

.ion-ios-recording-outline:before {
	content: "\f496";
}

.ion-ios-redo:before {
	content: "\f499";
}

.ion-ios-redo-outline:before {
	content: "\f498";
}

.ion-ios-refresh:before {
	content: "\f49c";
}

.ion-ios-refresh-empty:before {
	content: "\f49a";
}

.ion-ios-refresh-outline:before {
	content: "\f49b";
}

.ion-ios-reload:before {
	content: "\f49d";
}

.ion-ios-reverse-camera:before {
	content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
	content: "\f49e";
}

.ion-ios-rewind:before {
	content: "\f4a1";
}

.ion-ios-rewind-outline:before {
	content: "\f4a0";
}

.ion-ios-rose:before {
	content: "\f4a3";
}

.ion-ios-rose-outline:before {
	content: "\f4a2";
}

.ion-ios-search:before {
	content: "\f4a5";
}

.ion-ios-search-strong:before {
	content: "\f4a4";
}

.ion-ios-settings:before {
	content: "\f4a7";
}

.ion-ios-settings-strong:before {
	content: "\f4a6";
}

.ion-ios-shuffle:before {
	content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
	content: "\f4a8";
}

.ion-ios-skipbackward:before {
	content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
	content: "\f4aa";
}

.ion-ios-skipforward:before {
	content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
	content: "\f4ac";
}

.ion-ios-snowy:before {
	content: "\f4ae";
}

.ion-ios-speedometer:before {
	content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
	content: "\f4af";
}

.ion-ios-star:before {
	content: "\f4b3";
}

.ion-ios-star-half:before {
	content: "\f4b1";
}

.ion-ios-star-outline:before {
	content: "\f4b2";
}

.ion-ios-stopwatch:before {
	content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
	content: "\f4b4";
}

.ion-ios-sunny:before {
	content: "\f4b7";
}

.ion-ios-sunny-outline:before {
	content: "\f4b6";
}

.ion-ios-telephone:before {
	content: "\f4b9";
}

.ion-ios-telephone-outline:before {
	content: "\f4b8";
}

.ion-ios-tennisball:before {
	content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
	content: "\f4ba";
}

.ion-ios-thunderstorm:before {
	content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
	content: "\f4bc";
}

.ion-ios-time:before {
	content: "\f4bf";
}

.ion-ios-time-outline:before {
	content: "\f4be";
}

.ion-ios-timer:before {
	content: "\f4c1";
}

.ion-ios-timer-outline:before {
	content: "\f4c0";
}

.ion-ios-toggle:before {
	content: "\f4c3";
}

.ion-ios-toggle-outline:before {
	content: "\f4c2";
}

.ion-ios-trash:before {
	content: "\f4c5";
}

.ion-ios-trash-outline:before {
	content: "\f4c4";
}

.ion-ios-undo:before {
	content: "\f4c7";
}

.ion-ios-undo-outline:before {
	content: "\f4c6";
}

.ion-ios-unlocked:before {
	content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
	content: "\f4c8";
}

.ion-ios-upload:before {
	content: "\f4cb";
}

.ion-ios-upload-outline:before {
	content: "\f4ca";
}

.ion-ios-videocam:before {
	content: "\f4cd";
}

.ion-ios-videocam-outline:before {
	content: "\f4cc";
}

.ion-ios-volume-high:before {
	content: "\f4ce";
}

.ion-ios-volume-low:before {
	content: "\f4cf";
}

.ion-ios-wineglass:before {
	content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
	content: "\f4d0";
}

.ion-ios-world:before {
	content: "\f4d3";
}

.ion-ios-world-outline:before {
	content: "\f4d2";
}

.ion-ipad:before {
	content: "\f1f9";
}

.ion-iphone:before {
	content: "\f1fa";
}

.ion-ipod:before {
	content: "\f1fb";
}

.ion-jet:before {
	content: "\f295";
}

.ion-key:before {
	content: "\f296";
}

.ion-knife:before {
	content: "\f297";
}

.ion-laptop:before {
	content: "\f1fc";
}

.ion-leaf:before {
	content: "\f1fd";
}

.ion-levels:before {
	content: "\f298";
}

.ion-lightbulb:before {
	content: "\f299";
}

.ion-link:before {
	content: "\f1fe";
}

.ion-load-a:before {
	content: "\f29a";
}

.ion-load-b:before {
	content: "\f29b";
}

.ion-load-c:before {
	content: "\f29c";
}

.ion-load-d:before {
	content: "\f29d";
}

.ion-location:before {
	content: "\f1ff";
}

.ion-lock-combination:before {
	content: "\f4d4";
}

.ion-locked:before {
	content: "\f200";
}

.ion-log-in:before {
	content: "\f29e";
}

.ion-log-out:before {
	content: "\f29f";
}

.ion-loop:before {
	content: "\f201";
}

.ion-magnet:before {
	content: "\f2a0";
}

.ion-male:before {
	content: "\f2a1";
}

.ion-man:before {
	content: "\f202";
}

.ion-map:before {
	content: "\f203";
}

.ion-medkit:before {
	content: "\f2a2";
}

.ion-merge:before {
	content: "\f33f";
}

.ion-mic-a:before {
	content: "\f204";
}

.ion-mic-b:before {
	content: "\f205";
}

.ion-mic-c:before {
	content: "\f206";
}

.ion-minus:before {
	content: "\f209";
}

.ion-minus-circled:before {
	content: "\f207";
}

.ion-minus-round:before {
	content: "\f208";
}

.ion-model-s:before {
	content: "\f2c1";
}

.ion-monitor:before {
	content: "\f20a";
}

.ion-more:before {
	content: "\f20b";
}

.ion-mouse:before {
	content: "\f340";
}

.ion-music-note:before {
	content: "\f20c";
}

.ion-navicon:before {
	content: "\f20e";
}

.ion-navicon-round:before {
	content: "\f20d";
}

.ion-navigate:before {
	content: "\f2a3";
}

.ion-network:before {
	content: "\f341";
}

.ion-no-smoking:before {
	content: "\f2c2";
}

.ion-nuclear:before {
	content: "\f2a4";
}

.ion-outlet:before {
	content: "\f342";
}

.ion-paintbrush:before {
	content: "\f4d5";
}

.ion-paintbucket:before {
	content: "\f4d6";
}

.ion-paper-airplane:before {
	content: "\f2c3";
}

.ion-paperclip:before {
	content: "\f20f";
}

.ion-pause:before {
	content: "\f210";
}

.ion-person:before {
	content: "\f213";
}

.ion-person-add:before {
	content: "\f211";
}

.ion-person-stalker:before {
	content: "\f212";
}

.ion-pie-graph:before {
	content: "\f2a5";
}

.ion-pin:before {
	content: "\f2a6";
}

.ion-pinpoint:before {
	content: "\f2a7";
}

.ion-pizza:before {
	content: "\f2a8";
}

.ion-plane:before {
	content: "\f214";
}

.ion-planet:before {
	content: "\f343";
}

.ion-play:before {
	content: "\f215";
}

.ion-playstation:before {
	content: "\f30a";
}

.ion-plus:before {
	content: "\f218";
}

.ion-plus-circled:before {
	content: "\f216";
}

.ion-plus-round:before {
	content: "\f217";
}

.ion-podium:before {
	content: "\f344";
}

.ion-pound:before {
	content: "\f219";
}

.ion-power:before {
	content: "\f2a9";
}

.ion-pricetag:before {
	content: "\f2aa";
}

.ion-pricetags:before {
	content: "\f2ab";
}

.ion-printer:before {
	content: "\f21a";
}

.ion-pull-request:before {
	content: "\f345";
}

.ion-qr-scanner:before {
	content: "\f346";
}

.ion-quote:before {
	content: "\f347";
}

.ion-radio-waves:before {
	content: "\f2ac";
}

.ion-record:before {
	content: "\f21b";
}

.ion-refresh:before {
	content: "\f21c";
}

.ion-reply:before {
	content: "\f21e";
}

.ion-reply-all:before {
	content: "\f21d";
}

.ion-ribbon-a:before {
	content: "\f348";
}

.ion-ribbon-b:before {
	content: "\f349";
}

.ion-sad:before {
	content: "\f34a";
}

.ion-sad-outline:before {
	content: "\f4d7";
}

.ion-scissors:before {
	content: "\f34b";
}

.ion-search:before {
	content: "\f21f";
}

.ion-settings:before {
	content: "\f2ad";
}

.ion-share:before {
	content: "\f220";
}

.ion-shuffle:before {
	content: "\f221";
}

.ion-skip-backward:before {
	content: "\f222";
}

.ion-skip-forward:before {
	content: "\f223";
}

.ion-social-android:before {
	content: "\f225";
}

.ion-social-android-outline:before {
	content: "\f224";
}

.ion-social-angular:before {
	content: "\f4d9";
}

.ion-social-angular-outline:before {
	content: "\f4d8";
}

.ion-social-apple:before {
	content: "\f227";
}

.ion-social-apple-outline:before {
	content: "\f226";
}

.ion-social-bitcoin:before {
	content: "\f2af";
}

.ion-social-bitcoin-outline:before {
	content: "\f2ae";
}

.ion-social-buffer:before {
	content: "\f229";
}

.ion-social-buffer-outline:before {
	content: "\f228";
}

.ion-social-chrome:before {
	content: "\f4db";
}

.ion-social-chrome-outline:before {
	content: "\f4da";
}

.ion-social-codepen:before {
	content: "\f4dd";
}

.ion-social-codepen-outline:before {
	content: "\f4dc";
}

.ion-social-css3:before {
	content: "\f4df";
}

.ion-social-css3-outline:before {
	content: "\f4de";
}

.ion-social-designernews:before {
	content: "\f22b";
}

.ion-social-designernews-outline:before {
	content: "\f22a";
}

.ion-social-dribbble:before {
	content: "\f22d";
}

.ion-social-dribbble-outline:before {
	content: "\f22c";
}

.ion-social-dropbox:before {
	content: "\f22f";
}

.ion-social-dropbox-outline:before {
	content: "\f22e";
}

.ion-social-euro:before {
	content: "\f4e1";
}

.ion-social-euro-outline:before {
	content: "\f4e0";
}

.ion-social-facebook:before {
	content: "\f231";
}

.ion-social-facebook-outline:before {
	content: "\f230";
}

.ion-social-foursquare:before {
	content: "\f34d";
}

.ion-social-foursquare-outline:before {
	content: "\f34c";
}

.ion-social-freebsd-devil:before {
	content: "\f2c4";
}

.ion-social-github:before {
	content: "\f233";
}

.ion-social-github-outline:before {
	content: "\f232";
}

.ion-social-google:before {
	content: "\f34f";
}

.ion-social-google-outline:before {
	content: "\f34e";
}

.ion-social-googleplus:before {
	content: "\f235";
}

.ion-social-googleplus-outline:before {
	content: "\f234";
}

.ion-social-hackernews:before {
	content: "\f237";
}

.ion-social-hackernews-outline:before {
	content: "\f236";
}

.ion-social-html5:before {
	content: "\f4e3";
}

.ion-social-html5-outline:before {
	content: "\f4e2";
}

.ion-social-instagram:before {
	content: "\f351";
}

.ion-social-instagram-outline:before {
	content: "\f350";
}

.ion-social-javascript:before {
	content: "\f4e5";
}

.ion-social-javascript-outline:before {
	content: "\f4e4";
}

.ion-social-linkedin:before {
	content: "\f239";
}

.ion-social-linkedin-outline:before {
	content: "\f238";
}

.ion-social-markdown:before {
	content: "\f4e6";
}

.ion-social-nodejs:before {
	content: "\f4e7";
}

.ion-social-octocat:before {
	content: "\f4e8";
}

.ion-social-pinterest:before {
	content: "\f2b1";
}

.ion-social-pinterest-outline:before {
	content: "\f2b0";
}

.ion-social-python:before {
	content: "\f4e9";
}

.ion-social-reddit:before {
	content: "\f23b";
}

.ion-social-reddit-outline:before {
	content: "\f23a";
}

.ion-social-rss:before {
	content: "\f23d";
}

.ion-social-rss-outline:before {
	content: "\f23c";
}

.ion-social-sass:before {
	content: "\f4ea";
}

.ion-social-skype:before {
	content: "\f23f";
}

.ion-social-skype-outline:before {
	content: "\f23e";
}

.ion-social-snapchat:before {
	content: "\f4ec";
}

.ion-social-snapchat-outline:before {
	content: "\f4eb";
}

.ion-social-tumblr:before {
	content: "\f241";
}

.ion-social-tumblr-outline:before {
	content: "\f240";
}

.ion-social-tux:before {
	content: "\f2c5";
}

.ion-social-twitch:before {
	content: "\f4ee";
}

.ion-social-twitch-outline:before {
	content: "\f4ed";
}

.ion-social-twitter:before {
	content: "\f243";
}

.ion-social-twitter-outline:before {
	content: "\f242";
}

.ion-social-usd:before {
	content: "\f353";
}

.ion-social-usd-outline:before {
	content: "\f352";
}

.ion-social-vimeo:before {
	content: "\f245";
}

.ion-social-vimeo-outline:before {
	content: "\f244";
}

.ion-social-whatsapp:before {
	content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
	content: "\f4ef";
}

.ion-social-windows:before {
	content: "\f247";
}

.ion-social-windows-outline:before {
	content: "\f246";
}

.ion-social-wordpress:before {
	content: "\f249";
}

.ion-social-wordpress-outline:before {
	content: "\f248";
}

.ion-social-yahoo:before {
	content: "\f24b";
}

.ion-social-yahoo-outline:before {
	content: "\f24a";
}

.ion-social-yen:before {
	content: "\f4f2";
}

.ion-social-yen-outline:before {
	content: "\f4f1";
}

.ion-social-youtube:before {
	content: "\f24d";
}

.ion-social-youtube-outline:before {
	content: "\f24c";
}

.ion-soup-can:before {
	content: "\f4f4";
}

.ion-soup-can-outline:before {
	content: "\f4f3";
}

.ion-speakerphone:before {
	content: "\f2b2";
}

.ion-speedometer:before {
	content: "\f2b3";
}

.ion-spoon:before {
	content: "\f2b4";
}

.ion-star:before {
	content: "\f24e";
}

.ion-stats-bars:before {
	content: "\f2b5";
}

.ion-steam:before {
	content: "\f30b";
}

.ion-stop:before {
	content: "\f24f";
}

.ion-thermometer:before {
	content: "\f2b6";
}

.ion-thumbsdown:before {
	content: "\f250";
}

.ion-thumbsup:before {
	content: "\f251";
}

.ion-toggle:before {
	content: "\f355";
}

.ion-toggle-filled:before {
	content: "\f354";
}

.ion-transgender:before {
	content: "\f4f5";
}

.ion-trash-a:before {
	content: "\f252";
}

.ion-trash-b:before {
	content: "\f253";
}

.ion-trophy:before {
	content: "\f356";
}

.ion-tshirt:before {
	content: "\f4f7";
}

.ion-tshirt-outline:before {
	content: "\f4f6";
}

.ion-umbrella:before {
	content: "\f2b7";
}

.ion-university:before {
	content: "\f357";
}

.ion-unlocked:before {
	content: "\f254";
}

.ion-upload:before {
	content: "\f255";
}

.ion-usb:before {
	content: "\f2b8";
}

.ion-videocamera:before {
	content: "\f256";
}

.ion-volume-high:before {
	content: "\f257";
}

.ion-volume-low:before {
	content: "\f258";
}

.ion-volume-medium:before {
	content: "\f259";
}

.ion-volume-mute:before {
	content: "\f25a";
}

.ion-wand:before {
	content: "\f358";
}

.ion-waterdrop:before {
	content: "\f25b";
}

.ion-wifi:before {
	content: "\f25c";
}

.ion-wineglass:before {
	content: "\f2b9";
}

.ion-woman:before {
	content: "\f25d";
}

.ion-wrench:before {
	content: "\f2ba";
}

.ion-xbox:before {
	content: "\f30c";
}

.animatetab .owl-carousel .owl-item {
	-moz-animation: zoomIn 500ms ease;
	-o-animation: zoomIn 500ms ease;
	-webkit-animation: zoomIn 500ms ease;
	animation: zoomIn 500ms ease;
}


/* fonts */


/* end fonts */


/* css jquery */


/* Slider */

.slick-loading .slick-list {
	background: white url("./ajax-loader.gif") center center no-repeat;
}


/* Icons */

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


/* Arrows */

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	z-index: 1;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-vertical .slick-prev,
.slick-vertical .slick-next {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.slick-vertical .slick-prev {
	top: -25px;
}

.slick-vertical .slick-next {
	bottom: -25px;
	top: auto;
}

.slick-vertical .slick-prev:before {
	content: "\ea35";
}

.slick-vertical [dir='rtl'] .slick-prev:before {
	content: "\ea32";
}

.slick-vertical .slick-next:before {
	content: "\ea32";
}

.slick-vertical [dir='rtl'] .slick-next:before {
	content: "\ea35";
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'Linearicons-Free';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

@media (max-width: 991px) {
	.slick-prev {
		left: -15px;
	}
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

@media (max-width: 991px) {
	[dir='rtl'] .slick-prev {
		right: -15px;
	}
}

.slick-prev:before {
	content: "\e875";
}

[dir='rtl'] .slick-prev:before {
	content: '→';
	content: "\e876";
}

.slick-next {
	right: -25px;
}

@media (max-width: 991px) {
	.slick-next {
		right: -15px;
	}
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

@media (max-width: 991px) {
	[dir='rtl'] .slick-next {
		left: -15px;
	}
}

.slick-next:before {
	content: '→';
	content: "\e876";
}

[dir='rtl'] .slick-next:before {
	content: "\e875";
}


/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}


/* Slider */

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

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	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);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

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

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

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

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

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

[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-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: black;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
	background-color: transparent;
}

.slick-lightbox .slick-prev {
	left: 15px;
}

.slick-lightbox .slick-next {
	right: 15px;
}

.slick-lightbox-hide {
	opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
	position: absolute;
	top: -9999px;
	opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.slick-lightbox-inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slick-lightbox-slick-item {
	text-align: center;
	overflow: hidden;
}

.slick-lightbox-slick-item:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
	display: block;
	text-align: center;
}

.slick-lightbox-slick-item-inner {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
}

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

.slick-lightbox-slick-caption {
	margin: 10px 0 0;
	color: white;
}

.slick-lightbox-close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
}

.slick-lightbox-close:focus {
	outline: none;
}

.slick-lightbox-close:before {
	font-family: "slick";
	font-size: 50px;
	line-height: 1;
	color: white;
	opacity: 0.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '×';
}

.slick-lightbox-close:hover:before {
	opacity: 1;
}

.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
	width: 60px;
	height: 60px;
}

.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-next:before {
	font-size: 60px;
}

@media (max-width: 767px) {
	.slick-lightbox .slick-prev,
	.slick-lightbox .slick-next {
		width: 30px;
		height: 30px;
	}
	.slick-lightbox .slick-prev:before,
	.slick-lightbox .slick-next:before {
		font-size: 30px;
	}
}


/** * EasyZoom core styles */

.easyzoom {
	position: relative;
	display: inline-block;
}

.easyzoom img {
	vertical-align: bottom;
	max-width: none;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}


/** * EasyZoom layout variations */

.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}


.prodcatHome .item-product {
	float:left;
	margin: 0 0 15px 0;
}
.prodcatHome .item-product .img_block .quick-view{
	overflow:hidden;
}
.prodcatHome .item-product .img_block img {
	display: block;
	max-width: 100%;
	-webkit-transform-style: preserve-3d;
}
.js-product-miniature:hover .img_block img {
	transform: scale(1.1);
}




.js-product-miniature:hover .add-to-links li {
	opacity: 1;
	-moz-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.js-product-miniature:hover .add-to-links li:nth-child(1) {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.js-product-miniature .add-to-links {
	position: absolute;
	top: 10px;
	right: 10px;
}

.js-product-miniature .add-to-links li {
	float: left;
	clear: both;
	height: 40px;
	opacity: 0;
	-moz-transform: scale3d(0, 0, 0);
	-webkit-transform: scale3d(0, 0, 0);
	-o-transform: scale3d(0, 0, 0);
	-ms-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}




@media (min-width: 1920px) {
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
}

@media (min-width: 480px) and (max-width: 543px) {
	
}







/* end css jquery */

.owl-carousel {
	display: block;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .item-product {
	float:left;
}


.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	width: 100%;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	padding: 0 10px;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item:hover {
	z-index: 2;
}

.owl-carousel .owl-item img {
	display: block;
	max-width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}


/* No Js */

.no-js .owl-carousel {
	display: block;
}


/* Owl Carousel - Animate Plugin */

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* 	Owl Carousel - Auto Height Plugin */

.owl-height {
	transition: height 500ms ease-in-out;
}


/* 	Owl Carousel - Lazy Load Plugin */

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}


/* 	Owl Carousel - Video Plugin */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
	text-decoration: none !important;
	box-shadow: none !important;
	outline: 0 !important;
}

a:hover,
a:focus {
	outline: 0 !important;
	box-shadow: none !important;
	text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	outline: 0 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	background: #3e444a;
	border: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
	color: white;
	background-color: #3e444a;
	border-color: transparent;
	border: none;
}

.btn-secondary,
.btn-tertiary,
.btn-primary {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px;
	border: none;
	color: #fff;
	line-height: 25px;
	box-shadow: none;
	padding: 5px 20px;
	border-radius: 5px;
	background: #ea2a45;
}

.btn-primary.cmndTheme {
	font-weight: bold;
	color: #000;
	background: #2aeab6;
}

.btn-secondary:hover,
.btn-tertiary:hover,
.btn-primary:hover {
	background: #3e444a;
	border-color: #ea2a45;
	color: white;
	border: none;
}

.btn-secondary:hover,
.btn-tertiary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
	color: white;
	background: #3e444a;
	border-color: transparent;
	border: none;
}

a {
	color: #3e444a;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
}


/* edit from here */

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a {
	font-size: 12px;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	margin: 0;
	background: none;
	border: 0;
	color: #ea2a45;
	cursor: pointer;
}

button {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-flag {
	margin: 0;
}


/* edit theme */

*:focus {
	outline: none !important;
}

img {
	max-width: 100%;
	margin: auto;
	height: auto;
}

ol,
ul,
dl {
	margin: 0;
	padding: 0;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #3e444a;
}

p {
	font-size: 14px;
	color: #3e444a;
	margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
	text-transform: capitalize;
	color: #333333;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

.unvisible,
.headerSpace {
	display: none;
}


/* custom page */

.card {
	box-shadow: none;
	border: none;
	background: transparent;
	text-align: justify;
}

@media (max-width: 991px) {
	.card {
		margin:0 15px;
	}
}


.page-header h1,
.card-block h1 {
	color: #333333;
	text-align: left;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	text-transform: none;
	margin-bottom: .8em;
	padding: 0.5em;
	box-shadow: 0px 2px 10.23px 0.77px rgba(0, 0, 0, 0.15);
	background: #fff;
}

.page-content.page-cms {
	padding: 20px;
    margin: 20px 0;
    box-shadow: 0px 2px 10.23px 0.77px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.contact-form {
	padding: 0 0 0 50px;
	color: #3e444a;
	border-left: 1px solid #ebebeb;
}

.form-control {
	background-color: white;
	color: #3e444a;
	border: 1px solid #ebebeb;
	font-size: 14px;
}

.form-control:focus {
	color: #3e444a;
	border-color: #333333;
}

.form-control:focus,
.input-group.focus {
	outline: 0;
}

.input-group .input-group-btn>.btn[data-action=show-password]:hover {
	background: #ea2a45;
}

.form-control-label {
	font-size: 14px;
	text-align: left;
	color: #3e444a;
}

.input-group .input-group-btn>.btn {
	padding: .67rem 1rem;
}

.sitemap h2 {
	color: #3e444a;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #ebebeb;
}

.sitemap ul li {
	font-size: 14px;
}

.sitemap ul li:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	display: inline-block;
	margin-right: 5px;
	font-weight: 900;
}

#stores .page-stores {
	width: 100%;
}

#stores .page-stores .store-item {
	padding: 0;
}

#stores .page-stores .store-item-container {
	border-bottom: 1px solid rgba(161, 161, 161, 0.25);
}

#stores .page-stores .store-item-container .h3.card-title {
	font-size: 16px;
	color: #333333;
	text-transform: capitalize;
}

#stores .page-stores .store-item-container .store-description {
	font-size: 14px;
	color: #666;
}

#stores .page-stores .store-item-container ul {
	margin-bottom: 0;
	font-size: 14px;
}

#stores .page-stores .store-item-container .divide-left {
	border-left: 1px solid rgba(161, 161, 161, 0.25);
}

.page-addresses .address,
.page-authentication #content {
	box-shadow: none;
	background: #fff;
	border: 1px solid #ebebeb;
}

.page-authentication #content {
	max-width: 100%;
}

.page-customer-account #content {
	box-shadow: none;
	border: 1px solid #ebebeb;
	font-size: 14px;
	color: #3e444a;
	box-shadow: 0px 2px 10.23px 0.77px rgba(0, 0, 0, 0.15);
}

.page-loyalty-account #content {
	box-shadow: none;
	border: 1px solid #ebebeb;
	font-size: 14px;
	color: #3e444a;
	box-shadow: 0px 2px 10.23px 0.77px rgba(0, 0, 0, 0.15);
	background: #fff;
    padding: 1rem;
}

.page-customer-account #content .no-account {
	text-align: center;
	font-size: 14px;
}

.custom-checkbox input[type=checkbox]+span {
	margin-top: 5px;
}

.label,
label {
	font-size: 14px;
	color: #3e444a;
}

.page-my-account #content .links a span.link-item {
	box-shadow: none;
	border: 1px solid #ebebeb;
	font-size: 14px;
    box-shadow: 0px 2px 10.23px 0.77px rgba(0, 0, 0, 0.15);
}

.page-my-account #content .links a span.link-item:hover {
	background: #ea2a45;
	color:#fff;
}

.page-my-account #content .links a span.link-item:hover i {
	color:#fff;
}

.separator {
	border-color: #d9d9d9;
}

.cart-summary, #js-checkout-summary {
	border: 1px solid #ebebeb;
    box-shadow: 0px 2px 10.23px 0.77px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.cart-summary-line .label,
.cart-summary .label,
.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
	text-transform: capitalize;
	font-weight: 600;
}

.cart-summary-line .value {
	color: #333333;
	font-weight: 600;
	font-size: 16px;
}

.cart-summary-products p {
	font-weight: 600;
}

.cart-grid-body .card-block {
	padding: 0;
}

.cart-item {
	border-bottom: 1px solid #ebebeb;
}

body#checkout section.checkout-step {
	box-shadow: none;
	border-bottom: 1px solid #ebebeb;
}

body#checkout section.checkout-step .step-title {
	text-transform: capitalize;
}

.checkout-inner {
	border: 1px solid #ebebeb;
}

.block-reassurance-item .h6 {
	font-size: 14px;
}


/* end custom page */

@media (min-width: 1200px) {
	.container-fluid {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media (max-width: 991px) {
	.container {
		width: 100%;
	}
}

main {
	overflow: hidden;
}

#wrapper {
	margin: 0;
	background: #f9f9f9;
	box-shadow: none;
	padding: 0;
	padding-top: 30px;
}

#wrapper #main .page-footer {
	margin: 15px;
}

.page-addresses .addresses-footer {
    margin: 10px;
}

#index #wrapper {
	padding-top: 0;
}

.back-top {
	display: block;
	position: fixed;
	left: 25px;
	bottom: 25px;
	overflow: hidden;
	z-index: 10;
}

@media (min-width: 1920px) {
	.back-top {
		left: 50px;
		bottom: 50px;
	}
}

.back-top a {
	background: #333333;
	color: white;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.back-top a:after {
	content: "\f062";
	font-family: "Font Awesome 5 Free";
	font-size: 25px;
	font-weight: 900;
}

.back-top a:hover {
	background: #ea2a45;
}


/* ===== edit theme ======== */

@media (min-width: 992px) {
	#header .header-bottom.scroll-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1001;
		background: rgba(234, 42, 69, 0.9);
		box-shadow: 0px 2px 10.23px 0.77px rgba(0, 0, 0, 0.5);
		border: none;
		-webkit-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-o-transition: all 300ms linear;
		transition: all 300ms linear;
	}
	#header .header-bottom.scroll-menu:hover {
		background: #ea2a45;
		-webkit-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-o-transition: all 300ms linear;
		transition: all 300ms linear;
	}
}

#header {
	position: relative;
	z-index: 9;
	background: #313131;
}

@media (max-width: 767px) {
	#header {
		text-align: center;
	}
}

#header .header-nav {
	background: #2a2a2a;
	max-height: none;
	margin: 0;
	box-shadow: 0px 2px 10.23px 0.77px rgba(0, 0, 0, 0.1);
}

#header .header-nav .container {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

#header .header-nav .container:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 15px;
	right: 15px;
}

@media (max-width: 991px) {
	#header .header-nav {
		text-align: center;
	}
}

#header .header-top {
	padding: 15px 0;
}

@media (max-width: 767px) {
	#header .header-top {
		background: transparent;
		padding: 15px 0;
	}
}

@media (min-width: 992px) {
	#header .header-top .row {
		margin: 0;
		display: table;
		vertical-align: middle;
		width: 100%;
	}
	#header .header-top .row .col {
		padding: 0;
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
}

#header .header-top .header_logo img {
	margin: 0;
}

@media (max-width: 991px) {
	#header .header-top .header_logo img {
		margin: auto;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	#header .header-top .header_logo img {
		margin-bottom: 0;
	}
}

#header .header-bottom {
	position: relative;
	z-index: 1;
}

@media (min-width: 992px) {
	#header .header-bottom {
		box-shadow: 0px 2px 10.23px 0.77px rgba(0, 0, 0, 0.5);
		background: #ea2a45;
	}
}


/* item product */

.pos_title {
	position: relative;
	display: block;
	margin: 25px 0;
}

.pos_title:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 17px;
	border-bottom: 1px solid #d9d9d9;
}

.pos_title h2 {
	margin: 0;
	position: relative;
	z-index: 1;
	background: #f8f8f8;
	padding-right: 20px;
	color: #3e444a;
	font-size: 26px;
	font-weight: 400;
	line-height: 35px;
	display: inline-block;
	text-transform: capitalize;
}

@media (max-width: 1199px) {
	.pos_title h2 {
		font-size: 18px;
	}
}

.pos_title .firsttitle {
	font-weight: 700;
}

.js-product-miniature {
	position: relative;
	background: white;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding-bottom: 15px;
	margin-bottom: 20px;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.175);
	-webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.175);
}
.js-product-miniature:hover {
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.375);
	-webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.375);
}

.js-product-miniature:last-child {
	margin-bottom: 0;
}

.js-product-miniature .box-top {
	padding: 10px 10px 0 10px;
	height: 43px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.js-product-miniature h1 {
	font-weight: 400;
	margin: 0;
	line-height: 1;
}

.js-product-miniature .product_name {
	line-height: 20px;
	min-height: 40px;
	display: block;
	overflow: hidden;
	color: #2777d0;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.js-product-miniature .product_name:hover {
	color: #ea2a45;
}

.js-product-miniature .manufacturer a {
	color: #878787;
	font-size: 12px;
	text-transform: uppercase;
	height: 0;
	line-height: 18px;
	opacity: 0;
	overflow: hidden;
}

.js-product-miniature .manufacturer a:hover {
	color: #ea2a45;
}

.js-product-miniature .img_block {
	position: relative;
	overflow: hidden;
}

.js-product-miniature .quick-view {
	position:relative;
	width:100%;
	height:100%;
}

.js-product-miniature .img_block .quick-view .loopView {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: none;
	z-index:1;
}
.js-product-miniature .img_block:hover .quick-view .loopView {
	background: url(../img/loop.png) center no-repeat rgba(42, 234, 182, 0.4);
}

.js-product-miniature .img_block img {
	width: 100%;
	margin: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.js-product-miniature:hover .manufacturer a {
	height: 18px;
	opacity: 1;
	overflow: visible;
}

.js-product-miniature:hover .product_name {
	margin-top: 0;
}

.js-product-miniature:hover div.cart button.ajax_add_to_cart_button,
.js-product-miniature:hover div.cart span.ajax_add_to_cart_button {
	opacity: 1;
	-moz-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.js-product-miniature:hover .add-to-links li {
	opacity: 1;
	-moz-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.js-product-miniature:hover .add-to-links li:nth-child(1) {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.js-product-miniature:hover .add-to-links li:nth-child(2) {
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.js-product-miniature:hover .add-to-links li:nth-child(3) {
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.js-product-miniature .add-to-links {
	position: absolute;
	top: 10px;
	right: 10px;
}

.js-product-miniature .add-to-links li {
	float: left;
	clear: both;
	height: 40px;
	opacity: 0;
	-moz-transform: scale3d(0, 0, 0);
	-webkit-transform: scale3d(0, 0, 0);
	-o-transform: scale3d(0, 0, 0);
	-ms-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.js-product-miniature .add-to-links li:last-child {
	margin: 0;
}

.js-product-miniature .add-to-links li a {
	display: inline-block;
	background: transparent;
	padding: 0;
	line-height: 40px;
	height: 40px;
	color: #3e444a;
	width: 40px;
	padding: 0;
	font-size: 0;
	text-align: center;
	text-transform: capitalize;
}

.js-product-miniature .add-to-links li a:before {
	font-size: 22px;
	font-family: 'Linearicons-Free';
	display: block;
	font-weight: 400;
}

.js-product-miniature .add-to-links li a:hover {
	color: #ea2a45;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.js-product-miniature .add-to-links li a.quick_view:before {
	content: "\e86f";
}

.js-product-miniature .add-to-links li a.addToWishlist:before {
	content: "\e813";
}

.js-product-miniature .add-to-links li a.compare-button:before {
	content: "\e862";
}

.js-product-miniature div.cart {
	position: absolute;
	right: 10px;
	bottom: 12px;
	height: 40px;
}

.js-product-miniature div.cart button.ajax_add_to_cart_button{
	display: inline-block;
	background: #fff;
	color: #ea2a45;
	border:2px solid #ea2a45;
	line-height: 29px;
	height: 40px;
	width: 40px;
	padding: 0;
	cursor: pointer;
	font-size: 0;
	text-transform: uppercase;
	border-radius: 5px;
}

.js-product-miniature div.cart button.ajax_add_to_cart_button:hover{
	background: #ea2a45;
	color: #fff;
	border:2px solid #ea2a45;
}
.js-product-miniature div.cart button.ajax_add_to_cart_button img{
	margin:0;
	width:40px;
	height:40px;
	cursor:default;
}

.js-product-miniature div.cart span.ajax_add_to_cart_button {
	display: inline-block;
	background: #fff;
	color: #ccc;
	border:2px solid #ccc;
	line-height: 29px;
	height: 40px;
	width: 40px;
	padding: 0 0 0 8px;
	cursor: not-allowed;
	font-size: 0;
	text-transform: uppercase;
	border-radius: 5px;
}

.js-product-miniature div.cart span.ajax_add_to_cart_button:hover{
	background: #fff;
	color: #ccc;
	border:2px solid #ccc;
}


@supports (-webkit-overflow-scrolling: touch) {	
	.js-product-miniature div.cart button.ajax_add_to_cart_button .fa-shopping-cart:before{
		font-size: 28px;
	}
	.js-product-miniature div.cart span.ajax_add_to_cart_button .fa-shopping-cart:before{
		font-size: 28px;
	}
	
}

/*
.js-product-miniature div.cart button.ajax_add_to_cart_button:before,
.js-product-miniature div.cart span.ajax_add_to_cart_button:before {
	font-size: 33px;
	font-family: 'Linearicons-Free';
	display: block;
	font-weight: bold;
	content: "\002B";
}
*/

.js-product-miniature div.cart button.ajax_add_to_cart_button i,
.js-product-miniature div.cart span.ajax_add_to_cart_button i {
	font-size: 14px;
	margin-right: 0;
}

.js-product-miniature div.cart button.ajax_add_to_cart_button.disabled,
.js-product-miniature div.cart span.ajax_add_to_cart_button.disabled {
	opacity: 0.5;
}

.js-product-miniature div.cart button.ajax_add_to_cart_button:hover{
	color: #fff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.js-product-miniature div.cart span.ajax_add_to_cart_button:hover {
	color: #ccc;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.js-product-miniature .product_desc {
	padding: 0px 60px 20px 20px;
	background: white;
	overflow: hidden;
	position: relative;
}

.js-product-miniature .product_desc .hook-reviews {
	display: block;
	line-height: 1;
	margin-bottom: 15px;
	display: block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.js-product-miniature .product_desc .hook-reviews .comments_note {
	direction: ltr !important;
	text-align: left;
}

.js-product-miniature .product_desc .hook-reviews .star_content {
	display: inline-block;
	vertical-align: bottom;
}

.js-product-miniature .product_desc .hook-reviews .nb-comments {
	font-size: 12px;
	display: none;
}

.js-product-miniature .product_desc .product-desc {
	display: none;
	padding: 20px 0;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 24px;
	margin: 0;
}

.js-product-miniature .product_desc .product-desc p {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 24px;
	margin: 0;
}

.js-product-miniature .product_desc .product-desc p span {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
}

.js-product-miniature .product_desc .variant-links {
	margin-top: 15px;
	margin-top: 15px;
	background: transparent;
	padding: 0;
	min-height: auto;
	text-align: left;
	display: none;
}

.js-product-miniature .product_desc .variant-links a {
	margin: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-radius: 100%;
	width: 15px;
	height: 15px;
}

.cmp_added {
	color: #ea2a45 !important;
}

.js-product-miniature .product-price-and-shipping {
	line-height: 1;
	text-align: left;
}

.js-product-miniature .product-price-and-shipping .sr-only {
	display: none;
}

.js-product-miniature .product-price-and-shipping .price {
	font-size: 20px;
	font-weight: 600;
	color: #3e444a;
	display:block;
}

.js-product-miniature .product-price-and-shipping .price.price-sale {
	color: #fd5018;
}

.js-product-miniature .product-price-and-shipping .regular-price {
	font-size: 14px;
	color: #ff0000; 
	font-weight: 400;
	text-decoration: line-through;
	margin-right: 5px;
}

.product-price-and-shipping-top .discount-product {
	position: absolute;
	top: 5px !important;
	left: 10px;
	display: inline-block;
	background: #ea2a45;
	color: #fff;
	border-radius: 5px;
	padding: 0;
	min-width: 50px;
	text-align: center;
	line-height: 23px;
	height: 23px;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	-moz-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 3;
}

.product-price-and-shipping-top .discount-product span {
	-moz-transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	transform: skewX(25deg);
	display: block;
}

.product-flag .new,
.product-flag .on-sale,
.product-flag .pack {
	position: absolute;
	top: 5px !important;
	right: 10px;
	display: inline-block;
	background: #2aeab6;
	color: #222222;
	border-radius: 5px;
	padding: 0;
	min-width: 70px;
	text-align: center;
	line-height: 23px;
	height: 23px;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	-moz-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index:2;
}

.product-flag .new span,
.product-flag .on-sale span,
.product-flag .pack span {
	-moz-transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	transform: skewX(25deg);
	display: block;
}

.product-flag .pack {
	z-index: 2;
}

.product-flag .on-sale {
	top: 35px !important;
}

.product-flag .on-sale:before {
	background: #f8484a;
}

.product-flag .on-sale span {
	background: #f8484a;
}

.product-flag .discount {
	display: none;
}

.owl-dots {
	position: absolute;
	right: 15px;
	top: -50px;
}

.owl-dots .owl-dot {
	display: inline-block;
	margin: 0 4px;
}

.owl-dots .owl-dot:last-child {
	margin-right: 0;
}

.owl-dots .owl-dot span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #cacaca;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.owl-dots .owl-dot span:hover {
	background: #444444;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.owl-dots .owl-dot.active span {
	background: #444444;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.owl-nav {
	position: absolute;
	top: -60px;
	right: 10px;
	background: white;
	padding: 0 10px;
	border: 1px solid #ebebeb;
	border-radius: 25px;
	height: 35px;
}

@media (max-width: 767px) {
	.owl-nav {
		display: none;
	}
}

.owl-nav>div {
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	text-align: center;
	height: 33px;
	width: 33px;
	line-height: 33px;
	color: #a9a9a9;
	z-index: 1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.owl-nav>div:before {
	font-size: 21px;
	display: block;
	font-family: "Ionicons";
}

.owl-nav>div:hover {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #ea2a45;
}

.owl-nav>div.owl-prev:before {
	content: "\f3d5";
}

.owl-nav>div.owl-next:before {
	content: "\f3d6";
}

.pos_content {
	position: relative;
	margin: 0 -10px;
}

.pos_content:hover .owl-nav>div {
	opacity: 1;
}

.pos_content .js-product-miniature img,
.pos_content .thumb-category img,
.pos_content .item_logo img,
.pos_content .thumb-container img {
	display: none;
}

.pos_content .owl-item .js-product-miniature img,
.pos_content .owl-item .thumb-category img,
.pos_content .owl-item .item_logo img,
.pos_content .owl-item .thumb-container img {
	display: block;
}

.category-products-slider,
.pos-featured-products,
.categoryproducts,
.product-accessories,
.pos-bestsellers-product,
.poslistcateproduct,
.tab-category-container-slider,
.tab-category-container-slider2,
.tab-category-container-slider3,
.pos_new_product,
.product-tabs-container-slider,
.pos-special-products,
.pos_random_product,
.poslistcategories,
.home_blog_post_area,
.testimonials_container,
.recommended-product {
	margin-bottom: 50px;
	position: relative;
	display: inline-block;
	width: 100%;
	background: white;
}
.pos-special-products{
	background:#f9f9f9;
	margin-bottom: 0;
	padding:0 0 20px 0;
}


/* end item product */


/* selector */

.selector-block {
	float: right;
	padding: 0 18px;
	line-height: 1;
}

@media (max-width: 767px) {
	.selector-block {
		display: inline-block;
		float: none;
		border: none !important;
		padding: 0 10px;
	}
}

.selector-block.language-selector-wrapper {
	border: none;
}

@media (min-width: 992px) {
	.selector-block.language-selector-wrapper {
		padding-right: 0;
	}
}

.selector-block .selector-label {
	color: #3e444a;
	line-height: 16px;
	text-transform: capitalize;
	font-size: 13px;
	margin-right: 5px;
	display: none;
}

.selector-block .localiz_block {
	margin: 0 !important;
	display: inline-block;
}

.selector-block .localiz_block:hover button,
.selector-block .localiz_block:hover .current-block {
	color: white;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.selector-block .localiz_block:hover button .expand-more,
.selector-block .localiz_block:hover .current-block .expand-more {
	color: white;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.selector-block .localiz_block button,
.selector-block .localiz_block .current-block {
	font-weight: 400;
	color: #fff;
	background: transparent;
	text-shadow: none;
	cursor: pointer;
	line-height: 16px;
	font-size: 13px;
	display: inline-block;
	text-transform: capitalize;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.selector-block .localiz_block button .expand-more,
.selector-block .localiz_block .current-block .expand-more {
	color: #fff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.selector-block .localiz_block .cmndTxtLigne {
	color: #fff;
	font-size: 14px;
}
.selector-block .localiz_block .cmndTxtPhone {
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 5px 5px;
	background: #ea2a45;
	padding: 3px 10px;
	border: 2px solid #ea2a45;
	/***border-radius: 8px;***/
	/***font-weight:bold;***/
	letter-spacing: 2px;
}
.selector-block .localiz_block .cmndTxtWhatsapp {
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 5px 5px;
	background: #ea2a45;
	padding: 3px 10px;
	border: 2px solid #ea2a45;
	/***border-radius: 8px;***/
	/***font-weight:bold;***/
	letter-spacing: 2px;
	text-transform: uppercase;
}
.selector-block .localiz_block .cmndTxtPhone a, .selector-block .localiz_block .cmndTxtWhatsapp a{
	color: #fff;
}
.selector-block .localiz_block .cmndTxtPhone a:hover, .selector-block .localiz_block .cmndTxtWhatsapp a:hover{
	color: #000;
}
.selector-block .localiz_block .cmndTxtTime {
	font-size: 14px;
	color: #ea2a45;
	margin:0;
	font-weight: bold;
}

@media (max-width: 767px){
	.selector-block .localiz_block .cmndTxtLigne {
		display:block;
		width:100%;
		text-align:center;
		font-size: 14px;
	}
	.selector-block .localiz_block .cmndTxtPhone {
		color: #fff;
		display: block;
		width: 48%;
		text-align: center;
		font-size: 15px;
		margin: 5px auto;
		background: #ea2a45;
		padding: 5px 0;
		border: 2px solid #ea2a45;
		/***border-radius: 8px;***/
		float: left;
	}
	.selector-block .localiz_block .cmndTxtWhatsapp {
		color: #fff;
		display: block;
		width: 48%;
		text-align: center;
		font-size: 15px;
		margin: 5px auto;
		background: #ea2a45;
		padding: 5px 0;
		border: 2px solid #ea2a45;
		/***border-radius: 8px;***/
		float: right;
	}
	.selector-block .localiz_block .cmndTxtTime {
		display: block;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		color: #ea2a45;
		clear: both;
	}
}

.selector-block .localiz_block button i,
.selector-block .localiz_block .current-block i {
	font-size: 14px;
	vertical-align: -3px;
}

.selector-block .localiz_block button img,
.selector-block .localiz_block .current-block img {
	margin-right: 5px;
	vertical-align: -1px;
}

.selector-block .localiz_block .dropdown-menu {
	margin: 0;
	top: 32px;
	right: 0;
	left: auto;
	min-width: 130px;
	overflow: hidden;
	padding: 0 20px;
	background: white;
	border-radius: 0;
	border: none;
	box-shadow: 0px 3px 10.23px 0.77px rgba(0, 0, 0, 0.1);
}

@media (max-width: 320px) {
	.selector-block .localiz_block .dropdown-menu {
		top: 20px;
	}
}

.selector-block .localiz_block .dropdown-menu li {
	padding: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.selector-block .localiz_block .dropdown-menu li:last-child .dropdown-item {
	border-bottom: none;
}

.selector-block .localiz_block .dropdown-menu li .dropdown-item {
	padding: 0 10px;
	color: #3e444a;
	line-height: 45px;
	font-size: 13px;
	border-bottom: 1px solid #ebebeb;
}

.selector-block .localiz_block .dropdown-menu li .dropdown-item img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: -2px;
}

.selector-block .localiz_block .dropdown-menu li.current .dropdown-item {
	color: #ea2a45;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.selector-block .localiz_block .dropdown-menu li:hover .dropdown-item {
	color: #ea2a45;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

@media (min-width: 992px) {
	.user-info-block {
		float: right;
	}
}

.user-info-block .localiz_block button,
.user-info-block .localiz_block .current-block {
	text-transform: capitalize;
}

.user-info-block .localiz_block button .icon.icon-Settings,
.user-info-block .localiz_block .current-block .icon.icon-Settings {
	font-size: 16px;
	vertical-align: -2px;
	margin-right: 5px;
	display: none;
}


/* end selector */


/* wishlist block */

.wishtlist_Top {
	float: right;
	margin-right: 25px;
}

.wishtlist_top .material-icons {
	font-size:40px;
}

@media (max-width: 767px) {
	.wishtlist_Top {
		width: 50%;
		margin: 15px 0 0 0;
		float:right;
	}
}

@media (max-width: 479px) {
	.wishtlist_Top {
		width: 50%;
		margin: 15px 0 0 0;
		float:right;
	}
}

.wishtlist_Top a {
	height: 48px;
	line-height: 48px;
	color: #fff;
	position: relative;
	text-align: center;
	display: inline-block;
	font-size: 13px;
}

.wishtlist_Top a:hover {
	color: #ea2a45;
}

.wishtlist_Top a .lnr {
	font-size: 32px;
	margin-right: 5px;
	vertical-align: middle;
}

.wishtlist_Top a .txt_wishlist {
	display: inline-block;
	line-height: 1;
	vertical-align: -10px;
}

.wishtlist_Top a .cart-wishlist-number {
	position: absolute;
	top: 5px;
	left: 40px;
	display: block;
	overflow: hidden;
	font-weight: 500;
	color: #3e444a;
	font-size: 12px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 100%;
}

.popover-content .table {
	background: white;
	border: 1px solid #ebebeb;
}

.popover-content .table td,
.popover-content .table th {
	padding: 5px;
}

.popover-content .table td {
	cursor: pointer;
}


/* end wishlist block */


/* compare */

.compare_top a {
	font-weight: 400;
	color: #3e444a;
	background: transparent;
	text-shadow: none;
	cursor: pointer;
	line-height: 16px;
	font-size: 13px;
	display: inline-block;
}

.compare_top a:hover {
	color: white;
}


/* end compare */


/* module contact */

.contact-link {
	float: right;
	line-height: 1;
}

@media (max-width: 991px) {
	.contact-link {
		display: inline-block;
		width: 100%;
		float: none;
		margin-top: 10px;
	}
}

.contact-link .info_box {
	position: relative;
	line-height: 16px;
	text-shadow: none;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	color: white;
	padding: 0 18px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-link .info_box .icon {
	margin-right: 5px;
	font-size: 16px;
	vertical-align: -2px;
}

.contact-link .info_box a {
	color: white;
}

.contact-link .info_box a:hover {
	color: #ea2a45;
}


/* end module contact */


/* module user-info */

.user_info_top {
	float: right;
	font-size: 0;
}

@media (max-width: 767px) {
	.user_info_top {
		width: 100%;
		display: inline-block;
		float: none;
	}
}

.user_info_top>li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	line-height: 1;
}

.user_info_top>li:last-child a {
	border: none;
}

.user_info_top>li a {
	display: inline-block;
	overflow: hidden;
	float: left;
	line-height: 35px;
	padding: 0 15px 0 30px;
	font-size: 14px;
	position: relative;
	color: #3e444a;
}

.user_info_top>li a i {
	position: absolute;
	top: 0;
	left: 3px;
	display: block;
	font-size: 14px;
	line-height: 35px;
	color: #999999;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.user_info_top>li a:hover {
	color: #ea2a45;
}

.user_info_top>li a:hover i {
	left: 7px;
	color: #ea2a45;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}


/* end module user-info */


/* module megamenu */

.megamenu {
	position: relative;
	z-index: 1;
}

.pt_custommenu {
	position: relative;
}

.pt_custommenu .pt_menu {
	float: left;
}

.pt_custommenu .pt_menu .parentMenu a {
	display: block;
	line-height: 25px;
	padding: 15px 50px;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: transparent;
	text-transform: uppercase;
	position: relative;
	font-family: 'Lato', sans-serif;
}

.pt_custommenu .pt_menu .parentMenu a:hover {
	color: #fff;
	background: #313131;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
.pt_custommenu .pt_menu .parentMenu a.active {
	color: #fff;
	background: #313131;
}

@media (max-width: 1199px) {
	.pt_custommenu .pt_menu .parentMenu a {
		margin: 0 15px;
	}
}

.pt_custommenu .pt_menu .parentMenu a:before {
	content: "";
	position: absolute;
	height: 2px;
	left: 50%;
	right: 50%;
	bottom: -2px;
	background: #313131;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.pt_custommenu .pt_menu .parentMenu a img {
	width: 30px;
    display: block;
    margin: 0 auto;
}

.pt_custommenu .pt_menu .parentMenu a i {
	font-size: 11px;
	padding: 0 0 0 7px;
	font-family: "Ionicons";
}

.pt_custommenu .pt_menu .parentMenu a i:before {
	content: "\f3d0";
	font-size: 12px;
	font-weight: 400;
}

.pt_custommenu .pt_menu.act .parentMenu a:before,
.pt_custommenu .pt_menu.active .parentMenu a:before {
	left: 0;
	right: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.pt_custommenu .pt_menu:first-child .parentMenu a {
	margin-left: 0;
}

.pt_custommenu .pt_menu .popup {
	position: absolute;
	box-shadow: 0px 3px 10.23px 0.77px rgba(0, 0, 0, 0.1);
	border-top: none;
	background: white;
	padding: 30px 0;
	z-index: 10;
	text-align: left;
}

.pt_custommenu .pt_menu .popup .cms_mega a img {
	-webkit-transition: all 1700ms ease;
	-moz-transition: all 1700ms ease;
	-o-transition: all 1700ms ease;
	transition: all 1700ms ease;
}

.pt_custommenu .pt_menu .popup .cms_mega a:hover img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-ms-transform: scale(1.07);
	-o-transform: scale(1.07);
	transform: scale(1.07);
}

.pt_custommenu .pt_menu .popup .block1 {
	overflow: hidden;
	float: left;
}

.pt_custommenu .pt_menu .popup .block1 .column {
	float: left;
	width: 260px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
	border-right: 1px solid #ebebeb;
}

.pt_custommenu .pt_menu .popup .block1 .column.last {
	border: none;
	margin-right: 0;
}

.pt_custommenu .pt_menu .popup .block1 .column .itemMenuName {
	color: #3e444a;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	display: block;
}

.pt_custommenu .pt_menu .popup .block1 .column .itemMenuName:hover {
	color: #ea2a45;
}

.pt_custommenu .pt_menu .popup .block1 .column .itemSubMenu {
	padding: 0;
}

.pt_custommenu .pt_menu .popup .block1 .column .itemSubMenu .itemMenuName {
	color: #757575;
	text-transform: capitalize;
	line-height: 30px;
	font-weight: 400;
	font-size: 14px;
}

.pt_custommenu .pt_menu .popup .block1 .column .itemSubMenu .itemMenuName:hover {
	color: #ea2a45;
}

.pt_custommenu .pt_menu .popup .block2 {
	padding: 30px 30px 0 30px;
	display: inline-block;
	width: 100%;
}

.pt_custommenu .pt_menu .popup .block2 .banner-box {
	margin-bottom: 0;
}

.ma-nav-mobile-container{
	
}
.pt_custommenu_mobile.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
}
.pt_custommenu_mobile.sticky .navbar {
	padding: 10px 15px;
}
.pt_custommenu_mobile.sticky .navbar .navbar-inner .btn-navbar:after {
	top: 10px;
}


.pt_custommenu_mobile {
	text-align: left;
	position: relative;
	clear: both;
}

.pt_custommenu_mobile .navbar {
	min-height: 60px;
	margin: 0;
	border: 0;
	position: relative;
	overflow: hidden;
	background: #ea2a45;
	padding: 0 15px;
	overflow: hidden;
	cursor: pointer;
}

.pt_custommenu_mobile .navbar .navbar-inner .btn-navbar {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	line-height: 60px;
}

.pt_custommenu_mobile .navbar .navbar-inner .btn-navbar:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	cursor: pointer;
	font-weight: 900;
}

.pt_custommenu_mobile .navbar .navbar-inner.navbar-inactive .btn-navbar:after {
	content: "\f03a";
}

.pt_custommenu_mobile .navbar .navbar-inner.navbar-active .btn-navbar:after {
	content: "\f03a";
}

ul#pt_custommenu_itemmobile {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul#pt_custommenu_itemmobile li {
	cursor: pointer;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

ul#pt_custommenu_itemmobile li:last-child {
	border: 0;
}

ul#pt_custommenu_itemmobile li a {
	line-height: 45px;
	color: #fff;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}

ul#pt_custommenu_itemmobile li a:hover {
	color: #ea2a45;
}

ul#pt_custommenu_itemmobile li a img {
	width:25px;
}

ul#pt_custommenu_itemmobile li .grower {
	position: absolute;
	top: 0;
	right: 0;
}

ul#pt_custommenu_itemmobile li .grower a:after {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	content: "\f055";
	font-weight: 900;
}

ul#pt_custommenu_itemmobile li .grower.active a:after {
	content: "\f056";
}


/* end module megamenu */


/* module vegamenu */

.navleft-container {
	float: left;
	position: relative;
	z-index: 9;
}

.navleft-container .pt_vmegamenu_title {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: transparent;
	height: 48px;
}

.navleft-container .pt_vmegamenu_title h2 {
	margin: 0;
	color: #3e444a;
	line-height: 48px;
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.navleft-container .pt_vmegamenu_title h2:before {
	display: inline-block;
	float: left;
	content: '\e898';
	color: #3e444a;
	line-height: 48px;
	font-family: 'Linearicons-Free';
	font-size: 24px;
	font-weight: normal;
	margin-right: 10px;
	text-align: center;
}

.navleft-container .pt_vmegamenu_title h2 i {
	display: none;
}

.navleft-container .pt_vmegamenu_title h2 span {
	display: inline-block;
	vertical-align: -2px;
}

.navleft-container .pt_vmegamenu {
	display: none;
	width: 100%;
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 12px 0;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 280px;
}

.navleft-container .pt_vmegamenu .pt_menu {
	position: relative;
}

.navleft-container .pt_vmegamenu .pt_menu:hover .wrap-popup {
	opacity: 1;
}

.navleft-container .pt_vmegamenu .pt_menu:not(.noSub):after {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	line-height: 40px;
	content: "\f3d3";
	font-family: "Ionicons";
	font-size: 12px;
	font-weight: 400;
}

@media (max-width: 1199px) {
	.navleft-container .pt_vmegamenu .pt_menu:not(.noSub):after {
		line-height: 32px;
	}
}

.navleft-container .pt_vmegamenu .pt_menu.active .parentMenu a,
.navleft-container .pt_vmegamenu .pt_menu:hover:not(.noSub):after {
	color: #ea2a45;
}

.navleft-container .pt_vmegamenu .pt_menu:last-child .parentMenu a {
	border-bottom: 0;
}

.navleft-container .pt_vmegamenu .pt_menu .parentMenu a {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 30px;
	text-transform: capitalize;
	word-wrap: break-word;
	background: white;
	color: #3e444a;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: 400;
}

@media (max-width: 1199px) {
	.navleft-container .pt_vmegamenu .pt_menu .parentMenu a {
		padding: 0 20px;
		line-height: 32px;
	}
}

.navleft-container .pt_vmegamenu .pt_menu .parentMenu a .cate-thumb {
	float: left;
	width: 24px;
	margin-top: 2px;
	margin-right: 10px;
}

.navleft-container .pt_vmegamenu .pt_menu .parentMenu a.view_more {
	cursor: pointer;
}

.navleft-container .pt_vmegamenu .pt_menu .parentMenu a.view_more:before {
	display: none;
}

.navleft-container .pt_vmegamenu .pt_menu .parentMenu a.view_more:hover {
	color: #ea2a45;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.navleft-container .pt_vmegamenu .pt_menu .parentMenu a.view_more i {
	margin-right: 7px;
	font-size: 14px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.navleft-container .pt_vmegamenu .pt_menu.act .parentMenu a,
.navleft-container .pt_vmegamenu .pt_menu.active .parentMenu a {
	color: #ea2a45;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.navleft-container .pt_vmegamenu .pt_menu .wrap-popup {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	opacity: 0;
	width: 840px;
}

.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup {
	display: none;
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	width: auto !important;
	box-shadow: 0px 3px 10.23px 0.77px rgba(0, 0, 0, 0.1);
}

.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .box-popup {
	background: #fff;
	padding: 20px;
	float: left;
	overflow: hidden;
}

.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .box-popup .column {
	width: 200px;
	padding: 0 15px;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

@media (max-width: 1199px) {
	.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .box-popup .column {
		width: 180px;
	}
}

.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .box-popup .column .itemMenuName {
	color: #3e444a;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	display: block;
}

@media (max-width: 1199px) {
	.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .box-popup .column .itemMenuName {
		font-size: 13px;
	}
}

.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .box-popup .column .itemMenuName:hover {
	color: #ea2a45;
}

.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .box-popup .column .itemSubMenu {
	padding-bottom: 20px;
}

.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .box-popup .column .itemSubMenu .itemMenuName {
	color: #757575;
	text-transform: capitalize;
	line-height: 30px;
	font-weight: 400;
	font-size: 14px;
	border: 0;
	padding: 0;
	margin: 0;
}

@media (max-width: 1199px) {
	.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .box-popup .column .itemSubMenu .itemMenuName {
		font-size: 13px;
	}
}

.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .box-popup .column .itemSubMenu .itemMenuName:hover {
	color: #ea2a45;
}

.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .box-popup .column .itemSubMenu .itemMenuName:after,
.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .box-popup .column .itemSubMenu .itemMenuName:before {
	display: none;
}

.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .box-popup .column.last {
	padding-right: 0;
	border: 0;
}

.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .box-popup .column.blockright {
	width: 300px;
}

.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .block1 {
	overflow: hidden;
}

.navleft-container .pt_vmegamenu .pt_menu .wrap-popup .popup .block2 {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}


/* end module vegamenu */


/* module search category */

#pos_search_top {
	padding: 0;
	position: relative;
}

@media (min-width: 1200px) {
	#pos_search_top {
		max-width: 570px;
	}
}

#pos_search_top .form_search {
	padding: 0;
	position: relative;
	width: 100%;
	float: left;
	height: 45px;
	color: #a9a9a9;
}

#pos_search_top .form_search label {
	display: none;
}

#pos_search_top .form_search .search-block {
	height: 45x;
	line-height: 45px;
}

#pos_search_top .form_search .form-control {
	padding: 10px 120px 10px 180px;
	width: 100%;
	height: 45px;
	font-size: 14px;
	background: white;
	color: #3e444a;
	border: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}

#pos_search_top .form_search .form-control::-moz-placeholder {
	color: #a5a5a5;
	opacity: 1;
}

#pos_search_top .form_search .form-control::-webkit-input-placeholder {
	color: #a5a5a5;
	opacity: 1;
}

#pos_search_top .form_search .form-control:-ms-input-placeholder {
	color: #a5a5a5;
	opacity: 1;
}

#pos_search_top .form_search .form-control:focus {
	box-shadow: none;
}

@media (max-width: 479px) {
	#pos_search_top .form_search .form-control {
		padding-right: 0;
	}
}

#pos_search_top .form_search .search_submit {
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-align: center;
	color: white;
	background: #2777d0;
	padding: 0 35px;
	border: 0;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 0px 25px 25px 0;
	-moz-border-radius: 0px 25px 25px 0;
	-ms-border-radius: 0px 25px 25px 0;
	-o-border-radius: 0px 25px 25px 0;
	border-radius: 0px 25px 25px 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#pos_search_top .form_search .search_submit:hover {
	background: #0658b3;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#pos_search_top .form_search .form-group {
	position: absolute;
	left: 1px;
	top: 1px;
	display: inline-block;
	width: 150px;
	margin: 0;
	background: transparent;
}

#pos_search_top .form_search .form-group:after {
	content: "";
	width: 1px;
	height: 16px;
	background: #e1e1e1;
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -8px;
}

#pos_search_top .form_search .form-group .bootstrap-select {
	width: 150px;
	height: 43px;
	line-height: 43px;
	margin: 0;
	border: 0;
	padding: 0 25px;
	color: #3e444a;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/option_search.png) no-repeat 90% 50% white;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}

@media (max-width: 480px) {
	#pos_search_top .form_search .form-control {
		font-size: 10px;
		padding: 0 60px 0 120px;
	}
	#pos_search_top .form_search .form-group {
		width: 110px;
	}
	#pos_search_top .form_search .form-group .bootstrap-select {
		width: 110px;
		font-size: 10px;
		padding: 0 10px;
	}
	#pos_search_top .form_search .form-group:after {
		right: 0;
	}
	#pos_search_top .form_search .search_submit {
		padding: 0 15px;
	}
}

.ui-corner-all.ui-widget-content {
	max-height: 380px;
	overflow: auto;
	border: 1px solid #ebebeb;
}


/* end module search category */

.block-search {
	position: relative;
	margin-right: 30px;
}

@media (min-width: 992px) {
	.block-search {
		float: right;
	}
}

@media (max-width: 1199px) {
	.block-search {
		margin-right: 15px;
	}
}

@media (max-width: 991px) {
	.block-search {
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.block-search {
		margin-top: 20px;
	}
}

.search_top {
	padding: 0;
	background: transparent;
	border: 0;
}

.search_top form {
	width: 100%;
	position: relative;
}

.search_top form .text_input {
	padding: 10px 65px 10px 20px;
	height: 48px;
	line-height: 28px;
	font-size: 13px;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	overflow: hidden;
	width: 100%;
	background: white;
	color: #9e9e9e;
}

.search_top form .text_input::-moz-placeholder {
	color: #9e9e9e;
}

.search_top form .text_input::-webkit-input-placeholder {
	color: #9e9e9e;
}

.search_top form .text_input:-ms-input-placeholder {
	color: #9e9e9e;
}

.search_top form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 48px;
	width: 60px;
	display: inline-block;
	padding: 0;
	text-align: center;
	background: #3e444a;
	color: white;
	line-height: 48px;
	font-size: 22px;
	text-transform: uppercase;
	border: 0;
	text-align: center;
	border-radius: 0px 5px 5px 0px;
	font-weight: 400;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.search_top form button span {
	line-height: 48px;
}

.search_top form button:hover {
	background: #1f2225;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.ui-corner-all {
	overflow: hidden;
	max-height: 300px;
	overflow-y: scroll;
}

@media (max-width: 360px) {
	.ui-corner-all {
		max-width: 300px !important;
	}
}

.ui-corner-all li a {
	display: inline-block !important;
	width: 100%;
	overflow: visible;
	max-height: none;
	overflow-y: auto;
}

.ui-corner-all li a img {
	float: left;
	margin-right: 30px;
	width: 50px;
}

.ui-corner-all li a>div {
	overflow: hidden;
	padding-top: 10px;
}

.ui-corner-all li a span {
	margin: 0;
	display: inline-block;
	font-size: 12px;
}

.ui-corner-all li a span.separator {
	margin-left: 5px;
	margin-right: 5px;
}

.ui-corner-all li a span.product {
	font-size: 13px;
	font-style: italic;
}

.ui-corner-all li a .price {
	font-weight: 600;
}


/* end search block */

.blockcart {
	float: right;
	position: relative;
}

@media (max-width: 767px) {
	.blockcart {
		display: inline-block;
		margin-top: 15px;
		width:50%;
		float:left;
	}
}

.blockcart .header {
	position: relative;
	display: inline-block;
	position: relative;
	height: 48px;
}

.blockcart .header .material-icons {
	font-size:30px;
}


.blockcart .header:hover a {
	color: #ea2a45;
}

.blockcart .header a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	height: 48px;
	line-height: 48px;
}

.blockcart .header a .lnr {
	font-size: 32px;
	margin-right: 5px;
	vertical-align: middle;
}

.blockcart .header a .item_txt {
	display: inline-block;
	line-height: 1;
	vertical-align: -10px;
}

.blockcart .header a .item_count {
	position: absolute;
	top: 5px;
	left: 40px;
	display: block;
	overflow: hidden;
	font-weight: 500;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	background: #ea2a45;
	border-radius: 100%;
	text-align: center;
}

.blockcart .body {
	margin: 0;
	padding: 0;
	width: 340px;
	top: 100%;
	left: auto;
	right: 0;
	position: absolute;
	display: none;
	z-index: 99;
	text-align: left;
	background: white;
	box-shadow: 0px 2px 10.23px 0.77px rgba(0, 0, 0, 0.5);
}

@media (max-width: 479px) {
	.blockcart .body {
		width: 270px;
	}
}

@media (max-width: 767px) {
	.blockcart .body {
		right: 0;
		-moz-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-o-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}
}

.blockcart .body ul {
	padding: 0 20px;
}

.blockcart .body ul li {
	padding: 20px 0;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}

.blockcart .body ul li .img_content {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

@media (max-width: 480px) {
	.blockcart .body ul li .img_content {
		width: 76px;
	}
}

.blockcart .body ul li .img_content .product-quantity {
	position: absolute;
	top: 5px;
	left: 5px;
	min-width: 25px;
	line-height: 25px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	padding: 0;
	text-align: center;
	background: #ea2a45;
	color: #fff;
	font-size: 14px;
	display: inline-block;
}

.blockcart .body ul li .right_block {
	overflow: hidden;
	position: relative;
	padding: 0 15px 0 0;
}

.blockcart .body ul li .right_block span {
	font-size: 14px;
}

.blockcart .body ul li .right_block .product-name {
	display: block;
	color: #000;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 20px;
}

.blockcart .body ul li .right_block .product-name:hover {
	color: #ea2a45;
}

.blockcart .body ul li .right_block .product-price {
	display: block;
	margin: 5px 0 0;
	font-size: 18px;
	font-weight: 600;
	color: #3e444a;
}

.blockcart .body ul li .right_block .remove-from-cart {
	display: block;
	position: absolute;
	top: 0;
	right: -1px;
	color: #a4a4a4;
	font-size: 18px;
}

.blockcart .body ul li .right_block .remove-from-cart:hover {
	color: #3e444a;
}

.blockcart .body ul li .right_block .attributes_content {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #a4a4a4;
	margin: 5px 0 0;
}

.blockcart .body ul li .right_block strong {
	font-weight: 400;
}

.blockcart .body .price_content {
	overflow: hidden;
	padding: 20px;
	background: #f1f1f1;
}

.blockcart .body .price_content .price_inline {
	overflow: hidden;
	line-height: 18px;
}

.blockcart .body .price_content .price_inline .label {
	float: left;
	font-weight: 600;
	color: #000;
	font-size: 14px;
	width:70%;
}

.blockcart .body .price_content .price_inline .value {
	float: right;
	font-weight: 600;
	color: #ea2a45;
	font-size: 14px;
}

.blockcart .body .checkout {
	padding: 20px;
	position: relative;
}

.blockcart .body .checkout:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #ebebeb;
}

.blockcart .body .checkout a {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	border: none;
	color: #fff;
	box-shadow: none;
	padding: 10px 15px;
	line-height: 30px;
	border-radius: 5px;
	background: #ea2a45;
}

.blockcart .body .checkout a:hover {
	background: #3e444a;
	color: white;
}

@media (min-width: 992px) {
	.blockcart .body ul {
		max-height: 310px;
		overflow-y: auto;
	}
}

.blockcart .body ul::-webkit-scrollbar-track {
	background-color: #ea2a45;
}

.blockcart .body ul::-webkit-scrollbar {
	width: 4px;
	background-color: #ea2a45;
}

.blockcart .body ul::-webkit-scrollbar-thumb {
	background-color: rgba(46, 46, 46, 0.85);
	border-radius: 10px;
}


/* style layer cart */

#blockcart-modal .modal-body {
	background: white;
	padding: 3.125rem 1.875rem;
}

#blockcart-modal .divide-right {
	border-right: 1px solid #ebebeb;
}

#blockcart-modal .divide-right p,
#blockcart-modal .divide-right strong {
	color: #333333;
	font-size: 14px;
	font-weight: 600;
}

#blockcart-modal .cart-content p,
#blockcart-modal .cart-content strong {
	color: #333333;
	font-size: 14px;
}

#blockcart-modal .cart-content strong {
	font-weight: 600;
}

#blockcart-modal .product-name {
	font-size: 16px;
	margin-bottom: 20px;
	color: #333333;
}

#blockcart-modal .modal-header {
	background: #ea2a45;
}


/* end style layer cart */

#blockcart-modal button.close {
	color: white;
	opacity: 1;
}

#blockcart-modal .cart-content .btn {
	margin-top: 20px;
}


/* end module cart block */


/* module slideshow */

.pos-loading {
	background: #cccccc;
	position: relative;
}

.pos-loading span {
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 99;
	background: url(../img/preloader.gif) no-repeat;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
}

.pos-loading img {
	opacity: 0;
}

.nivo-html-caption {
	display: none;
}

@-webkit-keyframes myfirst {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

@keyframes myfirst {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

.timethai.pos_hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.pos_bannerslide {
	background: white;
	position: relative;
	z-index: 1;
}

.slideshow_container .pos-slideshow {
	position: relative;
	margin-bottom: 0;
}

.slideshow_container .pos-slideshow:hover .nivo-directionNav a {
	opacity: 1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.slideshow_container .pos-slideshow .nivo-directionNav a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #e1e1e1;
	text-align: center;
	font-size: 0;
	position: absolute;
	z-index: 8;
	cursor: pointer;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.slideshow_container .pos-slideshow .nivo-directionNav a i {
	font-size: 36px;
	line-height: 40px;
}

@media (max-width: 767px) {
	.slideshow_container .pos-slideshow .nivo-directionNav a {
		display: none;
	}
}

.slideshow_container .pos-slideshow .nivo-directionNav a:hover {
	color: #3e444a;
}

.slideshow_container .pos-slideshow .nivo-directionNav a.nivo-prevNav {
	left: 20px;
}

@media (min-width: 1920px) {
	.slideshow_container .pos-slideshow .nivo-directionNav a.nivo-prevNav {
		left: 200px;
	}
}

.slideshow_container .pos-slideshow .nivo-directionNav a.nivo-nextNav {
	right: 20px;
}

@media (min-width: 1920px) {
	.slideshow_container .pos-slideshow .nivo-directionNav a.nivo-nextNav {
		right: 200px;
	}
}

.slideshow_container .pos-slideshow .nivo-controlNav {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 30px;
	z-index: 8;
}

@media (max-width: 1199px) {
	.slideshow_container .pos-slideshow .nivo-controlNav {
		bottom: 2.92969vw;
	}
}

@media (max-width: 767px) {
	.slideshow_container .pos-slideshow .nivo-controlNav {
		display: none;
	}
}

.slideshow_container .pos-slideshow .nivo-controlNav a {
	display: inline-block;
	position: relative;
	margin: 0 8px;
	cursor: pointer;
	font-size: 0;
	width: 8px;
	height: 8px;
	background: #3e444a;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.slideshow_container .pos-slideshow .nivo-controlNav a:before {
	content: "";
	border: 1px solid transparent;
	left: -6px;
	right: -6px;
	top: -6px;
	bottom: -6px;
	border-radius: 100%;
	position: absolute;
}

.slideshow_container .pos-slideshow .nivo-controlNav a.active,
.slideshow_container .pos-slideshow .nivo-controlNav a:hover {
	background: #ea2a45;
}

.slideshow_container .pos-slideshow .nivo-controlNav a.active:before,
.slideshow_container .pos-slideshow .nivo-controlNav a:hover:before {
	border-color: #ea2a45;
}

.banner7-des {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	z-index: 8;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
	text-align: left;
	direction: ltr;
}

.banner7-des p {
	margin: 0;
}

.banner7-des .desc,
.banner7-des .desc1,
.banner7-des .desc2 {
	max-width: 52%;
}

@media (max-width: 480px) {
	.banner7-des .desc,
	.banner7-des .desc1,
	.banner7-des .desc2 {
		max-width: 80%;
	}
}

.desc,
.desc1,
.desc2,
.desc3 {
	font-family: 'Lato', sans-serif;
}

.desc .title1,
.desc1 .title1,
.desc2 .title1,
.desc3 .title1 {
	position: relative;
	font-size: 24px;
	font-style: italic;
	color: #3e444a;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: capitalize;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

.desc .title1:before,
.desc1 .title1:before,
.desc2 .title1:before,
.desc3 .title1:before {
	content: "";
	position: absolute;
	left: 100%;
	margin-left: 10px;
	top: 60%;
	width: 70px;
	height: 1px;
	background: #a8a8a8;
}

.desc .title2,
.desc1 .title2,
.desc2 .title2,
.desc3 .title2 {
	position: relative;
	font-size: 48px;
	color: #3e444a;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}

.desc .title3,
.desc1 .title3,
.desc2 .title3,
.desc3 .title3 {
	position: relative;
	font-size: 48px;
	color: #3e444a;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s;
}

.desc .title4,
.desc1 .title4,
.desc2 .title4,
.desc3 .title4 {
	position: relative;
	font-size: 48px;
	color: #3e444a;
	margin-bottom: 30px;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.desc .readmore,
.desc1 .readmore,
.desc2 .readmore,
.desc3 .readmore {
	-webkit-animation-duration: 2.4s;
	animation-duration: 2.4s;
	display: inline-block;
}

.desc .readmore a,
.desc1 .readmore a,
.desc2 .readmore a,
.desc3 .readmore a {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #3e444a;
	line-height: 50px;
	text-transform: uppercase;
	padding: 0 30px;
	border-radius: 5px;
	background: #ea2a45;
	display: inline-block;
}

.desc .readmore a:hover,
.desc1 .readmore a:hover,
.desc2 .readmore a:hover,
.desc3 .readmore a:hover {
	background: #3e444a;
	color: white;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}


/* responsive slideshow */

@media (max-width: 1199px) {
	.desc .title1,
	.desc1 .title1,
	.desc2 .title1,
	.desc3 .title1 {
		font-size: 1.95313vw;
		margin: 0 0 0.97656vw 0;
	}
	.desc .title1:before,
	.desc1 .title1:before,
	.desc2 .title1:before,
	.desc3 .title1:before {
		margin-left: 0.97656vw;
		width: 6.83594vw;
		height: 0.09766vw;
	}
	.desc .title2,
	.desc1 .title2,
	.desc2 .title2,
	.desc3 .title2 {
		font-size: 3.71094vw;
	}
	.desc .title3,
	.desc1 .title3,
	.desc2 .title3,
	.desc3 .title3 {
		font-size: 3.71094vw;
	}
	.desc .title4,
	.desc1 .title4,
	.desc2 .title4,
	.desc3 .title4 {
		font-size: 3.71094vw;
		margin: 0 0 2.92969vw 0;
	}
	.desc .readmore a,
	.desc1 .readmore a,
	.desc2 .readmore a,
	.desc3 .readmore a {
		font-size: 1.26953vw;
		line-height: 3.90625vw;
		padding: 0vw 2.44141vw;
	}
}

@media (max-width: 480px) {
	.desc .title1,
	.desc1 .title1,
	.desc2 .title1,
	.desc3 .title1 {
		font-size: 3.75vw;
		margin: 0 0 1.04167vw 0;
	}
	.desc .title2,
	.desc1 .title2,
	.desc2 .title2,
	.desc3 .title2 {
		font-size: 4.16667vw;
	}
	.desc .title3,
	.desc1 .title3,
	.desc2 .title3,
	.desc3 .title3 {
		font-size: 4.16667vw;
	}
	.desc .title4,
	.desc1 .title4,
	.desc2 .title4,
	.desc3 .title4 {
		font-size: 4.16667vw;
		margin: 0 0 1.04167vw 0;
	}
	.desc .readmore a,
	.desc1 .readmore a,
	.desc2 .readmore a,
	.desc3 .readmore a {
		font-size: 2.5vw;
		line-height: 5.20833vw;
		padding: 0vw 4.16667vw;
	}
}


/* end responsive slideshow */


/* end module slideshow */


/* module postabproductslider */

.product-tabs-container-slider {
	background: #f6f6f6;
	padding: 50px 0;
}

.product-tabs-container-slider .pos_title:before {
	border-color: #e9e9e9;
}

.product-tabs-container-slider ul.tabs_slider {
	display: inline-block;
	background: #f6f6f6;
	position: relative;
	font-family: 'Lato', sans-serif;
}

.product-tabs-container-slider ul.tabs_slider li {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 20px;
	margin-left: 15px;
	line-height: 35px;
	cursor: pointer;
	color: #777777;
	text-transform: capitalize;
	font-size: 26px;
	font-weight: 400;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

@media (max-width: 1199px) {
	.product-tabs-container-slider ul.tabs_slider li {
		font-size: 18px;
	}
}

.product-tabs-container-slider ul.tabs_slider li .firsttitle {
	font-weight: 700;
}

.product-tabs-container-slider ul.tabs_slider li:before {
	content: "";
	position: absolute;
	right: 100%;
	height: 1px;
	width: 15px;
	top: 50%;
	border-bottom: 1px solid #b2b2b2;
}

.product-tabs-container-slider ul.tabs_slider li:first-child {
	padding-left: 0;
	margin: 0;
}

.product-tabs-container-slider ul.tabs_slider li:first-child:before {
	display: none;
}

.product-tabs-container-slider ul.tabs_slider li.active,
.product-tabs-container-slider ul.tabs_slider li:hover {
	color: #3e444a;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.product-tabs-container-slider .first-item .js-product-miniature .img_block img {
	display: block;
}

@media (max-width: 767px) {
	.product-tabs-container-slider .first-item .js-product-miniature {
		margin-bottom: 20px;
	}
}

.product-tabs-container-slider .counts-item .js-product-miniature {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
}

.product-tabs-container-slider .counts-item .js-product-miniature .img_block {
	position: relative;
	float: right;
	width: 140px;
	margin: 0 0 0 10px;
}

@media (max-width: 1199px) {
	.product-tabs-container-slider .counts-item .js-product-miniature .img_block {
		width: 119px;
	}
}

@media (max-width: 767px) {
	.product-tabs-container-slider .counts-item .js-product-miniature .img_block {
		width: 100px;
	}
}

.product-tabs-container-slider .counts-item .js-product-miniature .product_desc {
	overflow: hidden;
	padding: 0;
}

.product-tabs-container-slider .counts-item .js-product-miniature .product_desc .product_name {
	margin-top: 15px !important;
	margin-bottom: 10px;
}


/* end  postabproductslider*/


/* module tabcateslider */

@media (min-width: 992px) {
	.tab-category-container-slider .pos_title {
		text-align: center;
	}
	.tab-category-container-slider .pos_title h2 {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}

.tab-category-container-slider ul.tab_cates {
	display: inline-block;
	background: white;
	position: relative;
	border: 1px solid #ebebeb;
	border-radius: 25px;
	padding: 0 30px;
}

@media (min-width: 1200px) {
	.tab-category-container-slider ul.tab_cates {
		-moz-transform: translateX(80px);
		-webkit-transform: translateX(80px);
		-o-transform: translateX(80px);
		-ms-transform: translateX(80px);
		transform: translateX(80px);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.tab-category-container-slider ul.tab_cates {
		-moz-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		-o-transform: translateX(50px);
		-ms-transform: translateX(50px);
		transform: translateX(50px);
	}
}

.tab-category-container-slider ul.tab_cates li {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 20px;
	margin-left: 15px;
	line-height: 33px;
	cursor: pointer;
	color: #777777;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.tab-category-container-slider ul.tab_cates li:before {
	content: "";
	position: absolute;
	right: 100%;
	height: 1px;
	width: 15px;
	top: 50%;
	border-bottom: 1px solid #ebebeb;
}

.tab-category-container-slider ul.tab_cates li:first-child {
	margin: 0;
}

.tab-category-container-slider ul.tab_cates li:first-child:before {
	display: none;
}

.tab-category-container-slider ul.tab_cates li.active,
.tab-category-container-slider ul.tab_cates li:hover {
	color: #3e444a;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.tab-category-container-slider ul.tab_cates li.active {
	font-weight: 700;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.tab-category-container-slider .js-product-miniature .product_desc .add-to-links li {
	margin-right: 2px;
}

.tab-category-container-slider .js-product-miniature .product_desc .add-to-links li a {
	line-height: 33px;
	height: 35px;
	width: 35px;
}

.tab-category-container-slider .js-product-miniature .product_desc .add-to-links li.cart button.ajax_add_to_cart_button,
.tab-category-container-slider .js-product-miniature .product_desc .add-to-links li.cart span.ajax_add_to_cart_button {
	padding: 0 9px;
	font-size: 11px;
	height: 35px;
	line-height: 33px;
}


/* end module tabcateslider */


/* module poslistcateproduct  */

.poslistcateproduct .btn-group {
	position: absolute;
	right: 10px;
	top: 13px;
	z-index: 2;
}

.poslistcateproduct .btn-group>.btn {
	border: 0;
	background: transparent;
	padding: 0;
}

.poslistcateproduct .btn-group>.btn:after {
	display: none;
}

.poslistcateproduct .btn-group>.btn:hover,
.poslistcateproduct .btn-group>.btn:active,
.poslistcateproduct .btn-group>.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.poslistcateproduct .btn-group .dropdown-menu {
	right: 0;
	left: auto;
	top: 35px;
	border: 0;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.175);
	padding: 15px;
	min-width: 200px;
}

.poslistcateproduct .btn-group .dropdown-menu a {
	font-size: 12px;
	color: #666666;
	line-height: 25px;
}

.poslistcateproduct .btn-group .dropdown-menu a:hover {
	color: #ea2a45;
}

@media (min-width: 992px) {
	.poslistcateproduct .subcategories-list {
		float: right;
	}
}

.poslistcateproduct .subcategories-list li {
	display: inline-block;
}

.poslistcateproduct .subcategories-list li a {
	display: inline-block;
	position: relative;
	z-index: 2;
	background: white;
	padding: 0 15px;
	line-height: 50px;
	cursor: pointer;
	color: #2777d0;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.poslistcateproduct .subcategories-list li a.active,
.poslistcateproduct .subcategories-list li a:hover {
	color: #ea2a45;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.poslistcateproduct .banner-box img {
	width: 100%;
}

.poslistcateproduct .pos_content {
	padding: 30px;
}

.poslistcateproduct .pos_title {
	margin-bottom: 0;
}

.poslistcateproduct .pos_title .img_thumb {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #ea2a45;
	text-align: center;
	padding: 0;
}

.poslistcateproduct .pos_title .img_thumb img {
	width: 25px;
	margin: auto;
}

.poslistcateproduct .pos_title h2 {
	padding: 0;
}

.poslistcateproduct .pos_title span {
	padding: 0 20px;
}

.poslistcateproduct .js-product-miniature .product_desc .add-to-links li {
	margin-right: 2px;
}

.poslistcateproduct .js-product-miniature .product_desc .add-to-links li a {
	line-height: 33px;
	height: 35px;
	width: 35px;
}

.poslistcateproduct .js-product-miniature .product_desc .add-to-links li.cart button.ajax_add_to_cart_button,
.poslistcateproduct .js-product-miniature .product_desc .add-to-links li.cart span.ajax_add_to_cart_button {
	padding: 0 9px;
	font-size: 11px;
	height: 35px;
	line-height: 33px;
}


/* end module poslistcateproduct  */


/* module featured-products */


/* end module featured-products */


/* module new-products */

.pos-featured-products .js-product-miniature {
	display: inline-block;
	width: 100%;
	padding: 20px;
}

.pos-featured-products .js-product-miniature .img_block {
	position: relative;
	float: right;
	width: 140px;
	margin: 0 0 0 10px;
}

@media (max-width: 1199px) {
	.pos-featured-products .js-product-miniature .img_block {
		width: 100px;
	}
}

.pos-featured-products .js-product-miniature .product_desc {
	overflow: hidden;
	padding: 0;
}

.pos-featured-products .js-product-miniature .product_desc .product_name {
	margin-top: 15px !important;
	margin-bottom: 10px;
}


/* end module new-products */


/* end module suggestcateproducts */

.category-products-slider {
	margin-bottom: 0;
}

.category-products-slider .category_products {
	margin-bottom: 50px;
}

.category-products-slider .js-product-miniature {
	display: inline-block;
	width: 100%;
	border: none;
	padding: 0;
}

.category-products-slider .js-product-miniature .img_block {
	position: relative;
	float: left;
	width: 100px;
	margin-right: 20px;
}

.category-products-slider .js-product-miniature .product_desc {
	overflow: hidden;
	padding: 0;
}

.category-products-slider .js-product-miniature .product_desc .product_name {
	margin-top: 0 !important;
	margin-bottom: 5px;
}


/* end module  ssuggestcateproducts */


/* module special-products */


/* countdown */

.box-countdown {
	font-family: 'Rubik', sans-serif;
	margin-top: 25px;
	position: relative;
	padding-bottom: 20px;
}

.box-countdown:before {
	content: "";
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ea2a45;
	border-radius: 10px;
}

.box-countdown .title-countdown {
	float: left;
	margin-right: 10px;
}

.box-countdown .title-countdown span {
	font-size: 14px;
	line-height: 20px;
	color: #3e444a;
	font-weight: 400;
}

.box-countdown .countdown {
	overflow: hidden;
}

.is-countdown {
	display: inline-block;
	width: 100%;
	position: relative;
}

.is-countdown .countdown-section {
	display: inline-block;
}

.is-countdown .countdown-section .countdown-amount {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #3e444a;
	font-weight: 400;
	position: relative;
}

.is-countdown .countdown-section .countdown-period {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #a4a4a4;
}

.is-countdown .countdown-section:last-child:after {
	display: none;
}

.is-countdown .countdown-section:after {
	content: ":";
	display: inline-block;
	margin: 0 5px;
}


/* 	.countdown-show1 .countdown-section {		width: 100%;	}	.countdown-show2 .countdown-section {		width: 50%;	}	.countdown-show3 .countdown-section {		width: 33.33%;	}	.countdown-show4 .countdown-section {		width: 25%;	}	#product .countdown-show4 .countdown-section{width: auto;}	.countdown-show5 .countdown-section {		width: 19.5%;	}	.countdown-show6 .countdown-section {		width: 16.25%;	}	.countdown-show7 .countdown-section {		width: 14%;	}  */


/* end countdown */


/* end module special-products */


/* module recommendedproducts */


/*end  module recommendedproducts */


/* module list-categories */

.poslistcategories {
	position: relative;
}

.poslistcategories .content-list {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 0 30px;
}

.poslistcategories .list-categories {
	position: relative;
	background: white;
	padding: 30px;
	display: inline-block;
	width: 100%;
	border-radius: 5px;
}

.poslistcategories .list-categories:last-child {
	border-bottom: none;
}

.poslistcategories .list-categories:hover .thumb-category img {
	-moz-transform: scale(1.1) rotate(0.05deg);
	-ms-transform: scale(1.1) rotate(0.05deg);
	-o-transform: scale(1.1) rotate(0.05deg);
	-webkit-transform: scale(1.1) rotate(0.05deg);
	transform: scale(1.1) rotate(0.05deg);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	width: 100%;
}

.poslistcategories .list-categories .thumb-category {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom: 15px;
}

.poslistcategories .list-categories .thumb-category a {
	display: block;
	position: relative;
	overflow: hidden;
}

.poslistcategories .list-categories .thumb-category img {
	-moz-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	width: 100%;
}

.poslistcategories .list-categories .desc-listcategoreis {
	overflow: hidden;
}

.poslistcategories .list-categories .desc-listcategoreis .name_categories {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	color: #3e444a;
	text-transform: capitalize;
	display: block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.poslistcategories .list-categories .desc-listcategoreis .sub a {
	color: #757575;
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.poslistcategories .list-categories .desc-listcategoreis .sub a:hover {
	padding-left: 10px;
	color: #ea2a45;
}

.poslistcategories .list-categories .desc-listcategoreis .view-more a {
	display: block;
	float: left;
	clear: both;
	margin-top: 10px;
	padding: 0;
	color: #757575;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

.poslistcategories .list-categories .desc-listcategoreis .view-more a:after {
	content: "\f362";
	font-size: 16px;
	display: inline-block;
	font-family: "Ionicons";
	margin-left: 5px;
	vertical-align: -2px;
	color: #ea2a45;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.poslistcategories .list-categories .desc-listcategoreis .view-more a:hover {
	color: #ea2a45;
}

.poslistcategories .list-categories .desc-listcategoreis .view-more a:hover:after {
	-moz-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}


/* end module list-categories */


/* blog */

.home_blog_post_area {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.home_blog_post_area .blog_slider .item .blog_post {
	display: inline-block;
	width: 100%;
	background: white;
	border: 1px solid #ebebeb;
	border-radius: 5px;
}

.home_blog_post_area .blog_slider .item .blog_post .post_content {
	padding: 20px;
}

.home_blog_post_area .blog_slider .item .blog_post img {
	width: 100%;
}

.home_blog_post_area .blog_slider .item .blog_post .post_title {
	margin: 0;
}

.home_blog_post_area .blog_slider .item .blog_post .post_title a {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	color: #3e444a;
	text-transform: capitalize;
	position: relative;
	display: block;
	padding-bottom: 20px;
	position: relative;
}

.home_blog_post_area .blog_slider .item .blog_post .post_title a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 1px;
	background: #d6d6d6;
}

.home_blog_post_area .blog_slider .item .blog_post .post_title a:hover {
	color: #ea2a45;
}

.home_blog_post_area .blog_slider .item .blog_post .post_meta {
	overflow: hidden;
	background: #ea2a45;
	height: 22px;
	padding: 0 10px;
	border-radius: 5px;
	margin-bottom: 15px;
	display: inline-block;
}

.home_blog_post_area .blog_slider .item .blog_post .post_meta span {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	text-transform: capitalize;
	display: inline-block;
	margin-right: 10px;
}

.home_blog_post_area .blog_slider .item .blog_post .post_meta span:last-child {
	margin: 0;
}

.home_blog_post_area .blog_slider .item .blog_post .post_meta span i {
	margin-right: 2px;
	color: #fff;
	vertical-align: 1px;
}

.home_blog_post_area .blog_slider .item .blog_post .post_description {
	font-size: 13px;
	font-weight: 400;
	color: #757575;
	margin: 0;
	display: inline-block;
	width: 100%;
	line-height: 22px;
	padding: 20px 0;
}

.home_blog_post_area .blog_slider .item .blog_post a.read-more {
	display: inline-block;
	line-height: 40px;
	border: 1px solid transparent;
	padding: 0 40px;
	border-radius: 30px;
	color: white;
	background: #ea2a45;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin-top: 30px;
}

.home_blog_post_area .blog_slider .item .blog_post a.read-more:hover {
	color: #ea2a45;
	background: white;
	border-color: #ea2a45;
}

.home_blog_post_area .home_blog_post .blog_post .post_thumbnail {
	position: relative;
	overflow: hidden;
}

.home_blog_post_area .home_blog_post .blog_post .post_thumbnail a {
	display: block;
	position: relative;
	overflow: hidden;
}

.home_blog_post_area .home_blog_post .blog_post .post_thumbnail a:before {
	background: rgba(255, 255, 255, 0.3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	z-index: 1;
}

.home_blog_post_area .home_blog_post .blog_post .post_thumbnail a:after {
	background: rgba(255, 255, 255, 0.3);
	bottom: 50%;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	opacity: 1;
}

.home_blog_post_area .home_blog_post .blog_post .post_thumbnail:hover a:before {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 900ms linear;
	-moz-transition: all 900ms linear;
	-ms-transition: all 900ms linear;
	-o-transition: all 900ms linear;
	transition: all 900ms linear;
}

.home_blog_post_area .home_blog_post .blog_post .post_thumbnail:hover a:after {
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 900ms linear;
	-moz-transition: all 900ms linear;
	-ms-transition: all 900ms linear;
	-o-transition: all 900ms linear;
	transition: all 900ms linear;
}

.home_blog_post_area .home_blog_post .blog_post .post_thumbnail img {
	width: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_mask {
	display: none;
}

.home_blog_post_area .home_blog_post .blog_post .post_thumbnail .blog_mask .blog_mask_content a {
	display: block;
	text-align: center;
	font-size: 70px;
	color: #fff;
	display: none;
}

.home_blog_post_area .home_blog_post .blog_post .post_thumbnail:hover .blog_mask {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.home_blog_post_area .home_blog_post .blog_post .post_thumbnail:hover .blog_mask .blog_mask_content {
	left: 50%;
}

.kr_blog_post_area .blog_post {
	margin-bottom: 40px;
}

.kr_blog_post_area .blog_post .post_thumbnail img {
	margin: 0;
	width: 100%;
}

.kr_blog_post_area .blog_post .post_content .post_title {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.kr_blog_post_area .blog_post .post_content .post_meta>p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	padding-right: 10px;
	margin-right: 10px;
}

.kr_blog_post_area .blog_post .post_content .read_more a {
	color: #999999;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


/* end blog */


/* module logo */

.pos_logo {
	position: relative;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 15px 0;
	background: white;
	overflow: hidden;
	margin-bottom: 50px;
}

.pos_logo .item-banklogo:hover img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-moz-transform: scale3d(1.05, 1.05, 1.05);
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	-o-transform: scale3d(1.05, 1.05, 1.05);
	-ms-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}

.pos_logo .item-banklogo img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-moz-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}


/* end module logo */


/* module newletter */

.ft_newsletter {
	position: relative;
}

.ft_newsletter .desc {
	font-size: 14px;
	color: #666666;
	margin: 0;
	line-height: 20px;
	max-width: 80%;
}

.ft_newsletter form {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

@media (max-width: 991px) {
	.ft_newsletter form {
		margin-top: 20px;
	}
}

.ft_newsletter form .input-wrapper input {
	height: 48px;
	background: white;
	border: 0;
	color: #000;
	padding: 10px 120px 10px 25px;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	border: none;
	background: #ededed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.ft_newsletter form .input-wrapper input::-moz-placeholder {
	color: #9e9e9e;
	opacity: 1;
}

.ft_newsletter form .input-wrapper input::-webkit-input-placeholder {
	color: #9e9e9e;
	opacity: 1;
}

.ft_newsletter form .input-wrapper input:-ms-input-placeholder {
	color: #9e9e9e;
	opacity: 1;
}

.ft_newsletter form .btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 20px;
	display: block;
	line-height: 28px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background: #ea2a45;
	border: none;
	border-radius: 0px 5px 5px 0px;
	box-shadow: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.ft_newsletter form .btn:hover {
	background: #3e444a;
	color: white;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.ft_newsletter form .condition,
.ft_newsletter form .alert {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 24px;
	color: #bcbcbc;
	background: none;
	border: 0;
	padding: 0;
}

.ft_newsletter form .condition.alert-danger,
.ft_newsletter form .alert.alert-danger {
	color: #ea2a45;
}

.ft_newsletter form .condition.alert-success,
.ft_newsletter form .alert.alert-success {
	color: #ea2a45;
}


/* end module newletter */


/* end module social */

#header .social_follow {
	text-align: left;
	width: auto;
	padding: 0;
}

@media (max-width: 991px) {
	#header .social_follow {
		margin: 0;
	}
}

#header .social_follow h2 {
	color: #3e444a;
	font-size: 13px;
	line-height: 16px;
	float: left;
	margin: 0 20px 0 0;
	display: block;
	font-weight: 400;
}

@media (max-width: 767px) {
	#header .social_follow {
		text-align: center;
		display: inline-block;
		width: 100%;
	}
	#header .social_follow h2 {
		margin: 0 0 10px 0;
		display: block;
		float: none;
		display: none;
	}
}

#header .social_follow ul {
	overflow: hidden;
}

#header .social_follow ul li {
	line-height: 16px;
	margin: 0 20px 0 0;
}

#header .social_follow ul li a {
	height: 16px;
	line-height: 16px;
	border: none;
	width: 16px;
}

#header .social_follow ul li a:before {
	font-size: 16px;
}

#header .social_follow ul li a:hover {
	background: transparent;
}

.social_follow {
	position: relative;
	font-size: 0;
	text-align: right;
}

@media (max-width: 991px) {
	.social_follow {
		margin-top: 10px;
		text-align: left;
	}
}

.social_follow h2 {
	display: none;
}

.social_follow li {
	display: inline-block;
	margin: 0 10px 0 0;
	line-height: 40px;
	background-image: none !important;
	padding: 0;
}

.social_follow li:last-child {
	margin: 0;
}

.social_follow li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #3e444a;
	background: transparent;
	font-size: 0;
	padding: 0;
	line-height: 44px;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	text-align: center;
	border: 1px solid #3e444a;
	z-index: 1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.social_follow li a:before {
	padding: 0 !important;
	font-size: 18px;
	display: inline-block;
	font-family: "Ionicons";
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.social_follow li a:hover {
	color: white;
	background: #3e444a;
}

.social_follow li.facebook a:before {
	content: "\f231";
}

.social_follow li.twitter a:before {
	content: "\f243";
}

.social_follow li.rss a:before {
	content: "\f23d";
}

.social_follow li.youtube a:before {
	content: "\f24d";
}

.social_follow li.googleplus a:before {
	content: "\f234";
}

.social_follow li.pinterest a:before {
	content: "\f2b1";
}

.social_follow li.vimeo a:before {
	content: "\f245";
}

.social_follow li.instagram a:before {
	content: "\f350";
}


/* end module social */


/* module advertising */

.advertising {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	overflow: hidden;
}

.advertising a img {
	width: 100%;
	height: auto;
}

.advertising a:before {
	background: rgba(255, 255, 255, 0.2);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
}

.advertising a:after {
	background: rgba(255, 255, 255, 0.2);
	bottom: 50%;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	opacity: 1;
}

.advertising:hover a:before {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 900ms linear;
	-moz-transition: all 900ms linear;
	-ms-transition: all 900ms linear;
	-o-transition: all 900ms linear;
	transition: all 900ms linear;
}

.advertising:hover a:after {
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 900ms linear;
	-moz-transition: all 900ms linear;
	-ms-transition: all 900ms linear;
	-o-transition: all 900ms linear;
	transition: all 900ms linear;
}


/* end module advertising */


/* module tags */

#tags_block {
	background: white;
	padding: 15px 0;
}

#tags_block h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #3e444a;
	margin: 0;
	text-transform: capitalize;
	float: left;
	margin-right: 30px;
}

#tags_block .tags_block {
	line-height: 1;
}

@media (max-width: 991px) {
	#tags_block .tags_block {
		display: inline-block;
		width: 100%;
		margin-top: 15px;
	}
}

#tags_block .tags_block li {
	line-height: 1;
	float: left;
	list-style: none;
}

#tags_block .tags_block li:first-child a {
	padding-left: 0;
	border-left: 0;
}

#tags_block .tags_block li a {
	display: block;
	float: left;
	padding: 0 15px;
	font-size: 14px;
	line-height: 14px;
	color: #919191;
	font-weight: 400;
	border-left: 1px solid #ebebeb;
	text-transform: capitalize;
}

@media (max-width: 767px) {
	#tags_block .tags_block li a {
		padding: 0 10px;
		font-size: 12px;
	}
}

#tags_block .tags_block li a:hover {
	color: #ea2a45;
}


/* end module tags */


/* module testimonials */

.testimonials_container {
	position: relative;
}

.testimonials_container .pos_title:before {
	content: "";
	background: url(../img/icon_testimonial.png) no-repeat #ea2a45;
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
}

.testimonials_container .item-testimonials .item {
	position: relative;
	text-align: center;
}

.testimonials_container .item-testimonials .item:before {
	background: url(../img/bg_testimonial.jpg) no-repeat white;
	content: "";
	height: 155px;
	background-size: cover;
	display: block;
}

.testimonials_container .item-testimonials .item .des_testimonial {
	position: relative;
	margin-bottom: 10px;
}

@media (max-width: 1199px) {
	.testimonials_container .item-testimonials .item .des_testimonial {
		margin-bottom: 30px;
	}
}

.testimonials_container .item-testimonials .item .des_testimonial:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 20px;
	bottom: -10px;
}

.testimonials_container .item-testimonials .item .des_testimonial p {
	color: #3e444a;
	line-height: 24px;
	margin: 0;
	font-size: 16px;
}

.testimonials_container .item-testimonials .item img {
	margin-bottom: 7px;
	border: 2px solid #ea2a45;
	border-radius: 100%;
	width: 86px;
	height: 86px;
	border: 3px solid #ea2a45;
	margin-top: -43px;
}

.testimonials_container .item-testimonials .item .content_author .des_namepost {
	font-size: 16px;
	color: #ea2a45;
	line-height: 30px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0;
}

.testimonials_container .item-testimonials .item .content_author .des_email {
	font-size: 14px;
	color: #959595;
	line-height: 20px;
	margin: 0;
}

.testimonials_container .item-testimonials .item .content_author .des_email:hover {
	color: #ea2a45;
}


/* end module testimonials */


/* static */

@-webkit-keyframes fadeInRightBanner {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBanner {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBanner {
	-webkit-animation-name: fadeInRightBanner;
	animation-name: fadeInRightBanner;
}

.static-top {
	text-align: center;
	color: #000;
	font-size: 13px;
	line-height: 18px;
	padding: 13px 0;
	text-transform: capitalize;
	background:#2aeab6;
    font-weight: 700;
}

.static-top a {
	color: #000;
	display: inline-block;
	line-height: 18px;
}

.static-top a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #3e444a;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.static-top a:hover {
	color: #ea2a45;
}

.static-top a:hover:before {
	border-color: #ea2a45;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.home-banner {
	position: relative;
	display: inline-block;
	width: 100%;
}

@media (min-width: 992px) {
	.home-banner {
		margin-bottom: 0;
	}
}

.home-banner .row {
	margin: 0 -5px;
}

.home-banner .row .col {
	padding: 0 5px;
}

.banner-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.banner-box img {
	width: 100%;
}

.banner-box:hover .txt_banner h2,
.banner-box:hover .txt_banner h3,
.banner-box:hover .txt_banner a {
	animation: fadeInRightBanner 0.5s linear alternate;
	-webkit-animation: fadeInRightBanner 0.5s linear alternate;
	-moz-animation: fadeInRightBanner 0.5s linear alternate;
}

.banner-box .txt_banner {
	position: absolute;
	left: 50px;
	top: 50%;
	max-width: 40%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner-box .txt_banner {
		left: 20px;
		max-width: 50%;
	}
}

@media (max-width: 440px) {
	.banner-box .txt_banner {
		left: 20px;
		max-width: 50%;
	}
}

.banner-box .txt_banner h2 {
	color: #747c83;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 400;
	margin: 0;
}

@media (max-width: 440px) {
	.banner-box .txt_banner h2 {
		font-size: 16px;
	}
}

.banner-box .txt_banner h3 {
	color: #3e444a;
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.banner-box .txt_banner h3 {
		font-size: 24px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner-box .txt_banner h3 {
		margin-bottom: 10px;
	}
}

@media (max-width: 440px) {
	.banner-box .txt_banner h3 {
		margin-bottom: 10px;
		font-size: 20px;
	}
}

.banner-box .txt_banner a {
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	font-size: 13px;
	text-transform: uppercase;
	color: #3e444a;
	background: #ea2a45;
	border-radius: 5px;
}

@media (max-width: 440px) {
	.banner-box .txt_banner a {
		line-height: 30px;
	}
}

.banner-box .txt_banner a:hover {
	background: #3e444a;
	color: white;
}

.connect-area {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.connect-area .container {
	position: relative;
}

.connect-area img {
	width: 100%;
}

.connect-area:hover .connect-content h2,
.connect-area:hover .connect-content h3,
.connect-area:hover .connect-content p,
.connect-area:hover .connect-content a {
	animation: fadeInRightBanner 0.5s linear alternate;
	-webkit-animation: fadeInRightBanner 0.5s linear alternate;
	-moz-animation: fadeInRightBanner 0.5s linear alternate;
}

@media (min-width: 768px) {
	.connect-area .connect-content {
		position: absolute;
		left: 15px;
		top: 50%;
		right: 15px;
		overflow: hidden;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.connect-area .connect-content .info {
	padding: 0;
}

@media (max-width: 767px) {
	.connect-area .connect-content {
		margin-top: 10px;
	}
}

.connect-area .connect-content h2 {
	color: #3e444a;
	font-size: 48px;
	text-transform: capitalize;
	font-weight: 300;
	margin: 0;
	line-height: 1;
}

@media (max-width: 1199px) {
	.connect-area .connect-content h2 {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	.connect-area .connect-content h2 {
		font-size: 26px;
	}
}

@media (max-width: 440px) {
	.connect-area .connect-content h2 {
		font-size: 24px;
	}
}

.connect-area .connect-content h3 {
	color: #3e444a;
	font-size: 48px;
	line-height: 1;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.connect-area .connect-content h3 {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	.connect-area .connect-content h3 {
		font-size: 26px;
		margin-bottom: 10px;
	}
}

@media (max-width: 440px) {
	.connect-area .connect-content h3 {
		font-size: 24px;
	}
}

.connect-area .connect-content p {
	color: #3e444a;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 40px 0;
}

@media (max-width: 1199px) {
	.connect-area .connect-content p {
		font-size: 14px;
		margin: 0 0 30px 0;
	}
}

@media (max-width: 991px) {
	.connect-area .connect-content p {
		font-size: 13px;
		margin-bottom: 10px;
	}
}

.connect-area .connect-content a {
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	font-size: 13px;
	text-transform: uppercase;
	color: #3e444a;
	background: #ea2a45;
	border-radius: 5px;
}

@media (max-width: 440px) {
	.connect-area .connect-content a {
		line-height: 30px;
	}
}

.connect-area .connect-content a:hover {
	background: #3e444a;
	color: white;
}

.static_cms {
	position: relative;
	background: white;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 27px 10px;
	margin-bottom: 50px;
}

.static_cms .col-cms {
	border-left: 1px solid #ebebeb;
}

@media (max-width: 575px) {
	.static_cms .col-cms {
		border: none;
	}
}

.static_cms .col-cms:first-child {
	border: none;
}

.static_cms .box_cms {
	display: inline-block;
	width: 100%;
}

.static_cms .box_cms:hover .txt_cms h2 {
	color: #ea2a45;
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.static_cms .box_cms img {
	float: left;
	margin-right: 10px;
}

.static_cms .box_cms .txt_cms {
	overflow: hidden;
	padding: 5px 0;
}

.static_cms .box_cms .txt_cms h2 {
	line-height: 20px;
	color: #3e444a;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.static_cms .box_cms .txt_cms p {
	line-height: 20px;
	color: #757575;
	font-size: 13px;
	margin: 0;
}

.static_footer .txt_info {
	float: left;
}

.static_footer .txt_info h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	color:#fff;
}

@media (max-width: 1199px) {
	.static_footer .txt_info h2 {
		font-size: 26px;
	}
}

.static_footer .txt_info h2 span {
	font-weight: 700;
}

.static_footer .txt_info p {
	color: #fff;
	font-size: 13px;
}

.static_footer a {
	float: right;
	display: inline-block;
	padding: 0 30px;
	line-height: 48px;
	background: #3e444a;
	border-radius: 25px;
	color: white;
	text-transform: uppercase;
}

@media (max-width: 640px) {
	.static_footer a {
		float: left;
		clear: both;
		margin-top: 15px;
	}
}

.static_footer a:hover {
	background: #2b3137;
}

.tag-static {
	margin-top: 40px;
	padding: 40px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.tag-static li a {
	line-height: 30px;
	text-transform: capitalize;
	color: #5b697b;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.tag-static li a:first-child {
	padding: 0 15px;
	font-weight: 400;
	color: #fff;
	background: #37475a;
	border-radius: 5px;
	margin-right: 8px;
}

.tag-static li a:first-child:after {
	display: none;
}

.tag-static li a:hover {
	color: white;
}

.tag-static li a:after {
	content: "/";
	display: inline-block;
	vertical-align: top;
	margin: 0 9px;
	color: #5b697b;
}

.tag-static li a:last-child:after {
	display: none;
}


/* end static */


/* footer */

#footer {
	padding: 0;
	color: #666666;
}

#footer p {
	/*color: #666666;*/
}

#footer .footer-container {
	margin: 0;
	padding: 0;
	overflow: visible;
	box-shadow: none;
	background: white;
}

#footer .footer-container .footer-top {
	padding: 45px 0;
	background: #ea2a45;
}

#footer .footer-container .footer-middle {
	padding: 45px 10px;
	background: #222;
}

#footer .footer-container .footer-bottom {
	background: #333;
}

#footer .footer-container .footer-bottom .container {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer .footer-container .footer-bottom .container:before {
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
}

#footer .footer-container .footer-bottom .copyright {
	line-height: 30px;
	color: #999999;
	font-size: 13px;
	line-height: 23px;
}

@media (max-width: 767px) {
	#footer .footer-container .footer-bottom .copyright {
		margin-bottom: 10px;
	}
}

#footer .footer-container .footer-bottom .copyright a {
	color: #ddd;
}

#footer .footer-container .footer-bottom .copyright a:hover {
	color: #ea2a45;
}

#footer .footer-container .footer-bottom .payment {
	text-align: right;
}

@media (max-width: 767px) {
	#footer .footer-container .footer-bottom .payment {
		text-align: left;
	}
}

#footer .footer-container .footer-bottom .payment img {
	display: inline-block;
	margin: 0;
}

#footer .footer-container .about_us {
	line-height: 20px;
}

#footer .footer-container .about_us .footer-info {
	padding-top: 15px;
}

#footer .footer-container .about_us .logo_footer {
	margin-bottom: 5px;
}

#footer .footer-container .about_us .logo_footer img {
	margin: 0;
}

#footer .footer-container .about_us .desc_footer {
	margin-bottom: 20px;
}

#footer .footer-container .about_us .add {
	margin-bottom: 20px;
}

#footer .footer-container .about_us .add h2 {
	font-size: 16px;
	color: #ea2a45;
	text-transform: capitalize;
	margin-bottom: 10px;
}

#footer .footer-container .about_us .add p {
	font-size: 23px;
	color: #fff;
	margin-bottom: 0;
}

#footer .footer-container .about_us .add p a {
	color: #fff;
}

#footer .footer-container .about_us .add p a:hover {
	color: #ea2a45;
}

#footer .footer-container .footer_block {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	#footer .footer-container .footer_block {
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#footer .footer-container .footer_block:nth-child(3) {
		clear: both;
	}
}

@media (max-width: 767px) {
	#footer .footer-container .footer_block .title {
		padding: 0;
		border: none;
	}
}

#footer .footer-container .footer_block h3 {
	font-size: 17px;
	line-height: 45px;
	font-weight: 700;
	color: #999;
	margin: 0 0 15px 0;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}

@media (max-width: 767px) {
	#footer .footer-container .footer_block h3 {
		margin: 0;
		line-height: 30px;
	}
}

#footer .footer-container .footer_block .navbar-toggler {
	position: absolute;
	right: 15px;
	top: 5px;
	width: auto;
	height: auto;
	color: #666666;
}

#footer .footer-container .footer_block .footer_list {
	margin-bottom: 0;
	background: none;
}

#footer .footer-container .footer_block .footer_list li {
	display: block;
	margin: 0;
	line-height: 20px;
	margin-bottom: 10px;
	border: 0;
	padding: 0;
	font-weight: 400;
}

#footer .footer-container .footer_block .footer_list li a {
	font-size: 14px;
	line-height: 20px;
	display: block;
	position: relative;
	color: #666666;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#footer .footer-container .footer_block .footer_list li a:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	display: inline-block;
	margin-right: 5px;
	font-weight: 700;
	display: none;
}

#footer .footer-container .footer_block .footer_list li a:hover {
	color: #ea2a45;
	padding-left: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#footer .footer-container .footer_block .footer_list li a:hover:before {
	color: #ea2a45;
}


/* end footer */


/* category page */

@media (max-width: 767px) {
	#left-column,
	#content-wrapper,
	#right-column {
		width: 100%;
	}
}

.name_category {
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}

.name_category h2 {
	display: inline-block;
	position: relative;
	font-size: 30px;
	font-weight: 500;
	color: white;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
}

#js-product-list-top ul.display {
	float: left;
	margin-right: 50px;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
	#js-product-list-top ul.display {
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	#js-product-list-top ul.display {
		margin-bottom: 10px;
	}
}

#js-product-list-top ul.display li {
	float: left;
	line-height: 26px;
	margin-right: 5px;
	cursor: pointer;
	color: #dbdbdb;
	background: transparent;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#js-product-list-top ul.display li:hover,
#js-product-list-top ul.display li.selected {
	color: #ea2a45;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#js-product-list-top ul.display li i {
	font-size: 24px;
}

.quickview .modal-content {
	background: white;
}

@media (min-width: 1920px) {
	.modal {
		top: 50%;
		bottom: auto;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.modal-dialog {
		margin: 0 auto;
	}
}

#js-product-list .product_content {
	position: relative;
	background: white;
}

#js-product-list .product_content.list .js-product-miniature {
	padding: 20px;
	margin-bottom: 20px;
}

#js-product-list .product_content.list .js-product-miniature .row {
	margin: 0;
}

#js-product-list .product_content.list .js-product-miniature:before {
	display: none;
}

#js-product-list .product_content.list .js-product-miniature .box-top,
#js-product-list .product_content.list .js-product-miniature .img_block .add-to-links {
	display: none;
}

#js-product-list .product_content.list .js-product-miniature .img_block {
	padding: 0;
	overflow: hidden;
	margin: 0;
}

#js-product-list .product_content.list .js-product-miniature .product_desc {
	padding: 20px;
	text-align: left;
}

@media (max-width: 479px) {
	#js-product-list .product_content.list .js-product-miniature .product_desc {
		padding: 20px 0 0 0;
	}
}

@media (min-width: 992px) {
	#js-product-list .product_content.list .js-product-miniature .product_desc {
		padding-right: 200px;
	}
}

#js-product-list .product_content.list .js-product-miniature .product_desc .box-inner {
	text-align: center;
}

@media (min-width: 992px) {
	#js-product-list .product_content.list .js-product-miniature .product_desc .box-inner {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		border-left: 1px solid #ebebeb;
		min-width: 180px;
		padding-top: 20px;
		padding-left: 20px;
	}
}

#js-product-list .product_content.list .js-product-miniature .product_desc .box-inner div.cart {
	position: static;
	margin-bottom: 10px;
}

#js-product-list .product_content.list .js-product-miniature .product_desc .box-inner div.cart button.ajax_add_to_cart_button,
#js-product-list .product_content.list .js-product-miniature .product_desc .box-inner div.cart span.ajax_add_to_cart_button {
	display: block;
	background: #ea2a45;
	color: #3e444a;
	line-height: 40px;
	height: 40px;
	width: 100%;
	padding: 0 10px;
	cursor: pointer;
	font-size: 15px;
	border: none;
	border-radius: 5px;
	text-transform: capitalize;
	-moz-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

#js-product-list .product_content.list .js-product-miniature .product_desc .box-inner div.cart button.ajax_add_to_cart_button:before,
#js-product-list .product_content.list .js-product-miniature .product_desc .box-inner div.cart span.ajax_add_to_cart_button:before {
	display: none;
}

#js-product-list .product_content.list .js-product-miniature .product_desc .box-inner div.cart button.ajax_add_to_cart_button:hover,
#js-product-list .product_content.list .js-product-miniature .product_desc .box-inner div.cart span.ajax_add_to_cart_button:hover {
	color: white;
	background: #3e444a;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#js-product-list .product_content.list .js-product-miniature .product_desc .box-inner .add-to-links {
	position: static;
}

#js-product-list .product_content.list .js-product-miniature .product_desc .box-inner .add-to-links li {
	float: none;
	clear: none;
	display: inline-block;
	height: 40px;
	opacity: 1;
	-moz-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#js-product-list .product_content.list .js-product-miniature .product_desc .box-inner .product-price-and-shipping {
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	#js-product-list .product_content.list .js-product-miniature .product_desc .box-inner .product-price-and-shipping {
		margin-bottom: 20px;
	}
}

#js-product-list .product_content.list .js-product-miniature .product_desc .box-inner .product-price-and-shipping .price {
	font-size: 24px;
}

#js-product-list .product_content.list .js-product-miniature .product_desc .box-inner .product-price-and-shipping .regular-price {
	font-size: 22px;
}

#js-product-list .product_content.list .js-product-miniature .product_desc .product_name {
	min-height: auto;
	text-transform: capitalize;
	font-size: 18px;
	color: #2777d0;
	margin-top: 0 !important;
	margin-bottom: 20px;
}

#js-product-list .product_content.list .js-product-miniature .product_desc .product_name:hover {
	color: #3e444a;
}

#js-product-list .product_content.list .js-product-miniature .product_desc .hook-reviews {
	margin: 0;
}

#js-product-list .product_content.list .js-product-miniature .product_desc .product-desc {
	display: block;
}

#js-product-list .product_content.list .js-product-miniature .product_desc .product-desc p {
	font-size: 14px;
	color: #757575;
	line-height: 25px;
	padding: 0;
}

#js-product-list .product_content.list .js-product-miniature .product_desc .variant-links {
	margin-top: 30px;
}

@media (max-width: 479px) {
	#js-product-list .product_content.list .js-product-miniature .img_block,
	#js-product-list .product_content.list .js-product-miniature .product_desc {
		width: 100%;
	}
}

#js-product-list .product_content.grid {
	margin: 0 -10px;
}

#js-product-list .product_content.grid .item-product {
	padding: 0 10px;
}

#js-product-list .product_content.grid .item-product .js-product-miniature {
	margin-bottom: 20px;
}

#js-product-list .product_content.grid .item-product .js-product-miniature:before {
	left: -15px;
	right: auto;
}

#js-product-list .product_content.grid .item-product .js-product-miniature:after {
	content: "";
	border-bottom: 1px solid #ebebeb;
	bottom: -30px;
	left: -30px;
	right: 0;
	position: absolute;
}

@media (min-width: 480px) and (max-width: 543px) {
	#js-product-list .product_content.grid .item-product {
		width: 50%;
	}
}

@media (min-width: 992px) {
	#js-product-list .product_content.grid .item-product:nth-child(3n+1) {
		clear: both;
	}
	#js-product-list .product_content.grid .item-product:nth-child(3n+1) .js-product-miniature:before {
		display: none;
	}
	#js-product-list .product_content.grid .item-product:nth-child(3n+1) .js-product-miniature:after {
		left: 0;
	}
}

@media (min-width: 480px) and (max-width: 991px) {
	#js-product-list .product_content.grid .item-product:nth-child(2n+1) {
		clear: both;
	}
	#js-product-list .product_content.grid .item-product:nth-child(2n+1) .js-product-miniature:before {
		display: none;
	}
	#js-product-list .product_content.grid .item-product:nth-child(2n+1) .js-product-miniature:after {
		left: 0;
	}
}

@media (max-width: 479px) {
	#js-product-list .product_content.grid .item-product {
		clear: both;
	}
	#js-product-list .product_content.grid .item-product .js-product-miniature:before {
		display: none;
	}
	#js-product-list .product_content.grid .item-product .js-product-miniature:after {
		left: 0;
	}
}

@media (min-width: 480px) and (max-width: 543px) {
	#js-product-list .product_content .item-product.grid {
		float: left;
		width: 50%;
	}
}

.breadcrumb_container {
	overflow: hidden;
	margin: 0;
	font-size: 14px;
	background: #f9f9f9;
}

.breadcrumb_container .breadcrumb-inner {
	background: transparent;
	margin-top: 30px;
}

.breadcrumb_container .breadcrumb-inner ol {
	padding-left: 0;
	margin-bottom: 0;
}

.breadcrumb_container .breadcrumb-inner ol li {
	display: inline;
}

.breadcrumb_container .breadcrumb-inner ol li:after {
	content: "\f3d3";
	font-family: "Ionicons";
	color: #666666;
	margin: 0.3125em;
	font-size: 14px;
	vertical-align: -1px;
}

.breadcrumb_container .breadcrumb-inner ol li:last-child a,
.breadcrumb_container .breadcrumb-inner ol li:last-child span {
	color: #333333;
}

.breadcrumb_container .breadcrumb-inner ol li:last-child:after {
	content: "";
}

.breadcrumb_container .breadcrumb-inner ol li a {
	display: inline-block;
	position: relative;
	color: #666666;
	line-height: 25px;
}

.breadcrumb_container .breadcrumb-inner ol li a:hover {
	color: #ea2a45;
}

.breadcrumb_container .breadcrumb-inner[data-depth="1"] {
	display: none;
}

.block-category {
	padding: 0;
	min-height: auto;
	margin: 0;
}

.block-category h1.h1 {
	font-weight: 500;
	color: #333333;
	font-size: 24px;
	line-height: 24px;
	padding: 0 0 15px 0;
	margin: 0;
	border: none;
}

.block-category .category-cover {
	position: static;
	margin-bottom: 20px;
}

.block-category .category-cover img {
	width: auto;
	height: auto;
}

.block-category.card {
	box-shadow: none;
	border: 0;
}

#products img,
.featured-products img,
.product-accessories img {
	margin: 0;
}

.block-categories,
#search_filters {
	box-shadow: none;
	background: #f6f6f6;
	padding: 35px 20px;
	margin-bottom: 30px;
}

.block-categories a.h6 {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #3e444a;
	margin-bottom: 15px;
	position: relative;
	display: block;
}

.block-categories .category-sub-menu {
	margin: 0;
}

.block-categories .category-sub-menu li {
	display: inline-block;
	width: 100%;
}

.block-categories .category-sub-menu li a {
	color: #3e444a;
}

.block-categories .category-sub-menu li a:hover {
	color: #ea2a45;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
	font-weight: 400;
	color: #3e444a;
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 35px;
	margin: 0;
	padding: 0;
	border: none;
}

.block-categories .category-sub-menu li[data-depth="0"]>a:hover {
	font-weight: 600;
}

.block-categories .category-sub-menu li[data-depth="1"] {
	margin: 0;
}

.block-categories .category-sub-menu li:last-child a {
	border-bottom: 0;
}

.block-categories .category-sub-menu .category-sub-link {
	font-size: 14px;
	line-height: 35px;
	margin: 0;
	padding: 0 10px;
	display: block;
}

.block-categories .collapse-icons {
	top: 5px;
	right: 0;
	height: auto;
	width: auto;
}

.block-categories .collapse-icons i {
	font-size: 18px;
}

.block-categories .collapse-icons i:hover {
	color: #ea2a45;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {
	display: none;
}

#search_filters_wrapper #search_filters h4 {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #3e444a;
	margin-bottom: 25px;
	position: relative;
	display: block;
}

#search_filters .facet .facet-title {
	display: block;
	clear: both;
	color: #3e444a;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 24px;
	text-transform: capitalize;
}

#search_filters .facet .collapse {
	margin: 0;
}

#search_filters .facet .collapse li {
	line-height: 25px;
}

#search_filters .facet .custom-checkbox input[type="checkbox"]+span {
	margin: -3px 3px 0 0;
	width: 15px;
	height: 15px;
	border: 1px #3e444a solid;
	border-radius: 2px;
}

#search_filters .facet .custom-checkbox input[type="checkbox"]+span.color {
	border: 0;
}

#search_filters .facet .facet-label {
	margin: 5px 0;
}

#search_filters .facet .facet-label a {
	color: #3e444a;
	font-size: 14px;
	margin-top: 0;
}

#search_filters .facet .facet-label a:hover {
	color: #ea2a45;
}


/* Drop-down list */

.facet-dropdown {
	color: #3e444a;
	background: white;
	border: none;
	box-shadow: none;
}

.facet-dropdown .select-title {
	border: 1px solid #ebebeb;
	color: #3e444a;
	padding: 10px 15px;
	border-radius: 5px;
	background: #ffffff;
	background: -moz-linear-gradient(top, white 1%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top, white 1%, #f3f3f3 100%);
	background: linear-gradient(to bottom, #ffffff 1%, #f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}

.facet-dropdown.open>.select-title {
	border: 1px solid #ebebeb;
	background: #ffffff;
	background: -moz-linear-gradient(top, white 1%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top, white 1%, #f3f3f3 100%);
	background: linear-gradient(to bottom, #ffffff 1%, #f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}

.facet-dropdown .dropdown-menu {
	border: 1px solid #ebebeb;
	background: -moz-linear-gradient(top, white 1%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top, white 1%, #f3f3f3 100%);
	background: linear-gradient(to bottom, #ffffff 1%, #f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
	box-shadow: none;
}

.facet-dropdown .select-list {
	display: block;
	color: #3e444a;
	font-size: 14px;
	background: transparent;
}


/* end Drop-down list */


/* page list */

.pagination .page-list {
	box-shadow: none;
	padding: 0;
	text-align: left !important;
}

.pagination {
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #ebebeb;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 0;
	line-height: 40px;
	color: #3e444a;
}

.pagination .previous,
.pagination .next {
	float: none;
}

.pagination a {
	font-weight: 400;
	color: #3e444a;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	background: #f1f2f4;
	border-radius: 5px;
	font-size: 14px;
	display: inline-block;
}

.pagination a i {
	font-size: 14px;
}

.pagination a:hover {
	background: #ea2a45;
	color: white;
}

.pagination .disabled {
	color: #3e444a;
}

.pagination .current a {
	background: #ea2a45;
	font-size: 14px;
	color: white;
}

.pagination .show_items {
	line-height: 28px;
	font-size: 14px;
}

.pagination>div:first-child {
	line-height: 1;
}


/*end page list */

@media (max-width: 767px) {
	#category #left-column #search_filters .facet .navbar-toggler {
		padding: 0.625rem 3rem 0 0;
	}
}

.products-selection .filter-button .btn-secondary,
.products-selection .filter-button .btn-tertiary {
	box-shadow: none;
	padding: 4px 15px;
	border-radius: 4px;
}

.products-selection .total-products {
	padding-top: 0;
}

.products-selection {
	border: 1px solid #ebebeb;
	padding: 15px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.products-selection p,
.products-selection .sort-by {
	line-height: 20px;
	font-size: 14px;
	padding: 5px;
	margin: 0;
	float: left;
	color: #757575;
	font-weight: 400;
	text-transform: capitalize;
}

.products-selection .products-sort-order .select-title {
	border: 1px solid #ebebeb;
	padding: 2px 15px;
	line-height: 24px;
	font-size: 14px;
	margin: 0;
	color: #757575;
	text-align: left;
	box-shadow: none;
}

.products-selection .products-sort-order .select-title i {
	float: right;
}

.products-selection .products-sort-order .dropdown-menu {
	background: #fff;
	border: 1px solid #e1e1e1;
	right: 15px;
	left: auto;
	text-align: right;
	box-shadow: none;
	max-width: 100%;
}

.products-selection .products-sort-order .dropdown-menu .select-list {
	line-height: 24px;
	font-size: 14px;
	padding: 3px 15px;
}

.products-selection .products-sort-order .dropdown-menu .select-list:hover {
	background: #ea2a45;
}

.text-muted {
	margin-bottom: 20px;
}


/* end category page */


/* product page */

.box_content {
	border: 1px solid #ebebeb;
	padding: 20px;
	display: inline-block;
	width: 100%;
}

.h1.namne_details,
.product_name_h1 {
	font-size: 24px;
	line-height: 1;
	color: #000;
	text-transform: capitalize;
	font-weight: 400;
	margin: 0 0 15px 0;
}

.product-prices {
	margin: 0;
}

.product-prices .price,
.product-prices .current-price span:first-child {
	font-weight: 600;
	font-size: 32px;
	line-height: 30px;
	color: #3e444a;
}

.product-prices .sale_details {
	/*color: #fd5018 !important;*/
}

.product-discount {
	display: block;
}

.product-discount .regular-price {
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #ff0000;
}

.has-discount.product-price,
.has-discount p {
	font-weight: 600;
	line-height: 30px;
	display: block;
	color: #3e444a;
}

@media (max-width: 767px){
	.product-line-grid-body {
		margin-bottom: 0;
	}
}

.tab-content>.active {
    margin: 0 10px;
}

.has-discount .discount {
	font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #ea2a45;
    padding: 0 15px;
    background: #fff;
    vertical-align: 7px;
    border: 1px solid #ea2a45;
    border-radius: 5px;
}

.product-information {
	color: #3e444a;
	font-size: 14px;
	font-weight: normal;
	margin:15px 0 10px 0;
}

.product-information span {
	font-size: 14px;
}

.product-information .product-desc {
	margin: 15px 0 0 0;
	padding: 15px 0;
	border-top: 1px solid #ebebeb;
	font-size: 14px;
	color: #757575;
}

.product-information .product-desc p {
	font-size: 14px;
	color: #757575;
	margin: 0;
}

.product-information .product-desc p span {
	font-size: 14px !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #757575;
}

.product-prices div {
	margin: 0;
}

.bootstrap-touchspin,
.product-variants>.product-variants-item select {
	box-shadow: none;
}

.product-variants>.product-variants-item {
	margin: 0 0 20px 0;
}

.product-quantity {
	display: block;
}

.product-quantity .qty {
	margin-right: 10px;
}

@media (max-width: 360px) {
	.product-quantity .add {
		clear: both;
		margin-top: 10px;
	}
}

.product-quantity #quantity_wanted {
	height: 50px;
}

.product-quantity .btn-touchspin {
	height: 26px;
}

.product-quantity .btn-touchspin:hover {
	border: 1px solid rgba(0, 0, 0, 0.25);
}

.product-actions .product-add-to-cart {
	padding-top: 15px;
	border-top: 1px solid #ebebeb;
}

.product-actions .add-to-cart {
	position: relative;
	padding: 0 40px;
	color: #fff;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	font-weight: 700;
	border: none;
	background: #ea2a45;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
	text-transform: capitalize;
}

.product-actions .add-to-cart:hover {
	background: #3e444a;
	color: white;
}

.product-actions .add-to-cart:before {
	display: inline-block;
	margin-right: 5px;
	content: '+';
}

.product-actions .add-to-cart i {
	display: none;
}

.product-minimal-quantity{
	margin:0 0 10px 0;
	font-weight:bold;
	color:#000;
}

.reference {
	font-size: 14px;
	color: #3e444a;
	margin: 0;
}

#block-reassurance {
	box-shadow: none !important;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ebebeb;
	padding: 20px 0 0 0;
}

#block-reassurance span {
	font-weight: 400 !important;
	font-size: 14px;
}

#block-reassurance li {
	border: none !important;
}

#block-reassurance li .block-reassurance-item {
	padding: 10px;
	float: left;
	width: 100%;
	border: none !important;
}

#block-reassurance li .block-reassurance-item img {
	float: left;
	margin-right: 20px;
	width: auto;
}

#block-reassurance li .block-reassurance-item span.h6 {
	overflow: hidden;
	color: #757575;
	display: block;
}

@media (max-width: 543px) {
	#block-reassurance li {
		width: 100%;
		display: inline-block;
		margin-bottom: 20px;
	}
	#block-reassurance li:last-child {
		margin: 0;
	}
	#block-reassurance li .block-reassurance-item {
		width: 100%;
	}
}

#product #content {
	overflow: hidden;
	max-width: 470px;
}

#product #content .product-flag .new {
	top: 10px !important;
	bottom: auto;
	z-index: 1;
	left: 10px;
}

.product-cover img {
	box-shadow: none;
	border: none;
}

li.product-flag {
	background: #ea2a45;
	color: white;
	font-size: 12px;
	padding: 0;
	min-width: 60px;
	text-align: center;
	display: block;
	z-index: 1;
	line-height: 30px;
	border-radius: 20px;
	font-weight: 500;
	height: 30px;
	margin: 0;
}

.social-sharing {
	margin: 0;
	line-height: 1;
}

.social-sharing li {
	box-shadow: none;
	height: auto;
	width: auto;
	border-radius: 0;
	display: inline-block;
	background: none;
	line-height: 1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.social-sharing li:hover a {
	color: #ea2a45;
}

.social-sharing li a {
	display: inline-block;
	line-height: 24px;
	height: 24px;
	text-align: center;
	color: #b4b4b4;
	margin-right: 5px;
	white-space: normal;
	text-indent: 0;
	overflow: hidden;
	font-size: 0;
	padding: 0;
}

.social-sharing li a:before {
	font-family: "Ionicons";
	font-size: 18px;
	display: block;
	background: transparent;
	margin-right: 5px;
}

.social-sharing li.facebook a:before {
	content: "\f231";
}

.social-sharing li.twitter a:before {
	content: "\f243";
}

.social-sharing li.googleplus a:before {
	content: "\f234";
}

.social-sharing li.pinterest a:before {
	content: "\f2b1";
}

.tabs {
	box-shadow: none;
	display: inline-block;
	width: 100%;
	margin: 100px 0;
	padding: 30px;
	position: relative;
	background: white;
}

.tabs:before {
	content: "";
	background: #f6f6f6;
	position: absolute;
	left: -9999rem;
	right: -9999rem;
	top: -50px;
	bottom: -50px;
	z-index: -1;
}

.tabs .nav-tabs {
	border: none;
	position: relative;
	display: block;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
}

.tabs .nav-tabs .nav-item {
	position: relative;
	display: inline-block;
	margin: 0;
	float: none;
}

@media (max-width: 639px) {
	.tabs .nav-tabs .nav-item {
		width: 100%;
	}
	.tabs .nav-tabs .nav-item .nav-link {
		border: none !important;
		padding: 10px 0 !important;
	}
}

.tabs .nav-tabs .nav-item:first-child .nav-link {
	margin-left: 0;
}

.tabs .nav-tabs .nav-item .nav-link {
	background: transparent;
	border: 0;
	text-transform: capitalize;
	line-height: 25px;
	font-weight: 600;
	color: #a9a9a9;
	padding: 15px 0;
	margin: 0 30px;
	font-size: 18px;
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.tabs .nav-tabs .nav-item .nav-link:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	right: 50%;
	height: 2px;
	background: transparent;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.tabs .nav-tabs .nav-item .nav-link span {
	position: relative;
	z-index: 1;
}

.tabs .nav-tabs .nav-item .nav-link:hover,
.tabs .nav-tabs .nav-item .nav-link.active {
	color: #3e444a;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.tabs .nav-tabs .nav-item .nav-link:hover:before,
.tabs .nav-tabs .nav-item .nav-link.active:before {
	left: 0;
	right: 0;
	background: #ea2a45;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.tab-content {
	padding: 30px 0;
	background: white;
	font-size: 14px;
	background: white;
	line-height: 24px;
}

.product-description {
	font-size: 14px;
	color: #757575;
}

.product-description p {
	font-size: 14px;
	color: #757575;
}

.product-description p span {
	font-size: 14px !important;
	font-family: 'Open Sans', sans-serif !important;
}

#tab-content {
	font-size: 12px;
}

#tab-content label {
	font-size: 12px;
}

#product-modal .modal-content .modal-body .product-images img {
	max-width: none;
	border: transparent 3px solid;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#product-modal .modal-content .modal-body .product-images img:hover {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.images-container {
	max-width: 510px;
	margin: auto;
	position: relative;
	margin-bottom: 30px;
}

.images-container img {
	display: none;
}

.images-container .slick-slider img {
	display: block;
}

.product-images {
	max-width: 80%;
	margin: auto;
}

@media (min-width: 1200px) {
	.product-images {
		max-width: 85%;
	}
}

.product-images .slick-prev:before,
.product-images .slick-next:before {
	color: #e2e2e2;
	opacity: 1;
}

.product-images .slick-prev:hover:before,
.product-images .slick-next:hover:before {
	color: #ea2a45;
}

.product-images .thumb-container {
	position: relative;
	cursor: pointer;
}

.product-images .thumb-container>div {
	margin: 0 5px;
	position: relative;
}

.product-images .thumb-container>div:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid transparent;
	pointer-events: none;
}

.product-images .thumb-container.slick-current>div:before {
	border-color: #ea2a45;
}

.product-images .thumb-container img {
	width: 100%;
}

.product-cover {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.product-cover img {
	box-shadow: none;
}

.product-cover:before {
	font-family: "Ionicons";
	content: "\f25e";
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #e2e2e2;
	z-index: 1;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.7);
	line-height: 50px;
	font-size: 50px;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	pointer-events: none;
	opacity: 0;
}

@media (max-width: 991px) {
	.product-cover:before {
		opacity: 1;
	}
}

.product-cover:hover:before {
	opacity: 1;
	background: white;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.quickview .product-cover:before {
	display: none;
}

.modal-content .thumb-container {
	margin-bottom: 10px;
}

.product-cover .layer {
	background: transparent;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.product-cover .layer .zoom-in {
	color: #ea2a45;
	font-size: 4.25rem;
}

.product-accessories,
.categoryproducts {
	margin-bottom: 50px;
}

.scroll-box-arrows.scroll {
	display: none;
}

.img-thumbnail {
	margin-bottom: 20px;
}

#product-modal .modal-content .modal-body .product-images img {
	max-width: 90px;
	margin: 0;
}

#product-modal .modal-content .modal-body .image-caption {
	width: 100%;
}

#product-modal .modal-content .modal-body .mask {
	max-height: 390px;
}

#product-modal .modal-content .modal-body {
	margin: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (min-width: 992px) {
	#product-modal .modal-content .modal-body .product-images {
		display: inline-block;
	}
	.product-images>li.thumb-container {
		float: left;
		clear: both;
		display: inline-block;
	}
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 700px;
	}
}

.quickview .social-sharing {
	margin: 0;
	text-align: left;
}

.product-discounts {
	margin: 0;
}

.quickview #product_comments_block_extra .comments_advices {
	display: none;
}

#blockcart-modal .modal-title,
#blockcart-modal button.close {
	color: white;
	font-weight: 400;
}

.blockcart .body .DivClose {
	width:100%;
	height:40px;
	background: #f1f1f1;
}

.blockcart .body .close {
	float: right;
    font-size: 26px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 4px;
    opacity: 0.3;
    font-weight: bold;
    margin: 0;
}

.product-line-grid-body>.product-line-info>.cartNameProd {
	color: #000;
	font-size: 14px;
	margin: 0 0 5px 5px;
}

.product-line-grid-body>.product-line-info>.label {
	float: left;
	color: #313131;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight:bold;
}

.product-line-grid-body>.product-line-info>.label:hover {
	color: #ea2a45;
}

.product-line-grid-body .product-discount .regular-price {
	font-size: 16px;
	color: #757575;
}

.product-line-grid-body .current-price {
	line-height: 1;
}

.product-line-grid-body .current-price .price {
	font-size: 16px;
	color: #fd5018;
	font-weight: 600;
}

.product-line-grid-body .has-discount .discount {
	line-height: 22px;
	vertical-align: bottom;
	border-radius: 5px;
}

.modal-content {
	border: none;
}

.cart-grid-body a.label {
	font-size: 17px;
	margin:10px;
}

p#loyalty{
    margin: 10px 15px;
    color: #000;
}

a.loyaltyLinkConvert{
    border: 2px solid #3e444a;
    display: block;
    padding: 5px;
    max-width: 500px;
    margin: 0 auto;
}
a.loyaltyLinkConvert:hover{
    border: 2px solid #ea2a45;
	color:#ea2a45;
}

.panel-product-actions {
	margin-top: 15px;
	text-align: left;
}

.panel-product-line {
	display: inline-block;
	vertical-align: top;
	float: left;
}

.panel-product-line #wishlist_button,
.panel-product-line .compare-button {
	line-height: 30px;
	padding: 0;
	border: none;
	color: #3e444a;
	font-size: 14px;
	background: transparent;
	margin-right: 15px;
	cursor: pointer;
}

.panel-product-line #wishlist_button:hover,
.panel-product-line .compare-button:hover {
	color: #ea2a45;
}

.panel-product-line #wishlist_button i,
.panel-product-line .compare-button i {
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	font-weight: 600;
	vertical-align: -1px;
}


.quickview .modal-header {
    border: none;
    padding: .625rem;
    background: #ea2a45;
}

.quickview .modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1;
}

.cart-grid-body .cart-overview {
    padding: 1rem;
    box-shadow: 0px 2px 10.23px 0.77px rgba(0, 0, 0, 0.15);
    background: #fff;
    margin: 15px 0;
}

@media (max-width: 1199px) {
	.zoomContainer {
		display: none !important;
	}
	.zoomWrapper {
		width: auto !important;
		height: auto !important;
	}
}




/* end product page */


/* ===== end edit theme ======== */


/* end custom */