html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

em {
  font-style:italic;
}

.floatright, .fright {
  float:right;
}

.greenBtn
{
	color: #FFF;
    display: inline-block;
    font-size: 17px;
    text-decoration: none;
    height: 48px;
    background: #94bf36 url("../img/more_arr.png") no-repeat calc(100% - 20px) 18px;
    padding: 14px 83px 0 23px;
    margin: 40px 0 0 0;
    font-weight: 500;
    
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.greenBtn:hover
{
	background-color: #00a349;
}

.center
{
	text-align: center;
  width:90%;
}


::-webkit-input-placeholder {
   color: #FFF;
}

:-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;  
}

:-ms-input-placeholder {  
   color: #FFF;  
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
	display: block;
}


.hidden
{
	display: none;
}

img
{
	vertical-align: bottom;
	/*display: block;*/
}

body, html 
{
	min-height: 100%;
	height: 100%;
}

strong 
{ 
	font-weight: 700; 
} 

input, 
button, 
textarea
{
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}

body 
{
	font-size: 16px;
	color: #000;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	background: #FFF;
	min-width: 1200px;
}

body a
{
	color: #a4130e;
	font-weight: 700;
}

body a:hover
{
	text-decoration: none;
}

ol, ul 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

ins 
{
	text-decoration: none;
}
del 
{
	text-decoration: line-through;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

.clear 
{
	clear: both;
} 

*
{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;  
}

.navRes
{
	display: none;
}

.contIn
{
	margin: 0 auto;
	position: relative;
	width: 1200px;
}

#upperBar
{
	/*background: url("../img/upper_bar.png") repeat-x center top;*/
  background:#f1f1f1;
	height: 80px;
	position: relative;
	z-index: 10;
}

#upperBar .lang
{
	float: left;
	position: relative;
	padding: 14px 0 0 7px;
	z-index: 10;
}

#upperBar .lang .label
{
	float: left;
	font-size: 15px;
	color: #000;
	margin: 0 15px 0 0;
	display: block;
	padding: 17px 0 0 0;
}

#upperBar .lang .inner
{
	float: left;
	background: url("../img/upper_inner.png") repeat 0 0;
	width: 67px;
	height: 52px;
	padding: 17px 0 0 12px;
	position: relative;
}

#upperBar .lang .inner .selected
{
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	display: inline-block;
	cursor: pointer;
	background: url("../img/lang_arr.png") no-repeat right 5px;
	padding: 0 18px 0 0;
	
}

#upperBar .lang .inner .innerBox
{
	position: absolute;
	left: 0;
	top: 52px;
	display: none;
	background: #2f2112;
	width: 67px;
	padding: 7px 0;
}

#upperBar .lang .inner .innerBox a
{
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	padding: 5px 0 5px 12px;
	font-weight: bold;
}


#upperBar .zrizovatel
{
	position: absolute;
	width: 100%;
	text-align: right;
}

#upperBar .zrizovatel .inner
{
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	font-size: 15px;
	padding: 8px 0 0 0;
}

#upperBar .zrizovatel .inner a
{
	/*background: url("../img/logo3.png") no-repeat 0 0;*/
	height: 0;
	overflow: hidden;
	margin: -2px 0 0 5px;
}

#header
{
	height: 137px;
	background: #FFF;	
	position: relative;
	z-index: 2;
}

#header .logo
{
	background: url("../images/luskoun-logo.png") no-repeat 0 0;
	width: 240px;
	overflow: hidden;
	height: 0;
	padding: 117px 0 0 0;
	display: block;
	float: left;
	margin: 10px 14px 0 23px;
}

#header .logo2
{
	background: url("../img/logo2.png") no-repeat 0 0;
	width: 73px;
	overflow: hidden;
	height: 0;
	padding: 76px 0 0 0;
	display: block;
	float: left;
	margin: 9px 0 0 0;
}

#header .nav
{
	float: right;
}

#header .nav .list
{
	display: inline-block;
	height: 127px;
	position: relative;
	margin: 0 24px 0 0;
}

#header .nav .list::before
{
	content: "/";
	position: absolute;
	right: -18px;
	top: 55px;
	color: #d1d1d1;
	font-size: 18px;
}

#header .nav .list:last-child
{
	margin: 0;
}

#header .nav .list:last-child::before
{
	display: none;
}

#header .nav .list:hover .href
{
	color: #a4130e;
}

#header .nav .list a.active {
  color:#a4130e;
  text-decoration:underline;
}

#header .nav .list .href
{
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	padding: 55px 0 0 0;
	display: block;
	height: 97px;
}

#header .nav .list.pos4 .subMenu,
#header .nav .list.pos5 .subMenu,
#header .nav .list.pos6 .subMenu,
#header .nav .list.pos7 .subMenu
{
	right: -57px;
	left: auto;
}

#header .nav .list:hover .subMenu
{
	display: block;
}

#header .nav .list .subMenu
{
	display: none;
	border: 3px solid #a4130e;
	padding: 24px 24px 24px 24px;
	background: #FFF;
	position: absolute;
	left: -57px;
	top: 85px;
	width: 471px;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#header .nav .list .subMenu .arrow
{
	position: absolute;
	left: 120px;
	background: url("../img/submenu_arr.png") no-repeat 0 0;
	top: -14px;
	width: 22px;
	height: 14px;
}

#header .nav .list .subMenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .nav .list .subMenu .list2
{
	float: left;
}

#header .nav .list .subMenu .list2 .href2
{
	width: 208px;
	padding: 8px 0 12px 18px;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	display: block;
	font-weight: 400;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#header .nav .list .subMenu .list2 .href2:hover
{
	background: #f2f0ec;
}

#banners
{
	position: relative;
	z-index: 1;
	height: 600px;
	overflow: hidden;
}

#banners .inner
{
	font-size: 30px;
	color: #FFF;
	width: 1200px;
	margin: 0 auto;
	padding: 140px 0 0 20px;	
}

#banners .inner .innerIn
{
	width: 360px;
}

#banners .inner strong
{
	font-size: 48px;
	display: block;
	font-weight: 600;
	margin: 0 0 18px 0;
}

#banners .contIn
{
	position: absolute;
	left: calc(50% + 300px);
	top: 0;
	width: 300px;
	margin: 0 0 0 0;
	z-index: 3;
	padding: 56px 0 0 0;
}

#banners .contIn .btn
{
	float: right;
	height: 132px;
	font-weight: 400;
	width: 300px;
	display: block;
	margin: 0 0 38px 0;
	padding: 30px 0 0 29px;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}

#banners .contIn .btn strong
{
	display: block;
	font-size: 17px;
	line-height: 30px;
	margin: 0 0 1px 0;
}

#banners .contIn .btn:hover strong
{
	text-decoration: underline;
}

#banners .contIn .btn.btn1
{
	background: url("../img/btn_zobrazitmapu.png") no-repeat 0 0;
	color: #000;
}

#banners .contIn .btn.btn2
{
	background: url("../img/btn_oteviracidoba.png") no-repeat 0 0;
	margin-bottom: 36px;
}

#banners .contIn .btn.btn3
{
	background: url("../img/btn_vstupne.png") no-repeat 0 0;
}


#banners .bx-viewport  
{
	height: 350px;
	z-index: 1;
}

#banners .bx-controls
{
	left: 50%;
	bottom: 23px;
	width: 1200px;
	padding: 0 0 0 33px;
	margin: 0 0 0 -600px;
	position: absolute;
	z-index: 2;
}

#banners .bx-controls .bx-pager-item
{
	float: left;
	margin: 0 10px 0 0;
}

#banners .bx-controls .bx-pager-item a
{
	display: block;
	overflow: hidden;
	width: 14px;
	height: 0;
	padding: 14px 0 0 0;
	display: block;
	background: url("../img/slider_pagi.png") no-repeat 0 0;
}

#banners .bx-controls .bx-pager-item a.active
{
	background: url("../img/slider_pagi.png") no-repeat 0 -14px;
}

#banners #bannersSlide .slide
{
	
	height: 599px;
	background-size: cover;
	display: block;
}

#banners #bannersSlide .slide1
{
	background: url("../images/beh-zoo-ostrava-2021.jpg") no-repeat center center;
}

#banners #bannersSlide .slide2
{
	background: url("../images/beh-zoo-ostrava-2021-pl.jpg") no-repeat center center;
}

#banners #bannersSlide .slide3
{
	background: url("../img/slide3.jpg") no-repeat center center;
}

#banners #bannersSlide .slide4
{
	background: url("../img/slide4.jpg") no-repeat center center;
}

#banners #bannersSlide .slide5
{
	background: url("../img/slide5.jpg") no-repeat center center;
}

#banners #bannersSlide .slide6
{
	background: url("../img/slide6.jpg") no-repeat center center;
}

.novinka {
  width:45%;
  float:left;
  margin-right:2em;
}

.novinka .pic img {
  max-height:100%;
}
.novinka .pic {
    height:150px;
    overflow:hidden;
}

#novinky
{
	border-bottom: 1px solid #dad6ca;
	background: #FFF;
	height: 248px;
	overflow: hidden;
}

#novinky .more
{
	position: absolute;
	left: 50%;
	top: 247px;
	background: url("../img/carousel_more.png") no-repeat center top;
	width: 170px;
	height: 22px;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
	margin: 0 0 0 -75px;
	line-height: 16px;
}

#novinky .more:hover
{
	text-decoration: underline;
}

#novinky .bx-pager
{
	display: none;
}

#novinky .bx-wrapper
{
	position: relative;
	height: 248px;	
}

#novinky .bx-controls-direction .bx-prev
{
	height: 248px;
	width: 0;
	position: absolute;
	left: -21px;
	top: 0;
	cursor: pointer;
	background: url("../img/carousel_pagi.png") no-repeat 0 0;
	display: block;
	overflow: hidden;
	padding: 0 0 0 22px;
}

#novinky .bx-controls-direction .bx-next
{
	height: 248px;
	width: 0;
	position: absolute;
	right: -21px;
	top: 0;
	cursor: pointer;
	background: url("../img/carousel_pagi.png") no-repeat 0 -250px;
	display: block;
	overflow: hidden;
	padding: 0 0 0 22px;
}

#novinky .item
{
	float: left;
	width: 399px;
	height: 248px;
	border-right: 1px solid #dad6ca;
	padding: 38px 0 0 115px;
	position: relative;
}

#novinky .item .date
{
	position: absolute;
	left: 25px;
	top: 29px; 
	width: 80px;
	text-align: center;	
}
#novinky .item .date .day
{
	font-size: 45px;
	color: #a4130e;
	display: block;
	font-weight: 700;
}

#novinky .item .date .month
{
	font-size: 23px;
	color: #000;
	display: block;
	margin: -7px 0 0 0;
}

#novinky .item .date .year
{
	font-size: 16px;
	color: #a39a7d;
	display: block;
}

#novinky .item .info
{
	width: 270px;
}

#novinky .item .info .name
{
	font-size: 25px;
	color: #a4130e;
	font-weight: 300;
	line-height: 27px;
	margin: 0 0 14px 0;
	display: block;
	height: 54px;
	overflow: hidden;
}

#novinky .item .info .text
{
	line-height: 20px;
	color: #000;
	height: 100px;
	overflow: hidden;
}

#novinky .item .info .celaNovinka
{
	display: block;
	text-decoration: none;
	text-align: right;
	color: #a4130e;
	font-weight: normal;
}

#novinky .item .info .celaNovinka:hover
{
	text-decoration: underline;
}

#expozice
{
	background: #f2f0ec url("../img/expozice_bg.png") no-repeat center bottom;
	padding: 39px 0 80px 0;	

}


#expozice ul {
list-style:inside none disc;
  margin-bottom:20px;
  margin-left:20px;
  line-height:1.5;
}

#expozice p {
  margin-bottom:1em;
}

