@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i");
/**
* ASSETS FOLDER
*/
/**
* FONTS
*/
/**
* COLORS
*/
/**
* BREAKPOINT
*/
/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, form input[type="text"], form input[type="password"], form input[type="email"], textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  text-align: left;
}

html, body {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}

fieldset, img {
  border: 0;
  text-align: center;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: 17px/1.3em "Roboto", sans-serif;
  color: #7d7d7d;
  z-index: 1;
  -webkit-text-size-adjust: none;
  outline: none;
}

html, body, html > body {
  max-width: 100%;
  margin: 0px auto;
  display: block;
  background: #f8f9fb;
}

body {
  text-align: center;
  position: relative;
  height: 100%;
  background: #f8f9fb;
}

body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #364e99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

strong > a {
  font-weight: bold;
}

a:hover {
  color: #0a4e6d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  line-height: 1em;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 30px;
}

h4, h4 * {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: bold !important;
  text-transform: inherit !important;
  font-size: inherit !important;
}

ul, ul li {
  text-align: justify;
}

img {
  max-width: 100%;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

br {
  line-height: 1em;
}

strong {
  font-weight: bold;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.center {
  text-align: center;
}

p {
  margin: 0 0 15px 0;
}

span.custom01, p span.custom01 {
  color: #b86f97;
  font-style: italic;
}

.parallax {
  min-height: 550px;
  background: transparent;
}

/* background setup */
.background {
  background-repeat: no-repeat;
  /* custom background-position */
  background-position: 50% 50%;
  /* ie8- graceful degradation */
  background-position: 50% 50% \9  !important;
}

.not-fullscreen {
  height: 50%;
  margin-top: 100px;
}

.centered-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

div.clear {
  clear: both;
}

p.title {
  color: #418cb0;
  font-family: "Playfair Display", sans-serif;
  font-size: 22px;
  position: relative;
  line-height: normal !important;
}

p.sub-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #1a5976;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: normal;
}

.centered-element {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .centered-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* LAYOUT */
.v-line {
  display: block;
  width: 1px;
  height: 80px;
  background-color: #f8f9fb;
  position: absolute;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}

.container--home {
  margin-bottom: 80px;
}

.container--small {
  max-width: 980px;
}

.col {
  float: left;
  position: relative;
}

#shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.35);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.35)), color-stop(10%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), color-stop(10%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header #menu-btn {
  float: left;
  padding: 0;
  margin: 10px 35px 0 0;
  display: none;
}

@media screen and (max-width: 995px) {
  #header #menu-btn {
    display: block;
  }
}

@media screen and (max-width: 995px) {
  #header #menu-btn {
    margin: 10px 20px 0 0;
  }
}

#header #menu-btn .hamburger-box {
  width: 30px;
  height: 17px;
}

#header #menu-btn .hamburger-box .hamburger-inner, #header #menu-btn .hamburger-box .hamburger-inner:after, #header #menu-btn .hamburger-box .hamburger-inner:before {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
}

#header #menu-btn .hamburger-box .hamburger-inner:before {
  top: -7px;
}

#header #menu-btn .hamburger-box .hamburger-inner:after {
  bottom: -7px;
}

#header #menu-btn.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
}

#header #logo {
  float: left;
  width: 35%;
}

@media screen and (max-width: 1080px) {
  #header #logo {
    width: 37%;
  }
}

@media screen and (max-width: 995px) {
  #header #logo {
    width: auto;
  }
}

#header #logo a {
  display: block;
  background: url(/i/carpitech-logo.png) no-repeat left;
  width: 176px;
  height: 38px;
  background-size: 176px;
  background-position-y: 0;
}

#header #logo span.payoff {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 13px;
  margin-top: 8px;
}

@media screen and (max-width: 450px) {
  #header #logo span.payoff {
    font-size: 9px;
    margin-top: 4px;
  }
}

#header.fixed {
  background-color: #f8f9fb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header.fixed #menu-btn .hamburger-inner, #header.fixed #menu-btn .hamburger-inner:after, #header.fixed #menu-btn .hamburger-inner:before {
  background-color: #1a5976;
}

#header.fixed #logo > a {
  background-position-y: -42px;
}

#header.fixed #logo > span.payoff {
  color: #1a5976;
}

.menu-container ul.level_1 {
  text-align: center;
}

.menu-container ul.level_1 li.voice {
  text-align: left;
}

.menu-container ul.level_1 li.voice.active > a {
  color: #1a5976;
  opacity: 0.7;
  position: relative;
  text-decoration: underline;
}

.menu-container ul.level_1 > li.voice {
  display: inline-block;
  padding: 25px;
  text-align: left;
  vertical-align: top;
  width: 33.333334%;
}

.menu-container ul.level_1 > li.voice a {
  color: #7d7d7d;
  font-size: 16px;
}

.menu-container ul.level_1 > li.voice a:hover {
  color: #1a5976;
  opacity: 0.7;
}

.menu-container ul.level_1 > li.voice > a {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: bold;
}

@media screen and (max-width: 1245px) {
  .menu-container ul.level_1 > li.voice > a {
    letter-spacing: 1px;
  }
}

.menu-container ul.level_1 > li.voice ul.level_2 {
  margin-top: 15px;
}

.menu-container ul.level_1 > li.voice ul.level_2 > li.voice {
  margin-bottom: 10px;
}

.menu-container ul.level_1 > li.voice ul.level_2 > li.voice > a {
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 15px !important;
}

@media screen and (max-width: 767px) {
  .menu-container ul.level_1 > li.voice ul.level_2 > li.voice {
    text-align: right;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .menu-container ul.level_1 > li.voice ul.level_2 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .menu-container ul.level_1 > li.voice {
    width: 100%;
    text-align: right;
    padding: 0 15px 35px 0px;
  }
}

#menu-main-desktop {
  display: block;
  float: right;
  width: 65%;
}

@media screen and (max-width: 1080px) {
  #menu-main-desktop {
    width: 63%;
  }
}

@media screen and (max-width: 995px) {
  #menu-main-desktop {
    display: none;
  }
}

#menu-main-desktop .container {
  padding-right: 0;
}

#menu-main-desktop.menu-container ul.level_1 {
  text-align: right;
}

#menu-main-desktop.menu-container ul.level_1 > li.voice {
  width: auto;
  position: relative;
  padding: 14px 50px 0 0;
}

@media screen and (max-width: 1080px) {
  #menu-main-desktop.menu-container ul.level_1 > li.voice {
    padding-right: 35px;
  }
}

#menu-main-desktop.menu-container ul.level_1 > li.voice:last-child {
  padding-right: 0;
}

#menu-main-desktop.menu-container ul.level_1 > li.voice:hover {
  padding-bottom: 15px;
}

#menu-main-desktop.menu-container ul.level_1 > li.voice a {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}

#menu-main-desktop.menu-container ul.level_1 > li.voice p {
  text-align: left;
  color: white;
  opacity: 0.7;
  position: absolute;
  left: 0;
  line-height: 1.2em;
  text-transform: uppercase;
  width: 200%;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 13px;
}

#menu-main-desktop.menu-container ul.level_1 > li.voice p sup {
  color: white;
}

#menu-main-desktop.menu-container ul.level_1 > li.voice ul.level_2 {
  position: absolute;
  display: none;
  left: -15px;
  top: 45px;
  margin: 0;
  padding: 15px;
  width: 250%;
  max-width: 320px;
  background: rgba(248, 249, 251, 0.8);
}

#menu-main-desktop.menu-container ul.level_1 > li.voice ul.level_2 a {
  color: #414342;
}

#menu-main-desktop.menu-container ul.level_1 > li.voice ul.level_2 a sup {
  display: inline-block;
  text-decoration: none;
}

#header.fixed .menu-container ul.level_1 > li.voice a {
  color: #414342;
}

#header.fixed .menu-container ul.level_1 > li.voice a:after {
  background-color: #414342;
}

#header.fixed .menu-container ul.level_1 > li.voice p {
  color: #414342;
}

