@import url(//fonts.googleapis.com/css?family=Asap:400,700,400italic,700italic);
@import url(//fonts.googleapis.com/css?family=Sarina);
@import url(//fonts.googleapis.com/css?family=Satisfy);
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700,900,300);
body {
	background: #d4b574 url(../img/pattern.png) repeat;
	font: 14px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #7e705b;
}
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: 15px;
	line-height: 18px;
}
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 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 20px 0;
}
h2.indent {
	margin-bottom: 34px;
}
h3 {
	color: #3b3224;
	font: 21px/24px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 18px 0;
}
h4 {
	color: #3b3224;
	font: bold italic 24px/24px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 18px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: url(../img/pattern1.png) repeat;
}
.global.indent {
	padding-top: 70px;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	padding: 44px 0 36px 0;
	position: relative;
	z-index: 3;
	margin-top: 8px;
	background: #f9f5ed;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 2px 0 0 0;
	min-height: 0;
	float: right;
}
nav.tm_navbar li {
	float: left;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	position: relative;
	margin-right: 47px;
}
nav.tm_navbar li:first-child a {
	text-indent: -9999px;
}
nav.tm_navbar li:last-child {
	margin-right: 0;
}
nav.tm_navbar li em {
	width: 1px;
	height: 9px;
	background: #ccc;
	position: absolute;
	right: -8px;
	bottom: 30px;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	text-transform: none;
	font: bold 18px 'Asap';
	color: #3b3224;
	background: none;
	float: left;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li.active > a {
	color: #ff601d;
	background: none;
}
nav.tm_navbar li > a:hover {
	color: #ff601d;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a {
	color: #ff601d;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li a span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -6px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 184px;
	left: -57px;
	top: 60px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ff9d0e;
	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 .tr {
	height: 7px;
	display: inline-block;
	width: 100%;
	position: absolute;
	top: -7px;
	left: 0;
	background: url(../img/tr.png) center 0 no-repeat;
}
nav.tm_navbar .sub-menu > ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	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: 186px;
	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 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	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: #ff9d0e !important;
	background: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	padding: 5px 0 0 0;
	background: #d4b574;
}
header .srch-box {
	overflow: hidden;
	float: right;
}
header .srch-box p {
	font: 14px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 9px 0 0 0;
	float: left;
}
header .srch-box p a {
	font: bold 12px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
header .srch-box p a:hover {
	color: #202020;
}
header .srch-box span {
	font-size: 14px;
	color: #ffffff;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.follow_icon {
	padding: 0;
	margin: 5px 0 0 8px;
	list-style: none;
	overflow: hidden;
	float: right;
}
.follow_icon li {
	float: left;
	margin: 0 0 0 4px;
}
.follow_icon li a {
	font-size: 14px;
	color: #ffffff;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 100%;
}
.follow_icon li a:hover {
	color: #ffffff;
	background: #ff550e !important;
}
.follow_icon li:first-child a {
	background: #3a5a9f;
}
.follow_icon li:first-child + li a {
	background: #45b0e3;
}
.follow_icon li:first-child + li + li a {
	background: #d61119;
}
.follow_icon li:first-child + li + li + li a {
	background: #1783bc;
}
.follow_icon li:last-child a {
	background: #676767;
}
footer {
	padding: 75px 0 50px 0;
	text-align: center;
}
footer em {
	font-style: normal;
}
footer .priv {
	color: #ffffff;
	font-size: 18px;
}
footer .priv a {
	color: #ffffff;
	font-size: 18px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer .priv a:hover {
	color: #ff550e;
}
footer ul {
	padding: 0;
	margin: 0 0 58px 0;
	list-style: none;
	text-align: center;
}
footer ul li {
	float: none;
	display: inline-block;
	margin-left: 30px;
}
footer ul li a {
	border: 2px solid #ffffff;
	width: 73px;
	height: 76px;
	line-height: 76px;
	border-radius: 100%;
	display: inline-block;
	font-size: 39px;
	color: #ffffff;
	text-align: center;
	background: transparent;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer ul li a:hover {
	background: #ffffff;
	color: #ff550e;
}
footer ul li:first-child {
	margin-left: 0;
}
footer h2 {
	color: #ffffff;
	margin-bottom: 14px;
	font: bold italic 27px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer .priv br {
	display: none;
}
.foo_info {
	margin-bottom: 80px;
}
.foo_info p {
	color: #ffffff;
	line-height: 24px;
	margin-bottom: 0;
}
.foo_info span {
	display: inline-block;
	width: 82px;
}
.testimonialsBox {
	margin-top: 69px;
	margin-bottom: 69px;
}
.teamBox {
	margin-bottom: 30px;
}
.teamBox article {
	margin-bottom: 25px;
}
.center-box {
	text-align: center;
	padding-top: 63px;
}
.who-box, .history-box, .trainers-box {
	margin-bottom: 30px;
}
.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;
}
.privacyBox {
	padding-bottom: 57px;
}
.pic-box {
	position: relative;
	min-height: 507px;
	background: #ffffff url(../img/picture1.jpg) center 0 no-repeat;
}
.pic-box p {
	font: 41px/41px 'Satisfy';
	color: #ffffff;
	position: absolute;
	margin: 0;
	bottom: 59px;
}
.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 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff9d0e;
	text-transform: uppercase;
	margin-bottom: 0;
}
.more-box > div .btn2 {
	float: right;
	margin-top: 12px;
}
.more-box > div p {
	margin-bottom: 0;
	color: #3b3224;
	font-size: 18px;
}
.testimonials-box {
	margin-bottom: 62px;
}
.testimonials-box a {
	font: italic 14px 'Asap', "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 'Asap', "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 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #404040;
	text-transform: none;
	margin-bottom: 0;
}
.testimonials-box1 > div .title {
	font: 900 18px/20px 'Asap', "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;
}
.banner-box figure {
	margin-bottom: 21px;
}
.banner-box figure img {
	width: 100%;
}
.banner-box h4 {
	color: #3b3224;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	font-style: normal;
	margin-bottom: 14px;
}
.banner-box article {
	margin-bottom: 65px;
}
.books-box {
	margin-top: 62px;
}
/*-----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;
}
.errorBox {
	margin-top: -14px;
}
.errorBox1 {
	margin-top: 0;
}
.errorBox1 h2 {
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 9px;
}
.errorBox1 h3 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 50px;
	font-weight: bold;
	font-style: italic;
}
.errorBox1 p {
	font-size: 18px;
	line-height: 18px;
}
.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: bold 14px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	color: #3b3224;
	background: #f9f5ed;
	border: none;
	padding: 18px 0 18px 77px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
._accodList > li h6.color1 {
	color: #606060;
	background: #f9f5ed;
}
._accodList > li h6.color2 {
	color: #606060;
	background: #f9f5ed;
}
._accodList > li p {
	margin: 0;
	padding: 11px 0 30px 77px;
	font: 14px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #000000;
	background: #f9f5ed;
}
._accodList > li ._plus {
	width: 52px;
	height: 52px;
	position: absolute;
	z-index: 1;
	display: inline-block;
	left: 0;
	cursor: pointer;
	top: 0;
	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 em {
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	height: 100%;
	background: #dbd0c4;
}
._accodList li h6:hover {
	color: #0eacff;
	background: #f9f5ed;
	-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: 61px;
}
.thumb-pad1 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	text-align: center;
}
.thumb-pad1 .thumbnail figure {
	margin-bottom: 29px;
}
.thumb-pad1 .thumbnail .title {
	font: bold 18px/18px 'Asap';
	color: #3b3224;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.thumb-pad1 .thumbnail p {
	font: 14px/18px 'Asap';
	color: #000;
	margin-bottom: 0;
	font-size: 14px;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #7e705b;
}
.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 'Asap', "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 'Asap', "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 'Asap', "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: #7e705b;
	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;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	text-align: center;
	color: #7e705b;
}
.thumb-pad3 .thumbnail .caption .title {
	color: #ffffff;
	font: bold 20px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}
.thumb-pad3 .thumbnail .caption hr {
	background: url(../img/dotted2.png) repeat-x;
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
	height: 1px;
}
.thumb-pad3 .thumbnail .caption .description {
	color: #ffc249;
	font: 20px/23px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 16px;
	margin-top: 8px;
}
.thumb-pad3 figure {
	margin: 0;
	margin-bottom: 17px;
}
.thumb-pad3 figure img {
	width: 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;
	color: #3b3224;
}
.thumb-pad33 figure {
	margin: 0 0 26px 0;
}
.thumb-pad33 figure img {
	width: 100%;
}
.thumb-pad4 {
	position: relative;
	margin: 0 0 40px 0;
	padding: 34px 29px 22px 29px;
	background: #fcfaf6;
	-webkit-box-shadow: 2px 4px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 4px 2px 0 rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}
.thumb-pad4 em {
	position: absolute;
	top: 18px;
	left: 162px;
	width: 59px;
	height: 55px;
	background: url(../img/quote.png) no-repeat;
	z-index: 0;
}
.thumb-pad4 strong {
	position: absolute;
	bottom: -39px;
	left: 60px;
	width: 75px;
	height: 39px;
	background: url(../img/triangle1.png) no-repeat;
}
.thumb-pad4 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 18px 0 0 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.thumb-pad4 .thumbnail .caption p {
	font-size: 12px;
}
.thumb-pad4 figure {
	margin: 0;
	float: left;
	margin-right: 26px;
	border-radius: 100%;
}
.thumb-pad4 figure img {
	border-radius: 100%;
}
.thumb-pad5 {
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	color: #7e705b;
}
.thumb-pad5 figure {
	margin: 0 0 24px 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	margin: 0 0 40px 0;
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .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-pad6 .badge .box2 {
	font: 17px/24px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8d806b;
	border: 1px solid #8d806b;
	padding: 11px 0;
}
.thumb-pad6 .badge .box2 > span {
	display: block;
	font-size: 22px;
}
.thumb-pad6 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption p {
	margin-top: 9px;
	margin-bottom: 23px;
}
.thumb-pad6 .thumbnail .caption .lnk {
	color: #3b3224;
	font: bold 21px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .caption .lnk:hover {
	color: #ff550e;
}
.thumb-pad6 figure {
	margin: 0 27px 0 0;
	float: left;
}
.thumb-pad7 {
	margin: 0 0 6px 0;
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	width: 70px;
	background: none;
	text-align: center;
	float: left;
}
.thumb-pad7 .badge .box1 {
	font-size: 34px;
	color: #ff550e;
	padding: 19px 0;
	border: 1px solid #8d806b;
}
.thumb-pad7 .badge .box2 {
	font: 17px/24px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8d806b;
	border: 1px solid #8d806b;
	border-top: none;
	padding: 11px 0;
}
.thumb-pad7 .badge .box2 > span {
	display: block;
	font-size: 22px;
}
.thumb-pad7 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 18px 0 0 29px;
	overflow: hidden;
	background: #f9f5ed;
	min-height: 146px;
}
.thumb-pad7 .thumbnail .caption p {
	margin-top: 9px;
	margin-bottom: 0;
}
.thumb-pad7 .thumbnail .caption .lnk {
	color: #3b3224;
	font: bold 21px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad7 .thumbnail .caption .lnk:hover {
	color: #ff550e;
}
.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: #7e705b;
}
.thumb-pad8 .thumbnail .caption .title {
	color: #ffffff;
	font: bold 20px 'Asap', "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 'Asap', "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 'Asap', "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 'Asap', "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 'Asap', "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: 10px 26px;
	font: bold 18px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ff9d0e;
	border: 2px solid #ff9d0e;
	background: transparent;
	text-transform: uppercase;
	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 'Asap', "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 'Asap', "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: 11px;
}
.list1 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 20px;
	display: inline-block;
	background: #0eacff;
	border: 4px solid #1d9cdf;
	width: 102px;
	height: 102px;
	border-radius: 100%;
	line-height: 95px;
	text-align: center;
	font-size: 42px;
	color: #ffffff;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: 1px solid transparent;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.list1 li p {
	margin-top: 19px;
	color: #000000;
}
.list1 li a {
	font: 25px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3b3224;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li a:hover {
	color: #0eacff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-bottom: 22px;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 4px;
	padding-left: 14px;
	background: url(../img/list_arrow.png) left 7px no-repeat;
}
.list1-1 li a {
	font: bold 14px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3b3224;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #ff550e;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 {
	margin: 0;
	padding: 11px 0 0 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	height: 52px;
	background: #f9f5ed;
	margin-bottom: 5px;
}
.list2 li time {
	font: bold 18px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #0eacff;
	display: inline-block;
	width: 102px;
	height: inherit;
	line-height: 52px;
	text-align: center;
	float: left;
	margin-right: 23px;
}
.list2 li p {
	font-weight: bold;
	color: #3b3224;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 15px;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 25px;
}
.list3 li article {
	width: 430px;
	float: left;
}
.list3 li h3 {
	margin-bottom: 7px;
}
.list3 li .more {
	float: right;
}
.list3 li .more .btn3 {
	margin-bottom: 12px;
}
.list3 li .more p {
	text-transform: uppercase;
	font-weight: bold;
	color: #3b3224;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 20px;
	display: inline-block;
	background: #0eacff;
	border: 4px solid #1d9cdf;
	width: 57px;
	height: 57px;
	border-radius: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 49px;
	color: #ffffff;
	margin-top: -5px;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 32px;
}
.list5 li .title {
	color: #000000;
	text-transform: uppercase;
}
.list5 li a {
	text-decoration: underline;
	color: #7e705b;
}
.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: 9px;
}
.list6 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 20px;
	display: inline-block;
	background: #0eacff;
	border: 4px solid #1d9cdf;
	width: 69px;
	height: 69px;
	border-radius: 100%;
	text-align: center;
	font: bold 25px/59px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.list8 {
	margin: 0;
	padding: 0 0 17px 0;
	list-style: none;
	text-align: left;
}
.list8 li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 17px;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li strong {
	color: #202020;
}
.list8 li h3 {
	margin-bottom: 15px;
}
/*-----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: 2px solid #baaf9d;
	background: #f3ede2;
	font: 14px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #7e705b;
	padding: 7px 14px;
	height: 37px;
	resize: none;
	margin-bottom: 34px;
}
#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 'Asap', "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 61px 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: 538px;
	border: none;
	line-height: 0;
}
.info {
	margin-bottom: 13px;
	margin-top: 53px;
}
.info h4 {
	text-transform: uppercase;
	font-size: 20px;
	font-style: normal;
	margin-bottom: 11px;
}
.info p {
	margin-bottom: 27px;
}
.info p a {
	color: #7e705b;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.info p a:hover {
	color: #01b0cd;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----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: 66px;
	margin: 0;
	font-weight: normal;
	font: 14px 'Asap', "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: 243px;
	margin-right: 18px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 7px 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: 2px solid #baaf9d;
	background: #f3ede2;
	font: 14px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #7e705b;
	padding: 7px 14px;
	height: 37px;
	resize: none;
}
#contact-form textarea {
	height: 151px;
	margin-bottom: 30px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #ff624d;
	-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: 2px solid #baaf9d;
	background: #f3ede2;
	font: 14px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7e705b;
	padding: 0 14px;
	line-height: 61px;
	height: 61px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn3 {
	float: left;
}
.btns p {
	float: left;
	margin-top: 2px;
	margin-left: 30px;
	color: #0eacff;
}
.mail {
	font-size: 14px;
	color: #0eacff;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #3b3224;
	text-decoration: none;
	-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;
}
 .thumb-pad5 figure {
 padding-right: 100px;
}
 .trainerBox figure img {
 position: absolute;
}
 .trainerBox figure img:last-child {
 position: relative;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 .thumb-pad7 .thumbnail .caption .descrip i {
 float: none;
 display: block;
}
 .thumb-pad7 .thumbnail .caption .descrip a {
 float: none;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .errorBox > img {
 width: 100%;
}
 .thumb-pad3 .thumbnail .caption a {
 font-size: 13px;
}
 .list3 li article {
 width: 100%;
 float: none;
}
 .list3 li .more {
 float: none;
}
 .errorBox figure img {
 width: 100%;
}
 .thumb-pad7 .thumbnail .caption .lnk {
 font-size: 22px;
 line-height: 22px;
}
 .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;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@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;
}
 .trainers-box {
 margin-top: 50px;
}
 .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;
}
 .thumb-pad3 .thumbnail .caption {
 overflow: visible;
}
 .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;
}
 .thumb-pad7 .thumbnail .caption .lnk {
 font-size: 22px;
 line-height: 22px;
}
 ._accodList {
 margin-bottom: 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-pad5 {
 margin-bottom: 40px;
}
 .banner-box {
 margin-top: 0;
}
 .thumb-pad5 figure {
 margin: 0;
 float: left;
 margin-right: 30px;
}
 .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;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 header {
 text-align: center;
 position: relative;
 height: auto;
 margin: 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 #d4b574;
 background: #d4b574;
 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 .srch-box {
 float: none;
 display: block;
}
 header .srch-box p {
 float: none;
}
 header .srch-box .follow_icon {
 float: none;
 display: inline-block;
 margin: 25px 0 0 0;
}
 header article {
 text-align: center;
}
 header article #search {
 float: none;
 display: inline-block;
}
 header article > div {
 float: none;
 display: inline-block;
}
 .thumb-pad7 .thumbnail .caption .descrip i {
 float: none;
 display: block;
}
 .thumb-pad7 .thumbnail .caption .descrip a {
 float: none;
}
 .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;
}
 .thumb-pad5 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad5 {
 padding-bottom: 40px;
}
 .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;
}
 .thumb-pad3 {
 margin-bottom: 30px;
}
 .thumb-pad7 .thumbnail .caption .lnk {
 font-size: 22px;
 line-height: 22px;
}
 .errorBox h2 {
 font-size: 90px;
 line-height: 90px;
}
 .errorBox h3 {
 font-size: 40px;
 line-height: 40px;
}
 .history-box {
 margin-top: 50px;
}
 .trainers-box {
 overflow: hidden;
}
 ._accodList {
 margin-bottom: 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;
}
 .thumb-pad5 figure {
 margin: 0;
 float: left;
 margin-right: 30px;
}
 .thumb-pad5 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad6 .thumbnail .caption {
 overflow: visible;
}
 .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;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad1 .thumbnail figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad7 .thumbnail figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad7 .thumbnail figure img {
 width: 100%;
}
 .banner-box article {
 margin-bottom: 35px;
}
 .thumb-pad6 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad6 figure img {
 width: 100%;
}
 .thumb-pad6 .badge {
 margin-right: 0;
 margin-bottom: 10px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .thumb-pad3 figure {
 width: 100%;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad7 .thumbnail figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad7 .thumbnail figure img {
 width: 100%;
}
 .thumb-pad3 .thumbnail .caption {
 overflow: visible;
}
 .errorBox img {
 width: 100%;
}
 .thumb-pad5 .thumbnail .post .posted br {
 display: block;
}
 .thumb-pad5 .thumbnail .post .posted a {
 float: none !important;
}
 .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;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ a {
 float: none;
}
 h1.navbar-brand_ strong {
 float: none;
}
 .thumb-pad5 .thumbnail .badgeBox p br {
 display: block;
}
 .thumb-pad5 .thumbnail .badgeBox p > .lnk {
 float: none !important;
}
 .thumb-pad3 .thumbnail .caption a {
 font-size: 13px;
}
 .thumb-pad5 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .list6 li .title {
 display: block;
 padding: 0 0 0 24px;
 font-size: 14px;
}
 ._accodList > li em {
 display: none;
}
 ._accodList > li h6 {
 padding-right: 10px;
}
 footer .priv br {
 display: block;
}
 .list6 li .badge {
 width: 54px;
 height: 54px;
 font-size: 18px;
 line-height: 45px;
}
 .list2 li {
 height: 72px;
}
 .videos-box article {
 width: 100%;
 float: none;
 margin-bottom: 35px;
}
 .thumb-pad2 .thumbnail .caption .title {
 font-size: 18px;
 line-height: 20px;
}
 .thumb-pad3 .thumbnail .caption .title {
 font-size: 16px;
}
 .thumb-pad3 .thumbnail .caption .description {
 font-size: 16px;
 line-height: 20px;
}
 .clientsBox,  .testBox,  .etiquetteBox {
 background: #200e0e;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@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;
}
 .thumb-pad5 figure img {
 width: 100%;
}
 .thumb-pad3 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad3 figure img {
 width: 100%;
}
 .clientsBox,  .testBox,  .etiquetteBox {
 background: #200e0e;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 57px;
}
.margTop {
	margin-top: 60px;
}
.padBot {
	padding-bottom: 37px;
}
.padTop {
	padding-top: 20px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
