@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
body {
	background: #ffffff;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #aaaaaa;
}
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 71px 0;
	padding: 0;
	float: none;
}
h1.navbar-brand_ a {
	display: inline-block;
	padding: 0;
}
h2 {
	font: 30px/30px 'Open Sans';
	color: #2f343b;
	text-transform: uppercase;
	margin: 0 0 65px 0;
}
h3 {
	font: 45px/45px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	margin: 0 0 47px 0;
}
h3 span {
	color: #e74c3c;
}
h4 {
	font: 20px/25px 'Open Sans';
	color: #e74c3c;
	text-transform: uppercase;
	margin: 0 0 26px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 92px 0 0 0;
	background: #ffffff;
}
.global.indent {
	padding: 95px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*-----menu-----*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	display: inline-block;
	min-height: 0;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 0 70px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li em {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 7px;
	right: -43px;
	display: inline-block;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
nav.tm_navbar li em::before, nav.tm_navbar li em::after {
 position: absolute;
 top: 6px;
 width: 100%;
 height: 1px;
 background: #ffffff;
 content: '';
 -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
 -moz-transition: opacity 0.15s, -moz-transform 0.15s;
 transition: opacity 0.15s, transform 0.15s;
}
nav.tm_navbar li em::before {
 left: 0;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 transform: rotate(45deg);
}
nav.tm_navbar li em::after {
 right: 0;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
nav.tm_navbar li a {
	position: relative;
	padding: 4px 0;
	font: 600 14px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li.active > a {
	color: #e74c3c;
	background: none;
}
nav.tm_navbar li.active > a + em {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
}
nav.tm_navbar li.active > a + em::before {
 left: 0 !important;
 -webkit-transform: rotate(45deg) !important;
 -moz-transform: rotate(45deg) !important;
 transform: rotate(45deg) !important;
}
nav.tm_navbar li.active > a + em::after {
 right: 0 !important;
 -webkit-transform: rotate(-45deg) !important;
 -moz-transform: rotate(-45deg) !important;
 transform: rotate(-45deg) !important;
}
nav.tm_navbar li a:hover {
	color: #e74c3c;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li a:hover + em {
	opacity: 1;
	filter: alpha(opacity=100);
}
nav.tm_navbar li a:hover + em::before {
 left: -2px;
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 transform: rotate(90deg);
}
nav.tm_navbar li a:hover + em::after {
 right: -2px;
 -webkit-transform: rotate(-90deg);
 -moz-transform: rotate(-90deg);
 transform: rotate(-90deg);
}
nav.tm_navbar .sfHover > a {
	color: #e74c3c;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 217px;
	top: 46px;
	left: -59px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 33px 0 23px 0;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li.tr1 {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	background: url(../img/triangle1.png) center 0 no-repeat;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 14px 'Open Sans';
	color: #201e20;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: absolute;
	top: 9px;
	right: 30px;
	left: auto;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #e74c3c !important;
	background: none !important;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #e74c3c !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 217px;
	top: -28px;
	left: 230px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #e74c3c;
	padding: 28px 0;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li {
	position: relative;
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li.tr {
	position: absolute;
	top: 13px;
	left: -10px;
	width: 10px;
	height: 15px;
	background: url(../img/triangle2.png) no-repeat;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 14px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	color: #201e20 !important;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	position: relative;
	margin: 0;
	padding: 142px 0 170px 0;
	z-index: 11;
	text-align: center;
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
}
header.indent {
	padding: 51px 0 35px 0;
}
footer {
	padding: 78px 0;
	text-align: right;
	border-top: 1px solid #f4f5f5;
	overflow: hidden;
}
footer p {
	font: 14px 'Open Sans';
	color: #2f343b;
	margin: 29px 0 0 0;
}
footer p a {
	color: #2f343b;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #e74c3c;
}
footer em {
	font-style: normal;
}
footer span {
	color: #e74c3c;
	text-transform: uppercase;
}
.follow_icon {
	padding: 0;
	margin: 23px 0 0 0;
	list-style: none;
}
.follow_icon li {
	float: left;
	margin-left: 7px;
	height: 34px;
	overflow: hidden;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a:hover img {
	margin-top: -34px;
}
#toTop {
	display: none;
	width: 42px;
	height: 42px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -660px !important;
	right: 50%;
	bottom: 195px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.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;
	transition: all 0.4s ease;
}
.trainerBox figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.trainerBox figure img {
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.advantages-box {
	background: #ffffff;
	padding: 0 0 24px 0;
}
.advantages-box .col-lg-3, .advantages-box .col-lg-4, .advantages-box .col-lg-5 {
	margin-bottom: 37px;
}
.who-box {
	padding: 0;
}
.who-box .col-lg-4 {
	margin-bottom: 60px;
}
.errorBox {
	text-align: center;
}
.errorBox1 .title {
	font: 300 72px/72px 'Open Sans';
	color: #222;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.errorBox1 .description {
	font: 300 36px 'Open Sans';
	color: #e74c3c;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.err-box {
	margin-bottom: 105px;
}
.center-box {
	text-align: center;
	padding-bottom: 100px;
}
.center-box .title {
	font: 300 49px/49px 'Open Sans';
	color: #2f343b;
	text-transform: uppercase;
	margin-bottom: 42px;
}
.center-box .name {
	font: 30px/30px 'Open Sans';
	color: #e74c3c;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.center-box p {
	font: 14px/18px 'Open Sans';
	color: #4f555b;
	text-transform: uppercase;
	margin-bottom: 0;
}
.events-box {
	padding: 100px 0 54px 0;
	background: #f4f5f5;
	margin-bottom: 95px;
	overflow: hidden;
}
.shows-box, .news-box {
	margin-bottom: 41px;
}
.subscribe-box {
	background: url(../img/bg_pic2.jpg) center top fixed no-repeat;
	padding: 103px 0;
	text-align: center;
	overflow: hidden;
}
.subscribe-box span {
	display: block;
	font-size: 30px;
	color: #e74c3c;
	margin-bottom: 38px;
}
.subscribe-box p {
	font: 18px/18px 'Open Sans';
	color: #ffffff;
	margin-bottom: 44px;
}
.testimBox {
	padding: 95px 0 54px 0;
	background: #f4f5f5;
}
.priv-box {
	margin-bottom: 100px;
}
/*-----subscribeForm-----*/
.newsletter-box {
	padding: 63px 0 93px 0;
}
#newsletter {
	display: inline-block;
	position: relative;
}
#newsletter a {
	float: left;
	font: 18px/60px 'Open Sans';
	color: #ffffff;
	background: #e74c3c;
	padding: 0 58px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter a:hover {
	background: #ffffff;
	color: #e74c3c;
}
#newsletter label {
	width: 366px;
	position: relative;
	float: left;
	margin-right: 13px;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #ffffff;
	font: 18px/18px 'Open Sans';
	color: #c8c8c8;
	background: #ffffff;
	height: 60px;
	width: 100%;
	padding: 20px;
	margin: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border-color: #ffffff;
}
#newsletter .error {
	position: absolute;
	top: 0;
	right: 3px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #e74c3c;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: 1px solid #ffffff;
	font: 18px/18px 'Open Sans';
	line-height: 60px;
	color: #c8c8c8;
	background: #ffffff;
	height: 60px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----thumbs-----*/
.thumb-pad1 {
	margin: 0 0 50px 0;
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 p {
	margin-bottom: 31px;
}
.thumb-pad1 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0 0 17px 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
	padding: 7px 0 0 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption .title {
	font: 25px/25px 'Open Sans';
	color: #e74c3c;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.thumb-pad1 .thumbnail .caption .descrip {
	font: 15px 'Open Sans';
	color: #201e20;
	text-transform: uppercase;
	margin-bottom: 0;
}
.thumb-pad1 .thumbnail figure {
	margin: 0;
	float: left;
	margin-right: 21px;
}
.thumb-pad2 {
	margin-bottom: 55px;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad2 .thumbnail .caption .title {
	font: 20px/25px 'Open Sans';
	color: #e74c3c;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.thumb-pad2 .thumbnail .caption .description {
	font: 15px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad3 .badge {
	position: relative;
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	line-height: 23px;
	background: #e74c3c;
	width: 70px;
	display: inline-block;
	font: 300 40px 'Open Sans';
	color: #ffffff;
	float: none;
	margin-right: 30px;
	float: left;
}
.thumb-pad3 .badge span {
	font-size: 15px;
	text-transform: uppercase;
	color: #2b3a42;
	display: block;
	font-weight: normal;
	margin-top: -6px;
}
.thumb-pad3 .badge > div {
	padding-bottom: 11px;
}
.thumb-pad3 .badge a {
	background: #2f343b;
	text-align: center;
	display: block;
	color: #ffffff;
	font: 300 15px/34px 'Open Sans';
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad3 .badge a:hover {
	background: #e74c3c;
}
.thumb-pad3 .badge em {
	display: inline-block;
	width: 12px;
	height: 15px;
	position: absolute;
	top: 14px;
	right: -12px;
	background: url(../img/triangle3.png) no-repeat;
}
.thumb-pad3 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad3 .thumbnail .caption .title {
	font: 300 20px/25px 'Open Sans';
	color: #e74c3c;
	text-transform: uppercase;
	margin-bottom: 0;
}
.thumb-pad3 .thumbnail .caption .description {
	font: 15px 'Open Sans';
	color: #31353d;
	margin-bottom: 14px;
}
.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 40px 0;
	overflow: hidden;
}
.thumb-pad5 .badge {
	position: relative;
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	line-height: 23px;
	background: #e74c3c;
	width: 70px;
	display: inline-block;
	font: 300 40px 'Open Sans';
	color: #ffffff;
	float: none;
	margin-right: 28px;
	margin-top: 6px;
	float: left;
}
.thumb-pad5 .badge em {
	display: inline-block;
	width: 12px;
	height: 15px;
	position: absolute;
	top: 14px;
	right: -12px;
	background: url(../img/triangle3.png) no-repeat;
}
.thumb-pad5 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad5 .thumbnail .caption .title {
	font: 20px/25px 'Open Sans';
	color: #e74c3c;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.thumb-pad6 {
	overflow: hidden;
	margin-bottom: 43px;
}
.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;
	color: #aaaaaa;
}
.thumb-pad6 .thumbnail .caption .title {
	font: 300 20px/25px 'Open Sans';
	color: #e74c3c;
	text-transform: uppercase;
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail .caption .description {
	font: 15px 'Open Sans';
	color: #31353d;
	margin-bottom: 14px;
}
.thumb-pad6 .thumbnail figure {
	margin: 0 0 27px 0;
}
.thumb-pad6 .thumbnail figure img {
	width: 100%;
}
.thumb-pad7 {
	margin-bottom: 104px;
	background: #f4f5f5;
}
.thumb-pad7 .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0 23px 34px 23px;
	overflow: hidden;
	color: #aaaaaa;
}
.thumb-pad7 figure {
	margin: 0 0 27px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin-bottom: 113px;
}
.thumb-pad8 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad8 .thumbnail .badgeBox {
	overflow: hidden;
	margin-bottom: 17px;
}
.thumb-pad8 .thumbnail .badgeBox figure {
	margin-right: 23px;
	float: left;
}
.thumb-pad8 .thumbnail .badgeBox .description {
	font: 15px 'Open Sans';
	text-transform: uppercase;
	color: #201e20;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #aaaaaa;
}
.thumb-pad8 .thumbnail > figure {
	margin: 0 29px 0 0;
	float: left;
}
.thumb-pad8 .thumbnail > figure > img {
	width: 100%;
}
.thumb-pad8 .thumbnail .badgeBox a {
	color: #272727;
	font: 16px/22px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .badgeBox a:hover {
	color: #8fbf4d;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .badgeBox a.tl {
	color: #e74c3c;
	font: 25px/25px 'Open Sans';
	display: inline-block;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.thumb-pad8 .thumbnail .badgeBox a.tl:hover {
	color: #3e454c;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 0 0 19px;
	font: 600 15px/43px 'Open Sans';
	margin: 0;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background: #3e454c;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1 span {
	line-height: 43px;
	font-size: 15px;
	color: #ffffff;
	width: 40px;
	display: inline-block;
	background: #e74c3c;
	margin-left: 28px;
	text-align: center;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #e74c3c !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover span {
	color: #e74c3c;
	background: #3e454c;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 19px;
	font: 600 15px/43px 'Open Sans';
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0;
	background: #3e454c;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #e74c3c !important;
	text-decoration: none !important;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 30px;
	font: 500 16px/44px 'Arial', "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;
	transition: all 0.35s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #74c0bc !important;
	text-decoration: none !important;
	-webkit-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;
	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;
	transition: all 0.25s;
}
.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: bold 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #f15374;
	background: none;
	display: inline-block;
	-webkit-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;
	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 'Arial', "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;
	transition: all 0.25s;
}
.btn-default.btn6:hover {
	color: #222;
	background: #ffffff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
/*-----list-----*/
.list1-1 {
	margin: 0 0 75px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 16px;
	padding-left: 17px;
	background: url(../img/list_point.png) left 8px no-repeat;
}
.list1-1 li a {
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #aaaaaa;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #e74c3c;
}
.list1 {
	margin: 0 0 44px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
}
.list1 li p {
	margin-bottom: 0;
}
.list1 li a {
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #aaaaaa;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #c31401;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 17px;
	padding-bottom: 16px;
	border-bottom: 1px solid #c4c4c4;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li p a {
	color: #ff5d5c;
	font-weight: bold;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li p a:hover {
	color: #455052;
}
.list2 li time {
	display: inline-block;
	background: #57a0b0;
	padding: 0 10px;
	font: bold 12px/28px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.list2 li .title {
	font: 500 16px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #455052;
	margin-bottom: 5px;
}
.list2 li:last-child {
	border-bottom: none;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 6px;
}
.list3 li a {
	font: 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #aaaaaa;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #ff5d5c;
}
.list3 li p {
	margin-bottom: 0;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 37px;
	overflow: hidden;
}
.list4 li p {
	margin-bottom: 0;
}
.list4 li .badge {
	padding: 0;
	margin: 0 42px 0 0;
	display: inline-block;
	color: #e74c3c;
	font: 25px 'Open Sans';
	background: none;
	border: none;
	width: 60px;
	border-radius: 0;
	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: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #aaaaaa;
}
.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 'Arial', "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 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 39px;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li h3 {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	overflow: hidden;
}
#search-404 a {
	height: 47px;
	width: 40px;
	float: left;
	display: inline-block;
	background: #f4f5f5 url(../img/magnify.png) center center no-repeat;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	background: #e74c3c url(../img/magnify.png) center center no-repeat;
}
#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: 420px;
	outline: none;
	border: 1px solid #f4f5f5;
	background: #f4f5f5;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #aaaaaa;
	padding: 13px 14px;
	height: 47px;
	resize: none;
	float: left;
	margin-right: 6px;
}
#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 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 0 58px 0 14px;
	height: 48px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.formBox {
	padding-bottom: 104px;
}
.map {
	margin: 0 0 95px 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: 442px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 39px;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	width: 110px;
	display: inline-block;
}
.info p a {
	color: #e74c3c;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #3e454c;
}
.mail {
	color: #e74c3c;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #aaaaaa;
	text-decoration: none;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 .errorBox figure img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 .errorBox figure img {
 width: 100%;
}
 header {
 background-size: cover;
}
 .subscribe-box {
 background-size: cover;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 .global {
 padding: 50px 0 0 0;
}
 header {
 padding: 70px 0;
 background-size: cover;
}
 .subscribe-box {
 background-size: cover;
}
 h3 {
 font-size: 30px;
 line-height: 40px;
}
 nav.tm_navbar {
 float: none;
 margin-top: 15px;
}
 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 #e74c3c;
 background: #e74c3c;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .map iframe {
 height: 300px;
}
 .center-box {
 padding-bottom: 50px;
}
 .center-box .title {
 font-size: 30px;
 line-height: 40px;
}
 .errorBox {
 margin-bottom: 40px;
}
 .errorBox1 {
 margin-bottom: 50px;
}
 .follow_icon {
 display: inline-block;
 margin-bottom: 20px;
}
 .subscribe-box {
 background-size: cover;
}
 footer {
 text-align: center;
 padding: 40px 0;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad7 {
 margin-bottom: 30px;
}
 .thumb-pad8 .thumbnail > figure {
 margin: 0 20px 0 0;
 float: left;
}
 .err-box {
 margin-bottom: 20px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 #newsletter label {
 width: 100%;
 margin: 0 0 15px 0;
}
 #newsletter a {
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 0 28px 0;
 float: none;
}
 .thumb-pad8 .thumbnail > figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 .errorBox figure img {
 width: 100%;
}
 .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*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------*/
