/**
 * @version		$Id: k2.css 1913 2013-02-08 22:35:11Z joomlaworks $
 * @package		K2
 * @author		JoomlaWorks http://www.joomlaworks.net
 * @copyright	Copyright (c) 2006 - 2013 JoomlaWorks Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

/*
### Legend ###
Font families used:
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-family:Arial, Helvetica, sans-serif;

Colors used:
	#f7fafe (light blue) used as background on all toolbars, category and user/author boxes

*/

/*
//napoveda
Margin je vnější okraj.
Vnitřní okraj je padding. Margin je okraj od rámečku ven, padding od rámečku dovnitř.
Pod paddingem se vykresluje pozadí, pod marginem ne.
Pokud se u prvku nepoužívá rámeček nebo pozadí, je lepší používat margin spíše než padding,
protože se v obou vykreslovacích módech a v různých prohlížečích počítá stejně.
padding: Apx - nahore Bpx - vpravo;
padding: Apx - nahore  Bpx - vpravo Cpx - dole, Dpx - vlevo;
*/

/*-- NewsPlus --*/

.itemListCategory h2,
#itemListLinks h4,
h3.k2IModuleTitle{
	/*font-size: 16px;*/
	font-weight: 400;
	/*text-transform: uppercase;*/
	color: #000;
	line-height: 16px;
	margin: 20px 0;
}
.itemListCategory h2 {
  font-size: 34px;
  line-height: 44px;
	margin: 0;
}



#k2Container > div.clr{
	border-bottom: none;
}

/*----------------------------------------------------------------------
	Common Elements
----------------------------------------------------------------------*/

/* --- Basic typography --- */
a:active,
a:focus {outline:0;}
img {border:none;}

/* --- Global K2 container --- */
#k2Container {}
body.contentpane #k2Container {padding:16px;} /* used in popups */

/* --- General padding --- */
.k2Padding {padding:4px;}

/* --- Clearing --- */
.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}

/* --- Zebra rows --- */
.even {padding:2px;}
.odd {padding:2px;}

/* --- RSS feed icon --- */
div.k2FeedIcon {padding:4px 8px;}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {display:block;float:right;margin:0;padding:0;width:16px;height:16px;background:url(../../../components/com_k2/images/system/feed-icon-14x14.gif) no-repeat 50% 50%;}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {display:none;}

/* --- Rating --- */
.itemRatingForm {display:block;vertical-align:middle;line-height:25px;float:left;}
.itemRatingLog {font-size:11px;margin:0;padding:0 0 0 4px;float:left;}
div.itemRatingForm .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;height:25px;padding:0 0 0 20px;}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {background:transparent url(../../../components/com_k2/images/system/transparent_star.gif) left -1000px repeat-x;}
.itemRatingList {position:relative;float:left;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}
.itemRatingList li {display:inline;background:none;padding:0;}
.itemRatingList a,
.itemRatingList .itemCurrentRating {position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;cursor:pointer;}
.itemRatingList a:hover {background-position:left bottom;}
.itemRatingList a.one-star {width:20%;z-index:6;}
.itemRatingList a.two-stars {width:40%;z-index:5;}
.itemRatingList a.three-stars {width:60%;z-index:4;}
.itemRatingList a.four-stars {width:80%;z-index:3;}
.itemRatingList a.five-stars {width:100%;z-index:2;}
.itemRatingList .itemCurrentRating {z-index:1;background-position:0 center;margin:0;padding:0;}
span.siteRoot {display:none;}

/* --- CSS added with Javascript --- */
.smallerFontSize {font-size:100%;line-height:inherit;}
.largerFontSize {font-size:150%;line-height:140%;}

