* {
    margin: 0;
    padding: 0;
}
a {
    font: 300 14px/21px 'Circe';
    text-decoration: none;
    color: #e0434a;
}
a:hover {
    text-decoration: underline;
    color: #e0434a;
}
.mobile {
    display: none;
}
html {
    -webkit-text-size-adjust: none;
}
body {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}
body.page-home {
    overflow: hidden;
}
.main-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.block-video, .block-video iframe, .block-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block-video {
    z-index: 0;
    pointer-events: none;
}
.pattern, .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.pattern.default {
    background: url("../img/pattern.png") repeat;
}
.overlay.default {
    background-color: #15060a;
    opacity: 0.2;
}
.overlay.slider {
    background-color: #15060a;
    opacity: 0.1;
}
.block-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.block-content:after, .block-content:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    height: 120px;
}
.block-content:after {
    opacity: 0.5;
    background-image: linear-gradient(to top, black 0%, transparent 100%);
    bottom: 0;
}
.block-content:before {
    top: 0;
    opacity: 0.25;
    background-image: linear-gradient(to top, transparent 0%, black 100%);
}
.pano-gradient:after, .pano-gradient:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100px;
    z-index: 1;
}
.pano-gradient:after {
    opacity: 0.65;
    background-image: linear-gradient(to top, black 0%, transparent 100%);
    bottom: 0;
    height: 160px;
}
.pano-gradient:before {
    top: 0;
    opacity: 0.25;
    background-image: linear-gradient(to top, transparent 0%, black 100%);
}
.logo {
    position: absolute;
    z-index: 5;
    display: block;
    top: 38px;
    left: 48px;
}
.inner-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    width: 100%;
}
.inner-content .big-logo {
    margin-bottom: 70px;
    display: inline-block;
}
.inner-content .btn-360 {
    margin-left: 67px;
}
.btn {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Circe';
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.btn.btn-rounded {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .6);
    color: rgba(255, 255, 255, .8);
    transition: all 0.4s ease-in-out;
    background: transparent;
    font-size: 22px;
    outline: 0;
    position: relative;
}
.btn.btn-rounded:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    opacity: 0;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}
.btn.btn-rounded:hover {
    border-color: transparent;
    color: #fff;
}
.btn.btn-rounded:hover:after {
    opacity: 1;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}
