﻿
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: #3b5998;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
  
.mfp-close {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  position: absolute;
  right: 0 !important;
  top: -30px !important;
  text-decoration: none;
  text-align: justify;
  opacity: 1.00 !important;
  padding: 0 0 18px 10px !important;
  color: white;
  font-style: normal;
  font-size: 15px !important;
  font-family: 'open_sanssemibold', Arial, Baskerville, monospace !important; }
  
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1 !important;}
  .mfp-close:active {
    top: -30px !important; }

.mfp-close-btn-in .mfp-close {
  color: #fff !important; }