@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:300,300i,400,500,600,700|Roboto|Source+Sans+Pro:700');

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *	without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */

	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;

	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template,
.hidden {
	display: none;
}

.showing {
	display:none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;

	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/*
mark {
	color: #000;
	background: #ff0;
}
*/
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;

	position: relative;

	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *	Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	font: inherit; /* 2 */

	margin: 0; /* 3 */

	color: inherit; /* 1 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *	and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *	`input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer; /* 3 */

	-webkit-appearance: button; /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;

	border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type='search'] {
	box-sizing: content-box; /* 2 */

	-webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;

	border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	padding: 0; /* 2 */

	border: 0; /* 1 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

@font-face {
	font-family: 'icomoon';
	font-weight: normal;
	font-style: normal;

	src: url('../_fonts/icomoon.eot?6e2pqx');
	src: url('../_fonts/icomoon.eot?6e2pqx#iefix') format('embedded-opentype'), url('../_fonts/icomoon.ttf?6e2pqx') format('truetype'), url('../_fonts/icomoon.woff?6e2pqx') format('woff'), url('../_fonts/icomoon.svg?6e2pqx#icomoon') format('svg');
}

[class^='icon-'],
[class*=' icon-'] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1; /* Better Font Rendering =========== */

	text-transform: none;

	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-back:before {
	content: '\e90d';
}

.icon-next:before {
	content: '\e90e';
}

.icon-quote:before {
	content: '\e90c';
}

.icon-smartphone:before {
	content: '\e900';
}

.icon-placeholder:before {
	content: '\e902';
}

.icon-wi-fi:before {
	content: '\e903';
}

.icon-print:before {
	content: '\e904';
}

.icon-medical:before {
	content: '\ea0a';
}

.icon-recreational:before {
	content: '\e912';
}

.icon-doctor:before {
	content: '\e977';
}

.icon-preorder:before {
	content: '\e93a';
}

.icon-delivery:before {
	content: '\e9b0';
}

.icon-textalert:before {
	content: '\e900';
}

[class^='icon-search']:before,
[class^='icon-search-']:before {
	content: '\e901';
}

.icon-arrow-down:before {
	content: '\e905';
}

.icon-arrow-up:before {
	content: '\e906';
}

.icon-chat:before {
	content: '\e907';
}

.icon-arrow-right:before {
	content: '\e913';
}

.icon-arrow-left:before {
	content: '\e914';
}

.icon-clock:before {
	content: '\e908';
}

.icon-phone:before {
	content: '\e909';
}

.icon-share:before {
	content: '\e90a';
}

.icon-arrow-righ-long:before {
	content: '\e915';
}

.icon-arrow-left-long:before {
	content: '\e916';
}

.icon-user:before {
	content: '\e917';
}

.icon-close:before {
	content: '\e90b';
}

.icon-star-empty:before {
	content: '\e9d7';
}

.icon-star-half:before {
	content: '\e9da';
}

.icon-star-full:before {
	content: '\e9d9';
}

.icon-facebook:before {
	content: '\ea91';
}

.icon-instagram:before {
	content: '\ea92';
}

.icon-twitter:before {
	content: '\ea96';
}

.icon-heart-full:before {
	content: '\e918';

	color: #992d47;
}

.icon-heart-empty:before {
	content: '\e919';

	color: #c4c4c4;
}

/* custom checkbox styles */

.jcf-checkbox {
	position: relative;

	display: inline-block;
	overflow: hidden;

	width: 16px;
	height: 16px;
	margin: 0 3px 0 0;

	cursor: default;
	vertical-align: middle;

	border: 1px solid #777;
	background: #fff;
}

.jcf-checkbox span {
	position: absolute;
	top: 50%;
	left: 50%;

	display: none;

	width: 8px;
	height: 4px;
	margin: -7px 0 0 -6px;

	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);

	border: 3px solid #777;
	border-width: 0 0 3px 3px;

	-ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod=\'auto expand\')';
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type='checkbox'] {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
	margin: 0;

	border: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	position: relative;

	display: inline-block;

	min-width: 180px;
	height: 26px;
	min-height: 40px;
	padding: 0 30px 0 0;

	cursor: pointer;
	-webkit-transition: opacity .3s ease-out;
			transition: opacity .3s ease-out;
	vertical-align: top;

	border: 1px solid #d9d9da;
	border-radius: 2px;
	background: #fff;
}

.jcf-select:hover {
	cursor: pointer;

	opacity: .8;
}

.jcf-select select {
	z-index: 1;
	top: 0;
	left: 0;

	cursor: pointer;
}

.jcf-select .jcf-select-text {
	font-size: 14px;
	font-weight: 600;
	line-height: 37px;

	display: block;
	overflow: hidden;

	margin: 0 0 0 10px;

	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;

	color: #183257;
}

.jcf-select-sort_by > .jcf-select-text::before {
	font-weight: 500;

	content: 'Sort by: ';
}

.jcf-select-filter_by > .jcf-select-text::before {
	font-weight: 500;

	content: 'Filter by: ';
}

.jcf-select .jcf-select-opener {
	font-family: 'icomoon' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1; /* Better Font Rendering =========== */

	position: absolute;
	top: 0; /* use !important to prevent issues with browser extensions that change fonts */
	right: 0;
	bottom: 0;
	width: 26px;
	font-size:20px;
	text-align: center;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jcf-select .jcf-select-opener::before {
	position: absolute;
	top: 50%;
	left: 50%;

	content: '\e905';
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);

	color: gray;
}

body > .jcf-select-drop {
	position: absolute;
	z-index: 9999;

	margin: -1px 0 0;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	z-index: 9999;
	top: 100%;
	right: -1px;
	left: -1px;

	margin-top: 0;
}

.jcf-select .jcf-drop-flipped {
	top: auto;
	bottom: 100%;
}

/* multiple select styles */

.jcf-list-box {
	display: inline-block;
	overflow: hidden;

	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	font-size: 12px;
	line-height: 14px;

	position: relative;

	display: inline-block;

	width: 100%;

	vertical-align: top;

	background: #fff;
}

.jcf-list .jcf-list-content {
	display: inline-block;
	overflow: auto;

	width: 100%;

	cursor: pointer;
	vertical-align: top;
}

.jcf-list ul {
	margin: 0;
	padding: 0;

	list-style: none;

	border: 1px solid #d9d9da;
	border-top: none;
}

.jcf-list ul li {
	display: block;
	overflow: hidden;

	padding: 5px 10px;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	font-family: 'Montserrat', sans-serif;

	display: block;
	overflow: hidden;

	height: 1%;
	padding: 5px 9px;
	padding: 5px 0;

	cursor: pointer;
	-webkit-transition: -webkit-transform .3s ease-out;
			transition: -webkit-transform .3s ease-out;
			transition:		 transform .3s ease-out;
			transition:		 transform .3s ease-out, -webkit-transform .3s ease-out;

	color: #656565;
}

.jcf-list .jcf-disabled {
	color: #aaa !important;
	background: #fff !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	-webkit-transform: translate(4px, 0);
		-ms-transform: translate(4px, 0);
			transform: translate(4px, 0);

	color: #000;
	background: white;
}

.jcf-list .jcf-optgroup-caption {
	font-weight: bold;

	display: block;

	padding: 5px 9px;

	cursor: default;
	white-space: nowrap;

	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom range input styles */

.jcf-range {
	display: inline-block;

	width: 130px;
	min-width: 90%;
	margin: 0 0;
}

.jcf-range .jcf-range-track {
	position: relative;

	display: block;

	margin: 0 10px 0 0;
}

.jcf-range .jcf-range-wrapper {
	display: block;

	height: 4px;
	margin: 0 0;

	border-radius: 5px;
	background: #b8c3c9;
}

.jcf-range.jcf-vertical {
	width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
	width: 10px;
	height: auto;
	margin: 0;
	padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
	width: 10px;
	height: 180px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	top: auto;
	left: -5px;
}

.jcf-range .jcf-range-handle {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;

	width: 14px;
	height: 14px;
	margin: -4px 0 0;

	border-radius: 19px;
	background-color: #a4cf00;
}

.jcf-range .jcf-range-display-wrapper {
	position: absolute;
	right: 35px;
	left: 10px;

	min-width: 10px;
	min-height: 10px;
}

.jcf-range .jcf-range-display {
	position: absolute;

	width: 10px;
	height: 4px;

	border-radius: 4px;
	background: #a4cf00;
}

.jcf-range .jcf-range-mark {
	position: absolute;
	top: -7px;

	overflow: hidden;

	width: 1px;
	height: 3px;
	margin: 0 0 0 9px;

	background: #000;
}

.jcf-range.jcf-vertical .jcf-range-mark {
	top: auto;
	left: 14px;

	width: 3px;
	height: 1px;
	margin: 0 0 9px;
}

.jcf-range.jcf-focus .jcf-range-handle {
	margin: -5px 0 0 -1px;
}

.jcf-range.jcf-disabled {
	opacity: .3;
	background: none !important;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/* Slick slider styles */

.testimonials-slider {
	position: relative;

	display: block;

	box-sizing: border-box;

	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;

	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

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

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

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

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

	display: block;
}

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

	content: '';
}

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

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

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}

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

.slick-slide img {
	display: block;
}

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

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

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

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

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

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

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	position: absolute !important;
	top: -9999px;
	left: -9999px;

	visibility: hidden;

	margin: 0;
}

.fancybox-container {
	position: fixed;
	z-index: 99992;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	-webkit-transform: translateZ(0);
			transform: translateZ(0);

	outline: none;

	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
		touch-action: manipulation;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;

	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
			transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	-webkit-transition-duration: inherit;
			transition-duration: inherit;
	-webkit-transition-property: opacity;
			transition-property: opacity;

	opacity: 0;
	background-color: #aaa;
}

.fancybox-is-open .fancybox-bg {
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
			transition-timing-function: cubic-bezier(.22, .61, .36, 1);

	opacity: .75;
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	position: absolute;
	z-index: 99997;

	visibility: hidden;

	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
			transition: opacity .25s ease, visibility 0s ease .25s;

	opacity: 0;

	direction: ltr;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	visibility: visible;

	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
			transition: opacity .25s ease 0s, visibility 0s ease 0s;

	opacity: 1;
}

.fancybox-infobar {
	font-size: 13px;
	line-height: 44px;

	top: 0;
	left: 0;

	min-width: 44px;
	height: 44px;
	padding: 0 10px;

	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	pointer-events: none;

	color: #ccc;

	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: difference;
	-webkit-touch-callout: none;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
}

.fancybox-stage {
	z-index: 99994;

	overflow: visible;

	-webkit-transform: translateZ(0);
			transform: translateZ(0);

	direction: ltr;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	position: absolute;
	z-index: 99994;
	top: 0;
	left: 0;

	display: none;
	overflow: auto;

	width: 100%;
	height: 100%;
	padding: 44px;

	-webkit-transition-property: opacity, -webkit-transform;
			transition-property: opacity, -webkit-transform;
			transition-property: transform, opacity;
			transition-property: transform, opacity, -webkit-transform;
	text-align: center;
	white-space: normal;

	outline: none;

	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}

.fancybox-slide:before {
	font-size: 0;

	display: inline-block;

	width: 0;
	height: 100%;

	content: '';
	vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;

	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	position: absolute;
//	top: 14%;
//	left: 50%;
	display: inline-block;
	overflow: auto;
	max-width: 100%;
	border:solid #333 1px;
	margin: 0;
	padding: 0;
	-webkit-transform: translate(-50%, 33%);
	-ms-transform: translate(-50%, 33%);
	transform: translate(-50%, 33%);
	text-align: left;
	vertical-align: middle;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 2px 4px 0 rgba(51, 51, 51, .5);
}

.fancybox-slide--image .fancybox-content {
	position: absolute;
	z-index: 99995;
	top: 0;
	left: 0;

	overflow: visible;

	max-width: none;
	padding: 0;

	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-transition-property: opacity, -webkit-transform;
			transition-property: opacity, -webkit-transform;
			transition-property: transform, opacity;
			transition-property: transform, opacity, -webkit-transform;
	-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
			transform-origin: top left;
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
			animation-timing-function: cubic-bezier(.5, 0, .14, 1);

	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;

	-webkit-backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
	margin: 0;
	padding: 0;

	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;

	border: 0;
	background: transparent;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	overflow: visible;

	width: 100%;
	height: 100%;
	padding: 0;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe,
.fancybox-video {
	display: block;
	overflow: hidden;

	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

	border: 0;
	background: transparent;
}

.fancybox-iframe {
	position: absolute;
	top: 0;
	left: 0;
}

.fancybox-error {
	width: 100%;
	max-width: 400px;
	padding: 40px;

	cursor: default;

	background: #fff;
}

.fancybox-error p {
	font-size: 16px;
	line-height: 20px;

	margin: 0;
	padding: 0;

	color: #444;
}

.fancybox-button {
	position: relative;

	display: inline-block;
	visibility: inherit;

	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;

	cursor: pointer;
	-webkit-transition: color .2s;
			transition: color .2s;
	vertical-align: top;

	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	box-shadow: none;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	cursor: default;

	color: #888;
	outline: none;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	position: relative;

	display: block;
	overflow: visible;

	width: 100%;
	height: 100%;

	color: white;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-progress {
	position: absolute;
	z-index: 99998;
	top: 0;
	right: 0;
	left: 0;

	height: 2px;

	-webkit-transition-timing-function: linear;
			transition-timing-function: linear;
	-webkit-transition-property: -webkit-transform;
			transition-property: -webkit-transform;
			transition-property:		 transform;
			transition-property:		 transform, -webkit-transform;
	-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
			transform: scaleX(0);
	-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
			transform-origin: 0;

	background: #ff5268;
}

.fancybox-close-small {
	position: absolute;
	z-index: 401;
	top: -44px;
	right: -12px;

	padding: 0;

	cursor: pointer;

	opacity: .8;
	color: #ccc;
	border: 0;
	border: 2px solid white;
	border-radius: 0;
	border-radius: 50%;
	background: transparent;
}

.fancybox-close-small:hover {
	opacity: 1;
	color: #fff;
}

.fancybox-slide--html .fancybox-close-small {
	top: 19px;
	right: 19px;

	padding: 0;

	color: currentColor;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-navigation .fancybox-button {
	position: absolute;
	top: calc(50% - 50px);

	width: 70px;
	height: 100px;

	opacity: 0;
	background-clip: content-box;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;

	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;

	padding: 31px 6px 31px 26px;
}

.fancybox-caption {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;

	z-index: 99996;
	right: 0;
	bottom: 0;
	left: 0;

	padding: 25px 44px;

	text-align: center;

	color: #eee;
}

.fancybox-caption:before {
	position: absolute;
	z-index: -1;
	top: -44px;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;

	content: '';
	pointer-events: none;

	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
	background-repeat: repeat-x;
	background-size: contain;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	text-decoration: none;

	color: #ccc;
}

.fancybox-caption a:hover {
	text-decoration: underline;

	color: #fff;
}

.fancybox-loading {
	position: absolute;
	z-index: 99999;
	top: 50%;
	left: 50%;

	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	padding: 0;

	-webkit-animation: a 1s linear infinite;
			animation: a 1s linear infinite;

	opacity: .7;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	background: transparent;
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
			transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);

	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);

	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
			transform: translateZ(0);

	opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
			transition-timing-function: cubic-bezier(.19, 1, .22, 1);

	opacity: 0;
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
			transform: scale3d(1.5, 1.5, 1.5);

	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
			transform: scale3d(.5, .5, .5);

	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
			transform: scaleX(1);

	opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
		-ms-transform: rotate(-1turn);
			transform: rotate(-1turn);

	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
		-ms-transform: rotate(1turn);
			transform: rotate(1turn);

	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
			transform: rotate(0deg);

	opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
			transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);

	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
			transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);

	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
			transform: scaleX(1) translateZ(0);

	opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
			transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
			transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
			transform: translateZ(0) scale(1);
}

.fancybox-share {
	max-width: 90%;
	padding: 30px;

	text-align: center;

	border-radius: 3px;
	background: #f4f4f4;
}

.fancybox-share h1 {
	font-size: 35px;
	font-weight: 700;

	margin: 0 0 20px;

	color: #222;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;

	display: inline-block;

	min-width: 130px;
	margin: 0 5px 10px;
	padding: 0 15px;

	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-transition: all .2s;
			transition: all .2s;
	white-space: nowrap;
	text-decoration: none;

	border: 0;
	border-radius: 3px;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;

	width: 25px;
	height: 25px;
	margin-right: 7px;

	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	font-size: 14px;

	width: 100%;
	margin: 10px 0 0;
	padding: 10px 15px;

	color: #5d5b5b;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	outline: none;
	background: transparent;
}

.fancybox-thumbs {
	position: absolute;
	z-index: 99995;
	top: 0;
	right: 0;
	bottom: 0;

	display: none;

	width: 212px;
	margin: 0;
	padding: 2px 2px 4px;

	background: #ddd;

	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;

	position: absolute;
	position: relative;

	overflow-x: hidden;
	overflow-y: auto;

	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

	list-style: none;

	white-space: nowrap;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #fff;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #2a2a2a;
}

.fancybox-thumbs__list a {
	position: relative;

	float: left;
	overflow: hidden;

	width: 100px;
	max-width: calc(50% - 4px);
	height: 75px;
	max-height: calc(100% - 8px);
	margin: 2px;
	padding: 0;

	cursor: pointer;

	outline: none;
	background-color: rgba(0, 0, 0, .1);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;

	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs__list a:before {
	position: absolute;
	z-index: 99991;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	content: '';
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
			transition: all .2s cubic-bezier(.25, .46, .45, .94);

	opacity: 0;
	border: 6px solid #ff5268;
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}

.nav-drop ul,
.nav-drop .main-nav-1 .drop-down-menu,
.nav-drop .main-nav-2 .drop-down-menu,
.cards-holder,
.medical-list,
.social-list,
.tabs-list,
.sorting-block,
.range-val,
.testimonials-slider .slick-dots,
.description-list,
.accordion,
.faq-list ul,
.profile-header .profile-info,
.profile-info .slide .week-list,
.open-hours-holder .slide .week-list,
.profile-footer,
.menu-list
.abilities-list,
.popup-header .popup-btns,
.main-offer-list .medical-list,
.favorites-holder .favorite-list,
.percent-list,
.terpinene-list,
#footer .footer-list,
#footer .footer-list ul {
	margin: 0;
	padding: 0;

	list-style: none;
}

.clearfix:after {
	display: block;
	clear: both;

	content: '';
}

.ellipsis {
	overflow: hidden;

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	font: 16px/1.2 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

	min-width: 320px;

	color: #333;
	background: #fff;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;

	vertical-align: top;
}

.gm-style img {
	max-width: none;
}
.gm-ui-hover-effect {
	top: 0 !important;
	right:0 !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;

	margin: 0 0 .5em;

	color: inherit;
}

h1,
.h1 {
	font-size: 45px;
	font-weight: 300;

	color: #0063a7;
}

h2,
.h2 {
	font-size: 34px;
	font-weight: 300;

	color: #0063a7;
}

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

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

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 16px;

	color: #183257;
}

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: color .3s ease-out, opacity .3s ease-out;
			transition: color .3s ease-out, opacity .3s ease-out;
	text-decoration: none;

	color: #0063a7;
}

a:hover,
a:focus {
	opacity: .8;
}

form,
fieldset {
	min-width: 325px;
	margin: 0;
	padding: 0;

	border-style: none;
}

form .btn-white,
fieldset .btn-white {
	width: 100%;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
	font-size: 14px;
	font-weight: 300;

	box-sizing: border-box;
	width: 100%;
	min-height: 40px;
	padding: 5px 17px;

	letter-spacing: -.07px;

	color: #183257;
	border: 0;
	-webkit-border-radius: 0;
			border-radius: 2px;
	outline: none;
	background-color: white;

	-webkit-appearance: none;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 400;

	color: #183257;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 14px;
	font-weight: 400;

	opacity: 1;
	color: #183257;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
	font-size: 14px;
	font-weight: 400;

	color: #183257;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 400;

	color: #183257;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
	font-size: 14px;
	font-weight: 400;

	color: #183257;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
	font-size: 18px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	cursor: pointer;
	-webkit-transition: opacity .3s ease-out;
			transition: opacity .3s ease-out;

	color: #fff;
	border: 0;
	-webkit-border-radius: 0;
	background: #3078d9;
	box-shadow: 1px 2px 4px 0 rgba(51, 51, 51, .5);

	-webkit-appearance: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='file']:hover,
