@charset "UTF-8";

body,
html {
  width: 100%;
  height: 100%;
}

body {
  background: #F2F2F2;
  color: #5A5A5A;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}

hr {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
}

a {
  color: #B2022F;
  transition: all 0.2s;
}

a:hover {
  color: #b1022f;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  color: #0F0F0F;
  margin-bottom: 10px;
}

h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  font-size: 20px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  font-weight: 500;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  font-weight: 500;
}

p {
  font-size: 14px;
  line-height: 20px;
}

.lead {
  font-size: 18px;
  line-height: 26px;
}

strong {
  font-weight: 600;
}

.bg-dark {
  background-color: #0F0F0F !important;
  color: #fff;
}

.bg-primary {
  background-color: #B2022F !important;
}

.bg-light {
  background-color: #F2F2F2 !important;
}

.main {
  position: relative;
  top: 70px;
}

.main-map {
  height: calc(100% - 70px);
}

section {
  padding: 60px 0;
}

@media (max-width: 992px) {
  section {
    padding: 30px 0;
  }
}

section ul {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

section ul li {
  margin: 0;
  padding: 0;
}

.row-table {
  display: table;
  width: 100%;
}

.col-td {
  display: table-cell;
  vertical-align: middle;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.map-full {
  width: 100%;
  height: 100%;
}

.map-full iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
  overflow-y: auto;
  overflow-x: hidden;
}

::-moz-selection {
  color: #fff;
  background: #0F0F0F;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #0F0F0F;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

.navbar {
  background: #fff;
  z-index: 100;
  height: 70px;
  margin: 0;
  padding: 0;
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.15);
}

.navbar .logo {
  position: relative;
  width: 200px;
  height: 70px;
  background: url("https://vm.imedia8.com/img/logo-svg.svg") no-repeat center center;
  background-size: 80px 48px;
}

.navbar .logo:focus,
.navbar .logo:hover {
  opacity: 0.75;
}

.navbar .logo:after {
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px rgba(219, 219, 219, 0.6);
  height: 70px;
  content: "";
}

@media (max-width: 992px) {
  .navbar .logo {
    width: 120px;
  }

  .navbar .logo:after {
    display: none;
  }
}

.navbar .form-search {
  position: relative;
  margin-left: 20px;
}

.navbar .form-search .form-control {
  width: 140px;
  padding-right: 10px;
  font-size: 13px;
  padding: 0;
  padding-left: 24px;
  border: 0;
}

.navbar .form-search .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #5A5A5A;
}

.navbar .form-search .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  color: #5A5A5A;
}

.navbar .form-search .form-control::-moz-placeholder {
  color: #5A5A5A;
}

.navbar .form-search .form-control::-ms-input-placeholder {
  color: #5A5A5A;
}

.navbar .form-search .form-control::placeholder {
  color: #5A5A5A;
}

.navbar .form-search:after {
  position: absolute;
  left: 0;
  content: "\F002";
  font-family: "Font Awesome 5 Pro";
  line-height: 42px;
  color: #5A5A5A;
}

.navbar .form-radio {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0 !important;
  padding-top: 3px;
}

.navbar .form-radio:last-child {
  margin-right: 0;
}

.navbar .form-radio .label-text {
  color: #0F0F0F;
  font-weight: 500;
  font-size: 13px;
}

.navbar .form-radio input[type=radio] + .label-text:before {
  margin-right: 6px;
}

.navbar .navbar-left > li.nav-item {
  position: relative;
  margin: 0;
  padding: 0;
}

.navbar .navbar-left > li.nav-item > a.nav-link,
.navbar .navbar-left > li.nav-item > a.nav-link:focus {
  font-size: 13px;
  line-height: 70px;
  font-weight: 500;
  border-bottom: solid 1px transparent;
  color: #0F0F0F;
  padding: 0 15px;
}

.navbar .navbar-left > li.nav-item > a.nav-link:hover,
.navbar .navbar-left > li.nav-item > a.nav-link:focus:hover {
  color: #B2022F;
  border-bottom: solid 1px #B2022F;
}

