@charset "UTF-8";

.header-top .header-container .logo{
    top:0px !important;
}

.header-top .header-container,
.dsn-nav-bar.nav-bg > .header-top > .header-container{
    padding:10px 50px;
}

.header-top .header-container .logo img{
    width: 160px;
    height:auto;
}

.footer .footer-links .footer-block .footer-logo{
    width:90%;
}

.mfp-iframe-scaler{
  position:relative;
}

.mfp-iframe-scaler button.mfp-close{
  position:absolute;
  top:-10px;
  right:-10px;
}

/*Go to top*/
  #gotoTop {
    display: inline-block;
    background-color: #FFF;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    /*opacity: 0;
    visibility: hidden;*/
    z-index: 1000;
  }

  #gotoTop:hover {
    cursor: pointer;
    background-color: #333;
  }
  #gotoTop:active {
    background-color: #555;
  }
  #gotoTop.show {
    opacity: 1;
    visibility: visible;
  }