@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #242a2e;
	font: 15px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #666666;
}
.input-group-addon {min-width: 100px;}
a {
	text-decoration: none;
	cursor: pointer;
}
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: 24px;
}
p strong {
	font-weight: 600;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
	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: 300 40px/36px 'Open Sans';
	margin: 0 0 49px 0;
	color: #31353d;
}
h2 span {
	color: #a94849;
}
h2.indent {
	margin: 0 0 41px 0;
}
h3 {
	font: 20px/25px 'Open Sans';
	color: #a94849;
	margin: 0 0 11px 0;
	text-transform: uppercase;
}
h3 span {
	color: #e74c3c;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 70px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
	background: #ffffff;
}
header .box {
	overflow: hidden;
	margin-top: 20px;
}
header .box .lnk {
	font: 300 14px 'Open Sans';
	text-transform: uppercase;
	margin-top: 13px;
	display: inline-block;
	color: #868786;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
header .box .lnk:hover {
	color: #a94849;
}
header .box div {
	float: right;
	overflow: hidden;
}
header .box div .bt1 {
	margin: 0;
	padding: 14px 48px 14px 30px;
	background: #252b2f;
	position: relative;
	float: left;
}
header .box div .bt1 a {
	font: 600 14px 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
header .box div .bt1 a:hover {
	color: #a94849;
}
header .box div .bt1 em {
	background: url(../img/tr.png) 0 center no-repeat;
	width: 9px;
	height: 100%;
	display: inline-block;
	position: absolute;
	right: 23px;
	top: 0;
}
header .box div .bt1 i {
	font-size: 14px;
	color: #ffffff;
	float: left;
	margin: 5px 11px 0 0;
}
header .box div .bt2 {
	margin: 0;
	padding: 14px 30px;
	background: #a94849;
	position: relative;
	float: left;
}
header .box div .bt2 a {
	font: 600 14px 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
header .box div .bt2 a:hover {
	color: #252b2f;
}
header .box div .bt2 i {
	font-size: 14px;
	color: #ffffff;
	float: left;
	margin: 5px 11px 0 0;
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 24px 0 0 0;
	float: none;
	display: block;
	text-align: center;
	min-height: 0;
	background: #dbd7d2;
}
nav.tm_navbar ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
nav.tm_navbar ul::after, nav.tm_navbar ul::before {
 display: none;
}
nav.tm_navbar li {
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	float: none;
	display: table-cell;
}
nav.tm_navbar li:first-child a {
	background-image: none !important;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 600 14px/88px 'Open Sans';
	color: #242a2e;
	text-align: center;
	text-transform: uppercase;
	background: #f1e7d9 url(../img/border.png) left 0 repeat-y;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar li.active span {
	color: #242a2e;
}
nav.tm_navbar li.active > a {
	color: #242a2e;
	background: #ddd5c8 url(../img/border_act.png) left 0 repeat-y;
}
nav.tm_navbar li:hover span {
	color: #242a2e;
}
nav.tm_navbar li:hover > a {
	color: #242a2e;
	background: #ddd5c8 url(../img/border_act.png) left 0 repeat-y;
}
nav.tm_navbar .sfHover span {
	color: #242a2e;
}
nav.tm_navbar .sfHover > a {
	color: #242a2e;
	background: #ddd5c8 url(../img/border_act.png) left 0 repeat-y;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 6px;
	color: #242a2e;
	font-size: 14px;
	z-index: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 234px;
	top: 88px;
	left: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #f1e7d9;
	padding: 33px 0;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	position: relative;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li::after {
 content: none !important;
 display: none !important;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 600 14px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 3px;
	left: auto;
	width: auto !important;
	color: #3e454c;
	font-size: 14px;
}
nav.tm_navbar .sub-menu ul > li a:hover {
	text-decoration: none;
	color: #a94849 !important;
	background: 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.sfHover > a {
	text-decoration: none;
	color: #a94849 !important;
	background: none;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 100%;
	top: -28px;
	left: 100%;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #3e454c;
	padding: 28px 0;
	margin: 0 0 0 10px;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul::after {
 position: absolute;
 left: -5px;
 top: 13px;
 width: 5px;
 height: 9px;
  /*background:url(../img/tr1.png) left 0 no-repeat;*/
  background: red;
 content: '';
}
nav.tm_navbar .sub-menu ul ul li {
	position: relative;
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 600 14px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	color: #a94849 !important;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border: none;
	z-index: 20;
	text-indent: -9999px;
	background: url(../img/top.png) 0 top no-repeat;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.who-box {
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 38px;
}
.errorBox {
	text-align: center;
	padding-bottom: 50px;
}
.errorBox1 {
	padding-bottom: 50px;
}
.thumb-box1 {
	overflow: hidden;
	padding-bottom: 43px;
}
.thumb-box1 .box {
	text-align: center;
	margin-bottom: 30px;
}
.thumb-box1 .box figure {
	margin-bottom: 0;
	height: 129px;
	line-height: 129px;
	background: #f1e7d9;
}
.thumb-box1 .box.box1 {
	background: #a94849;
	text-align: center;
}
.thumb-box1 .box.box1 .title {
	font: 600 30px/30px 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 4px;
}
.thumb-box1 .box.box1 .description {
	font: 300 20px/20px 'Open Sans';
	text-transform: uppercase;
	color: #f1e7d9;
	margin-bottom: 0;
}
.thumb-box1 .box.box1 div {
	padding: 24px 0 25px 0;
}
.thumb-box1 .box.box2 {
	background: #242a2e;
	text-align: center;
}
.thumb-box1 .box.box2 .title {
	font: 600 30px/30px 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 4px;
}
.thumb-box1 .box.box2 .description {
	font: 300 20px/20px 'Open Sans';
	text-transform: uppercase;
	color: #f1e7d9;
	margin-bottom: 0;
}
.thumb-box1 .box.box2 div {
	padding: 24px 0 25px 0;
}
.thumb-box1 .box.box3 {
	background: #dbd7d2;
	text-align: center;
}
.thumb-box1 .box.box3 .title {
	font: 600 30px/30px 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 4px;
}
.thumb-box1 .box.box3 .description {
	font: 300 20px/20px 'Open Sans';
	text-transform: uppercase;
	color: #7f8080;
	margin-bottom: 0;
}
.thumb-box1 .box.box3 div {
	padding: 24px 0 25px 0;
}
.thumb-box2 {
	padding: 71px 0 50px 0;
	overflow: hidden;
	background-position: 100% 100%;
	text-align: center;
	position: relative;
	background-image: url(../img/bg_pic1.jpg);
}
.thumb-box3 {
	overflow: hidden;
	padding: 70px 0 26px 0;
}
.thumb-box3 .maxheight {
	padding-bottom: 65px;
}
.thumb-box3 .col-lg-4 {
	margin-bottom: 22px;
}
.thumb-box4 {
	overflow: hidden;
	background: #f4f3f1;
	border-bottom: 2px solid #ffffff;
}
.thumb-box5 {
	background: #f4f3f1;
	overflow: hidden;
	padding: 70px 0 33px 0;
}
.thumb-box6 {
	overflow: hidden;
	padding: 70px 0 0 0;
}
.thumb-box6 .col-lg-4, .thumb-box6 .col-lg-3, .thumb-box6 .col-lg-5 {
	margin-bottom: 30px;
	overflow: hidden;
}
.thumb-box7 {
	overflow: hidden;
	padding: 0 0 26px 0;
}
.thumb-box8 {
	padding: 70px 0 73px 0;
	overflow: hidden;
	background-position: 100% 100%;
	position: relative;
	background-image: url(../img/bg_pic1.jpg);
}
.thumb-box8 p {
	color: #31353d;
	margin-bottom: 60px;
}
.thumb-box9 {
	padding: 70px 0 0 0;
	overflow: hidden;
}
.thumb-box9 .col-lg-4 {
	margin-bottom: 36px;
}
.thumb-box10 {
	overflow: hidden;
	background: #f4f3f1;
}
.thumb-box10 .box {
	background: url(../img/bg_pic2.png) right 0 no-repeat;
	padding: 65px 0 0 0;
	overflow: hidden;
}
.thumb-box10 .col-lg-8 {
	text-align: right;
}
.thumb-box10 .title {
	font: 300 48px/48px 'Open Sans';
	text-transform: uppercase;
	color: #31353d;
	white-space: nowrap;
	margin-bottom: 21px;
}
.thumb-box10 .title span {
	color: #a94849;
	font-size: 70px;
}
.thumb-box10 .title span i {
	font-size: 90px;
	font-style: normal;
}
.thumb-box10 .btn-default.btn1 {
	margin-top: 23px;
	margin-bottom: 76px;
}
.thumb-box11 {
	padding: 70px 0 0 0;
	background: #f4f3f1;
}
.thumb-box11 .col-lg-4, .thumb-box11 .col-lg-8 {
	margin-bottom: 76px;
}
.thumb-box12 .box {
	overflow: hidden;
	background: url(../img/error.jpg) right 0 no-repeat;
}
.thumb-box12 .title {
	font: 300 100px/100px 'Open Sans';
	color: #a94849;
	margin: 55px 0 6px 0;
}
.thumb-box12 h2 {
	margin-bottom: 30px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 46px 0;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 figure {
	margin: 0;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail .caption {
	padding: 26px 43px 40px 43px;
	background: #a94849;
	text-align: center;
}
.thumb-pad1 .thumbnail .caption .title {
	font: 600 30px 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 7px;
}
.thumb-pad1 .thumbnail .caption p {
	color: #f1e7d9;
}
.thumb-pad1-1 {
	margin: 0 0 46px 0;
}
.thumb-pad1-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1-1 figure {
	margin: 0;
}
.thumb-pad1-1 figure img {
	width: 100%;
}
.thumb-pad1-1 .thumbnail .caption {
	padding: 26px 43px 40px 43px;
	background: #242a2e;
	text-align: center;
}
.thumb-pad1-1 .thumbnail .caption .title {
	font: 600 30px 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 7px;
}
.thumb-pad1-1 .thumbnail .caption p {
	color: #f1e7d9;
}
.thumb-pad1-2 {
	margin: 0 0 46px 0;
}
.thumb-pad1-2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1-2 figure {
	margin: 0;
}
.thumb-pad1-2 figure img {
	width: 100%;
}
.thumb-pad1-2 .thumbnail .caption {
	padding: 26px 43px 40px 43px;
	background: #dbd7d2;
	text-align: center;
}
.thumb-pad1-2 .thumbnail .caption .title {
	font: 600 30px 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 7px;
}
.thumb-pad1-2 .thumbnail .caption p {
	color: #7f8080;
}
.thumb-pad2 {
	margin: 0;
	padding: 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;
}
.thumb-pad2 .thumbnail .caption .title2 {
	font: 15px 'Open Sans';
	text-transform: uppercase;
	color: #757575;
	margin-bottom: 4px;
}
.thumb-pad2 figure {
	margin: 0 27px 0 0;
	float: left;
}
.thumb-pad3 {
	overflow: hidden;
}
.thumb-pad3 .badge {
	position: relative;
	padding: 12px 0 18px 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	background: #a94849;
	display: inline-block;
	font: 300 40px/40px 'Open Sans';
	color: #ffffff;
	float: none;
	margin-right: 28px;
	float: left;
}
.thumb-pad3 .badge span {
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	color: #c98b8c;
	display: block;
	font-weight: normal;
	margin: 6px 0 0 0;
	position: relative;
	padding: 0;
}
.thumb-pad3 .badge > div {
	padding-bottom: 0;
}
.thumb-pad3 .badge em {
	display: inline-block;
	width: 12px;
	height: 15px;
	position: absolute;
	top: 14px;
	right: -12px;
	background: url(../img/tr3.png) no-repeat;
}
.thumb-pad3 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad3 .thumbnail .caption .title {
	font: 300 20px/25px 'Open Sans';
	color: #242a2e;
	text-transform: uppercase;
	margin-bottom: 0;
}
.thumb-pad3 .thumbnail .caption .description {
	font: 15px 'Open Sans';
	color: #a94849;
	margin-bottom: 0;
	text-transform: uppercase;
}
.thumb-pad3-1 {
	margin: 0 0 45px 0;
	overflow: hidden;
}
.thumb-pad3-1 .badge {
	position: relative;
	padding: 10px 0 10px 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	background: #a94849;
	width: 170px;
	display: inline-block;
	font: 300 30px/30px 'Open Sans';
	color: #ffffff;
	float: none;
	margin-right: 28px;
	float: left;
}
.thumb-pad3-1 .badge span {
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	color: #c98b8c;
	display: block;
	font-weight: normal;
	margin: 6px 0 0 0;
	position: relative;
	padding: 0;
}
.thumb-pad3-1 .badge > div {
	padding-bottom: 0;
}
.thumb-pad3-1 .badge em {
	display: inline-block;
	width: 12px;
	height: 15px;
	position: absolute;
	top: 17px;
	right: -12px;
	background: url(../img/tr3.png) no-repeat;
}
.thumb-pad3-1.indent {
	margin-bottom: 0;
}
.thumb-pad3-1 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3-1 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad3-1 .thumbnail .caption .title {
	font: 300 20px/25px 'Open Sans';
	color: #242a2e;
	text-transform: uppercase;
	margin-bottom: 12px;
	letter-spacing: -1px;
}
.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 45px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 40px 0;
	padding-bottom: 22px;
	overflow: hidden;
	background: #dbd7d2;
	text-align: center;
}
.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 20px;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption a {
	font: 600 30px 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #7f8080;
}
.thumb-pad5 .thumbnail .caption p {
	margin: 7px 0 0 0;
	color: #7f8080;
}
.thumb-pad5 figure {
	margin: 0 0 18px 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;
	position: relative;
}
.thumb-pad6 .thumbnail .caption a {
	text-transform: uppercase;
	font: 300 20px 'Open Sans';
	color: #242a2e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption a:hover {
	color: #a94849;
}
.thumb-pad6 figure {
	margin: 0 80px 0 0;
	float: left;
	position: relative;
}
.thumb-pad7 {
	margin: 0 0 73px 0;
	overflow: hidden;
}
.thumb-pad7 .badge {
	position: relative;
	padding: 12px 0 18px 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	background: #a94849;
	width: 70px;
	display: inline-block;
	font: 300 40px/40px 'Open Sans';
	color: #ffffff;
	float: none;
	margin-right: 28px;
	float: left;
}
.thumb-pad7 .badge span {
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	color: #c98b8c;
	display: block;
	font-weight: normal;
	margin: 6px 0 0 0;
	position: relative;
	padding: 0;
}
.thumb-pad7 .badge > div {
	padding-bottom: 0;
}
.thumb-pad7 .badge em {
	display: inline-block;
	width: 12px;
	height: 15px;
	position: absolute;
	top: 14px;
	right: -12px;
	background: url(../img/tr3.png) no-repeat;
}
.thumb-pad7 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 8px 0 0 0;
	background: none;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .lnk {
	font: 20px/25px 'Open Sans';
	color: #a94849;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .lnk:hover {
	color: #242a2e;
}
.thumb-pad7 .thumbnail > p {
	text-transform: uppercase;
	font-size: 15px;
	color: #242a2e;
	margin: 6px 0 28px 0;
}
.thumb-pad7 .thumbnail > p a {
	color: #242a2e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail > p a:hover {
	color: #a94849;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption .btn-default.btn1 {
	margin-top: 46px;
}
.thumb-pad7 figure {
	margin: 0 0 30px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 43px 0;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad8 .thumbnail .caption time {
	font: 15px 'Open Sans';
	color: #242a2e;
}
.thumb-pad8 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad8 figure {
	margin: 0 21px 0 0;
	float: left;
}
/* btn
========================================================*/
.btn-default.btn1 {
	position: relative;
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 30px 0 87px;
	font: 15px/53px 'Open Sans';
	margin: 0;
	border-radius: 0;
	color: #242a2e;
	background: #f1e7d9;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1 i {
	width: 54px;
	height: 53px;
	background: #242a2e;
	text-align: center;
	line-height: 53px;
	color: #ffffff;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 0;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #242a2e;
	text-decoration: none;
}
.btn-default.btn2 {
	position: relative;
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 30px 0 87px;
	font: 15px/53px 'Open Sans';
	margin: 46px 0 0 0;
	border-radius: 0;
	color: #242a2e;
	background: #f1e7d9;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 i {
	width: 54px;
	height: 53px;
	background: #242a2e;
	text-align: center;
	line-height: 53px;
	color: #ffffff;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 0;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #242a2e;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0 0 34px 0;
	padding: 0;
	list-style: none;
}
.list1.indent {
	padding: 40px 0 6px 0;
}
.list1.indent1 {
	padding: 40px 0 0 0;
	margin-bottom: 0;
}
.list1.indent2 {
	margin: 0 0 64px 0;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	padding-left: 40px;
	background: url(../img/list_arrow.png) 15px 5px no-repeat;
}
.list1 li a {
	color: #3e454c;
	font: 300 15px 'Open Sans';
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #a94849;
}
.list2 {
	margin: 0 0 21px 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0;
	padding: 33px 34px 33px 42px;
	background: #f4f5f5;
	overflow: hidden;
}
.list2 li .box1 {
	float: left;
	width: 65%;
}
.list2 li .box1 .title {
	font: 300 20px 'Open Sans';
	text-transform: uppercase;
	color: #242a2e;
	margin-bottom: 5px;
}
.list2 li .box1 a {
	font: 300 15px 'Open Sans';
	text-transform: uppercase;
	color: #a94849;
	position: relative;
}
.list2 li .box1 a::after {
 position: absolute;
 right: -10px;
 top: 6px;
 width: 5px;
 height: 9px;
 background: url(../img/tr2.png) right 0 no-repeat;
 content: '';
}
.list2 li .box1 a:hover {
	color: #242a2e;
}
.list2 li .box2 {
	float: right;
	width: 35%;
}
.list2 li .box2 .title {
	font: 600 30px 'Open Sans';
	color: #a94849;
	margin: -3px 0 0 0;
}
.list2 li .box2 .description {
	font: 300 15px 'Open Sans';
	color: #242a2e;
	text-transform: uppercase;
	margin: -6px 0 0 0;
}
.list2 li:first-child + li {
	background: #fafafa;
}
.list2 li:first-child + li + li + li {
	background: #fafafa;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.list3::after {
 position: absolute;
 left: 0;
 top: 0;
 width: 1px;
 height: 100%;
 background: #ffffff;
 content: '';
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0;
	padding: 54px 0;
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
}
.list3 li::after {
 position: absolute;
 right: 0;
 top: 0;
 width: 1px;
 height: 100%;
 background: #ffffff;
 content: '';
}
.list3 li a {
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 2px;
}
.list4 li a {
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #4d5b64;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list4 li a:hover {
	color: #a94849;
}
.list4-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../img/list_arrow2.png) left 8px no-repeat;
}
.list4-1 li a {
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #4d5b64;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list4-1 li a:hover {
	color: #a94849;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 25px 0;
	overflow: hidden;
}
.list5 li strong {
	font-size: 80px;
	color: #242a2e;
	margin-right: 20px;
	width: 90px;
	float: left;
}
.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 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b5b5b5;
	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;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
}
.list7 li span {
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 100%;
	background: #53afee;
	color: #ffffff;
	font: 40px/68px 'Roboto Condensed';
	display: inline-block;
	float: left;
	margin: 5px 30px 0 0;
	text-align: center;
}
.list8 {
	margin: 0 0 38px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 39px 0;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.list_carousel1 .foo {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 .foo > li {
	position: relative;
	float: left;
	cursor: default;
	margin-right: 0;
	padding: 0;
	background: transparent;
}
.list_carousel1 .foo > li figure {
	float: left;
	margin-right: 22px;
}
.list_carousel1 .foo > li p {
	font: italic 300 24px 'Open Sans';
	color: #31353d;
	margin-bottom: 18px;
}
.list_carousel1 .foo > li a {
	font: 600 24px 'Open Sans';
	color: #a94849;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .foo > li a:hover {
	color: #31353d;
}
.list_carousel1 .foo > li .extra-wrap {
	padding-top: 23px;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
	margin-bottom: 58px !important;
	overflow: visible !important;
}
.list_btn2 .prev, .list_btn2 .next {
	display: inline-block !important;
	cursor: pointer;
	margin: 0;
	font-size: 40px;
	color: #242a2e;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .prev:hover, .list_btn2 .next:hover {
	color: #a94849;
}
.list_btn2 .prev {
	float: left;
	left: 0;
	margin-left: 2px;
}
.list_btn2 .next {
	float: right;
	right: 0;
	margin-right: 2px;
}
/* search
========================================================*/
#search-404 {
	padding: 28px 0 64px 0;
	margin: 0;
	position: relative;
}
#search-404 a {
	width: 47px;
	height: 47px;
	background: #a94849;
	text-align: center;
	line-height: 47px;
	font-size: 25px;
	color: #ffffff;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	background: #252b2f;
}
#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;
	width: 380px;
	float: left;
	outline: none;
	background: #f4f3f1;
	border: 1px solid #f4f3f1;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #b5b5b5;
	padding: 13px 15px;
	height: 47px;
	resize: none;
}
#search {
	padding: 20px 0 0 0;
	margin: 0;
	float: right;
	position: relative;
}
#search a {
	width: 47px;
	height: 47px;
	background: #a94849;
	text-align: center;
	line-height: 47px;
	font-size: 25px;
	color: #ffffff;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	background: #252b2f;
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 227px;
	float: left;
	outline: none;
	background: #f4f3f1;
	border: 1px solid #f4f3f1;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #b5b5b5;
	padding: 13px 15px;
	height: 47px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 440px;
	margin-bottom: 73px;
}
.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 'Arial', "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: 36px;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	display: inline-block;
	width: 110px;
}
.info p a {
	color: #a94849;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #31353d;
}
.mail {
	color: #a94849;
	font: 14px 'Arial', "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: #31353d;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 57px 0 0 0;
	overflow: hidden;
}
footer p {
	font: 300 18px 'Open Sans';
	color: #ffffff;
	float: left;
	margin: 4px 0 0 0;
}
footer p a {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #a94849;
}
footer em {
	font-style: normal;
}
footer figure {
	float: left;
	margin-right: 44px;
}
footer .title {
	font: 20px 'Open Sans';
	color: #a94849;
	text-transform: uppercase;
	margin: 0 0 26px 0;
	float: none;
	display: block;
}
footer .col-lg-3 {
	margin-bottom: 45px;
}
.follow_icon {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.follow_icon li {
	float: left;
	margin: 0 0 0 11px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li a {
	width: 55px;
	height: 53px;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover img {
	margin-top: -53px;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 .list_btn2 .prev,  .list_btn2 .next {
 top: auto;
 bottom: 0;
}
 .list_btn2 .next {
 right: 40%;
}
 .list_btn2 .prev {
 left: 40%;
}
 .thumb-box3 .maxheight {
 height: auto;
 padding-bottom: 15px;
}
 .thumb-pad5 .thumbnail .caption a {
 font-size: 21px;
}
 .thumb-box10 .title {
 white-space: normal;
 font-size: 35px;
 line-height: 40px;
}
 .thumb-box10 .title span {
 font-size: 36px;
}
 .thumb-box10 .title span i {
 font-size: 36px;
}
 #search-404 input {
 width: 320px;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .list_btn2 .prev,  .list_btn2 .next {
 top: auto;
 bottom: 0;
}
 .list_btn2 .next {
 right: 40%;
}
 .list_btn2 .prev {
 left: 40%;
}
 .thumb-box3 .maxheight {
 height: auto;
 padding-bottom: 15px;
}
 .list3 li {
 width: 50%;
 border-top: 1px solid #ffffff;
}
 .thumb-box10 .title {
 white-space: normal;
 font-size: 35px;
 line-height: 40px;
}
 .thumb-box10 .title span {
 font-size: 36px;
}
 .thumb-box10 .title span i {
 font-size: 36px;
}
 .thumb-box12 .box {
 background: none;
}
 #search-404 input {
 width: 320px;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 border: none;
 float: none;
 background: none;
 padding: 0;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 header #search {
 float: none;
 display: inline-block;
}
 header .box .lnk {
 float: none;
 margin-bottom: 10px;
}
 header .box div {
 float: none;
 text-align: center;
 display: block;
}
 header .box div p {
 float: none !important;
 display: inline-block;
 margin-bottom: 5px !important;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0;
 width: 100%;
 border: 1px solid #a94849;
 background: #a94849;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
 text-transform: uppercase;
}
 .list_btn2 .prev,  .list_btn2 .next {
 top: auto;
 bottom: 0;
}
 .list_btn2 .next {
 right: 40%;
}
 .list_btn2 .prev {
 left: 40%;
}
 .list_carousel1.responsive .caroufredsel_wrapper {
 margin-bottom: 88px !important;
}
 .list_carousel1 .foo > li figure {
 float: none;
 margin-right: 0;
}
 .list_carousel1 .foo > li {
 text-align: center;
}
 footer .col-lg-3 {
 height: auto !important;
}
 .thumb-box3 .maxheight {
 height: auto;
 padding-bottom: 15px;
}
 .list3 li {
 width: 50%;
 border-top: 1px solid #ffffff;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-box10 .box {
 background: none;
}
 .thumb-box10 .col-lg-8 {
 text-align: center;
}
 .thumb-box10 .title {
 white-space: normal;
 font-size: 35px;
 line-height: 40px;
}
 .thumb-box10 .title span {
 font-size: 36px;
}
 .thumb-box10 .title span i {
 font-size: 36px;
}
 .thumb-box12 .box {
 background: none;
}
 .content_map {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 40px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .list3 li {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-box1 .box.box1 .title {
 font-size: 25px;
}
 .list_btn2 .next {
 right: 30%;
}
 .list_btn2 .prev {
 left: 30%;
}
 .thumb-pad6 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad6 figure::after {
 content: none;
 display: none;
}
 .thumb-pad7 .badge {
 margin: 0 0 20px 0;
 float: none;
}
 #search-404 input {
 width: 240px;
}
 footer {
 text-align: center;
}
 footer figure,  footer p {
 float: none;
 margin-right: 0;
}
 footer .follow_icon {
 display: inline-block;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .list_carousel1 .foo > li p {
 font-size: 16px;
}
 .thumb-pad6 figure img {
 width: 100%;
}
 .thumb-pad8 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
