.MenuEncapMobile{
    display: none;
}
.MenuEncap{
    display:flex;
    flex-direction: row;
    width:100%;
    flex-wrap: wrap !important;
    gap: 20px;
}
.MenuInline{
    display: flex;
    
    /*flex:1;*/
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    
}
/*
.Vendegkonyv:link{
    color: #00A0E3 !important;
}
*/
.Vendegkonyv2:link{
    color: #00A0E3 !important;
}
.Vendegkonyv2{
    /*display:none;*/
    color: #00A0E3 !important;
}
.Vendegkonyv2:visited{
    color: #00A0E3 !important;
}
.Vendegkonyv2:hover{
    color: #009fe3be !important;
}
/*
.Vendegkonyv:active{
    color: #00A0E3 !important;
}
.Vendegkonyv:visited{
    color: #00A0E3 !important;
}
.Vendegkonyv:hover{
    color: #009fe3be !important;
}
.Vendegkonyv{
    color: #00A0E3 !important;
    z-index:100000;
    position: relative;
    top:65px;
    left:50px;    
    cursor:pointer !important;
}

.Vendegkonyv{
    display: none;
}
*/

#vill {
  position: relative;
  animation: mymove 1s infinite;
}

@keyframes mymove {
  from {opacity: 1;}
  to {opacity: 0.1;}
}
.modal-header {
    display: block;
}
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    height: 400px;
    margin: -250px 0 0 -280px;
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
@media (max-width: 767px) {
.modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
}
}
.opener1 {
	position: relative;
    display: block;
    height: 34px;
    left: 10px;
    top: 40px;
    width: 100px;
    text-decoration: none;
	z-index: 1000;
}
@media (max-width: 767px) { 
	.modal.fade.in {
		top: 30px;
	}
	.opener1 {
	position: relative;
    display: block;
    height: 34px;
    left: 10px;
    top: 45px;
    width: 80px;
    text-decoration: none;
	}
}
.img_block01 span:after {
    background: -webkit-linear-gradient(left,#272d33 0%,rgba(39,45,51,00) 0%,rgba(39,45,51,0) 100%);
    background: -o-linear-gradient(left,#272d33 0%,rgba(39,45,51,0) 0%,rgba(39,45,51,0) 100%);
    background: linear-gradient(to right,#272d33 0%,rgba(39,45,51,0) 0%,rgba(39,45,51,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#272d33',endColorstr='#00272d33',GradientType=1);
    z-index: 1;
}
@media (min-width: 1200px) {
	h2, .heading-2 {
	font-size: 40px;
	line-height: 1.05455;
	}
	.not {
		visibility: hidden;
	}
}
@media (max-width: 768px) {
	.not {
		position:absolute;
		visibility:hidden;
	}
}

@media (max-width:1200px) {
    .MenuEncapMobile{
        display: flex;
    }
    .MenuEncap{
        display: none;
    }
    /*
    .Vendegkonyv{
        position: absolute;
        right:20px;
        top:40px;
        left: auto;
    }
    */
    /*
    .Vendegkonyv{
        display: none;
    }
    .Vendegkonyv2{
        display:block;
    }
    */
}


