﻿body {
    position: relative;
    min-height: 100%;
    min-height: 100vh;
    background-color: white;
}

#ns-wrapper {
    overflow-x: hidden;
    padding-bottom: 187px;
}


  @media(max-width:768px){
              #ns-wrapper {
                padding-bottom: 238px;
              }}

#ns-footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 100;
}
    #ns-footer .institutions-link{
        margin-left: 140px;
        padding-right: 20px;
    }
    .search_overlay {
        position: fixed;
        display: none;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.9);
        z-index: 990;
    }

    .search_overlay.open {
        display: block;
    }

    .search_overlay input {
        background-color: transparent;
        width: 100%;
        font-size: 60px;
        z-index: 1000;
        border: 0px;
        color: #fff;
        padding: 0 30px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .search_overlay input:focus {
            outline: none;
        }

.close_search {
    position: absolute;
    right: 40px;
    top: 15px;
    cursor: pointer;
    z-index: 1001;
}

    .close_search span {
        font-size: 46px;
        color: #fff;
        font-weight: 600;
    }

span.title {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient( to right, #b95365, #b95365 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

    span.title:hover {
        transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
        background-position: 0%;
    }

#ns-header .search-wrapper .search .search_button {
    display: inline-block;
    padding: 10px;
    color: white;
    cursor: pointer;
}

.languages {
    top: 40px;
    position: absolute;
    right: 170px;
}

    .languages a {
        color: #fff;
        padding-right: 10px;
    }
        
        .languages a:hover {
            text-decoration: none;
        }


.navbar-default .navbar-collapse .close_button {
    position: fixed;
    text-align: right;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    margin-bottom: 20px;
    top: 18px;
    right: 50px;
    z-index: 9900;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: opacity .4s ease-in-out;
}
.navbar-default .navbar-collapse.in .close_button {
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: opacity .4s ease-in-out;
}
    .breadcrumbs {
        position: fixed;
        top: 100px;
        padding: 25px 0px;
        width: 100%;
        background-color: #f5f5f5;
        -webkit-box-shadow: -1px 6px 3px -2px rgba(194,188,194,0.52);
        -moz-box-shadow: -1px 6px 3px -2px rgba(194,188,194,0.52);
        box-shadow: -1px 6px 3px -2px rgba(194,188,194,0.52);
        z-index: 100;
    }

    .breadcrumbs a {
        color: #626262;
        text-decoration: none;
    }

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.15, 1.15);
    }
}

@keyframes zoom1 {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1, 1);
    }
}
[data-slide-to] {
    cursor: pointer;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-collapse.in .navbar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#ns-header .menu-container .navbar-default.main-menu .navbar-collapse.in .navbar-nav::-webkit-scrollbar {
    width: 10px;
}

#ns-header .menu-container .navbar-default.main-menu .navbar-collapse.in .navbar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(8, 8, 8,0.74);
    border-radius: 5px;
}

    #ns-header .menu-container .navbar-default.main-menu .navbar-collapse.in .navbar-nav::-webkit-scrollbar-thumb:hover {
        background-color: rgba(8, 8, 8,0.84);
    }

.navbar-nav > li.dropdown {
    position: relative;
}

    .navbar-nav > li.dropdown.open > a {
        background-color: transparent;
    }

    .navbar-nav > li.dropdown span {
        position: absolute;
        right: 15px;
        top: 7px;
        transform: rotate(0deg);
        font-size: 22px;
        z-index: 20;
        transition: all .1s ease-in-out;
        color: #908d8d;
    }

    .navbar-nav > li.dropdown.open span {
        transform: rotate(180deg);
    }

    .navbar-nav > li.dropdown.open > a:hover {
        background-color: transparent;
    }

    .navbar-nav > li.dropdown.open .dropdown-menu {
        background-color: transparent;
    }

.navbar-nav > li > .dropdown-menu {
    position: relative;
    width: 100%;
    bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
}

.navbar-nav > li.dropdown.open > .dropdown-menu > li > a {
    font-size: 12px !important;
    padding: 9px 20px;
}

.navbar-nav > li > .dropdown-menu > li > a:hover {
    background-color: transparent;
}

a.modal_button {
    display: block;
    margin-top: 20px;
    color: #9a9a9a !important;
    font-size: 17px !important;
}

.additional-icons {
    text-align: center;
}

