﻿

.nav-link {
    border-radius: 10px;
    transition-duration: 0.5s;
}

    .nav-link:hover {
        -webkit-box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
        -moz-box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
        box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
    }

.mbot-5 {
    margin-bottom: 5px;
}
.button.alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
    color: #555 !important;
}

.p-t_b{
    padding-top:9px!important;
    padding-bottom:9px!important;
}

.button_title {
    margin-bottom: 0px;
}
#empty {
    background-color: #0e243d;
    border-bottom-right-radius: 100px;
}

#logo {
    background-color: #17365d;
    border-bottom-right-radius: 100px;
    margin-right: 0px;
}

#botttom {
    height: 170px;
}

#empty {
}

@media (min-width: 992px) {
    #logo_img {
        vertical-align: middle;
        border-style: none;
        width: 200px;
    }
}

@media (min-width: 300px) {
    #logo_img {
        vertical-align: middle;
        border-style: none;
        max-width: 150px;
    }
}

#Footer {
    color: #ffffff;
    background-color: #1e1e1e;
    padding-top: 20px;
    border-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    bottom: 0;
    width: 100%;
}


#uslugi {
}

#what_is_GDPR {
    margin-right: 0px;
    margin-left: 0px;
    background-color: rgba(88,140,201,0.66);
}

#what_new {
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgba(88,140,201,0.66);
}
/*-----------------------------------------------------*/


.right_col {
    transition-duration: 2s;
}

.left_col {
    transition-duration: 2s;
}
.content {
    padding-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5px;
}



/*drop-down*/



.dropbtn {
    font-size: 100%;
    font: inherit;
    color: rgba(255,255,255,.5);
    padding: 16px;
    border: none;
    cursor: pointer;
    display: block;
    padding: .5rem 1rem;
    padding-right: .5rem;
    padding-left: .5rem;
    border-radius: 10px;
    transition-duration: 0.5s;
}

button:focus {
    outline: 1px dotted;
    outline: none !important;
}



.dropbtn:hover, .dropbtn:focus {
    color: white;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
    box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    z-index: 1;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(117,179,255,1);
    -moz-box-shadow: 0px 10px 50px 0px rgba(117,179,255,1);
    box-shadow: 0px 10px 50px 0px rgba(117,179,255,1);
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-radius: 10px;
    }

.dropdown a:hover {
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
    box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
}



.show {
    display: block;