/*
Theme Name: cavestone
*/

body {
    color: #515151;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: opensans, Arial;
}

input,
textarea {
    outline: none !important;
}

a,
button {
    outline: none !important;
    border: none
}

button::-moz-focus-inner {
    outline: none !important;
    border: none
}

a {
    color: #515151;
    text-decoration: none;
}

.header-top {
    position: absolute;
    height: 80px;
    width: 100%;
    background-color: rgba(10, 10, 10, 0.2);
    z-index: 1;
}

.slider-wrap {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 0;
}

.slider-for {}

.slider-img-wrap span {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
}

/* .slick-slide img{width:auto;min-width: 100%;}*/

.slider-nav-1 {
    position: absolute;
    left: 40px;
    top: calc(50% + 28px);
}

.slider-nav-2 {
    position: absolute;
    right: 40px;
    top: calc(50% + 28px);
}

.slider-nav-1 .slick-track,
.slider-nav-2 .slick-track {
    width: auto !important;
}

.input-block-textarea {
    margin-top: 36px;
}

.slider-nav-1 .slick-slide {
    width: 16px !important;
    height: 16px;
    background-color: #e8e8e8;
    margin-right: 15px;
    text-indent: -9999px;
    cursor: pointer;
    outline: none !important;
}

.slider-nav-2 .slick-slide {
    width: 16px !important;
    height: 16px;
    background-color: #e8e8e8;
    margin-left: 15px;
    text-indent: -9999px;
    cursor: pointer;
    outline: none !important;
}

.slider-nav-1 .slick-current,
.slider-nav-2 .slick-current,
.slider-nav-1 .slick-slide:hover,
.slider-nav-2 .slick-slide:hover {
    background-color: #c7ab5f;
}

.slide-caption {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.slide-caption span {
    max-width: 870px;
    font-size: 60px;
    line-height: 72px;
    font-family: MontserratRegular, Arial;
    text-transform: uppercase;
    margin-bottom: 63px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.5px;
    position: relative;
}

.slide-caption p {
    max-width: 680px;
    font-size: 14px;
    line-height: 31px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    margin-left: 60px;
    margin-top: 18px;
}

.menu {
    float: right;
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-right: 60px;
    line-height: 78px;
}

.menu li {
    float: left;
    margin-right: 52px;
    margin-left: 15px;
}

.menu li a {
    font-size: 12.5px;
    color: #ccc9c9;
    text-transform: uppercase;
	font-weight: bold;
}

.menu li a:hover {
    color: #c7ab5f;
}

.phone-header {
    line-height: 16px;
    float: right;
    font-size: 14px;
    color: #ccc9c9 !important;
    width: 164px;
    margin-top: 25px;
}

.phone-header img {
    float: left;
    margin-right: 12px;
}

.phone-header span {
    display: block;
    line-height: 14px;
    font-size: 12px;
}

.mouse {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    background-color: #c6aa5c;
    color: #fff;
    font-weight: bold;
    padding: 15px 30px;
}
.title .container{
    width: 50%;
    margin: 0 auto;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    line-height: 2;
}
.detail_list{
    margin: 70px 0px 70px 0px;
}
.detail_list ul{ 
    list-style-type: none; 
    -webkit-box-shadow: 0px 0px 79px -4px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 79px -4px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 79px -4px rgba(0,0,0,0.27);
    padding: 20px;
}
.detail_list ul li{ 
    display: inline-block; 
    padding: 10px 20px;
}
.detail_list .value{ color: #c6aa5c; font-size: 25px; }
.detail_list .key{ font-size: 16px; }
.detail_list span{ line-height: 2; }
.list_price span{ font-size: 65px; }
.list_price  h2{ margin: 0; }
/* .video_display img{ padding: 50px 0px; } */
.video_display img{
    -webkit-box-shadow: 25px 25px 98px -16px rgba(0,0,0,0.49);
    -moz-box-shadow: 25px 25px 98px -16px rgba(0,0,0,0.49);
    box-shadow: 25px 25px 98px -16px rgba(0,0,0,0.49);
}
#about {
    display: inline-block;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 80px;
}

.right-about {
    background-color: #c7ab5f;
    right: 0;
    width: calc(50% + 103px);
    height: 615px;
    position: absolute;
    margin-top: 39px;
}

.right-about-block-border {
    width: 653px;
    height: 554px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: 102px;
    bottom: 0;
    position: absolute;
    left: 0;
    border-top: 1px solid #fff;
}

.right-about-block-border-bottom {
    width: 654px;
    position: absolute;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    height: 82px;
    bottom: -81px;
    margin-left: 102px;
}

.price-about {
    color: #515151;
    font-size: 36px;
    line-height: 36px;
    font-family: MontserratRegular;
    position: absolute;
    bottom: 50px;
    left: 149px;
}

.price-about span {
    font-size: 16px;
    font-family: opensans;
    margin-right: 10px;
}

.list-about {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(33, 33, 38, 0.08);
    -moz-box-shadow: 0px 0px 24px 0px rgba(33, 33, 38, 0.08);
    box-shadow: 0px 0px 24px 0px rgba(33, 33, 38, 0.08);
    width: 534px;
    height: 562px;
    background-color: #fff;
    top: -146px;
    position: relative;
    padding-left: 79px;
    padding-top: 53px;
    padding-right: 70px;
    z-index: 1;
    left: -1px;
}

.list-about p {
    padding: 0;
    margin: 0;
    line-height: 30px;
    font-size: 16px;
}

.list-about ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 30px;
}

