
/* technicke menu */

/* ctenarske konto */
#tech_menu .readers_account {
	position:absolute;
	top:45px;
	margin:5px 0px 0px 920px;
	font-family: 'Roboto', sans-serif;
	font-weight:13px;
}
	#tech_menu .readers_account a.login {
		padding:5px 0px 5px 25px;
		color:#222;
		text-transform:uppercase;
		text-decoration:none;
		background:url('/img/ico_ctenarske_konto.png') no-repeat 0px 3px;
	}
	#tech_menu .readers_account a.login:hover {
		text-decoration:underline;
	}

/* jazyky */
#tech_menu .lang_menu {
  position:absolute;
  top:0px;
  margin:33px 0px 0px 1104px;
  padding:17px 0px 0px 10px;
  color:#606060;
  border-left:1px solid #bfbfbf;
  font-size:12px;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  width:93px;
  height:35px;
}

#tech_menu .lang_menu ul {
	list-style:none;
}

#tech_menu .lang_menu ul li {
	list-style:none;
	display:inline;
}

#tech_menu .lang_menu a {
  padding:13px 11px 13px 17px;
  color:#000;
  text-decoration:none;
  text-transform:uppercase;
  background:url('/img/ico_lang.png') no-repeat 8px 7px;
}
#tech_menu .lang_menu a:hover {
	background:url('/img/ico_lang.png') no-repeat -43px 7px;
}

#tech_menu .active_lang {
  padding:13px 11px 13px 17px;
	background:url('/img/ico_lang.png') no-repeat -44px 7px;
}

#tech_menu .active_lang.last,
#tech_menu a.last {
	/*padding-right:10px;*/
}



/* vyhledávání page */


#naviblock .searching input.search_string {
  position:absolute;
  width:440px;
  height:35px;
  padding:0px 5px 2px 15px;
  font-size:13px;
  background:url('/img/search_sepp.png') no-repeat right center;
  border:1px solid #9c9783;
  border-radius:3px;
  border-right:none;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;

}

#naviblock .searching .pseudoSelect {
  position:absolute;
  width:121px;
  height:21px;
  padding:12px 5px 4px 15px;
  margin:0px 0px 0px 311px;
  background:#fff;
  border:1px solid #9c9783;
  border-radius:0px;
  border-left:none;
  border-right:none;
  background:url('/img/ico_vyhledavani_katalogy.png') no-repeat 121px center;
  text-transform:uppercase;
  font-size:11px;
  font-weight:bold;
  font-family: 'Roboto', sans-serif;
  color:#464646;
  overflow:hidden;
  cursor:pointer;
}

#naviblock .searching  .list4pseudoselect {
	position:absolute;
	width:142px;
	min-height:30px;
	margin:39px 0px 0px 310px;
	padding:2px 0px 0px 0px;
	background:#fff;
	  z-index:5;
}
	#naviblock .searching  .list4pseudoselect .option {
		display:block;
		max-width:100%;
		padding:5px 10px 5px 20px;
		text-transform:uppercase;
		font-size:11px;
		cursor:pointer;
		color:#8f8f8f;
	}
		#naviblock .searching  .list4pseudoselect .option:hover {
			color:#000;
		}

#naviblock .searching input.search_now {
  position:absolute;
  margin:0px 0px 0px 452px;
  width:95px;
  max-height:39px;
  padding:14px 10px 13px 10px;
  font-size:11px;
  font-weight:bold;
  text-align:center;
  text-transform:uppercase;
  font-family: 'Roboto', sans-serif;
  cursor:pointer;
  border:none;
  color:#fff;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  background:#393009;
}

#naviblock .searching input.search_now:hover {
  background:#908542;
}

             

/* newsletter */
.wysiwyg .newsletter_info {
  position:absolute;
  display:block;
  margin:10px 0px 0px 0px;
  padding:5px;
}
.wysiwyg .newsletter_info.fail {
  border:1px solid darkred;
  background:#feeaea;
  color:darkred;
}
.wysiwyg .newsletter_info.ok {
  position:relative;
  margin:0px;
  border:1px solid darkgreen;
  background:#fff;
  color:darkgreen;
}

/* novinky - hp */
.news_portlet {
  
}

.news_portlet strong.heading {
  display:block;
  font-size:30px;
  color:#000;
  font-family:"filharmonic", sans-serif;
  padding:10px 5px 10px 5px;
  background:url('/img/full_notes.png') no-repeat left top;
}

.news_portlet .one_news {
  width:238px;
  overflow:hidden;
  float:left;
  margin-right:5px;
}
.news_portlet .one_news.last {
  margin-right:0px;
}


.news_portlet .one_news h2 {
  margin-bottom:5px;
  color:#262626;
}

