@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url(font-awesome.min.css);

:root {
  --hlavni-barva: #f79735; /* oranz */
  --pozadi-barva: #f4f5f7;
  --pozadibtn-barva: #f79735; /*oranz*/
  --pozadibtnhover-barva: #967B4A; /*hneda*/
  --menu-barva: #fe0000; /*cervena */
  --logozelena-barva: #3bb00c; 
  --bezova: #eee9df;
  --bezova-tmava: #dfd7c4;
}

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #000000;
     font-size: 16px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     /*text-decoration: none !important;*/
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
a:hover {
	 color: #000000;
	/*color: var(--logozelena-barva);*/
}
.linkwhite {
	color:white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none !important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
     margin: 0px;
     font-weight: 400;
    
     line-height: 24px;
}

a {
     color: #222222;
     /*text-decoration: none;*/
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}
.underline {
	 text-decoration: underline !important;
}
.underline:hover {
	 text-decoration: underline !important;
	 color:var(--hlavni-barva);
}

/*-- header --*/

header {
  position: sticky;
  top: 0;
  z-index: 1000; /* aby byl nad obsahem */
  background: white; /* nutné, jinak může prosvítat */
  box-shadow: 0 0px 25px rgba(0,0,0,0.7);
}

.header {
     width: 100%;
     height: 86px;
     padding: 15px 0px 15px 0px;
     background: #FFFFFF;
	
}



/*-- navigace --*/

.navigation.navbar {
     float: right;
     padding-top: 14px !important;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 7px 0px 27px 0px;
     margin: 0 22px;
     color: #010101;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
     border-bottom: #fff solid 3px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
  
     color: var(--menu-barva);
     border-bottom: 3px solid var(--menu-barva);
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
      color: var(--menu-barva);
     border-bottom: 3px solid var(--menu-barva);
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.mod-languages img{
	width:32px;
}
.mod-languages a:hover img{
	-webkit-filter: drop-shadow(0px 0px 2px #000000);
	filter: drop-shadow(0px 0px 2px #000000);
}
.mod-languages a img.activelng{
	-webkit-filter: drop-shadow(0px 0px 5px #000000);
	filter: drop-shadow(0px 0px 5px #000000);
}


/** banner sekce **/

.banner_main {
     position: relative;
	
}
#myCarousel {
  position: relative;
  overflow: hidden; /* důležité, aby stíny zůstaly uvnitř */
}

#myCarousel::before,
#myCarousel::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
  pointer-events: none;
}

#myCarousel::before {
  top: 0;
  background: linear-gradient(to bottom, 
  rgba(0, 0, 0, 1) 0%,     
  rgba(0, 0, 0, 0.25) 30%,   
  rgba(0, 0, 0, 0.1) 60%,    
  rgba(0, 0, 0, 0) 90%,    
  rgba(0, 0, 0, 0) 100% , 
  transparent);
}

#myCarousel::after {
  bottom: 0;
  background: linear-gradient(to top,  
  rgba(0, 0, 0, 1) 0%,     
  rgba(0, 0, 0, 0.25) 30%,   
  rgba(0, 0, 0, 0.1) 60%,  
  rgba(0, 0, 0, 0) 90%,   
  rgba(0, 0, 0, 0) 100% , 
  transparent);
}
.banner .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 30px;
     background: #FFF;
}

.banner .carousel-indicators .active {
     background-color: var(--hlavni-barva);
}

.booking_ocline {
     position: absolute;
     width: 100%;
     top: 50%;
     transform: translateY(-50%);
}

.book_room {
     background-color:  rgba(248, 242, 225, 0.6);
     padding: 30px 35px;
     border-left: 5px solid var(--hlavni-barva);
	 /*border-radius: 0 50px 50px 0;*/
}

.book_room h1 {
     font-size: 40px;
     color: #121212;
     line-height: 45px;
     font-weight: bold;
     line-height: 48px;
     color: #000;
     padding-bottom: 20px;
     text-transform: uppercase;
     text-align: left;
}

.book_now span {
     display: block;
     color: #fff;
     font-size: 18px;
     padding-bottom: 5px;
}

