sup {
    position: absolute;
	font-size: x-small;
}

.print {
	display: none;
}

.k7_button_print {
	display: none;
}

h2 {
  text-align: center;
}

#k7_hlavni_nadpis {
	display: none;
}

#k7_mobile_top_bar {
  position: fixed;
  z-index: 999;
  width: 100%;
	height: 10vh;
	background-color: #f3f3f3;

  -webkit-box-shadow: 0px 1px 5px 1px rgba(194,194,194,1);
  -moz-box-shadow: 0px 1px 5px 1px rgba(194,194,194,1);
  box-shadow: 0px 1px 5px 1px rgba(194,194,194,1)
}

#k7_mobile_logo {
	display: inline-block;
	float: left;
	height: 100%;
}

#k7_mobile_logo img {
  max-height: 80%;
  padding-top: 0.5vw;
  padding-left: 1.5vw
}

#k7_mobile_menu_icon {
	display: inline-block;
	float: right;
	height: 100%;
}

#k7_mobile_menu_icon img {
  cursor: pointer;
  max-height: 55%;
  margin-top: 1em;
  margin-right: 1em;
}

#k7_mobile_menu_icon a {
  opacity: 0.5;
}

#k7_mobile_menu_icon a:hover {
  opacity: 0.6;
}

#k7_mobile_menu {
  display: none;
  position: fixed;
  top: 10vh;
  z-index: 999;
	background-color: #f3f3f3;
  width: 100%;
  padding-bottom: 2%;

  -webkit-box-shadow: 0px 1px 5px 1px rgba(194,194,194,1);
  -moz-box-shadow: 0px 1px 5px 1px rgba(194,194,194,1);
  box-shadow: 0px 1px 5px 1px rgba(194,194,194,1)
}

#k7_mobile_menu ul {
	height: auto;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
}

#k7_mobile_menu ul li {
	height: 50px;
	width: 100%!important;
	list-style: none;
	color: #666;
	text-decoration: none;
	display: block;
	float: left;
	clear: none;
	line-height: 50px;
	text-align: left;
	text-indent: 5%;
	font-size: 1.2em;
}

#k7_mobile_menu ul li a {
  display: block;
  color: #494949;
}

#k7_mobile_menu ul li a:hover {
  display: block;
  color: #2693cd;
  text-decoration: none;
  background-color: #dadada;

}

#k7_motto {
  height: 60vh;
  background: url('/static/img/animace/7.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  opacity: 0.5;
}

#k7_motto h2 {
    position: relative;
    margin: 0;
    padding: 0;
    top: 25%;
    text-align: center;
    color: #FFF;
    opacity: 1;
    font-size: 7vh;
    font-weight: 200;
}




#w_icon_active a {
    color: #0093dd!important;
}




