/* Logo header */
.line.line-logo .content {
    margin-top: -20px!important;
}

.gallery img.e-thumbnail {
    cursor: pointer;
}

.modal {
    display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 15%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */

}

.modal-content {
    margin: auto;
    display: block;
    max-height: 645px!important;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#close-gallery {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#close-gallery:hover,
#close-gallery:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.line.line-menu ul.navbar-nav>li .dropdown-menu li a {
    text-transform: none;
}


#heart {
  color: #f77;
}

img:hover {
  cursor: pointer;
}

.line.line-btn-donation .content {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


#yapla-consent-box .cm-btn-danger, #yapla-consent-box .cm-btn-success{
    color: black!important;
}
table td {
    vertical-align: top;
}

table img {
    display: inline-block;
    vertical-align: top;
}
.vp-target img {
    display: block !important;
    vertical-align: top !important;
    margin: 0 !important;
    padding: 0 !important;
}
@media screen and (min-width: 991px) {
    #mainMenu>ul>li{
        display:flex !important;
    }
    .line-top-header.sticked .container-fluid,
    .line-menu.sticked .container-fluid {
        background-color: #827199 !important;
    }
    .line-menu.sticked .container-fluid {
        top:110px !important;
    }
    .line.line-btn-donation.sticked .container-fluid{
        margin-top: 0px;
        position: fixed;
        width: 100%;
        top: 99px;
        left: 0;
        z-index: 1001;
        height:11px;
        background-color: #827199;
    }
}
.line.line-menu ul.navbar-nav>li a {
    line-height:1.8rem !important;
}
.line-top-header>div>div::before,.line-top-header>div>div::after{
    display:none;
}
.line-top-header>div>div{
    display:flex;
    flex-direction: row;
}
.line-top-header>div>div>div:first-child{
    flex:1;
}
.line-top-header>div>div>div:last-child{
    flex:auto;
}

.line-top-header .separator {
    display:none;
}

.line-top-header>div>div>div:last-child ul.mod-header.mod-header-wrapper {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding:20px 0 0 0;
}
.line-top-header>div>div>div:last-child ul.mod-header.mod-header-wrapper .header-ext.header-ext-login {
    background:transparent;
    display:flex;
    gap:20px;
}
.line-top-header>div>div>div:last-child ul.mod-header.mod-header-wrapper .header-ext.header-ext-custom {
    margin-right:20px;
    gap:20px;
}
.line-top-header>div>div>div:last-child ul.mod-header.mod-header-wrapper .header-ext.header-ext-custom img{
    min-height:15px;
    min-width:15px;
    max-height:15px;
}

#site-wrapper .navbar-toggle {
      margin-top: -52px;
}

@media screen and (max-width: 500px) {
    .line-top-header>div>div>div:last-child ul.mod-header.mod-header-wrapper .header-ext.header-ext-custom a:not(:last-child){
        display:none;
    }
}
@media screen and (max-width: 991px) {
    .line-top-header>div>div>div:last-child ul.mod-header.mod-header-wrapper {
        padding:0;
        margin-right:50px;
    }
    .line-top-header>div>div>div:last-child{
        width:auto;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    .mod-header .header-ext-login   {margin-right:30px !important;}
    .mod-header .header-ext+.header-ext {margin-right:30px; margin-left:10px !important;}
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
    .line.line-menu ul.navbar-nav>li>a:first-of-type {
        padding: 20px 10px 15px 20px !important;
    }
    .navbar-default .navbar-nav>li>a.dropdown-toggle {
        margin-left: -5px !important;
    }
}

