html, body{
	height: 100%
}
.image-with-caption-container{
	padding: 5px;
	background-color: #777777;
	display:inline-block;
	margin:0 auto;
}
.image-with-caption-image{

}

.image-with-caption-caption{
	display: block;
	margin-top: 4px;
	font-size: 90%;
	color: #fff;
}

#editIconDiv_main{
    margin-top: 25px ;
}
.pager_container.top   {
	margin-bottom: 20px;
}
.pager_select{
min-width: 14em;
    min-height: 2.71428571em;
    background: #fff;
    display: inline-block;
    padding: .78571429em 2.1em .78571429em 1em;
}
.d2019{
	/*font-family: 'Poppins',sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}
.d2019 > .content{
	width: 100%;
	padding: 10px 200px;
}
.fullwidth .content{
	width: 100%;
	padding: 10px 200px;
}
.d2019 > .content > .content-inner{
	width: 100%;
	max-width: 1520px;
}
.d2019 > .content > .content-inner .content{
	width: 100%
}
.d2019 .flex-row{
	display: flex;
	flex-direction: row;
}
.d2019 .flex-col{
	display: flex;
	flex-direction: column;
}
.d2019 h3.headline{
	color: #FF8001;
	font-size: 36px;
	margin: 0 0 10px 0;
}

footer.d2019{
		width: 100%;
	padding: 10px 200px;
}
.tagscontainer{

}
.tagscontainer a{
	font-weight: 300;
	font-size: .8em;
}
.tagscontainer a.pri{
	color: #344b80;
}
.tagscontainer a.sec{
	color: #bebab8;
}
.tagscontainer a.nor{
	color: #ddd9d6;
}
.tagscontainer{
    line-height: 1.2em;
    width: 100%;
    position: relative;
	margin-top: 15px;
	margin-bottom: 5px;
    }
.tagscontainer.closed    {
    overflow: hidden;
	height: auto;
    max-height: calc(2.4em + 2px);
    width: 100%;
    position: relative;
}
.tagscontainer:empty{
	display: none
}
.tag_item{
	white-space: nowrap;
	display: inline-block;
}
.tagscontainer .tag_item::after{
	content: "/";
	color: #ddd9d6;
	margin-left: 5px;

}
.ellipsis{
	display: inline-block;
	background-image: url("/parameters/hetedhetorszag/templates/img/ellipsis.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 22px;
	height: 14px;
	background-position: bottom;
	cursor: pointer;
	clear: right;
}
header.d2019{
    font-family: 'Poppins', sans-serif;
}
header.d2019 .header-desktop.header-home .header-top{
	width: 100%;
	background: #fff;
	z-index: 500;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 10px 200px;
	transition: 0.3s;
}
header.d2019 .header-desktop.header-home .header-top-placeholder{
	height: 50px;
	display: none;
}

header.d2019 .header-desktop.header-home .header-top2{
	width: 100%;
	background: #fff;
	z-index: 500;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 10px 200px;
	transition: 0.3s;

}
header.d2019 .header-desktop.header-home .header-top.shrink{
	padding: 5px 200px;
	border-bottom: 2px solid #344B80;
	position: fixed;
	top: 0;
	box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 5px 6px rgba(60,65,70,0.1);
    z-index: 5000;
}
header.d2019 .header-desktop.header-home .header-top .back-to{
	display: block;
	opacity: 0;
	visibility: hidden;
	width: 0%;
	height: 30px;
	transition:visibility 0.3s, opacity 0.3s, width 0.3s;
	background-image: url('img/navbar/pig.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}
header.d2019 .header-desktop.header-home .header-top.shrink .back-to{
	display: block;
	opacity: 1;
	visibility: visible;
	width: 5%;
}
header.d2019 .header-desktop.header-home .header-top.shrink .back-to a{
	display: block;
	width: 100%;
	height: 100%;
}
header.d2019 .header-desktop.header-home .header-top nav{
	width: 90%;
	transition: 0.3s;
}
header.d2019 .header-desktop.header-home .header-top.shrink nav{
	width: 85%;
}
header.d2019 .header-desktop.header-home .header-top nav ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	list-style-type: none;
}
header.d2019 .header-desktop.header-home .header-top nav ul li{
	padding: 0 3px;
}
header.d2019 .header-desktop.header-home .header-top nav ul li a{
	color: #344B80;
	text-decoration: none;
	transition: 0.3s;
	font-weight: 400;
	font-size: 16px;
}
header.d2019 .header-desktop.header-home .header-top nav ul li a:hover{
	color: #FF8000;
}
header.d2019 .header-desktop.header-home .header-top .header-top-extend{
	width: 10%;
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: flex-end;
}
header.d2019 .header-desktop.header-home .header-top .header-top-extend > div{
	margin-left: 10px;
}
header.d2019 .header-desktop.header-home .header-top .header-top-extend .login{
	width: 30%;
	height: 20px;

}
header.d2019 .header-desktop.header-home .header-top .header-top-extend .search-icon{
	width: 30%;
	height: 20px;
	background-image: url('img/navbar/search.png');
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}
.header-top-extend .search{
	cursor: pointer;
}
header.d2019 .header-desktop.header-home .header-top .header-top-extend .header-top-countries-opener{
	display: block;
	opacity: 0;
	visibility: hidden;
	width: 30%;
	height: 20px;
	text-align: right;
	/* background-image: url('img/navbar/.d2019.newest .newest-container .newest-block .img-box.png'); */
	background-position: right;
	transition:visibility 0.3s, opacity 0.3s;
}
header.d2019 .header-desktop.header-home .header-top .header-top-extend .header-top-countries-opener:hover{
	cursor: pointer;
}
header.d2019 .header-desktop.header-home .header-top.shrink .header-top-extend .header-top-countries-opener{
	display: block;
	opacity: 1;
	visibility: visible;
}
header.d2019 .header-desktop.header-home .opened-countries{
	background:#fff;
	width: 180px;
	display: block;
	position: fixed;
    top: 45px;
    right: 140px;
    overflow-x: hidden;
    border: 1px solid #344B80;
    padding: 0px 0px;
    z-index: 500;
}
header.d2019 .header-desktop.header-home .opened-countries .item{
	margin: 10px 0;
	height: auto !important;
}
header.d2019 .header-desktop.header-home .opened-countries .item a{
	text-decoration: none;
	color: #344B80;
    padding: 2px 15px  ;
}

