/* geomanist-regular - latin */
@font-face {
  font-family: 'Geomanist';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/geomanist-regular-webfont.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/geomanist-regular-webfont.woff') format('woff'), /* Modern Browsers */
       url('../fonts/geomanist-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/geomanist-regular-webfont.svg#geomanist_regularregular') format('svg'); /* Legacy iOS */
  font-display: swap;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #5a5a5a;
  font-family: "Geomanist";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

h2 {
  font-size: 40px;
  margin-top: 2rem;
}

h2, h4 {
  color: #1f6db4;
  font-family: "Geomanist";
  font-weight: 400;
}
b, strong, dt {
    font-weight: 700;
}
.pos-rel{
  position: relative;
}


.btn-stage {
/*    z-index: 9;*/
    background-color: rgba(68, 126, 181, 0.4);
/*    font-family: Raleway;*/
    letter-spacing: 2px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 17px;
    font-weight: 400;
    font-size: 17px;
    border-color: rgba(255, 255, 255, 0.5);
    border-style: solid;
    border-width: 2px;
    padding: 10px 25px;
    transform-origin: 167.383px 20.5px;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    border-radius: 0px;
    margin-top: 80px;
}

.btn-more {
/*    z-index: 9;*/
    background-color: rgba(68, 126, 181, 1.0);
/*    font-family: Raleway;*/
    letter-spacing: 2px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 17px;
    font-weight: 400;
    font-size: 17px;
    border-color: rgba(255, 255, 255, 0.5);
    border-style: solid;
    border-width: 2px;
    padding: 10px 25px;
    transform-origin: 167.383px 20.5px;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    border-radius: 0px;
    margin-top: 50px;
}
.btn-more:hover {
  background-color: rgba(0,93,181,0.70);
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-stage:hover {
  background-color: rgba(0,93,181,0.70);
  border-color: rgba(255, 255, 255, 0.5);
}

.bg-umax{
    background-color: #101419;
}

.bg-grey {
  background-color: #eeeeee;
}
.bg-grey-dark {
  background-color: #dddddd;
}
.bg-grey-darker {
  background-color: #555555;
  color: #bbbbbb;
}
.bg-grey-darker h2,
.bg-grey-darker h4 {
  color: #bbbbbb;
}

footer {
  background-color: #333333;
  padding: 3rem 0;
  color: #bbbbbb;
}
footer p {
  margin-bottom: 0;
}
footer a {
  color: #bbbbbb;
}

.bordered-bg-white {
  margin-top: 40px;
  background-color: #fff;
  border-color: #000;
  color: #000;
  font-size: 1.45rem !important;
  letter-spacing: 3px;
  display: inline-block;
  padding: 3px 13px;
}

.img-zoom {
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.img-zoom img {
  width: 100%;
  transition: 0.4s all ease-in-out;
}
.img-zoom:hover img {
  transform: scale(1.25);
}
.img-zoom-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.70);
  color: #fff;
  text-align: center;
  padding-top: 23%;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
.img-zoom:hover .img-zoom-caption {
  opacity: 1;
  font-style: normal;
}

/*#mkLightboxContainer {
  position: relative;
}*/

#mkLightboxContainer video {
    min-height: 460px;
    background: #000;
}

#closeIconContainer {
    top: 75px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/*.carousel {
  margin-bottom: 4rem;
}*/
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-caption img {
  max-width: 1000px;
}


/* Declare heights because of positioning of img element */
.carousel-item {
  height: 35rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 3rem;
  }
}
