

.main-menu .custom_menu > ul{
    /*display: flex;*/
    justify-content: flex-end;
}
.main-menu .custom_menu > ul > li {
    position: relative;
    display: inline-block;
}
.main-menu .custom_menu > ul > li>a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'CALI MT bold';
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;

}
.main-menu .custom_menu > ul > li + li {
    margin-left: 15px;
}
.main-menu .custom_menu > ul > li > ul {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    display: none;
    padding: 0;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    width: 200px;
    margin-top: 0px;
}
.main-menu .custom_menu > ul > li > ul:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #dad8d4;
    top: -20px;
    left: 10px;
    display: none;
}
.main-menu .custom_menu > ul > li > ul> li{
    border-bottom: 1px solid #f4f4f4;
    display: block;
    margin: 0;
}
.main-menu .custom_menu > ul > li > ul> li > a{
    background: #ffffff none repeat scroll 0 0;
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 20px 6px 25px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.main-menu .custom_menu > ul > li > ul> li:hover >a{
    background: #fafafa none repeat scroll 0 0;
    color: #222222;
}
.main-menu .custom_menu > ul > li:hover >ul{
    display: block;
}
.custom_menu ul li a:hover,.custom_menu ul li.active a{
    color: #f9a392;
}



.contact-link li.registry_ver_1 .dropdown_menu_pos {
    left: auto;
    right: auto;
}
.contact-link li.registry_ver_1 .dropdown_menu_pos::before {
    left: auto;
    right: 110px;
    margin: -7px 25px 0 0;
    border-bottom: 7px solid #fff;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.contact-link li.registry_ver_1 ul.head_list li {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact-link li.registry_ver_1 a {
    text-decoration: none;
    font-size: 15px;
}
.contact-link li.registry_ver_1 ul.head_list li i {
    margin-right: 5px;
}
.contact-link li.registry_ver_1 ul.head_list li a{
    color: #333333;
    font-size: 14px;
}



.hs-btn.btn-light {
    background: #f9a392 none repeat scroll 0 0;
    color: #fff;
}
.giftcards-btn-add {
    height: 32px !important;
    font-size: 15px !important;
    padding: 5px 10px !important;
    line-height: 23px !important;
}
.hs-btn {
    background: #fff none repeat scroll 0 0;
    color: #606060 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 46px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 2;
}
.hs-btn::before {
    background: #151515 none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.news-page-stl{
    padding-top: 30px;
}

.box-news-right .title-page h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
    color: #4473a7;
    text-transform: uppercase;
    margin-top: 0px;
}
.box-news-right .title-page h2 a {
    color: #0e0e0e;
    font-family: 'CALI MT regular';
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 9px;
    border-bottom: 4px solid #f9a392;
    position: relative;
    z-index: 999;
}
.box-news-right .title-page h2 span.right-initial{
    position: absolute;
    width: 100%;
    height: 2px;
    background: #171515;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    border-radius: 5px;
}
.news-hot {
    float: left;
    width: 100%;
}
.item-news-hot {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.img-news-hot {
    float: left;
    width: 140px;
    overflow: hidden;
    margin-right: 15px;
}
.item-news-hot h2 {
    clear: inherit;
    font-size: 16px;
    margin-bottom: 7px;
    color: #000;
    margin-top: 0px;
    line-height: 22px;
}
.item-news-hot h2 a {
    color: #000;
    font-family: 'CALI MT bold';
    font-weight: 300;
}
.item-news-hot span {
    color: #666;
    font-size: 13px;
}
.item-news-hot span i {
    margin-right: 6px;
}
.description-news-hot {
    color: #666;
    margin-top: 8px;
}
.item-news-hot span i.fa-calendar,.interview i.fa-calendar{
    font-size: 12px;
     margin-top: 4px; 
     margin-left: 0px; 
    float: left;
}
.interview i.fa-calendar{
    margin-right: 10px;
}

.ctn-detail-news {
    float: left;
    width: 100%;
    margin: 30px 0px;
}
.blog_entry .title-site h1 a {
    font-family: 'Prata', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 23px;
}
#send_contact .form-group{
    position: relative;
}

/*Socials*/
.footer-3-box ul.social_icon li.social-icons {
    width: 100%;
}  
.footer-3-box ul.social_icon li.social-icons a {
    float: none;
    width: unset;
    margin-right: 0px;
}
.footer-3-box ul.social_icon li.social-icons a img{
    max-width: 30px;
}
/*open-hours*/
.open-hours h2 {
    font-family: 'Prata', serif;
    font-size: 16px;
    font-weight: 400;
    color: #585858;
    text-transform: uppercase;
    margin-top: 40px;
}
.open-hours ul {
    display: block;
}
.open-hours ul li {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    position: relative;
    padding-left: 80px;
}
.open-hours label, .open-hours div {
    font-weight: 300;
}
.open-hours label {
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
}

