
body {
    overflow-x: hidden;
    /*font-family: 'Raleway', sans-serif;*/
    /*font-weight: 600;*/
    -webkit-background-size: contain;
    background-size: contain;

}

span {
    /*font-family: 'Raleway', sans-serif;*/
    /*font-weight: 400;*/
}

p {
    /*font-family: 'Raleway', sans-serif;*/
}

.container {
    background-color: white;
    width: 100%;
}

.logo {
    width: 200px;
    height: 145px;

}

.logo-text {
    padding-top: 60px;
}

h4 {
    font-weight: 700;
}

.pi-img {
    width: 40px;
    height: 40px;
    position: relative;
    right: 14px;
}

p {
    text-align: justify;
}

.navbar-default {
    background-color: #d58864;
    border-radius: 0;
    border: none transparent;
}

.btn {
    border-radius: 0;
}

.nav > li > a {
    min-height: 50px;
    font-family: 'Raleway', sans-serif;
}

.nav-pills > li.active > a:focus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #DA291C;
    background-color: transparent;
}

.col-md-8 > img {
    width: 100%;
    height: 50vh;
    object-position: center;
    object-fit: cover;
}

.text-italic {
    font-style: italic;
    font-weight: 600;
}

.text-download {
    font-size: 15pt;
    font-weight: 500;
}

.text-border {
    border-bottom: 1px solid #777;
    margin-top: 8px;
    overflow: hidden;
}


