/* --------------------------------------------------------------------------------------------------------- */
/* SmartMenus - sm-core-css.css ---------------------------------------------------------------------------- */
/* -768px-------------------------------------------------------------------------------------------------------- */

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
/* --------------------------------------------------------------------------------------------------------- */
/* SmartMenus - _sub-items-indentation.scss ---------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
/*
// Generate rules to indent sub menus text
//
// We'll use left border to avoid messing with the padding.
*/
@mixin sm-cbd2__sub-items-indentation($amount, $chainable: 'ul ', $level: 4, $chain: '') {
	@for $i from 1 through $level {
		$chain: $chain + $chainable;
		#{$chain} a,
		#{$chain} a:hover,
		#{$chain} a:focus,
		#{$chain} a:active {
			border-left: ($amount * ($i + 1)) solid transparent;
		}
	}
}
/* --------------------------------------------------------------------------------------------------------- */
/* SmartMenus - _round-corners-last-item.scss ---------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
/*
// Generate rules to round the corners of the last collapsible item
*/
@mixin sm-cbd2__round-corners-last-item($amount, $chainable: 'ul > li:last-child > ', $level: 4, $chain_prefix: '> li:last-child > ', $chain: '', $selector: '') {
	$chain: $chain_prefix;
	$selector: $chain + 'a, ' + $chain + '*:not(ul) a, ' + $chain + 'ul';
	@for $i from 1 through $level {
		$chain: $chain + $chainable;
		$selector: $selector + ', ' + $chain + ' a, ' + $chain + '*:not(ul) a, ' + $chain + ' ul';
	}
	#{$selector} {
		border-radius: 0 0 $amount $amount;
	}
	// highlighted items, don't need rounding since their sub is open
	$chain: $chain_prefix;
	$selector: $chain + 'a.highlighted, ' + $chain + '*:not(ul) a.highlighted';
	@for $i from 1 through $level {
		$chain: $chain + $chainable;
		$selector: $selector + ', ' + $chain + ' a.highlighted, ' + $chain + '*:not(ul) a.highlighted';
	}
	#{$selector} {
		border-radius: 0;
	}
}


/* --------------------------------------------------------------------------------------------------------- */
/* SmartMenus - sm-cbd2.css -------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */

