@import url('https://fonts.googleapis.com/css?family=Assistant:300,400,600,700');
@font-face {
    font-family: 'OpenSansHebrewLight';
    src: url('../fonts/OpenSansHebrewLight.eot');
    src: url('../fonts/OpenSansHebrewLight.eot') format('embedded-opentype'),  url('../fonts/OpenSansHebrewLight.woff2') format('woff2'),  url('../fonts/OpenSansHebrewLight.woff') format('woff'),  url('../fonts/OpenSansHebrewLight.ttf') format('truetype'),  url('../fonts/OpenSansHebrewLight.svg#OpenSansHebrewLight') format('svg');
}
@font-face {
    font-family: 'OpenSansHebrewRegular';
    src: url('../fonts/OpenSansHebrewRegular.eot');
    src: url('../fonts/OpenSansHebrewRegular.eot') format('embedded-opentype'),  url('../fonts/OpenSansHebrewRegular.woff2') format('woff2'),  url('../fonts/OpenSansHebrewRegular.woff') format('woff'),  url('../fonts/OpenSansHebrewRegular.ttf') format('truetype'),  url('../fonts/OpenSansHebrewRegular.svg#OpenSansHebrewRegular') format('svg');
}
@font-face {
    font-family: 'OpenSansHebrewBold';
    src: url('../fonts/OpenSansHebrewBold.eot');
    src: url('../fonts/OpenSansHebrewBold.eot') format('embedded-opentype'),  url('../fonts/OpenSansHebrewBold.woff2') format('woff2'),  url('../fonts/OpenSansHebrewBold.woff') format('woff'),  url('../fonts/OpenSansHebrewBold.ttf') format('truetype'),  url('../fonts/OpenSansHebrewBold.svg#OpenSansHebrewBold') format('svg');
}
a:hover, a:focus {
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}
body {
    font-family: 'OpenSansHebrewRegular';
    font-size: 16px;
}
h1 {
    font-size: 48px;
}
p {
    color: #646464;
}
button:focus, button:hover {
    outline: none;
}
/*.wrapper {
    padding-bottom: 155px;
}*/
.font-bold {
    font-family: 'OpenSansHebrewBold';
}
.btn-orange {
    background: #cf381d;
    font-size: 16px;
    color: #fff;
    font-family: 'OpenSansHebrewBold';
    padding: 20px 50px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}
.btn-orange:hover, .btn-orange:focus {
    background: #a2301b;
    color: #fff;
}
.btn-yellow {
    background: #b3a26c;
    font-size: 12px;
    color: #fff;
    font-family: 'OpenSansHebrewRegular';
    padding: 15px 50px;
    border-radius: 4px;
    border: 0;
    outline: 0;
    cursor: pointer;
    display: inline-block;
}
.resPhoneClub{
    width: 100%;
    display: block;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
    padding: 6px;
    border: 2px solid #eee9de;
    background: #eee9de;
    color:black;
}

.btn-yellow-large {
    background: #b3a26c;
    font-size: 16px;
    color: #fff;
    font-family: 'OpenSansHebrewBold';
    padding: 20px 50px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}
.btn-orange:hover, .btn-orange:focus {
    background: #8e8156;
    color: #fff;
}
.btn-black {
    background: #000;
    font-size: 12px;
    color: #fff;
    font-family: 'OpenSansHebrewRegular';
    padding: 15px 50px;
    border-radius: 4px;
    border: 0;
    outline: 0;
    cursor: pointer;
    display: inline-block;
}
.btn-black.btn-black-large {
    width: 210px;
    font-size: 20px;
    font-family: 'OpenSansHebrewBold';
    padding: 15px 50px!important;
}
.btn-green {
    background: #6cbfbe;
    font-size: 12px;
    color: #fff;
    font-family: 'OpenSansHebrewRegular';
    padding: 15px 50px;
    border-radius: 4px;
    border: 0;
    outline: 0;
    cursor: pointer;
    display: inline-block;
}



.btn-green:hover {
    color: #fff;
}
.form-control {
    background: #fff;
    height: 48px;
    border: 0;
    font-size: 14px;
}
 .form-control::-webkit-input-placeholder {
 color: #a3a3a3;
}
 .form-control::-moz-placeholder {
 color: #a3a3a3;
}
 .form-control:-ms-input-placeholder {
 color: #a3a3a3;
}
 .form-control:-moz-placeholder {
 color: #a3a3a3;
}
select.form-control {
    background: #fff;
    height: 48px!important;
    border: 0;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/arrow-select.png);
    background-repeat: no-repeat;
    background-position: 20px;
}
.heading-large {
    font-size: 36px;
}
.font-large p {
    font-size: 22px;
    color: #646464;
    line-height: 1.6;
}
/*==================================

	Customize checkbox

====================================*/



.custom-checkbox {
    display: block;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    font-size: 0.875em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}