.news_portlet .one_news h2 a {
  font-size:16px;
  text-decoration:underline;
  color:#262626;
}
  .news_portlet .one_news h2 a:hover {
    text-decoration:none;
  }

.news_portlet .one_news .date {
  display:block;
  color:#515151;
  font-size:12px;
  margin-bottom:5px;
}

/* akce - hp */
.akce_portlet {
  margin-bottom:15px;
}

.akce_portlet .one_action {
  width:225px;
  overflow:hidden;
  float:left;
  margin-right:24px;
}
.akce_portlet .one_action.last {
  margin-right:0px;
}

  .akce_portlet .one_action a.pseudoimg {
    display:block;
    width:225px;
    height:151px;
    overflow:hidden;
    background-size:cover;
    margin-bottom:5px;
  }
  
.akce_portlet .one_action h2 {
  margin-bottom:5px;
  color:#262626;
}

.akce_portlet .one_action h2 a {
  font-size:16px;
  text-decoration:underline;
  color:#262626;
}
  .akce_portlet .one_action h2 a:hover {
    text-decoration:none;
  }  

.akce_portlet .one_action .date {
  display:block;
  color:#262626;
  font-size:14px;
  font-weight:bold;
  margin-bottom:5px;
}

.akce_portlet .one_action .date .sepp {
  font-size:11px;
  color:#a7a7a7;
  font-weight:normal;
}

.akce_portlet .one_action p.tickets_row {
  margin-top:15px;
  text-align:right;
}

.akce_portlet .one_action p.tickets_row a {
  font-weight:bold;
  padding-left:12px;
}


/* Novinky */
.main_articles_news .h1_cont {
  min-height:80px;
  background-image:url('/img/concert_h1_ilustration.png');
  background-repeat:no-repeat;
  background-position:right top;
}
.wysiwyg .main_articles_news .h1_cont h1 {
  background:none;
}
.wysiwyg .main_articles_news .h1_cont p {
  padding:0px 300px 10px 30px; 
  margin:0px;
}

.main_articles_news .article_box {
  float: left;
  margin-right: 5px;
  overflow: hidden;
  width: 238px;
  height: 300px;
  /*background: #fff;*/
  margin-bottom:15px;
}
.main_articles_news .article_box:nth-child(3n+3) {
  margin-right: 0px;
}
.main_articles_news h2 {
  margin-bottom: 5px;
  padding: 0px;
  font-size:16px;
}
.cnt-left .main_articles_news h2 a {
  font-size: 16px;
  text-decoration: underline;
  color: #AD7121;
  font-family: arial;
  font-weight: bold;
}
.cnt-left .main_articles_news h2 a:hover {
  text-decoration: none;
}
.main_articles_news .date {
  color: #515151;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.main_articles_news .nb_ftr {
  text-align:right; 
}
.main_articles_news .nb_ftr a {
  color: #AD7121;
  text-decoration: underline;
}
.main_articles_news .nb_ftr a:hover {
  text-decoration: none;
}

.main_articles_news a.pseudoimg {
  display: block;
  margin-bottom: 10px;
  width:225px;
  height:151px;
}

/* novinky detail */

.article_detail_news {
  
}

.wysiwyg .article_detail_news .h1_bottom {
  margin-bottom:15px;
}

.article_detail_news .news_attr {
  margin-bottom:30px;
  color:#000;
}
.article_detail_news .news_attr a {
  color:#000;
}

.article_detail_news .news_attr .row {
  font-size:12px;
  padding:15px 0px;
}

.article_detail_news .news_attr .row.first_row {
  padding-top:0px;
  text-align:right;
}

.article_detail_news .mm_col {
  margin:15px 0px;
}



/* Clanky */
.main_articles_con .article_box {
  clear:both;
  min-height:50px;
  margin-bottom:25px;
}

	.main_articles_con .article_box .rightside {	
		float:left;
		width:200px;
		margin-left:20px;
		min-height:50px;
		overflow:hidden;
	}
	.main_articles_con .article_box .leftside {	
		float:left;
		/*width:657px;*/
		width:850px;
	}
		.main_articles_con .article_box .leftside.long {	
			/*width:909px;*/
			width:859px;
		}
		
		/* datumoidní  */
		.main_articles_con .articles_container .datescont {
			float:left;
			width:25px;
		}
		
		.main_articles_con .articles_container .leftside {	
			margin-left:40px;
			/*float:none;*/
		}
			.main_articles_con .articles_container.nomarleft .leftside {
				margin-left:0px;
			}
		
		.main_articles_con .articles_container .day {
			position:absolute;
			width:24px;
			height:21px;
			margin:0px 0px 0px 0px;
			font-family: 'Roboto', sans-serif;
			font-size:18px;
			font-weight:bold;
			text-align:center;
			color:#000;
			overflow:hidden;
		}
		
		.main_articles_con .articles_container .month {
			position:absolute;
			width:24px;
			height:21px;
			margin:27px 0px 0px 0px;
			font-family: 'Roboto', sans-serif;
			font-size:18px;
			font-weight:bold;
			text-align:center;
			color:#000;
			overflow:hidden;
		}
		
		.main_articles_con .articles_container .separator {
			position:absolute;
			width:24px;
			height:7px;
			margin:19px 0px 0px 4px;
			background:url('/img/date_sepp.png') no-repeat left top;
		}
		/* /datumoidní  */
		

