/* foundation extra */
@font-face {
    font-family: 'open_sansregular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Regular-webfont.woff') format('woff'),
         url('../font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../font/OpenSans-ExtraBold-webfont.eot');
    src: url('../font/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../font/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../font/OpenSans-Semibold-webfont.eot');
    src: url('../font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../font/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.quote {
	margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #dddddd;
    line-height: 1.6;
    color: #6f6f6f;
}

body{
font-family: 'open_sansregular'!important;
background: transparent !important;
}
.row > * {
}
.this-is-link{
cursor:pointer;
}
.large-6 > .widgetbox.video > .width-max{
	padding-left:0.3125rem;
}

.move-right > .inner-wrap {
	/*-ms-transform: translate(20rem, 0)!important;
	-webkit-transform: translate3d(20rem, 0, 0)!important;
	-moz-transform: translate3d(20rem, 0, 0)!important;
	-ms-transform: translate3d(20rem, 0, 0)!important;
	-o-transform: translate3d(20rem, 0, 0)!important;
	transform: translate3d(20rem, 0, 0)!important; }*/
	
	-ms-transform: translate(0rem, 0)!important;
	-webkit-transform: translate3d(0rem, 0, 0)!important;
	-moz-transform: translate3d(0rem, 0, 0)!important;
	-ms-transform: translate3d(0rem, 0, 0)!important;
	-o-transform: translate3d(0rem, 0, 0)!important;
	transform: translate3d(0rem, 0, 0)!important; }
	
	.move-right .left-off-canvas-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
}

.left-off-canvas-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: -250px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.clear {
	clear: both;
}
.glow {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black
}

.bg-opacity-none {
	background-color: rgba( none, none, none, 0 );
}

.rtl-content {
	margin: 0 auto;
	max-width: 960px;
}
.go-top-rtl{
padding-left: 0.675rem;
padding-right: 0.675rem;
color: #cccccc;
}

.black-opacity-konz {
	z-index: 9999 !important;
	position: fixed;
	overflow: visible;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color:rgb( 0, 0, 0);
}

.black-blur-konz {
	z-index: 9999 !important;
	position: fixed;
	overflow: visible;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-filter: blur(5px);
	/* Chrome, Safari */
	-ms-filter: blur(5px);
	/* IE12? */
	filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="5" /></filter></svg>#blur');
	/* Firefox, Safari, Chrome*/
	filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
	/* IE9 */ }
}

.menu-line-height {
	line-height: 1.3125rem;
}
.lh-twoandhalf{
	line-height:2.5rem;
}
.lh-two{
	line-height:2rem;
}
.lh-oneandhalf{
	line-height:1.5rem;
}
.ivic-rtl{
margin-top:-0.15625rem;
margin-right:-0.3125rem;
line-height:1.875rem;
}

.prog-slider-cont {
	background-color: #ffffff;
	z-index: 1000;
	left: 50%;
	margin-left: -30rem !important;
	top: 2.8125rem;
}

.rtl-color {
	color: rgb( 208, 43, 45 );
}
.centered-rtl-box{
	display:block;
	margin:0 auto;
}

.height-max {
	height: 100%;
}

.width-max {
	width:100%;
}
.width-max-imp {
	width:100%!important;
}

.no-width-max {
	width: auto;
	min-width: 0;
	display: table;
}

.konz-inline {
	display: inline-block;
}
.row{
	max-width: 60rem;
}

.row.row {
	max-width: 60rem;
	margin-left: 0rem;
	margin-right: 0rem;
}

