body {
  background-color: #fff;
  text-align: center;
  font-size: 17px;
  color: #333;
}
/*
body.noscroll{
    position: fixed;
    overflow-y: scroll;
}
*/
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
h2 {
  margin: 0 0 30px 0;
  font-size: 30px;
}
h3 {
  margin: 0;
}
.inner {
  width: 860px;
  margin: 0 auto;
}
.obi {
  background-color: #f50975;
  padding: 5px 0 0 3px;
  color: #fff;
  margin-bottom: 20px;
}
.pink_text {
  color: #f50975;
  font-weight: bold;
}
.bk_text {
  color: #333 !important;
}
.title {
  font-size: 25px;
  text-align: center;
  border-bottom: 1px solid #333;
}
.text {
  text-align: left;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.right {
  float: right;
}
.left {
  float: left;
}

.wrapper {
  margin: 0 auto;
}
section {
  padding: 50px 0;
}

/*--------------------------------------------
      header
--------------------------------------------*/
.header_inner {
  width: 950px;
  margin: 0 auto;
  padding: 5px 0;
  overflow: hidden;
}
.header_inner h1,
.header_inner p {
  font-size: 15px;
  text-align: right;
  font-weight: bold;
  display: inline-block;
  margin: 5px 0px 0;
  float: right;
}
.header_inner a {
  display: inline-block;
  float: left;
}

/*--------------------------------------------
     main
--------------------------------------------*/
.mainVisual {
  background: url("../image/main_bg02.png") top repeat-x;
}
.mainVisual h1{
  margin: 0;
}
.mainVisual_inner {
  background: url("../image/parts01.png") no-repeat;
  width: 1020px;
  overflow: hidden;
  margin: 0 auto;
}

/*--------------------------------------------
     バナー
--------------------------------------------*/
.bnr {
  width: 860px;
  margin: 30px auto 0;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}
.bnr02 {
  width: 860px;
  margin: 30px auto 0;
  padding: 0;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}
.bnr li a,
.bnr02 li a {
  display: block;
  list-style-type: none;
}
.bnr li {
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
}
.bnr02 li {
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: 30px;
}
.bnr li:last-child,
.bnr02 li:last-child {
  margin-right: 0;
}
.bnr a:hover,
.bnr02 a:hover {
  opacity: 0.75;
}

/*--------------------------------------------
     ピックアップガール
--------------------------------------------*/
.pick_list li {
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
}
.pick_list li:nth-child(5n + 0) {
  margin-right: 0;
  margin-bottom: 0;
}

/*--------------------------------------------
     ガルチャってなに？
--------------------------------------------*/
.question {
  background: url("../image/question_bg.png") no-repeat top center #333;
  color: #fff;
}
.question h2 {
  margin: 40px 0 20px;
}
.question .box h2 {
  margin: 0 0 10px 0;
}
.question .box {
  background: url("../image/question01.png") no-repeat top center;
  height: 190px;
  color: #333;
  text-align: left;
  padding: 20px 20px 0 20px;
  margin-top: 40px;
}

/*--------------------------------------------
     どんなことができるの？
--------------------------------------------*/
.howdo .text {
  width: 420px;
  margin: 45px 0;
}
.howdo article img {
  vertical-align: middle;
}
.howdo article:after {
  content: "";
  clear: both;
  display: block;
}

/*--------------------------------------------
     安心安全
--------------------------------------------*/
.support {
  background: url("../image/support_bg.gif") top center;
}
.support ul {
  margin: 30px 0 0;
}
.support li {
  float: left;
  margin-right: 23px;
}
.support li:last-child {
  margin-right: 0;
}

/*--------------------------------------------
     ポイント追加方法
--------------------------------------------*/
.point {
}
.point article {
  border: 1px solid #ccc;
  padding: 10px 10px 15px;
  border-radius: 5px;
  width: 399px;
  height: 240px;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.point article:nth-child(2n + 0) {
  margin-right: 0;
}
.point h3 {
  background-color: #a0a0a0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 5px 3px;
}
.point ul {
  display: table;
  margin: 0 auto 10px;
  border-spacing: 10px 0;
}
.point li {
  display: table-cell;
}

/*--------------------------------------------
     登録フォーム
--------------------------------------------*/
.cl_emphasis {
  color: #ff0b72;
}
.cl_caution {
  color: red;
}
.mod_main,
.mod_regist {
  font-size: 15px;
}
.tit_base_02 {
  background: url(img/bg_01.png) repeat;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
}
.tit_base_02 h2 {
  padding: 4px 0;
  color: #fff;
  font-size: 21px;
}
.list_step {
  box-sizing: border-box;
  margin: 40px auto 30px;
  padding: 0;
  width: 790px;
  overflow: hidden;
}
.list_step li {
  list-style: none;
  float: left;
  text-align: center;
}
.list_step .item_step {
  background: #b1b1b1;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  width: 30%;
  padding: 10px 0;
  font-size: 17px;
}
.list_step .item_step.active {
  background: #ff0b72;
}
.list_step .ico_arrow_02 {
  box-sizing: border-box;
  width: 5%;
  padding-top: 22px;
}
.regist_aside {
  margin-bottom: 40px;
  text-align: center;
}
.regist_comment {
  margin-bottom: 40px;
  text-align: center;
}
.block_regist_form {
  width: 797px;
  margin: 0 auto;
}
.block_regist_form label {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  text-align: left;
}
.block_regist_form label br {
  margin-bottom: 6px;
}
.block_regist_form input,
.block_regist_form select {
  border: 2px solid #e5e5e5;
  border-radius: 3px;
  padding: 6px;
  width: 95%;
}
.block_regist_form select[name="prefecture_cd"] {
  width: 40%;
}
.block_regist_form .birth_date_inPut select {
  width: 28%;
  margin-left: 0.5em;
}
.block_regist_form p {
  text-align: center;
  margin-bottom: 30px;
}
.block_regist_form p.campaigntext {
  margin-bottom: 5px;
}
.block_regist_form ul {
  margin: 0 auto 30px;
  width: 457px;
  padding: 0;
}
.block_regist_form ul li {
  list-style: none;
  float: left;
  padding-right: 10px;
}
.btn_regist_01 {
  width: 797px;
  margin: 0 auto 30px;
  padding: 0;
}
.btn_regist_02 {
  width: 794px;
  margin: 0 auto 30px;
  padding: 0;
  background: url(http://girls-chat.tv/pc/wordPress/wp-content/themes/pc_theme_v1/img/btn_regist_01.png);
}
.btn_regist_02 input {
  width: 100%;
  height: 74px;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn_regist_03 {
  width: 266px;
}
.box_caution {
  background: red;
  color: #fff;
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
  width: 500px;
  margin: 0 auto 6px;
  font-size: 16px;
}
.tit_base_03 {
  background: #000;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
}
.tit_base_03 h2 {
  padding: 3px 0;
  color: #fff;
  font-size: 21px;
}
.tit_base_03 h2 img {
  vertical-align: -3px;
  margin-right: 3px;
}
.tit_base_03 h2 a {
  color: #fff;
  text-decoration: underline;
}
.mod_paymentMethod {
  margin: 40px 0 30px;
  font-size: 16px;
}
.mod_paymentMethod .box_paymentMethod_l,
.mod_paymentMethod .box_paymentMethod_r {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  height: 257px;
  margin: 0 0 20px 0;
  padding: 6px;
  width: 49%;
}
.mod_paymentMethod .box_paymentMethod_l {
  width: 49%;
  float: left;
}
.mod_paymentMethod .box_paymentMethod_r {
  width: 49%;
  float: right;
}
.mod_paymentMethod .tit_paymentMethod {
  background: #000;
  border-radius: 3px;
  color: #fff;
  margin: 0 0 20px 0;
  text-align: center;
  padding: 6px 0;
}
.mod_paymentMethod .aside_paymentMethod {
  text-align: center;
  margin: 20px 0 20px;
}
.mod_paymentMethod .comment_paymentMethod {
  text-align: center;
  margin: 20px 0 30px;
}
.mod_paymentMethod .box_paymentIcons {
  margin-bottom: 6px;
  text-align: center;
}
.mod_paymentMethod .sub_discription {
  margin: 10px 0;
  text-align: center;
}
.mod_paymentMethod .sub_discription .cl_emphasis {
  font-weight: bold;
}
.mod_registComplete {
  font-size: 14px;
}
.mod_registComplete .message_registComplete section {
  margin: 0 0 30px 0;
}
.mod_registComplete .message_registComplete h3,
.mod_registComplete .message_registComplete p,
.mod_registComplete .message_registComplete div,
.mod_registComplete .message_registComplete ul {
  margin: 0;
}
.mod_registComplete .message_registComplete ul {
  list-style: none;
  padding: 0;
}
.message_alert {
  background: red;
  color: #fff;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  margin: 0 0 30px 0;
  width: 100%;
  font-size: 24px;
}
.mod_girlsContents {
  padding: 40px 0 30px;
}
.mod_girlsContents .cont_girlsContents {
  margin: 0 0 20px 0;
}
.mod_girlsContents .box_girlsContents_r {
  width: 55%;
  float: right;
}
.mod_girlsContents .box_girlsContents_l {
  width: 45%;
  float: left;
}
.mod_girlsContents .tit_girlsContents {
  margin-top: 32px;
  color: #ff0b72;
}

/*--------------------------------------------
     footer
--------------------------------------------*/
footer {
  background-color: #333;
  margin-top: 30px;
  overflow: hidden;
}
.footer_innner {
  padding: 40px;
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
.contact_bnr {
  background: url("../image/contact02.png") no-repeat top center;
  height: 104px;
  margin-bottom: 30px;
  position: relative;
}
.contact_bnr a {
  display: block;
  position: absolute;
  right: 9px;
  top: 8px;
}
.contact_bnr a:hover {
  opacity: 0.75;
}
.footer_logo {
  float: left;
  width: 125px;
}
.globalNav {
  float: left;
  width: 800px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.footer_discription {
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.6;
  font-size: 14px;
  text-align: left;
}
.navList {
  overflow: hidden;
  color: #fff;
  margin: 5px 0 0;
  padding: 0;
  font-size: 13px;
}
.navList li {
  list-style: none;
  display: inline-block;
  margin-right: 0.5em;
}
.navList li:after {
  content: "|";
  padding-left: 1em;
}
.navList li:last-child:after {
  content: none;
}
.navList li a {
  color: #fff;
  text-decoration: none;
}
.navList li a:hover {
  text-decoration: underline;
}
.copyright {
  color: #464646;
  font-size: 12px;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}

/*--------------------------------------------
     ページトップへ
--------------------------------------------*/
.btn_top {
  width: 63px;
  position: fixed;
  bottom: 50px;
  left: 83.1%;
}
.btn_top img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.15s ease-in-out;
}
.btn_top img:hover {
  opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
}

/*--------------------------------------------
     認証画面
--------------------------------------------*/
#js_modal {
  display: none;
}
#js_modal .cont_dialog {
  background: url("../image/r18_bg.png") no-repeat top center;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10;
  font-size: 14px;
  width: 960px;
  height: 425px;
  margin: -215px 0 0 -480px;
}
#js_modal .text {
  text-align: center;
  display: inline-block;
}
#js_modal .inner {
  margin: 50px auto;
}
#js_modal .cont_dialog .dialog_head .dialog_catchCopy {
  float: left;
  margin: 4px 0 0 0;
  width: 310px;
}
#js_modal .cont_dialog .dialog_main {
  margin: 90px auto;
}
#js_modal .cont_dialog .dialog_main .auth_logo {
  float: left;
  width: 83px;
  margin: 0 15px 0 0;
}
#js_modal .cont_dialog .dialog_main .auth_text {
  float: left;
  margin: 0;
}
#js_modal .cont_dialog .dialog_main .auth_text p {
  margin: 6px 0 6px 0;
}
#js_modal .cont_dialog .dialog_main .attention {
  color: #ff0b72;
  font-weight: bold;
  text-decoration: underline;
  font-size: 30px;
  margin-top: 10px;
  display: inline-block;
}
#js_modal .cont_dialog .box_auth {
  display: inline-block;
  text-align: center;
  margin-top: 30px;
}
#js_modal .cont_dialog .box_auth .btn_yes {
  background: #f50975;
  border-radius: 10px;
  color: #fff;
  display: block;
  float: left;
  padding: 15px 0;
  text-align: center;
  width: 325px;
  text-decoration: none;
  border: 4px solid #fff;
  /* box-shadow */
  box-shadow: 1px 1px 3px 0px #d1d1d1;
  -moz-box-shadow: 1px 1px 3px 0px #d1d1d1;
  -webkit-box-shadow: 1px 1px 3px 0px #d1d1d1;
}
#js_modal .cont_dialog .box_auth .btn_yes .text_main {
  font-size: 30px;
  font-weight: bold;
}
#js_modal .cont_dialog .box_auth .btn_yes .text_sub {
  font-size: 18px;
  font-weight: bold;
}
#js_modal .cont_dialog .box_auth .btn_no {
  background: #898989;
  border-radius: 10px;
  color: #fff;
  display: block;
  float: left;
  margin: 36px 0 0 20px;
  padding: 6px 0;
  text-align: center;
  width: 190px;
  text-decoration: none;
  border: 4px solid #fff;
  /* box-shadow */
  box-shadow: 1px 1px 3px 0px #d1d1d1;
  -moz-box-shadow: 1px 1px 3px 0px #d1d1d1;
  -webkit-box-shadow: 1px 1px 3px 0px #d1d1d1;
}
#js_modal .cont_dialog .box_auth .btn_no .text_main {
  font-size: 18px;
  font-weight: bold;
}
#js_modal .cont_dialog .box_auth .btn_no .text_sub {
  font-size: 14px;
  font-weight: bold;
}
.btn_yes:hover,
.btn_no:hover {
  opacity: 0.75;
}
#js_modal .cont_dialog .dialog_aside {
  background: #ececec;
  padding: 15px;
}
#js_modal .cont_dialog .dialog_aside p {
  margin: 0;
  width: 560px;
}
#js_modal .cont_dialog .dialog_foot {
  padding: 10px;
}
#js_modal .cont_dialog .dialog_foot .dialog_copyright {
  margin: 0;
  color: #464646;
  font-size: 12px;
  font-size: 1.2rem;
}
#js_modal .cont_dialog .castImage {
  width: 541px;
  height: 537px;
  position: absolute;
  top: -65px;
  right: -85px;
}
#mask {
  position: fixed;
  left: 0;
  top: 0;
  height: 200%;
  width: 100%;
  z-index: 5;
  background: #676767;
  display: none;
}

