﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Quattrocento:400,700);
/* Stuck menu styles
========================================================*/
.isStuck {
	z-index: 99;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
	padding: 8px 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
}
.isStuck #search input {
	border-color: #000;
	background: #000;
	color: #fff;
}
.isStuck #search a {
	color: #fff;
}
@media only screen and (max-width: 979px) {
 .isStuck {
 display: none !important;
}
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #ffffff;
	font: 18px 'Open Sans', "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: 29px;
	font-weight: 300;
	line-height: 30px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -134px;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
	margin-top: -10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h1.navbar-brand_ a:hover {
	margin-top: 0;
}
h2 {
	font: 300 24px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin: 0 0 38px 0;
	text-transform: uppercase;
}
h2 strong {
	font-weight: 600;
}
h2.indent {
	margin-bottom: 44px;
	text-align: left;
}
h3 {
	font: 300 18px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 43px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: left;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 18px 0 11px 0;
	z-index: 11;
	background: url(../img/pxl.png) repeat;
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 0 34px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 4px 5px;
	font: 600 14px 'Open Sans';
	color: #000000;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li a::before, nav.tm_navbar li a::after {
 position: absolute;
 left: 0;
 width: 100%;
 height: 2px;
 background: #000000;
 content: '';
 opacity: 0;
 -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
 -moz-transition: opacity 0.3s, -moz-transform 0.3s;
 transition: opacity 0.3s, transform 0.3s;
 -webkit-transform: translateY(-10px);
 -moz-transform: translateY(-10px);
 transform: translateY(-10px);
}
nav.tm_navbar li a::before {
 top: 0;
 -webkit-transform: translateY(-10px);
 -moz-transform: translateY(-10px);
 transform: translateY(-10px);
}
nav.tm_navbar li a::after {
 bottom: 0;
 -webkit-transform: translateY(10px);
 -moz-transform: translateY(10px);
 transform: translateY(10px);
}
nav.tm_navbar li.active > a {
	color: #000000;
	background: none;
}
nav.tm_navbar li.active > a::before, nav.tm_navbar li.active > a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar li:hover > a {
	color: #000000;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > a::before, nav.tm_navbar li:hover > a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar .sfHover > a {
	color: #000000;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a::before, nav.tm_navbar .sfHover > a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -12px;
	color: #000000;
	font-size: 14px;
	z-index: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 140px;
	left: 0;
	top: 45px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #000000;
	padding: 17px 0 15px 20px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 16px 0;
	line-height: 20px;
	padding: 0;
	display: block;
	position: relative;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 600 14px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: none !important;
}
nav.tm_navbar .sub-menu > ul li a::before, nav.tm_navbar .sub-menu > ul li a::after {
 display: none;
 content: none;
}
nav.tm_navbar .sub-menu > .submenu li span {
	font-size: 14px;
	color: #ffffff;
	text-align: right;
	width: auto;
	position: absolute;
	right: 10px;
	top: 4px;
	left: auto;
	background: none;
}
nav.tm_navbar .sub-menu > ul li:hover > a {
	text-decoration: underline;
	color: #ffffff !important;
	background: none !important;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li:hover span {
	color: #ffffff;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: underline;
	color: #ffffff !important;
	background: none !important;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li.sfHover span {
	color: #ffffff;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 140px;
	left: 100%;
	top: -18px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #000000;
	padding: 17px 0 15px 20px;
	margin: 0 0 0 10px;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 600 14px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
}
nav.tm_navbar .sub-menu ul ul li a::before, nav.tm_navbar .sub-menu ul ul li a::after {
 display: none;
 content: none;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: underline;
	color: #ffffff !important;
	background: none !important;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	color: #8d8d8d;
	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: #cecece;
}
.trainerBox {
	margin-bottom: 25px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0 0 25px 0;
}
.trainerBox figure img {
	width: 100%;
}
.trainerBox a {
	font: 300 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8d8d8d;
	text-transform: uppercase;
	-webkit-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
.trainerBox a:hover {
	color: #e25454;
}
.who-box {
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 44px;
}
#slider {
	position: relative;
	background: url(../img/bg_pic.jpg) center 0 no-repeat;
	min-height: 185px;
}
#slider em {
	height: 73px;
	width: 100%;
	position: absolute;
	z-index: 9;
	top: 7px;
	left: 0;
	background: url(../img/pxl.png) repeat;
}
.thumb-box1 {
	text-align: justify;
	overflow: hidden;
	padding: 36px 0 5px 0;
}
.thumb-box2 {
	text-align: justify;
	overflow: hidden;
	padding: 0;
}
.thumb-box3 {
	text-align: justify;
	overflow: hidden;
	padding: 12px 0;
}
.thumb-box4 {
	text-align: justify;
	overflow: hidden;
	padding: 24px 0;
}
.thumb-box5 {
	overflow: hidden;
	padding: 42px 0 0 0;
	background: #104000;
}
.thumb-box5 h2 {
	color: #ffffff;
	margin-bottom: 21px;
}
.thumb-box5 .col-lg-4 {
	margin-bottom: 37px;
}
.thumb-box7 {
	overflow: hidden;
	padding: 42px 0 0 0;
	background: #000000;
}
.thumb-box7 h2, .thumb-box7 h3, .thumb-box7 p {
	color: #ffffff;
	margin-bottom: 21px;
}
.thumb-box7 .col-lg-4 {
	margin-bottom: 23px;
}
.thumb-box8 {
	overflow: hidden;
	padding: 42px 0 0 0;
	background: #000000;
}
.thumb-box8 h2, .thumb-box8 h3, .thumb-box8 p {
	color: #ffffff;
	margin-bottom: 21px;
}
.thumb-box8 .col-lg-8, .thumb-box8 .col-lg-4 {
	margin-bottom: 44px;
}
.thumb-box9, .thumb-box10 {
	overflow: hidden;
}
.thumb-box11 {
	overflow: hidden;
	padding: 42px 0 20px 0;
	background: #000000;
}
.thumb-box11 h2 {
	margin-bottom: 26px;
	color: #ffffff;
}
.thumb-box12 {
	overflow: hidden;
	padding: 42px 0 20px 0;
	background: #000000;
}
.thumb-box12 h2 {
	margin-bottom: 23px;
	color: #ffffff;
}
.thumb-box12 h3 {
	margin-bottom: 0;
	color: #ffffff;
	line-height: 18px;
}
.thumb-box13 {
	overflow: hidden;
	border-bottom: 6px solid #000000;
}
/*------------------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;
}
.izotope-box {
	margin: 0 0 0 -30px;
	padding-bottom: 15px;
}
.element {
	display: block;
	position: relative;
	border: none;
	margin: 0 !important;
	height: auto !important;
	padding: 0 0 40px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#options .pagination {
	margin: 0;
	display: block;
	border-radius: 0;
}
#filters {
	position: relative;
	padding: 0s;
}
#filters li {
	display: inline-block;
	margin-right: 1px !important;
	margin-bottom: 29px;
	overflow: hidden;
}
#filters li a {
	padding: 0 27px;
	border-radius: 0 !important;
	font: 300 14px/36px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	background: #222 !important;
	text-decoration: none;
	border: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#filters li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #e25454 !important;
}
#filters li a.selected {
	text-decoration: none;
	color: #ffffff !important;
	background: #e25454 !important;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .caption {
	padding: 0;
	color: #000000;
}
.thumb-pad1 figure {
	margin: 0;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0 0 23px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .caption {
	padding: 0;
	overflow: hidden;
	text-align: justify;
}
.thumb-pad2 .caption a {
	font: 300 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000000;
}
.thumb-pad2 .caption a:hover {
	text-decoration: underline;
}
.thumb-pad2 .caption p {
	font: 14px 'Quattrocento';
	color: #000000;
	margin: 12px 0 0 0;
}
.thumb-pad2 figure {
	margin: 0 0 24px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail {
	position: relative;
	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 a {
	font: 900 12px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
.thumb-pad3 .thumbnail .caption a:hover {
	text-decoration: underline;
}
.thumb-pad3 .thumbnail .caption img {
	display: block;
	margin-top: 8px;
}
.thumb-pad3 figure {
	margin: 0 19px 0 0;
	float: left;
}
.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 20px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 18px 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 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption a {
	font: bold 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-bottom: 3px;
	display: inline-block;
}
.thumb-pad5 .thumbnail .caption a:hover {
	text-decoration: underline;
}
.thumb-pad5 figure {
	margin: 0 0 24px 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.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: 23px 19px 28px 19px;
	overflow: hidden;
	color: #000000;
	border: 1px solid #cecece;
	border-top: none;
}
.thumb-pad6 .thumbnail .caption .lnk {
	font: 300 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
}
.thumb-pad6 .thumbnail .caption .lnk:hover {
	text-decoration: underline;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail figure {
	margin: 0;
	position: relative;
}
.thumb-pad6 .thumbnail figure img {
	width: 100%;
}
.thumb-pad6 .thumbnail 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 .thumbnail 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.6) 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-pad7 {
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #cecece;
	overflow: hidden;
}
.thumb-pad7.indent {
	border-bottom: none;
}
.thumb-pad7 .thumbnail {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	overflow: hidden;
	display: block;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption a {
	font: 300 18px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
}
.thumb-pad7 .thumbnail .caption a:hover {
	text-decoration: underline;
}
.thumb-pad7 .thumbnail .caption .price {
	font: 14px 'Quattrocento';
	color: #000000;
	margin-bottom: 0;
}
.thumb-pad7 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 {
	margin: 0 0 50px 0;
}
.thumb-pad8 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad8 .thumbnail .badge {
	width: 56px;
	height: 56px;
	border-radius: 100%;
	background: #000000;
	text-align: justify;
	line-height: 60px;
	margin-right: 33px;
	float: left;
}
.thumb-pad8 .thumbnail .badge span {
	color: #ffffff;
	font-size: 34px;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #000000;
}
.thumb-pad9 {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	overflow: hidden;
	display: block;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption a {
	font: 300 18px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
.thumb-pad9 .thumbnail .caption a:hover {
	text-decoration: underline;
}
.thumb-pad9 .thumbnail .caption p {
	font: 14px 'Quattrocento';
	color: #ffffff;
	margin: 9px 0 0 0;
}
.thumb-pad9 .thumbnail figure {
	margin: 0 0 20px 0;
}
.thumb-pad9 .thumbnail figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none !important;
	position: relative;
	display: inline-block;
	padding: 0;
	font: bold 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0;
	color: #000000 !important;
	background: none;
}
.btn-default.btn1 img {
	padding: 0 8px;
	margin-top: -2px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.btn-default.btn1:hover {
	color: #000000 !important;
	background: none;
	text-decoration: none !important;
}
.btn-default.btn1:hover img {
	padding: 0 13px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none !important;
	position: relative;
	display: inline-block;
	padding: 0;
	font: bold 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	color: #000000;
	background: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-default.btn2:hover {
	color: #000000;
	background: none;
	text-decoration: underline !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none !important;
	position: relative;
	display: inline-block;
	padding: 0;
	font: bold 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: none;
	text-decoration: underline !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/* list
========================================================*/
.list1-1 {
	margin: 0 0 22px 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	font-size: 18px;
	line-height: 1.428571429;
	overflow: hidden;
	text-align: left;
	position: relative;
	margin-bottom: 4px;
}
.list1-1 li a {
	font: 300 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	background: #ffffff;
	position: relative;
	z-index: 1;
}
.list1-1 li a:hover {
	text-decoration: underline;
}
.list1-1 li span {
	font: 300 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	float: right;
	background: #ffffff;
	position: relative;
	z-index: 1;
}
.list1-1 li i {
	background: url(../img/dotted.png) center bottom repeat-x;
	height: 1px;
	width: 100%;
	display: inline-block;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 0;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 4px 0;
}
.list1 li a {
	font: 300 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.list1 li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 16px;
	line-height: 1.428571429;
	margin: 0 0 7px 0;
	padding: 0 0 2px 0;

}
.list2 li a {
	font: 300 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.list2 li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.list2 li:last-child {
	border: none;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list3 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin-bottom: 18px;
	padding-bottom: 17px;
	border-bottom: 1px solid #cecece;
}
.list3 li p {
	margin-bottom: 0;
}
.list3 li time {
	font: bold 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	display: inline-block;
	margin-bottom: 2px;
}
.list3 li:last-child {
	border: none;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4.indent a {
	color: #ffffff;
}
.list4 li {
	font-size: 18px;
	line-height: 1.428571429;
}
.list4 li a {
	font: 300 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
}
.list4 li a:hover {
	text-decoration: underline;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list5 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin-bottom: 15px;
	padding: 0;
}
.list5 li .badge {
	width: 50px;
	height: 50px;
	position: relative;
	background: #ffffff;
	font: 600 30px/50px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	border-radius: 0;
	padding: 0;
	text-align: justify;
	margin: 7px 41px 0 0;
	float: left;
}
.list5 li .badge em {
	display: inline-block;
	width: 7px;
	height: 13px;
	top: 50%;
	right: -7px;
	position: absolute;
	margin-top: -6px;
	background: url(../img/tr.png) no-repeat;
}
.list5 li p {
	margin-bottom: 17px;
}
.list5 li h3, .list5 li p {
	color: #ffffff;
}
.list5 li .extra-wrap {
	border-bottom: 1px solid #4d4d4d;
}
.list5 li:last-child .extra-wrap {
	border-bottom: none;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list6 li {
	font-size: 18px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 16px;
	padding-bottom: 19px;
	border-bottom: 1px solid #4d4d4d;
}
.list6 li figure {
	float: left;
	margin: 10px 20px 0 0;
}
.list6 li a {
	font: bold 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.list6 li a:hover {
	text-decoration: underline;
}
.list6 li p {
	margin-bottom: 3px;
}
.list6 li:last-child {
	border-bottom: none;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list7 li {
	font-size: 18px;
	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: justify;
	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 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
}
.list8 {
	margin: 0;
	padding: 0 0 30px 0;
	list-style: none;
}
.list8 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin-bottom: 18px;
}
.list8 li h3 {
	margin-bottom: 0;
}
/* search
========================================================*/
#search-404 {
	padding: 10px 0 0 0;
}
#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 0 23px 0;
	width: 100%;
	outline: none;
	background: none;
	border: 1px solid #cecece;
	font: 300 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #000000;
	padding: 9px 14px;
	height: 38px;
	resize: none;
}
#search {
	margin: -4px 0 0 0;
	position: relative;
	float: right;
}
#search a {
	font-size: 14px;
	color: #000000;
	position: absolute;
	top: 11px;
	right: 15px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	color: #8b8b8a;
}
#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: 252px;
	border: 1px solid #ffffff;
	font: italic 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	padding: 9px 30px 9px 21px;
	height: 38px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/* map
========================================================*/
.map {
	text-align: justify;
	margin-bottom: 55px;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 382px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 18px;
	color: #ffffff;
}
.mail {
	color: #000000;
	font: 18px 'Open Sans', "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: #000000;
	text-decoration: none;
}
.errorBox {
	text-align: justify;
	margin-bottom: 40px;
}
.errorBox1 {
	margin-bottom: 84px;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 20px 0;
	overflow: hidden;
}
footer p {
	font: 300 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-bottom: 0;
}
footer p a {
	color: #000000;
}
footer p a:hover {
	color: #000000;
	text-decoration: underline;
}
footer p .active {
	text-decoration: underline;
}
footer p span {
	padding: 0 8px;
}
footer p strong {
	font-size: 18px;
}
footer em {
	font-style: normal;
}
footer br {
	display: none;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 header {
 margin-top: -63px;
}
 .who-box .col-lg-4 {
 margin-bottom: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 header {
 margin-top: -63px;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 #search {
 float: none;
 margin: 30px 0 15px 0;
 display: inline-block;
}
 #search input {
 border-color: #000;
 background: #000;
 color: #fff;
}
 #search a {
 color: #ffffff;
}
 header {
 text-align: justify;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad3 figure img {
 width: 100%;
}
 .errorBox img {
 width: 100%;
}
 footer {
 text-align: justify;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 float: none;
 width: 100%;
 text-align: justify;
}
 nav.tm_navbar .nav {
 display: none;
}
 #search {
 float: none;
 margin: 0 0 15px 0;
 display: inline-block;
}
 #search input {
 border-color: #000;
 background: #000;
 color: #fff;
}
 #search a {
 color: #ffffff;
}
 header {
 text-align: justify;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 margin-bottom: 30px;
 width: 100%;
 border: 1px solid #000000;
 background: #000000;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-box5 .col-lg-4 {
 margin-bottom: 60px;
}
 .thumb-box7 .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-box8 .col-lg-6 {
 margin-bottom: 30px;
}
 footer {
 text-align: justify;
}
 footer span {
 display: none;
}
 footer br {
 display: block;
}
 .map iframe {
 height: 300px;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad7 .thumbnail figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad7 .thumbnail figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
