@font-face {
    font-family: 'Random Grotesque Standard Book';
    src: url('../fonts/RG-StandardBook.eot');
    src: url('../fonts/RG-StandardBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RG-StandardBook.woff2') format('woff2'),
        url('../fonts/RG-StandardBook.woff') format('woff'),
        url('../fonts/RG-StandardBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Random Grotesque Standard';
    src: url('../fonts/RG-StandardMedium.eot');
    src: url('../fonts/RG-StandardMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RG-StandardMedium.woff2') format('woff2'),
        url('../fonts/RG-StandardMedium.woff') format('woff'),
        url('../fonts/RG-StandardMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro.eot');
	src: local('Gotham Pro'), local('GothamPro'),
		url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro.woff') format('woff'),
		url('../fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
    font-family: 'Random Grotesque Standard Book';
    font-size: 18px;
    color: #fff;
    line-height: 1.66;
    background: #000;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: inherit;
}
h1 {
    color: #C8C8C8;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 13px;
    text-align: center;
}
#page {
    overflow: hidden;
}
.wpcf7 input[type="submit"],
.btn {
    border: 1px solid #FFF; 
    padding: 15px 43px;
    color: #C8C8C8;
    font-family: 'Random Grotesque Standard';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 0px;
    text-decoration: none;
}
.wpcf7 input[type="submit"],
.btn:hover {
    color: #000;
    background: #EF9450;
    border-color: #EF9450;
}
.wpcf7 input[type="submit"]:hover {
    border: 1px solid #FFF; 
    color: #C8C8C8;
    background: #333;
}
#header-wrapper {
    width: 100%;
    background: url(../images/header-bg.jpg) center center no-repeat;
    background-size: cover;
}
#header {
    position: relative;
    width: 100%;
}
#header .container {
    padding: 20px 15px 49px 15px;
    height: 700px;
}
/*.page-id-14 #header > .container,
.home #header > .container {
    min-height: 100vh;
}*/
.header-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-brand {
    padding: 0px;
    margin: 0px;
}
.branding {
    max-width: 140px;
}
.header-blocks {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.langs {
    padding-right: 35px;
}
.langs ul,
.langs ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
.langs ul {
    display: flex;
    align-items: center;
}
.langs ul li {
    padding-right: 15px;
}
.langs ul li a {
    font-size: 25px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
.langs ul li.current-lang a {
    color: #EF9450;
}
#menu-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 1px solid #FFF; 
    width: 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0px;
}
.navbar-toggler {
    padding: 0px;
    border: 0px;
    box-shadow: unset !important;
    outline: none !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.social {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 220px;
}
.social a {
    display: block;
    margin-bottom: 30px;
}
.offcanvas.offcanvas-start {
    width: 100%;
    background: #000 url(../images/bg-6.jpg) center center no-repeat;
    background-size: cover;
}
.offcanvas-header .btn-close {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 25px;
    opacity: 1;
}
.nav-link {
    text-align: center;
    padding: 0px;
    margin: 20px 0px;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.nav-link:hover,
.active .nav-link {
    text-decoration: underline;
}
.offcanvas-body .social {
    margin-top: 35px;
    padding: 0px;
}
.offcanvas-body .social a {
    margin: 0px 13px;
}
#header .offcanvas-body .container {
    padding: 0px 15px 40px 15px;
    height: auto;
}
.offcanvas-header {
    padding: 0px;
}
article {
    position: relative;
    margin-top: -550px;
    z-index: 10;
}
.breadcrumbs {
    width: 100%;
    text-align: center;
    font-family: 'Random Grotesque Standard';
    margin-bottom: 60px;
    color: #BEBEBE;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
span.rasp {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 2px;
    background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.43753 8.43749C3.39649 8.43753 3.35584 8.42947 3.31793 8.41375C3.28001 8.39804 3.24557 8.37499 3.21659 8.34593C3.18756 8.31693 3.16452 8.28249 3.14881 8.24458C3.13309 8.20667 3.125 8.16603 3.125 8.12499C3.125 8.08395 3.13309 8.04332 3.14881 8.00541C3.16452 7.9675 3.18756 7.93305 3.21659 7.90405L6.12066 4.99999L3.21659 2.09593C3.09448 1.97382 3.09448 1.77608 3.21659 1.65405C3.3387 1.53202 3.53644 1.53194 3.65847 1.65405L6.78347 4.77905C6.8125 4.80805 6.83554 4.84249 6.85126 4.88041C6.86697 4.91832 6.87506 4.95895 6.87506 4.99999C6.87506 5.04103 6.86697 5.08167 6.85126 5.11958C6.83554 5.15749 6.8125 5.19193 6.78347 5.22093L3.65847 8.34593C3.62949 8.37499 3.59505 8.39804 3.55713 8.41375C3.51922 8.42947 3.47857 8.43753 3.43753 8.43749Z" fill="%23EF9450"/></svg>') center center no-repeat;
}
.contact-wrapper {
    position: relative;
    padding: 60px 100px;
}
.contact-wrapper:before {
    display: none;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 664px;
    background: url(../images/bg-2.jpg) center center no-repeat;
    background-size: cover;
}
.contact-wrapper > div {
    position: relative;
    z-index: 10;
}
.contact-row {
    display: flex;
    justify-content: space-between;
}
.contact-col p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
    color: #C8C8C8;
}
.contact-col p svg {
    margin-right: 10px;
}
.contact-col p a {
    display: flex;
    align-items: center;
    color: #C8C8C8;
}
.contact-col p:nth-child(2) {
    font-size: 22px;
}
.social-label {
    padding-bottom: 10px;
    font-size: 22px; 
}
.contact-col .social {
    padding: 0px;
    margin: 0px;
}
.contact-col .social a {
    margin: 0px 25px 0px 0px;
}
.map {
    margin-top: 40px;
    width: calc(100% + 100px);
}
.map iframe {
    width: 100%;
}
.type-menu .entry-content {
    text-align: center;
    color: #C8C8C8;
    font-size: 18px; 
}
.type-menu .entry-content p {
    margin-bottom: 10px;
}
.type-menu .entry-content p a {
    color: #C8C8C8;
    font-size: 25px; 
}
.type-menu .breadcrumbs {
    margin-bottom: 20px;
}
.menu-block {
    margin-bottom: 30px;
}
.menu-block:nth-child(2n) {
    margin-top: 0px;
}
.menu-block img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.menu-block a {
    display: block;
    position: relative;
    text-decoration: none;
}
.menu-block a:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.2s ease;
}
.menu-block a:hover:after {
    opacity: 0.4;
}
.menu-block a span {
    display: block;
    font-family: 'Gotham Pro';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 50px;
}
#post-134 .entry-content,
.about-wrapper {
    position: relative;
    padding: 60px 35px 60px 135px;
    font-size: 18px;
}
#post-134 .entry-content:before,
.about-wrapper:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 555px;
    background: url(../images/bg-2.jpg) center center no-repeat;
    background-size: cover;
}
#post-134 .entry-content > * {
    position: relative;
    z-index: 10;
}
.about-wrapper > div {
    position: relative;
    z-index: 10;
}
.about-gallery {
    margin-top: 50px;
}
.menu-list {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
}
.menu-list > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.menu-list > a:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75); 
}
.menu-list > a > div {
    position: relative;
    max-width: 500px;
    z-index: 20;
}
.menu-list_title {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Random Grotesque Standard';
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
}
.header-container {
    position: relative;
    z-index: 10;
}
#menu-wrapper {
    z-index: 100;
}
.menu-list > a:hover .btn {
    color: #000;
    background: #EF9450;
    border-color: #EF9450;
}
.front-about {
    position: relative;
    padding: 50px 100px 50px 0px;
}
.front-about:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    right: 100px;
    width: 1645px;
    height: 634px;
    background: url(../images/bg-3.jpg) center center no-repeat;
    background-size: cover;
}
.front-about_text {
    position: relative;
    padding-right: 100px;
    z-index: 10;
}
.front-about_text h2 {
    color: #FFF;
    font-family: 'Random Grotesque Standard';
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 40px;
}
.front-about_gallery {
    position: relative;
    z-index: 10;
}
#float-gallery {
    position: relative;
}
#float-gallery .container {
    color: #EFCAAC;
    text-align: right;
    font-size: 140px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding-top: 50px;
}
.float-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}
.float-list_1 {
    margin-bottom: 100px;
    margin-top: -600px;
    position: relative;
    z-index: 10;
}
.float-list img {
    -webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:rotateIt3;animation:rotateIt3;-webkit-animation-duration:90s;animation-duration:90s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite
}
@-webkit-keyframes rotateIt3{0{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}@keyframes rotateIt3{0{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
.wpcf7-spinner,
.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
    display: none !important;
}
#footer {
    width: 100%;
    background: url(../images/bg-2.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 60px;
}
.home #footer {
    background: url(../images/bg-2.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 580px;
    margin-top: -520px;
}
.modal-dialog {
    max-width: 1000px;
}
.modal-content {
    background: #212121 url(../images/bg-5.jpg) left center no-repeat;
    background-size: 500px;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    border: 0px;
    padding-left: 50%;
    height: 380px;
}
.modal-header .btn-close {
    opacity: 1;
    filter: unset;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.modal-header {
    border: 0px;
}
.modal-body {
    padding: 25px;
}
.form-title {
    margin-bottom: 30px;
    color: #FFF;
    font-family: 'Random Grotesque Standard';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
.form-item {
    margin-bottom: 20px;
}
.form-action {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"] {
    width: 100%;
    height: 50px;
    border: 1px solid #EF9450;
    border-radius: 0px;
    padding: 0px 20px;
    color: #ADADAD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background: none;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus {
    background: none;
    box-shadow: unset;
    outline: none;
    color: #ADADAD;
    border: 1px solid #EF9450;
}
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="tel"]::placeholder {
    opacity: 1;
    color: #ADADAD;
}
.wpcf7 input[type="text"].wpcf7-not-valid,
.wpcf7 input[type="tel"].wpcf7-not-valid {
    border-color: red;
}
.modal-title {
    color: #FFF;
    text-align: center;
    font-family: 'Random Grotesque Standard';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
    padding-top: 50px;
}
.modal-subtitle {
    font-family: 'Random Grotesque Standard';
    font-size: 20px; 
    font-weight: 500;
    text-align: center;
}
.footer-book {
    padding-bottom: 40px;
}
.footer-menu {
    padding: 20px 0px 40px 0px;
}
.footer-menu ul,
.footer-menu ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
.footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-menu ul li {
    padding: 0px 75px;
}
.footer-menu ul li a {
    color: #FFF;
    font-family: 'Random Grotesque Standard';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    text-transform: uppercase;
}
.footer-menu ul li a:hover,
.footer-menu ul li.active a {
    text-decoration: underline;
}
.footer-logo {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.footer-logo img {
    max-width: 140px;
    height: auto;
}
.footer-logo:before,
.footer-logo:after {
    display: block;
    content: '';
    width: calc(50% - 100px);
    height: 1px;
    background: #C8C8C8;
    position: absolute;
    bottom: 32px;
    left: 0px;
}
.footer-logo:after {
    right: 0px;
    left: auto;
}
.copyrights {
    text-align: center;
    padding: 30px 0px;
    border-top: 1px solid #C8C8C8;
    font-size: 14px; 
    color: rgba(255, 255, 255, 0.5);
}
.copyrights a {
    color: rgba(255, 255, 255, 0.5);
}
.copyrights p {
    margin: 0px;
}
#preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000 url(../images/bg-6.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
#preloader img {
    width: 300px;
    height: auto;
}
@-webkit-keyframes UpDown{0{-webkit-transform:translateY(0);transform:translateY(0)}
50%{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}
}@keyframes UpDown{0{-webkit-transform:translateY(0);transform:translateY(0)}
50%{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
/*
.menu-block:nth-child(1){-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:UpDown;animation:UpDown;-webkit-animation-duration:20s;animation-duration:20s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.menu-block:nth-child(2){-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:UpDown;animation:UpDown;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.menu-block:nth-child(3){-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:UpDown;animation:UpDown;-webkit-animation-duration:13s;animation-duration:13s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.menu-block:nth-child(4){-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:UpDown;animation:UpDown;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
*/
.grecaptcha-badge {
    display: none !important;
}

.page-id-14 #header:after,
.home #header:after {
    display: block;
    content: '';
    width: 100%;
    height: 190px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.8);
}
.menu-list > a {
    padding-top: 170px;
}