
body {
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #333333;
	background-color: #002c42;
}
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;
	line-height: 24px;
}
h1.navbar-brand_ {
	margin: 0 0 21px 0;
	padding: 0;
	float: none;
	height: auto;
	width: 100%;
	text-align: center;
}
h1.navbar-brand_ a {
	display: inline-block;
	padding: 0;
}
h2 {
	font: 900 24px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002c42;
	text-transform: uppercase;
	margin: 0 0 41px 0;
	padding-bottom: 22px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #002c42;
}
h3 {
	font: 900 18px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002c42;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 48px 0 0 0;
	background: #ffffff;
}
.global.indent {
	padding: 55px 0 0 0;
	background: #ffffff;
}
.global.indent1 {
	padding: 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	padding: 14px 0;
	margin-bottom: 23px;
	text-align: center;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	display: inline-block;
	min-height: 0;
}
nav.tm_navbar li {
	font-size: 13px;
	line-height: 24px;
	padding: 0 12px;
	margin: 0;
	float: left;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 4px 17px;
	color: #002c42;
	background: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: bold;
}
nav.tm_navbar li a::before, nav.tm_navbar li a::after {
 position: absolute;
 left: 0;
 width: 100%;
 height: 1px;
 background: #ffffff;
 content: '';
 opacity: 0;
 -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
 -moz-transition: opacity 0.3s, -moz-transform 0.3s;
 transition: opacity 0.3s, transform 0.3s;
 -webkit-transform: translateY(-10px);
 -moz-transform: translateY(-10px);
 transform: translateY(-10px);
}
nav.tm_navbar li a::before {
 top: 0;
 -webkit-transform: translateY(-10px);
 -moz-transform: translateY(-10px);
 transform: translateY(-10px);
}
nav.tm_navbar li a::after {
 bottom: 0;
 -webkit-transform: translateY(10px);
 -moz-transform: translateY(10px);
 transform: translateY(10px);
}
nav.tm_navbar li.active > a {
	color: #002c42;
	background: none;
}
nav.tm_navbar li.active > a::before, nav.tm_navbar li.active > a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar li:hover > a {
	color: #002c42;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > a::before, nav.tm_navbar li:hover > a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a::before, nav.tm_navbar .sfHover > a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 180px;
	top: 40px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 25px 0 7px 0;
	margin: 0;
	text-align: left;
	border-top: 3px solid #002c42;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	position: relative;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 6px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	background: transparent;
	padding: 0 0 0 20px;
	margin: 0;
	float: none;
	font: 12px/23px 'Open Sans';
	color: #333333;
	display: block;
	text-transform: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li a::before, nav.tm_navbar .sub-menu > ul li a::after {
 display: none;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) right 0 no-repeat;
	width: 6px;
	height: 5px;
	position: absolute;
	left: auto;
	right: 14px;
	top: 10px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #002c42 !important;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: #002c42 !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 131px;
	left: 141px;
	top: -28px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 25px 0 7px 0;
	margin: 0;
	text-align: left;
	border-top: 3px solid #002c42;
}
nav.tm_navbar .sub-menu ul ul li {
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: transparent;
	padding: 0 0 0 44px;
	margin: 0;
	float: none;
	font: 12px/23px 'Open Sans';
	color: #929292;
	display: block;
	text-transform: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #002c42 !important;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.select-menu {
	display: none !important;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	position: relative;
	margin: 0;
	padding: 20px 0 3px 0;
	z-index: 11;
	background: #ffffff;
	background: url(../img/bg_pic1.jpg) center 0 repeat;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002c42;
	border-bottom-color: #002c42;
}
header .title {
	color: #ffffff;
	font: 900 36px/43px 'Open Sans';
	padding: 22px 0;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	text-align: center;
	margin-bottom: 135px;
}
header .title span {
	color: #002c42;
}
header .title::after {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 1px;
 background: #ffffff;
 content: '';
}
header .title::before {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 1px;
 background: #ffffff;
 content: '';
}
footer {
	padding: 19px 0;
	text-align: center;
	background: #002c42;
}
footer p {
	font: bold 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0;
}
footer p a {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #F2F2F2;
}
footer em {
	font-style: normal;
}
footer span {
	padding: 0 2px;
}
footer br {
	display: none;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	color: #5B727D;
	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: #002c42;
}
.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;
}
.welcome-box {
	text-align: center;
	margin-bottom: 88px;
}
.welcome-box .title {
	color: #3f3f3f;
	margin-bottom: 13px;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 60px;
}
.who-box .col-lg-4 {
	margin-bottom: 35px;
}
.thumb-box1 .col-lg-4 {
	margin-bottom: 63px;
}
.thumb-box2 {
	background: #f2f2f2;
	padding-top: 55px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}
