﻿html,
body {
    margin: 0;
    padding: 0;
}

h3.mng-tm {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin: 30px 0 20px;
    font-family: tele-groteskhalregular, Arial, Helvetica, Verdana, sans-serif;
    border-bottom: 1px solid rgb(213, 213, 213);
}
 
.article-intro.management-first .img-holder-intro {
    float: left;
    height: 123px;
    width: 200px;
    overflow: hidden;
    margin-right: 15px;
}

.article-intro.management-first {
    clear: both;
    min-height: 139px;
    height: auto;
}

.img-holder-intro {
    float: left;
    height: 123px;
    width: 200px;
    overflow: hidden;
    margin-right: 15px;
}

@media (max-width: 410px) {
    .img-holder-intro, .article-intro.management-first .img-holder-intro {
        clear: both;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 20px;
    }

        .img-holder-intro img {
            max-width: 200px;
        }
}


/*
.img-holder-article {
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow: hidden;
}
*/
.img-holder-article {
    width: 100%;
    /* height: auto; */
    /* max-height: 230px; */
    overflow: hidden;
    margin-bottom: 10px;
}

    .img-holder-article img {
        margin-right: 10px;
        width: 65%;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

        .img-holder-article img:hover {
            width: 100%;
            height: auto;
            overflow: auto;
            max-height: 100%;
            cursor: pointer;
            margin-bottom: 10px;
        }

    .img-holder-article p {
        margin: 0;
        line-height: 17px;
    }

.article-intro {
    clear: both;
    min-height: 129px;
    height: auto;
}

    .article-intro h2 {
        font: 13px Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin: 0 0 2px 0;
        padding: 0 0 10px 0;
        border: 0;
        text-transform: none;
    }

h1.article-mng {
    line-height: 32px;
    margin: 0 0 20px;
    padding-top: 2px;
    font-size: 30px !important;
    line-height: 24px;
    font-weight: normal;
    color: #333;
    text-transform: none;
}

a.btn.btn-default.read-more {
    border: 0;
    background-image: url(../images/link-profile.gif);
    background-repeat: no-repeat;
    background-position: left 1px;
    padding: 0 0 0 20px;
    line-height: 13px;
}

    a.btn.btn-default.read-more:hover, a.btn.btn-default.read-more:focus {
        background-color: transparent;
    }


span.print-icon {
    border: 0;
    background-image: url(../images/print-icon.gif);
    background-repeat: no-repeat;
    background-position: left 1px;
    padding: 0 0 0 20px;
    line-height: 13px;
}

span.download-icon {
    border: 0;
    background-image: url(../images/download-icon.gif);
    background-repeat: no-repeat;
    background-position: left 1px;
    padding: 0 0 0 20px;
    line-height: 13px;
}




/* Archive filtering - Years */


/* TEST - Arhiva */


.archive-years-filter button.slick-prev {
    background-image: url('../images/arrow-left-filter.png');
    background-repeat: no-repeat;
    background-position: right;
}


.archive-years-filter button.slick-next {
    background-image: url('../images/arrow-right-filter.png');
    background-repeat: no-repeat;
    background-position: left;
}




.archive-years-filter {
    background: white;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 3px #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    padding: 15px 23px;
    height: 53px;
    overflow-y: hidden;
    margin-bottom: 10px;
    display: none;
}

    .archive-years-filter > .slick-prev, .archive-years-filter > .slick-next {
        bottom: 0;
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 0;
        display: block;
        width: 20px;
        height: 20px;
        margin-top: 0;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        /*background: transparent;*/
    }

        .archive-years-filter > .slick-prev:before {
            display: none;
            position: absolute;
            width: 20px;
            height: 23px;
            content: '';
            background-image: url('../images/arrow-left-filter.png');
            background-repeat: no-repeat;
            background-position: left;
        }


        .archive-years-filter > .slick-next:before {
            display: none;
            position: absolute;
            width: 20px;
            height: 23px;
            content: '';
            background-image: url('../images/arrow-right-filter.png');
            background-repeat: no-repeat;
            background-position: center;
        }


    .archive-years-filter > .slick-prev {
        left: 5px;
        top: 15px;
    }

    .archive-years-filter > .slick-next {
        right: 5px;
        top: 15px;
    }


    .archive-years-filter .slick-track {
        text-align: center;
    }

    .archive-years-filter .slick-slide.slick-active {
        background-image: url('../images/gray-border.jpg');
        background-repeat: no-repeat;
        background-position: right 5px;
        padding-bottom: 15px;
    }


.slick-slide.slick-active.activeYear a {
    background-image: url('../images/blue-border.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 17px;
}

.archive-years-filter a {
    right: 5px;
    color: #427bab;
}

    .archive-years-filter a:hover, .archive-years-filter a:focus {
        text-decoration: none;
    }





/* End of test Arhiva*/



/* End of Archive filtering - Years */


/* Ceni - Landing  */


.phone-wrapper span.price2 {
    line-height: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #E20074;
    padding: 10px 0 8px;
}

.p-uredi-cena {
    margin: 0px auto;
    width: 100%;
    max-width: 160px;
    display: block;
}

    .p-uredi-cena:before, .p-uredi-cena:after {
        content: '';
        display: table;
        clear: both;
    }

.p-left {
    float: left;
    width: 50%;
    text-align: center;
}

.p-right {
    float: right;
    width: 50%;
}

span.price2 {
    line-height: 100%;
    font-size: 35px;
    font-weight: 700;
    color: #E20074;
    padding: 10px 0 8px;
    font-family: tele-groteskhalregular;
}


.p-rates {
    color: #e20074;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'tele-groteskhalregular';
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    margin: 0 auto;
    padding-top: 0;
    display: block;
}

.p-currency {
    max-width: 54px;
    color: #e20074;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #e20074;
    font-family: 'tele-groteskhalregular';
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    margin: 0 auto;
}


.txt-cena-naslovna {
    font-size: 17px;
    text-decoration: none;
    color: #5e5e5e;
    border-top: 1px solid#ccc;
    max-width: 170px;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 5px;
}

/* Brzi Linkovi*/

.brzi-linkovi-container p {
    margin-top: 10px;
}

.top-link h4 {
    color: #5e5e5e;
    margin-top: 8px;
}



/**/




#myCarousel2 span.glyphicon.glyphicon-chevron-left {
    width: 39px;
    background-image: url(/images/left-arrow.png);
    height: 107px;
    background-repeat: no-repeat;
}

#myCarousel2 span.glyphicon.glyphicon-chevron-right {
    width: 39px;
    background-image: url(/images/right-arrow.png);
    height: 107px;
    background-repeat: no-repeat;
}

