/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;
    font: inherit;
    vertical-align: baseline;*/
    color: #474747;
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.5;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 13px;
    
}
ol, ul {
    list-style: none;
	clear:left;
}
blockquote, q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
img {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}

a{color:#D7294A;}

/*-- /reset --*/

/*
 *  Copyright begin
 *
 */
.map {
    position: relative; 
}

#w2gi_copyright, #navteq_copyright, #osm_copyright {
    position: absolute;
    bottom: 5px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    z-index: 999;
}

#w2gi_copyright {   
    right: 3px;
}

 #navteq_copyright { 
    display: none;    
    left: 3px;
 }

 #osm_copyright {
    display: none;
    left: 3px;
 }

 /*
  *  Copyright end
  *
  */



/* -- */


body {
    
}

p {
    padding: 1em;
    clear:both;
}

.box-wrapper {
    max-width: 96%;
    height: 100%;
    margin: 0 auto;
}

.content-list {
    overflow: hidden;
    position: relative;
    background: #FFF;
    /* width: 30em; */
}

.content-list li {
    display: block;
    width: 30%;
    padding-bottom: 0.1em;
    border-bottom: 0.1em solid #CCC;
}

.content-list.maneuver-result li {
    width: 100%;
}
.content-list li em {
    text-transform: none;
    display: inline-block;
    width:20%;
}
#driving_directions {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 1%;
    /* width:35em; */
    position: relative;
	margin-bottom:10px;
}

#locator_search {
    max-width: 100%;
    margin-top: 10px;
	margin-bottom:10px;    
    /* width:35em; */
    position: relative;
}

#driving_directions span {
    display: inline-block;
    width: 40px;
    font-weight:bold;
}

#driving_directions label {
    display: inline-block;
	margin:3px;
}

#driving_directions input.search-box {
    width: 260px;
}

#driving_directions img.reverse {
    position: relative;
    margin-left:10px;
}



.attribution {    
    bottom: 0;
    width: 96%;
}
.attribution a {
    color:#9AB531;
}

.attribution span {
    display: inline-block;
    text-align: center;
    
}

#locator_search span {
    color: #fff;
}

#locator_search span:hover {
    color:#9AB531;
}

.wrapper {
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
}


.map div {
    padding: 0;
}

.icon-bar {
    float:right;
    position: relative;
    margin-right:10px;
}

.icon img {cursor:pointer !important;}

.icon-bar a, .icon-bar i {
    font-size: 12px;
}

.icon-bar i {
    padding-right: 6px;
    font-size: 14px;
}



.poi {
    float: left;
    height: 800px;
    overflow: auto;
    position: relative;    
    width: 29%;
    z-index: 999;

}



#filters {
	position:absolute;
	left:10px;	
}

.searchFilters div {
    float: left;
}

.searchFilters input {
    vertical-align: middle;
}

h3 {
    color: #474747;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    clear:both;
}

.poi.maneuver {
   
}

.poi .content-list li {
    float:left;
    background: #FFF;
    margin: .3em;
    padding: .4em;    
}

.poi .content-list.maneuver-result li {
    float: none;
}

.content-list.poi-result {
    /* width:20em; */
	clear: left;
}

.content-list.poi-result li {
    float:left;
    width: 100%;
    border: none;    
    padding:10px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    line-height: 20px;

}

.poi-item a {
    color: rgb(215, 41, 74);
    font-weight: bold;  
    cursor: pointer;  
}

.poi .content-list li.poi-item.poi-hover {
    background-color: #efefef;
}

.box-wrapper {
	position:relative;
}

.search_again {font-weight:bold; cursor:pointer;}

/*
Popup
*/
.w2gi-popup {
    /*width: 250px;
    height: 300px;*/
}

.w2gi-popup h3 {
    color:#000;
    
}
.olPopupContent {
    overflow: hidden !important;
}


/*
Tabs
*/
.tabs {
	display:none;
}

.tabs li {
    background: #ccc;
    display: inline-block;
    padding: 4px;
    margin-right: 5px;
    height: 24px;
    width: 60px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.tabs li.active {
    background: #fff;
}

/*.tab-content {
    display: none;
    padding:15px !important;
	background-color: #ffffff;
}

.tab-content.active {
    display: block;
    
}*/

#dd {
    /* display: none;*/
}

.content-list.poi-result li.poi-item:hover {
    background-color: #efefef;
}

.content-list.poi-result .poi_icon {    
    position: relative;
}
.content-list.poi-result p {
    padding:0;
    margin-left: 35px;
       line-height: 14px;
}