.navbar .navbar-left > li.nav-item > a.nav-link.active,
.navbar .navbar-left > li.nav-item > a.nav-link:focus.active {
  color: #B2022F !important;
  background-color: transparent;
}

.navbar .navbar-left > li.nav-item > a.nav-link.active:hover,
.navbar .navbar-left > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

.navbar .navbar-left > li.nav-item:after {
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px rgba(219, 219, 219, 0.6);
  height: 70px;
  content: "";
}

.navbar .navbar-left > li.nav-radio {
  position: relative;
  padding-right: 20px;
  line-height: 62px;
}

.navbar .navbar-right > li.nav-item {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}

.navbar .navbar-right > li.nav-item > a.nav-icon,
.navbar .navbar-right > li.nav-item > a.nav-icon:focus {
  min-width: 64px;
  font-size: 20px;
  line-height: 70px;
  font-weight: 500;
  border-bottom: solid 1px transparent;
  color: #5A5A5A;
  padding: 0 15px;
}

.navbar .navbar-right > li.nav-item > a.nav-icon .indicator,
.navbar .navbar-right > li.nav-item > a.nav-icon:focus .indicator {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: inline-block;
  padding: 0 5px;
  line-height: 20px;
  font-size: 12px;
  background: #B2022F;
  color: #fff;
  border-radius: 3px;
}

.navbar .navbar-right > li.nav-item > a.nav-icon:hover,
.navbar .navbar-right > li.nav-item > a.nav-icon:focus:hover {
  color: #B2022F;
  border-bottom: solid 1px #B2022F;
}

.navbar .navbar-right > li.nav-item > a.nav-icon.active,
.navbar .navbar-right > li.nav-item > a.nav-icon:focus.active {
  color: #B2022F !important;
  background-color: transparent;
}

.navbar .navbar-right > li.nav-item > a.nav-icon.active:hover,
.navbar .navbar-right > li.nav-item > a.nav-icon:focus.active:hover {
  background-color: transparent;
}

.navbar .navbar-right > li.nav-item:first-child:before {
  position: absolute;
  left: 0;
  top: 0;
  border-left: solid 1px rgba(219, 219, 219, 0.6);
  height: 70px;
  content: "";
}

.navbar .navbar-right > li.nav-item:after {
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px rgba(219, 219, 219, 0.6);
  height: 70px;
  content: "";
}

.navbar .navbar-right li.dropdown .dropdown-toggle {
  display: table;
  line-height: 70px;
  font-weight: 500;
  border-bottom: solid 1px transparent;
  color: #0F0F0F;
  padding: 0 40px 0 15px;
}

.navbar .navbar-right li.dropdown .dropdown-toggle .img {
  display: table-cell;
  vertical-align: middle;
}

.navbar .navbar-right li.dropdown .dropdown-toggle .img .img-profile {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.navbar .navbar-right li.dropdown .dropdown-toggle .name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  line-height: 20px;
  padding-left: 10px;
}

.navbar .navbar-right li.dropdown .dropdown-toggle .name small {
  display: block;
}

.navbar .navbar-right li.dropdown .dropdown-toggle::after {
  position: absolute;
  top: 15px;
  right: 15px;
  content: "\F078";
  font-family: "Font Awesome 5 Pro";
  line-height: 42px;
  color: #5A5A5A;
  border: 0;
}

.navbar .navbar-right li.dropdown .dropdown-toggle:hover {
  color: #B2022F;
  border-bottom: solid 1px #B2022F;
}

.navbar .navbar-right li.dropdown .dropdown-menu {
  right: 0;
  border-radius: 0;
  border-color: #DBDBDB;
}

.navbar .navbar-right li.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 24px;
}

.navbar .navbar-right li.dropdown .dropdown-menu .dropdown-item .far {
  min-width: 20px;
}

.navbar .navbar-toggler {
  margin-right: 10px;
}

.navbar .sidebar-toggler {
  position: absolute;
  left: 10px;
  padding: 10px;
  line-height: 10px;
}

.sidebar {
  position: fixed;
  top: 70px;
  left: 0;
  width: 200px;
  height: calc(100% - 70px);
  padding: 10px 0 70px;
  background: #0F0F0F;
  z-index: 10;
  overflow-x: auto;
  transition: all 0.2s;
}