.main_articles_con .article_box:nth-child(3n+3) {
}
.main_articles_con h2 {
  margin-bottom: 5px;
  padding: 0px;
  font-size:16px;
}
.cnt-left .main_articles_con h2 a {
  font-size: 18px;
  text-decoration: underline;
  color: #483819;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.cnt-left .main_articles_con h2 a:hover {
  text-decoration: none;
}
.main_articles_con .date {
  color: #a38a58;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.wysiwyg .main_articles_con p {
  padding:0px 25px 0px 0px;
  margin-bottom:5px;
}
.main_articles_con .nb_ftr a {
  color: #000;
  text-decoration: underline;
  font-weight:bold;
}
.main_articles_con .nb_ftr a:hover {
  text-decoration: none;
}
.main_articles_con a.pseudoimg {
  display: block;
  float:left;
  margin:5px 35px 25px 0px;
  width:200px;
  height:151px;	
  border-radius:5px;
}


.main_articles_con .nb_ftr {
  text-align:right;
  font-weight:bold;
}
.main_articles_con .nb_ftr a {
  text-decoration: underline;
}
.main_articles_con .nb_ftr a:hover {
  text-decoration: none;
}

/* koncert detail */

.article_detail_con {
}

.article_detail_con .perex img {
	max-width:220px;
	border-radius:5px;
}



/* globalni detaily clanku */

.article_detail_con .mm_col,
.article_detail_news .mm_col {
  max-width:720px;
  margin:15px 0px;
}

.article_detail_con .mm_col iframe,
.article_detail_news .mm_col iframe {
  width:720px;
}

#page .wysiwyg .article_detail_con p img,
#page .wysiwyg .article_detail_news p img {
  width:186px;
  padding-top:5px;
}



/* formy - obecne */

form .row.last,
aside .row.last  {
  text-align:right;
}

input.input {
  min-width:150px;
  max-width:226px;
  max-height:30px;
  min-height:30px;
  padding:1px 10px 3px 10px;
  color:#000;
  border:none;
  background:url('/img/main_input.png') no-repeat left top;
  margin-bottom:5px; 
}
input.submit {
  width:171px;
  height:31px;
  text-transform:uppercase;
  text-align:center;
  border:none;
  cursor:pointer;
  font-family: 'Oxygen', sans-serif;
  font-weight:bold;
}
input.submit:hover {
  box-shadow:0px 0px 5px #999;
}

textarea.textarea {
  min-width:203px;
  max-width:203px;
  max-height:100px;
  min-height:50px;
  padding:1px 10px 3px 10px;
  color:#000;
  border:1px solid black;
  /*background:url('/img/main_input.png') no-repeat left top;*/
  margin-bottom:5px; 
}


/* vyhledavani  */
.wysiwyg .searching {
  
}

.wysiwyg .searching h2 {
  padding-bottom:0px;
}

.wysiwyg .searching p.foundIn {
  font-style:italic;
}

/* doporucujeme - vypis knih */

	.articles_container.rkt_listOfBooks {

	}

		.articles_container.rkt_listOfBooks .oneBook {
			float:left;
			width:142px;
			height:226px;
			background:url('/img/kniha.png') no-repeat 5px 10px;
			margin:10px 20px 60px 0px;
		}
		
		.articles_container.rkt_listOfBooks .oneBook .bookImg {
			position:absolute;
			width:115px;
			height:170px;
			margin:0px;
			border-radius:3px;
			margin:27px 0px 0px 16px;
		}
	
	.articles_container.rkt_listOfBooks .bookInfo {
		position:absolute;
		margin:210px 0px 0px 17px;
	}
		.articles_container.rkt_listOfBooks .bookInfo .bookName {
			display:block;
			width:120px;
			color:#5b5727;			
			font-size:14px;
		}
		.articles_container.rkt_listOfBooks .bookInfo .bookAuthor {
			display:block;
			width:120px;
			color:#4d4d4d;
			font-size:14px;
		}







