.container-wifi {
  background-color: #05080b;
  color: #FFF;
  /*height: 658px;*/
  margin-top: 70px;
  position: relative;
}
.container-device-details h1{
  font-size: 46px;
  font-weight: 100;
}
.container-wifi-box{
  background-color: #0A1117;
  padding: 100px 0px;
}
.container-small-details{
  font-size: 17px;
  line-height: 30px;
  margin:100px 0px;
}
.container-device-details .price{
  font-size: 46px;
  padding: 10px 0px;
}
.compatible-header{
  background: url(../images/wifi/top-player-background.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.device-link-details{
  background-color: #121E2A;
  font-size: 17px;
  padding: 20px;
}
.device-link-details .fa, .in-the-box .fa{
 padding: 10px 10px 10px 10px !important;
}
#player_wrapper{
  display: none;
}
.fee_description{
  font-size: 14px;
  font-style: italic;
}
.container-device-details{
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}
.btn-default-primary{
  display: inline-block;
  background: #0160c1;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  border-radius: 0px;
  padding: 10px 0px;
}
.btn-default-primary:hover{
  color: #fff;
}
ul.in-the-box{
    list-style: none;
}
.table-responsive{
  border:none !important;
}
.table-details > tbody > tr >td{
  border: 1px solid #0a1117;
  padding: 10px 20px;
}
.table-details > tbody > tr:nth-of-type(2n+1) {
    background-color: #172836;
}
.table-details > tbody > tr:nth-of-type(2n) {
    background-color: #121f2a;
}
.margin-top-title{
  margin-top: 80px;
}
.bottom-box{
  position: absolute;
  bottom: 0%;
  left: 0px;
  right: 0px;
}
.player_title{
  color:#dbe402;
  font-size: 54px;
  line-height: 60px;
  font-weight: 800;
  letter-spacing: -3px;
  text-decoration: none;
  cursor: hand;
  margin:0 auto;
}
a.player_title:hover{
  color:#dbe402;
  text-decoration: none;
}
.player_title .fa{
    font-size: 120px;
    margin-bottom: 30px;
    display: block;
}
.player_title .fa-small{
    font-size: 40px !important;
    margin-top: 10px;
   display: block;
}

@media(max-width: 1280px) {
  .player_title{
      font-size: 38px;
      letter-spacing: 0px;
      line-height: 38px;
  }
  .player_title .fa{
    font-size: 120px;
    margin-bottom: 20px;
    display: block;
  }
}
@media(max-width: 980px) {
  .player_title{
      font-size: 30px;
      letter-spacing: 0px;
      line-height: 30px;
  }
  .player_title .fa{
    font-size: 60px;
    margin-bottom: 20px;
    display: block;
  }
  .player_title .fa-small{
    font-size: 20px !important;
    margin-top: 10px;
   display: block;
  }
}
@media(max-width: 520px) {
  .player_title{
      font-size: 24px;
      letter-spacing: 0px;
      line-height: 24px;
  }
  .bottom-box{
    display: none;
  }

  .player_title .fa{
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
  }
}
#main-img{
  margin:0 auto;
}
#gallery{
  margin-top: 50px;
}
#gallery img{
  border:1px solid #141D24;
  padding: 2px;
}
#gallery img:hover{
  border:1px solid #0551A5;
}