.list-about ul li .count {
    color: #c7ab5f;
    font-size: 48px;
    line-height: 69px;
    font-family: MontserratRegular, Arial;
    width: 50px;
    display: inline-block;
    position: relative;
    top: -3px;
    left: -2px;
}

.list-about ul li .key {
    position: relative;
    top: -2px;
}

.list-about ul li .value {
    font-family: opensansbold;
    padding-left: 8px;
    top: -2px;
    position: relative;
}

.left-about {
    left: 0;
    width: calc(50% + 55px);
    position: relative;
    z-index: 1;
}

.left-about .left-about-block {
    position: relative;
    float: right;
}

.left-about-block a {
    position: relative;
    display: block;
    line-height: 0;
    top: 3px;
    left: -2px;
}

h2 {
    font-size: 36px;
    font-family: MontserratRegular, Arial;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    margin-bottom: 67px;
    margin-top: 2px;
    margin-left: -3px;
}

.fancybox-content {
    overflow: visible;
}

.fancybox-button--close-video {
    right: -32px !important;
}

.fancybox-buttons {
    display: none !important;
}

.fancybox-button--close {
    color: #fff;
    float: right;
    top: -37px;
    position: absolute;
    right: 9px;
    opacity: 1;
    width: 21px;
    background: none !important;
}

.fancybox-button--close::after,
.fancybox-button--close::before {
    content: none;
}

.fancybox-button--close svg path {
    fill: #fff;
}

.button-previous {
    position: absolute;
    left: 0;
    width: 63px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.4);
    top: calc(50% - 100px);
    border: none;
    cursor: pointer;
}

.button-previous:hover,
.button-next:hover {
    background-color: rgba(199, 171, 95, 0.4);
}

.button-previous svg,
.button-next svg {
    width: 16px;
}

.button-previous svg,
.button-previous img {
    transform: rotate(180deg);
}

.button-previous svg path,
.button-next svg path {
    fill: #fff;
    opacity: 0.4;
}

.button-previous:hover svg path,
.button-next:hover svg path {
    opacity: 1;
}

.button-next {
    position: absolute;
    right: 0;
    width: 63px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.4);
    top: calc(50% - 100px);
    border: none;
    cursor: pointer;
}

.fancybox-bg {
    background: #000;
    opacity: 0.8;
}

.fancybox-slide--iframe .fancybox-content {
    max-width: 1280px;
    max-height: 720px;
}

.play-bg {
    position: absolute;
    width: 854px;
    height: 100%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0px;
    transform: translateX(-50%);
}
.video_display{ margin-top: 50px; }

.play-bg:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.play-bg svg {
    left: calc(50% - 5px);
    position: absolute;
    top: 50%;
    margin-left: -35px;
    margin-top: -42px;
    opacity: 0.65;
}

.play-bg:hover svg {
    opacity: 0.7;
}

.play-bg svg path {
    fill: #fff;
}

.play-bg:hover svg path {
    fill: #c7ab5f;
}

#details {
    max-width: 1560px;
    margin: 0 auto;
    left: -20px;
    position: relative;
    padding-top: 117px;
}

#details ul {
    list-style-type: none;
    padding-left: 45px;
    float: left;
    max-width: 100%;
    margin-right: 85px;
    width: 385px;
}