#menu-main {
  background-color: #f8f9fb;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  padding-top: 13%;
  overflow: auto;
  display: none;
}

#menu-main .container {
  max-width: 800px;
}

#menu-main .container__scroll {
  overflow: auto;
}

@media screen and (max-width: 767px) {
  #menu-main {
    margin-top: 80px;
    padding-top: 55px;
    padding-bottom: 25px;
    padding-bottom: 90px;
  }
}

#menu-footer ul.level_1 > li.voice {
  padding: 5px 15px 16px 15px;
  display: block;
  width: 100%;
}

#menu-footer ul.level_1 > li.voice a {
  font-size: 14px;
}

#menu-footer ul.level_1 > li.voice > a {
  letter-spacing: 2px;
}

#menu-footer ul.level_1 > li.voice ul.level_2 {
  margin-top: 8px;
  display: none;
}

#menu-footer ul.level_1 > li.voice ul.level_2 > li.voice {
  margin-bottom: 5px;
}

#page404 {
  min-height: 70vh;
  background: url(/i/404-bg.jpg) no-repeat center center;
  background-size: cover;
}

#page404 .page {
  background-color: rgba(0, 0, 0, 0.7);
  min-height: 70vh;
}

#page404 .container {
  padding-top: 350px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #page404 .container {
    padding-top: 50%;
  }
}

#page404 .container h1, #page404 .container p {
  color: #ffffff;
}

#page404 .container h1 {
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 20px;
}

#page404 .container p {
  margin-bottom: 40px;
  font-size: 17px;
}

#page404 .container a.btn {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
  padding: 10px 15px;
  text-align: center;
}

#header-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000000;
  width: 100%;
  height: 100vh;
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

#header-image.home-header .hover-layer {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

#header-image.layer-active .hover-layer, #header-image.header-application .hover-layer {
  background-color: #000000;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

#header-image .container {
  height: 100%;
  z-index: 10;
}

#header-image .container .content {
  width: 92%;
  max-width: 675px;
  right: 8%;
  position: absolute;
  bottom: 30%;
  text-align: right;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  #header-image .container .content {
    bottom: 15%;
  }
}

#header-image .container .content h5, #header-image .container .content h6 {
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1.4em;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}

#header-image .container .content h5 sup, #header-image .container .content h6 sup {
  color: white;
}

@media screen and (max-width: 767px) {
  #header-image .container .content h5, #header-image .container .content h6 {
    letter-spacing: 3px;
    font-size: 21px;
  }
}

@media screen and (max-width: 400px) {
  #header-image .container .content h5, #header-image .container .content h6 {
    letter-spacing: 1px;
    font-size: 18px;
  }
}

#header-image .container .content h6 {
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 24px;
  margin-top: -20px;
}

#header-image .container .content article {
  text-align: right;
}

#header-image .container .content article p, #header-image .container .content article p * {
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Playfair Display", sans-serif;
  font-size: 24px;
  line-height: 2.1em;
}

@media screen and (max-width: 767px) {
  #header-image .container .content article p, #header-image .container .content article p * {
    line-height: 1.3em;
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  #header-image .container .content article p, #header-image .container .content article p * {
    font-size: 14px;
  }
}

#header-image .container .v-line {
  height: 60%;
  bottom: 0;
  right: 25px;
  -webkit-transition: all 5s;
  transition: all 5s;
}

#header-image .container .v-line.disappear {
  height: 40%;
}

@media screen and (max-width: 767px) {
  #header-image .container .v-line {
    right: 5%;
  }
}

#header-image .container .v-line.l2 {
  right: 5%;
}

@media screen and (max-width: 767px) {
  #header-image .container .v-line.l2 {
    right: 2%;
  }
}

#header-image .animated-slider {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#header-image .video {
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  top: 0;
  left: 0;
}

#header-image .shadow {
  position: absolute;
  width: 100%;
  height: 65%;
  bottom: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

#header-image .shadow--top {
  height: 30%;
  bottom: inherit;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

#header-image.header-application .container .content {
  bottom: 30%;
}

@media screen and (max-width: 767px) {
  #header-image.header-application .container .content {
    bottom: 15%;
  }
}

#header-image.header-application .container .content .icons-row {
  position: relative;
  margin-bottom: 30px;
  text-align: right;
}

#header-image.header-application .container .content .icons-row .icon {
  display: inline-block;
  width: 110px;
  height: 110px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px;
  border-radius: 50%;
  background-position: center;
  background-size: 80%;
  margin-right: 25px;
}

@media screen and (max-width: 540px) {
  #header-image.header-application .container .content .icons-row .icon:last-child {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  #header-image.header-application .container .content .icons-row .icon {
    margin-right: 10px;
  }
}

@media screen and (max-width: 540px) {
  #header-image.header-application .container .content .icons-row .icon {
    width: 60px;
    height: 60px;
  }
}

#header-image.home-header .container .content {
  bottom: 18%;
}

@media screen and (max-width: 767px) {
  #header-image.home-header .container .content {
    bottom: 15%;
  }
}

#header-image.category-header .container .content h5 {
  margin-bottom: 0;
  font-weight: 300;
}

#header-image.category-header .container .content article p, #header-image.category-header .container .content article span {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 6px;
  line-height: 1.4em;
  font-size: 28px;
  color: #ffffff;
}

#header-image.category-header .container .content article span {
  font-weight: 300;
}

#footer {
  padding: 40px 0 20px 0;
  background-color: #efefef;
}

#footer img.logo-footer {
  width: 176px;
}

@media screen and (max-width: 767px) {
  #footer img.logo-footer {
    display: block;
    margin: 0 auto;
  }
}

#footer .footer-group {
  padding-top: 30px;
}

#footer .footer-group p {
  line-height: 1.8em;
  margin-bottom: 20px;
}

#footer .footer-group .company-data {
  width: 25%;
}

@media screen and (max-width: 767px) {
  #footer .footer-group .company-data {
    width: 100%;
    text-align: center;
  }
  #footer .footer-group .company-data .text p {
    text-align: center;
  }
}

#footer .footer-group .menu-footer {
  width: 25%;
  padding: 0 25px;
}

@media screen and (max-width: 1024px) {
  #footer .footer-group .menu-footer {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  #footer .footer-group .menu-footer {
    display: none;
  }
}

#footer .footer-group .certifications {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  #footer .footer-group .certifications {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  #footer .footer-group .certifications {
    width: 100%;
  }
}

#footer .footer-group .social {
  width: 20%;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  #footer .footer-group .social {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}

#footer .footer-group .social img.social-icon {
  width: 40px;
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 20px 7px;
}

#footer .footer-group .social img.social-icon--bigger {
  display: block;
  width: 100px;
  margin-left: calc(100% - 118px);
  margin-top: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

#footer .footer-group .social img.social-icon--bigger:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  #footer .footer-group .social img.social-icon--bigger {
    margin: 30px auto 0;
    width: 80px;
  }
}

#footer .footer-group .social p {
  text-align: right;
}

@media screen and (max-width: 1024px) {
  #footer .footer-group .social p {
    text-align: center;
    display: inline-block;
  }
}

#footer .footer-group .social a {
  opacity: 1;
  position: relative;
}

#footer .footer-group .social a:hover {
  opacity: 0.6;
}

#footer .footer-group .social a:hover img, #footer .footer-group .social a:hover p {
  opacity: 0.6;
}

#footer .footer-group .social a.last {
  margin-right: 6%;
}

@media screen and (max-width: 1024px) {
  #footer .footer-group .social a.last {
    margin-right: 0;
  }
}

#footer .download-area-footer {
  text-align: center;
}

#footer .download-area-footer .dl-item {
  display: inline-block;
  width: 40%;
  max-width: 110px;
  margin: 0 5% 5% 5%;
  vertical-align: top;
}

#footer .download-area-footer .dl-item:last-child {
  margin-right: 0;
}