.last-activities.inner {
    position: relative;
    padding: 0px;
    margin-top: 100px;
    background-image: url(/content/images/background-right.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: top right;
}

    .last-activities.inner.about-us {
        background-image: url(../content/images/background-bottom.png);
        background-position: bottom right;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .last-activities.inner.contact {
        background-image: none;
    }
.last-activities .carousel-indicators li span{
    display:block;
}
.last-activities .carousel-indicators li span a {
    position: relative;
    display: block;
    padding: 10px;
    bottom: 5px;
    left: -6px;
}
.all-activities {
    position: relative;
    display: block;
    margin-top: 55px;
}

    .all-activities .btn.btn-default {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        border-radius: 0;
        background-color: #f6f6f6;
        border: 2px solid #c7bba7;
        padding: 9px 20px;
        color: #6e7071;
    }

        .all-activities .btn.btn-default:focus {
            outline: none;
        }

        .all-activities .btn.btn-default.acitve, .all-activities .btn.btn-default:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
/*Baranje*/
.inner-header {
    position: relative;
    margin-top: 120px;
    margin-bottom: 80px;
}

    .inner-header h2 {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 100px;
        color: #717374;
        font-family: 'PlayfairDisplay-Regular';
        width: 65%;
    }

        .inner-header h2:before {
            content: "";
            position: absolute;
            width: 70px;
            height: 1px;
            top: 15px;
            left: 0px;
            background-color: #5f8c9d;
        }

.inner-intro p {
    width: 60%;
    text-align: justify;
}

.documents-box {
    margin-top: 50px;
    margin-left: 100px;
    padding: 55px 50px 20px;
    background-color: #f5f3f0;
    position: relative;
}

    .documents-box h2 {
        margin-top: 0;
        margin-bottom: 50px;
        color: #333333;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .documents-box p {
        margin-bottom: 25px;
        position: relative;
        margin-left: 18px;
    }

        .documents-box p:before {
            content: "";
            position: absolute;
            top: 6px;
            right: 100%;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #c3b5a0;
            margin-right: 10px;
        }

.documents-green-box {
    width: 340px;
    background: #3c555f;
    position: absolute;
    top: -165px;
    right: 50px;
    padding: 30px;
}

    .documents-green-box h2 {
        margin-bottom: 20px;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: normal;
    }

    .documents-green-box p {
        color: #fff;
        padding: 0;
        margin: 0;
    }

.documents-box p.first-paragrpah {
    width: 50%;
    text-align: justify;
}

.documents-green-box p:first-of-type {
    width: auto;
}

.documents-green-box p:before {
    display: none;
}

.document-wrapper {
    margin-top: 45px;
    text-align: center;
    margin-bottom: 15px;
}

.contact-icon {
    text-align: center;
}

    .contact-icon.center {
        position: relative;
        height: 60px;
    }

        .contact-icon.center img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

.pretstavka-content .center-paragraphs {
    position: relative;
    height: 88px;
}

.center-paragraphs {
    position: relative;
    height: 60px;
}

    .center-paragraphs .paragraphs {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
    }

.contact-information {
    margin-top: 50px;
    margin-bottom: 60px;
}

    .contact-information p:first-child {
        color: #3c555f;
    }

    .contact-information p:last-child {
        color: #737373;
    }

.padding_left {
    padding-left: 0;
}

.contact-information.pretstavka .contact-icon {
    text-align: left;
}

.contact-information .pretstavka-content p:first-child span {
    color: #737373;
}

.contact-information .pretstavka-content p:last-child {
    font-size: 12px;
    margin-bottom: 30px;
}

.contact-information.pretstavka .pretstavka-bottom-contact {
    width: 50%;
    margin: 0 auto;
    display: block;
    position: relative;
}

    .contact-information.pretstavka .pretstavka-bottom-contact .contact-icon {
        text-align: right;
    }
/*Baranje-End*/
/*Za nas*/
.banner-image {
    position: relative;
}

    .banner-image img {
        max-width: 100%;
        height: auto;
    }

.about-us-content {
    margin: 70px 0;
}

    .about-us-content p {
        margin-bottom: 30px;
        color: #737373;
        margin-left: 100px;
        text-align: justify;
    }

p.middle-content {
    position: relative;
    margin-left: 192px;
    margin-top: 60px;
    padding: 25px 0;
    font-size: 18px;
    font-style: italic;
    color: #585858;
}

    p.middle-content:before {
        content: "‘‘";
        position: absolute;
        top: -40px;
        left: -110px;
        font-family: Arial;
        font-size: 190px;
        color: #d6d6d6;
    }

.social-icons-inner ul {
    list-style: none;
    position: relative;
    padding: 0px;
    margin-top: 170px;
    margin-bottom: 0px;
}

    .social-icons-inner ul:before {
        content: "";
        position: absolute;
        bottom: 70px;
        width: 1px;
        height: 85px;
        background-color: #c6c6c6;
        left: 50%;
        transform: translate(-50%);
    }

    .social-icons-inner ul:after {
        content: "";
        position: absolute;
        top: 70px;
        width: 1px;
        height: 85px;
        background-color: #c6c6c6;
        left: 50%;
        transform: translate(-50%);
    }

    .social-icons-inner ul li {
        color: #cecece;
        font-size: 20px;
        text-align: center;
    }

        .social-icons-inner ul li a span {
            color: #cecece;
            font-size: 20px;
            text-align: center;
        }

            .social-icons-inner ul li a span:hover {
                color: #d66b6b;
            }
/*Za nas-End*/
/*Kontakt*/
.all-contact-information {
    margin: 90px 0 90px 100px;
}

    .all-contact-information .contact-information p:first-child {
        color: #3c555f;
    }

    .all-contact-information p:last-of-type {
        margin-bottom: 40px;
        color: #737373;
    }
/*Kontakt-End*/
/*Pregled */
.tab-list-wrapper {
    position: fixed;
    width: 450px;
}

.grey-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 150px;
    background-color: #f5f3f0;
    z-index: 1
}

.religiouse-community h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #585858;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-tabs {
    position: relative;
    z-index: 2;
    border-bottom: 0;
    margin-top: 50px;
    margin-left: 100px;
}

    .nav-tabs > li {
        float: none;
    }

        .nav-tabs > li.active > a {
            border: 0;
            background-color: transparent;
            display: block;
            position: relative;
            color: #333333;
            font-weight: bold;
        }

            .nav-tabs > li.active > a span {
                display: block;
                font-size: 36px;
                color: #e19191;
                position: absolute;
                right: 0px;
                top: -15px;
            }

            .nav-tabs > li.active > a:hover {
                border: 0;
                background-color: transparent;
            }

            .nav-tabs > li.active > a:focus {
                border: 0;
                background-color: transparent;
            }

        .nav-tabs > li > a {
            border: 0;
            background-color: transparent;
            display: inline-block;
            position: relative;
            color: #a6a5a3;
            font-weight: normal;
            padding: 0px 0 40px 0;
            font-size: 16px;
        }

            .nav-tabs > li > a span {
                display: none
            }

            .nav-tabs > li > a:hover {
                border: 0;
                background-color: transparent;
            }

