@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);

html, body
{
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body
{
    background: url('tlo.jpg') no-repeat center center fixed;
    background-size: cover;
    overflow-x: hidden;
}

.container-fluid
{
    background-color: RGBA(255,255,255,.0);
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
}

/* navbar */
.nav.navbar-nav
{
    text-align: center;
    float: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar.navbar-default 
{
    border: 0;
    background-color: rgba(255,255,255, 0.7);
}

.navbar-header 
{
    border: 0;
    background-color: rgba(255,255,255, 0.7);
    color: #222;
    opacity: 0.5;
}

.nav.navbar-nav li 
{
    float:none;
    display:inline-block;
}

.navbar-collapse.in ul li
{
    display: block;
}

#navbarDiv .nav.navbar-nav li a
{
    color: #111;
    padding-right: 5px;
    padding-left: 5px;
}

#navbarDiv ul li:hover
{
    background-color: #ededed;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
}

.navbar-toggle
{
    background-color: rgba(180, 180, 180, 0.3);
}
/* --- */

/* 1 sekcja */
div#t1box
{
    position: relative;
    margin: auto;
    margin-top: 90px;
    text-align: center;
    width: 70%;
}

div#t1box h1
{
    font-size: 4em;
}

div#t1box h2
{
    font-size: 2.5em;
}

div#t1box h1 p 
{
    display: inline;
    font-weight: bold;
}
/* --- */

/* formularz */
div#formularz
{
    margin: auto;
    margin-top: 230px;
    text-align: center;
    color: white;
    width: 60%;
}

div#formularz h3
{
    font-size: 1.6em;
}

div#formularz h3 p
{
    display: inline-block;
    font-weight: bold;
}

div#formularz .row .col-sm-12.col-xs-12
{
    margin-top: 5px;
    margin-bottom: 5px;
}

div#formularz form input.inputy
{
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border: 0;
    margin-left: 10px;
    margin-right: 10px;
}

div#formularz .row:first-child
{
    background: rgba(255,255,255,0.5);
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    padding: 10px 20px 10px 0px;
}

div#formularz div#divinputy input
{
    color: #222;
    margin-bottom: 0;
}

div#formularz div#divinputy input:hover
{
    background: #eee;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
}

div#formularz div#divinputy input#przycisk
{
    color: white;
    background: #ff8b17;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 0.15em;
}

div#formularz div#divinputy input#przycisk:hover
{
    background: #d37518;
    color: #eee;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
}

div#formularz div#divinputy input#przycisk:active
{
    background: #b96c1f;
    color: #ddd;
}

div#divinputy .form-group
{
    margin: 0px;
}

div#chbox
{
    text-align: left;
    margin: auto 20px;
    font-size: 0.8em;
}

div#chbox p
{
    display: inline;
}

@media screen and (min-width: 0px) and (max-width: 980px) 
{
    div#formularz
    {
        margin-top: 50px;
    }
}
/* --- */

/* 3 sekcja */
div#sekcja3
{
    color: white;
    font-size: 1.3em;
    text-align: center;
    position: relative;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
}

div#sekcja3 div.ikony
{
    display:inline-block;
    background: #ff8b17;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    padding-top: 16px;
    position: relative;
    font-size: 1.3em;
    margin: 10px auto 20px auto;
}

div#sekcja3 p
{
    font-size: 0.9em;
}

div#sekcja3 p.bold
{
    font-weight: bold;
}

div#sekcja3 .bold2
{
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 0px;
}

div#divStrzalki
{
    margin-top: 50px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px;
}

div#divStrzalki div
{
    padding: 0px;
}

div#divStrzalki img
{
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

#strzalka1
{
    padding-right: 30px;
}

#strzalka2
{
    padding-left: 30px;
}

@media screen and (min-width: 0px) and (max-width: 1380px) 
{
    #divStrzalki
    {
        display: none;
    }
}
/* --- */


/* footer */
footer
{
    width: 100%;
    background: rgba(255, 139, 23, 0.5);
}

footer .navbar
{
    margin-bottom: 0px;
}


footer .nav.navbar-nav
{
    text-align: center;
    float: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

footer>.navbar.navbar-default
{
    border: 0;
    background-color: rgba(255, 139, 23, 0.7);
}

footer .navbar-header 
{
    border: 0;
    background-color: rgba(255, 139, 23, 0.7);
    color: #222;
    opacity: 0.5;
}

footer .nav.navbar-nav li 
{
    float:none;
    display:inline-block;
}

footer .navbar-collapse.in ul li
{
    display: block;
}

footer .nav.navbar-nav li a
{
    color: #111;
    padding-right: 5px;
    padding-left: 5px;
}

footer ul li:hover
{
    background-color: #ededed;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
}
/* --- */

/* section bikibig */
#bikibig
{
    background: rgba(255,255,255, 1);
    margin-top: 200px;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-flex: 1;
}
.ttpod h1{
    padding-top:20px;
    padding-bottom: 20px;
    margin-top:150px;
    text-shadow: 1px 1px #fff;
    background: rgba(255,255,255,0.3);
}
#bikibig .row
{
    margin: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#bikibig .row>div>p
{
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 20px;
}

#bikibig .row>div>h1
{
}
/* --- */
.cat_p img{
    max-width: 100%;
}
.cat_p .trk_cat_off h1{
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}