/*
/*  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
/*
/*	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.10 - Popup
/*		2.11 - Paging
/*		2.12 - Range Slider
/*
/*	SECTION 3
/*		3.0 - Homepage
/*		3.1 - Login / Registration
/*		3.2 - Shop
/*		3.3 - Cart
/*		3.4 - Checkout
/*		3.5 - Invoice
/*		3.6 - Profile
/*		3.7 - FAQs
/*		3.8 - About
/*		3.9 - Blog
/*
/*	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?sq3fyb2');
  src:  url('../fonts/streamline.eot?sq3fyb2#iefix') format('embedded-opentype'),
    url('../fonts/streamline.woff2?sq3fyb2') format('woff2'),
    url('../fonts/streamline.ttf?sq3fyb2') format('truetype'),
    url('../fonts/streamline.woff?sq3fyb2') format('woff'),
    url('../fonts/streamline.svg?sq3fyb2#streamline') 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-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-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-2:before {
  content: "\e92f";
}
.ico-music-note-1: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-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-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: 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;
}
body {
	min-height: 100%;
	line-height: 24px;
	font-size: 15px;
	color: #232220;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	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: 60px;
}
@media (max-width: 767px) {
	.main {
		//padding-top: 120px;
	}
}
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;
	border-radius: 3px;
	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;
}
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: #bbb;
	background-color: #fff;
}
input:focus,
textarea:focus,
select:focus {
	outline: 0;
	border-color: #556cd6;
	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: #232220;
	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 #88c76c!important;
}
input[type="radio"]:checked + label:after {
  border-color: #87C76C;
}
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: #88c76c!important;
	border-color: #556cd6;
	font-size: 95%!important;
}
.checkbox {
	margin-left: 5px;
	line-height: 18px;
	font-size: 14px;
}

select {
	padding-right: 30px;
	background-image: url(../img/icons/select-arrow@2x.png);
	background-size: 13px 9px;
	background-position: right 18px center;
	background-repeat: no-repeat;
}
select.initial {
	color: #8C8C8C;
}


.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 #ccc;
  height: 42px;
  line-height: 42px;
  user-select: none;
  position: relative;
}

.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;
}
.input-number:hover,
.input-number-decrement:hover,
.input-number-increment:hover {
/*  color: #80b966;*/
  z-index: 2;
  border-color: #80b966;
}
.input-number-decrement:active,
.input-number-increment:active {
  color: #80b966;
  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;
}
h1, h2, h3, h4 {
	font-family: 'Oswald', 'Bebas Neue', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.012em;
}
h1 {
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 66px;
	margin-bottom: 24px;
}
h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 42px;
	margin-bottom: 30px;
}
h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
}
h4 {
	font-size: 22px;
	line-height: 36px;
	font-weight: 400;
}
h5 {
	font-size: 13px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.24em;
	margin-top: 24px;
	
}
h6 {
	font-size: 12px;
	line-height: 18px;
	font-family: 'Oswald', 'Bebas Neue', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-top: 12px;
}

h2 > a,
h3 > a,
h4 > a {
	color: #232220;
}
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 #ddd;
}

p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 12px 0;
}
.bg-green h1,.bg-green h2,.bg-green h3,.bg-green h4,.bg-green h5,.bg-green h6,
.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark h4,.bg-dark h5,.bg-dark h6,
.bg-green 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: 21px;
		line-height: 30px;
	}
	h4 {
		font-size: 19px;
		line-height: 30px;
	}
	h5 {
		margin-bottom: 12px;
	}
	h2.title,
	h5.subtitle {
		text-align: center;
	}
}
@media (max-width: 576px) {
	h1 {
		font-size: 28px;
		line-height: 42px;
	}
	h2 {
		font-size: 26px;
		line-height: 30px;
	}
}

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;
}
.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;
}

.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 12px;
	max-width: 420px;
}
.h-cat * {
	margin-bottom: 0;
}
.h-cat p {
	font-size: 17px;
	margin-top: 12px;
}
@media (max-width: 767px) {
  .h-cat p {
    margin-top: 6px;
  }
}


/* 1.5 - Links and Buttons */
a {
	color: #556cd6;
	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: 12px 35px;
	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: #232220;
	border-radius: 4px;
	border: 1px solid #232220;

}

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

.btn:hover {
	text-decoration: none;
	background-color: #232220;
	border-color: #232220;
	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: 18px 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: #232220
}
.btn.primary {
	background-color: #232220;
	border-color: #232220;
	color: #ffffff;
}
.btn.primary:hover {
	background-color: #323232;
	border-color: #323232;
}
.btn.secondary {
	background-color: #556cd6;
	border-color: #556cd6;
	color: #ffffff;
}
.btn.secondary:hover {
	background-color: #6174ca;
	border-color: #6174ca;
}
.btn.black {
	background-color: #232220;
	border-color: #232220;
	color: #ffffff;
}
.btn.black:hover {
	background-color: #222120;
	border-color: #222120;
}
.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: #fff;
	border-color: #fff;
	color: #232220;
}
.btn.inline {
	background: none;
	border: none;
	font-size: inherit;
	padding: 0;
	margin: 0;
	display: inline!important;
	color: #556cd6!important;
}

