body {font-size: 13px;color: #909090;}
a {text-decoration: none;color: #d3af80;}
a:hover, a:focus {text-decoration: none;}
h1, h2, h3, h4, h5, h6 {color: #824328;margin: 0 0 10px;font-family: 'Droid Serif', serif;}
p, .team-page .page-head p {font-family: 'Droid Sans', Arial, Helvetica, sans-serif;}
/***************Header*******************/
#header {width: 1024px;}
#header h6 {
    left: 0px;
    width: calc((100% - 200px)/2);
    white-space: normal;
}
#header i {padding-right: 5px;}
.header-control {
    text-align: right;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 21px;
}
.header-control .list-inline > li {
    display: inline-block;
    padding-right: 5px;
}
.header-control .list-inline > li a {color: #d3af80;}
.header-control ul li {
    padding-left: 10px;
    text-align: center;
}
.header-control ul li a.big-icon {
    background: rgba(33,39,57,.1);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
}
.header-control ul li a.big-icon:hover {
    background: rgba(255,255,255,.8);
    -webkit-box-shadow: 0 2px 10px rgba(52,61,71,.2);
    -moz-box-shadow: 0 2px 10px rgba(52,61,71,.2);
    box-shadow: 0 2px 10px rgba(52,61,71,.2);
}
.header-control ul li a.big-icon i {
    font-size: 26px;
    line-height: 39px;
}
.header-control ul li a.big-icon:hover i {
    animation-name: zoomIn;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation-duration: .5s;
    animation-timing-function: linear;
}
.header-control ul li a.small-icon {
    width: 30px;
    height: 30px;
}
.header-control ul li a.small-icon i {
    font-size: 17px;
    line-height: 30px;
}
.header-control .top-cart-custom {position: relative;}
.header-control .top-cart-custom .qty-top-cart-active {
    position: absolute;
    bottom: -5px;
    right: -10px;
    width: 25px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
    color: #d74516;   
}
.main-menu.left, .main-menu.right {width: calc( (100% - 200px )/2);}
.main-menu.left > div > ul > li {padding-right: 5px;}
.main-menu.right > div > ul > li {padding-left: 5px;}
.main-menu.left > div > ul > li > a {padding-right: 10px;}
.main-menu.right > div > ul > li > a {padding-left: 10px;}
.main-menu > div > ul > li > a {font-size: 17px;}
@media only screen and (max-width: 1023px) {
    #header {width: calc(100% - 30px);}
    .main-menu.left, .main-menu.right {width: 50%;top: 115px;}
    .menu-left-main-menu-container {float: right;}
    .menu-right-main-menu-container {float: left;}
    .main-menu.right > div > ul > li:last-child, .main-menu.right > div > ul > li:last-child > a:last-child {padding-left: 0px;}
    .main-menu.left > div > ul > li:last-child > a {background: url(../../images/bullet-one.png) no-repeat right center;}
    #header {min-height: 150px;}
}
@media screen and ( max-width: 767px ) {
    #header h6 {width: 100%;}
    #header .header-control {
        width: 100%;
        position: static;
        text-align: center;
    }
    #header .main-menu {width: 95%;}
    .menu-left-main-menu-container, .menu-right-main-menu-container {float: none;}
}
/***************End Header***************/

/***************Footer*******************/
.footer-content {}
.footer-content-single-block {}
.footer-content h4 {font-size: 17px;}
.social-small-icon li a {
    width: 30px;
    height: 30px;
}
.social-small-icon li a i {
    font-size: 19px;
    line-height: 30px;
}
.footer-top-area .contact-info i {
    padding-right: 10px;
}
.csi-footer p a, .csi-footer p a:visited {
    color: #999;
}
.csi-footer p a:hover, .csi-footer p a:focus {
    color: #eb5973;
}
.form-newsletter-single-container {
    width: 100%;
    display: block;
}
.form-newsletter-single {
    position: relative;
}
.form-newsletter-single input {
    border: none;
    width: 100%;
    height: 30px;
    color: #575757;
    float: left;
}
.form-newsletter-single button {
    position: absolute;
    top: 1px;
    right: 0px;
    border: none;
    width: 75px;
    height: 30px;
    background: #a88c66;
    border: none;
    color: #fff;
    box-shadow: none;
}
.form-newsletter-single div.form-tooltip-error {
    position: absolute;
}
.form-newsletter-single div.form-tooltip-error:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -5px;
    width: 0;
    height: 0;
    background: none;
}
ul.footer-social li, #footer ul.footer-social li {
    margin-right: 15px;
}
@media screen and ( max-width: 767px ) {
    .footer-content-single-block {}
}
/***************End Footer***************/

/***************Board********************/
.bottom-strip p a.normal-link {
    margin-left: 6px;
    display: inline-block;
    color: #fff;
    background: none;
    border: none;
    padding: 7px 11px;
    font: inherit;
    color: inherit;
}
.bottom-strip p a.normal-link:hover {
    text-decoration: underline;
}
.food-special-title {
    text-align: center;
}

.csi-reservaton-area form .form-group {
    position: relative;
}
.csi-reservaton-area form .form-tooltip-error {
    z-index: 4;
}
.call-phone a, .call-phone a:visited {
    color: rgba(33,39,57,.7);
    font-size: 2.6rem;
}
.call-phone a:hover, .call-phone a:focus {
    color: #eb5973;
}
.csi-slider .owl-carousel .owl-item, .csi-slider .owl-carousel .owl-item img {
    height: auto;
}
/***************End Board****************/

/***************About********************/
.team-single img {
    width: 100%;
}
/***************End About****************/

