#big-carousel .slider {
  margin: 0 0 40px 0;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  min-height: 300px;
}
#big-carousel .slider section {
  box-sizing: border-box;
  padding: 0;
  position: relative;
}
#big-carousel .slider .nav-bullets {
  position: absolute;
  bottom: 18px;
  right: 18px;
}
#big-carousel .slider .nav-arrows {
  display: none;
}
#big-carousel .slider .nav-bullets a {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 5px 0 0;
}
#big-carousel .slider .nav-bullets a:hover {
  text-decoration: none;
  background-color: #0971ce;
}
#big-carousel .slider .nav-bullets a.active {
  background-color: #0971ce;
}
#big-carousel .slider .nav-bullets a span {
  display: none;
}
#big-carousel .slider section img {
  height: auto;
  max-width: 100%;
  width: 100%;
  display: block;
}
#big-carousel .slider section aside {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  box-sizing: border-box;
  max-width: 50%;
  padding: 20px;
  padding-right: 60px;
  position: absolute;
  right: 0;
  display: table;
}
#big-carousel .slider section aside h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin: 0;
  padding: 0;
}
#big-carousel .slider section aside h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 15px 0 0 0;
  padding: 0;
}
#big-carousel .slider section aside h3 a {
  color: #000;
}

#new-releases {
}
#new-releases h2 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}
#new-releases .slider {
}
#new-releases .slider button {
  border: none;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 30px;
}
#new-releases .slider button.slick-prev {
  left: -40px;
  background: url(/wp-content/themes/mediasetdistribution-theme/assets/img/nav-arrow-left.png) no-repeat;
  background-size: contain;
  background-position: 0 60px;
}
#new-releases .slider button.slick-next {
  right: -40px;
  background: url(/wp-content/themes/mediasetdistribution-theme/assets/img/nav-arrow-right.png) no-repeat;
  background-size: contain;
  background-position: 0 60px;
}
#new-releases .slider button.slick-disabled {
  opacity: 0.2;
}
#new-releases .slider div {
  padding: 0;
  margin: 0;
}
#new-releases .slider div section {
  display: table;
  position: relative;
}
#new-releases .slider div section img {
  height: 185px;
}
#new-releases .slider div section h3 {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #000;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: center;
}

.banner-hp-container {
  margin-bottom: 20px;
  margin-top: -20px;
}
.banner-hp-container .banner-hp-text p {
  margin-bottom: 5px;
}
.banner-hp-image-link {
  text-align: center;
  margin: auto;
}
.banner-hp-image-link img {
  max-height: 100px;
  width: auto;
  max-width: 100%;
}

/*-----  MEDIA QUERIES ----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
  /*-----  CONTENT ----------------------------------------------------------------------------------*/
  #mainContent .wrapper {
    padding-top: 50px;
  }

  #big-carousel .slider .nav-bullets {
    bottom: 12px;
    right: 12px;
  }
  #big-carousel .slider .nav-bullets a {
    height: 12px;
    width: 12px;
    margin: 0 5px 0 0;
  }
  #big-carousel section aside {
    padding: 15px;
    padding-right: 60px;
  }
  #big-carousel section aside h2 {
    font-size: 32px;
    line-height: 41px;
  }
  #big-carousel section aside h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 0 0;
  }

  #new-releases .slider button.slick-prev {
    background-position: 0 48px;
  }
  #new-releases .slider button.slick-next {
    background-position: 0 48px;
  }
  #new-releases .slider div {
  }
  #new-releases .slider div section img {
    height: 150px;
  }
  /*-------------------------------------------------------------------------------------------------*/
}

@media screen and (max-width: 1024px) {
  /*-----  CONTENT ----------------------------------------------------------------------------------*/
  #mainContent .wrapper {
    padding-top: 60px;
  }

  #big-carousel .slider .nav-arrows {
    display: inline;
  }
  #big-carousel .slider .nav-arrows a:hover {
    text-decoration: none;
    color: #0971ce;
  }
  #big-carousel .slider .nav-arrows .nav-prev {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    display: table;
    font-size: 40px;
    height: 100%;
    left: 0;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    width: 50px;
  }
  #big-carousel .slider .nav-arrows .nav-prev.disabled {
    display: none;
  }
  #big-carousel .slider .nav-arrows .nav-prev span {
    display: table-cell;
    vertical-align: middle;
  }
  #big-carousel .slider .nav-arrows .nav-next {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    display: table;
    font-size: 40px;
    height: 100%;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
  }
  #big-carousel .slider .nav-arrows .nav-next.disabled {
    display: none;
  }
  #big-carousel .slider .nav-arrows .nav-next span {
    display: table-cell;
    vertical-align: middle;
  }

  #big-carousel .nav-bullets {
    display: none;
    /*
		bottom: 12px;
		right: 12px;
		*/
  }

  #big-carousel section aside {
    padding: 15px;
    padding-right: 50px;
  }
  #big-carousel .slider section aside h2 {
    font-size: 32px;
    line-height: 41px;
  }
  #big-carousel .slider section aside h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 0 0;
  }

  #new-releases .slider button.slick-prev {
    background-position: 0 35px;
  }
  #new-releases .slider button.slick-next {
    background-position: 0 35px;
  }
  #new-releases .slider div section img {
    height: 120px;
  }
  /*-------------------------------------------------------------------------------------------------*/
}

@media screen and (max-width: 768px) {
  /*-----  CONTENT ----------------------------------------------------------------------------------*/
  #mainContent .wrapper {
    padding: 0;
    min-height: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #big-carousel {
    position: relative;
  }
  #big-carousel .slider {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
  }
  #big-carousel .slider .nav-arrows {
    display: none;
  }
  #big-carousel .mobile-arrow-left {
    background: url(/wp-content/themes/mediasetdistribution-theme/assets/img/mobile-swipe-left.png) no-repeat;
    background-size: contain;
    height: 50px;

    display: none;

    width: 50px;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 1;
    animation: arrowCarouselAni 3s infinite;
    -webkit-animation: arrowCarouselAni 3s infinite;
    -moz-animation: arrowCarouselAni 3s infinite;
    -o-animation: arrowCarouselAni 3s infinite;
  }

  #big-carousel .slider .nav-bullets {
    display: none;
  }
  #big-carousel .slider section {
    float: left;
  }
  #big-carousel .slider section aside {
    padding: 10px;
    max-width: none;
    position: static;
    width: 100%;
    background-color: #000;
    color: #fff;

    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
  }
  #big-carousel .slider section aside h2 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #big-carousel .slider section aside h3 {
    font-size: 14px;
    margin: 8px 0 0 0;
  }
  #big-carousel .slider section aside h3 a {
    color: #fff;
  }

  #new-releases h2 {
    color: #0971ce;
    text-align: center;
    padding: 5px 0;
  }
  #new-releases .slider {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #new-releases .slider div {
    display: block;
    float: left;
  }
  #new-releases .slider div section {
    display: block;
  }
  #new-releases .slider div section img {
    height: 300px;
    display: block;
    font-size: 0;
  }
  #new-releases .slider div section h3 {
    display: none;
  }
  /*-------------------------------------------------------------------------------------------------*/
}

@media screen and (min-width: 1281px) {
  #big-carousel .slider {
    min-height: 420px;
  }
}

.display-none {
  display:none;
}
