.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#log {
    position: fixed;
    top: 20px;
    left: 20px;
}
#log ul{
	list-style-type: none;	
}
#log ul li a{
	font-size:18px;
}

.szinhaz {
    padding-top: 23px;
    /* padding-bottom: 17px; */
    padding-left: 20px;
    background-color: #ffffff;
}
.musor-item{
	display: flex;
    flex-wrap: inherit;	
	padding: 0 1px 32px;
	flex-direction: row!important;	
}

.musor-kep{
    width: 35%;
    position: relative;
    min-height: 165px;
    overflow: hidden;
}

.musor-szoveg{
    width: 75%;
    flex-grow: 1;
    border: 1px solid #e6e6e6;
    border-left: none;
    padding: 0 30px 30px;
    position: relative;	
    background-color: #e6e6e62e;
}
.musor-szoveg h2{
	margin: 0;
    padding: 20px 0px 15px;
    text-align: left;
    font-size: 26px;
    line-height:  35px;
    word-wrap: break-word;
}
.musor-szoveg a{
	color: #000000;
}
.musor-szoveg a:hover{
	color: #0e0e0e87;
}
.musor-szoveg p{
	color: #2d2d2dde;
}
.musor-datum {
    position: absolute;
    right: 170px;
    bottom: 0;
    padding: 7px 13px;
    margin: 0;
    font-size: 17px;
    color: #fff;
    background-color: #f4836f;
    z-index: 10;
    line-height: 0;
}
.musor-jegy {
    position: absolute;
    right: 10px;
    bottom: 0;
    padding: 7px 13px;
    margin: 0;
    font-size: 16px;
    color: #fff;
    background-color: #c14c37;
    z-index: 10;
    line-height: 0;
}
.musor-jegy a{
	color:#ffffff;
}
.musor-helyszin {
    position: absolute;
    /* right: 20px; */
    bottom: 0;
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    color: #585858;
    background-color: #d8d8d8;
    z-index: 10;
}
.musor-helyszin2 {
    color: #ababab;
}

.musor-tipus {
    top: 0;
    position: absolute;
    right: 20px;
    padding: 5px 10px;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffffbd;
    background-color: #f4836f78;
    z-index: 10;
}



.musor h1{
	line-height: 41px;	
}
.musor h2{
    font-size: 21px;
    color: #9c9c9c;
}
.musor h3{
	color: #f4836f;
	font-size: 22px;	
}
.musor h4{
    font-size: 22px;
}
.musor-nagykep{
    position: relative;
    overflow: hidden;
}

.musor-nagykep-tipus {
    bottom: 0;
    position: absolute;
    left: 40px;
    padding: 8px 17px;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background-color: #f4836f94;
    z-index: 10;
}

.egyeb {
    font-weight: normal;
    max-width: 620px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.egyeb p {
    float: left;
    margin-right: 20px;
}
.egyeb span {
    color: #B7B7B7;
	margin-right:5px;
}
.egyeb-info{
	
    border-bottom: 1px solid #EEEEEE;
}
.header-kep{
    position: relative;
    overflow: hidden;
}

.header-kep-szoveg {
    bottom: 60px;
    position: absolute;
    left: 0px;
    /* padding: 8px 17px; */
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    /* background-color: #f4836f94; */
    border-bottom: 1px solid #000000;
    z-index: 10;
	overflow: hidden;

}
.header-kep-szoveg h1{
    font-size: 56px;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    bottom: -10px;
    z-index: 20;
	color:#000000;
}

.header-kep-szoveg2 {
	bottom: 23px;
    position: absolute;
    left: 40px;
    margin: 0;
    color: #fff;
    z-index: 10;
    overflow: hidden;
	color:#000000;	
}
.header-kep-szoveg2 h2{
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    z-index: 20;
}


.hirek-item a{
	color: #000000;
}
.hirek-item a:hover{
	color: #0e0e0e87;
}
.hirek-item h3{
	font-size: 25px;
    line-height: 29px;
    margin-top: 8px;
}
.hirek-item p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
	color:#2d2d2dde;
}
.hirek-ajanlo h3{
	font-size: 17px;
    font-weight: normal;
    margin-top: 8px;
}
.hirek-ajanlo p{
    font-size: 14px;
	color:#2d2d2dde;
}
.hirek-ajanlo a{
	color: #f4836f;
}
.hirek-ajanlo a:hover{
	color: #0e0e0e87;
}


.hirek-item:hover .edit {
	display: block;
}

.hirek-item .edit {
	padding-top: 28px;
    padding-right: 30px;
    /*font-size: 30px;*/
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.hirek-item .edit a {
	color: #ffffff;
}

.btn-jegy{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 26px;
  padding:11px;
  background-color: #f9f9f95e; 
}

.tovabbi{
    background-color: #f1f1f1;	
	
}
.lista a{
	font-size:22px;
	color:#000000;
}
.lista a:hover{

	color:#f4836f;
}

.kepgaleria{
	background: #F5F5F5;
}

.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

.gallery-block.compact-gallery h4{
	
	border-bottom:1px solid #EEEEEE;
}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block.compact-gallery .item:hover .image {
    transform: scale(1.1);
    opacity: 0.7; 
  }
  
  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.1);
    opacity: 0.7; 
  }
}



