﻿#primary-menu ul li a:hover {
    background-color: #3f8dbf;
    color: white !important;
}
#header .button.button-border:hover .multi-lang {
    color: #000000 !important;
}

#login-box span.multi-lang {
    color: #000000;
}

#login-box .modal-title {
    padding-left: 10px;
}

#login-box a {
    cursor: pointer;
}
.dark .copyRight{
    color: rgba(255,255,255,0.25)!important
}
.modal-open {
    overflow: unset;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#login-box span.multi-lang.login-text {
    color: white;
    font-weight: bold;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

input:focus:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

input[disabled]:focus:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.standard-logo img{
    padding: 20px 0;
    transition: all 0.4s ease;
}

#header.sticky-header:not(.sticky-style-2) #logo img{
    padding: 10px 0;
    transition: all 0.4s ease;
}
#logo a.standard-logo{
    display: block !important
}

.lang-flag img{
    width: 25px;
    height: 25px
}

.change-viewport-reserve{
    height: 26px;
}

.change-viewport{
    display:none;
    text-align:center;
    background: black;
    padding: 3px 0;
    font-weight: bold;    
    position: fixed;
    width: 100%;
    left: 0;
    z-index:99;
    overflow: hidden;
    height: 26px;
    line-height: 20px;
    color: white;
    bottom: calc(100% - 26px);
}

.bottom-state .change-viewport-text{
    display:none;
}

.bottom-state{
    animation: bottomState 1s ease;
    animation-fill-mode:forwards;
}

.top-state{
        background: black;
        left: 10px;
        width: 50px;
        border-radius: 50%;
        bottom: 15px;
        font-size: 22px;
        height: 50px;
        line-height: 50px;
        animation: topState 1s ease;
        animation-fill-mode:forwards;
}

.fa-mobile::before{
    font-size: 20px !important;
}

.bottom-state .fa-mobile::before{
    font-size: 30px !important;
}


@keyframes bottomState {
  50% {
      left: 10px;
      width: 50px;
      border-radius: 50%;
      bottom: calc(100% - 50px);
      font-size: 22px;
      height: 50px;
      line-height: 50px;
  }
  100% {
      left: 10px;
      width: 50px;
      border-radius: 50%;
      bottom: 15px;
      font-size: 22px;
      height: 50px;
      line-height: 50px;
      background: #0a0885;
  }
}

@keyframes topState {
  50% {
      left: 0;
      width: 50px;
      border-radius: 50%;
      bottom: calc(100% - 50px);
      font-size: 22px;
      height: 50px;
      line-height: 50px;
  }
  100% {
      left: 0;
      width: 100%;
      border-radius: 0;
      bottom: calc(100% - 26px);
      font-size: 14px;
      height: 26px;
      line-height: 20px;
  }
}

.back-to-top-btn{
    width: 50px;
    height: 50px;
    border-radius: 10%;
    background: white;
    text-align: center;
    line-height: 60px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    cursor: pointer;
    display: none;
    opacity: 0;
    z-index:99;
}

.fa-arrow-up:before {
    font: normal normal normal 28px/1 FontAwesome;
}


@media only screen and (max-width: 991px){
    #header.full-header .container.container_main-menu{
        margin: 0;
        padding: 0 !important;
        width: 100% !important;
    }
    .modal-content{
        max-width: 350px;
    }
    .flag-menu, .btn-ctn{
        float: none !important;
        text-align: center;
    }
    .set1{
        margin-bottom: 0 !important;
    }
    #logo img{
        display: inline-block;
    }
    #primary-menu-trigger{
        opacity: 1;
        width: 85px;
        height: 57px;
    }
    #primary-menu ul li a{
        padding-left: 20px !important;
    }
    
    .icon-reorder:before{
        font-size: 34px
    }

}

.password-hint-ctn{    
    margin: -12px 0 10px;
    padding-left: 10px;
    display: none;
}

@media only screen and (min-width: 767px){
   #divP2P .col_one_third{
        margin-left: 12.9% !important; 
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 320px){
    #header.full-header .container.container_main-menu{
        margin: 0;
    }
    .modal-content{
        max-width: 300px;
    }
    .set1 .flag-menu{
        padding: 5px 0;
    }
}

@media all and (orientation: landscape) {
    .mobile .col_one_third{
        width: 46%;
        float: left;
        margin: 0 2% !important;
        margin-bottom: 50px !important;
    }
    .mobile #content .container{
        width: 100% !important;
    }
}