/***** K2 CUSTOM CSS *****/


.catItemIntroText a,
.catItemIntroText a:focus {
	color: #faa713;
	text-decoration: underline;
}
.catItemIntroText a:hover {
	color: #1b753b;
	text-decoration: underline;
}

/* --- blog advokatní kancelare --- */


#k2-item-left-col {
 padding: 0; margin: 0;
	margin-right:30px;
	margin-bottom:0px;
	float: left;
	width:100px;
	height:auto;
 text-align: left; 
 }

#k2-item-right-col {
 padding: 0; margin: 0;
	float: right;
	width:480px;
	height:auto;
	 text-align: left; 
}

@media screen and (max-width: 730px) {

#k2-item-left-col {
padding: 0; margin: 0;
float: none;
width:100px;
 }

#k2-item-right-col {
padding: 0; margin: 0;
float: none;
width:100%;
}


}

/* --- blog readmore button --- */

div.catItemReadMore {
    display: inline-block;
	padding-bottom:15px;
}

div.catItemReadMore a {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
		color: #1B7038;
	background-color: transparent;
    border: 1px solid #1B7038;
    text-decoration: none;
}

div.catItemReadMore a:hover {

    color: #fff;
    background-color: #1B7038;
    border: 1px solid #1B7038;

	text-decoration: none;
}

/* --- Soubory ke stazeni - pod sebe --- */
div.itemAttachmentsBlock ul.itemAttachments {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}



div.itemAttachmentsBlock ul.itemAttachments li {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 5px 0 0 0;
    text-align: left;
}



/* --- K2 Pagination --- */
div.k2Pagination ul li a:hover {background:#eee;}
div.k2Pagination ul li.active a {background:#eee;}

div.catItemView {
    margin-bottom: 0px;
    padding: 4px;
}

/* --- Zebra rows for item in category generic view override templates\your_template\html\com_k2\filter.php   --- */
.genericItemView.even {background:#fffff0;padding:2px;border-bottom:1px dotted #ccc;}
.genericItemView.odd {background:#fff;padding:2px;border-bottom:1px dotted #ccc;}

/* --- Zebra rows for item in category category.php override templates\your_template\html\com_k2\templates\deafult\category.php  --- */
.itemContainer.odd {background:#fffff0;padding:2px;border-bottom:1px dotted #ccc;}
.itemContainer.even {background:#fff;padding:2px;border-bottom:1px dotted #ccc;}



/***** titulky *****/
div.catItemHeader h3.catItemTitle, 
div.genericItemHeader h2.genericItemTitle {padding:10px 0 4px 0;margin:0;font-size:18px}  
	
/***** attachments *****/
div.catItemAttachmentsBlock {padding:4px 0 4px 0; border-bottom:none;}
div.catItemAttachmentsBlock span {color:#333333; }
	
	
/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {position:relative;}
div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before {position:absolute;top:12px;right:-5px;color:#FBA133;font-size:20px;}


div.itemAttachmentsBlock {padding:5px 0px;border-bottom:1px dotted #ccc;}
div.itemBackToTop {display:none;}


/***** K2 Search modul CUSTOM CSS *****/

.k2filter-cell {margin-bottom:0px!important; padding-bottom:0px!important; }
.k2filter-responsive .k2filter-cell { width: 300px!important; min-height: 65px!important; margin-left: 0px!important; }

.k2filter-responsive input.submit { margin-left: 0px!important; }

.K2FilterBlock input.datepicker { max-width: 90px!important; box-sizing: content-box!important; }

.moduletable.hledattext,
.moduletable.temata {padding-bottom:20px;margin-bottom:20px;border-bottom:1px dotted #ccc;width: 235px;}

.moduletable.filtrace {padding-bottom:20px;margin-bottom:20px;border-bottom:1px dotted #ccc;width: 235px;}


.K2FilterBlock input[type="text"] {width:220px!important;}
