/*
/*  SECTION 0
/*		0.0 - Fonts
/*
/*  SECTION 1
/*		1.0 - Reset
/*		1.1 - Base Styles
/*		1.2 - Forms and Inputs
/*		1.3 - Tables
/*		1.4 - Typography
/*		1.5 - Links and Buttons
/*		1.6 - Helper classes
/*		1.7 - Grid System
/*		1.8 - Animations
/*		1.9 - Switchery plugin // discontinued
/*
/*	SECTION 2
/*		2.0 - Header
/*		2.1 - Subnav
/*		2.2 - Footer
/*		2.3 - Cards
/*		2.4 - Hero Navs
/*		2.5 - jBox Notifications
/*		2.6 - Flash notifications
/*		2.65 - Error Messages
/*		2.7 - Tabs
/*		2.8 - Mailchimp Email
/*		2.9 - Flex Slider
/*		2.9b - Splide Slider
/*		2.10 - Popup
/*		2.11 - Paging
/*		2.12 - Range Slider
/*		2.13 - Dropify
/*
/*	SECTION 3
/*		3.0 - Homepage
/*		3.1 - Login / Registration
/*		3.2 - Shop
/*		3.2b - Item Product
/*		3.3 - Cart
/*		3.4 - Checkout
/*		3.5 - Invoice
/*		3.6 - Profile
/*		3.7 - FAQs
/*		3.8 - About
/*		3.9 - Blog
/*		3.10 - Contests
/*
/*	SECTION 4
/*		4.0 - Small screens


/* =================== */
/*	  SECTION 0	  */
/* =================== */

/* 0.0 - Fonts */
/* HELPER CLASS
 * -------------------------- */

/* FA based classes */

/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */

/* makes the font 33% larger relative to the icon container */
.ico-lg {
	font-size: 1.3333333333333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

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

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

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

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

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

.ico-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
	}
}

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

	100% {
		-webkit-transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}

	100% {
		-o-transform: rotate(359deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}

	100% {
		-ms-transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(359deg);
	}
}

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

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

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

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

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

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

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

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

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

.ico-inverse {
	color: #ffffff;
}


@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?7u22u6');
	src: url('../fonts/icomoon.eot?7u22u6#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff2?7u22u6') format('woff2'),
		url('../fonts/icomoon.ttf?7u22u6') format('truetype'),
		url('../fonts/icomoon.woff?7u22u6') format('woff'),
		url('../fonts/icomoon.svg?7u22u6#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-decoration: none;
	color: inherit;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

.icon-t-shirt:before {
	content: "\e903";
}

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

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

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

.icon-paperclip-filled:before {
	content: "\e907";
}

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

.icon-trophy:before {
	content: "\e920";
}

.icon-trophy1:before {
	content: "\e921";
}

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

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

.icon-basket:before {
	content: "\e922";
}

.icon-cart:before {
	content: "\e923";
}

.icon-cart1:before {
	content: "\e924";
}

.icon-chevron-left1:before {
	content: "\e925";
}

.icon-chevron-right1:before {
	content: "\e926";
}

.icon-chevron-up1:before {
	content: "\e927";
}

.icon-chevron-down1:before {
	content: "\e928";
}

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

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

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

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

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

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

.icon-chevron-down:before {
	content: "\e911";
}

.icon-chevron-left:before {
	content: "\e912";
}

.icon-chevron-right:before {
	content: "\e913";
}

.icon-chevron-up:before {
	content: "\e914";
}

.icon-gift:before {
	content: "\e915";
}

.icon-help-circle:before {
	content: "\e916";
}

.icon-more-horizontal:before {
	content: "\e917";
}

.icon-more-vertical:before {
	content: "\e918";
}

.icon-shopping-bag:before {
	content: "\e919";
}

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

.icon-tag:before {
	content: "\e91b";
}

.icon-x-circle:before {
	content: "\e91c";
}

.icon-x:before {
	content: "\e91d";
}

.icon-zoom-in:before {
	content: "\e91e";
}

.icon-zoom-out:before {
	content: "\e91f";
}


@font-face {
	font-family: 'streamline';
	src: url('../fonts/streamline.eot?v1');
	src: url('../fonts/streamline.eot#iefix?v1') format('embedded-opentype'),
		url('../fonts/streamline.woff2?v1') format('woff2'),
		url('../fonts/streamline.ttf?v1') format('truetype'),
		url('../fonts/streamline.woff?v1') format('woff'),
		url('../fonts/streamline.svg#streamline?v1') format('svg');
	font-weight: normal;
	font-style: normal;
}


i,
[class^="ico-"],
[class*=" ico-"] {
	display: inline-block;
	font-family: 'streamline' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-decoration: none;
	color: inherit;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: -2px;
}


.ico-phone_iphone:before {
	content: "\e934";
}

.ico-facebook:before {
	content: "\e916";
}

.ico-instagram:before {
	content: "\e917";
}

.ico-paypal:before {
	content: "\e91c";
}

.ico-snapchat:before {
	content: "\e91d";
}

.ico-twitter:before {
	content: "\e918";
}

.ico-youtube:before {
	content: "\e919";
}

.ico-atomic-bomb:before {
	content: "\e900";
}

.ico-binoculars:before {
	content: "\e901";
}

.ico-link:before {
	content: "\e902";
}

.ico-search:before {
	content: "\e926";
}

.ico-skull-1:before {
	content: "\e921";
}

.ico-skull-2:before {
	content: "\e922";
}

.ico-check-1:before {
	content: "\e908";
}

.ico-alarm-clock:before {
	content: "\e905";
}

.ico-email-send:before {
	content: "\e912";
}

.ico-email:before {
	content: "\e91a";
}

.ico-envelope-2:before {
	content: "\e91e";
}

.ico-mouse:before {
	content: "\e906";
}

.ico-phone-5:before {
	content: "\e932";
}

.ico-mobile-phone-portrait:before {
	content: "\e933";
}

.ico-crown:before {
	content: "\e927";
}

.ico-hot-topic-box:before {
	content: "\e923";
}

.ico-hot-topic-circle:before {
	content: "\e924";
}

.ico-hot-topic:before {
	content: "\e925";
}

.ico-trophy:before {
	content: "\e928";
}

.ico-loading:before {
	content: "\e91f";
}

.ico-radioactive:before {
	content: "\e907";
}

.ico-synchronize:before {
	content: "\e920";
}

.ico-add:before {
	content: "\e913";
}

.ico-add-circle:before {
	content: "\e91b";
}

.ico-remove-1:before {
	content: "\e903";
}

.ico-remove-circle:before {
	content: "\e90b";
}

.ico-movie-clapboard:before {
	content: "\e92d";
}

.ico-video-camera:before {
	content: "\e92f";
}

.ico-music-note:before {
	content: "\e930";
}

.ico-play-button:before {
	content: "\e931";
}

.ico-coupon-discount:before {
	content: "\e915";
}

.ico-new-sticker-circle:before {
	content: "\e90c";
}

.ico-new-sticker-square:before {
	content: "\e90d";
}

.ico-shopping-cart:before {
	content: "\e909";
}

.ico-truck-delivery-time:before {
	content: "\e90a";
}

.ico-astronaut:before {
	content: "\e929";
}

.ico-planet-ring:before {
	content: "\e92a";
}

.ico-rocket:before {
	content: "\e92b";
}

.ico-space-shuttle:before {
	content: "\e92c";
}

.ico-diamond:before {
	content: "\e92e";
}

.ico-arrow-down:before {
	content: "\e904";
}

.ico-arrow-left-2:before {
	content: "\e90e";
}

.ico-arrow-left:before {
	content: "\e90f";
}

.ico-arrow-right-2:before {
	content: "\e914";
}

.ico-arrow-right:before {
	content: "\e910";
}

.ico-arrow-up:before {
	content: "\e911";
}

.ico-plus:before {
	content: "\f067";
}

.ico-question:before {
	content: "\f128";
}

.ico-minus:before {
	content: "\f068";
}

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

.ico-close:before {
	content: "\f00d";
}

.ico-remove:before {
	content: "\f00d";
}

.ico-times:before {
	content: "\f00d";
}

.ico-play-circle-o:before {
	content: "\f01d";
}

.ico-plus-circle:before {
	content: "\f055";
}

.ico-minus-circle:before {
	content: "\f056";
}

.ico-times-circle:before {
	content: "\f057";
}

.ico-heart-o:before {
	content: "\f08a";
}

.ico-phone:before {
	content: "\f095";
}

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

.ico-comment-o:before {
	content: "\f0e5";
}

.ico-quote-left:before {
	content: "\f10d";
}

.ico-quote-right:before {
	content: "\f10e";
}

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

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

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

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

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

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

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

.ico-safari:before {
	content: "\f267";
}

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

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

.ico-opera:before {
	content: "\f26a";
}

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


/* =================== */
/*	  SECTION 1	  */
/* =================== */

/* 1.0 - Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div {
	display: block;
}

code {
	font-family: 'Roboto Mono', monospace;
}

/* 1.1 - Base Styles */
html,
body {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

body {
	min-height: 100%;
	line-height: 24px;
	font-size: 15px;
	color: #232323;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: -0.023rem;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
}

article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main {
	padding-top: 0;
	overflow: clip;
}

@media (max-width: 767px) {
	.main {
		padding-top: 72px;
	}
}

img {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.link {
	cursor: pointer;
}

.banner {
	text-align: center;
	border-top: 1px solid #ccc;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #232323;
	z-index: 1001;
	padding: 12px 30px;
	box-sizing: border-box;
}

.banner .banner-message {
	color: #ccc;
	display: block;
	letter-spacing: 0.02em;
	font-size: 19px;
}

.banner .banner-message a {
	color: #fff;
}

/* 1.2 - Forms and Inputs */
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 24px;
}

._error label {
	color: #c0392b;
}

label.for-ie {
	display: none;
}

.form-group {
	/*margin-bottom: 24px;*/
}

.form-group .row {
	margin-left: -8px;
	margin-right: -8px;
}

.form-group [class^="col-"] {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 18px;
}

input,
select,
textarea {
	margin: 0;
	vertical-align: baseline;
	display: inline-block;
	color: #494d55;
	width: 100%;
	padding: 0 12px;
	border: 1px solid #CFCFCF;
	background-color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	/*line-height: 48px;*/
	height: 48px;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 6px;
}

textarea {
	padding: 12px;
}

._error input,
._error select,
._error textarea,
input._error {
	border-color: #e34f30 !important;
	background-color: #fff3f1;
}

input.med {
	height: 60px;
	/*line-height: 60px;*/
	font-size: 23px;
	padding: 0 25px;
}

input.readonly {
	background-color: #efefef;
	border-color: #d2d2d2;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #8C8C8C;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #8C8C8C;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #8C8C8C;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #8C8C8C;
}

input:hover,
textarea:hover,
select:hover {
	outline: 0;
	border-color: #232323;
	background-color: #fff;
}

input:focus,
textarea:focus,
select:focus {
	outline: 0;
	border-color: #3f79ee;
	color: #343434;
	background-color: #fff;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="radio"],
input[type="checkbox"] {
	display: none;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 24px;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 15px;
}

input[type="radio"]+label:before,
input[type="checkbox"]+label:before,
input[type="radio"]+label:after,
input[type="checkbox"]+label:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: white;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #CFCFCF;
}

input[type="checkbox"]+label span {
	margin-left: 32px;
	font-size: 15px;
	color: #4a5467;
	line-height: 24px;
	display: inline-block;
}

input[type="checkbox"]+label:hover span {
	color: #575757;
}

._error input[type="checkbox"]+label span {
	color: #c0392b;
}

._error input[type="checkbox"]+label:after {
	border-color: #e34f30;
}

input[type="radio"]+label:before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}

label:hover input[type="radio"]+label:before,
input[type="radio"]+label:hover:before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}

input[type="radio"]:checked+label:before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #232323 !important;
}

input[type="radio"]:checked+label:after {
	border-color: #3f79ee;
}

input[type="checkbox"]+label:before,
input[type="checkbox"]+label:after {
	border-radius: 4px;
	margin-top: 4px;
	border-color: #c2c2c2;
}

input[type="checkbox"]+label:before {
	background: #fff;
	border: none;
}

input[type="checkbox"]+label:after {
	content: "\f00c";
	font-family: 'streamline' !important;
	font-size: 72%;
}

input[type="checkbox"]+label:hover:after {
	color: #e9e9e9;
}

input[type="checkbox"]:checked+label:after {
	color: #232323 !important;
	border-color: #3f79ee;
	font-size: 95% !important;
}

.checkbox {
	margin-left: 5px;
	line-height: 18px;
	font-size: 14px;
}

select {
	padding-right: 30px;
	background-image: url(../img/icons/ico-chevron-down.svg);
	background-size: 13px 9px;
	background-position: right 18px center;
	background-repeat: no-repeat;
	color: #232323;
}

.custom-number-input {
	text-align: center;
	margin: 0 auto;
	position: relative;
	font-size: 0;
}

.custom-number-input .input-number {
	width: 60px;
	padding: 0 12px;
	vertical-align: top;
	text-align: center;
	outline: none;
	border-radius: 0;
}

.input-number,
.input-number:disabled,
.input-number-decrement,
.input-number-increment {
	border: 1px solid #232323;
	height: 42px;
	line-height: 42px;
	user-select: none;
	position: relative;
	background-color: transparent;
}

.input-number-decrement,
.input-number-increment {
	display: inline-block;
	width: 30px;
	line-height: 42px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	height: 42px;
	font-size: 18px;
	-webkit-transition: all 0.18s;
	-moz-transition: all 0.18s;
	transition: all 0.18s;
	background-color: transparent;
}

.input-number:hover,
.input-number-decrement:hover,
.input-number-increment:hover {
	/*  color: #232323;*/
	z-index: 2;
	border-color: #232323;
	background-color: #fff;
}

.input-number-decrement:active,
.input-number-increment:active {
	color: #232323;
	background: #f2f2f2;
}

.input-number-decrement {
	border-radius: 4px 0 0 4px;
	margin-right: -1px;
}

.input-number-increment {
	border-radius: 0 4px 4px 0;
	margin-left: -1px;
}

.input-number-increment::-moz-selection,
.input-number-decrement::-moz-selection {
	/* Code for Firefox */
	background: transparent;
}

.input-number-increment::selection,
.input-number-decrement::selection {
	background: transparent;
}

input[type=range] {
	-webkit-appearance: none;
	background: none;
	border: none;
	width: 100%;
	margin: 12px 0;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	background: #333;
	border-radius: 1.3px;
	border: 1px solid #212121;
}

input[type=range]::-webkit-slider-thumb {
	border: 1px solid #212121;
	height: 36px;
	width: 20px;
	border-radius: 4px;
	background: #ffffff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -15px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #333;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	background: #333;
	border-radius: 1.3px;
	border: 1px solid #212121;
}

input[type=range]::-moz-range-thumb {
	border: 1px solid #212121;
	height: 36px;
	width: 20px;
	border-radius: 4px;
	background: #ffffff;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-ms-fill-lower {
	background: #333;
	border: 1px solid #212121;
	border-radius: 4px;
}

input[type=range]::-ms-fill-upper {
	background: #333;
	border: 1px solid #212121;
	border-radius: 4px;
}

input[type=range]::-ms-thumb {
	border: 1px solid #212121;
	height: 36px;
	width: 20px;
	border-radius: 4px;
	background: #ffffff;
	cursor: pointer;
	height: 8.4px;
}

input[type=range]:focus::-ms-fill-lower {
	background: #333;
}

input[type=range]:focus::-ms-fill-upper {
	background: #333;
}

#captcha {
	width: 100px;
	display: block;
	float: left;
	text-align: center;
}

.captcha-append {
	padding: 12px 10px;
}

/* 1.3 - Tables */
table {
	width: 100%;
	vertical-align: middle;
}

table tr {
	border-top: 1px solid #e9e9e9;
}

table tr td {
	vertical-align: middle;
	padding: 18px 0;
}

table thead tr {
	border-top: none;
}

.td-icon-only {
	width: 32px;
}

.table {
	display: table;
	width: 100%;
}

.trow {
	display: table-row;
}

.cell {
	display: table-cell;
}

.trow.bold {
	font-weight: bold;
}

/* 1.4 - Typography */


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 24px 0 12px 0;
	text-transform: none;
	color: #232323;
}

h1,
h2,
h3,
h4 {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

h1 {
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px;
	margin-bottom: 24px;
}

h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 18px;
}

h3 {
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
}

h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	margin-top: 18px;
}

h5 {
	font-size: 13px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 24px;
}

h6 {
	font-size: 12px;
	line-height: 18px;
	font-family: 'Roboto Mono', monospace;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-top: 12px;
}

h2>a,
h3>a,
h4>a {
	color: #232323;
	font-weight: 600;
}

h1.title {
	padding: 0;
	margin-top: 18px;
	line-height: 72px;
}

h1.title a {
	float: right;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 42px;
	margin-top: 6px;
}

h2.title {
	padding: 0;
	margin-top: 24px;
	margin-bottom: 6px;
}

h5.subtitle {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #babbc0;
}

p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 12px 0;
}

.t-c p,
.t-c .list li {
	font-size: 13px;
	line-height: 18px;
}

.text-white p,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-blue p,
.bg-dark p {
	color: #fff;
}

@media (max-width: 767px) {
	h1 {
		font-size: 33px;
		line-height: 48px;
	}

	h2 {
		font-size: 28px;
		line-height: 36px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
		line-height: 24px;
	}

	h5 {
		margin-bottom: 6px;
	}

	h2.title,
	h5.subtitle {
		text-align: center;
	}
}

@media (max-width: 576px) {
	h1 {
		font-size: 28px;
		line-height: 42px;
	}

	h2 {
		font-size: 26px;
		line-height: 36px;
	}
	h3 {
		font-size: 19px;
	}
	h4 {
		font-size: 17px;
	}
}

sup {
	vertical-align: super;
	font-size: 64%;
}

strong,
.strong {
	font-weight: 600;
}

em {
	font-style: italic;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: 700;
}

.big {
	font-size: 21px;
	line-height: 36px;
}

.med {
	font-size: 17px;
	line-height: 30px;
}

small,
.small {
	font-size: 15px;
	line-height: 24px;
}

@media (max-width: 576px) {
	.big {
		font-size: 20px;
		line-height: 30px;
	}
}

.light-text {
	color: #acacac;
}

.thick {
	font-weight: 500;
}

.dark-text {
	color: #212121;
}

.accent-text {
	color: #e45c49;
}

.italic {
	font-style: italic;
}

.bold-text {
	font-weight: 600 !important;
}

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

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-with-img-left {
	padding-left: 42%;
	position: relative;
}

.img-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 38%;
	height: 97%;

	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
}

.div-center {
	margin-left: auto;
	margin-right: auto;
}

.pip {
	text-align: center;
}

@media (max-width: 767px) {
	.pip {
		text-align: left;
	}
}

.h-cat {
	margin: 0 auto 30px;
	max-width: 700px;
	width: 90%;
}

.h-cat * {
	margin-bottom: 0;
}

.h-cat h2 {
	/*font-size: 48px;
	line-height: 54px;*/
}

.h-cat p {
	margin-top: 12px;
}

@media (max-width: 767px) {
	.h-cat h2 {
		font-size: 34px;
	}

	.h-cat p {
		margin-top: 6px;
	}

	.h-cat {
		margin: 0 auto 42px;
		max-width: 420px;
	}
}


/* 1.5 - Links and Buttons */
a {
	color: #3f79ee;
	text-decoration: none;
	outline: none;
	font-weight: 500;
}

a:hover {
	/*color: #08c;*/
}

a:active {
	outline: none;
}

a.action {
	display: inline-block;
}

a.action:after {
	content: "\e910";
	display: inline-block;
	font-family: 'streamline' !important;
	font-size: 78%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-decoration: none;
	color: inherit;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: -2px;
	margin-left: 5px;
}

.btn {
	cursor: pointer;
	display: inline-block;
	border: none;
	margin: 0;
	padding: 10px 30px;
	font-weight: 500;
	font-size: 16px;
	/*text-transform: uppercase;
	letter-spacing: 0.12em;*/
	text-align: center;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	transition: all 0.15s ease;
	background-color: transparent;
	color: #232323;
	border: 1px solid #232323;
	border-radius: 6px;
}

.btn [class^="ico-"],
.btn [class*=" ico-"] {
	font-size: 24px;
	position: relative;
	bottom: -4px;
	margin-left: 4px;
}

.btn:hover {
	text-decoration: none;
	background-color: #232323;
	border-color: #232323;
	color: #fff;
}

.btn::selection {
	background: transparent;
}

.btn::-moz-selection {
	background: transparent;
}

.btn:active {
	transform: translateY(1px);
	box-shadow: 0 2px 3px rgba(50, 50, 93, .07), 0 1px 2px rgba(0, 0, 0, .06);
}

.btn.med {
	font-size: 19px;
	padding: 13px 50px;
}

/*@media (max-width: 576px) {
	.btn.med {
		width: 100%;
		padding: 12px 0;
		font-size: 17px;
	}
}*/
.btn.inverse {
	border: 1px solid #fff;
	color: #fff;
}

.btn.inverse:hover {
	background: #fff;
	color: #232323
}

.btn.primary {
	background-color: #e45c49;
	border-color: #e45c49;
	color: #ffffff;
}

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

.btn.secondary {
	background-color: #3f79ee;
	border-color: #3f79ee;
	color: #ffffff;
}

.btn.secondary:hover {
	background-color: #6174ca;
	border-color: #6174ca;
}

.btn.black {
	background-color: #232323;
	border-color: #232323;
	color: #ffffff;-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn.black:hover {
	background-color: rgba(0, 0, 0, .72);
	border-color: #232323;
	color: #fff;
}

