.telesportTvLogo{
	background-image: url(IMG/tv_icon_telesport.png) !important;
	width: 34px !important;
}

.hiradoLogo{
	background-image: url(IMG/hirado.png) !important;
	width: 27px !important;
}

.m4-link{
	width:25px !important;
	height:25px !important;
	background-image:none !important;
}

.articleReader audio{
	height: auto;
	margin: 30px 0 5px 0;
}


.tsSelectSideMenu{
    display:none;
    margin: 20px auto 20px auto;
    width: 300px;
    font-family: ProxiBold;
    font-size: 15px;
    border-radius: 0;
}

.fOneSide{
    padding: 1px 0
}

/* f1-player*/

.f1-player-container{
    width:1440px;
    padding-bottom:40px
}

.f1-player-container h2{
    padding: 25px 0 10px 30px;
    font-size: 28px;
    font-family:ProxiBold;
    font-weight:normal  
}


.f1-mail-box h2{
    padding: 10px 0 0px 10px;
    font-size: 18px;
}
  
.f1-player{
	width: 1040px;
    height: 585px;
    margin-left: 30px;
    margin-right: 10px; 
}


/*article - reszponzív youtube*/

.articleReader .embed-container{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.articleReader .embed-container iframe,
.articleReader .embed-container object,
.articleReader .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*Video player*/
.videoPlayer{
	width:100%;
	background-color:#000;
	color:#FFF	
}


.videoPlayer .playerCont,
.videoPlayer .infoCont{
	width:100%;
	margin:0 auto;
}

.videoPlayer  .videoInfo{
	width:100%;
	background-color:#333;
	padding-bottom:25px
}

.videoPlayer .infoCont .infoLogo{
	width:96px;
	height:96px;
	background-image:url(IMG/hiradoSprite.png);
	background-position:-250px -190px;
	margin:45px 25px 0 20px;
	float:left;
}

.videoPlayer .infoCont .infoTxt{
	width:100%;
	float:right;
	/*margin:0 25px 0 0;*/
	font-family:ProxiSemiBold;
	font-size:18px;
	line-height:22px
}

.videoPlayer .infoCont .infoTxt h2{
	font-size:32px;
	line-height:38px;
	text-transform:uppercase;
	margin:30px 0 19px 0	
}

/*more videos*/

.moreVideos{
	width:1440px;
	margin: auto;
	margin-top: 20px;
}

.moreVideos .moreVideoTitle{
	width:100%;
	border-bottom:#333 solid 1px;
	margin-top:20px;
}

.moreVideos .moreVideoTitle h2{
	background-color:#333;
	color:#FFF;
	margin:0;
	float:left;
	font-size:32px;
	line-height:32px;
	font-family:ProxiSemiBold;
	text-transform:uppercase;
	padding:20px 25px 15px 25px
}

.moreVideos .moreVideoCont{
	margin:30px 0 50px 0	
}

.moreVideos .oneMoreVideo{
	width:345px;
	float:left;
	margin-right:15px	
}

.moreVideos .oneMoreVideo a{
 color:#333 
}

.moreVideos .oneMoreVideo .oneVidPic{
	width:100%;
	height:195px;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	background-size: cover;
}


.moreVideos .oneMoreVideo .videoZoomingElement{
	height: auto;
	overflow: hidden;
	width: 100%;
}


.moreVideos .oneMoreVideo .oneVidPic:hover{
	-moz-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}

.moreVideos .oneMoreVideo .oneVidTxt{
	padding: 15px  15px 20px 15px;
	font-family:ProxiSemiBold;
	font-size:24px;
	line-height:24px;
	color:#000;
	position:relative
}

.moreVideos .oneVidTxt .oneVidCat{
	position:absolute;
	top:-20px;
	left:0;
	font-family:ProxiNormal;
	font-size:14px;
	line-height:14px;
	padding:4px 5px 2px 5px;
	background-color:#79288D;
	color:#FFF
}

/*.moreVideos .oneMoreVideo .oneVidShare{
	padding:0 15px
}

.moreVideos .oneMoreVideo .share,
.moreVideos .oneMoreVideo .shareOver{
	height: 34px;
  background-image: url(IMG/share_grey.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 6px 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #CCC;
  font-size: 14px;
  z-index: 100;
}

.moreVideos .oneMoreVideo .shareOver{
  display: none;
  overflow: hidden;
}

.moreVideos .oneVidShare:hover .share{
	display: none;	
}

.moreVideos .oneVidShare:hover .shareOver{
	display: block;	
}

.moreVideos .shareOver .lazySet div{
	float:left;
	margin:0 10px 10px 0 	
}*/

.moreVideos .moreVideoTabs{
	border-bottom:#646464 solid 1px;
	width: 1440px;
  	margin: 0 auto;
}

.moreVideos .moreVideoTabs ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family:ProxiSemiBold;
	font-size:32px;
	line-height:32px	
}

