html, body {
    margin: 0;
    padding: 0;
}

.mobile {
    display: none;
}

.lang-panel {
    position: absolute;
    right: 10px;
    top: 20px;
}

.lang-panel a.lang {
    padding: 10px 20px;
    background-color: #ed048b;
    color: #ffffff;
    font-weight: bold;
}

section.header img,
section.section-tree img,
section.section-five img {
    width: 100%;
}

section .box {
    padding: 100px 125px;
}

section.section-fore .box,
section.section-six .box {
    -webkit-box-shadow: inset 0px 30px 36px -16px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0px 30px 36px -16px rgba(0, 0, 0, 0.8);
}

section .box .title {
    font-family: "Gotham Pro", sans-serif;
    font-weight: lighter;
    color: #d4007d;
    font-size: 95px;
    line-height: 98px;
}

section .box .pre-title {
    font-family: "Gotham Bold", sans-serif;
    color: #ffffff;
    font-size: 50px;
    letter-spacing: 5px;
    text-transform: uppercase;
    /*padding-top: 20px;*/
}

section .box .highlight-title {
    font-family: "Gotham Pro", sans-serif;
    color: #ffffff;
    font-weight: lighter;
    font-size: 100px;
    text-transform: uppercase;
    padding-top: 25px;
}

section.section-two,
section.section-seven {
    background-color: #d60080;
}

.arrow-list {
    padding: 40px 0 0 0;
}

.arrow-list .list-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0;
}

.arrow-list .arrow {
    order: 1;
}

.arrow-list .arrow a.extendable img {
    transition: 0.5s;
}

.arrow-list .arrow a.extendable[aria-expanded="true"] img {
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
    transition: 0.5s;
}

.arrow-list .list-title {
    order: 2;
    color: #919193;
    font-family: "Gotham Narrow", sans-serif;
    font-size: 40px;
    padding-left: 20px;
}


.arrow-list .list-title a {
    text-decoration: underline;
    color: #919193;
}

.arrow-list .list-title a .fa {
    display: inline;
    position: relative;
    margin-left: 10px;
}

.arrow-list .list-title a .fa-file-pdf-o {
    display: inline;
    position: relative;
    margin-left: 0;
    margin-right: 10px;
}

.arrow-list .list-title .apps {
    margin: 0;
    padding: 0;
}

.arrow-list .list-title .apps li {
    display: inline-block;
    padding: 20px;
    list-style: none;
}

.arrow-list .list-title .apps li a {
    text-decoration: none;
}

.arrow-list .list-title .apps li a img {
    height: 60px;
    width: auto;
}

.item-list {
    padding: 40px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.item-list .list-item {
    flex-grow: 2;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 20px 40px 20px 0;
}

.item-list .arrow {
    order: 1;
}

.item-list .list-title {
    order: 2;
    color: #919193;
    font-family: "Gotham Narrow", sans-serif;
    font-size: 40px;
    padding-left: 20px;
}

.describe-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.describe-box .text {
    order: 1;
}

.describe-box .text .big-title {
    color: #ffffff;
    font-family: "Gotham Pro", sans-serif;
    font-size: 80px;
    text-transform: uppercase;
}

.describe-box .text .small-title {
    padding-top: 20px;
    color: #ffffff;
    font-family: "Gotham Pro", sans-serif;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
}

.describe-box .card {
    padding-left: 75px;
    padding-right: 75px;
    order: 2;
}

.describe-box .card img {
    border-radius: 15px;
    -webkit-box-shadow: -6px 0px 15px 3px rgba(0, 0, 0, 0.86);
    box-shadow: -6px 0px 15px 3px rgba(0, 0, 0, 0.86);
}

footer {
    padding: 50px 20px;
    -webkit-box-shadow: inset 0px 30px 36px -16px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0px 30px 36px -16px rgba(0, 0, 0, 0.8);
}

footer .footer-box {
    flex-grow: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

footer .footer-box div {
    padding: 0 25px;
}

footer .footer-box div,
footer .footer-box div a {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Gotham Narrow", sans-serif;
    font-weight: bold;
    font-size: 40px;
    text-decoration: none;
}

.check-in {
    text-align: left;
    padding: 90px 0 0 0;
}

.check-in .line {
    display: none;
}

.check-in a {
    text-decoration: none;
    background-color: #d60080;
    color: #ffffff;
    text-align: center;
    font-family: "Gotham Bold", sans-serif;
    padding: 20px 45px;
    font-size: 23px;
    text-transform: uppercase;
    transition: 0.5s;
}

.check-in a:hover {
    color: #d60080;
    background-color: #ffffff;
}

#productForm .modal-dialog .modal-content {
    border-radius: 25px;
    padding: 10px;
}

#productForm .modal-dialog .modal-content label {
    color: #d60080;
}

