@import url(../vendor/bootstrap-3.3.6-dist/css/bootstrap.min.css);
@import url(../vendor/owl.carousel-2.0.0/assets/owl.carousel.min.css);
@import url(style.css);
@import url(fonts.css);
@import url(../cssParagraphs/Responsive_para_index.css);
@import url(../cssParagraphs/Responsive_para_indexsidebar.css);
@import url(../cssParagraphs/Responsive_para_footer.css);
@import url(../vendor/flipster/jquery.flipster.min.css);



.header .header-bar {
  border-bottom: none;
  height: 50px;
}

.header {
  background: rgb(0 53 148 / 80%) !important;
}

.logo {
  width: 140px;
  height: auto;
  display: inline-block;
  vertical-align: unset;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  background-size: 100% auto;
  margin-top: -40px !important;
}


.header.fixed .logo {
  width: 100px;
  height: auto;
  margin-top: 0px !important;
}

.section-about {
  padding: 70px 0 50px;
}

@media (max-width: 1024px) {
  .header .header-bar {
    height: 0px;
  }

  .logo {
    width: 120px;
    margin-top: 10px !important;
  }

  .header.fixed .logo {
    width: 100px;
    margin-top: 0px !important;
  }

  .start-image img {
    min-height: 50vh;
    object-fit: cover;
  }

  .main.start {
    margin-top: 60px;
  }

  .section-about {
    padding: 0px 0 30px;
  }
}

@media (max-width: 767px) {

  .start-image img {
    min-height: 45vh;
    object-fit: cover;
  }

  .logo {
    width: 120px !important;
    margin-top: 10px !important;
    height: auto !important;
  }

  .header.fixed .logo {
    width: 100px;
    margin-top: 0px !important;
  }

}

@media (max-width: 480px) {

  .start-image img {
    min-height: 38vh;
    object-fit: cover;
  }

}

.ico-search,
.ico-search-blue {
  background-image: url(images/search.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.ico-burger {
  background-image: url(images/menu.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

@media (max-width: 767px) {

  .header .btn-search i {
    transform: none;
  }

  .header .btn-menu i {
    transform: none;
  }
}

.btn-orange {
  border: 1px solid #003594;
  background: #003594 !important;
  box-shadow: none;
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */


.nav a {
  color: #fff;
}

@media (max-width: 1024px) {
  .nav a {
    color: #000 !important;
  }
}

.nav>ul>li>a:before {
  background: #fff;
}

.nav .has-dropdown>ul {
  border-top: 4px solid #fff;
}

@media (max-width: 1024px) {
  .nav .has-dropdown>ul {
    border-top: 0px solid #fff;
  }
}

.nav>ul>li>a:hover {
  color: #fff;
}

.nav .has-dropdown>ul a {
  color: #000;
}

body {
  font-family: 'Raleway', sans-serif;
  color: #000
}

.widget-nav ul a {
  font-family: 'Raleway', sans-serif;
}

.nav,
.nav .has-dropdown>ul,
.footer .footer-bar {
  font-family: 'Raleway', sans-serif;
}

h1,
h2,
h3,
h4 {
  color: #003594 !important;
  font-family: 'Raleway', sans-serif;
  font-weight: bold !important;
}

a,
a:hover {
  color: #003594;
}

.boxes-about h3 {
  color: #003594;
  font-weight: 500;
}

.default-text-arial {
  font-family: 'Arial';
  color: #003594;
}

.boxes-about .box-content {
  color: #000;
  font-size: 16px;
  padding: 10px 8px 22px;
}

@media (max-width: 1024px) {

  .boxes-about .box-content {
    padding: 10px 3px 18px;
    font-size: 16px;
    line-height: 1.54;
  }

  .boxes-about .link-more {
    display: none;
  }
}

.main.start {
  overflow-x: hidden
}

.flipster-holder {
  width: 100vw;
  background: #f7f8fb;
  padding: 30px 0;
  left: 50%;
  margin: 60px 0 60px -50vw;
  position: relative;
}

.flipster a {
  position: relative;
}

.flipster a:before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 200px;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(247, 248, 251, 0) 0%, rgba(247, 248, 251, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(247, 248, 251, 0) 0%, rgba(247, 248, 251, 1) 100%);
  background: linear-gradient(to bottom, rgba(247, 248, 251, 0) 0%, rgba(247, 248, 251, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f7f8fb', endColorstr='#f7f8fb', GradientType=0);
}

.flipster img {
  display: block;
  width: 200px;
}

.flipster img.mirrored {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
  opacity: 0.25;
}

/* INSTANCE NAV */

li.current ul li {
  display: none;
}

@media (max-width: 1024px) {
  li.current ul li {
    display: block;
    padding-left: 25px;
  }

}


.cc-link {
  opacity: 1;
  display: inline-block;
  padding: .2em;
  color: #003594;
}

.cc-window.cc-floating {
  max-width: 100%;
  width: 100%;
  border-radius: unset;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  padding: 60px 20%;
  height: 300;
  bottom: 25%;
}

.cc-floating .cc-message {
  display: block;
  font-size: 18px;
  width: 100%;
  text-align: center;
}

.cc-bottom {
  bottom: 20em;
}

.cc-left {
  left: 0;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {

  background: #003594;

}

.cc-window.cc-floating.cc-type-info.cc-theme-classic.cc-bottom.cc-left.cc-color-override-874256205 {
  background-color: #ededed;
}

a.cc-link,
a.cc-link:hover,
a.cc-link:focus,
.cc-floating .cc-message {
  color: #003594 !important;
}


.footer {
  border-top: 12px solid #003594;
}

.footer .footer-body {
  background: linear-gradient(to bottom, rgb(0 53 148 / 98%) 0%, rgb(0 53 148 / 94%) 16%, rgb(0 53 148 / 92%) 36%, rgb(0 53 148 / 90%) 100%);
}

.footer .footer-bar {
  background: #003594;
}

.footer h4 {
  font-family: 'Raleway', sans-serif;
  color: #fff !important;
  font-weight: normal !important;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1024px) {
  .footer h4 {
    border-bottom: none;
  }

}


.footer .footer-body a {
  color: #fff;
}

.footer p {
  color: #fff;
}

@media (max-width: 768px) {
  .footeraddcolumn225 {
    width: 100%;
  }

}

/* Cookiebanner certification specific*/

#CybotCookiebotDialog a:after {
  border-color: #003594 !important;
}

#CybotCookiebotDialog *, #CybotCookiebotDialogBodyUnderlay * {
  font-family: 'Raleway', sans-serif !important;
}
