﻿@charset "UTF-8";
.element::after {
  display: block;
  content: "";
  clear: both; }

.d4g-top-content {
  padding-bottom: 30px; }
  .d4g-top-content h3 {
    margin-bottom: 20px; }

.d4g-main {
  display: table;
  margin-bottom: 30px; }

.d4g-main__content,
.d4g-main__image {
  width: 50%;
  display: table-cell;
  vertical-align: top; }

.d4g-main__image img {
  display: block; }

.d4g-main__content {
  background-color: #EDF0F2;
  padding: 30px; }
  .d4g-main__content h3.section-header {
    margin-top: 0; }

@media (max-width: 768px) {
  .d4g-main,
  .d4g-main__content,
  .d4g-main__image {
    width: 100%;
    display: block; }
  .d4g-main__content {
    padding: 20px; } }

.d4g-promo.d4g-promo--lg .d4g-promo__content {
  background-color: #EDF0F2;
  padding: 30px; }

.d4g-promo.d4g-promo--sm .d4g-promo__content {
  padding: 25px 0; }

.d4g-promo.d4g-promo--sm .d4g-promo__action a {
  display: block;
  width: 100%; }
  .d4g-promo.d4g-promo--sm .d4g-promo__action a.e-button--green {
    margin-bottom: 10px; }

