@import url(//fonts.googleapis.com/css?family=PT+Serif:400,700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #403e33;
	font: 14px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #5A5749;
}
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: 14px;
	line-height: 20px;
}
h1.navbar-brand_ {
	margin: 0 0 20px 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: bold 36px/43px 'PT Serif';
	margin: 0 0 25px 0;
	color: #403e33;
}
h3 {
	font: 14px/20px 'Times New Roman';
	margin: 0 0 13px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #403e33;
}
h4 {
	font: bold 24px/29px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	color: #323433;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #f0eee4 url(../img/pattern.png) repeat;
}
.content.indent {
	padding: 43px 0 0 0;
	background: #f0eee4 url(../img/pattern.png) repeat;
}
.main {
	width: 1270px;
	margin: 0 auto;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 17px 0 0 0;
	text-align: center;
	z-index: 11;
	background: #ffffff;
}
header:after {
	content: '';
	bottom: -38px;
	left: 0;
	width: 100%;
	height: 38px;
	background: url(../img/shadow.png) center 0 no-repeat;
	position: absolute;
}
/* menu
========================================================*/
nav.tm_navbar {
	position: relative;
	z-index: 0;
	border: none;
	padding: 20px 0;
	margin: 0;
	border-bottom: 5px solid #ffffff;
	float: none;
	min-height: 0;
	background: none;
	text-align: center;
	background: #f0eee4 url(../img/pattern.png) repeat;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 120px;
	float: none;
	display: inline-block;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li:first-child:after {
	display: none;
}
nav.tm_navbar li:after {
	content: '';
	top: 2px;
	left: -70px;
	width: 24px;
	height: 24px;
	background: url(../img/menu_point.png) no-repeat;
	position: absolute;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: bold 20px 'PT Serif';
	color: #403e33;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #cfbca7;
	background: none;
}
nav.tm_navbar li.active > span {
	color: #cfbca7;
}
nav.tm_navbar li:hover > a {
	color: #cfbca7;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li:hover > span {
	color: #cfbca7;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	-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 li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -14px;
	color: #ffffff;
	font-size: 10px;
	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: 258px;
	left: 0;
	top: 52px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #f0eee4;
	padding: 20px 32px;
	margin: 0;
	overflow: hidden;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	position: relative;
	background: none !important;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 6px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul > li a {
	display: block;
	background: none !important;
	padding: 0;
	margin: 0;
	font: bold 20px 'PT Serif';
	color: #403e33;
	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: 40px;
	top: 6px;
	left: auto;
	color: #333;
	font-size: 14px;
	text-align: right;
	background: none !important;
	right: 0;
	float: right;
	width: auto;
	height: 14px;
}
nav.tm_navbar .sub-menu ul > li:hover span {
	color: #cfbca7;
}
nav.tm_navbar .sub-menu ul > li:hover > a {
	text-decoration: none;
	color: #cfbca7 !important;
	background: none !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: #cfbca7;
}
nav.tm_navbar .sub-menu ul li.sfHover > a {
	text-decoration: none;
	color: #cfbca7 !important;
	background: none !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: #f0eee4;
	padding: 5px 0 20px 20px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	font: bold 20px 'PT Serif';
	color: #403e33;
	text-transform: uppercase;
	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: #cfbca7 !important;
	background: none !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;
	z-index: 20;
	color: #b0ac9b;
	font-size: 40px;
}
#toTop:hover {
	outline: none;
	color: #2d2c23;
}
.who-box {
	overflow: hidden;
	padding: 0 0 0 0;
}
.who-box .col-lg-4 {
	margin-bottom: 7px;
}
.thumb-box1 {
	position: relative;
	text-align: center;
	padding: 43px 0 0 0;
	margin-top: -87px;
	background: #f0eee4 url(../img/pattern.png) repeat;
}
.thumb-box1 em {
	display: block;
	height: 5px;
	width: 100%;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
.thumb-box1 .title {
	font: 60px/65px 'PT Serif';
	color: #403e33;
}
.thumb-box1 .error_tittle {
	font: bold 160px/1em 'PT Serif';
	color: #403e33;
	padding: 70px 0 0 0;
	margin-bottom: 0;
}
.thumb-box1 .title2 {
	font: 36px/1em 'PT Serif';
	color: #403e33;
	margin: 0;
	padding: 7px 0 20px 0;
}
.thumb-box1 .description {
	font: 14px/24px 'Times New Roman';
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #403e33;
}
.thumb-box1 figure {
	margin: 26px 0 24px 0;
}
.thumb-box1 .box p {
	text-transform: uppercase;
	font-size: 12px;
	color: #403e33;
}
.thumb-box1-1 {
	position: relative;
}
.thumb-box1-1 i {
	background: url(../img/glow.png) center 0 no-repeat;
	position: absolute;
	top: -270px;
	left: 0;
	display: block;
	width: 100%;
	height: 719px;
}
.thumb-box2 {
	background: #cab399 url(../img/bg_pic1.jpg) center 0 no-repeat;
	min-height: 557px;
}
.thumb-box3 {
	padding: 0 0 22px 0;
	overflow: hidden;
}
.thumb-box3 .title {
	font: bold 36px 'PT Serif';
	color: #403e33;
	margin-bottom: 12px;
}
.thumb-box3 .description {
	font: 14px/20px 'PT Serif';
	letter-spacing: 1px;
	color: #403e33;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.thumb-box3 p {
	font: 14px/20px 'Times New Roman';
	color: #5A5749;
}
.thumb-box3 .col-lg-4 {
	padding-bottom: 40px;
}
.thumb-box4 {
	padding: 63px 0 55px 0;
	background: rgba(255, 255, 255, 0.4);
	text-align: center;
}
.thumb-box4 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.thumb-box4 ul li {
	display: inline-block;
	margin-left: 54px;
	margin-bottom: 9px;
	position: relative;
}
.thumb-box4 ul li:after {
	content: '';
	top: 2px;
	left: -41px;
	width: 24px;
	height: 24px;
	background: url(../img/menu_point.png) left center no-repeat;
	position: absolute;
}
.thumb-box4 ul li:first-child {
	margin-left: 0;
}
.thumb-box4 ul li:first-child:after {
	display: none;
}
.thumb-box4 ul li a {
	font: bold 20px 'PT Serif';
	color: #403e33;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box4 ul li a:hover {
	color: #cab399;
}
.thumb-box5 {
	background: #403e33;
	padding: 28px 0 15px 0;
	text-align: center;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-color: #403e33;
	background-image: url(../img/bg_pic2.jpg);
}
.thumb-box5 p {
	color: #f5f4ef;
	font-size: 14px;
	line-height: 20px;
}
.thumb-box5 figure {
	margin-bottom: 21px;
}
.thumb-box5 .description {
	font: 20px/1em 'PT Serif';
	color: #f8f7f2;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.thumb-box5 strong {
	display: block;
	font: bold 60px/1em 'PT Serif';
	color: #f7f6f1;
	margin-bottom: 16px;
	letter-spacing: 2px;
}
.thumb-box5 .time {
	font: bold 20px/1em 'PT Serif';
	color: #f8f7f2;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 70px 0;
}
.thumb-box6 {
	padding: 44px 0 0 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.4);
}
.thumb-box7 {
	padding: 44px 0 0 0;
	overflow: hidden;
}
.thumb-box7 .col-lg-4, .thumb-box7 .col-lg-3, .thumb-box7 .col-lg-5 {
	margin-bottom: 22px;
}
.thumb-box8 {
	padding: 0 0 30px 0;
	overflow: hidden;
}
.thumb-box9 {
	padding: 44px 0 0 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-color: #403e33;
	background-image: url(../img/bg_pic3.jpg);
}
.thumb-box9 h2 {
	color: #ffffff;
}
.thumb-box9 strong {
	position: relative;
	font: bold 14px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 23px;
	display: inline-block;
}
.thumb-box9 strong:after {
	content: '';
	bottom: 4px;
	right: -53px;
	width: 40px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box9 p {
	color: #f5f4ef;
}
.thumb-box9 .col-lg-3 {
	margin-bottom: 30px;
}
.thumb-box10 {
	padding: 0;
	overflow: hidden;
}
.thumb-box11 {
	padding: 44px 0 46px 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.4);
}
.thumb-box12 {
	padding: 44px 0 0 0;
	overflow: hidden;
}
.thumb-box12 .col-lg-4 {
	padding-bottom: 31px;
}
.thumb-box13 {
	padding: 44px 0 18px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/bg_pic4.jpg);
}
.thumb-box13 h2, .thumb-box13 h3, .thumb-box13 p {
	color: #ffffff;
}
.thumb-box13 .title {
	font: bold 20px/36px 'PT Serif';
	margin: 0 0 25px 0;
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.thumb-box14 {
	padding: 44px 0 46px 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.4);
}
.thumb-box14 p {
	margin-bottom: 0;
}
.thumb-box14 p span {
	width: 85px;
	display: inline-block;
}
.thumb-box14 p a {
	color: #403e33;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box14 p a:hover {
	color: #b0ac9b;
}
.errorBox {
	overflow: hidden;
	padding: 0 0 59px 0;
}
.errorBox .col-sm-6 {
	margin-bottom: 50px;
}
/*---*/
.list_carousel2.responsive {
	position: relative;
	width: auto;
	margin: 0;
	z-index: 0;
	text-align: left;
}
.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 'PT Serif';
	color: #ffffff;
	margin-bottom: 22px;
}
.list_carousel2 #foo2 > li .title span {
	font-size: 60px;
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn2 .prev2, .list_btn2 .next2 {
	display: inline-block;
	cursor: pointer;
	margin: 0 4px;
	width: 12px;
	height: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.list_btn2 .prev2:hover, .list_btn2 .next2:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.list_btn2 {
	text-align: right;
}
.list_btn2 .next2 {
	background: url(../img/next.png) 0 top no-repeat;
}
.list_btn2 .prev2 {
	background: url(../img/prev.png) 0 top no-repeat;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 30px 0;
	padding: 50px 0 38px 0;
	text-align: center;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 .thumbnail span {
	font-size: 99px;
	color: #ffffff;
	display: block;
	margin-bottom: 27px;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0 20px;
}
.thumb-pad1 .thumbnail .caption a {
	color: #ffffff;
	font: 900 22px/30px 'Lato';
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.thumb-pad2 {
	margin: 0;
}
.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 a {
	font: 14px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #403e33;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #b0ac9b;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad3 {
	margin: 0 0 17px 0;
	padding-top: 10px;
}
.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: 14px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #403e33;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #b0ac9b;
}
.thumb-pad3 .thumbnail .caption p {
	margin: 11px 0 0 0;
}
.thumb-pad3 figure {
	position: relative;
	margin: 0 0 29px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad3 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-pad3 figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	background: #403e33 url(../img/zoom.png) center center no-repeat;
	background: rgba(64, 62, 51, 0.8) 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-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 29px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 50px 0;
	overflow: hidden;
}
.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;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption a {
	font: 14px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #403e33;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #b0ac9b;
}
.thumb-pad5 .thumbnail .caption strong {
	font-weight: normal;
	color: #b0ac9b;
	font: 14px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin: 7px 0 0 0;
}
.thumb-pad5 figure {
	margin: 0 0 30px 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	margin: 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption strong {
	font: bold 14px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #403e33;
	position: relative;
}
.thumb-pad6 .thumbnail .caption strong:after {
	content: '';
	bottom: 4px;
	right: -53px;
	width: 40px;
	height: 2px;
	background: #403e33;
	position: absolute;
}
.thumb-pad6 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 {
	margin: 0 0 46px 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 a {
	font: 14px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #403e33;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #b0ac9b;
}
.thumb-pad7 .thumbnail .caption p {
	margin: 14px 0 0 0;
}
.thumb-pad7 figure {
	margin: 0 0 29px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 26px 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail figure {
	padding: 0;
	float: left;
}
.thumb-pad8 .thumbnail figure img {
	width: 100%;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption p {
	font-size: 24px;
	line-height: 30px;
	color: #323433;
	margin-bottom: 30px;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title {
	color: #414042;
	margin: 0;
}
.thumb-pad9 .thumbnail .caption .title a {
	color: #22c8ff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title a:hover {
	color: #414042;
}
.thumb-pad9 .thumbnail .caption .descrip {
	color: #414042;
	font-size: 16px;
	margin-bottom: 12px;
}
.thumb-pad9 .thumbnail .caption .descrip a {
	color: #414042;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
	color: #22c8ff;
}
.thumb-pad9 .thumbnail .caption .descrip br {
	display: none;
}
.thumb-pad9 .thumbnail .caption p {
	font-size: 16px;
	margin-bottom: 9px;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad9 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: bold 20px/1em 'PT Serif';
	margin: 0;
	color: #403e33;
	background: none;
	text-transform: uppercase;
	position: relative;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #cab399;
	background: none;
	text-decoration: none;
}
.btn-default.btn1:hover:after, .btn-default.btn1:hover:before {
	background: #cab399;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:after {
	content: '';
	top: 50%;
	margin-top: -1px;
	left: -53px;
	width: 40px;
	height: 2px;
	background: #403e33;
	position: absolute;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:before {
	content: '';
	top: 50%;
	margin-top: -1px;
	right: -53px;
	width: 40px;
	height: 2px;
	background: #403e33;
	position: absolute;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: bold 14px 'Times New Roman';
	margin: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #403e33;
	background: none;
	position: relative;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #cab399;
	background: none;
	text-decoration: none;
}
.btn-default.btn2:hover:after {
	background: #cab399;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:after {
	content: '';
	bottom: 4px;
	right: -53px;
	width: 40px;
	height: 2px;
	background: #403e33;
	position: absolute;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 29px;
	font: 18px/54px 'Lato';
	margin: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #ffffff;
	background: #323433;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #f75314;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 79px;
	font: 28px/77px 'Lato';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	text-transform: uppercase;
	background: #f75314;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #323433;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 0 0 8px 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 16px 0;
	padding-left: 20px;
	position: relative;
}
.list1 li:after {
	content: '';
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #cfbca7;
	position: absolute;
	border-radius: 100%;
}
.list1 li a {
	font: 14px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b0ac9b;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #403e33;
	text-decoration: none;
}
.list1-1 {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding-left: 16px;
	background: url(../img/list_point1.png) 0 6px no-repeat;
}
.list1-1 li a {
	color: #ffffff;
	font: 300 14px 'Roboto';
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #e93402;
}
.list2 {
	margin: 0;
	padding: 0 0 9px 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 11px 0;
	padding-left: 24px;
	overflow: hidden;
	background: url(../img/list_arrow.png) 0 6px no-repeat;
}
.list2 li a {
	font: 16px/24px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f75314;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #aeaeae;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 40px 0;
}
.list3 li figure {
	float: left;
	margin: 5px 30px 0 0;
}
.list3 li a {
	font: 24px/1em 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 2px 0;
	color: #ff3d00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #333;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 38px;
	overflow: hidden;
}
.list4 li .badge {
	font: 48px/40px 'PT+Serif';
	color: #403e33;
	float: left;
	margin: 0 52px 0 0;
	padding: 0;
	border: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
	position: relative;
}
.list4 li .badge:after {
	content: '';
	top: 12px;
	right: -32px;
	width: 18px;
	height: 16px;
	background: url(../img/flower2.png) no-repeat;
	position: absolute;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 1px 1px;
	width: 33%;
	float: left;
}
.list5 li img {
	width: 100%;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 > li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 24px 0;
}
.list6 > li .badge {
	padding: 0;
	margin: 0 21px 0 0;
	width: 70px;
	height: 77px;
	float: left;
	border-radius: 0;
	border: none;
	background: #f75314;
	font: 900 36px/77px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.list6 > li .title {
	font: bold 24px/29px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #323433;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 24px;
}
.list7 li span {
	font-size: 48px;
	color: #cab399;
	float: left;
	margin-right: 43px;
}
.list7 li p {
	margin: 0;
}
.list8 {
	margin: 0 0 4px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 43px 0;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
}
.list_carousel1 .foo {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 .foo.foo1 {
	padding: 26px 0 0 0;
}
.list_carousel1 .foo.foo2 img {
	width: auto;
}
.list_carousel1 .foo > li {
	padding: 0;
	float: left;
	text-align: center;
	margin-right: 0;
	cursor: default;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.foo-btn {
	position: relative;
	top: 0;
	margin: 0;
	text-align: center;
	padding: 0;
}
.foo-btn .foo_pag1 {
	top: -4px;
}
.foo-btn .foo_pag2.pagination {
	padding: 40px 0 0 0;
}
.foo-btn .foo_pag2.pagination a {
	background: #ffffff !important;
	margin: 0 0 0 16px;
}
.foo-btn .foo_pag2.pagination a:hover {
	background: #f75314 !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.foo-btn .foo_pag2.pagination a.selected {
	background: #f75314 !important;
}
.pagination {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.pagination a {
	position: relative;
	z-index: 1;
	width: 16px;
	height: 16px;
	padding: 0 !important;
	margin: 0 0 0 8px;
	display: inline-block;
	background: #c3c3c3 !important;
	border: none !important;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.pagination a:first-child {
	margin-left: 0;
}
.pagination a:hover {
	background: #f75314 !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.pagination a.selected {
	background: #f75314 !important;
}
.pagination a span {
	display: none;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 27px 0 126px 0;
	overflow: hidden;
	display: inline-block;
}
#search-404 a {
	position: absolute;
	top: 11px;
	right: 15px;
	color: #403e33;
	font-size: 25px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	color: #b0ac9b;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 453px;
	outline: none;
	border: 1px solid #adaba2;
	background: rgba(255, 255, 255, 0.2);
	font: 14px 'Times New Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #b0ac9b;
	padding: 13px 45px 13px 13px;
	height: 46px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 425px;
	margin-bottom: 51px;
}
.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: 127px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 38px 0 0 20px;
	font: 14px 'Times New Roman', "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: 50px;
}
.info p {
	margin-bottom: 28px;
}
.mail {
	color: #403e33;
	font: 14px 'Times New Roman', "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: #b0ac9b;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 40px 0;
	overflow: hidden;
	text-align: center;
	background: #403e33;
}
footer p {
	font: 14px 'Times New Roman';
	text-transform: uppercase;
	color: #747160;
	margin: -27px 0 0 0;
	letter-spacing: 4px;
}
footer p a {
	color: #747160;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #ffffff;
}
footer em {
	font-style: normal;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
/*===========================================================================================================================*/
@media (min-width: 1220px) and (max-width: 1299px) {
 .container {
 padding: 0;
}
 .main {
 width: 100%;
 margin: 0;
}
 .thumb-box1-1 i {
 display: none;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 header {
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
}
 .main {
 width: 100%;
 margin: 0;
}
 .thumb-box1-1 i {
 display: none;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 h1.navbar-brand_ {
 float: none;
}
 .main {
 width: 100%;
 margin: 0;
}
 nav.tm_navbar li {
 margin: 0 0 0 70px;
}
 .thumb-box1-1 i {
 display: none;
}
 .thumb-pad6 .thumbnail .caption {
 overflow: visible;
}
 nav.tm_navbar li:after {
 left: -49px;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 h1.navbar-brand_ {
 float: none;
 margin: 0;
}
 nav.tm_navbar {
 padding: 0 15px 15px 15px;
 float: none;
 margin: 0;
 display: block;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 .main {
 width: 100%;
 margin: 0;
}
 .thumb-box1-1 i {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 30px 0 0 0;
 width: 100%;
 border: 1px solid #403e33;
 background: #403e33;
 color: #cfbca7;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .thumb-box2 {
 min-height: 440px;
}
 .thumb-box1 .title {
 font-size: 30px;
 line-height: 1em;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad4 figure {
 margin: 0 30px 0 0;
 float: left;
}
 .thumb-pad6 .thumbnail .caption {
 overflow: visible;
}
 .content_map {
 height: 300px !important;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-box5 strong {
 font-size: 35px;
}
 .thumb-pad4 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad6 .thumbnail figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad6 .thumbnail figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 footer img {
 width: 100%;
}
 #search-404 {
 display: block;
}
 #search-404 input {
 width: 100%;
}
 .thumb-box1 .error_tittle {
 font-size: 100px;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-box4 {
 text-align: left;
}
 .thumb-box4 ul li {
 display: block;
 margin-left: 0;
}
 .thumb-box4 ul li:after {
 display: none;
}
 .thumb-pad2 figure {
 margin: 0 0 30px 0;
 float: none;
}
 footer p {
 margin: 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad2 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