#footer .download-area-footer a.dl-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer .download-area-footer a.dl-item:hover {
  opacity: 1 !important;
}

#footer .download-area-footer a.dl-item:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  #footer .download-area-footer {
    width: 100%;
    text-align: right;
  }
  #footer .download-area-footer .dl-item:last-child {
    margin: 0 5% 5% 5%;
  }
}

@media screen and (max-width: 767px) {
  #footer .download-area-footer {
    text-align: center;
    margin-top: 40px;
  }
}

#footer #credits {
  text-align: center;
  padding: 25px 25px 0 25px;
}

#footer #credits a {
  font-size: 11px;
  letter-spacing: 1px;
}

.content-row {
  padding: 30px 0 0 0;
}

.content-row .container h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  text-align: center;
}

.content-row .container h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 4px;
  font-weight: bold;
  margin-bottom: 20px;
}

.content-row .container article {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 830px;
  margin-bottom: 30px;
}

.content-row .container article p {
  line-height: 2em;
  font-weight: 300;
}

.content-row .container article ul {
  margin: 30px auto 15px auto;
  display: block;
  text-align: left;
}

.content-row .container article ul li {
  font-weight: 300;
  line-height: 2em;
  position: relative;
  padding-left: 45px;
  display: inline-block;
  width: 43%;
  margin: 0 3% 10px 3%;
  vertical-align: top;
  text-align: left;
}

.content-row .container article ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #364e99;
  position: absolute;
  left: 0;
  top: 11px;
}

@media screen and (max-width: 500px) {
  .content-row .container article ul li:before {
    width: 15px;
    height: 4px;
  }
}

@media screen and (max-width: 767px) {
  .content-row .container article ul li {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .content-row .container article ul li {
    padding-left: 30px;
  }
}

.content-row .container article ul li:first-child:nth-last-child(1),
.content-row .container article ul li:first-child:nth-last-child(3),
.content-row .container article ul li:first-child:nth-last-child(3) ~ li {
  width: 100%;
  margin: 0 0 25px 0;
}

.content-row .container .articles-group .column {
  display: inline-block;
  width: 40%;
  margin: 0 5%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .content-row .container .articles-group .column {
    width: 100%;
    margin: 0;
  }
}

.content-row .container .articles-group .column article {
  margin-bottom: 0;
}

.content-row .image-row {
  line-height: 0;
}

.content-row .image-row__img {
  width: 100%;
}

.content-row.center-text .container > article, .content-row.center-text .container > article > p {
  text-align: center;
}

.content-row.article-fullw .container > article {
  max-width: 100%;
}

.content-row.news-content {
  margin-top: 90px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1350px) {
  .content-row.news-content {
    margin-top: 100px;
  }
}

.content-row.news-content .container h3 {
  line-height: 1.5em;
  font-family: "Playfair Display", sans-serif;
  color: #408baf;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 28px;
  max-width: 830px;
  margin: 0 auto 50px auto;
}

@media screen and (max-width: 400px) {
  .content-row.news-content .container h3 {
    line-height: 1.5em;
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .content-row.news-content .container h3 {
    margin-top: 30px;
  }
}

.content-row.news-content .image-row {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}

.content-row.news-content .image-row__img {
  width: auto;
  max-width: 100%;
}

.content-row.news-content .gallery {
  margin: 0;
  position: relative;
  text-align: center;
}

.content-row.news-content .gallery .gallery-item {
  position: relative;
  line-height: 0;
  overflow: hidden;
  width: 33.333334%;
  display: inline-block;
  vertical-align: top;
}

.content-row.news-content .gallery .gallery-item img {
  width: 100%;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content-row.news-content .gallery .gallery-item a {
  line-height: 0;
}

.content-row.news-content .gallery .gallery-item--image {
  background-color: #000000;
}

.content-row.news-content .gallery .gallery-item--image span.zoom {
  opacity: 0;
  position: absolute;
  z-index: 8;
  width: 50px;
  height: 50px;
  background: url(/i/plus.png) no-repeat center;
  background-size: cover;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content-row.news-content .gallery .gallery-item--image:hover span.zoom {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content-row.news-content .gallery .gallery-item--image:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 970px) {
  .content-row .back-row-small {
    top: 0;
    left: 10px;
  }
}

.back-row {
  margin-top: 40px;
  margin-bottom: 10px;
}

.back-row a {
  text-transform: uppercase;
  font-weight: bold;
  color: #1a5976;
  letter-spacing: 2px;
}

.back-row a span {
  font-weight: 300;
}

.back-row a:hover {
  opacity: 0.6;
}

.back-row span.row {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1a5976;
  margin-top: 15px;
}

.back-row.no-margin {
  margin-top: 0;
}

.back-row.more-margin {
  margin-top: -40px;
}

.back-row.bottom {
  margin-bottom: 40px;
}

.back-row.bottom span.row {
  display: none;
}

.back-row-small {
  position: absolute;
  left: 25px;
  top: 33px;
}

.back-row-small a {
  display: block;
  background: url(/i/arrow-left-blue.png) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.back-row-small a:hover {
  opacity: 0.6;
}

.download-container {
  margin: 50px auto;
  text-align: center;
}

.download-container a.dl-item {
  display: inline-block;
  vertical-align: top;
  padding: 50px 20px 20px 20px;
  background: url(/i/download.png) no-repeat top center;
  background-size: 30px;
  text-align: center;
  max-width: 250px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a5976;
  font-weight: bold;
  word-break: break-word;
}

.download-container a.dl-item:hover {
  opacity: 0.7;
}

/* FORM RESET */
form input, form input[type="text"], form input[type="password"], form input[type="email"] {
  display: block;
  font-size: 16px;
  background-color: transparent;
  border: 0;
  margin: 0px auto 25px auto;
  padding: 5px;
  width: 85%;
  max-width: 500px;
  border-radius: 0;
}

form input::-webkit-input-placeholder, form input[type="text"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

form input::-moz-placeholder, form input[type="text"]::-moz-placeholder, form input[type="password"]::-moz-placeholder, form input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

form input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

form input[type="text"], form input[type="password"], form input[type="email"] {
  border-bottom: 1px solid #b9b8b9;
  text-align: center;
  font-weight: 300;
}

form input[type="submit"] {
  text-align: center;
  color: #414342;
  font-size: 17px;
  width: 100%;
  margin: 15px 0 0 0;
}

form .err {
  text-transform: uppercase;
  display: table-cell;
  font-size: 11px !important;
  background: #d60000;
  padding: 3px 6px;
  color: #fff !important;
  border: 1px solid #ffffff;
  margin-left: 15px;
}

.cta-row {
  padding: 20px 0;
  margin: 0 -1%;
}

.cta-row--full {
  width: 100%;
}

@media screen and (max-width: 870px) {
  .cta-row--full {
    width: auto;
  }
}

@media screen and (max-width: 420px) {
  .cta-row {
    padding: 0;
  }
}

.cta-row:first-child {
  padding-top: 80px;
}

.cta-row .cta-item {
  width: 31.33334%;
  margin: 0 1%;
  position: relative;
}

.cta-row .cta-item:after {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1a5976;
  content: "";
}

@media screen and (max-width: 870px) {
  .cta-row .cta-item {
    width: 100%;
    margin: 0 0 60px 0;
  }
}

.cta-row .cta-item a.full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  z-index: 10;
}

.cta-row .cta-item .content {
  width: 100%;
  display: block;
  padding-bottom: 5px;
  padding-top: 60px;
}

.cta-row .cta-item .content .icons-row {
  position: absolute;
  left: 0px;
  top: 20px;
}

.cta-row .cta-item .content .icons-row img {
  margin-right: 15px;
  vertical-align: bottom;
  max-height: 70px;
  max-width: 50px;
  width: auto;
}

.cta-row .cta-item .content .icons-row img:last-child {
  margin-right: 0;
}

.cta-row .cta-item .content .icons-row__smaller img {
  vertical-align: top;
  max-height: 30px;
}

@media screen and (max-width: 420px) {
  .cta-row .cta-item .content .icons-row__upper {
    top: 0;
  }
}

.cta-row .cta-item .content .icons-row.smaller-icon img {
  max-width: 40px;
}

.cta-row .cta-item .content h6 {
  color: #1a5976;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 0;
  line-height: 1.3em;
  padding-right: 90px;
  font-size: 20px;
}

.cta-row .cta-item .content h6 sup {
  color: #ffffff;
  font-size: 12px;
}

.cta-row .cta-item .content article * {
  font-family: "Playfair Display", sans-serif;
  margin: 0;
  line-height: 1.8em;
}

.cta-row .cta-item .content a.cta-link {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(/i/arrow-right-blue.png) no-repeat center;
  background-size: contain;
  top: 0;
  right: 0;
}

.cta-row .cta-item .content a.cta-link:hover {
  opacity: 0.6;
}

.cta-row .cta-item .content a.link {
  display: block;
  position: absolute;
  top: 60px;
  right: 0;
}

.cta-row .cta-item .content a.link img {
  max-width: 40px;
  border: 1px solid #A2CDF4;
  border-radius: 50%;
}

.cta-row .cta-item .content a.link:hover {
  opacity: 0.6;
}

.cta-row .cta-item .image {
  overflow: hidden;
  line-height: 0;
}

.cta-row .cta-item .image img {
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.cta-row .cta-item:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cta-row .cta-item.double {
  width: 64.6%;
}

@media screen and (max-width: 870px) {
  .cta-row .cta-item.double {
    width: 100%;
  }
}

.cta-row .cta-item.full-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  background-color: #4aa9e9;
  padding: 30px 30px 0 30px;
  width: 100%;
  margin-bottom: 40px;
}

.cta-row .cta-item.full-bg .content {
  padding: 40px 0;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  /*                @media screen and (max-width: 870px){
                    padding: 5% 0;
                }*/
}

.cta-row .cta-item.full-bg .content h6 {
  color: #ffffff;
  padding: 0;
  border-bottom: 0;
  letter-spacing: 3px;
  font-size: 24px;
  margin-bottom: 10px;
}

.cta-row .cta-item.full-bg .content article * {
  color: #ffffff;
  font-size: 19px;
}

.cta-row .cta-item.full-bg .content a.cta-link {
  width: 35px;
  height: 35px;
  position: relative;
  margin-top: 30px;
  background: url(/i/plus.png) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.cta-row .cta-item.full-bg .content a.cta-link:hover {
  opacity: 1;
}

.cta-row .cta-item.full-bg:hover .content {
  padding-top: 20px;
  /*                @media screen and (max-width: 870px){
                    padding-top: 5%;
                }*/
}

.cta-row .cta-item.full-bg:hover .content a.cta-link {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

#news-home {
  margin-top: 100px;
  background-color: #0a2638;
  padding: 40px 0 30px 0;
  overflow: hidden;
}

#news-home * {
  color: #ffffff;
}

#news-home .title-news {
  width: 25%;
}

@media screen and (max-width: 767px) {
  #news-home .title-news {
    width: 100%;
  }
}

#news-home .title-news h3 {
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 4px;
  padding-left: 23%;
}

@media screen and (max-width: 767px) {
  #news-home .title-news h3 {
    padding-left: 0;
  }
}

#news-home .news-item-container {
  width: 75%;
}

