@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
body {
	background: #ffffff;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #000000;
}
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: 22px;
	line-height: 21px;
}
h1.navbar-brand_ {
	margin: 18px 0;
	padding: 0;
	float: left;
	height: auto;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h2 {
	font: bold 56px/56px 'Lato';
	color: #212b5a;
	text-transform: uppercase;
	margin: 0 0 42px 0;
}
h3 {
	font: bold 44px/44px 'Lato';
	color: #212b5a;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}
h4 {
	font: bold 18px/22px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 53px 0 0 0;
	background: #fdb706;
	border-top: 1px solid #ffffff;
}
.global.indent2 {
	padding: 53px 0 0 0;
	background: #ffffff;
	border-top: 1px solid #ffffff;
}
.global.indent3 {
	padding: 30px 0 0 0;
	background: #ffffff;
	border-top: 1px solid #ffffff;
}
.center {
	text-align: center;
}
/*-----menu-----*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: right;
	display: block;
	min-height: 0;
}
nav.tm_navbar li {
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	float: left;
}
nav.tm_navbar li:last-child {
	padding-left: 0;
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0 14px;
	font: bold 23px/100px 'Lato';
	color: #ffffff;
	background: transparent;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #fdb706;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #fdb706;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #fdb706;
	-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: -2px;
	bottom: 19px;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 260px;
	left: 0;
	top: 100%;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #212121;
	padding: 16px 0 23px 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 2px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 10px 0 10px 30px;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 14px 'Lato';
	text-transform: uppercase;
	color: #ffffff;
	border-bottom: none;
	-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;
	position: absolute;
	left: auto;
	right: 20px;
	top: 7px;
	font-size: 22px;
	background: none;
	color: #fdb706;
	height: auto;
	float: right;
	text-align: right;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #212121 !important;
	background: #fdb706 !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li a:hover span {
	color: #212121;
	-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: #212121 !important;
	background: #fdb706 !important;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a span {
	color: #212121;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 260px;
	left: 100%;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #212121;
	padding: 16px 0 23px 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 10px 0 10px 30px;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 14px 'Lato';
	text-transform: uppercase;
	color: #ffffff;
	border-bottom: none;
	-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: #212121 !important;
	background: #fdb706 !important;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	position: relative;
	margin: 0;
	padding: 0 30px;
	background: #212b5a;
	z-index: 11;
}
footer {
	padding: 27px 0;
	text-align: center;
	border-top: 1px solid #212b5a;
}
footer p {
	font: 14px 'Lato';
	color: #777;
	margin: 0;
}
footer p a {
	color: #777;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #fdb706;
}
footer em {
	font-style: normal;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	color: #a6b74f;
	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: #f16f56;
}
.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;
}
.who-box .col-lg-4 {
	margin-bottom: 40px;
}
.errorBox {
	padding-bottom: 60px;
}
.errorBox .title {
	font: bold 186px/186px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fdb706;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.errorBox .description {
	font: bold 74px/74px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #212b5a;
	text-transform: uppercase;
	margin-bottom: 29px;
}
.errorBox1 {
	text-align: center;
}
.errorBox1 img {
	width: 100%;
}
.fb_btn {
	position: absolute;
	z-index: 10;
	top: 15%;
	right: 0;
	overflow: hidden;
}
.fb_btn img {
	margin-right: -11px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.fb_btn:hover img {
	margin-right: 0;
}
.thumb-box1 {
	background: #fdb706;
	overflow: hidden;
}
.thumb-box2 {
	padding: 50px 0 64px 0;
}
.thumb-box2 h2 {
	margin-bottom: 53px;
}
.thumb-box3 {
	background: url(../img/bg_pic1.jpg) center 0 fixed no-repeat;
	padding: 60px 0 70px 0;
	text-align: center;
	overflow: hidden;
}
.thumb-box3 h2 {
	color: #ffffff;
}
.thumb-box4 {
	background: #212b5a;
	padding: 60px 0 98px 0;
}
.thumb-box4 h2 {
	color: #ffffff;
}
.thumb-box5 {
	background: #ffffff;
	padding: 53px 0 0 0;
}
.thumb-box6 {
	background: url(../img/bg_pic1.jpg) center 0 fixed no-repeat;
	padding: 53px 0 0 0;
}
.thumb-box6 .col-lg-3, .thumb-box6 col-lg-4, .thumb-box6 .col-lg-5 {
	margin-bottom: 43px;
}
.thumb-box6 h3 {
	color: #ffffff;
}
.thumb-box6 p {
	color: #ffffff;
}
.thumb-box7 {
	background: #ffffff;
	padding: 53px 0 0 0;
	text-align: center;
}
.thumb-box8 {
	background: url(../img/bg_pic1.jpg) center 0 fixed no-repeat;
	padding: 53px 0 20px 0;
}
.thumb-box8 h3 {
	color: #ffffff;
}
.thumb-box8 p {
	color: #ffffff;
}
/*-----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;
	text-align: center;
	padding: 44px 5px 51px 5px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1:hover {
	background: #212b5a;
}
.thumb-pad1:hover .thumbnail .caption .title {
	color: #fdb706;
}
.thumb-pad1:hover .thumbnail .caption .description {
	color: #ffffff;
}
.thumb-pad1:hover .thumbnail .caption p {
	color: #fdb706;
	-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: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption .title {
	font: bold 56px/51px 'Lato';
	text-transform: uppercase;
	color: #212b5a;
	margin-bottom: 20px;
}
.thumb-pad1 .thumbnail .caption .description {
	font: bold 18px/29px 'Lato';
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 6px;
}
.thumb-pad1 .thumbnail .caption p {
	font: 14px/21px 'Lato';
	color: #000000;
	margin-bottom: 25px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
	text-align: center;
}
.thumb-pad2 figure {
	margin: 0;
}
.thumb-pad2 .thumbnail .caption {
	padding: 178px 30px 33px 30px;
	margin-top: -154px;
	color: #000000;
	background: #212121;
	background: rgba(33, 33, 33, 0.8);
}
.thumb-pad2 .thumbnail .caption .title {
	text-transform: uppercase;
	font: bold 18px 'Lato';
	color: #fdb706;
	margin-bottom: 10px;
}
.thumb-pad2 .thumbnail .caption p {
	color: #ffffff;
}
.thumb-pad3 {
	overflow: hidden;
	margin: 0 0 60px 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 30px 0 0;
	float: left;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.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;
	text-align: center;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #000000;
}
.thumb-pad4 .thumbnail .caption h4 {
	line-height: 29px;
}
.thumb-pad4 figure {
	margin: 0 0 22px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 55px 0;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .badge {
	width: 97px;
	height: 97px;
	border: 1px solid #000000;
	border-radius: 100%;
	text-align: center;
	padding: 0;
	margin: 0 0 7px 0;
	font: 600 48px/97px 'Open Sans';
	color: #000000;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #000000;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad5 .thumbnail .caption h4 {
	margin-bottom: 12px;
}
.thumb-pad6 {
	overflow: hidden;
}
.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: #000000;
}
.thumb-pad6 figure {
	margin: 0;
	position: relative;
	overflow: hidden;
}
.thumb-pad6 figure img {
	width: 100%;
}
.thumb-pad6 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-pad6 figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 63px 20px;
	top: 0;
	left: 0;
	display: block;
	background: #5e5e5e;
	background: rgba(94, 94, 94, 0.7);
	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;
}
.thumb-pad6 figure strong {
	font: 20px 'Open Sans';
	color: #ffffff;
}
.thumb-pad6 figure strong em {
	font-style: normal;
	font-size: 25px;
	display: block;
	margin-top: 6px;
}
.thumb-pad7 {
	margin: 0 0 34px 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: #000000;
}
.thumb-pad7 .thumbnail .caption p {
	margin: 0;
}
.thumb-pad7 .thumbnail .caption a {
	font: bold 18px/29px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 5px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #fdb706;
}
.thumb-pad7 figure {
	margin: 0 0 34px 0;
}
.thumb-pad7 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: #000000;
}
.thumb-pad8 .thumbnail .caption a {
	font: bold italic 16px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption a:hover {
	color: #fdb706;
}
.thumb-pad8 .thumbnail .caption p {
	font-style: italic;
}
.thumb-pad8 figure {
	margin: 0 29px 0 0;
	float: left;
}
/*------------------isotop items------------------*/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	overflow: visible;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.izotopeBox {
	overflow: hidden;
	padding-bottom: 58px;
}
.izotope-box {
	margin: 0 0 0 -30px;
}
.element {
	height: auto !important;
	display: block;
	position: relative;
	border: none;
	margin: 0 !important;
	padding: 0 0 37px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#options {
	margin-bottom: 24px;
}
#options .pagination {
	margin: 0 0 21px 0;
	display: block;
	border-radius: 0;
}
#filters {
	position: relative;
	text-align: center;
}
#filters li {
	display: inline-block;
	margin-right: 10px !important;
}
#filters li a {
	padding: 0;
	border-radius: 0 !important;
	margin: 0;
	padding: 0 40px;
	font: bold 18px/57px 'Lato';
	color: #ffffff;
	border: 2px solid #ffffff;
	background: transparent;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#filters li a:hover {
	text-decoration: none;
	color: #212b5a;
	background: #ffffff !important;
}
#filters li a.selected {
	text-decoration: none;
	color: #212b5a;
	background: #ffffff !important;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 30px;
	font: bold 31px/75px 'Lato';
	color: #ffffff;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	background: #fdb706;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #212b5a;
	background: #ffffff !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 40px;
	font: bold 18px/57px 'Lato';
	color: #ffffff;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	border: 2px solid #ffffff;
	background: transparent;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #212b5a;
	background: #ffffff !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.indent li {
	background: url(../img/list_arrow2.png) left 3px no-repeat;
}
.list1-1.indent li a {
	color: #ffffff;
}
.list1-1.indent li a:hover {
	color: #000;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 24px;
	background: url(../img/list_arrow.png) left 3px no-repeat;
}
.list1-1 li a {
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #212b5a;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 14px;
	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: 14px;
	line-height: 1.428571429;
	margin-bottom: 25px;
}
.list2 li time {
	font: bold 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #212b5a;
	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: 14px;
	line-height: 1.428571429;
	margin-bottom: 20px;
	overflow: hidden;
}
.list3 li p {
	margin-bottom: 0;
	color: #ffffff;
}
.list3 li h4 {
	color: #ffffff;
}
.list3 li strong {
	float: left;
	margin-right: 13px;
	margin-top: 7px;
	width: 53px;
	height: 53px;
	line-height: 52px;
	border-radius: 100%;
	color: #ffffff;
	font-size: 24px;
	background: #fdb706;
	text-align: center;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 38px;
}
.list4 li p {
	margin-bottom: 0;
}
.list4 li h4 {
	color: #ffffff;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	background: url(../img/border.png) 0 bottom repeat-x;
}
.list5 li p {
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-bottom: 0;
}
.list5 li p a {
	color: #212b5a;
	font: bold 14px 'Lato';
	text-transform: uppercase;
	float: right;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li p a:hover {
	color: #ffffff;
}
.list5 li p span {
	width: 250px;
	display: inline-block;
}
.list5 li br {
	display: none;
}
.list6 {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	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: #000000;
}
.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 30px 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 28px;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li h4 {
	line-height: 29px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 33px 0 0 0;
	overflow: hidden;
	width: 298px;
}
#search-404 a {
	position: absolute;
	top: 10px;
	right: 0;
	-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: 267px;
	outline: none;
	border: 1px solid #e2e2e2;
	background: none;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #000000;
	padding: 10px 14px;
	height: 41px;
	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 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
/*-----map-----*/
.formBox {
	background: #ffffff;
	padding: 53px 0 0 0;
}
.formBox .col-lg-4, .formBox .col-lg-8 {
	margin-bottom: 60px;
}
.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: 464px;
	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;
}
.map_caption {
	background: #fdb706;
	background: rgba(253, 183, 6, 0.95);
	padding: 22px 30px;
	margin-top: -143px;
	position: relative;
}
.map_caption p {
	color: #ffffff;
	font: 14px 'Lato';
	margin-bottom: 8px;
}
.map_caption .tel {
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 8px;
}
.map_caption .tel strong {
	font-size: 24px;
	font-weight: normal;
	color: #212b5a;
	width: 30px;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	display: inline-block;
	width: 75px;
}
.info p a {
	color: #212b5a;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #fdb706;
}
.mail {
	color: #212b5a;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #fdb706;
	text-decoration: underline;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 #toTop {
 display: none !important;
}
 .fb_btn {
 top: 14px;
}
 header {
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 margin: 18px 0 40px 0 !important;
}
 nav.tm_navbar {
 float: none;
 text-align: center;
}
 nav.tm_navbar li {
 float: none;
 display: inline-block;
}
 .list1 li a {
 font-size: 17px;
}
 .thumb-box3,  .thumb-box6,  .thumb-box8 {
 background: #fdb706;
}
 #filters li a {
 padding: 0 20px;
 font-size: 14px;
 line-height: 33px;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 55px;
 line-height: 55px;
}
 .thumb-pad1 .thumbnail .caption .title {
 font-size: 38px;
 line-height: 35px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .fb_btn {
 top: 14px;
}
 header {
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 margin: 18px 0 40px 0 !important;
}
 h3 {
 font-size: 30px;
 line-height: 40px;
}
 nav.tm_navbar {
 float: none;
 text-align: center;
}
 nav.tm_navbar li {
 float: none;
 display: inline-block;
}
 .list1 li a {
 font-size: 17px;
}
 .thumb-box3,  .thumb-box6,  .thumb-box8 {
 background: #fdb706;
}
 .thumb-pad3 .thumbnail .caption {
 overflow: visible;
}
 #filters li a {
 padding: 0 20px;
 font-size: 14px;
 line-height: 33px;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 55px;
 line-height: 55px;
}
 .thumb-pad1 .thumbnail .caption .title {
 font-size: 38px;
 line-height: 35px;
}
 .map_caption {
 margin-top: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 .fb_btn {
 top: 14px;
}
 header {
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 margin: 18px 0 40px 0 !important;
}
 h2 {
 font-size: 30px;
 line-height: 40px;
}
 h3 {
 font-size: 30px;
 line-height: 40px;
}
 nav.tm_navbar {
 float: none;
 text-align: center;
}
 nav.tm_navbar li {
 float: none;
 display: inline-block;
}
 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 #fdb706;
 background: #fdb706;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .btn-default.btn1 {
 font-size: 18px;
 line-height: 50px;
}
 .map iframe {
 height: 300px;
}
 .list1 li a {
 font-size: 17px;
}
 .thumb-pad1 .thumbnail .caption .title {
 font-size: 25px;
}
 .btns .btn-default.btn2 {
 padding: 0 15px;
 font-size: 15px;
 line-height: 30px;
}
 .thumb-box3 {
 background: #fdb706;
}
 .thumb-box6 {
 background: #212b5a;
}
 .thumb-box8 {
 background: #212b5a;
}
 .thumb-pad4 figure {
 margin: 0 22px 0 0;
 float: left;
}
 .thumb-pad4 .caption {
 text-align: left;
 overflow: visible !important;
}
 .thumb-pad3 figure {
 margin: 0 0 30px 0;
 float: none;
}
 #filters li a {
 padding: 0 20px;
 font-size: 14px;
 line-height: 33px;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 55px;
 line-height: 55px;
}
 .map_caption {
 margin-top: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 22px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .list5 li p span {
 width: 100%;
 display: block;
}
 .list5 li p a {
 float: none;
}
 .list5 li p br {
 display: block;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .list1 li a {
 font-size: 13px;
}
 .thumb-pad8 figure {
 margin: 0 0 29px 0;
 float: none;
}
 .errorBox .title {
 font-size: 40px;
 line-height: 40px;
}
 .errorBox .description {
 font-size: 30px;
 line-height: 35px;
}
 #search-404 {
 width: 285px;
}
 #search-404 input {
 width: 255px;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@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*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/