.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: #727272!important;
	color: #727272!important;
	cursor: default;
}
.btn.btn-sold-out:hover {
  color: #121212!important;
  border-color: #121212!important;
}
.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;
}
a.cta::after {
	display: inline-block;
	font-style: normal;
	font-size: 160%;
	line-height: 1;
	content: "\e684";
	position: relative;
	z-index: 1;
	top: 8px;
}
a.cta.video::after {
	content: "\e624";
	font-size: 100%;
	top: 2px;
	margin-left: 8px;
}
a.cta + a.cta {
	margin-left: 30px;
}



/* 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 * {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}


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

.invisible.not-invisible * {
	user-select: auto;
	-moz-user-select: auto;
	-khtml-user-select: auto;
	-webkit-user-select: auto;
	-o-user-select: auto;
}
.img-center{
	margin: 0 auto;
	display: block;
}
.placeholder {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  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%);
}
.placeholder img.loaded {
  /*This is a overqualified selector. For the html as is now .loaded is enough*/
  opacity: 1;
}
.placeholder .img-small {
  filter: blur(36px);
  z-index: 1;
}
.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;
}
.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;
	}
}

.border-top {
	border-top: 1px dashed #ddd;
}
.border-right {
	border-right: 1px dashed #cfcfcf;
}
.border-bottom {
	border-bottom: 1px dashed #ddd;
}
.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: #dddddd;
	height: 1px;
	border: 0;
}
.bg-white {
	background: #ffffff;
}
.bg-lightgrey {
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
}
.bg-grey {
	background: #f1f1f1;
}
.bg-dark {
	background: #424242;
}
.bg-green {
	background: #cde2fe;
}
.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: 0;
}
@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 #ddd;
	padding: 30px 15px;
	padding: 30px 15px;
	border-radius: 4px;
	background: #f9f9f9;

}
.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);
}


/* 1.9 - Switchery plugin */
.switchery{display: block;background-color:#fff;border:1px solid #dfdfdf;border-radius:20px;cursor:pointer;height:30px;position:relative;vertical-align:middle;width:50px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}.switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,0.4);height:30px;position:absolute;top:0;width:30px}.switchery-small{border-radius:20px;height:20px;width:33px}.switchery-small>small{height:20px;width:20px}.switchery-large{border-radius:40px;height:40px;width:66px}.switchery-large>small{height:40px;width:40px}



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

/* 2.0 - Header */
.header {
	height: 60px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	background: black;
	z-index: 9997;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	/*overflow: hidden;*/
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0;
}
.fixed-header .header {
	position: fixed;
}
.header .navbar {
	position: relative;
}

.header ul.menu {
	cursor: default;
	width: auto;
	padding: 0 65px 0 60px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.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: #c9c9c9;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 10px;
	/*-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: 400;
}
.header ul.menu li.menu-item.active > a,
.header ul.menu li.menu-item > a:hover {
	color: #fff;
}



.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: #88c76c;
}
.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: 30px;
	background-repeat: no-repeat;
	background-image: url('../img/logo-white.svg');
	background-position: center center;
	width: 50px;
	display: block;
	margin: 0;
	text-align: center;
	line-height: 62px;
}
.header .icon.icon-bag {
	display: block;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
	z-index: 2;
	border-left: 1px solid rgba(255,255,255,0.1);
}


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


#header_points {
	margin-right: 2px;
	margin-left: 0;
	padding-left: 17px;
	border-left: 1px solid rgba(255,255,255,0.1);
}
#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: 15px;
}
#header_avatar {
	border-left: 1px solid rgba(255,255,255,0.1);
	padding-left: 10px;
}
.header ul.menu li.menu-item.user > a {
	display: block;
	padding-top: 13px;
}
.header ul.menu li.menu-item.user > a .user-avatar {
	display: block;
	overflow: hidden;
	border-radius: 100%;
	width: 33px;
	height: 33px;
	position: relative;
	-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 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.64;
	-webkit-transition: all 0.112s;
	-moz-transition: all 0.112s;
	transition: all 0.112s;
}
.header ul.menu li.menu-item.user > a .user-avatar.active {
	background: #999;
}
.header ul.menu li.menu-item.user > a .user-avatar.active > .user-avatar-img {
	opacity: 1;
}
.header ul.menu li.menu-item.user > a:hover .user-avatar {
	border-color: #fff;
}

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


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

@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: 60px;
		position: fixed;
		overflow: hidden;
	}
	
	.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 {
		-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: 26px;
		background-repeat: no-repeat;
		background-image: url('../img/logo-white.svg');
		background-position: center center;
		width: 50px;
		display: block;
		margin: 0;
		text-align: center;
	}
	.header .icon a {
		line-height: 60px;
	}
	.header ul.menu {
		position: relative;
		display: block;
		padding: 0px 40px 63px;
		list-style: none;
		z-index: 1;
		position: absolute;
		top: 60px;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0;
		height: auto;
		overflow: hidden;
		overflow-y: auto;
	}
	.header ul.menu li.menu-item {
		width: 100%;
		line-height: 64px;
		height: 64px;
		border-bottom: 1px solid #545454;
		-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;
	}
	
	.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/icons/ico-buudapay3x.png');
	}
	
	.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;
		position: fixed;
		bottom: 0;
		left: 0;
		border-bottom: 0;
		padding: 0px 40px;
		background: #020202;
		border-top: 1px solid #333;
		pointer-events: none;
	}
	.menu-opened .header ul.menu li.menu-item#header_points {
		pointer-events: auto;
	}
	.header ul.menu li.menu-item a {
		display: block;
		position: relative;
		font-size: 19px;
		line-height: inherit;
		width: 100%;
		opacity: 1;
	}
	.header .burger-container {
		position: relative;
		display: inline-block;
		height: 60px;
		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: #fff;
		-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;
	}
	.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;
	}
}
@media (min-width: 768px) {

	.header > .container {
		padding-right: 0;
		padding-left: 16px;
		max-width: 1600px;
	}
	.header ul.menu li.menu-item {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.header ul.menu li.menu-item.menu-right {
		float: right;
	}
	/*#header_about {
		float: right;
		padding-right: 20px;
		padding-left: 20px;
	}*/

}

.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;
	line-height: 30px;
	color: #777;
}
.content-popover ul li.active a,
.content-popover .nav-item a:hover {
	color: #556cd6;
}
.content-popover .user {
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.content-popover .user a {
	color: #232220!important;
	font-size: 15px;
	line-height: 24px;
}

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

}

