body{
	background-color: #f8f8f8;
}


#title-spacer{
	background-image: url("/storage/img/LH-home-bg-modify.jpg");
	height: 240px;
	padding-top: 90px;
}

@media screen and (max-width: 1366px){ #title-spacer {background-image:url("/storage/img/header_title_1366.jpg") !important;} }
@media screen and (max-width: 768px){ #title-spacer {background-image:url("/storage/img/header_title_768.jpg") !important;} }
@media screen and (max-width: 480px){ #title-spacer {background-image:url("/storage/img/header_title_480.jpg") !important;} }

#title-spacer h1{
	color: #111;
}

#title-spacer li{
	line-height: 25px;
    display: inline-block;
    list-style: none;
    font-size: 0.75em;
	color: #333;
}

#content-spacer #nav-1 li{
	line-height: 25px;
    display: inline-block;
    list-style: none;
    font-size: 1em;
	color: #fff;
	z-index: 0;
}

#title-spacer li a{
	line-height: 25px;
    display: inline-block;
    margin: 0 8px 0 5px;
}

#content-spacer li a{
	line-height: 25px;
    display: inline-block;
}

#breadcrumb-spacer{
	background-color:#626262;
	height: 68px;
	border-bottom: 0.5em solid #b37642;
}

@media screen and (max-width: 480px){
	#breadcrumb-spacer{
		background-color:#626262;
		height: 128px;
	}
	a.nav-item.nav-link {
		width: 50%;
	}
}

nav {
    border-bottom: 0.5em solid #b37642;
}

.nav-tabs .nav-item {
    margin-bottom: 0px;
}

nav > .nav.nav-tabs{

    border: none;
    color:#fff;
    background:#626262;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 1.125em 1.5625em;
    color:#fff;
    background:#626262;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active{
	background:#b37642;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -3.75em;
  left: -10%;
  /*border: 15px solid transparent;*/
  border-top-color: #b37642;
}
.tab-content{
    line-height: 1.5625em;
    /*border-bottom: 8px solid #b37642;*/
    padding:1.875em 1.5625em;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #b37642;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.pt-3, .py-3 {
    padding-top: 0rem !important;
}

#content-spacer img {
	width: 100%;
}


#content-spacer  .eventinfo {
	color: #333;
	font-size: 1.125em;
	padding-bottom: 0.625em;
	border-bottom: 0.0625em solid #f8f8f8;
}

.title {
	border-bottom: 0.0625em solid #f8f8f8;
	padding-bottom: 0.4375em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 2.625em;
    max-height: 9.375em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.title p{
	font-size: 1.25em;
	font-weight: 600;
	color: #333;
}

#content-spacer  .single-feature {
  background: #fff;
  margin-bottom: 1.875em;
}

.single-feature {
  border: 0.0625em solid #eaeaea;
  margin-bottom: 1.875em;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-feature:hover {
  -webkit-box-shadow: 0 0 1.875em rgba(0, 0, 0, .1);
  box-shadow: 0 0 1.875em rgba(0, 0, 0, .1);
}


#content-spacer .single-feature h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
	padding-top: 0.625em;
	min-height: 3.125em;
}

#content-spacer .single-feature .title .lnr {
  color: #222;
  font-weight: 600;
  font-size: 1.25em;
  margin-right: 0.625em;
}

#content-spacer .single-feature p {
  margin-bottom: 0em;
  margin-top: 0.9375em;
  text-align: left;
}

#content-spacer .single-feature p .fa {
  margin: 0 0.5em 0 0.8em;
}

#content-spacer .single-feature p .fa:first-child {
  margin: 0 0.5em 0 0;
}

#content-spacer .single-feature:hover {
  cursor: pointer;
	  box-shadow: 0em 0.625em 1.25em 0em rgba(0, 0, 0, 0.2);
}

#content-spacer .single-feature:hover h4, #content-spacer .single-feature:hover .lnr {
  color: #003653;
}

.event-preview {
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5625em;
    max-height: 9.375em;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
	color:#999;
}

.pb-20 {
    padding-bottom: 1.25em;
}

.pt-20{
	padding-top: 1.25em;
}

nav#paginations{
	border: none;
	width: auto;
    margin: 0 auto;
}

nav#paginations li a {
    margin-right: 0px;
}

.myaccordion {
  margin: 20px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 1.125em;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #b37642;
  padding: 0;
  font-size: 0.66em;

}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.panel li{
	color:#333;
	display: block;
}

.panels{
	font-size:2em;
	text-align: center;
	padding: 50px 0;
}

#space2{
	display: block;
}

@media screen and (max-width:768px){
	#space2{
		display: none;
	}
	.myaccordion .btn {
		font-size: 0.3em;
	}
}

#title-spacer a{
	color: #bbb;
}

.nav_bar {
	top: 94px;
	position: fixed;
	z-index: 1;
	width: 1110px;
}

.nav_bars {
	top: 94px;
	position: fixed;
	z-index: 1;
	width: 100%;
}

.nav_bar_p {
	top: 94px;
	position: fixed;
	z-index: 1;
	width: 690px;
}

.nav_bars_p {
	top: 94px;
	position: fixed;
	z-index: 1;
	width: 100%;
}

.nav_bar_1024 {
	top: 94px;
	position: fixed;
	z-index: 1;
	width: 930px;
}

.nav_bars_1024 {
	top: 94px;
	position: fixed;
	z-index: 1;
	width: 100%;
}

.nav_bar_m {
	top: 66px;
	position: fixed;
	z-index: 1;
	width: 93.75%;
}

.nav_bars_m {
	top: 66px;
	position: fixed;
	z-index: 1;
	width: 100%;
}

.nav_bar_360 {
	top: 66px;
	position: fixed;
	z-index: 1;
	width: 91.66%;
}

.nav_bars_360 {
	top: 66px;
	position: fixed;
	z-index: 1;
	width: 100%;
}

.bg-black{
    background-color: #9a815c;
    position: absolute;
    top: 4.6em;
    z-index: 0;
    text-align: center;
    width: 14em;
    height: 2em;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 2.1em;
    border-radius: 0 20px 20px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 9.375em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#title-spacer{
  background-image: url("/storage/img/LH-home-bg-modify.jpg");
  height: 15em;
  padding-top: 5.625em;
  }
  h4 {
      color: #0000CC;
  }
  h3, h4, h5, p {
      font-weight:bold;
  }
@media screen and (max-width: 85.375em){ #title-spacer {background-image:url("/storage/img/header_title_1366.jpg") !important;} }
@media screen and (max-width: 48em){ #title-spacer {background-image:url("/storage/img/header_title_768.jpg") !important;} }
@media screen and (max-width: 30em){ #title-spacer {background-image:url("/storage/img/header_title_480.jpg") !important;} }

  .mbsc-mobiscroll.mbsc-ms-b .mbsc-ms-item-sel {
  border-bottom-color: #b37642;
}
#content-spacer li a {
  padding: .75em .5em;
}
.mbsc-ms-item {
  padding: 0 !important;
}

.custom_cursor_pointer_style_01 {
  cursor: pointer;
}

.custom_div_width_95_style_01 {
  width:95%;
}

.custom_p_text_style_01{
  text-indent: 1em;
}

.custom_color_black_style_01 {
  color:black;
}