input[type='submit']:hover {
	opacity: .9;
}

.checkers {
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: block;
	margin: 0 0 20px;
	padding: 0 5px 0 20px;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.checkers:hover input ~ .checkmark,
.checkers:hover input ~ .radiobtn {
	background-color: rgba(255, 255, 255, .8);
}

.checkers input {
	position: absolute;

	width: 0;
	height: 0;

	cursor: pointer;

	opacity: 0;
}

.checkers input:checked ~ .checkmark {
	background-color: #a4cf00;
}

.checkmark:after {
	position: absolute;

	display: none;

	content: '';
}

.checkers input:checked ~ .checkmark:after {
	display: block;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 15px;
	height: 15px;

	-webkit-transition: background .3s ease-out;
			transition: background .3s ease-out;

	border-radius: 3px;
	background-color: rgba(255, 255, 255, .5);
}

.checkers .checkmark:after {
	top: 2px;
	left: 5px;

	width: 5px;
	height: 10px;

	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);

	border: solid white;
	border-width: 0 3px 3px 0;
}

.radio
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    -webkit-transition: background .3s ease-out;
            transition: background .3s ease-out;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
}

.radio::after
{
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #a4cf00;
    background: #fff;
}

.radio:after
{
    position: absolute;
    display: none;
    content: '';
}

.checkers input:checked ~ .radio:after
{
    display: block;
}

.checkers-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.checkers-block .checkers {
	width: 33%;
//	word-wrap: break-word;
}

.checkers-block .checkers:nth-child(3n+2) {
	width: 33%;

	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

.field {
	margin: 0 0 20px;
}

.field:last-of-type {
	margin: 0 0 11px;
}

#header {
	box-shadow: 0 2px 4px 0 rgba(51, 51, 51, .5);
	background: #005793;
	padding: 5px 0;
	position: fixed;
	z-index: 10;
	width:100%;
	min-height: 51px;
}

#header .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	max-width: 1190px;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .logo {
	width: 176px;
}

#header .logo-blue {
	display: none;

	margin: 0 0 0 25px;
}

[class^='icon-search-'] {
	z-index: 9999;
	color:#fff !important;
	font-size:30px;
	font-weight:700;
	overflow: hidden;
	width: 25px;
	height: 25px;
}
.icon-search-mobile {
	position: absolute;
	top: 10px;
	right: 15px;
	opacity:1 !important;
}

.nav-opener {
	position: absolute;
	z-index: 9999;
	top: 50%;
	right: 50px;
	display: none;
	overflow: hidden;
	width: 26px;
	height: 26px;
	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);
	outline: none;
	background: transparent;
	opacity:1 !important;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	position: absolute;
	top: 16px;
	right: 15%;
	left: 15%;

	height: 3px;
	margin-top: -3px;

	-webkit-transition: all .3s linear;
			transition: all .3s linear;

	background: #fff;
}

.nav-opener:before,
.nav-opener:after {
	top: 9px;

	content: '';
}

.nav-opener:after {
	top: 23px;
}

.nav-opener:hover:before,
.nav-opener:hover:after {
	opacity: 1;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	top: 15px;
	right: 15%;
	left: 15%;

	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);

	border-radius: 2px;
//	background: #0063a7;
	background: #fff;
}

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

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

.nav-active .nav-drop .main-nav-1,
.nav-active .nav-drop .main-nav-2 {
	-webkit-transform: rotate(0) translateX(0) scale(1) skew(0);
		-ms-transform: rotate(0) translateX(0) scale(1) skew(0);
			transform: rotate(0) translateX(0) scale(1) skew(0);

	opacity: 1;
}

.account {
	display: none;
}

.nav-drop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	width: 85%;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.nav-drop ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.nav-drop ul a {
	font-size: 14px;

	display: block;

	-webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
			transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
			transition: transform .3s ease-out, opacity .3s ease-out;
			transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
}

.nav-drop ul li.log_in a,
.nav-drop ul li.active a {
	color: #a4cf00;
}

.nav-drop ul li.log_in .icon-user,
.nav-drop ul li.active .icon-user {
	color: #a4cf00;
}

.nav-drop .main-nav-2 {
	margin-right:30px;
}

.nav-drop .main-nav-1 a,
.nav-drop .main-nav-2 a {
	font-weight: 700;
	color: #fff;
}

.nav-drop .main-nav-1 li,
.nav-drop .main-nav-2 li {
	padding: 10px 0 10px 30px;
	margin-left:0px;
}

.nav-drop .main-nav-1 [class*='icon'],
.nav-drop .main-nav-2 [class*='icon'] {
	font-size: 24px;
}

.nav-drop .main-nav-1 .drop-down,
.nav-drop .main-nav-2 .drop-down {
	position: relative;

	padding: 10px 25px 10px 30px;
}

.nav-drop .main-nav-1 .drop-down:after,
.nav-drop .main-nav-2 .drop-down:after {
	position: absolute;
	top: 16px;
	right: 0;
	content: '';
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition:		 transform .3s ease-out;
	transition:		 transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform-origin: 50% 25%;
	-ms-transform-origin: 50% 25%;
	transform-origin: 50% 25%;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
}

.nav-drop .main-nav-1 .drop-down:hover .drop-down-menu,
.nav-drop .main-nav-2 .drop-down:hover .drop-down-menu {
	display: block;
}

.nav-drop .main-nav-1 .drop-down:hover::after,
.nav-drop .main-nav-2 .drop-down:hover::after {
	-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
			transform: rotate(-180deg);
}

.nav-drop .main-nav-1 .drop-down-menu,
.nav-drop .main-nav-2 .drop-down-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 150%;
	min-width:200px;
/*	padding: 25px 25px 10px 30px;	*/
	padding:0 15px 20px;
/*	text-align: center;	*/
	background: #005793;
}

.nav-drop .main-nav-1 .drop-down-menu li,
.nav-drop .main-nav-2 .drop-down-menu li {
	margin: 20px 15px 0;
	padding: 0;
	width: 100%;
}
/*
.nav-drop .main-nav-2 .drop-down-menu li:last-child {
	margin: 0;
}
*/
.header-search {
//	position: relative;
//	position: absolute;
//	top:33%;
//	right:20px;
	-webkit-perspective: 2000px;
			perspective: 2000px;
}
/*
.header-search form {
	position: absolute;
	top: 125%;
	right: 0;

	overflow: visible;

	min-width: 351px;

	-webkit-transition: opacity .3s ease-out, -webkit-transform .5s ease-out;
			transition: opacity .3s ease-out, -webkit-transform .5s ease-out;
			transition: transform .5s ease-out, opacity .3s ease-out;
			transition: transform .5s ease-out, opacity .3s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform: rotateX(-90deg);
			transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
			transform-origin: 0 0;

	opacity: 0;
}

.header-search .active-search ~ form {
	-webkit-transform: rotateX(0);
			transform: rotateX(0);

	opacity: 1;
}

.header-search input {
	border: 1px solid #d9d9da;
	background-color: rgba(255, 255, 255, .9);
	box-shadow: 1px 2px 4px 0 rgba(51, 51, 51, .5);
}
*/
.btn {
	font-size: 13px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	min-height: 40px;
	padding: 12px 10px;

	color: #183257;
	border: 1px solid #d9d9da;
	box-shadow: 0 2px 4px 0 rgba(51, 51, 51, .5);

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn .icon-arrow-righ-long {
	font-size: 24px;

	-webkit-transition: -webkit-transform .3s ease-out;
			transition: -webkit-transform .3s ease-out;
			transition:		 transform .3s ease-out;
			transition:		 transform .3s ease-out, -webkit-transform .3s ease-out;

	color: #a4cf00;
}

.btn-map {
	font-weight: 700;

	min-width: 105px;

	border: none;
	border-radius: 30px;
	background: #ededed;
	box-shadow: none;
}

.btn-map .show-map-text {
	display: inline;
}

.btn-map .show-grid-text {
	display: none;
}

.colorado-bg {
	background-position: 50% 20%;
}

.bg-section {
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-transperent {
	font-size: 14px;
	font-weight: 700;

	min-width: 236px;
	padding: 10px 10px;

	-webkit-transition: background .3s ease-out;
			transition: background .3s ease-out;

	color: #fff;
	border: 2px solid #fff;
	border-radius: 2px;
	background: transparent;
}

.btn-transperent:hover {
	background: rgba(255, 255, 255, .3);
}

.btn-white {
	font-size: 17px;
	font-weight: 700;

	max-width: 325px;

	-webkit-transition: background .3s ease-out;
			transition: background .3s ease-out;

	color: rgba(0, 99, 167, .87);
	border: 0;
	background: #fff;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btn-white:hover {
	background: rgba(255, 255, 255, .9);
}

.btn-white:hover .icon-arrow-righ-long {
	-webkit-transform: translateX(4px);
		-ms-transform: translateX(4px);
			transform: translateX(4px);
}

.btn-blue {
	font-size: 16px;
	font-weight: 700;

	max-width: 328px;
	padding: 10px 15px;

	-webkit-transition: background .3s ease-out, opacity .3s ease-out;
			transition: background .3s ease-out, opacity .3s ease-out;

	color: rgba(255, 255, 255, .87);
	border: 0;
	background: #0063a7;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btn-blue:hover {
	background: rgba(0, 99, 167, .9);
}

.btn-blue:hover .icon-arrow-righ-long {
	-webkit-transform: translateX(4px);
		-ms-transform: translateX(4px);
			transform: translateX(4px);
}

.btn-gallery,
.btn-ellipse {
	font-family: 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 13px;
	font-weight: 600;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-gallery {
	max-width: 120px;
	margin: 0 0 17px;
	padding: 0 0 0 3px;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btn-gallery img {
	margin: 0 3px 0 0;
}

.btn-ellipse {
	max-width: 144px;
	min-height: 35px;
	padding: 9px 20px;

	border: 1px solid #0063a7;
	border-radius: 21px;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.title-heading {
	position: relative;
	margin: 0 0 20px;
	padding: 30px 0 0 0;
}

.title-heading::before {
	position: absolute;
	top: 0;
	left: 0;

	width: 56px;
	height: 6px;

	content: '';

	background: #a4cf00;
}
.title-heading.no-bar::before {
	display:none;
}

.title-heading h2 {
	font-weight: 300;

	margin: 0 0 2px;

	letter-spacing: .1px;

	color: #0063a7;
}

.title-heading .subtitle {
	font-size: 18px;
	font-weight: 300;

	display: inline-block;

	color: #183257;
}

.view-d {
	position: relative;

	padding: 0 0 48px;
}

.view-d .browse_btn {
	position: absolute;
	bottom: 40px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 40px;
	padding: 10px 0;
	-webkit-transition: background .3s ease-out;
			transition: background .3s ease-out;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #a4cf00;
	background: #6ab2e2;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.view-d .view_btn {
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 40px;
	padding: 10px 0;
	-webkit-transition: background .3s ease-out;
			transition: background .3s ease-out;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #0063a7;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.view-d .view_btn:hover {
	background: rgba(0, 99, 167, .8);
}

.resultsmsg {
	margin:0 0 10px 0;
}

.deal-card,
.livedeal-card {
	overflow: hidden;
	height: 100%;
	padding: 10px 20px 55px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(51, 51, 51, .5);
}

.deal-card .img-holder,
.livedeal-card .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-bottom: 1px solid #d9d9da;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin:10px 0;
	padding-bottom:10px;
	height:250px;
}
.profile-tabs .livedeal-card .img-holder {
}
.search-tabs .livedeal-card .img-holder {
}
.livedeal-card .livedeal-bubble {
	display:inline-block;
	width:calc(100% - 20px);
//	max-height:200px;
}
.profile-tabs .livedeal-card .livedeal-bubble {
}
.search-tabs .livedeal-card .livedeal-bubble {
}
.livedeal-card .livedeal-bubble-border,
.livedeal-card .livedeal-bubble-border.middle {
	display:table-cell;
	background-color:#3078d9; 
}
.livedeal-card .livedeal-bubble-border {
	width:15px;
	height:15px;
}
.livedeal-card .livedeal-bubble-border.middle {
	width:initial;
}
/*
.search-tabs .livedeal-card .livedeal-bubble-border {
	width:25px;
	height:25px;
}
*/
.livedeal-card .livedeal-text-stem {
	display:inline-block;
	margin-left:-14px;
	vertical-align:text-bottom;
}
.livedeal-card .livedeal-text {
	max-height:200px;
	overflow:auto;
	font-size:16px;
	color:#fff;
	background-color:#3078d9;
}
.profile-tabs .livedeal-card .livedeal-text {
}
.search-tabs .livedeal-card .livedeal-text {
	max-width:175px;
}

.deal-card .img-holder.square-img img,
.livedeal-card .img-holder.square-img img {
	width: auto;
	max-width:100%;
	max-height:100%;
}
.livedeal-card .img-holder.square-img img {
//	margin-bottom:20px;
	border:solid #aaa 1px;
 }
.deal-card .img-holder img,
.livedeal-card .img-holder img {
	width: 100%;
}

.deal-card .deal-card-description,
.livedeal-card .deal-card-description {
	padding: 0 11px 0 15px;
}

.deal-card .deal-card-description h3,
.livedeal-card .deal-card-description h3 {
	font-size: 16px;
	font-weight: 700;

	margin: 0 0 8px;
}

.deal-card .deal-card-description .full-name-holder,
.livedeal-card .deal-card-description .full-name-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	width: 100%;
	margin: 0 0 6px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.deal-card .deal-card-description .full-name,
.livedeal-card .deal-card-description .full-name {
	font-size: 12px;
	font-weight: 700;

	color: #183257;
}

.deal-card .deal-card-description .distance,
.livedeal-card .deal-card-description .distance {
	font-size: 13px;
	font-weight: 300;
}

.deal-card .deal-card-description .text-alerts,
.livedeal-card .deal-card-description .text-alerts {
	font-size: 10px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 -8px 0 0;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.deal-card .deal-card-description .text-alerts .icon-smartphone,
.livedeal-card .deal-card-description .text-alerts .icon-smartphone {
	font-size: 16px;

	color: #a4cf00;
}

.deal-card .deal-card-description .open-hours-holder,
.livedeal-card .deal-card-description .open-hours-holder {
	margin: 0 0 7px;
}

.deal-card .deal-card-description .price-holder {
	margin: 0 0 7px;
}

.deal-card h3 {
	font-size: 24px;
	font-weight: 700;

	margin: 0 0 11px;

	color: #183257;
}

.deal-card .price-holder {
	margin: 0 0 12px;
	padding: 0;
	height:20px;
}

.deal-card .price-holder::after {
	display: none;
}

.deal-card .price {
	font-size: 16px;
	font-weight: 700;
	color: #a4cf00;
}
.deal-card .original-price {
	font-size: 16px;
	font-weight: 700;
	color: #c33;
	text-decoration:line-through;
}

.deal-card .profile.favorite-icon {
	top: 0;
	right: 0;
}

.deal-card h6,
.livedeal-card h6 {
	min-height:35px;
}

.profile-tabs .deal-card h6 {
	max-width:90%;
}

.deal-card address,
.livedeal-card address {
	font-size: 13px;
	font-weight: 700;
	font-style: normal;

	margin: 0 0 13px;

	letter-spacing: -.4px;

	color: #183257;
}

.deal-card .open-hours-holder,
.livedeal-card .open-hours-holder {
	font-size: 13px;
	font-weight: 400;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 0 11px;
	padding: 0 6px 0 0;

	color: #183257;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.deal-card .card-tel,
.livedeal-card .card-tel {
	position: relative;
	color: #183257;
}
/*
.deal-card .card-tel::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #d9d9da;
}
*/
.deal-card .contact-card-row,
.livedeal-card .contact-card-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.location-card {
	position: relative;
	overflow: hidden;
	height: 100%;
	color: #183257;
	padding: 15px 15px 50px 15px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(51, 51, 51, .5);
}

.location-card .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;

	width: 100%;
	height: 133px;

	border-bottom: 1px solid #d9d9da;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.location-card .img-holder.square-img img {
	width: auto;
}

.location-card .img-holder img {
	width: 100%;
}
/*
.location-card .description-holder {
	padding: 12px 10px 8px 16px;
}
*/
.location-card .card-tel {
	position: relative;
}
/*
.location-card .card-tel::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #d9d9da;
}
*/
.brand-card ,
.menu-card,
.product-card,
.strain-card {
	position: relative;
	overflow: hidden;
	height: 100%;
	color: #183257;
	padding: 15px 15px 50px 15px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(51, 51, 51, .5);
}
.brand-card {
	padding: 15px 15px 80px 15px;
}

.brand-card .img-holder,
.product-card .img-holder,
.strain-card .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 133px;
	border-bottom: 1px solid #d9d9da;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.brand-card .img-holder.square-img img,
.product-card .img-holder.square-img img,
.strain-card .img-holder.square-img img {
	width: auto;
}

.brand-card .img-holder img,
.product-card .img-holder img,
.strain-card .img-holder img {
	width: 100%;
}

.brand-card .card-tel,
.product-card .card-tel {
	position: relative;
}

.brand-card .product-name,
.product-card .product-name {
	height:36px;
	overflow:hidden;
	text-align:center;
}

.brand-card .product-type,
.product-card .product-type {
	font-size:12px;
	height:20px;
}

.brand-card .company-name,
.product-card .company-name {
	height:36px;
	overflow:hidden;
	text-align:center;
}

.brand-card .browse-products,
.product-card .browse-products {
	text-align:center;
}

.menu-card {
	display:none;
	float:left;
	width:74%;
	min-height:342px;
	height:100%;
	margin:0 0 0 10px;
	padding:10px;
	background:#fff;
	border-radius:5px;
	box-shadow: 0 2px 4px 0 rgba(51, 51, 51, .5);
}
@media (max-width:480px) {
	.menu-card {
		overflow-x:auto;
		width:100%;
		min-height:0;
		margin:10px 0 0 0;
	}
}

.strain-card .thc-cbd {
	font-size: 12px;
    text-align: center;
    border: solid #888 1px;
    border-radius: 15px;
    margin: 0 5px;
}

.cards-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
/*	margin: 0 -15px;	*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cards-holder .card {
	width: 25%;
	margin: 0 0 15px;
	padding: 0 10px;
}

.cards-holder .location.card {
	width: 24.75%;
}

.cards-holder .deal.card {
	width: 33%;
//    margin: 0 0 27px;
}
@media (max-width:820px) {
	.cards-holder .deal.card {
		min-width:315px;
	}
}

.cards-holder .menu.card {
	width: 100%;
}

.cards-holder .menu.card .location-card {
	 float:left;
	 width:25%;
}
.cards-holder .product.card {
	width: 25%;
}

@media (max-width:480px) {
	.cards-holder .menu.card .location-card {
		min-width:100%;
	}
	.cards-holder .menu.card .menu-card ul {
		width:500px;
		padding:0 10px 0 0;
	}

}
@media (max-width:820px) {
	.cards-holder .deal.card,
	.cards-holder .product.card {
		min-width: 300px;
	}
}

.cards-holder .brand.card {
	width: 25%;
}

.cards-holder .strain.card {
	width: 20%;
}

.card .top-text-holder {
	display: block;
}

.card .deal-card .open-hours,
.card .livedeal-card .open-hours {
	margin: 0;
	float: right;
}

.card .favorite-icon {
	position: absolute;
}

.card .contact-card-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 10px;
	height:20px;
}

.card .card-address,
.card .open-hours,
.card .adit-tel,
.card .card-tel {
	font-size: 12px;
	font-style: normal;
	display: block;
	margin: 0 0 10px;
	letter-spacing: -.37px;
	color: inherit;
}

.card .card-address {
	height:28px;
}

.card .card-tel {
	margin: 0;
	font-weight: 700;
	text-decoration: underline;
}

.card .open-hours {
	margin: 0;
	color:#c33;
	float: right;
}

.card .img-holder.bg-gray {
	background-color: #ebecf0;
}

.strains-card,
.favorite-product-card {
	overflow: hidden;

	height: 100%;

	color: #183257;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.strains-card .description-holder,
.favorite-product-card .description-holder {
	padding: 11px 0 13px 12px;
}

.strains-card .img-holder,
.favorite-product-card .img-holder {
	position: relative;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;

	width: 100%;
	max-height: 140px;

	border-bottom: 1px solid #d9d9da;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.strains-card .img-holder.square-img img,
.favorite-product-card .img-holder.square-img img {
	width: auto;
}

.strains-card .img-holder img,
.favorite-product-card .img-holder img {
	width: 100%;
}

.strains-card .strain-subtitle,
.favorite-product-card .strain-subtitle {
	font-size: 13px;

	display: block;

	margin: 0 0 5px;
}

.strains-card .strain-discription,
.favorite-product-card .strain-discription {
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;

	display: block;

	margin: 0 0 8px;
}

.strains-card .abilities,
.favorite-product-card .abilities {
	font-size: 11px;

	white-space: nowrap;
}

.strains-card .medical-list,
.favorite-product-card .medical-list {
	font-weight: 500;
}

.medical-list {
	font-size: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: block;
	text-align:center;
	height:45px;
}
.medical-list.no-height {
	height:initial;
}

.medical-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding: 0 0 0 9px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.medical-list li:first-child {
	padding: 0;
}

.medical-list div {
/*
	float:left;
	text-align:center;
	margin:0 5px;
	display:block;
*/
	text-align:center;
	margin:0 8px;
	display:inline-block;
	vertical-align:top;
	width:40px;
	max-width:40px;
}

.medical-list [class*='icon'] {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -3px 0 0 0;
	color: #a4cf00;
	border: 1px solid #a4cf00;
	border-radius: 50%;
}

.medical-list [class*='icon']::before {
	position: absolute;
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.medical-list .icon-smartphone {
	font-size: 16px;

	border: none;
}

.medical-list .icon-years {
	font-size: 7px;
}

.top-text-holder {
	position: absolute;
	top: 0;
	left: 0;

	display: none;

	width: 75px;
	height: 75px;

	color: #fff;
	background: transparent;
}

.top-text-holder::after {
	position: absolute;
	z-index: 1;

	content: '';

	border: 40px solid transparent;
	border-top: 40px solid #a4cf00;
	border-left: 40px solid #a4cf00;
}

.top-text-holder .top-text {
	font-size: 12px;
	font-weight: 700;
	line-height: 13px;

	position: absolute;
	z-index: 2;
	top: 9px;
	left: 7px;

	text-align: center;
	letter-spacing: -.5px;
}

.favorite-icon {
	font-size: 23px;

	top: 10px;
	right: 13px;
}

.profile-tabs .favorite-icon {
	right:10px;
}

.favorite-icon [class*='icon-heart'] {
	-webkit-transition: opacity .3s ease-out;
			transition: opacity .3s ease-out;
}

.favorite-icon [class*='icon-heart']:hover {
	opacity: .8;
}

.favorite-icon.read-only {
	pointer-events: none;
}

.js-tab-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;

	display: block !important;

	width: 100%;
}

.star-lime {
	color: #a4cf00;
}

.star-gray {
	color: #d9d9da;
}

.star-rating {
	display: inline-block;
	margin: 0 0 7px;
}

.star-rating.read-only {
	pointer-events: none;
}

.star-rating a {
	font-size: 13px;
	display: inline-block;
	margin: 0 -2px 0 0;
	cursor: pointer;
	text-decoration: none;
}

.blog-h6 {
	font-family: 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	color: #183257;
}

.author {
	font-family: 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: 300;
}

.confidential-text {
	font-family: 'Lato', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 9px;

	display: inline-block;

	margin: 0 0 27px;

	color: rgba(255, 255, 255, .75);
}

time {
	font-size: 12px;

	color: #183257;
}

.blue-h3 {
	font-weight: 500;

	letter-spacing: -.7px;

	color: #0063a7;
}

.btn-learn-more {
	font-size: 13px;
	font-weight: 400;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	text-transform: capitalize;

	color: #0063a7;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-learn-more:hover .icon-arrow-righ-long {
	-webkit-transform: translate(4px, 0);
	-ms-transform: translate(4px, 0);
	transform: translate(4px, 0);
}

.btn-learn-more .icon-arrow-righ-long {
	font-size: 23px;
	display: block;
	margin: 0 0 0 5px;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition:	transform .3s ease-out;
	transition:	transform .3s ease-out, -webkit-transform .3s ease-out;
	color: #a4cf00;
}

.news-card {
	position: relative;
	max-width: 263px;
	height: 100%;
	padding: 27px 27px 49px 30px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .17);
}

.news-card .img-holder {
	max-height: 80px;
	margin: 0 0 17px;
}

.news-card h6 {
	font-weight: 500;
	line-height: 27px;

	margin: 0;

	letter-spacing: -.08px;
}

.news-card .btn-learn-more {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

.news-card-description {
	font-size: 14px;
	line-height: 22px;

	letter-spacing: -.08px;
}

.news-card-description a {
	display: block;

	color: #0063a7;
}

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

.social-list li {
	margin: 0 7px;
}

.social-list li a {
	font-size: 24px;

	color: #a4cf00;
}

.event-city {
	font-size: 13px;
	font-weight: 700;

	display: block;

	margin: 0;

	color: #536680;
}

.event-date {
	font-size: 14px;

	display: block;

	color: #536680;
}

.features-description {
	font-size: 14px;
	line-height: 24px;

	padding: 15px 15px 25px 17px;
}

.features-description p {
	margin: 0;
}

.proposition-holder {
	display: block;

	max-width: 728px;
	max-height: 90px;
	margin: 50px auto 0;

	cursor: pointer;
}

.bg-white {
	background: #fff;
}

.btn-back {
	font-family: 'Lato', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 14px;

	position: relative;
	z-index: 3;

	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;

	letter-spacing: .14px;

	color: #f9f9f9;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-back .icon-arrow-left-long {
	font-size: 17px;

	display: block;

	margin: 0 8px 0 0;
}

.back-link {
	font-family: 'Lato', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: 400;

	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;

	margin: 0 0 27px;

	letter-spacing: .14px;

	color: #0063a7;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.back-link i {
	font-size: 16px;
	font-weight: 700;

	padding: 0 8px 0 0;
}

#wrapper {
	position: relative;

	overflow: hidden;
}

.map-holder {
	width:100%;
}
.holder,
.list-holder {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
.holder ul {
	margin:0 0 0 20px;
}
/*	state home page bullets have no indent
@media (max-width:480px) {
	.holder ul {
		margin:0;
	}
}
*/
.search-block {
	 margin:0;
	 box-shadow:initial;
	 display:block;
	 width:400px;
}
@media (max-width:820px) {
	.search-block {
		width: 100vw;
	}
}

.search-form #search,
.search-form #location {
	height:55px;
	width:100%;
}

.search-form #search-btn {
	position:absolute;
	top:2px; right:1px;
	width:51px;
	height:51px;
	padding-left:13px;
	font-size:24px;
	color:#fff;
	min-width:initial;
	border-radius:0 4px 4px 0;
	justify-content:initial;
}
.search-form .search-types {
	float: right;
	padding: 0;
	margin-top: -35px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
.search-form .search-types span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding: 0 5px;
    margin: 0 5px;
}
.filter-holder .filter-btn {
	width:125px;
}
.filter-holder .sort-list {
	width:200px;
}
.filter-holder .map-btn {
	width:125px;
}
@media (max-width:820px) {
	.search-form #search,
	.search-form #location {
		height:40px;
		width:100%;
		padding-left:30px;
	}
	.search-form #search-input {
		float: left;
		width: calc(100vw - 0px);
		max-width: 100%;
		margin-left: 0;
		padding: 0 10px;
		text-align: center;
	}
	.search-form #search-btn {
		height: 36px;
		width: 36px;
		right: 1px;
		padding-left: 9px;
		font-size: 18px;
	}
	.search-form #search-types {
		margin:-29px 40px 0 0;
	}
	.filter-block {
		margin:0 -15px;
	}
	ul.filter-holder {
		margin:10px 10px 0;
	}

	.filter-holder .filter-btn {
		width:75px;
		display:inline-block;
	}
	.filter-holder .sort-list {
		width:150px;
		display:inline-block;
	}
	.filter-holder .map-btn {
		display:inline-block;
	}
}
/*
#main {
	margin-top:65px;
}
*/
.header-section {
	text-align:center;
	margin:10px 0;
}
@media (max-width:820px) {
	.header-section {
		margin:0;
	}
	.header-section .signup-button  {
		padding:10px 0;
		border-top:solid #ccc 1px;
		border-bottom:solid #ccc 1px;
	}
	.header-section .otc-button  {
		padding:10px 0;
		border-top:solid #ccc 1px;
		border-bottom:solid #ccc 1px;
	}
	.header-section .preorder-button  {
		padding:10px 0;
		border-bottom:solid #ccc 1px;
	}
}
.intro-section {
	padding:0;
	margin:0 0 10px 0;
/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	background-position: 50% 50%;
*/
	background-position: center!important;
//    background-repeat: no-repeat!important;
	background-size: cover;
}

