﻿*{
    margin:0;
    padding:0;
}

p a{
    color: #5e3d1f;
    font-weight: bold;
	text-decoration: none;
}

p a:hover{
	text-decoration: underline;
}

body.body-home {
    background-image:url("/assets/img/slika1.jpg");
    background-repeat: no-repeat;
    background-position:top;
    background-color: #ede9dc;
    font-family: 'Open Sans', sans-serif;
}

body.body-page {
    background-image:url("/assets/img/slika3.jpg");
    background-repeat: no-repeat;
    background-position:top;
    background-color: #ede9dc;
    font-family: 'Open Sans', sans-serif;
    background-size: 1918px 888px;
}

.header{
    height: 690px;
    position: relative;
}

.header-page{
    height: 788px;
}

.header .logo_menu-home, .header-page .logo_menu-home{
    background-color: #896645;
    height:50px;
    margin-top: 100px;
}

.header .logo_menu-page, .header-page .logo_menu-page{
    background-color: #482a28;
    height:50px;
    margin-top: 100px;
}

.navbar-header a img{
    margin-top: -43px;
}

.navbar-toggle .icon-bar{
    background-color: white;
}

.menu ul li a,
.menu-page ul li a{
    color: white;
    text-decoration:none;
    text-transform:uppercase;
}

.menu ul li a:hover,
.menu ul li a.active,
.menu ul li a:focus,
.menu-page ul li a:hover,
.menu-page ul li a.active,
.menu-page ul li a.focus{
    color: #ffae00;
    background-color: transparent;
}
.menu ul li ul{
    display:none;
    position: absolute;
    padding: 0;
    top: 50px;
    left: 0;
    background-color: #896645;
}

.menu-page ul li ul{
    display:none;
    position: absolute;
    padding: 0;
    top: 51px;
    left: 0;
    background-color: #482a28;
}

.menu ul li ul li,
.menu-page ul li ul li{
    display: block;
    margin: 0;
    padding: 0;
}

.menu ul li ul li a,
.menu-page ul li ul li a{
    display: block;
    padding: 5px 20px 5px 10px;
    white-space: nowrap;
}

.menu ul li:hover ul,
.menu-page ul li:hover ul{
    display: block;
    z-index: 1;
}

.name{
    margin-top: 40px;
}

.name h1{
    text-align:center;
    text-transform: uppercase;
    font-size: 24px;
    color: #896645;
    letter-spacing: 4px;
}

.bannerBox{
    margin-top: 80px;
    text-align: center;
}

.bannerImage{
    width: 200px;
}

.bannerBox p{
    color:white;
    font-size: 24px;
    text-transform:uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing:3px;
}

.bannerBox a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    border: 1px solid white;
    padding: 8px 40px;;
}

.banner2{
    background-color: black;
}

.symbols{
    overflow:hidden;
    padding: 10px;
}