.btn.white {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.btn.white.blurwhite {
	background-color: rgba(0, 0, 0, 0.5);
}

.btn.white:hover {
	background-color: rgba(255,255,255,0.15);
	border-color: #fff;
	color: #fff;
}

.btn.inline {
	background: none;
	border: none;
	font-size: inherit;
	padding: 0;
	margin: 0;
	display: inline !important;
	color: #3f79ee !important;
}

.btn.disabled,
.btn:disabled {
	background-color: #eee !important;
	border-color: #ccc !important;
	color: #aaa !important;
	cursor: default !important;
}

.btn-loader.loading {
	background-color: #999 !important;
	border-color: #999 !important;
	color: #ffffff !important;
}

.btn.btn-sold-out {
	background-color: transparent !important;
	border-color: #ddd !important;
	color: #727272 !important;
	cursor: default;
	opacity: 0.5;
	box-shadow: none!important;
}

.btn.bot-nocurved,
select.bot-nocurved {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.btn.top-nocurved,
select.top-nocurved {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-loader {
	position: relative;
}

.btn-loader .circle-loader {
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 5px solid rgba(255, 255, 255, 0.2);
	border-top-color: #FFF;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	display: none;
}

.btn-loader.loading span {
	opacity: 0;
}

.btn-loader.loading .circle-loader {
	display: block;
}

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

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

a.cta {
	display: inline-block;
	font-size: 16px;
	color: #000;
	display: flex;
	align-items: center;
	width: fit-content;
	text-decoration: none;
}

a.cta:hover {
	text-decoration: underline;
}

a.cta .icon-arrow {
	content: "";
	border-bottom: 1px solid #000;
	width: 40px;
	margin-right: 20px;
	position: relative;
}

@media (max-width: 768px) {
	a.cta .icon-arrow {
		width: 30px;
		margin-right: 18px;
	}
}


a.cta .icon-arrow::after {
	content: "";
	position: absolute;
	right: 1px;
	top: 0px;
	height: 7px;
	width: 7px;
	border-width: 1px 1px 0px 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: inherit;
	border-right-color: inherit;
	border-image: initial;
	border-left-style: initial;
	border-left-color: initial;
	border-bottom-style: initial;
	border-bottom-color: initial;
	transform: rotate(45deg) translate(-2px, -3px);
}

/* 1.6 - Helper classes */
.clearfix:after,
.row:after {
	clear: both;
}

.clearfix,
.row {
	zoom: 1;
}

.link {
	cursor: pointer;
}

.invisible {
	opacity: 0;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.invisible.not-invisible {
	opacity: 1;
}

.img-center {
	margin: 0 auto;
	display: block;
}

.placeholder {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: visible;
	width: 100%;
	padding-bottom: 100%;
}

.placeholder img {
	opacity: 0;
	width: 100%;
	height: auto;
	transition: opacity 0.42s linear;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
	border-radius: 12px;
}
.placeholder .img-small {
	filter: blur(36px);
	z-index: 1;
	opacity: 1;
}
.placeholder img.loaded,
.blurred {
	/*This is a overqualified selector. For the html as is now .loaded is enough*/
	opacity: 1;
	/*filter: blur(6px);*/
}

.placeholder.show img.loaded,
.blurred.show {
	filter: blur(0);
	transition: 1s filter linear;
	-webkit-transition: 0.2s -webkit-filter linear;
	-moz-transition: 0.2s -moz-filter linear;
	-ms-transition: 0.2s -ms-filter linear;
	-o-transition: 0.2s -o-filter linear;
}

.img-blur {
	filter: blur(4px);
}

.t0 {
	margin-top: 0 !important;
}

.t6 {
	margin-top: 6px !important;
}

.t12 {
	margin-top: 12px !important;
}

.t18 {
	margin-top: 18px !important;
}

.t24 {
	margin-top: 24px !important;
}

.t30 {
	margin-top: 30px !important;
}

.t30neg {
	margin-top: -30px;
}

.t36 {
	margin-top: 36px !important;
}

.t42 {
	margin-top: 42px !important;
}

.t48 {
	margin-top: 48px !important;
}

.t54 {
	margin-top: 54px !important;
}

.t60 {
	margin-top: 60px !important;
}

.t72 {
	margin-top: 72px !important;
}

.t60neg {
	margin-top: -60px;
}

.t120 {
	margin-top: 120px !important;
}

.p0 {
	margin-bottom: 0px !important;
}

.p6 {
	margin-bottom: 6px !important;
}

.p12 {
	margin-bottom: 12px !important;
}

.p18 {
	margin-bottom: 18px !important;
}

.p24 {
	margin-bottom: 24px !important;
}

.p30 {
	margin-bottom: 30px !important;
}

.p36 {
	margin-bottom: 36px !important;
}

.p42 {
	margin-bottom: 42px !important;
}

.p48 {
	margin-bottom: 48px !important;
}

.p54 {
	margin-bottom: 54px !important;
}

.p60 {
	margin-bottom: 60px !important;
}

.p72 {
	margin-bottom: 72px !important;
}

.p90 {
	margin-bottom: 90px !important;
}

.p120 {
	margin-bottom: 120px !important;
}

.padded-t-120 {
	padding-top: 120px !important;
}

.padded-b-120 {
	padding-bottom: 120px !important;
}

.fr {
	float: right !important;
}

.fl {
	float: left !important;
}

.fn {
	float: none !important;
}

@media (min-width: 768px) {
	.fr-m {
		float: right !important;
	}

	.fl-m {
		float: left !important;
	}
}

.tr {
	text-align: right !important;
}

.tl {
	text-align: left !important;
}

.tc {
	text-align: center !important;
}

.hide {
	display: none !important;
}

.block {
	display: block !important;
}

.inline {
	display: inline !important;
}

.inline-block {
	display: inline-block !important;
}

@media (max-width: 767px) {
	.tablet-block {
		display: block !important;
	}

	.tablet-hide {
		display: none !important;
	}
}

@media (max-width: 576px) {
	.mobile-block {
		display: block !important;
	}

	.mobile-hide {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.desktop-hide {
		display: none !important;
	}
}

.rad4 {
	border-radius: 4px;
}

.rad8 {
	border-radius: 8px;
}

.rad12 {
	border-radius: 12px;
}

.rad20 {
	border-radius: 20px;
}

.border-top {
	border-top: 1px dashed #babbc0;
}

.border-right {
	border-right: 1px dashed #cfcfcf;
}

.border-bottom {
	border-bottom: 1px dashed #babbc0;
}

.border-left {
	border-left: 1px dashed #cfcfcf;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.full-width {
	width: 100% !important;
	text-align: center;
	display: block;
}

.display-table {
	display: table;
	height: 100%;
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle;
	display: inline-block;
}

.table {
	display: table;
	margin: 0 auto;
}

.fixed {
	position: fixed;
}

hr.divider {
	margin: 15px 0;
	background: #babbc0;
	height: 1px;
	border: 0;
}

.bg-white {
	background: #ffffff;
}

.bg-lightgrey {
	background: #f0ebe8;
	border-bottom: 1px solid #babbc0;
}

.bg-grey {
	background: #f1f1f1;
}

.bg-dark {
	background: #424242;
}

.bg-blue {
	background: #192539;
}

.eyebrow * {
	margin-top: 6px;
	margin-bottom: 6px;
	opacity: 0.7;
}

.eyebrow+* {
	margin-top: 6px;
}

.eyebrow>h5 {
	letter-spacing: 0.47em;
}

ol.list,
ul.list {
	padding-left: 15px;
}

.list {
	margin-top: 18px;
	margin-bottom: 18px;
}

.list li {
	margin-left: 28px;
	margin-bottom: 6px;
}

.list ul li,
ul.list li {
	list-style-type: disc;
}

.list li:last-of-type {
	margin-bottom: 0;
}

/* 1.7 - Grid System */

.wrapper {
	padding: 0;
	box-sizing: content-box;
}

.container {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: auto;
	margin-left: auto;
}

.container-overlay {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (max-width: 767px) {
	.wrapper.textpad {
		max-width: 86%;
	}

	.wrapper.textpad .container {
		padding-left: 0;
		padding-right: 0;
	}
}


.wrapper,
.container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.padded {
	padding-top: 60px;
	padding-bottom: 90px;
}

.padded.mini {
	padding-top: 60px;
	padding-bottom: 90px;
}

.wrapper.padded.cart-padding {
	padding: 60px 30px 90px;
}

@media (max-width: 768px) {
	.padded {
		padding-top: 36px;
		padding-bottom: 60px;
	}
}

@media (min-width: 576px) {
	/*.wrapper.padded.cart-padding {
		padding: 60px 30px 90px;
	}*/
}

.row:after,
.row:before,
.wrapper:after,
.container:after {
	clear: both;
	display: table;
	content: " ";
}

.max-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
}

.max-width.extended {
	max-width: 1510px;
}

.max-width.extended2 {
	max-width: 1200px;
}

.max-width.extended3 {
	max-width: 1920px;
}

.max-width.narrow {
	max-width: 800px;
}

.max-width.narrow2 {
	max-width: 640px;
}

.max-width.narrow3 {
	max-width: 460px;
}

.max-width .max-width {
	padding-left: 0;
	padding-right: 0;
}

.option {
	border: 1px solid #babbc0;
	padding: 30px 15px;
	padding: 30px 15px;
	border-radius: 4px;
	background: #f9f9f9;
}

.option a {
	color: #4a5467;
}

.option a:hover {
	color: #232323;
}

.option>.btn.full-width {
	max-width: 300px;
	margin: 0 auto;
}

.option .title {
	font-size: 28px;
	line-height: 36px;
	display: block;
}

.option>p {
	margin: 18px auto 30px;
	font-size: 17px;
}

@media (max-width: 768px) {
	.option {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 24px;
	}

	.option>p {
		margin-top: 6px;
		margin-bottom: 18px;
	}

	.option .title {
		font-size: 24px;
		line-height: 30px;
	}
}


.align-center {
	align-items: center;
	justify-content: center;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.row.flexcenter {
	align-items: center;
	justify-content: center;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.3%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.67%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 24.75%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.67%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 49.75%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.33%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.67%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 74.75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.33%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.67%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.33%;
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.67%;
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 24.75%;
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.3%;
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.67%;
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 49.75%;
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.33%;
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.67%;
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 74.75%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.33%;
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.67%;
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.333333%;
	}

	.offset-sm-2 {
		margin-left: 16.666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.333333%;
	}

	.offset-sm-5 {
		margin-left: 41.666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.333333%;
	}

	.offset-sm-8 {
		margin-left: 66.666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.333333%;
	}

	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.33%;
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.67%;
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 24.75%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.3%;
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.67%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 49.75%;
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.33%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.67%;
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 74.75%;
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.33%;
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.67%;
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.333333%;
	}

	.offset-md-2 {
		margin-left: 16.666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.333333%;
	}

	.offset-md-5 {
		margin-left: 41.666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.333333%;
	}

	.offset-md-8 {
		margin-left: 66.666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.333333%;
	}

	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.33%;
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.67%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 24.75%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.3%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.67%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 49.75%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.33%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.67%;
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 74.75%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.33%;
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.67%;
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.333333%;
	}

	.offset-lg-2 {
		margin-left: 16.666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.333333%;
	}

	.offset-lg-5 {
		margin-left: 41.666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.333333%;
	}

	.offset-lg-8 {
		margin-left: 66.666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.333333%;
	}

	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.33%;
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.67%;
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 24.75%;
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.3%;
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.67%;
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 49.75%;
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.33%;
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.67%;
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 74.75%;
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.33%;
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.67%;
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.333333%;
	}

	.offset-xl-2 {
		margin-left: 16.666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.333333%;
	}

	.offset-xl-5 {
		margin-left: 41.666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.333333%;
	}

	.offset-xl-8 {
		margin-left: 66.666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.333333%;
	}

	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}


/* 1.8 - Animations */

/* Animate.css */
.animated {
	-webkit-animation-duration: .32s;
	animation-duration: .32s;
	-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.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-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.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-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
}

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

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	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.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	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(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .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(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .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
}

@-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.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
}

@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.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
}

.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.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.97, .97, .97);
		transform: scale3d(.97, .97, .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.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.97, .97, .97);
		transform: scale3d(.97, .97, .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.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	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.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	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.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	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.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	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.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	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.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	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.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	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.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	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(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.3, .3, .3);
		transform: scale3d(.3, .3, .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(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 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(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 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(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .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(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .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
}

@-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
}

@-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(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

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

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .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.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .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.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .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.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .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.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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
}

.floating {
	float: left;
	-webkit-animation-name: Floatingx;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: Floating;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;

}

@-webkit-keyframes Floatingx {
	from {
		-webkit-transform: translate(0, 0px);
	}

	65% {
		-webkit-transform: translate(0, 15px);
	}

	to {
		-webkit-transform: translate(0, -0px);
	}
}

@-moz-keyframes Floating {
	from {
		-moz-transform: translate(0, 0px);
	}

	65% {
		-moz-transform: translate(0, 15px);
	}

	to {
		-moz-transform: translate(0, -0px);
	}
}

@-webkit-keyframes badge_pop {
	0% {
		width: 22px;
		height: 22px;
	}

	50% {
		width: 26px;
		height: 26px;
		margin-right: -2px;
		margin-top: -2px;
	}

	100% {
		width: 22px;
		height: 22px;
	}
}


@-moz-keyframes badge_pop {
	0% {
		width: 22px;
		height: 22px;
	}

	50% {
		width: 26px;
		height: 26px;
		margin-right: -2px;
		margin-top: -2px;
	}

	100% {
		width: 22px;
		height: 22px;
	}
}

@-o-keyframes badge_pop {
	0% {
		width: 22px;
		height: 22px;
	}

	50% {
		width: 26px;
		height: 26px;
		margin-right: -2px;
		margin-top: -2px;
	}

	100% {
		width: 22px;
		height: 22px;
	}
}


@-webkit-keyframes points_pop {
	0% {
		-ms-transform: scale(1, 1);
		/* IE 9 */
		-webkit-transform: scale(1, 1);
		/* Safari */
		transform: scale(1, 1);
	}

	50% {
		-ms-transform: scale(1.2, 1.2);
		/* IE 9 */
		-webkit-transform: scale(1.2, 1.2);
		/* Safari */
		transform: scale(1.2, 1.2);
		color: #fff;
	}

	100% {
		-ms-transform: scale(1, 1);
		/* IE 9 */
		-webkit-transform: scale(1, 1);
		/* Safari */
		transform: scale(1, 1);
	}
}


@-moz-keyframes points_pop {
	0% {
		-ms-transform: scale(1, 1);
		/* IE 9 */
		-webkit-transform: scale(1, 1);
		/* Safari */
		transform: scale(1, 1);
	}

	50% {
		-ms-transform: scale(1.2, 1.2);
		/* IE 9 */
		-webkit-transform: scale(1.2, 1.2);
		/* Safari */
		transform: scale(1.2, 1.2);
	}

	100% {
		-ms-transform: scale(1, 1);
		/* IE 9 */
		-webkit-transform: scale(1, 1);
		/* Safari */
		transform: scale(1, 1);
	}
}

@-o-keyframes points_pop {
	0% {
		-ms-transform: scale(1, 1);
		/* IE 9 */
		-webkit-transform: scale(1, 1);
		/* Safari */
		transform: scale(1, 1);
	}

	50% {
		-ms-transform: scale(1.2, 1.2);
		/* IE 9 */
		-webkit-transform: scale(1.2, 1.2);
		/* Safari */
		transform: scale(1.2, 1.2);
	}

	100% {
		-ms-transform: scale(1, 1);
		/* IE 9 */
		-webkit-transform: scale(1, 1);
		/* Safari */
		transform: scale(1, 1);
	}
}

.highlight {
	-webkit-animation-name: Highlightx;
	-webkit-animation-duration: 500ms;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: Highlight;
	-moz-animation-duration: 500ms;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-in-out;

}

@-webkit-keyframes Highlightx {
	from {
		background-color: #fff5b5;
	}

	to {
		background-color: transparent;
	}
}

@-moz-keyframes Highlight {
	from {
		background-color: #fff5b5;
	}

	to {
		background-color: transparent;
	}
}


.appear-animation {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}


/* =================== */
/*	  SECTION 2	  */
/* =================== */

/* 2.0 - Header */
.header {
	height: 90px;
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9997;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* overflow: hidden; */
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0;
	/* background: #e7ebf2; */
}

.fixed-header .header {
	position: fixed;
}

.header .navbar {
	position: relative;
}

.header ul.menu {
	cursor: default;
	width: auto;
	padding: 17px 60px 0 100px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
}

.header.header-blog ul.menu {
	padding-right: 10px;
}

.header ul.menu li.menu-item {
	display: inline-block;
	position: relative;
	z-index: 1;
	vertical-align: top;
	height: 60px;
	line-height: 60px;
}

.header ul.menu li.menu-item>a {
	display: block;
	font-size: 16px;
	color: #232323;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 7px;
	/*-webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);*/
	-webkit-tap-highlight-color: transparent;
	line-height: 62px;
	font-weight: 600;
	-webkit-transition: color 0.112s;
	-moz-transition: color 0.112s;
	transition: color 0.112s;
}

.header ul.menu li.menu-item.active>a {
	color: #232323;
}

.header ul.menu li.menu-item>a:hover {
	color: #3f79ee;
}


.header .cart .badge {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 6px;
	display: block;
	width: 0;
	height: 0;
	border-radius: 100%;
	overflow: hidden;
	font-size: 10px;
	line-height: 22px;
	text-align: center;
	background-color: #e45c49;
}

.header .cart .badge.active {
	width: 22px;
	height: 22px;
}

.header .cart .badge.pop {
	-webkit-animation-name: badge_pop;
	-webkit-animation-duration: .15s;
	-moz-animation-name: badge_pop;
	-moz-animation-duration: .15s;
	-o-animation-name: badge_pop;
	-o-animation-duration: .15s;
	animation-name: badge_pop;
	animation-duration: .15s;
}

.header .cart .badge>span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -11px 0 0 -12px;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	/*padding-left: 1px;*/
	letter-spacing: -0.05em;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.header .burger-container {
	display: none;
}

.header .icon.icon-logo {
	text-indent: -9999999px;
	overflow: hidden;
	position: absolute;
}

.header .icon.icon-logo a {
	background-size: 72px;
	background-repeat: no-repeat;
	background-image: url('../img/logo-full.svg');
	background-position: center center;
	width: 72px;
	display: block;
	margin: 12px 0 0 0;
	text-align: center;
	line-height: 62px;
}

.header .icon.icon-logo.icon-logo-blog a {
	background-size: 64px;
	background-repeat: no-repeat;
	background-image: url('../img/logo-bulletin.svg?v4');
	background-position: center center;
	width: 64px;
	display: block;
	margin: 12px 0 0 0;
	text-align: center;
	line-height: 62px;
}


.header .user-country {
	display: block;
	position: absolute;
	right: 0;
	top: 18px;
	left: auto;
	z-index: 2;
	padding: 14px;
	cursor: pointer;
}

.header .user-country>img {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 1px solid rgba(0, 0, 0, 0.72);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	background: #fff;
}

.header .user-country.active>img {
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.header .icon.icon-bag {
	display: block;
	position: absolute;
	right: 0;
	top: 17px;
	left: auto;
	z-index: 2;
}


.header .icon.icon-bag a {
	font-size: 26px;
	line-height: 62px;
	padding: 0 18px;
	color: #232323;
}

#header_points {
	margin-left: 0;
	margin-right: 2px;
}

#header_points a.header_verify {
	font-size: 14px;
}

#header_points a.pop {
	-webkit-animation-name: points_pop;
	-webkit-animation-duration: .15s;
	-moz-animation-name: points_pop;
	-moz-animation-duration: .15s;
	-o-animation-name: points_pop;
	-o-animation-duration: .15s;
	animation-name: points_pop;
	animation-duration: .15s;
}

#header_points a {
	display: block;
	padding-left: 0;
	padding-right: 0;
}

#header_avatar {
	margin-right: 0;
}

.header ul.menu li.menu-item.user>a {
	display: block;
	padding-top: 13px;
}

.ref {
	display: inline-block;
	position: absolute;
	transform: scale(1.15);
	margin-left: 30px;
}

.header ul.menu li.menu-item.user>a .user-avatar,
.ref .user-avatar {
	display: block;
	overflow: hidden;
	border-radius: 100%;
	width: 33px;
	height: 33px;
	position: relative;
	background-color: #232323;
	border: 1px solid #232323;
	-webkit-transition: all 0.112s;
	-moz-transition: all 0.112s;
	transition: all 0.112s;
}

.header ul.menu li.menu-item.user>a .user-avatar>.user-avatar-img,
.ref .user-avatar>.user-avatar-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.85;
	-webkit-transition: all 0.112s;
	-moz-transition: all 0.112s;
	transition: all 0.112s;
	background-image: url('../img/icons/avatar-img.png?v=2');
}

/*.header ul.menu li.menu-item.user > a .user-avatar.active {
	border-color: #fff;
}*/
.header ul.menu li.menu-item.user>a .user-avatar.active>.user-avatar-img,
.ref .user-avatar.active>.user-avatar-img {
	opacity: 1;
}

/*.header ul.menu li.menu-item.user > a:hover .user-avatar {
	
}*/


.header ul.menu li.menu-item.user>a .user-avatar.unverified,
.ref .user-avatar.unverified {
	opacity: 0.22;
}

.header ul.menu li.menu-item.user>a .user-avatar.rejected>.user-avatar-img,
.ref .user-avatar.rejected>.user-avatar-img {
	opacity: 0.22;
}


.header ul.menu li.menu-item.user>a .user-info {
	display: none;
}

.content-popover {
	padding: 6px 5px 6px;
	display: none;
	max-width: 540px;
}

.content-popover h5 {
	margin-top: 6px;
	margin-bottom: 12px;
	font-size: 18px;
	letter-spacing: 0;
	text-transform: none;
}

.content-popover p {
	font-size: 16px;
	line-height: 24px;
}

.header ul.menu li.menu-item content-popover ul li {
	margin: 0;
}

.content-popover ul li a {
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #4a5467;
}

.content-popover ul li.active a,
.content-popover .nav-item a:hover {
	color: #3f79ee;
}

.content-popover .user {
	border-bottom: 1px solid #babbc0;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.content-popover .user a {
	color: #232323 !important;
	font-size: 15px;
	line-height: 24px;
}

.content-popover .user .member-level {
	color: #babbc2;
	font-size: 13px;
	line-height: 18px;
	display: block;
	margin-bottom: 6px;

}

.header ul.menu li.menu-item.has-popover>a.closed:hover {
	color: #000;
}

.header ul.menu li.menu-item.has-popover.active>a {
	color: #000;
}

.header-home .header {
	background-color: #c7d2e4;
}

.header ul.menu li.menu-item.has-popover>a.closed:hover {
	color: #000;
}

.header ul.menu li.menu-item.has-popover.active>a {
	color: #000;
}

.header-home .header {
	background-color: #c7d2e4;
}


.header-transparent .header {
	background-color: transparent;
	background-color: rgba(255, 255, 255, .68);
	-webkit-backdrop-filter: saturate(100%) blur(20px);
	backdrop-filter: saturate(100%) blur(20px);
}

.header-transparent .hero-wrapper.video {
	height: auto;
	padding-bottom: 30%;
	position: relative;
	overflow: hidden;
}

.has-popover .content-popover {
	position: absolute;
	top: 62px;
	left: -100%;
	background: #232323;
	padding: 10px 20px 20px;
	border-top: 1px solid #333;
	border-radius: 5px;

	box-shadow: 0 18px 30px rgba(50, 50, 93, .1), 0 8px 12px rgba(0, 0, 0, .07);

	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 300ms, visibility 300ms;
	transition: opacity 300ms, visibility 300ms;
}

.has-popover .content-popover ul li a {
	line-height: 36px;
	font-size: 16px;
	white-space: nowrap;
	color: #babbc0;
	font-weight: 400;
}

.has-popover .content-popover ul li.active a,
.has-popover .content-popover ul li a:hover {
	color: #fff;
}


