﻿/*!
 * Branding CSS for the demo site
 */

/*UTILS*/

.upper-rounded {
  border-radius: 12px 12px 0 0;
}

.fa-lg-v5 {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -0.0667em;
}

/*  HEADER AND FOOTER - Master Page  */

/* Header */
body {
  color: #00314f;
  font-family: Arial;
}

nav.navbar.navbar-default.navbar-fixed-top {
  background-color: #fff;
  border: unset;
  color: #555;
  font-size: 0.9em;
  font-weight: 300;
  height: 95px;
}

nav.navbar.navbar-default.navbar-fixed-top > .container {
  display: block;
  height: 80px;
}

nav.navbar.navbar-default.navbar-fixed-top > .container .navbar-header {
  height: 80px;
}

nav.navbar.navbar-default.navbar-fixed-top
  > .container
  .navbar-header
  a.navbar-brand {
  display: block;
  height: auto;
  width: 100%;
}

nav.navbar.navbar-default.navbar-fixed-top
  > .container
  .navbar-header
  a.navbar-brand
  img {
  display: block;
  max-width: 250px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  nav.navbar.navbar-default.navbar-fixed-top
    > .container
    .navbar-header
    a.navbar-brand {
    width: 70%;
  }

  button.navbar-toggle {
    margin-top: 20px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  #navbar.navbar-collapse.collapse.in {
    background-color: #fff;
    border-bottom: 1px solid #000;
    position: relative;
    z-index: 1000;
  }

  #navbar.navbar-collapse.collapse.in ul li:hover {
    background-color: #e8e8e8;
  }
}

@media screen and (min-width: 768px) {
  #navbar.navbar-collapse.collapse.in {
    display: none;
  }
}

#navbar ul.nav li.langactive a {
  background-color: #2e4680;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}

#navbar ul.nav li.langdisabled a {
  color: #2e4680;
  font-weight: bold;
}

#navbar ul.nav li.langdisabled a:hover {
  text-decoration: underline;
}

/*Header*/
.header-img img {
  width: 220px;
  margin: 35px 150px;
}

@media (max-width: 1200px) {
  .header-img img {
    width: 220px;
    margin: 35px 35px;
  }
}

.navbar-collapse,
.navbar {
  background-color: #f2f6fa !important;
}

@media (min-width: 893px) {
  .navbar-nav {
    position: relative;
    top: 3px;
  }
}

@media (max-width: 893px) {
  .navbar-collapse {
    position: relative;
    top: 5px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* Custom CSS to set the breakpoint for toggler icon at 1230px */
/* Navbar styles for large screens and above (lg and above) */
/* Override Bootstrap styles for navbar-expand-lg */
/* Override Bootstrap styles for navbar-expand-lg */

.navbar-light .navbar-nav .nav-link {
  color: #00314f;
  font-family: Arial;
  font-weight: 700;
  font-size: 20px;
  padding-left: 80px;
}

@media (max-width: 1400px) {
  .navbar-light .navbar-nav .nav-link {
    padding-left: 0.5rem !important;
  }
}

.navbar-light .navbar-nav .nav-link:first-of-type {
  padding-left: 139px;
}

.icons-container {
  display: flex;
  margin-right: 110px;
}

.icons-container.squared {
  display: flex;
  margin-right: 0px;
  flex-wrap: wrap;
}

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px; /* Adjust the size of the circle */
  height: 38px; /* Adjust the size of the circle */
  background-color: #00314f; /* Adjust the background color of the circle */
  border-radius: 50%; /* Make it a circle by setting border-radius to 50% */
  color: white; /* Set the color of the icon */
  font-size: 15px;
  margin-left: 8px;
  position: relative;
  top: -4px;
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
}

.icon-circle.squared {
  border-radius: 0px !important;
  margin-left: 0px;
  margin-right: 8px;
  margin-top: 10px;
}

@media (max-width: 893px) {
  .icon-circle:first-of-type {
    margin-left: 0px;
  }
}

.icon-circle:hover {
  background-color: #167dbf;
  color: white;
}

/* Banner */

.banner {
  display: block;
  padding: 0px;
  width: 100%;
  margin-bottom: 30px;
}

.banner img {
  margin: 0px auto 10px auto;
  padding: 0;
  width: 100%;
}

/* Footer */
.footer {
  background-color: #f2f6fa;
  font-size: 0.9em;
  font-weight: 300;
  padding-top: 20px;
  z-index: 1000;
  margin-top: 20px;
  color: #00314f;
  font-family: arial;
  padding-top: 60px;
  padding-bottom: 80px;
}

.footer h3 {
  font-size: 27px;
  font-weight: 700;
}

.footer h4 {
  font-size: 20px;
  font-weight: 700;
}

.footer p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.footer h3 a {
  text-decoration: none;
}

.bannerText {
  position: absolute;
  top: 30%;
  left: 0%;
  transform: translate(-50%, -50%);
  word-break: break-word;
  background-color: #333;
  color: #fff;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 100%;
  grid-area: overflow-content;
  color: white;
  margin: 10% auto 10% auto;
  font-size: 2rem;
  width: 80%;
}

.hr-no-bottommargin {
  margin-bottom: 0px !important;
}
/*  Client ecific styling  */

/* Headers */
#PageContent > div:first-child {
  padding-top: 20px;
}