.moreVideos .moreVideoTabs ul li{
	float:left;
	background-color:#646464;
	margin-right:10px;
	color:#FFF;
	text-transform: uppercase;
    padding: 20px 25px 15px 25px;
}

.moreVideos .moreVideoTabs ul li:hover,
.moreVideos .moreVideoTabs ul li.active{
	background-color:#333;
}

.moreVideos .oneMoreVideo .videoMainType{
	height: 30px;
    position: absolute;
    right: 0;
    top: -30px;
}

.moreVideos .oneMoreVideo .video{
	background-position: 5px 5px;
	background-color: #79288D;
    background-image: url("IMG/hiradoSprite.png");
    background-repeat: no-repeat;
    float: right;
    height: 30px;
    margin-left: 5px;
    width: 30px;
}

.moreVideos .oneMoreVideo .gallery{
	background-position: -26px 5px;
	background-color: #79288D;
    background-image: url("IMG/hiradoSprite.png");
    background-repeat: no-repeat;
    float: right;
    height: 30px;
    margin-left: 5px;
    width: 30px;
}

/*Article reader*/

.articleHeadCont{
	width:100%	
}

.articleHead{
	width:1440px;
	margin:0 auto	
}

.articleHead .articleMeta{
	width:360px;
	float:left;
	padding:25px 0 0 20px
}

.articleHead .articleMeta .breadCrumbs{
	font-family:ProxiBold;
	font-size:16px;
	color:#FFF;
	margin-bottom:15px;
}

.articleMeta .breadCrumbs a{
	color:#FFF;
	text-decoration:none	
}

.articleMeta .breadCrumbs a:hover{
	text-decoration:underline	
}

.articleMeta .breadCrumbs .st,
.articleMeta .breadCrumbs .nd,
.articleMeta .breadCrumbs .rd{
	float:left;
	margin-right:5px
}

.articleMeta .breadCrumbs .nd{
	font-size:24px;
	margin-top:-8px	
}

.articleMeta .breadCrumbs .rd{
	font-size:30px;
	margin-top:-13px	
}

.articleHead .articleMeta .artTime{
	font-family:ProxiSemiBold;
	font-size:16px;
	color:#FFF;
	height:22px;
	margin-bottom:20px
}

.articleHead .articleMeta .lastModified{
	height:40px;
}

.articleMeta .artTime .timePicto{
	background-image:url(IMG/hiradoSprite.png);
	background-position:-100px -190px;
	width:20px;
	height:20px;
	float:left;
	margin-right:15px;
	margin-top: 4px;
}

.articleMeta .artTime span{
	font-size:24px;
	font-family:ProxiBold;	
}

.articleHead .articleMeta .artSource{
	font-family:ProxiBold;
	font-size:24px;
	color:#FFF;
	height:auto;
	min-height:22px;
	margin-bottom:23px
}

.articleMeta .artSource .sourcePicto{
	background-image:url(IMG/hiradoSprite.png);
	background-position:-100px -220px;
	width:20px;
	height:20px;
	float:left;
	margin-right:15px;	
}

.articleMeta .artSource .authorPicto{
	width:20px;
	height:20px;
	float:left;
	margin-right:15px;	
	background-image:url(IMG/author.png);
	background-size:contain;
}
.articleMeta .artSource span{
	font-size:16px;
	font-family:ProxiNormal
}

.articleHead h1{
	float:left;
	color:#FFF;
	width:710px;
	font-family:ProxiExtraB;
	font-size:42px;
	line-height:52px;
	margin:10px 0 0 20px
}

/*articleReader*/

.articleReader{
	font-family:ProxiNormal;
	font-size:18px;
	line-height:22px;
	width: 1440px;
	background-color: #fff;
	padding:30px 0 40px 0 
}

.articleReader .articleLeft{
	float:left;
	width:330px;
	margin:0 20px 0 30px	
}