@media (max-width: 991px) {
	.header ul.menu li.menu-item a {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.header {
		-webkit-transition: height 0.5s ease-out, background 1s ease-out;
		-moz-transition: height 0.5s ease-out, background 1s ease-out;
		transition: height 0.5s ease-out, background 1s ease-out;
		/*-webkit-transition-delay: 0.2s;
		-moz-transition-delay: 0.2s;
		transition-delay: 0.2s;*/
		height: 72px;
		position: fixed;
		overflow: hidden;
		background: #fff;
	}

	.header .container,
	.header .navbar {
		height: 100%;
		max-width: 100%;
		padding: 0;
	}

	.header .icon {
		display: inline-block;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.header .icon.icon-bag {
		top: 0;
		color: #fff;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		/*-webkit-transition-delay: 0.35s;
		transition-delay: 0.35s;*/
		font-size: 26px;
		border-left: none;
	}

	.header .icon.icon-logo a {
		background-size: 56px;
		background-repeat: no-repeat;
		background-position: center center;
		width: 56px;
		display: block;
		margin: 0;
		text-align: center;
		line-height: 72px;
		/*background-image: url('../img/logo-full-white.svg');*/
	}

	.menu-opened .header .icon.icon-logo a {
		background-image: url('../img/logo-full-white.svg');
	}
	
	.header .icon.icon-bag a {
		line-height: 72px;
	}

	.header .icon a {
		line-height: 60px;
	}

	.header ul.menu {
		position: relative;
		display: block;
		padding: 0px 40px 72px;
		list-style: none;
		z-index: 1;
		position: absolute;
		top: 72px;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0;
		height: auto;
		overflow: hidden;
		overflow-y: auto;
		text-align: left;
	}

	.header ul.menu li.menu-item {
		width: 100%;
		line-height: 64px;
		height: 64px;
		border-bottom: 1px solid rgba(255, 255, 255, .35);
		-webkit-transform: scale(1.15) translateY(-30px);
		transform: scale(1.15) translateY(-30px);
		opacity: 0;
		-webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	}

	#header_avatar {
		height: 80px;
		line-height: 80px;
		border-left: none;
		padding-left: 0;
	}

	.header ul.menu li.menu-item.user>a {
		padding: 0;
		position: relative;
		height: 64px;
		display: block;
		margin-top: 0px;
	}

	.header ul.menu li.menu-item.user>a .user-avatar {
		position: absolute;
		left: 0px;
		top: 20px;
		display: block;
		width: 39px;
		height: 39px;
	}

	.header ul.menu li.menu-item.user>a .user-info {
		display: block;
		padding-left: 55px;
	}


	.header ul.menu li.menu-item:nth-child(1) {
		-webkit-transition-delay: 0.42s;
		transition-delay: 0.42s;
	}

	.header ul.menu li.menu-item:nth-child(2) {
		-webkit-transition-delay: 0.35s;
		transition-delay: 0.35s;
	}

	.header ul.menu li.menu-item:nth-child(3) {
		-webkit-transition-delay: 0.28s;
		transition-delay: 0.28s;
	}

	.header ul.menu li.menu-item:nth-child(4) {
		-webkit-transition-delay: 0.21s;
		transition-delay: 0.21s;
	}

	.header ul.menu li.menu-item:nth-child(5) {
		-webkit-transition-delay: 0.14s;
		transition-delay: 0.14s;
	}

	.header ul.menu li.menu-item:nth-child(6) {
		-webkit-transition-delay: 0.07s;
		transition-delay: 0.07s;
	}

	#header_points a {
		border-right: none;
		padding-left: 55px;
		background-position: 7px center;
		background-size: 30px;
		background-repeat: no-repeat;
		background-image: url('../img/about/ico_wallet2-white.png');
	}
	
	.header .cart .badge {
		top: 15px;
	}

	.header ul.menu li.menu-item#header_points {
		-webkit-transition: opacity 0.15s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: opacity 0.15s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: transform 0.1s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.15s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: transform 0.1s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.15s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		bottom: 0;
		left: 0;
		border-bottom: 0;
		padding: 0px 40px;
		background: #020202;
		border-top: 1px solid #333;
		z-index: -1;
	}

	.header ul.menu li.menu-item a {
		display: block;
		position: relative;
		font-size: 19px;
		line-height: inherit;
		width: 100%;
		opacity: 1;
	}

	.header ul.menu li.menu-item a,
	.header ul.menu li.menu-item.active>a,
	.header ul.menu li.menu-item>a:hover,
	.header ul.menu li.menu-item.has-popover.active>a,
	.header ul.menu li.menu-item.has-popover>a.closed:hover {
		color: #fff;
	}

	.header .burger-container {
		position: relative;
		display: inline-block;
		height: 72px;
		width: 60px;
		cursor: pointer;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
		z-index: 2;
	}

	.header .burger-container #burger {
		width: 18px;
		height: 8px;
		position: relative;
		display: block;
		margin: -4px auto 0;
		top: 50%;
	}

	.header .burger-container #burger .bar {
		width: 100%;
		height: 1px;
		display: block;
		position: relative;
		background: #232323;
		-webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	.menu-opened .header .burger-container #burger .bar {
		background: #fff;
	}

	.header .burger-container #burger .bar.topBar {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}

	.header .burger-container #burger .bar.btmBar {
		-webkit-transform: translateY(6px) rotate(0deg);
		transform: translateY(6px) rotate(0deg);
	}

	.menu-opened {
		overflow: hidden;
	}

	.menu-opened .header {
		height: 100%;
		background-color: #020202;
		-webkit-transition: height 0.3s ease-in, background 0.5s ease-in;
		-moz-transition: height 0.3s ease-in, background 0.5s ease-in;
		transition: height 0.3s ease-in, background 0.5s ease-in;
		/*-moz-transition-delay: 0.25s;
		-webkit-transition-delay: 0.25s;
		transition-delay: 0.25s;*/
	}

	.menu-opened .header .burger-container {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.menu-opened .header .burger-container #burger .bar {
		-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}

	.menu-opened .header .burger-container #burger .bar.topBar {
		-webkit-transform: translateY(4px) rotate(45deg);
		transform: translateY(4px) rotate(45deg);
	}

	.menu-opened .header .burger-container #burger .bar.btmBar {
		-webkit-transform: translateY(3px) rotate(-45deg);
		transform: translateY(3px) rotate(-45deg);
	}

	.menu-opened .header ul.menu li.menu-item {
		-webkit-transform: scale(1) translateY(0px);
		transform: scale(1) translateY(0px);
		opacity: 1;
	}


	.menu-opened .header ul.menu li.menu-item:nth-child(1) {
		-webkit-transition-delay: 0.27s;
		transition-delay: 0.27s;
	}

	.menu-opened .header ul.menu li.menu-item:nth-child(2) {
		-webkit-transition-delay: 0.34s;
		transition-delay: 0.34s;
	}

	.menu-opened .header ul.menu li.menu-item:nth-child(3) {
		-webkit-transition-delay: 0.41s;
		transition-delay: 0.41s;
	}

	.menu-opened .header ul.menu li.menu-item:nth-child(4) {
		-webkit-transition-delay: 0.48s;
		transition-delay: 0.48s;
	}

	.menu-opened .header ul.menu li.menu-item:nth-child(5) {
		-webkit-transition-delay: 0.55s;
		transition-delay: 0.55s;
	}

	.menu-opened .header ul.menu li.menu-item:nth-child(6) {
		-webkit-transition-delay: 0.62s;
		transition-delay: 0.62s;
	}

	.menu-opened .header ul.menu li.menu-item:nth-child(7) {
		-webkit-transition-delay: 0.69s;
		transition-delay: 0.69s;
	}

	.menu-opened .header ul.menu li.menu-item:nth-child(8) {
		-webkit-transition-delay: 0.76s;
		transition-delay: 0.69s;
	}

	.menu-opened .header .icon.icon-bag {
		-webkit-transform: translateX(75px);
		transform: translateX(75px);
		/*-webkit-transition-delay: 0.15s;
		transition-delay: 0.15s;*/
	}

	.menu-opened .header ul.menu li.menu-item#header_points {
		-webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-transition-delay: 0.55s;
		transition-delay: 0.55s;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 12;
	}

	.header .user-country {
		top: 5px;
	}
}


@media (min-width: 768px) {

	.header>.container {
		padding-right: 10px;
		padding-left: 40px;
		max-width: 1280px;
	}

	.header ul.menu li.menu-item {
		margin-left: 10px;
		margin-right: 10px;
	}

	.header ul.menu li.menu-item.menu-right {
		float: right;
	}

	.has-popover.open,
	.has-popover:hover .content-popover {
		opacity: 1;
		visibility: visible;
	}

}

.tooltip-content {
	font-size: 15px;
}

#content-points,
#content-special-pricing {
	max-width: 340px;
	padding: 12px 5px 0;
}

/* 2.1 - Subnav */
.subnav-control {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.subnav {
	position: relative;
	display: block;
	max-height: 54px;
	padding: 0 25px;
	/*background-color: #232323;*/
	background-color: #fff;
	overflow: hidden;
	animation-name: subNavClose;
	animation-duration: 0.54s;
	animation-fill-mode: forward;
	border-bottom: 1px solid #ccc;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.subnav2 {
	animation-name: subNavClose2;
}

.stick .subnav {
	position: fixed;
	top: 0;
	z-index: 9996;
	width: 100%;
}

@media (max-width: 767px) {
	.stick .subnav {
		top: 72px;
	}
}

.wrapper-add {
	padding-top: 0;
}

.stick .wrapper-add {
	padding-top: 55px;
}

.subnav .subnav-label {
	position: relative;
	z-index: 2;
	display: block;
	padding: 16px 0;
	font-size: 15px;
	line-height: 24px;
	cursor: pointer;
	font-weight: 600;
}

.subnav .subnav-label:after {
	content: '';
	display: inline-block;
	margin-left: 8px;
	background-image: url(../img/icons/ico-chevron-down.svg) !important;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	width: 12px;
	height: 8px;
	top: -2px;
	position: relative;
	-webkit-transition: transform 0.55s ease;
	-moz-transition: transform 0.55s ease;
	-ms-transition: transform 0.55s ease;
	transition: transform 0.55s ease;
}

.subnav .subnav-link {
	position: static;
	z-index: 1;
	display: block;
	padding: 18px 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.02px;
	/*line-height: 54px;*/
	/*color: #3f79ee;*/
	border-bottom: 1px solid transparent;
	text-align: left;
	height: 61px;
	-webkit-transition: all 0.24s;
	-moz-transition: all 0.24s;
	transition: all 0.24s;
}

@media (max-width: 767px) {
	.subnav .subnav-link {
		padding: 12px 0;
		height: 48px;
	}
}

.subnav .subnav-link:hover {
	color: #232323;
}

.subnav .subnav-link.active {
	/* border-bottom: 2px solid #232323; */
}

.subnav .subnav-link.active span {
	position: absolute;
	top: 18px;
	right: 20px;
	color: #232323;
	opacity: 1;
	animation-name: activeFlyIn;
	animation-duration: 0.54s;
	animation-delay: 0s;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	font-weight: 600;
	-webkit-transition: all 0.24s;
	-moz-transition: all 0.24s;
	transition: all 0.24s;
}

.subnav.open .subnav-link.active span {
	animation-delay: 0s;
	animation-duration: 0s !important;
}

.subnav-control:checked+.subnav,
.subnav.open {
	/*max-height: 320px;*/
	animation-name: subNavOpen;
	animation-duration: 0.54s;
	animation-fill-mode: both;
}

.subnav-control:checked+.subnav2,
.subnav2.open {
	animation-name: subNavOpen2;
	padding-bottom: 30px;
}

.subnav-control:checked+.subnav .subnav-label:after,
.subnav.open .subnav-label:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.subnav-control:checked+.subnav .subnav-link.active span,
.subnav.open .subnav-link.active span {
	position: static;
	opacity: 1;
	animation: activeFlyOut 0.4s;
	animation-timing-function: ease-in-out;
	font-weight: 500;
}

@keyframes activeFlyOut {
	0% {
		position: absolute;
		top: 18px;
		right: 20px;
		opacity: 1;
	}

	90% {
		opacity: 0;
	}

	100% {
		position: absolute;
		right: -20px;
		opacity: 0;
	}
}

@keyframes activeFlyIn {
	0% {
		position: static;
		opacity: 1;
	}

	1% {
		position: absolute;
		right: -20px;
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	100% {
		position: absolute;
		top: 18px;
		right: 20px;
		opacity: 1;
	}
}

@keyframes subNavOpen {
	0% {
		max-height: 60px;
	}

	100% {
		max-height: 420px;
	}
}

@keyframes subNavClose {
	0% {
		max-height: 420px;
	}

	100% {
		max-height: 60px;
	}
}

@keyframes subNavOpen2 {
	0% {
		max-height: 60px;
	}

	100% {
		max-height: 400px;
	}
}

@keyframes subNavClose2 {
	0% {
		max-height: 400px;
	}

	100% {
		max-height: 60px;
	}
}


@media (min-width: 768px) {

	.subnav {
		padding: 0;
		max-height: auto;
		border-bottom-color: #e7ebf2;
		border-top: 1px solid #e7ebf2;
		text-align: center;
		line-height: 54px;
		animation: none;
		margin-top: -1px;
	}

	.subnav .subnav-label {
		display: none;
	}

	.subnav .subnav-link {
		display: inline-block;
		padding: 0;
		height: 52px;
	}

	.subnav .subnav-link span {
		font-weight: 600;
		padding: 0 15px;
	}

	.subnav .subnav-link+.subnav-link {
		margin-left: 5px;
	}

	.subnav .subnav-link.active span {
		position: static;
		animation: none;
	}

}

.cart--is--open {
	overflow: hidden;
}

.mini-cart-checkout {
	display: none;
}

.mini-cart-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999990;
	background: rgba(0, 0, 0, .75);
	display: none;
}

.mini-cart {
	position: fixed;
	z-index: 999991;
	top: 0;
	right: -380px;
	width: 380px;
	max-width: 100%;
	height: 100%;
	padding: 30px;
	background: #fff;
	text-transform: none;
	letter-spacing: normal;
	/*box-shadow: 0 18px 30px rgba(50,50,93,.1), 0 8px 12px rgba(0,0,0,.07);*/

	transition: -webkit-transform 0.22s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.22s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.22s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cart--is--open .mini-cart {
	transition-duration: 0.245s;
	-webkit-transform: translateX(-380px);
	transform: translateX(-380px);
}

.cart--is--open .mini-cart .items {
	transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s;
	transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s;
	transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s;
}

.cart--is--open .mini-cart .footer {
	transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.375s;
	transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.375s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
	transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.375s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.375s;
}

.cart--is--open .mini-cart .appear-animation {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.header--fixed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 30px;
	height: 80px;
}

.mini-cart .header--fixed .title {
	display: block;
	margin: 0;
	padding: 24px 0;
	font-size: 27px;
	line-height: 30px;
	text-align: left;
	color: #333;
	border-bottom: 1px solid #e2e2e2;

	transition: opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s;
	transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
	transition: transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, -webkit-transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s;
}

.mini-cart .header--fixed .close-cart {
	float: right;
	cursor: pointer;
	margin: -6px;
	font-size: 21px;
	padding: 12px;
	display: block;
}

.mini-cart .empty-text {
	padding: 20px 0;
	margin-bottom: 0;

	transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s, -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s;
	transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s, opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.13s;
	transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s, opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.13s, -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s;
}

.mini-cart .items {
	position: absolute;
	top: 80px;
	left: 0;
	bottom: 128px;
	padding: 0 30px;
	overflow: auto;
}

.mini-cart .item {
	padding: 18px 0;
	border-top: 1px solid #e2e2e2;
	text-align: left;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.mini-cart .item:first-of-type {
	border-top: 0;
}

.mini-cart .item .item-img {
	width: 26%;
	height: auto;
	margin: 0 2% 0 0;
	vertical-align: middle;
	margin-left: -20px;
	/*correct photo*/
}

.mini-cart .item .item-text {
	width: 72%;
	vertical-align: middle;
}

.mini-cart .item .item-text p {
	position: relative;
	line-height: 1.6em;
	margin-bottom: 0;
	font-size: 14px;
}

.mini-cart .item .item-text p span.discounted {
	text-decoration: line-through;
	color: #4a5467;
}

.mini-cart .item .item-text .name {
	width: 98%;
	font-weight: 500;
	margin-bottom: 0;
	z-index: 1;
	font-size: 15px;
}

.mini-cart .item .item-text .name>span:first-of-type {
	width: 170px;
}

.mini-cart .close {
	position: absolute;
	top: 24px;
	right: -5px;
	border-radius: 100%;
	padding: 5px 2px 2px;
	cursor: pointer;
	-webkit-transition: all 0.18s;
	-moz-transition: all 0.18s;
	transition: all 0.18s;
}

.mini-cart .close:hover {
	-webkit-transform: scale(1.42);
	-moz-transform: scale(1.42);
	-o-transform: scale(1.42);
	transform: scale(1.42);
}

.mini-cart .footer {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 30px;
	width: 100%;
	border-top: 1px solid #e2e2e2;
	height: 128px;
}

.mini-cart .footer .footer-p {
	position: relative;
	margin: 0 0 12px 0;
	font-size: 18px;
	font-weight: 400;
}

.mini-cart .footer .subtotal .currency {
	display: none;
}

.mini-cart .footer .button,
.mini-cart .footer .button:active {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.notification-bar,
.notification-bar-parent {
	width: 100%;
	height: 42px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.notification-bar {
	position: relative;
	top: 0;
	left: 0;
	background: transparent;
	color: #232323;
	border-bottom: 1px solid #e7ebf2;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f7f8f7;
}

.notification-bar.verify-msg {
	background: #e45c49;
}

.notification-bar a {
	color: #fff;
	text-decoration: underline;
}

.notification-bar-parent {
	width: 100%;
	display: table;
	height: 42px;
	overflow: hidden;
}

.notification-bar-child {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font-style: italic;
	font-weight: 500;
}

.verify-msg .notification-bar-child {
	font-style: normal;
	color: #fff;
}

.verify-msg .notification-bar-child a {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 767px) {

	.notification-bar,
	.notification-bar-parent {
		height: 48px;
		top: 72px;
		background: transparent;
		color: #232323;
		border-bottom: 1px solid #e7ebf2;
	}
}


/* 2.2 - Footer */
footer.wrapper {
	padding: 48px 0;
	/*background: #e7ebf2;*/
}

.shop-page footer.wrapper {
	background: #fff;
}

footer .footer-text {
	padding: 12px 25px;
	color: #4a5467;
	font-size: 14px;
	text-align: center;
}

footer .social {
	display: block;
	margin-top: 18px;
}

footer .social a {
	padding-left: 0;
	font-size: 26px;
	color: #232323;
}

footer .social a.ico-instagram:hover {
	color: #de6563;
}

footer .social a.ico-facebook:hover {
	color: #3b5998;
}

footer .social a.ico-twitter:hover {
	color: #00aced;
}

footer .social a.ico-youtube:hover {
	color: #cc0000;
}

footer .social .ico-instagram:before,
footer .social .ico-youtube:before,
footer .social .ico-twitter:before {
	float: left;
	margin-left: 0;
	margin-top: 6px;
	margin-right: 15px;
}

footer .social .ico-instagram span {
	font-size: 15px;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #4a5467;
}

footer ul.footer-list {
	padding-left: 0;
}

footer ul.footer-list li {
	display: block;
	margin-bottom: 12px;
}


footer ul.footer-list li h5 {
	text-transform: none;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 18px;
}

footer ul.footer-list li a {
	color: #4a5467;
	font-size: 13px;
	line-height: 1;
}

footer ul.footer-list li a:hover {
	color: #3f79ee;
}

footer .footer-newsletter {
	position: relative;
}

footer .footer-newsletter .input-newsletter {
	border-color: #232323;
}

footer .footer-newsletter .btn-mail {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	height: 48px;
	width: 48px;
	line-height: 48px;
	background-color: #232323;
	border-color: #232323;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.footer-logo {
	width: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

.footer-ig {
	color: #232323;
	font-weight: 400;
}

.footer-ig .icon {
	margin-left: 10px;
	font-size: 24px;
	float: right;
	line-height: 30px;
}

.footer-ig:hover .icon {
	color: #c0392b;
}

.footer-pad {
	padding-bottom: 49px;
}

@media (max-width: 577px) {
	.footer-pad {
		padding-bottom: 60px;
	}

	footer .social a {
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	/*footer .social .ico-instagram:before {
		float: none;
		display: block;
		margin: 42px auto 6px;
		color: #c0392b;
	}*/
}


/* 2.3 - Cards */
.card {
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	/* border: 1px solid #eee; */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	/* background: #f9f9f9; */
	margin: 0 auto;
	max-width: 480px;
}

@media (min-width: 767px) {
	.card {
		/*cursor: default;*/
	}

	.card:hover {
		/* transform: translateY(-2px); */
		/* box-shadow: 0 18px 30px rgba(50,50,93,.1), 0 8px 12px rgba(0,0,0,.07); */
		/* background: rgba(255,255,255,1); */
	}
}

@media (max-width: 767px) {
	.card {
		margin-top: 12px;
		margin-bottom: 30px;
		width: 95%;
	}
}

@media (max-width: 576px) {
	/*.card h5 {
		font-size: 17px;
		letter-spacing: 0;
		margin-bottom: 12px;
		margin-top: 18px;
	}*/
}

/* 2.4 - Hero Navs */

.hero-nav {
	width: 100%;
	padding: 90px 0 72px;
	text-align: center;
}

.hero-nav#error_page {
	background: #ccc;
	padding: 120px 0 100px;
	border-bottom: none;
	box-sizing: border-box;
}

.hero-nav#error_page h1 {
	/*color: #fff;*/
}

.hero-nav#help_page {
	padding: 120px 0 100px;
	border-bottom: none;
	box-sizing: border-box;
}

.hero-nav p {
	max-width: 90%;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
}

.hero-nav .contact a {
	display: inline-block;
	padding: 6px 0;
	margin: 0 24px;
	letter-spacing: 0.15em;
	background-repeat: no-repeat;
	font-weight: 500;
	text-transform: uppercase;
}

.hero-nav .tagline {
	margin: 18px auto;
	font-size: 17px;
	width: 600px;
}

.hero-nav h1,
.hero-nav p,
.hero-nav .contact a {
	/*color: #232323;*/
}

@media (max-width: 576px) {
	.hero-nav h1 {
		font-size: 36px;
		line-height: 48px;
	}

	.hero-nav .contact a {
		font-size: 13px;

	}

	.hero-nav .contact a>[class^="ico-"],
	.hero-nav .contact a>[class*=" ico-"] {
		padding-bottom: 12px;
		display: block;
	}

	.hero-nav#help_page {
		padding: 60px 10px 72px;
	}
}

.flat-slides {
	margin: 0 auto;
}

.flat-slides .row {
	margin-top: 6px;
}

.flat-slides .col-slide>img {
	display: block;
	max-width: 720px;
	width: 100%;
}

.flat-slides .placeholder {
	overflow: hidden;
	border-radius: 12px;
}

.flat-slides .text-container {
	text-align: left;
	width: 100%;
	max-width: 540px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 15px;
	margin-bottom: 0px;
	padding: 36px 42px;
	z-index: 10;
}

.flat-slides .text-container h2 {
	margin-top: 12px;
}

.flat-slides .col-slide {
	margin-bottom: 30px;
}

.flat-slides .text-container,
.flat-slides .text-container h2,
.flat-slides a.cta,
.flat-slides a.cta .icon-arrow {
	color: #fff;
	border-color: #fff;
}

@media (max-width: 767px) {
	.flat-slides .row {
		margin-top: 0;
	}
	.flat-slides .col-slide {
		max-width: 100%;
		-ms-flex: 100%;
		flex: 100%;
		padding: 0 15px;
		margin: 0 auto 60px;
	}
	
	.flat-slides .col-slide:last-of-type {
		margin-bottom: 0;
	}

	.flat-slides .col-slide>img {
		margin-bottom: 12px;
	}

	.flat-slides .row.mobile-reverse {
		-webkit-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
	.flat-slides .text-container {
		text-align: center;
		margin: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}

/* 2.5 - jBox Notifications */

.jBox-wrapper {
	text-align: left;
	max-width: 90%;
}

.jBox-wrapper,
.jBox-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jBox-title,
.jBox-content,
.jBox-container {
	position: relative;
	word-break: break-word;
}

.jBox-container {
	background: #fff;
	max-height: 100%;
}

.jBox-content {
	padding: 8px 10px;
	overflow: auto;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
	line-height: 1.6;
	padding: 12px 15px;
}

#tooltip-logindisclaimer .jBox-content {
	font-size: 12px;
}

/* jBox Tooltip */

.tooltip {
	cursor: pointer;
}

.tooltip-text {
	border-bottom: 1px dashed #bbbbc2;
}

.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
	border-radius: 3px;
	box-shadow: 0 18px 30px rgba(50, 50, 93, .1), 0 8px 12px rgba(0, 0, 0, .07);
}

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
	padding: 12px 15px 0;
	font-weight: bold;
}

.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
	padding-top: 6px;
}

/* Pointer */

.jBox-pointer {
	position: absolute;
	overflow: hidden;
}

.jBox-pointer-top {
	top: 0;
}

.jBox-pointer-bottom {
	bottom: 0;
}

.jBox-pointer-left {
	left: 0;
}

.jBox-pointer-right {
	right: 0;
}

.jBox-pointer-top,
.jBox-pointer-bottom {
	width: 30px;
	height: 12px;
}

.jBox-pointer-left,
.jBox-pointer-right {
	width: 12px;
	height: 30px;
}

.jBox-pointer:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.jBox-pointer-top:after {
	left: 5px;
	top: 6px;
	box-shadow: -1px -1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-right:after {
	top: 5px;
	right: 6px;
	box-shadow: 1px -1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-bottom:after {
	left: 5px;
	bottom: 6px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-left:after {
	top: 5px;
	left: 6px;
	box-shadow: -1px 1px 4px rgba(0, 0, 0, .2);
}

/* jBox Modal & jBox Confirm */

.jBox-Modal .jBox-container,
.jBox-Confirm .jBox-container {
	border-radius: 8px;
	box-shadow: 0px 12px 60px -20px rgba(0, 0, 0, 0.3);
}

.jBox-Modal .jBox-title,
.jBox-Confirm .jBox-title {
	border-radius: 3px 3px 0 0;
	padding: 10px 15px;
	background: #f4f5f6;
	border-bottom: 1px solid #babbc0;
	text-shadow: 0 1px 0 #fff;
}

.jBox-Modal.jBox-closeButton-title .jBox-title,
.jBox-Confirm.jBox-closeButton-title .jBox-title {
	padding-right: 55px;
}

.jBox-Modal.jBox-closeButton-box:before,
.jBox-Confirm.jBox-closeButton-box:before {
	box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
}

/* jBox Modal */

.jBox-Modal .jBox-content {
	padding: 12px 15px;
}

@media (max-width: 767px) {
	.jBox-wrapper.jBox-Modal {
		width: 520px;
		height: 90%;
	}

	.jBox-container {
		/*height: 100%;*/
		overflow: auto;
	}

	#jBox-overlay .jBox-closeButton {
		width: 35px;
		height: 35px;
	}

	#jBox-overlay .jBox-closeButton svg {
		width: 15px;
		height: 15px;
	}
}

/* jBox Confirm */

.jBox-Confirm .jBox-content {
	text-align: center;
	padding: 45px 35px;
}

.jBox-Confirm-footer {
	border-top: 1px solid #e2e2e2;
	background: #fafafa;
	border-radius: 0 0 3px 3px;
	text-align: center;
	padding: 10px 0;
}

.jBox-Confirm-button {
	display: inline-block;
	cursor: pointer;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	border-radius: 3px;
	padding: 0 20px;
	-webkit-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s;
}

.jBox-Confirm-button-cancel {
	text-shadow: 0 1px 1px rgba(255, 255, 255, .6);
	background: #babbc0;
	color: #999;
	margin-right: 25px;
}

.jBox-Confirm-button-cancel:hover {
	background: #ccc;
	color: #4a5467;
}

.jBox-Confirm-button-submit {
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .2);
	background: #5fc04c;
	color: #fff;
}

.jBox-Confirm-button-submit:hover {
	background: #53a642;
}

.jBox-Confirm-button-cancel:active,
.jBox-Confirm-button-submit:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .26);
}