.PrefPageContent {
  padding-top: 100px;
}

#PageContent h1 {
  font-weight: normal;
}

#PageContent h2 {
  font-weight: normal;
  font-size: 1.6em;
}

#PageContent h3 {
  font-size: 1.1em;
  font-weight: normal;
  color: #ce8084;
}

/*Video Carousel CSS*/

.LookForThisCoolWebsite {
  font-size: 2em;
  text-align: center;
  background-color: #000;
}

.LookForThisCoolWebsite a {
  color: #ff0000;
}

/* <!-- first slider start-->  */

.slider {
  background: rgba(240, 240, 240, 0.5);
  text-align: center;
}

.slider div {
  position: relative;
  padding-top: 56.25%;
}

.slider iframe {
  position: absolute;
  top: 0.5%;
  left: 0.5%;
  width: 99%;
  height: 99%;
}

.slider a {
  display: inline-block;
  padding: 0 0.5em;
  text-decoration: none;
  color: blue;
}

.slider a:visited {
  color: rgb(204, 204, 203);
}

.slider a:hover {
  transform: scale(1.5);
}

.slider a:not(:active):focus {
  pointer-events: none;
}

.slider a::before {
  content: "\25cf";
  position: absolute;
  color: rgba(0, 0, 1, 0.1);
  transition: color 0s 9999999s;
}

.slider a:nth-of-type(1)::before {
  color: rgb(0, 129, 0);
}

.slider span:active a::before {
  color: rgba(0, 0, 0, 0);
  transition: color 0s;
}

.slider span:active a:nth-of-type(1)::before {
  color: #ccc;
  transition: color 0s;
}

.slider span:active a:active::before {
  color: green;
  transition: color 0s;
}

/* <!-- second slider -->  */
.carousel {
  padding: 0.3em 0.3em 0;
  background: rgb(240, 240, 240);
  text-align: center;
}

.carousel div {
  position: relative;
  margin-bottom: 0.3em;
  padding-top: 56.25%;
}

.carousel iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel span {
  display: inline-block;
  word-spacing: 1em;
  overflow: auto;
  white-space: nowrap;
  word-wrap: normal;
}

.carousel a {
  position: relative;
  display: inline-block;
  max-width: 120px;
  width: 25%;
  border: 1px solid blue;
  opacity: 0.7;
  text-decoration: none;
}

.carousel a:visited,
.carousel a:nth-of-type(1) {
  border-color: #555;
}

.carousel a:hover {
  opacity: 1;
}

.carousel a:not(:active):focus {
  pointer-events: none;
}

.carousel a::before {
  content: "";
  position: absolute;
  top: 0em;
  right: 0em;
  bottom: 0em;
  left: 0em;
  background: rgba(0, 0, 1, 0.1);
  transition: background 0s 9999999s;
}

.carousel a:nth-of-type(1)::before {
  background: rgba(255, 255, 254, 0.7);
}

.carousel span:active a::before {
  background: rgba(0, 0, 0, 0);
  transition: background 0s;
}

.carousel span:active a:active::before {
  background: rgba(255, 255, 255, 0.7);
  transition: background 0s;
}

.carousel img {
  max-width: 100%;
  vertical-align: middle;
}

/* <!-- third slider -->   */

.gallery {
  display: flex;
  flex-flow: wrap;
  border: solid rgb(240, 240, 240);
}

.gallery div {
  flex: 150px;
  position: relative;
  text-align: center;
}

.gallery div:nth-of-type(1) {
  flex: 10000 1 300px;
}

.gallery div::before {
  content: "";
  display: block;
  padding-top: 100px;
}

.gallery div:nth-of-type(1)::before {
  padding-top: 56.25%;
}

.gallery iframe,
.gallery span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.gallery a {
  display: inline-block;
  margin-top: 5px;
}

.gallery a:last-child {
  margin-bottom: 5px;
}

.gallery iframe,
.gallery img {
  max-width: 100%;
  vertical-align: middle;
}

.slider-filter {
  margin-top: 12px;
}
