/* Typography */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-Medium.eot");
  src: url("../fonts/gotham/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/Gotham-Medium.svg#Gotham-Medium") format("svg"), url("../fonts/gotham/Gotham-Medium.woff") format("woff"), url("../fonts/gotham/Gotham-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-Bold.eot");
  src: url("../fonts/gotham/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/Gotham-Bold.svg#Gotham-Bold") format("svg"), url("../fonts/gotham/Gotham-Bold.woff") format("woff"), url("../fonts/gotham/Gotham-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-Book.eot");
  src: url("../fonts/gotham/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/Gotham-Book.svg#Gotham-Book") format("svg"), url("../fonts/gotham/Gotham-Book.woff") format("woff"), url("../fonts/gotham/Gotham-Book.woff2") format("woff2");
  font-weight: lighter;
  font-style: normal; }

/* Colours */
.bgPalatinatePurple {
  background-color: #5B234C; }
.bgWhisperGrey {
  background-color: rgba(91, 35, 76, 0.1); }

.eternityGrey {
  color: #2E2E2D !important; }

/* Breakpoints:*/
/* MIXINS */
body {
  font-size: 19px;
  font-family: "Gotham", sans-serif;
  line-height: 1.6em;
  background-color: #ffffff;
  color: #2E2E2D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 107px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 40px; }
  @media (max-width: 991px) {
    body {
      padding-right: 20px;
      padding-left: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    body {
      padding-top: 75px;
      padding-right: 15px;
      padding-left: 15px;
      padding-bottom: 15px;
      font-size: 16px; } }
  @media (max-width: 479px) {
    body {
      font-size: 14px; } }
  body.locked {
    overflow: hidden; }
  body.toolbar-fixed.toolbar-horizontal {
    padding-top: 165px !important; }

/* TYPOGRAPHY */
h1 {
  font-family: "Gotham", sans-serif;
  font-size: 2.9em;
  margin-bottom: 1em;
  text-transform: uppercase; }
  @media (max-width: 479px) {
    h1 {
      font-size: 2em; } }

h2 {
  font-family: "Gotham", sans-serif;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 1em; }

h3 {
  font-family: "Gotham", sans-serif;
  font-size: 1.8em;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    h3 {
      font-size: 1.75em; } }

h4 {
  font-family: "Gotham", sans-serif; }
  @media (max-width: 767px) {
    h4 {
      font-size: 1.25em; } }

p, ul {
  margin-bottom: 1.5em; }

a {
  cursor: pointer;
  text-decoration: underline;
  color: inherit; }
  a:hover {
    color: #AA8125; }

blockquote {
  padding-left: 30px;
  border-left: 5px solid #888888;
  margin-bottom: 2em;
  font-size: 1.25em; }
  @media (max-width: 767px) {
    blockquote {
      border-left-width: 3px;
      padding-left: 15px; } }

/* COLOR CLASSES */
.white {
  color: #ffffff;
  border-color: #ffffff; }

.white-bg {
  background-color: #ffffff; }

.black {
  color: #000000;
  border-color: #000000; }

.black-bg {
  background-color: #000000; }

/* Helper Classes */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.fullHeight {
  height: 100%; }

/* Dividers */
/* Buttons */
button {
  border-radius: 0px !important; }
  button .button {
    outline: 0;
    border: none;
    box-shadow: none; }

.button {
  display: inline-block;
  font-family: "Gotham", sans-serif;
  font-size: 17px;
  line-height: 1em;
  font-weight: bold;
  padding: 20px 40px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition-duration: 300ms;
  -webkit-appearance: none;
  border-bottom-right-radius: 40px; }
  .button i {
    margin-left: 10px; }
  .button:hover, .button:focus {
    color: #ffffff;
    text-decoration: none; }
  .button.big {
    font-size: 18px;
    padding: 15px; }
  .button.black, form .form-actions .webform-button--submit,
  form .form-actions .form-submit {
    background-color: #AA8125; }
    .button.black:hover, form .form-actions .webform-button--submit:hover,
    form .form-actions .form-submit:hover {
      background-color: rgba(170, 129, 37, 0.8); }

/* Pager */
.pager {
  position: relative;
  display: flex;
  max-width: 800px;
  width: 100%;
  margin-top: 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .pager {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .pager .previous {
      text-align: left; } }
  @media (max-width: 767px) {
    .pager .next {
      text-align: right; } }
  .pager a {
    text-decoration: none; }
    .pager a.previous i {
      margin-right: 10px; }
      @media (max-width: 767px) {
        .pager a.previous i {
          margin-right: 5px; } }
    .pager a.next i {
      margin-left: 10px; }
      @media (max-width: 767px) {
        .pager a.next i {
          margin-left: 5px; } }

/* Form style */
form .form-item {
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    form .form-item {
      margin-bottom: 15px; } }
  form .form-item label {
    font-weight: bold;
    color: #5B234C; }
  form .form-item input[type="text"],
  form .form-item input[type="email"],
  form .form-item input[type="tel"],
  form .form-item input[type="password"],
  form .form-item textarea,
  form .form-item select {
    width: 100%;
    border: 2px solid #4B4F54;
    padding: 10px 20px;
    color: #000000;
    outline: 0;
    transition-duration: 300ms;
    border-radius: 0;
    background: transparent; }
    form .form-item input[type="text"]:focus,
    form .form-item input[type="email"]:focus,
    form .form-item input[type="tel"]:focus,
    form .form-item input[type="password"]:focus,
    form .form-item textarea:focus,
    form .form-item select:focus {
      border-color: #000000; }
  form .form-item textarea {
    min-height: 250px; }
  form .form-item select {
    width: 100%;
    height: 45px; }
  form .form-item .select2-container .select2-selection--single {
    border-radius: 0px;
    background-color: transparent;
    outline: none;
    border: 1px solid #888888;
    height: auto; }
    form .form-item .select2-container .select2-selection--single .select2-selection__arrow {
      height: 100%; }
  form .form-item.js-form-type-checkbox label {
    display: inline; }
  form .form-item.webform-type-radios legend {
    font-size: 1em; }
  form .form-item.webform-type-radios .fieldset-wrapper .form-item {
    margin-bottom: 10px;
    min-height: 20px; }
    form .form-item.webform-type-radios .fieldset-wrapper .form-item input {
      display: none; }
    form .form-item.webform-type-radios .fieldset-wrapper .form-item label {
      position: relative;
      padding-left: 35px;
      margin-bottom: 0px;
      cursor: pointer; }
      @media (max-width: 767px) {
        form .form-item.webform-type-radios .fieldset-wrapper .form-item label {
          padding-left: 30px; } }
      form .form-item.webform-type-radios .fieldset-wrapper .form-item label:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0px;
        top: 1px;
        border: 2px solid #000000;
        border-radius: 10px; }
      form .form-item.webform-type-radios .fieldset-wrapper .form-item label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 6px;
        width: 10px;
        height: 10px;
        background-color: #000000;
        border-radius: 5px;
        opacity: 0; }
    form .form-item.webform-type-radios .fieldset-wrapper .form-item input:checked ~ label:before {
      border-color: #000000; }
    form .form-item.webform-type-radios .fieldset-wrapper .form-item input:checked ~ label:after {
      opacity: 1; }

form .form-actions {
  text-align: center; }
  form .form-actions .webform-button--submit,
  form .form-actions .form-submit {
    cursor: pointer;
    border-radius: 0px;
    padding: 10px 20px;
    min-width: 175px;
    font-weight: bold;
    transition-duration: 300ms;
    border-bottom-right-radius: 40px;
    color: #ffffff; }

/* Shared Generic elements */
section {
  margin-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow-y: hidden; }
  @media (max-width: 991px) {
    section {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    section {
      margin-bottom: 45px; } }
  @media (max-width: 479px) {
    section {
      margin-bottom: 30px; } }
  section.no-margin-bottom {
    margin-bottom: 0px; }

/* Table */
/* System message */
section.message #block-messages > div > div {
  padding-top: 30px;
  padding-bottom: 30px; }

.system-message {
  text-align: center;
  padding-top: 30px;
  padding: 15px;
  background-color: #484848;
  color: #ffffff; }
  .system-message .sf-dump {
    text-align: left; }
  .system-message a {
    color: #ffffff;
    text-decoration: underline; }

/* Admin edit buttons */
#block-oandg-local-tasks {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #000000;
  position: relative;
  top: 0px;
  /*
  .role-authenticated &{
    display: none;
  }
  .role-manager &{
    display: block!important;
  }*/ }
  #block-oandg-local-tasks ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    #block-oandg-local-tasks ul li {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px; }
      #block-oandg-local-tasks ul li a {
        font-size: 11px;
        text-decoration: none;
        transition-duration: 300ms;
        padding-left: 5px;
        padding-right: 5px;
        text-transform: uppercase;
        color: #ffffff; }
        #block-oandg-local-tasks ul li a:hover {
          color: #ffffff; }

/* User forms */
section.user-forms {
  padding-top: 90px;
  margin-bottom: 120px; }
  section.user-forms .container {
    max-width: 700px; }
    section.user-forms .container h2 {
      text-align: center;
      margin-bottom: 30px; }
    section.user-forms .container form .form-item .description {
      display: none; }
    section.user-forms .container form .form-actions input {
      min-width: 150px; }

/* Overrides */
.img-fluid, .content-blocks .content-block .content-block__image img {
  max-width: 100%;
  height: auto; }

.select2-container .select2-results .select2-results__options {
  max-height: 400px;
  overflow-y: visible; }

/* Custom Icons */
/* Header */
header {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
  transition: 300ms top ease-out; }
  @media (max-width: 767px) {
    header.low-profile {
      top: 0px; } }
  header.low-profile .main-bar {
    padding: 17px 0px; }
  .toolbar-fixed.toolbar-horizontal header {
    top: 39px !important; }
  header .top-bar {
    display: none;
    background-color: #484848;
    padding: 5px 0px;
    z-index: 11;
    position: relative; }
    @media (max-width: 767px) {
      header .top-bar {
        display: none; } }
    header .top-bar nav.top-menu {
      position: relative; }
      header .top-bar nav.top-menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 0px;
        text-align: right;
        display: flex;
        justify-content: flex-end; }
        @media (max-width: 767px) {
          header .top-bar nav.top-menu ul {
            align-items: center;
            justify-content: center;
            text-align: center; } }
        header .top-bar nav.top-menu ul li {
          display: flex;
          padding: 0px 10px; }
          header .top-bar nav.top-menu ul li:first-of-type {
            padding-left: 0px; }
          header .top-bar nav.top-menu ul li:last-of-type {
            padding-right: 0px; }
          header .top-bar nav.top-menu ul li a {
            font-size: 14px;
            color: #ffffff;
            text-decoration: none;
            display: inline-block;
            line-height: 1em; }
            header .top-bar nav.top-menu ul li a:hover {
              color: #cacaca; }
  header .main-bar {
    background-color: #ffffff;
    padding: 27px 0px;
    transition-duration: 300ms; }
    @media (max-width: 767px) {
      header .main-bar {
        padding: 20px 0px; } }
  header .logo {
    position: relative;
    max-width: 200px;
    z-index: 11; }
    header .logo a {
      display: inline-block; }
  header .main-menu {
    position: relative;
    transition: opacity 300ms ease-out; }
    @media (max-width: 991px) {
      header .main-menu {
        display: none; } }
    header .main-menu ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      display: flex; }
      header .main-menu ul li {
        display: flex;
        align-items: center;
        height: 35px;
        margin-right: 20px;
        position: relative; }
        @media (max-width: 1199px) {
          header .main-menu ul li {
            margin-right: 15px; } }
        header .main-menu ul li:first-of-type {
          margin-left: 0px; }
        header .main-menu ul li:last-of-type {
          margin-right: 0px; }
        header .main-menu ul li a,
        header .main-menu ul li > span {
          display: flex;
          align-items: center;
          border-left: 1px solid #cacaca;
          padding-left: 10px;
          position: relative;
          font-size: 17px;
          height: 100%;
          text-transform: none;
          color: #484848;
          text-decoration: none;
          transition: opacity 300ms ease-out; }
          header .main-menu ul li a.active, header .main-menu ul li a.is-active, header .main-menu ul li a:focus, header .main-menu ul li a:hover,
          header .main-menu ul li > span.active,
          header .main-menu ul li > span.is-active,
          header .main-menu ul li > span:focus,
          header .main-menu ul li > span:hover {
            text-decoration: none;
            color: #888888; }
        header .main-menu ul li .sub-menu {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          top: 100%;
          background-color: #ffffff;
          z-index: 1;
          padding: 15px;
          min-width: 175px;
          transition: 300ms all; }
          header .main-menu ul li .sub-menu ul {
            display: block; }
            header .main-menu ul li .sub-menu ul li {
              height: auto;
              display: block; }
              header .main-menu ul li .sub-menu ul li:first-of-type {
                padding-left: 0px; }
              header .main-menu ul li .sub-menu ul li:last-of-type {
                padding-right: 0px; }
                header .main-menu ul li .sub-menu ul li:last-of-type a {
                  margin-bottom: 0px; }
              header .main-menu ul li .sub-menu ul li a {
                font-size: 15px;
                margin-bottom: 15px;
                padding-left: 0px;
                border-left: 0px;
                transition-duration: 300ms; }
                header .main-menu ul li .sub-menu ul li a:focus, header .main-menu ul li .sub-menu ul li a:hover {
                  text-decoration: none; }
        header .main-menu ul li:hover .sub-menu {
          opacity: 1;
          visibility: visible; }
  header .mobile-menu-button {
    display: none;
    width: 50px;
    height: 100%;
    position: relative; }
    @media (max-width: 991px) {
      header .mobile-menu-button {
        display: block; } }
    header .mobile-menu-button a {
      position: absolute;
      top: 0px;
      right: 0px;
      height: 100%;
      text-align: center;
      z-index: 15;
      cursor: pointer;
      display: inline-block;
      height: 100%;
      transition-duration: 300ms;
      transition-timing-function: ease-in-out; }
      header .mobile-menu-button a.open .menu-btn-icon span {
        height: 2px; }
        header .mobile-menu-button a.open .menu-btn-icon span:nth-child(1) {
          top: 0px;
          width: 0%;
          left: 50%; }
        header .mobile-menu-button a.open .menu-btn-icon span:nth-child(2) {
          transform: rotate(45deg); }
        header .mobile-menu-button a.open .menu-btn-icon span:nth-child(3) {
          transform: rotate(-45deg); }
        header .mobile-menu-button a.open .menu-btn-icon span:nth-child(4) {
          top: 14px;
          width: 0%;
          left: 50%; }
      header .mobile-menu-button a .menu-btn-icon {
        display: inline-block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 30px; }
        @media (max-width: 767px) {
          header .mobile-menu-button a .menu-btn-icon {
            width: 30px;
            height: 20px; } }
        header .mobile-menu-button a .menu-btn-icon span {
          background-color: #000000;
          display: block;
          position: absolute;
          height: 3px;
          width: 100%;
          border-radius: 0px;
          opacity: 1;
          left: 0;
          transform: rotate(0deg);
          transition: 300ms ease-in-out; }
          header .mobile-menu-button a .menu-btn-icon span:nth-child(1) {
            top: 0px; }
          header .mobile-menu-button a .menu-btn-icon span:nth-child(2), header .mobile-menu-button a .menu-btn-icon span:nth-child(3) {
            top: 14px; }
            @media (max-width: 767px) {
              header .mobile-menu-button a .menu-btn-icon span:nth-child(2), header .mobile-menu-button a .menu-btn-icon span:nth-child(3) {
                top: 9px; } }
          header .mobile-menu-button a .menu-btn-icon span:nth-child(4) {
            top: 29px; }
            @media (max-width: 767px) {
              header .mobile-menu-button a .menu-btn-icon span:nth-child(4) {
                top: 19px; } }
  header .call-to-action {
    text-align: right; }
    @media (max-width: 991px) {
      header .call-to-action {
        margin-right: 30px; } }
    @media (max-width: 767px) {
      header .call-to-action {
        display: none; } }

/* Mobile Menu */
#mobile-menu {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  background-color: #ffffff;
  overflow: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-duration: 300ms;
  transition-timing-function: ease-out; }
  @media (max-width: 767px) {
    #mobile-menu {
      padding-top: 75px; } }
  #mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transition-duration: 300ms;
    transition-timing-function: ease-out; }
  #mobile-menu:before {
    content: '';
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 130px;
    background-color: #ffffff;
    z-index: 1; }
    @media (max-width: 767px) {
      #mobile-menu:before {
        height: 75px; } }
  #mobile-menu .logo {
    margin-left: 0px;
    padding-top: 30px; }
    #mobile-menu .logo img {
      height: 36px; }
      @media (max-width: 767px) {
        #mobile-menu .logo img {
          height: 28px; } }
  #mobile-menu .menu-block {
    position: relative;
    border-left: 1px solid #cacaca;
    padding-left: 17.5px;
    padding-top: 15px;
    margin-top: 30px;
    margin-bottom: 45px; }
  #mobile-menu .main-menu {
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block; }
    #mobile-menu .main-menu ul {
      display: block;
      padding: 0px;
      margin: 0px;
      list-style: none;
      text-align: left; }
      #mobile-menu .main-menu ul li {
        display: block;
        height: auto;
        border-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        margin-bottom: 20px; }
        #mobile-menu .main-menu ul li.has-submenu a, #mobile-menu .main-menu ul li.has-submenu span {
          padding-right: 20px; }
          #mobile-menu .main-menu ul li.has-submenu a:after, #mobile-menu .main-menu ul li.has-submenu span:after {
            content: "\f078";
            position: absolute;
            right: 0px;
            top: 0px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            color: #888888;
            font-size: 14px;
            top: 7px; }
          #mobile-menu .main-menu ul li.has-submenu a.active:after, #mobile-menu .main-menu ul li.has-submenu span.active:after {
            content: "\f077"; }
        #mobile-menu .main-menu ul li a, #mobile-menu .main-menu ul li span {
          color: #484848;
          font-size: 20px;
          line-height: 1.2em;
          position: relative;
          display: inline-block;
          border-left: none;
          padding-left: 0px;
          transition-duration: 300ms; }
          #mobile-menu .main-menu ul li a:hover, #mobile-menu .main-menu ul li span:hover {
            text-decoration: none; }
        #mobile-menu .main-menu ul li .sub-menu,
        #mobile-menu .main-menu ul li .fixed-sub-menu {
          opacity: 0;
          visibility: hidden;
          max-height: 0;
          transition: all 300ms ease-out;
          position: relative;
          top: inherit;
          background-color: transparent;
          padding: 0px; }
          #mobile-menu .main-menu ul li .sub-menu.active,
          #mobile-menu .main-menu ul li .fixed-sub-menu.active {
            opacity: 1;
            visibility: visible;
            max-height: 480px; }
          #mobile-menu .main-menu ul li .sub-menu ul,
          #mobile-menu .main-menu ul li .fixed-sub-menu ul {
            padding-top: 20px; }
            #mobile-menu .main-menu ul li .sub-menu ul li,
            #mobile-menu .main-menu ul li .fixed-sub-menu ul li {
              margin-bottom: 10px; }
              #mobile-menu .main-menu ul li .sub-menu ul li:last-of-type,
              #mobile-menu .main-menu ul li .fixed-sub-menu ul li:last-of-type {
                margin-bottom: 0px; }
              #mobile-menu .main-menu ul li .sub-menu ul li a,
              #mobile-menu .main-menu ul li .fixed-sub-menu ul li a {
                font-size: 17px;
                color: #484848;
                text-transform: none;
                position: relative;
                padding-right: 0px; }
                #mobile-menu .main-menu ul li .sub-menu ul li a:after,
                #mobile-menu .main-menu ul li .fixed-sub-menu ul li a:after {
                  display: none; }
  #mobile-menu .social-links {
    /*position: absolute;
		width: 100%;
		bottom: 0px;
		text-align: center;*/
    left: 0px; }
    @media (max-width: 767px) {
      #mobile-menu .social-links {
        position: relative; } }
    #mobile-menu .social-links a {
      display: inline-block;
      color: #ffffff;
      width: 30px;
      height: 30px;
      text-align: center;
      border-radius: 30px;
      line-height: 30px;
      background-color: #484848;
      font-size: 18px;
      margin-left: 7.5px;
      margin-right: 7.5px;
      transition: 300ms all linear; }
      #mobile-menu .social-links a:first-of-type {
        margin-left: 0px; }
      #mobile-menu .social-links a:last-of-type {
        margin-right: 0px; }
      #mobile-menu .social-links a:hover, #mobile-menu .social-links a:focus {
        background-color: #888888; }