.btn-primary-extends {
    background-color: #f9a392 !important;
    border-color: #f9a392 !important;
}
.btn-primary-extends:hover, .btn-primary-extends:visited, .btn-primary-extends:active {
    background-color: #f6917d !important;
    border-color: #f6917d !important;
}
h1.title_header{
        font-family: 'Prata', serif;
    margin: 30px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.info_contact li{
    position: relative;
    padding-bottom: 5px;
    padding-left: 70px;
    clear: both;
}

.info_contact li span{
    position: absolute;
    left: 0px;
    font-weight: bold;
}
.ctn-about-shop .footer-3-box h2{
    margin-top: 10px;
}
.intro-star-shop{
    margin-top: 20px;
}
.service_price_table,.main-content{
    margin-top: 20px;
}
.banner-page-list{
    background-image:url(../images/slide_01.jpg);
}
.item-gallery .vertical{
        cursor: pointer;
}
.img-our-services>a {
    width: 100%;
    /*height: 100%;*/
    display: block;
    /*background-size: cover;*/
    /*background-position: top left;*/
    /*transition: transform 0.25s ease;*/
    /*padding-bottom: 75%;*/
}
.img-our-services>a img{
    /*display: none;*/
}
.services_item_v1 spam.text_bt{
    padding: 5px 10px;
    border: 1px solid #fff;
}

.btn-custom{
    background: #f9a392 none repeat scroll 0 0;
    color: #fff;
    padding: 12px 8px;
    border: 0px;

}
.btn-custom spam{
    border: 1px solid #fff;
    padding: 5px 10px;
}
.item-booking .btn.btn-search{
    border-radius: 0px;
}
.btn-search:before
{
    width: 100%;
    padding: 10px;
    border: 1px solid #FFF;
}
.order .total ul li{
    clear: both;
}
.order .total ul li:before{
    display: table;
    content: " ";
    margin-bottom: 10px;
}
.table-responsive>.table>tbody>tr>td{
    white-space: inherit;
}
.cart-table > table tbody tr td{
    border: 0px;
}

/*CSS LOGO*/
/*CSS LOGO*/
.header-container .layout-header-3 {
    width: calc(100% - 50px);
    padding: 0;
    float: none;
    height: 100px;
}
.main-menu {
    padding: 0;
    position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    display: inline-block;
}
.logo {
    left: 15px;
    width: 100%;
    height: 100px;
    line-height: 100px;
}
.logo img {
    margin: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.logo-menu {height: 100px;line-height: 100px;}
.logo-menu img {
    margin: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.list-our-services-category .owl-controls .owl-page, .list-our-services-category .owl-controls .owl-buttons div {
    position: absolute;
    top: 45%;
    font-size: 18px;
    font-weight: 600;
}
.list-our-services-category .owl-controls .owl-buttons .owl-next{
    right: 15px;
}
.list-our-services-category .owl-controls .owl-buttons .owl-prev{
    left: 15px;
}


@media (min-width: 576px){}
@media (min-width: 768px){
    .header-container .layout-header-3 {height: 110px;}
    .logo, .logo-menu {height: 110px;line-height: 110px;}
    .logo-menu {margin-top: 40px;}
}
@media (min-width: 992px){
    .header-container .layout-header-3 {height: 120px;}
    .logo, .logo-menu {height: 120px;line-height: 120px;}
}
@media (min-width: 1201px){
    .header-container .layout-header-3 {
        width: 100%;
        min-height: 130px;
        line-height: 130px;
    }
    .logo {
        width: auto;
        float: left;
        max-width: 420px;
        height: 130px;
        line-height: 130px;
    }
    .main-menu {
        float: right;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
    }
}

.btn-slider {margin: 5px;}
.btn-play{
    z-index: 998;
}

/*freeze footer*/
.freeze-footer { position: fixed; right: 0; bottom: 0; padding: 0 15px 15px 0; display: inline-block;z-index: 9999;}
.freeze-footer ul li {list-style-type: none;}
.freeze-footer a {width: 100%; margin-bottom: 15px;}
.freeze-footer a.btn_make_appointment {background-color: #ed2869;border-color: #ed2869;}
.freeze-footer a.btn_call_now {background-color: #fec168;border-color: #fec168;}
.freeze-footer a:hover{ border-color: #fff;color: #ffffff; }

/*freeze header*/
.freeze-header{ position: fixed !important; left: 0;top: 0; z-index: 9999;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%; }

.freeze-btn.scroll_btn { top: 130px; }
.our-services {
    z-index: 0;
}

.footer-3-box ul.social_icon li.social-icons a {
    float: none;
    width: unset;
    margin-right: 0px;
    display: inline-block;
    margin: 5px;
}

.img-our-services {
    text-align: center;
}

.book-online span {
    color: #333;
    padding: 10px 15px;
    font-weight: bold;
}