.symbol{
    color: white;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.symbol a{
    text-decoration: none;
    color:white;
}

.line{
    border-right: 1px solid white;
}

.stih-dana{
    min-height: 300px;
    background-color: #ede9dc;
    border-top: 5px solid #825722;
    border-bottom: 5px solid #825722;
    margin-top: 2px;
    text-align: center;
}

.section-title{
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}

.title-line{
    width: 30px;
    border:1px solid #825722;
    margin:0 auto;
}

.stih-text{
    padding-top: 40px;
}

.stih-lokacija{
    margin-top: 35px;
}

.najnovije{
    background-color: #ffffff;
    min-height: 300px;
    text-align: center;
    margin-bottom: 2px;
    border-bottom: 5px solid #5e3d1f;
}

.top-news{
    padding-top: 50px;
    overflow: hidden;
    border-bottom: 1px solid #5e3d1f;
    padding-bottom: 20px;
}

.top-news-text{
    width: 44%;
    float: left;
}

.top-news-text h4{
    text-align: center;
    padding: 10px;
    letter-spacing: 2px;
}

.top-news-text h4 a{
    text-decoration: none;
    color:black;
}

.top-news-text h4 a:hover{
    text-decoration: underline;
}

.top-news-text p{
    text-align: left;
    padding: 10px;
}

.top-news-img{
    width: 55%;
    float: right;
}

.top-news-img img{
    width: 100%;
    float: right;
    padding-left: 10px;
    border-left: 1px solid #5e3d1f;
}

.old-news{
    padding-top: 15px;
    padding-bottom: 35px;
}

.news-read{
    text-align: right;
    margin-right: 10px;
    margin-top: 20px;
}

.old-news a,
.news-read a{
    color:#b37c4e;
    text-decoration: none;
}

.news{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.new{
    width: 32.5%;
    float: left;
    text-align: left;
    margin-bottom: 15px;

}

.new a{
    padding: 5px;
    float: left;
    text-decoration: none;
    color:black;
    letter-spacing: 2px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.new a:hover{
    text-decoration: underline;
}

.new-image{
    width: 100%;
    overflow: hidden;
}

.new-image img{
    width: 100%;
    height: auto;
}

.new-space{
    margin: 0 1.2%;
}

.black-sep{
    background-color: #000000;
    height: 50px;
}

.banner3{
    background-image:url("/assets/img/slika2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    text-align: center;
    color:white;
    position: relative;
}

.banner3:before{
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 40%;
}

.banner3 .banner-box{
    height: 750px;
    vertical-align: middle;
    display: inline-block;
}

.banner3 .banner-box p{
    font-size: 30px;
    margin-bottom: 35px;
    letter-spacing: 3px;
}

.banner3 .banner-box a{
    text-decoration: none;
    color:white;
    font-size: 22px;
    border:1px solid white;
    padding: 3px 30px;
}

.contact{
    height: 650px;
    border-top:5px solid #5e3d1f;
    border-bottom:5px solid #5e3d1f;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
}

.contact-form{
    margin: 50px auto;
}

.contact-form textarea{
    height: 200px;
    resize: none;
}

.form-element{
    width: 100%;
    border:none;
    padding: 10px 15px;
    margin-bottom: 5px;
    font-size: 15px;
}

.form-submit{
    background-color:#5e3d1f;
    color:white;
    border:none;
    font-size:15px;
    padding-top:10px;
    padding-bottom:10px;
    cursor:pointer;
}

footer{
    height: 250px;
    background-color: #5e3d1f;
    color:white;
}

.footer-content{
    padding-top: 40px;
    text-align: center;
}

.category{
    min-height: 200px;
    background-color: #ede9dc;
    text-align: center;
    margin-top: 2px;
    border-bottom:5px solid #825722;
    padding-top: 10px;
}

.categories{
    width: 550px;
    margin: 0 auto;
    margin-top: 30px;
    border-bottom: 1px solid #5e401b;
    min-height: 50px;
    overflow: hidden;
}

.categories .cat{
    text-decoration: none;
    color: #5e401b;
    border: 1px solid #5e401b;
    padding: 5px 40px;
    margin-bottom: 15px;
    float: left;
}

.cat-space{
    margin:0 13px;
}

.cat-description h4{
    margin-top: 20px;
    margin-bottom: 20px;
}

.arrow-down {
    width: 550px;
    margin: 20px auto;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 12px solid #5e401b;
    clear: both;
}

.arrow-scroll {
    cursor: pointer;
    margin: 20px auto;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 15px solid white;
}

.title{
    margin-top: 20%;
    text-align: center;
}

.title h1{
    font-size: 85px;
    color:white;
}

.text{
    border-bottom: 5px solid #5e3d1f;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: #ede9dc;
}

.login-form{
    margin: 0 auto;
    text-align: center;
}

.error-messages{
    margin-top: 20px;
    color: #5e3d1f;
}

.contact-info{
    margin-top: 20px;
    text-align: center;
}

.spiner{
    margin-bottom: 10px;
    color: #5e3d1f;
    display: none;
}

.mobile-menu{
    display: none;
    padding: 10px;
}

.mobile-menu ul li{
    list-style: none;
    clear: both;
}

.mobile-menu ul li a{
    color: white;
    font-size: 18px;
    padding: 5px;
    display: block;
}

.mobile-menu ul li ul{
    margin-left: 20px;
}

.mobile-menu{
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128,128,128,0.9);
    overflow-y: auto;
}

.mobile-menu ul{
    width: 75%;
    float: left;
}

#close-menu{
    border: none;
    background-color: transparent;
    position: absolute;
    right: 50px;
    top: 50px;
}

#close-menu img{
    width: 40px;
}

/* ---------------KOMENTARI---------------- */

#komentari{
	margin-top:60px;
}

.korisnik{
	color:#bcbcbc;
	margin-top:25px;
}

.korisnik a{
	color:#482a28;
	font-weight:bold;
}

.korisnik a:hover{
	color:#2B2B2B;
	font-weight:bold;
}