/***************Contact******************/
.contact-info h3 {}
.contact-info a, .contact-info a:visited {
    color: inherit;
}
.contact-info a:hover, .contact-info a:focus {
    text-decoration: underline;
}
.contact-info {
    /*width: calc(100% - 500px);
    float: left;*/
}
.contact-form-container {
    /*width: 490px;
    float: right;*/
}
.contact-form-container .contact-form {
    float: right;
}
.contact-storefronts, .map-container {
    float: left;
    width: 100%;
}
.storefrontsc-container .storefrontsc-inner ul{
    display: block;
    float: left;
    width: 100%;
}
.storefrontsc-container .storefrontsc-inner ul li {
    display: inline-block;
    width: calc(33.333% - 30px);
    float: left;
    padding: 15px;
}
.storefrontsc-container .storefrontsc-inner ul li .storefrontsc-single {
    width: calc(100% - 10px);
    border-left: 3px solid #909090;
    padding-left: 5px;
}
@media screen and ( max-width: 767px ) {
    .contact-info, .contact-form-container {
        width: 100%;
    }
    .contact-info, .contact-form-container, .contact-form-container .contact-form, .contact-storefronts, .map-container, .storefrontsc-container .storefrontsc-inner ul, .storefrontsc-container .storefrontsc-inner ul li {
        float: none;
    }
    .storefrontsc-container .storefrontsc-inner ul li {
        width: calc(100% - 30px);
    }
}
/***************End Contact**************/

/***************Gallery*******************/
#filter {
  text-align: center;
  margin-bottom: 40px;
}
#filter li {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  display: inline;
}
#filter li a {
  display: inline-block;
  color: #fff;
  height: 11px;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 10px;
  margin: 0 5px 0 0;
  border: none;
  background-color: #d3af80;
  cursor: pointer;
}
#filter li a.active, #filter li a:hover, #filter li.active a, #filter li:hover a {
  background-color: #824328;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.portfolio-control {
    width: 100%;
    /*padding: 15px;*/
}
.portfolio-control ul.filter-square li {
    margin: 0;
    margin-bottom: 10px;
    border: 1px solid #efefef;
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #d3af80;
    color:#fff;
}
.portfolio-control ul.filter-square li:hover, .portfolio-control ul.filter-square li.active {
    background-color: #824328;
}
.portfolio-control ul.filter-square.portfolio-select li {
    background: none;
    border: none;
    padding: 0px;
    width: 100%;
} 
.portfolio-control ul.filter-square.portfolio-select li select {
    width: 100%;
}
.portfolio-box {
    position: relative;
}
.portfolio-box::before,
.portfolio-box::after,
.portfolio-box .portfolio-content {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}   
.portfolio-box::before,
.portfolio-box::after {
    content: "";
    display: inline-block;
    position: absolute;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
}
.portfolio-box:hover::before,
.portfolio-box:hover::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.portfolio-box::before {
    background-color: #e62b4c;
    opacity: 0.8;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.portfolio-box::after {
    border: 1px solid #fff;
    bottom: 10px;
    top: 10px;
    left: 10px;
    right: 10px;
}
.portfolio-box img {
    width: 100%;
    height: auto;
}
.portfolio-box .portfolio-content {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    text-align: center;
    transform: translate(0%, -50%) scale(0);
    -webkit-transform: translate(0%, -50%) scale(0);
    -moz-transform: translate(0%, -50%) scale(0);
    -ms-transform: translate(0%, -50%) scale(0);    
    opacity: 0;
    z-index: 1;
}
.portfolio-box .portfolio-content h3::before,
.portfolio-box .portfolio-content h3::after {
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%); 
}
.portfolio-box .portfolio-content h3 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    padding: 0 17px;
    display: inline-block;
    letter-spacing: 0.56px;
}
.portfolio-box .portfolio-content h3::before,
.portfolio-box .portfolio-content h3::after {
    background-color: #fff;
    content: "";
    height: 1px;
    width: 15px;
    position: absolute;
    top: 50%;
}
.portfolio-box .portfolio-content h3::before {
    left: 0;
}
.portfolio-box .portfolio-content h3::after {
    right: 0;
}
.portfolio-box .portfolio-content span {
    color: #fff;
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 0.56px;
}
.portfolio-box .portfolio-content h3, .portfolio-box .portfolio-content span {
    line-height: 1.6rem;
}
.portfolio-box .portfolio-content ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px;
}
.portfolio-box .portfolio-content ul li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
.portfolio-box .portfolio-content ul li a {
    font-size: 12px;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    text-decoration: none;
}
.portfolio-box .portfolio-content ul li a:hover {
    background-color: #f85c37;
    border-color: #f85c37
}
.portfolio-box:hover .portfolio-content {
    opacity: 1;
    transform: translate(0%, -50%) scale(1);
    -webkit-transform: translate(0%, -50%) scale(1);
    -moz-transform: translate(0%, -50%) scale(1);
    -ms-transform: translate(0%, -50%) scale(1);
}
.portfolio-section-2 .portfolio-box::before {
    background-color: rgba(0,0,0,0.7);
}
.portfolio-section-2 .portfolio-box::after {
    display: none;
}
#filter-by li a {
    margin-bottom: 5px;
}
.item-description {
    text-align: center;
    display: block;
}
/*************End Gallery****************/

/*************Coupons********************/
.coupon_page_v1 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.coupon_img_v1 {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border: 3px solid #fff;
}
.coupon_img_v1 .img_size {
    width: 100%;
}
.coupon_img_v1 img {
    webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.coupon_img_v1:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}
.content_coupon {
    position: absolute;
    top: 15%;
    right: 10%;
}
.content_coupon h3 {
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
    color: #252525;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.content_coupon .coupon_deal_v1 {
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    color: #252525;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
}
.coupon_code_v1 {
    margin-top: 15px;
}
.coupon_info {
    display: table; 
}
.coupon_info span, .coupon_info a {
    padding: 0px 5px;
    display: table-cell;
    vertical-align: middle;
}
p.title_giftcard {
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    margin: 10px;
    color: #444343;
}
p.des_giftcard {
    text-align: center;
    margin-bottom: 20px;
}
.gallery-item .item-title a.readmore {
    color: #fff;
}

