@font-face {
  font-family: roboto;
  src: url(fonts/Roboto-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: roboto-medium;
  src: url(fonts/Roboto-Medium.ttf);
  font-display: swap;
}
@font-face {
  font-family: roboto-bold;
  src: url(fonts/Roboto-Bold.ttf);
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*:focus,
*:hover {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.loader {
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
}

body {
  font-family: roboto;
  overflow: hidden;
  overflow-y: scroll;
}

@media only screen and (max-width: 600px) {
  .no-scroll-mobile {
    overflow: hidden !important;
  }
}

.test555 {
  background: radial-gradient(transparent, #001625) !important;
}

header {
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 5;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0);
}
header .headerContent {
  width: 100%;
  box-sizing: border-box;
  max-width: 1240px;
  height: 60px;
  padding: 0 20px;
  margin: auto;
  display: grid;
  grid-template-columns: 410px auto;
  position: relative;
}
header .headerContent .logo {
  position: relative;
}
header .headerContent .logo .logoImage {
  position: absolute;
  height: 80px;
  width: 180px;
  background: url(images/logo-ctc.svg);
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: center;
  transition: 0.1s;
}
header .headerContent nav {
  display: grid;
  grid-gap: 20px;
  grid-gap: 10px;
  grid-template-columns: auto 100px;
}
header .headerContent nav .categories {
  height: inherit;
  width: 100%;
}
header .headerContent nav .categories .floatRight {
  float: right;
  height: 100%;
}
header .headerContent nav .categories .floatRight .navItem {
  height: 100%;
  float: left;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
header .headerContent nav .categories .floatRight .navItem a {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
header .headerContent nav .categories .floatRight .navItem .selected {
  border-top: 2px solid transparent;
  border-bottom: 2px solid #fff;
}
header .headerContent nav .categories .floatRight .navItem:hover {
  background: #002b47;
}
header .headerContent nav .categories .floatRight .navItem .mobile {
  height: 100%;
  color: #fff;
  font-size: 16px;
  color: white;
  font-family: roboto-bold;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr 50px;
}
@media only screen and (min-width: 1024px) {
  header .headerContent nav .categories .floatRight .navItem .mobile {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  header .headerContent nav .categories .floatRight .navItem .mobile a {
    padding: 0 0 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  header .headerContent nav .categories .floatRight .navItem .mobile a {
    padding: 0;
  }
}
header .headerContent nav .categories .floatRight .navItem .mobile p {
  background-color: red;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  right: 20px;
  height: 39px;
  width: 39px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
header .headerContent nav .categories .floatRight .navItem .mobile p span {
  height: 10px;
  width: 2px;
  margin: 1px 2px 0 2px;
  transform: rotate(-45deg);
  background-color: #fff;
  transition: 0.2s;
}
header .headerContent nav .categories .floatRight .navItem .mobile p span:nth-child(2) {
  transform: rotate(45deg);
}
header .headerContent nav .categories .floatRight .navItem .mobile.active span {
  transform: rotate(-135deg);
}
header .headerContent nav .categories .floatRight .navItem .mobile.active span:nth-child(2) {
  transform: rotate(135deg);
}
header .headerContent nav .categories .floatRight .navItem a {
  height: 100%;
  padding: 0 15px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
}
@media only screen and (max-width: 1024px) {
  header .headerContent nav .categories .floatRight .navItem a {
    padding: 30px;
    color: #333;
  }
}
@media only screen and (max-width: 1024px) {
  header .headerContent nav .categories .floatRight .navItem a.dropDown {
    display: none;
  }
}
header .headerContent nav .categories .floatRight .navItem a.dropDown::after {
  content: "";
  margin-left: 15px;
  margin-right: 0px;
  margin-bottom: 5px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
  header .headerContent nav .categories .floatRight .navItem a.dropDown::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
  }
}
header .headerContent nav .categories .floatRight .navItem ul {
  display: none;
  background: #002b47;
  position: absolute;
  left: 0;
  width: auto;
  top: 60px;
  min-width: 300px;
  max-width: 500px;
}
header .headerContent nav .categories .floatRight .navItem ul li {
  list-style: none;
  position: relative;
}
header .headerContent nav .categories .floatRight .navItem ul li a {
  color: #fff;
  padding: 20px 30px;
  font-size: 14px;
}
header .headerContent nav .categories .floatRight .navItem ul li:last-child a {
  border-bottom: 0px solid #eee;
}
header .headerContent nav .categories .floatRight .navItem ul li ul {
  display: none !important;
  width: 100px;
  position: absolute;
  right: 100%;
  display: block;
  top: 0;
}
header .headerContent nav .categories .floatRight .navItem ul li ul li {
  height: 50px;
  padding: 0 20px;
  list-style: none;
  position: relative;
}
header .headerContent nav .categories .floatRight .navItem ul li ul li ul {
  display: none !important;
  width: 100px;
  position: absolute;
  right: 100%;
  display: block;
  top: 0;
}
header .headerContent nav .categories .floatRight .navItem ul li ul li:hover {
  background: rgba(0, 0, 0, 0.5);
}
header .headerContent nav .categories .floatRight .navItem ul li ul li:hover > ul {
  display: block !important;
}
header .headerContent nav .categories .floatRight .navItem ul li:hover {
  background: rgba(0, 0, 0, 0.1);
  color: white;
}
header .headerContent nav .categories .floatRight .navItem ul li:hover a {
  color: #fff;
}
header .headerContent nav .categories .floatRight .navItem ul li:hover > ul {
  display: block !important;
}
header .headerContent nav .categories .floatRight .navItem:hover > ul {
  display: block;
}
header .headerContent nav .users {
  height: inherit;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 100px;
  height: 60px;
}
header .headerContent nav .users a {
  box-sizing: border-box;
  height: 100%;
}
header .headerContent nav .users .backDarken30 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
header .headerContent nav .users .userMenuContainer {
  position: relative;
}
header .headerContent nav .users .userMenuContainer .userMenuButton {
  display: none;
  position: absolute;
  background-color: #fff;
  background-image: url(images/user.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0px;
  margin-top: 7px;
  left: 5px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid #3c608c;
  cursor: pointer;
}
header .headerContent nav .users .userMenuContainer .userMenuButton:hover {
  border: 3px solid #ddd;
}
header .headerContent nav .users .userMenuContainer .userMenu {
  display: none;
  position: absolute;
  background: #fff;
  width: 350px;
  height: 350px;
  margin-top: 5px;
  top: 100%;
  right: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 5px;
}
header .headerContent nav .users .userMenuContainer .userMenu .userMenuContent {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 5px;
}
header .headerContent nav .users .userMenuContainer .userMenu .userMenuContent .row {
  background: white;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
header .headerContent nav .users .userMenuContainer .userMenu .userMenuContent .row .userCategory {
  background: #ccc;
  cursor: pointer;
}
header .headerContent nav .users .userMenuContainer .userMenu .userMenuContent .row .userCategory .icon {
  display: none;
  width: 60px;
  height: 60px;
  background: #bbb;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 50px;
}
header .headerContent nav .users .userMenuContainer .userMenu .userMenuContent .row .userCategory p {
  display: none;
  width: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
}
header .headerContent nav .users .userMenuContainer .userMenu .userMenuContent .row .userCategory:hover {
  background: #aaa;
}
header .headerContent nav .users .socialHolder {
  display: grid;
  grid-template-columns: 50px 50px;
}
@media only screen and (max-width: 768px) {
  header .headerContent nav .users .socialHolder {
    display: none;
  }
}
header .headerContent nav .users .linkedin {
  background: url(images/linkedin.svg);
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  opacity: 0.7;
  transition: 0.2s;
  font-size: 0;
  color: transparent;
}
header .headerContent nav .users .linkedin:hover {
  opacity: 1;
}
header .headerContent nav .users .lang {
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
header .headerContent nav .users .lang a {
  display: flex;
  height: 20px;
  font-size: 11px;
  height: 13px;
  color: white;
  opacity: 0.5;
  align-items: center;
  transition: 0.2s;
}
header .headerContent nav .users .lang a:hover {
  opacity: 0.7;
}
header .headerContent nav .users .lang a.selected {
  opacity: 1;
}
header .headerContent nav .users .menu-icon {
  background: url(images/menu.svg);
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
}
header .headerContent nav .users .menu-icon:hover {
  opacity: 1;
}
header .headerContent nav .users .menu-icon:hover .dd-menu-6 {
  visibility: visible;
  opacity: 1;
  transition: 0.2s;
}
header .headerContent nav .users .menu-icon.selected {
  opacity: 1;
}
header .headerContent nav .users .menu-icon .dd-menu-6 {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  position: absolute;
  top: 60px;
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 10px;
  gap: 10px;
}
header .headerContent nav .users .menu-icon .dd-menu-6::before {
  content: " ";
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: -5px;
}
header .headerContent nav .users .menu-icon .dd-menu-6 a {
  background-color: #eee;
  height: 140px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-items: center;
}
header .headerContent nav .users .menu-icon .dd-menu-6 a p {
  font-size: 18px;
  text-align: center;
  padding: 10px 30px;
  text-transform: uppercase;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  color: white;
  font-family: roboto-bold;
}
header .headerContent nav .users .menu-icon .dd-menu-6 a:hover {
  background-color: #ddd;
}
header .headerContent nav .users .menu-icon .dd-menu-6 a.location {
  background-image: url(images/zagreb.webp);
  background-size: auto 100%;
  transition: 0.2s;
  background-position: center;
}
header .headerContent nav .users .menu-icon .dd-menu-6 a.location:hover {
  background-size: auto 120%;
}
header .headerContent nav .users .menu-icon .dd-menu-6 a.weather {
  background-image: url(images/weather.webp);
  background-size: auto 100%;
  transition: 0.2s;
  background-position: center;
}
header .headerContent nav .users .menu-icon .dd-menu-6 a.weather:hover {
  background-size: auto 120%;
}
header .headerContent nav .users .menu-icon .dd-menu-6 a.gallery {
  background-image: url(images/activities.webp);
  background-size: auto 100%;
  transition: 0.2s;
  background-position: center;
}
header .headerContent nav .users .menu-icon .dd-menu-6 a.gallery:hover {
  background-size: auto 120%;
}
header .headerContent nav .users .menu-icon .dd-menu-6 a.benefits {
  background-image: url(images/client-benefits.webp);
  background-size: auto 100%;
  transition: 0.2s;
  background-position: center;
}
header .headerContent nav .users .menu-icon .dd-menu-6 a.benefits:hover {
  background-size: auto 120%;
}
header .headerContent nav .users .menu {
  display: none;
}

.displayBlock {
  display: block !important;
}

.displayNone {
  display: none !important;
}

.autoHeight {
  height: auto;
}

.filterBlur {
  filter: blur(5px);
}

.category-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 50px 30px;
  display: grid;
  min-height: calc(100vh - 329px);
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .category-container {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    grid-gap: 10px;
  }
}
.category-container h2 {
  padding: 0 0 20px 0;
  text-align: left;
  font-size: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.category-container p {
  font-size: 14px;
  line-height: 1.5rem;
  text-align: justify;
}

.content {
  height: 100%;
  width: 100%;
  float: left;
  overflow: hidden;
  padding-top: 60px;
}
.content.homePage {
  padding-top: 0px;
}
.content main {
  transition: 0.5s;
  padding-bottom: 0px;
}
.content main .mainPicture {
  width: 100%;
  height: 600px;
  margin-left: 0%;
  margin-top: -80px;
  background: radial-gradient(#005a96, #001625);
  overflow: hidden;
  animation: fadeIn 1 1s ease-out;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content main .mainPicture {
    height: 500px;
  }
}
.content main .mainPicture.video-container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .content main .mainPicture.video-container {
    align-items: normal;
  }
}
@media only screen and (max-width: 1024px) {
  .content main .mainPicture.video-container {
    margin-top: -20px;
  }
}
.content main .mainPicture.video-container video {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
@media only screen and (max-width: 1100px) {
  .content main .mainPicture.video-container video {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .content main .mainPicture.video-container video {
    margin-left: -30px;
  }
}
.content main .mainPicture_Container {
  height: 100%;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-image: url(images/default-bg.svg);
  background-size: 750px;
  background-repeat: no-repeat;
  background-position: right -160px bottom -50px;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .content main .mainPicture_Container {
    background-size: auto 200%;
    background-position: right center;
    transform: translateX(0%);
    left: 0;
  }
}
.content main .mainPicture_Container .messageContainer {
  position: absolute;
  top: calc(50% + 50px);
  transform: translateY(-50%) translateX(-50%);
  left: calc(50% - 175px);
  width: 850px;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 40px 50px;
}
@media only screen and (max-width: 1200px) {
  .content main .mainPicture_Container .messageContainer {
    width: calc(100% - 300px);
    background-color: rgba(0, 0, 0, 0.3);
    left: 50%;
    padding: 30px;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media only screen and (max-width: 1024px) {
  .content main .mainPicture_Container .messageContainer {
    top: calc(50% + 30px);
  }
}
.content main .mainPicture_Container .messageContainer h1 {
  color: #fff;
  font-size: 36px;
  padding-bottom: 10px;
  text-align: left;
  float: left;
  width: 100%;
  font-weight: normal;
  font-family: roboto-bold;
}
@media only screen and (max-width: 1024px) {
  .content main .mainPicture_Container .messageContainer h1 {
    text-align: center;
  }
}
.content main .mainPicture_Container .messageContainer p {
  color: #fff;
  width: 100%;
  float: left;
  padding: 20px 0 40px 0;
  text-align: left;
  font-size: 13px;
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  .content main .mainPicture_Container .messageContainer p {
    text-align: center;
  }
}
.content main .mainPicture_Container .messageContainer p:nth-child(2) {
  font-family: roboto-medium;
  font-size: 18px;
  padding: 0 0 0px 0;
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  .content main .mainPicture_Container .messageContainer p:nth-child(2) {
    font-size: 14px;
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .content main .mainPicture_Container .messageContainer p:nth-child(3) {
    background-color: red;
    display: none;
  }
}
.content main .mainPicture_Container .messageContainer .buttonHolder {
  float: right;
}
@media only screen and (max-width: 1024px) {
  .content main .mainPicture_Container .messageContainer .buttonHolder {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .content main .mainPicture_Container .messageContainer .buttonHolder {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.content main .mainPicture_Container .messageContainer .buttonHolder a {
  padding: 9px 20px;
  border-radius: 0;
  background: #005a96;
  font-size: 16px;
  color: #fff;
  display: block;
  width: 180px;
  text-align: center;
  float: left;
  margin-right: 10px;
  transition: 0.2s;
}
@media only screen and (max-width: 600px) {
  .content main .mainPicture_Container .messageContainer .buttonHolder a {
    font-size: 14px;
  }
}
.content main .mainPicture_Container .messageContainer .buttonHolder a:hover {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.content main .mainPicture_Container .messageContainer .buttonHolder .darken {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .content main .mainPicture_Container .messageContainer .buttonHolder .darken {
    display: none;
  }
}
.content main .mainPicture_Container .messageContainer .buttonHolder .positionBottom {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width: 1024px) {
  .content main .mainPicture .scrollMainPictureResize {
    background-position: right -160px bottom;
  }
}
@media only screen and (min-width: 1024px) {
  .content main .mainPicture .scrollMessagePosition {
    top: calc(50% + 90px);
  }
}
.content main .servicesPicture {
  width: 100%;
  padding-bottom: 21%;
  background-image: url(images/services-large.png);
  background-size: auto 100%;
  overflow: hidden;
  transition: 0.2s;
  background-color: #eee;
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
  .content main .servicesPicture {
    padding-bottom: 0;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .servicesPicture {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 600px) {
  .content main .servicesPicture {
    background-image: url(images/test-equipment-mobile.png);
    background-size: auto 100%;
    height: auto;
    padding-bottom: 56%;
  }
}
.content main .servicesPicture.zoom {
  background-position: right bottom -20px;
}
.content main .engServicesPicture {
  width: 100%;
  padding-bottom: 21%;
  background-image: url(images/eng-services-large.png);
  background-size: auto 100%;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  transition: 0.2s;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
  .content main .engServicesPicture {
    padding-bottom: 0;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .engServicesPicture {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 600px) {
  .content main .engServicesPicture {
    background-image: url(images/eng-services-mobile.png);
    background-size: auto 100%;
    height: auto;
    padding-bottom: 56%;
  }
}
.content main .engServicesPicture.zoom {
  background-position: right bottom -20px;
}
.content main .weatherPicture {
  width: 100%;
  padding-bottom: 21%;
  background-image: url(images/weather-large.png);
  background-size: auto 100%;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  transition: 0.2s;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
  .content main .weatherPicture {
    padding-bottom: 0;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .weatherPicture {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 600px) {
  .content main .weatherPicture {
    background-image: url(images/weather-mobile.png);
    background-size: auto 100%;
    height: auto;
    padding-bottom: 56%;
  }
}
.content main .weatherPicture.zoom {
  background-position: right bottom -20px;
}
.content main .activitiesPicture {
  width: 100%;
  padding-bottom: 21%;
  background-image: url(images/activities-large.webp);
  background-size: auto 100%;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  transition: 0.2s;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
  .content main .activitiesPicture {
    padding-bottom: 0;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .activitiesPicture {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 600px) {
  .content main .activitiesPicture {
    background-image: url(images/activities-mobile.png);
    background-size: auto 100%;
    height: auto;
    padding-bottom: 56%;
  }
}
.content main .activitiesPicture.zoom {
  background-position: right bottom -20px;
}
.content main .locationPicture {
  width: 100%;
  padding-bottom: 21%;
  background-image: url(images/location-large.webp);
  background-size: auto 100%;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  transition: 0.2s;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
  .content main .locationPicture {
    padding-bottom: 0;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .locationPicture {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 600px) {
  .content main .locationPicture {
    background-image: url(images/location-mobile.png);
    background-size: auto 100%;
    height: auto;
    padding-bottom: 56%;
  }
}
.content main .locationPicture.zoom {
  background-position: right bottom -20px;
}
.content main .benefitsPicture {
  width: 100%;
  padding-bottom: 21%;
  background-image: url(images/benefits-large.png);
  background-size: auto 100%;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  transition: 0.2s;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
  .content main .benefitsPicture {
    padding-bottom: 0;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .benefitsPicture {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 600px) {
  .content main .benefitsPicture {
    background-image: url(images/benefits-mobile.png);
    background-size: auto 100%;
    height: auto;
    padding-bottom: 56%;
  }
}
.content main .benefitsPicture.zoom {
  background-position: right bottom -20px;
}
.content main .testEquipmentPicture {
  width: 100%;
  padding-bottom: 21%;
  background-image: url(images/test-equipment-large.png);
  background-size: auto 100%;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
  transition: 0.2s;
}
@media only screen and (max-width: 1400px) {
  .content main .testEquipmentPicture {
    padding-bottom: 0;
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .content main .testEquipmentPicture {
    background-image: url(images/test-equipment-mobile.png);
    height: auto;
    padding-bottom: 56%;
  }
}
.content main .testEquipmentPicture.zoom {
  background-position: right bottom -25px;
}
.content main .partnersPicture {
  width: 100%;
  padding-bottom: 21%;
  background-image: url(images/partners-large.png);
  background-size: auto 100%;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  background-position: right 0px center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
  .content main .partnersPicture {
    padding-bottom: 0;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .partnersPicture {
    background-position: right center;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 600px) {
  .content main .partnersPicture {
    background-image: url(images/partners.png);
    background-position: center;
    background-size: auto 100%;
    height: auto;
    padding-bottom: 56%;
  }
}
.content main .clientsPicture {
  width: 100%;
  padding-bottom: 21%;
  background-image: url(images/clients-large.png);
  background-size: auto 100%;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  background-position: right 0px center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
  .content main .clientsPicture {
    padding-bottom: 0;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .clientsPicture {
    background-position: right center;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 600px) {
  .content main .clientsPicture {
    background-image: url(images/clients-large.png);
    background-position: center;
    background-size: auto 100%;
    height: auto;
    padding-bottom: 56%;
  }
}
.content main .aboutUsPicture {
  width: 100%;
  padding-bottom: 21%;
  background-image: url(images/about-us-large.png);
  background-size: auto 100%;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  background-position: right 0px center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
  .content main .aboutUsPicture {
    padding-bottom: 0;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .aboutUsPicture {
    background-position: right center;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 600px) {
  .content main .aboutUsPicture {
    background-image: url(images/about-us-mobile.png);
    background-position: center;
    background-size: auto 100%;
    height: auto;
    padding-bottom: 56%;
  }
}
.content main .companyProfilePicture {
  width: 100%;
  padding-bottom: 21%;
  background-image: url(images/company-profile.png);
  background-size: auto 100%;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  background-position: right 0px center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
  .content main .companyProfilePicture {
    padding-bottom: 0;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .companyProfilePicture {
    background-position: right center;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 600px) {
  .content main .companyProfilePicture {
    background-image: url(images/company-profile-mobile.png);
    background-position: center;
    background-size: auto 100%;
    height: auto;
    padding-bottom: 56%;
  }
}
.content main .allInOnePicture {
  width: 100%;
  padding-bottom: 21%;
  background-image: url(images/all-in-one.png);
  background-size: auto 100%;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
  .content main .allInOnePicture {
    padding-bottom: 0;
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .content main .allInOnePicture {
    background-image: url(images/all-in-one-mobile.png);
    background-size: auto 100%;
    height: auto;
    padding-bottom: 56%;
  }
}
.content main .allInOnePicture.zoom {
  background-position: right bottom -25px;
}
.content main .ourTeamPicture {
  width: 100%;
  padding-bottom: 21%;
  background-image: url(images/our-team-main.png);
  background-size: auto 100%;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  background-position: right 0px center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
  .content main .ourTeamPicture {
    padding-bottom: 0;
    height: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .content main .ourTeamPicture {
    background-position: right -250px center;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 768px) {
  .content main .ourTeamPicture {
    background-position: right -380px center;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 600px) {
  .content main .ourTeamPicture {
    background-image: url(images/our-team-2.png);
    padding-bottom: 56%;
    height: auto;
    background-position: center;
  }
}
.content main .contactMap {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.content main .contentGrid {
  width: 100%;
  display: flex;
  margin: 0px 0 0 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .content main .contentGrid {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .content main .contentGrid {
    grid-template-columns: auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid {
    margin-top: 0px;
  }
}
.content main .contentGrid.gray {
  background-color: #eee;
}
@media only screen and (max-width: 1280px) {
  .content main .contentGrid.gray {
    padding: 0 0px 30px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .content main .contentGrid.gray .sectionContent {
    padding: 30px 20px 0 20px;
  }
}
.content main .contentGrid.gray .sectionContent .newsContainer {
  grid-gap: 30px;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid.gray .sectionContent .newsContainer {
    padding: 0px 10px;
  }
}
.content main .contentGrid .categoryMainText {
  width: 100%;
  padding: 0 0px;
  max-width: 1200px;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .categoryMainText {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.content main .contentGrid .categoryMainText .title {
  font-size: 32px;
  padding: 0 0 0px 0;
  color: #005a96;
  font-family: roboto-bold;
  margin-bottom: 20px;
}
.content main .contentGrid .categoryMainText .subtitle {
  font-size: 16px;
  color: #777;
  font-family: roboto-bold;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .categoryMainText .subtitle {
    font-size: 16px;
  }
}
.content main .contentGrid .categoryMainText p {
  font-size: 14px;
  padding-top: 10px;
  color: #555;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .categoryMainText p {
    font-size: 13px;
  }
}
.content main .contentGrid .categoryMainText .benefits {
  font-size: 14px;
  padding-top: 10px;
  color: #555;
}
.content main .contentGrid .categoryMainText .benefits p {
  font-size: 16px;
  display: block;
  color: #005a96;
  padding-bottom: 4px;
  font-family: roboto-bold;
}
.content main .contentGrid .categoryMainText .benefits span {
  color: red;
  padding-bottom: 7px;
  color: #999;
  font-size: 12px;
  display: block;
}
.content main .contentGrid .categoryMainText.certification h5 {
  font-weight: normal;
  font-family: roboto-bold;
  font-size: 16px;
  padding-top: 20px;
  color: #004879;
  text-transform: uppercase;
}
.content main .contentGrid .categoryMainText.certification p {
  font-size: 12px;
}
.content main .contentGrid .categoryMainText.certification a {
  font-size: 12px;
  text-decoration: underline;
  color: #005a96;
}
.content main .contentGrid .all-in-one-text {
  width: 100%;
  padding: 0 0px;
  max-width: 1200px;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 0 0 60px 0;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .all-in-one-text {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.content main .contentGrid .all-in-one-text .title {
  font-size: 32px;
  padding: 0 0 0px 0;
  color: #005a96;
  font-family: roboto-bold;
  margin-bottom: 20px;
}
.content main .contentGrid .all-in-one-text .subtitle {
  font-size: 16px;
  color: #777;
  font-family: roboto-bold;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .all-in-one-text .subtitle {
    font-size: 16px;
  }
}
.content main .contentGrid .all-in-one-text p {
  font-size: 14px;
  padding-top: 10px;
  color: #555;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .all-in-one-text p {
    font-size: 13px;
  }
}
.content main .contentGrid .engineering-services-text h3 {
  font-weight: normal;
  font-family: roboto-bold;
  font-size: 20px;
  margin-top: 15px;
  color: #005a96;
}
.content main .contentGrid .engineering-services-text h5 {
  font-weight: normal;
  font-family: roboto-bold;
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}
.content main .contentGrid .engineering-services-text ul {
  font-size: 13px;
  padding: 10px 0 0 30px;
}
.content main .contentGrid .engineering-services-text ul li {
  color: #555;
  line-height: 20px;
  padding-left: 10px;
}
.content main .contentGrid .privacyMainText {
  width: 100%;
  padding: 40px 20px 60px 20px;
  max-width: 1200px;
  display: block;
  min-height: calc(100vh - 336px);
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .privacyMainText {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.content main .contentGrid .privacyMainText .title {
  font-size: 24px;
  padding: 0 0 20px 0;
  color: #005a96;
  font-family: roboto-bold;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.content main .contentGrid .privacyMainText .subtitle {
  font-size: 16px;
  color: #777;
  font-family: roboto-medium;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .privacyMainText .subtitle {
    font-size: 16px;
  }
}
.content main .contentGrid .privacyMainText p {
  font-size: 14px;
  padding-top: 10px;
  color: #555;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .privacyMainText p {
    font-size: 13px;
  }
}
.content main .contentGrid .privacyMainText h5 {
  padding-top: 20px;
  display: block;
  font-weight: normal;
  font-size: 16px;
  font-family: roboto-bold;
  color: #005a96;
}
.content main .contentGrid .sectionTitle {
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content main .contentGrid .sectionTitle p {
  display: block;
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  text-align: center;
  font-family: roboto-bold;
  color: #005a96;
  font-size: 20px;
  text-transform: uppercase;
  padding: 30px 30px 0 30px;
}
.content main .contentGrid .sectionTitle span {
  width: 100%;
  max-width: 1000px;
  padding: 20px 30px 30px 20px;
  text-align: center;
  color: #777;
}
.content main .contentGrid .sectionSubtitle {
  padding: 5px 30px;
  width: 100%;
  max-width: 1200px;
}
.content main .contentGrid .sectionSubtitle p {
  background-color: #eee;
  padding: 30px;
  font-size: 14px;
  text-align: justify;
}
.content main .contentGrid .sectionContent {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  padding: 60px 0px;
}
.content main .contentGrid .sectionContent.no-padding-top {
  padding-top: 0;
}
.content main .contentGrid .sectionContent.no-padding-bottom {
  padding-bottom: 0;
}
.content main .contentGrid .sectionContent .zones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .content main .contentGrid .sectionContent .zones {
    grid-template-columns: 1fr;
  }
}
.content main .contentGrid .sectionContent .zones .text {
  padding: 20px;
  background-color: #eee;
}
.content main .contentGrid .sectionContent .zones .text .title {
  font-size: 24px;
  padding: 0 0 5px 0;
  color: #005a96;
  font-family: roboto-bold;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent .zones .text .title {
    padding: 15px 0 0 0;
  }
}
.content main .contentGrid .sectionContent .zones .text p {
  padding-bottom: 10px;
}
.content main .contentGrid .sectionContent .zones .text ul li {
  font-size: 11px;
  list-style-position: outside;
  margin-left: 15px;
  color: #777;
  line-height: 16px;
}
.content main .contentGrid .sectionContent .video-all-in-one {
  width: 100%;
}
.content main .contentGrid .sectionContent .video-all-in-one video {
  width: 100%;
}
.content main .contentGrid .sectionContent.double {
  display: grid;
  grid-template-columns: 2fr 3fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .sectionContent.double {
    grid-template-columns: auto;
    padding: 40px 0;
  }
}
.content main .contentGrid .sectionContent.double.equal {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .sectionContent.double.equal {
    grid-template-columns: auto;
    padding: 40px 0;
  }
}
.content main .contentGrid .sectionContent.double .contact-image {
  padding: 30px 40px;
  width: 100%;
  min-height: 300px;
  background-color: #fff;
  background-image: url(images/contact-logo.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.double .contact-info {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .sectionContent.double .contact-info {
    padding: 40px 0 0 0;
  }
}
.content main .contentGrid .sectionContent.double .contact-info h4 {
  font-weight: normal;
  font-family: roboto-bold;
  font-size: 24px;
  color: #005a96;
  padding-bottom: 5px;
}
.content main .contentGrid .sectionContent.double .contact-info p {
  font-size: 12px;
  font-family: roboto;
  color: #999;
  line-height: 16px;
}
.content main .contentGrid .sectionContent.double .contact-info .company-info {
  margin-top: 30px;
}
.content main .contentGrid .sectionContent.double .contact-info .company-info h6 {
  font-weight: normal;
  font-family: roboto-medium;
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.content main .contentGrid .sectionContent.double .contact-info .company-info h4 {
  font-weight: normal;
  font-family: roboto-bold;
  font-size: 14px;
  color: #777;
}
.content main .contentGrid .sectionContent.double .contact-info .basic-contact {
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.content main .contentGrid .sectionContent.double .contact-info .basic-contact p {
  height: 40px;
  margin: 20px 0;
  font-family: roboto-medium;
  color: #005a96;
}
.content main .contentGrid .sectionContent.double .contact-info .basic-contact p span {
  padding-left: 5px;
  color: #999;
  display: block;
  font-size: 11px;
  padding: 5px 0 2px 0;
  font-family: roboto;
}
.content main .contentGrid .sectionContent.double .contact-info .basic-contact p::before {
  content: "";
  background-color: red;
  height: 40px;
  width: 40px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 2px;
  float: left;
}
.content main .contentGrid .sectionContent.double .contact-info .basic-contact p:nth-child(1)::before {
  background-color: #005a96;
  background-image: url(images/mail.svg);
}
.content main .contentGrid .sectionContent.double .contact-info .basic-contact p:nth-child(2)::before {
  background-color: #005a96;
  background-image: url(images/phone.svg);
}
.content main .contentGrid .sectionContent.double .contact-info .basic-contact p:nth-child(3)::before {
  background-color: #005a96;
  background-image: url(images/linkedin.svg);
}
.content main .contentGrid .sectionContent.tripple {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .sectionContent.tripple {
    grid-template-columns: auto;
  }
  .content main .contentGrid .sectionContent.tripple a:first-child {
    padding-top: 0;
  }
  .content main .contentGrid .sectionContent.tripple a {
    padding-bottom: 20px;
  }
}
.content main .contentGrid .sectionContent.tripple a {
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  padding: 30px;
  transition: 0.2s;
}
.content main .contentGrid .sectionContent.tripple a:hover {
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.content main .contentGrid .sectionContent.tripple a h4 {
  font-weight: normal;
  font-family: roboto-bold;
  font-size: 18px;
  text-align: center;
  padding-top: 15px;
  color: #005a96;
}
.content main .contentGrid .sectionContent.tripple a p {
  text-align: center;
  font-size: 13px;
  padding-top: 15px;
  color: #777;
  line-height: 20px;
}
.content main .contentGrid .sectionContent.tripple a p span {
  font-family: roboto-bold;
}
.content main .contentGrid .sectionContent.tripple a .img {
  height: 50px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.tripple a:nth-child(1) .img {
  background-image: url(images/weather-l.svg);
}
.content main .contentGrid .sectionContent.tripple a:nth-child(2) .img {
  background-image: url(images/location-l.svg);
}
.content main .contentGrid .sectionContent.tripple a:nth-child(3) .img {
  background-image: url(images/activities-l.svg);
}
.content main .contentGrid .sectionContent.equipment {
  padding: 30px;
  background-color: #f9f9f9;
  margin-top: 20px;
  border: 1px solid #eee;
}
.content main .contentGrid .sectionContent.equipment article {
  grid-gap: 20px;
  grid-template-columns: 3fr 4fr;
}
.content main .contentGrid .sectionContent.equipment .title {
  font-size: 18px;
  color: #005a96;
  font-family: roboto-bold;
}
.content main .contentGrid .sectionContent.equipment .title a {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
}
.content main .contentGrid .sectionContent.equipment .title a::after {
  content: "Detailed specifications";
  font-size: 12px;
  color: #777;
  font-family: roboto;
}
.content main .contentGrid .sectionContent.equipment .title a:hover::after {
  color: red;
}
.content main .contentGrid .sectionContent.equipment .title .subtitle {
  color: #333;
  font-size: 13px;
  font-family: roboto;
  padding: 10px 0 20px 0;
}
.content main .contentGrid .sectionContent.equipment .text {
  padding-left: 10px;
}
.content main .contentGrid .sectionContent.equipment .text p {
  color: #005a96;
}
.content main .contentGrid .sectionContent.equipment .text ul li {
  font-size: 12px;
  color: #333;
  line-height: 16px;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment {
  width: 100%;
  padding-bottom: 56%;
  background-color: #ddd;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-1 {
  background-image: url(images/4activefb-large.png);
  background-size: 80%;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-2 {
  background-image: url(images/4activefb-small.png);
  background-size: 80%;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-3 {
  background-image: url(images/4activefb-eco.png);
  background-size: auto 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-4 {
  background-image: url(images/4actdr.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-5 {
  background-image: url(images/test-dummies-1.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-6 {
  background-image: url(images/test-dummies-2.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-7 {
  background-image: url(images/test-dummies-3.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-8 {
  background-image: url(images/test-dummies-4.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-9 {
  background-image: url(images/test-dummies-5.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-10 {
  background-image: url(images/test-dummies-6.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-11 {
  background-image: url(images/test-dummies-7.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-12 {
  background-image: url(images/test-dummies-8.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-13 {
  background-image: url(images/test-dummies-9.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-14 {
  background-image: url(images/test-dummies-10.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-15 {
  background-image: url(images/EQmesh.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-16 {
  background-image: url(images/adma.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-17 {
  background-image: url(images/AVAD3.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.equipment .pic-equipment.pic-18 {
  background-image: url(images/light-system.png);
  background-size: auto 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent.border-top {
  border-top: 1px solid #e5e5e5;
}
.content main .contentGrid .sectionContent .middle-heading {
  height: 100px;
  text-align: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005a96;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent {
    padding: 60px 0;
  }
}
.content main .contentGrid .sectionContent article {
  display: grid;
  grid-template-columns: 2fr 3fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .content main .contentGrid .sectionContent article {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article {
    grid-template-columns: auto;
    padding-top: 0px;
  }
}
.content main .contentGrid .sectionContent article.tripple {
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 40px;
  margin: auto;
}
.content main .contentGrid .sectionContent article.double {
  grid-template-columns: 1fr 1fr;
  margin: auto;
  margin-bottom: 40px;
  row-gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .content main .contentGrid .sectionContent article.double {
    grid-template-columns: auto;
    padding-top: 0px;
  }
}
.content main .contentGrid .sectionContent article .team-member {
  width: 100%;
  position: relative;
}
.content main .contentGrid .sectionContent article .team-member .bg-image {
  height: 300px;
  background-image: url(images/default-bg.svg);
  background-size: 700px auto;
  background-position: center right -410px;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article .team-member .bg-image {
    grid-template-columns: auto;
    padding-top: 0px;
  }
}
.content main .contentGrid .sectionContent article .team-member .bg-image .image-1 {
  background-image: url(images/team-1.png);
  background-position: right -50px bottom;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent article .team-member .bg-image .image-2 {
  background-image: url(images/team-2.png);
  background-position: right -50px bottom;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent article .team-member .bg-image .image-3 {
  background-image: url(images/team-3.png);
  background-position: right -50px bottom -10px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent article .team-member .bg-image .image-4 {
  background-image: url(images/team-4.png);
  background-position: right -50px bottom -10px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent article .team-member .bg-image .image-5 {
  background-image: url(images/team-5.png);
  background-position: right -50px bottom -10px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent article .team-member .bg-image .image-6 {
  background-image: url(images/team-6.png);
  background-position: right -50px bottom -10px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent article .team-member .bg-image .image-7 {
  background-image: url(images/kristina.png);
  background-position: right -50px bottom -30px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 290px;
}
.content main .contentGrid .sectionContent article .team-member .bg-image .image-8 {
  background-image: url(images/dominik.png);
  background-position: right -50px bottom 0px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 320px;
}
.content main .contentGrid .sectionContent article .team-member .text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 30px;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article .team-member .text {
    position: relative;
    height: auto;
    padding: 20px 0;
    width: 100%;
  }
}
.content main .contentGrid .sectionContent article .team-member .text h4 {
  font-size: 20px;
  font-family: roboto-medium;
  color: #004879;
  font-weight: normal;
}
.content main .contentGrid .sectionContent article .team-member .text h5 {
  font-size: 16px;
  font-family: roboto-medium;
  color: #777;
  font-weight: normal;
  padding-bottom: 10px;
}
.content main .contentGrid .sectionContent article .team-member .text p {
  font-size: 14px;
  font-family: roboto;
  padding: 20px 0;
  width: 50%;
  font-size: 13px;
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article .team-member .text p {
    width: 100%;
  }
}
.content main .contentGrid .sectionContent article.first {
  padding-top: 0;
}
.content main .contentGrid .sectionContent article.reversed {
  grid-template-columns: 3fr 2fr;
}
.content main .contentGrid .sectionContent article.reversed .button-holder {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article.reversed .button-holder {
    justify-content: start;
  }
}
@media only screen and (max-width: 1024px) {
  .content main .contentGrid .sectionContent article.reversed {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article.reversed {
    display: flex;
    flex-direction: column-reverse;
  }
}
.content main .contentGrid .sectionContent article .pic {
  padding-bottom: 55%;
  width: 100%;
  background-color: #ddd;
  background-image: url(images/default-bg.svg);
  background-size: 200%;
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .sectionContent article .pic-1 {
  padding-bottom: 56%;
  width: 100%;
  background-image: url(images/default-bg.svg);
  background-size: 100%;
  background-position: center;
}
.content main .contentGrid .sectionContent article .pic-1.animation {
  padding-bottom: 56%;
  width: 100%;
  background-image: url(images/default-bg.svg);
  background-size: 200%;
  animation: picturesX 10s infinite;
  background-position: center;
}
.content main .contentGrid .sectionContent article .pic-2.animation {
  padding-bottom: 56%;
  width: 100%;
  background-image: url(images/default-bg.svg);
  background-size: 200%;
  animation: picturesX 10s infinite;
  background-position: center;
}
.content main .contentGrid .sectionContent article .pic.our-team {
  background-image: url(images/our-team-2.png);
  background-size: 100%;
  background-color: #eee;
}
.content main .contentGrid .sectionContent article .pic.partners {
  background-image: url(images/partners.png);
  background-size: 100%;
  background-color: #eee;
}
.content main .contentGrid .sectionContent article .pic.clients {
  background-image: url(images/clients.png);
  background-size: 100%;
  background-color: #eee;
}
.content main .contentGrid .sectionContent article .pic.track {
  background-image: url(images/track-1.webp);
  background-size: 100%;
  background-color: #eee;
  animation: track-small 20s infinite;
}
@media only screen and (max-width: 1024px) {
  .content main .contentGrid .sectionContent article .pic.track {
    background-size: auto 100%;
    background-position: bottom left;
  }
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article .pic.track {
    background-size: 100%;
    background-position: center;
  }
}
.content main .contentGrid .sectionContent article .pic.eng-services {
  background-image: url(images/eng-services.png);
  background-size: 100%;
  background-color: #eee;
}
@media only screen and (max-width: 1024px) {
  .content main .contentGrid .sectionContent article .pic.eng-services {
    background-size: auto 100%;
    background-position: bottom left;
  }
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article .pic.eng-services {
    background-size: 100%;
    background-position: center;
  }
}
.content main .contentGrid .sectionContent article .pic.ev-charging {
  background-image: url(images/ev-charging.png);
  background-size: 100%;
  background-color: #eee;
}
@media only screen and (max-width: 1024px) {
  .content main .contentGrid .sectionContent article .pic.ev-charging {
    background-size: auto 100%;
    background-position: bottom left;
  }
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article .pic.ev-charging {
    background-size: 100%;
    background-position: center;
  }
}
@keyframes track-small {
  0% {
    background-image: url(images/track-1.webp);
  }
  15% {
    background-image: url(images/track-1.webp);
  }
  25% {
    background-image: url(images/track-2.webp);
  }
  40% {
    background-image: url(images/track-2.webp);
  }
  50% {
    background-image: url(images/track-3.webp);
  }
  65% {
    background-image: url(images/track-3.webp);
  }
  75% {
    background-image: url(images/track-4.webp);
  }
  90% {
    background-image: url(images/track-4.webp);
  }
}
.content main .contentGrid .sectionContent article .pic.test-equipment {
  background-image: url(images/test-equipment.png);
  background-size: 100%;
  background-color: #eee;
  animation: equipment-small 20s infinite;
}
@media only screen and (max-width: 1024px) {
  .content main .contentGrid .sectionContent article .pic.test-equipment {
    background-size: auto 100%;
    background-position: bottom left;
  }
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article .pic.test-equipment {
    background-size: 100%;
    background-position: center;
  }
}
@keyframes equipment-small {
  0% {
    background-image: url(images/test-equipment.png);
  }
  15% {
    background-image: url(images/test-equipment.png);
  }
  25% {
    background-image: url(images/test-equipment-2.png);
  }
  40% {
    background-image: url(images/test-equipment-2.png);
  }
  50% {
    background-image: url(images/test-equipment.png);
  }
  65% {
    background-image: url(images/test-equipment.png);
  }
  75% {
    background-image: url(images/test-equipment.png);
  }
  90% {
    background-image: url(images/test-equipment.png);
  }
}
.content main .contentGrid .sectionContent article .pic.cert {
  background-image: url(images/cert-1.webp);
  background-size: 100%;
  background-color: #eee;
}
.content main .contentGrid .sectionContent article .pic.zone-1 {
  background-image: url(images/map-large.png);
  background-size: 250%;
  background-color: #f5f5f5;
  background-position: right -35px bottom -80px;
}
.content main .contentGrid .sectionContent article .pic.zone-2 {
  background-image: url(images/map-large.png);
  background-size: 300%;
  background-color: #f5f5f5;
  background-position: right -400px bottom -30px;
}
.content main .contentGrid .sectionContent article .pic.zone-3 {
  background-image: url(images/map-large.png);
  background-size: 250%;
  background-color: #f5f5f5;
  background-position: right -700px bottom -30px;
}
.content main .contentGrid .sectionContent article .pic.zone-4 {
  background-image: url(images/map-large.png);
  background-size: 250%;
  background-color: #f5f5f5;
  background-position: right -400px bottom -150px;
}
.content main .contentGrid .sectionContent article .pic.partner-1 {
  background-image: url(images/4a-systems.svg);
  background-size: 50%;
  background-color: #eee;
  background-position: center;
}
.content main .contentGrid .sectionContent article .pic.partner-2 {
  background-image: url(images/adria-test-logo.svg);
  background-size: 50%;
  background-color: #eee;
  background-position: center;
}
.content main .contentGrid .sectionContent article .pic.partner-3 {
  background-image: url(images/Valeo_Logo.svg);
  background-size: 50%;
  background-color: #eee;
  background-position: center;
}
.content main .contentGrid .sectionContent article .pic-3 {
  padding-bottom: 80%;
  height: 100%;
  width: 100%;
  background-image: url(images/default-bg.svg);
  background-size: 180%;
  background-position: center left 150px;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article .pic-3 {
    height: 350px;
    max-height: 100%;
  }
}
.content main .contentGrid .sectionContent article .pic-45 {
  height: 100%;
  width: 100%;
  background-image: url(images/goran-zovak.png);
  background-size: auto 100%;
  background-position: center bottom 0px;
  background-repeat: no-repeat;
  position: absolute;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article .pic-45 {
    height: 100%;
  }
}
.content main .contentGrid .sectionContent article .text-45 {
  grid-column: span 2;
  padding: 15px 0 0 0;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article .text-45 {
    grid-column: span 1;
  }
}
.content main .contentGrid .sectionContent article .text-45 p {
  width: 100%;
  font-size: 13px;
  color: #777;
  font-family: roboto;
}
@keyframes picturesX {
  0% {
    background-color: #eee;
  }
  40% {
    background-color: #eee;
    background-size: 200%;
  }
  50% {
    background-color: #005a96;
    background-size: 150%;
  }
  90% {
    background-color: #005a96;
    background-size: 150%;
  }
  100% {
    background-color: #eee;
    background-size: 200%;
  }
}
.content main .contentGrid .sectionContent article .text {
  position: relative;
}
.content main .contentGrid .sectionContent article .text .title {
  font-size: 24px;
  padding: 0 0 5px 0;
  color: #005a96;
  font-family: roboto-bold;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article .text .title {
    padding: 15px 0 0 0;
  }
}
.content main .contentGrid .sectionContent article .text.no-padding-bottom p:nth-child(3) {
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .content main .contentGrid .sectionContent article .text.no-padding-bottom p:nth-child(3) {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article .text.no-padding-bottom p:nth-child(3) {
    padding-bottom: 0;
  }
}
.content main .contentGrid .sectionContent article .text p {
  font-size: 16px;
  font-family: roboto-medium;
  color: #777;
  padding-bottom: 15px;
}
.content main .contentGrid .sectionContent article .text p span {
  font-family: roboto-bold;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article .text p {
    padding: 10px 0 0 0;
  }
}
.content main .contentGrid .sectionContent article .text p:nth-child(3) {
  font-size: 13px;
  color: #777;
  font-family: roboto;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .content main .contentGrid .sectionContent article .text p:nth-child(3) {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article .text p:nth-child(3) {
    padding-bottom: 0;
  }
}
.content main .contentGrid .sectionContent article .text ul {
  padding-left: 20px;
}
.content main .contentGrid .sectionContent article .text ul li {
  font-size: 14px;
  color: #777;
  line-height: 20px;
}
.content main .contentGrid .sectionContent article .text .button-holder {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent article .text .button-holder {
    position: relative;
  }
}
.content main .contentGrid .sectionContent article .text .button-holder a {
  background: #005a96;
  padding: 10px 50px;
  float: left;
  color: white;
  margin-top: 25px;
  transition: 0.2s;
}
.content main .contentGrid .sectionContent article .text .button-holder a:hover {
  background: #004879;
}
.content main .contentGrid .sectionContent article .text .button-holder a:hover span {
  opacity: 1;
}
.content main .contentGrid .sectionContent article .text .button-holder a span {
  margin-left: 10px;
  margin-right: 0px;
  margin-bottom: 1px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  opacity: 0.5;
}
.content main .contentGrid .sectionContent .mainPageNav {
  width: 100%;
  max-height: 50px;
  border-bottom: 1px solid #ccc;
  float: left;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 50px;
  transition: 0.3s;
}
.content main .contentGrid .sectionContent .mainPageNav ul {
  margin: auto;
  height: 100%;
  display: block;
}
.content main .contentGrid .sectionContent .mainPageNav ul li {
  float: left;
  list-style: none;
}
.content main .contentGrid .sectionContent .mainPageNav ul li a {
  padding: 0px 20px;
  display: flex;
  height: 50px;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #777;
}
.content main .contentGrid .sectionContent .mainPageNav ul li a:hover {
  background: #ddd;
  color: #333;
}
.content main .contentGrid .sectionContent .mainPageNav .expandNav {
  max-height: 50px;
  background-image: url(images/arrow-bottom.svg);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  transition: 0.3s;
  cursor: pointer;
}
.content main .contentGrid .sectionContent .mainPageNav .rotate180 {
  transition: 0.3s;
  transform: rotate(180deg);
  border-radius: 0px;
}
.content main .contentGrid .sectionContent .mainPageNav .autoHeight {
  max-height: 150px;
}
.content main .contentGrid .sectionContent .autoHeight {
  transition: 0.6s;
  max-height: 150px;
}
.content main .contentGrid .sectionContent .bigNewsContainer {
  height: 400px;
  width: 100%;
  background-color: #eee;
  background-image: url(images/default-bg.svg);
  background-position: right -150px center;
  background-size: 60%;
  background-repeat: no-repeat;
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content main .contentGrid .sectionContent .bigNewsContainer.contact-person {
  background: linear-gradient(90deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 100%);
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .sectionContent .bigNewsContainer.contact-person .textContainer {
    width: 100%;
    padding: 40px;
    top: 0;
  }
}
@media only screen and (max-width: 370px) {
  .content main .contentGrid .sectionContent .bigNewsContainer.contact-person .textContainer {
    width: 100%;
    padding: 20px;
    top: 0;
  }
}
.content main .contentGrid .sectionContent .bigNewsContainer.about-us-small {
  background: #eee;
}
.content main .contentGrid .sectionContent .bigNewsContainer.about-us-small .textContainer {
  width: 50%;
}
@media only screen and (max-width: 1280px) {
  .content main .contentGrid .sectionContent .bigNewsContainer.about-us-small .textContainer {
    width: 40%;
    padding: 0 0 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .sectionContent .bigNewsContainer.about-us-small {
    height: auto;
  }
  .content main .contentGrid .sectionContent .bigNewsContainer.about-us-small .image.building {
    width: 100%;
    padding-bottom: 56%;
    background-size: 100%;
    position: relative;
  }
  .content main .contentGrid .sectionContent .bigNewsContainer.about-us-small .textContainer {
    width: 100%;
    padding: 30px;
    top: 50%;
    position: relative;
  }
}
@media only screen and (max-width: 370px) {
  .content main .contentGrid .sectionContent .bigNewsContainer.about-us-small .textContainer {
    width: 100%;
    padding: 20px;
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent .bigNewsContainer {
    margin-top: 0;
    background-position: -60% center;
    background-size: 150%;
  }
}
.content main .contentGrid .sectionContent .bigNewsContainer .textContainer {
  width: 65%;
  padding: 0 0 0 80px;
  position: absolute;
  color: white;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .sectionContent .bigNewsContainer .textContainer {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent .bigNewsContainer .textContainer {
    width: 100%;
    padding: 20px;
    margin-top: 0;
  }
}
.content main .contentGrid .sectionContent .bigNewsContainer .textContainer h2 {
  font-size: 24px;
  padding: 0 0 15px 0;
  color: #005a96;
  text-transform: uppercase;
  font-weight: normal;
  font-family: roboto-bold;
}
.content main .contentGrid .sectionContent .bigNewsContainer .textContainer h3 {
  font-size: 16px;
  font-family: roboto-medium;
  color: #777;
  padding-bottom: 15px;
  font-weight: normal;
}
.content main .contentGrid .sectionContent .bigNewsContainer .textContainer p {
  font-size: 13px;
  color: #777;
  font-family: roboto;
}
.content main .contentGrid .sectionContent .bigNewsContainer .textContainer a {
  background: #005a96;
  padding: 10px 50px;
  float: left;
  color: white;
  margin-top: 25px;
  transition: 0.2s;
}
.content main .contentGrid .sectionContent .bigNewsContainer .textContainer a:hover {
  background: #004879;
}
.content main .contentGrid .sectionContent .bigNewsContainer .textContainer a:hover span {
  opacity: 1;
}
.content main .contentGrid .sectionContent .bigNewsContainer .textContainer a.linkedin-contact {
  display: flex;
  align-items: center;
  padding: 10px 30px 10px 20px;
}
.content main .contentGrid .sectionContent .bigNewsContainer .textContainer a.linkedin-contact p {
  color: white;
  font-size: 12px;
}
.content main .contentGrid .sectionContent .bigNewsContainer .textContainer a.linkedin-contact::before {
  content: "";
  background-image: url(images/linkedin.svg);
  height: 20px;
  width: 20px;
  margin-right: 10px;
  float: left;
}
.content main .contentGrid .sectionContent .bigNewsContainer .textContainer a span {
  margin-left: 10px;
  margin-right: 0px;
  margin-bottom: 1px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  opacity: 0.5;
}
.content main .contentGrid .sectionContent .bigNewsContainer .image {
  height: 100%;
  position: absolute;
  right: 0;
}
.content main .contentGrid .sectionContent .bigNewsContainer .image.kristina {
  width: 500px;
  background-image: url(images/kristina.png);
  background-position: center bottom -50px;
  background-size: 420px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .sectionContent .bigNewsContainer .image.kristina {
    width: 100%;
    background-size: 370px;
    background-position: right -100px bottom -20px;
  }
}
@media only screen and (max-width: 470px) {
  .content main .contentGrid .sectionContent .bigNewsContainer .image.kristina {
    width: 100%;
    background-size: 300px;
    background-position: right -80px bottom -20px;
  }
}
@media only screen and (max-width: 370px) {
  .content main .contentGrid .sectionContent .bigNewsContainer .image.kristina {
    width: 100%;
    background-size: 270px;
    background-position: right -70px bottom -40px;
  }
}
.content main .contentGrid .sectionContent .bigNewsContainer .image.dominik {
  width: 500px;
  background-image: url(images/dominik.png);
  background-position: center bottom;
  background-size: 450px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .sectionContent .bigNewsContainer .image.dominik {
    width: 100%;
    background-size: 420px;
    background-position: right -120px bottom 0px;
  }
}
@media only screen and (max-width: 470px) {
  .content main .contentGrid .sectionContent .bigNewsContainer .image.dominik {
    width: 100%;
    background-size: 350px;
    background-position: right -120px bottom 0px;
  }
}
@media only screen and (max-width: 370px) {
  .content main .contentGrid .sectionContent .bigNewsContainer .image.dominik {
    width: 100%;
    background-size: 320px;
    background-position: right -100px bottom 0px;
  }
}
.content main .contentGrid .sectionContent .bigNewsContainer .image.circle {
  width: 100%;
  background-image: url(images/default-bg.svg);
  background-position: right 0px center;
  background-size: auto 125%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .sectionContent .bigNewsContainer .image.circle {
    display: none;
  }
}
.content main .contentGrid .sectionContent .bigNewsContainer .image.building {
  height: 100%;
  width: 100%;
  background-image: url(images/building.webp);
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .sectionContent .bigNewsContainer .image.building {
    width: 100%;
    background-size: 420px;
    background-position: right 0px bottom 0px;
  }
}
@media only screen and (max-width: 470px) {
  .content main .contentGrid .sectionContent .bigNewsContainer .image.building {
    width: 100%;
    background-size: 350px;
    background-position: right 0px bottom 0px;
  }
}
@media only screen and (max-width: 370px) {
  .content main .contentGrid .sectionContent .bigNewsContainer .image.building {
    width: 100%;
    background-size: 320px;
    background-position: right 0px bottom 0px;
  }
}
.content main .contentGrid .sectionContent .newsHeader {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0 50px 0;
  color: #999;
  transition: 0.3s;
}
.content main .contentGrid .sectionContent .fontBlue {
  color: #52b3f0;
}
.content main .contentGrid .sectionContent .newsContainer {
  width: 100%;
  float: left;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  .content main .contentGrid .sectionContent .newsContainer {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent .newsContainer {
    grid-template-columns: auto;
  }
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .sectionContent .newsContainer .newsContent {
    grid-gap: 0;
  }
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1 .image {
  background-color: #ccc;
  background-image: url(images/default-bg.svg);
  background-size: 100%;
  background-position: center;
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1:hover .image {
  background-size: 120%;
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1.robotic-platforms .image {
  background-image: url(images/robotic-platform-1.webp);
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1.driving-robots .image {
  background-image: url(images/driving-robots.webp);
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1.test-dummies .image {
  background-image: url(images/test-dummies.webp);
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent .newsContainer .newsContent .news-1.test-tools {
    margin-bottom: 0px;
  }
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1.test-tools .image {
  background-image: url(images/test-tools.webp);
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1.offices .image {
  background-image: url(images/offices.png);
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1.workshops .image {
  background-image: url(images/workshop.png);
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1.lecture-room .image {
  background-image: url(images/lecture-room.png);
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1.conference-rooms .image {
  background-image: url(images/conference-room.png);
}
.content main .contentGrid .sectionContent .newsContainer .newsContent:nth-child(5) .news-1 .image {
  background-color: #ccc;
  background-image: url(images/default-bg.svg);
  background-size: 150%;
  background-position: center;
}
.content main .contentGrid .sectionContent .newsContainer .newsContent:nth-child(5) .news-1:hover .image {
  background-size: 200%;
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1 {
  width: 100%;
  display: grid;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent .newsContainer .newsContent .news-1 {
    margin-bottom: 20px;
  }
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1:hover .image {
  opacity: 1;
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1:hover h2 {
  color: #000;
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1:hover .learnMore {
  color: red;
  opacity: 1;
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1 .image {
  width: 100%;
  padding-bottom: 55%;
  float: left;
  transition: 0.2s;
  background-position: center;
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1 h2 {
  font-size: 18px;
  font-weight: normal;
  padding: 20px 0 10px 0;
  font-family: roboto-bold;
  color: #005a96;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .sectionContent .newsContainer .newsContent .news-1 h2 {
    padding-top: 15px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent .newsContainer .newsContent .news-1 h2 {
    padding-top: 15px;
    font-size: 20px;
  }
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1 p {
  font-size: 13px;
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1 .learnMore {
  color: #777;
  padding-top: 15px;
  float: left;
  font-size: 13px;
  display: block;
  width: 100%;
  font-family: roboto-bold;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .sectionContent .newsContainer .newsContent .news-1 .learnMore {
    padding-top: 10px;
  }
}
.content main .contentGrid .sectionContent .newsContainer .newsContent .news-1 .learnMore span {
  margin-left: 5px;
  margin-right: 0px;
  margin-bottom: 2px;
  border: solid #555;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  opacity: 0.5;
}
.content main .contentGrid .weather-grid {
  width: 100%;
  margin-top: 40px;
  overflow-x: scroll;
}
.content main .contentGrid .weather-grid .header {
  display: grid;
  grid-template-columns: 250px repeat(12, 1fr);
  background-color: #005a96;
  min-width: 1000px;
  padding-right: 5px;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .weather-grid .header {
    grid-template-columns: 150px repeat(12, 1fr);
  }
}
.content main .contentGrid .weather-grid .header p {
  font-size: 12px;
  padding: 10px;
  color: white;
  text-align: right;
}
.content main .contentGrid .weather-grid .h-row {
  background-color: #eee;
  font-size: 13px;
  width: 100%;
  padding: 10px 10px;
  color: #777;
  font-family: roboto-bold;
  border: 1px solid #ddd;
  border-top: 0;
  min-width: 1000px;
}
.content main .contentGrid .weather-grid .w-row {
  display: grid;
  grid-template-columns: 250px repeat(12, 1fr);
  border: 1px solid #ddd;
  border-top: 0;
  padding-right: 5px;
  min-width: 1000px;
}
@media only screen and (max-width: 600px) {
  .content main .contentGrid .weather-grid .w-row {
    grid-template-columns: 150px repeat(12, 1fr);
  }
}
.content main .contentGrid .weather-grid .w-row p {
  font-size: 12px;
  padding: 10px;
  text-align: right;
  color: #004879;
}
.content main .contentGrid .weather-grid .w-row p:first-child {
  color: #777;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .content main .contentGrid .weather-grid {
    background-size: 100%;
  }
}
.content main .contentGrid .weather-graphs-holder {
  width: 100%;
  max-width: 1200px;
  margin: 0px 0 40px 0;
}
.content main .contentGrid .weather-graphs-holder .graph {
  width: 100%;
  padding-bottom: 67%;
  margin-bottom: 40px;
  background-size: 100%;
}
.content main .contentGrid .weather-graphs-holder .graph.first {
  background-image: url(images/graph-1.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .weather-graphs-holder .graph.second {
  background-image: url(images/graph-2.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.content main .contentGrid .weather-graphs-holder .graph.third {
  background-image: url(images/graph-3.svg);
  background-position: center;
  background-repeat: no-repeat;
}

/* Hamburger menu - animated icon */
.line {
  fill: none;
  stroke: #fff;
  stroke-width: 8;
  stroke-linecap: round;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 8;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 8;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}

.clientHolder {
  background-color: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
  transition: 0.5s;
}
@media only screen and (max-width: 600px) {
  .clientHolder {
    position: relative;
    margin-top: 0;
  }
}
.clientHolder .clientContent {
  width: 100%;
  max-width: 1200px;
  border-top: 1px solid #e5e5e5;
  padding: 40px 0px 40px 0px;
}
@media only screen and (max-width: 600px) {
  .clientHolder .clientContent {
    padding-top: 60px;
    padding-bottom: 20px;
    overflow-x: scroll;
  }
}
.clientHolder .clientContent p {
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 20px;
  font-family: roboto-medium;
  color: #777;
}
@media only screen and (max-width: 600px) {
  .clientHolder .clientContent p {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
  }
}
.clientHolder .clientContent .clientGrid {
  height: 100px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .clientHolder .clientContent .clientGrid {
    width: 100%;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.clientHolder .clientContent .clientGrid .client {
  background-color: #fff;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #fff;
}
.clientHolder .clientContent .clientGrid .client:hover {
  border: 1px solid #ddd;
}
.clientHolder .clientContent .clientGrid .client.valeo {
  background-image: url(images/Valeo_Logo.svg);
  background-size: 140px auto;
}
.clientHolder .clientContent .clientGrid .client.luxoft {
  background-image: url(images/Luxoft-logo.svg);
  background-size: 180px auto;
}
.clientHolder .clientContent .clientGrid .client.magna {
  background-image: url(images/Magna_Logo.svg);
  background-size: 180px auto;
}

.partnerHolder {
  background-color: #eee;
  display: flex;
  align-content: center;
  justify-content: center;
  transition: 0.5s;
}
@media only screen and (max-width: 600px) {
  .partnerHolder {
    position: relative;
    margin-top: 0;
  }
}
.partnerHolder .partnerContent {
  width: 100%;
  padding: 40px 20px 20px 20px;
  max-width: 800px;
}
@media only screen and (max-width: 600px) {
  .partnerHolder .partnerContent {
    padding: 20px;
  }
}
.partnerHolder .partnerContent p {
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 20px;
  font-family: roboto-medium;
  color: #777;
}
.partnerHolder .partnerContent .partnerGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media only screen and (max-width: 600px) {
  .partnerHolder .partnerContent .partnerGrid {
    grid-template-columns: auto;
    height: auto;
  }
}
.partnerHolder .partnerContent .partnerGrid .partner {
  width: 100%;
  height: 100%;
  position: relative;
}
.partnerHolder .partnerContent .partnerGrid .partner p {
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 20px;
  font-size: 14px;
  color: #005a96;
}
.partnerHolder .partnerContent .partnerGrid .partner:hover p {
  color: red;
}
.partnerHolder .partnerContent .partnerGrid .partner.first .image {
  background-image: url(images/4a-systems.svg);
  background-size: 150px;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .partnerHolder .partnerContent .partnerGrid .partner.first .image {
    height: 120px;
  }
}
.partnerHolder .partnerContent .partnerGrid .partner.second .image {
  background-image: url(images/adria-test-logo.svg);
  background-size: 200px;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .partnerHolder .partnerContent .partnerGrid .partner.second .image {
    height: 120px;
  }
}

/* FOOTER */
footer {
  width: 100%;
  background: #005a96;
  float: left;
  position: relative;
  z-index: 4;
  transition: 0.3s;
}
footer .footerContent {
  margin: auto;
  max-width: 1200px;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  color: white;
}
@media only screen and (max-width: 768px) {
  footer .footerContent {
    grid-template-columns: auto;
    grid-gap: 50px;
    padding: 0 50px 30px 50px;
  }
  footer .footerContent h3 {
    text-align: center;
  }
  footer .footerContent a {
    display: block;
    width: 100%;
    padding: 2px 0;
    opacity: 0.7;
    text-align: center;
    font-size: 13px;
  }
  footer .footerContent a:hover {
    opacity: 1;
  }
}
footer .footerContent .left .category-list {
  display: grid;
  grid-template-columns: auto auto;
  width: -moz-max-content;
  width: max-content;
}
footer .footerContent .left .category-list .first {
  padding-right: 30px;
}
footer .footerContent .left .category-list .second {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  footer .footerContent .left {
    display: none;
  }
}
footer .footerContent .left h3 {
  padding-bottom: 15px;
  font-weight: normal;
  font-family: roboto-bold;
}
footer .footerContent .left a {
  display: block;
  width: 100%;
  padding: 2px 0;
  opacity: 0.7;
  font-size: 13px;
}
footer .footerContent .left a:hover {
  opacity: 1;
}
footer .footerContent .center {
  background-image: url(images/logo-large.svg);
  background-size: auto 50%;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  footer .footerContent .center {
    background-size: 50% auto;
    height: 200px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
footer .footerContent .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .footerContent .right .contact-holder {
  text-align: right;
}
footer .footerContent .right .contact-holder div,
footer .footerContent .right .contact-holder a {
  padding-right: 30px;
  font-size: 13px;
  padding: 5px 30px 5px 5px;
  display: block;
}
@media only screen and (max-width: 768px) {
  footer .footerContent .right .contact-holder div,
  footer .footerContent .right .contact-holder a {
    text-align: right;
  }
}
footer .footerContent .right .contact-holder .broj-telefona {
  background-image: url(images/phone.svg);
  background-size: 14px;
  background-position: right center;
  background-repeat: no-repeat;
}
footer .footerContent .right .contact-holder .adresa {
  background-image: url(images/location.svg);
  background-size: 12px;
  background-position: right 2px center;
  background-repeat: no-repeat;
}
footer .footerContent .right .contact-holder .mail {
  background-image: url(images/mail.svg);
  background-size: 14px;
  background-position: right 1px center;
  background-repeat: no-repeat;
}
footer .footerContent .right .contact-holder .mail:hover {
  text-decoration: underline;
}
footer .footerContent .right .socialHolder {
  height: 50px;
  margin-top: 30px;
}
footer .footerContent .right .socialHolder .partner {
  background-color: red;
  height: 50px;
  width: 100%;
}
footer .footerContent .right .socialHolder .mail {
  background-image: url(images/mail.svg);
  background-repeat: no-repeat;
}
footer .footerContent .right .socialHolder a {
  display: block;
  height: 35px;
  width: 35px;
  float: right;
  opacity: 0.5;
  margin-left: 15px;
  background-position: center;
  background-size: 100%;
}
footer .footerContent .right .socialHolder a:hover {
  opacity: 1;
}
footer .bottomFooterContent-1 {
  font-size: 12px;
  padding: 20px;
  color: #ddd;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}
footer .bottomFooterContent-2 {
  background: rgba(0, 0, 0, 0.2);
  font-size: 11px;
  padding: 8px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .FixedSideMenu {
    top: 80px;
    max-width: 250px;
    position: fixed !important;
  }
  .active {
    background: #003152;
    transition: 0.2s;
  }
  .active .headerContent nav .categories .floatRight .navItem:hover {
    background: #002b47;
  }
  .active .headerContent nav .categories .floatRight .navItem ul {
    background: #002b47;
  }
  .active .headerContent nav .categories .floatRight .navItem a {
    color: #fff;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
  .active .headerContent nav .categories .floatRight .navItem a.selected {
    border-bottom: 2px solid #fff;
  }
  .active .headerContent .logo .logoImage {
    height: 60px;
    width: 150px;
    background-size: 150px;
  }
  .active .headerContent .logo .logoText p span {
    color: #ccc;
  }
  .activeBlue {
    background: #005a96;
    transition: 0.3s;
  }
  .activeBlue .headerContent nav .users .menu-icon:hover .dd-menu-6 {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .activeBlue .headerContent nav .users .menu-icon:hover .dd-menu-6::before {
    background-color: #fff;
  }
  .activeBlue .headerContent nav .categories .floatRight .navItem:hover {
    background: #004879;
  }
  .activeBlue .headerContent nav .categories .floatRight .navItem ul {
    background: #004879;
  }
  .activeBlue .headerContent nav .categories .floatRight .navItem a {
    color: #fff;
  }
}
.activeFixed {
  background: #005a96;
  transition: 0.2s;
}
.activeFixed .headerContent nav .categories .floatRight .navItem:hover {
  background-color: #004879;
}
@media only screen and (max-width: 1024px) {
  .activeFixed .headerContent nav .categories .floatRight .navItem:hover {
    background: transparent;
  }
}
.activeFixed .headerContent nav .categories .floatRight .navItem ul {
  background: #004879;
}
.activeFixed .headerContent .logo .logoImage {
  background: url(images/logo-ctc.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.1s;
  height: 60px;
  width: 150px;
  background-size: 150px;
}

@media only screen and (max-width: 1024px) {
  header {
    height: 60px;
  }
  header.active {
    background-color: #005a96;
  }
  header.active.headerColorChange {
    background: #004879;
  }
  header .upperHeader {
    height: 0px;
  }
  header .upperHeader .podMenuContainer {
    padding: 20px;
    position: fixed;
    background: #333;
    bottom: -50px;
    height: 30px;
    transition: 0.3s;
    z-index: 7;
  }
  header .upperHeader .podMenuContainer a {
    width: 100%;
    font-size: 16px;
  }
  header .upperHeader .podBottomAppear {
    bottom: 0;
    transition-delay: 0.6s;
    z-index: 8;
  }
  header .headerContent {
    grid-template-columns: auto 150px;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
  }
  header .headerContent .logo .logoImage {
    background-size: auto 50px;
    top: 0px;
    height: 60px;
    width: 150px;
    background-size: 150px;
    background-position: center left;
  }
  header .headerContent nav {
    grid-template-columns: 150px;
  }
  header .headerContent nav .users {
    grid-template-columns: 1fr 1fr 1fr;
  }
  header .headerContent nav .users .searchContainer .searchBarContainer {
    width: 100%;
    left: 0;
    position: fixed;
    top: 72px;
    margin-top: 0;
    box-sizing: border-box;
  }
  header .headerContent nav .users .searchContainer .searchBarContainer input {
    width: calc(100% - 35px);
  }
  header .headerContent nav .users .menu {
    display: block;
    height: 60px;
    width: 60px;
  }
  header .headerContent nav .users .menu .toggleMenu svg {
    position: absolute;
    top: 10px;
    margin-left: 5px;
  }
  header .headerContent nav .categories {
    background: #005a96;
    position: fixed;
    left: -100%;
    top: 60px;
    height: calc(100vh - 60px) !important;
    transition: 0.3s;
  }
  header .headerContent nav .categories .floatRight {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    margin-top: 50px;
  }
  header .headerContent nav .categories .floatRight .navItem {
    cursor: pointer !important;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  header .headerContent nav .categories .floatRight .navItem {
    cursor: pointer !important;
  }
  header .headerContent nav .categories .floatRight .navItem a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-family: roboto-bold;
  }
  header .headerContent nav .categories .floatRight .navItem .mobile {
    width: 100%;
    display: grid;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-family: roboto-bold;
  }
  header .headerContent nav .categories .floatRight .navItem .mobile p {
    border: 0px solid red;
    top: 15px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) and (max-width: 768px) {
  header .headerContent nav .categories .floatRight .navItem .mobile {
    text-align: left;
    padding: 15px;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 30px;
  }
  header .headerContent nav .categories .floatRight .navItem .mobile p {
    border: 0px solid red;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  header .headerContent nav .categories .floatRight .navItem a {
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  header .headerContent nav .categories .floatRight .navItem .dropDown {
    cursor: pointer;
  }
  header .headerContent nav .categories .floatRight .navItem .selected {
    border: 0;
  }
  header .headerContent nav .categories .floatRight .navItem:hover {
    background: none;
  }
  header .headerContent nav .categories .floatRight .navItem a {
    color: white;
    padding: 15px;
    text-transform: uppercase;
  }
  header .headerContent nav .categories .floatRight .navItem ul {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    max-width: 100%;
    transition: 0.6s;
    max-height: auto;
    top: 0;
    background: #004879;
    max-height: 0;
    padding: 0;
    transition: 0.2s;
  }
  header .headerContent nav .categories .floatRight .navItem ul .arrowExpand {
    background: url(images/arrow-bottom.svg);
    background-size: 15px;
    height: 50px;
    width: 50px;
    top: -50px;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transition: 0.3s;
  }
  header .headerContent nav .categories .floatRight .navItem ul .openedCategory {
    transform: rotate(180deg);
  }
  header .headerContent nav .categories .floatRight .navItem ul li {
    margin: 0px 0;
    display: inline-block;
    padding: 0;
    height: auto;
    padding: 0;
    width: 100%;
  }
  header .headerContent nav .categories .floatRight .navItem ul li:hover {
    background: none;
  }
  header .headerContent nav .categories .floatRight .navItem ul li a {
    float: left;
    color: white;
    padding: 10px 15px;
  }
  header .headerContent nav .categories .floatRight .navItem ul li:hover > ul {
    display: none !important;
  }
  header .headerContent nav .categories .floatRight .navItem ul li ul {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    max-width: 100%;
    background: transparent;
  }
  header .headerContent nav .categories .floatRight .navItem .max-height {
    max-height: 300px;
    padding: 30px 0;
  }
  header .headerContent nav .expandCategories {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  header .upperHeader .podMenuContainer {
    width: 85%;
  }
  header .upperHeader .width100 {
    width: 100%;
    transition-delay: 0;
  }
  header .headerContent {
    grid-template-columns: auto 50px;
    padding-left: 20px;
  }
  header .headerContent nav {
    grid-template-columns: 50px;
  }
  header .headerContent nav .categories {
    width: 85%;
    overflow: hidden;
    background-color: #005a96;
  }
  header .headerContent nav .categories .floatRight {
    padding: 30px 0;
    margin-top: 0px;
    height: auto;
  }
  header .headerContent nav .categories .floatRight .navItem a {
    font-size: 16px;
    padding-left: 20px;
    display: flex;
    align-items: center;
  }
  header .headerContent nav .categories .floatRight .navItem .home::before {
    content: "";
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 20px;
    background-image: url(images/home.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
  }
  header .headerContent nav .categories .floatRight .navItem .services::before {
    content: "";
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 20px;
    background-image: url(images/services.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
  }
  header .headerContent nav .categories .floatRight .navItem .about-us::before {
    content: "";
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 20px;
    background-image: url(images/info.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
  }
  header .headerContent nav .categories .floatRight .navItem .contact::before {
    content: "";
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 20px;
    background-image: url(images/phone.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
  }
  header .headerContent nav .categories .floatRight .navItem .mobile {
    padding-left: 20px;
  }
  header .headerContent nav .categories .floatRight .navItem ul li {
    padding-left: 20px;
  }
  header .headerContent nav .expandCategories {
    right: 15%;
  }
  header .headerContent nav .menu:hover {
    background: rgba(0, 0, 0, 0) !important;
  }
  header .headerContent nav .users {
    grid-template-columns: 1fr;
  }
  header .headerContent nav .users:hover {
    background: rgba(0, 0, 0, 0);
  }
  header .headerContent nav .users .searchContainer {
    position: absolute;
  }
  header .headerContent nav .users .searchContainer .searchBarContainer {
    display: block;
    padding: 7px;
    right: 100%;
    transition: 0.3s;
    left: auto;
    background: #ddd;
    width: 85%;
    border-bottom: 1px solid #ccc;
  }
  header .headerContent nav .users .searchContainer .searchBarContainer input {
    border: 1px solid #ccc;
  }
  header .headerContent nav .users .searchContainer .searchBarAppear {
    right: 15%;
    transition-delay: 0.3s;
  }
  header .headerContent nav .users .userMenuContainer {
    position: fixed;
    width: 85%;
    height: auto;
    top: initial;
    bottom: 0px;
    left: -100%;
    background: transparent;
    height: 300px;
  }
  header .headerContent nav .users .userMenuContainer .userMenu {
    display: block;
    top: 0;
    margin-top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    padding: 0;
    box-shadow: none;
    background: transparent;
  }
  header .headerContent nav .users .userMenuContainer .userMenu .userMenuContent {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 5px;
    background: transparent;
    padding: 5px;
    box-sizing: border-box;
  }
  header .headerContent nav .users .userMenuContainer .userMenu .userMenuContent .row {
    background: transparent;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
  }
  header .headerContent nav .users .userMenuContainer .userMenu .userMenuContent .row .userCategory {
    background-color: #fff;
  }
  header .headerContent nav .users .userMenuContainer .userMenu .userMenuContent .row:nth-child(1) {
    margin-left: -104%;
    width: 100%;
  }
  header .headerContent nav .users .userMenuContainer .userMenu .userMenuContent .row:nth-child(2) {
    margin-left: -104%;
    width: 100%;
  }
  header .headerContent nav .users .userMenuContainer .userMenu .userMenuContent .row:nth-child(3) {
    margin-left: -104%;
    width: 100%;
  }
  header .headerContent nav .users .userMenuContainer .userMenu .userMenuContent .marginLeft-0-d-05 {
    margin-left: 0 !important;
    transition: 0.3s;
    transition-delay: 0.9s;
  }
  header .headerContent nav .users .userMenuContainer .userMenu .userMenuContent .marginLeft-0-d-07 {
    margin-left: 0 !important;
    transition: 0.3s;
    transition-delay: 1s;
  }
  header .headerContent nav .users .userMenuContainer .userMenu .userMenuContent .marginLeft-0-d-09 {
    margin-left: 0 !important;
    transition: 0.3s;
    transition-delay: 1.1s;
  }
  header .headerContent nav .users .userMenuContainer .Right-0 {
    right: 0;
  }
  header .headerContent nav .users .marginLeft-0 {
    left: 0;
  }
  header .headerContent nav .users .search,
  header .headerContent nav .users .userMenuButton {
    display: none;
  }
  .content main .mainPicture {
    transition: 0.3s;
    width: 100%;
  }
  .content main .mainPicture_Container .messageContainer {
    padding: 20px;
    width: 100%;
  }
  .content main .mainPicture_Container .messageContainer h1 {
    font-size: 26px;
  }
  .content main .mainPicture_Container .messageContainer p {
    padding-bottom: 20px;
    font-size: 12px;
  }
  .content main .contentGrid aside .scrollFix {
    padding: 20px 20px;
    margin: 0;
  }
  .content main .contentGrid aside .scrollFix .bannersContainer .banner-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content main .contentGrid .pogMainContainer {
    grid-template-columns: auto;
    padding: 0;
    grid-gap: 30px;
  }
  .content main .contentGrid .pogMainContainer .pogContainer {
    background: transparent;
    padding: 0 30px;
  }
  .content main .contentGrid .sliderHolder {
    display: none;
  }
  .content main .contentGrid .mainPageNav {
    width: 100%;
    height: auto;
    float: left;
    overflow-x: scroll !important;
    padding: 0;
    margin: 0;
    display: block;
    background: #ddd;
  }
  .content main .contentGrid .mainPageNav ul {
    overflow: visible;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    display: block;
    margin: 0;
    padding-left: 0;
  }
  .content main .contentGrid .mainPageNav ul li {
    float: left;
    list-style: none;
  }
  .content main .contentGrid .mainPageNav ul li a {
    padding: 15px 20px;
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
  }
  .content main .contentGrid .mainPageNav ul li a:first-child {
    padding-left: 20px;
  }
}
.moveSlightly {
  margin-left: 50px;
  margin-right: -50px;
}

.appearUp {
  bottom: 40px;
  transition: 0.6s;
  transition-delay: 0.3s;
}

.openPodMenu {
  background-image: url(images/arrow-top-white.svg);
  background-size: 20px;
  background-position: center;
  transform: rotate(180deg);
  background-repeat: no-repeat;
  height: 40px;
  width: 15%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0s;
}

.closePodMenu {
  background-image: url(images/cancel.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 15%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 1.1s;
}

.opacity1-delay {
  opacity: 1;
  transition-delay: 1.4s;
}

.opacity1 {
  opacity: 1;
}

a.callButton {
  display: none;
}
@media only screen and (max-width: 600px) {
  a.callButton {
    position: fixed;
    display: block;
    height: 55px;
    width: 55px;
    background-color: #30ad56;
    background-image: url(images/phone-icon.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    z-index: 3;
    font-size: 0;
  }
}

.headerColorChange {
  background-color: #004879;
}

/* ANIMATION */
.light {
  position: absolute;
  width: 0px;
  opacity: 1;
  background-color: white;
  box-shadow: #e9f1f1 0px 0px 20px 2px;
  opacity: 0;
  top: 100vh;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.x1 {
  animation: floatUp 4s infinite linear;
  transform: scale(1);
}

.x2 {
  animation: floatUp 5s infinite linear;
  transform: scale(1.6);
  left: 15%;
}

.x3 {
  animation: floatUp 2.5s infinite linear;
  transform: scale(0.5);
  left: -15%;
}

.x4 {
  animation: floatUp 4.5s infinite linear;
  transform: scale(1.2);
  left: -34%;
}

.x5 {
  animation: floatUp 4s infinite linear;
  transform: scale(2.2);
  left: -57%;
}

.x6 {
  animation: floatUp 3s infinite linear;
  transform: scale(0.8);
  left: -81%;
}

.x7 {
  animation: floatUp 7.3s infinite linear;
  transform: scale(3.2);
  left: 37%;
}

.x8 {
  animation: floatUp 4.7s infinite linear;
  transform: scale(1.7);
  left: 62%;
}

.x9 {
  animation: floatUp 4.1s infinite linear;
  transform: scale(0.9);
  left: 85%;
}

@keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    top: 0vh;
    opacity: 0.4;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    top: -100vh;
    opacity: 0;
  }
}
#consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #fff;
  transition: opacity 1s ease;
  z-index: 9;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
  text-align: center;
  flex-direction: column;
}
#consent-popup p {
  text-align: center;
  display: block;
  width: 100%;
}
#consent-popup p span {
  font-family: roboto-bold;
}
#consent-popup.hidden {
  opacity: 0;
  visibility: hidden;
}
#consent-popup a {
  text-decoration: underline;
}
#consent-popup .accept {
  background: #3681af;
  padding: 10px 25px;
  margin: 15px;
  text-decoration: none;
  display: block;
  color: white;
  width: 150px;
  margin: auto;
  margin-top: 15px;
  cursor: pointer;
}
#consent-popup .accept:hover {
  background: #2a6b94;
}

/* Animation */
.Splash-CVH-blue {
  z-index: 9;
  width: 0;
  height: 0;
  opacity: 0;
  animation-name: splash-MainFadeOut;
  animation-duration: 6.5s;
  background: radial-gradient(rgb(0, 90, 150) 0%, rgb(0, 68, 114) 100%);
  position: absolute;
}
.Splash-CVH-blue p {
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%);
  color: white;
  text-transform: uppercase;
  animation: text-appear 3.8s ease 0s;
  border-top: 1px solid #fff;
  height: 50px;
  width: 260px;
  background-image: url(images/tc.svg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
@keyframes text-appear {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.Splash-CVH-blue #Logo {
  height: 70px;
  left: 50%;
  top: calc(50% - 40px);
  transform: translate(-50%, -50%);
  position: absolute;
  animation: fillWhite 0.5s ease forwards 3.1s;
}
.Splash-CVH-blue path:nth-child(1) {
  stroke-dasharray: 1357.12px;
  stroke-dashoffset: 1357.12px;
  animation: lineAnimation 1.5s ease forwards;
}
.Splash-CVH-blue path:nth-child(2) {
  stroke-dasharray: 1169.84px;
  stroke-dashoffset: 1169.84px;
  animation: lineAnimation 1.5s ease forwards 0.5s;
}
.Splash-CVH-blue path:nth-child(3) {
  stroke-dasharray: 819.34px;
  stroke-dashoffset: 819.34px;
  animation: lineAnimation 1.5s ease forwards 1s;
}
.Splash-CVH-blue path:nth-child(4) {
  stroke-dasharray: 239.24px;
  stroke-dashoffset: 239.24px;
  animation: fillBlueRed 0.6s ease forwards 2.6s;
}

@keyframes splash-MainFadeOut {
  0% {
    opacity: 1;
    height: 100%;
    width: 100%;
  }
  100% {
    opacity: 1;
    height: 100%;
    width: 100%;
  }
}
@keyframes fillWhiteMoveLogUp {
  0% {
    fill: transparent;
  }
  80% {
    fill: white;
  }
  100% {
    fill: white;
    height: 80px;
    top: calc(50% - 150px);
  }
}
@keyframes lineAnimation {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillWhite {
  from {
    fill: transparent;
  }
  to {
    fill: white;
  }
}
@keyframes fillBlueRed {
  0% {
    fill: transparent;
  }
  80% {
    fill: transparent;
  }
  100% {
    fill: red;
    stroke-dashoffset: 0;
  }
}
@keyframes fillBlue {
  from {
    fill: transparent;
  }
  to {
    fill: #1d5b98;
  }
}
@keyframes fillWhiteRed {
  0% {
    fill: #fff;
  }
  80% {
    fill: #fff;
  }
  100% {
    fill: red;
    stroke-dashoffset: 0;
  }
}
@keyframes formAppearAfter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Contact form */
::-webkit-input-placeholder {
  font-size: 14px;
}

.error-msg {
  color: red;
  font-weight: bold;
  font-size: 13px;
  font-family: sans-serif;
}

.form {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.form.success {
  padding-top: 20px;
  padding-bottom: 20px;
}
.form .form-container {
  display: flex;
  flex-direction: column;
}
.form .title {
  display: block;
  font-family: roboto-bold;
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 20px;
  color: #999;
  text-transform: uppercase;
}
.form .form-title {
  font-size: 18px;
}
.form .sub-title {
  color: grey;
}
.form .form-input {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  border: none;
  outline: none;
}
.form .form-input.name, .form .form-input.email, .form .form-input.message {
  background-color: #fff;
  height: 35px;
  border: 1px solid #ddd;
  font-family: roboto;
}
.form .form-input.name:hover, .form .form-input.email:hover, .form .form-input.message:hover {
  border: 1px solid #005a96;
}
.form .form-input.message {
  overflow: hidden;
  height: 100px;
  width: 100%;
  max-width: 100%;
  resize: none;
}
.form .form-input.submit {
  width: 100%;
  color: white;
  background-color: #005a96;
  font-size: 16px;
  cursor: pointer;
}
.form .form-input.submit:hover {
  background-color: #004879;
}
.form .form-input.disabled {
  background-color: #777 !important;
}
.form .g-recaptcha {
  margin-top: 20px;
}

.map-container {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.map-container .map {
  width: 100%;
  max-width: 1800px;
  height: 600px;
  background-color: #f5f5f5;
  background-image: url(images/map-large-default.png);
  background-size: 1700px;
  background-position: bottom -30px right;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.3s;
}
.map-container .map .test-track-hover-1 {
  height: 40px;
  width: 1200px;
  position: absolute;
  bottom: 187px;
  right: 275px;
  cursor: pointer;
}
@media only screen and (max-width: 1600px) {
  .map-container .map .test-track-hover-1 {
    height: 35px;
    width: 1124px;
    bottom: 176px;
    right: 260px;
  }
}
@media only screen and (max-width: 1400px) {
  .map-container .map .test-track-hover-1 {
    height: 31px;
    width: 950px;
    bottom: 151px;
    right: 260px;
  }
}
@media only screen and (max-width: 1280px) {
  .map-container .map .test-track-hover-1 {
    height: 31px;
    width: 880px;
    bottom: 134px;
    right: 227px;
  }
}
@media only screen and (max-width: 600px) {
  .map-container .map .test-track-hover-1 {
    display: none;
  }
}
.map-container .map .test-track-hover-1 .info-bubble-1 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #005a96;
  padding: 10px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s;
  right: 593px;
  bottom: 82px;
}
@media only screen and (max-width: 1600px) {
  .map-container .map .test-track-hover-1 .info-bubble-1 {
    right: 554px;
    bottom: 72px;
  }
}
@media only screen and (max-width: 1400px) {
  .map-container .map .test-track-hover-1 .info-bubble-1 {
    right: 446px;
    bottom: 61px;
  }
}
@media only screen and (max-width: 1280px) {
  .map-container .map .test-track-hover-1 .info-bubble-1 {
    right: 414px;
    bottom: 53px;
  }
}
.map-container .map .test-track-hover-1 .info-bubble-1::before {
  content: "";
  background-color: #005a96;
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
  position: absolute;
  right: 45px;
  bottom: -5px;
}
.map-container .map .test-track-hover-1 .info-bubble-1 .image {
  background-color: #fff;
  width: 300px;
  height: 150px;
  margin-bottom: 0px;
  background-image: url(images/track-2.png);
}
.map-container .map .test-track-hover-1 .info-bubble-1 .text {
  font-size: 13px;
  color: white;
}
.map-container .map .test-track-hover-1 .info-bubble-2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #005a96;
  padding: 10px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s;
  right: 294px;
  bottom: -201px;
}
.map-container .map .test-track-hover-1 .info-bubble-2::before {
  content: "";
  background-color: #005a96;
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
  position: absolute;
  right: 45px;
  top: -5px;
}
.map-container .map .test-track-hover-1 .info-bubble-2 .image {
  background-color: #fff;
  width: 300px;
  height: 150px;
  margin-bottom: 10px;
  background-image: url(images/track-4.png);
}
.map-container .map .test-track-hover-1 .info-bubble-2 .text {
  font-size: 13px;
  color: white;
}
.map-container .map .test-track-hover-1 .info-show {
  visibility: visible;
  opacity: 1;
}
.map-container .map.test-track {
  background-image: url(images/map-large-4.png);
}
.map-container .map.movement-area {
  background-image: url(images/map-large-5.png);
}
.map-container .map .movement {
  height: 11px;
  width: 630px;
  position: absolute;
  bottom: 273px;
  right: 305px;
  cursor: pointer;
}
@media only screen and (max-width: 1600px) {
  .map-container .map .movement {
    width: 548px;
    bottom: 255px;
    right: 332px;
  }
}
@media only screen and (max-width: 1400px) {
  .map-container .map .movement {
    width: 485px;
    bottom: 218px;
    right: 284px;
  }
}
@media only screen and (max-width: 1280px) {
  .map-container .map .movement {
    width: 445px;
    bottom: 197px;
    right: 258px;
  }
}
@media only screen and (max-width: 600px) {
  .map-container .map .movement {
    display: none;
  }
}
.map-container .map .movement .info-bubble {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #005a96;
  padding: 10px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s;
  right: 55px;
  bottom: 40px;
}
@media only screen and (max-width: 1600px) {
  .map-container .map .movement .info-bubble {
    right: 40px;
    bottom: 35px;
  }
}
@media only screen and (max-width: 1400px) {
  .map-container .map .movement .info-bubble {
    right: 25px;
    bottom: 35px;
  }
}
@media only screen and (max-width: 1280px) {
  .map-container .map .movement .info-bubble {
    right: 15px;
    bottom: 35px;
  }
}
.map-container .map .movement .info-bubble::before {
  content: "";
  background-color: #005a96;
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
  position: absolute;
  right: 45px;
  bottom: -5px;
}
.map-container .map .movement .info-bubble .image {
  background-color: #fff;
  width: 300px;
  height: 150px;
  margin-bottom: 10px;
  background-image: url(images/track-4.png);
}
.map-container .map .movement .info-bubble .text {
  font-size: 13px;
  color: white;
}
.map-container .map .movement .info-bubble.info-show {
  visibility: visible;
  opacity: 1;
}
.map-container .map .movement.second {
  height: 154px;
  width: 11px;
  bottom: 227px;
  right: 936px;
}
@media only screen and (max-width: 1600px) {
  .map-container .map .movement.second {
    height: 145px;
    width: 11px;
    bottom: 212px;
    right: 881px;
  }
}
@media only screen and (max-width: 1400px) {
  .map-container .map .movement.second {
    height: 126px;
    width: 11px;
    bottom: 182px;
    right: 770px;
  }
}
@media only screen and (max-width: 1280px) {
  .map-container .map .movement.second {
    height: 114px;
    width: 11px;
    bottom: 165px;
    right: 704px;
  }
}
.map-container .map .movement.third {
  height: 108px;
  width: 11px;
  bottom: 284px;
  right: 823px;
}
@media only screen and (max-width: 1600px) {
  .map-container .map .movement.third {
    height: 95px;
    width: 11px;
    bottom: 266px;
    right: 774px;
  }
}
@media only screen and (max-width: 1400px) {
  .map-container .map .movement.third {
    height: 87px;
    width: 11px;
    bottom: 229px;
    right: 676px;
  }
}
@media only screen and (max-width: 1280px) {
  .map-container .map .movement.third {
    height: 75px;
    width: 11px;
    bottom: 208px;
    right: 618px;
  }
}
.map-container .map .movement.fourth {
  height: 173px;
  width: 11px;
  bottom: 353px;
  right: 744px;
  transform: rotate(58deg);
}
@media only screen and (max-width: 1600px) {
  .map-container .map .movement.fourth {
    height: 160px;
    width: 11px;
    bottom: 330px;
    right: 702px;
    transform: rotate(58deg);
  }
}
@media only screen and (max-width: 1400px) {
  .map-container .map .movement.fourth {
    height: 130px;
    width: 11px;
    bottom: 289px;
    right: 616px;
    transform: rotate(58deg);
  }
}
@media only screen and (max-width: 1280px) {
  .map-container .map .movement.fourth {
    height: 119px;
    width: 11px;
    bottom: 259px;
    right: 565px;
    transform: rotate(58deg);
  }
}
.map-container .map .movement.fifth {
  height: 100px;
  width: 11px;
  bottom: 284px;
  right: 315px;
}
@media only screen and (max-width: 1600px) {
  .map-container .map .movement.fifth {
    height: 85px;
    width: 11px;
    bottom: 278px;
    right: 296px;
  }
}
@media only screen and (max-width: 1400px) {
  .map-container .map .movement.fifth {
    height: 80px;
    width: 11px;
    bottom: 229px;
    right: 258px;
  }
}
@media only screen and (max-width: 1280px) {
  .map-container .map .movement.fifth {
    height: 70px;
    width: 11px;
    bottom: 208px;
    right: 236px;
  }
}
.map-container .map .movement.sixth {
  height: 120px;
  width: 11px;
  bottom: 304px;
  right: 248px;
  transform: rotate(112deg);
}
@media only screen and (max-width: 1600px) {
  .map-container .map .movement.sixth {
    height: 104px;
    width: 11px;
    bottom: 290px;
    right: 238px;
    transform: rotate(112deg);
  }
}
@media only screen and (max-width: 1400px) {
  .map-container .map .movement.sixth {
    height: 104px;
    width: 11px;
    bottom: 242px;
    right: 201px;
    transform: rotate(112deg);
  }
}
@media only screen and (max-width: 1280px) {
  .map-container .map .movement.sixth {
    height: 95px;
    width: 11px;
    bottom: 219px;
    right: 184px;
    transform: rotate(112deg);
  }
}
@media only screen and (max-width: 1600px) {
  .map-container .map {
    background-size: 1600px;
    height: 600px;
  }
}
@media only screen and (max-width: 1400px) {
  .map-container .map {
    background-size: 1400px;
    height: 550px;
  }
}
@media only screen and (max-width: 1280px) {
  .map-container .map {
    background-size: 1280px;
    height: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .map-container .map {
    background-image: url(images/map-small.png);
    background-size: 500px auto;
    padding-bottom: 50%;
    height: auto;
    background-position: center center;
    animation-name: map-zoom;
    animation-duration: 60s;
  }
}
@keyframes map-zoom {
  0% {
    background-size: 500px;
    background-position: center center;
  }
  7% {
    background-size: 500px;
    background-position: center center;
  }
  10% {
    background-size: 1000px;
    background-position: -360px 0;
  }
  17% {
    background-size: 980px;
    background-position: -360px 0;
  }
  20% {
    background-size: 1300px;
    background-position: -955px -210px;
  }
  27% {
    background-size: 1100px;
    background-position: -805px -100px;
  }
  30% {
    background-size: 1600px;
    background-position: -1100px -305px;
  }
  37% {
    background-size: 1200px;
    background-position: -750px -155px;
  }
  40% {
    background-size: 1400px;
    background-position: -665px -215px;
  }
  47% {
    background-size: 1000px;
    background-position: -385px -155px;
  }
  50% {
    background-size: 1700px;
    background-position: -665px -365px;
  }
  67% {
    background-size: 1200px;
    background-position: -385px -155px;
  }
  70% {
    background-size: 1200px;
  }
}
.map-container .marker {
  height: 100px;
  width: 100px;
  position: absolute;
  border-radius: 50px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .map-container .marker {
    display: none;
  }
}
.map-container .marker:hover .info-bubble {
  visibility: visible;
  opacity: 1;
}
.map-container .marker .info-bubble {
  visibility: hidden;
  position: absolute;
  background-color: #005a96;
  padding: 10px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  transition: 0.3s;
  right: 0;
  bottom: 80px;
}
.map-container .marker .info-bubble::before {
  content: "";
  background-color: #005a96;
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
  position: absolute;
  right: 45px;
  bottom: -5px;
}
.map-container .marker .info-bubble.bottom {
  bottom: auto;
  top: 80px;
}
.map-container .marker .info-bubble.bottom::before {
  top: -5px;
}
.map-container .marker .info-bubble .text {
  font-size: 13px;
  color: white;
}
.map-container .marker.first {
  bottom: 240px;
  right: 119px;
}
@media only screen and (max-width: 1600px) {
  .map-container .marker.first {
    bottom: 221px;
    right: 111px;
  }
}
@media only screen and (max-width: 1400px) {
  .map-container .marker.first {
    bottom: 183px;
    right: 91px;
  }
}
@media only screen and (max-width: 1280px) {
  .map-container .marker.first {
    bottom: 161px;
    right: 78px;
  }
}
.map-container .marker.first .info-bubble .image {
  background-color: #fff;
  width: 300px;
  height: 150px;
  margin-bottom: 10px;
  background-image: url(images/petrol-gas-station.png);
}
.map-container .marker.second {
  bottom: 465px;
  right: 693px;
}
@media only screen and (max-width: 1600px) {
  .map-container .marker.second {
    bottom: 432px;
    right: 651px;
  }
}
@media only screen and (max-width: 1400px) {
  .map-container .marker.second {
    bottom: 368px;
    right: 564px;
  }
}
@media only screen and (max-width: 1280px) {
  .map-container .marker.second {
    bottom: 330px;
    right: 511px;
  }
}
.map-container .marker.third {
  bottom: 200px;
  right: 226px;
}
@media only screen and (max-width: 1600px) {
  .map-container .marker.third {
    bottom: 183px;
    right: 209px;
  }
}
@media only screen and (max-width: 1400px) {
  .map-container .marker.third {
    bottom: 150px;
    right: 177px;
  }
}
@media only screen and (max-width: 1280px) {
  .map-container .marker.third {
    bottom: 131px;
    right: 159px;
  }
}
.map-container .marker.third .info-bubble .image {
  background-color: #fff;
  width: 300px;
  height: 150px;
  margin-bottom: 10px;
  background-image: url(images/cvg-institut.png);
}
.map-container .marker.fourth {
  bottom: 258px;
  right: 693px;
}
@media only screen and (max-width: 1600px) {
  .map-container .marker.fourth {
    bottom: 238px;
    right: 646px;
  }
}
@media only screen and (max-width: 1400px) {
  .map-container .marker.fourth {
    bottom: 199px;
    right: 559px;
  }
}
@media only screen and (max-width: 1280px) {
  .map-container .marker.fourth {
    bottom: 175px;
    right: 508px;
  }
}
@keyframes marker {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.map-container .c1,
.map-container .c2,
.map-container .c3,
.map-container .c4,
.map-container .c5 {
  background-color: rgba(0, 90, 150, 0.1);
  opacity: 0;
  border-radius: 50px;
  position: absolute;
  animation-name: marker;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.map-container .c1 {
  width: 100px;
  height: 100px;
  margin: 0px;
  animation-delay: 1.2s;
}
.map-container .c2 {
  width: 80px;
  height: 80px;
  margin: 10px;
  animation-delay: 0.9s;
  position: absolute;
}
.map-container .c3 {
  width: 60px;
  height: 60px;
  margin: 20px;
  animation-delay: 0.6s;
}
.map-container .c4 {
  width: 40px;
  height: 40px;
  margin: 30px;
  animation-delay: 0.3s;
}
.map-container .c5 {
  width: 20px;
  height: 20px;
  margin: 40px;
  animation-delay: 0s;
}
.map-container .c6 {
  background-color: #005a96;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  margin: 46px;
}
@media only screen and (max-width: 600px) {
  .map-container .map-small-holder {
    width: 100%;
    max-width: 1800px;
    height: 600px;
    background-image: url(images/map-tag-small.png);
    background-size: 500px auto;
    padding-bottom: 50%;
    height: auto;
    background-position: center center;
    animation-name: map-switch;
    animation-duration: 60s;
    position: absolute;
    left: 0;
  }
}
@keyframes map-switch {
  0% {
    background-size: 500px;
    background-position: center center;
  }
  7% {
    background-image: url(images/map-tag-small.png);
    background-size: 500px;
    background-position: center center;
  }
  10% {
    background-image: url(images/map-tag-small-1.png);
    background-size: 1000px;
    background-position: -360px 0;
  }
  17% {
    background-image: url(images/map-tag-small-1.png);
    background-size: 980px;
    background-position: -360px 0;
  }
  20% {
    background-image: url(images/map-tag-small-2.png);
    background-size: 1300px;
    background-position: -955px -210px;
  }
  27% {
    background-image: url(images/map-tag-small-2.png);
    background-size: 1100px;
    background-position: -805px -100px;
  }
  30% {
    background-image: url(images/map-tag-small-3.png);
    background-size: 1600px;
    background-position: -1100px -305px;
  }
  37% {
    background-image: url(images/map-tag-small-3.png);
    background-size: 1200px;
    background-position: -750px -155px;
  }
  40% {
    background-image: url(images/map-tag-small-5.png);
    background-size: 1400px;
    background-position: -665px -215px;
  }
  47% {
    background-image: url(images/map-tag-small-5.png);
    background-size: 1000px;
    background-position: -385px -155px;
  }
  50% {
    background-image: url(images/map-tag-small-4.png);
    background-size: 1700px;
    background-position: -665px -365px;
  }
  67% {
    background-image: url(images/map-tag-small-4.png);
    background-size: 1200px;
    background-position: -385px -155px;
  }
  70% {
    background-image: url(images/map-tag-small.png);
    background-size: 1200px;
  }
}

.popup {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
  display: none;
}
.popup .popup-holder {
  width: calc(100% - 60px);
  max-height: calc(100vh - 60px);
  max-width: 700px;
  background-color: #fff;
  overflow: hidden;
}
.popup .popup-holder .pu-header {
  height: 70px;
  width: 100%;
  align-items: center;
  padding: 0 0 0 20px;
  position: relative;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.popup .popup-holder .pu-header p {
  font-weight: normal;
  height: 70px;
  display: flex;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #005a96;
}
.popup .popup-holder .pu-header .close {
  background-color: #005a96;
  border: 10px solid #ccc;
  width: 100px;
  height: 100px;
  transform: rotate(-45deg);
  position: absolute;
  right: -50px;
  top: -50px;
  cursor: pointer;
}
.popup .popup-holder .pu-header .close:hover {
  background-color: #004879;
}
.popup .popup-holder .pu-header .close .close-icon {
  height: 20px;
  width: 20px;
  margin-top: 30px;
  margin-left: 7px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .popup-holder .pu-header .close .close-icon span {
  height: 2px;
  width: 20px;
  background-color: white;
  display: block;
  position: absolute;
}
.popup .popup-holder .pu-header .close .close-icon span:last-child {
  height: 20px;
  width: 2px;
}
.popup .popup-holder a {
  padding: 0 10px 10px 20px;
  display: block;
  font-size: 12px;
  color: #777;
  background-color: #f5f5f5;
}
.popup .popup-holder a:hover {
  color: red;
}
.popup .popup-holder .pu-content {
  max-height: calc(100vh - 135px);
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 20px;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .popup .popup-holder .pu-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 650px) {
  .popup .popup-holder .pu-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .popup .popup-holder .pu-content {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 10px 20px;
  }
}
.popup .popup-holder .pu-content .item {
  background-color: #ddd;
  padding-bottom: 56%;
  width: 100%;
  display: block;
}
.popup .popup-holder .pu-content .item:first-child {
  grid-row: 1/3;
  grid-column: 1/3;
}
@media only screen and (max-width: 768px) {
  .popup .popup-holder .pu-content .item:first-child {
    grid-row: auto;
    grid-column: auto;
  }
}
.popup .popup-holder .pu-content ul li {
  font-size: 11px;
  list-style-position: outside;
  margin-left: 15px;
  color: #777;
  line-height: 16px;
}
.popup .popup-holder .pu-content.rp, .popup .popup-holder .pu-content.dr {
  grid-template-columns: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  padding: 30px 40px 40px 40px;
}
@media only screen and (max-width: 768px) {
  .popup .popup-holder .pu-content.rp, .popup .popup-holder .pu-content.dr {
    padding: 20px;
  }
}
.popup .popup-holder .pu-content.rp .title, .popup .popup-holder .pu-content.dr .title {
  font-size: 18px;
  color: #005a96;
  font-family: roboto-bold;
  border-top: 1px solid #ddd;
  padding-top: 40px;
}
.popup .popup-holder .pu-content.rp .title:first-child, .popup .popup-holder .pu-content.dr .title:first-child {
  border-top: 0px solid #ddd;
  padding-top: 0px;
}
.popup .popup-holder .pu-content.rp .title a, .popup .popup-holder .pu-content.dr .title a {
  font-size: 18px;
  color: #005a96;
  font-family: roboto-bold;
  background-color: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
}
.popup .popup-holder .pu-content.rp .title a::after, .popup .popup-holder .pu-content.dr .title a::after {
  content: "Detailed specifications";
  font-size: 12px;
  color: #aaa;
  font-family: roboto;
}
.popup .popup-holder .pu-content.rp .title a:hover::after, .popup .popup-holder .pu-content.dr .title a:hover::after {
  color: red;
}
.popup .popup-holder .pu-content.rp .subtitle, .popup .popup-holder .pu-content.dr .subtitle {
  padding-top: 10px;
  font-size: 13px;
  color: #777;
  font-family: roboto;
}
.popup .popup-holder .pu-content.rp .product-holder, .popup .popup-holder .pu-content.dr .product-holder {
  display: grid;
  grid-template-columns: 2fr 3fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .popup .popup-holder .pu-content.rp .product-holder, .popup .popup-holder .pu-content.dr .product-holder {
    grid-template-columns: auto;
    row-gap: 20px;
    padding: 0;
  }
}
.popup .popup-holder .pu-content.rp .product-holder.no-pic, .popup .popup-holder .pu-content.dr .product-holder.no-pic {
  grid-template-columns: auto;
}
.popup .popup-holder .pu-content.rp .pic, .popup .popup-holder .pu-content.dr .pic {
  width: 100%;
  padding-bottom: 56%;
  background-color: #eee;
}
.popup .popup-holder .pu-content.rp .pic.pic-1, .popup .popup-holder .pu-content.dr .pic.pic-1 {
  background-image: url(images/4activefb-large.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-2, .popup .popup-holder .pu-content.dr .pic.pic-2 {
  background-image: url(images/4activefb-small.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-3, .popup .popup-holder .pu-content.dr .pic.pic-3 {
  background-image: url(images/4activefb-eco.png);
  background-size: auto 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-4, .popup .popup-holder .pu-content.dr .pic.pic-4 {
  background-image: url(images/4actdr.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-5, .popup .popup-holder .pu-content.dr .pic.pic-5 {
  background-image: url(images/test-dummies-1.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-6, .popup .popup-holder .pu-content.dr .pic.pic-6 {
  background-image: url(images/test-dummies-2.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-7, .popup .popup-holder .pu-content.dr .pic.pic-7 {
  background-image: url(images/test-dummies-3.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-8, .popup .popup-holder .pu-content.dr .pic.pic-8 {
  background-image: url(images/test-dummies-4.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-9, .popup .popup-holder .pu-content.dr .pic.pic-9 {
  background-image: url(images/test-dummies-5.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-10, .popup .popup-holder .pu-content.dr .pic.pic-10 {
  background-image: url(images/test-dummies-6.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-11, .popup .popup-holder .pu-content.dr .pic.pic-11 {
  background-image: url(images/test-dummies-7.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-12, .popup .popup-holder .pu-content.dr .pic.pic-12 {
  background-image: url(images/test-dummies-8.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-13, .popup .popup-holder .pu-content.dr .pic.pic-13 {
  background-image: url(images/test-dummies-9.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-14, .popup .popup-holder .pu-content.dr .pic.pic-14 {
  background-image: url(images/test-dummies-10.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-15, .popup .popup-holder .pu-content.dr .pic.pic-15 {
  background-image: url(images/EQmesh.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-16, .popup .popup-holder .pu-content.dr .pic.pic-16 {
  background-image: url(images/adma.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-17, .popup .popup-holder .pu-content.dr .pic.pic-17 {
  background-image: url(images/AVAD3.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .pic.pic-18, .popup .popup-holder .pu-content.dr .pic.pic-18 {
  background-image: url(images/light-system.png);
  background-size: auto 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.popup .popup-holder .pu-content.rp .text p, .popup .popup-holder .pu-content.dr .text p {
  font-size: 14px;
  color: #005a96;
  padding-bottom: 10px;
  padding-top: 0;
  font-family: roboto-bold;
}
.popup .popup-holder .pu-text {
  padding: 20px 0px 20px 0px;
  font-size: 14px;
  grid-column: span 4;
}
@media only screen and (max-width: 768px) {
  .popup .popup-holder .pu-text {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 650px) {
  .popup .popup-holder .pu-text {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 500px) {
  .popup .popup-holder .pu-text {
    grid-column: span 1;
  }
}

.display-pu {
  display: flex;
}

.weather-table {
  background-color: red;
  padding-bottom: 70%;
  width: 100%;
  max-width: 800px;
  background: url(images/weather-table.PNG);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 800px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .weather-table {
    background-size: 100%;
  }
}

.weather-grid {
  width: 100%;
}
.weather-grid .header {
  display: grid;
  grid-template-columns: 250px repeat(12, 1fr);
  background-color: #ddd;
}
.weather-grid .header p {
  font-size: 12px;
  padding-top: 0px;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .weather-grid {
    background-size: 100%;
  }
}

.ativities-text ul {
  padding-top: 20px;
}
.ativities-text ul li {
  margin-left: 20px;
  font-size: 13px;
  line-height: 16px;
  color: #777;
  padding-bottom: 10px;
}

.product-category {
  /* background: #eee; */
  width: 100%;
  max-width: 1200px;
  padding: 0;
  font-size: 24px;
  margin-top: 60px;
  color: #555;
  text-transform: uppercase;
}
.product-category h5 {
  font-family: "roboto-bold";
  color: #005a96;
}

.social-holder {
  width: 40px;
  position: fixed;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #005a96;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .social-holder {
    visibility: hidden;
  }
}
.social-holder .btn {
  width: 30px;
  height: 30px;
  display: block;
  display: flex;
  align-items: center;
}
.social-holder .btn:hover {
  background-size: calc(100% + 3px);
}
.social-holder .btn:hover .tooltip {
  visibility: visible;
}
.social-holder .btn .tooltip {
  visibility: hidden;
  position: absolute;
  right: calc(100% + 10px);
  background-color: #005a96;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  display: flex;
  font-size: 13px;
  color: white;
  align-items: center;
}
.social-holder .btn .tooltip::after {
  content: "";
  background-color: #005a96;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  right: -5px;
}
.social-holder .btn.facebook {
  background-image: url(images/facebook.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 5px 5px 10px 5px;
}
.social-holder .btn.twitter {
  background-image: url(images/twitter.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 10px 5px 10px 5px;
}
.social-holder .btn.linkedin {
  background-image: url(images/linkedin-share.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 10px 5px 10px 5px;
}
.social-holder .btn.mail {
  background-image: url(images/mail-r.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0px 5px 5px 5px;
}/*# sourceMappingURL=style.css.map */