@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900);
body {
	background: #edf1f0;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #707675;
	position: relative;
}
a {
	text-decoration: none;
	color: #707675;
}
a:hover {
	text-decoration: none;
	color: #ea1c1c;
}
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: 15px;
	line-height: 21px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 1;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h2 {
	position: relative;
	z-index: 1;
	color: #3b3224;
	font: bold italic 36px/36px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 28px 0;
}
h2.indent {
	margin-bottom: 34px;
}
h3 {
	font: 900 24px 'Lato';
	color: #525353;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}
h3.indent {
	margin: 0 0 28px 0;
	color: #fe2329;
}
h4 {
	color: #525353;
	font: 900 14px/18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 23px 0;
	text-transform: uppercase;
}
h5 {
	color: #ea1c1c;
	font: 20px/23px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal !important;
	margin: 0 0 6px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
}
.global.indent {
	padding-top: 65px;
	background: #edf1f0;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	padding: 0;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 15px 0 0 0;
	min-height: 0;
	float: right;
}
nav.tm_navbar li {
	float: left;
	font-size: 14px;
	line-height: 21px;
	padding: 0 26px;
	position: relative;
}
nav.tm_navbar li strong {
	width: 3px;
	height: 14px;
	background: url(../img/dotted.png) no-repeat;
	display: inline-block;
	position: absolute;
	top: 3px;
	right: 0;
}
nav.tm_navbar li:last-child {
	margin-right: 0;
	padding-right: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	text-transform: none;
	font: bold 14px 'Lato';
	color: #ffffff;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li.active > a {
	color: #ea1c1c;
	background: none;
}
nav.tm_navbar li > a:hover {
	color: #ea1c1c;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a {
	color: #ea1c1c;
	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: 20px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 184px;
	left: 0;
	top: 52px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ea1c1c;
	padding: 24px 0;
	margin: 0;
	text-align: center;
	-webkit-box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.2);
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 16px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	color: #ffffff;
	letter-spacing: 0;
	text-transform: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li a span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	left: 9px;
	top: 1px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #424242 !important;
	background: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #424242 !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 184px;
	left: 185px;
	top: -21px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 21px 0 21px 0;
	margin: 0;
	text-align: center;
	-webkit-box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.2);
}
nav.tm_navbar .sub-menu ul ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	color: #424242;
	text-transform: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ea1c1c !important;
	background: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.select-menu {
	display: none !important;
}
/*-----vimeo-----*/
.VMPlayer {
	padding: 0;
	margin: 0;
}
.VMPlayer iframe {
	border: 5px solid #ffffff;
	width: 100%;
}
/*-----content-----*/
header {
	padding: 24px 0 18px 0;
	background: url(../img/pattern.png) repeat;
	position: absolute;
	width: 100%;
	top: 51px;
	left: 0;
	z-index: 10;
	-webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.27);
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.27);
}
header.indent {
	position: relative;
}
footer {
	padding: 63px 0 50px 0;
	background: #edf1f0;
}
footer em {
	font-style: normal;
	color: #ea1c1c;
}
footer .tel {
	font-size: 14px !important;
	margin-top: -5px;
}
footer .tel span {
	float: left;
	color: #ea1c1c;
	font-size: 17px;
	margin-top: 2px;
	margin-right: 2px;
}
footer .list2Box:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #413d31;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	left: -51px;
	content: ' ';
	z-index: 10;
}
footer .fooBox > div {
	padding-top: 27px;
	border-top: 1px solid #413d31;
}
footer .fooBox > div p {
	font: 12px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #707675;
	margin-bottom: 8px;
}
footer .fooBox > div p strong {
	color: #ea1c1c;
	font-weight: 900;
	text-transform: uppercase;
}
footer .fooBox > div p > a {
	font: 12px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #707675;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer .fooBox > div p > a:hover {
	color: #ea1c1c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimonialsBox {
	margin-top: 69px;
	margin-bottom: 69px;
}
.teamBox {
	margin-bottom: 30px;
}
.teamBox article {
	margin-bottom: 25px;
}
.center-box {
	text-align: center;
	background: #ea1c1c;
	padding: 44px 0;
}
.center-box .title {
	font: italic 24px/28px 'Lato';
	color: #ffffff;
}
.who-box, .history-box, .trainers-box {
	margin-bottom: 30px;
}
.trainers-box .title {
	font: 900 16px/18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ea1c1c;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.trainers-box p {
	line-height: 17px;
}
.vacancies-box .title {
	font: 900 16px/18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ea1c1c;
	text-transform: uppercase;
	margin-bottom: 26px;
}
.testimBox {
	padding: 62px 0 0 0;
	background: #ffffff;
}
.testimBox h3 {
	color: #525353;
}
.advantages-box {
	padding: 62px 0 28px 0;
	background: #edf1f0;
}
.advantages-box h3 {
	color: #525353;
}
.list-box {
	padding: 62px 0 40px 0;
	background: #ffffff;
}
.list-box h3 {
	color: #525353;
}
.support-box {
	padding: 62px 0 40px 0;
	background: #edf1f0;
}
.support-box h3 {
	color: #525353;
}
.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 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 900 !important;
	color: #ea1c1c;
	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;
}
.pic-box {
	position: relative;
	min-height: 200px;
	text-align: center;
	background: #ffffff url(../img/picture1.jpg) center 0 no-repeat;
}
.pic-box .caption {
	padding: 0;
	position: absolute;
	margin: 0;
	top: 40%;
	width: 100%;
}
.pic-box .title {
	font: bold italic 72px/87px 'Lato';
	color: #ffffff;
	margin-bottom: 24px;
}
.pic-box .tel {
	font: bold italic 43px/43px 'Lato';
	color: #ffffff;
}
.pic-box .tel > span {
	font-size: 44px;
	color: #ffffff;
	position: relative;
	top: 3px;
	margin-right: 2px;
}
.pic-box hr {
	height: 3px;
	width: 659px;
	margin: 0;
	background: #ffffff;
	border: none;
	margin-bottom: 8px;
	display: inline-block;
}
.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 'Lato', "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 'Lato', "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 'Lato', "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 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #404040;
	text-transform: none;
	margin-bottom: 0;
}
.testimonials-box1 > div .title {
	font: 900 18px/20px 'Lato', "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;
}
.banner-box {
	text-align: center;
	padding-top: 62px;
}
.banner-box h2 {
	font: 900 24px 'Lato';
	color: #fe2329;
	text-transform: uppercase;
}
.books-box {
	margin-top: 62px;
}
.training-box {
	padding: 62px 0;
	background: #fafbfb;
	overflow: hidden;
}
.training-box h2 {
	font: 900 24px 'Lato';
	color: #525353;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}
.training-box p {
	margin-bottom: 68px;
}
.posts-box {
	padding: 62px 0 26px 0;
	background: #edf1f0;
	overflow: hidden;
}
.video-box {
	padding: 68px 0 50px 0;
	background: #ea1c1c;
	/* background: #ff6908; */
}
.client-box {
	padding: 38px 0;
	background: #ffffff;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
}
.list_carousel1 #foo1, .list_carousel1 #foo2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li, .list_carousel1 #foo2 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin: 0 30px 0 0;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.foo-btn {
	position: relative;
	padding: 0;
}
.list_carousel1 .prev, .list_carousel1 .next {
	display: inline-block;
	width: 16px;
	height: 27px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
}
.list_carousel1 .list_btn {
	position: absolute;
	top: 3px;
	right: 15px;
	z-index: 1;
}
.list_carousel1 .prev {
	background: url(../img/prev.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .next {
	background: url(../img/next.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .prev:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .next:hover {
	background: url(../img/next.png) 0 bottom 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: inline-block;
	width: 100%;
}
.trainerBox figure a:hover img:first-child {
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.trainerBox figure a:hover img:nth-child(2) {
 -webkit-transform: rotate(20deg);
 transform: rotate(20deg);
}
.trainerBox figure a:hover img:nth-child(3) {
 -webkit-transform: translate(10px, 15px);
 transform: translate(10px, 15px);
}
.trainerBox figure img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.trainerBox figure img:first-child + img + img {
	position: relative;
}
/*-----accordeon-----*/
._accodList {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: -5px;
	padding-bottom: 16px;
}
._accodList > li {
	padding: 0;
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
}
._accodList > li h6 {
	margin: 0;
	cursor: pointer;
	position: relative;
	font: 15px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	color: #ea1c1c;
	border: none;
	padding: 11px 0 12px 54px;
	border: 1px solid #b3b7b9;
	margin-bottom: 15px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
._accodList > li h6.color1 {
	color: #ea1c1c;
}
._accodList > li h6.color2 {
	color: #ea1c1c;
}
._accodList > li p {
	margin: 0 0 9px 13px;
	padding: 0;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 21px;
	color: #707675;
}
._accodList > li ._plus {
	width: 43px;
	height: 41px;
	position: absolute;
	z-index: 1;
	border-right: 1px solid #b3b7b9;
	display: inline-block;
	left: 1px;
	cursor: pointer;
	top: 1px;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
._accodList > li ._plus.btnBg1 {
	background: url(../img/plus.png) 50% 0 no-repeat;
}
._accodList > li ._plus.btnBg2 {
	background: url(../img/plus.png) 50% 100% no-repeat;
}
._accodList > li ._plus:hover {
	background: url(../img/plus.png) 50% 100% no-repeat;
}
._accodList li h6:hover {
	color: #525353;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----thumbs-----*/
.blog-box h2 {
	margin-bottom: 28px;
}
.thumb-pad1 {
	overflow: hidden;
	padding: 0;
	margin-bottom: 51px;
}
.thumb-pad1 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	text-align: left;
}
.thumb-pad1 .thumbnail figure {
	margin-bottom: 19px;
	padding: 4px;
	background: #d0d7d5;
	border: 1px solid #ffffff;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail .title {
	font: 900 16px/18px 'Lato';
	color: #ea1c1c;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.thumb-pad1 .thumbnail p {
	font-style: italic;
	line-height: 17px;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #707675;
}
.thumb-pad2 {
	margin: 0 0 70px 0;
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	width: 70px;
	background: none;
	text-align: center;
	float: left;
	margin-right: 20px;
}
.thumb-pad2 .badge .box1 {
	font-size: 34px;
	color: #ff550e;
	padding: 19px 0;
	border: 1px solid #8d806b;
}
.thumb-pad2 .badge .box2 {
	font: 17px/24px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8d806b;
	border: 1px solid #8d806b;
	border-top: none;
	padding: 11px 0;
}
.thumb-pad2 .badge .box2 > span {
	display: block;
	font-size: 22px;
}
.thumb-pad2 .badge .box3 {
	overflow: hidden;
	background: #ff550e;
	padding: 10px 0;
}
.thumb-pad2 .badge .box3 span {
	display: inline-block;
	margin-right: 4px;
	color: #ffffff;
	font-size: 16px;
}
.thumb-pad2 .badge .box3 p {
	color: #ffffff;
	font-size: 17px;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 0;
}
.thumb-pad2 .thumbnail {
	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-bottom: 29px;
}
.thumb-pad2 .thumbnail .caption .title {
	font: bold 21px/21px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3b3224;
	margin-bottom: 10px;
}
.thumb-pad2 .thumbnail .caption .btn3 {
	float: right;
}
.thumb-pad2 .thumbnail .caption > div {
	display: block;
	overflow: hidden;
	margin-bottom: 22px;
}
.thumb-pad2 .thumbnail .caption > div p {
	float: left;
	margin: 0 27px 0 0;
}
.thumb-pad2 .thumbnail .caption > div p span {
	font-size: 16px;
	color: #8d806b;
	float: left;
	margin-right: 4px;
	margin-top: 1px;
}
.thumb-pad2 .thumbnail .caption > div p a {
	color: #0eacff;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad2 .thumbnail .caption > div p a:hover {
	color: #8d806b;
}
.thumb-pad2 figure {
	margin: 0 0 31px 0;
}
.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: #707675;
	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;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	text-align: center;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	text-align: center;
	color: #707675;
}
.thumb-pad3 .thumbnail .caption .title {
	font: 900 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fe2329;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.thumb-pad3 .thumbnail .caption .description {
	color: #525353;
	margin-bottom: 9px;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 10px;
}
.thumb-pad3 .thumbnail .caption ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.thumb-pad3 .thumbnail .caption ul li {
	float: none;
	display: inline-block;
	margin-left: 3px;
	text-align: center;
}
.thumb-pad3 .thumbnail .caption ul li:first-child {
	margin-left: 0;
}
.thumb-pad3 .thumbnail .caption ul li:first-child + li a {
	background: #45b0e3;
}
.thumb-pad3 .thumbnail .caption ul li:first-child + li + li a {
	background: #d61119;
}
.thumb-pad3 .thumbnail .caption ul li a {
	display: block;
	height: 24px;
	width: 24px;
	line-height: 24px;
	border-radius: 100%;
	background: #3a5a9f;
	color: #ffffff;
	font-size: 14px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad3 .thumbnail .caption ul li a:hover {
	background: #ff6908 !important;
}
.thumb-pad3 figure {
	margin: 0;
	margin-bottom: 9px;
	display: inline-block;
	border-radius: 100%;
	border: 4px solid #d0d7d5;
}
.thumb-pad3 figure img {
	width: 100%;
	border-radius: 100%;
}
.thumb-pad33 {
	margin: 0;
	padding: 0;
	margin-top: 60px;
	overflow: hidden;
}
.thumb-pad33 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad33 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad33 .thumbnail .caption p {
	margin-bottom: 29px;
}
.thumb-pad33 figure {
	margin: 0 0 26px 0;
}
.thumb-pad33 figure img {
	width: 100%;
}
.thumb-pad4 {
	position: relative;
	margin: 0 0 44px 0;
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	width: 60px;
	background: none;
	text-align: center;
	float: left;
	border: none;
	margin-right: 11px;
}
.thumb-pad4 .badge .box1 {
	font: 300 45px/45px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ea1c1c;
}
.thumb-pad4 .badge .box2 {
	font: 12px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2b3943;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.thumb-pad4 .badge .box3 {
	font-size: 25px;
	color: #b3b7b9;
}
.thumb-pad4 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad4 .thumbnail .caption ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #dfe1e2;
}
.thumb-pad4 .thumbnail .caption ul li {
	float: left;
	margin-left: 8px;
	padding-left: 13px;
	background: url(../img/square.png) left 9px no-repeat;
}
.thumb-pad4 .thumbnail .caption ul li:first-child {
	padding: 0;
	margin: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption ul li:last-child a {
	color: #f85421;
}
.thumb-pad4 .thumbnail .caption ul li a {
	font: 10px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2b3943;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .caption ul li a:hover {
	color: #ea1c1c;
}
.thumb-pad4 .thumbnail .caption .title {
	font: 20px/23px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ea1c1c;
	margin-bottom: 5px;
}
.thumb-pad4 figure {
	margin: 0;
	float: left;
	margin-right: 26px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .title {
	background: #4c5e73;
	position: relative;
	margin-bottom: 17px;
}
.thumb-pad5 .thumbnail .title .name {
	font: 21px/21px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 4px;
}
.thumb-pad5 .thumbnail .title .description {
	font: 11px/18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fead06;
	text-transform: uppercase;
	margin-bottom: 0;
}
.thumb-pad5 .thumbnail .title em {
	position: absolute;
	bottom: -21px;
	right: 25px;
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../img/tr.png) no-repeat;
}
.thumb-pad5 .thumbnail .title .extra-wrap {
	padding-top: 26px;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0 0 0 12px;
	color: #707675;
}
.thumb-pad5 .thumbnail .caption img {
	float: left;
	margin-right: 17px;
}
.thumb-pad5 .thumbnail .caption .title2 {
	color: #ea1c1c;
	font-size: 16px;
}
.thumb-pad5 figure {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 19px;
}
.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: #707675;
}
.thumb-pad6 .thumbnail .caption .name {
	font: 900 14px 'Lato', "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: #707675;
}
.thumb-pad6 figure {
	margin: 0;
	border: 4px solid #d0d7d5;
	margin-bottom: 18px;
}
.thumb-pad6 figure img {
	width: 100%;
}
.thumb-pad7 {
	margin: 0 0 48px 0;
	padding: 0;
	overflow: hidden;
}
.thumb-pad7.indent {
	margin: 0 0 41px 0;
}
.thumb-pad7 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad7 .thumbnail figure {
	padding: 0;
	margin: 0;
	padding: 4px;
	border: 1px solid #ffffff;
	background: #d0d7d5;
	float: left;
	margin-right: 27px;
}
.thumb-pad7 .thumbnail figure img {
	width: 100%;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption .lnk {
	font: 900 16px/18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ea1c1c;
	text-transform: uppercase;
	margin-bottom: 6px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad7 .thumbnail .caption .lnk:hover {
	color: #ff6908;
}
.thumb-pad7 .thumbnail .caption p {
	margin-top: 4px;
	line-height: 17px;
}
.thumb-pad8 {
	overflow: hidden;
}
.thumb-pad8 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	color: #707675;
}
.thumb-pad8 .thumbnail .caption .title {
	color: #ffffff;
	font: bold 20px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	background: url(../img/dotted2.png) repeat-x;
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
	height: 1px;
}
.thumb-pad8 .thumbnail .caption .description {
	color: #ffc249;
	font: 20px/23px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 16px;
	margin-top: 8px;
}
.thumb-pad8 figure {
	margin: 0 20px 0 0;
	float: left;
}
.thumb-pad8 figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 70px 0;
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	width: 70px;
	background: none;
	text-align: center;
	float: left;
	margin-right: 20px;
}
.thumb-pad9 .badge .box1 {
	font-size: 34px;
	color: #ff550e;
	padding: 19px 0;
	border: 1px solid #8d806b;
}
.thumb-pad9 .badge .box2 {
	font: 17px/24px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8d806b;
	border: 1px solid #8d806b;
	border-top: none;
	padding: 11px 0;
}
.thumb-pad9 .badge .box2 > span {
	display: block;
	font-size: 22px;
}
.thumb-pad9 .badge .box3 {
	overflow: hidden;
	background: #ff550e;
	padding: 10px 0;
}
.thumb-pad9 .badge .box3 span {
	display: inline-block;
	margin-right: 4px;
	color: #ffffff;
	font-size: 16px;
}
.thumb-pad9 .badge .box3 p {
	color: #ffffff;
	font-size: 17px;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 0;
}
.thumb-pad9 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption > p {
	margin-bottom: 29px;
}
.thumb-pad9 .thumbnail .caption .title {
	font: bold 21px/25px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3b3224;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.thumb-pad9 .thumbnail .caption .btn3 {
	float: right;
}
.thumb-pad9 .thumbnail .caption > div {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.thumb-pad9 .thumbnail .caption > div p {
	float: left;
	margin: 0 27px 0 0;
}
.thumb-pad9 .thumbnail .caption > div p span {
	font-size: 16px;
	color: #8d806b;
	float: left;
	margin-right: 4px;
	margin-top: 1px;
}
.thumb-pad9 .thumbnail .caption > div p a {
	color: #0eacff;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad9 .thumbnail .caption > div p a:hover {
	color: #8d806b;
}
.thumb-pad9 figure {
	margin: 0 23px 0 0;
	float: left;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 13px;
	font: 11px 'Roboto';
	margin: 0;
	background: #ff550e;
	text-transform: uppercase;
	text-shadow: none;
	color: #ffffff;
	border: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover {
	color: #ff550e;
	background: #ffffff;
	border-bottom-color: #ff624d;
	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 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: #ea1c1c;
	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: #363636;
	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 'Lato', "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;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	padding: 10px 26px;
	font: bold 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border: 2px solid #ff550e;
	background: #ff550e;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4:hover {
	color: #ff550e;
	background: transparent;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list0 {
	padding: 0;
	margin: 6px 0 0 0;
	list-style: none;
	overflow: hidden;
	display: inline-block;
}
.list0 li {
	float: left;
	padding: 0 7px;
	background: url(../img/dotted.png) right 5px no-repeat;
}
.list0 li a {
	color: #ffffff;
	font: 12px 'Asap';
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list0 li a:hover {
	color: #202020;
}
.list0 li:last-child {
	margin: 0;
	background: none;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 17px;
	border-bottom: 1px solid #ffb07c;
}
.list1 li figure {
	float: left;
	width: 70px;
	margin-right: 20px;
}
.list1 li strong {
	font: 300 28px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: block;
	margin-bottom: 9px;
}
.list1 li p {
	color: #ffffff;
}
.list1 li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.list1-2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 17px;
	border-bottom: 1px solid #e2e3e3;
}
.list1-2 li img {
	float: left;
	width: 70px;
	margin-right: 20px;
}
.list1-2 li strong {
	font: 300 28px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ea1c1c;
	display: block;
	margin-bottom: 9px;
}
.list1-2 li p {
	color: #707675;
}
.list1-2 li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.company_list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.company_list li {
	float: left;
	margin-left: 39px;
}
.company_list li:first-child {
	margin-left: 0;
}
.company_list li a {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.company_list li a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-bottom: 10px;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 12px;
	padding-left: 24px;
	background: url(../img/list_arrow.png) left 3px no-repeat;
}
.list1-1 li p {
	margin-bottom: 23px;
}
.list1-1 li a {
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #707675;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #ea1c1c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 2px;
}
.list2 li a {
	color: #707675;
	font: 12px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 li a:hover {
	color: #ea1c1c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 22px;
}
.list3 li a {
	color: #ea1c1c;
	font: 20px 'Lato', "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 'Lato', "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: #ea1c1c;
	float: left;
	margin-right: 20px;
	margin-top: 2px;
}
.list4 li a {
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #707675;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list4 li a:hover {
	color: #ea1c1c;
	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: 21px;
	margin-bottom: 32px;
}
.list5 li .title {
	color: #000000;
	text-transform: uppercase;
}
.list5 li a {
	text-decoration: underline;
	color: #707675;
}
.list5 li a:hover {
	text-decoration: none;
}
.list5 li img {
	float: left;
	margin-right: 17px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 25px;
}
.list6 li .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	width: 60px;
	background: none;
	text-align: left;
	float: left;
	border: none;
	margin-right: 34px;
}
.list6 li .badge .box1 {
	font: 300 45px/45px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ea1c1c;
}
.list6 li .badge .box2 {
	font: 12px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2b3943;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.list6 li .badge .box3 {
	font-size: 25px;
	color: #b3b7b9;
}
.list6 li .title {
	font: 900 16px/18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ea1c1c;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.list6 li p {
	font-style: italic;
	line-height: 17px;
}
.list8 {
	margin: 0;
	padding: 0 0 17px 0;
	list-style: none;
	text-align: left;
}
.list8 li {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
	padding-top: 22px;
}
#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: none;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #707675;
	padding: 10px 14px;
	height: 41px;
	resize: none;
	margin-bottom: 32px;
}
#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 'Lato', "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;
	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: 453px;
	border: none;
	line-height: 0;
}
.info {
	margin-bottom: 13px;
}
.info p {
	margin-bottom: 27px;
}
/*-----form-----*/
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 63px;
	text-align: left;
}
#contact-form p {
	margin-bottom: 6px;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 61px;
	margin: 0;
	font-weight: normal;
	font: 14px 'Lato', "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: 242px;
	margin-right: 20px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 10px 14px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #cecece;
	background: none;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #707675;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
#contact-form textarea {
	height: 201px;
	margin-bottom: 32px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #ff6908;
	-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 #cecece;
	background: #edf1f0;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #707675;
	padding: 0 14px;
	line-height: 41px;
	height: 41px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.mail {
	font-size: 14px;
	color: #707675;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #ff6908;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .list_carousel1 #foo1 > li {
 width: 270px !important;
}
 .list_carousel1 #foo2 > li {
 width: 370px !important;
}
 .trainerBox figure img {
 position: absolute;
}
 .trainerBox figure img:last-child {
 position: relative;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 .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;
}
 .thumb-pad2 .badge {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .thumb-pad2 figure img {
 width: 100%;
}
 .thumb-pad9 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .pic-box .caption br {
 display: none;
}
 footer .list2Box:after {
 left: -9px;
}
 .list4 {
 padding: 0 0 137px 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 h1.navbar-brand_ {
 margin-bottom: 0;
 float: none;
 margin: 0 0 35px 0;
 width: 100%;
 text-align: center;
}
 .menuBox {
 float: none;
 text-align: center;
}
 nav.tm_navbar {
 display: inline-block;
 float: none;
}
 header article {
 text-align: center;
}
 header article #search {
 float: none;
 display: inline-block;
}
 header article > div {
 float: none;
 display: inline-block;
}
 .list0 {
 float: left;
}
 .thumb-pad1 .thumbnail .caption .title1 {
 font-size: 26px;
 line-height: 26px;
}
 .list6 li a {
 font-size: 14px;
 line-height: 20px;
}
 .info-box {
 width: 100%;
}
 .thumb-pad2-1 .badge {
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 10px;
}
 .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;
}
 .thumb-pad2 .thumbnail .caption .title {
 font-size: 24px;
 line-height: 24px;
}
 .foo-btn {
 left: 0;
 right: 0;
}
 .more-box > div h2 {
 font-size: 28px;
}
 .more-box > div .btn2 {
 float: none;
 margin-left: 15px;
}
 .thumb-pad2 .badge {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .thumb-pad2 figure img {
 width: 100%;
}
 .banner-box {
 margin-top: 0;
}
 .list3 li article {
 width: 100%;
 float: none;
}
 .list3 li .more {
 float: none;
}
 .articles-box {
 overflow: hidden;
 margin-bottom: 50px;
}
 .thumb-pad9 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad8 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .pic-box {
 min-height: 540px;
}
 .pic-box .title {
 font-size: 45px;
 line-height: 45px;
}
 .pic-box .caption {
 top: 50%;
}
 .pic-box .tel {
 font-size: 33px;
 line-height: 33px;
}
 .pic-box .tel > span {
 font-size: 34px;
}
 .center-box .title br {
 display: none;
}
 .training-box {
 padding-bottom: 0;
}
 .training-box article {
 margin-bottom: 35px;
}
 .thumb-pad4 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 25px;
}
 footer .list2Box:after {
 width: 0;
 height: 0  left:0;
 content: none;
}
 .listBox {
 margin-bottom: 45px;
}
 .advantages-box article {
 margin-bottom: 45px;
}
 .thumb-pad7.pad2 .thumbnail figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad7 .thumbnail figure {
 float: left;
 margin-right: 15px;
 margin-bottom: 0;
}
 .support-box article {
 margin-bottom: 45px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 header {
 text-align: center;
 height: auto;
 margin: 0;
 padding: 54px 0 18px 0;
}
 .menuBox {
 float: none;
 padding: 8px 0;
}
 nav.tm_navbar {
 display: inline-block;
 margin-top: 50px;
}
 h1.navbar-brand_ {
 float: none;
 display: block;
 margin-top: 10px;
 margin-bottom: 30px;
}
 h1.navbar-brand_ a img {
 width: 100%;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #ea1c1c;
 background: #ea1c1c;
 color: #ffffff;
 cursor: pointer;
 margin-top: 20px;
 margin-bottom: 30px;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .pic-box {
 text-align: center;
 min-height: 300px;
}
 .pic-box br {
 display: none;
}
 .pic-box p {
 font-size: 27px;
 line-height: 30px;
 padding: 0 30px;
}
 header article {
 text-align: center;
}
 header article #search {
 float: none;
 display: inline-block;
}
 header article > div {
 float: none;
 display: inline-block;
}
 .errorBox {
 margin-bottom: 40px;
}
 .list6 li a {
 font-size: 14px;
 line-height: 20px;
}
 .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;
}
 .list1 li {
 background-position: 0 2px;
}
 .list1 li a {
 font-size: 18px;
}
 .list1 li .badge {
 width: 72px;
 height: 72px;
 line-height: 63px;
 font-size: 25px;
}
 .thumb-pad2 .thumbnail .caption .title {
 font-size: 24px;
 line-height: 24px;
}
 .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;
}
 .thumb-pad2 .badge {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .thumb-pad2 figure img {
 width: 100%;
}
 .thumb-pad33 figure {
 float: left;
 margin-right: 25px;
}
 .thumb-pad33 .thumbnail .caption {
 overflow: visible;
}
 .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;
}
 .thumb-pad9 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad8 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .list3 li article {
 width: 100%;
 float: none;
}
 .list3 li .more {
 float: none;
}
 .pic-box {
 min-height: 540px;
}
 .pic-box .title {
 font-size: 45px;
 line-height: 45px;
}
 .pic-box .caption {
 top: 50%;
}
 .pic-box .tel {
 font-size: 33px;
 line-height: 33px;
}
 .pic-box .tel > span {
 font-size: 34px;
}
 .pic-box hr {
 width: 100%;
}
 .center-box .title br {
 display: none;
}
 .training-box {
 padding-bottom: 0;
}
 .training-box article {
 margin-bottom: 35px;
}
 .posts-box article {
 margin-bottom: 55px;
}
 .VMPlayer {
 margin-bottom: 45px;
}
 footer .list2Box:after {
 width: 0;
 height: 0  left:0;
 content: 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;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad1 .thumbnail figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .banner-box article {
 margin-bottom: 35px;
}
 .thumb-pad4 .thumbnail .caption ul li {
 float: none;
 margin-left: 8px !important;
 padding-left: 13px !important;
 background: url(../img/square.png) left 9px no-repeat !important;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .errorBox img {
 width: 100%;
}
 .more-box {
 text-align: center;
}
 footer ul li {
 margin-left: 1px;
}
 footer ul li a {
 width: 43px;
 height: 43px;
 line-height: 39px;
 font-size: 16px;
}
 .banner-box figure {
 float: none;
 margin-right: 0;
 margin-bottom: 20px;
}
 .pic-box {
 min-height: 480px;
}
 .pic-box .title {
 font-size: 25px;
 line-height: 25px;
 font-weight: normal;
}
 .pic-box .tel {
 font-size: 23px;
 line-height: 23px;
 font-weight: normal;
}
 .pic-box .tel > span {
 font-size: 24px;
}
 .pic-box .caption {
 top: 57%;
}
 .pic-box hr {
 width: 100%;
}
 .center-box .title {
 font-size: 16px;
 line-height: 25px;
}
 .thumb-pad7.pad2 .caption {
 overflow: visible;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ a {
 float: none;
}
 h1.navbar-brand_ strong {
 float: none;
}
 footer .priv br {
 display: block;
}
 .list6 li .badge {
 width: 54px;
 height: 54px;
 font-size: 18px;
 line-height: 45px;
}
 .videos-box article {
 width: 100%;
 float: none;
 margin-bottom: 35px;
}
 .thumb-pad2 .thumbnail .caption .title {
 font-size: 18px;
 line-height: 20px;
}
 .clientsBox,  .testBox,  .etiquetteBox {
 background: #200e0e;
}
 .training-box article {
 width: 100%;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0;
 float: none;
 margin-bottom: 15px;
}
 .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 .tel span {
 display: inline-block;
 float: none;
}
 .list1 li figure {
 float: none;
 width: 70px;
 margin-right: 0;
 margin-bottom: 15px;
}
 .testimBox article {
 width: 100%;
 float: none;
}
 .thumb-pad7 .thumbnail figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 ._accodList > li ._plus {
 border-right: none;
}
 header {
 position: relative;
}
 .pic-box {
 background: #ea1c1c;
 min-height: 180px;
}
 .pic-box .caption {
 top: 25%;
}
 .pic-box hr {
 display: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .thumb-pad2-1 .badge {
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 10px;
}
 .clientsBox,  .testBox,  .etiquetteBox {
 background: #200e0e;
}
 .pic-box {
 background: #ea1c1c;
 min-height: 180px;
}
 .pic-box .caption {
 top: 25%;
}
 .pic-box hr {
 display: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 57px;
}
.margTop {
	margin-top: 60px;
}
.padBot {
	padding-bottom: 37px;
}
.padTop {
	padding-top: 20px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

.homepage_button {
	display: inline;	
	margin: -20px;
}

.homepage_price {
    position: relative; 
    padding: 0px;
    margin: 0px;
    top: 50px; 
    right: 85px;
    /* left: -85px; */
	font-size: 16px;
	font-weight: bold;		
}

.products_price {
    position: relative; 
    top: 82px; 
    left: -170px;
	font-size: 42px;
	font-weight: bold;
}

.red_text { 
	font-size: 14px;
	font-family: arial, helvetica;  
	font-weight: bold; 
	line-height: 120%;
	color: #F31;
}

.blue_text { 
	font-size: 14px;
	font-family: arial, helvetica;  
	font-weight: bold; 
	line-height: 120%;
	color: #3477E7;
}

.green_text { 
	font-size: 14px;
	font-family: arial, helvetica;  
	font-weight: bold; 
	line-height: 120%;
	color: #00911F;
}

.input_3 {
	width: 30px;
	height: 22px;
	border: solid #BC1201;
	border-width: 1px 1px 1px 1px;
	font-size: 13px;
}

.success-message {
	background: #93EBBA;
}