header.d2019 .header-desktop.header-home .header-top .header-top-extend .login a{


	display: block;
	width: 100%;
	height: 100%;
}
header.d2019 .header-desktop.header-home .header-bot{
	z-index: 30;
	width: 100%;
	background:#fff;
	padding: 10px 200px 0px 200px;
	display: table;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

header.d2019 .header-desktop.header-home .header-bot .header-logo{
	background-image: url('img/navbar/logo.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 324px;
	height: 67px;
	display: table-cell;
}
header.d2019 .header-desktop.header-home .header-bot .header-logo a{
	display: block;
	width: 100%;
	height: 100%;
}

header.d2019 .header-desktop.header-home .header-bot .header-logo.country{
	background-image: url('img/navbar/logo_pure.png');
	margin-left: 82px !important;
	width: 406px;
	background-position: 82px 0;
	background-size: 323px !important;
	background-size: contain;
}

header.d2019 .header-desktop.header-home .header-bot .countries{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left:20%;
}
header.d2019 .header-desktop.header-home .header-bot .countries .item{
	margin: 2px 2px;
	border: 1px solid #344B80;
	width: auto;
	transition: 0.2s;
}
header.d2019 .header-desktop.header-home .header-bot .countries .item a{
	color: #344B80;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: 0.2s;
	padding: 3px 6px;
}
header.d2019 .header-desktop.header-home .header-bot .countries .item:hover{
	background: #344B80;
}
header.d2019 .header-desktop.header-home .header-bot .countries .item:hover a{
	color: #fff;
}
.countries{
	display: none;
}
.header-bot .countries{
	display: flex;
}
.header-mobile .menu .countries{
	text-align: center;
	display: block;
}
.header-mobile .menu .countries .item{
	border-bottom: 1px solid #344B80;
  padding-top: 10px;
}
.header-mobile .menu .countries .item a{
	display: block;
  padding: 0px 0 10px 0;
  color: #344B80;
  text-decoration: none;
}

.countries .item.active{
	background-color: #eee
}
header.d2019 div.header-mobile.header-home{
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	/* border-bottom: 2px solid #344B80; */
}
header.d2019 div.header-mobile.header-home .logo{
	width: 200px;
	height: 60px;
	background-image: url('img/navbar/logo.png');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 20px;
}
header.d2019 div.header-mobile.header-home .logo a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
header.d2019 div.header-mobile.header-home .header-extend{
	margin-right: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
header.d2019 div.header-mobile.header-home .header-extend > div{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	margin-left: 15px;
}
header.d2019 div.header-mobile.header-home .header-extend > div a{
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

header.d2019 div.header-mobile.header-home .header-extend > div:hover{
	cursor: pointer;
}

header.d2019 div.header-mobile.header-home .header-extend .login{background-image: url('img/navbar/login.png');}
header.d2019 div.header-mobile.header-home .header-extend .menu-opener{background-image: url('img/navbar/menu.png');}
.menu_countries{
	display:none;


}
.menu_countries{
	position: fixed;
	top: 42px;
	width: 220px;
	z-index: 600;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
	height: auto;
}
.mobile .menu_countries{
	top: 60px;
	width: 100%;
	left: 0 !important;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	height: calc(100vh - 60px);
}
.opened-countries{
	width: 100%;
	background-color: #fff;
	display: block;
}
header.d2019 div.header-mobile.header-home .menu{
	display: none;
	position: absolute;
	top: 60px;
	width: 100%;
	background-color: #fff;
}
header.d2019 div.header-mobile.header-home .menu ul,  .menu_countries ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
header.d2019 div.header-mobile.header-home .menu ul li,  .menu_countries ul li{
	border-bottom: 1px solid #344B80;
	padding-top:10px;
}

header.d2019 div.header-mobile.header-home .menu ul li a,  .menu_countries ul li a{
	display: block;
	padding: 0px 0 10px 0;
	color:#344B80;
	text-decoration: none;
}

header.d2019 div.header-mobile.header-home .menu{
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	height: calc(100vh - 60px);
}







.fb_iframe_widget, .fb_iframe_widget .span, .fb_iframe_widget .iframe{
	width: 100% !important;

}


main.d2019{
	padding-top: 25px;
}



.d2019.newest{
	width: 100%;
	/* margin-bottom: 25px; */
}
#main_top .d2019.newest{
	padding: 10px 200px;
}
.content .content-inner .d2019.newest{
	width: 100%;
	/* margin-bottom: 25px; */
	padding: 0;
}
:not(.content-inner div) .d2019.newest{
	width: 100%;
	/* margin-bottom: 25px; */
	padding: 10px 200px;
}
.d2019.newest .newest-container{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.d2019.newest .newest-container .newest-block{

	background-color: #EFEFEF;
	width: 23%;
	height: 365px;
	overflow:hidden;
	cursor: pointer;
}
.d2019.newest .newest-container .newest-block:first-child{margin-left: 0px;}

.d2019.newest .newest-container .newest-block .img-box{
	height: 55%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.d2019.newest .newest-container .newest-block .txt-box{
	padding: 20px;
}
.d2019.newest .newest-container .newest-block .txt-box h4{
	color: #333333;
	font-size: 20px;
	margin: 0;
	transition: 0.3s;
}
.d2019.newest .newest-container .newest-block .txt-box h4 a{
	transition: 0.3s;
}
.d2019.newest .newest-container .newest-block .txt-box h4 a:hover{
	color: #FF8001;
}


main.d2019 section.left-container{
	width: 75%;
	margin-right:10px;
}
main.d2019 section.right-container{
	width: 25%;
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}

.d2019 .news-container{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom:20px;
}

.d2019 .news-container .news-left,  .d2019 .news-container .news-right{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.d2019 .news-container .news-left{
	width: 30%;
	margin-right: 10px;
}
.d2019 .news-container .news-right{
	width: 70%;
	margin-left: 10px;
}


.d2019 .news-container .news-left .new-container, .d2019 .news-container .news-right .new-container{
	width: 100%;
	background-color: #EFEFEF;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.d2019 .news-container .news-left .new-container{
	height: 400px;
	margin-bottom: 25px;
}
.d2019 .news-container .news-right .new-container{
	height: 615px;
	margin-bottom: 20px;
}
.d2019 .news-container .news-left .new-container:last-child, .d2019 .news-container .news-right .new-container:last-child{margin-bottom: 0;}


.d2019 .news-container .news-left .new-container .img-box, .d2019 .news-container .news-right .new-container .img-box{
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.d2019 .news-container .news-left .new-container .img-box{
	height: 50%;
}
.d2019 .news-container .news-right .new-container .img-box{
	height: 70%;
}


.d2019 .news-container .new-container .img-box .tag span{
	background: #EFEFEF;
	display: inline-block;
	padding:10px;
}

.d2019 .news-container .new-container .img-box .tovabb{
	text-align: right;
	transition: 0.3s;
}
.d2019 .news-container .new-container .img-box .tovabb span{
	padding: 5px 7px;
	text-align: center;
	background-color: #EFEFEF;
	font-weight: bold;
	display: inline-block;
    font-family: "Material Icons";
    font-size: 30px;
}
.d2019 .news-container .new-container .img-box .tovabb:hover{
	cursor: pointer;
	color: #FF8001;
}


.d2019 .news-container .news-left .new-container .txt-box, .d2019 .news-container .news-right .new-container .txt-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	overflow: hidden;
}
.d2019 .news-container .news-left .new-container .txt-box{
	height: 50%;
	padding: 10px 10px 16px 10px;
}
.d2019 .news-container .news-right .new-container .txt-box{
	height: 30%;
	padding: 20px;
}



.d2019 .news-container .news-left .new-container .txt-box a, .d2019 .news-container .news-right .new-container .txt-box a{
	font-weight: bold;
	color: #333333;
	transition: 0.3s;
	margin-top: 5px;
	line-height: 1.3;
}
.d2019 .news-container .news-left .new-container .txt-box a{
	font-size: 18px;
	margin-bottom: 10px;
}
.d2019 .news-container .news-right .new-container .txt-box a{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 5px;
}


.d2019 .news-container .news-left .new-container .txt-box  a, .d2019 .news-container .news-right .new-container .txt-box  a{
	transition: 0.3s;
}

.d2019 .news-container .news-left .new-container .txt-box  a:hover, .d2019 .news-container .news-right .new-container .txt-box  a:hover{
	color: #FF8001;
}


.d2019 .news-container .news-left .new-container .txt-box p, .d2019 .news-container .news-right .new-container .txt-box p{
	font-weight: 400;
	color: #434343;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
.d2019 .news-container .news-left .new-container .txt-box p{
	font-size: 14px;
}
.d2019 .news-container .news-right .new-container .txt-box p{
	font-size: 16px;
}



.side-box.d2019{
	width: 100%;
	margin-bottom: 25px;
}
.side-box.d2019:last-child{

}
.side-box.d2019 .side-box-container{
	background-color: #EFEFEF;
	padding:10px 20px 10px 20px;
}
.side-box.d2019 h4{
	font-weight: bold;
	font-size: 20px;
	color: #FF8001;
	margin: 10px;

}
.side-box.d2019 ul{
	margin:0;
	list-style-type: none;
	padding: 0;
}
.side-box.d2019 ul li{
	margin: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.3s;
    padding-left: 20px;
}
.side-box.d2019 ul li::before{
    content: "navigate_next";
    font-family: "Material Icons";
    font-size: 24px;
    position: absolute;
	margin-left: -30px;
    margin-top: 0px;

	color: #FF8001;

}
.side-box.d2019 ul li:hover{
	margin-left: 3px;
}
.side-box.d2019 ul li a{
	text-decoration: none;
	color: #434343;
	font-weight: 500;
	transition: 0.3s;
}

.side-box.d2019 ul li a:hover{
	color: #FF8001;
}



.side-box.apro.d2019{
	background-color: #fff;
	padding: 0;
}
.side-box.apro.d2019 > h1{

}
.side-box.apro.d2019 .item{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 0 20px 0;
}
.side-box.apro.d2019 .item:last-child{margin-bottom: 0;}

.side-box.apro.d2019 .item h5{
	color: #333333;
	font-size: 16px;
	padding: 20px;
	background-color: #EFEFEF;
	width: 100%;
	transition: 0.3s;
	margin: 0;
}
.side-box.apro.d2019 .item h6{
	font-size: 14px;
	text-align: right;
	width: 100%;
	padding: 5px 5px;
	margin: 0;
	font-weight: 500;
	color: #434343;

}
.side-box.apro.d2019 .item h5:hover{
	cursor: pointer;
	color:#FF8001;
}
.side-box.apro.d2019 .item .img-box{
	width: 100%;
}
.side-box.apro.d2019 .item .img-box img{
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
}


section.social-media{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: fixed;
	left: 0;
/*	top: 50%;*/
	margin-left: 75px;
	z-index: 998;
}
section.social-media > div{
	width: 45px;
	height: 45px;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	transition: 0.3s;
}
section.social-media > div:hover{
	transform: scale(1.1);
	cursor: pointer;
}
section.social-media > div.facebook-logo{background-image: url('img/social/facebook.png');}
section.social-media > div.twitter-logo{background-image: url('img/social/twitter.png');}
section.social-media > div.instagram-logo{background-image: url('img/social/instagram.png');}
section.social-media > div.pinterest-logo{background-image: url('img/social/pinterest.png');}

section.social-media > div a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.two_col_right .ad:last-child{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 60px;
}
.right_banner_sicky{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 60px;
}
.ad::after{
    content: "";
    display: table;
    clear: both;
}

.ad.in-article{
	max-width: 1050px;
}

@media (max-width: 1870px){
	/* .newest-container .newest-block{
		width:31% !important;
	}
	.newest-container .newest-block:last-child{
		display: none;
	} */
}
@media (max-width: 1880px){
	.ad.in-article{
		max-width: 980px;
	}

}
@media (max-width: 1760px){
	.ad.in-article{
		max-width: 900px;
	}
}
@media (max-width: 1660px){
	.ad.in-article{
		max-width: 850px;
		max-height: 550px;
	}
}
@media (max-width: 1585px){
	.ad.in-article{
		max-width: 700px;
	}
	/* .newest-container .newest-block{
		width:47% !important;
		margin-bottom: 25px;
	} */
	/* .newest-container .newest-block:last-child{
		display: inline-block;
	} */
}
@media (max-width: 1370px){
	.ad.in-article{
		max-width: 650px;
	}
}
@media (max-width: 1160px){
	.ad.in-article{
		max-width: 550px;
	}
}
@media (max-width: 1100px){
	.newest-container .newest-block{
		width:47% !important;
		margin-bottom: 25px;
	}
}
@media (max-width: 960px){
	.ad.in-article{
		max-width: 100%;
	}
}
@media (max-width: 590px){
	.newest-container .newest-block{
		width:99% !important ;

	}
}
.gmicon{
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.button_link .arrow{
	font-size:28px;
}
.btn_search.gmicon{
	background-color: #EFEFEF;
}
.btn_search {
	background-color: #EFEFEF;
	cursor: pointer;
	transition: 0.3s;
}
.btn_search:hover{
	color: #FF8001;
	transition: 0.3s;

}
.eventlist li:last-child{
	border-bottom: none;
}
select, input{
	    font-family: 'Poppins',sans-serif;
}
.attraction-text-container a{
    text-decoration: underline;
    color: #344B80;
}
/*
.hetedhetbox-link-icon{
	padding: 5px 10px;
    text-align: center;
    background-color: #EFEFEF;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
	position: absolute;
	margin-right: 5px !important;
	margin-bottom: 5px !important;
	color: #222121 !important;

}
*/
#totop {
    position: fixed;
    bottom: -30px;
    right: 15px;
    cursor: pointer;
    background-color: #EFEFEF;
    padding: 2px 4px;
    font-weight: bold;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0.0;
    transition: .3s
}
#totop .gmicon{
    font-size: 40px;
}
#totop.scrolled{
    bottom: 15px;
    transition: .3s;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.right_instagram_logo img{
	width: 100%;
	height: auto;
	max-width: 350px;
}
header.d2019 .header-desktop.header-home .header-top nav ul li{
	padding: 0 3px;
}
.disp_content_text.cms-user-html-content{
	font-family: 'Poppins',sans-serif;
}
.gmInfoWindow table tr td img{
	max-width: 200%;
}
/*HETEDHETGRID */

.hetedhetgrid-content {
    position: relative;
}
.hetedhetgrid-content>.objecteditor_edit {
    position: absolute;
    top: 0;
    right: 0;
}
.hetedhetgrid-content>.objecteditor_insert_container:not(:only-child) {
    display: none;
}

.d2019 .kiemelt {
	font-size: 22px;
}



.country_on_mobile .currcont{
	display: none;
}
div.header-mobile.header-home .menu.country_on_mobile ul li:first-child, div.header-mobile.header-home .menu.country_on_mobile ul li:nth-child(2){
	display: none;
}
div.header-mobile.header-home .menu.country_on_mobile .menu{
	top: 0px;
}
.content .d2019.newest{
	padding: 0px !important;
}
main.d2019 .newest.d2019{
	padding: 10px 0px !important;
}