@media screen and (max-width: 767px) {
  #news-home .news-item-container {
    width: 100%;
  }
}

#news-home .news-item-container .news-item {
  width: 50%;
  padding-left: 8%;
}

#news-home .news-item-container .news-item:first-child {
  padding-left: 0;
  width: 40%;
  margin-right: 8%;
}

@media screen and (max-width: 1024px) {
  #news-home .news-item-container .news-item:first-child {
    width: 100%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 1024px) {
  #news-home .news-item-container .news-item {
    width: 100%;
    padding-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
}

#news-home .news-item-container .news-item p.date {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-right: 45px;
  font-size: 12px;
}

#news-home .news-item-container .news-item h4 {
  line-height: 1.5em;
  font-size: 21px;
  font-family: "Playfair Display", sans-serif;
  color: rgba(255, 255, 255, 0.8);
}

#news-home .news-item-container .news-item article > p {
  font-family: "Playfair Display", sans-serif;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.6);
}

#news-home .news-item-container .news-item a.news-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

#news-home .news-item-container .news-item a.news-link:hover {
  opacity: 0.8;
}

#news-home .news-item-container .news-item a.news-link img {
  max-width: 20px;
}

#news-home .v-line {
  top: 0;
  left: 25px;
  height: 250%;
  background-color: #697b86;
}

#news-home .v-line.l2 {
  left: 5%;
}

@media screen and (max-width: 767px) {
  #news-home .v-line {
    display: none;
  }
}

#news-home.full-list {
  background: none;
  margin-top: 0;
}

@media screen and (max-width: 670px) {
  #news-home.full-list {
    padding: 0 0 50px 0;
  }
}

#news-home.full-list * {
  color: #414342;
}

#news-home.full-list .news-item-container {
  width: 100%;
}

#news-home.full-list .news-item-container .news-item {
  width: 29.333334%;
  padding-left: 0%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  /*a.news-link{ background: url(/i/arrow-right-blue.png) no-repeat center; background-size: contain; }*/
}

#news-home.full-list .news-item-container .news-item:first-child {
  padding-left: 0;
  width: 29.333334%;
  margin-right: 4%;
}

@media screen and (max-width: 1024px) {
  #news-home.full-list .news-item-container .news-item:first-child {
    width: 45.333334%;
  }
}

@media screen and (max-width: 670px) {
  #news-home.full-list .news-item-container .news-item:first-child {
    width: 100%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 1024px) {
  #news-home.full-list .news-item-container .news-item {
    width: 45.333334%;
  }
}

@media screen and (max-width: 670px) {
  #news-home.full-list .news-item-container .news-item {
    width: 100%;
    margin-right: 0%;
  }
}

#news-home.full-list .news-item-container .news-item p.date {
  border-bottom: 1px solid #414342;
}

#news-home.full-list .news-item-container .news-item h4 {
  color: #408baf;
}

#news-home.full-list .news-item-container .news-item article > p {
  color: #414342;
}

.content-row .container .about-world {
  margin-top: 40px;
  text-align: center;
}

.content-row .container .about-world .location {
  width: auto;
  display: inline-block;
  padding: 25px 3%;
  vertical-align: top;
}

.content-row .container .about-world .location h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  padding-left: 15%;
}

.content-row .container .about-world .location > div {
  margin-top: 25px;
  padding-left: 15%;
}

.content-row .container .about-world .location > div p {
  line-height: 1em;
}

@media screen and (max-width: 500px) {
  .content-row .container .about-world .location > div {
    margin-top: 10px;
  }
  .content-row .container .about-world .location > div p {
    margin-bottom: 10px;
  }
}

.content-row .container .gallery-affiliates {
  margin-top: 40px;
  text-align: center;
}

.content-row .container .gallery-affiliates .ga-item {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 25px;
}

.content-row .container .gallery-affiliates .ga-item__logo {
  text-align: center;
  line-height: 0;
  margin-bottom: 25px;
}

.content-row .container .gallery-affiliates .ga-item p {
  text-align: center;
  margin: 0;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .content-row .container .gallery-affiliates .ga-item {
    width: 33.33334%;
  }
}

@media screen and (max-width: 600px) {
  .content-row .container .gallery-affiliates .ga-item {
    width: 50%;
  }
}

@media screen and (max-width: 319px) {
  .content-row .container .gallery-affiliates .ga-item {
    width: 100%;
  }
}

.about-awards {
  margin: 50px auto;
}

.about-awards .block {
  width: 42%;
  margin: 0 4% 30px 4%;
}

.about-awards .block p {
  padding-left: 16%;
  line-height: 2em;
}

