/* block top search 

#searchbox  .button {
    background: url("img/icon-search.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    height: 18px;
    padding: 0;
    text-indent: 999px;
    width: 13px;
	border-color: transparent;
	position: absolute;
	right: 4px;
	top: 8px;
	overflow: hidden;
}
#search_query_top {
	border-radius: 0;
	/*height: 31px;*/ /*
	padding:5px;
	padding-right: 28px;
	font-family: arial,clean,sans-serif;
font-weight: normal;
font-size: 11px;
line-height:20px;
margin-bottom:0px;
}
*/
#buscar {
background: transparent;
color: #000;
padding: 3px 3px;
border:0;
cursor: pointer;
}

#buscar:hover {
color: #000;
}
#buscar:focus {
outline: none;
}

#buscar:active {
top: 1px;
}



#searchbutton {
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 28px;
    height: 28px;
    border: 0;
    margin: 0;
    padding: 0;
    color: #000;
    z-index: 1999;
    position: relative;
    float: right;
    right: 57px;
    padding-top: 20px;
    transition: padding .75s;
    top: 2px;
}

#searchbutton .fa-times {
    display: none;
}
#searchbar #searchinput {
    width: 100%;
    padding: 18px 0 18px 24px;
    margin-right: 2px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
	border: none;
	box-sizing: border-box;
	background: rgba(255,255,255,0.9);
}
#searchbar input {
        font-size: 52px!important;
    line-height: 62px;
    height: 85px;
    color: #999;
    text-align: center;
    font-family: 'hk_grotesklight';
}
#searchbutton i {
    font-size: 24px;
    color: #000;
}
#searchbar {
    position: absolute;
    z-index: 33;
    width: 100%;
    display: none;
    top: 46px;
}
@media (max-width: 992px){
div#searchbutton {
    left: 45px;
}
div#pk_customlinks {
    padding-left: 0px;
}
li.pk_languages.dd_el {
    padding-left: 30px!important;
}	
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px){
div#searchbutton {
    left: 45px;
}
div#pk_customlinks {
    padding-left: 0px;
}	
}