@import url(//fonts.googleapis.com/css?family=Roboto:100,400,300,500,700);
@import url(//fonts.googleapis.com/css?family=Contrail+One);
body {
	/*background: #3f352a url(../img/pattern1.jpg) repeat;
        background-attachment: fixed;*/
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #7a6854;
}
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: 18px;
	font-weight: 300;
	line-height: 22px;
}
h1.navbar-brand_ {
        background-color:#ffffff;
        /**filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;**/
	position: absolute; 
	z-index: 2;
	top: 0;
	left: 0;
	margin: 0;
	padding: 25px 55px 24px 0;
	text-align: left;
	width: 100%;
	/*background: url(../img/pattern7.png) repeat;
	text-indent: -999px;*/
}
h1.navbar-brand_ a {
	display: inline-block;
	float: left;
}
h1.navbar-brand_ img {
	padding-left: 20px;
}
h1.navbar-brand_ a > span {
	display: none;
}
h2 {
	font: 300 35px/30px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0053a0;
	margin-bottom: 5px;
	/**font: 300 30px/30px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6f5843;
	margin: 0 0 15px 0;**/
}
h2 > span {
	color: #af9379;
	font: 300 18px/22px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin-top: 0px;
}
h3 {
	font: 300 24px/30px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a9a18b;
	margin: 0 0 18px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
        margin-top: 0;
}
.global.indent {
	padding: 48px 0 0 0;
}
.center {
	text-align: center;
}
/*-----menu-----*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	background: #ffffff;
}
nav.tm_navbar li {
	float: left;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	margin-right: 3px;
}
nav.tm_navbar li:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	text-align: center;
	width: 130px;
	font: 20px/60px 'Contrail One';
	color: #444;
	background: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #fb5813;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fb5813), to(#792502));
        background: -webkit-linear-gradient(top, #fb5813, #792502);
        background: -moz-linear-gradient(top, #fb5813, #792502);
        background: -ms-linear-gradient(top, #fb5813, #792502);
        background: -o-linear-gradient(top, #fb5813, #792502);
}
nav.tm_navbar li > a:hover {
	color: #ffffff;
	background: #fb5813;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fb5813), to(#792502));
        background: -webkit-linear-gradient(top, #fb5813, #792502);
        background: -moz-linear-gradient(top, #fb5813, #792502);
        background: -ms-linear-gradient(top, #fb5813, #792502);
        background: -o-linear-gradient(top, #fb5813, #792502);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #fb5813;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 15px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 150px;
	left: 0px;
	top: 70px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #eda722;
	padding: 29px 36px 18px 36px;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 5px 0;
	padding: 0 0 6px 0;
	display: block;
	text-align: center;
	border-bottom: 1px dashed #f2bd59;
}
nav.tm_navbar .sub-menu > ul li.triangle {
	background: url(../img/tr.png) center 0 no-repeat !important;
	width: 100%;
	height: 5px;
	position: absolute;
	border: none;
	top: -5px;
	left: 0;
}
nav.tm_navbar .sub-menu > ul li:first-child + li + li {
	padding-bottom: 0;
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 15px 'Contrail One';
	color: #ffffff;
	text-transform: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
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: 0;
	top: 8px;
	margin-left: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffe79e !important;
	background: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffe79e !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 120px;
	left: 114px;
	top: -21px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #343434;
	padding: 21px 23px;
	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;
	margin: 0;
	float: none;
	font: 15px 'Contrail One';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu ul ul li {
	border-color: #545454;
}
nav.tm_navbar .sub-menu ul ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #a6a6a6 !important;
	background: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.select-menu {
	display: none !important;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 0 0 0 0;
	/*background: url(../img/bg_pic.jpg) center top no-repeat;*/
}
footer {
	padding: 30px 0 30px 0;
	text-align: center;
        background: #000000;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
footer p {
	margin: 0;
	color: #ffffff;
	font: 400 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	z-index: 0;
}
footer a {
	font: 300 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #d7cdb4;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer a:hover {
	color: #fb5813;
}
footer em {
	font-style: normal;
}
footer br {
	display: none;
}
.foo_menu {
	background: #46392a url(../img/pattern2.png) repeat;
	border-top: 9px solid #5a4e3f;
	position: relative;
	margin-bottom: 103px;
}
.foo_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	text-align: center;
	position: relative;
	top: 30px;
	z-index: 1;
}
.foo_menu li {
	float: none;
	display: inline-block;
	margin-right: 20px;
	padding-right: 20px;
	background: url(../img/menu_border.png) right 4px no-repeat;
}
.foo_menu li a {
	font: 300 20px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e1d8be;
}
.foo_menu li a:hover {
	color: #fb5813;
}
.foo_menu li:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
.foo_menu li.active a {
	color: #fb5813;
}
.foo_menu .part {
	width: 100%;
	height: 88px;
	position: absolute;
	top: 26px;
	left: 0;
	background: url(../img/foo_part.png) center 0 no-repeat;
}
.follow-box {
	margin-bottom: 20px;
	text-align: center;
}
.follow-box p {
	color: #8d7b6b;
	font: 100 20px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.follow_icon {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	display: inline-block;
}
.follow_icon li {
	float: left;
	margin-left: 12px;
}
.follow_icon li a {
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a img {
	margin: 0;
}
.follow_icon li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.follow_icon li:first-child {
	margin-left: 0;
}
.errorBox > .box {
	position: relative;
	background: url(../img/error.jpg) no-repeat;
	min-height: 630px;
}
.errorBox1 .box {
	background: #ffffff;
	padding: 54px 37px 66px 37px;
	margin-top: 125px;
}
.errorBox1 .box .title {
	color: #fb5813;
	font: 100 55px/55px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
.errorBox1 .box .description {
	color: #8b7d66;
	font: 100 42px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 14px;
	text-transform: uppercase;
}
#toTop {
	display: none;
	width: 26px;
	height: 27px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -672px !important;
	right: 50%;
	bottom: 120px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.privacyBox {
	margin-bottom: 62px;
}
.blog-box {
	padding: 63px 0 40px 0;
	position: relative;
}
.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 'Roboto', "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;
}
.title-box {
	position: relative;
	width: 290px;
	margin: -157px 0 0 87px;
}
.title-box .title {
	margin: 0 0 15px 0;
	color: #af8f58;
	font: 300 36px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom: 12px;
	border-bottom: 1px solid #e8dec4;
}
.title-box p {
	color: #ae9872;
}
.banner-box {
	text-align: center;
	padding: 40px 0 40px 0;
	background: #eee9d0 url(../img/pattern4.png) repeat;
}
.banner-box > div {
	padding: 0 28px;
}
.banner-box .title {
	color: #6f5843;
	font: 300 30px/30px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}
.banner-box .description {
	font: 300 18px/18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b49258;
	padding-bottom: 29px;
	margin-bottom: 20px;
	background: url(../img/border.png) 0 bottom repeat-x;
}
.banner-box p {
	margin-bottom: 30px;
}
.banner-box .col-lg-4 {
	margin-bottom: 40px;
}
.service-box {
	margin-bottom: 28px;
}
.service-box hr {
	margin: 0;
	border-top: 1px solid #f2ece3;
}
.navbar-box {
	position: relative;
}
.navbar-box h1 {
	position: relative;
}
.stallion-box {
	margin-bottom: 20px;
}
.stallion-box > div {
	padding: 30px 0;
	border-top: 1px solid #f2ece3;
	border-bottom: 1px solid #f2ece3;
	overflow: hidden;
}
.location-box > div {
	border: 1px solid #f3f2ed;
	padding: 0 0 0 20px;
	margin-top: 72px;
}
.location-box > div .title {
	color: #a36e3d;
	font: 300 26px/34px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.location-box > div p {
	font-size: 18px;
	line-height: 24px;
	/*color: #8b7662;*/
        color: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.location-box > div a {
	/*color: #0053a0;*/
	font-size: 18px;
	font-weight: 300;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.location-box > div a:hover {
	color: #ac8b64;
}
.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 hr {
	margin: 50px 0 0 0;
}
/*-----thumbs-----*/
.thumb-pad1 {
	margin: -40px 0 38px 0;
	overflow: hidden;
	background: #ffffff;
	padding: 20px;
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
	/*border-right: 2px solid #fb5813;*/
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 23px;
        padding-right:10px;
	font-size: 18px;
	line-height: 25px;
	/*color: #a9a18b;*/
        color: #000000;
	opacity: 0.7; 
	filter: alpha(opacity=70);
}
.thumb-pad1 .thumbnail .caption .title {
	font: 300 35px/45px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0053a0;
	margin-bottom: 5px;
}
.thumb-pad1 .thumbnail .caption .description {
	font: 200 15px/25px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8b7d66;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.thumb-pad1 figure {
	margin: 0 55px 0 0;
	float: left;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0 0 72px 0;
	overflow: hidden;
}
.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;
}
.thumb-pad2 .thumbnail .caption p {
	margin: 0 0 15px 0;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	overflow: hidden;
	background: #f9f9f1;
	padding: 33px 40px 33px 31px;
	position: relative;
}
.thumb-pad3 hr {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 141px;
	height: 2px;
	border: none;
	margin: 0;
	background: #ac8b64;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 35px 0 0 0;
	color: #7a6854;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption h4 {
	font: 100 40px/40px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6f5843;
	margin: 0 0 28px 0;
}
.thumb-pad3 .thumbnail .caption .btn3 {
	float: right;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 22px;
}
.thumb-pad3 figure {
	margin: 0 58px 0 0;
	float: left;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
	margin-bottom: 26px;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 figure {
	margin: 0 0 24px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.testimBox {
	padding-top: 68px;
}
.testimBox hr {
	border-top: 1px solid #e8e8e8;
	margin: 0;
}
.thumb-pad5 {
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}
.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: #7a6854;
	overflow: hidden;
	border-right: 2px solid #fb5813;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad5 .thumbnail .caption .title {
	color: #fb5813;
	font: 300 24px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 18px;
}
.thumb-pad5 .thumbnail .caption .price {
	font-size: 18px;
	margin-bottom: 22px;
}
.thumb-pad5 figure {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}
.thumb-pad6 {
	overflow: hidden;
	padding-bottom: 60px;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .name {
	color: #8b7662;
	font: 300 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail a {
	color: #fb5813;
	font: 300 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail a:hover {
	color: #8b7662;
}
.thumb-pad6 .thumbnail .caption {
	padding: 25px 32px;
	margin-bottom: 35px;
	color: #7a6854;
	background: #f9f9f1;
	position: relative;
}
.thumb-pad6 .thumbnail .caption > em {
	position: absolute;
	bottom: -24px;
	left: 31px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/triangle.png) no-repeat;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail figure {
	margin-right: 29px;
	float: left;
}
.thumb-pad6 .thumbnail figure img {
	width: 100%;
}
.gallery-box {
	margin-bottom: 30px;
}
.gallery-box hr {
	margin: 0;
	border: none;
	width: 1px;
	height: 88%;
	background: #fb5813;
	position: absolute;
	top: 20px;
	right: 20px;
}
.gallery-box > div {
	position: relative;
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
	padding: 21px;
}
.gallery-box > div .gall-box figure {
	margin: 0 0 20px 0;
}
.gallery-box > div .gall-box figure a {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.gallery-box > div .gall-box figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.gallery-box > div .gall-box figure a:hover img {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.gallery-box > div .gall-box figure img {
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.thumb-pad7 {
	overflow: hidden;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 .thumbnail figure {
	margin: 0;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	margin: 0;
	color: #7a6854;
}
.thumb-pad7 .thumbnail .caption p {
	color: #fb5813;
	font: 100 30px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 12px 22px;
	border-radius: 7px;
	font: 16px 'Contrail One';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: #615347;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #b9a178;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 12px 22px;
	border-radius: 7px;
	font: 16px 'Contrail One';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: #0053a0;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #b9a178;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	border-radius: 7px;
	font: 16px 'Contrail One';
	margin: 0;
	text-shadow: none;
	color: #6f5843;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 > span {
	background: url(../img/more_arrow.png) no-repeat;
	display: inline-block;
	width: 5px;
	height: 7px;
	position: relative;
	top: -1px;
	margin: 0 9px;
}
.btn-default.btn3:hover {
	color: #d8c17e;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 12px 'Trajan Pro';
	margin: 0;
	text-shadow: none;
	color: #f75050;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 img {
	display: inline-block;
	margin: 0 13px 0 0;
}
.btn-default.btn4:hover {
	color: #7a6854;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 15px;
	padding-left: 22px;
	background: url(../img/list_arrow.png) left 5px no-repeat;
}
.list1-1 li a {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7a6854;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #ff5c5d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 {
	margin: 0 27px 25px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	float: left;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 0;
}
.list1 li p {
	margin-top: 0;
	font-size: 13px;
	line-height: 19px;
}
.list1 li p > span {
	display: inline-block;
	width: 74px;
}
.list2 {
	margin: -9px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 13px;
}
.list2 li time {
	font: 24px/24px 'Quicksand';
	color: #df890f;
	margin-top: 6px;
	margin-right: 16px;
	float: left;
}
.list2 li p {
	margin-bottom: 0;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 24px;
}
.list3 li a {
	color: #404040;
	font: bold 23px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #0a6f68;
}
.list3 li p {
	margin-bottom: 0;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 19px;
	display: inline-block;
	color: #ffffff;
	font: bold 30px 'PT Serif';
	background: #0a6f68;
	border: none;
	width: 49px;
	height: 49px;
	border-radius: 100%;
	text-align: center;
	line-height: 47px;
	margin-top: 6px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 23px;
	padding-bottom: 23px;
	border-bottom: 1px solid #e8dec4;
}
.list6 li .title {
	margin-bottom: 18px;
	font: 300 24px/30px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fb5813;
}
.list6 li .title2 {
	margin-bottom: 22px;
	font: 100 26px/30px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a36e3d;
}
.list6 li .description {
	margin-bottom: 0;
	font: 300 18px/30px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a36e3d;
}
.list6 li a {
	color: #fb5813;
	font-size: 18px;
	font-weight: 300;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li.indent {
	border-bottom: none;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 17px;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid #f3f2ed;
	background: #fcfcf9;
}
#search-404 a {
	position: absolute;
	top: 11px;
	right: 9px;
	width: 23px;
	height: 23px;
	display: inline-block;
	background: url(../img/magnify.png) no-repeat;
	-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: 91%;
	outline: none;
	border: none;
	background: none;
	font: 300 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #7a6854;
	padding: 11px 14px;
	height: 43px;
	resize: none;
}
#search {
	margin: 7px 0 0 0;
	position: relative;
	float: right;
	border-radius: 38px;
	border: 1px solid #2f2521;
	background: #090909;
	width: 254px;
}
#search a {
	position: absolute;
	float: left;
	top: 0;
	line-height: 35px;
	right: 18px;
	-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;
	border: none;
	margin: 0;
	width: 215px;
	outline: none;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	float: left;
	color: #ffffff;
	background: none;
	height: 38px;
	padding: 9px 0 9px 20px;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.map {
	width: 100%;
	line-height: 0;
	overflow: hidden;
	/*border: 10px #eeeeee solid;*/
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 350px;
	border: none; 
	line-height: 0;
	/*overflow: hidden;*/
}
.info {
        margin-bottom: 50px;
}
.info p {
	margin-bottom: 25px;
}
.info a {
	color: #df890f;
}
.info a:hover {
	color: #ffffff;
}
/*-----form-----*/
.formBox {
	background: #3f3f3f;
	padding: 64px 0;
}
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
	/*margin-bottom: 67px;*/
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 73px;
	margin: 0;
	font-weight: normal;
	font: 300 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #7a6854;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #7a6854;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 231px;
	margin-right: 24px; 
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute; 
	left: 0; 
	right: 0; 
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 11px 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 #f3f2ed;
	background: #fcfcf9;
	font: 300 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #7a6854;
	padding: 11px 14px;
	height: 43px; 
	resize: none;
}
#contact-form textarea {
	height: 250px;
	margin-bottom: 25px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #fb5813;
	-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 #f3f2ed;
	background: #fcfcf9;
	font: 300 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #7a6854;
	padding: 11px 14px;
	height: 43px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn2 {
	float: left;
	margin-right: 47px;
}
.btns p {
	margin-top: 10px;
	float: left;
}
.mail {
	color: #fb5813;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #483b2c;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .title-box {
 margin-top: -130px;
}
 .thumb-pad1 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .thumb-pad1 {
 padding: 20px;
}
 .thumb-pad1 .thumbnail {
 border-right: none;
}
 .thumb-pad1 .thumbnail .caption {
 padding: 0;
 border-right: none;
}
 .location-box > div {
 padding: 20px;
}
 .thumb-pad4 .thumbnail .caption ul li a {
 font-size: 11px;
}
 .thumb-pad4 .thumbnail .caption ul li span {
 font-size: 13px;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 .foo_menu li a {
 font: 300 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
 color: #e1d8be; 
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
}
 h1.navbar-brand_ a {
 float: none;
}
 nav.tm_navbar li a {
 width: 100px;
}
 header .follow_icon {
 display: inline-block;
 margin-bottom: 10px;
 float: none;
 margin-top: 0;
}
 .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%;
}
 .title-box {
 width: 100%;
 margin: -80px 0 0 0;
 padding: 0 120px;
 text-align: center;
}
 .thumb-pad1 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .thumb-pad1 {
 padding: 20px;
}
 .thumb-pad1 .thumbnail {
 border-right: none;
}
 .thumb-pad1 .thumbnail .caption {
 padding: 0;
}
 .thumb-pad2 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .location-box > div {
 padding: 20px;
}
 .thumb-pad3 figure {
 margin: 0;
 float: none;
}
 .thumb-pad3 figure img {
 width: 100%;
}
 .trainers-box {
 margin-top: 40px;
}
 .thumb-pad5 figure {
 margin: 0 0 20px 0;
 padding: 0;
 float: none;
}
 .thumb-pad5 figure img {
 width: 100%;
}
 .thumb-pad5 .thumbnail .caption {
 border: none;
}
 .testimBox article {
 margin-bottom: 35px;
}
 .categories-box {
 margin-top: 80px;
 overflow: hidden;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
.navbar {
 position: fixed;
 top: 0;
 right: 0;
}
.banner-box {
	text-align: center;
	padding: 40px 0 0 0;
	background: #eee9d0 url(../img/pattern4.png) repeat; 
}
 h1.navbar-brand_ {
 text-align: left;
 margin-top: 35px;
}
/* h1.navbar-brand_ a {
 float: none;
} */
 h1.navbar-brand_ img {
 width: 100%;
}
 nav.tm_navbar {
 display: inline-block;
 margin-top: 50px;
}
 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: #444;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 footer {
 padding: 40px 0;
}
 footer .foo_menu {
 display: none;
}
 .title-box {
        display:none;
 width: 100%;
 margin: 0;
 padding: 20px 10px 10px 0;
 background: #ffffff;
 text-align: center;
}
 .thumb-pad1 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .thumb-pad1 {
 padding: 20px;
 text-align: center;
}
 .thumb-pad1 .thumbnail {
 border-right: none;
}
 .thumb-pad1 .thumbnail .caption {
 padding: 0;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad1 .thumbnail .caption .title {
 font-size: 35px;
 line-height: 35px;
}
 .thumb-pad1 .thumbnail .caption .description {
 font-size: 15px;
}
 .location-box {
 margin-top: 10px;
}
 .thumb-pad3 .thumbnail .caption {
 padding: 0;
}
 .location-box {
 text-align: center;
}
 .location-box > div {
 padding: 40px 0;
}
 .thumb-pad6 {
 height: auto !important;
 margin-bottom: 30px;
}
 .trainers-box {
 overflow: hidden;
 margin-top: 60px;
}
 .thumb-pad7 {
 overflow: hidden;
 margin-bottom: 30px;
}
 .gallery-box hr {
 display: none;
}
 .errorBox > .box {
 background: none;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 20px;
}
 #contact-form label {
 min-height: 50px;
}
 .errorBox figure {
 margin-bottom: 60px;
}
 .thumb-pad3 figure {
 margin: 0;
 float: left;
 margin-right: 15px;
}
 .thumb-pad2 {
 margin: 0 0 30px 0;
}
 .thumb-pad2 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad6 {
 padding-bottom: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 h1.navbar-brand_ {
 text-align: left;
 margin-top: 35px;
}
/* h1.navbar-brand_ a {
 float: none;
} */
 h1.navbar-brand_ img {
 width: 100%;
}
 .thumb-pad3 figure {
 margin: 0 0 25px 0;
 float: none;
}
 .thumb-pad3 figure img {
 width: 100%;
}
 .thumb-pad5 figure {
 margin: 0 0 20px 0;
 padding: 0;
 float: none;
}
 .thumb-pad5 figure img {
 width: 100%;
}
 .thumb-pad5 .thumbnail .caption {
 border: none;
}
 .thumb-pad6 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad3 figure {
 margin: 0 0 27px 0;
 float: none;
}
 .thumb-pad1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) { 
.global.indent {
	padding: 10px 0 0 0;
}
.follow-box {
	margin-bottom: 10px;
	text-align: center;
}
 footer {
 padding: 0 0 20px 0;
}
.location-box > div {
 padding: 10px 0;
}
.service-box {
	margin-bottom: 0px;
	margin-top: 20px;
}
 h1.navbar-brand_ {
 padding-right: 15px;
 padding-left: 15px;
}
 h1.navbar-brand_ a img {
 width: 100%;
 padding: 0;
 
}
 .thumb-pad7 .thumbnail figure img {
 width: 100%;
}
 .thumb-pad1 figure {
 display: block;
}
 .thumb-pad1 figure img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .trainerBox {
 width: 100%;
 float: left;
}
 .testimBox .col-lg-3 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 43px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
@media (max-width: 991px) { h1.navbar-brand_ { width: 100%; text-align: left; } h1.navbar-brand_ img { display: block; }}