.tab-content {
    padding: 48px 0 10px 70px;
    border-left: 1px solid #e5e5e5;
    margin-bottom: 100px;
}
/*.community-type {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    margin-left: 70px;
}
.community-type p {
    color: #a6a5a3;
    margin-bottom: 40px;
}
    .community-type p span {
        font-size: 36px;
        color: #e19191;
        padding-left: 15px;
        position: absolute;
        top: -15px;
    }
    .community-type p:nth-child(2) {
        display:inline-block;
        position:relative;
        color: #333333;
        font-weight:bold;
    }*/
.religiouse-community p {
    color: #7c7c7c;
}

    .religiouse-community p:last-of-type {
        margin-bottom: 50px;
    }
/*Pregled-End*/
/*News-details*/
.MainImg a {
    pointer-events: none;
}

.MainImg img {
    max-width: 100%;
    height: auto;
}

.Intro {
    color: #737373;
    padding: 0 15px;
    text-align: justify;
    margin-left: 100px;
}

.NewsContent p {
    margin-bottom: 30px;
    color: #737373;
    text-align: justify;
}

.MainImg {
    margin: 40px 0;
    margin-left: 100px;
}

.NewsContent {
    margin-left: 100px;
}

.keyword {
    margin-bottom: 30px;
    margin-left: 100px;
}