/*************End Coupons****************/

/***************Login********************/
.login_form_area .box_area_login_v1 {
    background-color: #fbfbfb;
    padding: 30px;
    text-align: center;
    align-items: center;
}
.login_form_area .box_area_login_v1 input {
    background-color: #fff;
}
.login_form_area .box_area_login_v1 hr {
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #dbdbdb;
}
.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;
    display: inline-flex;
}
.btn_login_social a {
    margin: 0px 5px;
}
.btn_login_social span,
.btn_login_social i {
    color: #fff !important;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    font-size: 16px;
}
.btn_login_social .btn_facebook_v1 {
    background: #3B5998;
    padding: 7px 25px;
}
.btn_login_social .btn_gplus_v1 {
    background: #dd4b39;
    padding: 7px 35px;
}
.submit_name_psw {
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 0;
    padding-bottom: 0;
}
.submit_name_psw>form {
    position: relative;
}
.submit_name_psw input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-size: 16px;
    height: 35px;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
    outline: none;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}
.submit_name_psw {
    margin-top: 30px;
}
.btn_submit_login {
    margin-bottom: 30px;
}
.btn_submit_login button.submit {
    background-color: #e62b4c;
    border: 1px solid #e62b4c;
    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;
}
span.or {
    display: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
}
/***************End Login****************/

/***************CSS Checkbox*************/
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
ul.row.list_form {
    padding: 0;
    list-style: none;
}
/***************End CSS Checkbox*********/

/***************Appoinment***************/
#reservation-form .contact-form {
    margin: auto;
}
#reservation-form .box-msg {
    width: 100%;
}

/*Date picker css*/
.bootstrap-datetimepicker-widget {
    position: absolute;
    background: #fff;
}

.full-width-box::after {
    background-color: #2e375f;
}
.contactForm.appoinment * {
    color: #000;
}
.contactForm.appoinment button, .contactForm.appoinment h3, .contactForm.appoinment i {
    color: #fff;
}
.contactForm.appoinment p {
    color: #888888;
}
.contactForm.appoinment input[type="text"], .contactForm.appoinment input[type="password"], .contactForm.appoinment input[type="email"], .contactForm.appoinment input[type="tel"], .contactForm.appoinment textarea, .contactForm.appoinment select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #888888;
    color: #888888;
    padding: 15px;
    height: 47px;
}
.contactForm.appoinment select optgroup {
    color: #000;
}
.contactForm.appoinment select option {
    background: #fff;
    color: #888888;
}
.contactForm.appoinment textarea {
    height: auto;
}
/***************End Appoinment***********/

/***************Booking******************/
#booking-search, #booking-search form, #booking-confirm, #booking-confirm form, #booking-staff {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.booking-col-33 {
    /*width: calc( 33.333% - 30px );
    padding: 0px 15px;
    margin: 0px;
    display: block;
    float: left;*/
    margin-bottom: 0;
}
/*.booking-col-50 {
    width: calc( 50% - 30px );
    padding: 0px 15px;
    margin: 0px;
    display: block;
    float: left;
}*/
.booking-row input, .booking-row input[type="text"], .booking-row textarea, .booking-row select, 
.booking-row input.full-width, .booking-row textarea.full-width, .booking-row select.full-width {
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #ab7868;
    background-color: #fff9f1;
    border: 1px solid #eee;
    box-shadow: none;
}
.booking-row input, .booking-row input[type="text"], .booking-row select, 
.booking-row input.full-width, .booking-row select.full-width {
    height: 30px;
}
.booking-row textarea, .booking-row textarea.full-width {
    height: 98px;
}
.booking-row .btn-search {
    width: 100%;
    height: 35px;
    color: #fff;
}
.booking-row .btn-confirm, .booking-row .btn-cancel {
    width: auto;
    height: 35px;
    color: #fff;
    margin: 0px 15px 5px 0px;
}
.booking-row .btn-cancel {
    background: #B3696C;
}
#booking-search .add img, #booking-search .remove img {
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 15px 0 0;
    border: none;
}
#booking-search .add span, #booking-search .remove span {
    float: left;
    line-height: 24px;
}

.booking_staff_title {
    text-align: center;
}
.our_service_title h2.section_title, .coupon_title h2.section_title, .gallery_title h2.section_title, .appoinment_title h2.section_title, .news_trend_v1 h2.section_title, .about_us_v1 h2, .services_table h2.section_title, .booking_services_v1 h2.section_title, .booking_staff_title h2.section_title {
    color: #252525;
    font-size: 42px;
    line-height: 33px;
    text-align: center;
    text-transform: capitalize;
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 15px;
    font-style: italic;
}
.booking_staff_title p.staff_us {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    line-height: 40px;
    margin-bottom: 0;
}
.box_staff_bg {
    background-color: #fff;
    /*padding: 20px;
    margin-top: 50px;*/
}
.info_inner_booking {
    float: left;
    width: 100%;/*
    margin: 30px 0px;*/
}
.time_work_staff_v1 {
    clear: both;
}
.time_work_staff_v1 label, .time_work_staff_v1 h3 {
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-weight: bold;
    text-transform: uppercase;
}
.time_work_staff_v1 .time_am_v1, .time_work_staff_v1 .time_pm_v1 {
    margin-top: 15px;
}
.time_work_staff_v1 label, .time_work_staff_v1 h3 {
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-weight: bold;
    text-transform: uppercase;
}
.time_work_staff_v1 ul {
    margin-top: 0;
}
.time_work_staff_v1 ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.time_work_staff_v1 ul li a, .time_work_staff_v1 ul li span {
    padding: 7px 15px 5px 15px;
    background: #ebebeb;
    margin-right: 7px;
    font-size: 14px;
    margin-bottom: 7px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    width: 93px;
    float: left;
    margin: 0;
}
.time_work_staff_v1 ul li span {
    background: none;
}
.info_inner_booking .staff_service_v1 {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}
.staff_service_v1 .info_staff {
    float: left;
    max-width: 150px;
    margin-right: 15px;
}
.staff_service_v1 .info_staff img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.staff_service_v1 .details_staff h2 {
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
    text-transform: uppercase;
}
.staff_service_v1 .details_staff p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-weight: bold;
}
@media screen and ( max-width: 767px ) {
    /*.booking-col-33, .booking-col-50 {
        width: 100%;
    }*/
}
/***************End Booking**************/

