*{
	box-sizing: border-box;
}
html, body{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
body{
    font-family: 'Poppins',sans-serif;
	font-weight: 300;
}

a{
	text-decoration: none;
	color: inherit;
}

.fullwidth{
	width: 100%;
	display: block;
}
.content{
	width: 1050px;
	display: block;
	margin: 0 auto !important;
}
.gln{
	width: 100%;
	height:10px;
	display: block;
}
.left{
	float: left;
}
.right{
	float: right;
}

.brownbg{
	background: #644d43;
	color: white;
}


/* 2 27 42 */


#header{
	height: auto;
	padding: 0;
	margin: 0;
}
#header .gln{
		height:10px;

}
#current_date{
	font-weight: bold;
	font-size: 17px;
	color: #344c80;
	display: block;
}
#header .social_buttons{
	padding-top: 15px;
	padding-right: 4px;
	text-align: right;
}
.social_buttons i{
	text-decoration: none;
	font-style: normal;
	font-size: 60px;
	color: #ddd9d6;
	display: inline-block;
}
	.social_buttons i:hover{
		color: #344c80;
	}
#header-submenu{
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 28px;
	
}
#header-submenu li{
	display: block;
	width: 195px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	border: 1px solid #ddd9d5;
	border-radius: 4px;

	font-weight: 700;
	color: #344c80;
	position: relative;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#header-submenu li a{
	display: block;
	position: relative;
	z-index: 90;
}
	#header-submenu li:before{
		content: url("/parameters/hetedhetorszag.patronet/templates/images/r_arrow_blue.png");
		position: absolute;
		top: 5px;
		right: 5px;
		z-index: 50;
	}
	#header-submenu li:hover{
		color: #ff8000 !important;
		/*background: white !important;*/
		/*border-color: #ddd9d5 !important;*/
	}
		#header-submenu li:hover:before{
			content: url("/parameters/hetedhetorszag.patronet/templates/images/r_arrow_orange.png") !important;
		}
#header-submenu #mnuitm-search{
	border: 1px solid #344c80;
	color: white;
	background: #344c80;
}
	#header-submenu #mnuitm-search:before{
		content: url("/parameters/hetedhetorszag.patronet/templates/images/r_arrow_white.png");
		
	}

#header .pncustommenumenu, .coumen{
	padding: 0;
	margin: 0;
	display: table;
	font-family: "PT Sans";
	font-weight: 300;
	font-size: 18px;
	color: white;
	border-collapse: separate;

	border-spacing: 2px;
	width: 100%;
	margin-top: 7px;
}
#header .pncustommenumenu li{
	display: table-cell;
	background: #344b80;
	text-align: center;
	position: relative;
	padding: 1px;
	text-transform: uppercase;
}
	#header .pncustommenumenu li:hover, .coumenitm:hover{
		background: #ff8000;
		color: white;
	}
#header .pncustommenumenu li div, #header .pncustommenumenu li div a, .coumenitm a{
	width: 100%;
	display: block;
}
#header .pncustommenumenu ul[id^=pnsubmenu_]{
	position: absolute;
	right: 0;
	display: none;
	padding: 0;
	font-size: 0;
	bottom: 0px;
	text-align: left;
	min-width: 260px;
	padding-bottom: 40px;
}
	#header .pncustommenumenu li:hover ul[id^=pnsubmenu_]{
		display: block;
	}

#header .pncustommenumenu ul[id^=pnsubmenu_] li, .coumenitm{
	display: inline-block;
	margin-right: -4px;
	font-size: 18px;
	margin-right: 1px;
	margin-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background: #ff8000;
}
#header .pncustommenumenu ul[id^=pnsubmenu_] li:hover{
	background: #344b80;
}



#wrap{
	min-height: 100%;
	position: relative;
}
#pagecont{
	padding-bottom: 270px;
	height: 100%;
}


.section_title{
	border-bottom: 2px solid #344b80;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.section_title .content img{
	margin-bottom: 2px !important;
}

#footer{
	height: 270px;
	background: #ddd9d5;
	color: #654d43;

	font-size: 17px;
	font-weight: 300;
	padding-top: 15px;
}
#footer p{
	padding: 0;
	margin: 0;
}



/* flex-box stuff  ---------------------------{ */


.flex-container{
	display: flex;
	flex-flow: column wrap;
	align-content: flex-start;
	margin-bottom: 15px !important;
	margin-top: 15px !important;
}
.flex-container.ltr{
	flex-flow: row wrap;
}
.fixed-height{
	height: 540px;
}