#details ul li {
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    margin-bottom: -1px;
}

#details ul li span {
    width: 16px;
    height: 16px;
    background-color: #f0f0f0;
/*     position: absolute;
    top: calc(50% - 7px);
    left: -38px; */
}

#details ul li span::before {
    border: 1px solid #c7ab5f;
    width: 16px;
    height: 16px;
    position: absolute;
    content: "";
    top: 17px;
	left: -30px;
    background-color: #f0f0f0;
}

#details h2 {
    margin-bottom: 24px;
    margin-top: 4px;
}

#details img {
    float: right;
    margin-top: 36px;
    margin-right: -39px;
}

.gallery .slick-slide {
    padding-right: 8px;
    padding-left: 8px;
}

.gallery .slick-slide {
    position: relative;
}

.gallery .slick-slide span {
    display: none;
}

.gallery .slick-center:hover span {
    position: absolute;
    width: calc(100% - 16px);
    top: 0;
    height: 100%;
    left: 8px;
    background-color: rgba(10, 10, 10, 0.7);
    display: block;
}

.gallery .slick-slide span svg {
    width: 42px;
    height: 42px;
    left: calc(50% - 21px);
    position: absolute;
    top: calc(50% - 21px);
}

.gallery .slick-slide span svg path {
    fill: #c7ab5f;
}

.gallery-wrap {
    position: relative;
}

#gallery {
    margin-top: 50px;
}

.gallery-right-wrap {
    width: calc(15.85% - 8px);
    height: 100%;
    background-color: rgba(10, 10, 10, 0.5);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.gallery-right-wrap:hover {
    background-color: rgba(10, 10, 10, 0.7);
}

.gallery-right-wrap:hover .button-next {
    background-color: rgba(199, 171, 95, 0.4);
}

.gallery-right-wrap:hover .button-next svg path {
    opacity: 1;
}

.gallery-left-wrap {
    width: calc(15.85% - 8px);
    height: 100%;
    background-color: rgba(10, 10, 10, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.gallery-left-wrap:hover {
    background-color: rgba(10, 10, 10, 0.7);
}

.gallery-left-wrap:hover .button-previous {
    background-color: rgba(199, 171, 95, 0.4);
}

.gallery-left-wrap:hover .button-previous svg path {
    opacity: 1;
}

/* #map {
    padding-bottom: 50px;
} */

#makemap_canvas {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
    z-index: 1;
}

.map-wrap {
    position: relative;
}

.image-map {
    position: absolute;
    bottom: -118px;
    left: 50%;
    line-height: 0;
    z-index: 2;
}

.image-map::after {
    border: 1px solid #c7ab5f;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 40px;
    top: -20px;
    z-index: -1;
}

.gm-style-pbc {
    display: none !important;
}

.map-title-block {
    max-width: 1560px;
    margin: 0 auto;
    left: -20px;
    position: relative;
    /* padding-top: 110px; */
}

#map h2 {
    margin: 50px 0px;
}

.image-map img {
    max-width: 100%;
    height: auto;
}

.gallery .slick-slide {
    height: 480px;
}

#team {
    padding-top: 174px;
}

.team-text {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
}

.team-text h2 {
    margin-bottom: 16px;
    font-size: 48px;
    left: -2px;
    position: relative;
}

.team-text p {
    line-height: 30px;
}

.right-team {
    float: right;
    width: calc(50% + 160px);
    top: -2px;
    position: relative;
}

.right-team img {
    float: left;
    max-width: 100%;
}

.left-team {
    position: absolute;
    width: 50%;
    max-width: 100%;
    z-index: 1;
}

.left-team-block {
    float: right;
    width: 720px;
    max-width: 100%;
    margin-right: 80px;
    background-color: #fff;
    margin-top: 68px;
    padding-left: 99px;
    padding-right: 75px;
    padding-bottom: 77px;
    padding-top: 31px;
    position: relative;
}

.left-team-block::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #c7ab5f;
    bottom: 0;
    width: 383px;
    max-width: 100%;
    left: 0;
}

.left-team-block::after {
    position: absolute;
    content: "";
    border-left: 1px solid #c7ab5f;
    bottom: 0;
    height: 276px;
    max-height: 100%;
    left: 0;
}