#expozice h3 {
  color: #000;
    font-size: 20px;
    font-weight: 100;
    margin: 0 0 38px;
    text-align: center;
}

#expozice .item .maska
{
	position: absolute;
	left: 0;
	top: 102px;
	width: 220px;
	height: 94px;
	display: block;
	background: url("../img/expozice_maska.png") no-repeat 0 0;
}

#expozice.podstrana
{
	background: none;
	padding: 0;
}

#expozice .precteteSi
{
	display: block;
	position: absolute;
	right: 0;
	bottom: -45px;
	width: 244px;
	height: 75px;
	background: url("../img/sloni_denik.png") no-repeat 0 0;
	color: #000000;
	text-decoration: none;
	font-size: 19px;
	padding: 14px 0 0 21px;
	text-align: center;
	line-height: 22px;
	font-weight: 300;
}

#expozice .precteteSi span
{
	display: block;
	color: #a4130e;
	font-weight: 700;
	text-decoration: underline;	
}

#expozice .precteteSi:hover span
{
	text-decoration: none;
}

#expozice .title
{
	text-align: center;
	font-size: 32px;
	color: #000;
	margin: 0 0 38px 0;
	font-weight: 300;
}

#expozice .more:hover
{
	text-decoration: none;
}

#expozice .item
{
	background: url("../img/expozice_item.png") no-repeat 0 0;
	width: 222px;
	height: 310px;	
	text-decoration: none;
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin: 0 9px 34px 9px;
}

#expozice.podstrana .item
{
	margin-left: 8px;
	margin-right: 8px;
}

#expozice .item:hover
{
	background-position: 0 -310px;
}

#expozice .item:hover .text
{
	color: #FFF;
}


#expozice .item img
{
	border: none;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#expozice .item .text
{
	position: absolute;
	text-align: center;
	color: #000;
	left: 0;
	font-weight: 400;
	width: 100%;
	top: 156px;
  /*bottom:90px;*/
	padding: 0 10px;
	font-size: 15px;
	
}

#expozice .item .text strong
{          
	color: #FFF;
	font-size: 22px;
	display: block;
	margin: 0 0 22px 0;
}

#expozice .item .text strong.posun {
  margin-top:-25px;
}

#expozice .item .text strong.posun2 {
  margin-top:-50px;
}

#pomahame
{
	background: #dad6ca;
	padding: 0 0 79px 0;
}

#pomahame .title
{
	text-align: center;
	font-size: 32px;
	color: #000;
	margin: 0 0 37px 0;
	font-weight: 300;
}

