html, body {
  font-family: 'Roboto', sans-serif;
  background: #f5f5f5;
  line-height: 1.4;
}

.wrapper div {
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-weight: 700;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: .05em;
}

.btn {
  display: inline-block;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
  font-size: 1.3em;
  padding: 15px 20px;
  font-weight: 700;
  color: #fff;
  background: #fa4616;
  text-align: center;
  margin: 0 auto;
}

.btn:hover, .btn:focus {
  color: #fff;
  background: #ea4424;
}

.CTA {
  color: #F57C00;
  text-align: center;
  margin-top: 40px;
}

.CTA p {
  margin: 15px 0 0;
}

#fubo-test-widget {
  max-width: 700px;
}

.masthead {
  color: #F3F3F3;
  position: relative;
  padding: 40px 7% 50px;
  color: #fafafa;
  text-align: center;
  background: #060810 url(./images/header_bg_soccer.jpg) no-repeat 50% -20px;
  background-size: 100%;
}

.masthead h1 {
  margin-bottom: 30px;
  width: 80%;
  margin: 0.67em auto;
}

.masthead .row {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.masthead .row span {
  margin-right: 12px;
  margin-left: 12px;
  color: #D9D9D9;
}

#fubo-logo {
  width: 75px;
  height: 25px;
  position: absolute;
  left: 20px;
  top: 15px;
}

#channel-logo {
  position: absolute;
  right: 20px;
  top: 15px;
  opacity: 0.7;
}

#channel-logo img {
  max-width: 70px;
}

#channel-logo span {
  font-size: 0.8em;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -23px;
}

.row {
  margin: 30px 0 0 0;
  padding-bottom: 50px;
  overflow: hidden;
  border-bottom: 1px solid #DADADA;
}

.row h1 {
  font-size: 1.5em;
  margin-bottom: 50px;
}

.row p {
  font-size: .9em;
}

.col-md-3 {
  margin-bottom: 25px;
  padding-right: 12px;
  padding-left: 12px;    
}

#leagues {
  margin: 0;
  padding: 20px 5% 0;
  background: #1A1D29;
  border-top: 1px solid #14161F;
  text-align: center;
}

#leagues > div {
  display: inline-block;
}

#leagues img {
  float: left;
  max-height: 70px;
  margin: 0 12px 20px;
}   

.box {
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
  border-radius: 3px;
  min-height: 110px;
}

#devices .box img {
  margin: 0 auto;
}

#channels {
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

#channels .box {
  position: relative;
  background: none;
  box-shadow: none;
  min-height: 80px;
}

#channels .box img {
  position:absolute; 
  top:0; 
  bottom:0; 
  right:0; 
  left:0; 
  margin:auto;
}

#faq {
  color: #D9D9D9;
  margin-top: 0;
  padding-top: 40px;
  background: #1A1D29;      
  border-bottom: none;
  line-height: 1.5;
}

#faq strong {
  color: #D9D9D9;
  font-weight: bold;
  font-size: 1.25em;
  display: block;
  margin-bottom: 7px;
}

#faq p {
  color: #999999;      
  margin: 0 12px 30px 0;
}

#inquiry {
  background: #14161F;
  color: #F3F3F3;
  text-align: center;
  padding: 30px;      
}

#inquiry a {
  color: #D9D9D9;
  text-decoration: underline;
}

.showonmobile {display: none;}

/* For Live Widget */
/*.fubo-widget-wrapper .fubo-widget.allow-preview {
    height: 35px !important;
    padding: 10px;
}

.pure-u-3-4, .pure-u-18-24 {
    width: 100% !important;
}*/

.w_contain {
  width: 70%;
  margin: auto;
}

#channels .col-md-2 {
  width: 8.667% !important;
}

#channels .col-md-2 .box {
  min-height: 62px !important;
}

@media (max-width: 991px) {
  .col-md-3 {
    margin-bottom: 12px;
    float: left;
    width: 33%;
    padding-right: 6px;
    padding-left: 6px;
  }

  .showonmobile {display: none;}

  #channels .col-md-2 {
    width: 21.667% !important;
  }

  #channels .col-md-2 .box {
    min-height: 30px !important;
  }
  #channels .box img {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .masthead {
    padding: 60px 5% 50px;
    background-size: 200%;
  }

  /*#fubo-test-widget {
    width: 90%;
  }*/

  .masthead .row span {
    display: block;
    margin-bottom: 15px;
    line-height: 15px;
    margin-top: 15px;
  }

  .col-md-3 {
    float: left;
    width: 50%;        
  }

  .btn {
    width: 50%;
    font-size: 1em;
    padding: 15px 10px;
  }

  #channels div.col-md-3 div img {
    max-width: 230px;
  }

  #leagues img {
    max-height: 55px;
  }

  .showonmobile {display: none;}

  .w_contain {
    width: 98%;
    margin: auto;
  }
}

@media (max-width: 480px) {
  .masthead {
    background-size: 300%;
  }

  .masthead h1 {
    width: 100%;
  }

  .row {
    margin: 20px 0 0 0;
  }

  .row h1 {
    margin-bottom: 30px;
  }

  .col-md-3 {
    width: 100%;
  }

  .btn {
    width: 90%;
  }   
  .hideonmobile {display: none;}
  .showonmobile {display: block;}

}