#myCarousel2 .glyphicon-chevron-left:before, #myCarousel2 .glyphicon-chevron-right:before {
    content: "";
}

#myCarousel2 .carousel-control .icon-prev, #myCarousel2 .carousel-control .glyphicon-chevron-left {
    left: 0;
}

#myCarousel2 .carousel-control .icon-next, #myCarousel2 .carousel-control .glyphicon-chevron-right {
    right: 0;
}

#myCarousel2 .carousel-control .glyphicon-chevron-left, #myCarousel2 .carousel-control .icon-prev {
    margin-left: 0;
}

#myCarousel2 .carousel-control .glyphicon-chevron-right, #myCarousel2 .carousel-control .icon-next {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    #myCarousel2 .carousel-control .glyphicon-chevron-left, #myCarousel2 .carousel-control .glyphicon-chevron-right, #myCarousel2 .carousel-control .icon-prev, #myCarousel2 .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -54px;
        font-size: 30px;
    }
}

.carousel-control.left, .carousel-control.right {
    background: none !important;
    filter: none !important;
}



@media screen and (max-width: 990px) {

    #myCarousel2 .carousel-control .glyphicon-chevron-left, #myCarousel2 .carousel-control .glyphicon-chevron-right, #myCarousel2 .carousel-control .icon-prev, #myCarousel2 .carousel-control .icon-next {
        margin-top: -27px;
    }

    #myCarousel2 span.glyphicon.glyphicon-chevron-left {
        width: 20px;
        background-image: url(/images/left-arrow-m.png);
        height: 53px;
        background-repeat: no-repeat;
    }

    #myCarousel2 span.glyphicon.glyphicon-chevron-right {
        width: 20px;
        background-image: url(/images/right-arrow-m.png);
        height: 53px;
        background-repeat: no-repeat;
    }
}