.d4g-promo__image {
  position: relative; }
  .d4g-promo__image a.popup-video-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 100; }
    .d4g-promo__image a.popup-video-link span {
      position: absolute;
      width: 76px;
      height: 76px;
      z-index: 50;
      top: 50%;
      left: 50%;
      margin: -38px 0 0 -38px;
      display: block;
      border-radius: 100px;
      transition: all .3s ease;
      background-color: #69BE2D;
      border: 3px solid #ffffff; }
      .d4g-promo__image a.popup-video-link span:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 1px;
        display: block;
        z-index: 100;
        top: 50%;
        left: 50%;
        border: 18px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 18px solid #fff;
        margin: -10px 0 0 -9px; }
    .d4g-promo__image a.popup-video-link:hover span {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

.d4g-promo__content h3 {
  font-family: Titillium Web, tahoma, sans-serif;
  font-weight: 400;
  color: #005294; }

.d4g-promo__content a.e-button--black:hover {
  background-color: #666;
  color: #fff; }

.touch .d4g-promo__content a.e-button--green:hover {
  background: #69be2d; }

.touch .d4g-promo__content a.e-button--black:hover {
  background: #393939; }

@media (max-width: 768px) {
  .d4g-promo.d4g-promo--lg .d4g-promo__content {
    padding: 20px; }
  .d4g-promo.d4g-promo--sm {
    margin-top: 20px; }
    .d4g-promo.d4g-promo--sm .d4g-promo__content {
      padding: 20px 0; } }

.d4g-cam-list:last-child {
  margin-bottom: 50px; }

.d4g-cam-intro {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 30px;
  border-top: 1px solid #DEE1E3; }

.d4g-cam-item {
  border: 1px solid #DEE1E3;
  margin-bottom: 30px; }

.d4g-cam-wrapper {
  position: relative;
  min-height: 200px;
  padding-left: 300px;
  padding-right: 260px; }

.d4g-cam__image {
  width: 300px;
  position: absolute;
  top: 0;
  lefT: 0;
  float: left; }

.d4g-cam__content {
  padding: 30px; }
    .d4g-cam__content h5 {
        font-family: TitilliumWebBold, tahoma, sans-serif;
        color: #005294;
        margin-bottom: 20px;
    }
  .d4g-cam__content p:last-child {
    margin-bottom: 0; }

.d4g-cam__action {
  position: absolute;
  top: 50%;
  right: 30px;
  padding: 30px 0;
  margin-top: -54px;
  width: 203px; }
  .d4g-cam__action a {
    min-width: 203px; }

.touch .d4g-cam__action a:hover {
  background: #69be2d; }

@media (max-width: 992px) {
  .d4g-cam-list:last-child {
    margin-bottom: 30px; }
  .d4g-cam-intro {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 20px; }
  .d4g-cam-item {
    margin-bottom: 20px; }
  .d4g-cam-wrapper {
    position: relative;
    min-height: 165px;
    padding-left: 250px;
    padding-right: 200px; }
  .d4g-cam__image {
    width: 250px; }
  .d4g-cam__content {
    padding: 20px; }
    .d4g-cam__content h5 {
      margin-bottom: 15px; }
  .d4g-cam__action {
    width: 150px; }
    .d4g-cam__action a {
      min-width: 150px; } }

@media (max-width: 768px) {
  .d4g-cam-list:last-child {
    margin-bottom: 30px; }
  .d4g-cam-item {
    border: 0;
    border-top: 1px solid #DEE1E3;
    border-bottom: 0px; }
  .d4g-cam-intro {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 20px; }
  .d4g-cam-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .d4g-cam__image {
    position: relative;
    width: 150px;
    float: left;
    margin: 0 15px 0 0; }
  .d4g-cam__content {
    padding: 20px 0; }
    .d4g-cam__content h5 {
      font-size: 18px; }
  .d4g-cam__wrapper {
    min-height: 100px; }
  .d4g-cam__action {
    position: relative;
    margin: 0 0 20px 0;
    top: 0;
    right: 0;
    padding: 0;
    width: 100%; }
    .d4g-cam__action a {
      min-width: 150px;
      width: 100%; } }

@media (max-width: 480px) {
  .d4g-cam__image {
    width: 140px; } }

.d4g-pledge {
  background-color: #EDF0F2;
  padding: 50px 60px 50px 180px;
  position: relative;
  margin-bottom: 50px; }
  .d4g-pledge h3 {
    font-family: "Titillium Web", tahoma, sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    color: #393939; }
  .d4g-pledge p:last-child {
    margin-bottom: 0; }

.d4g-pledge__image {
  width: 62px;
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -50px; }

@media (max-width: 768px) {
  .d4g-pledge {
    padding: 30px 40px 30px 120px; }
  .d4g-pledge__image {
    left: 40px;
    width: 50px;
    margin-top: -40px; } }

@media (max-width: 480px) {
  .d4g-pledge {
    padding: 30px 40px 30px 30px;
    margin-bottom: 30px; }
  .d4g-pledge__image {
    position: relative;
    left: 0px;
    top: 0;
    margin: 0 auto 20px auto;
    width: 50px; } }

.d4g-form-heading {
  margin-bottom: 40px;
  position: relative; }
  .d4g-form-heading a {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -22px; }
    .d4g-form-heading a:after {
      content: '';
      position: relative;
      font-family: icons;
      width: 100%;
      height: 100%;
      z-index: 100;
      font-size: 24px;
      top: 5px; }
  @media (max-width: 768px) {
    .d4g-form-heading {
      margin-bottom: 20px; }
      .d4g-form-heading a {
        position: static;
        margin-top: 5px; } }

.d4g-form-panel {
  border: 1px solid #E5E6E8;
  margin-bottom: 30px;
  display: none; }
  .d4g-form-panel.current {
    display: block; }
  .d4g-form-panel ul.parsley-errors-list {
    display: none;
    margin-top: 3px; }
    .d4g-form-panel ul.parsley-errors-list.filled {
      display: block; }
    .d4g-form-panel ul.parsley-errors-list li {
      color: #c00;
      margin: 0; }

.d4g-steps {
  border-bottom: 1px solid #E5E6E8; }
  .d4g-steps::after {
    display: block;
    content: "";
    clear: both; }
  .d4g-steps .d4g-step {
    width: 33.33%;
    float: left;
    padding: 8px 3px;
    text-align: center;
    font-family: "Titillium Web", tahoma, sans-serif;
    color: #0088CE;
    font-size: 22px;
    opacity: 0.5;
    border-right: 1px solid #E5E6E8; }
    .d4g-steps .d4g-step:last-child {
      border-right: 0; }
    .d4g-steps .d4g-step b {
      border-radius: 30px;
      background-color: #0088CE;
      display: inline-block;
      color: #0088CE;
      width: 30px;
      height: 30px;
      line-height: 28px;
      font-size: 15px;
      position: relative;
      top: -2px;
      margin-right: 5px;
      color: #fff;
      position: relative; }
      .d4g-steps .d4g-step b:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        display: block;
        content: ''; }
    .d4g-steps .d4g-step.d4g-step--done {
      opacity: 1; }
      .d4g-steps .d4g-step.d4g-step--done b {
        background-color: #69BE2D;
        color: #69BE2D; }
        .d4g-steps .d4g-step.d4g-step--done b:after {
          background-image: url("../img/icon-check.svg");
          background-size: 15px 15px;
          background-repeat: no-repeat;
          background-position: center center; }
    .d4g-steps .d4g-step.d4g-step--active {
      background-color: #0088CE;
      color: #fff;
      opacity: 1; }
      .d4g-steps .d4g-step.d4g-step--active b {
        background-color: #fff;
        color: #0088CE; }

@media (max-width: 992px) {
  .d4g-steps .d4g-step {
    font-size: 20px; }
    .d4g-steps .d4g-step b {
      width: 25px;
      height: 25px;
      line-height: 25px; } }

@media (max-width: 768px) {
  .d4g-steps .d4g-step {
    font-size: 16px; }
    .d4g-steps .d4g-step b {
      width: 20px;
      height: 20px;
      line-height: 18px;
      top: 0;
      white-space: nowrap; } }

@media (max-width: 450px) {
  .d4g-steps .d4g-step {
    font-size: 14px; }
    .d4g-steps .d4g-step b {
      width: 20px;
      height: 20px;
      line-height: 18px;
      top: 0;
      white-space: nowrap;
      display: block;
      margin: 0 auto; } }

.touch .d4g-form-wrapper .form-next a.e-button--green:hover {
  background: #69be2d; }

.touch .d4g-form-wrapper .form-next a.e-button--black:hover {
  background: #393939; }

.d4g-form-wrapper {
  padding: 30px; }
  .d4g-form-wrapper iframe {
    width: 100%;
    height: 1200px;
    border: 0; }
    .d4g-form-wrapper .sub-title {
        font-family: "TitilliumWebBold", tahoma, sans-serif;
        color: #0088CE;
        margin-bottom: 20px;
    }
    .d4g-form-wrapper .sub-title span {
      padding-left: 10px; }
      .d4g-form-wrapper .sub-title span img {
        width: 100px; }
    .d4g-form-wrapper .sub-title.amount-title {
      margin-bottom: 30px;
      border-bottom: 1px solid #E5E6E8;
      padding-bottom: 30px; }
      .d4g-form-wrapper .sub-title.amount-title b {
        color: #333;
        font-family: "Titillium Web", tahoma, sans-serif; }
  .d4g-form-wrapper .d4g-thanks {
    text-align: center;
    padding: 20px 0 30px 0; }
    .d4g-form-wrapper .d4g-thanks img {
      max-width: 500px;
      margin: 0 auto; }
  .d4g-form-wrapper .form-group {
    border-bottom: 1px solid #E5E6E8;
    padding-bottom: 25px;
    margin-bottom: 35px; }
    .d4g-form-wrapper .form-group .row {
      margin-left: -8px;
      margin-right: -8px; }
    .d4g-form-wrapper .form-group .col-lg-6,
    .d4g-form-wrapper .form-group .col-md-6,
    .d4g-form-wrapper .form-group .col-sm-4,
    .d4g-form-wrapper .form-group .col-sm-6 {
      padding: 0 8px; }
  .d4g-form-wrapper .form-row {
    margin-bottom: 15px; }
    .d4g-form-wrapper .form-row label {
      font-weight: 700;
      margin-bottom: 8px;
      display: block; }
  .d4g-form-wrapper .form-next .e-button {
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 140px; }
  .d4g-form-wrapper .form-next .e-button--black:hover {
    background-color: #666;
    color: #fff; }
  .d4g-form-wrapper .cc-help {
    padding-top: 10px;
    display: inline-block; }
  .d4g-form-wrapper .select-cols {
    margin: 0 -5px; }
    .d4g-form-wrapper .select-cols::after {
      display: block;
      content: "";
      clear: both; }
    .d4g-form-wrapper .select-cols .select-col {
      width: 33.33%;
      float: left;
      padding: 0 5px; }
  .d4g-form-wrapper input.c-form__text:disabled {
    color: #bbb; }
  .d4g-form-wrapper .select-wrapper {
    position: relative; }
    .d4g-form-wrapper .select-wrapper:after {
      content: '';
      background-image: url("data:image/png;base64,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");
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 2px;
      right: 1px;
      pointer-events: none;
      background-color: #f6f7f8;
      z-index: 100;
      font-size: 20px;
      width: 30px;
      height: 36px;
      line-height: 41px;
      text-align: center;
      color: #333333; }
    .d4g-form-wrapper .select-wrapper select {
      border-radius: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: #f6f7f8;
      border: 1px solid #dee1e3;
      padding: .625rem;
      width: 100%;
      padding-right: 0; }
      .d4g-form-wrapper .select-wrapper select::-ms-expand {
        display: none; }

@media (max-width: 1200px) {
  .cc-help {
    padding-top: 10px;
    display: inline-block;
    float: right; } }

@media (max-width: 768px) {
  .d4g-form-wrapper {
    padding: 15px; }
    .d4g-form-wrapper .form-row {
      margin-bottom: 10px; }
      .d4g-form-wrapper .form-row label {
        margin-top: 10px; }
    .d4g-form-wrapper .form-group .col-sm-6:first-child {
      margin-bottom: 10px; } }

@media (max-width: 480px) {
  .d4g-form-wrapper .select-cols {
    margin: 0; }
    .d4g-form-wrapper .select-cols::after {
      display: block;
      content: "";
      clear: both; }
    .d4g-form-wrapper .select-cols .select-col {
      width: 100%;
      margin-bottom: 10px;
      float: none;
      padding: 0; }
      .d4g-form-wrapper .select-cols .select-col:last-child {
        margin-bottom: 0; } }

#amount-group {
  margin: 0 -5px; }
  #amount-group::after {
    display: block;
    content: "";
    clear: both; }
  #amount-group .amount-item {
    width: 16.666%;
    float: left;
    padding: 0 5px;
    cursor: pointer;
    color: #69BE2D; }
    #amount-group .amount-item.amount--active .amount-wrapper {
      background-color: #69BE2D;
      color: #fff; }
  #amount-group input[type=radio] {
    display: none; }
  #amount-group .amount-wrapper {
    text-align: center;
    border-radius: 3px;
    padding: 10px 3px;
    border: 1px solid #69BE2D; }

#amount-field-group {
  padding: 20px 0;
  display: none; }
  #amount-field-group.active {
    display: block; }
  #amount-field-group .title {
    font-family: "Titillium Web", tahoma, sans-serif;
    margin-bottom: 4px;
    font-size: 16px; }
  #amount-field-group .amount-field-wrapper {
    position: relative; }
  #amount-field-group #cancel-other-amount {
    font-family: icons;
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 20px; }

@media (max-width: 768px) {
  #amount-group .amount-item {
    width: 33.33%;
    margin-bottom: 10px;
    font-size: 14px; }
  #amount-field-group {
    padding-top: 0; } }

@media (max-width: 480px) {
  #amount-group .amount-item {
    font-size: 12px; } }

#currency-converter {
  margin-top: 5px; }
  #currency-converter p {
    font-family: "Titillium Web", tahoma, sans-serif;
    text-align: right;
    margin-bottom: 0; }
    #currency-converter p a {
      cursor: pointer; }
  #currency-converter .cc-panel {
    display: none; }
    #currency-converter .cc-panel.active {
      display: block; }
  #currency-converter table {
    margin-top: 20px; }
    #currency-converter table td {
      text-align: center;
      font-size: 14px; }
      #currency-converter table td:nth-child(3), #currency-converter table td:nth-child(5) {
        position: relative; }
        #currency-converter table td:nth-child(3):after, #currency-converter table td:nth-child(5):after {
          border: 7px solid transparent;
          border-top: 7px solid #333;
          content: '';
          position: absolute;
          top: 17px;
          right: 15px;
          pointer-events: none; }
      #currency-converter table td:nth-child(6) {
        text-align: right; }
    #currency-converter table tr:nth-child(2) td {
      padding-top: 5px;
      text-align: right; }
      #currency-converter table tr:nth-child(2) td a {
        color: #666 !important;
        text-align: right; }
    #currency-converter table input[type=text] {
      border-radius: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: #f6f7f8;
      border: 1px solid #dee1e3;
      padding: .625rem;
      width: 100%;
      font-size: 14px; }
    #currency-converter table select {
      border-radius: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: #f6f7f8;
      border: 1px solid #dee1e3;
      padding: .625rem;
      width: 100%;
      padding-right: 40px; }
      #currency-converter table select::-ms-expand {
        display: none; }

