@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@import url(//fonts.googleapis.com/css?family=Gentium+Basic:400,700);
@import url(//fonts.googleapis.com/css?family=Allura);
body {
	background: #404c5c url(../img/pattern2.png) repeat;
	font: 16px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #979797;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 15px;
	line-height: 24px;
}
p span {
	color: #018bab;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	width: 255px;
	height: 185px;
	line-height: 160px;
	text-align: center;
	background:#ffffff;
}
h1.navbar-brand_ span{color: blue; text-align: center; margin-top:-110px; font-weight: bold; margin-left:25px; float:left; font-size:20px;}
h1.navbar-brand_ span a.smallTxt{color: blue; text-align: center; margin-top:-135px; font-weight: bold; margin-left:60px; float:left; font-size:18px;}
h1.navbar-brand_ a {
	display: inline-block;
}
h2 {
	font: bold 24px/24px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 112px 0;
	width: 100%;
	text-align: center;
	position: relative;
}
h2::before {
 position: absolute;
 top: 12px;
 left: 0;
 width: 100%;
 height: 1px;
 background: #cdcdcd;
 content: '';
}
h2 span {
	font: bold 24px/24px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
	background: #f7f7f7;
	padding: 0 55px;
	position: relative;
}
h2.indent {
	margin-bottom: 60px;
}
h2.indent1 {
	margin-bottom: 105px;
}
h3 {
	font: bold 30px/30px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
h4 {
	font: bold 28px/30px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #018bab;
	margin: 0 0 17px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #f7f7f7;
}
.global.indent {
	padding: 66px 0 0 0;
	background: #f7f7f7;
}
.center {
	text-align: center;
}
/*-----menu-----*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 36px 0 0 0;
	float: right;
	display: block;
	min-height: 0;
}
nav.tm_navbar li {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 0 56px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: bold 14px 'Gentium Basics';
	color: #ffffff;
	background: none;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #04cffe;
	background: none;
}
nav.tm_navbar li:hover > a {
	color: #04cffe;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #04cffe;
	background: none;
	-webkit-transition: all 0.3s;
	-o-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: -8px;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 110px;
	left: -18px;
	top: 39px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #018bab;
	border-radius: 0;
	padding: 29px 10px 16px 16px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 13px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-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: #333 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #333 !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 107px;
	left: 100%;
	top: 19px;
	border-radius: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #333;
	padding: 10px 10px 0 10px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #999 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
	height: 400px;
	background: url(../img/bg_picbanner.jpg) no-repeat;
}
header .prdCls{
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
	height: 252px;
	background: url(../img/prod_banner.jpg) no-repeat;
}

header.indent {
	height: 88px;
	background: #000000;
	background: rgba(0, 0, 0, 0.56);
}
header .box {
	height: 88px;
	background: #000000;
	background: rgba(0, 0, 0, 0.56);
}

footer {
	padding: 71px 0;
	text-align: center;
}
footer p {
	font: 14px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #d9dbdf;
	margin: 0;
}
footer p a {
	color: #d9dbdf;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #28d9ff;
}
footer em {
	font-style: normal;
}
footer .foo-logo {
	font: bold 60px/60px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 14px;
}
.follow_icon {
	padding: 0;
	margin: 0 0 24px 0;
	list-style: none;
	display: inline-block;
}
.follow_icon li {
	float: left;
	margin-left: 25px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a {
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	color: #018bab;
	font-size: 32px;
	line-height: 38px;
	z-index: 20;
	-webkit-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#toTop:hover {
	outline: none;
	color: #28d9ff;
}
.trainerBox {
	margin-bottom: 30px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure a {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-o-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;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.who-box {
	overflow: hidden;
	padding-bottom: 74px;
}
.who-box .col-lg-4 {
	margin-bottom: 40px;
}
.errorBox {
	text-align: center;
	padding-bottom: 40px;
}
.errorBox1 {
	padding-bottom: 40px;
}
.errorBox1 .title {
	font: 50px/50px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #018bab;
	margin-bottom: 5px;
}
.errorBox1 .description {
	font: 28px/28px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #018bab;
	margin-bottom: 18px;
}
.welcome-box {
	padding-bottom: 98px;
	overflow: hidden;
}
.thumb-box1 {
	padding-bottom: 76px;
}
.thumb-box1 .col-lg-5 {
	padding-top: 50px;
	margin-bottom: 40px;
}
.thumb-box1 .col-lg-2 {
	margin-bottom: 40px;
}
.thumb-box2 {
	background: url(../img/bg_pic1.jpg) center 0 fixed no-repeat;
	padding: 40px 0 46px 0;
	text-align: center;
}
.thumb-box2 .title {
	font: 18px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.thumb-box3 {
	background: url(../img/bg_pic2.jpg) center 0 fixed no-repeat;
	padding: 74px 0 46px 0;
	text-align: center;
}
.thumb-box3 .title {
	font: 36px/36px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 26px;
}
.thumb-box3 .description {
	font-size: 22px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 61px;
}
.thumb-box4 {
	padding-bottom: 100px;
}
.thumb-box5 {
	padding-bottom: 45px;
}
.thumb-box5 .col-lg-3, .thumb-box5 .col-lg-4, .thumb-box5 .col-lg-5 {
	margin-bottom: 60px;
}
.thumb-box6 {
	padding-bottom: 76px;
}
.thumb-box6 .col-lg-4 {
	margin-bottom: 40px;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
#newsletter .btn-default.btn2 {
	float: left;
	line-height: 39px;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border: none;
	font: 14px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	background: url(../img/form_pattern.png) repeat;
	height: 39px;
	width: 189px;
	border-radius: 0;
	padding: 10px 15px 10px 42px;
	margin: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	bottom: -24px;
	right: 5px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #ffffff;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin-right: 11px;
	float: left;
	border: none;
}
#newsletter label.email {
	background: url(../img/form_icon2.png) 15px center no-repeat;
}
#newsletter label.name {
	background: url(../img/form_icon1.png) 15px center no-repeat;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	font: 14px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #969696;
	background: #ffffff;
	height: 39px;
	width: 100%;
	border-radius: 0;
	padding: 10px 0;
	text-transform: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----carousel-----*/
.carousel-box {
	margin-top: -110px;
	margin-bottom: 65px;
}
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
	background: url(../img/pattern.png) repeat;
	overflow: hidden;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	float: left;
	cursor: default;
	margin-right: 0;
	overflow: hidden;
	padding: 0;
}
.list_carousel1 #foo1 > li .title {
	font: 36px/36px 'Gentium Basic';
	color: #ffffff;
	margin-bottom: 13px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	text-transform:capitalize;
}
.list_carousel1 #foo1 > li p {
	color: #ffffff;
	font: 16px/24px 'Gentium Basic';
	margin-bottom: 0;
	
}
.list_carousel1 #foo1 > li .box {
	padding: 50px 0 0 68px;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
	margin-bottom: 0 !important;
}
.foo-btn {
	position: absolute;
	margin-left: 68px;
	bottom: 45px;
}
#foo2_pag {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
#foo2_pag a {
	position: relative;
	z-index: 1;
	width: 14px;
	height: 14px;
	padding: 0 !important;
	margin: 0 0 0 7px;
	display: inline-block;
	background: #ffffff !important;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#foo2_pag a:first-child {
	margin-left: 0;
}
#foo2_pag a:hover {
	background: #000 !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#foo2_pag a.selected {
	background: #000 !important;
}
#foo2_pag a span {
	display: none;
}
/*-----carousel-----*/
.list_carousel2.responsive {
	position: relative;
	width: auto;
	margin: 0;
	z-index: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 34px;
}
.list_carousel2 #foo2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel2 #foo2 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 30px;
}
.list_carousel2 #foo2 > li figure {
	margin: 0 0 37px 0;
	position: relative;
	overflow: hidden;
}
.list_carousel2 #foo2 > li figure img {
	width: 100%;
}
.list_carousel2 #foo2 > li figure:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.list_carousel2 #foo2 > li i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 63px 20px;
	top: 0;
	left: 0;
	display: block;
	background: #000000 url(../img/zoom.png) center center no-repeat;
	background: rgba(94, 94, 94, 0.7) url(../img/zoom.png) center 100px no-repeat;
	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;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
	font: 20px 'Open Sans';
	text-align: center;
	color: #ffffff;
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn2 .prev2, .list_btn2 .next2 {
	display: inline-block;
	width: 51px;
	height: 51px;
	cursor: pointer;
	margin: 0 3px;
}
.list_btn2 .prev2 {
	background: url(../img/prev1.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .next2 {
	background: url(../img/next1.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .prev2:hover {
	background: url(../img/prev1.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .next2:hover {
	background: url(../img/next1.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/*-----thumbs-----*/
.thumb-pad1 {
	overflow: hidden;
	margin-bottom: 50px;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	color: #979797;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 25px;
}
.thumb-pad1 .thumbnail .caption .title {
	font: 28px/30px 'Gentium Basic';
	color: #018bab;
	margin-bottom: 16px;
}
.thumb-pad1 .thumbnail figure {
	margin: 0 24px 0 0;
	float: left;
}
.thumb-pad1 .thumbnail figure img {
	border-radius: 100%;
}
.thumb-pad2 {
	margin: 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 {
	margin: 0;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	color: #979797;
}
.thumb-pad2 .thumbnail .caption p {
	margin: 0 0 35px 0;
}
.thumb-pad2 .thumbnail .caption .title {
	font: 24px/30px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #018bab;
	margin-bottom: 31px;
	text-transform: uppercase;
}
.thumb-pad3 {
	overflow: hidden;
	margin: 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 0 40px 0;
}
.thumb-pad3 figure img {
	border-radius: 100%;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption .title {
	font: bold 18px/18px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
	color: #018bab;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.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;
	color: #979797;
}
.thumb-pad5 {
	margin: 0 0 47px 0;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	text-align: left;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #979797;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 0;
	color: #ffffff;
}
.thumb-pad5 .thumbnail .caption .title {
	font: bold 22px/24px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #28d9ff;
	text-transform: none;
	margin-bottom: 10px;
}
.thumb-pad5 .thumbnail figure {
	margin: 0 15px 0 0;
	float: left;
}
.thumb-pad6 {
	overflow: hidden;
	text-align: center;
	margin: 0 0 93px 0;
}
.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;
	overflow: hidden;
	color: #979797;
}
.thumb-pad6 .thumbnail .caption h4 {
	font-weight: normal;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 25px;
}
.thumb-pad6 figure {
	margin: 0 0 19px 0;
	overflow: hidden;
}
.thumb-pad6 figure img {
	border-radius: 100%;
}
.thumb-pad7 {
	margin: 0 0 30px 0;
}
.thumb-pad7 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
	text-align: left;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #979797;
}
.thumb-pad7 .thumbnail .caption p {
	margin: 0;
}
.thumb-pad7 .thumbnail .caption a {
	font: bold 18px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #018bab;
	display: inline-block;
	margin-bottom: 11px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #000000;
}
.thumb-pad7 figure {
	margin: 0 0 37px 0;
}
.thumb-pad7 figure img {
	border-radius: 100%;
}
.thumb-pad8 {
	margin: 0;
}
.thumb-pad8 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #979797;
}
.thumb-pad8 .thumbnail .caption a {
	font: 20px 'Allura';
	color: #000000;
	float: right;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption a:hover {
	color: #018bab;
}
.thumb-pad8 .thumbnail .caption p {
	margin-bottom: 9px;
}
.thumb-pad8 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 figure img {
	border-radius: 100%;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: bold 14px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #018bab;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1 img {
	margin: 0 0 0 3px;
	display: inline-block;
}
.btn-default.btn1:hover {
	color: #212b5a;
	background: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 37px;
	font: 14px/42px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	background: #018bab;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #404e5e !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 14px 'Open Sans';
	color: #525252;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3 span {
	margin-right: 4px;
}
.btn-default.btn3:hover {
	color: #dc6c57;
	background: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 30px;
	font: bold 16px/44px 'Lato';
	color: #ffffff;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	background: #212b5a;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #fdb706 !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/*-----list-----*/
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font-size: 16px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 4px;
	padding-left: 15px;
	background: url(../img/list_arrow.png) left 9px no-repeat;
}
.list1-1 li a {
	font: 16px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #979797;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #018bab;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 16px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
}
.list1 li a {
	border: 1px solid #d3d2d2;
	font: bold 20px/60px 'Lato';
	text-transform: uppercase;
	display: block;
	text-align: center;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	background: #fdb706;
	border-color: #fdb706;
	color: #ffffff;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 16px;
	line-height: 1.428571429;
	margin-bottom: 18px;
}
.list2 li time {
	font: 20px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #018bab;
	float: left;
	margin-right: 10px;
}
.list2 li p {
	margin-bottom: 0;
	line-height: 22px;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 16px;
	line-height: 1.428571429;
	margin-bottom: 17px;
	overflow: hidden;
}
.list3 li p {
	margin-bottom: 0;
}
.list3 li strong {
	float: left;
	margin-right: 19px;
	color: #000000;
	font-size: 28px;
	margin-top: 4px;
	width: 30px;
	text-align: center;
}
.list3 li a {
	font: 16px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #018bab;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #000000;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 16px;
	line-height: 1.428571429;
	margin-bottom: 6px;
	background: url(../img/border.png) 0 14px repeat-x;
}
.list4 li p {
	margin-bottom: 0;
}
.list4 li em {
	font-style: normal;
	float: right;
	background: #f7f7f7;
}
.list4 li i {
	background: #f7f7f7;
	font-style: normal;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	margin-bottom: 5px;
}
.list5 li a {
	font: 16px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #979797;
}
.list5 li a:hover {
	color: #018bab;
}
.list5 li img {
	margin-right: 20px;
}
.list6 {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
}
.list6 li {
	font-size: 16px;
	line-height: 1.428571429;
	margin-bottom: 25px;
}
.list6 li .badge {
	padding: 10px 0 0 0;
	width: 66px;
	height: 66px;
	text-align: center;
	border-radius: 100%;
	background: #6bb360;
	float: left;
	margin: 0 23px 0 0;
	font: 22px/22px 'Droid Serif';
	color: #ffffff;
}
.list6 li p {
	margin-bottom: 0;
	margin-top: 10px;
}
.list6 li a {
	font: 20px/22px 'Droid Serif';
	color: #6bb360;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list6 li a:hover {
	color: #979797;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list7 li {
	font-size: 16px;
	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 16px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
}
.list8 {
	margin: 0;
	padding: 0 0 30px 0;
	list-style: none;
	text-align: center;
}
.list8 li {
	font-size: 16px;
	line-height: 1.428571429;
	margin-bottom: 86px;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li h4 {
	font-weight: normal;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 33px 0 0 0;
	overflow: hidden;
}
#search-404 a {
	position: absolute;
	top: 6px;
	right: 8px;
	-webkit-transition: all 0.25s;
	-o-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 #cacaca;
	background: none;
	font: 16px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #979797;
	padding: 10px 45px 10px 14px;
	height: 40px;
	resize: none;
}
#search {
	margin: 0 0 15px 0;
	position: relative;
	float: right;
}
#search a {
	position: absolute;
	top: 7px;
	right: 13px;
}
#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: #242424;
	border: 1px solid #292a31;
	font: italic 12px/18px 'Droid Serif';
	color: #5a5a5a;
	padding: 8px 45px 8px 14px;
	height: 36px;
	outline: none;
	resize: none;
	overflow: hidden;
}
.search-box {
	padding-bottom: 20px;
}
.search-box .title {
	font: 60px/60px 'Droid Serif';
	color: #ffffff;
}
.search-box .description {
	font: 10px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
/*-----map-----*/
.formBox {
	padding: 0;
}
.formBox .col-lg-4 {
	margin-bottom: 40px;
}
.formBox .col-lg-8 {
	margin-bottom: 123px;
}
.map {
	margin: 0 0 94px 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: 485px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.map2 {
	margin: 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map2 iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 570px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 24px;
}
.info p {
	margin-bottom: 0;
}
.info p em {
	display: inline-block;
	width: 97px;
	font-style: normal;
}
.info p a {
	color: #979797;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #018bab;
}
.mail {
	color: #018bab;
	font: bold 14px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #000000;
	text-decoration: none;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .carousel-box {
 max-height: 280px;
 overflow: hidden;
}
 .errorBox {
 padding: 88px 0 0 0;
}
 .errorBox1 {
 padding: 70px 0 150px 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 #toTop {
 display: none !important;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 55px;
 line-height: 55px;
}
 .carousel-box {
 max-height: 280px;
 overflow: hidden;
}
 .thumb-box2 {
 background: url(../img/pattern2.png) repeat;
}
 .thumb-box3 {
 background: url(../img/pattern.png) repeat;
}
 .errorBox img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 h1.navbar-brand_ {
 width: 170px;
 height: 170px;
 line-height: 140px;
 text-align: center;
}
 nav.tm_navbar li {
 margin: 0 0 0 35px;
}
 .list_carousel1.responsive {
 padding-bottom: 50px;
}
 .foo-btn {
 margin-left: 30px;
 bottom: 25px;
}
 .list_carousel1 #foo1 > li figure {
 padding: 30px;
}
 .list_carousel1 #foo1 > li figure img {
 width: 100%;
}
 .list_carousel1 #foo1 > li .box {
 padding: 0 30px 30px 30px;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 55px;
 line-height: 55px;
}
 .thumb-box2 {
 background: url(../img/pattern2.png) repeat;
}
 .thumb-box3 {
 background: url(../img/pattern.png) repeat;
}
 .errorBox img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 header.indent {
 height: auto;
 text-align: center;
}
 header {
 text-align: center;
}
 header .box {
 height: auto;
 background: none;
}
 h1.navbar-brand_ {
 width: 170px;
 height: 170px;
 line-height: 140px;
 text-align: center;
 float: none;
 display: inline-block;
}
 h2 span {
 padding: 0 20px;
}
 nav.tm_navbar {
 float: none;
}
 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 #0089ab;
 background: #0089ab;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .map iframe {
 height: 300px;
}
 .list_carousel1.responsive {
 padding-bottom: 50px;
}
 .foo-btn {
 margin-left: 30px;
 bottom: 25px;
}
 .list_carousel1 #foo1 > li figure {
 display: none;
}
 .list_carousel1 #foo1 > li .box {
 padding: 30px;
}
 .carousel-box {
 margin-top: 0;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 55px;
 line-height: 55px;
}
 .map_caption {
 margin-top: 0;
}
 .thumb-box2 {
 background: url(../img/pattern2.png) repeat;
}
 .thumb-box3 {
 background: url(../img/pattern.png) repeat;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .thumb-box1 .col-xs-4 {
 width: 100%;
 float: none;
}
 #newsletter {
 display: block;
}
 #newsletter label {
 margin: 0 0 10px 0;
 float: none;
 display: block;
}
 #newsletter label input {
 width: 100%;
}
 #newsletter .error {
 bottom: -5px;
}
 .thumb-pad6 figure img {
 width: 100%;
}
 .errorBox img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad1 .thumbnail figure {
 margin: 0 0 24px 0;
 float: none;
}
 .thumb-pad7 .thumbnail {
 text-align: center;
}
 .thumb-pad8 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad6 figure img {
 width: 100%;
}
 .thumb-box3 .title {
 font-size: 25px;
 line-height: 30px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 .thumb-pad1 .thumbnail figure img {
 width: 100%;
}
 .thumb-pad8 figure img {
 width: 100%;
}
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 0;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
