.bg-test {
  background-color : #ffffff;
}
.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #22505f;
}

.bg-yellow {
  background-color: #f2bb37;
}

.bg-black {
  background-color: #000;
}

.bg-lightblue {
  background-color: #e2edf0;
}

.bg-midblue {
  background-color: #3f90a6;
}

.bg-darkblue {
  background-color: #22505f;
}

.color-darkblue {
  color: #22505f;
}

.color-midblue {
  color: #3f90a6;
}

.color-lightblue {
  color: #e2edf0;
}

.color-yellow {
  color: #f2bb37;
}

nav ul li a {
  font-family: SeravekWebBasic;
  font-weight: 400;
  font-size: 18px;
}

nav ul {
  list-style: none;
}
nav ul > li {
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
}
nav ul > li a {
  color: #22505f;
  padding-right: 10px;
}
nav ul > li a:hover {
  color: #22505f;
  text-decoration: none;
}
nav ul > li a::after {
  content: "|";
  padding-left: 10px;
}

#frontpage-slider {
  z-index: 5;
}
#frontpage-slider .container {
  position: relative;
  height: 100%;
}

#content {
  position: absolute;
  top: 40%;
  left: 100px;
}

.logo {
  margin-bottom: 50px;
}

.slider-text {
  margin-bottom: 25px;
  max-width: 700px;
  width: 100%;
  font-family: SeravekWebBasic;
  font-weight: 400;
  font-style: italic;
  line-height: 34px;
  font-size: 24px;
}

.slider {
  padding-top: 50px;
  padding-bottom: 80px;
}
.slider h2 {
  font-family: SeravekWebBasic;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #22505f;
}

.facts-slider .box {
  width: 350px;
  height: 350px;
}
.facts-slider .facts-content {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.facts-slider .icon {
  height: 150px;
  text-align: center;
  position: relative;
}
.facts-slider .icon img {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.facts-slider .content {
  height: 175px;
  font-family: SeravekWebBasic;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  color: #22505f;
}

.image-content {
  padding-bottom: 80px;
}
.image-content > .col-md-6:first-child img {
  width: 100%;
  height: auto;
}
.image-content > .col-md-6:last-child .text {
  max-width: 350px;
  width: 100%;
  margin-left: 100px;
}
.image-content > .col-md-6:last-child h2 {
  font-family: SeravekWebBasic;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  color: #22505f;
  text-transform: uppercase;
}
.image-content > .col-md-6:last-child p {
  font-family: SeravekWebBasic;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  line-height: 35px;
}

.emphasized-element {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px !important;
  margin-left: 15px;
}
.emphasized-element h2 {
  font-family: SeravekWebBasic;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.emphasized-element p {
  font-family: SeravekWebBasic;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  line-height: 35px;
}
.emphasized-element .text {
  max-width: 350px;
  width: 100%;
}
.emphasized-element.icon-right .row > .col-md-6:first-child {
  padding-left: 95px;
}
.emphasized-element.icon-right .row > .col-md-6:last-child img {
  width: 80%;
  height: auto;
}
.emphasized-element.icon-left .row > .col-md-6:first-child img {
  width: 80%;
  height: auto;
}

.publication {
  margin-bottom: 80px !important;
}
.publication .row > .col-md-6:first-child {
  text-align: center;
}
.publication .row > .col-md-6:first-child img {
  width: 30%;
  height: auto;
  margin-bottom: 20px;
}
.publication .row > .col-md-6:first-child h2 {
  font-family: SeravekWebBasic;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #22505f;
}
.publication .row > .col-md-6:last-child p {
  font-family: SeravekWebBasic;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  line-height: 35px;
}
.publication .row > .col-md-6:last-child ul {
  padding-left: 20px;
}
.publication .row > .col-md-6:last-child ul li {
  font-family: SeravekWebBasic;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #22505f;
}
.publication .row .text {
  max-width: 450px;
  width: 100%;
}

footer {
  background-color: #22505f;
  color: #fff;
  min-height: 150px;
  padding-top: 10px;
  width: 100%;
}
footer ul > li {
  display: inline-block;
  padding-right: 10px;
}
footer ul > li a {
  color: #fff;
  font-family: SeravekWebBasic;
}
footer ul > li a:hover {
  color: #fff;
  text-decoration: none;
}

html body {
  box-sizing: border-box;
  background-color: #fff;
  font-family: SeravekWebBasic;
  font-size: 16px;
}

.header {
  background-color: rgba(255, 255, 255, 0.7);
  max-height: 60px;
  height: 100%;
  position: fixed;
  z-index: 300;
}

.container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

 

/*# sourceMappingURL=style.css.map */