#productForm .modal-dialog .modal-content .btn-success {
    background-color: #d60080;
    border-color: #d60080;
}

#productForm .modal-dialog .modal-content .btn-success:hover {
    background-color: #cf3b93;
    border-color: #d60080;
}

#productForm .modal-dialog .modal-content input,
#productForm .modal-dialog .modal-content select {
    background-color: #3b3a3a;
    color: #ffffff;
    border: none;
}

.sava-osiguranje-logo {
    padding-top: 10px;
    height: 80px;
}

@media screen and (max-width: 1440px) {
    section .box {
        padding: 80px 100px;
    }

    section .box .title {
        font-size: 80px;
        line-height: 88px;

    }

    section .box .pre-title {
        font-size: 40px;
    }

    section .box .highlight-title {
        font-size: 90px;
    }

    .arrow-list .list-title {
        font-size: 35px;
    }

    .item-list .list-title {
        font-size: 35px;
    }

    .describe-box .text .big-title {
        font-size: 70px;
    }

    .describe-box .text .small-title {
        font-size: 40px;
    }

    .describe-box .card {
        padding-left: 50px;
        padding-right: 50px;
    }

    footer .footer-box div,
    footer .footer-box div a {
        font-size: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

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

    .lang-panel a.lang {
        padding: 5px 10px;
        font-size: 10px;
    }

    section .box {
        padding: 50px 30px;
    }

    section .box .title {
        font-size: 40px;
        line-height: 45px;

    }

    section .box .pre-title {
        font-size: 20px;
        font-weight: bold;
    }

    section .box .highlight-title {
        font-size: 30px;
        padding-top: 5px;
        line-height: 35px;
    }

    .arrow-list {
        padding: 20px 0 0 0;
    }

    .item-list {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .item-list .list-item {
        align-items: flex-start;
    }

    .list-item .arrow img {
        width: 40px;
    }

    .arrow-list .list-title {
        font-size: 20px;
    }

    .item-list .list-title {
        font-size: 20px;
    }


    .describe-box .text .big-title {
        font-size: 30px;
    }

    .describe-box .text .small-title {
        font-size: 20px;
    }

    .describe-box .card {
        padding-left: 0;
        padding-right: 0;
    }

    .check-in {
        padding-top: 30px;
        text-align: center;
    }

    .check-in a {
        font-size: 15px;
    }

    .check-in .line {
        display: block;
        width: 90%;
        height: 1px;
        background-color: #696969;
        margin: 0 auto 80px;
    }

    footer .footer-box div,
    footer .footer-box div a {
        font-size: 15px;
    }

    .sava-osiguranje-logo {
        padding-top: 10px;
        height: 60px;
    }

    .arrow-list .list-title .apps li a img {
        width: 200px;
        height: auto;
    }
}

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

    .lang-panel {
        right: 5px;
        top: 10px;
    }

    .lang-panel a.lang {
        padding: 3px 7px;
        font-size: 10px;
    }

    section .box {
        padding: 40px 20px;
    }

    section .box .pre-title {
        font-size: 15px;
    }

    section .box .highlight-title {
        font-size: 20px;
    }

    .describe-box .text .big-title {
        font-size: 25px;
    }

    .describe-box .text .small-title {
        font-size: 15px;
    }

}
