.mrg-bot {
  margin-bottom: 40px;
}

.video-header {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 1440px) {
  .video-header {
    margin-top: 50px;
  }
}

.description-homepage {
  position: absolute;
  top: 85%;
  z-index: 110;
  font-family: "Noto Serif", serif;
}
@media (max-width: 1440px) {
  .description-homepage {
    top: 38%;
  }
}
@media (max-width: 1190px) {
  .description-homepage {
    top: 28%;
  }
}
@media (max-width: 870px) {
  .description-homepage {
    top: 18%;
  }
}
.description-homepage h1 {
  font-size: 4em;
  font-style: italic;
  font-weight: bold;
  padding: 0 12%;
  color: white;
}
@media (max-width: 1440px) {
  .description-homepage h1 {
    font-size: 3em;
  }
}
@media (max-width: 1190px) {
  .description-homepage h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 870px) {
  .description-homepage h1 {
    font-size: 1.6em;
  }
}
@media (min-width: 320px) and (max-width: 460px) {
  .description-homepage h1 {
    display: none;
  }
}
.description-homepage p {
  font-size: 2em;
  margin-top: 1.5%;
  color: #bcbcbc;
}
@media (max-width: 1440px) {
  .description-homepage p {
    font-size: 1.8em;
  }
}
@media (max-width: 1190px) {
  .description-homepage p {
    font-size: 1.4em;
  }
}
@media (max-width: 870px) {
  .description-homepage p {
    font-size: 1em;
  }
}
@media (min-width: 320px) and (max-width: 460px) {
  .description-homepage p {
    display: none;
  }
}

.signup-header {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffc547;
  margin: 50px auto;
  background: rgba(0,0,0,0.3)
}
@media (max-width: 870px) {
  .signup-header {
    margin-top: 20px;
  }
}
.signup-header span {
  font-size: 3em;
  text-transform: uppercase;
  font-style: normal;
  line-height: 60px;
  text-align: center;
  color: white;
  display: block;
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  -moz-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.signup-header a:hover {
  color: #ffc547;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ffc547, 0 0 70px #ffc547, 0 0 80px #ffc547, 0 0 100px #ffc547, 0 0 150px #ffc547;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ffc547, 0 0 35px #ffc547, 0 0 40px #ffc547, 0 0 50px #ffc547, 0 0 75px #ffc547;
  }
}
@-moz-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ffc547, 0 0 70px #ffc547, 0 0 80px #ffc547, 0 0 100px #ffc547, 0 0 150px #ffc547;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ffc547, 0 0 35px #ffc547, 0 0 40px #ffc547, 0 0 50px #ffc547, 0 0 75px #ffc547;
  }
}
@keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ffc547, 0 0 70px #ffc547, 0 0 80px #ffc547, 0 0 100px #ffc547, 0 0 150px #ffc547;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ffc547, 0 0 35px #ffc547, 0 0 40px #ffc547, 0 0 50px #ffc547, 0 0 75px #ffc547;
  }
}
.top-movies-homepage {
  width: 100%;
  background: #2a2a2a;
  padding: 30px 0 0 0;
}
.top-movies-homepage h1 {
  color: #ffc547;
  margin-bottom: 30px;
}
.best-movie-wrapper {
  padding: 7px;
  border-radius: 7px;
  background: #282828;
  transition: all 0.3s ease;
  border: 1px solid transparent
}
.best-movie-wrapper:hover {
  border-color: #E2A116;
}
.best-movie-wrapper img {
  width: 100%;
  border-radius: 5px;
}
/* .best-movie-wrapper .col-xs-6, .best-movie-wrapper .col-xs-9, .best-movie-wrapper .col-xs-3, .best-movie-wrapper .col-xs-12 {
  padding: 0;
}*/
.best-movie-wrapper .movie-name {
  font-size: 1.1em;
  padding-top: 5px;
  margin-bottom: 5px;
}
.best-movie-wrapper .movie-name a {
  color: #74bdf5;
}
.best-movie-wrapper .movie-duration {
  text-align: right;
  padding-top: 7px;
}
.best-movie-wrapper .actors {
  margin-top: 5px;
  font-size: 0.9em;
}

.updates, .updates-members {
  width: 100%;
}
.updates h1, .updates-members h1 {
  color: #ffc547;
  margin-top: 30px;
  font-size: 24px;
}
@media (max-width:1440px) {
  .updates h1, .updates-members h1 {
    margin-top: 15px;
  }
}
.updates h2, .updates-members h2 {
  color: #74bdf5;
  margin: 0;
  font-size: 25px;
}
@media (max-width: 768px){
  .updates h2, .updates-members h2 {
    margin-top: 0;
  }
}
.updates img, .updates-members img {
  width: 100%;
  border: 1px solid #ffc547;
}
.updates .set-description, .updates-members .set-description, .set-description {
  margin: 15px 0 0 0;
  height: 20px;
  overflow: hidden;
  color: #666;
}

.updates-members {
  margin-top: 100px;
}
@media (max-width: 1440px) {
  .updates-members {
    margin-top: 80px;
  }
}

.template-wrapper .col-xs-12, .template-wrapper .col-sm-12, .template-wrapper .col-md-4 {
  padding: 5px 0;
}