.intro-section .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	width: 100%;
	max-width: 1190px;
	min-height: 430px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.intro-section .tile {
	width:100%;
}

.intro-section .search-block input {
	min-width: 584px;
	padding: 5px 20px;

	border: 0;
	border-radius: 0;
	background: #fff;
}

.intro-section .search-block input::-webkit-input-placeholder {
	opacity: .75;
	color: #183257;
}

.intro-section .search-block input::-moz-placeholder {
	opacity: 1;
	opacity: .75;
	color: #183257;
}

.intro-section .search-block input:-moz-placeholder {
	opacity: .75;
	color: #183257;
}

.intro-section .search-block input:-ms-input-placeholder {
	opacity: .75;
	color: #183257;
}

.intro-section .search-block input.placeholder {
	opacity: .75;
	color: #183257;
}

.intro-section .search-block button {
	font-size: 17px;
	font-weight: bold;

	min-width: 143px;
	padding: 5px 15px 5px 22px;
}

.advert-block {
	font-family: 'Roboto', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 14px;

	margin: -11px 0 0 0;
	padding: 0 56px 0 15px;

	color: rgba(255, 255, 255, .6);
}

.advert-block .advert {
	display: inline-block;

	margin: 0 0 5px;
}

.advert-block .advert-holder {
	overflow: hidden;
	width: 250px;
	max-width: 250px;
	height: 300px;
	max-height: 300px;
	border-radius: 4px;
}

.intro-checkers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 0 15px;
}

.intro-checkers .checkers {
	font-weight: 400;

	z-index: 1;

	display: inline-block;

	margin: 0;
	padding: 12px 23px;

	color: #fff;
}

.intro-checkers .checkers input:checked ~ .checkmark {
	background: #3078d9;
}

.intro-checkers .checkers input:checked ~ .checkmark::after {
	display: none;
}

.intro-checkers .checkmark {
	z-index: -1;

	width: 100%;
	height: 100%;

	border-radius: 0;
	background: rgba(255, 255, 255, .3);
}

.intro-heading {
	max-width: 400px;
//	border-top:solid #ccc 1px;
}

.intro-heading h1 {
	font-weight: 300;

	color: #fff;
}
@media (max-width:820px) {
	.intro-heading {
		padding: 20px;
	}
	.intro-heading h1 {
		color: initial;
	}
}

.intro-heading mark {
	position: relative;

	display: inline-block;

	color: #fff;
	background: none;
}
@media (max-width:820px) {
	.intro-heading mark {
		color: #0063a7;
	}
}
.intro-heading mark::after {
	position: absolute;
	bottom: -6px;
	left: 0;

	width: 100%;
	height: 6px;

	content: '';

	background: #a4cf00;
}

.section {
	overflow:hidden;
	padding:20px 0;
}
.section.nospace {
	padding:0;
}
/*
.standart-section {
	padding: 50px 0 12px 0;
}

.business-section {
	padding: 41px 0 27px;
}
*/
.business-section .holder {
	max-width: 1190px;
}

.one-shop-section {
	padding: 60px 0 65px;

	background: #f9f9f9;
}

.one-shop-section .title-heading {
	margin: 0 0 13px;
}

.one-shop-section .section-description {
	margin: 0 0 35px;
}

.one-shop-section .cards-holder {
	margin: 0;
}

.one-shop-section .card {
	padding: 0 15px 0 0;
}

.what-sets-section {
	padding: 88px 0 21px;
}

.what-sets-section .title-heading {
	margin: 0 0 9px;
}

.locations-tab.locations-tab-2 .cards-holder {
	margin: 0 -10px 25px;
}

.locations-tab .holder {
	max-width: 1190px;
}

.locations-tab .card {
	width: 23.6%;
	padding: 0 10px;
}

.locations-tab .cards-holder {
	margin: 0 -10px 44px;
}

.deals-tab .holder {
	max-width: 1190px;
}

.deals-tab .deals-card-holder {
	padding: 0 15px 0 0;
}

.deals-tab .cards-holder {
	margin: 0 0 25px;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width:480px) {
	.slick-slide .card {
		max-width:98% !important;
	}
}

.deals-tab .features-card {
	width: 33%;
	padding: 0;
}

.deals-card {
	max-width: 275px;
}

.deals-card .cost {
	font-size: 0;

	position: absolute;
}
/*
.products-tab {
	padding: 34px 0 12px;
}
*/
.products-tab .holder {
	max-width: 1190px;
}

.products-tab .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

//	max-width: 250px;
	height: 160px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.products-tab .img-holder img {
	max-height: 140px;
}
/*
.products-tab .cards-holder {
	margin: 0 -15px 58px;
}
*/
.products-tab .card {
	width: 22%;
}

.products-tab .title-heading {
	margin: 0 0 34px;
}
/*
.products-tab .product-card {
	padding: 0 6px;
}
*/
.products-tab .product-card h6 {
	margin: 0 0 3px;
}

.products-description {
	font-size: 13px;
	font-weight: 300px;

	color: #183257;
}
/*
.brands-tab {
	padding: 74px 0 76px;
}
*/
.brands-tab .holder {
	max-width: 1190px;
}

.brands-tab .title-heading {
	margin: 0 0 35px;
}

.brands-tab .card {
	width: 22%;
}
/*
.blogs-section {
	padding: 38px 0 42px 0;
}
*/
.blogs-section .holder {
	max-width: 1190px;
}

.blogs-section .title-heading {
	margin: 0 0 35px;
}

.blogs-section .cards-holder {
	margin: 0 -15px 23px;
}

.blogs-section .card {
	width: 33.3%;
}

.blogs-section .img-holder {
	margin: 0 0 13px;
}

.brands-card a,
.products-card a {
	-webkit-transition: opacity .3s ease-out;
			transition: opacity .3s ease-out;
}

.brands-card a:hover,
.products-card a:hover {
	opacity: .8;
}

.brands-card .img-holder,
.products-card .img-holder {
	height: 80px;
	margin: 0 0 22px;
}

.brands-card h6,
.products-card h6 {
	font-family: 'Lato', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 18px;
	font-weight: 700;

	margin: 0 0 12px;

	letter-spacing: -.07px;
}

.brands-description,
.products-description {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;

	max-width: 190px;

	letter-spacing: -.07px;

	color: #183257;
}

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

.description-card-blog {
	font-family: 'Lato', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	line-height: 1.5;

//	max-width: 265px;
}
/*
.section-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	background-position: 50% 50%;
}
*/
.section.banner {
	height:240px;
	padding:80px 0 0 50px;
	background-position: 50% 50%;
}
.section.banner h1 {
	text-shadow: 1px 1px 2px #333;
}
.section-banner.aboutpage-intro-section .holder {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-banner.learn-more-state {
	margin: 20px 0;
}
@media (max-width:480px) {
	.section-banner.learn-more-state,
	.section-banner.about-leafbuyer {
		height:200px;
	}
}

.section-banner .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	width: 100%;
	height: 340px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}
.section-banner .holder h2 {
	text-shadow: 1px 1px 2px #333;
}
/*
.tv-section {
	padding: 47px 0 69px 0;
}

.tv-section .title-heading {
	margin: 0 0 48px;
}
*/
.tv-section .holder {
	max-width: 1190px;
}

.tv-section .video-block {
	margin: 0 0 37px;
}

.about-leafbuyer .btn-transperent {
	min-width: 325px;
}

.banner-title {
	max-width: 955px;
	margin: 0 0 20px;

	text-align: center;
}

.banner-title h2 {
	font-weight: 300;

	margin: 0;

	color: #fff;
}

.video-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	max-width: 1090px;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.video-block .col-1 {
	width: 70%
}

.video-block .col-1 iframe {
	width: 100%;
	border: 0;
}

.video-block .col-2 {
	width: 28%;
}

.video-block .col-1 .tv-block {
	max-width: 730px;
}
.article-img-block,
.video-block .col-2 .tv-block {
	max-width: 315px;
	margin: 0 auto 10px;
}

.article-img-block:last-child,
.tv-block:last-child {
	margin: 0;
}

.tv-block h6 {
	margin: 0;
}

.video-block .col-1 .tv-img {
}
.video-block .col-2 .tv-img {
	display: block;
	overflow: hidden;

	max-height: 169px;
	margin: 0 0 7px;
}

.contact-section {
//	padding: 50px 0 70px;

	background: #0063a7;
}

.contact-section .btn-white {
	font-size: 14px;
	padding: 18px 5px;
	border-radius: 2px;
	width: 250px;
	justify-content: center;
	margin: 0 auto;
}

.contact-section .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		flex-direction: column;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}

.contact-section .title-heading {
	max-width: 645px;
//	margin: 0 0 33px;
	text-align: center;
}

.contact-section .title-heading::before {
	top: 0;
	left: 50%;

	-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
}

.contact-section .title-heading h2,
.contact-section .title-heading .subtitle {
	color: #fff;
}

.contact-section .title-heading .subtitle {
	font-size: 14px;
}

.contact-section label {
	font-size: 14px;
	font-weight: 700;

	display: block;

	margin: 0 0 8px;

	color: #fff;
}

.contact-section input {
	color: #fff;
	background: #3382b8;
}

.contact-section input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .75);
}

.contact-section input::-moz-placeholder {
	opacity: 1;
	color: rgba(255, 255, 255, .75);
}

.contact-section input:-moz-placeholder {
	color: rgba(255, 255, 255, .75);
}

.contact-section input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .75);
}

.contact-section input.placeholder {
	color: rgba(255, 255, 255, .75);
}

.about-section {
	padding: 50px 0 69px;
}

.about-section .title-heading {
	margin: 0 0 10px;
}

.subscribe-section {
	padding: 9px 0 11px;
}

.subscribe-section .subsribe-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	min-width: 425px;
	padding: 0 0 0 23px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.subscribe-section .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.subscribe-section h6 {
	font-weight: 400;

	margin: 0;
	padding: 0 30px 0 0;

	color: #183257;
}