.related-news {
    background-color: #595959;
    background-image: url(/content/images/background-news-short.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

    .related-news h2 {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        color: #e4e4e4;
        font-size: 25px;
        font-family: PlayfairDisplay-Regular;
        margin: 60px 0 40px 0;
    }

        .related-news h2:after {
            content: "";
            position: absolute;
            width: 90px;
            height: 1px;
            top: 14px;
            left: 100%;
            background-color: #b6a58b;
            margin-left: 25px;
        }

.boxArticles {
    background-color: rgba(255,255,255,0.85);
    padding-bottom: 25px;
    margin-bottom: 70px;
    margin-right: 40px;
}

    .boxArticles a {
        text-decoration: none;
        display: block;
    }

        .boxArticles a:focus {
            outline: none;
        }

    .boxArticles h2 {
        font-size: 18px;
        margin: 15px 0 20px;
        padding: 0 25px;
        color: #576f79;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 38px;
    }

        .boxArticles h2:after {
            display: none;
        }

    .boxArticles p {
        color: #838383;
        margin-bottom: 25px;
        padding: 0px 25px 0 25px;
        height: 63px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.news-image-wrapper {
    overflow: hidden;
    height: 205px;
}

    .news-image-wrapper img {
        width: 100%;
        transform: scale(1);
        transition: all .25s ease-in-out;
    }

    .news-image-wrapper:hover img {
        transform: scale(1.1);
    }

.news_date {
    color: #c08486;
    margin-top: 25px;
    display: block;
    padding: 0 25px;
}

.read-more-button {
    text-decoration: none;
    color: #577075;
    padding: 0 25px 25px 25px;
}

.date-pubished {
    color: #bdbdbd;
    border-top: 1px solid #d55e74;
    margin-top: 5px;
    padding-top: 5px;
    display: inline-block;
    float: right;
    margin-right: 15px;
}

social-icons-inner.news-inner {
    position: relative;
}

.social-icons-inner.news-inner ul {
    margin-left: 25px;
    margin-top: 190%;
}

.slick-initialized .slick-slide {
    padding: 0 15px;
}

.small-slider {
    display: none !important;
}
/*.small-slider .slick-slide:focus{
    outline:none!important;
}*/
.slick_slider button.slick-prev.slick-arrow {
    font-size: 0;
    width: 0;
    height: 0;
    padding: 0;
}

.slick_slider button.slick-next.slick-arrow {
    display: none !important;
}

.regular2 button.slick-prev.slick-arrow {
    visibility:hidden;
    height:0;
    padding:0;
    margin:0;
}

.regular2 button.slick-next.slick-arrow {
    display: none !important;
}
/*.small-slider.col-md-12.slick-initialized.slick-slider {
    position: absolute;
    bottom: 70px;
    
}*/
.big-slider .slick-slide:focus {
    outline: none;
}

.big-slider .slick-slide img {
    width: auto;
    height: 90%;
    display: block;
    margin: 0 auto;
}

.big-slider .slick-list.draggable .slick-slide {
    height: 500px;
}
/*
.small-slider .slick-slide img {
    border: 3px solid rgba(255,255,255, 0.8);
}*/
.galleryTmpl.newz {
    margin-bottom: 40px;
    margin-left: 100px;
}

button#slick-slide-control30 {
    display: none;
}
/*News-details-End*/
/*Serach results*/
.serach_results {
    margin: 50px 0;
    text-align: center;
}

/*Serach results-end*/
/*calendar*/
.inner-header.calendar-header {
    margin-top: 10px;
    margin-bottom: 45px;
}

.well {
    padding: 0 !important;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 0px;
    margin-top: 20px;
    background-color: #f5f5f5;
    border: 0;
}

.fc-view-container {
    padding: 10px 0 0 0;
    margin: 0 30px;
    border-top: 1px solid #e3e3e3;
}

.well .fc-unthemed th {
    border: none !important;
    vertical-align: middle;
    padding: 10px 0px 25px 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

.well .calendar .fc-toolbar.fc-header-toolbar {
    background-color: transparent;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    position: relative;
}

    .well .calendar .fc-toolbar.fc-header-toolbar .fc-left h2 {
        color: #5c5d5f;
        padding: 30px 0;
        text-align: center;
        display: block;
        width: 100%;
        font-family: 'PlayfairDisplay-Regular';
        text-transform: uppercase;
    }

    .well .calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-prev-button span {
        color: #fff !important;
        font-size: 24px;
        width: 12px;
    }

        .well .calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-prev-button span:after {
            content: "\f3d2";
            font-family: "Ionicons";
            position: absolute;
            display: block;
            font-size: 32px;
            color: #d0d7df;
            font-weight: normal;
        }

    .well .calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-next-button span {
        color: #fff !important;
        font-size: 24px;
        width: 12px;
    }

        .well .calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-next-button span:after {
            content: "\f3d3";
            font-family: "Ionicons";
            display: block;
            position: absolute;
            font-size: 32px;
            color: #d0d7df;
            font-weight: normal;
        }

.fc-unthemed td.fc-today {
    background: transparent !important;
}

.fc-state-default {
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
}

span.fc-day-number {
    font-size: 14px;
}

.well .fc-content-skeleton tbody td.fc-event-container .fc-day-grid-event {
    margin-right: 0px;
    margin-left: 0px;
    display: block;
    width: 50px;
    left: 50%;
    transform: translate(-50%);
}

.calendar-events-title h2 {
    margin: 0;
    color: #bd112f;
    text-transform: uppercase;
    padding: 0 20px;
    border-left: 3px solid #bd112f;
}

.calendar-events-title {
    margin-top: 10px;
    font-family: PlayfairDisplay-Regular;
}

.daylist-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.calendar_title {
    font-size: 20px;
    font-weight: normal;
    font-family: PlayfairDisplay-Regular;
    color: #576f79;
    line-height: 1.1;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.calendar_description {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .calendar_description p span {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        color: #737373;
    }

.daylist_image {
    position: relative;
    overflow: hidden;
}

    .daylist_image img {
        width: 100%;
        height: auto;
    }

.legend-wrapper {
    margin-bottom: 60px;
}

.religion-type {
    margin-bottom: 20px;
}

.legend-title {
    background-color: #f5f5f5;
}

    .legend-title h2 {
        margin: 0;
        padding: 0px 50px 30px 0px;
        text-align: right;
        font-size: 16px;
        color: #8d8d8d;
        font-weight: normal;
        cursor: pointer;
        width: 145px;
        float: right;
    }

        .legend-title h2 span {
            font-size: 36px;
            position: relative;
            left: 10px;
            top: 10px;
            color: #d26060;
        }

.religion-type-wrapper {

    border: 1px solid #e4d8ca;
    border-top: 0px;
    background-color: #3d555f;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
}

    .religion-type-wrapper.open {
        padding: 30px;
        border: 1px solid #e4d8ca;
        border-top: 0px;
        background-color: #3d555f;
        visibility: visible;
        opacity: 1;
        height: auto;
        transition: visibility 0s linear 0s, opacity 300ms;
    }

.theme-background {
    display: inline-block;
    width: 60px;
    height: 3px;
}

.religion_name {
    display: inline-block;
    position: relative;
    top: 3px;
    color: #fff;
}
/*calendar-end*/
/*All activities*/
.all-activities-wrapper {
    margin-left: 100px;
}

.activity {
    position: relative;
    margin-bottom: 40px;
}

    .activity .image_holder {
        position: relative;
        overflow: hidden;
        height: 218px;
    }

        .activity .image_holder img {
            max-width: 100%;
            width: auto;
            height: auto;
            transform: scale(1);
            transition: all 0.2s ease-in-out;
        }

            .activity .image_holder img:hover {
                transform: scale(1.1);
            }

    .activity .activity-body h2 {
        font-size: 18px;
        color: #333;
        text-transform: uppercase;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 38px;
        font-family: PlayfairDisplay-Regular;
    }

    .activity .activity-text {
        height: 60px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 20px;
        color: #737373;
    }

    .activity .btn.btn-primary {
        background-color: transparent;
        border: 0;
        color: #577075;
        padding: 0px;
    }

        .activity .btn.btn-primary:focus {
            outline: none;
        }

        .activity .btn.btn-primary:active {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
/*All activities-End*/
@media only screen and (min-width:992px) and (max-width:1199px) {
    .documents-green-box {
        width: 250px;
    }
}
/*Pagination*/
.btn-group.new-pg {
    margin-left: 100px;
}

.pagination > li:first-child > a.first.page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    transform: rotate(180deg);
}

.pagination > li a {
    color: #577075;
    border: 1px solid #9a9a9a;
}

@media(max-width:768px){
	.pagination > li a {
	    padding: 4px 10px;
}}

.prev.page-link {
    border-radius: 0;
}

.pagination > li > a.btn.btn-default {
    border-radius: 0;
}

.pagination > li.current > a.btn.btn-default {
    background-color: #9a9a9a;
    color: #fff;
    border: 1px solid #9a9a9a;
}

.pagination > li:last-child > a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
/*Pagination-End*/
.modal-content {
    border-radius: 0;
    padding: 0 40px 40px 40px;
    background-color: #eaeaea;
    background-image: url(/content/images/background-right.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.modal-header {
    position: relative;
    text-align: center;
    border-bottom: 0;
    padding: 20px;
    margin-top: 5px;
}

    .modal-header h2 {
        color: #6e7071;
        font-size: 32px;
        font-family: PlayfairDisplay-Regular;
        border-bottom: 0;
    }

        .modal-header h2 span {
            display: block;
            font-size: 48px;
            line-height: 0.5;
        }

.modal-content p {
    text-align: justify;
}

.modal-header button.close {
    position: absolute;
    top: 28px;
    right: 0px;
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    color: #6e7071;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1;
}

    .modal-header button.close:focus {
        outline: none;
    }

.mc-field-group {
    margin-bottom: 15px;
}

    .mc-field-group label {
        font-size: 14px;
        text-transform: uppercase;
        color: #6e7071;
    }

    .mc-field-group input {
        width: 100%;
        min-height: 45px;
        border-radius: 0;
        border: 2px solid #c7bba7;
        padding: 10px;
    }

.modal-footer {
    text-align: center;
    border-top: 0;
}

    .modal-footer .btn.btn-primary {
        margin: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0px;
        background-color: #f6f6f6;
        border: 2px solid #c7bba7;
        padding: 9px 20px;
        display: inline-block!important;
        color: #6e7071;
								  
    }
/*Priest in city*/
.btn.btn-default.dropdown_select {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    background-color: #f6f6f6;
    border: 2px solid #c7bba7;
    padding: 9px 20px;
    color: #6e7071;
}

.priest-city {
    padding: 20px 0 200px 0;
}

.btn.btn-default.dropdown_select:focus {
    background-color: #f6f6f6;
    color: #6e7071;
    outline: none;
}

.dropdown-menu.city-list .active {
    background-color: #9a9a9a;
}

.dropdown-menu.city-list {
    border-radius: 0;
    padding: 0;
    margin: 0;
}

    .dropdown-menu.city-list li:nth-child(n+2) span {
        display: block;
        padding: 6px 11px;
        color: #6e7071;
    }

.input-group-addon {
    border-radius: 0;
}

.dropdown-menu.city-list li:first-child span {
    padding: 3px 5px;
    border-radius: 0;
    background-color: #f6f6f6;
}

.dropdown-menu.city-list li:first-child input {
    border-radius: 0;
    font-size: 14px;
    width: 100%;
}

    .dropdown-menu.city-list li:first-child input:focus {
        outline: none;
        border-color: #ccc;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.dropdown-menu.city-list li:first-child span > span {
    color: #6e7071;
}

.contact_table {
    margin-top: 10px;
}

    .contact_table .table thead {
        border: 1px solid #ddd;
    }

        .contact_table .table thead tr {
            background-color: #f6f6f6;
        }

            .contact_table .table thead tr th {
                color: #6e7071;
            }

    .contact_table .table tbody tr {
        border: 1px solid #ddd;
    }

        .contact_table .table tbody tr td {
            color: #6e7071;
        }

.solution-message {
    padding-left: 10px;
    color: #6e7071;
}
/*Priest in city-end*/
/*Search results*/
ul.search-results.with-track-small {
    list-style: none;
    text-align: left;
    padding:0;
    margin-left:100px;
}
p.result-ttl{
    display:none;
}
ul.search-results.with-track-small li.news-intro{
    padding-bottom:18px;
}
ul.search-results.with-track-small li.news-intro p {
    display: none;
}
    ul.search-results.with-track-small li.news-intro p.result-info.trunc3 {
        display: block;
        padding: 5px 0;
        color: #737373;
    }
    ul.search-results.with-track-small li.news-intro p.result-lnk {
        display: block;
        padding: 5px 0;
        color: #737373;
    }
        ul.search-results.with-track-small li.news-intro p.result-lnk a {
            color: #7198a0;
            text-decoration: none;
            text-transform: capitalize;
        }
        
        ul.search-results.with-track-small li.news-intro h2 {
            margin-left: 0px;
            width: 100%;

        }
            ul.search-results.with-track-small li.news-intro h2 a {
                color: #576f79;
                text-decoration: none;
            }
            
            ul.search-results.with-track-small li.news-intro h2:before {
                display: none;
            }
.four.columns.centered .pager li > a{
    border-radius:0;
}
.languages_footer{
    display:inline-block;
    float:right;
}
/*Search results_End*/
@media only screen and (max-width: 1199px) {
    .padding_left {
        padding-left: 15px;
    }

    .tab-list-wrapper {
        position: relative;
    }

    .grey-box {
        display: none;
    }

    .nav-tabs {
        margin-left: 0
    }

        .nav-tabs > li.active > a span {
            right: -35px;
            top: -10px;
            font-size: 30px;
        }

        .nav-tabs > li {
            float: left;
            padding-right: 60px;
        }

    #ns-content .hompage-slider.carousel .carousel-caption {
        width: 60%;
    }

        #ns-content .hompage-slider.carousel .carousel-caption h1 {
            font-size: 40px;
        }

        #ns-content .hompage-slider.carousel .carousel-caption p {
            font-size: 18px;
        }

    .last-activities .item > a {
        display: block;
    }

        .last-activities .item > a:hover {
            text-decoration: none;
        }

        .last-activities .item > a .image {
            display: block;
            float: none;
            margin: 0 auto;
        }

        .last-activities .item > a .carousel-caption {
            display: block;
            float: none;
            margin: 0px auto 0 auto;
        }

    .nav-tabs {
        margin-top: 0;
    }

    .grey-box {
        left: 15px;
        top: -3px;
    }

    .tab-content {
        padding: 0px 0 0px 70px;
        margin-top: 20px;
        margin-bottom: 100px;
    }
    /*.small-slider.slick-slider .slick-track {
        width: auto !important;
    }

    .small-slider .slick-slide {
        float: none;
        width: 120px !important;
        margin-bottom: 10px;
        padding: 0;
    }

        .small-slider .slick-slide img {
            max-width: 100%;
        }*/
    .calendar-events-title {
        margin-bottom: 30px;
    }

    .daylist-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .social-icons-inner.news-inner ul {
        margin-left: -15px;
    }
}

.big-slider button.slick-prev.slick-arrow:focus {
    outline: none;
}

.big-slider button.slick-prev.slick-arrow {
    width: 70px;
    height: 70px;
    background: transparent;
    box-shadow: none;
    font-size: 0;
    top: -65px;
    z-index: 10;
    position: absolute;
    right: 0;
    margin: 0;
    font-weight: normal;
}

    .big-slider button.slick-prev.slick-arrow:after {
        content: "\f3d6";
        font-family: "Ionicons";
        display: block;
        position: absolute;
        font-size: 61px;
        color: #dedede;
        color: #656565;
        box-shadow: none;
        text-shadow: none;
    }

.big-slider button.slick-next.slick-arrow:focus {
    outline: none;
}

.big-slider button.slick-next.slick-arrow {
    top: -65px;
    z-index: 10;
    position: absolute;
    right: 53px;
    width: 70px;
    height: 70px;
    background-color: transparent;
    font-size: 0;
    box-shadow: none;
    margin: 0;
    font-weight: normal;
}

    .big-slider button.slick-next.slick-arrow:after {
        content: "\f3d5";
        font-family: "Ionicons";
        display: block;
        position: absolute;
        font-size: 61px;
        color: #656565;
        text-shadow: none;
    }

.news-image-wrapper {
    height: auto;
}

@media only screen and (max-width: 991px) {
    .inner-header {
        margin-bottom: 35px;
    }

        .inner-header h2 {
            margin-left: 0;
            text-align: center;
            font-size: 26px;
            width: 100%;
        }

            .inner-header h2:before {
                display: none;
            }

    .inner-intro p {
        width: auto;
    }

    .documents-box h2 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 26px;
    }

    .documents-box p:first-of-type {
        width: auto;
    }

    .documents-green-box {
        width: auto;
    }

        .documents-green-box h2 {
            font-size: 14px;
            margin-bottom: 25px;
        }

    .contact-icon {
        margin-bottom: 20px;
    }

        .contact-icon img {
            display: block;
            margin: 0 auto;
        }

    .documents-box {
        margin-left: 0;
    }

    .contact-information p {
        text-align: center;
    }

        .contact-information p:last-of-type {
            margin-bottom: 30px;
        }

    .documents-green-box {
        position: relative;
        top: 0;
        right: auto;
        margin: 0 auto;
    }

    .all-contact-information {
        margin: 90px 0;
    }

        .all-contact-information p {
            text-align: center;
        }

    .social-icons-inner {
        display: none;
    }

        .social-icons-inner.news-inner ul {
            margin-left: -15px;
        }

    .nav-tabs {
        margin-top: 50px;
    }

    .about-us-content p {
        margin-left: 0px;
    }

    p.middle-content {
        margin-left: 93px;
    }

    .related-news {
        background-position: bottom;
    }

    .news-image-wrapper {
        height: auto;
    }

    /*.small-slider.slick-slider .slick-track {
        width: auto !important;
    }

        .small-slider .slick-slide {
            float: none;
            width: 120px !important;
            margin-bottom: 10px;
            padding: 0;
        }

            .small-slider .slick-slide img {
                max-width: 100%;
            }*/
    .calendar_title {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .boxArticles {
        margin-right: 0;
    }

    .Intro {
        margin-left: 0;
    }

    .MainImg {
        margin-left: 0;
    }

    .NewsContent {
        margin-left: 0;
    }

    .keyword {
        margin-left: 0;
    }

    .galleryTmpl.newz {
        margin-left: 0;
    }

    .all-activities-wrapper {
        margin-left: 0;
    }

    .activity .image_holder {
        height: auto;
    }

    .btn-group.new-pg {
        margin-left: 0;
    }

    .center-paragraphs .paragraphs {
        position: relative;
        top: auto;
        transform: none;
    }

    .big-slider .slick-slide img {
        width: 100%;
        height: auto;
    }

    #ns-content .hompage-slider.carousel .carousel-caption p {
        padding: 0 15px;

          }
    .navbar-default  .navbar-collapse.in{
        overflow-y:inherit!important;
    }

    

    .all-activities{
        margin-top:35px;
    }
    .last-activities .carousel-indicators {
        bottom: -15px;
    }
    .last-activities .carousel-indicators li {
        margin: 0 10px;
    }
        .last-activities .carousel-indicators li span a {
            padding: 12px;
            bottom: 5px;
            left: -6px;
        }
    .navbar-default .navbar-collapse.in{
        overflow-y:initial!important;
    }
    ul.search-results.with-track-small li.news-intro h2 {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    /*.small-slider.slick-slider .slick-track{
        width:auto!important;
    }
    .small-slider .slick-slide {
        float: none;
        width: 120px !important;
        margin-bottom: 10px;
        padding: 0;
    }
        .small-slider .slick-slide img{
            max-width:100%;

        }*/
    /*Home carousel mobile*/
    #ns-content .hompage-slider.carousel .carousel-caption h1 {
        font-size: 30px;
        margin-bottom: 35px;
    }


        #ns-content .hompage-slider.carousel .carousel-inner .item .item-container {
            position: relative;
           
            animation: none;
           
        }

    

    #ns-content .hompage-slider.carousel .carousel-arrows {
        top: 70%;
    }
    /*Home carousel-end*/
    .languages {
        top: 18px;
        right: 110px;
    }

    #ns-header .search-wrapper .search {
        bottom: 11px;
        right: 80px;
        left: auto;
    }

    #ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle .title {
        display: none;
    }

    #ns-header .menu-container .navbar-default.main-menu .navbar-collapse .navbar-nav {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    #ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #ns-header .menu-container .navbar-default.main-menu .navbar-brand {
        height: 60px;
    }

    .navbar-brand > img {
        width: 100px;
    }

    .breadcrumbs {
        top: 60px;
    }

    .inner-header {
        margin-top: 90px;
    }

    #ns-header .search-wrapper .search input {
        opacity: 1;
        width: 120px;
    }

    #ns-content .hompage-slider.carousel .carousel-caption {
        width: 75%;
    }

        #ns-content .hompage-slider.carousel .carousel-caption h1 {
            font-size: 36px;
        }

        #ns-content .hompage-slider.carousel .carousel-caption p {
            font-size: 16px;
            padding: 0;
            text-transform: uppercase;
            font-family: 'PlayfairDisplay-Regular';
        }

    .navbar-nav > li.dropdown span {
        top: 15px;
    }

    .last-activities .item > a .image {
        width: auto;
        height: auto;
    }

        .last-activities .item > a .image img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }

    .last-activities .item > a .carousel-caption {
        width: auto;
    }

    .documents-box {
        padding: 25px;
    }

    .tab-content {
        padding: 0px 0 0px 30px;
    }

    .all-contact-information p {
        text-align: left;
    }

    #ns-header .menu-container .navbar-default.main-menu .navbar-collapse .navbar-nav li a {
        border-bottom: 1px solid #252525;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #ns-header .menu-container .navbar-default.main-menu .navbar-collapse .navbar-nav li:last-child a {
        border-bottom: 0px solid #fff;
    }

    .search_overlay input {
        font-size: 36px;
        padding: 0 15px;
    }

    .close_search {
        right: 20px;
        top: 0;
        font-size: 20px;
    }

        .close_search span {
            font-size: 35px;
        }

    .well .calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-prev-button {
        left: 20px;
    }

    .well .calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-next-button {
        right: 20px;
    }

    .activity .image_holder img {
        width: 100%;
    }

    .activity .activity-body h2 {
        height: auto;
        -webkit-line-clamp: unset;
    }

    .activity .activity-text {
        height: auto;
        -webkit-line-clamp: unset;
    }

    .pretstavka-content .center-paragraphs {
        height: auto;
    }

    .big-slider .slick-list.draggable .slick-slide {
        height: auto;
    }

    .last-activities .item > a .carousel-caption {
        height: 350px;
    }

        .last-activities .item > a .carousel-caption p.activityIntro {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            height: 98px;
        }

        .last-activities .item > a .carousel-caption .btn-slider-pocetna {
            position: relative;
            bottom: 0px;
            right: 10px;
        }
    
    .well .fc-content-skeleton tbody td.fc-event-container .fc-day-grid-event {
        width: 25px;
    }
    #ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle .lines span.icon-bar:after {
        display: none;
    }

    #ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle .lines span.icon-bar:nth-of-type(2):after {
        display: none;
    }
    
    .last-activities .carousel-indicators li.active {
        width: 12px !important;
        height: 12px !important;
    }
    .last-activities .carousel-indicators li {
        width: 12px !important;
        height: 12px !important;
    }
        .last-activities .carousel-indicators li span a {
            padding: 12px;
            bottom: 5px;
            left: -6px;
        }
    #ns-footer .institutions-link{
        margin-left:0;
    }
    .languages_footer {
           display: block;
    /* margin-top: 10px; */
    float: none;
    width: 150px;
    margin: 20px auto 0;
    }
}