/*.content-popover .signout {
	border-top: 1px solid #ddd;
	padding-top: 6px;
	margin-top: 6px;
}*/

.header ul.menu li.menu-item.has-popover > a.closed {
	color: #c9c9c9;
}
.header ul.menu li.menu-item.has-popover > a.closed:hover {
	color: #fff;
}
.header ul.menu li.menu-item.has-popover > a,
.header ul.menu li.menu-item.has-popover.active > a {
	color: #fff;
}

.has-popover .content-popover {
	position: absolute;
	top: 60px;
	left: -10px;
	min-width: 165px;
	background: #22211f;
	padding: 10px 20px 20px;
	border-top: 1px solid #333;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	
	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: 15px;
	white-space: nowrap;
	color: #c9c9c9;
	font-weight: 400;
}
.has-popover .content-popover ul li.active a,
.has-popover .content-popover ul li a:hover {
	color: #fff;
}

@media (min-width: 768px) {
	.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: #fff;
	overflow: hidden;
	animation-name: subNavClose;
	animation-duration: 1s;
	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: 60px;
	}
}

.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;
}

.subnav .subnav-label:after {
	content: '';
	display: inline-block;
	margin-left: 8px;
	background-image: url(../img/icons/select-arrow@2x.png) !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.85px;
	/*line-height: 54px;*/
	color: #999;
	border-top: 1px solid #efefef;
	text-align: center;
}

.subnav .subnav-link:hover {
	color: #777;
}

.subnav .subnav-link.active {
	color: #999;
}

.subnav .subnav-link.active span {
	position: absolute;
	top: 18px;
	right: 20px;
	color: #494d55;
	opacity: 1;
	animation-name: activeFlyIn;
	animation-duration: 0.4s;
	animation-delay: 0.65s;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	font-weight: 600;
}

.subnav-control:checked+.subnav,
.subnav.open {
	/*max-height: 320px;*/
	animation-name: subNavOpen;
	animation-duration: 1s;
	animation-delay: 0.25s;
	animation-fill-mode: both;
}

.subnav-control:checked+.subnav2,
.subnav2.open {
	animation-name: subNavOpen2;
}

.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: 320px;
	}
}

@keyframes subNavClose {
	0% {
		max-height: 320px;
	}

	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: #ccc;
		text-align: center;
		line-height: 54px;
		animation: none;
	}
	.subnav .subnav-label {
		display: none;
	}

	.subnav .subnav-link {
		display: inline-block;
		padding: 0;
		border: 0;
	}

	.subnav .subnav-link span {
		font-weight: 600;
	}

	.subnav .subnav-link+.subnav-link {
		margin-left: 36px;
	}

	.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: 12px 0;
	border-top: 1px solid #eee;
	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;
}

.mini-cart .item .item-text p span.discounted {
	text-decoration: line-through;
	color: #777;
}

.mini-cart .item .item-text .name {
	width: 98%;
	font-weight: 500;
	margin-bottom: 0;
	z-index: 1;
}

.mini-cart .item .item-text .name > span:first-of-type {
	width: 170px;
}

.mini-cart .close {
	position: absolute;
	top: 13px;
	right: 0;
	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: 60px;
	left: 0;
	background: #fff5e6;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.notification-bar-parent a {
	
}

.notification-bar.verify-msg {
	background: #556cd6;
}

.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;
}

.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: 60px;
	}
	/*.has-notification .main {
		padding-top: 120px;
	}*/
}


