/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 23, 2020 */

@font-face {
	font-family: "dearjoe_6";
	src: url("../fonts/dearjoe6-webfont.eot");
	src: url("../fonts/dearjoe6-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dearjoe6-webfont.woff") format("woff"), url("../fonts/dearjoe6-webfont.ttf") format("truetype"), url("../fonts/dearjoe6-webfont.svg#dearjoe_6regular") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "NeutraTextBold";
	src: url("../fonts/NeutraText-Bold.eot");
	src: url("../fonts/NeutraText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeutraText-Bold.woff") format("woff"), url("../fonts/NeutraText-Bold.ttf") format("truetype"), url("../fonts/NeutraText-Bold.svg#NeutraText-Bold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "NeutraTextBook";
	src: url("../fonts/NeutraText-Book.eot");
	src: url("../fonts/NeutraText-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/NeutraText-Book.woff") format("woff"), url("../fonts/NeutraText-Book.ttf") format("truetype"), url("../fonts/NeutraText-Book.svg#NeutraText-Book") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "NeutraTextBoldAlt";
	src: url("../fonts/NeutraText-BoldAlt.eot");
	src: url("../fonts/NeutraText-BoldAlt.eot?#iefix") format("embedded-opentype"), url("../fonts/NeutraText-BoldAlt.woff") format("woff"), url("../fonts/NeutraText-BoldAlt.ttf") format("truetype"), url("../fonts/NeutraText-BoldAlt.svg#NeutraText-BoldAlt") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "NeutraTextBookAlt";
	src: url("../fonts/NeutraText-BookAlt.eot");
	src: url("../fonts/NeutraText-BookAlt.eot?#iefix") format("embedded-opentype"), url("../fonts/NeutraText-BookAlt.woff") format("woff"), url("../fonts/NeutraText-BookAlt.ttf") format("truetype"), url("../fonts/NeutraText-BookAlt.svg#NeutraText-BookAlt") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "NeutraTextDemiAlt";
	src: url("../fonts/NeutraText-DemiAlt.eot");
	src: url("../fonts/NeutraText-DemiAlt.eot?#iefix") format("embedded-opentype"), url("../fonts/NeutraText-DemiAlt.woff") format("woff"), url("../fonts/NeutraText-DemiAlt.ttf") format("truetype"), url("../fonts/NeutraText-DemiAlt.svg#NeutraText-DemiAlt") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "NeutraTextLightAlt";
	src: url("../fonts/NeutraText-LightAlt.eot");
	src: url("../fonts/NeutraText-LightAlt.eot?#iefix") format("embedded-opentype"), url("../fonts/NeutraText-LightAlt.woff") format("woff"), url("../fonts/NeutraText-LightAlt.ttf") format("truetype"), url("../fonts/NeutraText-LightAlt.svg#NeutraText-LightAlt") format("svg");
	font-weight: 300;
	font-style: normal;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #b7b7b7;
	background: #fff;
	margin: 0;
	min-width: 0;
	height: 34px;
	border-radius: 4px;
	width: 100%;
}

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

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 16px;
	line-height: 1.25;
	margin: 0;
	color: #000;
	padding: 6px 34px 6px 9px;
}

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

.jcf-select .jcf-select-opener:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

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

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

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

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid transparent;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 1.25;
	font-size: 16px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

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

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 6px 9px;
	color: #000;
	height: 1%;
}

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

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #b7b7b7;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: normal;
	font-weight: normal;
	display: block;
	padding: 6px 9px;
	cursor: default;
	color: #000;
}

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

.jcf-option.jcf-option-placeholder-option {
	display: none;
}

/* common custom form elements styles */

/* Slick slider styles */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	border-radius: 0;
	padding: 9px 10px !important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 10px 10px 10px rgba(59, 59, 59, .3);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

/*#fancybox-loading,*/
/*.fancybox-close,*/
/*.fancybox-prev span,*/
/*.fancybox-next span {*/
	/*background-image: url("../images/fancyBox/fancybox_sprite.png");*/