.subscribe-section .btn-blue {
	font-size: 14px;

	min-width: 155px;
	padding: 12px 15px;

	text-transform: uppercase;

	border-radius: 2px;
	border-radius: 0;
	box-shadow: none;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tabs-list {
	visibility:hidden;
	font-size: 16px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
@media (max-width:480px) {
	display:inline-flex;
}

.tabs-list li {
	cursor:pointer;
	padding: 14px 30px 8px 0;
}
/*
.tabs-list li:last-child {
	padding: 14px 0 8px 0;
}
*/
.tabs-list a {
	position: relative;
	z-index: 1;

	overflow: hidden;

	padding: 0 0 8px 0;

	color: rgba(83, 102, 128, .66);
}

.tabs-list a::after {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;

	width: 0;
	height: 3px;

	content: '';
	-webkit-transition: width .3s ease-out;
			transition: width .3s ease-out;

	background: #a4cf00;
}

.tabs-list a.active {
	font-weight: bold;

	color: #183257;
}

.tabs-list a.active::after {
	width: 100%;
}

.tabs-list a:focus {
	opacity: 1;
}

.sorting-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;

//	display:grid;
//	grid-template-columns: 150px 200px 150px;

//	min-width: 403px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sorting-block.popup-active .popup-filter {
	-webkit-animation: anim-filter .7s ease-out forwards;
			animation: anim-filter .7s ease-out forwards;
}

.sorting-block .open-filter {
	width:100px;

	-webkit-transition: opacity .3s ease-out;
			transition: opacity .3s ease-out;

	border-radius: 2px;
	background: #3078d9;
	color:#fff;
	font-weight:700;
	box-shadow: none;
}
@media (max-width:480px) {
	.sorting-block .open-filter {
		width:65px;
	}
}

.sorting-block .open-filter:hover {
	opacity: .8;
}

.popup-filter {
	position: absolute;
	z-index: 9999;
	z-index: 10;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
	max-width: 100%;
	width: 400px;
	padding: 22px 22px 15px 24px;
	color: #fff;
	background: #2764a7;
	box-shadow: 0 2px 4px 0 rgba(51, 51, 51, .5);
}

.popup-filter h6 {
	color: #fff;
}

.popup-filter a {
	color: #fff;
}

.popup-filter .close-btn {
	font-size: 24px;
	position: absolute;
	top: -4px;
	right: 8px;
}

.popup-filter .delete-btn {
	font-size: 24px;
	position: absolute;
	top: 62px;
	left: 90%;
	color:#f00;
	display:none;
}

.popup-filter .filter-btn {
	font-size: 14px;
	font-weight: 700;

	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;

	padding: 15px 33px;

	color: #0063a7;
	background: #fff;
}

.popup-filter .popup-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding: 26px 0 0 0;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-heading {
	position: relative;

	padding: 0 0 9px;
}

.filter-heading::after {
	position: absolute;
	bottom: 0;
	left: -25px;

	width: 110%;
	height: 1px;

	content: '';

	background: rgba(255, 255, 255, .3);
}

.filter-heading h6 {
	font-size: 14px;
}

.filter-block {
	padding: 35px 0 14px;
	padding: 15px 0 10px;
}

.filter-block .field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

//	padding: 0 60px 0 0;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.checkbox-group,
.price-holder {
	position: relative;

	padding: 27px 0 8px;
}

.checkbox-group::after,
.price-holder::after {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 1px;

	content: '';

	background: rgba(255, 255, 255, .3);
}

.checkbox-group h6,
.price-holder h6 {
	margin: 0 0 10px;
}

.last-line::after {
	left: -50%;

	width: 200%;
}

.cancel-popup {
	font-size: 14px;
	font-weight: 700;

	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.range-val {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 7px 0 0 0;
	padding: 0 30px 0 0;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.range-val li {
	font-size: 14px;

	margin: 0;
}

.search-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	box-shadow: 1px 2px 4px 0 rgba(51, 51, 51, .5);
}

.search-block input {
/*	min-width: 404px;	*/
	min-height: 55px;
	padding:5px 8px;
	border: 1px solid #f3f3f3;
}

.search-block button {
	min-width: 125px;
	padding: 5px 11px;

	box-shadow: none;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.search-block button .icon-search {
	font-size: 25px;
}

.search-section .tab-content {
	min-height: 500px;
}

.search-section .tabs-list a {
	font-weight: 600;

	color: rgba(83, 102, 128, .69);
}

.search-section .tabs-list a.active {
	color: #183257;
}
/*
.search-section .search-block {
	margin: 0 15px 0 0;
}
*/
.search-section .search-block input::-webkit-input-placeholder {
	font-weight: 700;
}

.search-section .search-block input::-moz-placeholder {
	font-weight: 700;

	opacity: 1;
}

.search-section .search-block input:-moz-placeholder {
	font-weight: 700;
}

.search-section .search-block input:-ms-input-placeholder {
	font-weight: 700;
}

.search-section .search-block input.placeholder {
	font-weight: 700;
}

.tab-content .global-map {
	display: none;
}

.tab-content .global-search {
	display: block;
}

.show-map .search-section .global-map {
	display: block;
}

.show-map .search-section .global-search {
	display: none;
}

.btn-map {
	float:right;
	width:100px;
}

.show-map .btn-map .show-map-text {
	display: none;
}

.show-map .btn-map .show-grid-text {
	display: inline;
}

.tab-content {
	position: relative;
	padding: 20px 0;
/*	background: #f3f3f3;	*/
}

.tab-content::before,
.tab-content::after {
	position: absolute;
	top: 0;

	width: 100%;
	height: 100%;

	content: '';

/*	background: #f3f3f3;	*/
}

.tab-content::after {
	left: 100%;
}

.tab-content::before {
	right: 100%;
	left: auto;
}

.tab-content .heading {
	margin: 0 0 11px;
	padding: 0 8px;
	display:none;
}

.aboutpage-intro-section {
	position: relative;
}

.aboutpage-intro-section .holder {
	min-height: 365px;
}

.aboutpage-intro-section::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	content: '';

	background-color: rgba(0, 99, 167, .35);
}

.aboutpage-intro-section h2 {
	position: relative;

	text-align: left;
}

.section-description,
.text-content {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;

	max-width: 950px;
	margin: 0 0 50px;

	letter-spacing: -.08px;

	color: #183257;
}

.section-description p,
.text-content p {
	margin: 0 0 30px;
}

.section-description p:last-child,
.text-content p:last-child {
	margin: 0;
}

.text-content ul {
	margin:0 0 0 20px;
}

.testimonials-section {
	padding: 91px 0;

	background: #0063a7;
}

.testimonials-slider {
	position: relative;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.testimonials-slider .icon-quote {
	font-size: 40px;

	margin: 0 0 30px;

	opacity: .13;
	color: #fff;
}

.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
	font-size: 40px;

	position: absolute;
	z-index: 9999;
	top: 59%;

	cursor: pointer;
	-webkit-transition: opacity .3s ease-out;
			transition: opacity .3s ease-out;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);

	opacity: .5;
	color: #fff;
}

.testimonials-slider .slick-prev:hover,
.testimonials-slider .slick-next:hover {
	opacity: .7;
}

.testimonials-slider .slick-prev {
	left: 26px;
}

.testimonials-slider .slick-next {
	right: 30px;
}

.testimonials-slider .slick-dots {
	position: absolute;
	top: 124%;
	left: 50%;

	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;

	-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
}

.testimonials-slider .slick-dots button {
	font-size: 0;

	width: 12px;
	height: 12px;
	margin: 15px 7px;
	padding: 0;

	border-radius: 50%;
	background: rgba(255, 255, 255, .6);
	box-shadow: none;
}

.testimonials-slider .slick-dots .slick-active button {
	background: #fff;
}

.testimonials-slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
		flex-direction: column;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}

.testimonials-slider blockquote {
	font-size: 42px;
	font-weight: 300;
	font-style: italic;

	margin: 0 0 10px;

	text-align: center;

	color: #fff;
}

.qoute-author {
	font-size: 16px;
	font-weight: 500;

	color: #a4cf00;
}

.invest-section {
	position: relative;

	padding: 160px 0 135px;
}

.invest-section::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	content: '';

	background-color: rgba(0, 80, 134, .74);
}

.invest-section .holder {
	position: relative;
}

.invest-section .title-heading {
	margin: 0;
}

.invest-section .title-heading h2 {
	margin: 0 0 14px;

	color: #fff;
}

.invest-section .section-description {
	margin: 0 0 40px;

	color: #fff;
}

.invest-section .btn-white {
	padding: 13px 12px 13px 17px;
}

.contact-section-about {
	padding: 70px 0 130px;
}

.contact-section-about .subtitle {
	max-width: 488px;
}

.contact-section-about .title-heading,
.contact-section-about .social-list {
	margin: 0 0 30px;
}

.contact-section-about form {
	min-width: 355px;
	padding: 4px 0;
}

.contact-section-about .btn-white {
	font-size: 15px;

	max-width: none;
	padding: 16px 5px;
}

.map-section {
	position: relative;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.map-section .holder {
	position: relative;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	width: 100%;
	min-height: 439px;
}

.map-col {
	min-width: 737px;
}

.map-col img {
	width: 100%;
}

.find-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		flex-direction: column;

	width: 50%;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.find-col form {
	max-width: 382px;
}

.find-col form .field {
	position: relative;
}

.find-col form .field::before {
	font-size: 21px;

	position: absolute;
	top: 50%;
	right: 17px;

	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);

	color: #c4c4c4;
}

.find-col input {
	font-family: 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 500;

	padding: 20px 40px 15px 17px;

	border: 1px solid rgba(83, 102, 128, .08);
	border-radius: 2px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .13);
}

.find-col input::-webkit-input-placeholder {
	font-weight: 500;
}

.find-col input::-moz-placeholder {
	font-weight: 500;

	opacity: 1;
}

.find-col input:-moz-placeholder {
	font-weight: 500;
}

.find-col input:-ms-input-placeholder {
	font-weight: 500;
}

.find-col input.placeholder {
	font-weight: 500;
}

.found-products-tab {
	padding: 61px 0;

	background: #f3f3f3;
}

.found-products-tab .title-heading {
	margin: 0 0 21px;
}

.found-products-tab .text-content {
	line-height: 33px;

	max-width: 1000px;
	margin: 0 0 32px;
	padding: 50px 0;
}

.gray-line-tabs li {
	position: relative;
}

.gray-line-tabs li::after {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 3px;

	content: '';

	background-color: rgba(216, 216, 216, .62);
}

.text-content {
	padding: 50px 0;
}

.description-list {
	margin: 0 0 13px;
	padding: 11px 15px 11px 27px;
}

.description-list li {
	font-size: 14px;
	line-height: 26px;

	position: relative;

	margin: 0 0 26px;

	letter-spacing: -.07px;
}

.description-list li::before {
	position: absolute;
	top: 9px;
	left: -25px;

	width: 9px;
	height: 9px;

	content: '';

	border-radius: 50%;
	background: #a4cf00;
}

.welcome-text a {
	font-weight: bold;

	color: #a4cf00;
}

.features-card {
	width: 33.3%;
}

.features-card.active .show-more {
	-webkit-animation: scale-show-more .6s linear forwards;
			animation: scale-show-more .6s linear forwards;
}

.features-card.active .show-more .more-text {
	display: none;
}

.features-card.active .show-more .less-text {
	display: block;
}

.features-card.ec-no-image .features-card-holder {
	position: relative;
}

.features-card.ec-no-image .features-card-holder .features-description {
	padding: 24px 19px 35px;
}

.features-card.ec-no-image .features-card-holder .btn-learn-more {
	position: absolute;
	top: calc(100% - 35px);
}

.features-card .slide {
	display: block;
}

.features-card-holder {
	position: relative;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;

	height: 100%;

	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .17);

	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.features-card-holder.events-card h3 {
	line-height: 30px;

	width: 100%;
	margin: 0 0 15px;
}

.features-card-holder.events-card .btn-learn-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0;

	color: #0063a7;

	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.features-card-holder.events-card .features-description {
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;

	padding: 9px 23px 17px;

	letter-spacing: -.07px;

	color: #183257;
}

.features-card-holder.events-card .features-description h3 {
	font-size: 18px;
	line-height: 24px;

	margin: 0;
	margin: 0 0 5px;

	color: #183257;
}

.features-card-holder.events-card .features-description p {
	margin: 0;
}

.features-card-holder .img-holder {
	position: relative;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
		flex-direction: column;

	width: 100%;
	height: 165px;
	padding: 0 0 0 17px;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.features-card-holder .img-holder::after {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	content: '';

	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .68) 100%);
	background:		 linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .68) 100%);
}

.features-card-holder .img-holder img {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 100%;

	object-fit: cover;
}

.features-card-holder h3 {
	font-size: 22px;

	position: relative;
	z-index: 1;

	margin: 0;

	color: #fff;
}

.features-card-holder .btn-learn-more {
	z-index: 1;

	margin: 0 0 13px;

	color: #fff;
}

.features-card-holder .btn-learn-more .icon-arrow-righ-long {
	margin: 0 0 0 5px;
}

.show-more {
	font-size: 13px;
	font-weight: 500;

	position: absolute;
	right: 16px;
	bottom: 7px;

	display: inline-block;

	text-transform: capitalize;
}

.show-more .more-text {
	display: block;
}

.show-more .less-text {
	display: none;
}

.section-filter-events {
	padding: 51px 0 25px;
}

.section-filter-events h1 {
	margin: 0 0 4px;
}

.section-filter-events .jcf-select {
	min-width: 209px;
}

.section-filter-events .jcf-select-text {
	display: inline-block;

	margin: 0 0 0 9px;
}

.section-events {
	padding: 34px 0 65px;

	background: #f3f3f3;
}

.section-events.bg-white {
	background: #fff;
}

.section-events .title-heading {
	margin: 0;
}

.section-events .subtitle {
	margin: 0 0 30px;
}

.section-events .cards-holder {
	margin: 0 -10px 36px;
}

.section-events .card {
	width: 29.3%;
	padding: 7px 10px;
}

.state-intro-section {
	position: relative;

	padding: 93px 0 48px;

	background-position: 50% 50%;
}

.state-intro-section::after {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	content: '';

	background: rgba(0, 87, 147, .6);
}

.state-intro-section .holder {
	max-width: 1130px;
}

.state-intro-section h1 {
	position: relative;
	z-index: 1;

	color: #fff;
}

.faq-section .title-heading {
	margin: 0;
}

.faq-section .holder {
	max-width: 1190px;
}

.faq-section .section-description {
	max-width: 980px;
	margin: 0 0 32px;
}

.accordion li.active .icon-arrow-down {
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}

.accordion li.active li.active .icon-arrow-down {
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}

.accordion li.active li .icon-arrow-down {
	-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
			transform: rotate(0);
}

.accordion .text-content {
	max-width: 985px;
	margin: 0 0 37px;
	padding: 0;
}

.accordion .slide {
	padding: 9px 0;
}

.accordion .slide p {
	margin: 0;
}

.accordion .icon-arrow-down {
	font-size: 22px;

	display: inline-block;

	margin: 1px 0 0 22px;

	-webkit-transition: -webkit-transform .3s ease-out;
			transition: -webkit-transform .3s ease-out;
			transition:		 transform .3s ease-out;
			transition:		 transform .3s ease-out, -webkit-transform .3s ease-out;
}

.accordion-item {
	margin: 0 0 35px;
	padding: 0;
}

.accordion-item:before {
	display: none;
}

.accordion-item:after {
	display: none;
}

.accordion-item:last-child {
	margin: 0;
}

.accordion-item .h4 {
	font-size: 22px;
	font-weight: 600;

	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;

	margin: 0;

	letter-spacing: -.1px;

	color: #0063a7;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.faq-list ul {
	position: relative;

	width: 100%;
	padding: 0 0 0 27px;
}

.faq-list ul::before {
	position: absolute;
	top: 0;
	left: 0;

	width: 2px;
	height: 100%;

	content: '';

	background: #a4cf00;
}

.faq-list ul .icon-arrow-down {
	font-size: 20px;
}

.faq-list ul .accordion-item {
	padding: 0;
}

.faq-list li {
	position: relative;

	padding: 17px 0;
}

.faq-list li:before {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 1px;

	content: '';

	background: #d9d9da;
}

.faq-list li:after {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 1px;

	content: '';

	background: #d9d9da;
}

.faq-list li:nth-child(even)::before {
	display: none;
}

.faq-list .h3 {
	font-size: 28px;
	font-weight: 300;
	line-height: 34px;

	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;

	margin: 0;

	color: #0063a7;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-bg {
	position: relative;

	min-height: 214px;
	padding: 25px 0;

	background-position: 50% 50%;
}

.product-bg::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	content: '';

	background-color: rgba(0, 28, 65, .6);
}

.profile-tab-content .accordion-item .h4 {
	font-size: 20px;
	font-weight: 600;

	letter-spacing: -.09px;
	word-spacing: -2px;
}