/* 2.2 - Footer */
footer.wrapper {
	padding: 48px 0;
}
footer .footer-text {
	padding: 12px 25px;
	color: #777;
	font-size: 14px;
	text-align: center;
}
footer .social {
	display: block;
	margin-top: 18px;
}
footer .social a {
	padding-left: 0;
	font-size: 26px;
}
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: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  color: #777;
}

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;
	color: #444;
	margin-bottom: 18px;
}
footer ul.footer-list li a{
	color: #777;
	font-size: 13px;
	line-height: 24px;
}
footer ul.footer-list li a:hover {
	color: #556cd6;
}
footer .footer-newsletter{
	position: relative;
}
footer .footer-newsletter .input-newsletter {
	border-color: #232220;
}
footer .footer-newsletter .btn-mail {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	height: 48px;
	width: 48px;
	line-height: 48px;
	background-color: #232220;
	border-color: #232220;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
}
.footer-logo {
	width: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
.footer-ig {
	color: #232220;
	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;*/
		padding: 42px 20px 42px;
	}
	.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 {
	background: #fff5e5;
	padding: 120px 0 100px;
	border-bottom: none;
	box-sizing: border-box;
}
.hero-nav#help_page h1 {
	/*color: #fff;*/
}
.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;
	color: #232220;
	font-weight: 500;
	text-transform: uppercase;
}
.hero-nav .tagline {
	margin: 18px auto;
	font-size: 17px;
	letter-spacing: 0.04em;
	width: 600px;
}

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



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

.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: 3px;
	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 #ddd;
	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: #ddd;
	color: #999;
	margin-right: 25px;
}

.jBox-Confirm-button-cancel:hover {
	background: #ccc;
	color: #777;
}

.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: #556cd6;
	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: #777;
	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 {
	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 {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	pointer-events: none;
}

#flashes .messages {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	color: white;
	background-color: #87c76c;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 12px;
	line-height: 1.8em;
	pointer-events: all;
}

#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 #ddd;*/
	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;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
	line-height: 62px;
	background-color: #cde2fe;
	color: #fff;
	border-left: 1px solid #fff;
}
#mail .btn-mail:hover {
	background-color: #fff;
	color: #acacac;
	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: 50px;
	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.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
	color: #575757;
	font-size: 40px;
	content: "\e90f";
	position: absolute;
	display: block;
	top: 50%;
	padding: 14px 10px 14px 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flex-direction-nav a.flex-next:before {
	color: #575757;
	content: "\e910";
	padding: 14px 20px 14px 10px;
}

.flex-direction-nav .flex-prev {
	left: 20px;
	opacity: 0.4;
}
.flex-direction-nav .flex-next {
	right: 20px;
	opacity: 0.4;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.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.10 - Popup */

/* Fullscreen overlay for modal background */
#active-popup {
	background-color: rgba(0,0,0, 0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
}

/* Modal container */
#popup-container {
	width: 45%;
	margin: 0 auto;
	margin-top: 8%;
	position: fixed;
	left: 28%;
	z-index: 9999;
	top: 0;
	display: none;
	background: #fff;
	border-radius: 2px;
}
#popup-window {
	position: relative;
	padding: 60px;
	font-weight: 200;
	font-size: 18px;
	line-height: 30px;
	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: #87c76c;
	border-color: #87c76c;
}

.popup-buttons .button:hover {
	background: #87c76c;
	color: #fff;
	border-color: #87c76c;
}

@media (max-width: 767px) {
	#popup-container {
		width: 90%;
		left: 5%;
	}

	#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: #232220;
}
.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);
}




/* =================== */
/*	  SECTION 3	  */
/* =================== */

/* 3.0 - Homepage */
.hero-wrapper {
	margin: 0 auto;
	height: 742px;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
}
.hero-wrapper.cover {
	background-size: cover;
	background-position: center center;
}
.hero-wrapper.contain {
	background-size: contain;
}
.hero-wrapper .container {
	height: 100%;
}
.hero-wrapper .hero-text {
	position: relative;
	max-width: 49.75%;
	top: 50%;
	transform: translateY(-50%);
}
.hero-wrapper .hero-text.text-white {
	color: #fff;
}
.hero-wrapper .hero-text.center {
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}
.hero-wrapper .hero-text p {
	font-size: 27px;
	line-height: 36px;
}
.hero-wrapper .hero-text a.action {
	font-size: 21px;
	line-height: 30px;
}

.homepage-noflow {
	overflow: hidden;
	margin-bottom: 1px;
}
.hero-wrapper .hero-img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: -1;
}

.hero-wrapper .hero-video-wrapper,
video#bgvid {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    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.8;
}

.hero-wrapper .hero-img-bg {
	display: block;
	/* position: absolute; */
	width: 100%;
	height: 100%;
	left: 26%;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#homepage-videos .hero-wrapper .container {
	max-width: 100%;
	width: 100%;
}


#homepage-journey .hero-wrapper .hero-img-bg {

  width: 960px;
  height: 100%;
  left: 37%;
}


.btn-group .btn {
	margin: 6px 5px;
}

@media (min-width: 1741px) {
	.hero-wrapper {
		height: 800px;
	}
}
@media (min-width: 2100px) {
	.hero-wrapper {
		height: 900px;
	}
}
	
