﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    cursor: default;
    outline: none;
    background: #000 url("../img/wood.jpg");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.cover {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 99999999999999999;
    background: #FFF;
    background: #000 url("./img/wood.jpg");
}
.halfCover {
    width: 100%;
    height: 50vh;
    position: relative;
    cursor: pointer;
}

.halfCover h3 {
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
}

.halfCover h4 {
    text-align: center;
}
.stolarkomerc, .prokuhinje {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
}
.halfCover:hover {
    opacity: 0.8;
}
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png) ;
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.brighter {
    background: rgba(0,0,0,0.1);
}

.bright {
    background: rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.15);
}