/* Style Ogólne */
body{
     background: #101010;
     overflow-x: hidden;
}

.hidden { display: none; }

div.section{
    padding: 60px 50px;   
    width:100%;
}
div.section{
    text-align: center;
}
div.sec_a{
    background: #e6af4b;
    color: #334431;
}
div.sec_b{
    background: #e05038;
    color: #f2cbbc;
}
div.sec_d{
    background: #f2cbbc;
    color: #e05038;
}
div.sec_c{
    background: #334431;
    color: #e6af4b;
}



h2{
    margin-bottom: 35px;
}

/*komunikat*/
.komunikat1{
    position: fixed;
    top: 70px; 
    left: 20px;
    z-index: 10000;
}

/* Style Menu */
nav ul li a, a.navbar-brand{
    font-weight: bold;
    text-transform: uppercase;
}
#myNavbar{
    margin-left: -15px;
}
.dropdown-menu{
    background-color: rgb(51,51,51);
    color: white;
}
.dropdown-menu li a{
    color: white;
}
.navbar-inverse .navbar-toggle{
    color: rgb(220, 220, 220) !important;
    border-color: rgb(220, 220, 220) !important;
}
.navbar-inverse .navbar-toggle:hover{
    color: white !important;
    border-color: white !important;
}
/* Style Sekcji 0 */

#section0 div img{   
  width: 100% !important;
 
}
#section0 div{
 margin-top: 50px;
}

/* Style Sekcji 1 */
#section1{
    background: rgb(193,222,142);
}


/* Style Sekcji 2 */
#googleMap{
    width: 100%;
    height: 300px;
}
#section2 ol{
    padding-left: 20px !important;
}

/* Style Sekcji 3 */

#section3 img.img-responsive{
    max-width: 100%;
    float: left;
    margin: 5px 20px 0 0;
}

/* Style Sekcji 4 */
#section4{
    background: rgb(193,222,142); 
}

/* Style Sekcji 5 */
#section5 .td1{
    width: 20%;
}
td{
    text-align: left;
}
/* Style Sekcji 6 */
#section6 table tr td{
    border: none;
}


/* Style Sekcji 7 */
#section7 button.btn-success{
    color: #f5dfb7 !important;
}
/* Style Sekcji 8 */
#section8{
    background: rgb(193,222,142);
}


/* Style tabeli */
#tabela_uczestnikow td{
    vertical-align: middle;
}

#tabela_uczestnikow tr td img{
    max-height: 60px;
    max-width: 200px;
}

/* Style Sekcji 9 */
#section9 .glyphicon{
    margin-right: 20px;
}
.modal-title, .modal-body{
    padding: 20px 50px;
}

#section9 img.img-responsive{
    max-height: 300px !important;    
}


/*formularz*/
button.close{
    font-size: 40px !important;
    line-height: 40px !important;
}
label.koszulki_plec{
    padding: 0;
}

/*tabela uczestników */


/* Style Smartfon */

/* stopka */
pre{
    background: #101010;
	border:none
}
footer{
    background: #101010;
}
footer a span{
    font-size: 50px;
    line-height: 70px;
}

.navbar-collapse.in, .navbar-collapse.collapsing {
    overflow-y: visible;
}

@media screen and (max-width: 768px){
    #section3 img.img-responsive{
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 5px 0 10px !important;
    }
    #section1 img.img-responsive{
        max-width: 50% !important; 
        margin-left: 25% !important;
    }
    #section9 img.img-responsive{
        max-width: 50% !important; 
        margin-left: 25% !important;
    }
    #section9 h3{
        font-size: 18px !important;
    }
    div.section{
        padding: 60px 10px !important;  
    }
    .navbar-collapse.in, .navbar-collapse.collapsing {
        overflow-y: hidden;
    }
}