.product-page {
	position: relative;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: -136px 0 0 0;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.product-aside {
	width: 20%;
	max-width: 220px;
}

.product-aside .product-logo {
	max-width: 205px;
	max-height: 205px;
	height:205px;
	margin: 0 0 20px;
}

.product-aside .product-name {
	font-size: 24px;
	font-weight: 700;

	margin: 0;
	margin: 0 0 7px;

	letter-spacing: -.16px;
}

.product-aside .product-info {
	padding: 0 9px;
}

.product-aside .star-rating {
	font-size: 14px;

	margin: 0 0 15px;
	padding: 0 3px;
}

.product-aside .star-rating a {
	margin: 0 6px 0 0;
}

.product-content {
	width: 77%;
//	min-height: 793px;
	margin: 74px 0 0 0;
	padding: 12px 25px;

	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
}

.product-content .gray-line-tabs {
	position: relative;
}

.product-content .gray-line-tabs::after {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 3px;

	content: '';

	opacity: .8;
	background-color: #d8d8d8;
}

.product-content .gray-line-tabs li {
	font-size: 18px;

	padding: 14px 65px 8px 0;
}

.product-content .gray-line-tabs li::after {
	display: none;
}

.product-content .gray-line-tabs li a {
	font-weight: 600;
}

.product-content .text-content {
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;

	margin: 0;
	padding: 19px 17px 12px 0;

	letter-spacing: -.07px;
}

.product-content .video-holder {
	max-width: 535px;
	margin: 0 0 35px;
}

.product-content .video-holder iframe {
	width: 100%;

	border: 0;
}

.product-content .slide .text-content {
	font-size: 17px;

	padding: 0;
}

.section-premium {
	padding: 0 0 65px;

	background: #f3f3f3;
}

.section-profile {
	padding: 24px 0 0;
}

.section-profile .btn-back {
	font-size: 14px;

	margin: 0 0 35px;

	color: #0063a7;
}

.section-profile .tabs-list {
	font-size: 14px;
	font-weight: 700;

	margin: -10px 0 0 0;
}

.section-profile .tabs-list li {
	padding: 14px 58px 8px 0;
}

.section-profile .tabs-list li:last-child {
	padding: 14px 0 8px 0;
}

.section-profile .tabs-list li a {
	overflow: hidden;

	opacity: 1;
	color: rgba(24, 50, 87, .6);
}

.section-profile .tabs-list li a.active,
.section-profile .tabs-list li a:hover,
.section-profile .tabs-list li a:focus {
	opacity: 1;
	color: #183257;
}

.section-profile .tabs-list li a::after {
	height: 5px;
}

.section-profile .tab-content {
	padding: 25px 0;
}

.profile-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.profile-tab .video-holder {
	overflow: hidden;
	margin:0 auto;
	width: 500px;
	height: 280px;
	max-width: 100%;
	border-radius: 10px;
}
.profile-row .video-holder {
	overflow: hidden;
	width: 400px;
	height: 225px;
	max-width: 100%;
	border-radius: 10px;
}

.profile-tab .video-holder iframe,
.profile-row .video-holder iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.profile-header {
	font-size: 16px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.profile-header .logo-holder {
	width: 32%;

	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.profile-header .title-info {
	padding: 0 0 0 13px;
}

.profile-header .title-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 0 2px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.profile-header .title-name h3 {
	font-family: 'Lato', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 28px;

	margin: 0 25px 0 0;
}

.profile-header address {
	font-weight: 500;
	font-style: normal;

	margin: 0 0 7px;

	color: #183257;
}

.profile-header .tel {
	font-size: 16px;
	font-weight: 700;

	text-decoration: underline;
	letter-spacing: .23px;

	color: #183257;
}

.profile-header .profile-open-hours {
	font-weight: 700;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	color: #183257;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.profile-header .profile-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.profile-header .profile-info li {
	position: relative;

	margin: 0 0 5px;
	padding: 0 20px 0 0;
}

.profile-header .profile-info .icon-arrow-down {
	font-size: 18px;

	margin: 0 0 0 8px;

	-webkit-transition: -webkit-transform .3s ease-out;
			transition: -webkit-transform .3s ease-out;
			transition:		 transform .3s ease-out;
			transition:		 transform .3s ease-out, -webkit-transform .3s ease-out;
}

.profile-header .star-rating {
	margin: 0;
}

.open-close .icon-arrow-down,
.open-close-footer .icon-arrow-down {
	-webkit-transition: -webkit-transform .3s ease-out;
			transition: -webkit-transform .3s ease-out;
			transition:		 transform .3s ease-out;
			transition:		 transform .3s ease-out, -webkit-transform .3s ease-out;
}

.open-close.active .icon-arrow-down,
.open-close-footer.active .icon-arrow-down {
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}

.profile-info,
.open-hours-holder {
	position: relative;
}

.profile-info .slide,
.open-hours-holder .slide {
	position: absolute;
	z-index: 2;
	left: -60px;

	min-width: 300px;
	padding: 10px 3px;

	border: 1px solid #f9f9f9;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}
@media (max-width:480px) {
	.profile-info .slide {
		left:0;
	}
}

.profile-info .slide .week-list,
.open-hours-holder .slide .week-list {
	width: 100%;
}

.profile-info .slide .week-list li,
.open-hours-holder .slide .week-list li {
	font-size: 14px;
	font-weight: 400;

	position: relative;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 0 7px;
	padding: 0 0 4px;

	color: #183257;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.profile-info .slide .week-list li .day,
.open-hours-holder .slide .week-list li .day {
	width: 50%;
}

.profile-info .slide .week-list li b,
.open-hours-holder .slide .week-list li b {
	width: 50%;

	text-align: left;
}

.profile-info .slide .week-list li::after,
.open-hours-holder .slide .week-list li::after {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 1px;

	content: '';

	background: #f9f9f9;
}

.profile-info .slide .week-list li:last-child,
.open-hours-holder .slide .week-list li:last-child {
	margin: 0;
	padding: 0;
}

.profile-info .slide .week-list li:last-child::after,
.open-hours-holder .slide .week-list li:last-child::after {
	display: none;
}

.profile-description .text-content {
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;

	margin: 0 0 11px;
	padding: 3px 32px 0 3px;

	letter-spacing: -.07px;
}

.profile-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.profile-footer [class*='icon'] {
	font-size: 11px;

	margin: 0 3px 0 0;
}
/*
.profile-footer li:first-child {
	margin: 0;
}
*/
.profile-footer li {
	margin-left: 10px;
}

.profile-footer .btn-ellipse {
	font-size: 10px;
	font-weight: 600;

	min-height: 30px;
	padding: 8px 16px;

	color: #0063a7;

	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.profile-footer .link-website {
	font-size: 14px;
	font-weight: 400;

	position: relative;

	color: #0063a7;
}

.profile-footer .link-website::after {
	position: absolute;
	top: 110%;
	left: 0;

	width: 100%;
	height: 1px;

	content: '';

	background-color: #3078d9;
}

.profile-tabs .jcf-select {
//	min-width: 325px;
	margin: 0 0 20px;

	background: #f3f3f3;
}

.profile-tabs .cards-holder {
//	margin: 0 -15px 26px;
	margin: 0 0 15px;
}

.profile-tabs .card {
	width: 31.3%;
	margin: 0 0 27px;
}

.profile-tabs .jcf-select-text {
	font-size: 14px;
	font-weight: 700;
}

.profile-tabs .jcf-select-opener::before {
	font-size: 25px;

	left: 40%;

	color: #333;
}

.menu-list {
	position: relative;
/*
	width: 99%;
	margin: 0 -32px;
*/
	width: calc(100% - 40px);
}

.menu-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 0 8px;
	padding: 18px 27px 14px;

	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .08);

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.menu-list .product-name {
	width: 40%;
	padding: 0 7px 0 0;
}

.menu-list .product-name h6 {
	margin: 0;
}

.menu-list .sort-name {
	font-family: 'Lato', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 12px;

	opacity: .9;
}

.dose-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 35px 0 0;
	padding: 0 0 0 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dose-list .dose {
	font-family: 'Lato', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	min-width: 35px;
	margin: 0 32px 0 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}

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

.dose-list .dose-title {
	font-size: 12px;
	font-weight: 400;
	color: #536680;
}

.dose-list .dose-price {
	font-size: 14px;
	font-weight: 400;
	color: #183257;
}

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

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.abilities {
	font-family: 'Lato', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: 400;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 5px 0 0;
	padding: 6px 11px;

	white-space: nowrap;

	color: rgba(83, 102, 128, .92);
	border-radius: 13px;
	background-color: #efefef;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup-holder {
	position: relative;

	overflow: hidden;

	height: 0;
}

.lightbox {
	min-width: 820px;
	padding: 0;
}

.lightbox-demo h2 {
	margin: 0 0 10px;
}

.lightbox-demo p {
	margin: 0;
}

.popup-header {
	padding: 0 25px 20px;
	background: #0063a7;
}

.popup-header .logo {
	width: 110px;
	margin: 0 9px 0 0;
}

.popup-header .popup-title {
	position: relative;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding: 19px 0 15px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup-header .popup-title::after {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 1px;

	content: '';

	opacity: .2;
	background: white;
}

.popup-header .deal-text {
	font-size: 15px;
	font-weight: 700;

	letter-spacing: .21px;

	color: #a4cf00;
}

.popup-header .popup-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding: 11px 0 10px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.popup-header .popup-btns li {
	padding: 0 13px 0 0;
}

.popup-header .popup-btns [class*='icon'] {
	font-size: 12px;

	margin: 0 5px 0 0;
}

.popup-header .discount-text {
	font-size: 14px;
	font-weight: 400;

	letter-spacing: -.3px;

	color: #fff;
}

.popup-header .btn-ellipse {
	font-size: 10px;

	max-width: none;
	min-height: auto;
	padding: 7px 15px;

	color: #a4cf00;
	border: 1px solid #a4cf00;
}

.popup-header .btn-print {
	font-size: 10px;
	font-weight: 600;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	color: #fff;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup-header .btn-print .icon-print {
	font-size: 14px;
}

.popup-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding: 20px 30px;

	color: #183257;

	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.popup-main .coupon-block {
	max-width: 372px;
	margin: 0 45px 0 0;
	padding: 22px 25px;

	border: 2px dashed #0063a7;
	border-radius: 11px;
	background: #f7f7f7;
}

.popup-main .coupon-block h4 {
	font-size: 24px;
	font-weight: 700;

	margin: 0 0 9px;

	color: #183257;
}

.popup-main .coupon-description {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;

	color: #183257;
}

.popup-main .coupon-description .term {
	font-size: 11px;
	font-weight: 500;

	display: block;
}

.popup-main .must-have {
	font-size: 8px;
	font-weight: 300;
	line-height: 16px;

	display: block;

	max-width: 205px;
}

.popup-main .small-name {
	font-size: 12px;
	font-weight: 500;

	display: block;

	margin: 0 0 12px;
}

.popup-main .gray-underline {
	position: relative;

	margin: 0 0 5px;

	border-bottom: 1px solid #d8d8d8;
}

@media (max-width:480px) {
	.popup-main .img-holder {
		float:left;
	}
	.popup-main .loc-holder {
		overflow:hidden;
	}
}
.popup-main address {
	font-size: 12px;
	font-weight: 400;
	font-style: normal;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 0 6px;

	letter-spacing: -.37px;

	color: #0063a7;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup-main address .icon-placeholder {
	font-size: 15px;

	display: block;

	margin: 0 7px 0 0;
	margin: -3px 9px 0 -2px;
}

.popup-main .tels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

//	min-width: 330px;
	margin: 0 0 9px;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup-main .tels .icon-phone {
	font-size: 14px;

	margin: 0 6px 0 0;
}

.popup-main .tels .icon-smartphone {
	font-size: 14px;
}

.popup-main .tels a {
	font-size: 12px;
	font-weight: 400;

	color: #0063a7;
}

.popup-main .tels .text-alert {
	font-size: 10px;
	font-weight: 600;
}

.popup-main .profile-open-hours {
	font-size: 12px;
	font-weight: 500;

	color: #183257;
}

.popup-main .open-close .icon-clock {
	margin: 0 8px 0 0;
}

.popup-main .open-close .icon-arrow-down {
	font-size: 14px;

	margin: 0 0 0 5px;
}

.popup-main .open-close .slide {
	min-width: auto;
	max-width: 195px;
	padding: 5px 0;
}

.popup-main .open-close .slide ul li {
	font-size: 11px;

	margin: 0 0 4px;
	padding: 0 4px 4px;
}

.popup-main .open-close .slide ul li:last-child {
	margin: 0 0 4px;
	padding: 0 4px 4px;
}

.popup-main .open-close .slide ul b {
	width: 40%;
}

.coupon-contact {
	padding: 30px 0 0 20px;
}

.coupon-contact .img-holder {
	width: 127px;
	margin: 0 0 12px;
}

.main-offer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 0 10px;
}

.main-offer-list .price {
	font-size: 20px;
	font-weight: 600;
	margin: 0 36px 0 0;
	color: #a4cf00;
}
.main-offer-list .original-price {
	text-decoration:line-through;
	color:#cc3333;
}

.main-offer-list .cell-label,
.main-offer-list .cell-value {
	font-size: 16px;
	font-weight: 300;
	min-width: 75px;
	color: #183257;
}
.main-offer-list .cell-value {
	font-weight: 600;
}

.main-offer-list .medical-list {
	font-size: 10px;
	font-weight: 500;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	color: #183257;
}

.popup-footer {
	padding: 22px 34px 15px;

	background-color: rgba(216, 216, 216, .25);
}

.popup-footer .medrec-text {
	font-size: 12px;
	font-weight: 600;
	display: block;
	margin: 0 0 14px;
	color: #183257;
}

.popup-footer .coupon-text-footer {
	font-size: 7px;
	font-weight: 300;
	line-height: 14px;

	display: block;

	color: #183257;
}

.user-section {
	padding: 45px 0 56px;

	background: #f3f3f3;
}

.user-section .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.user-aside {
	width: 22.4%;

	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
}

.user-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding: 18px;

	background-color: #f0f0f0;
}

.user-header .img-holder {
	overflow: hidden;

	width: 60px;
	height: 60px;

	border-radius: 50%;
}

.user-header .user-title {
	padding: 4px 0 0 14px;
}

.user-header h4 {
	font-weight: 300;

	margin: 0 0 6px;

	color: #0063a7;
}

.user-header h4 b {
	font-weight: 600;
}

.user-header .edit_profile {
	font-size: 14px;
	font-weight: 700;

	color: #a4cf00;
}

.favorites-holder .title {
	position: relative;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding: 23px 28px 4px;

	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.favorites-holder .title h5 {
	font-size: 18px;
	font-weight: 500;

	color: #183257;
}

.favorites-holder .title .favorite-icon {
	margin: -5px 9px 0 -9px;
}

.favorites-holder .favorite-list {
	padding: 0 25px 0 21px;
}

.favorites-holder .favorite-list li {
	position: relative;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding: 14px 0 5px;

	color: #0063a7;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.favorites-holder .favorite-list li::before {
	position: absolute;
	top: 0;

	width: 100%;
	height: 1px;

	content: '';

	background: rgba(216, 216, 216, .64);
}

.favorites-holder .favorite-list li:last-child::after {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 1px;

	content: '';

	background: rgba(216, 216, 216, .64);
}

.favorites-holder .favorite-name {
	font-size: 15px;
	font-weight: 600;

	width: 50%;
}

.favorites-holder .favorite-counter {
	font-size: 19px;
	font-weight: 600;

	width: 50%;

	text-align: right;
}

.saved-block {
	width: 74%;
	padding: 0 0 278px;
}

.saved-block .saved-deals.active .icon-arrow-down {
	-webkit-transform: translate(0, -50%) rotate(180deg);
		-ms-transform: translate(0, -50%) rotate(180deg);
			transform: translate(0, -50%) rotate(180deg);
}

.saved-block .saved-deals.active .see-all .see-all-text {
	display: none;
}

.saved-block .saved-deals.active .see-all .see-less-text {
	display: block;
}

.saved-block .cards-holder {
	margin: 0 -15px 32px;
}

.saved-block .card {
	width: 33.3%;
}

.saved-block .title-heading {
	position: relative;

	margin: 0 0 15px;
	padding: 22px 0 0 0;

	text-align: left;
}

.saved-block .title-heading h2 {
	font-size: 28px;
}

.saved-block .deal-card {
	position: relative;

	padding: 0 0 48px;

	box-shadow: 0 3px 8px rgba(0, 0, 0, .35);
}

.saved-block .deal-card .price-holder {
	position: static;
}

.saved-block .deal-card .favorite-icon {
	top: 9px;
	right: 14px;
}

.slide {
/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
*/
	display: block;
	width: 100%;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.see-all {
	font-size: 14px;
	font-weight: 700;

	position: absolute;
	top: 58%;
	right: 0;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding: 0 20px 0 0;

	color: #0063a7;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.see-all .see-less-text {
	display: none;
}

.see-all .icon-arrow-down {
	font-size: 19px;

	position: absolute;
	top: 50%;
	right: 0;

	-webkit-transition: -webkit-transform .3s ease-out;
			transition: -webkit-transform .3s ease-out;
			transition:		 transform .3s ease-out;
			transition:		 transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);

	color: #a4cf00;
}

.saved-searches {
	padding: 14px 0;
}

.saved-searches .title-heading {
	margin: 0 0 18px;
}

.saved-searches form {
	max-width: 725px;
}

.saved-searches .field {
	position: relative;

	margin: 0;
}

.saved-searches .field::before {
	font-size: 23px;

	position: absolute;
	top: 50%;
	left: 10px;

	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);

	color: #0063a7;
}

.saved-searches input {
	font-family: 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 14px;

	padding: 18px 40px;

	border-radius: 0 2px 2px;
	box-shadow: 0 3px 16px rgba(0, 0, 0, .11);
}

.saved-searches input::-webkit-input-placeholder {
	font-family: 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 14px;
}

.saved-searches input::-moz-placeholder {
	font-family: 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 14px;

	opacity: 1;
}

.saved-searches input:-moz-placeholder {
	font-family: 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 14px;
}

.saved-searches input:-ms-input-placeholder {
	font-family: 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 14px;
}

.saved-searches input.placeholder {
	font-family: 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 14px;
}

.saved-searches .favorite-icon {
	position: absolute;
	top: 50%;
	right: 20px;

	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);
}

.login-form-popup {
	top: 10%;

	min-width: 563px;
	padding: 53px 0 20px;
}

.login-form-popup .fancybox-close-small {
	border-radius: 0;
}

.login-form-popup .fancybox-button {
	width: 32px;
	height: 32px;
}

.login-form-popup .fancybox-button svg {
	color: #d9d9da;
}

.login-form-popup .title-heading {
	margin: 0;
	padding: 19px 0 0 0;

	text-align: center;
}

.login-form-popup .title-heading::before {
	left: 50%;

	-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
}

.login-form-popup .subtitle {
	margin: 0 0 23px;
}

.login-form-popup form {
	max-width: 360px;
	margin: 0 auto;
	padding: 0 0 0 9px;
}

.login-form-popup .field {
	margin: 0 0 11px;
}

.login-form-popup .field label {
	font-size: 14px;
	font-weight: 500;

	color: #183257;
}

.login-form-popup .field.checkbox label {
	font-size: 13px;
	font-weight: 300;
}

.login-form-popup input {
	padding: 15px;

	border: 1px solid #d8d8d8;
	border-radius: 1px;
}

.login-form-popup .fancybox-close-small {
	top: 17px;
	right: 6px;
}

.login-form-popup .forgor-pass {
	font-size: 14px;

	display: inline-block;

	margin: 0 0 15px;
}

.login-form-popup .btn {
	width: 100%;
	max-width: none;
	min-height: 50px;

	border-radius: 2px;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.login-form-popup .log-in-btn {
	margin: 0 0 19px;

	background-color: #2764a7;
	box-shadow: 0 2px 4px 0 rgba(51, 51, 51, .5);
}

.login-form-popup .sign-question {
	font-size: 14px;
	font-weight: 300;

	display: block;

	text-align: center;
}

.login-form-popup .social-enter {
	padding: 17px 0 0 0;
}

.login-form-popup .or-continue-holder {
	margin: 0 0 15px;

	text-align: center;
}

.login-form-popup .or-continue {
	font-size: 12px;
	font-weight: 300;

	position: relative;

	display: inline-block;
}

.login-form-popup .or-continue::before,
.login-form-popup .or-continue::after {
	position: absolute;
	top: 50%;

	width: 100%;
	height: 1px;

	content: '';
	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);

	background: #d8d8d8;
}

.login-form-popup .or-continue::before {
	left: -120%;
}

.login-form-popup .or-continue::after {
	left: 120%;
}

.login-form-popup .btn-facebook {
	margin: 0 0 10px;

	background: #3a5998;
}

.login-form-popup .btn-google {
	background: #4285f4;
}

.login-form-popup .terms {
	font-weight: 500;

	text-decoration: underline;

	color: #183257;
}

.login-form-popup .terms:hover {
	color: rgba(24, 50, 87, .9);
}

.login-form-popup .password-save {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.login-form-popup .password-save input {
	max-width: 130px;
	min-height: auto;
	padding: 0;

	border: none;
	background: transparent;
}

.login-form-popup .btn-reset {
	font-size: 14px;
	font-weight: 500;

	width: auto;
	min-width: auto;
	max-width: none;
	min-height: auto;
	margin: 0 0 7px;
	padding: 0;

	color: #a4cf00;
	border: none;
	background: transparent;
	box-shadow: none;

	-ms-flex-item-align: end;
	align-self: flex-end;
}

#edit-profile-popup .title-heading {
	padding: 29px 0 0 0;
}

#edit-profile-popup h2 {
	font-size: 24px;
	font-weight: 300;
}

#edit-profile-popup form {
	max-width: 367px;
	margin: 0 auto;
	padding: 16px 0 0 9px;
}

#edit-profile-popup label {
	display: inline-block;

	margin: 0 0 8px;
}

#edit-profile-popup .field {
	margin: 0 0 13px;
}

#edit-profile-popup .field.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 0 21px;
}

#edit-profile-popup .field.checkbox label {
	margin: 0;
	padding: 0 0 0 10px;
}

#edit-profile-popup .field.password-save {
	margin: 0 0 23px;
	padding: 4px 11px 0 0;
}

#edit-profile-popup .field.password-save label {
	display: block;
}

.section-strain {
	padding: 25px 0 15px;
}

.section-strain .strain-holder {
/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

//	max-width: 700px;

	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
*/
}

.section-strain .strain-holder .strain-image {
//	width: 37%;
	max-width:300px;
	display:inline-block;
	vertical-align:top;
}

.section-strain .strain-holder .strain-info {
	display:inline-block;
	vertical-align:top;
	font-size: 16px;
	font-weight: 500;

//	width: 63%;
	padding: 20px 0 0 30px;

	letter-spacing: .23px;

	color: #183257;
}

.section-strain .strain-holder .strain-ad {
	width:300px;
	float:right;
}

.section-strain .strain-holder .strain-info .grade {
	display: block;

	margin: 0 0 15px;
}

.section-strain .strain-holder .strain-info .txt {
	display: block;

	margin: 0 0 25px;
}

.section-strain .strain-holder .title-info {
	display:table;
/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 0 15px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
*/
}

.section-strain .strain-holder .title-info h3 {
	display:table-cell;
	font-size: 28px;
	margin: 0;
	color: #183257;
}

.section-strain .strain-holder .title-info .favorite-icon {
	display:table-cell;
	padding: 0 0 0 10px;
}

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

.percent-list li {
	font-size: 12px;
	font-weight: 600;

	min-width: 90px;
	margin: 0 10px 0 0;
	padding: 8px 7px;

	text-align: center;
	text-transform: uppercase;

	color: #0063a7;
	border-radius: 15px;
	background: #efefef;
}

.section-find .tabset {
	font-size: 14px;
	font-weight: 700;
}

.section-find .tabset li {
	padding: 14px 50px 8px 0;
}

.section-find .tab-content {
//	min-height: 100vh;
	padding: 35px 0;
}

.section-find .tab-content h2 {
	font-size: 28px;
	font-weight: 700;

	margin: 0 0 30px;

	color: #183257;
}

.section-find .text-block {
	font-size: 14px;
	line-height: 1.79;

//	max-width: 900px;
//	margin: 0 0 100px;

	color: #183257;
}

.section-find .text-block p {
	margin: 0 0 25px;
}

.overview-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
//	margin: 0 0 20px;
}

.overview-holder .overview-col {
	width: 70%;
//	padding: 0 40px 0 0;
}
.overview-holder .attributes-col {
	width: 30%;
	padding: 0;
}
/*
.overview-holder .overview-col:last-child {
	width: 31%;
	padding: 0;
}
*/
.overview-holder .video-holder > div {
	margin: 0 0 25px;
}

.overview-holder .video-holder iframe {
	width: 100%;

	border: 0;
}

.overview-holder .video-holder .review-link {
	font-size: 12px;
	font-weight: 600;

	color: #0063a7;
}

.overview-holder .col-info {
	font-size: 14px;
	font-weight: 300;
	line-height: 27px;

	position: relative;

	margin: 0 0 35px;

	color: #183257;
}

