@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
body {
	background: #000000;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #000000;
}
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: 24px;
	line-height: 24px;
}
h1.navbar-brand_ {
	margin: 0 0 29px 0;
	padding: 0;
	float: none;
}
h1.navbar-brand_ a {
	display: inline-block;
	padding: 0;
}
h2 {
	font: 600 36px/36px 'Open Sans';
	color: #000000;
	margin: 0 0 25px 0;
}
h3 {
	font: 600 18px/30px 'Open Sans';
	color: #000000;
	margin: 0 0 18px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 44px 0 0 0;
	background: #f2f0ec url(../img/pattern.png) repeat;
}
.global.indent {
	padding: 54px 0 0 0;
	background: #f2f0ec url(../img/pattern.png) repeat;
}
.global.indent1 {
	padding: 77px 0 0 0;
	background: #f2f0ec url(../img/pattern.png) repeat;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	padding: 7px 0 8px 0;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	min-height: 0;
}
nav.tm_navbar li {
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 0 60px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 4px 0;
	font: 18px 'Open Sans';
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li a::before, nav.tm_navbar li a::after {
 position: absolute;
 left: 0;
 width: 100%;
 height: 2px;
 background: #fff;
 content: '';
 opacity: 0;
 -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
 -moz-transition: opacity 0.3s, -moz-transform 0.3s;
 transition: opacity 0.3s, transform 0.3s;
 -webkit-transform: translateY(-10px);
 -moz-transform: translateY(-10px);
 transform: translateY(-10px);
}
nav.tm_navbar li a::before {
 top: 0;
 -webkit-transform: translateY(-10px);
 -moz-transform: translateY(-10px);
 transform: translateY(-10px);
}
nav.tm_navbar li a::after {
 bottom: 0;
 -webkit-transform: translateY(10px);
 -moz-transform: translateY(10px);
 transform: translateY(10px);
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: none;
}
nav.tm_navbar li.active > a::before, nav.tm_navbar li.active > a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > a::before, nav.tm_navbar li:hover > a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a::before, nav.tm_navbar .sfHover > a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
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: 2px;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 150px;
	left: 0;
	top: 40px;
	border-radius: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #000000;
	padding: 22px 11px;
	margin: 0;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 2px 0;
	padding: 0;
	display: block;
	position: relative;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0 12px;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	font: 300 13px/29px 'Open Sans';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li a::before, nav.tm_navbar .sub-menu > ul li a::after {
 display: none !important;
 content: none !important;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: absolute;
	right: 8px;
	left: auto;
	top: 11px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #c31401 !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: #c31401 !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu > ul ul {
	position: absolute;
	display: none;
	width: 150px;
	left: 100%;
	top: -22px;
	border-radius: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #000000;
	padding: 22px 11px;
	margin: 0;
}
nav.tm_navbar .sub-menu > ul ul li a {
	background: none;
	padding: 0 12px;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	font: 300 13px/29px 'Open Sans';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul ul li a::before, nav.tm_navbar .sub-menu > ul ul li a::after {
 display: none !important;
 content: none !important;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #c31401 !important;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	position: relative;
	margin: 0;
	padding: 48px 0 212px 0;
	z-index: 11;
	border-top: 11px solid #000000;
	text-align: center;
	background: url(../img/bg_pic1.jpg) right top fixed no-repeat;

}
header .title {
	color: #ffffff;
	font: bold 60px 'Open Sans';
	padding: 8px 0;
	background: url(../img/border.png) repeat-x;
	display: inline-block;
}
header.indent {
	padding: 48px 0 24px 0;
}
footer {
	padding: 12px 0;
	text-align: center;
}
footer p {
	font: 14px 'Open Sans';
	color: #ffffff;
	margin-bottom: 0;
}
footer p a {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #c31401;
}
footer em {
	font-style: normal;
}
footer span {
	padding: 0 3px;
}
footer br {
	display: none;
}
.follow_icon {
	padding: 0;
	margin: 6px 0 0 0;
	list-style: none;
	float: right;
}
.follow_icon li {
	float: left;
	margin-left: 18px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a {
	color: #ffffff;
	font-size: 14px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #c31401;
}
#toTop {
	display: none;
	width: 32px;
	height: 32px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -660px !important;
	right: 50%;
	bottom: 224px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.bg-box1 {
	padding: 98px 0 109px 0;
	margin-bottom: 31px;
	background: url(../img/bg_pic2.jpg) center top fixed no-repeat;
	text-align: center;
	overflow: hidden;
}
.bg-box1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bg-box1 ul li {
	float: left;
	margin-left: 68px;
	position: relative;
	z-index: 0;
	width: 247px;
	height: 247px;
	line-height: 247px;
	border-radius: 100%;
	background: #000000;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}
.bg-box1 ul li:first-child {
	margin-left: 0;
}
.bg-box1 ul li:hover a::before {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 transform: rotate(45deg);
 opacity: 0.7;
 filter: alpha(opacity=70);
}
.bg-box1 ul li:hover a::after {
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 transform: rotate(-45deg);
 opacity: 0.7;
 filter: alpha(opacity=70);
}
.bg-box1 ul li a {
	font: 600 18px 'Open Sans';
	color: #ffffff;
	padding: 0 31px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bg-box1 ul li a > span {
	position: relative;
	z-index: 2;
}
.bg-box1 ul li a:hover {
	color: #c31401;
}
.bg-box1 ul li a::before, .bg-box1 ul li a::after {
 position: absolute;
 width: 100%;
 left: 0;
 top: 50%;
 height: 6px;
 margin-top: -1px;
 background: #ff0000;
 background: url(../img/border2.png) repeat-x;
 content: '';
 z-index: 0;
 -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
 -moz-transition: -moz-transform 0.3s, opacity 0.3s;
 transition: transform 0.3s, opacity 0.3s;
 pointer-events: none;
}
.bg-box1 ul li a::before {
 -webkit-transform: translateY(-26px);
 -moz-transform: translateY(-26px);
 transform: translateY(-26px);
}
.bg-box1 ul li a::after {
 -webkit-transform: translateY(26px);
 -moz-transform: translateY(26px);
 transform: translateY(26px);
}
.bg-box1 em {
	position: absolute;
	z-index: -1;
	display: inline-block;
	top: 0;
	left: 11px;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
}
.banner-box {
	background: #000000;
	padding: 33px 0 0 0;
	margin-top: 36px;
}
.trainerBox {
	margin-bottom: 30px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure a {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.trainerBox figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.trainerBox figure img {
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.advantages-box {
	background: #ffffff;
	padding: 0 0 24px 0;
}
.advantages-box .col-lg-3, .advantages-box .col-lg-4, .advantages-box .col-lg-5 {
	margin-bottom: 37px;
}
.who-box {
	padding: 0;
}
.who-box .col-lg-4 {
	margin-bottom: 63px;
}
.testimBox {
	padding: 44px 0 0 0;
	margin-bottom: 31px;
	background: url(../img/bg_pic4.jpg) center top fixed no-repeat;
}
.testimBox h2 {
	color: #ffffff;
	font: 600 60px/60px 'Open Sans';
}
.testimonials-box {
	overflow: hidden;
}
.testimonials-box .col-lg-4 {
	margin-bottom: 77px;
}
.testimonials-box .col-lg-4 > .box1 {
	border: 1px solid #ddd;
	padding: 33px 11px 51px 29px;
}
.testimonials-box .col-lg-4 > .box1 figure {
	display: block;
	margin-bottom: 20px;
}
.testimonials-box .col-lg-4 > .box1 p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 25px;
	color: #2d2d2d;
}
.testimonials-box .col-lg-4 > .box2 {
	border: 1px solid #ddd;
	border-top: none;
	padding: 14px 11px 12px 29px;
	overflow: hidden;
}
.testimonials-box .col-lg-4 > .box2 > div {
	float: left;
}
.testimonials-box .col-lg-4 > .box2 a {
	font: 300 18px/20px 'Roboto Slab';
	color: #2d2d2d;
}
.testimonials-box .col-lg-4 > .box2 a:hover {
	color: #ea4959;
}
.testimonials-box .col-lg-4 > .box2 figure {
	float: right;
}
.errorBox {
	text-align: center;
}
.errorBox1 {
	margin-bottom: 90px;
}
.errorBox1 .title {
	font: 600 48px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-bottom: 8px;
}
.errorBox1 .description {
	font: 600 36px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-bottom: 24px;
}
.errorBox1 p {
	font-size: 18px;
	line-height: 24px;
}
.center-box {
	text-align: center;
	padding-bottom: 43px;
}
.center-box .title {
	font: 600 36px/36px 'Open Sans';
	color: #000000;
	margin-bottom: 22px;
}
.center-box .description {
	font: 600 18px/18px 'Open Sans';
	color: #000000;
	margin-bottom: 9px;
}
.center-box p {
	font: 14px/24px 'Open Sans';
	color: #000000;
	margin-bottom: 23px;
}
.story-box {
	background: url(../img/bg_pic3.jpg) center top fixed no-repeat;
	padding: 85px 0 66px 0;
	margin-bottom: 35px;
}
.story-box p {
	color: #ffffff;
	font: 14px/24px 'Open Sans';
	margin-bottom: 24px;
}
.story-box .title {
	color: #ffffff;
	font: 600 60px/60px 'Open Sans';
	margin-bottom: 20px;
}
.story-box .description {
	color: #ffffff;
	font: 600 18px 'Open Sans';
	margin-bottom: 16px;
}
.information-box {
	overflow: hidden;
}
.information-box .col-lg-3 {
	margin-bottom: 32px;
}
.information-box p {
	font: 14px/24px 'Open Sans';
	color: #000000;
	margin-bottom: 5px;
}
.information-box p a {
	color: #000000;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.information-box p a:hover {
	color: #c31401;
}
.information-box p span {
	font-size: 12px;
}
.information-box .lnk {
	font: bold 14px/24px 'Open Sans';
	color: #c31401;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.information-box .lnk:hover {
	color: #000000;
}
.information-box h3 {
	margin-bottom: 13px;
}
.gall-box {
	margin-bottom: 40px;
	overflow: hidden;
}
.blog-box {
	margin-bottom: 50px;
}
/*-----thumbs-----*/
.thumb-pad1 {
	margin: 0 0 33px 0;
	overflow: hidden;
}
.thumb-pad1:hover .thumbnail .caption {
	padding: 25px 25px 79px 25px;
	margin-top: -200px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
	padding: 25px 25px 29px 25px;
	overflow: hidden;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	margin-top: -150px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.thumb-pad1 .thumbnail .caption p {
	font: 300 12px 'Open Sans';
	color: #ffffff;
	margin-bottom: 0;
}
.thumb-pad1 .thumbnail .caption .title {
	font: 300 18px/24px 'Open Sans';
	color: #ffffff;
	margin-bottom: 7px;
}
.thumb-pad1 .thumbnail .caption .price {
	color: #c31401;
	font: 600 18px/24px 'Open Sans';
}
.thumb-pad1 figure {
	margin: 0;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0 0 25px 0;
	overflow: hidden;
}
.thumb-pad2.indent {
	margin-bottom: 38px;
}
.thumb-pad2 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
}
.thumb-pad2 .thumbnail .caption p {
	margin-bottom: 0;
	margin-top: 13px;
}
.thumb-pad2 .thumbnail .caption a {
	color: #455052;
	font: 500 16px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #ff5d5c;
}
.thumb-pad2 figure {
	margin: 0 21px 0 0;
	float: left;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 35px 0;
	overflow: hidden;
}
.thumb-pad3 .badge {
	padding: 12px 0 0 0;
	margin: 0 10px 0 0;
	border: none;
	border-top: 3px solid #000000;
	float: left;
	font: 30px/32px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	background: none;
	border-radius: 0;
	width: 70px;
}
.thumb-pad3 .badge span {
	font-size: 12px;
	line-height: 18px;
	display: block;
}
.thumb-pad3 .badge > a {
	display: block;
	background: #c62210;
	padding: 14px 18px 11px 18px;
	margin-top: 13px;
	overflow: hidden;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .badge > a em {
	font-size: 18px;
	color: #ffffff;
	float: left;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .badge > a p {
	float: right;
	margin: 0;
	font: 600 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-top: -4px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .badge > a:hover {
	background: #000000;
}
.thumb-pad3 .badge > a:hover em, .thumb-pad3 .badge > a:hover p {
	color: #c62210;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 22px;
}
.thumb-pad3 .thumbnail .caption h3 {
	margin-bottom: 3px;
}
.thumb-pad3 figure {
	margin: 0 0 20px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 figure {
	margin: 0 0 23px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 24px 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad5 .thumbnail .caption a {
	font: 600 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #c62210;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #000000;
}
.thumb-pad5 .thumbnail .caption h3 {
	margin-bottom: 6px;
}
.thumb-pad5 figure {
	margin: 0 20px 0 0;
	float: left;
}
.thumb-pad6 {
	overflow: hidden;
	margin-bottom: 41px;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail a {
	font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail a:hover {
	color: #c31401;
}
.thumb-pad6 .thumbnail p {
	margin-bottom: 23px;
	color: #ffffff;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	color: #000000;
}
.thumb-pad6 .thumbnail figure {
	float: none;
	display: block;
	margin: 0 0 20px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #000000;
}
.thumb-pad7 figure {
	margin: 0 0 22px 0;
	border-radius: 100%;
	border: 1px solid #f5f5f5;
}
.thumb-pad7 figure img {
	width: 100%;
	border-radius: 100%;
}
.thumb-pad8 {
	overflow: hidden;
	margin-bottom: 57px;
}
.thumb-pad8 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad8 .thumbnail a {
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #484848;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail a:hover {
	color: #f8941d;
}
.thumb-pad8 .thumbnail p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 22px;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #000000;
}
.thumb-pad8 .thumbnail figure {
	margin: 0 0 10px 0;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 25px;
	font: 600 18px/41px 'Open Sans';
	margin: 0;
	text-shadow: none;
	border-radius: 3px;
	color: #ffffff;
	background: #c31401;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #000000 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 27px;
	font: 500 16px/65px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0;
	background: #ea4959;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #74c0bc !important;
	text-decoration: none !important;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 30px;
	font: 500 16px/44px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0;
	background: #ea4959;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #74c0bc !important;
	text-decoration: none !important;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 31px;
	font: bold 18px/40px 'Open Sans';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 0;
	background: #353535;
	border: none;
	text-shadow: 1px 1px 0 #222;
	position: relative;
	top: 26px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #b04684;
	text-shadow: 1px 1px #a4417b;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: bold 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #f15374;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:hover {
	color: #222;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn6 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 32px;
	font: 800 14px/43px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: none;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn6:hover {
	color: #222;
	background: #ffffff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
/*-----list-----*/
.list1 {
	margin: 0 0 44px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
}
.list1 li p {
	margin-bottom: 0;
}
.list1 li a {
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #c31401;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 17px;
	padding-bottom: 16px;
	border-bottom: 1px solid #c4c4c4;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li p a {
	color: #ff5d5c;
	font-weight: bold;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li p a:hover {
	color: #455052;
}
.list2 li time {
	display: inline-block;
	background: #57a0b0;
	padding: 0 10px;
	font: bold 12px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.list2 li .title {
	font: 500 16px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #455052;
	margin-bottom: 5px;
}
.list2 li:last-child {
	border-bottom: none;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 6px;
}
.list3 li a {
	font: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #ff5d5c;
}
.list3 li p {
	margin-bottom: 0;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 28px;
}
.list4 li p {
	margin-bottom: 0;
}
.list4 li .badge {
	padding: 0;
	margin: 9px 20px 0 0;
	display: inline-block;
	color: #ffffff;
	font: 600 20px/69px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #c31401;
	border: none;
	width: 69px;
	height: 69px;
	border-radius: 100%;
	text-align: center;
	float: left;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 10px;
	margin-bottom: 13px;
}
.list5 li a {
	color: #ff5d5c;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #000000;
}
.list5 li:last-child {
	border-bottom: none;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 26px;
	overflow: hidden;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li time {
	color: #74c0bc;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	margin-right: 6px;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 0;
}
.list7 li .badge {
	padding: 0;
	margin: 0;
	width: 53px;
	height: 53px;
	border-radius: 100%;
	background: #74c0bc;
	text-align: center;
	line-height: 52px;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin-right: 12px;
	margin-top: 6px;
}
.list7 li .title {
	text-transform: uppercase;
	color: #74c0bc;
	font: 300 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 19px;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li h3 {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
#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 #e5dfd8;
	background: #ffffff;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #000000;
	padding: 10px 14px;
	height: 40px;
	resize: none;
	margin-bottom: 40px;
}
#search {
	margin: 8px 0 0 0;
	position: relative;
	float: right;
}
#search a {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
}
#search a:hover {
	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;
	border: none;
	margin: 0;
	width: 270px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.5);
	font: 13px/48px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 0 58px 0 14px;
	height: 48px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.formBox {
	padding-bottom: 64px;
}
.map-box {
	margin: 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
	position: relative;
}
.map-box iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 452px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.map {
	margin: 0 0 60px 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: 526px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 38px;
}
.info h3 {
	margin-bottom: 3px;
}
.info p {
	margin-bottom: 30px;
}
.priv-box {
	padding-bottom: 60px;
}
.mail {
	color: #c62210;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #000000;
	text-decoration: none;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 header {
 padding: 48px 0 100px 0;
}
 .errorBox figure img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 header {
 padding: 48px 0 100px 0;
 background-size: cover;
}
 .bg-box1 {
 padding: 50px 0;
 background-size: cover;
}
 .bg-box1 ul li {
 float: none;
 margin: 0 0 15px 0;
}
 .story-box {
 background-size: cover;
}
 .testimBox {
 background-size: cover;
}
 .errorBox figure img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 header {
 padding: 48px 0 100px 0;
 background-size: cover;
}
 header .title {
 font-size: 40px;
 padding: 22px 0;
}
 .story-box {
 background-size: cover;
}
 .testimBox {
 background-size: cover;
}
 .follow_icon {
 display: inline-block;
 float: none;
}
 .menuBox {
 text-align: center;
}
 nav.tm_navbar {
 float: none;
 margin-top: 15px;
}
 nav.tm_navbar .nav {
 display: none;
}
 nav.tm_navbar {
 width: 100%;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #c31401;
 background: #c31401;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .map iframe {
 height: 300px;
}
 .bg-box1 {
 padding: 50px 0;
 background-size: cover;
}
 .bg-box1 ul li {
 float: none;
 margin: 0 0 15px 0;
}
 .who-box .col-lg-4 {
 margin-bottom: 60px;
}
 .errorBox {
 margin-bottom: 40px;
}
 .thumb-pad4 figure {
 margin: 0 20px 5px 0;
 float: left;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .errorBox1 {
 margin-bottom: 50px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 header .title {
 font-size: 25px;
 padding: 32px 0;
}
 .errorBox figure img {
 width: 100%;
}
 .trainerBox {
 width: 50%;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad3 .badge {
 float: none;
 width: 100%;
 margin-right: 0;
}
 footer span {
 display: none;
}
 footer br {
 display: block;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 0;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------*/