.flex-item{
	display: block;
}
/*  ------------hw- (Height, Width) */
	.flex-item._11{
		height: calc(165px * 1);
		width:  calc(100% / 3 - 10px);
	}
	.flex-item._21{
		height: calc(165px * 2 + 10px);
		width:  calc(100% / 3 - 10px);		
	}
	.flex-item._31{
		height: calc(165px * 3 + 20px);
		width:  calc(100% / 3 - 10px);			
	}
	/*-------------*/
	.flex-item._12{
		height: calc(165px * 1);
		width:  calc((100% / 3) * 2 + 10px - 10px);		
	}
	.flex-item._22{
		height: calc(165px * 2 + 10px);
		width:  calc((100% / 3) * 2 + 10px - 10px);			
	}
	.flex-item._32{
		height: calc(165px * 3 + 20px);
		width:  calc((100% / 3) * 2 + 10px - 20px);					
	}
	/*-------------*/
	.flex-item._13{
		height: calc(165px * 1);
		width:  100%;			
	}
	.flex-item._23{
		height: calc(165px * 2 + 10px);
		width:  100%;			
	}
	.flex-item._33{
		height: calc(165px * 3 + 20px);
		width:  100%;			
	}
	
	.square-flex-item{
		height: 255px;
		width: 25%;

	}
/* }--------------------------- */ 

.newscontainer{
	/*padding: 5px !important;*/
}
.newsarticle{
	border: 1px solid #ddd9d5;
	padding: 0;
	margin: 5px;
	
}




.flex-item{
	position: relative;
	overflow: hidden;
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.hidden{
	display: none !important;
}
/* -- item image -- */
.flex-item .item-image{
	display: block;
	min-height: 175px; /* height of one grid + bottom margin - 5. Don't ask. */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	
	flex: 0 1 100%;
}
	.item-image.thumb{
		/* feltételezhető, hogy ebben az esetben a flex-item CSAK onebyone */
		height: 100%;
		width: 48.5%;
		flex: initial;
	} 
	.item-image.full{
		height: 100%;
		width: 100%;
		flex: none;
	}
	.item-image.onegrid{
		display: block;
		height: 175px;
		width: 100%;
	}
	

/* -- item text -- */
.flex-item .item-text-container{
	width: 100%;
	display: block;
	padding: 15px;
	padding-top: 10px;
	overflow: hidden;
	height: 100%;
}
	.item-image.thumb + .item-text-container{
		width: 51.5%;
		display: table;
	}
	.item-image.thumb + .item-text-container .item-title{
		display: table-cell;
		vertical-align: middle;
	}
	.item-image.full + .item-text-container{
		position: absolute;
		bottom: 0;
		left: 0;
		height: 160px /* size of one grid without the bottom margin*/;
		background: rgba(39, 57, 97, 0.7);
		color: white;
	}
	
	
	
.flex-item:hover .item-text-container{
	background: #344b80;
	color: white;
}
.item-text-container .item-title{

	font-weight: "800";
	font-size: 29px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}
	.item-title.nobot{
		margin-bottom: 0;
	}

.item-text-container .item-text{
	display: block;
	width: 100%;
	font-weight: 300;
}

.flex-item .item-button{
	position: absolute;
	right: 5px;
	bottom: 5px;
	height: 20px;
	width: 20px;
	background-image: url("/parameters/hetedhetorszag.patronet/templates/images/r_arrow_orange.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
	.flex-item:hover .item-button{
		background-image: url("/parameters/hetedhetorszag.patronet/templates/images/r_arrow_white.png") !important;
		cursor: pointer;
	}
	
	

#content-center{
	width: 65%;
	display: block;
	float: left;
}
#content-right{
	width: 35%;
	display: block;
	float: right;
	padding-left: 15px;
}


	
/* news */
.hirobj-title p{
	font-weight: 800;
	font-size: 29px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.hirobj-title p.datum{
	float: left;
	font-weight: 300;
	font-size: 17px;
	color: #bfbbb8;
	text-transform: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 15px;
}
.hirobj-title p.author{
	float: right;
	font-weight: 300;
	font-size: 17px;
	color: #bfbbb8;
	text-transform: none;
}
.hirobj-image{
	width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.hirobj-image img{
	width: auto;
	height: 100%;
	visibility: hidden;
}
.hirobj .imagedesc{
	padding: 0;
	margin: 0;
	padding: 10px;
	display: block;
	width: 100%;
	font-size: 13px;
	font-weight: 300;
	color: black;
	background: #efefef; 
}
.hirobj-body .lead{
	font-size: 17px;
	font-weight: 700;
	color: #344c80;
	margin-top: 25px;
	margin-bottom: 35px;
}
.tags{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.atag{
	display: inline-block;
	background: #bebab8;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: 300;
	font-size: 15px;
	margin-right: 2px;
	
	color: white !important;
	background: #bebab8 !important;
	text-decoration: none !important;
}
.hirobj-body .lead p{
	margin: 0;
	padding: 0;
}
.hirobj-body .details p{
	font-weight: 300;
	font-size: 17px;
}
.hirobj-body .details img{
    /*

	float: left;
	margin-right: 20px;
    */
	display: inline-block;
    margin: 0 auto;
}


.sidebar-block{
	border: 1px solid #ddd9d5;
	margin-bottom: 15px !important;
	position: relative;
}

.bccc{
	display: table;
}
.cmenu, .cimg{
	display: table-cell;
}

.cmenu{
	width: 310px;
}
.cimg{
	padding-right: 15px !important;
}
.coumenitm{
	background: #344b80;
	text-transform: uppercase;
	font-family: "PT Sans";
	font-weight: 300;
	font-size: 18px;

}

#current_date{
	display: table-cell;
	padding-right: 15px;
}
.countrylist a{
	font-size: 15px;
	color: #344c80;
	text-transform: uppercase;
	display: inline;
}
.sep{
	color: #ddd9d6;
	display: inline;
}

.bccc{
	display: table;
}
.cmenu, .cimg{
	display: table-cell;
}

.cmenu{
	width: 310px;
}
.cimg{
	padding-right: 15px !important;
}

.currcont{
	height: 53px;
	max-width: 230px;
	display: table;
	top: 15px;
	position: absolute;
}
.currcont .flag{
	display: table-cell;
	width: 77px;
	background-repeat: no-repeat;
	background-size: contain;
}

.currcont .cont_name{
	display: table-cell;
	font-weight: 300;
	font-size: 16px;
	color: #344c80;
	vertical-align: bottom;
	padding-left: 7px;
}
.currcont .cont_name p{
	padding: 0;
	margin: 0;
}
.shrink .currcont{
	display: none;
}
.currcont.mini{
	height: 22px;
	display: table;
	position: relative;
	top: 0;
	visibility: hidden;
    transition: visibility 0.3s, opacity 0.3s, width 0.3s;
	width: 0px;
	overflow: hidden;

}
.shrink .currcont.mini{
	width: 15%;
	visibility: visible;
	margin-right: 20px;
	
}
.shrink .currcont.mini .flag{
	width: 50px;
}
.shrink .currcont.mini .cont_name{
	text-align: left
}

#head-cont{
	position: relative;
}

#head-cont .upper{
	display: block;
}
#head-cont .upper .left{
	display: table;
}
	