.overview-holder .col-info.active .show-more-text {
	display: none;
}

.overview-holder .col-info.active .show-less-text {
	display: block;
}

.overview-holder .col-info .more-link {
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	top: 100%;
//	right: 0;
	letter-spacing: -.65px;
	color: #0063a7;
}

.overview-holder .col-info .show-less-text {
	display: none;
}

.med-flav-eff-wrapper {
	width:325px;
	float:right;
	text-align:center;
}
	
.med-flav-eff-block {
	padding: 35px 30px;
	margin: 0 10px 10px 10px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.med-flav-eff-block .title {
	font-weight: 400;

	display: block;

	margin: 0 0 15px;
}

.med-flav-eff-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

//	margin: 0 -5px 20px;

	text-align: center;
}

.med-flav-eff-cols .col {
	width: 33.33%;
	padding: 0 5px;

	color: #183257;
}

.med-flav-eff {
	margin: 0 0 12px;
}

.med-flav-eff img {
	margin: 0 0 12px;
	width:60px;
}

.med-flav-eff .title {
	font-size: 12px;
	font-weight: 500;

	display: block;
}

.terpinene-block {
	padding: 0 15px;

	text-align: center;
}

.terpinene-list li {
	margin: 0 0 14px;
}

.terpinene-list li:last-child {
	margin: 0;
}

.find-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 -10px 65px;

	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.find-cols .col {
	width: 32%;
	padding: 0 10px;
}

.find-cols .col:last-child {
	width: 68%;
	min-height: 412px;
	padding: 0;

	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.find-cols .boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	margin: 0 -25px;

	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.find-cols .boxes .address-box {
	width: 50%;
	margin: 0 0 20px;
	padding: 0 25px;
}

.find-cols .boxes .address-box .product-name {
	font-family: 'Lato', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 18px;

	display: block;

	margin: 0 0 8px;
}

.find-cols .boxes .address-box .product-name a {
	color: #183257;
}

.find-cols .boxes .address-box address {
	font-size: 14px;
	font-weight: 300;
	font-style: normal;

	margin: 0 0 10px;

	color: #183257;
}

.find-cols .boxes .address-box .address-image {
	width: 75px;
	margin: 0 0 13px;
}

#footer {
	position: relative;
	padding: 30px 0 15px;
	background: #183257;
}

#footer .holder {
	max-width: 1190px;
}

#footer .logo {
	max-width: 169px;
	margin: 0 0 15px;

	-webkit-transition: opacity .3s ease-out;
			transition: opacity .3s ease-out;
}

#footer .logo:hover {
	opacity: .8;
}

#footer .icon-box img {
    max-height: 25px;
    margin: 0 5px;
}

#footer .copyright {
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	display: block;
	opacity: .87;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fff;
}

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

#footer .footer-list ul li {
	margin: 0 0 15px;
}

#footer .footer-list .footer-col {
	width: 37.3%;
	margin: 0 0 0 -16px;
}

#footer .footer-list .footer-col:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	width: 65%;
}

#footer .footer-list .footer-col:last-child a {
	font-size: 14px;
	font-weight: 600;

	color: #fff;
}

#footer .footer-list .footer-col:last-child .opener {
	display: block;

	margin: 0 0 30px;
}

#footer .footer-list .footer-col:last-child .opener .icon-arrow-down {
	display: none;
}

#footer .footer-list .footer-col:last-child .h6 {
	font-size: 16px;

	display: block;

	margin: 0;

	opacity: .87;
	color: #a4cf00;
}

#footer .footer-list .slide {
	display: block;
}

#footer .footer-list .slide a {
	opacity: .87;
}

#footer .footer-list .footer-nav {
	width: 26%;
}

.terms {
	margin: 0 0 9px;
}

.terms:hover {
	color: rgba(255, 255, 255, .8);
}

@media (max-width: 1230px) {
	.menu-list {
		margin: 0;
	}
}

@media (max-width: 1200px) {
	button,
	input[type='button'],
	input[type='reset'],
	input[type='file'],
	input[type='submit'] {
		font-size: 17px;
	}

	.deal-card h3,
	.livedeal-card h3 {
		font-size: 22px;
	}

	.deal-card .price {
		font-size: 15px;
	}

	.favorite-icon {
//		font-size: 22px;
	}

	.news-card {
		padding: 30px;
	}

	.intro-section .search-block input {
		min-width: auto;
	}

	.products-tab .cards-holder {
		margin: 0 -15px 35px;
	}

	.tv-section .title-heading {
		margin: 0 0 40px;
	}

	.video-block .col-1 {
		width: 60%;
	}

	.video-block .col-2 {
		width: 39%;
	}

	.contact-section {
		padding: 30px 0 50px;
	}

	.section-description,
	.text-content {
		font-size: 17px;

		margin: 0 0 45px;
	}

	.accordion-item {
		margin: 0 0 25px;
	}

	.accordion-item .h4 {
		font-size: 21px;
	}

	.profile-tab-content .accordion-item .h4 {
		font-size: 20px;
	}

	.product-aside .product-name {
		font-size: 33px;
	}

	.product-content .gray-line-tabs li {
		font-size: 17px;

		padding: 10px 45px 8px 0;
	}

	.product-content .slide .text-content {
		font-size: 16px;
	}

	.section-premium {
		padding: 0 0 45px;
	}

	.section-profile .tabs-list {
		margin: 0;
	}

	.profile-header .logo-holder {
		width: 100%;
	}

	.profile-header .title-info {
		width: 100%;
	}

	.profile-header .title-name h3 {
		font-size: 26px;

		margin: 0 15px 0 0;
	}

	.profile-tabs .card {
		width: 33.3%;
	}

	.user-section {
		padding: 35px 0 45px;
	}

	.user-aside {
		width: 19.4%;
	}

	.favorites-holder .title h5 {
		font-size: 17px;
	}

	.saved-block {
		width: 79%;
	}

	#footer .footer-list .footer-col {
		margin: 0;
	}
}
/*
@media (max-width: 1036px) {
	.search-section .search-block {
		margin: 0 15px 13px 0;
	}
}
*/
@media (max-width: 1024px) {
	h1,
	.h1 {
		font-size: 45px;
	}

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

	h4,
	.h4 {
		font-size: 19px;
	}

	button,
	input[type='button'],
	input[type='reset'],
	input[type='file'],
	input[type='submit'] {
		font-size: 16px;
	}

	.nav-drop {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.btn .icon-arrow-righ-long {
		font-size: 22px;
	}

	.btn-blue {
		font-size: 16px;
	}

	.btn-gallery,
	.btn-ellipse {
		font-size: 12px;
	}

	.btn-ellipse {
		padding: 9px 15px;
	}

	.title-heading {
//		margin: 0 0 44px;
		margion: 0;
		padding: 20px 0 0 0;
	}

	.title-heading .subtitle {
		font-size: 17px;
	}

	.deal-card .deal-card-description .full-name {
		font-size: 11px;

		margin: 0 8px 0 0;
	}

	.deal-card h3 {
		font-size: 20px;
	}

	.deal-card .price {
		font-size: 14px;
	}

	.favorite-icon {
//		font-size: 20px;
	}

	.btn-learn-more .icon-arrow-righ-long {
		font-size: 22px;
	}

	.news-card {
		max-width: none;
		padding: 25px 25px 20px;
	}

	.news-card .btn-learn-more {
		bottom: 7px;
		left: 25px;
	}

	.news-card-description {
		max-width: none;
	}

	.proposition-holder {
		margin: 35px auto 0;
	}
/*
	.intro-section {
		padding: 25px 0;
	}
*/
	.intro-section .holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.intro-section .intro-search-block {
		margin: 0 0 25px;
	}

	.advert-block {
		margin: 0;
		padding: 0 15px;
	}

	.advert-block .advert-holder {
		max-width: 200px;
	}

	.standart-section {
		padding: 30px 0 12px 0;
	}

	.business-section {
		padding: 30px 0 12px 0;
	}

	.one-shop-section {
		padding: 30px 0 12px 0;
	}

	.one-shop-section .cards-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.one-shop-section .card {
		width: 50%;
	}

	.what-sets-section {
		padding: 30px 0 12px 0;
	}

	.locations-tab .card {
		width: 40%;
	}

	.locations-tab .cards-holder {
		margin: 0 -10px 35px;

		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.deals-tab .features-card {
		width: 50%;
		padding: 0 15px 0 0;
	}

	.products-tab {
		padding: 30px 0 12px 0;
	}

	.products-tab .cards-holder {
		margin: 0 -15px 25px;
	}

	.brands-tab {
		padding: 30px 0 12px 0;
	}

	.blogs-section {
		padding: 30px 0 12px 0;
	}

	.brands-card h6,
	.products-card h6 {
		font-size: 16px;
	}

	.tv-section {
		padding: 30px 0 12px 0;
	}

	.tv-section .title-heading {
		margin: 0 0 30px;
	}

	.tv-section .video-block {
		margin: 0 0 30px;
	}

	.video-block {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.video-block .col-1 {
		width: 100%;
		margin: 0 0 15px;
	}

	.video-block .col-1 iframe {
		height: 500px;
	}

	.video-block .col-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		width: 100%;
	}

	.video-block .col-2 .article-img-block {
//		margin: 0 10px 0 0;
		margin: 0 auto;
	}

	.article-img-block,
	.tv-block {
		margin: 0 15px 10px 0;
	}

	.contact-section {
		padding: 25px 0 45px;
	}

	.about-section {
		padding: 30px 0 12px 0;
	}
/*
	.popup-filter {
		top: 117px;
	}
*/
	.section-description,
	.text-content {
		font-size: 16px;

		margin: 0 0 35px;
	}

	.testimonials-section {
		padding: 75px 0;
	}

	.testimonials-slider .icon-quote {
		font-size: 35px;

		margin: 0 0 25px;
	}

	.testimonials-slider .slick-prev,
	.testimonials-slider .slick-next {
		font-size: 30px;
	}

	.testimonials-slider .slick-dots button {
		width: 10px;
		height: 10px;
	}

	.testimonials-slider blockquote {
		font-size: 35px;
	}

	.qoute-author {
		font-size: 15px;
	}

	.invest-section {
		padding: 100px 0;
	}

	.invest-section .section-description {
		margin: 0 0 30px;
	}

	.contact-section-about {
		padding: 50px 0 100px;
	}

	.find-col {
		width: 40%;
		margin: 0 13px 0 0;
	}

	.find-col input {
		padding: 10px 15px;
	}

	.found-products-tab {
		padding: 30px 0;
	}

	.found-products-tab .text-content {
		padding: 20px 0;
	}

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

	.features-card.ec-no-image {
		width: 50%;
	}

	.features-card {
		width: 50%;
	}

	.features-card-holder.events-card .features-description h3 {
		font-size: 17px;
	}

	.features-card-holder h3 {
		font-size: 20px;
	}

	.show-more {
		font-size: 12px;
	}

	.section-filter-events {
		padding: 30px 0 20px;
	}

	.section-events {
		padding: 25px 0;
	}

	.section-events .cards-holder {
		margin: 0 -10px 20px;
	}

	.section-events .card {
		width: 50%;
	}

	.faq-section .section-description {
		margin: 0 0 30px;
	}

	.accordion .text-content {
		margin: 0 0 30px;
	}

	.accordion .slide {
		font-size: 15px;
	}

	.accordion-item {
		margin: 0 0 15px;
	}

	.accordion-item .h4 {
		font-size: 20px;
	}

	.faq-list .h3 {
		font-size: 25px;
	}

	.profile-tab-content .accordion-item .h4 {
		font-size: 19px;
	}

	.product-aside .product-name {
		font-size: 25px;
	}

	.product-content .gray-line-tabs li {
		font-size: 16px;

		padding: 8px 30px 8px 0;
	}

	.product-content .slide .text-content {
		font-size: 15px;
	}

	.section-premium {
		padding: 0 0 35px;
	}

	.profile-row .video-holder {
		min-width: 390px;
	}

	.profile-header .title-name h3 {
		font-size: 24px;
	}

	.profile-header .tel {
		font-size: 14px;
	}

	.profile-tabs .card {
		width: 50%;
	}

	.menu-list .product-name {
		width: 100%;
		margin: 0 0 10px;
	}

	.dose-list {
		margin: 0 35px 13px 0;
	}

	.lightbox {
		min-width: auto;
	}

	.popup-header .btn-ellipse {
		padding: 7px;
	}

	.popup-main {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.popup-main .coupon-block {
		margin: 0;
	}

	.popup-main .coupon-block h4 {
		font-size: 22px;
	}

	.main-offer-list .price {
		font-size: 18px;
	}

	.user-section {
		padding: 25px 0 35px;
	}

	.user-aside {
		width: 100%;
	}

	.user-header .img-holder {
		width: 45px;
		height: 45px;
	}

	.favorites-holder .title h5 {
		font-size: 16px;
	}

	.favorites-holder .favorite-list li:last-child::after {
		display: none;
	}

	.saved-block {
		width: 100%;
		padding: 35px 0;
	}

	.saved-block .cards-holder {
		margin: 0 -15px 25px;

		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.saved-block .title-heading {
		padding: 20px 0 0 0;
	}

	.saved-block .title-heading h2 {
		font-size: 24px;
	}

	.saved-block .abilities-list {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.saved-block .abilities-list li {
		margin: 0 8px 8px 0;
	}

	.slide {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.section-strain .strain-holder .strain-info {
		font-size: 15px;
	}

	.section-strain .strain-holder .strain-info .grade {
		margin: 0 0 10px;
	}

	.section-strain .strain-holder .strain-info .txt {
		margin: 0 0 10px;
	}

	.section-strain .strain-holder .title-info {
		margin: 0 0 10px;
	}

	.section-strain .strain-holder .title-info h3 {
		font-size: 25px;
	}

	.section-find .tabset li {
		padding: 10px 25px 8px 0;
	}

	.section-find .tabset li a {
		padding: 0 0 8px;
	}

	.section-find .tab-content h2 {
		font-size: 25px;

		margin: 0 0 20px;
	}

	.section-find .text-block {
		margin: 0 0 50px;
	}

	.section-find .text-block p {
		margin: 0 0 35px;
	}
/*
	.overview-holder {
		margin: 0 0 35px;
	}
*/
	.med-flav-eff-block {
		padding: 15px;
	}

	.find-cols {
		margin: 0 -10px 35px;
	}

	.find-cols .col {
		width: 40%;
	}

	.find-cols .col:last-child {
		width: 55%;
	}

	.find-cols .boxes .address-box {
		margin: 0 0 10px;
		padding: 0 15px;
	}

	.find-cols .boxes .address-box .product-name {
		font-size: 17px;
	}

	#footer .footer-list .footer-col:last-child a {
		font-size: 13px;
	}

	#footer .footer-list .footer-nav {
		width: 33%;
	}
}

@media (max-width: 875px) {
	.profile-row {
//		margin: 0 0 25px;

		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		justify-self: center;
	}

	.profile-row .video-holder {
		min-width: 448px;
	}

	.profile-row .profile-col-1 {
//		margin: 0 0 15px;
	}

	.profile-row .profile-col-2 {
		margin: 0 auto;
	}

	.profile-header .logo-holder {
		width: 32%;
	}

	.profile-header .title-info {
		width: 68%;
	}
}

@media (max-width: 850px) {
	.intro-section .search-block input {
		padding: 5px 10px;
	}

	.intro-section .search-block button {
		font-size: 14px;

		min-width: auto;
		padding: 5px 10px;
	}
}

@media (max-width: 830px) {
	.map-section .holder {
		min-height: auto;

		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.map-col {
		width: 100%;
		min-width: auto;
	}

	.find-col {
		width: 100%;
		padding: 15px 0;
	}
}

@media (max-width: 820px) and (max-width: 820px) {
	.nav-drop ul a:hover {
		-webkit-transform: translateX(-2px);
			-ms-transform: translateX(-2px);
				transform: translateX(-2px);
	}

	.nav-drop .main-nav-2 a {
		color: rgba(83, 102, 128, .61);
	}
}


@media (max-width: 820px) {
	.jcf-select .jcf-select-text {
		font-size: 13px;
	}

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

	h2,
	.h2 {
		font-size: 27px;
	}

	h4,
	.h4 {
		font-size: 18px;
	}

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

	button,
	input[type='button'],
	input[type='reset'],
	input[type='file'],
	input[type='submit'] {
		font-size: 15px;
	}

	.checkers {
		font-size: 13px;
	}

	#header .logo-blue {
		display: block;
	}

	.icon-search {
		right:15px;
	}

	.nav-opener {
		top: 50%;
		right: 50px;
		bottom: auto;

		display: block;
	}

	.nav-active .nav-drop {
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		-webkit-animation: anim-nav .5s ease-out forwards;
		animation: anim-nav .5s ease-out forwards;
		border-radius: 0;
		max-height:calc(90vh);
		overflow-y:scroll;
		box-shadow: 0 2px 4px 0 rgba(51, 51, 51, .5);
	}

	.nav-active .nav-drop .main-nav-1 {
		position: relative;
	}
/*
	.nav-active .nav-drop .main-nav-1::after {
		position: absolute;
		bottom: 0;
		left: 50%;

		width: 93%;
		height: 1px;

		content: '';
		-webkit-transform: translate(-50%, 0);
			-ms-transform: translate(-50%, 0);
				transform: translate(-50%, 0);
		-webkit-animation: anim-line-nav .3s ease-out forwards .4s;
				animation: anim-line-nav .3s ease-out forwards .4s;

		opacity: 0;
		background: #3078d9;
	}
*/
	.account {
		display: block;
	}
/*
	.main-nav-1 {
		-webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
				transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
				transition: transform .5s ease-out, opacity .5s ease-out;
				transition: transform .5s ease-out, opacity .5s ease-out, -webkit-transform .5s ease-out;
		-webkit-transform: rotate(80deg) translate(150px, 0) scale(.3) skew(-40deg);
			-ms-transform: rotate(80deg) translate(150px, 0) scale(.3) skew(-40deg);
				transform: rotate(80deg) translate(150px, 0) scale(.3) skew(-40deg);

		opacity: 0;
	}

	.main-nav-2 {
		-webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
				transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
				transition: transform .5s ease-out, opacity .5s ease-out;
				transition: transform .5s ease-out, opacity .5s ease-out, -webkit-transform .5s ease-out;
		-webkit-transform: rotate(-80deg) translate(150px, 0) scale(.3) skew(40deg);
			-ms-transform: rotate(-80deg) translate(150px, 0) scale(.3) skew(40deg);
				transform: rotate(-80deg) translate(150px, 0) scale(.3) skew(40deg);

		opacity: 0;
	}
*/
	.nav-drop {
		position: absolute;
		top: 50px;
		right: 0;
//		display: block;
		width: 60%;
		padding: 15px 0 0;
		padding: 0;
/*
		-webkit-transition: border-radius .5s ease-out, -webkit-transform .5s ease-out;
		transition: border-radius .5s ease-out, -webkit-transform .5s ease-out;
		transition: transform .5s ease-out, border-radius .5s ease-out;
		transition: transform .5s ease-out, border-radius .5s ease-out, -webkit-transform .5s ease-out;
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
*/
//		border-radius: 50%;
		display:none;
		background: white;
	}

	.nav-drop ul {
			flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.nav-drop ul li.log_in,
	.nav-drop ul li.active {
		position: relative;
	}

	.nav-drop ul li.log_in::before,
	.nav-drop ul li.active::before {
		position: absolute;
		bottom: 0;
		left: 0;

		width: 8px;
		height: 17px;

		content: '';

		background: #a4cf00;
	}

	.nav-drop ul li.log_in a,
	.nav-drop ul li.active a {
		-webkit-transform: translateX(-2px);
			-ms-transform: translateX(-2px);
				transform: translateX(-2px);
	}

	.nav-drop ul .icon-user {
		display: none;
	}

/*	.nav-drop .main-nav-1,	*/
	.nav-drop .main-nav-2 {
		padding: 0 0 20px;
	}

	.nav-drop .main-nav-1 li,
	.nav-drop .main-nav-2 li {
//		padding: 20px 15px 0 30px;
		padding: 20px 15px 0 0;
	}

	.nav-drop .main-nav-1 a,
	.nav-drop .main-nav-2 a {
		color: rgba(83, 102, 128, .61);
		font-weight: 700;
	}

	.nav-drop .main-nav-1 .drop-down,
	.nav-drop .main-nav-2 .drop-down {
//		padding: 20px 15px 0 30px;
		padding: 20px 15px 0 0;
	}

	.nav-drop .main-nav-1 .drop-down:after,
	.nav-drop .main-nav-2 .drop-down:after {
		top: 25px;
		right: -5px;
		border-top: 5px solid rgba(83, 102, 128, .61);
	}

	.nav-drop .main-nav-1 .drop-down-menu,
	.nav-drop .main-nav-2 .drop-down-menu {
		position: static;
//		padding: 10px 0 10px 30px;
		padding: 10px 0 10px 0;
		background: #fff;
	}

	.header-search {
//		display: none;
	    top: 30%;
	    right: 15px;
	}

	.btn .icon-arrow-righ-long {
		font-size: 20px;
	}

	.btn-blue {
		font-size: 14px;
	}

	.btn-gallery {
		margin: 0 15px 0 0;
	}

	.btn-ellipse {
		min-height: auto;
		padding: 7px 10px;
	}

	.title-heading {
//		margin: 0 0 34px;
		margin: 0;
		padding: 10px 0 0 0;
	}

	.title-heading::before {
		height: 4px;
	}

	.title-heading .subtitle {
		font-size: 15px;
	}

	.view-d .view_btn {
		font-size: 13px;

		min-height: auto;
		padding: 8px 0;
	}

	.deal-card h3 {
		font-size: 18px;
	}

	.cards-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.card .card-address,
	.card .open-hours,
	.card .adit-tel,
	.card .card-tel {
		font-size: 11px;
	}

	.strains-card .img-holder,
	.favorite-product-card .img-holder {
		max-height: 115px;
	}

	.medical-list {
		font-size: 9px;
	}

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

	.medical-list [class*='icon'] {
		width: 18px;
		height: 18px;
	}

	.favorite-icon {
//		font-size: 18px;
	}

	.blog-h6 {
		font-size: 15px;
		line-height: 1.3;
	}

	.btn-learn-more {
		font-size: 12px;
	}

	.btn-learn-more .icon-arrow-righ-long {
		font-size: 20px;
	}

	.news-card {
		padding: 20px 20px 20px;
	}

	.news-card .btn-learn-more {
		left: 20px;
	}

	.features-description {
		font-size: 13px;
		line-height: 1.3;

		padding: 10px 10px 20px 10px;
	}

	.proposition-holder {
		margin: 25px auto 0;
	}

	.intro-checkers {
		text-align: center;

		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.intro-checkers .checkers {
		padding: 7px 20px;
	}

	.intro-heading mark::after {
		bottom: -4px;

		height: 4px;
	}

	.standart-section {
		padding: 20px 0 12px 0;
	}

	.business-section {
		padding: 20px 0 12px 0;
	}

	.one-shop-section {
		padding: 20px 0 12px 0;
	}

	.what-sets-section {
		padding: 20px 0 12px 0;
	}

	.locations-tab .card {
		width: 45%;
	}

	.locations-tab .cards-holder {
		margin: 0 -10px 25px;
	}

	.deals-tab .cards-holder {
		margin: 0 -4px 15px;

		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.deals-tab .features-card {
		width: 85%;
		padding: 0;
	}

	.deals-card {
		max-width: none;
	}

	.products-tab {
		padding: 20px 0 12px 0;
	}

	.products-tab .cards-holder {
		margin: 0 -15px 20px;
	}

	.products-tab .card {
		width: 50%;
	}

	.brands-tab {
		padding: 20px 0 12px 0;
	}

	.brands-tab .title-heading {
		margin: 0 0 25px;
	}

	.brands-tab .card {
		width: 50%;
	}

	.blogs-section {
		padding: 20px 0 12px 0;
	}

	.blogs-section .title-heading {
		margin: 0 0 25px;
	}

	.blogs-section .card {
		width: 75%;
	}

	.brands-card h6,
	.products-card h6 {
		font-size: 15px;

		margin: 0 0 6px;
	}

	.brands-description,
	.products-description {
		font-size: 13px;
	}

	.tv-section {
		padding: 20px 0 12px 0;
	}

	.tv-section .title-heading {
		margin: 0 0 20px;
	}

	.tv-section .video-block {
		margin: 0 0 25px;
	}

	.video-block .col-1 iframe {
		height: 400px;
	}

	.contact-section {
		padding: 38px 0 25px;
	}

	.contact-section .btn-white {
		font-size: 13px;
	}

	.contact-section .title-heading {
		margin: 0 0 25px;
	}

	.about-section {
		padding: 20px 0 12px 0;
	}

	.subscribe-section .subsribe-content {
		min-width: auto;
		padding: 0;

		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tabs-list {
		font-size: 14px;
	}

	.tabs-list li {
		padding: 8px 20px 8px 0;
	}
/*
	.tabs-list li:last-child {
		padding: 8px 20px 8px 0;
	}
*/
	.tabs-list a {
		padding: 0 0 8px;
	}
/*
	.popup-filter {
		top: 67px;
	}
*/
	.filter-block .field {
		padding: 0;
	}

	.search-block input {
		min-width: 315px;
		min-height: 40px;
	}

	.search-block button .icon-search {
		font-size: 22px;
	}

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

	.section-description,
	.text-content {
		font-size: 14px;
		line-height: 1.3;

		margin: 0 0 25px;
	}

	.section-description p,
	.text-content p {
		margin: 0 0 20px;
	}

	.testimonials-section {
		padding: 70px 0;
	}

	.testimonials-slider .icon-quote {
		font-size: 27px;

		margin: 0 0 15px;
	}

	.testimonials-slider .slick-prev,
	.testimonials-slider .slick-next {
		font-size: 20px;
	}

	.testimonials-slider .slick-dots button {
		width: 7px;
		height: 7px;
	}

	.testimonials-slider blockquote {
		font-size: 27px;
	}

	.qoute-author {
		font-size: 14px;
	}

	.invest-section {
		padding: 40px 0;
	}

	.invest-section .section-description {
		margin: 0 0 25px;
	}

	.contact-section-about {
		padding: 25px 0 75px;
	}

	.contact-section-about .title-heading,
	.contact-section-about .social-list {
		margin: 0 0 25px;
	}

	.find-col input {
		padding: 7px 10px;
	}

	.found-products-tab {
		padding: 20px 0;
	}

	.found-products-tab .title-heading {
		margin: 0 0 15px;
	}

	.found-products-tab .text-content {
		line-height: 1.3;

		margin: 0 0 20px;
		padding: 20px 0;
	}

	.text-content {
		line-height: 1.3;

		margin: 0 0 20px;
		padding: 20px 0;
	}

	.description-list {
		padding: 7px 10px 7px 20px;
	}

	.description-list li {
		font-size: 13px;
		line-height: 1.3;

		margin: 0 0 15px;
	}

	.description-list li::before {
		top: 5px;
		left: -14px;

		width: 5px;
		height: 5px;
	}

	.features-card.ec-no-image {
		width: 50%;
	}

	.features-card.ec-no-image .features-card-holder .features-description {
		padding: 9px 13px 25px;
	}

	.features-card.ec-no-image .features-card-holder .btn-learn-more {
		top: calc(100% - 25px);
	}

	.features-card {
		width: 100%;
	}

	.features-card-holder.events-card h3 {
		line-height: 1.3;

		margin: 0 0 7px;
	}

	.features-card-holder.events-card .features-description {
		font-size: 13px;
		line-height: 1.3;

		padding: 9px 13px 8px;
	}

	.features-card-holder.events-card .features-description h3 {
		font-size: 16px;
		line-height: 1.3;
	}

	.features-card-holder h3 {
		font-size: 18px;
	}

	.show-more {
		font-size: 11px;
	}

	.section-filter-events {
		padding: 20px 0 15px;
	}

	.section-events {
		padding: 15px 0;
	}

	.section-events .cards-holder {
		margin: 0 -10px 15px;
	}

	.faq-section .section-description {
		margin: 0 0 25px;
	}

	.accordion li.active .icon-arrow-down {
		font-size: 14px;
	}

	.accordion li.active li .icon-arrow-down {
		font-size: 14px;
	}

	.accordion .text-content {
		margin: 0 0 25px;
	}

	.accordion .slide {
		font-size: 14px;
	}

	.accordion .icon-arrow-down {
		font-size: 17px;

		margin: 0 0 0 15px;
	}

	.accordion-item {
		margin: 0 0 10px;
	}

	.accordion-item .h4 {
		font-size: 18px;
	}

	.faq-list ul {
		padding: 0 0 0 20px;
	}

	.faq-list .h3 {
		font-size: 20px;
	}

	.profile-tab-content .accordion-item .h4 {
		font-size: 17px;
	}

	.product-page {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.product-aside {
		width: 100%;
		max-width: none;
		margin: 0 0 20px;
	}

	.product-aside .product-logo {
		margin: 0 0 10px;
		float:left;
	}

	.product-aside .product-info {
		margin: 90px 0 0 205px;
	}

	.product-aside .product-name {
		font-size: 23px;
		margin: 0;
		color:#fff;
		white-space:nowrap;
		text-overflow:ellipsis;
		height:50px;
	}

	.product-aside .btns-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin:10px 0 0;
	}

	.product-aside .star-rating {
		margin: 0;
	}

	.product-content {
		width: 100%;
		min-height: auto;
		margin: 0;
		padding: 15px 15px 20px;
	}

	.product-content .gray-line-tabs li {
		font-size: 15px;

		padding: 8px 15px 8px 0;
	}

	.product-content .text-content {
		line-height: 1.3;
	}

	.product-content .slide .text-content {
		font-size: 14px;
		line-height: 1.3;
	}

	.section-premium {
		padding: 0 0 25px;
	}

	.section-profile .tabs-list li {
		padding: 8px 35px 8px 0;
	}

	.section-profile .tabs-list li:last-child {
		padding: 8px 10px 8px 0;
	}

	.profile-header {
		font-size: 15px;
	}

	.profile-header .title-name h3 {
		font-size: 20px;
	}

	.profile-header .tel {
		font-size: 14px;
	}

	.profile-tabs .jcf-select-text {
		font-size: 13px;
	}

	.popup-header .popup-btns li {
		padding: 0 13px 10px 0;
	}

	.popup-main .coupon-block {
		padding: 15px;
	}

	.popup-main .coupon-block h4 {
		font-size: 20px;
	}

	.main-offer-list .price {
		font-size: 17px;
	}

	.user-section {
		padding: 15px 0 25px;
	}

	.favorites-holder .title h5 {
		font-size: 15px;
	}

	.saved-block .saved-deals .card {
		width: 50%;
	}

	.saved-block .saved-deals .card .medical-list {
		margin: 0;
	}

	.saved-block .cards-holder {
		margin: 0 -15px 15px;
	}

	.saved-block .card {
		width: 50%;
	}

	.saved-block .title-heading {
		margin: 0 0 10px;
		padding: 10px 0 0 0;
	}

	.saved-block .title-heading h2 {
		font-size: 22px;
	}

	.see-all {
		font-size: 13px;

		top: 48%;
	}

	.login-form-popup {
		min-width: 400px;
		padding: 25px 10px;
	}

	.login-form-popup input {
		padding: 10px;
	}

	.login-form-popup .fancybox-close-small {
		top: 0;
		right: 0;
	}

	.login-form-popup .forgor-pass {
		font-size: 13px;
	}

	.login-form-popup .sign-question {
		font-size: 13px;
	}

	.section-strain .strain-holder .strain-info {
		font-size: 14px;

		padding: 10px 0 0 15px;
	}

	.section-strain .strain-holder .title-info h3 {
		font-size: 20px;
	}

	.section-find .tabset {
		font-size: 13px;
	}

	.section-find .tab-content {
		padding: 20px 0;
	}

	.section-find .tab-content h2 {
		font-size: 22px;

		margin: 0 0 15px;
	}

	.section-find .text-block {
		margin: 0 0 40px;
	}

	.section-find .text-block p {
		margin: 0 0 25px;
	}
/*
	.overview-holder {
		margin: 0 0 20px;
	}
*/
	.overview-holder .overview-col {
		width: 60%;
	}

	.overview-holder .overview-col:last-child {
		width: 40%;
	}

	.find-cols {
		margin: 0 0 25px;

		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.find-cols .col {
		width: 100%;
	}

	.find-cols .col:last-child {
		width: 100%;
		min-height: 312px;
	}

	.find-cols .boxes .address-box .product-name {
		font-size: 16px;
	}

	.find-cols .boxes .address-box address {
		font-size: 13px;
	}

	#footer .footer-list {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	#footer .footer-list .footer-col {
		width: 50%;
	}

	#footer .footer-list .footer-col:last-child {
		display: block;

		width: 25%;
	}

	#footer .footer-list .footer-col:last-child .opener {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		width: 100%;
		margin: 0 0 25px;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#footer .footer-list .footer-col:last-child .opener .icon-arrow-down {
		font-size: 20px;

		display: block;
	}

	#footer .footer-list .footer-col:last-child .slide {
		padding: 0 0 15px;
	}

	#footer .footer-list .footer-col:last-child .h6 {
		color: #fff;
	}

	#footer .footer-list .footer-nav {
		width: 100%;
	}
}

@media (max-width: 820px) {
	.deal-card {
		padding: 10px 5px 45px 10px;
	}
}

@media (max-width: 680px) {
	.deals-tab .deals-card-holder {
		width: 50%;
	}
}

@media (max-width: 665px) {
	.video-block .col-1 iframe {
		height: 350px;
	}
}

@media (max-width: 625px) {
	.overview-holder {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.overview-holder .overview-col {
		width: 100%;
//		padding: 0 0 25px 0;
	}

	.overview-holder .overview-col:last-child {
		width: 75%;
	}
}

@media (max-width: 615px) {
	.deal-card .medical-list {
		margin: 6px 0 0 0;
	}
}

@media (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 570px) {
	#footer .terms,
	#footer .copyright {
		font-size: 11px;
		line-height: 1.4;
	}
}

@media (max-width: 560px) {
	.locations-tab .card {
		width: 65%;
	}
}

@media (max-width: 555px) {
	.saved-block .saved-deals .card {
		width: 100%;
	}
}

@media (max-width: 550px) {
	.section-events .card {
		width: 100%;
	}
}

@media (max-width: 517px) {
	.profile-tabs .card {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.jcf-select {
		min-width: 150px;
		min-height: 29px;
	}

	.jcf-select .jcf-select-text {
		font-size: 12px;
		line-height: 28px;
	}

	.fancybox-content {
		top: 0;
		width:100%;
	}

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

	h2,
	.h2 {
		font-size: 22px;
	}

	h4,
	.h4 {
		font-size: 16px;
	}

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

	input[type='text'],
	input[type='tel'],
	input[type='email'],
	input[type='search'],
	input[type='password'],
	textarea {
		font-size: 12px;
	}

	input[type='text']::-webkit-input-placeholder,
	input[type='tel']::-webkit-input-placeholder,
	input[type='email']::-webkit-input-placeholder,
	input[type='search']::-webkit-input-placeholder,
	input[type='password']::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 12px;
	}

	input[type='text']::-moz-placeholder,
	input[type='tel']::-moz-placeholder,
	input[type='email']::-moz-placeholder,
	input[type='search']::-moz-placeholder,
	input[type='password']::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 12px;
	}

	input[type='text']:-moz-placeholder,
	input[type='tel']:-moz-placeholder,
	input[type='email']:-moz-placeholder,
	input[type='search']:-moz-placeholder,
	input[type='password']:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 12px;
	}

	input[type='text']:-ms-input-placeholder,
	input[type='tel']:-ms-input-placeholder,
	input[type='email']:-ms-input-placeholder,
	input[type='search']:-ms-input-placeholder,
	input[type='password']:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 12px;
	}

	input[type='text'].placeholder,
	input[type='tel'].placeholder,
	input[type='email'].placeholder,
	input[type='search'].placeholder,
	input[type='password'].placeholder,
	textarea.placeholder {
		font-size: 12px;
	}

	button,
	input[type='button'],
	input[type='reset'],
	input[type='file'],
	input[type='submit'] {
		font-size: 14px;
	}

	.checkers {
		font-size: 12px;
	}

	#header {
		padding: 15px 0 12px;
	}

	#header .logo-white {
		width: 137px;
	}

	.nav-opener {
		top: auto;
		bottom: 0;
	}
	.nav-opener-homepage {
//		right:20px;
	}
