/*modules implementation css*/
html,
body {
    margin: 0;
    padding: 0;
}

/* Weather Image */
div#weatherWidget, .weatherTowns {
    display: inline-block;
}

    div#weatherWidget img {
        max-width: 70px;
        border-right: 2px dotted #C7C7C7;
        padding-right: 10px;
        margin-right: 10px;
        vertical-align: middle;
        float: left;
    }

#weatherWidget a {
    float: left;
}

.weatherTowns {
    color: #999999;
    padding: 10px;
    float: left;
}



.widgetNaslov.active {
    font-size: 15px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}

.weatherSK {
    font-size: 24px;
    line-height: 22px;
}

.todayWeather {
    font-size: 23px;
    line-height: 24px;
}

/*End of Weather Image*/

/*Date and Time*/
/*#todayDate {
    text-align: right;
    display: inline-block;
    float: right;
    color: #999999;
}

    #todayDate .day {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        font-size: 15px;
    }

    #todayDate .date {
        font-size: 15px;
        line-height: 15px;
    }

.dateTime img {
    float: right;
    vertical-align: middle;
    margin-left: 10px;
}

.dateTime {
    padding-top: 10px;
}*/

/* Udarni Vesti */

#carousel-udarni {
    margin-bottom: 10px;
}

.udarniVesti {
    padding: 0;
    background: #E2E2E2;
    line-height: 0;
}

    .udarniVesti .carousel-control {
        width: 50px;
        opacity: 1;
        background-image: none;
    }

        .udarniVesti .carousel-control.left, .udarniVesti .carousel-control.right {
            background-color: #e2e2e2;
        }

    .udarniVesti .glyphicon-chevron-right:before, .udarniVesti .glyphicon-chevron-left:before {
        content: '';
    }

    .udarniVesti span.glyphicon.glyphicon-chevron-left {
        background-image: url('../images/red-arrow-left.png');
        background-repeat: no-repeat;
        background-position: center center;
    }

    .udarniVesti span.glyphicon.glyphicon-chevron-right {
        background-image: url('../images/red-arrow-right.png');
        background-repeat: no-repeat;
        background-position: center center;
    }

    .udarniVesti h2 {
        margin: 0;
        padding: 13px 7px 10px 7px;
        text-transform: uppercase;
        font-size: 15px !important;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
        word-wrap: break-word;
        line-height: 1 !important;
        font-weight: 400;
    }

    .udarniVesti a h2 {
        color: #393939;
    }

    .udarniVesti a {
        -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;
    }

        .udarniVesti a:hover h2 {
            color: #da1b21;
            -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;
        }

    .udarniVesti .item {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*End of Udarni Vesti*/

/* #Carousel Photo Home Photo */

.homePhoto .carousel-control {
    opacity: 1;
    background-image: none;
}

.homePhoto .glyphicon-chevron-right:before, .homePhoto .glyphicon-chevron-left:before {
    content: '';
}

.homePhoto span.glyphicon.glyphicon-chevron-left {
    background-image: url('../images/red-arrow-up.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.homePhoto span.glyphicon.glyphicon-chevron-right {
    background-image: url('../images/red-arrow-down.png');
    background-repeat: no-repeat;
    background-position: center center;
}
/*End of Home Photo*/

/* Slider Kyron */

.homePhoto.kyron {
    margin-bottom: 15px;
    padding: 0;
}

    .homePhoto.kyron .carousel-inner {
        width: 95%;
        padding: 0;
        margin: 0 auto;
    }

    .homePhoto.kyron span.glyphicon.glyphicon-chevron-left {
        background-image: url('../images/arrow-white-left.png');
        background-repeat: no-repeat;
        background-position: center center;
    }

    .homePhoto.kyron span.glyphicon.glyphicon-chevron-right {
        background-image: url('../images/arrow-white-right.png');
        background-repeat: no-repeat;
        background-position: center center;
    }

    .homePhoto.kyron .carousel-control {
        width: 20px;
        height: 100%;
    }

        .homePhoto.kyron .carousel-control.right {
            top: 0;
            bottom: 0;
            left: auto;
            right: 0;
        }

        .homePhoto.kyron .carousel-control.left {
            top: 0;
            bottom: 0;
            left: 0;
            right: auto;
        }

@media screen and (min-width: 768px) {
    .homePhoto.kyron .carousel-control .glyphicon-chevron-left, .homePhoto.kyron .carousel-control .glyphicon-chevron-right {
        width: 20px;
        height: 70px;
        margin-top: -35px;
        font-size: 30px;
        background: #b6b6b6;
    }
}

.homePhoto.kyron .carousel-control .glyphicon-chevron-left {
    margin-left: -10px;
}

.homePhoto.kyron .carousel-control .glyphicon-chevron-right {
    margin-right: -10px;
}

/* End of Kyron*/

/****
     carousel-video 
****/

#carousel-video .carousel-control {
    opacity: 1;
    background-image: none;
}


#carousel-video .glyphicon-chevron-right:before, #carousel-video .glyphicon-chevron-left:before {
    content: '';
}