.content-list.poi-result strong {
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    margin-left: 3px;
}

.content-list.poi-result span {
    display: block;
    /* margin-left: 35px; */
}

.content-list.poi-result .poi_number {
    width: 0px;
    position: absolute;
    left: 5px;
    font-size: 14px;
    top: 10px;
    color:#cd2452;
    font-weight: bold;
    width:40px;
    font-style: normal;
}

.content-list.poi-result .amenities {
    padding: 0; 
    background: none;
    margin-left: 25px;
}

.content-list.poi-result .amenities li {
    display: inline-block;
    width: 20%;
    font-size: 17px;
    background: none;
    color: #BEB5A0;
    border: none;
    width:30px;
}

.olPopupCloseBox {
    background-image: url("http://hosted.where2getit.com/w2gi/images/close.gif");
    top: 10px !important;
    right: 10px !important;	
    width: 12px !important;
    height: 10px !important;
}

.street-view-wrapper {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px;
    height: 250px;
    z-index: 100;
}

.search-box{
    width: 70%;
    /* height: 2em; */
}



.active_action {
    font-weight: bold;
}


div.olControlZoom {
    display: none;
}



.button-search {
    background: none repeat scroll 0 0 #c60c30;
    border: medium none;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 2px 7px;
    text-transform: uppercase;
    cursor: pointer;
}

.button-search:hover {
   
}
.button-search:active {
    
}
.button-location {
    background: rgb(139, 198, 56);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#8bc638', endColorstr='#7db333');
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(139, 198, 56)), to(rgb(125, 179, 51)));
    background: -moz-linear-gradient(top, #8bc638, #7db333);
    font-family: "HelveticaW02-RoundedBd",Arial,Helvetica,sans-serif;
    text-shadow: rgb(79, 79, 79) 0px 1px 1px;
    border: 0;
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    height: 36px;
    line-height: 31px;
    border: 1px solid rgb(112, 161, 44);
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.button-location i {
    color: #fff;
    margin-right: 8px;
}

.divider-text {
    color:#fff;
    font-size: 16px;
    display: block;
    margin-top: 5px;
}


.location-wrapper {
    width:20em;
    margin: 0 auto;
    text-align: center;
    margin-top: 1%;
}
.inline-list {
    padding: 1em;
}

.inline-list li {
    display: inline-block;
}

.block, .inline-list li.block {
    display: block;
}

.blue {
    color:#20596E;
}

/*
    dialog
*/


.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;

}

.modal{
    display: none;
    background:#fff;
    padding-top:20px;
    overflow:auto;
    z-index:1001;
    position:absolute;
    /* width: 750px;
    height: 500px; */
}

.desktopPhone {display:inline;}
.mobilePhone {display:none !important;}


@media all and (min-width:601px) and (max-width:900px) {
	.map {width:100%;height: 320px;}	
	.poi {width:100%; height:auto;}
}

@media all and (min-width:0px) and (max-width:601px) {
	.map {width:100%; height: 320px;}	
	.poi {width:100%; height:auto;}
	
	.desktopPhone {display:none !important;}
	.mobilePhone {display:inline !important;}

}



input[type="submit"], #search_button {
    background: none repeat scroll 0 0 #c60c30;
    border: medium none;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 2px 7px;
    text-transform: uppercase;
}

.closeBtn {position:absolute; right:20px; top:15px; z-index:999;}
.hideit {display:none !important;}



/*
 * Paging controls
 */
.poi_paging_wrapper {
    background: #fff;
    border-bottom: 1px solid #C7D3DA;
    margin-top: 5px;
    text-align: center
}

.poi_paging_wrapper .poi_paging_next, .poi_paging_wrapper .poi_paging_prev {
    display: inline-block;
    width: 49%;
}

.poi_paging_wrapper .poi_paging_next, .poi_paging_wrapper .poi_paging_prev,
.poi_paging_wrapper .poi_paging_next span, .poi_paging_wrapper .poi_paging_prev span {
    color: #D7294A;
    font-weight: bold;
    cursor: pointer;
}

.poi_paging_wrapper .poi_paging_disabled,
.poi_paging_wrapper .poi_paging_disabled span,
.poi_paging_wrapper .poi_paging_disabled i {
    color: #ccc;
    cursor: default;
}



.active_action {
    font-weight: bold;
}

.fa {margin-left:5px; margin-right:5px;}

.w2gi-backbone .poi.maneuver {clear:none !important;}

.itemlist {float:left; margin-right:20px; margin-left:5px; margin-bottom:20px;}

.itemlist li {
    list-style: outside none none;
}