#pomahame .item
{
	height: 147px;
	position: relative;
	display: block;
	background: #FFF;
	margin: 0 0 10px 0;
	padding: 20px 0 0 36px;
	text-decoration: none;
	box-shadow: 1px 1px 2px #c5c0af;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#pomahame .item:hover .text strong
{ 
	text-decoration: underline;
}

#pomahame .item img
{
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	z-index: 1;
	
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#pomahame .text
{
	position: relative;
	z-index: 2;
	display: block;
	font-size: 17px;
	color: #000;
	font-weight: 400;
}

#pomahame .text strong
{
	font-size: 27px;
	color: #a4130e;
	font-weight: 500;
	margin: 0 0 11px 0;
	display: block;
}

#pomahame .more:hover
{
	text-decoration: none;
}


#zooOstrava
{
	height: 638px;
	background: url("../img/about_bg.jpg") no-repeat center top;
	color: #FFF;
	padding: 63px 0 0 0;
}

#zooOstrava .inner
{
	width: 700px;
}

#zooOstrava .title
{
	font-weight: 700;
	font-size: 40px;
	margin: 0 0 32px 0;
}

#zooOstrava .title span
{
	font-weight: 300;
	display: block;
}

#zooOstrava .text
{
	font-size: 17px;
	margin: 0 0 37px 0;
	line-height: 24px;	
}

#zooOstrava .item
{
	float: left;
	width: 208px;
	padding: 0 0 0 83px;
	min-height: 69px;
	margin: 0 0 31px 0;
}

#zooOstrava .item .inner
{
	position: relative;
	height: 69px;
	vertical-align: middle;
	display: table-cell;
	font-weight: 500;
	line-height: 17px;
	font-size: 15px;
}

#zooOstrava .more
{
	margin: 19px 32px 0 0;
	float: left;
}

#zooOstrava .dog
{
	background: url("../img/ico_dog.png") no-repeat 0 2px;
	padding: 5px 0 0 53px;
	min-height: 42px;
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
	margin: 19px 0 0 0;
}

#zooOstrava .dog span
{
	display: block;
	font-weight: 300;
	text-decoration: underline;
	padding: 1px 0 0 0;
}

#zooOstrava .dog:hover span
{
	text-decoration: none;
}

#zooOstrava .item.item1 { background: url("../img/prebalovaci.png") no-repeat 0 0; }
#zooOstrava .item.item2 { background: url("../img/ohrev.png") no-repeat 0 0; }
#zooOstrava .item.item3 { background: url("../img/zapujceni_voziku.png") no-repeat 0 0; }
#zooOstrava .item.item4 { background: url("../img/detske_hriste.png") no-repeat 0 0; }
#zooOstrava .item.item5 { background: url("../img/moznost_zapujceni.png") no-repeat 0 0; }
#zooOstrava .item.item6 { background: url("../img/jizda_vlackem.png") no-repeat 0 0; }



#footer
{
	padding: 45px 0 0 0;
	background: #FFF;
}

#footer .contIn
{
	padding: 0 0 0 36px;
}

#footer .col
{
	width: 247px;
	float: left;
}

#footer .colbig
{
	width: 496px;
	float: left;
}

#footer .col.col1
{
	margin-right: 50px;
}

#footer .col.col1 .fb-page
{
	margin: 0 0 5px 0;
}

#footer .col.col2
{
	margin-right: 44px;	
	line-height: 25px;
	font-weight: 300;
}

#footer .col.col2 a
{
	color: #a4130e;
	text-decoration: underline;
}

#footer .col.col2 a:hover
{
	text-decoration: none;
}

#footer .col.col2 strong
{
	font-weight: 700;
}

#footer .col.col3
{
	margin-right: 55px;
	text-align: center;
}

#footer .col.col3 .title
{
	text-align: left;
}

#footer .col.col4
{
	text-align: left;
}

#footer .col.col4 img
{
	margin: 0 0 30px 0;
}

#footer .col.col3 img,
#footer .col.col4 img
{
	display: inline-block;
	vertical-align: middle;
}

#footer .col .title
{
	font-size: 18px;
	font-weight: 300;
	border-bottom: 3px solid #dad6ca;
	padding: 0 0 21px 0;
	margin: 0 0 25px 0;
}

#head
{
	background: #f2f0ec;
	position: relative;
	z-index: 1;
}

.mainTitle
{
	background: url("../img/maintitle_bg.jpg") repeat-x center 0;	
	width: 100%;
	position: relative;
	height: 121px;
	padding: 32px 0 0 0;
	overflow: hidden;
}

.mainTitle img
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.mainTitle h1
{
	margin: 0 auto;
	color: #FFF;
	font-size: 48px;
	font-weight: 700;
	z-index: 2;
	width: 1200px;
	position: relative;
}

#head .page
{
	width: 1200px;
	margin: 0 auto;
	position: relative;	
}

#page .rightPanel
{
	float: right;
	width: 206px;
	background: #FFF;
	border-left: 1px solid #dad6ca;
	border-bottom: 1px solid #dad6ca;
	padding: 44px 0 43px 30px;
	
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-left-radius: 12px;
}

#page .rightPanel .rightMenu
{
}

#page .rightPanel .rightMenu li
{
	position: relative;
	margin: 0 0 12px 0;
}

#page .rightPanel .rightMenu li.active a
{
	font-weight: 700;
}

#page .rightPanel .rightMenu li.active .arr
{
	display: block;
}

#page .rightPanel .rightMenu li a
{
	font-size: 19px;
	color: #a4130e;
	font-weight: 400;
}

#page .rightPanel .rightMenu li a:hover
{
	text-decoration: none;
}

#page .rightPanel .rightMenu li .arr
{
	display: none;
	background: url("../img/rightmenu_arr.png") no-repeat 0 0;
	width: 22px;
	height: 77px;
	position: absolute;
	left: -52px;
	top: -27px;
}

#page .rightPanel
{
}

#page .rightPanel
{
}

#page .leftPanel
{
	float: left;
  /*
	width: 860px;
	width: 954px;
  */
  width:100%;
	padding: 45px 0 46px 0;
}
#page .leftPanel ol {
 list-style-type:decimal;
 font-size:28px;
 margin-left:28px;
}
#page .leftPanel h1 {
  font-size:42px;
  margin-bottom:1em;
}

#page .leftPanel p {
  margin-bottom:1em;
}

#page .leftPanel.noPanel
{
	width: 100%;
	float: none;
}

#page .leftPanel .oteviraciDoba
{
	padding: 0 0 53px 0;
	border-bottom: 1px solid #dad6ca;
	margin: 0 0 30px 0;
}

#page .leftPanel .oteviraciDoba h2
{
	font-size: 32px;
	color: #000;
	margin: 0 0 5px 0;
}

#page .leftPanel .oteviraciDoba h3
{
	font-size: 18px;
	color: #a4130e;
	margin: 0 0 43px 0;
	font-weight: 700;
}

#page .leftPanel .oteviraciDoba .item
{
	float: left;
	border-right: 1px solid #dbd7cc;
	border-bottom: 1px solid #dbd7cc;
	width: 199px;
	height: 141px;
	background: #FFF;
	margin: 0 19px 36px 0;
	text-align: center;
	font-size: 15px;
	color: #000;
	line-height: 16px;
	padding: 30px 0 0 0;
	position: relative;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#page .leftPanel .oteviraciDoba .item.last
{
	margin-right: 0;
}

#page .leftPanel .oteviraciDoba .item .title
{
	font-size: 18px;
	font-weight: 700;
	color: #a4130e;
	line-height: 19px;
	margin: 0 0 16px 0;
	height: 38px;
}

#page .leftPanel .oteviraciDoba .item.tip
{
	border: 3px solid #a4130e;
	
}

#page .leftPanel .oteviraciDoba .item.tip .arr
{
	position: absolute;
	top: -17px;
	width: 34px;
	height: 34px;
	left: 50%;
	margin: 0 0 0 -17px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	background: #a4130e;
	text-align: center;
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	padding: 9px 0 0 0;
}

#page .leftPanel .oteviraciDoba .info
{
	background: url("../img/ico_info.png") no-repeat 0 0;
	min-height: 20px;
	padding: 0 0 0 29px;
	color: #000000;
	font-size: 15px;	
}

#page .leftPanel .vstupne
{
	border-bottom: 1px solid #dad6ca;
	padding: 0 0 52px 0;
}

#page .leftPanel .vstupne .left
{
	float: left;
}

#page .leftPanel .vstupne .left h2
{
	font-size: 32px;
	color: #000000;
	margin: 0 0 5px 0;
}

#page .leftPanel .vstupne .left .seasons
{
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #a4130e;
}

#page .leftPanel .vstupne .right
{
	float: right;
	padding: 24px 0 0 0;
}

#page .leftPanel .vstupne .right .vyberte,#page .leftPanel .vstupne .right .vyberte_en ,#page .leftPanel .vstupne .right .vyberte_pl
{
	float: left;
	background: url("../img/vyberte_kategorii.png") no-repeat 0 0;
	width: 132px;
	height: 55px;
	margin: 9px 23px 0 0;
}

#page .leftPanel .vstupne .right .vyberte_en
{
	background: url("../img/vyberte_kategorii_en.png") no-repeat 0 0;
}

#page .leftPanel .vstupne .right .vyberte_pl
{
	background: url("../img/vyberte_kategorii_pl.png") no-repeat 0 0;
}

#page .leftPanel .vstupne .right .select
{
	float: left;
	background: #0e984b;
	cursor: pointer;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#page .permice_info{
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
}

#page .leftPanel .vstupne .right .select .text
{
	width: 262px;
	height: 70px;
	font-size: 18px;
	color: #FFF;
	padding: 23px 0 0 29px;
	background: url("../img/arr_down.png") no-repeat 177px 30px;
	background-position: right;
	margin-right: 10px;
}

#page .leftPanel .vstupne .right .select .inner
{
	display: none;  
	padding: 0 0 10px 0;
}

#page .leftPanel .vstupne .right .select .inner .option
{
	color: #FFF;
	font-size: 16px;
	padding: 5px 0 5px 29px;
}

#page .leftPanel .vstupne .permice
{
	text-align: center;
	padding: 63px 0 63px 0;
}

#page .leftPanel .vstupne .permice_info
{
	display:none;
	margin-top: 40px;
}
#page .leftPanel .vstupne .permice_info_1{
	display:block;
}

#page .leftPanel .vstupne .permice_info h2{
	color:#0e984b;
}

#page .leftPanel .vstupne .permice .item
{
	display: inline-block;
	vertical-align: top;
	width: 240px;
	margin: 0 0 30px 0;
}

#page .leftPanel .vstupne .permice .item
{
	padding: 60px 0 0 0;
}

#page .leftPanel .vstupne .permice .item.item1
{
	background: url("../img/ico_letni.png") no-repeat center top;
}

#page .leftPanel .vstupne .permice .item.item2
{
	background: url("../img/ico_zimni.png") no-repeat center top;
}

#page .leftPanel .vstupne .permice .item.item3
{
	background: url("../img/ico_perma.png") no-repeat center top;
}

#page .leftPanel .vstupne .permice .item .title
{
	font-size: 18px;
	color: #a39a7d;
}

#page .leftPanel .vstupne .permice .item .obdobi
{
	font-size: 24px;
	font-weight: 700;
	color: #0e984b;
	margin: -4px 0 0 0;
}

#page .leftPanel .vstupne .permice .item .price
{
	font-size: 24px;
	font-weight: 700;
	margin: 9px 0 0 0;
}

#page .leftPanel .vstupne .pozn
{
	 
	font-size: 15px;
	color: #000;
	 
	line-height: 22px;
	margin: 0 0 30px 0;
}