/* calendar */
/*
#calendar_component {
  width:233px;
  position:relative;
  overflow:hidden;
}

#calendar_component .calendar_unvisible {
  width:1000px;
}

#calendar_component .left_arrow {
  position:absolute;
  display:block;
  width:29px;
  height:31px;
  margin:0px 0px 0px 0px;
  cursor:pointer;
  opacity:.9;
}
#calendar_component .right_arrow {
  position:absolute;
  display:block;
  width:29px;
  height:31px;
  margin:0px 0px 0px 200px;
  cursor:pointer;
  opacity:.9;
}

#calendar_component .left_arrow:hover,
#calendar_component .right_arrow:hover {
  opacity:1;
}

#calendar_component .dayz_array {
  width:233px;
  float:left;
}

#calendar_component .dayz_array .cal_for_interval {
  display:block;
  width:233px;
  text-align:center;
  font-size:24px;
  font-family: "filharmonic", sans-serif;
}

#calendar_component .dayz_array .cal_for_interval .hdr_y {
  display:none;
}

#calendar_component .dayz_array .cal_hdr .hdr_day {
  width:30px;
  height:30px;
  margin:0px 3px 0px 0px;
  float:left;
  overflow:hidden;
  font-size:12px;
  font-family: 'Oxygen', sans-serif;
  text-align:center;
  vertical-align:center;
  text-transform:uppercase;
}
  #calendar_component .dayz_array .cal_hdr .hdr_day .padd {
    display:block;
    padding:7px 0px;
  }

#calendar_component .dayz_array .calendar_body .day {
  width:30px;
  height:30px;
  margin:0px 3px 3px 0px; 
  float:left;
  overflow:hidden;
  text-align:center;
  background:#cccccc;
  border-radius:3px;
}
  #calendar_component .dayz_array .calendar_body .day .padd {
    display:block;
    padding:7px 0px;
  }
#calendar_component .dayz_array .calendar_body .day.empty_day {
  background:#e0e0e0;
}
#calendar_component .dayz_array .calendar_body .day.today {
  background:#303030;
  color:#fff;
}
#calendar_component .dayz_array .calendar_body a.day.actions {
  background:#d48d2e;
  text-decoration:none;
  color:#000;
}

.calendar_list {
  
}

.calendar_list .row {
  margin-bottom:15px;
  border-bottom:1px dashed #ccc;
}
*/

/* abeceda */

.wysiwyg .abeceda {
	width:100%;
	background:#e7e7e7;
	margin:-25px 0px 40px -30px;
}
	.wysiwyg .article_detail_con .abeceda {
		margin:0px 0px 20px -30px;
	}

.wysiwyg .abeceda  ul {
}

.wysiwyg .abeceda  ul li {
	padding:0px;
	background:none;
}

.wysiwyg .abeceda  ul li a {
	float:left;
	padding:20px 5px;
	color:#36300b;
	font-weight:600;
}
	.wysiwyg .abeceda  ul li a:hover,
	.wysiwyg .abeceda  ul li a.selected {
		color:#cb3a02;
		background:url('/img/abeceda_ukazatel.png') no-repeat center top;
		text-decoration:none;
	}
.wysiwyg .abeceda  ul li a.pom {
	padding:20px 30px;
	background:#cb3a02;
	color:#fff;
	margin-right:15px;
}

/* Kalendarium */

.kalendarium .oneyear {
	width:200px;
	height:400px;
	float:left;
	margin:0px 12px 15px 0px;
	background:#e7e7e7;
}

.kalendarium .oneyear .cnt_padd {
	padding:15px 30px;
}


	.kalendarium.article_detail_con .oneyear {
		width:908px;
		height:60px;
		float:none;
		clear:both;
		margin:0px 0px 0px -30px;
		background:#e7e7e7;
	}
	
		.kalendarium.article_detail_con .oneyear .cnt_padd {
			padding:1px 1px;
		}
	
		.kalendarium.article_detail_con .oneyear h3 {
			display:inline;
			float:left;
			font-size:16px;
			padding:20px 15px 19px 15px;
			margin-right:15px;
			background:#cb3a02;
			color:#fff;
			font-size:16px;
			font-weight:600;
		}
		
		.kalendarium.article_detail_con .oneyear ul {
			margin-top:20px;
		}
		
		.kalendarium.article_detail_con .oneyear ul li {
			float:left;
			margin-right:7px;
			padding-left:7px;
			background:none;
		}
		
		.kalendarium.article_detail_con .oneyear ul li a {
			color:#36300b;
			padding:21px 0px;
		}
		
				.kalendarium.article_detail_con .oneyear ul li a.active,
				.kalendarium.article_detail_con .oneyear ul li a:hover {
					color:#cb3a02;
					background:url('/img/abeceda_ukazatel.png') no-repeat center top;
					text-decoration:none;
				}
				
				.kalendarium.article_detail_con a.otherYears {
					position:absolute;
					display:block;
					margin:-21px 0px 0px 802px;
					padding:22px 15px;
					/*
					width:150px;
					height:50px;
					*/
					background:#f7f7f7;
				}
				
				#content .wysiwyg .kalendarium.article_detail_con a {
					font-weight:bold;
				}
				