/*hotels*/
@media only screen and (max-width: 320px) and (orientation : portrait) {
	body {
	font-size: 13px;
	line-height: 1.7em;
}
.thrColFixHdr #header #logoTop {
	width: 155px;
	height: auto;
}
.thrColFixHdr #news img {
    max-width: 100%;
    height: inherit;
}}/*/mediaquery*/