body{
    margin: 0 auto;
    font-size: 14px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    width: 100%;
    min-height: 100%;
    line-height:28px;
    left: 0;
    top: 0;
    cursor: default;
    color: #ffffff;
}
a {
    color: #d49310;
    text-decoration: none;
}
a:focus, a:hover {
    color: #FFF;
    text-decoration: underline;
}
h3{
    color:#ffb113;
    margin: 10px 0 10px;
    font-size: 22px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}
h1{
    font-size: 24px;
    color: #FFFFFF;
    margin: 5px 0;
    font-family: 'Yanone Kaffeesatz', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}
h2{
   color: #AAB5C0;
    margin: 10px 0 0;
    font-size: 22px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}
h4{
    color: #ffb113;
    font-family: 'Yanone Kaffeesatz', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    margin: 0 5px;
}

.img-fullwidth{
    width: 100%;
    height: auto;
}
.btn{
    color: #fff;
    background-color: #d49310;;
}
.btn-default{
    background:none;
    color: inherit;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
.btn-primary,a.btn-primary{
    font-size: 14px;
    height: 42px; 
    line-height: 42px;
    padding: 0 12px;
    border: none;
    border-radius: 3px;
    background-color:   #d49310;
    color: #fff;
}
.btn-primary.focus, .btn-primary:focus,.btn-primary:hover,a.btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    color: #fff;
    background-color: #ffb113;
    border-color: #ffa914;  
}
.btn-good{
    background-color: #1ed11b;
}
.btn-good:hover{
    background-color: #17ba14;
}
.btn-danger{
    background-color: red;
}
.btn-danger:hover{
    background-color: #e10000;
}
.text-left-sm{
    text-align: center;
}
.text-left-md{
    text-align: center;
}
.text-right-md{
    text-align: center;
}
p{
    margin: 13px 0;
    line-height: 28px;
}
h2 {
    margin: 10px 0 0;
    font-size: 22px;
}

.navbar-nav{
    display: inline-block;
    float: none;
}
.img-responsive{
    display: inline-block;
}
.bottom-color-col {
    padding: 15px;
    color: #004E37;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    line-height: 175%;
    
}
.bottom-color-col:first-child {
}
.bottom-color-col:last-child {
}
.bottom-color-col:hover {
    background:rgba(158, 219, 28, 0.97);
}
.sp-arrow {
    background: rgba(255,255,255,0.5);
    padding: 10px 10px 10px 10px;
    box-sizing: content-box;
}

.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before
{
    height: 30%;
    width: 5%;
    background: #000;
}
.sp-horizontal .sp-previous-arrow{
    left: 0;
}
.sp-horizontal .sp-next-arrow {
    right: 0;
}
.sp-previous-arrow:before,.sp-next-arrow:before{
    top: 20%;
}
.sp-previous-arrow:before,.sp-previous-arrow:after{
    left: 40%;
}
.sp-next-arrow:before,.sp-next-arrow:after{
    right: 40%;
}
.sp-arrow:before,.sp-arrow:after{
    display: none;
}
.sp-arrow.sp-previous-arrow{
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(0,0,0,0)
}
.sp-arrow.sp-next-arrow{
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(0,0,0,0)
}
.section.pt{
    padding-top: 40px;
}
.sp-slides-container{
    /*  */
}
.mean-container .mean-nav {
    background: #61351c;
}
.mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li.active a {
    background: rgba(0, 0, 0, 0.25);
    color: #ffffff !important;
}
/*a, a:link {
    font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    color: #D6225A;
}
a:hover ,a:active{
    color: #f99929;
    text-decoration: none;
    transition: color 0.5s ease-in-out 0s;
}*/

