/* 
body  {
    background-image: url(../images/bg.jpg);
  background-position: center center;
  
  background-repeat: no-repeat;
  
  background-attachment: fixed;
  
  background-size: cover;
  
  background-color:#464646;
  
} */




@font-face {
  font-family: "Lucida Handwriting";
  src: url('../fonts/LHANDW.TTF') format("truetype");
}


@media only screen and (max-width: 767px) {
/*  body {
    background-image: url(../images/bgm.jpg);
  } */
  iframe.google {
	width: 100%;
	height: 200px;	
		
	}
	}

@media only screen and (min-width: 767px) {
	section#contact {
		padding-left: 15%;
	}
	iframe.google {
	width: 600px;
	height: 400px;	
		
	}
	.zoom:hover
{
	 box-shadow: 0px 0px 15px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);

}
nav {
 height: 33px;
    left: 30%;
    position: absolute;
    top: 105px;
    width: 800px;	
	
}



}	
	

a, p, div, li {font-family: LatoWeb;  }
.LatoWebMedium { font-family: LatoWebMedium !important;}
.spacer {height: 50px; }

.motto {position:absolute; left:0; top:0;z-index:1; padding: 10px; color: #FFFFFF; font-size: 17pt; text-shadow: 2px 2px #000; font-family: 'Lucida Handwriting'; }
header { background-color: #ffffff; }
header img { max-height: 110px; margin: 10px 20px 30px 20px; }
div.select-language { width: inherit;  }
div.select-language ul li { display: inline; }
div.select-language ul li  a{ text-decoration: none; font-size:9pt; }
div.select-language ul li a.active { background-color: #ffffff; }
div.select-language ul li  img{ max-height: 10px; }
nav { background-color: #ffffff;

 
 }
div.clear { clear:both;}

.right {text-align: right;}
.center {text-align:center;}
.small {font-size: 9pt;}
a {  transition: all 0.5s ease 0s;}
/* górne menu */

nav ul li {
	
}



.nav-pills > li  > a {
	  color: #3F3769 !important;
	  
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: transparent !important;
    color: #000 !important;
	border-bottom: 2px solid #3F3769;
	margin: 0 5px 0 5px;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
	    color: #000 !important;
	border-bottom: 1px solid #3F3769;
	    background-color: transparent !important;
		}

.nav-pills > li > a {
    border-radius: 0px !important;
}

/* karuzela */ 

.carousel-inner {
	background-color: #fff;
}

.carousel-inner div.item { width: 100%; height: 450px; }
.col-lg-4 { background-color: #ffffff;
}
.carousel-caption  { 
   /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

width: 100%;
left: 0 !important;
right: 0 !important;
padding-left: 20%;
padding-right: 20%;
padding-top: 0 !important;
 }
.zoom
{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}

.zoom img.margin { margin: 20px; }



section#contact address {
	font-size: 1.5em;
	
}


.footer-links span:last-child { display:none; }
