.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;				/* JN: Changed 04-OCT-16; original value was: 28 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_caroufredsel {
  overflow: hidden;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0 0 0 -30px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: inherit !important;
}
.list_carousel ul li {
  padding: 0 0 0 30px;
  margin: 0;
  display: block;
  float: left;
}
.mod_caroufredsel.custom {
  padding-top: 11px;
  padding-bottom: 44px;
  position: relative;
}
.mod_caroufredsel.custom .item_content {
  background: #f4f2ec;
  color: #958b92;
  overflow: hidden;
  position: relative;
}
.mod_caroufredsel.custom .item_content .item_img {
  margin: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mod_caroufredsel.custom .item_content .itemContent {
  background: #f4f2ec;
  overflow: hidden;
  padding: 28px 30px 40px;
  position: relative;
  z-index: 9;
}
.mod_caroufredsel.custom .item_content .itemContent .item_title {
  color: #958b92;
  max-width: 140px;
}
.mod_caroufredsel.custom .item_content .itemContent .readmore {
  position: absolute;
  bottom: 17px;
  right: 16px;
  background: url(../images/template/readmore.png) 0 0 no-repeat;
  width: 16px;
  height: 19px;
  font-size: 0;
  line-height: 0;
  text-decoration: none !important;
}
.mod_caroufredsel.custom .item_content .itemContent .readmore:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mod_caroufredsel.custom .item_content:hover .item_img {
  margin-right: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mod_caroufredsel.custom .caroufredsel_prev,
.mod_caroufredsel.custom .caroufredsel_next {
  bottom: 0;
  height: 26px;
  width: 13px;
  margin: 0;
  background: url(../images/template/navigation.png) no-repeat;
}
.mod_caroufredsel.custom .caroufredsel_prev {
  left: auto;
  right: 23px;
  background-position: 0 bottom;
}
.mod_caroufredsel.custom .caroufredsel_prev:hover {
  background-position: 0 0;
}
.mod_caroufredsel.custom .caroufredsel_next {
  right: 0;
  background-position: right 0;
}
.mod_caroufredsel.custom .caroufredsel_next:hover {
  background-position: right bottom;
}
.mod_caroufredsel.default {
  background: #4d464b;
  color: white;
  margin-top: 30px;
}
.mod_caroufredsel.default .item_content .item_title {
  color: white;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
  padding: 52px 20% 20px;
}
.mod_caroufredsel.default .caroufredsel_pagination {
  background: #3e373c;
  color: white;
  vertical-align: top;
}
.mod_caroufredsel.default .caroufredsel_pagination a {
  background: #f4f2ec;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 18px 4px;
  font-size: 0;
}
.mod_caroufredsel.default .caroufredsel_pagination a:hover,
.mod_caroufredsel.default .caroufredsel_pagination a.selected {
  background: #5b5459;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  position: absolute;
  bottom: 50%;
  display: block;
  height: 20px;
  width: 20px;
  margin: -10px 0 0 0;
  background: #000;
  line-height: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.caroufredsel_prev:hover,
.caroufredsel_next:hover {
  background: #fff;
  color: #000;
}
.caroufredsel_prev span,
.caroufredsel_next span {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.caroufredsel_prev {
  left: 30px;
}
.caroufredsel_next {
  right: 0;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