#page .leftPanel .vstupne .zakaz
{
	background: url("../img/zakaz_psu.png") no-repeat 0 0;
	padding: 19px 0 0 62px;
	min-height: 52px;
	font-size: 16px;
}
#page .leftPanel .vstupne .zakaz2
{
	background: url("../img/zakaz_kol.png") no-repeat 0 0;
	padding: 19px 0 0 62px;
	min-height: 52px;
	font-size: 16px;
}

#page .leftPanel .ostatni
{
	padding: 63px 0 0 0;
}

#page .leftPanel .ostatni .parkovne
{                                      	
	float: left;
	width: 400px;
	padding: 0 0 0 10px;
}

#page .leftPanel .ostatni .parkovne .title,
#page .leftPanel .ostatni .jizdaVlackem .title
{
	font-size: 32px;
	margin: 0 0 40px 0;
}

#page .leftPanel .ostatni .parkovne ul,
#page .leftPanel .ostatni .jizdaVlackem ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#page .leftPanel .ostatni .parkovne ul li,
#page .leftPanel .ostatni .jizdaVlackem ul li
{
	background: url("../img/green_dot.png") no-repeat 0 6px;
	padding: 0 0 0 19px;
	font-size: 15px;
	margin: 0 0 14px 0;
}

#page .leftPanel .ostatni .jizdaVlackem
{
	float: right;
	width: 400px;
}

#page .leftPanel .ostatni .jizdaVlackem .title
{
	
}

#page .leftPanel .ostatni .zajimavosti
{
	padding: 60px 0 0 0;
}

#page .leftPanel .ostatni .zajimavosti .item
{
	display: block;
	height: 114px;
	background: #FFF;
	position: relative;
	margin: 0 0 17px 0;
	border-bottom: 1px solid #dbd7cc;
	border-bottom: 1px solid #dbd7cc;
	font-size: 27px;
	color: #a4130e;
	font-weight: 700;
	text-decoration: none;
	padding: 37px 0 0 35px;
	
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#page .leftPanel .ostatni .zajimavosti .item .arr
{
	background: url("../img/ostatni_arr.png") no-repeat 0 0;
	position: absolute;
	right: 33px;
	top: 33px;
	display: block;
	width: 46px;
	height: 46px;
}

#page .leftPanel .ostatni .zajimavosti .item1 { background: #FFF url("../img/ostatni1.png") no-repeat right top; }
#page .leftPanel .ostatni .zajimavosti .item2 { background: #FFF url("../img/ostatni2.png") no-repeat right top; }
#page .leftPanel .ostatni .zajimavosti .item3 { background: #FFF url("../img/ostatni3.png") no-repeat right top; }
#page .leftPanel .ostatni .zajimavosti .item4 { background: #FFF url("../img/ostatni4.png") no-repeat right top; }
#page .leftPanel .ostatni .zajimavosti .item5 { background: #FFF url("../img/ostatni5.png") no-repeat right top; }
#page .leftPanel .ostatni .zajimavosti .item6 { background: #FFF url("../img/ostatni6.png") no-repeat right top; }

#page .leftPanel .ostatni .zajimavosti .item.newsletter
{
	padding-top: 31px;
}

#page .leftPanel .ostatni .zajimavosti .item.newsletter .label
{
	float: left;
	padding: 5px 48px 0 0;
}

#page .leftPanel .ostatni .zajimavosti .item.newsletter input[type=text]
{
	float: left;
	background: #f2f0ec;
	width: 217px;
	height: 47px;
	border: 1px solid #dad6ca;
	padding: 0 0 0 20px;
	margin: 0 11px 0 0;
	font-size: 14px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#page .leftPanel .ostatni .zajimavosti .item.newsletter input[type=text]::-webkit-input-placeholder {
   color: #000;
}

#page .leftPanel .ostatni .zajimavosti .item.newsletter input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

#page .leftPanel .ostatni .zajimavosti .item.newsletter input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

#page .leftPanel .ostatni .zajimavosti .item.newsletter input[type=text]:-ms-input-placeholder {  
   color: #000;  
}