@media only screen and (max-width: 693px) {
    #ns-content .hompage-slider.carousel .carousel-caption h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #ns-content .hompage-slider.carousel .carousel-caption p {
        font-size: 14px;
    }

    #ns-content .hompage-slider.carousel .social-media:before {
        height: 35px;
        margin: 0 auto 10px auto;
    }

    #ns-content .hompage-slider.carousel .social-media:after {
        height: 35px;
        margin: 20px auto 0px auto;
    }

    #ns-content .hompage-slider.carousel .carousel-indicators-wrapper .carousel-indicators:before {
        height: 35px;
        margin: 0px auto 5px auto;
    }

    #ns-content .hompage-slider.carousel .carousel-indicators-wrapper .carousel-indicators:after {
        height: 35px;
        margin: 5px auto 0px auto;
    }
}

@media only screen and (max-width: 480px) {
    #ns-content .hompage-slider.carousel .carousel-caption {
        font-size: 20px;
        width: 67%;
    }

        #ns-content .hompage-slider.carousel .carousel-caption h1 {
            font-size: 18px;
            margin-bottom: 1px;
            margin-top: 0px;
            letter-spacing: -0.4px;
        }

        #ns-content .hompage-slider.carousel .carousel-caption p {
            font-size: 11px;
            letter-spacing: -0.2px;
            margin-top: 5px;
        }

    #ns-content .hompage-slider.carousel .carousel-arrows span {
        font-size: 40px;
    }

    .documents-green-box {
        padding: 20px;
    }
    /*.small-slider.slick-initialized.slick-slider .slick-list.draggable {
        padding: 0 15px!important;
    }
    .small-slider .slick-slide {
        width: 90px !important;
    }*/
    .big-slider button.slick-next.slick-arrow:after {
        font-size: 40px;
    }

    .big-slider button.slick-prev.slick-arrow:after {
        font-size: 40px;
    }

    .languages {
        top: 18px;
        right: 82px;
    }

    #ns-header .search-wrapper .search {
        bottom: 11px;
        right: 65px;
        left: auto;
    }

    #ns-content .hompage-slider.carousel .carousel-arrows {
        top: 85%;
    }

    .well .fc-content-skeleton tbody td.fc-event-container .fc-day-grid-event {
        width: 20px;
    }
    .religion_name {
        display: block;
    }
}

