@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
  margin: 0;
  font-family: 'Poppins';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  background: white;
}

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

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.wrapper {
  width: 1920px; 
  margin: auto;
  padding: 1em 0 0;
  background-color: #ffffff;
  color: #00546e;
  max-width: 90%;
}

input[type=button] {
  margin: .1em;
}

.container-padding {
  padding-left: 2%;
  padding-right: 2%;
}

.container-padding.home-top {
  background-color: #2fb9e4;
  padding-top: 3em;
  background-image: url('images/home-image.png');
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.home-product-selector {
  display: flex;
}

.container-padding.home-bottom-bottom {
  background-color: #00546e;
}

/* Header */
#header {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  text-align: center;
}

.header-top {
  display: block;
  margin-bottom: 2.5em;
}

.header-bottom {
  text-align: left;
  width: 100%;
  margin: auto;
  background: white;
  position: relative;
  display: block;
}

#hamburger {
    display: none;
}

.header-mobile-icons {
  display: none;
}

.header-active {
  background-color: #2fb9e4!important;
  text-decoration: underline;
}

.header-active a {
  color: #ffffff!important;
}

.header-bottom ul {
  padding: 0;
  margin: 0;
  height: 3.7em;
  display: flex;
}

.header-bottom ul li:first-child {
  display: inline-block;
  width: 14.28%;
  padding-left: 2%;
  height: 3.7em;
  line-height: 3.7em;
  text-align: center;
}

.header-bottom ul li:last-child {
  display: inline-block;
  width: 14.28%;
  padding-right: 2%;
  height: 3.7em;
  line-height: 3.7em;
  text-align: center;
}

.header-bottom li {
  display: inline-block;
  width: 14.28%;
  height: 3.7em;
  line-height: 3.7em;
  text-align: center;
  background-color: #f9f9f9;
  text-decoration: underline;
}

.header-bottom a {
  font-size: 1.5em;
  color: #00546e;
}

