 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_hotelnorthbg.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;
transition:all 300ms ease-out; /* CSS3 transition. */

}

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;
transition: all 300ms ease-out 0.2s;
transition: all 300ms ease-out 0.5s;
}

ul.hotel-nav li:hover a{
transform: rotateY(180deg); /* flip horizontally 180deg*/

background: #FFFF66; /* bgcolor of button onMouseover*/
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;
  }
  
  
  body {font-family: Verdana, sans-serif; margin:0}
  .mySlides {display: none}
  img {vertical-align: middle;}
  
  /* Slideshow container */
  .slideshow-container {
    max-width: 410px;
    position: relative;
    margin: auto;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }
 
  
 /* 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;
		}