@import url(//fonts.googleapis.com/css?family=Istok+Web:400,700);
@import url(//fonts.googleapis.com/css?family=Inder);
body {
	background: #303030 url(../img/pattern1.png) repeat;
	font: 13px 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #9d9d9d;
}
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: 20px;
	line-height: 21px;
	color: #5F5F5F;
	font-size: 12px;
}
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 30px/30px 'Istok Web';
	color: #242223;
	margin: 0 0 26px 0;
}
h2.indent {
	margin: 0 0 40px 0;
}
h3 {
	font: bold 14px 'Istok Web';
	color: #f1373a;
	text-transform: uppercase;
	margin: 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 65px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	padding: 70px 0 30px 0;
	background: #303030 url(../img/pattern1.png) repeat !important;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 10px 0 0 0;
	float: right;
	min-height: 0;
}
nav.tm_navbar li {
	float: left;
	font-size: 13px;
	line-height: 21px;
	padding: 0;
	margin-left: 11px;
	position: relative;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0 24px;
	font: bold 12px/48px 'Istok Web';
	color: #c1c1c1;
	text-transform: uppercase;
	background: transparent;
	border-radius: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #f1373a;
}
nav.tm_navbar li > a:hover {
	color: #ffffff;
	background: #f1373a;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #f1373a;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 9px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 110px;
	left: 0;
	top: 48px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #f1373a;
	border-radius: 0;
	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;
}
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: #1d1d1d !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: #1d1d1d !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 107px;
	left: 94px;
	top: -10px;
	border-radius: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #1d1d1d;
	padding: 10px 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: #999 !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: 60px 0;
	text-align: center;
}
footer p {
	margin-bottom: 67px;
	font: bold 14px 'Istok Web';
	color: #ffffff;
}
footer p > span {
	font-size: 18px;
}
footer p a {
	font: bold 14px 'Istok Web';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #f1373a;
}
footer em {
	font-style: normal;
	font-size: 14px;
}
footer .title {
	font: bold 48px 'Istok Web';
	color: #ffffff;
	margin-bottom: 2px;
}
#toTop {
	display: inline-block !important;
	width: 42px;
	height: 42px;
	background: url(../img/top.png) 0 top no-repeat;
	position: relative;
	z-index: 999;
	margin: 0 !important;
	left: 0 !important;
	right: 0 !important;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.privacyBox {
	padding-bottom: 67px;
	overflow: hidden;
}
.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 'Istok Web', "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: #ebebeb;
	padding: 65px 0 32px 0;
}
.touch-box {
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	padding: 53px 0 70px 0;
	text-align: center;
}
.touch-box p {
	font: 18px/24px 'Istok Web';
	color: #ffffff;
	margin-bottom: 47px;
}
.touch-box .title {
	font: 40px 'Istok Web';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.touch-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.touch-box ul li {
	display: inline-block;
	margin-left: 46px;
}
.touch-box ul li:first-child {
	margin-left: 0;
}
.touch-box ul li a {
	color: #ffffff;
	font-size: 45px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.touch-box ul li a:hover {
	color: #f1373a;
}
.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;
}
.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;
}
.center-box {
	background: #f7f7f7;
	padding: 97px 0 45px 0;
}
.center-box .description {
	font: 18px/26px 'Arial';
	color: #737373;
	margin-bottom: 52px;
}
.center-box .description span {
	color: #242223;
}
.center-box .col-lg-4 {
	margin-bottom: 50px;
}
.articles-box {
	background: url(../img/bg_pic2.jpg) center top fixed no-repeat;
	padding: 107px 0 53px 0;
	margin-bottom: 65px;
}
.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 'Istok Web', "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: 35px;
}
.advice-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;
}
.errorBox {
	text-align: center;
}
.errorBox1 .title {
	color: #ffffff;
	text-transform: uppercase;
	font: bold 30px 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 30px;
}
.errorBox1 .description {
	color: #ffffff;
	text-transform: uppercase;
	font: bold 14px/21px 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
.errorBox1 p {
	color: #ffffff;
}
.err-box {
	padding: 65px 0 86px 0;
	background: url(../img/error_bg.jpg) center 0 no-repeat;
}
.searchBox {
	background: #f8f8f8;
	padding: 58px 0 40px 0;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 39px;
}
.welcome-box {
	background: url(../img/pattern3.png) repeat;
	padding: 49px 0;
	margin-top: -155px;
	position: relative;
	min-height: 155px;
}
.welcome-box p {
	font: 18px/30px 'Istok Web';
	color: #ffffff;
	margin-top: -3px;
	margin-bottom: 0;
}
.welcome-box .title {
	font: bold 36px 'Istok Web';
	color: #DF0101;
	text-transform: uppercase;
	margin-right: 46px;
	float: left;
	margin-bottom: 0;
}
.services-box {
	padding-bottom: 45px;
}
.overview-box {
	background: #ebebeb;
	padding: 65px 0 32px 0;
}
/*-----carousel-----*/
.client-box {
	padding: 35px 0 42px 0;
	background: #2a2a2a url(../img/pattern2.png) repeat;
}
.list_carousel2.responsive {
	position: relative;
	width: auto;
	margin: 0;
	z-index: 0;
}
.list_carousel2 #foo2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel2 #foo2 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 40px;
}
.list_carousel2 #foo2 > li figure a {
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel2 #foo2 > li figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn2 .prev2, .list_btn2 .next2 {
	display: inline-block;
	width: 18px;
	height: 25px;
	cursor: pointer;
	float: left;
	position: absolute;
	margin: 0 6px;
	top: 24px;
}
.list_btn2 .prev2 {
	background: url(../img/prev3.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn2 .next2 {
	float: right;
	right: 0;
	background: url(../img/next3.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn2 .prev2:hover {
	background: url(../img/prev3.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn2 .next2:hover {
	background: url(../img/next3.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----thumbs-----*/
.thumb-pad0 {
	margin: 0 0 22px 0;
	overflow: hidden;
}
.thumb-pad0:hover .thumbnail .badge {
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	background: #dd0202;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
	text-align: center;
}
.thumb-pad0 .thumbnail .badge {
	width: 131px;
	height: 131px;
	border-radius: 100%;
	background: #313131;
	text-align: center;
	padding: 0;
	margin: 0 0 38px 0;
	font: bold 48px/131px 'Arial';
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad0 .thumbnail .badge > span {
	color: #ffffff;
	font-size: 50px;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption p {
	margin: 0 0 22px 0;
	font: 13px/24px 'Istok Web';
	color: #9f9f9f;
}
.thumb-pad0 .thumbnail .caption .title {
	font: bold 24px 'Istok Web';
	color: #262626;
	margin-bottom: 0;
}
.thumb-pad1 {
	margin: 0 0 22px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
	text-align: center;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption p {
	margin: 0 0 22px 0;
	font: 13px/24px 'Istok Web';
	color: #ffffff;
}
.thumb-pad1 .thumbnail .caption .title {
	font: bold 24px 'Istok Web';
	color: #ffffff;
	margin-bottom: 0;
}
.thumb-pad1 .thumbnail figure {
	margin: 0 0 18px 0;
}
.thumb-pad2 {
	margin: 0 0 73px 0;
	overflow: hidden;
}
.thumb-pad2.indent {
	margin-bottom: 20px;
}
.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: 0 0 24px 0;
}
.thumb-pad2 figure {
	margin: 0 0 26px 0;
}
.thumb-pad2 figure img {
	width: 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: #9d9d9d;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption .title {
	color: #4a837c;
	font: bold 18px 'Istok Web', "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 26px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.products-box {
	padding-bottom: 50px;
}
.thumb-pad5 {
	background: #ebebeb;
	margin-bottom: 30px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 26px 20px 30px 20px;
	color: #9d9d9d;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 23px;
}
.thumb-pad5 .thumbnail figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	margin-bottom: 35px;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail a {
	font: bold 14px 'Istok Web';
	color: #f1373a;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail a:hover {
	color: #242223;
}
.thumb-pad6 .thumbnail p {
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	color: #9d9d9d;
}
.thumb-pad6 .thumbnail figure {
	float: left;
	margin: 0 12px 0 0;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 23px;
	font: 12px/35px 'Istok Web';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 5px;
	border: none;
	background: #f1373a;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #313131;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 23px;
	font: 12px/35px 'Istok Web';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 5px;
	border: none;
	background: #313131;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #f1373a;
	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;
	font: 18px 'Arial';
	margin: 0;
	text-shadow: none;
	color: #262626;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 > span {
	background: url(../img/more_arrow.png) center 0 no-repeat;
	width: 6px;
	height: 5px;
	display: inline-block;
	position: relative;
	top: -3px;
}
.btn-default.btn3:hover {
	color: #e22004;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 27px;
	font: 14px/39px 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: #e22004;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4:hover {
	color: #e22004;
	background: #b7babe;
	background: rgba(255, 255, 255, 0.27);
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list1-1 {
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;
}
.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
	padding: 0 0 0 20px;
	background: url(../img/list_point.png) left 5px no-repeat;
}
.list1-1 li a {
	font: 13px 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9d9d9d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #f1373a;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.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: 3px;
}
.list1 li em {
	float: left;
	margin-right: 20px;
	font-size: 22px;
	color: #bac494;
}
.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: 12px;
	padding-left: 12px;
	background: url(../img/list_point.png) left 8px no-repeat;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li a {
	color: #838282;
	font: 12px 'Arial';
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #e22004;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 22px;
}
.list3 li p {
	margin-bottom: 0;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 31px;
	display: inline-block;
	color: #ffffff;
	font: bold 40px/70px 'Arial';
	background: #313131;
	border: none;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	text-align: center;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	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: 13px;
	line-height: 21px;
	margin-bottom: 16px;
}
.list8 li p {
	font-size: 14px;
	line-height: 21px;
	color: #737885;
}
.list8 li h5 {
	margin-bottom: 10px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	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 #d4d4d4;
	background: #ffffff;
	font: 13px 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #9d9d9d;
	padding: 9px 14px;
	height: 39px;
	resize: none;
	margin-bottom: 30px;
}
#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: 13px 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	float: left;
	color: #9d9d9d;
	background: none;
	height: 26px;
	padding: 3px 0 9px 20px;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.map {
	margin: 0 0 67px 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: 403px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 30px;
}
.info p {
	margin-bottom: 15px;
	color: #737885;
}
/*-----form-----*/
.formBox {
	padding: 56px 0 56px 0;
	background: #ebebeb;
}
.mail {
	color: #f24447;
	font: 13px 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.mail:hover {
	color: #f24447;
	text-decoration: underline;
}
/*----*/
#contact-form2 {
	position: relative;
	overflow: hidden;
	float: right;
}
#contact-form2 label {
	position: relative;
	display: block;
	margin: 0;
	font-weight: normal;
	font: 13px 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	text-align: left;
}
#contact-form2 label span {
	margin-bottom: 2px;
	display: block;
	color: #ffffff;
}
#contact-form2 .holder {
	overflow: hidden;
	float: left;
}
#contact-form2 .form-div-1, #contact-form2 .form-div-2 {
	float: left;
	width: 189px;
}
#contact-form2 .form-div-1 {
	background: url(../img/form_icon1.png) 15px center no-repeat;
	margin-right: 23px;
}
#contact-form2 .form-div-2 {
	background: url(../img/form_icon2.png) 15px center no-repeat;
	margin-right: 5px;
}
#contact-form2 ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 10px 14px 10px 42px;
	border-radius: 0;
	display: block;
}
#contact-form2 ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form2 ._placeholder.hidden {
	display: none;
}
#contact-form2 input, #contact-form2 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: none;
	background: #b7babe;
	background: rgba(255, 255, 255, 0.27);
	font: 13px 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	padding: 10px 14px 10px 42px;
	height: 39px;
	resize: none;
}
#contact-form2 textarea {
	height: 336px;
	margin-bottom: 34px;
}
#contact-form2 .error-message, #contact-form2 .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #e22004;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 2px;
}
#contact-form2 .invalid .error-message, #contact-form2 .empty .empty-message {
	height: 20px;
}
#contact-form2 .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-form2.success .success-message {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: none;
	background: #b7babe;
	border-radius: 0;
	font: 13px 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 39px;
	color: #ffffff;
	padding: 0 14px;
	height: 39px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .list_btn2 .prev2 {
 left: -35px;
}
 .list_carousel2.responsive .caroufredsel_wrapper {
 margin-left: 4px !important;
}
 .list_carousel2.responsive .caroufredsel_wrapper {
 width: 1130px !important;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 nav.tm_navbar li {
 margin-left: 0;
}
 .articles-box {
 background: url(../img/bg_pic2.jpg) center center no-repeat;
}
 .touch-box {
 background: url(../img/bg_pic1.jpg) center top no-repeat;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 #contact-form.success .success-message {
 height: 141px;
 line-height: 141px;
}
 .errorBox img {
 width: 100%;
}
 .list_btn2 {
 overflow: hidden;
 margin-top: 20px;
 width: 100px;
 left: 50%;
 position: relative;
 margin-left: -50px;
}
 .list_btn2 .prev2,  .list_btn2 .next2 {
 position: relative;
 top: 0;
}
 .welcome-box {
 margin-top: 0;
 min-height: 185px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@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;
 margin-bottom: 15px;
}
 .articles-box {
 padding: 35px 0;
}
 #contact-form2.success .success-message {
 height: 93px;
 line-height: 93px;
}
 .thumb-pad0 {
 margin: 0 0 30px 0;
 overflow: hidden;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 #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;
}
 .categories-box {
 margin-bottom: 40px;
}
 .list1 li .title br {
 display: none;
}
 .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;
}
 #options {
 margin-bottom: 20px;
}
 .thumb-pad1 .thumbnail .caption a br {
 display: none;
}
 .thumb-pad1 .thumbnail .caption {
 overflow: visible;
}
 .errorBox img {
 width: 100%;
}
 .articles-box,  .touch-box {
 background: #303030;
}
 .list_btn2 {
 overflow: hidden;
 margin-top: 20px;
 width: 100px;
 left: 50%;
 position: relative;
 margin-left: -50px;
}
 .list_btn2 .prev2,  .list_btn2 .next2 {
 position: relative;
 top: 0;
}
 .welcome-box {
 margin-top: 0;
 min-height: 185px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 header {
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
 margin-bottom: 15px;
}
 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 #ffc000;
 background: #ffc000;
 color: #000000;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .articles-box,  .touch-box {
 background: #303030;
}
 #contact-form2.success .success-message {
 height: 93px;
 line-height: 93px;
}
 .thumb-pad0 {
 margin: 0 0 30px 0;
 overflow: hidden;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 #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;
}
 .proffesional-box {
 padding: 70px 0;
}
 .proffesional-box .title {
 font-size: 21px;
}
 .privacyBox {
 margin-bottom: 50px;
}
 .pict {
 background: none;
 padding: 0 0 90px 0;
}
 .categories-box {
 margin-bottom: 40px;
}
 .block-box article {
 margin-bottom: 50px;
}
 .list1 li .title br {
 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;
}
 .servicesBox .col-lg-4 {
 margin-bottom: 0;
}
 .overviewBox {
 padding: 40px 0 33px 0;
}
 .thumb-pad1 .thumbnail .caption a br {
 display: none;
}
 .list_btn2 {
 overflow: hidden;
 margin-top: 20px;
 width: 100px;
 left: 50%;
 position: relative;
 margin-left: -50px;
}
 .list_btn2 .prev2,  .list_btn2 .next2 {
 position: relative;
 top: 0;
}
 .welcome-box {
 margin-top: 0;
 min-height: 185px;
}
 .welcome-box .title {
 float: none;
 margin-right: 0;
}
 .touch-box ul li {
 margin-left: 30px;
}
 .touch-box ul li a {
 font-size: 25px;
}
 .errorBox figure {
 margin-bottom: 50px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .errorBox img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .products-box .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .baner-box {
 width: 100%;
 float: none;
}
 .trainerBox {
 width: 50%;
}
 .overviewBox .col-xs-6 {
 width: 100%;
 float: none;
}
 .projects-box .col-xs-6 {
 width: 100%;
 float: none;
}
 #search-404 {
 width: 100%;
}
 .articles-box,  .touch-box {
 background: #303030;
}
 .center-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .services-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .list_carousel2 #foo2 > li figure a img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@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;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 77px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
