/*
Theme Name: Odyssey
Author: creatio:net
Author URI: http://creationet.pl/
Description: Odyssey theme
Text Domain: odyssey
Version: 1.0
*/


:root {
	--app-height: 100%;
    --white: #fff;
	--black: #000;
	--black-light: #242422;
	--gray-light: #EBEBEB;
	--gray-dark: #747474;
}


html {
	scroll-behavior:smooth;
/*  	overflow-x: hidden; */
}

body {
	font-family: 'Avenir Next LT Pro';
	font-size:15px;
	font-weight:400;
	color:var(--black-light);
	line-height:1.5em;
	letter-spacing: .03em;
	margin:0;
	padding:0;
	position: relative;
    word-break: keep-all !important;
	overflow-x: hidden;
}

html, body{
	min-width: 352px;
}

a {
	color:var(--black);
	font-weight: 400;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:4px; 
	transition:.2s all;
}

a:hover {
	color:var(--gray-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:4px; 
}

p {
	font-size:15px;
	font-weight:400;
	color:var(--black-light);
	line-height:1.5em;
	letter-spacing: .02em;
	margin:0px 0px 1.5em 0px;
	padding:0px;
}




.container, .container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 1199px) {
	.container {
		max-width: 100%;
	}
}


body.home .top-brand.top-brand-start {
	position: relative;
	z-index: 9998;
}