#current_date+div{
	display: inline-block;
	position:relative;
	top: 2px;
	margin-left: 15px;
	width: auto !important;
	display: table-cell;
	
}

.eventlist{
	padding: 0;
	margin: 0;
	list-style: none;
}
.eventlist li{
	font-size: 17px;

	font-weight: 300;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #ddd9d5;
}
.tagscontainer{
	margin-top: 15px;
	margin-bottom: 5px;
}
.tagscontainer a{
	font-weight: 300;
	font-size: 17px;
}
.tagscontainer a.pri{
	color: #344b80;
}
.tagscontainer a.sec{
	color: #bebab8;
}
.tagscontainer a.nor{
	color: #ddd9d6;
}
#blueline{
	margin-bottom: 10px;
}

.navbar{
	font-size: 17px;
	color: #344c80;
	font-weight: 300;
}
.navbar:last-child{
	font-weight: 700;
}

.attr-header h1{
	font-size: 29px !important;

	font-weight: 700 !important;
	color: black;
	float: left ;
	padding: 0 !important;
	margin: 0 !important;
	text-transform: uppercase;
/*	padding-top: 20px !important;*/
	max-width: 470px;
}

.attr-act-btn{
	display: table;
	float: right;
	margin-left: 10px;
	width: 80px;
}
.attr-act-btn .btn-icn{
	height: 25px;
	width: 28px;
	vertical-align: middle;
	text-align: center;
	display: block;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
	.btn-icn.fav{
		background-image: url("/parameters/hetedhetorszag.patronet/templates/images/fav.png");
	}
	.btn-icn.faved{
		background-image: url("/parameters/hetedhetorszag.patronet/templates/images/already_fav.png");
	}
	.btn-icn.printv{
		background-image: url("/parameters/hetedhetorszag.patronet/templates/images/printv.png");
	}
	.btn-icn.print{
		background-image: url("/parameters/hetedhetorszag.patronet/templates/images/print.png");
	}
.attr-act-btn label{
	display: table-row;
	text-align: center;
	vertical-align: middle;

	font-weight: 700;
	color: #bfbbb8;
	font-size: 14px;
	cursor: pointer;
}

.rating-container{
	display: table;
	border-spacing: 3px;
	margin-left: -3px;
}
.rating{
	height: 25px;
	width: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: table-cell;
	padding: 2px;
}
.rating.rfull{
	background-image: url('/parameters/hetedhetorszag.patronet/templates/images/rating-full.png');
}

.rating.rempty{
	background-image: url('/parameters/hetedhetorszag.patronet/templates/images/rating-empty.png');
}

.attraction-text-container{
	font-size: 17px;

	font-weight: normal;
	margin-bottom: 20px;
}
.attraction-text-container p .attrakctio-bekezdes-cim{
	color: #344c80;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.attraction-title-date {
    float: left;
    clear: left;
    font-style: italic;
}

.social-stuff{
	display: table;
	border-spacing: 10px;
	margin-left: -10px;
	margin-bottom: 20px;
}
.sbtn-container{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.infobox{
	background: #ffd9b2;
	padding: 10px;
	margin-bottom: 10px;
}
#infobox_ttt{
	background-image: url('/parameters/hetedhetorszag.patronet/templates/images/info-head.png');
	background-size: containt;
	background-repeat: no-repeat;
	background-position: center left;
	height: 22px;
	margin-bottom: 10px;
	
}
.infolist{
	width: 100%;
}
.infolist td{
	width: 50%;
	vertical-align: top;
}
.innerinfo{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 5px;
}
.innerinfo .ilabel{
	width: auto;
	padding-right: 5px;
	color: #344c80;
	vertical-align: top;
}
.innerinfo .ivalue{
	width: 100%;
	word-break: break-all;
}

.mapcontainer{
	height: 330px;
	width: 100%;
	margin-bottom: 15px;
}
#map{
	display: block;
	height: 100%;
	width: 100%;
}