#carousel-video span.glyphicon.glyphicon-chevron-left {
    background-image: url('../images/arrow-white-left.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#carousel-video span.glyphicon.glyphicon-chevron-right {
    background-image: url('../images/arrow-white-right.png');
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (min-width: 768px) {
    #carousel-video .carousel-control .glyphicon-chevron-left, #carousel-video .carousel-control .glyphicon-chevron-right {
        width: 20px;
        height: 70px;
        margin-top: -35px;
        font-size: 30px;
        background: #777;
        background: rgba(0, 0, 0, 0.35);
    }
}

#carousel-video .carousel-control {
    width: 20px;
    height: 100%;
}

.video-carousel-caption {
    right: 27px;
    top: 15px;
    bottom: 15px;
    position: absolute;
    display: block;
    background: #f9f9f9;
    background: rgba(249, 249, 249, 0.7);
    left: auto;
    width: 40%;
    padding: 20px;
}

#carousel-video a.imgPhoto h2 {
    text-transform: uppercase;
    color: #333;
    font-size: 15px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    margin-top: 5px;
    line-height: 18px;
}

#carousel-video a.imgPhoto p {
    color: #343434;
}

#carousel-video .carousel-control .glyphicon-chevron-left {
    margin-left: -10px;
}

#carousel-video .carousel-control .glyphicon-chevron-right {
    margin-right: -10px;
}
/*End of Carousel Video*/

/* Home Najnovi */

.homePhoto.homeNajnovi {
    height: 425px;
}

@media (min-width:768px) and (max-width:991px) {

    .homePhoto.homeNajnovi {
        height: auto;
    }
}

.homePhoto.homeNajnovi .imgPhoto h2 {
    background: transparent;
    color: #343434;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    max-height: 60px;
    overflow: hidden;
}

.homePhoto.homeNajnovi .imgPhoto:hover {
    box-shadow: inset 0 0 10px #ccc;
    box-shadow: inset 0 0 10px rgba(0, 1, 1, 0.14);
    background-color: #cacaca;
}

.homePhoto.homeNajnovi .imgPhoto {
    margin: 0;
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 5px;
}

.homePhoto.homeNajnovi .item .row:last-of-type .imgPhoto {
    margin: 0;
    border-bottom: 0 none #b4b4b4;
}

/* End of Home Najnovi */

/************************/

.sport-featured-naslovna .aktuelno-featured-big .news-intro-title {
    right: 15px;
    top: 15px;
    bottom: 15px;
    position: absolute;
    display: block;
    background: #f9f9f9;
    background: rgba(249, 249, 249, 0.7);
    left: auto;
    width: 42%;
    padding: 20px;
    overflow: hidden;
}

    .sport-featured-naslovna .aktuelno-featured-big .news-intro-title h2 {
        text-transform: uppercase;
        color: #333;
        font-size: 15px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        line-height: 18px;
    }

    .sport-featured-naslovna .aktuelno-featured-big .news-intro-title p {
        color: #343434;
    }


.inner-content-box .sport-featured-naslovna .aktuelno-featured-big .news-intro-title {
    right: 15px;
}

.full-content .aktuelno-featured-big p.trunc10 {
    max-height: inherit;
}