/* Social links */
.social-links {
  position: relative; }
  .social-links a {
    display: inline-block;
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    line-height: 30px;
    background-color: #484848;
    font-size: 18px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    transition: 300ms all linear; }
    .social-links a:first-of-type {
      margin-left: 0px; }
    .social-links a:last-of-type {
      margin-right: 0px; }
    .social-links a:hover, .social-links a:focus {
      background-color: #888888; }

/* User Account menu */
nav.account {
  display: none; }
  .role-special nav.account {
    display: block; }

/* Footer */
footer {
  background-color: #5B234C;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left; }
  @media (max-width: 767px) {
    footer {
      padding-top: 60px;
      padding-bottom: 30px; } }
  footer .logo {
    margin-bottom: 40px; }
  footer .address {
    margin-bottom: 30px;
    font-size: 0.85em; }
    @media (max-width: 767px) {
      footer .address {
        font-size: 0.95em; } }
  footer .social-links {
    margin-bottom: 30px; }
  footer .copyright-text {
    font-size: 12px;
    line-height: 1.6em; }
    @media (max-width: 767px) {
      footer .copyright-text {
        font-size: 10px;
        margin-bottom: 15px; } }
    footer .copyright-text.copyright-text-1 {
      margin-bottom: 20px; }
    footer .copyright-text a {
      color: #ffffff;
      text-decoration: underline; }
      footer .copyright-text a:hover, footer .copyright-text a:focus {
        color: #ffffff; }

/* SECTION: BASIC */
section.basic {
  padding-top: 90px; }
  @media (max-width: 991px) {
    section.basic {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    section.basic {
      padding-top: 45px; } }

/* SECTION: HERO */
section.hero {
  position: relative; }
  section.hero.basic {
    min-height: 600px;
    overflow: hidden;
    background: #5B234C; }
    @media (max-width: 1199px) {
      section.hero.basic {
        min-height: 500px; } }
    @media (max-width: 767px) {
      section.hero.basic {
        min-height: 480px; } }
    @media (max-width: 479px) {
      section.hero.basic {
        min-height: 400px; } }
  section.hero .hero--background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain; }
    @media (max-width: 991px) {
      section.hero .hero--background {
        display: none; } }
  section.hero .arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%, 0px); }
  section.hero .hero--content {
    text-align: left;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    padding-left: 40px;
    border-left: 1px solid #AA8125; }
    @media (max-width: 767px) {
      section.hero .hero--content {
        padding: 15px 30px; } }
    section.hero .hero--content h1 {
      margin-bottom: .5rem; }
    section.hero .hero--content p:last-of-type {
      margin-bottom: 0px; }

/* SECTION: CONTENT BLOCKS */
.content-blocks.bgColor {
  padding: 130px 0 100px;
  color: #ffffff; }
  @media (max-width: 991px) {
    .content-blocks.bgColor {
      padding: 50px 0 50px; } }
  .content-blocks.bgColor .content-blocks--intro .content-blocks--intro--text {
    color: #ffffff; }

.content-blocks.four {
  padding: 0 160px; }
  @media (max-width: 1499px) {
    .content-blocks.four {
      padding: 0 80px; } }
  @media (max-width: 991px) {
    .content-blocks.four {
      padding: 0px; } }
  .content-blocks.four .content-blocks--intro {
    text-align: left; }

.content-blocks .content-blocks--intro {
  text-align: center;
  margin-bottom: 45px; }
  .content-blocks .content-blocks--intro .content-blocks--intro--image {
    margin-bottom: 45px; }
  .content-blocks .content-blocks--intro .content-blocks--intro--image img {
    max-width:180px; }
    @media (max-width: 767px) {
    .content-blocks .content-blocks--intro .content-blocks--intro--image img {
    max-width:140px; } }
  .content-blocks .content-blocks--intro .content-blocks--intro--title {
    color: #AA8125; }
  .content-blocks .content-blocks--intro .content-blocks--intro--text {
    color: #5B234C; }

.content-blocks .content-block {
  margin-bottom: 45px; }
  .content-blocks .content-block .content-block__image {
    text-align: center;
    margin-bottom: 30px; }
  .content-blocks .content-block .content-block__link {
    text-align: center; }

/* SECTION: CONTENT AND IMAGE */
.content-and-image.left-image .content-and-image__text {
  padding: 100px 100px 100px 0; }
  @media (max-width: 1499px) {
    .content-and-image.left-image .content-and-image__text {
      padding: 50px 50px 50px 0; } }
  .content-and-image.left-image .content-and-image__text:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 230px;
    background: rgba(91, 35, 76, 0.1);
    right: 100%;
    top: 0; }
    @media (max-width: 991px) {
      .content-and-image.left-image .content-and-image__text:before {
        display: none; } }

.content-and-image.left-image .content-and-image__image {
  border-bottom-right-radius: 900px; }

.content-and-image.right-image .content-and-image__text {
  padding: 100px 0 100px 100px; }
  @media (max-width: 991px) {
    .content-and-image.right-image .content-and-image__text {
      padding-right: 30px; } }
  .content-and-image.right-image .content-and-image__text:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 230px;
    background: rgba(91, 35, 76, 0.1);
    left: 100%;
    top: 0; }
    @media (max-width: 991px) {
      .content-and-image.right-image .content-and-image__text:before {
        display: none; } }

.content-and-image.right-image .content-and-image__image {
  border-bottom-left-radius: 900px; }

.content-and-image .content-and-image__image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 991px) {
    .content-and-image .content-and-image__image {
      height: 480px; } }
  @media (max-width: 767px) {
    .content-and-image .content-and-image__image {
      height: 320px; } }
  @media (max-width: 479px) {
    .content-and-image .content-and-image__image {
      height: 240px; } }

.content-and-image .content-and-image__text {
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 100px;
  background: rgba(91, 35, 76, 0.1); }
  @media (max-width: 1499px) {
    .content-and-image .content-and-image__text {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (max-width: 991px) {
    .content-and-image .content-and-image__text {
      margin-top: 30px;
      margin-bottom: 0px;
      padding: 50px !important; } }
  @media (max-width: 479px) {
    .content-and-image .content-and-image__text {
      padding: 30px 15px !important; } }
  .content-and-image .content-and-image__text h2 {
    color: #5B234C; }
  .content-and-image .content-and-image__text ol {
    counter-reset: item;
    list-style: none; }
    .content-and-image .content-and-image__text ol li:before {
      position: absolute;
      transform: translateX(-40px);
      content: "(" counter(item, lower-roman) ")";
      counter-increment: item;
      color: #AA8125; }
  @media (max-width: 767px) {
    .content-and-image .content-and-image__text {
      padding: 30px; } }
  @media (max-width: 479px) {
    .content-and-image .content-and-image__text {
      padding: 30px 0px; } }

.content-and-image .content-and-image__link {
  margin-top: 30px; }

@media (max-width: 991px) {
  .content-and-image div[class^="col-"] {
    padding-left: 0;
    padding-right: 0; } }

/* SECTION: SINGLE-IMAGE */
.single-image.background {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 991px) {
    .single-image.background {
      min-height: 480px; } }
  @media (max-width: 767px) {
    .single-image.background {
      min-height: 320px; } }
  @media (max-width: 479px) {
    .single-image.background {
      min-height: 240px; } }

/* SECTION: IMAGE GALLERY */
.image-gallery .image-gallery--title {
  text-align: center;
  margin-bottom: 30px; }

.image-gallery .image-gallery--image {
  margin-bottom: 10px; }
  .image-gallery .image-gallery--image a {
    display: block; }

/* SECTION: IMAGE SLIDER */
@media (max-width: 1499px) {
  section.image-slider .slick-slider .slider-content {
    margin-left: 60px; } }

@media (max-width: 767px) {
  section.image-slider .slick-slider .slider-content {
    margin-left: 15px; } }

section.image-slider .slick-slider .slider-content .slider-content__text {
  display: inline-block;
  font-size: 21px;
  color: #ffffff;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    section.image-slider .slick-slider .slider-content .slider-content__text {
      font-size: 18px;
      padding: 15px;
      margin-bottom: 15px; } }
  section.image-slider .slick-slider .slider-content .slider-content__text p:last-of-type {
    margin-bottom: 0px; }

@media (max-width: 767px) {
  section.image-slider .slick-slider .slider-content .slider-content__link a {
    font-size: 14px;
    padding: 10px; } }

section.image-slider .slick-slider .slide {
  position: relative;
  height: 600px;
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    section.image-slider .slick-slider .slide {
      height: 500px; } }
  @media (max-width: 767px) {
    section.image-slider .slick-slider .slide {
      height: 380px;
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 479px) {
    section.image-slider .slick-slider .slide {
      height: 280px;
      padding-top: 30px;
      padding-bottom: 30px; } }

section.image-slider .slick-slider .slide-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1; }

section.image-slider .slick-slider .slick-disabled {
  visibility: hidden;
  opacity: 0; }

section.image-slider .slick-slider .slick-arrow {
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
  width: 32.5px;
  height: 50px;
  font-size: 0px;
  line-height: 0px;
  padding: 0px;
  outline: none;
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0px;
  outline: none;
  transition-duration: 300ms; }
  @media (max-width: 767px) {
    section.image-slider .slick-slider .slick-arrow {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      padding: 0px;
      background-color: #000000; } }
  section.image-slider .slick-slider .slick-arrow:hover {
    color: #cacaca; }
    @media (max-width: 767px) {
      section.image-slider .slick-slider .slick-arrow:hover {
        color: #ffffff;
        background-color: #484848; } }
  section.image-slider .slick-slider .slick-arrow:before {
    font-size: 50px;
    line-height: 1em; }
    @media (max-width: 767px) {
      section.image-slider .slick-slider .slick-arrow:before {
        font-size: 24px; } }

section.image-slider .slick-slider .slick-prev {
  left: 30px;
  cursor: pointer; }
  @media (max-width: 1199px) {
    section.image-slider .slick-slider .slick-prev {
      left: 15px; } }
  @media (max-width: 767px) {
    section.image-slider .slick-slider .slick-prev {
      left: 15px;
      top: calc(100% - 60px); } }
  section.image-slider .slick-slider .slick-prev:before {
    content: "\f053"; }

section.image-slider .slick-slider .slick-next {
  right: 30px;
  cursor: pointer; }
  @media (max-width: 1499px) {
    section.image-slider .slick-slider .slick-next {
      right: 40px; } }
  @media (max-width: 1199px) {
    section.image-slider .slick-slider .slick-next {
      right: 15px; } }
  @media (max-width: 767px) {
    section.image-slider .slick-slider .slick-next {
      left: 55px;
      top: calc(100% - 60px); } }
  section.image-slider .slick-slider .slick-next:before {
    content: "\f054"; }

/* Testimonials */
section.testimonials {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #484848;
  color: #ffffff;
  overflow: hidden; }
  @media (max-width: 991px) {
    section.testimonials {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    section.testimonials {
      padding-top: 45px;
      padding-bottom: 45px; } }
  section.testimonials .testimonials__testimonial-slider .slick-dots {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px; }
    section.testimonials .testimonials__testimonial-slider .slick-dots li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
      section.testimonials .testimonials__testimonial-slider .slick-dots li.slick-active button {
        background-color: #ffffff; }
      section.testimonials .testimonials__testimonial-slider .slick-dots li button {
        border-color: #ffffff;
        background-color: transparent;
        width: 16px;
        height: 16px;
        border-radius: 20px !important;
        outline: 0;
        overflow: hidden;
        font-size: 0px;
        text-indent: -9999px; }
  section.testimonials .testimonials__testimonial-slider .slick-disabled {
    visibility: hidden;
    opacity: 0; }
  section.testimonials .testimonials__testimonial-slider .slick-arrow {
    opacity: 1;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
    width: 32.5px;
    height: 50px;
    font-size: 0px;
    line-height: 0px;
    padding: 0px;
    outline: none;
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
    font-family: "Font Awesome 5 Free" !important;
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0px;
    outline: none;
    transition-duration: 300ms; }
    @media (max-width: 767px) {
      section.testimonials .testimonials__testimonial-slider .slick-arrow {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        padding: 0px;
        background-color: #888888;
        color: #ffffff;
        display: none; } }
    section.testimonials .testimonials__testimonial-slider .slick-arrow:hover {
      color: #cacaca; }
    section.testimonials .testimonials__testimonial-slider .slick-arrow:before {
      font-size: 50px;
      line-height: 1em; }
      @media (max-width: 767px) {
        section.testimonials .testimonials__testimonial-slider .slick-arrow:before {
          font-size: 24px; } }
  section.testimonials .testimonials__testimonial-slider .slick-prev {
    left: 30px;
    cursor: pointer; }
    @media (max-width: 1199px) {
      section.testimonials .testimonials__testimonial-slider .slick-prev {
        left: 15px; } }
    @media (max-width: 767px) {
      section.testimonials .testimonials__testimonial-slider .slick-prev {
        left: 10px; } }
    section.testimonials .testimonials__testimonial-slider .slick-prev:before {
      content: "\f053"; }
  section.testimonials .testimonials__testimonial-slider .slick-next {
    right: 30px;
    cursor: pointer; }
    @media (max-width: 1499px) {
      section.testimonials .testimonials__testimonial-slider .slick-next {
        right: 40px; } }
    @media (max-width: 1199px) {
      section.testimonials .testimonials__testimonial-slider .slick-next {
        right: 15px; } }
    @media (max-width: 767px) {
      section.testimonials .testimonials__testimonial-slider .slick-next {
        right: 10px; } }
    section.testimonials .testimonials__testimonial-slider .slick-next:before {
      content: "\f054"; }
  section.testimonials .testimonials__testimonial-slider__testimonial {
    text-align: center; }
    section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text {
      font-size: 28px;
      line-height: 1.2em;
      max-width: 850px;
      margin: auto;
      margin-bottom: 0px; }
      @media (max-width: 1199px) {
        section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text {
          font-size: 26px;
          padding-left: 60px;
          padding-right: 60px; } }
      @media (max-width: 991px) {
        section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text {
          font-size: 22px;
          padding-left: 75px;
          padding-right: 75px; } }
      @media (max-width: 767px) {
        section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text {
          font-size: 18px;
          padding-left: 45px;
          padding-right: 45px; } }
      @media (max-width: 479px) {
        section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text {
          font-size: 16px;
          line-height: 1.4em; } }
      section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text i {
        margin-bottom: 30px;
        color: #cacaca; }
        @media (max-width: 767px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text i {
            margin-bottom: 15px; } }
      section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text p:last-of-type {
        margin-bottom: 30px; }
    section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author {
      margin-bottom: 60px; }
      @media (max-width: 1199px) {
        section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author {
          margin-bottom: 30px; } }
      section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .name {
        font-size: 18px;
        line-height: 1.2em;
        font-weight: 700; }
        @media (max-width: 991px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .name {
            font-size: 16px; } }
        @media (max-width: 767px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .name {
            font-size: 14px; } }
      section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .location {
        font-size: 18px;
        line-height: 1.2em; }
        @media (max-width: 991px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .location {
            font-size: 16px; } }
        @media (max-width: 767px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .location {
            font-size: 14px; } }

/* SECTION: Video player */
section.video {
  text-align: center; }
  @media (max-width: 1199px) {
    section.video {
      margin-bottom: 90px; } }
  @media (max-width: 767px) {
    section.video {
      margin-bottom: 30px; } }
  section.video .video-js,
  section.video iframe {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    height: 640px; }
    @media (max-width: 991px) {
      section.video .video-js,
      section.video iframe {
        height: 400px; } }
    @media (max-width: 767px) {
      section.video .video-js,
      section.video iframe {
        height: 250px; } }
    @media (max-width: 479px) {
      section.video .video-js,
      section.video iframe {
        height: 200px; } }

/* Section: Form */
section.form .form__title {
  text-align: center;
  color: #AA8125; }

section.form .form__intro {
  text-align: center;
  margin-bottom: 30px;
  color: #5B234C; }

section.form .form__container {
  margin-bottom: 30px; }

section.form .form__tandcs {
  color: rgba(46, 46, 45, 0.7); }

/* Section: Map Embed */
section.map-embed .map iframe {
  height: 600px; }
  @media (max-width: 1199px) {
    section.map-embed .map iframe {
      height: 450px; } }
  @media (max-width: 767px) {
    section.map-embed .map iframe {
      height: 320px; } }
  @media (max-width: 479px) {
    section.map-embed .map iframe {
      height: 200px; } }

/* Section: News */
.news.landing {
  padding-top: 90px; }
  @media (max-width: 767px) {
    .news.landing {
      padding-top: 45px; } }
  @media (max-width: 479px) {
    .news.landing {
      padding-top: 30px; } }
  .news.landing .news__article {
    margin-bottom: 45px; }
    @media (max-width: 479px) {
      .news.landing .news__article {
        margin-bottom: 30px; } }

@media (max-width: 991px) {
  .news.block .news__article {
    max-width: 600px;
    margin: auto;
    margin-bottom: 60px; } }

@media (max-width: 767px) {
  .news.block .news__article {
    margin-bottom: 30px; } }

.news .news__title {
  text-align: center;
  margin-bottom: 30px; }

.news .news__article {
  margin-bottom: 30px; }
  .news .news__article .news__article__image {
    margin-bottom: 30px; }
  .news .news__article .news__article__date {
    font-size: 0.8em;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .news .news__article .news__article__date {
        font-size: 0.9em; } }
  .news .news__article .news__article__title {
    margin-bottom: 15px; }
  .news .news__article .news__article__text {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .news .news__article .news__article__text {
        margin-bottom: 15px; } }

.news .news__view-all {
  text-align: center;
  margin-top: 30px; }
  .news .news__view-all a {
    min-width: 175px; }

/* Section: News-single */
.news-single .news-single__title h1 {
  margin-bottom: 0px; }

.news-single .news-single__date {
  margin-bottom: 30px;
  font-size: 0.8em;
  text-transform: uppercase; }
  @media (max-width: 479px) {
    .news-single .news-single__date {
      margin-bottom: 15px;
      font-size: 0.9em; } }

.news-single .news-single__intro {
  margin-bottom: 45px; }
  @media (max-width: 479px) {
    .news-single .news-single__intro {
      margin-bottom: 30px; } }

.news-single .news-single__image {
  margin-bottom: 45px; }
  @media (max-width: 479px) {
    .news-single .news-single__image {
      margin-bottom: 30px; } }

/* Magnific popup animations */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* =transition */
.mfp-ready .mfp-figure {
  opacity: 0; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.95); }

.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  transform: scale(0.95);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0; }

.mfp-iframe-scaler {
  overflow: visible;
  /*so the close button is shown*/ }

.mfp-zoom-out-cur {
  cursor: auto; }

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer; }

/* Fix for videos */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8); }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0; }

.mfp-close {
  z-index: -1; }
