/* Add here all your CSS customizations */

.entry-image {
    overflow: hidden;
}

.fit {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 280px;
    background-position: center center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.fit:hover {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.fit2 {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 130px;
    background-position: center center;
}

.nep_search {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.ekko-lightbox .glyphicon-chevron-right, .ekko-lightbox .glyphicon-chevron-left {
    top: 42%;
}

.sub-title .menu-container > .menu-item > .menu-link span {
    text-transform: none;
}

.sub-title .menu-container > .menu-item:hover > .menu-link::after, .sub-title .menu-container > .menu-item.current > .menu-link::after {
    background-color: #bc9c22;
}

.sub-title .menu-container > .menu-item > .menu-link:hover {
    color: #fff !important;
}

.full-screen.dark.section {
    height: 80vh !important;
    margin: 0 !important;
    padding: 0 !important;
}
.form-control {
    border-radius: 0;
}

.fbox-icon i, .fbox-icon img, .button {
    background-color: #bc9c22;
}

.dark .heading-block:not(.not-dark):after {
    border-top: 2px solid #bc9c22;
}

.full-screen.dark.section .row.nomargin {
    height: calc(80vh - 79px);
    margin-top: 79px;
}

.full-screen.dark.section .row.nomargin .offset-lg-8.col-lg-4.full-screen {
    height: auto !important;
}

.slider-element .video-wrap {
    height: unset;
    width: unset;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#top-search {
    width: 100%;
}

#logo img {
    height: 78px;
}

.header-misc-icon > a {
    width: unset;
    height: unset;
    display: block;
    text-align: left;
    padding-left: 30px;
    color: #bc9c22;
    font-weight: 500;
    font-size: 0.9125rem;
}

.header-misc-icon > a:hover {
    color: #444 !important;
}

.menu-link {
color: #444;
font-weight: 500;
font-size: 0.9125rem;
}

.modal-footer span {
float:right;
}

.dark .section, .section.dark {
background-color: #bca36b;
}

.more-link {
border-bottom: 1px solid #bca36b;
}
a {
text-decoration: none !important;
color: #bc9c22
}

a:hover {
color: #bc9c22 !important;
}

.before-heading, .more-link {
font-size: 16px;
font-family: 'Lato', sans-serif;
}

abbr[title], abbr[data-original-title] {
text-decoration: none;
}

#primary-menu ul li > a {
font-size: 15px;
font-weight: 600;
}

body, .dropdown-menu {
font-size: 1rem;
}

#content {
background-color: #F9F9F9;
}

.button {
font-size: 15px;
}

#podstran ul {
    margin-left: 30px;
}

#podstran .single p, #podstran .single ul {
    margin-bottom: 20px;
}

#page-title {
     padding: 1em 0;
}

#page-title h1 {
    font-size: 1.5rem;
}

.single p strong {
    display: inline-block;
}

.single p strong:first-letter {
    text-transform: uppercase;

}

.button-dark {
background-color: #bca36b;
}

.button.button-dark:hover {
background-color: #444444;
color: #fff !important;
}

.page-section {
    padding: 60px 0;
}

.slider-parallax-inner {
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
}

@media (max-width: 991px) {


    .sl-wrapper .sl-image{
        width:100% !important;
        left: 0 !important;
    }

    #primary-menu-trigger, #page-submenu-trigger {
        font-size: 34px;
        color: #000
    }

    #header.dark.transparent-header, #header.dark.semi-transparent {
        background-color: #fff;
    }

    .fit {
        min-height: 230px;
    }

        #top-search a {
            position: relative;
            margin: 0;
            top: unset;
            left: unset;
            right: unset;
        }

    .button.button-border.button-circle.button-light.button-large.notopmargin.nobottommargin {
        margin-top: 10px !important
    }

    .footer-widgets-wrap .clearfix {
        padding: 20px 0 !important;
    }
    .footer-widgets-wrap .col_half {
        margin-bottom: 20px !important;
    }

    .footer-widgets-wrap .col_half.col_last {
        padding: 0px !important
    }

    #content .section.nobottommargin {
        margin: 0px 0;
        padding: 0px 0;
    }

    #section-blog h2.center.uppercase.t300.ls3.font-body {
        margin-bottom: 0px
    }

    .container, #header.full-header .container, .container-fullwidth {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 30px !important;
    }

    #primary-menu-trigger {
        width: 40%;
        justify-content: end;
    }
    .svg-trigger {
        width: 50px;
        height: 50px;
    }

    .full-screen.dark.section .row.nomargin .offset-lg-8.col-lg-4.full-screen {
        height: 45vh !important;
    }

    .vertical-middle.col-padding.clearfix {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .heading-block:after {
        content: none;
    }

    .full-screen.dark.section {
        height: 70vh !important;
    }

    #slider {
        height: 70vh !important;
        margin: 20px 0 0;
    }

    #section-blog {
        padding-top:40px
    }

    #gallery .col-md-4 {
        width: 50%;
    }

    table .slika {
        display: none;
    }

    #page-title {
        margin-top: 40px !important;
    }

    .primary-menu-open .menu-container {
        display: block;
    }

    .fbox-icon {
        width: 4.5rem;
        height: 3rem;
    }

    .fbox-icon i {
        line-height: 3rem;
    }

}

.pagination ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 3px;
    margin-left: 3px;
}
.pagination ul li:first-child {
    margin-left: 0;
}
.pagination ul li a {
    display: block;
    border-radius: 3px;
}
.pagination ul li a:hover {
    background: #404041;
    color: #ffffff;
}
.pagination ul li.current {
    background: #404041;
    color: #ffffff;
}
.pagination ul li.next {
    width: 40px;
}


.pagination > .active > a[disabled],
body.dark .pagination > .active > a[disabled],
.pagination > .active > a[disabled]:hover,
body.dark .pagination > .active > a[disabled]:hover,
.pagination > .active > a[disabled]:active,
body.dark .pagination > .active > a[disabled]:active,
.pagination > .active > a[disabled]:focus,
body.dark .pagination > .active > a[disabled]:focus {
    border-color: #33bbff;
    background-color: #33bbff;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #777;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
}

.pagination > li {
    float:left;
}

.pagination > .active > a, body.dark .pagination > .active > a {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #bc9c22;
}
