/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this project*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Projeet Name: Bodycraft.*/
/* Version: 1.0 Initial Release*/
/* Build Date: 08th Nov 2017*/
/* Author: Quadnotion.*/
/* Website: http://www.quadnotion.com */
/* Copyright: (C) 2017 */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HEADER, INTRO & NAVIGATION */
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - FOOTER*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body
{
    overflow-x: hidden;
    font-size: 14px;
    font-family: 'gothamBook', sans-serif;
    color: #58595B;
    max-width: 100%;
}
body{
	font-weight:300;
	/*overflow-x:hidden !important; */
}

a,a:hover {
    text-decoration: none;
}

a:focus {
    	outline: none;
}
/* .animated{
	visibility: hidden;
} */
.ease{
	-webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.ease:hover{
	-webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.text-center > .img-responsive{
	display: block;
	display: inline-block;
}
.master-wrap {
  width: 100vw;
  overflow-x: hidden;
}
p{
	color: #58595B;
	font-size: 14px;
    line-height:21px;
    font-family: 'gothamBook', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	font-weight: normal;
}

@media (min-width: 1024px) and (max-width: 5000px) {
	.container{
		max-width: 960px;
	}
}

/* Color Schemes */

.white  {
    color: #fff;
}

.white-bg {
    background: #fff;
}

.main {
    color: #B91F41;
}

.main-bg {
    background: #B91F41;
}

.black {
    color: #000;
}

.black-bg {
    background: #000;
}

.light-black {
    color: #070707;
}

.light-black-bg {
    background: #070707;
}

.lighter-black {
    color: #231F20;
}

.lighter-black-bg {
    background: #231F20;
}

.light-grey {
    color: #CACCCD;
}

.light-grey-bg {
    background: #CACCCD;
}

/* Font Schemes */

.gothamBlack {
    font-family: 'gothamBlack', sans-serif;
}
.gothamBook {
    font-family: 'gothamBook', sans-serif;
}
.gothamBookRegular {
    font-family: 'gothamBook', sans-serif;
}

.gothamMedium {
    font-family: 'gothamMedium', sans-serif;
}
.gothamBold {
    font-family: 'gothamBold', sans-serif;
}
.gothamLight {
    font-family: 'gothamLight', sans-serif;
}
.gothamBookItalic {
    font-family: 'gothamBookItalic', sans-serif;
}

.gothamExtraLight {
    font-family: 'gothamExtraLight', sans-serif;
}


/*Common Spacing and Padding*/
.mastwrap.boxed{
	margin: 0 12%;
}

.add-top{
	margin-top: 120px;
}
.add-bottom{
	margin-bottom: 120px;
}
.add-top-half{
	margin-top: 60px;
}
.add-bottom-half{
	margin-bottom: 60px;
}
.add-top-quarter{
	margin-top: 30px;
}
.add-bottom-quarter{
	margin-bottom: 30px;
}
.pad-top{
	padding-top: 120px;
}
.pad-bottom{
	padding-bottom: 120px;
}
.pad{
	padding-left: 20px;
	padding-right: 20px;
}
.remove-top{
	margin-top: 0;
}
.remove-bottom{
	margin-bottom: 0;
}
.remove-pad-top{
	padding-top: 0;
}
.remove-pad-bottom{
	padding-bottom: 0;
}

.no-gutter{
	margin-left: -15px !important;
}
.vertical-align{
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.absolute-overlay{
	position: absolute;
	top: 0;
	left: 0;
}


.uppercase{
    text-transform: uppercase;
}

/*--------------------------------------------------------------------------------*/

/*  1.Button Styles */

/*--------------------------------------------------------------------------------*/

.bodycraft-button-section .bodycraft-button-type-one {
	display: inline-block;
	padding: 17px 45px 15px;
    font-size: 16px;
    line-height: 23px;
    border-radius: 50px;
}

.bodycraft-button-section .bodycraft-button-type-one:hover {
    color:#fff;
    background: #070707;
}



.bodycraft-text-block {
    height: auto;
}

.bodycraft-text-block dfn {
    font-style: inherit;
}

.bodycraft-text-block span {
    display: inline-block;
    width: auto;
    float: none;
}

.bodycraft-text-block .text-block-element {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}



/* INPUT BUTTON */
input.bodycraft-button-type-one {
	display: inline-block;
	padding: 15px 75px 13px;
    font-size: 16px;
    line-height: 23px;
    border-radius: 50px;
    border-color: transparent;
    text-transform: uppercase;
    background: #B91F41;
    cursor: pointer;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: 'gothamMedium', sans-serif;
}

input.bodycraft-button-type-one:hover {
    color:#fff;
    background: #070707;
}



.master-wrap, header, nav, footer{
    opacity: 0;
}
body.preloader-done .master-wrap, body.preloader-done header, body.preloader-done nav, body.preloader-done footer{
    opacity: 1;
}



html.preloader-running, body.preloader-running {
    overflow: hidden;
    height: 100vh;
}

#preloader {
    background-color: #FFF;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
}


#status {
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
    background-image: url(../images/bodycraft-logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 250px auto;

}

/*--------------------------------------------------------------------------------*/

/*  1.Default Header */

/*--------------------------------------------------------------------------------*/
.header-default {
    text-align: justify;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 900;
    height: auto;

    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.header-inner{
    top: inherit;
    left: inherit;
    width: inherit;
    height: inherit;
    box-shadow: rgba(0,0,0,0.1) 0px 0px 5px 5px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-container{
    padding-left: 5%;
    padding-right: 5%;
    display: table;
    height: 100%;
    width: inherit;
    background: inherit;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sticky-header{
    position: fixed;
}
.header-bg-black{
    border-bottom: 0;
    -webkit-box-shadow: 0px 3px 4px -5px rgba(230, 230, 230, 0.5);
    -moz-box-shadow:    0px 3px 4px -5px rgba(230, 230, 230, 0.5);
    box-shadow:         0px 3px 4px -5px rgba(230, 230, 230, 0.5);
}
.header-bg-white{
    border-bottom: 0;
    -webkit-box-shadow: 0px 3px 6px -5px rgba(180, 180, 180, 0.5);
    -moz-box-shadow:    0px 3px 6px -5px rgba(180, 180, 180, 0.5);
    box-shadow:         0px 3px 6px -5px rgba(180, 180, 180, 0.5);
}
.header-bg-black .header-inner, .header-bg-white .header-inner{
    border-bottom: 0;
}
.header-default.header-shrink .header-container, .header-shrink:not(.change-style) .header-container{
    padding-left: 3%;
    padding-right: 3%;
}

.header-top-bar{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
}
.header-top-bar ul li{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.header-top-bar ul li:first-child{
    padding-left: 0;
}
.header-top-bar ul li:last-child{
    padding-right: 0;
}
.header-top-bar ul li .icon{
    margin-right: 8px;
    vertical-align: middle;
}
/*.header-top-bar .left-block, .header-top-bar .right-block{
    width: 50%;
    float: left;
}*/

/*--------------------------------------------------------------------------------*/

/*  2.Logo Styles */

/*--------------------------------------------------------------------------------*/

.header-logo-wrap {
    display: table-cell;
    vertical-align: middle;
    min-width: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-logo-wrap a {
    display: inline-block;
    width:200px;
}

.header-logo-wrap a img {
    width: 100%;
}


.light-style-header .logo-dark{
    display: none;
}
.dark-style-header  .logo-light{
    display: none;
}
.dark-style-override .logo-light{
    display: none;
}
.dark-style-override .logo-dark{
    display: block;
}
.header-shrink .header-logo-wrap{
    padding-top: 0;
    padding-bottom: 0;
}

/*--------------------------------------------------------------------------------*/

/*  3.Header Content Block */

/*--------------------------------------------------------------------------------*/

.header-content-block {
    display: table-cell;
	vertical-align: middle;
	height: 100%;
    width: 10%;
}
/* .header-content-block .search-icon, .header-content-block .cart-icon {
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    padding: 8px 5px;
    margin-left: 5px;
    opacity: 1;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
} */
.header-content-block .contact-number-block span{
    font-size: 14px;
    line-height: 21px;
    vertical-align: middle;
}
.header-content-block .contact-number-block p{
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    letter-spacing: 2px;
    margin-left: 10px;
    font-weight: 600;
}

/* Mobile Header */

.mobile-header{
    display: none;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
}
.mobile-header-inner{
    width: inherit;
    height: inherit;
    display: inherit;

    -webkit-box-shadow: 0px 3px 4px -5px rgba(230, 230, 230, 0.5);
    -moz-box-shadow:    0px 3px 4px -5px rgba(230, 230, 230, 0.5);
    box-shadow:         0px 3px 4px -5px rgba(230, 230, 230, 0.5);

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mobile-header-container{
    padding-left: 20px;
    padding-right: 20px;
    display: inherit;
    width: inherit;
    background: inherit;
    box-shadow: inherit;
}

.mobile-header-container a {
    width: 170px;
}
.mobile-header .logo-wrap{
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-header .mobile-nav-button-container {
    display: block;
}
.mobile-header, .mobile-header .header-logo-wrap, .mobile-header .header-content-block {
    height: 60px;
}


/* Navigation Styles */

.menu-container {
    width: auto;
    height: 100%;
    display: inline-table;
}
.favored-menu ul.menu .menu-item-has-children {
    position: relative;
}

/*Menu Position */
.favored-menu{
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    height: 100%;
}

/*Main Menu Item Styles*/
.favored-menu ul.menu{
    height: 100%;
    display: table-row;
}
.favored-menu ul.menu > li {
    display: inline-block;
    padding: 0px 20px;
    cursor: pointer;
    height: 100%;
}
.favored-menu ul.menu > li > a {
    font-size: 13px;
    line-height: 21px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}

/*All menu item('a' tag) common style*/
.favored-menu ul.menu li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*All drop down menu item common style*/
.favored-menu ul.menu li.menu-item-has-children > ul.sub-menu a {
    padding: 8px 0;
    padding-top:0;
    display: inline-block;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.favored-menu ul.menu li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > a{
    /* padding-right: 35px; */
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 33px;
    font-family: 'gothamBlack', sans-serif;
}
.favored-menu ul.menu > li::before, .favored-menu ul.menu > li::after{
    content: '';
    display: block;
    height: calc(50% - 14px);
}

/*Underline Animation on hover*/
.dark-style-header  .favored-menu ul.menu > li > a::before, .light-style-header .favored-menu ul.menu > li > a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;

    -webkit-transition: width 0s ease, background .5s ease;
    -moz-transition: width 0s ease, background .5s ease;
    -ms-transition: width 0s ease, background .5s ease;
    -o-transition: width 0s ease, background .5s ease;
    transition: width 0s ease, background .5s ease;
}
.dark-style-header  .favored-menu ul.menu > li > a::after, .light-style-header .favored-menu ul.menu > li > a::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;

    -webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
    -ms-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
}
.dark-style-header  .favored-menu ul.menu > li:hover > a::before, .light-style-header .favored-menu ul.menu > li:hover > a::before  {
    width: 100%;

    -webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
    -ms-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
}
.dark-style-header  .favored-menu ul.menu > li:hover > a::after, .light-style-header .favored-menu ul.menu > li:hover > a::after {
    width: 100%;
    background: transparent;

    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

/*Menu Icon and Direction Icon Styles*/
.favored-menu .main-menu-item-direction-icon{
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    right: 5px;
    top: calc(50% - 6px);
}
.favored-menu .sub-menu-item-direction-icon{
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mobile-sub-menu-direction-icon{
    display: none;
}

/*Sub Menu(Drop Down) Common Styles*/
.favored-menu ul.menu > li:not(.megamenu).menu-item-has-children .sub-menu{
    padding: 50px 0;
    position: absolute;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    min-width: 210px;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.favored-menu ul.menu > li:not(.megamenu).menu-item-has-children .sub-menu > li{
    margin: 0 10px;
}
.favored-menu ul.menu > li:not(.megamenu).menu-item-has-children .sub-menu > li > a {
    width: 100%;
    cursor: pointer;
}
.favored-menu ul.menu > li:not(.megamenu).menu-item-has-children .sub-menu > li:hover > a, .favored-menu ul.menu > li:not(.megamenu).menu-item-has-children .sub-menu > li.menu-hovered > a{
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

/*Sub Menu(Drop Down) Styles*/

/*First Level*/
.favored-menu ul.menu > li:not(.megamenu).menu-item-has-children > .sub-menu {
    display: block;

    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.favored-menu ul.menu > li:not(.megamenu).menu-item-has-children:hover > ul.sub-menu{
    opacity: 1;
    visibility: visible;

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


/*Second & Third Level*/
.favored-menu ul.menu > li:not(.megamenu).menu-item-has-children > ul.sub-menu > li.menu-item-has-children .sub-menu {
    top: 0px !important;
    right: auto !important;
    display: inline-table;

    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.favored-menu ul.menu > li:not(.megamenu).menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu, .favored-menu ul.menu > li:not(.megamenu).menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu{
    opacity: 1;
    visibility: visible;

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.favored-menu ul.menu > .menu-item-has-children > .sub-menu a {
    margin-bottom: 9px;
}

/*Mega Menu Styles*/
.favored-menu .megamenu .sub-menu-item-direction-icon{
    display: none;
}
.favored-menu ul.menu > li.megamenu.menu-item-has-children > .sub-menu{
    position: absolute;
    padding: 20px 0px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    cursor: auto;
    z-index: 900;

    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.favored-menu ul.menu > li.megamenu.menu-item-has-children:hover > .sub-menu{
    opacity: 1;
    visibility: visible;

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.favored-menu ul.menu > li.megamenu.menu-item-has-children > .sub-menu > li{
    float: left;
    padding-left: 35px;
    padding-right: 35px;
    border-right: 1px solid #231f20;
    cursor: auto;
}
.favored-menu ul.menu > li.megamenu.menu-item-has-children > .sub-menu > li:last-child{
    border-right: 0;
}
.favored-menu ul.menu > li.megamenu.menu-item-has-children > .sub-menu > li > a{
    font-size: 12px;
    line-height: 19px;
    padding: 0;
    margin-bottom:15px;
    width: 100%;
    text-transform: uppercase;
    color: #B91F41;
}
.favored-menu ul.menu > li.megamenu.menu-item-has-children > .sub-menu > li > ul > li:hover a{
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.favored-menu ul.menu > li.megamenu.menu-item-has-children > .sub-menu > li > ul > li > a{
    width: 100%;
    cursor: pointer;
}

/*--------------------------------------------------------------------------------*/

/* Common Style for menu navigation */

/*--------------------------------------------------------------------------------*/


.menu-container li {
    list-style: none;
}

.menu-container .menu > li > a {
    color: inherit;
    font-family: inherit;
}

.menu-container .menu > .menu-item-has-children .sub-menu > li > a {
    color: #CACCCD;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: 'gothamBookRegular', sans-serif;
}

.menu-container .menu > .menu-item-has-children.megamenu .sub-menu > li > a {
    color: #fff;
}

.menu-container .menu > .menu-item-has-children.megamenu .sub-menu > li .sub-menu {
    padding-left: 0;
}

.menu-container .menu > .menu-item-has-children.megamenu .sub-menu > li .sub-menu a {
    color: #CACCCD;
    font-size: 14px;
    line-height: 21px;
}

.menu-container a {
    text-decoration: none;
}

.menu-container .menu-item > .sub-menu {
    background: #070707;
}

.menu-container .menu-item:hover > a {
    color: #B91F41;
}

.menu-container .menu-item.menu-hovered .sub-menu a {
    color: #CACCCD;
}

.menu-container .menu-item.menu-hovered .sub-menu a:hover {
    color: #B91F41;
}

/*--------------------------------------------------------------------------------*/

/*  9.Mobile Menu */

/*--------------------------------------------------------------------------------*/

.mobile-header .mobile-sub-menu-direction-icon{
    display: none;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile-header .menu-container {
    width: 100%;
    height: auto;;
    position: absolute;
    left: 0;
    top: 66px;
}
.mobile-header .menu-container .menu {
    width: 100%;
    height: 0;
    overflow: auto;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mobile-header .menu-container .menu.slide{
    /* height: calc(100vh - 147px); */
    /* height: 100vh; */
    margin-bottom: 0;
}
.mobile-header .menu-container .menu li:first-child a{
    padding-top: 20px;
}
.mobile-header .menu-container .menu li:last-child a{
    padding-bottom: 20px;
}
.mobile-header ul.menu.slide > li:last-child{
    -webkit-box-shadow: 0px 3px 4px -5px rgba(230, 230, 230, 0.5);
    -moz-box-shadow:    0px 3px 4px -5px rgba(230, 230, 230, 0.5);
    box-shadow:         0px 3px 4px -5px rgba(230, 230, 230, 0.5);
}
.mobile-header ul.menu.slide > li:last-child > ul > li:last-child{
    -webkit-box-shadow: 0px 3px 6px -5px rgba(180, 180, 180, 0.5);
    -moz-box-shadow:    0px 3px 6px -5px rgba(180, 180, 180, 0.5);
    box-shadow:         0px 3px 6px -5px rgba(180, 180, 180, 0.5);
}
.mobile-header ul.menu .menu-item-has-children{
    position: relative;
    z-index: 1000;
}
.mobile-header ul.menu > li {
    display: block;
    text-align: left !important;
    position: relative;
    z-index: 1000;
    padding: 0;
    margin: 0;
}
.mobile-header ul.menu > li > a::before, .mobile-header ul.menu > li > a::after{
    display: none !important;
}
.mobile-header ul.menu > li > a {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: normal !important;
    text-transform: uppercase;
    display: inherit;
    padding: 10px;
    padding-bottom: 12px;
    padding-left: 25px;
    margin-bottom: -1px;
    font-weight: 700;
}
.mobile-header ul.menu > li > .main-menu-item-direction-icon {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    right: 5px;
    top: 20px !important;
    /* padding: 8px 30px; */
    width: 80px;
    height: 16px;
    transform-origin: center center;
    text-align: center;
    display: block;
    cursor: pointer;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mobile-header .menu-container .menu li:first-child .main-menu-item-direction-icon{
    top: 18px;
}
.mobile-header ul.menu .sub-menu-item-direction-icon{
    font-size: 16px;
    line-height: 20px;
    padding: 24px 18px;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;

    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mobile-header ul.menu .menu-item-has-children > .sub-menu > li{
    float: none !important;
    display: block;
    padding: 0px;
    width: 100% !important;
    border-color: #333;
}
.mobile-header ul.menu .menu-item-has-children > .sub-menu li{
    margin: 0 !important;
}
.mobile-header ul.menu .menu-item-has-children > .sub-menu a {
    font-size: 12px;
    line-height: 18px;
    display: block;
    width: 100%;
    padding: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 700;

    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mobile-header ul.menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu a{
    padding-left: 10px;
    font-size: 9px !important;
    letter-spacing: 1px;
    /* color: #B91F41 !important; */
}
.mobile-header ul.menu > .menu-item-has-children > .sub-menu{
    padding-top: 20px;
}
.mobile-header ul.menu > .menu-item-has-children > .sub-menu{
    padding-bottom: 20px;
}
.mobile-header ul.menu .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu a{
    padding-left: 70px;
}
.mobile-header ul.menu .menu-item-has-children > .sub-menu > .menu-item-has-children .sub-menu-item-direction-icon{
    top: -14px;
}
.mobile-header ul.menu li.menu-item-has-children > .sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
    position: static;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -1px;
    width: 100%;

    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;

    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.mobile-header ul.menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
    position: static;
    margin-left: 0;
    padding-left: 10px;
    width: 100%;
    top: 100%;
}
.mobile-header .main-menu-item-direction-icon.icon-rotate{
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mobile-header ul.menu .sub-menu-item-direction-icon.icon-rotate {
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.mobile-header .main-menu-item-direction-icon{
    z-index: 1;
}
.mobile-header #toggle-menu{
    display: none !important;
}
.mobile-header .slide-overlay-menu .menu{
    opacity: 1;

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



/*--------------------------------------------------------------------------------*/

/*  10.Mobile Nav Button */

/*--------------------------------------------------------------------------------*/

.mobile-nav-button {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 20px;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.mobile-nav-button::after, .mobile-nav-button::before, .mobile-nav-button span {
    display: block;
    content: '';
    margin: 5px 0;
    height: 2px;
    background: #070707;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.mobile-nav-button.open::before {
    -webkit-transform: translateY(7px) rotate(135deg);
    -moz-transform: translateY(7px) rotate(135deg);
    -ms-transform: translateY(7px) rotate(135deg);
    -o-transform: translateY(7px) rotate(135deg);
    transform: translateY(7px) rotate(135deg);
}
.mobile-nav-button.open::after {
    -webkit-transform: translateY(-7px) rotate(-135deg);
    -moz-transform: translateY(-7px) rotate(-135deg);
    -ms-transform: translateY(-7px) rotate(-135deg);
    -o-transform: translateY(-7px) rotate(-135deg);
    transform: translateY(-7px) rotate(-135deg);
}
.mobile-nav-button.open span {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}




/* Media Query for menu */

@media screen and (max-width: 900px){
    .header-default{
        visibility: hidden;
        opacity: 0;
    }
    .header-default .header-inner{
        display: none;
    }
    .mobile-header{
        display: table;
    }
    .mobile-header .header-logo-wrap{
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mobile-header .header-content-block{
        width: 50%;
    }
    .mobile-header .mobile-nav-button-container{
        text-align: right !important;
    }
    .sidebar-header{
        display: none;
    }
    .master-wrap.sidebar-header-left{
        margin-left: 0;
    }
    .master-wrap.sidebar-header-right{
        margin-right: 0;
    }
    .master-wrap.sidebar-header-left .container, .master-wrap.sidebar-header-right .container{
        width: 90%;
    }
    .summary-text-style01 .image-block, .summary-text-style01 .content-block{
        width: 100%;
        float: none;
    }
    .pre-header {
      display: none;
    }
}

.pre-header{
    width: 100%;
    padding: 10px 0px 12px 0px;
}
.pre-header .social-icons-holder{
    display: inline-block;
}
.pre-header .social-icons-holder ul{
    padding: 0;
    list-style: none;
    margin: 0;
}

.pre-header .social-icons-holder ul li{
   display: inline-block;
   margin-left: 15px;
}
.pre-header .social-icons-holder ul li:first-child{
    margin-left: 0px;
}

.pre-header .social-icons-holder ul li a{
    font-size: 19px;
    color: #CACCCD
}


.pre-header .pre-header-nav{
    display: inline-block;
    padding-top: 2px;
}
.pre-header .pre-header-nav ul{
    padding: 0;
    list-style: none;
    margin: 0;
}

.pre-header .pre-header-nav ul li{
   display: inline-block;
   margin-right: 30px;
}


.pre-header .pre-header-nav ul li a{
    font-size: 13px;
    color: #CACCCD;
    text-transform: uppercase;
}

h2.section-title{
    font-size: 36px;
    letter-spacing: 3px;
    margin: 0;
}

.icon-block-wrap{
    display: inline-block;
    padding: 25px 45px;
}
.icon-block-wrap a{
    display: inline-block;
}
.icon-block-wrap .icon-block{
    display: inline-flex;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    border: solid 2px #ffffff;
    background: transparent;
    text-align: center;
    position: relative;
}
.icon-block-wrap a:hover .icon-block{
    background: #ffffff;
}
.icon-block-wrap .icon-block img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}
.icon-block-wrap .icon-block svg{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.icon-block-wrap .icon-block svg path{
    stroke: #ffffff;
    fill: #ffffff;
}
.icon-block-wrap a:hover .icon-block svg path{
    stroke: #b91f41 !important;
    fill: #b91f41 !important;
}
.icon-block-wrap .icon-block-text h4{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-top: 10px;
    margin: 0;
}



.no-pad {
	padding-left: 0;
	padding-right: 0;
}

.bg-img-cover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.video-section__bgplayer_slider {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
  }

  .video-section__bgplayer .buttonBar, .video-section__bgplayer .mb_YTPProgress, .video-section__bgplayer_slider .buttonBar, .video-section__bgplayer_slider .mb_YTPProgress {
	display: none;
  }

  .video-carousel .preloader{
      width: 100px;
      height: 100px;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 20;
      transform: translate(-50%, -50%);
  }

  .video-carousel .video-bgplayer-button {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	background: rgba(0,0,0,0.8);
}

.video-carousel .video-bgplayer-button.wipe-bg{
    background: rgba(0,0,0,0.1);
}

.video-carousel .image-overlay{
	position: absolute;
    left: 0;
	top: 0;
	opacity: 1;
    width: 100%;
    height: 100%;
	z-index: 5;
}

.video-carousel .image-overlay.disabled {
	opacity: 0;
}

.video-carousel .video-bgplayer-button button {
	position: absolute;
	left: 50%;
	top:50%;
	background: none;
	opacity: 0;
	width: 100px;
	height: 100px;
	background: rgba(7,7,7,0.9);
	border-radius: 50%;
	border: none;
	outline: none;
	cursor: pointer;

	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);

}

.video-carousel .video-bgplayer-button button.inactive-btn {
	opacity: 0;
	z-index: 0;
}

.video-carousel .video-bgplayer-button button.active-btn {
	opacity: 1;
	z-index: 10;
}

.video-carousel .video-bgplayer-button button i {
	font-size: 50px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;

	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.video-carousel .video-bgplayer-button button.video-section__button--pause  {
	opacity: 0.05;

	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
			transition: all 1s ease;
}

.video-carousel .video-bgplayer-button button.video-section__button--pause:hover  {
	opacity: 1;
}



.vimeo_player_wrapper iframe{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    margin-top: unset !important;
    margin-left: unset !important;
}

.video-carousel .owl-dots {
	position: absolute;
    right: 20px;
    bottom: 20px;
}

.video-carousel .owl-nav {
	margin-top: 0;
}

.video-carousel .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	border: 2px solid transparent;
	background: #CACCCD;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.video-carousel .owl-dots .owl-dot.active span {
	background: transparent;
	border: 2px solid #fff;

	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	        transform: scale(1.2);
}

.video-carousel .owl-dots .owl-dot.active:hover span {
	background: transparent;
}

.video-carousel .owl-dots .owl-dot:hover span {
	background: #CACCCD;
}

.splash-slide-item{
    height: calc(100vh - 170px);
}
.location-slider-item{
    padding-bottom: 5px;
}
.location-slider-item a{
    display: inline-block;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.location-slider-item h5{
    font-size: 16px;
    letter-spacing: 5px;
    padding: 24px 10px;
    color: #070707;
    margin: 0;
}

.locations-carousel .owl-nav > div{
    position: absolute;
    top: 130px;
    background: #B91F41 !important;
    border-radius: 0px !important;
    font-size: 24px !important;
    padding: 4px 12px !important;
}

.locations-carousel .owl-nav .owl-prev{
    left: 50px;
}
.locations-carousel .owl-nav .owl-next{
    right: 50px;
}

.location-slider-background-image{
    min-width: 350px;
    width: 100%;
    height: 210px;
}

.cta-block-wrap{
    padding: 45px;
}

.cta-block-wrap h3{
    font-size: 36px;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;

}

.cta-block-wrap h5{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 3px;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    margin-bottom: 40px;
    padding: 0 50px;
    margin-top: 20px;
}



/* INSTA FEED */
.instafeed-title{
    font-size: 28px;
    padding-bottom: 30px;
}
.row.remove-gutter {
    margin-left: 0;
    margin-right: 0;
  }

  .row.no-gutter [class*='col-']:not(:first-child),
  .row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
  }

  .img-featured-container {
    overflow: hidden;
    position: relative;
  }

  .img-featured-container img {
    width: 100%;
  }

  .img-featured-container .img-backdrop {
    background-color: #b91f40bb;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
  }

  .img-featured-container:hover > .img-backdrop {
    opacity: 1;
  }

  .img-featured-container .description-container {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 30px;
    text-align: center;
    line-height: 20px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    z-index: 2;
    opacity: 0;
    transition: all .2s ease;
  }

  .img-featured-container .description-container .fa-instagram {
    font-size: 40px;
  }

  .img-featured-container .description-container p {
    font-weight: 300;
    margin-bottom: 0;
  }

  .img-featured-container:hover .description-container {
    opacity: 1;
  }

  .img-featured-container .description-container .caption {
    display: none;
    margin-bottom: 10px;
  }

  .img-featured-container .description-container .likes,
  .img-featured-container .description-container .comments {
    margin: 0 5px;
  }

  #btn-instafeed-load {
    color: #fff;
    background: #26a3ff;
    margin: 20px auto;
    padding: 8px 12px;
    display: block;
    border: none;
  }

  @media screen and (min-width: 768px) {
    .img-featured-container .description-container .caption {
      display: block;
    }
  }






  /* Footer */

.footer {
    display: inline-block;
    width: 100%;
    padding: 25px 15px 5px;
    margin-top: 10px;
}

.footer-menu-block {
    padding: 0 30px;
}

.footer-menu-block ul {
    padding:0;
    overflow: hidden;
}

.footer-menu-block ul li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-bottom: 25px;
}
.footer-menu-block ul li.current-menu-item a {
  color: #B91F41;
}

.footer-menu-block ul li a {
    display: inline-block;
    padding: 0 15px;
    font-family: inherit;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    color: #808080;

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.footer-menu-block ul li a:hover {
    color: #B91F41;
}

.footer-social h5 {
    font-size: 15px;
    line-height: 22px;
    color: #808080;
}

.copyright-text p, .powered-text p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 19px;
    color: #808080;
}

.copyright-text p a {
    color: #808080;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.copyright-text p a:hover {
    color: #B91F41;
}



.footer-social .social-icons-holder{
    display: inline-block;
}
.footer-social .social-icons-holder ul{
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-social .social-icons-holder ul li{
   display: inline-block;
   margin-left: 25px;
}
.footer-social .social-icons-holder ul li:first-child{
    margin-left: 0px;
}

.footer-social .social-icons-holder ul li a{
    font-size: 20px;
    color: #CACCCD
}


.offers-list{
    padding-top: 60px;
    padding-bottom: 30px;
}
.offers-list-item{
    margin-bottom: 30px;
}
.offers-list-item img{
    width: 100%;
}


.page-header-section{
    height: 350px;
    width: 100%;
}
.offers-pages-content-wrap{
    padding: 40px 0px;
    position: relative;
}
.inner-page-title{
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 2px;
}

.inner-page-attribute-title{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
}

.inner-page-attribute-value{
    font-size: 14px;
}

.offers-page-content{
    padding: 30px 0px;
}


.terms-conditions-list{
    padding-left: 0;
    margin-left: 15px;
}
.terms-conditions-list li{
    margin-bottom: 10px;
}
.terms-conditions-list li:last-child{
    margin-bottom: 0px;
}

.post-navigation{
    position: absolute;
    top: 120px;
    /* transform: translateY(-50%); */
    width: 45px;
    height: 45px;

}

.post-navigation a{
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: #B5B7B9 solid 2px;
    color: #B5B7B9;
    font-size: 36px;
    text-align: center;
}

.post-navigation a i{
    display: inline-block;
    transform: translateY(-6px);
}


.post-navigation.prev-post-link{
    left: 50px;
}
.post-navigation.next-post-link{
    right: 50px;
}
.inquire-form-wrap{
    padding-bottom: 60px;
}
.inquire-form-wrap h2{
    font-size: 31px;
    letter-spacing: 4px;
}

.inquire-form{
    padding-top: 30px;
}

.bodycraft-input-elem, .um-form input[type="text"], .um-form input[type="tel"], .um-form input[type="number"], .um-form input[type="password"]{
    width: 100% !important;
    display: inline-block !important;
    border: rgb(7, 7, 7) solid 1px !important;
    padding: 15px 30px !important;
    border-radius: 30px !important;
    resize: none !important;
    appearance: none;
     -webkit-appearance: none;
      -moz-appearance: none;
       -ms-appearance: none;
        -o-appearance: none;
}

.um .um-form input[type="text"], .um .um-form input[type="tel"], .um .um-form input[type="number"], .um .um-form input[type="password"], .um .um-form textarea, .um .upload-progress, .select2-container .select2-choice, .select2-drop, .select2-container-multi .select2-choices, .select2-drop-active, .select2-drop.select2-drop-above{
    border: rgb(7, 7, 7) solid 1px !important;
}

select.bodycraft-input-elem{
    position: relative;
}

select.bodycraft-input-elem:after{
    position: absolute;
    display: inline-block;
    content: '';
}

.packages-pages-content-wrap{
    padding: 40px 0px;
    position: relative;
}
.packages-list{
    padding-top: 60px;
    padding-bottom: 30px;
}
.packages-list-item{
    margin-bottom: 30px;
}
.packages-list-item img{
    width: 100%;
}

.packages-page-content {
    padding: 30px 0px;
}
.package-service-item-list{
    padding-top: 10px;
    padding-bottom: 30px;
}
.package-service-item-list .package-service-item{
    margin-bottom: 10px;
}

.package-service-item-list .package-service-item:last-child{
    margin-bottom: 0px;
}
.package-service-item h5{
    font-size: 13px;
}

.package-service-item h6{
    font-size: 12px;
}



body.um-page-login .login-page-link a{
    color: #B91F41 !important;
}

input[name="rememberme"] + .um-field-checkbox-state{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: #414042 solid 1px;
    background: transparent;
    display: inline-block;
    transform: translateY(5px);
    /* position: relative; */
}

.um-field-checkbox.active input[name="rememberme"] + .um-field-checkbox-state:after{
    /* border: #B91F41 solid 1px; */
    background: #B91F41;
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 3px;
    left: 3px;
}

input[name="rememberme"] + .um-field-checkbox-state + .um-field-checkbox-option{
    margin: 0px 0px 0px 24px !important;
    display: inline-block
}
input[name="rememberme"] + .um-field-checkbox-state + .um-field-checkbox-option + a{
    display: inline-block;
    float: right;
}

.login-attrs{
    padding: 10px 15px;
}

.um-field-checkbox input[name="rememberme"] + .um-field-checkbox-state{
    left: 17px !important;
    top: 9px;
}

.bodycraft-text-block dfn, .bodycraft-text-block a{
    color: #b91f41;
}


body.um-page-register .register-page-link a{
    color: #B91F41 !important;
}



/* MY PROFILE STYLES */
.my-profile-update-form .um-account-heading{
    display: none;
}

.my-profile-update-form .um-account-main{
    float: unset !important;
    margin: 0 auto;
    width: 700px;
}

.my-profile-update-form .um-field{
    display: inline-block;
    height: auto;
    clear: both;
    width: 100%;
}

.my-profile-update-form .um-field-user_login{
    display: none;
}

.my-profile-update-form .um-field-label{
    width: 200px;
    float: left;
}

.my-profile-update-form .um-field-area{
    width: calc(100% - 200px);
    float: right;
}

.my-profile-update-form .um-field label sup{
    color: #B91F41;
    font-size: 18px;
    display: inline-block;
    transform: translateY(6px);
    padding-left: 3px;
}



.my-profile-update-form .um-field-area .date-fragment{
    display: inline-block;
    border: rgb(7, 7, 7) solid 1px;
    padding: 7px 30px;
    border-radius: 30px;
    width: calc((100% - 250px) / 3);
    margin-right: 30px;
    float: left;
    text-align: center
}
.my-profile-update-form .um-field-area .date-fragment.fragment-3{
    margin-right: 0;
}

.my-profile-update-form input[name="um_account_submit"]{
    display: none;
}

.my-profile-update-form .um-account-tab-password{
    display: none;
}

.my-profile-update-form .change-paswd-check{
    display: inline-block;
    cursor: pointer;
}
.my-profile-update-form .change-paswd-check span{
    display: inline-block;
    width: 25px;
    height: 23px;
    padding-top: 2px;
    border: #c4c4c4 solid 1px;
    color: #c4c4c4;
    border-radius: 50%;
    text-align: center
}

.my-profile-update-form .change-paswd-check.active span{
    color: #b91f41;
}

.my-profile-update-form .um-req{
    color: #b91f41 !important;
}

.my-profile-update-form .um-field-error{
    margin-top: 50px;
}
.profile-form-buttons{
    padding-top: 25px;
}
.profile-form-buttons a{
    padding: 17px 75px 15px !important;
    margin: 0 10px;
}



.bodycraft-button-type-two {
	display: inline-block;
	padding: 17px 45px 15px;
    font-size: 16px;
    line-height: 23px;
    border-radius: 50px;
    letter-spacing: 1px;
    border: #000 solid 1px;
    margin: 0 10px;
}

.bodycraft-button-type-two.active, .bodycraft-button-type-two:hover {
    color:#fff;
    background: #070707;
}

.bodycraft-button-type-two.active-btn{
    background: #000 !important;
    color: #FFF !important;
}

.location-filters{
    padding-top: 60px;
}

.locations-list{
    padding-top: 60px;
    padding-bottom: 30px;
}
.location-list-item a{
    width: 100%;
    margin-bottom: 30px;
}

.location-list-item .location-slider-background-image{
    width: 100% !important;
    height: 175px !important;
}

.location-featured-image{
    max-width: 100% !important;
    min-width: unset;
}

.locations-list .location-slider-item h5{
    font-size: 18px;
    letter-spacing: 4px;
}


.locations-pages-content-wrap {
    padding: 40px 0px;
    position: relative;
}

.location-page-title{
    font-size: 29px;
    line-height: 39px;
    letter-spacing: 2px;
}

.bodycraft-map-wrap{
    position: relative;
}

.bodycraft-map-wrap .address-holder{
    padding: 25px;
    position: absolute;
    width: 250px;
    height: auto;
    top: 50px;
    right: 50px;
}

.bodycraft-map-wrap .address-holder h4{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
}

.bodycraft-map-wrap .address-holder address{
    font-size: 12px;
}




input:focus,
select:focus,
textarea:focus,
button:focus {
		outline: none !important;
		box-shadow: none !important;
		border-color: #ced4da !important;
}

.dropdownjs {
    width: 100%;
    text-align: left;
}

.dropdownjs > ul {
	width: 100%;
	max-width: 100%;
}

.fakeinput {
	border-radius: 50px;
	border: 1px solid #070707;
}

.dropdownjs > .fakeinput {
	font-size: 14px;
	line-height: 21px;
	font-family: 'gothamBook', sans-serif;
	background: #fff;

    color: #231F20;
    text-transform: uppercase;
    padding: 15px 30px !important;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dropdownjs > .fakeinput span {
	width: 100%;
	display: inline-block;
	background: url(../images/dropdown-arrow.jpg) 100% 0px / 20px no-repeat #fff;
}

.dropdownjs > ul {
	border-radius: 20px;
	padding: 8px 29px;
	box-shadow: none;
	border: 1px solid #070707;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background: url(../images/dropdown-arrow.jpg) 97% 3% / 20px no-repeat #fff; */
}

.dropdownjs > ul > li:first-child {
	color: #231F20 !important;
	padding-top: 7px;
	background: url(../images/dropdown-arrow.jpg) 100% 7px / 20px no-repeat #fff;
}

.dropdownjs > ul > li {
	font-size: 14px;
	line-height: 21px;
	font-family: 'gothamBook', sans-serif;
	padding: 10px 0;
	margin: 0;
	color: #B5B7B9;
    border-bottom: 1px solid #B5B7B9;
    background: transparent !important;
}
.dropdownjs > ul > li:first-child{
    text-transform: uppercase;
    color: #231F20;
}
.dropdownjs > ul > li:hover{
    color: #B91F41;
}
.dropdownjs > ul > li:first-child, .dropdownjs > ul > li:last-child {
	border-bottom: none;
}

.dropdownjs > ul > li:first-child.selected, .dropdownjs > ul > li:first-child:active {
	color: #B5B7B9;
}


.faq-category-list a{
    margin-top: 10px;
}

.faq-accordions-wrap{
    margin-top: 20px;
}

.bodycraft-page-heading{
    font-size: 36px;
    letter-spacing: 1px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.product-filters{
    padding-top: 60px;
}
.products-list{
    padding-top: 60px;
    padding-bottom: 30px;
}
.product-list-item{
    margin-bottom: 30px;
}
.product-list-item a{
    display: inline-block;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    padding: 30px 20px;
}

.product-list-item a:hover{
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}
.product-list-item h5{
    font-size: 12px;
    line-height: 19px;
    color: #070707;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.product-page-content-wrap{
    padding: 70px 0;
}

.product-page-title{
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 1px;
}

.product-description{
    font-size: 13px;
    line-height: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.product-price{
    font-size: 33px;
    letter-spacing: 2px;
}

.product-reserve-btn-wrap{
    padding-top: 20px;
}
.product-reserve-btn-wrap a{
    letter-spacing: 3px;
    padding: 17px 65px 15px !important;

}

.product-images-carousel{
    padding: 30px 50px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    position: relative;
}
.product-images-carousel .owl-controls{
    display: none !important;
}

.product-images-carousel .product-images-carousel-trigger-btn{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: #B5B7B9 solid 1px;
    color: #B5B7B9;
    font-size: 28px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200;
}
.product-images-carousel .product-images-carousel-trigger-btn i{
    display: inline-block;
    transform: translateY(-4px);
}

.product-images-carousel .product-images-carousel-trigger-btn.owl-prev-trigger{
    left: 20px;
}

.product-images-carousel .product-images-carousel-trigger-btn.owl-next-trigger{
    right: 20px;
}


.product-bread-crumbs{
    margin-top: 37px;
    border-top: #58595B solid 1px;
    border-bottom: #58595B solid 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-bread-crumbs a{
    color: #58595B !important;
    font-family: inherit;
    font-size: 13px;
}
.product-bread-crumbs a:hover{
    opacity: 0.7;
}

.reserve-product-form-wrap{
    padding-top: 60px;
}
.filter-apply{
    padding-top: 15px;
    display: inline-block;
}
.filter-apply img{
    opacity: 0.2;
    width: 20px;
    height: auto;
}
.filter-apply span{
    padding-left: 10px;
}

.thanks-msg{
    display: none;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    padding: 30px;
    margin: 20px 0px;
    color: #FFF;
    background: #B91F41;

}

.error-msg{
    display: none;
    font-size: 20px;
    line-height: 30px;

    padding: 30px;
    margin: 20px 0px;
    color: #FFF;
    background: #B91F41;

}








/* Malihu Overright */
.mCSB_inside>.mCSB_container {
	margin-right:0;

}

.mCSB_scrollTools {
	width: 10px;
	right: -1px;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: transparent;
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	margin:0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background: #808080 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
	background: #808080;
}

/* Service Block */

.service-wrap {
	width: 100%;
	height: 100vh;
}

.main-service-block {
	width: 20%;
	height: 100vh;
	float: left;
	z-index: 10;
	overflow: hidden;
	border-right: 1px solid #808080;
}

.main-service-each {
	border-bottom: 1px solid #808080;
	width: 101%;
	height: 75px;
	display: table;
	cursor: pointer;
}

.main-service-each:hover {
	background: #B91F41;
}

.main-service-each.main-service-active {
	background: #B91F41;
}

.main-service-each h2 {
	font-size: 16px;
	line-height: 23px;
	padding: 0px 35px;
	display: table-cell;
	vertical-align: middle;

}

.main-service-each:hover h2 {
	color: #fff;
}

.main-service-each.main-service-active h2 {
	color: #fff;
}

.sub-category-block {
	width: 40%;
	height: 100vh;
	float: left;
	z-index: 5;
	overflow: hidden;
	border-right: 1px solid #808080;

	-webkit-transform: translateX(-201%);
	   -moz-transform: translateX(-201%);
			transform: translateX(-201%);

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.sub-category-block.levelone-visible {
	-webkit-transform: translateX(0%);
	   -moz-transform: translateX(0%);
		    transform: translateX(0%);
}

.sub-category-each {
	border-bottom: 1px solid #808080;
	width: 100%;
	height: 75px;
	display: table;
	cursor: pointer;
}

.sub-category-each:hover {
	background: #B91F41;
}

.sub-category-each.sub-category-active {
	background: #B91F41;
}

.sub-category-each .content {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.sub-category-each .content .name {
	float: left;
	width: 60%;
}

.sub-category-each .content .price {
	float: left;
	width: 40%;
}

.sub-category-each h2 {
	font-size: 16px;
	line-height: 23px;
	padding-left: 35px;
	margin-bottom:0;
}

.sub-category-each:hover h2 {
	color: #fff;
}

.sub-category-each h3 {
	font-size: 12px;
	line-height: 19px;
	padding-right: 35px;
	margin-bottom:0;
}

.sub-category-each h3 i {
	font-size: 12px;
	line-height: 19px;
	display: inline-block;

	-webkit-transform: translateX(4px);
	   -moz-transform: translateX(4px);
	        transform: translateX(4px);
}

.sub-category-each h3 span {
	display: inline-block;

	-webkit-transform: translateX(3px);
	   -moz-transform: translateX(3px);
	        transform: translateX(3px);
}

.sub-category-each:hover h3 {
	color: #fff;
}

.sub-category-each.sub-category-active h2, .sub-category-each.sub-category-active h3 {
	color: #fff;
}

.sub-category-items {
	width: 40%;
	height: 100vh;
	float: left;
	z-index: 1;
	overflow: hidden;
	border-right: 1px solid #808080;

	-webkit-transform: translateX(-200%);
	   -moz-transform: translateX(-200%);
			transform: translateX(-200%);

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.sub-category-items.levelone-visible {
	-webkit-transform: translateX(0%);
	   -moz-transform: translateX(0%);
		    transform: translateX(0%);
}

.subcategory-items-each {
	border-bottom: 1px solid #808080;
}

.subcategory-items-each .title-wrap {
	width: 100%;
	height: 99px;
	display: table;
	cursor: pointer;
}

.subcategory-items-each.subcategory-items-active .title-wrap {
	cursor: auto;
}

.subcategory-items-each .title-wrap .title-content {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}


.subcategory-items-each .title-content .details {
	float: left;
	width: 80%;
	padding-left: 35px;
}

.subcategory-items-each .title-content .details h2 {
	font-size: 13px;
	line-height: 21px;
	margin-bottom:0;
}

.subcategory-items-each .title-content .details .amount {
	font-size: 13px;
	line-height: 21px;
	display: inline-block;
    padding-left: 10px;
	-webkit-transform: translate(-10px,2px);
	   -moz-transform: translate(-10px,2px);
	     	transform: translate(-10px,2px);
/* 	    display: none; */
}

.subcategory-items-each .title-content .details .amount sup{
    font-size: 16px;
    line-height: 0;
    display: inline-block;
    transform: translateY(6px);
}

.subcategory-items-each .title-content .condition-txt{
    font-size: 10px;
    padding-top: 10px;
}
.subcategory-items-each .title-content .condition-txt span{
    font-size: 16px;
    line-height: 0;
    display: inline-block;
    transform: translateY(6px);
}

.subcategory-items-each .title-content .details .amount i {
	display: inline-block;

	-webkit-transform: translate(5px);
	   -moz-transform: translate(5px);
	     	transform: translate(5px);
}

.subcategory-items-each .title-content .details .time {
	font-size: 9px;
	line-height: 16px;
	padding: 7px 10px 5px;
	border: 1px solid #B91F41;
	border-radius: 50px;
	color: #808080;
}

.subcategory-items-each .title-content .details .percentage {
	width: 20px;
	display: inline-block;
	margin-left: 5px;
}

.subcategory-items-each .content-description {
	padding-left: 35px;
	width: 80%;
}

.subcategory-items-each .content-description p {
	font-size: 11px;
	line-height: 21px;
	color: #58595B;
	margin-bottom: 20px;
}

.subcategory-items-each .content-description .offer-block {
	padding: 8px 15px;
	background: #F5C9C9;
	border-radius: 50px;
	position: relative;
    margin-bottom: 20px;
    margin-top: 15px;
}

.subcategory-items-each .content-description .offer-block .img-section {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 50%;

	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.subcategory-items-each .content-description .offer-block .img-section img {
	-webkit-transform: translateY(-4px);
	   -moz-transform: translateY(-4px);
	        transform: translateY(-4px);
}

.subcategory-items-each .content-description .offer-block .content-section {
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	width: 100%;
	padding: 0 40px 0 30px;
}

.subcategory-items-each .title-content .button {
	position: absolute;
    right: 35px;
    top: 30px;
	z-index: 100;
}

.subcategory-items-each .title-content .button button {
	background:none;
	font-size: 9px;
	line-height: 16px;
    padding: 10px 15px 8px;
	border: 1px solid #070707;
	border-radius: 50px;
	cursor: pointer;
}

.subcategory-items-each .title-content .button button:focus {
	outline: none;
}

.booking-form {
	width: 40%;
	height: 100vh;
	position: absolute;
	top:0;
	right: 0;
	z-index: 10;
	background: #fff;
	overflow: hidden;
    display: inline-block;

	-webkit-transform: translateX(101%);
	   -moz-transform: translateX(101%);
	        transform: translateX(101%);

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

/* @-moz-document url-prefix() {
	.booking-form {
		border-left: 1px solid #000;
	}
  } */

.booking-form .close-btn {
	width: 30px;
	position: absolute;
	right: 20px;
	top: 25px;
	z-index: 20;
	cursor: pointer;
}

.booking-form.levelone-visible {
	-webkit-transform: translateX(0%);
	   -moz-transform: translateX(0%);
	        transform: translateX(0%);
}

.booking-form .booking-form-inner {
	width: 100%;
	height: 100%;
}

.service-block .booking-form-content {
	padding: 0 80px;
	min-height: 100vh;
}

.booking-form .booking-form-inner .title {
	padding-top: 75px;
	padding-bottom: 20px;
}

.booking-form .booking-form-inner .title h4 {
	font-size: 23px;
	line-height: 30px;
}

.service-block form {
	width: 100%;
	display: inline-block;
}
.servicepage-orderform{
    padding-bottom: 50px;
}

.servicepage-orderform .guest-login-data input{
    display: inline-block;
    width: 100%;
    border: 0px;
    border-bottom: #070707 solid 1px !important;
    box-shadow: none !important;
    padding-bottom: 15px;
    margin-bottom: 50px;
    padding-left: 10px;
}
.servicepage-orderform .guest-login-data input::placeholder {
    color: #070707;
    opacity: 1;
}
  .servicepage-orderform .guest-login-data input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #070707;
    opacity: 1;
  }
  .servicepage-orderform .guest-login-data input::-moz-placeholder { /* Firefox 19+ */
    color: #070707;
    opacity: 1;
  }
  .servicepage-orderform .guest-login-data input:-ms-input-placeholder { /* IE 10+ */
    color: #070707;
    opacity: 1;
  }
  .servicepage-orderform .guest-login-data input:-moz-placeholder { /* Firefox 18- */
    color: #070707;
    opacity: 1;
  }

.servicepage-orderform .dropdownjs {
	width: 100%;
	margin-bottom: 40px;
}

.servicepage-orderform .dropdownjs > ul {
	width: 100%;
	max-width: 100%;
}

.servicepage-orderform .fakeinput {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #070707;
}

.servicepage-orderform .dropdownjs > .fakeinput {
	font-size: 14px;
	line-height: 21px;
	font-family: 'gothamBookRegular', sans-serif;
	background: #fff;
	padding-left: 2% !important;
	padding-top:7px !important;
	padding-right: 8px !important;
	padding-bottom: 5px;
	color: #070707;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/dropdown-arrow-black.jpg) 98% / 20px no-repeat #fff;
}

.servicepage-orderform .dropdownjs > ul {
	padding: 0;
	box-shadow: none;
	border: 1px solid #070707;
	-webkit-appearance: none;
  -moz-appearance: none;
  max-height: 300px !important;
  appearance: none;
  background: url(../images/dropdown-arrow-black.jpg) 98% 3% / 20px no-repeat #fff;
}

.servicepage-orderform .dropdownjs > ul > li:first-child, .servicepage-orderform .dropdownjs > ul > li:first-child {
	background: #fff;
	padding-top: 6px;
	margin-right: 50px;
}

.servicepage-orderform .dropdownjs > ul > li {
	font-size: 14px;
	line-height: 21px;
	font-family: 'gothamBookRegular', sans-serif;
	padding: 10px 0px !important;
	padding-left: 2% !important;
	margin: 0;
	color: #070707;
	border-bottom: 1px solid #070707;
}

.servicepage-orderform .dropdownjs > ul > li:first-child, .servicepage-orderform .dropdownjs > ul > li:last-child {
	border-bottom: none;
}

.servicepage-orderform .dropdownjs > ul > li:first-child.selected, .servicepage-orderform .dropdownjs > ul > li:first-child:active {
	background: #fff;
	color: #070707;
}

.servicepage-orderform .dropdownjs > ul > li.selected, .servicepage-orderform .dropdownjs > ul > li:active {
	background: #fff;
	color: #B91F41;
}

.servicepage-orderform input.date-tag {
	font-size: 14px;
	line-height: 21px;
	font-family: 'gothamBook', sans-serif;
	padding: 10px 0px 15px 2% !important;
	margin: 0;
	margin-bottom: 40px;
	color: #070707 !important;
	border: none;
	width: 100%;
	border-bottom: 1px solid #070707;
	background: url(../images/dropdown-arrow-black.jpg) 98% 10px / 20px no-repeat !important;
}


.servicepage-orderform input.date-tag::-webkit-input-placeholder{ /* WebKit browsers */
    color: #070707 !important;
    text-transform: uppercase;
    opacity: 1;
}

.servicepage-orderform input.date-tag:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color: #070707 !important;
    text-transform: uppercase;
    opacity: 1;
}

.servicepage-orderform input.date-tag::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #070707 !important;
    opacity: 1;
    text-transform: uppercase;
}

.servicepage-orderform input.date-tag:-ms-input-placeholder{ /* Internet Explorer 10+ */
    color: #070707 !important;
    opacity: 1;
    text-transform: uppercase;
}


.ui-widget-header .ui-icon {
	background-image: url("../images/ui-icons_444444_256x240.png")
}

.servicepage-orderform .bodycraft-button-section {
	margin-top: 10px;
}

.servicepage-orderform .bodycraft-button-section .bodycraft-button-type-one {
	padding: 12px 60px;
    border: none;
    cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.servicepage-orderform .bodycraft-button-section .bodycraft-button-type-one {
		padding-bottom: 9px;
	}
}


.order-placed {
	padding: 90px 45px;
}

.order-placed-img {
	width: 165px;
	margin:0 auto;
	margin-bottom: 35px;
}

.order-placed h4 {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 28px;
}

.order-placed h5 {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 68px;
}

.order-placed .bodycraft-button-section .bodycraft-button-type-one {
	padding: 15px 0px;
	width: 185px;
	font-size: 15px;
	line-height: 22px;
    border: 1px solid #000;
    cursor: pointer;
}

.order-placed .bodycraft-button-section .bodycraft-button-type-one + .bodycraft-button-type-one {
	color: #000;
	margin-left: 20px;
}

.order-placed .bodycraft-button-section .bodycraft-button-type-one + .bodycraft-button-type-one:hover {
	color: #000;
	background: #fff;
}



.creative-block-wrap > .container > .row > .col-md-6:nth-child(odd) .creative-block {
	margin:0 auto 30px auto;
	margin-right: 0;
}

.creative-block-wrap > .container > .row > .col-md-6:nth-child(even) .creative-block {
	margin:0 auto 20px auto;
	margin-left: 0;
}

.creative-block {
	max-width: 400px;
	position: relative;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.26);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.26);



	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
	flex-direction: column;
	display: flex;
}


.creative-block:after {
	content: url(../images/corner.jpg);
	position: absolute;
	left: -2px;
	top:-3px;
	width: 20px;
	height: 20px;
	z-index: 1;
	background: #fff;
	transform: translate(-50%, -50%);
}

.creative-block::before {
	content: url(../images/corner.jpg);
	position: absolute;
	right: -22px;
	top:-3px;
	width: 20px;
	height: 20px;
	z-index: 1;
	background: #fff;
	transform: translate(-50%, -50%) rotate(87deg);
}

.creative-block .creative-content-block {
	width: 100%;
	padding: 20px 40px 25px 40px;
}

.creative-block .creative-button-block {
	padding: 13px;
	width: 100%;
	border-top: 1px dashed #DFE0E1;
}

.creative-button-block {
	position: relative;
}

.creative-button-block:after {
	content: url(../images/corner.jpg);
	position: absolute;
	left: -3px;
    bottom: -22px;
	width: 20px;
	height: 20px;
	z-index: 1;
	background: #fff;
	transform: translate(-50%, -50%) rotate(-90deg);
}

.creative-button-block:before {
	content: url(../images/corner.jpg);
	position: absolute;
	right: -22px;
    bottom: -23px;
	width: 20px;
	height: 20px;
	z-index: 1;
	background: #fff;
	transform: translate(-50%, -50%) rotate(180deg);
}

.creative-content-block {
	position: relative;
}

.creative-content-block:after {
	content: url(../images/base.jpg);
	position: absolute;
	left: -2px;
    bottom: -15px;
	width: 20px;
	height: 20px;
	z-index: 1;
	background: #fff;
	transform: translate(-50%, -50%);
}

.creative-content-block:before {
	content: url(../images/base.jpg);
	position: absolute;
	right: -22px;
    bottom: -26px;
	width: 20px;
	height: 20px;
	z-index: 1;
	background: #fff;
	transform: translate(-50%, -50%) rotate(180deg);
}

.creative-button-block .bodycraft-button-section .bodycraft-button-type-one {
	width: 155px;
	padding: 15px 0;
	background: #d5d6d7;
	border: none;
	font-size: 12px;
    line-height: 19px;
    cursor: pointer;
}

.creative-button-block .bodycraft-button-section .bodycraft-button-type-one + .bodycraft-button-type-one {
	margin-left: 12px;
}

.creative-button-block .bodycraft-button-section .bodycraft-button-type-one:hover {
	color: #000;
}

.creative-content-block h3 {
	font-size: 8px;
	line-height: 15px;
	margin-bottom: 0;
}

.creative-content-block h2 {
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.creative-content-block p {
	font-size: 12px;
	line-height: 19px;

	-webkit-transform: translateX(-5px);
	   -moz-transform: translateX(-5px);
			transform: translateX(-5px);
}

.creative-content-block .details h3 {
	font-size: 9px;
	line-height: 16px;
}

.creative-content-block .details h2 {
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0;
}

.creative-content-block .row + .row {
	margin-top: 25px;
}




.ajax-overlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,0.85) url(../images/video-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

.edit-booking-wrap{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 920;
    background: rgba(0,0,0,0.85);
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

.edit-booking-form{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    width: 520px;
    height: auto;
    max-height: 90vh;
    padding: 50px;
    overflow-y: auto;
}
.close-edit-form{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;

}

.close-edit-form span{
    font-size: 42px;
}

.edit-booking-form .title-block{
    padding-bottom: 30px;
}





/* ABOUT PAGE STYLES */
.about-banner-carousel{
    position: relative;
}
.about-banner-slide-item{
    width: 100%;
    height: calc(100vh - 250px);
    position: relative;
}

.about-banner-slide-item h2{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    font-size: 71px;
    letter-spacing: 8px;
}

.about-banner-carousel .owl-nav{
    display: none;
}

.about-banner-carousel .owl-dots{
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.about-banner-carousel .owl-dots .owl-dot span{
    border: transparent 1px solid;
    margin: 5px !important
}
.about-banner-carousel .owl-dots .owl-dot.active span{
    background: transparent;
    border: #FFF 1px solid;
}

.bodycraft-story-svg{
    width: 185px;
}





/* timeline  */


.timeline-container {
	border-left: 1px solid rgba(255,255,255,0.4);
    padding: 60px 0px;
}

.timeline-desc {
	overflow: hidden;
}

.timeline-each {
	padding-bottom: 30px;
}

.timeline-each:last-child {
	padding-bottom: 0;
}

.timeline-each .timeline-year {
	font-size: 15px;
	line-height: 22px;
	position: relative;
	padding-left: 30px;
    letter-spacing: 3px;
    display: inline-block;
    cursor: pointer;
	-webkit-transition: font-size 0.4s linear 0.5s,line-height 0.4s linear 0.5s, padding-left 0.4s linear 0.9s;
	   -moz-transition: font-size 0.4s linear 0.5s,line-height 0.4s linear 0.5s, padding-left 0.4s linear 0.9s;
		-ms-transition: font-size 0.4s linear 0.5s,line-height 0.4s linear 0.5s, padding-left 0.4s linear 0.9s;
		 -o-transition: font-size 0.4s linear 0.5s,line-height 0.4s linear 0.5s, padding-left 0.4s linear 0.9s;
			transition: font-size 0.4s linear 0.5s,line-height 0.4s linear 0.5s, padding-left 0.4s linear 0.9s;
}

.timeline-each.timeline-active .timeline-year {
	font-size: 90px;
	line-height: 110px;
	padding-left: 135px;

	-webkit-transition: font-size 0.4s linear 1.2s,line-height 0.4s linear 1.2s, padding-left 0.4s linear 0.9s;
	   -moz-transition: font-size 0.4s linear 1.2s,line-height 0.4s linear 1.2s, padding-left 0.4s linear 0.9s;
		-ms-transition: font-size 0.4s linear 1.2s,line-height 0.4s linear 1.2s, padding-left 0.4s linear 0.9s;
		 -o-transition: font-size 0.4s linear 1.2s,line-height 0.4s linear 1.2s, padding-left 0.4s linear 0.9s;
		    transition: font-size 0.4s linear 1.2s,line-height 0.4s linear 1.2s, padding-left 0.4s linear 0.9s;


}

.timeline-each .timeline-year:after {
	content:'';
	position: absolute;
	width: 20px;
	height: 1px;
	background: rgba(255,255,255,0.4);
	left: 0px;
	top: 50%;

	-webkit-transition: all 0.3s linear 0.9s;
	   -moz-transition: all 0.3s linear 0.9s;
		-ms-transition: all 0.3s linear 0.9s;
		 -o-transition: all 0.3s linear 0.9s;
			transition: all 0.3s linear 0.9s;
}

.timeline-each.timeline-active .timeline-year:after {
	width: 125px;
	left: 0px;

	-webkit-transition: all 0.3s linear 0.9s;
	   -moz-transition: all 0.3s linear 0.9s;
		-ms-transition: all 0.3s linear 0.9s;
		 -o-transition: all 0.3s linear 0.9s;
			transition: all 0.3s linear 0.9s;
}

.timeline-each .timeline-desc p {
	font-size: 17px;
	line-height: 24px;
	padding-left: 30px;
	margin-bottom: 0;

	-webkit-transition: padding-left 0.3s linear 0.5s;
	   -moz-transition: padding-left 0.3s linear 0.5s;
		-ms-transition: padding-left 0.3s linear 0.5s;
		 -o-transition: padding-left 0.3s linear 0.5s;
			transition: padding-left 0.3s linear 0.5s;
}

.timeline-each.timeline-active .timeline-desc p {
	padding-left: 135px;
}

.timeline-controllers {
	position: absolute;
	right: -100px;
	top: 50%;
	width: 45px;

	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.timeline-controllers button {
    background: transparent;
	width: 45px;
	height: 45px;
	position: relative;
	border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.timeline-controllers button.timeline-prev {
	margin-bottom: 30px;
}

.timeline-controllers button i {
	font-size: 24px;
	position: absolute;
	left: 50%;
	top: 50%;

	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.timeline-controllers button.disable {
	pointer-events: none;
	opacity: 0.1;
}






.sync1-owl .owl-nav {
	display: none;
}

.team-carousel {
	/* background: #e1e1e1;
	padding-bottom: 140px; */
}

.team-section-title{
    font-size: 40px;
    color: #070707;
    line-height: 47px;
    letter-spacing: 5px;
}

.team-carousel .sync1-owl .item {
	padding: 60px 0px 0 0;
}

.team-carousel .sync1-owl .team-member-name h2 {
	font-size: 31px;
	line-height: 38px;
	margin-bottom:2px;
}

.team-carousel .sync1-owl .team-member-dest h3 {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 20px;
}

.team-carousel .sync1-owl .team-member-desc p {
	font-size: 12px;
	line-height: 22px;
	color: #58595B;
	margin-bottom: 0;
}

.team-carousel .sync1-owl .bodycraft-button-section {
	margin-top: 65px;
}

.team-carousel .sync1-owl .bodycraft-button-section .bodycraft-button-type-one {
	font-size: 13px;
	line-height: 20px;
	padding: 12px 45px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
  .team-carousel .sync1-owl .bodycraft-button-section .bodycraft-button-type-one{
		padding-bottom: 9px;
  }
}

.team-image-block{
    padding-top: 70px;
}

.sync2-owl .owl-nav {
    margin:0;
    padding-top: 45px;
    text-align: left;
}

.team-carousel .sync2-owl {
	padding-right: 50px;
}

.team-carousel .sync2-owl .item .team-member-image-block{
	margin: 0 10px 10px 0;
	-webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.2);
box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.2);
}

.team-carousel .sync2-owl .team-member-name h2 {
    font-size: 18px;
    letter-spacing: 1px;
	line-height: 26px;
	margin-bottom:0px;
	color: #231F20;
	padding-top: 25px;
}

.team-carousel .sync2-owl .team-member-dest h3 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom:0px;
	margin-top: 5px;
	color: #58595B;
	padding-bottom: 25px;
}

.team-member-description-mobile{
    display: none;
}

.sync2-owl .owl-nav div {
	/* position: absolute;
    bottom: -95px;*/
    position: relative;
	margin:0 !important;
	background: transparent !important;
	width: 45px;
	height: 45px;
	border-radius: 50% !important;
	border: 1px solid #58595B !important;
	background: none;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.sync2-owl .owl-nav button:focus {
	outline: none;
}

.sync2-owl .owl-nav div i {

    color: #58595B !important;
    display: inline-block;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

	transition: all 0.4s ease;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.sync2-owl .owl-nav div:hover {

	border: 1px solid #B91F41 !important;
}

.sync2-owl .owl-nav div:hover i {
	color: #B91F41 !important;
}

.sync2-owl .owl-nav div.owl-prev {
	left: 0%;
}

.sync2-owl .owl-nav div.owl-next {
	left: 30px;
}




.award-title-block{
    display: inline-block;
    width: 235px;
    height: 230px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.award-title-block h3{
    font-size: 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: 2px;
    padding: 0 40px;
    line-height: 24px;
}

.award-year-block{
    padding-top: 30px;
}
.award-year-block h4{
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 26px;

}
.award-desc-block{
    padding: 0 55px;
}

.award-desc-block p{
    font-size: 13px;
    line-height: 20px;
}

.awards-carousel .owl-controls{
    display: none;
}

.brands-carousel-wrap{
    position: relative;
}


.brands-carousel-title{
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 200;
    font-size: 29px;
    line-height: 36px;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.brands-slider-item{
    padding: 210px 0px 130px 0px;
}
.brands-slider-item .brand-logo-holder{
    padding-bottom: 45px;
}
.brands-slider-item img{
    display: inline-block !important;
    width: auto !important;
}

.brands-slider-item .brand-desc p{
    font-size: 17px;
    line-height: 24px;
}
.brands-carousel .owl-dots{
    display: none !important;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    position: absolute;
}
.brands-carousel .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
}

.brands-carousel .owl-nav div {
	/*position: absolute;
     bottom: -95px;*/
    position: relative;
	margin:0 !important;
	background: transparent !important;
	width: 45px;
	height: 45px;
	border-radius: 50% !important;
	border: 1px solid #FFF !important;
	background: none;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.brands-carousel .owl-nav div.owl-prev{
    float: left;
    margin-left: 50px !important;
}

.brands-carousel .owl-nav div.owl-next{
    float: right;
    margin-right: 50px !important;
}

.brands-carousel .owl-nav div i{

    color: #FFF !important;
    display: inline-block;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

	transition: all 0.4s ease;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}


.my-profile-update-form .um-field-area .um-form-field.um-datepicker{

    display: none !important;
    /* position: absolute;
    left: 0;
    opacity: 0;
    width: 0 !important; */
     /* visibility: hidden; */

}
.um .picker__box{
    background: #222;
}
.um .picker__header{
    background: #333;
}

.um .picker__table{
    background: #222;
}

.um .picker__day--highlighted:hover, .um .picker--focused .picker__day--highlighted, .um .picker__day--infocus:not(.picker__day--disabled):hover{
    background: #B91F41 !important;
}

.um .picker__footer{
    background: #333;
}

.um .picker__button--today{
    width: unset !important;
    background: #B91F41 !important;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px 20px;
    border-radius: 50px;
    margin-right: 10px !important;
    font-size: 12px;
    line-height: 40px;
}

.um .picker__button--clear{
    width: unset !important;
    background: #000 !important;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px 20px;
    border-radius: 50px;
    margin-left: 10px !important;
    font-size: 12px;
    line-height: 40px;
}

.um .picker__button--close{
    position: absolute;
    top: -25px;
    right: -50px;
    color: #FFF;
    background: transparent;
    border: #FFF solid 1px;
    font-size: 20px;
    border-radius: 50%;
    padding: 10px 12px;
    cursor: pointer;
}

.um .picker__nav--prev:hover,
.um .picker__nav--next:hover {
  background: #B91F41 !important;
}

.um .picker__day--outfocus:hover{
    background: rgb(133, 21, 45) !important;
}


.mobile-slider-book-button, .offer-page-mobile, .mobile-product-title-section, .nav-outlet-icon {
  display: none;
}


.faq-category-btn-mobile{
    display: none;
    width: 100%;
    padding: 15px 30px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #FFF !important;
    border-bottom: #808080 solid 1px;
    position: relative;
}

.accordion li{
    list-style: decimal;
    margin-left: 15px;
    font-size: 13px;
}

.accordion li p {
    padding: 0px 40px 0px 0px;
}


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #808080 !important;
}

.outlet-contact-numbers a{
    color: #58595B;
}

.outlet-contact-numbers a:hover{
    color: #b91f41;
}



.desktop-header{
    position: fixed;
    width: 100%;
    z-index: 799;
    top: 0;
    left: 0;
}
body.admin-bar .desktop-header{
    top:32px;
}

.master-wrap{
    padding-top: 142px;
}
.mobile-header{
    position: fixed !important;
    width: 100%;
    z-index: 799;
    top: 0;
    left: 0;
}
.bodycraft-responsive .master-wrap{
    padding-top: 66px !important;
}

.favored-menu ul.menu > li.current-menu-item {
  color: #B91F41;
}

.megamenu .main-menu-item-direction-icon {
  display: none;
}

.hide-on-load {
display: none;
}
.hide-on-load dfn {
  font-style: normal;
}
.um-field-arrow {
  z-index: 99 !important;
}
/* .hide-on-load.active {
  opacity: 1;
  visibility: visible;
} */

.restrict-outlets select[name="outlet"] + div.my-dropdown ul li {
  display: none !important;
}
.restrict-outlets select[name="outlet"] + div.my-dropdown ul li:first-child, .restrict-outlets select[name="outlet"] + div.my-dropdown ul li:last-child {
  display: block !important;
}

#register .um {
  margin-bottom: 25px !important;
}

.locations-carousel .owl-nav .owl-prev, .locations-carousel .owl-nav .owl-next {
  top: 85px;
}

.appointment-cancel-popup-overlay, .reserve-product-popup-overlay, .bodycraft-popup-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.appointment-cancel-popup, .bodycraft-popup, .appointment-sucessfull-popup, .appointment-tryagain-popup, .appointment-outlet-popup, .appointment-date-popup, .appointment-time-popup, .appointment-modified-popup, .reserve-product-name-popup, .reserve-product-mobile-popup, .reserve-product-email-popup, .reserve-product-message-popup, .reserve-product-thank-popup {
  background: #fff;
  opacity: 0;
  z-index: 999999;
  display: inline-block;
  visibility: hidden;
  padding: 40px 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.26);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.26);
  box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.26);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.appointment-cancel-popup .popup-text, .appointment-sucessfull-popup .popup-text, .appointment-tryagain-popup .popup-text, .appointment-outlet-popup .popup-text, .appointment-date-popup .popup-text, .appointment-time-popup .popup-text, .appointment-modified-popup .popup-text, .reserve-product-name-popup .popup-text, .reserve-product-mobile-popup .popup-text, .reserve-product-email-popup .popup-text, .reserve-product-message-popup .popup-text, .reserve-product-thank-popup .popup-text {
  padding-bottom: 30px;
}
.appointment-cancel-popup .popup-button, .appointment-sucessfull-popup .popup-button, .appointment-tryagain-popup .popup-button, .appointment-outlet-popup .popup-button, .appointment-date-popup .popup-button, .appointment-time-popup .popup-button, .appointment-modified-popup .popup-button, .reserve-product-name-popup .popup-button, .reserve-product-mobile-popup .popup-button, .reserve-product-email-popup .popup-button, .reserve-product-message-popup .popup-button, .reserve-product-thank-popup .popup-button {
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff !important;
  margin: 0 5px;
}
.appointment-cancel-popup span.popup-button, .appointment-sucessfull-popup span.popup-button, .appointment-tryagain-popup span.popup-button, .appointment-outlet-popup span.popup-button, .appointment-date-popup span.popup-button, .appointment-time-popup span.popup-button, .appointment-modified-popup span.popup-button, .reserve-product-name-popup span.popup-button, .reserve-product-mobile-popup span.popup-button, .reserve-product-email-popup span.popup-button, .reserve-product-message-popup span.popup-button, .reserve-product-thank-popup span.popup-button {
  cursor: pointer;
}
.appointment-cancel-popup span.popup-button:hover, .appointment-sucessfull-popup span.popup-button:hover, .appointment-tryagain-popup span.popup-button:hover, .appointment-outlet-popup span.popup-button:hover, .appointment-date-popup span.popup-button:hover, .appointment-time-popup span.popup-button:hover, .appointment-modified-popup span.popup-button:hover, .reserve-product-name-popup span.popup-button:hover, .reserve-product-mobile-popup span.popup-button:hover, .reserve-product-email-popup span.popup-button:hover, .reserve-product-message-popup span.popup-button:hover, .reserve-product-thank-popup span.popup-button:hover {
  background: #070707;
}
.appointment-cancel-popup.active, .appointment-sucessfull-popup.active, .appointment-tryagain-popup.active, .appointment-outlet-popup.active, .appointment-date-popup.active, .appointment-time-popup.active, .appointment-modified-popup.active, .reserve-product-name-popup.active, .reserve-product-mobile-popup.active, .reserve-product-email-popup.active, .reserve-product-message-popup.active, .reserve-product-thank-popup.active {
  opacity: 1;
  visibility: visible;
}
.appointment-cancel-popup-overlay.active, .reserve-product-popup-overlay.active, .bodycraft-popup-overlay.active {
  display: block;
}

.bodycraft-popup .popup-text{
    padding-bottom: 30px;
}
.bodycraft-popup .popup-button{
padding: 10px 20px;
border-radius: 50px;
color: #fff !important;
margin: 0 5px;
}
.bodycraft-popup span.popup-button{
cursor: pointer;
}
.bodycraft-popup span.popup-button:hover{
background: #070707;
}
.bodycraft-popup.active{
opacity: 1;
visibility: visible;
}


.menu-active-color > a {
  color: #B91F41 !important;
}
.kc-blog-posts-3 .kc-list-item-3 .entry-meta a {
    text-transform: capitalize;
    font-size: 12px;
    color: #B91F41 !important;
}
.kc-blog-posts .kc-post-2-button:hover {
    border-color: #B91F41 !important;
    background: #B91F41 !important;
    color: #fff;
}
.kc-blog-posts .kc-post-2-button {
    float: left;
    padding: 10px 20px;
    border: 1px solid #B91F41 !important;
    background: #B91F41 !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-size: 12px;
    line-height: 1;
}
.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a:hover {
    color: #B91F41 !important;
}
h6.condition-txt.light-black {
    font-size: 11px;
    padding: 21px;
}
span.entry-cats {
    display: none;
}




.book-appointment-form .dropdownjs > .fakeinput, .book-appointment-form .dropdownjs li.selected{
    text-transform: capitalize !important;
}