#page .leftPanel .ostatni .zajimavosti .item.newsletter button
{
	float: left;
	cursor: pointer;
	border: none;
	background: #a4130e;
	text-align: left;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#page .leftPanel .ostatni .zajimavosti .item.newsletter button span
{
	width: 138px;
	height: 46px;
	display: block;
	font-size: 15px;
	color: #FFF;
	font-weight: 700;
	padding: 13px 0 0 10px;
	background: url("../img/arr_right.png") no-repeat 111px 18px;
}

.knihaPrispevek
{
	min-height: 151px;
	background: #FFF;
	position: relative;
	border-bottom: 1px solid #dbd7cc;
	border-right: 1px solid #dbd7cc;
	padding: 31px 20px 31px 145px;
	font-size: 14px;
	margin: 0 0 10px 0;
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.knihaPrispevek .name
{
	font-size: 16px;
	color: #a4130e;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
}

.knihaPrispevek .date
{
	color: #a39a7d;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	padding: 2px 0 0 10px;
}

.knihaPrispevek .text
{
	line-height: 20px;
	padding: 6px 0 0 0;
}

.knihaPrispevek .pic
{
	position: absolute;
	top: 32px;
	left: 30px;
	width: 81px;
	height: 81px;
	
	border-radius: 41px;
	-moz-border-radius: 41px;
	-webkit-border-radius: 41px;
}

.knihaOdpoved
{
	padding: 5px 0 0 78px;
	position: relative;
	margin: 0 0 10px 0;
	min-height: 33px;
}

.knihaOdpoved img
{
	position: absolute;
	left: 0;
	top: 0;
}

.knihaOdpoved
{
}

#content.subpage .leftPanel h2 
{
	font-size: 32px;
	color: #000;
	margin: 0 0 15px 0;
}

#content.subpage .leftPanel h3 
{
	font-size: 20px;
	color: #a4130e;
	font-weight: 700;
	margin: 0 0 15px 0;
}

#content.subpage .leftPanel p
{
	margin: 0 0 15px 0;
	font-size: 17px;
}

#content.subpage .leftPanel ul 
{
	padding: 0 0 0 15px;
}

#content.subpage .leftPanel ul li
{
	background: url("../img/green_dot.png") no-repeat 0 6px;
	padding: 0 0 0 19px;
	font-size: 15px;
	margin: 0 0 14px 0;
}

#content.subpage .leftPanel ul 
{
}

.navstevniKniha
{
	background: url("../img/navstevni_kniha_bg.png") no-repeat 0 0;
	width: 860px;
	height: 482px;
	padding: 31px 0 0 38px;
	margin: 0 0 10px 0;	
}

.listovani
{
	margin: 0 0 10px 0;
}

.listovani .strana
{
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: top;
	height: 24px;
	line-height: 24px;
	color: #4b4b4d; 
}

.listovani a,
.listovani span,
.listovani .active
{
	display: inline-block;
	margin: 0 3px;
	vertical-align: top;
	padding: 0 10px;
	background: #FFF;
	height: 24px;
	color: #4b4b4d;
	line-height: 24px;
	text-decoration: none;
	font-weight: 400;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


.listovani a:hover
{
	text-decoration: underline;
}

.listovani .active
{
	font-weight: 700;	
}

.navstevniKniha .row
{
	margin: 0 0 19px 0;
}

.navstevniKniha .row .label
{
	float: left;
	width: 140px;
	font-size: 15px;
	color: #000;
	padding: 15px 0 0 0;
}

.navstevniKniha .row input[type=text],
.navstevniKniha .row textarea
{
	float: left;
	width: 297px;
	height: 47px;
	background: #f2f0ec;
	border: 1px solid #dad6ca;
	padding: 0 10px;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.navstevniKniha .row input[name=captcha]
{
	width: 180px;
}

.navstevniKniha .row textarea
{
	height: 157px;
	padding: 14px 10px;
}

.navstevniKniha .obr
{
	float: left;
	cursor: pointer;
	border: none;
	background: #FFF;
	text-align: left;
	border: 1px solid #dad6ca;
	margin: 0 20px 0 140px;
	height: 48px;
	width: 138px;
	font-size: 15px;
	background: url("../img/ico_plus.png") no-repeat 106px 16px;
	padding: 1px 0 0 10px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.navstevniKniha .submit
{
	float: left;
	cursor: pointer;
	border: none;
	background: #a4130e;
	text-align: left;	
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.navstevniKniha .submit span
{
	width: 138px;
	height: 46px;
	display: block;
	font-size: 15px;
	color: #FFF;
	font-weight: 700;
	padding: 13px 0 0 10px;
	background: url("../img/arr_right.png") no-repeat 111px 18px;
}

.fotogalerie-nahledy
{
	font-size: 0;
}

#content.subpage .leftPanel .fotogalerie-nahledy a
{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
	border: 3px solid #dad6ca;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#content.subpage .leftPanel .fotogalerie-nahledy a img
{
	width: 195px;
	height: 130px;
}

#content.subpage .leftPanel .ramecek-novinka
{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3);
	background: #FFF;
}

#content.subpage .leftPanel .ramecek-novinka h2 a
{
	font-size: 25px;
	color: #a4130e;
	font-weight: 300;
	line-height: 27px;
	margin: 0 0 14px 0;
	display: block;
}

#content.subpage .leftPanel .ramecek-novinka .vice
{
	display: block;
	text-decoration: none;
	text-align: right;
	color: #a4130e;
	font-weight: 400;
}

#content.subpage .leftPanel .ramecek-novinka .vice:hover
{
	text-decoration: underline;
}

#content.subpage .leftPanel .ramecek-novinka .pic img
{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	border: 2px solid #dad6ca;
}

#content.subpage .leftPanel .ramecek-novinka .text
{
	margin: 0 0 10px 0;
}

#content.subpage .leftPanel .ramecek-novinka p .datum
{
	font-size: 13px;
	margin: 0 0 5px 0;
	font-style: italic;
}

#content.subpage .leftPanel .ramecek-novinka.druha
{
	margin-left: 10px;
	margin-right: 0;
}

.novinkaDetail
{
}

.novinkaDetail  .datum
{
 /* font-weight:bold;*/
  font-style:italic;
  margin-bottom:1em;
}

.novinkaDetail .divfoto
{
	display: inline;
}

.novinkaDetail .divfoto img
{
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    
    border: 4px solid #dad6ca;
}

.novinkaDetail .dalsiNovinky
{
}

.novinkaDetail .dalsiNovinky .title
{
	font-size: 24px;
	margin: 0 0 15px 0;
}

.novinkaDetail .dalsiNovinky p
{
	line-height: 24px;
}

#mapaZoo
{
	background: #FFF;
	padding: 55px 0 45px 0;
}

#mapaZoo .head
{
	height: 43px;
}

#mapaZoo .head .title
{
	float: left;
	font-size: 28px;
	font-weight: 300;
	padding: 0 40px 0 25px;
	margin: -9px 0 0 0;
}

#mapaZoo .head .item
{
	float: left;
	height: 43px;
	background: #dad6ca;
	padding: 14px 20px 0 20px;
	cursor: pointer;
	margin: 0 9px 0 0;
	color: #000;
	font-size: 15px;
	font-weight: 300;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#mapaZoo .head .item.active
{
	background: #FFF;
	border: 1px solid #dad6ca;
	border-bottom: none;
	height: 44px;
	font-weight: 600;
}

#mapaZoo .body
{
	border: 1px solid #dad6ca;
	padding: 33px 0 33px 0;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#mapaZoo .body .item
{
	display: none;
}

#mapaZoo .body .mapa .objekt
{
	display: none;
}

#mapaZoo .body .zoologicka .mapa
{
	background: url("../img/mapa/mapa_bg.png") no-repeat 0 0;
	width: 928px;
	height: 512px;
	margin: 0 auto 45px auto;
	position: relative;
}

#mapaZoo .body .botanicka .mapa
{
	background: url("../img/mapa/mapa_bg.png") no-repeat 0 0;
	width: 928px;
	height: 512px;
	margin: 0 auto 45px auto;
	position: relative;
}

#mapaZoo .body .botanicka .mapa .popisy
{
	
}

#mapaZoo .body .mapa .popis
{
	position: absolute;
	background: #FFF;
	padding: 10px;
	max-width: 200px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #000;
	border: 1px solid #a4130e;
	display: none;
	font-size: 15px;	
	z-index: 10;
}

#mapaZoo .body .mapa .popis .title
{
	color: #a4130e;
	font-size: 17px;
}

#mapaZoo .body .botanicka .mapa .objekty
{
	
}

#mapaZoo .body .mapa .objekty img 
{
	position: absolute;
	z-index: 2;
	cursor: pointer;
}


#mapaZoo .body .mapa .objekty img[data-i="b1"] { left: 70px; top: 205px; }
#mapaZoo .body .mapa .objekty img[data-i="b1"][data-img="2"] { left: 385px; top: 295px; }
#mapaZoo .body .mapa .objekty img[data-i="b2"] { left: 756px; top: 176px; z-index: 1; }
#mapaZoo .body .mapa .objekty img[data-i="b3"] { left: 86px; top: 94px; z-index: 1; }
#mapaZoo .body .mapa .objekty img[data-i="b4"] { left: 158px; top: 346px; z-index: 1; }
#mapaZoo .body .mapa .objekty img[data-i="b5"] { left: 100px; top: 224px; }
#mapaZoo .body .mapa .objekty img[data-i="b7"] { left: 635px; top: 325px; }
#mapaZoo .body .mapa .objekty img[data-i="b8"] { left: 52px; top: 250px; }
#mapaZoo .body .mapa .objekty img[data-i="b8"][data-img="2"] { left: 234px; top: 289px; }
#mapaZoo .body .mapa .objekty img[data-i="b10"] { left: 467px; top: 318px; }
#mapaZoo .body .mapa .objekty img[data-i="b11"] { left: 825px; top: 261px; }
#mapaZoo .body .mapa .objekty img[data-i="b12"] { left: 272px; top: 270px; }
#mapaZoo .body .mapa .objekty img[data-i="b14"] { left: 260px; top: 444px; }
#mapaZoo .body .mapa .objekty img[data-i="b15"] { left: 129px; top: 236px; }
#mapaZoo .body .mapa .objekty img[data-i="b15"][data-img="2"] { left: 273px; top: 300px; }
#mapaZoo .body .mapa .objekty img[data-i="b17"] { left: 615px; top: 458px; }
#mapaZoo .body .mapa .objekty img[data-i="b18"] { left: 501px; top: 349px; }
#mapaZoo .body .mapa .objekty img[data-i="b18"][data-img="2"] { left: 539px; top: 248px; }
#mapaZoo .body .mapa .objekty img[data-i="b18"][data-img="3"] { left: 649px; top: 360px; }
#mapaZoo .body .mapa .objekty img[data-i="b18"][data-img="4"] { left: 745px; top: 159px; }
#mapaZoo .body .mapa .objekty img[data-i="b19"] { left: 238px; top: 260px; }
#mapaZoo .body .mapa .objekty img[data-i="b21"] { left: 428px; top: 304px; }
#mapaZoo .body .mapa .objekty img[data-i="b23"] { left: 303px; top: 279px; }
#mapaZoo .body .mapa .objekty img[data-i="b24"] { left: 347px; top: 458px; }

#mapaZoo .body .mapa .objekty img[data-i="z1"] { left: 60px; top: 164px; }
#mapaZoo .body .mapa .objekty img[data-i="z2"] { left: 69px; top: 223px; }
#mapaZoo .body .mapa .objekty img[data-i="z3"] { left: 139px; top: 280px; }
#mapaZoo .body .mapa .objekty img[data-i="z4"] { left: 197px; top: 294px; }
#mapaZoo .body .mapa .objekty img[data-i="z4i"] { left: 666px; top: 164px; }
#mapaZoo .body .mapa .objekty img[data-i="z5"] { left: 745px; top: 158px; }
#mapaZoo .body .mapa .objekty img[data-i="z6"] { left: 373px; top: 122px; }
#mapaZoo .body .mapa .objekty img[data-i="z7"] { left: 887px; top: 68px; }
#mapaZoo .body .mapa .objekty img[data-i="z8"] { left: 815px; top: 192px; }
#mapaZoo .body .mapa .objekty img[data-i="z8"][data-img="2"] { left: 865px; top: 125px; }
#mapaZoo .body .mapa .objekty img[data-i="z9"] { left: 789px; top: 58px; }
#mapaZoo .body .mapa .objekty img[data-i="z10"] { left: 548px; top: 401px; }
#mapaZoo .body .mapa .objekty img[data-i="z11"] { left: 510px; top: 362px; }
#mapaZoo .body .mapa .objekty img[data-i="z12"] { left: 580px; top: 350px; }
#mapaZoo .body .mapa .objekty img[data-i="z12i"] { left: 550px; top: 378px; }
#mapaZoo .body .mapa .objekty img[data-i="z13"] { left: 659px; top: 218px; }
#mapaZoo .body .mapa .objekty img[data-i="z14"] { left: 286px; top: 250px; }
#mapaZoo .body .mapa .objekty img[data-i="z15"] { left: 298px; top: 349px; }
#mapaZoo .body .mapa .objekty img[data-i="z16"] { left: 322px; top: 258px; }
#mapaZoo .body .mapa .objekty img[data-i="z17"] { left: 341px; top: 325px; }
#mapaZoo .body .mapa .objekty img[data-i="z18"] { left: 347px; top: 232px; }
#mapaZoo .body .mapa .objekty img[data-i="z19"] { left: 387px; top: 221px; }
#mapaZoo .body .mapa .objekty img[data-i="z20"] { left: 405px; top: 251px; }
#mapaZoo .body .mapa .objekty img[data-i="z21"] { left: 447px; top: 339px; }
#mapaZoo .body .mapa .objekty img[data-i="z22"] { left: 430px; top: 282px; }
#mapaZoo .body .mapa .objekty img[data-i="z23"] { left: 442px; top: 311px; }
#mapaZoo .body .mapa .objekty img[data-i="z24"] { left: 501px; top: 316px; }
#mapaZoo .body .mapa .objekty img[data-i="z25"] { left: 470px; top: 266px; }
#mapaZoo .body .mapa .objekty img[data-i="z26"] { left: 515px; top: 246px; }
#mapaZoo .body .mapa .objekty img[data-i="z27"] { left: 540px; top: 217px; }
#mapaZoo .body .mapa .objekty img[data-i="z28"] { left: 569px; top: 308px; }
#mapaZoo .body .mapa .objekty img[data-i="z29"] { left: 662px; top: 302px; }
#mapaZoo .body .mapa .objekty img[data-i="z30"] { left: 510px; top: 59px; }
#mapaZoo .body .mapa .objekty img[data-i="z31"] { left: 672px; top: 108px; }
#mapaZoo .body .mapa .objekty img[data-i="z32"] { left: 682px; top: 372px; }
#mapaZoo .body .mapa .objekty img[data-i="z33"] { left: 535px; top: 457px; }
#mapaZoo .body .mapa .objekty img[data-i="z34"] { left: 108px; top: 245px; }
#mapaZoo .body .mapa .objekty img[data-i="z35"] { left: 85px; top: 284px; }
#mapaZoo .body .mapa .objekty img[data-i="z36"] { left: 115px; top: 320px; }
#mapaZoo .body .mapa .objekty img[data-i="z37"] { left: 40px; top: 238px; }
#mapaZoo .body .mapa .objekty img[data-i="z38"] { left: 440px; top: 230px; }



#mapaZoo .body .seznam
{
	padding: 0 0 0 37px;
}

#mapaZoo .body .seznam ul
{
	float: left;
	width: calc(100% / 4);
}

#mapaZoo .body .seznam ul li
{
	margin: 0 0 4px 0;
}

#mapaZoo .body .seznam ul li a
{
	font-size: 17px;
	color: #000000;
	text-decoration: none;
	font-weight: 300;
	background: url("../img/seznam_dot.png") no-repeat 0 7px;
	padding: 0 0 0 15px;
}

#mapaZoo .body .seznam ul li a:hover
{
	text-decoration: underline;
}

.divfoto
{
	float: left;
	margin: 0 20px 20px 0;
}

#soubory-download a
{
	display: block;
	margin: 0 0 5px 0;
	text-decoration: none;
}

#soubory-download a:hover
{
	text-decoration: underline;
}

#soubory-download a span
{
	font-weight: 400;	
	color: #000;
}





#formularadopce
{
}

#formularadopce .row
{
	margin: 0 0 7px 0;
}

#formularadopce .row .label
{
	float: left;
	padding: 3px 0 0 0;
	width: 110px;
}

#formularadopce .row input[type="text"],
#formularadopce .row textarea,
#formularadopce .row select
{
	float: left;
	width: 220px;
	padding: 0 5px;
	height: 24px;
	margin-left:5px;
	margin-right:5px;
}

#formularadopce .row textarea
{
	height: 80px;
	padding: 3px 5px;
	width: 560px;
}



#formularadopce .row
{
}

#formularadopce .row
{
}

/*adpoce ala nav kniha */

#formularadopce 
{
	background: url("../img/navstevni_kniha_bg.png") no-repeat 0 0;
	 background-size: cover;
	 background-position: center;
	padding: 31px 0 0 38px;
	margin: 0 0 10px 0;	
	border-radius: 10px;
}

#formularadopce .row
{
	margin: 0 0 19px 0;
}


#formularadopce .row .label,#formularadopce .row a
{
	float: left;
	width: 120px;
	font-size: 15px;
	color: #000;
	padding: 15px 0 0 0;
	margin-left: 10px !important;;
	display: block;
}
#formularadopce .row a{
	color: #a4130e;
	font-size: 17px;
}


#formularadopce .row input[type=text],
#formularadopce .row textarea,
#formularadopce .row select
{
	float: left;
	width: 297px;
	height: 47px;
	background: #f2f0ec;
	border: 1px solid #dad6ca;
	padding: 0 10px;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#formularadopce .row input[name=captcha]
{
	width: 180px;
}

#formularadopce .row textarea
{
	height: 157px;
	padding: 14px 10px;
	width: 735px;
}



#formularadopce .submit
{
	float: right;
	cursor: pointer;
	border: none;
	background: #a4130e;
	text-align: center;	
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
 
	width: 138px;
	height: 46px;
	display: block;
	font-size: 15px;
	color: #FFF;
	font-weight: 700;
	padding: 10px;
	background-image: url("../img/arr_right.png") no-repeat 111px 18px;
	margin-bottom: 46px;
	margin-right: 46px;
}



.photoGallery
{
	background: #FFF;
	padding: 30px 0 30px 30px;
	width: 888px;
	min-height: 375px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-bottom: 20px;
}


.photoGallery h2{
	color:#a4130e !important;
  margin-bottom:0 !important;
	
}
.photoGallery .biGimg
{
	float: left;
	width: 383px;
}

.loneImg{
width: 426px;
margin-left: auto;
margin-right: auto;
padding: 20px;
background-color: #fff;
border-radius: 10px;
float: left;
margin-right: 10px;
}

.loneImg h2 {
 margin-bottom:0;
}

.photoGallery .biGimg a div,.loneImg a div
{
	display: block;
	width: 383px;
	height: 286px;
	background-size: cover;
}

.photoGallery .biGimg a img,.loneImg a img
{
	width: 383px;
	height: 286px;
	background: #fff;
}


.loneImg a img, .loneImg a div{
	height: auto;
}

.loneImg h2{
	color:#a4130e !important;
	
}
.photoGallery .thumbs
{
	margin: 0 0 0 47px;
	float: left;
	width: 428px;
} 

.photoGallery .thumbs a
{
	width: 171px;
	float: left;
	margin: 0 28px 28px 0;
	display: block;
}

.photoGallery .thumbs a img
{
	width: 171px;
	background: #fff;
	height: 128px;
}

.photoGallery
{
}



/*------------- zvirata-all */


.zvirata-all{
	margin-top: 40px;
}
.zvirata-all-item{
	margin-bottom: 20px;
	background-color: #ffffff;

	padding: 5px;
	height: 180px;
	overflow:hidden;
	
	border-right: 1px solid #dbd7cc;
	border-bottom: 1px solid #dbd7cc;
		
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.zvirata-all-item h2{
	color: #a4130e !important;
}

.zvirata-all-item p{
	 
}

.zvirata-all-item-left{
	float:left;
	margin: 10px;	
	margin-right:20px;
	height: 200px;
}

.zvirata-all-item-right{	
	padding-right: 10px;
}


.zvirata-all-item-image {
	display:block;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	border-radius: 50%;
	background-color: #dbd7cc; 	 
}

#content.subpage .leftPanel #novinky
{
	list-style: none;
	padding: 0;
	margin: 0;
	height: auto;
}

#content.subpage .leftPanel #novinky .item
{
	border-bottom: 1px solid #dad6ca;
	width: 400px;
}

#content.subpage .leftPanel #novinky .item:nth-child(3n)
{
	border-right: none;
}

#content.subpage .leftPanel #novinky .item:nth-child(16),
#content.subpage .leftPanel #novinky .item:nth-child(17),
#content.subpage .leftPanel #novinky .item:nth-child(18)
{
	border-bottom: none;
}




/*---------------- nav kniha form animals ----------*/
#select-animals{
	display:none;
	width: 300px;
	height: inherit;
	overflow-y: auto;
	position: relative;
	float:right;
	margin-top: -407px;
	padding-right: 10px;
	padding-left:10px;
	background-color: rgba(255,255,255,0.3)
		
}

#select-animals  .select-animals-item{
	width:60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border-radius: 50%;
	display: inline-block;
	margin:5px;
	border: 1px solid #dad6ca;	
	cursor:pointer;
	
	transition: background-size 0.2s ease-in;
	-moz-transition: background-size 0.2s ease-in;
	-ms-transition: background-size 0.2s ease-in;
	-o-transition: background-size 0.2s ease-in;
	-webkit-transition: background-size 0.2s ease-in;	
	background-color: #fff;
}

#select-animals  .select-animals-item:hover{
	background-size: 110%;

}

#select-animals  .selected, #select-animals  .selected:hover{
	border: 3px solid #fff;
}


/*-------------------- sloni deniky --------------*/

.sloni_denik_banner{
	display:inline-block;
	width:268px;
	height:101px;
	margin: 10px;
	padding-left: 20px;
	padding-top: 65px;
	font-size: large;
  text-align:left;
}


.sloni_denik_banner_1{
	background-image: url("../images/sloni_denik_bannery/banner1.png")
}
.sloni_denik_banner_2{
	background-image: url("../images/sloni_denik_bannery/banner2.png")
}
.sloni_denik_banner_3{
	background-image: url("../images/sloni_denik_bannery/banner3.png")
}



#sloniDenik_list .sloniDenik
{
	border-bottom: 1px solid #dad6ca;
	width: 400px;
 	margin:0;
 	    float: left;
    width: 399px;
    height: 248px;
    border-right: 1px solid #dad6ca;
    padding: 15px;
    position: relative;
    background-color: #ffffff;
}

#sloniDenik_list .sloniDenik h2{
	 font-size: 25px !important; 
    color: #a4130e;
    font-weight: 300 !important;
    line-height: 27px;
    margin: 0 0 14px 0;
    display: block;
    height: 54px;
    overflow: hidden;
    width: 100%;
    text-align: center;
} 
#sloniDenik_list .sloniDenik a:hover{
	text-decoration: underline !important;
}  

#sloniDenik_list .sloniDenik .text{
	height:120px;
}

#sloniDenik_list .sloniDenik .celaNovinka
{
	    display: block;
    text-decoration: none;
    text-align: right;
    color: #a4130e;
    font-weight: normal;
}
 
 
 #content.subpage .leftPanel .sloniDenik h2
{
	font-size: 19px;
	margin: 0 0 10px 0;
	color: #a4130e;
	font-weight: 700;
}

#content.subpage .leftPanel .sloniDenik img
{
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 2px solid #dad6ca
}


.slon-fliper{	
	width: 222px !important;
	height: 310px !important;
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin: 0 15px 34px 0;
	border-radius: 5px;
	overflow: hidden;	
	float: left;
	}
  
	
.slon-fliper .front-slon{
	width: 220px;
	height: 196px;
	background-size:  contain;
	background-repeat: no-repeat;
	background-position: top;
}

 .slon-fliper .flipper .front .info{
	color:#a4130e !important;	
	font-size: large !important;
	text-align: center;
	display: block;
	vertical-align: baseline; 
	margin:0;
	padding:10px;
	padding-top: 0;
}

 .slon-fliper .flipper .front{
 	overflow: hidden;
 	border-radius: 10px; 
 	-webkit-border-radius: 10px;
 	-ms-border-radius: 10px;	
 	width: 222px !important;
	height: 310px !important;
	background: url("../img/expozice_item.png") no-repeat 0 0;
	
	
 }
 
  .slon-fliper .flipper .back{
  	padding: 10px;
  	padding-top:20px;
 	border-radius: 5px;
 	-webkit-border-radius: 5px;
 	-ms-border-radius: 5px;
 	vertical-align: middle;
  		background: url("../img/expozice_item.png") no-repeat  0 -310px;
  	color: #fff;
  	width: 222px !important;
	height: 310px !important;
  }	
  
  
  
  
  .zvire-fliper{	
	width: 222px !important;
	height: 310px !important;
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin: 0 15px 34px 0;
	border-radius: 5px;
	overflow: hidden;	
	float: left;
	}
  
	
.zvire-fliper .front-slon{
	width: 220px;
	height: 196px;
	/*background-size:  contain;*/
	background-repeat: no-repeat;
	background-position: top;
  
}

.zvire-fliper .front-slon .text {

    color: #fff;
    font-size: 22px;
    font-weight: 700;
    left: 0;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    bottom: 130px;
    width: 100%;
}


 .zvire-fliper .flipper .front .info{
	color:#00000 !important;	
	/*font-size: large !important;*/
	text-align: center;
	display: block;
	vertical-align: baseline; 
	margin:0;
	padding:10px;
	padding-top: 20px;
  font-size:15px !important;
}

 .zvire-fliper .flipper .maska {
 background: rgba(0, 0, 0, 0) url("../img/expozice_maska.png") no-repeat scroll 0 0;
    display: block;
    height: 94px;
    left: 0;
    position: absolute;
    top: 102px;
    width: 220px;
}
    

 .zvire-fliper .flipper .front{
 	overflow: hidden;
 	border-radius: 10px; 
 	-webkit-border-radius: 10px;
 	-ms-border-radius: 10px;	
 	width: 222px !important;
	height: 310px !important;
	background: url("../img/expozice_item.png") no-repeat 0 0;
	
	
 }
 
  .zvire-fliper .flipper .back{
  padding: 10px;
  padding-top:20px;
 	border-radius: 5px;
 	-webkit-border-radius: 5px;
 	-ms-border-radius: 5px;
 	vertical-align: middle;
  		background: url("../img/expozice_item.png") no-repeat  0 -310px;
  	color: #fff;
  	width: 222px !important;
	height: 310px !important;
  text-align:center;
  font-size:26px;
  }	
  
  
  
  /* ochrana přírody patička */
 
 #ochrana_bottom{
 	min-height: 700px;
 	background-color: #8cc9a7;
 	background-image: url("../images/ochrana_prirody_bottom.jpg");
 	background-size: cover;
 	background-position:  center;
 }
 
#ochrana_bottom .title
{

	font-size: 32px;
	font-weight: 600;
	color:#ffffff;

	text-align: center;
	padding-top: 30px;
	 
}

#ochrana_bottom h2
{

	font-size: 24px;
	font-weight: 600;
	color:#ffffff;

	text-align: center;
	padding-top: 10px;
	 
}

 
  #ochrana_bottom .ochrana_flipper{
  	width:155px;
 	height: 155px; 
 	position:absolute;
 	}
 
 #ochrana_bottom .ochrana_bottom_item{
 	
 	position:absolute;
 	background-color: #a4130e;
 	width:155px;
 	height: 155px;
 	border-radius: 50%;
 	text-align: center;
 	vertical-align: middle;
 	overflow: hidden;
 	padding:5px;
 	
    
 }
 
  
  
 
 
 #ochrana_bottom .ochrana_bottom_item .back,  #ochrana_bottom .ochrana_bottom_item .front,
 { 	 -webkit-transform-style: preserve-3d;
 	 -webkit-perspective:1000;
 	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
 
    }
 
 
   #ochrana_bottom .ochrana_bottom_item .ochrana_bottom_item_content{
   	margin-top:15px;
   	display: inline-block;
   	vertical-align: middle;
   
   }
 
  #ochrana_bottom .ochrana_bottom_item .ochrana_bottom_icon{
  	display: block; 
  	width:36px;
  	height: 32px;  	
  	background-image: url("../img/ochrana_bottom_icon.png");
  	margin-left: auto;
  	margin-right: auto;
  
  }
 
 #ochrana_bottom .ochrana_bottom_item span{
 	display:block;
 	color:#ffffff;
 	vertical-align: middle;
 	 
 	font-size: 16px;
  padding-left:5px;
  padding-right:5px;
 	 
 }
 
 #ochrana_bottom .ochrana_flipper_1{
 	margin-top: 252px;
 	margin-left:10px;
 }
 
  #ochrana_bottom .ochrana_flipper_2{
 	margin-top: 104px;
 	margin-left:250px;
 }
 
  #ochrana_bottom .ochrana_flipper_3{
 	margin-top: 104px;
 	margin-left:662px;
 }
 
  #ochrana_bottom .ochrana_flipper_4{
 	margin-top: 142px;
 	margin-left:950px;
 }
 
 
  #ochrana_bottom .ochrana_flipper_5{
 	margin-top: 400px;
 	margin-left:340px;
 }
    
  #ochrana_bottom .ochrana_flipper_6{
 	margin-top: 352px;
 	margin-left:604px;
 }
   
  #ochrana_bottom .ochrana_flipper_7{
 	margin-top: 408px;
 	margin-left:872px;
 }
   