.about-awards .block p.title {
  color: #418cb0;
  font-family: "Playfair Display", sans-serif;
  font-size: 23px;
  margin-top: 35px;
  position: relative;
  padding-left: 16%;
  line-height: normal;
}

@media screen and (max-width: 600px) {
  .about-awards .block p.title {
    font-size: 18px;
  }
}

.about-awards .block p.title:before {
  content: "";
  display: block;
  width: 37px;
  height: 58px;
  background: url(/i/ico-award.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 400px) {
  .about-awards .block p.title:before {
    width: 11%;
  }
}

.about-awards .block p.sub-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #1a5976;
  letter-spacing: 2px;
  border-bottom: 1px solid #1a5976;
  padding-bottom: 20px;
  padding-left: 0;
  margin-bottom: 20px;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .about-awards .block {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.download-area {
  background-color: #ffffff;
  margin-top: 60px;
}

.download-area h5 {
  text-align: center;
  padding: 60px 25px 40px 25px;
  margin: 0;
  text-transform: uppercase;
  color: #364e99;
  letter-spacing: 2px;
  font-size: 16px;
}

.download-area .container {
  text-align: center;
  padding-bottom: 40px;
}

.download-area .container a.dl-item {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  padding: 15px;
}

.download-area .container a.dl-item img.cert-logo {
  width: auto;
}

.download-area .container a.dl-item p {
  margin: 25px 6%;
  text-align: center;
}

.download-area .container a.dl-item img.dl-icon {
  display: block;
  margin: 0 auto;
  width: 30px;
}

.download-area .container a.dl-item:hover {
  opacity: 0.6;
}

.service-dsi-row {
  margin: 50px 0;
  position: relative;
}

.service-dsi-row .title-row {
  border-bottom: 1px solid #1a5976;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.service-dsi-row .title-row h4 {
  color: #1a5976;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 0px;
}

.service-dsi-row .title-row .col {
  display: block;
}

.service-dsi-row .title-row .col--title {
  width: 60%;
  padding-right: 30px;
}

@media screen and (max-width: 570px) {
  .service-dsi-row .title-row .col--title {
    width: 100%;
    padding-right: 0px;
  }
}

.service-dsi-row .title-row .col--link {
  width: 40%;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  color: #1a5976;
  letter-spacing: 2px;
}

@media screen and (max-width: 570px) {
  .service-dsi-row .title-row .col--link {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}

.service-dsi-row .title-row .col--link span {
  font-weight: 300;
}

.service-dsi-row .title-row .col--link:after {
  content: "";
  display: inline-block;
  background: url(/i/ico-link.png) no-repeat bottom;
  background-size: contain;
  width: 22px;
  height: 18px;
  margin-left: 10px;
}

.service-dsi-row .title-row .col--link:hover {
  opacity: 0.6;
}

.service-dsi-row .content .col {
  width: 32.733333%;
}

@media screen and (max-width: 1200px) {
  .service-dsi-row .content .col {
    width: 42.733333%;
  }
}

@media screen and (max-width: 1024px) {
  .service-dsi-row .content .col {
    width: 70.733333%;
  }
}

@media screen and (max-width: 767px) {
  .service-dsi-row .content .col {
    width: 100%;
  }
}

.service-dsi-row .content .col--article {
  padding: 25px 25px 0 0;
}

@media screen and (max-width: 1200px) {
  .service-dsi-row .content .col--article {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .service-dsi-row .content .col--article {
    padding: 0 0 30px 0;
  }
}

.service-dsi-row .content .col--article p {
  line-height: 1.6em;
}

.service-dsi-row .content .col--image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  line-height: 0;
  width: 32.6333334%;
  margin-left: 1%;
}

@media screen and (max-width: 1200px) {
  .service-dsi-row .content .col--image {
    width: 27.6333334%;
  }
}

@media screen and (max-width: 1024px) {
  .service-dsi-row .content .col--image:last-child {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .service-dsi-row .content .col--image {
    width: 100%;
    margin-left: 0;
  }
}

.service-dsi-row .content .col--image img {
  width: 100%;
}

.service-dsi-row .content .col--image--double {
  width: 66.25%;
}

.service-dsi-row .content .col--image--double img {
  width: 50%;
}

.service-dsi-row.txt-right .content .col--article {
  float: right;
  padding: 25px 0 0 25px;
}

@media screen and (max-width: 1200px) {
  .service-dsi-row.txt-right .content .col--article {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .service-dsi-row.txt-right .content .col--article {
    padding: 0 0 30px 0;
  }
}

.service-dsi-row.txt-right .content .col--image {
  margin-left: 0;
  margin-right: 1%;
}

.service-dsi-row--marger {
  margin-bottom: 20px;
}

.service-dsi-row--marger .title-row {
  margin-bottom: 50px;
}

.service-dsi-row .pdf-certificato {
  margin: 0px 40px 50px 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.service-dsi-row .pdf-certificato a {
  padding: 10px 0px 10px 50px;
  background-image: url("/i/dl_pdf.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-dsi-row .pdf-certificato a:hover {
  opacity: 0.8;
}

.category-list {
  margin-bottom: 50px;
}

.category-list.no-margin {
  margin-bottom: 0;
}

.category-list .box {
  width: 32.2%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 10px 0;
  position: relative;
  margin-top: 30px;
}

.category-list .box:after {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1a5976;
  content: "";
}

@media screen and (max-width: 820px) {
  .category-list .box {
    width: 100%;
  }
}

.category-list .box .info-cat {
  margin-bottom: 20px;
  position: relative;
}

.category-list .box .info-cat .icons-row {
  position: absolute;
  left: 0px;
  top: 0px;
}

.category-list .box .info-cat .icons-row img {
  margin-right: 15px;
  vertical-align: bottom;
  max-height: 70px;
  max-width: 50px;
  width: auto;
}

.category-list .box .info-cat .icons-row img:last-child {
  margin-right: 0;
}

.category-list .box .info-cat h3 {
  text-transform: uppercase;
  padding-right: 90px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  color: #1a5976;
  margin-bottom: 0px;
  margin-top: 15px;
  line-height: 1.2em;
}

.category-list .box .info-cat h3.subtitle {
  font-weight: 300;
}

.category-list .box .info-cat h5.category {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #1a5976;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-top: 15px;
  line-height: 1.2em;
}

.category-list .box .info-cat article {
  padding-top: 8px;
  position: relative;
}

.category-list .box .info-cat article a.link {
  position: absolute;
  display: block;
  z-index: 5;
  top: -30px;
  right: 0;
  /*background: url(/i/arrow-right-blue.png) no-repeat right;*/
  /*background-size: contain;*/
  height: 15px;
}

.category-list .box .info-cat article a.link img {
  max-width: 30px;
  border: 1px solid #A2CDF4;
  border-radius: 50%;
}

.category-list .box .info-cat article a.link:hover {
  opacity: 0.6;
}

.category-list .box .images {
  line-height: 0;
  position: relative;
}

.category-list .box .images img {
  width: 100%;
}

.category-list .box--double {
  width: 65.8%;
}

@media screen and (max-width: 820px) {
  .category-list .box--double {
    width: 100%;
  }
}

.category-list .box--double .images > img:first-child {
  width: 73.2%;
  margin-right: 2%;
}

.category-list .box--double .images > img:last-child {
  width: 24.8%;
}

.category-list .box:nth-child(odd) {
  margin-right: 2%;
}

.category-detail__row {
  position: relative;
}

.category-detail__row .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.category-detail__row .image img {
  display: none;
}

@media screen and (max-width: 1024px) {
  .category-detail__row .image {
    position: relative;
    width: 100%;
    background: none !important;
  }
  .category-detail__row .image img {
    display: block;
    width: 100%;
  }
}

.category-detail__row .text {
  position: relative;
  float: right;
  width: 45%;
}

.category-detail__row .text article {
  display: block;
  padding: 15% 8%;
  margin: 0 auto 0 0;
  width: 100%;
  max-width: 590px;
}

.category-detail__row .text article p {
  line-height: 1.6em;
}

.category-detail__row .text article p em {
  font-style: italic;
}

.category-detail__row .text article ul {
  list-style: disc;
  text-align: left;
}

.category-detail__row .text article ul li {
  margin-bottom: 5px;
  margin-left: 1.2em;
}

@media screen and (max-width: 1024px) {
  .category-detail__row .text {
    width: 100%;
    float: none;
  }
  .category-detail__row .text article {
    max-width: 100%;
    padding: 50px 25px;
  }
}

.category-detail__row.row_2 .image {
  left: inherit;
  right: 0;
  width: 65%;
}

@media screen and (max-width: 1024px) {
  .category-detail__row.row_2 .image {
    position: relative;
    width: 100%;
  }
}

.category-detail__row.row_2 .text {
  float: left;
  width: 35%;
}

.category-detail__row.row_2 .text article {
  max-width: 435px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {
  .category-detail__row.row_2 .text {
    width: 100%;
    float: none;
  }
  .category-detail__row.row_2 .text article {
    max-width: 100%;
    padding: 50px 25px;
  }
}

.main-project-cat {
  margin: 100px 0px 0px 0px;
  padding: 0;
}

.main-project-cat.alternate {
  background-color: #ffffff;
  padding: 80px 0;
}

.main-project-cat h2 {
  color: #1a5976;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 30px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.main-project-cat .tabs-container ul.filters {
  margin-bottom: 40px;
}

.main-project-cat .tabs-container ul.filters li {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 15px 0;
}

.main-project-cat .tabs-container ul.filters li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a5976;
  opacity: 0.5;
}

.main-project-cat .tabs-container ul.filters li a:hover {
  opacity: 1;
}

.main-project-cat .tabs-container ul.filters li.ui-tabs-active a {
  opacity: 1;
}

.main-project-cat__child {
  margin-bottom: 80px;
}

.main-project-cat__child h3 {
  margin-bottom: 30px;
  font-weight: 300;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 2px;
}

.main-project-cat .category-list .box {
  margin-top: 0;
  margin-bottom: 50px;
}

#project-detail .info-row {
  position: relative;
}

#project-detail .info-row .col {
  position: relative;
  padding: 4% 25px 50px 25px;
}

#project-detail .info-row .col.title {
  width: 32.5%;
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  #project-detail .info-row .col.title {
    width: 50%;
  }
}

@media screen and (max-width: 670px) {
  #project-detail .info-row .col.title {
    width: 100%;
    padding: 0;
  }
}

#project-detail .info-row .col.title h5 {
  color: #1a5976;
  width: 100%;
  max-width: 380px;
  border-bottom: 1px solid #1a5976;
  margin: 0 0 0 auto;
  padding: 0 25px 20px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 12px;
  min-height: 35px;
}

@media screen and (max-width: 670px) {
  #project-detail .info-row .col.title h5 {
    margin: 30px auto;
    max-width: 90%;
  }
}