/*}*/

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancyBox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	bottom: 100%;
	left: 100%;
	width: 33px;
	height: 33px;
	cursor: pointer;
	z-index: 8040;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #000;
	color: #fff;
	margin: 0 0 -17px -17px;
}

.fancybox-close:before {
	content: "X";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	font-size: 23px;
}

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

.fancybox-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	text-decoration: none;
	z-index: 8040;
	width: 33px;
	height: 33px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #000;
	color: #fff;
}

.fancybox-nav:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	font-size: 25px;
}

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

.fancybox-prev {
	left: -20px;
}

.fancybox-prev:before {
	content: "<";
}

.fancybox-next {
	right: -20px;
}

.fancybox-next:before {
	content: ">";
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
	color: #666;
}
#fancybox-image-details-caption{
	font-weight: bold;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

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

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

#header {
	top: 0;
	left: 0;
	right: 0;
	min-width: 32rem;
	z-index: 1000;
}

#header .container {
	max-width: 120rem;
}

.logo {
	width: 23.5rem;
}

.navbar {
	width: calc(100% - 23.5rem);
}

.navbar-toggler {
	width: 4rem;
	height: 4rem;
	border: .1rem solid #fff;
	border-radius: .5rem;
	display: block;
}

.navbar-toggler.collapsed:before,
.navbar-toggler.collapsed:after {
	top: 30%;
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.navbar-toggler.collapsed:after {
	top: 70%;
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.navbar-toggler.collapsed span {
	opacity: 1;
}

.navbar-toggler:before,
.navbar-toggler:after,
.navbar-toggler span {
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	height: .2rem;
	background: #fff;
	border-radius: .5rem;
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.navbar-toggler:before,
.navbar-toggler:after {
	content: "";
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.navbar-toggler:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.navbar-toggler span {
	opacity: 0;
}

.navbar-collapse {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #000;
	overflow: hidden;
	overflow-y: auto;
	max-height: calc(100vh - 6rem);
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
}

.navbar-nav .nav-item.active .nav-link {
	color: #8ac865;
}

.navbar-nav .nav-item.active .nav-link.header-btn {
	background: #8ac865;
	color: #fff;
}

.navbar-nav .nav-link {
	color: #fff;
	vertical-align: top;
}

.navbar-nav .nav-link.header-btn {
	border: .1rem solid #8ac865;
	border-radius: .2rem;
}

.navbar-nav .nav-link.header-btn:hover {
	background: #8ac865;
	color: #fff;
}

.navbar-nav .nav-link:hover {
	color: #8ac865;
}

html {
	font-size: 10px;
	line-height: 1.4;
}

body {
	min-width: 320px;
}

#wrapper {
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 1.14;
}

a,
button,
.btn {
	-webkit-transition: color .3s linear, background .3s linear, opacity .3s linear;
	transition: color .3s linear, background .3s linear, opacity .3s linear;
}

a:hover,
button:hover,
.btn:hover {
	text-decoration: none;
}

a:focus,
a:active,
button:focus,
button:active,
.btn:focus,
.btn:active {
	outline: none;
	box-shadow: none;
}

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

#main {
	min-height: 100vh;
}

.intro-block {
	min-height: calc(100vh - 6rem);
	background-size: cover;
	background-position: center;
	font-size: 2rem;
	line-height: 1.281;
	text-shadow: .6rem .6rem 1.5rem rgba(59, 59, 59, .54);
}

.intro-block h1 {
	font-size: 2rem;
	line-height: 1.154;
	font-weight: 400;
}

.intro-block h1 .greet {
	font-size: 6rem;
	line-height: 1;
	text-shadow: .4rem .4rem .1rem rgba(59, 59, 59, .5);
}

.intro-block h1 .text {
	text-shadow: .6rem .4rem .5rem rgba(59, 59, 59, .6);
}

.intro-block .text-holder {
	max-width: 40rem;
}

.font-neutra-text {
	font-family: "NeutraText", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

.font-neutra-text-alt {
	font-family: "NeutraTextAlt","NeutraText", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.font-neutra-demi-alt {
	font-family: "NeutraTextDemiAlt","NeutraTextAlt", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.font-neutra-book-alt {
	font-family: "NeutraTextBookAlt","NeutraText",Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.font-neutra-bold-alt {
	font-family: "NeutraTextBoldAlt","NeutraText", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

.font-dearjoe {
	font-family: "dearjoe_6" !important;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	border-radius: .4rem;
	margin: 0;
	padding: .3rem 1rem .2rem;
	font-size: 1.6rem;
	line-height: 1.25;
	min-width: 15rem;
}

.btn.btn-primary {
	color: #000;
}

.page-header h1,
.page-header .h1 {
	border: .2rem solid #000;
	border-radius: .4rem;
	font-size: 2rem;
	line-height: 1;
	font-weight: 400;
	min-width: 25rem;
	box-shadow: inset 0 .4rem .4rem rgba(0, 0, 0, .48);
}

.about-section {
	max-width: 104.6rem;
}

.about-content {
	border: .1rem solid #b7b7b7;
	border-radius: .5rem;
	font-size: 1.4rem;
	line-height: 1.25;
}

.about-content .img-holder {
	width: 14.0rem;
}

.about-content .img-holder img {
	width: 100%;
	max-width: none;
}

.about-content h2,
.about-content .h2 {
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: 700;
}

.signup-form {
	max-width: 75.1rem;
	font-size: 1.4rem;
	line-height: 1.071;
}

.signup-form h2,
.signup-form .h2 {
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: 700;
}

.signup-form .form-row-holder {
	border-radius: .4rem;
	border: .1rem solid #b7b7b7;
	background: #c3e0ae;
}

.signup-form .label-holder {
	width: 100%;
}

.signup-form .input-holder {
	width: 100%;
}

.signup-form label {
	vertical-align: top;
	font-size: 1.6rem;
	line-height: 1.25;
}

.signup-form .form-control {
	width: 100%;
	outline: none;
	-webkit-appearance: none;
	box-shadow: none;
	padding: .6rem .9rem;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.25;
	color: #000;
	height: 3.4rem;
	border-radius: .4rem;
	background: #fff;
	border: .1rem solid #b7b7b7;
}
.signup-form .form-control.textbox-medium {
	width: 50%;
}

.signup-form .form-control:focus {
	border: .1rem solid #b7b7b7;
}

.signup-form select {
	width: 100%;
	padding: .6rem .9rem;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.25;
	color: #000;
	height: 3.4rem;
	border-radius: .4rem;
	background: #fff;
	border: .1rem solid #b7b7b7;
	outline: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.signup-form select:focus {
	border: .1rem solid #b7b7b7;
}

.signup-form .captcha-placeholder {
	max-width: 27.1rem;
}

.checkbox-list input[type=checkbox] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.checkbox-list input[type=checkbox]:checked + .fake-input:before {
	opacity: 1;
}

.checkbox-list .fake-input {
	top: .2rem;
	left: 0;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .4rem;
	border: .1rem solid #b7b7b7;
}

.checkbox-list .fake-input:before {
	content: "";
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 1rem;
	height: .6rem;
	border-bottom: .2rem solid #000;
	border-left: .2rem solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.1rem 0 0;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.post-list-holder {
	max-width: 94.5rem;
	line-height: 1.214;
}

.post-list-holder .text-holder {
	font-size: 1.4rem;
	line-height: 1.071;
}

.post-list-holder .text-holder h2,
.post-list-holder .text-holder .h2 {
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: 700;
}

.refine-search-form {
	background: #c3e0ae;
	border: .1rem solid #b7b7b7;
	border-radius: .4rem;
}

.refine-search-form select {
	width: 100%;
	padding: .6rem .9rem;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.25;
	color: #000;
	height: 3.4rem;
	border-radius: .4rem;
	background: #fff;
	border: .1rem solid #b7b7b7;
	outline: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.refine-search-form select:focus {
	border: .1rem solid #b7b7b7;
}

.refine-search-form .jcf-select .jcf-select-opener {
	width: 2.1rem;
}

.refine-search-form .jcf-select .jcf-select-opener:before {
	border-left: .4rem solid transparent;
	border-right: .4rem solid transparent;
	border-top: .4rem solid #000;
}

.refine-search-form .jcf-select .jcf-select-text {
	padding: .6rem 2rem .6rem .9rem;
}

.refine-search-form button {
	height: auto;
	width: 100%;
	padding: .6rem .2rem;
	margin: 0;
	display: block;
	text-align: center;
	border: .1rem solid #b7b7b7;
	border-radius: .4rem;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 1.25;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.refine-search-form button:after {
	content: ">";
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 .9rem;
}

.refine-search-form button:hover {
	opacity: .8;
}

.post-info {
	top: 1rem;
	right: -1rem;
	width: 4.5rem;
	z-index: 2;
	border-radius: 50%;
}

.line-through {
	text-decoration: line-through;
}

.post {
	background: #fff;
	border: .1rem solid #b7b7b7;
	border-radius: .4rem;
}

.post.highlighted {
	background: #c3e0ae !important;
}

.post .img-holder {
	max-width: 15.8rem;
}

.post h2,
.post .h2 {
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 400;
}

.post h2 strong,
.post .h2 strong {
	font-weight: 700;
}

.post .btn-holder .btn {
	min-width: 0;
	color: #fff;
	background: #8ac865;
	border-color: #8ac865;
	border-radius: .4rem .4rem 0 0;
}

.post .btn-holder .btn:after {
	content: ">";
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 .9rem;
}

.post .btn-holder .btn:focus,
.post .btn-holder .btn:active {
	outline: none !important;
	box-shadow: none !important;
}

.post .btn-holder .btn:hover {
	background: #6eb842;
	border-color: #6eb842;
}

.post .btn-holder .btn.collapsed {
	border-radius: .4rem;
}

.post .collapse-holder {
	position: absolute !important;
	top: 100%;
	left: .3rem;
	right: .3rem;
	margin: -.4rem 0 0;
	z-index: 5;
	font-size: 1.4rem;
	line-height: 1.214;
}

.post .collapse-content {
	background: #8ac865;
	padding: 0 .9rem 1.3rem;
	border-radius: 0 0 .4rem .4rem;
}

.post label {
	background: #8ac865;
	border-radius: .4rem;
	border: .1rem solid #b7b7b7;
	font-size: 1.6rem;
	line-height: 1.375;
	cursor: pointer;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.post label:hover {
	background: #6eb842;
}

.post label input[type=checkbox] {
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
}

.post label input[type=checkbox]:checked + .fake-input:before {
	opacity: 1;
}

.post label .fake-input {
	top: 50%;
	right: .9rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .4rem;
	border: .1rem solid #b7b7b7;
	background: #e5e5e5;
}

.post label .fake-input:before {
	content: "";
	width: 1rem;
	height: .6rem;
	border-bottom: .2rem solid #000;
	border-left: .2rem solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	margin: -.1rem 0 0;
	opacity: 0;
}

strong {
	font-weight: 700 !important;
}

.info-list .dt {
	margin: 0;
	font-weight: 700;
}

.info-list a {
	color: #000;
}

.info-list a:hover {
	text-decoration: underline;
}

.contact-list > li {
	margin: 0;
}

.contact-list .dt {
	margin: 0;
	font-weight: 700;
}

.contact-list a {
	color: #000;
}

.contact-list a:hover {
	text-decoration: underline;
}

.img-slider a {
	height: 0;
	position: relative;
	padding-top: 82.25%;
	background-size: cover;
	background-position: center;
}

.img-slider a:hover {
	opacity: .9;
}

.img-slider .slick-prev,
.img-slider .slick-next {
	position: absolute;
	top: 50%;
	left: -1.2rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	border: .1rem solid #fff;
	background: #000;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	font-size: 2.2rem;
	padding: 0.45rem 0 .1rem 0.25rem;
	margin: 0;
}

.img-slider .slick-prev.slick-disabled,
.img-slider .slick-next.slick-disabled {
	opacity: 0;
	visibility: hidden;
}

.img-slider .slick-next {
	left: auto;
	right: -1.2rem;
}

#footer {
	position: relative;
}

#footer:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: -1;
	content: "";
}

.footer-collapse .collapse-opener {
	pointer-events: none;
}

.footer-collapse .collapse-opener:hover .img-holder {
	box-shadow: 0 0 10px rgba(255, 255, 255, .5);
}

.footer-collapse .collapse-opener:hover .title {
	color: #89c764;
}

.footer-collapse .collapse-opener > * {
	pointer-events: auto;
}

.footer-collapse .collapse-opener .img-holder {
	width: 6.1rem;
	height: 6.1rem;
	border: .2rem solid #fff;
	border-radius: 50%;
	-webkit-transition: box-shadow .3s linear;
	transition: box-shadow .3s linear;
}

.footer-collapse .collapse-opener .title {
	font-size: 1.6rem;
	line-height: 1.8rem;
	color: #fff;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.footer-collapse .collapse-info {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.25;
}

.footer-collapse .collapse-info > li .li-wrap:before {
	content: "•";
	position: absolute;
	top: 0;
	left: 0;
}

.footer-collapse .collapse-info > li a {
	color: rgba(255, 255, 255, .8);
}

.footer-collapse .collapse-info > li a:hover {
	color: #fff;
}

body {
	min-width: 320px;
}

@media (min-width: 768px) {
	.fancybox-close {
		margin: 0 0 -5px -5px;
	}

	.fancybox-prev {
		left: -22px;
	}

	.fancybox-next {
		right: -22px;
	}

	.intro-block {
		min-height: calc(100vh - 16.7rem);
		font-size: 2.6rem;
	}

	.intro-block h1 {
		font-size: 2.6rem;
	}

	.intro-block h1 .greet {
		font-size: 8.4rem;
	}

	.page-header h1,
	.page-header .h1 {
		min-width: 27.5rem;
		font-size: 2.3rem;
	}

	.about-content .img-holder {
		border: .1rem solid #b7b7b7;
		border-radius: .5rem;
		width: 20.0rem;
	}

	.signup-form .label-holder {
		width: 15.7rem;
	}

	.signup-form .input-holder {
		width: calc(100% - 15.7rem);
	}

	.signup-form .input-holder.small {
		max-width: 29.1rem;
	}

	.refine-search-form {
		width: 16.3rem;
		position: absolute;
		top: 0;
		left: 0;
	}

	.post-info {
		top: 1rem;
		right: -2rem;
		width: 5rem;
	}

	.post .img-area {
		width: 18rem;
	}

	.post .text-area {
		width: calc(100% - 18rem);
	}

	#footer {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		min-width: 32rem;
		z-index: 9999;
	}

	#footer:before {
		top: 2.5rem;
	}

	.footer-collapse {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}

	.footer-collapse:before {
		content: "";
		background: #000;
		position: absolute;
		top: 3.4rem;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		border-radius: .6rem .6rem 0 0;
	}

	/*stick wine search form*/
	.affix-top {
		position: fixed;
		top: 145px;
		z-index: 2;
		left: 39px;
	}
}

@media (min-width: 1024px) {
	.logo {
		position: absolute;
		top: 1.5rem;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 99;
		width: 31.5rem;
	}

	.navbar {
		width: 100%;
	}

	.navbar-collapse {
		position: static;
		max-height: none;
		overflow: visible;
		background: transparent;
		width: 100%;
	}

	.intro-block {
		min-height: calc(100vh - 12.3rem);
	}

	.page-header h1,
	.page-header .h1 {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform .3s linear;
		transition: -webkit-transform .3s linear;
		transition: transform .3s linear;
		transition: transform .3s linear, -webkit-transform .3s linear;
	}

	.loaded .page-header h1,
	.loaded
	.page-header .h1 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.page-content {
		opacity: 0;
		-webkit-transition: opacity .3s linear .5s;
		transition: opacity .3s linear .5s;
	}

	.loaded .page-content {
		opacity: 1;
	}

	.post-info {
		top: 1.2rem;
		right: -2.9rem;
		width: 5.7rem;
	}

	/*#footer:before {*/
		/*top: -2.0rem;*/
	/*}*/
}

@media (min-width: 1220px) {
	.logo {
		width: 36.3rem;
	}

	.btn {
		min-width: 15rem;
	}

	.footer-collapse:before {
		top: 2.9rem;
	}
}

@media (max-width: 767px) {
	#footer .same-min-height {
		min-height: 0 !important;
	}
}
.category-list--item{
	margin-bottom: 10px;

}

.business-types {
	padding-top: 0.6em;
}
.business-types label {
	padding: 0 0 5px;
}
.business-types input {
	margin-right: 5px;
}


/** System message **/
#bweb-system-message{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	display: none;
	z-index: 20000;
}

.bweb_error{
	padding:11px 20px 12px 110px;
	background:#f8bdb6 url('../images/system-message-error.png') no-repeat top left;
	font-size:12px;
	margin-bottom:10px;
	border:1px solid #cc3300;
}

.bweb_success{
	padding:12px 20px 12px 120px;
	background:#eaffac url('../images/system-message-success.png') no-repeat top left;
	font-size:12px;
	margin-bottom:10px;
	border:1px solid #99cc33;
}

.bweb_warning{
	padding:12px 20px 12px 120px;
	background:#fde69a url('../images/system-message-warning.png') no-repeat top left;
	font-size:12px;
	margin-bottom:10px;
	border:1px solid #ff9933;
}

.bweb_info{
	padding:11px 20px 12px 160px;
	background:#c8ddef url('../images/system-message-info.png') no-repeat top left;
	font-size:12px;
	margin-bottom:10px;
	border:1px solid #6699ff;
}

.bweb_error, .bweb_info, .bweb_success, .bweb_warning{
	border-left: none;
	border-right: none;
	border-top-width:3px;
	border-bottom-width: 3px;
	border-top-style:dotted;
	border-bottom-style: dotted;
}

#login-reminder{
	padding: 10px 20px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 12px/100% Verdana, Tahoma, sans-serif;
	line-height: 130%;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFFFFFFF);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#login-reminder:hover, #login-reminder:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

#login-username, #login-password{
	width:180px;
	padding:5px 10px;
}


p.request-sample{
	font-size: 11px;
	margin-right: 5px;
	display: block;
	padding:5px;
	border:1px dotted #EAEAEA;
	margin-top: 10px;
	font-weight: bold;
	background-color:#999999;
	color: #333333;
	text-align: center;
	font-size: 10px;
}

p.request-sample:hover{
	background-color: #9d9d69;
}

#sample-order-box{
	position: fixed;
	width:300px;
	height: 440px;
	bottom: 125px;
	left:0px;
	background-color:#AAAAAA;
	box-shadow:2px 2px 2px #333333;
	display: none;
	overflow: visible;
	z-index: 3;
}

#sample-order-box h5{
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
}

#sample-cart-items{
	height: 340px;
	overflow: auto;
}

#sample-order-box p{
	padding:10px;
	border-bottom: 1px solid #333333;
	font-size: 1.3rem;
	line-height: 1.6rem;
}

