.repertoar_day.current-day {
	background: #ccc !important;
}

.tender {
	padding-top: 20px;
	padding-bottom: 20px;
	border-width: 1px;
	border-color: #666;
	border-style: dashed none none none;	
}

.tender a {
	color: #000;
	font-weight: bold;
}

.tender a:hover {
	text-decoration: underline;
}

ul.sub-menu {
	box-shadow: 2px 2px 5px #000;
}
/* 	border-width: 1px;
	border-color: #666;
	border-style: none none dashed none;
	padding-bottom: 20px; */

.predstave {
	width: 100%;
/*   height: auto; */
  display: -webkit-flex; 
  -webkit-flex-wrap: wrap; 
  display: flex;
  flex-wrap: wrap;
}

.pojedinacnaPredstava {
	    display: table;
    margin-right: 20px;
	width: 150px;
	height: auto;
}

.naslovSceneiDodatka {
	border-top: 1px dashed #666; 
	padding-top: 30px;
}

.predstave a {
	color: #000;
}

.predstave a:hover {
	color: #000;
	text-decoration: underline;
}

.predstave h3 {
	padding-top: 20px;
	border-width: 1px;
	border-color: #666;
	border-style: dashed none none none;
}

.slide_content h4, .slide_content h6  {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.textwidget h5 {
	font-size: 16px;
	font-weight: bold;	
}

.textwidget {
	margin-bottom: 20px;
}

.imgwdg {
	width: 172px;
	height: 62px;
	float: left;	
}

#homepage_feed .container {
	margin-bottom:30px !important;
}

.pdfbtn {
	border: 1px #ff0000 solid;
	display: block;
	background: #fff;
	font-size: 12px;
	text-decoration: uppercase;
	padding: 5px;
	color: #ff0000;
}

.linkdoc {
	background: #333;
	color: #fff;
	display: block;
	padding: 3px 0px;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin-bottom: 15px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

#black_stripe .textwidget {
	margin-bottom: 0;
}
#black_stripe span {
	line-height:14px;
	padding-top:12px;
	display:block;
}


/* adresa */
#header .info .info-address {
	color: #000000;
    font-size: 12px;
    font-weight: 400;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}
#header .info span {
	float: left;
}



/* rezervacije */

.reservation_form input, .reservation_form select {
	width: 75%;
	min-width: 300px;
	height: 26px;
    line-height: 24px;
	padding: 0 5px;
	border: 1px solid #666666;
}
.reservation_form textarea {
	width: 75%;
	min-width: 300px;
	height: 78px;
	resize: none;
	border: 1px solid #666666;
}
.reservation_form a {
    background-color: #000000;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.reservation_form input.form_error, .reservation_form select.form_error {
	border-color: #ec1b23;
}