#project-detail .info-row .col.title .intro-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 670px) {
  #project-detail .info-row .col.title .intro-image {
    position: relative;
    min-height: 330px;
  }
}

#project-detail .info-row .col.title .intro-image a.gallery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#project-detail .info-row .col.details {
  width: 25%;
  background-color: #70aed1;
  padding: 4% 3% 50px 3%;
}

@media screen and (max-width: 1024px) {
  #project-detail .info-row .col.details {
    width: 50%;
  }
}

@media screen and (max-width: 670px) {
  #project-detail .info-row .col.details {
    width: 100%;
  }
}

#project-detail .info-row .col.details * {
  color: #ffffff;
}

#project-detail .info-row .col.details label {
  font-family: "Playfair Display", sans-serif;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
  opacity: 0.8;
}

#project-detail .info-row .col.details p {
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

#project-detail .info-row .col.details p:last-child {
  margin-bottom: 0;
}

#project-detail .info-row .col.intro {
  width: 42.5%;
  padding-left: 0;
}

@media screen and (max-width: 1024px) {
  #project-detail .info-row .col.intro {
    width: 100%;
    padding: 25px;
    margin-top: 30px;
  }
}

#project-detail .info-row .col.intro .icon-category {
  border-bottom: 1px solid #1a5976;
  text-align: right;
  padding: 5px;
  min-height: 35px;
  position: relative;
}

#project-detail .info-row .col.intro .icon-category img.cat-icon {
  position: absolute;
  bottom: 20px;
  right: 0;
  max-height: 60px;
}

#project-detail .info-row .col.intro .intro__container {
  width: 100%;
  max-width: 550px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #project-detail .info-row .col.intro .intro__container {
    max-width: 100%;
  }
}

#project-detail .info-row .col.intro .intro__container article {
  padding: 16% 0 50px 10%;
}

@media screen and (max-width: 1024px) {
  #project-detail .info-row .col.intro .intro__container article {
    padding: 8% 0 0 0;
  }
}

#project-detail .info-row .col.intro .intro__container article p {
  line-height: 1.8em;
}

#project-detail .gallery {
  margin: 0;
  position: relative;
}

#project-detail .gallery .gallery-item {
  position: relative;
  line-height: 0;
  overflow: hidden;
}

#project-detail .gallery .gallery-item img {
  width: 100%;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#project-detail .gallery .gallery-item a {
  line-height: 0;
}

#project-detail .gallery .gallery-item.style_1 {
  width: 32.5%;
}

@media screen and (max-width: 1024px) {
  #project-detail .gallery .gallery-item.style_1 {
    width: 100%;
  }
}

#project-detail .gallery .gallery-item.style_2 {
  width: 43.8%;
}

@media screen and (max-width: 1024px) {
  #project-detail .gallery .gallery-item.style_2 {
    width: 64.9%;
  }
}

#project-detail .gallery .gallery-item.style_3 {
  width: 23.63%;
}

@media screen and (max-width: 1024px) {
  #project-detail .gallery .gallery-item.style_3 {
    width: 35.1%;
  }
}

#project-detail .gallery .gallery-item--image {
  background-color: #000000;
}

#project-detail .gallery .gallery-item--image span.zoom {
  opacity: 0;
  position: absolute;
  z-index: 8;
  width: 50px;
  height: 50px;
  background: url(/i/plus.png) no-repeat center;
  background-size: cover;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#project-detail .gallery .gallery-item--image:hover span.zoom {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#project-detail .gallery .gallery-item--image:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#project-detail .gallery .gallery-item--text {
  padding: 25px 3%;
}

@media screen and (max-width: 1024px) {
  #project-detail .gallery .gallery-item--text {
    width: 100% !important;
    padding: 0 25px 25px 25px;
  }
}

#project-detail .gallery .gallery-item--text article {
  display: block;
  position: relative;
  padding-bottom: 30px;
}

#project-detail .gallery .gallery-item--text article p {
  line-height: 1.8em;
}

#project-detail .gallery .gallery-item--text article p:last-child {
  margin: 0;
}

.cta-bottom .title-row {
  background-color: #6B9CD1;
  width: 76.37%;
  margin-left: 23.63%;
  padding: 8% 25px 2% 4%;
}

.cta-bottom .title-row h5 {
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 1.3em;
  text-transform: uppercase;
}

