 html, body, nav, ul, li, a, header, h1, section, div, footer, #hotel-langbar 
 {
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
a
{
	text-decoration: none;
}
html
{
	font: 62.5% 'Ariel', sans-serif;
	color: #000066;
	background: #C1C1FF;
}

#site-warp {
	width: 850px;
	margin: 0 auto;
	margin-top: 5px;
}

#site-warp,
#header{
	min-height: 0;
	_zoom: 1;
}

#site-warp:after,
#header:after{
	content:"";
	clear: both;
	display:block;
}

/* Header */

#header {
	padding-top: 25px;
}

#hotel-langbar {
	float:right;
}
/* Logo hotel North Primorsko */

#logo-area{
	
	width: 850px;
	height: 100px;
	background: url('../primorsko_hotelnorth.jpg') no-repeat center 0 #eee;
	margin-top: 25px;
	
}
.logo{
	margin-top: 25px;
	padding: 0 7px;
	float:left;
 }
 
 /* Navigation menu*/
 
 #hotel-nav{
	margin-top: 5px;
	float:left top;
	
 }
 
 .hotel-nav li{
	color: #ffff00;
	font-size: 1.4rem;
	display: block;
	width: 70px; /* dimensions of buttons. */
	height: 50px;
	margin-bottom: 0; /* spacing between buttons */
	text-transform: uppercase;
}
 
 #hotel-nav ul li a span{
	position:relative;
	top:5px;
	padding: 0 10px;
 
 }
 
 ul.hotel-nav li a{
display:table;
width: 100%;
height: 100%;
outline: none;
-webkit-transition:all 300ms ease-out; /* CSS3 transition. */
-moz-transition:all 300ms ease-out;
transition:all 300ms ease-out;
}

ul.hotel-nav li a{
background: #000066;
}



ul.hotel-nav li b{ /* CSS for text alongside button */
display: block;
position: relative;
top: -100%; /* starting vertical position of text */
left: 110%; /* horizontal position of text */
text-align: left;

width: 100%;
opacity: 0;
-moz-transition: all 300ms ease-out 0.2s;
transition: all 300ms ease-out 0.5s;
}

ul.hotel-nav li:hover a{
-webkit-transform: rotateY(180deg); /* flip horizontally 180deg*/
-moz-transform: rotateY(180deg);
transform: rotateY(180deg);
background: #FFFF66; /* bgcolor of button onMouseover*/
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}


ul.hotel-nav li:hover b{
opacity: 1;
top: -65%; /* vertical position of text onmouseover */
}

#hotel-nav{
	min-height: 0;
	_zoom: 1;
}

#hotel-nav:after{
	content:"";
	clear: both;
	display:block;
}
 
 /* Information board */
 
  #information-board{
	width:775px;
	height: 450px;
	background: url('backgroud_second.jpg')  center 0 #eee;
	margin:-450px 75px;
  }
  
	/* Price list */
	
	#table-pricelist h3 {
		text-align:center;
	}
	table{
		margin: 20px 65px;
		width:70%;
		border-spacing:3px;
	}
	#table-pricelist, #info-price{
		font-size: 1.4rem;
	}
	.title-price{
		background-color: rgba(0,0,255,0.6);
		font-weight: bold;
	}
	tr{
		background-color: rgba(250,247,21,0.3);
		text-align:center;
	}
	.second-color {
		background-color: rgba(0,0,255,0.2);
		text-align:center;
	}
	
	#info-price ul{
		margin:auto;
		width:70%; 
		padding: 5px 0;
		font-size: 1.5rem;
	}
	#info-price ul li{
		padding: 5px 0;
	}
	.info-price{
		margin:auto;
		width:70%; 
		padding: 5px 0;
		font-size: 1.6rem;
	}
  
	/* Booking */
	.for-booking {
		padding: 20px 30px;
		font-size: 1.4rem;
	}
	.bank-account{
		padding: 10px 30px;
		font-size: 1.4rem;
	}
	.info-booking {
		padding: 10px 30px;
		font-size: 1.4rem;
	}
  
	/* Attraction */
	#hc1{
	
	margin: 0 10px;
	
	}
	
	.haccordion{
		padding: 0;
	}

	.haccordion ul{
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden; /*leave as is*/
	}


	.haccordion li{
		margin: 0;
		padding: 0;
		display: block; /*leave as is*/
		width: 100%; /*For users with JS disabled: Width of each content*/
		height: 400px; /*For users with JS disabled: Height of each content*/
		overflow: hidden; /*leave as is*/
		float: left; /*leave as is*/
	}

	.haccordion li .hpanel{
		width: 100%; /*For users with JS disabled: Width of each content*/
		height: 400px;  /*For users with JS disabled: Height of each content*/
	}
	#hc1 li{
		margin:0 3px 0 0; /*Spacing between each LI container*/
	}

	#hc1 li .hpanel{
		padding: 5px; /*Padding inside each content*/
		font-size: 1.2rem;
	}
  
  /* Map */
	  #hotel-map{
		padding: 20px 20px;
		width: 700px;
		height: 400px;
		
	  }
	  #hotel-map img {
		box-shadow: 5px 5px 5px #888888;
	  }
  
  
	/* Contact */
	.contact-bulgarian {
		margin-top:25px;
		margin-left:100px;
		float:left;
		width:250px;
		height: 140px;
		box-shadow: 3px 3px 3px #888888;
		font-size: 1.4rem;
	}
	.contact-english {
		margin-top:25px;
		margin-right:100px;
		float:right;
		width:250px;
		height: 140px;
		box-shadow: 3px 3px 3px #888888;
		font-size: 1.4rem;
	}
 
  
 /* Navigation footer menu*/

footer #hotel-footermenu{
	margin-top: 456px;
	list-style-type: none;
	text-align: center;
}

	#hotel-footermenu li{
		display: inline-block;
	}

		#hotel-footermenu li a{
			color: #000066;
			font-family: "Verdana", sans-serif;
			font-size: 1.4rem;
			padding-left: 12px;
			padding-right: 12px;
			line-height: 2px;
		}
		#hotel-footermenu li a:hover{
			color: #ffff00;
		}