@charset "UTF-8";
/***  import cookie-banner styles  ***/
@import "ccb-panel.css";
/* general */
@font-face {
	font-family: 'iconset';
	src: url('../fonts/iconset/iconset.eot?61492255');
	src: url('../fonts/iconset/iconset.eot?61492255#iefix') format('embedded-opentype'), url('../fonts/iconset/iconset.woff?61492255') format('woff'), url('../fonts/iconset/iconset.ttf?61492255') format('truetype'), url('../fonts/iconset/iconset.svg?61492255#iconset') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #FFF;
	color: #374140;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	line-height: 1.42;
	font-weight: 300;
}
a, a:visited {
	color: inherit;
	border-color: inherit;
	-webkit-transition: color .1s linear, border .1s linear;
	-o-transition: color .1s linear, border .1s linear;
	transition: color .1s linear, border .1s linear;
}
section p a, section p a:visited, section ul a, section ul a:valid, section ol a, section ol a:visited, u {
	border-bottom: 0.05em solid;
}
section strong a, section strong a:visited, strong u {
	border-bottom: 0.1em solid;
}
nav a:hover, nav a:active {
	color: #FFF;
}
a:hover, a:active, h1, h2, h3, #headline, input:hover, textarea:hover, .select:hover, input:focus, textarea:focus, .priority a.button:hover, .priority a.button:active, .priority.high button, .priority.high button, .high a.button:hover, .high a.button:active {
	background-color: inherit;
	border-color: #EC9826;
	color: #EC9826;
}
nav a, .bold, strong, .list-name {
	font-weight: 400;
}
a.button {
	-ms-flex-item-align: start;
	align-self: flex-start;
	justify-self: flex-start;
	margin-top: 1.6em
}
a.button:hover, a.button:active, .priority.high button:hover, .priority.high button:active, .priority.high a.print-btn:hover, .priority.high a.print-btn:active, .priority.mid a:hover, .priority.mid a:active, .priority.low a:hover, .priority.low a:active, .priority input[type="submit"]:hover {
	background-color: inherit;
	border-color: #FFF;
	color: #FFF;
}
.language-btn, input, a.button, button {
	border: 0.1em solid;
	border-radius: 5px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: color .1s linear, border .1s linear, background .1s linear;
	-o-transition: color .1s linear, border .1s linear, background .1s linear;
	transition: color .1s linear, border .1s linear, background .1s linear;
}
.language-btn {
	font-size: 82%;
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
	margin-bottom: 1.85em;
}
button {
	background-color: #374140;
	border-color: #374140;
	color: #FFF;
}
button:hover, button:active {
	background-color: #EC9826;
	border-color: #EC9826;
}
h1, h2 {
	font-size: 225%;
	line-height: 1.1;
	padding-bottom: 1em;
}
h3 {
	font-size: 125%;
	line-height: 1.25;
}
p + p {
	margin-top: 1em;
}
section ul, section ol {
	margin-left: 1.4em;
}
section *:not(img) + ul, section :not(img) + ol {
	margin-top: 0.5em;
}
section ul + *, section ol + * {
	margin-top: 1em;
}
section li + li {
	padding-top: 0.35em;
}
.container {
	margin: 0 auto;
	max-width: 1160px;
	width: 93%;
}
header {
	position: relative;
}
#logged-in {
	color: #FFF;
	background-color: #374140;
	font-size: 90%;
	text-align: center;
	position: absolute;
	padding: 0.25em;
	width: 100%;
}
#agrirecover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 4vh 0 2.25vh;
}
#logo {
	background-image: url("/public/images/agrirecover-logo.svg");
	background-position: 0 center;
	height: 6.8em;
	width: 12em;
}
#headline {
	font-size: 175%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1.1em;
	line-height: 1.1;
}
header ul, header li {
	list-style: none;
}
menu {
	background-color: #EC9826;
}
#btn-menu {
	display: none;
	font-size: 200%;
	margin: 0 0 0.75em 5vw;
	cursor: pointer;
}
#btn-menu::after {
	font-family: iconset;
	content: "\f0c9";
}
a#btn-menu:hover, a#btn-menu:focus, a#btn-menu:active {
	color: #374140;
}
nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
nav > ul > li {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
}
nav > ul > li:last-child {
	background-color: #374140;
}
nav > ul > li:last-child a, nav > ul > li:last-child a:visited, nav > ul > li.selected a {
	color: #FFF;
}
nav > ul > li:last-child a:hover, nav > ul > li:last-child a:active {
	color: #EC9826;
}
nav li {
	text-align: center;
}
header li a {
	display: block;
	font-size: 90%;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 1.25em 0;
	width: 100%;
}
header ul ul:not(:empty) {
	background-color: #374140;
	position: absolute;
	z-index: 100;
	display: block;
	top: 3.1em;
	left: 0;
	padding: 0.25em 0 1.25em;
	width: 100%;
}
header ul li ul {
	visibility: hidden;
}
header ul li {
	cursor: pointer;
}
header ul li:hover > ul, header ul li:focus > ul, header ul li:active > ul {
	visibility: visible;
}
header li li {
	width: 100%;
}
nav li li a, nav li li a:visited {
	color: #FFF;
	padding: 0.5rem 0;
}
header li li a:hover, header li li a:active, header li li a:focus, header li.selected li.selected a {
	color: #EC9826;
}
header ul.language-btn ul {
	background-color: #FFF;
	padding: 0.5em 0 0.75em;
	-webkit-box-shadow: 0 0px 0 1px #374140;
	box-shadow: 0 0px 0 1px #374140;
}
.language-btn > li > a {
	padding: 1.25em 0 1.25em 5px;
}
.language-btn > li > a::after {
	font-family: iconset;
	content: "\e80a";
	padding-left: 0.5em;
}
ul.language-btn ul a {
	padding: 0.75em 0;
}
main {
	padding: 4vh 0 2vh;
}
article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-size: cover;
	position: relative;
	padding: 0 2em;
	margin-bottom: 1.1em;
	width: 100%;
}
section > img {
	margin-bottom: 1.25em;
}
.order {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.priority {
	display: -ms-flexbox;
	display: grid;
	grid-template-columns: 100%;
	align-content: flex-start;
	padding-top: 1.6em;
	padding-bottom: 2em;
}
.low h1, .low h2, .mid h1, .mid h2 {
	color: #FFF;
}
.high h1, .high h2 {
	color: #EC9826;
}
.mid h3, .low h3, .mid .list .label, .low .list .label {
	color: #FFF;
}
.high {
	background-color: #374140;
	border-color: #FFF;
	color: #FFF;
}
.mid {
	background-color: #EC9826;
	border-color: #374140;
	color: #374140;
}
.low {
	background-color: #D9CB9E;
	border-color: #374140;
	color: #374140;
}
.size-30, .size-50, .size-70 {
	grid-template-rows: minmax(6.5em, auto) auto auto auto;
}
.size-30 h1, .size-50 h1, .size-70 h1, .size-30 h2, .size-50 h2, .size-70 h2 {
	padding-bottom: 0.5em;
}
.size-30 {
	width: calc(33.3% - 0.5em);
}
.size-50 {
	width: calc(50% - 0.5em);
}
.size-70 {
	width: calc(66.6% - 0.5em);
}
.block {
	grid-template-rows: minmax(6.5em, auto) 1fr auto auto;
}
.smalltxt {
	font-size: 80%;
}
.link, .video {
	cursor: pointer;
}
.video {
	padding-bottom: 15.85%;
}
.video:hover:after {
	opacity: 1;
}
.video:after {
	color: white;
	font-family: iconset;
	content: "\f144";
	font-size: 70px;
	opacity: 0.8;
	position: absolute;
	left: calc(50% - 35px);
	top: calc(50% - 35px);
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.video h1, .video h2 {
	color: #FFF;
	text-shadow: 0 0 6px #6C3030;
}
iframe {
	height: 100%;
}
.smalltext {
	font-size: 13px;
	line-height: 135%;
}
footer {
	padding: 0 2em 7vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
footer div:first-child {
	width: calc(65% + 2.5em);
}
/*** list styles ***/
.list-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
section:not(.priority) .list-order {
	margin: 1em 0;
}
.list-order .list:not(.labels) {
	background-color: #f4f4f3;
}
.high .list-order .list:not(.labels) {
	background-color: #5b6362;
}
.mid .list-order .list:not(.labels) {
	background-color: #efaa4d;
}
.low .list-order .list:not(.labels) {
	background-color: #dfd4af;
}
.list-order .list:nth-child(even) {
	background-color: #f9f9f9;
}
.high .list-order .list:nth-child(even) {
	background-color: #7f8685;
}
.mid .list-order .list:nth-child(even) {
	background-color: #f2bd74;
}
.low .list-order .list:nth-child(even) {
	background-color: #e6ddc1;
}
h1 + .list, h2 + .list {
	margin-top: 1.2em;
}
.list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.8em 1em;
	-webkit-transition: background .1s linear;
	-o-transition: background .1s linear;
	transition: background .1s linear;
	position: relative;
}
a.list:after, .list a.link::after {
	font-family: iconset;
	content: "\e80e";
	right: 1em;
	position: absolute;
}
.labels {
	cursor: default;
}
.list-order .list:not(.labels):hover {
	background-color: #fdf5eb;
}
.high .list-order .list:not(.labels):hover {
	background-color: #a4a8a8;
}
.mid .list-order .list:not(.labels):hover {
	background-color: #f6d09c;
}
.low .list-order .list:not(.labels):hover {
	background-color: #ede7d2;
}
.link {
	width: 100%;
}
.link div {
	width: 40%;
	display: inline-block;
}
.list.two-col div {
	width: 50%;
}
.list .label {
	color: #EC9826;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}
.list-member {
	-ms-flex-preferred-size: 28%;
	flex-basis: 28%;
}
.list-check {
	text-align: center;
	-ms-flex-preferred-size: 24%;
	flex-basis: 24%;
}
.list-cnt {
	width: 80px;
}
.list-name {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
}
.list-address {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}
.list-pc {
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
}
.list-place {
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
}
.list-date {
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
}
.list-hour {
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
}
.list-print {
	width: 132px;
	color: #ec9826;
}
.list > a, .list > a:hover {
	line-height: initial;
}
.list a:not(.leden):not(.link):after {
	font-family: iconset;
	content: "\e810";
	position: absolute;
	right: 1em;
	bottom: 1em;
}
.hidden {
	visibility: hidden;
}
.sort:after {
	font-family: iconset;
	content: "\e80c";
	margin-left: 5px;
	position: relative;
	right: 0;
}
.list-member, .list .selected {
	font-weight: 400;
}
.sort.selected.asc::after {
	content: "\e80b";
}
.sort.selected.asc:hover::after {
	content: "\e80a";
}
.sort.selected.desc::after {
	content: "\e80a";
}
.sort.selected.desc:hover::after {
	content: "\e80b";
}
.fa-check::before {
	font-family: iconset;
	content: "\e80d";
}
section:not(.priority) form {
	padding: 2.5em 0;
}
label {
	display: block;
	padding-bottom: 0.5em;
}
input, textarea, .input, .select {
	border: 0.1em solid;
	border-color: inherit;
	border-radius: 5px;
	color: inherit;
	font-weight: 400;
}
.select {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	position: relative;
	vertical-align: top;
}
.select::after {
	font-family: iconset;
	content: "\e804";
	font-size: 150%;
	position: absolute;
	right: 3%;
	line-height: 0;
	top: 50%;
}
select {
	height: 2.2em;
	line-height: 2.2em;
	position: relative;
	padding: 0 8% 0 0.44em;
	z-index: 1;
}
input, textarea, button, .input, a.button {
	line-height: 2.2em;
	height: 2.2em;
	padding: 0 0.7em;
}
.printline + .printline {
	margin-top: 2.5em;
}
a.print {
	margin: 0 0 1.6em 0;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
input[type="text"], input[type="password"], textarea {
	text-align: left;
	text-transform: none;
}
input[type="submit"] {
	width: auto;
	margin-top: 0.6em;
}
form ::-webkit-input-placeholder {
	opacity: 0.5;
	color: #EC9826;
	font-weight: 400;
}
form :-ms-input-placeholder {
	opacity: 0.5;
	color: #EC9826;
	font-weight: 400;
}
form ::-ms-input-placeholder {
	opacity: 0.5;
	color: #EC9826;
	font-weight: 400;
}
form ::placeholder {
	opacity: 0.5;
	color: #EC9826;
	font-weight: 400;
}
.twin {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2vh;
}
input[type="checkbox"], input[type="radio"] {
	visibility: hidden;
    width: 0;
}
input[type="checkbox"] + label, input[type="radio"] + label {
	cursor: pointer;
	padding-bottom: 0;
}
.high input[type="checkbox"] + label {
	color: #EC9826;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
input[type="checkbox"] + label::before, input[type="radio"] + label::before {
	background-color: #fff;
	border: 0.1em solid #374140;
	color: #FFF;
	font-family: iconset;
	content: "\f10c";
	font-size: 80%;
	text-align: center;
	line-height: 1.1em;
	cursor: pointer;
	position: relative;
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	margin-right: 0.5em;
}
.high input[type="checkbox"] + label::before {
	background-color: #EC9826;
	color: #EC9826;
}
#home-optin input[type="checkbox"] + label::before {
    background-color: #fff;
    color: #fff;
}
label a {
    color: #374140;
}
#home-optin {
    padding-top: 1em;
}
#home-optin label, #home-optin label a {
    color: #fff;
}
#home-optin label a {
    border-bottom: 1px solid #fff;
}
.optin {
    margin-top: 1em;
    text-align: right;
}
.optin label a {
    border-bottom: 1px solid;
}
input[type="radio"] + label::before {
	border-radius: 100px;
}
input[type="checkbox"]:checked + label::before {
	color: #EC9826 !important;
	content: "\e802";
	padding-left: 0.1em;
}
.high input[type="checkbox"]:checked + label::before {
	color: #374140;
}
input[type="radio"]:checked + label::before {
	color: #EC9826;
	content: "\f21b";
}
input[name="h8pt"] {
	display: none;
}
input[disabled], .input {
	opacity: 0.5;
}
.error {
	color: #C00;
	border-color: #C00;
}
input.error + label::before, input.error + label, input.error + label * {
	border-color: #C00 !important;
	color: #C00 !important;
}
input[type="checkbox"].error + label::before {
    color: #fff !important;
}
.input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.submit {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 1em;
}
.input-group > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.input-group:not(.submit).input-group > div {
	margin-bottom: 1em;
}
.input-full {
	width: 100%;
}
.input-half {
	width: 49%;
}
.input-quarter {
	width: 20%;
	margin-bottom: 0 !important;
}
.input-quarter .button {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.labelerror::before {
	border-bottom: 6px solid #f00;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: 10px;
	position: absolute;
	top: -6px;
	width: 0;
}
.labelerror {
	background: #f00 none repeat scroll 0 0;
	clear: both;
	color: #fff;
	font-size: 13px;
	margin-top: 4px !important;
	padding: 0 5px;
	position: absolute;
	text-align: center;
}
input.error + label::before, input.error + label, input.error + label * {
	border-color: #C00 !important;
	color: #C00 !important;
}

/*** OVERLAYER ***/
#overlayer_btn {
  background: url("../images/video_btn.svg") no-repeat right top / contain;
  border: none;
  width: 70%;
  max-width: 24em;
  padding-top: 100%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#overlayer {
  background-color: rgba(255,255,255,.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-item-align: center;	
  align-items: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 100;
}
#overlayer img {
	max-width: 1024px;
}
#overlayer video {
  width: 100%;
  max-width: 1000px;
  height: auto;
}
#overlayer .close_btn {
  background: url("../images/close_btn.svg") no-repeat;
  position: absolute;
  width: 2em;
  height: 2em;
  top: 2em;
  right: 1.5em;
  cursor: pointer;
}
/* text page */
#text_page h2, h3 {
  padding-top: 1em;
  padding-bottom: 1em;
}
#text_page h2 {
  font-size: 185%;
}

