@font-face {
    font-family: 'cormorant_scregular';
    src: url('../font/cormorantgaramond-bold-webfont.woff2') format('woff2'),
    url('../font/cormorantgaramond-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_lightregular';
    src: url('../font/roboto-light-webfont.woff2') format('woff2'),
    url('../font/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'catamaran-regular';
    src: url('../font/catamaran-regular-webfont.woff2') format('woff2'),
    url('../font/catamaran-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    font-size: 15.5px;
    line-height: 1.7;
    color: #484848;
    background: #fff;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'roboto_lightregular', 'sans-serif';
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}


h1, h2, h3 {
    color: #2a272e;
    font-family: cormorant_scregular, sans-serif;
    text-transform: uppercase;
    margin: 0 0 15px;
    line-height: 1.3;
}

h1 {
    font-weight: lighter;
    font-size: 30px;
    margin-bottom: 50px !important;
}
h2 {
    font-weight: lighter;
    font-size: 26px;
}
h3 {
    font-weight: lighter;
    font-size: 22px;
}
h4 {
    font-weight: lighter;
    font-size: 18px;
    margin: 0;
}
/*.box-content p:nth-child(1){*/
/*    margin: 0 0 15px;*/
/*}*/
p {
    font-weight: lighter;
    margin: 0 0 15px;
}
a {
    color: inherit;
    text-decoration: none;
}
select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    list-style: none;
}
/**********************************/
/* SLIDE SHOW */
/**********************************/
.wedding-slide , .slide-video {
    position: relative;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background: rgba(0,0,0,0);*/

}
.text-slider {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding: 50px;
    z-index: 9;
}
.text-slider h1 {
    font-size: 40px;
    text-transform: uppercase;
    color: white;
    margin: 0;
}
.text-slider p {
    color: white;
    text-transform: capitalize;
    font-size: 16px;
}
.text-slider ul {
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}
.text-slider li {
    animation-name: fadeInDown;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    margin: 0;
    list-style: none;
}

.text-slider li:nth-child(1) {
    animation-delay: 0.5s;
}
.text-slider li:nth-child(2) {
    animation-delay: 0.7s;
}
.slider-arrow {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9
}
.slider-arrow a {
    position: absolute;
    opacity: .3;
    margin: 0 50px;
    cursor: pointer;
}
.slider-arrow a:hover {
    opacity: .8;
}
.slider-arrow img {
    width: 30px;
}
.slider-arrow #arrow_left {
    left: 0;
}
.slider-arrow #arrow_right {
    right: 0;
}
/**********************************/
/* HEADER CENTER */
/**********************************/
.navbar {
    height: 76px;
}
.main-menu {
    float: none;
    margin: auto;
    padding: 0;
    text-align: center;
    display: inline-block;
}
.main-menu li {
    position: relative;
    float: left;
    list-style: none;
    display: block;
    /*margin: 22px 10px;*/
}
.main-menu li a {
    position: relative;
    font-family: catamaran-regular , sans-serif;
    color: #2a272e;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin: 28px 10px;
}

.navbar-brand {
    position: absolute;
    padding: 0 50px;
    opacity: 1;
    pointer-events: auto;
    transition: .25s ease-in-out;
    z-index: 9;
}
.main-menu a:hover {
    color: #978c71;
}
.main-menu a.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #2a272e;
    transition: all 0.4s;
    margin: auto;
}
.main-menu .sub-menu-destop li {
    margin: 0;
}
.main-menu .sub-menu-destop li a {
    margin: 0;
}