.form-control{
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 42px;
    padding: 10px 12px;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.form-control-wrapper{
    margin-top: 5px;
    margin-bottom: 15px;
}
/*////////////// POP-UP BANNNER ///////////////*/


      /* Styles for dialog window */
      #popup-banner {
        max-width: 800px;
        margin: 80px auto 40px;
      }
      #popup-banner>.dialog-wrap {background-color: rgba(224, 224, 224, 0.61);    
        padding: 10px;
        text-align: left;
        
        
        position: relative;
      }
      #popup-banner>.dialog-wrap>.dialog-wrap-inner {
        padding:20px;
        background-color: #efefef;
      }
      .mfp-close-btn-in .mfp-close{
        background: #525151;
        box-shadow: 0 0 10px 0 #000;
        color: #fff;
        font-weight: 100;
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        right: 5px;
        top: 10px;
        opacity: 1;
      }
      .mfp-close:hover, .mfp-close:focus{
        background: #777;
      }
      @media (min-width: 768px){
        .mfp-close-btn-in .mfp-close{
            
            right: -15px;
            top: -15px;
        }
      }
      


      /**
       * Fade-zoom animation for first dialog
       */
      
      /* start state */
      .my-mfp-zoom-in .zoom-anim-dialog {
        opacity: 0;

        -webkit-transition: all 0.2s ease-in-out; 
        -moz-transition: all 0.2s ease-in-out; 
        -o-transition: all 0.2s ease-in-out; 
        transition: all 0.2s ease-in-out; 



        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 
      }

      /* animate in */
      .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
        opacity: 1;

        -webkit-transform: scale(1); 
        -moz-transform: scale(1); 
        -ms-transform: scale(1); 
        -o-transform: scale(1); 
        transform: scale(1); 
      }

      /* animate out */
      .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 

        opacity: 0;
      }

      /* Dark overlay, start state */
      .my-mfp-zoom-in.mfp-bg {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out; 
        -moz-transition: opacity 0.3s ease-out; 
        -o-transition: opacity 0.3s ease-out; 
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
      }



      /**
       * Fade-move animation for second dialog
       */
      
      /* at start */
      .my-mfp-slide-bottom .zoom-anim-dialog {
        opacity: 0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;

        -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

      }
      
      /* animate in */
      .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
        opacity: 1;
        -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
      }

      /* animate out */
      .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
        opacity: 0;

        -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
      }

      /* Dark overlay, start state */
      .my-mfp-slide-bottom.mfp-bg {
        opacity: 0;

        -webkit-transition: opacity 0.3s ease-out; 
        -moz-transition: opacity 0.3s ease-out; 
        -o-transition: opacity 0.3s ease-out; 
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-slide-bottom.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-slide-bottom.mfp-removing.mfp-bg {
        opacity: 0;
      }
/*//////////////////// MAIN SLIDER ////////////////////*/
.sp-slide-content {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
.sp-slide-text {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
}
.sp-slide-title-text {
    position: relative;
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.8;
    opacity: .9;
    color: #fff;
    text-align: center;
    padding-left:10%;
    padding-left:10%;
    padding-bottom: 70px;
    text-shadow:1px 1px 3px #000;
}
.sp-slide-description-text {
    margin-top: 0;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    opacity: .75;

}
.sp-buttons {
    margin-top: -60px;
    padding-bottom: 19px;
}
.sp-button {                    
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    box-shadow: 0 0 2px #000;
}
.sp-selected-button {
    background-color:  #8EC519;
}
.mb-50 {
    margin-bottom: 90px;
}

@media only screen and (max-width: 767px){
    .sp-slide-title-text {
        font-size: 24px;
        padding-bottom: 40px;
        text-align: center;
        padding-left: 0;
    }
    .sp-buttons {
        margin-top: -40px;
        padding-bottom: 7px;
    }
    .mb-xs-30 {
        margin-bottom: 30px;
    } 
    .mb-xs-20 {
        margin-bottom: 30px;
    }    
}
@media only screen and (max-width: 568px) and (min-width: 320px){
    .sp-button {
        width: 15px;
        height: 15px;
    }
} 
/*//////////////////// NAVIGATION BAR ////////////////////*/
.mean-container a.meanmenu-reveal{
    top:8px;
}
.mean-container a.meanmenu-reveal>span,
.mean-container a.meanmenu-reveal>span:before,
.mean-container a.meanmenu-reveal>span:after{
   background:#ffffff; 
}
.navbar.main-nav{
    background-color: rgba(0,0,0,0);
    min-height: inherit;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}
.dropdown-submenu.pull-left {
    float: none;
    width: 100%;
}
.dropdown-submenu.pull-left>.dropdown-menu{
    width: 100%;
}
.navbar-nav>li>a {
    font-size: 13px;
    font-family: 'Charlemagne Std', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    border-radius: 3px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    display: block;
    height: 32px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    color: #E0B248;
    line-height: 42px;
    text-align: center;
}
.navbar-nav>li:first-child {
    margin-left: 5px;
}
.navbar-nav>li{
    margin-left:0;
}

.navbar-nav>li:first-child:before {
    display: none;
}
.navbar-nav>li>a:hover,.navbar-nav>li>a:active,.navbar-nav>li>a:focus {
    background:rga(0,0,0,0);
    color: #ffffff;
}
.navbar-nav>li.active>a,.navbar-nav>li>a.active {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 17px;
    margin: 0 auto;
    color: #ffffff;
    background-color: rgba(0,0,0,0);
    text-decoration: none;
}
.navbar-nav>li.active:hover>a,.navbar-nav>li:hover>a.active {
    color: #fff;
}
.navbar-nav>li>a:hover, .desktop ul.art-hmenu>li:hover>a {
    background: rgba(0,0,0,0);    
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,li.dropdown:hover>a {
    background: #61351c;
    border-radius: 3px 3px 0 0;
}
li.dropdown:hover>.dropdown-menu {
    display: block;
}
.navbar-nav .dropdown-menu{
    border: none;
    border-radius: 0 3px 3px 3px;
    background-color:#61351c;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    color: #E0B248;
}
.dropdown-menu>li>a:hover {
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    transition:all 0.15s ease;

}
.dropdown.pull-left .dropdown-menu{
    left: auto;
    right: 0;
}

/*//////////////////// END NAVIGATION BAR ////////////////////*/
/*////////////// SERVICE  ///////////////*/
.services_tab_ul_v1{
    list-style: none;
    padding-left: 0;
}
.services_tab_ul_v1>li{
    clear: left;
    width: 100%;
    background:  #945c22;
    padding: 13.5px 0!important;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    margin-bottom: 4px;
    cursor: pointer;
}

.services_tab_ul_v1>li.ui-state-default {
    background: #648e0c;
}
.services_tab_ul_v1>li>a{
    color: #ffffff;
    padding: .3em 1em;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
}
.services_item_ul_v1>li>.btn.btn-primary{
    margin-top: 10px;
}
.services_tab_ul_v1>li:hover,.services_tab_ul_v1>li.ui-state-default:hover,.services_tab_ul_v1>li.ui-state-active {
    background-color:#c77928 !important;    
}
.services_tab_ul_v1>li:hover>a,.services_tab_ul_v1>li.ui-state-default:hover>a,.services_tab_ul_v1>li.ui-state-active>a {
    color: #fff;
}

.services_item_ul_v1{
    list-style: none;
    padding-left: 0;
}
.services_item_ul_v1>li {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
}
.services_item_ul_v1>li:first-child {
    float: right;
    border-bottom: 0;
}
.services_item_ul_v1>li {
    border-bottom: 1px dashed #dedede;
    clear: both;
}
.just_start_line {
    width: 100%;
}
.name_service_v1{
    font-size: 18px;

}
.price_service_v1 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    font-size: 18px;
    margin-left: 5px;
}
/*////////////// END SERVICE  ///////////////*/
/* BOOKING */
.item-booking {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.group-select select {
/*    width: 100%;
    background: #fff;
    border-radius: 0px;
    height: 43px;
    border: 1px solid #e1e1e1;
    color: #999;
    font-size: 14px;
    padding-left: 10px;*/
}
.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 input {
/*    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 10px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);*/
}
.group-select.box-date{
    color: #999999;
}
.group-select .fa-calendar {
    position: absolute;
    margin-top: 0px;
    right: 10px;
    top: 44px;
    font-size: 18px;
    color:#000000;
}
.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;
}
.txt_login a {
    color: #ffc267 !important;
}
.group-select {
    float: left;
    margin-right: 0;
    width: 100%;
    position: relative;
}
.group-select label {
    float: left;
    width: 100%;
    font-family: 'Lato', 'Roboto Light', sans-serif;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 8px;
    line-height: 28px;
}
.btn-search {
    width: 100%;
    margin-top: 0px;
    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;
}
.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;
     webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);   
}
.time_work_staff_v1 ul li a:hover {
    background-color: #d49310;
    color:#fff;
}
.content-shop-booking{
    padding-top: 30px;
}
.content-shop-booking,#box_person,.time_work_staff_v1 {
    padding-bottom: 30px;
}
.group-select label{
    color:#fff;
}
.white-popup {
    position: relative;
    padding: 0;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}