.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.custom-checkbox input:checked ~ .checkmark {
    background-color: #b3a26c;
}
/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container {
    max-width: 1320px;
}
.section-heading {
    font-size: 35px;
    color: #1a1919;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    margin-top: 45px;
}
.section-heading:before {
    content: "";
    background: #eae2d9;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}
.section-heading span {
    background: #fff;
    font-weight: 300;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.section-sub-heading {
    font-size: 22px;
    color: #646464;
    line-height: 1.4;
    text-align: center;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}
.section-sub-heading.section-sub-heading-large {
    max-width: 94%;
}
/*==============================

	Header

================================*/



header {
    background: #000;
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.top-header {
    padding: 23px 0;
    position: relative;
    z-index: 11;
}
.top-header ul li {
    vertical-align: middle;
}
.top-header ul li a {
    font-size: 14px;
    color: #d1d1d3;
}
.header-social-icons {
    border-right: 1px solid #5a5a5a;
    padding-right: 10px;
    margin-right: 10px;
}
.top-header .header-social-icons li a {
    color: #b3a26c;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px;
}
.top-header .header-social-icons li:first-of-type a {
    font-size: 22px;
}
.top-header ul li a .fa-angle-left {
    color: #b3a26c;
}
.top-header ul li a .fa-angle-left {
    color: #b3a26c;
    font-size: 16px;
    vertical-align: -2px;
    margin-right: 3px;
}
.logo-content {
    padding-top: 0;
    margin-top: -16px;
}
.toggle-icon {
    width: 21px;
    height: 17px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
    top: 3px;
}
.toggle-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #d1d1d3;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.toggle-icon span:nth-child(1) {
    top: 0px;
}
.toggle-icon span:nth-child(2), .toggle-icon span:nth-child(3) {
    top: 7px;
}
.toggle-icon span:nth-child(4) {
    top: 14px;
}
.menu-open .toggle-icon span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.menu-open .toggle-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-open .toggle-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-open .toggle-icon span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.sliding-menu {
    background: #000;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 100%;
    overflow: hidden;
    transition: all 0.3s;
}
.sliding-menu .container {
    border-top: 1px solid #b3a26c;
    padding-top: 35px;
    padding-bottom: 10px;
}
.sliding-menu h4 {
    position: relative;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.sliding-menu h4:before {
    content: "";
    background: #b3a26c;
    position: absolute;
    bottom: 0;
    width: 40px;
    margin-left: 0;
    height: 5px;
    right: 0;
}
.sliding-menu h4 ~ ul {
    margin-top: -30px;
}
.sliding-menu ul li a {
    opacity: 0.5;
    color: #fff;
    font-size: 18px;
    font-family: 'OpenSansHebrewLight';
    display: inline-block;
    margin-bottom: 3px;
}
.sliding-menu ul li a:hover, .sliding-menu ul li a:focus {
    color: #fff;
    opacity: 1;
}
/*==============================

	Page Content

================================*/

.banner-content-home {
    height: 800px;
    background-image: url('../images/banner-home-1.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff;
}

.banner-content {
    height: 800px;
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff;
}
.banner-caption {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    margin-top: -100px;
}
.banner-caption h2 {
    font-size: 4.250em;
    text-shadow: 0px 0px 70px rgba(0,0,0,.76);
}
.banner-caption p {
    font-size: 1.750em;
    color: #fff;
    text-shadow: 0px 0px 70px rgba(0,0,0,.76);
    margin-bottom: 70px;
}
.banner-caption .btn-orange {
    font-size: 1.125em;
}
.product-content.product-content-top {
    margin-top: -190px;
}
.product-content.product-content-top .border-box-content {
    color: #fff;
    padding: 30px 30px 50px;
    position: relative;
    min-height: 210px;
    padding-bottom: 85px;
}
.product-content.product-content-top .border-box-content .btn-orange {
    bottom: 25px;
}
.service-box-container {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}
.service-box {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    width: 16.667%;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
}
.service-box-container:hover .service-box {
    width: 15%;
}
.service-box-container:hover .service-box:hover {
    width: 25%;
}
.service-box {
    height: 460px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.service-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.duran-box:after {
    background: rgba(0,0,0,0.4) !important;
}
.service-caption {
    color: #fff;
    padding: 40px 15px;
    position: Absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.service-caption h3 {
    font-size: 32px;
    position: relative;
    padding-top: 10px;
}
.service-caption h3:after {
    content: "";
    background: #b3a26c;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 3px;
}
.service-caption p {
    font-size: 16px;
    font-family: 'OpenSansHebrewLight';
    color: #fff;
}
.service-caption p a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    margin-top: 15px;
}

.clubs-bg-home {
    background-image: url(../images/club-bg-1.jpg) !important;
    padding-top: 150px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}


.clubs-bg {
    background-image: url(../images/club-bg.jpg);
    padding-top: 150px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.clubs-bg .row > div {
    position: relative;
}
.clubs-bg .row > div:after {
    content: "";
    height: calc(100% - 55px);
    width: 1px;
    background: #b3a26c;
    position: absolute;
    right: 0;
    bottom: 0;
}
.clubs-bg .row > div:first-of-type:after {
    display: none;
}
.clubs-bg h4 {
    font-size: 30px;
    color: #e6dbc0;
    margin-bottom: 15px;
}
.clubs-bg p {
    font-size: 1em;
    color: #e6dbc0;
    max-width: 86%;
    margin-left: auto;
    margin-right: auto;
}
.clubs-bg p a {
    color: #e6dbc0;
    font-size: 14px;
    text-decoration: underline;
}
.yellow-rect-box {
    position: relative;
    padding-bottom: 30px;
}
.yellow-rect-box:after {
    content: "";
    position: absolute;
    border: 5px solid #d8c8a1;
    top: 150px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    -webkit-transform: translateX(-50%);
    width: 280px;
}
.yellow-box-content {
    padding: 0 20px;
    max-width: 280px;
    margin: 0 auto;
}
.yellow-rect-box h3 {
    color: #1a1919;
    font-size: 2.000em;
}
.yellow-rect-box p {
    font-size: 1.175em;
    letter-spacing: -0.75px;
}
.yellow-rect-box a {
    width: 200px;
    font-family: 'OpenSansHebrewRegular';
    display: inline-block;
    margin-top: 10px;
    padding: 15px 40px;
}
.border-box {
    background: #000;
    margin-top: 15px;
    margin-bottom: 60px;
    position: relative;
}
.border-box:after {
    position: absolute;
    border: 5px solid #fff;
    content: "";
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.border-box.border-box-image {
    background-color: inherit;
    height: 430px;
    background-position: center center;
}
.border-box.border-box-image:before {
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.border-box.border-box-image .border-box-content {
    color: #fff;
    padding: 30px 30px 50px;
    z-index: 1;
    height: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: inherit;
}
.border-box.border-box-image .border-box-content .btn-orange {
    position: relative;
    margin-left: 0;
    bottom: 0;
    display: inline-block;
    left: 0;
    margin-top: 10px;
}
.border-box img {
    display: block;
    width: 100%;
}
.border-box-content {
    color: #fff;
    padding: 20px 30px 50px;
    position: relative;
    min-height: 290px;
    padding-bottom: 100px;
    z-index: 1;
}
.border-box-content h3 {
    font-size: 42px;
}
.border-box-content p {
    font-size: 1.500em;
    color: #fff;
    font-family: 'OpenSansHebrewLight';
}
.border-box-content .btn-orange {
    width: 200px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 45px;
    padding: 15px 50px;
    font-family: 'OpenSansHebrewLight';
}
.product-content .col-12 > a.btn-orange {
    width: 250px;
}
.members-content h4 {
    font-size: 30px;
    font-family: 'OpenSansHebrewLight';
    position: relative;
    text-align: center;
    padding-top: 20px;
}
.members-content h4:before {
    content: "";
    background: #b3a26c;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 6px;
}
.members-content p {
    font-size: 20px;
    text-align: center;
    color: #646464;
    line-height: 1.4;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.members-content p small {
    color: #929292;
}
.members-content img {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 15px;
}
.bottom-banner-content {
    background-image: url(../images/bottom-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 405px;
    position: relative;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
    align-items: center;
}
.bottom-banner-content h3 {
    font-size: 48px;
    font-family: 'OpenSansHebrewBold';
    margin-top: -60px;
}
.bottom-banner-content p {
    font-size: 22px;
    font-family: 'OpenSansHebrewLight';
    color: #fff;
    margin-bottom: 50px;
}
.banner-content-inner {
    /*margin-top: 50px;
    border-top: 3px solid #eae2d9;*/
    border-bottom: 3px solid #eae2d9;
    padding-top: 45px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.banner-content-inner p {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 0.875em
}
.banner-small {
    min-height: 520px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 50px;
    background-position: center center;
}
.banner-small-caption {
    position: absolute;
    bottom: 80px;
    width: 100%;
    left: 0;
    color: #fff;
    min-height: 150px;
}
.banner-small-caption h1 {
    text-shadow: 0px 0px 76px rgba(0,0,0,0.70);
    margin-bottom: 20px;
}
.banner-small-caption p {
    font-size: 28px;
    color: #fff;
    margin: 0 auto 30px;
    text-shadow: 0px 0px 76px rgba(0,0,0,0.70);
    max-width: 98%;
}
.banner-small-caption form {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.banner-small-caption form .form-control {
    background-image: url(../images/search-icon-red.png);
    background-repeat: no-repeat;
    background-position: 10px;
    height: 62px;
    padding: 20px 20px 20px 50px;
}
.banner-small-caption select.form-control {
    background-image: url(../images/arrow-select-white.png);
    max-width: 320px;
    margin: 0 auto;
    background-color: #cf381d;
    color: #fff;
    font-size: 18px;
    height: 60px!important;
    margin-bottom: -45px;
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    padding: 15px 25px;
}
.banner-small-caption ul li a {
    min-width: 225px;
    padding: 20px 35px;
}
.banner-small-caption ul li a[data-width="large"] {
    width: auto;
}
.appointment-content > .container {
    background: #b3a26c;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 35px 35px 35px 20px;
    max-width: 1290px;
}
.appointment-content-inner h3 {
    font-size: 48px;
    color: #fff;
}
.appointment-content-inner form {
    max-width: 970px;
    margin: 0 auto;
}
.appointment-content-inner form.form-full {
    max-width: inherit;
}
.appointment-content-inner .form-group {
    padding-left: 5px;
}
.appointment-content-inner .form-group .form-control {
    min-width: 265px;
    height: 60px!important;
    font-size: 0.8rem;
}
.appointment-content-inner .custom-checkbox {
    color: #fff;
}
.appointment-content-inner .btn-black {
    padding: 15px 50px;
    font-size: 22px;
    font-family: 'OpenSansHebrewBold';
}
.appointment-content.appointment-content-red .container {
    background: #cf381d;
}
.appointment-content p {
    color: #fff;
    font-size: 22px;
    margin-top: -15px;
}
.appointment-content.appointment-content-small .btn-black {
    min-width: 200px;
    font-family: 'OpenSansHebrewBold';
    font-size: 22px;
    padding: 15px 50px;
}
.appointment-content.appointment-content-small .appointment-content-inner form {
    max-width: 750px;
    margin: 0 auto;
}
.appointment-content select.form-control {
    background-image: url(../images/arrow-select-black.png);
}
.appointment-heading .container {
    border-top: 4px solid #eae2d9;
}
.appointment-heading p {
    font-family: 'OpenSansHebrewBold';
    font-size: 22px;
    margin-bottom: 0;
    padding-top: 35px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
}
.appointment-bottom {
    margin-bottom: 30px;
}
.appointment-bottom p {
    font-size: 22px;
    color: #646464;
}
.map-content {
    padding-top: 60px;
    padding-bottom: 0;
}
.map-content .section-sub-heading {
    max-width: inherit;
}
.map-ping-list > div {
    padding-top: 70px;
    padding-left: 3px;
    padding-right: 3px;
    height: 180px;
    overflow: hidden;
    transition: all .3s;
}
.map-ping-list > div h3 {
    font-size: 21px;
    margin-top: 20px;
}
.map-ping-list > div p {
    font-size: 14px;
    margin-bottom: 5px;
}
.map-ping-list > div p a {
    color: #cf381d;
    text-decoration: underline;
}
.map-ping-list > div:hover {
    padding-top: 0;
    height: 200px;
}
.gift-content {
    background: url(../images/gift-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow: 0px 0px 42px rgba(0,0,0,0.12) inset;
}
.gift-content-inner {
    overflow: hidden;
    padding-top: 30px;
}
.gift-content-inner > div {
    border-left: 5px solid #d8c8a1;
    border-right: 5px solid #d8c8a1;
    border-bottom: 5px solid #d8c8a1;
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
}
.gift-content-inner > div > span {
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -27px;
}
.gift-content-inner > div > span:after {
    content: "";
    left: 55px;
    position: absolute;
    height: 5px;
    background: #d8c8a1;
    width: 1000px;
    top: 30px;
}
.gift-content-inner > div > span:before {
    content: "";
    right: 60px;
    position: absolute;
    height: 5px;
    background: #d8c8a1;
    width: 1000px;
    top: 30px;
}
.gift-content h2 {
    font-size: 2.5rem;
}
.gift-content .btn-orange {
    width: 180px;
    padding: 20px 15px;
}
.yellow-solid-box {
    background: #f0ede1;
    padding: 20px;
    margin-top: 30px;
}
.yellow-solid-box-inner {
    padding: 10px;
    border: 5px solid #fff;
}
.yellow-solid-box h3 {
    font-size: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.yellow-solid-box h4 {
    font-size: 24px;
    color: #1a1919;
    font-family: 'OpenSansHebrewLight';
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 40px;
}
.yellow-solid-box h4 span {
    font-size: 16px;
    color: #646464;
    display: block;
}
.yellow-solid-box h4:after {
    background: #cf381d;
    content: "";
    width: 50px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
}
.yellow-solid-box-content {
    min-height: 150px;
    margin-bottom: 10px;
}
.yellow-solid-box p {
    font-size: 22px;
    color: #1a1919;
}
.yellow-solid-box .btn-green {
    font-size: 24px;
    font-family: 'OpenSansHebrewBold';
    padding: 9px;
    width: 190px;
}
.price-content {
    height: 120px;
    padding: 15px 0 15px;
    display: flex;
    align-items: flex-end;
}
.price-content ul {
    width: 100%;
    margin-bottom: 0;
}
.price-content li {
    float: left;
    width: 50%;
    color: #1a1919;
    font-size: 18px;
    border-left: 4px solid #fff;
    padding: 10px 3px 10px 8px;
}
.price-content li span {
    margin-right: 5px;
}
.price-content li:first-of-type {
    border-left: 0;
}
.price-content li span {
    font-size: 24px;
    font-family: 'OpenSansHebrewBold';
}
.yellow-solid-box.yellow-solid-box-large h4:after {
    display: none;
}
.yellow-solid-box.yellow-solid-box-large h4 {
    margin-bottom: 0;
    margin-top: 20px;
    padding-bottom: 0;
}
.yellow-solid-box.yellow-solid-box-large h3 {
    padding-bottom: 35px;
    margin-bottom: 0;
    position: relative;
    margin-top: 5px;
    font-size: 34px;
}
.yellow-solid-box.yellow-solid-box-large h3:after {
    background: #cf381d;
    content: "";
    width: 50px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
}
.yellow-solid-box-content h5 {
    font-family: 'OpenSansHebrewBold';
    font-size: 22px;
    margin-top: 20px;
}
.yellow-solid-box-content ul {
    margin-bottom: 20px;
}
.yellow-solid-box-content li {
    float: right;
    padding: 0 20px 0 0;
    width: 50%;
    position: relative;
    font-size: 22px;
    letter-spacing: -1px;
    font-family: 'Assistant', sans-serif;
    text-align: right;
}
.yellow-solid-box-content li:after {
    content: "";
    background: #b3a26c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 15px;
}
.yellow-solid-box-large .yellow-solid-box-content {
    margin-bottom: 20px;
}
.yellow-solid-box .btn-orange {
    font-size: 16px;
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    width: 195px;
    padding: 15px 50px;
    margin-bottom: 25px;
}
.info-icon-content {
    padding: 50px 0;
}
.icon-holder {
    background: #d8c8a1;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    position: relative;
    display: table;
    margin: 0 auto 40px;
    color: #fff;
}
.icon-holder.icon-holder-small {
    height: 57px;
    width: 57px;
}
.icon-holder:after {
    background: #cf381d;
    content: "";
    width: 50px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -30px;
}
.icon-holder h2 {
    font-size: 42px;
    font-family: 'OpenSansHebrewLight';
    margin-bottom: 0;
    line-height: 1.1;
    padding-top: 30px;
    letter-spacing: -1px;
}
.icon-holder p {
    font-size: 26px;
    font-family: 'OpenSansHebrewLight';
    letter-spacing: -1px;
    color: #fff;
    line-height: 1;
}
.icon-holder.icon-holder-small ~ p {
    color: #000;
}
.info-icon-content h3 {
    font-size: 25px;
}
.info-icon-content h4 {
    font-size: 22px;
    font-family: 'OpenSansHebrewBold';
}
.info-icon-content p {
    color: #646464;
    font-size: 22px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.info-icon-content .icon-holder p {
    color: #fff;
}
/*=============================

	About Us

===============================*/

.about-banner-content {
    background: url(../images/gift-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 25px;
    box-shadow: 0px 0px 42px rgba(0,0,0,0.12) inset;
    display: flex;
    align-items: center;
    min-height: 350px;
}
.about-banner-content h2 {
    color: #646464;
    font-size: 48px;
    font-family: 'OpenSansHebrewBold';
    margin-bottom: 0;
}
.about-banner-content h2.color-yellow {
    font-family: 'OpenSansHebrewRegular';
    text-transform: uppercase;
    color: #b3a26c;
    margin-bottom: 30px;
}
.about-banner-content p {
    font-size: 28px;
}
.about-content-inner p {
    font-size: 22px;
    color: #646464;
    max-width: 88%;
}
.about-content-inner {
    padding-top: 60px;
    padding-bottom: 0;
}
.about-content-inner p {
    font-size: 22px;
    color: #646464;
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.about-content-inner img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
}
.about-content-inner.about-content-inner-max p {
    max-width: 100%;
}
.card-content {
    background: #f0ede1;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    color: #000;
    position: relative;
    margin-bottom: 40px;
}
.card-content:after {
    background: #cf381d;
    content: "";
    width: 50px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 30px;
}
.card-content-inner {
    padding: 15px 20px 70px;
}
.card-content h3 {
    font-size: 24px;
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.card-content h4 {
    font-size: 24px;
    font-family: 'Assistant', sans-serif;
    margin-top: 15px;
}
.card-content h4 b {
    font-weight: 700;
}
.card-content ul {
    margin-top: 30px;
}
.card-content ul li h5 {
    color: #cf381d;
    font-weight: 700;
}
.card-content ul li p {
    font-size: 19px;
    color: #000;
}
.members-policy .container > .row {
    border-top: 4px solid #eae2d9;
    padding-top: 40px;
}
.members-policy-header {
    border: 3px solid #b3a26c;
    padding: 10px;
    margin-bottom: 10px;
}
.members-policy-header h3 {
    margin-bottom: 0;
    font-size: 18px;
}
.members-policy-header p {
    margin-bottom: 0;
    font-size: 18px;
    color: #000000;
}
.members-policy-header > div:first-of-type {
    border-left: 1px solid #b3a26c;
}
.members-policy table {
    width: 100%;
    border-left: 1px solid #b3a26c;
    border-right: 1px solid #b3a26c;
}
.members-policy table th {
    font-family: 'OpenSansHebrewBold';
    padding: 10px 25px 15px;
    position: relative;
}
.members-policy table thead tr th:before, .members-policy table tbody tr td:before {
    background: #b3a26c;
    content: "";
    width: 95%;
    position: absolute;
    bottom: 0;
}
.members-policy table thead tr th:before {
    height: 4px;
}
.members-policy table tbody tr td:before {
    height: 1px;
}
.members-policy table thead tr th:nth-of-type(2n+1):before, .members-policy table tbody tr td:nth-of-type(2n+1):before {
    right: 5%;
}
.members-policy table thead tr th:nth-of-type(2n):before, .members-policy table tbody tr td:nth-of-type(2n):before {
    left: 5%;
}
.members-policy table th:last-of-type, .members-policy table td:last-of-type {
    border-left: 0;
}
/*.members-policy table thead tr{

	border-bottom:5px solid #b3a26c;

}*/

.members-policy table td {
    padding: 15px 25px 20px 55px;
    width: 25%;
    position: relative;
    vertical-align: top;
}
.members-policy table td:after, .members-policy table th:after {
    content: "";
    position: absolute;
    left: 1px;
    width: 0.5px;
    top: 10px;
    background: #b3a26c;
    height: calc(100% - 20px);
}
.members-policy table td:last-of-type:after, .members-policy table th:last-of-type:after {
    display: none;
}
.members-policy-condition {
    margin-top: 20px;
    margin-bottom: 70px;
}
.members-policy-condition p {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    font-family: 'Assistant', sans-serif;
    line-height: 1.3;
}
.banner-small.magazine-banner-small h2 {
    font-size: 150px;
    text-transform: uppercase;
    font-family: 'OpenSansHebrewBold';
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -5px;
}
.banner-small.magazine-banner-small p {
    font-family: 'OpenSansHebrewBold';
    font-size: 38px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    letter-spacing: -2px;
}
.magazine-product-content.product-content {
    margin-top: -110px;
}
.magazine-product-content.product-content .border-box-content {
    padding: 10px 40px 50px;
    padding-bottom: 30px;
}
.magazine-product-content.product-content .border-box-content a {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    margin-top: 15px;
}
.magazine-slider-inner {
    background: #f2efe9;
    position: relative;
}
.magazine-slider-inner:after {
    position: absolute;
    border: 5px solid #fff;
    content: "";
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.magazine-slider-heading {
    padding: 40px 50px;
}
.magazine-slider-heading h2 {
    font-size: 48px;
    line-height: 1;
}
.magazine-slider-content {
    padding: 10px 50px 20px;
}
.magazine-slider-content p {
    font-size: 22px;
    color: #000;
}
.magazine-slider-content p:last-of-type {
    color: #b3a26c;
    font-size: 32px;
    font-family: 'Assistant', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}
.magazine-slider-content h3 {
    font-size: 42px;
}
.magazine-banner {
    background-image: url('../images/magazine-banner.jpg');
    background-size: cover;
    background-position: center center;
    padding: 20px 0;
    color: #fff;
}
.magazine-banner h2 {
    font-family: 'OpenSansHebrewBold';
    font-size: 48px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.magazine-banner h2 span {
    display: block;
    font-size: 16px;
    font-family: 'OpenSansHebrewRegular';
}
.magazine-banner p {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    font-size: 22px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}
.magazine-banner p a {
    color: #fff;
    text-decoration: underline;
}
.article-content nav {
    margin-top: 20px;
}
.article-content nav li {
    margin-left: 7%;
    margin-right: 7%;
}
.article-content nav li a {
    color: #646464;
    font-size: 28px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    padding: 0;
}
.article-content nav li a.active {
    color: #000;
    font-family: 'OpenSansHebrewBold';
    border-bottom: 4px solid #d6c6b4;
}
.article-content .slick-slide {
    height: auto;
    margin-right: 1px;
    outline: none;
}
.article-content .slick-arrow {
    background: none;
    outline: none;
    border: 0;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 57px;
    width: 57px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.article-content .slick-prev {
    background: url(../images/arrow-right.png);
    right: -80px;
}
.article-content .slick-next {
    background: url(../images/arrow-left.png);
    left: -80px;
}
.article-content .tab-content {
    margin-bottom: 60px;
    margin-top: 50px;
}
.article-content h3 {
    font-size: 34px;
}
.article-content p small {
    font-size: 16px;
}
.article-content p {
    font-size: 24px;
    color: #000;
}
.article-content p a {
    color: #000;
    text-decoration: underline;
}
/*=============================

	Contact Us

===============================*/



.contact-banner ~ .appointment-content {
    margin-bottom: 30px;
}
.contact-banner ~ .appointment-content p {
    font-size: 28px;
}
.contact-content .appointment-content-inner form {
    max-width: 620px;
    margin: 10px auto 0;
}
.contact-content form .row > div {
    padding-left: 10px;
    padding-right: 10px;
}
.contact-content .form-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.contact-content .appointment-content-inner .form-group textarea {
    height: 110px!important;
    padding: .675rem .75rem;
}
.detail-text h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
.detail-text span {
    display: block;
    font-size: 28px;
    direction: ltr;
}
/*=============================

	Business

===============================*/



.topshift-banner .banner-small-caption {
    bottom: 140px;
}
.topshift-banner ~ .topshift-content {
    margin-top: -130px;
    position: relative;
    z-index: 9;
}
.topshift-banner ~ .product-content .border-box {
    margin-bottom: 15px;
}
.empty-banner {
    height: 500px;
    box-shadow: 0px 0px 42px rgba(0,0,0,0.76) inset;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*=============================

	Personal Training

===============================*/



.full-yellow-slider .slick-slide {
    height: auto;
}
.full-yellow-slider li {
    background: #f0ede1;
    padding: 20px;
}
.full-yellow-inner {
    padding: 50px 25px 70px;
    border: 5px solid #fff;
}
.full-yellow-inner h2 {
    font-size: 35px;
}
.full-yellow-inner p {
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.9;
    letter-spacing: -0.5px;
}
.full-yellow-inner p b {
    font-family: 'OpenSansHebrewBold';
}
.full-yellow-content > div:last-of-type p {
    max-width: 85%;
}
.full-yellow-slider .slick-arrow {
    background: none;
    outline: none;
    border: 0;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 57px;
    width: 57px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.full-yellow-slider .slick-prev {
    background: url(../images/arrow-right.png);
    right: -80px;
}
.full-yellow-slider .slick-next {
    background: url(../images/arrow-left.png);
    left: -80px;
}
.text-content p {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 0;
    letter-spacing: -0.25px;
}
.guides-content h3 {
    margin-top: 30px;
    font-size: 30px;
    font-family: 'OpenSansHebrewLight';
    margin-bottom: 20px;
}
.guides-content h3 small {
    display: block;
    font-size: 16px;
    font-family: 'OpenSansHebrewRegular';
    margin-top: 5px;
}
.guides-content p {
    font-size: 20px;
    max-width: 230px;
    margin: 0 auto 20px;
}
.about-banner-content.pilates-banner-content h2 {
    font-family: 'OpenSansHebrewRegular';
    font-size: 35px;
    margin-bottom: 25px;
    color: #000;
    margin-top: 0;
}
.about-banner-content.pilates-banner-content p {
    font-size: 20px;
    margin-bottom: 40px;
}
.about-banner-content.pilates-banner-content p:last-of-type {
    margin-bottom: 20px;
}
/*=============================

	Footer

===============================*/

.footer-heading {
    font-size: 60px;
    color: #b3a26c;
    font-weight: 300;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'OpenSansHebrewLight';
	direction:ltr;
}
footer {
    background: #1a1919;
    padding-top: 35px;
}
.footer-top {
    margin-bottom: 40px;
    margin-top: 25px;
    border-top: 1px solid #d8c8a1;
    border-bottom: 1px solid #d8c8a1;
    padding-top: 25px;
    padding-bottom: 10px;
}
.footer-top ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.footer-top ul li {
    margin-right: 30px;
}
.footer-top ul.social-icons li {
    margin-right: 0;
}
.footer-top ul.social-icons li a {
    font-size: 20px;
    margin-right: 8px;
}
.footer-top p {
    color: #fff;
}
.footer-navigation ul {
    margin-bottom: 30px
}
.footer-navigation ul li a {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}
.footer-navigation ul li a:hover {
    color: #b3a26c;
}
.footer-navigation h4 {
    color: #79715d;
    font-size: 15px;
}
.footer-subscribe {
    background: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    z-index: 99;
	display: none;
}
.footer-subscribe .btn-yellow { background: #cf381d; }
.footer-subscribe .container {
    max-width: 970px;
}
.footer-subscribe form {
    margin: 0;
}
.footer-subscribe .form-group {
    padding-left: 5px;
}
.footer-subscribe .form-control {
    min-width: 265px;
    font-size: 0.82rem;
}
.sliding-menu h4 a {color: #FFF;}

.show-button {position: fixed; bottom: 50px; left: 15px; background: #000; color: #FFF !important; cursor: pointer; font-size: 14px; padding: 10px 20px; font-weight: bold; z-index: 999; }
		.hide-buttton {color: #FFF; position: absolute; top: 0px; left: 0px;  cursor: pointer; font-size: 22px;}

.slick-dots {
    margin: 0;
    padding: 0;
}
.slick-dots li {
    list-style-type: none;
    display: inline-block;
    text-indent: -9999px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
.slick-dots li.slick-active {
    width: 12px;
    height: 12px;
}
.slick-slide {
    outline: none;
}

@media (max-width: 1200px) {
.appointment-content-inner .form-group .form-control {
    min-width: 188px;
    font-size: 0.7rem;
}
}

@media (max-width: 991px) {
.wrapper {
    padding-bottom: 0;
}
.logo-content img {
    width: 100px;
}
.service-box {
    width: 33.33%;
    display: inline-block;
    float: left;
}
.footer-heading {
    font-size: 36px;
}
footer {
    padding-top: 0;
}
.footer-top {
    margin-bottom: 0;
    margin-top: 0;
    border-top: 0;
    border-bottom: 1px solid #d8c8a1;
    padding-top: 20px;
    padding-bottom: 5px;
}
.footer-top ul.social-icons li a {
    color: #b3a26c;
}
.footer-top p {
    color: #fff;
    font-size: 0.938em;
}
.footer-navigation {
    margin-bottom: 30px;
}
.footer-navigation h4 {
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #d8c8a1;
    margin-bottom: 0;
    position: relative;
}
.footer-navigation h4.has-dropdown:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 15px;
    font-weight: 900;
    font-size: 18px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.footer-navigation h4.has-dropdown.hasdropdownopen:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.footer-navigation ul {
    display: none;
    margin-bottom: 5px;
    margin-top: 15px;
}
.footer-subscribe .container {
    padding-left: 10px;
}
.footer-subscribe .container .row {
    margin-left: 0;
}
.footer-subscribe h6 {
    font-size: 0.8em;
}
.footer-subscribe .form-group {
    margin-bottom: 10px;
}
.footer-subscribe button {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}
.footer-subscribe .custom-checkbox {
    font-size: 0.775em;
}
.footer-subscribe .form-control {
    min-width: inherit;
}
.footer-subscribe {
    padding-top: 30px;
    padding-bottom: 45px;
    margin-top: 30px;
	/*background: #cf381d;*/
   /* position: relative;*/
}
	
	/*.footer-subscribe .btn-yellow { background: #b3a26c; }*/
}
.phone-number {
    color: #FFF;
    font-size: 22px;
    text-align: left;
    padding-left: 30px;
}

.studio-calendar .nav-pills-main {display: inline-block; width: 100%;}
.studio-calendar .nav-pills-main li {display: inline-block; padding: 0 15px; margin-bottom: 10px;}
.studio-calendar .nav-pills-main li a.active {background: none; color: #000; font-weight: 700; border-bottom: 6px solid #cf381d; border-radius: 0px; padding: 5px 0px;}
.studio-calendar .nav-pills-main li a {background: none; font-size: 20px; color: #000; font-weight: 100; border-bottom: 6px solid #FFF; border-radius: 0px; padding: 5px 0px;}

.calendar-table .nav-pills  a {background: none; color: #000; font-size: 18px; font-weight: 700; padding: 0px; text-align: right; margin-bottom: 30px; margin-top: 20px;}
.calendar-table .nav-pills  a.active {background: none; color: #b3a26e; font-size: 18px;}
.time-row {position: relative;}
.time-row .nav-pills {position: absolute; height: 100%; margin-top: 40px; }
.calendar-table .nav-pills  a:last-child {position: absolute; bottom:50px; margin-bottom: 0;}

.time-table thead {border: 3px solid #b3a26c; padding: 10px 0; text-align: center;}
.time-table thead tr th {border-left: 1px solid #b3a26c; padding: 10px 0; margin-top: 2px; }
.time-table td, .time-table th {border-top: 0px !important;}

.time-table  tbody {
    display:block;
    height:680px !important;
    overflow:auto;
}
.time-table  thead, .time-table tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.time-table  thead {
    width: calc( 100% - 1em )
}

.club-studio-content {
    background: url(../images/gift-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 25px;
    box-shadow: 0px 0px 42px rgba(0,0,0,0.12) inset;
    align-items: center;

}

.club-studio-content  .nav-pills {display: inline-block; width: 100%; text-align: center;}
.club-studio-content  .nav-pills li {display: inline-block; width: auto;}
.club-studio-content  .tab-content {text-align: center;}
.club-studio-content  .nav-pills li a {font-size: 22px; border-bottom: 5px solid #FFF;  border-radius: 0px; padding: 10px 5px; margin:10px 30px; color: #646464; }
.club-studio-content  .nav-pills li a.active {font-size: 22px; border-bottom: 5px solid #b3a26c; background: none; color: #b3a26c; font-weight: 700;}
.studio-box { border-left: 2px solid #c4b88e; margin: 10px 0; }
.studio-main-box {margin-bottom: 50px;}
.studio-main-box .col:last-child .studio-box {border-left: 0px !important;}
.studio-box  h5 { font-size: 20px; margin-bottom: 0px; }
.studio-box  .time { font-size: 18px; color: #646464; margin-bottom: 15px; display: inline-block; width: 100%; }
.studio-box  p { font-size: 14px; color: #000; margin-bottom:0px; }
.studio-box  a { background: #cf381d;
font-size: 14px;
color: #fff;
font-family: 'OpenSansHebrewBold';
padding: 10px 20px;
border-radius: 4px;
cursor: pointer;
display: inline-block; margin-top: 15px; }

.club-news-main {margin: 20px 0px;}
.club-news-box { border-right: 4px solid #d8c8a1; padding-right: 15px; }
.club-news-box h4 a { font-size: 28px; color: #000; }
.club-news-box p { font-size: 22px;  margin-top: 10px; color: #000; }
.club-news-box small { font-size:14px;  color: #646464; }
.club-news-main .slick-slide {height: auto; }

.club-news-main .slick-arrow {
    background: none;
    outline: none;
    border: 0;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 54px;
    width: 54px;
    background-repeat: no-repeat;
    background-size: cover !important;
    cursor: pointer;
}
.club-news-main .slick-prev {
    background: url(../images/arrow-right.png);
    right: -80px;
}
.club-news-main .slick-next {
    background: url(../images/arrow-left.png);
    left: -80px;
}


.club-news-main .slick-dots {
    margin-bottom: 25px;
    text-align: center;
    margin-right: -50px;
    margin-top: 20px;
}
.club-news-main .slick-dots li {
    background: #FFF;
	border: 1px solid #b7b7b7; width: 12px; height: 12px; cursor: pointer;
}
.club-news-main .slick-dots li.slick-active {background:  #b7b7b7;}
.club-details-box { border: 4px solid #b3a26c; padding: 20px; }
.club-details-box h2 {text-align: center; margin-bottom:30px;}
.club-details-info ul {padding: 0px; margin: 0px; list-style: none;}
.club-details-info ul li { width:50%; float: right; font-size: 22px; }
.club-details-info h3 {font-size: 28px; }
.club-details-info p {font-size: 22px; color: #000; }
.club-details-info p i {font-size: 14px; color: #FFF; float: right; margin-bottom: 10px; margin-left: 10px; background: #b3a26c; width: 26px; height: 26px; text-align: center; line-height: 26px; -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; display: inline-block;}
.club-details-info {border-left: 2px solid #f2efe6;}
.club-details-info:last-child {border-left: 0px solid #f2efe6;}
.appointment-content-new {
    background: #b3a26c;
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 35px 35px 35px 20px;
 
}

.appointment-content-new  .submit-btn button {width: 100%;}
.appointment-content-new  .phone-number {font-size:25px; text-align: left; line-height: 60px !important; padding-left: 15px; }
.appointment-content-new h1 {margin-bottom: 25px !important;}
.appointment-content-inner-mobile-view .form-group .form-control { min-width: 253px; }
.appointment-content-inner-mobile-view .form-group button { width: 100%; }
.club-banner-title { background: #1a1919; font-size: 22px; color: #FFF; padding: 15px 0; text-align: center; line-height: 40px; }
.club-banner-title a {font-size: 22px; color: #FFF; text-decoration: underline; }
.club-banner-title img  {display: inline-block; }
.pagingInfo {width: 100%; text-align: center; display: inline-block; font-size: 22px; margin-top: -125px; position: relative; color: #bcad7e; float: left; }
.mobile-red-form .phone-number {padding-left: 5px;}

.studio-week ul {list-style: none; width: 100%; text-align: center;}
.studio-week ul li {list-style: none;display: inline-block; margin: 10px 30px;}
.studio-week ul li a {border-bottom: 5px solid #FFF; color: #000; font-size: 18px; padding: 5px 0;}
.studio-week ul li a.active {border-bottom: 3px solid #cf381d; font-weight: 700;}
.studio-week ul li a:hover {border-bottom: 3px solid #cf381d; font-weight: 700;}

.studio-week select {
    display: none;
}

.studio-day {height: 760px; overflow: auto; margin: 0 auto; position: relative; padding-right: 35px; border-bottom: 1px solid #ccc; }
.studio-day .day.sticky { position: -webkit-sticky;
  position: sticky;
  top: 0; background: #FFF; z-index: 9;}

.studio-day .col-sm  { padding: 0px 0; }
.studio-day .day { padding: 15px 0; border-top: 3px solid #b3a26c;  border-bottom: 3px solid #b3a26c; margin-bottom: 20px; }
.studio-day  .col-sm:first-child  .day { padding: 15px 0; border-right: 3px solid #b3a26c; }
.studio-day  .col-sm:last-child  .day { padding: 15px 0; border-left: 3px solid #b3a26c; }
.studio-day .time { margin-bottom: 25px; position: relative; padding-bottom: 10px;}
.studio-day .time::after {content: ""; position: absolute; width: 30%; height: 1px; background: #b3a26c; left: 0px; right: 0px; margin: 0 auto; bottom: 0px; }

.studio-day .time h5 { font-size: 16px;margin-bottom: 5px; }
.studio-day .time span { font-size: 18px;
color: #646464;
margin-bottom: 0px;
display: inline-block;
width: 100%;}
.studio-day .time p { font-size: 14px;
color: #646464;
margin-bottom: 0px;}
.slimScrollRail {opacity: 1 !important; width: 5px !important; border-radius: 0px !important; right: 25px !important; top: 80px !important; }
.slimScrollBar { background: url("../images/slimScrollBar-bg.png") no-repeat !important; opacity: 1 !important; right: -5px !important;   border-radius: 0px !important; width: 35px !important; height: 160px !important;   margin-top: 80px !important;  }

.studio-day-time {position: relative; padding-top: 135px; text-align: left;}
.studio-day-time a {color: #000; font-size: 18px; font-weight: 400; margin-bottom: 100px; display: inline-block;}
.studio-day-time a.active {color: #b2a16b; font-size: 18px; font-weight: 700;}
.studio-day-time a:last-child {color: #000; font-size: 18px; font-weight: 700; margin-bottom: 10px; position: absolute; bottom: 0px; left: 0px;}
.desktop-hide {display: none;}





.bottom-details {
 
  display: block;
}

.top-title-d i {display: none; }

.form-header-bg {background: url("https://www.holmesplace.co.il/wp-content/themes/homesplace/images/form-header-bg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; text-align: center;  color: #FFF; border-radius: 0px !important; border-bottom: 0px;  }
.form-header-bg h5 {display: inline-block; }
.form-header-bg  .close {margin: -1rem 0 -1rem -1rem !important; color: #FFF; opacity: 1; }
.form-header-bg  .modal-title {width: 100%; padding: 50px 30px; }
.form-header-bg  .modal-title h4 {font-size: 36px; font-weight: 700; }
.form-header-bg  .modal-title h5 {font-size: 28px; }
.form-box { background: #b3a26c; color: #FFF; }
.form-box .input-group-prepend .input-group-text  { width: 50px;}
.form-box .input-group-prepend .input-group-text img { width: 100%; height: auto; }
.form-box h3 { font-size: 36px; font-weight: 700; }
.form-box .input-group-text { background: #FFF; border-color: #FFF; }
.form-box .btn-black { padding: 12px 0px; width: 100%; font-size: 16px; }
.form-box .btn-orange { padding: 12px; width: 100%; font-size: 16px; text-align: center; margin-top: 50px;border:0; }
.a-box a {color: #FFF; font-size: 16px; text-decoration: underline;  font-weight: 700;}
.reg-btn .btn-black {width: auto !important; padding: 12px 30px; float: left; }
.regbtn-box { position: relative;}
.regbtn-box::before { content: "";
border-right: 2px solid #FFF;
position: absolute;
top: 43px;
height: 60px;
right: 0px;}

.club-form-box .modal-header {padding-bottom: 0px; border-bottom: 0px; border-radius: 0px;}
.club-form-box .modal-content { border: 0px; border-radius: 0px;}
.club-form-box .modal-body {padding: 0 30px 15px;}
.form-title-box {margin-bottom: 20px; border-bottom: 3px solid #e8dfd4; padding-bottom: 15px;}
.form-title-box h2 { /*font-size: 41px;*/ font-size:1.8REM; }
.form-title-box .spin-list { font-size: 16px; }
.form-title-box .icon-box-popup { font-size: 13px; text-align: center;  padding-top: 2px; }
.form-title-box .icon-box-popup  a { color: #000; }
.form-title-box .icon-box-popup  a img { padding: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.form-title-box .icon-box-popup a.active img { background: #cf381d;  }
.form-title-box .icon-box-popup span { display: inline-block; width: 100%;}
.form-content-box  {margin-bottom: 10px; border-bottom: 3px solid #e8dfd4; padding-bottom: 15px; font-size: 21px; line-height: 40px; }  
.form-content-box span#date {padding-right: 15px; }
.form-content-btn {text-align: center;}
.form-content-btn .btn-orange {padding: 5px 30px; margin: 10px;}
.club-login-form { background: #b3a26c; margin-left: -15px; margin-right: -15px; color: #FFF; padding: 10px 15px; }
.club-login-form  .input-group-prepend .input-group-text { width: 50px; background: #FFF; border: 0px; }
.club-login-form  .input-group-prepend .input-group-text img { width:100%; height: auto; }
.club-login-form  .btn-black { float: left; padding: 5px 30px; font-size: 18px;}
.club-form-box-reg .modal-content { background: #cf381d; color: #FFF; text-align: center;}
.club-form-box-reg .close { color: #FFF; opacity: 1;}
.club-reg-form .btn-black {width: 100% !important; font-size: 18px; }
.club-reg-form .content-no {font-size: 28px; }
.club-baaner1 { background-repeat: no-repeat; background-size: cover; background-position: center center;}
.club-banner { background: inherit;}
.btn-gray {width: 100%; padding:3px 10px; background: #a7a8aa !important; font-size: 16px; text-align: center;}
.btn-gray:hover {background: #000 !important; color: #FFF;}
.btn-gray-c{background:#a7a8aa !important;}
.btn-red {width: 100%; padding:3px 10px; background: #CF381D !important; font-size: 16px; text-align: center;}
.bottom-banner-content-new { background: inherit;}
.bootstrap-select button {height: 48px !important; line-height: 35px !important; text-align: right !important;}
.bootstrap-select .dropdown-toggle::after {float: left;margin-top:15px;}
.bootstrap-select .dropdown-toggle .filter-option {text-align: right !important;}
.black-bg {background: #000 !important;}
.black-bg .btn-orange {width: 100% !important; font-size: 18px;  border: 0px; padding: 10px;}
article h1 {font-size: 28px; margin-bottom: 20px;}
article h2 {font-size: 28px; margin-bottom: 20px;}
article p {font-size: 22px !important; }
article img.artical-img {width: 100%; height: auto;}

.select-menu-list {display: none;}

@media (min-width:992px){.modal-lg{max-width:1000px}}


@media (max-width: 767px) {
    .col-12.desktop-hide.week-day-list {position: fixed;z-index: 999;top: 55px;background-color: #FFF;}
	.toggle-icon {top: 5px; margin-left: 0px !important;}
	.sliding-menu {z-index: 99999;}
.topshift-banner ~ .topshift-content {
    margin-top: 30px;
}
.topshift-banner .banner-small-caption {
    bottom: 25px;
}
.article-content nav li a {
    font-size: 18px;
    margin-bottom: 20px;
}
	.pagingInfo  {margin-top: -120px;}
.order-12 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
}
	.desktop-hide {display: block;}
.full-yellow-slider .slick-arrow {
    bottom: 40px;
    z-index: 9;
    top: auto;
    width: 30px;
    height: 30px;
}
.full-yellow-slider .slick-next {
    left: 10%;
    background-size: cover;
}
.full-yellow-slider .slick-prev {
    right: 10%;
    background-size: cover;
}
	
	.form-content-btn .btn-orange {padding: 5px 15px; }
	.form-content-box {text-align: center;}
	.form-content-box span#date {padding-right: 0px; display: inline-block; width: 100%;}
.magazine-slider-content p:last-of-type {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.article-content h3 {
    font-size: 18px;
}
.article-content p small {
    font-size: 10px;
}
.article-content p {
    font-size: 13px;
}
.article-content p.mb-4 {
    margin-bottom: 10px !important;
}
.slick-tab .col-md-6 {
    margin-bottom: 30px;
}
.article-content .tab-content {
    margin: 20px 0;
}
.magazine-slider-heading h2 {
    font-size: 26px;
}
.magazine-slider-heading span {
    font-size: 12px;
}
.magazine-slider-content h3 {
    font-size: 23px;
}
.magazine-slider-content p {
    font-size: 14px;
}
.magazine-slider-heading {
    padding-bottom: 10px;
}
.magazine-banner h2 {
    font-size: 26px;
}
.magazine-banner p {
    font-size: 14px;
}
.banner-small {
    min-height: 260px;
	background-size: cover !important;
	background-position: center center !important;
}
.banner-small.magazine-banner-small p {
    font-size: 18px;
    margin-top: 50px;
    letter-spacing: 0;
}
.appointment-content > .container {
    margin-bottom: 0px;
}
.phone-number {
    text-align: center;
    padding: 0px 15px;
}
.banner-small-caption ul li a {
    min-width: 150px;
    padding: 10px 15px;
}
.banner-small-caption p {
    font-size: 18px;
    width: 100%;
    margin-bottom: 5px;
}
.banner-small-caption .list-inline {
    margin-top: 5px;
}
.about-banner-content h2 {
    font-size: 26px;
}
.about-banner-content p {
    font-size: 18px;
}
.about-banner-content {
    min-height: auto;
}
.info-icon-content p {
    font-size: 13px;
}
.icon-holder::after {
    height: 10px;
}
.full-yellow-inner h2 {
    font-size: 26px;
}
.full-yellow-inner p {
    font-size: 14px;
}
.pilates-banner {
    min-height: 500px;
}
.pilates-banner .banner-small-caption { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+54&0+0,0.65+59 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.59) 54%, rgba(0,0,0,0.65) 59%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.59) 54%, rgba(0,0,0,0.65) 59%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.59) 54%, rgba(0,0,0,0.65) 59%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
    bottom: 0px;
    padding-bottom: 25px;
}
.personal-training {
    min-height: 350px;
}
.personal-training .banner-small-caption { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+54&0+0,0.65+59 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.59) 54%, rgba(0,0,0,0.65) 59%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.59) 54%, rgba(0,0,0,0.65) 59%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.59) 54%, rgba(0,0,0,0.65) 59%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
    bottom: 0px;
    padding-bottom: 25px;
}
.heading-large {
    font-size: 26px;
}
.font-large p {
    font-size: 18px;
}
.map-ping-list > div {
    height: auto;
    padding: inherit;
    text-align: center;
	
}
	.top-header ul li a {font-size: 12px !important;}
	.map-ping-list {margin-left: 20px;}
.map-ping-list > div:hover {
    height: auto;
}
.map-ping-list > div div div p {
    font-size: 13px;
    line-height: 15px;
}
.map-ping-list > div div div h3 {
    font-size: 18px;
    min-height: 45px;
}
.map-ping-list > div div div img {
    display: inline-block !important;
}
.map-ping-list > div div div {
    padding-top: 115px;
    height: 235px;
    transition: all .3s;
}
.map-ping-list > div div div:hover {
    height: 235px;
    padding-top: 0px;
}
.sliding-menu ul li a {
    display: inline-block;
    width: 100%;
}
.about-banner-content.pilates-banner-content h2 {
    font-size: 26px;
}
.about-banner-content.pilates-banner-content p {
    font-size: 14px;
}
.guides-content h3 {
    font-size: 18px;
}
.guides-content p {
    font-size: 14px;
}
.bottom-banner.mb-4 {
    margin-bottom: 0px !important;
}
.members-policy table {
    background: #f0eee2 !important;
    border-left: 0px;
    border-right: 0px;
}
.members-policy-header {
    margin-bottom: 0px;
}
.members-policy table td::after, .members-policy table th::after {
    width: 1px;
}
.members-policy .col-sm-5.pl-5 {
    margin-top: 20px;
    padding-right: 15px !important;
    padding-left: 1.5rem !important;
}
.members-policy-condition p {
    font-size: 14px;
}
.members-policy-condition {
    margin-bottom: 10px;
}
	.time-row .nav-pills  {position: static; height: auto; flex-direction: initial !important; text-align: center; margin-top: 5px;}
	.time-row  .nav-pills a  { display: inline-block !important; margin: 0px;  margin: 10px; }
	.calendar-table .nav-pills a:last-child {position: static;}
	.studio-calendar .nav-pills-main li a {font-size: 18px;}
	.members-policy table td {padding-left: 20px; font-size: 13px; height: auto;}
	.banner-small-caption ul li a {
    min-width:auto !important;
    padding: 10px 10px !important;
}
	.bottom-banner-content { padding: 35px; }
	.bottom-banner-content img { margin-bottom: 20px; }
	.map-ping-list .slick-arrow {
    background: none;
    outline: none;
    border: 0;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: cover !important;
    cursor: pointer;
}
.map-ping-list .slick-prev {
    background: url(../images/arrow-right.png);
    right: -80px;
}
.map-ping-list .slick-next {
    background: url(../images/arrow-left.png);
    left: -20px;
}
	.club-studio-content .nav-pills li a {font-size: 18px; margin: 10px;}
	.club-studio-content .nav-pills li a.active {font-size: 18px; margin:5px 10px; padding: 5px;}
	.club-studio-content .slick-slide {height: auto;}
	.club-news-box h4 a { font-size:22px; color: #000; }
.club-news-box p { font-size: 18px;  margin-top: 10px; color: #000; }
.club-news-box small { font-size:12px;  color: #646464; }
	.club-details-info {border-left: 0px; border-bottom: 2px solid #f2efe6; padding: 20px 0; } 
	.club-details-info h3 {font-size: 26px; } 
	.club-details-info p {font-size: 18px; } 
	.club-details-info ul li  {font-size: 18px; width: 100%; text-align: center;} 
	.club-details-info:last-child {border-left: 0px; border-bottom: 0px; text-align: center !important;} 
	.club-details-info:first-child { text-align: center !important;} 
	.club-details-box h2 {font-size: 28px;}
	.club-details-info.contact-info {padding-right: 50px; padding-left: 50px;}
	.club-details-info.contact-info i {float: right; margin-left: 10px; margin-bottom: 5px; }
	.appointment-content-new {display: none;}
	.acimv-button .submit-btn-box {width: 50% !important; float: left; }
	.acimv-button .detail-text {width: 50% !important; float: left; text-align: center !important; }
	.acimv-button .detail-text span {line-height: 55px;}
	.mobile-hide {display: none !important; }
	.club-banner {min-height: 350px;   background-size: cover;}
	.club-banner .banner-small-caption ul li{ margin: 0px;  }
	.club-banner .banner-small-caption ul li a { min-width:255px !important; margin: 5px 0px;   }
	.icon-holder {height: auto; width: auto; }
	.club-news-main .slick-arrow {display: none !important;}
	.service-box-container:hover .service-box {width: 50%;}
	.service-box-container:hover .service-box:hover {width: 50%;}
	.mobile-red-form { padding-left: 15px !important;}
	.appointment-content-inner .mobile-red-form  .form-group {padding-left: 0px !important;}
	.mobile-red-form .acimv-button {padding-left: 0px; padding-right: 15px !important;}
	.mobile-red-form .acimv-button .submit-btn-box {width: 100% !important;}
	.slick-half .col-12 {
    	width: 330px;

		padding-right: 0px;
	padding-left: 0px;
	

    height: auto;
}
	
	.studio-week ul {
    display: none;
}
.studio-week select {
    display: block;
	width: 100%;
	height: 40px;
margin-bottom: 10px;
}
	
	.studio-day .col-sm { padding: 0 15px; margin: 10px 0; }
	.studio-day .day { border: 3px solid #b3a26c;   margin-bottom: 20px; }
	
	.week-day-list {border: 2px solid #b3a26c;  margin: 10px 0; }
	.week-day-list a {color: #b3a26c; font-size: 20px; font-weight: bold; display: inline-block; text-align: center; line-height: 40px;}
	.week-day-list a:hover {color: #FFF; background: #b3a26c;}
	
	.studio-day {padding-right: 0px;}
	.slimScrollBar {display: none !important;}
	.slimScrollRail {display: none !important;}
	
	.top-title {cursor: pointer;}
.bottom-details {
 
  display: block;
}
	
	.studio-day .time::after {width: 100%; background: #f2efe6; height: 2px;}
	.studio-day .time {margin: 0px; padding: 20px 0;}
	.top-title-d i {display: block; float: left; margin-left: 15px; }
	.rotate {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.rotate.down {
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
}

	.show-button {  margin: 0 auto; left: 0px; right: 0px; width: 70%; bottom: 20px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);}
	
	.form-header-bg .modal-title {padding: 20px 10px;}
	
	.a-box {text-align: center;}
	.form-box .btn-orange {margin-top: 10px;}
	.regbtn-box::before  {border: 0px;}
	.mobile-hide-login .form-title-box, .mobile-hide-login .form-content-box { display: none;}
	.mobile-hide-login {  background: #b3a26c; }
	.mobile-hide-login .close { color: #FFF; opacity: 1;}
	.mobile-hide-login .regbtn-box .btn-orange {  width:100%; padding: 10px; text-align: center; margin-top: 10px;}
	.mobile-hide-login .a-box {text-align: right; }
	header ul.list-inline.mb-0 {float: left; width: auto; margin-left: 0px; } 
	header .list-inline-item:not(:last-child) {    margin-left: .1rem !important; } 
	.select-menu-list {display: block; width: 100%; font-size: 15px; font-weight: 400; margin: 10px 0;  }
	 .sliding-menu .container {position: relative; height: 55%; overflow: auto; padding-bottom: 80px; } 
}
.isMobile{display:block;}
.bt {background: #cf381d;font-size: 14px;color: #fff;font-family: 'OpenSansHebrewBold';padding: 10px 20px;border-radius: 4px;    cursor: pointer;display: inline-block;margin-top: 5px;}
@media (max-width: 640px) {
    .isMobile{display:none;}
body {
    padding-bottom: 0;
}
.section-heading {
    font-size: 24px;
}
.section-sub-heading {
    font-size: 16px;
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
}
.banner-content {
    height: 500px;
    background-position: 10% center;
	top: 60px;
}
.banner-caption {
    margin-top: 0;
}
.banner-caption h2 {
    font-size: 1.750em;
}
.banner-caption p {
    font-size: 1.4em;
}
.banner-caption .btn-orange {
    font-size: 1.0em;
    padding: 15px 20px;
}
/*.banner-small {

		height: 380px;

		margin-bottom: 30px;

	}
*/
.product-content.product-content-top {
    margin-top: -20px;
}
.service-content .section-heading {
    margin-top: 5px;
}
.half-slick .border-box {
    margin-bottom: 0;
}
.border-box {
    margin-bottom: 5px;
}
.service-box {
    height: 250px;
}
.service-caption {
    padding: 18px 15px;
    top: 0;
	bottom: inherit;
}
.service-caption h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
.mobile-margin {
	margin-top: 17px;
}
.service-caption h3:after {
    width: 30px;
    margin-left: -15px;
}
.service-caption img {
    width: 65px;
}
.service-caption p {
    font-size: 13px;
    margin-bottom: 0;
}
.yellow-rect-box h3 {
    font-size: 1.25em;
}
.yellow-rect-box p {
    font-size: 1em;
}
.members-content img {
    width: 120px;
}
.members-content h4 {
    font-size: 20px;
}
.members-content p {
    font-size: 14px;
}
.product-content .section-heading span {
    max-width: 240px;
    display: inline-block;
    width: auto;
}
.bottom-banner-content h3 {
    font-size: 26px;
}
.bottom-banner-content p {
    font-size: 18px;
    margin-bottom: 20px;
}
.clubs-bg {
    padding-top: 60px;
    padding-bottom: 25px;
}
.clubs-bg p a {
    color: #fff;
}
/*.slick-half{

		padding-right:30px;

	}*/

.slick-half .slick-dots {
    margin-bottom: 25px;
    text-align: center;
    margin-right: -50px;
    margin-top: 20px;
}
.slick-half .slick-dots li {
    background: #000000;
}
.slick-half .col-12 {
	width: 330px;
	padding-right: 0px;
	padding-left: 0px;
    height: auto;
}
	.slick-half .col-12 .border-box {margin-right: 30px;}
.membership-card .col-12 {/*height: auto;*/
}
.membership-card .slick-dots {
    margin-bottom: 25px;
    text-align: center;
    margin-right: -50px;
    margin-top: 20px;
}
.membership-card .slick-dots li {
    background: #000000;
}
.border-box-content h3 {
    font-size: 24px;
}
.border-box-content p {
    font-size: 1.200em;
}
.border-box-content .btn-orange {
    /*width: 170px;
    margin-left: -85px; Mahendra*/
}
.border-box-content {
    padding: 30px 35px 30px;
    min-height: 260px;
}
.service-box {
    width: 50%;
    display: inline-block;
    float: left;
}
.slick-slide:focus {
    outline: none;
}
.appointment-content {
    padding-left: 15px;
    padding-right: 15px;
}
.appointment-content > .container {
    padding: 35px 15px;
}
.banner-small-caption {
    bottom: 25px;
}
.banner-small-caption h1 {
    margin-bottom: 10px;
    font-size: 26px;
	
}
/*.banner-small-caption p{

		font-size:18px;

		width:100%;

	}*/

.section-sub-heading.section-sub-heading-large {
    max-width: 100%;
}
.info-icon-content h3 {
    font-size: 18px;
}
.info-icon-content h3 {
    margin-bottom: 30px;
}
.appointment-content-inner h3 {
    font-size: 28px;
}
.appointment-content p {
    font-size: 18px;
    margin-top: -5px;
}
.appointment-content-inner .btn-black {
    width: 100%;
    display: block;
}
.banner-small.magazine-banner-small h2 {
    font-size: 60px;
    letter-spacing: -3px;
}
/*.banner-small.magazine-banner-small p {

		font-size: 28px;

		letter-spacing: 0;

	}
*/
.magazine-product-content.product-content {
    margin-top: -45px;
}
/*.info-icon-content p{

		font-size:18px;

	}*/

.info-icon-content p br {
    display: none;
}
}

@media screen and (min-device-width: 100px) and (max-device-width: 768px) and (orientation:portrait) { 
    /* STYLES HERE */
	.banner-small-caption ul li a[data-width="large"] {
		width: auto !important;
	}
	.banner-small-caption ul li a {
		min-width: 165px;
		padding: 13px 30px;
		float: left;
		font-size: 11px;
	}
	.about-banner-content p {
		font-size: 16px;
	}
	.about-banner-content h2 {
		font-size: 22px;
	}
	.about-content-inner p {
		font-size: 16px;
		margin-bottom:25px;
    }
	.custom-checkbox {
		font-size:12px;
	}
	.appointment-content-inner .btn-black {
		font-size:15px;
	}
	.row.d-block.d-sm-none img {
		height: 90px;
	}
	.contact-banner ~ .appointment-content p {
		font-size: 16px;
	}
	.for-mobile-view {
		display:block !important;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.for-mobile-view select {
		width: 100%;
		padding: 10px 15px 10px 15px;
	}
	.map-ping-list {
		display:none;
	}	
	.box{
        text-align:center;
        padding: 20px;
        display: none;
        margin-top: 20px;
    }
	.gift-content .btn-orange {
		width: 270px;
	}
	.gift-content h2 {
		font-size: 22px;
	}
	.text-content p {
		font-size: 16px;
	}
	.magazine-banner h2 {
		font-size: 25px;
    }
	.magazine-banner p {
		font-size: 16px;
	}
	.bottom-banner-content {
		display:block;
	}
	.for-mobile-fb iframe {
		width: 340px;
	}
	section#mobile_devices {
		display: block !important;
	}
	section.banner-small {
		display: none;
	}
	section.bottom-banner {
		display: none;
	}
}
.for-mobile-view {
	display:none;
}
.sliding-menu a h4{
    color: #FFF;
}
section#mobile_devices {
    display: none;
}
article.article_for_images img {
    max-width: 100%;
	height: auto;
} 

#display_none {
    display: none;
}
.errorJS {
    font-weight:bold;
    color: #000;
    font-size: 18px;
}

.errorReg{color:#FFF;}

/* 03.03.2019 */



.service-caption div{
    position:relative;
    width:100%;
    height:80%;
    border:1px solid #ccc;
    float:left;
    margin-right:5px;
}
.service-caption div span{
    position:absolute;
    bottom:0;
    right:0;
}
 
@media (max-width: 768px) {
	.service-box {
		vertical-align: top;
	}
}

@media (min-width: 768px) {
	.footer-h4-mobile {
		display:none;
	}
}

@media (max-width: 768px) {
	.footer-h4-desktop {
		display:none;
	}
}

			@media (min-width: 768px) {
				.banner-small-caption {
					/*bottom: 170px !important;*/
                    bottom: 5% !important;
				}
				
				.toda {
					background: rgba(0, 0, 0, 0.3) !important;
					color: #FFF !important;
					font-size: 3rem !important;
				}
				
				.toda_text {
					font-size: 3rem !important;
					font-weight: 600;
				}
				
				.link-app-mobile-only {
					display: none;
				}
				
				.link-app-desktop-marginb {
					margin-bottom: 2.3rem;
				}
			}
			
			
			@media (max-width: 768px) {
				
				.toda {
					background: rgba(0, 0, 0, 0.3) !important;
					color: #FFF !important;
					font-size: 3rem !important;
				}
				
				.toda_text {
					font-size: 1.7rem !important;
					font-weight: 600;
				}
            }
            /* new for trx template */
            h2.section-heading.new:before {
                background: #FFE500;
            }
            .banner-content.banner-content-trx {
                height: 800px;
                background-image: url(../images/backit.jpg);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center;
                position: relative;
                color: #fff;
            }
            
            .banner-caption p {
                margin-bottom: 10px;
            }
            
            .banner-caption.text-center .row {
                margin-top: 120px;
            }
            
            @media(max-width:991px){
                .banner-caption.text-center .row {
                margin-top: 0px;
            }
            
            }
            span.checkmark {
                border: 2px solid #fff;
            }
            
            .custom-checkbox .checkmark:after {
                left: 6px;
                top: 3px;
            }

            li.list-inline-item.c {
                display: flex;
                align-items: center;
                justify-content: space-around;
            }
            
            a.d-md-none.d-block.text-right {
                text-align: right !important;
            }
            
            li.list-inline-item.c > div {
                padding-left: 20px;
            }
            a.d-md-none.d-block.phoneLink i.fas.fa-phone {
                transform: rotate(-20deg);
            }
            
            a.d-md-none.d-block.phoneLink {
                color: #b3a26c;
            }
            select#choose {
                width: 100%;
                max-width: 100%;
            }


            /* test for dropdown */
            .dropbtn {
                background-color: #4CAF50;
                color: white;
                padding: 16px;
                font-size: 16px;
                border: none;
                cursor: pointer;
              }
              
              .dropbtn:hover, .dropbtn:focus {
                background-color: #3e8e41;
              }
              
              #myInput {
                border-box: box-sizing;
                background-image: url('searchicon.png');
                background-position: 14px 12px;
                background-repeat: no-repeat;
                font-size: 16px;
                padding: 14px 20px 12px 45px;
                border: none;
                border-bottom: 1px solid #ddd;
              }
              
              #myInput:focus {outline: 3px solid #ddd;}
              
              .dropdown {
                position: relative;
                display: inline-block;
              }
              
              .dropdown-content {
                display: none;
                min-width: 230px;
                overflow: auto;
                z-index: 1;
              }
              
              .dropdown-content a {
                color: black;
                padding: 12px 16px;
                text-decoration: none;
                display: block;
              }
              
              .dropdown a:hover {background-color: #ddd;}
              
              .show {display: block;}
              .dropdown {
                max-width: 100%;
                width: 100%;
            }
              div#myDropdown {
                width: 100%;
                max-width: 100%;
            }
            
            input#myInput {
                max-width: 100%;
                width: 100%;
            }
            
            .modal-title {
                width: 100%;
                max-width: 100%;
            }
            div#myDropdown > div {
                height: 200px;
                overflow: auto;
            }
            body::-webkit-scrollbar-thumb {
                background-color: darkgrey;
                outline: 1px solid slategrey;
              }
            div#myDropdown > div::-webkit-scrollbar-thumb {
                background-color: darkgrey;
                outline: 1px solid slategrey;
              }
            input#myInput {
                border: 1px solid rgba(0,0,0,0.8);
                padding: 6px 20px 6px 11px !important;
                margin-bottom: 10px;
            }
            div#phones h6 {
                margin-bottom: 5px !important;
                text-align: center;
                margin-top: 10px !important;
            }
            a.form-control i.fa.fa-phone {
                float: left;
           }
 
@media(max-width: 991px){

    footer {
        padding-bottom: 55px;
    }
}
  @media(max-width: 400px){
    a.d-md-none.d-block.text-right {
        font-size: 9px !important;
    }


li.list-inline-item.c a.d-md-none.d-block.phoneLink {
    font-size: 12px !important;
    float: right !important;
}

li.list-inline-item.c a.d-md-none.d-block.phoneLink i.fas.fa-phone {
    display: none;
}

.top-header .container {
    padding-left: 5px;
}
  }
  .club-news-box.text-center button.btn.btn-primary {
    font-size: 12px;
    margin-top: 3px;
    background: #cf381d !important;
    border: none !important;
}
.btn-primary:focus {
    box-shadow: unset;
}
button.btn.btn-outline-primary {
    background: #cf381d !important;
    color: #fff !important;
    border: none;
}

button.btn.btn-outline-primary:focus {
    box-shadow: unset;
}
.row.justify-content-center .col-sm-10.text-center.toda {
    padding-top: 10px;
    padding-bottom: 10px;
}

.row.justify-content-center .col-sm-10.text-center.toda div:nth-child(1) {
    font-size: 45px;
    font-weight: bold;
}

.row.justify-content-center .col-sm-10.text-center.toda div:nth-child(2) {
    font-size: 25px;
    padding-top: 8px;
    padding-bottom: 10px;
}
.row.justify-content-center .col-sm-10.text-center.toda div:nth-child(2) a{
    text-decoration: underline;
}
.row.justify-content-center .col-sm-10.text-center.toda div:nth-child(2) a:hover {
    cursor: pointer;
    color: #CF381D !important;
}
section.about-banner-content {
    background-image: unset;
}
header {
    z-index: 100;
}

.ul.list-unstyled.service-box-container li.service-box.duran-box:nth-child(5):after {
    background-color: rgba(0,0,0,0.0) !important;
}

.ul.list-unstyled.service-box-container li.service-box.duran-box:nth-child(6):after {
     background-color: rgba(0,0,0,0.1) !important;
}


section.product-content.product-content-top a.btn-orange.new {
    font-size: 17px;
    font-weight: 600;
}

.newsBtn {
    background: #cf381d;
    font-size: 14px;
    color: #fff;
    font-family: 'OpenSansHebrewBold';
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    box-shadow: unset;
    border: unset;
}
.map-ping-list > div:hover {
    height: 230px;
}
@media(max-width: 768px){
    .banner-small-caption {
        bottom: 10px;
        min-height: unset;
    }
    
    .row.justify-content-center .col-sm-10.text-center.toda div:nth-child(1) {
        font-size: 20px;
    }
    
    .row.justify-content-center .col-sm-10.text-center.toda div:nth-child(2) {
        font-size: 16px;
    }
}

div#kids section.banner-small {
    min-height: 700px;
}

div#kids .banner-small-caption {
    min-height: 235px;
}

div#kids .banner-small-caption h1 {
    margin-bottom: 5px;
}
div#middle-text-kids {
    font-size: 22px;
    text-align: center;
    color: #000000;
}
div#kids .service-caption img {
    margin-bottom: 15px;
}
div#kids_footer {
    padding-top: 30px;
}
div#kids_footer .row .col-12.text-white {
    font-size: 22px;
    letter-spacing: 0.33px;
    color: #ffffff;
}
div#kids section.service-content li.service-box:after {
    background: unset;
}
div#kids div#choose-class-kids {
    color: #fff;
    background: #b3a26c;
}
#choose-class-kids .form-group {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
    align-items: center;
}
div#kids div#choose-class-kids .row .col-12 h3 {
    font-size: 48.5px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

div#kids div#choose-class-kids .row .col-12 .form-group.row label {
    font-size: 29.5px;
    font-weight: bold;
    letter-spacing: 0.44px;
}
.kids-line {
    width: 295px;
    height: 4px;
    background: #dbcda1;
}

.wrap-the-kids-with-lines {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.wrap-the-kids-with-lines h4.text-center.font-weight-bold {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 29.5px;
    letter-spacing: 0.44px;
    line-height: 43.5px;
}
div#select-hug {
    max-width: 1220px;
    margin: 0 auto;
}

div#select-hug .col {
    text-align: center;
}
div#select-hug {
    margin-top: 43px;
}
div#select-hug .col .choose-kids-text {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0.33px;
    padding-top: 15px;
}

div#select-hug .col img.choose {
    background-color: #cf381d;
    border-radius: 100%;
    /* padding: 20px 10px; */
}
div#shows-list-of-hugim .col-12 .show-list-hugim-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
div#shows-list-of-hugim .col-12 .show-list-hugim-wrapper a {
    color: #fff;
    background: #cf381d;
    padding: 10px 30px 10px 30px;
    border-radius: 5px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 18px;
}
.line-shows-hugim {
    background: #dbcda1;
    height: 4px;
    width: 325px;
}
.footer-for-hugim {
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    max-width: 955px;
    margin: 0 auto;
}
.footer-for-hugim .col-12 p {
    color: #fff;
    font-size: 15px;
}
.container-inside-wrapper {
    max-width: 955px;
    margin: 0 auto;
}

.container-inside-wrapper {
    max-width: 955px;
    margin: 0 auto;
}
div#select-hug .col {
    padding: 0 30px;
}
section.new-icon-dror .container {
    margin-bottom: 40px;
}
div#kids section.banner-small {
    margin-bottom: 68px;
}
div#select-hug .col img {
        /* max-width: 100px; */
        background-color: rgba(255,255,255,0.1);
        border-radius: 100%;
        padding: 20% 25%;
        cursor: pointer;
}
div#kids div#choose-class-kids {
    display: none;
}
div#kids .slimScrollBar {background: url("../images/slimScrollBar-bg_2.png") no-repeat !important;}

#kids .slimScrollRail {
    background: #73c8af !important;
}
div#kids div#Sunday .day.sticky h5 {
    color: #E66852;
}

.studio-day .col-sm:last-child .day.sticky:after {
    background: transparent;
}
div#kids .day.sticky h5 {
    font-size: 32px;
    margin-bottom: 0;
}
.studio-day .col-sm:last-child .day:after {background: transparent !important;}

div#kids .day.sticky:after {
    content: "";
    width: 2px;
    height: 85%;
    background: #b3a26c;
    position: absolute;
    left: 0;
    top: 5%;
}
div#kids div#Monday .day.sticky h5 {
    color: rgb(182, 132, 189);
}

div#kids div#Tuesday .day.sticky h5{
    color: rgba(255, 208, 92, 0.4);
}

div#kids div#Wednesday .day.sticky h5{
    color: rgb(151, 215, 196);
}

div#kids div#Thursday .day.sticky h5{
    color: #00A4AF;
}

div#kids div#Friday .day.sticky h5{
    color: #717171;
}

div#kids .select-hug::after{
    content: ""; position: absolute; width: 30%; height: 1px; background: #b3a26c; left: 0px; right: 0px; margin: 0 auto; bottom: 10px; 
}
div#kids .select-hug{
    border-radius: 100%;
    width: 70%;
    padding: 20px 0;
    margin: 0 auto;
    margin-bottom: 10px;
    cursor: pointer;
}
div#kids #Sunday .select-hug{
    background: rgba(230, 104, 82,0.3);
}
div#kids #Monday .select-hug{
    background: rgba(144, 70, 153, 0.3);
}
div#kids #Tuesday .select-hug{
    background: rgba(255, 208, 92, 0.4);
}
div#kids #Wednesday .select-hug{
    background:rgba(151, 215, 196,0.3);
}
div#kids #Thursday .select-hug{
    background: rgba(48, 180, 188,0.3);
}
div#kids #Friday .select-hug{
    background: rgba(113, 113, 113,0.3);
}
div#errorYouCanChooseOnlyTwo .modal-content {
    background: #b3a26c !important;
}

div#errorYouCanChooseOnlyTwo .modal-content .modal-header.border-none {
    border: unset;
}

div#errorYouCanChooseOnlyTwo .modal-content h3 {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
}

div#errorYouCanChooseOnlyTwo .modal-content h6 {
    color: #fff;
    font-size: 28px;
}

div#errorYouCanChooseOnlyTwo .modal-content {
    padding-bottom: 50px;
}


div#kids .modal-body {
    display: flex;
    font-size: 30px;
    border-top: 3px solid #E9E0D5;
    border-bottom: 3px solid #E9E0D5;
}

div#kids .modal-body .day {
    margin-left: 20px;
}

div#kids .modal-body .date {
    margin-left: 20px;
}


div#kids .modal-content h5#exampleModalLongTitle {
    font-size: 45px;
}
div#kids .modal-header {
    display: block;
}


div#kids .modal-header .d-flex {
    align-items: center;
}

div#kids .modal-header .d-flex span {
    font-size: 20px;
}

div#kids .modal-header .d-flex span.aNiceLine {
    width: 2px;
    background: #ca0000;
    margin-right: 10px;
    margin-left: 10px;
    height: 20px;
}

div#kids .modal-body .day {
    border: unset;
    padding-top: 0;
}

div#kids .modal-body {
    display: flex;
}
div#thankYouForOredering .modal-header, div#thankYouForOredering2 .modal-header {
    flex-direction: column;
    align-items: center;
}

div#thankYouForOredering .modal-header .top-v, div#thankYouForOredering2 .modal-header .top-v {
    font-size: 90px;
    color: #EBE6D8;
}

div#thankYouForOredering .modal-header h5#exampleModalLongTitle {
    font-size: 30px;
    text-align: center;
}
div#thankYouForOredering2 .modal-header h5#exampleModalLongTitle {
    font-size: 30px;
    text-align: center;
}

div#thankYouForOredering .modal-body {
    display: flex;
    justify-content: space-around;
    font-size: 22px;
}
div#thankYouForOredering2 .modal-body {
    display: flex;
    justify-content: space-around;
    font-size: 22px;
}
div#thankYouForOredering2 .modal-body {
    display: flex;
    justify-content: space-around;
    font-size: 22px;
}
div#kids .modal-content {
    background: #fcf4e8;
}

#thankYouForOredering .firstClassOrder i.fas.fa-check-circle {
    color: #DBC3DA;
    font-size: 30px;
}


#thankYouForOredering .secondClassOrder i.fas.fa-check-circle {
    color: #BEE4E5;
}

#thankYouForOredering2 .firstClassOrder i.fas.fa-check-circle {
    color: #DBC3DA;
    font-size: 30px;
}

div#kids .studio-day .modal-body .time {
    background: none;
}

#thankYouForOredering2 .secondClassOrder i.fas.fa-check-circle {
    color: #BEE4E5;
}
div#thankYouForOredering2 .modal-body, div#thankYouForOredering .modal-body  {
    border-top: 5px solid #D7CEB2;
    border-bottom: 5px solid #D7CEB2;
}
div#kids .banner-small-caption .container {
    max-width: 1360px;
}

div#thankYouForOredering2 .modal-footer {
    flex-direction: row-reverse;
    justify-content: space-evenly;
}


div#thankYouForOredering2 .modal-footer .sign-next-child a.sign-next-child-button {
    background: #cf381d;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 28px;
}
div#kids .studio-day .time{
    cursor: pointer;
}
div#errorModal .modal-content {
    background: #b3a26c !important;
    text-align: center;
}
.show-list-hugim-wrapper div#goToHugimList {
    padding: 15px 22px;
    margin-right: 10px;
    margin-left: 10px;
}
div#kids .studio-day .modal-body .time {
    margin-bottom: 0;
}
div#kids .select-hug {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

div#kids .time.box-day {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div#kids .time {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
div#kids .modal-body .time {
    width: unset;
    height: unset;
    justify-content: unset;
    flex-direction: unset;
    margin: unset;
}
div#kids .modal-body .day {
    margin-bottom: 0;
    padding-bottom: 0;
}
div#errorContactAdmin .modal-content {
    background: #b3a26c !important;
}


div#errorContactAdmin .modal-content .modal-header.border-none {
    border: none;
}

div#errorContactAdmin .modal-content .modal-body.text-center {
    color: #fff;
}

div#errorContactAdmin .modal-content .modal-body.text-center h3 {
    font-size: 35px;
    font-weight: bold;
}

div#errorContactAdmin .modal-content .modal-body.text-center h6 {
    font-size: 21px;
}
div#kids .modal-footer p {
    display: none;
}

div#kids .modal-body .date {
    display: none;
}
.kids-regi .modal-header.form-header-bg {
    position: relative;
}

.kids-regi .modal-header.form-header-bg button.close {
    position: absolute;
    top: 3%;
    left: 1.5%;
}
div#LoginPhone-error {
    color: #bf0202;
}
.container.text-center .row .col-12 a.btn-orange {
    margin-bottom: 10px;
}
@media(max-width: 991px){
    .kids-regi .modal-dialog.modal-lg.modal-dialog-centered .modal-content .modal-header.form-header-bg .modal-title h4 {
        font-size: 25px;
    }
    
    .kids-regi .modal-dialog.modal-lg.modal-dialog-centered .modal-content .modal-header.form-header-bg .modal-title h5 {
        font-size: 20px;
    }
    

.select-hug-wrapper div#select-hug {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#select-hug .col {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wrap-the-kids-with-lines h4.text-center.font-weight-bold {
    font-size: 20px;
}