.wrapper{padding:0px 10px;}

div.breadcrumb {
    margin: 20px 10px;
    width: auto;
}

.addressBlock {
    padding: 15px;
}






#panel {
    border: 1px solid #f2f4f2;
    float: left;
    height: 350px;
    overflow: auto;
    width: 40%;
}


.mainlocation {float:left; margin:10px;}

.nearby_icon {
	background: url("http://hosted.where2getit.com/w2gi/images/icons/gray-pin-shadow.png");
    color: #fff;
    float: left;
    font-weight: bold;
    height: 35px;
    padding-top: 5px;
    text-align: center;
    width: 33px;
}

.main_icon {
	background: url("http://hosted.where2getit.com/w2gi/images/icons/pin1.png");
    color: #fff;
    float: left;
    font-weight: bold;
    height: 24px;
    padding-top: 3px;
    text-align: center;
    width: 30px;
    vertical-align:middle;
    margin-right:10px;
}

.nearby_details {float:left;}



#cities_list {
    float: left;
    font-size: 11px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

#postalcodes_list {
    float: left;
    font-size: 11px;
    margin-left: 10px;
}

.footer {
    clear: both;
    float: left;
    font-size: 11px;
    margin-left: 10px;
    margin-top: 20px;
}

.reviewbutton {
    background: #d7294a none repeat scroll 0 0;
    border-radius: 6px;
    color: white;
    display: block;
    font-weight: bold;
    height: 12px;
    padding-bottom: 9px;
    padding-top: 4px;
    text-align: center;
    vertical-align: middle;
    width: 250px;
}

@media (max-width: 750px) {
		
		#panel {width:100%; height:auto;}
		#map {width:100%;}
		.itemlist {width:100%;}

}


/*custom css*/
.main {
    max-width: 1920px;
    margin: 0 auto;
}
.main-banner {
    background-image: url(https://10fitness.com/wp-content/uploads/background-overlay.png)!important;
    background-size: cover;
    background-position: center;
    padding-top: 26px;
    padding-right: 3%;
    padding-bottom: 26px;
    padding-left: 3%;
    background-color: #9c382e!important;
}
.main-banner h1, .main-banner h2 {
    font-size: 80px;
    font-family: "Oswald", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    line-height: 118px;
    color: #fff;
    text-transform: uppercase;
}
.lp-locations {
    display: flex;
    /*margin: 0 20px;*/
    margin: 0 50px;
    justify-content: space-between;
    flex-direction: row;
}
.location-info, .club-info, .kiosk-info {
    margin: 10px 0;
}
.location-info h2, .clubhrs-info h2 span, .info h2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
}
.address-info p {
    font-size: 18px;
    line-height: 24px;
    color: #474747;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    margin-bottom: 18px;
}
.social-icons img {
    width: 22px;
    margin-right: 20px;
}
.map_panel {
    width: 30%;
}
.map {
    width: 100%;
    height: 400px;
}
.address-info a, .address-info a span {
    font-size: 18px;
    line-height: 24px;
    color: #9C3423!important;
    font-weight: 500;
    text-decoration: underline;
}
.address-info svg {
    fill: #9C3423;
    margin-right: 10px;
    padding-top: 6px;
}
.btn {
    margin-top: 15px;
    margin-bottom: 22px;
}
.btn a.join-now{
    color: #fff!important;
    background: #9C3423;
    padding: 5px 57px;
    font-size: 20px;
    text-decoration: none;
    font-family: "Oswald", Helvetica, Arial, Lucida, sans-serif;
}

