@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
body {
	background: #ffffff;
	font: 17px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #726e74;
}
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: 21px;
	font-weight: 300;
	line-height: 28px;
}
p em {
	color: #110c14;
	font-weight: 500;
}
p span {
	color: #726e74;
	font-weight: 500;
	font-style: italic;
}
h1.navbar-brand_ {
	margin: 0 0 35px 0;
	padding: 0;
	float: none;
	display: inline-block;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ span {
	display: none;
}
h2 {
	font: 300 40px/49px 'Roboto Slab';
	color: #110c14;
	margin: 0 0 50px 0;
	width: 100%;
	text-align: center;
}
h2 span {
	font-size: 17px;
	line-height: 22px;
	color: #959595;
	text-transform: none;
	display: block;
	text-align: center;
	margin-top: 13px;
}
h3 {
	font: 22px/24px 'Roboto Slab';
	color: #110c14;
	margin: 0 0 21px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 6px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	padding: 29px 0 26px 0;
	text-align: center;
	background: #4f6a3e;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	display: inline-block;
	min-height: 0;
}
nav.tm_navbar li {
	float: left;
	font-size: 14px;
	line-height: 22px;
	padding: 0 56px 0 0;
	margin-left: 56px;
	position: relative;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li:last-child {
	padding-right: 0;
}
nav.tm_navbar li em {
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 7px;
	height: 7px;
	background: #e93185;
	border-radius: 100%;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 19px 'Roboto Slab';
	color: #ffffff;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar li.active > a {
	color: #120c14;
	background: none;
}
nav.tm_navbar li:hover > a {
	color: #120c14;
	background: none;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sfHover > a {
	color: #120c14;
	background: none;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 45px;
	bottom: -6px;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 110px;
	left: 0;
	top: 55px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #4f6a3e;
	padding: 29px 10px 16px 16px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 13px 0;
	padding: 0;
	display: block;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	left: 9px;
	top: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #262632 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #262632 !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 107px;
	left: 94px;
	top: -9px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #4f6a3e;
	padding: 9px 10px 0 10px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #262632 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 11;
}
footer {
	padding: 62px 0;
	text-align: center;
	border-top: 1px solid #d7d7d7;
}
footer p {
	margin-bottom: 0;
	font: 16px 'Open Sans';
	color: #928e92;
}
footer p a {
	font: 16px 'Open Sans';
	color: #928e92;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #4f6a3e;
}
footer em {
	font-style: normal;
	color: #928e92;
}
#toTop {
	display: none;
	width: 42px;
	height: 42px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -640px !important;
	right: 50%;
	bottom: 165px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.privacyBox {
	padding-bottom: 140px;
}
.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 'Ubuntu', "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: 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;
}
.testimBox {
	background: #f9f9f9;
	padding: 48px 0 41px 0;
	margin-bottom: 51px;
}
.links-box {
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	padding: 57px 0 33px 0;
	margin-bottom: 58px;
}
.links-box h3 {
	color: #ffffff;
}
.links-box h3 > span {
	background: #ffffff;
}
.links-box h5 {
	color: #ffffff;
}
.links-box p {
	color: #ffffff !important;
}
.latest-box {
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	padding: 57px 0 48px 0;
	margin-bottom: 58px;
}
.latest-box h3 {
	color: #ffffff;
}
.latest-box h3 > span {
	background: #ffffff;
}
.latest-box h5 {
	color: #ffffff;
}
.latest-box p {
	color: #ffffff;
}
.overview-box {
	overflow: hidden;
	margin: 132px 0 68px 0;
}
.useful-box {
	overflow: hidden;
}
.useful-box .col-lg-4 {
	margin-bottom: 48px;
}
.gallery-box {
	overflow: hidden;
	padding-bottom: 6px;
}
.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;
}
.proposition-box {
	text-align: center;
	background: url(../img/bg_pic2.jpg) center top fixed no-repeat;
	padding: 56px 0 61px 0;
}
.proposition-box .title {
	font: bold 70px/70px 'Istok Web';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 32px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.17);
}
.proposition-box p {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.17);
	color: #ffffff;
	margin-bottom: 35px;
	font-size: 18px;
	line-height: 24px;
}
.group-box {
	overflow: hidden;
	background: #f9f9f9;
	padding: 49px 0 37px 0;
	margin-bottom: 51px;
}
.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: #ce3b28;
	margin-right: 16px;
}
.follow_list li a {
	font: 18px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_list li a:hover {
	color: #ce3b28;
}
.who-box .col-lg-4 {
	margin-bottom: 95px;
}
.advice-box {
	background: #f8f8f8;
	padding-top: 58px;
	padding-bottom: 54px;
}
.headlines-box {
	background: #f8f8f8;
	padding-top: 58px;
	padding-bottom: 54px;
}
.banner-box {
	margin-top: 8px;
}
.banner-box .col-lg-6 {
	margin-bottom: 30px;
}
.banner-box figure a {
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.banner-box figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.banner-box figure img {
	width: 100%;
}
.banner-box hr {
	margin: 80px 0 0 0;
	border-top: 1px solid #cdcdcd;
}
.advantages-box {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 39px;
}
.advantages-box .col-lg-4 {
	margin-bottom: 80px;
}
.values-box p {
	color: #737885;
}
.welcome-box {
	padding: 92px 0 45px 0;
	margin-bottom: 58px;
	overflow: hidden;
	background: #f9f9f9;
}
.welcome-box .title {
	font: bold 48px/48px 'Istok Web';
	color: #262626;
	margin-bottom: 24px;
}
.welcome-box .description {
	font: bold 18px/36px 'Istok Web';
	color: #495060;
	margin-bottom: 7px;
}
.welcome-box p {
	margin-bottom: 44px;
}
.welcome-box .badge {
	padding: 0;
	margin: 0;
	border-radius: 100%;
	background: #e5e5e5;
	width: 135px;
	height: 135px;
	text-align: center;
	font: bold italic 140px/125px 'Istok Web';
	color: #ffffff;
	float: left;
	margin-right: 20px;
}
.services-box {
	margin: 81px 0;
	overflow: hidden;
}
.services-box figure img {
	width: 100%;
}
.products-box {
	margin: 0 0 79px 0;
	overflow: hidden;
}
.all-box {
	margin-bottom: 64px;
}
.all-box p {
	margin-bottom: 23px;
}
.fitness-box {
	padding-bottom: 66px;
}
.fitness-box .title {
	font: bold 45px/45px 'Istok Web';
	color: #f26b5d;
	margin-bottom: 33px;
}
.fitness-box p {
	margin-bottom: 32px;
}
.bg_pic {
	min-height: 450px;
	padding-top: 24px;
	text-align: center;
	margin-bottom: 0px;
	background: url(../img/picture1.jpg) center top no-repeat;
	background-position:center center!important;
}
.bg_pic .title1 {
	font: 300 17px 'Roboto Slab';
	margin-bottom: 25px;
	color: #ffffff;
}
.bg_pic .title2 {
	font: bold 54px/68px 'Roboto Slab';
	margin-bottom: 135px;
	color: #000000;
}
.bg_pic.indent {
	min-height: 324px;
	padding-top: 44px;
	margin-bottom: 0;
}
.bg_pic.indent h1.navbar-brand_ {
	margin-bottom: 0;
}
.team-box {
	margin-bottom: 106px;
}
.info-box {
	padding-bottom: 45px;
}
.info-box .col-lg-4 {
	margin-bottom: 48px;
}
.deals-box {
	padding-bottom: 85px;
}
.useful-box {
	padding-bottom: 68px;
}
.useful-box p {
	margin-bottom: 37px;
}
/*-----thumbs-----*/
.thumb-pad0 {
	margin: 0 0 45px 0;
	overflow: hidden;
}
.thumb-pad0:hover figure img {
	margin-top: -52px;
}
.thumb-pad0:hover .btn-default.btn4 {
	color: #495060 !important;
}
.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: 0 0 0 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption p {
	margin: 0 0 14px 0;
}
.thumb-pad0 .thumbnail .caption .title {
	font: 22px/24px 'Inder';
	color: #495060;
	margin-bottom: 9px;
}
.thumb-pad0 figure {
	margin: 0 9px 0 0;
	float: left;
	width: 52px;
	height: 52px;
	overflow: hidden;
}
.thumb-pad1 {
	margin: 0 0 46px 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 .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 0;
	font: 18px 'Roboto Slab';
	color: #110c14;
}
.thumb-pad1 .thumbnail .caption p a {
	float: right;
	width: 23px;
	height: 23px;
	display: inline-block;
	background: url(../img/more_arrow.png) no-repeat;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-pad1 .thumbnail .caption p a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad1 figure {
	margin: 0 0 20px 0;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0 0 34px 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;
}
.thumb-pad2 .thumbnail .caption p {
	margin-top: 10px;
}
.thumb-pad2 .thumbnail .caption a {
	font: 22px/24px 'Roboto Slab';
	color: #110c14;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #4f6a3e;
}
.thumb-pad2 figure {
	margin: 0 0 29px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	overflow: hidden;
}
.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: #726e74;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption a {
	font: 18px 'Roboto Slab';
	color: #110c14;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #4f6a3e;
}
.thumb-pad3 .thumbnail .caption p {
	margin-top: 10px;
	margin-bottom: 0;
}
.thumb-pad3 figure {
	margin: 0 0 27px 0;
}
.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 37px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin-bottom: 40px;
}
.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: #726e74;
}
.thumb-pad5 .thumbnail .caption img {
	float: left;
	margin-right: 21px;
	margin-top: 5px;
}
.thumb-pad5 .thumbnail .caption a {
	font: 500 18px 'Roboto Slab';
	color: #110c14;
	margin: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #4f6a3e;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 9px;
}
.thumb-pad5 figure {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 19px;
}
.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 .caption {
	padding: 0;
	overflow: hidden;
	color: #726e74;
}
.thumb-pad6 .thumbnail figure {
	float: left;
	margin: 0 30px 0 0;
}
.thumb-pad6 .thumbnail figure img {
	width: 100%;
}
.thumb-pad7 {
	overflow: hidden;
	margin: 0 0 60px 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: #726e74;
}
.thumb-pad7 .thumbnail .caption a {
	font: 18px/26px 'Roboto Slab';
	color: #110c14;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #4f6a3e;
}
.thumb-pad7 .thumbnail .caption p {
	margin: 8px 0 0 0;
}
.thumb-pad7 .thumbnail figure {
	float: left;
	margin: 0 30px 0 0;
}
.thumb-pad7 .thumbnail figure img {
	width: 100%;
}
.thumb-pad8 {
	overflow: hidden;
	margin: 0 0 60px 0;
}
.thumb-pad8 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 27px 19px;
	overflow: hidden;
	color: #726e74;
	border: 1px solid #cecece;
	border-top: none;
}
.thumb-pad8 .thumbnail .caption a {
	font: 18px 'Roboto Slab';
	color: #110c14;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption a:hover {
	color: #4f6a3e;
}
.thumb-pad8 .thumbnail .caption p {
	margin: 8px 0 0 0;
}
.thumb-pad8 .thumbnail figure {
	margin: 0;
}
.thumb-pad8 .thumbnail figure img {
	width: 100%;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0;
	margin: 0;
	text-shadow: none;
	color: #110c14;
	font: 16px 'Roboto Slab';
	border-radius: 0;
	background: none;
	border: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #4f6a3e;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 47px;
	font: 14px/42px 'Arial';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 5px;
	background: #f26b5d;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #e5e5e5;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 25px;
	font: bold italic 18px/38px 'Istok Web';
	margin: 0;
	text-shadow: none;
	color: #262626;
	border-radius: 5px;
	background: #ffffff;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #f58376;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 18px 'Inder';
	margin: 0;
	text-shadow: none;
	color: #f08211;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 > span {
	background: url(../img/more_arrow.png) center 0 no-repeat;
	width: 6px;
	height: 5px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.btn-default.btn4:hover {
	color: #495060;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 18px 'Inder';
	margin: 0;
	text-shadow: none;
	color: #495060;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5 > span {
	background: url(../img/more_arrow.png) center 0 no-repeat;
	width: 6px;
	height: 5px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.btn-default.btn5:hover {
	color: #f08211;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 32px;
	font: 14px/34px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	background: #9f9f9f;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6:hover {
	color: #ffffff;
	background: #f08211;
	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: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 18px;
	padding-left: 19px;
	background: url(../img/list_point.png) left 6px no-repeat;
}
.list1-1 li a {
	font: 500 italic 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
	color: #4f6a3e;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #110c14;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 40px;
}
.list1 li p {
	margin-bottom: 0;
}
.list1 li time {
	color: #110c14;
	font: 500 italic 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 22px;
}
.list2 li .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 100%;
	background: #4f6a3e;
	text-align: center;
	width: 60px;
	height: 60px;
	border: none;
	margin-right: 30px;
	font: 300 45px/56px 'Roboto Slab';
	color: #ffffff;
	float: left;
	margin-top: 4px;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 13px;
}
.list3 li a {
	font: 18px/18px 'Istok Web';
	color: #1e2731;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #e22004;
}
.list3 li p {
	margin-bottom: 0;
	margin-top: 14px;
}
.list3 li .extra-wrap {
	padding-top: 8px;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 9px;
	display: inline-block;
	color: #ffffff;
	font: bold 24px/52px 'Istok Web';
	background: #e22004;
	border: none;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	text-align: center;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 22px;
}
.list6 li .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	background: none;
	text-align: center;
	width: 35px;
	float: left;
	border: none;
	margin-right: 10px;
}
.list6 li .badge time {
	font: bold 24px/21px 'Istok Web';
	color: #e4351c;
}
.list6 li .badge time span {
	display: block;
	font: bold 18px/18px 'Istok Web';
	color: #e4351c;
	margin-top: 0;
}
.list6 li p {
	margin-bottom: 0;
	margin-top: 14px;
	color: #737885;
}
.list6 li a {
	font: 18px/18px 'Istok Web';
	color: #1e2731;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list6 li a:hover {
	color: #e4351c;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 31px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 50px 0 0 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 #cecece;
	background: #ffffff;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #726e74;
	padding: 10px 14px;
	height: 41px;
	resize: none;
	margin-bottom: 40px;
}
#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;
	outline: none;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	float: left;
	color: #726e74;
	background: none;
	height: 26px;
	padding: 3px 0 9px 20px;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.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: 419px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info p {
	margin-bottom: 22px;
}
.info p a {
	color: #f26b5d;
}
.info p a:hover {
	text-decoration: underline;
}
.err-box {
	padding-bottom: 100px;
}
.errorBox {
	text-align: center;
	padding-top: 12px;
}
.errorBox1 {
	margin-bottom: 35px;
}
.errorBox1 .title {
	font: 300 54px/68px 'Roboto Slab';
	text-transform: uppercase;
	color: #110c14;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 23px;
	margin-bottom: 33px;
}
.errorBox1 .description {
	font: 300 17px/22px 'Roboto Slab';
	color: #959595;
	margin-bottom: 42px;
}
/*-----form-----*/
.formBox {
	margin-bottom: 36px;
}
.mail {
	color: #726e74;
	font: 300 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #4f6a3e;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 nav.tm_navbar li {
 padding: 0 50px 0 0;
 margin-left: 50px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .errorBox img {
 width: 100%;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 55px;
 line-height: 55px;
}
 .form-box {
 margin-bottom: 40px;
}
.info {
	text-align:center;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 nav.tm_navbar li {
 padding: 0 20px 0 0;
 margin-left: 20px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 .categories-box {
 margin-bottom: 40px;
}
 #search {
 float: none;
}
 .map-box {
 margin-top: 30px;
}
 .map-box figure img {
 width: auto;
}
 .errorBox img {
 width: 100%;
}
 .testimBox .col-lg-3 {
 margin-bottom: 40px;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 55px;
 line-height: 55px;
}
 .center-box {
 margin: 50px 0;
 padding: 50px 0;
}
 .who-box .col-lg-4 {
 margin-bottom: 40px;
}
 .team-box {
 padding: 40px 0;
 margin-bottom: 50px;
}
 .cake-box {
 text-align: center;
 margin-bottom: 30px;
}
 .cake-box figure img {
 width: auto;
}
 .team-box .col-xs-6 {
 margin-bottom: 30px;
}
 .thumb-pad7 .thumbnail figure {
 float: none;
 margin: 0 0 20px 0;
}
 .form-box {
 margin-bottom: 40px;
}
 .wel-box {
 margin-bottom: 50px;
}
.info {
	text-align:center;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 h2 {
 font-size: 35px;
 line-height: 40px;
}
 h2 img {
 display: none;
}
 header {
 text-align: center;
}
 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 #3b4348;
 background: #3b4348;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .bg_pic .title2 {
 font-size: 30px;
 line-height: 40px;
}
 .cake-box {
 text-align: center;
 margin-bottom: 30px;
}
 .cake-box figure img {
 width: auto;
}
 .products-box {
 margin: 0;
}
 .map-box {
 margin-top: 30px;
}
 .map-box figure img {
 width: auto;
}
 .errorBox img {
 width: 100%;
}
 .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;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .thumb-pad4 {
 margin-bottom: 40px;
}
 #search {
 float: none;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 55px;
 line-height: 55px;
}
 .who-box .col-lg-4 {
 margin-bottom: 40px;
}
 .team-box {
 padding: 40px 0;
 margin-bottom: 50px;
}
 .team-box .col-lg-3 {
 margin-bottom: 40px;
}
 .team-box .col-lg-4 {
 margin-bottom: 40px;
}
 footer {
 padding: 30px 0;
}
 .thumb-pad6 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad6 .thumbnail .caption .row {
 padding-top: 20px;
}
 .overview-box {
 margin: 50px 0;
}
 .form-box {
 margin-bottom: 40px;
}
 .wel-box {
 margin-bottom: 50px;
}
.info {
	text-align:center;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .latest-box {
 background: #ffffff;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad6 .thumbnail figure {
 float: none;
 margin: 0 0 20px 0;
}
 .thumb-pad6 .thumbnail .caption .row {
 padding-top: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .welcome-box {
 padding: 45px 0;
}
 .welcome-box .col-lg-7 .extra-wrap {
 overflow: visible;
}
 .welcome-box .title {
 font-size: 30px;
 line-height: 30px;
}
 .fitness-box .title {
 font-size: 30px;
 line-height: 30px;
}
 .bg_pic .title2 br {
 display: none;
}
 .pad1Box {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 .cake-box figure img {
 width: 100%;
}
 .team-box .col-lg-3 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad7 .thumbnail figure {
 float: none;
 margin: 0 0 20px 0;
}
 .gallery-box .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 .trainerBox {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 63px;
}
.padBot {
	padding-bottom: 0;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