.popup_main_area {
    background: #ffffff;
    color:#000000;
    padding: 15px;
    float: left;
    width: 100%;
    border-left: #7B982A 1px solid;
    border-right: #7B982A 1px solid;
    border-bottom: #7B982A 1px solid;

}
.box_account_v1 .modal_form_header {
    min-height: 16.43px;
    padding: 15px;
    background:   #b66c27;
}
/* END BOOKING*/
/*////////////// GALLERY ///////////////*/
.gallery-item{
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
    
}
.gallery-item>span{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: top left;
    transition:transform 0.25s ease;
    padding-bottom: 75%;
}
.gallery-item:hover>span{
    transform:scale(1.1) rotate(-5deg);
}
.price-table-wrap{
    background-image: url("../images/3.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.price-table-bottom-img{
    width: 100%;
    text-align: right;
}
.pagination>li>a.hover-main-color, .pagination>li>span.hover-main-color{
    /*background-color: #c38211;*/
    color: #000;
    border-color:  #96d01a;
}
.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:  #96d01a;
   color: #fff;
}
/*////////////// CARDS ///////////////*/
.cards-item{
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    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);
}

/*////////////// APPOINTNMENT FORM  ///////////////*/
.appoinment_form {
    /*padding-top: 30px;*/
    padding-bottom: 30px;
}
.appoinment_form input {
/*    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;*/
    margin: 10px 0;
    /*font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}
.form-control.choose_date{
    color: #000000;
}
.appoinment_form select {
/*    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;*/
    margin: 10px 0;
 /*   font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}
.has-error .control-label,.has-error .help-block{
    color: red;
}
.has-error .help-block{
    background-color:rgba(255,0,0 ,0.8);
    color: #fff;
    padding: 0 15px;
}
/*////////////// END APPOINTNMENT FORM  ///////////////*/
/*//////////////////// CONTACT ////////////////////*/
    .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #000;
    }
    .form-control::-moz-placeholder { /* Firefox 19+ */
      color: #000;
    }
    .form-control:-ms-input-placeholder { /* IE 10+ */
      color: #000;
    }
    .form-control:-moz-placeholder { /* Firefox 18- */
      color: #000;
    }
    
    .nws_input_box .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #fff;
    }
    .nws_input_box .form-control::-moz-placeholder { /* Firefox 19+ */
      color: #fff;
    }
    .nws_input_box .form-control:-ms-input-placeholder { /* IE 10+ */
      color: #fff;
    }
    .nws_input_box .form-control:-moz-placeholder { /* Firefox 18- */
      color: #fff;
    }
    .map-wrap{
        padding-top: 25px;
        margin-top: 0;
    }