/* --- ReCaptcha --- */
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {background-color:#fff !important;}
#recaptcha_table {border-color: #ccc !important;}
#recaptcha_response_field {border-color: #ccc !important;background-color:#fff !important;}

/* --- Primary lists in modules --- */
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {} /* Example CSS: padding:0;margin:0;list-style:none;*/

div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul.k2UserBlockRenderedMenu li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {} /* Example CSS: display:block;clear:both;padding:2px 0;border-bottom:1px dotted #ccc;*/

.clearList {display:none;float:none;clear:both;} /* this class is used to clear all previous floating list elements */
.lastItem {border:none;} /* class appended on last list item */

/* --- Avatars --- */
.k2Avatar img {display:block;float:left;background:#fff;border:1px solid #f2f2f2;padding:2px;margin:2px 10px 4px 0;}

/* --- Read more --- */
a.k2ReadMore {}
a.k2ReadMore:hover {}

/* --- Pagination --- */
div.k2Pagination {
  padding:8px;
  margin:24px 0 4px 0;
  text-align:center;
  color:#999;
}

/* --- Pagination (additional styling for Joomla! 1.6+) --- */
div.k2Pagination ul {text-align:center;}
div.k2Pagination ul li {display:inline;}

/* --- Extra fields: CSV data styling --- */
table.csvData {}
table.csvData tr th {}
table.csvData tr td {}

/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {/*background:url(../images/system/featuredItem.png) no-repeat 100% 0;*/}



/*----------------------------------------------------------------------
	Component: Item view
----------------------------------------------------------------------*/
a.itemPrintThisPage {display:block;width:160px;margin:4px auto 16px;padding:4px;background:#F7FAFE;border:1px solid #ccc;text-align:center;color:#555;font-size:13px;}
a.itemPrintThisPage:hover {background:#eee;text-decoration:none;}

div.itemView {
  /*border: 1px solid #717171;*/
  /*border: 1px solid #ccc;*/
  /*background:#fff;*/    
  /*padding: 20px;*/
  /*padding: 5px;*/
  /*margin-bottom: 20px;*/
} /* this is the item container for this view */
div.itemIsFeatured {} /* Attach a class for each featured item */

span.itemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
span.itemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;/*font-family:Arial, Helvetica, sans-serif;*/}
span.itemEditLink a:hover {background:#ffffcc;}

div.itemHeader {}
	div.itemHeader span.itemDateCreated {}
	div.itemHeader h1.itemTitle {
    text-align: center;
    /*margin-top: 20px;*/ /*modry ctverec - 30px*/
    margin-bottom: 50px; /*modry ctverec*/
    font-size: 35px;
    /*font-size:26px;*/
    color: #000;
    font-weight: 400;
    /*font-weight: 200;*/
    line-height: 44px
    /*line-height:125%;*/
  }
	div.itemHeader h2.itemTitle {
    margin:0;
    padding: 20px 0;
    font-size:26px;
    color: #000;
    font-weight:200;
    line-height:125%;
  }
	div.itemHeader h2.itemTitle span {}
	div.itemHeader h2.itemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* "Featured" presented in superscript */
	div.itemHeader div.itemAuthor {
    display:block;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
	div.itemHeader div.itemAuthor a {color: #333;}
	div.itemHeader div.itemAuthor a:hover {}

div.itemToolbar {padding: 8px 0;margin: 0;display: inline-block;float: right;}
	div.itemToolbar ul {text-align:right;list-style:none;padding:0;margin:0;}
	div.itemToolbar ul li {display:inline;list-style:none;padding:0 4px 0 8px;margin:0;border-left:1px solid #ccc;text-align:center;background:none;font-size:12px;}
	div.itemToolbar ul > li:first-child {border:none;} /* remove the first CSS border from the left of the toolbar */
	div.itemToolbar ul li a {font-size:12px;font-weight:normal;}
	div.itemToolbar ul li a:hover {}
	div.itemToolbar ul li a span {}
	div.itemToolbar ul li a.itemPrintLink {}
	div.itemToolbar ul li a.itemPrintLink span {}
	div.itemToolbar ul li a.itemEmailLink {}
	div.itemToolbar ul li a.itemEmailLink span {}
	div.itemToolbar ul li a.itemVideoLink {}
	div.itemToolbar ul li a.itemVideoLink span {}
	div.itemToolbar ul li a.itemImageGalleryLink {}
	div.itemToolbar ul li a.itemImageGalleryLink span {}
	div.itemToolbar ul li a.itemCommentsLink {}
	div.itemToolbar ul li a.itemCommentsLink span {}
	div.itemToolbar ul li a img {vertical-align:middle;}
	div.itemToolbar ul li span.itemTextResizerTitle {}
	div.itemToolbar ul li a#fontDecrease {margin:0 0 0 2px;}
	div.itemToolbar ul li a#fontDecrease img {width:13px;height:13px;background:url(../../../components/com_k2/images/system/font_decrease.gif) no-repeat;}
	div.itemToolbar ul li a#fontIncrease {margin:0 0 0 2px;}
	div.itemToolbar ul li a#fontIncrease img {width:13px;height:13px;background:url(../../../components/com_k2/images/system/font_increase.gif) no-repeat;}
	div.itemToolbar ul li a#fontDecrease span,
	div.itemToolbar ul li a#fontIncrease span {display:none;}

div.itemRatingBlock {padding: 8px 0;display:inline-block;}
	div.itemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;color:#999;}

div.itemBody {padding:0 0 10px;margin:0;}

div.itemImageBlock {}
	span.itemImage {
    display:block;
    text-align:center;
    margin:0 0 8px 0;
    max-height: 485px;
    overflow: hidden;
  }
	span.itemImage a.modal, .commentToolbar a.modal{
		position: inherit;
		top: 0;
		left: 0;
		z-index: 1050;
		width: 100%;
		margin-left: 0;
		box-shadow: none;
		background: none;
		border: 0;
		margin-right: auto;
	}
	span.itemImage img {}
	span.itemImageCaption {color:#666;float:left;display:block;font-size:15px;}
	span.itemImageCredits {color:#999;float:right;display:block;font-style:italic;line-height:18px;font-size:15px;}

div.itemIntroText {color:#444;font-weight:bold;line-height:18px;font-size:18px;padding:4px 0 12px 0;}
	div.itemIntroText img {}

div.itemFullText {
  margin: 0 auto;
  margin-bottom:80px; /*ruzovy ctverec*/
}
div.itemFullText .sp-block {
  margin-top: 20px; /*modry ctverec - 30px*/
  margin-bottom: 35px; /*modry ctverec - 15px*/

}
	div.itemFullText h3 {margin:0;padding:16px 0 4px 0;}
	div.itemFullText p {
    padding-bottom: 15px;
  }
	div.itemFullText img {
    max-width: 100%;
  }
  div.itemFullText strong {color:#000}
	div.itemFullText a {color:#000;font-weight:bold; text-decoration:underline;}
  div.itemFullText a:hover {text-decoration:none;}
  

div.itemExtraFields {margin:16px 0 0 0;padding:8px 0 0 0;border-top:1px dotted #ddd;}
	div.itemExtraFields h3 {margin:0;padding:0 0 8px 0;line-height:normal !important;}
	div.itemExtraFields ul {margin:0;padding:0;list-style:none;}
	div.itemExtraFields ul li {display:block;}
	div.itemExtraFields ul li span.itemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
	div.itemExtraFields ul li span.itemExtraFieldsValue {}

div.itemContentFooter {display:block;text-align:right;padding:4px;margin:16px 0 4px 0;border-top:1px solid #ddd;color:#999;}
	span.itemHits {float:left;}
	span.itemDateModified {}

div.itemSocialSharing {
  padding: 10px 0;
  overflow: hidden;
  /*border-top: 1px solid #f2f2f2;*/
  /*border-bottom: 1px solid #f2f2f2;*/
}
div.itemSocialSharing >div{
  float:left;
  margin:2px 24px 0 0;
}

span.title-action {
  width:100%;
  display: block; 
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
div.social-action {
  text-align: center;
  margin-top: 80px; /*ruzovy ctverec*/
  margin-bottom: 80px; /*ruzovy ctverec*/
}
div.social-action ul {
  text-align: center;
  margin: 0 auto;
  list-style: outside none none;
  font-size: 24px;
  line-height: 34px;

}
div.social-action li {
    width: 32%;
    text-align: center;
    display: inline-block;
    /*border-bottom: 1px solid #eee;*/
    /*height: 27px;*/
    /*line-height: 27px;*/
    overflow: hidden;
    /*padding: 5px 5px 5px 0;*/
    /*margin-right: 10px;*/
}

.social-action li i {
    display:inline-block;
    width:30px;
    margin-right: 5px;
    text-align:center;
}

.social-action li.twitter i {
    margin-right: 5px;
}

.social-action li.twitter i.icon-twitter {
    color: #00aeef;
}
.social-action li.facebook i.icon-facebook {
    color: #0054a6;
}
.social-action li.google i.icon-google-plus {
    color: #dd4b39;
}
.social-action li.linkedin i.icon-linkedin {
    color: #007bb6;
}
.social-action li.print i.icon-print {
    color: #333;
}

.social-action li span {
    color: #fff;
    float: right;
    font-size: 11px;
    line-height: 1;
    min-width: 12px;
    padding: 8px;
    text-align: center;
}
/*
.social-action li.twitter a:hover {
    color: #00aeef;
}
*/

.social-action li.twitter span {
    background: #00aeef none repeat scroll 0 0;
}
.social-action li.facebook span {
    background: #0054a6 none repeat scroll 0 0;
}
.social-action li.google span {
    background: #dd4b39 none repeat scroll 0 0;
}
.social-action li.linkedin span {
    background: #007bb6 none repeat scroll 0 0;
}

.social-action div.facebook2{
  margin: 0 auto;
  padding-top: 20px; /*zluty ctverec*/
  width: 150px;
  /*display:block;*/
  text-align: center;
  /*padding-bottom: 80px;*/ /*ruzovy ctverec*/ 
}
.itemBody .social-action div.facebook2 iframe {
  margin-top: 0px;
  margin-bottom: 0px;
}


.social-action .fb-like{
  text-align: center;
  width: 150px;
  height: 26px;
}
.social-action .fb-like {
    opacity: 1;
    filter: alpha(opacity=60);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

div.itemLinks {
  font-family: "Montserrat", sans-serif; /*font-family nadpis*/
  margin-bottom: 80px; /*ruzovy ctverec*/
  padding: 0;
  font-size: 12px;
  line-height: 15px;  
  /*border-top: 1px solid #f2f2f2;*/
  /*border-bottom: 1px solid #f2f2f2;*/
  text-align: center;
}
div.itemLinks span.catItemAuthor {
  display:block;
  padding:0;
  text-transform: uppercase;
  /*margin:0 0 10px 0;*/
  /*margin-right:10px;*/
}
 
div.itemLinks .itemLinksLeft{display: inline-block;}
div.itemLinks .itemLinksRight{float: right;}
div.itemLinks .itemLinksRight a{color: #999;}


div.itemLinks .itemLinksLeft> div{
	/*border-right: 1px solid #f2f2f2;*/
	/*padding: 0 10px;*/
	color: #333;
}
div.itemLinks .itemLinksLeft > div:last-child{
	border-right: none;
}

div.itemCategory {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
	div.itemCategory span {}
	div.itemCategory span i {
    display: inline-block;
    font-size:8px;
    margin: 0 10px 2px 10px;
    vertical-align: middle;
  }
	div.itemCategory a {color: #333;}

div.itemBlogDate {
  display: inline-block;
}
div.itemBlogDate span.sp_date_day{
  text-transform: uppercase;
}
div.itemBlogDate .item_date_text i {
  display: inline-block;
  font-size:8px;
  margin: 0 10px 2px 10px;
  vertical-align: middle;
}

div.itemTagsBlock {
  margin: 0 auto;
  margin-bottom: 80px; /*ruzovy ctverec*/
  width: 80%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /*padding:4px;*/
}
div.itemTagsBlock .itemAuthorTagText {
  font-size: 16px;
  line-height: 22px;
}
	div.itemTagsBlock span {padding:0 4px 0 0;color:#acacac;}
	div.itemTagsBlock ul.itemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.itemTagsBlock ul.itemTags li {
    font-size: 16px;
    line-height: 22px;
    /*background:#e3e3e3;*/
    border-radius:2px;
    display:inline;
    list-style:none;
    padding:0 6px;
    margin:0;
    text-align:center;
    text-transform:uppercase;  
}
	div.itemTagsBlock ul.itemTags li a {}
	div.itemTagsBlock ul.itemTags li a:hover {text-decoration:none;color:#808080;}

div.itemAttachmentsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.itemAttachmentsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.itemAttachmentsBlock ul.itemAttachments {list-style:none;padding:0;margin:0;display:inline;}
	div.itemAttachmentsBlock ul.itemAttachments li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;}
	div.itemAttachmentsBlock ul.itemAttachments li a {}
	div.itemAttachmentsBlock ul.itemAttachments li a:hover {}
	div.itemAttachmentsBlock ul.itemAttachments li span {font-size:10px;color:#999;font-weight:normal;}

/* Author block */
div.itemAuthorBlock {border-bottom:1px solid #f2f2f2; padding-bottom:10px;}

	div.itemAuthorBlock .authorAvatarWrapper {max-width: 76px; float: left; margin-right: 10px;}
	div.itemAuthorBlock .authorInfoWrapper {margin-left: 10px; position: relative;}
	div.itemAuthorBlock .authorInfoWrapper .author-social-icon {position: absolute; top: 0; right: 0;}
	div.itemAuthorBlock .authorInfoWrapper .author-social-icon ul {margin: 0; padding: 0; list-style: none; }
	div.itemAuthorBlock .authorInfoWrapper .author-social-icon ul li {display: inline-block; margin-right: 5px;}
	div.itemAuthorBlock .authorInfoWrapper .author-social-icon ul li:last-child{margin-right: 0;}
	div.itemAuthorBlock .authorInfoWrapper .author-social-icon a {color: #e5e5e5; font-size: 14px; }
	div.itemAuthorBlock .authorInfoWrapper .author-social-icon i {
		width: 25px;
		padding: 5px 0;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	div.itemAuthorBlock .authorInfoWrapper .author-social-icon i.icon-facebook{background-color: #0f80c4;}
	div.itemAuthorBlock .authorInfoWrapper .author-social-icon i.icon-twitter{background-color: #1092d0;}
	div.itemAuthorBlock .authorInfoWrapper .author-social-icon i.icon-linkedin{background-color: #1092d0;}
	div.itemAuthorBlock .authorInfoWrapper .author-social-icon i.icon-google-plus{background-color: #c84b37;}
	div.itemAuthorBlock .authorInfoWrapper .author-social-icon i.icon-rss{background-color: #fcb949;}
	div.itemAuthorBlock .authorInfoWrapper .author-social-icon i.icon-globe{background-color: #525252;}
	
	div.itemAuthorBlock .authorInfoWrapper .author-social-icon i.icon-twitter{background-color: #1092d0;}


	div.itemAuthorBlock .authorInfoWrapper .author-social-icon ul li .dummy-text {
		display: none;
	}




	div.itemAuthorBlock div.itemAuthorDetails {margin:0; overflow: hidden;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName {margin:0 0 4px 0;padding:0;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {font-family: "Montserrat", sans-serif; /*font-family nadpis*/font-size:16px;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName a:hover {}
	div.itemAuthorBlock div.itemAuthorDetails p {}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {font-weight:bold;color:#555;border-right:1px solid #ccc;padding:0 8px 0 0;margin:0 4px 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {font-weight:bold;color:#555;}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {font-weight:normal;}

	div.itemAuthorBlock div.itemAuthorDetails .authorInfoWrapper{display: block;}
	div.itemAuthorBlock div.itemAuthorDetails .authorInfoWrapper h3 {font-size: 16px; line-height: 100%; font-weight: normal; margin: 0;}
	div.itemAuthorBlock div.itemAuthorDetails .authorInfoWrapper h4 {font-size: 12px; line-height: 100%; font-weight: normal; margin: 5px 0 5px;}

/* Author latest */
div.itemAuthorLatest {
  margin: 0 auto;
  width: 80%;
  margin-bottom:80px; /*ruzovy ctverec*/
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
div.itemAuthorLatest h3 {
  margin-bottom: 30px; /*cerveny ctverec*/
  font-weight:700;
  text-transform:uppercase;  
}
	div.itemAuthorLatest ul {margin: 10px 0 20px 25px;}
		div.itemAuthorLatest ul li {
      font-size: 14px;
      line-height: 20px;
    }
			div.itemAuthorLatest ul li a {}
			div.itemAuthorLatest ul li a:hover {}

/* Related by tag */
div.itemRelated {
  margin: 0 auto;
  width: 80%;
  margin-bottom:80px; /*ruzovy ctverec*/
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
} /* Add overflow-x:scroll; if you want to enable the scrolling features, as explained in item.php */
div.itemRelated h3 {
  margin-bottom: 30px; /*cerveny ctverec*/
  font-weight:700;
  text-transform:uppercase;
  font-size: 18px;  
}
	div.itemRelated ul {
    margin: 10px 0 20px 0;
  }
		div.itemRelated ul li {
      font-size: 14px;
      line-height: 22px;
      list-style: none;
      /*margin-bottom: 20px;*/
			/*border-top: 1px solid #fff; margin:0;*/
    }

		div.itemRelated ul li:first-child {
      /*border-top:0;*/
      /*box-shadow: none;*/
    }

	div.itemRelated ul li .relatedItemsContent{padding:0 15px}


		div.itemRelated ul li.k2ScrollerElement {float:left;overflow:hidden; border:1px solid #ccc;padding:4px;margin:0 4px 4px 0;background:#fff;} /* you need to insert this class in the related li element in item.php for this styling to take effect */
		div.itemRelated ul li.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}
			a.itemRelTitle {
      /*
        font-size: 14px;
        font-weight: 400;
        display: block;
        margin: 15px 0;
      */
      }
			a.itemRelTitle:hover {
        color: #808080;
      }
			div.itemRelCat {}
				div.itemRelCat a {}
			div.itemRelAuthor {}
				div.itemRelAuthor a {}
			img.itemRelImg {border-radius: 2px; width: 100% !important;}
			div.itemRelIntrotext {overflow: hidden;text-overflow: ellipsis;display: block;max-height: 60px;}
			div.itemRelFulltext {}
			div.itemRelMedia {}
			div.itemRelImageGallery {}

/* Video */
div.itemVideoBlock {margin: 40px 0 20px;}
	div.itemVideoBlock div.itemVideoEmbedded {text-align:center;} /* for embedded videos (not using AllVideos) */
	div.itemVideoBlock h3 {}
	div.itemVideoBlock span.itemVideo {display:block;overflow:hidden;}
	div.itemVideoBlock span.itemVideoCaption {color:#eee;float:left;display:block;font-size:11px;font-weight:bold;width:60%;}
	div.itemVideoBlock span.itemVideoCredits {color:#eee;float:right;display:block;font-style:italic;font-size:11px;width:35%;text-align:right;}
	div.itemVideoBlock iframe{width: 100%;}

/* Image Gallery */
div.itemImageGallery {
  /*margin:0 0 16px 0;*/
  margin:0 auto;
  padding:0;
  text-align: center;
}

/* Article navigation */
div.itemNavigation {
  margin: 0 auto;
  width: 80%;
  margin-bottom:80px; /*ruzovy ctverec*/
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
	div.itemNavigation h3.itemNavigationTitle {
    margin-bottom: 30px; /*cerveny ctverec*/
    font-weight:700;
    text-transform:uppercase;  
  }
	div.itemNavigation span.itemNavigationTitle {color:#999;}
	div.itemNavigation a.itemPrevious {
    font-size: 14px;
    line-height: 20px;
    padding:0 12px;
  }
	div.itemNavigation a.itemNext {
    font-size: 14px;
    line-height: 20px;
    padding:0 12px;
  }

/* Comments */
div.itemComments {
  margin: 0 auto;
  width: 80%;
  margin-bottom:80px; /*ruzovy ctverec*/
}
div.itemComments h3 {
  margin-bottom: 30px; /*cerveny ctverec*/
  font-weight:700;
  text-transform:uppercase;  
}
	.commentContent{
		background: #ededed;
		padding: 15px 25px;
		border-radius: 4px;
		border: 1px solid #fff;
		box-shadow: inset 0 1px 0 #e1e1e1, inset 0 -1px 0 #e1e1e1;
	}


	h3.itemCommentsCounter{text-transform: uppercase;font-size: 20px;color: #555}
	div.itemComments ul.itemCommentsList {margin:0 0 16px;padding:0;list-style:none;}
	div.itemComments ul.itemCommentsList li {padding:4px;margin:15px 0;}
	div.itemComments ul.itemCommentsList li.authorResponse {background:url(../images/system/stripes.png) repeat;}
	div.itemComments ul.itemCommentsList li.unpublishedComment {background:#ffeaea;}
	div.itemComments ul.itemCommentsList li img {float:left;margin:0 10px 4px 0;padding:4px;border-radius: 4px; }
	div.itemComments ul.itemCommentsList li span.commentDate {display: block;font-size:12px;color:#919191; line-height: 12px;}
	div.itemComments ul.itemCommentsList li span.commentAuthorName {font-weight:bold;font-size:14px;text-transform: capitalize;}
	div.itemComments ul.itemCommentsList li p {}
	div.itemComments ul.itemCommentsList li span.commentAuthorEmail {display:none;}
	div.itemComments ul.itemCommentsList li span.commentLink {float:right;margin-left:8px;}
	div.itemComments ul.itemCommentsList li span.commentLink a {font-size:11px;color:#999;text-decoration:underline;}
	div.itemComments ul.itemCommentsList li span.commentLink a:hover {font-size:11px;color:#555;text-decoration:underline;}

	div.itemComments ul.itemCommentsList li span.commentToolbar {display:block;clear:both;}
	div.itemComments ul.itemCommentsList li span.commentToolbar a {font-size:11px;color:#999;text-decoration:underline;margin-right:4px;}
	div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {font-size:11px;color:#555;text-decoration:underline;}
	div.itemComments ul.itemCommentsList li span.commentToolbarLoading {background:url(../images/system/searchLoader.gif) no-repeat 100% 50%;}

div.itemCommentsPagination {padding:4px;margin:0 0 24px 0;}
	div.itemCommentsPagination span.pagination {display:block;float:right;clear:both;}

div.itemCommentsForm h3 {}
	div.itemCommentsForm p.itemCommentsFormNotes {margin-bottom: 25px;}
	div.itemCommentsForm form {}
	div.itemCommentsForm form label.formComment {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formName {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formEmail {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formUrl {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formRecaptcha {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form textarea.inputbox {display:block ; height:160px;margin:0; border-radius: 0px; box-shadow: none;  width: 98%;}

	div.itemCommentsForm form input.inputbox{}
	div.itemCommentsForm form input.cUsername{float: left; width: 46%; margin-right: 4%;}
	div.itemCommentsForm form input.cEmail{float: left; width: 46%;}
	div.itemCommentsForm form input.commentURL{width: 98%;}

	div.itemCommentsForm form input.inputbox {display:block; height: 40px; border-radius: 0px; box-shadow: none;}
	div.itemCommentsForm form input#submitCommentButton {}
	div.itemCommentsForm form span#formLog {margin:0 0 0 20px;padding:0 0 0 20px;font-weight:bold;color:#CF1919;}
	div.itemCommentsForm form .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;}

/* "Report comment" form */
div.k2ReportCommentFormContainer {padding:8px;width:480px;margin:0 auto;}
	div.k2ReportCommentFormContainer blockquote {width:462px;background:#f7fafe;border:1px solid #ddd;padding:8px;margin:0 0 8px 0;}
	div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {font-style:italic;font-weight:bold;font-size:40px;color:#135CAE;line-height:30px;vertical-align:top;display:block;float:left;}
	div.k2ReportCommentFormContainer blockquote span.quoteIconRight {font-style:italic;font-weight:bold;font-size:40px;color:#135CAE;line-height:30px;vertical-align:top;display:block;float:right;}
	div.k2ReportCommentFormContainer blockquote span.theComment {font-family: "Montserrat", sans-serif; /*font-family nadpis*/;font-style:italic;font-size:12px;font-weight:normal;color:#000;padding:0 4px;}
	div.k2ReportCommentFormContainer form label {display:block;font-weight:bold;}
	div.k2ReportCommentFormContainer form input,
	div.k2ReportCommentFormContainer form textarea {display:block;border:1px solid #ddd;font-size:12px;padding:2px;margin:0 0 8px 0;width:474px;}
	div.k2ReportCommentFormContainer form #recaptcha {margin-bottom:24px;}
	div.k2ReportCommentFormContainer form span#formLog {margin:0 0 0 20px;padding:0 0 0 20px;font-weight:bold;color:#CF1919;}
	div.k2ReportCommentFormContainer form .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;}

/* Back to top link */
div.itemBackToTop {text-align:right;display: none;}
	div.itemBackToTop a {text-decoration:underline;}
	div.itemBackToTop a:hover {text-decoration:underline;}



/*----------------------------------------------------------------------
	Component: Itemlist view (category)
----------------------------------------------------------------------*/

div.itemListCategoriesBlock {}

/* --- Category block --- */
div.itemListCategory {
  padding-top: 20px; /*modry ctverec - 30px*/ 
  padding-bottom: 50px; /*modry ctverec*/
  text-align: center; 
}
	span.catItemAddLink {display:block;padding:8px 0;margin:0 0 4px 0;border-bottom:1px dotted #ccc;text-align:right;}
	span.catItemAddLink a {padding:4px 16px;border:1px solid #ccc;background:#eee;text-decoration:none;}
	span.catItemAddLink a:hover {background:#ffffcc;}
	div.itemListCategory img {float:left;display:block;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
	div.itemListCategory h2 {}
	div.itemListCategory p {}

/* --- Sub-category block --- */
div.itemListSubCategories {}
	div.itemListSubCategories h3 {}
		div.subCategoryContainer {float:left;}
		div.subCategoryContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */
			div.subCategory {background:#f7fafe;border:1px solid #ddd;margin:4px;padding:8px;}
				div.subCategory a.subCategoryImage,
				div.subCategory a.subCategoryImage:hover {text-align:center;display:block;}
				div.subCategory a.subCategoryImage img,
				div.subCategory a.subCategoryImage:hover img {background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
				div.subCategory h2 {}
				div.subCategory h2 a {}
				div.subCategory h2 a:hover {}
				div.subCategory p {}



/* --- Item groups --- */
div.itemList {}
	div.itemList .banneritem {margin-bottom: 20px;}
	div.itemList .banneritem img{width: 100%;}
	div#itemListLeading {}

/* pro clanek */
#k2Container .itemBody .clanek {
}

/*
#k2Container .itemBody .clanek .clanek-sdilet {
    float: left;
}
*/


k2Container .itemBody .clanek .clanek-text {
  text-align: center;
  margin: 0 auto;
}
#k2Container .itemBody .itemLinks {
  margin-bottom: 50px; /*modry ctverec*/   
}

#k2Container .info-text {
  margin: 15px;
}
#k2Container .info-text .itemLinks {
  margin: 0;
}
#k2Container .info-text .itemTitle {
  padding-top:0;
}
#k2Container div#itemListPrimary .prvni4{
  margin-left: 0;
}

/*jen pro homepage*/

#k2Container.homepage div#itemListPrimary .radek .prvni{
  margin-left: 0;
}
#k2Container.homepage div#itemListPrimary .radek .prvni3{
  margin-left: 0;
}

#k2Container.homepage div#itemListPrimary {
}


#k2Container.homepage div#itemListPrimary .radek {
  /*border-top: 10px solid #f4f4f4;*/  
}

#k2Container.homepage div#itemListPrimary .radek .span4 {
}

#k2Container.homepage div#itemListPrimary .radek .itemContainer {
  padding: 0;
  background:#fff;
  /*margin-top: -14px;*/
  margin-bottom: 50px;
}
#k2Container.homepage div#itemListPrimary .radek .itemContainer div.homepage{
  /*background:#fff;*/    
  /*padding: 5px;*/
  padding: 0;
  /*border: 1px solid #ccc;*/
  
  /*
  border: 1px solid #717171;
  box-shadow:         #717171 1px 1px 8px;
  -webkit-box-shadow: #717171 1px 1px 8px;
  -moz-box-shadow:    #717171 1px 1px 8px;
  */   
  
}

#k2Container.homepage div#itemListPrimary .catItemImageBlock {
  width:100%;
  /*float: left;*/
  margin-bottom: 5px;
}


/*jen pro K2 sablonu kategorie*/
#k2Container.kategorie div#itemListPrimary {
  /*border: 1px solid #717171;*/
  /*border: 1px solid #ccc;*/
  /*background:#fff;*/    
  /*padding: 0 20px;*/
  padding: 0;
}
#k2Container.kategorie div#itemListPrimary .itemContainer {
  padding:0;
  background:#fff;
  margin-bottom: 50px; /*modry ctverec*/
  /*border-top: 1px solid #717171;*/
  /*border-top: 1px solid #ccc;*/
}

#k2Container.kategorie div#itemListPrimary .itemContainer:first-child {
    border-top: 0;
    box-shadow: none;
}
#k2Container.kategorie div#itemListPrimary div.catItemImageBlock {
  width: 100%;
  /*max-width: 270px;*/
  /*margin: 0 15px 15px 0;*/ 
  margin: 0;
}
#k2Container.kategorie div#itemListPrimary span.catItemImage, #k2Container.kategorie div#itemListPrimary span.catItemImageCat{
    display:block;
    text-align:center;
    margin:0;
    /*max-height: 203px;*/
    /*max-height: 152px;*/
    /*min-height: 152px;*/    
    overflow: hidden;
}
#k2Container.kategorie div#itemListPrimary div.itemBlogDate{
  display: block;
  margin-bottom: 20px; /*zluty ctverec*/ 

}


/**/
/*
  div#itemListPrimary {
    border: 1px solid #717171;
    background:#fff;    
    padding: 20px;
  }

	div#itemListPrimary .itemContainer{
    padding: 20px 0;
    border-top: 1px solid #717171;
  }

*/  
div#itemListPrimary .catItemImageBlock {
  float: left;
  /*margin-right: 15px;*/
}

div#itemListPrimary h3.catItemTitleAndDate{

}


div#itemListPrimary h3.catItemTitle{
	/*font-size: 16px;*/
  /*font-size: 24px;*/
  /*font-size: 20px;*/
  font-size: 18px;
	line-height: 24px;
	margin-top: 0;
  text-align: center;
}


div#itemListPrimary .itemContainer:first-child{
  border-top: 0;
  box-shadow: none;
}

div#itemListSecondary .catItemTitle {
	font-size: 16px;
	text-transform: capitalize;
	line-height: 24px;
	margin-top: 0;
}

div#itemListSecondary > .itemContainer{
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2;
}

div#itemListLinks h3.catItemTitle{
				font-size: 14px;
        line-height: normal;
				overflow: hidden;
        text-overflow: ellipsis;
        display: block;
				max-height: 40px;margin-top: 0
}
#itemListLinks h4{margin-bottom: 10px !important}	
#itemListLinks .catItemDateCreated{color:#999;font-size: 12px}

	div.itemContainer {width: 100%;}
	div.itemContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */

/* --- Item block for each item group --- */
div.catItemView {} /* this is the item container for this view - we add a generic padding so that items don't get stuck with each other */

/* Additional class appended to the element above for further styling per group item */
div.groupLeading {}
div.groupPrimary {}
div.groupSecondary {}
div.groupLinks {padding:0 15px;margin:0;}

div.catItemIsFeatured {} /* Attach a class for each featured item */

span.catItemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
span.catItemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family: "Montserrat", sans-serif; /*font-family nadpis*/}
span.catItemEditLink a:hover {background:#ffffcc;}

div.catItemHeader {}
	div.catItemHeader span.catItemDateCreated {}
	div.catItemHeader h3.catItemTitle {font-size:24px;font-weight:700;text-transform:uppercase;line-height:110%;padding:10px 0 4px 0;margin:0;}
	div.catItemHeader h3.catItemTitle span {color:#b4b4b4;}
	div.catItemHeader h3.catItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* superscript */
	div.catItemHeader span.catItemAuthor {
    display:inline-block;
    padding:0;
    /*margin:0 0 10px 0;*/
    margin-right:10px;
  }
	div.catItemHeader span.catItemAuthor a {}
	div.catItemHeader span.catItemAuthor a:hover {}

div.catItemRatingBlock {padding:8px 0;}
	div.catItemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;color:#999;}

div.catItemBody {}


 

div.catItemImageBlock {float: left; margin-right: 15px;}
	
div.catItemImageBlock span.catItemImage {
    display:block;
    text-align:center;
    margin:0;
    /*
    max-height: 152px;
    min-height: 152px;
    */    
    max-height: 143px;
    min-height: 143px;    
    overflow: hidden;
}
div.catItemImageBlock span.catItemImageCat {
    display:block;
    text-align:center;
    margin:0;
    max-height: 135px;
    min-height: 135px;    
    overflow: hidden;
}
div.catItemImageBlock	span.catItemImage img, div.catItemImageBlock	span.catItemImageCat img {
    max-width: 100%;
    width: 100%;
    height: auto; 
    /*
		transition: all 0.8s ease 0s;
		-webkit-transition: all 0.8s ease 0s;
		transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
    */
}

div.catItemImageBlock	span.catItemImage img:hover {
/*  
		transform: scale(1.1,1.1);
		-webkit-transform: scale(1.1,1.1);
*/
}

div.catItemIntroText {
  font-size:17px;
  /*font-size:inherit;*/
  /*font-weight:500;*/
  /*font-weight:normal;*/
  /*line-height:inherit;*/
  line-height:21px;
  /*margin-top: 2px;*/
}
div.catItemIntroText img {}

div.catItemExtraFields, div.genericItemExtraFields {margin:16px 0 0 0;padding:8px 0 0 0;border-top:1px dotted #ddd;}
	div.catItemExtraFields h4, div.genericItemExtraFields h4 {margin:0;padding:0 0 8px 0;line-height:normal !important;}
	div.catItemExtraFields ul, div.genericItemExtraFields ul {margin:0;padding:0;list-style:none;}
	div.catItemExtraFields ul li, div.genericItemExtraFields ul li {display:block;}
	div.catItemExtraFields ul li span.catItemExtraFieldsLabel, div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
	div.catItemExtraFields ul li span.catItemExtraFieldsValue {}

div.catItemLinks {margin:0 0 16px 0;padding:0;display: inline-block;}

div.catItemHitsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	span.catItemHits {}

div.catItemCategory {padding:4px 15px;display: inline-block;}
	div.catItemCategory span {padding:0 4px 0 0;}
	div.catItemCategory a {}

div.catItemTagsBlock {}
	div.catItemTagsBlock span {padding:0 4px 0 0;color:#acacac;}
	div.catItemTagsBlock ul.catItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.catItemTagsBlock ul.catItemTags li {background:#e3e3e3;display:inline;list-style:none;padding:0 4px;border-radius:2px;margin:0;text-align:center;}
	div.catItemTagsBlock ul.catItemTags li a {}
	div.catItemTagsBlock ul.catItemTags li a:hover {}

div.catItemAttachmentsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.catItemAttachmentsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.catItemAttachmentsBlock ul.catItemAttachments {list-style:none;padding:0;margin:0;display:inline;}
	div.catItemAttachmentsBlock ul.catItemAttachments li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;}
	div.catItemAttachmentsBlock ul.catItemAttachments li a {}
	div.catItemAttachmentsBlock ul.catItemAttachments li a:hover {}
	div.catItemAttachmentsBlock ul.catItemAttachments li span {font-size:10px;color:#999;font-weight:normal;}

/* Video */
div.catItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;}
	div.catItemVideoBlock div.catItemVideoEmbedded {text-align:center;} /* for embedded videos (not using AllVideos) */
	div.catItemVideoBlock span.catItemVideo {display:block;}

/* Image Gallery */
div.catItemImageGallery {margin:0 0 16px 0;padding:0;}

/* Anchor link to comments */
div.catItemCommentsLink {display:inline;margin:0 8px 0 8px;padding:0 8px 0 0;}
	div.catItemCommentsLink a {}
	div.catItemCommentsLink a:hover {}

/* Read more link */
div.catItemReadMore {display:inline;}
	div.catItemReadMore a {}
	div.catItemReadMore a:hover {}

/* Modified date */
span.catItemDateModified {display:block;text-align:right;padding:4px;margin:4px 0;color:#999;border-top:1px solid #ddd;}



/*----------------------------------------------------------------------
	Component: Itemlist view (user)
----------------------------------------------------------------------*/

/* User info block */
div.userView {}
div.userBlock {
/*
  background: #ededed;
  border: 1px solid #fff;
  margin: 15px;
  padding: 8px;
  box-shadow: inset 0 1px 0 #e1e1e1, inset 0 -1px 0 #e1e1e1;
  border-radius: 4px;clear:both;
*/
}

span.userItemAddLink {display:block;padding:8px 0;margin:0 0 4px 0;border-bottom:1px dotted #ccc;text-align:right;}
span.userItemAddLink a {padding:4px 16px;border:1px solid #ccc;background:#eee;text-decoration:none;}
span.userItemAddLink a:hover {background:#ffffcc;}

div.userBlock img {
/*
display:block;float:left;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;
*/}
div.userBlock h2 {}
div.userBlock div.userDescription {padding:4px 0;}
div.userBlock div.userAdditionalInfo {padding:4px 0;margin:8px 0 0 0;}
	span.userURL {font-weight:bold;color:#555;display:block;}
	span.userEmail {font-weight:bold;color:#555;display:block;}

div.userItemList {
  background: #fff none repeat scroll 0 0;
  /*border: 1px solid #717171;*/
  border: 1px solid #ccc;
  padding: 0 20px;
}

/* User items */
div.userItemView {
  padding: 20px 0;
  border-top: 1px solid #ccc;
/*
  padding: 5px 15px 3px;
  border-top: 1px solid #fff;
  box-shadow: inset 0 1px 0 #e1e1e1, inset 0 2px 0 #fff;
*/
} /* this is the item container for this view */

div.userItemView:first-child{
	border-top: 0;
	box-shadow: none;
}
div.userItemIsFeatured {} /* Attach a class for each featured item */

div.userItemViewUnpublished {opacity:0.9;border:4px dashed #ccc;background:#fffff2;padding:8px;margin:8px 0;}

span.userItemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
	span.userItemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family: "Montserrat", sans-serif; /*font-family nadpis*/}
	span.userItemEditLink a:hover {background:#ffffcc;}

div.userItemHeader {}
div.userItemHeader span.userItemDateCreated {
  color:#999;
}
div.userItemBody span.userItemDateCreated i {
  display: inline-block;
  font-size:8px;
  margin: 0 10px 2px 10px;
  vertical-align: middle;
}
  
div.userItemHeader h2.userItemTitle {
  font-size: 18px;
  line-height: 22px;
  margin-top: 0;
}  

	div.userItemHeader h3.userItemTitle {
  font-size:18px;line-height:110%;padding:0 0 4px 0;margin:0 0 10px 0;
  }
	div.userItemHeader h3.userItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* "Unpublished" presented in superscript */

div.userItemBody {
  padding:0;
  /*padding:8px 0;*/
  margin:0;
}

div.userItemImageBlock {
    margin: 0 15px 15px 0;
    padding:0;
    float:left;
    max-width:270px;
}

div.userItemImageBlock span.userItemImage {
    display:block;
    text-align:center;
    margin:0;
    /*max-height: 203px;*/
    max-height: 152px;
    min-height: 152px;    
    overflow: hidden;
}
span.userItemImage img {}

div.userItemIntroText {
    font-size: inherit;
    font-weight: normal;
    line-height: 22px;

/*
  font-size:inherit;
  font-weight:normal;
  line-height:inherit;
  padding:4px 0 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 30px;
*/
}
	div.userItemIntroText img {}

div.userItemLinks {margin:0 0 16px 0;padding:0;display: inline-block;}

div.userItemCategory {
    display: inline-block;
    /*margin-right: 10px;*/
    padding: 0;
  /*padding:4px;
  display: inline-block;*/
}
	div.userItemCategory span {color:#555;padding:0 4px 0 0;}
	div.userItemCategory a {}

div.userItemTagsBlock {padding:4px;}
	div.userItemTagsBlock span {color:#555;padding:0 4px 0 0;}
	div.userItemTagsBlock ul.userItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.userItemTagsBlock ul.userItemTags li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;background: #e3e3e3;border-radius: 2px}
	div.userItemTagsBlock ul.userItemTags li a {}
	div.userItemTagsBlock ul.userItemTags li a:hover {}

/* Anchor link to comments */
div.userItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;}
	div.userItemCommentsLink a {}
	div.userItemCommentsLink a:hover {}

/* Read more link */
div.userItemReadMore {display:inline;}
	div.userItemReadMore a {}
	div.userItemReadMore a:hover {}
  
span.userItemDateCreated {
    font-family: "Montserrat", sans-serif; /*font-family nadpis*/
    font-size: 12px;
    line-height: 14px;  
}  



/*----------------------------------------------------------------------
	Component: Itemlist view (tag)
----------------------------------------------------------------------*/
div.tagView {}

div.tagItemList {
    background: #fff none repeat scroll 0 0;
    /*border: 1px solid #717171;*/
    border: 1px solid #ccc;
    padding: 0 20px;
}

div.tagItemView {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  /*
  padding: 20px 15px 0 15px;
  margin:0 0 16px 0;
  border-top: 1px solid #fff;
  box-shadow: inset 0 1px 0 #e1e1e1, inset 0 2px 0 #fff;
  */
  
	} /* this is the item container for this view */

div.tagItemView:first-child{
border-top:0;box-shadow: none;}
div.tagItemHeader {}
div.tagItemHeader span.tagItemDateCreated {
    /*
    color:#999;
    font-size:11px;
    */
    font-family: "Montserrat", sans-serif; /*font-family nadpis*/
    font-size: 12px;
    line-height: 14px;  
}

div.tagItemBody span.tagItemDateCreated i {
  display: inline-block;
  font-size:8px;
  margin: 0 10px 2px 10px;
  vertical-align: middle;
}


h2.tagItemTitle {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;  
/*  
      font-size:18px;
      line-height:110%;
      padding:0 0 4px 0;
      margin:0 0 10px;
*/
}

div.tagItemBody {padding:0;margin:0;}

div.tagItemImageBlock {
    padding:0;
    margin: 0 15px 15px 0;
    float:left;
    max-width:270px;
}
div.tagItemImageBlock span.tagItemImage {
    display:block;
    text-align:center;
    margin:0;
    /*max-height: 203px;*/
    max-height: 152px;
    min-height: 152px;    
    overflow: hidden;
}
	span.tagItemImage img {}

div.tagItemIntroText {
    font-size: inherit;
    font-weight: normal;
    line-height: 22px;
/*
    font-size:inherit;
    font-weight:normal;
    line-height:inherit;
    padding:4px 0 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 30px;
*/
}
	div.tagItemIntroText img {}

	div.tagItemExtraFields {}
		div.tagItemExtraFields h4 {}
		div.tagItemExtraFields ul {}
			div.tagItemExtraFields ul li {}
				div.tagItemExtraFields ul li span.tagItemExtraFieldsLabel {}
				div.tagItemExtraFields ul li span.tagItemExtraFieldsValue {}

	div.tagItemCategory {
    display: inline-block;
    margin-right: 0;
    padding: 0;
/*  
    display:inline;
    margin:0 8px 0 0;
    padding:0 8px 0 0;
*/
    }
		div.tagItemCategory span {color:#555;padding:0 4px 0 0;}
		div.tagItemCategory a {}

/* Read more link */
div.tagItemReadMore {display: inline-block;
margin: 5px 0;}
	div.tagItemReadMore a {}
	div.tagItemReadMore a:hover {}



/*----------------------------------------------------------------------
	Component: Itemlist view (generic)
----------------------------------------------------------------------*/
div.genericView {}

div.genericItemList {}

div.genericItemView {border-bottom:1px dotted #ccc;padding:8px 0;margin:0 0 16px 0;} /* this is the item container for this view */

div.genericItemHeader {}
	div.genericItemHeader span.genericItemDateCreated {color:#999;font-size:11px;}
	div.genericItemHeader h2.genericItemTitle {font-family: "Montserrat", sans-serif; /*font-family nadpis*/font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}

div.genericItemBody {padding:8px 0;margin:0;}

div.genericItemImageBlock {padding:0;margin:0;float:left;}
	span.genericItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.genericItemImage img {border:1px solid #ccc;padding:8px;}

div.genericItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.genericItemIntroText img {}

	div.genericItemExtraFields {}
		div.genericItemExtraFields h4 {}
		div.genericItemExtraFields ul {}
			div.genericItemExtraFields ul li {}
				div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {}
				div.genericItemExtraFields ul li span.genericItemExtraFieldsValue {}

	div.genericItemCategory {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
		div.genericItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
		div.genericItemCategory a {}

/* Read more link */
div.genericItemReadMore {display:inline;}
	div.genericItemReadMore a {}
	div.genericItemReadMore a:hover {}

/* No results found message */
div#genericItemListNothingFound {padding:40px;text-align:center;}
	div#genericItemListNothingFound p {font-size:20px;color:#999;}

/* --- Google Search (use Firebug or similar tools to inspect the generated HTML, then style accordingly --- */
#k2GoogleSearchContainer .gsc-control {width:auto !important;}
#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {display:none !important;} /* Hide unneeded elements of the results page */



/*----------------------------------------------------------------------
	Component: Latest view
----------------------------------------------------------------------*/

div.latestItemsContainer {float:left;}

/* Category info block */
div.latestItemsCategory {background:#f7fafe;border:1px solid #ddd;margin:0 8px 8px 0;padding:8px;}
	div.latestItemsCategoryImage {text-align:center;}
	div.latestItemsCategoryImage img {background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
div.latestItemsCategory h2 {}
div.latestItemsCategory p {}

/* User info block */
div.latestItemsUser {background:#f7fafe;border:1px solid #ddd;margin:0 8px 8px 0;padding:8px;clear:both;}
	div.latestItemsUser img {display:block;float:left;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
	div.latestItemsUser h2 {}
	div.latestItemsUser p.latestItemsUserDescription {padding:4px 0;}
	div.latestItemsUser p.latestItemsUserAdditionalInfo {padding:4px 0;margin:8px 0 0 0;}
		span.latestItemsUserURL {font-weight:bold;color:#555;display:block;}
		span.latestItemsUserEmail {font-weight:bold;color:#555;display:block;}

/* Latest items list */
div.latestItemList {padding:0 8px 8px 0;}

div.latestItemView {} /* this is the item container for this view */

div.latestItemHeader {}
	div.latestItemHeader h3.latestItemTitle {font-family: "Montserrat", sans-serif; /*font-family nadpis*/;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}

span.latestItemDateCreated {color:#999;font-size:11px;}

div.latestItemBody {padding:8px 0;margin:0;}

div.latestItemImageBlock {padding:0;margin:0;float:left;}
	span.latestItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.latestItemImage img {border:1px solid #ccc;padding:8px;}

div.latestItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.latestItemIntroText img {}

div.latestItemLinks {margin:0 0 16px 0;padding:0;}

div.latestItemCategory {padding:4px;border-bottom:1px dotted #ccc;}
	div.latestItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.latestItemCategory a {}

div.latestItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.latestItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.latestItemTagsBlock ul.latestItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.latestItemTagsBlock ul.latestItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.latestItemTagsBlock ul.latestItemTags li a {}
	div.latestItemTagsBlock ul.latestItemTags li a:hover {}

/* Video */
div.latestItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;}
	div.latestItemVideoBlock span.latestItemVideo {display:block;}

/* Anchor link to comments */
div.latestItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
	div.latestItemCommentsLink a {}
	div.latestItemCommentsLink a:hover {}

/* Read more link */
div.latestItemReadMore {display:inline;}
	div.latestItemReadMore a {}
	div.latestItemReadMore a:hover {}

/* Items presented in a list */
h2.latestItemTitleList {font-size:14px;padding:2px 0;margin:8px 0 2px 0;font-family: "Montserrat", sans-serif; /*font-family nadpis*/;border-bottom:1px dotted #ccc;line-height:normal;}



/*----------------------------------------------------------------------
	Component: Register & profile page views (register.php & profile.php)
----------------------------------------------------------------------*/
.k2AccountPage {}
.k2AccountPage table {}
.k2AccountPage table tr th {}
.k2AccountPage table tr td {}
.k2AccountPage table tr td label {white-space:nowrap;margin-right: 15px;}
img.k2AccountPageImage {border:4px solid #ddd;margin:10px 0;padding:0;display:block;}
.k2AccountPage div.k2AccountPageNotice {padding:8px;}
.k2AccountPage div.k2AccountPageUpdate {border-top:1px dotted #ccc;margin:8px 0;padding:8px;text-align:right;}

.k2AccountPage th.k2ProfileHeading {text-align:left;font-size:18px;padding:10px 0;}
.k2AccountPage td#userAdminParams {padding:0;margin:0;}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {text-align:right;font-size:11px;width:140px;}

/* Profile edit */
.k2AccountPage table.admintable {}
.k2AccountPage table.admintable tr td {}
.k2AccountPage table.admintable tr td span {}
.k2AccountPage table.admintable tr td span label {}



/*----------------------------------------------------------------------
	Modules: mod_k2_comments
----------------------------------------------------------------------*/

/* Latest Comments */
div.k2LatestCommentsBlock {}
div.k2LatestCommentsBlock ul {}
div.k2LatestCommentsBlock ul li {}
div.k2LatestCommentsBlock ul li.lastItem {}
div.k2LatestCommentsBlock ul li a.lcAvatar img {}
div.k2LatestCommentsBlock ul li a {color: #000;}
div.k2LatestCommentsBlock ul li a:hover {}
div.k2LatestCommentsBlock ul li span.lcComment {}
div.k2LatestCommentsBlock ul li span.lcUsername {display: block;}
div.k2LatestCommentsBlock ul li span.lcCommentDate {color:#999;}
div.k2LatestCommentsBlock ul li span.lcItemTitle {display: none;}
div.k2LatestCommentsBlock ul li span.lcItemCategory {}

/* Top Commenters */
div.k2TopCommentersBlock {}
div.k2TopCommentersBlock ul {}
div.k2TopCommentersBlock ul li {}
div.k2TopCommentersBlock ul li.lastItem {}
div.k2TopCommentersBlock ul li a.tcAvatar img {}
div.k2TopCommentersBlock ul li a.tcLink {}
div.k2TopCommentersBlock ul li a.tcLink:hover {}
div.k2TopCommentersBlock ul li span.tcUsername {}
div.k2TopCommentersBlock ul li span.tcCommentsCounter {}
div.k2TopCommentersBlock ul li a.tcLatestComment {}
div.k2TopCommentersBlock ul li a.tcLatestComment:hover {}
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {color:#999;}



/*----------------------------------------------------------------------
	Modules: mod_k2_content
----------------------------------------------------------------------*/

div.k2ItemsBlock {}

div.k2ItemsBlock .prvni {
  margin-left: 0;
}

div.k2ItemsBlock p.modulePretext {}

div.k2ItemsBlock ul {}
div.k2ItemsBlock ul li {}
div.k2ItemsBlock ul li a {}
div.k2ItemsBlock ul li a:hover {}
div.k2ItemsBlock ul li.lastItem {}
div.k2ItemsBlock ul li a.moduleItemTitle {}

div.moduleItemTitle {
  text-align: center;
  /*margin: 20px 0;*/
}
div.moduleItemTitle a.moduleItemTitle {
  text-align: center;
  font-family: "Montserrat", sans-serif; /*font-family nadpis*/
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

div.k2ItemsBlock ul li a.moduleItemTitle:hover {
  color: #808080;
  text-decoration:none;  
}

div.k2ItemsBlock ul li div.moduleItemAuthor {}
div.k2ItemsBlock ul li div.moduleItemAuthor a {}
div.k2ItemsBlock ul li div.moduleItemAuthor a:hover {}

div.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {}

div.k2ItemsBlock ul li div.moduleItemIntrotext {display:block;padding:4px 0;line-height:120%;}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {float:right;margin:2px 0 4px 4px;padding:0;border:2px solid #ddd;}

div.k2ItemsBlock ul li div.moduleItemExtraFields {}
	div.moduleItemExtraFields ul {}
	div.moduleItemExtraFields ul li {}
	div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
	div.moduleItemExtraFields ul li span.moduleItemExtraFieldsValue {}

div.k2ItemsBlock ul li div.moduleItemVideo {}
div.k2ItemsBlock ul li div.moduleItemVideo span.moduleItemVideoCaption {}
div.k2ItemsBlock ul li div.moduleItemVideo span.moduleItemVideoCredits {}

div.k2ItemsBlock ul li span.moduleItemDateCreated {}

div.moduleItemDateCreated {
  text-align: center;
  margin: 0 0 20px 0;
  
}

div.moduleItemDateCreated span.moduleItemDateCreated {
  text-align: center;
  font-family: "Montserrat", sans-serif; /*font-family nadpis*/
  font-size: 12px;
  line-height: 15px;  
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0;
  
}

div.k2ItemsBlock ul li a.moduleItemCategory {}

div.k2ItemsBlock ul li div.moduleItemTags {}
div.k2ItemsBlock ul li div.moduleItemTags b {}
div.k2ItemsBlock ul li div.moduleItemTags a {padding:0 2px;}
div.k2ItemsBlock ul li div.moduleItemTags a:hover {}

div.k2ItemsBlock ul li div.moduleAttachments {}

div.k2ItemsBlock ul li a.moduleItemComments {border-right:1px solid #ccc;padding:0 4px 0 0;margin:0 8px 0 0;}
div.k2ItemsBlock ul li a.moduleItemComments:hover {}
div.k2ItemsBlock ul li span.moduleItemHits {border-right:1px solid #ccc;padding:0 4px 0 0;margin:0 8px 0 0;}
div.k2ItemsBlock ul li a.moduleItemReadMore {font-size:16px;}

#sp-song-nejctenejsi-wrapper #sp-song a.moduleItemReadMore {
  display: block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif; /*font-family nadpis*/
  text-transform: uppercase;
  text-align: center;
  color: #808080; /*seda*/
  /*color: #000;*/ /*cerna*/
  text-decoration: none;
  margin-top: 30px; /*cerveny ctverec*/
}
#sp-song-nejctenejsi-wrapper #sp-song a.moduleItemReadMore::after {
  /*content: "\f178";*/ /*dlouha sipka*/
  content: "\f061"; /*sipka*/
	font-size: 16px;
  font-family: FontAwesome;
  margin-left: 10px;
}

div.k2ItemsBlock ul li a.moduleItemReadMore:hover {
  color: #808080;
  text-decoration:none;  
}

div.k2ItemsBlock a.moduleCustomLink {}
div.k2ItemsBlock a.moduleCustomLink:hover {}



/*----------------------------------------------------------------------
	Modules: mod_k2_user (mod_k2_login will be removed in v2.6)
----------------------------------------------------------------------*/

div.k2LoginBlock {}
	div.k2LoginBlock p.preText {}

	div.k2LoginBlock fieldset.input {margin:0;padding:0 0 8px 0;}
	div.k2LoginBlock fieldset.input p {margin:0;padding:0 0 4px 0;}
	div.k2LoginBlock fieldset.input p label {display:block;}
	div.k2LoginBlock fieldset.input p input {display:block;}
	div.k2LoginBlock fieldset.input p#form-login-remember label,
	div.k2LoginBlock fieldset.input p#form-login-remember input {display:inline;}
	div.k2LoginBlock fieldset.input input.button {}

	div.k2LoginBlock ul {}
	div.k2LoginBlock ul li {}

	div.k2LoginBlock p.postText {}

div.k2UserBlock {}
	div.k2UserBlock p.ubGreeting {border-bottom:1px dotted #ccc;}
	div.k2UserBlock div.k2UserBlockDetails a.ubAvatar img {}
	div.k2UserBlock div.k2UserBlockDetails span.ubName {display:block;font-weight:bold;font-size:14px;}
	div.k2UserBlock div.k2UserBlockDetails span.ubCommentsCount {}

	div.k2UserBlock ul.k2UserBlockActions {}
		div.k2UserBlock ul.k2UserBlockActions li {}
		div.k2UserBlock ul.k2UserBlockActions li a {}
		div.k2UserBlock ul.k2UserBlockActions li a:hover {}

	div.k2UserBlock ul.k2UserBlockRenderedMenu {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li a {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li a:hover {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul {} /* 2nd level ul */
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul li {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul li a {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul {} /* 3rd level ul (and so on...) */
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul li {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul li a {}

	div.k2UserBlock form {}
	div.k2UserBlock form input.ubLogout {}



/*----------------------------------------------------------------------
	Modules: mod_k2_tools
----------------------------------------------------------------------*/

/* --- Archives --- */
div.k2ArchivesBlock {}
div.k2ArchivesBlock ul {}
div.k2ArchivesBlock ul li {}
div.k2ArchivesBlock ul li a {}
div.k2ArchivesBlock ul li a:hover {}

/* --- Authors --- */
div.k2AuthorsListBlock {}
div.k2AuthorsListBlock ul {}
div.k2AuthorsListBlock ul li {}
div.k2AuthorsListBlock ul li a.abAuthorAvatar img {}
div.k2AuthorsListBlock ul li a.abAuthorName {}
div.k2AuthorsListBlock ul li a.abAuthorName:hover {}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {display:block;clear:both;}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem:hover {}
div.k2AuthorsListBlock ul li span.abAuthorCommentsCount {}

/* --- Breadcrumbs --- */
div.k2BreadcrumbsBlock {}
div.k2BreadcrumbsBlock span.bcTitle {padding:0 4px 0 0;color:#999;}
div.k2BreadcrumbsBlock a {}
div.k2BreadcrumbsBlock a:hover {}
div.k2BreadcrumbsBlock span.bcSeparator {padding:0 4px;font-size:14px;}

/* --- Calendar --- */
div.k2CalendarBlock {height:190px;margin-bottom:8px;} /* use this height value so that the calendar height won't change on Month change via ajax */
div.k2CalendarLoader {background:#fff url(../images/system/k2CalendarLoader.gif) no-repeat 50% 50%;}
table.calendar {margin:0 auto;background:#fff;border-collapse:collapse;}
table.calendar tr td {text-align:center;vertical-align:middle;padding:2px;border:1px solid #f4f4f4;background:#fff;}
table.calendar tr td.calendarNavMonthPrev {background:#f3f3f3;text-align:left;}
table.calendar tr td.calendarNavMonthPrev a {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarNavMonthPrev a:hover {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarCurrentMonth {background:#f3f3f3;}
table.calendar tr td.calendarNavMonthNext {background:#f3f3f3;text-align:right;}
table.calendar tr td.calendarNavMonthNext a {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarNavMonthNext a:hover {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarDayName {background:#e9e9e9;font-size:11px;width:14.2%;}
table.calendar tr td.calendarDateEmpty {background:#fbfbfb;}
table.calendar tr td.calendarDate {}
table.calendar tr td.calendarDateLinked {padding:0;}
table.calendar tr td.calendarDateLinked a {display:block;padding:2px;text-decoration:none;background:#eee;}
table.calendar tr td.calendarDateLinked a:hover {display:block;background:#135cae;color:#fff;padding:2px;text-decoration:none;}
table.calendar tr td.calendarToday {background:#135cae;color:#fff;}
table.calendar tr td.calendarTodayLinked {background:#135cae;color:#fff;padding:0;}
table.calendar tr td.calendarTodayLinked a {display:block;padding:2px;color:#fff;text-decoration:none;}
table.calendar tr td.calendarTodayLinked a:hover {display:block;background:#BFD9FF;padding:2px;text-decoration:none;}

/* --- Category Tree Select Box --- */
div.k2CategorySelectBlock {}
div.k2CategorySelectBlock form select {width:auto;}
div.k2CategorySelectBlock form select option {}

/* --- Category List/Menu --- */
div.k2CategoriesListBlock {}
div.k2CategoriesListBlock ul {}
div.k2CategoriesListBlock ul li {}
div.k2CategoriesListBlock ul li a {}
div.k2CategoriesListBlock ul li a:hover {}
div.k2CategoriesListBlock ul li a span.catTitle {padding-right:4px;}
div.k2CategoriesListBlock ul li a span.catCounter {}
div.k2CategoriesListBlock ul li a:hover span.catTitle {}
div.k2CategoriesListBlock ul li a:hover span.catCounter {}
div.k2CategoriesListBlock ul li.activeCategory {}
div.k2CategoriesListBlock ul li.activeCategory a {font-weight:bold;}

	/* Root level (0) */
	ul.level0 {}
	ul.level0 li {}
	ul.level0 li a {}
	ul.level0 li a:hover {}
	ul.level0 li a span {}
	ul.level0 li a:hover span {}

		/* First level (1) */
		ul.level1 {}
		ul.level1 li {}
		ul.level1 li a {}
		ul.level1 li a:hover {}
		ul.level1 li a span {}
		ul.level1 li a:hover span {}

			/* n level (n) - like the above... */

/* --- Search Box --- */
div.k2SearchBlock {position:relative;}
div.k2SearchBlock form {}
div.k2SearchBlock form input.inputbox {}
div.k2SearchBlock form input.button {}
div.k2SearchBlock form input.k2SearchLoading {background:url(../images/system/searchLoader.gif) no-repeat 100% 50%;}
div.k2SearchBlock div.k2LiveSearchResults {display:none;background:#fff;position:absolute;z-index:99;border:1px solid #ccc;margin-top:-1px;}
	/* Live search results (fetched via ajax) */
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {list-style:none;margin:0;padding:0;}
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {border:none;margin:0;padding:0;}
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {display:block;padding:1px 2px;border-top:1px dotted #eee;}
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {background:#fffff0;}

/* --- Tag Cloud --- */
div.k2TagCloudBlock {padding:8px 0;}
div.k2TagCloudBlock a {padding:4px;float:left;display:block;}
div.k2TagCloudBlock a:hover {padding:4px;float:left;display:block;background:#135cae;color:#fff;text-decoration:none;}

/* --- Custom Code --- */
div.k2CustomCodeBlock {}



/*----------------------------------------------------------------------
	Modules: mod_k2_users
----------------------------------------------------------------------*/

div.k2UsersBlock {}
div.k2UsersBlock ul {}
div.k2UsersBlock ul li {}
div.k2UsersBlock ul li.lastItem {}
div.k2UsersBlock ul li a.ubUserAvatar img {}
div.k2UsersBlock ul li a.ubUserName {}
div.k2UsersBlock ul li a.ubUserName:hover {}
div.k2UsersBlock ul li div.ubUserDescription {}
div.k2UsersBlock ul li div.ubUserAdditionalInfo {}
	a.ubUserFeedIcon,
	a.ubUserFeedIcon:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../../../components/com_k2/images/systemfeed.png) no-repeat 50% 50%;}
	a.ubUserFeedIcon span,
	a.ubUserFeedIcon:hover span {display:none;}
	a.ubUserURL,
	a.ubUserURL:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../../../components/com_k2/images/systemglobe.png) no-repeat 50% 50%;}
	a.ubUserURL span,
	a.ubUserURL:hover span {display:none;}
	span.ubUserEmail {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../../../components/com_k2/images/systemmail.png) no-repeat 50% 50%;overflow:hidden;}
	span.ubUserEmail a {display:inline-block;margin:0;padding:0;width:16px;height:16px;text-indent:-9999px;}

div.k2UsersBlock ul li h3 {clear:both;margin:8px 0 0 0;padding:0;}
div.k2UsersBlock ul li ul.ubUserItems {}
div.k2UsersBlock ul li ul.ubUserItems li {}


/* --- END --- */


.carousel .carousel-inner .item  span.carouselImage {
  display:block;
  text-align:center;
  margin:0;
  max-height: 270px;
  overflow: hidden;
}
.carousel .carousel-inner .item .carousel-caption {
  color: #000;
  padding-top: 50px; /*modry ctverec*/ 
  padding-bottom: 50px; /*modry ctverec*/ 
  /* pres obrazek */
  /*position: absolute;*/
  /* pod obrazek */
  position: relative;
}
.carousel .carousel-inner .item .carousel-caption p a {
  font-family: "Montserrat", sans-serif; /*font-family nadpis*/
  text-decoration:none;
  text-transform: none;
  color: #000;
  margin-top: 10px;
}

.carousel .carousel-inner .item .carousel-caption p {
  font-family: "Montserrat", sans-serif; /*font-family nadpis*/
 	font-size: 12px;
  line-height: 24px;
  text-decoration:none;
  text-transform: uppercase;
  color: #000;
  margin-top: 10px;
}

.carousel .carousel-inner .item  .carousel-caption a.moduleItemTitle {
}


.carousel .carousel-inner .item  .carousel-caption a {
	/*color: #fff;*/
 	/*text-decoration:underline;*/
  text-decoration:none;
  font-family: "Montserrat", sans-serif; /*font-family nadpis*/
  font-weight: 700;
 	font-size: 18px;
  line-height: 24px;
  
}
.carousel .carousel-inner .item  .carousel-caption a:hover {
  text-decoration:none;
  color: #808080;
}
.carousel-caption {
    text-align: center; 
    background: rgba(255, 255, 255, .9) none repeat scroll 0 0 !important;
    /*background: rgba(0, 0, 0, 0.6); none repeat scroll 0 0;*/
}

	/* Slide Item control */
/*  
	.carousel-control{
		background: transparent;
		border: none;
		font-size: 42px;
		height: inherit;
		width: inherit;
		i{
			color: rgba(255, 255, 255, 0.9);
		}
	}
*/
}


/* -------------------------------- sloupce pro clanky --------------------------------------*/

/* normalni zobrazeni*/

[class*="sloupce"] {
	float: left;
	min-height: 1px;
	margin-left: 20px
}

.sloupce12 {
	width: 940px
}
.sloupce11 {
	width: 860px
}
.sloupce10 {
	width: 780px
}
.sloupce9 {
	width: 700px
}
.sloupce8 {
	width: 620px
}
.sloupce7 {
	width: 540px
}
.sloupce6 {
	width: 460px
}
.sloupce5 {
	width: 380px
}
.sloupce4 {
	width: 300px
}
.sloupce3 {
	width: 220px
}
.sloupce2 {
	width: 140px
}
.sloupce1 {
	width: 60px
}
.row-fluid [class*="sloupce"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 30px;
	margin-left: 2.127659574468085%;
	*margin-left: 2.074468085106383%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.row-fluid .sloupce3 {
  margin-left: 4.2735042735042700%;
  *margin-left: 4.2307692307692300%;
}

.row-fluid .sloupce4 {
  margin-left: 3.6900369003690000%;
  *margin-left: 3.6285362853628500%;
}


.row-fluid [class*="sloupce"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="sloupce"]+[class*="sloupce"] {
	margin-left: 2.127659574468085%
}
.row-fluid .sloupce12 {
	width: 100%;
	*width: 99.94680851063829%
}
.row-fluid .sloupce11 {
	width: 91.48936170212765%;
	*width: 91.43617021276594%
}
.row-fluid .sloupce10 {
	width: 82.97872340425532%;
	*width: 82.92553191489361%
}
.row-fluid .sloupce9 {
	width: 74.46808510638297%;
	*width: 74.41489361702126%
}
.row-fluid .sloupce8 {
	width: 65.95744680851064%;
	*width: 65.90425531914893%
}
.row-fluid .sloupce7 {
	width: 57.44680851063829%;
	*width: 57.39361702127659%
}
.row-fluid .sloupce6 {
	width: 48.93617021276595%;
	*width: 48.88297872340425%
}
.row-fluid .sloupce5 {
	width: 40.42553191489362%;
	*width: 40.37234042553192%
}
/* sloupce u novinek - na uzsí sloupec 815px*/
.row-fluid .sloupce4 {
  /*puvodni*/
  /*
	width: 31.914893617021278%;
	*width: 31.861702127659576%;
	*/
	/*novy layout*/
  width:30.8733087330873000%;
  *width:30.8118081180812000%;
}
.row-fluid .sloupce3 {
  /*
	margin-bottom: 20px;  
	width: 23.404255319148934%;
	*width: 23.351063829787233%;
	*/
  /*novy layout 30px*/
  /*
  width:23.0088495575221000%;
  *width:22.9646017699115000%;
  */
  /*novy layout 50px*/
  width:21.7948717948718000%;
  *width:21.7521367521368000%;

}
.row-fluid .sloupce2 {
	width: 14.893617021276595%;
	*width: 14.840425531914894%
}
.row-fluid .sloupce1 {
	width: 6.382978723404255%;
	*width: 6.329787234042553%
}
[class*="sloupce"].hide, .row-fluid [class*="sloupce"].hide {
	display: none
}
[class*="sloupce"].pull-right, .row-fluid [class*="sloupce"].pull-right {
	float: right
}
input[class*="sloupce"], select[class*="sloupce"], textarea[class*="sloupce"], .uneditable-input[class*="sloupce"], .row-fluid input[class*="sloupce"], .row-fluid select[class*="sloupce"], .row-fluid textarea[class*="sloupce"], .row-fluid .uneditable-input[class*="sloupce"] {
	float: none;
	margin-left: 0
}
.input-append input[class*="sloupce"], .input-append .uneditable-input[class*="sloupce"], .input-prepend input[class*="sloupce"], .input-prepend .uneditable-input[class*="sloupce"], .row-fluid input[class*="sloupce"], .row-fluid select[class*="sloupce"], .row-fluid textarea[class*="sloupce"], .row-fluid .uneditable-input[class*="sloupce"], .row-fluid .input-prepend [class*="sloupce"], .row-fluid .input-append [class*="sloupce"] {
	display: inline-block
}
.controls-row [class*="sloupce"]+[class*="sloupce"] {
	margin-left: 20px
}
input.sloupce12, textarea.sloupce12, .uneditable-input.sloupce12 {
	width: 926px
}
input.sloupce11, textarea.sloupce11, .uneditable-input.sloupce11 {
	width: 846px
}
input.sloupce10, textarea.sloupce10, .uneditable-input.sloupce10 {
	width: 766px
}
input.sloupce9, textarea.sloupce9, .uneditable-input.sloupce9 {
	width: 686px
}
input.sloupce8, textarea.sloupce8, .uneditable-input.sloupce8 {
	width: 606px
}
input.sloupce7, textarea.sloupce7, .uneditable-input.sloupce7 {
	width: 526px
}
input.sloupce6, textarea.sloupce6, .uneditable-input.sloupce6 {
	width: 446px
}
input.sloupce5, textarea.sloupce5, .uneditable-input.sloupce5 {
	width: 366px
}
input.sloupce4, textarea.sloupce4, .uneditable-input.sloupce4 {
	width: 286px
}
input.sloupce3, textarea.sloupce3, .uneditable-input.sloupce3 {
	width: 206px
}
input.sloupce2, textarea.sloupce2, .uneditable-input.sloupce2 {
	width: 126px
}
input.sloupce1, textarea.sloupce1, .uneditable-input.sloupce1 {
	width: 46px
}
.controls-row [class*="sloupce"], .row-fluid .controls-row [class*="sloupce"] {
	float: left
}
.controls-row .checkbox[class*="sloupce"], .controls-row .radio[class*="sloupce"] {
	padding-top: 5px
}
table td[class*="sloupce"], table th[class*="sloupce"], .row-fluid table td[class*="sloupce"], .row-fluid table th[class*="sloupce"] {
	display: table-cell;
	float: none;
	margin-left: 0
}
.table td.sloupce1, .table th.sloupce1 {
	float: none;
	width: 44px;
	margin-left: 0
}
.table td.sloupce2, .table th.sloupce2 {
	float: none;
	width: 124px;
	margin-left: 0
}
.table td.sloupce3, .table th.sloupce3 {
	float: none;
	width: 204px;
	margin-left: 0
}
.table td.sloupce4, .table th.sloupce4 {
	float: none;
	width: 284px;
	margin-left: 0
}
.table td.sloupce5, .table th.sloupce5 {
	float: none;
	width: 364px;
	margin-left: 0
}
.table td.sloupce6, .table th.sloupce6 {
	float: none;
	width: 444px;
	margin-left: 0
}
.table td.sloupce7, .table th.sloupce7 {
	float: none;
	width: 524px;
	margin-left: 0
}
.table td.sloupce8, .table th.sloupce8 {
	float: none;
	width: 604px;
	margin-left: 0
}
.table td.sloupce9, .table th.sloupce9 {
	float: none;
	width: 684px;
	margin-left: 0
}
.table td.sloupce10, .table th.sloupce10 {
	float: none;
	width: 764px;
	margin-left: 0
}
.table td.sloupce11, .table th.sloupce11 {
	float: none;
	width: 844px;
	margin-left: 0
}
.table td.sloupce12, .table th.sloupce12 {
	float: none;
	width: 924px;
	margin-left: 0
}

#k2Container.homepage div#itemListPrimary .sloupce3 .catItemBody{
  margin-top: 50px; /*modry ctverec*/
  margin-bottom: 50px; /*modry ctverec*/
  margin-left: 20px; /*zluty ctverec*/
  margin-right: 20px; /*zluty ctverec*/
}

#k2Container div#itemListPrimary .sloupce4 .catItemBody{
  margin-top: 50px; /*modry ctverec*/
  margin-bottom: 50px; /*modry ctverec*/
  margin-left: 20px; /*zluty ctverec*/
  margin-right: 20px; /*zluty ctverec*/
}


#sp-novinky .novinky-nav {
/*	width: 315px;*/
  width:100%;
  height: 30px;
	/*height: 24px;*/
	/*background: #f4f4f4;*/
  margin-top: 10px;
/*  
	border-top: 1px solid #eee;
	-webkit-box-shadow: 0 -10px 20px white;
	-moz-box-shadow: 0 -10px 20px white;
	box-shadow: 0 -10px 20px white
*/
}
#sp-novinky .novinky-nav .back {
  text-align:center;
  float: left;
  padding:3px 10px;
  background: #ccc;
	/*margin-left: 18px;*/
  cursor:pointer;
}
#sp-novinky .novinky-nav .back::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 5px;
}
#sp-novinky .novinky-nav .more {
  background: #ccc;
  padding:3px 10px;
	float: right;
	/*margin-right: 18px;*/
  cursor:pointer;
}
#sp-novinky .novinky-nav .more::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 5px;
}

#sp-novinky .cover {
    /*overflow:hidden;*/
    margin-bottom: 30px;
}


.shortcode-video {
  margin-top: 35px; /*modry ctverec - 15px odstavec*/
  margin-bottom: 50px; /*modry ctverec*/
}

.song-dne .shortcode-video {
  margin: 0;
}

div.sp-caption span.ImagePhoto {
  float:right;
  display:block;
  font-weight:bold;
  font-style:italic;
  font-size:90%;
}

div.itemImageBlock2 {margin:10px;max-width:99%;}
div.itemImageBlock2 span.itemImage2 {display:block;}
div.itemImageBlock2 span.itemImage2 img {max-width:100%;}
div.itemImageBlock2 span.itemImageCaption2 {float:left;display:block;padding: 0 5px;font-weight:bold;font-size:15px;}
div.itemImageBlock2 span.itemImageCredits2 {float:right;display:block;padding:0 5px;font-style:italic;font-size:15px;}

img.imgwrapleft {
  float:left;
  margin:10px 10px 10px 0;
}

img.imgwrapright {
  float:left;
  margin:10px 0 10px 10px;
}
.row-fluid [class*="span"] {
/* pokus */
/*
	margin-left: 0.7%;
	*margin-left: 0.7%;
	margin-left: 1.15044247787611%;
	*margin-left: 1.10619469026549%;
*/
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: none !important;
}

/* ---------------------------------- min-width: 1200 px ----------------------------------- */

@media(min-width:1200px) {
    .row-fluid [class*="span"] {
      /* pokus na zobrazeni clanku */
      /*
    	margin-left: 0.7%;
    	*margin-left: 0.7%;
      */
      /*puvodni*/
      /*
    	margin-left: 1.15044247787611%;
    	*margin-left: 1.10619469026549%;
    	*/
      /*novy layout 30px;*/
      /*	
    	margin-left: 2.6548672566371700% !important;
    	*margin-left: 2.6106194690265500% !important;
    	*/
      /*novy layout 50px;*/
    	margin-left: 4.2735042735042700%;
    	*margin-left: 4.2307692307692300%;
    }
    .row-fluid .span3 {
    	margin-left: 4.2735042735042700%;
    	*margin-left: 4.2307692307692300%;
    }
    .row-fluid .span3:first-child {
	   margin-left: 0 !important;
    }
    .row-fluid .span6:first-child {
	   margin-left: 0 !important;
    }
    
    .row-fluid .controls-row [class*="span"]+[class*="span"] {
    	margin-left: 1.15044247787611%;
    }
    /*puvodní - mezera 13px */
    /*
    .row-fluid .span1 {width:7.2787610619469%; *width:7.23451327433628%}
    .row-fluid .span2 {width:15.7079646017699%; *width:15.6637168141593%}
    .row-fluid .span3 {width:24.1371681415929%; *width:24.0929203539823%}
    .row-fluid .span4 {width:32.5663716814159%; *width:32.5221238938053%}
    .row-fluid .span5 {width:40.9955752212389%; *width:40.9513274336283%}
    .row-fluid .span6 {width:49.4247787610619%; *width:49.3805309734513%}
    .row-fluid .span7 {width:57.853982300885%; *width:57.8097345132743%}
    .row-fluid .span8 {width:66.283185840708%; *width:66.2389380530973%}
    .row-fluid .span9 {width:74.712389380531%; *width:74.6681415929204%}
    .row-fluid .span10 {width:83.141592920354%; *width:83.0973451327434%}
    .row-fluid .span11 {width:91.570796460177%; *width:91.5265486725664%}
    .row-fluid .span12 {width:100%; *width:99.9557522123894%}
    */
    /* novy layout 50px */
    .row-fluid .span1 {width:4.27728613569322%; *width:4.2330383480826%}
    .row-fluid .span2 {width:12.9793510324484%; *width:12.9351032448378%}
    .row-fluid .span3 {width:21.7948717948718000%; *width:21.7521367521368000%}
    .row-fluid .span4 {width:30.3834808259587%; *width:30.3392330383481%}
    .row-fluid .span5 {width:39.0855457227139%; *width:39.0412979351032%}
    .row-fluid .span6 {width:47.3404255319149000%; *width:47.2872340425532000%}
    .row-fluid .span7 {width:56.4896755162242%; *width:56.4454277286136%}
    .row-fluid .span8 {width:65.1917404129793%; *width:65.1474926253687%}
    .row-fluid .span9 {width:73.9316239316239000%; *width:73.8888888888889000%;}
    .row-fluid .span10 {width:82.5958702064897%; *width:82.5516224188791%}
    .row-fluid .span11 {width:91.2979351032448%; *width:91.2536873156342%}
    .row-fluid .span12 {width:100%; *width:99.9557522123894%}

    .subpage .row-fluid .span3 {width:21.7948717948718000%; *width:21.7521367521368000%;}
    .subpage .row-fluid .span9 {width:73.9316239316239000%%; *width:73.8888888888889000%;}
    /* 
    .subpage .row-fluid .span3 {width:21.7948717948718000%; *width:21.7521367521368000%;}
    .subpage .row-fluid .span9 {width:70.0854700854701000%; *width:70.0427350427350000%;}
    */
    


    /* novy layout 30px */
    /* 
    .row-fluid .span1 {width:5.8997050147492600%; *width:5.8554572271386400%}
    .row-fluid .span2 {width:14.4542772861357000%; *width:14.4100294985251000%}
    .row-fluid .span3 {width:23.0088495575221000%; *width:22.9646017699115000%}
    .row-fluid .span4 {width:31.5634218289086000%; *width:31.5191740412979000%}
    .row-fluid .span5 {width:40.1179941002950000%; *width:40.0737463126844000%}
    .row-fluid .span6 {width:48.6725663716814000%; *width:48.6283185840708000%}
    .row-fluid .span7 {width:57.2271386430679000%; *width:57.1828908554572000%}
    .row-fluid .span8 {width:65.7817109144543000%; *width:65.7374631268437000%}
    .row-fluid .span9 {width:74.3362831858407000%; *width:74.2920353982301000%}
    .row-fluid .span10 {width:82.8908554572272000%; *width:82.8466076696165000%}
    .row-fluid .span11 {width:91.4454277286136000%; *width:91.4011799410030000%}
    .row-fluid .span12 {width:100.0000000000000000%; *width:99.9557522123894000%}
    */

		aside#sp-right .span4 {
      width:300px;
    }

    [class*="sloupce"] {
    	float: left;
    	min-height: 1px;
    	margin-left: 50px
    }
    .sloupce12 {
    	width: 1170px
    }
    .sloupce11 {
    	width: 1070px
    }
    .sloupce10 {
    	width: 970px
    }
    .sloupce9 {
    	width: 870px
    }
    .sloupce8 {
    	width: 770px
    }
    .sloupce7 {
    	width: 670px
    }
    .sloupce6 {
    	width: 570px
    }
    .sloupce5 {
    	width: 470px
    }
    .sloupce4 {
    	width: 370px
    }
    .sloupce3 {
    	width: 255px
    }
    .sloupce2 {
    	width: 170px
    }
    .sloupce1 {
    	width: 70px
    }

    .row-fluid [class*="sloupce"] {
    	display: block;
    	float: left;
    	width: 100%;
    	min-height: 30px;
      /*puvodni*/
      /*
    	margin-left: 1.1504424778761100%;
    	*margin-left: 1.1061946902654900%;
    	*/
    	/*novy layout 50px*/
      margin-left: 4.2735042735042700%;
      *margin-left: 4.2307692307692300%;
      /*novy layot 30px*/
      /*
    	margin-left: 2.6548672566371700%;
    	*margin-left: 2.6106194690265500%;
      */
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box
    }
    .row-fluid .sloupce4 {
      /* puvodni */
      /*
      margin-left: 3.6900369003690000%;
      *margin-left: 3.6285362853628500%;
      */
      /* novy layout - mezera 50px */
      margin-left: 6.0975609756097600%;
      *margin-left: 6.0365853658536600%;
    }
    .row-fluid [class*="sloupce"]:first-child {
    	margin-left: 0
    }
    .row-fluid .controls-row [class*="sloupce"]+[class*="sloupce"] {
    	margin-left: 2.564102564102564%
    }
    .row-fluid .sloupce12 {
    	width: 100%;
    	*width: 99.94680851063829%
    }
    .row-fluid .sloupce11 {
    	width: 91.45299145299145%;
    	*width: 91.39979996362975%
    }
    .row-fluid .sloupce10 {
    	width: 82.90598290598291%;
    	*width: 82.8527914166212%
    }
    .row-fluid .sloupce9 {
    	width: 73.9316239316239000%;
    	*width: 73.8888888888889000%
    }
    .row-fluid .sloupce8 {
    	width: 65.81196581196582%;
    	*width: 65.75877432260411%
    }
    .row-fluid .sloupce7 {
    	width: 57.26495726495726%;
    	*width: 57.21176577559556%
    }
    .row-fluid .sloupce6 {
    	width: 47.3404255319149000%;
    	*width: 47.2872340425532000%
    }
    .row-fluid .sloupce5 {
    	width: 40.17094017094017%;
    	*width: 40.11774868157847%
    }
    .row-fluid .sloupce4 {
      /*puvodni*/
      /*
    	width: 31.623931623931625%;
    	*width: 31.570740134569924%
    	*/
    	/*novy layout 50px*/
      width: 29.2682926829268000%;
      *width: 29.2073170731707000%;
    }
    .row-fluid .sloupce3 {
      /*puvodni*/
      /*
    	width: 24.1371681415929000%;
    	*width: 24.0929203539823000%
    	*/
    	/*novy layout 50px*/
    	width: 21.7948717948718000%;
    	*width: 21.7521367521368000%
    	/*novy layout 30px*/
      /*
      width:23.0088495575221000%;
      *width:22.9646017699115000%;
      */
      /*      
    	width: 21,7948717948718000%;
    	*width: 23.023731587561375%
      */      
    }
    .row-fluid .sloupce2 {
    	width: 14.52991452991453%;
    	*width: 14.476723040552828%
    }
    .row-fluid .sloupce1 {
    	width: 5.982905982905983%;
    	*width: 5.929714493544281%
    }

    #k2Container.homepage div#itemListPrimary .sloupce3 .catItemBody{
      min-height: 340px;
    }

  	#k2Container.homepage div#itemListPrimary div.catItemTitleAndDate{
      min-height: 120px;
      margin-bottom: 72px; /*zeleny ctverec*/
  	}


  	#k2Container.homepage div#itemListPrimary h3.catItemTitle{
      /*min-height: 70px;*/
      margin-bottom: 20px; /*zluty ctverec*/
  	}

  	#k2Container.kategorie div#itemListPrimary h3.catItemTitle{
      /*min-height: 70px;*/
      margin-bottom: 20px; /*zluty ctverec*/
  	}

    #k2Container.kategorie div#itemListPrimary .sloupce4 .catItemBody{
      min-height: 378px;
    }

  	#k2Container.kategorie div#itemListPrimary div.catItemTitleAndDate{
      min-height: 160px;
      margin-bottom: 72px; /*zeleny ctverec*/
  	}


  	#k2Container.homepage span.catItemImage {
      /*
      max-height: 152px;
      min-height: 152px;
      */
      max-height: 143px;
      min-height: 143px;
    }
  	#k2Container.homepage span.catItemImageCat {
      max-height: 135px;
      min-height: 135px;
    }

    /* skrolovaci okno - sirka je ruzna pro uzsi okna neni*/
    /*
    #sp-novinky .k2ItemsBlock {
      min-height:472px;
      max-height:472px;
    }
    */
    /*
    #sp-novinky .cover {
      height:422px;
    }
    */
    div.itemFullText {
      width: 80%;
    }
    div.itemImageGallery {
      width: 85%;
    }
    
   .carousel .carousel-inner .item span.carouselImage {
      /*max-height: 492px;*/
      max-height: 487px;
    }
/*
    .itemBody .clanek .clanek-sdilet {
    	width: 30.623931623931625%;
    	*width: 30.570740134569924%
    }

    .itemBody .clanek .clanek-text {
    	width: 65.81196581196582%;
    	*width: 65.75877432260411%
    }

    #k2Container .itemBody .clanek .clanek-sdilet {
      float: left;
      padding-top: 60px;
    }
*/
/*
    #sp-nejctenejsi .k2ItemsBlock {
        min-height:311px;
        max-height:311px;
        overflow:hidden;
    }
*/
}

/* ---------------------- 980-1199 px ----------------------------------- */


@media(min-width:980px) and (max-width:1199px) {
    .row-fluid [class*="span"] {
      /* pokus na zobrazeni clanku */
      /*
    	margin-left: 0.7%;
    	*margin-left: 0.7%;
      */
      /*puvodni*/
      /*
    	margin-left: 1.15044247787611%;
    	*margin-left: 1.10619469026549%;
    	*/
      /*novy layout 30px;*/
      /*	
    	margin-left: 2.6548672566371700% !important;
    	*margin-left: 2.6106194690265500% !important;
    	*/
      /*novy layout 50px;*/
    	margin-left: 5.3191489361702100%;
    	*margin-left: 5.2659574468085100%;
    }

    .row-fluid [class*="sloupce"] {
    	display: block;
    	float: left;
    	width: 100%;
    	min-height: 30px;
      /*puvodni*/
      /*
    	margin-left: 1.1702127659574500%;
    	*margin-left: 1.1170212765957400%;
    	*/
    	/*novy layout*/

    	margin-left: 5.3191489361702100%;
    	*margin-left: 5.2659574468085100%;
      
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box
    }

    /* novy layout 50px */
    .row-fluid .span1 {width:4.27728613569322%; *width:4.2330383480826%}
    .row-fluid .span2 {width:12.9793510324484%; *width:12.9351032448378%}
    .row-fluid .span3 {width:21.0106382978723000%; *width:20.9574468085106000%;}
    .row-fluid .span4 {width:30.3834808259587%; *width:30.3392330383481%}
    .row-fluid .span5 {width:39.0855457227139%; *width:39.0412979351032%}
    .row-fluid .span6 {width:47.3404255319149000%; *width:47.2872340425532000%}
    .row-fluid .span7 {width:56.4896755162242%; *width:56.4454277286136%}
    .row-fluid .span8 {width:65.1917404129793%; *width:65.1474926253687%}
    .row-fluid .span9 {width:73.6702127659575000%; *width:73.6170212765957000%;}
    .row-fluid .span10 {width:82.5958702064897%; *width:82.5516224188791%}
    .row-fluid .span11 {width:91.2979351032448%; *width:91.2536873156342%}
    .row-fluid .span12 {width:100%; *width:99.9557522123894%}

    .row-fluid .span3:first-child {
	   margin-left: 0;
    }
    .row-fluid .span9:first-child {
	   margin-left: 0;
    }

    .row-fluid .span3 {
    	margin-left: 5.3191489361702100%;
    	*margin-left: 5.2659574468085100%;
    }
    .row-fluid .span9 {
    	margin-left: 5.3191489361702100%;
    	*margin-left: 5.2659574468085100%;
    }

    .row-fluid .sloupce3 {
      /*puvodni*/
      /*
    	width: 24.122340425531900%;
    	*width: 24.069148936170200%
    	*/
    	/*novy layout - mezera 50px*/
    	width: 21.0106382978723000%;
    	*width: 20.9574468085106000%;
    }

    .row-fluid .sloupce4 {
      /*puvodni*/
      /*
    	width: 24.122340425531900%;
    	*width: 24.069148936170200%
    	*/
    	/*novy layout - 1 sloupec*/
    	width: 100%;
    	*width: 99.94680851063829%;
    	margin-left: 0;
    	*margin-left: 0;
    }

    #k2Container.homepage div#itemListPrimary .sloupce3 .catItemBody{
      min-height: 420px;
    }

  	#k2Container.homepage div#itemListPrimary h3.catItemTitle{
      min-height: 105px;
  	}

  	#k2Container.homepage span.catItemImage {
      /*
      max-height: 121px;
      min-height: 121px;
      */
      max-height: 111px;
      min-height: 111px;
    }
  	#k2Container.homepage span.catItemImageCat {
      /*
      max-height: 121px;
      min-height: 121px;
      */
      max-height: 111px;
      min-height: 111px;
    }
    div.itemFullText {
      width: 80%;
    }

    div.catItemImageBlock span.catItemImage {
      display:block;
      text-align:center;
      margin:0;
      /*max-height: 203px;*/
      max-height: 333px;
      min-height: 333px;    
      overflow: hidden;
    }
    div.catItemImageBlock span.catItemImageCat {
      display:block;
      text-align:center;
      margin:0;
      /*max-height: 203px;*/
      max-height: 333px;
      min-height: 333px;    
      overflow: hidden;
    }

  	span.itemImage {
      max-height: 332px;
    }

    /* skrolovaci okno - sirka je ruzna pro uzsi okna neni*/
/*    
    #sp-novinky .k2ItemsBlock {
      display:inline-block;
      overflow:scroll;
      height:375px;
    }
*/

    /*
    #sp-novinky .k2ItemsBlock {
      min-height:375px;
      max-height:375px;
    }
    */
    /*    
    #sp-novinky .cover {
      height:320px;
    }
    */

   .carousel .carousel-inner .item span.carouselImage {
      max-height: 395px;
    }
/*
    .itemBody .clanek .clanek-sdilet {
    	width: 30.223931623931625%;
    	*width: 30.170740134569924%
    }
    .itemBody .clanek .clanek-text {
    	width: 65.81196581196582%;
    	*width: 65.75877432260411%
    }
*/
    #sp-nejctenejsi .k2ItemsBlock {
        min-height:248px;
        max-height:248px;
        overflow:hidden;
    }

    #sp-song .k2ItemsBlock {
        min-height:258px;
        max-height:258px;
        overflow:hidden;
    }

    div.social-action li {
      float: left;
      width: 32%;
    }
    #sp-search {
      width: 120px;
    }
    #sp-social {
      width: 80px;
    }

}


/* ---------------------- 768-979 px ----------------------------------- */


@media(min-width:768px) and (max-width:979px) {

    .sloupce12 {
    	width: 724px
    }
    .sloupce11 {
    	width: 662px
    }
    .sloupce10 {
    	width: 600px
    }
    .sloupce9 {
    	width: 538px
    }
    .sloupce8 {
    	width: 476px
    }
    .sloupce7 {
    	width: 414px
    }
    .sloupce6 {
    	width: 352px
    }
    .sloupce5 {
    	width: 290px
    }
    .sloupce4 {
    	width: 228px
    }
    .sloupce3 {
    	width: 166px
    }
    .sloupce2 {
    	width: 104px
    }
    .sloupce1 {
    	width: 42px
    }
    .row-fluid [class*="sloupce"] {
    	display: block;
    	float: left;
    	width: 100%;
    	min-height: 30px;
    	margin-left: 6.9060773480663000%;
    	*margin-left: 6.8370165745856400%;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box
    }
    .row-fluid [class*="sloupce"]:first-child {
    	margin-left: 0
    }
    .row-fluid [class*="span"]:first-child {
    	margin-left: 0
    }
    .row-fluid .controls-row [class*="sloupce"]+[class*="sloupce"] {
    	margin-left: 6.9060773480663000%;
    	*margin-left: 6.8370165745856400%;
    }
    .row-fluid .sloupce12 {
    	width: 100%;
    	*width: 99.94680851063829%
    }
    .row-fluid .sloupce11 {
    	width: 91.43646408839778%;
    	*width: 91.38327259903608%
    }
    .row-fluid .sloupce10 {
    	width: 82.87292817679558%;
    	*width: 82.81973668743387%
    }
    .row-fluid .sloupce9 {
    	width: 74.30939226519337%;
    	*width: 74.25620077583166%
    }
    .row-fluid .sloupce8 {
    	width: 65.74585635359117%;
    	*width: 65.69266486422946%
    }
    .row-fluid .sloupce7 {
    	width: 57.18232044198895%;
    	*width: 57.12912895262725%
    }
    .row-fluid .sloupce6 {
    	width: 48.61878453038674%;
    	*width: 48.56559304102504%
    }
    .row-fluid .sloupce5 {
    	width: 40.05524861878453%;
    	*width: 40.00205712942283%
    }
    .row-fluid .sloupce4 {
      /*puvodni*/
      /*
    	width: 31.491712707182323%;
    	*width: 31.43852121782062%
    	*/
    	/*novy layout - 1 sloupec*/
    	width: 100%;
    	*width: 99.94680851063829%;
    	margin-left: 0;
    	*margin-left: 0;
    }
    
    .row-fluid .sloupce3 {
    /*
    	width: 22.92817679558011%;
    	*width: 22.87498530621841%
    */
    	width: 46.5469613259669000%;
    	*width: 46.4779005524862000%
    }
    .row-fluid .sloupce2 {
    	width: 14.3646408839779%;
    	*width: 14.311449394616199%
    }
    .row-fluid .sloupce1 {
    	width: 5.801104972375691%;
    	*width: 5.747913483013988%
    }
    #sp-novinky-fotogalerie-wrapper .row-fluid [class*="span"]
    , #sp-song-nejctenejsi-wrapper .row-fluid [class*="span"] {
      /*margin-bottom: 20px;*/ /*Zbrdoch*/
    	display: block;
    	float: left;
    	width: 100%;
    	min-height: 30px;
    	margin-left: 6.9060773480663000%;
    	*margin-left: 6.8370165745856400%;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box
    }
    #sp-song-nejctenejsi-wrapper .row-fluid div.song-dne div.span4 {
    	margin-left: 0;
    }
    #sp-novinky-fotogalerie-wrapper .row-fluid [class*="span"]:first-child
    , #sp-song-nejctenejsi-wrapper .row-fluid [class*="span"]:first-child {
    	margin-left: 0;
    }
    /* span3 zmeni se na span6 */ 
    #sp-novinky-fotogalerie-wrapper .row-fluid .span3
    , #sp-song-nejctenejsi-wrapper .row-fluid .span3 {
/*    
    	width: 100%;
    	*width: 99.94680851063829%
*/    
    	width: 46.5469613259669000%;
    	*width: 46.4779005524862000%
      
    }
    /* span9 zmeni se na span6 */ 
    #sp-novinky-fotogalerie-wrapper .row-fluid .span9
    , #sp-song-nejctenejsi-wrapper .row-fluid .span9 {
/*
    	width: 100%;
    	*width: 99.94680851063829%
*/      

    	width: 46.5469613259669000%;
    	*width: 46.4779005524862000%

    }
    
    /* skrolovaci okno - sirka je ruzna pro uzsi okna neni*/
/*
    #sp-novinky .k2ItemsBlock {
      display:inline-block;
      overflow:scroll;
      height:181px;
    }
*/
    /*
    #sp-novinky .k2ItemsBlock {
      height:181px;
    }
    */
    
    /*
    #sp-novinky .cover {
      height:120px;
    }
    */


  	span.itemImage {
      max-height: 211px;
    }

    #k2Container.homepage div#itemListPrimary .radek .itemContainer {
      padding: 0;
      margin-bottom: 50px;
    }

    #k2Container.homepage div#itemListPrimary .radek .prvni6{
      margin-left: 0;
    }

    #k2Container.kategorie div#itemListPrimary span.catItemImage, #k2Container.kategorie div#itemListPrimary span.catItemImageCat {
      max-height:100%;
    }

    #k2Container.kategorie div#itemListPrimary div.catItemImageBlock {
      width:100%;
      max-width:100%;
    }

    #k2Container.homepage div#itemListPrimary .sloupce3 .catItemBody{
      min-height: 300px;
      max-height: 300px;
    }

  	#k2Container.homepage div#itemListPrimary h3.catItemTitle{
      min-height: 70px;
  	}

    #k2Container.kategorie div#itemListPrimary span.catItemImage{
        display:block;
        text-align:center;
        margin:0;
        max-height: 203px;
        /*
        max-height: 401px;
        min-height: 401px;
        */    
        overflow: hidden;
    }
    #k2Container.kategorie div#itemListPrimary span.catItemImageCat{
        display:block;
        text-align:center;
        margin:0;
        max-height: 203px;
        /*
        max-height: 401px;
        min-height: 401px;
        */    
        overflow: hidden;
    }
  	#k2Container.homepage span.catItemImage {
      max-height: 190px;
      min-height: 190px;
    }
  	#k2Container.homepage span.catItemImageCat {
      max-height: 190px;
      min-height: 190px;
    }

   .carousel .carousel-inner .item span.carouselImage {
      max-height: 201px;
    }

    div.social-action li {
      float: left;
      width: 32%;
      /*
    	width: 49.313186813186800%;
    	*width: 49.244505494505500%
    	*/      
    }

    #sp-nejctenejsi .k2ItemsBlock {
        /*
        min-height:383px;
        max-height:383px;
        */
        overflow:none;        
    }
    #sp-song .k2ItemsBlock {
        /*
        min-height:393px;
        max-height:393px;
        */
        overflow:none;
    }
    #sp-song-nejctenejsi-wrapper #sp-song .videotip-text {
      padding-left: 0;
    }    
/*
    #sp-social {
      margin-left: -10px;
      min-width: 60px;
    }
    #sp-search {
      margin-left: 10px;
    }
*/

    #sp-menu {
      float: left;
      width: 33%;
    }
    #sp-search {
      width: 30%;
      float: left;
    }
    #sp-social {
      width: 30%;
      float: left;
    }
   
}

@media(max-width:767px) {
    [class*="sloupce"], .uneditable-input[class*="sloupce"], .row-fluid [class*="sloupce"] {
    	display: block;
    	float: none;
    	width: 100%;
    	margin-left: 0;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box
    }
    .sloupce12, .row-fluid .sloupce12 {
    	width: 100%;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box
    }

    .row-fluid .sloupce3 {
    /*
    	width: 22.92817679558011%;
    	*width: 22.87498530621841%
    */
    	width: 100%;
    	*width: 99.94680851063829%
    }
    
    /* tohle nemusi byt, protoze jsou pod sebou*/
    #k2Container.homepage div#itemListPrimary .sloupce3 .catItemBody {
      padding-bottom: 50px; /*modry ctverec*/
      margin-bottom:0; 
    }
    
    
    div#itemListPrimary h3.catItemTitle {
    }
    
  	#k2Container.homepage span.catItemImage {
      min-height: 270px;
      max-height: 270px;
    }
  	#k2Container.homepage span.catItemImageCat {
      min-height: 270px;
      max-height: 270px;
    }

  	span.itemImage {
      max-height: 263px;
    }

    span.tagItemImage {
      max-height: 263px;
    }

    .carousel .carousel-inner .item span.carouselImage {
      max-height: 270px;
    }

    div.social-action li {
      float: left;
    	width: 32%;
    }

    #sp-novinky
    , #sp-song {
      margin-bottom:20px;
    }

    #sp-novinky .novinky-nav .back {
      display: none;
    }
    #sp-novinky .novinky-nav .more {    
      display: none;
    }
    #sp-menu {
      float: left;
      width: 33%;
    }
    #sp-search {
      width: 35%;
      float: left;
    }
    #sp-social {
      width: 30%;
      float: left;
    }
    div.itemFullText {
      width: 100%;
    }
}

@media(max-width:480px) {
/*
    body.bg {
        background: none;
    }
*/
    div.social-action li {
      float: left;
    	width: 32%;
    }
/*
    div.social-action li {
    	width: 100%;
    	*width: 99.94680851063829%
    }
*/
    #sp-novinky, #sp-song {
      margin: 0 auto 20px auto;
    }

    #sp-novinky .novinky-nav .back {
      display: none;
    }
    #sp-novinky .novinky-nav .more {    
      display: none;
    }
    div#itemListPrimary .catItemImageBlock {
      float:none;
      width:100%;
    }
    #k2Container.kategorie div#itemListPrimary div.catItemImageBlock {
      width:100%;
      max-width:100%;
    }
    #k2Container.kategorie div#itemListPrimary span.catItemImage, #k2Container.kategorie div#itemListPrimary span.catItemImageCat {
      max-height:100%;
    }

    #k2Container.homepage div#itemListPrimary .sloupce3 .catItemBody {
      padding-bottom: 50px; 
    }

    div.userItemImageBlock {
      float:none;
      width:100%;
      max-width:100%;
    }
    div.userItemImageBlock span.userItemImage {
      max-height:100%;
    }    
    div.tagItemImageBlock {
      float:none;
      width:100%;
      max-width:100%;
    }
    div.tagItemImageBlock span.tagItemImage {
      max-height:100%;
    }
     span.tagItemImage {
      width:100%;
    }
    div.itemFullText {
      width: 100%;
    }
    
    /*span.tagItemImage img {
      width:100%;
    }*/
}
@media print {
    a[href]:after {
      content: none !important;
    }
    img[src]:after {
      content: none !important;
    }
    a:after {  
      display: none !important;
      content: "" !important;    
    }    
    #sp-header-top-top-wrapper {
      display: none !important;
    }
    #sp-banner-top-wrapper {
      display: none !important;
    }
    #sp-menu-wrapper {
      display: none !important;
    }
    #sp-main-menu {
      display: none !important;
    }    
    /*
    #sp-bottom-4nd-row-wrapper {
      display: none !important;
    }
    */
    #sp-right {
      display: none !important;
    }
    .itemBody .itemRelated {
      display: none !important;
    }
    body.subpage .row-fluid #sp-component-area.span9 {
      width: 100% !important;
      *width: 100% !important;
    }
    body.subpage .row-fluid #sp-right.span3 {
      width: 0% !important;
      *width: 0% !important;
    }
        
    #sp-bottom14.span3 {
        width: 21.7948717948718000% !important;
        *width: 21.7521367521368000% !important;
/*
        width: 100% !important;
        *width: 100% !important;
*/
    }
    #sp-bottom14 div.podpora {
        margin-top: 15px !important;
    }
    #sp-bottom13.span9 {
/*
        width: 100% !important;
        *width: 100% !important;
*/
        width: 70% !important;
        /*
        width: 73.9316239316239000%;
        margin-left: 4.2735042735042700%;
        *margin-left: 4.2307692307692300%;
        */
    }
    /*
    #sp-bottom13 .custom .row-fluid .span6 {
        width: 49.4247787610619%;
    }
    */
    /*
    #sp-bottom14 .row-fluid .span6 {
        width: 49.4247787610619%;
    }
    */
    #sp-bottom13 .logo-nf {
        max-width: 80% !important;
        /*padding: 0 35px 0 175px !important;*/
        padding: 0 0 20px 0 !important;
    }
    #sp-bottom13 .logo-mk {
        max-width: 60% !important;
        /*padding: 0 115px 20px 135px !important;*/
        padding: 0 0 20px 0 !important;
    }
    #sp-bottom13 .logo-nchf {
        max-width: 30% !important;
        padding: 0 0 20px 0 !important;
        /*padding: 5px 20px 0 130px !important;*/
    }
    #sp-bottom13 .logo-nzu {
        max-width: 30% !important;
        padding: 0 0 20px 0 !important;
        /*padding: 0 107px 17px 37px !important;*/
    }
    .clanek .clanek-sdilet {
      display: none !important;
    }
    .clanek .clanek-text {
      margin-top: 50px;
    }
    #sp-logo-wrapper .container .logo-wrapper {
      margin-top: 10px !important;
      margin-bottom: 10px !important;
      text-align: center;
    }
    #sp-main-body-wrapper {
      padding-top: 10px !important;
    }
    #sp-main-body-wrapper #main-body #sp-component-area >section {
      margin-bottom: 10px !important;
      padding-bottom: 0;
    }
    div.itemTagsBlock {
        margin-bottom: 10px !important;
    }    
}