.wrap-the-kids-with-lines .kids-line {
    width: 40px;
}

#choose-class-kids .form-group label.col-7 {
    font-size: 20px !important;
}


div#shows-list-of-hugim .col-12 .show-list-hugim-wrapper .line-shows-hugim {
    width: 35px;
}
.container.text-center .row .col-12 a.btn-orange {
    font-size: 12px;
    margin-bottom: 15px;
}
div#kids section.banner-small {
    min-height: 320px !important;
}

div#kids .banner-small-caption {
    display: flex;
    align-items: flex-end;
}
div#kids .banner-small-caption .container .row.justify-content-center a#show-hugim {
    font-size: 12px;
}
}

div#kids section.banner-small{
    display: block;
}
div#kids .service-caption {
    color: #fff;
    padding: 40px 15px;
    position: Absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#choose-class-kids .form-group {
    max-width: 800px;
}

.wrap-the-kids-with-lines h4.text-center.font-weight-bold {
    font-size: 30px;
}

.kids-line {
    width: 190px;
}

.wrap-the-kids-with-lines {
    margin-bottom: 10px;
}
section.new-icon-dror .container .row {
    text-align: center;
    margin-top: 15px;
}

section.new-icon-dror .container .row .col-12 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
}

section.new-icon-dror .container .row .col-12 .this-text-fir-this {
    font-size: 29px;
    font-weight: bold;
    margin-right: 30px;
    margin-left: 30px;
    width: 30%;
}

