/*ustawienie czcionki*/
*
{
    font-family: 'Dosis', sans-serif;
}

.navbar-default
{
    background-image: none !important;
}

/*edycja górnego menu*/
.navbar-nav
{
    float: none !important;
    width: 944px;
    margin: 0 auto !important;
}

.navbar-nav>li>a
{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.page-scroll
{
    text-align: center;
}

.nav-margin
{
    padding-top: 12px;
}

.nav-line
{
    border-right: 1px solid #000;
    height: 40px;
    margin-top: 10px;
}

#mainNav
{
    border: none !important;
    box-shadow: none !important;
}

/*sekcja pierwsza(I)*/
.section-color
{
    background-color: rgb(190, 190, 190);
}

.section-heading
{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

/*sekcja druga-foto(II)*/
.bg-1
{
    background: url('/foto/gl1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;
}

.bg-2
{
    background: url('/foto/gl2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 750px;
}

.bg-3
{
    background: url('/foto/gl3.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 750px;
}

.bg-4
{
    background: url('/foto/glowne.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 750px;
}

.row-line
{
    width: 380px !important;
    margin: 25px auto 0 auto;
    border-top: 5px solid #BEBEBE;
}

.margin-top
 {
     margin-top: 60px;
 }

.margin-top2
{
    margin-top: 30px;
}

.margin-bot
{
    margin-bottom: 40px;
}

.margin-bot2
{
    margin-bottom: 100px;
}

.etap-size
{
    font-size: 25px !important;
}

.section-heading-small
{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.text-faded2
{
    color: #000;
}

.podkreslenie
{
    text-decoration: underline;
}

.special
{
    margin-top: -10px !important;
    margin-left: 105px;
}

#end
{
    padding-bottom: 0 !important;
}

#end img
{
    width: 100%;
}

#copyright
{
    margin-top: -33px;
    float: right;
    position: relative;
    color: rgb(100,100,100);
}

/*photo*/
.modal-content
{
    width: 635px;
    margin: 0 auto;
}

.ekko-lightbox-container div img
{
    width: 600px;
}

.col-margin
{
    margin-bottom: 10px;
}

.navbar-end {
    float: right;
    margin-top: -35px;
}

.navbar-end i
{
    width: 30px;
    height: 30px;
}

.navbar-end .fa
{
    font-size: 14pt;
}

.navbar-end>div
{
    margin-right: 15px;
    display: inline-block;
}

.navbar-end>div>a
{
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
}

.zam-photo
{
    margin-top: 50px;
    margin-bottom: 50px;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text],input[type=email], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    color: rgb(160,160,160) !important;
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
select
{
    margin-bottom: 20px !important;
    color: rgb(160,160,160);
}
select option
{
    color: rgb(160,160,160);
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: rgb(190, 190, 190);
    color: #ffffff;
    padding: 10px 30px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: rgb(100,100,100);
}

@media (max-width: 768px)
{
    .navbar-nav
    {
        width: 100%;
    }
    .navbar-end
    {
        float: left;
    }
}