/***************Service******************/
.service-title {
    font-weight: 700;
}
.service-price {
    color: #d74516;
    font-weight: 400;
    font-size: 15px;
}
.portfolio-control .filter-square.filter-square-style-1 {
    padding: 0px;
    list-style-type: none;
    text-align: left;
    width: 100%;
}
.portfolio-control .filter-square.filter-square-style-1 li {
    padding: 10px 20px;
}
.portfolio-control .filter-square.filter-square-style-1 li.child {
    padding: 7px 20px;
    margin-left: 15px;
}
.service-col-sq {
    width: 100%;
    padding: 0px;
}
.service-col-sq .price {
    color: #ff0b0b;
    font-size: 15px;
    font-weight: 700;
}
.sevice-item .sevice-image img {
    width: 100%;
    max-width: 110px;
}
.sevice-item .post-desc {
    height: 41px;
    overflow: hidden;
}
@media screen and ( min-width: 768px ) {
    .hidden-desktop {
        display: none;
    }
    .hidden-mobile {
        display: block;
    }
}
@media screen and ( max-width: 767px ) {
    .hidden-desktop {
        display: block;
    }
    .hidden-mobile {
        display: none;
    }
    .sevice-item .sevice-image img {
        max-width: unset;
    }
}
/***************End Service**************/