.articleReader .articleLeft .articleSocial{
	margin-left:-5px;
	padding:5px 0 0 45px;
	background-image:url(IMG/share_grey.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:35px	
}

.articleReader .articleLeft .articleSocial div{
	margin-right:10px;
}

.articleReader .articleLeft .articleQuote{
	background-color:#dfdfdf;
	font-size:18px;
	font-family:ProxiSemiBold;
	font-style:italic;
	padding:35px 15px 45px 15px;
	color:#686868
}

.articleLeft .articleQuote .qoutePicto{
	width:110px;
	height:77px;
	background-image:url(IMG/hiradoSprite.png);
	background-position:-130px -190px;
	margin-bottom:50px
}

.articleReader .articleContent{
	width:670px;
	float:left;
	font-family:ProxiNormal;
	font-size:18px;
	line-height:22px;	
}

.articleReader .articleContent strong{
	font-size:24px;
	line-height:28px;
	font-family:ProxiExtraB	
}

.articleReader .articleContent strong p{
	margin-top:0	
}

.articleReader .articleContent img{
	width:100%;
	height:auto	
}

.articleReader .articleContent img.big{
	width:1070px;
	float:right;
	margin-bottom:20px
}

.articleReader .articleBanner{
	background-color:#cc00cc;
	width:690px;
	height:125px
}

.articleReader .articleRelated{
	padding-top: 10px;
	float: left;
	width: 100%;
}

/*artRelated*/

.artRelated{
	background-color:#f8f8f8;
	width: 1440px;
	margin-top: -20px;
}

.artRelated h2{
	font-size:32px;
	font-family:proxiNormal;
	text-transform:uppercase;
	color:#000;
	padding:25px 20px;
	margin:20px 0 0 0;
	border-top:#666 solid 1px;
	font-weight:normal	
}

.artRelated .artRelatedMain{
	width:335px;
	margin-left:20px;
	margin-bottom: 20px;
	float:left
}

.artRelatedMain.noPic .relMainPic{
display:none
}

.artRelatedMain.noPic .relMainTxt{
margin-top:30px
}


.artRelated a{
	color:#000;
	text-decoration:none;
	display:block;	
}

.artRelated a:hover{
	text-decoration:underline !important	
}

.artRelated .artRelatedMain .relMainPic{
	width:100%;
	height:230px;
	background-size:cover;
	background-position:center	
}

.artRelated .artRelatedMain .relMainTxt{
	padding:20px 15px 5px 15px;
	position:relative;;
	font-size:24px;
	line-height:24px;
	font-family:ProxiSemiBold;
	display:block;
		
}
.artRelated .artRelatedMain .relMainTxt a{ 
	height:120px;
	overflow:hidden;
}

.artRelated .artRelatedMain .relMainShare .share { background:#f2f2f2!important; padding-left:15px!important; color:#999;}
.artRelated .artRelatedMain .relMainShare .shareOverHover { background:#eee!important; padding: 10px 0 0 2px !important;}
.artRelated .artRelatedMain .relMainShare .shareOver .lazySet div { margin-right: 5px!important;}

.artRelatedMain .relMainTxt .relMainCat{
	position:absolute;
	top:-20px;
	left:0;
	font-size:14px;
	line-height:14px;
	padding:4px 5px 2px 5px;
	background-color:#808080;
	color:#FFF;
}

.artRelatedMain .relMainTxt .relMainType{
	height: 30px;
    position: absolute;
    top: -30px;
    right: 0;
}

.artRelatedMain .relMainTxt .relMainType .foto,
.artRelatedMain .relMainTxt .relMainType .video{
width:30px;
height:30px;
background-color:#808080;
float:right;
margin-left:5px;;
background-image:url(IMG/hiradoSprite.png);
background-repeat:no-repeat
}

.artRelatedMain .relMainTxt .relMainType .video{
	background-position:5px 5px	
}

.artRelatedMain .relMainTxt .relMainType .foto{
	background-position:-26px 5px	
}

/*.artRelatedMain .relMainShare{
	margin: 20px 0 0 0	
}

.artRelatedMain .relMainShare .share,
.artRelatedMain .relMainShare .shareOver{
  height: 34px;
  background-image: url(IMG/share_grey.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 6px 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #CCC;
  font-size: 14px;
  z-index: 100;
}

.artRelatedMain .relMainShare .shareOver{
  display: none;
  overflow: hidden;
}

.artRelatedMain .shareOver .lazySet div{
	float:left;
	margin:0 10px 10px 0	
}

.artRelatedMain .relMainShare:hover .share{
	display:none	
}

.artRelatedMain .relMainShare:hover .shareOver{
	display:block	
}*/

.artRelated .restCol{
	width:320px;
	float:left;
	margin:0 14px 0 24px
}

.artRelated .restCol .separ{
	height:1px;
	width:100%;
	background-color:#e3e3e3
}

.artRelated .restCol .restOne{
	margin:15px 0 25px 0
}

.restCol .restOne .restPic{
	width:80px;
	height:80px;
	background-size:cover;
	background-position:center;
	float:left;
	margin-right:10px
}

.restCol .restOne .restTxt{
	float:right;
	width:225px;
	color:#000;
	font-size:16px;
	line-height:18px;
	font-family:ProxiSemiBold;
	margin:5px 0 10px 0
}

.restCol .restOne .restShare{
	float:right;
	width:225px	
}

/*.artRelated .restShare{
	margin: 0	
}

.artRelated .restShare .share,
.artRelated .restShare .shareOver{
  height: 22px;
  background-image: url(IMG/share_grey.png);
  background-size:20px 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 4px 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #CCC;
  font-size: 14px;
  z-index: 100;
}

.artRelated .restShare .shareOver{
  display: none;
  overflow: hidden;
}

.artRelated .restShare .shareOver .lazySet div{
	float:left;
	margin: -3px 10px 10px 0	
}

.artRelated .restShare:hover .share{
	display:none	
}

.artRelated .restShare:hover .shareOver{
	display:block	
}*/


.artRelated .restOne.noPic .restPic{
    display:none     
}

.artRelated .restOne.noPic .restTxt,
.artRelated .restOne.noPic .restShare{
    width:100%        
}



/*responsive*/
.headBreaking {
  margin-top: 0;
}

.headBreaking .breakLive{
 	/*display:none */
}

.headBreaking .breakTxt{
 width:1440px 
}

.articleHead{
 padding-bottom: 20px;
}

.articleReader .articleLeft .articleSocial div{
	margin-bottom:5px;
	height:25px;
}

.articleReader .articleLeft .articleSocial .fb{
	width:135px;
	padding-right: 10px;
}

.articleReader .articleLeft .articleSocial .tw{
	padding-top:2px;
	height:23px
}


.articleReader .articleLeft .articleSocial .clear{
	height:0
}

.articleReader .fb_iframe_widget{
	margin-right: 0 !important
}


.articleHead .articleMeta .artSource{
 line-height.24px 
}

.articleReader .articleContent strong p{
    margin: 0 0 20px 0;
}

.articlePic{
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.articlePic img{
	margin-bottom:5px  
}

.aFramed{
  margin: 20px 20px 20px 0;
  font-family: ProxiNormal;
  font-size: 16px;
  background-color: #EEE;
  border-bottom: solid 1px #aaa;
}

.hh-audio{
   margin: 30px 0 15px 0; 
}

.articleContent .articleVideo{
    width:670px;
    height:377px;
}


/*Footer*/

.hiradoFooterContainer {
	background-color: #4c4c4c;
	/*height: 35px;*/
	padding:20px 0
}
		
.hiradoFooterContainer ul{
	width: 1440px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	list-style-type: none;
	text-align: center;
}

.hiradoFooterContainer ul li
{ display: inline-block;
margin-bottom:10px
 }

.hiradoFooterContainer ul li a{
	color: #999;
	padding: 0.2em 1em;
	text-decoration: none;
	font-size: 18px;
	font-family: ProxiNormal;
	text-transform: uppercase;
}

.hiradoFooterContainer ul li a:hover{
	background-color:transparent;
	color: #999;
	text-decoration:underline
}

@media all and (min-width: 1200px) and (max-width:1439px) {
	.artRelated .artRelatedMain {
		width: 268px;
	}
	.artRelated .artRelatedMain .relMainPic {
		height:175px;
	}
	
	.hiradoFooterContainer ul{
		width: 1170px;
	}
	
	.articleContent .articleVideo{
		width:720px;
		height:405px;
	}
	
	.f1-player-container{
        width:1170px;
    }

	.f1-player{
		width: 765px;
        height: 430px;
		margin-left: 22px;
		margin-right: 10px; 
    }
	
}

@media (min-width: 1024px) and (max-width:1199px) {
	.hiradoFooterContainer ul{
		width: 980px;
	}
	
	.articleContent .articleVideo{
		width:550px;
		height:309px;
	}
	
	.f1-player-container{
        width:980px;
    }

	.f1-player-container h2{
        font-size: 24px;
    }

	.f1-player{
        width: 570px;
        height: 321px;
		margin-left: 22px;
		margin-right: 10px; 
    }


}


@media (min-width: 768px) and (max-width:1023px) {
	.hiradoFooterContainer ul{
		width: 748px;
	}

	.hiradoFooterContainer ul li a{
		font-size:16px
	}
	
	.articleContent .articleVideo{
		width:680px;
		height:383px;
	}
	
	.f1-player-container{
        width:748px;
    }

	.f1-player-container h2{
        font-size: 24px;
    }

	.f1-player{
        width: 688px;
        height: 387px;
		margin-left: 25px;
		margin-right: 10px; 
    }


}


@media (min-width: 480px) and (max-width:767px) {
	.hiradoFooterContainer ul{
		width: 420px;
	}

	.hiradoFooterContainer ul li a{
		font-size:16px
	}
	
	.articleContent .articleVideo{
		width:350px;
		height:197px;
	}

	.aFramed{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
	}
	
	.f1-player-container{
        width:420px;
    }

	.f1-player-container h2{
        font-size: 20px;
    }

	.f1-player{
        width: 380px;
        height: 214px;
		margin-left: 20px;
		margin-right: 20px; 
    }

}


@media (max-width:479px) {
	.hiradoFooterContainer ul{
		width: 100%;
	}

	.hiradoFooterContainer ul li a{
		font-size:16px
	}
	
	.articleContent .articleVideo{
		width:100%;
		height:200px;
	}

	.aFramed{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
	}
	
	.f1-player-container{
        padding: 0 20px;
		width:100%;
        box-sizing:border-box;
		margin: 0;
    }

	.f1-player-container h2{
        font-size: 20px;
        margin: 0;
        padding: 20px 0 15px 0;
    }

	.f1-player{
        margin:0 0 0 -12px;
        width: 100%;
        height: 200px;
    }

	.f1-mail-box{
        margin:20px auto 0 auto;
	}

	

.artRelated .artRelatedMain{
	width:100%;
	margin-left:0
	}
	
.artRelated .restCol{
	width:100%;	
	margin: 0
	}

.restCol .restOne .restPic{
  	width: 30%;
	}

.restCol .restOne .restTxt{
	width: 65%;
	margin:0;
	padding: 5px 0 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}

.restCol .restOne .restShare{
	width:70%  
	}

.articleHead .articleMeta{
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}

.articleHead h1{
  	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	margin: 0;
  	padding: 10px 10px 0 20px;
  	/*overflow:hidden;*/
	width:100%  !important
}

.moreOfferCont .oneMoreOffer .moreOfferPic{
	width:30% !important
	}

.moreOfferCont .oneMoreOffer .moreOfferTxt,
.moreOfferCont .oneMoreOffer .switchShare{
	width:70% !important;
	padding: 0 0 0 10px;
	}

.moreOfferCont .oneMoreOffer .switchShare{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}

}

/*gridFix*/

@media (min-width: 1440px){

  .gridFix .container_12{
    width: 1440px;
}

.gridFix .grid_12{
    width: 1440px;
    margin-left: 0;
    margin-right: 0;
}

  .gridFix .grid_9{
    width: 1040px;
	margin-left:0;
	margin-right:20px
  } 

  .gridFix .grid_3{
	width: 340px;
	}
}

@media (min-width: 1200px) and (max-width:1439px) {

.gridFix .container_12{
    width: 1170px;
}

.gridFix .grid_12{
    width: 1170px;
	margin-left: 0;
    margin-right: 0;
}

   .gridFix .grid_9{
    width: 760px;
  } 

  .gridFix .grid_3{
	width: 340px;
	}

.articleHead{
  width: 1200px;
}

.articleHead .articleMeta{
	width:1200px
}

.articleHead .articleMeta .breadCrumbs{
float:left;
  margin-bottom:10px
}

.articleHead .articleMeta .artTime,
.articleHead .articleMeta .artSource{
float:left;
margin-right:30px
}

.articleHead h1{
	width:1200px
}

.articleReader{
  width:760px
}

.articleReader .articleLeft{
  width:760px;
  margin-left:0px;
  margin-bottom: 20px;
}

.articleLeft .articleQuote .qoutePicto{
    float: left;
    margin-right: 30px;
}


.articleReader .articleLeft .articleSocial{
margin-bottom:20px;
  min-height:30px;
}

.articleReader .articleLeft .articleSocial div{
 	float:left
}

.articleReader .articleContent{
    width: 760px;
}

.artRelated{
    width:1170px
}

.artRelated .artRelatedMain{
    width:268px;
                
}

.artRelated .artRelatedMain .relMainPic {
    height: 175px;
}

.artRelated .restCol{
    width: 250px;
    margin: 0 14px
}

.restCol .restOne .restTxt,
.restCol .restOne .restShare{
    width:160px
}

.moreOffers{
    width: 760px !important;
    float:none !important;
}

.moreOfferCont .oneMoreOffer{
    margin-bottom:20px;
    width: 360px;
}

.moreOfferCont .oneMoreOffer .moreOfferTxt{
    max-height: 40px;
    overflow: hidden;
    width: 260px;
}

.moreOfferCont .oneMoreOffer .switchShare {
    width: 220px;
}

.videoPlayer .playerCont, .videoPlayer .infoCont{
    width:100%;
}



.moreVideos{
    width: 1170px; 
}

.moreVideos .oneMoreVideo{
    width:277px;
}

.moreVideos .oneMoreVideo .oneVidPic{
  height:157px;
}


/*.hiradoFooterContainer {
	background-color: #4c4c4c;
	height: auto;
	padding-top: 20px;
}

.hiradoFooterContainer ul li { display: block; }*/
}

@media (min-width: 1024px) and (max-width:1199px) {

  .gridFix .container_12{
    width: 980px;
}

.gridFix .grid_12{
    width: 980px !important;
    margin-left: 0;
    margin-right: 0;
}

  .gridFix .grid_9{
    width: 580px;
	margin-left:15px
  } 

  .gridFix .grid_3{
	width: 340px;
	}

.articleHead{
  width: 960px;
}

.articleHead .articleMeta{
	width:960px
}

.articleHead .articleMeta .breadCrumbs{
float:left;
  margin-bottom:10px
}

.articleHead .articleMeta .artTime,
.articleHead .articleMeta .artSource{
float:left;
margin-right:30px
}

.articleHead h1{
	width:960px
}

.articleReader{
  width:590px
}

.articleReader .articleLeft{
	width:590px;
	margin-left:0px;
	margin-bottom: 20px;
}

.articleLeft .articleQuote .qoutePicto{
    float: left;
    margin-right: 30px;
}

.articleReader .articleLeft .articleSocial{
margin-bottom:20px;
  min-height:30px;
}

.articleReader .articleLeft .articleSocial div{
 	float:left
}

.articleReader .articleContent{
    width: 590px;
}

.artRelated{
    width:980px
}

.artRelated .artRelatedMain{
	width: 350px;
}

.artRelated .restCol{
    width: 265px;
    margin: 0 14px;
}

.restCol .restOne .restTxt,
.restCol .restOne .restShare{
    width:160px
}

.moreOffers{
    width: 590px !important;
    float:none !important;
}

.moreOfferCont .oneMoreOffer{
    margin-bottom:20px;
    width: 530px !important;
}

.moreOfferCont .oneMoreOffer .moreOfferTxt{
    max-height: 60px;
    overflow: hidden;
    width: 435px !important;
}

.moreOfferCont .oneMoreOffer .switchShare {
     width: 435px !important;

} 

.videoPlayer .playerCont, .videoPlayer .infoCont{
    width:100%;
}


.moreVideos{
    width: 980px; 
}

.moreVideos .oneMoreVideo{
    width:230px 
}

.moreVideos .oneMoreVideo .oneVidPic{
  height:130px
}

.moreVideos .oneMoreVideo .oneVidTxt{
  font-size: 20px;
  line-height: 20px;
}

/*.hiradoFooterContainer {
	background-color: #4c4c4c;
	height: auto;
	padding-top: 20px;
}

.hiradoFooterContainer ul li { display: block; }*/

.artRelated .artRelatedMain{
    width:220px;
                
}

.artRelated .artRelatedMain .relMainPic {
    height: 140px;
}

}

@media (min-width: 768px) and (max-width:1023px) {

  .gridFix .container_12{
    width: 748px;
}

.gridFix .grid_12{
    width: 748px;
    margin-left: 0;
    margin-right: 0;
}

  .gridFix .grid_9{
    width: 718px;
    margin-left: 15px;
  } 

  .gridFix .grid_3{
	width: 748px;
	}

.articleHead{
  width: 748px;
}

.articleHead .articleMeta{
	width:748px
}

.articleHead .articleMeta .breadCrumbs{
float:left;
  margin-bottom:10px
}

.articleHead .articleMeta .artTime,
.articleHead .articleMeta .artSource{
float:left;
margin-right:30px
}

.articleHead h1{
	width:748px
}

.articleReader{
  width:718px
}

.articleReader .articleLeft{
	width:718px;
	margin-left:0px;
	margin-bottom: 20px;
}

.articleLeft .articleQuote .qoutePicto{
    float: left;
    margin-right: 30px;
}

.articleReader .articleLeft .articleSocial{
margin-bottom:20px;
  min-height:30px;
}

.articleReader .articleLeft .articleSocial div{
 	float:left
}

.articleReader .articleContent{
    width: 718px;
}

.artRelated{
    width:748px
}

.artRelated .artRelatedMain{
    width: 350px;
    margin-left: 15px;
}

.artRelated .restCol{
    width: 350px;
    margin: 0 14px;
}

.restCol .restOne .restTxt,
.restCol .restOne .restShare{
    width:260px
}

.moreOffers{
    width: 718px !important;
    float:none !important;
}

.moreOfferCont .oneMoreOffer{
    margin-bottom:20px;
    width: 334px;
}

.moreOfferCont .oneMoreOffer .moreOfferTxt{
    max-height: 40px;
    overflow: hidden;
    width: 220px !important;
}

.moreOfferCont .oneMoreOffer .switchShare {
    width: 220px;
} 

.mostRead{
    display:none
}

.videoPlayer .playerCont, .videoPlayer .infoCont{
    width:100%
}



.moreVideos{
    width: 748px; 
}

.moreVideos .oneMoreVideo{
    width:359px 
}

.moreVideos .oneMoreVideo .oneVidPic{
  height:203px
}

.moreVideos .oneMoreVideo .oneVidTxt{
  font-size: 20px;
  line-height: 20px;
  min-height:42px
}


.tsSelectSideMenu{
    display:block;
    width:400px
}

.fOneSide ul{
    display:none
}


/*.hiradoFooterContainer {
	background-color: #4c4c4c;
	height: auto;
	padding-top: 20px;
}
			
.hiradoFooterContainer ul li { display: block; }*/

}

@media (min-width: 480px) and (max-width:767px) {

  .gridFix .container_12{
    width: 420px;
}

.gridFix .grid_12{
    width: 420px;
    margin-left: 0;
    margin-right: 0;
}

  .gridFix .grid_9{
    width: 390px;
    padding:0 15px;
  } 

  .gridFix .grid_3{
	width: 420px;
	}

.articleHead{
  width: 420px;
}

.articleHead .articleMeta{
	width:420px
}

.articleHead .articleMeta .breadCrumbs{
float:left;
  margin-bottom:10px
}

.articleHead .articleMeta .artTime,
.articleHead .articleMeta .artSource{
float:left;
margin-right:30px
}

.articleHead h1{
	width:420px;
    font-size: 32px;
  line-height: 36px;
}

.articleReader{
  width:390px
}

.articleReader .articleLeft{
	width:390px;
	margin-left:0px;
	margin-bottom: 20px;
}

.articleLeft .articleQuote .qoutePicto{
    float: left;
    margin-right: 30px;
}


.articleReader .articleLeft .articleSocial{
margin-bottom:20px;
  min-height:30px;
}

.articleReader .articleLeft .articleSocial div{
 	float:left
}

.articleReader .articleContent{
    width: 390px;
}

.artRelated{
    width:420px
}

.artRelated .artRelatedMain{
    width: 390px;
    margin-left: 15px;
}

.artRelated .restCol{
    width: 390px;
    margin: 0 14px 0 14px;
}

.restCol .restOne .restTxt,
.restCol .restOne .restShare{
    width:300px
}

.moreOffers{
    width: 390px !important;
    float:none !important;
}

.moreOfferCont .oneMoreOffer{
    margin-bottom:20px;
    width: 335px !important;
}

.moreOfferCont .oneMoreOffer .moreOfferTxt{
    width: 240px !important;
}

.moreOfferCont .oneMoreOffer .switchShare {
    width: 240px;
}

.mostRead{
    display:none;
}

.videoPlayer .playerCont, .videoPlayer .infoCont{
    width:100%
}



.videoPlayer .infoCont .infoTxt h2{
  font-size: 28px;
  line-height: 30px;
  margin: 20px 0 10px 0;
}

.moreVideos{
    width: 420px; 
}

.moreVideos .oneMoreVideo{
    width:420px 
}

.moreVideos .oneMoreVideo .oneVidPic{
  height:237px
}

.moreVideos .oneMoreVideo .oneVidTxt{
  font-size: 20px;
  line-height: 20px;
}

.tsSelectSideMenu{
    display:block;
}

.fOneSide ul{
    display:none
}


/*.hiradoFooterContainer {
	background-color: #4c4c4c;
	height: auto;
	padding-top: 20px;
}
			
.hiradoFooterContainer ul li { display: block; }*/

}

@media (max-width:479px) {

.gridFix .container_12{
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.gridFix .grid_12{
    width: 100%;
}

  .gridFix .grid_9{
    width: 100%
} 

  .gridFix .grid_3{
	width: 100%;
	}

.articleHead{
	width:100%
	}

.articleHead .articleMeta{
	width:100%
}

.articleHead .articleMeta .breadCrumbs{
	float:left;
  	margin-bottom:10px
	}

.articleHead .articleMeta .artTime,
.articleHead .articleMeta .artSource{
	float:left;
	margin-right:30px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 15px;
	word-wrap:break-word
	}

.articleHead h1{
	width:100%;
    font-size: 32px;
  line-height: 36px;
}

.articleReader{
  width:100%
}

.articleReader .articleLeft{
	width:100%;
	margin-left:0px;
	margin-bottom: 20px;
}

.articleReader .articleLeft .articleSocial{
	margin-bottom:20px;
	min-height:30px;
}

.articleReader .articleLeft .articleSocial div{
 	float:left
}

.articleReader .articleContent{
    width: 100%;
}

.artRelated{
    width:100%
}

.moreOffers{
    width: 100% !important;
    float:none !important;
 }

.moreOfferCont .oneMoreOffer{
    margin-bottom:20px;
    width: 100% !important;
    box-sizing: border-box;
}

.moreOfferCont .oneMoreOffer .moreOfferPic{
    width:25%
}

.moreOfferCont .oneMoreOffer .moreOfferTxt{
    width: 70%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  box-sizing: border-box; 
 }

.moreOfferCont .oneMoreOffer .switchShare {
    width: 70%;
 }

.mostRead{
    display:none;
}

.videoPlayer .playerCont, .videoPlayer .infoCont{
    width:100%;
}


.videoPlayer .infoCont .infoTxt h2{
  font-size: 28px;
  line-height: 30px;
  margin: 20px 0 10px 0;
}

.moreVideos{
    width: 100%; 
}

.moreVideos .oneMoreVideo{
    width:100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
}

.moreVideos .oneMoreVideo .oneVidPic{
  height:200px
}

.moreVideos .oneMoreVideo .oneVidTxt{
  font-size: 20px;
  line-height: 20px;
}

.tsSelectSideMenu{
    display:block;
    width:240px
}

.fOneSide ul{
    display:none
}


/*.hiradoFooterContainer {
	background-color: #4c4c4c;
	height: auto;
	padding-top: 20px;
}
			
.hiradoFooterContainer ul li { display: block; }*/
    
}

/*
 * Appsters cikk megjelenítő
 */
@media (max-width:1439px){
    .appstersArticle .articleMeta{
        padding: 25px 0 0 0
    }
}

.appstersArticle .articleMeta .artTime{
    font-size: 14px;
    margin-bottom: 10px;
    padding-right: 0px;
}

.appstersArticle .articleMeta .artTime span{
    font-size: 14px;
}

.appstersArticle .articleMeta .artTime .timePicto{
    margin-top: 0;
}

.appstersArticle .articleMeta .artSource{
    font-size: 14px;
    margin-bottom:10px
}

.appstersArticle .articleMeta .artSource span{
    font-size:14px
}

@media (max-width:1023px){
    .articleHead h1{
        width: 710px;                
    }
}

@media (max-width:767px){
    .appstersArticle .articleHead h1{
        font-size:26px;
        line-height:34px;
        width: 380px;
    }
}

@media (max-width:479px){
    .appstersArticle .articleHead h1{
        font-size:24px;
        line-height:32px;
        width: 100%;
}
}
