.btn.btn-custom {
    background: #888;
    border-radius: 25px;
    line-height: 30px;
    font-size: 1.2em;
    padding: 10px 20px;
    color: #FFF;
    font-weight: 400;
    text-transform: none;
    letter-spacing: .1em;
    border: 2px solid #888;
    transition: all .3s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}
a.btn.btn-custom:hover {
    color: #888;
    border: 2px solid #888;
    background: #fff;
}
.section-header h2 { font-size: 36px; font-weight: 300;}
.lightText h3 {
    color: #FCC80C;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 1em;
}
.lightText p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 1em;
    line-height:1.8em
}
.lightText th,.lightText td{
    color:#fff
}
.section-text.lightText {
    padding: 0 2rem;
}
.yellowText {color:#FCC80C!important }
.start {
    height: auto;
    margin: 15px auto;
    text-align: right;
}
.start a {
    display: inline-block;
    border: 2px solid #FCC80C;
    border-radius: 25px;
    min-height: 30px;
    padding: 10px 15px;
    text-align: center;
    color: #000;
    font-size: 2rem;
    letter-spacing: .1em;
    max-width: 225px;
    min-width: 225px;
    font-weight: 300;
    transition:all .3s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}
.start a:hover {
    display: inline-block;
    border: 2px solid #FCC80C;
    color: #000;
    background:#fcc80C;
    text-decoration:none;
    transition:all .3s ease-in-out
}

.banner .container { display: flex; justify-content: center;}
section.banner {
    background: url(/assets/clubready/Media/mayweather/CR_GymHQ-Mayweather_HERO2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    padding:100px 0;
    margin-top: 0;
    max-height: inherit;
}
.banner-content {
    max-width: 100%;
    position: relative;
    max-height: 225px;
    height: 100%;
    display: table;
    margin: 0px auto;
    min-height: 225px;
}
.banner-inner {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    align-self: center;
}
.gymhQLogo, .mayweatherLogo {
    max-height: 225px;
    display: table-cell;
    max-width: 450px;
    vertical-align:middle;
    text-align:center
}
.gymhQLogo img, .mayweatherLogo img {
    max-height: 225px;
    max-width: 450px;
    padding: 0 50px;
}
.banner-divide {
    width: 0;
    height: 100%;
    border-right: 1px solid #222;
}

.section-text p {
    font-size: 1.2em;
    line-height: 1.8em;
}
section.darkGrayBg h2 {
    color: #fff;
    font-weight: 300;
    font-size: 36px;
}
.panel-content img.img-responsive.float-none {
    width: 100%;
}
.panel-content .panel-img {
    padding: 0;
}
.panel-content .panel-img p{
    padding:0px;
    margin:0px
}
.panel-content {
    background: #f5f5f5;
}
.panel-content:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}
.panel-content {
    background: #f5f5f5;
    display: block;
    width: 100%;
    height:100%
}
.align-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.align-middle .innerText {
    align-self: center;
    align-items: center;
    flex: 1 1 83.3333%;
    padding:0 5rem
}
.panel-text {
    position: relative;
    height: 100%;
    min-height: 100%;
    display: table-cell;
}
.panel-content .innerText h3 {
    color: #FCC80C;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.panel-content .innerText h4 {
    font-weight: 300;
    font-size: 1.5em;
    margin-bottom: 3rem;
}
.panel-content .innerText h6 {
    font-size: 1.3em;
    font-weight: 400;
    margin: 1em 0;
}
.panel-content .innerText p {
    font-size: 1em;
    line-height: 1.6em;
}
.panel-content .innerText ul li {
    font-size: 1.2em;
    margin:.5em 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #6D6E71;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #939598;
}
table.table.table-bordered {
    border: 2px solid #BCBEC0;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 2px solid #bcbec0;
}
table th, table td {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 20px!important;
}

.formWrapper {
    min-height: 1100px;
    position: relative;
    width:100%
}
#panel-7 {display:none}

.service-panels {position:relative}
.service-panels .row.no-gutters.panel-image div {
    width: 100%;
}
.service-panels img {
    width: 100%;
    height: auto;
}
.service-panels .panel-text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-panels .panel-text .innerText{
    padding:1rem 3rem
}
.service-panels .panel-text .innerText h2{
    margin-bottom:1rem
}
.service-panels .panel-text .innerText h4{
    margin-bottom:1rem
}
.service-panels .panel-text .innerText p{
    margin:0;
    padding:0;
    font-size:1.2rem;
    line-height:1.8
}
@media(max-width:992px){
.service-panels .panel-text .innerText {
    padding: 1.5rem
}
}
@media(min-width:992px) and (max-width:1200px){
.service-panels .panel-text .innerText {
    padding: 1rem 1.5rem
}
.service-panels .panel-text .innerText h2 {
    font-size: 1.5rem;
}
.service-panels .panel-text .innerText h4 {
    font-size: 1.1rem;
}
.service-panels .panel-text .innerText p {
    font-size: 1rem;
    line-height: 1.6;
}
}

@media(max-width:768px){
.banner .carousel-inner .item {
    max-height: 35vh;
}
.carousel-caption::after {
    max-width: 300px;
}
}