body.home .top-brand.top-brand-start::before {
	content: '';
	z-index: 9998;
	animation-name: startcolor;
	animation-duration: 3s;
}
@keyframes startcolor {
	0% {
		background: var(--white);
		width: 100vw;
		height: 100vh;
		top:0;
		left:0;
		position: fixed;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	73% {
		background: var(--white);
		width: 100vw;
		height: 100vh;
		top:0;
		left:0;
		position: fixed;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	96% {width: unset;
		height: unset;
		top:unset;
		left:unset;
		position: unset;
		display: unset;
		align-items: unset;
		justify-content: unset;
	}
}

body.home .top-brand.top-brand-start img {
	animation-name: startlogo;
	animation-duration: 3s;
	z-index: 9999;
	position: relative;
}
@keyframes startlogo {
	0% {
		-webkit-filter:brightness(0) saturate(100%);
		filter: brightness(0) saturate(100%);
		height: 110px;
		margin-top:calc(50vh - 100px);
	}
	73% {
		-webkit-filter:brightness(0) saturate(100%);
		filter: brightness(0) saturate(100%);
		height: 110px;
		margin-top:calc(50vh - 100px);
	}
	100% {
		-webkit-filter:unset;
		filter: unset;margin-top:unset;
    }
}



body.home .burger-menu, body.home .header .container::after {
	animation-name: startadds;
	animation-duration: 4.4s;

}
@keyframes startadds {
	0% {
		opacity: 0;
    	visibility: hidden;
	}
	87% {
		opacity: 0;
    	visibility: hidden;
	}
	100% {
		opacity: 1;
    	visibility: visible;
    }
}


body.home .hero-content {
	animation-name: starthero;
	animation-duration: 4.4s;

}
@keyframes starthero {
	0% {
		opacity: 0;
		margin-bottom: -80px;
    	visibility: hidden;
	}
	87% {
		opacity: 0;
		margin-bottom: -80px;
    	visibility: hidden;
	}
	100% {
		opacity: 1;
		margin-bottom: 0px;
    	visibility: visible;
    }
}
 
.cky-consent-container {
	z-index: 996 !important;
}


.row-30 {
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.row-30 > [class*="col-"] {
    padding-left:15px;
    padding-right:15px;
}




h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
    color: var(--black-light);
	line-height: 1.2em;
	letter-spacing: .16em;
	text-transform: uppercase;
    margin:0 0 1em 0;
	padding: 0;
	position: relative;
}



h1 {
    font-size: 36px;
}
@media (min-width:768px) {
	h1 {
		font-size: 44px;
	}
}
@media (min-width:1200px) {
	h1 {
		font-size:56px;
	}
}


h2 {
    font-size: 28px;
    margin:0 0 .3em 0;
}
@media (min-width:768px) {
	h2 {
		font-size: 34px;
	}
}
@media (min-width:1200px) {
	h2 {
		font-size:40px;
	}
}


h3 {
    font-size: 18px;
}
@media (min-width:768px) {
	h3 {
		font-size: 19px;
	}
}
@media (min-width:1200px) {
	h3 {
		font-size: 20px;
	}
}

h4 {
    font-size:17px;
}
@media (min-width:768px) {
	h4 {
		font-size: 18px;
	}
}
@media (min-width:1200px) {
	h4 {
		font-size: 19px;
	}
}

h5 {
    font-size: 16px;
}
@media (min-width:768px) {
	h5 {
		font-size: 17px;
	}
}
@media (min-width:1200px) {
	h5 {
		font-size: 18px;
	}
}

h6 {
    font-size: 15px;
}
@media (min-width:768px) {
	h6 {
		font-size: 16px;
	}
}
@media (min-width:1200px) {
	h6 {
		font-size: 17px;
	}
}





.btn-primary {
	min-width: 264px;
	font-size: 14px;
	font-weight: 400;
	color: var(--black-light);
	text-decoration: none;
	text-align:center;
	text-transform: uppercase;
	line-height: 1.2em;
	letter-spacing: .08em;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
	background: var(--white);
    border:none;
	border-radius:50em;
    outline: 0;
	padding:16px 20px 12px 20px;
    cursor: pointer;
	transition: .2s all;
	overflow: hidden;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: var(--black-light);
	text-decoration: none;
	background: var(--gray-light);
}

.btn-primary img {
	width: 0;
	height: 7px;
	margin: -3px 0 0 0;
	opacity: 0;
	transition: .2s all;
}

.btn-primary:hover img, .btn-primary:focus img, .btn-primary:active img {
	width:20px;
	height: 7px;
	margin: -3px 0 0 8px;
	opacity: 1;	
}


.btn-ghost {
	min-width: 268px;
	font-size: 14px;
	font-weight: 400;
	color: var(--black-light);
	text-decoration: none;
	text-align:center;
	text-transform: uppercase;
	line-height: 1.2em;
	letter-spacing: .08em;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
	background: var(--white);
    border:1px solid var(--black-light);
	border-radius:50em;
    outline: 0;
	padding:16px 20px 12px 20px;
    cursor: pointer;
	transition: .2s all;
	overflow: hidden;
}

.btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active {
	color: var(--black-light);
	text-decoration: none;
	background: var(--gray-light);
	border-color: var(--gray-light);
}

.btn-ghost img {
	width: 0;
	height: 7px;
	margin: -3px 0 0 0;
	opacity: 0;
	transition: .2s all;
}

.btn-ghost:hover img, .btn-ghost:focus img, .btn-ghost:active img {
	width:20px;
	height: 7px;
	margin: -3px 0 0 8px;
	opacity: 1;
}


.btn-secondary {
	min-width: 268px;
	min-height: 45px;
	font-size: 14px;
	font-weight: 400;
	color: var(--black-light);
	text-decoration: none;
	text-align:left;
	text-transform: uppercase;
	line-height: 1.2em;
	letter-spacing: .08em;
	position: relative;
	display: inline-flex;
	align-items: center;
	gap:16px;
    vertical-align: middle;
    width: auto;
    margin: 0;
	background:none;
    border:none;
	border-radius:0;
    outline: 0;
	padding:5px 5px 0 61px;
    cursor: pointer;
	transition: .2s all;
	overflow: hidden;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
	color: var(--black-light);
	text-decoration: none;
	background: none;
	padding: 5px 0 0 66px;
}

.btn-secondary div {
	width: 45px;
	height: 45px;
	background: var(--gray-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	left:0;
	top:calc(50% - 22.5px);
	position: absolute;
}

.btn-secondary div img {
	width:20px;
	height: 7px;
	margin: 0;
	transition: .2s all;
}

.btn-secondary:hover div img, .btn-secondary:focus div img, .btn-secondary:active div img {
	margin: 0 0 0 46px;
}

.section-offercarousel-dark .btn-secondary div, .section-artworks-carousel .btn-secondary div {
	background: var(--gray-dark);
}


.header {
	width: 100%;
	height: auto;
	z-index: 980;
	margin-top:0px;
	padding: 0;
	position: fixed;
	z-index: 996;
	transition: .2s all;
}

.site-scrolled .header {
	background: var(--white);
	-webkit-box-shadow: 0px 4px 30px -20px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 4px 30px -20px rgba(0, 0, 0, .5);
	box-shadow: 0px 4px 30px -20px rgba(0, 0, 0, .5);
}

.header .container {
	height: 80px;
	transition: .2s all;
	position: relative;
}
@media (min-width:768px) {
	.header .container {
		height: 100px;
	}
}
@media (min-width:1200px) {
	.header .container {
		height: 120px;
	}
}

.site-scrolled .header .container {
	height:50px;
}
@media (min-width:768px) {
	.site-scrolled .header .container {
		height:60px;
	}
}

.header .container::after {
	content: '';
	width: calc(100% - 40px);
	height: .5px;
	background: var(--white);
	left:20px;
	bottom:0;
	position: absolute;
	transition: .2s all;
	opacity: 1;
}

.site-scrolled .header .container::after {
	height: 0;
	opacity: 0;
}

.top-brand {
	width: auto;
	height:50px;
	display: block;
	transition: .2s all;
	position: relative;
}
@media (min-width:768px) {
	.top-brand {
		height: 60px;
	} 
}
@media (min-width:1200px) {
	.top-brand {
		height: 70px;
	}
}

.site-scrolled .top-brand {
	height: 30px;
}
@media (min-width:768px) {
	.site-scrolled .top-brand {
		height: 40px;
	}
}

.top-brand img {
	width: auto;
	height: 100%;
	object-fit: contain;
	transition: .2s all;
}

.site-scrolled .top-brand img {
	-webkit-filter:brightness(0) saturate(100%);
	filter: brightness(0) saturate(100%);
}






.main-menu {
	width: 80%;
	max-width: 1090px;
	margin: 0;
	padding: 0;
}
@media (min-width:1400px) {
	.main-menu {
		width: 100%;
	}
}

.main-menu li {
	text-align: left;
	padding: 0;
	margin:0;
	list-style: none;
	position: relative;
}
@media (min-width:768px) {
	.main-menu li {
		height: 50px;
		display: flex; 
		position: unset;
	}
}

.main-menu > li {
	width: 100%;
}

.main-menu li a {
	height: 100%;
	font-size:14px;
	font-weight: 400;
	color:var(--white);
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .12em;
	margin:0;
	padding:13px 40px 13px 0;
	position: relative;
	transition: .2s all;
	display: block;
}
@media (min-width:768px) {
	.main-menu li a {
		width: 265px;
		padding:13px 0px 13px 0;
	}
}
@media (min-width:1200px) {
	.main-menu > li.menu-item-has-children > a::after {
		content: '';
		width:5px;
		height:8px;
		background: url('images/icon-chev.svg') no-repeat;
		background-size: 5px 8px;
		margin: 5px 0 0 14px;
		position: absolute;
	}
}

.main-submenu-toggle {
	width: 30px;
	height: 30px;
	background: url('images/icon-chev.svg') center transparent no-repeat;
	background-size: 5px 8px;
	border: none;
	border-radius: 0;
	top:10px;
	right: 0;
	position: absolute;
	transform: rotate(90deg);
	transition: .2s all;
}
@media (min-width:768px) {
	.main-submenu-toggle {
		margin: 8px 0 0 0;
		top:unset;
		right: unset;
		position: relative;
		transform: rotate(0deg);
	}
}
@media (min-width:1200px) {
	.main-submenu-toggle {
		display: none;
	}
}

.toggled .main-submenu-toggle {
	transform: rotate(-90deg);
}
@media (min-width:768px) {
	.toggled .main-submenu-toggle {
		transform: rotate(0deg);
	}
}

.main-menu li a:hover {
	color:var(--white);
	text-decoration: none;
}
@media (min-width:1200px) {
	.main-menu li a:hover {
		padding:13px 0 13px 40px; 
	}
}

.main-menu li > .sub-menu {
	margin: 0;
	padding:0 0 0 20px;
	display: none;
}
@media (min-width:768px) {
	.main-menu li > .sub-menu {
		padding: 0;
	}
}
@media (min-width:1200px) {
	.main-menu li:hover > .sub-menu {
		display: block;
		padding: 0;
	}
}

.main-menu li > .sub-menu li a {
	display: block;
}

.burger-menu, .burger-menu:hover {
	font-size: 12px;
	font-weight: 400;
	color: var(--white);
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .12em;
	list-style: 1em;
	display: flex;
	align-items: center;
	gap:10px;
	opacity: 1;
	left:20px;
	position: absolute;
	z-index: 988;
}
@media (min-width:768px) {
	.burger-menu, .burger-menu:hover {
		font-size: 14px;
		gap:20px;
	}
}

.site-scrolled .burger-menu, .site-scrolled .burger-menu:hover {
	color: var(--black);
}

.responsive.site-scrolled .burger-menu, .responsive.site-scrolled .burger-menu:hover {
	color: var(--white);
}

.burger-menu:hover {
	opacity: .8;
}

.responsive .burger-menu-menu {
	display: none;
}

.burger-menu-home {
	display: none;
}

.responsive .burger-menu-home {
	display: block;
}

.burger {
	width: 21px;
	max-width: 21px;
	height: 26px;
	background:none;
	border:none;
	border-radius:0px;
	margin:0;
	padding:0px;
	z-index: 988 !important;
	display: block;
}

.burger:after,
.burger:before,
.burger div {
	background-color:var(--white);
	border-radius: 0px;
	content: '';
	display: block;
	height: 1.5px;
	margin: 5px 0;
	transition: all .2s ease-in-out;
}

.burger:before {
	clip-path: polygon(46% 0, 46% 100%, 70% 100%, 70% 0, 100% 0, 100% 100%, 0 100%, 0 0);
}

.burger div {
	width:calc(100% - 6px);
}

.site-scrolled .burger:after,
.site-scrolled .burger:before,
.site-scrolled .burger div {
	background-color:var(--black);
}

.responsive .burger:before {
	background-color:var(--white);
	transform: translateY(5px) rotate(135deg);
	border-radius:0%;
  }

.responsive .burger:after {
	width: 100%;
	background-color:var(--white);
	transform: translateY(-8px) rotate(-135deg);
	border-radius:0%;
}

.responsive .burger div {
	background-color:var(--white);
	transform: scale(0);
	border-radius:0%;
}

.topnav {
	display: none !important;
}

.responsive .topnav {
	width:100%;
	height: 100vh;
	padding:140px 20px 60px 20px;
	top:0px;
	left:0px;
	right:0px;
	position: fixed;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	z-index: 978;
	background: rgb(10,9,9);
	background: linear-gradient(0deg, rgba(10,9,9,0) 0%, rgba(10,9,9,1) 100%);
	overflow-y: auto;
	animation:top .5s;
}
@media (min-width:768px) {
	.responsive .topnav {
		padding: 60px 20px;
		justify-content: center;
	}
}

.responsive.site-scrolled .topnav {
	background: rgb(10,9,9);
	background: linear-gradient(180deg, rgba(10,9,9,1) 0%, rgba(10,9,9,1) 100px, rgba(10,9,9,0) 100%);
}

@keyframes top {
	0% {
		top: -100vh;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}	
}




/* hero */

section.hero {
	width: 100%;
	height: 100vh;
	min-height: 360px;
	padding: 0;
	background: var(--black);
}
@media (min-width:768px) {
	section.hero {
		min-height: 400px;
	}
}
@media (min-width:1200px) {
	section.hero {
		min-height: 565px;
	}
}

.hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top:0;
	left:0;
	position: absolute;
	z-index: 900;
}

.hero-image-cover {
	width: 100%;
	height: 100%;
	background: rgb(36,36,34);
	background: linear-gradient(180deg, rgba(36,36,34,1) 0%, rgba(36,36,34,0) 100%);
	top:0;
	left:0;
	position: absolute;
	z-index: 910;
	opacity: .8;
}

.hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top:0;
	left:0;
	position: absolute;
	z-index: 940;
}

.hero-video.hero-video-grayscale {
	filter:grayscale(100%);
}

.hero-video-cover {
	width: 100%;
	height: 100%;
	background: rgb(36,36,34);
	background: linear-gradient(180deg, rgba(36,36,34,1) 0%, rgba(36,36,34,0) 26%);
	top:0;
	left:0;
	position: absolute;
	z-index: 960;
	opacity: .8;
}

section.hero .container {
	position: relative;
	z-index: 990;
}

.hero-content {
	max-width: 900px;
	color: var(--white);
	padding: 30px 0;
	margin:80px auto 0 auto;
	word-break: keep-all;
}
@media (min-width:768px) {
	.hero-content {
		margin:100px auto 0 auto;
	}
}
@media (min-width:1200px) {
	.hero-content {
		margin:120px auto 0 auto;
	}
}

.hero-content h6 {
	color: var(--white);
    letter-spacing: .12em;
	margin: 0 0 1.6em 0;
	font-size: 22px;
}

.hero-content h1 {
	color: var(--white);
	margin: 0 0 .6em 0;
}

.hero-content h1:last-child {
	margin: 0;
}


/*  scroll arrow  */

.scroll-arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.scroll-arrow img {
  width: auto !important;
  height: 50px !important;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.scroll-arrow:hover img {
  transform: scale(1.2) translateY(30px) !important;
}




@media (max-width: 768px) {
  .scroll-arrow {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 1000 !important;
  }

  .scroll-arrow img {
	width: auto !important;
	height: 30px !important;
    transition: transform 0.3s ease !important;
  }

  .scroll-arrow:hover img,
  .scroll-arrow:active img {
    transform: scale(1.2) translateY(10px) !important;
  }
}





/* page header / hero */ 

section.hero.page-header {
	height: 70vh;;
	/* min-height: 70vh; */
}





/* 404 */

.page-header.page-header-404 {
	min-height:75vh;
	margin: 0;
	position: relative;
}

.page-header.page-header-404 h1 {
	color: var(--pink);
}

.page-header.page-header-404 h2 {
	margin: 0 0 40px 0;
}




/* page / blog all */

article h1, article h2, article h3, article h4, article h5, article h6 {
	padding-top: 1em;
}

article h1:first-child, article h2:first-child, article h3:first-child, article h4:first-child, article h5:first-child, article h6:first-child {
	padding-top: 0;
}


article img {
	max-width: 100%;
	height: auto;
	margin:2em 0;
}

@media (min-width: 576px) {
	article img.alignleft {
		max-width: 50%;
		float: left;
		margin:0px 20px 20px 0px;
	}
}

@media (min-width: 576px) {
	article img.alignright {
		max-width: 50%;
		float: right;
		margin:0px 0px 20px 20px;
	}
}

article img.aligncenter {
	margin:2em 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

article ul {
	padding:16px 0px 3em 0px;
	margin:0px;
}

/* article p + ul {
	margin-top: -1.2em;
} */

article ul li {
	margin:0px 0px 23px 0px;
	padding:0px 0px 0px 15px;
	background:url('images/list.svg') top left no-repeat;
	background-size: 4px 4px;
	background-position: 0 8px;
	list-style: none;
	position: relative; 
}

article ul li:last-child {
	margin-bottom: 0;
}

article ol {
	margin:16px 0px 3em 0px;
	padding:0px 0px 0px 20px;
}

article ol li {
	margin:0px 0px 20px 0px;
	padding:0px;
}

article blockquote {
	font-size:16px;
	font-weight:400;
	color: var(--black-light);
	line-height:1.4em;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin:2.2em 0;
	padding: 0 0 0 22px;
	position: relative;
}
@media (min-width: 768px) {
	article blockquote {
		font-size:20px;
		padding: 0 0 0 32px;
	}
}

article blockquote::before {
	content: '';
	width: 4px;
	height: calc(100% + 6px);
	background:var(--gray-dark);
	border-radius: 2px;
	left:0;
	top:-3px;
	position: absolute;
}

article blockquote p {
	font-size:16px;
	font-weight:400;
	color: var(--black-light);
	line-height:1.4em;
	letter-spacing: .12em;
}
@media (min-width: 768px) {
	article blockquote p {
		font-size:20px;
	}
}


article > *:first-child {
	margin-top: 0;
}

article > p:last-child, article > ul:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}


article table {
	margin: 22px 0;
}

article table td, article table th, article table tr {
	border-width: 1px;
	padding: 5px;
}


/* blog single */

section.hero.blog-header {
	height: 70vh;
	margin: 0;
}

.section-blog-single-categories {
	margin: 0 0 60px 0;
}
@media (min-width: 768px) {
	.section-blog-single-categories {
		margin: 0 0 80px 0;
	}
}

.section-blog-content .container {
	max-width: 960px;
}
@media (min-width: 1400px) {
	.section-blog-content .container {
		max-width:1060px;
	}
}

.section-blog-content-adds {
	border-top: .5px solid var(--black-light);
	padding: 34px 0 4px 0;
	margin: 50px 0 0 0;
	gap:10px;
}

.section-blog-content-adds .btn-secondary {
	min-width: unset;
}

.section-blog-content-adds-share {
	text-transform: uppercase;
	gap:23px;
}

.section-blog-related.section-blog-listing {
	margin:0 0 60px 0;
}

.section-blog-related .section-header {
	margin: 0 0 50px 0;
}
@media (min-width: 768px) {
	.section-blog-related .section-header {
		margin: 0 0 70px 0;
	}
}

.section-blog-related-btn {
	margin-top: 60px;
}


/* blog listing */

.section-blog-listing-categories {
	padding: 33px 0 30px 0;
	background: var(--gray-light);
	z-index: 994;
}
@media (min-width:768px) {
	.section-blog-listing-categories {
		top:60px;
		position: sticky;
		position: -webkit-sticky;
	}
}

/* .site-scrolled .section-blog-listing-categories {
	padding: 16px 0;
} */

.section-blog-listing-categories ul {
	margin: 0;
	padding: 0;
	gap:6px 16px;
}
@media (min-width:768px) {
	.section-blog-listing-categories ul {
		gap:26px;
	}
}

.section-blog-listing-categories ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.section-blog-listing-categories ul li a {
	font-size: 14px;
	color: var(--black-light);
	letter-spacing: .12em;
	text-transform: uppercase;
	text-decoration: none;
}

.section-blog-listing-categories ul li.current-cat a {
	text-decoration: underline;
}

.section-blog-listing-categories ul li a:hover {
	text-decoration: underline;
}

.section-blog-listing {
	margin: 0 0 40px 0;
}

.section-blog-listing .row {
	margin-bottom: -40px;
}

.section-blog-listing .row > div {
	margin-bottom: 40px;
	position: relative;
}

.blog-listing-item a, .blog-listing-item a:hover {
	text-decoration: none;
	display: block;
}

.blog-listing-image-wrapper {
	width: 100%;
	aspect-ratio: 1.35 / 1;
	background:url('images/odyssey.svg') no-repeat center var(--gray-light);
	position: relative;
}

@media (min-width:768px) {
	.blog-listing-item-first .blog-listing-image-wrapper {
		aspect-ratio: 1.75 / 1;
	}
}

.blog-listing-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left:0;
	top:0;
	position: absolute;
}

.section-blog-listing article {
	padding:30px 20px;
}
@media (min-width:768px) {
	.section-blog-listing article {
		padding: 40px;
	}
}

@media (min-width:768px) {
	.section-blog-listing .row > div::before {
		content: '';
		width: .5px;
		height: 100%;
		background: var(--black-light);
		left:15px;
		top:0;
		position: absolute;
	}
}

.blog-listing-date {
	color:var(--black-light);
	margin: 0 0 1em 0;
}

.section-blog-listing article h4 {
	font-size: 18px;
	letter-spacing: .12em;
	padding: 0;
	margin: 0 0 1em 0;
}
@media (min-width:768px) {
	.section-blog-listing article h4 {
		font-size: 20px;
	}
}

.section-blog-listing article p {
	margin: 0 0 32px 0;
}


.pagination {
	margin: 0;
	padding:40px 0 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:5px;
}
@media (min-width:768px) {
	.pagination {
		gap:16px;
	}
}

.pagination li {
	min-width:28px;
	height: 28px;
	font-size: 15px;
	letter-spacing: .03px;
	color:var(--light_black);
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination li.current {
	min-width:28px;
	height: 28px;
	color: var(--black-light);
	line-height: 28px;
	background: var(--light_black);
	border: .5px solid var(--black-light);
	border-radius: 50em;
}

.pagination li a {
	min-width:28px;
	height: 28px;
	color: var(--black-light);
	line-height: 28px;
	text-decoration: none;
	border-radius: 50em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination li a:hover {
	color: var(--black-light);
	background: var(--gray-light);
}

.pagination li.special-c, .pagination li.special-c a {
	min-width:8px;
}

.pagination li.special-d1 a.special {
	background: url('images/icon-pagination-out.svg') no-repeat center;
	transform: rotate(180deg);
}

.pagination li.special-d2 a.special {
	background: url('images/icon-pagination-out.svg') no-repeat center;
}

.pagination li.special-c1 a.special {
	background: url('images/icon-pagination.svg') no-repeat center;
	transform: rotate(180deg);
}

.pagination li.special-c2 a.special {
	background: url('images/icon-pagination.svg') no-repeat center;
}









/* sections */

section {
	margin:0 0 50px 0;
	position: relative;
}
@media (min-width:768px) {
	section {
		margin:0 0 100px 0;
	}
}

section.section-nomargin-bottom {
	margin-bottom: 0;
}

.section-padding-anch {
	width: 0;
	height: 0;
	margin-top: -100px;
	opacity: 0;
	position: absolute;
}
@media (min-width:768px) {
	.section-padding-anch {
		margin-top: -180px;
	}
}

.section-header {
	margin: 0 0 22px 0;
}
@media (min-width:768px) {
	.section-header {
		margin: 0 0 34px 0;
	}
}

.section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5, .section-header h6 {
	padding-top:0;
}

.section-header h2 {
	margin: 0 0 .5em 0;
}


/* section-content */

.section-content.section-content-centered {
	text-align: center;
}

.section-content.section-content-centered .container {
	max-width: 730px;
}

.section-content.section-content-dark {
	background: var(--black-light);
	padding: 50px 0 75px 0;
}
@media (min-width:768px) {
	.section-content.section-content-dark {
		padding: 100px 0 150px 0;
	}
}

.section-content.section-content-cols {
	padding: 50px 0;
}
@media (min-width:768px) {
	.section-content.section-content-cols {
		padding: 100px 0;
	}
}

@media (min-width:768px) {
	.section-content.section-content-cols h2 {
		margin-top: 15px;
	}
}

.section-content.section-content-cols h6 {
	margin: 0 0 1.3em 0;
}

.section-content.section-content-cols h6.section-header-2cols {
	letter-spacing: .12em;
	margin: 0 0 50px 0;
}

.section-content.section-content-dark article *, .section-content.section-content-dark article .section-header * {
	color: var(--white);
}

.page-template-page-nieruchomosc .section-content article ul, .page-child .section-content article ul {
	padding:0 0 15px 0;
}

.page-template-page-nieruchomosc .section-content article ul li, .page-child .section-content article ul li {
	margin: 0 0 6px 0;
	padding: 0 0 0 40px;
	background: url('images/list-chev.svg') top left no-repeat;
    background-size: 21.5px 10.75px;
    background-position: 0 5px;
}

.page-template-page-nieruchomosc .section-content.section-content-dark article ul li, .page-child .section-content.section-content-dark article ul li {
	background: url('images/list-chev-w.svg') top left no-repeat;
    background-size: 21.5px 10.75px;
    background-position: 0 5px;
}

.section-content.section-content-image {
	padding:50px 0;
}
@media (min-width:768px) {
	.section-content.section-content-image {
		padding:100px 0;
	}
}

.section-content-image-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left:0;
	top:0;
	position: absolute;
	z-index: -1;
}

.section-content .btn-ghost, .section-content .btn-primary {
	margin-top: 30px;
}

.section-content.section-content-cols .btn-ghost, .section-content.section-content-cols .btn-primary {
	margin-top: 10px;
}


/* section-imagecontent */

.section-imagecontent-black {
	color:var(--white);
	background: var(--black-light);
	padding: 50px 0;
}
@media (min-width:768px) {
	.section-imagecontent-black {
		padding:100px 0;
	}
}

.section-imagecontent-black article * {
	color:var(--white);
}

.section-imagecontent-col-img {
	aspect-ratio: 1.8 / 1;
	padding: 0;
	position: relative;
}
@media (min-width:768px) {
	.section-imagecontent-col-img {
		min-height: 600px;
		aspect-ratio: unset;
	}
}

.section-imagecontent-image {
	width: 100vw;
	height: 100%;
	display: block;
	left:-8px;
	top:0;
	position: absolute;
}
@media (min-width:768px) {
	.section-imagecontent-image {
		width: 50vw;
		right:0;
		left:unset;
	}
}

@media (min-width:768px) {
	.flex-md-row-reverse .section-imagecontent-image {
		right:unset;
		left: 0;
	}
}

.section-imagecontent-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin:0;
	display: block;
}

.section-imagecontent-col-content article {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media (min-width:768px) {
	.section-imagecontent-col-content article {
		padding-top: 50px;
	}
}

.section-imagecontent .section-header {
	margin: 0 0 20px 0;
}

.section-imagecontent .btn-secondary {
	margin-top: 12px;
}


/* section-box */

.section-box .row {
	margin-bottom: -40px;
}

.section-box .row > div {
	margin-bottom: 40px;
	position: relative;
}

.section-box-box-image {
	width: 100%;
	aspect-ratio: 1.35 / 1;
	background:url('images/odyssey.svg') no-repeat center var(--gray-light);
	position: relative;
}

.section-box-box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left:0;
	top:0;
	position: absolute;
}

.section-box article {
	padding:30px 20px;
}
@media (min-width:768px) {
	.section-box article {
		padding: 40px;
	}
}

@media (min-width:768px) {
	.section-box .row > div:nth-child(even)::before {
		content: '';
		width: .5px;
		height: 100%;
		background: var(--black-light);
		left:15px;
		top:0;
		position: absolute;
	}
}

.section-box article h4 {
	font-size: 18px;
	letter-spacing: .12em;
	margin: 0 0 1em 0;
}
@media (min-width:768px) {
	.section-box article h4 {
		font-size: 20px;
	}
}


/* section-banner */

.section-banner {
	min-height: 60vh;
	text-align: center;
	background: var(--black-light);
	padding: 50px 0;
}
@media (min-width:768px) {
	.section-banner {
		padding:150px 0;
	}
}

.section-banner .container {
	max-width: 770px;
	position: relative;
	z-index: 960;
}

.section-banner .container .section-header > * {
	color: var(--white);
}

.section-banner .container .section-header h6 {
	margin: 0 0 1.6em 0;
}

.section-banner picture {
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position: absolute;
	z-index: 900;
	display: block;
}

.section-banner picture::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(36,36,34);
	background: linear-gradient(180deg, rgba(36,36,34,1) 0%, rgba(36,36,34,0) 100%);
	top:0;
	left:0;
	position: absolute;
	opacity: .8;
}