/*
	.nav-active .nav-drop .main-nav-1::after {
		width: 81%;

		-webkit-animation: anim-line-nav-2 .3s ease-out forwards .4s;
				animation: anim-line-nav-2 .3s ease-out forwards .4s;
	}
*/
	.btn {
		min-height: auto;
		padding: 6px 10px;
	}

	.btn .icon-arrow-righ-long {
		font-size: 18px;
	}

	.btn-transperent {
		font-size: 14px;

		min-width: 257px;
		margin: 0 0 0 6px;
	}

	.btn-white {
		font-size: 12px;

		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;

		min-width: 160px;
		max-width: none;
		padding: 7px 13px;
	}

	.btn-blue {
		font-size: 12px;

		max-width: 200px;
		padding: 7px 13px;
	}

	.title-heading {
//		margin: 0 0 24px;
		margin: 0;
		padding: 12px 0 0 0;

		text-align: left;
	}

	.title-heading::before {
		top: 0;
		left: 0;

		width: 30px;
		height: 4px;

		-webkit-transform: translate(0, 0);
			-ms-transform: translate(0, 0);
				transform: translate(0, 0);
	}

	.title-heading h2 {
		margin: 0 0 10px;

		letter-spacing: -.9px;
	}

	.title-heading .subtitle {
		font-size: 12px;
		line-height: 1.4;
	}

	.favorite-icon {
//		font-size: 16px;
	}

	.blog-h6 {
		font-size: 12px;
	}

	.btn-learn-more {
		font-size: 11px;
	}

	.btn-learn-more .icon-arrow-righ-long {
		font-size: 18px;
	}

	.news-card {
		padding: 15px 15px 20px;
	}

	.news-card .btn-learn-more {
		left: 15px;
	}

	.event-city {
		font-size: 11px;
	}

	.event-date {
		font-size: 12px;
	}

	.features-description {
		font-size: 12px;
	}

	.proposition-holder {
		margin: 15px auto 0;
	}

	.back-link {
		margin: 0 0 15px;
	}

	.holder {
		padding: 0 15px;
	}

	.intro-section .search-block button {
		font-size: 13px;

		min-width: auto;
	}

	.advert-block .advert-holder {
		max-width: 175px;
	}

	.intro-checkers .checkers {
		padding: 7px;
	}

	.intro-heading mark::after {
		bottom: 0;
	}

	.standart-section {
		padding: 15px 0;
	}

	.business-section {
		padding: 15px 0;
	}

	.one-shop-section {
		padding: 15px 0;
	}

	.one-shop-section .section-description {
		margin: 0 0 20px;
	}

	.one-shop-section .card {
		width: 100%;
	}

	.what-sets-section {
		padding: 15px 0;
	}

	.locations-tab.locations-tab-2 .cards-holder {
		margin: 0 -10px 15px;
	}

	.cards-holder .deal.card,
	.cards-holder .livedeal.card,
	.cards-holder .location.card,
	.cards-holder .product.card,
	.cards-holder .brand.card,
	.cards-holder .strain.card {
		width: 90%;
	}

	.locations-tab .cards-holder {
		margin: 0 -10px 15px;
	}

	.deals-tab .features-card {
		width: 100%;
		padding: 0;
	}

	.products-tab {
		padding: 15px 0;
	}

	.products-tab .img-holder {
		height: 130px;
	}

	.products-tab .cards-holder {
		margin: 0 -15px 15px;
	}

	.brands-tab {
		padding: 15px 0;
	}

	.brands-tab .title-heading {
		margin: 0 0 15px;
	}

	.blogs-section {
		padding: 15px 0;
	}

	.blogs-section .title-heading {
		margin: 0 0 15px;
	}

	.blogs-section .card {
		width: 100%;
	}

	.brands-card h6,
	.products-card h6 {
		font-size: 14px;
	}

	.brands-description,
	.products-description {
		font-size: 12px;
		line-height: 1.3;
	}

	.section-banner .holder {
//		min-height: 454px;
		height:200px;
//		-webkit-box-align: start;
//		-ms-flex-align: start;
//		align-items: flex-start;
	}

	.tv-section {
		padding: 15px 0;
	}

	.tv-section .title-heading {
		margin: 0 0 15px;
	}

	.tv-section .video-block {
		margin: 0 0 15px;
	}

	.about-leafbuyer .btn-transperent {
		font-size: 14px;

		min-width: 257px;
		margin: 0 0 0 6px;
	}

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

	.banner-title h2 {
//		line-height: 1.4;
		text-align:center;
	}

	.video-block .col-1 iframe {
		height: 250px;
	}

	.contact-section {
		padding: 20px 0 20px;
	}

	.contact-section .btn-white {
		font-size: 14px;

		width: 118%;
		min-height: 50px;
		margin: 0 -25px;
		padding: 10px 15px;
	}

	.contact-section .title-heading {
		margin: 0 0 24px;
		padding: 12px 0 0 0;
//		text-align: left;
	}
	.contact-section .title-heading h2 {
		text-align:left;
	}

	.contact-section .title-heading::before {
		top: 0;
		left: 0;

		width: 30px;
		height: 4px;

		-webkit-transform: translate(0, 0);
			-ms-transform: translate(0, 0);
				transform: translate(0, 0);
	}

	.about-section {
		padding: 15px 0;
	}

	.subscribe-section {
		display: none;
	}

	.subscribe-section h6 {
		margin: 0 20px 5px 0;
	}

	.subscribe-section .btn-blue {
		font-size: 12px;

		min-width: auto;
		max-width: 200px;
		padding: 7px 13px;
	}

	.tabs-list {
		font-size: 13px;
		overflow:auto;
	}

	.tabs-list li {
		padding: 6px 15px 6px 0;
	}