/***************Cart*********************/
.my-cart {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.table-responsive {
    overflow-x:auto;
}
.cart-table {
    margin-top: 45px;
    margin-bottom: 45px;
    color: #000;
    background-color: #f6f6f6;
    padding: 30px;
}
.cart-table .table {
    border: none;
}
.cart-table ul li:first-child {
    border-bottom: 1px solid #dedede;
    width: 100%;
}
.cart-table .ui-inputText:focus {
    border: 1px solid #00c8b4;
}
.cart-table thead tr th {
    background: #fff;
    border: medium none !important;
    color: #333333;
    height: 40px;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}
.cart-table thead tr th.product {
    min-width: 320px;
}
.cart-table thead tr th.price {
    min-width: 100px;
}
.cart-table thead tr th.qty {
    min-width: 100px;
    float: none;
}
.cart-table thead tr th.add-cart {
    min-width: 150px;
}
.cart-table thead tr th.remove {
    min-width: 90px;
}
.cart-table tbody tr td {
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 2px;
    padding: 20px 0;
    vertical-align: middle;
    text-align: left;
}
.cart-table tbody tr:first-child td {
    padding-top: 30px;
}
.cart-table tbody tr:last-child td {
    padding-bottom: 0;
    border-bottom: none;
}
.cart-table .cart-product img {
    border: 1px solid #f3f3f3;
    display: block;
    float: left;
    margin-right: 25px;
    width: 93px;
}
.cart-table .cart-product .details {
    margin-top: 20px;
}
.cart-table .cart-product .details a {
    text-decoration: none;
    color: #606060;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}
.cart-table .cart-product .details a:hover {
    color: #7ac2d7;
    text-decoration: none;
}
.cart-table .cart-product .details p {
    margin: 0;
    font-weight: bold;
}
.cart-table .cart-price {
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}
.cart-table .cart-stock {
    color: #606060;
    text-transform: uppercase;
}
.cart-table .cart-pro-remove {
    text-decoration: none !important;
}
.cart-table .cart-pro-remove:hover {
    color: #7ac2d7;
}
.cart-table .cart-pro-remove i {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-left: 35px;
}
.cart-table .ui-inputText {
    color: #333;
    transition: .3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    width: 50%;
    padding: 0.6em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.cart-table-ver1 .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}
.cart-table-ver1 {
    background-color: #f6f6f6;
    padding-top: 15px;
    padding-left: 15px;
}
.cart-table-ver1 .table>tbody>tr>td {
    border-top: none;
}
.cart-table-ver1 .table-striped>tbody>tr:nth-child(odd)>td {
    background-color: #fff;
}
.cart-table tr:first-child td {
    background-image: none;
}
.cart-table table tr:hover td {
    background-color: transparent;
}
.cart-table p {
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-size: 16px;
}
.cart-table p.mgr_100 {
    margin-right: 100px;
}
/*.order_details_page .btn_cart_order {
    background-color: #7ac2d7;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}*/
.cart-payment {
    background-color: #fff;
    padding: 30px;
}
.csi-about .csi-inner.pb-50 {
    padding-bottom: 50px;
}
@media screen and ( max-width: 767px ) {
    /*.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }*/
    .table-responsive .title_des {
        white-space: nowrap;
    }
}
@media screen and ( max-width: 479px ) {
    .my-cart.btn-bottom {
        text-align: center;
    }
    .my-cart.btn-bottom .btn_cart_order {
        float: none;
        margin-top: 15px;
    }
}
/***************End Cart*****************/

/***************Payment******************/
.my-payment, .my-payment form, .my-payment {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.payment-col-33 {
    /*width: calc( 33.333% - 30px );
    padding: 0px 15px;
    margin: 0px;
    display: block;
    float: left;*/
    margin-bottom: 0;
}
.payment-col-50 {
    /*width: calc( 50% - 30px );
    padding: 0px 15px;
    margin: 0px;
    display: block;
    float: left;*/
    margin-bottom: 0;
}
.payment-row input, .payment-row input[type="text"], .payment-row textarea, .payment-row select, 
.payment-row input.full-width, .payment-row textarea.full-width, .payment-row select.full-width {
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #ab7868;
    background-color: #fff9f1;
    border: 1px solid #eee;
    box-shadow: none;
}
.payment-row input, .payment-row input[type="text"], .payment-row select, 
.payment-row input.full-width, .payment-row select.full-width {
    height: 30px;
}
.payment-row textarea, .payment-row textarea.full-width {
    height: 98px;
}
.payment-row input[type="checkbox"] {
    float: left;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-top: 3px;
    margin-right: 5px;
}
.payment-row .required {
    color: #f00;
    padding-left: 5px;
}
.cart-payment {
    background-position: center top;
    background-size: 100% auto;
}
.cart-payment {
    margin-top: 70px;
    margin-bottom: 70px;
}
.cart-payment {
    text-align: center;
    color: #000;
}
.cart-payment {
    padding-top:15px;
}
.cart-payment select {
    margin-bottom: 15px;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    height: 37px;
    border: 1px solid #e1e1e1;
    color: #999;
    font-size: 14px;
}

.cart-payment input {
    margin-bottom: 15px;
    width:100%;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 10px 12px;
    box-shadow: none;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.cart-payment button {
    margin-bottom: 15px;
    cursor:pointer;
    padding: 5px 10px;
    margin-top: 15px;
    margin-right: 15px;
    border: none;
    text-transform: uppercase;
    outline: none;
    color: #fff;
    background-color: #b24461;
}
.cart-payment ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.list_form {
    padding-left: 0px;
}
.cart-payment .order {
    text-align: left;
}
.cart-payment .order .inner {
    padding: 15px 20px 0px 20px;
}
.cart .order .total ul {
    list-style-type : none;
}
@media screen and ( max-width: 767px ) {
    /*.payment-col-33, .payment-col-50 {
        width: calc(100% - 30px);
    }*/
}
/***************End Payment**************/

/*************News***********************/
.page-head .breadcrumb ul li {
    display: inline-block;
    list-style-type: none;
}
#sidebar .sidebar-menu-item .sidebar-menu-thumb {
    max-width: 110px;
}
/*css fixed height*/
/*.single-news.single-news-fixed-height figure.image {
    background: #fff;
    text-align: center;
    height: 225px;
    overflow: hidden;
}
.single-news.single-news-fixed-height figure.image img {
    flex: 1;
    width: auto;
    max-width: 100%;
    max-height: 225px;
}
.single-news.single-news-fixed-height .title {
    height: 95px;
    overflow: hidden;
}
.single-news.single-news-fixed-height .description {
    height: 45px;
    overflow: hidden;
}
.single-news.single-news-fixed-height .readmore {
    height: 40px;
    overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .single-news.single-news-fixed-height figure.image, .single-news.single-news-fixed-height figure.image img {
        max-height: 183px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .single-news.single-news-fixed-height figure.image, .single-news.single-news-fixed-height figure.image img {
        max-height: 217px;
    }
}
@media screen and (max-width: 767px) {
    .single-news.single-news-fixed-height figure.image, .single-news.single-news-fixed-height figure.image img {
        max-height: none;
        width: 100%;
    }
}
.hits-area i {
    padding-right: 5px;
}*/
/*************End News*******************/

/*************Global*********************/
.form-tooltip-error ul li {
    list-style-type: none;
}
.alert.alert-aquamarine {
    border: 1px solid #43ca43;
    border-radius: inherit;
    background: #b3fb9b;
}
.form-control-wrapper {
  position: relative;
}
.pointer {
    cursor: pointer;
}
.width33 {
    width: 33.333%;
}
.width100 {
    width: 100%;
}
.mt-15 {
    margin-top: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-0 {
    margin-bottom: 0px;
}
.pb-0 {
    padding-bottom: 0px;
}
.mt-0 {
    margin-top: 0px;
}
.pt-0 {
    padding-top: 0px;
}
.pt-15 {
    padding-top: 15px;   
}
.pb-15 {
    padding-bottom: 15px;    
}
.pb-50 {
    padding-bottom: 50px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-l20 {
    margin-bottom: -20px;
}
.mb-l90 {
    margin-bottom: -90px;
}
.mt-50 {
    margin-top: 50px;
}
.mr-15 {
    margin-right: 15px;
}
.ml-15 {
    margin-left: 15px;
}
.ptb_90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.pb_90, .pb-90 {
    padding-bottom: 90px;
}
.toogle-hidden {
    display: none;
}
.bg-gray {
    background: #f1f1f1;
}
.alert.alert-aquamarine {
    border: 1px solid #43ca43;
    border-radius: inherit;
    background: #b3fb9b;
}
.bootstrap-datetimepicker-widget {
    z-index: 999999;
    color: #000;
}
.csi-btn.csi-btn-small {
    padding: 0.5rem 1.6rem;
    font-size: 2.1rem;
    line-height: 2.1rem;
}
.csi-btn.csi-btn-full {
    width: 100%;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #e62b4c;
    border-color: #e62b4c;
}
.text-center {
    text-align: center;
}
i.fa {
    padding-right: 10px;
}
#commentform .readmore, #reservation-form .contact-form .readmore {
    line-height: 11px;
}
.pull-right {
    float: right;
}
.white-popup {
    max-width: 800px;
}
/*************End Global*****************/

/* Fix gallery */
.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;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.image-bg img, ul#portfolio-grid li .image-bg img {
    display: none;
}
/*.gallery-box:hover .image-bg, .gallery-box:focus .image-bg {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}*/
/* End fix gallery */

/* Fix update format */
/* Global */
* > img, img {
    max-width: 100%;
}
* > .pointer, .pointer {
    cursor: pointer;
}
form ul, form ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
/* End global */
/* Oppenhours - 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: initial;
    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;
}
.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;
}
/* End Oppenhours - Contact info */

/* Other */
ul.store-fronts i {
    width: 25px;
}
#footer .foh-row, #footer .fci-row {
    font-size: 11px;
    color: #9d7653;
}
#footer .footer-openhours, #footer .footer-contact-info {
    display: inline-block;
}
#footer .footer-contact-info i, .contact-info i {
    padding: 0;
}
#footer .footer-contact-info .fci-title {
    padding-right: 5px;
}
#footer .footer-contact-info .fci-row {
    line-height: 17px;
}
#header .fci-wrap .fci-row br {display: none;}
#header .fci-title, #header .fci-content {padding: 0;}
/* End other */
/* End fix update format */
/* Update clone theme */
/* Display table */
.stable {display: table;}
.stable .stable-row {display: table-row;}
.stable .stable-cell {display: table-cell;vertical-align: top;}
@media screen and ( min-width: 992px ) {.stable .stable-cell-lg {display: table-cell;vertical-align: top;}}
@media screen and ( min-width: 768px ) {.stable .stable-cell-md {display: table-cell;vertical-align: top;}}
@media screen and ( min-width: 576px ) {.stable .stable-cell-sm {display: table-cell;vertical-align: top;}}
/* End display table */
/* Youtube iframe */
.youtube-player { position: relative; padding-bottom: 56.25%; /* Use 75% for 4:3 videos */ width: 100%;max-width: 100%; height: 0;background: #000;margin: 0 auto;overflow: hidden;} 
.youtube-player iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: transparent;}
/* End Youtobe iframe */
/* Image bg */
.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: left;background-position-y: top;background-size: cover;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.image-bg img {display: none !important;}

