@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*SEARCH ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#searchblok{
	width:190px;
	height:29px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	top:16px;
	right:30px;
}

#searchblok #searchForm input {
	border:none;
	background:#ffffff;
	width:190px;
	height:29px;
	line-height:29px;
	color:#0053a0;
	font-size:15px;
	padding: 0 40px 0 20px;
	border-radius:0;
}


#searchblok #searchForm  .searchButton {
	position:absolute;
	top:0;
	right:0;
	background:url(/images/site/search.png) center center no-repeat;
	width:30px;
	height:30px;
	cursor:pointer;
}

.header #searchToggle {
	width: 31px;
    height: 31px;
    padding: 0 0px 0 7px;
    margin: 9px 15px 0 0;
    position: inherit;
    float: left;
    background: #ffffff url(/images/site/search.png) center center no-repeat;
    border: none;
    color: #044e9a;
    border-radius: 0;
	float:right;
	cursor:pointer;
}

.header #searchToggle.activeSearchButton {
	background: #ffffff url(/images/site/close.png) center center no-repeat;
}

@media (max-width: 767px){
	#searchblok {display:none; top: -50px; z-index: 501; right: 0; width:100%; height:50px;}
	#searchblok #searchForm input {background:#023b85; color:#ffffff; width:100%; height:50px; line-height:50px;}
	#searchblok #searchForm  .searchButton {background:url(/images/site/searchWhite.png) center center no-repeat; height:50px;}
}

@media (max-width: 1200px) and (min-width: 768px) {
    #searchblok {position: relative; top: 0; right: 0;}
}