/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2015-02-20, 16:13:26
    Author     : Grzes
*/

html {
    /*    background: #204d74;
        background: url(../img/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
}

.spacer {
    margin-top: 50px;
}

.spacer-small {
    margin-top: 25px;
}

.logo-main {
    padding: 20px;
}

.menu-glowne {
    padding-top: 90px;
    text-align: right;
}

a {
    outline: none;
    text-decoration: none;
    -moz-outline-style: none;
}

a:hover {
    outline: none;
    -moz-outline-style: none;
}

#nav {
    float: right;
}

#nav ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 1.4em;
}

#nav ul li {
    display: inline;
    font-style: italic;
    font-weight: bold;
}

#nav ul li a {
    color: #000;
    outline: none;
    padding: 2px 7px 2px 7px;
    text-decoration: none;
    -moz-outline-style: none;
    -webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
}

#nav ul li a:hover {
    color: #fff;
    outline: none;
    text-decoration: none;
    padding: 2px 7px 2px 7px;
    -moz-outline-style: none;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #1F6E36;
}

.segment-cien-dolny {
    -webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,1);
    box-shadow: 0 1px 5px 1px rgba(0,0,0,1);
    -webkit-transition: all 0.4s ease;                  
    -moz-transition: all 0.4s ease;                 
    -o-transition: all 0.4s ease;   
    -ms-transition: all 0.4s ease;          
    transition: all 0.4s ease;    
    position: relative;
    z-index: 100;
}

.segment-cien-gorny {
    -webkit-box-shadow: 0 -1px 5px 1px rgba(0,0,0,1);
    box-shadow: 0 -1px 5px 1px rgba(0,0,0,1);
    -webkit-transition: all 0.4s ease;                  
    -moz-transition: all 0.4s ease;                 
    -o-transition: all 0.4s ease;   
    -ms-transition: all 0.4s ease;          
    transition: all 0.4s ease;    
    position: relative;
    z-index: 100;
}

.segment-cien-gorny-dolny {
    -webkit-box-shadow: 0 -1px 5px 1px rgba(0,0,0,1), 0 1px 5px 1px rgba(0,0,0,1);
    box-shadow: 0 -1px 5px 1px rgba(0,0,0,1), 0 1px 5px 1px rgba(0,0,0,1);
    -webkit-transition: all 0.4s ease;                  
    -moz-transition: all 0.4s ease;                 
    -o-transition: all 0.4s ease;   
    -ms-transition: all 0.4s ease;          
    transition: all 0.4s ease;
    position: relative;
    z-index: 100;
}

.segment-cien-gorny-dolny:hover {
    background-color: rgba(200,200,200,0.2);
}

.segment-cien-gorny:hover {
    background-color: rgba(0,200,200,0.2);
}

.segment-cien-gorny:hover {
    background-color: rgba(200,200,200,0.2);
}

.segment-tlo-zielone {
    -webkit-transition: all 0.4s ease;                  
    -moz-transition: all 0.4s ease;                 
    -o-transition: all 0.4s ease;   
    -ms-transition: all 0.4s ease;          
    transition: all 0.4s ease;
    background-color: #9ccb3b;
}

.przesuniecie {
        margin-top: -20px;
    padding-top: 20px;
}

.segment-tlo-zielone:hover {
    background-color: rgba(156,203,59,0.9);
}

.segment-height-330px {
    height: 330px;
}

.segment-height-163px {
    height: 163px;
}

.drzewo {
    width: 100%;
    height: 325px;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/drzewo.jpg);
    -webkit-box-shadow: 5px 0 4px -4px rgba(0,0,0,1), -5px 0 4px -4px rgba(0,0,0,1);
    box-shadow: 5px 0 4px -4px rgba(0,0,0,1), -5px 0 4px -4px rgba(0,0,0,1);
}

.drzewo img {
    position:absolute;
    top:0;
    left:0; 
    width:100%;
}

.drzewo2 {
    width: 100%;
    height: 163px;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/drzewomini.jpg);
}

.drzewo2 img {
    position:absolute;
    top:0;
    left:0; 
    width:100%;
}

.motto {
    color: #1f6e36;
    font-style: italic;
}

.motto-main {
    font-size: 1.55em;
}

.motto-auth {
    font-size: 1.1em;
}

.dolny {
    z-index: 20;
    height: 100px;
    background-color: #1f6e36;
}

.gorny {
    position: absolute;
    background-color: #fff;
    left:10px;
    top:-10px;
    z-index: 18;
    height: 100px;
    -webkit-transition: all 0.2s ease;                  
    -moz-transition: all 0.2s ease;                 
    -o-transition: all 0.2s ease;   
    -ms-transition: all 0.2s ease;          
    transition: all 0.2s ease;
    display: table;
    text-align: center;
    font-size: 1.8em;
}

.gorny>p {
    display: table-cell;
    vertical-align: middle;
}

.gorny:hover {
    position: absolute;
    background-color: #fff;
    left:0px;
    top:0px;
    z-index: 18;
    height: 100px;
}

#teksty {
    font-size: 1.2em;
}

.wysrodkowane {
    text-align: center;
}

.white {
    -webkit-transition: all 0.4s ease;                  
    -moz-transition: all 0.4s ease;                 
    -o-transition: all 0.4s ease;   
    -ms-transition: all 0.4s ease;          
    transition: all 0.4s ease;
}

.bialetlo {
    background-color: #C7E290;
}

.dark {
    -webkit-transition: all 0.4s ease;                  
    -moz-transition: all 0.4s ease;                 
    -o-transition: all 0.4s ease;   
    -ms-transition: all 0.4s ease;          
    transition: all 0.4s ease;
}

.dark:hover {
    background-color: rgba(0,0,0,0.1);
}

.white:hover {
    background-color: rgba(255,255,255,0.1);
}

.link-button {
    color: #1f6e36;
}

.link-button:hover {
    color: #1f6e36;
}

.stopka-text {
    font-size: 1.1em;
}

.stopka-text>a {
    outline: none;
    text-decoration: none;
    -moz-outline-style: none;
    color: #000;
}

.stopka-text>a:hover {
    color: #666;
}


@media screen and (max-width: 1199px)  {

}

@media screen and (max-width: 991px)  {
    .stopka-text {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 767px)  {

}

@media screen and (max-width: 478px) {

}

.zxc {
    position: absolute;
    z-index: 3000;
    bottom: 200px;
    background-color: #0f0;
    font-size: 2em;
}

.jakiRozmiar {
    position: relative;
    bottom: 0;
    z-index: 10000;
    background-color: rgba(255,0,0,0.5);
    font-size: 15px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    height: 30px;
}