
/*========================================================
                    Main layout styles
=========================================================*/
body {
/*	background: #4f566b; */
	background: #2a3234;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #7e8390;
}
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: 20px;
	line-height: 20px;
}
p strong {
	color: #ff0000;
	font-weight: bold;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
	height: auto;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h2 {
	font: 36px/36px 'Roboto Slab';
	color: #ff0000;
	letter-spacing: 2px;
	margin: 0 0 29px 0;
}
h2.indent {
	margin: 0 0 35px 0;
}
h3 {
	font: 16px/24px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666666;
	text-transform: uppercase;
	margin: 0 0 16px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 43px 0 0 0;
/*	background: #404659; */
	background: #1e2424;
	border-top: 20px solid #e2b263;
	position: relative;
}
.global.indent > em {
	width: 29px;
	height: 14px;
	background: url("../img/triangle.png") no-repeat;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	z-index: 10;
}
.global.indent.indent1 {
	margin-bottom: 53px;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0 0 52px 0;
	z-index: 11;
	text-align: center;
	background: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* menu
========================================================*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 45px 0;
	float: none;
	display: block;
	text-align: center;
	min-height: 0;
}
nav.tm_navbar li {
	font-size: 14px;
	line-height: 20px;
	padding: 0 24px 0 0;
	margin: 0 0 0 15px;
	float: none;
	display: inline-block;
	background: url("../img/dot.png") right 52px no-repeat;
}
nav.tm_navbar li.indent {
	padding: 0;
	background: none;
}
nav.tm_navbar li a {
	position: relative;
	padding: 45px 35px 28px 35px;
	font: bold 14px 'Roboto Slab';
	color: #404659;
	text-transform: uppercase;
	background: transparent;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active span {
	color: #ffffff;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #db9f3c;
}
nav.tm_navbar li:hover span {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #db9f3c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover span {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #db9f3c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	left: 70px;
	bottom: 10px;
	color: #db9f3c;
	font-size: 14px;
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 221px;
	left: 0;
	top: 92px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #db9f3c;
	padding: 20px 0 25px 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	position: relative;
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul > li a {
	display: block;
	background: transparent;
	padding: 0 0 0 32px;
	margin: 0;
	font: bold 14px/30px 'Roboto Slab';
	color: #ffffff;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
	border: none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 6px;
	left: auto;
	color: #ffffff;
	font-size: 14px;
}
nav.tm_navbar .sub-menu ul > li:hover span {
	color: #db9f3c;
}
nav.tm_navbar .sub-menu ul > li:hover > a {
	text-decoration: none;
	color: #db9f3c !important;
	background: #ffffff !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu ul li.sfHover span {
	color: #db9f3c;
}
nav.tm_navbar .sub-menu ul li.sfHover > a {
	text-decoration: none;
	color: #db9f3c !important;
	background: #ffffff !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: relative;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #db9f3c;
	padding: 0 0 27px 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	display: block;
	background: #db9f3c;
	padding: 0 0 0 62px;
	margin: 0;
	font: bold 14px/30px 'Roboto Slab';
	color: #ffffff;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #454c5b !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    Content
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	color: #ffffff;
	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: #db9f3c;
}
.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 {
	margin-bottom: 47px;
	background: url("../img/dotted.png") 0 bottom repeat-x;
}
.who-box .col-lg-4 {
	margin-bottom: 22px;
}
.thumb-box1 {
	padding: 52px 0 40px 0;
	position: relative;
	overflow: hidden;
}
.thumb-box1 .title {
	color: #ffffff;
	font: bold 50px/50px 'Roboto Slab';
	letter-spacing: 3px;
}
.thumb-box1 .title2 {
	color: #ff0000;
	font: bold 60px/60px 'Roboto Slab';
	letter-spacing: 3px;
}
.thumb-box1 .box1 {
	background: url("../img/pattern1.png") repeat;
	width: 45%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.thumb-box1 .box2 {
	width: 55%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	overflow: hidden;
}
.thumb-box2 {
	
	/* background: #404659; */
	background: #1e2424;
	padding: 70px 0 28px 0;
}
.thumb-box2 .box {
	padding-bottom: 54px;
	background: url("../img/dotted.png") 0 bottom repeat-x;
	overflow: hidden;
}
.thumb-box2 .box2 {
	padding: 50px 0 0 0;
	overflow: hidden;
}
.thumb-box2 .box3 {
	position: relative;
	padding-bottom: 90px;
}
.thumb-box2 .box3::after {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 1px;
 height: 100%;
 background: url("../img/dotted2.png") repeat-y;
 content: '';
}
.thumb-box2 .title2 {
	color: #ff0000;
	font: 40px/46px 'Roboto Slab';
	margin: 0 0 0 0px;
}
.thumb-box2 .banner-box figure img {
	width: 100%;
}
.thumb-box3 {
/*	background: #4f566b; */
	background: url("../img/bg_grey1.jpg");
	padding: 50px 0 13px 0;
	overflow: hidden;
}
.thumb-box4 {
/*	background: #4f566b; */
	background: url("../img/bg_grey1.jpg");
	padding: 50px 0 0 0;
}
.thumb-box4 .col-lg-4 {
	margin-bottom: 18px;
}
.thumb-box5 {
/*	background: #4f566b; */
	background: url("../img/bg_grey1.jpg");
	padding: 50px 0 44px 0;
	margin-top: 30px;
}
.thumb-box6 {
	padding-bottom: 40px;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	position: relative;
	width: auto;
	margin: 0;
	z-index: 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 0;
}
.list_carousel1 #foo1 > li figure {
	position: relative;
}
.list_carousel1 #foo1 > li figure img {
	width: 100%;
}
.list_carousel1 #foo1 > 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_carousel1 #foo1 > li figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 57px 0 0 0;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
	background: #db9f3c;
	background: rgba(219, 159, 60, 0.8);
	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);
}
.list_carousel1 #foo1 > li span {
	color: #ffffff;
	font: bold 36px/36px 'Roboto Slab';
	letter-spacing: 2px;
	margin: 0 0 4px 0;
}
.list_carousel1 #foo1 > li strong {
	color: #ffffff;
	font: bold 14px 'Roboto Slab';
	text-transform: uppercase;
	display: block;
	letter-spacing: 4px;
	margin: 0;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
	margin-bottom: 18px !important;
}
.list_btn1 .prev2, .list_btn1 .next2 {
	display: inline-block;
	cursor: pointer;
	margin: 0 4px;
	width: 9px;
	height: 17px;
}
.list_btn1 {
	text-align: right;
}
.list_btn1 .next2 {
	background: url("../img/next.png") 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn1 .next2:hover {
	background: url("../img/next.png") 0 bottom no-repeat;
}
.list_btn1 .prev2 {
	background: url("../img/prev.png") 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn1 .prev2:hover {
	background: url("../img/prev.png") 0 bottom no-repeat;
}
/*---*/
.list_carousel2.responsive {
	position: relative;
	width: auto;
	margin: 0;
	z-index: 0;
}
.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 .title {
	font: 36px/41px 'Roboto Slab';
	color: #ff0000;
	letter-spacing: 1px;
	margin-bottom: 27px;
}
.list_carousel2 #foo2 > li .title span {
	font-size: 40px;
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn2 .prev2, .list_btn2 .next2 {
	display: inline-block;
	cursor: pointer;
	margin: 0 4px;
	width: 9px;
	height: 17px;
}
.list_btn2 {
	text-align: right;
}
.list_btn2 .next2 {
	background: url("../img/next.png") 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .next2:hover {
	background: url("../img/next.png") 0 bottom no-repeat;
}
.list_btn2 .prev2 {
	background: url("../img/prev.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/prev.png") 0 bottom no-repeat;
}
/* 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 .thumbnail .caption {
	padding: 21px 29px;
	overflow: hidden;
	background: #000000;
}
.thumb-pad1 .thumbnail .caption p {
	margin: 0;
}
.thumb-pad1 .thumbnail .caption a {
	font-size: 24px;
	color: #ffffff;
	position: relative;
	top: 3px;
	margin-left: 5px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #7e8390;
}
.thumb-pad1 figure {
	margin: 0;
	position: relative;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad1 figure time {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 0 9px;
	display: block;
	background: #000000;
	font: bold 21px/34px 'Roboto Slab';
	color: #ffffff;
	text-transform: uppercase;
}
.thumb-pad1 figure div {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.thumb-pad1 figure div p {
	font: bold 27px/34px 'Roboto Slab';
	text-transform: uppercase;
	color: #ffffff;
	background: #000000;
	padding: 0 9px;
	margin: 0;
	display: inline-block;
}
.thumb-pad1 figure div.box1 p {
	color: #000000;
	background: #ffffff;
}
.thumb-pad2 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	position: relative;
}
.thumb-pad2 figure {
	margin: 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2 .thumbnail .caption {
	position: absolute;
	top: 192px;
	left: 0;
	padding: 0 30px;
	color: #7e8390;
}
.thumb-pad2 .thumbnail .caption .title {
	color: #ffffff;
	font: 83px/83px 'Roboto Slab';
	margin: 0 0 13px 0;
}
.thumb-pad2 .thumbnail .caption .description {
	color: #ffffff;
	font: 53px/59px 'Roboto Slab';
	text-transform: uppercase;
	margin: 0 0 9px 0;
}
.thumb-pad2 .thumbnail .caption p {
	margin-bottom: 43px;
}
.thumb-pad3 {
	margin-bottom: 5px;
	overflow: hidden;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #7e8390;
}
.thumb-pad3 .thumbnail .caption p {
	margin-top: 23px;
}
.thumb-pad3 .thumbnail .caption .price {
	font: 24px 'Rosario';
	color: #4b4c4c;
	margin: 0;
}
.thumb-pad3 .thumbnail .caption a {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #64c1bd;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #4b4c4c;
}
.thumb-pad3 .thumbnail figure {
	margin: 0 29px 0 0;
	float: left;
}
.thumb-pad3 .thumbnail figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 figure {
	margin: 0 0 20px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 40px 0;
	overflow: hidden;
	background: #4f566b;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
  background: #2a3234;
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 20px 20px 35px 20px;
}
.thumb-pad5 .thumbnail .caption p {
	margin: 0;
}
.thumb-pad5 .thumbnail .caption a {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff0000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #ffffff;
}
.thumb-pad5 figure {
	margin: 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	margin-bottom: 35px;
	padding-bottom: 40px;
	background: url("../img/dotted.png") 0 bottom repeat-x;
}
.thumb-pad6 time {
	font: 36px/50px 'Roboto Slab';
	color: #ff0000;
	width: 73px;
	margin-right: 28px;
	display: inline-block;
	letter-spacing: 2px;
	float: left;
}
.thumb-pad6 time span {
	display: block;
	font-size: 60px;
	text-transform: uppercase;
}
.thumb-pad6 br {
	display: none;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad6 .thumbnail > .lnk {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff0000;
  font-weight:bold;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail > .lnk:hover {
	color: #e2b263;
}
.thumb-pad6 .thumbnail > p {
	margin: 0 0 25px 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail > p .lnk1 {
	color: #7e8390;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail > p .lnk1:hover {
	color: #e2b263;
}
.thumb-pad6 .thumbnail > p .lnk2 {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail > p .lnk2:hover {
	color: #e2b263;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #7e8390;
}
.thumb-pad6 .thumbnail figure {
	margin: 0 0 20px 0;
}
.thumb-pad6 .thumbnail figure img {
	width: 100%;
}
.thumb-pad7 {
	margin: 0 0 65px 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad7 .thumbnail .caption a {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #e2b263;
}
.thumb-pad7 .thumbnail figure {
	margin: 0 0 20px 0;
}
.thumb-pad7 .thumbnail figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0;
}
.thumb-pad8 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #7e8390;
}
.thumb-pad8 .thumbnail .caption a {
	font: 16px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption a:hover {
	color: #5fd0eb;
}
.thumb-pad8 .thumbnail .caption p {
	margin-bottom: 13px;
}
.thumb-pad8 figure {
	margin: 0 30px 0 0;
	float: left;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none !important;
	position: relative;
	display: inline-block;
	padding: 0 31px;
	font: bold 14px/56px 'Roboto Slab';
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	letter-spacing: 4px;
	color: #ffffff;
	background: #2a3234;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1 i {
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	background: url("../img/triangle2.png") right center no-repeat;
}
.btn-default.btn1:hover {
	color: #db9f3c;
	background: #ffffff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none !important;
	position: relative;
	display: inline-block;
	padding: 0 31px;
	font: bold 14px/56px 'Roboto Slab';
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	letter-spacing: 4px;
	color: #ffffff;
	background: #db9f3c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 i {
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	background: url("../img/triangle3.png") right center no-repeat;
}
.btn-default.btn2 span {
	font-size: 33px;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #db9f3c;
	background: #404659 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover span {
	color: #db9f3c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: underline !important;
	display: inline-block;
	padding: 0;
	font: bold 14px 'Roboto Slab';
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: none;
	border-radius: 0;
	color: #ff0000;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #db9f3c;
	background: none !important;
	text-decoration: underline !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none !important;
	position: relative;
	display: inline-block;
	padding: 0 0 0 45px;
	font: bold 36px/80px 'Roboto Slab';
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	letter-spacing: 4px;
	color: #ffffff;
	background: #db9f3c;
	width: 100%;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4 i {
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	background: url("../img/triangle4.png") right center no-repeat;
}
.btn-default.btn4:hover {
	color: #db9f3c;
	background: #ffffff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5 {
	box-shadow: none;
	text-decoration: none !important;
	position: relative;
	display: inline-block;
	padding: 0 15px;
	font: bold 14px/42px 'Roboto Slab';
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	letter-spacing: 4px;
	color: #ffffff;
	background: #db9f3c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:hover {
	color: #db9f3c;
	background: #404659 !important;
	text-decoration: none !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 {
	padding-bottom: 47px;
	margin-bottom: 47px;
	background: url("../img/dotted.png") 0 bottom repeat-x;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	padding-top: 6px;
	margin-bottom: 4px;
	background: url("../img/dotted.png") 0 top repeat-x;
}
.list1-1 li span {
	background: url("../img/list_arrow.png") left 6px no-repeat;
	display: block;
	padding-left: 20px;
}
.list1-1 li a {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff0000;
  font-weight:bold;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #ffffff;
}
.list1-1 li:first-child {
	padding: 0;
	background: none;
}
.list1-2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 19px;
	background: url("../img/list_arrow2.png.html") left 8px no-repeat;
}
.list1-2 li a {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
.list1-2 li a:hover {
	text-decoration: underline;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-top: 77px;
	padding-left: 55px;
	background: url("../img/list_point.png.html") left 11px no-repeat;
}
.list1 li p {
	margin-bottom: 0;
	color: #ffffff;
}
.list1 li .title {
	font: 48px/48px 'Rosario';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.list1 li > div {
	float: left;
}
.list1 li figure {
	border-radius: 100%;
	border: 13px solid #ffffff;
	float: right;
	margin-top: -45px;
	display: inline-block;
}
.list1 li figure img {
	border-radius: 100%;
}
.list1 li:first-child {
	margin-top: 0;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 30px;
	padding: 0;
}
.list2 li time {
	font: 30px/34px 'Roboto Slab';
	color: #ffffff;
	width: 73px;
	margin-right: 30px;
	display: inline-block;
	letter-spacing: 2px;
	float: left;
}
.list2 li time span {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
}
.list2 li p {
	margin-bottom: 0;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 30px;
	overflow: hidden;
}
.list3 li p {
	margin-bottom: 0;
}
.list3 li i {
	float: left;
	margin-right: 30px;
	width: 60px;
	height: 60px;
	font: 40px/58px 'Roboto Slab';
	color: #454c5b;
	background: #ffffff;
	text-align: center;
	border-radius: 100%;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 27px;
	overflow: hidden;
}
.list4 li p {
	margin-bottom: 21px;
}
.list4 li img {
	float: left;
	margin-right: 21px;
	margin-top: 7px;
}
.list4 li a {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list4 li a:hover {
	text-decoration: none;
	color: #db9f3c;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 10px;
	margin-bottom: 13px;
}
.list5 li a {
	color: #ff5d5c;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #7e8390;
}
.list5 li:last-child {
	border-bottom: none;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 26px;
	overflow: hidden;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li time {
	color: #74c0bc;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	margin-right: 6px;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 0;
}
.list7 li .badge {
	padding: 0;
	margin: 0;
	width: 53px;
	height: 53px;
	border-radius: 100%;
	background: #74c0bc;
	text-align: center;
	line-height: 52px;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin-right: 12px;
	margin-top: 6px;
}
.list7 li .title {
	text-transform: uppercase;
	color: #74c0bc;
	font: 300 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
}
.list8 {
	margin: 0;
	padding: 0 0 41px 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 26px;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 33px 0 94px 0;
	overflow: hidden;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #4f566b;
	background: #4f566b;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	padding: 14px;
	height: 48px;
	margin-bottom: 20px;
	resize: none;
}
#search {
	margin: 8px 0 0 0;
	position: relative;
	float: right;
}
#search a {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
}
#search a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 270px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.5);
	font: 13px/48px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 0 58px 0 14px;
	height: 48px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/* map
========================================================*/
.contact-box {
	background: #1e2424;
	padding-top: 49px;
}
.contact-box .col-lg-4 {
	margin-bottom: 40px;
}
.map {
	margin: 0 0 69px 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: 431px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info p {
	margin-bottom: 20px;
}
.mail {
	color: #ffffff;
	font: 14px 'Roboto', "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: #e2b263;
	text-decoration: underline;
}
.errorBox {
	padding-top: 56px;
}
.errorBox1 {
	text-align: center;
	padding: 56px 0 30px 0;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 71px 0;
	text-align: center;
	overflow: hidden;
	background: #2a3234 url("../img/dotted.png") 0 top repeat-x;
}
footer p {
	font: bold 14px 'Roboto Slab';
	color: #636d89;
	text-transform: uppercase;
	margin-bottom: 0;
}
footer p a {
	color: #636d89;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #db9f3c;
}
footer em {
	font-style: normal;
}
footer figure {
	margin-bottom: 12px;
}
footer span {
	padding: 0 12px;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 #toTop {
 display: none !important;
}
 .thumb-box1 figure {
 display: none;
}
 .thumb-box1 .box1,  .thumb-box1 .box2 {
 width: 50%;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .errorBox1 img {
 width: 100%;
}
 .btn-default.btn4 {
 text-align: center;
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar li a {
 padding: 45px 25px 28px 25px;
}
 nav.tm_navbar li {
 padding: 0 19px 0 0;
 margin: 0 0 0 10px;
}
 nav.tm_navbar li span {
 left: 62px;
}
 .thumb-box1 figure {
 display: none;
}
 .thumb-box1 .box1,  .thumb-box1 .box2 {
 width: 50%;
}
 .thumb-box1 .title,  .thumb-box1 .title2 {
 font-size: 40px;
 line-height: 45px;
}
 .thumb-box2 .col-lg-6 {
 margin-bottom: 40px;
}
 .thumb-box2 .col-lg-6 .title2 {
 margin: 0;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .errorBox1 img {
 width: 100%;
}
 .btn-default.btn4 {
 text-align: center;
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 width: 100%;
}
 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 #db9f3c;
 background: #db9f3c;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .thumb-box1 figure {
 display: none;
}
 .thumb-box1 .box1,  .thumb-box1 .box2 {
 width: 50%;
}
 .thumb-box1 .title,  .thumb-box1 .title2 {
 font-size: 40px;
 line-height: 45px;
}
 .thumb-box2 .col-lg-6 {
 margin-bottom: 40px;
}
 .thumb-box2 .col-lg-6 .title2 {
 margin: 0;
}
 .thumb-box2 .banner-box {
 padding: 0 150px;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-box4 .col-lg-4 {
 margin-bottom: 50px;
}
 .map iframe {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-box1 {
 background: #e2b263;
}
 .thumb-box1 .box1,  .thumb-box1 .box2 {
 display: none;
}
 .thumb-box1 .title,  .thumb-box1 .title2 {
 font-size: 40px;
 line-height: 45px;
}
 .thumb-box1 .col-lg-6 {
 width: 100%;
 float: none;
 margin-bottom: 40px;
}
 .thumb-box2 .banner-box {
 padding: 0 100px;
}
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .thumb-box2 .banner-box {
 padding: 0 75px;
}
 .errorBox1 figure {
 padding: 0 15px;
}
 .errorBox1 img {
 width: 100%;
}
 .btn-default.btn4 {
 text-align: center;
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-box2 .banner-box {
 padding: 0 15px;
}
 .btn-default.btn4 {
 padding: 0;
 text-align: center;
}
 .thumb-pad6 time {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad6 .thumbnail > p br {
 display: block;
}
 .thumb-pad6 .thumbnail > p .lnk2 {
 float: none !important;
}
 footer 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*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
