body {
  padding-top:90px;
}
#page-how-to-watch {
  max-width:970px;
  margin:0 auto;
}

#page-how-to-watch .title {
  width:100%;
}

#page-how-to-watch .section-title {
  float:left;
}

#language-toggle {
  float:right;
  line-height:1.3;
}

#language-toggle a {
  color:#000;
}

#language-toggle a.active {
  color:#e3272a;
  font-weight:bold;
}

#page-how-to-watch .section-title h1 {
  font-size:1.9em;
  line-height:1.3;
  font-family: UnitWebPro-MediumIta, sans-serif;
  text-transform:uppercase;
}

#subtitle {
  color:#e3272a;
}

#country-options {
  width:100%;
  float:right;
}

#country-options {
  font-size:1.1em;
  line-height:1.2em;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  text-align:right;
  padding:10px;
}

#wwe-howtowatch-country-select {
  font-size:1.1em;
  line-height:1.2em;
  background-color:black;
  color:white;
}

#main {
  width:100%;
  background-color:#000;
  position:relative;
  float:left;
}

#how-to-watch-main-image {
  width:50%;
  position:relative;
  float:left;
}

#how-to-watch-main-image img {
  width:100%;
}


#how-to-watch-main-video {
  width:50%;
  position:relative;
  float:right;
}

#howtowatch-main-video {
  width: 100%;
  min-height: 362px;
}

#how-to-watch-filters {
  width:100%;
  clear:both;
}

#how-to-watch-filters .how-to-watch-filter {
  width:20%;
  text-align:center;
  position:relative;
  float:left;
  padding:10px 0px;
}

#how-to-watch-filters .how-to-watch-filter a {
  text-transform:uppercase;
  color:#fff;
}

#how-to-watch-filters .how-to-watch-filter a.active {
  color:#e3272a;
  font-weight:bold;
}

#how-to-watch-providers,
#how-to-watch-providers .provider {
  width:100%;
  position:relative;
  float:left;
  clear:both;
}

#how-to-watch-providers .provider {
  padding:5px 10px;
  margin:5px 0;
  border-bottom:1px solid red;
}


#how-to-watch-providers .provider .logo {
  width:22%;
  max-width:145px;
  position:relative;
  float:left;
  padding-right:5px;
}

#how-to-watch-providers .provider .logo img {
  width:100%;
}

#how-to-watch-providers .provider .description {
  width:45%;
  position:relative;
  float:left;
}

#how-to-watch-providers .provider .datetime {
  width:18%;
  position:relative;
  float:left;
}

#how-to-watch-providers .provider .links {
  width:15%;
  position:relative;
  float:right;
  text-align:center;
}

#how-to-watch-providers .provider .links .buy-now-link {
  background-color: #e3272a;
  padding:2px 5px;
  margin-bottom: 5px;
}

#how-to-watch-providers .provider .links .buy-now-link a {
  color:#fff;
}

#how-to-watch-providers .provider .links .learn-more-link,
#how-to-watch-providers .provider .links .contact-provider-link {
  background-color:#e2e2e2;
  padding:2px 5px;
  margin-bottom: 5px;
}


#how-to-watch-providers .provider .links .learn-more-link a,
#how-to-watch-providers .provider .links .contact-provider-link a {
  color:#e3272a;
  padding:2px 5px;
}

#how-to-watch-providers .provider .contact_provider {
  width:100%;
  max-width:420px;
  margin:auto;
  padding-top:10px;
  clear:both;
  display:none;
}

#how-to-watch-providers .provider .contact_provider a {
  color:#e3272a;
}

#how-to-watch-providers .provider .contact_provider a.close-provider {
  background-color:#e2e2e2;
  float:right;
  font-weight:bold;
  padding:5px 10px;
  margin-top:5px;
}

@media (min-width: 1025px) {
  body {
    padding-top: 90px !important;
  }
}

@media (min-width: 760px) {
  body {
    padding-top: 90px !important;
  }
}

@media (max-width: 767px) {
  #how-to-watch-main-image,
  #how-to-watch-main-video {
    width: 100%;
  }

  #how-to-watch-main-image {
    margin-left:auto;
    margin-right:auto;
  }

  #how-to-watch-providers .provider .logo {
    width: 25%;
  }
  #how-to-watch-providers .provider .description,
  #how-to-watch-providers .provider .datetime,
  #how-to-watch-providers .provider .links {
    width: 75%;
    float: right;
  }
  #how-to-watch-providers .provider .links {
    margin-right:5px;
  }
}