.datum{
	float:right;
	margin-right:5px;
	font-size:15px;
}

.komentar{
	border:1px solid #bcbcbc;
    font-size:15px;
    padding: 10px;
}

#komentari_naslov{
	color:#482a28;
	margin-bottom:-10px;
	padding: 10px;
	letter-spacing: 3px;
    clear: both;
    border-bottom: 1px solid #482a28;
}

#brojKomentara{
	float: right;
	line-height: 20px;
    margin-right: 10px;
    margin-left: 10px;
	letter-spacing:1px;
}

#komentari_naslov i{
	float:right;
	line-height: 20px;
	margin-bottom: 5px;
}

#komentari-ploca{
	display:none;
}

#btnKomentiraj{
	margin-top: 30px;
	margin-left: 0;
	margin-bottom: 5px;
	width: 150px;
	text-align:center;
	border: none;
    background-color:#5e3d1f;
    color: white;
	font-size:16px;
    font-weight:bold;
    padding: 10px;
}

#btnSpremiKomentar{
	width: 150px;
	padding: 10px;
	text-align:center;
	background:#5e3d1f;
	border: none;
	color:white;
	font-size:16px;
	font-weight:bold;
}

.btn {
    padding: 10px;
    text-align:center;
    background:#5e3d1f;
    border: none;
    color:white;
    font-size:16px;
    font-weight:bold;
}

.btn:hover,
.btn:active,
.btn:focus {
    color: white;
}

#textKomentar{
	width: 400px;
	height: 100px;
	resize:none;
}

.btnKomentar{
	border-top: 1px solid #bcbcbc;
	padding-top: 5px;
}

.btnPrijavi{
	margin-right: 10px;
}

.btnBan{
	margin-right: 10px;
}

.btnBrisi{
	margin-right: 10px;
}

.textUrediKomentar{
	width: 400px;
	height: 100px;
	resize:none;
	margin-top: 10px;
}

.btnSpremiKomentarUredi{
    width:150px;
    padding: 10px;
	text-align:center;
    border: none;
    background-color: #5e3d1f;
	color:#2B2B2B;
	color: white;
	font-size:16px;
	font-weight:bold;
}

.prijavljen{
	border: 1px solid red;
}

.urediKomentar{
	margin-top: 10px;
}

.link {
    color: #5e3d1f;
    font-weight: bold;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
    color: #5e3d1f;
    font-weight: bold;
}

.reg-error {
    margin-bottom: 3px;
    text-align: center;
}

.login-form input[type="checkbox"] {
    margin-right: 10px;
}

@media (max-width: 1200px){

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        display: none;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media (max-width: 768px){

    .line{
        border: none;
    }
}

@media (max-width: 600px){

    .top-news-text{
        width: 100%;
    }

    .top-news-img{
        width: 100%;
        border: none;
    }

    .top-news-img img{
        border: none;
    }

    .header-page{
        height: auto;
    }

    .title h1{
        font-size: 30px;
    }

    .title{
        padding-bottom: 40px;
        padding-top: 10px;
        margin: 0;
    }

    .arrow-scroll{
        display: none;
    }

    body.body-page {
        background-repeat: no-repeat;
        background-position:top;
        background-color: #ede9dc;
        font-family: 'Open Sans', sans-serif;
        background-size: contain;
    }

    .header .logo_menu-page, .header-page .logo_menu-page{
        margin-top: 0;
    }

    .navbar-header a img.logo-page{
        margin-top: 0;
        width: 50px;
    }
}

@media (max-width: 480px) {
    .new{
        width: 70%;
        float: none;
        margin: 0 auto;
    }

    #btnSpremiKomentar{
        width: 100%;
    }

    #textKomentar, .textUrediKomentar{
        width: 100%;
    }

    #btnKomentiraj{
        width: 100%;
    }

    .btnSpremiKomentarUredi{
        width: 100%;
    }
}

#notes {
    text-align: left;
}

.hidden-text {
    display: none;
}

.note-author {
    text-align: left;
    font-weight: bold;
}

.note-text {
    text-align: left;
}

.note-date {
    text-align: right;
    float: right;
    display: inline-block;
}

.actions {
    text-align: left;
}

.clickable {
    cursor: pointer;
}

.mb15 {
    margin-bottom: 15px;
}

.img-preview{
    margin-bottom: 10px;
}

.img-preview img{
    width: 150px;
    margin-top: 10px;
}