.fc-day-top {
    cursor: pointer;
}
.gdprSettings {
    position: fixed;
    bottom: 0;
   z-index: 3;
    transition: all ease-in 0.5s;
}
.gdprSettings .fa-gears:before, .fa-cogs:before{
        content: "\f085";
        font-family: 'FontAwesome';
        font-size: 35px;
        font-style: normal;
        color: #00457b;
    }
	
	.gdpr{
   position: fixed; bottom: 0;width: 100%;
    z-index: 99999;
    background-color: rgb(0 0 0 / 88%);
    color: white;
    padding: 15px 0;
}
.gdpr .forms{
	padding-top: 30px;
	margin-left: 35px;
}
.gdpr .forms .group label{
	font-size: 14px;
	font-weight: normal !important;
	margin-left: 15px;
}
.gdpr .container{
	padding-bottom: 20px;
}	
.gdpr .container p{
    padding-top: 10px;
	font-size:13px;
}
.gdpr .group p{
    display: inline;
}
.gdpr input#btnOK{
    position: relative;
    width: 75px;
    margin: 50px 0 10px 0;
    float: right;
	background-color: #fff !important;
    border: 1px solid #fff ;
}
#btnSettings {
	cursor: pointer;
	padding-left: 10px;
}
.gdpr  .cookieHead strong{
	color: white !important;
}
.gdpr a{
    color: #e17da9 !important;
	font-weight: bold;
}
.gdpr .hideGrpd{
display:none
}



