/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 'Verdana', sans-serif;
    background: url(../images/pozadina2.png);
}

.header {
    width: 100%;
    margin: 0 auto;
}


.navbar {
    -webkit-box-shadow: 0 5px 10px #999999;
            box-shadow: 0 5px 10px #999999;
    margin: 0 auto;   
}



.logo {
    width: 120px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: 104px;
}

.logo img {
    width: 100%;
}

.mob {
    margin-right: 104px;

}

.mob a {
    color: #e6e6e6;
    text-decoration: none;
}

.mob a:hover {
    color:white;
}

.mob a i {
     font-size: 19px;
    -webkit-transform: rotate(-38deg);
        -ms-transform: rotate(-38deg);
            transform: rotate(-38deg);
    margin-right: 5px;
}

.meni-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.navbar-nav {
    text-align: center;
}

.foot {
    background: #007bff;
    padding: 40px 0 0;
}

.kontakt {
        width: 60%;
    margin: 0 auto;
}

.kontakt h2 {
    text-align: center;
    color:#fff;
    font-size:30px;
    font-family: 'Verdana', sans-serif;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.kontakt:hover h2 {
    font-size: 33px;
}

.foot p {
    color:#fff;
    text-align: center;
    padding: 40px 0;
}

.kontakt p {
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
    line-height: 25px;
}

.kontakt p:hover i {
    -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
            transform: scale(1.7);
}

.kontakt p:fist-of-type {
    float: left;
}

.kontakt p:last-of-type {
    float: right;
}

.kontakt p a {
    color:#e6e6e6;
    text-decoration:none;
}

.kontakt p a:hover {
    color:#fff;
}

.prava {
    background: #006be1;
}

.prava a {
    color:gold;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    border: 2px solid gold;
    padding: 5px;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.prava a:hover {
    -webkit-box-shadow: 0px 0px 20px gold;
            box-shadow: 0px 0px 20px gold;
    text-shadow: 0px 0px 20px gold;
}

.kontakt p i {
       font-size: 23px;
    padding-bottom: 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nakrivljeni {
    -webkit-transform: rotate(-38deg);
        -ms-transform: rotate(-38deg);
            transform: rotate(-38deg);
}

.logo1 img {
   display: block;
    width: 46%;     
    margin: 0 auto;
    padding-top: 85px;
}
.glavno {
    margin: 0 auto;
    width: 100%;
   
}

.navbar ul li {
    margin:0 13px;
}

.vrh {
    position:fixed;
    z-index: 20;
    width: 100%;
}


.foot1 {
    background: #007bff;
    padding: 40px 0 0;
}

.kontakt1 {
        width: 60%;
    margin: 0 auto;
}

.kontakt1 h2 {
    text-align: center;
    color:#fff;
    font-size:30px;
    font-family: 'Verdana', sans-serif;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.kontakt1 h2:hover  {
    font-size: 33px;
}

.foot1 p {
    color:#fff;
    text-align: center;
    padding: 40px 0;
}

.kontakt1 p {
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
    line-height: 25px;
}

.kontakt1 p:fist-of-type {
    float: left;
}

.kontakt1 p:last-of-type {
    float: right;
}

.kontakt1 p a {
    color:#e6e6e6;
    text-decoration:none;
}

.kontakt1 p a:hover {
    color:#fff;
}

.prava {
    background: #006be1;
}

.prava a {
    color:gold;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    border: 2px solid gold;
    padding: 5px;
    border-radius: 5px;
}

.prava a:hover {
    -webkit-box-shadow: 0px 0px 20px gold;
            box-shadow: 0px 0px 20px gold;
    text-shadow: 0px 0px 20px gold;
}

.kontakt1 p i {
       font-size: 23px;
    padding-bottom: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.kontakt1 p:hover i {
    font-size: 46px;
}

.nakrivljeni {
    -webkit-transform: rotate(-38deg);
        -ms-transform: rotate(-38deg);
            transform: rotate(-38deg);
}

.container p span {
    font-size: 60px;
    font-family: 'Verdana', sans-serif;
    float:left;
    text-shadow: 4px 4px 5px #808080;
    padding-right: 10px;
    
}

.container p {
    padding-top: 50px;
        line-height: 37px;
     text-shadow: 2px 2px 7px #808080;
   
}

.o-firmi {
    padding-bottom: 105px;
}

.o-firmi a {
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    float:right;
    margin: -23px 30px;
    background: #007bff;
    -webkit-box-shadow: 4px 4px 5px #4d4d4d;
            box-shadow: 4px 4px 5px #4d4d4d;
    font-weight: 600;
    width: 125px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border:1px solid #007bff;
}

.o-firmi a:hover {
    color:#007bff;
    background: white;
    border: 1px solid #007bff;
    width: 17%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.prvi {
    border-bottom: 2px solid silver;
    padding-bottom: 50px;
}

.paragraf1 {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.paragraf1:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}

.paragraf2 {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.paragraf2:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}

.paragraf3 {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.paragraf3:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}


.slicice {
    padding-bottom: 30px;
    border-bottom: 2px solid silver;
    /*margin-bottom: 75px;*/
}

.slicice img {
    width: 100%;
    height: 191px;
}

.hovereffect {
    -webkit-box-shadow: 0px 0px 10px 2px #808080;
            box-shadow: 0px 0px 10px 2px #808080;
}

.picture p {
    padding: 0;
    text-align: center;
}

/* -------- početak opisa za 4 sličice bootstrap -------- */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);

}

/* ---------- kraj opisa za 4 slicice ----------- */

.container-fluid {
    width: 100%;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

#projekti h2 {
    text-align: center;
    color:#fff;
    font-size:30px;
    font-family: 'Verdana', sans-serif;
    background: #007bff;
    padding: 30px 0;
}

.galerija-navigacija {
    margin: 0 auto 50px;
    border-bottom: 2px solid silver;
    padding-bottom: 10px;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
}

.galerija-navigacija li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    text-align: center;
}

.galerija-navigacija li  {
    color:  #b3b3b3;
    display: block;
    text-decoration: none;
}

.galerija-navigacija li:hover {
    color: #999999;
}

.galerija-navigacija li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: #007bff;
    bottom: -12px;
    left:50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.galerija-navigacija li.active:before {
    width: 100%;
}

.galerija-navigacija li.active {
    color:black;
    font-weight: 600;
    color:#007bff;
}

#projekti img {
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 10px 2px #808080;
            box-shadow: 0px 0px 10px 2px #808080;
    height: 191px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#projekti img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

#projekti {
    padding-top: 105px;
}
/* STRELICA ZA POVRATAK NA VRH */

.strelica {
    position: fixed;
    right: 85px;
    bottom: 100px;
    z-index: 7;
    display: none;
}

.strelica img {
    width: 50px;
    border: 3px solid silver;
    border-radius: 50%;
    padding: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}

.strelica img:hover  {
    top:-5px;
    -webkit-box-shadow: 0px 0px 13px 0px silver;
            box-shadow: 0px 0px 13px 0px silver;
}

#usluge {
    padding-top: 105px;
}

#usluge h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: 'Verdana', sans-serif;
    background: #007bff;
    padding: 30px 0;
}

