/* MAIN ELEMENTS */

/* -- fonts */
@font-face {
	font-family: "Lato-Light";
	src: url("../fonts/Lato-Light.ttf");
}
@font-face {
	font-family: "Lato-Regular";
	src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
	font-family: "Lato-Bold";
	src: url("../fonts/Lato-Bold.ttf");
}

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

html {
	font-family: "Lato-Regular";
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 100%;
	max-width:100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

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

body {
	margin: 0;
    font-family: "Lato-Regular";
	font-style: normal;
	font-size: 18px;
	line-height:normal;
	background: rgb(36,36,39);
	background: linear-gradient(120deg, rgba(36,36,39,1) 0%, rgba(0,0,0,1) 100%); 
	color: #fff;
	text-align: left;
	width: 100%;
	max-width:100%;
	min-height: 100vh;
	overflow-x: hidden;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: "Lato-Regular";
	margin-bottom:40px;
	color:#fff;
}

h1{}

h3 {
	font-size:36px;
}

p {}

abbr[title], abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol, ul, dl {
	margin-top: 20px;
	margin-bottom: 20px;
	padding:0 0 0 20px;
}

ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}

ul li {
	margin-bottom: 20px;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-family: "Lato-Bold";
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	background-color: transparent;
	text-decoration:none;
	color:#fff;
}

a:hover {
	
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

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

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-top: 10px;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

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

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}
/* END MAIN ELEMENTS */



/* GLOBAL CLASSES */

/* -- width */

.w-auto{width:auto;}
.w-1{width:1px;}
.w-20{width:20px;}
.w-25{width:25px;}
.w-33{width:33px;}
.w-40{width:40px;}
.w-50{width:50px;}
.w-45{width:45px;}
.w-60{width:60px;}
.w-80{width:80px;}
.w-100{width:100px;}
.w-120{width:120px;}
.w-200{width:200px;}
.w-250{width:250px;}
.w-280{width:280px;}
.w-360{width:360px;}
.w-375{width:375px;}

.w-1-20{width:5%;}
.w-1-10{width:10%;}
.w-1-7{width:14%;}
.w-1-5-minus-5{width:15%;}
.w-1-6{width:16%;}
.w-1-5{width:20%;}
.w-1-4{width:25%;}
.w-2-7{width:28%;}
.w-3-10{width:30%;}
.w-2-6{width:32%;}
.w-1-3{width:33.3%;}
.w-2-5{width:40%;}
.w-3-7{width:42%;}
.w-1-2-minus-5{width:45%;}
.w-3-6{width:48%;}
.w-1-2{width:50%;}
.w-1-2-plus-5{width:55%;}
.w-4-7{width:56%;}
.w-3-5{width:60%;}
.w-4-6{width:64%;}
.w-2-3{width:66.6%;}
.w-5-7{width:71%;}
.w-3-4{width:75%;}
.w-4-6{width:80%;}
.w-6-7{width:85%;}
.w-9-10{width:90%;}
.w-19-20{width:90%;}
.w-full{width:100%;}
.w-full iframe{width:100%;}
.w-full-plus-4{width:104%;}
.w-full-plus-10{width:110%;}

.w-max-content{width:max-content;}

.w-min-90{min-width:90px}
.w-min-200{min-width:200px}

.w-max-340{max-width:340px;}
.w-max-358{max-width:358px;}
.w-max-380{max-width:380px;}
.w-max-520{max-width:520px;}
.w-max-570{max-width:570px;}
.w-max-700{max-width:700px;}
.w-max-800{max-width:800px;}
.w-max{max-width:max-content;}
.w-max-full{max-width:100%;}

/* -- height*/

.h-1{height:1px;}
.h-2{height:2px;}
.h-3{height:3px;}
.h-4{height:4px;}
.h-6{height:6px;}
.h-20{height:20px;}
.h-25{height:25px;}
.h-38{height:38px;}
.h-39{height:39px;}
.h-40{height:40px;}
.h-45{height:45px;}
.h-50{height:50px;}
.h-60{height:60px;}
.h-65{height:65px;}
.h-80{height:80px;}
.h-100{height:100px;}
.h-115{height:115px;}
.h-155{height:155px;}
.h-160{height:160px;}
.h-200{height:200px;}
.h-265{height:265px;}
.h-300{height:300px;}
.h-335{height:335px;}
.h-350{height:350px;}
.h-380{height:380px;}
.h-400{height:400px;}
.h-420{height:420px;}
.h-450{height:450px;}
.h-500{height:500px;}
.h-500 iframe{height:500px;}
.h-550{height:550px;}
.h-600{height:600px;}
.h-600 iframe{height:600px;}
.h-613{height:613px;}
.h-650{height:650px;}
.h-700{height:700px;}
.h-800{height:800px;}
.h-900{height:900px;}
.h-1200{height:1200px;}
.h-1340{height:1340px;}
.h-full{height:100%;}
.h-auto{height:auto;}
.h-max{height:max-content;}

