.homepage {
  height: 100%;
}
.homepage .ui-content {
  padding: 0;
  
}

.ui-content {
  overflow: hidden !important;
}

/*.homepage .homeblock {
  text-decoration: none;
  color: #FFF;
  line-height: 1.0;
  position: relative;
  float: left;
  width: 100%;
}*/

.homepage .homeblock {
    text-decoration: none;
    color: #FFF;
    position: relative;
    clear: both;
    display: block;
    width: 100%;
    outline: none;
}
.homepage .homeblock .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  text-align: center;
  padding: 9px 0;
  z-index: 1;
  color: #FFF;
  text-transform: uppercase;
}
.homepage .homeblock .title.withsub {
  padding: 2px 0;
}
.homepage .homeblock .title.withsub .sub {
  font-size: 12px;
}
/*.homepage .homeblock img {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  -moz-transition: opacity 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  -ms-transition: opacity 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  -o-transition: opacity 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  transition: opacity 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}*/
.homepage .homeblock img {
    z-index: 0;
    width: 100%;
    display: block;
    /*position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms cubic-bezier(0.25, .25, .75, .75);
    -moz-transition: opacity 500ms cubic-bezier(0.25, .25, .75, .75);
    -ms-transition: opacity 500ms cubic-bezier(0.25, .25, .75, .75);
    -o-transition: opacity 500ms cubic-bezier(0.25, .25, .75, .75);
    transition: opacity 500ms cubic-bezier(0.25, .25, .75, .75)*/
}
.homepage .homeblock img.im-0 {
  position: relative;
}
.homepage .homeblock img.active {
  opacity: 1;
}
.homepage .homeblock:hover {
  color: #FFF;
}
.homepage .homeblock.M_DUTTI_NEWSLETTER {
  display: none;
}
/*.homepage .subCatList {
  width: 100%;
  height: auto;
  float: left;
  background: #000;
  display: none;
}*/
.homepage .subCatList {
    width: 100%;
    height: auto;
    clear: both;
    background: #000;
    display: none
}
.homepage .subCatList ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.homepage .subCatList ul > li {
  font-family: Georgia, "Times New Roman", serif;
  color: #CCC;
  border-bottom: solid 1px #ccc;
}
.homepage .subCatList ul > li a {
  width: 100%;
  display: block;
  padding: 12px 0 12px 8px;
  text-decoration: none;
  font-size: 0.9em;
  color: inherit;
}
/*.homepage .subCatList ul > li .sublist {
  padding: 0 0 10px 0;
}
.homepage .subCatList ul > li .sublist li {
  padding: 0 0 0 40px;
  line-height: 5px;
  border-bottom: 0 none;
}*/
.homepage .subCatList ul>li .subSubCatList {
    padding: 0 0 10px
}
.homepage .subCatList ul>li .subSubCatList li {
    padding: 0 0 0 40px;
    line-height: 5px;
    border-bottom: 0 none
}