
body {
    font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    font-size: 15px;
    color: #000;
}

h1,
.header1 {
    font-size: 33px
}

h2,
.header2 {
    font-size: 21px
}

h3,
.header3 {
    font-size: 17px
}

.header6 {
    margin-top: 5px
}

.display-1 h3 {
    color: #fff
}

h4,
.header4 {
    font-size: 15px
}

h5,
.header5 {
    margin-top: 10px;
    margin-bottom: 10px
}


h2,
h3,
h4,
h5 {
    text-transform: uppercase;
    font-weight: bold
}

h1 {
    font-weight: 400;
}

@media(min-width:576px) {
    h1{
        font-size: 38px;      
    }
    h2{
        font-size: 28px;      
    }
    h3{
        font-size: 18px;      
    }

    
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

a:focus {
    outline: 0;
    outline-offset: 0;
}

p {
    line-height: 1.6em;
}
@media(min-width: 576px) {
    p {
        line-height: 1.9em;
    }
}

a {
    color: #cf212d;
}

a:hover, a:focus, a:active {
    color: #ea2b37;
}

ul li {
    list-style-type: none
}

textarea {
    width: 100%;
}

input[type='text'], input[type='email'], input[type='tel'] {
    font-weight: bold;
}

select {
    font-weight: bold;
}

a.anchor{display: block; position: relative; top: -120px; visibility: hidden;}

.select2 {
    font-weight: bold;
}

::-webkit-input-placeholder {
    font-weight: normal;
    color: #616161 !important;
 }
 
 :-moz-placeholder { 
    font-weight: normal;
    color: #616161 !important;
 }
 :-moz-placeholder {  
    font-weight: normal;
    color: #616161 !important;
 }
 
 :-ms-input-placeholder { 
    font-weight: normal;
    color: #616161 !important;
 }

@media(max-width:575px) {
    .hidden-xs {
        display: none !important
    }
    .visible-xs {
        display: block !important
    }
}

@media(min-width:576px) {
    .hidden-xs {
        display: block !important
    }
    .visible-xs {
        display: none !important
    }
}
@media(max-width: 575px) {
    ::-webkit-input-placeholder {
        text-transform: uppercase;
     }
     
     :-moz-placeholder { 
        text-transform: uppercase;
     }
     
     ::-moz-placeholder {  
        text-transform: uppercase;
     }
     
     :-ms-input-placeholder { 
        text-transform: uppercase;
     }
    
}

@media (min-width: 576px) {
    .section-heading {
        padding-top: 35px;
    }
}


.text-dark {
    color: #000;
}

.modal-content {
    border-radius: 0;
}

.trace {
    color: #000;
}

.btn:focus, .btn:active:focus {
    outline-color: #cf212d;
}

.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt70 {
    padding-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}

.ptb70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt80 {
    padding-top: 80px;
}

.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pb100 {
    padding-bottom: 100px;
}

.mt0 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mtb40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.mtb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mt70 {
    margin-top: 70px;
}

.mb70 {
    margin-bottom: 70px;
}

.mtb70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mt100 {
    margin-top: 100px;
}

.mb100 {
    margin-bottom: 100px;
}

.mtb100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.mt150 {
    margin-top: 150px;
}

.mb150 {
    margin-bottom: 150px;
}

.mtb150 {
    margin-top: 150px;
    margin-bottom: 150px;
}


@media(max-width: 575px) {
    .mt0-xs {
        margin-top: 0;
    }
    .mb0-xs {
        margin-bottom: 0;
    }
    .mt10-xs {
        margin-top: 10px;
    }
    
    .mb10-xs {
        margin-bottom: 10px;
    }
    
    .mtb10-xs {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .mt20-xs {
        margin-top: 20px;
    }
    
    .mb20-xs {
        margin-bottom: 20px;
    }
    
    .mtb20-xs {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .mt40-xs {
        margin-top: 40px;
    }
    
    .mb40-xs {
        margin-bottom: 40px;
    }
    
    .mtb40-xs {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .mt50-xs {
        margin-top: 50px;
    }
    
    .mb50-xs {
        margin-bottom: 50px;
    }
    
    .mtb50-xs {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .pt0-xs {
        padding-top: 0px;
    }
    .pb0-xs {
        padding-bottom: 0px;
    }
    .pb10-xs {
        padding-bottom: 10px;
    }
    .pb15-xs {
        padding-bottom: 15px;
    }

    .pb20-xs {
        padding-bottom: 20px;
    }

    .ptb30-xs {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pb30-xs {
        padding-bottom: 30px;
    }
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.img-circle {
    border-radius: 50%;
}


/* Navbar
-----------------------------
*/
.navbar-default {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 18px;
    border-color: #000 !important;
    background-color: #000;
}
@media (min-width: 992px) {
    .navbar-right {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .snap-nav {
        padding-bottom: 0;
    }
}


.navbar-default .navbar-toggle {
    border: 0
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}

.navbar-default .navbar-toggle>.icon-bar {
    background-color: #fff
}

.navbar-default .navbar-brand {
    color: #fff
}

.navbar-default .navbar-brand:hover {
    color: #bdc3c7
}

.navbar-default .navbar-nav>li>a {
    color: #fff
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #bdc3c7;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #fff;
    font-weight: bold
}

.navbar-default .navbar-right a[type="button"] {
    padding: 6px 20px 6px 20px;
    color: #fff
}

.navbar-default .navbar-right a[type="button"]:hover,
.navbar-default .navbar-right a[type="button"]:focus {
    background-color: transparent;
    color: #06979e
}

.navbar a.active {
    font-weight: bold;
}

.dropdown-placeholder {
    margin-top: 5px;
    width: 50%
}

.dropdown-placeholder select {
    height: 35px;
    width: 100%;
    margin-top: 3px
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) {
    .navbar-default {
        letter-spacing: normal
    }
}

@media all and (min-width:991px) and (max-width:1199px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 13px!important
    }
}

@media(max-width:768px) {
    .navbar-default .navbar-right a[type="button"] {
        float: none!important;
        border: 0
    }
    .navbar-default .navbar-right a[type="button"].img {
        margin-left: 20px
    }
    .header-logo {
        margin-left: 25px
    }
}

@media(max-width:991px) {
    .dropdown-placeholder {
        margin-top: 2px;
        margin-left: 5px
    }
    .navbar-header {
        float: none
    }
    .navbar-toggle {
        display: block
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
    }
    .navbar-collapse.collapse {
        display: none!important
    }
    .navbar-collapse.collapse.in {
        display: block!important
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px
    }
    .navbar-nav>li {
        float: none
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .navbar-header {
        padding-bottom: 20px
    }
}

::-moz-selection {
    color: #fff;
    background: #cf212d
}

::selection {
    color: #fff;
    background: #cf212d
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.navbar-default .navbar-nav>li>a.current {
    color: #cf212d;
}

.header-wrap {
    margin-top: 87px;
}

.header-logo {
    padding-top: 4px;
    width: 170px;
    margin-left: 10px;
}
@media (max-width: 768px) {
    .header-logo {
        margin-left: 25px;
    }
}
img {
    vertical-align: middle;
    border: 0;
}

section .container,
section .single-post-content,
section .blog-filters {
    padding-top: 10px;
    padding-bottom: 10px
}

.universal-dropdown {
    padding-left: 8px;
}

.jumbotron {
    max-height: 460px;
    padding: 0;
    overflow: hidden;
}

.full-width {
    width: 100%
}

.trial-terms p {
    color: black;
}

.standard-btn {
    background: #cf212d;
    border-color: #cf212d;
    color: #fff;
}
.standard-btn i {
   font-size: 23px;
   margin-left: 10px;
   margin-right: 10px;
   vertical-align: center;
  
}

.standard-btn:hover {
    color: #fff;
    background: #ea2b37;
    text-decoration: none;
}

.standard-btn:active, .standard-btn:focus, .standard-btn:visited {
    color: #fff;
}

.blog-category-btn {
    color: #fff;
    background-color: #cf212d;
    border-color: #cf212d;
    margin-top: 10px;
    width: 100%;
    text-transform: uppercase;  
}

.blog-category-btn:hover {
    color: #fff;
    background-color: #880d16;
    border-color: #7e0c14;
}

.blog-pagination-no-link {
    border: 1px solid #cf212d;
    padding: 5px;
}

.blog-pagination-with-link {
    background: #cf212d;
    padding: 5px;
    color: white;
    border: 1px solid #cf212d;
}

.blog-pagination-with-link:hover {
    background: #e41724;
    border: 1px solid #cf212d;
    color: white;
    text-decoration: none;
}

.blog-pagination-right {
    float: right;
}

.blog-bottom-border {
    border-top: solid 1px #000;
    margin-bottom: 10px;
}

.award-list ul li {
    list-style-type: disc;
}

.footer-content li a {
    color: white;
}

.no-padding {
    padding: 0 !important;
}

.feedback-comments {
    height: 50px;
}

.success-story-testimonal {
    width: 100%;
    height: 50px;
}




.blog-authors {
    margin: 20px 0 0 0;
}

.form-control {
    font-size: 15px;
    color: #000;
    border-radius: 0;
}

.dropdown {
    padding-top: 4px;
}

.form-error {
    color: #cf212d;
}

#MemberLoginForm_LoginForm {
    width: 280px;
    margin: 20px auto;
}

#MemberLoginForm_LoginForm input {
    padding: 10px 15px;
    height: auto !important;
    width: 100%;
    display: block;
}

#MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_Remember {
    margin-left: 0;
    width: 15px;
}

#MemberLoginForm_LoginForm label.right {
    margin-left: 10px;
}

#MemberLoginForm_LoginForm #ForgotPassword {
    margin: 10px 0 20px 0;
}

.main-gym-location-content {
    margin: 10px 0 20px 0;
}

.find-a-gym-distance {
    font-size: 14px;
}

.address-container.Highlight1 {
    background-color: #fbfbe7;
}
.address-container.Highlight0 .recenter {
    display: none;
}
.address-container.Highlight1 .recenter {
    display: block;
    cursor: pointer;
    margin-top: 10px;
}

@media screen and (max-width: 390px) {
    .find-a-gym-distance {
        font-size: 12px;
    }
}

.uppercase-text {
    text-transform: uppercase;
}

.club-tour-wrapper iframe {
    width: 100%;
    height: 400px;
}

.landing-page-header-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 390px;

}

.landing-page-header {
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

@media screen and (max-width: 700px) {
    .landing-page-header {
        font-size: 28px; 
    }
}

.center-header {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grey-bg {
    background: #ebebeb;
}

.red-bg {
    background: #cf212d;
}

.white-bg {
    color: #000;
    background: #ffffff;
}

.landing-bullet {
    background: url('../images/landing-bullet.png') no-repeat;
    width: 44px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.white-text {
    color: white;
}

.text-default {
    text-transform: none;
}

.black-text {
    color: black;
}

.landing-white-btn {
    color: #000;
    background: white;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 45px 10px 45px;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin-top: 15px;
}

.landing-white-btn:hover {
    text-decoration: none;
    background: #EAEAEA;
}

.group-fitness-table p {
    margin: 2px;
}

.group-fitness-table thead td {
    background: #C80E18;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.group-fitness-table td,
.group-fitness-table th {
    padding: 10px !important;
    text-align: center;
}

.table-bordered>thead>tr>th, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>tbody>tr>td, 
.table-bordered>tfoot>tr>td {
    border: 1px solid #d2d2d2;
}

.slick-slide {
    outline: none
}

.fb-icon {
     background: url('../images/icons/fb-top-small.png');
     width: 20px;
     height: 21px;
     display: inline-block;
     margin-top: 15px;
}

.insta-icon {
     background: url('../images/icons/insta-top-small.png');
     width: 20px;
     height: 21px;
     display: inline-block;
     margin-top: 15px;
}

@media screen and (max-width: 992px) {
    .fb-icon.top {
        display: none;
    }

    .insta-icon.top {
        display: none;
    }
}

.slick-slide {
    outline: none
}

.kp-inline {
    display: inline-block;
}

.slider-right-arrow, .slider-left-arrow {

    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    font-size: 40px !important;
    z-index: 5;


}

.slider-left-arrow
{
    left: -25px;
}
[dir='rtl'] .slider-left-arrow
{
    right: -25px;
    left: auto;
}
.slider-right-arrow
{
    right: -30px;
}
[dir='rtl'] .slider-right-arrow
{
    right: auto;
    left: -30px;
}

#instructorsModal img {
    margin-bottom: 20px;
    max-width: 300px;
    max-height: 400px;
}

#instructorsModal .profile-contact-information {
    text-align: center
}

#instructorsModal .profile-phone {
    font-size: 15px
}

#instructorsModal .profile-image h2 {
    font-size: 15px
}


.popover-staff-profile:hover {
    cursor: pointer;
    -webkit-filter: brightness(0.7);
    -moz-filter: brightness(0.7);
    -o-filter: brightness(0.7);
    filter: brightness(0.7);
}

.staff-profile-image {
    float: left;
    margin-right: 15px;
    padding-top: 15px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    min-height: 90px;
    min-width: 90px;
}

.staff-details {
    padding: 5px 0;
}

.staff-details h3 {
    word-wrap: break-word;
    margin-bottom: 5px;
}


@media (min-width: 576px) {
    .staff-profile-image {
        min-height: 170px;
        min-width: 170px;
        max-height: 170px;
        max-width: 170px;
    }
    .staff-details {
        padding: 40px 0;
    }
}

 .club-photo-image {
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     height: 300px;
     width: 100%;
}

@media screen and (max-width: 992px) {
    .club-photo-image {
        width: 300px;
        margin: 0 auto;
    }
}

.gym-phone-email {
    margin: 20px 0;
}

.hours-title {
    margin: 10px 0;
}

.free-workout-body {
    font-size: 15px;
    color: #a94442;
}

.club-welcome {
    line-height: 45px;
    color: white;
}

.header .banner {
    height: 460px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.horizontal-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.member-icon {
    display: inline-block;
    vertical-align: middle;
    width: 29%;
    text-align: center;
}

.member-text {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

@media screen and (max-width: 520px) {
    .member-icon,
    .member-text {
        display: block;
        width: 100%;
    }
}

.membership-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.nine-round-color {
    color: #b8111b !important;
}

.interested-btn {
    background: #d41f31;
    background: -moz-linear-gradient(top, #d41f31 0%, #951721 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d41f31), color-stop(100%, #951721));
    background: -webkit-linear-gradient(top, #d41f31 0%, #951721 100%);
    background: -o-linear-gradient(top, #d41f31 0%, #951721 100%);
    background: -ms-linear-gradient(top, #d41f31 0%, #951721 100%);
    background: linear-gradient(to bottom, #d41f31 0%, #951721 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41f31', endColorstr='#951721', GradientType=0 );
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    bottom: 0;
    border: 1px solid #f0545f;
}

.interested-btn .top-text {
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.interested-btn .bottom-text {
    color: white;
    font-weight: 600;
    font-size: 11px;
}

.interested-btn:hover {
    background: #951721;
    background: -moz-linear-gradient(top, #951721 0%, #d41f31 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #951721), color-stop(100%, #d41f31));
    background: -webkit-linear-gradient(top, #951721 0%, #d41f31 100%);
    background: -o-linear-gradient(top, #951721 0%, #d41f31 100%);
    background: -ms-linear-gradient(top, #951721 0%, #d41f31 100%);
    background: linear-gradient(to bottom, #951721 0%, #d41f31 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951721', endColorstr='#d41f31', GradientType=0 );
}

.custom-height {
    height: 500px;
}

.contact-form .alert-validation, 
.location-capture .alert-validation {
    margin-top: 20px;
}

.fitnessFranchise .fitnessFranchise-parallax {
    height: 500px;
}

.full-height {
    height: 100% !important;
}

.testi-wrapper {
    float: right;
    width: 800px;
}

.long-header {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 200px;
}

.list-right-text {
    text-align: right;
    list-style-position: inside;
}

.heading-color {
    color: #cf212d;
}

.modal-header {
    background: #e8e8e8;
}

/*.homepage-video {
    width: 100%;
    height: calc(100% - 100px);
}*/

.new-slider-header {
    color: white;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    margin: 10px auto 20px auto;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    max-width: 900px;
    margin: 10px auto 20px auto;

}

.slider-new-welcome {
    font-size: 20px;
    line-height: 23px;
    padding: 0 0 10px 0;
    letter-spacing: 1px;
    text-align: center;
    color: white;
    max-width: 800px;
    margin: 0 auto;

}

.slider-wrapper {
    position: relative;
}

@media screen and (max-width: 767px) {
    .slider-wrapper {
        display: none;
    }
}

#new_slider_left {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 50px;
    z-index: 1000;
    cursor: pointer;
    font-size: 80px;
    color: white;
}

#new_slider_right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 50px;
    z-index: 1000;
    cursor: pointer;
    font-size: 80px;
    color: white;
}

.video-content {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    width: 100%;
    z-index: 1000;  
}

.video-content-video-only {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    width: 80%;
    z-index: 1000;
    position: absolute;
    margin: 0 10%;
}

.pos-rel {
    position: relative;
}

@media screen and (max-width: 767px) {
    .home-video-only {
        display: none;   
    }
}

.black-bg {
    background: #000;
}

/*.yellow-block {
    height: 100%;
    width: 100%;
    display: block;
    background: #c2c2c2;
}*/

.mobile-slider-image {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;

}

.mobile-slider-content-wrapper {
    background: #363636;
    padding: 20px;
}

.mobile-slider-title {
    margin: 10px 0;
}

@media screen and (min-width: 991px ) {
    .no-header-margin-on-desktop {
        margin: 0 !important;
    }
}

.pos-rel {
    position: relative;
}

.video-icon-franchise {
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 100;
}

@media screen and (max-width: 992px) {
    .video-icon-franchise {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* Make google iframe not create a white space */
iframe[name="google_conversion_frame"] {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    display: none !important;
}

.club-virtual-tour {
    background: #000;
    color: white;
}

.club-tour-wrapper iframe {
    width: 80%;
    height: 600px;
    margin: 0 10%;
}

@media screen and (max-width: 600px) {
    .club-tour-wrapper iframe {
        height: 300px;
    }
}

.nzl-questionnaire {
    margin-bottom: 30px;
}
.nzl-questionnaire .optionset li {
    float: left;
    margin-right: 15px;
}

.nzl-questionnaire .optionset li input {
    float: left;
}

.nzl-questionnaire .optionset li label {
    float: left;
    margin-left: 5px;
    font-weight: normal;
}

.nzl-questionnaire textarea {
    min-height: 100px;
}

.home-jumbo {
    background-color: #000;
    background-size: cover;
    position: center bottom;
    min-height: 400px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-page-video {
   background-color: transparent;
   position: relative;
   overflow: hidden;
}

.video-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 576px) {
    .home-jumbo {
        min-height: 700px;
    }
}
@media screen and (min-width: 992px) {
    .home-jumbo {
        min-height: 800px;
    }
}

.video-bg {
    width: auto;
    min-width: 100%;
    height: auto; 
}
video {
    display: block;
}
.video-container {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    position: static;
    top: 0;
    right: 0;
    z-index: -100;
}
.home-video-container, .gym-page-vide-container {
    width: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-video-container video {
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  overflow: hidden;
}

.home-content-container {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.home-headings {
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
}

.home-headings h1 {
    font-weight: 700;
}

.home-headings .sub-heading {
    margin-bottom: 0;
}

.heading-xl {
    font-size: 45px;
}

@media (max-width: 575px) {
    .sub-heading {
        font-size: 25px;
    }
}

@media (min-width: 576px) {
    .home-content-container {
        margin-bottom: 90px;
    }
    .heading-xl {
        font-size: 70px;
    }
    .home-headings {
        color: #fff;
        text-align: center;
        padding-bottom: 40px;
    }
}

.vertical-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; 
}

#mobile-wrapper {
    padding-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #mobile-wrapper.toggled {
        padding-right: 280px;
    }

        #mobile-wrapper.toggled #sidebar-wrapper {
            width: 280px;
        }

#sidebar-wrapper {
    background: #000;
    height: 100%;
    right: 280px;
    margin-right: -280px;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
    left: initial;
}

    #sidebar-wrapper::-webkit-scrollbar {
        display: none;
    }


#page-content-wrapper {
    padding-top: 70px;
    width: 100%;
}


.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    letter-spacing: 0.06em;
}
.sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
    text-align: center;
}

.sidebar-nav li:before {
    content: '';
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width  0.01s ease-in;
    -moz-transition: width  0.01s ease-in;
    -ms-transition: width  0.01s ease-in;
    -o-transition: width  0.01s ease-in;
    transition: width  0.01s ease-in;
    width: 3px;
    z-index: -1;
}

.sidebar-nav li:hover:before {
    -webkit-transition: width  0.01s ease-in;
    -moz-transition: width  0.01s ease-in;
    -ms-transition: width  0.01s ease-in;
    -o-transition: width  0.01s ease-in;
    transition: width  0.01s ease-in;
    width: 100%;
}

.sidebar-nav li a {
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
}

.sidebar-nav li.open:hover before {
    -webkit-transition: width  0.01s ease-in;
    -moz-transition: width  0.01s ease-in;
    -ms-transition: width  0.01s ease-in;
    -o-transition: width  0.01s ease-in;
    transition: width 0.01s ease-in;
    width: 100%;
}

.sidebar-nav .dropdown-menu {
    background-color: #222222;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
    background-color: transparent;
    color: #bdc3c7;
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    margin-top: 100px; 
    margin-bottom: 20px;
}

.sidebar-nav .sidebar-logo {
    width: 100px;
}

.sidebar-nav .sidebar-social-wrapper {
    position: absolute;
    bottom: 5px;  
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 280px;
}

.sidebar-nav .sidebar-social a {
    font-size: 35px;
    color: #fff;
    padding: 7px;
}

.sidebar-nav .sidebar-social a:hover {
    text-decoration: none;
    text-decoration: none;
    opacity: 0.7;
}

.hamburger {
    height: 32px;
    margin-left: 15px;
    width: 32px;
    z-index: 9999;
    right: 15px;
}

.hamburger:hover {
    outline: none;
}

.hamburger:focus {
    outline: none;
}

.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    -ms-opacity: 0;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-closed:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    -ms-transform: translate3d(-100px, 0, 0);
    -o-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display: block;
    -ms-opacity: 1;
    opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    bottom: 0;
}

.hamburger.is-closed .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    top: 5px;
}

.hamburger.is-closed .hamb-middle {
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-closed .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    bottom: 5px;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-open .hamb-middle {
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-open:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    -ms-opacity: 0;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-open:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    -ms-transform: translate3d(-100px, 0, 0);
    -o-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display: block;
    -ms-opacity: 1;
    opacity: 1;
}

.hamb-bottom, .hamb-middle, .hamb-top {
    background-color: black;
}

@media(min-width: 992px) {
    .navbar-transparent {
        border: 0 !important;
        background-color: transparent !important;
        -webkit-transition: background-color 1000ms linear;
        -ms-transition: background-color 1000ms linear;
        transition: background-color 1000ms linear;
    }
}
.instagram-social {
    background: url(../images/icons/instagram.png);
}

.twitter-social {
    background: url(../images/icons/twitter.png);
}

.facebook-social {
    background: url(../images/icons/facebook.png);
}

.youtube-social {
    background: url(../images/icons/youtube.png);
}

.instagram-social-red {
    background: url(../images/icons/instagram-red.png);
}

.twitter-social-red {
    background: url(../images/icons/twitter-red.png);
}

.facebook-social-red {
    background: url(../images/icons/facebook-red.png);
}

.youtube-social-red {
    background: url(../images/icons/youtube-red.png);
}

.social-icon {
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px;
}

.social-icon-small {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px;
    min-width: 23px;
    min-height: 23px;
    padding: 15px;
}

footer {
    background: #000;
    color: #fff
}

footer a, footer a:hover, footer a:visited {
    color: #fff;
}

footer .footer-container {
    padding-top: 20px;
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px)
{
    footer .footer-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.footer-heading {
    color: #d3202f;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 600;
}

footer .footer-logo {
    width: 95px;
    margin-bottom: 25px;
}

.footer-links {
    font-size: 13px; 
    font-weight: bold;
    margin-bottom: 23px;
}

.footer-links a:hover{
    text-decoration: underline;
}

.footer-links .current {
    color: #cf212d;
}

.copyright-wrapper {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

.list-divider {
    padding-bottom: 10px;
}

footer .list-inline>li {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px
}

.social-wrapper {
    margin-bottom: 25px;
}

.social-wrapper a {
    font-size: 35px;
    color: #fff;
    padding: 10px 15px;
}

.social-wrapper a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.read-more-link {
    margin-top: 10px;
    color: #cf212d;
    float: right;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.copyright-wrapper {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

.banner {
    height: 75px;
    background: #cf212d;
}

.banner h3 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 21px;
}

.banner a:hover {
    text-decoration: none;  
}

.banner a h3:hover {
    color: #bdc3c7;
}

.franchise-slogan-banner {
    text-align: center;
    background: #000;
    min-height: 150px;
}

.franchise-slogan-banner p {
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    padding: 20px;
}

.btn {
    font-size: 17px;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 0;
    white-space: normal;
}


.btn-sm {
    min-width: 270px;
}

.btn-md {
    min-width: 308px;
}

.btn-lg {
    padding: 16px;
}


.mobile-link-panel-container .btn {
    display: block; 
    font-weight: 600;
    max-width: 308px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.link-panel-wrapper {
    display: none;
}



@media (min-width: 576px) {

    .banner h3 {
        font-size: 18px;
    }
    .franchise-slogan-banner p {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 50px;
        padding-bottom: 50px;
        color: #fff;
        font-weight: normal;
        font-size: 21px;
    }
}

@media (min-width: 992px) {
    .link-panel-container {
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }

    .mobile-link-panel-container {
        display: none; 
    }
    
    .link-panel-wrapper {
        display: initial;
        margin: 0;
        padding: 0;
    }
    .link-panel-wrapper:hover, .link-panel-wrapper:active, .link-panel-wrapper:focus {
        text-decoration: none;
        opacity: 0.85;
    }
 
    .link-panel {
        margin: 0;
        padding: 0;
        background: #fff;
        border: 0;
        width: 200px;
        height: 200px;
        color: #cf212d;
        text-align: center;
    }
    
    .link-panel .icon-holder i,  .link-panel .icon-holder img {
        margin: 20px 5px 25px 5px;
        font-size: 80px;
        width: 80px;
        height: 80px;
    }
    
    .link-panel-title {
        margin: 0 auto;
        display: block;
        max-width: 80px;
        font-size: 17px;
        font-weight: 600;
    }
}

.partner-heading {
    text-transform: none;
}

.feature-image {
    float: left;
    margin-right: 15px;
    width: 65px;
    padding-top: 7px;
}
.feature-summary {
    overflow: hidden;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

@media(min-width: 576px) and (max-width: 991px) {
    .nineround-container p {
        margin: 0 auto;
    }
}

.nineround-container {
    text-align: center;
}

@media(min-width: 576px) {
    .underline-links a {
        color: #fff;
        text-decoration: underline;
        font-weight: bold;
    }
    .underline-links .modal-body a {
        color: #cf212d;
        text-decoration: none;
        font-weight: 400;
    }
    .nineround-container {
        min-height: 370px;
    }

    .nineround-container .club-list a {
        line-height: 2em;
    }

    .nineround-container p {
        max-width: 370px;
    }

    .nineround-section {
        min-height: 470px;
    }

    .bottom-align-desktop {
        position: absolute;
        bottom: 0px;
    }
    .nineround-container .bottom-align-desktop {
        left: 0;
        right: 0;
        margin: auto
    }
    .nineround-container .bottom-align-desktop .btn {
        margin-left: 15px;
    }
    .feature-summary {
        line-height: 1.95em;
    }
}

@media(min-width: 576px) and (max-width: 991px) {
    .nineround-container p {
        text-align: center !important;
    }
}

@media(max-width: 575px) {
    .xs-dark {
        color: #000;
    }
    .nineround-section {
        background-image: none !important;
        background-color: #fff !important; 
    }
    .nineround-section .btn-md, .nineround-section .btn-lg {
        min-width: 270px;
        width: 100%;
    }
    .nineround-section h1 {
        color: #cf212d;
    }
    .nineround-section .white-text {
        color: #000 !important;
        text-align: left !important;
    }
    .nineround-section h1, .nineround-section h2, .nineround-section h3, 
    .nineround-section h4, .nineround-section h5, .nineround-section h6, {
        color: #000 !important;
    }
    .nineround-section h3, {
        color: #000 !important;
    }
    #membership-item-section {
        background-color: #000 !important;
    }
    #membership-item-section {
        background-color: #000 !important;
        color: #fff !important;
    }
    #membership-item-section .feature-title{
        color: #cf212d !important;
    }
    
    /* .nineround-section .embed-container {
        margin-left: -20px;
        margin-right: -20px;
    } */
}

@media(min-width:992px) {
    .nineround-container {
        text-align: left;
    }
    .nineround-container p {
        margin: initial;
    }
    .feature-summary {
        max-width: 390px;
    }
}


/* Find A Gym 
-----------------------------
*/ 

.icon-submit {
    font-size: 24px;
    color: #cf212d;
    background: transparent;
    border: 0;
    position: absolute;
    right: 5px;
    top: 37px;
}

.icon-submit:focus, .icon-submit:active{
    outline: none;
}

.find-gym {
    margin-top: 50px
}

.find-gym .search-container {
    position: absolute;
    top: 90px;
    left: 30px;
    z-index: 1;
}

.find-gym .search-container .nineround-logo-red {
    margin-left: 15px;
    padding: 14px 0px 12px 40px;
}

.find-gym .search-container .address{
    font-size: 12px;
}

.find-gym .search-container .mCustomScrollBox {
    max-height: 500px;
    overflow: auto;
}

.find-gym ::-webkit-input-placeholder {
    font-weight: 600;
    color: #000;
 }
 
.find-gym :-moz-placeholder { 
    font-weight: 600;
    color: #000;
 }
 
.find-gym ::-moz-placeholder {  
    font-weight: 600;
    color: #000;
}
 
.find-gym :-ms-input-placeholder { 
    font-weight: 600;
    color: #000;
}

@media(max-width: 575px) {
    .icon-submit {
        right: 5px;
    }

    .find-gym .search-container .mCustomScrollBox {
        max-height: 150px;
        overflow: auto;
    }

    .find-gym .search-container {
        width:300px;
        margin-left:-150px;
        left:50%;
    }

    .find-gym ::-webkit-input-placeholder {
        text-transform: initial;
     }
     
    .find-gym :-moz-placeholder { 
        text-transform: initial;
     }
     
    .find-gym ::-moz-placeholder {  
        text-transform: initial;
    }
     
    .find-gym :-ms-input-placeholder { 
        text-transform: initial;
    }
    
}

.find-gym .padding-left-0 h1 {
    margin-top: 30px
}

.find-gym .gym-map-container {
    padding-left: 0;
    padding-right: 0;
}

.find-gym .location-name {
    font-weight: 600;
    font-size: 16px
}

.find-gym .map #map_canvas {
    height: 650px;
    width: 100%;
}

.find-gym .banner-wrapper {
    padding-top: 40px
}

.find-gym .title {
    background: #949599;
}

.find-gym .title-container {
    padding-top: 25px;
    padding-bottom: 0
}

.find-gym .title-container-thirtyday {
    padding-top: 0;
}

.find-gym #results  {
    max-width: 300px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 3px 3px rgba(0,0,0,0.23);
}

.find-gym #results a {
    color: #000
}

.find-gym .mCSB_dragger_bar {
    background: #555;
}

.find-gym .mCS-light-thick .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -128px 0
}

.find-gym .mCS-light-thick .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -128px -20px
}

.find-gym .mCS-light-thick .mCSB_scrollTools .mCSB_draggerRail {
    background: #e8e8e8
}

.find-gym .global-search-container {
    background: #fff;
    color: #999;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #d1d2d4;
    max-width: 300px;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    border-top: 0;
    border-bottom: 0;
}
.find-gym .global-search-container .checkbox-inline {
    margin: 5px;
    margin-left: 12px;
}

.find-gym .address-container, .find-gym .no-results-container  {
    background: #f9f9f9;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid #d1d2d4;
    max-width: 300px;
}

.find-gym .address-container:hover {
    background: #f9f9f9 url('../images/icons/grey-arrow.png') no-repeat right 10px center;
}

.find-gym .address-container:hover .col-xs-9 {
    color: #fff
}

.find-gym .address-container:hover .col-xs-3 {
    color: #fff
}

.find-gym .center-img {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px
}

.find-gym .btn-search {
    padding-bottom: 10px
}

.find-gym .location-placeholder {
    border-bottom: 1px solid #dadada;
    padding-bottom: 8px
}

.find-gym .location-capture {
    padding-top: 10px;
    margin-top: 20px;
    padding-bottom: 0px
}

.find-gym #search {
    font-size: 16px;
    height: 50px;
    width: 300px;
    border: 1px solid #d1d2d4;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 3px 3px rgba(0,0,0,0.23);
}

.find-gym select {
    padding: 0;
    height: 27px;
}

.info-window .address {
    color: #000;
}


/* Scrollup
-----------------------------
*/            

.scrollup {
    width: 40px;
    height: 40px;
    -ms-filter: alpha(opacity=80);
    filter: alpha(opacity=80);
    opacity: .8;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-align: center;
    color: #fafafa;
    font-size: 28px;
    background: #576370;
    z-index: 9999;
    outline: 0
}

.scrollup:hover {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    background: #cf212d;
}

.scrollup i {
    line-height: 38px
}

a.scrollup:hover i,
a.scrollup:focus i {
    text-decoration: none;
    color: #fafafa;
    outline: 0
}


.join-progress-bar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; 
}

@media(min-width: 576px) {
    .join-progress-bar {
        margin-top: 25px;
    }
}

.join-progress-bar .progress {
    display: none;  
    border: 1px solid #cf212d;
    border-radius: 0;
    height: 22px;
    background-color: transparent;
}

.join-progress-bar .progress span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.join-progress-bar .progress-bar {
    background-color: #cf212d;   
}

.join-progress-bar .current {
    display: block;
}

.join-profile {
    padding-bottom: 20px;
}

@media(min-width: 768px) {
    .join-profile {
        padding-bottom: 200px;
    }
}


.legal-checkboxes {
    font-size: 12px;
}


/* CSS for document agreement dialogs */

.confirm-container {
    margin-top: 5px;
}

.agreement-content {
    width: 100%;
    height: 200px; 
    text-align: justify;
    overflow: auto;
    overflow-x: hidden; 
    border: 1px solid #ccc;
    padding: 10px 15px;
}

.agreement-content ul,
.agreement-content ol {
    margin-left: 20px;
}

.agreement-content ul li {
    list-style-type: disc;
}

.agreement-content ol li {
    list-style-type: decimal;
}

 @media(min-width:992px) {
    .agreement-document .modal-dialog {
       width: 60%;     
    }
}    


.agreement-document .modal-header {
    border-bottom: 0px;
    padding: 15px 15px 5px 15px;
}

.agreement-document .modal-body {
    padding: 15px;
}

.agreement-document .modal-footer {
    border-top: 0px;
    padding: 5px 15px 15px 15px;
}

.agreement-document .modal-body img {
    padding-bottom: 5px
}

@media(max-width:768px) {

    .agreement-document h2.modal-title {
        font-size: 18px;
    }

    .agreement-document .modal-header {
        padding: 10px 10px 5px 10px;
    }

    .agreement-document .modal-body {
        padding: 10px;
    }

    .agreement-document .modal-footer {
        border-top: 0px;
        padding: 5px 10px 10px 10px;
    }
}

.agreement-validation-message {
    padding-bottom: 5px;
    font-weight: bold;
    color: red;
    visibility: hidden;
}

.terms-text {
    font-weight: normal;
}



.agreement-content .pageBreak {
    page-break-after: always;
}


.agreement-content .uppercase {
    text-transform: uppercase;
    font-weight: bold;
}

.agreement-content .bottom-border {
    border-bottom: 1px solid #000;
}

.agreement-content .section-header {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    color: #000;
}

.agreement-content .section-wrapper {
    margin-bottom: 20px;
}

.agreement-content .signature {
    max-height: 50px;
}

.agreement-content .docheader {
    margin-bottom: 10px;
    font-weight: bold;
}

.agreement-content .docheader img {
    margin-bottom: 20px;
    margin-top: 10px;
}

.agreement-content .docheader img {
    margin-bottom: 20px;
    margin-top: 10px;
}

.agreement-content .logo {
    margin-bottom: 10px;
}

.agreement-content .document-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

.agreement-content .bold {
    font-weight: bold;
}

.agreement-content table.membership, table.initial-payment {
    width: 100%;
    border: 1px solid #000;
}

.agreement-content table.membership td, table.initial-payment td {
    width: 50%;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #000;
}

.agreement-content table.membership td.value, table.initial-payment td.value {
    text-align: right;
}

.agreement-content td.breakout-container {
    margin: 5px;
    padding: 10px;
}

.agreement-content .justified {
    text-align: justify;
}

.terms-text {
    font-weight: normal;
}

.nineround-logo-left {
    background-image: url(../images/9r-logo-red.png);
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 32px;
    min-width: 32px;
    background-size: 32px;
    padding: 5px 0px 15px 40px;
}

.nineround-logo-red {
    background-image: url(../images/9r-logo-red.png);
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 32px;
    min-width: 32px;
    background-size: 32px;
    padding: 5px 0px 12px 40px;
}

@media (min-width:576px) {
    .nineround-logo-left {
        background-image: url(../images/9r-logo-white.png);
        background-repeat: no-repeat;
        background-position: left center;
        min-height: 37px;
        min-width: 37px;;
        background-size: 37px;
        padding: 5px 0px 15px 50px;
    }
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 0px;
    margin-top: -3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2 {
    width: 100% !important;
}

button, input, optgroup, select, textarea {
    color: #000;
}

.membership-item-image {
    float: left;
    margin-right: 15px;
    padding-top: 15px;
}


.location-wrapper #map {
    height: 535px;
}

.location-wrapper .map-details {
    position: relative;
    background-color: #fff
}

.location-wrapper .map-details .map {
    height: 535px;
    width: 100%;
    padding-bottom: 0;
    text-align: center!important
}

.location-wrapper .map-details .map .map-img {
    width: 100%;
    height: 100%;
    padding-bottom: 5350px;
    padding-left: 0
}

.location-wrapper .location-details-container {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 1000;
    position: absolute;
    margin: 0 2%;
}

.location-wrapper .location-details-panel {
    padding: 15 15px 5px 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.location-wrapper .club-title {
    font-size: 44px;
    font-weight: 600;
    display: inline;
}

.location-wrapper .location-details-panel .nineround-logo-red {
    background-size: 35px;
    min-width: 35px;
    min-height: 35px;
    margin-left: 70px;
    margin-top: 5px;
}

.location-wrapper .location-details span {
    font-weight: 600;
    line-height: 2em;
}

.location-wrapper .location-details .btn {
    padding: 5px 12px;
    color: #fff;
}

.location-wrapper .location-details .btn span {
    font-size: 15px;
    font-weight: 400;
}

.location-details #directions-btn-container-xs .btn{
    color: #fff;
}

.location-details a {
    color: #000;
}

.location-details span a:hover {
    color: #cf212d;
}

 .location-details .btn .fa-map {
    font-size: 15px;
}


.location-wrapper .map-details .details .information .email {
    color: #000
}

.plans-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    -moz-transition: all ease 400ms ease-in-out;
    -webkit-transition: all ease 400ms ease-in-out;
    -o-transition: all ease 400ms ease-in-out;
    transition: all ease 400ms ease-in-out;
}

.plans-wrapper:hover {
    cursor: pointer
}

.inline-heading {
    display: inline-block;
}

@media(min-width: 576px) {
    .form-control {
        border-radius: 2px;
    }
    /* .enrollment-profile .form-group {
        padding: 5px;
    }

    .enrollment-information-wrapper .form-group {
        padding: 0;
    } */
}

.enrollment-information-wrapper .credit-card-types {
    margin-top: 18px;
}

.enrollment-information-wrapper .credit-card-types div {
    height: 20px;
    width: 35px;
    display: inline-block;
    vertical-align: bottom
}
.enrollment-information-wrapper .credit-card-types div.visa {
    background: url('../images/icons/visa-mobile.png') 0 0 no-repeat
}

.enrollment-information-wrapper .credit-card-types div.mastercard {
    background: url('../images/icons/mastercard-mobile.png') 0 0 no-repeat
}


.enrollment-information-wrapper .credit-card-types div.mastercard.disabled {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

.enrollment-information-wrapper .credit-card-types div.visa.disabled {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

.checkout-mini-icon {
    background-repeat: no-repeat;
    background-position: 0px 4px;
    min-height: 11px;
    min-width: 11px;
    background-size: 11px;
    padding: 2px 0px 12px 20px;
}

.checkout-location {
    background-image: url(../images/icons/location.png);
}

.checkout-person {
    background-image: url(../images/icons/person.png);
}

.checkout-membership-card {
    background-image: url(../images/icons/membership-card.png);
    min-height: 13px;
    min-width: 13px;
    background-size: 13px;
}

.membershipCheckout .btn {
    min-width: 100%;
}

@media(min-width:576px) {
    .enrollment-information-wrapper .credit-card-types div.visa {
        background: url('../images/icons/visa.png') 0 0 no-repeat
    }
    
    .enrollment-information-wrapper .credit-card-types div.mastercard {
        background: url('../images/icons/mastercard.png') 0 0 no-repeat
    }

    .membershipCheckout .nineround-section {
        min-height: 1100px;
    }

    .membershipCheckout .instagram-social-red {
        background: url(../images/icons/instagram.png) no-repeat center; 
        padding: 15px;
    }
    
    .membershipCheckout .twitter-social-red {
        background: url(../images/icons/twitter.png) no-repeat center; 
        padding: 15px;
    }
    
    .membershipCheckout .facebook-social-red {
        background: url(../images/icons/facebook.png) no-repeat center; 
        padding: 15px;
    }
    
    .membershipCheckout .youtube-social-red {
        background: url(../images/icons/youtube.png) no-repeat center; 
        padding: 15px;
    }

    .membershipCheckout .welcome strong {
        font-size: 16px;
        line-height: 2em;
    }

    .membershipCheckout .btn {
        min-width: 308px;
    }
}


.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 15px;
}

/*!
 *   ----------------------------------------------------
 *   GymLocationPage & FreeWorkoutPage
 *   ----------------------------------------------------
 */ 

.find-a-club-container {
   font-size: 14px;
} 

.find-a-club-container a {
    text-decoration: underline;
}

.nineround-panel-container {
    background-color:#f9f9f9;
    color: #000;
    min-height: 52px;
    -moz-box-shadow:    inset 0 0 3px #000;
    -webkit-box-shadow: inset 0 0 3px #000;
    box-shadow:         inset 0 0 3px #000;
}

.nineround-panel-container .address {
    display: block;
    font-size: 10px;
}

.nineround-panel-container .club-title {
    color: #000;
    padding-top: 6px;
    display: block;
    font-weight: 700;
    font-size: 15px;
}

.nineround-panel-container .nineround-logo-red {
    margin-left: 10px;
    padding: 5px 0px 9px 40px;
}

.nineround-panel-container .col-xs-7 {
    padding-right: 0;
}


.nineround-panel-container .find-a-club-container {
    padding-right: 10px;
}

.nineround-panel-container .find-a-club-container a {
    text-decoration: none;
}

.nineround-panel-container .not-closest {
    padding-top:10px;
    display: block;
    font-size: 10px;
}

.nineround-panel-container .find-a-club {
    display: block;
    font-weight: bold;
    font-size: 15px;
    color: #cf212d;
}

@media(max-width: 400px) {
    .nineround-panel-container .nineround-logo-red {
        background-size: 0;
        padding: 5px 0px 9px 5px;
    }
}


/* Catering for iphone5 */
@media(max-width: 350px) {
    .nineround-panel-container .address {
        display: block;
        font-size: 9px;
    }

    .nineround-panel-container .club-title {
        font-size: 13px;
    }

    .nineround-panel-container .find-a-club {
        font-size: 13px;
    }

    .phone-us-container .btn {
        font-size: 14px;
    }
    
}

@media(min-width: 576px) {

    .nineround-panel-container .address {
        font-size: 12px;
    }

    .nineround-panel-container .club-title {
        padding-top: 3px;
        font-size: 17px;
    }

    .nineround-panel-container .not-closest {
        padding-top: 8px;
        font-size: 12px;
    }

}


.gym-nav .nav .current, .gym-nav .nav .current:hover {
    background: #fff;
    border: 1px solid #cf212d;
    color: #cf212d;
    font-weight: bold;
}

.gym-nav .nav a {
    background: #cf212d url('../images/icons/white-arrow.png') no-repeat right 10px center;
    border: 2px solid #cf212d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #F5F0F0;
    padding: 6px 12px 7px 12px;
    margin-bottom: 3px;
}
.gym-nav .nav a:hover {
    color: #fff;
}

@media(min-width: 576px) {
    .gym-nav .nav .current, .gym-nav .nav .current:hover {
        background: #cf212d;
        color: #fff;
        font-weight: bold;
    }
    .gym-nav {
        background: #cf212d;
        border: 2px solid #cf212d;
        margin-bottom: 20px;
        width: 100%;
    }
    .gym-nav .nav a {
        background: #cf212d;
        border: 0;
        margin-bottom: 0px;
        display: inline-block;
    } 
}



.special-panel {
    margin-top: 15px;
    padding: 15px;
    color: #000;
    background: #fff;
    max-width: 300px;
    min-height: 300px;
    -moz-box-shadow:    inset 0 0 3px #000;
    -webkit-box-shadow: inset 0 0 3px #000;
    box-shadow:         inset 0 0 3px #000;
}

.special-panel label p {
   font-weight: 400;
}

.date-panel {
    text-align: center;
    color: #000;
    cursor: pointer;
    border: 1px solid #000;
    padding: 10px;
    margin: 0;
    float: left;
    margin-right: -1px;
    margin-top: -1px;
    min-width: 20.1%;
}
.date-panel:hover {
    background: #cf212d;
    color: #fff;
}

.date-panel h4 {
    font-weight: 600;
    font-size: 80%;
    margin: 0 auto;
}
.date-panel h2 {
    margin: 5px auto;
}


.date-panel-hidden {
    display: none;
}

.more-dates-toggle {
    cursor: pointer;
    color: #000;
    font-size: 16px;
    margin-top: 5px;
    padding-right: 5px;
}

@media(min-width: 576px) {
    .more-dates-toggle {
        color: #fff;
    }
    .date-panel {
        color: #fff;
        border: 1px solid #fff;
        min-width: 14.4%;
    }
}

.free-workout-form-header {
    margin-bottom: 15px;
}

.hours-title {
    margin: 10px 0;
}

.invite-friend-panel {
    margin-top: 15px;
    padding: 15px;
    color: #000;
    background: #fff;
    max-width: 305px;
    -moz-box-shadow:    inset 0 0 3px #000;
    -webkit-box-shadow: inset 0 0 3px #000;
    box-shadow:         inset 0 0 3px #000;
}
.invite-friend-panel .btn{
   margin-bottom: 0;
}

.free-workout-booking-details span a {
    color: #000;
}   

.cancel-link {
    color: #000;
    font-size: 16px;
    padding-bottom: 20px;
}

.what-to-bring {
    font-size: 14px;
}


@media (min-width: 576px) {
    .free-workout-thanks {
        margin-bottom: 130px;
    }
    .free-workout-booking-details span a {
        color: #fff;
    }    
    .cancel-link {
        color: #fff;
        font-size: 16px;
    }
    .free-workout-booking-details, .what-to-bring {
        line-height: 1.8em;
    } 
}


.date-list {
    text-transform: uppercase;
    font-weight: bold;
    color: #cf212d;
}

.time-list {
    color: #cf212d;
}


.fa-phone {
    margin-right: 10px;
}

.join-btn {
    font-weight: bold;
    text-transform: uppercase;
    color: #cf212d;
}

.join-btn i {
    font-size: 23px;
}

.weekday {
    font-size: 12px;
    line-height: 1.8em;
}

@media(max-width: 575px) {
    .join-btn {
        border-color: #cf212d;
    }
    .join-btn:hover {
        background-color: #cf212d;
        color: #fff;
    }
}

@media(min-width: 385px) {
    .weekday {
        font-size: 13px;
    }
}


.club-jumbo {
    background-color: #000;
    background-size: cover;
    position: center bottom;
    /* min-height: 250px; */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.club-page-video {
   background-color: #000;
   position: relative;
   overflow: hidden;
}

.video-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 576px) {
    .club-jumbo {
        /* min-height: 385px; */
    }
}
@media screen and (min-width: 992px) {
    .club-jumbo {
        /* min-height: 650px; */
    }
}

/*!
 *   ----------------------------------------------------
 *   End GymLocationPage & FreeWorkoutPage
 *   ----------------------------------------------------
 */ 



/*!
 *   ----------------------------------------------------
 *   ContactPage
 *   ----------------------------------------------------
 */ 

.faq {
    margin-bottom: 18px;
}

.faq-qa{
    float: left;
}

.faq p {
    margin-top: 2px;
    margin-bottom: 0;
    overflow: hidden;
}

.faq .question{
   color: #000;
   font-weight: bold;
}

.faq-qa {
    margin-right: 5px;
    color: #adacad;
    text-transform: uppercase;
    font-size: 22px;
}

.faq-heading {
    font-size: 160px;
}

/*!
 *   ----------------------------------------------------
 *   End Contact Page
 *   ----------------------------------------------------
 */ 

  
/*!
 *   ----------------------------------------------------
 *   OwnAFranchisePage
 *   ----------------------------------------------------
 */ 

/* Owl Carousel */

.owl-carousel .owl-prev {
    background: url('../images/icons/slider-prev-50.png') left center no-repeat;
    height: 38px;
    position: absolute;
    top: 50%;
    width: 38px;
    z-index: 1000;
    left: 1%;
    cursor: pointer;
    color: transparent;
    margin-top: -27px;
}

.owl-carousel .owl-next {
    background: url('../images/icons/slider-next-50.png') right center no-repeat;
    height: 38px;
    position: absolute;
    top: 50%;
    width: 38px;
    z-index: 1000;
    right: 1%;
    cursor: pointer;
    color: transparent;
    margin-top: -27px;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    opacity: 0.5;
}

/* Popup Text */

.white-popup {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.popup-text-link {
    cursor: pointer;
}


/* Icon CSS */
.owl-carousel .item-box {
    position: relative;
}
.owl-carousel .item-box i {
    display: none;
    font-size: 4rem;
    color: #FFF;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.owl-carousel .item-box a {
    display: block;
    width: 100%;
}
.owl-carousel .item-box a:hover:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.owl-carousel .item-box a:hover i {
    display: block;
    z-index: 2;
}
.owl-carousel .item .name {
    text-align: center;
    display: block;
    font-size: 16px;
    margin-top: 10px;
}


.justified {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 100;
} 
.justified-item {
    display: inline-flex;
}

.justified-inner {
    display: block;
}

.partners-container h2 {
    font-weight: normal;
}
.partners-container ul {
    margin: 0 auto;
    padding-left: 0;
}
.partners {
    flex-wrap: nowrap;
}
.partner-inner {
    padding: 5px 5px 0;
    overflow: hidden;
}
.partner-logo {
    display: block;
    max-width: 130px;
}

@media (min-width: 576px) {
    .partner-logo {
        display: block;
        max-width: 100%;
    }
}
@media (max-width: 767px){
    .partners {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (min-width: 1201px) {
    .franchise-facts-item {
        width: 26%;
        margin: 50px 0 0;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .franchise-facts-item {
        width: 31%;
        margin: 30px 0 0;
    }
}
@media (max-width: 991px) {
    .franchise-facts-item {
        margin: 20px 0 0;
    }
}

.grey-bg {
   background: #f2f2f2;
}

@media (min-width: 576px) {
    #request-info p{
        font-size: 16px;
    }
}


@media(min-width:992px) {
    #request-info .form-container {
        background: #fff;
        padding: 10px 65px;
    }
    
    #request-info .form-container h1{
        margin-top: 10px;
    }
}

@media(max-width:991px) {
    #request-info h1, #request-info h2 {
        text-align: center;
    }
}


.bullet-list-title {
    text-transform: capitalize;
}

.presentation-description .bullet-list li {
    list-style-type: disc;
    padding: 5px;
}
.presentation-description .plain-list li {
    padding: 5px;
}
@media(min-width: 576px) {
    .presentation-description .bullet-list li, .presentation-description .plain-list li {
        font-size: 17px;
        padding: 7px;
    }
    
}

.investments-list-container h1, .investments-list-container h2, .investments-list-container h3 , .investments-list-containerh4 {
    text-transform: capitalize;
}

.investments-list-container ul li{
    list-style: disc;
    text-align: left;
    font-size: 16px;
}

.investments-list-container ul {
    display: inline-table;
}
.investments-list-container {
    text-align: center;
}


.franchise-table {
    table-layout: fixed; background: #fff;
}
.franchise-table .cost-heading{
    width: 80px;
}
.franchise-table td{
    font-size: 14px;
 }
.franchise-table tfoot {
   border-top: 3px solid #cccccc;
}
.franchise-table tfoot td {
    font-size: 15px;
    font-weight: bold;
}
.tax-disclaimer {
    display: block;
    margin-top: -15px;
    font-size: 12px;
    margin-left: 30px
}

.form-summary {
    max-width: 450px;
    margin-top: -15px;
    margin-bottom: 35px;
} 

.sales-form-summary {
    margin-top: 10px;
} 


@media (min-width: 576px)
{
    .franchise-table td{
       font-size: 15px;
    }
    .franchise-table tfoot td {
        font-size: 16px;
    }
    .franchise-table .cost-heading{
        width: 100px;
    }
    .form-summary {
        font-size: 16px;
    }
    .tax-disclaimer {
        font-size: 13px;
    }
}

.franchise-summary {
    font-size: 15px;
}


.franchise-header h2{
    color: #cf212d;
    font-size: 33px;
    font-weight: 400;
}


@media (min-width: 576px) {
    .franchise-header {
        min-height: 570px;
    }
    .franchise-header h1{
        font-size: 50px;
    }
    .franchise-header h2{
        color: #fff;
        font-size: 42px;
        font-weight: 600;
    }
    .franchise-header span, .franchise-header  p {
        margin: 0 auto;
        max-width: 700px;
    }
    .franchise-header .standard-btn {
        margin-left: 5px;
        margin-right: 5px;
    }
    .franchise-summary {
        font-size: 23px;
        text-align: center;
    }
}

.franchise-club-tour-wrapper iframe {
    width: 100%;
    height: 300px;
    margin: 0;
}

@media(min-width: 576px) {
    .franchise-club-tour-wrapper iframe {
        height: 450px;
    }
}

.investor-container hr {
   border: 2px solid #cf212d;
}


/*!
 *   ----------------------------------------------------
 *   End OwnAFranchisePage
 *   ----------------------------------------------------
 */ 

 
/*!
 *   ----------------------------------------------------
 *   MyZonePage
 *   ----------------------------------------------------
 */ 

 .myzone-heading-xs {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
 }

 .myzone-summary-xs {
    background: #000;
    padding: 20px 15px 70px 15px;
    color: #fff;
 }


 .number-circle-container h3 {
    margin: 0 auto;
}

 .number-circle-container h3 {
     margin-left: 15px;
 }
 
 .number-circle {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    padding: 8px;
    background: transparent;
    border: 1px solid #cf212d;
    color: #cf212d;
    text-align: center; 
    font-size: 32px;
    margin-top: 17px;
    margin-bottom: 17px;
    display: inline-block;
}



/*!
 *   ----------------------------------------------------
 *   Slider
 *   ----------------------------------------------------
 */ 

.bx-viewport { 
    height: 150px; 
    box-shadow: none !important; 
}
.bx-controls { 
    display: none;
}

@media (min-width: 576px) {
    .bx-viewport { height: 300px;}
}

@media screen and (max-width: 768px) {
    .bxslider li {
        margin-top: 0px !important;
        margin-left: 0px !important;
    }
 }

.bx-wrapper  {
    float: left;
}

.bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-loading {
    z-index: 0;
}
.bx-wrapper .bx-prev {
	left: -40px;
}

.bx-wrapper .bx-next {
	right: -30px;
}

.bx-wrapper .bx-controls-direction a {
    height: 65px;
    

}
.bx-wrapper .bx-controls-direction a:hover {
    height: 70px;
}

.bx-wrapper .bx-left:hover {
    background-position: left center;
}

.bx-wrapper .bx-next:hover {
    background-position: right center;
}

/*!
 *   ----------------------------------------------------
 *   End Slider
 *   ----------------------------------------------------
 */ 


 .jssocials-share-label, .jssocials-share-logo {
     font-size: 15px;
 }

 .loader-animation-container{
    display: block;
    position: relative;
    padding-top: 15px;
    margin-right: 75px;
}

 .loader-animation{
    width:40px;
    height:40px;
    border-radius:100%;
    position:absolute;
    border: 3px solid #cf212d;
    animation: up 1s;
    animation-iteration-count: infinite;
    transition:2s;
    border-bottom:none;
    border-right:none;
    animation-timing-function:linear;
    left: 0.7%;
    top:50%;
}
     
@keyframes up{
    from{transform:rotate(0deg); }
    50%{transform:rotate(180deg);}
    100%{transform:rotate(360deg);}
}

#loading-img2{
    width:30px;
    height:30px;
    left:1.35%;
    top:80%;
    animation-delay:.2s;
}
 #loading-img3{
    width:20px;
    height:20px;
    left: 1.90%;
    top: 100.4%;
    animation-delay:.4s;
}
#loading-img4{
    width:10px;
    height:10px;
    left: 3.0%;
    top: 145.1%;
    animation-delay:.6s;
} 

.loader-text {
    margin-left: 55px;
}

.contact-form #ResumeDropzone, .contact-form #CoverLetterDropzone {
    padding: 0;
    margin-bottom: 15px;
    height: auto;
    min-height: auto;
    color: #000;
}

.contact-form #ResumeDropzone p, .contact-form #CoverLetterDropzone p{
    padding: 5px;
    margin-bottom: 0;
}

.contact-form .dropzone-holder.uploadable {
    border: 1px solid #999;
}

.contact-form .dropzone-holder:after {
    content: none;
}


.sitewide-banner {
    background-color: #000;
    color: #fff;
    padding: 20px 80px;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 52;
    width: 100%;
  }

  .sitewide-banner a {
      color: #fff;
      text-decoration: underline;
  }