﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(//fonts.googleapis.com/css?family=Lobster);
body {
	background: #ffffff;
	font: 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #b2b2b2;
}
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: 12px;
	line-height: 18px;
	color: #3A3A3A;
}
p > strong {
	color: #ab2d2f;
}
h1.navbar-brand_ {
	margin: -76px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a span {
	display: none;
}
h2 {
	font: 48px/48px 'Open Sans';
	color: #a02d2f;
	margin: 0 0 34px 0;
	width: 100%;
	text-align: center;
}
h2 em {
	display: inline-block;
	padding: 0 22px;
	font-style: normal;
	background: #ffffff;
	letter-spacing: 2px;
}
h2 span {
	width: 100%;
	height: 2px;
	background: #a02d2f;
	display: block;
	margin-top: -23px;
}
h3 {
	font: 40px/40px 'Open Sans';
	color: #191919;
	margin: 0 0 28px 0;
}
h4 {
	font: 14px/18px 'Open Sans';
	color: #a02d2f;
	margin: 0 0 10px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 67px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
.logo-box {
	background: #ffffff;
}
.logo-box h1.navbar-brand_ {
	position: relative;
	left: 0;
	top: 0;
}
/*-----menu-----*/
.menuBox > div {
	border-top: 6px solid #ffffff;
	border-radius: 6px 6px 0 0;
	background: #810103;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	background: #93191b;
}
nav.tm_navbar li {
	float: left;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	padding: 0;
}
nav.tm_navbar li:last-child {
	margin-left: 0;
	border-right: none;
}
nav.tm_navbar li a {
	position: relative;
	padding: 20px 0;
	width: 234px;
	text-align: center;
	text-transform: uppercase;
	font: 14px 'Open Sans';
	color: #ffffff;
	background: #93191b;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #810103;
}
nav.tm_navbar li > a:hover {
	color: #ffffff;
	background: #810103;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #810103;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 10px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 234px;
	left: 0;
	top: 57px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #810103;
	padding: 13px 0 32px 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	position: relative;
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	display: block;
	background: transparent;
	padding: 0;
	margin: 0;
	font: 12px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li span {
	margin-left: 30px;
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: absolute;
	right: 30px;
	top: 11px;
	left: auto;
}
nav.tm_navbar .sub-menu > li > a:hover {
	text-decoration: none;
	color: #810103 !important;
	background: #ffffff !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > li.sfHover > a {
	text-decoration: none;
	color: #810103 !important;
	background: #ffffff !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: relative;
	display: none;
	width: 234px;
	left: 0;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: transparent;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	display: block;
	background: transparent;
	padding: 0;
	margin: 0;
	font: 12px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #93191b !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 100px 0 0 0;
	background: #a52c28 url(../img/pattern1.png) repeat;
}
header .box1 {
	padding-top: 34px;
}
header .box1 ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}
header .box1 ul li {
	float: left;
	margin: 0 23px;
}
header .box1 ul li a {
	font: 14px 'Open Sans';
	color: #df6062;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
header .box1 ul li a:hover {
	color: #ffffff;
}
header .box3 {
	padding-top: 20px;
}
header .box3 .title {
	font: 18px/18px 'Open Sans';
	color: #eb6a6c;
	margin-bottom: 0;
}
header .box3 .number {
	font: 24px 'Open Sans';
	color: #ffffff;
	margin-bottom: 0;
}
footer {
	padding: 0 0 57px 0;
	border-top: 2px solid #e2e2e2;
	background: #ffffff;
	text-align: center;
}
footer figure {
	float: none;
	display: inline-block;
	position: relative;
	top: -28px;
	z-index: 0;
}
footer p {
	margin: -7px 0 0 0;
	color: #000000;
	font: 12px/16px 'Open Sans';
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
footer a {
	color: #843534;
	font: 12px/16px 'Open Sans';
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer a:hover {
	color: #a02d2f;
}
footer em {
	font-style: normal;
}
.advantages-box {
	padding-bottom: 25px;
}
.errorBox {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 77px;
}
.errorBox1 {
	margin-bottom: 50px;
}
.errorBox1 h2 {
	font-size: 60px !important;
	letter-spacing: 2px;
	margin: 0 0 6px 0;
	color: #191919;
	width: auto;
	text-align: left;
}
.errorBox1 h3 {
	font-size: 40px !important;
	letter-spacing: 2px;
	margin: 0 0 46px 0;
	color: #191919;
}
.errorBox1 p {
	color: #a02d2f;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 36px;
}
.testimBox {
	padding: 0;
}
#toTop {
	display: none;
	width: 32px;
	height: 18px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -660px !important;
	right: 50%;
	bottom: 80px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.privacyBox {
	margin-bottom: 80px;
}
.blog-box {
	padding: 63px 0 40px 0;
	position: relative;
}
.about-box {
	text-align: center;
	padding-top: 70px;
}
.about-box hr {
	border-top: 1px solid #d6d6d6;
	margin: 70px 0 75px 0;
}
.about-box .title {
	font: 600 36px/36px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	margin-bottom: 36px;
}
.comment-box {
	padding: 11px 0 26px 0;
	background: #fed46f;
}
.comment-box figure {
	border-radius: 100%;
	float: left;
	margin-right: 45px;
	border: 3px solid #fee097;
}
.comment-box figure img {
	border-radius: 100%;
}
.comment-box .extra-wrap {
	padding-top: 15px;
}
.comment-box p {
	font-size: 14px;
	font-style: italic;
	color: #2e2e2e;
	margin-bottom: 0;
}
.comment-box p a {
	font: bold italic 14px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2e2e2e;
}
.comment-box p a:hover {
	text-decoration: underline;
}
.block-box {
	padding: 37px 0 29px 0;
	background: #3f3f3f;
}
.block-box p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}
.trainerBox {
	margin-bottom: 28px;
	position: relative;
	display: block;
	text-align: center;
}
.trainerBox figure {
	margin: 0 0 16px 0;
	border-radius: 100%;
}
.trainerBox figure img {
	width: 100%;
	border-radius: 100%;
}
.trainerBox a {
	font: bold 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ab2d2f;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.trainerBox a:hover {
	color: #b2b2b2;
}
.events-box hr {
	margin: 0 0 44px 0;
	border-top: 1px solid #e2e2e2;
}
.coaching-box {
	padding-bottom: 50px;
}
.coaching-box hr {
	margin: 0 0 44px 0;
	border-top: 1px solid #e2e2e2;
}
.who-box .col-lg-4 {
	margin-bottom: 38px;
}
.list2-box {
	padding-bottom: 37px;
}
.icons-box {
	margin: -35px 0 59px 0;
	overflow: hidden;
}
.icons-box > div {
	position: relative;
}
/*-----carousel-----*/
.carousel-box {
	margin-bottom: 54px;
	text-align: center;
}
.carousel-box h2 {
	color: #191919;
	margin-bottom: 25px;
}
.carousel-box h2 span {
	background: #191919;
}
.carousel-box .title {
	margin: 0 0 35px 0;
	font: 24px 'Open Sans';
	color: #191919;
	letter-spacing: 2px;
}
.carousel-box hr {
	margin: 0;
	border: none;
	width: 600px;
	height: 2px;
	background: #a02d2f;
	display: inline-block;
	position: relative;
	top: 42px;
	z-index: 0;
}
.list_carousel1.responsive {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0 0 70px 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
	text-align: center;
	margin-right: 30px;
}
.list_carousel1 #foo1 > li figure {
	border-radius: 100%;
	margin-bottom: 18px;
	overflow: hidden;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel1 #foo1 > li figure img {
	width: 100%;
	border-radius: 100%;
}
.list_carousel1 #foo1 > li .title {
	font: 14px 'Open Sans';
	color: #a02d2f;
	letter-spacing: 0;
	margin-bottom: 0;
}
.list_carousel1 #foo1 > li .price {
	font: 27px 'Open Sans';
	color: #a02d2f;
	letter-spacing: 0;
	margin: -4px 0 0 0;
}
.list_carousel1 #foo1 > li p {
	margin-bottom: 0;
}
.list_carousel1 #foo1 > li:hover figure {
	border: 4px solid #a02d2f;
	padding: 3px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn {
	position: absolute;
	bottom: 13px;
	left: 50%;
	margin-left: -58px;
	width: 116px;
	padding: 0 12px;
	background: #ffffff;
	z-index: 1;
}
.list_btn .prev, .list_btn .next {
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	float: left;
	position: relative;
	margin: 0 3px;
	border-radius: 100%;
}
.list_btn .prev {
	background: url(../img/prev2.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn .next {
	background: url(../img/next2.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn .prev:hover {
	background: url(../img/prev2.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn .next:hover {
	background: url(../img/next2.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.offers-box {
	margin-bottom: 60px;
}
/*-----thumbs-----*/
.thumb-pad0 {
	margin: 10px 0 70px 0;
	overflow: hidden;
}
.thumb-pad0:hover a {
	color: #b2b2b2;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad0:hover .title {
	color: #b2b2b2 !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad0 .thumbnail .caption a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad0 .thumbnail .caption p {
	margin-bottom: 12px;
}
.thumb-pad0 .thumbnail .caption .title {
	font: 30px/33px 'Lobster';
	color: #a02d2f;
	margin-bottom: 11px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	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;
	text-align: center;
}
.thumb-pad1 .thumbnail .caption a {
	font: 14px 'Open Sans';
	color: #a9282a;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #b2b2b2;
}
.thumb-pad1 figure {
	margin: 0 0 3px 0;
	display: inline-block;
}
.thumb-pad2 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumb-pad2 figure {
	margin: 0 0 25px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	overflow: hidden;
	margin: 0 0 24px 0;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #b2b2b2;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption a {
	font: 14px 'Open Sans';
	color: #a02d2f;
	margin-bottom: 3px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #b2b2b2;
}
.thumb-pad3 .thumbnail .caption .price {
	font: 24px 'Open Sans';
	color: #a02d2f;
	margin: -8px 0 10px 0;
}
.thumb-pad3 figure {
	margin: 0;
	margin-right: 16px;
	float: left;
	border-radius: 100%;
}
.thumb-pad3 figure img {
	width: 100%;
	border-radius: 100%;
}
.thumb-pad4 {
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	color: #b2b2b2;
}
.thumb-pad4 figure {
	margin: 0;
	border-radius: 20px;
	margin-bottom: 21px;
}
.thumb-pad4 figure img {
	width: 100%;
	border-radius: 20px;
}
.thumb-pad5 {
	margin: 0 0 70px 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	margin: 0;
	overflow: hidden;
	color: #b2b2b2;
}
.thumb-pad5 .thumbnail .caption .title {
	font: bold 18px 'Roboto Slab';
	color: #ffffff;
	margin: 0 0 8px 0;
}
.thumb-pad5 .thumbnail .caption p span {
	color: #a02d2f;
}
.thumb-pad5 .thumbnail .caption p strong {
	color: #a02d2f;
}
.thumb-pad5 .thumbnail .caption em {
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	color: #191919;
}
.thumb-pad5 figure {
	margin: 0 20px 0 0;
	float: left;
}
.thumb-pad5 figure img {
	border-radius: 100%;
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	padding-bottom: 69px;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail a {
	color: #a02d2f;
	font: bold 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail a:hover {
	color: #b2b2b2;
}
.thumb-pad6 .thumbnail img {
	float: left;
	margin-right: 6px;
}
.thumb-pad6 .thumbnail .caption {
	padding: 6px 0 0 0;
	overflow: hidden;
	color: #b2b2b2;
}
.thumb-pad6 .thumbnail .caption .description {
	margin-bottom: 18px;
	color: #191919;
}
.thumb-pad6 .thumbnail figure {
	display: block;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	padding: 0;
	font: 14px 'Open Sans';
	margin: 0;
	text-shadow: none;
	color: #a9282a;
	text-decoration: underline;
	background: none;
	display: inline-block;
}
.btn-default.btn1:hover {
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	padding: 0;
	font: bold 18px 'Roboto Slab';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	text-decoration: none;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: none;
	text-decoration: underline !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	padding: 0;
	font: bold 18px 'Roboto Slab';
	margin: 0;
	text-shadow: none;
	color: #72a3c1;
	text-decoration: underline;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #72a3c1;
	background: none;
	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: 0;
	font: 12px 'Trajan Pro';
	margin: 0;
	text-shadow: none;
	color: #f75050;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 img {
	display: inline-block;
	margin: 0 13px 0 0;
}
.btn-default.btn4:hover {
	color: #b2b2b2;
	background: none;
	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;
}
.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
	padding-left: 13px;
	background: url(../img/list_arrow.png) left 6px no-repeat;
}
.list1-1 li a {
	font: 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #72a3c1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #c9c9c9;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 {
	margin: 0;
	padding: 0 0 13px 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
	padding-left: 13px;
	background: url(../img/list_arrow.png) left 6px no-repeat;
}
.list1 li a {
	font: 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #72a3c1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li a:hover {
	color: #c9c9c9;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 21px;
}
.list2 li span {
	float: left;
	margin-right: 30px;
	width: 70px;
	text-align: center;
	color: #5188a9;
	font-size: 75px;
	margin-top: 5px;
}
.list2 li p {
	margin-bottom: 0;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 11px;
}
.list3 li span {
	float: left;
	margin-right: 13px;
	font-size: 26px;
	color: #ff4500;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 26px;
}
.list6 li strong {
	font: 24px/48px 'Open Sans';
	color: #ffffff;
	background: #a02d2f;
	border-radius: 100%;
	width: 53px;
	height: 53px;
	float: left;
	text-align: center;
	margin-right: 13px;
	margin-top: 3px;
}
.list6 li .title {
	margin-bottom: 10px;
	font: 14px/18px 'Open Sans';
	color: #a02d2f;
	padding: 0;
}
.list6 li a {
	color: #fb5813;
	font-size: 18px;
	font-weight: 300;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li.indent {
	border-bottom: none;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 18px;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
}
#search-404 input {
	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 #e3e0e2;
	background: none;
	font: 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #b2b2b2;
	padding: 7px 14px;
	height: 34px;
	resize: none;
	margin-bottom: 36px;
}
#search {
	position: relative;
	margin: 0;
	overflow: hidden;
}
#search a {
	position: absolute;
	top: 0;
	right: 5px;
	background: #ffffff;
	line-height: 31px;
	height: 31px;
	width: 25px;
	text-align: center;
}
#search a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search input {
	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: 90%;
	outline: none;
	border: none;
	background: #ffffff;
	font: 13px 'Trebuchet MS';
	line-height: 18px;
	color: #ff4500;
	padding: 6px 8px 6px 14px;
	height: 31px;
	resize: none;
}
/*-----map-----*/
.map {
	margin: 0 0 73px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 433px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info p {
	margin-bottom: 15px;
}
.info a {
	color: #b2b2b2;
}
.info a:hover {
	color: #72a3c1;
}
/*-----form-----*/
.formBox {
	padding-bottom: 72px;
}
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	text-align: left;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 51px;
	margin: 0;
	font-weight: normal;
	font: 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #b2b2b2;
}
#contact-form label p {
	margin-bottom: 3px;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #b2b2b2;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 248px;
	margin-right: 11px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 7px 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 #e3e0e2;
	background: none;
	font: 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #b2b2b2;
	padding: 7px 14px;
	height: 34px;
	resize: none;
}
#contact-form textarea {
	height: 79px;
	margin-bottom: 20px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #a9282a;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	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 #e3e0e2;
	background: white;
	font: 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 67px;
	color: #b2b2b2;
	padding: 0 14px;
	height: 67px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn1 {
	float: left;
	margin-right: 32px;
}
.btns p {
	float: left;
	font-weight: bold;
	color: #191919;
}
.mail {
	color: #a02d2f;
	font: bold 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #b2b2b2;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .icons-box > div {
 left: 200px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .menuBox > div {
 padding-bottom: 10px;
}
 nav.tm_navbar li a {
 width: 188px;
}
 .thumb-pad1 {
 margin-bottom: 30px;
}
 .form-div-1, .form-div-2, .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .errorBox figure img {
 width: 100%;
}
 #contact-form label {
 min-height: 50px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 h1.navbar-brand_ {
 margin: -38px 0 0 0;
}
 h1.navbar-brand_ img {
 width: 100%;
}
 .menuBox > div {
 padding-bottom: 10px;
}
 nav.tm_navbar li a {
 width: 144px;
}
 .thumb-pad1 {
 margin-bottom: 30px;
}
 .advantages-box article {
 margin-bottom: 35px;
}
 .form-div-1, .form-div-2, .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 .errorBox figure img {
 width: 100%;
}
 .categories-box {
 margin-top: 80px;
 overflow: hidden;
}
 .about-box article {
 margin-bottom: 30px;
}
 #contact-form p {
 margin-bottom: 0;
}
 .quote-box {
 margin-bottom: 30px;
}
 .coaching-box .thumb-pad3 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 20px;
}
 #contact-form label {
 min-height: 50px;
}
 .who-box article {
 margin-bottom: 30px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 h1.navbar-brand_ {
 margin: 0;
}
 h1.navbar-brand_ img {
 width: 100%;
}
 h2 {
 font-size: 30px !important;
}
 h2 span {
 display: none;
}
 .menuBox {
 text-align: center;
}
 .menuBox > div {
 padding-bottom: 10px;
}
 nav.tm_navbar {
 padding: 0 15px;
}
 header {
 padding: 40px 0 0 0;
}
 header .box1 ul {
 display: inline-block;
 margin-bottom: 20px;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 margin-top: 20px;
 width: 100%;
 border: 1px solid #810103;
 background: #810103;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
 margin-bottom: 20px;
}
 nav.tm_navbar .nav {
 display: none;
}
 .icons-box {
 margin-top: 35px;
}
 .carousel-box hr {
 display: none;
}
 .thumb-pad5 .thumbnail .caption {
 overflow: visible;
}
 .list1-1 {
 display: block;
 text-align: center;
}
 .list1-1 {
 margin-bottom: 20px;
}
 .list1-1 li {
 background: none;
 padding-left: 0;
}
 .form-div-1, .form-div-2, .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 .privacyBox {
 margin-top: 50px;
}
 .privacyBox h2 {
 font-size: 28px;
 line-height: 28px;
 margin-bottom: 33px;
}
 .pict {
 background: none;
 padding: 0 0 90px 0;
}
 .thumb-pad3 figure {
 margin: 0;
 float: left;
 margin-right: 15px;
}
 .categories-box {
 margin-top: 80px;
 overflow: hidden;
}
 .block-box article {
 margin-bottom: 50px;
}
 .about-box article {
 margin-bottom: 30px;
}
 .thumb-pad1 {
 margin-bottom: 30px;
}
 .thumb-pad4 figure {
 margin: 0 15px 0 0;
 float: left;
}
 footer {
 text-align: center;
}
 footer figure {
 float: none;
}
 footer p {
 float: none;
 margin-bottom: 15px;
}
 .thumb-pad0 .thumbnail figure img {
 width: auto;
}
 .thumb-pad2 figure {
 float: left;
 margin-right: 20px;
 margin-bottom: 0;
}
 .who-box article {
 margin-bottom: 35px;
}
 .advantages-box article {
 margin-bottom: 45px;
}
 .events-box {
 padding-bottom: 30px;
}
 .coaching-box article {
 margin-bottom: 40px;
}
 .who-box article {
 margin-bottom: 60px;
}
 .list2-box article {
 margin-bottom: 40px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad6 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0;
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad5 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad5 figure img {
 width: auto;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .thumb-pad6 .thumbnail .badgeBox p br {
 display: block;
}
 .thumb-pad6 .thumbnail .badgeBox p > .lnk {
 float: none !important;
}
 .errorBox figure img {
 width: 100%;
}
 .comment-box .extra-wrap {
 overflow: visible;
}
 .comment-box figure {
 margin-right: 20px;
}
 .quote-box {
 background: none !important;
 text-align: center;
}
 .quote-box .caption {
 float: none;
 padding: 20px;
 width: 100% !important;
}
 .quote-box strong {
 float: none !important;
}
 .quote-box .thumbnail_more a {
 margin-left: 5px;
 float: none;
}
 .programs-box {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 .icons-box .col-xs-4 {
 width: 50%;
}
 .testimBox article {
 width: 100%;
 float: none;
}
 .galleryBox article {
 width: 100%;
 float: none;
}
 .baner-box {
 width: 100%;
 float: none;
}
 .proffesional-box h2 {
 font-size: 35px;
}
 .blogBox h2 h2 {
 font-size: 35px;
}
 .servicesBox article {
 width: 100%;
 float: none;
}
 .thumb-pad6 .thumbnail .badgeBox a.tl {
 font-size: 15px;
 line-height: 20px;
 margin-bottom: 15px;
 font-weight: normal;
}
 .thumb-pad6 .thumbnail .badgeBox p.lnk1 {
 float: none;
 display: block;
 margin-bottom: 10px;
}
 .thumb-pad6 .thumbnail .badgeBox p.lnk2 {
 float: none;
 display: block;
}
 .gallery-box {
 width: 100%;
 float: none;
}
 .thumb-pad0 .thumbnail figure img {
 width: 100%;
}
 .thumb-pad3 figure {
 margin: 0 0 27px 0;
 float: none;
}
 .trainerBox {
 width: 50%;
}
 .thumb-pad5 figure img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 h1.navbar-brand_ {
 margin: 0;
}
 h1.navbar-brand_ img {
 width: 100%;
}
 .menuBox {
 text-align: center;
}
 .menuBox > div {
 padding-bottom: 10px;
}
 nav.tm_navbar {
 padding: 0 15px;
}
 header .box1 ul {
 display: inline-block;
 margin-bottom: 20px;
}
 header .box1 ul li {
 float: left;
 margin: 0 10px;
}
 .eventsBox article {
 width: 100%;
 float: none;
}
 .teamBox article {
 width: 100%;
 float: none;
}
 .testimBox article {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 50px;
}
.padBot1 {
	padding-bottom: 16px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