.section-banner picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top:0;
	left:0;
	position: absolute;
	z-index: 940;
}

.section-banner video.section-banner-video-grayscale {
	filter:grayscale(100%);
}


/* section-listing */

.section-listing {
	overflow: hidden;
}


.offercarouselSwiper .swiper-slide {
	height: 100%;
}

.section-offercarouselSwiper-listing-item {
	margin:0;
}
@media (min-width:768px) {
	.section-offercarouselSwiper-listing-item {
		margin:0;
	}
}
@media (min-width:992px) {
	.section-offercarouselSwiper-listing-item {
		min-height: 500px;
	}
}
@media (min-width:1200px) {
	.section-listing-item {
		min-height: 600px;
	}
}

.section-offercarouselSwiper-listing-item-featured {
	width:100%;
	min-height: 160px;
	aspect-ratio: 2 / 1.2;
	position: relative;
}
@media (min-width:768px) {
	.section-offercarouselSwiper-listing-item-featured {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		aspect-ratio: unset;
	}
}
@media (min-width:992px) {
	.section-offercarouselSwiper-listing-item-featured {
		width: 56%;
		max-width: 56%;
		min-width: 56%;
	}
}

.section-offercarouselSwiper-listing-item-featured picture {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.section-offercarouselSwiper-listing-item-featured img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
@media (min-width:992px) {
	.section-offercarouselSwiper-listing-item-featured img, .section-offercarouselSwiper-listing-item-featured picture img {
		height: calc(100% - 120px);
		transition: .2s all;
	}
}

.swiper-slide.swiper-slide-active .section-offercarouselSwiper-listing-item-featured img {
	margin-top: 0;
	height:100%;
}

.section-offercarouselSwiper-listing-item-content {
	width:calc(100% - 40px);
	margin: 0 auto;
	padding-bottom: 25px;
	padding-top: 25px;
}
@media (min-width:576px) {
	.section-offercarouselSwiper-listing-item-content {
		width:64%;
	}
}
@media (min-width:768px) {
	.section-offercarouselSwiper-listing-item-content {
		margin: 0 0 0 26.3333%;
	}
}
@media (min-width:992px) {
	.section-offercarouselSwiper-listing-item-content {
		width: 44%;
		max-width:44%;
		min-width: 44%;
		padding-top: 120px;
		padding-bottom:0;
		padding: 120px 63px 0 63px;
		margin: unset;
	}
}

.section-offercarouselSwiper-listing-item-details {
	width:100%;
	gap:10px 20px;
	margin: 0 0 18px 0;
}

.section-offercarouselSwiper-listing-item-details-a {
	gap:10px;
}

.section-offercarouselSwiper-listing-item-details-a svg {
	margin-top: -4px;
}

.section-offercarouselSwiper-listing-item-details-2 {
	margin: 0 0 32px 0;
}

.section-offercarouselSwiper-listing-item-content .btn-secondary {
	margin: 8px 0 0 0;
}

.section-offercarouselSwiper-listing-item-featured-end {
	display: none;
}
@media (min-width:768px) {
	.section-offercarouselSwiper-listing-item-featured-end {
		width: 10%;
		max-width: 10%;
		min-width: 10%;
		position: relative;
		display: block;
	}
}
@media (min-width:992px) {
	.section-offercarouselSwiper-listing-item-featured-end {
		width: 16%;
		max-width: 16%;
		min-width: 16%;
		padding-top: 120px;
	}
}

.section-offercarouselSwiper-listing-item-featured-end img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-offercarouselSwiper-listing-item-no-featured {
	width: 100%;
	height: 100%;
	background:url('images/odyssey.svg') center no-repeat var(--gray-dark);
	background-size: 20%;
}




.section-listing {
	overflow: hidden;
}

.section-listing-item {
	margin:0 0 60px 0;
	gap:25px;
}
@media (min-width:768px) {
	.section-listing-item {
		margin:0 0 100px 0;
	}
}
@media (min-width:992px) {
	.section-listing-item {
		min-height: 500px;
	}
}
@media (min-width:1200px) {
	.section-listing-item {
		min-height: 600px;
	}
}

.section-listing-item-featured {
	width:100%;
	min-height: 160px;
	aspect-ratio: 2 / 1.2;
	position: relative;
}
@media (min-width:768px) {
	.section-listing-item-featured {
		width: calc(90% - 25px);
		max-width: calc(90% - 25px);
		min-width: calc(90% - 25px);
		aspect-ratio: unset;
	}
}
@media (min-width:992px) {
	.section-listing-item-featured {
		width: 47%;
		max-width: 47%;
		min-width: 47%;
	}
}

.section-listing-item-featured img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.section-listing-item-featured img:hover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.08) ;
}

