
body, html {
  height: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #000;
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0; /* remove gap completely */
}

.image-container img {
  width: auto;
  max-height: 40px; /* or whatever height you prefer */
  margin: 0 4px;     /* small space manually, or 0 if none */
  padding: 0;
  display: block;
}

a {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  outline: none !important;
  color: #fff;
}
a:hover, a:focus, a:active {
  color: #fff;
  text-decoration: none;
}
a.icon i {
  margin-right: 6px;
  margin-left: 6px;
}

h1 {
  font-size: 40px;
  font-weight: 300;
}

h2 {
  font-size: 25px;
  font-weight: 500;
}

h3 {
  margin-bottom: 25px;
  margin-top: 10px;
}

h4 {
  font-size: 16px;
}

p {
  opacity: 0.8;
}

/* img {
  max-width: 100%;
} */


.button-xs {
  display: inline-block;
  color: #fff; 
  border: solid 2px rgba(255, 255, 255, 0.5);
  text-decoration: none; 
  padding: 3px 16px;
  font-size: 14px;
  border-radius: 15px; 
  margin-bottom:5px;
  
}

.button-xs:hover { 
	border: solid 2px #fff;
	border-radius: 15px; 
}
.button-xs:active { 
	border: solid 2px #fff; 
	border-radius: 15px;
}




/* 3. Structure */
.background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.background-wrapper img {
  width: 100%;
  height: auto;
}
.background-wrapper .map {
  height: 100%;
}
.background-wrapper .background-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.background-wrapper .background-color.background-color-#fff {
  background-color: #fff;
}
.background-wrapper .background-color.background-color-black {
  background-color: black;
}

.bg-transfer {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  width: 100%;
}
.bg-transfer img {
  display: none !important;
}
.bg-transfer.bg-fixed {
  background-attachment: fixed;
  background-size: 100%;
  background-position: top center;
}

.center {
  text-align: center;
}





.opacity-80 {
  opacity: 0.8;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-40 {
  opacity: 0.4;
}
.opacity-7 {
  opacity: 0.07;
}

.opacity-6 {
  opacity: 0.06;
}

.opacity-5 {
  opacity: 0.05;
}


/* 4. General styles */
body {
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.modal-dialog {
  display: inline-block;
  vertical-align: middle;
}
.modal.fade .modal-dialog {
  -moz-transform: translateZ(0) scale(0.98);
  -ms-transform: translateZ(0) scale(0.98);
  -webkit-transform: translateZ(0) scale(0.98);
  transform: translateZ(0) scale(0.98);
  max-width: 400px;
}
.modal.fade.in .modal-dialog {
  -moz-transform: translateZ(0) scale(1);
  -ms-transform: translateZ(0) scale(1);
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.modal .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding: 60px;
}
.modal .modal-content:before {
  opacity: 1;
  background: url("../img/subscribe-bg.jpg") center;
  border: solid 1px rgba(255,255,255,0.5);
  box-shadow: 0 5px 50px #000;
  width: calc(100% + 10px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  content: "";
  z-index: -1;
}
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
  padding: 0;
  border: none;
}
.modal .modal-body section:last-child {
  margin-bottom: 0;
}
.modal .close {
  text-shadow: none;
  color: #fff;
}
.modal #map-contact {
  height: 150px;
}

#outer-wrapper {
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  height: 100%;
  position: relative;
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
}
@media (-webkit-min-device-pixel-ratio: 0) {
  #outer-wrapper {
    -webkit-filter: blur(0);
  }
}
#outer-wrapper #inner-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
#outer-wrapper #inner-wrapper #table-wrapper {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  z-index: 1;
}
#outer-wrapper #inner-wrapper #table-wrapper .container {
  height: 100%;
  display: table;
}
#outer-wrapper #inner-wrapper #table-wrapper #row-footer {
  bottom: 50px;
  position: relative;
}
#outer-wrapper #inner-wrapper #table-wrapper #row-content {
  display: table;
  height: 100%;
  width: 100%;
}




#outer-wrapper #inner-wrapper #table-wrapper #row-content #content-wrapper {
  display: table-cell;
  vertical-align: middle;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}


