/*Bootstrap 4 CSS
------------------*/
input {
  accent-color: #002F5F;
}

a.pp-color{
  color: #59cbe8 !important;
  text-decoration: none;
}
a.contact-detail{
  color: #54585a !important;
  text-decoration: none;
}
a.contact-detail:hover{
  color:#59cbe8 !important; /*002F5F*/
  text-decoration: none;
}
a.contact-detail .arrow-right {
  font-size: 1em;
}
.address-border:after {
    content: "";
    padding-bottom: 1rem;
    border-bottom: 0.0625rem solid #dbdbdb;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
}
#swap-wrapper a{
  color: #59cbe8;
} 
#swap-wrapper {
  display: block;
}
#swapsection {
  display: block;
}
/* swap section */
.js-section-swap {
  /*overflow: auto;*/
  display: none;
}
.section-swap-container {
  margin-top: 2.5rem;
}
a.arrow-link {
  font-size: 1em;
  color: #54585a !important;
  text-decoration: none;
}
a.arrow-link {
  font-size: 1em;
  text-decoration: none;
}
a.arrow-link-left{
  color: #54585a !important;
}
a.arrow-link-left:hover{
  color: #59cbe8 !important;
}



/* Map */
.bg-map img {
  height: 650px;
}
.bg-map {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 650px;
  overflow-x: hidden;
}
.img.map, map area {
  outline: none;
}

.visible-xs {
  display: none;
}

.visible-xs img {
  width: 100%;
}

/* contact-form */
.contact-form {
  padding: 40px 40px 30px;
  background-color: #f0f4f5;
  border-radius: 26px;
}
.contact-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dbdbdb;
  opacity: 1; /* Firefox */
}
.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #dbdbdb;
}
.contact-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #dbdbdb;
}



.flag-land {
  display: flex;
}
.flag {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}

.unit-address .name {
  font-weight: bold;
  text-transform: uppercase;
}

.contact-persons {
  left: 5%;
}

.contact-persons .person {
  width: 97%;
  padding: 0 0 .25rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #B2B2B2;
}

.contact-persons .person:after, .contact-persons .person:before {
  content: " ";
  display: table
}

.contact-persons .person:after {
  clear: both
}

.contact-persons .person-name {
  width: 25%;
  float: left
}

.contact-persons .person-function {
  width: 42%;
  float: left
}

.contact-persons .person-phone {
  width: 33%;
  float: left;
  text-align: right;
  line-height: 2.5rem
}
a {
  font-weight: 400;
}

iframe {
  height: 25em;
  margin: 1rem auto;
}

/* RESPONSIVE CSS MOBILE UNITES
=================================================== */
@media (min-width: 576px) {
  /* (xs - for phones - screens less than 768px wide) */
}

@media (min-width:768px) {
  /*(sm - for tablets - screens equal to or greater than 768px wide)*/
}

@media (min-width:992px) {

  /*(md - small laptops - screens equal to or greater than 992px wide)*/
  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width:1200px) {
  /*(lg - for laptops and desktops - screens equal to or greater than 1200px wide)*/
}

@media (min-width: 1260px) {
  /* lg */
}

@media (min-width: 1440px) {
  /* lg */
}

/* For tablets */
@media screen and (max-width: 767px) {
  .contact-persons {
    left: 0;
    padding-top: 15px
  }

  .container-contact-width {
    margin-left: 5%
  }

  a.arrow-link-left {
    margin-left: 5%
  }

  .contact-persons .person-name {
    width: 100%;
    float: none;
    padding-bottom: .25rem
  }

  .contact-persons .person-email {
    width: 100%;
    float: none;
    padding-bottom: .25rem
  }

  .contact-persons .person-phone {
    width: 100%;
    float: none;
    text-align: left;
    padding-bottom: .25rem
  }
}

/* For mobiles (xs) */
@media screen and (max-width: 576px) {
}

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

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

@media (max-width: 991px) {
  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .contact-persons .person-name {
    width: 100%
  }

  .contact-persons .person-function {
    width: 100%
  }

  .contact-persons .person-phone {
    width: 100%;
    text-align: left
  }
}
