/* CSS utf-8 ő */
.head .hlogo {position:absolute; width:382px; height:95px; top:15px; left:0px; background:url(/pictures/microsites/1/264/externalhotels_logo2.svg) no-repeat; background-size:contain;}
.footercontainer .column1 .column1box .pic .flogo {display:block; width:300px; height:50px; background:url(/pictures/microsites/1/264/externalhotels_logo2.svg) no-repeat; background-size:contain;}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width:1024px) and (max-width:1280px) {
  
  
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

/*@media (min-width:768px) and (max-width:1023px) {*/
@media (max-width:1023px) {

	.head .hlogo {position:absolute; top:10px; left:0px; background-size:contain; width:186px; height:52px;}
    .mobilemenu .mobilemenulogo SPAN {width:134px; height:48px; background-image:url(/pictures/microsites/1/264/externalhotels_logo2.svg);}
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
  
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

/* @media (min-width:481px) and (max-width:767px) { */
@media (max-width:767px) {
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (max-width:480px) {

	
}

  
