/* CSS Document */
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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@media all and (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}
body {	
	background:#fff;	
	font-family: 'Source Sans Pro', sans-serif;
	color:#5c5c5c;	
	font-size:14px;	
	line-height: 24px;
	font-family: 'Geomanist-Regular';
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, 
blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
a:focus, a:hover {
	text-decoration: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {border: none;}ul li {list-style:none;}
a:focus{outline:none;}
a {text-decoration:none;}
.clear {clear: both;}
/* header
----------------------------*/
.header {
	padding: 40px 0;
	background:#2e94e5;
	overflow: hidden;
}
/* Navigation
----------------------------*/

.navbar-brand {
	float: left;
	height: 31px;
	width:104px;
	padding: 0;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar-nav > li > .dropdown-menu {
	margin-left:0; 
	background-color: none !important;
	border-radius: 0 !important;
	border: none !important;
	background: url(../img/overlay.png) repeat;
}
.navbar-nav > li > .dropdown-menu a {
	color: #fff;
	font-weight: 400 !important;
}
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
	background: url(../img/overlay.png) repeat;
	color: #fff;
	text-decoration: none;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.nav {
	float:right;
}
.nav > li > a {
	display: block;
	padding: 0;
	line-height: 31px;
	font-size: 14px;
	color: #fff !important;
	position: relative;
	font-family: 'Geomanist-Light';
}
.nav > li {
	background: url(../img/menu-border.png) no-repeat left center;
	margin-left:10px;
	padding-left:10px;
}
.nav > li:first-child {
	background:none;
}
.nav > li > a:hover,
.nav > li > a:focus {
	background: none;
	color: #eee !important;
}
.navbar {
	margin-bottom: 0;
	min-height: 20px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	border: none;
	background: none;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
	background: none !important;
	color: #21c2f8;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
  	background: none !important;
	color: #0483d8;
}

/* slider
----------------------------*/
.title-header {
	background: rgba(0, 0, 0, 0) url("../img/title-bg.png") no-repeat center center / cover;
	padding: 35px 0;
	line-height:35px;
	text-align:center;
	color:#2a2c2f;
	font-size:25px;
	font-family: 'PenumbraSansStd-Semibold';
}
.banner-area {
	background: rgba(0, 0, 0, 0) url("../img/banner1.jpg") no-repeat center center / cover;
	padding: 147px 0;
	color:#fff;
	text-align:center;
	font-size:22px;
	font-family: 'Geomanist-Light';
}
.banner-area2 {
	background: rgba(0, 0, 0, 0) url("../img/community_bg2.png") no-repeat center center / cover;
	padding: 167px 0;
	color:#fff;
	text-align:center;
	/* offset-x | offset-y | blur-radius | color */
	text-shadow: 1px 1px 2px black;
	font-size:22px;
	font-family: 'Geomanist-Light';
}
.banner-area h2 {
	width:520px;
	font-family: 'PenumbraSansStd-Semibold';
	font-size:23px;
	line-height:34px;
	padding:10px 0;
	margin:0 auto 30px auto;
	border:3px solid #fff;
	text-transform:uppercase;
}
.banner-area p {
	padding-top:20px;
}
.banner-area p span {
	font-family: 'Geomanist-Medium';
}
.banner-area2 h2 {
	width:520px;
	font-family: 'PenumbraSansStd-Semibold';
	font-size:23px;
	line-height:34px;
	padding:10px 0;
	margin:0 auto 30px auto;
	border:3px solid #fff;
	text-transform:uppercase;
}
.banner-area2 p {
	padding-top:20px;
}
.banner-area p span {
	font-family: 'Geomanist-Medium';
}
/* content-sec1
----------------------------*/
.content-sec1 {
	padding:35px 0 15px 0;
	text-align:center;
	color:#2a2c2f;
	line-height:26px;
	font-size:19px;
	font-family: 'Geomanist-Light';
}
.content-sec1 p {
	padding-bottom:30px;
}
.content-sec1 span {
	font-size:23px;
	color:#2a2c2f;
	font-family: 'Geomanist-Medium';
}
/* content-sec2
----------------------------*/
.content-sec2 {
	background:#2a2c2f;
	padding:25px 0;
	text-align:center;
	color:#fff;
	line-height:40px;
	font-size:26px;
	font-family: 'Geomanist-Light';
	font-style:italic;
}
/* content-sec3
----------------------------*/
.content-sec3 {
	padding:35px 0;
	text-align:center;
	color:#2a2c2f;
	line-height:26px;
	font-size:19px;
	font-family: 'Geomanist-Light';
}
.content-sec3 img {
	display:inline-block;
	max-width:100%;
	position:relative;
	bottom:-7px;
}
.content-sec3-img {
	background: url(../img/heading_bg1.png) repeat-x bottom center;
}
.content-sec3 h2 {
	color:#2e94e5;
	font-size:33px;
	font-family: 'PenumbraSansStd-Semibold';
	padding:15px 0;
	background: url(../img/heading_bg1.png) repeat-x top center;
}
.content-sec3 p {
	padding-bottom:30px;
}
.content-sec3-rgt {
	margin-top:63px;
	padding:20px;
	color:#fff;
	background:#2e94e5;
}
.content-sec3-rgt em {
	padding-bottom:25px;
	display:block;
}
.content-sec3-profile {
	width:100%;
	height:132px;
	margin-top:-85px;
}
.symbol1 {
	width:100%;
	height:65px;
	background: url(../img/symbol1.jpg) no-repeat left top;
	margin-top:-50px;
}
.symbol2 {
	width:100%;
	height:65px;
	background: url(../img/symbol2.jpg) no-repeat right top;
}
/* content-sec3green
----------------------------*/
.content-sec3green {
	padding:35px 0;
	text-align:center;
	color:#2a2c2f;
	line-height:26px;
	font-size:19px;
	font-family: 'Geomanist-Light';
}
.content-sec3green img {
	display:inline-block;
	max-width:100%;
	position:relative;
	bottom:-7px;
}
.content-sec3green-img {
	background: url(../img/heading_bg1.png) repeat-x bottom center;
}
.content-sec3green h2 {
	color:#2C9917;
	font-size:33px;
	font-family: 'PenumbraSansStd-Semibold';
	padding:15px 0;
	background: url(../img/heading_bg1.png) repeat-x top center;
}
.content-sec3green p {
	padding-bottom:30px;
}
.content-sec3green-rgt {
	margin-top:63px;
	padding:20px;
	color:#fff;
	background:#2C9917;
}
.content-sec3green-rgt em {
	padding-bottom:25px;
	display:block;
}
.content-sec3green-profile {
	width:100%;
	height:132px;
	margin-top:-85px;
}
.symbol1 {
	width:100%;
	height:65px;
	background: url(../img/symbol1.jpg) no-repeat left top;
	margin-top:-50px;
}
.symbol2 {
	width:100%;
	height:65px;
	background: url(../img/symbol2.jpg) no-repeat right top;
}
/* content-sec4
----------------------------*/
.content-sec4 {
	padding:35px 0 40px 0;
	text-align:center;
	color:#2a2c2f;
	line-height:26px;
	font-size:19px;
	font-family: 'Geomanist-Light';
}
.content-sec4 p span {
	font-family: 'Geomanist-Medium';
}
.gfitness5 p span {
	font-family: 'Geomanist-Medium';
}
.gfitness5 p {
	padding:20px 0;
}
.gfitness6 {
	padding-bottom:20px;
}
.gfitness6 p {
	text-align:left;
	font-family: 'Geomanist-Light';
	font-size:19px;
	line-height:26px;
}
.content-sec4 h2 {
	color:#2e94e5;
	font-size:27px;
	font-family: 'PenumbraSansStd-Semibold';
	text-transform:uppercase;
	padding:15px 0;
	margin-bottom:40px;
	background: url(../img/heading_bg1.png) repeat-x bottom center;
}
.session {
	padding:0 0 20px 0;
}
.session ul {
	min-height:200px;
	border:1px dashed #2c9917;
	border-top:none;
}
.session ul li {
	color:#2c9917;
	padding:15px;
}
.session-title {
	background:#2c9917;
	min-height:65px;
	padding:15px 0 10px 0;
	color:#fff;
}
.content-sec4 .session-title {
	min-height: 100px!important;
}
.session ul li h3 {
	font-size:75px;
	font-family: 'Geomanist-Medium';
}
.session ul li h3 span {
	font-size:22px;
	font-weight:400;
}
.session-title span {
	font-size:16px;
	padding-top:10px;
}
.session-title h4 {
	font-size:22px;
	font-family: 'Geomanist-Medium';
}
.blue .session-title{
	background:#2e94e5;
}
.gray .session-title{
	background:#2a2c2f;
}
.blue ul li {
	color:#2e94e5;
}
.gray ul li {
	color:#2a2c2f;
}
.blue ul {
	border:1px dashed #2e94e5;
	border-top:none;
}
.gray ul{
	border:1px dashed #2a2c2f;
	border-top:none;
}
.blue-tb {
	background:#dbe9f9;
}
.green-tb {
	background:#d5ebd1;
}
.gray-tb {
	background:#e9e9ea;
}
.session-btm {
	padding:13px 28px 0 28px;
}
.session-btm span {
	font-size:14px;
	line-height:16px;
	color:#757575;
	display:block;
	padding:20px 16px 7px 16px;
}
.buynow a {
	background:#2c9917;
	display:block;
	padding:12px 5px;
	line-height:26px;
	color:#fff;
	border-bottom:3px solid #124b07;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	font-size:22px;
	font-family: 'Geomanist-Medium';
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.blue .buynow a {
	background:#2e94e5;
	border-bottom-color:#174376;
}
.gray .buynow a {
	background:#2a2c2f;
	border-bottom-color:#000000;
}
.buynow a:hover,
.buynow a:focus {
	opacity:0.7;
	text-decoration:none;
}
/* Footer
----------------------------*/
.footer {
	background: #2e94e5;
	padding: 16px 0;
	text-align:center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	font-family: 'Geomanist-Light';
}
.footer p {
	padding: 5px 0 0 0;
}
.footer a {
	color: #fff;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.footer a:hover {
	color: #fff;
}
.footer-nav ul {
	padding-top:5px;
}
.footer-nav ul li{
	display:inline-block;
	background: url(../img/menu-border.png) no-repeat left center;
	margin-left:10px;
	padding-left:10px;
}
.footer-nav ul li a{
	display:inline-block;
	line-height:20px;
	padding:0;
	margin:0;
}
.footer-nav ul li:first-child {
	background:none;
}

/* box
----------------------------*/
.box {
	width:420px;
	background:#fff;
	margin:0 auto;
	border:1px solid #eee;
	min-height:300px;
	border-top:5px solid #2e94e5;
	border-bottom:5px solid #2e94e5;
}
.box-header {
	padding:15px;
	text-align:center;
	background:#2a2c2f;
	color:#fff;
	line-height:30px;
	font-size:20px;
	text-transform:uppercase;
}
.box-cont {
	padding:15px 40px 25px 40px;
}
.box-sec1 {
	background: url(../img/heading_bg1.png) repeat-x bottom center;
	margin-bottom:10px;
	overflow:hidden;
}
.box-sec3 {
	margin-bottom:10px;
	overflow:hidden;
}
.box-cont h2 {
	line-height:28px;
	color:#2e94e5;
	font-size:24px;
	text-align:center;
	padding-bottom:20px;
}
.expad {
	margin:0 0 18px 0;
}
.expad2 {
	padding-bottom:10px;
}
.expad p{
	margin:0 0 8px 8px;
	font-size:15px;
}
.expad2 p {
	margin:0 0 5px 20px;
	font-size:15px;
}
.expad2 .checkbox {
  display: block;
  margin:0 0 5px 0;
  position: relative;
}
.expad .form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 0;
	box-shadow: none;
	color: #c8c8c8;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 1.42857;
	padding: 7px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.expad textarea.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	border-radius: 0;
	box-shadow: none;
	color: #c8c8c8;
	display: block;
	font-size: 14px;
	height: 60px;
	line-height: 1.42857;
	padding: 7px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.box-sec3 .checkbox input {
	position:relative;
	top:2px;
	margin-right:7px;
}
.boxbtmsec {
	text-align:center;
}
.paynow a {
	padding:15px 5px;
	background:#2c9917;
	display:block;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	font-size:22px;
	font-weight:700;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.boxbtmsec p {
	padding:10px;
}
.paynow a:hover,
.paynow a:focus {
	text-decoration:none;
	background:#103a08;
}
/* contentsec
----------------------------*/
.contentsec {
	padding:80px 0;
	font-family: 'Geomanist-Light';
}
.contentsec-inn {
	padding:20px;
	background:#deecfd;
	color: #2a2c2f;
	font-size: 19px;
	font-family: 'Geomanist-Light';
	line-height: 26px;
}
.contentsec-inn h2 {
	font-size: 23px;
	font-family: 'Geomanist-Medium';
	padding-bottom:25px;
	text-transform:uppercase;
}
.contentsec-inn p {
	padding-bottom:25px;
}
.contentsec-inn p span {
	font-size: 23px;
	font-family: 'Geomanist-Medium';
}
/* contact
----------------------------*/
.contact-sec1 {
	background: rgba(0, 0, 0, 0) url("../img/julie_stretch.jpg") no-repeat center center / cover ;
	padding: 65px 0;
	font-family: 'Geomanist-Light';
}
.map {
	padding:0;
}
.map img {
	display:block;
	max-width:100%;
}
.contactform {
	background:#2e94e5;
	padding:40px;
}
.expad5 {
	margin:0 0 20px 0;
}
.expad5 .form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #cfdae6;
	border-radius: 0;
	box-shadow: none;
	color: #828488;
	display: block;
	font-size: 16px;
	height: 48px;
	line-height: 1.42857;
	padding: 10px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	font-family: 'Geomanist-Light';
}
.expad5 textarea.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #cfdae6;
	border-radius: 0;
	box-shadow: none;
	color: #828488;
	display: block;
	font-size: 16px;
	height: 128px;
	line-height: 1.42857;
	padding: 7px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	font-family: 'Geomanist-Light';
}
.submitmessage {
	padding:0;
	text-align:center;
}
.submitmessage input,.submitmessage button {
	background: #2c9917 none repeat scroll 0 0;
	border:none;
	border-bottom: 3px solid #124b07;
	color: #fff;
	display: block;
	font-size: 22px;
	font-family: 'Geomanist-Medium';
	line-height: 26px;
	padding: 12px 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	text-align:center;
	width:100%;
	cursor:pointer;
}
.submitmessage input:hover,
.submitmessage input:focus {
	background: #124b07 !important;
	border-bottom: 3px solid #2c9917 !important;
}
.contact-sec1 h2 {
	color:#fff;
	background: url(../img/heading_bg2.png) repeat-x bottom center;
	font-size: 23px;
	font-family: 'Geomanist-Medium';
	padding-bottom:25px;
	text-transform:uppercase;
	margin-bottom:30px;
	text-align:center;
}
.contact-sec1 p {
	color:#fff;
	line-height:26px;
	font-size: 19px;
	padding-bottom:25px;
	padding-right:50px;
	font-family: 'Geomanist-Light';
}
.contact-sec1 a {
	width:206px;
	padding:12px 34px;
	line-height:24px;
	font-size:18px;
	color:#fff;
	border:1px solid #fff;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	-ms-border-radius:40px;
	-o-border-radius:40px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	display:block;
	margin:0 auto 25px auto;
	text-align:center;
}
.contact-sec1 a:hover {
	text-decoration:none;
}
/* homesec1
----------------------------*/
.homesec1 {
	padding:57px 0 0 0;
}
.homesecinfo {
	padding:57px 0 0 0;
	background: rgba(0, 0, 0, 0) url("../img/julie_stretch.png") no-repeat center center / cover ;
}
.homepagetop {
	padding:12px 0;
	background:#2a2c2f;
	color:#fff;
	text-align:center;
	font-size:18px;
	line-height:25px;
	font-family: 'Geomanist-Light';
}
.homesec1img {
	padding:20px 0 0 0;
	text-align:center;
}
.homesec1img img {
	bottom: -9px;
	display: inline-block;
	max-width: 100%;
	position: relative;
}
.homesec1-rgt {
	margin-top:54px;
	position:relative;
}
.positionimg {
    left: 50%;
    margin-left: -110px;
    position: absolute;
    top: -95px;
}
.pdfIconarea {
	padding: 15px;
	text-align: center;
}
.pdfIconarea h3 {
	font-family: "PenumbraSansStd-Semibold";
	color:#2e94e5;

}
.pdfIconarea p {
	padding: 20px 0;
}
.freepass {
	text-align:center;
	color:#fff;
	font-size:22px;
	line-height:29px;
	padding-bottom:18px;
	font-family: 'Geomanist-Light';
}
.freepass span {
	font-family: 'PenumbraSansStd-Bold';
}
.homepage-header {
	padding:30px 0;
}
.homelogo {
	text-align:right;
}
.homepagergt {
	float:right;
	overflow:hidden;
	padding:11px 0 0 0;
	width:245px;
}
.homepagergt ul li {
	float:left;
	padding-left:13px;
	font-size:14px;
}
.homepagergt ul li a {
	display:block;
	width:34px;
	height:34px;
	line-height:32px;
	text-align:center;
	border:1px solid #2e94e5;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	-ms-border-radius:40px;
	-o-border-radius:40px;
	color:#424242;
}
.homepagergt ul li a:hover {
	color:#000;
}
.homepagergt ul li  span {
	line-height:30px;
	border:1px solid #2e94e5;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	-ms-border-radius:40px;
	-o-border-radius:40px;
	color:#2e94e5;
	display:block;
	padding:0 12px;
	font-family: 'Geomanist-Light';
}
.homepagergt ul li  span i {
	color:#424242;
	padding-right:4px;
}
.forheadpad {
	padding-bottom:15px;
}
.homesec-btm {
  background: url("../img/home_bottom.jpg") no-repeat center center / cover ;
  padding: 80px 0;
  border-top:1px solid #cfdae6;
  text-align:center;
}
.homesec-btm a {
	background: #2c9917 none repeat scroll 0 0;
	border-bottom: 3px solid #124b07;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	color: #fff;
	display: block;
	font-size: 22px;
	font-family: 'Geomanist-Medium';
	line-height: 26px;
	padding: 12px 5px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.homesec-btm a:hover {
	background: #124b07;
	border-bottom: 3px solid #2c9917;
	text-decoration:none;
}
.homebox1 {
	margin-top:10px;
}
.homebox1 h2 {
	padding:27px 5px;
	background:#2a2c2f;
	color:#fff;
	font-size: 23px;
	line-height:30px;
	font-family: 'Geomanist-Medium';
}
.homebox1-cont {
	padding:25px 30px 30px 30px;
	background:#2e94e5 url(../img/homebox1-cont.png) no-repeat top center;
}
.homebox2-cont {
	padding:25px 30px 30px 30px;
	background:#2e94e5 url(../img/homebox2-cont.png) no-repeat top center;
}
.homebox2 h2 {
	padding:32px 5px;
	background:#fff;
	color:#2a2c2f;
	font-size: 24px;
	line-height:30px;
	font-family: 'Geomanist-Medium';
}
.homesec-btm p {
	padding-bottom:25px;
	font-size:20px;
	color:#fff;
	line-height:24px;
	font-family: 'Geomanist-Light';
}
/* groupfitness
----------------------------*/
.gfitness1 {
	overflow:hidden;
	padding:0 0 20px 10px;
	text-align:center;
}
.gfitness1 img {
	max-width:100%;
	display:inline-block;
}
.gfitness2 {
	padding: 20px;
	font-family: 'Geomanist-Light';
}
.gfitness2 strong {
	font-family: 'Geomanist-Medium';
}
.gfitness2 p {
	text-align:left;
}
.gfitness2 span {
	font-size:16px;
	text-align:left;
}
.gfitness1out {
	padding:0 0 40px 0;
}
/* content-sec4
----------------------------*/
.title-header em {
	font-size:23px;
	font-family: 'Geomanist-Light';
	color:#2a2c2f;
}
.title-header em span {
	font-family: 'Geomanist-Medium';
}
.content-sec4-top {
	padding:0 0 20px 0;
}
.content-sec4-top p {
	font-size:26px;
	font-family: 'Geomanist-Light';
}
.content-sec4-top p span {
	font-family: 'Geomanist-Medium';
}
.timetable-out {
	padding:0 0 20px 0;
	overflow:hidden;
	text-align:center;
}
.timetable-out p {
	padding:16px 0 20px 0;
	overflow:hidden;
	text-align:center;
}
.timetable-inn {
	float:left;
	width:18%;
	margin:10px 1%;
}
.groupfitness-map {
	border:2px solid #2e94e5;
}
.address {
	padding: 10px;
}
.address p {
	padding: 10px 0;
	font-size:19px;
	font-family: 'Geomanist-Light';
}
.address p span {
	font-family: 'Geomanist-Medium';
}	
.timetable-inn ul li {
	margin-bottom:10px;
	background:#deecfd;
	padding:15px 10px;
	line-height:23px;	
}
.timetable-inn ul li h4 {
	color:#2a2c2f;
	font-family: 'Geomanist-Medium';
	font-size:22px;
}
.timetable-inn ul li p {
	font-family: 'Geomanist-Light';
	font-size:18px;
	color:#2e94e5;
}
.timetable-inn h3 {
	background:#2a2c2f;
	color:#fff;
	padding:10px;
	line-height:27px;
	font-family: 'Geomanist-Medium';
	font-size:23px;
	margin-bottom:10px;
}
.timetable-inn ul li.green {
	background:#d5ebd1;
}
.timetable-inn ul li.green h4 {
	color:#2a2c2f;
}
.timetable-inn ul li.green p {
	color:#2c9917;
}
.lifeskills-inn {
	float:left;
	width:18%;
	margin:10px 1%;
}
.lifeskills-inn ul li {
	margin-bottom:10px;
	background:#2C9917;
	padding:15px 10px;
	line-height:23px;	
}
.lifeskills-inn ul li h4 {
	color:#2a2c2f;
	font-family: 'Geomanist-Medium';
	font-size:22px;
}
.lifeskills-inn ul li p {
	font-family: 'Geomanist-Light';
	font-size:18px;
	color:#fff;
	padding-bottom:2px;
}
.lifeskills-inn h3 {
	background:#2a2c2f;
	color:#fff;
	padding:10px;
	line-height:27px;
	font-family: 'Geomanist-Medium';
	font-size:23px;
	margin-bottom:10px;
}
.gfitness7 {
	padding:0 50px;
	
}
.gfitness7 p {
	padding-bottom:20px;
}
.lifeskills p {
	padding-bottom:20px;
	padding-top: 20px;
	text-align:left;
	max-width: 760px;
	margin: auto;
}
.lifeskills2 p {
	padding-bottom:10px;
	padding-top: 10px;
	text-align:left;
	max-width: 760px;
	margin: auto;
}
.image-va {
	vertical-align: middle; 
}
.lifeskills p span {
	font-family: 'Geomanist-Medium';
}
.gfitness7 h4 {
	font-family: 'PenumbraSansStd-Semibold';
	font-size:20px;
	color:#2e94e5;
	border-bottom:2px solid #2e94e5;
	line-height:26px;
	padding-bottom:5px;
	margin:0 auto;
}
.gfitness7 a {
	background: #2c9917 none repeat scroll 0 0;
	border:none;
	border-bottom: 3px solid #124b07;
	color: #fff;
	display: block;
	font-size: 22px;
	font-family: 'Geomanist-Medium';
	line-height: 26px;
	padding: 12px 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	text-align:center;
	width:400px;
	cursor:pointer;
	margin:15px auto 5px auto;
}
.gfitness7 a:hover,
.gfitness7 a:focus {
	background: #124b07 !important;
	text-decoration:none;
	border-bottom: 3px solid #2c9917 !important;
}
.gfitness8 {
	background: rgba(0, 0, 0, 0) url("../img/ladiesgroup.png") no-repeat fixed center center / cover ;
	padding: 50px 0;
}
.gfitness8box {
	margin:0 0 20px 0;
	overflow:hidden;
	background: url("../img/overlay.png") repeat center center;
}
.gfitness8boxlft {
	background:#2e94e5;	
	float:left;
	color:#fff;	
	width:30%;	
}
.gfitness8boxlft h3 {
	padding:55px 30px;
	font-family: 'Geomanist-Medium';
	text-align:center;
	font-size:22px;
	height:145px;	
}
.gfitness8boxrgt {
	float:right;
	width:68%;
}
.gfitness8boxrgt p {
	padding:20px;
	color:#fff;
	font-size:19px;
	line-height:26px;
	font-family: 'Geomanist-Light';
}
.gfitness9 {
	padding:0 0 30px 0;
	overflow:hidden;
	text-align:center;
}
.gfitness9 img {
	display:inline-block;
	max-width:100%;
	padding-bottom:30px;
}
.gfitness9 h4 {
	font-family: 'PenumbraSansStd-Semibold';
	font-size:20px;
	color:#2e94e5;
	border-bottom:2px solid #2e94e5;
	line-height:26px;
	padding-bottom:5px;
	width:100px;
	margin:0 auto;
}
.gfitness9box {
	float:left;
	width:18%;
	margin:1%;
}
.fitkidscore {
	padding:0 0 30px 0;
	overflow:hidden;
	text-align:center;
}
.fitkidscore img {
	display:inline-block;
	max-width:100%;
	padding-bottom:30px;
}
.fitkidscore h4 {
	font-family: 'PenumbraSansStd-Semibold';
	font-size:20px;
	color:#2e94e5;
	border-bottom:2px solid #2e94e5;
	line-height:26px;
	padding-bottom:5px;
	width:160px;
	margin:0 auto;
}
.fitkidscorebox {
	float:left;
	width:18%;
	margin:1%;
}

.gfitnessbox11 {
	background: #2a2c2f none repeat scroll 0 0;
	color: #fff;
	font-size: 26px;
	font-family: 'Geomanist-Light';
	line-height: 40px;
	padding: 25px 0;
	text-align: center;
}
.lifeskillsbox2 {
	background: #2C9917 none repeat scroll 0 0;
	color: #fff;
	font-size: 26px;
	font-family: 'Geomanist-Light';
	line-height: 40px;
	padding: 25px 0;
	text-align: center;
}
.gfitness77 {
	padding:0 250px;
}
.gfitnesstop {
	background: rgba(0, 0, 0, 0) url("../img/groupfitnessheader.png") no-repeat center center / cover ;
	padding: 84px 0 50px 0;
	text-align:center;
	color:#fff;
	font-size:22px;
	font-family: 'PenumbraSansStd-Semibold';
}
.gfitnesstop ul {
	padding:0;
}
.gfitnesstop ul li {
	width:290px;
	border:3px solid #fff;
	line-height:34px;
	padding:10px 0;
	margin:0 auto 30px auto;
}
.fitkidstop {
	background: rgba(0, 0, 0, 0) url("../img/kids_jump.jpg") no-repeat center center / cover ;
	padding: 84px 0 50px 0;
	text-align:center;
	color:#fff;
	font-size:22px;
	font-family: 'PenumbraSansStd-Semibold';
}
.fitkidstop ul {
	padding:0;
}
.fitkidstop ul li {
	width:290px;
	border:3px solid #fff;
	line-height:34px;
	padding:10px 0;
	margin:0 auto 30px auto;
}
.social-icon {
	float:right;
	height:30px;
	padding-left:15px;
}
.social-icon a {
  border: 1px solid #fff;
  border-radius: 40px;
  color: #fff;
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 28px;
}

/* virtualbootcamps
----------------------------*/
.virtualbootcamps-banner {
	background: url("../img/virtualbootcamps_banner.png") no-repeat center center / cover ;
	padding: 100px 0 100px 0;
	text-align:center;
	color:#fff;
	
}
.virtualbootcamps-banner h2 {
	border:4px solid #fff;
	line-height:50px;
	padding:13px 20px;
	display:inline-block;
	font-size:36px;
	font-family: 'PenumbraSansStd-Semibold';
	text-transform:uppercase;
	margin-bottom:20px;
}
.virtualbootcamps-banner p {
	line-height:50px;
	padding:0;
	font-size:22px;
	font-family: 'Geomanist-Light';
}


/* retreat
----------------------------*/
.retreat-banner {
	background: url("../img/retreat_header_banner.jpg") no-repeat center center / cover ;
	padding: 235px 0 200px 0;
	text-align:center;
	color:#fff;
	
}
.retreat-banner h2 {
	border:4px solid #fff;
	line-height:50px;
	padding:13px 20px;
	display:inline-block;
	font-size:36px;
	font-family: 'PenumbraSansStd-Semibold';
	text-transform:uppercase;
	margin-bottom:20px;
}
.retreat-banner p {
	line-height:50px;
	padding:0;
	font-size:22px;
	font-family: 'Geomanist-Light';
}
.retreat-banner2 {
	background: url("../img/retreat_fitness_banner.jpg") no-repeat center center / cover ;
	padding: 235px 0 200px 0;
	text-align:center;
	color:#fff;
	
}
.retreat-banner2 h2 {
	border:4px solid #fff;
	line-height:50px;
	padding:13px 20px;
	display:inline-block;
	font-size:36px;
	font-family: 'PenumbraSansStd-Semibold';
	text-transform:uppercase;
	margin-bottom:20px;
}
.retreat-banner2 p {
	line-height:50px;
	padding:0;
	font-size:22px;
	font-family: 'Geomanist-Light';
}
.retreat-banner3 {
	background: url("../img/lifestlyemeals_banner.jpg") no-repeat center center / cover ;
	padding: 235px 0 200px 0;
	text-align:center;
	color:#fff;
	
}
.retreat-banner3 h2 {
	border:4px solid #fff;
	line-height:50px;
	padding:13px 20px;
	display:inline-block;
	font-size:36px;
	font-family: 'PenumbraSansStd-Semibold';
	text-transform:uppercase;
	margin-bottom:20px;
}
.retreat-banner3 p {
	line-height:50px;
	padding:0;
	font-size:22px;
	font-family: 'Geomanist-Light';
}
.retreat-banner4 {
	background: url("../img/retreat_accom_banner.jpg") no-repeat center center / cover ;
	padding: 235px 0 200px 0;
	text-align:center;
	color:#fff;
	
}
.retreat-banner4 h2 {
	border:4px solid #fff;
	line-height:50px;
	padding:13px 20px;
	display:inline-block;
	font-size:36px;
	font-family: 'PenumbraSansStd-Semibold';
	text-transform:uppercase;
	margin-bottom:20px;
}
.retreat-banner4 p {
	line-height:50px;
	padding:0;
	font-size:22px;
	font-family: 'Geomanist-Light';
}
.retreat-banner5 {
	background: url("../img/retreatsuccess.jpg") no-repeat center center / cover ;
	padding: 235px 0 200px 0;
	text-align:center;
	color:#fff;
	
}
.retreat-banner5 h2 {
	border:4px solid #fff;
	line-height:50px;
	padding:13px 20px;
	display:inline-block;
	font-size:36px;
	font-family: 'PenumbraSansStd-Semibold';
	text-transform:uppercase;
	margin-bottom:20px;
}
.retreat-banner5 p {
	line-height:50px;
	padding:0;
	font-size:22px;
	font-family: 'Geomanist-Light';
}
/* challenge
----------------------------*/
.challenge-banner {
	background: url("../img/challengebanner_beforeafters2.jpg") no-repeat center center / cover ;
	padding: 235px 0 200px 0;
	text-align:center;
	color:#fff;
	
}
.challenge-banner h2 {
	border:4px solid #fff;
	line-height:50px;
	padding:13px 20px;
	display:inline-block;
	font-size:36px;
	font-family: 'PenumbraSansStd-Semibold';
	text-transform:uppercase;
	margin-bottom:20px;
}
.challenge-banner p {
	line-height:50px;
	padding:0;
	font-size:22px;
	font-family: 'Geomanist-Light';
}
.harmony-challenge-banner {
	background: url("../img/harmony_banner.jpg") no-repeat center center / cover ;
	padding: 235px 0 200px 0;
	text-align:center;
	color:#fff;
	
}
.harmony-challenge-banner h2 {
	border:4px solid #fff;
	line-height:50px;
	padding:13px 20px;
	display:inline-block;
	font-size:36px;
	font-family: 'PenumbraSansStd-Semibold';
	text-transform:uppercase;
	margin-bottom:20px;
}
.harmony-challenge-banner p {
	line-height:50px;
	padding:0;
	font-size:22px;
	font-family: 'Geomanist-Light';
}
.challengesec1 {
	background: #2e94e5;
	color: #fff;
	font-size: 25px;
	line-height: 35px;
	padding: 22px 0;
	text-align: center;
	font-family: 'Geomanist-Light';
}
.challengesec8 span,
.challengesec5 span,
.challengesec6 span,
.challengesec2 span,
.challengesec1 span {
	font-family: 'Geomanist-Medium';
}
.challengesec2 {
	padding: 22px 0;
	text-align: center;
	color:#5c5c5c;
	font-family: 'Geomanist-Light';
	line-height:26px;
}
.challengesec6 p,
.challengesec2 p {
	font-size:19px;
	padding-bottom:25px;
}
.challengesec2  h2 {
	background: rgba(0, 0, 0, 0) url("../img/heading_bg1.png") repeat-x scroll center top;
	color: #2e94e5;
	font-family: 'PenumbraSansStd-Semibold';
	font-size: 29px;
	margin-bottom: 10px;
	padding: 15px 0;
	text-transform: uppercase;
}
.challengesec2 h3 {
	font-size: 25px;
	font-family: 'Geomanist-Light';
	line-height: 35px;
	padding: 22px 0;
	text-align: center;
}
.challengesec2-inn {
	overflow:hidden;
	background: url("../img/heading_bg1.png") repeat-x scroll center bottom;
	margin-bottom:30px;
}
.challengesec2-inn img {
	max-width:100%;
	display:inline-block;
	position:relative;
	bottom:-9px;
}
.challengesec3 {
	background:#2a2c2f;
	padding:20px 0;
	color:#fff;
	font-style:italic;
	line-height:30px;
	font-family: 'Geomanist-Light';
	text-align:center;
	font-size:22px;
}
.challengesec3 p {
	padding:0 140px;
}
.challengesec2-inn p {
	text-align:left;
	font-style:italic;
}
.challengesec2-inn-cont {
	padding:42px 0 0 0;
}
.challengesec2-s {
	padding:0 0 0 78px;
	background: url("../img/icon01.png") no-repeat left top;
	margin-bottom:20px;
}
.challengesec2-s p {
	text-align:left;
	padding-bottom:5px;
}
/* challengesec4
----------------------------*/
.challengesec4 {
	padding:40px 0 30px 0;
	text-align:center;
	font-size:19px;
	font-family: 'Geomanist-Light';
}
.challengesec4  h2 {	
	color: #2e94e5;
	font-family: 'PenumbraSansStd-Semibold';
	font-size: 29px;
	margin-bottom: 20px;
	padding: 0 0;
	text-transform: uppercase;
}
.challengesec7 p,
.challengesec5 p,
.challengesec4 p {
	padding-bottom: 25px;
}
.number1 {
	width:36px;
	height:36px;
	color:#fff;
	line-height:36px;
	text-align:center;
	font-family: 'Geomanist-Medium';
	margin:0 auto;
	margin-bottom:15px;
	background:#2e94e5;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	-ms-border-radius:40px;
	-o-border-radius:40px;
}
.number1mdl {
	width:36px;
	height:36px;
	color:#fff;
	line-height:36px;
	text-align:center;
	font-family: 'Geomanist-Medium';
	margin:0 auto;
	margin-top:160px;
	background:#2e94e5;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	-ms-border-radius:40px;
	-o-border-radius:40px;
}

/* content-sec5
----------------------------*/
.challengesec5 {
	/*(background:url("../img/banner1.jpg") no-repeat fixed center center / cover ;*/
	background:url("../img/plank_group.png") no-repeat fixed center center / cover ;
	color: #fff;
	padding: 40px 0 60px 0;
	text-align:center;
	font-size:19px;
	font-family: 'Geomanist-Light';
}
.challengesec5  h2 {	
	color: #fff;
	font-family: 'PenumbraSansStd-Semibold';
	font-size: 50px;
	margin-bottom: 20px;
	padding: 0 0;
	text-transform: uppercase;
}
.challengesec5-inn {
	padding:30px 0 0 0;
	border-top:1px solid #fff;
}
/* content-sec6
----------------------------*/
.challengesec6 {	
	color: #2a2c2f;
	padding: 40px 0;
	text-align:center;
	font-size:19px;
	font-family: 'Geomanist-Light';
}
.challengesec6 h2 {	
	color: #2e94e5;
	font-family: 'PenumbraSansStd-Semibold';
	font-size: 30px;
	margin-bottom: 20px;
	padding: 0 0;
	text-transform: uppercase;
}
.garenti {
	min-height:126px;
	background: url("../img/garenti.png") no-repeat left top;
	padding-left:170px;
	margin-bottom:30px;
}
.garenti p {
	text-align:left;
	padding-top:10px;
}
.garentibox {
	border:1px dashed #2e94e5;
	padding:20px 150px;
	width:auto;
	color:#2e94e5;
	margin-bottom:35px;
}
.garentibox p {
	padding-bottom:0;
}
.challengesec6 h3 {	
	font-family: 'Geomanist-Light';
	font-size: 35px;
}
/* challengesec7
----------------------------*/
.challengesec7 {
	background:url("../img/bg2.png") no-repeat fixed center center / cover ;
	color: #fff;
	padding: 0 0;
	text-align:center;
	font-size:19px;
	font-family: 'Geomanist-Light';
}
.challengesec7inn {
	background:url("../img/overlay2.png") repeat center center;
	padding: 40px 20px;
}
.challengesec7  h2 {
	font-family: 'PenumbraSansStd-Semibold';
	font-size: 35px;
}
.btn-area {
	padding:15px 0 5px 0;
}
.price {
	text-align:center;
	color:#2c9917;
	font-size:60px;
	font-family: 'Geomanist-Medium';
	padding:25px 0 0 0;
}
.price span {
	font-size:40px;
}
.price sub {
	font-family: 'Geomanist-Light';
	font-size:20px;
}
.starting {
	font-family: 'Geomanist-Light';
	font-size:16px;
	padding-bottom:15px;
}
.subscribe {
	font-family: 'Geomanist-Light';
	font-size:14px;
	line-height:16px;
	width:250px;
	margin:0 auto;
	color:#2c9917;
}
.payment2 {
	padding:5px 0;
}
.btn-area a {
	background: #2c9917;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-bottom: 3px solid #124b07;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-family: 'Geomanist-Medium';
	line-height: 26px;
	margin: 15px auto 5px;
	padding: 12px 35px;
	text-align: center;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	font-family: 'PenumbraSansStd-Semibold';
}
.btn-area a:hover, .btn-area a:focus {
	background: #124b07 none repeat scroll 0 0 !important;
	border-bottom: 3px solid #2c9917 !important;
	text-decoration: none;
}
.passesbox {
	margin: 0 20px;
	border: 1px #2c9917 dashed;
	max-width: 400px;
	padding: 20px;
}
.passesbox .subscribe {
	margin: 30px auto 0 auto;
}
.passesbox .btn-area a {
	font-size: 15px;
}
/* challengesec8
----------------------------*/
.challengesec8 {
	color: #2a2c2f;
	padding: 0 0 65px 0;	
	font-size:19px;
	font-family: 'Geomanist-Light';
	margin-top:-25px;
}
.challengesec8 p {
	padding:20px;
	line-height:26px;
}
.challengesec8  h2 {
	font-family: 'PenumbraSansStd-Semibold';
	font-size: 26px;
	color:#fff;
	background:#2e94e5;
	text-align:center;
	padding:12px;
}

.phone-email {
	width:290px;
	overflow:hidden;
	padding:10px 0;
	font-family: 'Geomanist-regular';
	margin:0 auto;
}
.divphone {
	float:left;
}
.divphone span,.divphone a {
	padding:8px 25px;
	display:inline-block;
	color:#2e94e5;
	font-size:14px;
	font-family: 'Geomanist-regular';
	border:1px solid #2e94e5;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	-ms-border-radius:40px;
	-o-border-radius:40px;
}
.divemail {
	float:right;
}
.divemail a {
	padding:8px 25px;
	display:inline-block;
	color:#2e94e5;
	font-size:14px;
	border:1px solid #2e94e5;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	-ms-border-radius:40px;
	-o-border-radius:40px;
}
.divemail a:hover,
.divemail a:focus {
	text-decoration:none;
	border-color:#444444;
	color:#444444;
}
.divphone span i,
.divemail a i {
	color:#444444;
	padding-right:3px;
}
.packagebox {
	padding:0 0 20px 0;
}
.packageboxcont {
	border:1px dashed #2c9917;
	font-family: 'Geomanist-Light';
	font-size:19px;
	line-height:26px;
	border-top:none;
}
.packageboxcont p {
	padding-bottom:0;
	text-align:left;
}
.packageboxcont p span {
	font-family: 'Geomanist-Medium';
}
.packageboxcont-inn1 {
	line-height:26px;
	padding:12px 30px;
	color:#5c5c5c;
}
.packageboxcont-inn2 {
	background:#d5ebd1;
	color:#566c52;
	line-height:26px;
	padding:12px 30px;
}
.packageboxcont-inn3 {
	padding:15px 30px;
	font-size:15px;
	line-height:20px;
	background:#ce0000;
	color:#fff;
}
.packageboxcont-inn3 h5{
	color:#fff;
	text-align:center;
	font-family: 'Geomanist-Medium';
	font-size:20px;
	padding-bottom:5px;
}
.packagebox h4,
.passbox h4 {
	background:#2c9917;
	color:#fff;
	text-align:center;
	padding:10px;
	font-size:18px;
	font-family: 'Geomanist-Medium';
}
.passbox {
	padding:0 0 0 0;
}
.onlymobile,.nav > li.onlymobile {
	display: none;
}
/* groupfitnesspartners
----------------------------*/

.groupfitnesspartners {
	background: url("../img/partner-pricing-bg.png") no-repeat center center / cover ;
	padding: 180px 0 180px 0;
	text-align:center;
	color:#fff;
	
}
.groupfitnesspartners h2 {
	border:4px solid #fff;
	line-height:50px;
	padding:13px 20px;
	display:inline-block;
	font-size:36px;
	font-family: 'PenumbraSansStd-Semibold';
	text-transform:uppercase;
	margin-bottom:20px;
}
.groupfitnesspartners p {
	line-height:50px;
	padding:0;
	font-size:22px;
	font-family: 'Geomanist-Light';
}
/* groupfitnessfreepass
----------------------------*/
.freepass-out {
	padding: 40px 0;
	font-family: 'Geomanist-Light';
	font-size: 20px;
	color: #4a494a;
	line-height: 30px;
}
.freepass-out h2 {
	font-size: 33px;
	color: #2e94e5;
	padding: 0 0 25px 0;
	font-family: 'PenumbraSansStd-Semibold';
}
.freepass-top {
	text-align: center;
}
.freepass-top img {
	display: inline-block;
	max-width: 100%;	
}
.freepass-out img {
	display: inline-block;
	max-width: 100%;
}

.freepass-inn {
	overflow:hidden;
	background: url("../img/heading_bg1.png") repeat-x scroll center bottom;
	margin-bottom:30px;
}
.freepass-inn img {
	max-width:100%;
	display:inline-block;
	position:relative;
	bottom:-9px;
}
.freepass-inn-img {
	text-align: center;
}
.freepass-inn p {
	text-align:left;
	font-family: 'Geomanist-Light';
	padding-bottom: 25px;
}
.freepass-inn strong {
	font-family: 'Geomanist-Medium';
	font-weight: normal;
}
.freepass-inn span {
	color: #31a61d;
}
.freepass-inn-cont {
	padding:20px 0 0 0;
}
.freepass-btm {
	background: url("../img/heading_bg1.png") repeat-x scroll center top;
	text-align: center;
	padding: 30px 0 10px 0;
	margin-top: 30px;
	overflow:hidden;
}
.freepass-btm ul {
	padding: 0;
}
.freepass-btm ul li {
	display: inline-block;
	padding: 5px 10px;
}
.freepass-btm ul li span {
	padding:8px 25px;
	display:inline-block;
	color:#2e94e5;
	font-size:15px;
	font-family: 'Geomanist-Regular';
	border:2px solid #2e94e5;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	-ms-border-radius:40px;
	-o-border-radius:40px;
}

.freepass-btm ul li a {
	font-family: 'Geomanist-Regular';
	padding:6px 25px;
	display:inline-block;
	color:#2e94e5;
	font-size:15px;
	border:1px solid #2e94e5;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	-ms-border-radius:40px;
	-o-border-radius:40px;
}
.freepass-btm ul li a:hover,
.freepass-btm ul li a:focus {
	text-decoration:none;
	border-color:#444444;
	color:#444444;
}
.freepass-btm ul li span i,
.freepass-btm ul li a i {
	color:#121212;
	padding-right:3px;
	font-size: 16px;
}

.tab-navigation { margin-bottom:40px; }
.tab-content {
	display: none;
}
#counter {
  margin: 0 auto;
  width: 355px;
}
#counter .countdown-container {
  height: 130px;
}
#counter .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 95px;
  width: 65px;
  margin: 0 5px;

  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
#counter .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  line-height: 95px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
#counter .count.top {
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;

  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
#counter .count.bottom {
  background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
#counter .count.next {
	
}
#counter .label {
  font-size: normal;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%;
}
/* Animation start */
#counter .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
#counter .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}

