/*----2025-06-12----*/



@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Alegreya+SC:400,700,900);
@import url(//fonts.googleapis.com/css?family=Oswald:400);
body {
	background: #857f11;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #000000;
}
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: 27px;
	font-weight: 300;
	line-height: 24px;
}
h1.navbar-brand_ {
	margin: 9px 0 58px 0;
	padding: 0;
	float: center;
}
h1.navbar-brand_ a {
	display: inline-block;
	padding: 0;
}
h2 {
	font: 24px/24px 'Oswald';
	color: #857f11;
	text-transform: uppercase;
	margin: 0 0 45px 0;
	text-align: center;
	width: 100%;
	position: relative;
}
h2 span {
	padding: 17px 26px 24px 26px;
	display: inline-block;
	border-top: 1px solid #d9d9d9;
	line-height: 35px;
	border-bottom: 1px solid #d9d9d9;
}
h2 strong {
	width: 100%;
	display: inline-block;
	bottom: -20%;
	left: 0;
	position: absolute;
}
h2.indent {
	margin: 0 0 52px 0;
}
h3 {
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 13px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 60px 0 0 0;
	background: #ffffff;
}
.global.indent2 {
	padding: 94px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	border-top: 1px solid #e1f3ee;
	border-bottom: 1px solid #bae2d7;
	background: #ffffff;
	padding: 2px 0;
	text-align: center;
	background: #857f11;
	
}
.menuBox > div {
	border-top: 1px solid #e1f3ee;
	border-bottom: 1px solid #e1f3ee;
	padding: 10px 0 ;
	
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	display: inline-block;
	min-height: 0;
}
nav.tm_navbar li {
	font-size: 13px;
	line-height: 24px;
	padding: 0;
	margin: 0 18px 0 0;
	float: left;f
	
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 4px 0px;
	font: bold 14px 'Open Sans';
	color: #ffffff;
	background: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li a::before, nav.tm_navbar li a::after {
 position: absolute;
 left: 0;
 width: 100%;
 height: 1px;
 background: #ffffff;
 content: '';
 opacity: 0;
 -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
 -moz-transition: opacity 0.3s, -moz-transform 0.3s;
 transition: opacity 0.3s, transform 0.3s;
 -webkit-transform: translateY(-10px);
 -moz-transform: translateY(-10px);
 transform: translateY(-10px);
}
nav.tm_navbar li a::before {
 top: 0;
 -webkit-transform: translateY(-10px);
 -moz-transform: translateY(-10px);
 transform: translateY(-10px);
}
nav.tm_navbar li a::after {
 bottom: 0;
 -webkit-transform: translateY(10px);
 -moz-transform: translateY(10px);
 transform: translateY(10px);
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: none;
}
nav.tm_navbar li.active > a::before, nav.tm_navbar li.active > a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > a::before, nav.tm_navbar li:hover > a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a::before, nav.tm_navbar .sfHover > a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
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;
	top: 1px;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 131px;
	left: -29px;
	top: 30px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 10px 0 5px 0;
	margin: 0;
	text-align: left;
	border-top: 3px solid #34302f;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	position: relative;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 6px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	background: transparent;
	padding: 0 0 0 44px;
	margin: 0;
	float: none;
	font: 12px/23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #929292;
	display: block;
	text-transform: none;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li a::before, nav.tm_navbar .sub-menu > ul li a::after {
 display: none;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) right 0 no-repeat;
	width: 6px;
	height: 5px;
	position: absolute;
	left: auto;
	right: 14px;
	top: 10px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #34302f !important;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: #34302f !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 131px;
	left: 141px;
	top: -10px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 10px 0 5px 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li {
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: transparent;
	padding: 0 0 0 44px;
	margin: 0;
	float: none;
	font: 12px/23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #929292;
	display: block;
	text-transform: none;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #34302f !important;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.select-menu {
	display: none !important;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	position: relative;
	margin: 0;
	padding: 35px 0 0 0;
	z-index: 11;
	background: #ffffff;
	border-top: 6px solid #857f11;
	background: url(../img/pattern.jpg) repeat;
}
header .part1 {
	position: relative;
	background: #ffffff;
	border: 1px solid #dcdbda;
	border-left: none;
	border-right: none;
	width: 250px;
	float: left;
	text-align: center;
	color: #857f11;
	font: 18px/40px 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-right: 55px;
}
header .part1 em {
	position: absolute;
	top: 0;
	left: -12px;
	width: 12px;
	height: 40px;
	display: inline-block;
	background: url(../img/corner_left.png) no-repeat;
}
header .part1 i {
	position: absolute;
	top: 0;
	right: -12px;
	width: 12px;
	height: 40px;
	display: inline-block;
	background: url(../img/corner_right.png) no-repeat;
}
header .part2 {
	position: relative;
	background: #ffffff;
	border: 1px solid #dcdbda;
	border-left: none;
	border-right: none;
	width: 230px;
	float: right;
	text-align: center;
	color: #857f11;
	font: 22px/40px 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header .part2 em {
	position: absolute;
	top: 0;
	left: -12px;
	width: 12px;
	height: 40px;
	display: inline-block;
	background: url(../img/corner_left.png) no-repeat;
}
header .part2 i {
	position: absolute;
	top: 0;
	right: -12px;
	width: 12px;
	height: 40px;
	display: inline-block;
	background: url(../img/corner_right.png) no-repeat;
}
header .part2 span {
	color: #a1a1a1;
	font-size: 15px;
	position: relative;
	top: 2px;
	margin-right: 6px;
}
footer {
	padding: 15px 0;
	text-align: center;
}
footer p {
	font: '14px Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0;
}
footer p a {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #4f4f4f;
}
footer em {
	font-style: normal;
}
footer span {
	padding: 0 2px;
}
footer br {
	display: none;
}
#toTop {
	display: none;
	width: 32px;
	height: 32px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -660px !important;
	right: 50%;
	bottom: 224px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.trainerBox {
	margin-bottom: 20px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure a {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.trainerBox figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.trainerBox figure img {
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.advantages-box {
	background: #ffffff;
	padding: 0 0 24px 0;
}
.advantages-box .col-lg-3, .advantages-box .col-lg-4, .advantages-box .col-lg-5 {
	margin-bottom: 37px;
}
.who-box {
	padding: 0;
}
.who-box .col-lg-4 {
	margin-bottom: 35px;
}
.testimBox {
	padding: 50px 0 0 0;
	background: url(../img/bg_pic3.jpg) center top fixed no-repeat;
	text-align: center;
}
.testimBox img {
	margin-bottom: 24px;
}
.errorBox {
	margin-bottom: 68px;
}
.errorBox > div {
	background: #857f11;
	text-align: center;
	padding: 117px 0 122px 0;
}
.errorBox1 {
	margin-bottom: 68px;
}
.errorBox1 > div {
	text-align: left;
	background: #f9f9f9;
	border-top: 5px solid #857f11;
	padding: 20px 0 196px 0;
}
.errorBox1 > div h2 {
	font: 40px/40px 'Alegreya SC';
	color: #857f11;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 7px;
}
.about-box {
	overflow: hidden;
	text-align: center;
	padding-bottom: 62px;
}
.bg-box {
	padding: 72px 0 85px 0;
	margin-bottom: 63px;
	overflow: hidden;
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	text-align: center;
}
.salle-bg-box {
	padding: 72px 0 85px 0;
	margin-bottom: 63px;
	overflow: hidden;
	background: url(../img/salle/bg_pic2.jpg) center top fixed no-repeat;
	text-align: center;
}
.bg-box .title {
	font: bold 35px 'Oswald';
	color: #ffffff;
	margin-bottom: 2px;
}
.salle-bg-box .title {
	font: bold 35px 'Oswald';
	color: #ffffff;
	margin-bottom: 2px;
}

.bg-box .description {
	font: bold 20px 'Alegreya SC';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.salle-bg-box .description {
	font: bold 20px 'Alegreya SC';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.bg-box2 {
	padding: 54px 0 64px 0;
	margin-bottom: 67px;
	overflow: hidden;
	background: url(../img/bg_pic2.jpg) center top fixed no-repeat;
}

.salle-bg-box2 {
	padding: 54px 0 64px 0;
	margin-bottom: 67px;
	overflow: hidden;
/*	background: url(../img/salle/bg_pic2.jpg) center top fixed no-repeat;*/
}
.team-box {
	padding-bottom: 64px;
	overflow: hidden;
	text-align: center;
}
.touch-box {
	background: url(../img/pattern.jpg) repeat;
	padding: 65px 0;
	overflow: hidden;
	border-top: 7px solid #857f11;
	text-align: center;
}
.touch-box img {
	margin-bottom: 25px;
}
/*------------------isotop items------------------*/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	overflow: visible;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.izotopeBox {
	text-align: center;
	padding-bottom: 67px;
	overflow: hidden;
}
.izotopeBox.indent {
	padding-bottom: 20px;
}
.izotope-box {
	margin: 0 0 14px -30px;
}
.element {
	height: auto !important;
	display: block;
	position: relative;
	border: none;
	margin: 0 !important;
	padding: 0 0 30px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#options {
	margin-bottom: 43px;
}
#options .pagination {
	margin: 0;
}
#filters li {
	display: inline-block;
	margin-right: 30px !important;
}
#filters {
	position: relative;
}
#filters li {
	float: left;
}
#filters li a {
	padding: 0 17px;
	border-radius: 0 !important;
	font: 16px/34px 'Alegreya SC';
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #e5e5e5;
	color: #999;
	margin: 0;
	background: transparent;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#filters li a:hover {
	text-decoration: none;
	border-color: #857f11;
	background: #857f11;
	color: #ffffff !important;
}
#filters.pagination li a.selected {
	text-decoration: none;
	border-color: #857f11 !important;
	background: #857f11 !important;
	color: #ffffff !important;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 0;
	text-align: center;
	padding: 0 15px;
}
.list_carousel1 #foo1 > li .title {
	font: 35px/40px 'Oswald';
	color: #ffffff;
	margin-bottom: 15px;
}
.list_carousel1 #foo1 > li .name {
	font: bold 24px 'Alegreya SC';
	color: #ffffff;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
}
.list_carousel1 #foo1 > li .name em {
	position: absolute;
	left: -87px;
	top: 18px;
	width: 75px;
	height: 1px;
	display: inline-block;
	background: #ffffff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.list_carousel1 #foo1 > li .name i {
	position: absolute;
	right: -87px;
	top: 18px;
	width: 75px;
	height: 1px;
	display: inline-block;
	background: #ffffff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
	margin-bottom: 20px !important;
}
.carousel-box {
	padding-top: 48px;
	margin-bottom: 65px;
}
.foo-btn {
	position: relative;
	top: 0;
	text-align: center;
	padding: 0;
}
#foo2_pag {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
#foo2_pag a {
	position: relative;
	z-index: 1;
	width: 13px;
	height: 13px;
	padding: 0 !important;
	margin: 0 0 0 18px;
	display: inline-block;
	background: transparent !important;
	border: 1px solid #ffffff !important;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#foo2_pag a:first-child {
	margin-left: 0;
}
#foo2_pag a:hover {
	background: #ffffff !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#foo2_pag a.selected {
	background: #ffffff !important;
}
#foo2_pag a span {
	display: none;
}
/*-----thumbs-----*/
.thumb-pad1 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 figure {
	position: relative;
	text-align: center;
	padding: 0;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad1 figure .title {
	font: bold 16px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.thumb-pad1 figure p {
	color: #ffffff;
	margin-bottom: 0;
	font-style: normal;
	font: 18px 'Oswald';
}
.thumb-pad1 figure .description {
	margin-bottom: 15px;
}
.thumb-pad1 figure .price {
	font: bold 30px 'Alegreya SC';
	color: #ffffff;
	margin-bottom: 0;
}
.thumb-pad1 figure figcaption {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 63px 20px;
	top: 0;
	left: 0;
	display: block;
	background: #857f11;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-pad1 figure:hover figcaption {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-pad2 {
	margin: 0 0 44px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 figure {
	position: relative;
	text-align: center;
	padding: 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2 figure .title {
	font: bold 16px 'Alegreya SC';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0;
	display: block;
}
.thumb-pad2 figure p {
	color: #ffffff;
	margin-bottom: 20px;
	font-style: normal;
	font: 18px 'Oswald';
	text-transform: uppercase;
}
.thumb-pad2 figure .description {
	margin-bottom: 18px;
	display: block;
}
.thumb-pad2 figure figcaption {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 63px 20px;
	top: 0;
	left: 0;
	display: block;
	background: #857f11;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-pad2 figure:hover figcaption {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-pad3 {
	overflow: hidden;
	margin: 0 0 43px 0;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3 figure {
	margin: 0;
	position: relative;
	display: block;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad3 figure em {
	width: 100%;
	height: 100%;
	background: url(../img/play.png) center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 figure:hover em {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 figure p {
	font: 30px/36px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 0;
	position: absolute;
	bottom: 24px;
	left: 30px;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 figure {
	margin: 0 0 20px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 62px 0;
	overflow: hidden;
}
.thumb-pad5 hr {
	display: block;
	margin: 0;
	border-top: 1px solid #919aa4;
	border-bottom: 1px solid #919aa4;
	height: 6px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0 0 44px 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad6 {
	overflow: hidden;
	margin-bottom: 56px;
	text-align: left;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail a {
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail a:hover {
	color: #857f11;
}
.thumb-pad6 .thumbnail p {
	margin-bottom: 17px;
	font-style: italic;
	color: #ffffff;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #6b6b6b;
}
.thumb-pad6 .thumbnail figure {
	float: left;
	display: block;
	margin: 8px 20px 0 0;
}
.thumb-pad6 .thumbnail figure img {
	margin-bottom: 0;
}
.thumb-pad7 {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.thumb-pad7 strong {
	padding-top: 19px;
	display: inline-block;
	width: 84px;
	height: 84px;
	text-align: center;
	background: #ffcc0d;
	color: #2c3e50;
	text-transform: uppercase;
	font: bold 30px/25px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	margin-right: 26px;
}
.thumb-pad7 strong span {
	font-size: 18px;
	display: block;
}
.thumb-pad7 p a {
	color: #ffcc0d;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 p a:hover {
	color: #2c3e50;
}
.thumb-pad7 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 25px;
}
.thumb-pad7 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 .thumbnail figure img {
	width: 100%;
}
.thumb-pad8 {
	overflow: hidden;
	margin-bottom: 52px;
}
.thumb-pad8 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad8 .thumbnail p {
	margin-bottom: 0;
}
.thumb-pad8 .thumbnail .badge {
	padding: 0;
	margin: 0;
	width: 67px;
	border-radius: 0;
	background: none;
	text-align: center;
	float: left;
	margin-right: 17px;
	font: bold 42px/34px 'Alegreya SC';
	color: #857f11;
	border-right: 1px solid #857f11;
}
.thumb-pad8 .thumbnail .badge span {
	display: block;
	font-size: 16px;
}
.thumb-pad8 .thumbnail a {
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4e4d4d;
	line-height: 24px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail a:hover {
	color: #857f11;
}
.thumb-pad8 .caption {
	padding: 0;
	overflow: hidden;
	text-align: center;
	color: #6b6b6b;
}
.thumb-pad8 figure {
	margin: 18px 0 21px 0;
	display: block;
}
.thumb-pad8 figure img {
	width: 100%;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 17px;
	font: 16px/34px 'Alegreya SC';
	margin: 0;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	letter-spacing: 1px;
	background: #857f11;
	border: 1px solid #857f11;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #999;
	background: transparent !important;
	border-color: #e5e5e5;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 38px;
	font: 16px/34px 'Alegreya SC';
	margin: 0;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	letter-spacing: 1px;
	background: transparent;
	border: 1px solid #b9e2d6;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #857f11;
	background: #b9e2d6 !important;
	border-color: #b9e2d6;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 30px;
	font: 500 16px/44px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0;
	background: #ea4959;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #74c0bc !important;
	text-decoration: none !important;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 31px;
	font: bold 18px/40px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 0;
	background: #353535;
	border: none;
	text-shadow: 1px 1px 0 #222;
	position: relative;
	top: 26px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #b04684;
	text-shadow: 1px 1px #a4417b;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: bold 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #f15374;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:hover {
	color: #222;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn6 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 32px;
	font: 800 14px/43px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: none;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn6:hover {
	color: #222;
	background: #ffffff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
/*-----list-----*/
.list1 {
	margin: 0 0 60px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 19px;
	padding-left: 20px;
	background: url(../img/list_arrow.png) left 5px no-repeat;
}
.list1 li p {
	margin-bottom: 0;
}
.list1 li a {
	font: bold 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c3e50;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #ffcc0d;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 17px;
	padding-bottom: 16px;
	border-bottom: 1px solid #c4c4c4;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li p a {
	color: #ff5d5c;
	font-weight: bold;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li p a:hover {
	color: #455052;
}
.list2 li time {
	display: inline-block;
	background: #57a0b0;
	padding: 0 10px;
	font: bold 12px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.list2 li .title {
	font: 500 16px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #455052;
	margin-bottom: 5px;
}
.list2 li:last-child {
	border-bottom: none;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 6px;
}
.list3 li a {
	font: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6b6b6b;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #ff5d5c;
}
.list3 li p {
	margin-bottom: 0;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.list4 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 15px;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 10px;
	margin-bottom: 13px;
}
.list5 li a {
	color: #ff5d5c;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #6b6b6b;
}
.list5 li:last-child {
	border-bottom: none;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 26px;
	overflow: hidden;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li time {
	color: #74c0bc;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	margin-right: 6px;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list7 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 0;
}
.list7 li .badge {
	padding: 0;
	margin: 0;
	width: 53px;
	height: 53px;
	border-radius: 100%;
	background: #74c0bc;
	text-align: center;
	line-height: 52px;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin-right: 12px;
	margin-top: 6px;
}
.list7 li .title {
	text-transform: uppercase;
	color: #74c0bc;
	font: 300 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.list8 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 35px;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	overflow: hidden;
}
#search-404 a {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 45px;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #cecece;
	background: #ffffff;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #6b6b6b;
	padding: 12px 114px 12px 14px;
	height: 45px;
	resize: none;
}
#search {
	margin: 8px 0 0 0;
	position: relative;
	float: right;
}
#search a {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
}
#search a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 270px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.5);
	font: 13px/48px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 0 58px 0 14px;
	height: 48px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.formBox {
	padding-bottom: 68px;
}
.map {
	margin: 0 0 47px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 520px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	text-align: center;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	width: 84px;
	display: inline-block;
}
.info p a {
	color: #857f11;
	text-decoration: underline;
}
.info p a:hover {
	text-decoration: none;
}
.priv-box {
	padding-bottom: 60px;
	text-align: center;
}
.mail {
	color: #857f11;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #4e4d4d;
	text-decoration: none;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 header {
 text-align: center;
 padding: 35px 0;
}
 header .part1,  header .part2 {
 float: none;
 display: inline-block;
 margin: 0;
}
 h1.navbar-brand_ {
 float: none;
 margin: 20px 0;
}
 .thumb-pad2 figure em {
 padding: 15px 20px;
}
 .thumb-pad2 figure figcaption {
 padding: 20px;
}
 .testimBox {
 background-size: cover;
}
 .bg-box {
 background: url(../img/bg_pic1.jpg) center top no-repeat;
}
 .bg-box2 {
 background: url(../img/bg_pic2.jpg) center top no-repeat;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 header {
 text-align: center;
 padding: 35px 0;
}
 header .part1,  header .part2 {
 float: none;
 display: inline-block;
 margin: 0;
}
 h1.navbar-brand_ {
 float: none;
 margin: 20px 0;
}
 #filters li {
 margin-right: 1px !important;
}
 .thumb-pad2 figure em {
 padding: 100px 20px;
}
 .errorBox1 > div {
 padding: 20px 0 60px 0;
}
 .testimBox {
 background-size: cover;
}
 .bg-box {
 background: url(../img/bg_pic1.jpg) center top no-repeat;
}
 .bg-box2 {
 background: url(../img/bg_pic2.jpg) center top no-repeat;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 header {
 text-align: center;
 padding: 35px 0;
}
 header .part1,  header .part2 {
 float: none;
 display: inline-block;
 margin: 0;
}
 h1.navbar-brand_ {
 float: none;
 margin: 20px 0;
}
 h1.navbar-brand_ img {
 width: 100%;
}
 nav.tm_navbar {
 float: none;
}
 nav.tm_navbar .nav {
 display: none;
}
 nav.tm_navbar {
 width: 100%;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #4f4f4f;
 background: #4f4f4f;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .map iframe {
 height: 300px;
}
 .bg-box .title {
 font-size: 24px;
}
 .bg-box .description {
 font-size: 15px;
 font-weight: normal;
}
 #filters li {
 margin-right: 1px !important;
 margin-bottom: 1px;
}
 .list_carousel1 #foo1 > li .title {
 font-size: 20px;
 line-height: 35px;
 font-weight: normal;
}
 .list_carousel1 #foo1 > li .name em {
 left: -57px;
 width: 40px;
}
 .list_carousel1 #foo1 > li .name i {
 right: -57px;
 width: 40px;
}
 .thumb-pad4 {
 text-align: left;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .formBox .col-lg-4 {
 margin-bottom: 60px;
}
 .errorBox1 > div {
 padding: 20px 0 0 0;
 background: none;
 border: none;
}
 .errorBox > div {
 padding: 50px 15px;
}
 .testimBox {
 background-size: cover;
}
 .bg-box {
 background: url(../img/bg_pic1.jpg) center top no-repeat;
}
 .bg-box2 {
 background: url(../img/bg_pic2.jpg) center top no-repeat;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad4 {
 text-align: center;
}
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: hidden;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .thumb-pad1 figure em {
 padding: 33px 20px;
}
 .thumb-pad2 figure p {
 display: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 .errorBox figure img {
 width: 100%;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 0;
}
.modal-backdrop {
	display: none !important;
}

h4 {
	font: 22px/22px 'Oswald';
	color: #5a2d2b;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	position: relative;
	line-height: 28px;
	
}
h4 span {
	
	display: inline-block;
	margin-bottom: 16px;
}



/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------*/