.usluge-tabela {
    margin-top: 50px;
    -webkit-box-shadow: 0px 1px 15px 1px silver;
            box-shadow: 0px 1px 15px 1px silver;
}

.usluge-tabela h5 button:hover {
    text-decoration: none;
}

.card-header {
    padding: 0;
}

.card-header.active {
    color:white;
    background: #007bff;
    text-decoration: none;
}

.usluge-tabela h5 button.active {
    color:white;
    text-decoration: none;
    font-weight: 600;
}

.usluge-tabela h5 button {
    width: 100%;
    padding: 20px 0;
    color: #999999;
}

.card-body p {
    padding: 20px 0;
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
}

.card-body img {
    float: right;
    width: 100px;
}

#kontakt {
    padding-top: 105px;
}

#kontakt h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: 'Verdana', sans-serif;
    background: #007bff;
    padding: 30px 0;
}

.lokacija {
    -webkit-box-shadow: 0px 1px 15px 1px silver;
            box-shadow: 0px 1px 15px 1px silver;
    margin: 20px 0;
}


.minigalerija {
    margin: 15px 0;
}

.jumbotron {
    background: url(../images/pozadina2.png);
    padding: 19rem 1rem;
    text-shadow: 2px 2px 7px #808080;
}

.slider {
    padding-top: 75px;
}

.my-4 {
        border-top: 2px solid rgba(0,0,0,.1);
}


/* OPIS ZA VERTIKALNI SCROLLBAR */

/* width */
::-webkit-scrollbar {
    width: 10px;
}



/* Handle */
::-webkit-scrollbar-thumb {
    background: silver; 
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px silver;
            box-shadow: inset 0 0 5px silver; 
    border-radius: 10px;
    opacity: 0.5;
}

/* KRAJ OPISA ZA VERTIKALNI SCROLLBAR */


/* OPIS ZA STRELICU "IDI DOLE" */ 

.one-page-arrow {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    text-align: center;
    color: #222;
}

.logo1 a i {
    color:silver;
}









/* ------------ @media pravila ------------ */

@media (max-width:1006px) {
    .mob {
        display: none;
    }
    
}

@media (max-width:320px) {
    .logo {
            margin-left: 65px;
    }
    .jumbotron {
        padding: 15rem 1rem;
}
}

@media (max-width: 425px) and (min-width: 376px) {
    .logo {
        margin-left: 114px;
    }
}

@media (max-width: 1024px) and (min-width: 765px) {
    .kontakt {
        width: 87%;
    }
    .kontakt1 {
        width: 87%;
    }
}

@media (max-width: 426px) {
    .prava {
        line-height: 37px;
    }
    .strelica {
    right: 30px;
    bottom: 35px;
    }
}

@media (max-width: 768px) {
    
    .strelica {
        right: 30px;
        bottom: 60px;
    }
    
    .paragraf1 {
        border-top:2px solid silver;
    }
    
    .paragraf1:hover {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
    
    .paragraf2:hover {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
    
    .paragraf3:hover {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
    .logo1 {
        display: none;
    }
    .foot1 {
        display: none;
    }
}

@media (min-width:769px) {
    .slider {
        display: none;
    }
    .jumbotron {
        display: none;
    }
}

@media (min-height:740px) {
    .jumbotron {
        margin-bottom: 100px;
    }
}

@media (max-width: 1700px) and (min-width: 1600px) {
    .logo1 img {
        padding-bottom: 40px;
    }
}