/* jBox Notice */

.jBox-Notice {
	-webkit-transition: margin .2s;
	transition: margin .2s;
}

.jBox-Notice .jBox-container {
	border-radius: 3px;
	box-shadow: 0 6px 12px rgba(50, 50, 93, .08), 0 6px 12px rgba(0, 0, 0, .05);
	color: #333;
	background: #fff;
	/*white-space: nowrap;*/
}

.jBox-Notice.success .jBox-container {
	background: #3f79ee;
	color: #fff;
}

.jBox-Notice.error .jBox-container {
	background: #c0392b;
	color: #fff;
}

.jBox-Notice .jBox-content {
	border-radius: 3px;
	padding: 12px 20px;
}

.jBox-Notice .jBox-title {
	padding: 8px 20px 0;
	font-weight: bold;
}

.jBox-hasTitle.jBox-Notice .jBox-content {
	padding-top: 5px;
}

.jBox-Notice-color .jBox-container {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.jBox-Notice-gray .jBox-container {
	color: #4a5467;
	text-shadow: 0 1px 0 #fff;
	background: #f4f4f4;
	background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
}

.jBox-Notice-red .jBox-container {
	background: #c0392b;
	background-image: linear-gradient(to bottom, #ee2222, #c0392b);
}

.jBox-Notice-green .jBox-container {
	background: #70a800;
	background-image: linear-gradient(to bottom, #95cc2a, #70a800);
}

.jBox-Notice-blue .jBox-container {
	background: #2b91d9;
	background-image: linear-gradient(to bottom, #5abaff, #2b91d9);
}

.jBox-Notice-yellow .jBox-container {
	color: #744700;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
	background: #ffb11f;
	background-image: linear-gradient(to bottom, #ffd665, #ffb11f);
}

/* jBox Image */

.jBox-Image {
	background: #fff;
	padding: 8px 8px 45px;
	border-radius: 5px;
}

.jBox-Image .jBox-content {
	padding: 0;
	width: 100%;
	height: 100%;
}

.jBox-image-container {
	border-radius: 5px;
	background: #fff center center no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.jBox-image-label {
	box-sizing: border-box;
	position: absolute;
	background: #fff;
	top: 100%;
	left: 0;
	width: 100%;
	color: #333;
	margin-top: -35px;
	padding: 0 90px 5px 10px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
}

.jBox-image-label.active {
	opacity: 1;
}

.jBox-image-pointer-next,
.jBox-image-pointer-prev {
	position: absolute;
	bottom: 0px;
	width: 22px;
	height: 45px;
	background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
	background-size: 11px auto;
	cursor: pointer;
	opacity: .6;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
	opacity: 1;
}

.jBox-image-pointer-next {
	right: 8px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.jBox-image-pointer-prev {
	right: 30px;
}

.jBox-image-open #jBox-overlay {
	background-color: rgba(0, 0, 0, .86);
}

.jBox-Image.jBox-loading .jBox-container:before {
	left: auto;
	top: auto;
	bottom: -33px;
	right: 55px;
	margin-top: -9px;
	margin-left: -9px;
}

/* Close button */

.jBox-closeButton {
	cursor: pointer;
	position: absolute;
}

.jBox-closeButton svg {
	position: absolute;
	top: 50%;
	right: 50%;
}

.jBox-closeButton path {
	-webkit-transition: fill .2s;
	transition: fill .2s;
}

.jBox-closeButton path {
	fill: #aaa;
}

.jBox-closeButton:hover path {
	fill: #888;
}

.jBox-closeButton:active path {
	fill: #666;
}

/* Close button in overlay */

#jBox-overlay .jBox-closeButton {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
}

#jBox-overlay .jBox-closeButton svg {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-right: -10px;
}

#jBox-overlay .jBox-closeButton path {
	fill: #d2d4d6;
}

#jBox-overlay .jBox-closeButton:hover path {
	fill: #fff;
}

#jBox-overlay .jBox-closeButton:active path {
	fill: #b2b4b6;
}

/* Close button in title */

.jBox-closeButton-title .jBox-closeButton {
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
}

.jBox-closeButton-title .jBox-closeButton svg {
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-right: -6px;
}

/* Close button in box */

.jBox-closeButton-box .jBox-closeButton {
	top: -8px;
	right: -10px;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
}

.jBox-closeButton-box .jBox-closeButton svg {
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-right: -5px;
}

.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
	background: #f4f5f6;
}

.jBox-closeButton-box:before {
	content: '';
	position: absolute;
	top: -8px;
	right: -10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.jBox-pointerPosition-top.jBox-closeButton-box:before {
	top: 4px;
}

.jBox-pointerPosition-right.jBox-closeButton-box:before {
	right: 2px;
}

/* Overlay */

#jBox-overlay,
.jBox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background-color: rgba(0, 0, 0, .6);
}

.jBox-TooltipDark .jBox-container {
	border-radius: 3px;
	background: #343434;
	color: #fff;
}

.jBox-TooltipDark .jBox-pointer:after {
	background: #343434
}

.jBox-TooltipDark .jBox-closeButton {
	background: #343434
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton path {
	fill: #ddd
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:hover path {
	fill: #fff
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:active path {
	fill: #bbb
}

/* Block scrolling */

body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
	overflow: hidden;
}

/* Draggable */

.jBox-draggable {
	cursor: move;
}

/* Spinner */

@keyframes jBoxLoading {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes jBoxLoading {
	to {
		-webkit-transform: rotate(360deg);
	}
}

.jBox-loading .jBox-content {
	min-height: 32px;
	min-width: 38px;
	opacity: 0;
}

.jBox-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
}

.jBox-spinner:before {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.jBox-spinner:not(:required):before {
	content: '';
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, .3);
	border-top-color: rgba(0, 0, 0, .6);
	animation: jBoxLoading .6s linear infinite;
	-webkit-animation: jBoxLoading .6s linear infinite;
}

/* IE8 fixes */

.jBox-IE8.jBox-Tooltip .jBox-container,
.jBox-IE8.jBox-Mouse .jBox-container {
	border: 1px solid #aaa;
}

.jBox-IE8 .jBox-pointer:after {
	display: none;
}

.jBox-IE8 .jBox-pointer {
	border: 0;
	background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNq01l0OwyAIAGAlvY+n8ZJ6Gk/EqqkNtf7ApCQ+LM34iuCmRUQzihjj6FH+kjWL8N4/Ph9GHpiTnC9SwDbhLGyvspSScc71KkOa/HpuuRhIK+psE2pjONouCQg7kBSEXUgC2tHo52mTTBpnaEATWlaYK6MrhIAaceWpOcsCrYp6FV4H/90zTWjUQ/gSevVQq0ecHqoOxWpYoO7p5O9ku2fnVtp7QAik2rsK3fnpWfjynJWpbw+1BkghurrYDjiCptg/4AxaYhJwBbEwDsiB2NgM5EIirAdKIDFGQSmU1+NaIPjJYt2I25vxT4ABAMhWvtle2YvmAAAAAElFTkSuQmCC);
}

.jBox-IE8 .jBox-pointer-top {
	background-position: center top;
}

.jBox-IE8 .jBox-pointer-bottom {
	background-position: center bottom;
}

.jBox-IE8 .jBox-pointer-left {
	background-position: left center;
}

.jBox-IE8 .jBox-pointer-right {
	background-position: right center;
}

.jBox-IE8.jBox-Modal .jBox-container {
	border: 3px solid #aaa;
}

/* No SVG support fixes */

.jBox-nosvg .jBox-closeButton:before {
	content: 'x';
	text-align: center;
	font-size: 18px;
	color: #999;
}


/* 2.6 - Flash notifications */

#flashes {
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	pointer-events: none;
}

#flashes .message-wrapper {
	padding: 12px 20px;
	background-color: #3f79ee;
}

#flashes .messages {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	color: white;
	background-color: #3f79ee;
	font-size: 14px;
	line-height: 1.42em;
	pointer-events: all;
	text-align: center;
}

#flashes .notice,
#flashes .alert {
	color: white;
	background-color: #343434;
}

#flashes .errors,
#flashes .error {
	color: #c0392b;
	background-color: #fff3f1;
}

/* 2.65 - Error Messages */
/* Custom Alerts*/
.error-box {
	width: auto;
	max-width: 100%;
	display: inline-block;
}

.error-box ul {
	list-style: none;
	margin: 24px 0;
	padding: 18px 24px;
	background: #fff3f1;
	color: #c0392b;
	list-style-type: none;
}

.error-box ul.success {
	background: #DEFCD5;
	color: #52A954;
}

.error-box li {
	margin: 0;
	list-style: none !important;
}

.error-box li i {
	margin-right: 8px;
}

.payment-info .error-box {
	width: 100%;
	display: block;
}

.payment-info .error-box ul {
	padding: 12px 20px;
	margin: 0;
}

#submission .error-box,
#login .error-box {
	width: 100%;
	display: block;
}


/* 2.7 - Tabs */
.tab-content {
	display: none;
}

.tab-content.active {
	display: inherit;
}


/* 2.8 - Mailchimp Email */

#mail {
	padding-top: 60px;
	padding-bottom: 90px;
	border-top: 1px solid #babbc0;
	color: #fff;
}

#mail input {
	max-width: 640px;
	outline: none !important;
	border: none !important;
	font-size: 19px;
}

#mail input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ccc;
}

#mail input::-moz-placeholder {
	/* Firefox 19+ */
	color: #ccc;
}

#mail input:-ms-input-placeholder {
	/* IE 10+ */
	color: #ccc;
}

#mail input:-moz-placeholder {
	/* Firefox 18- */
	color: #ccc;
}

/*#mail input:hover {
	box-shadow: 0 6px 12px rgba(50,50,93,.04), 0 6px 12px rgba(0,0,0,.03);
}
#mail input:focus {
	box-shadow: 0 18px 36px rgba(50,50,93,.1), 0 6px 18px rgba(0,0,0,.06);
}*/
#mail .btn-mail {
	box-sizing: border-box;
	font-size: 24px;
	width: 80px;
	margin-left: -80px;
	border: 1px solid #fff;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
	line-height: 62px;
	background-color: #192539;
	color: #fff;
	border-left: 1px solid #192539;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#mail .btn-mail:hover {
	background-color: #e45c49;
	color: #fff;
	border-left: 1px solid #ccc;
}

#mail input,
#mail .btn-mail {
	vertical-align: top;
	display: inline-block;
	height: 64px;
}

#mail input {
	padding: 0 20px;
}

#mc_embed_signup div.mce_inline_error {
	color: #c0392b;
	display: block;
	margin: 12px auto;
}

#mce-success-response {
	max-width: 420px;
	margin: 12px auto;
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9990;
	background: #fff;
}

@media (max-width: 576px) {

	#mail input,
	#mail .btn-mail {
		height: 48px;
		font-size: 17px;
	}

	#mail .btn-mail {
		line-height: 48px;
		width: 52px;
		margin-left: -52px;
	}
}

#newsletter p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}


/* 2.9 - Flex Slider */
.flexslider {
	position: relative;
}


@media (min-width: 768px) {
	.flexslider .slides.container {
		max-width: 100%;
	}

	.flexslider .slides.slides-nav li {
		display: inline-block !important;
		float: none !important;
		margin: 0 15px !important;
		padding: 0 5px 6px;
		width: auto !important;
		cursor: pointer;
	}
}

.flexslider .slides.slides-nav li.flex-active-slide {
	border-bottom: 2px solid #333;
}

.flexslider .slides.slides-nav li>.icon {
	display: block;
	width: 42px;
	margin: 0 auto 6px;
}

.flexslider .slide-earn {
	background: #f2f2f2;
	padding: 60px 30px;
	border: 10px solid #fff;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 100px;
	height: 100%;
	margin: 0px 0 0;
	position: absolute;
	z-index: 9990;
	top: 0;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: rgba(255, 255, 255, 0);
	font-family: 'streamline' !important;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.42s ease-in-out;
	-moz-transition: all 0.42s ease-in-out;
	transition: all 0.42s ease-in-out;
}

.flex-direction-nav a:before {
	color: #575757;
	font-size: 40px;
	content: "\e90f";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	padding: 14px 10px 14px 10px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.flex-direction-nav a.flex-next:before {
	color: #575757;
	content: "\e910";
	padding: 14px 20px 14px 10px;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	opacity: 0.5;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flex-direction-nav .flex-next {
	right: 0;
}

.cd-container {
	overflow: hidden;
}

.cd-container .flex-direction-nav .flex-prev,
.cd-container .flex-direction-nav .flex-next {
	opacity: 0;
}

.cd-container .flex-direction-nav .flex-prev {
	transform: translateX(-100%);
}

.cd-container .flex-direction-nav .flex-next {
	transform: translateX(100%);
}

.cd-container:hover .flex-direction-nav .flex-prev {
	transform: translateX(0);
	opacity: 0.72;
}

.cd-container:hover .flex-direction-nav .flex-next {
	transform: translateX(0);
	opacity: 0.72;
}


.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	opacity: 1 !important;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}

.flex-control-paging li a {
	width: 6px;
	height: 6px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(2, 23, 31, 1);
	cursor: default;
}

.flex-control-nav {
	margin: 18px auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

.flex-control-nav li {
	display: inline-block;
	padding: 0px 5px 0px 5px;
}

@media screen and (max-width: 767px) {
	.flex-direction-nav .flex-prev {
		left: 0;
	}

	.flex-direction-nav .flex-next {
		right: 0;
	}

	.flex-direction-nav a:before {
		font-size: 24px;
	}
}


/* 2.9b - Splide Slider */

.splide__container {
	box-sizing: border-box;
	position: relative
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
	display: none
}

.splide__progress__bar {
	width: 0
}

.splide {
	position: relative;
	visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative
}

.splide__slide img {
	vertical-align: bottom
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0
}

@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
	opacity: 1;
	z-index: 1
}

.splide--rtl {
	direction: rtl
}

.splide__track--ttb>.splide__list {
	display: block
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
	opacity: .9
}

.splide__arrow:disabled {
	opacity: .3
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__arrow--prev {
	left: 1em
}

.splide__arrow--prev svg {
	transform: scaleX(-1)
}

.splide__arrow--next {
	right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 8px
}

.splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1.4);
	z-index: 1
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__progress__bar {
	background: #ccc;
	height: 3px
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
	outline: 0
}

@supports(outline-offset:-3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf
	}
}

@supports(outline-offset:-3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf
	}

	.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
		border-color: #0bf
	}
}

.splide__toggle {
	cursor: pointer
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
	border: 3px solid transparent;
	cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
	border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg)
}

.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0
}


.splide__track {
	overflow: visible;
}

.splide__slide {
	max-width: 100%;
	width: 100%;
	text-align: center;
}

.splide__slide img {
	width: auto;
}


@media (max-width: 991px) {
	.splide__slide {
		max-width: 50%;
	}
}

@media (max-width: 576px) {
	.splide__slide {
		max-width: 100%;
	}
}

.splide__pagination__page.is-active {
	background: #232323;
	opacity: 1;
}

.splide__pagination {
	position: relative;
	margin-top: 18px;
}

.splide__arrow {
	background-color: #232323;
	width: 2em;
	height: 4em;
	border-radius: 0;
	opacity: 1;
	top: 40%;
}

.splide__arrow svg {
	width: 1.4em;
	height: 5em;
	fill: #fff;
}

.splide__arrow:disabled {
	opacity: 0.1 !important;
}


.splide__slide .item-image {
	display: block;
}

.splide__arrow--prev {
	left: 0;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.splide__arrow--next {
	right: 0;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}


@media (min-width: 992px) {
	.splide__arrow {
		opacity: 0;
		width: 3em;
		height: 8em;
		top: 25%;
	}

	.splide__arrow--prev {
		transform: translateX(-100%);
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	.splide__arrow--next {
		transform: translateX(100%);
		-webkit-transition: all .42s ease;
		transition: all .42s ease;
	}

	.splide:hover .splide__arrow--prev,
	.splide:hover .splide__arrow--next {
		transform: translateX(0);
		opacity: 1;
	}
}


/* 2.10 - Popup */

/* Fullscreen overlay for modal background */
#active-popup,
#active-popup-country,
#active-popup-verifcation {
	background-color: rgba(0, 0, 0, 0.72);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99992;
	-webkit-backdrop-filter: grayscale(1);
	backdrop-filter: grayscale(1);
}

#active-popup {
	z-index: 99997;
	background: #000;
}

#popup-country {
	z-index: 99993;
}

#popup-country .country img {
	max-width: 242px;
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	display: block;
}

@media (max-width: 576px) {
	#popup-country .country:first-of-type {
		margin-bottom: 18px;
	}
}

#popup-agewarning {
	z-index: 99999;
}

/* Modal container */
.popup-container {
	width: 600px;
	max-width: 90%;
	margin: 0 auto;
	margin-top: 8%;
	position: fixed;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 99993;
	top: 0;
	display: none;
	background: #fff;
	border-radius: 12px;
	z-index: 99999;
}

.popup-window {
	position: relative;
	padding: 60px;
	font-weight: 200;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	display: block;
}

.popup-buttons {
	text-align: center;
	margin: 30px auto 0;
}

.popup-buttons .button {
	display: inline-block;
	margin: 0 10px;
	background: #fff;
	color: #3f79ee;
	border-color: #3f79ee;
}

.popup-buttons .button:hover {
	background: #3f79ee;
	color: #fff;
	border-color: #3f79ee;
}

@media (max-width: 767px) {
	.popup-container {
		width: 90%;
		left: 50%;
	}

	.popup-window h4 {
		font-size: 16px;
		line-height: 24px;
	}

	.popup-buttons .button {
		margin: 0;
		padding: 9px 12px;
	}
}

/* 2.11 - Paging */
.paging li {
	display: inline-block;
	margin: 0 15px !important;

}

.paging li a {
	color: #999;
	font-size: 17px;
}

.paging li a:hover,
.paging li a.active {
	color: #232323;
}

.paging li a [class^="ico-"] {
	margin-left: 6px;
	margin-right: 6px;
	font-size: 80%;
}


/* 2.12 - Range Slider */
.rangeslider,
.rangeslider__fill {
	display: block;
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.rangeslider {
	background: #e6e6e6;
	position: relative;
}

.rangeslider--horizontal {
	height: 20px;
	width: 100%;
}

.rangeslider--vertical {
	width: 20px;
	min-height: 150px;
	max-height: 100%;
}

.rangeslider--disabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
}

.rangeslider__fill {
	background: #333;
	position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
	top: 0;
	height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
	bottom: 0;
	width: 100%;
}

.rangeslider__handle {
	background: white;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));

	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.16);

	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.rangeslider__handle:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.rangeslider--horizontal .rangeslider__handle {
	top: -10px;
	touch-action: pan-y;
	-ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
	left: -10px;
	touch-action: pan-x;
	-ms-touch-action: pan-x;
}

input[type="range"]:focus+.rangeslider .rangeslider__handle {
	-moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
	-webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
	box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}