.book_now .online_book {
     width: 100%;
     height: 50px;
     border: #fff solid 1px;
     background-color: transparent;
     color: #fff;
     padding: 0 10px;
     padding-right: 61px;
     margin-bottom: 25px;
     position: relative;
}

.date_cua {
     position: absolute;
     width: 29px;
     height: 29px;
     top: 48px;
     background-repeat: no-repeat;
     right: 30px;
}

.book_btn {
	background-color: var(--logozelena-barva);
     max-width: 189px;
     width: 100%;
    margin: 0 auto;  
     padding: 10px 0;
     border-radius: 50px;
     color: #fff;
     font-size: 20px;
     transition: ease-in 0.5s;
     display: block;
}

.book_btn:hover {
     background-color: #fff;
     color: #fe0000;
     transition: ease-in 0.5s;
}

.carousel-control-next,
.carousel-control-prev {
     display: none;
}

.carousel-indicators {
     right: inherit;
     bottom: 53px;
     margin-left: 9%;
}


/** konec banner sekce **/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
}

.titlepage h2 {
     font-size: 40px;
     color: #121212;
     line-height: 45px;
     font-weight: bold;
     text-transform: uppercase;
     padding: 0;
}

.titlepage h2::before {
     position: absolute;
	 /*left:-20px;*/
	 top:-20px;
	  left: calc(50% - 25px);  /* posuneme se doprostřed */
  transform: translateX(-50% + 25px;); /* zarovnáme střed proužku se středem textu */
     content: "";
     background-color: var(--hlavni-barva);
     width: 50px;
     height: 4px;
     transform: rotate(0deg);
}

/*.titlepage h2::after {
     position: absolute;
     content: "";
     background-color: var(--hlavni-barva);
     width: 20px;
     height: 4px;
     transform: rotate(-36deg);
     bottom: 20px;
	 
}*/

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 20px;
     background-color: var(--pozadibtnhover-barva);
     color: #fff;
     padding: 16px 16px;
     width: 100%;
     
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 30px;
}

.read_more:hover {
     background: var(--pozadibtn-barva);
     color: #fff;
     transition: ease-in all 0.5s;
}
.readmoreodskok {
	margin-bottom:5px;
}

.butto_res {
     font-size: 20px;
    background-color: var(--pozadibtnhover-barva);
     color: #fff;
     padding: 16px 16px;
     width: 100%;
     
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 30px;
}

.butto_res:hover {
     background: var(--pozadibtn-barva);
     color: #fff;
     transition: ease-in all 0.5s;
}

/** about sekce **/

.about {
     background-color:  var(--bezova);
     padding-top: 90px;
     padding-bottom: 90px;
}

.about .titlepage {
     text-align: left;
     padding-bottom: 0;
     max-width: 443px;
     width: 100%;
     float: right;
}

.about .titlepage h2 {
     margin-bottom: 35px;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
     padding-bottom: 35px;
}

.about_img {
     margin-right: 40px;
     overflow: hidden;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
     transition: all .5s;
}

.about_img figure img:hover {
     transform: scale(1.2);
}
/** konec about sekce **/

/** our_room sekce **/


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
 /* margin-left: -15px;*/
}
.our_room {
     background-color: #f4f5f7;
     padding: 90px 0 60px 0;
   
}

.our_room .titlepage {
     text-align: center;
}

.our_room .titlepage p {
     color: #121212;
     font-size: 17px;
     margin-top: 20px;
}

.our_room .room {
     text-align: center;
     background-color: #fff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
	/* border-radius: 25px;*/
}

.our_room .room .room_img {
     overflow: hidden;
	 /* border-radius: 25px 25px 0 0;*/
}

.our_room .room .room_img figure {
     margin: 0;
}

.our_room .room .room_img figure img {
     width: 100%;
     transition: all .5s;
}

.our_room .room:hover .room_img figure img{
     transform: scale(1.2);
	 
}

.our_room .room .bed_room {
     padding: 33px 30px;
}

.our_room .room .bed_room h3 {
     color: #121212;
     font-size: 25px;
     line-height: 20px;
     font-weight: 500;
     transition: ease-in all 0.5s;
     margin: auto;
}