.cta-bottom .container {
  padding: 0 15px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.cta-bottom .container .box-cta {
  width: 33.33334%;
  padding: 10px;
}

@media screen and (max-width: 670px) {
  .cta-bottom .container .box-cta {
    width: 100%;
    margin-bottom: 30px;
  }
}

.cta-bottom .container .box-cta .title {
  border-bottom: 1px solid #1a5976;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.cta-bottom .container .box-cta .title h5 {
  color: #1a5976;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
}

.cta-bottom .container .box-cta .image {
  line-height: 0;
  overflow: hidden;
  position: relative;
}

.cta-bottom .container .box-cta .image img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cta-bottom .container .box-cta .image.color-overlay {
  background-color: #8ad5ff;
}

.cta-bottom .container .box-cta .image.color-overlay img {
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}

.cta-bottom .container .box-cta:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cta-bottom.title-left .title-row {
  width: 55%;
  margin-left: 0;
  padding: 8% 4% 2% 25px;
}

.cta-bottom.title-left .title-row h5 {
  color: #ffffff;
  text-align: right;
  font-weight: 300;
}

.cta-bottom.title-left .title-row h5 strong {
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .service-range-of-applications .cta-bottom.title-left .title-row {
    width: 75%;
  }
}

.projects-categories {
  margin-top: 0px;
}

.projects-categories .box-category {
  width: 50%;
  padding: 10px;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 0px;
}

.projects-categories .box-category:after {
  position: absolute;
  bottom: -25px;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #1a5976;
  content: "";
}

@media screen and (max-width: 1024px) {
  .projects-categories .box-category:after {
    width: 100%;
    padding: 0;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .projects-categories .box-category {
    width: 100%;
    padding: 10px 0;
  }
}

.projects-categories .box-category .image {
  line-height: 0;
}

.projects-categories .box-category .image img {
  width: 100%;
}

.projects-categories .box-category .content {
  padding: 25px 0;
  padding-bottom: 0px;
  padding-top: 90px;
}

.projects-categories .box-category .content .icons-row {
  position: absolute;
  left: 10px;
  top: 60px;
}

@media screen and (max-width: 1024px) {
  .projects-categories .box-category .content .icons-row {
    left: 0;
  }
}

.projects-categories .box-category .content .icons-row img {
  margin-right: 15px;
  vertical-align: bottom;
  max-height: 70px;
  max-width: 50px;
  width: auto;
}

.projects-categories .box-category .content .icons-row img:last-child {
  margin-right: 0;
}

.projects-categories .box-category .content .col.title {
  /*width: 35%;*/
  width: 78%;
  margin-top: 8px;
}

@media screen and (max-width: 540px) {
  .projects-categories .box-category .content .col.title {
    margin-top: 14px;
  }
}

.projects-categories .box-category .content .col.title h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.3em;
  font-size: 20px;
  font-weight: bold;
}

.projects-categories .box-category .content .col.description {
  display: none;
  width: 43%;
  min-height: 1px;
  /*                    @media screen and (max-width: 540px){
                        width: 100%;
                    }*/
}

.projects-categories .box-category .content .col.description p {
  line-height: 1.8em;
  font-family: "Playfair Display", sans-serif;
  font-size: 16px;
}

.projects-categories .box-category .content .col.link {
  width: 22%;
  text-align: right;
  /*                    @media screen and (max-width: 540px){
                        width: 100%;
                        text-align: right;
                    }*/
}

.projects-categories .box-category .content .col.link a {
  font-family: "Playfair Display", sans-serif;
  font-size: 16px;
  color: #364e99;
}

.projects-categories .box-category .content .col.link a.cta-link {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(/i/arrow-right-blue.png) no-repeat center;
  background-size: contain;
  top: 0;
  right: 0;
}

.projects-categories .box-category .content .col.link a:hover img {
  opacity: 0.8;
}

.projects-categories .box-category .content .col.link a img {
  max-width: 40px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #A2CDF4;
  border-radius: 50%;
}

.projects-categories .box-category--fullw {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.projects-categories .box-category--fullw .content {
  padding: 6% 0;
}

.projects-categories .box-category--fullw .content .col {
  padding: 25px 5%;
}

.projects-categories .box-category--fullw .content .col.title {
  width: 30%;
}

@media screen and (max-width: 870px) {
  .projects-categories .box-category--fullw .content .col.title {
    width: 50%;
  }
}

@media screen and (max-width: 540px) {
  .projects-categories .box-category--fullw .content .col.title {
    width: 100%;
  }
}

.projects-categories .box-category--fullw .content .col.title h5 {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 7px;
  font-weight: 400;
  line-height: 1.3em;
}

@media screen and (max-width: 870px) {
  .projects-categories .box-category--fullw .content .col.title h5 {
    letter-spacing: 4px;
    font-size: 28px;
  }
}

.projects-categories .box-category--fullw .content .col.description {
  width: 46%;
}

@media screen and (max-width: 870px) {
  .projects-categories .box-category--fullw .content .col.description {
    width: 50%;
  }
}

@media screen and (max-width: 540px) {
  .projects-categories .box-category--fullw .content .col.description {
    width: 100%;
    padding: 0 5%;
  }
}

.projects-categories .box-category--fullw .content .col.description * {
  color: #ffffff;
}

.projects-categories .box-category--fullw .content .col.link {
  width: 24%;
  text-align: right;
}

@media screen and (max-width: 870px) {
  .projects-categories .box-category--fullw .content .col.link {
    width: 100%;
  }
}

.projects-categories .box-category--fullw .content .col.link a {
  font-size: 16px;
  color: #70afd1;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 16%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.projects-categories .box-category--fullw .content .col.link a:hover {
  background-color: transparent;
  color: #ffffff;
}

.projects-categories--margin {
  margin-bottom: 50px;
}

.projects-categories--margin .box-category .content {
  padding-top: 50px;
  padding-bottom: 5px;
}

.projects-categories.container {
  padding: 0 15px;
}

#projects-list {
  margin-bottom: 50px;
  margin-top: -20px;
}

.map-projects {
  background-color: #ffffff;
  margin-top: 50px;
}

.map-projects .title-row {
  padding: 30px 5.5%;
}

.map-projects .title-row .title {
  width: 34%;
}

@media screen and (max-width: 870px) {
  .map-projects .title-row .title {
    width: 50%;
  }
}

@media screen and (max-width: 540px) {
  .map-projects .title-row .title {
    width: 100%;
  }
}

.map-projects .title-row .title h3 {
  text-transform: uppercase;
  color: #75aad5;
  font-size: 30px;
  letter-spacing: 7px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0;
}

@media screen and (max-width: 870px) {
  .map-projects .title-row .title h3 {
    letter-spacing: 4px;
    font-size: 28px;
  }
}

.map-projects .title-row .text {
  width: 66%;
}

@media screen and (max-width: 870px) {
  .map-projects .title-row .text {
    width: 50%;
  }
}

@media screen and (max-width: 540px) {
  .map-projects .title-row .text {
    width: 100%;
    padding: 25px 0 0 0;
  }
}

.map-projects .title-row .text p {
  margin: 0;
  line-height: 1.8em;
  font-size: 18px;
  font-family: "Playfair Display", sans-serif;
}

.map-projects #search_map_wrapper {
  height: 700px;
}

@media screen and (max-width: 540px) {
  .map-projects #search_map_wrapper {
    height: 450px;
  }
}

.map-projects #search_map_wrapper #map_canvas {
  width: 100%;
  height: 100%;
}

.map-projects #search_map_wrapper #map_canvas p.gm-style-pbt {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
}

.map-projects #search_map_wrapper #map_canvas > div {
  background: #101622 !important;
}

.map-projects #search_map_wrapper #map_canvas .info_content {
  padding: 15px;
}

.map-projects #search_map_wrapper #map_canvas .info_content h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  color: #1a5976;
  font-weight: bold;
}

.map-projects #search_map_wrapper #map_canvas .info_content h5 {
  font-family: "Playfair Display", sans-serif;
  font-size: 15px;
}

.map-projects #search_map_wrapper #map_canvas .info_content p {
  margin: 0;
}

.contacts-content {
  margin-top: 40px;
}

.contacts-content .title-row {
  padding: 20px 0;
}

.contacts-content .title-row h6 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #1a5976;
  margin: 0;
}

.contacts-content .row-content {
  border-top: 1px solid #1a5976;
  padding: 3% 0 20px 0;
}

.contacts-content .row-content .title {
  width: 21%;
  padding-right: 20px;
}

.contacts-content .row-content .title h2 {
  font-family: "Playfair Display", sans-serif;
  color: #408baf;
  font-size: 44px;
}

@media screen and (max-width: 1024px) {
  .contacts-content .row-content .title {
    width: 100%;
    padding-right: 0px;
  }
}