/*//////////////////// END CONTACT ////////////////////*/

/*SOCIAL ICON*/
.social-switch-icon-wrap{
    margin-top: 20px;
    margin-bottom: 30px;
}
.social-switch-icon-v2{
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;                           
    overflow: hidden;
    text-align: left;
}
.social-switch-icon-v2>i{
    position: absolute;
    top: 0px;
    font-size: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    -webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;
    background-color: #fff;
    color: #2C2626;
    border-radius: 16px;
}
.social-switch-icon-v2>i:last-child{
    top: 32px;
    background-color: #fff;
    color: #2C2626;
}
.social-switch-icon-v2:hover>i:first-child{
    top: -32px;
}
.social-switch-icon-v2:hover>i:last-child{
    top: 0px;
}

/*CART TABBLE*/
/* Order Page*/

.cart-table {
    margin-top: 45px;
    margin-bottom: 45px;
}

.cart-table ul li:first-child {
    border-bottom: 1px solid #dedede;
    width: 100%;
}

.cart-table .ui-inputText:focus {
    border: 1px solid #00c8b4;
}

.cart-table {
    padding: 0;
}

.cart-table thead tr th {
    /*background: #fff;*/
    /*border: medium none !important;*/
    /*color: #fff;*/
    height: 40px;
    margin-bottom: 10px;
    padding: 0 8px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    border-color: #7c7877;
    border-style: solid;
    border-width: 0 0 1px;
}

.cart-table thead tr th.product {
    min-width: 320px;
}

.cart-table thead tr th.price {
    min-width: 100px;
    margin-top: 0;
}

.cart-table thead tr th.qty {
    min-width: 100px;
}

.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: #7c7877;
    border-style: solid;
    border-width: 0 0 1px;
    padding: 20px 8px;
    text-align: left;
}

.cart-table tbody tr:last-child td {
    padding-bottom: 0;
    border-bottom: none;
}
.fix {
    overflow: hidden;
}
.cart-table .cart-product img {
    border: 1px solid #f3f3f3;
    display: block;
    float: left; 
    width: 93px;
}

.cart-table .cart-product .details {
    margin-top: 0;
    padding-left: 16px;
}

.cart-table .cart-product .details a {
    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 {
    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;
    margin: 0;
}

.cart-table .cart-stock {
    color: #606060;
    text-transform: uppercase;
}


/*.cart-table .cart-pro-remove {
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 50%;
    color: #606060;
    height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    outline: none;
}*/

.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;
    margin-top: 0;
}

.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;
}