/**********************************/
/* HEADER */
/**********************************/
.header {
    position: fixed;
    width: 100%;
    top: 0;
    color: #2a272e;
    z-index: 20;
    font-size: 12px;
    transition: all.5s;
    background: rgba(255,255,255,0.6);
    text-align: center;
}
.header.active {
    background: transparent;
    box-shadow: none;
}
.header.active .navbar-brand {
    opacity: 0;
    pointer-events: none;
}
.header-scroll {
    position: fixed;
    top: 0;
    color: #000;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}

/*.navbar-brand {*/
/*    position: relative;*/
/*    padding: 0 50px;*/
/*    opacity: 1;*/
/*    pointer-events: auto;*/
/*    transition: .25s ease-in-out;*/
/*    z-index: 9;*/
/*}*/
.navbar-brand img {
    width: 100px;
    /*filter: brightness(0) invert(1);*/
}

.overlay-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.3);
    z-index: 8;
    transition: .25s ease-in-out;
}
.overlay-menu.active {
    opacity: 1;
    pointer-events: auto;
}
.entry-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 30vw;
    height: 100%;
    background: #fff;
    z-index: 10;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: .25s ease-in-out;
}
.entry-menu.open-menu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.panel-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.menu-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 138px 50px;
    /*display: flex;*/
    /*align-items: center;*/
    justify-content: center;
}
.menu-container ul {
    padding: 0;
    margin: 0;
    width: 100%;
}
.menu-container li {
    position: relative;
    list-style: none;
    padding: 6px;
}
.menu-container a {
    font-family: catamaran-regular , sans-serif;
    color: #2a272e;
    font-size: 14px;
    text-transform: uppercase;
   display: block;
}
.menu-container a:hover , .menu-container a.active  , .navbar-nav > li > a:hover , .sub-menu-destop a:hover{
    color: #978c71;
}
.navbar-nav > li > a.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #2a272e;
    transition: all 0.4s;
}
.base-plus {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    z-index: 55;
    cursor: pointer;
    display: block;
}
.icon-plus {
    position: absolute;
    width: 50px;
    height: 40px;
    right: 0;
    top: 0;
    display: block;
}
.base-plus .icon-plus:before, .base-plus .icon-plus:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2a272e;
    margin: auto;
    display: block;
    transition: all 0.6s;
}
.base-plus .icon-plus:before {
    width: 1px;
    height: 20px;
}
.base-plus .icon-plus:after {
    width: 20px;
    height: 1px;
}
.base-plus .icon-plus.active:before{
    display: none;
}
.base-plus:hover .icon-plus:before, .base-plus:hover .icon-plus:after {
    background-color: #978c71;
}
.info-sub {
    display: none;
}
.info-sub li {
    padding-left: 10%;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}
.info-sub li:nth-child(1) {
    animation-delay: 0.3s;
}
.info-sub li:nth-child(2) {
    animation-delay: 0.5s;
}
.info-sub li:nth-child(3) {
    animation-delay: 0.7s;
}
.info-sub li:nth-child(4) {
    animation-delay: 0.9s;
}
.info-sub li:nth-child(5) {
    animation-delay: 1s;
}
.info-sub li:nth-child(6) {
    animation-delay: 1.3s;
}
.info-sub li:nth-child(7) {
    animation-delay: 1.5s;
}
.info-sub li:nth-child(8) {
    animation-delay: 1.7s;
}

.info-sub.active {
    display: block;
}
.navbar-right {
    margin: 0 50px !important;
}
.navbar-nav > li > a {
    font-family: catamaran-regular , sans-serif;
    text-transform: uppercase;
    margin: 28px 10px;
    padding: 0 !important;

}


/**********************************/
/* SUB MENU */
/**********************************/
.sub-menu-parent {
    position: relative;
}

.sub-menu-destop {
    visibility: hidden;
    /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    transform: translateY(-2em);
    transition: all 0.6s;
    z-index: -1;
    text-transform: uppercase;

}

.sub-menu-destop {
    padding: 10px;
}

.sub-menu-parent ul li {
    list-style: none;
    padding: 5px;
    transition: all 0.9s;
}

.sub-menu-parent:hover .sub-menu-destop {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.6s;
    padding: 10px;
    transition: all 0.6s;
    /*box-shadow: 6px 6px 6px 0 rgba(0,0,0,0.1);*/
}