.section-listing-item-content {
	width:calc(100% - 40px);
	margin: 0 auto;
	padding-bottom: 25px;
}
@media (min-width:576px) {
	.section-listing-item-content {
		width:60%;
	}
}
@media (min-width:992px) {
	.section-listing-item-content {
		width: 28%;
		max-width: 28%;
		min-width: 28%;
		padding-top: 120px;
		padding-bottom:0;
		margin: unset;
	}
}

.section-listing-item-details {
	width:100%;
	gap:10px 20px;
	margin: 0 0 18px 0;
}

.section-listing-item-details-a {
	gap:10px;
}

.section-listing-item-details-a svg {
	margin-top: -4px;
}

.section-listing-item-details-2 {
	margin: 0 0 32px 0;
}

.section-listing-item-content .btn-secondary {
	margin: 8px 0 0 0;
}

.section-listing-item-featured-end {
	display: none;
}
@media (min-width:768px) {
	.section-listing-item-featured-end {
		width: 10%;
		max-width: 10%;
		min-width: 10%;
		position: relative;
		display: block;
	}
}
@media (min-width:992px) {
	.section-listing-item-featured-end {
		width: 16%;
		max-width: 16%;
		min-width: 16%;
		padding-top: 120px;
	}
}

.section-listing-item-featured-end img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-listing-item-no-featured {
	width: 100%;
	height: 100%;
	background:url('images/odyssey.svg') center no-repeat var(--gray-dark);
	background-size: 20%;
}