.header-top .left {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.header-top .middle {
  display: inline-block;
  width: 54%;
  vertical-align: top;
}

.header-top .right {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  text-align: right;
  padding-top: 1em;
}

/* Header top left (phone and select) */
.header-top .left .phone {
  font-size: 1em;
  display: inline-block;
} 

.select-country {
    display: inline-block; 
    margin-left: 1em;
    top: -3px;
    position: relative;
}

.select-country select {
  border: none;
  color: #00546e;
  /* width: 100%; */
  font-size: 1.5em;
  font-family: 'Poppins';
  margin-bottom: .5rem;
  text-decoration: underline;
}

*:focus {
    outline: none;
}

.header-top .select-country select {
  width: 8.25em;
  height: 2.5em;
  font-size: 1em;
  color: #d2d2d2;
  border: none;
}

.header-top .select-country select option {
  background-color: #f9f9f9;
  font-size: 1em;
  text-align: left;
  color: #00546e;
} 

/* Header middle (logo and paragraph) */
.header-top .middle p {
  font-style: italic;
  margin-top: -.5em;
}

/* Header right */
.header-top .right p {
  display: inline-block;
}

.header-top .right a {
  display: inline-block;
/*  margin-left: 3em;*/
  color: #00546e;
}

.breadcrumbs p {
  display: inline-block;
  margin-right: 1em;
  text-decoration: underline;
  margin-top: 1em;
}

.breadcrumbs span {
  color: #7f9aa2;
}

/* Footer */
.footer {
  width: 1920px;
  max-width: 100%;
  position: relative;
/*  padding-top: 1em;*/
  margin: auto;
  color: #00546e;
}

.footer-content {
  padding-top: 1em;
}

.footer-left {
  width: 66%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 3em;
}

.footer-right {
  width: 33%;
  display: inline-block;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 8%;
}

.footer-right img {
  width: 9.6em;
  height: 2.5em;
}

.footer-right h2 {
  font-size: 1.6em;
  margin-top: -0.4em;
  font-weight: 500;
}

.footer-right p, .footer-right a {
  font-size: 1em;
  color: #77939c;
}

.footer-left-item {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  padding: 3% 1%;
  word-wrap: break-word;
}

.footer-left-item h2 {
    font-size: 1.6em;
    font-weight: normal;
    /* text-decoration: underline; */
}

.footer-left-item p {
    font-size: 1em;
    color: #00546e;
    display: initial;
}

.footer-left-item a {
    display: block;
    font-size: 1em;
    color: #00546e;
    font-weight: normal;
    text-decoration: underline;
}

.footer-copyright {
  color: #77939c;
  text-align: center;
}

/* Home page */
.home-top-content {
  /* background-color: #2fb9e4;
  width: 100%;
  padding: 50px 0; */
}

.home-top-content .title {
  margin-left: 8.33%;
  width: 33%;
  display: inline-block;
}

.home-top-content .title p {
  font-size: 1em;
  text-align: left;
  color: #ffffff;
  text-decoration: underline;
}

.home-top-content .title h1 {
  font-size: 4em;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  line-height: 1em;
}

.home-top-content .social-buttons {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 10.33%;
}

.home-top-content .social-buttons button {
  width: 8.2em;
  height: 2.5em;
  border-radius: 2.5em;
  border: solid 1px #ffffff;
  font-size: 1em;
  text-align: center;
  color: #ffffff;
  background-color: #2fb9e4;
  margin-left: 1em;
}

.home-top-bottom {
  /* width: 90%;
  margin-left: 5%; */
  position: relative;
  display: block;
  margin-top: 10em;
}

.home-top-bottom p {
  font-size: 1em;
  text-align: left;
  color: #ffffff;
  margin-left: 8.33%;
  width: 33%;
}

.home-top-bottom .paragraph-inline, .home-top-bottom button {
  display: inline-block;
}

.home-top-bottom button {
  border-radius: 2.5em;
  border: solid 1px #ffffff;
  font-size: 1em;
  text-align: center;
  color: #ffffff;
  background-color: #2fb9e4;
  width: 16.66%;
  padding: .5em;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.contact .page-title {
  margin-top: 0;
}

.home-top-content .line {
  border-left: 1px solid #ffffff;
  height: 10em;
  display: inline-block;
}

.home-top-content .line-container {
  text-align: center;
  margin: 2em 0;
}

.home-middle-content {
  margin: 5% 0;
}

.home-middle-content div.left, .home-middle-content div.middle, .home-middle-content div.right {
  display: inline-block;
} 

.home-middle-content div.left {
  margin-left: 8.33%;
  margin-right: 2%;
  width: 24%;
  vertical-align: top;
} 

.home-middle-content h1 {
  font-weight: bold;
  font-size: 27px;
}

.home-middle-content h3 {
  font-weight: 500;
  font-size: 23px;
}



.home-middle-content div.middle {
  width: 16.66%;
  vertical-align: top;
}

.home-middle-content div.middle ul {
  list-style-type: none;
  padding-inline-start: 0;
}

.home-middle-content div.middle ul li {
  height: 2.5em;
  border-bottom: 1px solid #dfe0e1;
  margin: 1.4em 0;
}

.home-middle-content div.middle ul li a {
  color: #00546e;
}

.home-middle-content div.middle p {
  color: #2295b7;
}


.home-middle-content div.right {
  width: 41.65%;
}

.home-middle-content div.right img {
  max-width: 80%;
  height: auto;
  margin-left: 10%;
}

.localtime {
    background: whitesmoke;

}

.localtime-item {
  display: inline-block;
  width: 8.33%;
  margin: 10% 8.33%;
  text-align: center;
}


.circle .time {
  font-weight: bold;
  color: #00546e;
  margin-bottom: 0;
  margin-top: 0;
}

.localtime-item span {
  color: #77939c;
}

.localtime-item p {
  font-weight: bold;
  margin-top: .5em;
  margin-bottom: 0;
}

.my-localtime p {
  font-weight: bold;
  color: #2fb9e4;
}

.my-localtime {
  height: auto;
  width: 0;
  height: 0;
  padding: 50% 50%;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.circle {
  height: auto;
  width: 0;
  height: 0;
  padding: 50% 50%;
  border: solid 2px #00546e;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}


.home-product-selector-left {
  display: inline-block;
  width: 50%;
  text-align: left;
  /* padding-right: 8%; */
  /* padding-left: 2%; */
  padding-left: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('images/thumb01.jpg');
  background-repeat: no-repeat;
  background-position: center;
  position: relative; 
}

.home-product-selector-left div {
  display: block;
  text-align: right;
  padding-right: 2em;
  height: 5em;
}

.home-product-selector-left img {
  position: absolute;
  height: 3em;
  top: 1.5em;
  cursor: pointer;
  max-width: 30%;
}

.home-product-selector-left h4 {
  font-size: 1.5em;
  line-height: 1.1em;
  margin-top: .5em;
  margin-bottom: 0;
  color: #ffffff;
  text-decoration: underline;
}

.home-product-selector-left span {
  color: #dfe0e1;
}

.home-product-selector-right {
  display: inline-block;
  width: 50%;
  text-align: right;
  /* padding-left: 8%; */
  /* padding-right: 2%; */
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('images/thumb02.jpg');
  background-repeat: no-repeat;
  background-position: center; 
  position: relative;
}

.home-product-selector-right div {
  display: block;
  text-align: left;
  padding-left: 2em;
  height: 5em;
  width: 70%;
}

.home-product-selector-right img {
  position: absolute;
  height: 3em;
  top: 1.5em;
  right: 4%;
  cursor: pointer;
  max-width: 30%;
}

.home-product-selector-right h4 {
  font-size: 1.5em;
  line-height: 1.1em;
  margin-top: .5em;
  margin-bottom: 0;
  color: #ffffff;
  text-decoration: underline;
}

.home-product-item {
  cursor: pointer;
}

.home-product-selector-right span {
  color: #dfe0e1;
}

.home-bottom-bottom div.list {
  width: 64%;
  margin-left: 18%;
}

.home-bottom-bottom div.list ul {
  padding: 5.5em 0;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  text-align: center;
  list-style-type: none;
}

.home-bottom-bottom div.list ul li {
  padding: 0.6em;
}

.home-bottom-bottom div.list ul li:hover {
  background-color: #2fb9e4;
}

.home-bottom-bottom div.list ul li a {
  font-size: 1.6em;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}


.news-top {
    padding-left: 8.3%;
    padding-right: 8.3%;
    margin-top: 3em;
}

.news-top h1 {
  font-weight: bold;
  margin: .5em 0;
}

.news-container { 
    list-style-type: none;
    position: relative;
    padding: 0;
}

.news-container p { 
  color: #7f9aa2;
  padding: 1em 0;
}

.news-container li{
    padding-bottom: 1em;
    padding-top: 1em;
    border-bottom: 1px solid #eee;
}

.news-container li:last-child {
    border: none;
}

.news-container img{
    width: 50%;
    display: inline-block;
}
.news-container div{
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding-left: 1%;
}

.news-container h2{
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 0;
    margin-top: .5em;
    line-height: 1em;
    text-transform: uppercase;
}

.news-container p{
    margin-top: 0;
}


.news-archive {
    padding: 1em 8.3%;
    color: white;
    background: #00546e;
}

.news-archive h2{
    font-size: 3em;
}

.news-archive-years {
    list-style-type: none;
    position: relative;
    padding: 0;
}

.news-archive-years li{
    display: inline-block;
    padding: .5em;
    margin-right: 1em;
    cursor: pointer;
    line-height: 1em;
}

.news-archive-years li:hover{
    display: inline;
    padding: .5em;
    border-radius: 2em;
    color: #00546e;
    background: #fff;
}
.news-years-selected{
    border: 1px solid white;
    height: 2em;
    border-radius: 2em;
    color: #1a8fb3;
    border-color:  #1a8fb3;;
}

.news-archive-months {
    list-style-type: none;
    position: relative;
    padding: 0;
    
}

.news-archive-months li {
    text-align: center;
    padding: 1em;
    border-bottom: 1px solid white;
    cursor: pointer;
}
.news-archive-months li:last-child {
    border: none;
}

.news-archive-months li:hover {
    background: #1a8fb3;
}

.single-news h5 {
    font-weight: normal;
}

.single-news-title {
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: bold;
}

.single-news-padding {
    padding-left: 8.3%;
    padding-right: 8.3%;
}

.single-news-featured-image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 1em auto;
}

.single-news-content {
    width: 80%;
    position: relative;
    margin-top: 5em;
    margin-bottom: 3em;
}
.single-news-content p, .single-news-content h3, .single-news-content h4, .single-news-content h5, .single-news-content ul, .single-news-content ol {
    display: inline-block;
    width: 70%;
    margin-left: 30%;
}
.single-news-content img {
  display: inline-block;
  max-width: 100%;
  max-height: 500px;
}

.single-news-content h2 {
    display: inline-block;
    width: 70%;
    font-size: 2em;
    font-weight: bold;
    color: #00546e;
}

.page-title {
    font-size: 4em;
    line-height: 1em;
    font-weight: bold;
}

.about-us {
    padding-left: 8.3%;
    padding-right: 8.3%;
}

.about-us-top-content {
    position: relative;
    padding-bottom: 3em;
    display: flex;
    margin-top: 3em;
}

.about-us-top-content-left {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin-right: 10%;
}

.about-us-top-content-mid {
    display: inline-block;
    width: 30%;
    margin-right: 10%;
}

.about-us-top-content-right {
    display: inline-block;
    width: 30%;
}

.about-us-bottom-content {
    padding-bottom: 3em;
    display: flex;
}

.about-us-bottom-content-left {
    width: 45%;
    display: inline-block;
    margin-right: 5%;
    vertical-align: top;
}

.about-us-bottom-content-right {
    width: 50%;
    display: inline-block;
}

.about-us-bottom-content-right-left {
    width: 40%;
    display: inline-block;
    margin-right: 9%;
    vertical-align: top;
}

.about-us-bottom-content-right-right {
    width: 50%;
    display: inline-block;
}

.about-us-middle-content {
  padding-bottom: 3em;
  display: flex;
  margin: 3em 0;
}

.about-us-middle-content-left {
  width: 55%;
  display: inline-block;
  margin-right: 5%;
  vertical-align: top;
}

.about-us-middle-content-right {
  width: 40%;
  display: inline-block;
}

.about-us-middle-flags {
  margin-left: 37.5%;
}

.about-us-iso-logo {
  display: inline-block;
}

.about-us-certificates {
  display: inline-block;
  vertical-align: top;
}

.about-us-certificate-item {
  display: inline-block;
  margin: 0 2.5em;
  color: #77949c;
}

.about-us-certificate-item:last-child {
  vertical-align: top;
}


.about-us-certificate-item p {
  margin-top: 0;
}

.about-us-number {
    text-align: center;
    width: 100%;
}

.about-us-number img {
  position: absolute;
}

.p-underline {
  text-decoration: underline;
}

/* Products page */
.products-top {
  padding-left: 8.3%;
  padding-right: 8.3%;
  margin-top: 3em;
}

.products-top h1 {
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.2em;
  margin-top: 0;
}

.products-container { 
  list-style-type: none;
  position: relative;
  padding: 0;
}

.products-container li{
  padding-bottom: 1em;
  padding-top: 1em;
  border-bottom: 1px solid #eee;
}

.products-container li:last-child {
  border: none;
}

.products-container img{
  width: 50%;
  display: inline-block;
}

.products-container div{
  display: inline-block;
  width: 48%;
  vertical-align: top;
  padding-left: 1%;
}

.products-container h2{
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 0;
  margin-top: .5em;
  line-height: 1em;
  text-transform: uppercase;
}

.products-container p{
  margin-top: 0;
}

.single-product h5 {
  font-weight: normal;
}

.single-product-title {
  font-size: 3em;
  line-height: 1em;
  font-weight: bold;
  margin-top: 0;
}

.single-product-description {
  margin-top: 3em;
}

.single-product-padding {
  padding-left: 8.3%;
  padding-right: 8.3%;
  padding-top:5em;
  padding-bottom: 3em;
  
}

.single-product-top {
  height: 500px;
  position: relative;
  box-sizing: border-box;
}

.single-product-top-title {
  position: relative;
  z-index: 10;
  color: white;
}

.single-product-background-color button {
  position: relative;
  z-index: 10;
  height: 2.5em;
  border-radius: 2.5em;
  border: solid 1px #ffffff;
  font-size: 1em;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  outline: none;
  padding: 0 6em;
  bottom: 4em;
  position: absolute;
  left: 8.33%;
}

.single-product-background-color {
  background-color: #50a2c8;
  width: 100%;
  height: 100%;
  opacity: .8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.single-product-featured-image {
  display: block;
  max-width: 60%;
  height: auto;
  margin: 3em auto;
}

.single-product-content {
  position: relative;
  width: 80%;
}
.single-product-content p, .single-product-content h3, .single-product-content h5, .single-product-content ul, .single-product-content ol{
  display: inline-block;
  width: 70%;
  margin-left: 30%;
}

.single-product-content img {
  display: inline-block;
  max-width: 100%;
  max-height: 500px;
}

.single-product-content h4 {
  display: inline-block;
  width: 70%;
  margin-left: 30%;
  color: #5dbae4;
  font-size: 1.1em;
  font-weight: bold;
  /* text-transform: uppercase; */
}

.single-product-content h2 {
  display: inline-block;
  width: 70%;
  font-size: 2em;
  font-weight: bold;
}

/* Reference page */
.reference {
  padding-left: 8.3%;
  padding-right: 8.3%;
  background-color: #2fb9e4;
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
  /* height: 1650px; */
}

.reference h1 {
  color: #ffffff;
  font-size: 4em;
  margin-block-start: 0.1em;
  margin-block-end: 0.1em;
  font-weight: bold;
}

.reference h4 {
  font-size: 1em; 
  color: #2295b7;
  font-weight: normal;
  margin: 1.5em 0;
}

.reference-text {
  position: relative;
}

.reference-text-left {
  color: #ffffff;
  width: 50%;
  display: inline-block;
}

.reference-text-right {
  color: #ffffff;
  width: 50%;
  display: inline-block;
}

.reference-text-right p {
  position: absolute;
  top: 0;
  right: 0;
}

.reference-partners {
  margin-top: 13em;
  /* display: flex; */
  position: relative;
}

.reference-partners h1 {
  font-weight: bold;
}

.reference-partner {
  width: 24%;
  display: inline-block;
  margin-left: 8%;
  position: relative;
  margin-bottom: 1em;
}

.reference-partner h1 {
  font-size: 2em;
  text-transform: uppercase; 
}

.reference-partner ul {
  list-style-type: none;
  padding-inline-start: 0;
}

.reference-partner ul li {
  color: #ffffff;
  margin: 1.5em 0;
  cursor: default;
  position: relative;
}

.reference-partner ul li.underline {
  text-decoration: underline;
  cursor: pointer;
}

.reference-partner-logo {
  position: relative;
  width: 100%;
}

.reference-partner-logo img {
  max-width: 100%;
  height: auto;
}

.reference-background-image {
  position: absolute;
  width: 83.4%;
  text-align: center;
  top: 3em;
}

.reference-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Contact */
.contact {
  padding-left: 8.3%;
  padding-right: 8.3%;
}

.contact-top, .contact-bottom {
  margin-top: 3em;
  margin-bottom: 3em;
}

.contact h2 {
  text-align: center;
}

.contact-item-serbia {
  margin: 2em 0;
}

.contact-item-serbia h4 {
  margin-bottom: 1em;
}

.contact-item {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin: 2em 5% 2em 0;
}

.contact-item h4 {
  margin-bottom: 1em;
}

.contact-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.contact-countries {
  padding: 1em 0;
  border-bottom: 1px solid #dfe0e1;
}

.contact-countries-list {
  list-style-type: none;
  position: relative;
  padding: 0;
}

.contact-countries-list li{
  display: inline-block;
  padding: .6em 1.1em;
  margin-right: 1em;
  cursor: pointer;
  line-height: 1.2em;
  text-decoration: underline;
  font-size: 1.1em;
/*  box-sizing: border-box;*/
}

.contact-countries-list li:hover{
  /* display: inline; */
  /* padding: .6em 2em; */
  /* border-radius: 2em; */
  color: #00546e;
  background: #fff;
}

.contact-selected-country {
  border: 1px solid #1a8fb3;
/*  height: 2.4em;*/
  border-radius: 2em;
  color: #1a8fb3;
}

.contact-info-container {
  margin: 1em 0;
  position: relative;
  display: block;
  
}

.contact-container {
  padding-right: 2em;
  box-sizing: border-box;
}

.contact-info-item {
  display: inline-block;
  width: 50%;
}

.contact-info-item h2 {
  font-weight: bold;
  font-size: 2.5em;
  text-align: left;
  margin: 0;
}

.contact-container ul{
  list-style: none;
  padding: 0;
/*  margin-top: 2em;*/
/*  width: 80%;*/
}

.contact-container p:first-child {
  margin-bottom: 0;
}

.contact-container li {
  border-bottom: 1px solid #dfe0e1;
  justify-content: space-between;
  display: flex;
  height: 5em;
  line-height: 5em;
}

.contact-container li a{
  text-decoration: underline;
}

.contact-container li:first-child {
  height: unset;
  line-height: unset;
  color: #77939c;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-container li:last-child {
  border-bottom: none;
}

.contact-phone p {
  text-decoration: underline;
}

/* .contact-email {
  text-decoration: underline;
} */

/* Support */
.support {
  padding-left: 8.3%;
  padding-right: 8.3%;
}

.support-countries {
  padding: 1em 0;
  border-bottom: 1px solid #dfe0e1;
}

.support-countries-list {
  list-style-type: none;
  position: relative;
  padding: 0;
}

.support-countries-list li{
  display: inline-block;
  padding: .6em 1.1em;
  margin-right: 1em;
  cursor: pointer;
  line-height: 1.2em;
  text-decoration: underline;
  font-size: 1.1em;
}

.support-countries-list li:hover{
  /* display: inline; */
  /* padding: .6em 2em; */
  /* border-radius: 2em; */
  color: #00546e;
  background: #fff;
}

.support-selected-country {
  border: 1px solid #1a8fb3;
  height: 2.4em;
  border-radius: 2em;
  color: #1a8fb3;
}

.support-info-container {
  margin: 4em 0;
  position: relative;
  display: flex;
}

.support-info-item {
  display: inline-block;
  width: 50%;
}

.support-info-item h1 {
  font-weight: bold;
}

.support-info-list {
  list-style: none;
  padding: 0;
  margin-top: 2em;
  width: 80%;
}

.support-info-list li {
  border-bottom: 1px solid #dfe0e1;
  justify-content: space-between;
  display: flex;
  height: 5em;
  line-height: 5em;
}

.support-info-list li a {
  text-decoration: underline;
}

.support-phone p {
  text-decoration: underline;
}

.support-info-list li.support-info-list-informations {
  height: unset;
  line-height: unset;
  color: #77939c;
  font-weight: bold;
  text-transform: uppercase;
}

.support-info-list li:last-child {
  border-bottom: none;
}

/* Custom select */
.custom-select {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.custom-select ul {
  background-color: #f9f9f9;
  position: absolute;
  z-index: 10;
  width: 100%;
  list-style: none;
  padding: 0;
}

.custom-select ul li {
  padding: .8em;
  text-decoration: underline;
  border-bottom: 1px solid #dfe0e1;
  text-align: left;
}

.custom-select ul li:hover {
  background-color: #dfe0e2;
}

.custom-select ul li:last-child {
  border-bottom: none;
}

.header-country-select {
  width: 8.25em;
  height: 2.5em;
  font-size: 1.1em;
  color: #d2d2d2;
  border: none;
  text-decoration: underline;
}

.header-country-select img {
  max-width: .5em;
  height: auto;
  margin-left: 1em;
}

.footer-country-select {
  border: none;
  color: #00546e;
  font-size: 1.5em;
  font-family: 'Poppins';
  margin-bottom: .5rem;
  text-decoration: underline;
}

.footer-country-select img {
  max-width: .5em;
  height: auto;
  margin-left: .5em;
}

.header-language-select {
  width: 4em;
  height: 2.5em;
  font-size: 1.1em;
  color: #00546e;
  border: none;
  text-decoration: underline;
}

.header-language-select img {
  max-width: .5em;
  height: auto;
  margin-left: 1em;
}

/* Careers */
.careers {
  position: relative;
}

.careers-top {
  padding-left: 8.3%;
  padding-right: 8.3%;
  margin-top: 3em;
}

.careers-top h1 {
  font-weight: bold;
}

.careers-container { 
  list-style-type: none;
  position: relative;
  padding: 0;
}

.careers-container li{
  position: relative;
  padding-bottom: 1em;
  padding-top: 1em;
  border-bottom: 1px solid #eee;
}

.careers-container li:last-child {
  border: none;
}

.careers-container img{
  width: 50%;
  display: inline-block;
}

.career-title {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  padding-left: 1%;
}

.career-actions {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);  
}

.careers-container h2{
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 0;
  margin-top: .5em;
  line-height: 1em;
  text-transform: uppercase;
}

.careers-container p{
  margin-top: 0;
}

.careers-button {
  border: 1px solid #1a8fb3;
  border-radius: 2em;
  margin-left: 1em;
  padding: .7em .9em;
  color: #1a8fb3;
  display: inline-block;
  cursor: pointer;
}

.careers-button.application {
  display: block;
  margin: 2em auto;
  width: 20%;
  text-align: center;
}

.careers-button:hover {
  text-decoration: underline;
}

.careers-button a{
  color: #1a8fb3;
}

.send-file-label {
  margin-right: .5em;
}

.mandatory-field {
  color: red;
  margin-left: 3px;
}

.error {
  color: red;
  font-size: .85em;
}

.application-message {
  text-align: center;
  margin: 1em 0;
}

/* About us employees */
.employee-title {
  text-align: center;
  margin: 1em 0;
}

.about-us-employees {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap; 
}

.about-us-employee {
  width: 30%;
  display: inline-block;
  margin: 2em 1.6%;
  text-align: center;
}

.about-us-employee h4 {
  margin-top: 1em;
  font-weight: 500;
  font-size: 1.5em;
}

.employee-image {
  margin: auto;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow:hidden;
}

.employee-image img {
  height: 100%;
  width: 100%;
}

.language-selector {
  position: relative;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.language-selector ul {
  position: absolute;
  left: 0;
  top: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent !important;
     left: 0 !important;
    margin-left: -4px;
     margin-top: 0 !important; 
    position: absolute;
    top: 0 !important;
    width: auto !important;
    height: 10px !important;
    border-width: 0 !important;
}

.select2-container .select2-selection--single {
  border: none !important;
}

.select2-container--open .select2-dropdown--below{
  border: none !important;
}

.select2-selection__rendered {
  text-align: left !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
     background-color: #ddd !important;
     color: #393A3B !important; 
}

/*.select2-container--default .select2-selection--single .select2-selection__arrow b img{
  position: absolute;
    top: 50%;
  }*/

.header-language-cont {
  display: inline-block;
  position: relative;
  width: 50%;
  vertical-align: top;
  top: -3px;
}

.post img {
  max-width: 100%;
}

.product-single-button {
  position: absolute;
  bottom: 5em;
}

.product-single-button button {
  position: relative;
  z-index: 10;
  height: 2.5em;
  border-radius: 2.5em;
  border: solid 1px #ffffff;
  font-size: 1em;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  outline: none;
  padding: 0 6em;
/*  left: 8.33%;*/
  margin-top: 3em;
}

.contact-container {
  display: inline-block;
  width: 48%;
  margin-right: 1%;
}

.contact-container ul{
  padding: 0;
}

/*.contact-container li{
  list-style-type: none;
  border-bottom: 1px solid #efefef;
  padding: 1em 0;
  display: block;
}*/

.contact-container li strong{
  font-weight: normal;
  float: right;
}

.form-control {
      display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: border-box;
}

#select2-country-selector-container {
  color: #ddd;
  text-decoration: underline;
}

#select2-language-selector-container {
  text-decoration: underline;
  color: #00546e;
}

#cookie-consent {
  padding: 1em;
  text-align: center;
  position: fixed;
  bottom: 0;
  display: block;
  color: white;
  background: #5dbadd;
  width: 100%;
  left: 0;
  box-sizing: border-box;
}

#cookie-consent button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #27556f;
  color: white;
  cursor: pointer;
  border: 0;
  border-radius: .2em;
  right: 2em;
  padding: .5em;
  transition: background .5s;
}

#cookie-consent button:hover {
  background: white;
  color: #27556f;
}