.crat{
	margin-bottom: 30px;
}

.cmntsub{
	background: #344b80;
	border: 1px solid #ddd9d5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	font-weight: 300;
	color: white;
	cursor: pointer;
}

.gallery-container {
    overflow: hidden;
    position: relative;
    max-height: 540px;
}

.gallery-container-inner {
    overflow: hidden;
    position: relative;
    width: calc(100% + 20px);
}

.gallery-image-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0 10px 10px 0;
	width: calc(50% - 10px);
    height: 150px;
    float: left;
}

.gallery-image-box:first-child {
    height: 310px;
}

.gallery-image-box:nth-child(2):last-child {
    height: 310px;
}

.gallery-image-box:nth-child(4):last-child {
    width: 100%;
}

.gallery-image-box:only-child {
    width: 100%;
}

.gallery-image-box img {
	display: none;
}

.gallery-overflow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



.section_title h2, .section_title h3{
	padding: 0;
	font-size: 29px;
	font-weight: 900;
	color: #ff8000;
	text-transform: uppercase;
	margin: 0;
}


table.attrsh{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.attrsh td.tks{
	min-width: 120px;
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
}
.attrsh td.tmz{
	width: 100%;
	text-align: left;
	
}
.tmz input[type="text"], .tmz select, .tmz textarea{
	padding: 0;
	margin: 0;
	border: 0;
	background: white;
	border-radius: 5px;
	font-weight: 700;
	font-size: 17px;
	color: black;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	border: 1px solid #ddd9d5;	
}

.search-checkboxlist-container-outer {
    overflow: auto;
    max-height: 200px;
}

.search-checkboxlist-container-outer-open {
    max-height: initial;
}

.search-checkboxlist-container {
    overflow: hidden;
}

.search-checkboxlist-item-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 3px;
    padding: 2px;
    cursor: pointer;
}

.search-checkboxlist-item-container>* {
    vertical-align: middle;
    position: relative;
    z-index: 100;
    font-size: 85%;
    color: #555555;
    cursor: pointer;
}

.search-checkboxlist-item-background {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: #EEEEEE;
}

.search-checkboxlist-item-container>input[type="checkbox"]:checked~.search-checkboxlist-item-background {
    background-color: #344B80;
}

.search-checkboxlist-item-container>input[type="checkbox"]:checked~* {
    color: white;
}

.search-checkboxlist-opener {
    text-align: right;
}

.shitm{
	width: 100%;
	display: block;
	border: 1px solid lightgrey;
	height: 260px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.shitm .shimg{
	height: 100%;
	width: 165px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
}
.shitm .shtext{
	display: inline-block;
	width: calc(100% - 180px);
	padding-left: 10px;
	padding: 15px;
	position: relative;
	max-height: 230px;
	height: 230px;
}
.shtext .shtitle{
	font-weight: 700;
	font-size: 29px;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
.shtext .shtags{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: normal;
	color: #344c80;
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
.shtext .shdesc{
	max-height: 6.1em;
	overflow: hidden;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
}


.shitm .rating{
	position: absolute;
	bottom: 10px;
	left: 175px;
}


.nimg{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.material-icons {
	font-size: 23px !important;
}
@-moz-document url-prefix() {
    .material-icons {
		font-size: 24px !important;
    }
}


