.umo-text {
  padding-left: 65px;
  font-size: 27px;
	position: relative;
  /* line-height: 40px; */
}
.button.mt {
	margin-top: 40px;
}
FIELDSET.ProfileGroups {
	margin-bottom: 2em;
}
FIELDSET.ProfileGroups input[type=checkbox] + label {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 2em;
  line-height: 1em;
}
.box-white .detailSit {
	display: none;
}
.bxslider .desc p {
	width: 280px;
}
#fancybox-wrap, #fancybox-wrap *, #ps-wrapper, #ps-wrapper * {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.el_article p a img {
	float: none;
}
#article .files {
	margin-bottom: 15px;
}
#article .files UL {
  margin: 0;
}
#article .popis {
	margin-left: 18px;
}
article .box iframe {
	width: 100%;
}
#theater {
	margin-bottom: 30px;
}
#theater .popis {
	margin-left: 0;
}
#ps-wrapper {
	float: none !important;
}
.ps-info-table, .ps-info-table TD {
	border: none !important;
}
#ps-category-0-select-menu LI {
	background-image: none !important;
}
.ps-chapters-wrap {
	margin-top: 10px !important;
}
.videogal.gallery_list_item {
  height: 190px;
}
.videogal.gallery_list_item .cont {
  height: 174px;
}
.cont img {
    height: auto;
    width: 100%;
}
a.youtube {
  float: left;
  position: relative;
}
a.youtube span {
    background: rgba(255, 255, 255, 0) url("../images/umo4/play-video.png") no-repeat scroll 50% 50% / 30% auto;
   
    height: 100%;
    position: absolute;
    width: 100%;
}
.crumb_menu a:after {text-decoration:underline;}
.crumb_menu a:after {text-decoration:none;}

article p.articleGallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 414px) {
    .chapter_box {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }
    .umo h1, .umo h2, .umo h3, .umo h4, .umo h5 {
        display: inline-block;
    }
    article .box img {
    	display: block;
    }
}
@media (max-width: 360px) {
    article .box img {
    	display: block;
    }
}



/* dotazn�kov� okno */
#feedbackBox {
    position: fixed;
    bottom: -5px;
    height: 0px;
    right: 20px;
    will-change: auto;
    transition: height  1.6s cubic-bezier(0.47, 0, 0.745, 0.715);
    /* background-color: #1FA22E; */
    background-color: rgba(208, 2, 57, 1);
    z-index: 101;
}

#feedbackBox div{text-align: left;
    font-size: 1.1em;
    color:#FFF;
    margin: 10px 15px;
    display: block;
}

#feedbackBox a{color:#FFF;
}

#feedbackBox .closeButton{
    cursor: pointer;
    height: 25px;
    width: 25px;
    float: right;
    position: relative;
    line-height: 70px;
    display: inline-block;
    margin:10px;
}
#feedbackBox .closeButton:before, #feedbackBox .closeButton:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -9px;
    display: block;
    height: 4px;
    width: 20px;
    background-color: #fff;
    transition: all 0.25s ease-out;
}
#feedbackBox .closeButton:after {
    transform: rotate(-135deg);
}
#feedbackBox .closeButton:hover:before, #feedbackBox .closeButton:hover:after {
    transform: rotate(0deg);
}
@media (max-width: 40em) {
    #feedbackBox {
        position: fixed;
        bottom: 0;
        height: 0px;
        width: 100%;
        right: 0;
    }
}
/* dotazn�kov� okno - KONEC */
