@import url(https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700,800,900&subset=latin-ext);
body{
   font-family: 'Lato', sans-serif !important;
	background: url(img/bg.jpg) no-repeat top center;
}
.bg_filtr{
	background: url(img/filtr_bg.png) repeat scroll 0% 0%;
}
a{
	color: #C63800;
}
a:hover{
	color: #FF4900;
}
.left{
	text-align: left !important;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.okruszki, .okruszki a, .okruszki a:hover, .okruszki a i{
	color: #707070;
	text-decoration: none;
}
h2{
	color: #000;
	padding: 0 0 0.5em;
	margin: 0.5em 0 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
}
h2.start{
	text-align: center;
	font-size: 2.3em;
}
h3{
	text-align: center;
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.form-control{
	border-radius: 0;
	margin-right: 1em;
}
/*--------nadpisanie bootstrap---------------------------------------*/
.nav {
	 padding-top: 1.3em;
	 padding-right: 1em;
}
.nav a {
    color: #fff;
    text-decoration: none;
	 text-transform: uppercase;
	 font-size: 1.6em;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus, .nav-pills > li > a:hover {
	color: #ffbf00;
	background-color: transparent;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-brand{
	padding: 0.3em 0 0 0;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}
.nav > li > a:focus {
  background-color: transparent!important;
}
/*----------------------------*/
.navbar-default .navbar-toggle {
	border-color: #fff;
	margin-right: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover {
	border-color: #fff;
}

/*------------------------------*/
@media (min-width: 10px) and (max-width: 500px) {
    .navbar-brand > img {
		  height: 40px;
    }
	 h2.start{
		font-size: 1.3em;
	}
	 .nav {
	 	padding-top: 0.5em;
	 }
	 .nav > li > a{
	 	padding: 5px;
	 }
	 
}
@media (min-width: 501px) and (max-width: 1000px) {
    .navbar-brand > img {
		  height: 60px;
    }
	 .nav a{
	 	font-size: 1.3em;
	 }
}
@media (min-width: 1001px) and (max-width: 1200px) {
    .navbar-brand > img {
		  height: 80px;
    }
	 .nav a{
	 	font-size: 1.3em;
	 }
}
/*---------------------------------------------*/
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    height: 100%;
}
.embed-responsive-16by9 {
	padding-bottom: 20%;
}
.mapa{
	margin-top: 0;
	margin-bottom: 2px;
	padding-left: 0;
	padding-right: 0;
}
/*-------------------------------------------------------------*/
.top{
	height:499px;
}
.ikony{
	text-align: center;
	padding: 1.5em 0 1em;
}
.ikony div{
	min-height: 200px;
}
.ikony p{
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}
/*-------------------------------------*/
.body{
	min-height: 500px;
	background: url(img/bg_body.jpg) no-repeat top center;
	font-size: 1.2em;
	padding-bottom: 2em;
}
.body ul{
	padding-left: 1em;
}
.body li{
	list-style: none;
	background: url(img/list.png) left  no-repeat;
	background-position: 0 8px;
	padding: 0 0 0 1.5em;
}
.arrow{
	background: url(img/arrow_yellow.png) no-repeat top center;
	height: 44px;
	margin-top: 3px;
}
.content{
	padding-top: 2em;
}
.button{
	padding: 0.5em 2.3em;
	background: #febe14;
	transition-property: background-color;
	transition-duration: 0.6s;
	text-decoration: none!important;
	color: #fff!important;
	border: none;
	border-radius: 0px;
}
.button:hover{
	background-color: rgba(255, 73, 0, 0.8);
}
.mail{
	padding-top: 1.5em;
}
/*-----------------------------------------*/
.bloki{
	padding: 2em 1em 1em;
}
.podgal{
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 1em;
}
.podgal .bloki{
	padding-top: 0;
}
/*-----------------------------------------*/
#cookiebar{
	float: left;
	width: 980px;
	height: 20px;
}
#windowcookie{ width:1080px !important; text-align: center; font-size:12px;
padding:0px !important; position:fixed; left:50%;  bottom: 0px; margin-left:-540px;} 

#innercookie {
	float: left; width:980px !important; 
	background: #fafafa;
	padding: 5px;
	margin-top:0px;
	text-align: center;
	border-bottom:1px solid #000;
}
#innercookie a{
	color: #000;
}
/*-------------------------------------------------------------*/
.galeria{
	margin: 0.5em 0 1em;
	text-align: center;
}
.min{
	margin-bottom: 1em;
	text-align: center;
}
.min img{
	text-align: center;
	color: #000;
	text-decoration: none!important;
	border: 1px solid #BFBFBF;
	transition-property: box-shadow;
	transition-duration: 0.3s;
	display: inline;
}
/*---*/
.min img:hover{
	box-shadow: 0px 0px 0px 3px #BFBFBF;
}
/*-------------------------------------*/
.bottom{
	background: #ffbf17;
	color: #fff;
	padding: 1.8em 1em;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.8em;
}
.bottom p{
   margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
}
/*-------------------------------------*/
.last{
	border: none;
}
.footer{
	background: #545557;
}
footer{
	min-height: 60px;
   padding: 20px 0px;
	text-align: center;
	font-size: 1.2em;
}
footer p{
   float: none;
	margin: 0px;
	padding: 0px;
}
footer ul{
   margin: 0 0 1em 0;
	padding: 0px;
}
footer ul li{
	list-style: none;
	padding: 0px 8px;
	display: inline;
}
footer span{
	margin-right: 20px;
}
.copy, .copy a, footer li a, .copy a:hover, footer li a:hover {
	color: #bebebe;
}
.rel a{
	color: #7c7c7c;
	font-size: 0.9em;
}