@media (max-width: 1024px) {
	.hero-wrapper {
		height: 540px;
	}
	.hero-wrapper .hero-text {
		max-width: 48.5%;
	}
	.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;
	}
	#homepage-journey .hero-wrapper {
		background-position: 70% center;
	}
	#homepage-hero .hero-wrapper .hero-img-bg {
		left: 29%;
		width: 858px;
	}
	#homepage-journey .hero-wrapper .hero-img-bg {
		width: 640px;
		left: 40%;
	}
	#homepage-rewards .hero-wrapper {
		height: 600px;
	}
	
	#homepage-blacklabel .btn,
	#homepage-rewards .btn {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.hero-wrapper {
		height: auto;
		position: relative;
	}
	.hero-wrapper .hero-text {
		width: 100%;
		max-width: 442px;
		margin: 0 auto;
		text-align: center;
		/*background: #fff;
		background: rgba(255,255,255,0.85);*/
		padding: 42px 10px 60px;
		box-sizing: border-box;
	}
	.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: 24px;
	}
	.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;
	}
	#homepage-hero .hero-wrapper .hero-img-bg {
		height: 312px;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	#homepage-journey .hero-wrapper .hero-img-bg {
		height: 320px;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.hero-wrapper .hero-text {
		top: auto;
		transform: none;
		padding-top: 90px;
		padding-bottom: 0;
	}
	.hero-wrapper.video {
		height: 480px;
	}
	.hero-wrapper.video .hero-text {
		padding-top: 0;
		padding-bottom: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	video#bgvid {
		max-height: 100%;
	}
	
}
@media (max-width: 576px) {
	#homepage-rewards .hero-wrapper {
		height: 432px;
	}
	.hero-wrapper .hero-text .eyebrow {
		display: none;
	}
	.hero-wrapper .hero-text h1 {
		margin-bottom: 0;
	}
}
.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 #80b966;
}*/

.home-icons-svg {
	height: 72px;
	box-sizing:border-box;
}
.home-icons-svg-fix {
	padding:2% 9.5% 0 0
}
@media (max-width: 767px) {
	.home-icons-svg-fix {
		padding:2% 5% 0 0;
	}
	.home-icons {
		margin-bottom: 90px;
	}

	.home-traditions {
		margin-top: 18px;
		margin-bottom: 12px;
	}

}

#hand-delivered {
	padding-top: 90px;
	padding-bottom: 340px;
	overflow: hidden;
}
#hand-delivered .bg-image-wrapper {
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: -32%;
	-webkit-transition: bottom 1.22s ease-in-out;
	-moz-transition: bottom 1.22s ease-in-out;
	transition: bottom 1.22s ease-in-out;

	/*-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	transition-delay: 0.25s;*/
}
#hand-delivered .bg-image-wrapper.animated {
	bottom: 0;
}

#hand-delivered .bg-image {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1400px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	z-index: 0;
	bottom: -44%;
}


#hand-delivered .bg-image-wrapper,
#hand-delivered .bg-image {
	height: 620px;
}

@media (max-width: 1199px) {
	#hand-delivered {
		padding-top: 72px;
		padding-bottom: 320px;
	}
	#hand-delivered .bg-image {
		width: 1300px;
		bottom: -37%;
	}
}

@media (max-width: 767px) {
	#hand-delivered {
		padding-top: 30px;
		padding-bottom: 94px;
	}
	#hand-delivered .bg-image {
		bottom: -28.5%;
		width: 940px;
	}

}
@media (max-width: 576px) {
	#hand-delivered {
		padding-bottom: 120px;
	}
	#hand-delivered .bg-image {
		bottom: -15.5%;
		width: 674px;
	}
}



/* 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: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: 200px;
	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-healthy .monk-container .benefits #eye {
	background-image: url('../img/about/health-eye.png');
	left: 120px;
}
#modal-healthy .monk-container .benefits #heart {
	background-image: url('../img/about/health-heart.png');
	right: 0;
}

#modal-healthy .monk-container .benefits #lightbulb {
	background-image: url('../img/about/health-lightbulb.png');
	right: 120px;
}
#modal-healthy .monk-container .benefits #dna {
	background-image: url('../img/about/health-dna.png');
	left: 0;
}

@media (max-width: 767px) {
	#modal-healthy {
		padding: 12px 6px;
	}
	#modal-healthy > h2 {
		margin-top: 0;
		margin-bottom: 24px;
	}
	#modal-healthy .option {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 24px;
	}
	#modal-healthy .option > p {
		margin-top: 6px;
		margin-bottom: 18px;
	}
}

#modal-safety {
	width: 880px;
	max-width: 100%;
	padding: 24px;
}
#modal-safety h2 {
	margin-top: 12px;
	margin-bottom: 42px;
	text-align: center;
}
#modal-safety p {
	max-width: 600px;
	margin: 18px auto 30px;
	/*text-align: center;*/
}
#modal-safety .order-instructions {
	max-width: 600px;
	margin: 18px auto 18px;
}
#modal-safety .order-instructions ol {
	padding-left: 20px;
	margin-top: 12px;
}
#modal-safety .order-process {
	text-align: center;
}
#modal-safety .order-process img {
	margin: 0 auto;
	width: 420px;
}

#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: #80b966;
	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 #232220;
	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%;
	border-bottom: 1px solid #ddd;
}

.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-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;
	text-align: center;
}

.testimonial-content {
	max-width: 1000px;
	width: 80%;
	margin: 0 auto 30px auto;
}

.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.4;
	margin-bottom: 1em;
	padding: 0 14px;
}

@media only screen and (min-width: 768px) {
	.testimonial-content p {
		font-size: 20px;
	}
}

@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: inline-block;
	vertical-align: top;
}

