
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fbfbfb;
  font-family: "Myriad Pro",sans-serif;
  line-height: 100%;
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
ul li a {
  text-decoration: none;
}
a, a:focus, a:hover {
  outline: medium none;
}
h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 1359px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 1664px) {
  .container {
    width: 1554px;
  }
}
.wrapper {
  float: left;
  width: 100%;
}
header,.header {
  background-color: #ffffff;
  float: left;
  width: 100%;
}
.header .header_logo {
  float: left;
  width: 50%;
}
.header .header_menu {
  display: table;
  float: left;
  height: 92px;
  text-align: right;
  width: 50%;
}
.header .header_menu ul {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.header .header_menu ul li {
  display: inline-block;
  vertical-align: middle;
}
.header .header_menu ul li:last-child {
  margin-left: 10px;
}
.header .header_menu ul li a {
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: bold;
  line-height: 19px;
  padding: 19px 40px 15px;
  text-transform: uppercase;
}
.header .header_menu ul li:first-child a {
  background-color: #c024da;
}
.header .header_menu ul li:last-child a {
  background-color: #899197;
}
.header_menu > p {
  color: #fff;
  display: table-cell;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
section {
  float: left;
  width: 100%;
}
.pinup_wrapper {
  display: block;
  margin: 30px -7px;

}
.pinup_wrapper::after, .pinup_wrapper::before {
  clear: both;
  content: "";
  display: table;
  height: 1px;
  width: 1px;
}
.pinup_block {
  float: left;
  margin-bottom: 15px;
  padding: 0 7px;
  width: 20%;
}
.pinup_block .pinup_image {
  float: left;
  overflow: hidden;
  width: 100%;
  max-height: 250px;
}
.pinup_block .pinup_image img {
  display: block;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.pinup_block .pinup_image img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}
.pinup_detail {
  float: left;
  width: 100%;
}
.pinup_block .pinup_detail .pinup_title h2 {
  color: #134b7b;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  padding: 15px 0 5px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pinup_block .pinup_detail .pinup_duration_rating {
  float: left;
  width: 100%;
}
.pinup_block .pinup_detail .pinup_duration_rating .pinup_duration {
  float: left;
}
.pinup_block .pinup_detail .pinup_duration_rating .pinup_duration h4 {
  color: #c024da;
  font-size: 13px;
}
.pinup_block .pinup_detail .pinup_duration_rating .pinup_duration span {
  color: #c024da;
  font-size: 13px;
}
.pinup_block .pinup_detail .pinup_duration_rating .pinup_rating {
  float: right;
}
.rating-container .rating {
  font-size: 14px;
  pointer-events: none;
  cursor: pointer;
}
.label.label-default {
  font-size: 14px;
}
.rating-container .caption {
  margin: 0;
}
.rating.hide {
  display: none;
}
.rating-container.rating-xs.rating-animate {
  line-height: 12px;
  margin-left: -8px;
}
.pinup_rating .caption {
  display: none;
}
.pinup_rating .clear-rating.clear-rating-active {
  display: none;
}
.pagination {
  display: inline-block;
  margin: 0 auto 45px;
  font-size: 0;
  width: 100%;
  text-align: center;
}
.pagination a {
  border: 1px solid #ddd;
  color: #787d81;
  display: inline-block;
  font-size: 18px;
  padding: 4px 17px;
  text-decoration: none;
  height: 40px;
  line-height: 32px;
  min-width: 40px;
}
.pagination a.active {
  background-color: #dbe1e5;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #000;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}
.pagination a:first-child {
  border: medium none;
}
.pagination a:last-child {
  border: medium none;
}
.join_now {
  float: left;
  margin: 50px 0;
  width: 100%;
}
.join_now a {
  background-color: #c024da;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 19px;
  height: 58px;
  line-height: 62px;
  margin: auto;
  max-width: 480px;
  text-align: center;
  width: 100%;
}
.join_now a span {
  font-weight: bold;
}
.access-block {
  background-color: #fff;
  float: left;
  padding-bottom: 40px;
  width: 100%;
}
.membership-form {
  margin: auto;
  max-width: 1142px;
  width: 100%;
}
.payment-method {
  float: left;
  padding-top: 96px;
  width: 100%;
}
.form-input {
  float: left;
  padding-bottom: 20px;
  width: 100%;
}
.form-input > label {
  color: #c024da;
  display: block;
  font-size: 19px;
  font-weight: bold;
}
.form-input > input {
  background-color: #fbfbfb;
  border: 1px solid #dadada;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
  height: 38px;
  padding: 0 12px;
  width: 100%;
}
.form-input > input:focus {
  outline: medium none;
}
.payment-method > p {
  color: #03213a;
  display: block;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 12px;
}
.select-payment li {
  display: block;
  padding-bottom: 18px;
}
.select-payment li:last-child {
  padding-bottom: 0;
}
.select-payment ul li span {
  display: inline-block;
  vertical-align: middle;
}
.select-payment ul li p {
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
}
.select-payment li p img {
  display: inline-block;
  vertical-align: middle;
}
.select-payment ul li span label {
  color: #7e8081;
  font-size: 16px;
  font-weight: normal;
  padding-left: 8px;
}
.membership-form-inner {
  float: left;
  padding-top: 26px;
  width: 100%;
}
.chose-membership {
  float: left;
  width: 100%;
}
.chose-membership-head {
  float: left;
  width: 100%;
}
.chose-membership-head > p {
  color: #c024da;
  font-size: 19px;
  font-weight: bold;
}
.chose-membership-head > span {
  color: #7e8081;
  display: block;
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  padding-top: 5px;
}
.membership-month {
  float: left;
  padding-top: 18px;
  width: 100%;
}
.membership-month span label {
  color: #2e3844;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  line-height: 100%;
  margin-bottom: 0;
  padding-left: 30px;
  vertical-align: middle;
}
.membership-month span {
  float: left;
}
.membership-month input {
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
}
.membership-month p {
  color: #c024da;
  float: right;
  font-size: 19px;
  font-weight: bold;
  line-height: 19px;
}
.membership-month li {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #eeeff0 100%);
  background: -webkit-linear-gradient(top, #fefefe 0%,#eeeff0 100%);
  background: linear-gradient(to bottom, #fefefe 0%,#eeeff0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eeeff0',GradientType=0 );
  border: 1px solid #d9d9d9;border-radius: 5px;display: block;float: left;padding: 20px 52px 20px 17px;width: 100%;
  margin-bottom: 23px;}
.membership-month li:last-child {
  margin-bottom: 0;
}
.membership-submit > input {
  background: #0052ae;
  background: -moz-linear-gradient(top, #c024da 0%, #c024da 100%);
  background: -webkit-linear-gradient(top, #c024da 0%,#c024da 100%);
  background: linear-gradient(to bottom, #c024da 0%,#c024da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052ae', endColorstr='#00418b',GradientType=0 );
  border-radius: 5px; border: medium none currentcolor; border-top: 1px solid #c024da; color: #fff;display: inline-block;
  font-size: 38px;font-weight: bold;line-height: 100%;padding: 17px 0;width: 436px;
  box-shadow: 0 6px 4px rgba(0,0,0,0.2);margin-bottom: 10px;}
.membership-submit {
  float: left;
  padding-top: 65px;
  text-align: center;
  width: 100%;
}
.membership-submit > span {
  color: #7e8081;
  display: block;
  font-size: 15px;
  padding-top: 20px;
}
.section-qulity {
  background-color: #fbfbfb;
  float: left;
  width: 100%;
}
.section-qulity-inner::after, .section-qulity-inner::before {
  clear: both;
  content: "";
  display: table;
}
.section-qulity-block {
  float: left;
  width: 100%;
}
.section-qulity-inner {
  clear: both;
  display: block;
  margin: auto;
  max-width: 1080px;
  padding: 30px 0;
}
.section-qulity-block ul li {
  float: left;
  padding: 15px;
  width: 33.33%;
}
.section-qulity-filter ul li {
  display: inline-block;
  margin: 0 35px;
  vertical-align: middle;
}
.section-qulity-filter {
  display: block;
  float: left;
  padding-bottom: 15px;
  text-align: center;
  width: 100%;
}
.section-qulity-filter li a {
  color: #c024da;
  font-size: 18px;
  font-weight: lighter;
  text-transform: uppercase;
}
.section-qulity-block-img {
  overflow: hidden;
}
.section-qulity-block ul li a img {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.section-qulity-block ul li a img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}
.footer-main {
  background-color: #f8f8f8;
  border-top: 1px solid #e6e7e7;
  float: left;
  width: 100%;
}
.footer-inner {
  float: left;
  padding: 60px 0;
  width: 100%;
}
.footer-block {
  float: left;
  text-align: center;
  width: 100%;
}
.footer-block > p {
  color: #929292;
  display: block;
  line-height: 14px;
  padding-bottom: 12px;
}
.footer-block ul li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}
.footer-block a {
  color: #929292;
}
.footer-block ul li + li {
  border-left: 1px solid #969696;
}
@media (max-width: 767px) {
  .header .header_logo, .header .header_menu {
    float: left;
    width: 100%;
  }
  .header .header_logo img {
    display: block;
    margin: auto;
    max-width: 280px;
    text-align: center;
    width: 100%;
  }
  .header .header_menu {
    height: 100%;
    line-height: 60px;
    text-align: center;
  }
  .header .header_menu ul li a {
    padding: 13px 25px 8px;
  }
  .pagination {
    //max-width: 280px;
  }
  .pagination a {
 //   padding: 10px 12px;
  }
  .join_now {
    margin: 20px 0;
  }
  .pinup_wrapper {
    margin: 10px -7px 20px;
  }
  .membership-form {
    float: left;
    max-width: none;
    padding: 15px;
    width: 100%;
  }
  .payment-method {
    padding-top: 20px;
  }
  .chose-membership {
    padding-top: 30px;
  }
  .section-qulity-filter ul li {
    margin: 7px 10px;
  }
  .section-qulity-filter li a {
    font-size: 14px;
  }
  .section-qulity-block ul li {
    width: 50%;
  }
  .membership-submit > input {
    font-size: 18px;
    width: 200px;
  }
  .membership-month span label {
    font-size: 14px;
    padding-left: 10px;
  }
  .membership-month p {
    font-size: 14px;
  }
  .membership-month li {
    padding: 20px 13px 20px 17px;
  }
  .membership-submit {
    padding-top: 30px;
  }
  .form-input > label {
    font-size: 16px;
  }
  .payment-method > p {
    font-size: 16px;
  }
  .chose-membership-head > p {
    font-size: 16px;
  }
  .footer-inner {
    padding: 30px 0;
  }
  .membership-form-inner {
    padding-top: 8px;
  }
  .form-input {
    padding-bottom: 15px;
  }
  .access-block {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .pinup_block {
    float: left;
    width: 100%;
  }
  .section-qulity-block ul li {
    width: 100%;
  }
  .pinup_block .pinup_image {
    max-height: 100%;
  }
  .pagination a {
    padding: 4px 11px;
    height: 30px;
    line-height: 24px;
    min-width: 30px;
  }
  .footer-block ul li {
    margin-bottom: 10px;
  }
  .footer-block ul li + li {
    border: medium none;
  }
  .section-qulity-block li a img {
    width: 100%;
  }
  .header_menu > p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 8px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .pinup_block {
    float: left;
    width: 50%;
  }
  .pinup_block .pinup_detail .pinup_title h2 {
    min-height: 58px;
  }
  .header_menu > p {
    line-height: 28px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pinup_block {
    float: left;
    width: 33.33%;
  }
  .pinup_block .pinup_detail .pinup_title h2 {
   // min-height: 58px;
  }
  .header .header_logo img {
    width: 300px;
  }
  .header .header_menu {
    line-height: 56px;
    height: 56px;
  }
  .header .header_menu ul li a {
    font-size: 16px;
    padding: 15px 40px 11px;
  }
  .membership-form {
    max-width: 738px;
  }
  .membership-month li {
    padding: 20px 11px 20px 17px;
  }
  .membership-month span label {
    padding-left: 10px;
  }
  .membership-submit > input {
    font-size: 26px;
    width: 350px;
  }
  .header_menu > p {
    font-size: 18px;
    line-height: 54px;
  }
  .section-qulity-filter ul li {
    margin: 0 20px;
  }
  .section-qulity-filter ul li a {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pinup_block {
    float: left;
    width: 25%;
  }
  .pinup_block .pinup_detail .pinup_title h2 {
   // min-height: 58px;
  }
  .membership-form {
    max-width: 900px;
  }
}
@media (min-width: 1200px) and (max-width: 1368px) {
  .pinup_block .pinup_detail .pinup_title h2 {
   // min-height: 58px;
  }
}

.content_page { font-size:14px; }
.content_page p { display:inline-block; width:100%; margin-bottom:10px; line-height:140%; }
.content_page h1 { display:inline-block; width:100%; margin-bottom:20px; line-height:140%; margin-top:0px; }
.content_page h3 { display:inline-block; width:100%; margin-bottom:10px; line-height:140%; margin-top:20px; }
.content_page ol, .content_page ul { display:inline-block; width:100%; margin-bottom:10px; line-height:140%; }
.content_page ol, .content_page ol li { list-style:decimal !important; }
.content_page ul, .content_page ul li { list-style:disc !important; }
.content_page ol li, .content_page ul li { width:100%; margin-bottom:10px; line-height:140%; box-sizing:border-box; margin-left:20px; }