@charsetv "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	color: #CCC;
	font-family: "Open Sans", sans-serif;
	background-color: #272727;
}
a {
	color: #ED1C24;
	text-decoration: none;
	outline: 0 none !important
}
a:hover {
	color: #9E0B0F;
	/*color: #C9282C;*/
	text-decoration: underline;
}
ul, li, ol {
	line-height: 24px;
	margin: 0px;
}
.small-text {
	font-size: 90%
}
.text-red {
	color: #E72226 !important
}
.text-green {
	color: #58964A !important
}

.text-nowrap {
	white-space: nowrap;
}

.btn, .form-control {
	border-radius: 0 !important;
}

.btn-default {
	background: #9E0B0F;
	color: #FFF;
	border-color: #9E0B0F;
}
.btn-default:hover {
	background: #C9282C;
	color: #FFF;
	border-color: #C9282C;
	text-decoration: none
}
.btn-clear {
	background: rgba(255, 255, 255, .27);
	color: #CCC;
	border-color: #777;
}
.btn-clear:hover {
	background: rgba(255, 255, 255, 0.4);
	color: #FFF;
	border-color: #FFF;
	text-decoration: none
}
.btn-blue {
	background: #2EAEF0;
	color: #FFF;
	border-color: #2EAEF0;
}
.btn-blue:hover {
	background: #0488CD;
	color: #FFF;
	border-color: #0488CD;
	text-decoration: none
}
.btn-green {
	background: #649E52;
	color: #FFF;
	border-color: #649E52;
}
.btn-green:hover {
	background: #3A8336;
	color: #FFF;
	border-color: #3A8336;
	text-decoration: none
}
.btn-yellow {
	background: #E8B82C;
	color: #FFF;
	border-color: #E8B82C;
}
.btn-yellow:hover {
	background: #C89911;
	color: #FFF;
	border-color: #C89911;
	text-decoration: none
}
.btn-large {
	padding: 15px 50px;
	font-size: 20px
}
.btn-special {
	padding: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/*------------------------------TOP PAGE STYLES------------------------------*/
.top-bar {
	background: #272727 none repeat scroll 0% 0%;
	border-bottom: 1px solid #9e0b0f;
	padding: 0px;
}
.top-bar.splash {
	display: none;
}
.top-bar a {
	color: #FFF;
}
.login-wrapper {
	margin: 10px auto;
	float: right;
}
.login {
	display: none;
	margin-right: 10px;
}
.login-mobile {
	float: right;
	margin-right: 5px;
	margin-top: 8px;
	font-size: 12px;
	padding: 7px 10px;
}
.phone-email {
	padding-top: 12px;
	display: none;
}
.phone-email a {
	margin-right: 20px;
}
a.facebook, a.instagram {
	font-size: 18px;
}
.facebook:hover {
	color: #4C66A4;
}
.instagram:hover {
	color: #D5C7AC
}
a.logged {
	display: inline-block;
	margin-right: 15px;
}
a.logged span {
	color: #E72226;
}
/*------------------------------NAVBAR STYLES------------------------------*/
.navbar {
	background-color: #fff;
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid #9E0A0F;
	border-radius: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
.navbar .navbar-header .navbar-brand {
	padding-top: 8px;
	padding-right: 0;
}
.navbar .navbar-header .navbar-brand img {
	max-width: 106px;
	height: auto;
	margin-top: 2px;
}
.navbar .nav > li > a {
	font-size: 16px;
	border-top: 1px solid #ccc;
	text-transform: uppercase;
	color: #222;
}
.navbar .nav > li>a:hover, .navbar .nav>li>a:focus:hover, .navbar .nav>li>a:focus.selected, .navbar .nav > li.open a {
	color: #9E0A0F;
}
.navbar-collapse {
	background-color: #FFF;
	z-index: 9999
}
.navbar .navbar-toggle {
	border-color: #333;
	background-color: #333;
	border-radius: 0;
}
.navbar-toggle .icon-bar {
	background-color: #ccc;
}
.logo {
	display: none;
}
.nav-wrapper
{
    min-height:50px;
}
.affix {
	top: 0;
	width: 100%;
	z-index: 2001;
}
/*.navbar.affix {
	background-color: rgba(255, 255, 255, .8);
	height: 50px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
.navbar.affix .logo img {
	max-width: 110px;
	height: auto;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}*/
/*-----------------SPLASH PAGE STYLES ------------------------------*/	
.cover {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-image: url(../images/cover-bg-1.jpg);
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.cover .cover-dim {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	top: 0;
}
.cover .cover-content {
	position: relative;
	text-align: center;
	width: 100%;
}
.cover .cover-content-inner {
	max-width: 290px;
	margin: 25px auto 0 auto;
}
.cover h1, cover h2, cover h3, .logo-splash img {
	margin: 0 auto 20px auto;
	display: block;
	padding: 0;
}


.cover h2 {
	text-transform: uppercase;
	font-family: ImpactURW;
	text-align: center;
	color: #D9D8D9;
	font-size: 30px;
	margin-bottom: 0;
	white-space: nowrap;
}
.cover h3 {
	font-size: 87px;
	margin-bottom: 10px;
	white-space: nowrap;
}

/*.cover h1 {
	text-transform: uppercase;
	font-family: ImpactURW;
	text-align: center;
	color: #FFF;
	font-size: 52px;
	margin-bottom: 20px;}

.cover h3 {
	font-size: 22px;
	margin-bottom: 25px;
}
*/
.cover hr {
	margin: 10px auto;
}
.cover p {
	font-size: 19.5px;
	margin-bottom: 25px;
	color: #E81C26;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
}
.cover .btn-block {
	margin: 0 auto;
	border-radius: 0;
}
/*------------------------------HOME PAGE IZOTOPE STYLES------------------------------*/


.grid-sizer, .grid-item {
	width: 45vw;
	height: 45vw;
}
.grid-item {
	border-bottom: 5px solid #272727;
	border-right: 5px solid #272727;
}
.square {
	background: #000;
	float: left;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.show-info {
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	padding: 20px;
	width: 100%;
	height: auto;
	text-align: center;
}


.square .show-info {
	position: absolute;
	opacity: 0;
	bottom: -60%;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	display: none
}
.modal .show-info {
	background-color: transparent;
	color: #272727;
}
.show-info div {
	padding: 5px 0;
	font-size: 14px;
}
.square .title, .modal-body .title {
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 0;
	font-weight: bold;
}
.access:before {
	content: "\f023";
	font-family: FontAwesome;
	margin-right: 16px;
}
.ladies:before {
	content: "\f182";
	font-family: FontAwesome;
	margin-right: 16px;
}
.ladies, .set-days {
	color: #ED2323 !important;
}
.unlimited:before {
	content: "\f274";
	font-family: FontAwesome;
	margin-right: 10px;
}
.limited:before {
	content: "\f273";
	font-family: FontAwesome;
	margin-right: 10px;
}
.set-days:before {
	content: "\f071";
	font-family: FontAwesome;
	margin-right: 10px;
}
.gift:before {
	content: "\f06b";
	font-family: FontAwesome;
	margin-right: 10px;
}
.scan:before {
	content: "\f0e4";
	font-family: FontAwesome;
	margin-right: 10px;
}
.users:before {
	content: "\f234";
	font-family: FontAwesome;
	margin-right: 10px;
}
.sign-up {
	display: block;
	padding: 7px;
	font-size: 16px;
	border-radius: 0;
	margin: 10px auto;
	max-width: 200px;
	text-align: center;
	border: 1px solid #ED1C24;
	color: #ED1C24
}
.sign-up:hover {
	background-color: #9E0A0F;
	color: #FFF;
	border-color: #9E0A0F;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	text-decoration: none;
}
.square-1 {
	background-image: url(../images/square-1.jpg);
	background-position: left center;
}
.square-2 {
	background-image: url(../images/square-2.jpg);
}
.square-3 {
	background-image: url(../images/square-3.jpg);
}
.square-4 {
	background-image: url(../images/square-4.jpg);
	background-position: center top;
}
.square-5 {
	background-image: url(../images/square-5.jpg);
	background-position: center top;
}
.square-6 {
	background-image: url(../images/square-6.jpg);
	background-position: center top;
}
.square-7 {
	background-image: url(../images/square-7.jpg);
}
.square-8 {
	background-image: url(../images/square-8.jpg);
}
.square-9 {
	background-image: url(../images/square-9.jpg);
}
.square-10 {
	background-image: url(../images/square-10.jpg);
	background-position: center top;
}
.square-11 {
	background-image: url(../images/square-11.jpg);
	background-position: center top;
}
/*------------------------------ CONTENT PAGE STYLES------------------------------*/
h1, h2, h3 {
	margin: 0 0 25px 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	font-family: ImpactURW, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.main-content {
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #272727;
	border-bottom: 1px solid #9E0A0F;
	min-height: 600px;
}
.main-content p, .main-content h3 {
	margin-bottom: 20px;
}
.main-content.home {	
	padding-top: 10px;
	padding-bottom: 10px;
}
.breadcrumb-wrapper, .login-page, .register-page {
	background: #9E0B0F;
}
.breadcrumb-wrapper h1, .login-page h1, .register-page h1 {
	color: #FFF;
	padding-top: 20px;
	text-transform: uppercase;
}
.breadcrumbs {
	margin: 24px 0;
}
.breadcrumbs ul li {
	display: inline-block;
	line-height: 24px;
	font-size: 13px;
	color: #FFF;
	margin: 0 0 0 5px;
}
.breadcrumbs ul li a {
	color: #CCC;
}
.breadcrumbs ul li:first-child {
	margin-left: 2px !important;
}
.breadcrumbs ul li:nth-child(2):before, .breadcrumbs ul li:first-child:before {
	content: " ";
	margin: 0;
}
.breadcrumbs ul li:before {
	color: #9e9e9e;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 12px;
	margin: 0 9px 0 0;
}
hr {
	border-color: #555;
}
.top-image {
	border-radius: 0;
	margin-bottom: 20px;
}
.content {
	padding: 30px 0;
	min-height: 500px;
}
.divider {
	margin: 60px 0px;
}
.divider-20 {
	height: 20px;
	display: block;
}
.column-divider {
	height: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #444;
	clear: both;
}
.content-box-icon img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
/*-----------------SIDEBAR ------------------------------*/	

.sidebar {
	background-color: #525252;
	padding: 15px;
	border-radius: 0;
}
ul.sidebar-menu {
	list-style-type: none;
	margin: 0 -15px 30px -15px;
	padding: 0;
}
ul.sidebar-menu li {
	width: 100%
}
ul.sidebar-menu li a {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	padding: 10px 15px;
	display: block;
	background-color: #FFF;
	border-bottom: 1px solid #555;
	color: #555;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
ul.sidebar-menu li a:hover, ul.sidebar-menu li a.selected {
	border-left: 10px solid #9E0B0F;
	padding-left: 25px;
	background-color: #EEE;
	color: #9E0B0F;
	text-decoration: none;
}
.sidebar .video, .sidebar .promo, .sidebar .btn {
	margin-bottom: 20px;
}
.sidebar .promo img {
	width: 100%;
	height: auto;
	border-radius: 0
}
/*-----------------CREW INFO ------------------------------*/	

.crew-wrapper {
	margin-bottom: 20px;
	border-bottom: 1px solid #555;
}
.crew-wrapper img {
	max-width: 50%;
	border-radius: 0
}
.crew-wrapper ul, .crew-wrapper ol {
	display: table;
	margin-bottom: 15px
}
.crew-wrapper .title {
	margin-bottom: 10px;
}
.crew-wrapper img.pull-left {
	margin: 0 20px 15px 0
}
.crew-wrapper a.link {
	white-space: nowrap
}
.crew-wrapper img.pull-right {
	margin: 0 0 15px 20px
}
/*-----------------NEWS LAYOUT ------------------------------*/	

.news-items-wrapper {
	margin-bottom: 20px;
	border-bottom: 1px solid #555;
}
.news-items-wrapper img {
	max-width: 25%;
	border-radius: 0;
	margin: 0 0 15px 20px
}
.news-items-wrapper ul, .news-items-wrapper ol {
	display: table;
	margin-bottom: 15px
}
.news-items-wrapper .title {
	margin-bottom: 10px;
}
/*-----------------MEDIA LAYOUT ------------------------------*/
.media-items-wrapper {
	background-color: #222;
	padding: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #444;
}
.media-items-wrapper img {
	max-width: 100%;
	border-radius: 0;
	margin-top: 20px;
}
.media-items-wrapper ul, .media-items-wrapper ol {
	display: table;
	margin-bottom: 15px
}
.media-items-wrapper .title {
	margin-bottom: 10px;
}
/*-----------------TESTIMONIALS ------------------------------*/	

.testimonials-wrapper {
	margin-bottom: 20px;
	border-bottom: 1px solid #555;
}
.testimonials-wrapper ul, .testimonials-wrapper ol {
	display: table;
	margin-bottom: 15px
}
.testimonials-wrapper .title {
	margin-bottom: 10px;
}
tesrimonial-wrapper img {
	border-radius: 0;
}
.testimonials-wrapper a.link {
	white-space: nowrap
}
.testimony {
	float: right;
	max-width: 60%;
	padding: 10px;
	background-color: #222;
	margin-left: 10px;
}
.testimony .pic {
	float: left;
	margin-right: 1%;
	max-width: 49.5%;
}
.testimony .pic +.pic {
	margin-right: 0 !important
}
/*-----------------PHOTOGALLERY ------------------------------*/	


.ekko-lightbox-container {
	position: relative;
}
.ekko-lightbox-nav-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.ekko-lightbox-nav-overlay a {
	z-index: 100;
	display: block;
	width: 49%;
	height: 100%;
	padding-top: 45%;
	font-size: 30px;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	outline: none 0;
}
.ekko-lightbox-nav-overlay a:empty {
	width: 46%;
}
.ekko-lightbox a:hover {
	text-decoration: none;
	opacity: 1;
}
.ekko-lightbox .fa-chevron-left {
	left: 0;
	float: left;
	padding-left: 15px;
	text-align: left;
}
.ekko-lightbox .fa-chevron-right {
	right: 0;
	float: right;
	padding-right: 15px;
	text-align: right;
}
.ekko-lightbox .modal-footer {
	text-align: left;
}
.row.photo-gallery {
	margin-top: 20px
}
.photo-gallery a {
	outline: none 0;
}
.photo-gallery .img-thumbnail {
	border: 5px solid #9E080E;
	padding: 0;
}
.photo-gallery img {
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'//www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	margin-bottom: 20px;
	cursor: pointer;
	border-radius: 0;
}
.photo-gallery img:hover {
	filter: none; /* IE6-9 */
	-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'//www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.ekko-lightbox img {
	max-height: 100%
}
.ekko-lightbox .modal-dialog {
	margin-top: 10%;
}
#pinBoot, #pinBoot2 {
	position: relative;
	max-width: 100%;
	width: 100%;
}
.white-panel img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 0;
}
.white-panel {
	position: absolute;
	padding: 0;
}
/*
stylize any heading tags withing white-panel below
*/

.white-panel:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.white-panel img:hover {
	filter: none; /* IE6-9 */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	/*
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'//www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*-----------------MEMBER INFO ------------------------------*/	

.nav-tabs.personal-details {
	border-bottom-color: #777
}

.nav-tabs.nav-justified.personal-details  > li  {
	float:left;}


.nav-tabs.personal-details>li>a {
	margin-right: -1px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0;
	background: rgba(0, 0, 0, .3);
	color: #CCC;
	border-color: #777;
	font-size: 14px;
	padding: 10px 5px ;
	white-space: nowrap;
}

.nav-tabs.personal-details>li>a.new-message {
	color: #3F0;
}
.nav-tabs.personal-details>li>a:hover, .nav-tabs.personal-details>li.active>a, .nav-tabs.personal-details>li.active>a:focus {
	color: #FFF;
	background: rgba(0, 0, 0, .1);
	border-bottom: 5px solid #9E0B0F !important;
	text-decoration: none;
	padding-bottom: 6px;
	border-color: #777;
}
table.measurements td {
	width: auto;
	padding: 5px 0;
	border-bottom: 1px dotted #555;
}
table.measurements td .btn {
	float: right
}
.member-msg {
	width: 100%;
}
table.my-invoices {
	border-collapse: collapse;
	border: none;
	background-color: #000000
}
table.my-invoices th {
	border: none;
	background-color: #333333;
	padding: 10px;
	border-right: 1px solid #000;
	font-size: 18px;
}
table.my-invoices td {
	border: none;
	background-color: #222222;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #000;
	padding: 5px 10px;
	border-radius: 0;
}
/*-----------------FORMS ------------------------------*/			

input.form-control, textarea.form-control, select.form-control {
	border: solid 1px #666;
	background: rgba(255, 255, 255, .1) !important;
	box-shadow: none !important;
	color: #FFF !important;
}
select.form-control option {
	color: #FFF !important;
}
.form-control {
	height: 44px;
}
label.checkbox {
	border: solid 1px #666;
	background-color: rgba(255, 255, 255, .1) !important;
}
.health-info .radio {
	margin-bottom: 30px;
}
.health-info .radio p {
	margin-bottom: 0
}
.health-info input {
}
/*-----------------TABS ------------------------------*/	
	
	
.tab-pane {
	padding: 20px 0;
}
/*-----------------MEMBERSHIPS ------------------------------*/			



.membership {
	background-color: transparent;
	border: 1px solid #222222;
	padding: 0;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 0;
}

.membership.leszek {
	background-color:#000;
	padding-bottom:15px;
	
	}
	
	.membership.leszek  p {
		padding:0 15px 15px 15px;}
		
		.membership.leszek a.btn {
		
		font-family: 'Oswald', sans-serif;
		}
		
		.membership.leszek  h3 {
	margin-bottom:20px;}

.membership .price span.crossed {
	text-decoration: line-through;
	display: block;
	color: #CB1A20;
}


.membership h3 {
	padding: 15px;
	margin-bottom: 0;
	font-size: 30px;
	text-shadow: 0 0 3px #000;
	letter-spacing: 1px;
	border-radius: 0;
	text-transform: uppercase;
}




.membership .description-wrapper {
	width: 100%;
}
.membership .price {
	padding: 20px 15px;
	font-size: 24px !important;
	color: #FFF;
}
.membership.unlimited {
	background-image: url(../images/unlimited.jpg);
	background-size: cover;
	background-position: 20% center;
}
.membership.full-time {
	background-image: url(../images/full-time.jpg);
	background-size: cover;
	background-position: 20% center;
}
.membership.part-time {
	background-image: url(../images/part-time.jpg);
	background-size: cover;
	background-position: center center;
}
.membership.part-time-set {
	background-image: url(../images/part-time-set-days.jpg);
	background-size: cover;
	background-position: 20% center;
}
.membership.off-peak {
	background-image: url(../images/ladies-only.jpg);
	background-size: cover;
	background-position: 20% center;
}
.membership.mw-active {
	background-image: url(../images/mw-active.jpg);
	background-size: cover;
	background-position: left center;
}
.membership.juniors {
	background-image: url(../images/juniors.jpg);
	background-size: cover;
	background-position: left center;
}
.membership.teens {
	background-image: url(../images/teens.jpg);
	background-size: cover;
	background-position: 30% center;
}
.membership.personal-trainer {
	background-image: url(../images/personal-trainer.jpg);
	background-size: cover;
	background-position: center center;
}
.membership.football-fit {
	background-image: url(../images/football-fit.jpg);
	background-size: cover;
	background-position: center top;
}

.membership.football-fit h3, .shopping-bag-table .membership.football-fit {
	background: #a90329;
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%);
}
.membership.flash-45 {
	background-image: url(../images/flash45.jpg);
	background-size: cover;
	background-position: center top;
}
.membership.flash-45 h3, .shopping-bag-table .membership.flash-45 {
	background: #eab92d;
	background: -moz-linear-gradient(top, #eab92d 0%, #c79810 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eab92d), color-stop(100%, #c79810));
	background: -webkit-linear-gradient(top, #eab92d 0%, #c79810 100%);
	background: linear-gradient(to bottom, #eab92d 0%, #c79810 100%);
}


.membership.sport-speed {
	background-image: url(../images/sport-speed.jpg);
	background-size: cover;
	background-position: left top;
}
.membership.sport-speed h3, .shopping-bag-table .membership.sport-speed {
	background: #a9e4f7;
	background: -moz-linear-gradient(top,  #a9e4f7 0%, #0fb4e7 100%);
	background: -webkit-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%);
	background: linear-gradient(to bottom,  #a9e4f7 0%,#0fb4e7 100%);

}
.membership.unlimited h3, .shopping-bag-table .membership.unlimited {
	background: #dc2027;
	background: -moz-linear-gradient(top, #dc2027 0%, #9e0b0f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc2027), color-stop(100%, #9e0b0f));
	background: -webkit-linear-gradient(top, #dc2027 0%, #9e0b0f 100%);
	background: -o-linear-gradient(top, #dc2027 0%, #9e0b0f 100%);
	background: -ms-linear-gradient(top, #dc2027 0%, #9e0b0f 100%);
	background: linear-gradient(to bottom, #dc2027 0%, #9e0b0f 100%);
}

.membership.full-time h3, .shopping-bag-table .membership.full-time {
	background: #dc2027;
	background: -moz-linear-gradient(top, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
	background: -o-linear-gradient(top, #333333 0%, #000000 100%);
	background: -ms-linear-gradient(top, #333333 0%, #000000 100%);
	background: linear-gradient(to bottom, #333333 0%, #000000 100%);
 }


.membership.part-time h3, .shopping-bag-table .membership.part-time {
	background: #61636c;
	background: -moz-linear-gradient(top, #61636c 0%, #333438 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61636c), color-stop(100%, #333438));
	background: -webkit-linear-gradient(top, #61636c 0%, #333438 100%);
	background: -o-linear-gradient(top, #61636c 0%, #333438 100%);
	background: -ms-linear-gradient(top, #61636c 0%, #333438 100%);
	background: linear-gradient(to bottom, #61636c 0%, #333438 100%);
}
.membership.part-time-set h3, .shopping-bag-table .membership.part-time-set {
	background: #9d9fa2;
	background: -moz-linear-gradient(top, #9d9fa2 0%, #343537 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9d9fa2), color-stop(100%, #343537));
	background: -webkit-linear-gradient(top, #9d9fa2 0%, #343537 100%);
	background: -o-linear-gradient(top, #9d9fa2 0%, #343537 100%);
	background: -ms-linear-gradient(top, #9d9fa2 0%, #343537 100%);
	background: linear-gradient(to bottom, #9d9fa2 0%, #343537 100%);
}
.membership.off-peak h3, .shopping-bag-table .membership.off-peak {
	background: #fba6e1;
background: -moz-linear-gradient(top,  #fba6e1 1%, #fd89d7 52%, #ff7cd8 100%);
background: -webkit-linear-gradient(top,  #fba6e1 1%,#fd89d7 52%,#ff7cd8 100%);
background: linear-gradient(to bottom,  #fba6e1 1%,#fd89d7 52%,#ff7cd8 100%);
	
}
.membership.mw-active h3, .membership.leszek h3, .shopping-bag-table .membership.mw-active {
	background: #ad1283;
background: -moz-linear-gradient(top,  #ad1283 0%, #770059 100%);
background: -webkit-linear-gradient(top,  #ad1283 0%,#770059 100%);
background: linear-gradient(to bottom,  #ad1283 0%,#770059 100%);



}
.membership.teens h3, .shopping-bag-table .membership.teens {
	background: #25abe5;
	background: -moz-linear-gradient(top, #25abe5 0%, #145eb2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #25abe5), color-stop(100%, #145eb2));
	background: -webkit-linear-gradient(top, #25abe5 0%, #145eb2 100%);
	background: -o-linear-gradient(top, #25abe5 0%, #145eb2 100%);
	background: -ms-linear-gradient(top, #25abe5 0%, #145eb2 100%);
	background: linear-gradient(to bottom, #25abe5 0%, #145eb2 100%);
}
.membership.juniors h3, .shopping-bag-table .membership.juniors {
	background: #8ab66b;
	background: -moz-linear-gradient(top, #8ab66b 1%, #398235 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #8ab66b), color-stop(100%, #398235));
	background: -webkit-linear-gradient(top, #8ab66b 1%, #398235 100%);
	background: -o-linear-gradient(top, #8ab66b 1%, #398235 100%);
	background: -ms-linear-gradient(top, #8ab66b 1%, #398235 100%);
	background: linear-gradient(to bottom, #8ab66b 1%, #398235 100%);
}
.membership.personal-trainer h3, .shopping-bag-table .membership.personal-trainer {
	background: #cdced0;
	background: -moz-linear-gradient(top, #cdced0 0%, #79797b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdced0), color-stop(100%, #79797b));
	background: -webkit-linear-gradient(top, #cdced0 0%, #79797b 100%);
	background: linear-gradient(to bottom, #cdced0 0%, #79797b 100%);
	
	
	
}
ol.participant-data {
	padding-left: 20px;
	font-size: 18px;
}
ol.participant-data li {
	margin-bottom: 15px;
	border-bottom: 1px dotted #555;
}
ol.participant-data li i {
	margin-left: 15px;
}
ol.add-pt-user {
	padding-left: 20px;
	font-size: 18px;
	border-bottom: 1px solid #555;
	margin-bottom: 20px;
}
ol.add-pt-user li {
	margin-bottom: 15px;
}
/*-----------------TIMETABLE ------------------------------*/	

.timetable-wrapper {
	margin-bottom: 30px;
}
table.timetable {
	border-collapse: collapse;
	background-color: rgba(0, 0, 0, .3);
	margin-bottom: 20px;
}
table.timetable th, table.timetable td {
	text-align: center;
	border: 1px solid #626262;
	text-transform: uppercase;
}
table.timetable td td {
	border: none;
	border-bottom: 1px solid #626262;
}
table.timetable td, table.timetable th {
	height: 40px;
	white-space: nowrap;
}
table.timetable th {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	background-color: rgba(255, 255, 255 , .2);
	vertical-align: middle;
}
table.timetable td span {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
table.timetable label {
	height: 40px;
	display: block;
	margin: 0;
	font-weight: normal;
	cursor: pointer;
}
table.timetable label.lbl-no-active {
	color: #444;
	cursor: not-allowed;
}

table.timetable label.lbl-no-active.age {
	color: #d8457a;
	background-color: #FFF;
	cursor: not-allowed;
}

table.timetable label.lbl-no-active.age span::before {
	  content: "* ";
	
}

table.timetable label.lbl-no-active.full {
	color: #FFF;
	background-color: #9E0B0F;
	cursor: not-allowed;
	font-family: 'Oswald', sans-serif !important;
}

table.timetable label.lbl-no-active.full span::after {
	  content: " FULL";
	
}
table.timetable label.bootcamp.selected, table.timetable label.ladies-bootcamp.selected, table.timetable label.teens.selected, table.timetable label.juniors.selected {
	background-color: #FFF;
}
table.timetable label.bootcamp {
	background-color: rgba(255, 255, 255 , .1);
}
table.timetable label.bootcamp span {
	color: #E82227;
}
table.timetable input {
	visibility: hidden;
	width: 0px;
	height: 0px;
}


table.timetable.lbl-no-login label.lbl.bootcamp {
	cursor: not-allowed;
	pointer-events: none;
}

table.timetable.lbl-no-login label.lbl.bootcamp span{
	color: #87CFF5;
}

.table-responsive {
	-moz-box-shadow: inset -15px 0px 5px #000;
	-webkit-box-shadow: inset -15px 0px 5px #000;
	box-shadow: inset -15px 0px 5px #000;
	border: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}
table.pricing-table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.pricing-table th, table.pricing-table td {
	text-align: center;
	border: 1px solid #555
}
table.pricing-table th {
	background-color: rgba(255, 255, 255, .1)
}
.participant-data li.selected {
	color: #090;
}
.participant-data li {
	cursor: pointer;
}
table.timetable label.bootcamp-stop.selected {
	background-color: #FFF;
}
table.timetable label.bootcamp-stop {
	background-color: rgba(255, 255, 255 , .1);
	cursor: not-allowed;
}
table.timetable label.bootcamp-stop span {
	color: #E82227;
}
/*-----------------MEMBER INFO ------------------------------*/	

.table-wrapper {
	position: relative;
}
.measurement-wrapper {
	overflow: auto;
}
.table-wrapper td, .table-wrapper th {
	padding: 5px 10px;
}
.table-wrapper table.table-legend {
	position: absolute;
	width: 110px;
}
.table-wrapper table.table-legend th {
	height: 36px;
	border-bottom: 1px solid #272727;
	background-color: #4C4C4C;
	white-space: nowrap;
	font-size: 12px;
}
.table-wrapper table.table-legend .category {
	background-color: #272727;
	border: none;
	padding: 0 0 2px 0;
	height: auto;
}
.table-wrapper .members-score {
	float: left;
	margin-left: 120px;
	border: none;
}
.table-wrapper table.members-score th {
	white-space: nowrap;
}
.table-wrapper .members-score th, .table-wrapper .members-score td {
	padding: 0 10px 2px 10px;
	border: none;
	border-right: 1px solid #474747;
}
.table-wrapper table.members-score th h3.title {
	color: #484848;
}
.table-wrapper table.members-score th:last-child h3.title {
	color: #FFF;
}
.table-wrapper .members-score td {
}
.table-wrapper .members-score td .form-control {
	height: auto
}
.participant-data li.selected {
	color: #090;
}
.participant-data li {
	cursor: pointer;
}
table.timetable label.bootcamp-stop.selected {
	background-color: #FFF;
}
table.timetable label.bootcamp-stop {
	background-color: #323232;
	cursor: not-allowed;
}
table.timetable label.bootcamp-stop span {
	color: #E82227;
}
.table-wrapper .t-include-t td, .table-wrapper .t-include-t th {
	text-align: center;
	max-width: 162px;
	padding: 0 0 2px 0;
	border: none;
}
.members-score th h3.title {
	text-align: center
}
.t-include-t td.locked {
	max-width: 100px;
	text-align: center;
	background-color: rgba(255, 255, 255, .05);
	border-bottom: 1px solid #272727;
	height: 36px;
	padding: 5px 10px;
}
.t-include-t .btn {
	margin-bottom: 10px;
}
.t-include-t input.form-control {
	text-align: center
}
.t-include-t .input-group {
	min-width: 120px;
}
.table-wrapper .members-score .input-group-addon {
	background-color: rgba(255, 255, 255, .3);
	width: 40%;
	color: #ccc;
	border: none;
	padding: 0 2px;
	font-size: 90%
}
/* --------------------SHOP-------------------------------- */	

.shop-product, .shop-detail {
	text-align: center;
}
.shop-product {
	background-color: #222222;
	border-radius: 0;
	padding-bottom: 15px;
}
.shop-product h3 a {
	color: #FFF;
	margin: 0 5px;
}
.shop-product p {
	margin: 0 10px 15px 10px;
}
.shop-product p span {
	display: inline-block;
}
.shop-product img {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	border-bottom: 5px solid #9E0B0F;
	border-radius: 0;
}
.price {
	font-weight: bold
}
.price.crossed {
	text-decoration: line-through;
	font-weight: normal;
	color: #A2A2A2;
}
.price.discounted {
	color: #67A054 !important;
	display: block;
}
.shop-thumb-large img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-bottom: 5px solid #9E0B0F;
}
.product-wrapper {
	background-color: #222;
	padding: 10px;
}
.product-thumbs {
	text-align: center;
	padding: 0;
	margin: 0
}
.product-thumbs li {
	padding: 0;
	border-right: 5px solid #222;
	border-left: 5px solid #222;
	display: table-cell;
	width: 1%;
}
.ldr {
	margin-left: 10px;
}
.product-thumbs li a img {
	display: block;
	width: 100%;
	height: auto;
}
.product-details h3 {
	font-family: "Open Sans", sans-serif;
	text-transform: none;
}
.sizechart {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 550px;
	height: auto;
}
/*-----------------SHOPPING CART STYLES ------------------------------*/	

.shopping-bag-table {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 5px solid #555;
}
.shopping-bag-table ul li {
	padding-left: 0;
	background-image: none;
}
.shopping-bag-table span {
	float: left;
}
.shopping-bag-table-header {
	margin-bottom: 15px;
	border-bottom: 5px solid #555;
	padding-bottom: 10px;
	color: #FFF;
}
.shopping-bag-table-header span {
	padding-top: 0 !important;
}
.shopping-bag-table-row {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #555;
}
.shopping-bag-table-row:last-child {
	border: 0 !important;
}
.shopping-bag-table .item-title {
	padding-top: 10px;
	width: 55%
}
.shopping-bag-table .membership-indicator {
	color: #FFF;
	font-size: 16px;
	padding: 15px;
	margin-top: 0;
}
.shopping-bag-table .membership-indicator i {
	font-size: 30px
}
.shopping-bag-table .price, .shopping-bag-table .quantity {
	padding-top: 10px;
	text-align: center;
	width: 11%
}
.shopping-bag-table .quantity input {
	margin: 0 auto;
	float: none;
	max-width: 25px;
	text-align: center;
	border-radius: 0;
	border: 1px solid #666;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0% 0% !important;
	box-shadow: none !important;
	color: #FFF !important;
}
.shopping-bag-table .quantity input.readonly {
	background: rgba(255, 255, 255, 0.7)
}
.shopping-bag-table .total {
	padding-top: 10px;
	text-align: center;
	width: 15%
}
.shopping-bag-table .delete {
	padding-top: 10px;
	text-align: right;
	width: 7%;
	color: #E72226;
	cursor: pointer;
}
img.item-thumb, .shopping-bag-table .membership-indicator.membership {
	float: left;
	margin-right: 10px;
	width: 30%;
	max-width: 125px;
	display: none;
}
img.item-thumb {
	height: auto;
	border-radius: 0;
	border: 1px solid #555;
}
.shopping-bag-total h2 {
	font-size: 1.4em;
	color: #3B3B3B;
}
.shopping-bag-table .voucher-field {
	float: left;
	width: 30%;
	margin-right: 15px;
	border-radius: 0;
	border: 1px solid #666;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0% 0% !important;
	box-shadow: none !important;
	color: #FFF !important;
	height: 44px;
}
.add-voucher {
	color: #649E52;
	cursor: pointer;
	padding-top: 10px
}
.update-quantity {
	color: #2eaef0;
	cursor: pointer;
	padding-top: 40px;
}
.discount-total {
	width: 100%;
	padding-bottom: 16px;
	text-align: right;
}
.shopping-bag-total {
	width: 100%;
	padding: 15px 0 30px 0;
	border-top: 5px solid #9E0A0F;
	border-bottom: 1px solid #555;
	font-weight: bold;
	text-align: right;
	margin-bottom: 15px;
	margin-top: 15px;
}
.shopping-bag-total span, .discount-total span {
	margin-right: 35px;
	display: inline-block;
}
.shopping-bag-total span+span {
	padding-right: 9%;
	margin-right: 0;
	color: #FFF;
}
.discount-total span+span {
	padding-right: 15%;
	margin-right: 0
}
.pay-pal, .geo {
	background-color: #FFF;
	border-radius: 0;
	padding: 10px;
}
/*-----------------RESPONSE PAGE ------------------------------*/	

.logo-response {
	max-width: 250px;
	height: auto;
	margin-bottom: 20px;
}
.shopping-bag-table ul.list-unstyled li {
	text-align: right;
}
.response .item-title {
	width: 65%
}
.response .price {
	width: 15%
}
.response .sessions {
	padding-top: 10px;
	width: 20%;
}
.shopping-bag-table.response {
	padding-bottom: 0;
}
.discount-total.response span {
	padding-right: 14%
}
h3.response {
	margin: 50px auto 150px auto;
}
.shopping-bag-total.response span {
	padding-right: 11.7%;
}
.discount-total.response span + span {
	padding-right: 5%;
}
.shopping-bag-total.response span + span {
	padding-right: 2%;
}
/*-----------------POPUP ------------------------------*/	
.modal-text {
	top: 20%
}
.modal-text .modal-content {
	padding: 15px;
}
.modal-text .modal-content h2, .modal-text .modal-content p, .modal-text .modal-content li {
	color: #555 !important;
}
.modal-body.terms-text .show-info {
	text-align: left;
}
.modal-body.terms-text .show-info h3 {
	color: #333;
	margin-top: 30px;
	margin-bottom: 10px;
}
.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;

}

.modal-black .modal-content {
	background-color: #222 !important;
	border-radius: 0 !important;
	border:1px solid #555;
	max-width: 600px !important;
	margin: auto
}

.modal-black .modal-body {
	text-align: center !important;
		
}

.modal-black .modal-footer {
	border-top: 1px solid #555
}

.vertical-align-center {
	display: table-cell;
	vertical-align: middle;
	

}

#massive-flash-ad {
	margin: 0 auto;
	max-width: 800px;
}

#massive-flash-ad .modal-content {
	box-shadow: none !important;
	border: none;
	background-color: transparent;
	text-align: center;
	
}

#massive-flash-ad .btn-primary {
	margin-right: 30px;
	
}
#massive-flash-ad iframe {
border:1px solid #9E0B0F}


.modal-backdrop.in {
	opacity: .9;
}

/*------------------------------ INSTAGRAM FEED STYLES------------------------------*/
.instagram-wrapper {
	width: 100%;
	max-width: 100%;
	height: 300px;
	overflow: auto;
	background-color: #222222;
}
#instagram img {
	max-width: 30%;
	margin: 0 3% 8px 0;
}
/*------------------------------ SELFCHECK STYLES------------------------------*/

.selfcheck {
	background-color: #FFF;
	color: #272727;
	padding-top: 45px;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
}
.selfcheck h1, .selfcheck h2 {
	margin: 0;
	padding: 0;
}
.selfcheck h1 {
	font-size: 16px;
	margin-bottom: 3px;
}
.selfcheck h2 {
	font-size: 10px;
	font-family: "Open Sans", sans-serif;
}
.selfcheck h1 span {
	white-space: nowrap;
	font-family: "Open Sans", sans-serif;
	font-size: 8px;
	background-color: #9E0B0F;
	padding: 0 2px;
}
.selfcheck header {
	position: fixed;
	top: 0;
	background-color: #272727;
	width: 100%;
	padding: 5px 10px 5px 0;
	z-index: 10;
	height: 45px;
}
.selfcheck header img {
	display: none;
}
.selfcheck-list li, .selfcheck-list-event li {
	font-size: 22px;
	display: block;
}
.selfcheck-list .fa, .selfcheck-list-event .fa {
	margin-right: 20px;
}
.selfcheck-list li.anchor {
	padding: 15px;
	font-size: 36px;
	background-color: #E1E1E1;
}
.selfcheck .alpha-order {
	position: fixed;
	right: 0;
	top: 45px;
	bottom: 0;
	background-color: #FFF;
	width: 10%;
	min-width: 80px;
	max-height: 100%;
	overflow: auto;
	z-index: 2;
	text-align: center;
	-moz-box-shadow: -5px 0px 5px #555;
	-webkit-box-shadow: -5px 0px 5px #555;
	box-shadow: -5px 0px 5px #555;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
}
.selfcheck .alpha-order li {
	border-bottom: 1px solid #E1E1E1;
}
.selfcheck .alpha-order li a {
	padding: 20px;
	font-size: 30px;
}
.selfcheck .state-icon {
	left: -5px;
}
.selfcheck .list-group-item-primary {
	color: rgb(255, 255, 255);
	background-color: rgb(66, 139, 202);
}
.selfcheck .pin tr td {
	height: 85px;
}
.selfcheck .btn-block {
	height: 100% !important;
	min-height: 88px;
	font-size: 50px;
}
.selfcheck input[type="text"] {
	color: gray !important
}
/*------------------------------ FOOTER STYLES------------------------------*/


#footer h3 {
	text-transform: uppercase;
}
.footer-top {
	background-color: #191919;
	border-top: 1px solid #9E0B0F;
	padding: 50px 0px;
	border-bottom: 1px solid #414F5A;
}
#footer ul {
	list-style: outside none none;
}
#footer ul, #footer li {
	padding: 0px;
	margin: 0px;
}
.contact-us {
	margin: 15px 0px 0px;/* background: transparent url(../images/contact-map.png) no-repeat scroll center bottom; */
}
.contact-us li i {
	color: #777;
	float: left;
	margin: 4px 0px 0px;
}
.contact-us p {
	line-height: 24px;
	margin-left: 20px;
	margin-top: -2px;
	font-size:12px;
}
.footer-bottom {
	background: #272727 none repeat scroll 0% 0%;
	color: #888;
	line-height: 38px;
	padding: 15px 0;
	text-align: center;
}
.footer-bottom a {
	color: #FFF;
}
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.8;
	position: fixed;
	bottom: 50px;
	right: 15px;
	text-align: center;
	color: #FFF;
	font-size: 28px;
	background: #9E9E9E none repeat scroll 0% 0%;
	z-index: 9999;
	border-radius: 0
}
#footer .thumbs li {
	float: left;
	margin: 5px 5px 0px 0px;
}
p.grooby {
	border-top: 1px solid #414F5A;
	border-bottom: 1px solid #414F5A;
}
p.grooby a {
	font-family: "Book Antiqua", serif;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
}
 @media (min-width: 480px) {
.login-mobile {
	font-size: 14px;
	padding: 6px 12px;
	margin-right: 20px;
}

.cover {
	background-image: url(../images/cover-bg-3.jpg);
	min-height: 70vw;
}
.cover .btn-block {
	padding: 15px
}
.grid-sizer, .grid-item {
	width: 30vw;
	height: 30vw;
}
.grid-item {
	border: 1px solid #272727;
}
.grid-item-width2 {
	width: 60vw;
}
.grid-item-height2 {
	height: 60vw;
}
img.item-thumb, .membership-indicator.membership.unlimited, .membership-indicator.membership.full-time, .membership-indicator.membership.part-time, .membership-indicator.membership.part-time-set, .membership-indicator.membership.off-peak, .membership-indicator.membership.juniors, .membership-indicator.membership.teens, .membership-indicator.membership.personal-trainer, .membership-indicator.membership.mw-active, .membership-indicator.membership.football-fit, .membership-indicator.membership.flash-45   {
	display: inline-block;
}
.shopping-bag-table .item-title p {
	margin-left: 30%;
}
.shopping-bag-table-header {
	font-size: 16px
}
.membership .description-wrapper {
	width: 50%;
}
.membership h3 {
	border-radius: 0 !important;
}
.membership.off-peak {
	background-position: center center;
}

.membership.part-time-set {
	background-position: 30% center;
}
.membership.teens {
	background-position: center center;
}
.member-msg {
	float: left;
	max-width: 49%
}
.member-msg img {
	margin-left: 20px
}
.selfcheck h1 {
	font-size: 18px
}
.selfcheck h1 span {
	font-size: 10px
}
.selfcheck h2 {
	font-size: 12px;
}
.selfcheck header img {
	display: block;
	background-color: #FFF;
	max-height: 45px;
	width: auto;
	margin: -5px 20px 0 0;
	padding: 5px 10px 5px 15px;
}
.table-wrapper table.table-legend th {
	font-size: 14px;
	width: 130px
}
.table-wrapper .members-score {
	margin-left: 125px;
}
}
 @media (min-width: 768px) {
.cover .cover-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cover .cover-content-inner {
	max-width: 500px;
}
.cover h2 {
	font-size: 54px
}
.cover h3 {
	font-size: 153px
}
.cover p {
	font-size: 34px;
}
	 
/*.cover h1	  {
 font-size: 91px
		 
	 }
	 
.cover h2 {
	font-size: 54px
}
.cover h3 {
	font-size: 40px;
	margin-bottom: 30px;
}	 */
	 
.column-divider {
	display: none;
}
.phone-email {
	display: block;
}
.navbar-brand {
	display: none;
}
.login-mobile {
	display: none;
}
.login {
	display: inline-block;
}
.logo {
	display: inline-block;
	margin: 10px 0;
}
.logo img {
	width: 110px;
}
.navbar {
}
.navbar .navbar-nav > li > a {
	font-family: ImpactURW, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	padding: 18px 10px 14px 10px;
	border-top: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.container-fluid > .navbar-collapse {
	margin-left: -15px;
	margin-right: -15px;
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > li > a.selected {
	border-bottom: 5px solid #9E0A0F;
	background-color: #EEE;
	padding-bottom: 10px;
	color: #9E0A0F;
	box-shadow: 0px 2px 5px #333;
}
.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}

.nav-tabs.nav-justified.personal-details  > li  {
	float:none;}
.nav-tabs.personal-details>li>a {
	margin-right: -1px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0;
	background: rgba(0, 0, 0, .3);
	color: #CCC;
	border-color: #777;
	font-size: 15px;
	padding: 25px 2px;
	text-transform: uppercase;
	white-space: nowrap;
}

.nav-tabs.personal-details>li>a:hover, .nav-tabs.personal-details>li.active>a, .nav-tabs.personal-details>li.active>a:focus {
	padding-bottom: 21px;
}


.dropdown-menu > li > a {
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	padding: 7px 10px;
	display: block;
	background-color: #FFF;
	border-bottom: 1px solid #555;
	color: #555;
	transition: all 0.3s ease 0s;
}
.dropdown-menu {
	padding: 0;
	box-shadow: 0px 2px 5px #333;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a.selected {
	border-left: 10px solid #9E0B0F;
	padding-left: 25px;
	background-color: #EEE;
	color: #9E0B0F;
	text-decoration: none;
}
.grid-sizer, .grid-item {
	width: 32vw;
	height: 32vw;
}
.grid-item {
	border: 1px solid #272727;
}
.grid-item-width2 {
	width: 64vw;
}
.grid-item-height2 {
	height: 64vw;
}
.square .show-info {
	display: block;
	padding: 10px;
}
.square:hover {
	-moz-box-shadow: inset 0 0 200px #000000;
	-webkit-box-shadow: inset 0 0 200px #000000;
	box-shadow: inset 0 0 200px #000000;
}
.square:hover .show-info {
	opacity: 1;
	bottom: -5px;
}
.shopping-bag-table-header {
	font-size: 21px;
}
.membership .description-wrapper {
	width: 40%;
}
.membership.unlimited {
	background-position: center center;
}	 
	 
.membership.full-time {
	background-position: center center;
}
.membership.part-time {
	background-position: 60% center;
}
.membership.part-time-set {
	background-position: 30% center;
}
.membership.juniors {
	background-position: left center;
}
.membership.teens {
	background-position: right center;
}
.table-responsive {
	box-shadow: none;
}
p.grooby {
	text-align: right;
	border: none;
}
.footer-bottom {
	text-align: left;
}






}
 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.cover .cover-content-inner {
	margin-top: 20px;
}
}
 @media (min-width: 992px) {
.dropdown-menu > li > a {
	font-size: 16px;
}
.logo img {
	width: 160px;
}
.navbar .navbar-nav > li > a {
	font-size: 21px;
	padding: 24px 15px 20px 15px;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > li > a.selected {
	padding-bottom: 19px;

}







/*.navbar.affix .navbar-nav > li > a {
	padding: 15px 22px 14px 22px;
}*/
.grid-sizer, .grid-item {
	width: 19vw;
	height: 19vw;
}
.grid-item {
	border: 5px solid #272727;
}
.grid-item-width2 {
	width: 38vw;
}
.grid-item-height2 {
	height: 38vw;
}
table.timetable td span {
	font-size: 20px;
	font-family: ImpactURW, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
table.timetable th {
	font-size: 18px;
}
.show-info div {
	padding: 5px 0 0 0;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.sign-up {
	font-size: 14px;
}
.access:before, .ladies:before, .unlimited:before, .limited:before, .set-days:before, .gift:before {
	margin-right: 8px;
}
.membership .show-info div {
	font-size: 14px;
}
.membership .description-wrapper {
	width: 30%;
}
.membership.part-time {
	background-position: center center;
}
table.timetable label.bootcamp:hover, table.timetable label.bootcamp.selected, table.timetable label.ladies-bootcamp:hover, table.timetable label.ladies-bootcamp.selected, table.timetable label.teens:hover, table.timetable label.teens.selected, table.timetable label.juniors:hover, table.timetable label.juniors.selected {
	background-color: #FFF;
}
}
 @media (min-width: 1200px) {
.cover {
	min-height: 50vw;
}
.cover .cover-content {
	top: 10%;
	-webkit-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-10%);
}
.navbar .navbar-nav > li > a {
	font-size: 28px;
	padding: 24px 15px 20px 15px;
}
/*.navbar.affix .navbar-nav > li > a {
	padding: 15px 15px 14px 15px;
}*/
.show-info div {
	font-size: 14px;
	padding: 5px 0;
}
.sign-up {
	font-size: 16px;
}
.access:before, .ladies:before, .unlimited:before, .limited:before, .set-days:before, .gift:before {
	margin-right: 10px;
}
.membership .show-info div {
	font-size: 16px;
}
}
 @media (min-width: 1400px) {
.navbar .navbar-nav > li > a {
	font-size: 30px;
	padding: 24px 18px 20px 17px;
}
/*.navbar.affix .navbar-nav > li > a {
	padding: 15px 18px 14px 18px;
}*/
.square .title, .modal-body .title {
	font-size: 22px;
	margin-bottom: 10px
}
.show-info div {
	font-size: 16px;
}
.sign-up {
	font-size: 18px;
	padding: 10px;
	margin-top: 12px;
}
}
 @media (min-width: 1600px) {
.cover .cover-content-inner {
	max-width: 700px;
}
.cover h1 {
	margin-bottom: 35px;
}
.cover h2 {
	font-size: 77px;
}
.cover h3 {
	font-size: 216px;
}
.cover p {
	font-size: 47.5px;
	margin-bottom: 40px;
}
	 
/*.cover h1 {
	margin-bottom: 35px;
	font-size: 129px;
	
	
}
.cover h2 {
	font-size: 77px;
	margin-bottom: 35px;
}
.cover h3 {
	font-size: 57px;
	margin-bottom: 40px;
}	 */
	 
.cover .btn-block {
	font-size: 30px;
}
}