.note-image {
    text-align: left;
}

.note-image img{
    width: 150px;
}

#image {
    display: none;
}

.replay-box {
    margin-left: 30px;
    border: 1px solid #5e3d1f;
    padding: 7px;
    margin-bottom: 10px;
}

.actions a {
    margin-right: 10px;
    font-size: 18px;
}

.post-link {
    margin-bottom: 2px;
}

.icon-box {
    float: left;
    margin-right: 15px;
}

.item-icon {
    font-size: 20px !important;
    color: #5e3d1f;
}

.filter-box {
    margin-bottom: 25px;
}

.select-filter {
    padding: 10px;
    border: 1px solid #5e3d1f;
    border-radius: 0px;
    width: 100%;
    color: #5e3d1f;
}

.news-date {
    color: #5e3d1f;
}

.date-section {
    margin-bottom: 30px;
}

.post-section {
    padding: 10px 0;
}

.hr-line {
    border-top: 1px solid #5e3d1f;
    margin-top: 10px;
    margin-bottom: 10px;
}

.audio-chck {
    margin-top: 10px;
}

.audio-chck span {
    margin-left: 10px;
}

.comments {
    margin-left: 20px;
}

.sermon-icon {
    color: #5e3d1f;
    margin-left: 10px;
    margin-right: 10px;
}

.toolbar {
    width: 100%;
    opacity: 0.7;
    position: sticky;
    position: -webkit-sticky;
    bottom: 10px;
    z-index: 5;
    margin-bottom: 20px;
    padding: 10px;
    overflow: hidden;
}

.toolbar p {
    color: white;
}

.toolbar-data {
    color: white;
    font-weight: bold;
    background-color: #5e3d1f;
    padding: 5px 10px;
}

.toolbar-unread {
    float: right;
    /* margin-top: 10px; */
    color: #ffae00;
}

.toolbar-user {
    color: white;
}

.toolbar-user i {
    color: white;
    font-size: 18px;
}

.toolbar-user img {
    width: 40px;
}

.unread-post {
    color: #ffae00;
}

.news-loader {
    font-size: 25px;
}

.devotion-date .xdsoft_year {
    display: none !important;
}

.btn-calendar {
    background-color: #5e3d1f;
    width: 35px;
    height: 34px;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-calendar:focus {
    outline: none;
}

.btn-calendar i {
    width: 14px;
    height: 14px;
    font-size: 15px;
    color: white;
}

.devotion-calendar .btn {
    background: #ede9dc;
    color: #5e3d1f;
    border-radius: 0px;
}

.devotion-calendar .btn .text-muted {
    color: #ffae00;
}

.devotion-calendar .btn .text-info {
    color: #ffae00;
}

.devotion-calendar .btn.active {
    background: #5e3d1f;
}

.devotion-calendar .btn.active span {
    color: white;
}

.devotion-calendar .btn:focus,
.devotion-calendar .btn:active {
    outline: none;
    border-color: none;
}

.ml10 {
    margin-left: 10px;
}

.profile-image-box img {
    border: 1px solid #5e3d1f;
    margin-bottom: 15px;
    width: 64px;
    height: 64px;
}

.user-data {
    margin-top: 50px;
}

.note-profile {

}

.note-profile-box {
    overflow: hidden;
}

.note-profile-image {
    float: left;
}

.note-profile-author {
    text-align: left;
    font-weight: bold;
    margin-left: 15px;
    float: left;
    margin-top: 5px;
}

.note-profile-box img {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.members {
    margin-top: 20px;
}

.members ul li {
    list-style: none;
    text-align: left;
}

.news-tab .nav-link {
    color: #5e3d1f;
}

.news-tab .nav-tabs {
    border-bottom: 1px solid #5e3d1f;
}

.news-tab .nav-tabs li.active a {
    color: #5e3d1f;
    border: 1px solid #5e3d1f;
}

.news-tab .nav-tabs li a:hover {
    color: #5e3d1f;
    border: 1px solid #5e3d1f;
}

.memoriam-box {
    border: 1px solid #5e3d1f;
    height: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.memoriam-box .name p {
    color: #5e3d1f;
    font-size: 25px;
    text-align: center;
}

.memoriam-box .date p {
    color: #5e3d1f;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.memoriam-box .link {
    color: #5e3d1f;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.memoriam-box .link a {
    color: white;
    font-size: 14px;
    padding: 10px 15px;
}

.memoriam-image img {
    width: 100%;
}