.room:hover {
     cursor: pointer;
     box-shadow: 0px 0px 30px rgba(9, 9, 9, 0.2);
     transition: ease-in all 0.5s;
}


/** others sekce **/

.others {
     background-color:  var(--bezova);
	padding: 90px 0 60px 0;
	margin-top: 0px;
}

.others .titlepage {
     text-align: center;
}

.others .titlepage p {
     color: #121212;
     font-size: 17px;
     margin-top: 20px;
}

.others .room {
     text-align: center;
     background-color: var(--pozadi-barva);
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
	/* border-radius: 25px;*/
}

.others .room .room_img {
     overflow: hidden;
	 /* border-radius: 25px 25px 0 0;*/
}

.others .room .room_img figure {
     margin: 0;
}

.others .room .room_img figure img {
     width: 100%;
     transition: all .5s;
}

.others .room:hover .room_img figure img{
     transform: scale(1.2);
	 
}

.others .room .bed_room {
     padding: 33px 30px;
}

.others .room .bed_room h3 {
     color: #121212;
     font-size: 25px;
     line-height: 20px;
     font-weight: 500;
     transition: ease-in all 0.5s;
     margin: auto;
}



/** konec others sekce **/



/** standard sekce **/

.standard {
    background-color:  var(--bezova);
	padding: 60px 0 60px 0;
	margin-top: 0px;
}


.standard.white{
    background-color:  white;
	padding: 60px 0 60px 0;
	margin-top: 0px;
}

.standard .titlepage {
	text-align: left;
	padding-bottom: 0px;
}
.standard .titlepage h2 {
	padding-bottom:10px;
	border: 0;
	border-bottom: 4px solid var(--hlavni-barva);
}

.standard .titlepage h2::before {
	position: absolute;
	/*left:-20px;*/
	top:0px;
	left: 0; 
	transform: 0; 
	content: "";
	background-color: var(--hlavni-barva);
	width: 0px;
	height: 0px;
	transform: rotate(0deg);
}

.standard h3 {
	padding: 0px  0 5px 0;
	font-size:28px;
	font-weight:700;
	text-transform: uppercase;
	border: 0;
	border-bottom: 2px solid var(--hlavni-barva);
}
.standard p {
     color: #121212;
     margin-top: 20px;
}
.standard .cenatab {
	display: grid;
	grid-template-columns: 1fr auto; 
	gap: 0px; 
	width: 100%;
	background:white;
	
}
.standard .cenatab span {
	padding: 8px;
}
.standard .cenatab span:nth-of-type(1),
.standard .cenatab span:nth-of-type(2) {
	background: var(--pozadibtnhover-barva);
	color:white;
}
.standard ul li .fa {
	position: relative;
	top:1px;
	width: 24px;
	text-align:center;
	font-size:18px;
	color: var(--logozelena-barva);
}
.standard h2 .fa {
	width: 45px;
	text-align:center;
	font-size:40px;
	color: var(--hlavni-barva);
}
.standard h3 .fa {
	width: 34px;
	text-align:center;
	font-size:28px;
	color: var(--logozelena-barva);
}
.standard-image-top {
	/*padding-top:20px;*/
}
.standard .denni-menu ,
.standard .stale-menu ,
.standard .rezervace,
.standard .napojove-menu {
	padding: 16px 20px 18px 20px;
	border-radius: 6px;
	background: var(--pozadibtnhover-barva);
}/*
.standard .denni-menu {
	background: var(--logozelena-barva);
}
.standard .stale-menu {
	background: #b05b06;
}
.standard .napojove-menu {
	background: #0054a8;
}
.standard .rezervace {
	background: var(--hlavni-barva);
}
*/

