/* all */
body {
  background-color: #090812;
  /*color: #727a93;*/
  color: #00ff43;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1px;
  padding: 0px;
  margin: 0px;
  padding-top: 132px;
}

html,
body {
  min-height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  margin: 0px;
  vertical-align: middle;
}

p {
  color: #777;
  margin: 0
}

.no-pad-left {
  padding-left: 0
}

.no-pad-right {
  padding-right: 0
}

.no-pad-all {
  padding: 0
}

.fix {
  overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.filmoja-btn i {
  margin-right: 3px
}

a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

a:focus {
  text-decoration: none;
  outline: medium none;
  color: inherit
}

a:hover {
  color: inherit;
  text-decoration: none;
  color: #ec7532;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: medium none
}

fieldset,
label {
  margin: 0;
  padding: 0;
}

tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

* {
  box-sizing: border-box;
}

.text-main-color-1 {
  color: #ec7532;
}

/* public */
.main {
  width: 100%;
  min-width: 1000px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 10px;
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 132px;
  box-shadow: 0 5px 10px rgba(17, 17, 17, 0.54);
  z-index: 9000;
}

.header .top {
  width: 100%;
  height: 46px;
  background: #090812 none repeat scroll 0 0;
  padding: 10px 0;
}

.header .top .left {
  float: left;
  width: 50%;
}

.header .top .right {
  float: right;
  width: 50%;
  text-align: right;
}

.header .top .right a {
  transition: none;
  margin-left: 10px;
  color: #fff;
}

.header .box {
  width: 100%;
  height: 86px;
  background: #090812 none repeat scroll 0 0;
}

.header .box .logo {
  float: left;
  width: 160px;
  margin-right: 20px;
  padding-top: 15px;
}

.header .box .logo span {
  color: #ec7532;
  font-weight: bold;
  font-size: 18px;
  display: block;
}

.header .box .logo a {
  color: #181818;
  font-weight: bold;
  font-size: 16px;
  display: block;
}

.header .box .search {
  position: relative;
  float: left;
  width: 25%;
}

.header .box .search input {
  position: absolute;
  left: 0;
  top: 23px;
  height: 40px;
  width: 100%;
  color: #333;
  border: medium none;
  padding: 5px 50px 5px 10px;
  outline-offset: -2px;
  -webkit-appearance: none;
  overflow: visible;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: #eaeaea none repeat scroll 0 0;
  border-radius: 5px;
}

.header .box .search button {
  position: absolute;
  right: 0;
  border: medium none;
  top: 23px;
  height: 40px;
  width: 15%;
  background: transparent none repeat scroll 0 0;
  color: #333;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-bottom: 0px;
  overflow: visible;
}

.header .box .nav {
  float: right;
  width: 60%;
  height: 100%;
}

.header .box .nav li {
  float: right;
  height: 110px;
  width: 110px;
  text-align: center;
  padding: 0px 0px;
}

.header .box .nav li a {
  position: relative;
  display: block;
  padding: 30px 10px;
  transition: none;
  color: #fff;
  font-weight: bold;
}

.header .box .nav .active a,
.header .box .nav li:hover a {
  color: #ec7532;
}

.header .box .nav li a:after {
  position: absolute;
  right: auto;
  top: 0;
  left: 0;
  display: block;
  width: 0px;
  height: 4px;
  content: '';
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
  background-image: linear-gradient(to right, #fbbd61, #ec7532);
}

.header .box .nav li a:before {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  display: block;
  width: 0px;
  height: 4px;
  content: '';
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
  background-image: linear-gradient(to right, #fbbd61, #ec7532);
}

.header .box .nav .active a:after,
.header .box .nav li:hover a:after {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  content: '';
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
  background-image: linear-gradient(to right, #fbbd61, #ec7532);
}

.header .box .nav .active a:before,
.header .box .nav li:hover a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  content: '';
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
  background-image: linear-gradient(to right, #fbbd61, #ec7532);
}

.footer {
  background: #090812 none repeat scroll 0 0;
  padding: 10px 0px;
  text-align: center;
  border-top: 1px solid #282828;
}

.form-control {
  width: 100%;
  color: #333;
  border: medium none;
  padding: 5px 50px 5px 10px;
  outline-offset: -2px;
  -webkit-appearance: none;
  overflow: visible;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: #eaeaea none repeat scroll 0 0;
  border-radius: 5px;
}

.main-btn,
.btn {
  background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
  background-image: linear-gradient(to right, #fbbd61, #ec7532);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
  border-radius: 25px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  border: none;
}

.main-btn:hover,
.btn:hover {
  background-image: -webkit-linear-gradient(right, #fbbd61, #ec7532);
  background-image: linear-gradient(to left, #fbbd61, #ec7532);
  color: #fff
}

.main-btn i,
.btn i {
  margin-right: 3px
}

.btn-xs {
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 12px;
  letter-spacing: 0px;
  cursor: pointer;
}

.btn-white {
  background-image: none;
  border: 1px solid #ddd;
  color: #111;
}

.column-title-1 {
  margin-bottom: 10px;
}

.column-title-1 h2 {
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  font-size: 30px;
  position: relative;
  padding-left: 20px;
  float: left;
}

.column-title-1 h2:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 7px;
  height: 20px;
  width: 4px;
  background: #ec7532;
}

.column-title-1 h2:after {
  position: absolute;
  content: "";
  left: 0;
  height: 30px;
  width: 4px;
  background: #111;
  bottom: 0;
}

.column-title-1 .subtitle {
  margin-left: 5px;
  font-size: 16px;
  color: #ec7532
}

.column-title-1 .more {
  transition: none;
}

.header_banner {
  background-color: #090812;
  text-align: center;
  padding: 0px 0px;
  color: #ec7532;
}

.header_banner .title {
  color: #fff;
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
  font-size: 38px;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
}

.header_banner .subtitle {
  margin-top: 15px;
  color: #FFF;
}

.header_banner .subtitle .now {
  color: #ec7532;
  transition: none;
}

/* page box */

/* links-box */
.links-box {
  margin-top: 10px;
  background: #090812 none repeat scroll 0 0;
  padding: 20px 0px;
}

.links-box .title {
  color: #ec7532;
  font-size: 20px;
  margin-bottom: 10px;
}

.links-box .title .subtitle {
  color: #FFF;
  font-size: 14px;
}

.links-box li {
  float: left;
  width: 8.3333%;
  text-align: center;
}

/* select-area */

.select-area .box {
  align-items: center;
  border: 5px solid #999;
  background: #090812;
  border-radius: 5px;
  margin-top: 20px;
  padding: 1px 2px;
}

.select-area .type {
  margin: 10px;
}

.select-area .type span {
  color: #fff;
  font-weight: bold;
}

.select-area .type li {
  display: inline-block;
  margin-right: 5px;
}

.select-area .type .active {
  font-weight: bold;
  color: #ec7532;
  font-size: 16px;
}

/* area-title */

.area-title {
  border-bottom: 1px solid #d1d4de;
  color: #EC7532;
  margin-bottom: 10px;
}

.area-title h3 {
  padding-bottom: 5px;
  font-size: 18px;
  position: relative;
  display: inline-block;
}

.area-title h3:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  color: #ec7532;
  height: 4px;
  content: '';
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
  background-image: linear-gradient(to right, #fbbd61, #ec7532);
}

.area-margin-t {
  margin-top: 30px;
}

/* movie-list-1 */

.movie-list-1 {
  width: 100%;
  margin-top: 50px;
}

.movie-list-1 .box {
  margin-left: -10px;
  margin-right: -10px;
}

.movie-list-1 .box .item {
  position: relative;
  float: left;
  margin-top: 20px;
  width: 20%;
  padding: 0px 10px;
}

.movie-list-1 .box .play {
  width: 20%;
}

.movie-list-1 .box .item .title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: normal;
  white-space: normal;
  height: 36px;
  line-height: 18px;
}

.movie-list-1 .box .item .subtitle {
  position: absolute;
  top: 1px;
  right: auto;
  font-size: 12px;
  background-color: rgba(236, 117, 50, 0.7);
  color: #FFF;
  padding: 0px 0px;
  line-height: 12px;
  border-radius: 5px;
}

.movie-list-1 .box .item .subtitle a {
  color: #FFF;
}

.movie-list-1 .box .item .content {
  align-items: center;
  border: 1px solid #000;
  background: #000;
  border-radius: 5px;
  min-height: 160px;
}

.movie-list-1 .box .item .cover {
  width: 100%;
  height: 110px;
  max-height: 110px;
  min-height: 160px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.movie-list-1 .box .play .cover {
  min-height: 180px;
  max-height: 140px;
}

@media(max-width:1025px) {
  .movie-list-1 .box .item .content {
    min-height: 130px;
  }

  .movie-list-1 .box .item .cover {
    min-height: 80px;
    max-height: 80px;
  }

  .movie-list-1 .box .play .cover {
    min-height: 110px;
    max-height: 110px;
  }
}

.movie-list-1 .box .item .info {
  padding: 5px 10px;
}

.movie-list-1 .box .item .info .title a {
  color: #fff;
  font-size: 14px;
  transition: none;
}

.movie-list-1 .box .item .info .class li {
  display: inline-block;
}

.movie-list-1 .box .item .info .score {
  position: absolute;
  right: 15px;
  bottom: 5px;
  line-height: 16px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
  background-image: linear-gradient(to right, #fbbd61, #ec7532);
  color: #fff;
  text-align: center;
  border: medium none;
}

.movie-list-1 .page {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.movie-list-1 .page li {
  display: inline-block;
  width: 50px;
  height: 40px;
}

.movie-list-1 .page li a {
  color: #fff;
  line-height: 35px;
}

.movie-list-1 .page .active {
  background-color: #666;
  border-radius: 50%;
}

.movie-list-1 .page .active a {
  color: #FFF;
}

/* movie-detail */
.play-box {
  width: 100%;
}

.play-box .prompt {
  margin-bottom: 5px;
  text-align: center;
}

.play-box .prompt span {
  background-color: #181818;
  border-radius: 5px;
  padding: 5px 10px;
  color: #FFF;
  font-weight: bold;
}

.play-box .keywords {
  text-align: center;
}

.play-box .keywords a {
  margin: 5px;
  display: inline-block;
}

.play-box .shunt {
  margin-bottom: 10px;
}

.play-box .shunt strong {
  margin: 5px 0px;
}

.play-box .shunt {
  padding: 5px 0px;
  text-align: center;
}

.play-box .shunt a {
  display: inline-block;
  color: #EC7532;
  background-color: #FFF;
  border: 1px solid #EC7532;
  margin: 5px;
  padding: 3px 5px;
  border-radius: 3px;
}

.play-box .shunt .active {
  background-color: #EC7532;
  color: #FFF;
}

.play-box .mejs__overlay-button {
  display: none;
}

.play-box .sectional {
  text-align: center;
}

.play-box .sectional img {
  max-width: 100%;
}

.play-box #Play-Box {
  height: 640px;
  position: relative;
  background-color: #333;
}

.play-box .box-title {
  margin: 10px 0px;
  color: #EC7532;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.play-box .box-title span {
  position: relative;
  padding-bottom: 5px;
}

.play-box .box-title span:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  color: #ec7532;
  height: 4px;
  content: '';
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
  background-image: linear-gradient(to right, #fbbd61, #ec7532);
}

.play-box .tools {
  background-color: #000;
  padding: 5px;
  text-align: center;
}

.play-box .tools .center-str {
  line-height: 32px;
  color: #727a93;
}

/* Album Box */
.album-box .photo {
  position: relative;
  text-align: center;
  margin: 10px 0px;
}

.album-box .photo img {
  max-width: 100%;
  min-width: 60%;
}

.album-box .photo .left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  z-index: 100;
  cursor: pointer;
}

.album-box .photo .right {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  z-index: 100;
  cursor: pointer;
}

.album-box .prompt {
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 0px;
  color: #fb3365;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

/* actor-list-1 */

.actor-list-1 {
  width: 100%;
  margin-top: 50px;
}

.actor-list-1 .box {
  margin-left: -10px;
  margin-right: -10px;
}

.actor-list-1 .box .item {
  position: relative;
  float: left;
  margin-top: 20px;
  width: 16.6666%;
  padding: 0px 10px;
}

.actor-list-1 .box .item .content {
  align-items: center;
  border: 1px solid #090812;
  background: #090812;
  border-radius: 5px;
  min-height: 295px;
}

.actor-list-1 .box .item .cover {
  width: 100%;
  height: 230px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media(max-width:1025px) {
  .actor-list-1 .box .item .content {
    min-height: 245px;
  }

  .actor-list-1 .box .item .cover {
    height: 180px;
  }
}

.actor-list-1 .box .item .info {
  padding: 5px 10px;
}

.actor-list-1 .box .item .info .title a {
  color: #FFF;
  font-size: 14px;
  transition: none;
}

.actor-list-1 .box .item .info .class li {
  display: inline-block;
}

.actor-list-1 .page {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.actor-list-1 .page li {
  display: inline-block;
  width: 50px;
  height: 40px;
}

.actor-list-1 .page li a {
  color: #fff;
  line-height: 35px;
}

.actor-list-1 .page .active {
  background-color: #111;
  border-radius: 50%;
}

.actor-list-1 .page .active a {
  color: #FFF;
}

/* fiction-list-1 */

.fiction-list-1 {
  width: 100%;
  margin-top: 50px;
}

.fiction-list-1 .box {
  margin-left: -10px;
  margin-right: -10px;
}

.fiction-list-1 .box .item {
  position: relative;
  float: left;
  margin-top: 20px;
  width: 20%;
  padding: 0px 10px;
}

.fiction-list-1 .box .item .content {
  align-items: center;
  border: 1px solid #eee;
  background: #f9f9f9;
  border-radius: 5px;
  text-align: center;
}

.fiction-list-1 .page {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.fiction-list-1 .page li {
  display: inline-block;
  width: 35px;
  height: 35px;
}

.fiction-list-1 .page li a {
  color: #fff;
  line-height: 35px;
}

.fiction-list-1 .page .active {
  background-color: #111;
  border-radius: 50%;
}

.fiction-list-1 .page .active a {
  color: #FFF;
}

/* Content Box */
.content-box {}

.content-box .keywords {
  padding: 0px 5px;
  border-bottom: 1px solid #333;
  margin-bottom: 5px;
}

.content-box .keywords a {
  padding: 0px 10px;
  margin: 5px 0px;
  display: block;
  float: left;
}

.content-box .font {
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}

.content-box .font a {
  cursor: pointer;
}

.content-box .font .active {
  color: #BF263C;
  font-weight: bold;
}

.content-box .content {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: left;
}

.content-box .content p {
  color: #000;
  margin-bottom: 10px;
  line-height: 28px;
  text-indent: 2em;
  padding: 5px 5px;
  transition: all .3s ease-out;
}

.content-box .photo {
  text-indent: inherit;
  margin: 30px 0px;
  text-align: center;
}

.content-box img {
  max-width: 60%;
  max-height: 500px;
}

/* Magnet Box 1 */

.magnet-list-1 {
  width: 100%;
  margin-top: 50px;
}

.magnet-list-1 .box {
  margin-left: -10px;
  margin-right: -10px;
}

.magnet-list-1 .item {
  padding: 10px;
  margin: 10px 0px;
  border: 1px solid #eee;
  background: #f9f9f9;
  border-radius: 5px;
}

.magnet-list-1 .item h3 {
  font-size: 18px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  font-weight: bold;
}

.magnet-list-1 .item .size {
  margin-bottom: 5px;
  color: #999;
}

.magnet-list-1 .item .url {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.magnet-list-1 .item .url a {
  color: #ec7532;
}

.magnet-list-1 .prompt {
  margin-bottom: 20px;
  text-align: center;
}

.magnet-list-1 .prompt span {
  background-color: #181818;
  border-radius: 5px;
  padding: 5px 10px;
  color: #FFF;
  font-weight: bold;
}

.magnet-list-1 .page {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.magnet-list-1 .page li {
  display: inline-block;
  width: 35px;
  height: 35px;
}

.magnet-list-1 .page li a {
  color: #111;
  line-height: 35px;
}

.magnet-list-1 .page .active {
  background-color: #111;
  border-radius: 50%;
}

.magnet-list-1 .page .active a {
  color: #FFF;
}

.page-404 {
  padding: 70px 0px;
  text-align: center;
}

.page-404 h1 {
  font-size: 150px;
  color: #333;
}

.page-404 h1 span {
  color: #ec7532;
  margin: 0 5px;
}

.page-404 h3 {
  font-size: 20px;
  color: #333;
  text-transform: capitalize;
  margin-top: 20px;
}

.page-404 a {
  margin-top: 40px;
}


/* Ad Class */
.adbox-all-top {
  width: 100%;
}

.adbox-all-top img {
  width: 100%;
  height: 100px;
}

.adbox-all-top .min {
  height: 60px;
}

.adbox-all-bottom {
  text-align: center;
}

.adbox-all-bottom a {
  display: block;
}

.adbox-all-bottom img {
  max-width: 1170px !important;
}

.play-adbox-pause {
  position: absolute;
  z-index: 900;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #000;
  padding-top: 30px;
  text-align: center;
}

.play-adbox-pause .ad-box {
  height: 100%;
  position: relative;
}

.play-adbox-pause .loading {
  position: absolute;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  top: 30%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}

.play-adbox-pause .novip {
  position: absolute;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  top: 30%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}

.play-adbox-pause .novip .text {
  color: #EC7532;
  font-size: 20px;
  margin-bottom: 20px;
}

.play-adbox-pause .pause-prompt {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  padding: 5px;
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 16px;
  z-index: 1100;
  color: #ffd100;
}

.play-adbox-pause .pause-play {
  position: absolute;
  top: 40%;
  left: 50%;
  padding: 10px 5px;
  font-size: 40px;
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  width: 80px;
  height: 80px;
  line-height: 60px;
  padding-left: 10px;
  margin-left: -20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
}

.play-adbox-pause img {
  width: 100%;
  height: 100%;
}

.play-adbox-pause .ad-box div {
  position: absolute;
  height: 100px;
  top: 5%;
  left: 0px;
  width: 100%;
  z-index: 500;
}

.play-adbox-pause .ad-box iframe {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  max-width: 90%;
}

.mejs__overlay-error {
  display: none;
}

.prompt-box {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 99999;
}

.prompt-box .area {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 500px;
  background-color: #FFF;
  border: 1px solid #262626;
  box-shadow: #262626 0px 0px 30px 5px;
  padding: 15px;
  margin-left: -250px;
}

.prompt-box .area .close {
  float: right;
  line-height: 22px;
  color: #111;
  cursor: pointer;
}

.prompt-box .area .title {
  text-transform: capitalize;
  font-weight: 500;
  color: #111;
  font-size: 22px;
  position: relative;
  padding-left: 20px;
  float: left;
}

.prompt-box .area .title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 7px;
  height: 20px;
  width: 4px;
  background: #ec7532;
}

.prompt-box .area .title:after {
  position: absolute;
  content: "";
  left: 0;
  height: 30px;
  width: 4px;
  background: #111;
  bottom: 0;
}

.prompt-box .area .content {
  padding: 80px 0px 50px 0px;
  text-align: center;
  color: #111;
}

.prompt-box .area .bottom {
  text-align: center;
  padding: 10px 0px;
}

.buy-card {
  float: left;
  width: 21%;
  margin: 0 2%;
  background-color: #cfd880;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  box-shadow: #999 0px 0px 30px 5px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.buy-card:hover {
  box-shadow: #222 0px 0px 30px 5px;
}

.buy-card h1 {
  margin: 50px 0px;
  color: #FFF;
  font-size: 26px;
}

.buy-card h1 span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.buy-card .price {
  padding: 10px 0px;
  background-color: #FFF;
  color: #111;
}

.buy-card .price strong {
  font-size: 18px;
}

.buy-card .price span {
  display: block;
  font-size: 12px;
  color: #C33;
}

.buy-card .link {
  padding-bottom: 20px;
  background-color: #FFF;
  color: #111;
}