#sample-cart-submit-request{
	background-color: #CC0000;
	color:#FFFFFF;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 180px;
	margin:10px auto;
	box-shadow:2px 2px 2px #333333;
	cursor: pointer;
}

#sample-cart-submit-request:hover{
	background-color: #000000;
}

#sample-order-client-information{
	position: absolute;
	top: 0px;
	left: 257px;
	width: 400px;
	height: 440px;
	background-color:#EAEAEA;
	box-shadow:2px 2px 2px #333333;
	border-left: 1px solid #FFFFFF;
	display: none;
}

#sample-order-client-information h5{
	border-bottom: 1px solid #666666;
}

table#client-info-table th, table#client-info-table td{
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

#client-info-table input{
	width:210px;
}

#client-info-table textarea{
	width:212px;
	height: 50px;
	overflow: auto;
}

#btn-sample-order-submit{
	width:230px;
	height: 30px;
	line-height: 30px;
	background-color: #CC0000;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	box-shadow:2px 2px 2px #333333;
	cursor: pointer;
	float: left;
}

#btn-sample-order-cancel{
	width:110px;
	height: 30px;
	line-height: 30px;
	background-color:#666666;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	box-shadow:2px 2px 2px #333333;
	cursor: pointer;
	float: left;
	margin-right: 10px;
}