.cd-author img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 5px;
	display: none;
}

.cd-author .cd-author-info {
	text-align: center;
	line-height: 1;
}

.cd-author .cd-author-info li:first-child {
	font-size: 14px;
	margin-top: 4px;
}

.cd-author .cd-author-info li:last-child {
	font-size: 12px;
	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: 14px;
	/*padding-left: 30px;*/
	line-height: 24px;
	font-style: italic;
	font-weight: 300;
}

@media only screen and (min-width: 768px) {
	.cd-author img {
		width: 58px;
		height: 58px;
	}
	.cd-author .cd-author-info {
		line-height: 1.4;
	}
	.cd-author .cd-author-info li:first-child {
		font-size: 18px;
	}
}

#postads {
	padding-top: 72px;
	padding-bottom: 42px;
}

@media (max-width: 767px) {
	#postads {
		padding-top: 30px;
	}
}

#cranemovin {
	background-color: #40a0d3;
	display:block;
	overflow: hidden;
}
#monkmoving {
	background-color: #f2f2f2;
	display:block;
	overflow: hidden;
}



/* 3.1 - Login / Registration */
#login {
	padding-bottom: 120px;
	padding-top: 90px;
}
.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 #ddd;
	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 {
	/*padding-top: 72px;
	padding-bottom: 144px;*/
}
/* .col-product {
	margin:0 auto;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 49.75%;
} */