/* responsive */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.priority {
		display: -ms-flexbox;
		display: flex;
	}
}
@media only screen and (max-width: 1024px) {
	html, body {
		font-size: 15px;
	}
	* {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto
	}
	#btn-menu {
		display: block;
	}
	h1, h2 {
		font-size: 200%;
	}
	menu {
		background-color: #EC9826;
		right: -100vw;
		height: 100vh;
		padding: 6% 10%;
		position: fixed;
		top: 0;
		-webkit-transition: right .3s ease-out;
		-o-transition: right .3s ease-out;
		transition: right .3s ease-out;
		z-index: 100;
		-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
	}
	nav {
		height: 100%;
	}
	nav *, nav *:hover {
		background-color: transparent !important;
		color: #374140 !important;
		display: block !important;
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
		position: relative !important;
		width: 100%;
		visibility: visible !important;
		padding: 0 !important;
		top: 0 !important;
	}
	nav > ul, nav > ul:hover {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		height: 100%;
	}
	nav > ul > li > a {
		font-weight: 600;
	}
	nav a, nav a:hover {
		font-size: 95% !important;
		padding: 5% 0 !important;
	}
	nav li.selected > a {
		color: #FFF !important;
	}
}
@media only screen and (max-width: 800px) {
	#logged-in, #headline {
		display: none;
	}
	.input-group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.input-group > div {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.input-half, .size-50 {
		width: 100%;
	}
	.input-half {
		margin-bottom: 1em;
	}
	.input-quarter {
		width: 40%;
	}
	.input-group .input-quarter:nth-child(n + 3) {
		margin-top: 1em;
	}
	.size-30:not(.block) {
		width: calc(50% - 0.5em);
	}
}
@media only screen and (max-width: 600px) {
	.container {
		width: 100%;
	}
	h1, h2 {
		font-size: 175%;
	}
	#agrirecover {
		padding: 4vh 1em 2.25vh;
	}
	#logo {
		height: 5.6em;
		width: 9em;
	}
	.language-btn {
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
		margin-bottom: 1.25em;
	}
	#btn-menu {
		font-size: 180%;
		margin: 0 0 0.65em 5vw;
	}
	nav a, nav a:hover {
		font-size: 90% !important;
	}
	.link div {
		width: 80%;
	}
	.list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.list > div {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	}
	.list.labels {
		padding-top: 0;
	}
	.list > .list-date, .list > .list-hour {
		-ms-flex-preferred-size: calc(50% - 1em) !important;
		flex-basis: calc(50% - 1em) !important;
	}
	.input-quarter, .size-70, .size-30, footer div {
		width: 100% !important;
	}
	.input-group .input-quarter:nth-child(n + 2) {
		margin-top: 1em;
	}
	.list-check {
		display: none;
	}
	.video {
		padding-bottom: 25%;
	}
	.video::after {
		font-size: 50px;
		left: calc(50% - 25px);
		top: calc(65% - 25px);
	}
	footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.hide {
    opacity: 0;
    display: none !important;
}