@media (max-width: 992px) {
  .sidebar {
    margin-left: -200px;
  }
}

.sidebar .navbar-nav > li.nav-item > a.nav-link,
.sidebar .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 13px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
}

.sidebar .navbar-nav > li.nav-item > a.nav-link i,
.sidebar .navbar-nav > li.nav-item > a.nav-link:focus i {
  min-width: 20px;
  transition: all 0.2s;
}

.sidebar .navbar-nav > li.nav-item > a.nav-link.collapsed,
.sidebar .navbar-nav > li.nav-item > a.nav-link:focus.collapsed {
  color: #fff;
}

.sidebar .navbar-nav > li.nav-item > a.nav-link.collapsed i,
.sidebar .navbar-nav > li.nav-item > a.nav-link:focus.collapsed i {
  color: #fff;
}

.sidebar .navbar-nav > li.nav-item > a.nav-link.collapsed:hover,
.sidebar .navbar-nav > li.nav-item > a.nav-link:focus.collapsed:hover {
  background: #1e1e1e;
}

.sidebar .navbar-nav > li.nav-item > a.nav-link.collapsed:hover i,
.sidebar .navbar-nav > li.nav-item > a.nav-link:focus.collapsed:hover i {
  color: #B2022F;
}

.sidebar .navbar-nav > li.nav-item.active a.nav-link {
  background: #1e1e1e;
  border-left: solid 5px #B2022F;
}

.sidebar .navbar-nav > li.nav-item .collapse-item {
  display: inline-block;
  width: 100%;
  color: #fff;
  line-height: 24px;
  margin: 1px 0;
  padding: 0 15px;
  border-left: solid 5px transparent;
}

.sidebar .navbar-nav > li.nav-item .collapse-item span {
  color: #B2022F;
  font-size: 12px;
}

.sidebar .navbar-nav > li.nav-item .collapse-item:hover {
  background: #1e1e1e;
}

.sidebar .navbar-nav > li.nav-item .collapse-item:last-child {
  margin-bottom: 10px;
}

.sidebar .navbar-nav > li.nav-item .collapse-item.active {
  background: #1e1e1e;
  border-left: solid 5px #B2022F;
}

.sidebar .sidebar-divider {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.2);
}

.sidebar .sidebar-help {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 20px;
}

.sidebar .sidebar-help .btn {
  background: #1e1e1e;
  color: #fff;
}

.sidebar .sidebar-help .btn:hover {
  background: #292929;
}

.sidebar .sidebar-help ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.sidebar .sidebar-help ul li {
  margin: 0;
  padding: 0;
}

.sidebar .sidebar-help ul li a {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.sidebar .sidebar-help ul li a:hover {
  color: #fff;
}

.reveal {
  margin-left: 0;
}

.sidebar-hide {
  margin-left: -200px !important;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1b1b1b;
  opacity: 0.8;
  z-index: 7;
}

footer {
  position: relative;
  background: #fff;
  z-index: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.15);
}

footer .links {
  padding: 50px 0;
  color: #5A5A5A;
  font-size: 14px;
}

footer .links .logo {
  display: inline-block;
  width: 190px;
  height: 70px;
  background-size: 190px 70px;
  text-indent: -9999px;
  margin: 0;
}

footer .links h3 {
  color: #0F0F0F;
  text-transform: uppercase;
  font-size: 14px;
}

footer .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .links ul li {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}

footer .links ul li a {
  display: inline-block;
  color: #5A5A5A;
  border-bottom: solid 1px transparent;
}

footer .links ul li a:hover {
  border-bottom: solid 1px #B2022F;
}

footer .copyright {
  padding: 15px 0;
  color: #5A5A5A;
  font-size: 13px;
  border-top: solid 1px #DBDBDB;
}

footer .links-social {
  padding: 0;
  font-size: 16px;
}

footer .links-social a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: #5A5A5A;
}

footer .links-social a:hover {
  color: #B2022F;
}

section.content {
  position: relative;
  margin-left: 200px;
  padding: 30px 15px;
  transition: all 0.2s;
}