.section-listing .pagination {
	padding: 0;
	margin: -20px 0 0 0;
}
@media (min-width:768px) {
	.section-listing .pagination {
		margin:-66px 0 0 0;
	}
}

/* section-offercarousel */

.section-offercarousel-dark {
	background: var(--black-light);
	padding: 50px 0;
}
@media (min-width:768px) {
	.section-offercarousel-dark {
		padding: 100px 0;
	}
}

.section-offercarousel .section-listing-item {
	margin: 0;
}

.section-offercarousel-dark .section-listing-item-content *, .section-offercarousel-dark .section-offercarouselSwiper-listing-item-content *, .section-artworks-carousel .section-offercarouselSwiper-listing-item-content *  {
	color:var(--white);
}


/* section-references */

.section-references {
	background: url('images/references.webp') center no-repeat;
	background-size: cover;
	padding: 50px 0;
}
@media (min-width:768px) {
	.section-references {
		padding:100px 0;
	}
}

.section-references::after {
	content: '';
	width: calc(100% - 40px);
	height: .5px;
	background:var(--black-light);
	bottom:0;
	left:20px;
	position: absolute;
}
@media (min-width:1200px) {
	.section-references::after {
		width: 1100px;
		left:calc(50% - 550px);
	}
}
@media (min-width:1400px) {
	.section-references::after {
		width: 1280px;
		left:calc(50% - 640px);
	}
}