.btn.btn-360 {
    font-size: 17px;
    font-weight: 700;
    background-color: #e0434a;
    padding: 0 65px;
    height: 50px;
    line-height: 54px;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition: all 0.5s ease-in-out;
}
.btn.btn-360:after {
    position: absolute;
    content: "";
    border: #e0434a solid 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-duration: 0.5s;
    transition-property: all;
}
.btn.btn-360:hover {
    background-color: #f3654f;
    color: #fff;
}
.btn.btn-360:hover:after {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
}
.btn.btn-submit {
    width: 180px;
    height: 46px;
    background-color: #15060a;
    border-radius: 0;
    border: 1px solid #15060a;
    color: #fff;
    font: 300 16px/46px 'Circe';
    text-transform: uppercase;
    transition: all 0.4s ease;
    text-align: center;
    position: relative;
}
.btn.btn-submit:hover {
    background-color: #fff;
    color: #15060a;
}
.btn.btn-submit:hover:after {
    color: #15060a;
}
.btn.btn-submit:after {
    content: "\e90b";
    font-family: 'icomoon';
    display: block;
    position: absolute;
    right: 12px;
    font-size: 30px;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
}
.btn.btn-trip {
    width: 220px;
    height: 46px;
    background-color: #e0434a;
    border-radius: 0;
    font: 700 14px/46px 'Circe';
    padding: 0;
    border: 1px solid #e0434a;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
}
.btn.btn-trip.btn-pano {
    border-radius: 21px;
    top: 45px;
    right: 40px;
    position: absolute;
}
.btn.btn-trip.btn-pano:hover, .btn.btn-trip.btn-pano:focus, .btn.btn-trip.btn-pano:active {
    background-color: #fc464e;
    color: #fff;
    box-shadow: 0 7px 16px 3px rgba(35, 53, 75, 0.37), 0 0 27px 3px rgba(252, 70, 78, 0.21);
}
.btn.btn-trip.btn-pano:hover span, .btn.btn-trip.btn-pano:focus span, .btn.btn-trip.btn-pano:active span {
    color: #fff;
}
.btn.btn-trip span {
    font-size: 24px;
    line-height: 46px;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    transition: color 0.4s ease;
}
.btn.btn-trip:hover {
    background-color: #fff;
    color: #8b4055;
}
.btn.btn-trip:hover span {
    color: #8b4055;
}
.btn:hover {
    text-decoration: none;
}
.text-center {
    text-align: center;
}
.sound-control {
    margin-left: 30px;
}
.copyright {
    color: #dfdfdf;
    font: 300 11px/14px "Open Sans";
    position: absolute;
    left: 49px;
    z-index: 3;
    bottom: 29px;
    opacity: 0.75;
}
.footer-socials {
    position: absolute;
    right: 50px;
    bottom: 40px;
    z-index: 6;
}
.footer-socials li {
    list-style: none;
    display: inline-block;
    float: left;
}
.footer-socials li a {
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
    transition: opacity 0.4s ease-in-out;
    margin-left: 21px;
}
.footer-socials li a:hover {
    opacity: 1;
}
.block-top-right {
    position: absolute;
    z-index: 5;
    right: 46px;
    top: 41px;
}
.block-top-right .sound-control {
    display: inline-block;
    vertical-align: middle;
}
.language-selector {
    display: inline-block;
}
.language-selector .current-language {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    font: 700 12px 'Circe';
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: color 0.4s ease-in-out;
}
.language-selector .current-language:after {
    content: "\e904";
    position: absolute;
    top: 8px;
    left: -23px;
    transform: translate(0, -50%);
    font-family: 'icomoon';
    transition: all 0.4s ease-in-out;
}
.language-selector .current-language.active:after {
    transform: rotate(180deg);
    transform-origin: 50% 25%;
}
.language-selector .current-language:hover {
    color: #fff;
}
.language-selector ul {
    position: absolute;
    top: -8px;
    left: -8px;
    display: none;
}
.language-selector li {
    display: block;
    color: #878482;
    text-transform: uppercase;
    background-color: #fff;
    padding: 8px 10px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.language-selector li:hover {
    background-color: #e0434a;
    color: #fff;
}
.side {
    display: block;
    width: 50%;
    position: absolute;
    z-index: 3;
    height: 100%;
}
.side.right-side {
    right: -100%;
}
.right-side:after {
    background-color: rgba(21, 6, 10, .5);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.right-side #map {
    height: 780px;
    width: 670px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
}
.right-side #map svg path {
    fill: transparent;
    stroke: #fff;
}
.right-side #map svg path.active {
    transition: fill 0.4s ease-in-out;
    cursor: pointer;
}
.right-side #map svg path.active.hover {
    fill: #fff;
}
.page-about .current-language {
    color: #878482;
    opacity: 0.8;
    transition: color, opacity 0.4s ease;
}
.page-about .current-language:hover {
    opacity: 1;
    color: #878482;
}
.page-about .btn.btn-rounded {
    color: #878482;
    border-color: #878482;
}
.page-about .btn.btn-rounded:hover {
    border-color: transparent;
    color: #15060a;
}
.page-about .btn.btn-rounded:hover:after {
    border-color: #878482;
}
.page-about .page-content {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
.page-about .page-content .left-side {
    background: url("../img/about.jpg") no-repeat center center;
    background-size: cover;
}
.page-about .page-content .left-side:before, .page-about .page-content .left-side:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    width: 100%;
}
.page-about .page-content .left-side:after {
    height: 260px;
    opacity: 0.5;
    background-image: linear-gradient(to top, black 0%, transparent 100%);
    bottom: 0;
}
.page-about .page-content .left-side:before {
    height: 130px;
    opacity: 0.25;
    background-image: linear-gradient(to top, transparent 0%, black 100%);
    top: 0;
}
.page-about .page-content .left-side img {
    opacity: 0;
}
.page-about .page-content .content {
    z-index: 9;
}
.page-about .page-content .right-side {
    background: url("../../assets/img/about.png") no-repeat right bottom;
    right: 0;
    background-color: #f5f5f5;
}
.page-about .page-content .right-side .block-about {
    padding: 12.5% 14% 0 11.6%;
}
.page-about .page-content .right-side:after {
    content: none;
}
.about-title {
    color: #000;
    font: 400 30px/20px 'Circe';
    margin-bottom: 25px;
}
p {
    color: #15060a;
    font: 300 15px/24px 'Circe';
}
.block-socials {
    position: relative;
    margin: 43px 0;
}
.block-socials .block-icon {
    position: relative;
    font-size: 24px;
    max-width: 100px;
    padding-left: 28px;
}
.block-socials .block-icon span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.block-socials p {
    color: #878482;
    font: 700 9px 'Circe';
    text-transform: uppercase;
}
.block-socials .footer-socials {
    bottom: auto;
    right: auto;
    top: 50%;
    transform: translate(0, -50%);
    left: 130px;
}
.block-socials .footer-socials li {
    line-height: 0;
}
.block-socials .footer-socials a {
    color: #423639;
    opacity: 0.5;
    margin-left: 0;
    margin-right: 21px;
}
.block-socials .footer-socials a:hover {
    opacity: 0.8;
}
.col {
    display: block;
}
.col.col-half {
    float: left;
    width: 50%;
}
.col.col-full {
    width: 100%;
    float: none;
    clear: both;
}
.block-contact .about-title {
    margin-bottom: 35px;
}
.block-contact .form {
    margin-top: 10px;
}
.block-contact .form .form-group {
    position: relative;
    padding: 0 15px;
    margin-bottom: 40px;
}
.block-contact .form label {
    color: #878482;
    font: 400 16px/14px 'Circe';
    display: block;
    position: absolute;
    top: 10px;
    z-index: 0;
    left: 31px;
    transition: 0.2s ease all;
}
.block-contact .form label.hasContent {
    top: -12px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.block-contact .form input, .block-contact .form textarea {
    border: none;
    resize: none;
    border-bottom: 1px solid #7b7b7b;
    width: 100%;
    background-color: transparent;
    position: relative;
    z-index: 1;
    height: 46px;
    padding-left: 16px;
    color: #878482;
    font: 400 16px/46px 'Circe';
    outline: 0;
    transition: all 0.4s ease;
}
.block-contact .form input:focus, .block-contact .form textarea:focus {
    border-color: #15060a;
}
.block-contact .form input:focus ~ label, .block-contact .form textarea:focus ~ label {
    top: -12px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.block-contact .form textarea {
    line-height: 22px;
    margin-top: 10px;
}
.page-content {
    position: absolute;
    z-index: 4;
    bottom: 0;
    width: 50%;
    left: -100%;
}
.page-content .content {
    position: absolute;
    bottom: 70px;
    left: 48px;
}
.page-content .content h1 {
    color: #fff;
    margin: 0;
    font: 400 56px/36px 'Circe';
    margin-bottom: 50px;
}
.about-link {
    text-align: right;
}
.about-link a {
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
    font: 700 16px/18px Circe;
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 34px;
    line-height: 44px;
    border-bottom: 2px solid;
    margin-bottom: 10px;
}
.category-menu li {
    list-style: none;
    display: inline-block;
    position: relative;
}
.category-menu li.food a:after {
    background-color: #75b349;
}
.category-menu li.people a:after {
    background-color: #fdb514;
}
.category-menu li.people span {
    top: 2px;
    position: relative;
}
.category-menu li.experience a:after {
    background-color: #028482;
}
.category-menu li.experience span {
    top: 5px;
    position: relative;
}
.category-menu li.wine a:after {
    background-color: #f3654f;
}
.category-menu li.about a:after {
    background-color: #e3e3e3;
}
.category-menu li.about span {
    position: relative;
    top: 2px;
}
.category-menu li.active a {
    opacity: 1;
}
.category-menu li.active.food a {
    background-color: #75b349;
}
.category-menu li.active.people a {
    background-color: #fdb514;
}
.category-menu li.active.experience a {
    background-color: #028482;
}
.category-menu li.active.wine a {
    background-color: #f3654f;
}
.category-menu li.active.about a {
    color: #878482;
    background-color: #e3e3e3;
}
.category-menu li.sub-category-item {
    display: none;
}
.category-menu li.sub-category-item a {
    font-size: 15px;
    line-height: 39px;
    height: 38px;
}
.category-menu a {
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
    font: 700 16px/18px 'Circe';
    text-transform: uppercase;
    padding: 0 30px 0 19px;
    display: inline-block;
    position: relative;
    transition: all 0.4s ease-in-out;
    height: 44px;
    line-height: 44px;
}
.category-menu a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    left: 0;
    transition: height 0.4s ease-in-out;
}
.category-menu a span {
    margin-right: 9px;
    font-size: 25px;
}
.category-menu a:hover {
    opacity: 1;
}
.category-menu a:hover:after {
    height: 3px;
}
.pin {
    position: absolute;
    z-index: 4;
    display: block;
    height: 49px;
    width: 41px;
    transition: transform 0.4s ease;
    opacity: 0;
}
.pin .shadow {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 12px;
    opacity: 0.3;
    background-color: black;
    border-radius: 50%;
    left: 45%;
    transform: translate(-50%, 0);
    z-index: 0;
    display: block;
}
.pin:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}
.pin:before {
    width: 50px;
    height: 50px;
    border: 1px dashed white;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    bottom: -17px;
    left: -7px;
    animation: rotation 3s infinite linear;
    z-index: 1;
}
.pin .icon-pin {
    color: #fff;
    font-size: 41px;
    position: relative;
    z-index: 6;
}
.pin.cat-wine:after {
    background-color: #75b349;
}
.pin.cat-food:after {
    background-color: #75b349;
}
.pin.cat-people:after {
    background-color: #75b349;
}
.pin.cat-experience:after {
    background-color: #75b349;
}
.pin.transparent:after {
    background: rgba(255, 255, 255, .25);
}
.pin.hover {
    transform: scale(1.2);
    opacity: 1;
    z-index: 5;
}
.pin.hover.cat-wine:before {
    border-color: #75b349;
}
.pin.hover.cat-wine:after {
    background-color: #75b349;
}
.pin.hover.cat-food:before {
    border-color: #75b349;
}
.pin.hover.cat-food:after {
    background-color: #75b349;
}
.pin.hover.cat-people:before {
    border-color: #75b349;
}
.pin.hover.cat-people:after {
    background-color: #75b349;
}
.pin.hover.cat-experience:before {
    border-color: #75b349;
}
.pin.hover.cat-experience:after {
    background-color: #75b349;
}
.pano-info {
    display: inline-block;
    position: absolute;
    left: 48px;
    bottom: 65px;
    z-index: 9999;
}
.pano-info .copyright {
    bottom: 0;
    left: 0;
}
.pano-info h1 {
    color: #fff;
    margin: 0;
    font: 400 56px/36px 'Circe';
    margin-bottom: 20px;
}
#krpanoSWFObject * > div {
    background-repeat: no-repeat;
}
.modal {
    border-radius: 2px;
}
.modal .close {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    float: none;
}
.modal .modal-content {
    border-color: transparent;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    color: #15060a;
}
.modal .modal-content .modal-body {
    padding: 50px;
}
.modal .modal-content .modal-body img {
    max-width: 100%;
}
.modal .modal-content .location-image {
    background-color: #fff;
    display: inline-block;
    padding: 25px 20px;
    border: 1px dashed #878482;
    border-radius: 2px;
    width: 18.6%;
    float: left;
}
.modal .modal-content p {
    margin: 0;
}
.modal .modal-content .title {
    color: #000;
    font: 700 24px/20px 'Circe';
    margin-top: 0;
}
.modal .modal-content .title.has-margin {
    margin: 30px 0;
}
.modal.video iframe {
    width: 100%;
}
.modal.video .modal-body {
    padding: 15px 15px 0;
}
.modal.video .video-info {
    position: relative;
}
.modal .video-info {
    position: relative;
}
.modal .video-info .btn-trip {
    position: absolute;
    right: 0;
    top: -10px;
}
.modal .video-info .block-socials {
    margin: 30px 0;
}
.modal .video-info .block-socials .footer-socials a {
    line-height: 0;
}
.owl-carousel {
    margin: 30px 0;
}
.owl-carousel .zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    width: 64px;
    height: 64px;
    opacity: 0.7;
    background-color: #e0434a;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 71px;
    display: none;
    transition: all 0.4s ease;
}
.owl-carousel .zoom:after {
    content: "";
    display: block;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.68;
    border: 1px dashed #fff;
    animation: simpleRotate 10s infinite linear;
}
.owl-carousel .owl-item .overlay {
    transition: all 0.4s ease;
}
.owl-carousel .owl-item:hover .zoom {
    display: block;
}
.owl-carousel .owl-item:hover .overlay {
    opacity: 0.6;
}
.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 37%;
    transform: translate(0, -50%);
}
.owl-carousel .owl-nav .control {
    width: 52px;
    height: 52px;
    opacity: 0.5;
    background-color: black;
    border-radius: 26px;
    text-align: center;
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 26px;
    transition: all 0.4s ease;
    line-height: 57px;
}
.owl-carousel .owl-nav .control:after {
    position: absolute;
    display: block;
    content: "";
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: transparent;
    border: 1px solid #e0434a;
    border-radius: 50%;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-nav .control:hover {
    background-color: #e0434a;
    opacity: 1;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-nav .control:hover:after {
    opacity: 0;
}
.owl-carousel .owl-nav .owl-prev .control {
    transform: rotate(180deg);
    transform-origin: center center;
}
.owl-carousel .owl-nav > div {
    position: absolute;
    top: 0;
}
.owl-carousel .owl-nav > div.owl-prev {
    left: -26px;
}
.owl-carousel .owl-nav > div.owl-next {
    right: -26px;
}
.close-popup {
    background: transparent;
    border: none;
    outline: 0;
    position: absolute;
    right: -56px;
    top: 0;
}
.close-popup svg {
    width: 37px;
    height: 37px;
    transition: 0.4s 0s all ease-in-out;
}
.close-popup svg line {
    stroke: #fff;
    opacity: 0.8;
}
.close-popup:hover svg {
    width: 49px;
    height: 49px;
    transform: rotate(180deg);
}
.close-popup:hover svg line {
    opacity: 1;
}

.mobile span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    opacity: 0.8;
    transition: all 0.4s ease;
    display: block;
    margin: 6px 0;
    position: relative;
}
.mobile span:hover {
    opacity: 1;
}
@media (min-width: 992px) {
    .modal-lg {
        width: 960px;
    }
}
@media (min-aspect-ratio: 1.7777777778) {
    .block-video {
        height: 300%;
        top: -100%;
    }
}
@media (max-aspect-ratio: 1.7777777778) {
    .block-video {
        width: 300%;
        left: -100%;
    }
}
div#krpanoSWFObject > div:first-child > div:last-child {
    opacity: 0 !important;
}
div#krpanoSWFObject > div:first-child > div:nth-child(3) {
    opacity: 0 !important;
}
div#krpanoSWFObject > div:first-child > div:nth-child(4) {
    opacity: 0 !important;
}
@keyframes rotation {
    from {
        transform: rotateX(-50deg) rotate(0);
    }
    to {
        transform: rotateX(-50deg) rotate(360deg);
    }
}
@keyframes simpleRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 1600px) {
    .right-side #map {
        width: 100%;
    }
    .page-about .page-content .right-side .block-about {
        padding: 100px 45px;
    }
}
@media (max-width: 1199px) {
    .pano-info h1 {
        font-size: 44px;
    }
    .page-content .content {
        left: 30px;
    }
    .page-content .content h1 {
        font-size: 44px;
    }
    .pin {
        transform: scale(0.75);
    }
    .pin.hover {
        transform: scale(0.9);
    }
    .right-side #map {
        height: 100%;
    }
    .right-side #map svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.75);
    }
    .category-menu a {
        padding: 0 13px;
    }
    .page-about .page-content .right-side .block-about {
        padding: 30px;
        margin-top: 100px;
    }
    .col.col-half {
        float: none;
        width: 100%;
    }
    .btn.btn-trip.btn-pano {
        top: 35px;
    }
}
@media (max-width: 991px) {
    .big-logo {
        max-width: 350px;
    }
    .side.right-side {
        width: 100%;
    }
    .mobile {
        display: block;
        position: absolute;
        right: 15px;
        top: 35px;
        cursor: pointer;
        z-index: 99999;
    }
    .mobile.active span:nth-child(2) {
        display: none;
    }
    .mobile.active span:first-child {
        transform: rotate(-45deg);
    }
    .mobile.active span:last-child {
        transform: rotate(45deg);
        top: -8px;
    }
    .category-menu {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(21, 6, 10, .8);
        left: 100%;
        overflow-y: auto;
    }
    .category-menu a {
        font-size: 20px;
        line-height: 65px;
        position: relative;
        padding: 0 65px 0 0;
        height: 65px;
        border-right: 3px solid transparent;
        opacity: 1;
        color: rgba(255, 255, 255, .8);
        display: block;
    }
    .category-menu a:hover, .category-menu a:active, .category-menu a:focus {
        color: #fff;
    }
    .category-menu a span {
        position: absolute !important;
        top: 50% !important;
        transform: translate(0, -50%);
        right: 20px;
    }
    .category-menu a:after {
        content: none;
    }
    .category-menu li {
        display: block;
        text-align: right;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }
    .category-menu li.about span, .category-menu li.people span {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 20px;
    }
    .category-menu li.food a {
        border-color: #75b349;
    }
    .category-menu li.wine a {
        border-color: #f3654f;
    }
    .category-menu li.people a {
        border-color: #fdb514;
    }
    .category-menu li.experience a {
        border-color: #028482;
    }
    .category-menu li.about a {
        border-color: #e3e3e3;
    }
    .category-menu li.sub-category-item {
        display: block;
    }
    .category-menu ul {
        margin: 80px 0px;
        position: relative;
        width: 100%;
    }
    .block-top-right {
        right: 65px;
        top: 30px;
    }
    .language-selector {
        margin-right: 20px;
    }
    .pano-info h1 {
        font-size: 30px;
    }
    .page-content .content h1 {
        font-size: 30px;
        text-align: center;
        margin-left: -30px;
        margin-bottom: 0;
    }
    .page-content {
        width: 100%;
    }
    .page-content .content {
        width: 100%;
    }
    .page-about .left-side {
        display: block;
        width: 100%;
        position: static;
        height: 220px;
    }
    .page-about .page-content {
        position: static;
    }
    .page-about .content {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .page-about .city-name {
        position: absolute;
        top: 150px;
        width: 100%;
    }
    .page-about .side {
        z-index: 9;
    }
    .page-about .page-content .right-side .block-about {
        margin-top: 40px;
    }
    .btn.btn-trip.btn-pano {
        right: 65px;
        height: 36px;
        line-height: 36px;
        width: 155px;
        font-size: 11px;
    }
    .btn.btn-trip.btn-pano span {
        font-size: 18px;
        left: 20px;
    }
}
.matterport #scene_name {
    position: absolute;
    z-index: 5;
    display: block;
    top: 50px;
    left: 115px;
    color: #fff;
    margin: 0;
    font: 400 56px/36px Circe;
    margin-bottom: 20px;
    font-size: 30px;
}
.matterport .open-menu {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 35px;
    cursor: pointer;
    z-index: 99999;
}
.matterport .category-menu {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 6, 10, .8);
    left: 100%;
    overflow-y: auto;
}
.matterport .category-menu a {
    font-size: 20px;
    line-height: 65px;
    position: relative;
    padding: 0 65px 0 0;
    height: 65px;
    border-right: 3px solid transparent;
    opacity: 1;
    color: rgba(255, 255, 255, .8);
    display: block;
}
.matterport .category-menu a:hover, .matterport .category-menu a:active, .matterport .category-menu a:focus {
    color: #fff;
}
.matterport .category-menu a span {
    position: absolute !important;
    top: 50% !important;
    transform: translate(0, -50%);
    right: 20px;
}
.matterport .category-menu a:after {
    content: none;
}
.matterport .category-menu li {
    display: block;
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.matterport .category-menu li.about span, .matterport .category-menu li.people span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
}
.matterport .category-menu li.food a {
    border-color: #75b349;
}
.matterport .category-menu li.wine a {
    border-color: #f3654f;
}
.matterport .category-menu li.people a {
    border-color: #fdb514;
}
.matterport .category-menu li.experience a {
    border-color: #028482;
}
.matterport .category-menu li.about a {
    border-color: #e3e3e3;
}
.matterport .category-menu li.sub-category-item {
    display: block;
}
.matterport .category-menu ul {
    margin: 80px 0px;
    position: relative;
    width: 100%;
}
.matterport .copyright {
    text-align: center;
    width: 50%;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
}
.matterport .sound-control {
    right: 70px;
    top: 30px;
    position: absolute;
    z-index: 5;
}
.matterport .video-sidebar .sound-control {
    display: none;
}
.matterport .btn.btn-rounded {
    line-height: 42px;
}
.matterport .btn.btn-trip.btn-pano {
    top: 30px;
    right: 140px;
}
.matterport .video-sidebar {
    position: absolute;
    z-index: 5;
    left: 40px;
    width: 170px;
    top: 50%;
    transform: translate(0%, -50%);
}
.matterport .video-sidebar img {
    height: 62px;
}
@media (max-width: 767px) {
    .inner-content .btn-360 {
        margin: 0;
    }
    .copyright {
        left: 30px;
        max-width: 50%;
    }
    .footer-socials {
        right: 30px;
    }
    .logo {
        top: 20px;
        left: 20px;
    }
    .mobile-hide {
        display: none;
    }
    .matterport .sound-control {
        display: none;
    }
    .matterport .video-sidebar .sound-control {
        display: inline-block;
        right: 0px;
        top: 10px;
        position: relative;
        width: 48px;
        margin-left: 5px;
    }
    .matterport .video-sidebar .sound-control .btn.btn-rounded {
        line-height: 32px;
        width: 40px;
        height: 40px;
        padding: 5px 6px;
        border: 3px solid rgba(220, 65, 73, .6);
        color: rgba(255, 255, 255, .8);
        background: rgba(0, 0, 0, .4);
    }
    .matterport .video-sidebar .sound-control .btn.btn-rounded.off {
        color: rgba(220, 65, 73, .8);
    }
    .matterport .open-menu {
        right: 25px;
    }
    .matterport .video-sidebar {
        left: 10px;
    }
    .matterport .video-sidebar img {
        height: 50px;
    }
    .matterport #scene_name {
        top: 31px;
    }
    .right-side #map svg {
        transform: translate(-50%, -50%) scale(0.65);
    }
    .pin {
        transform: scale(0.65);
    }
    .pin.hover {
        transform: scale(0.8);
    }
    .pano-info {
        left: 0;
        width: 100%;
        text-align: center;
    }
    .page-about .page-content .right-side {
        position: relative;
    }
    .page-about .page-content .right-side .block-about {
        padding: 0 60px 50px;
        margin-top: 0;
        padding-top: 40px;
    }
    .page-about .main-wrapper {
        overflow-y: auto;
    }
    .page-about .page-content .left-side img {
        display: none;
    }
    .page-about .page-content .content h1 {
        margin-left: 0;
    }
    .close-popup {
        left: auto;
        top: auto;
        right: auto;
        width: 100%;
        bottom: -70px;
    }
    .modal .modal-content {
        margin-bottom: 95px;
    }
    .pano-gradient:after, .pano-gradient:before {
        display: none;
    }
}
@media (max-width: 479px) {
    .page-about .page-content .right-side .block-about {
        padding: 15px;
    }
    .block-contact .about-title {
        font-size: 26px;
    }
    .big-logo {
        max-width: 200px;
    }
    .btn.btn-360 {
        font-size: 14px;
        padding: 0 35px;
        height: 40px;
        line-height: 40px;
    }
    .page-content .content h1, .pano-info h1 {
        margin-left: 0;
        font-size: 24px;
    }
    .page-content {
        left: -130%;
    }
    .page-content .content {
        left: 0;
    }
    .copyright, .footer-socials {
        display: none;
    }
    .right-side #map svg {
        transform: translate(-50%, -50%) scale(0.48);
    }
    .pin {
        transform: scale(0.63);
    }
}
@media (max-height: 900px) and (min-width: 1200px) {
    .right-side #map svg {
        transform: scale(0.8);
    }
}