.aktuelno-featured-naslovna:before, .aktuelno-featured-naslovna:after {
    content: '';
    display: table;
    clear: both;
}

/*************************/

/* Kultura Naslovna */

.kultura-featured-naslovna .masterN {
    background: #d42629;
    background: rgba(212, 38, 41, 0.7);
    position: absolute;
    top: 10px;
    left: 25px;
}

    .kultura-featured-naslovna .masterN p {
        color: white;
        padding: 3px 15px;
        text-transform: uppercase;
        font-size: 12px;
        margin: 0;
    }

.kultura-featured-naslovna .news-intro-title h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.kultura-list-item:before, .kultura-list-item:after {
    content: '';
    clear: both;
    display: table;
}

.kultura-list-item {
    margin-bottom: 15px;
    display: block;
}

/* End of Kulturna Naslovna */


/*#region top sm*/
@media (min-width:768px) and (max-width:991px) {
    div#weatherWidget img {
        max-width: 60px;
        border-right: 2px dotted #C7C7C7;
        padding-right: 5px;
        margin-right: 5px;
        vertical-align: middle;
        float: left;
    }

    .dateTime img {
        float: right;
        vertical-align: middle;
        margin-left: 5px;
        width: 35px;
    }

    #todayDate .day, #todayDate .date, .widgetNaslov.active {
        font-size: 13px;
    }


    .todayWeather {
        font-size: 21px;
        line-height: 24px;
    }

    .footer ul li a {
        padding: 12px 5px;
    }

    .navbar-nav > li > a {
        font-size: 12px;
    }
}
/*#endregion top sm*/


/*Weather Details*/

.weatherForCity {
    display: block;
    background-color: #e4e4e4;
    border-bottom: 2px solid #d42629;
    padding: 5px 0 2px 0;
}


    .weatherForCity span {
        text-transform: uppercase;
        color: #353535;
        margin: 0 auto;
        font-size: 25px;
        display: table;
        background-image: url(../images/weather/weather-skopje-icon.png);
        background-repeat: no-repeat;
        background-position: right;
        padding-right: 40px;
    }

.current-weather {
    margin-top: 15px;
    border: 1px solid #cfcfcf;
}


    .current-weather thead tr td {
        background-color: #e4e4e4;
        padding-left: 20px;
        font-size: 18px;
        padding-bottom: 5px;
        color: #393939;
        text-align: center;
    }

    .current-weather tbody tr td {
    }

    .current-weather div {
        overflow: hidden;
        display: table;
        margin: 0 auto;
    }

    .current-weather tbody img {
        width: 90px;
        display: block;
        float: left;
        margin: 0 20px;
    }

    .current-weather .currentTemp {
        color: #d42629;
        font-size: 36px;
        margin-top: 22px;
        display: block;
        float: left;
    }

    .current-weather .currentTempDegree, .currentTempMin, .currentTempMax {
        color: #8b8d90;
        font-size: 36px;
        margin-top: 22px;
        display: block;
        float: left;
    }

    .current-weather .currentTempMin {
        background-image: url(../images/weather/arrow-gray-down.png);
        background-repeat: no-repeat;
        background-position: 0 8px;
        padding-left: 37px;
    }

    .current-weather .currentTempMax {
        background-image: url(../images/weather/arrow-gray-top.png);
        background-repeat: no-repeat;
        background-position: 0 8px;
        padding-left: 37px;
    }

.currentTempDegree {
    margin-right: 15px;
}

.detail-weather-date {
    padding-bottom: 5px;
    color: #393939;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.detail-weather.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f4f2f2;
}

.detail-weather.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #e8eaec;
}

.detail-weather thead tr td {
    background-color: #e4e4e4;
    font-size: 16px;
    padding-bottom: 5px;
    color: #393939;
    padding: 10px 0 8px 0;
    text-align: center;
}

.detail-weather tbody tr td {
    padding: 0;
}

.detail-weather tbody img {
    width: 60px;
    margin: 0 auto;
    display: table;
}

.detail-weather tbody span {
    margin: 0 auto;
    display: table;
    font-size: 20px;
    margin-top: 17px;
}

.detail-weather span.tempC {
    color: #d42629;
    font-size: 23px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}
