﻿

.ax-hidden-xsmall {
}

#details-media {
    height: auto !important;
}

article {
    margin-bottom: 50px !important;
}

.uk-h3 {
    .uk-nav {
        li {
            font-size: 18px;
            line-height: 24px;
        }
    }
}

header + nav {
    background: rgba(240, 240, 240, 0.97);
}


.uk-open {
    &:after {
        content: "\f00d" !important;
        font-family: FontAwesome;
        vertical-align: middle;
    }

    & + .uk-dropdown {
        display: block;
    }
}

.no-header-img {
    background-image: url("/files-tzgk/Images/standard/header/info-01.jpg");
}

.uk-navbar {
    padding: 10px 0;
}

.ax-nav {
    text-align: center;
    background: rgba(240,240,240,0.97) !important;
    margin: 0;

    ul {
        display: inline-block;
    }

    li {
        text-align: center;
        display: inline-block;
        width: auto;
        float: initial;

        a {
            display: block;
            width: auto;
            float: initial;
        }
    }
}

body::after {
    content: "tablet";
    display: none;
}


.font-h2 {
    font-weight: 300;
    font-size: 18px;
    color: #535f68;
    line-height: 28px;
}

#main {

    section {
        /*padding: 25px;
        max-width: 300px;
        min-height: 355px;*/
        padding-top: 25px;

        .wrap {
            max-width: 300px;
            min-height: 355px;
        }

        h2 {
            padding: 0 0 9px 45px;
            margin-bottom: 5px;
            border-bottom: solid 3px;
            .font-h2();
            background-size: 30px !important;
            background-position: 2px 0px !important;
        }
    }
    /*.matija-gubec, .culture, .gastro, .accomodation, .seljacka-buna, .news, .interactive-map, .weather-forecast, .weather-forecast{
        h2{

        }
    }*/
    .matija-gubec h2 {
        background: url(/images/_theme/v4/bgs/matija-gubec-index.png) no-repeat;
        border-bottom-color: #a01cab;
    }

    .culture h2 {
        background: url(/images/_theme/v4/bgs/culture-index.png) no-repeat;
        border-bottom-color: #81c91b;
    }

    .gastro h2 {
        background: url(/images/_theme/v4/bgs/gastro-index.png) no-repeat;
        border-bottom-color: #ff7600;
    }

    .accomodation h2 {
        background: url(/images/_theme/v4/bgs/accomodation-index.png) no-repeat;
        border-bottom-color: #00aff1;
    }

    .seljacka-buna h2 {
        background: url(/images/_theme/v4/bgs/seljacka-buna-index.png) no-repeat;
        border-bottom-color: #ff7600;
    }

    .news h2 {
        background: url(/images/_theme/v4/bgs/news-index.png) no-repeat;
        border-bottom-color: #00aff1;
    }

    .interactive-map h2 {
        background: url(/images/_theme/v4/bgs/interactive-map-index.png) no-repeat;
        border-bottom-color: #81c91b;
    }

    .weather-forecast h2 {
        background: url(/images/_theme/v4/bgs/weather-forecast-index.png) no-repeat;
        border-bottom-color: #FFCC01;
    }

    .box {
        border: 1px solid #c9cfd3;
        overflow: hidden;
        position: relative;


        a {
            margin: 9px;
            display: block;
            position: relative;


            img {
                width: 100%;
            }

            &:before {
                position: absolute;
                content: '';
                background: rgba(0,0,0,0.5);
                position: absolute;
                opacity: 0;
                transition: all 0.5s;
                -webkit-transition: all 0.5s;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }
        }

        .weather-pljusak {
            height: 258px;
            background: lightgray;
            text-align: center;
            margin: 9px;
        }

        .weather-pljusak .w-title {
            padding: 5px 0;
        }

        .weather-pljusak a {
            font-size: 24px;
            position: initial;
            margin: 0;
            padding-top: 9px;

            &:before {
                content: initial;
            }
        }

        .weather-pljusak .w-temp {
            padding: 0px 0;
            font-weight: bold;
            font-size: 28px;
            color: #535f68;
        }

        .weather-pljusak .w-info {
            padding: 10px 0;
            color: #535f68;
        }





        #index-news {
            position: relative;

            .news-list {
                padding: 9px 9px 0 9px;
                margin: 0;
            }

            a {
                margin: 0px 0 0px 0px;
            }

            h3 {
                margin: 0px 10px 0 25px;
                padding: 0px;
                width: 85%;
            }

            h3 a {
                margin: 0px;
                color: #535f68;
                font-weight: 300;
                font-size: 14px;
                line-height: 16px;
            }

            h4 {
                margin: 10px 10px 8px 25px;
                padding-left: 15px;
                font-weight: 400;
                font-size: 11px;
                color: #000;
                background: url(/images/_theme/v4/blue-arrow.png) no-repeat 0 3px;
            }
        }

        .news-list-navigation {
            display: flex;
            flex-flow: row-reverse;
            text-align: right;
            margin: 0;
            padding: 19px 9px 0 0px;

            li {
                display: inline-block;
                flex-flow: column-reverse;
                list-style-type: none;
                margin: 0px;
                margin-left: 9px;
                padding: 0px;

                a.selected {
                    padding: 0px 5px 7px;
                    color: #00aff1;
                    border-bottom: solid 7px #00aff1;
                }
            }

            a {
                font-size: 11px;
                margin: 0px 0px 0px 3px;
                padding: 0px 5px 11px;
                border-bottom: solid 3px #d4d9dc;
                color: #535f68;
            }
        }
    }










    section .box > a:hover:after, #main section .box > a:hover:before {
        opacity: 1;
    }
}

