/* Landing page Design */

.startcast-landing .banner-logo {
  background: url(../../../images/startcast_logo.png) center no-repeat;
  background-size: cover;
  height: 327px;
}
.startcast-landing .content-section {
  max-width: 1137px;
  margin: 73px auto 97px;
  clear: both;
}
.center-container {
  max-width: 700px;
  margin: 0 auto;
}
.header-section.center-container {
  text-align: center;
  margin-bottom: 37px;
}
.header-section.center-container p {
  font: 18px/26px roboto-regular;
  color: #666;
}
.header-section.center-container .green-title {
  margin-bottom: 32px;
}
.listing-section {
  margin: 0 -15px -80px;
}
.season-item {
  width: 359px;
  float: left;
  margin: 0 15px 80px;
}
.season-item .image img {
  width: 359px;
  height: 202px;
}
.season-item .list-content {
  background: #f2f2f2;
  min-height: 126px;
  height: 100%;
  padding: 20px 30px;
}
.season-item .list-title {
  font: 14px roboto-bold;
  color: #98c93c;
}
.season-item .title-date {
  margin-bottom: 10px;
}
.season-item .date {
  font: 14px roboto-regular;
  color: #808080;
}
.season-item .pipe {
  padding: 0 6px 0 3px;
}
.season-item .desc {
  font: 18px/26px roboto-regular;
  color: #4d4d4d;
}
/* End of Landing page design */

/*Responsive Design*/
@media only screen and (max-width: 1199px) {
  .startcast-landing .content-section {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .startcast-landing .content-section {
    padding: 0 15px;
  }
  .season-item {
    width: 33.33%;
    padding: 0 15px;
    margin: 0 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px){
  .season-item{
    padding: 0 14px;
  }
}
@media only screen and (max-width: 991px) {
  .header-section.center-container p {
    font: 16px/22px roboto-regular;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .startcast-landing .content-section {
    padding: 0 15px;
  }
  .season-item {
    width: 50%;
    margin: 0 0 60px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .startcast-landing .content-section {
    margin: 48px 0 0;
  }
  .listing-section {
    margin: 0 auto;
  }
  .season-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .startcast-landing .banner-with-logo .banner-logo {
    width: 140px;
    height: 150px;
  }
}
/* End of Responsive Styling */