.section-references h2 {
	margin: 0 0 .4em 0;
}

.section-references-quote {
	font-size: 26px;
	margin: 0 0 .8em 0;
}
@media (min-width:768px) {
	.section-references-quote {
		font-size: 40px;
	}
}

.referencesSwiper .swiper-slide p {
	font-size: 16px;
	font-weight: 400;
	color:var(--black-light);
	text-transform: uppercase;
	letter-spacing: .12em;
	margin: 0 0 1em 0;
}
@media (min-width:768px) {
	.referencesSwiper .swiper-slide p {
		font-size: 20px;
	}
}

.referencesSwiper .swiper-slide h6 {
	letter-spacing: .03em;
}

@property --progress-value {
	syntax: '<integer>';
	inherits: false;
	initial-value: 0;
}
  
@keyframes css-progress {
	to { --progress-value: 100; }
}

.swiper-pagination-bullets {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:5px 14px;
	margin: 30px 0 0 0;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 !important;
	background: transparent;
	opacity: 1;
	position: relative;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet::after, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet::after {
	content: '';
	width: 6px;
	height: 6px;
	background: var(--gray-light);
	border-radius: 50%;
	left:3px;
	top:3px;
	position: absolute; 
	transition: .2s all;
}

.swiper-horizontal>.swiper-pagination-bullets.gallerySwiper-pagination-dark .swiper-pagination-bullet.swiper-pagination-bullet::after, .swiper-pagination-horizontal.swiper-pagination-bullets.gallerySwiper-pagination-dark .swiper-pagination-bullet.swiper-pagination-bullet::after {
	background: var(--gray-dark);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	background: var(--black-light);
}

.swiper-horizontal>.swiper-pagination-bullets.gallerySwiper-pagination-dark .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .swiper-pagination-horizontal.swiper-pagination-bullets.gallerySwiper-pagination-dark .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	background: var(--white);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: 
	radial-gradient(closest-side, var(--white) 85%, transparent 80% 100%, var(--white) 0),
	conic-gradient(var(--black-light) calc(var(--progress-value) * 1%), transparent 0);
	animation: css-progress 5s 1 linear;
	transition: .2s all;
}

.swiper-horizontal>.swiper-pagination-bullets.gallerySwiper-pagination-dark .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-horizontal.swiper-pagination-bullets.gallerySwiper-pagination-dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: 
	radial-gradient(closest-side, var(--black-light) 85%, transparent 80% 100%, var(--black-light) 0),
	conic-gradient(var(--white) calc(var(--progress-value) * 1%), transparent 0);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	animation: css-progress 5s 1 linear;
}


/* section-artworks */

.section-artworks {
	background: var(--black-light);
	padding:60px 0 ;
	padding-bottom: 80px !important;
	overflow: hidden !important;
}
@media (min-width:768px) {
	.section-artworks {
		padding: 100px 0 80px 0;
	}
}

.section-artworks h2 {
	color:var(--white);
}

.section-artworks-mans-inner {
	width: 100%;
	height: 100%;
	display: block;
	margin-bottom:30px;
	overflow: hidden;
}

.section-artworks-mans-inner img {
	width: 100%;
	height: 100%;
	transition: .2s all;
}

.section-artworks-mans-inner:hover img{
	transform: scale(1.05);
}

.section-artworks .modal-dialog {
	max-width: 1320px;
}

.section-artworks .modal-content {
	color:var(--white);
	background-color: transparent;
}

