
/*===================================================================================*/
/*  END-STYLE
/*===================================================================================*/

body {
    margin: 0 auto;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Baumans',cursive;
}

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

a:focus,
a:hover {
    color: #f85c5c;
    text-decoration: none;
}
a.btn, 
.btn,
a.btn-main, 
.btn-main  {
    border: 1px solid transparent;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    padding: 0 30px;
    transition: all 0.3s ease;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-family: 'Montserrat',sans-serif;
}

.btn-link {
    border: 0;
    border-radius: 25px;
    height: 33px;
    line-height: 33px;
    font-size: 11px;
    padding: 0 20px;
    transition: all 0.3s ease;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-family: 'Montserrat',sans-serif;
}



a.btn:hover,
.btn:hover,
.btn-main:hover,
.btn-link:hover{
    color: #56b367;
    border: 1px solid #ccc;
    background: #fff;
    text-decoration: none;
}
p {
    margin:0 0 15px;
    line-height: 1.8;
}

h2, h3,h4, h5 {
    color: #333;
    margin: 0 0 20px;
}
h2 {
    font-size: 2.625em;
    line-height: 1.2;
}
h3 {
    font-size: 2em;
    line-height: 1.3em;
}
h4 {
    font-size: 1.5em;
    line-height: 1.4em;
}
h5 {
    font-size: 15px;
    line-height: 1.5em;
}

.form-control {
    padding: 0px 20px;
    height: 47px;
    width: 100%;
    font-size: 13px;
    margin: 0px 0;
    border: 0;
    outline: none;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0px;
}




a.btn,
.btn { background: #757579;}

.head-top-right .ht-item .fa ,
.head-top-right .ht-item .info-name,
.head-top li,
.footer-phone i,
.contact-details i,
.opening-hour-time
{
    color: #c0fbcb;
}
.head-top,
a.btn-main,
.btn-main,
.btn-link,
.section-about-text,
.contact-details 
{
    background: #56b367;
}
.section-about h2,
.stitle,
.form-control,
.form-control::placeholder,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus,
.navbar-nav>li.active>a,
.navbar-nav>li:hover>a 
{
    color: #56b367;
}
.footer-copyright {
    border-bottom: 8px solid #56b367;
}

.head-top-right .ht-item .info ,
.footer-phone,
.section-about-text h3,
.contact-details,
.contact-details a
{ 
    color: #fff; 
}


.bg-main,
.page-heading,
.form-control
{
    background: #e2fee7;
}
.m-title,
.footer-main h3,
.testimonials-list .name {
    color: #333;
}


.animated-arrow { display: none; }
.animated-arrow span, 
.animated-arrow span:before, 
.animated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 25px;
    background: #56b367;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out;
}
.animated-arrow span:before {top: -7px;}
.animated-arrow span:after {bottom: -7px;}

.navopener .animated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
}
.navopener .animated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.navopener .animated-arrow span {background-color: transparent;}
.navopener .animated-arrow span:before {top: 0;}
.navopener .animated-arrow span:after {bottom: 0px;}


/*//////////////////// NAVIGATION BAR ////////////////////*/
.mean-container .mean-nav ul li a { 
    padding:14px 5%; 
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
    color: #504e50;
    font-size: 12px;
}

.mean-container .btn-main{
    border-radius: 0;
    display: block;
    font-size: 11px;
    text-align: center;
}

.navbar {
    min-height:32px;
    margin: 0px;
    border: 0;
    border-radius: 0;
    padding: 0px;
}
.navbar .navbar-collapse {padding:0px;}
.navbar .navbar-nav {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.navbar-nav>li { padding: 0 15px; }
.navbar-nav>li>a {
    line-height: 40px;
    font-style: normal;
    color: #333;
    font-size: 18px;
    padding: 0;
    position: relative;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus,
.navbar-nav>li.active>a,
.navbar-nav>li:hover>a{
    background: none;
}
.navbar-nav>li.active:hover>a,
.navbar-nav>li:hover>a.active {
    color: #000;
}

.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
}
.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 0px;
    background: #fff;
    color: #252525;
    padding:20px 0;
}

.dropdown-menu>li>a {
    padding:5px 25px;
    color: #666;
    letter-spacing: 1.4px;
    font-weight: 400;
    font-size: 14px;
}
.dropdown-menu>li>a:hover {
    transition: all 0.15s ease;
    background:rgba(212, 210, 210, 0.3);
    color: #000;
}

.nav-shop >li>a { font-size: 14px; padding: 0 10px; }
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover { background: none; }


/*===================================================================================*/
/*  MAIN
/*===================================================================================*/
.dflex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox
}
.dflex-sb {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
}