.inner-category {
    background: transparent linear-gradient(0deg, #C5B29A21 0%, #C5B29A 66%, #C79A61 100%);
    position:relative;
}

    .inner-category:after {
        content: " ";
        width: 100%;
        height: 623px;
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: url(../content/images/crkva-bg.png);
        background-repeat: no-repeat;
    }


    .inner-category .inner-header h2 {
        color: white;
    }
    .inner-category .inner-header h2:before {
        background-color: white;
    }
    .inner-category .inner-header {
        margin-top: 240px;
        margin-bottom: 60px;
    }

    .inner-category  .category-banner {
        width: 100%;
        margin-bottom: 40px;
    }

        .inner-category .category-banner img{
            width:100%;
        }

        .inner-category p {
            margin-bottom: 15px;
            text-align: justify;
            color: #070707;
        }


    .inner-category .boxes{
        margin:50px 0 70px 0;
    }


    .inner-category .box {
        position: relative;
        height: 225px;
        width: 360px;
        display: block;

       
    }
.box a {
    position: absolute;
    height: 100%;
    right: 0;
    display: block;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 11;
    transition: .4s ease-in-out;
}


.inner-category .box:hover:after {
    background: rgba(0,0,0,0.7);
    transition: .4s ease-in-out;
}



    .box:hover p:after {
        opacity: 1 !important;
        transition: .4s ease-in-out;
    }

        .inner-category .box img {
            width: 100%;
            height: 100%;
            position: relative;
        }

        .inner-category .box:after {
            content: ' ';
            display: inline-block;
            width: 100%;
            height: 100%;
            position: absolute;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: rgba(0,0,0,0.4);
        }


.inner-category .box p {

    position: absolute;
    display: inline-table;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: 'PlayfairDisplay-Regular';
    z-index: 1;
    color: white;
    font-size: 20px;
    left: 0 !important;
    text-align: center;
    vertical-align: baseline;
    width: 100%;
}


    .inner-category .box p:after {
        content: ' ';
        display: block;
        width: 40%;
        height: 1px;
        position: absolute;
        bottom: -7px;
        left: 0;
        right: 0;
        margin: auto;
        background: white;
        opacity: 0;
        transition: .4s ease-in-out;
    }


@media (max-width: 991px) {
    .inner-category:after{
        display:none;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .inner-category .box{
        height:auto;
        width:280px;
    }

    .inner-category .box img{
        object-fit:cover;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .inner-category .box {
        height: auto;
        width: 230px;
    }

        .inner-category .box img {
            object-fit: cover;
        }

        .inner-category .box p {
            font-size: 19px !important;
        }
}


@media (max-width: 767px) {


    .inner-category .box {
        height:  190px;
        width: 100%;
        margin-bottom: 20px;
    }
    .inner-category .box p {
        font-size: 19px !important;
    }
        .inner-category .box img {
            object-fit: cover;
        }


}