#btn-sample-order-submit:hover, #btn-sample-order-cancel:hover{
	background-color: #000000;
}

.sample_selected{
	background-color: #b8b689 !important;
}

ul#listing-form-list{
	list-style: none;
	margin:0px;
	padding:0px;
}

ul#listing-form-list li{
	background-color: #EAEAEA;
	padding:10px 10px 20px 10px;
	border-bottom: solid 1px white;
}

ul#listing-form-list a{
	color: #000000;
	font-weight: bold;
}

ul#listing-form-list span{
	color: #CC0000;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.listing-form-title {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

ul#listing-form-list i{
	font-size: 10px;
}
#wine-cert-box label {
	width: 130px;
	float: left;
}

.bulkwinesubmission p {
	line-height: 22px;
}

#wine-cert-box input {
	margin-right: 5px;
}

.checkbox-mr-5 input {
	margin-right: 5px;
}
.form-section{
	padding: 5px;
}

#submit-ad-grape-for-sale-section,
#submit-ad-grape-wanted-section,
#submit-ad-buyandsell-section,
#submit-ad-real-estate-section,
#submit-ad-job-section,
#submit-ad-job-seeker-section{
	display: none;
}
.btn-proceed {
	background-color: #EEE;
	box-shadow: 2px 2px 2px #666;
	padding: 20px;
	cursor: pointer;
	font-size: 20px;
	line-height: 28px;
	color: #C00;
}