.imgrps {
    max-width: 100%;
    height: auto;
}
.art-main {
    position: relative;
    padding: 0;
}
.header { position: relative; }
.head-top {
    padding: 10px 0;
}
.head-top ul { 
    padding: 0; 
    margin: 0; 
    list-style: none; 
    display: flex;
    display: -ms-flexbox
}
.head-top li { color: #c0fbcb;}
.head-top li a {  
    color: inherit;
    margin: 0 5px;
    font-size: 18px;
}
.head-top-right {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

.head-top-right .ht-item {display: inline-block;}
.head-top-right .ht-item .fa { font-size: 20px; float: left; }
.head-top-right .ht-item .info{ padding-left: 35px; }
.head-top-right .ht-item .info-name { 
    text-transform: uppercase; 
    font-family: 'Montserrat',sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
}
.head-top-right .ht-item{ margin-left: 35px; }
.head-top-right .ht-item a { color: inherit; font-size: 14px; }

.head-nav-right { align-items: center;  }
.head-nav-right .btn-main { 
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    border-radius: 25px;
    padding: 0px 30px;
    margin-left: 50px;
    min-width: 250px;
}

.header-main { 
    z-index: 10;
    padding: 30px 0;
}
.header-nav{position: relative;}
.header-main .navbar-right {
    position: absolute;
    right: 0;
    top: 20px;
    height: 80px;
}
.pmain { margin: 0; padding-left: 0px;}
.mTitle {
    color: #252525;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-variant-ligatures: common-ligatures;
    margin: 0 0 10px;
}
.center-title {
    text-align: center;
}
.in-container {
    padding: 50px 0;
}
.in-content p {
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
}
.mtitle {
    font-family: 'Dancing Script',cursive;
    text-transform: none;
    text-align: center;
    font-size: 52px;
}

.stitle {
    color: #56b367;
    font-family: 'Dancing Script',cursive;
    text-transform: none;
    font-size: 32px;
    line-height: 1;
}

.page-heading {
    padding: 40px 0;
}
.page-heading h2 { margin-bottom: 0; font-size: 24px;}


/*===================================================================================*/
/*  PAGE
/*===================================================================================*/
.section {
    padding: 80px 0px;
    overflow: hidden;
}
.section-slider { overflow: hidden; }
.sp-buttons {
    position: absolute;
    bottom: 13px;
}
.sp-button {
    width: 30px;
    height: 2px;
    border: 0;
    border-radius: 0;
    background: #ccc;
}
.sp-selected-button { background-color: #555; }

.section-about .about-left { padding-right: 15px; text-align: right; }
.section-about h2 {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
    font-size: 50px;
}
.about-right { padding-left: 15px; max-width: 495px; margin: 0 auto;}
.about-right .ileft { margin-top: 40px; float: left; }
.about-right .iright { float: right; }
.about-right .iright2  {
    float: right;
    margin-right: 20px;
    margin-top: 50px;
}


.section-special h2 { margin-bottom: 50px; }
.special-list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.special-list .item {
    text-align: center;
    padding: 0 25px;
}
.special-list .item img{
    border-radius: 100%;
    object-fit: cover;
    width: 150px;
    height: 150px;
}
.special-list .item h3 {
    text-transform: none;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    display: block;
}
.special-list .item .thumb { position: relative; display: inline-block; }
.special-list .item .discount {
    background: #56b367;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    padding-top: 14px;
    position: absolute;
    right: -15px;
    top: 0;
}
.view-all { text-align: center; }

.section-services { text-align: center; }
.section-services h2 { font-size: 2.0em; margin-bottom: 50px;}
.section-services h3 a { color: inherit;}
.section-services .item { padding-bottom: 60px; margin-bottom:40px; }
.section-services  .info {
    background: #fff;
    position: relative;
    padding: 20px;
}

.section-services .thumb { position: relative;overflow: hidden; transition: all 0.3s ease-out ; }
.section-services .thumb:hover::before {
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s;
}
.section-services .thumb::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine{
    100%{left:125%}
}
@keyframes shine{
    100%{left:125%}
}

.testimonial-quote {
    color: #56b367;
    font-size: 220px;
    font-family: 'Montserrat',sans-serif;
    line-height: 1;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.testimonials-list {
    padding: 0 10%;
    text-align: center;
}
.testimonials-list .item { padding-top: 80px; }
.testimonials-list .name { 
    text-transform: uppercase; 
    font-size: 14px;
    text-align: center;
    font-family: 'Montserrat',sans-serif;
}
.owl-next {right: 0;}
.owl-prev {left: 0;}
.owl-next,
.owl-prev {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: none;
    border: 0;
    font-size: 0;
}
.owl-prev:before,
.owl-next:before  {
    content: "\f054";
    color: #aaa;
    font-size: 18px;
    font-family: "FontAwesome";
    display: block;
}
.owl-prev:before  { transform: rotate(180deg); }

.section-about-text h3 { 
    text-align: center;
    font-size: 52px;
    font-family: 'Dancing Script',cursive;
    line-height: 1.2;
}
.section-about-team {
    text-align: center;
}
.section-about-team h3 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    margin: 13px 0 5px;
    display: block;
}
.section-about-team  p {
    margin: 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #999;
    line-height: 1;
}
.section-about-team .item { margin-bottom: 20px; }


/*===================================================================================*/
/*  SIDEBAR
/*===================================================================================*/
.art-sidebar-box { 
    margin: 0 0 60px;
    border: 1px solid #E2E2E2;
    padding: 5px 20px 20px;
    overflow: visible;
}
.art-sidebar-name { text-align: center; }
.sidebar-social {text-align: left;}
.art-sidebar-content .col-2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.4;
}
.art-sidebar-content .col-2 i { font-size: 18px; color: #781414; }
.timeopen .art-sidebar-content .col-2 {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 12px;
}
.art-sidebar-content .col-2 .col-left {
    float: left;
    overflow: hidden;
    font-weight: bold;
}
.art-sidebar-content .col-2 .col-right {padding-left: 50px; }
.timeopen .art-sidebar-content .col-2 .col-right {padding-left: 80px;}
.art-sidebar-box h3 {
    position: relative;
    display: inline;
    top: -20px;
    padding: 0 20px;
    background: white;
    font-family: "Playfair Display";
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 16px;
}

.sidebar-hotphone {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}
.art-sidebar-box iframe ,
.art-sidebar-content iframe {width: 100%; }
.art-sidebar-box ul { padding: 0; margin: 0; margin-left: 15px; list-style: none; }
.art-sidebar-box li { margin-bottom: 10px; }
.art-sidebar-box li a {color: #777777;font-size: 12px;}

.art-sidebar-box li:before {
    content: '';
    border-top: 2px solid #dfdfdf;
    padding: 4px;
    position: relative;
    top: 14px;
    left: -8px;
}


/*===================================================================================*/
/*  GALLERY
/*===================================================================================*/
.list-gallery { padding: 0px; }
.list-gallery .row { margin: 0 -5px; }
.list-gallery .col-xs-6 { padding: 0 5px; }


.gallery-wrap { display: flex; justify-content: space-between; flex-wrap: wrap; }
.gallery-item { 
    margin-bottom: 10px; 
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;

}
.gallery-item span {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.gallery-item:after {
    display: none;
    width: 100%;
    height: 100%;
    content: '';
    position: relative;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 0.2s ease-out;
    position: absolute;
    left: 0; top: 0;
    z-index: 0;
}
.gallery-item:hover:after {display: block;}
.gallery-item:hover .gallery-info .project-title {
    top: 35%;
    opacity: 1;
    visibility: visible;
}
.gallery-item .gallery-info { text-align: center; }
.gallery-item .icon {
    z-index: 1;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.gallery-item:hover .icon {
    bottom: 0px;
    color: #000;
    opacity: 1;
    visibility: visible;
}
.gallery-item h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 60%;
    z-index: 1;
    position: absolute;
    left: 0;
    color: #fff;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.pagination>li>a.hover-main-color,
.pagination>li>span.hover-main-color {
    color: #000;
    margin-left: 1px;
}
.pagination>li.active>a.hover-main-color,
.pagination>li.active>span.hover-main-color,
.pagination>li>a:hover.hover-main-color,
.pagination>li>span:hover.hover-main-color {
    background-color: #000;
    color: #fff;
    border: 1px solid #ccc;
}

/*===================================================================================*/
/*  BOOKING
/*===================================================================================*/

.item-booking {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.group-select select option {
    color: #515151;
    height: 30px;
    float: left;
    width: 100%;
}
.group-select optgroup {
    font-weight: 700;
    color: #E94E75;
    height: 30px;
    float: left;
    width: 100%;
}
.group-select .fa-calendar {
    position: absolute;
    margin-top: 0px;
    right: 10px;
    top: 42px;
    font-size: 18px;
}
.box_register .btn_submit_login { margin-top: 40px;}
.popup_main_area .border_right {border-right: 1px solid #dedede;}
.box_register .btn_login_social {text-align: center;align-items: center;}

.group-select {
    float: left;
    margin-right: 0;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.group-select label {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 24px;
}
.btn-search {
    width: 100%;
    text-transform: uppercase;
    outline: none;
}
.staff-avatar {padding: 0;}
.staff_service_v1 {display: inline-block;}
.staff_service_v1 {margin-top: 15px;overflow: hidden;}
.staff_service_v1 h4 {margin-top: 0; font-weight: 700;}
.time_work_staff_v1 ul {
    margin-top: 20px;
    padding-left: 0;
}
.time_work_staff_v1 ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.time_work_staff_v1 ul li a {
    color: #000;
    padding: 10px;
    background: #ebebeb;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
    display: inline-block;
}
.content-shop-booking,#box_person,
.time_work_staff_v1 {padding-bottom: 30px;}
.white-popup {
    position: relative;
    padding: 0;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
}
.popup_main_area {
    padding: 15px;
    float: left;
    width: 100%;
    color: #333;
}
.box_account_v1 .modal_form_header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #655353;
    background: #000000;
    color: #fff;
}
.modal_form_header h4 { margin: 0;  color: #fff;}
#send_booking .input-box {margin-bottom: 5px;}


/*===================================================================================*/
/*  CART
/*===================================================================================*/

.table-mobile-collapse{
    display: table;
    border:1px solid gray;
    border-spacing: 0;
    border-collapse: collapse;
}
.thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    display: none;
}
.tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.table-row{
    border:inherit;
    vertical-align: inherit;
}
.table-head{

    padding: 15px;
    border:inherit;
    vertical-align: inherit;
}
.table-data{
    padding: 15px;
    padding-top: 0;
    vertical-align: inherit;
}

.table-responsive{

}
.cart-wrraper{
    background-color:#ffffff;
    color: #333;
}

.cart-product-image-cell{
    display: flex;
    padding-top: 15px;
    padding-bottom: 0;
}

.table-cart{
    background-color:#fff;
    border:none;
    margin-bottom:0;
}
.table-cart .thead .table-head{
    background-color:#000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.table-cart .tbody .table-data{
    display: block;
    vertical-align: top;
}
.table-cart .tbody .table-row:last-child .table-data{
    border-bottom: none;
}
.table-cart p{
    margin-bottom: 0;
}
.quantity-label{
    display: inline-block;
}
.table-cart .form-control{
    margin-top: 10px;
}
.cart-product-image-cell{
    vertical-align: top;
}
.table-cart .tbody .table-data.quantity-cell,
.table-cart .tbody .table-data.price-cell,.table-cart .tbody .table-data.total-change-cell{
    display: inline-block;
    vertical-align: bottom;
    padding-left: 15px;
}

.table-cart .tbody .table-data.price-cell{
    min-width: 273px;
}
.total-change-cell{
    padding-left: 15px;
}
.total-change-cell>p.total_change:before{
    display: inline-block;
    position: relative;
    content: "Total:";
    font-weight: normal;
    margin-right: 15px;
    color:#000;
}
.cart-product-image{
    width: 72px;
    height: 72px;
    margin-right: 15px;
}
.cart-product-image>img{
    width: 100%;
    height: auto;
}
.cart-product-name{
    margin-top: 0;
    font-weight: bold;
}
.form-control.form-control-sm{
    width: 80px;
    display: inline-block;
}

.total_change{
    color: #ff0000;
    font-weight: bold;
    text-align: right;

}
.total-amount{
    text-align: right;
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
}
.total-amount-label{
    text-align: right;
    display: none;
}
.total-amount:before{
    display: inline-block;
    position: relative;
    content: "Amount:";
    font-weight: normal;
    margin-right: 15px;
    color:#000;
    padding-top: 15px;
}
.total-amount-cell{
    padding:0;
}

.table-row{
    border-bottom: 2px solid #ffffff;
}
.cart-product-image,.cart-product-description{
    display: inline-block;
    vertical-align: top;
    
}


/* FORM CART */
.cart img {
    margin: 0 auto 25px auto;
    text-align: center;
    display: block
}
.cart .form_cart {margin-bottom: 30px}
.cart .form_cart a {
    display: table;
    margin: 10px auto 25px auto;
    padding: 15px 65px;
    font-size: 15px;
    cursor: pointer
}
.cart .form_cart p {font-size: 14px;}
.cart .order {
    margin-top: 15px;
    background:#fff;
    border-radius: 3px;
    color: #222;
    padding-bottom: 10px;
    border: 1px solid #E2E2E2;
}
.cart .order .inner {padding: 15px 20px 0px 20px}
.cart .order .inner ul li {
    clear: both;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%
}
.cart .order .inner ul li .frame_img {
    height: 60px;
    overflow: hidden;
    float: left;
    margin-right: 15px
}
.cart .order .inner ul li .frame_img img {width: 60px;background: #fff}
.cart .order .inner ul li .name_product {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 63%;
    overflow: hidden;
    float: left;
}
.cart .order .inner ul li .name_product p {font-size: 15px}
.cart .order .inner ul li .name_product span {
    color: #858585;
    font-size: 13px;
    margin-right: 5px
}
.cart .order .inner ul li .name_product small {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block
}
.cart .order .subtotal {padding: 0px 20px 15px 20px}
.cart .order .subtotal ul li {padding: 3px 0px}
.cart ul {margin-top: 15px;list-style: none;padding-left: 0;}
.cart .order .total ul {padding: 15px 20px;}
.cart .order .total ul li span { color: #000;font-size: 24px;}
.cart .note { margin: 15px 0px}
.cart .note p {font-size: 14px;margin: 0;}
h2.timr {margin: 0;margin-bottom: 20px;}
.box_cart {margin: 30px auto;}
ul.list_form li {margin: 5px 0;}
h4.sanb {font-size: 18px;font-style: italic;}
.inner .price, .subtotal span,.total span {font-weight: bold;}
.fl-flex-label label {font-weight: normal;}
.white-popup {clear: both;overflow: hidden;}

.cards-item {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}
.cards-item .cards-item-image {
    transition: transform 0.25s ease;
    margin-bottom: 20px;
}
.cards-item:hover .cards-item-image {transform: scale(1.05);}
.book_appoin_btn { margin-top: 20px; }

/*===================================================================================*/
/*  CONTACT
/*===================================================================================*/
.page-contact{
    background:url(../../themes/fnail04d/assets/images/contact-bg-title.jpg) no-repeat;
    padding-bottom:50px;
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
}
.page-contact h2 {
    color: #333;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    padding: 25px 50px 25px;
    background: #fff;
    display: inline-block;
    margin: 0;
}
.contact-heading { text-align: center; }
.contact-heading span {
    background-color: #f864a6;
    display: inline-block;
    font-size: 24px;
    padding: 22px 30px;;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 15px;
}
.contact-right .maps{
    margin-top: -285px;
}

.contact-details {
    max-width: 300px;
    margin: -90px auto 30px;
    padding: 30px 30px 20px 30px;
    position: relative;
}
.contact-details i {
    float: left;
    line-height: 1.6;
}
.contact-details p {
    position: relative;
    margin-left: 40px;
}

.contact-hours {
    max-width: 300px;
    background: #444;
    text-align: center;
    padding: 30px 30px 20px 30px;
    border-bottom: 8px solid #56b367;
    position: relative;
    margin: 0 auto;
}
.contact-hours .cd-col { margin-bottom: 15px; }
.opening-hour-day {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 2px;
}
.opening-hour-time {
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
}

.maps  { margin-bottom: 30px; }
.maps iframe{
    width: 100%;
    border: 0;
    height: 550px;
}
.contact-info { color: #777;}

.contact-info h4 {
    margin: 0;
    font-size: 20px;
}
.contact-info p {
    color: #6e6b61;
    font-size: 14px; 
    line-height: 1.4;
    margin: 0 0 20px;
}
.contact-form .form-control {
    font-size: 16px;
}
.contact-form input.form-control {
    height: 70px;
}
.contact-form .form-group{
    margin-bottom: 15px;   
}
.btn-submit { margin-top: 20px; }
.contact-social { padding-top: 20px; }
.contact-map { margin-bottom: 30px; }
.contact-info h3,
.contact-form h3 {
    color: #000;
    font-size: 16px;
    padding: 0;
}
.contact-form textarea { padding: 20px;}
.contact-form label {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
    margin:0 0 3px;
}
.contact-map iframe { max-width: 100%; }
.login_form_area .box_area_login_v1 {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    align-items: center;
}
.box_area_login_v1 h2.section_title {
    color: #252525;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}
.btn_login_social {margin-top: 20px;}
.btn_login_social span,
.btn_login_social i {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
}
.btn_login_social span {
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}
.btn_login_social .btn_facebook_v1 {
    background: #3B5998;
    border: 0;
    line-height: 45px;
}
.btn_login_social .btn_gplus_v1 {
    background: #dd4b39;
     border: 0;
    line-height: 45px;
}
.btn_submit_login { margin-bottom: 30px; text-align: center;}
.btn_submit_login button.submit {
    background-color: #ffc267;
    border: 1px solid #ffc267;
    color: #fff;
    font-size: 12px;
    line-height: inherit;
    padding: 10px 30px;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    outline: none;
    border-radius: 3px;
}
.box_register .btn_submit_login {margin-top: 40px;}
.popup_main_area .border_right {border-right: 1px solid #dedede;}
.box_register .btn_login_social {text-align: center;align-items: center;}


.contact-name h3 {
    line-height: 1;
    margin: 0;
    color: #781414;
    font-size: 24px;
}
.contact-info .fci-row { display: table-row; }
.contact-info .fci-title,
.contact-info .fci-content {
    display: table-cell;
    padding: 0;
    padding-bottom: 10px;
    vertical-align: top;
}
.contact-info .fci-title {
    padding-right: 15px;
    font-weight: bold;
}
.fl-flex-label { margin-bottom: 10px; }

/*===================================================================================*/
/*  SERVICEs
/*===================================================================================*/
.service-container { padding-top: 0; }
h1.service-name {
    font-size: 24px;
    font-style: normal;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cdcdcd;
    padding-right: 15px;
    color: #000;
    font-weight: 700;
}
.price-item {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #cdcdcd;
}
.price-item h4 { font-size: 15px; }
.price-item-number {
    font-size: 18px;
    color: #000000;
    margin: 10px 0;
    font-weight: 600;
    line-height: 1.0;
}
.circle-service-image {
    width: 180px;
    height: 180px;
    border-radius: 125px;
    border: 3px solid #fec168;
    display: inline-block;
    margin-top: 20px;
    background-position: center;
    background-size: cover;
}
.rouded-service-image {
    width: 180px;
    height: 180px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
}
.service-row {
    padding-top: 20px;
    padding-bottom: 20px;
}
.top-right {text-align: right;}
.top-right a {
    line-height: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}
.top-right a img {
    vertical-align: top;
    padding-top: 12px;
    padding-right: 5px;
}
.detail-price-item {
    display: flex;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 5px;
}
.detail-price-dots {
    height: 15px;
    flex: 1;
    border-bottom: 1px dotted #a9a9a9;
}
.detail-price-number {
    padding-left: 5px;
    font-size: 18px;
    color:#000000;
    font-weight: 600;
}
.detail-price-name {
    padding-right: 5px;
    font-size: 15px;
}

@media (min-width: 768px) {
    .top-right {
        text-align: right;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .circle-service-image {
        width: 250px;
        height: 250px;
    }
    .rouded-service-image {
        width: 250px;
        height: 250px;
    }
}

/*===================================================================================*/
/*  FOOTER
/*===================================================================================*/
#back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 20;
}
#back-top a {
    width: 50px;
    height: 50px;
    background:#000;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.5;
    border-radius: 50%;
    text-align: center;
    color:#FFFFFF;
    line-height:50px;
}
#back-top a:hover{ opacity: 0.9;  }
.footer-main {
    background: url(../../themes/fnail04d/assets/images/footer.jpg) top center no-repeat fixed;
    background-size: cover;
    padding: 100px 0;
}
.footer-info {
    text-align: center;
}
.footer-main h3 {
    font-family: 'Dancing Script',cursive;
    font-size: 42px;
    line-height: 1;
}
.footer-main p {
    margin: 30px 0;
    padding-right: 50px;
}

.footer-copyright {
    background: #444;
    line-height: 1;
    color: #fff;
    padding: 25px 0;
}
.footer-phone i {margin-right: 10px;}
.removeButton {
    cursor: pointer;
    position: absolute;
    /*left: -35px;*/
    /*top: 6px;*/
    z-index: 1;
}
.removeButton + .row .col-lg-6:first-child .group-select>label{
    margin-left: 30px;
}
.gallery-title {
    text-align: center;
    background: #e2fee7;
}
.databooktime ul li {
    display: inline-block;

    margin: 10px 5px;

}
.databooktime ul li span{
    background: #ccc;
    padding: 5px;
    display: block;
}
.databooktime ul li a {
    background: #e2fee7;

    padding: 5px;
}
.head-top-social img {
    max-width: 30px;
}
.freeze-footer {
    position: fixed;
    bottom: 120px;
    right: 0px;
    z-index: 999;
}
.freeze-footer a{
    display: block;
    margin: 10px;
}

@media (min-width: 1350px){
	.container {
	    width: 1280px;
	}
}


@media (min-width: 992px){

	.col-md-right 	{ width: 30%;}
	.col-md-left 	{ width: 70%;}
	.col-md-right.col-md-pull-8 { right:70%; }
	.col-md-left.col-md-push-4 { left:30%; }
}

@media (min-width: 990px){
	.youtube-player {
	    padding-bottom: 75.25%;
	}

} 

@media (max-width: 1200px){
	.navbar.main-nav{border-width: 8px; }
}

@media (max-width: 990px){
	.pmain {padding-left: 0;}
	.services-list .info { padding: 15px; }
	.services-list .info h3  { font-size: 32px; }
	.tips-right { padding: 50px 40px; }

	.section-statistic .item { min-width: 50px; }
	.section { padding: 50px 0; }
	.section-visit { padding-top: 100px; }

	.page-heading { padding: 30px 0; text-align: center;}
	.page-contact { padding: 50px 0; }
	.contact-right .maps,
	.contact-details { margin-top: 0; }

	.section-about .about-left { text-align: center; }
	.section-about-text h3 { font-size: 1.8em; }



	.animated-arrow {
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 0px;
        height: 45px;
        padding: 22px 45px 16px 0px;
    }
    .navopener { overflow: hidden; }
    .navopener .header-nav {
        right: 0;
    }
    .header-inner.dflex-sb { display: block; }
    .logo img { margin: 15px 0; height: 30px; }
    .header-main {
    	padding: 0;
    }
    .header-nav > ul.nav {
        height: 100%;
        overflow-y: auto;
        display: block !important;
    }
    .header-nav .nav{ display: block; }
    .header-nav > ul >li> a:after{ display: none; }
    .header-nav > ul >li> a {
        font-size: 18px;
        position: relative;
    }
    .head-nav-right .btn-main{ margin-left: 15px; }

    .navbar-nav>li { float: none; }
    .header-nav > ul >li:hover a { color: #fff; }
    .header-nav > ul >li.active,
    .header-nav > ul >li:hover {
        background: #fcc72c;
        color: #fff;
    }
    .header-nav {
        padding: 20px;
        width: 100%;
        right: -100%;
        height: 100%;
        position: fixed;
        top: 60px;
        margin: 0;
        background-color: #fff;
        border-radius: 0px;
        z-index: 103;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border: none;
        border-top: 1px solid #363738;
        display: block;
    }
    .header-nav > ul >li:hover .megamenu {
        display: none;
    }


}

@media (max-width: 768px){	

}
@media (max-width: 767px){
	.top-right a { margin-bottom: 10px; }
	.book_appoin_btn .btn { margin-bottom: 10px; }

	.footer-copyright { text-align: center; }

	h2 { font-size: 1.5em;}

	.about-right img { max-width: 45%; }
	.mtitle { font-size: 2.0em; }
	.footer-main h3 { font-size: 2.0em; }
	.special-list { display: block; }
	.sp-button {
	    width: 12px;
	    height: 12px;
	}
	.footer-main {padding: 50px 0;}
	.footer-main p { margin: 10px 0; }
	.footer-inner { display: block; }
	.footer-inner .copyright { margin-bottom: 10px; }

}

@media (max-width: 480px){
	.art-sheet {border-width: 3px; padding: 10px 20px; }
	
	.art-sidebar { padding-top:10px; }
	.cart-button { text-align: center; }
	.cart-button .pull-right { float: none !important; margin-top: 15px; }


}

@media (max-width: 380px){
}

@media (min-width: 768px){

	
	.cart-product-description{max-width: 130px;}	
	.table-row{border-bottom: none;}
	.total_change{text-align: left;}
	.thead {display: table-header-group;}
	.quantity-label{display: block;}
	.cart-product-image-cell{padding-bottom: 15px;}
	.total-change-cell>p.total_change:before{display: none;}
	.total-amount-label{display: block;}
	.total-amount-cell{padding:15px;}
	.quantity-label{color: rgba(0,0,0,0)}
	.table-row{
		display: table-row;
		border:inherit;
		vertical-align: inherit;
	}
	.table-head{
		display: table-cell;
		padding: 15px;
		border:inherit;
		vertical-align: inherit;
	}
	.table-data{
		display: table-cell;
		padding-top: 15px;
		border:inherit;
		vertical-align: inherit;
	}	
	.table-cart .tbody .table-data,.table-cart .tbody .table-data.quantity-cell,
	.table-cart .tbody .table-data.price-cell,.table-cart .tbody .table-data.total-change-cell{
		border-bottom:1px solid #d8d8d8;
		vertical-align: top;
		display: table-cell;
	}
	.table-cart .tbody .table-data.total-change-cell{vertical-align: bottom;}
	.quantity-cell,.price-cell{display: table-cell;}
	.total-amount{text-align: left;padding-top: 0;}
	.total-amount:before{display: none;}


}

/*
* Magnific Popup CSS Extend
* */
.mfp-bg {
  opacity: 0.3;
}
.mfp-container {
  display: flex;
  vertical-align: middle;
}
.mfp-content {
  margin: auto;
  text-align: center;
}
.mfp-content .box_account_v1, .mfp-content .box-booking-confirm {
  text-align: left;
}
.white-popup {
  position: relative;
  margin: 30px auto;
  padding: 7px;
  max-width: calc(100vw - 60px);
}
.white-popup-youtube, .white-popup-slider, .white-popup-image {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  text-align: center;
}
.white-popup.border-style {
  background-color: rgba(224, 224, 224, 0.61);
  padding: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .white-popup {
    max-width: 768px;
  }
}

/* Close button inside */
.mfp-close-btn-in .mfp-close, .mfp-arrow {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close{
  margin: auto;
  padding: 0;

  box-shadow: 0 0 7px 0 #333;
  background-color: #fff;
  color: #333;

  width: 30px;
  height: 30px;
  line-height: 30px;
  right: -15px;
  top: -15px;

  border-radius: 100%;
  text-align: center;
}

.mfp-close:hover, .mfp-close:focus{
  background-color: #fff;
}

.mfp-image-holder img.mfp-img {
  padding-top: 30px;
}

.mfp-image-holder .mfp-close {
  top: 15px;
}

/* Close button outside */
.mfp-wrap > .mfp-close {
  background-color: #fff;
  border-bottom-left-radius: 3px;
  color: #333;
  font-size: 47px;
  opacity: 0.9;
}
.mfp-wrap > .mfp-close:hover, .mfp-wrap > .mfp-close:focus {
  opacity: 1;
}
@media (max-width: 575px) {
  .mfp-wrap > .mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 37px;
  }
}

/* Popup Inside Window */
.white-popup-vertical-fit {
  margin-bottom: 45px;
  max-height: calc(100vh - 75px);
}

.white-popup-vertical-fit img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 105px);
}

/*
* Popup Image, Popup youtube
*/
.popup-image, .popup-youtube {
  margin: auto;
  padding: 7px;
  display: inline-block;
  background-color: #fff;
}

.popup-youtube .youtube-player {
  margin: auto;
  padding: 0;
  height: auto;
  overflow: auto;
}

/*
* Popup Owl Carousel
*/
.popup-slider {
  margin: auto;
  padding: 0;
  display: inline-block;
  background-color: rgba(11, 11, 11, 0.1);
  border-radius: 3px;
}
.popup-carousel {
  margin: auto;
  padding: 0;
}
.popup-carousel .item-carousel {
  list-style: none;
  margin: auto;
  padding: 0 1px;
  text-align: center;
}
.popup-carousel .item-image {
  margin: auto;
  padding: 7px;
  display: inline-block;
  background-color: #fff;
}
.popup-carousel .item-carousel img {
  width: auto;
  margin: auto;
}
.popup-carousel .owl-nav {
  margin: auto;
  padding: 0;
  display: block;
  text-align: center;
}
.popup-carousel .owl-nav .owl-prev, .popup-carousel .owl-nav .owl-next,
.popup-carousel .owl-nav button.owl-prev, .popup-carousel .owl-nav button.owl-next {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin: auto auto 15px;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 27px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  transform: initial;
}
.popup-carousel .owl-nav .owl-prev, .popup-carousel .owl-nav button.owl-prev {
  margin-right: 7px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.popup-carousel .owl-nav .owl-next, .popup-carousel .owl-nav button.owl-next {
  margin-left: 7px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.popup-carousel .owl-prev:before, .popup-carousel .owl-next:before,
.popup-carousel button.owl-prev:before, .popup-carousel button.owl-next:before {
  display: none;
}
img, * img {
    max-width: 100%;
}

.scroll_btn {
    position: fixed;
    top: 0px;
    z-index: 1001;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.fl-flex-label.fl-collapsed.fl-background .fl-label {
    background: #e2fee7;
}

.form-tooltip-error ul, .form-tooltip-error ul.list_form li {
    margin: 0px;
    padding: 0px;
}

.footer-copyright {
    padding: 10px 0 0px;
}

.detail-price-number {
    font-weight: normal;
}

span.detail-price-name {
    color: #000;
}

.section-about h2 {
    font-size: 40px;
}

.stitle {
    font-size: 30px;
}

.section-services .item {
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.copyright p {
    padding-bottom: 0px;
}

.footer-phone {
    padding-bottom: 14px;
}

.footer-phone a {
    color: #fff;
}

.section-about-text h3 {
    font-size: 36px;
}

section.coupon_code_v1 img {
    margin-bottom: 10px;
}

@media only screen and (max-width: 687px) {
    .section-about h2 {
        font-size: 28px;
    }
}

.circle-service-image {
    background-size: cover;
}

.logo {
    max-width: 300px;
}

.head-nav-right .btn-main {
    min-width: 120px;
}

.bg-main {
    background: #f3f3f3;
    background: url(../../themes/fnail04d/assets/images/bg-parallax1.jpg);
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.navbar-nav > li {
    padding: 0 14px;
}

.form-control-wrapper {
    position: relative;
}

.coupon_img .img_size {
    transition: transform 0.25s ease;
    margin-bottom: 20px;
    margin: auto;
}

.col-coupont:hover .img_size {
    transform: scale(1.05);
}

.col-coupont {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    text-align: center;
}

.footer-main h3 {
    color: #fff;
}

.footer-main p {
    color: #ccc;
}

/*freeze header*/
.header-container {
    z-index: 9999;
}

.freeze-header {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 1021;
    width: 100%;
}

.freeze-header.with-bg {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1px #eee;
    -moz-box-shadow: 0px 1px 1px #eee;
    box-shadow: 0px 1px 1px #eee;
}

.freeze-header.with-bg {
    width: 100%;
}

@media (min-width: 993px) {
    .instead-border-top-menu-mobile {
        display: none;
    }

    .header-container > .container.freeze-header.with-bg {
        position: relative !important;
    }
}


@media only screen and (max-width: 687px) {
    .section-about h2 {
        font-size: 26px;
    }
}

.navbar-nav > li > a {
    font-size: 17px;
}

.item-booking select optgroup {
    color: #000;
}

.item-booking select option {
    color: #56b367;
}

/* Open hour - Contact info */
.foh-wrap,
.fci-wrap {
    display: table;
    text-align: left;
}

.foh-row,
p.foh-row,
span.foh-row,
div.foh-row,
.fci-row,
p.fci-row,
span.fci-row,
div.fci-row {
    line-height: 1.5;
    display: table-row;
}

.foh-row .foh-date,
p.foh-row .foh-date,
span.foh-row .foh-date,
div.foh-row .foh-date,
.foh-row .foh-time,
p.foh-row .foh-time,
span.foh-row .foh-time,
div.foh-row .foh-time,
.fci-row .fci-title,
p.fci-row .fci-title,
span.fci-row .fci-title,
div.fci-row .fci-title,
.fci-row .fci-content,
p.fci-row .fci-content,
span.fci-row .fci-content,
div.fci-row .fci-content {
    display: table-cell;
    padding: 0;
    padding-bottom: 10px;
    text-transform: initial;
}

.foh-row .foh-date,
p.foh-row .foh-date,
span.foh-row .foh-date,
div.foh-row .foh-date,
.fci-row .fci-title,
p.fci-row .fci-title,
span.fci-row .fci-title,
div.fci-row .fci-title {
    padding-right: 15px;
    font-weight: bold;
}

.head-top-left .fci-row, .head-top-left .foh-row {
    color: #fff;
}


.head-top-social img {
    background: #fff;
}


@media ( max-width: 575px ) {
    select.form-control.list_service.multi {
        max-height: 47px;
    }
}

.m-gallery-box-wrap, .gallery-box-wrap {
    padding: 0 10px;
    margin: 0 0 15px 0;
    overflow: initial;
}

.m-gallery-box, .gallery-box {
    position: relative;
    background-color: #fff;
    margin: 0 -10px 10px;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.m-image-bg, .m-gallery-box .m-image-bg, .image-bg, .gallery-box .image-bg {
    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;
    padding-bottom: 75%;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.m-image-bg img, .m-gallery-box .m-image-bg img, .image-bg img, .gallery-box .image-bg img {
    display: none !important;
}

.m-image-title, .m-gallery-box .m-image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    color: #FFF;
    font-weight: 500;
    background: rgba(3, 3, 3, 0.3);
    filter: alpha(opacity=30);
    max-height: 60px;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}

.m-gallery-box:hover, .m-gallery-box:focus {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*news module*/
.section-news .n-meta {
    border-color: #b3a656;
}

.section-news .n-meta .date-d, .section-news .n-meta .date-m {
    color: #b3a656;
}

.section-news .n-thumb a:after {
    background: rgba(0, 0, 0, 0.6);
}

.section-news .n-item:hover .n-thumb a:after {
    color: #fff;
}

.n-author, .n-author a {
    color: #aaa;
}

.box_news_details .news_content, .box_news_details .news_content p, .box_news_details .news_content span {
    color: #fff;
}

.box_news_details > h3 {
    color: #333;
}

.box_news_details blockquote {
    background-color: #f6f6f6;
    border-left-color: #464646;
    color: #666;
}

.news_comment_v1 h3.leave_comment_v1,
.box_comment_new_v1 h3.leave_comment_v1,
.search_area_bar h3.leave_comment_v1,
.recent_area_bar h3.leave_comment_v1,
.category_news_v1 h3.leave_comment_v1,
.tag_news_v1 h3.leave_comment_v1 {
    border-bottom-color: #ddd;
}

.news_comment_v1 h3.leave_comment_v1::before,
.box_comment_new_v1 h3.leave_comment_v1::before,
.search_area_bar h3.leave_comment_v1::before,
.recent_area_bar h3.leave_comment_v1::before,
.category_news_v1 h3.leave_comment_v1::before,
.tag_news_v1 h3.leave_comment_v1::before {
    background: #b3a656 none repeat scroll 0 0;
}

.news_top_comment .msg_avatar_v1 a {
    color: #252525;
}

.news_details_title_v1 .first_title_v1 span {
    color: #666;
}

.box_comment_new_v1 .leave_form input, .box_comment_new_v1 .text_leave textarea {
    background: transparent none repeat scroll 0 0;
    border-color: #c1c1c1;
    color: #666;
}

.box_comment_new_v1 .text_leave button.submit {
    background-color: #b3a656;
    border-color: #b3a656;
    color: #fff;
}

.search_area_bar input[type="text"] {
    background-color: #fff;
    border-color: #d3d3d3;
    color: #666;
}

.search_area_bar button.submit {
    background-color: #b3a656;
    border-color: #b3a656;
    color: #fff;
}

.category_news_v1 ul li a {
    color: #333;
    border-bottom: 1px solid #f1f1f1;
}

.category_news_v1 ul li:hover a {
    color: #b3a656;
}

.tag_news_v1 ul li a {
    background-color: #e6e6e6;
    color: #252525;
}

.tag_news_v1 ul li:hover a {
    background-color: #b3a656;
    color: #fff;
}

.section-news .nearby {
    border-color: #DEDEDE;
}

@media (min-width: 992px) {
    .news_sidebar_left {
        border-left-color: #eee;
    }
}

.signature {
    float: left;
    width: 100%;
}

/* Gallery */
.m-category-tab {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0 0 15px;
}

.m-gallery-content {
    position: relative;
}

.m-category-tab li, .m-category-tab li a {
    background-color: #fff;
    color: #000;
}

.m-category-tab li.active, .m-category-tab li:hover,
.m-category-tab li.active a, .m-category-tab li:hover a {
    background-color: #000;
    color: #fff;
}

.m-category-tab li, .m-category-tab li.active, .m-category-tab li:hover {
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #000;
}

.m-gallery-content, .m-gallery-listing, .m-gallery-paging {
    text-align: center;
}

@media ( max-width: 374px ) {
    .m-category-tab li {
        width: 100%;
    }
}

.white-popup {
    overflow: initial;
}

/* Social */
ul.social, ul.social li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: auto;
}

ul.social li {
    padding: 5px;
}

body, .owl-prev:before, .owl-next:before {
    color: #000;
}

.section-about h2 {
    margin: 15px auto;
    font-size: 35px;
}

/* Coupon */
.m-coupon-box {
    position: relative;
    z-index: 0;

    margin: 0;
    margin-bottom: 30px;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.m-giftcards {
    margin-bottom: 30px;
}

.m-giftcards .m-coupon-box {
    margin-bottom: 15px;
}

.m-coupon-info {
    text-align: center;
}

.m-coupon-box:hover, .m-coupon-box:focus {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.m-coupon-price {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 5px;
    background: rgba(207, 0, 15, 0.9);
    color: #fff;
}

.mybutton .btn-next {
    background-color: #b3a656;
}

.relative {
    position: relative;
}

.databooktime ul li span {
    background-color: transparent;
}

.popup_main_area {
    float: none;
}

/* Booking */
.policy-booking-phone {
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
}

/* Service */
.detail-container {
    display: flex;
    margin-bottom: 15px;
}

.detail-thumb {
    margin: 7px 7px 7px 0;
    max-width: 110px;
}

.detail-text {
    flex: 1;
}

/*BEG: module_gallery*/
.m-category-tab {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0 0 15px;
}

.m-category-tab li, .m-category-tab li.active, .m-category-tab li:hover {
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #000;
}

.m-category-tab li {
    background-color: #fff;
    color: #000;
}

.m-category-tab li.active, .m-category-tab li:hover {
    background-color: #000;
    color: #fff;
}

.pagination a {
    background-color: #fff;
    color: #111;
}

.pagination a:hover, .pagination li.active a, .pagination li.pagination_icon a i:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;
}

ul.m-category-tab a {
    color: #111;
}

ul.m-category-tab a:hover {
    color: #fff;
}

ul.m-category-tab li.active a {
    color: #fff;
}

/*END: module_gallery*/



/*BEG: css for Home-Gallery-Html*/
.m-gallery-box-wrap .col-6.col-sm-4.col-md-3 {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 5px;
}

.m-gallery-box-wrap .col-6.col-sm-4.col-md-3 .m-gallery-box {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 2px;
}

.m-gallery-box-wrap .col-6.col-sm-4.col-md-3 .m-image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.m-gallery-box-wrap .col-6.col-sm-4.col-md-3 .m-image-bg img {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    justify-content: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/*END: css for Home-Gallery-Html*/

/*BEG: css for Gallery-Html*/
.m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 5px;
}

.m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .m-gallery-box {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 2px;
}

.m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .gallery-item {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .gallery-item .m-image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .gallery-item .m-image-bg img {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    justify-content: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.youtube-wrapper iframe, .m-gallery-box iframe {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    justify-content: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.youtube-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    justify-content: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.youtube-wrapper .youtube-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.ytp-cued-thumbnail-overlay-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/*END: css for Gallery-Html*/

/*BEG: css for Home-Slider-Gallery*/
.section.section-home-gallery .owl-carousel.owl-drag .owl-item {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.section.section-home-gallery .owl-carousel.owl-drag .owl-item .item {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.section.section-home-gallery .owl-carousel.owl-drag .owl-item .item .m-gallery-box {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.section.section-home-gallery .owl-carousel.owl-drag .owl-item .item .m-gallery-box .m-image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.list-gallery-owl.owl-carousel .owl-next, .list-gallery-owl.owl-carousel .owl-prev {
    top: 50%;
    position: absolute;
    width: 35px;
    background-color: #fff;
    color: #000;
}

.list-gallery-owl.owl-carousel .owl-controls .owl-nav {
    margin-top: -35px;
    height: 35px;
}

.list-gallery-owl.owl-carousel .owl-next, .list-gallery-owl.owl-carousel .owl-prev {
    top: 50%;
    position: absolute;
    width: 35px;
    background-color: #fff;
    color: #000;
}

.list-gallery-owl.owl-carousel .owl-next {
    right: 0;
}

.list-gallery-owl.owl-carousel .owl-prev {
    left: 0;
}
/*END: css for Home-Slider-Gallery*/
/*
* By Demo
*/
.footer-social ul.head-top-social li {
    display: inline-block;
    padding: 3px;
}

.footer-copyright {
    padding: 10px 0 0px;
}

.detail-price-number {
    font-weight: normal;
}

span.detail-price-name {
    color: #000;
}

.section-about h2 {
    font-size: 40px;
}

.stitle {
    font-size: 30px;
}

.section-services .item {
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.copyright p {
    padding-bottom: 0px;
}

.footer-phone {
    padding-bottom: 14px;
}

.footer-phone a {
    color: #fff;
}

.section-about-text h3 {
    font-size: 36px;
}

section.coupon_code_v1 img {
    margin-bottom: 10px;
}

@media only screen and (max-width: 687px) {
    .section-about h2 {
        font-size: 28px;
    }
}

.circle-service-image {
    background-size: cover;
}

.logo {
    max-width: 300px;
}

.head-nav-right .btn-main {
    min-width: 120px;
}

.bg-main {
    background: #f3f3f3;
    background: url(../../themes/fnail04d/assets/images/bg-parallax1.jpg);
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.navbar-nav > li {
    padding: 0 14px;
}

@media only screen and (max-width: 687px) {
    .section-about h2 {
        font-size: 26px;
    }
}

.navbar-nav > li > a {
    font-size: 17px;
}

.item-booking select optgroup {
    color: #000;
}

.item-booking select option {
    color: #56b367;
}

@media (max-width: 767px) {
    .about-right img {
        max-width: 100% !important;
    }
}

.copyright p {
    padding-bottom: 0px;
    font-size: 13px;
}

.box_service p {
    text-align: justify;
}

.section-services h2 {
    font-size: 52px;
}

.section {
    padding: 30px 0px;
}

.bg-main {
    background: none;
}

.services-list .info p {
    display: none;
}

.thumb img {
    width: 100%;
}

.ellip {
    color: #fff;
}

.page-contact {
    background: #eee;
    background-position: center !important;
    padding: 40px;
}

.section {
    padding: 20px 0px;
}

.head-top, a.btn-main, .btn-main, .btn-link, .section-about-text, .contact-details {
    background: #b3a656;
}

h2, h3, h4 {
    color: #b3a656 !important;
}

.testimonial-quote {
    color: #b3a656 !important;
}

.footer-copyright {
    border-bottom: 8px solid #b3a656;
}

.page-heading {
    padding: 20px 0;
    background: #f7f2d3;
}

.bg-main, .page-heading, .form-control {
    background: #f7f2d3;
}

.head-top-right .ht-item .fa, .head-top-right .ht-item .info-name, .head-top li, .footer-phone i, .contact-details i, .opening-hour-time {
    color: #fff;
}

.contact-hours {
    border-bottom: 8px solid #b3a656;
}

.section-about h2, .stitle, .form-control, .form-control::placeholder, .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus, .navbar-nav > li.active > a, .navbar-nav > li:hover > a {
    color: #b3a656;
}

@media only screen and (max-width: 687px) {
    .mobile_logo img {
        max-height: 70px;
    }
}

.mean-container .mean-nav {
    margin-top: 90px;
}

.gallery-title {
    background: #f7f2d3;
}

.section-about-text h3 {
    font-size: 36px;
    color: #fff !important;
}

@media ( max-width: 767px ) {
    .footer-main {
        background-attachment: scroll;
        background-position: center;
    }
}

.ellip a {
    color: #fff;
    font-size: 20px;
}

@media only screen and (max-width: 687px) {
    .parallax h3 {
        font-size: 20px;
    }
}

.footer-main {
    background-image: url('../../themes/fnail04d/assets/images/BG.webp');
}

@media (max-width: 767px) {
    .footer-main {
        background-attachment: scroll;
        background-position: center;
    }
}

.info_staff {
    display: none;
}

h3.stitle {
    font-size: 28px;
}

.mobile_logo {
    margin-right: 60px;
}

@media ( max-width: 575px ) {
    .footer-copyright {
        border-bottom-width: 45px;
    }
}

/*BEG contact module*/
.contact-right .maps {
    margin-top: -50px;
}

.contact-details {
    max-width: 300px;
    margin: 55px auto 30px;
    padding: 30px 30px 20px 30px;
    position: relative;
}
/*END contact module*/