/* 2.13 - Dropify */
@font-face {
	font-family: 'dropify';
	src: url(../fonts/dropify.eot);
	src: url(../fonts/dropify.eot#iefix) format("embedded-opentype"), url(../fonts/dropify.woff) format("woff"), url(../fonts/dropify.ttf) format("truetype"), url(../fonts/dropify.svg#dropify) format("svg");
	font-weight: 400;
	font-style: normal
}

[class^="dropify-font-"]:before,
[class*=" dropify-font-"]:before,
.dropify-font:before,
.dropify-wrapper .dropify-message span.file-icon:before,
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon:before {
	font-family: "dropify";
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-left: .2em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em
}

.dropify-wrapper {
	display: block;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	height: 200px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 22px;
	color: #777;
	background-color: #FFF;
	background-image: none;
	text-align: center;
	border: 1px solid #ccc;
	-webkit-transition: border-color .15s linear;
	transition: border-color .15s linear;
	margin-bottom: 18px
}

.page-profile .dropify-wrapper {
	height: 340px
}

.dropify-wrapper.has-preview {
	border-color: #8b9017
}

.focus .dropify-wrapper,
.dropify-wrapper:hover {
	background-size: 30px 30px;
	background-image: -webkit-linear-gradient(135deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
	-webkit-animation: stripes 2s linear infinite;
	animation: stripes 2s linear infinite
}

.dropify-wrapper.has-preview .dropify-clear {
	display: block
}

.dropify-wrapper.has-error {
	border-color: #F34141
}

.dropify-wrapper.has-error .dropify-message .dropify-error {
	display: block
}

.dropify-wrapper.has-error:hover .dropify-errors-container {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0;
	transition-delay: 0
}

.dropify-wrapper.disabled input {
	cursor: not-allowed
}

.dropify-wrapper.disabled:hover {
	background-image: none;
	-webkit-animation: none;
	animation: none
}

.dropify-wrapper.disabled .dropify-message {
	opacity: .5;
	text-decoration: line-through
}

.dropify-wrapper.disabled .dropify-infos-message {
	display: none
}

.dropify-wrapper input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100% !important;
	width: 100% !important;
	opacity: 0;
	cursor: pointer;
	z-index: 5
}

.dropify-wrapper .dropify-message {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.dropify-wrapper .dropify-message span.file-icon {
	display: block;
	font-size: 50px;
	color: #CCC;
	background: transparent url(../img/icons/driverslicense.png) no-repeat center center;
	background-size: 60px 41px;
	width: 60px;
	height: 41px;
	margin: 0 auto 6px
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
	.dropify-wrapper .dropify-message span.file-icon {
		background: transparent url(../img/icons/driverslicense@2x.png) no-repeat center center;
		background-size: 60px 41px
	}
}

.dropify-wrapper .dropify-message p {
	margin: 5px 0 0;
	font-size: 14px;
}

.dropify-wrapper .dropify-message p.dropify-error {
	color: #F34141;
	font-weight: 700;
	display: none
}

.dropify-wrapper .dropify-clear {
	display: none;
	position: absolute;
	opacity: 0;
	z-index: 7;
	top: 10px;
	right: 10px;
	background: none;
	border: 2px solid #FFF;
	text-transform: uppercase;
	font-size: 11px;
	padding: 4px 8px;
	font-weight: 700;
	color: #FFF;
	-webkit-transition: all .15s linear;
	transition: all .15s linear
}

.dropify-wrapper .dropify-clear:hover {
	background: rgba(255, 255, 255, 0.2)
}

.dropify-wrapper .dropify-preview {
	display: none;
	position: absolute;
	z-index: 1;
	background-color: #FFF;
	padding: 5px;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-align: center
}

.dropify-wrapper .dropify-preview .dropify-render {
	height: 100%
}

.dropify-wrapper .dropify-preview .dropify-render img {
	position: relative;
	max-width: 100%;
	max-height: 100%;
	background-color: #FFF;
	-webkit-transition: border-color .15s linear;
	transition: border-color .15s linear
}

.dropify-wrapper .dropify-preview .dropify-render i {
	font-size: 70px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	color: #777
}

.dropify-wrapper .dropify-preview .dropify-render .dropify-extension {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -.03em;
	font-size: 13px;
	width: 42px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.dropify-wrapper .dropify-preview .dropify-infos {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -40%);
	transform: translate(0, -40%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	padding: 0 20px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p {
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #FFF;
	text-align: center;
	line-height: 25px;
	font-weight: 700
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon {
	margin-right: 2px
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
	margin-top: 15px;
	padding-top: 15px;
	font-size: 12px;
	position: relative;
	opacity: .5
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #FFF;
	width: 30px;
	height: 2px
}

.focus .dropify-wrapper .dropify-clear. .dropify-wrapper:hover .dropify-clear {
	opacity: 1
}

.focus .dropify-wrapper .dropify-preview .dropify-infos,
.dropify-wrapper:hover .dropify-preview .dropify-infos {
	opacity: 1
}

.dropify-wrapper:hover .dropify-preview .dropify-infos .dropify-infos-inner {
	margin-top: -5px
}

.dropify-wrapper.touch-fallback {
	height: auto !important
}

.dropify-wrapper.touch-fallback:hover {
	background-image: none;
	-webkit-animation: none;
	animation: none
}

.dropify-wrapper.touch-fallback .dropify-preview {
	position: relative;
	padding: 0
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-render {
	display: block;
	position: relative
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file {
	position: relative;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 0;
	left: 0
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file::before {
	margin-top: 30px;
	margin-bottom: 30px
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-render img {
	position: relative;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos {
	position: relative;
	opacity: 1;
	background: transparent
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner {
	position: relative;
	top: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	padding: 5px 90px 5px 0
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p {
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #777;
	text-align: left;
	line-height: 25px
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
	font-weight: 700
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
	margin-top: 0;
	padding-top: 0;
	font-size: 11px;
	position: relative;
	opacity: 1
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
	display: none
}

.dropify-wrapper.touch-fallback .dropify-message {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	padding: 40px 0
}

.dropify-wrapper.touch-fallback .dropify-clear {
	top: auto;
	bottom: 23px;
	opacity: 1;
	border-color: rgba(119, 119, 119, 0.7);
	color: #777
}

.dropify-wrapper.touch-fallback.has-preview .dropify-message {
	display: none
}

.dropify-wrapper.touch-fallback:hover .dropify-preview .dropify-infos .dropify-infos-inner {
	margin-top: 0
}

.dropify-wrapper .dropify-loader {
	position: absolute;
	top: 15px;
	right: 15px;
	display: none;
	z-index: 9
}

.dropify-wrapper .dropify-loader::after {
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	-webkit-animation: rotate .6s linear infinite;
	animation: rotate .6s linear infinite;
	border-radius: 100%;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #777;
	border-left: 1px solid #CCC;
	border-right: 1px solid #777;
	content: ''
}

.dropify-wrapper .dropify-errors-container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: rgba(243, 65, 65, 0.8);
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0 linear 0.15s, opacity .15s linear;
	transition: visibility 0 linear 0.15s, opacity .15s linear
}

.dropify-wrapper .dropify-errors-container ul {
	padding: 10px 20px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.dropify-wrapper .dropify-errors-container ul li {
	margin-left: 20px;
	color: #FFF;
	font-weight: 700
}

.dropify-wrapper .dropify-errors-container.visible {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0;
	transition-delay: 0
}

.dropify-wrapper~.dropify-errors-container ul {
	padding: 0;
	margin: 15px 0
}

.dropify-wrapper~.dropify-errors-container ul li {
	margin-left: 20px;
	color: #F34141;
	font-weight: 700
}

@-webkit-keyframes stripes {
	from {
		background-position: 0 0
	}

	to {
		background-position: 60px 30px
	}
}

@keyframes stripes {
	from {
		background-position: 0 0
	}

	to {
		background-position: 60px 30px
	}
}

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

	100% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg)
	}
}

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

	100% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg)
	}
}

.dropify-wrapper._error {
	border-color: #e34f30 !important;
	background-color: #fff3f1 !important;
}


/* =================== */
/*	  SECTION 3	  */
/* =================== */

/* 3.0 - Homepage */
.hero-wrapper {
	margin: 0 auto;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

@media (max-width: 1920px) {
	.hero-wrapper.full {
		border-radius: 0;
	}
}


.hero-wrapper.curved {
	border-radius: 12px;
	overflow: hidden;
}

.hero-wrapper.cover {
	background-size: cover;
	background-position: center center;
}

.hero-wrapper.contain {
	background-size: contain;
}

.hero-wrapper .container {
	height: 100%;
}


.hero-wrapper.video .container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.hero-wrapper .hero-text {
	position: relative;
	max-width: 620px;
	width: 100%;
	top: 48%;
	transform: translateY(-50%);
}

.hero-wrapper .hero-text.text-white {
	color: #fff;
}

.hero-wrapper .hero-text.center {
	margin: 0 auto;
	z-index: 2;
}

.hero-wrapper .text-white h1 {
	color: #fff;
	margin-bottom: 12px;
}

.hero-wrapper .hero-text p {
	font-size: 25px;
	line-height: 36px;
}

.hero-wrapper .hero-text a.action {
	font-size: 21px;
	line-height: 30px;
}

.homepage-noflow {
	overflow: hidden;
	margin-bottom: 1px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.homepage-noflow.padded {
	padding: 0 30px;
}

.hero-wrapper .hero-img-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	z-index: -1;

}

.hero-wrapper .hero-img-bg {
	display: block;
	position: absolute;
	width: 1090px;
	height: 100%;
	right: -31%;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*#homepage-bfriday .btn.white {
	background-color: rgba(0,0,0,0.42);
}
#homepage-bfriday .btn.white:hover {
	background-color: rgba(255,255,255,0.42);
}*/

#homepage-bfriday h1 {
	font-size: 72px;
	line-height: 1;
	margin-top: 42px;
	margin-bottom: 24px;
}
#homepage-bfriday h5 {
	font-size: 18px;
	letter-spacing: .42rem;
}

#homepage-bfriday .hero-wrapper .hero-text {
	top: 48%;
	transform: translateY(-50%);
}

#homepage-superdose .hero-wrapper {
	height: 742px;
}

#homepage-bfriday .hero-wrapper {
	height: 790px;
}

#homepage-superdose .hero-wrapper.cover,
#homepage-bfriday .hero-wrapper.cover {
	background-position: bottom center;
}

#homepage-bfriday .hero-wrapper.cover {
	background-image: url(https://www.schedule35.co/uploads/page_home/s35-gummies_studio-2.jpg?v2);
	background-color: #6c7e86;
}
@media (max-width: 1100px) {
	#homepage-bfriday .hero-wrapper.cover {
		background-position: bottom right;
	}

}
@media (max-width: 767px) {
	#homepage-bfriday .hero-wrapper.cover {
		background-image: url(https://www.schedule35.co/uploads/page_home/s35-gummies_studio-2-mobile.jpg?v2);
		background-position: center center;
	}
}


@media (min-width: 1200px) {
	.header-transparent .hero-wrapper.video {
		/*height: 600px;*/
		padding-bottom: 54%;
	}
}


@media (min-width: 1600px) {
	.header-transparent .hero-wrapper.video {
		/*height: 842px;*/
		padding-bottom: 48%;
	}
	.header-transparent .hero-wrapper.video_s35day {
		height: 720px!important;
	}
}

@media (min-width: 1900px) {
	.header-transparent .hero-wrapper.video {
		height: 960px;
		padding-bottom: 0;
	}
	.header-transparent .hero-wrapper.video_s35day {
		height: 960px!important;
	}
}

@media (max-width: 1200px) {
	.header-transparent .hero-wrapper.video {
		height: 640px;
		padding-bottom: 68%;
	}
	.header-transparent .hero-wrapper.video_s35day {
		height: 540px!important;
	}
	.hero-wrapper .hero-img-bg {
		right: -44%;
	}

	.hero-wrapper .hero-text h1 {
		font-size: 42px;
		line-height: 54px;
	}
}

@media (max-width: 991px) {
	.hero-wrapper .hero-text {
		max-width: 58%;
	}
	
	#homepage-bfriday h1 {
		font-size: 64px;
		margin-top: 36px;
		margin-bottom: 24px;
	}
	#homepage-bfriday h5 {
		font-size: 17px;
		letter-spacing: .42rem;
	}

	.hero-wrapper .hero-text h1 {
		font-size: 38px;
		line-height: 48px;
	}

	.hero-wrapper .hero-text h3,
	.hero-wrapper .hero-text p {
		font-size: 23px;
		line-height: 30px;
		margin-top: 18px;
	}

}

@media (max-width: 767px) {
	
	#homepage-bfriday h1 {
		font-size: 48px;
		margin-top: 30px;
		margin-bottom: 24px;
	}
	#homepage-bfriday h5 {
		font-size: 15px;
		letter-spacing: .38rem;
	}
	
	.hero-wrapper {
		height: auto;
		position: relative;
	}

	.hero-wrapper .hero-text {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		/*background: #fff;
		background: rgba(255,255,255,0.85);*/
		padding: 12px 20px 0;
		box-sizing: border-box;
		top: auto;
		transform: none;
	}

	.hero-wrapper .hero-text h1 {
		font-size: 32px;
		line-height: 42px;
	}

	.hero-wrapper .hero-text h3,
	.hero-wrapper .hero-text p {
		font-size: 20px;
		line-height: 30px;
	}

	.hero-wrapper .hero-text p {
		max-width: 100%;
	}

	.hero-wrapper .container {
		max-width: 100%;
		padding: 0;
	}

	.hero-wrapper .hero-img-wrapper {
		position: relative;
	}

	.hero-wrapper .hero-img-bg {
		position: relative;
	}

	.hero-wrapper.video {
		height: 480px;
	}

	.header-transparent .hero-wrapper.video {
		height: 542px;
	}
	.header-transparent .hero-wrapper.video_s35day {
		height: 312px!important;
	}

	.hero-wrapper.video .hero-text {
		position: absolute;
		top: 48%;
		transform: translateY(-50%);
	}

	.homepage-noflow.padded {
		padding: 15px 15px 0;
	}
	
	#homepage-superdose .hero-wrapper {
		padding: 100px 0;
		height: 478px;
	}
	
	#homepage-bfriday .hero-wrapper {
		padding: 100px 0;
		height: 720px;
	}
	
	#homepage-bfriday .hero-wrapper .hero-text {
		top: 32%;
	}


}

@media (max-width: 576px) {
	
	#homepage-bfriday h1 {
		font-size: 36px;
		margin-top: 24px;
		margin-bottom: 18px;
	}
	#homepage-bfriday h5 {
		font-size: 14px;
		letter-spacing: .38rem;
	}
	.hero-wrapper .hero-text .eyebrow {
		display: none;
	}

	.hero-wrapper .hero-text h1 {
		margin-bottom: 0;
	}

	.hero-wrapper .hero-text p {
		font-size: 18px;
		line-height: 24px;
	}
}

.home-icons {
	margin-top: 30px;
}

.home-traditions {
	margin-top: 60px;
	margin-bottom: 72px;
}

/*.home-traditions a > img {
	display: block;
	border: 1px solid #dfdfdf;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.home-traditions a:hover > img {
	border: 1px solid #232323;
}*/

.home-icons-svg {
	height: 72px;
	box-sizing: border-box;
}

.home-icons-svg-fix {
	padding: 2% 9.5% 0 0
}

#hand-delivered {
	padding-bottom: 30px;
}

#hand-delivered .hero-wrapper {
	padding-top: 42px;
	padding-bottom: 48px;
	background: #f4eee2;
}

@media (max-width: 767px) {
	#hand-delivered .hero-wrapper {
		padding-top: 60px;
		padding-bottom: 90px;
	}

	.home-icons-svg-fix {
		padding: 2% 5% 0 0;
	}

	.home-icons {
		margin-bottom: 0;
	}

	.home-traditions {
		margin-top: 18px;
		margin-bottom: 12px;
	}

}

@media (max-width: 576px) {
	#hand-delivered .hero-wrapper {
		padding-bottom: 60px;
		padding-top: 42px;
	}
}

.featured-product .more-options,
.slider-product .more-options {
	font-size: 21px;
	line-height: 30px;
	font-weight: 500;
	margin-top: 0;
	display: inline-block;
	padding: 18px 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 300px;
}


#bg-matrix {
	overflow: hidden;
	position: relative;
}

#bg-matrix .hero-wrapper {
	background: #0f173c;
	overflow: hidden;
}


/* canvas style */
.canvas-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 100%;
	height: 100%;
	-webkit-filter: url("#goo");
	filter: url("#goo");
	overflow: hidden;
}

canvas {
	display: block;
	/*width: 100%;*/
	height: 100%;
	margin: 0 auto;
}

#bg-matrix-text {
	position: relative;
	max-width: 800px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	z-index: 9;
	padding: 142px 50px 0;
}

#bg-matrix-text p {
	font-size: 21px;
	line-height: 36px;
}

@media (max-width: 767px) {
	.canvas-wrap {
		height: 800px;
	}
}


/* scales animation -- all starts from hover */
.icon {
	display: block;
}

.icon svg {
	height: 72px;
	display: block;
	margin: 0 auto;
}

#ico-shipping.icon svg {
	height: 66px;
	margin-top: 6px;
}

.card .icon img {
	height: 59px;
	margin-top: 6px;
}

.card #ico-local img {
	margin-top: 0;
	height: 65px;
}

.card:hover .ico-scale-arrow {
	transform-origin: bottom left;
	animation: ico-scale-arrow 2.4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

.card:hover .ico-scale-bowl {
	transform-origin: bottom;
	animation: ico-scale-bowl 2.4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

.card:hover .ico-scale-base {
	transform-origin: 1% 50%;
	animation: ico-scale-base 2.4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

/* @keyframes ico-scale-arrow {
	50% {
		transform: rotate(280deg);
	}
} */

@keyframes ico-scale-bowl {
	50% {
		transform: translateY(35px);
	}

	100 % {
		transform: translateY(0);
	}
}

/* @keyframes ico-scale-base {
	50% {
		transform: scaleY(.2);
	}

	100 % {
		transform: scaleY(1);
	}
} */

/*car animation*/

.card:hover .ico-shipping-clock-1 {
	transform-origin: bottom;
	animation: ico-shipping-clock linear 1s infinite;
}

.card:hover .ico-shipping-clock-2 {
	transform-origin: top left;
	animation: ico-shipping-clock linear 2s infinite;
}

/* @keyframes ico-shipping-clock {
	100% {
		transform: rotate(360deg);
	}
} */

.card:hover .ico-shipping-car {
	animation: ico-shipping-car 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}

@keyframes ico-shipping-car {
	50% {
		transform: translateY(10px);
	}
}

/*leaf animation*/

.card:hover .ico-vegan-leaf-1 {
	animation: ico-vegan-leaf-1 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
	transform-origin: bottom;
}

@keyframes ico-vegan-leaf-1 {
	50% {
		transform: rotate(-5deg);
	}
}

.card:hover .stroke {
	stroke-dasharray: 1500;
	stroke-dashoffset: 1500;
	animation: dash 3s linear infinite;
}

.card:hover .stroke-2 {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 3s linear infinite;
}

@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}


@media (max-width: 767px) {

	.card .ico-scale-arrow {
		transform-origin: bottom left;
		animation: ico-scale-arrow 2.4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
	}

	.card .ico-scale-bowl {
		transform-origin: bottom;
		animation: ico-scale-bowl 2.4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
	}

	.card .ico-scale-base {
		transform-origin: bottom;
		animation: ico-scale-base 2.4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
	}

	.card .ico-shipping-clock-1 {
		transform-origin: bottom;
		animation: ico-shipping-clock linear 1s infinite;
	}

	.card .ico-shipping-clock-2 {
		transform-origin: top left;
		animation: ico-shipping-clock linear 2s infinite;
	}

	.card .ico-shipping-car {
		animation: ico-shipping-car 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
	}

	.card .ico-vegan-leaf-1 {
		animation: ico-vegan-leaf-1 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
		transform-origin: bottom;
	}

	.card .stroke {
		stroke-dasharray: 1500;
		stroke-dashoffset: 1500;
		animation: dash 3s linear infinite;
	}

	.card .stroke-2 {
		stroke-dasharray: 1000;
		stroke-dashoffset: 1000;
		animation: dash 3s linear infinite;
	}
}


.modal-box {
	width: 600px;
	max-width: 100%;
	padding: 24px;
}

.modal-box img {
	max-height: 180px;
	max-width: 300px;
	margin: 0 auto;
	display: block;
}

.modal-box select {
	width: auto;
	min-width: 90px;
	font-size: 22px;
}

.modal-box h2 {
	margin-top: 12px;
	margin-bottom: 24px;
	text-align: center;
}

.modal-box h3 {
	font-weight: 500;
}

@media (max-width: 767px) {
	.modal-box {
		padding: 12px 6px;
	}

	.modal-box>h2 {
		margin-top: 0;
		margin-bottom: 24px;
	}
}

.modal-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.modal-footer button,
.modal-footer .btn {
	width: 50%;
	border-radius: 0;
	line-height: 1.2;
}

@media (max-width: 576px) {

	.modal-footer button,
	.modal-footer .btn {
		width: 100%;
	}

	#modal-notificatons-update .padding {
		padding-bottom: 60px;
	}
}

#modal-heat-warning {
	padding: 0;
}

#modal-heat-warning .padding {
	padding: 25px;
}

@media (max-width: 576px) {
	#modal-heat-warning .padding img {
		max-height: 120px;
	}
}


#modal-out-of-stock img {
	max-height: 124px;
}


/* Instagram posts */


#instagram-content {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	min-height: 280px;
	max-width: 1920px;
	margin: 0 auto;
}

#instagram-content .post {
	position: relative;
	width: 20%;
	padding-bottom: 20%;
	background: #232323;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

#instagram-content .post .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#instagram-content .post .content {
	display: block;
	position: absolute;
	visibility: hidden;
	top: 50%;
	left: 50%;
	max-height: 80%;
	width: 80%;
	color: #FFF;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(-40%);
	transform: translateX(-50%) translateY(-40%);
}

#instagram-content .post:hover .content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-50%) translateY(-47%);
	transform: translateX(-50%) translateY(-47%);
}

#instagram-content .post:hover .image {
	opacity: 0;
	-webkit-transform: scale(1.15) translate3d(0, 0, 0);
	transform: scale(1.15) translate3d(0, 0, 0);
}

#instagram-content .post .content span {
	margin: 0 10px 18px;
	display: inline-block;
}

#instagram-content .post .content span [class^="ico-"] {
	font-size: 24px;
	bottom: -4px;
	position: relative;
	margin-right: 2px;
}

#instagram-content .post .content span>span {
	margin: 0;
}

#instagram-content .instagram-follow {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/backgrounds/bg-stubble.png) center center no-repeat #232323;
	color: #fff;
	text-align: center;
	max-width: 280px;
	z-index: 2;
	padding: 30px 50px;
	border-radius: 6px;
	display: block;
	box-shadow: 0 7px 24px rgba(50, 50, 93, .2), 0 6px 8px rgba(0, 0, 0, .14);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#instagram-content .instagram-follow:hover {
	box-shadow: 0 18px 30px rgba(50, 50, 93, .1), 0 8px 12px rgba(0, 0, 0, .07);
}

#instagram-content .instagram-follow [class^="ico-"],
#instagram-content .instagram-follow [class*=" ico-"] {
	font-size: 28px;
	display: block;
}

#instagram-content .instagram-follow h3 {
	color: #77AD5E;
	margin-top: 12px;
	margin-bottom: 0;
}

#instagram-content .instagram-follow h3:before {
	content: " ";
	display: block;
	height: 1px;
	width: 50%;
	margin: 12px auto;
	background: #77AD5E;
}

@media (max-width: 767px) {
	#instagram-content .post {
		width: 33.33%;
		padding-bottom: 33.33%;
	}

	#instagram-content .post:last-of-type {
		display: none;
	}
}

@media (max-width: 576px) {
	#instagram-content .post {
		width: 50%;
		padding-bottom: 50%;
	}

	#instagram-content .post:last-of-type {
		display: block;
	}
}

