@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
body {
	background: #ffffff;
	font: 13px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #606060;
}
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: 17px;
	font-weight: 300;
	line-height: 17px;
}
p > span {
	color: #575045;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ span {
	display: none;
}
h2 {
	font: bold 34px/34px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3c3c3c;
	margin: 0 0 18px 0;
}
h3 {
	font: 13px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #606060;
	line-height: 17px;
	margin: 0 0 13px 0;
	text-transform: uppercase;
}
h4 {
	font: bold 17px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	color: #3c3c3c;
	margin: 0 0 8px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 63px 0 0 0;
	background: url(../img/pattern2.png) repeat;
}
.center {
	text-align: center;
}
p iframe{ width:100%; height:300px;}
/*-----menu-----*/
.menuBox {
	/*background: url(../img/pattern1.png) repeat;*/
	background: url(../img/pattern_menu2.png) repeat;
	width: 100%;
	padding: 17px 0 18px 0;
	/*margin: 50px 0 0 0;*/
	margin: 30px 0 0 0;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
}
nav.tm_navbar li {
	float: left;
	font-size: 13px;
	line-height: 17px;
	padding: 0;
	position: relative;
	padding-right: 28px;
	margin-right: 24px;
	background: url(../img/dot3.png) right 8px no-repeat;
}
nav.tm_navbar li:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: bold 17px 'PT Sans';
	color: #ffffff;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li.active > a {
	/*color: #a9261b;*/
	color:#ed7f20;
	background: none;
}
nav.tm_navbar li > a:hover {
	/*color: #a9261b;*/
	color:#428BCA;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a {
	/*color: #a9261b;*/
	color: #ed7f20;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker3.png) center 0 no-repeat;
	width: 5px;
	text-align: center;
	position: absolute;
	left: 36px;
	bottom: -6px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 122px;
	left: -23px;
	top: 40px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 29px 0 18px 0;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 5px 0;
	padding: 0 0 6px 0;
	display: block;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}
