
/*--------------------------menu bar-------------------------------*/


.menu-bar {
    top: 0;
    padding: 0;
    height: 65px;
    width: 100%;
    background: #ffffff;
    z-index: 10;
    position: fixed;
    overflow: hidden;
}

.dopasujprezent-logo{
    background: url(/img/logo/dopasujprezent-logo-small.png) no-repeat;
    background-size: 200px;
    margin: 15px 0 0 20px;
    height: 40px;
    cursor: pointer;
    width: 200px;
    float: left;
}

.dopasujprezent-logo:hover{
    background: url(/img/logo/dopasujprezent-logo-small-act.png) no-repeat;
    background-size: 200px;
    cursor: pointer;
}

.link-bar{
    width: calc(100% - 580px);
    display: inline-block;
    text-align: right;
    margin: 10px 0 0 0 !important;
    border-right: 1px solid #1ba1e2;
}

.link-bar a{
    text-decoration: none;
    color: #3d4043;
    cursor: pointer;
}

.link-bar .list-element{
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
    font-family: 'Lato', sans-serif !important;
}

.link-bar .list-element:hover{
    color: #1ba1e2;
    cursor: pointer;
}

.link-bar .top20 {
    border: 1px solid #E76F51;
    color: #E76F51;
    cursor: pointer;
    font-weight: 900;
}

.link-bar .top20:hover {
    background-color: transparent;
    border: 1px solid #1ba1e2;
    color: #1ba1e2;
    cursor: pointer;
    font-weight: 900;
}

.search-menu{
    float: right;
    display: inline-block;
    width: 350px;
    height: 65px;
    font-size: 16px;
}

.open-detective{
    background: url(/img/icons/detectiveSimba-small.png) no-repeat left;
    background-origin: content-box;
    background-size: 40px;
    text-align: right;
    padding: 5px 15px 5px 10px;
    box-sizing: content-box;
    width: 115px;
    height: 58px;
    line-height: 60px;
    color: #1ba1e2;
    cursor: pointer;
    display: inline-block;
}

.open-detective:hover{
    background: url(/img/icons/detectiveSimba-small-act.png) no-repeat left;
    background-origin: content-box;
    background-size: 40px;
    line-height: 60px;
    color: #3d4043;
}

.search-menu .classic-search{
    padding: 0 !important;
    margin: 0 !important;
    height: 70px;
    line-height: 70px;
    width: calc(100% - 142px);
    color: #3d4043;
    cursor: pointer;
    display: block;
    float: right;
}

.search-menu i{
    padding-left: 20px;
}

.search-menu .classic-search:hover{
    color: #1ba1e2;
    text-decoration: none; !important;
    cursor: pointer;
}

.search-menu i:hover{
    color: #1ba1e2 !important;
}

.menu-bar i:hover {
    color: #000000;
    cursor: pointer;
    border-bottom: none; !important;
}

.mobile-menu-button{
    display: none;
    color: #3d4043;
    font-size: 35px;
    left: 25px;
    padding-top: 10px;
    position: absolute;
    z-index: 9;
}

.menu-bar .mobile-menu-button:hover, .menu-bar .fa-bars:hover{
    color: #1ba1e2;
    cursor: pointer;
}

.mobile-menu-list{
    display: none;
    position: fixed;
    background-color: #122C34;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    height: 100%;
    padding-top: 20vh;
    color: #ffffff;
    font-size: 24px;
}

.mobile-menu-list li{
    list-style: none;
    margin: 10px auto;
}

.mobile-menu-list .top20-container{
    margin-bottom: 20px;
}

.mobile-menu-list .top20{
    border: 1px solid #E76F51;
    color: #E76F51;
    padding: 10px 30px;
    font-weight: 600;
}

.mobile-menu-list a{
    color: #ffffff;
}

.mobile-menu-list .dropdown-link{
    padding-left: 15px;
}

.mobile-menu-list i{
    font-size: 35px;
    margin: 10px;
}