.sub-menu-destop {
    background: #fff;
    border-radius: 0;
}
/**********************************/
/* HAMBURGER */
/**********************************/
.ui-style {
    position: absolute;
    width: 35px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 81px;
    margin: auto;
    cursor: pointer;
    z-index: 12;
    display: none;
}
.style-bar {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.style-bar:before {
    content: "Menu";
    position: relative;
    top: -3px;
    left: 43px;
}
.style-bar.open-bar:before{
    content: "close";
    color: #2a272e;
}
.style-bar .amburgers1 {
    position: absolute;
    width: 70%;
    height: 2px;
    top: 0;
    right: 0;
    background: #2a272e;
    border-radius: 2px;
    transition: .25s ease-in-out;
}
.style-bar .amburgers2 {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 7px;
    background: #2a272e;
    border-radius: 2px;
    transition: .25s ease-in-out;
    transform: scale(1);
}
.style-bar .amburgers3 {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 14px;
    background: #2a272e;
    border-radius: 2px;
    transition: .25s ease-in-out;
}
.style-bar:hover .amburgers1{
    width: 100%;
}
.open-bar div:nth-child(1){
    width: 100%;
    top: 6px;
    transform: rotate(225deg);
    background: #2a272e;
}
.open-bar div:nth-child(2){
    transform: scale(0);
}
.open-bar div:nth-child(3){
    top: 6px;
    transform: rotate(135deg);
    background: #2a272e;
}

/**********************************/
/* BODY */
/**********************************/
.main {
    position: relative;
    width: 100%;
}
.padding-main {
    position: relative;
    width: 100%;
    padding: 100px;
    display: inline-block;
    text-align: center;
}
.line:before {
    margin: 0 auto 70px;
}
.line:after {
    margin: 70px auto 0;
}

.line:before, .line:after {
    content: "";
    width: 200px;
    height: 2px;
    background: #000;
    display: block;
}
.main-beside {
    position: relative;
    width: 100%;
    padding: 0 100px;
    display: flow-root;
    text-align: center;
}
.other-service {
    position: relative;
    width: 100%;
    padding: 0 100px 100px;
    display: inline-block;
}
.img-list {
    position: relative;
    display: flex;
}
.img-list img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}
/*.box-content {*/
/*    margin: 0 100px;*/
/*}*/
.box-slide-content , .img-gallery {
    position: relative;
    width: 100%;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}
/*.box-slide-content:before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 300px;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    background: rgba(0, 0, 0, 1);*/
/*    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));*/
/*    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));*/
/*    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));*/
/*    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));*/
/*    z-index: 20;*/
/*}*/
.box-slide-content img , .img-gallery img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    transition: all .6s;
}
.block-element {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px;
    top: 0;
    bottom: 0;
    border:  1px solid #fff;
    z-index: 20;
}
.block-element  .entry-prefix-title {
    position: relative;
    border:  1px solid #fff;
    width: 100%;
    height: 100%;
}
.section-txt {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 50px;
    transition: all .6s;

}
.section-txt h2 {
    color: #fff;
    margin: 0;
}
.box-slide-content:hover img {
    transform: scale(1.05);
}
.box-slide-content:hover .section-txt {
    bottom: 10px;
}
.btn-main {
    position: relative;
    padding: 6px 25px;
    display: inline-block;
    border: 2px solid #696767;
    /*border-radius: 30px;*/
    margin-top: 10px;
    text-transform: capitalize;
}
.btn-main:hover {
    background: #978c71;
    border: 2px solid #978c71;
    color: #fff;
}
.page-info {
    position: relative;
    width: 100%;
}
.content-child {
    position: relative;
    width: 100%;
}
.content-child .col-xs-6.right {
    float: right;
}