nav.tm_navbar .sub-menu > ul li.triangle {
	background: url(../img/tr.png) center 0 no-repeat !important;
	width: 100%;
	height: 9px;
	position: absolute;
	border: none;
	top: -5px;
	left: 0;
}
nav.tm_navbar .sub-menu > ul li:first-child + li + li {
	padding-bottom: 0;
	/*border-bottom: none;*/
}
nav.tm_navbar .sub-menu > ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 14px 'PT Sans';
	color: #1b1b1b;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) right 0 no-repeat;
	width: 6px;
	height: 5px;
	position: absolute;
	left: auto;
	right: 10px;
	top: 11px;
	margin-left: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	/*color: #428BCA !important;*/
	color: #428BCA !important;
	background: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	/*color: #428BCA !important;*/
	color: #ed7f20 !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 122px;
	left: 123px;
	top: -29px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 29px 0 18px 0;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 14px 'PT Sans';
	color: #1b1b1b;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu ul ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #428BCA !important;
	background: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.select-menu {
	display: none !important;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	/*padding: 47px 0 0 0;*/
	padding: 22px 0 0 0;
	position: relative;
	z-index: 11;
}
footer {
	padding: 74px 0;
	text-align: center;
}
footer p {
	margin-bottom: 0;
	font: 18px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7b7979;
}
footer a {
	font: 18px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7b7979;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer a:hover {
	color: #ed7f20;
}
footer em {
	font-style: normal;
}
footer ul {
	padding: 0;
	margin: 0 0 13px 0;
	list-style: none;
	display: inline-block;
}
footer ul li {
	float: left;
	padding-right: 28px;
	margin-right: 24px;
	background: url(../img/dot3.png) right 5px no-repeat;
}
footer ul li a {
	font: bold 14px 'PT Sans';
	color: #404340;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer ul li a:hover {
	color: #ed7f20;
}
footer ul li:last-child {
	margin-right: 0;
	background: none;
	padding-right: 0;
}
footer ul li.active a {
	color: #ed7f20;
}
.who-box .col-lg-4 {
	margin-bottom: 70px;
}
.errorBox {
	text-align: center;
	margin-bottom: 92px;
}
.errorBox1 {
	margin-bottom: 40px;
}
.errorBox1 p {
	font-size: 19px;
	line-height: 26px;
}
.errorBox1 h2 {
	margin-bottom: 27px;
}
#toTop {
	display: none;
	width: 73px;
	height: 73px;
	background: url(../img/top2.png) 0 top no-repeat;
	position: fixed;
	margin-right: -672px !important;
	right: 50%;
	bottom: 120px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top2.png) 0 bottom no-repeat;
}
.privacyBox {
	margin-bottom: 80px;
}
.blog-box {
	padding: 63px 0 40px 0;
	position: relative;
}
.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 'PT Sans', "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: 10px;
	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;
}
.testimBox {
	padding: 68px 0 20px 0;
	border-top: 1px solid #eeefef;
	background: #ffffff;
}
.testimBox .col-lg-3 {
	margin-bottom: 50px;
}
.testimBox h2 {
	margin-bottom: 45px;
}
.servicesBox {
	padding: 68px 0 20px 0;
	border-top: 1px solid #eeefef;
	background: #ffffff;
}
.servicesBox .col-lg-4 {
	margin-bottom: 65px;
}
.servicesBox .col-lg-4 p {
	margin-bottom: 27px;
}
.servicesBox hr {
	border-top: 1px solid #eee;
	margin: 0;
}
.overviewBox {
	padding: 83px 0 33px 0;
	background: #ffffff;
}
.videosBox {
	padding: 61px 0 0 0;
	background: #e9e9e9 url(../img/pattern1.png) repeat;
}
.videosBox .col-lg-4 {
	margin-bottom: 55px;
}
.videosBox figure {
	margin-bottom: 30px;
}
.videosBox figure img {
	width: 100%;
}
.videosBox figure em {
	width: 100%;
	height: 100%;
	background: url(../img/play.png) center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.videosBox figure a {
	position: relative;
	display: block;
}
.videosBox figure a:hover em {
	opacity: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.videosBox h3 {
	margin-bottom: 11px;
}
.centre-box {
	margin-bottom: 55px;
}
.centre-box time {
	margin-bottom: 5px;
	display: inline-block;
}
.centre-box time a {
	font: bold 18px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e38a82;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.centre-box time a:hover {
	color: #584b46;
}
.gallery-box {
	padding-bottom: 29px;
}
.blogBox {
	margin-bottom: 48px;
}
.about-box {
	text-align: center;
	margin-bottom: 83px;
}
.about-box > div {
	border-top: 1px solid #eee;
	padding: 63px 0 0 0;
}
.about-box h2 {
	margin-bottom: 50px;
}
.center-box {
	text-align: center;
	padding: 63px 0 92px 0;
	margin-bottom: 65px;
	border-bottom: 1px solid #ebeded;
	background: url(../img/pattern2.png) repeat;
}
.location-box {
	background: url(../img/bg1.jpg) no-repeat;
	padding: 57px 0 63px 0;
}
.location-box h2 {
	color: #ffffff;
	margin-bottom: 33px;
}
.location-box p {
	font-size: 18px;
	line-height: 27px;
	color: #ffffff;
	margin-bottom: 0;
}
.location-box .foo-info p span {
	font-size: 22px;
	color: #ffffff;
}
.location-box .foo-info p.indent {
	margin-bottom: 32px;
}
.follow_list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.follow_list li {
	margin-bottom: 23px;
	display: block;
}
.follow_list li span {
	float: left;
	font-size: 25px;
	color: #ed7f20;
	margin-right: 16px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_list li a {
	font: 18px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_list li a:hover {
	color: #ed7f20;
}
.follow_list li a:hover span {
	color: #ffffff;
}
/*-----thumbs-----*/
.thumb-pad0 {
	margin: 28px 0 0 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption {
	padding: 20px 8px 15px 8px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #efeded;
	border-top: none;
	text-align: left;
}
.thumb-pad0 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad0 .thumbnail .caption .title {
	color: #3c3c3c;
	font: bold 17px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
}
.thumb-pad0 .thumbnail .caption .box {
	padding: 0 24px 22px 24px;
	border-bottom: 1px solid #efeded;
	margin-bottom: 8px;
}
.thumb-pad0 .thumbnail .caption .box.indent {
	padding: 0 24px;
	margin: 0;
	border: none;
}
.thumb-pad0 figure {
	margin: 0;
}
.thumb-pad0 figure img {
	width: 100%;
}
.thumb-pad0 figure a {
	position: relative;
	display: block;
}
.thumb-pad0 figure a em {
	position: absolute;
	top: -400px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad0 figure a em span {
	background: url(../img/zoom.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.thumb-pad0 figure a:hover em {
	top: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad1 {
	margin: 0 0 67px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .btn2 {
	float: right;
}
.thumb-pad1 .thumbnail .caption {
	padding: 9px 0 20px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption .title {
	text-transform: uppercase;
	color: #1b1b1b;
	font: bold 22px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 7px;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad1 figure {
	margin: 0 24px 0 0;
	float: left;
}
.thumb-pad2 {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	text-align: center;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad2 .thumbnail .caption a {
	color: #606060;
	font: 21px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	margin-bottom: 8px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #ed7f20;
}
.thumb-pad2 figure {
	margin: 0 0 18px 0;
	border-radius: 100%;
	border: 1px solid #eee;
	display: inline-block;
}
.thumb-pad2 figure img {
	border-radius: 100%;
}
.thumb-pad3 {
	overflow: hidden;
	margin-bottom: 30px;
}
.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: #606060;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption .title {
	color: #4a837c;
	font: bold 18px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
}
.thumb-pad3 figure {
	margin: 6px 23px 0 0;
	float: left;
}
.thumb-pad3 figure img {
	width: 100%;
}
.popular-box {
	padding-bottom: 18px;
	margin-bottom: 44px;
	border-bottom: 1px solid #e8e8e8;
}
.popular-box.indent {
	border-bottom: none;
	margin-bottom: 56px;
	padding-bottom: 0;
}
.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;
}
.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-bottom: 82px;
	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;
	color: #606060;
}
.thumb-pad5 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad5-1 {
	margin-bottom: 28px;
	overflow: hidden;
}
.thumb-pad5-1 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5-1 .thumbnail .caption {
	padding: 0;
	color: #606060;
}
.thumb-pad5-1 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5-1 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail a {
	font: 21px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #606060;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail a:hover {
	color: #ed7f20;
}
.thumb-pad6 .thumbnail .name {
	font-size: 16px;
	font-style: normal;
}
.thumb-pad6 .thumbnail p {
	font-style: italic;
	margin-bottom: 6px;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0 0 0 0;
	overflow: hidden;
	color: #606060;
}
.thumb-pad6 .thumbnail figure {
	float: left;
	margin: 4px 15px 0 0;
}
/*------------------isotop items------------------*/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	overflow: visible;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.isotope-box {
	margin-left: -30px;
	margin-bottom: 93px;
}
.element {
	width: 270px;
	height: auto !important;
	display: block;
	position: relative;
	border: none;
	margin: 0 !important;
	padding: 0 0 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.isotope .isotope-item {
	margin: 20px 0 0 0;
}
/*------------------------------------------*/
#options .pagination {
	margin: 0;
}
#filters li {
	display: inline-block;
	margin-right: 25px !important;
}
#options {
	position: relative;
	margin-left: 0;
}
/*---------------------------------------------*/
#filters {
	position: relative;
	text-align: center;
	display: block;
}
#filters li {
	display: inline-block;
	margin-right: 20px;
}
#filters li a {
	padding: 0;
	background: none;
	border: none;
	font: bold 17px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3c3c3c;
	margin: 0;
	text-decoration: none;
}
#filters li a:hover {
	background: none;
	border: none;
	text-decoration: none;
	color: #428BCA !important;
}
#filters.pagination li a.selected {
	color: #428BCA !important;
	background: none !important;
	border: none;
	text-decoration: none;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	margin-top: 28px;
}
#newsletter .btn2 {
	float: right;
}
#newsletter label {
	width: 100%;
	margin-bottom: 26px;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #e2e0e0;
	font: 13px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #606060;
	background: #ffffff;
	border-radius: 5px;
	height: 30px;
	width: 100%;
	padding: 6px 14px;
	margin: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter input:focus {
	outline: none;
	border-color: #ccc;
}
#newsletter .error {
	position: absolute;
	top: 0;
	right: 3px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #ed7f20;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: 1px solid #e2e0e0;
	font: 13px/30px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: none;
	padding: 0 14px;
	border-radius: 5px;
	text-align: center;
	background: #ffffff;
	height: 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: bold 17px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #3c3c3c;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover {
	color: #ed7f20;
	background: none;
	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: 4px 9px;
	font: 14px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #1b1b1b;
	border: none;
	background: #d8d8d8;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #ed7f20;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 9px 24px;
	border-radius: 10px;
	font: 20px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: #ed7f20;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #1b1b1b;
	background: #d8d8d8;
	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: #606060;
	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: 15px;
	padding-left: 22px;
	background: url(../img/list_arrow.png) left 5px no-repeat;
}
.list1-1 li a {
	font: 13px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #606060;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #ff5c5d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.history-box .btn2 {
	float: right;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
}
.list1 li p {
	margin-top: 0;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 33px;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li figure {
	float: left;
	margin-right: 27px;
}
.list2 li figure img {
	width: 100%;
}
.list2 li .title {
	font: bold 18px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4a837c;
	margin-bottom: 2px;
}
.list3 {
	margin: 0 0 55px 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 7px;
}
.list3 li a {
	color: #e38a82;
	font: bold 18px 'PT Sans Narrow';
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #584b46;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 30px;
}
.list6 li time {
	font: bold 18px 'PT Sans';
	color: #0a6f68;
	margin-bottom: 15px;
	display: inline-block;
}
.list6 li p {
	margin-bottom: 0;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 20px;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 36px 0 0 0;
	overflow: hidden;
	width: 303px;
}
#search-404 a {
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#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: 267px;
	outline: none;
	border: 1px solid #e2e4e2;
	background: #fbfcfc;
	font: 13px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #606060;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
#search {
	margin: 28px 0 0 0;
	position: relative;
	border-radius: 38px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	display: inline-block;
	width: 213px;
	float: right;
}
#search a {
	position: absolute;
	float: left;
	top: 2px;
	right: 11px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#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: 215px;*/
	width: 195px;
	outline: none;
	font: 13px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	float: left;
	color: #606060;
	background: none;
	height: 26px;
	/*padding: 4px 30px 4px 20px;*/
	padding: 4px 4px 4px 4px;
	resize: none;
	overflow: hidden;
}
#search input#cmdSearch {
	background:#000;
	display:block;
	background:url(../img/magnify.png) no-repeat;
	width:11px;
	height:11px;
	padding: 0px 0px 0px 0px;
	margin:7px 5px 0px 0px;
	float: right;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----map-----*/
.map {
	margin: 0 0 93px 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: 483px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 30px;
}
.info p {
	margin-bottom: 0;
}
.info p > span {
	display: inline-block;
	width: 70px;
}
.info a {
	color: #ed7f20;
	text-decoration: underline;
}
.info a:hover {
	text-decoration: none;
	color: #ed7f20;
}
.info .title {
	font: 13px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 17px;
}
/*-----form-----*/
.formBox {
	padding: 68px 0 0 0;
	background: #ffffff;
	border-top: 1px solid #eaecec;
}
.formBox h2 {
	margin-bottom: 34px;
}
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	text-align: left;
	margin-bottom: 83px;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 50px;
	margin: 0;
	font-weight: normal;
	font: 14px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #606060;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #606060;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 252px;
	margin-right: 5px;
}
.form-div-1 p, .form-div-2 p, .form-div-3 p {
	margin-bottom: 0;
}
.form-div-3 {
	margin-right: 0;
}
.form-div-4 p {
	margin-bottom: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 10px 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 #e7e8e6;
	background: #ffffff;
	font: 13px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #606060;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
#contact-form textarea {
	height: 159px;
	margin-bottom: 29px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #ed7f20;
	-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 #e7e8e6;
	background: #ffffff;
	font: 13px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 41px;
	color: #606060;
	padding: 0 14px;
	height: 41px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.mail {
	color: #ed7f20;
	font: 13px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
}
.mail:hover {
	color: #ed7f20;
	text-decoration: none;
}
.btns .btn3 {
	float: left;
	margin-right: 16px;
}
.btns p {
	float: left;
	color: #ed7f20;
	margin: 11px 0 0 0;
}
/*------------------------------------------------------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%;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 #contact-form.success .success-message {
 height: 141px;
 line-height: 141px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 header {
 text-align: center;
}
 nav.tm_navbar {
 float: none;
}
 nav.tm_navbar > .nav {
 display: inline-block;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
}
 .thumb-pad0 {
 margin: 0 0 30px 0;
 overflow: hidden;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 .testimBox .col-lg-3 {
 margin-bottom: 40px;
}
 #contact-form.success .success-message {
 height: 141px;
 line-height: 141px;
}
 .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%;
}
 .testimBox article {
 margin-bottom: 35px;
}
 .categories-box {
 margin-bottom: 40px;
}
 .follow-box {
 margin-top: 60px;
}
 .list1 li .title br {
 display: none;
}
 .who-box hr {
 margin: 40px 0 0 0;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 #search {
 float: none;
}
 .servicesBox .col-lg-4 {
 margin-bottom: 0;
}
 .overviewBox {
 padding: 40px 0 33px 0;
}
 .thumb-pad5-1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 #options {
 margin-bottom: 20px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 header {
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 margin-bottom: 15px;
 text-align: center;
}
 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 #252525;
 background: #252525;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .thumb-pad0 {
 margin: 0 0 30px 0;
 overflow: hidden;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 .testimBox .col-lg-3 {
 margin-bottom: 40px;
}
 #contact-form.success .success-message {
 height: 141px;
 line-height: 141px;
}
 .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 {
 margin-bottom: 60px;
}
 .proffesional-box {
 padding: 70px 0;
}
 .proffesional-box h2 {
 font-size: 50px;
 margin-bottom: 10px;
}
 .proffesional-box .title {
 font-size: 21px;
}
 .privacyBox {
 margin-bottom: 50px;
}
 .errorBox {
 padding-top: 80px;
}
 .pict {
 background: none;
 padding: 0 0 90px 0;
}
 .testimBox article {
 margin-bottom: 35px;
}
 .categories-box {
 margin-bottom: 40px;
}
 .block-box article {
 margin-bottom: 50px;
}
 .list1 li .title br {
 display: none;
}
 .who-box article {
 margin-bottom: 60px;
}
 .advantages-box article {
 margin-bottom: 60px;
}
 footer {
 text-align: center;
}
 footer ul {
 display: none;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 #search {
 float: none;
}
 .thumb-pad1 {
 margin-bottom: 20px;
}
 .location-box {
 padding: 45px 0 30px 0;
}
 .location-box .col-lg-4 {
 margin-bottom: 40px;
}
 footer {
 padding: 25px 0;
}
 .center-box {
 padding: 63px 0 30px 0;
}
 .servicesBox .col-lg-4 {
 margin-bottom: 0;
}
 .overviewBox {
 padding: 40px 0 33px 0;
}
 .thumb-pad5-1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 #options {
 margin-bottom: 20px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad5 figure {
 float: none;
 margin: 0 0 20px 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .errorBox figure img {
 width: 100%;
}
 .errorBox1 figure img {
 width: 100%;
}
 .comment-box .extra-wrap {
 overflow: visible;
}
 .comment-box figure {
 margin-right: 20px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .baner-box {
 width: 100%;
 float: none;
}
 .proffesional-box h2 {
 font-size: 35px;
}
 .trainerBox {
 width: 50%;
}
 .videosBox .col-lg-4 {
 width: 100%;
 float: left;
}
 .services-box {
 width: 100%;
 float: none;
}
 .center-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .location-box p span {
 font-size: 13px;
}
 .overviewBox .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .trainerBox {
 width: 100%;
 float: none;
}
 .gallery-box {
 width: 100%;
 float: none;
}
 .about-box .col-xs-6 {
 width: 100%;
 float: none;
}
 #search-404 {
 width: 290px;
}
 #search-404 input {
 width: 257px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 77px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
