 

#slides {
  position: relative;
}

#slides .slides-container {
  display: none;
}

#slides .scrollable {
  /* *zoom: 1;*/
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}

.slides-navigation a {
  position: absolute;
  display: block;
}

.slides-navigation a.prev {
  left: 10px;
}

.slides-navigation a.next {
  right: 10px;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
  display: none;
  visibility: hidden;
}

.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  /* *vertical-align: auto;*/
  /* zoom: 1;*/
  /* *display: inline;*/
  display: inline;
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}

.slides-pagination a.current {
  background: #222;
}

.container {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 96%;
	height: auto;
	display: block;
	color: #222222;
	/*font-family: 'Open Sans', sans-serif;*/
	/*background: rgba(0, 0, 0, 0.7);*/
	border-radius: 5px;
	padding: 2%; background: #eeeeee; max-width: none !important; width: auto !important;
	/*background: url("/img/podloga.png") left top repeat;*/
}

.container .naslov {
	font-size: 2.8em; 
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.65);
	line-height: 130%;
	margin: 0 0 12px 0;
	font-weight: bold;
}

.container p {
	font-size: 1.3em;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.65);
	line-height: 110%;
	margin: 0 0 22px 0;
	 
	
}

.container .more {
	background: #9bCd9b url("/img/rezervacija.png") left bottom repeat-x ;
	font-size: 1.2em;
	font-weight: 600;
	color: #ffffff;
	line-height: 40px;
	height: 40px;
	min-height: 40px;
	border: 0;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	width: auto;
	max-width: 200px;
	min-width: 50px;
	border-radius: 5px;
	text-align: center;
	font-weight: 600;
}

.container .more:hover {
	background: #9bCd9b;
}

.container .more a {
	text-decoration: none;
	padding: 10px;
	color: #ffffff;
	font-weight: 600;
	
}

.container .more a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: 600; 
}