.contacts-content .row-content .text {
  width: 79%;
}

.contacts-content .row-content .text .block {
  padding: 25px 15px 0 0;
}

.contacts-content .row-content .text .block p {
  margin-bottom: 30px;
  line-height: 1.6em;
}

@media screen and (max-width: 1024px) {
  .contacts-content .row-content .text {
    width: 100%;
  }
}

.contacts-content .row-content .block {
  display: inline-block;
  width: 33.33334%;
  vertical-align: top;
  padding: 0 15px 15px 0;
}

@media screen and (max-width: 767px) {
  .contacts-content .row-content .block {
    max-width: 100%;
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .contacts-content .row-content .block {
    width: 100%;
  }
}

.contacts-content--intro .row-content .block {
  max-width: 280px;
}

.contacts-content--intro .row-content .block:first-child {
  width: 100%;
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .contacts-content--intro .row-content .block {
    max-width: 100%;
    width: 100%;
  }
}

.contacts-content .map-container {
  margin-top: 0px;
}

.contacts-content .init-map {
  height: 100%;
  min-height: 520px;
  width: 100%;
  display: block;
}

.contacts-content p.gm-style-pbt {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
}

#literature .literature-row {
  padding: 70px 0;
}

#literature .literature-row.alternated {
  background-color: #ffffff;
}

#literature .literature-row .col {
  padding-right: 5%;
}

@media screen and (max-width: 767px) {
  #literature .literature-row .col {
    padding-right: 0;
  }
}

#literature .literature-row .col--year {
  width: 27%;
}

#literature .literature-row .col--year h6 {
  font-size: 18px;
  color: #1a5976;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #literature .literature-row .col--year {
    width: 100%;
    margin-bottom: 50px;
  }
}

#literature .literature-row .col--articles {
  width: 73%;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  #literature .literature-row .col--articles {
    width: 100%;
  }
}

#literature .literature-row .col--articles .article {
  width: 100%;
  max-width: 825px;
  margin: 0 auto 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
}

#literature .literature-row .col--articles .article .title-row {
  margin-bottom: 25px;
}

#literature .literature-row .col--articles .article .title-row h3 {
  font-family: "Playfair Display", sans-serif;
  color: #126f9c;
  font-size: 21px;
  width: 80%;
  line-height: 1.6em;
}

#literature .literature-row .col--articles .article .title-row span.read-more {
  width: 20%;
  color: #126f9c;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #literature .literature-row .col--articles .article .title-row span.read-more {
    text-align: right;
  }
}

#literature .literature-row .col--articles .article .hidden-row {
  display: none;
  width: 80%;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  #literature .literature-row .col--articles .article .hidden-row {
    width: 100%;
  }
}

#literature .literature-row .col--articles .article .hidden-row .info {
  margin-bottom: 25px;
}

#literature .literature-row .col--articles .article .hidden-row .info p {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.6em;
}

#literature .literature-row .col--articles .article .hidden-row .info p span.label {
  color: rgba(18, 111, 156, 0.8);
  font-weight: 700;
}

#literature .literature-row .col--articles .article .hidden-row article * {
  line-height: 1.6em;
}

#literature .literature-row .col--articles .article a.btn-request {
  display: inline-block;
  background-color: #364e99;
  color: #ffffff;
  text-align: center;
  padding: 20px 10%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

#literature .literature-row .col--articles .article a.btn-request:hover {
  opacity: 0.6;
}

.search-bar {
  background-color: #ffffff;
  padding: 50px 0;
}

.search-bar .search-form {
  width: 100%;
  margin: 0 auto;
  max-width: 730px;
}

.search-bar .search-form label {
  display: block;
  float: left;
  width: 85%;
  padding-right: 15px;
}

.search-bar .search-form label span.screen-reader-text {
  font-family: "Playfair Display", sans-serif;
  display: inline-block;
  width: 15%;
  vertical-align: bottom;
  font-size: 18px;
  color: rgba(18, 111, 156, 0.8);
}

@media screen and (max-width: 570px) {
  .search-bar .search-form label span.screen-reader-text {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}

.search-bar .search-form label input {
  border-bottom: 1px solid rgba(18, 111, 156, 0.8);
  display: inline-block;
  width: 85%;
  vertical-align: bottom;
  margin: 0;
  max-width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (max-width: 570px) {
  .search-bar .search-form label input {
    width: 100%;
    display: block;
  }
}

.search-bar .search-form input[type="submit"] {
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  max-width: 15%;
  display: block;
  cursor: pointer;
  background: url(/i/icon-search.png) no-repeat center bottom;
  background-size: contain;
  margin: 8px 0 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-bar .search-form input[type="submit"]:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 570px) {
  .search-bar .search-form input[type="submit"] {
    margin-top: 35px;
  }
}

#request-form {
  margin-top: 130px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #request-form {
    margin-top: 90px;
  }
}

@media screen and (max-width: 570px) {
  #request-form .back-row-small {
    left: 5px;
    top: 0;
  }
}

#request-form h1 {
  text-align: center;
  margin-bottom: 50px;
  color: rgba(18, 111, 156, 0.8);
  font-family: "Playfair Display", sans-serif;
}

@media screen and (max-width: 570px) {
  #request-form h1 {
    font-size: 28px;
  }
}

#request-form h3 {
  text-align: center;
  margin-bottom: 50px;
  color: #1a5976;
  font-family: "Playfair Display", sans-serif;
  font-size: 22px;
}

#request-form form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

#request-form form p {
  display: block;
  margin-bottom: 25px;
}

#request-form form p label {
  display: inline-block;
  vertical-align: bottom;
  width: 20%;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 500px) {
  #request-form form p label {
    width: 100%;
    display: block;
  }
}

#request-form form p input, #request-form form p textarea {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 79%;
  max-width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(18, 111, 156, 0.8);
  background: transparent;
  text-align: left;
}

@media screen and (max-width: 500px) {
  #request-form form p input, #request-form form p textarea {
    width: 100%;
    display: block;
  }
}

#request-form form p.textarea {
  margin-top: 45px;
}

#request-form form p.textarea label {
  vertical-align: top;
}

#request-form form p.textarea textarea {
  border: 1px solid rgba(18, 111, 156, 0.8);
  height: 100px;
  padding: 5px;
  -webkit-appearance: none;
  border-radius: 0;
}

#request-form form p.checkbox {
  padding-left: 20%;
}

#request-form form p.checkbox input {
  width: 10%;
}

@media screen and (max-width: 500px) {
  #request-form form p.checkbox input {
    display: inline-block;
  }
}

#request-form form p.checkbox label {
  width: 88%;
}

@media screen and (max-width: 500px) {
  #request-form form p.checkbox label {
    display: inline-block;
  }
}

#request-form form p.checkbox label, #request-form form p.checkbox label a {
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
}

@media screen and (max-width: 570px) {
  #request-form form p.checkbox {
    padding-left: 0;
  }
}

#request-form form p.submit {
  text-align: center;
}

#request-form form p.submit input[type="submit"] {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  border: 0;
  padding: 15px 25px;
  background-color: rgba(18, 111, 156, 0.8);
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  border-radius: 0;
}

#request-form form p.submit input[type="submit"]:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#request-form .form-feedback {
  margin-bottom: 20px;
  text-align: center;
}

#request-form .form-feedback.error {
  background: #F96363 url(effect.png);
  padding: 5px;
}

#request-form .form-feedback.error .content {
  background: #f8f9fc;
  padding: 10px;
}

#request-form .form-feedback.error .message {
  color: #D25353;
}

#request-form .form-feedback.confirm {
  background: #38e200 url(effect.png);
  padding: 5px;
}

#request-form .form-feedback.confirm .content {
  background: #f8f9fc;
  padding: 10px;
}

#request-form .form-feedback.confirm .message {
  color: #2bad01;
}

#request-form .form-feedback .message {
  text-align: center;
}
/*# sourceMappingURL=main.css.map */