/* Social icons */
.social-img-icons, .social-img-icons img {width: 24px;height: 24px;}
.social-img-icons img {margin: 0 5px 5px 0;background: #fff;border: 1px solid #fff;}

/* Home slider */
.section-slider {border-top: 1px solid #cfbc91;}
.sp-buttons {margin-top: -60px;padding-bottom: 29px;}
.sp-button {border: 2px solid #d2ae7e;width: 10px;height: 10px;box-shadow: 0 0 2px #000;}
.sp-selected-button {background-color: #9d7653;}
.sp-horizontal .sp-previous-arrow {background: url(../../images/slider-nav-left.png) no-repeat 0 0;width: 22px;height: 44px;left: 0;}
.sp-horizontal .sp-next-arrow {background: url(../../images/slider-nav-right.png) no-repeat 0 0;width: 22px;height: 44px;right: 0;}
.sp-horizontal .sp-previous-arrow:before, .sp-horizontal .sp-previous-arrow:after, .sp-horizontal .sp-next-arrow:before, .sp-horizontal .sp-next-arrow:after {display: none;}
.sp-horizontal .sp-previous-arrow:hover, .sp-horizontal .sp-next-arrow:hover {background-position: 0px -56px;}
.slider-width-height .fixed {height: 0; /* Auto height */}
@media screen and ( max-width: 767px ) {.slider-width-height .fixed {height: 0; /* Auto height */}}
@media screen and ( max-width: 575px ) {.slider-width-height .fixed {height: 0; /* Auto height */}}
@media screen and ( max-width: 354px ) {.slider-width-height .fixed {height: 0; /* Auto height */}}

/* Main */
.content {position: relative;padding-top: 15px;}
.content:before{
    width: 71px;
    height: 52px;
    background: url(../../images/container-top.png) no-repeat center top;
    position: absolute;
    top: -34px;
    left: calc(50% - 35px);
}
.content:after{
    width: 69px;
    height: 52px;
    background: url(../../images/container-bottom.png) no-repeat center top;
    position: absolute;
    bottom: -36px;
    left: calc(50% - 34px);
}
.home-welcome, .home-about, .home-food-special {margin: 0 0 15px;}
.home-about .template-items {margin: 0 0 15px;}

/* Service */
.service-data-box .stable-cell-md {vertical-align: top;}
.service-data-box .stable-cell-md.text{width: 80%;}
.service-data-box .sevice-item .sevice-image {padding-right: 15px;width: 110px;}
.our-menu #main-content .service-data-box article img {margin: 0;}

/* Booking */
.item-booking.is-more {position: relative;padding-top: 5px;}
.item-booking.is-more .remove {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 15px;
}
.item-booking.is-more .remove img{margin: 0;}
.item-booking.is-more .remove + div > p:first-child > label {
    margin-left: 30px;
}

/*About*/
.contact-info {margin: 0 0 15px;}

/* Css mycarttable */
.mycarttable {
    background: none;
    /*padding: 30px;*/
}
.mycarttable .table {
    margin-bottom: 0;
}
.mycarttable thead tr th, 
.mycarttable tbody tr td {
    color: #4e4e4e;
    padding: 0;
    text-align: left;
    vertical-align: top;
    border: none;
    border-top: 1px solid #ddd;
}
.mycarttable thead tr th *, 
.mycarttable tbody tr td *{
    margin: 0;
}
.mycarttable thead tr th {
    background: #fff;
    color: #4e4e4e;
    border: 1px solid transparent;
    
    height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    vertical-align: middle;
}
.mycarttable thead tr th.th-qty {
    width: 100px;
}
.mycarttable thead tr th.th-price-total{
    text-align: right;
}
.mycarttable thead tr th.th-remove, 
.mycarttable tbody tr td.td-remove {
    width: 50px;
    text-align: right;
}
.mycarttable tbody tr td .list-row-col {
    padding: 15px;
}
.mycarttable tbody tr td .list-row-col img {
    max-width: 110px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}
.mycarttable tbody tr td .list-row-col .image-item {
    max-width: 110px;
    margin-right: 15px;
    float: left;
}
.mycarttable tbody tr td .list-row-col .name-item, 
.mycarttable tbody tr td .list-row-col .price-item, 
.mycarttable tbody tr td .list-row-col .price-total-item, 
.mycarttable tbody tr td .price-row-col, 
.mycarttable tbody tr td .price-row-col p {
    font-weight: bold;
}
.mycarttable tbody tr td .list-row-col .form-control {
    min-width: 70px;
}
.mycarttable tbody tr td .list-row-col .form-control.autowidth {
    width: auto;
    min-width: 110px;
}
.mycarttable tbody tr td .list-row-col .price-total-item, 
.mycarttable .price-row tbody tr , 
.mycarttable .price-row tbody tr td {
    text-align: right;
}
.mycarttable .price-row tbody tr.noneboder td, 
.mycarttable .price-row tbody tr:not(:first-child) td {
    border: none;
}
.mycarttable tbody tr td:first-child {
    width: 90%;
}
.mycarttable tbody tr td .price-row-col {
    padding: 5px 15px;
}
.mycarttable .price-row tbody tr:last-child td .price-row-col, 
.mycarttable .price-row tbody tr:last-child td .price-row-col p {
    font-size: 120%;
    color: #f00;
}
.mybutton {
    margin-top: 15px;
}
.mybutton .btn-continue {
    float: left;
}
.mybutton .btn-next {
    float: right;
}
@media screen and (max-width: 767px) {
    .mycarttable {
        padding: 0;
        background: none;
    }
    .mycarttable thead tr th {
        background: #f9f9f9;
    }
    .mycarttable .price-row tbody tr:first-child td {
        border: none;
    }
    .mycarttable tbody tr td .small-sm {
        font-size: 90%;
        line-height: initial;
    }
    .mycarttable tbody tr td p {
        white-space: normal;
    }
    .mycarttable tbody tr td .list-row-col .name-item {
        min-width: 250px;
    }
}
.btn-discount, ul.payment-total-block li .btn-discount {
    height: 30px;
    display: inline-block;
    background-color: #824328;
    border: 2px solid #ffffff;
    padding: 5px 12px;
    color: #fff;
    font-size: 12px;
}
.btn-discount:hover, ul.payment-total-block li .btn-discount:hover {}
.b-loader {
    border: 5px solid #4e4e4e;
    border-top: 5px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-left: 0;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* End css mycarttable */

/* Service new */
.page-container {
    margin: 0 0 15px;
    /*padding: 15px;
    background-color: #ffe;*/
    border-radius: 5px;
}
.service-btn, .service-btn .btn, .service-btn img, .service-row, .service-row img, .service-image-wrap, .circle-service-image, .service-content-wrap, .service-catname, .service-subcatname, .service-item, .si-info, .si-info-wrap, .si-info-col, .si-name, .si-price, .si-p-wrap, .si-price .old, .si-price .current, .si-price .up, .si-desc {margin: 0; padding: 0;max-width: 100%;}
.service-btn {text-align: right; margin-bottom: 15px;}
.service-btn .btn {vertical-align: middle;padding: 5px 10px;color: #fff;}
.service-btn .btn + .btn {margin-left: 5px;}
.service-btn img {max-height: 16px; border: none;margin-right: 5px;box-shadow: initial;}
.service-btn .btn-book {background-color: #824328;border-color: #824328;}
.service-btn .btn-book:hover {background-color: #55240f;border-color: #55240f;}
.service-btn .btn-call {background-color: #fbdfa8;border-color: #fbdfa8;}
.service-btn .btn-call:hover {background-color: #9d7653;border-color: #9d7653;}
.service-row {margin-bottom: 30px;}
.service-row:last-child {margin-bottom: 0;}
.service-row .service-image-wrap {
    width: 250px;
    margin: 0 auto 15px;
    border: 3px solid #fafafa;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.service-row .service-image-wrap.circle-wrap {border-radius: 50%;}
.service-row .circle-service-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    
    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;
}
.service-row .service-image-wrap.rouded-wrap {border-radius: 5px;}
.service-row .service-image-wrap.rouded-wrap img {border: none;}
.service-row .service-catname, .service-row .service-subcatname, .service-row .si-name, .service-row .si-price, .service-row .si-price .si-p-wrap, .service-row .si-price .old, .service-row .si-price .current, .service-row .si-price .up{line-height: 1.1;font-weight: bold;color: #824328;font-family: 'Droid Serif', serif;}
.service-row .si-name, .service-row .si-price, .service-row .si-price .si-p-wrap, .service-row .si-price .old, .service-row .si-price .current, .service-row .si-price .up {font-size: 15px;}
.service-row .service-catname, .service-row .service-subcatname {padding-bottom: 5px;margin-bottom: 15px;border-bottom: 1px solid #824328;}
.service-row .service-catname {font-size: 25px;}
.service-row .service-subcatname {font-size: 20px;}
.service-row .service-catdesc, .service-row .service-subcatdesc { margin: -10px 0 15px;line-height: 1.5;font-weight: normal;font-size: 13px;font-family: 'Droid Sans', Arial, Helvetica, sans-serif;}
.service-row .service-item {margin-bottom: 15px;border-bottom: 1px solid #f0f1f3;}
.service-item .si-info {margin-bottom: 15px;}
.service-item .si-info-wrap {position: relative;overflow: hidden; display: flex;}
.service-item .si-dots-wrap {flex-grow: 1;}
.service-item .si-dots {border-bottom: 1px dotted #824328;margin-bottom: 5px;}
.service-item .si-name, .service-item .si-price {display: inline-block;z-index: 1;position: relative;}
.service-item .si-name {padding-right: 5px;}
.service-item .si-price {text-align: right;float: right;}
.service-item .si-price span, .service-item .si-price div {white-space: nowrap;}
.service-item .si-price .old, .service-item .si-price .current, .service-item .si-price .up {padding-left: 5px;}
.service-item .si-price .old {text-decoration: line-through;opacity: 0.7;}
.service-item .si-desc {margin-bottom: 15px;line-height: 1.5;font-weight: normal;font-size: 13px;font-family: 'Droid Sans', Arial, Helvetica, sans-serif;}
.service-row .service-row {padding-left: 15px;}
@media screen and ( min-width: 576px ){
    .service-item .si-info-wrap {display: flex;}
    .service-item .si-price {white-space: nowrap;}
}
@media screen and ( max-width: 575px ){
    .service-item .si-info-col {display: inline;}
}
/* End service new */

/* Repsonsive */
@media screen and ( max-width: 1119px ) {
}
@media screen and ( max-width: 991px ) {
}
@media screen and ( max-width: 767px ) {
    #header h6, .home-about .template-items {text-align: center;}
    #header h6 .fci-wrap {margin: auto;}
    .service-data-box .sevice-item .sevice-image {padding-right: 0;width: auto;}
    .service-data-box .stable-cell-md.text {width: auto;}
    .time_work_staff_v1 ul li.expired {display: none;}
}
@media screen and ( max-width: 575px ) {

}
@media screen and ( max-width: 374px ) {
    #header .fci-wrap .fci-row br {display: initial;}
}
/* End repsonsive */

/*CSS LOGO*/
#header #logo {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0;
}
#header #logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
@media (min-width: 576px){}
@media (min-width: 768px){
    #header {min-height: 200px;}
    #header h6 {
        width: 100%;
        text-align: center;
        height: 15px;
    }
    #header h6 .fci-wrap { margin: auto; }
    #header #logo {
        margin-top: 40px;
    }
    #header #logo {
        height: 110px;
        line-height: 110px;
    }
    .main-menu.left, .main-menu.right {top: 150px;}
}
@media (min-width: 992px){
    #header {min-height: 210px;}
    #header #logo {
        height: 120px;
        line-height: 120px;
    }
    .main-menu.left, .main-menu.right {top: 160px;}
}
@media (min-width: 1200px){
    #header {min-height: 130px;}
    #header h6 { width: calc((100% - 200px)/2);}
    #header h6 .fci-wrap { margin: 0; }
    #header #logo {
        width: 200px;
        height: 130px;
        line-height: 130px;
        margin: 0 auto;
    }
    .main-menu.left, .main-menu.right {top: auto;}
}

@media only screen and (max-width: 767px){

    #header .main-menu .responsive-nav,#footer #footer-menu .responsive-nav {
        display: none;
    }
    #header .main-menu #headerNavMobile .responsive-nav, #footer #footer-menu #footerNavMobile .responsive-nav {
        display: block;
    }
}

.menu-right-main-menu-container.style1 {
    text-align: right;
}
.main-menu.right > div.menu-right-main-menu-container.style1 > ul > li {
     float: initial;
    display: inline-block;
}

/*freeze footer*/
.freeze-footer { position: fixed; right: 0; bottom: 45px; 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;color: #fff;border: 2px solid #ffffff;}
.freeze-footer a.btn_make_appointment {background-color: #824328;}
.freeze-footer a.btn_call_now {background-color: #824328;}
.freeze-footer a:hover{ background-color: #55240f;color: #fff;}

/*freeze header*/
.freeze-header{ position: fixed !important; left: 0;top: 0; z-index: 9999;width: 100%; }
.freeze-header .relative { position: relative; }
.freeze-header.with-bg{ background-color: #000; -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%; }

.section-slider {
    overflow: hidden;
}
#main-content {
    background-image: none;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.item-description {
    color: #909090;
}

/* Testimonial */
.testimonial-wrap {
    margin-bottom: 15px;
}
.single-testimonial-item blockquote {
    margin: 0 auto;
}
.owl-next, .owl-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 40px;
    line-height: 1;
    margin-top: -20px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #333;
    text-align: center;
    font-size: 40px;
    border: 1px solid #fafafa;
}
.owl-next .fa, .owl-prev .fa{
    padding: 0;
}
.owl-next {
    right: 0;
}
.owl-prev {
    left: 0;
}
@media (min-width: 768px) {
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        opacity: 0;
    }
    .owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next {
        opacity: 1;
    }
}

.sp-horizontal .sp-next-arrow {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

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

.si-thumb {
    margin: auto 15px auto 0;
    max-width: 110px;
}

.si-thumb.si-no-thumb {
    display: none;
}

.si-text {
    flex: 1;
}

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

/* Menu Mobile */
.menu_mobile_v1 {
    margin-top: 15px;
    min-height: 42px;
}

.mean-container .mean-bar {
    background-color: #fde69f;
}

.mean-container a.meanmenu-reveal span {
    background-color: #000;
}

.mean-container a.meanmenu-reveal {
    margin-left: -17px;
    color: #000;
}

.mean-container .mean-nav {
    margin-top: 42px;
    background-color: #000000;
}

.mean-container .mean-nav ul li a {
    border-color: #111;
    color: #d2ae7e;
}
.mean-container .mean-nav ul li a.mean-expand {
    height: 19px;
}