/* -- position */

.relative{position:relative;}
.absolute{position:absolute;}
.fixed{position:fixed;}
.static{position:static!important;}

.left-0{left:0;}
.left-60{left:-60px;}
.left-210{left:-210px;}
.left-330{left:-330px;}
.left-50-perc{left:50%;}

.top-160{top:-160px;}
.top-140{top:-140px;}
.top-120{top:-120px;}
.top-minus-60{top:-60px;}
.top-0{top:0;}
.top20{top:20px;}
.top30{top:30px;}
.top40{top:40px;}
.top-75{top:75px;}
.top-220{top:220px;}
.top-440{top:440px;}
.top-600{top:600px;}
.top-50-perc{top:50%;}

.right-440{right:-440px;}
.right-170{right:-170px;}
.right-minus-60{right:-60px;}
.right-minus-30{right:-30px;}
.right-0{right:0;}
.right-20{right:20px;}

.bottom-320{bottom:-320px;}
.bottom-minus-300{bottom:-300px;}
.bottom-140{bottom:-140px;}
.bottom-minus-60{bottom:-60px;}
.bottom-minus-30{bottom:-30px;}
.bottom-0{bottom:0;}
.bottom-20{bottom:20px;}
.bottom-40{bottom:40px;}
.bottom-60{bottom:60px;}

/* -- font */

