@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
body {
	background: #f8f8f8;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #242424;
}
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: 10px;
	font-weight: 300;
	line-height: 30px;
}
p > strong {
	font-weight: 500;
	font-size: 18px;
}
h1.navbar-brand_ {
	margin: 0 0 49px 0;
	padding: 0;
	overflow: hidden;
	float: none;
	position: relative;
	z-index: 1;
	text-align: center;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a > span {
	font: 300 14px 'Roboto';
	color: #242424;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}
h2 {
	color: #101111;
	font: bold 30px 'Roboto Condensed';
	margin: 0 0 28px 0;
	text-transform: uppercase;
}
h2.indent {
	margin: 0 0 22px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #f8f8f8;
}
.global.indent {
	padding-top: 5px;
	background: #f8f8f8;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	padding: 0;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	float: none;
	display: inline-block;
}
nav.tm_navbar li {
	float: left;
	font-size: 14px;
	line-height: 30px;
	padding: 0 0 0 18px;
	margin-left: 80px;
	position: relative;
	background: url(../img/star.png) left 17px no-repeat;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	text-transform: none;
	font: 100 34px 'Roboto';
	color: #9d9db5;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li.active > a {
	color: #101111;
	background: none;
}
nav.tm_navbar li > a:hover {
	color: #101111;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a {
	color: #101111;
	background: none;
	-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: -2px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 176px;
	left: 0;
	top: 55px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #f8f8f8;
	padding: 19px 14px;
	margin: 0;
	border: 5px solid #e4e4e4;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 9px 0;
	padding: 0;
	display: block;
	padding-left: 22px;
	background: url(../img/list_star.png) left 8px no-repeat;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 300 14px 'Roboto';
	color: #242424;
	text-transform: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
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: #919191 !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: #919191 !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 176px;
	left: 160px;
	top: -24px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #f8f8f8;
	padding: 19px 14px;
	margin: 0;
	border: 5px solid #e4e4e4;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 300 14px 'Roboto';
	color: #242424;
	text-transform: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #919191 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	padding: 28px 0 50px 0;
	position: relative;
	z-index: 10;
	background: #f8f8f8;
	width: 100%;
	top: 0;
	left: 0;
}
header.indent nav.tm_navbar {
	border-bottom: 1px dotted #242424;
	padding-bottom: 56px;
}
footer {
	padding: 58px 40px 37px 40px;
	background: #d7dadd;
}
footer figure {
	margin-bottom: 12px;
}
footer em {
	font-style: normal;
}
footer p {
	font: 300 12px 'Roboto';
	color: #242424;
}
footer a {
	font: 300 12px 'Roboto';
	color: #242424;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer a:hover {
	color: #ffffff;
}
footer .foo_info p {
	font: 300 14px/30px 'Roboto';
	color: #242424;
}
footer .foo_info2 {
	text-align: right;
}
footer .foo_info2 .title {
	margin-bottom: 0;
	color: #242424;
	font: bold 24px 'Roboto Condensed';
	text-transform: uppercase;
}
footer .foo_info2 h2 {
	margin-bottom: 22px;
}
footer ul {
	padding: 0;
	margin: 7px 0 0 0;
	list-style: none;
	display: inline-block;
}
footer ul li {
	float: left;
	margin-left: 24px;
}
footer ul li a {
	font-size: 22px;
	color: #242424;
}
footer ul li:first-child {
	margin-left: 0;
}
.testimonialsBox {
	margin-top: 69px;
	margin-bottom: 69px;
}
.testimBox {
	padding-bottom: 70px;
}
.testimBox {
	padding-bottom: 44px;
}
.testimBox figure {
	float: left;
	margin-right: 4px;
}
.testimBox .extra-wrap {
	padding-top: 20px;
}
.testimBox a {
	color: #242424;
	font: 500 14px 'Roboto';
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimBox a:hover {
	color: #d7dadd;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.teamBox {
	margin-bottom: 30px;
}
.teamBox article {
	margin-bottom: 25px;
}
.who-box, .history-box, .trainers-box {
	margin-bottom: 19px;
}
.trainers-box .title {
	font: 900 16px/18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #00aff2;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.trainers-box p {
	line-height: 17px;
}
.vacancies-box .title {
	font: 900 16px/18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #00aff2;
	text-transform: uppercase;
	margin-bottom: 26px;
}
.advantages-box {
	padding: 62px 0 28px 0;
	background: #f8f8f8;
}
.list-box {
	padding: 62px 0 40px 0;
	background: #ffffff;
}
.support-box {
	padding: 62px 0 40px 0;
	background: #f8f8f8;
}
.clientsBox {
	background: url(../img/bg_pic.jpg) no-repeat;
	padding: 40px 0 55px 0;
	margin-bottom: 68px;
}
.clientsBox h2 {
	color: #ffffff;
}
.testBox {
	background: url(../img/bg_pic.jpg) no-repeat;
	padding: 41px 0 63px 0;
	margin-top: 40px;
}
.testBox h2 {
	color: #ffffff;
}
.etiquetteBox {
	background: url(../img/bg_pic.jpg) no-repeat;
	padding: 41px 0;
	margin-top: 40px;
	margin-bottom: 68px;
}
.etiquetteBox h2 {
	color: #ffffff;
}
.formBox {
	padding-bottom: 33px;
}
.formBox h5 {
	font: 16px/18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 900 !important;
	color: #00aff2;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.privacyBox {
	padding-bottom: 57px;
}
.privacyBox1 h5 {
	text-transform: uppercase;
	font-weight: 900 !important;
	font-size: 16px;
}
.privacyBox1 p {
	line-height: 17px;
}
.more-box {
	margin: 35px 0 63px 0;
}
.more-box > div {
	background: #fcfaf6;
	padding: 33px 72px 36px 30px;
	border-left: 6px solid #1d9cdf;
}
.more-box > div h2 {
	font: bold 36px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff9d0e;
	text-transform: uppercase;
	margin-bottom: 0;
}
.more-box > div p {
	margin-bottom: 0;
	color: #3b3224;
	font-size: 18px;
}
.testimonials-box {
	margin-bottom: 62px;
}
.testimonials-box a {
	font: italic 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3b3224;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimonials-box a:hover {
	color: #ff550e;
}
.testimonials-box1 {
	padding-top: 18px;
	text-align: left;
}
.testimonials-box1 a {
	font: italic 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffc249;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimonials-box1 a:hover {
	color: #ffffff;
}
.testimonials-box1 > div {
	padding: 52px 38px 25px 18px;
	margin-bottom: 52px;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	background: #fcfaf6 url(../img/quote.png) 18px 18px no-repeat;
}
.testimonials-box1 > div p {
	font: italic 12px/19px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #404040;
	text-transform: none;
	margin-bottom: 0;
}
.testimonials-box1 > div .title {
	font: 900 18px/20px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f16251;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.testimonials-box1 > div em {
	position: absolute;
	bottom: -39px;
	left: 37px;
	display: inline-block;
	width: 35px;
	height: 39px;
	background: url(../img/triangle2.png) no-repeat;
}
.testimonials-box1 > div > div {
	width: 100%;
	text-align: center;
}
.testimonials-box1 > div > div figure {
	border: 2px solid #848484;
	border-radius: 100px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: -55px;
}
.testimonials-box1 h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	font-style: normal;
}
.testimonials-box1 p.color {
	color: #ffffff;
}
.testimonials-box1 p > span {
	color: #ffc249;
}
.icon-box {
	margin-top: 44px;
}
.icon-box .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	width: 93px;
	height: 93px;
	background: none;
	text-align: center;
	float: none;
	font-size: 48px;
	line-height: 88px;
	color: #ff550e;
	border: 1px solid #918570;
	margin-bottom: 23px;
}
.icon-box a {
	color: #0eacff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.icon-box a:hover {
	color: #ff550e;
}
.books-box {
	margin-top: 62px;
}
.about-box {
	margin-bottom: 30px;
}
.about-box > div {
	background: #101111;
	padding: 20px 26px;
}
.about-box p {
	margin-bottom: 15px;
	color: #adadad;
	font: 300 12px/24px 'Roboto';
}
.about-box .title {
	color: #ffffff;
	text-transform: uppercase;
	font: bold 30px 'Roboto Condensed';
	margin-bottom: 4px;
}
.about-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	display: inline-block;
}
.about-box ul li {
	background: url(../img/list_star2.png) left 3px no-repeat;
	padding-left: 22px;
	margin-bottom: 10px;
}
.about-box ul li a {
	font: 300 14px 'Roboto';
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.about-box ul li a:hover {
	color: #adadad;
}
.errorBox {
	padding-top: 16px;
	text-align: center;
}
.errorBox figure {
	display: inline-block;
}
.errorBox1 h2 {
	font-size: 48px;
	margin: 0 0 19px 0;
}
.errorBox1 h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.errorBox1 p {
	margin-bottom: 28px;
}
/*-----carousel-----*/
.carouselBox {
	padding: 0;
	margin-bottom: 30px;
}
.carouselBox figure {
	float: left;
	margin-right: 28px;
	border-radius: 100%;
}
.carouselBox figure img {
	border-radius: 100%;
}
.list_carousel1.responsive {
	position: relative;
	width: auto;
	margin: 0;
	padding: 29px 0 25px 0;
	background: #d7dadd;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 0;
	padding: 0 43px;
}
.list_carousel1 #foo1 > li a {
	font: 500 14px 'Roboto';
	color: #242424;
	text-decoration: none;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 #foo1 > li a:hover {
	color: #ffffff;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.carousel-box {
	padding-top: 48px;
	margin-bottom: 65px;
}
.list_btn {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.list_btn .prev, .list_btn .next {
	display: inline-block;
	width: 18px;
	height: 100%;
	cursor: pointer;
	float: left;
	position: absolute;
	top: 0;
}
.list_btn .prev {
	background: #b9b9b9 url(../img/prev.png) center center no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	left: 0;
}
.list_btn .next {
	background: #b9b9b9 url(../img/next.png) center center no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	right: 0;
}
.list_btn .prev:hover {
	background: #101111 url(../img/prev.png) center center no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn .next:hover {
	background: #101111 url(../img/next.png) center center no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----*/
.error-box {
	padding-bottom: 66px;
}
.formBox {
	padding: 0;
}
#toTop {
	display: none;
	width: 24px;
	height: 24px;
	background: url(../img/top.png) no-repeat;
	position: fixed;
	margin-right: -640px !important;
	right: 50%;
	bottom: 120px;
	z-index: 999;
}
#toTop:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.trainerBox {
	margin-bottom: 26px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure a {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=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;
}
/*-----thumbs-----*/
.blog-box h2 {
	margin-bottom: 28px;
}
.thumb-pad1 {
	overflow: hidden;
	padding: 0;
	margin-bottom: 54px;
}
.thumb-pad1 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 10px 0 20px 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	text-align: center;
	border: 5px solid #e4e4e4;
}
.thumb-pad1 .thumbnail .title {
	font: 300 14px 'Roboto';
	color: #242424;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.thumb-pad1 .thumbnail .title2 {
	font: bold 48px 'Roboto Condensed';
	color: #242424;
	text-transform: uppercase;
	margin-bottom: 0;
}
.thumb-pad1 .thumbnail .title3 {
	font: bold 30px 'Roboto Condensed';
	color: #242424;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.thumb-pad1 .thumbnail .title3 > span {
	font-size: 48px;
}
.thumb-pad1 .thumbnail ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	display: inline-block;
}
.thumb-pad1 .thumbnail ul li {
	background: url(../img/list_star.png) left 3px no-repeat;
	padding-left: 22px;
	margin-bottom: 10px;
}
.thumb-pad1 .thumbnail ul li a {
	font: 300 14px 'Roboto';
	color: #242424;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad1 .thumbnail ul li a:hover {
	color: #e4e4e4;
}
.thumb-pad1 .thumbnail .caption {
	padding: 16px 0 0 0;
	overflow: hidden;
	color: #242424;
	border-top: 5px solid #e4e4e4;
}
.thumb-pad2 {
	margin: 0 0 30px 0;
	padding: 0;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .title {
	font: 100 30px 'Roboto';
	color: #ffffff;
	padding: 14px 19px;
	letter-spacing: 2px;
	background: #101111;
	margin-bottom: 0;
	position: absolute;
	bottom: 17px;
	left: 14px;
}
.thumb-pad2 figure {
	margin: 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2-2 {
	margin-bottom: 45px;
}
.thumb-pad2-2 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad2-2 .thumbnail .caption {
	padding: 0;
	color: #242424;
	overflow: hidden;
}
.thumb-pad2-2 figure {
	margin: 0;
	margin-bottom: 24px;
	border: 1px solid #f5f5f5;
}
.thumb-pad2-2 figure img {
	width: 100%;
}
.thumb-pad2-2 .thumbnail .caption a {
	color: #333745;
	font: 20px 'Open Sans';
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 11px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad2-2 .thumbnail .caption a:hover {
	color: #e74c3c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad3 {
	overflow: hidden;
	padding: 0;
	margin-bottom: 48px;
}
.thumb-pad3 .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3 .thumbnail .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	background: none;
	margin-right: 55px;
	float: left;
	font: bold 48px/37px 'Roboto Condensed';
	color: #242424;
	text-transform: uppercase;
}
.thumb-pad3 .thumbnail .badge span {
	font-size: 30px;
	color: #242424;
	display: block;
}
.thumb-pad3 .thumbnail .btn1 {
	margin-top: 18px;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #242424;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption p {
	font: 300 italic 14px/30px 'Roboto';
	color: #242424;
	margin-bottom: 0;
	display: inline-block;
	background: url(../img/dotted.png) 0 bottom repeat-x;
}
.thumb-pad4 {
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	color: #242424;
}
.thumb-pad4 figure {
	margin: 0;
	margin-bottom: 21px;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	margin-bottom: 52px;
}
.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;
	color: #242424;
}
.thumb-pad6 .thumbnail .caption .name {
	font: 900 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fe2329;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .caption .name:hover {
	color: #242424;
}
.thumb-pad6 figure {
	margin: 0;
	border: 4px solid #d0d7d5;
	margin-bottom: 18px;
}
.thumb-pad6 figure img {
	width: 100%;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 4px 15px;
	font: 300 italic 14px 'Roboto';
	margin: 0;
	background: none;
	text-shadow: none;
	border: 5px solid #e4e4e4;
	color: #242424;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #e4e4e4;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	padding: 17px 34px;
	font: 900 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: #ff6908;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #ff9d0e;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	padding: 10px 26px;
	font: bold 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ff550e;
	border: 2px solid #ff550e;
	background: transparent;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #ff550e;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 24px;
}
.list2 li .badge {
	float: left;
	margin-right: 21px;
	background: #101111;
	width: 70px;
	height: 70px;
	border-radius: 0;
	font: bold 30px/62px 'Roboto Condensed';
	color: #ffffff;
	margin-top: 13px;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li .title {
	font: 500 19px/19px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #484848;
	margin-bottom: 18px;
}
.list2 li a {
	font-size: 12px;
	color: #6ec9f4;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 li a:hover {
	color: #323232;
}
.list2 li .extra-wrap {
	padding-top: 10px;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 22px;
}
.list3 li a {
	color: #00aff2;
	font: 20px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #ff6908;
}
.list3 li p {
	margin-top: 7px;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 30px;
	display: inline-block;
	color: #ffffff;
	font: 300 40px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #ff6908;
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	text-align: center;
	line-height: 55px;
	margin-top: 6px;
}
.list4 {
	margin: 0;
	margin-top: 5px;
	padding: 0 0 82px 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 37px;
}
.list4 li > span {
	font-size: 18px;
	color: #00aff2;
	float: left;
	margin-right: 20px;
	margin-top: 2px;
}
.list4 li a {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #242424;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list4 li a:hover {
	color: #00aff2;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 32px;
}
.list5 li .title {
	color: #000000;
	text-transform: uppercase;
}
.list5 li a {
	text-decoration: underline;
	color: #242424;
}
.list5 li a:hover {
	text-decoration: none;
}
.list5 li img {
	float: left;
	margin-right: 17px;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.list8 li {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 28px;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #d7dadd;
	background: none;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #242424;
	padding: 8px 14px;
	height: 37px;
	resize: none;
	margin-bottom: 28px;
}
#search {
	margin: 0;
	position: relative;
	float: right;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
#search a {
	position: absolute;
	top: 0;
	line-height: 35px;
	right: 10px;
	-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;
	float: none;
	border: none;
	margin: 0;
	width: 209px;
	outline: none;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #202020;
	background: #ffffff;
	height: 37px;
	padding: 9px 30px 10px 10px;
	resize: none;
	float: left;
}
/*-----map-----*/
.map {
	margin: 0 0 33px 0;
	display: inline-block;
	width: 100%;
	line-height: 0;
}
.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;
}
.info h3 {
	font: 500 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #242424;
	margin: 0 0 6px 0;
}
.info p {
	margin-bottom: 30px;
}
/*-----form-----*/
#contact_form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 49px;
	text-align: left;
}
#contact_form p {
	margin-bottom: 2px;
}
#contact_form label {
	position: relative;
	display: block;
	min-height: 48px;
	margin: 0;
	font-weight: normal;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #7a7a7a;
}
#contact_form label span {
	margin-bottom: 2px;
	display: block;
	color: #7a7a7a;
}
#contact_form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 244px;
	margin-right: 17px;
}
.form-div-3 {
	margin-right: 0;
}
#contact_form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 8px 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 #d7dadd;
	background: none;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #242424;
	padding: 8px 14px;
	height: 37px;
	resize: none;
}
#contact_form textarea {
	height: 186px;
	margin-bottom: 29px;
}
#contact_form .error-message, #contact_form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #101111;
	-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 #d7dadd;
	background: #f8f8f8;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #242424;
	padding: 0 14px;
	line-height: 69px;
	height: 69px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn1 {
	float: left;
}
.btns p {
	margin-left: 24px;
	float: left;
}
.mail {
	font-size: 14px;
	color: #242424;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #d7dadd;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 nav.tm_navbar li {
 background-position: left 8px;
}
 nav.tm_navbar li a {
 font-size: 23px;
}
 .thumb-pad1 .thumbnail .title2 {
 font-size: 36px;
}
 .thumb-pad1 .thumbnail .title3 {
 font-size: 23px;
}
 .thumb-pad1 .thumbnail .title3 span {
 font-size: 36px;
}
 .thumb-pad2 .thumbnail .title {
 font-size: 18px;
}
 .foo_info2 {
 overflow: hidden;
 margin-top: 35px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .errorBox > img {
 width: 100%;
}
 .list3 li article {
 width: 100%;
 float: none;
}
 .list3 li .more {
 float: none;
}
 .errorBox figure img {
 width: 100%;
}
 .errorBox h2 {
 font-size: 90px;
 line-height: 90px;
}
 .errorBox h3 {
 font-size: 40px;
 line-height: 40px;
}
 .list4 {
 padding: 0 0 137px 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 nav.tm_navbar li {
 background-position: left 8px;
 margin-left: 45px;
}
 nav.tm_navbar li a {
 font-size: 23px;
}
 .thumb-pad1 .thumbnail .title2 {
 font-size: 36px;
}
 .thumb-pad1 .thumbnail .title3 {
 font-size: 23px;
}
 .thumb-pad1 .thumbnail .title3 span {
 font-size: 36px;
}
 .thumb-pad2 .thumbnail .title {
 font-size: 18px;
}
 footer .foo_info2 {
 overflow: hidden;
 margin-top: 35px;
 text-align: center;
}
 footer {
 text-align: center;
}
 .thumb-pad1 .thumbnail .caption .title1 {
 font-size: 26px;
 line-height: 26px;
}
 .info-box {
 width: 100%;
}
 .foo-btn {
 right: 30px;
}
 .infoBox {
 padding-top: 45px;
}
 .banner-box {
 margin-top: 60px;
}
 .errorBox figure img {
 width: 100%;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 .thumb-pad1 .thumbnail .title {
 font-size: 17px;
 line-height: 18px;
}
 .foo-btn {
 left: 0;
 right: 0;
}
 .more-box > div h2 {
 font-size: 28px;
}
 .more-box > div .btn2 {
 float: none;
 margin-left: 15px;
}
 .banner-box {
 margin-top: 0;
}
 .list3 li article {
 width: 100%;
 float: none;
}
 .list3 li .more {
 float: none;
}
 .articles-box {
 overflow: hidden;
 margin-bottom: 50px;
}
 .listBox {
 margin-bottom: 45px;
}
 .advantages-box article {
 margin-bottom: 45px;
}
 .support-box article {
 margin-bottom: 45px;
}
 .testimBox .col-lg-3 {
 margin-bottom: 35px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 header {
 padding: 20px 0;
}
 nav.tm_navbar li {
 background-position: left 8px;
 margin-left: 45px;
}
 nav.tm_navbar li a {
 font-size: 23px;
}
 .thumb-pad1 .thumbnail .title2 {
 font-size: 36px;
}
 .thumb-pad1 .thumbnail .title3 {
 font-size: 23px;
}
 .thumb-pad1 .thumbnail .title3 span {
 font-size: 36px;
}
 .thumb-pad2 .thumbnail .title {
 font-size: 18px;
}
 footer .foo_info2 {
 overflow: hidden;
 margin-top: 35px;
 text-align: center;
}
 footer {
 text-align: center;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #242424;
 background: #242424;
 color: #ffffff;
 cursor: pointer;
 margin-top: 20px;
 margin-bottom: 30px;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .errorBox {
 margin-bottom: 40px;
}
 .map iframe {
 height: 370px;
}
 .foo_menu {
 display: none;
}
 #search {
 display: inline-block;
 float: none;
}
 #search input {
 width: 200px;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 padding: 0;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .error-box {
 padding-bottom: 30px;
}
 .errorBox figure img {
 width: 100%;
}
 .thumb-pad1 {
 padding-bottom: 0;
 margin-bottom: 30px;
}
 .thumb-pad1 .thumbnail .title {
 font-size: 17px;
 line-height: 18px;
}
 .errorBox h2 {
 font-size: 90px;
 line-height: 90px;
}
 .errorBox h3 {
 font-size: 40px;
 line-height: 40px;
}
 .more-box > div h2 {
 font-size: 28px;
}
 .more-box > div .btn2 {
 float: none;
 margin-left: 15px;
}
 .icon-box article {
 margin-bottom: 70px;
}
 .banner-box {
 text-align: left;
}
 .banner-box figure {
 float: left;
 margin-right: 20px;
}
 .articles-box {
 overflow: hidden;
 margin-bottom: 50px;
}
 .list3 li article {
 width: 100%;
 float: none;
}
 .list3 li .more {
 float: none;
}
 .listBox {
 margin-bottom: 45px;
}
 .thumb-pad1 .thumbnail figure {
 float: left;
 margin-right: 20px;
 margin-bottom: 0;
}
 .who-box,  .history-box,  .trainers-box {
 margin-bottom: 50px;
}
 .advantages-box article {
 margin-bottom: 45px;
}
 .list-box article {
 margin-bottom: 45px;
}
 .vacancies-box {
 margin-bottom: 50px;
}
 .support-box article {
 margin-bottom: 45px;
}
 .thumb-pad4 figure {
 float: left;
 margin-right: 15px;
 margin-bottom: 0;
}
 .testimBox .col-lg-3 {
 margin-bottom: 35px;
}
 header.indent nav.tm_navbar {
 padding-bottom: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad1 .thumbnail figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .banner-box article {
 margin-bottom: 35px;
}
 .thumb-pad4 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .errorBox img {
 width: 100%;
}
 .more-box {
 text-align: center;
}
 .banner-box figure {
 float: none;
 margin-right: 0;
 margin-bottom: 20px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .clientsBox,  .testBox,  .etiquetteBox {
 background: #200e0e;
}
 .listBox,  .list2Box {
 width: 100%;
 float: none;
 text-align: center;
}
 .listBox > div,  .list2Box > div {
 height: auto;
}
 .list4 li > span {
 display: inline-block;
 float: none;
}
 .fooBox {
 text-align: center;
}
 footer figure img {
 width: 100%;
}
 .testimBox article {
 width: 100%;
 float: none;
}
 .gallery-box article {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 .clientsBox,  .testBox,  .etiquetteBox {
 background: #200e0e;
}
 footer ul li {
 float: left;
 margin-left: 17px;
}
 footer ul li a {
 font-size: 17px;
}
 footer .foo_info2 .title {
 font-size: 20px;
}
 footer .foo_info2 h2 {
 font-size: 23px;
}
 .thumb-pad3 .thumbnail .badge {
 float: none;
 margin-right: 0;
 margin-bottom: 5px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 20px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
