/* Alapok */
.hiddenHFElement{
	display: none !important;
}
.frontHFElement{
	z-index: 999;
}
/*.fixedHFElement{
	position: fixed;
}*/
.totalwidth{
	/*width: 100% !important;
	margin: 0 !important;*/
}
.thinText{
	font-weight: normal;
}
.boldText{
	font-weight: bold;
}
.uppercaseText{
	text-transform: uppercase;
}

/* FOOTER */
.headMenu.Foot li{
	padding-top: 60px;
}

#footerContainer{
	display: table;
}

#footertext{
	color: white;
}

.footerlogo{
	width: 150px;
}

.footermenu_full{
	width: 770px;
}

/* FŐMENÜ */

.headMenu li{
	height: 25px;
}

/* Ezt hallgasd meg sáv */

.recommendedLabel{
	font-family: ProxiNormal;
	font-size: 40px;
	margin: 0 0 20px 0;
}

.podCasts{
	line-height: normal;
}

.oneCast :hover{
	color: White;
	cursor: pointer;
}

.oneCastPic{
	background: url("IMG/anonim_img_small.jpg") no-repeat;
}

.podCasts .castTime{
	margin: 6px 0;
	font-size: 12px;
	min-height: 15px;
	line-height: 10px;
	position: static;
}

.metaStartDate{
	font-family: ProxiNormal !important;
}

.mainMenuMobile{
	width: 20px;
	height: 18px;
	background: url("IMG/menu_resp.png");
	float: right;
	margin: -35px 0 25px 0;
}
.mainMenuMobileItem{
	clear: both;
	text-transform: uppercase;
	text-align: center;
	color: White;
	margin: 5px 0 5px 0;
}

.castPlace{
	margin: 5px 0 5px 0;
}

#searchButton{
	background: url("IMG/search_resp.png") no-repeat;
	width: 19px;
	height: 19px;
	float: right;
	margin-top: 32px;
	cursor: pointer;
	position:relative
}

#searchFieldContainer{
	display: inline-block;
	position: absolute;
	top: 30px;
	right: -10px;
	padding: 5px 5px 0 5px;
	background: Black;
}

#searchFieldContainer input[type="text"]{
	margin-bottom:6px;
	padding-right: 70px;
	width: 140px;
}

#searchFieldContainer form{
	margin:0;
}

#startSearching{
	position: absolute;
	top: 9px;
	right: 9px;
	cursor: pointer;
	padding: 1px 4px;
	color: #FFF;
	background-color: #999;
	font-size: 12px;
	border: 0;
}

#startSearching:hover{
background-color: #7ece0d;
}

/* Neked ajánljuk vertikális sáv */
.moreOne{
	cursor: pointer;
}

/* DEV - ÁTMENETILEG KÖZÉPRE IGAZÍTJUK A HIRDETÉST */
.goAdverticum iframe, .goAdverticum object{
	display: table;
	margin: 0 auto 0 auto !important;
}

/* MOBIL */
@media screen and (max-width: 480px){
	.podCastsInner{
		width: 2000px;
	}
	/*.podCasts{
		display: block;
		width: 100%;
		overflow: scroll;
	}*/
	.podCasts .oneCast .oneCastTxt{
		padding: 15px 15px 0 15px;
	}
	.recommendedLabel{
		font-size: 12px;
	}
}

@media (max-width: 767px) and (min-width: 480px){
	.podCasts .oneCast {
		margin: 0 20px 0 0 !important;
	}
}
/* **** */