.btn-close-wrapper {
	height:60px;
}
.btn-close-wrapper button {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}

.section-artworks-modal-image {
	width: 40%;
	height: 40%;
	align-items: center;
	justify-content: center;
	
    display: center;
	
}

.section-artworks-modal-image img{
	max-width: 100%;
  	max-height: 80vh;
  	object-fit: contain;
}

.section-artworks-modal-details {
	padding: 45px 0;
	gap:30px;
}

.section-artworks-modal-details > div {
	margin: 0 0 30px 0;
}
@media (min-width:992px) {
	.section-artworks-modal-details > div {
		margin:0;
	}
}

.section-artworks .modal-content h3 {
	color:var(--white);
    letter-spacing: .12em;
}

.section-artworks .modal-content p {
	color:var(--white);
	margin: 0;
}




.modal-backdrop {
	background: var(--black-light);
	opacity: .9 !important;
	transition: .15s all;
}


/* section-artworks-carousel */

.section-artworks-carousel {
	background: var(--black-light);
	padding: 50px 0;
}
@media (min-width:768px) {
	.section-artworks-carousel {
		padding:100px 0;
	}
}

.section-artworks-carousel .section-listing-item {
	margin: 0;
}

.section-artworks-carousel .section-offercarouselSwiper-listing-item-content * {
	color: var(--white);
}




/* section-gallery */

.section-gallery {
	overflow: hidden;
}

.section-gallery-dark {
	background: var(--black-light);
	padding: 50px 0;
}
@media (min-width:768px) {
	.section-gallery-dark {
		padding: 100px 0;
	}
}

.swiper.gallerySwiper {
	overflow: visible;
}

.swiper.gallerySwiper .swiper-slide {
	height: auto;
}

.swiper.gallerySwiper .swiper-slide a {
	width: 100%;
	height: 320px;
	display: block;
}
@media (min-width:576px) {
	.swiper.gallerySwiper .swiper-slide a {
		height: 500px;
	}
}
@media (min-width:992px) {
	.swiper.gallerySwiper .swiper-slide a {
		height: 624px;
	}
}
@media (min-width:1400px) {
	.swiper.gallerySwiper .swiper-slide a {
		height: 800px;
	}
}

.swiper.gallerySwiper .swiper-slide a img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	margin-top: 30px;
	transition: .2s all;
}
@media (min-width:576px) {
	.swiper.gallerySwiper .swiper-slide a img {
		height: 400px;
		margin-top: 50px;
	}
}
@media (min-width:992px) {
	.swiper.gallerySwiper .swiper-slide a img {
		height: 480px;
		margin-top: 72px;
	}
}
@media (min-width:1400px) {
	.swiper.gallerySwiper .swiper-slide a img {
		height: 660px;
		margin-top: 70px;
	}
}

.swiper.gallerySwiper .swiper-slide.swiper-slide-active a img {
	height: 100%;
	margin-top: 0;
}

.swiper.gallerySwiper .swiper-slide p {
	text-align: center;
	margin: 34px 0 4px 0;
}

.section-gallery-dark .swiper.gallerySwiper .swiper-slide p {
	height: 0;
	color:var(--white);
	opacity: 0;
	transition: .2s all;
}

.section-gallery-dark .swiper.gallerySwiper .swiper-slide.swiper-slide-active p {
	height: auto;
	opacity: 1;
}

.section-gallery-button {
	margin-top: 34px;
}


/* section-form */




.section-form .container {
	max-width: 770px;
}

.section-form form {
	padding-top:30px;
}
@media (min-width:768px) {
	.section-form form {
		padding-top:60px;
	}
}

.section-form form .btn-ghost {
	margin: 0 auto;
}

.message {
	padding-top: 15px;
	padding-bottom: 10px;
}

.form-submit {
	padding-top: 22px;
}







/* section-news */

.section-posts .section-blog-listing {
	padding: 15px 0 0 0;
}
@media (min-width:768px) {
	.section-posts .section-blog-listing {
		padding: 35px 0 0 0;
	}
}

.section-posts-button {
	padding:10px 0 0 0;
}
@media (min-width:768px) {
	.section-posts-button {
		padding: 20px 0 0 0;
	}
}









/* section-contact */

.section-contact .container {
	max-width: 770px;
}

.section-contact form {
	padding-top:30px;
}
@media (min-width:768px) {
	.section-contact form {
		padding-top:60px;
	}
}

.section-contact form .btn-ghost {
	margin: 0 auto;
}

.message {
	padding-top: 15px;
	padding-bottom: 10px;
}

.form-submit {
	padding-top: 22px;
}


/* page property */

@media (min-width:1200px) {
	h6.header-h6-property {
		margin-top: -15px;
	}
}



.floating-menu {
	padding: 20px 0;
	background:var(--gray-light);
	position: relative;
	z-index: 990;
}
@media (min-width:768px) {
	.floating-menu {
		top:60px;
		position: sticky;
		position: -webkit-sticky;
	}
}
@media (min-width:1200px) {
	.floating-menu {
		padding: 33px 0 30px 0;
	}
}

.floating-menu ul {
	margin:0;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 24px;
}

.floating-menu ul li {
	margin:0;
	padding:0;
	list-style: none;
}

.floating-menu ul li a {
	font-size: 14px;
	font-weight: 400;
	color: var(--black-light);
	letter-spacing: .12em;
	text-transform: uppercase;
	text-decoration: none;
}

.floating-menu ul li a:hover {
	color: var(--black-light);
	text-decoration: underline;
}










/* footer */

footer {
	color:var(--white);
	letter-spacing: .03em;
	background: var(--black-light);
	padding-top: 20px;
}

.odyssey-footer {
	padding: 40px 0;
	border-bottom: .5px solid var(--white);
}

.odyssey-footer img {
	width: auto;
	height: 60px;
}

.footer-details {
	font-size: 14px;
	text-transform: uppercase;
	padding:34px 0 29px 0;
	border-bottom: .5px solid var(--white);
	gap:30px 20px;
}

.footer-details ul {
	margin:0;
	padding:0;
}

.footer-details ul li {
	margin:0 0 13px 0;
	padding:0;
	list-style: none;
}

.footer-details ul li:last-child {
	margin: 0;
}

.footer-details ul li a {
	font-size: 14px;
	color: var(--white);
	text-decoration: none;
}

.footer-details ul li a:hover {
	color: var(--white);
	text-decoration: underline;
}

.footer-social-media {
	min-width:100%;
}
@media (min-width:768px) {
	.footer-social-media {
		min-width: 20%;
	}
}

.footer-social-media h5 {
	font-size: 14px;
	color: var(--white);
	letter-spacing: .03em;
	margin: 0 0 13px 0;
}

.footer-social-media ul {
	margin:0;
	padding: 0;
	display: flex;
	gap:22px;
}

.footer-social-media ul li {
	margin:0;
	padding: 0;
}

.copyrights {
	font-size: 13px;
	color: var(--white);
	padding:18px 0;
	gap:10px 20px;
}

.copyrights a, .copyrights a:hover {
	font-size: 13px;
	color: var(--white);
	text-decoration: none;
}









/* form */

form {
	margin: 0;
	padding:0;
}