.sm-cbd2 {
  background: transparent;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sm-cbd2 a, .sm-cbd2 a:hover, .sm-cbd2 a:focus, .sm-cbd2 a:active {
  padding: 10px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  background: #eee;
  background-image: linear-gradient(to bottom, #eeeeee, #eeeeee);
  color: #444;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}
.sm-cbd2 a.current {
  background: #bbbbbb;
  background-image: linear-gradient(to bottom, #bbbbbb, #bbbbbb);
  color: #444;
}
.sm-cbd2 a.disabled {
  color: white;
}
.sm-cbd2 a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.sm-cbd2 a .sub-arrow::before {
  content: "+";
}
.sm-cbd2 a.highlighted .sub-arrow::before {
  content: "-";
}
.sm-cbd2 > li:first-child > a, .sm-cbd2 > li:first-child > :not(ul) a {
  border-radius: 6px 6px 0 0;
}
.sm-cbd2 > li:last-child > a, .sm-cbd2 > li:last-child > *:not(ul) a, .sm-cbd2 > li:last-child > ul, .sm-cbd2 > li:last-child > ul > li:last-child > a, .sm-cbd2 > li:last-child > ul > li:last-child > *:not(ul) a, .sm-cbd2 > li:last-child > ul > li:last-child > ul, .sm-cbd2 > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-cbd2 > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-cbd2 > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-cbd2 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-cbd2 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-cbd2 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-cbd2 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-cbd2 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-cbd2 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 6px 6px;
}
.sm-cbd2 > li:last-child > a.highlighted, .sm-cbd2 > li:last-child > *:not(ul) a.highlighted, .sm-cbd2 > li:last-child > ul > li:last-child > a.highlighted, .sm-cbd2 > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-cbd2 > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-cbd2 > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-cbd2 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-cbd2 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-cbd2 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-cbd2 > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}
.sm-cbd2 ul {
  background: #444;
}
.sm-cbd2 ul ul {
  background: rgba(0, 0, 0, 0.1);
}
.sm-cbd2 ul a, .sm-cbd2 ul a:hover, .sm-cbd2 ul a:focus, .sm-cbd2 ul a:active {
  background: transparent;
  color: #cfcfcf;
  font-size: 16px;
  text-shadow: none;
  border-left: 8px solid transparent;
}
.sm-cbd2 ul a.current {
  background: #bbbbbb;
  background-image: linear-gradient(to bottom, #bbbbbb, #bbbbbb);
  color: #444;
}
.sm-cbd2 ul a.disabled {
  color: black;
}
.sm-cbd2 ul ul a,
.sm-cbd2 ul ul a:hover,
.sm-cbd2 ul ul a:focus,
.sm-cbd2 ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-cbd2 ul ul ul a,
.sm-cbd2 ul ul ul a:hover,
.sm-cbd2 ul ul ul a:focus,
.sm-cbd2 ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-cbd2 ul ul ul ul a,
.sm-cbd2 ul ul ul ul a:hover,
.sm-cbd2 ul ul ul ul a:focus,
.sm-cbd2 ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-cbd2 ul ul ul ul ul a,
.sm-cbd2 ul ul ul ul ul a:hover,
.sm-cbd2 ul ul ul ul ul a:focus,
.sm-cbd2 ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.sm-cbd2 ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-cbd2 ul li:first-child {
  border-top: 0;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-cbd2 ul {
    position: absolute;
    width: 12em;
  }

  .sm-cbd2 li {
    float: left;
  }

  .sm-cbd2.sm-rtl li {
    float: right;
  }

  .sm-cbd2 ul li, .sm-cbd2.sm-rtl ul li, .sm-cbd2.sm-vertical li {
    float: none;
  }

  .sm-cbd2 a {
    white-space: nowrap;
  }

  .sm-cbd2 ul a, .sm-cbd2.sm-vertical a {
    white-space: normal;
  }

  .sm-cbd2 .sm-nowrap > li > a, .sm-cbd2 .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-cbd2 {
    background: #eee;
    background-image: linear-gradient(to bottom, #eeeeee, #eeeeee);
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .sm-cbd2 a, .sm-cbd2 a:hover, .sm-cbd2 a:focus, .sm-cbd2 a:active, .sm-cbd2 a.highlighted {
    padding: 14px 23px;
    background: #eee;
    background-image: linear-gradient(to bottom, #eeeeee, #eeeeee);
    color: #444;
  }
  .sm-cbd2 a:hover, .sm-cbd2 a:focus, .sm-cbd2 a:active, .sm-cbd2 a.highlighted {
    background: #e1e1e1;
    background-image: linear-gradient(to bottom, #e1e1e1, #e1e1e1);
  }
  .sm-cbd2 a.current {
    background: #bbbbbb;
    background-image: linear-gradient(to bottom, #bbbbbb, #bbbbbb);
    color: #444;
  }
  .sm-cbd2 a.disabled {
    background: #eee;
    background-image: linear-gradient(to bottom, #eeeeee, #eeeeee);
    color: white;
  }
  .sm-cbd2 a .sub-arrow { 
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #a2a2a2 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-cbd2 a .sub-arrow::before {
    display: none;
  }
  .sm-cbd2 > li:first-child > a, .sm-cbd2 > li:first-child > :not(ul) a {
    border-radius: 6px 0 0 6px;
  }
  .sm-cbd2 > li:last-child > a, .sm-cbd2 > li:last-child > :not(ul) a {
    border-radius: 0 6px 6px 0 !important;
  }
  .sm-cbd2 > li {
    border-left: 0px solid #e1e1e1;
  }
  .sm-cbd2 > li:first-child {
    border-left: 0;
  }
  .sm-cbd2 ul {
    border: 0px solid #2b2b2b;
    padding: 7px 0;
    background: #444;
    border-radius: 0 0 3px 3px !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  }
  .sm-cbd2 ul ul {
    border-radius: 3px !important;
    background: #444;
  }
  .sm-cbd2 ul a, .sm-cbd2 ul a:hover, .sm-cbd2 ul a:focus, .sm-cbd2 ul a:active, .sm-cbd2 ul a.highlighted { /* submenu text*/
    border: 0 !important;
    padding: 10px 33px;
    background: transparent;
    color: #cfcfcf;
    border-radius: 0 !important;
  }
  .sm-cbd2 ul a:hover, .sm-cbd2 ul a:focus, .sm-cbd2 ul a:active, .sm-cbd2 ul a.highlighted {
    background: #eee;
    background-image: linear-gradient(to bottom, #eeeeee, #eeeeee);
    color: #444;
  }
  .sm-cbd2 ul a.current {
    background: #bbbbbb;
    background-image: linear-gradient(to bottom, #bbbbbb, #bbbbbb);
    color: #444;
  }
  .sm-cbd2 ul a.disabled {
    background: #444;
    color: black;
  }
  .sm-cbd2 ul a .sub-arrow { /*sipka podkategorie*/
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left:10px;
	right: auto;
    margin-left: 0px;
    border-style: dashed solid dashed dashed ;
    border-color: transparent #a2a2a2 transparent transparent;
  }
  .sm-cbd2 ul li {
    border: 0;
  }
  .sm-cbd2 .scroll-up,
.sm-cbd2 .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #444;
    height: 20px;
  }
  .sm-cbd2 .scroll-up-arrow,
.sm-cbd2 .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #cfcfcf transparent;
  }
  .sm-cbd2 .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #cfcfcf transparent transparent transparent;
  }
  .sm-cbd2.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a2a2a2 transparent transparent;
  }
  .sm-cbd2.sm-rtl > li:first-child > a, .sm-cbd2.sm-rtl > li:first-child > :not(ul) a {
    border-radius: 0 6px 6px 0;
  }
  .sm-cbd2.sm-rtl > li:last-child > a, .sm-cbd2.sm-rtl > li:last-child > :not(ul) a {
    border-radius: 6px 0 0 6px !important;
  }
  .sm-cbd2.sm-rtl > li:first-child {
    border-left: 0px solid #e1e1e1;
  }
  .sm-cbd2.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-cbd2.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a2a2a2 transparent transparent;
  }
  .sm-cbd2.sm-vertical {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .sm-cbd2.sm-vertical a {
    padding: 9px 23px;
  }
  .sm-cbd2.sm-vertical a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a2a2a2;
  }
  .sm-cbd2.sm-vertical > li:first-child > a, .sm-cbd2.sm-vertical > li:first-child > :not(ul) a {
    border-radius: 6px 6px 0 0;
  }
  .sm-cbd2.sm-vertical > li:last-child > a, .sm-cbd2.sm-vertical > li:last-child > :not(ul) a {
    border-radius: 0 0 6px 6px !important;
  }
  .sm-cbd2.sm-vertical > li {
    border-left: 0 !important;
  }
  .sm-cbd2.sm-vertical ul {
    border-radius: 3px !important;
  }
  .sm-cbd2.sm-vertical ul a {
    padding: 10px 23px;
  }
}



/* --------------------------------------------------------------------------------------------------------- */
/* SmartMenus - Complete navbar .sm-szs ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */

.main-nav {  
  background: #eee;
  background-image: linear-gradient(to bottom, #eeeeee, #eeeeee);
  
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: right;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 9px 10px 0px 20px;
  color: #444;
  /*font-family: cormorant;*/
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  margin-right:65px; 
  display:block;
}

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #main-menu {
    float: left;
    clear: none;
  }
}


/* Mobile menu top separator */

#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #2e8cb8;
}

@media (min-width: 768px) {
  #main-menu:before {
    display: none;
  }
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: left;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #444;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

/* --------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
.patastyle{
	-webkit-box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 10px;
	font-size:16px; color:#444;
}
#unlock_menu_svg{
	fill: #444;
}
body {
	background-color:#AAA;
	background-image: url("/source/pictures/uvod.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	/*
	font-size-adjust: 0.5;
	font-weight: 900;
	*/
}

#div_main{
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 8px solid rgba(255, 255, 255, 0);
	border-right: 8px solid rgba(255, 255, 255, 0);
}

.item_home{
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.75);
	margin-top:10px;
	-webkit-text-stroke: 5px rgba(255, 255, 255, 0.75);
	paint-order: stroke fill; 
	padding: 5px 15px;
	line-height: 28px;
	
	/*
	font-family: cormorant;
	font-size: 20px;
	font-weight: bolder;
	*/
}


.item_main{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.95);
	margin-top:10px;
}


.item_head{
	padding-top:0px;
	padding-bottom:10px;
	margin-top:-5px;
	border-top:0;
}
.item_heel{
	padding-bottom:0px;
	margin-bottom:-5px;
	padding-top:5px;
}
.item_autor{
	visibility:hidden;
}
.item_datum{
	visibility:hidden;
}

#main-menu{ /*posledni linka k tlacitkum menu*/
	/*border-left: 1px solid #CCC;*/
	padding-left: 0px;
	min-height:51px;
}