.content-list {
    position: relative;
    width: 100%;
    height: 700px;
    text-align: left;
    display: flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    padding: 50px;
    background: #f9f9f9;

}
.content-list h2 , .content-list p {
    width: 100%;
}
.icon-other {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.icon-other img {
    width: 50px;
}
.icon-other p {
   margin: 0;
}
.icon-other .col-xs-4 {
    padding: 10px;
}
.contact-from {
    position: relative;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
}
.contact-from .col-xs-6 , .contact-from .col-xs-12{
    padding: 5px !important;
}

.contact-from p {
    margin: 0 0 6px !important;
    padding: 0 20px;
    color: #000;
}
.contact-from input , .contact-from select , .contact-from textarea {
    position: relative;
    width: 100%;
    height: 45px;
    background: none;
    border: 1px solid #ccc;
    padding: 10px 20px;
    /*border-radius: 10px;*/
    outline: none;
    font-size: 14px;
    cursor: pointer;
}
.contact-from textarea {
    height: 150px;
}
.contact-from input:focus {
    box-shadow: 0 0 0 0.2rem rgba(181, 158, 103, .3);
}
.contact-from input:focus::-webkit-input-placeholder {
    color:transparent;
    transition: all 0.3s;
}
.contact-from .fa-angle-down {
    position: absolute;
    top: 15px;
    right: 20px;
}
.select-package {
    position: relative;
}
.collapsible {
    position: relative;
    width: 100%;
    padding: 20px;
    background: #eee;
    /*border-radius: 7px;*/
    margin-bottom: 25px;
    text-align: left;
    cursor: pointer;
}
.last {
    margin-bottom: 0 !important;
}
.collapsible:hover {
    background: #978c71;
    color: #fff;
}
.collapsible.active {
    background: #978c71;
    color: #fff;
    margin-bottom: 0;
}
.collapsible .fa-angle-down {
    position: absolute;
    right: 25px;
    top: 26px;
    transition: all .4s;
}
.collapsible.active .fa-angle-down {
    transform: rotate(180deg);
}
.title-coll {
    color: #978c71;
    font-weight: bold;
    font-size: 16px;
}
.txt-bold {
    font-weight: bold;
    color: #000;
}
.font {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
}
.coll-content {
    text-align: left;
    padding: 25px;
    background: #f5f5f5;
    display: none;
    margin-bottom: 25px;
}
.coll-content p , .coll-content ul li {
    font-size: 14px;
}
.col-xs-4 .box-offer img {
    width: 100%;
    object-fit: cover;
}
.offers-page .col-xs-4 {
    padding: 15px !important;
}
.content-offers {
    position: relative;
    padding: 30px;
    display: inline-block;
}
.content-offers p {
    margin: 0 !important;
}
.content-offers .btn-main {
    margin-top: 25px;
}
/**********************************/
/* GALLERY */
/**********************************/
.filtr-container {
    position: relative;
    display: flex;
}
.demo-gallery {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.demo-gallery ul {
    padding: 0;
    margin: 0;
}

.padding-gallery {
    padding: 15px;
}
.view {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.item_img_box {
    position: relative;
    overflow: hidden;
}
.item_img_box .item_img {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: all 1s;
}
.demo-gallery .image_box {
    height: 600px;
}
.demo-gallery .item-img-box {
    height: 450px;
}
.demo-gallery .haft-image {
    height: 285px;
}
.popup-gallery {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    opacity: 0;
    transition: all 1s;
}
.popup-gallery .fa-search-plus {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 10px;
    background: rgba(0,0,0,0.3);
}
.demo-gallery .item_img_box:hover .item_img {
    filter: brightness(70%);
    transform: scale(1.05);
}
.demo-gallery .item_img_box:hover .popup-gallery {
    opacity: 1;
}
.lg-dropdown {
    display: none;
}
/**********************************/
/* GALLERY */
/**********************************/
.padding10 {
    padding: 10px;
}
.viewer-gallery {
    position: relative;
    overflow: hidden;
}
.viewer-gallery .image-box {
    height: 450px;
    cursor: pointer;
    transition: all 1s ease;
}

.album-gallery {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(151,140,113,0.9);
    color: white;
    text-align: left;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: capitalize;
}
.album-gallery .fa-camera-retro {
    float: right;
}

.filtr-item:hover .image-box {
    filter: brightness(60%);
    transform: scale(1.05);
}
.album-gallery p {
    margin: 0;
}
.lg-dropdown {
    display: none;
}
/**********************************/
/* FOOTER */
/**********************************/
.logo-footer img {
    width: 120px;
}
.contact-footer {
    padding: 0 0 50px;
}
.contact-footer > div {
    margin: 0 0 3px;
}
.contact a {
    display: inline-block;
    margin: 0 10px ;
}
.contact a:hover {
    color: #978c71;
}
.follow {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    width: 45px;
    height: 45px;
    /*border-radius: 50%;*/
    border: 1px solid #484848;
    font-size: 18px;
    padding: 6px;
    color: #484848;
    cursor: pointer;
}

.follow:hover {
    border: 1px solid #978c71;
    background: #978c71;
    color: #fff;
}
.copy-right {
    position: relative;
    font-size: 14px;
    padding: 15px 0;
    background: #2a272e;
    color: #fff;
    text-align: center;
}
.copy-right p {
    margin: 0;
}
.g-recaptcha div{
    width: 100% !important;
}

.img-info:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 6;
}
.camera {
    position: absolute;
    bottom: 50px;
    color: white;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 21;
    cursor: pointer;
    text-align: center;
}
.icon-camera {
    position: relative;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    padding: 15px;
    margin: auto;
}
.icon-camera .fa-camera-retro {
    font-size: 28px;
}
.camera p {
    margin-top: 10px;
}