@import url(animate.css);
html,
body {
    height: 100%;
    font-family: 'Play', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.navbar {
    height: 80px;
    overflow: hidden;
}

.nav-height {
    height: 80px;
    background-color: rgba(255, 255, 255, 1.0);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*
.navbar-header img {
    padding-top: 10px;
}
*/
.navbar ul li a {
    color: rgb(0,0,0);
    font-size: 1.4em;
    font-family: 'Play', sans-serif;
    line-height: 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar ul li a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 1.0);
}

.navbar-header button {
    margin-top: 20px;
}

.img-pos {
    padding-top: 0px;
    padding: 0;
    height: 70px;
    margin-top: -10px;
    /*margin-top: 3px;*/
}
/*
.full-background {
    height: 100%;
}
*/
.first_background {
    background: url(../img/back.jpeg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    color: #fff;
    max-height: 500px;
}

.start {
    background: white;
    padding-bottom: 120px;
}

.start p {
    padding-top: 100px;
    padding-bottom: 20px;
    font-family: 'Play', sans-serif;
    /*font-variant: small-caps;*/
    font-size: 1.4em;
    text-align: justify;
    font-weight: 400;
    border-bottom: 2px solid black;
}

.start img {
    padding-top: 20%;
    visibility: visible;
}

/* GALLERY PART */

.row2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.img_wrapper{
    margin-left: 2%;
}
/* Create four equal columns that sits next to each other */

.column2 {
    flex: 16%;
    max-width: 16%;
    padding: 0 0px;
}

.column2 img {
    margin-top: 8px;
    vertical-align: middle;
}

.img-thumbnail{
    border: 0px!important;
    
}
/* Responsive layout - makes a two column-layout instead of four columns */

@media (max-width: 800px) {
    .column2 {
        flex: 50%;
        max-width: 50%;
    }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media (max-width: 600px) {
    .column2 {
        flex: 100%;
        max-width: 100%;
    }
}


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: black;
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin-left: 10%;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
}


/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 90px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50px;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: rgba(66, 134, 244, 1.0);
    font-weight: bold;
    font-size: 45px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */

.numbertext {
    color: rgba(0,0,0, 1.0);
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.img_wrapper .numbertext img {
    max-width: 100%;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
    /*opacity: 0.9;*/
    opacity: 0.9;
    border-radius: 0px;
}

.hover-shadow:hover {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    transform: scale(1.1);
    opacity: 1.0;
}


/* END OF GALLERY PART */

.footer {
    margin-top: 50px;
    background-color: rgba(20, 20, 20, 1.0);
    min-height: 60px;
    color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.footer:hover {
    background-color: rgba(40, 40, 40, 1.0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.footer_start {
    animation-delay: 2.0s;
}

.footer_start h2 {
    color: rgba(0, 153, 204, 1.0);
    text-align: center;
    font-size: 3.0em;
    padding: 10px;
    border: 5px solid rgba(255, 255, 255, 1.0);
}

.footer_dane {
    text-align: center
    font-size: 1.2em;
    margin-bottom: 20px;
}

.footer_dane h3 {
    font-size: 1.1em;
}

.footer_dane p {
    text-decoration: none;
	text-align:center;
    color: rgba(255, 255, 255, 1.0);
}

.footer_dane p:nth-child(1) {
    margin-top: 20px;
}

.footer_dane p i {
    color: rgba(0, 153, 204, 1.0);
}

.fr-fb {
    margin-top: 100px;
}

.kontakt_form {}

.kontakt_text h3 {
    text-align: justify;
}

.form-horizontal {
    padding-top: 60px;
    width: 100%;
}

.form_style {
    padding: 10px 20px;
    border: 0;
    border-bottom: 3px solid rgba(0, 153, 204, 1.0);
    border-bottom-width: 1px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font: normal 16px/normal "Calibri", Times, serif;
    /* !important color: rgba(0, 153, 204, 1.0);*/
    color: rgb(0, 153, 204);
    !important -o-text-overflow: clip;
    text-overflow: clip;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2) inset;
    /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.66);*/
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    /* (0.42, 0, 0.58, 1) */
}

.label_look {
    font-weight: 600;
    color: white;
    border: 0;
    border-bottom: 3px solid rgba(0, 153, 204, 1.0);
    border-bottom-width: 1px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.0);
}

.submit_data {
    text-align: center;
    padding-bottom: 100px;
    padding: 0 auto;
}

.grc-pos {
    width: 50%;
}

.wyslij_btn {
    margin-left: 5px;
    border: 2px dotted rgba(0, 153, 204, 1.0);
    background: rgba(0, 0, 0, 0.0);
    float: right;
}

.wyslij_btn:hover,
.wyslij_btn:active {
    background: rgba(0, 153, 204, 1.0);
    color: white;
}

.wrongInput {
    background: #fd4854;
    border: 1px solid red;
    animation: 1s shake;
    color: white;
}

.shake {
    animation: 1s shake;
}

#responsive-image { width: 75%;  height: auto; } 

.emailFormAlert {
    background-color: rgba(0, 153, 204, 1.0);
    color: white;
    margin-top: 0;
    text-align: center;
    font-size: 3em;
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-5px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(5px);
    }
}

.animated {
    visibility: visible;
    !important
}
