#pocHeadCnt {
	background-image: url("/Custom/Imgs/front_bg_hr.jpg");
	/*width: 960px;*/
	max-width: 100%;
	height: 427px;
	border-radius: 14px;
	position: relative;
	background-size: cover;
}

#pocHeadCnt_hr {
	background-image: url("/Custom/Imgs/front_bg_hr.jpg");
	/*width: 960px;*/
	max-width: 100%;
	height: 427px;
	border-radius: 14px;
	position: relative;
	background-size: cover;
}
#pocHeadCnt_en {
	background-image: url("/Custom/Imgs/front_bg_en.jpg");
	/*width: 960px;*/
	max-width: 100%;
	height: 427px;
	border-radius: 14px;
	position: relative;
	background-size: cover;
}
#pocHeadCnt_it {
	background-image: url("/Custom/Imgs/front_bg_it.jpg");
	/*width: 960px;*/
	max-width: 100%;
	height: 427px;
	border-radius: 14px;
	position: relative;
	background-size: cover;
}
#pocHeadCnt_de {
	background-image: url("/Custom/Imgs/front_bg_de.jpg");
	/*width: 960px;*/
	max-width: 100%;
	height: 427px;
	border-radius: 14px;
	position: relative;
	background-size: cover;
}


	#logoHead {
		width: 346px;
		height: 104px;
		background: #fff;
		background-image: url("/Custom/Imgs/front_page_logo.png");
		background-repeat: no-repeat;
		background-position: 10px 15px;
		border-radius: 14px 0;
	}

	div#formaSearch {
		position: absolute;
		bottom: 20px;
		right: 20px;
		padding: 20px;
		color: #fff;
		border-radius: 14px;
		background: -moz-linear-gradient(top, rgba(38,122,194,0.85) 0%, rgba(43,78,148,0.98) 85%, rgba(43,78,148,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,122,194,0.85)), color-stop(85%,rgba(43,78,148,0.98)), color-stop(100%,rgba(43,78,148,1)));
		background: -webkit-linear-gradient(top, rgba(38,122,194,0.85) 0%,rgba(43,78,148,0.98) 85%,rgba(43,78,148,1) 100%);
		background: -o-linear-gradient(top, rgba(38,122,194,0.85) 0%,rgba(43,78,148,0.98) 85%,rgba(43,78,148,1) 100%);
		background: -ms-linear-gradient(top, rgba(38,122,194,0.85) 0%,rgba(43,78,148,0.98) 85%,rgba(43,78,148,1) 100%);
		background: linear-gradient(to bottom, rgba(38,122,194,0.85) 0%,rgba(43,78,148,0.98) 85%,rgba(43,78,148,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9267ac2', endColorstr='#2b4e94',GradientType=0 );
		width: 480px;
		max-width: 95%;
	}

	h3.pretragah3 {
		font-size: 24px;
		font-family: Arial, sans-serif;
		margin-top: -6px;
		margin-bottom: 15px;
	}

	.red {
		padding: 4px;
		width: 95%;
	}

	label.CustLabel {
		line-height: 27px;
		font-family: Arial narrow;
        font-size: 16px;
	}
	
	div.LabelDiv{
        margin-top: 10px;
        display: inline-block;
	}

	select.inputSelect {
		width: 270px;
		height: 29px;
	}

	input#datepicker {
		padding: 2px;
		margin: 0px;
		width: 240px;
		height: 29px;
	}


	.CustSelDiv {
		display: inline;
		float: right;
	}

	/*.CustSelDiv.datumPut:after {
			content: "[]";
		}*/

	.homeHeadSearchBtn {
		float: right;
	}

	#lineSearchBtn.homeHeadSearchBtn {
		float: right;
		padding: 5px;
		margin: 9px 0px -10px 0px;
		border: 1px solid #fff;
		font-family: "Times New Roman", serif;
		font-weight: bold;
		color: #fff;
		background: rgb(225,52,51);
		background: -moz-linear-gradient(top, rgb(225,52,51) 0%, rgb(124,29,28) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(225,52,51)), color-stop(100%,rgb(124,29,28)));
		background: -webkit-linear-gradient(top, rgb(225,52,51) 0%,rgb(124,29,28) 100%);
		background: -o-linear-gradient(top, rgb(225,52,51) 0%,rgb(124,29,28) 100%);
		background: -ms-linear-gradient(top, rgb(225,52,51) 0%,rgb(124,29,28) 100%);
		background: linear-gradient(to bottom, rgb(225,52,51) 0%,rgb(124,29,28) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13433', endColorstr='#7c1d1c',GradientType=0 );
	}
	
	.ui-datepicker-trigger{
        width: 28px;
        height: 28px;
	}

@media only screen and (max-width: 528px){
.CustSelDiv {
  float: none;
}
#pocHeadCnt {
  background-image:none;
}

#logoHead {
  width: 100%;
  border-radius: 0;
  background-size: 283px;
  background-position: top center;
}

}

@media only screen and (max-width: 960px){

div#formaSearch {
  right: 5px;
  max-width: 87%;
}


label.CustLabel {
  line-height: 28px;
  font-size: 19px;
}

select.inputSelect {
  width: 282px;
  height: 29px;
  max-width: 89%;
}

#lineSearchBtn.homeHeadSearchBtn {
  width: 130px;
  height: 34px;
  float: right;
  margin-top: 22px;
  margin-bottom: 0px;
  font-size: 16px;
  padding: 8px;  
}

#logoHead {
  width: 100%;
  border-radius: 0;
  background-position: top center;
  margin-top:55px;
}
}