.thumb-box3 {
	padding-bottom: 60px;
}
.thumb-box4 {
	background: #f2f2f2;
	padding: 55px 0 59px 0;
	margin-bottom: 58px;
}
.thumb-box4 figure {
	margin-top: 46px;
}
.thumb-box4 figure img {
	width: 100%;
}
.thumb-box4.indent {
	margin-bottom: 0;
}
.thumb-box5 {
	padding-bottom: 62px;
}
.thumb-box5 h2 {
	padding: 0;
	border: none;
	width: 100%;
	text-align: center;
	margin: 0 0 21px 0;
}
.thumb-box6 {
	background: #f2f2f2;
	padding: 55px 0 0 0;
	margin-bottom: 58px;
	overflow: hidden;
}
.thumb-box7 {
	overflow: hidden;
}
.thumb-box7 .col-lg-3, .thumb-box7 .col-lg-4, .thumb-box7 .col-lg-5 {
	margin-bottom: 30px;
}
.thumb-box8 {
	padding: 74px 0 63px 0;
}
.thumb-box9 {
	background: #f2f2f2;
	padding: 55px 0 0 0;
}
.thumb-box10 {
	padding: 55px 0 23px 0;
}
.thumb-box11 {
	background: url(../img/bg_pic2.jpg) right bottom fixed repeat;
	padding: 137px 0;
	text-align: center;
}
.thumb-box11 .title {
	color: #ffffff;
	font: 900 36px/43px 'Open Sans';
	padding: 22px 0;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	text-align: center;
	margin-bottom: 0;
	width: 100%;
}
.thumb-box11 .title span {
	color: #002c42;
}
.thumb-box11 .title::after {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 1px;
 background: #ffffff;
 content: '';
}
.thumb-box11 .title::before {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 1px;
 background: #ffffff;
 content: '';
}
/*-----thumbs-----*/
.thumb-pad1 {
	margin: 0;
	padding-bottom: 0;
	text-align: center;
	border: 1px solid #d6d6d6;
	border-bottom: 4px solid #002c42;
}
.thumb-pad1.indent {
	padding: 0 35px 51px 35px;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0 30px;
	color: #333333;
}
.thumb-pad1 .thumbnail .caption .title {
	font: 900 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002c42;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.thumb-pad1 .thumbnail .caption .lnk {
	font: 900 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002c42;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption .lnk::before, .thumb-pad1 .thumbnail .caption .lnk::after {
 position: absolute;
 left: -50px;
 top: 9px;
 width: 39px;
 height: 1px;
 background: #9b9b9b;
 content: '';
}
.thumb-pad1 .thumbnail .caption .lnk::before {
 left: auto;
 right: -50px;
}
.thumb-pad1 .thumbnail .caption .lnk:hover {
	color: #5B727D;
}
.thumb-pad1 figure {
	margin: -71px 0 30px 0;
}
.thumb-pad2 {
	margin: 0 0 32px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 figure {
	margin: 0;
	position: relative;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2 figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 60px 30px 0 30px;
	top: 0;
	left: 0;
	display: block;
	background: #002c42;
	background: rgba(67, 79, 79, 0.6);
	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', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ffffff;
	background-color: rgba(67, 79, 79, 0.6);
}
.thumb-pad2 figure a {
	display: block;
}
.thumb-pad2 figure a: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: 100;
	filter: alpha(opacity=10000);
}
.thumb-pad2 figure .title {
	color: #ffffff;
	text-transform: uppercase;
	font: 900 18px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
	display: block !important;
}
.thumb-pad2 figure span {
	color: #ffffff;
	margin-bottom: 0;
	font: 13px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.thumb-pad3 {
	overflow: hidden;
	margin: 0;
	padding-bottom: 32px;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #333333;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad3 .thumbnail .caption p a {
	font-size: 16px;
	color: #002c42;
	margin-left: 3px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption p a:hover {
	color: #002c42;
}
.thumb-pad3 figure {
	margin: 0 0 26px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.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;
}
.thumb-pad4 figure {
	margin: 0 0 28px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 62px 0;
	overflow: hidden;
}
.thumb-pad5 hr {
	display: block;
	margin: 0;
	border-top: 1px solid #919aa4;
	border-bottom: 1px solid #919aa4;
	height: 6px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0 0 44px 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad6 {
	overflow: hidden;
	margin-bottom: 41px;
	text-align: left;
}
.thumb-pad6 hr {
	display: block;
	margin: 0;
	border-top: 1px solid #919aa4;
	border-bottom: 1px solid #919aa4;
	height: 6px;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 35px 0 47px 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail a {
	font: bold 13px 'Open Sans';
	color: #2c3e50;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail a:hover {
	color: #ffcc0d;
}
.thumb-pad6 .thumbnail p {
	margin-bottom: 17px;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #333333;
}
.thumb-pad6 .thumbnail figure {
	float: left;
	display: block;
	margin: 8px 32px 0 0;
}
.thumb-pad7 {
	margin: 0 0 54px 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad7 .thumbnail figure {
	margin: 0 0 26px 0;
}
.thumb-pad7 .thumbnail figure img {
	width: 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: #333333;
}
.thumb-pad8 .thumbnail .caption div {
	float: right;
	text-align: right;
}
.thumb-pad8 .thumbnail .caption a {
	font: 30px 'Niconne';
	color: #373739;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption a:hover {
	color: #002c42;
}
.thumb-pad8 figure {
	margin: 0 30px 0 0;
	float: left;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 17px;
	font: bold 13px/33px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background: #002c42;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	background-color: #d9e1e4;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 30px;
	font: bold 13px/33px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	background-color: #D9E1E4;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #002c42 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 30px;
	font: 500 16px/44px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0;
	background: #ea4959;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #74c0bc !important;
	text-decoration: none !important;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 31px;
	font: bold 18px/40px 'Open Sans';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 0;
	background: #353535;
	border: none;
	text-shadow: 1px 1px 0 #222;
	position: relative;
	top: 26px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #b04684;
	text-shadow: 1px 1px #a4417b;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: bold 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #f15374;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:hover {
	color: #222;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn6 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 32px;
	font: 800 14px/43px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: none;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn6:hover {
	color: #222;
	background: #ffffff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/*-----list-----*/
.list1-1 {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 12px;
	padding-left: 17px;
	background: url(../img/list_arrow.png) left 6px no-repeat;
}
.list1-1 li a {
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #527278;
}
.list1 {
	margin: 0 0 60px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 19px;
	padding-left: 22px;
	background: url(../img/list_arrow.png) left 5px no-repeat;
}
.list1 li p {
	margin-bottom: 0;
}
.list1 li a {
	font: bold 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c3e50;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #ffcc0d;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 26px;
}
.list2 li time {
	font: 900 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002c42;
	float: left;
	margin-right: 28px;
}
.list2 li p {
	margin-bottom: 0;
	line-height: 22px;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 26px;
	overflow: hidden;
}
.list3 li p {
	margin-bottom: 0;
}
.list3 li strong {
	float: left;
	margin-right: 19px;
	color: #5f5f5f;
	font-size: 50px;
	margin-top: 4px;
	width: 55px;
}
.list3 li a {
	font: 13px 'Open Sans', "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: 13px;
	line-height: 1.428571429;
	margin-bottom: 28px;
}
.list4 li p {
	margin-bottom: 0;
}
.list4 li .badge {
	padding: 0;
	margin: 5px 26px 0 0;
	display: inline-block;
	color: #2c3e50;
	font: bold 50px/84px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #ffcc0d;
	border: none;
	width: 84px;
	height: 84px;
	border-radius: 0;
	text-align: center;
	float: left;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 10px;
	margin-bottom: 13px;
}
.list5 li a {
	color: #ff5d5c;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #333333;
}
.list5 li:last-child {
	border-bottom: none;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 26px;
	overflow: hidden;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li time {
	color: #74c0bc;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	margin-right: 6px;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list7 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 0;
}
.list7 li .badge {
	padding: 0;
	margin: 0;
	width: 53px;
	height: 53px;
	border-radius: 100%;
	background: #74c0bc;
	text-align: center;
	line-height: 52px;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin-right: 12px;
	margin-top: 6px;
}
.list7 li .title {
	text-transform: uppercase;
	color: #74c0bc;
	font: 300 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 26px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	display: inline-block;
}
#search-404 a {
	position: absolute;
	top: 6px;
	right: 6px;
	-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;
	margin: 0;
	width: 372px;
	outline: none;
	border: 1px solid #d6d6d6;
	background: #f9f9f9;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #333333;
	padding: 8px 35px 8px 14px;
	height: 36px;
	resize: none;
}
#search {
	margin: 8px 0 0 0;
	position: relative;
	float: right;
}
#search a {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
}
#search a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 270px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.5);
	font: 13px/48px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 0 58px 0 14px;
	height: 48px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.formBox {
	padding: 50px 0 0 0;
	margin-bottom: 52px;
	background: #f2f2f2;
}
.map {
	margin: 0 0 60px 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: 437px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info p {
	margin-bottom: 29px;
}
.priv-box {
	padding-bottom: 60px;
}
.mail {
	color: #002c42;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #002c42;
	text-decoration: none;
}
.errorBox {
	text-align: center;
	margin-bottom: 85px;
}
.errorBox figure {
	margin-bottom: 56px;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 #toTop {
 display: none !important;
}
 .thumb-pad2 figure i {
 padding: 25px 30px 0 30px;
}
 .thumb-box11 {
 background: #f2f2f2;
}
 .thumb-box11 .title {
 color: #002c42;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .thumb-box11 {
 background: #f2f2f2;
}
 .thumb-box11 .title {
 color: #002c42;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar .nav {
 display: none;
}
 nav.tm_navbar {
 width: 100%;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #002c42;
 background: #002c42;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 header .title {
 font-size: 25px;
 line-height: 35px;
}
 .thumb-pad1 {
 height: auto !important;
 margin-bottom: 110px;
 padding-bottom: 60px;
}
 .thumb-pad2 figure p {
 display: none;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .thumb-box11 {
 background: #f2f2f2;
 padding: 57px 0;
}
 .thumb-box11 .title {
 color: #002c42;
}
 .thumb-box4 .col-lg-6 {
 float: none !important;
}
 .thumb-box4 figure {
 margin-bottom: 30px;
}
 .map iframe {
 height: 300px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 28px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .thumb-pad2 figure i {
 padding-top: 25px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 h1.navbar-brand_ img {
 width: 100%;
}
 .thumb-pad8 figure {
 margin: 0 0 20px 0;
 float: none;
}
 #search-404 {
 display: block;
}
 #search-404 input {
 width: 100%;
}
 .errorBox figure img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 .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*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
