/*$$__TEMPLATE_RESOURCE_START__$$*/
/*$$START[block-553785cba3ddb*/
.main-visual {
  position: relative;
  z-index: 1;
}
.main-visual ul {
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-visual ul li{
  margin: 0;
}
.main-visual ul li .main-visual-slogen-wrapper .container {
  padding-top: 15px;
  padding-bottom: 40px;
}
.main-visual ul li .main-visual-slogen-wrapper .container * {
  /*margin: 0;*/
}
.main-visual .banner-cycle-pager {
  position: absolute;
  z-index: 2;
}
.main-visual .banner-cycle-pager {
  bottom: 0;
  text-align: center;
  width: 100%;
  margin: 0;
}
.main-visual .banner-cycle-pager span {
  padding: 11px;
  background-position: -10px 0;
  line-height: 0;
  font-size: 0;
  text-indent: -9999em;
  display: inline-block;
  cursor: pointer;
}
.main-visual .banner-cycle-pager span.cycle-pager-active{
  background-position: -54px 0;
}
/*]END$$*/

/*$$START[block-59c0c4ea2ab85*/
.breadcrumb-nav {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  margin-top: 40px;
}
.breadcrumb-nav a {
  position: relative;
  z-index: 1;
  padding-right: 10px;
  line-height: 17px;
  margin-right: 5px;
  text-decoration: none;
  padding-left: 7px;
  margin-left: 7px;
  color: #666666;
}
.breadcrumb-nav a span {
  position: absolute;
  right: -2px;
  top: -1px;
}
.main h1, .main h2 {
  margin-top: 0;
}
.breadcrumb-nav a:first-child {
  padding-left: 0;
  margin-left: 0;
}
/*]END$$*/
/*$$__TEMPLATE_RESOURCE_END__$$*/

/*bg-color box css*/
.content-box {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.date-wrapper {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    right: 20px;
    color: #fff;
}

span.icon-left {
    margin-left: 20px;
    display: inline-block;
}
/*bg-color box css*/

/*load more button style*/

.load-more-wrapper {
    text-align: center;
    /*margin: 50px 0;*/
    margin: 0 0 50px 0;
}

a.load-more:after {
    content: '\f107';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-family: Fontawesome;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #9d855a;
    font-size: 2em;
}

a.load-more:hover:after{
    background: #9c855d;
    color: #fff;   
}

a.load-more {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 42px;
    height: 42px;
}

.x-list.has-load-more .x-list-item:nth-child(-n+9) {
    display: block;
}
.x-list.has-load-more .x-list-item {
    display: none;
}
.x-list.has-load-more .x-list-item.show {
    display: block;
}

/*load more button style*/

/*filer section news&events*/
.filter-wrapper {
  float: right;
  margin-bottom: 20px;
}

.filter-wrapper span.filter-text {
  height: 100%;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 15px;
}

.filter-wrapper .year-wrp,
.filter-wrapper .month-wrp {
  display: inline-block;
}

.filter-wrapper .year-wrp, .filter-wrapper .month-wrp {
  width: 135px;
  margin-right: 25px;
}

a.butn-linkto {
    border-radius: 0;
    background: #269ca4;
    border: none;
    color: #fff;
    line-height: 36px;
    font-size: 1em;
    font-weight: normal;
    display: inline-block;
    letter-spacing: normal;
    padding: 7px 30px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
    margin-bottom: 45px;
}

a.butn-linkto:hover{
     background: #9c855d;
     color: #fff;
}
/*filer section news&events*/



/*Event date start css*/
.content-wrapper .left-section {
    width: 49%;
    float: left;
}

.content-wrapper .right-section {
    width: 49%;
    float: right;
}

.content-wrapper .left-section.event-time {
    width: 100%;
    float: left;
}

.content-wrapper .right-section.event-location {
    width: 100%;
    float: left;
}

.x-list.x-list-simple-testimonials .news-item-content.news-description {
    float: left;
}


/*Event date end css*/