/*--------------- seznam zvirat -----------*/

.seznam-zvirat .select{
	width:170px;
	position:absolute;
	top:50px;
	right:250px;
	float: right;
	background: #0E984B none repeat scroll 0% 0%;
	cursor: pointer;
	border-radius: 10px;
	z-index: 50;
}



.seznam-zvirat .select .text{
	width: 150px;
	height: 70px;
	font-size: 18px;
	color: #FFF !important;
	padding: 23px 0px 0px 29px;
	background: transparent url("../img/arr_down.png") no-repeat scroll right center;
	margin-right: 10px;
}

.seznam-zvirat .select .inner{
	display:none;
}

.seznam-zvirat .select .inner .option{
	color: #FFF;
	font-size: 16px;
	padding: 5px 0px 5px 29px;
	
}

.seznam-zvirat .select .inner .option a{
	color: #fff;
}



.seznam-zvirat .item
{
	background: url("../img/expozice_item.png") no-repeat 0 0;
	width: 222px;
	height: 310px;	
	text-decoration: none;
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin: 0 8px 34px 8px;
}

.seznam-zvirat .bez {
  background: url("../img/expozice_item-bez.png") no-repeat 0 0;
}

.seznam-zvirat .item .status{
	 
	display: block; 
	color:#fff;
	--background-color: #252;
	 
}
               