.this-line-for-row {
    background: #dbcda1;
    width: 36%;
    height: 2px;
}

.wrppaer-for-this {
    box-sizing: content-box;
    background: #D7C8A1;
    width: 129px;
    margin: 0 auto;
    border-radius: 100%;
}

.line-for-this {
    background: #CF381D;
    width: 45px;
    height: 15px;
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 5px;
}

section.new-icon-dror .container .row:first-child {
    margin-bottom: 30px;
    margin-top: 25px;
}
@media(max-width: 991px){
    .this-line-for-row {
        width: 20%;
    }
    
    section.new-icon-dror .container .row .col-12 .this-text-fir-this {
        width: 100%;
        font-size: 20px;
    }
}

span.showIfError {
    width: 100%;
    display: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

.hp-live-link {
	flex: 1 1 auto;
	color: #fff !important;
}
@media (min-width: 576px) {
	.hp-live-link {
		font-size: 20px;
	}
}

.hp-live-link span {
	position: relative;
	width: 36px; height: 32px;
	box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
	transform: translate3d(0, 0, 0) scale(1);
}
.hp-live-link span::before, .hp-live-link span::after {
	position: absolute;
	content: "";
}
.hp-live-link span::before {
	top: 0; left: 0;
	width: 36px; height: 32px;
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(0);
}
.hp-live-link span::after {
	top: 8px; left: 8px;
	width: 18px; height: 16px;
	background: center center / cover no-repeat url(../images/video-icon.svg);
	transform: translate3d(0, 0, 0);
	filter: invert(50%) sepia(95%) saturate(6025%) hue-rotate(352deg) brightness(84%) contrast(90%);
}
.hp-live-link span {
	animation: video-icon-outer 3000ms infinite;
}
.hp-live-link span::before {
	animation: video-icon-inner 3000ms infinite;
}
.hp-live-link span::after {
	animation: video-icon-icon 3000ms infinite;
}
@keyframes video-icon-outer {
	0% {
		transform: translate3d(0, 0, 0) scale(1);
		box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
	}
	33.3333% {
		transform: translate3d(0, 0, 0) scale(1.1);
		box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
	}
	66.6666% {
		transform: translate3d(0, 0, 0) scale(1);
		box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
	}
	100% {
		transform: translate3d(0, 0, 0) scale(1);
		box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
	}
}
@keyframes video-icon-inner {
	0% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(0);
	}
	33.3333% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(0.9);
	}
	66.6666% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(0);
	}
	100% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(0);
	}
}
@keyframes video-icon-icon {
	0% {
		transform: translate3d(0em, 0, 0);
	}
	2% {
		transform: translate3d(0.02em, 0, 0);
	}
	4% {
		transform: translate3d(-0.02em, 0, 0);
	}
	6% {
		transform: translate3d(0.02em, 0, 0);
	}
	8% {
		transform: translate3d(-0.02em, 0, 0);
	}
	10% {
		transform: translate3d(0.02em, 0, 0);
	}
	12% {
		transform: translate3d(-0.02em, 0, 0);
	}
	14% {
		transform: translate3d(0.02em, 0, 0);
	}
	16% {
		transform: translate3d(-0.02em, 0, 0);
	}
	18% {
		transform: translate3d(0.02em, 0, 0);
	}
	20% {
		transform: translate3d(-0.02em, 0, 0);
	}
	22% {
		transform: translate3d(0.02em, 0, 0);
	}
	24% {
		transform: translate3d(-0.02em, 0, 0);
	}
	26% {
		transform: translate3d(0.02em, 0, 0);
	}
	28% {
		transform: translate3d(-0.02em, 0, 0);
	}
	30% {
		transform: translate3d(0.02em, 0, 0);
	}
	32% {
		transform: translate3d(-0.02em, 0, 0);
	}
	34% {
		transform: translate3d(0.02em, 0, 0);
	}
	36% {
		transform: translate3d(-0.02em, 0, 0);
	}
	38% {
		transform: translate3d(0.02em, 0, 0);
	}
	40% {
		transform: translate3d(-0.02em, 0, 0);
	}
	42% {
		transform: translate3d(0.02em, 0, 0);
	}
	44% {
		transform: translate3d(-0.02em, 0, 0);
	}
	46% {
		transform: translate3d(0em, 0, 0);
	}
}