.new-models{
  padding: 30px 0;
  width: 100%;
  background: #2a2a2a;
  margin: 40px 0;
}
.new-models figure {
  transition: all .3s ease;
}
.new-models figure:hover {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #E2A116;
}
.new-models h4 {
  padding: 10px 0 20px 0;
  color: #ffc547;
  font-size: 2em;
}
.new-models img {
  width: 100%;
  border-radius: 3px;
}
.new-models a:last-child {
  padding: 10px;
  color: #ffc547;
  font-size: 1.4em;
  display: block;
}
.advantages {
  width: 100%;
  padding-bottom: 30px;
}
.advantages figure {
  margin-bottom: 30px;
}
.advantages figure img {
  margin-bottom: 10px;
  text-align: center;
  max-width: 100%;
}
.advantages figcaption {
  font-size: 0.8em;
  color: white;
}
.best-movie-img, .more-movies-preview figure {
  position: relative;
}
.best-movie-img .teaser-join, .more-movies-preview .teaser-join {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 70px;
    height: 70px;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.4);
}
.best-movie-img .teaser-join span, .more-movies-preview .teaser-join span {
  line-height: 63px;
  display: block;
  font-size: 35px;
  color: red;
  transition: all 0.3s ease;
}
.best-movie-img .teaser-join span:hover, .more-movies-preview .teaser-join span:hover {
  color: white;
}
.best-movie-img .teaser-join:hover, .more-movies-preview .teaser-join:hover {
  box-shadow: 0 0 10px 2px rgba(237, 19, 19, 0.5);
  border-color: red;
}
.best-movie-wrapper .tags {
  margin-top: 0;
  line-height: 1.2;
}
.search-results {
  margin-top: 120px;
}
.search-results h1 {
  color: #E2A116;
}
@media (max-width: 769px){
  .search-result {
    margin-top: 100px;
  }
}
.search-result h2 {
  color: #E2A116;
  margin-top: 20px;
  border-bottom: 2px solid #E2A116;
}
.img-header {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #E1C490;
}
.img-header img {
  width: 100%;
}

h1.trial-title-index {
    text-align: center;
    color: #FFEABD;
    font-size: 30px;
}
.trial-index {
    margin-bottom: 50px;
}

.play-movie-wrapper {
    position: relative;
}
.play-movie-wrapper .play-button-video {
    display: inline-block;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 42%;
    left: 45%;
    z-index: 1000;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
}
@media(max-width:500px) {
    .play-movie-wrapper .play-button-video {
        left: 40%;
    }
}
.play-movie-wrapper .play-button-video .glyphicon-play {
    font-size: 35px;
    color: red;
    transition: all 0.3s ease;
    line-height: 63px;
}

.play-movie-wrapper .play-button-video .glyphicon-play:hover {
  color: white;
}
.play-movie-wrapper .play-button-video:hover {
  box-shadow: 0 0 10px 2px rgba(237, 19, 19, 0.5);
  border-color: red;
}

.top-rated {
  border-bottom: 1px solid #463e2d;
  width:100%;
  /*max-width:927px;*/
  margin: 40px auto 0 auto;
  border-radius: 25px;
  padding:20px;
  box-sizing:border-box;
  border-top: 1px solid #463e2d;
  background: -moz-linear-gradient(top, rgba(76,76,76,0.6) 0%, rgba(0,0,0,1) 12%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(76,76,76,0.6) 0%,rgba(0,0,0,1) 12%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(76,76,76,0.6) 0%,rgba(0,0,0,1) 12%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
}

.top-rated img {
  border-radius: 15px;
  max-width:100%;
  border:1px solid #ffecc4;
}

.top-rated h3 {
  text-align: center;
  margin-bottom:5px;
  color: #fff;
  font-size: 26px;
  font-weight:bold;
      background: -webkit-linear-gradient(top, #c6a36c 0%, #ffecc4 42%, #c6a36c 57%, #ffecc4 100%);
      background: -moz-linear-gradient(top, #c6a36c 0%, #ffecc4 42%, #c6a36c 57%, #ffecc4 100%);
      background: linear-gradient(top, #c6a36c 0%, #ffecc4 42%, #c6a36c 57%, #ffecc4 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;;
}

/*******************NEW UPDATES 11.03.2018**********************/
@media(min-width: 992px) {
    .updates .container {
        width: 914px;
    }
    .top-rated  {
        max-width: 884px;
    }
}

@media(max-width: 1500px) {
    .wrap-left-bg, .wrap-right-bg {
        display: none;
    }
}

@media(min-width: 1501px) {
    .updates .template-wrapper {
        z-index: 900;
    }

    .updates .wrap-left-bg {
        position: absolute;
        width: 50%;
        left: -447px;
        top: 0;
        z-index: 0;
    }
    .updates .left-bg {
        background-repeat: no-repeat;
        background-position: right 40%;
        background-size: auto 74%;
        margin-right: 425px;
        margin-top: 40px;
        height: 700px;
        width: 100%;
    }
    .updates .wrap-right-bg {
        position: absolute;
        width: 50%;
        right: -447px;
        top: 0;
    }
    .updates .right-bg {
        background-repeat: no-repeat;
        background-position: left 40%;
        background-size: auto 74%;
        margin-top: 40px;
        height: 700px;
        width: 100%;
    }
}
