@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
body {
	background: #ffffff;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #87848d;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 31px;
	font-weight: 300;
	line-height: 26px;
}
p > strong {
	font-weight: normal;
	font-size: 18px;
	color: #211e26;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	float: left;
	position: relative;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h2 {
	font: bold 38px/33px 'Ubuntu';
	color: #26222c;
	margin: 0 0 33px 0;
	text-transform: uppercase;
}
h2 > span {
	font-size: 18px;
	font-weight: 300;
	color: #807b87;
	display: block;
}
h2.marg {
	margin: 0 0 60px 0;
}
h3 {
	font: 300 18px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #211e26;
	margin: 0 0 30px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 0;
	background: #ffffff;
}
.global.indent.marg {
	padding: 0;
	background: #1a1720;
}
.center {
	text-align: center;
}
hr {
	height: 8px;
	border-top: 1px solid #e5e5e5;
	margin: 0;
	background: #f9f9f9;
}
hr.hr1 {
	margin-bottom: 36px;
}
/*-----menu-----*/
.logoBox {
	background: #0084d0;
	overflow: hidden;
	padding: 28px 0;
}
.logoBox h1.navbar-brand_ {
	float: none;
}
.menuBox {
	padding: 0;
	background-image: -webkit-linear-gradient(top, #19171d 0%, #2d2a31 100%);
	background-image: linear-gradient(to bottom, #19171d 0%, #2d2a31 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff19171d', endColorstr='#ff2d2a31', GradientType=0);
	padding-bottom: 26px;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	text-align: center;
}
nav.tm_navbar li {
	float: none;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	padding: 0;
	position: relative;
}
nav.tm_navbar li:last-child {
	margin-right: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 32px 40px 0 40px;
	text-transform: none;
	font: 300 12px 'Ubuntu';
	color: #635e6c;
	background: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li a strong {
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	display: block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: none;
}
nav.tm_navbar li.active > a strong {
	background: #f47f84;
}
nav.tm_navbar li > a:hover {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li > a:hover strong {
	background: #f47f84;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a strong {
	background: #f47f84;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li a span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -9px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 134px;
	left: -5px;
	top: 75px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #f47f84;
	padding: 27px 0;
	margin: 0;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: auto !important;
}
nav.tm_navbar .sub-menu > ul li a {
	padding: 0;
	margin: 0;
	font: 300 10px/19px 'Ubuntu';
	color: #ffffff;
	background: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li span {
	margin-left: 10px;
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 5px;
	position: relative;
	top: -2px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #211e26 !important;
	background: none !important;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #211e26 !important;
	background: none !important;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 134px;
	left: 135px;
	top: -27px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #f47f84;
	padding: 27px 0;
	margin: 0;
}
nav.tm_navbar .sub-menu ul ul li a {
	padding: 0;
	margin: 0;
	font: 300 10px/19px 'Ubuntu';
	color: #ffffff;
	background: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #211e26 !important;
	background: none !important;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0 0 82px 0;
	position: relative;
	background: #ffffff;
	z-index: 11;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
header.marg {
	margin-bottom: 0;
}
footer {
	padding: 200px 0 218px 0;
	border-top: 1px solid #e2e2e3;
	text-align: center;
}
footer p {
	color: #929096;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 55px;
	margin-bottom: 66px;
	letter-spacing: 2px;
}
footer a {
	color: #929096;
	font: 300 10px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer a:hover {
	color: #f47f84;
}
footer em {
	font-style: normal;
}
footer i {
	font-style: normal;
}
footer br {
	display: none;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li {
	display: inline-block;
	margin-left: 38px;
}
footer ul li:first-child {
	margin-left: 0;
}
footer ul li a {
	font-size: 17px;
	color: #929096;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer ul li a:hover {
	color: #f47f84;
}
.who-box, .history-box, .trainers-box {
	margin-bottom: 60px;
	text-align: center;
}
.trainerBox a {
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox {
	margin-bottom: 30px;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure img {
	width: 100%;
}
.trainerBox a {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.privacyBox {
	margin-bottom: 93px;
	text-align: center;
}
.privacyBox h2 {
	font-size: 78px;
	font-weight: bold;
	margin-bottom: 70px;
}
.privacyBox1 {
	text-align: center;
}
.picBox {
	margin: 27px 0 69px 0;
	text-align: center;
}
.picBox h2 {
	font-size: 78px;
	margin-bottom: 75px;
}
.picBox figure {
	margin-bottom: 75px;
}
.picBox figure img {
	width: 100%;
}
.picBox p {
	margin-bottom: 46px;
}
.statisticBox {
	border-top: 1px solid #e0e0e1;
	margin-bottom: 46px;
}
.statisticBox .bannerBox2 .title {
	color: #484848;
	font-size: 15px;
	margin-bottom: 10px;
}
.statisticBox .bannerBox2 p {
	margin-bottom: 20px;
}
.eventsBox {
	border-top: 1px solid #e0e0e1;
	margin-bottom: 65px;
}
.aboutBox {
	border-top: 1px solid #e0e0e1;
	margin-bottom: 120px;
}
.categoriesBox .hr2 {
	margin-bottom: 77px;
}
.pict {
	background: url(../img/error.jpg) center 0 no-repeat;
	padding: 0 0 200px 0;
}
.errorBox {
	text-align: left;
	padding-top: 214px;
	position: relative;
	z-index: 1;
}
.errorBox p {
	color: #84808b;
	margin-bottom: 26px;
}
.errorBox .title {
	font: 42px/40px 'Ubuntu';
	color: #595461;
	text-transform: uppercase;
	margin-bottom: 49px;
}
.errorBox .title strong {
	font: bold 80px/40px 'Ubuntu';
	color: #ffffff;
}
.testimBox {
	padding-top: 108px;
	padding-bottom: 44px;
	text-align: center;
	border-top: 1px solid #e2e2e3;
}
.testimBox article article {
	margin-bottom: 30px;
}
.testimBox h2 {
	font-size: 78px;
	margin-bottom: 76px;
}
.testimBox p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 26px;
}
.testimBox .name {
	color: #211e26;
	font: 300 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
.testimBox .box {
	padding: 28px 30px;
	background: #ebeaec;
	position: relative;
	margin-bottom: 55px;
}
.testimBox em {
	width: 100%;
	height: 17px;
	display: inline-block;
	position: absolute;
	bottom: -17px;
	left: 0;
	background: url(../img/triangle.png) center bottom no-repeat;
}
.testimBox a {
	color: #f47f84;
	font: 300 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimBox a:hover {
	color: #211e26;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#toTop {
	width: 32px;
	height: 32px;
	display: inline-block !important;
	margin: 0 !important;
	background: url(../img/top.png) no-repeat;
}
#toTop:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.galleryBox {
	margin-bottom: 90px;
}
.proffesional-box {
	border-top: 1px solid #e2e2e3;
	border-bottom: 1px solid #e2e2e3;
	padding: 174px 0;
	margin: 76px 0 82px 0;
	text-align: center;
}
.proffesional-box h2 {
	font-size: 78px;
	margin-bottom: 43px;
}
.proffesional-box .title {
	color: #807b87;
	font: 300 38px 'Ubuntu';
	text-transform: uppercase;
	margin-bottom: 39px;
}
.proffesional-box p {
	margin-bottom: 46px;
}
.servicesBox {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 60px;
}
.servicesBox h2 {
	font-size: 78px;
	line-height: 78px;
	margin: 0 0 19px 0;
}
.servicesBox h2 > span {
	font-size: 38px;
	margin-top: 5px;
}
.servicesBox.border {
	border-top: 1px solid #e2e2e3;
	padding: 150px 0 60px 0;
}
.blogBox h2 {
	font-size: 78px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}
/*-----thumbs-----*/
.thumb-pad1 {
	margin: 0;
	padding: 0 0 30px 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad1 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	text-align: center;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 24px;
	font-size: 12px;
	line-height: 20px;
}
.thumb-pad1 figure {
	margin: 0 0 28px 0;
	border-radius: 100%;
	display: inline-block;
}
.thumb-pad1 figure img {
	border-radius: 100%;
	width: 100%;
}
.thumb-pad2 {
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	color: #87848d;
	text-align: center;
	overflow: hidden;
}
.thumb-pad2 figure {
	margin: 0;
	margin-bottom: 20px;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0;
	padding: 0 0 46px 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad3 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 24px;
}
.thumb-pad3 figure {
	margin: 0 0 13px 0;
	height: 120px;
	line-height: 118px;
}
.thumb-pad4 {
	margin: 0 0 41px 0;
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 .badge {
	margin: 0;
	padding: 0;
	border: none;
	border-left: 1px solid #e7e8ed;
	border-radius: 0;
	background: none;
	width: 80px;
	height: 85px;
	color: #333438;
	font: 300 36px/27px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	margin-right: 20px;
}
.thumb-pad4 .badge em {
	width: 100%;
	height: 11px;
	display: block;
	background: #e6795b;
	margin-bottom: 12px;
}
.thumb-pad4 .badge span {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
}
.thumb-pad4 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	border-top: none;
}
.thumb-pad4 .thumbnail .caption p {
	margin-bottom: 27px;
}
.thumb-pad4 .thumbnail .caption h2 {
	font: 22px/22px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2f2f2f;
	margin: 0 0 26px 0;
	letter-spacing: 0;
}
.thumb-pad4 .thumbnail .caption .btn-link {
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption .lnk {
	float: left;
	color: #e6795b;
	margin-left: 15px;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 9px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .caption .lnk > span {
	font-size: 18px;
}
.thumb-pad4 .thumbnail .caption .lnk:hover {
	color: #333438;
}
.thumb-pad4 figure {
	margin: 0 34px 0 0;
	float: left;
}
.thumb-pad6 {
	margin-bottom: 54px;
	padding: 0 0 50px 0;
	border-bottom: 1px solid #e2e2e3;
}
.thumb-pad6.border {
	border-bottom: none;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .badgeBox {
	overflow: hidden;
	margin-bottom: 28px;
	float: left;
}
.thumb-pad6 .thumbnail .badgeBox .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	background: none;
	float: left;
	margin-right: 14px;
	margin-top: 7px;
}
.thumb-pad6 .thumbnail .badgeBox p {
	line-height: 20px;
}
.thumb-pad6 .thumbnail .badgeBox p br {
	display: none;
}
.thumb-pad6 .thumbnail .manBox {
	overflow: hidden;
	margin-bottom: 28px;
	float: left;
	width: 140px;
}
.thumb-pad6 .thumbnail .manBox .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	background: none;
	float: left;
	margin-right: 19px;
	margin-top: 7px;
}
.thumb-pad6 .thumbnail .manBox p {
	line-height: 20px;
}
.thumb-pad6 .thumbnail .manBox p br {
	display: none;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	color: #87848d;
	text-align: center;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 44px;
}
.thumb-pad6 figure {
	margin: 0;
	margin-bottom: 55px;
}
.thumb-pad6 figure > img {
	width: 100%;
}
.thumb-pad6 .thumbnail .badgeBox {
	width: 567px;
}
.thumb-pad6 .thumbnail .badgeBox a {
	color: #272727;
	font: 16px/22px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox a:hover {
	color: #6c9295;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox a.tl {
	color: #211e26;
	font: 300 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox a.tl:hover {
	color: #f47f84;
}
.thumb-pad6 .thumbnail .manBox a.tl {
	color: #211e26;
	font: 300 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .manBox a.tl:hover {
	color: #f47f84;
}
.thumb-pad6 .thumbnail .badgeBox p {
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail .manBox p {
	font-size: 14px;
	margin-bottom: 0;
	white-space: nowrap;
}
.thumb-pad6 .thumbnail .number {
	font: 300 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #f47f84;
	float: right;
	width: 38px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	border-radius: 5px;
	position: relative;
}
.thumb-pad6 .thumbnail .number em {
	position: absolute;
	bottom: -9px;
	left: 9px;
	width: 11px;
	height: 9px;
	display: inline-block;
	background: url(../img/tr.png) no-repeat;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 9px 29px;
	font: 300 12px 'Ubuntu';
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: #f47f84;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #dfdfe4;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 300 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #211e26;
	border: none;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 > span {
	float: left;
}
.btn-default.btn2 > i {
	float: left;
	font-size: 17px;
	margin-top: 5px;
	margin-left: 13px;
}
.btn-default.btn2:hover {
	color: #f47f84;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 17px 42px;
	font: 300 17px 'Ubuntu';
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: #f47f84;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #343139;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 8px 17px;
	font: 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #87848d;
	border: 2px solid #e6e7ec;
	background: none;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #e6795b;
	border-color: #e6795b;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	padding-top: 3px;
	margin-bottom: 86px;
}
.list1-1.marg {
	margin-bottom: 67px;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 12px;
	padding-left: 18px;
	background: url(../img/list_arrow.png) left 6px no-repeat;
}
.list1-1 li a {
	font: 300 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #211e26;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #f47f84;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 21px;
}
.list1 li p {
	margin-bottom: 0;
}
.list1 li time {
	text-transform: uppercase;
	color: #6ec9f4;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 29px;
}
.list2 li .badge {
	float: left;
	margin-right: 17px;
	background: #c6d6e4;
	width: 62px;
	height: 62px;
	border-radius: 100%;
	font: 500 19px/52px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li .title {
	font: 500 19px/19px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #484848;
	margin-bottom: 9px;
}
.list2 li a {
	font-size: 12px;
	color: #6ec9f4;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 li a:hover {
	color: #323232;
}
.list2 li .extra-wrap {
	padding-top: 10px;
}
.list2 li:first-child + li .badge {
	background: #c6e4d6;
}
.list2 li:first-child + li + li .badge {
	background: #e6795b;
}
.list2 li:last-child .badge {
	background: #96cbb2;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 20px;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	background: none;
	border: 2px solid #e6e7ec;
	width: 55px;
	height: 55px;
	border-radius: 55px;
	font: 500 32px/49px 'Ubuntu';
	color: #333438;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 15px;
}
.list3 li p {
	margin-bottom: 0;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 14px;
}
.list4 li figure {
	float: left;
	margin-right: 15px;
}
.list4 li p {
	margin-bottom: 0;
}
.list4 li .title {
	color: #2f2f2f;
	margin-bottom: 2px;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 32px;
}
.list5 li .title {
	color: #000000;
	text-transform: uppercase;
}
.list5 li a {
	text-decoration: underline;
	color: #87848d;
}
.list5 li a:hover {
	text-decoration: none;
}
.list5 li img {
	float: left;
	margin-right: 17px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 2px;
}
.list6 li strong {
	font-weight: normal;
	color: #6ec9f4;
	float: left;
	margin-right: 5px;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
	text-align: center;
}
/*-----search-----*/
.error-box {
	background: #1e1a25;
}
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
}
#search-404 a {
	font-size: 30px;
	color: #ffffff;
	background: #f47f84;
	width: 47px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search-404 a:hover {
	background: #595461;
}
#search-404 input {
	position: relative;
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e2e2e3;
	background: #ebeaec;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #87848d;
	padding: 12px 14px;
	height: 44px;
	resize: none;
}
/*-----map-----*/
.contactBox h2 {
	font-size: 78px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}
.map {
	margin: 0 0 180px 0;
	width: 100%;
	line-height: 0;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 640px;
	border: none;
	line-height: 0;
}
.map2 {
	margin: 0;
	width: 100%;
	line-height: 0;
}
.map2 iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 298px;
	border: none;
	line-height: 0;
}
.info-box h2 {
	width: 100%;
	text-align: center;
}
.touch-box h2 {
	width: 100%;
	text-align: center;
}
.info {
	text-align: center;
}
.info p {
	margin-bottom: 20px;
}
.info p span {
	font: 19px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #484848;
}
/*-----form-----*/
.formBox {
	border-top: 1px solid #e2e2e3;
	padding: 95px 0 0 0;
}
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 63px;
	text-align: left;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 70px;
	margin: 0;
	font-weight: normal;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #7a7a7a;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #7a7a7a;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 241px;
	margin-right: 23px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 12px 14px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e2e2e3;
	background: #ebeaec;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #87848d;
	padding: 12px 14px;
	height: 44px;
	resize: none;
}
#contact-form textarea {
	height: 284px;
	margin-bottom: 52px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #f47f84;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 44px;
}
#contact-form .message .error-message, #contact-form .message .empty-message {
	top: 2px;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form.success .success-message {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e2e2e3;
	background: #ebeaec;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #87848d;
	padding: 12px 14px;
	height: 44px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn1 {
	float: left;
}
.btns p {
	float: left;
	margin-top: 3px;
	margin-left: 50px;
}
.mail {
	color: #f47f84;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #333438;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .errorBox figure img {
 width: 100%;
}
 #contact-form .error-message,  #contact-form .empty-message {
 top: 2px;
}
 h2 {
 font-size: 24px;
 line-height: 24px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 header {
 height: auto;
 padding: 0;
 text-align: center;
}
 h1.navbar-brand_ {
 margin-bottom: 0;
 float: none;
 margin: 0;
 width: 100%;
 text-align: center;
 margin-bottom: 30px;
}
 h2 {
 font-size: 24px;
 line-height: 24px;
}
 nav.tm_navbar {
 display: inline-block;
}
 .picBox {
 margin: 30px 0 60px 0;
}
 .picBox .title {
 font-size: 35px;
}
 .picBox .description {
 font-size: 80px;
 line-height: 80px;
}
 .btn-default.btn2 {
 padding: 10px 20px;
 font-size: 15px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .errorBox figure img {
 width: 100%;
}
 .testimonialsBox {
 overflow: hidden;
 margin-top: 50px;
}
 .thumb-pad3 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad4 .thumbnail .caption .lnk {
 margin: 15px 0 0 15px;
}
 .thumb-pad4 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .thumb-pad4 figure img {
 width: 100%;
}
 #contact-form .error-message,  #contact-form .empty-message {
 top: 2px;
}
 .thumb-pad6 .thumbnail .badgeBox {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 header {
 height: auto;
 padding: 0;
 text-align: center;
}
 .menuBox {
 float: none;
 border-bottom: none;
}
 h1.navbar-brand_ {
 margin-bottom: 0;
 float: none;
 margin: 0;
 width: 100%;
 text-align: center;
 margin-bottom: 30px;
}
 h2 {
 font-size: 28px;
 line-height: 28px;
}
 .global.indent {
 padding: 0;
}
 nav.tm_navbar {
 display: inline-block;
 margin-top: 50px;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 padding: 0;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #595461;
 background: #595461;
 color: #ffffff;
 cursor: pointer;
 margin-top: 20px;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 #contact-form label {
 min-height: 50px;
}
 .errorBox figure img {
 width: 100%;
}
 .picBox {
 margin: 30px 0 60px 0;
}
 .picBox .title {
 font-size: 35px;
}
 .picBox .description {
 font-size: 80px;
 line-height: 80px;
}
 .testimBox h2 {
 font-size: 50px;
 margin-bottom: 60px;
}
 .btn-default.btn2 {
 padding: 10px 20px;
 font-size: 15px;
}
 .thumb-pad2 figure {
 margin-bottom: 0;
 float: left;
 margin-right: 20px;
}
 .thumb-pad2 .thumbnail .caption {
 overflow: visible;
 text-align: left;
}
 .instructionBox {
 margin: 50px 0;
}
 .errorBox figure {
 margin-bottom: 60px;
}
 .aboutBox {
 margin-bottom: 30px;
}
 .aboutBox article {
 float: none;
 width: 100%;
 overflow: hidden;
 margin-bottom: 50px;
}
 .thumb-pad3 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .proffesional-box {
 padding: 70px 0;
}
 .proffesional-box h2 {
 font-size: 50px;
 margin-bottom: 10px;
}
 .proffesional-box .title {
 font-size: 21px;
}
 .picBox h2 {
 font-size: 50px;
 margin-bottom: 25px;
}
 .servicesBox h2 {
 font-size: 48px;
 line-height: 48px;
}
 .servicesBox h2 > span {
 font-size: 27px;
 line-height: 30px;
}
 .blogBox h2 {
 font-size: 50px;
 margin-bottom: 25px;
}
 .contactBox h2 {
 font-size: 50px;
 margin-bottom: 25px;
}
 footer {
 padding: 40px 0;
}
 footer p {
 margin: 35px 0;
}
 #contact-form .error-message,  #contact-form .empty-message {
 top: 2px;
}
 .privacyBox {
 margin-top: 50px;
}
 .privacyBox h2 {
 font-size: 28px;
 line-height: 28px;
 margin-bottom: 33px;
}
 .errorBox {
 padding-top: 80px;
}
 .pict {
 background: none;
 padding: 0 0 90px 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad2 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad4 .thumbnail .caption .lnk {
 margin: 15px 0 0 15px;
}
 .thumb-pad4 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .thumb-pad4 figure img {
 width: 100%;
}
 .thumb-pad6 .thumbnail .badgeBox {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 h1.navbar-brand_ a {
 font-size: 47px;
 line-height: 50px;
}
 .thumb-pad6 .thumbnail .badgeBox p br {
 display: block;
}
 .thumb-pad6 .thumbnail .badgeBox p > .lnk {
 float: none !important;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ span {
 float: none;
 display: block;
 margin-top: 10px;
}
 h1.navbar-brand_ a img {
 margin-right: 0;
 float: none;
 width: 100%;
}
 .btn-default.btn3 {
 padding: 8px 30px;
 font-size: 15px;
}
 .picBox .box {
 padding: 68px 0 43px 0;
 text-align: center;
}
 .picBox .title {
 font-size: 24px;
 letter-spacing: 0;
}
 .picBox .description {
 font-size: 70px;
 line-height: 70px;
}
 .testimBox article {
 width: 100%;
 float: none;
}
 .thumb-pad1 figure {
 display: block;
}
 .thumb-pad1 figure img {
 width: 100%;
}
 .galleryBox article {
 width: 100%;
 float: none;
}
 .baner-box {
 width: 100%;
 float: none;
}
 .proffesional-box h2 {
 font-size: 35px;
}
 .picBox h2 {
 font-size: 35px;
}
 .blogBox h2 h2 {
 font-size: 35px;
}
 .testimBox h2 {
 font-size: 35px;
}
 .contactBox h2 {
 font-size: 35px;
 margin-bottom: 25px;
}
 footer i {
 display: none;
}
 footer br {
 display: block;
}
 .servicesBox article {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .eventsBox article {
 width: 100%;
 float: none;
}
 .trainerBox {
 width: 100%;
 float: left;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 50px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
