.page-header {
  background: rgb(174,210,239);
  background: linear-gradient(90deg, #8daad5 0%, #3d45b0 50%); 
  transition: all 0.5s;
  z-index: 15;
  position: relative;
  width: 100%;
  margin-top:0px;
  /**opacity: 0.8;**/
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
 
}

.mobilenav-active > .page-header{
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
}
body.shrink>.page-header {
  position:fixed;
  top: 0; 
  width:auto;
  z-index: 10;
}
@media (min-width:991px){
  .header-spacer,.page-header{
    height: 172px;
  }
}
.header-spacer,.page-header{
  height: 120px;
}
.page-header>.container {
  position: relative;
}
.page-header .logo {
  height: 111px;
  transition: all 0.5s;
  width: auto;
  display: block;
  position: relative;
  /* padding-right: 15px; */
  float: right;
  padding:10px;
}

body.scrolled>.page-header .logo{
  height: 75px;
}
body.scrolled>.page-header{
  /**height: 40px;
  padding-top: 5px;
  padding-bottom: 0px;**/
  position:fixed;
  z-index:99999;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.7);
  height: 80px;


}
.page-header h1{
  padding-bottom: 32px;
  border-bottom: 1px solid #a9a9a970;
}
@media (min-width: 576px){

}
@media (min-width: 991px) {
  .page-header .logo,
  body.scrolled > .page-header .logo {
    height: auto;
    margin-top: 0px;
    width: 255px;
  }
  
  .page-header,
  body.scrolled > .page-header {
    position: static;
    height: 236px;
    opacity: 1;
    padding-top: 0px;
    padding-bottom: 15px;
    margin: 0 auto;
    box-shadow:none;
    margin-bottom:20px;
    /**box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);**/
  }
  
  .page-header {
    margin: 0px 0 20px;
    box-shadow:none;
    border-bottom:none;
    /**box-shadow: 0px 0px 20px 0px rgba(141,141,141,1);**/
    background-position: 50% -10%;
    background-size:unset;
  }
  
  .page-header h1{
    border-bottom:none;
    padding-bottom: 40px;
  }
  
  .header-spacer{
      height: 0px;
  }
  
  .topbar{
    max-width:960px;
  }
  
  .page-header .logo{
    /*left:0;*/
    float:right;
  }
  
  ul.horizontal-icons li a img {
    width: 60px;
  }

  .desktop-icons{
    display:inline-block;
  }
  .divider-pageheader {
    height: 100% !important;
    border-bottom: 0px solid white !important;
    border: none;
  }

  .mobile-container{
    display:none;
  }
}
@media (min-width: 992px){

}
@media (min-width: 1200px) {
  .topbar{
    max-width:1110px;
  }
}
.topbar {
  width: 100%;
  /*padding-right: 15px;
  padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}
.desktop-icons{
  display:none;
}
.topicons-svg{height:15px;}
.topicons + .desktop-icons{display:none;}


@media (max-width: 340px){
  .topicons a{
    padding: 0px 10px 0 5px !important; margin: 0 auto;
  }
  ul.horizontal-icons li a img {
    height:22px;
  }

  .autoheight.owl-carousel .slide>*:first-child, .autoheight.owl-carousel .slide{
    height:auto !important;
    max-height:450px;
  }
}

ul.horizontal-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
.horizontal-icons li{float:left; border-bottom: none !important;}
.horizontal-icons li img {vertical-align: left;}


ul.horizontal-icons li a img {
  width: 50px;
  height:19px;
}

.topicons li:last-child a{padding:0;}


.topbar{display:block;}
.topicons{margin: 0 auto; float:left;}
@media(min-width:769px){
  .topicons{margin: 0 auto; /*float:right;*/}
  ul.horizontal-icons li a img {
    width: 22px;
  }
}
.topicons a {padding: 0px 9px 0 5px; margin: 0 auto;}

.toplinks{
  text-decoration: none;
  color:grey;
  font-size: 12px;
}

.toplinks:hover{
  text-decoration: none;
  color:grey;
  
}

.topbar p{
  font-size:11px;
}

.bottom-text {
  position: absolute;
  bottom: 11px;
  left:0;
}

.bottom-text p:last-child{
  padding:0;
  margin:0;
}
.mobilenav .topicons{
  float:none;
}

.divider-pageheader {
 
}

.page-header li {
  list-style:none;
}

.btn-lang {
  padding: 3px 10px;
  background: white;
  border-color: #bebebe60;
}