form label {
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: var(--black-dark);
	margin: 0 0 15px 0;
}

form p {
	font-size: 13px;
	margin: -10px 0 30px 0;
}




.wpcf7-form input[type=email], .wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=date], .wpcf7-form select {
	width:100%;
	height:50px;
	font-size:15px;
	font-weight: 400;
	color:var(--black-light);
	line-height:40px;
	letter-spacing: .03em;
	background:transparent;
	border:none;
	border-bottom:1px solid var(--gray-dark);
	border-radius:0;
	padding:0;
	margin:0;
	appearance: none;	
}

/* .wpcf7-form select {
	background: url('images/icon-select.svg') var(--white) no-repeat;
	background-position: top 17px right 16px;
	background-size: 12.86px 7.5px;
} */

.wpcf7-form textarea, .wpcf7-form textarea:active, .wpcf7-form textarea:focus  {
	width: 100%;
	height: 200px;
	font-size:15px;
	font-weight: 400;
	color:var(--black-light);
	line-height: 20px;
	letter-spacing: .03em;
	background:transparent;
	border:none;
	border-bottom:1px solid var(--gray-dark);
	border-radius:0;
	outline: none;
	overflow: hidden;
	padding:0;
	margin:0;
}

.wpcf7-list-item {
	margin: 0 !important;
}






/* .wpcf7-not-valid-tip {
	font-size: 14px !important;
	margin-top: 4px;
} */
 
/* .wpcf7-not-valid .wpcf7-list-item-label:before {
	border-bottom: 2px solid #f00 !important;
}
 
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid {
	border-bottom:2px solid #f00;
}
 */

.wpcf7-not-valid .wpcf7-list-item-label:before {
	border-bottom: 1px solid #f00 !important;
}
 
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid {
	border-bottom:1px solid #f00;
}
.wpcf7-form .wpcf7-not-valid input[type=checkbox] {
	border: 1px solid #f00 !important;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    font-weight: 400 !important;
	color: var(--black-dark);
    line-height: 14px;
    margin: 10px 0px 0px 0px !important;
    padding:0;
    position: relative;
    z-index: 974;
	display: block !important;
}

.wpcf7-spinner {
	display:none !important;
}

.wpcf7-response-output {
	color: var(--black-dark);
}



form.wpcf7-form input[type=submit] {
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: 700;
	color:var(--white);
	letter-spacing: .05em;
	text-transform: none;
	background: var(--green-light);
	border: none;
	border-radius: 0;
	margin:12px 0 0 0;
	padding:0 23px;
}
@media (min-width:1200px) {
	form.wpcf7-form input[type=submit] {
		width: auto;
		padding:0 70px;
	}
}

form.wpcf7-form input[type=submit]:hover {
	background:var(--green-dark);
}









/* agree */

form.wpcf7-form .agree {
	font-size: 14px;
	color:var(--black-light);
	font-weight:400;
	line-height: 22px;
	letter-spacing: .03em;
	padding: 0 0 0 38px;
	margin: 0 0 15px 0;
}

form.wpcf7-form .agree label {
	font-size: 14px;
	color:var(--black-light);
	font-weight:400;
	line-height: 22px;
	letter-spacing: .03em;
	margin: 0;
	position: relative;
}

form.wpcf7-form .agree strong {
	font-weight: 500;;
}

form.wpcf7-form .agree label a {
	color:var(--black-light);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:1px; 
}

form.wpcf7-form .agree label a:hover {
	color: var(--gray-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:1px; 
}

form.wpcf7-form .req {
	color: var(--green-dark);
}


/* checkbox */

.wpcf7-form input[type=checkbox] {
	width:20px;
	height:20px;
	line-height:20px;
	margin:0px 0px 0px -38px;
	z-index:9996;
	position:absolute;
	opacity:0;
	top:-2px;
	cursor:pointer;
}

.wpcf7-form input[type=checkbox] + span:before {
	content: '';
	width:18px;
	height:18px;
	line-height:25px;
	background:var(--white);
	border-radius:0;
	border:1px solid var(--gray-dark);
	cursor:pointer;
	top:0;
	left: -38px;
	position: absolute;
}

.wpcf7-form input[type=checkbox]:checked + span:before {
	content: '';
	width:18px;
	height:18px;
	background:url('images/icon-checked.svg') no-repeat center var(--white);
	border:1px solid var(--gray-dark);
	background-size:13px 9px;
	background-position:50%;
}




/* read more  */

.btn-more {
	font-size: 14px;
	color: var(--black-light);
	text-transform: uppercase;
	letter-spacing: .08em;
	text-decoration: none;
	margin:0 auto 10px auto;
	display: flex;
	align-items: center;
	gap:10px;
}

.section-content-centered .btn-more {
	justify-content: center;

}

.btn-more:hover {
	color: var(--gray-dark);
	text-decoration: dashed;
}

.btn-more[aria-expanded="false"] svg {
	transition: .2s all;
}

.section-content-dark .btn-more svg {
	stroke:var(--white) !important;
}

.btn-more svg {
	stroke:var(--gray-dark) !important;
}

.btn-more[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.btn-more[aria-expanded="false"] .btn-more-less {
	display: none;
}

.btn-more[aria-expanded="true"] .btn-more-more {
	display: none;
}







::-webkit-input-placeholder {
	/* WebKit browsers */
	color: var(--black-light) !important;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: var(--black-light) !important;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: var(--black-light) !important;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: var(--black-light) !important;
}
input::placeholder {
	color: var(--black-light) !important;
}
textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: var(--black-light) !important;
}
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: var(--black-light)!important;
}
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: var(--black-light) !important;
}
textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: var(--black-light) !important;
}
textarea::placeholder {
	color: var(--black-light) !important;
}
select::placeholder {
	color: var(--black-light) !important;
}






::-moz-selection {
	color:var(--white);
	background:var(--gray-dark) !important;
}

::selection {
	color:var(--white);
	background:var(--gray-dark) !important;
}

::-moz-selection {
	color:var(--white);
	background:var(--gray-dark) !important;
}


:root {
	scrollbar-color: var(--gray-light) var(--gray) !important;
	scrollbar-width: thin !important;
}

::-webkit-scrollbar {
   width:7px;
}

::-webkit-scrollbar-track {
   background:var(--gray-light) ;
}

::-webkit-scrollbar-thumb {
   background:var(--gray-dark); 
}

::-webkit-scrollbar-thumb:hover {
	background:var(--black);
}

@media (max-width: 991.98px) {
	::-webkit-scrollbar {
		display: none;
	}
}







.grecaptcha-badge {
	display: none !important;
	visibility: hidden !important;
	content-visibility: hidden !important;
}




 


.load-delay {
	content-visibility: hidden;
	display: none;
	transition: .2s;  
}

.load-delay-active {
	content-visibility: visible;
	display: block;
	transition: .2s; 
}

@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('fonts/AvenirNextLTPro-It.woff2') format('woff2'),
			url('fonts/AvenirNextLTPro-It.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
			url('fonts/AvenirNextLTPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
			url('fonts/AvenirNextLTPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.hero-content h1 {
    color: #ffffff !important;
}


/* end */