/* menu MOBIL */
#mobil_skryj {
	width: 100%;
	height: 60px;
	position: absolute!important;
	z-index: 9999!important;
	background-image: url(../img/ikony/menu.png);
	background-repeat: no-repeat;
	background-size: 60px auto;
	background-color: #09F;
	-webkit-box-shadow: 0px 0px 10px 5px #000000;
	box-shadow: 0px 0px 10px 5px #000000;
}
.menu_mobil_iko {

}
.menu_mobil {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 60px;
	z-index: 9998!important;
	background-color: #CCC;
	box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	-webkit-box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	-moz-box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	-o-box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	padding-bottom: 15px;
}
.menu_mobil ul {
	height: 100%!important;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.menu_mobil ul li {
	height: 100%!important;
	width: 90%!important;
	list-style: none;
	color: #666;
	text-decoration: none;
	display: table-cell;
	float: left;
	font-size: 1.4em;
	margin-left: 4%;
	position: relative;
	clear: both;
	text-align: center;
	vertical-align: middle;
	line-height: 8vh;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.menu_mobil ul li a {
	color: #666;
	height: 100%!important;
	display: block;
}
.menu_mobil ul li a:hover {
	color: #09F;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #09F;
	border-left-color: #09F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-top-style: none;
	box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	-webkit-box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	-moz-box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	-o-box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	background-color: #FFF;
}



body {
	font-size: 1em;
}

/* 7k */
.k7_web {
	clear: both;
	float: left;
	width: 100%;
	margin-right: auto;
}
/* OBSAH - leva */
.k7_web_leva {
  display: none;
}
/* OBSAH - prava */
.k7_web_prava {
	float: left;
	width: 100%;
	margin-top: 1%;
	clear: both;
}
.k7_web_prava_titulek {
	width: 94%;
	margin-top: 4%;
	margin-left: 3%;
	font-size: 1.8em;
	text-align: center;
	color: #0099FF;
	margin-bottom: 6%;
	font-weight: 400;
}
/* OBSAH - stred */
.k7_web_stred {
	width: 100%;
	min-height: 1000px!important;
	float: left;
	overflow: hidden;
	background-color: #FFF;
	margin-top: 1%;
}
.k7_web_stred_full {
	width: 100%;
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.k7_web_stred_obsah {
	width: 90%;
	clear: both;
	float: left;
	margin-top: 18%;
	margin-right: 3%;
	margin-bottom: 1%;
	margin-left: 3%;
	/*color: #979797;*/
	color: #666666;
	font-weight: 300;
}
.k7_web_stred_obsah ul {
	list-style-image: url(../img/ikony/seznam0.png);
	list-style-position: outside;
}
.k7_web_stred_obsah ul li ul {
	list-style-image: url(../img/ikony/seznam1.png);
	list-style-position: outside;
}
.k7_web_stred_animace {
  display: none;
}
.k7_web_stred_animace img {
	width: 100%;
	height: auto;
-webkit-box-shadow: 0px 0px 41px -30px rgba(5,5,5,1);
-moz-box-shadow: 0px 0px 41px -30px rgba(5,5,5,1);
box-shadow: 0px 0px 41px -30px rgba(5,5,5,1);
}

/* K7 LOGO */
.k7_logo {
	visibility: hidden;
}
.k7_logo_mobil {
	width: 80%;
	height: 60px;
	clear: both;
	float: right;
	overflow: hidden;
}
.k7_logo_mobil a img {
	width: auto;
	height: 100%;
}

/* K7 MENU */
.k7_menu {
	float: left;
	width: 100%;
}



/* MENU STRANKA */
.menu_stranka {
	width:100%;
	z-index: 8800;
	margin-top: 5%;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 1.2em;
}
.menu_stranka ul {
	height: auto;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
}
.menu_stranka ul li {
	height: 50px;
	width: 100%!important;
	list-style: none;
	color: #666;
	text-decoration: none;
	display: block;
	float: left;
	clear: none;
	line-height: 50px;
	text-align: left;
	text-indent: 15%;
	font-size: 1.2em;
}
.menu_stranka ul li a {
	color: #09F;
	display: block;
}
.menu_stranka ul li a:hover {
	color: #FFF;
	width: 100%!important;
	display: block;
	background-color: #5BBDFF;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #09F;
	border-bottom-color: #09F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	position: relative;
	z-index: 89898989;
	-webkit-box-shadow: inset 10px 0px 26px -19px rgba(138,138,138,1);
	-moz-box-shadow: inset 10px 0px 26px -19px rgba(138,138,138,1);
	box-shadow: inset 10px 0px 26px -19px rgba(138,138,138,1);
}
.menu_stranka #w_active_item {
	color: #09F;
	width: 100%!important;
	display: block;
	background-color: #FFF;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #09F;
	border-bottom-color: #09F;
	box-shadow: -7px 0px 9px -5px #000000;
	-webkit-box-shadow: -7px 0px 9px -5px #000000;
	-moz-box-shadow: -7px 0px 9px -5px #000000;
	-o-box-shadow: -7px 0px 9px -5px #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	position: relative;
	z-index: 89898989;
}

/* MENU STRANKA 2 */
.menu_stranka2 {
	width:100%;
	z-index: 8800;
	margin-top: 7%;
	font-weight: 300;
	letter-spacing: 0.11em;
	line-height: 0.85em;
	clear: both;
	float: left;
}
.menu_stranka2 ul {
	height: auto;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
}
.menu_stranka2 ul li {
	height: 100%!important;
	width: 90%!important;
	list-style: none;
	color: #666;
	text-decoration: none;
	display: table-cell;
	float: left;
	font-size: 1em;
	margin-left: 4%;
	position: relative;
	clear: both;
	text-align: center;
	vertical-align: middle;
	line-height: 6vh;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.menu_stranka2 ul li a {
	color: #666;
	display: block;
}
.menu_stranka2 ul li a:hover {
	color: #09F;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #09F;
	border-left-color: #09F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-top-style: none;
	box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	-webkit-box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	-moz-box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	-o-box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	background-color: #FFF;
}
/* MENU IKONY */
.k7_menu_ikony {
	height: auto;
	width: 100%;
	display: block;
	float: left;
	clear: both;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}
.k7_menu_ikony ul {
	height: auto;
	width: 97%;
	list-style: none;
	position: relative;
	padding: 0px;
	margin-top: 2vh;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3%;
	overflow: hidden;
}

.k7_menu_ikony ul li {
	height: auto;
	width: 28%!important;
	list-style: none;
	float: left;
	margin-right: 2%;
	margin-left: 3%;
	margin-bottom: 1px;
	background-color: #FFF;
	box-shadow: inset 0px 0px 10px 0px #FFF;
	-webkit-box-shadow: inset 0px 0px 10px 0px #FFF;
	-moz-box-shadow: inset 0px 0px 10px 0px #FFF;
	-o-box-shadow: inset 0px 0px 10px 0px #FFF;
	overflow: hidden;
}
.k7_menu_ikony ul li a {
	color: 	#464646;
	display: block;
	border-bottom: 2px solid #FFF;
	overflow: hidden;
}
.k7_menu_ikony ul li img {
	width: 60%!important;
	height: auto;
	margin: 20%;
}
.k7_menu_ikony ul li a:hover {
	border-bottom: 2px solid #09A0E2!important;
	box-shadow: inset 0px 0px 10px 0px #DDDDDD;
	-webkit-box-shadow: inset 0px 0px 10px 0px #DDDDDD;
	-moz-box-shadow: inset 0px 0px 10px 0px #DDDDDD;
	-o-box-shadow: inset 0px 0px 10px 0px #DDDDDD;
	text-decoration: none;
}
.k7_menu_ikony_obrazek{
	width: 90%;
	display: block;
	margin-left: 5%;
	clear: both;
	float: left;
}
.k7_menu_ikony_titulek{
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 300;
	bottom: auto;
	top: -5px;
	margin-bottom: 10px;
	position: relative;
}
#w_icon_active {
	color: #09A0E2;
	border-bottom-style: solid;
	box-shadow: 1px -1px 21px -3px #DDDDDD;
	-webkit-box-shadow: 1px -1px 21px -3px #DDDDDD;
	-moz-box-shadow: 1px -1px 21px -3px #DDDDDD;
	-o-box-shadow: 1px -1px 21px -3px #DDDDDD;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-color: #09A0E2;
	margin-bottom: 0px;

}

/* NEMOVISTOSTI */
/* 7K Vypis realit */
.k7_reality_vypis {
	clear: both;
	float: left;
	width: 100%;
	cursor: pointer;
}
.k7_reality_vypis_2 {
	float: left;
	width: 50%;
	cursor: pointer;
	margin-bottom: 24px;
}
.k7_reality_vypis_33 {
	float: left;
	width: 30%;
	margin-right: 1%;
	margin-left: 1.8%;
}
.k7_reality_polozka {
	height: auto;
	width: 96%;
	box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	-webkit-box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	-moz-box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	-o-box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	overflow: hidden;
	margin: 2%;
	float: left;
}
.k7_reality_polozka:hover {
	box-shadow: inset 0px 0px 10px 0px #33333;
	-webkit-box-shadow: inset 0px 0px 10px 0px #999999;
	-moz-box-shadow: inset 0px 0px 10px 0px #999999;
	-o-box-shadow: inset 0px 0px 10px 0px #999999;
	background-color: #F0F0F0;
}
.k7_reality_foto {
	height: auto;
	width: 97%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	overflow: hidden;
}
.k7_reality_foto img {
	width: 98%;
	margin: 1%;
	height: auto;
}
.k7_reality_nazev {
	height: 48px;
	width: 100%;
	overflow: hidden;
	clear: none;
	float: left;
	line-height: 48px;
	text-align: center;
	font-size: 1.2em;
}
.k7_reality_nazev a {
	font-weight: 300!important;
	color: #09F;
}
.k7_reality_nazev_2 {
	height: 3em;
	width: 96%;
	overflow: hidden;
	clear: both;
	float: left;
	text-align: center;
	font-size: 1.2em;
	color: #09F;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 2%;
	line-height: 100%;
}
.k7_reality_mesto {
	height: 24px;
	width: 100%;
	overflow: hidden;
	clear: none;
	float: left;
	line-height: 24px;
	text-align: center;
	color: #999;
	margin-bottom: 20px;
}
.k7_reality_info {
	height: 24px;
	width: 100%;
	overflow: hidden;
	clear: none;
	float: left;
	line-height: 24px;
	text-align: center;
	color: #999;
	margin-bottom: 5px;
}
.k7_reality_cena {
	height: 42px;
	width: 100%;
	overflow: hidden;
	clear: none;
	float: left;
	line-height: 42px;
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
	font-size: 1.6em;
	background-color: #09F;
}
.k7_reality_radky_cena a {
    height: 32px;
    width: 100%;
    overflow: hidden;
    clear: both;
    float: left;
    line-height: 32px;
    text-align: left;
    text-decoration: none;
    color: #FFF;
    font-size: 1em;
    background-color: #09F;
    background-color: #2693cd;
    text-indent: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.k7_reality_cena_2{
	height: 48px;
	width: 100%;
	overflow: hidden;
	clear: none;
	float: left;
	line-height: 48px;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
	background-color: #09F;
}



/* vypis yRADKY */
.k7_reality_radky_polozka {
	height: auto;
	width: 96%;
	box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	-webkit-box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	-moz-box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	-o-box-shadow: inset 0px 0px 10px 0px #DDDDDD,1px -1px 21px -3px #DDDDDD;
	overflow: hidden;
	float: left;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 5%;
	margin-left: 2%;
}
.k7_reality_radky_polozka:hover {
	box-shadow: inset 0px 0px 10px 0px #33333;
	-webkit-box-shadow: inset 0px 0px 10px 0px #999999;
	-moz-box-shadow: inset 0px 0px 10px 0px #999999;
	-o-box-shadow: inset 0px 0px 10px 0px #999999;
	background-color: #F0F0F0;
}
.k7_reality_radky_foto {
	height: auto;
	width: 37%;
	overflow: hidden;
	margin: 1%;
	float: left;
}
.k7_reality_radky_foto img {
	width: 98%;
	margin: 1%;
	height: auto;
}
.k7_reality_radky_box_vlevo {
	height: auto;
	width: 61%;
	overflow: hidden;
	float: right;
	font-size: 1.2em;
}
.k7_reality_radky_nazev {
	height: 48px;
	width: 100%;
	overflow: hidden;
	clear: both;
	float: left;
	line-height: 48px;
	text-align: left;
	font-size: 1.1em;
	margin-top: 1%;
}
.k7_reality_radky_nazev a {
	color: #09F;
}
.k7_reality_radky_mesto {
	height: 28px;
	width: 100%;
	overflow: hidden;
	clear: both;
	float: left;
	line-height: 28px;
	text-align: left;
	color: #999;
	margin-bottom: 5px;
}
.k7_reality_radky_info {
	height: 28px;
	width: 100%;
	overflow: hidden;
	clear: both;
	float: left;
	line-height: 28px;
	text-align: left;
	color: #999;
	font-size: 0.9em;
}
.k7_reality_radky_cena {
	height: 38px;
	width: 100%;
	overflow: hidden;
	clear: both;
	float: left;
	line-height: 38px;
	text-align: left;
	color: #FFF;
	margin-bottom: 10px;
	font-size: 1.2em;
	margin-top: 15px;
	text-indent: 20px;
}
/* DETAIL REALITY */
.k7_detail {
	float: left;
	height: auto;
	width: 96%;
	clear: both;
	margin-left: 3%;
}
.k7_detail_nazev {
	float: left;
	height: auto;
	width: 100%;
	line-height: 80px;
	min-height: 80px;
	font-size: 1.2em;
	font-weight: 400;
}
.k7_detail_obsah_50{
	float: left;
	height: auto;
	width: 100%;
}
.k7_detail_nazev h1 {
	display: inline;
	font-size: 1.2em;
	text-align: center;
}
.k7_detail_foto {
	float: left;
	height: auto;
	width: 100%;
	min-height: 150px;
	background-color: #FFF;
	box-shadow:  0px 0px 10px 0px #33333;
	-webkit-box-shadow:  0px 0px 10px 0px #999999;
	-moz-box-shadow:  0px 0px 10px 0px #CCCCCC;
	-o-box-shadow: 0px 0px 10px 0px #999999;
}
.k7_detail_foto img {
	float: left;
	height: auto;
	width: 94%;
	margin: 3%;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.k7_detail_foto a:hover img {
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.k7_detail_galerie {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-top: 2%;
	max-height: 240px;
	overflow-y: scroll;
}
.k7_detail_thumb {
	float: left;
	height: auto;
	width: 31%;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #33333;
	-webkit-box-shadow: 0px 0px 10px 0px #999999;
	-moz-box-shadow: 0px 0px 10px 0px #CCCCCC;
	-o-box-shadow: 0px 0px 10px 0px #999999;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.k7_detail_thumb img {
	float: left;
	height: auto;
	width: 94%;
	margin: 3%;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.k7_detail_thumb a:hover img {
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.k7_detail_mapa {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #33333;
	-webkit-box-shadow: 0px 0px 10px 0px #999999;
	-moz-box-shadow: 0px 0px 10px 0px #CCCCCC;
	-o-box-shadow: 0px 0px 10px 0px #999999;
	margin-top: 3%;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 10px;
}
.k7_detail_mapa_box {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.k7_detail_texty {
	height: auto;
	width: 100%;
	min-height: 150px;
	margin-left: 0%;
	font-weight: 300;
	clear: both;
}
.k7_detail_cena {
	float: left;
	height: 48px;
	width: 100%;
	font-size: 1.4em;
	line-height: 48px;
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: center;
	background-color: #09F;
	color: #FFF;
	clear: both;
	margin-left: 0px;
}
.k7_detail_parametr {
	width: 100%;
	float: left;
	clear: both;
	line-height: 48px;
	border-bottom: 1px solid #CBCBCB;
	overflow-x: hidden;
	text-align: center;
}
.k7_detail_parametr_deleni {
	width: 100%;
	height: 48px;
	float: left;
	clear: both;
	line-height: 48px;
	border-bottom: 1px solid #CBCBCB;
	overflow-x: hidden;
	color: #FFFFFF;
	background-color: #B0B0B0;
	text-align: center;
	font-weight: 300;
	-webkit-box-shadow: inset 0px 0px 10px #8A8A8A;
	box-shadow: inset 0px 0px 10px #8A8A8A;
}
.k7_detail_parametr_typ {
	width: 100%;
	text-align: center;
	color: #938E8F;
	overflow-x: hidden;
	font-weight: 300;
	clear: both;
}
.k7_detail_parametr_hodnota {
	width: 100%;
	color: #424242;
	clear: both;
}
/* FILTRY */
.filtry {
	clear: both;
	float: left;
	height: auto;
	width: 96%;
	margin-top: 4%;
	margin-bottom: 2%;
	line-height: 30px;
	color: #666;
	margin-left: 2%;
	opacity: 0.25;
}
.filtry:hover {
	opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.filtry ul {
	float: left;
	height: auto;
	width: 100%;
	list-style-type: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 0.85em;
}
.filtry ul li {
	float: left;
	height: 30px;
	list-style: none;
	width: auto;
	display: inline-block;
}
.filtry ul li a{
	height: 30px;
	display: block;
	padding-right: 10px;
	padding-left: 36px;
}
.filtry ul li a:hover {
	box-shadow:  0px 0px 10px 0px #33333;
	-webkit-box-shadow:  0px 0px 10px 0px #999999;
	-moz-box-shadow:  0px 0px 10px 0px #CCCCCC;
	-o-box-shadow: 0px 0px 10px 0px #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
	color: #09F;
	text-decoration: none;
}
.nz_radky {
	background-image: url(../img/katalog/radky2.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-position: 3px 0px;
	background-size: 30px 30px;
}
.nz_karty {
	background-image: url(../img/katalog/obrazky2.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	background-size: 30px 30px;
}
.nz_razeni {
	background-image: url(../img/katalog/razeni2.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	background-size: 30px 30px;
}


/* ZAPATI */
.k7_zapati_mutace {
  font-size: 2em;
}

.k7_zapati_mutace a {
  background-color: #2693cd;
  color: #FFF;
  display: block;
  text-decoration: none;
  text-align: center;
  width: 50%;
  float: left;

  padding-top: 20px;
  padding-bottom: 20px;
}

.k7_zapati_mutace a:hover {
  background-color: #2075a2;
}

.k7_zapati_vypln {
	display: none;
}
.k7_zapati {
	clear: both;
	margin-right: auto;

	background-color: #2693cd;

	border: 1px solid #09F;
}

#k7_zapati_menu {
  display: none;
}

.k7_zapati p {
	text-align: center;
	color: #FFF;
	font-weight: 200;
	font-size: 2em;
}

.k7_zapati p a {
	color: #FFF;
	text-decoration: none;
	padding: 5px;
}

.k7_zapati p a:hover {
	text-decoration: underline #FFF;
}


blockquote {
	background-color: #eaeaea;
	padding: 1em;
	margin: 1em;
}
