@import url(//fonts.googleapis.com/css?family=Vidaloka);
@import url(//fonts.googleapis.com/css?family=Pinyon+Script);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700,800);
body {
	background: #3a2d28 url(../img/pattern2.png) repeat;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #a69d92;
}
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: 24px;
	font-weight: 300;
	line-height: 22px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	float: none;
	position: relative;
	z-index: 0;
	width: 100%;
	text-align: center;
}
h1.navbar-brand_ strong {
	margin: 6px 0;
	background: url(../img/dashed.png) repeat-x;
	height: 1px;
	width: 100%;
	border: none;
	display: block;
}
h1.navbar-brand_ a {
	margin: 42px 0 32px 0;
	display: inline-block;
}
h2 {
	font: 30px/30px 'Vidaloka';
	color: #6f675e;
	margin: 0 0 39px 0;
	text-transform: none;
}
h2.indent {
	margin: 0 0 35px 0;
}
h3 {
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 21px;
	color: #9a8572;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.global.indent {
	padding: 64px 0 0 0;
}
.extra-wrap {
	overflow: hidden;
}
.center {
	text-align: center;
}
.main {
	width: 1260px;
	background: #ffffff;
	margin: 0 auto;
}
/*-----menu-----*/
.menuBox {
	padding: 0;
	position: relative;
	z-index: 3;
	text-align: center;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	display: inline-block;
}
nav.tm_navbar li {
	float: left;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	margin-left: 22px;
	position: relative;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 6px 14px;
	text-transform: none;
	font: 16px 'Vidaloka';
	text-transform: uppercase;
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li.active > a {
	color: #5e5148;
	background: none;
}
nav.tm_navbar li > a:hover {
	color: #5e5148;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #5e5148;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
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: -5px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 89px;
	left: 9px;
	top: 54px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	padding: 15px 0;
	margin: 0;
	text-align: center;
	background: #69605a;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 5px 0;
	padding: 0 0 7px 0;
	display: block;
	border-bottom: 1px solid #78706b;
}
nav.tm_navbar .sub-menu > ul li.tr {
	padding: 0;
	margin: 0;
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	border: none;
	background: url(../img/tr.png) center 0 no-repeat;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 11px 'Vidaloka';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	left: 9px;
	top: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #cec2bb !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #cec2bb !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 89px;
	left: 89px;
	top: -15px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	padding: 15px 0;
	margin: 0;
	text-align: left;
	background: #a99486;
}
nav.tm_navbar .sub-menu > ul ul li {
	border-bottom-color: #b7a69a;
	padding-left: 20px !important;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 11px 'Vidaloka';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #f5e6c6 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 17px 0;
	position: relative;
	z-index: 11;
	background: url(../img/pattern1.png) repeat;
}
footer {
	padding: 46px 0 0 0;
	background: #white;
	text-align: center;
	background: url(../img/dashed.png) 0 top repeat-x;
}
footer p {
	font: italic 14px 'Georgia';
	color: #847b70;
	margin-bottom: 0;
}
footer p > span {
	padding: 0 5px;
	color: #b89d97;
	font-size: 20px;
	position: relative;
	top: 1px;
}
footer p a {
	font: italic 14px 'Georgia';
	color: #847b70;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer p a:hover {
	color: #86c6c3;
}
footer figure {
	margin-bottom: 51px;
}
footer .box {
	background: #f5f5f0;
	padding: 21px 0;
}
footer em {
	font-style: normal;
}
.error-box {
	padding-bottom: 80px;
}
.errorBox figure {
	-webkit-box-shadow: 0 0 27px 0 rgba(62, 62, 62, 0.2);
	box-shadow: 0 0 27px 0 rgba(62, 62, 62, 0.2);
	display: inline-block;
}
.errorBox1 {
	padding-top: 66px;
}
.errorBox1 h2 {
	margin-bottom: 29px;
}
.blogBox {
	padding-bottom: 50px;
}
#toTop {
	display: none;
	width: 21px;
	height: 15px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -672px !important;
	right: 50%;
	bottom: 120px;
	z-index: 999;
}
#toTop:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.privacyBox {
	padding-bottom: 78px;
}
.comment-box {
	padding: 11px 0 26px 0;
	background: #fed46f;
}
.comment-box figure {
	border-radius: 100%;
	float: left;
	margin-right: 45px;
	border: 3px solid #fee097;
}
.comment-box figure img {
	border-radius: 100%;
}
.comment-box .extra-wrap {
	padding-top: 15px;
}
.comment-box p {
	font-size: 14px;
	font-style: italic;
	color: #2e2e2e;
	margin-bottom: 0;
}
.comment-box p a {
	font: bold italic 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2e2e2e;
}
.comment-box p a:hover {
	text-decoration: underline;
}
.block-box {
	padding: 37px 0 29px 0;
	background: #3f3f3f;
}
.block-box p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}
.icon-box {
	padding: 70px 0 45px 0;
	margin-bottom: 50px;
	background: #f5f5f5 url(../img/box_border.png) 0 bottom repeat-x;
}
.experience-box article {
	margin-bottom: 49px;
}
.experience-box figure img {
	width: 100%;
}
.experience-box .title {
	font: 72px/60px 'Jockey One';
	color: #242424;
	text-transform: uppercase;
	margin: 44px 0 32px 0;
}
.experience-box p {
	text-transform: uppercase;
	font-size: 12px;
	color: #a69d92;
	line-height: 18px;
	margin-bottom: 50px;
}
.gallery-box {
	padding-bottom: 60px;
}
.welcome-box {
	overflow: hidden;
	padding: 29px 0 0 0;
	text-align: center;
}
.welcome-box article figure {
	margin-bottom: 30px;
}
.welcome-box article p {
	font: italic 16px/26px 'Open Sans';
	color: #8c8c8c;
	margin-bottom: 17px;
}
.welcome-box .pic1 img {
	width: 100%;
}
.welcome-box .pic2 {
	display: none;
}
.triangle-box {
	background: #514442 url(../img/pattern3.png) repeat;
	padding: 113px 0 19px 0;
	margin-bottom: 44px;
	border-top: 10px solid #6e6259;
	margin-top: -163px;
	text-align: center;
}
.triangle-box .title {
	margin: 0 0 12px 0;
	font: 60px 'Pinyon Script';
	color: #ffffff;
}
.triangle-box p {
	color: #b0a39a;
	font: italic 15px/22px 'Open Sans';
}
.border-box1 {
	margin-bottom: 46px;
}
.border-box1 > div {
	border-top: 7px solid #debd9b;
	background: #fbf6f2;
	padding: 56px 55px 55px 58px;
}
.border-box1 > div p {
	margin-bottom: 21px;
}
.border-box1 > div .title {
	font: 45px/45px 'Vidaloka';
	color: #5d4e48;
	margin-bottom: 23px;
}
.border-box1 > div .description {
	margin-bottom: 9px;
	text-transform: uppercase;
}
.border-box2 {
	margin-bottom: 46px;
}
.border-box2 > div {
	border-top: 7px solid #86c6c3;
	padding: 29px 0 0 0;
	text-align: center;
}
.border-box2 > div figure {
	margin: 0 0 14px 0;
}
.border-box2 > div .title {
	font: 28px/32px 'Vidaloka';
	color: #6e665b;
}
.border-box3 {
	margin-bottom: 46px;
}
.border-box3 > div {
	border-top: 7px solid #b7bf6f;
	padding: 13px 0 0 0;
	text-align: center;
}
.border-box3 > div figure {
	margin: 0 0 1px 0;
}
.border-box3 > div .title {
	font: 28px/32px 'Vidaloka';
	color: #6e665b;
}
.servicesBox {
	padding-bottom: 58px;
}
.services-box {
	padding-top: 19px;
	padding-bottom: 21px;
}
.services-box:after {
	width: 1px;
	height: 100%;
	background: #f3f1ef;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	right: 34px;
	content: ' ';
	z-index: 10;
}
.locations-box {
	font: 13px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #82746e;
	padding-top: 10px;
	text-transform: uppercase;
}
.locations-box > figure {
	margin-top: 49px;
}
.locations-box a {
	font: italic 15px 'Georgia';
	text-transform: none;
	color: #7a6860;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.locations-box a img {
	float: left;
	margin-right: 8px;
	margin-top: 9px;
}
.locations-box a:hover {
	color: #86c6c3;
}
.locations-box .lnk {
	font: italic 16px 'Georgia';
	text-transform: none;
	color: #7a6860;
}
.locations-box:after {
	width: 1px;
	height: 100%;
	background: #f3f1ef;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	left: -34px;
	content: ' ';
	z-index: 10;
}
.follow_icon {
	padding: 0;
	margin: 46px 0 0 0;
	list-style: none;
}
.follow_icon li {
	float: left;
	margin-right: 10px;
}
.follow_icon li a {
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a img {
	margin: 0;
	padding: 0;
}
.follow_icon li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.pic-box {
	background: url(../img/bg_pic.jpg) no-repeat;
	padding: 49px 0 54px 0;
	margin-bottom: 61px;
	text-align: center;
}
.pic-box .title {
	font: 60px 'Vidaloka';
	color: #ffffff;
	margin-bottom: 0;
}
.pic-box p {
	font: italic 35px 'Georgia';
	color: #ffffff;
	margin: 0;
}
.greetingsBox {
	padding-top: 30px;
}
.greetings-box {
	margin-bottom: 30px;
	text-align: center;
}
.greetings-box hr {
	border-top: 1px solid #d9d9d9;
	margin: 0;
}
.greetings-box.indent {
	margin-bottom: 0;
}
.popular-box {
	margin-top: 30px;
	text-align: center;
}
.trainerBox {
	margin-bottom: 26px;
	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;
}
.who-box {
	margin-bottom: 12px;
}
/*-----subscribeForm-----*/
.newsletterBox {
	padding: 28px 0;
	background: url(../img/page1_bg.jpg) repeat-y;
}
.newsletterBox h2 {
	font: 900 46px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	float: left;
	text-transform: none;
	margin-right: 30px;
	margin-bottom: 0;
}
.newsletterBox p {
	font: 300 16px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}
#newsletter {
	position: relative;
}
#newsletter a {
	font: 24px 'Jockey One';
	color: #f0cd69;
	text-transform: uppercase;
}
#newsletter a:hover {
	color: #ffffff;
}
#newsletter label {
	position: relative;
	float: left;
	margin-right: 9px;
}
#newsletter input {
	box-shadow: none;
	border: 1px solid #4d4951;
	border-radius: 0;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	background: none;
	height: 33px;
	width: 100%;
	padding: 6px 14px;
	margin: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter input:focus {
	outline: none;
	border-color: #ccc;
}
#newsletter .error {
	position: absolute;
	top: 0;
	right: 3px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #f0cd69;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: 1px solid #ffffff;
	padding: 8px 11px 9px 11px;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #272727;
	border: none;
	text-align: center;
	background: #ffffff;
	height: 37px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----thumbs-----*/