.form-group {
  margin: 1em 0;
}


































@media screen and (min-width: 1441px) { 
    .wrapper {
        max-width: 1920px;
    }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1440px) { 
    .wrapper {
        max-width: 90%;
    }
}

@media screen and (max-width: 720px) { 


  #cookie-consent button {
    position: relative;
    right: auto;
    margin-top: 0.5em;
  }
    .page-title {
        font-size: 2em;
    }
    .about-us-top-content-left {
        width: 100%;
        padding-bottom: 2em;
    }
    .about-us-top-content-mid {
        width: 100%;
    }
    /* .about-us-number {
        top: 6rem;
        left: 28%;
    } */
    .about-us-number img {
        position: absolute;
        top: 26em;
        right: 0;
        /* max-width: 80%; */
        width: 60%;
        opacity: .6;
    }
    .about-us-top-content-right {
        width: 100%;
    }

    .about-us-bottom-content {
        display: block;
    }
    .about-us-bottom-content-left {
        width: 100%;
    }
    .about-us-bottom-content-right, .about-us-bottom-content-right-left, .about-us-bottom-content-right-right {
        width: 100%; 
    } 

    .about-us-top-content {
        display: block;
    }

    .about-us-middle-content {
        display: block;
        margin: 0;
    }

    .about-us-middle-content-left {
        display: none;
    }
    
    .about-us-middle-content-right {
        width: 100%;
    }

    .about-us-middle-flags {
        margin: 0;
    }

    .about-us-middle-flags img {
        width: 60%;
    }

    .home-localtime {
        padding: 2em 0;
        padding-left: 8.33%;
        padding-right: 8.33%;
    }

    .localtime-item {
        width: 42%;
        margin: 5% 4%;
    }

    #header{
        /* display: none; */
        width: 100%;
    }

    #header .left {
        display: none;
    }

    .header-top {
        /* text-align: left; */
        margin: 8% 0;
    }

    .header-top .middle {
        width: 64%;
    }

    .header-top .middle img{
        /* width: 40%; */
        /* margin-top: 5%;
        margin-left: 5%; */
    }

    .header-top .middle p {
        margin-left: 5%;
        display: none;
    }

    .header-top .right {
        width: 33.33%;
        text-align: center;
    }

    .header-top .right select {
        width: 40%;
        display: inline-block;
        margin-top: 5%;
    }

    #hamburger {
        display: inline-block;
        width: 3em;
        /* margin-top: 5%;
        margin-right: 5%;
        margin-left: 10%; */
    }
    #hamburger img{
        width: 65%;

    }

    .logo {
        width: 45%;
    }

    .header-mobile-icons {
        display: inline-block;
        width: 50%;
    }


    .header-mobile-icons img {
        width: 28%;
        margin: 0 8%;
    }

    .header-language-select {
        height: unset;
    }

    #menu {
        display: none;
    }

    .header-bottom ul {
        display: block;
        text-align: right;
        height: auto;
    }

    .header-bottom ul li {
        padding-right: 1em;
        display: block;
        text-align: right;
        width: auto;
        height: auto;
    }

    .header-bottom ul li:first-child {
        padding-right: 1em;
        display: block;
        text-align: right;
        width: auto;
        height: auto;
    }
    .header-bottom ul li:last-child {
        padding-right: 1em;
        display: block;
        text-align: right;
        width: auto;
        height: auto;
        margin-bottom: 2em;
    }

    .wrapper{
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .home-top-content .title {
        margin-left: 5%;
        width: auto;
        display: block;
    } 

    .home-top-bottom button{
        width: auto;
        margin: auto;
        margin-top: 2em;
        display: block;
    }

    .home-top-content .title h1{
        font-size: 3.6em;
    }

    .container-padding.home-top {
        background-position: center;
    }

    .home-top-bottom p{
        width: auto;
        margin-left: 5%;
        margin-bottom: 0;
        line-height: 1.9em;
    }

    .home-middle-content div.left, .home-middle-content div.middle, .home-middle-content div.right{
        width: auto;
    }

    .home-middle-content div.middle{
        display: block;
    }

    .home-middle-content div.middle ul li{
        padding-left: 4em;
    }

    .home-product-selector-left {
        vertical-align: top; 
        margin-bottom: 2em;
    }

    .home-product-selector-right{
        margin-bottom: 2em;
    }

    .home-product-selector-left h4{
        display: none;
    } 

    .home-product-selector-right h4{
        display: none;
    }

    .footer {
        width: 100%;
        position: relative;
        padding-bottom: 3em;
/*        padding-top: 1em;*/
    }

    .footer-content {
      padding-top: 1em;
    }

    .container-padding {
        padding-left: 0; 
        padding-right: 0;
    }

    .footer-left {
        width: auto;
        display: block;
    }

    .footer-left-item{
        display: block;
        width: auto;
        text-align: center;
        padding: 0;
    }

    .footer-left-item h2 {
      margin-bottom: 0.2em;
    }

    .career-title {
      width: 100%;
    }

    .contact-info-item h2 {
      font-size: 27px;
    }

    .contact-container {
      padding-right: 0;
    }

    .contact-container h3{
      margin-bottom: 0;
    }

    .select-country{
        margin-left: 0;
    }

    .footer-right {
        margin-top: 2em;
        width: auto;
        display: block;
        text-align: center;
        padding-right: 0;
    }


    .reference {
        overflow-x: hidden;
    }

    .about-us {
        overflow-x: hidden;
        position: relative;
    }

    .products-container img {
        display: block;
        width: 100%;
    }

    .products-container div {
        display: block;
        width: auto;
    }

    /* .careers-container img {
        display: block;
        width: 100%;
    } */

    /* .careers-container div {
        display: block;
        width: auto;
    } */

    .careers-title {
        width: 100%;
    }

    .career-actions {
        width: 100%;
        position: relative;
        transform: unset;
    }

    .careers-button {
        margin: 0 1em 0 0;
    }

    .careers-button.application {
        width: 30%;
    }

    .about-us-employee {
        width: 100%;
    }

    .news-container li img {
        display: block;
        width: 100%;
    }

    .news-container div {
        display: block;
        width: auto;
    }

    .single-news-content {
        margin-top: 2em;
        width: 100%;
    }

    .single-news-content p, .single-news-content h3, .single-news-content h2, .single-news-content h4, .single-news-content h5, .single-news-content ul, .single-news-content ol {
        display: block;
        width: auto;
        margin: auto;
    }

    .single-news-content img {
        margin-top: 1.5em;
        margin-bottom: 1em;
    }

    .contact-info-container {
        display: block;
        margin: 0;
    }

    .contact-info-item {
        width: 100%;
        margin-top: 2em;
    }

    .contact-info-list {
        width: 100%;
    }

    .contact-item {
        display: block;
        width: auto;
        margin: auto;
        margin-top: 3em;
    }

    .contact-countries-list {
        margin: 1em 0;
    }

    .contact-countries-list li {
        display: inline-block;
        padding: .5em .8em;
        margin-right: 0;
        cursor: pointer;
        line-height: 1.2em;
        text-decoration: underline;
        font-size: 1.1em;
    }

    .support-countries-list {
        margin: 1em 0;
    }

    .support-countries-list li {
        display: inline-block;
        padding: .5em .8em;
        margin-right: 0;
        cursor: pointer;
        line-height: 1.2em;
        text-decoration: underline;
        font-size: 1.1em;
    }

    .support-info-container {
        display: block;
        margin: 0;
    }

    .support-info-item {
        width: 100%;
        margin-top: 2em;
    }

    .support-info-list {
        width: 100%;
    }

    .home-top-content .social-buttons {
        /* display: block;
        position: relative;
        right: auto;
        text-align: center;
        margin: 2em; */
        display: none;
    }

    .home-top-bottom {
        margin-top: 5em;
    }

    .home-middle-content div.middle p {
        display: block;
        width: auto;
        padding: 1em;
    }

    .home-middle-content div.middle li p {
        padding: 0;
    }

    .home-product-selector-right img {
        position: relative;
        top: 0;
        right: 0;
        max-width: 90%;
    }

    .home-product-selector-left img {
        position: relative;
        top: 0;
        left: 0;
        max-width: 90%;
    }

    .home-product-selector-right, .home-product-selector-left {
        background-size: cover;
        display: table-cell;
    }

    .reference-text-left {
        display: block;
        width: auto;
    }

    .reference-text-right {
        display: block;
        width: auto;
    }

    .reference-text-right p {
        display: block;
        width: auto;
        position: relative;
    }

    .reference-partner {
       display: block;
        width: auto; 
        text-align: center;
        margin-left: 0;
    }

    .reference-partners {
        display: block;
        width: auto;
        margin-top: 4em;
    }

    .single-product-content {
        width: 100%;
    }

    .single-product-content h2 {
        width: 100%;
    }

    .single-product-content p, .single-product-content h3, .single-product-content h4, .single-product-content h5, .single-product-content ul, .single-product-content ol{
        display: block;
        width: auto;
        margin-left: auto;
    }

    .single-product-content img {
        margin-top: 1.5em;
    }

    .single-product-background-color button {
        width: 70%;
        left: 15%;
    }

    .single-product-padding {
        padding-top: 2em;
    }

    .home-product-selector-right div {
        width: 100%;
        padding-left: 1em;
        top: -1em;
        position: relative;
    }

    .home-product-selector-left div {
        width: 100%;
        padding-right: 1em;
        top: -1em;
        position: relative;
    }

    .home-product-selector-left span, .home-product-selector-right span {
        font-weight: bold;
        position: relative;
        display: block;
        width: 80%;
        line-height: 1.2em;
    }

    .home-product-selector {
        display: unset;
      }

    .header-top .right a{
      display: none;
    }

    .header-top .right{
      padding-top: .5em;
    }
      








} /* @media end  */
