
/*-------------------------------------------------
 =  Table of Css

 1.Isotoe                                                  
 2.General code                   
 3.Content - home section                              
 4.Content - about section                                                        
 5.Footer    
-------------------------------------------------*/


/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

header {
    z-index: 99999;
}

.navbar {
    width: 100%;
	margin-bottom: 0;
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-bottom: none;
    opacity: 0.9;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
    opacity: 0.9;
}

.navbar.active {
    opacity: 0.9;
}

.navbar-brand {
    padding: 0px;
    height: auto;
}

.innher-header {
    padding: 0 15px;
}

.navbar-nav {
    margin-top: 30px;
    margin-bottom: 30px;
}

.navbar-default .navbar-nav > li {
    margin-left: 32px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #999999;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 00;
    padding: 0;
    position: relative;
    letter-spacing: 0px;
    text-transform: uppercase;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover {
    color: #000000;
    border-bottom: 1px solid;
}

/*-------------------------------------------------*/
/* =  General 
/*-------------------------------------------------*/

#container {
    opacity: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    background: #000000;
}

#container.active {
    opacity: 1;
}


.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.preloader img {
    -webkit-backface-visibility: hidden;
}

/*-------------------------------------------------*/
/* =  content - home section
/*-------------------------------------------------*/

#home-section {
    background: #0f0f0f url('../images/pozadit.jpg') top center no-repeat;
    position: relative;
    max-height: 500px;
    margin-top: 0px;
    padding: 0px;
    display: block;
}

a.discover {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    margin-left: -95px;
    width: 190px;
    font-size: 12px;
    font-family: sans-serif;
    color: #fff !important;
    background: #023e73;
    opacity: 0.8;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none!important;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.discover:hover {
    opacity: 1;
}

#home-section .flexslider {
    top: 50%;
    margin-top: -60px;
    position: absolute;
    width: 100%;
    z-index: 99;
}


/*-------------------------------------------------*/
/* =  content - about section
/*-------------------------------------------------*/

.section {
    margin-bottom: 0px;
}

.seda, .oranz, .oranztm {
    line-height: 1.5;
    background: #333333;
    color: #ffffff;
    padding: 30px 30px 60px 30px;
}
.seda {background: #0f0f0f;}
.oranz {background: #eb4200;}
.oranztm {background: #cc3900;}
.stred {text-align: center;}

.title-section {
    margin-bottom: 50px;
    text-align: center;
}

h1, h2, h3, h4, h5 {
    font-family: 'Qwitcher Grypen', cursive;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-wrap: balance;
    margin-bottom: 20px;
    line-height: 0.8;
}

h1 {
    font-size: 80px;
    margin: 0px;
    padding: 0px;
}
.logo {
    padding-top: 200px;
}
h2 {
    font-size: 80px;
}
h3 {
    font-size: 74px;
}
h4 {
    font-size: 48px;  
}

p {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: 300;
    text-align: center;
}
br {
    line-height: 1.8;
}
.odstup, .odstupm, .odstupml, .odstupmp, .odstupv {
    display: inline-block;
    padding: 0px;
}
.odstup {
    width: 99%;
}
.odstupm {
    width: 39%;
    font-weight: 600;
    text-align: right;
    padding-right: 10px;
}
.odstupv {
    width: 60%;
    font-weight: 400;
    text-align: left;
    padding-left: 10px;
}
.odstupml, .odstupmp {
    width: 49%;
    font-weight: 600;
    text-align: right;
    padding-right: 10px;
}
.odstupmp {
    width: 50%;
    font-weight: 400;
    text-align: left;
    padding-left: 10px;
}
.vetsi {
    padding-bottom: 15px;
}
.foto, .mapa {
    width: 100%;
    max-width: 350px;
    border-radius: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.mapa {
    padding-bottom: 0px;
    filter: grayscale(100%);
    max-width: 300px;
}

/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/

footer {
    text-align: center;
    background: #0f0f0f url('../images/pozadib.jpg') bottom center no-repeat;
    position: relative;
    padding: 0px 0px 200px 0px;
}
footer p {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    margin: 60px 0px 20px 0px;
    text-wrap: balance;
}
footer a {
    color: #ffffff;
    text-decoration: none;
}
footer a:hover {
    color: #cccccc;
}