.left-team-block h3, .tm-right h3 {
    color: #c7ab5f;
    font-size: 30px;
    text-transform: uppercase;
    font-family: MontserratRegular, Arial;
    font-weight: normal;
    margin-bottom: 20px;
}

.left-team-block p, .tm-right p {
    line-height: 2;
    margin-bottom: 20px;
}

.team-contact-info h4 {
    font-weight: normal;
    text-transform: uppercase;
    color: #c7ab5f;
    line-height: 24px;
    font-family: MontserratRegular, Arial;
    margin-bottom: 40px;
    margin-top: 15px;
}

.team-contact-info {
    display: inline-block;
    width: 100%;
    margin-bottom: -9px;
}

.team-contact-info-block {
/*     float: left; */
/*     width: 170px; */
    text-align: left;
	display: table;
	margin: 10px 0px;
}
.contact-download .team-contact-info-block{ margin-bottom: 30px; }
.contact-download .team-contact-info-block > div{
    float: left;
}

.team-contact-info-block2 {
    width: 270px;
}

.team-contact-info-block img, .tm-right .team-contact-info img {
    float: left;
    margin-right: 6px;
}

.team-contact-info-block2 img .tm-right .team-contact-info img {
    margin-right: 13px;
}

.team-contact-info-block span, .tm-right .team-contact-info span {
    line-height: 24px;
    display: block;
    /* font-family: opensansbold; */
    font-weight: bold;
    position: relative;
    margin-top: -6px;
}

.team-contact-info-block p, .tm-right .team-contact-info p {
    display: block;
    line-height: 19px;
    margin-top: -2px;
    padding-top: 0;
}

.btn-contact {
    width: 220px;
    height: 52px;
    display: block;
    text-align: center;
    line-height: 53px;
    color: #c7ab5f;
    text-transform: uppercase;
    font-family: MontserratRegular, Arial;
    background-color: #3a3939;
    margin-top: 36px;
}

.btn-contact:hover {
    color: #fff;
    background-color: #c7ab5f;
}

.contact-form-block {
    /* float: right;
    margin-right: 270px;
    width: 560px; */
    max-width: 100%;
    padding: 1% 15%;
}

.contact-form {
    float: left;
    width: 49%;
    background-color: #f8f8f8;
    padding-bottom: 100px;
    padding-top: 86px;
}

.contact-form-block h2 {
    text-align: center;
    color: #c7ab5f;
    margin-bottom: 37px;
    position: relative;
    left: -21px;
}

.input-block {
    position: relative;
    margin-bottom: 33px;
}

input:focus~.floating-label,
.truetext~.floating-label,
textarea:focus~.floating-label,
.truetext~.floating-label {
    top: -8px;
    font-size: 12px;
    color: #a9a9a9
}

.input-block input,
.input-block textarea {
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    background: none;
    border-bottom: 1px solid #cecece;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 14px;
    padding-bottom: 8px;
}

.input-block textarea {
    min-height: 122px;
}

.input-block input:hover,
.input-block input:focus,
.input-block textarea:hover,
.input-block textarea:focus {
    border-bottom: 1px solid #ece5d2;
}

input:invalid {
    box-shadow: none;
}

.floating-label {
    font-size: 14px;
    position: absolute;
    left: 10px;
    pointer-events: none;
    top: 8px;
    transition: 0.2s ease all;
}

.btn-submit {
    margin: 0 auto;
    width: 280px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    margin-top: 59px;
    text-transform: uppercase;
}

.contact-download {
    float: right;
    width: 49%;
    padding-top: 86px;
}

.contact-download-block {
    /* float: left;
    width: 625px; */
    max-width: 100%;
    /* margin-left: 110px; */
    text-align: center;
    padding: 1% 15%;
}

.contact-download h2 {
    margin-bottom: 40px;
    margin-left: -25px;
}

.contact-download-block p {
    line-height: 30px;
}

.btn-download {
    margin-left: auto;
    margin-right: auto;
    background: none;
    border: 1px solid #c7ab5f;
    color: #c7ab5f;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 41px;
    left: -13px;
    position: relative;
    height: 55px;
}

.btn-download:hover {
    background-color: #c7ab5f;
    color: #fff;
}

.contact-download h4 {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: MontserratRegular, Arial;
    margin-top: 102px;
    margin-bottom: 26px;
    margin-left: -25px;
}

.social {
    padding-left: 0;
    list-style-type: none;
    display: block;
}

.social li {
    display: inline-block;
    width: 30px;
    margin-right: 15px;
}

