/*
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}
*/

* {
  font-family: 'Roboto', serif !important;
}

.t_red {
  color: #DA2028;
}

.t_green {
  color: #3F9B41;
}

.t_blue {
  color: #024EA2;
}

.t_blue_b {
  color: #3B3D87;
  font-weight: bold;
}

.bgc {
  background-color: #CBCBCB;
  border: 0px;
  margin: 0px;
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

body {
  margin-bottom: 60px;
}

.bodyContent{
  max-width: 1125px;
  margin: auto;
  width: 1125px;
  display: block;
}

#mainNav {
  background-color: #419844 !important;
  padding-left: 50px;
  padding-right: 15px;
}

li.nav-item a {
  color: white !important;
  font-weight: bold;
  margin-right: 25px;
  font-size: 14pt;
}

li.nav-condensed a {
  margin-right: 5px;
}

.cs-mt5{
  margin-top: 5px;
}

.cs-hr {
  height: 3px;
  background-color: #0a4fa3;
  margin-top: 25px;
  margin-bottom: 25px;
}

.logos {
  margin-top: 25px;
}

h1 {
  color: black;
  margin-top: 25px;
  font-weight: bold;
}

h2 {
  font-size: 17pt;
  font-weight: bold;
  margin-top: 25px;
  color: black;
}

h3 {
  font-size: 15pt;
  color: #3B3D87;
  text-align: left;
  margin-top: 25px;
  font-weight: normal;
}

h4 {
  color: black;
  font-weight: normal;
  text-align: left;
  font-size: 10pt;
}

.center-title {
  color: #0a4fa3;
  font-weight: normal;
}

.cs-mt25 {
  margin-top: 25px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.cs-mt25t {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.cs-mt50 {
  margin-top: 50px;
}

.text {
  text-align: left;
}

.text-center-al {
  width: 1125px;
}

.img-logo {
  width: 245px;
}

.cs-nbp {
  padding: 0 !important;
  margin: 0 !important;
}

.img-full {
  padding: 0;
  margin: 0;
  padding-top: 25px;
  position: relative;
  left: -10px;
}

.mail-link {
  text-decoration: none;
  color: black;
  font-weight: normal;
  font-size: 10pt;
}

.box-title {
  border-style: solid;
  border-width: 2px;
  border-color: #3a5195;
  padding: 5px 25px 25px;
  
  height: 425px;
  margin: 10px;
}

.box-title-gallery {
  border-style: solid;
  border-width: 2px;
  border-color: #3a5195;
  padding: 25px 25px 25px 25px;

  height: 450px;
  margin: 10px;
}

.box-title-noborder {
  border-style: none;
  padding: 5px 25px 25px;

  height: 400px;
  margin: 10px;
}

.box-img {
  text-align: left;
  margin: 10px;
  float: left;
  margin-right: 25px;
}

.box-img-big {
  text-align: left;
  margin: 10px;
  float: left;
  margin-right: 25px;
  margin-top: 30px;
}

.box-date {
  text-align: right;
  margin-top: 10px;
}

.box-text {
  text-align: justify;
  margin-top: 25px;
}

.cs-alg-l {
  text-align: left;
}

.cs-alg-l {
  text-align: center;
}

.cs-alg-fj {
  text-align: justify !important;
}

.cs-no-deco {
  text-decoration: none;
  color: black;
}

.cs-no-deco:hover {
  text-decoration: none;
  color: black;
}

.glb {
  margin-left: 50px;
}

.footer-bg{
  margin-left: 12px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