@media (max-width: 992px) {
  section.content {
    margin-left: 0;
  }
}

section.content-map {
  position: relative;
  margin-left: 200px;
  padding: 0;
  height: 100%;
  transition: all 0.2s;
}

@media (max-width: 992px) {
  section.content-map {
    margin-left: 0;
  }
}

.content-hide {
  margin-left: 0 !important;
}

.col-map {
  position: relative;
  height: 100%;
}

@media (max-width: 992px) {
  .col-map {
    display: block;
    height: auto;
  }

  .col-map .map-full {
    min-height: 300px;
  }

  .col-map .map-full iframe {
    min-height: 300px;
  }
}

.col-aside {
  position: relative;
  background: #fff;
  min-width: 320px;
  min-height: 100%;
  height: 100%;
  vertical-align: top;
}

@media (max-width: 992px) {
  .col-aside {
    display: block;
  }
}

.col-aside .form-search {
  position: relative;
}

.col-aside .form-search .form-control {
  min-width: 180px;
  font-size: 13px;
  padding-left: 34px;
  padding-right: 10px;
  color: #0F0F0F;
}

.col-aside .form-search .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #5A5A5A;
}

.col-aside .form-search .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  color: #5A5A5A;
}

.col-aside .form-search .form-control::-moz-placeholder {
  color: #5A5A5A;
}

.col-aside .form-search .form-control::-ms-input-placeholder {
  color: #5A5A5A;
}

.col-aside .form-search .form-control::placeholder {
  color: #5A5A5A;
}

.col-aside .form-search:after {
  position: absolute;
  left: 10px;
  content: "\F002";
  font-family: "Font Awesome 5 Pro";
  line-height: 42px;
  color: #0F0F0F;
}

.col-aside .details {
  position: relative;
  padding: 20px 20px 50px;
}

.col-aside .details ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.col-aside .details ul.list li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.col-aside .details ul.list li a {
  color: inherit;
  border-bottom: solid 1px #B2022F;
  color: #0F0F0F;
  font-weight: 500px;
}

.col-aside .details ul.list li a:hover {
  color: #B2022F;
}

#map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 992px) {
  #map {
    position: absolute;
    min-height: 300px;
    height: 300px;
  }
}

.form-group label {
  width: 100%;
  color: #5A5A5A;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0;
  cursor: pointer;
}

.form-group label a {
  color: #5A5A5A;
  border-bottom: solid 1px transparent;
}

.form-group label a:hover {
  color: #5A5A5A;
  border-color: #B2022F;
}

.form-group label a.link {
  color: #5A5A5A;
  border-bottom: solid 1px #B2022F;
}

.form-group label a.link:hover {
  color: #B2022F;
  border-color: #B2022F;
}

.form-group label .info {
  font-size: 10px;
}

.form-control {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 42px;
  font-size: 14px;
  border: solid 1px #DBDBDB;
  border-radius: 0;
}

.form-control:hover,
.form-control:focus,
.form-control:active {
  outline: none !important;
  box-shadow: none !important;
  border: solid 1px #cecece;
}

.form-select {
  position: relative;
}

.form-select select {
  background: #fff !important;
  display: block;
  width: 100%;
  height: 42px;
  border: solid 1px #DBDBDB;
  border-radius: 1px;
  line-height: 40px;
  padding: 0 0.8rem;
  color: #5A5A5A;
  background-image: none;
  text-indent: 0.01px;
  text-overflow: "";
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.form-select:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  top: 25px;
  line-height: 40px;
  right: 20px;
  z-index: 0;
  color: #4a4a4a;
  pointer-events: none;
  content: "\F078";
  font-weight: 300;
}

.form-select select:hover {
  border-color: #cecece;
}

.form-date:after {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
  font-family: "Font Awesome 5 Pro";
  content: "\F073";
  font-weight: bold;
  z-index: 9;
}

.input-group-text {
  background: #fff;
  border: solid 1px #fff;
}

.form-checkbox,
.form-radio {
  margin-bottom: 5px;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  right: 9000px;
}