.text-white{color:#fff;}
.text-grey{color:#5C5C5C;}

.text-pink{color:#EB008B;}
.hover-text-pink:hover{color:#EB008B;}

.text-black{color:#000;}
.text-light-blue{color:#78ABC6;}
.text-blue{color:#3cc6f3;}
.text-dark-blue{color:#2B575C;}
.text-green{color:#9DCF40;}
.text-red{color:#7d0f0e;}
.text-orange{color:#e86a44;}
.text-yellow{color:#fff200;}
.text-dark-yellow{color:#8b9000;}

.text-opal-turquoise{color:#99d0c1;}
.text-turquoise{color:#16a0a9;}
.text-machine-oil{color:#f0eb83;}
.text-colorado-bronze{color:#ee7766;}
.text-pony-brown{color:#c5a880;}

.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-justify{text-align:justify;}

.font-lowercase{text-transform:lowercase;}
.font-uppercase{text-transform:uppercase;}
.font-underline{text-decoration:underline;}

.font-bold{font-family: "Lato-Bold";}
.font-regular{font-family: "Lato-Regular";}
.font-light{font-family: "Lato-Light";}

.fs-12{font-size:12px;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-18{font-size:18px;}
.fs-20{font-size:20px;}
.fs-22{font-size:22px;}
.fs-24{font-size:24px;}
.fs-30{font-size:30px;}
.fs-32{font-size:32px;}
.fs-34{font-size:34px;}
.fs-36{font-size:36px;}
.fs-40{font-size:40px;}
.fs-42{font-size:42px;}
.fs-45{font-size:45px;}
.fs-48{font-size:48px;}
.fs-50{font-size:50px;}
.fs-56{font-size:56px;}
.fs-66{font-size:66px;}
.fs-70{font-size:70px;}
.fs-72{font-size:72px;}
.fs-75{font-size:75px;}
.fs-90{font-size:90px;}

.fw-300{font-weight:300;}
.fw-400{font-weight:400;}
.fw-500{font-weight:500;}
.fw-600{font-weight:600;}
.fw-700{font-weight:700;}
.fw-900{font-weight:900;}

.ls-1{letter-spacing:1px;}
.ls-2{letter-spacing:2px;}
.ls-3{letter-spacing:3px;}

.lh-24{line-height:24px;}

.text-shadow{text-shadow: 2px 2px #000;}

.box-shadow {
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
}

/* FLEX */

.flex{display:flex;}

.flex-column{flex-direction:column;}
.flex-column-reverse{flex-direction:column-reverse;}
.flex-reverse{flex-direction:row-reverse;}

.flex-wrap{flex-wrap:wrap;}

.justify-end{justify-content:end;}
.justify-between{justify-content:space-between;}
.justify-center{justify-content:center;}

.items-start{align-items: flex-start;}
.items-center{align-items: center;}
.items-end{align-items:flex-end;}

.flex-1-5{flex: 0 0 20%;}
.flex-1-4{flex: 0 0 25%;}
.flex-1-3{flex: 0 0 33.33%;}
.flex-1-2-minus-10{flex: 0 0 40%;}
.flex-1-2{flex: 0 0 50%;}



/* MARGIN */
.m-0 {margin: 0;}
.no-margin-p p{margin:0;}

.m-1-perc{margin:1%;}
.m-10{margin:10px;}
.m-20{margin:20px;}
.m-40{margin:40px;}

.mx-auto{margin-left:auto;margin-right:auto;}
.mx-1-5-perc{margin-left:1.5%;margin-right:1.5%;}
.mx-5{margin-left:5px;margin-right:5px;}
.mx-10{margin-left:10px;margin-right:10px;}
.mx-20{margin-left:20px;margin-right:20px;}
.mx-40{margin-left:40px;margin-right:40px;}

.my-0{margin-top:0px;margin-bottom:0px;}
.my-5{margin-top:5px;margin-bottom:5px;}
.my-6{margin-top:6px;margin-bottom:6px;}
.my-10{margin-top:10px;margin-bottom:10px;}
.my-20{margin-top:20px;margin-bottom:20px;}
.my-40{margin-top:40px;margin-bottom:40px;}
.my-60{margin-top:60px;margin-bottom:60px;}
.my-80{margin-top:80px;margin-bottom:80px;}
.my-400{margin-top:400px;margin-bottom:400px;}


.ml-minus-10-perc{margin-left:-10%;}
.ml-minus-2-perc{margin-left:-2%}
.ml-minus-160{margin-left:-160px}
.ml-minus-100{margin-left:-100px;}
.ml-minus-80{margin-left:-80px}
.ml-minus-35{margin-left:-35px;}
.ml-minus-30{margin-left:-30px;}
.ml-10{margin-left:10px;}
.ml-20{margin-left:20px;}
.ml-40{margin-left:40px;}

.mr-minus-10-perc{margin-right:-10%;}
.mr-minus-100{margin-right:-100px;}
.mr-5{margin-right:5px;}
.mr-10{margin-right:10px;}
.mr-20{margin-right:20px;}
.mr-40{margin-right:40px;}


.mt-minus-7{margin-top:-7px;}
.mt-minus-20{margin-top:-20px;}
.mt-minus-24{margin-top:-24px;}
.mt-minus-30{margin-top:-30px;}
.mt-minus-40{margin-top:-40px;}
.mt-0{margin-top:0;}
.mt-5{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-45{margin-top:45px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}
.mt-80{margin-top:80px;}
.mt-200{margin-top:200px;}
.mt-400{margin-top:400px;}


.mb-0{margin-bottom:0;}
.mb-0i{margin-bottom:0!important;}
.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-40{margin-bottom:40px;}
.mb-60{margin-bottom:60px;}
.mb-80{margin-bottom:80px;}
.mb-120{margin-bottom:120px;}
.mb-160{margin-bottom:160px;}
.mb-200{margin-bottom:200px;}
.mb-400{margin-bottom:400px;}

/* PADDING */

.p-5{padding:5px;}
.p-10{padding:10px;}
.p-20{padding:20px;}
.p-40{padding:40px;}
.p-80{padding:80px;}

.py-5{padding-top:5px;padding-bottom:5px;}
.py-10{padding-top:10px;padding-bottom:10px;}
.py-20{padding-top:20px;padding-bottom:20px;}
.py-40{padding-top:40px;padding-bottom:40px;}
.py-60{padding-top:60px;padding-bottom:60px;}
.py-80{padding-top:80px;padding-bottom:80px;}
.py-100{padding-top:100px;padding-bottom:100px;}
.py-120{padding-top:120px;padding-bottom:120px;}

.px-5{padding-left:5px;padding-right:5px;}
.px-10{padding-left:10px;padding-right:10px;}
.px-20{padding-left:20px;padding-right:20px;}
.px-40{padding-left:40px;padding-right:40px;}
.px-60{padding-left:60px;padding-right:60px;}
.px-80{padding-left:80px;padding-right:80px;}

.pl-10-perc{padding-left:10%;}
.pl-15-perc{padding-left:15%;}
.pl-10{padding-left:10px;}
.pl-20{padding-left:20px;}
.pl-30{padding-left:30px;}
.pl-40{padding-left:40px;}
.pl-55{padding-left:55px;}
.pl-60{padding-left:60px;}
.pl-80{padding-left:80px;}
.pl-100{padding-left:100px;}

.pt-5{padding-top:5px;}
.pt-10{padding-top:10px;}
.pt-20{padding-top:20px;}
.pt-40{padding-top:40px;}
.pt-60{padding-top:60px;}
.pt-80{padding-top:80px;}
.pt-180{padding-top:180px;}
.pt-400{padding-top:400px;}
.pt-500{padding-top:500px;}

.pr-10{padding-right:10px;}
.pr-20{padding-right:20px;}
.pr-30{padding-right:30px;}
.pr-40{padding-right:40px;}
.pr-60{padding-right:60px;}
.pr-80{padding-right:80px;}
.pr-120{padding-right:120px;}

.pb-5{padding-bottom:5px;}
.pb-10{padding-bottom:10px;}
.pb-20{padding-bottom:20px;}
.pb-40{padding-bottom:40px;}
.pb-80{padding-bottom:80px;}
.pb-100{padding-bottom:100px;}
.pb-160{padding-bottom:160px;}
.pb-200{padding-bottom:200px;}
.pb-400{padding-bottom:400px;}

/* BACKGROUND */

.bg-white{background-color:#fff;}
.bg-white-o-5{background-color:#ffffffbf;}
.bg-white-o-6{background-color: #ffffff60;}
.bg-white-o-8{background-color:#ffffffd1;}
.bg-white-o-9{background-color:#ffffffdb;}
.bg-black{background-color:#000;}
.bg-light-grey{background-color:#f2f2f2;}
.bg-grey{background-color:#5C5C5C;}
.bg-light-blue{background-color:#95DAFF;}
.bg-blue{background-color:#3cc6f3;}
.bg-dark-blue{background-color:#2B575C;}
.bg-green{background-color:#AAB9A8;}
.bg-red{background-color:#7d0f0e;}
.bg-light-orange{background-color:#FFAAAA;}
.bg-orange{background-color:#e86a44;}
.bg-yellow{background-color:#fff200;}
.bg-dark-yellow{background-color:#8b9000;}
.bg-pink{background-color:#EB008B;}
.bg-light-pink{background-color: #F2D7E0;}
.bg-light-purple{background-color: #C4BFE7;}

.bg-opal-turquoise{background-color:#99d0c1;}
.bg-turquoise{background-color:#16a0a9;}
.bg-turquoise-light{background-color:#8cbfb2;}
.bg-machine-oil{background-color:#f0eb83;}
.bg-wood-ash{background-color:#d5c8ad;}

.bg-white-gradient {
	background: rgb(255,255,255);
	background: linear-gradient(16deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
}
.bg-blue-gradient {
	background: rgb(2,177,179);
	background: linear-gradient(90deg, rgba(2,177,179,1) 0%, rgba(1,208,197,1) 100%);
}

.bg-cover{background-size:cover;}
.bg-center{background-position:center center;}
.bg-center-top{background-position:center top;}
.bg-center-bottom{background-position:center bottom;}
.bg-center-right{background-position:center right;}
.bg-left-top{background-position:left top;}
.bg-bottom-right{background-position:bottom right;}


.op-0{opacity:0;}
.op-5{opacity:.5;}
.op-8{opacity:.8;}

.op-1-hover:hover{opacity:1;}

.hover-op-8:hover{opacity:.8;}

.b1-grey{border:1px solid #b0b0b0}
.b1-blue{border:1px solid #78ABC6}
.b1-dark-blue{border:1px solid #2B575C}

.bl1-dark-blue{border-left:1px solid #2B575C;}

.br1-dark-blue{border-right:1px solid #2B575C;}
.br2-dark-blue{border-right:2px solid #2B575C;}
.br4-dark-blue{border-right:4px solid #2B575C;}

.bb1-white{border-bottom:1px solid #fff;}
.bb6-white{border-bottom:6px solid #fff;}
.bb1-blue{border-bottom:1px solid #1276bc;}
.bb1-grey{border-bottom:1px solid #545454;}
.bb1-dark-blue{border-bottom:1px solid #2B575C;}

.b2-white{border:2px solid #fff}
.b2-blue{border:2px solid #78ABC6}

.br-5{border-radius:5px;}
.br-6{border-radius:6px;}
.br-8{border-radius:8px;}
.br-10{border-radius:10px;}
.br-20{border-radius:20px;}
.br-20-quotes{border-radius: 20px 20px 20px 0;}
.br-50{border-radius:50px;}
.br-200{border-radius:200px;}
.br-full{border-radius:100%;}

.btlr-8{border-top-left-radius:8px;}
.btrr-8{border-top-right-radius:8px;}

/* DISPLAY */

.transition{transition: all .2s ease-in-out;}

.z-1{z-index:1;}
.z-2{z-index:2;}
.z-3{z-index:3;}
.z-9{z-index:9;}
.z-12{z-index:12;}
.z-9999{z-index:9999;}

.ox-hidden{overflow-x:hidden;}
.oy-scroll{overflow-y: scroll;}
.o-hidden{overflow:hidden;}

/* Webkit Browsers */
.thin-scrollbar::-webkit-scrollbar {
    width: 3px;  /* Adjust as needed */
    height: 3px; /* Adjust as needed */
}

.thin-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;  /* Adjust as needed */
}

.thin-scrollbar::-webkit-scrollbar-thumb {
    background: #8cbfb2;     /* Adjust as needed */
    border-radius: 10px;  /* Rounded corners */
}

.thin-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #8cbfb2;     /* Adjust as needed */
}

/* Firefox */
.thin-scrollbar {
    scrollbar-width: thin;  /* Use "thin" or "none" */
    scrollbar-color: #8cbfb2 #f1f1f1;  /* Adjust as needed */
}

/* Internet Explorer/Edge */
.thin-scrollbar {
    -ms-overflow-style: -ms-autohiding-scrollbar;  /* Automatically hides scrollbars */
}


.hidden{display:none;}
.inline-block{display:inline-block;}
.block{display:block;}

.pointer{cursor:pointer;}

.r-45deg {transform: rotate(45deg);}
.r-90deg {transform: rotate(90deg);}

.r-minus-45deg {transform: rotate(-45deg);}

/* IMAGES */

.o-fit-cover {object-fit:cover;}
.o-pos-center {object-position:center center;}
.o-pos-center-top {object-position:center top;}
.o-pos-center-bottom {object-position:center bottom;}

.transition-1{transition: all 0.1s;}
.transition-5{transition: all 0.5s;}

.hover-bg-green:hover .hover-img-white{filter: brightness(0%) invert(100%);}
.hover-bg-green:hover{background-color:#9DCF40;}
.hover-bg-green:hover .hover-text-white{color:#fff;}

.thumb-full img {width:100%;height:auto;}

/* FILTERS */

.grayscale-100{filter: grayscale(100%);}
.grayscale-0{filter: grayscale(0);}
.scale-1{transform: scale(1);}



/* HOVER EFFECTS */
.h\:grayscale-0:hover{filter: grayscale(0);}
.h\:scale-1-1:hover{transform: scale(1.1);}
.h\:rotate-2:hover{ rotate: 2deg;}
.h\:rotate-5:hover{ rotate: 5deg;}
.h\:bg-black:hover{background-color: #000;}
.h\:text-white:hover{color:#fff;}



/* HEADER // FOOTER MENU */

.header-menu{
	display:flex;
	list-style:none;
}

.footer-menu{
	display:flex;
	justify-content: center;
	list-style:none;
}

.header-menu a{
	margin-left: 40px;
	transition: all .2s ease-in-out;
}

.footer-menu a{
	margin-left: 10px;
	transition: all .2s ease-in-out;
}

.header-menu li{
	padding:10px 20px 10px 0;
}

.footer-menu li{
	padding:5px 10px 5px 0;
}

.header-menu .current_page_item a{
	color:#7d0f0e;
}

.header-menu a:hover{
	color:#7d0f0e;
}


.header-menu li .sub-menu {
	display:none;
	position:absolute;
	z-index:999;
	top:30px;
	left:40px;
	margin:0;
	padding:10px;
	list-style-type:none;
	width:max-content;
	background-color: #fff;
}

.header-menu li .sub-menu li{}

.header-menu li .sub-menu li:hover{}

.header-menu li .sub-menu a{
	display:block;
	padding:0;
	margin:10px 0;
}

.header-menu li .sub-menu a:hover{
	border:none;
}

.header-menu > .menu-item-has-children:hover > .sub-menu{
	display:block;;
}

.header-menu .menu-item-has-children .sub-menu > .menu-item-has-children:hover .sub-menu{
	display:block;
}

.header-menu .sub-menu li .sub-menu{
	top:0;
	left:40px;
}

ul.header-menu > .menu-item-has-children > a::after {
	content: "⌄";
	position: absolute;
	right: 2px;
	top: 8px;
	transition:all 0.2s ease-in-out;
}

ul.header-menu > .menu-item-has-children:hover > a::after {
	top: 11px;
	transform: rotate(-90deg);
}

.header-menu li .sub-menu .menu-item-has-children > a::after {
    content: "⌄";
	padding-right:10px;
	float:right;
}



/* MOBILE MENU */

.x .line-1{
	rotate: 45deg;
}

.x .line-middle{
	display: none;
}

.x .line-2{
	rotate: -45deg;
	margin-top: -6px;
}

.sidenav {
	height: 0;
	width: 100%;
	z-index: 2;
	overflow: hidden;
	transition: all .2s ease-in-out;
}

.sidenav-expand{
	padding: 20px 0;
	height: auto;
	opacity: 1 !important;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.sidenav .header-menu {
    display: block;
}

.sidenav .header-menu li{
	margin-bottom: 20px;
}

.sidenav .header-menu li a{
	display: block;
	width: 100%;
	font-size: 22px;
	font-weight:700;
	padding:10px 0;
}



/* CONTAINER */

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

/* GENERAL */

/* HOMEPAGE */

.wpcf7-form p{width: 100%;padding: 0 20px;}

input[type=text],
input[type=email],
textarea{
	width:100%;
	background:none;
	border:none;
	color:#5C5C5C;
	border-bottom:2px solid #fff;
	margin-bottom:10px;
	resize: none;
	outline: none
}

input[type=submit]{
	background-color:#fff;
	font-size:22px;
	
	padding:10px 40px;
	margin:20px 0;
	border:none;
}

::-webkit-input-placeholder { /* WebKit browsers */
	opacity: .8;
	color:#5C5C5C;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity: .8;
	color:#5C5C5C;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	opacity: .8;
	color:#5C5C5C;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	opacity: .8;
	color:#5C5C5C;
}


/* PAGE */


/* SWIPER */


/* FOOTER */



/* RESPONSIVE */


@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1700px) {
	.container{padding-right: 20px;padding-left: 20px;}
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1536px) {}

@media screen and (max-width: 1520px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {
	body{font-size:16px}
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1180px) {}

@media screen and (max-width: 1080px) {
	.header-menu a, .footer-menu a{margin-left:10px;}

	.l2\:h-200{height: 200px;}
}

@media screen and (min-width: 962.1px) {
	.hidden-min-962{display:none!important}
}

@media screen and (max-width: 962px) {
	.hidden-962{display:none;}

	.l1\:w-full{width: 100%;}

	.l1\:flex-column{flex-direction: column;}
	.l1\:flex-full{flex: 0 0 100%;}
	
	.l1\:py-20{padding: 20px 0;}
}

@media screen and (max-width: 950px) {}

@media screen and (max-width: 810px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 768px) {
	.m1\:hidden {display: none;}
	
	.m1\:flex-full{flex: 0 0 100%;}

	.m1\:w-1-2{width: 50%;}

	.m1\:h-400{height: 400px;}
}

@media screen and (max-width: 667px) {
	.m2\:flex-column {flex-direction: column;}
}

@media screen and (max-width: 567px) {}

@media screen and (max-width: 480px) {
	.s1\:w-full{width:100%}

	.s1\:h-300{height: 300px;}
	.s1\:h-400{height: 400px;}
}

@media screen and (max-width: 450px) {
	.s2\:w-full{width:100%}
	.s2\:w-200{width:200px}
	.s2\:w-20{width:30px}

	.s2\:h-35{height:35px}
	.s2\:h-30{height:30px}

	.s2\:fs-18{font-size: 18px;}
}

@media screen and (max-width: 415px) {
	body{font-size:16px;}

	.s3\:w-full{width:100%}

	.s3\:fs-20{font-size: 20px;}
	.s3\:fs-24{font-size: 24px;}
	.s3\:fs-36{font-size: 36px;}
}

@media screen and (max-width: 390px) {
	.s4\:w-full{width:100%}
}

@media screen and (max-width: 375px) {
	.s5\:w-full{width:100%}
}

@media screen and (max-width: 360px) {
	.s6\:w-full{width:100%}
}

@media screen and (max-width: 340px) {
	.s7\:w-full{width:100%}
}

@media screen and (max-width: 320px) {
	.s8\:w-full{width:100%}
}