.testimonial-container {
	background: -webkit-linear-gradient(top, #f4f6f5, #fff);
	background: linear-gradient(to bottom, #f4f6f5, #fff);
	width: 100%;
}

.cd-home-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.cd-home-wrapper {
		display: none;
	}
}


.cd-home-wrapper .flex-control-nav {
	bottom: 0;
	position: absolute;
}

.cd-recipe-wrapper,
.cd-testimonials-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 60px 0px;
	z-index: 1;
}

.cd-recipe-wrapper {
	padding: 0;
}

.cd-recipe-wrapper .flex-control-nav {
	margin: 42px auto 0;
}

.testimonial-content {
	max-width: 1000px;
	width: 80%;
	margin: 0 auto 30px auto;
	text-align: left;
	padding: 0 15px;
}

.testimonial-photo {
	flex: 0 0 32%;
}

.testimonial-photo img {
	padding-right: 50px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.testimonial-text {
	flex: 1 0 0;
}


@media (max-width: 576px) {

	.testimonial-content {
		flex-wrap: wrap;
		text-align: center;
	}

	.testimonial-photo {
		flex: 0 0 100%;
	}

	.testimonial-photo img {
		padding-right: 0;
	}

	.testimonial-text {
		flex: 100% 0 0;
	}

	.cd-recipe-wrapper,
	.cd-testimonials-wrapper {
		padding-top: 30px;
	}
	.cd-recipe-wrapper {
		padding: 0;
	}
}

.cd-testimonials {
	color: #444;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cd-testimonials>li {
	position: absolute;
	opacity: 0;
}

.cd-testimonials>li:first-child {
	position: relative;
	opacity: 1;
}

.testimonial-content p {
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 24px;
	font-size: 20px;
	text-align: center;
}

@media only screen and (min-width: 1170px) {
	.testimonial-content p {
		font-size: 22px;
		line-height: 1.6;
	}
}

.cd-author-info span p {
	display: inline-block;
	font-size: 14px;
	padding-left: 0;
}

.cd-author-info span p a {
	color: rgba(126, 129, 136, 1);
}

.cd-author img,
.cd-author .cd-author-info {
	display: block;
	vertical-align: top;
}

.cd-author img,
.cd-author svg {
	max-height: 36px;
	max-width: 272px;
	margin-right: 5px;
	margin: 24px auto;
}

.cd-author .cd-author-info {
	line-height: 1;
	font-size: 24px;
}

.cd-author .cd-author-info li:first-child {
	margin-top: 4px;
}

.cd-author .cd-author-info li:last-child {
	color: #727272;
}

ul.cd-author-info {
	list-style: none;
}

/*ul.cd-author-info li span:before {
	font-family: 'streamline' !important;
	content: "\e918";
	font-size: 24px;
	display: inline-block;
	position: absolute;
	margin-top: 2px;
	font-style: normal;
	margin-left: -30px;
}*/

ul.cd-author-info li span {
	font-size: 80%;
	/*padding-left: 30px;*/
	line-height: 24px;
	font-style: italic;
	font-weight: 300;
}

@media only screen and (min-width: 768px) {
	.cd-author .cd-author-info {
		line-height: 1.4;
	}
}

#postads {
	padding-top: 72px;
	padding-bottom: 42px;
}

@media (max-width: 767px) {
	#postads {
		padding-top: 30px;
	}
}

.featured-product {
	margin-top: 54px;
	margin-bottom: 72px;
}


/* 3.1 - Login / Registration */
#login {
	padding-bottom: 120px;
	padding-top: 72px;
}

.login-wrapper {
	max-width: 400px;
	margin: 0 auto;
	border-radius: 4px;
	position: relative;
}

.login-wrapper h2 {
	margin-bottom: 36px;
}

#login .border-right {
	border-right: 1px dashed #ccc;
}

@media (max-width: 767px) {
	#login {
		padding-top: 60px;
	}

	#login .border-right {
		border-right: none;
		border-bottom: 1px solid #ccc;
		margin-bottom: 42px;
		padding-bottom: 24px;
	}
}

.login-wrapper .login-padding {
	padding: 30px 20px 12px;
}

.login-wrapper .login-switch {
	border-top: 1px solid #babbc0;
	text-align: center;
	display: inline-block;
	padding: 18px 0;
	width: 100%;
}

.password-wrapper {
	max-width: 420px;
}

.password-wrapper .login-padding {
	padding: 42px 30px 12px;
}


/* 3.2 - Shop */
#shop .subnav {
	background: rgba(255, 255, 255, .72);
	background: #fff;
	/*-webkit-backdrop-filter: saturate(100%) blur(20px);
	backdrop-filter: saturate(100%) blur(20px);*/
	border-bottom-color: #e7ebf2;
	border-top: 1px solid #e7ebf2;
	margin-top: -1px;
}

#shop .subnav .subnav-label {
	color: #232323;
}

#shop .subnav .subnav-link span {
	color: #3f79ee;
}

#shop .subnav .subnav-link:hover span,
#shop .subnav .subnav-link.active span {
	color: #232323;
}

.shop-top-outliner {
	position: absolute;
	top: -64px;
}

@media (max-width: 767px) {
	.shop-top-outliner {
		top: -148px;
	}
}


.col-product {
	padding: 0;
	margin: 0 auto;
	vertical-align: top;
	/*-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 49.75%;*/
}
.col-12.col-single-prod {
	max-width: 82%;
}

/*
@media (min-width: 768px) {
	.col-product {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.3%;
	}
}*/

.products {
	border-bottom: 1px solid #ececec;
	border-color: rgba(0, 0, 0, .1);
	padding-bottom: 72px;
}

.product {
	display: block;
	margin: 0 0 42px;
}

.product .item-image {
	position: relative;
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.product .item-image.placeholder {
	max-width: 84%;
	padding-bottom: 84%;
}

.product .item-image img {
	max-width: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
	-webkit-transition: opacity 0.24s;
	-moz-transition: opacity 0.24s;
	transition: opacity 0.24s;

	top: unset;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(0, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0);
}

.merch .product .item-image img {
	border: 1px solid rgba(0, 0, 0, .22);
}


.col-wholesale .product .item-image img {
	padding: 18px 18px 6px;
}

@media (min-width: 576px) {
	.product .item-image:hover img {
		opacity: 0.95;
	}
}

.product .item-image .item-hover {
	display: none;
	/* disable item hover */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .42);
	opacity: 0;
	-webkit-transition: opacity 0.24s;
	-moz-transition: opacity 0.24s;
	transition: opacity 0.24s;
}

.product .item-image .item-hover:hover {
	opacity: 1;
}

.product .item-image .item-hover .btn.add-to-cart {
	position: absolute;
	left: 50%;
	bottom: 15%;
	transform: translate(-50%, 0);
}

.product .item-info {
	position: relative;
	font-size: 0px;
}

.merch .product .item-info {
	margin-top: 24px;
}

.product .item-info div {
	margin: 6px auto 0;
	text-align: center;
}

.product .item-info .bottom-callout {
	margin-top: 0;
	margin-bottom: 18px;
}

.product.active .item-info .bottom-callout {
	display: none;
}

.product .item-info .bottom-quantity {
	display: none;
}

.product.active .item-info .bottom-quantity {
	display: block;
}

.product-price-container {
	font-size: 0px;
}

.price-text,
.product-name-text,
.product-divider {
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	color: #232323;
	margin: 0;
}

.product-name-text {
	margin-right: 10px;
	font-weight: 500;
}

.price-text {
	font-weight: 500;
	margin-left: 10px;
}

.product .btn.add-to-cart,
.product .btn.btn-sold-out,
.product .ddl_variants {
	width: 86%;
	max-width: 296px;
	margin: 0 auto;
	display: block;
	text-align: center;
	text-align-last: center;
}

.product .prod-img-sized {
	max-width: 312px;
	margin: 0 auto;
	display: block;
}


.product .btn.add-to-cart.outline {
	/* border: none; */
	/* border-radius: 0; */
	/* border-bottom: 1px dashed #999; */
	/* width: fit-content; */
	border-color: rgba(0, 0, 0, .22);
	display: block;
	/* padding: 6px; */
	/* opacity: 0.5; */
	font-size: 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product .btn.add-to-cart.outline:hover {
	opacity: 1;
	border-color: rgba(0, 0, 0, 1);
	background-color: transparent; 
	color: #232323;
}

.product .ddl_variants {
	border-color: rgba(0, 0, 0, .22);
	position: relative;
	bottom: -1px;
	background-image: url(../img/icons/ico-chevron-down.svg);
}

.product .ddl_variants:hover {
	border-color: #232323;
	background-color: #fff;
	cursor: pointer;
	z-index: 2;
}

.product .btn.add-to-cart.outline.loading {
	background: transparent !important;
	border: none !important;
}

.product .btn-loader .circle-loader {
	border: 3px solid #232323 !important;
	border-top-color: transparent !important;
	opacity: 0.6;
}

.product .btn.outline:hover {
	background-color: #e45c49;
	border-color: #e45c49;
}

.price-text .discounted {
	text-decoration: line-through;
	color: #999;
	font-weight: 400;
}

.callout-text {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 18px;
	text-transform: uppercase;
	color: #777;
	/*border: 1px dashed #ccc;
	padding: 6px 20px;*/
	border-radius: 2px;
	display: inline-block;
	font-family: 'Roboto Mono', monospace;
}

.callout-text-sold {
	color: #444;
	border: 1px solid #4a5467;
}

#item .product-package-contents {
	border-top: 1px dashed #d6d5d3;
	margin-top: 18px;
	padding-top: 12px;
}

.product-package-contents-list .product {
	border: 1px solid #ccc;
	-webkit-transition: all 0.32s;
	-moz-transition: all 0.32s;
	transition: all 0.32s;
	border-radius: 8px;
}

.product-package-contents-list .product:hover {
	border-color: #232323;
}

.product-package-contents-list .product .row {
	display: flex;
	margin: 0;
	align-items: center;
}

.product-package-contents-list .product .row .col-flex {
	flex: 0 0 114px;
	padding: 0;
}

.product-package-contents-list.bundles .product .row .col-flex {
	flex: 0 0 160px;
}

.product-package-contents-list .product .row .col-flex-wide {
	flex: 1;
	padding: 0;
}

.product-package-contents-list .product .row .item-info {
	padding: 12px 0 12px 10px;
}

.product-package-contents-list .product .row .item-info .product-save-text {
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #232323;
}

.wrapper.ambassador-note {
	margin-top: 72px;
	max-width: 90%;
}

.wrapper.ambassador-note>.container {
	padding: 24px 50px;
}

.wrapper.ambassador-note .ambassador-note-icon {
	font-size: 80px;
}

@media (max-width: 767px) {
	.merch .product .item-info {
		margin-top: 18px;
	}
}


@media (max-width: 576px) {
	.wrapper.ambassador-note {
		text-align: center;
	}

	.wrapper.ambassador-note .ambassador-note-icon {
		font-size: 42px;
		margin-top: 12px;
		margin-bottom: 0;
	}
}


/* 3.2b - Item Product */


.product-sticky {
	padding: 0;
}

.product-sticky .large-image-wrapper {
	position: sticky;
	top: 0;
	padding-bottom: 48px;
}

.product-sticky .large-image {
	max-width: 500px;
	margin: 0 auto;
}


.product-sticky.stick .large-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.product-sticky .large-image img {
	display: block;
	margin: 0 auto;
	max-width: none;
	width: 100%;
	z-index: -1;	
}
.merch .product-sticky .large-image img {
	border: 1px solid rgba(0, 0, 0, .22);
}


.product-sticky .product-page-gallery {
	text-align: center;
	margin-top: -12px;
	position: relative;
	z-index: 2;
	max-width: 480px;
	margin: -12px auto 0;
}

.product-sticky .product-page-gallery li.thumbnail {
	width: 48px;
	height: 48px;
	overflow: hidden;
	display: inline-block;
	margin: 0 3px;
	border: 1px solid rgba(60,5,5,0.25);
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: opacity 0.24s;
	-moz-transition: opacity 0.24s;
	transition: opacity 0.24s;}

.product-sticky .product-page-gallery li.thumbnail.active {
	border-color: #212121;
}

.product-sticky .product-page-gallery li.thumbnail:hover {
	opacity: 0.7;
}

.product-sticky .product-page-gallery li.thumbnail img {
	display: block;
	padding: 2px;
	height: 100%;
	margin: 0 auto;
}


@media (min-width: 992px) {
	.product-sticky .large-image img {
		transform: translate(-50%, -44%);
	}

	.product-sticky .product-page-gallery {
		margin-top: 30px;
		margin-right: 30px;
	}
}

@media (min-width: 1200px) {
	.product-sticky .large-image img {
		transform: translate(-50%, -42%);
	}

	.product-sticky .product-page-gallery {
		margin-top: 60px;
		margin-right: 60px;
	}
}

.product-package-contents .product .item-image {
	padding: 0;
	width: 100%;
	height: 100%;
}

.product-package-contents .product .item-image img {
	position: relative;
	padding: 6px;
	transform: unset;
	-webkit-transform: none;
	transform: none;
	left: 0;
}

.wrapper.more-products {
	background: #fff;
	padding-top: 18px;
	border-top: 1px solid #ddd;
	border-color: rgba(0, 0, 0, .15);
}

.more-products .row {
	overflow-y: scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	flex-wrap: nowrap;
	margin-right: -30px;
	margin-left: -30px;
	
}
.more-products .row::-webkit-scrollbar {
	width: 0;
    height: 0;
}
.more-products .col-4 {
	min-width: 232px;
}

.more-products .product .item-image img {
	max-height: 202px;
}

.more-products .price-text,
.more-products .product-name-text,
.more-products .product-divider {
	font-size: 15px;
}

.product-page {
	padding-top: 12px;
	margin-bottom: 30px;
}

@media (max-width: 992px) {

	.product-sticky .large-image-wrapper {
		padding-bottom: 24px;
	}

}

@media (max-width: 576px) {
	.product .item-image {
		min-height: auto;
	}

	.product-sticky .large-image-wrapper {
		padding-bottom: 18px;
	}

	.product-name-text {
		margin: 0 auto;
	}

	.product-divider {
		display: none;
	}

	.price-text {
		display: block;
		border-right: none;
		padding-right: 0;
		margin: 0 auto 12px;
	}
	
	.product-name-text,
	.price-text {
		font-size: 15px;
		line-height: 18px;
	}

	/*.callout-text {
		font-size: 10px;
	}*/
	.product-package-contents .product .item-image img {
		padding-left: 5px;
	}

}

.ribbon {
	display: inline-block;
	font-size: 14px;
	line-height: 36px;
	padding: 0 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #232323;
	font-weight: 500;
	color: #fff;
}

.ribbon.flag_sale {
	background-color: #e67e22;
}

.ribbon.flag_soldout {
	background-color: #eeeeee;
	color: #232323;
	display: none;
	/* remove sold out flag for now because already shows sold out on page*/
}

.product .item-image .item-hover {
	display: none;
	/* disable item hover*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .42);
	-webkit-transition: opacity 0.24s;
	-moz-transition: opacity 0.24s;
	transition: opacity 0.24s;
	opacity: 0;
}

.product-page .bdaction {
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
}

.product-page .bdaction [class^="icon-"],
.product-page .bdaction [class*=" icon-"] {
	font-size: 86%;
}

.product-page .bdaction a {
	color: #676767;
}

.product-page .bdaction a:hover {
	color: #232323;
}

.product-details {
	margin-bottom: 30px;
	position: relative;
}

.product-details .name {
	font-size: 28px;
	line-height: 42px;
	margin-bottom: 12px;
	margin-top: 0;
}


@media (min-width: 992px) {
	.product-details {
		max-width: 520px;
	}
}

.product-details .ribbon {
	margin-bottom: 18px;
}

.product-details p {
	/*padding-bottom: 12px;*/
	/* border-bottom: 1px solid #babbc0; */
}

.product-details .price {
	font-size: 22px;
	line-height: 24px;
	display: block;
	margin-bottom: 18px;
	margin-top: 0;
	/* letter-spacing: 1px; */
}

/*.product-details .price,
.price-text {
	font-family: 'Orbitron', 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}*/


.product-details .add-to-cart-wrap {
	border-radius: 8px;
	margin-bottom: 30px;
}

.product-details .price.with-sale {
	font-size: 30px;
	line-height: 30px;
	margin-top: -12px;
}

.product-details .price .sale-price {
	line-height: 24px;
	text-decoration: line-through;
	letter-spacing: 0;
	font-weight: 400;
	opacity: 0.3;
}

.product-details .og-price {
	/* display: block; */
}

.product-details .modifiers {
	width: 100%;
	margin-top: 18px;
	border-top: 1px dashed #d6d5d3;
}

.product-details .modifiers .quantity-selector {
	padding: 18px 0 6px;
	/* border-bottom: 1px solid #babbc0; */
	line-height: 42px;
	clear: both;
}

.product-details .modifiers .quantity-selector:after {
	clear: both;
	content: " ";
	display: table;
}

.product-details .modifiers .quantity-selector .primary-text {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
}

.product-details .modifiers .custom-number-input {
	text-align: right;
	height: 40px;
	margin: 0 auto;
	float: left;
	position: relative;
	font-size: 0;
}


.product-details .ddl_variants_wrapper {
	position: relative;
}

.product-details .ddl_variants_wrapper>span {
	display: block;
	position: absolute;
	line-height: 48px;
}


.product-details .ddl_variants {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
	border-bottom: 1px dashed #d6d5d3;
	color: #232323;
	padding-left: 78px;
	background-color: transparent;
	cursor: pointer;
	border-radius: 0;
	font-weight: 600;
}

.product-details .product-attributes {
	border-top: 1px dashed #d6d5d3;
	margin-top: 30px;
	padding-top: 18px;
}

.product-details .product-attributes .icon {
	text-indent: -9999999px;
	display: block;
	margin: 0;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 54px;
	text-align: center;
}

.product-details .product-attributes .icon,
.product-details .product-attributes .icon.ico-cat2 {
	background-image: url('../img/icons/ico-product-dice.svg');
}

.product-details .product-attributes .icon.ico-cat1 {
	background-image: url('../img/icons/ico-product-capsule.svg');
}

.product-details .product-attributes .icon.ico-organic {
	background-image: url('../img/icons/ico-product-organic.svg');
}

.product-details .product-attributes .icon.ico-limited {
	background-image: url('../img/icons/ico-product-limited2.svg');
}


.product-details .product-attributes .icon.ico-vegan {
	background-image: url('../img/icons/ico-product-vegan.svg');
}

.product-details .product-attributes .icon.ico-thc {
	background-image: url('../img/icons/ico-product-thc.svg');
}

.product-details .product-attributes .icon.ico-shrooms {
	background-image: url('../img/icons/ico-product-shrooms.svg');
	background-size: 40px;
}

.product-details .product-attributes .icon.ico-capsule {
	background-image: url('../img/icons/ico-product-capsule.svg');
}

.product-details .product-attributes .icon.ico-cat6 {
	background-image: url('../img/icons/ico-product-chocolate.svg') !important;
}

.product-details .product-attributes .icon.ico-cat2 {
	background-image: url('../img/icons/ico-product-teabag.svg') !important;
}
.product-details .product-attributes .icon.ico-cat10 {
	background-image: url('../img/icons/ico-product-gummies.svg') !important;
	background-size: 36px;
}

.product-page-extras {
	border-top: 1px dashed #babbc0;
	margin-bottom: 60px;
	padding-top: 30px;
}

.product-page-extras .description p {
	font-size: 13px;
	line-height: 24px;
}

.buy-now {
	padding: 60px 15px 72px;
	text-align: center;
}

/*Product sold out*/
.product-sold-out-div {
	width: 100%;
	margin-top: 18px;
	border-top: 1px dashed #d6d5d3;
}

.product-sold-out-div h2 {
	margin: 15px 0 0 0;
}

#item .ingredients .page .view {
	padding: 18px 20px;
	color: #232323;

}

#item .ingredients .page .view.grid {
	padding-top: 6px;
}

#item .ingredients .page .right {
	top: 18px;
}

#item .page .tab>h2 {
	text-transform: none;
}


#item .photo-ops {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 18px;
}

#item .photo-ops .max-width.extended {
	max-width: 1525px;
}

#item .photo-ops .photo-col {
	padding: 10px;
}

#item .photo-ops .photo-col img {
	display: block;
	border-radius: 8px;
}

#item .video-ops {
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px 16px 10px;
}

#item .video-ops .hero-wrapper {
	height: 860px !important;
	max-width: 1505px;
	/* padding: 0 6px; */
}

#item .video-ops .hero-wrapper .container {
	max-width: 1050px;
	width: 100%;
}

#item .photo-ops,
#item .video-ops {
	max-width: 100%;
}

@media (max-width: 991px) {
	.merch .product-sticky .product-page-gallery {
		margin-top: 6px;
	}
	
	#item .video-ops .hero-wrapper {
		height: 700px !important;
	}
}

@media (max-width: 767px) {

	#item .video-ops .hero-wrapper {
		height: 580px !important;
	}
	#item .video-ops .hero-wrapper.video .hero-text {
		text-align: left;
	}
}

@media (max-width: 576px) {
	#item .video-ops .hero-wrapper {
		height: 400px !important;
	}
}

#item .video-ops .wrapper-padding {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.header-transparent .homepage-noflow .hero-video-wrapper,
video#bgvid, #item .video-ops .hero-video-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	max-width: 350%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	z-index: 1;
	opacity: 0.95;
	overflow: hidden;
}

#item .video-ops .hero-video-wrapper {
	border-radius: 12px;
}

#item .video-ops .hero-wrapper .hero-text {
	top: 50% !important;
	transform: translateY(-50%) !important;
	max-width: 100%;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 0;
}

#item .cuttingthebs .col-md-6,
#item .cuttingthebs .col-md-12 {
	margin-top: 12px;
	margin-bottom: 12px;
}

#item .cuttingthebs img {
	border-radius: 8px;
}

#item .video-ops video#bgvid {
	max-height: 100%;
}

#item .benefits,
#item .recipe {
	text-align: center;
	padding-top: 42px;
	padding-bottom: 90px;
}

#item .recipe .container.one {
	padding-bottom: 60px;
}

@media (max-width: 767px) {
	#item .benefits,
	#item .recipe {
		text-align: left;
	}
}


#item .recipe h5,
#item .benefits h5 {
	margin-top: 24px;
	margin-bottom: 6px;
}

#item .recipe p,
#item .benefits p {
	margin-bottom: 0;
}

.video-wrapper #bg-capsule {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -100px;
	clip-path: inset(0.1px 0.1px);
}

@media (max-width: 767px) {
	.video-wrapper #bg-capsule {
		opacity: 0.18;
	}
}


/* .protocol class used on both the #item pages and #about pages */

.protocol {
	background-color: #12193d;
}

.protocol .dose-circle {
	display: inline-block;
	width: 22%;
	margin: 1%;
	background: transparent;
	border: 1px solid #fff;
	position: relative;
	font-size: 1px;
	line-height: 1px;
	border-radius: 100%;
	color: #fff;
}