@media only screen and (max-width: 1024px) {
    .dopasujprezent-logo{
        display: none;
    }
    .link-bar {
        display: none;
    }
    .mobile-menu-button{
        display: block;
        transition: 0.2s;
    }
    .link-bar li {
        font-size: 13px;
    }
    .search-menu {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .search-menu {
        font-size: 16px;
        padding-top: 2px;
    }
}

@media only screen and (max-width: 420px) {
    .search-menu {
        font-size: 14px;
        width: 310px;
    }
}


@media only screen and (max-width: 365px) {
    .search-menu {
        font-size: 14px;
        width: 290px;
    }
    .search-menu .classic-search {
        width: calc(100% - 122px);
    }
    .open-detective{
        background-size: 30px;
        width: 95px;
    }
    .open-detective:hover{
        background-size: 30px;
    }
}


/*--------------------------footer-------------------------------*/


.footer{
    width: 100%;
    padding: 70px 20px 30px 20px;
    margin: -25px 0 0 0;
    background: #f6f6f6;
    display: flex;
}

.footer-logo{
    display: inline-block;
    width: 25%;
    padding: 20px;
    color: #3d4043;
    font-size: 14px;
    text-align: center;
}

.footer-logo img{
    width: 50%;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}

.footer h3{
    color: #1ba1e2;
    font-size: 22px;
    font-weight: 800;
    border-bottom: 1px solid CurrentColor;
    font-family: 'Lato', sans-serif !important;
}

.footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
}

.footer a{
    color: #3d4043;
    text-decoration: none;
}

.footer .top{
    color: #E76F51;
    font-weight: 600;
}

.footer a:hover{
    color: #1ba1e2;
    text-decoration: none;
}

.about-dopasujprezent, .other-dopasujprezent{
    width: 25%;
    display: inline-block;
}

.about-dopasujprezent{
    padding: 20px 50px 0 20px;
}

.other-dopasujprezent{
    padding: 20px 50px 0 0;
}

.follow-us{
    width: 21%;
    display: inline-block;
    text-align: right;
    padding: 30px 0 0 0;
    position: relative;
}

.follow-us .mailto-link{
    position: relative;
}

.follow-us .fa-envelope{
    font-size: 20px;
    position: absolute;
    top: 2px;
}

.follow-us .mail-address{
    margin-left: 28px;
}

.follow-us i{
    color: #ADADAD;
    bottom: 0;
    position: absolute;
}

.follow-us .fa-facebook{
    right: 45px;
}

.follow-us .fa-instagram{
    right: 0;
}

.follow-us i:hover{
   color: #122C34;
}

.copyright{
    height:25px;
    font-size: 14px;
    color:#3d4043;
    text-align: center;
    line-height: 25px;
    margin-top: -15px;
}


@media only screen and (max-width: 1024px) {
    .footer{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
    }
    .footer-logo{
        width: unset;
        grid-column-start: 1;
        grid-row-start: 2;
    }
    .about-dopasujprezent{
        width: unset;
        grid-column-start: 2;
        grid-row-start: 1;
        padding: 20px 50px 0 0;
    }
    .other-dopasujprezent{
        width: unset;
        grid-column-start: 2;
        grid-row-start: 2;
        padding: 0 50px 0 0;
    }
    .follow-us {
        width: 100%;
        text-align: center;
        display: block;
        grid-column-start: 1;
        grid-row-start: 2;
        margin: auto;
    }
    .follow-us i{
        position: unset;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 630px) {
    .footer-logo {
        font-size: 12px;
    }
    .footer h3{
        font-size: 20px;
    }
    .footer ul{
        font-size: 14px;
    }
    .follow-us .mail-address{
        font-size: 14px;
    }
    .follow-us .fa-envelope{
        font-size: 18px;
    }
}

@media only screen and (max-width: 550px) {
    .footer{
        display: block;
        padding: 70px 15% 30px 15%;
    }
    .footer-logo{
        width: 100%;
    }
    .about-dopasujprezent{
        width: 100%;
    }
    .other-dopasujprezent{
        margin-top: 30px;
        width: 100%;
    }
    .follow-us {
        width: 100%;
    }

}