.clubhrs-info p.club {
    /*font-size: 20px;*/
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
}
.clubhrs-info span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.hours-box .day-row {
    clear: both;
    display: flex;
}
.hours-box .day {
    float: left;
    width: 150px;
}
.hours-box p {
    /*font-size: 20px;*/
    font-size: 18px;
    line-height: 27px;
}
.hours-box .hours {
    float: right;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hours-box p {
    padding: 0;
}
.kiosk-info {
    width: 20%;
}
.lists ul {
    padding-left: 20px;
}
.lists ul li {
    /*font-size: 20px;*/
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 6px;
    list-style: disc;
}


/*Membership css*/
/*! CSS Used from: https://join.10fitness.com/cabot/wp-includes/css/dist/block-library/style.min.css ; media=all */
@media all {
  ul {
    box-sizing: border-box;
  }
}
/*! CSS Used from: https://join.10fitness.com/cabot/wp-content/themes/tag-landing/assets/vendor/bootstrap/css/bootstrap.min.css ; media=all */
@media all {
  section {
    display: block;
  }
  a {
    background-color: transparent;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  strong {
    font-weight: 700;
  }
  small {
    font-size: 80%;
  }
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  img {
    border: 0;
  }
  button {
    margin: 0;
    font: inherit;
    color: inherit;
  }
  button {
    overflow: visible;
  }
  button {
    text-transform: none;
  }
  button {
    -webkit-appearance: button;
    cursor: pointer;
  }
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  td,
  th {
    padding: 0;
  }
  @media print {
    *,
    :after,
    :before {
      color: #000 !important;
      text-shadow: none !important;
      background: 0 0 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    a[href^="#"]:after {
      content: "";
    }
    img,
    tr {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    h3,
    p {
      orphans: 3;
      widows: 3;
    }
    h3 {
      page-break-after: avoid;
    }
    .table {
      border-collapse: collapse !important;
    }
    .table td,
    .table th {
      background-color: #fff !important;
    }
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  :after,
  :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  a {
    color: #337ab7;
    text-decoration: none;
  }
  a:focus,
  a:hover {
    color: #23527c;
    text-decoration: underline;
  }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  img {
    vertical-align: middle;
  }
  h3,
  h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
  }
  h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  h4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  p {
    margin: 0 0 10px;
  }
  small {
    font-size: 85%;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .text-uppercase {
    text-transform: uppercase;
  }
  ul {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-md-4,
  .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  @media (min-width: 992px) {
    .col-md-4 {
      float: left;
    }
    .col-md-4 {
      width: 33.33333333%;
    }
  }
  table {
    background-color: transparent;
  }
  th {
    text-align: left;
  }
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .table > tbody > tr > td,
  .table > tbody > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }
  .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
  }
  .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .fade.in {
    opacity: 1;
  }
  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
  }
  .close:focus,
  .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
  }
  .modal-body {
    position: relative;
    padding: 15px;
  }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
  }
  .container:after,
  .container:before,
  .modal-header:after,
  .modal-header:before,
  .row:after,
  .row:before {
    display: table;
    content: " ";
  }
  .container:after,
  .modal-header:after,
  .row:after {
    clear: both;
  }
  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important;
    }
  }
}
/*! CSS Used from: https://join.10fitness.com/cabot/wp-content/themes/tag-landing/assets/css/animate.css ; media=all */
@media all {
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
}
/*! CSS Used from: https://join.10fitness.com/cabot/wp-content/themes/tag-landing/assets/vendor/font-awesome/css/font-awesome.min.css ; media=all */
@media all {
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fa-star:before {
    content: "\f005";
  }
  .fa-usd:before {
    content: "\f155";
  }
}
/*! CSS Used from: https://join.10fitness.com/cabot/wp-content/themes/tag-landing/assets/css/main.css ; media=all */
@media all {
  .modal-dialog {
    max-height: 100%;
    width: 100%;
    max-width: 800px;
    padding: 0 10px;
    margin: 15px auto;
  }
  .modal-dialog .modal-body {
    max-height: 500px;
    overflow: auto;
  }
  *,
  *:before,
  *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
  }
  h3,
  h4 {
    font-weight: normal;
  }
  strong {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  a {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  a:hover,
  a:focus,
  a:active {
    color: #006bb6;
    text-decoration: none;
  }
  img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    max-width: 100%;
    height: auto;
  }
  .animated {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
  }
  .container {
    width: 100%;
    max-width: 1490px;
  }
  .plan-row {
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .plan-row:before,
  .plan-row:after {
    display: none;
  }
  .plan-col {
    margin-bottom: 30px;
  }
  .plan_item {
    position: relative;
    height: 100%;
    border-left: solid 2px;
    border-right: solid 2px;
    border-bottom: solid 2px;
  }
  .plan_item .plan_name {
    padding: 12px 15px;
    margin: 0 -2px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .plan_item .box_price {
    display: inline-block;
    position: relative;
    margin-top: 15px;
  }
  .plan_item .price_group {
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
  }
  .plan_item .price_group sup {
    font-size: 35px;
  }
  .plan_item .box_price .price_ex {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
  }
  .plan_item .box_join .joinnow {
    display: inline-block;
    color: #fff;
    border: solid 2px;
    padding: 5px 20px;
    margin: 15px auto 20px;
    font-weight: bold;
    border-radius: 5px;
    background-color: #247fcc;
  }
  .plan_item .box_join .joinnow:hover {
    display: inline-block;
    color: #ed5e33;
    border: solid 2px;
    padding: 5px 20px;
    margin: 15px auto 20px;
    font-weight: bold;
    border-radius: 5px;
    background-color: #fff;
  }
  p:last-child {
    margin-bottom: 0;
  }
  .plan_item .plan_name {
    background: var(--pldf_bgtitle_color);
    color: var(--pldf_title_color);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    min-height: 62px;
  }
  .plan_item {
    border-color: var(--pldf_box_price_bg_color);
    border-radius: 15px;
  }
  .plan_item .box_join {
    background: var(--pldf_box_price_bg_color);
    color: var(--pldf_box_price_color);
  }
  .plan_item .plan_box_desc {
    background: var(--pldf_main_color);
    color: var(--pldf_color);
    margin: 15px 15px 0 15px;
    display: block;
    font-size: 16px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .plan_item .plan_desc ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
  }
  .plan_item .plan_desc ul li {
    display: block;
    padding-left: 20px !important;
    position: relative;
    margin: 5px 0 !important;
    font-family: 'Roboto', sans-serif;
  }
  .plan_item .plan_desc ul li {
    font-weight: bold;
}
  .plan_item .plan_desc ul li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 85%;
  }
  .plan_item h3 {
    margin-top: 0;
    font-size: 20px;
  }
  .form_step .modal table th {
    border: none;
  }
  .modal-title {
    font-weight: bold;
  }
  .plan_payment:before {
    content: "";
    height: 1px;
    width: 70%;
    background: #ccc;
    display: block;
    margin: 15px auto;
  }
  .plan_payment {
    position: relative;
    width: 100%;
  }
  .plan_payment .plan_pmtitle {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
  }
  .plan_payment ul {
    list-style: none;
    padding: 0;
  }
  .plan_payment ul li {
    display: block;
    position: relative;
    clear: both;
    margin: 5px auto;
  }
  .plan_payment ul li small {
    color: #9e9e9e;
    font-size: 12px;
    margin: 0px;
    line-height: 0;
  }
  .plan_payment ul li .plan_price {
    color: rgb(227, 8, 46);
    margin: 0px;
    border-bottom: 1px solid rgb(227, 8, 46);
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    float: right;
  }
  .uptooltips_wp {
    position: relative;
    padding: 30px 0;
  }
  .uptooltips:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
  }
  .uptooltips {
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
    font-weight: bold;
    font-size: 20px;
    z-index: 999;
    text-align: center;
  }
  .uptooltips .ttinner {
    display: inline-block;
    max-width: 300px;
    padding: 10px;
    background: #fff;
    border: solid 1px #000;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 0 20px #000;
  }
  .uptooltips .ttinner:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 14%;
    width: 0;
    height: 0;
    border: 35px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    border-right: 0;
    transform: rotate(-20deg);
  }
  .modal-title {
    font-family: inherit;
    font-weight: 600;
  }
  .plan_desc ul {
    list-style: none;
  }
  .plan_desc ul li {
    color: #000;
  }
  .plan_desc ul li::before {
    color: #ff9800;
  }
  .plan_desc ul li::before {
    color: var(--mcolor);
  }
  .plan_item {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .plan_payment {
    padding: 0 30px;
    margin-top: auto;
  }
  .promo-tabs .promo-btn__title {
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px auto;
    color: var(--scolor);
  }
  .promo-tabs .nav-tabs {
    list-style: none;
    padding: 0;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: nowrap;
    border: none;
    justify-content: center;
  }
  .promo-tabs .nav-tabs li {
    border: none;
    padding: 0;
    list-style: none;
    float: none;
    margin: 0;
    list-style-type: none;
    display: block;
  }
  .promo-tabs .nav-tabs li a {
    height: 100%;
    align-items: center;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    color: #fff;
    background-color: #8e24aa;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: none !important;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: color 0.15s ease-in-out,
      background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
      -webkit-box-shadow 0.15s ease-in-out;
    padding: 12px 15px;
    font-size: 0.81rem;
    margin: 0;
    line-height: 1;
  }
  .promo-tabs .nav-tabs li:first-child a {
    border-radius: 30px 0 0 30px;
  }
  .promo-tabs .nav-tabs li:last-child a {
    border-radius: 0 30px 30px 0;
  }
  .promo-tabs .nav-tabs li a span {
    margin-right: 5px;
  }
  .promo-tabs .nav-tabs li a:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
      0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
      0 4px 15px 0 rgba(0, 0, 0, 0.15);
  }
  .promo-tabs .nav-tabs li.active a {
    background-color: #33b5e5;
    color: #fff;
  }
}
/*! CSS Used from: https://join.10fitness.com/cabot/wp-content/themes/tag-landing/assets/css/responsive.css ; media=all */
@media all {
  @media only screen and (max-width: 1024px) {
    .container {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    p {
      margin-bottom: 15px;
    }
  }
}
/*! CSS Used from: Embedded */
.plan_item {
  border-color: #ffffff;
}
.plan_item .plan_name {
  background: #9c3423;
  color: #ffffff;
}
.plan_item .box_join {
  background: #ffffff;
  color: #ffffff;
}
.plan_item .plan_box_desc {
  background: #fff;
  color: #515151;
}
.plan_item .box_join .joinnow {
  background-color: #9c3423;
}
.plan_item .box_join .joinnow:hover {
  background-color: #ffffff;
}
.plan_item .box_join .joinnow {
  color: #fff;
}
.plan_item .box_join .joinnow:hover {
  color: #9c3423;
}
/*! CSS Used from: Embedded */
.promo-tabs .promo-btn__title {
  color: var(--bcolor);
}
.promo-tabs .nav-tabs li.active a {
  font-size: 0.95rem;
  background-color: #9b9b9b;
}
.plan_name {
  display: none !important;
}
.plan_payment {
  display: none;
}
.plan_desc p {
  display: block;
  text-align: center;
  color: #515151;
  font-family: 'Roboto', sans-serif;
}
.plan-col {
  display: flex;
  justify-content: center;
}
.plan_item img {
  float: center;
  margin-bottom: 15px;
}
.plan_desc ul {
  margin-left: 35px !important;
  margin-right: 30px !important;
  line-height: 1.1;
}
.plan_item .plan_desc ul li.not_included:before {
  content: none !important;
  display: none;
}
li.not_included:before {
  content: none !important;
}
li.included:before {
  color: green !important;
}
.plan_item .box_join .joinnow {
  padding-left: 80px;
  padding-right: 80px;
  margin: 0;
  background-color: #9c3423;
  border: 0px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  padding-top: 8px;
  padding-bottom: 8px;
}
.plan_item .box_join .joinnow:hover {
  background-color: #9c3423;
  color: white;
  border: 0px;
  padding-left: 80px;
  padding-right: 80px;
  margin: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  padding-top: 8px;
  padding-bottom: 8px;
}
.plan_item .box_join .joinnow:active {
  border: 0px;
  margin-top: 2px;
  margin-left: 2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  margin-bottom: -2px;
  margin-right: -2px;
}
.included {
  color: #515151 !important;
  text-align: left;
}
.not_included {
  color: #ddd !important;
  text-align: left;
}
.plan_item_details {
  padding: 0px !important;
  margin: -10px;
}
/*.plan-col:first-child .plan_item::before {
  content: url(https://10fitness.com/wp-content/uploads/best-results-overlay_best-results-no-shadow.png);
  margin-top: -50px;
  margin-left: -50px;
  position: absolute;
}*/
.plan-col:first-child .plan_item {
  background-color: #983324;
}
.plan-col:first-child .plan_item::before {
    content: url(https://10fitness.com/wp-content/uploads/best-results-overlay_best-results-no-shadow.png);
    margin-top: -50px;
    margin-left: -50px;
    position: absolute;
}
.plan-col:first-child .box_join {
  background-color: #983324;
}
.plan-col:first-child .plan_box_desc {
  background-color: #983324;
  color: white;
}

.plan-col .plan_item .box_join .joinnow {
  margin-top: 20px;
  background-color: #fcd614;
  color: #515151;
  z-index: 1000;
  position: relative;
  font-size: 16px;
}
.plan_item .box_join .joinnow {
    border-radius: 0px;
}
.plan-col:first-child .plan_desc p, .reddown {
  color: white !important;
  font-weight: 100;
}

.plan-col:first-child .plan_desc .included {
  color: white !important;
}
.plan-col:first-child .plan_desc .included:before {
  color: #fcd614 !important;
}
/*! CSS Used from: Embedded */
.promo-tabs .nav-tabs li a {
  background-color: #ffffff;
  color: #000000;
}
.promo-tabs .nav-tabs li.active a {
  background-color: #5cabf9;
  color: #fff;
}
/*! CSS Used keyframes */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://join.10fitness.com/cabot/wp-content/themes/tag-landing/assets/fonts/Roboto/Roboto-Regular.woff2")
    format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://join.10fitness.com/cabot/wp-content/themes/tag-landing/assets/fonts/Roboto/Roboto-Bold.woff2")
    format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://join.10fitness.com/cabot/wp-content/themes/tag-landing/assets/fonts/Roboto/Roboto-Black.woff2")
    format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  src: url("https://join.10fitness.com/cabot/wp-content/themes/tag-landing/assets/vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://join.10fitness.com/cabot/wp-content/themes/tag-landing/assets/vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("https://join.10fitness.com/cabot/wp-content/themes/tag-landing/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0")
      format("woff2"),
    url("https://join.10fitness.com/cabot/wp-content/themes/tag-landing/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0")
      format("woff"),
    url("https://join.10fitness.com/cabot/wp-content/themes/tag-landing/assets/vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0")
      format("truetype"),
    url("https://join.10fitness.com/cabot/wp-content/themes/tag-landing/assets/vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.plan_item {
    border: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    padding: 25px;
    max-width: 350px;
}
/*.promo-tabs{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}*/
.tab-content {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.draft-tab {
    list-style: none;
    padding: 0;
    margin: 0 40px 20px;
    display: flex;
    border: none;
    flex-direction: column;
    flex-basis: 25%;
}
.box_price {
    margin: 15px auto;
    text-align: center;
    width: 100%;
}
.box_price .joinnow {
    margin-top: 20px;
    background-color: #fcd614;
    color: #515151;
    z-index: 1000;
    position: relative;
    padding-left: 5em;
    padding-right: 5em;
    margin: 0;
    border: 0px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.about-section {
    display: flex;
    max-width: 1490px;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: row;
}
.lp-container {display: flex;}
.lp-container.centerdiv {display: flex;justify-content: space-around;margin-bottom: 60px;}
.centerdiv .about-info {
    flex-basis: 60%;
    display: flex;
    margin-left: 0;
    margin-top: 10px;
    align-items: center;
    flex-direction: column;
}
.centerdiv .about-info p {
    text-align: center;
}
.img-block {
    flex-basis: 50%;
}

.carousel {
    width: 100%!important;
    position: relative;
    max-width: 650px;
    /*max-width: 50%;*/
    margin: 0px auto;
    text-align: center;
}

.carousel .slideritem {
    /*width: 550px!important;*/
    display: flex;
    margin: 0px;
    padding:0px;
}

.carousel .slideritem img {
    height: auto;
    width: auto;
    object-fit: contain;
    margin: 0px auto;
}
.about-info {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 2%;    
    margin-top: 10px;
}
.about-info h2 {
    font-size: 32px;
    line-height: 26px;
    font-family: 'Oswald';
    text-transform: UPPERCASE;
    margin-bottom: 20px;
}
.about-info p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', Arial;
}
.lp-trainers {
    max-width: 1490px;
    margin: 0 auto;
    padding: 40px;
}
.lp-trainers h2 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 26px;
    font-family: 'Oswald';
    margin-bottom: 25px;

}
.hidetrainer {display: none;}
.trainers-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /*max-width: 1040px;*/
    max-width: 1140px;
    align-items: center;
    margin: 0 auto;
}
.trainers-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 4px 4px 10px #707070;
    /*margin: 0 auto;*/
    margin: 0 32px 50px;
    text-align: center;
    flex-basis: 195px;
    padding-bottom: 25px;
}
.trainers-item img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 275px;
}
.trainers-item h3 {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #9C3423;
    font-family: 'Open Sans', Arial;
    font-weight: bold;
    margin-top: 10px;
}
.trainer-btn {
    color: #fff!important;
    background-color: #9c3423;
    padding: 6px 30px;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.amenities-info {
    background-color: #9C3423;
    /*height: 240px;*/
    padding: 50px 100px;

}
.amenities-info h2 {
    font-size: 32px;
    line-height: 26px;
    text-align: center;
    margin: 0 auto 52px;
    font-family: 'Oswald';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.amenities-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: flex-start;*/
    justify-content: space-between;
    gap: 50px;        
}
.showhide0, .showhide, .showhideno, .showhideNO, .showhideNo {display: none!important;}
.amenities-items {
    border: 2px solid #fff;
    border-radius: 12px;
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 147px;
}
.amenities-items h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: 'Oswald';
}
.amenities-items span {
    width: 100%;
    display: flex;
    background: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: center;
    justify-content: center;
    font-size: 11px;
    color: #9C3423;
    line-height: 13px;
    height: 45px;
    align-items: center;
    /*opacity: 0;*/
}
/*.amenities-items:hover span {
    opacity: 1;
}*/
.amenities-icon {
    background-color: #9c3423;
    width: 80px;
    margin: 0 auto;
    text-align: center;
    margin-top: -25px;
}
.amenities-icon.person {
    margin-top: -5px;
}
.amenities-icon.guest {
    margin-top: -5px;
}
.amenities-icon.spin {
    margin-top: -70px;
}
.amenities-icon.premium {
    margin-top: -50px;
}
.amenities-icon.private {
    margin-top: -45px;
}
.amenities-icon.cardio {
    margin-top: -35px;
}
.amenities-icon.classes {
    margin-top: -35px;
}
.amenities-icon.area, .amenities-icon.massage {
    margin-top: -15px;
}
.amenities-icon.level10 {
    margin-top: -10px;
}
.amenities-icon.recovery {
    margin-top: -25px;
}
.amenities-icon.maschair, .amenities-icon.train {
    margin-top: -65px;
}
.amenities-icon.massage {
    margin-top: -45px;
}
.amenities-icon.{

}
.amenities-icon img {
    width: 40px;
}
.slick-next:before {
	font-family: "FontAwesome"!important;
    content: "\f054"!important;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 300;
    color: #9c382e!important;
}
.slick-prev:before {
	font-family: "FontAwesome"!important;
    content: "\f053"!important;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 300;
    color: #9c382e!important;
}
.details {display: none!important;}