@keyframes flipTop {
	0% {
		transform: rotateX(0deg);
	}
	100% {
		transform: rotateX(-90deg);
	}
}
@keyframes flipBottom {
	0% {
		transform: rotateX(90deg);
	}
	100% {
		transform: rotateX(0deg);
	}
}
/* Animation end */
#counter .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;

  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
#counter .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;

  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
 }
@media screen and (max-width: 48em) {
  #counter {
	width: 100%;
  }
  #counter .countdown-container {
	height: 100px;
  }
  #counter .time {
	  height: 70px;
	  width: 48px;
  }
  #counter .count {
	font-size: 1.5em;
	line-height: 70px;
  }
  #counter .label {
	font-size: 0.8em;
	top: 72px;
  }
}
.timer {
  margin: 0 auto;
  width: 355px;
}
.timer .countdown-container {
  height: 130px;
}
.timer .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 95px;
  width: 65px;
  margin: 0 5px;

  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.timer .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  line-height: 95px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.timer .count.top {
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;

  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.timer .count.bottom {
  background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.timer .count.next {
	
}
.timer .label {
  font-size: normal;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%;
}
/* Animation start */
.timer .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.timer .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}

@keyframes flipTop {
	0% {
		transform: rotateX(0deg);
	}
	100% {
		transform: rotateX(-90deg);
	}
}
@keyframes flipBottom {
	0% {
		transform: rotateX(90deg);
	}
	100% {
		transform: rotateX(0deg);
	}
}
/* Animation end */
.timer .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;

  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.timer .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;

  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
 }
 .labels {
	float: left;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0;
}
.labels span {
	display: inline-block;
	width: 67px;
	margin: 0 5px;
}
@media screen and (max-width: 48em) {
  .timer {
	width: 100%;
  }
  .timer .countdown-container {
	height: 100px;
  }
  .timer .time {
	  height: 70px;
	  width: 48px;
  }
  .timer .count {
	font-size: 1.5em;
	line-height: 70px;
  }
  .timer .label {
	font-size: 0.8em;
	top: 72px;
  }
	.labels span {
		width: 50px;
	}
}
.spacer5 {
	padding-top: 5px;
}
.spacer10 {
	padding-top: 10px;
}
.spacer15 {
	padding-top: 15px;
}
.spacer20 {
	padding-top: 20px;
}
.spacer25 {
	padding-top: 25px;
}
.spacer30 {
	padding-top: 30px;
}