@media screen and (max-width: 767px) {


    /*a.lng-chooser {
        height: 40px;
        width: 40px;
        display: block;
        background: url("../images/language.png");
        background-position: center;
        background-repeat: no-repeat;
        color: transparent;
        float: right;
    }*/

    a.btn.btn-primary.lng-chooser-icon {
        border-radius: 0;
        height: 40px;
        border: 0;
        background-color: transparent;
        float: right;
        background: url("../images/language.png");
        background-repeat: no-repeat;
        background-position: center;
        color: transparent;
    }

    .well.lng-chooser-holder {
        min-width: 100%;
        position: fixed;
        top: 42px;
        right: 0;
        z-index: 999;
        float: none;
        background-color: #fafafa;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        padding: 8px 19px;
    }

        .well.lng-chooser-holder ul {
            margin: 0;
            text-align: right;
        }

            .well.lng-chooser-holder ul li a {
                color: #888888;
            }

            .well.lng-chooser-holder ul li.active a {
                color: #e20074;
            }



    /*

    li.lng-chooser-container {
    display:none;
    visibility:hidden;
    opacity:0;
    }

    .lng-chooser:hover {
    cursor:pointer;
    }

    .lng-chooser:hover .lng-chooser-container {
    display:block;
    visibility:visible;
    opacity:1;
    
    }*/
}




/* Search box */

.search-box {
    position: absolute;
    /* top: 100%; */
    right: inherit;
    left: -55px;
    z-index: 999;
    float: left;
    min-width: 250px;
    padding: 5px 0;
    margin: 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fafafa;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px none #ccc;
    border: 1px none rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px #000000;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: none;
    padding: 5px;
    display: none;
}



/* Moj telekom  */

/*.moj-telekom-holder {
    right: 0;
    background-color: #a7b636;
    position: absolute;
    width: 400px;
    z-index: 40;
    top: 100%;
}*/

.moj-telekom-list ul li:hover, li.mt-tab-link.current {
    background-color: #B9C750;
}

#mainmenu {
    position: relative;
}

.moj-telekom-holder {
    /*right: 0;*/
    background: #f5f5f5;
    position: absolute;
    width: 100%;
    z-index: 40;
    /*top: 100%;*/
    max-width: 400px;
    top: 53px;
    right: 0;
    left: inherit;
}

li.mt-tab-link.current {
    background-color: #AEAEAE;
}

.moj-telekom-list ul li:hover {
    background-color: #A3A3A3;
}






/* Top menu */

li.mg-txt a:hover {
    color: #e20074;
}



.phone-box {
    /* margin-top: 20px; */
    height: 450px;
    text-align: center;
    padding: 15px 20px;
    background-color: transparent;
    box-shadow: none;
    -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;
}

.phone-box.sim-card {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 0;

}
.phone-box.sim-card .sim-table-box{

        display: table;
    width: 300px;
    margin: 0 auto;
}


@media (max-width:374px) {

.phone-box.sim-card .sim-table-box{

    width: 100%;

}


}
/* Side menu */

/*h4.left-nav-title p {
    margin: 0;
  background-image: url(../images/side-arrow.png);
  background-repeat: no-repeat;
  background-position: right bottom;
   
}

.h4.left-nav-title > ul {
    background: red !important;
}*/