.protocol .dose-circle:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.protocol .dose-circle span {
	position: absolute;
	font-size: 14px;
	font-weight: 500;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.protocol .dose-circle.dose-on {
	background-color: #fff;
	color: #12193d;
}


.shop-hero {
	background: #e7ebf2;
	padding: 24px 30px 72px;
	text-align: center;
}

@media (max-width: 767px) {
	.product-details {
		margin-top: 0;
	}

	#item .ingredients .page .view {
		padding: 18px 5px;
	}

	#item .ingredients .page .masta.show {
		background: transparent;
		box-shadow: none;
	}

	#item .ingredients .page {
		margin-top: 12px;
	}

	#item .container.one {
		max-width: 742px;
		/*text-align: left;*/
	}

	.shop-hero {
		padding: 60px 30px 42px;
	}

	.product-page-extras .description p {
		font-size: 14px;
	}

	.product-details .bdaction {
		font-size: 14px;
		margin-top: 0;
	}

	.product-details .name {
		/*! text-align: center; */
		font-size: 26px;
		line-height: 36px;
		margin-top: 6px;
		margin-bottom: 18px;
	}

	.product-details p {
		/*! text-align: center; */
		/*! max-width: 95%; */
		margin-left: auto;
		margin-right: auto;
		/*display: none;*/
	}

	.product-details .list li {
		/*! list-style-type: none; */
		/*! margin-left: 0; */
		/*! text-align: center; */
	}

	.product-details #productsect {
		/*! max-width: 95%; */
		margin: 0 auto;
	}

	.product-details .add-to-cart-wrap {
		background: #faf8f6;
		padding: 24px 25px;
		border: 1px solid #ccc;
	}

	.product-page-extras {
		/*! text-align: center; */
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 30px;
	}

	.product-page-extras .description {
		margin-top: 12px;
		margin-bottom: 30px;
	}
}

@media (max-width: 576px) {
	.products {
		padding-bottom: 30px;
	}

	.product {
		margin-bottom: 42px;
	}
	.col-12.col-single-prod .product {
		padding: 30px 25px 12px;
		background: #fff;
		border-radius: 12px;
		border: 1px solid #a49b95;
	}

	.product-page {
		padding-top: 30px;
	}

	.product-sticky .product-page-gallery {
		margin-bottom: 30px;
	}

	.product-sticky .product-page-gallery li.thumbnail {
		margin: 2px;
	}

	.product-page-extras {
		padding-left: 0;
		padding-right: 0;
	}

	.product-page-extras .description {
		margin-top: 0;
		margin-bottom: 12px;
	}
}


/* 3.3 - Cart */
.cart-wrapper {
	background: #fff;
	padding: 40px 40px 30px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-top: 30px;
	position: relative;
	border-bottom: 1px dashed #ccc;
	/*box-shadow: 0px 12px 60px -20px rgba(0,0,0,0.3);*/
}

.cart-wrapper h5 {
	margin-top: 0;
	margin-bottom: 24px;
	font-weight: 500;
	opacity: 0.72;
}

.cart-wrapper h4 {
	margin-top: 0;
	margin-bottom: 6px;
}

.cart-wrapper .cart-product-title {
	color: inherit;
}

.cart-wrapper .cart-image {
	width: 120px;
	max-width: 100%;
}

.cart-wrapper .cart-image img {
	height: auto;
	width: 100px;
	/*padding-right: 20px;*/
	display: block;
}

.cart-wrapper .wlabel {
	font-size: 18px;
}

.cart-wrapper .wlabel .discounted {
	text-decoration: line-through;
	color: #999;
	font-weight: 400;
	font-size: 90%;
}

.cart-wrapper .cart-text {
	color: #4a5467;
	font-size: 13px;
	line-height: 18px;
	font-style: italic;
	float: left;
	margin-top: 18px;
	margin-bottom: 0;
	text-align: left;
}

.cart-wrapper .cart-subtotal-label {
	display: inline-block;
	margin-right: 10px;
	font-size: 19px;
	color: #4a5467;
}

.cart-wrapper .cart-subtotal {
	font-size: 27px;
	line-height: 36px;
}

.cart-wrapper .cart-subtotal-points {
	margin-top: 6px;
	margin-bottom: 12px;
	display: block;
	color: #4a5467;
}

.cart-wrapper .cart-subtotal-points>span {
	color: #232323;
}

.cart-wrapper td .cart-remove {
	font-size: 16px;
	margin-top: 3px;
	color: #333;
	padding: 10px;
	cursor: pointer;
	-webkit-transition: all 0.18s;
	-moz-transition: all 0.18s;
	transition: all 0.18s;
}

.cart-wrapper td .cart-remove:hover {
	-webkit-transform: scale(1.42);
	-moz-transform: scale(1.42);
	-o-transform: scale(1.42);
	transform: scale(1.42);
}

.cart-wrapper td .cart-remove:active {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}

.cart-wrapper tfoot td {
	padding-top: 42px;
	padding-bottom: 18px;
}

.cart-wrapper tfoot tr:last-of-type {
	border-top: none;
}

.cart-wrapper tfoot tr:last-of-type td {
	padding-bottom: 30px;
	padding-top: 6px;
}

.cart-wrapper .btn.checkout {
	padding-left: 50px;
	padding-right: 50px;
	margin-left: 30px;
	margin-top: 0;
}

.cart-wrapper .radio-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 18px;
	padding-top: 18px;
	padding-right: 40px;
	margin-bottom: 6px;
	border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
}

.cart-wrapper .radio-wrapper:first-of-type {
	border-top: 1px solid #dfdfdf;
}

.cart-wrapper .radio-wrapper .radio-option-title {
	display: block;
	/* color: #777; */
	margin-bottom: 6px;
}

.cart-wrapper .radio-wrapper .radio-option-body {
	display: block;
	font-style: italic;
	color: #777;
}

.cart-wrapper .radio-wrapper .radio-button {
	position: absolute;
	right: 30px;
	top: 21px;
}

.cart-wrapper .radio-box {
	border: 1px solid #dfdfdf;
	border-radius: 6px;
}

.cart-wrapper .radio-box .radio-wrapper {
	margin-bottom: 0;
	padding: 12px 0 12px 50px;
}

.cart-wrapper .radio-box .radio-wrapper:last-of-type {
	border-bottom: none;
}

.cart-wrapper .radio-box .radio-wrapper .radio-button {
	left: 15px;
	right: auto;
	top: -2px;
}

.cart-wrapper .radio-box .radio-wrapper:first-of-type {
	border-top: none;
}

.cart-wrapper .radio-box .radio-wrapper .radio-option-title {
	margin-bottom: 0;
}

.heat-warning-box {
	border: 1px solid #c0392b;
	padding: 6px 15px 12px 25px;
	margin-top: 54px;
	margin-bottom: 30px;
}

.heat-warning-box .radio-wrapper {
	border-bottom: none;
}

.heat-warning-box .radio-wrapper:first-of-type {
	border-bottom: 1px solid #dfdfdf;
}

.checkout-progress {
	overflow: hidden;
	counter-reset: step;
	max-width: 420px;
	margin: 0 auto;
}

.checkout-progress li {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 9px;
	width: 33%;
	float: left;
	position: relative;
	text-align: center;
	letter-spacing: 0.042em;
}

.checkout-progress li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: #fff;
	border-radius: 100%;
	margin: 0 auto 6px auto;
	text-align: center;
}

.checkout-progress li:after {
	content: " ";
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
}

.checkout-progress li:first-child:after {
	content: none;
}

.checkout-progress li.active:before,
.checkout-progress li.active:after {
	background: #e45c49;
	color: #fff;
}

.loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	z-index: 3;
	display: none;
}

.loading-overlay .circle-loader {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 5px solid #232323;
	border-top-color: transparent;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
}

.loading-overlay.loading .circle-loader {
	display: block;
}

.loading-overlay.bg-lightgrey {
	background: rgba(244, 244, 244, .75);
	border: none;
}

@media (max-width: 767px) {
	.cart-wrapper {
		box-shadow: none;
		margin-top: 0;
	}

	.cart-wrapper .cart-text {
		float: none;
		text-align: center;
		margin-bottom: 12px;
		margin-top: 30px;
	}

	.cart-wrapper .btn.checkout {
		padding-left: 0;
		padding-right: 0;
	}

	.cart-wrapper h4 {
		margin: 0;
		font-size: 21px;
	}

	.cart-wrapper h5 {
		text-align: center;
	}

	.cart-wrapper tr td {
		text-align: center !important;
		display: block;
		margin: 0 auto;
	}

	.cart-wrapper thead {
		display: none;
	}

	.cart-wrapper tbody tr {
		padding: 12px 0 12px;
		display: block;
	}

	.cart-wrapper tbody tr:first-child {
		border-top: none;
	}

	.cart-wrapper tbody tr td {
		display: block;
		padding: 12px 0;
	}

	.cart-wrapper .cart-image {
		width: 100%;
		max-width: 180px;
		margin: 0 auto;
		padding: 0;
	}

	.cart-wrapper .cart-image img {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}

	.cart-wrapper tbody tr td.wlabel:before {
		content: attr(data-label);
		display: inline-block;
		text-align: center;
		padding-right: 5px;
	}

	.cart-wrapper .checkout-cs {
		float: none !important;
		margin-left: 0;
		margin-top: 30px;
	}

	.cart-wrapper .btn.checkout {
		float: none !important;
		margin-left: 0;
		display: block;
		margin-top: 18px;
	}

	.cart-wrapper .btn.checkout:first-of-type {
		margin-top: 6px;
	}

	.cart-wrapper .radio-wrapper .radio-button {
		right: 20px;
	}

	.cart-wrapper a.continuePayment {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		font-size: 14px;
	}

	.cart-table .product-row {
		position: relative;
	}

	.cart-table .product-row .cart-remove {
		position: absolute;
		top: 42px;
		right: 15px;
		-webkit-transform: scale(1.42);
		-moz-transform: scale(1.42);
		-o-transform: scale(1.42);
		transform: scale(1.42);
	}

	#page-checkout .cart-padding {
		padding-top: 30px !important;
	}
}

@media (max-width: 576px) {
	.cart-table .product-row .cart-remove {
		right: 0;
	}

	#page-checkout .cart-padding {
		padding-top: 30px !important;
		padding-bottom: 0 !important;
	}

	.cart-padding>.container {
		padding-left: 0;
		padding-right: 0;
	}

	.cart-padding>.container>.row {
		margin-left: 0;
		margin-right: 0;
	}

	.cart-padding>.container>.row>* {
		padding-left: 0;
		padding-right: 0;
	}

	.cart-wrapper .cart-subtotal-label {
		font-size: 18px;
		margin-right: 5px;
		line-height: 30px;
	}

	.cart-wrapper .cart-subtotal {
		font-size: 23px;
		line-height: 30px;

	}
}

.cart-table .empty-cart {
	padding: 36px 0;
}


.footer-wholesale {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: #f7f6f4;
	z-index: 9999;
	border-top: 1px solid #d2d2d2;
}

#modal-login {
	width: 600px;
	max-width: 100%;
	padding: 24px;
}

#modal-login h2 {
	margin-top: 12px;
	margin-bottom: 42px;
	text-align: center;
}

#modal-login .option {
	border: 1px solid #e9e9e9;
	padding: 30px 15px;
	border-radius: 3px;
	background: #f9f9f9;

}

#modal-login .option>p {
	margin: 18px auto 30px;
	font-size: 17px;
	font-weight: 500;
}

@media (max-width: 767px) {
	#modal-login {
		padding: 12px 6px;
	}

	#modal-login>h2 {
		margin-top: 0;
		margin-bottom: 24px;
	}

	#modal-login .option {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 24px;
	}

	#modal-login .option>p {
		margin-top: 6px;
		margin-bottom: 18px;
	}
}

/* 3.4 - Checkout */
.cart-wrapper.receipt {
	margin-top: 30px;
	margin-bottom: 30px;
}

.receipt .item {
	align-items: center;
	justify-content: center;
}

.receipt .item .p-img {
	max-height: 72px;
}

.receipt .item p.p-name {
	font-size: 15px;
	margin-top: 12px;
	margin-bottom: 0;
	font-weight: 500;
}

.receipt .item p.p-deets {
	font-size: 14px;
}

.receipt .item p.p-deets .before-op {
	position: relative;
}

.receipt .item p.p-deets .before-op::after {
	display: inline-block;
	content: "";
	width: 100%;
	position: absolute;
	height: 1px;
	background-color: #c0392b;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.receipt .item p.p-deets .new-price {
	display: inline-block;
	margin-left: 5px;
}

.receipt .item-list li {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 12px;
	padding-bottom: 12px;
	font-size: 17px;
	line-height: 24px;
}

.receipt .item-list li a {
	font-weight: 600;
}

.receipt .item-list li span {
	display: block;
	font-size: 14px;
}

/**Receipt summary**/
.receipt-summary {
	padding-bottom: 6px;
	margin: 0 auto;
	font-family: 'Roboto Mono', monospace;
}

.receipt .receipt-sect {
	margin-bottom: 6px;
	font-family: 'Roboto Mono', monospace;
	font-size: 15px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dashed #babbc0;
}

.receipt .receipt-sect .cell {
	padding-top: 3px;
	padding-bottom: 3px;
}

.receipt .receipt-sect .t-pad-bot .cell {
	padding-bottom: 12px;
}

.receipt .receipt-sect .t-pad-top .cell {
	padding-top: 12px;
}

.receipt .receipt-sect .cell.border-top,
.receipt .receipt-sect .cell.border-bottom {
	border-color: #babbc0;
}

.receipt .receipt-sect.small {
	font-size: 13px;
}

.receipt .receipt-sect .highlight {
	color: #aaa;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.payment-info .receipt-end {
	font-family: 'Roboto Mono', monospace;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 24px 0 12px;
}


.receipt .receipt-sect::after {
	content: " ";
	clear: both;
	display: block;
}

.receipt .receipt-sect.total {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 12px;
	margin-bottom: 0;
	border-top: 1px dashed #babbc0;
	border-bottom: 1px dashed #babbc0;
}

.receipt .receipt-sect .receipt-sect-label {
	margin-right: 2%;
	width: 40%;
	display: inline-block;
	/*min-width: 90px;*/
	max-width: 118px;
}

.receipt .receipt-sect .receipt-sect-value {
	width: 55%;
	display: inline-block;
	float: right;
}


.coupon-checkout {
	position: relative;
}

.coupon-checkout label {
	color: #4a5467;
}

.input-coupon {
	/*max-width: 500px;*/
}

.input-coupon input {
	display: block;
	float: left;
	width: 99.5%;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
}

.input-coupon input+.btn {
	width: 52px;
	margin-left: -52px;
	float: right;
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	padding: 0;
	transform: translateY(0);
	box-shadow: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-coupon input+.btn [class^="ico-"] {
	-webkit-transition: all 0.18s;
	-moz-transition: all 0.18s;
	transition: all 0.18s;
	margin-left: 2px;
}

.input-coupon input+.btn:hover [class^="ico-"] {
	-webkit-transform: scale(1,0.9) translateX(5px);
	-moz-transform: scale(1,0.9) translateX(5px);
	-o-transform: scale(1,0.9) translateX(5px);
	transform: scale(1,0.9) translateX(5px);
}

.input-coupon.coupon_applied input+.btn {
	opacity: 0;
	cursor: initial;
}

.input-coupon::after {
	clear: both;
	content: " ";
	display: table;
}

.input-coupon.coupon_applied input {
	padding: 0;
	border: none;
	letter-spacing: 3px;
	color: #999;
}

.input-coupon.coupon_applied input:hover {
	color: inherit;
	padding: 0 12px;
	letter-spacing: 2px;
	border: 1px solid #CFCFCF;
}

.payment-options {
	margin-right: -10px;
	margin-left: -10px;
}

.payment-options .col-payment {
	padding-right: 10px;
	padding-left: 10px;
}

.payment-option,
.wholesale-payment-option {
	padding: 48px 0;
	border: 1px solid #dfdfdf;
	text-align: center;
	display: block;
	border-radius: 3px;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	transition: all 0.15s ease;
	height: 100%;
	color: #232323;
	opacity: 0.75;
	position: relative;
}

.payment-option.active,
.payment-option:hover,
.wholesale-payment-option.active,
.wholesale-payment-option:hover {
	border: 1px solid #3f79ee;
	opacity: 1;
}

.payment-option.disabled,
.wholesale-payment-option.disabled {
	border: 1px solid #dfdfdf !important;
	opacity: 0.65 !important;
}

.payment-option img,
.wholesale-payment-option img {
	height: 30px;
}

.payment-info {
	display: none;
}

.payment-info.active {
	display: block;
}

#cc_number {
	padding-left: 62px;
}

#cc_wrapper {
	position: relative;
}

#cc_wrapper .cc_icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 48px;
	width: 62px;
	background-image: url(../img/cards/creditcards.png);
	background-size: 45px 265px;
	background-position: 8px -38px;
	background-repeat: no-repeat;
}

#cc_wrapper.visa .cc_icon {
	background-position: 8px -76px;
}

#cc_wrapper.mastercard .cc_icon {
	background-position: 8px -152px;
}

#cc_wrapper.amex .cc_icon {
	background-position: 8px -190px;
}

#cc_wrapper .cc_valid {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 48px;
	width: 52px;
	background-image: url(../img/cards/checkmark.png);
	background-size: 20px 15px;
	background-repeat: no-repeat;
	background-position: center;
}

#cc_wrapper.valid .cc_valid {
	background-image: url(../img/cards/checkmark_green.png);
}

/* 3.5 - Invoice */

.invoice .circle {
	display: none;
}

.invoice .pay-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*flex-direction:row-reverse;*/
	margin: 60px auto;
	width: 830px;
	max-width: 100%;
	vertical-align: top;
	box-shadow: 0px 12px 60px -20px rgba(0, 0, 0, 0.3);
}

.invoice .card-breakdown {
	background-color: #e45c49;
	background-color: #232323;
	color: #fff;
	width: 36%;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	float: left;
	padding: 42px 30px;
	border-radius: 6px 0 0 0;
}