/*** accordion **/
#accordion {
	margin-bottom: 50px;
}
#accordion .panel {
	border: 0;
	border-radius: 0;
	box-shadow: 0 0;
	text-align: left;
}
#accordion .panel-heading {
	border-radius: 0;
	padding: 0;
}
#accordion .panel-body {
	border: 0;
	padding: 20px 10px 20px 10px;
	font-size: 16px;
	font-weight: 300;
	color: #000001;
}
#accordion .panel-title a {
	display: block;
	padding: 16px 25px 16px 15px;
	background: #2a2c2f;
	color: #fff;
	font-size: 16px;
	line-height: 17px;
	transition: .2s;
	position: relative;
}
#accordion .panel-title a:after {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 22px;
	bottom: 0;
	width: 20px;
	background-size: contain;
	background-position: center;
	transition: .2s;
	height: 30px;
	line-height: 30px;
}
#accordion .panel-title a:hover,
#accordion .panel-title a:focus {
	text-decoration: none;
}
#accordion .panel-title a.collapsed {
	background: #2e94e5;
	color: #fff;
}
#accordion .panel-title a.collapsed:after {
	transform: rotateZ(90deg);
	top: 12px;
}
@media (max-width: 555px) {
	#accordion .panel-body {
		font-size: 16px;
	}
	#accordion .panel-title a {
		font-size: 16px;
	}	
}






@media (max-width: 768px) {
	.testimonials .item {
		display: block;
	}
	.testimonials .item * {
		float: left;
		width: 100%;
		max-width: 100% !important;
	}
	.testimonials .item.left img {
		margin-bottom: 30px;
	}
	.testimonials .item.right img {
		margin-top: 30px;
	}
}





.testimonials {
	padding: 50px 0;
}
.testimonials .item {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}
.testimonials .item:not(:last-child) {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #2c9917;
}
.testimonials .item img {
	max-width: 300px;
}
.testimonials .item.left img {
	float: left;
	margin-right: 30px;
}
.testimonials .item.right img {
	float: right;
	margin-left: 30px;
}
.testimonials p {
	color: #fff;
	margin: 0;
}
.testimonials h3 small {
	font-size: 70%;
}

.testimonials {
	background: #2e94e5;
	padding: 0;
	font-style: italic;
	color: #fff;
}
.testimonials article {
	width: 880px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.testimonials article:not(:last-child) {
	border-bottom: 1px dashed #fff;
}
.testimonials article img {
	border-radius: 50%;
	margin: 10px 10% 10px 0;
}
.testimonials article p {
	margin: 10px 0;
}