/* iframe - dopolni vaucer*/

.div-holder-first {
    clear: both;
    background-color: red;
}

/**/


.moj-telekom-list ul li:last-child {
    text-decoration: underline;
    margin-top: 1px;
}


.search-box {
    position: absolute;
    /* top: 100%; */
    right: 100%;
    left: inherit;
    z-index: 999;
    float: left;
    min-width: 250px;
    padding: 5px 0;
    margin: 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fafafa;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px none #ccc;
    border: 1px none rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px #000000;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: none;
    padding: 5px;
    display: none;
}




a.btn.btn-moj-telekom {
    background-color: #a7b636;
    color: white;
}



/* Paging */

.btn-group.new-pg .btn.btn-default {
    background-color: transparent;
    color: #666;
}

.btn-group.new-pg .btn {
    height: 27px;
    width: 27px;
    padding: 4px 9px;
    border: none;
    /*border-radius: 50% !important;*/
    border-radius: 0 !important;
    margin-right: 5px;
}

    .btn-group.new-pg .btn:hover {
        background-color: #e20074;
        color: white;
    }

    .btn-group.new-pg .btn.btn-link {
        background-color: #e20074;
        color: white;
    }

/* Scroll to top */

.scrollToTop {
    background-position: center;
    width: 28px;
    height: 28px;
    /* padding: 10px; */
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 55px;
    right: 20px;
    display: none;
    background: url('../images/back-to-top.png');
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
    z-index: 100;
    border-bottom: 0 solid #af005a;
    background-repeat: no-repeat;
}

    .scrollToTop:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        border-bottom-width: 3px;
    }

@media (min-width:992px) and (max-width:1199px) {
    .search-box {
        /*left: -83px;*/
    }
}

@media (min-width:768px) and (max-width:991px) {
    .search-box {
        right: 100%;
    }
}

@media (max-width:767px) {
    .scrollToTop {
        right: 10px;
    }

    .search-box {
        position: fixed;
        top: 42px;
        right: 0;
        z-index: 999;
        float: none;
        min-width: 100%;
        padding: 5px 0;
        margin: 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fafafa;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px none #ccc;
        border: 1px none rgba(0, 0, 0, .15);
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px #000000;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: none;
        padding: 12px;
        left: 0;
    }
}

/* End of Scroll to top*/




.product-home-img .table-img {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

img.fourG-catcher {
    left: 12px;
    position: absolute;
    bottom: 12px;
}

img.top-left-catcher {
    position: absolute;
    top: 32px;
}


.product-home-img {
    height: 225px;
    width: 100%;
    display: table;
    max-width: 200px;
    margin: 0 auto;
}

.moj-telekom-list ul li:last-child {
    text-decoration: none;
    margin-top: 1px;
}

/* Logo */


.main-menu-holder {
    background: white;
    /*height: 53px;*/
    height: 61px;
}

@media (min-width: 768px) {
    .main-menu .navbar-nav > li {
        float: left;
        position: relative;
        display: table-cell;
        z-index: 50;
        margin: 0;
        vertical-align: middle;
        height: 53px;
        -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;
    }


        .main-menu .navbar-nav > li > a {
            color: #666;
            text-transform: uppercase;
            font-size: 13px;
            padding: 10px 15px;
            font-family: tele-groteskhalregular;
            text-align: center;
            white-space: normal;
            padding: 0;
            font-size: 13px;
            width: 100%;
            display: table;
            height: 53px;
            padding: 10px;
            line-height: 16px;
            max-width: 161px;
        }
}

a.btn.btn-moj-telekom {
    /*padding: 16px 15px;*/
    /*min-width: 150px;*/
    padding: 0 15px;
    height: 53px;
    overflow: hidden;
}

    a.btn.btn-moj-telekom > span {
        padding: 15px 0;
        display: inline-block;
    }

.logo-holder a {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding: 12px;
}

.logo-holder {
    height: 53px;
    z-index: 100;
    position: relative;
}




ul.moj-telekom-menu-1 ul.moj-telekom-menu-1-sub {
    display: none;
    /*
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
	*/
    width: 100%;
    visibility: hidden;
}



ul.moj-telekom-menu-1 li > ul.moj-telekom-menu-1-sub {
   
	display: none;
    opacity: 1 !important;
    visibility: visible;
    filter: none !important;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
		
    width: 400px;
}


.moj-telekom-login-holder iframe {
position:relative;
z-index:-1;

}
.pageDesc {
    float: left;
    padding: 3px 10px;
}

.pageDesc.pageDesc-middle {
    float: none;
    padding: 3px 10px;
}

/*#region affix*/
#header {
    z-index: 100;
    -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;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
}


    #header.affix {
        z-index: 1000;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        -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;
        margin: 0 auto;
    }