/*
	.tabs-list li:last-child {
		padding: 6px 15px 6px 0;
	}
*/
	.tabs-list a {
		padding: 0 0 6px;
	}

	.sorting-block.popup-active .popup-filter {
		-webkit-animation: anim-filter-mobile .7s ease-out forwards;
				animation: anim-filter-mobile .7s ease-out forwards;
	}

	.sorting-block {
		min-width: auto;

		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.sorting-block li {
//		margin: 0 10px 7px 0;
	}

	.sorting-block li:last-child {
		margin: 0 10px 7px 0;
	}

	.popup-filter {
		padding: 15px 10px;
	}

	.popup-filter .close-btn {
		font-size: 20px;

		top: 0;
	}

	.popup-filter .filter-btn {
		font-size: 13px;

		padding: 7px 10px;
		justify-content:center;
	}

	.popup-filter .popup-btns {
		padding: 15px 0 0 0;
	}

	.filter-block {
		padding: 10px 0 0;
	}

	.checkbox-group,
	.price-holder {
		padding: 15px 0 8px;
	}

	.range-val {
		padding: 0 15px 0 0;
	}

	.search-block input {
		min-width: auto;
		min-height: 35px;
	}

	.search-block button {
		min-width: auto;
	}

	.search-block button .icon-search {
		font-size: 20px;

		min-width: auto;
	}

	.tab-content {
		padding: 15px 0;
	}

	.section-description,
	.text-content {
		font-size: 13px;

		margin: 0 0 20px;
	}

	.section-description p,
	.text-content p {
		margin: 0 0 15px;
	}

	.testimonials-section {
		font-size: 50px 0;
	}

	.testimonials-slider .icon-quote {
		font-size: 22px;

		margin: 0 0 7px;
	}

	.testimonials-slider .slick-prev {
		left: -15px;
	}

	.testimonials-slider .slick-next {
		right: -15px;
	}

	.testimonials-slider .slick-dots button {
		width: 5px;
		height: 5px;
	}

	.testimonials-slide {
		padding: 0 10px;
	}

	.testimonials-slider blockquote {
		font-size: 22px;
	}

	.qoute-author {
		font-size: 13px;
	}

	.invest-section {
		padding: 30px 0;
	}

	.invest-section .section-description {
		margin: 0 0 15px;
	}

	.invest-section .btn-white {
		padding: 7px 13px;
	}

	.contact-section-about {
		padding: 38px 0 0;
	}

	.contact-section-about .title-heading,
	.contact-section-about .social-list {
		margin: 0 0 15px;
	}

	.found-products-tab {
		padding: 15px 0;
	}

	.found-products-tab .text-content {
		margin: 0 0 15px;
		padding: 15px 0;
	}

	.text-content {
		margin: 0 0 15px;
		padding: 15px 0;
	}

	.description-list li {
		font-size: 12px;
	}

	.features-card.ec-no-image {
		width: 100%;
	}

	.features-card-holder.events-card .features-description {
		font-size: 12px;
	}

	.features-card-holder.events-card .features-description h3 {
		font-size: 15px;
	}

	.features-card-holder h3 {
		font-size: 16px;
	}

	.show-more {
		font-size: 10px;
	}

	.faq-section .section-description {
		margin: 0 0 15px;
	}

	.accordion .text-content {
		margin: 0 0 15px;
	}

	.accordion .slide {
		font-size: 13px;
	}

	.accordion-item .h4 {
		font-size: 15px;
	}

	.faq-list ul {
		padding: 0 0 0 15px;
	}

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

	.faq-list .h3 {
		font-size: 18px;
	}

	.product-bg {
		min-height: 155px;
	}

	.profile-tab-content .accordion-item .h4 {
		font-size: 15px;
	}

	.product-page {
		margin: -70px 0 0 0;
	}

	.product-aside .product-info {
		margin: 75px 0 0 135px;
	}

	.product-aside .product-logo {
		max-width: 135px;
		height:initial;
		float:left;
	}

	.product-content .gray-line-tabs::after {
		display: none;
	}

	.product-content .gray-line-tabs li {
		font-size: 13px;

		padding: 6px 15px 6px 0;
	}

	.product-content .gray-line-tabs li::after {
		display: block;
	}

	.product-content .text-content {
		font-size: 13px;
	}

	.product-content .video-holder iframe {
		height: 200px;
	}

	.product-content .slide .text-content {
		font-size: 13px;
	}

	.section-premium {
		padding: 0 0 20px;
	}

	.section-profile .tabs-list li {
		padding: 6px 15px 6px 0;
	}

	.section-profile .tabs-list li:last-child {
		padding: 6px 8px 6px 0;
	}

	.profile-row .video-holder {
		width: 100%;
		min-width: auto;
	}

	.profile-row .video-holder iframe {
		height: 250px;
	}

	.profile-row .profile-col-2 {
		width: 100%;
	}

	.profile-header {
		font-size: 14px;
	}

	.profile-header .logo-holder {
		width: 50%;
	}

	.profile-header .title-info {
		width: 100%;
	}

	.profile-header .title-name h3 {
		font-size: 18px;
	}

	.profile-header .tel {
		font-size: 13px;
	}

	.profile-footer li:last-child {
		margin: 0 10px 7px 0;
	}

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

	.profile-footer .btn-ellipse {
		min-height: auto;
		padding: 7px 10px;
	}

	.profile-footer .link-website {
		font-size: 12px;
	}

	.profile-tabs .jcf-select {
		min-width: 165px;
		margin: 0 0 15px;
	}

	.profile-tabs .jcf-select-text {
		font-size: 12px;
	}

	.menu-list li {
		padding: 10px 6px;
	}

	.dose-list {
		margin: 0 0 10px;

		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.dose-list .dose {
		margin: 0 15px 7px 0;
	}

	.dose-list .dose:last-of-type {
		margin: 0 15px 10px 0;
	}

	.abilities-list {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.abilities {
		font-size: 10px;

		margin: 0 5px 7px 0;
		padding: 5px 10px;
	}

	.popup-main {
		padding: 15px;
	}

	.popup-main .tels {
		min-width: 220px;
	}

	.main-offer-list .dose {
		font-size: 15px;

		margin: 0 25px 0 0;
	}

	.popup-footer {
		padding: 15px;
	}

	.user-section {
		padding: 15px 0;
	}

	.saved-block .card {
		width: 100%;
	}

	.saved-block .title-heading {
		margin: 0 0 7px;
		padding: 7px 0 0 0;
	}

	.see-all {
		font-size: 12px;
	}

	.saved-searches .field::before {
		font-size: 18px;

		left: 5px;
	}

	.saved-searches input::-webkit-input-placeholder {
		font-size: 12px;
	}

	.saved-searches input::-moz-placeholder {
		font-size: 12px;
	}

	.saved-searches input:-moz-placeholder {
		font-size: 12px;
	}

	.saved-searches input:-ms-input-placeholder {
		font-size: 12px;
	}

	.saved-searches input.placeholder {
		font-size: 12px;
	}

	.saved-searches input {
		font-size: 12px;

		padding: 10px 15px 10px 25px;
	}

	.login-form-popup {
		min-width: 300px;
		padding: 25px 10px;
	}

	.login-form-popup form {
		padding: 0;
	}

	.login-form-popup .field label {
		font-size: 12px;
	}

	.login-form-popup .field.checkbox label {
		font-size: 12px;
	}

	.login-form-popup .forgor-pass {
		font-size: 12px;
	}

	.login-form-popup .btn {
		min-height: 35px;
	}

	.login-form-popup .log-in-btn {
		margin: 0 0 10px;
	}

	.login-form-popup .sign-question {
		font-size: 12px;
	}

	.login-form-popup .or-continue::before,
	.login-form-popup .or-continue::after {
		width: 80%;
	}

	.login-form-popup .or-continue::before {
		left: -90%;
	}

	.login-form-popup .or-continue::after {
		left: 110%;
	}

	.section-strain .strain-holder {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.section-strain .strain-holder .strain-image {
		border-radius:10px;
		width: 100%;
		max-width:initial;
		text-align:center;
	}

	.section-strain .strain-holder .strain-info {
		width: 100%;
		padding: 10px 0 0;
	}

	.section-strain .strain-holder .strain-ad {
		width:100%;
		text-align:center;
		margin:20px 0 10px;
		float:initial;
	}

	.section-strain .strain-holder .title-info h3 {
		font-size: 18px;
	}

	.section-find .tab-content h2 {
		font-size: 18px;

		margin: 0 0 10px;
	}

	.section-find .text-block {
		margin: 0 0 30px;
	}

	.section-find .text-block p {
		margin: 0 0 15px;
	}

	.overview-holder .overview-col:last-child {
		width: 100%;
	}

	.find-cols {
		margin: 0 0 20px;
	}

	.find-cols .col:last-child {
		min-height: 250px;
	}

	.find-cols .boxes .address-box .product-name {
		font-size: 15px;
	}

	.find-cols .boxes .address-box address {
		font-size: 12px;
	}

	#footer {
		padding: 85px 0 0;
	}

	#footer .logo {
		position: absolute;
		top: 31px;
		left: 25px;

		max-width: 165px;
	}

	#footer .terms,
	#footer .copyright {
		font-size: 14px;
		font-weight: 500;
	}

	#footer .terms {
		margin: 0 0 25px;
	}

	#footer .copyright {
		line-height: 1.6;
	}

	#footer .footer-list {
			flex-direction: column-reverse;

		padding: 0 0 0 5px;

		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
	}

	#footer .footer-list .footer-col {
		width: 100%;
	}

	#footer .footer-list .footer-col:last-child {
		width: 100%;
		padding: 0 0 12px;
	}

	#footer .footer-list .footer-col:last-child a {
		font-size: 14px;
	}

	#footer .footer-list .footer-col:last-child .opener {
		margin: 0 0 31px;
	}

	#footer .footer-list .footer-col:last-child .h6 {
		font-size: 18px;
	}

	.med-flav-eff-wrapper {
		width:99%;
	}

	.med-flav-eff-block {
//		width:99%;
		margin:0 5px 10px 0;
	}
}

@media (max-width: 479px) {
	form,
	fieldset {
		min-width: auto;
//		width:calc(100vw - 20px);
	}

	.contact-section-about form {
		min-width: auto;
		padding: 0;
	}
}

@media (max-width: 350px) {
	.profile-row .video-holder iframe {
		height: 185px;
	}
}

@media (max-width: 320px) {
	.holder {
		padding: 0 15px;
	}
}

@media (max-height: 576px) {
	.fancybox-caption {
		padding: 12px;
	}

	.fancybox-slide {
		padding-right: 6px;
		padding-left: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		top: 0;
		right: 0;

		width: 36px;
		height: 36px;
		padding: 6px;

		opacity: 1;
		color: #f2f4f6;
		background: #4e4e4e;
	}
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
				transform: rotate(1turn);
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
				transform: rotate(1turn);
	}
}

@-webkit-keyframes anim-line-nav {
	0% {
		width: 0;

		opacity: 0;
	}

	100% {
		width: 90%;

		opacity: .6;
	}
}

@keyframes anim-line-nav {
	0% {
		width: 0;

		opacity: 0;
	}

	100% {
		width: 90%;

		opacity: .6;
	}
}

@-webkit-keyframes anim-line-nav-2 {
	0% {
		width: 0;

		opacity: 0;
	}

	100% {
		width: 81%;

		opacity: .6;
	}
}

@keyframes anim-line-nav-2 {
	0% {
		width: 0;

		opacity: 0;
	}

	100% {
		width: 81%;

		opacity: .6;
	}
}

@-webkit-keyframes anim-filter {
	0% {
		visibility: hidden;

		-webkit-transform: translate(-500px, 0) scale(0);
				transform: translate(-500px, 0) scale(0);

		opacity: 0;
	}

	100% {
		visibility: visible;

		-webkit-transform: translate(0, 0) scale(1);
				transform: translate(0, 0) scale(1);

		opacity: 1;
	}
}

@keyframes anim-filter {
	0% {
		visibility: hidden;

		-webkit-transform: translate(-500px, 0) scale(0);
				transform: translate(-500px, 0) scale(0);

		opacity: 0;
	}

	100% {
		visibility: visible;

		-webkit-transform: translate(0, 0) scale(1);
				transform: translate(0, 0) scale(1);

		opacity: 1;
	}
}

@-webkit-keyframes anim-filter-mobile {
	0% {
		visibility: hidden;

		-webkit-transform: translate(-500px, 0) scale(0);
				transform: translate(-500px, 0) scale(0);

		opacity: 0;
	}

	100% {
		visibility: visible;

		-webkit-transform: translate(0, 0) scale(1);
				transform: translate(0, 0) scale(1);

		opacity: 1;
	}
}

@keyframes anim-filter-mobile {
	0% {
		visibility: hidden;

		-webkit-transform: translate(-500px, 0) scale(0);
				transform: translate(-500px, 0) scale(0);

		opacity: 0;
	}

	100% {
		visibility: visible;

		-webkit-transform: translate(0, 0) scale(1);
				transform: translate(0, 0) scale(1);

		opacity: 1;
	}
}

@-webkit-keyframes scale-show-more {
	0% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 1;
	}

	50% {
		-webkit-transform: scale(0);
				transform: scale(0);

		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 1;
	}
}

@keyframes scale-show-more {
	0% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 1;
	}

	50% {
		-webkit-transform: scale(0);
				transform: scale(0);

		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 1;
	}
}

note::before {
	content:'To-Do';
}
note {
	width:100%;
	clear:both;
	color:red;
	padding:20px 20px;
}
note ul {
	list-style: disc inside;
}

.loading-wrapper {
	width:100%;
	text-align:center;
}

.loading {
	width:150px;
	border:solid #888 2px;
	border-radius:10px;
	box-shadow: 0 2px 4px 0 rgba(51, 51, 51, .5);
}

.button {
	z-index: 5;
	background: #0063A7;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
	line-height: 1.66em;
	cursor: pointer;
	padding: 8px;
}

.opened {
	display:initial;
}

.closed {
	display:none;
}
@media (hover:none) {
	::-webkit-scrollbar {
		display:none;
//	    width: 0px;
//	    background: transparent;
	}

	::-webkit-scrollbar-thumb {
// 	   background: #FF0000;
	}
}

.detail-map-wrapper {
	padding: 0;
	margin: 0;
	overflow:hidden;
	z-index:1;
	border:solid white 7px;
	height:100%;
	width:100%;
	position:relative;
}
.detail-map-wrapper.initial {
	position:absolute;
	top:-1000px;
	visibility:hidden;
	width:100px;
	height:100px;
}
.detail-map-wrapper .detail-map {
	position:relative;
	width:calc(100% - 250px);
	height:100%;
	left:250px;
/*
	top:0;
	right:0;
	bottom:0;
	left:0;
*/
}
.detail-map-wrapper .detail-list {
	position:absolute;
	top:0;
	left:0;
//	display:none;
	overflow-x:hidden;
	overflow-y:scroll;
	background-color:#fff;
	width:250px;
	height:100%;
	z-index:5;
	-webkit-box-shadow: 5px 0 5px 0px #aaa;
	box-shadow: 5px 0 5px 0px #aaa;
	border:solid #aaa 1px;
}
@media (max-width:480px) {
	.detail-map-wrapper .detail-map {
		width:100%;
		left:0;
		position:unset;
		overflow:hidden;
	}
	.detail-map-wrapper .detail-list {
		display:none;
	}
}

.lbmpanelheader .btn-ellipse {
	width:150px;
	display:inline-flex;
}

.lbmcoupon #medurl,
.lbmcoupon #recurl,
.lbmcoupon #textdeal,
.lbmcoupon #textalert {
	display:none;
}

.refresh-map {
	display:none;
    position: absolute;
    top: 10px;
    left: 50%;
	z-index: 0;
}

.media-item {
    border:3px solid #ccc;
    border-radius:5px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.faqs-laws .holder {
	border-top:solid #ccc 1px;
}
.faqs-laws .holder:last-child {
	border-bottom:solid #ccc 1px;
}

.contact-section h2 {
	margin:0 0 20px 0;
}
.contact-section .subscribe {
	display:none;
}
.contact-section .subscribe-form {
	max-width:100%;
	margin: 0 0 20px 0;
}
.contact-section .subscribe-button {
	width:250px;
	justify-content:center;
	margin:0 auto;
}

.posC-holder .col-1 iframe {
	height:435px;
}
@media (max-width:820px) {
	.posC-holder .col-1 iframe {
		height:calc(100vw * 0.5625);	// 16:9
	}
}

.guides-section img {
	margin:0 0 10px;
}

@media (max-width:820px) {
	.blogs-section .img-holder {
		text-align:center;
	}
}

.adv-label {
	max-width:300px;
	margin:0 5px;
}
@media (max-width:820px) {
	.adv-label {
		display:inline-block;
	}
}

.font10 {
	font-size: 10px !important;
}
.font12 {
	font-size: 12px !important;
}
.font14 {
	font-size: 14px !important;
}
.font16 {
	font-size: 16px !important;
}
.font18 {
	font-size: 18px !important;
}
.font20 {
	font-size: 20px !important;
}
.font24 {
	font-size: 24px !important;
}
font32 {
	font-size: 32px !important;
}

@media (min-width:1024px) {
.account {
    padding: 2px 3.5px;
    border-radius: 25px;
    height: 35px;
    width: 35px;
}
.account.on {
    border: solid transparent 2px;
    background: #fff;
}

.account.off {
    border: solid #fff 2px;
}

.account.on .icon-user::before {
	color:#005793;
}
.account.off .icon-user::before {
	background:transparent;
}
.drop-down-menu li.on {
	display:block;
}
.drop-down-menu li.off {
	display:none;
}

.drop-down.nocaret {
	padding-right:0 !important;
}
.drop-down.nocaret .drop-down-menu {
	left:-75px;
}
.drop-down.nocaret::after {
	display:none;
}
}
@media (max-width:820px) {
	.td-search-form-widget .td-widget-search-input {
		width: 90%;
	}
	.td-search-form-widget .wpb_button {
	    height: 36px;
	    right: 40px;
	    top: 2px;
	}
}

.no-scroll {
	overflow: hidden;
}

.breadcrumbs-profile,
.breadcrumbs-results,
.breadcrumbs-strains {
	margin:-10px 0 20px 0;
}
.breadcrumbs-premium {
//	margin:-10px 0 20px 0;
	position:absolute;
	top:-55px;
	left:0;
}

.breadcrumb-element {
	font-size:14px;
	text-decoration:underline;
}

.breadcrumbs-premium a {
	color:#fff;
}

[lazy-src] {
	visibility:hidden;
}
.lazy-loaded {
	opacity: '';
	visibility: '';
}