@media (max-width: 768px) {
  #currency-converter {
    margin-top: 5px; }
    #currency-converter p.note {
      text-align: center; }
    #currency-converter table {
      margin-top: 20px;
      display: block; }
      #currency-converter table tbody, #currency-converter table tr, #currency-converter table td {
        display: block; }
      #currency-converter table td {
        width: 100% !important; }
        #currency-converter table td:nth-child(6) {
          text-align: center; }
        #currency-converter table td:nth-child(2), #currency-converter table td:nth-child(4) {
          padding: 8px 0; }
        #currency-converter table td:nth-child(6) {
          padding: 12px 0 0 0; }
      #currency-converter table tr:nth-child(2) td {
        text-align: center; }
        #currency-converter table tr:nth-child(2) td a {
          text-align: center; }
      #currency-converter table input[type=text] {
        width: 100%;
        text-align: left !important; }
      #currency-converter table select {
        width: 100% !important; } }

@media (max-width: 450px) {
  #currency-converter p.note a {
    display: block; } }

.d4g-partners {
  padding: 30px 0 60px 0;
  text-align: center;
  color: #BDC3C7; }

.d4g-partners-images img {
  margin: 0 5px;
  width: auto; }

/* 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: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  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;
  -ms-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;
  -ms-touch-action: manipulation;
      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: 28px;
  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; } }