.columns {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

.white-text{
	color: #ffffff;
}
.white-text-imp{
	color:#ffffff!important;
}

.gray-text{
	color: #333333; 
}

.white-text-without-hover, .white-text-without-hover:hover, .white-text-without-hover:focus, .white-text-without-hover:visited{
	color: #ffffff;
}

.black-text-without-hover, .black-text-without-hover:hover, .black-text-without-hover:focus, .black-text-without-hover:visited{
	color: #000000;
}

.gray-text-without-hover, .gray-text-without-hover:hover, .gray-text-without-hover:focus, .gray-text-without-hover:visited{
	color: #333333;
}

.lightgray-text-without-hover, .lightgray-text-without-hover:hover, .lightgray-text-without-hover:focus, .lightgray-text-without-hover:visited{
	color: #9a9898;
}

.black-text {
	color: #000000 !important;
}

.rtl-channels > .small-3 {
	min-height: 4.5rem;
}

.go-top > h5 {
	font-family: 'proxima_nova_rgregular';
	font-size: 0.625rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	text-align: right;
}

.right.right-small > a.search-icon > span {
	display: inline-block;
	background-image: url( http://cdn.rtl.hu/site/rtl-search-icon.png );
	background-repeat: no-repeat;
	margin-top: 0.775rem;
	width: 1.3125rem;
	height: 1.3125rem;
}

.search-icon {
    display: inline-block;
    background-image: url( http://cdn.rtl.hu/site/rtl-search-icon.png );
    background-repeat: no-repeat;
    margin: 0.775rem;
    width: 1.3125rem;
    height: 1.3125rem;
    cursor: pointer;
}

.konz-relative {
	position: relative;
}

.konz-absolute {
	position: absolute;
}

.no-overflow-konz {
	overflow: hidden;
}
.dots-overflow{
	overflow:hidden;
	text-overflow:ellipsis;
}
.overflow-konz {
	overflow: visible;
}

.overflow-konz > * {
	overflow: visible;
}

.no-line-height {
	line-height: 100% !important;
}

.fix-line-height {
	line-height: 1rem;
}

.uppercase {
	text-transform: uppercase;
}

.uppercase-imp {
	text-transform: uppercase !important;
}

.bold {
	font-family:'open_sanssemibold'
}
.extra-bold{
font-family: 'open_sansextrabold'!important;
}
.italic {
	font-style: italic;
}
.button{
	border-color:transparent!important;
}
.no-padding {
	padding: 0rem !important;
}

.padding-class {
	padding: 0.625rem !important;
}
.margin-class{
	margin: 0.3125rem!important;
}
.rtl-sized-box{
	box-sizing:border-box;
}
.no-margin {
	margin: 0rem;
}
.no-margin-imp {
	margin: 0rem!important;
}
.no-margin-class-left{
	margin-left:0rem!important;
}
.padding-class-bottom {
	padding-bottom: 0.3125rem;
}
.padding-class-bottom-imp{
	padding-bottom: 0.3125rem !important;
}
.no-padding-class-bottom{
	padding-bottom: 0rem;
}
.no-padding-class-top-imp{
	padding-top:0rem!important;
}
.padding-class-top{
	padding-top:0.3125rem;
}
.padding-class-top-big{
	padding-top:0.625rem;
}
.no-padding-class-right{
	padding-right:0rem;
}
.no-padding-class-left{
	padding-left:0rem;
}
.no-padding-class-left-imp{
	padding-left:0rem!important;
}
.padding-class-right{
	padding-right:0.3125rem;
}
.padding-class-right-imp{
	padding-right:0.3125rem!important;
}
.padding-class-left{
	padding-left:0.3125rem;
}
.padding-class-left-imp{
	padding-left:0.3125rem!important;
}
.padding-class-left-big-imp{
	padding-left:0.625rem!important;
}
.padding-class-right-big{
	padding-right:0.625rem;
}
.padding-class-left-big{
	padding-left:0.625rem;
}
.padding-class-bottom-big{
	padding-bottom:0.625rem;
}
.padding-class-right-for-text{
	padding-right:0.625rem;
}		
.padding-class-left-for-text{
	padding-left:0.625rem;
}
.margin-class-top{
	margin-top:0.3125rem;
}
.margin-class-top-big{
	margin-top:0.625rem;
}
.margin-class-top-huge{
	margin-top:1.5rem;
}
.no-margin-class-top{
	margin-top:0rem;
}
.no-margin-class-top-imp{
	margin-top:0rem;
}
.margin-class-right{
	margin-right:0.3125rem;
}
.margin-class-right-huge{
	margin-right: 1.5rem;
}
.margin-class-left{
	margin-left:0.3125rem;
}
.margin-class-bottom{
	margin-bottom:0.625rem;
}
.margin-class-bottom-big {
	margin-bottom: 1.25rem;
}
.margin-class-bottom-small {
	margin-bottom: 0.3125rem;
}
.margin-class-bottom-tiny {
	margin-bottom: 0.125rem;
}
.margin-class-bottom-2{
	margin-bottom:1.25rem;
}
.margin-class-bottom-imp{
	margin-bottom:0.625rem!important;
}
.no-margin-class-bottom{
	margin-bottom:0rem;
}
.no-margin-class-bottom-imp{
	margin-bottom:0rem!important;
}
.konz-small-icon{
width:1.25rem;
height:1.25rem;
margin-right:0.125rem;
display:inline-block;
background-repeat:no-repeat;
background-size:100% 100%;
cursor:pointer;
}
.konz-share-form{
height:1.375rem;
width:4.5rem;
background-repeat:no-repeat;
background-size:100% 100%;
display:inline-block; 
font-size:0.5625rem;
line-height:1.375rem;
font-weight:bold;
cursor:pointer;
}
.konz-share-form-twitter{
background-image:url(http://cdn.rtl.hu/site/share-twitter.png);
color: #0099cc;
}
.konz-share-form-facebook{
background-image:url(http://cdn.rtl.hu/site/share-facebook.png);
color: #3d5c9c;
}
.konz-share-form-google{
background-image:url(http://cdn.rtl.hu/site/share-google.png);
color: #494848;
}
.konz-white-bg{
background-color:rgba(250,250,250,1);
}
.centered-rtl{
text-align:center;
font-size:0.8125rem;
}
.menu-in-aside{
background-color:rgb(51, 51, 51);
}
.side-ul-rtl{
list-style: none;
}
.konz-h6{
font-size:0.8rem;
}
.row.konz-bridge{
width:80rem;
max-width:81.25rem;
margin-left:auto;
margin-right:auto;
}
.row.konz-bridge > .large-10.columns{
max-width:60rem;
}
.konz-side-adv{
background-color:red; 
width:10rem; 
height:300px;
margin-top:162px;
}
.konz-full-banner{
min-height:10rem;
background-color:rgba(255,255,255,0.5);
}
.konz-title{
height:2.8125rem;
width:100%;
line-height:2.8125rem;
font-family:'open_sansextrabold';
}
.konz-news-textarea, .konz-profile-textarea > h6, .small-text-rtl{
	font-size:0.8rem;
}
.very-small-text-rtl{
font-size:0.6875rem;
line-height:0.725rem;
}
.capitalize-trans{
	text-transform:capitalize;
}
.small-member-names{
font-size:0.75rem;
}
.menu-small-text-rtl{
font-size:0.725rem!important;
line-height:1.125rem;
}
.medium-text-rtl{
font-size:1rem;
line-height:1.5rem;
}
.righted-text{
text-align:right;
}
.justified-text{
text-align:justify;
}
.rtl-nowrap{
white-space:nowrap;
}
.konz-important-text-block{
font-size:1.475rem; 
background-color:rgba(245,245,245,1); 
max-width:18rem;
min-width:15rem; 
padding:0.625rem;
min-height:10rem;
margin-left:-1.25rem;
margin-top:1.075rem;
margin-right:1.075rem;
margin-bottom:1.075rem;
}
/*.tagname-on-pic-inside > h4{
	max-width:40%;
}*/
.konz-tagname > h4{
	width:inherit;
	display:table;
	white-space:nowrap;
}
.tagname-on-pic-bottom > h4 > a, .tagname-on-pic-bottom > h4 , .tagname-on-pic-inside > h4, .konz-tagname > h4, .social-on-pic-bottom > h4{
	text-transform:uppercase;
	line-height:1.25rem;
	font-size:0.8rem;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	padding-left:0.2rem;
	padding-right:0.2rem;
	}
.tagname-on-pic-bottom > h4 > a, .tagname-on-pic-bottom > h4 {
	white-space:nowrap;
}
.tagname-on-pic-bottom{
display:block;
max-width:80%;
}
.tagname-on-pic-bottom > h4 > a, .tagname-on-pic-bottom > h4 > span{
width: 100%;
overflow:hidden;
display: inline-block;
text-overflow: ellipsis;
}
.inline-tag-konz{
	text-transform:uppercase;
	line-height:1.25rem;
	font-size:0.8rem;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	padding-left:0.2rem;
	padding-right:0.2rem;
	}
.content-tags{
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ffffff;
}
/* Header */
.header-menupoints{
font-size:0.875rem!important;
}
.top-bar .channels {
	padding: 0;
	line-height: 45px;
}
.rtl-logo-mini{
display:table;
}
.half-line{
line-height:1.40625rem!important;
}	
.third-line{
line-height:1.06rem!important;
}
.live-now-bg{
background-color:rgba(217,78,57,1);
padding-top:0.40625rem;
padding-bottom:0.40625rem;
}
.live-now-width{
max-width:40.625rem;
}
.live-now-half-width{
width:10rem;
}
.live-now-grad-bg{
background-color:rgba(175,52,34,1);
margin-top:0.40625rem;
margin-bottom:0.40625rem;
}
.live-now-narrow{
line-height:2rem!important;
}
.margin-class-left-giant-imp{
margin-left:3rem!important;
}
.margin-class-left-huge-imp{
margin-left:2.5rem!important;
}
.tab-bar .menu-icon span::after{
left:0rem!important;
box-shadow: 0 0px 0 0.09375rem rgb(227,227,227), 0 7px 0 0.09375rem rgb(227,227,227), 0 14px 0 0.09375rem rgb(227,227,227)!important;
}
.container-8-4 > .large-4, .container-4-8 > .large-8{
	*float:right; /*IE 7 and below*/
} 
.container-8-4 > .large-4 > .widgetbox.adocean-billboard,
.container-4-8 > .large-4 > .widgetbox.adocean-billboard,
.widgetbox.adocean-footer,
.widgetbox.adocean-superbanner{
	float:left;
	width: 100%;
}
.widgetbox.adocean-billboard{
	/*float:left;*/
}
.widgetbox.adocean-superbanner{
	width:100%;
}
/* Footer */
.footer-konz{
background-color:rgba(0,0,0,1);
}
h4.follow-text{
color:#9a9898;
line-height:3.625rem;
}
.bottom-menu-konz > dd a{
padding:0.35rem;
line-height:3.625rem;
}
.bottom-menu-konz > dd a:first-child{
padding:0rem;
}
.bottom-menu-konz > dd{
margin:0rem;
}
.copyrights-text{
font-size:0.625rem;
color:#999999;
}
.konz-video-icon-1, .konz-video-icon-2, .konz-video-icon-3,
.related-konz-video-icon-1,
.konz-gallery-icon-1, .konz-gallery-icon-2, .konz-gallery-icon-3{
color: #ffffff;
bottom: 0rem;
opacity: 0.75;
filter: alpha(opacity=75);
}
.konz-video-icon-1{
	font-size: 2.5rem;
	right: 0rem;
}
.ivic-rtl.konz-video-icon-1{
	font-size: 1.5rem;
	margin-right: -0.625rem;
}
.konz-video-icon-2 {
	right: 0.1875rem;
	font-size: 4rem;
}
.ivic-rtl.konz-video-icon-2{
    font-size: 2rem;
	margin-right: -0.4375rem;
}
.konz-video-icon-3 {
	right: 0.3125rem;
	font-size: 5rem;
}
.ivic-rtl.konz-video-icon-{
	margin-right: -0.375rem;
}
.konz-gallery-icon-1{
	font-size: 2.5rem;
	right: 0rem;
}
.konz-gallery-icon-2 {
	right: 0.1875rem;
	font-size: 1.8125rem;
}
.konz-gallery-icon-3 {
	right: 0.3125rem;
	font-size: 2.75rem;
}
.related-konz-video-icon-1 {
    font-size: 1.5rem;
    right: 0rem;
}
@media only screen and (max-width: 640px) {
	.konz-video-icon-1, .konz-video-icon-2, .konz-video-icon-3{
		right: 0.3125rem;
		font-size: 3rem;
	}
	.ivic.konz-video-icon-1, .ivic.konz-video-icon-2, .ivic.konz-video-icon-3{
		margin-right:-0.4375rem;
	}
	.konz-gallery-icon-1, .konz-gallery-icon-2, .konz-gallery-icon-3{
		right: 0.3125rem;
		font-size: 2.75rem;
	}
}
@media only screen and (max-width:1300px){
.main-section > .row.konz-bridge  > .large-1.columns.konz-side-adv.no-padding{
		width:0%;
		display:none;
		}
.the-large-ten{
width:100%;
}
.main-section > .row.konz-bridge {
		width:100%;
		}
.main-section > .row.konz-bridge  > .large-10{
		max-width:60rem;
		float:none;
		margin-left:auto;
		margin-right:auto;
		}
}
@media only screen and (min-width: 1025px) {
		#drop1{
		display:none;
		}
	    .celeb-profile-rtl > .large-6:nth-of-type(odd), .container-6-6 > .large-6:nth-of-type(odd){
		float:left;
		padding-left:0rem!important;
		padding-right:0.15625rem!important;
		}
		  .celeb-profile-rtl > .large-6:nth-of-type(even), .container-6-6 > .large-6:nth-of-type(even){
		float:right;
		padding-right:0rem!important;
		padding-left:0.15625rem!important;
		}
		.container-4-4-4 > .large-4:nth-of-type(3n+1){
		padding-left:0rem;
		padding-right:0.2083rem;
		}
		.container-4-4-4 > .large-4:nth-of-type(3n+2){
		padding-right:0.10416rem;
		padding-left:0.10416rem;
		}
		.container-4-4-4 > .large-4:nth-of-type(3n){
		padding-right:0rem;
		padding-left:0.2083rem;
		}
		.margin-class-right-big{
		margin-right:0.625rem;
		}
		.container-8-4 > .large-4 > .widgetbox.content-lister > .large-12,
		.container-8-4 > .large-4 > .widgetbox.quiz > .large-12,
		.container-8-4 > .large-4 > .widgetbox.upload > .large-12,
		.container-8-4 > .large-4 > .widgetbox.adocean-billboard,
		.container-8-4 > .large-4 > .widgetbox.vote,
		.container-8-4 > .large-4 > .widgetbox.news-feed{
		padding-right:0rem!important;
		padding-left:0.3125rem!important;
		}
		.container-4-8 > .large-4 > .widgetbox.content-lister > .large-12,
		.container-4-8 > .large-4 > .widgetbox.quiz > .large-12,
		.container-4-8 > .large-4 > .widgetbox.upload > .large-12,
		.container-4-8 > .large-4 > .widgetbox.adocean-billboard,
		.container-4-8 > .large-4 > .widgetbox.vote,
		.container-4-8 > .large-4 > .widgetbox.news-feed{
		padding-right:0.3125rem!important;
		padding-left:0rem!important;
		}
	.no-padding-large{
	padding:0rem!important;
	}
	.three-columns > .large-4:nth-of-type(3n+1){
	padding-left:0rem;
	padding-right:0.2083rem;
	}
	.three-columns > .large-4:nth-of-type(3n+2){
	padding-right:0.10416rem;
	padding-left:0.10416rem;
	}
	.three-columns > .large-4:nth-of-type(3n){
	padding-right:0rem;
	padding-left:0.2083rem;
	}
	.four-columns > .large-3:nth-of-type(4n+1){
	padding-left:0rem;
	padding-right:0.2333rem;
	}
	.four-columns > .large-3:nth-of-type(4n+2){
	padding-right:0.12916rem;
	padding-left:0.11665rem;
	}
	.four-columns > .large-3:nth-of-type(4n+3){
	padding-right:0.11665rem;
	padding-left:0.12916rem;
	}
	.four-columns > .large-3:nth-of-type(4n){
	padding-right:0rem;
	padding-left:0.2333rem;
	}
	.six-columns-view  > .large-2:nth-of-type(6n+1){
	padding-left:0rem;
	padding-right:0.2083rem;
	}
	.six-columns-view  > .large-2:nth-of-type(6n+2), 
	.six-columns-view  > .large-2:nth-of-type(6n+5){
	padding-right:0.10416rem;
	padding-left:0.10416rem;
	}
	.six-columns-view  > .large-2:nth-of-type(6n+3){
	padding-left:0.2083rem;
	padding-right:0.10416rem;
	}
	.six-columns-view  > .large-2:nth-of-type(6n+4){
	padding-left:0.2083rem;
	padding-right:0.2083rem;
	}
	.six-columns-view > .large-2:nth-of-type(6n){
	padding-right:0rem;
	padding-left:0.2083rem;
	}
}
@media only screen and (min-width:641px) and (max-width: 1025px) {
.container-6-6 > .large-6:nth-of-type(odd){
		float:left;
		padding-left:0rem!important;
		padding-right:0.3125rem!important;
		}
		.container-6-6 > .large-6:nth-of-type(even){
		float:right;
		padding-right:0rem!important;
		padding-left:0.3125rem!important;
		}
.padding-class-left-on-device{
		padding-left:0.625rem;
		}
.padding-class-right-on-device{
		padding-right:0.625rem;
		}
.padding-class-right-on-device-imp{
		padding-right:0.9375rem!important;
		}
.margin-class-left-on-device{
		margin-left:0.625rem;
		}
.go-top > h5{
		padding-right: 3.125rem;
		line-height: 2rem;
		}
.footer-social-middle{
		display:block;
		margin:0 auto;
		}
.footer-social-class ,.bottom-menu-konz, .copy-container{
		width:100%;
		text-align:center;
		}
.footer-social-class-facebook, .footer-social-class-twitter, .footer-social-class-gplus, .footer-social-class-rss{
		width:33.33%;
		}
.footer-social-class-facebook{
	background-color:rgba(51,75,143,1);
	}
.footer-social-class-twitter{
	background-color:rgba(63,157,212,1);
	}
.footer-social-class-gplus{
	background-color:rgba(212,31,31,1);
	}
.footer-social-class-rss{
	background-color:rgba(241,139,50,1);
	}
.bottom-menu-konz > dd{
		width:33.33%;
		text-align:center
		}
.bottom-menu-konz > dd a{
		padding:0rem;
		line-height:2.625rem;
		}
.no-padding-medium{
		padding:0rem!important;
		}	
.clear{
clear:both;
}
.medium-6{
		padding-right:0.3125rem;
		padding-left:0.3125rem;
		}
.row > .medium-sv-konz > .medium-6:nth-of-type(odd){
		padding-right:0.3125rem!important;
		padding-left:0rem;
		float:left;
		}
.row > .medium-sv-konz > .medium-6:nth-of-type(even){
		padding-left:0.3125rem!important;
		padding-right:0rem;
		float:right;
		}
.container-8-4 > .large-4 > div[id^=box]:nth-of-type(even),
.container-4-8 > .large-4 > div[id^=box]:nth-of-type(even){
		width:50%;
		padding-left:0.3125rem!important;
		padding-right:0rem;
		float:right;
}
.container-8-4 > .large-4 > div[id^=box]:nth-of-type(odd),
.container-4-8 > .large-4 > div[id^=box]:nth-of-type(odd){
		width:50%;
		padding-right:0.3125rem!important;
		padding-left:0rem;
		float:left;
}

.large-12.medium-12{
		padding-left:0rem;
		padding-right:0rem;
		}
}
@media only screen and (min-width: 640px) {
.large-8 > .medium-12{
		padding:0rem;
		}
.half-padding-left{
		padding-left:0.15625rem;
		}
.half-padding-right{
		padding-right:0.15625rem;
		}
.righted-text-only-small{
text-align:right;
}
}
@media only screen and (max-width: 640px) {
.padding-class-right-on-device-imp{
		padding-right:0.9375rem!important;
		}
.large-6 > .widgetbox.video > .width-max{
padding-left:0rem;
}
.no-margin-class-left-small{
		margin-left:0rem;
		}
.move-right > .inner-wrap {
  /*-ms-transform: translate(17rem, 0)!important;
  -webkit-transform: translate3d(17rem, 0, 0)!important;
  -moz-transform: translate3d(17em, 0, 0)!important;
  -ms-transform: translate3d(17rem, 0, 0)!important;
  -o-transform: translate3d(17rem, 0, 0)!important;
  transform: translate3d(17rem, 0, 0)!important;*/}
.left-off-canvas-menu{
		/*width:17rem!important;*/
		}
.padding-class-left-on-device{
		padding-left:0.625rem;
		}
.padding-class-right-on-device{
		padding-right:0.625rem;
		}
.margin-class-left-on-device{
		margin-left:0.625rem;
		}
.padding-class-top-big-device{
		padding-top:0.625rem;
		}
.go-top > h5{
		padding-right: 3.125rem;
		line-height: 1.5rem;
		}
.footer-social-middle{
		display:block;
		margin:0 auto;
		}
.footer-social-class-facebook, .footer-social-class-twitter, .footer-social-class-gplus, .footer-social-class-rss, .bottom-menu-konz{
		width:100%;
		}
.footer-social-class-facebook{
	background-color:rgba(51,75,143,1);
	}
.footer-social-class-twitter{
	background-color:rgba(63,157,212,1);
	}
.footer-social-class-gplus{
	background-color:rgba(212,31,31,1);
	}
.footer-social-class-rss{
	background-color:rgba(241,139,50,1);
	}
.bottom-menu-konz > dd, .copy-container, .footer-social-class{
		width:100%;
		text-align:center
		}
.bottom-menu-konz > dd a{
		padding:0rem;
		line-height:1.625rem;
		}
.no-padding-small{
		padding:0rem!important;
		}
.medium-6, .large-12{
		/* Rajmi szerk.
		padding-right:0.3125rem;
		padding-left:0.3125rem;*/
        padding: 0rem;
		}
.large-8 > .large-12{
		padding-right:0.3125rem;
		padding-left:0.3125rem;
		}
.tagname-on-pic-inside{
		margin-left:-0.625rem!important;
		margin-top:-1.43rem!important;
		}
}
@media only screen and (max-width: 480px) {
	.konz-important-text-block{
	min-width:100%;
	margin-left:0rem;
	}
}
/*simplebox*/
.simplebox {
	font-size: 1.475rem;
	background-color: rgba(245,245,245,1);
	padding: 0.625rem;
	min-height: 10rem;
	margin-left: -1.25rem;
	margin-top: 1.075rem;
	margin-right: 1.075rem;
	margin-bottom: 1.075rem;
}
.simplebox  > *{
	color: #333333!important;
	line-height: 1.325rem!important;
	font-size: 1.125rem!important;
}
.simplebox-title {
    margin: 0 0 8px;
    padding: 5px 8px;
}
.simplebox-content {
    padding: 0 8px;
}
.simplebox.align-right {
    float: right;
}
.simplebox.align-left {
    float: left;
}
.simplebox.align-center {
    margin-left: auto;
    margin-right: auto;
}
/*tv-drop*/
.rtl-tv-background{
	background-color:rgb(245,245,245);
}

.rtl-tv-dater{
	line-height:3.125rem;
	font-size:1.25rem;
	text-align:center;
	width:100%;
}

.rtl-tv-first-row{
	min-height:4.375rem;
}

.rtl-tv-squares{
	background-image:url(http://cdn.rtl.hu/site/squares.png);
	background-repeat:no-repeat;
	margin-top:1.1875rem;
	display:inline-block;
	width:1.9375rem;
	height:2rem;
}

.small-text-rtl-imp {
	font-size: 0.725rem !important;
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}

.rtl-tl-padding-left {
	padding-left:1rem;
}

.rtl-watchable {
	width: 1.1875rem;
	height: 0.875rem;
	display: inline-block;
	background-image: url( http://cdn.rtl.hu/site/watch-eye.png );
	background-repeat: no-repeat;
	margin-top: 0.125rem;
}

.tv-watch-line{
	height: 0.1875rem;
}

.tvprogram .daytime-picker span:hover {
	cursor: pointer;
	/*background-color:*/
}

#header-tv-program li.hidden {
	display: none;
}

#header-tv-program li.pager:hover {
	background-color: #d95e4c;
}

#header-tv-program li.displayed a,
#header-tv-program li.displayed-next a {
	line-height: 1.06rem !important;
}
#header-tv-program li span {
	padding: 0 10px;
	display: block;
}

#header-tv-program li.displayed {
	background-color: rgba( 217, 78, 57, 1 );
	padding-top: 0.40625rem;
	padding-bottom: 0.40625rem;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.06rem !important;
}
#header-tv-program li.displayed span.legend {
	font-size: 0.625rem !important;
	color: #000000 !important;
}
#header-tv-program li.current span.legend::before {
	content: "Éppen adásban:";
}
#header-tv-program li.displayed a.program {
	color: #ffffff !important;
}