.mk-right {
    right: 0;
}

footer {
    /**{
        display:inline-block;
    }*/
    adress a {
        color: #a01cab;
    }

    .footer-menu {
        margin: 0;
    }

    .inner {
        padding-top: 30px;
    }
}

.gallery-list-new {
    img {
        border: solid 1px #c9cfd3;
        padding: 7px;
        margin: 0px;
    }

    h3 {
        font-size: 15px;
        color: #374149;
        font-weight: bold;
        margin: 10px 0 5px 0;

        a {
            font-size: 13px;
            color: #535f68;
        }
    }

    .uk-panel {
        padding: 10px;
    }
}


@media (min-width: 1219px) {


    .ax-nav {
        text-align: center;
        line-height: 0;
        height: auto;


        ul {
            display: inline-block;

            ul {
                display: none;
            }
        }

        li {
            text-align: center;
            display: inline-block;
            width: auto;
            float: left;

            a {
                display: block;
                width: auto;
                float: initial;
            }
        }
    }

    .object-wrap {
        width: 97% !important;

        .list-image {
            float: left;
        }

        .list-details {
            float: left;
            width: auto;
            padding-top: 0;

            h3 {
                margin-top: 0;
            }
        }
    }
}




/*.slider-holder {
    height: 355px;
}*/

.uk-dropdown {
    background: initial;
}

.white-bg {
    background: rgba(255,255,255,1);

    .uk-navbar {
        background: initial;
    }
}

.white-bg-opacity {
    .white-bg();
    background: rgba(255,255,255,0.9);
}

header {
    height: 230px;

    .index & {
        height: 355px;
    }

    .index & {

        #header-logo {
            left: 68%;
            width: 300px;
            height: 300px;
            top: 20px;

            img {
                margin: 50px 0 0 65px;
                width: 190px;
                //
            }
        }

        .uk-flex-right {
            padding-right: 255px;
        }
    }


    .header-wrap {
        z-index: 100;
        position: relative;
    }

    .header-top.uk-container {
        padding-top: 4px;
        padding-bottom: 10px;
    }

    #header-search {
        text-align: left;
        width: 240px;
        height: 27px;
        background: #fff;
        border: 1px solid #d1d4d5;
        z-index: 10;

        #q {
            width: 180px;
            height: 23px;
            position: absolute;
            top: 2px;
            left: 5px;
            border: none;
            background: none;
            font-size: 11px;
            color: #666666;

            &:focus {
                outline: 0;
            }
        }

        #search {
            width: 28px;
            height: 27px;
            border: none;
            background: none;
            position: absolute;
            top: 0px;
            right: 0px;
            background: url(http://gupcev-kraj.hr/images/_theme/v4/bgs/search-btn.gif) no-repeat 0 0;
            cursor: pointer;
        }
    }



    .inner {
        margin-top: -61px;

        .index & {
            height: 355px;
        }

        height: 230px;
        position: relative;
    }
}


.ax-overlay {
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(35, 31, 32, 0.8);
    z-index: 100;
}



.ax-overlay-show {
    .ax-overlay {
        display: block;
    }

    body {
        overflow: hidden;
        //padding-right: 10px;
        #header-logo {
            z-index: 99;
        }
    }
}





uk-link, a {
    color: #a01cab;
    text-decoration: none;
    font-weight: 300;
}

.ax-bnd {
    position: relative;
    bottom: 90px;
    z-index: 10;
    text-align: right;

    .index & {
        text-align: left;
    }

    div {
        height: 65px;
        width: 75%;
        background-size: contain !important;
        background-position: center right !important;
        display: inline-block;

        .index & {
            background-position: center left !important;
        }
    }
}

.object-wrap {
    .list-details {

        h3 a {
            font-weight: bold;
            color: #374149;
        }
    }

    &:hover {
        background: #fafafa;

        .list-info {
            h3 a {
                font-weight: bold;
                color: #00aff1;
            }

            color: black;
        }
    }
}

@import "qmax1200";
@import "small";