input[type=radio] + .label-text:before {
  content: "\F00C";
  font-family: "Font Awesome 5 Pro";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 10px;
  background: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #DBDBDB;
  transition: all 0.2s;
  cursor: pointer;
  font-weight: bold;
  float: left;
}

input[type=radio]:checked + .label-text:before {
  content: "\F00C";
  background: #B2022F;
  color: #fff;
  border: 1px solid #B2022F;
  font-weight: bold;
}

input[type=radio]:disabled + .label-text {
  color: #aaa;
}

input[type=radio]:disabled + .label-text:before {
  content: "\F0C8";
  color: #ccc;
}

input[type=checkbox] + .label-text:before {
  content: "\F00C";
  font-family: "Font Awesome 5 Pro";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 10px;
  background: transparent;
  border: 1px solid #d9d9d9;
  width: 24px;
  height: 24px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: transparent;
  transition: all 0.2s;
  cursor: pointer;
  font-weight: bold;
  float: left;
}

input[type=checkbox]:checked + .label-text:before {
  content: "\F00C";
  background: #B2022F;
  color: #fff;
  border: 1px solid #B2022F;
  font-weight: bold;
}

input[type=checkbox]:disabled + .label-text {
  color: red;
}

input[type=checkbox]:disabled + .label-text:before {
  content: "\F0C8";
  color: red;
}

.custom-file-label {
  display: inline-block;
  width: 100%;
  height: 42px;
  line-height: 28px !important;
  font-size: 14px;
  border: solid 1px #DBDBDB;
  border-radius: 0;
}

.custom-file-label:hover,
.custom-file-label:focus,
.custom-file-label:active {
  outline: none !important;
  box-shadow: none !important;
  border: solid 1px #cecece !important;
}

.custom-file-label:after {
  height: 42px;
  line-height: 28px;
  background: transparent;
  cursor: pointer;
  z-index: 999;
}

.custom-file-input {
  display: none;
}

/* --------------------------------------- */

/* ############### Fancybox ############### */

/* --------------------------------------- */

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #0f0f0f;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* --------------------------------------- */

/* ############### Parsley ############### */

/* --------------------------------------- */

input.parsley-error,
input.parsley-error:focus,
input.parsley-error:hover,
select.parsley-error,
select.parsley-error:hover,
textarea.parsley-error,
textarea.parsley-error:hover {
  border: 1px solid #B2022F !important;
}

input.parsley-success,
textarea.parsley-success {
  color: inherit;
  background-color: inherit;
  border: 1px solid inherit;
}

input.parsley-success:focus,
textarea.parsley-success:focus {
  box-shadow: none !important;
}

.form-checkbox.parsley-error input[type=checkbox] + .label-text:before {
  border-color: #B2022F;
}

.form-checkbox.parsley-success input[type=checkbox] + .label-text:before {
  border-color: #B2022F;
}

.parsley-errors-list {
  color: #B2022F;
  list-style: none;
  font-size: 12px;
  padding: 0;
  margin-bottom: 0;
}

.parsley-errors-list li {
  margin: 5px 0 0;
}

/* fluid 3 columns */

.grid-sizer,
.grid-item {
  width: calc(33.333% - 6px);
}

