

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
}
header {
  background: url(img/tlo.jpg) center center;
  min-height:300px;
  padding: 100px 0;
  color: #ffffff;
  text-shadow: 1px 1px 0 #000000;
}
header h1 {
  margin: 100px 0 10px;
    font-family: 'Lato', Calibri, Arial, sans-serif;
}
header a {
  color: #000000;
  text-shadow: none;
}
.btn-custom {
  background: #4CABEC;
  color: #ffffff;
  padding: 10px 20px;
  box-shadow: 0 3px 0 #1674CC;
  text-transform: uppercase;	
}

#offer {
  padding: 100px 0;
}

#description {
  background: #F1F5F7;
  padding: 100px 0;
}

footer {
  padding: 50px 0;
  background: #4CABEC;
  color: #ffffff;
}

.carousel-caption {
 height:100%;
 top: 33%;
}

@media only screen and (max-width: 900px) {
    #slider { display: none; }
}

a.mailto {
font-size: 15px;
}

a.mailto:Hover {
font-size: 15px;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:400px; /* your iframe height */
   top:400px;  /* your iframe height */
   margin-top:-400px;  /* your iframe height */
}

div.box div.overlay
{
    display:none;
}

div.box:hover div.overlay
{
 display:block;   
}

a.footer {
font-size: 22px;
color: #ffffff;
}

a.footer:Hover {
font-size: 22px;
color: #ffffff;
text-decoration: none;
}

.form_input {
        font-family: verdana;
        color: #000000;
        border: 5px solid #ffffff;
}

.form_button {
        font-family: verdana;
        font-size: 14px;
        color: #FBD05C;
        background: #c00000;
        border: 4px solid #c00000;
		  width: 80px;	
}


#formularz{

}

a.h4 {
font-size: 18px;
font-family: inherit;
font-weight: 500;
line-height: 2.5;
color: #000000;
}

a.h4:hover {
font-size: 18px;
font-family: inherit;
font-weight: 500;
line-height: 2.5;
color: #4CABED;
text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}