.hp-vod-link {
	flex: 1 1 auto;
	color: #fff !important;
	cursor: pointer;
}
@media (min-width: 576px) {
	.hp-vod-link {
		font-size: 20px;
	}
}
.hp-vod-link span {
	position: relative;
	width: 36px; height: 32px;
	box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
	transform: translate3d(0, 0, 0) scale(1);
}
.hp-vod-link span::before, .hp-vod-link span::after {
	position: absolute;
	content: "";
}
.hp-vod-link span::before {
	top: 0; left: 0;
	width: 36px; height: 32px;
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(0);
}
.hp-vod-link span::after {
	top: 8px; left: 8px;
	width: 18px; height: 16px;
	background: center center / cover no-repeat url(../images/play-icon.svg);
	transform: translate3d(0, 0, 0);
	filter: invert(50%) sepia(95%) saturate(6025%) hue-rotate(352deg) brightness(84%) contrast(90%);
}
.hp-vod-link span {
	animation: video-icon-outer 3000ms infinite;
}
.hp-vod-link span::before {
	animation: video-icon-inner 3000ms infinite;
}
.hp-vod-link span::after {
	animation: video-icon-icon 3000ms infinite;
}

@media (max-width: 991px) {
	.hp-logout, .hp-video {
		margin: -20px 0 0 0;
	}
}

.wp-video {
	position: relative;
    padding-bottom: 56.25%;
    width: auto !important; height: 0;
}
.wp-video .wp-video-shortcode {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}