.seznam-zvirat  .item .text {
    bottom: 130px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    left: 0;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    width: 100%;
}    


.seznam-zvirat  .item .info {
    display: block;
    font-size: 15px !important;
    margin: 0;
    padding: 20px 10px 10px;
    text-align: center;
    vertical-align: baseline;
}

    
.seznam-zvirat .item:hover
{
	background-position: 0 -310px;
}

.seznam-zvirat .item:hover .text{
	color:#fff;
}

.seznam-zvirat .item .maska
{
	position: absolute;
	left: 0;
	top: 102px;
	width: 220px;
	height: 94px;
	display: block;
	background: url("../img/expozice_maska.png") no-repeat 0 0;
}

.seznam-zvirat .item img
{
	border: none;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 220px;
	height: 196px;
}

.seznam-zvirat .zvirata_img{
		border: none;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 220px;
	height: 196px;
	background-repeat:no-repeat; 
	background-position: top;
}
                        /*
.seznam-zvirat .item .text
{
	position: absolute;
	text-align: center;
	color: #000;
	left: 0;
	font-weight: 400;
	width: 100%;
	top: 136px;
	padding: 0 15px;
	font-size: 15px;
	 
	
}

*/

.seznam-zvirat .item .text strong
{
	color: #FFF;
	font-size: 22px;
	display: block;
	margin: 0 0 36px 0;
}


