.dropdown:hover 
.dropdown-menu {
display: block;
}


	

.img {
 width: 100%;
  height: auto;
}


.social {
 width: 10%;
  height: auto;
}


.icons {
 width: 30%;
  height: auto;
}

.logo {
 width: 100%;
 height: auto;
 text-align: middle;
}

.booking {
 width: 22%;
  height: auto;
}

	
.design {
 width: 10%;
  height: auto;
}

.extra {
 width: 20%;
  height: auto;
}


.gallery {
 width: 200px;
  height: 180px;
}



div {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {background-image:none !important;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {background-color:red;}

 
 
 @font-face {
  font-family: 'Glyphicons Halflings';
  src: url('css2/glyphicons-halflings-regular.eot');
  src: url('css2/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
  url('css2/glyphicons-halflings-regular.woff') format('woff'), 
  url('css2/glyphicons-halflings-regular.ttf') format('truetype'), 
  url('css2/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');

}
 

 
@media screen and (max-width: 600px) {	


.img {
 width: 100%;
  height: auto;
}


.social {
 width: 8%;
  height: auto;
}

.logo {
 width: 70%;
  height: auto;
}


.design {
 width: 10%;
  height: auto;
}

.booking {
 width: 100%;
  height: auto;
}


.extra {
 width: 10%;
  height: auto;
}


.icons {
 width: 15%;
  height: auto;
}


.gallery {
 width: 100%;
  height: auto;
}

}