.btn_cart_order {
    background-color: #7ac2d7;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato',sans-serif;
    font-variant-ligatures: common-ligatures;
}
.popup-style {
    text-align: center;
}
.services_item_v1 .box_des {
    font-size: 12px;
    color: #9e9e9e;
}
.about_us_v1 .container .row p{
    padding: 0px 10px;
}
/*Payment*/
ul.list_form{
    list-style: none;
    padding-left: 0;
}
ul.list_form li {
    margin: 5px 0;
}
.fl-flex-label.fl-collapsed.fl-background .fl-label{
    background: none;
}
/* FORM CART */
.cart.step_one {
  margin: 50px 0px
}
.cart.step_one .table.specifications.tcart thead th,
.cart.step_one .table.specifications.tcart td b{
  font-family:'sanb'
}
.cart img {
  margin: 0;
  text-align: center;
  display: block
}
.cart .form_cart {
  margin-bottom: 30px
}
.cart .form_cart .cc, .cart .form_cart .pp {
  border-bottom: 1px solid #d8e2e7;
  margin-bottom: 20px
}
.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;
  color: #858585
}
.cart .order {
  /*background: #f9fdff;*/
  border: 1px solid #947124;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.cart .order .inner {
  padding: 15px 20px 0px 20px
}
.cart .order .inner ul li {
  clear: both;
  border-bottom: 1px solid #ceefff;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: table;
  width: 100%
}
.cart .order .inner ul li .frame_img {
  overflow: hidden;
  float: left;
  border: 1px solid #dae4e9;
  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 {
  /*color: #444242;*/
  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 .inner ul li .price, .cart .order .subtotal ul li span {
  /*color: rgba(0,0,0,0)*/
}
.cart .order .subtotal {
  padding: 0px 20px 15px 20px
}
.cart .order .subtotal ul li {
  padding: 3px 0px
}
.cart .order .subtotal ul li label {
  /*color: #858585*/
}
.cart .order .subtotal ul li span {
  /*color: rgba(0,0,0,0)*/
}
.cart .order .total {
  /*background: #f1faff*/
}
.cart ul {
    list-style: none;
    padding-left: 0;
}
.cart .order .total ul {
  padding: 15px 20px;
}
.cart .order .total ul li label {
  /*color: #000*/
}
.cart .order .total ul li span {
  color: #F00;
    font-size: 24px;
}
.cart .note {
  /*color: #858585;*/
  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 {
    color: #f00;
    font-weight: bold;
}

.fl-flex-label label {
  font-weight: normal;
}

.white-popup {
  clear: both;
  overflow: hidden;
}

/*login module*/

.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;
    padding: 7px 25px;
}

.btn_login_social .btn_gplus_v1 {
    background: #dd4b39;
    padding: 7px 35px;
}

.submit_name_psw {
    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: 500;
    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: #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;
}


/*THEME*/
.art-main {
    background: #8B5823;
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    overflow: hidden;
    background-size: cover;
}
.art-sheet {
    background: #774B1D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.desktop-logo{
    padding: 10px 0 5px;
    display: block;
    height: 165px;
}
.desktop-logo>img{
    max-width: 100%;
    height: auto;
}
.service-tab{
    margin-top: -50px;
}
.service1{
    padding-left:0;padding-right:4px;
     padding-top: 8px;
    padding-bottom: 8px;
}
.service2{
    padding-left:4px;padding-right:0;
    padding-top: 8px;
    padding-bottom: 8px;
}
.service3{
    padding-left:0;padding-right:4px;
     padding-bottom: 8px;
}
.service4{
    padding-left:4px;padding-right:0;
     padding-bottom: 8px;
}
.art-block{
    padding: 15px;
    color: #4D0F2E;
    font-size: 13px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    line-height: 175%;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #C2AF6B;
    margin-top: 10px;
    margin-bottom: 10px;
}
.art-blockheader, .art-blockcontent{
    padding: 6px 5px;
    margin: 0 auto;
}
.art-block h4{
    color: #741566;
}
.modal_form_header h4{
    color: #ffffff;
}
.art-postheader{
    color: #FFFFFF;
    margin: 10px 0 20px 0;
    font-size: 24px;
    font-family: 'Poiret One', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}
marquee,marquee > span{
    width: 1170px;
    text-align: left;
}
.service-tab .all_itemt_service{
    background:#8b4d28
}
.service-tab h2{
    width: 100%;
    margin-bottom: 0;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    background-color: #774b1d;
    font-weight: normal;
}
.service-tab h2 a{
    color: #fff;
    font-family: 'Poiret One', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
}
.marquee_custom .address br{
    display: none;
}