/*--------------akce --------*/

.akce-item
{
	float: left;
	width: 460px;
	height: 248px;
	border-right: 1px solid #dad6ca;
	border-bottom: 1px solid #dad6ca;
	padding: 38px 0 0 115px;
	position: relative;
	background: #fff;
}



.akce-item .date
{
	position: absolute;
	left: 40px;
	top: 29px; 
	width: 60px;
	text-align: center;	
}
.akce-item .date .day
{
	font-size: 45px;
	color: #a4130e;
	display: block;
	font-weight: 700;
}

.akce-item .date .month
{
	font-size: 23px;
	color: #000;
	display: block;
	margin: -7px 0 0 0;
}

.akce-item .date .year
{
	font-size: 16px;
	color: #a39a7d;
	display: block;
}

.akce-item  .info
{
	width: 320px;
}

 
.akce-item  .info .name
{
	font-size: 25px;
	color: #a4130e;
	font-weight: 300;
	line-height: 27px;
	margin: 0 0 14px 0;
	display: block;
	height: 54px;
	overflow: hidden;
}

.akce-item  .info .text
{
	line-height: 20px;
	color: #000;
	height: 100px;
	overflow: hidden;
}

.akce-item  .info .celaAkce
{
	display: block;
	text-decoration: none;
	text-align: right;
	color: #a4130e;
	font-weight: normal;
}

.akce-item .info .celaAkce:hover
{
	text-decoration: underline;
}


#virtualni-prohlidky	.title
{
	text-align: center;
	font-size: 32px;
	color: #000;
	margin: 0 0 38px 0;
	font-weight: 300;
}
 
 
#virtualni-prohlidky .item
{
	background: url("../img/expozice_item.png") no-repeat 0 0;
	width: 222px;
	height: 310px;	
	text-decoration: none;
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin: 0 9px 34px 9px;
	margin-left: 7px;
	margin-right: 7px;
	overflow: hidden;
}



#virtualni-prohlidky .item:hover
{
	background-position: 0 -310px;
}

#virtualni-prohlidky .item:hover .text
{
	color: #FFF;
}


#virtualni-prohlidky .item img
{
	border: none;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 220px;
	height: 196px;	
	 
}

#virtualni-prohlidky .item .maska
{
	position: absolute;
	left: 0;
	top: 102px;
	width: 220px;
	height: 94px;
	display: block;
	background: url("../img/expozice_maska.png") no-repeat 0 0;
}

#virtualni-prohlidky .item .text
{
	position: absolute;
	text-align: center;
	color: #000;
	left: 0;
	font-weight: 400;
	width: 100%;
	top: 156px;
	padding: 0 15px;
	font-size: 15px;
	
}

#virtualni-prohlidky .item .text strong
{
	color: #FFF;
	font-size: 22px;
	display: block;
	margin: 0 0 36px 0;
}
 



/*-------------vyhledavani-------------*/

#vyhledavani table{
	width: 100%;
}

#vyhledavani	.title
{
	text-align: center;
	font-size: 32px;
	color: #000;
	margin: 0 0 38px 0;
	font-weight: 300;
}


#vyhledavani h2 
{
	font-size: 32px;
	color: #000;
	margin: 0 0 15px 0;
}

#vyhledavani h3 
{
	font-size: 20px;
	color: #a4130e;
	font-weight: 700;
	margin: 0 0 15px 0;
}

#vyhledavani h4{
	margin-top:10px;
	margin-bottom: 10px;
	text-align: left;
}

#vyhledavani  th
{
	margin: 0 0 15px 0;
	font-size: 17px;
	text-align: left !important;
	border-bottom: 1px solid #ccc; 
	background-color: #a4130e;
	color:#fff;
}

#vyhledavani .leftPanel ul 
{
	padding: 0 0 0 15px;
}

#vyhledavani  td,th
{
	text-align: left !important;
 
	font-size: 15px;
	padding: 4px
}

#vyhledavani tr td:first-child{
	font-weight: bold;
}

#vyhledavani tr td:last-child{
	text-align: right !important;
}

#vyhledavani  tr{
	border-bottom: 1px solid  #a4130e;
}

#vyhledavani tr:last-child{
	border-bottom:0px;
}

i {
  font-style:italic;
}

.reklama-net {
  text-align:center;
  margin-bottom:20px;
}

.doleva30 {
 margin-left:30px;
}

.social a img {
  display: inline;  
} 

#echo {
  background:red;
  padding:10px;
  text-align:center;
  color:#fff;
  font-weight:bold;
}

a.button-big {
  background:#a4130e;
  border-radius:10px;
  text-align:center;
  font-weight:bold;
  padding:20px;
  font-size:32px;
  color:#fff;
  width:300px;
  display:block;
  margin:0 auto;
}

table.partneri {
  margin:0 auto;
}

table.partneri tr td {
padding:20px;
}

table.partneri2 tr td {
padding:5px;
}

.partner img {
  float:left;
  margin-right:8px;
  margin-bottom:8px;
}

.bilaplocha {
  background:#fff;
  position:relative;
}

.bilaplocha .contIn {
  padding-top:3em;
  padding-bottom:3em;
}

.bilaplocha .contIn h2 {
  font-size:28px;
  padding-bottom:1em;
}

.bilaplocha .contIn ul  {
  list-style-type: square;
  color:#67212c;
  margin-left:1em;
}

.bilaplocha .contIn ul li {
  padding-bottom:0.5em;
  line-height:1.5;
  margin-bottom:0.5em;
}

.bilaplocha .contIn ul li span {
  color:#000;
}

.box {
  float:right;
  padding-left:2em;
  padding-right:2em;
  padding-top:2em;
  padding-bottom:2em;
  font-size:20px;
  color:#fff;
  width:350px;
  margin-top:6em;
  border-radius:5px;
  background:#67212c url('../img/calendar.png') no-repeat 250px 90px;
  margin-bottom:4em;
}


.box strong {
  font-size:34px;
}

.box small {
  font-size:26px;
}

.smallbox {
  width:13%;
  display:inline-block;
  margin-right:2em;
  vertical-align:top;
  line-height:1.5;
}

.smallbox strong {
  font-size:54px;
  font-weight:normal;
  color:#67212c
}

#expozice .contIn h2 {
  font-size:28px;
  padding-bottom:1em;
}

#expozice {
  padding-bottom:15em;
  padding-top:7em;
  line-height:1.5;
}