/* Homepage */
 .layout-1Column .wide-col {
  padding: 0;
}


@font-face {
  font-family: RawengulkRegular;
  src: url('../fonts/RawengulkRegular.eot') /* EOT file for IE */
}
@font-face {
  font-family: RawengulkRegular;
  src: url('../fonts/RawengulkRegular.ttf') /* TTF file for CSS3 browsers */
}


/* Carousel */
.hp_cs_wrapper {
  position: relative;
}
.hp_cs_wrapper .hp_cs_title {
  color: #EFC882;
  font-size: 40px;
  font-family: RawengulkRegular,Arial,Helvetica,Garuda,sans-serif !important;
  font-weight: normal;
  line-height: 1.0 !important;
  padding-bottom: 2px;
}
.hp_cs_summary {
  position: absolute;
  width: 715px;
  bottom: 6px;
  left: 41px;
}
.hp_cs_text {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.75;
}
.hp_cs_moreLink {
  padding-left: 9px;
  color: #D39F56;
  font-weight: normal;
  font-size: 12px;
}

#hs_carouselWrapper {
  background: #000;
}
#hs_carouselWrapper, .hp_cs_wrapper, .jcarousel-clip, .jcarousel-list li, .jcarousel-item {
  width: 971px;
  height: 345px;
}
#hs_carouselWrapper .jcarousel-paging table td {
  width: auto;
}
.hp_car_hide {
  display: none;
}

.jcarousel-paging {
  bottom: 23px;
  right: 22px;
}
.jcarousel-paging td {
}
.jcarousel-paging a {
  display: block;
  color: #CBCBCB;
  font-weight: bold;
  width: 7px;
  height: 14px;
  padding-left: 7px;
  margin: 0 4px;
  line-height: 14px;
  overflow: hidden;
  text-indent: -9999px;
  background: url('../../images/utility-buttons.png') -240px 0 no-repeat;
}
.jcarousel-paging a:hover {
  text-decoration: none;
}
.jcarousel-paging .jcarousel-paging-active {
  color: #FFF;
  background-position: -220px 0 !important;
}
.jcarousel-paging a.jcarousel-paging-prev, .jcarousel-paging a.jcarousel-paging-next {
  color: #FFF;
  font-weight: normal;
  width: auto;
  padding: 0 4px;
  margin: 0;
  /*overflow: auto;*/
  text-indent: 0;
  background: none;
}

.jcarousel-container {
  position: relative;
}
.jcarousel-clip {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.jcarousel-list {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.jcarousel-list li, .jcarousel-item {
  float: left;
  list-style: none;
}


/* Related News */
.hp_fn_wrapper {
  position: relative;
  padding: 18px 28px 8px 41px;
}

.hp_fn_wrapper .hp_fn_title {
  color: #AE7704;
  font-size: 34px;
  font-family: RawengulkRegular, Arial,Helvetica,Garuda,sans-serif !important;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.0 !important;
  padding-bottom: 10px;
}
.hp_fn_moreLink {
  position: absolute;
  top: 35px;
  right: 28px;
}
.hp_fn_moreLink a {
  color: #AE7704;
  font-size: 11px;
}

.hp_fn_items a {
  color: #5B1F0C;
  font-size: 14px;
  font-weight: bold;
}
.hp_fn_date {
  color: #B95C00;
  font-size: 10px;
  padding-left: 6px;
}

