@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(//fonts.googleapis.com/css?family=Cabin:400,500,600,700);
/* Stuck menu styles
========================================================*/
.isStuck {
	background: #f4b317;
	z-index: 999;
	-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);
}
.isStuck li {
	padding: 20px 0 !important;
}
.isStuck li span {
	bottom: 7px !important;
}
.isStuck .sub-menu > ul {
	top: 63px !important;
}
@media only screen and (max-width: 979px) {
 .isStuck {
 display: none !important;
}
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #8b8585 url(../img/pattern1.png) repeat;
	font: 300 18px 'Roboto', "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: 36px;
	font-weight: 300;
	line-height: 26px;
}
h1.navbar-brand_ {
	margin: 134px 0 145px 0;
	padding: 0;
	float: none;
	height: auto;
	position: relative;
	top: 0;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 100 60px/60px 'Roboto';
	color: #6b6360;
	margin: 0 0 48px 0;
}
h2.indent {
	margin: 0 0 38px 0;
}
h3 {
	font: bold 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5f5f5f;
	line-height: 26px;
	margin: 0 0 26px 0;
}
h4 {
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5f5f5f;
	line-height: 26px;
	margin: 0 0 18px 0;
}
h5 {
	font: 36px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4a4141;
	line-height: 26px;
	margin: 0 0 24px 0;
	font-weight: 100 !important;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #efefef;
}
.content.indent {
	padding: 84px 0 0 0;
	background: #ffffff;
}
.content.indent1 {
	padding: 87px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
	background: #ffffff url(../img/bg_pic2.jpg) center 0 no-repeat;
}
header.indent {
	background: none;
	padding: 0;
}
header.indent h1.navbar-brand_ {
	margin: 0;
}
.logo_container {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0 0;
	margin: 0;
	float: none;
	min-height: 0;
	background: #f4b317 url(../img/pattern_navbar.png) center;
}
nav.tm_navbar li {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	padding: 51px 0;
	width: 98px;
	text-align: center;
	margin: 0 19px 0 0;
	float: left;
}
nav.tm_navbar li::after {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 14px;
 background: transparent;
 content: '';
 -webkit-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 600 18px 'Cabin';
	color: #ffffff;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: none !important;
}
nav.tm_navbar li.active > span {
	color: #a29590;
}
nav.tm_navbar li.active::after {
 background: #ffffff;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: none !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > span {
	color: #a29590;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover::after {
 background: #ffffff;
 -webkit-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > span {
	color: #a29590;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover::after {
 background: #ffffff;
 -webkit-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 25px;
	color: #ffffff;
	font-size: 14px;
	z-index: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 108px;
	left: 0;
	top: 114px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #524d4b;
	text-align: left;
	padding: 10px 19px 0 19px;
	margin: 0;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0 !important;
	display: block;
	text-align: left;
	border-bottom: 1px dotted #5a5655;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li::after {
 content: none !important;
 display: none !important;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	width: auto;
	font: 12px 'Cabin';
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	-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;
	width: 8px;
	height: 5px;
	position: absolute;
	right: 10px;
	top: 7px;
	left: auto;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffeec6 !important;
	background: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffeec6 !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 108px;
	left: 89px;
	top: -10px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 10px 19px 0 19px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li {
	border-bottom: 1px dotted #d8d8d8;
}
nav.tm_navbar .sub-menu ul ul li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Cabin';
	color: #524d4b;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #f4b317 !important;
	background: none !important;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border: none;
	z-index: 20;
	background: url(../img/top.png) 0 top no-repeat;
}
#toTop:hover {
	outline: none;
	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;
	-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: 82px;
}
.errorBox {
	text-align: center;
	padding: 125px 0 50px 0;
	overflow: hidden;
}
.errorBox1 {
	overflow: hidden;
	padding-bottom: 126px;
}
.errorBox1 .title {
	font: 100 92px/92px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6b6360;
	margin-bottom: 7px;
}
.errorBox1 p {
	font-size: 24px;
	line-height: 30px;
}
.thumb-box1 {
	padding: 187px 0 104px 0;
	overflow: hidden;
	background-position: 100% 100%;
	background-attachment: fixed;
	position: relative;
	background-image: url(../img/bg_pic1.jpg);
}
.thumb-box1 .title {
	font: 100 100px/100px 'Roboto';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 32px;
}
.thumb-box1 p {
	font: 300 20px/30px 'Roboto';
	text-transform: uppercase;
	color: #ffffff;
}
.thumb-box1 a {
	background-image: url(../img/more_arrow.png);
	width: 29px;
	height: 29px;
	display: inline-block;
	position: relative;
	top: 6px;
	margin-left: 10px;
	-webkit-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
.thumb-box1 a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.thumb-box2 {
	padding: 75px 0 22px 0;
	background: #ffffff;
	overflow: hidden;
}
.thumb-box2 .box {
	border: 1px solid #e7ddd9;
	padding: 80px 15px 62px 52px;
	margin-bottom: 30px;
}
.thumb-box2 .box p {
	font: 100 48px/48px 'Roboto';
	color: #857774;
	margin-bottom: 13px;
}
.thumb-box2 figure {
	margin-bottom: 30px;
}
.thumb-box2 figure img {
	width: 100%;
}
.thumb-box2 .col-lg-4 {
	margin-bottom: 30px;
}
.thumb-box3 {
	overflow: hidden;
	background: #f8f7f7;
	padding: 70px 0 130px 0;
	border-top: 1px solid #e7e5e5;
}
.thumb-box3 figure img {
	border-radius: 100%;
}
.thumb-box3 h2 {
	margin-bottom: 75px;
}
.thumb-box3 .box1 {
	padding-top: 14px;
}
.thumb-box3 .box1 .indent {
	margin-bottom: 126px;
}
.thumb-box3 .box2 h2 {
	margin-bottom: 0;
}
.thumb-box3 .box2 figure {
	margin-bottom: 64px;
}
.thumb-box3 .right {
	text-align: right;
}
.thumb-box3 p {
	font-family: 'Open Sans';
	color: #5f5f5f;
}
.thumb-box4 {
	background: #ffffff;
	padding: 90px 0 57px 0;
	overflow: hidden;
}
.thumb-box4 strong {
	font: 900 48px 'Roboto';
	color: #f4b317;
	margin: 0 30px 0 0;
	float: left;
}
.thumb-box4 .title {
	font: 100 36px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4a4141;
	margin: 0 0 13px 0;
}
.thumb-box4 p {
	margin-bottom: 36px;
}
.thumb-box4 .col-lg-6 {
	margin-bottom: 30px;
}
.thumb-box5 {
	overflow: hidden;
	background: #f8f7f7;
	padding: 70px 0 63px 0;
	border-top: 1px solid #e7e5e5;
}
.thumb-box5 .box {
	position: relative;
	padding: 31px 0 0 0;
	background: url(../img/quote.png) left top no-repeat;
}
.thumb-box5 .box p {
	color: #756e6e;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.thumb-box5 .box a {
	text-transform: uppercase;
	color: #f4b317;
	font: 100 26px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-box5 .box a:hover {
	color: #756e6e;
}
.thumb-box5 .box .description {
	color: #aaaaaa;
	font: 300 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
}
.thumb-box5 .col-lg-3 {
	margin-bottom: 30px;
}
.thumb-box8 {
	overflow: hidden;
}
.thumb-box9 {
	overflow: hidden;
	padding: 12px 0 78px 0;
}
.thumb-box10 {
	overflow: hidden;
	padding: 0 0 74px 0;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border: none;
	font: 300 14px/18px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	background: #ffffff;
	height: 50px;
	width: 380px;
	border-radius: 0;
	padding: 16px 22px;
	margin: 0 9px 0 0;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	bottom: 0;
	right: 12px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #ff530d;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin-right: 11px;
	float: left;
	border: none;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	font: 300 14px/18px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	background: #ffffff;
	height: 50px;
	width: 100%;
	border-radius: 0;
	padding: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.list_carousel1 .foo {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 .foo > li {
	position: relative;
	float: left;
	cursor: default;
	margin-right: 0;
	padding: 0;
	background: transparent;
}
.list_carousel1 .foo > li figure {
	float: left;
	margin-right: 22px;
}
.list_carousel1 .foo > li p {
	font: italic 300 24px 'Open Sans';
	color: #31353d;
	margin-bottom: 18px;
}
.list_carousel1 .foo > li a {
	font: 600 24px 'Open Sans';
	color: #e74c3c;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .foo > li a:hover {
	color: #31353d;
}
.list_carousel1 .foo > li .extra-wrap {
	padding-top: 23px;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
	margin-bottom: 58px !important;
	overflow: visible !important;
}
.list_btn2 .prev, .list_btn2 .next {
	display: inline-block !important;
	cursor: pointer;
	margin: 0;
	font-size: 40px;
	color: #31353d;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .prev:hover, .list_btn2 .next:hover {
	color: #e74c3c;
}
.list_btn2 .prev {
	float: left;
	left: 0;
	margin-left: 2px;
}
.list_btn2 .next {
	float: right;
	right: 0;
	margin-right: 2px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 46px 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;
	overflow: hidden;
	color: #aaaaaa;
}
.thumb-pad1 .caption p {
	margin-bottom: 26px;
}
.thumb-pad1 .caption a {
	font: 100 26px/26px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4a4141;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .caption a:hover {
	color: #f4b317;
}
.thumb-pad1 .caption .description {
	color: #f4b317;
}
.thumb-pad1 figure {
	margin: 0 35px 0 0;
	float: left;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0 0 32px 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;
}
.thumb-pad2 .caption a {
	font: 100 36px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4a4141;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .caption a:hover {
	color: #f4b317;
}
.thumb-pad2 figure {
	margin: 0 0 23px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 55px 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 .lnk {
	font: 300 28px 'Open Sans';
	color: #ff530d;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption .lnk:hover {
	color: #31353d;
}
.thumb-pad3 .thumbnail .caption p a {
	float: right;
	font: 14px 'Open Sans';
	color: #31353d;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption p a:hover {
	color: #ff530d;
}
.thumb-pad3 .thumbnail .caption p time {
	font: 14px 'Open Sans';
	color: #31353d;
	text-transform: uppercase;
}
.thumb-pad3 .thumbnail .caption br {
	display: none;
}
.thumb-pad3 figure {
	margin: 0 19px 0 0;
	float: left;
}
.thumb-pad4 {
	margin: 0;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 35px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0;
	padding-bottom: 30px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
}
.thumb-pad5 .thumbnail .caption a {
	font: 300 20px/25px 'Open Sans';
	color: #31353d;
	margin: 0 0 12px 0;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #ff530d;
}
.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 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: #31353d url(../img/zoom.png) center center no-repeat;
	background: rgba(49, 53, 61, 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 30px 0;
	padding: 0 0 12px 0;
	background: #ffffff;
}
.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 29px;
}
.thumb-pad7 .thumbnail .caption .title {
	font: 20px 'Open Sans';
	color: #404040;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.thumb-pad7 .thumbnail figure {
	margin: 0 0 23px 0;
	position: relative;
}
.thumb-pad7 .thumbnail figure img {
	width: 100%;
}
.thumb-pad7 .thumbnail figure a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/play.png) center center no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail figure a:hover {
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-pad8 {
	margin: 0 0 86px 0;
}
.thumb-pad8 .badge {
	width: 70px;
	height: 70px;
	padding: 11px 0 0 0;
	border-radius: 100%;
	background: #e74c3c;
	font: 300 30px/30px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin-right: 29px;
	float: left;
}
.thumb-pad8 .badge span {
	color: #f08e84;
	font-size: 15px;
	line-height: 18px;
	display: block;
	margin-top: -4px;
}
.thumb-pad8 .lnk {
	font: 20px/25px 'Open Sans';
	color: #e74c3c;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .lnk:hover {
	color: #31353d;
}
.thumb-pad8 p {
	margin: 3px 0 0 0;
}
.thumb-pad8 p a {
	color: #aaaaaa;
	float: right;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 p a:hover {
	color: #e74c3c;
}
.thumb-pad8 br {
	display: none;
}
.thumb-pad8 .extra-wrap {
	padding-top: 10px;
}
.thumb-pad8 .thumbnail {
	padding: 30px 0 0 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	overflow: hidden;
	width: 100%;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	color: #aaaaaa;
}
.thumb-pad8 .thumbnail .caption p {
	margin: 0 0 15px 0;
}
.thumb-pad8 .thumbnail figure {
	margin: 0 0 37px 0;
}
.thumb-pad8 .thumbnail figure img {
	width: 100%;
}
.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 'Roboto', "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;
	display: inline-block;
	padding: 0 47px;
	font: bold 20px/64px 'Roboto';
	margin: 0;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background: #f4b317;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #8b8585;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 18px 'Open Sans';
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	color: #f4b317;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #857774;
	background: none;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 40px;
	font: bold 15px/56px 'Roboto';
	margin: 0;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background: #f4b317;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #8b8585;
	text-decoration: none;
}
/* list
========================================================*/
.list1-1 {
	margin: 0 0 47px 0;
	padding: 5px 0 0 0;
	list-style: none;
}
.list1-1 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 10px 0;
}
.list1-1 li a {
	font: 14px 'Roboto';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #f4b317;
}
.list1 {
	margin: 0 0 47px 0;
	padding: 5px 0 0 0;
	list-style: none;
}
.list1 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 16px 0;
}
.list1 li a {
	font: 14px 'Roboto';
	text-transform: uppercase;
	color: #746d6a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #f4b317;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0 0 7px 0;
	padding-left: 48px;
	background: url(../img/list_arrow.png) left 11px no-repeat;
}
.list2 li .title {
	font: 300 36px 'Open Sans';
	color: #5f5f5f;
	margin-bottom: 11px;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list3 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin-bottom: 25px;
}
.list3 li .title {
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #5f5f5f;
}
.list3 li em {
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #f4b317;
	float: left;
	margin: 10px 14px 0 0;
	display: inline-block;
}
.list3 li p {
	margin-bottom: 0;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaeb;
}
.list4 li p {
	margin-bottom: 0;
}
.list4 li time {
	font: 300 15px 'Open Sans';
	text-transform: uppercase;
	color: #ff530d;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin-bottom: 25px;
}
.list5 li a {
	color: #31353d;
	font-size: 30px;
	float: left;
	margin-top: -3px;
	margin-right: 15px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #e74c3c;
}
.list5 li p {
	margin: 0;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list6 li {
	font-size: 18px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 30px;
}
.list6 li figure {
	float: left;
	margin: 5px 22px 0 0;
}
.list6 li a {
	font: bold 14px 'Roboto Condensed';
	color: #3e3e3e;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.list6 li a:hover {
	text-decoration: underline;
}
.list6 li p {
	margin-bottom: 6px;
}
.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: 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 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
}
.list8 {
	margin: 0;
	padding: 0 0 88px 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 18px;
	line-height: 1.428571429;
	margin-bottom: 26px;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li h4 {
	font-weight: 300;
	margin-bottom: 0;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 33px 0 0 0;
	overflow: hidden;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 0 43px 0;
	width: 100%;
	outline: none;
	border: 1px solid #e2e2e2;
	background: #e2e2e2;
	font: 300 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #6b6360;
	padding: 14px;
	height: 49px;
	resize: none;
}
#search {
	margin: 0 0 0 10px;
	position: relative;
	float: right;
}
#search a {
	font-size: 14px;
	color: #dbdbdb;
	position: absolute;
	top: 9px;
	right: 8px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	color: #353535;
}
#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;
	border: 1px solid #ffffff;
	font: 12px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #aaaaaa;
	padding: 6px 30px 6px 14px;
	height: 32px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/* map
========================================================*/
.map {
	margin-bottom: 73px;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 451px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 30px;
}
.info p {
	margin-bottom: 40px;
}
.info p a {
	color: #aaaaaa;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #ff530d;
}
.mail {
	color: #f4b317;
	font: 300 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #6b6360;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 58px 0;
	overflow: hidden;
}
footer p {
	font: 300 14px/18px 'Roboto';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 56px;
}
footer p a {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #f4b317;
}
footer em {
	font-style: normal;
}
footer span {
	padding: 0 5px;
}
footer h2 {
	color: #ffffff;
}
.follow_icon {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	display: inline-block;
}
.follow_icon li {
	float: left;
	margin-left: 10px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a {
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 h2 {
 font-size: 40px;
 line-height: 40px;
}
 .logo_container {
 top: 20px;
}
 .thumb-box1 .title {
 font-size: 60px;
 line-height: 70px;
}
 .thumb-box2 .box p {
 font-size: 30px;
 line-height: 35px;
}
 .thumb-box2 .box {
 padding: 56px 15px 56px 52px;
}
 .thumb-box3 figure img {
 width: 100%;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 h2 {
 font-size: 40px;
 line-height: 40px;
}
 .logo_container {
 top: 20px;
}
 .thumb-box1 .title {
 font-size: 60px;
 line-height: 70px;
}
 .thumb-box2 .box p {
 font-size: 30px;
 line-height: 35px;
}
 .thumb-box2 .box {
 padding: 28px 15px;
}
 .thumb-box3 figure img {
 width: 100%;
}
 .errorBox img {
 width: 100%;
}
 footer {
 text-align: center;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 h2 {
 font-size: 40px;
 line-height: 40px;
}
 .logo_container {
 top: 60px;
}
 .logo_container h1.navbar-brand_ {
 margin-left: 15px;
}
 nav.tm_navbar {
 float: none;
 width: 100%;
 background: #ffffff;
}
 nav.tm_navbar .nav {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0;
 width: 100%;
 border: 1px solid #31353d;
 background: #31353d;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .thumb-box1 {
 padding: 90px 0;
}
 .thumb-box1 .title {
 font-size: 60px;
 line-height: 70px;
}
 .thumb-box2 .box p {
 font-size: 30px;
 line-height: 35px;
}
 .thumb-box2 .box {
 padding: 28px 15px;
}
 .errorBox {
 padding-top: 0;
}
 .errorBox1 .title {
 font-size: 62px;
 line-height: 62px;
}
 footer {
 text-align: center;
}
 .map iframe {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-box1 .title {
 font-size: 40px;
 line-height: 50px;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-box3 figure img {
 width: 100%;
}
 .thumb-box4 strong {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad1 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