/*mobile css*/
@media (min-width: 0px) and (max-width: 767px) {
	.desktop {display: none!important;}
    .main-banner {
		background-image: none!important;
		background-color: transparent!important;
		padding: 0!important;
		margin: 0 20px;
	}
	.main-banner h1, .main-banner h2 {
		font-size: 24px;
		color: #474747;
		line-height: 36px;		
    	font-weight: bold;
	}
	.location-info h2, .clubhrs-info h2 span {
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
	}
	.address-info p {
		font-size: 16px;
	}
	.lp-locations {
		max-width: 100%;
		flex-direction: column;
		margin: 0 20px;
	}
	.address-info p {
		margin-bottom: 8px;
	}
	.follow h3, .clubhrs-info p.club, .hours-box p, .info h2, .lists ul li {
		font-size: 16px;
		line-height: 22px;
	}
	.btn, .map_panel, .draft-tab p {
		display: none;
	}
	.kiosk-info {
		width: 100%;
	}
    .details {display: block!important;}
    .details {text-decoration: underline;}
	.promo-tabs {
		flex-direction: column;
	}
	.promo-tabs .nav-tabs li.active a {
    	font-size: 0.74rem;
    }
    .promo-tabs .promo-btn__title {
    	margin: 0 auto;
    }
    .lp-container {
    	flex-direction: column-reverse;
    }
    .about-section {
    	margin: 0 20px;
    	flex-direction: column;
    }
    .img-block {
    	margin: 10px 30px 0;
    }
    .slick-slider {
    	margin-bottom: 0!important;
    }
    .slick-dots {
    	bottom: -25px!important;
    }
    .slick-dots li button:before {
    	font-size: 12px!important;
    	color: #6d6d6d!important;
    }
    .slick-dots li.slick-active button:before {
    	color: #9c382e!important;
    	opacity: 1!important;
    }
    .lp-trainers h2 {
    	font-size: 24px;
    	line-height: 26px;
    }
    .trainers-item {
    	flex-basis: 100%;
    	margin: 0 auto 30px;
    }
    .trainers-item img {
    	width: 100%;
    }
    .amenities-info {
    	padding: 50px 70px;
    }
    .amenities-wrap {
    	flex-direction: column;
	    justify-content: center;
    }
    .amenities-items {
    	width: 100%;
    	flex-direction: column;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	.lp-locations {
		margin: 0 20px 40px;
		flex-wrap: wrap;
	}
	.location-info, .club-info, .kiosk-info, .map-info {
		width: 50%;
	}
	.map {
		height: 260px;
	}
	.promo-tabs {
		flex-direction: column;
	}
	.plan-col {
		width: 50%;
		flex-direction: row;
		justify-content: center;
	}
	.lp-container {
		flex-direction: column-reverse;
	}
	.trainers-item {
		margin: 0 auto 20px;
	}
	.amenities-info {
		padding: 50px;
	}
	.amenities-items {
		width: 28%;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.promo-tabs {
		flex-direction: column;
	}
	.plan-col {
		width: 50%;
		flex-direction: row;
		justify-content: center;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .lp-locations {
        flex-direction: row;
        gap: 40px;
    }
    .location-info, .club-info, .kiosk-info {
        flex-basis: 33%;
    }
    .trainers-item, .amenities-items {
        flex-basis: 40%;
    }
    .amenities-wrap {
        flex-direction: row;
    }
}