@media (min-width: 1200px) {
    #header {
        width: 1000px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    #header {
        width: 970px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #header {
        width: 750px;
    }
}

@media (max-width: 767px) {
    #header {
        width: 100%;
        top: 42px;
    }

        #header.affix {
            top: 42px;
        }

    #top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        /*background-color: #EAEAEA;*/
    }

    #ns-content {
        padding-top: 96px;
    }
}

/*#endregion affix*/




.LegalNotesSmall {
    font-size: 10px !important;
}

.title-landing * {
    color: #aaaaaa;
    font-family: 'tele-groteskfetregular';
    padding: 10px;
    font-size: 20px;
    margin: 10px 0;
}

@media (min-device-width: 992px) {
    .h310lg {
        height: 310px;
    }

    .h262lg {
        height: 262px;
    }

    .alignBottom-wrapper {
        padding-bottom: 120px !important;
    }

    .alignBottom-wrapper-big.alignBottom-wrapper-big {
        padding-bottom: 180px !important;
    }

    .alignBottom {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
}

@media (max-device-width: 991px) {
    .mb15sm {
        margin-bottom: 15px !important;
    }
}

/*@media (max-width: 767px) {
    .inner-cont {
        padding: 15px 0;
    }
}*/

#device-laptopi img.top-left-catcher {
    top: 10px;
    max-width: 80px;
}




/* Popup */




div#popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(62, 62, 62, 0.93);
    -webkit-animation: fade .3s;
    animation: fade .3s;
    display: none;
}

.popup-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.popup-header {
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
    display: block;
    text-align: right;
    padding: 0px;
}


    .popup-header a.popup-close {
        text-align: center;
        color: #e20074;
        font-size: 30px;
        padding: 8px 0px;
        border-left: 1px solid #f5f5f5;
        line-height: 1;
        height: 45px;
        display: block;
        width: 45px;
        float: right;
        border-bottom: 1px solid #f5f5f5;
    }

    .popup-header a:hover {
        background: #e20074;
    }

        .popup-header a:hover span {
            color: #fff;
        }

.popup-content {
    padding: 70px 20px;
}

.popup-container {
    max-width: 560px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 3px 7px rgba(0,0,0,0.8);
    background-clip: padding-box;
    text-align: center;
    width: 90%;
    border-radius: 2px;
    background-image: url('../images/bg_pattern-popup_top_left.png'), url('../images/bg_pattern-pupup-bottom-right.png');
    background-position: left -140px bottom -100px, right bottom -50px;
    background-repeat: no-repeat;
}

.popup-middle-container {
    display: table-cell;
    vertical-align: middle;
}

.popup-content p {
    font-size: 2em;
}

    .popup-content p span {
        display: block;
    }

    .popup-content p a {
        color: #e20074;
    }

a.btn.btn-grey.cancel-izbor-device {
    min-width: 0;
}


.btn-group-izbor-device {
    margin-top: 20px;
    display: block;
    position: relative;
}

