body {
	margin-top: 50px;
}

h2 {
	line-height: 2em;
}

select.rodzaj-select {
    width:100px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

body.bck2 {
	background: url(Public_index_bg.jpg) no-repeat;
	background-position: center;
	background-position-y: 60px;
	background-size: 75%,75%;
}

body.bck3 {

	background: url(bck1.png) no-repeat;
	background-position: center;
	background-position-y: 60px;
	background-size: 75%,75%;
}

.znak {
	position: absolute;
	padding: 20px 50px 50px 50px;
	background: #fff;
}


.header-image {
	background: url(tlo_public.jpg) repeat;
	background-position: top;
	height: auto;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

.col-lg-4 {
	text-align: center;
}

.headline {
	padding: 120px 0;
}

.headline > .container > h1 {
	font-size: 130px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
}

.headline > .container > h2 {
	font-size: 77px;
	line-height: 1.2em;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
}

.featurette-divider {
	margin: 80px 0;
}
.featurette {
	overflow: hidden; 
}

.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}

.featurette-heading {
	font-size: 50px;
}

a.logo, a.logob {
	display: block;
	width: 130px; 
} 
.logo{
	background: url(control_crm_logo_white.png) 16px 7px no-repeat;
}

.logob{
	background: url(logo_black.png) 16px 7px no-repeat;
}


footer {
	margin: 50px 0;
}

@media (max-width: 1900px) {

.headline > .container > h1 {font-size: 140px;}
.headline > .container > h2 {font-size: 63px;}
.featurette-divider {margin: 50px 0;}
.featurette-image.pull-left {margin-right: 20px;}
.featurette-image.pull-right {margin-left: 20px;}
.featurette-heading {font-size: 35px;}

} 

@media (max-width: 1900px) {
	
.container {margin: 0 15px;}
.featurette-divider {margin: 40px 0;}
.featurette-heading {font-size: 25px;}

}

@media (max-width: 1200px) {

.headline > .container > h1 {font-size: 140px;}
.headline > .container > h2 {font-size: 63px;}
.featurette-divider {margin: 50px 0;}
.featurette-image.pull-left {margin-right: 20px;}
.featurette-image.pull-right {margin-left: 20px;}
.featurette-heading {font-size: 35px;}

} 

@media (max-width: 1200px) {
	
.container {margin: 0 15px;}
.featurette-divider {margin: 40px 0;}
.featurette-heading {font-size: 25px;}

}

@media (max-width: 991px) {

.headline > .container > h1 {font-size: 105px;}
.headline > .container > h2 {font-size: 50px;}
.featurette-divider {margin: 40px 0;}
.featurette-image {max-width: 50%;}
.featurette-image.pull-left {margin-right: 10px;}
.featurette-image.pull-right {margin-left: 10px;}
.featurette-heading {font-size: 30px;}

}

@media (max-width: 768px) {
	
.container {margin: 0 15px;}
.featurette-divider {margin: 40px 0;}
.featurette-heading {font-size: 25px;}

}


@media (max-width: 668px) {

.headline > .container > h1 {font-size: 70px;}
.headline > .container > h2 {font-size: 32px;}
.featurette-divider {margin: 30px 0;}

}

@media (max-width: 640px) {

.headline {padding: 75px 0 25px 0;}
.headline > .container > h1 {font-size: 60px;}
.headline > .container > h2 {font-size: 30px;}

}

@media (max-width: 375px) {

.featurette-divider {margin: 10px 0;}
.featurette-image {max-width: 100%;}
.featurette-image.pull-left {margin-right: 0; margin-bottom: 10px;}
.featurette-image.pull-right {margin-left: 0; margin-bottom: 10px;}

}

/* ------ obsluga bledow  ------ */
    .field_with_errors {}
    .field_with_errors label { color: #FF0000;}
    .field_with_errors input { border: 1px solid #FF0000;}