#header-tv-program li.displayed-next {
	background-color: rgba( 175, 52, 34, 1 );
	margin-top: 0.40625rem;
	margin-bottom: 0.40625rem;
	text-transform: uppercase;
	font-weight: bold;
}
#header-tv-program li.displayed-next span.legend {
	font-size: 0.625rem !important;
}
#header-tv-program li.next span.legend::before {
	content: "Következik:";
}
#header-tv-program li.displayed-next a.program {
	color: #ffffff !important;
}
.program{
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}
.adocean-rtl{
	float:none!important;
	margin-bottom:0.625rem!important;
	text-align: center;
	clear: both;

}
.widgetbox.adocean-billboard{
	width:100%!important;
}
.adocean-rtl-slave-pos > div, .adocean-rtl-slave-pos > ins, .adocean-rtl-slave-pos > iframe, .adocean-rtl-slave-pos > object, .adocean-rtl-slave-pos > img, .adocean-rtl-slave-pos > a > img{
		display:block!important;
		margin:0 auto!important;
	}
.adocean-roadblock > .adocean-rtl{
	/*float:left!important;*/
}
.adocean-roadblock:before {
    content: "";
    display: table;
    clear: both;
}
iframe#google_esf {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}
.margin-right-1rem {
	 margin-right: 1rem;
}