.invoice .card-breakdown .card-breakdown--list {
	text-indent: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.invoice .card-breakdown .card-breakdown--list:before {
	display: none;
	content: "";
}

.invoice .card-breakdown .card-breakdown--list li {
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.invoice .card-breakdown .card-breakdown--list li:last-of-type {
	border-bottom: none;
}

.invoice .card-breakdown .card-breakdown--list p {
	margin: 0;
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
}

.invoice .card-breakdown .card-breakdown--list p .list-bold {
	font-weight: 600;
	display: block;
	font-size: 16px;
	margin-bottom: 6px;
}

.invoice .card-breakdown--header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding: 12px 0;
	box-sizing: border-box;
}

.invoice .card-breakdown--header h2 {
	margin: 0;
	color: #fff;
	font-weight: 500;
}

.invoice .card-breakdown--header p {
	padding: 0 0 6px 0;
	margin: 0;
	color: #fff;
}

.invoice .card-overview {
	width: 64%;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 0 6px 0 0;
	padding: 0 30px;
	background-color: #fff;
}

.invoice .card-overview .overview-body {
	margin-top: 54px;
}

.invoice .card-overview hr {
	border-top: 1px solid #dfdfdf;
	box-shadow: none;
	margin: 6px 0;
}

.invoice .card-overview .user-info {
	padding-top: 12px;
}

.invoice .overview-header {
	padding: 48px 0 18px 0;
}

.invoice .logo {
	display: inline-block;
	height: 36px;
}

.invoice .timestamp {
	display: inline-block;
	float: right;
	padding-top: 6px;
}

.invoice .timestamp span {
	font-size: 15px;
	font-family: inherit;
}

.invoice .timestamp span:first-of-type {
	padding: 15px;
}

.invoice .descriptor {
	width: 95%;
	padding-top: 30px;
}

.invoice .descriptor p {
	font-size: 13px;
	line-height: 18px;
}

.invoice .descriptor-track {
	margin-top: 12px;
	display: block;
	font-size: 15px;
}

.invoice .descriptor p label {
	font-size: 13px;
	line-height: 18px;
}

.invoice .btext {
	font-weight: 600;
}

.invoice .overview-footer {
	padding: 30px 0 42px;
}

.invoice .overview-footer a {
	font-size: 13px;
}

.invoice .overview-footer .invoice-id {
	float: right;
	font-size: 13px;
	margin-top: 6px;
}

.invoice .card-overview .card-points {
	padding-left: 90px;
	padding-top: 6px;
	padding-bottom: 30px;
	border-top: 1px dashed #ccc;
	background-image: url(../img/about/ico_wallet2.svg);
	background-size: 64px;
	background-position: left center;
	background-repeat: no-repeat;
}

.invoice .card-overview .card-points h4 {
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 0;
}

.invoice .card-overview .card-points .points {
	display: block;
	font-size: 18px;
}

.invoice .purchase-overview p {
	line-height: 24px;
}

.invoice table.receipt {
	font-family: 'Roboto Mono', monospace;
}

.invoice table {
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}

.invoice table tr {
	border: none;
	border-bottom: 1px dashed #ccc;
}

.invoice table tr td {
	line-height: 18px;
	font-size: 15px;
	padding: 6px 0;
	font-family: 'Roboto Mono', monospace;
}

.invoice table tr td span {
	font-size: 13px;
	display: block;
}

.invoice table tr td.quantity {
	text-align: center;
}

/*.invoice table tr:first-of-type td {
	padding-top: 18px;
}
.invoice table tr:last-of-type td {
	padding-bottom: 18px;
}*/
@media (max-width: 767px) {
	.invoice .purchase-overview h2 {
		text-align: center;
	}

	.invoice .card-breakdown {
		width: 100%;
		border-radius: 0;
		padding: 30px;
	}

	.invoice .card-overview {
		width: 100%;
		border-radius: 6px 6px 0 0;
	}

	.invoice .card-overview .overview-body {
		margin-top: 48px;
	}

	.invoice .pay-card {
		box-shadow: none;
		margin-top: 30px;
	}

	.invoice .descriptor {
		width: 100%;
	}

	.invoice .logo {
		height: 24px;
	}
}

.checkout-cards img {
	width: 60px;
}


.invoice-page {
	max-width: 800px;
	margin: auto;
	padding: 30px;
	border: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	font-size: 15px;
	line-height: 1.4;
	font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
	color: #555;
}

.invoice-page table {
	width: 100%;
}

.invoice-page table {
	width: 100%;
	line-height: inherit;
	text-align: left;
}

.invoice-page table tr {
	border-top: none;
}

.invoice-page table td {
	padding: 10px 5px;
	vertical-align: top;
}

.invoice-page table.total td {
	padding: 2px 5px;
}

.invoice-page table.invoice-box tr td:nth-child(2),
.invoice-page table.invoice-products tr td:nth-child(4) {
	text-align: right;
}

.invoice-page table.invoice-products tr td:nth-child(4) {
	width: 16%;
}

.invoice-page table.invoice-products tr td:nth-child(2),
.invoice-page table.invoice-products tr td:nth-child(3) {
	text-align: center;
	width: 14%;
}

.invoice-page table tr.top table td {
	padding-bottom: 20px;
}

.invoice-page table tr.top table td.title {
	font-size: 45px;
	line-height: 45px;
	color: #333;
}

.invoice-page table tr.information table td {
	padding-bottom: 40px;
}

.invoice-page table tr.heading td {
	background: #eee;
	font-weight: bold;
}

.invoice-page table tr.details td {
	padding-bottom: 20px;
}

.invoice-page table.invoice-products tr.item td {
	border-bottom: 1px solid #dfdfdf;
}

.invoice-page table.invoice-products tr.item.last td {
	//border-bottom: none;
}

.invoice-page table.invoice-products tr.total td.total-line {
	border-top: 2px solid #eee;
	font-weight: bold;
	padding: 5px;
}

.invoice-page table.invoice-products tr.total td.subtotal-line:nth-child(2) {
	text-align: right;
}

.invoice-page table .note td {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 600px) {
	.invoice-page table tr.top table td {
		width: 100%;
		display: block;
		text-align: center;
	}

	.invoice-page table tr.information table td {
		width: 100%;
		display: block;
		text-align: center;
	}
}


@media print {
	.invoice-page {
		width: 100%;
		max-width: 100%;
		padding: 0;
		border: none;
		box-shadow: none;
	}
}


/* 3.6 - Profile */

.form label.for-ie {
	display: none;
}

.ie8 .form label.for-ie,
.ie9 .form label.for-ie {
	display: block;
}

.address.form .country.toggle {
	margin-bottom: 30px;
	padding-top: 24px;
}

.address.form .country.toggle div {
	display: inline-block;
	margin-right: 40px;
	cursor: pointer;
}


@media (max-width: 576px) {
	.address.form .country.toggle div {
		margin-bottom: 12px;
		display: block;
	}

	.address.form .country.toggle div:last-of-type {
		margin-bottom: 0;
	}
}

.address.form .country.toggle label {
	font-size: 14px;
	line-height: 24px;
	height: auto;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #CFCFCF;
	cursor: pointer;
	width: auto;
}

.address.form .country.toggle label:before,
.address.form .country.toggle label:after {
	display: none;
}

.address.form .country.toggle input:checked+label {
	color: #494d55;
}

.address.form .country.toggle .img {
	display: inline-block;
	width: 36px;
	height: 24px;
	margin-right: 10px;
	background-size: 36px 24px;
	vertical-align: -6px;
	opacity: 0.7;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.address.form .country.toggle input:checked+label .img {
	opacity: 1;
}

.address.form .country.toggle .us .img {
	background-image: url(../img/icons/flag-us@2x.png);
}

.address.form .country.toggle .ca .img {
	background-image: url(../img/icons/flag-ca@2x.png);
}

.address.form .last-input {
	margin-bottom: 0;
}

.ie8 .address.form .country.toggle .img {
	display: none;
}

.page {
	padding-bottom: 120px;
}

@media (max-width: 576px) {
	.page.details {
		padding-left: 0;
		padding-right: 0;
	}

	.page.details .masta.show {
		box-shadow: none;
	}
}


.page .masta {
	-webkit-transition: 0.55s background-color ease;
	-moz-transition: 0.55s background-color ease;
	-ms-transition: 0.55s background-color ease;
	-o-transition: 0.55s background-color ease;
	transition: 0.55s background-color ease;
	position: relative;
	border-top: 1px solid #dfdfdf;
	border-color: rgba(0, 0, 0, .12);
	margin: 0 auto;
	max-width: 680px;
}

.page .masta.hover {
	background: #fff;
	background-color: rgba(255, 255, 255, .5);
}

.page .masta.show {
	background: #fff;
	/*box-shadow: 0px 12px 60px -20px rgba(0, 0, 0, 0.3);*/
}

.page .masta:last-of-type {
	border-bottom: 1px solid #dfdfdf;
	border-color: rgba(0, 0, 0, .12);
}

.page .masta .view-display {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.page .masta.show .view-display {
	/* display: none; */
	opacity: 0;
}

.page .masta.show .edit {
	display: none;
}

.page .masta.show .cancel {
	display: block;
}


.page .tab>h2,
.page .title>h2,
.page .form>h2 {
	font-size: 17px;
	line-height: 24px;
	margin: 0 0 12px 0;
}

.page .tab h3 {
	font-size: 28px;
	letter-spacing: 0.03em;
	font-weight: 400;
	text-transform: none;
	color: #0A4D6D;
}


.page .tab>p,
.page .tab span {
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	color: #4a5467;
	letter-spacing: 0;
	line-height: 24px;
}

.page .tab span.error-msg,
.page .tab span.suggestion-msg {
	font-size: 10px;
}

.page .tab span em {
	font-style: italic;
}

.page .view {
	padding: 30px 42px;
	position: relative;
}

.page .view.title {
	padding-bottom: 24px;
}

.page .view.body {
	padding-top: 0;
}

.page .view.active,
.page .view.hover {
	background-color: white;
}

.page .view.form {
	padding-top: 0;
	display: none;
}

.page .view.tab {
	/* display: none; */
	cursor: pointer;
}

/*.page .show .view.form {
	display: block;
}*/

.page .view.body .p-option {
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #ccc;
	line-height: 32px;
}

.page .view.body .p-option:after {
	content: " ";
	clear: both;
	width: 100%;
	height: 1px;
	display: block;
}

.page .view.body .p-option:last-of-type {
	border-bottom: none;
}

.page .view.body .p-option .p-title {
	float: left;
	padding-right: 60px;
}

.page .view.body .p-option .p-title h2 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 12px;
	margin-bottom: 0;
}

.page .view.body .s-checkbox {
	position: absolute;
	right: 0;
	top: 30px;
}

.page .view.form .form {
	padding-top: 0;
}

.page .view.form h2 {
	padding-bottom: 30px;
}

.page .view.form .field {
	position: relative;
	margin: 20px 0;
}

.page .view.form .right {
	margin: 0;
	right: 10px;
}

.page .view.form .button.medium,
.page .view.form button.medium {
	padding: 9.6px 36px;
	font-size: 12.8px;
	width: auto;
}

.page .view.form .form-group {
	margin-bottom: 30px;
}

.page .view.form .form-group:last-of-type {
	margin-bottom: 0;
}

.page .view.form input,
.page .view.form textarea,
.page .view.form select {
	height: 54px;
	font-size: 15px;
	margin-bottom: 30px;
}

.page .view.form .form-group input,
.page .view.form .form-group textarea,
.page .view.form .form-group select {
	margin-bottom: 0;
}

.page .right {
	position: absolute;
	top: 30px;
	right: 20px;
	margin: 0;
	width: auto;
	text-align: right;
}


.page .right .link {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.066em;
	line-height: 1.6em;
	padding-bottom: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.page .right .link.edit {
	border-bottom: 1px dashed #929292;
	font-weight: 500;
	color: #929292;
}

.page .hover .right .link.edit {
	color: #3f79ee;
	border-bottom: 1px dashed #3f79ee;
}

.page .right .link.cancel:hover {
	color: #3f79ee;
	transform: scale(1.3);
}

.page .right .link.remove:hover {
	color: #c0392b;
	border-bottom-color: #c0392b;
}

.page .link.cancel {
	/*display: block;
	width: 11px;
	height: 11px;
	background-image: url(../img/icons/close@2x.png);
	background-size: 11px 11px;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
	color: transparent;
	border: none;
	padding: 10px;
	display: none;*/
	display: none;
	font-size: 16px;
	padding: 2px 5px;
	-ms-transform: rotate(45deg) !important;
	/* IE 9 */
	-webkit-transform: rotate(45deg) !important;
	/* Chrome, Safari, Opera */
	transform: rotate(45deg) !important;
}

.page .right .link.expand {
	border-bottom: none;
}

.page .view:hover .right .link.expand {
	color: #3f79ee;
	transform: scale(1.3);
}

.page .show .right .link.expand {
	-ms-transform: rotate(45deg) !important;
	/* IE 9 */
	-webkit-transform: rotate(45deg) !important;
	/* Chrome, Safari, Opera */
	transform: rotate(45deg) !important;
}

.page .show .view:hover .right .link.expand {
	-ms-transform: rotate(45deg) scale(1.3) !important;
	/* IE 9 */
	-webkit-transform: rotate(45deg) scale(1.3) !important;
	/* Chrome, Safari, Opera */
	transform: rotate(45deg) scale(1.3) !important;
}

.page .right .link.add {
	position: relative;
}

.page .right .link.add:after {
	content: '';
	display: block;
	position: absolute;
	left: -22px;
	top: 50%;
	width: 15px;
	height: 15px;
	margin-top: -7.5px;
	background-image: url(../img/icons/plus@2x.png);
	background-size: 15px 15px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page .empty {
	text-align: center;
	padding: 60px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.page .empty span {
	display: block;
	margin-bottom: 35px;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.06em;
	color: #343434;
}

.page.details .field input {
	margin-bottom: 10px;
}

.page.details .field .error-msg {
	bottom: -10px;
}

.page.details li {
	border-top: 1px solid #EBE9E9;
}

.page.details li .view {
	padding-top: 25px;
	padding-bottom: 25px;
}

.page .order-history.show .view.form {
	/* border-top: 1px solid #eee; */
	/* padding-top: 36px; */
}

.page .order-history table {
	margin-top: 18px;
	margin-bottom: 18px;
	font-family: 'Roboto Mono', monospace;
}

.page .order-history table tr {
	border: none;
}

.page .order-history table tr td {
	padding: 0;
	line-height: 30px;
}

.page .order-history table tr td:last-of-type {
	text-align: right;
}

.page .order-history table tr td.image {
	max-width: 48px;
}

.page .order-history table tr td.image img {
	height: 84px;
}

.page .order-history table tr td.quantity,
.page .order-history table tr td.price-per,
.page .order-history table tr td.price {
	color: #555;
	text-align: right;
}

.page .order-history .order-totals {
	max-width: 256px;
	width: 100%;
	float: right;
	line-height: 30px;
}

.page .order-history .order-totals table tr td {}

.page .order-history .order-totals table tr td:last-of-type {
	text-align: right;
}

@media (max-width: 767px) {

	.page .order-history table tr td.image,
	.page .order-history table tr td.price-per {
		display: none;
	}
	.page .view {
		padding: 30px 15px;
	}
}


h2 .verified-check {
	position: absolute;
	height: 46px;
	width: auto;
	top: -4px;
	margin-left: 7px;
	opacity: 0.1;
}

h2 .verified-check.active {
	opacity: 1;
}


.nav-account {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.nav-account a {
	display: inline-block;
	text-align: center;
	font-weight: 600;
	border-radius: 3px;
	font-size: 15px;
	padding: 12px 25px;
	margin: 0 5px;
	text-decoration: none;
	display: inline-block;
	color: #4a5467;
	border: 1px solid #CCCCCC;

	background-color: #FFFFFF;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDEDED));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EDEDED);
	background-image: -moz-linear-gradient(top, #FFFFFF, #EDEDED);
	background-image: -ms-linear-gradient(top, #FFFFFF, #EDEDED);
	background-image: -o-linear-gradient(top, #FFFFFF, #EDEDED);
	background-image: linear-gradient(to bottom, #FFFFFF, #EDEDED);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#EDEDED);*/
}

.nav-account a.active,
.nav-account a:hover {
	border: 1px solid #454545;
	color: #232323;
}

@media (max-width: 767px) {
	.nav-account a {
		padding: 10px 15px;
	}

	h2 .verified-check {
		height: 38px;
		top: -6px;
		margin-left: 5px;
	}
}

@media (max-width: 576px) {
	.nav-account a {
		margin: 12px auto;
		display: block;
		width: 92%;
	}
}

.wallet {
	margin: 0 auto;
	padding: 12px 50px 30px;
	background: #fff;
}

.wallet-pocket {
	padding-top: 42px;
	padding-bottom: 42px;
	border-bottom: 1px solid #babbc0;
	margin: 0 auto;
	max-width: 420px;


}

.wallet-pocket.current {
	padding-top: 60px;
	padding-bottom: 42px;
	margin: 36px auto 0;
	background-image: url(../img/about/ico_wallet2.svg);
	background-size: 48px;
	background-position: center top;
	background-repeat: no-repeat;
}

.wallet-pocket h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	margin: 0;
}

.wallet-pocket .points {
	display: block;
	margin-top: 12px;
	font-size: 36px;
	line-height: 42px;
}

.wallet-end {
	padding: 30px;
}

@media (max-width: 767px) {
	.wallet {
		padding: 0;
		background: transparent;
	}
}

/* 3.7 - FAQs */
.page.faq {
	padding-top: 12px;
}

.page .faq-questions:last-of-type {
	padding-bottom: 90px;
}

.page .faq-questions {
	padding-top: 72px;
}

.page .faq-questions .tab>h2 {
	text-transform: none;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.page .faq-questions .masta {
	max-width: 800px;
}

.page .faq-questions .view {
	padding: 24px 30px;
}

.page .faq-questions .form.view {
	padding-top: 0;
}

.page .faq-questions .form.view>p:first-of-type {
	border-top: 1px solid #eee;
	padding-top: 18px;
}

.page .faq-questions .right {
	top: 23px;
}


/* 3.8 - About */
#page-about section p {
	font-size: 24px;
	line-height: 36px;
	margin: 24px 0 18px 0;
}

#page-about section p.small {
	font-size: 18px;
	line-height: 30px;
}

#page-about section .list li {
	font-size: 24px;
	line-height: 42px;
	margin-left: 42px;
}

table.table-dosage td.level {
	text-align: center;
	width: 175px;
}

table.table-dosage td.level-description {
	font-size: 18px;
	line-height: 30px;
}

table.table-dosage td.level-img {
	padding: 0;
}

table.table-dosage tr:last-of-type {
	border-bottom: 1px solid #e9e9e9;
}

table.table-dosage td .dosage-num {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 15px;
	margin-left: 15px;
}

table.table-dosage td h2.level {
	float: right;
	margin: 6px 0;
	margin-right: 50px;
	line-height: 60px;
}

table.table-dosage td h5 {
	margin-top: 0;
	margin-bottom: 0;
}

table.table-dosage .gummy-icon {
	height: 48px;
	margin: 12px 5px 0 15px;
}

.sec-about-first {
	margin-top: 18px;
	padding-top: 60px;
	padding-bottom: 42px;
}

.dosage-level-icon {
	display: block;
	width: 206px;
	height: auto;
	margin-left: 20px;
}

.dose-guide-info {
	border: 1px solid #232323;
	padding: 42px 30px;
}

#about-dose {
	padding-bottom: 30px;
}


.dose-guide-info .img-icon-timer {
	width: 100%;
	max-width: 52px;
}


#dose-faq .page .masta {
	max-width: 992px;
}

#page-about #dose-faq p {
	font-size: 16px;
	line-height: 1.58;
}

#dose-faq .page .tab>h2 {
	font-size: 22px;
}

#dose-faq .page .view {
	padding: 30px;
}

#dose-faq .page .view.form.grid {
	padding-top: 0;
}

#dose-faq .page.faq {
	padding-bottom: 90px;
}

#ready {
	padding-top: 60px;
	padding-bottom: 90px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fcfcfc;
}

#ready .btn {
	/*min-width: 242px;*/
	/*margin: 0 15px;*/
}

@media (min-width: 991px) {
	#dose-faq .page .view {
		padding: 30px 60px;
	}

	#dose-faq .page .tab.view {
		padding: 42px;
	}
}


@media (max-width: 991px) {

	#dose-faq .page .masta {
		margin: 0 30px;
	}

	#about-dose {
		padding-bottom: 30px;
	}
}


@media (max-width: 767px) {

	#page-about section p,
	#page-about section li {
		font-size: 18px;
		line-height: 36px;
		margin-top: 18px;
	}

	.sec-about-first {
		margin-top: 0;
		padding-top: 54px;
		padding-bottom: 24px;
	}

	table.table-dosage td {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}

	table.table-dosage td.level {
		width: 100%;
		padding-bottom: 0;
		padding-top: 30px;
	}

	table.table-dosage td.level-img {
		padding-bottom: 30px;
	}

	table.table-dosage td.level::after {
		width: 100%;
		height: 1px;
		clear: both;
		content: " ";
		display: block;
	}

	table.table-dosage .gummy-icon {
		margin-left: 0;
		margin-right: 15px;
		float: none;
		display: inline;
		margin-top: 12px;
		margin-bottom: 0;
	}

	table.table-dosage td h2.level {
		float: none;
		margin-bottom: 0;
		margin-right: 0;
		display: inline-block;
		position: relative;
	}

	.dosage-level-icon {
		margin: 0 auto;
	}

	#about-dose {
		padding-bottom: 18px;
	}
}

@media (max-width: 576px) {

	#page-about section p,
	#page-about section li {
		font-size: 16px;
		line-height: 24px;
		margin-top: 12px;
	}

	#about-dose {
		padding-bottom: 12px;
	}
}

#bulk-pricing-calculator {
	background: #fcfcfc;
	padding: 30px 20px 32px;
	border: 1px solid #cccccc;
	font-size: 24px;
}

#page-about section #bulk-pricing-calculator p {
	margin-top: 0;
	margin-bottom: 0;
	color: #232323;
	border-bottom: 1px dashed #ccc;
	display: inline-block;
}

@media (max-width: 767px) {

	#page-about section #bulk-pricing-calculator p {
		font-size: 18px;
	}

}


#bulk-pricing-calculator .calc,
#bulk-pricing-calculator .calc input {
	font: 24px 'Roboto Mono', monospace;
	color: #222;
}

#bulk-pricing-calculator .calc input {
	border: 2px solid transparent;
	border-bottom: 2px solid #fc0;
	text-align: center;
	background: transparent;
	padding: 0 5px 1px;
	margin: 0 5px;
	height: 42px;
	width: auto;
	min-width: 50px;
	max-width: 99.99% !important;
	border-radius: 0 !important;
	font-weight: 700;
}

#bulk-pricing-calculator .calc input:hover {
	background: #ffd;
	border: 2px solid #fc0;
}

#bulk-pricing-calculator .calc input:focus {
	outline: none;
	color: #222;
	background: #ffd;
}

#bulk-pricing-calculator .calc span.final_cost {
	font-weight: 700;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
	display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
	position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.support-video {
	margin: 0 15px 48px;
	max-width: 90%;
	border: 1px solid #eee;
	width: 480px;
}

.support-video video {
	display: block;
}


/* 3.9 - Blog */
.blog {
	margin-bottom: 30px;
}

.blog-body {
	margin-bottom: 42px;
}

.blog-body a {
	color: #232323;
	border-bottom: 1px dashed #232323;
}

.blog-img {
	display: block;
	padding: 0 15px;
	margin-bottom: 60px;
}

.blog>.blog-img {
	margin-bottom: 0 !important;
}

#blog-feed .blog-img {
	width: 100%;
	padding-bottom: 60%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.blog-img .placeholder {
	padding-bottom: 60%;
	overflow: hidden;
	border-radius: 6px;
}

.blog-img .embed-container {
	margin-top: 20px;
	max-width: 1080px;
	margin: 0 auto;
}

.blog-img .youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	max-width: 100%;
	background: #000;
}

.blog-img .youtube-player iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.blog-img .youtube-player img.thumb {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
}

.blog-img .youtube-player img.thumb:hover {
	-webkit-filter: brightness(75%);
}

.blog-img .youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	cursor: pointer;
	background: #222;
	border-radius: 100%;
	opacity: 0.7;
}

.blog-img .youtube-player img.icon {
	width: 50%;
	margin-left: 30%;
	margin-top: 15%;
	fill: white;
}

.blog-body img {
	border-radius: 6px;
}


.blog-meta {
	color: #999;
	font-weight: 500;
	font-size: 14px;
}

.blog-meta a {
	color: #999;
	margin-right: 8px;
}

.blog-meta span {
	position: relative;
	margin-left: 8px;
	margin-right: 8px;
}

.blog-meta span.date:before,
.blog-meta span.reading-time:before {
	content: " ";
	width: 4px;
	height: 1px;
	background-color: #232323;
	top: 9px;
	left: -11px;
	position: absolute;
}

.blog-info h3 {
	font-size: 19px;
	line-height: 24px;
	color: #232323;
	font-weight: 500;
}

.article,
.article p {
	font-size: 18px;
	line-height: 1.72;
}

.article .max-width.narrow {
	max-width: 760px;
}

.article h1 {
	font-size: 42px;
	line-height: 54px;
}

.article h2 {
	margin-bottom: 24px;
	margin-top: 48px;
}

#nonce-form iframe {
	border: 1px solid #CFCFCF;
	;
	height: 48px;
	border-radius: 5px;
}

#nonce-form iframe:placeholder {
	color: #ccc;
}

#nonce-form button {
	background-color: #e45c49 !important;
	border-color: #ccc !important;
	color: #fff !important;
	cursor: default !important;
	font-size: 19px;
	padding: 18px 50px;
	border-radius: 40px;
	border: none;
	cursor: pointer !important;
}

@media (max-width: 767px) {
	.article h1 {
		font-size: 36px;
		line-height: 54px;
	}

	.blog-img {
		margin-bottom: 42px;
	}

	.article,
	.article p {
		font-size: 17px;
		line-height: 1.64;
	}
}

@media (max-width: 576px) {
	.article h1 {
		font-size: 31px;
		line-height: 48px;
	}

	.article,
	.article p {
		font-size: 16px;
		line-height: 1.6;
	}
}

.comment-box {
	padding-bottom: 42px;
	border-bottom: 1px dashed #babbc0;
}

.comment-box h2 {
	margin: 0;
}

.comment-box textarea {
	height: 120px;
}

.comment-section {
	position: relative;
}

.comment {
	padding: 24px 0 18px;
	border-bottom: 1px dashed #ccc;
}

.comment:last-of-type {
	border-bottom: none;
}

.comment .comment-body,
.comment .comment-user {
	font-size: 15px;
	line-height: 24px;
}

.comment .comment-user {
	display: inline-block;
	margin: 0;
}

.comment .comment-user .comment-user-name {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.012em;
	font-weight: 500;
	margin-right: 10px;
}

.comment .comment-date {
	display: inline-block;
	text-align: right;
	font-size: 12px;
	color: #4a5467;
	margin: 0;
}

.comment .comment-remove {
	opacity: 0.1;
	font-size: 90%;
	margin-left: 5px;
	cursor: pointer;
	padding: 4px;
	float: right;
}

.comment:hover .comment-remove {
	opacity: 0.24;
}

.comment .comment-remove:hover {
	opacity: 1;
}

@media (max-width: 767px) {
	.comment .comment-user .comment-user-name {
		display: block;
	}

	.comment .comment-date {
		text-align: left;
	}
}


/* 3.10 - Contests */

#contest .photo-ops img{
	margin: 30px auto;
	border-radius: 16px;
}
#contest .video-ops {
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0;
}

#contest .video-ops .hero-wrapper {
	height: 1px !important;
	/* padding: 0 6px; */
	padding-bottom: 100%;
}

#contest .video-ops .hero-wrapper .container {
	max-width: 1050px;
	width: 90%;
}

#contest .photo-ops,
#contest .video-ops {
	max-width: 100%;
}

#contest .video-ops {
	width: 100%;
}

#contest .video-ops .wrapper-padding {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 16px;
}

#contest .video-ops .hero-video-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	max-width: 350%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	z-index: 1;
	opacity: 0.95;
	border-radius: 16px;
	overflow: hidden;
}

#contest .video-ops .hero-wrapper .hero-text {
	top: 50% !important;
	transform: translateY(-50%) !important;
	max-width: 100%;
	padding-top: 0;
}

#contest .page .view.form {
	padding-top: 0;
}

#contest .page .masta.show {
	box-shadow: none;
}

#contest .more-products .product .item-image img {
	max-height: none!important;
}

#contest #homepage-videos .hero-wrapper.video {
	padding-bottom: 36%;
	height: 460px;
}



/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	background-color: #232323;
	min-height: 102px;
	padding: 26px 5px;
	color: #fff;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

/* =================== */
/*	  SECTION 4	  */
/* =================== */

/* 4.0 - Small screens */

@media (max-width: 280px) {
	#help_page.hero-nav h1 {
		font-size: 28px;
	}

	.hero-nav .tagline {
		font-size: 14px;
		line-height: 18px;
	}

	.hero-nav .contact a {
		font-size: 12px;
		letter-spacing: 0.1em;
	}
}