body {
    overflow-x: hidden;
    padding-top:0;
}
.mobileonly, .mobile-only {
display:none !important;
}
.mobilehide, .mobile-hide {
display:block !important;
}
@media (max-width: 779px) {
.mobilehide, .mobile-hide {
display:none !important;
}
.mobileonly, .mobile-only {
display:block !important;
}
}
.small {
  font-size: 90%;
}
.trending {
  margin-top:-80px;
  z-index: 4;
  background: black;
  margin-left: 0;
  margin-right: 0;
}
.page-header {
    border-bottom: 0;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.showtitle .img-thumbnail {
    /* border: 0 !important; */
    /* background: transparent; */
    margin-top: -20px;
    /* box-shadow: none; */
}

.showposters.nopadding .img-thumbnail {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
  }
  .postergrid {
      margin-left: 20px !important;
      margin-right: -20px !important;
  }

.showtitle h2 {
    text-align: right;
}

@media (max-width: 600px) {
  .showtitle h2 {
    display:none;
  }
  .btn-danger {
    display:none !important;
  }
  .showtitle  {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .showimage {
    margin-top: -80px;
  }
  .trending-poster:nth-child(n+5):nth-child(-n+12){
    display: none;
  }
  .tony-strips:nth-child(n+8):nth-child(-n+20){
    display: none;
  }
}

@media (max-width: 767px) {
  .trending-poster:nth-child(n+7):nth-child(-n+12){
    display: none;
  }
  .tony-strips:nth-child(n+11):nth-child(-n+20){
    display: none;
  }
  }


.btn-danger, .btn-danger:hover {
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.btn-danger {
    height: 45px;
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    cursor: pointer;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    background-image: linear-gradient(90deg, #ff61ab, #ffb061, #ff6161, #ff6392);
    box-shadow: 0 4px 15px 0 #ff7b61;
    padding-top: 10px;
    float: right;
    margin-top: 20px !important;
    overflow-x: hidden;
    color: #555;
    display: block;
    cursor: pointer;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}
.btn-success {
    height: 45px;
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    cursor: pointer;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    background-image: linear-gradient(90deg, #374275, #007678, #799b87, #ffce63);
    box-shadow: 0 4px 15px 0 #3f4a41;
    padding-top: 10px;
    float: left;
    margin-top: 10px !important;
    overflow-x: hidden;
    color: #555;
    display: block;
    cursor: pointer;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}
.type-btn {
    color: #ffffff !important;
    background-color: #1b5c77;
    border-color: #1b5c77;
    border-radius: 50px;
}

.dropup .btn-default .caret {
    border-bottom-color: transparent;
}
.btn-default .caret {
    border-top-color: transparent;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover, .bootstrap-select.btn-group .dropdown-menu li a:focus  {
  background-color: #ddd !important;
}
.dropdown-menu.open.show {
    width: 400px;
}
ul.dropdown-menu {
    padding: 10px 5px 5px 0px !important;
  }
.dropdown-menu > li > a {
    font-size: 14px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #F8F9FA !important;
}

.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background: #007678;
    border-color: #007678;
}
.nav-tabs > li > a {
  border-radius: 0 !important;
}
.nav-tabs > li.active > a {
    border: 0 !important;
}

.pre-footer p, .footer-boxes p {
  font-size: 14px;
  line-height: 20px;
}
