@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
/* Stuck menu styles
========================================================*/
.isStuck {
	padding: 0 32px;
	z-index: 9999;
	-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);
	background: #3b3b3b;
}
.isStuck nav.tm_navbar li a {
	line-height: 56px;
}
.isStuck.indent {
	background: #000;
	background: rgba(0, 0, 0, 0.75);
}
.isStuck h1.navbar-brand_ {
	margin: 5px 0 0 0;
}
.isStuck h1.navbar-brand_ img {
	width: 60%;
}
@media only screen and (max-width: 979px) {
 .isStuck {
 display: none !important;
}
}

/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #191919;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #ffffff;
}
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: 18px;
	line-height: 27px;
	text-transform: uppercase;
}
h1.navbar-brand_ {
	margin: 22px 0 0 0;
	padding: 0;
	float: left;
	height: auto;
	z-index: 1;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h2 {
	font: bold 104px/104px 'Lato';
	color: #ffffff;
	margin: 0 0 40px 0;
	letter-spacing: -8px;
	text-transform: uppercase;
}
h2.indent {
	margin: 0 0 32px 0;
}
h3 {
	font: bold 34px/45px 'Lato';
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}
h3 span {
	color: #e52732;
}
h3 i {
	color: #fc9303;
	font-style: normal;
}
h3 strong {
	color: #0cb0df;
}
h4 {
	font: bold 20px/20px 'Lato';
	color: #e52732;
	text-transform: uppercase;
	margin: 0 0 19px 0;
}
h4 span {
	color: #fc9303;
}
h4 i {
	color: #0cb0df;
	font-style: normal;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
}
.content.indent {
	padding: 135px 0 0 0;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0 32px;
	z-index: 11;
	background: #3b3b3b;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
header.indent {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
}
/* menu
========================================================*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: right;
	min-height: 0;
}
nav.tm_navbar li {
	font-size: 14px;
	line-height: 23px;
	padding: 0;
	margin: 0;
	float: left;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0 15px;
	color: #ffffff;
	text-transform: uppercase;
	background: transparent;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	font-family: Lato;
	font-size: 16px;
	line-height: 100px;
	font-weight: bold;
}
nav.tm_navbar li.active > a {
	color: #000000;
	background: #fcee06;
}
nav.tm_navbar li:hover > a {
	color: #000000;
	background: #fcee06;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #000000;
	background: #fcee06;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: 0;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 260px;
	left: 0;
	top: 120px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #000000;
	padding: 15px 0 23px 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	background: none;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	background: none;
}
nav.tm_navbar .sub-menu > ul li a {
	padding: 0 0 0 30px;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 14px/40px 'Lato';
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	background: transparent;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	font-size: 22px;
	color: #fcee06;
	text-align: right;
	position: absolute;
	right: 20px;
	top: 23px;
	left: auto;
	background: none;
}
nav.tm_navbar .sub-menu > ul li:hover > a {
	text-decoration: none;
	color: #000000 !important;
	background: #fcee06 !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: #000000;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #000000 !important;
	background: #fcee06;
}
nav.tm_navbar .sub-menu > ul li.sfHover span {
	color: #000000;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 260px;
	left: 100%;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #000000;
	padding: 15px 0 23px 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	padding: 0 0 0 30px;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 14px/40px 'Lato';
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	background: transparent !important;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li > ul li > a:hover {
	text-decoration: none;
	color: #000000 !important;
	background: #fcee06 !important;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
.back-to-top {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 80px;
	right: 30px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: #333;
	outline: none;
	-webkit-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;

}

.back-to-top i {
  font-size: 40px;
}

.back-to-top i:hover {
  font-size: 40px;
  color:#F00;
}

.logo-box {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -238px;
	text-align: center;
}
.who-box {
	overflow: hidden;
	padding-bottom: 100px;
}
.who-box .col-lg-4 {
	margin-bottom: 50px;
}
.thumb-box1 {
	padding: 133px 0 139px 0;
	overflow: hidden;
	background-position: left 100%;
	background-attachment: fixed;
	position: relative;
	background-size: 100% auto;
	background-image: url(../images/bg_pic.jpg);
	text-align: center;
}
.thumb-box1 .desctiption {
	color: #ffffff;
	text-transform: uppercase;
	font: bold 34px/45px 'Lato';
	margin-bottom: 0;
}
.thumb-box2 {
	position: relative;
	overflow: hidden;
}
.thumb-box2 .box {
	width: 50%;
	float: left;
	padding: 133px 100px 160px 100px;
	text-align: center;
}
.thumb-box2 .box1 {
	background: #fd222c url(../images/bg_pic2.jpg) right 0 no-repeat;
}
.thumb-box2 .box2 {
	background: #ffb501 url(../images/bg_pic3.jpg) no-repeat right bottom;
}
.thumb-box3 {
	padding: 133px 0 76px 0;
	overflow: hidden;
	background-position: left 100%;
	background-attachment: fixed;
	position: relative;
	background-size: 100% auto;
	background-image: url(../images/bg_pic4.jpg);
	text-align: center;
}
.thumb-box4 {
	overflow: hidden;
	padding: 133px 0 150px 0;
	text-align: center;
}
.thumb-box4 h3 {
	margin-bottom: 50px;
}
.thumb-box5 {
	padding: 133px 0 150px 0;
	overflow: hidden;
	background-position: left 100%;
	background-attachment: fixed;
	position: relative;
	background-size: 100% auto;
	background-image: url(../images/bg_pic5.jpg);
	text-align: center;
}
.thumb-box5 h2 {
	margin-bottom: 56px;
}
.thumb-box5 time {
	font: bold 26px/55px 'Lato';
	color: #ffffff;
	background: #fd222c;
	width: 120px;
	text-align: center;
	display: inline-block;
	margin-bottom: 21px;
}
.thumb-box5 .indent1 {
	color: #ffffff;
	background: #fe9103;
}
.thumb-box5 .indent2 {
	color: #ffffff;
	background: #1bacd6;
}
.thumb-box5 .col-lg-4 {
	margin-bottom: 64px;
}
.thumb-box6 {
	padding: 131px 0 103px 0;
	overflow: hidden;
	background-position: left 100%;
	background-attachment: fixed;
	position: relative;
	background-image: url(../images/bg_pic7.jpg);
	text-align: center;
}
.thumb-box7 {
	overflow: hidden;
	padding: 135px 0 72px 0;
}
.thumb-box7 .col-lg-3, .thumb-box7 col-lg-4, .thumb-box7 col-lg-5 {
	margin-bottom: 40px;
}
.thumb-box8 {
	overflow: hidden;
	text-align: center;
	padding: 0 0 60px 0;
}
.thumb-box9 {
	padding: 133px 0 150px 0;
	overflow: hidden;
	background-position: left 100%;
	background-attachment: fixed;
	position: relative;
	background-image: url(../images/bg_pic8.jpg);
	text-align: center;
}
.thumb-box10 {
	overflow: hidden;
	padding: 135px 0 60px 0;
	text-align: center;
}
.thumb-box10 h2 {
	margin-bottom: 56px;
}
.thumb-box10 time {
	font: bold 26px/55px 'Lato';
	color: #ffffff;
	background: #fd222c;
	width: 120px;
	text-align: center;
	display: inline-block;
	margin-bottom: 21px;
}
.thumb-box10 .indent1 {
	color: #ffffff;
	background: #fe9103;
}
.thumb-box10 .indent2 {
	color: #ffffff;
	background: #1bacd6;
}
.thumb-box10 .col-lg-4 {
	margin-bottom: 64px;
}
.thumb-box11 {
	position: relative;
	overflow: hidden;
}
.thumb-box11 .box {
	width: 50%;
	float: left;
	padding: 140px 100px 180px 100px;
	text-align: center;
}
.thumb-box11 .box1 {
	background: #fd222c url(../images/bg_pic9.jpg) left 0 no-repeat;
}
.thumb-box11 .box2 {
	background: #ffb501 url(../images/bg_pic10.jpg) right 0 no-repeat;
}
.thumb-box12 {
	text-align: center;
	overflow: hidden;
	padding: 0 0 153px 0;
}
.thumb-box13 {
	overflow: hidden;
	padding: 111px 0 0 0;
}
.thumb-box13 hr {
	margin: 60px 0 0 0;
	border-top: 1px solid #323232;
}
.thumb-box14 {
	text-align: center;
	overflow: hidden;
	padding: 0 0 160px 0;
}
.thumb-box14 h2 {
	font-size: 172px;
	line-height: 162px;
	font-weight: 900;
	margin-bottom: 0;
}
.thumb-box14 h3 {
	font-size: 72px;
	line-height: 72px;
	letter-spacing: -5px;
	margin-bottom: 36px;
}
/*-----carousel-----*/
.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.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn2 .prev2, .list_btn2 .next2 {
	display: inline-block;
	cursor: pointer;
	margin: 0 2px;
	width: 45px;
	height: 45px;
}
.list_btn2 {
	text-align: center;
	margin-top: 3px;
}
.list_btn2 .prev2 {
	background: url(../img/prev2.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .next2 {
	background: url(../img/next2.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/prev2.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .next2:hover {
	background: url(../img/next2.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 36px 0;
	overflow: hidden;
	text-align: center;
}
.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: 0;
}
.thumb-pad1 figure {
	margin: 0 0 34px 0;
}
.thumb-pad2 {
	overflow: hidden;
	margin: 0 0 92px 0;
	text-align: left;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	margin-bottom: 25px;
}
.thumb-pad2 .thumbnail .caption time {
	font: bold 26px/55px 'Lato';
	color: #ffffff;
	background: #fd222c;
	width: 120px;
	text-align: center;
	display: inline-block;
	margin-bottom: 21px;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad3 {
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
}
.thumb-pad3 .thumbnail .caption a {
	font: bold 34px/45px 'Lato';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 11px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #e52732;
}
.thumb-pad3 figure {
	margin: 0 0 26px 0;
	overflow: hidden;
}
.thumb-pad3 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;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 26px 0;
	position: relative;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0;
	border-radius: 3px 3px 0 0;
}
.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;
	background: #ffffff;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption > div {
	float: right;
	text-align: right;
}
.thumb-pad5 .thumbnail .caption > div a {
	font: italic 24px 'Times New Roman';
	color: #707070;
	margin-bottom: 2px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption > div a:hover {
	color: #ff9d6d;
}
.thumb-pad5 .thumbnail .caption > div p {
	margin-bottom: 21px;
}
.thumb-pad5 figure {
	margin: 0 30px 0 0;
	padding: 9px 0 0 0;
	background: #e9e9e9;
	float: left;
	position: relative;
	border-radius: 3px;
}
.thumb-pad5 figure img {
	width: 100%;
	border-radius: 3px;
}
.thumb-pad5 figure:after {
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -10px;
	left: 0;
	background: url(../images/shadow1.png) left 0 no-repeat;
	content: '';
}
.thumb-pad5 figure:before {
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -10px;
	right: 0;
	background: url(../images/shadow2.png) right 0 no-repeat;
	content: '';
}
.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: #191919 url(../images/zoom2.png) center center no-repeat;
	background: rgba(25, 25, 25, 0.8) url(../images/zoom2.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 50px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption h2 {
	margin-bottom: 13px;
}
.thumb-pad7 .thumbnail .caption time {
	display: block;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 14px;
}
.thumb-pad7 .thumbnail .caption img {
	margin-bottom: 11px;
}
.thumb-pad7 .thumbnail .caption .bt p {
	float: left;
	margin: 0 0 13px 0;
}
.thumb-pad7 .thumbnail .caption .bt .lnk {
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ed2017;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .bt .lnk:hover {
	color: #ffffff;
}
.thumb-pad7 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad8 .thumbnail figure {
	position: relative;
	overflow: hidden;
}
.thumb-pad8 .thumbnail figure img {
	width: 100%;
}
.thumb-pad8 .thumbnail figure span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
	font: 30px/36px 'Sanchez';
	color: #ffffff;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-pad8 .thumbnail figure em {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 63px 20px;
	top: 0;
	left: 0;
	display: block;
	background: #000000 url(../img/zoom.png) center center no-repeat;
	background: rgba(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-pad8 .thumbnail figure:hover em {
	-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-pad8 .thumbnail figure:hover span {
	bottom: -150px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad9 .thumbnail figure {
	position: relative;
	overflow: hidden;
}
.thumb-pad9 .thumbnail figure img {
	width: 100%;
}
.thumb-pad9 .thumbnail figure span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
	font: 18px/18px 'Sanchez';
	color: #ffffff;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-pad9 .thumbnail figure em {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 63px 20px;
	top: 0;
	left: 0;
	display: block;
	background: #000000 url(../img/zoom.png) center center no-repeat;
	background: rgba(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-pad9 .thumbnail figure:hover em {
	-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-pad9 .thumbnail figure:hover span {
	bottom: -100px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 60px;
	font: bold 26px/69px 'Lato';
	margin: 24px 0 0 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #ffffff;
	background: #000000;
	background: rgba(0, 0, 0, 0.58);
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #0cb0df;
	background: rgba(12, 176, 223, 0.58);
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 88px;
	font: bold 26px/69px 'Lato';
	margin: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #ffffff;
	background: #323232;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #0cb0df;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 54px;
	font: bold 26px/69px 'Lato';
	margin: 25px 0 0 0;
	border-radius: 8px;
	text-transform: uppercase;
	color:#ffffff;
	background: #0cb0df;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #323232;
	text-decoration: none;
}
/* list
========================================================*/
.gall-box {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.gall-box.box1 li {
	width: 33.33%;
}
.gall-box.box2 li {
	width: auto;
}
.gall-box.box2 li {
	width: auto;
}
.gall-box li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0;
	float: left;
	overflow: hidden;
}
.gall-box li a {
	display: block;
	position: relative;
}
.gall-box li a: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);
}
.gall-box li a i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	background: #191919 url(../images/zoom2.png) center center no-repeat;
	background: rgba(25, 25, 25, 0.8) url(../images/zoom2.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);
}
.gall-box li img {
	width: 100%;
}
.list1 {
	margin: 0 0 60px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0;
	width: 25%;
	float: left;
}
.list1 li a {
	display: block;
	position: relative;
}
.list1 li a img {
	width: 100%;
}
.list1 li a em {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: 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.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.list1 li a:hover em {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.list1-1 {
	margin: 0;
	padding: 21px 0 27px 0;
	list-style: none;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 16px 0;
	padding-left: 35px;
	background: url(../img/list_arrow.png) left 3px no-repeat;
}
.list1-1 li a {
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #0cb0df;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 33px 0;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li strong {
	width: 81px;
	height: 70px;
	float: left;
	font: bold 34px/70px 'Lato';
	color: #e52732;
	text-align: center;
	margin: 11px 25px 0 0;
	display: inline-block;
	background: url(../images/romb.png) no-repeat;
}
.list2 li:first-child + li strong {
	color: #fc9303;
}
.list2 li:first-child + li + li strong {
	color: #0cb0df;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 33px 0;
}
.list3 li p {
	margin-bottom: 0;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 16px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #c7c7c7;
	overflow: hidden;
}
.list4 li .badge {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #333;
	text-align: center;
	color: #ffffff;
	font: bold 36px/63px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	margin: 4px 30px 0 0;
}
.list4 li p {
	margin-bottom: 0;
}
.list4 li:last-child {
	border-bottom: none;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 19px 0;
	overflow: hidden;
}
.list5 li .badge {
	width: 70px;
	height: 70px;
	border-radius: 0;
	background: none;
	text-align: center;
	color: #ed2017;
	font-size: 48px;
	float: left;
	margin: -4px 30px 0 0;
}
.list5 li p {
	margin-bottom: 0;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
	font: 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(../img/list_arrow.png) left 9px no-repeat;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li:last-child {
	border-bottom: none;
}
.list8 {
	padding: 0;
	margin: 0 0 148px 0;
	list-style: none;
	text-align: center;
}
.list8 li {
	margin-bottom: 34px;
}
.list8 li p {
	margin-bottom: 0;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 10px 0 0 0;
	position: relative;
	display: inline-block;
}
#search-404 a {
	width: 40px;
	height: 47px;
	text-align: center;
	line-height: 45px;
	float: left;
	display: inline-block;
	background: #878787;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	background: #5b5b5b;
}
#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 1px 0 0;
	width: 425px;
	outline: none;
	background: #5b5b5b;
	border: 1px solid #5b5b5b;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	padding: 13px 35px 13px 14px;
	height: 47px;
	float: left;
	resize: none;
}
#search {
	margin: 13px 0 0 0;
	position: relative;
	float: right;
}
#search a {
	position: absolute;
	top: 10px;
	right: 15px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search input {
	box-shadow: none;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 667px;
	border: 1px solid #ffffff;
	font: bold 14px 'Roboto';
	color: #333;
	background: #ffffff;
	padding: 11px 35px 11px 30px;
	height: 43px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 500px;
}
.content_map .box {
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 1;
	text-align: center;
}
.content_map .box .title {
	font: bold 34px/45px 'Lato';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.content_map .box .follow_icon {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.content_map .box .follow_icon li {
	float: left;
	margin-left: 33px;
}
.content_map .box .follow_icon li:first-child {
	margin: 0;
}
.content_map .box .follow_icon li:first-child a {
	color: #536ed2;
}
.content_map .box .follow_icon li a {
	font-size: 42px;
	color: #08e6f4;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.content_map .box .follow_icon li a:hover {
	color: #ffffff;
}
.content_map .container {
	position: relative;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-style-iw {
	text-align: center;
	width: 330px !important;
	height: 187px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 38px 10px 0px 10px;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.info {
	margin-bottom: 40px;
	text-align: center;
}
.info p {
	margin-bottom: 0;
}
.info p a {
	color: #0cb0df;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #e62934;
}
.mail {
	color: #ffffff;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #e62934;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 55px 0;
	overflow: hidden;
	text-align: center;
}
footer p {
	font: 20px 'Lato';
	color: #888;
	margin: 0;
	text-transform: none;
}
footer p a {
	color: #888;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer p a:hover {
	color: #ffffff;
}
footer span {
	padding: 0 5px;
}
footer em {
	font-style: normal;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1450px) {
 .container {
 padding: 0;
}
 .list_btn2 {
 text-align: left;
 position: absolute;
 top: 97px;
 width: 100%;
}
 .list_btn2 .next2 {
 float: right;
 margin-right: -60px;
}
 .list_btn2 .prev2 {
 margin-left: -90px;
 float: left;
}
}
@media (min-width: 1220px) and (max-width: 1449px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 .logo-box {
 margin-top: -82px;
}
 .logo-box h1.navbar-brand_ a {
 font-size: 120px;
 line-height: 120px;
 letter-spacing: -10px;
}
 .logo-box h1.navbar-brand_ a span {
 font-size: 60px;
 line-height: 60px;
 margin-top: -15px;
 letter-spacing: 0;
}
 .thumb-box1 {
 padding: 50px 0;
}
 .thumb-box2 .box,  .thumb-box11 .box {
 width: 100%;
 float: none;
 padding: 50px 100px;
 height: auto !important;
}
 .thumb-box3 {
 padding: 50px 0;
}
 .gall-box.box2 li {
 width: 100%;
}
 .gall-box.box3 li {
 float: none;
}
 .gall-box.box3 li a img {
 width: 100%;
}
 .gall-box.box3 li:first-child a {
 float: left;
 width: 50%;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 20px;
}
 header nav.tm_navbar {
 float: none;
 text-align: center;
}
 header nav.tm_navbar li {
 float: none;
 display: inline-block;
}
 header nav.tm_navbar li a {
 line-height: 40px;
}
 header nav.tm_navbar .sub-menu > ul {
 top: 40px;
}
 .logo-box {
 margin-top: -82px;
}
 .logo-box h1.navbar-brand_ a {
 font-size: 120px;
 line-height: 120px;
 letter-spacing: -10px;
}
 .logo-box h1.navbar-brand_ a span {
 font-size: 60px;
 line-height: 60px;
 margin-top: -15px;
 letter-spacing: 0;
}
 .thumb-box1 {
 padding: 50px 0;
}
 .thumb-box2 .box,  .thumb-box11 .box {
 width: 100%;
 float: none;
 padding: 50px 100px;
 height: auto !important;
}
 .thumb-box3 {
 padding: 50px 0;
}
 .gall-box.box2 li {
 width: 100%;
}
 .gall-box.box3 li {
 float: none;
}
 .gall-box.box3 li a img {
 width: 100%;
}
 .gall-box.box3 li:first-child a {
 float: left;
 width: 50%;
}
 .thumb-box12 {
 padding: 0 0 50px 0;
}
 .content_map .box {
 display: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 20px;
}
 header nav.tm_navbar {
 float: none;
 width: 100%;
}
 header nav.tm_navbar li {
 float: none;
 display: inline-block;
}
 header nav.tm_navbar li a {
 line-height: 40px;
}
 header nav.tm_navbar .sub-menu > ul {
 top: 40px;
}
 header .nav {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #fcee06;
 background: #fcee06;
 color: #000000;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 h2 {
 font-size: 40px;
 line-height: 40px;
 letter-spacing: -2px;
}
 h3 {
 font-size: 20px;
 line-height: 30px;
}
 header {
 height: auto;
 margin: 0;
 position: relative;
}
 header.indent {
 padding: 30px 0 92px 0;
}
 header.indent h1.navbar-brand_ {
 top: 70px;
}
 header.indent .btn_menu {
 top: 0;
}
 nav.tm_navbar {
 width: 100%;
 left: 0;
 top: 0;
 margin: 15px 0 0 0;
 padding: 0 15px;
 background: none;
 border-top: none;
}
 nav.tm_navbar .nav {
 display: none;
}
 .nav_open {
 display: none !important;
}
 .content.indent {
 padding: 60px 0 0 0;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #e52732;
 background: #e52732;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .logo-box {
 margin-top: -82px;
}
 .logo-box h1.navbar-brand_ a {
 font-size: 120px;
 line-height: 120px;
 letter-spacing: -10px;
}
 .logo-box h1.navbar-brand_ a span {
 font-size: 60px;
 line-height: 60px;
 margin-top: -15px;
 letter-spacing: 0;
}
 .thumb-box1 {
 padding: 50px 0;
}
 .thumb-box1 .desctiption {
 font-weight: normal;
 font-size: 20px;
 line-height: 30px;
}
 .thumb-box2 .box,  .thumb-box11 .box {
 width: 100%;
 float: none;
 padding: 50px;
 height: auto !important;
}
 .thumb-box3 {
 padding: 50px 0;
}
 .thumb-pad4 figure {
 margin: 0 30px 0 0;
 float: left;
}
 .who-box {
 padding-bottom: 40px;
}
 .thumb-box6,  .thumb-box7 {
 padding: 50px 0;
}
 .thumb-pad3 .thumbnail .caption a {
 font-size: 20px;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-box9 {
 padding: 70px 0;
}
 .thumb-box10 {
 padding: 50px 0;
}
 .gall-box.box2 li {
 width: 100%;
}
 .gall-box.box3 li {
 float: none;
}
 .gall-box.box3 li a img {
 width: 100%;
}
 .gall-box.box3 li:first-child a {
 float: left;
 width: 50%;
}
 .thumb-box12 {
 padding: 0 0 50px 0;
}
 .thumb-box14 {
 padding: 0 0 50px 0;
}
 .thumb-box14 h2 {
 font-size: 80px;
 line-height: 80px;
}
 .thumb-box14 h3 {
 font-size: 35px;
 line-height: 40px;
 letter-spacing: -2px;
}
 .content_map .box {
 display: none;
}
 .content_map {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 26px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-box2 .box,  .thumb-box11 .box {
 width: 100%;
 float: none;
 padding: 50px 15px;
 height: auto !important;
}
 .list2 li strong {
 float: none;
 margin: 0 0 20px 0;
}
 #search-404 input {
 width: 360px;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 header.indent h1.navbar-brand_ a {
 font-size: 60px;
 line-height: 60px;
}
 header.indent h1.navbar-brand_ a span {
 font-size: 32px;
 line-height: 32px;
 margin-top: -6px;
 letter-spacing: 0;
}
 .thumb-pad2 figure img {
 width: 100%;
}
 .gall-box li {
 float: none !important;
 width: 100% !important;
}
 .gall-box li img {
 width: 100% !important;
}
 .gall-box li a {
 float: none !important;
 width: 100% !important;
}
 #search-404 input {
 width: 240px;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
