@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900);
body {
	background: #ffffff;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #888888;
}
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: 17px;
	font-weight: 300;
	line-height: 24px;
}
p strong {
	color: #191919;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin: -115px 0 0 -275px;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ img {
	width: 100%;
}
h2 {
	font: bold 48px/65px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0 0 19px 0;
	text-transform: uppercase;
}
h2.indent {
	color: #191919;
	text-align: center;
	width: 100%;
	margin: 0 0 26px 0;
}
h3 {
	font: bold 18px/30px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #191919;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
}
.global.indent {
	padding: 88px 0 0 0;
}
.center {
	text-align: center;
}
/*-----menu-----*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	display: inline-block;
	min-height: 0;
	background: #000000;
	width: 270px;
	border-top: 1px solid #363636;
	position: absolute;
	top: 58px;
	left: -270px;
}
nav.tm_navbar li {
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #363636;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0 0 0 21px;
	font: bold 18px/53px 'Lato';
	color: #ffffff;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #262626;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #262626;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #262626;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li span {
	width: 9px;
	height: 100%;
	background: url(../img/menu-marker.png) 0 center no-repeat;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 100%;
	left: 100%;
	top: -1px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #000000;
	border-top: 1px solid #363636;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	position: relative;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #363636;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-shadow: none;
	padding: 0 0 0 21px;
	font: bold 18px/53px 'Lato';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	width: 9px;
	height: 100%;
	background: url(../img/menu-marker.png) 0 center no-repeat;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #262626 !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: #262626 !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 100%;
	left: 100%;
	top: -1px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #000000;
	border-top: 1px solid #363636;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-shadow: none;
	padding: 0 0 0 21px;
	font: bold 18px/53px 'Lato';
	color: #ffffff;
	text-transform: uppercase;
	-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: #ffffff !important;
	background: #262626 !important;
}
.select-menu {
	display: none !important;
}
/*-----photo-----*/
.back {
	margin-bottom: 20px;
}
.back a {
	padding: 5px 10px;
	color: blue;
	background-color: #BBB;
	border: 1px solid #000;
	border-radius: 8px;
}
/*-----content-----*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	background: #262626;
	height: 58px;
	width: 100%;
}
header.indent {
	background: none;
}
header .title {
	font: 900 60px/58px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fe0c0c;
	margin: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 0;
}
.btn_menu .nav_open {
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #fe0c0c;
	width: 58px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
	float: left;
	margin-right: 64px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_menu .nav_open:hover {
	background: #262626;
	background: rgba(254, 12, 12, 0.4);
}
.btn_menu .nav_close {
	position: relative;
	z-index: 0;
	display: inline-block;
	background: #000000;
	width: 58px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	color: #ffffff;
	font-size: 26px;
	float: left;
	cursor: pointer;
	display: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_menu .nav_close:hover {
	background: #262626;
	background: rgba(0, 0, 0, 0.4);
}
footer {
	padding: 18px 0;
	text-align: center;
}
footer p {
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888888;
	margin-bottom: 0;
	line-height: 32px;
}
footer p a {
	color: #888888;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #000000;
}
footer em {
	font-style: normal;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	color: #888888;
	font-size: 31px;
	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: #fe0c0c;
}
.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;
}
.layer-box {
	background-color: #D8D8D8;
}
.layer-box .col-lg-4 {
	margin-bottom: 30px;
}
.layer-box .fw_video {
    background-color: #131313;
    border: 5px solid #FFF;
}
.layer-box .v_clear {
    clear: both;
}
.layer-box .v_row {
	margin-bottom: 20px;
	float: left;
}
.layer-box .fw_video .v_title {
	padding: 0px 5px 5px 5px;
	color: #E0E0E0;
}
.thumb-box0 {
	background: #fe0c0c;
	/*padding: 0px 0px 58px 0px;*/
	text-align: center;
	overflow: hidden;
}
.thumb-box1 {
	background: #fe0c0c;
	padding: 40px 0;
	text-align: center;
	overflow: hidden;
}
.thumb-box1 p {
	color: #ffffff;
	margin-bottom: 33px;
}
.thumb-box2 {
	background: url(../img/bg_pic1.jpg) left 0 fixed no-repeat;
	padding: 65px 0;
	margin-bottom: 64px;
	text-align: center;
	overflow: hidden;
}
.thumb-box2 .box {
	position: relative;
}
.thumb-box2 .box::after {
 position: absolute;
 right: 0;
 bottom: 0;
 width: 1px;
 height: 100%;
 background: #ffffff;
 content: '';
 opacity: 0.15;
 filter: alpha(opacity=15);
}
.thumb-box2 .title {
	font: bold 18px/30px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fe0c0c;
	text-transform: uppercase;
	margin-bottom: 19px;
}
.thumb-box3 {
	text-align: center;
	padding-bottom: 80px;
	overflow: hidden;
}
.thumb-box3 h2 {
	color: #191919;
	width: 100%;
	text-align: center;
}
.thumb-box4 {
	padding: 65px 0 94px 0;
	background: url(../img/bg_pic2.jpg) left 0 repeat-y;
	text-align: center;
}
.thumb-box5 {
	padding: 22px 0;
	text-align: center;
	background: #000000;
	overflow: hidden;
}
.thumb-box5 a {
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box5 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-box6 {
	padding: 65px 0 40px 0;
	background: url(../img/bg_pic2.jpg) left 0 repeat-y;
	text-align: center;
}
.thumb-box7 {
	padding-bottom: 55px;
}
.thumb-box8 {
	padding-bottom: 46px;
	overflow: hidden;
}
.thumb-box9 {
	padding: 80px 0 64px 0;
	background: url(../img/bg_pic3.jpg) left 0 fixed repeat-y;
}
.thumb-box9 .fw_video {
	padding: 5px;
	background: #ffffff;
	position: relative;
	padding: 0;
	width: 100%;
	height: 354px;
	overflow: hidden;
	margin-bottom: 30px;
}
.thumb-box9 .fw_video iframe {
	border: 5px solid #fff;
}
.thumb-box9 h3, .thumb-box9 p {
	color: #ffffff;
}
/*-----thumbs-----*/
.thumb-pad1 {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad1:hover .thumbnail .caption {
	bottom: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background-color: #CCCCCC;
	overflow: hidden;
	height: 290px;
}
.thumb-pad1 .thumbnail .caption {
	padding: 20px;
	overflow: hidden;
	background: #000000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -62px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption p {
	margin: 12px 0 0 0;
}
.thumb-pad1 .thumbnail .caption .title {
	font: bold 18px 'Lato';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption .title:hover {
	color: #fe0c0c;
}
.thumb-pad1 figure {
	margin: 0;
	position: relative;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad1 figure time {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	padding: 7px 0 0 0;
	display: block;
	background: #fe0c0c;
	text-align: center;
	background: rgba(254, 12, 12, 0.8);
	font: bold 30px/25px 'Lato';
	color: #ffffff;
	text-transform: uppercase;
}
.thumb-pad1 figure time span {
	display: block;
	font-size: 18px;
}
.thumb-pad2 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	position: relative;
}
.thumb-pad2 figure {
	margin: 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2 .thumbnail .caption {
	position: absolute;
	top: 192px;
	left: 0;
	padding: 0 30px;
	color: #888888;
}
.thumb-pad2 .thumbnail .caption .title {
	color: #ffffff;
	font: 83px/83px 'Roboto Slab';
	margin: 0 0 13px 0;
}
.thumb-pad2 .thumbnail .caption .description {
	color: #ffffff;
	font: 53px/59px 'Roboto Slab';
	text-transform: uppercase;
	margin: 0 0 9px 0;
}
.thumb-pad2 .thumbnail .caption p {
	margin-bottom: 43px;
}
.thumb-pad3 {
	margin-bottom: 39px;
	overflow: hidden;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #888888;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 27px;
}
.thumb-pad3 figure {
	margin: 0 25px 0 0;
	float: left;
}
.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 35px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5 figure {
	margin: 0;
	position: relative;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad5 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);
}
.thumb-pad5 figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	background: #000000 url(../img/zoom.png) center center no-repeat;
	background: rgba(0, 0, 0, 0.8) url(../img/zoom.png) center center 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);
}
.thumb-pad6 {
	overflow: hidden;
	margin: 0 0 30px 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption {
	padding: 14px 0 0 0;
	overflow: hidden;
	color: #888888;
}
.thumb-pad6 .thumbnail .caption a {
	color: #ffffff;
	text-transform: uppercase;
	font: bold 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	margin-bottom: 5px;
}
.thumb-pad6 .thumbnail .caption a:hover {
	text-decoration: underline;
}
.thumb-pad6 .thumbnail .caption p {
	font-style: italic;
	color: #ffffff;
}
.thumb-pad6 .thumbnail figure {
	margin: 0 0 26px 0;
}
.thumb-pad7 {
	margin: 0 0 33px 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 23px 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: #888888;
}
.thumb-pad8 .thumbnail .caption a {
	font: 16px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption a:hover {
	color: #5fd0eb;
}
.thumb-pad8 .thumbnail .caption p {
	margin-bottom: 13px;
}
.thumb-pad8 figure {
	margin: 0 30px 0 0;
	float: left;
}
/*-----btn-----*/
.btn-default.btn0, .btn-default.btn1 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 83px;
	font: bold 18px/53px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background: #000000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn0 {
	padding: 0 20px;
	font: bold 15px/40px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 2px 0px 2px 2px;
}
.btn-default.btn0:hover, .btn-default.btn1:hover {
	color: #000000;
	background: #ffffff !important;
	text-decoration: 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 !important;
	display: inline-block;
	padding: 0 74px;
	font: bold 18px/53px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	color: #191919;
	border: 1px solid #dcdcdc;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #fe0c0c !important;
	border-color: #fe0c0c;
	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 24px;
	font: bold 25px/50px 'Roboto Slab';
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	border: 1px solid #ffffff;
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #ffffff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: underline !important;
	display: inline-block;
	padding: 0;
	font: 16px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #68c6db;
	border-radius: 0;
	background: none;
	border: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #555;
	background: none;
	-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 'Lato', "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 'Lato', "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 14px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 11px;
	padding-left: 32px;
	background: url(../img/list_arrow.png) left 1px no-repeat;
}
.list1-1 li a {
	font: italic 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #191919;
}
.list1 {
	margin: 0 0 60px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 30px;
}
.list1 li p {
	margin-bottom: 0;
}
.list1 li .badge {
	width: 60px;
	height: 60px;
	background: #fe0c0c;
	text-align: center;
	font: bold 30px/57px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	border-radius: 0;
	padding: 0;
	margin: 8px 20px 0 0;
	float: left;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 30px;
	padding: 0;
}
.list2 li time {
	font: 53px/44px 'Roboto Slab';
	color: #ffffff;
	width: 70px;
	margin-right: 9px;
	text-align: center;
	display: inline-block;
	float: left;
}
.list2 li time span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
.list2 li p {
	margin-bottom: 0;
}
.list3 {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list3.indent {
	margin: 0 0 34px 0;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 0;
	overflow: hidden;
	width: 33.33%;
	float: left;
}
.list3 li figure {
	position: relative;
	height: 292px;
}
.list3 li figure img {
	/*width: 100%;*/
}
.list3 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);
}
.list3 li figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	background: #000000 url(../img/zoom.png) center center no-repeat;
	background: rgba(0, 0, 0, 0.8) url(../img/zoom.png) center center 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);
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 27px;
	overflow: hidden;
}
.list4 li p {
	margin-bottom: 18px;
}
.list4 li img {
	float: left;
	margin-right: 20px;
}
.list4 li a {
	font: 18px/24px 'Roboto Slab';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list4 li a:hover {
	color: #888888;
}
.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: 14px 'Lato', "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: #888888;
}
.list5 li:last-child {
	border-bottom: none;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 26px;
	overflow: hidden;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li time {
	color: #74c0bc;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	margin-right: 6px;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list7 li {
	font-size: 14px;
	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 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
}
.list8 {
	margin: 0;
	padding: 0 0 44px 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 23px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 33px 0 0 0;
	overflow: hidden;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #dcdcdc;
	background: none;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #888888;
	padding: 10px 14px;
	height: 40px;
	margin-bottom: 30px;
	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 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 0 58px 0 14px;
	height: 48px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.map {
	margin: 0 0 70px 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: 413px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info p {
	margin-bottom: 29px;
}
.mail {
	color: #fe0c0c;
	font: 14px 'Lato', "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: #191919;
	text-decoration: none;
}
.errorBox {
	margin-bottom: 88px;
}
.errorBox .title {
	color: #191919;
	font: bold 72px/72px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 22px 0;
}
.errorBox .description {
	color: #fe0c0c;
	font: bold 48px/48px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 37px 0;
}
.errorBox1 {
	margin-bottom: 40px;
	text-align: center;
	padding-top: 40px;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 #toTop {
 display: none !important;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .errorBox1 img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 width: 100%;
 left: 0;
 padding: 0 15px;
 background: none;
 border-top: none;
}
 nav.tm_navbar .nav {
 display: none;
}
 header {
 background: none !important;
}
 h2 {
 font-size: 25px;
 line-height: 40px;
}
 .btn-default.btn1 {
 padding: 0px 50px;
}
 .nav_open, .nav_close {
 display: none !important;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #000000;
 background: #000000;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .thumb-box5 a img {
 width: 100%;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad3 figure {
 margin: 0 0 25px 0;
 float: none;
}
 .thumb-box2 .box::after {
 content: none;
 display: none;
}
 .map iframe {
 height: 300px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .list3 li {
 width: 50%;
}
 .thumb-pad4 figure {
 margin: 0 0 35px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 .thumb-pad1 .thumbnail .caption {
 position: relative;
 bottom: 0 !important;
}
 .list3 li {
 width: 100%;
 float: none;
}
 .errorBox1 img {
 width: 100%;
}
 .errorBox .title {
 font-size: 50px;
 line-height: 50px;
}
 .errorBox .description {
 font-size: 40px;
 line-height: 40px;
}
 .thumb-box9 .fw_video {
 height: 170px;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 0;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