@media (max-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

.gutter-sizer {
  width: 6px;
}

@media (max-width: 992px) {
  .gutter-sizer {
    width: 0;
  }
}

.btn {
  font-family: "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  border: none;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn-primary {
  background: #B2022F;
  color: #fff;
  border: solid 2px #B2022F;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #990228 !important;
  border: solid 2px #B2022F !important;
}

.btn-outline-primary {
  color: #B2022F;
  background: transparent !important;
  border: solid 2px #B2022F !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: #fff;
  background: #990228 !important;
  border: solid 2px #B2022F !important;
}

.btn-secondary {
  color: #5A5A5A;
  background: #fff !important;
  border: solid 1px #DBDBDB !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #5A5A5A !important;
  border: solid 1px #cecece !important;
}

.btn-white {
  background: #fff;
  color: #0F0F0F;
  border: solid 2px #fff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background: #f2f2f2 !important;
  border: solid 2px #fff !important;
}

.btn-outline-white {
  background: #fff;
  color: #5A5A5A;
  border: solid 2px #5A5A5A;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active {
  border: solid 2px #5A5A5A !important;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.btn-wider {
  padding-left: 50px;
  padding-right: 50px;
}

.btn-xs {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.tooltip .tooltip-inner {
  font-size: 12px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.card {
  padding: 15px;
  border: solid 1px #DBDBDB;
  border-radius: 0;
  margin-bottom: 15px;
}

.card-masonry {
  margin: 0;
  padding: 0;
  border: 0;
}

.card-masonry .img {
  position: relative;
}

.card-masonry .img img {
  width: 100%;
}

.card-masonry .content {
  transition: all 0.2s;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  color: #fff;
}

.card-masonry .content .small a {
  color: #fff;
  font-weight: 500px;
}

.card-masonry:hover .content {
  opacity: 1;
}

.table.small td,
.table.small th {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-menu {
  z-index: 9999 !important;
}

.auth.login .container {
  max-width: 480px;
}

.auth.register .container {
  max-width: 880px;
}

.auth .container {
  position: relative;
  z-index: 1;
}

.auth .container .card {
  padding: 20px 40px;
  border: 0;
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.15);
  z-index: 1;
}

.auth .container .card-bottom {
  z-index: 0;
}

.auth .container .logo {
  width: 100px;
  height: 100px;
  background: url("https://vm.imedia8.com/img/logo-svg.svg") no-repeat left center;
  background-size: 100px 60px;
}

.auth .container .links {
  list-style: none;
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.auth .container .links li {
  display: inline-block;
  margin: 0 10px;
}

.auth .container .links li a {
  display: inline-block;
  color: #5A5A5A;
  font-size: 12px;
  border-bottom: solid 1px transparent;
}

.auth .container .links li a:hover {
  color: #5A5A5A;
  border-color: #B2022F;
}

.auth .container .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.auth .container .close i {
  font-weight: 100;
}

.auth .progress-bar {
  background: none;
}

.auth .progress-bar ul {
  display: table;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: solid 1px #DBDBDB;
}

.auth .progress-bar ul li {
  position: relative;
  display: table-cell;
  width: 33.333%;
  vertical-align: middle;
  margin: 0;
  padding: 12px;
  padding-left: 50px;
  color: #DBDBDB;
  font-size: 12px;
  text-align: left;
  border-right: solid 1px #DBDBDB;
  border-bottom: solid 2px transparent;
}

.auth .progress-bar ul li:last-child {
  border: 0;
}

.auth .progress-bar ul li:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  top: 7px;
  left: 12px;
  z-index: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  border: solid 1px #DBDBDB;
  color: #DBDBDB;
  pointer-events: none;
  content: "\F00C";
  font-weight: 300;
}

.auth .progress-bar ul li.active {
  color: #B2022F;
  border-bottom: solid 2px #B2022F;
  background: #fff6f9;
}

.auth .progress-bar ul li.active:after {
  background: #B2022F;
  color: #fff;
  border-color: #B2022F;
}

.auth .progress-bar ul li.filled {
  color: #B2022F;
}

.auth .progress-bar ul li.filled:after {
  color: #B2022F;
  border-color: #B2022F;
}

.auth .icon-success {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

.auth .icon-success:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-left: -50px;
  border-radius: 50%;
  text-align: center;
  border: solid 1px #1D8E6B;
  color: #1D8E6B;
  pointer-events: none;
  content: "\F00C";
  font-weight: 300;
}

.cover {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}

.cover:after {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 200px;
  content: "";
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

.cover .figure {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding-left: 40px;
  color: #fff;
  z-index: 1;
}

@media (max-width: 992px) {
  .cover .figure {
    display: none;
  }
}

.cover .figure .title {
  position: relative;
  font-weight: bold;
}

.cover .figure .title:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 38px;
  top: -10px;
  left: -46px;
  z-index: 0;
  color: #fff;
  pointer-events: none;
  content: "\F030";
  font-weight: 300;
}

.cover .figure .details {
  position: relative;
  font-size: 12px;
}