.standard .denni-menu h4 ,
.standard .stale-menu h4 ,
.standard .rezervace h4,
.standard .napojove-menu h4 {
	font-size: 30px;
	font-weight:700;
	color:white;
	transition: color 0.5s ease-in-out;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
.standard .denni-menu:hover ,
.standard .stale-menu:hover ,
.standard .napojove-menu:hover,
.standard .rezervace:hover {
	background: var(--hlavni-barva);
	transition: ease-in all 0.5s;
	
}/*
.standard .rezervace:hover {
	background: #b05b06;
	transition: ease-in all 0.5s;
	
}*/
.standard .rezervace:hover h4,
.standard .rezervace:hover p,
.standard .denni-menu:hover h4,
.standard .denni-menu:hover p,
.standard .stale-menu:hover h4,
.standard .stale-menu:hover p,
.standard .napojove-menu:hover h4,
.standard .napojove-menu:hover p{
	color:black;
	
}
.standard .denni-menu p,
.standard .stale-menu p,
.standard .rezervace p ,
.standard .napojove-menu p {
	padding-left:33px;
	margin:0;
	color:white;
	transition: color 0.5s ease-in-out;
	font-weight:600;
}

.standard .denni-menu p span,
.standard .stale-menu p span,
.standard .napojove-menu p span {
	font-weight:300;

}
.standard .inforadek .fa {
	position: relative;
	top:2px;
	width: 30px;
	text-align:center;
	font-size:24px;

	color: var(--logozelena-barva);
}
.standard .inforadek a {
	text-decoration:underline !important;
}
.standard .inforadek a:hover {
	color: var(--hlavni-barva);
}

.parallax {
	
}
.standard.hotel,
.standard.hostel,
.standard.vylety ,
.standard.restaurace,
.standard.rezervace ,
.standard.pronajem,
.standard.kontakty,
.standard.foto {
	background-attachment: fixed;
	height:360px;
	background-size: auto; 
	background-repeat: no-repeat;
	background-position: center top 86px;
}
@media (min-width: 768px) {
	.standard.hotel {
		background-image: url(../images/bannery/vyska360px/hotel.jpg);
		
	}
	.standard.hostel {
		background-image: url(../images/bannery/vyska360px/hotel.jpg);
		
	}
	.standard.restaurace {
		background-image: url(../images/bannery/vyska360px/restaurace.jpg);
		
	}
	.standard.foto {
		background-image: url(../images/bannery/vyska360px/foto.jpg);
		
	}
	.standard.rezervace {
		background-image: url(../images/bannery/vyska360px/rezervace.jpg);
		
	}
	.standard.vylety {
		background-image: url(../images/bannery/vyska360px/vylety.jpg);
	}
	.standard.pronajem {
		background-image: url(../images/bannery/vyska360px/pronajem.jpg);
	}
	.standard.kontakty {
		background-image: url(../images/bannery/vyska360px/kontakty.jpg);
	}
}
@media (max-width: 767px) {
	.standard.hotel,
	.standard.hostel,
	.standard.vylety ,
	.standard.restaurace,
	.standard.rezervace ,
	.standard.pronajem,
	.standard.kontakty,
	.standard.foto {
		background-attachment: fixed;
		height:auto;
		background-size: auto; 
		background-repeat: no-repeat;
		background-position: center top 76px;
	}
	.standard.hotel {
		background-image: url(../images/bannery/vyska700px/hotel.jpg);
		
	}
	.standard.hostel {
		background-image: url(../images/bannery/vyska700px/hotel.jpg);
		
	}
	.standard.restaurace {
		background-image: url(../images/bannery/vyska700px/restaurace.jpg);
		
	}
	.standard.foto {
		background-image: url(../images/bannery/vyska700px/foto.jpg);
		
	}
	.standard.rezervace {
		background-image: url(../images/bannery/vyska700px/rezervace.jpg);
		
	}
	.standard.vylety {
		background-image: url(../images/bannery/vyska700px/vylety.jpg);
	}
	.standard.pronajem {
		background-image: url(../images/bannery/vyska700px/pronajem.jpg);
	}
	.standard.kontakty {
		background-image: url(../images/bannery/vyska700px/kontakty.jpg);
	}
}

.standard.rezervace .ikona .fa {
	color: var(--hlavni-barva);
}

.standard.hostel .titlepage p,
.standard.foto .titlepage p,
.standard.hotel .titlepage p,
.standard.kontakty .titlepage p,
.standard.rezervace .titlepage p,
.standard.pronajem .titlepage p,
.standard.restaurace .titlepage p,
.standard.vylety .titlepage p{
	background: rgba(238,233,223, 0.90); 
	color:black;
	padding: 20px;
	border-radius: 10px;
}
.standard.hostel .titlepage h2,
.standard.foto .titlepage h2,
.standard.hotel .titlepage h2,
.standard.kontakty .titlepage h2,
.standard.pronajem .titlepage h2,
.standard.rezervace .titlepage h2,
.standard.restaurace .titlepage h2,
.standard.vylety .titlepage h2 {
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}

/** konec standard sekce **/


/** gallery  sekce **/

.gallery_img {
    display: flex;          
    flex-wrap: wrap;         
    gap: 6px;              
    justify-content: flex-start; /
}

.gallery_img figure {
    margin: 0;               
    overflow: hidden;        
    width: 272px;            
    height: 272px;          
    transition: transform 0.3s ease;
    flex-shrink: 0;         
}

.gallery_img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;      
    transition: transform 0.3s ease;
    display: block;
}

