@import url(animate.css);
@import url('https://fonts.googleapis.com/css?family=Josefin+San');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html,
body {
    height: 100%;

font-family: 'Josefin Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#navbar-main{
    display: block;
}

.visible{
    important!visibility: visible;
}

.nav-height {
    height: 80px;
    background-color: rgba(255, 255, 255, 0.0);
    /*border-bottom: 1px solid white;*/
    -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;
    /*opacity: 1;*/
}

.navbar-brand{
    padding: 0;
    padding-left: 20px;
}

.full-color {
    background-color: rgba(255, 255, 255, 1);
	}

.navbar-nav {
    width: 100%;
    text-align: center;
	 color: rgb(255, 215, 0);
    /*margin-left: 25%!important;
    margin-right: 25%!important;*/
}

.navbar-header img {
    padding-top: 0px;
}

.navbar ul li a {
    color: rgb(100, 100, 100);
    font-size: 1.2em;
    font-weight: 700;
    line-height: 50px;
    /*text-shadow: 1px 1px 1px grey;*/
    text-transform: uppercase;
       
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.navbar ul li a:hover {
    background-color: rgb(150, 150, 150);
    color: rgba(255, 255, 255, 1.0);
}

.logo-menu {

    height: 100px;
    padding-top: 0px;
}

.navbar-header button {
    margin-top: 20px;
}

.img-pos {
    padding-top: 0px;
    margin-top: 0px;
    height: 80px;
    /*margin-top: 3px;*/
}

.full-background {
    height: 100%;
}

.first_background,.first_background2 {
    background: url(../img/1.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    color: #fff;
    height: 100%;
    min-height: 100%;
    filter: brightness(100%);
}

.first_background2{
    height: 300px;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    background: url(../img/tlo2.jpg) no-repeat center center fixed;
	text-shadow: 2px 2px 4px #000000;
}

.logo-full {
	position:relative;
    max-width: 100%;
    max-height: 100%;
	bottom: 50px;
}

.logo_start {
	position:relative;
    max-width: 52%;
    max-height: 52%;
	display: block;
    margin-left: auto;
    margin-right: auto;
top:110px;
}
.start {
    font-family: 'Open Sans', sans-serif;
    background: rgba(0,0,0,0.3);
    top:58%;
    position: absolute;
	text-shadow: 2px 2px 4px #000000;
	text-align: center;
    font-variant: small-caps;
    width: 100%;
}

.start h1 p{
    color: white;
	 font-size: 0.8em;
	 	text-shadow: 2px 2px 4px #000000;
    text-align: center;
    font-variant: small-caps;
}

.start h1{
    color: white;
    font-size: 2.5em;
    text-align: center;
		text-shadow: 2px 2px 4px #000000;
    
}

/* RAINBOW */
.rainbow {
   /* Chrome, Safari, Opera */
  -webkit-animation: rainbow 3s infinite; 
  
  /* Internet Explorer */
  -ms-animation: rainbow 3s infinite;
  
  /* Standar Syntax */
  animation: rainbow 3s infinite; 
}

/* Chrome, Safari, Opera */
@-webkit-keyframes rainbow{
	20%{color: red;}
	40%{color: yellow;}
	60%{color: green;}
	80%{color: blue;}
	100%{color: orange;}	
}
/* Internet Explorer */
@-ms-keyframes rainbow{
	20%{color: red;}
	40%{color: yellow;}
	60%{color: green;}
	80%{color: blue;}
	100%{color: orange;}	
}

/* Standar Syntax */
@keyframes rainbow{
	5%{color: red;}
	35%{color: yellow;}
	65%{color: green;}
	85%{color: blue;}
	0%{color: orange;}	
}
/* END */

.o_nas{
    background: #fff;
    margin-bottom: 100px;
}

.o_nas h2{
    margin-top: 100px;
    text-align: center;
    font-size: 3em;
    text-transform: uppercase;
    color: rgb(100, 100,100);
}

.o_nas p{
    /*font-family: 'Open Sans', sans-serif;*/
    text-align: justify;
    font-weight: 400;
    padding-top: 50px;
    font-size: 1.5em;
}

.wyroznik{
    font-size: 1.6em;
    color: rgb(150, 150,150);
    text-align: center;
}

.jak-wrapper{
    margin: 0;
    padding: 0;
    height: 100%;
    max-height: 600px;
}

.jak-foto{

    background-size: cover;
    width: 50%;
    height: 100%;
    animation-duration: 2s;
    filter: brightness(100%);
}

.jak-tekst{
    text-align: center;
	animation-duration: 2s;
}

.jak-tekst p{
    font-size: 1.5em;
}

.jak-tekst ul li{
    text-decoration: none;
    list-style: none;
    font-size: 1.5em;
}

.jak-tekst-funkcje{
    text-align: center;
	font-size:0.9em;
    letter-spacing: 1px;
	height: 80%;
	line-height: 1.2em;
}

.tekst_funkcje
{
		font-size:1.1em;
		padding-bottom:2px;
		padding-top:2px;
}

.oferta-wrap{
    height: 100%;
}

.oferta-wrap h1{
    margin-top: 100px;
    text-align: center;
}

.oferta-wrap hr{
    width: 30%;
    margin-left: 35%;
    margin-bottom: 50px;
}

.oferta-tlo{
        background: url(../img/1.jpg) no-repeat center center fixed;
    background-size: contain;
    width: 100%;
    height: 100%;
    min-height: 100%;
    filter: brightness(100%);
    margin: 0;
}

.oferta-pakiet{
    
    background: rgba(255,255,255,0.8);
    padding: 10px;
    margin: 20px;
    max-width: 25%;
    text-align: center;
    margin-top: 100px;
		padding-bottom:20px;
		animation-duration: 3s;
}

.oferta-pakiet:first-of-type{
	margin-left: 10%;
}

.oferta-pakiet h1{
    padding-bottom: 0px;
    font-weight: 500;
    color: rgba(192,192,192,1); /* SILVER */
    /*color: rgba(255,215,0,1); /* GOLD */
    /*color: rgba(229, 228, 226,1); /* PLATINUM */
}

.oferta-pakiet h2{
    margin-top: 0px;
    padding-top: 0px;
}

.oferta-pakiet ul li{
    list-style: none;
    font-size: 1.3em;
		line-height: 1.5em;
}

.oferta-pakiet ul{
    padding-left: 0px;
}

.oferta-dod-info{
    max-width: 100%;
        background: rgba(255,255,255,0.8);
    padding: 10px;
    margin: 20px;
    text-align: center;
    margin-top: 10px;
    font-size: 1.3em;

}


.silver
{
	text-shadow: 0px 2px 5px black;
	color: #c3c3c3;
	margin-bottom:10px;
	margin-top:10px;
	font-size:2.8em;
}
.gold
{
	text-shadow: 0px 2px 5px black;
	color: #eed251;
	margin-bottom:10px;
	margin-top:10px;
	font-size:2.8em;

}
.platinium
{
	text-shadow: 0px 2px 5px black;
	color: #f1eef4;
	margin-bottom:10px;
	margin-top:10px;
	font-size:2.8em;
}

.galeria h1 {
    margin-top: 250px;
    padding-bottom: 10px;
    text-align: center;
}

.galeria h2 {
    padding-top: 60px;
}

.galeria hr{
    width: 30%;
    margin-bottom: 50px;
}
/* GALLERY PART */

.gallery_hr{
    width: 100%;
    height: 1px;
    color: yellow;
    background-color: black;
}

.row2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}


/* Create four equal columns that sits next to each other */

.column2 {
    /*
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
    */
	text-align: center;
    display: inline-block;
    max-width: 100%;
}

.column2 img {
    display: inline-block;
    max-width: 19.5%;
    margin-top: 8px;
    vertical-align: middle;
}


/* Responsive layout - makes a two column-layout instead of four columns */

@media (max-width: 800px) {
    .column2 {
        flex: 100%;
        max-width: 100%;
    }
}


/* 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: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: black;
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #000;
    margin: auto;
    padding: 0;
    height: 100%;
    max-height: 700px;
    width: 100%;
    max-width: 700px;
    overflow: auto;
}


/* The Close Button */

.close {
    color: red;
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 55px;
    font-weight: bold;
    border-bottom: 5px solid black;
    text-decoration: none;
    color: #999;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides,.mySlides2,.mySlides1 {
    display: none;
}

.cursor {
    cursor: pointer;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: rgba(66, 134, 244, 1.0);
    font-weight: bold;
    font-size: 20px;
    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,.numbertext2 {
    color: rgba(66, 134, 244, 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.8;
    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 {
    min-height: 300px;
}

.footer h1{
    margin-top: 100px;
    text-align: center;
}

.hr{
display: block;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    width: 50%;
}

.footer img{
    margin-top: 20px;
    height: 120px;
}

.dane-kontaktowe{
    text-align: left;
    padding-left: 20px;
    font-size: 2em;
}


/* FORM PART */

.form-horizontal {
 padding-top:50px;
}


.form_style {
    padding: 10px 20px;
    
    border: 0;
    border-bottom: 3px solid silver;
    border-bottom-width: 1px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font: normal 16px/normal;
    color: black;
    -o-text-overflow: clip;
    text-overflow: clip;
    background-color: white;
    -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: black;
    border: 0;
    border-bottom: 3px solid white;
    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;
}


.wyslij_btn {
    margin-left: 5px;
    border: 2px dotted silver;
    background: rgba(0, 0, 0, 0.0);
}

.wyslij_btn:hover,
.wyslij_btn:active {
    background: orangered;
    color: white;
}

/* END OF FORM PART */

.animated {
    visibility: visible;
    !important
}


/* Animation PART */


.anim1{
	animation-duration: 1.5s;
}