@media screen and (max-width: 767px) {
        a.menu {
            z-index: 100;
            font-size: 2.5rem;
            top: 0px;
        }
}
@media screen and (min-width: 576px) {
    #map-content .col-12:first-child {
        padding-top: 0;
    }
    #map-content{
        display: block;
        position: relative;
        background: 0;
    }
    ul.list-inline.legend li {
        color: #676767;
    }
    #show-map{
        display: none;
    }
    .item .col-12{
        padding: 0 9px;
    }
    header{
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    body.front{
        background: #fff;
    }
    footer{
        border-top: 1px solid #E0E0E0;
        display: inline-block;
        width: 100%;
        /*box-shadow: 0px -1px 5px rgba(0,0,0,0.1);*/
        padding: 24px 18px;
    }
    section#search-content {
        padding-bottom: 24px;
        background: #f5f5f5;
        margin-bottom: 24px;
    }
    h1 {
        padding: 42px 18px;
    }
    .card{
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        background: 0;
    }
    #search-filter .card{
        box-shadow: none;
        margin-bottom: 0;
    }
    footer ul {
     float: right;
     margin: 0;
    }
    footer small{
        float: left;
    }
    footer ul li{
        display: inline;
    }
    button.btn.btn-default{
        width: auto;
    }
    /************ OWL ***********/

    #carousel .img{
        height: 350px;
        background-size: contain !important;
    }
    .owl-stage {
        left: 0;
    }
    .owl-next, .owl-prev {
	   display: block;
	   cursor: pointer;
	   text-align: center;
	   position: absolute;
	   top: 0;
	   height: 100%;
	   width: calc(50% - 342px);
	   min-width: 80px;
	   z-index: 1000;
	   background: #000;
	}

    /* 1909 */
    .owl-prev i{
        position: absolute;
        color: #fff;
        top: calc(50% - 40px);
        /*left: calc(50% - 40px);*/
        left:50%;
        transform: translateX(-40px);
        font-size: 5rem;
    }
    .owl-next i{
        position: absolute;
        color: #fff;
        top: calc(50% - 40px);
        /*right: calc(50% - 40px);*/
        right:50%; 
        transform: translateX(40px);
        font-size: 5rem;
    }
    /* End 1909 */
    .owl-next.disabled i, .owl-prev.disabled i{
        color: #555;
    }
    .owl-prev{
        left: 0;
    }
    .owl-next{
        right: 0;
    }
}
@media screen and (min-width: 992px) {
    .owl-next, .owl-prev{
        width: calc(50% - 462px);
    }
}
@media screen and (min-width: 1200px) {
     .owl-next, .owl-prev{
        width: calc(50% - 552px);
    }
    .container-tabs {
        background: #fff;
        border-top: 1px solid #d4d4d4;
    }
    .nav-tabs {
        justify-content: center;
        border-bottom: 0;
        border-top: 0;
        /*border-left: 1px solid #d4d4d4;*/
        background: #fff;
        max-width: 1140px;
        padding: 0 18px;
        margin: 0 auto 36px;
    }
    .nav-tabs .nav-item {
        width: 250px;
        /*border-right: 1px solid #d4d4d4;*/
    }
}


@media screen and (max-width: 420px) {

    header{
        text-align:left;
    }

    .admin div.card {
        box-shadow: none;
        padding: 18px;
        margin: 18px -18px;
        background: #fff;
        border-radius: 0;
    }

    .switch-group {
        background: #f5f5f5;
        padding: 24px 18px 12px 18px;
        border-radius: 0;
        margin: 0 -18px 21px;
    }

    .switch--horizontal label {
        font-size: 0.9rem;
    }

    .btn.btn-primary.submit-btn {
        padding: 18px 80px 18px 22px;
        font-size: 0.85rem;
    }
    .admin #form h1, .admin #story h1 {
        margin: 30px 0;
    }

}