/* age confirmation popup */
.age-pop-up {
	border-radius: 5px;
	width: 50%;
	left: 25%;
	top: 5%;
	z-index: 10000;
}
@media only screen and ( max-width: 1024px ) {
	.age-pop-up  {
		width: 96%;
		left: 2%;
		top: 3%;
	}
	.ivic-rtl{
	margin-right:-0.375rem!important;
	font-size:3rem!important;
	}
}
@media only screen and ( max-width: 641px ) {

	/*.rtl-giant-18 {
	height:1.5rem!important;
	width:1.5rem!important;
	line-height:1.2rem!important;
	font-size: 0.75rem!important;
	margin-top:0rem!important;
	float:right!important;
	border: 3px solid rgb( 217, 78, 57 )!important;
	}*/
	p.age-rtl-text-color {
	font-size:0.75rem!important;
}
}

.rtl-giant-18 {
	height: 5rem;
	width: 5rem;
	display: block;
	border: 6px solid rgb( 217, 78, 57 );
	border-radius: 3rem;
	font-size: 3rem;
	line-height: 4.25rem;
	margin: 1rem auto;
	text-align: center;
	font-weight: bold;
}

.age-rtl-text-color-mobile {
	display: none;
	text-align: center;
}

@media only screen and ( max-width: 700px ) {
	.age-rtl-text-color-mobile {
		display: block;
	}
	
	p.age-rtl-text-color-mobile {
		font-size: 0.9rem;
		margin: 0 0 5px 0 !important;
	}
	
	.age-rtl-text-color {
		display: none;
	}
	
	.centered-rtl {
	    text-align: center;
	    font-size: 0.6rem;
	    width: 49%;
	}
	
	.rtl-giant-18 {
	    height: 2rem;
	    width: 2rem;
	    display: block;
	    border: 3px solid rgb( 217, 78, 57 );
	    border-radius: 3rem;
	    font-size: 1rem;
	    line-height: 1.65rem;
	    margin: 1rem auto;
	    text-align: center;
	    font-weight: bold;
	}
}