.social li svg path {
    fill: #c7ab5f;
}

.social li:hover svg path {
    fill: #3a3939;
}

.copyright {
    /* margin-left: -23px; */
    font-size: 14px;
    color: #878383;
    display: block;
    margin-top: 90px;
}

.privacy {
    color: #878383;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    /* margin-left: -19px; */
}

.privacy:hover {
    color: #c7ab5f;
}

#modal-privacy,
.fancybox-close-small {
    display: none;
    overflow: visible;
    width: 1200px;
    max-width: 70%;
}

footer {
    height: 6px;
    background-color: #c7ab5f;
    width: 100%;
}

.block1920 {
    display: block;
}

.block1366 {
    display: none;
}

.menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    cursor: pointer;
}

.menu-overlay-page {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    cursor: pointer;
    background-color: rgba(10, 10, 10, 0.8);
}

.page-wrap {
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.menu-mobile {
    display: none;
    position: fixed;
    min-height: 100%;
    background-color: #2a2929;
    width: 301px;
    z-index: 20;
}

.menu__close {
    float: right;
    margin-right: 32px;
    margin-top: 32px;
    cursor: pointer;
}

.list-about {
    height: auto !important;
}

.list-about ul {
    padding-bottom: 51px;
}

.btn-see-all {
    display: none;
}

.price-about-wrap-mobile {
    display: none;
}

.menu-btn {
    display: none;
}

.header-top.fixed {
    top: 0;
    position: fixed;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(33, 33, 33, 0.08);
    -moz-box-shadow: 0px 0px 24px 0px rgba(33, 33, 33, 0.08);
    box-shadow: 0px 0px 24px 0px rgba(33, 33, 33, 0.08);
    background-color: #fff;
    z-index: 10;
}

.header-top.fixed .menu li a,
.header-top.fixed .phone-header {
    color: #515151;
}

.header-top.fixed .menu li a:hover {
    color: #c7ab5f;
}

.header-top.fixed .logo path,
.header-top.fixed .logo rect,
.header-top.fixed .logo polygon {
    fill: #515151 !important;
}

.header-top.fixed .gamberger {
    background-color: #515151;
}

body {}

.fixed-body {}

.rf-error {
    border-color: red !important
}

.slider-img-black-center {
    /* background-color: #0a0a0a; */
    width: 480px;
    height: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.5;
    margin-top: -240px;
    margin-left: -240px;
}

.gmnoprint {
    display: none !important;
}

.message-send-text {
    color: green;
    display: none;
}

.imggall-back {
    width: 100%;
    background-size: cover;
    height: 100%;
    background-position: center center;
}

.gm-style div:nth-child(2) a,
.gm-style button {
    display: none !important;
}

.slider-img-wrap {
    height: 676px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.slider-nav .slick-track {
    transform: none !important;
}

.team-contact-info-block-phone-email {
    float: left;
}
.team-block .tm-left, .team-block .tm-right{width: 49%; display: inline-block; vertical-align: top; }
.team-block{ padding-top: 100px; padding-bottom: 100px; }
.team-block .tm-left, .team-block .tm-right{ display: table-cell; vertical-align: middle; }
.tm-left img{ 
	width: 50%; 
	-webkit-box-shadow: 11px 15px 42px 2px rgba(0,0,0,0.38);
	-moz-box-shadow: 11px 15px 42px 2px rgba(0,0,0,0.38);
	box-shadow: 11px 15px 42px 2px rgba(0,0,0,0.38);
}
.tm-left{ text-align: center; }
.tm-right{ padding-right: 10%; }
.tm-right > img{ width: 250px; height: auto; }
.tm-right h3{
    color: #c7ab5f;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0px;
}
.tm-right h4{ margin-top: 5px; }
.team-contact-info{ margin-top: 20px; }
.cntct-me{ background-color: #3a3939; color: #c6aa5c; text-transform: uppercase; padding: 15px 30px; display: block; width: fit-content; }
.cntct-me:hover{ background-color: #c6aa5c; color: #3a3939; }
/* .contact-download .team-contact-info{ width: 50%; } */
.block-center{width: fit-content; float: none; margin: 0 auto; }
#details ul li p{ margin: 0; padding: 10px 0px; line-height: 1.8; }
.col_three{ width: 30% !important; }
.col_two{ width: 45% !important; }
.col_one{ width: 100% !important; }