/*--------------------------------------------
     サブページ
--------------------------------------------*/
#sub_main {
  margin: 50px 0;
}
.main_column {
  width: 570px;
  float: left;
  text-align: left;
  padding: 0;
}
.main_column .inner {
  margin: 50px auto;
}
.main_column h2 {
  font-size: 20px;
  text-align: left;
  border-left: 5px solid #f50975;
  border-bottom: 1px solid #f50975;
  padding-left: 10px;
  margin-bottom: 10px;
}
.main_column dl {
  margin: 30px 0;
}
.main_column dt {
  font-weight: bold;
  color: #f50975;
}
.main_column dd {
  margin: 0;
  font-size: 14px;
  margin-bottom: 30px;
}
.main_column .disc {
  list-style-type: disc;
  overflow: inherit;
  padding-left: 1.5em;
  margin-top: 10px;
}

/*--------------------------------------------
     ぱんくず
--------------------------------------------*/
.pan {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pan li {
  font-size: 12px;
  text-align: left;
  float: left;
}
.pan li:last-child {
  font-weight: bold;
}
.pan li a:after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
.pan li a:hover {
  text-decoration: none;
}

/*--------------------------------------------
     サイドカラム
--------------------------------------------*/
aside {
  width: 250px;
  float: right;
}
aside .side {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 5px;
}
aside h3 {
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px 5px 0 0;
}
aside .side_inner {
  padding: 15px;
  text-align: left;
  font-size: 14px;
}
aside ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside ol li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
aside ol li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
aside .title {
  font-size: 16px;
  font-weight: bold;
  color: #f50975;
  text-align: left;
  padding: 0;
  margin: 0 0 5px;
  border: 0;
}
aside .title span {
  color: #fff;
  background-color: #f50975;
  border-radius: 5px;
  font-size: 12px;
  padding: 0 5px;
  margin-right: 5px;
  vertical-align: middle;
}

/*--------------------------------------------
     ポップアップ
--------------------------------------------*/

.white-popup {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 326px;
  margin: 20px auto;
  text-align: center;
}
.popup_inner {
  padding: 20px 40px 10px;
  font-size: 16px;
}
.popup_inner p {
  margin: 0;
}
.popup_inner .popup_sentence02 {
  margin-top: 10px;
}
.popup_inner .popup_sentence03 {
  color: #f51079;
  font-size: 22px;
}
.popup_sentence04 {
  color: #fff;
  background: #f51079;
  padding: 5px 0;
  margin: 0;
  font-size: 22px;
}
.popup_sentence04 span {
  font-size: 28px;
}
.popup_sentence05 {
  color: #fff;
  background: #ff4a9d;
  padding: 5px 0;
  margin: 0;
  font-size: 22px;
}
.popup_img img {
  width: 100%;
}
.pick_test {
  font-size: 20px;
  margin: 0 5%;
}
.inner_test {
  width: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 48px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