.gallery_img figure:hover img {
    transform: scale(1.1);   
}

/** konec gallery  sekce **/


/** blog sekce **/

.blog {
     background: url(../images/bannery/banner5.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0 60px 0;
     margin-top: 00px;
}

.blog .titlepage {
     text-align: center;
}

.blog .titlepage h2 {
     color: #fff;
}

.blog .titlepage p {
     color: #fff;
     font-size: 17px;
     margin-top: 20px;
}

.blog .blog_box {
     text-align: left;
     background-color: #fff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.blog .blog_box .blog_img {
     overflow: hidden;
}

.blog .blog_box .blog_img figure {
     margin: 0;
}

.blog .blog_box .blog_img figure img {
     width: 100%;
     transition: all .5s;
}


.blog .blog_box:hover .blog_img figure img {
     transform: scale(1.2);
}

.blog .blog_box .blog_room {
     padding: 33px 30px;
     text-align: left;
}

.blog .blog_box .blog_room h3 {
     color: #121212;
     font-size: 25px;
     line-height: 20px;
     font-weight: 500;
     padding-bottom: 5px;
     transition: ease-in all 0.5s;
     margin: auto;
}

.blog .blog_box .blog_room span {
     font-size: 15px;
     color: var(--hlavni-barva);
     font-weight: bold;
     margin-bottom: 10px;
     display: block;
}

.blog .blog_box .blog_room p {
     font-size: 14px;
     line-height: 20px;
}


/** konec blog sekce **/


/** footer **/

.footer {
     background: #0f1521;
     /*margin-top: 90px;*/
     padding-top: 60px;
     padding-bottom: 30px;
     text-align: center;
}

.footer h3 {
     font-weight: 600;
     font-size: 25px;
     line-height: 24px;
     text-align: left;
     color: var(--hlavni-barva);
     margin-bottom: 15px;
     border-bottom: 3px soliid var(--hlavni-barva);
     padding-bottom: 3px;
     display: table;
}

ul.conta,
.conta li,
ol {
	margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.conta li {
     color: #fff;
     text-align: left;
     padding-bottom: 20px;
     font-size: 16px;
	 
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 20px;
}

ul.conta li a {
     color: #fff;
}


/** konec footer **/


/* ---- special --- */
.logo {
	padding:0px 0 0 30px;
}
.conta li a {
	text-decoration: underline !important;
}
.conta li a:hover {
	color: var(--hlavni-barva);
}
.ikona {
	display: inline-block;
	width: 1.5em;        /* nebo např. 20px */
	text-align: center;
}
.odkaz {
	text-decoration: underline !important;
}
.odkaz:hover {
	color: var(--hlavni-barva) !important;
}
.mapa {
	width:100%;
	height: 500px;
	border: none;
}
.odskok {
	padding-top:25px;
}
.button_sirka {
	width: 300px;
}
.stred {
	text-align:center;
	width:100%;
}

/*ul.znacky,
.znacky li,
ol.znacky {
	margin: 0px;
	padding: 0px;
	list-style: inside  square;
}*/