.nav_kangaroo {
    width: 100%;
    padding: 20px 10%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.nav_kangaroo > a > img {
    width: 150px;
}

.nav_kangaroo a > h3 {
    font-weight: bolder;
    font-style: italic;
}

nav ul {
    display: flex;
}

nav ul li {
    margin-left: 20px;
    list-style-type: none;
}

nav ul li a {
    color: #24201F;
    font-size: 15pt;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

nav .selected a {
    color: #DA291C;
}

nav ul li a:hover {
    color: #DA291C;
}

.gallery-size {
    width: 350px !important;
    height: 250px;
    position: relative;
    border: solid 5px #DA291C;
    padding: 10px;
    margin: 10px;
}

.email-top {
    position: absolute;
    margin-top: 89px;
    margin-right: 20px;
    font-style: italic;
}

.navbar {
    margin-bottom: 0;
}

.gallery_1 {
    margin-top: 10px;
    padding: 20px 20% !important;
    width: 100%;
}

.front-img {
    margin-top: 10px;
    width: 100%;
    height: 360px;
}

.text-content {
    margin-top: 40px;
    margin-bottom: 40px;
}

.col-md-offset-9 {
    margin-left: 72%;
}

.sc-logo {
    color: #EEEEEE;
    /*background: white !important;*/


}

.fa-file-word-o, .fa-file-excel-o {
    color: blue;
}

.fa-file-pdf-o {
    color: red;
}

.sc-logo-width {
    width: 100px;
    margin: 6px;
}

.footer {
    color: #EEEEEE;
    background-color: #24201F;
    margin-top: 40px;
    padding: 10px;
}

.copyright {
    margin-left: 36.222%;
    padding-top: 16px;
    color: #EEEEEE;
    position: relative;
    top: 27px;
}

.col-md-8 img {
    width: 100% !important;

}

.table {
    border: 1px solid #ddd;
}


@media (min-device-width: 320px ) and (max-device-width: 933px) {
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

    .head-responsive {
        display: none;
    }

    .nav-pills > li {
        float: none;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #72bcd4;
    }

    .logo-text {
        padding-top: 0;
    }

    .email-top {
        margin-top: 0;
    }

    .logo {
        margin-top: 0;
        margin-bottom: 0;
    }

    .sc-logo {
        padding-top: 10px;
        text-align: center;
        background-color: white;
    }

    .copyright {
        /*padding-top: 0;*/
        margin-left: 18px;
        text-align: center;
        top: 0;
    !important;
        margin-bottom: 16px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-top: 50px;
    }

    html, body {
        overflow-x: hidden;
    }

    .front-img {
        height: 185px;
    }

    .text-download {
        font-size: 12pt;
    }

    .text-download .btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


.nav-tabs li a:hover {
    background: none !important;
    color: black;
}

.gallery_1 {
    padding: 20px 6%;
}

.search-btn-styling {
    margin-left: 24px;
    margin-right: 10px;
    margin-bottom: 4px;
}

.form-control {
    border-radius: 0 !important;
}

.th-padding-left {
    padding-left: 10px;
}

#data-table-winner_wrapper {
    margin-top: 50px;
}

nav > ul > li {
    position: relative;
}


nav > ul > li > ul {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    transition-duration: 1s;
    background-color: #545252;
    width: 100% !important;
    display: block;
    z-index: 999;
}

nav > ul > li:hover > ul {
    max-height: 15vh;
}

/*nav > a {*/
/*    color: #0a0101 !important;*/
/*}*/

.nav-pills > a {
    color: #24201F !important;
}

a:hover {
    color: #DD0000 !important;
}

nav ul li ul li.child.selected a {
    color: #e84236 !important;
}


nav ul li ul li a {
    color: white !important;
}


/*KRYEFAQJA NEW */


.sector-container-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.main-page-sector-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.linguistic-container-content, .science-container-content {
    width: 60%;
    border-width: 2px;
    border-style: solid;
    padding: 30px 20px;
    border-radius: 10px;
}

.linguistic-container-content {
    border-color: #F6A056;
}

.science-container-content {
    border-color: #ef8d8d;
}

.main-page-sector-container img {
    width: 10vw;
    height: 10vw;
    object-fit: cover;
}

.button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px 10%;
    margin-top: 10px;
}

.button-container > a {
    text-decoration: none;
    background: #DA6F3A;
    padding: 5px;
    border-radius: 30px;
    color: white;
    min-width: 120px;
    text-align: center;
}

.button-container > a:hover {
    color: #181212 !important;
}

.science-container-content .button-container > a {
    background: #E41E20 !important;
}


/*Kryefaqja*/

.kryefaqja-container {
    width: 100vw;
}


.kryefaqja-image-container {
    width: 100%;
}

.kryefaqja-image-container > img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.kryefaqja-text-container {
    width: 80%;
    margin: 30px auto;
}

@media screen and (max-width: 1400px) {
    nav > ul > li > a {
        font-size: 16px;
    }

    .nav_kangaroo > a > h3 {
        font-size: 20px;
    }

    .nav_kangaroo > a > img {
        width: 100px;
    }

    .nav_kangaroo {
        padding: 20px 2%;
    }

    nav > ul > li > ul > li > a {
        font-size: 12px;
    }

    nav > ul > li:hover > ul {
        max-height: 20vh;
    }


}


/*///////// RESPONSIVE*/


@media screen and (max-width: 900px) {

    nav > ul > li > ul {
        padding: 0;
    }
}


@media screen and (max-width: 800px) {
    .sector-container-main {
        flex-direction: column;
    }

    .main-page-sector-container {
        margin: 20px 0;
    }

    .linguistic-container-content, .science-container-content {
        width: 85%;
    }

    .main-page-sector-container img {
        width: 80px;
        height: 80px;
    }


    li.selected > ul {
        position: unset;
        max-height: 20vh;
    }


}


@media screen and (max-width: 780px) {

    .nav_kangaroo {
        display: flex;
        flex-direction: column;
    }
}


@media screen and (max-width: 600px) {
    nav > ul {
        display: flex;
        flex-direction: column;
        margin-right: 10px;
    }

    nav > ul > li {
        margin: 5px 0;
    }

    .nav_kangaroo > a {
        margin-right: 10px;
    }


    nav > ul > li:hover > ul {
        max-height: 0;
    }

}