.col-product {
	margin:0 auto;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.col-product {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.3%;
	}
}
.col-wholesale .product{
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 1px;
	-webkit-border-radius: border 0.24s;
	-moz-transition: border 0.24s;
	transition: border 0.24s;
	cursor: pointer;
}
.col-wholesale .product:hover {
	border: 1px solid #676767;
}
.col-wholesale .product.active {
	border: 1px solid #212121;
}
.col-wholesale .product .item-image:hover img {
	opacity: 1!important;
}
@media (min-width: 992px) {
	.col-product.col-wholesale {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
.products {
	padding-bottom: 60px;
}
.product {
	display: block;
	margin: 0 0 30px;
}
.product .item-image {
	position: relative;
	display: block;
}

.product.flag-oos .item-image {
	opacity: 0.6;
}


.product .item-image img {
	/*max-width: 360px;
	max-height: 360px;*/
	height: auto;
	width: 100%;
	display: block;
	margin: 0 auto;
	-webkit-transition: opacity 0.24s;
	-moz-transition: opacity 0.24s;
	transition: opacity 0.24s;
}
.col-wholesale .product .item-image img {
	padding: 18px 18px 6px;
}
.product .item-image:hover img {
	opacity: 0.7;
}

.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;
}
.product .item-info div {
	margin: 0 auto;
	text-align: center;
}
.product .item-info .bottom-callout {
	margin-top: 6px;
}
.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 {
	font-size: 17px;
	line-height: 24px;
	display:block;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.price-text {
	font-weight: 600;
	font-size: 16px;
	color: #333;
	margin: 6px auto 12px;
}

.price-text .discounted {
	text-decoration: line-through;
	color: #999;
	font-weight: 400;
}
.callout-text {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
	color: #88c76c;
	border: 1px solid #88c76c;
	padding: 4px 8px;
	display: inline-block;
}
.callout-text-sold {
	color: #444;
	border: 1px solid #777;
}

.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: 576px)  {
	.wrapper.ambassador-note {
		text-align: center;
	}
	.wrapper.ambassador-note .ambassador-note-icon {
		font-size: 42px;
		margin-top: 12px;
		margin-bottom: 0;
	}
}

/* 3.3 - Shop */
.product-page {
	padding-top: 60px;
	margin-bottom: 30px;
}
@media (max-width: 576px) {
  .product .item-image {
    min-height: auto;
  }
  .price-text {
    display: block;
    border-right: none;
    padding-right: 0;
  }
  .callout-text {
    font-size: 10px;
  }
}

.ribbon {
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #232220;
  font-weight: 500;
  color: #fff;
}

.ribbon.flag_sale {
  background-color: #e67e22;
}
.ribbon.flag_soldout {
  background-color: #eeeeee;
  color: #232220;
  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-photo .large-image img {
	display: block;
	width: 484px;
	margin: 0 auto;
}
.product-photo .product-page-gallery {
	text-align: center;
	margin-top: -12px;
	position: relative;
	z-index: 2;
}
.product-photo .product-page-gallery li.thumbnail {
	width: 48px;
	height: 48px;
	overflow: hidden;
	display: inline-block;
	margin: 0 3px;
	border: 1px solid #ddd;
	background: #fff;;
	cursor: pointer;
	-webkit-transition: opacity 0.24s;
	-moz-transition: opacity 0.24s;
	transition: opacity 0.24s;
}
.product-photo .product-page-gallery li.thumbnail.active {
	border-color: #212121;
}
.product-photo .product-page-gallery li.thumbnail:hover {
	opacity: 0.7;
}
.product-photo .product-page-gallery li.thumbnail img {
	display: block;
	padding: 2px;
	height: 100%;
	margin: 0 auto;
}
.product-page .bdaction {
	margin-top: 30px;
  margin-bottom: 6px;
	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: #232220;
}
.product-details .name {
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 6px;
	margin-top: 0;
}

/* Product Details */

.product-details {
	margin-bottom: 30px;
	position: relative;
}

.product-details .ribbon {
	margin-bottom: 18px;
}
.product-details p {
	/*padding-bottom: 12px;*/
	/* border-bottom: 1px solid #ddd; */
}
.product-details .price {
	font-size: 23px;
	line-height: 30px;
	display: block;
	margin-bottom: 18px;
	margin-top: 0;
	letter-spacing: 1px;
}
.product-details .add-to-cart-wrap {
	border-radius: 3px;
	margin-bottom: 30px;
}
.product-details .price.with-sale {
  font-size: 30px;
  line-height: 30px;
  margin-top: -12px;
}
.product-details .price .sale-price {
  font-size: 75%;
  line-height: 24px;
  text-decoration: line-through;
  letter-spacing: 0;
  font-weight: 400;
  color: #999;
}
.product-details .og-price {
  display: block;
}

.product-details .modifiers {
	width: 100%;
	margin-top: 18px;
}
.product-details .modifiers .quantity-selector {
	padding: 18px 0 6px;
	border-top: 1px dashed #d6d5d3;
	/* border-bottom: 1px solid #ddd; */
	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 {
  width: 100%;
  margin-bottom: 18px;
  border-color: #494d55;
}

.product-details .product-attributes {
	border-top: 1px dashed #d6d5d3;
	margin-top: 30px;
	padding-top: 30px;
}

.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-gummy.svg');
}
.product-details .product-attributes .icon.ico-cat3 {
	background-image: url('../img/icons/ico-product-chocolate.svg');
}
.product-details .product-attributes .icon.ico-organic {
	background-image: url('../img/icons/ico-product-organic.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-page-extras {
	border-top: 1px dashed #ddd;
	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;
}





@media (max-width: 767px) {
	.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: #fafafa;
		 padding: 24px 25px;
		 border: 1px solid #ececec;
	}

	.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;
	}
	.product-page {
		padding-top: 30px;
	}
	.product-photo .product-page-gallery {
		margin-bottom: 30px;
	}
	.product-photo .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;
	/*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: #777;
	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: #777;
}
.cart-wrapper .cart-subtotal {
	font-size: 27px;
	line-height: 36px;
}
.cart-wrapper .cart-subtotal-points {
  margin-top: 6px;
  margin-bottom: 12px;
  display: block;
  color: #777;
}

.cart-wrapper .cart-subtotal-points > span {
  color: #232220;
}

.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: #88c76c;
	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 rgba(23, 22, 20, 0.2);
	border-top-color: #232220;
	-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: 36px 0 30px;
		display: block;
	}
	.cart-wrapper tbody tr:first-of-type {
		padding-top: 0;
	}
	.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: 264px;
		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: 25px;
		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-buudapay,
#modal-login {
	width: 600px;
	max-width: 100%;
	padding: 24px;
}
#modal-buudapay h2,
#modal-login h2 {
	margin-top: 12px;
	margin-bottom: 42px;
	text-align: center;
}
#modal-buudapay option,
#modal-login .option {
	border: 1px solid #e9e9e9;
	padding: 30px 15px;
	border-radius: 3px;
	background: #f9f9f9;

}
#modal-buudapay .option > p,
#modal-login .option > p {
	margin: 18px auto 30px;
	font-size: 17px;
}

@media (max-width: 767px) {
  #modal-buudapay,
  #modal-login {
		padding: 12px 6px;
	}
  #modal-buudapay > h2,
	#modal-login > h2 {
		margin-top: 0;
		margin-bottom: 24px;
	}
  #modal-buudapay .option,
	#modal-login .option {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 24px;
	}
  #modal-buudapay .option > p,
	#modal-login .option > p {
		margin-top: 6px;
		margin-bottom: 18px;
	}
}

#modal-buudapay select {
  width: auto;
  min-width: 90px;
  font-size: 22px;
}

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

.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: #ddd;
}
.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: 1px dashed #232220;
	padding: 18px 20px;
}
.payment-info .receipt-end .cell {
	padding: 3px 0;
}


.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 #ddd;
	border-bottom: 1px dashed #ddd;
}
.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: #777;
}
.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;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	transform: translateY(0);
	box-shadow: none;
}
.input-coupon input + .btn [class^="ico-"] {
	-webkit-transition: all 0.18s;
	-moz-transition: all 0.18s;
	transition: all 0.18s;
}
.input-coupon input + .btn:hover [class^="ico-"] {
	-webkit-transform: scale(0.95) translateX(8px);
	-moz-transform: scale(0.95) translateX(8px);
	-o-transform: scale(0.95) translateX(8px);
	transform: scale(0.95) translateX(8px);
}
.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: #232220;
	opacity: 0.75;
	position: relative;
}
.payment-option.active,
.payment-option:hover,
.wholesale-payment-option.active,
.wholesale-payment-option:hover
 {
	border: 1px solid #556cd6;
	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_btn_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: #f0b51c;
	background-color: #88c76c;
	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;
}
.invoice .card-breakdown .card-breakdown--list p .list-bold {
	font-weight: 600;
	display: block;
	line-height: 24px;
	margin-top: 6px;
	font-size: 16px;
}
.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;
	padding-bottom: 12px;
	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: 60px;
}
.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;
	margin-bottom: 42px;
}
.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;
	margin-top: 30px;
}
.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;
	border-bottom: 1px dashed #ccc;
	background-image: url(../img/about/ico-wallet.png);
	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 table.receipt {
	font-family: 'Roboto Mono', monospace;
}
.invoice table {
	margin-bottom: 12px;
	border-bottom: 1px dashed #ccc;
}
.invoice table tr {
	border: none;
}
.invoice table tr td {
	padding: 0;
	line-height: 30px;
}
.invoice table tr:first-of-type td {
	padding-top: 12px;
}
.invoice table tr:last-of-type td {
	padding-bottom: 12px;
}
@media (max-width: 767px) {
	.invoice .card-breakdown {
		width: 100%;
		border-radius: 0;
	}
	.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;
	margin: 0 auto;
	max-width: 680px;
}
.page .masta.hover {
	background: #fff;
}
.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;
}
.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: 18px;
	text-transform: uppercase;
	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: #777;
	letter-spacing: 1px;
	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: 36px 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: 300;
	letter-spacing: 0.066em;
	color: #929292;
}
.page .hover .right .link.edit {
	color: #87c76c;
	border-bottom: 1px dashed #87c76c;
}
.page .right .link.cancel:hover {
	color: #87c76c;
	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;
}

.page .right .link.expand {
	border-bottom: none;
}

.page .view:hover .right .link.expand {
	color: #87c76c;
	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;
}
.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: #999;
	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;
	}
}


.nav-account {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.nav-account a {
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Oswald', 'Bebas Neue', sans-serif;
	
	border-radius: 3px;
	font-size:15px;
	padding: 12px 25px;
	margin: 0 5px;
	text-decoration:none;
	display:inline-block;
	color: #444;
	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: #232220;
}
@media (max-width: 767px) {
	.nav-account a {
		font-size: 13px;
		padding: 10px 15px;
	}
}

@media (max-width: 576px) {
	.nav-account a {
		font-size: 11px;
		padding: 10px 15px;
		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 #ddd;
	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-wallet.png);
	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: -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: 42px;
	margin: 30px 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;
}

.dosage-level-icon {
	display: block;
	width: 206px;
	height: auto;
	margin-left: 20px;
}

#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 (max-width: 767px) {
	#page-about section p,
	#page-about section li {
		font-size: 21px;
		line-height: 36px;
	}


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

@media (max-width: 576px) {
	#page-about section p,
	#page-about section li {
		font-size: 17px;
		line-height: 30px;
	}
}

#bulk-pricing-calculator {
	background: #fcfcfc;
	padding: 30px 0 32px;
	border: 1px solid #cccccc;
	border-radius: 3px;
}

#page-about section #bulk-pricing-calculator p {
	margin-top: 0;
	margin-bottom: 0;
	color: #232220;
	border-bottom: 1px dashed #ccc;
	display: inline-block;
}


#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: 60px;
}
.blog-body {
	margin-bottom: 60px;
}
.blog-body a {
	color: #232220;
	border-bottom: 1px dashed #232220;
}
.blog-img {
	display: block;
	padding: 0;
	margin-bottom: 60px;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}
.blog > .blog-img {
	margin-bottom: 0!important;
}

.blog-img .placeholder {
	padding-bottom: 56.5%;
	background: #121212;
}
	
.blog-img .blog-video-button {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
}
.blog-img .blog-video-button:hover {
	opacity: 1;
}

.blog-img .blog-video-button i {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 65px;
}
.blog-img .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.blog-img .bg-video #video {
	width: 100%;
	height: 100%;
}


.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: #232220;
	top: 9px;
	left: -11px;
	position: absolute;
}
.blog-info h3{
	font-size: 19px;
	line-height: 24px;
	color: #232220;
	font-weight: 400;
}

.article,
.article p {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 30px;
}
.article .max-width.narrow {
	max-width: 760px;
}
.article h1 {
	font-size: 42px;
	line-height: 60px;
	margin-bottom: 12px;
}

.article h2 {
	margin-bottom: 24px;
	margin-top: 48px;
}
@media (max-width: 767px) {
	.article h1 {
		font-size: 36px;
		line-height: 54px;
	}
	.blog-img {
		margin-bottom: 42px;
	}
	.blog-img .bg-video {
		z-index: 99;
	}
}
@media (max-width: 576px) {
	.article h1 {
		font-size: 31px;
		line-height: 48px;
	}
	.article p {
		font-size: 15px;
		line-height: 24px;
	}
}

.comment-box {
	padding-bottom: 42px;
	border-bottom: 1px dashed #ddd;
}
.comment-box h2 {
	margin: 0;
}
.comment-box textarea{
	height: 120px;
}

.comment-section {
	position: relative;
}

.comment {
	padding: 24px 0 18px;
}

.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: 'Oswald', 'Bebas Neue', 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: #777;
	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;
	}
}

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

@media (max-width: 480px) {
	.msg {
		font-size: larger !important;
		line-height: 20px !important;
		padding: 5px !important;
	}
}

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

@media (max-width: 768px) {
	.has-popover {
		display: none !important;
	}

	.mobile-view {
		display: block !important;
	}
}