#all-listing-forms-box{
	font-size: 1.4rem;
}

.required-highlight{
	background-color: #f8bdb6;
}
.extra_info_box{
	display: none;
}
#export_approved_box,#cold_stabilised_box,#pad_filter_box{
	display: none;
}
.spacer{
	clear:both;
	height:1px;
	font-size:2px;
}

/*hr {*/
	/*color: #666666;*/
	/*border-bottom: 1px solid #999999;*/
	/*border-top: 1px solid #FFFFFF;*/
/*}*/
.textarea-small {
	width: 95%;
	height: 80px;
	overflow: auto;
}
h6 {
	font-size: 1.5rem;
	font-weight: bold;
}

.btn-sample-remove{
	position: relative;
	float: right;
	top: -45px;
	left: 4px;
	padding-top: 4px;
}

.view-place-listing{
	top: 350px;
	background-color : #89c764;
	border-color: #89c764;
}
.view-place-listing-cs {
	top: 300px;
}
.view-place-listing-bs {
	top: 150px;
}

.dropdown-menu a.nav-link {
	font-weight: 300;
	font-size: 1.7rem;
	line-height: 1.25;
}

.text-transform-none {
	text-transform: none !important;
}

.wanted-item-response {
	height: 180px;
}
@media only screen and (max-width: 420px) {
	#footer .col-20 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	}
}
@media only screen and (max-width: 1023px) {
	.wanted-item-response {
		width: 100%;
		/*100% width for mediam to small screen*/
	}
}

@media only screen and (min-width: 1024px) {
	.wanted-item-response {
		width: 150%;
	}
}

@media only screen and (min-width: 1440px) {
	.wanted-item-response {
		width: 200%;
	}
	.affix-top {
		top: 139px;
		left: 248px;
	}
}
@media only screen and (min-width: 1920px) {
	.affix-top {
		top: 139px;
		left: 448px;
	}
}

@media only screen and (min-width: 2560px) {

	.affix-top {
		top: 139px;
		left: 808px;
	}
}

#slideShowBuySell{
	width:260px;
	float: right;
	margin-left: 20px;
}

#mainImage{
	width:250px;
}

#slideshow-thumbnails{
	background-color: #EAEAEA;
	width: 260px;
}

#slideshow-thumbnails img{
	width:80px;
	float: left;
	margin: 5px;
}

.christmasnotice{
	color: white;
	letter-spacing: -1px;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
}

.close-icon {
	cursor: pointer;
}
.bg-none {
	background: none !important;
}


.text-wn-green{
 color: #89c764;
}

.cart-form-control input {
	margin: 0 0.5rem;
}