.thumb-pad0 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	text-align: left;
	background: none;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0 0 12px 0;
	overflow: hidden;
	margin-bottom: 11px;
	border-bottom: 1px solid #d9d9d9;
}
.thumb-pad0 .thumbnail .caption time {
	font: 14px 'PT Sans';
	color: #8e8e8e;
	margin-bottom: 8px;
	display: inline-block;
}
.thumb-pad0 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad0 .thumbnail .caption h3 {
	margin: 0 0 3px 0;
}
.thumb-pad1 {
	margin: 0 0 23px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 .thumbnail figure {
	margin: 0 0 16px 0;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad1 .thumbnail .caption .title {
	margin: 0 0 2px 0;
	font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
}
.thumb-pad1 .thumbnail .caption a {
	font-size: 20px;
	color: #f51650;
	display: inline-block;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #a69d92;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad2 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad2.indent {
	padding: 0 !important;
	margin-bottom: 50px;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumb-pad2 figure {
	margin: 0 0 24px 0;
}
.thumb-pad2 figure a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad2 figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0;
	padding-bottom: 40px;
	overflow: hidden;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption .lnk {
	font: 18px 'Jockey One';
	color: #242424;
	margin-bottom: 10px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption .lnk:hover {
	color: #f0cd69;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 27px;
}
.thumb-pad3 figure {
	margin: 0 0 24px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad3 figure a {
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad4 {
	overflow: hidden;
	text-align: left;
}
.thumb-pad4 h3 {
	margin-bottom: 3px;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	color: #a69d92;
}
.thumb-pad4 figure {
	margin: 0;
	margin-bottom: 12px;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad6 {
	margin-bottom: 74px;
	overflow: hidden;
}
.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;
	margin: 0;
	overflow: hidden;
	color: #a69d92;
}
.thumb-pad6 .thumbnail .caption a {
	text-decoration: none;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 21px;
	color: #9a8572;
	margin: 0 0 9px 0;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption a:hover {
	color: #7fc0c0;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad6 figure {
	margin: 0 0 25px 0;
}
.thumb-pad6 figure > img {
	width: 100%;
}
/*-----carousel-----*/
.carouselBox {
	padding: 45px 0 46px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 79px;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin-top: 70px;
	background: url(../img/pattern2.png) repeat;
}
.carouselBox figure {
	float: left;
	margin-right: 28px;
	border-radius: 100%;
}
.carouselBox figure img {
	border-radius: 100%;
}
.carouselBox h2 {
	width: 100%;
	text-align: center;
}
.list_carousel1.responsive {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
	text-align: center;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 0;
	padding: 0 100px;
	text-align: center;
}
.list_carousel1 #foo1 > li p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 23px;
}
.list_carousel1 #foo1 > li a {
	font: 300 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a69d92;
	text-decoration: none;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 #foo1 > li a:hover {
	color: #75c3d2;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn {
	position: absolute;
	top: 0;
	width: 100%;
}
.list_btn .prev, .list_btn .next {
	display: inline-block;
	width: 24px;
	height: 40px;
	cursor: pointer;
	float: left;
	position: absolute;
	top: 30px;
}
.list_btn .prev {
	background: url(../img/prev.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	left: 0;
}
.list_btn .next {
	background: url(../img/next.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	right: 0;
}
.list_btn .prev:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn .next:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 11px 23px;
	font: bold 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 0;
	border: none;
	text-align: left;
	background: #917e71;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #debd9b;
	text-decoration: none !important;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 11px 23px;
	font: bold 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 0;
	border: none;
	text-align: left;
	background: #86c6c3;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #75b0ad;
	text-decoration: none !important;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 11px 23px;
	font: bold 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 0;
	border: none;
	text-align: left;
	background: #b7bf6f;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #a2a95e;
	text-decoration: none !important;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: bold 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #705d58;
	border-radius: 0;
	border: none;
	text-align: left;
	background: none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn4:hover {
	color: #86c6c3;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
/*-----list-----*/
.list1-1 {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1.indent {
	margin: 0 0 8px 0;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 11px;
	padding-left: 26px;
	background: url(../img/list_arrow.png) left 3px no-repeat;
}
.list1-1 li a {
	font: 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8e796a;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #86c6c3;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 {
	margin: 0;
	padding: 11px 0 0 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 44px;
	padding-bottom: 36px;
	text-align: left;
	border-bottom: 1px solid #f3f3f3;
}
.list1 li p {
	margin-bottom: 15px;
	color: #917e71;
}
.list1 li .badge {
	padding: 24px 0 15px 0;
	margin: 0 30px 0 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	background: #fbfaf3;
	width: 70px;
	border-radius: 0;
	font: 36px/25px 'Vidaloka';
	color: #86c6c3;
	text-align: center;
	float: left;
}
.list1 li .badge > span {
	font-size: 18px;
	color: #74695b;
	text-transform: uppercase;
	display: block;
}
.list1 li .title {
	font: 20px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b29572;
	margin-bottom: 12px;
}
.list1 li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.list2 {
	margin: 0;
	padding: 0 0 13px 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
	padding-left: 13px;
	background: url(../img/list_arrow.png) left 6px no-repeat;
}
.list2 li a {
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #72a3c1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 li a:hover {
	color: #c9c9c9;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list8 {
	margin: 0 0 46px 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 27px;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li a {
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 21px;
	color: #9a8572;
	display: inline-block;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.list8 li a:hover {
	color: #7fc0c6;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 21px;
}
.list6 li .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	width: 42px;
	background: none;
	text-align: left;
	float: left;
	color: #9a8572;
	border: none;
	margin-right: 12px;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list6 li .title {
	font: 500 17px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 0;
}
.list6 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 34px 0 0 0;
	overflow: hidden;
}
#search-404 a {
	position: absolute;
	top: 4px;
	right: 5px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#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 #ebeced;
	background: none;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #a69d92;
	padding: 10px 42px 10px 14px;
	height: 41px;
	resize: none;
}
#search {
	margin: -5px 0 0 0;
	position: relative;
	float: right;
}
#search a {
	position: absolute;
	top: -2px;
	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: 1px solid #656565;
	margin: 0;
	width: 272px;
	outline: none;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #202020;
	background: #000000;
	height: 35px;
	padding: 9px 30px 10px 10px;
	resize: none;
	float: left;
}
/*-----map-----*/
.map {
	margin: 0 0 68px 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: 393px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 27px;
}
.info p {
	margin-bottom: 0;
}
.info p > span {
	width: 75px;
	display: inline-block;
}
.info a {
	color: #a69d92;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.info a:hover {
	color: #7fc3c0;
}
/*-----form-----*/
.formBox {
	padding-bottom: 80px;
}
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	text-align: left;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 61px;
	margin: 0;
	font-weight: normal;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #a69d92;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #a69d92;
}
#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 #ebeced;
	background: none;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #a69d92;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
#contact-form textarea {
	height: 211px;
	margin-bottom: 40px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #7fc3c0;
	-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 #ebeced;
	background: #fcfcfc;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 41px;
	color: #a69d92;
	padding: 0 14px;
	height: 41px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.mail {
	color: #a69d92;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #7fc3c0;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1310px) {
 .container {
 padding: 0;
}
 .thumb-pad2 {
 padding-right: 27px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1220px) and (max-width: 1309px) {
 .main {
 width: 100%;
 margin: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 .main {
 width: 100%;
 margin: 0;
}
 h1.navbar-brand_ {
 display: inline-block;
 float: none;
 margin-bottom: 20px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .errorBox figure img {
 width: 100%;
}
 #contact-form p {
 margin-bottom: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .thumb-pad6 figure {
 margin-right: 15px;
}
 .popular-box {
 text-align: left;
}
 .triangle-box {
 margin-top: -131px;
}
 .follow_icon li {
 margin: 0;
}
 .services-box:after {
 width: 0;
 height: 0;
 background: none;
 top: 0;
 right: 0;
 content: none;
}
 .locations-box:after {
 width: 0;
 height: 0;
 background: none;
 top: 0;
 left: 0;
 content: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 .main {
 width: 100%;
 margin: 0;
}
 h1.navbar-brand_ {
 display: inline-block;
 float: none;
 margin-bottom: 20px;
}
 .experience-box .title {
 margin-top: 0;
 font-size: 45px;
 line-height: 45px;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
 margin-bottom: 30px;
}
 #search {
 display: inline-block;
 margin-top: 20px;
 float: none;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .errorBox figure img {
 width: 100%;
}
 .testimBox article {
 margin-bottom: 35px;
}
 .categories-box {
 overflow: hidden;
 padding-bottom: 50px;
}
 .about-box {
 margin-bottom: 30px;
 overflow: hidden;
}
 .testimBox {
 padding: 45px 0 0 0;
}
 #contact-form p {
 margin-bottom: 0;
}
 .thumb-pad6 figure {
 margin-right: 15px;
}
 .popular-box {
 text-align: left;
}
 .triangle-box {
 margin-top: -100px;
 padding-top: 83px;
}
 .triangle-box .title {
 font-size: 45px;
 line-height: 45px;
}
 .pic-box .title {
 font-size: 45px;
 line-height: 45px;
}
 .follow_icon li {
 margin: 0 10px 0 0;
}
 .services-box:after {
 width: 0;
 height: 0;
 background: none;
 top: 0;
 right: 0;
 content: none;
}
 .locations-box:after {
 width: 0;
 height: 0;
 background: none;
 top: 0;
 left: 0;
 content: none;
}
 .thumb-pad6 {
 margin-bottom: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 .main {
 width: 100%;
 margin: 0;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 padding: 0;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #ffffff;
 background: #ffffff;
 color: #5e5148;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .experience-box article {
 margin-bottom: 15px;
}
 .experience-box .title {
 margin-top: 0;
 font-size: 45px;
 line-height: 45px;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
 margin-bottom: 20px;
}
 #search {
 display: inline-block;
 margin-top: 20px;
 float: none;
}
 .thumb-pad1 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad1 .thumbnail .caption {
 text-align: left;
}
 .thumb-pad1 .thumbnail .caption .title {
 font-size: 21px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 .errorBox {
 text-align: center;
}
 .errorBox figure {
 margin-bottom: 60px;
}
 .pict {
 background: none;
 padding: 0 0 90px 0;
}
 .list3 {
 margin-bottom: 50px;
}
 .logo-box {
 overflow: hidden;
 margin-bottom: 50px;
 text-align: center;
}
 .logo-box .follow_list {
 display: inline-block;
}
 .categories-box {
 overflow: hidden;
 padding-bottom: 50px;
}
 .block-box article {
 margin-bottom: 50px;
}
 .about-box {
 margin-bottom: 30px;
 overflow: hidden;
}
 .thumb-pad1 {
 margin-bottom: 30px;
}
 .list_btn {
 top: 20%;
}
 .list_carousel1 #foo1 > li {
 padding: 0 60px;
}
 .thumb-pad4 figure {
 margin: 0 15px 0 0;
 float: left;
}
 #contact-form p {
 margin-bottom: 0;
}
 #contact-form label {
 min-height: 50px;
}
 #newsletter label {
 float: none;
 margin-right: 9px;
}
 .who-box,  .history-box,  .trainers-box {
 margin-bottom: 40px;
}
 .thumb-pad6 figure {
 margin-right: 0;
 margin-bottom: 15px;
 float: none;
}
 .thumb-pad6 figure img {
 width: 100%;
}
 .thumb-pad6 .thumbnail .badgeBox {
 overflow: hidden;
 margin-bottom: 10px;
}
 .popular-box {
 text-align: left;
}
 .thumb-pad1 .thumbnail figure {
 margin: 0 20px 0 0;
 float: left;
}
 .testimBox article {
 margin-bottom: 30px;
}
 .welcome-box .pic1 {
 display: none;
}
 .welcome-box .pic2 {
 display: block;
}
 .triangle-box {
 margin-top: -100px;
 padding-top: 83px;
}
 .triangle-box .title {
 font-size: 45px;
 line-height: 45px;
}
 .pic-box .title {
 font-size: 45px;
 line-height: 45px;
}
 .follow_icon li {
 margin: 0 10px 0 0;
}
 .services-box:after {
 width: 0;
 height: 0;
 background: none;
 top: 0;
 right: 0;
 content: none;
}
 .locations-box:after {
 width: 0;
 height: 0;
 background: none;
 top: 0;
 left: 0;
 content: none;
}
 .services-box {
 padding-bottom: 50px;
}
 .locations-box {
 padding-top: 50px;
}
 .thumb-pad2 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .who-box article {
 margin-bottom: 35px;
}
 .thumb-pad6 {
 margin-bottom: 0;
}
 .privacyBox {
 padding-bottom: 30px;
}
 .errorBox1 {
 padding-top: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .experience-box article {
 width: 100%;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .errorBox figure img {
 width: 100%;
}
 .comment-box .extra-wrap {
 overflow: visible;
}
 .comment-box figure {
 margin-right: 20px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ {
 padding: 0 20px;
}
 h1.navbar-brand_ img {
 width: 100%;
}
 h2 {
 font-size: 30px;
 line-height: 30px;
}
 .testimBox article {
 width: 100%;
 float: none;
}
 .thumb-pad1 figure {
 display: block;
}
 .thumb-pad1 figure img {
 width: 100%;
}
 .galleryBox article {
 width: 100%;
 float: none;
}
 .baner-box {
 width: 100%;
 float: none;
}
 .proffesional-box h2 {
 font-size: 35px;
}
 .blogBox h2 h2 {
 font-size: 35px;
}
 .servicesBox article {
 width: 100%;
 float: none;
}
 .gallery-box article {
 width: 100%;
 float: none;
}
 .thumb-pad6 .thumbnail .badgeBox .link br {
 display: block;
}
 .thumb-pad6 .thumbnail .badgeBox .link > .lnk2 {
 float: none;
}
 footer {
 text-align: center;
}
 footer br {
 display: block;
}
 footer span {
 display: none;
}
 .thumb-pad1 .thumbnail figure {
 margin: 0 0 20px 0;
 float: none;
}
 .triangle-box {
 padding-top: 110px;
}
 .welcome-box .pic2 img {
 width: 100%;
}
 .border-box1 > div {
 padding: 25px;
}
 .pic-box .title {
 font-size: 30px;
 line-height: 30px;
}
 .pic-box p {
 font-size: 22px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 h1.navbar-brand_ {
 padding: 0 5px;
}
 .eventsBox article {
 width: 100%;
 float: none;
}
 .teamBox article {
 width: 100%;
 float: none;
}
 .testimBox article {
 width: 100%;
 float: none;
}
 .list2 li .badge {
 float: none;
 margin: 0;
}
 .thumb-pad6 .thumbnail .badgeBox .link br {
 display: block;
}
 .thumb-pad6 .thumbnail .badgeBox .link > .lnk2 {
 float: none;
}
 .trainerBox {
 width: 100%;
 float: left;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 30px;
}
.padBot {
	padding-bottom: 30px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
