#header-django{
    opacity: 0.9;
}

/* #header-django.header-agencies{
    min-height: auto;
} */
/*
header.header-fixed.header-agencies+#cms-content, header#header-django.header-fixed.header-agencies:not(.main-page)~#cms-content{
    margin-top: 70px;
} */

header.position-fixed + #cms-content, header.header-fixed + #cms-content, header#header-django.header-fixed:not(.main-page) ~ #cms-content{
    margin-top: 70px;
}

#activity-profile-booking-detail .flatpickr-days{
    width: 100% !important;
}

@media (min-width: 992px){
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
    }
}
@media only screen and (max-width: 767.98px){
	.carousel-default {
	    margin-top: 70px;
	}
	
	button.col.btn-list:not([type="submit"]) {
    		display: none;
	}
	
}

@media only screen and (max-width: 992px) {
  #btn-collapse-filter {
    display: none !important;
  }
}

/* .header-social{
	display: grid;
    grid-template-columns: auto auto;
} */
.header-social a{
    margin: 0.1rem;
}

#header-django .language-selector.d-lg-block{
    margin-right: 0;
}

#header-django .language-selector button{
    padding: 0;
    padding-right: 0.5rem;
}

@media only screen and (max-width: 1275px){
	/* #header-django .logo-container.col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0 !important;
        -ms-flex-positive: 1;
        flex-grow: 1 !important;
        max-width: 100% !important;
    }

    #header-django .main-menu li {
        padding: 0rem 0.25rem;
    } */
    #header-django .main-menu li a {
        font-size: 0.65rem;
    }
}

.activity-detail #extra_container .container-collapse{
    display: none;
}

header.header-fixed.header-agencies + #cms-content .section-activity-navbar{
    padding-top: 95px;
    margin-top: -95px;
}


#navbar div a:not(:last-child){
    border-color: #343a40;
}

.activity-detail #section-location{
    display: none;
}

#navbar div a:not(:last-child){
    border-color: #343a40;
}

#header-django.position-fixed + #cms-content, #header-django.header-fixed + #cms-content, #header-django.header-fixed:not(.main-page) ~ #cms-content {
    margin-top: 70px;
}