.age-rtl-text-color, .age-rtl-text-color-mobile {
	color:rgb( 79, 79, 78 );
}

p.age-rtl-text-color, p.age-rtl-text-color-mobile {
	margin: 1rem 1rem 1.5rem 1rem;
}

.ager-button-rtl {
	background-color:rgba( 79, 79, 78, 1 );
	color:rgb( 255, 255, 255 );
}

.toTheTop {
    position: fixed;
    bottom: 2%;
    right: 5%;
    background: rgba(0, 0, 0, 0.67);
    width: 34px;
    float: right;
    border: 1px solid rgb(162, 162, 162);
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px white;
    display: none;
    font-size: 30px;
    padding: 3px;
    height: 25px;
    font-weight: bolder;
    color: rgb(235, 235, 235);
    z-index: 999;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    -o-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

.toTheTop:hover {
    padding: 0px;
}

/* comments */
.comment-user{
	
}
.comment-date{
	
}
.comment-reply{
	
}
.answer-padding{
	padding-left:1.6875rem;
}

/* pagination */
li.page-selector.current > a {
	background-color: #c4c4c4 !important;
}
/* top search */
.dr-search-container {
    background: #333333;
    color: white;
    height: 45px;
    padding: 15px;
    position: absolute;
    top: -45px;
    width: 100%;
    overflow: hidden;
    z-index: 99999;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.dr-search-container-active {
    top: 0px;
}

.dr-search-container input {
    width: 65%;
    position: relative;
    top: -10px;
    background: transparent;
    border: none;
    color: white;
    font-style: italic;
}

.dr-search-container input:focus {
    background: none;
    border: none;
    box-shadow: none;
}

.dr-search-container .dr-search-close-btn img {
    cursor: pointer;
    width: 14px;
    position: absolute;
    right: 0px;
}

.top-bar-section ul li {
    float: left;
}
/* top search end */

.height-1 {
	height: 1px;
}
.programmeListWidgetBtn-icon {
    background-image: url('../images/megnezem-x2-gray.png');
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	left: 13px;
    top: 0px;
}


.cookie-container {
    position: fixed;
    bottom: -110px;
    background-color: #333333;
    z-index: 999;
    padding: 15px 10px;
    border-top: 5px solid #D94E39;
    /*-webkit-transition: bottom 1.7s 1s ease-in;
    -moz-transition: bottom 1.7s 1s ease-in;
    -ms-transition: bottom 1.7s 1s ease-in;
    -o-transition: bottom 1.7s 1s ease-in;
    transition: bottom 1.7s 1s ease-in;*/
}

.cookie-container-visible {
	bottom: 0px !important;
}

.cookie-text {
	font-size: 0.8rem;
    text-align: center;
    color: #ffffff;
    line-height: 1.1rem;
}

.accept-cookie-btn-holder {
	text-align: right;
}

.accept-cookie-btn, .more-info-cookie-btn {
    padding: 5px 20px;
    cursor: pointer;
    font-size: 0.77rem;
    color: #ffffff;
    font-family: 'open_sansextrabold'!important;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.more-info-cookie-btn a {
	color: #ffffff !important;
}

@media only screen and (max-width:639px) {
	.accept-cookie-btn-holder, .more-info-cookie-btn-holder {
		text-align: center !important;
	}
	
	.more-info-cookie-btn-holder {
		margin-top: 15px;
	}
	
	.cookie-container {    
    	bottom: -250px;
		/*-webkit-transition: bottom 2.2s 1s ease-in;
	    -moz-transition: bottom 2.2s 1s ease-in;
	    -ms-transition: bottom 2.2s 1s ease-in;
	    -o-transition: bottom 2.2s 1s ease-in;
	    transition: bottom 2.2s 1s ease-in;*/
	}
}

.episodes-title-rtl {
	color: #ffffff;
	font-size: 1.2rem;
	padding: 0 0 0 15px;
}

.episode-title-rtl {
	color: #ffffff;
}

.recents-title-rtl{
	font-size: 1.1rem;
   	color: #ffffff;
   	padding: 0 0 0 15px;
}

.episodes-more-recents-btn, .episodes-less-recents-btn {
    cursor: pointer !important;
}

  .search-wrap .thresshold-progress {
    position: absolute;
    bottom: 17px;
    height: 2px;
    width: 0%;
    margin-left: 1px;
    margin-right: 1px;
    opacity: 0;
    background-color: #cb0606;
    transition: all 0.3s ease-out; }

.search-input-rtl {
	position: relative !important;
    background: transparent !important;
    color: white !important;
    font-style: italic !important;
    padding-left: 35px !important;
}

.search-icon-rtl {
    margin: 0.5rem;
    width: 1.3125rem;
    height: 1.3125rem;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.4rem !important;
    left: 15px;
    position: absolute;
    top: -2px;
}

.active-triangle-left, .active-triangle-top, .triangle-bottom, .triangle-top {
  position: relative;
  padding-left: 2rem; }
  .active-triangle-left:before, .active-triangle-top:before, .triangle-bottom:before, .triangle-top:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0; }

.active-triangle-left:before {
  left: 15px;
  top: 17px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #cb0606; }

.active-triangle-top:before {
  left: 15px;
  top: 1.1rem;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #cb0606; }

.triangle-bottom:before {
  left: 15px;
  top: 18px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #cb0606; }
.triangle-bottom.tri-large {
  padding-left: 2.1rem; }
  .triangle-bottom.tri-large:before {
    top: 0.3rem;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 14px solid #cb0606; }

.triangle-top:before {
  left: 0;
  top: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #cb0606; }
.triangle-top.tri-large {
  padding-left: 2.1rem; }
  .triangle-top.tri-large:before {
    top: 0.3rem;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 14px solid #cb0606; }
    
.left-off-canvas-menu {
	width: 17rem;
}


.author-img {
	/*width: 90px;
    margin: 0.2rem;*/
}

.author-img:first-child {
	margin-left: 0;
}

.author-img:last-child {
	margin-right: 0;
}

.author-img:nth-child(n+7) {
	margin-left:0;
}

.author-label {
	float:left;
	margin: 5px 0;
}

.article-author {
	/*width: 100%;
    text-align: center;
    font-size: 12px;
    height: 32px;
    display: table;*/
	float: left;
    margin: 0 0 0 8px;
    position: relative;
}

.article-author:after {
	content: ',';
    position: absolute;
    bottom: 0px;
    left: 100%;
    font-size: 0.9rem;
    margin: 0 0 0 1px;
    font-weight: bold;
}

.article-author:last-child:after {
	content: '';
}

.author-name {
	/*vertical-align:middle;
    display: table-cell;
    text-transform: uppercase;
    line-height: 1.25rem;
    font-size: 0.69rem;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding-left: 0.2rem;
    padding-right: 0.2rem;*/
    margin-top: 0.3rem;
}

.article .author-name a, .article .author-name a:hover, .author-name a, .author-name a:hover {
	/*color: #ffffff !important;*/
	font-weight:bold;
	font-style:normal;
	color:#222 !important;
	text-transform: uppercase;
}

.author-title {
	background-color: rgba( 208, 43, 45, 1 );
    color: #ffffff;
    padding: 5px;
    font-weight: 600;
    font-size: 14px;
    z-index: 999;
    position: relative;
}

.box-header-title {
	font-size: 1.125rem;
}

.contents-title {
	font-size: 0.803125rem;
}

.contents-simple-title {
	font-size: 1rem;
}

.fs-popup {
	position: relative;
	width: 100%;
	height: 100%;	
	background: transparent !important;
}

.fs-popup-btn {
    content: "\f110";
    padding: 5px 0px 5px 5px;
    position: absolute;
    font-family: "foundation-icons";
    font-size: 22px;
    color: #ffffff;
    bottom: 5px;
    right: 5px;
    background: rgba(0,0,0,.5);
    cursor: pointer;
}

.fs-article-img {
   	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    left: 0;
    top: 0;
    z-index: 9999;
    opacity: 0;
    transform: scale(0,0);
    overflow: auto;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.active-fs {
	opacity: 1 !important;
    transform: scale(1,1) !important;
}

.active-fs-holder {
    transform: scale(1,1) !important;
    opacity: 1 !important;
    z-index: 99999;
}

.fs-img-holder {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.fs-img {
	text-align: center;
	opacity: 0;	    
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    overflow: auto;
    background-attachment: initial;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    transform: scale(0,0);

}

.exit-fs {
    padding: 5px;
    font-size: 22px;
    position: fixed;
    right: 25px;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    color: #ffffff;
    top: 8px;
    z-index: 9999;
}

.fs-article-img .mCustomScrollBox .mCSB_container {
	margin-right: 0 !important;
}

/* REGISTRATION */

.registrationContainer, .userDataContainer {
	position: absolute;
	background-color: rgba(0,0,0,.55);
	z-index: 999999;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
}

.panelContainer {
  /*width: 500px;*/
  position: relative;
  margin: 65px auto;
  line-height: 1.3;
  /*box-shadow: 4px 4px 6px rgba(0,0,0,.8);*/
}

.panelContainer ul li {
	width: 28%;
	font-weight: bold;
}

.panelContainer ul li:last-child {	
  text-align: right;
  font-size: 0.75rem;
  margin: 17px 0px;
  width: 5%;
  float: right;
  cursor:pointer;
}

.regPanelHeader {
	background-color: #424242;
}

.reg-tab a {
	background-color: #555555 !important;
  	padding: 9px 0px !important;
  	color: #dddddd !important;
  	margin: 0.85rem  0.07rem 0rem 0.07rem !important;
  	font-size: 0.9rem !important;
}
    
.reg-tab.active a {
	background-color: #ffffff !important;
	color: #666666 !important;
}

.reg-content {
	background-color: #ffffff;
	color: #343434;
}

.reg-content .rcmd-title, .reg-content .rcmd-title-sub {
	color: #ffffff;
}

.login-footer {
  background-color: #ae201f;
  color: #ffffff;
  min-height: 70px;
}

.login-body-text, .login-body-text-facebook {
	text-align: justify;
 	font-size: 0.8rem;	
}

.login-input input {
	color: balck !important;
	border-color: #000000;
  	padding-left: 2.2rem !important;
}

.login-input i {
	color: #000000;
}

.login-input .input-icon {
  position: absolute;
  top: 0.7rem;
  left: 0.5rem;
}

.login-button-holder {
	text-align: center;
	/*background-color: #1d1d1b;*/
	color: #e7e7e5;
}

.login-button-holder .login-button {
    width: 100%;
    font-weight: bold;
    font-size: 0.85rem;
    cursor: pointer;
    margin: 0;
    color: white;
    background-color: black;
    height: 37px;
    padding: 0px;
}

.login-button {
    width: 100%;
    font-weight: bold;
    font-size: 0.85rem;
    cursor: pointer;
    margin: 0;
    background: none;
    color: white;
}

.login-button-holder .login-button:hover {
	background: black;
}

.login-button:hover {
	background: none;
	color: white;
}

.login-button:focus {
	color: white;
	outline: none;
}

.registration-button-holder {
	text-align: center;
	padding-top: 10px !important;
}

.registration-button {
	padding: 0.5rem;
	font-weight: bold;
	font-size: 0.85rem;
	color: #ffffff;
	border: 1px solid #ffffff;
	cursor: pointer;
}

.reg-body-text {
	font-size: 0.8rem;
	padding-top: 20px;
}

.reg-left-icon {
	background-image: url("../images/reg-left-logo.png");
	padding: 24px;
	background-repeat: no-repeat;
}

.login-input span {
	font-size: 0.9rem;
}

.forgotten-password {
	font-size: 0.8rem;
	font-weight: bold;
}

.forgotten-password a {
	color: red;
}

.custom-radio input[type="radio"], .custom-radio-vote input[type="radio"] {
    display:none;
}

.custom-radio label, .custom-radio-vote label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    /*padding-left: 25px;*/
    margin-right: 15px;
    font-size: 13px;
    line-height: 15px;
}

.custom-radio label:before, .custom-radio-vote label:before {
    border-radius: 12px;
}

.custom-radio label:before, .custom-checkbox label:before, .custom-radio-vote label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #464646;
}

.custom-radio label:before, .custom-radio-vote label:before {
	bottom: 0;
    position: absolute;
    left: -20px;
}

.custom-checkbox label:before {
	
}

.custom-checkbox-label-dark label {
	color: #ffffff !important;
	font-size: 1rem;
}

.custom-checkbox-label-light label {
	color: #343434 !important;
    font-weight: bold;
    font-size: 0.8rem;
}

.custom-radio input[type=radio]:checked + label:before, .custom-radio-vote input[type=radio]:checked + label:before {
	/*content: "\2022";
	color: #d91a12;
	font-size: 39px;
	line-height: 15px;
	bottom: -8px;*/
	content: "\2022";
	color: #d91a12;
	font-size: 39px;
	line-height: 11px;
	bottom: 0;
    position: absolute;
    left: -20px;
}

.custom-radio-vote label:before {
    background-color: transparent;
    border: 2px solid #5a5a5a;
}

.custom-radio-vote input[type=radio]:checked + label:before {
	border-color: #d1d2d6;
	line-height: 13px;
	/*bottom: 1px;*/
}

.custom-radio-vote label {
	color: #c1bfc0;
}

.custom-checkbox input[type=checkbox] {
    display: none;
}

.custom-checkbox label {
	/*margin-left: 1.5rem !important;*/
    margin-right: 0rem;
    left: -5px;
}

.custom-checkbox label:before { 
	margin-right: 0rem;
    bottom: -2px;
    left: -6px;
}

.custom-checkbox input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #d91a12;
    text-align: center;
    line-height: 15px;
    position: relative;
    bottom: 0px;
}

.custom-logout-icon {
    position: absolute;
    top: 16px;
    right: -1px;
}

.custom-logout-icon-resp {
    position: absolute;
    top: 10px;
    right: 10px;
}

.login-input .help-block {
    position: relative;
    top: -5px;
    color: #D71919;
    font-weight: bold;
    font-size: 0.8rem;
}

.registration-button-form, .profile-button {
    text-align: center;
    color: #ffffff;
    background-color: #d71919;
    padding: 0.6rem 0;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}

.registration-button-form:hover, .registration-button-form:focus, .profile-button:hover, .profile-button:focus { 
	background-color:#d71919;
	color:white;
}

.login-name {
    white-space: nowrap;
    width: 6.5rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 10px;
}

.facebook-login {
	width: 80%;
	margin: 10px auto;
	background-color: rgb(66, 66, 66);
	padding: 10px;
	text-align: center;
	position: relative;
}

.facebook-login span {
	font-size: 1rem;
}

.facebook-login span a {	
	color: #fff;
}

.facebook-login i {
  font-size: 1.2rem;
  color: #fff;
}

.facebook-login span b {
	color: #f8c540;
}

.facebook-login .auth-clients {
	margin: 0;
	overflow: hidden;
}

.no-float {
	float:none !important;
}

.center-div {
	margin: 0 auto;
}

.reg-button-holder {
	padding-left: 0;
	text-align: center;
}

.login-button-holder .login-button::-moz-focus-inner {
	border: 0; padding: 0; margin:0; 
}

.regClose {
	color: #fff;
}

@media only screen and (max-width:510px) {
 
	.regPanelHeader ul li a {
		margin: 0px !important;
	}
	
	.regPanelHeader ul li {
		width: 100%;
	}
	
	.regPanelHeader {
	}
	
	.panelContainer ul li:last-child {
	  font-size: 0.75rem;
	  cursor: pointer;
	  position: absolute;
	  top: 0;
	  right: 0;
	}
 
	 .regPanelHeader ul li:last-child i {
		position: absolute;
		right: -10px;
		top: -28px;
		padding: 2px 4px;
		font-size: 1.2rem;
	}
	
	.regPanelHeader { 
	  padding: 0;
	}
 
}

.rcmd-title {
  text-transform: uppercase; }

.rcmd + .rcmd {
  padding-top: 10px; }
.rcmd .column {
  min-height: 120px;
  padding-top: 23%; }
.rcmd .rcmd-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
.rcmd > .column.rcmd-content {
  background-color: #232323;
  transition: background-color 0.3s ease-out; }
.rcmd:hover .rcmd-content {
  background-color: #cb0606; }
.rcmd:hover .watch-button {
  border: none; }
  .rcmd:hover .watch-button .watch-button-icon {
    background-image: url('../images/videok-x2.png'); }

.rcmd-content {
  position: relative;
  background-color: #2a2a2a; }
  .rcmd-content .rcmd-content-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    padding: 1px; }
  .rcmd-content .watch-button {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0;
    text-align: left;
    border: none; }
  .rcmd-content .rcmd-title {
    line-height: 1.1rem;
    font-weight: bold;
    width: 90%; }
  .rcmd-content .rcmd-title-sub {
    display: inline-block;
    width: 90%;
    max-height: 1.2rem;
    color: #979797;
    font-weight: bold;
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.rcmd-column + .rcmd-column {
  margin-top: 10px; }
  
  .rcmd-column {
    margin-top: 10px; }

@media only screen and (min-width:640px) {
  .rcmd-column:nth-child(odd) {
   /* padding-right: 5px !important; */ }
  /*.rcmd-column {
    margin-top: 10px; }*/
  .rcmd-column:nth-child(even) {
   /* padding-left: 5px !important; */ } }

@media only screen and (min-width:960px) {
  .rcmd-column:nth-child(odd) {
    /*padding-right: 0 !important;*/ }
  .rcmd-column:nth-child(even) {
    margin-top: 10px;
    /*padding-left: 0 !important;*/ }
  div.rcmd-title {
    font-size: 0.8rem; }
  .rcmd .column {
    min-height: 92px;
    padding-top: 23%;
    background-color: #2a2a2a; }
  .rcmd .watch-button {
    bottom: -5px;
    left: 0; } }

.button {
  border: 2px solid #A0A0A0;
  background-color: transparent;
  /*padding-top: 0.7rem;
  padding-bottom: 0.7rem;*/
  padding: 0;
  color: white;
  transition: border-color 0.3s ease-out; }
  .button:hover {
    color: white;
    border: 2px solid #cb0606;
    background-color: transparent; }

.watch-button {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 10px; }
  .watch-button span {
    display: inline-block;
    color: #f2f2f2; }
  .watch-button span + span {
    padding-left: 5px;
    padding-left: 20px; }
  .watch-button .watch-button-icon, .watch-button .read-button-icon {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 1px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
 
 .rcmd:hover .watch-button .watch-button-icon {
    background-image: url('../images/videok-x2.png');
}
    
    .watch-button .watch-button-icon {
    background-image: url('../images/megnezem-x2.png');
}

.channelLogos ul li a {
	padding: 10px 25px;
	cursor: pointer;
}

.channelLogos ul {
	margin-bottom: 10px;
    padding-bottom: 5px;
}

.chlogo {
    display: inline-block;
    list-style-type: none;
    width: 75px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 5px 4px 8px;
}

.rtl2 {
	background-image: url(../images/RTL2_logo.png);
}

.film {
	background-image: url(../images/FILM+_logo.png);
}

.cool {
	background-image: url(../images/Cool_logo_2014.png);
}
.comet-logo {
	background-image: url(../images/comet-logo.png);
	width: 100%;
    height: 30px;
    margin-bottom: 15px;
    margin-left: 1.1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.comet-logo a {
	width: 100%;
    height: 100%;
    position: absolute;
}

.valasztasok-logo {
	background-image: url(../images/valasztasok-logo.png);
	width: 100%;
    height: 45px;
    margin-bottom: 15px;
    margin-left: 1.1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.valasztasok-logo a {
	width: 100%;
    height: 100%;
    position: absolute;
}

.rtlklub {
	background-image: url(../images/rtl-klub.png);
}
.rtlgold {
	background-image: url(../../images/rtl-gold-logo.png);
}
.muzsikatv {
	background-image: url(../../images/muzsika-tv-logo.png);
	width: 85px;
}
.rtlplusz {
	background-image: url(../../images/rtlplusz-tv-logo.png);
	width: 85px;
}
/************* DEBUG MODE ***************/
.debug-div {
	border: 1px dashed red;
    margin: 15px 7px;
    overflow-x: hidden;
    overflow-y: visible;
}
.debug-ad-div {
	background: rgba(252,62,62,.8);
}

.debug-info {
	background: rgba(0,0,0,.8);
    font-size:0.8rem;
    z-index: 99999999;
    padding: 5px;
    float: none !important;
    color: rgba(255,255,255,1);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.9) ;
    overflow: inherit;
    position: absolute;
    display:none;
    
    width: 95%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 10px 10px;
    margin-top: 5px;
	box-shadow: 0px 0px 10px 0px black;
    border: 1px solid #f1e9e9;
    line-height: 1.1;
}

.debugBtn {
	float: right;
	max-width: 16px;
	max-height: 16px;
	display:none;
	z-index: 999;
    position: relative;
	-webkit-filter: drop-shadow(2px 2px 2px white);
  	filter: drop-shadow(2px 2px 2px white);
}

.debug-widget {
	background: rgba(0,0,0,.9);
    font-size:0.8rem;
    z-index: 99999999;
    position: fixed;
    left: 0;
    bottom: 0%;
    padding: 5px;
  	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  	color: rgba(255,255,255,1);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.9) ;
    display:none;
    line-height: 1.1;
    border-top: 1px solid #b5afaf;
    left: 0%;
    width: 100%;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.debugMini {
	left: -100%;
}

.setMax {
	right: -46px !important;
    background: rgba(0,0,0,.8);
    padding: 5px 19px 5px 15px;
    cursor: pointer;
}

.setMini {
	position: absolute;
    right: 18px;
    font-size: 33px;
    bottom: 5px;
    font-weight: bold;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    cursor: pointer;
}

.exitDebug {
    position: absolute;
    font-size: 22px;
    right: 15px;
    top: 5px;
    cursor: pointer;
}

.debugWidgetBtn {
    position: fixed;
    left: 10px;
    bottom: 15px;
    margin: 0;
	max-width: 32px;
	max-height: 32px;
	-webkit-filter: drop-shadow(2px 2px 2px white);
  	filter: drop-shadow(2px 2px 2px white);
}
/************* DEBUG MODE ***************/

/* STROSSLE CUSTOM CSS - START */

.spklw-widget {
	padding: 0 !important;
	margin: 10px 0 !important;
	background: #fff !important;
}

.spklw-swiper-container {
	margin: 0 !important;
}

@media only screen and (max-width: 960px) {
	.spklw-widget {
	    margin: 10px 5px !important;
	}
}

/* STROSSLE CUSTOM CSS - END */

.rtlcl {
	margin: 0 0 20px 0;
}

.smiley-plugin {
	width: inherit !important;
	height: inherit !important;
	margin: 0px !important;
	display: initial !important;
}