/* Custom desktop css */
@font-face{
    font-family: Blacksword;
    src: url('../fonts/Blacksword.ttf') format('truetype');
}

/*All Pages */
.enmemoro-title{
    font-family: Blacksword;
    font-size: 2rem;
}

body{
    overflow-x: hidden;
}

/* Loading Page START */
#loader {
    display: block;
    position: absolute;
    z-index: 100000;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#upper {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75%;
    margin: inherit;
    padding: inherit;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 100% ); /*left top*//*right top*//*right bottom*//*left bottom*/
    background: url('../imgs/floral.png') #eee no-repeat;  
    background-position: left top;  
}

#lower {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 78%;
    margin: inherit;
    padding: inherit;
    clip-path: polygon(0 66%, 100% 0%, 100% 100%, 0 100%);    
    background: url('../imgs/rocks.png') #333 no-repeat;
    background-position: right bottom;

}

#logo {
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    border: solid 2px #888;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
    font-family: Blacksword;
    font-size: 2em;
    text-align: center;
    line-height: 300px;
    background-color: #eee;
}

#spinner{
    position: relative;
    top: -290px;
}

#spinner img{
    width: 280px;
}
/* Loading page END */
#left-top-corner{
    display: block;
    position:fixed;
    background: url('../imgs/floral.png') no-repeat transparent;
    background-position: left top;
    width: 363px;
    height: 566px;
    top: 0px;
    left: 0px;
    z-index: -1;
}

#right-bottom-corner{
    display: block;
    position:fixed;
    background: url('../imgs/rocks.png') no-repeat transparent;
    background-position: right bottom;
    width: 591px;
    height: 214px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}

/* Navigacija */
.navbar-nav{
    padding: 0px;
    margin-top: -15px;
}

.navbar-nav ul li{
    list-style-type: none;
}

.navbar-nav li a, .navbar-nav ul li button{
    display: block;
    background-color: #002a45;
    line-height: 40px;
    border-radius: 4px;
    box-shadow: 0 0 4px #333;
    color: #fff;
    font-size: 13px;
    padding: 0px 10px;
    margin: 7px 0px;
    border: 0.75pt solid #eee;
}

.navbar-nav ul li button{
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.navbar-nav li a i, .navbar-nav li button i {
    margin-right: 10px;
    vertical-align: middle;
}

/* Index page */
.hr-devider{
    display:block;
    height: 35px;
    width: 100%;
    background: url('../imgs/hr-devider.png') no-repeat transparent scroll center top;
    background-size: contain;   
}

.uradneure {
    margin-top: -20px;
}

.uradneure p{
    line-height: 20px;
}

.uradneure p i{
    margin-right: 10px;
    vertical-align: middle;
}

/* Search Area */
.content-holder{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 14px 15px 4px #ddd;
    background-color: #fff;
}

.zacetna-slika{
    display: block;
    height: 190px;
    width: auto;
    background: url('../imgs/VojnikBanner.webp') no-repeat center;
    background-size: cover;    
    margin-top: -20px;    
}

.glavni-naslov {
    position: fixed;
    padding: 0px;
    margin: 5px 0px 0px 10px;
    font-size: 30px;
    color: #eee;
    text-shadow: 2px 2px 6px #333;
}

.iskalnik-wrap .searchDivRow input{
    display: inline-block;
    width: 47%;
    border: solid 0.75pt #ccc;
    padding-left: 10px;
    border-radius: 5px 0px 5px 0px;
    margin-left: 1%;

}

.iskalnik-wrap .searchDivRow input[type=text]:not(.browser-default):focus:not([readonly]){
    border-bottom: 0.75pt solid #002a45;
    box-shadow: none;
    background-color: #eee;

}

.article-home {
    padding: 20px;
    text-align: justify;
}

/* Pagina search */
#pagina {
    display: inline-block;
    width: 8%;
    right: 8%;
    float: right;
    position: absolute;
    top: 400px;
}

#pagina .pageNo {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    line-height: 40px;
    text-align: center;
    margin: 5px 5px 5px 16px;
    color: #ddd;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
}

#pagina .pageNo a { 
    text-decoration: none;
    color: #333;
}

.serach-results {
    display:block;  
    padding-left: 10px; 
    height:auto; 
    border:1px solid #eee; 
    margin:5px;
    border-radius: 10px 0 10px 0;
    color: #333;
    text-transform: capitalize;    
}


.serach-results:hover{
    background: #ddd;
}

.sr-ime, .sr-priimek, .sr-rojstvo, .sr-smrt, .sr-btn{
    display: inline-block;
    width: 19%;
    line-height: 39px;
}

.sr-btn{
    background-color: #002a45;
    border-radius: 5px 0 5px 0;
    color: #eee;
    text-align: center;
    cursor: pointer;
}

/* Pot do groba */
.top-banner {
    background: #e1e3eb;
    line-height: 50px;
    padding-right: 20px;
}

.img-pot img, .img-grob img{
    display: block;
    width: 96%;
    margin-left: 2%;
    margin-top: 20px;
}

.pokopalisce{
    text-indent: 20px;
    font-size: 20px;
    color: #222;
}

.lokacija{
    text-align: right;
    font-size: 16px;
    color: #222;

}

.pokojnik{
    text-indent: 20px;
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
}

.sopokopani{
    text-transform: capitalize;
}