/*

Theme Name: In Risalto - Child
Theme URI: http://inrisalto.it/
Author: In Risalto
Author URI: http://inrisalto.it/
Description: Tema child In Risalto
Version: 1.0.0
Template: tviweb

*/
@import url( 'fonts/stylesheet.css' );

/* GENERICS */
body{
	position:relative;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	letter-spacing:0!important;
}
.site{
	background-color: #000;
}
.bel{
	font-family: belizio;
}
a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus{
	outline: 0 none!important;
}/*
.unscrollable {
    height: 100%;
	overflow:hidden;
}*/
.unscrollable{
	overflow-y:hidden;
}
.x-searchform-overlay{
	background-color: rgba(0, 0, 0, 0.925);	
}
.x-searchform-overlay .form-search .search-query{
    text-transform: none;
	font-size: 30px;
}
body .x-navbar-inner{
	min-height:initial;
	min-height:auto;
}
.x-icon-vimeo-square:before{
	content: "\f27d";
	font-family: fontawesome;
}

.pulse-container{
	height: 40px;
    width: 40px;
    z-index: 10;    
    display: inline-block;
    position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.pulse{
	width: 100%;
    height: 100%;
	display:block;
    border-radius: 40px;    
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
	position:absolute;
	top:0;
}
.pulse:first-child{
	background-color: #2DFD77;
}
.pulse:last-child{
	-webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
	background-color: #D8FD35;
}
@-webkit-keyframes scaleout{
	0%{
		-webkit-transform:scale(0)
	}
	100%{
		-webkit-transform:scale(1);
		opacity:0
	}
}
@keyframes scaleout{
	0%{
		-moz-transform:scale(0);
		-webkit-transform:scale(0);
		transform:scale(0)
	}
	100%{
		-moz-transform:scale(1);
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}
/* HEADER */
body .x-navbar, body .x-navbar .sub-menu {
    background-color: #000!important;
}
body .x-brand{
	margin-top:7px;
	float:none;
}
.masthead{
    margin-bottom: 40px;
}
.x-navbar .center{
	float:left;
}
.x-navbar .right{
	max-width: calc(100% - 225px);
}
.x-navbar .right .follow{
    margin-right: 12px;
    color: #a3a3a3;    
}
.x-navbar .right .follow a{
	color:#fff;
}
.x-navbar .right .follow, .x-navbar .right .fb-like{
	float:left;
}
.x-navbar .right .list{
	float:right;
	white-space:nowrap;
}
.x-navbar .uppar{
    margin-top: 15px;	
}
.x-navbar .thalle{
	margin-top: 25px;
	border: 1px solid #6ffa39;
	border-left:none;
	border-right:none;
	text-transform:uppercase;
}
.x-navbar .mashuri{
	display:none;
}
.x-navbar .right .list span,.x-navbar .right .list a{
	font-size:12px;
	color:#a3a3a3;
	padding: 0px 10px;
	position:relative;
}
.x-navbar .right .list span:before,.x-navbar .right .list a:not(:last-child):before{
	content:'|';
	position: absolute;
	right: -3px;
    top: -4px;
}
.x-navbar .right .list a:last-child{
	padding-right:0;
}
.x-navbar .right .bottom{
	margin-top:20px;
}
.list .date{
	text-transform: capitalize;
}
.ir-sidebar{
	list-style:none;
	margin:0;
	text-align:center;
}
.ir-sidebar .textwidget>a:not(:first-child):not(.active){
	display:none;
}
/* MENU */
.main-menu .x-nav{
	position:relative;
	margin-bottom: 0px;
	height: 35px;    
    min-height: 35px;    
}    
.side-tv-container,.styled-title span:before,.styled-title a:before{
	background: rgba(216,253,53,1);
	background: -moz-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(216,253,53,1)), color-stop(100%, rgba(45,253,119,1)));
	background: -webkit-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
	background: -o-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
	background: -ms-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
	background: linear-gradient(to right, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8fd35', endColorstr='#2dfd77', GradientType=1 );
}
.main-menu .x-nav a{
	color: #fff!important;
	font-size:16px;
	font-weight:bold;
	padding: 7px 0 0;
}
.main-menu .x-nav,.thalle-menu .x-nav{
	text-align:center;
	padding: 0 6%;
	overflow: hidden;
}
.main-menu .x-nav li,.thalle-menu .x-nav li{
	display:inline-block;
	padding: 0 8px;
}
.main-menu li.home-link{
	display:none
}
.thalle-menu .x-nav{
	height: 25px;    
    min-height: 25px;
	margin-bottom:10px;
}
.thalle-menu .x-nav a{
	color: #fff;
}
.mobile-menu,.mobile-search{
	display:none;
}

/* HOMEPAGE */

/* MAIN VIDEO */
article .categories,article .categories a{
	color: #6ffa39;	
}
article .categories{
	display:inline;
	text-transform: uppercase;
}
article .categories a:not(:last-child):after{
	content:'-';
	padding: 0 3px;
}
article .categories a:last-child{
    padding-right: 7px;
}
article .date-time{
	color: #d1d1d1;
	display:inline-block;
	text-transform:capitalize;
}
article  .date-time:before{
    content: '|';
    padding: 0 5px 0 0;
	color:#8c8c8c;
	
}
article .title{	
    font-weight: bold;
    letter-spacing: 0;
    font-size: 24px;
    margin: 15px 0;
    line-height: 34px;
	display:table;
}
article .title a{
	color: #fff;	
	display:block;
}
article .content{
	font-size:16px;
	color:#d1d1d1;
	line-height:21px;	
}
article a.content{
	display:block;
}
article a.content:hover{
	color:#fff;
}
article .content .sospensione{
	margin-right: 15px;
}
article .content .more-link{
	text-decoration:none;
	color: #ffffff;
    font-size: 14px;
	quotes: "(" ")" "'" "'";
}
article .content .more-link > span{
	margin: 0 3px;
}
article .content .more-link:before{
	content: open-quote;
}
article .content .more-link:after{
	content: close-quote;
}
article .content .more-link:hover > span{
	text-decoration:underline;
}
article .author{
	font-size:12px;	
	text-transform:uppercase;
	margin-top: 15px;
}
article .author a{
	color:#cdfa07;
}
article .author:before{
	content:'di';
	color: #2d96dd;
	text-transform:none;
	margin-right: 5px;
}
article .image  a{
	display:block;
}
article .image img{
	max-width: none;
}
article .luogo{
	position: absolute;
    right: 0px;
    padding: 10px 40px;
    background-color: rgba(111, 250, 57, 0.8);
    color: #000;
    line-height: 14px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
article .with-video{    
	margin-top: 3px;
    width: 100%;
	float:right;	
	line-height: 20px;
}
.side-tv .with-video{
	display:none;
}
article .with-video:before {    
    content:'';
	background:url(/notizie-vicenza/tv-vicenza/uploads/2016/09/play-icon-white.svg) no-repeat center center/cover;
	color: #ffffff;
    display: inline-block;
    font-family: fontawesome;
    font-size: 15px;    
    line-height: 15px;
	height: 17px;
	width: 17px;
	vertical-align: calc(-4px);
	opacity: 0.7;
}
article .with-video:after{    
    content: " VIDEO";
	color: #ffffff;
	display: inline-block;
    font-size: 12px;    
    line-height: 12px;
	margin-left:10px;
}
.main-tv{
	position:relative;
}
.main-tv .vid{
    width: 55%;
    height: 366px;
	float:left;
}
.main-tv .inf{
	float:right;
	width: 45%;
	padding: 0 0 0 30px;
}
.main-tv .vid iframe{
    width: 100%;
    height: 100%;
}
.main-tv .title{
	font-size:32px;
	line-height:36px;
	margin:20px 0 25px;
}
.street-videos > .x-container{
	position:relative;
}
.street-videos .ir-prev,.street-videos .ir-next{
	width: 40px;
    height: 50px;
    background-color: transparent;
    display: block;    
    position: absolute;
	top: calc(50% - 25px);
	transition:0.3s ease;
	cursor:pointer;
}
.street-videos .ir-prev:hover,.street-videos .ir-next:hover{
	background-color:#333;
}
.street-videos .ir-prev:before,.street-videos .ir-prev:after,.street-videos .ir-next:before,.street-videos .ir-next:after{
	content:'';
	position:absolute;
	width:18px;
	height:3px;	
	background: #fff;
	background: -moz-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(216,253,53,1)), color-stop(100%, rgba(45,253,119,1)));
	background: -webkit-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
	background: -o-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
	background: -ms-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
	background: linear-gradient(to right, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8fd35', endColorstr='#2dfd77', GradientType=1 );
}
.street-videos .ir-prev:before,.street-videos .ir-next:before{
	top:17px;
}
.street-videos .ir-prev:after,.street-videos .ir-next:after{
	top:28px
}
.street-videos .ir-prev:before,.street-videos .ir-next:after{
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.street-videos .ir-prev:after,.street-videos .ir-next:before{
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.street-videos .ir-prev:before,.street-videos .ir-prev:after{
	left:9px;
}
.street-videos .ir-next:before,.street-videos .ir-next:after{
	right:9px;
}
.street-videos .ir-prev{
	left: -60px;
}
.street-videos .ir-next{
	right: -60px;
}
/* SIDE VIDEOS */
.side-tv-container{
	margin: 40px 0;
}
.side-tv{
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	padding: 15px 0 20px;
}
.ie9 .side-tv{
	overflow:auto;
}
.ie9 .side-tv article{
	float: left;
}
.ie9 .side-tv article:not(:last-child){
	margin-right: 23.8px;
}
.side-tv article{
	width: calc(16.68098926% - 20px);
	position: relative;
    z-index: 0;
}
.side-tv article a{
    display: block;
}
.side-tv article a:before{      
    position: absolute;
	left: -8px;
    top: -15px;
    width: calc(100% + 16px);
    height: calc(100% + 35px);
    z-index: -1;
    background-color: #fff;
	opacity:0.8;
}
.side-tv article .image{
	outline:0px solid #000;
	transition:0.15s ease-in-out;
}
.side-tv article.active a .image,.side-tv article:not(.active) a:hover .image{	
    outline: 3px solid #000;
}
.side-tv article.active a .title{
	font-weight:bold;
}
.side-tv article .title{
	font-weight:normal;
	color:#000;
	margin-top: 15px;
	margin-bottom:0;
	font-size:13px;
	line-height:18px;
}
/* IN PRIMO PIANO */
.in-primo-piano{
    margin-bottom: 50px;
}
.in-primo-piano article{
	width:48%;
}
.in-primo-piano article:first-of-type{
	float:left;
}
.in-primo-piano article:last-of-type{
	float:right;
}
.in-primo-piano article .categories, .in-primo-piano article .categories a{
	color:#6ffa39;
}
.in-primo-piano .image{
    margin-bottom: 25px;
}
.styled-title{
    font-size: 40px;
    font-family: belizio;
    position: relative;
    display: table;
    margin-top: 40px;
    padding: 35px 0 20px;
}
.styled-title span:before,.styled-title a:before{
    content: '';
    position: absolute;
    width: 150px;
    height: 10px;
    top: 0;
}
/* IN EVIDENZA */
.site-middle{
    margin-top: 15px;
}
.site-middle .left{
	width:65%;
}
.site-middle .right{
	width:32.5%;
}
.ie-container{
	border-bottom: 1px solid #cdfa07;
	margin-bottom: 35px;	
    padding-bottom: 10px;
}
.in-evidenza article{
	width:48%;
	float:left;
}
.in-evidenza article:nth-child(odd){
	clear:both;
}
.in-evidenza article:nth-child(even){
	margin-left:4%;	
}
.in-evidenza article .luogo{
	bottom:0;
}
.ie-style .inf{
	margin-top:10px;
}
.ie-style .inf .title{
	margin:5px 0 30px;
}
/* LA SETTIMANA */
.la-settimana-container > .right{
	padding-top: 66px;
}
.ir-sidebar.right-news:not(:last-child){
	margin-bottom:40px;
}
/*.ir-sidebar.right-news iframe{
	pointer-events:none;
}*/
.la-settimana > .title{
	font-size:26px;
	margin: 0px 0 35px;
}
.la-settimana article {
    width: 30.33%;
    float: left;
}
.la-settimana article:nth-of-type(3n+1){
	clear:both;
}
.la-settimana article:nth-of-type(3n+2) {
    margin: 0 4.5%;
}
.la-settimana article .title{
	font-size: 16px;
	line-height: 23px;
	margin: 20px 0 30px;
}
.under-week,.detail-article .ie-style + .ir-sidebar{
	margin: 25px 0 50px;
}
/* IMG HEIGHTS */
article .image img{
	visibility:hidden;	
}
.fox .image.obj-fit .lazy-loaded{
	transition:none!Important;
}
.obj-fit{
	overflow: hidden;
    position: relative;	
}
.image.obj-fit img{
	object-fit:cover;	
	position:absolute;
	width: 100%;
	height:100%;
	visibility:visible;	
}
.side-tv .image{ 
	height: 110px;
}
.in-primo-piano .image,.in-primo-piano .image a{
	height: 350px;
}
.ie-style .image,.ie-style .image a{
    height: 240px;
}
.la-settimana .image,.la-settimana .image a{
    height: 130px;
}
.category-section > div:nth-child(-n+3) > article:first-of-type .image,.category-section > div:nth-child(-n+3) > article:first-of-type .image a{
	height:190px;
}
.category-section > div > article .image,.category-section > div > article .image a{
	height:100px;
}
/*SIDEBAR*/
.site-middle .right .fb-page{
	min-height:154px;
}
.fb-page blockquote{
	margin: 0;
}
/* EDITORIALE */
.editoriale{
	margin: 40px 0 0;
}
.editoriale article{
	margin-bottom:40px;
	clear:both;
}
.editoriale .bel.title{
	font-family: Belizio;    
    margin: 0px 0 25px;	    
    font-size: 26px;    
    line-height: 28px;
}
.editoriale span.title{
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 10px;
    color: #fff;
}
.editoriale .content{
    font-size: 16px;
    line-height: 20px;	
}
.editoriale img{
	margin: 0.35em 20px 5px 0;
    max-width: 116px;
    float: left;
}
.editoriale .author{
	margin-top: 7px;
}
/* SECTION CATEGORIE */
.category-section{	
	margin-bottom: 40px;
}
.category-section > div{
	width: 28%;
	float:left;
}
.category-section article{
	margin-bottom:25px;
}
.category-section .title{
	font-weight:normal;
}
.small.styled-title{
    font-size: 26px;
	padding-top: 20px;
}
.small.styled-title span:before,.small.styled-title a:before{
	width: 100px;
    height: 6px;
}
.category-section > div:nth-of-type(3n+1){
	clear:both;
}
.category-section > div:nth-of-type(3n+2) {
    margin: 0 8%;
}
.category-section > div:nth-child(-n+3) > article:first-of-type .title{
	font-size:22px;
	line-height: 28px;
	margin-bottom:0;
}
.category-section article:nth-last-child(-n+2) .title{
	font-size: 16px;
    margin: 0;
    line-height: 20px;
}
.category-section article:nth-last-child(-n+2) .image,.category-section article:nth-last-child(-n+2) .inf{
	width:48%;
}
.category-section article:nth-last-child(-n+2) .image{
	float:left;
}
.category-section article:nth-last-child(-n+2) .inf{
	float:right;
}
/* DETTAGLIO ARTICOLO */
iframe{
	max-width:100%;
}
.main-article{
	margin-bottom:30px;
}
.main-article .vid,.main-article .img{
	margin-bottom:35px;
}
.main-article .vid iframe{
	height: 100%;
    width: 100%;
}
.main-article .left{
	width: 63%;
}
.main-article .right{
	width: 32.5%;
}
.main-article .right > .styled-title{
	margin-bottom:20px;
}
.main-article > .title{
	/*font-family: Vollkorn;*/
    font-size: 55px;
    line-height: 62px;
	margin-bottom: 40px;
	font-weight:normal;
	letter-spacing:-1px!important;
}
.main-article + .under-video + h2{
	margin-bottom: 25px;
    margin-top: 50px;
}
.main-article .img img{
	width:100%;
}
.main-article .with-image > img:first-child,.main-article .with-image > p:first-child > img:first-child{
	display:none;
}
.main-article .wp-caption:first-child,.main-article .wp-caption:first-child img,.main-article .no-image > img:first-child,.main-article .no-image > p:first-child img:first-child{
	width:100%!important;
}
.main-article .content{
	/*font-family: vollkorn;*/
    font-size: 20px;
    line-height: 28px;
	word-wrap:break-word;
}
.main-article .header-article,.main-article .footer-article{
	font-size: 15px;
    line-height: 24px;
	margin-bottom:20px;
}
.main-article .footer-article{
	margin-top:25px;
}
.main-article .header-article{
	margin-bottom: 25px;
}
.footer-article a{
	color:#6ffa39!important;
}
.fl-styled:not(.with-image):first-letter,.fl-styled:not(.with-image) > p:first-child:first-letter,.fl-styled:not(.with-image) > div:first-child:first-letter,
.with-image.fl-styled > p:nth-child(2):first-letter,.with-image.fl-styled > div:nth-child(2):first-letter{
	color:#fff;
    float: left;
	display:block;
    font-size: 90px;
    margin-top: 10px;
	margin-bottom: 5px;
    padding: 0 10px 0 0;
	line-height:80%;
}
.main-article .content>p:not(:first-child):last-child{
	margin-bottom:0;
}
.main-article .content a{
	color:#6ffa39!important;
}
.wp-caption{
	padding: 0;
	border:none;
}
.wp-caption .wp-caption-text{
	color:#000;
	padding: 5px 5%!important;
	margin:0!important;
	font-size: 14px!important;
    line-height: 22px!important;
	background-color: #d1d1d1;
}
.wp-caption img{
    width: 100%;
    margin-bottom: -1px;
}
.detail-article .ie-style article{
	width: 31.3333%;
	float:left;
}
.detail-article .ie-style article:nth-child(3n-1){
	margin: 0 3%;
}
.detail-article .ie-style article:nth-child(3n+1){
	clear:both;
}
.detail-article blockquote{
    line-height: 32px;
	border-style:dotted;
	border-left:none;
	border-right:none;
	padding: 30px 1em;
	quotes: "\201C" "\201D" "\2018" "\2019";
	position: relative;
    padding-left: 70px;
}
.detail-article blockquote:before {
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .15em;
    vertical-align: -.4em;
    font-family: sans-serif;
	position: absolute;
    left: 20px;
    top: 60px;
}
.detail-article blockquote p{
	margin-bottom:0;
}
.in-evidenza-dett article{
	margin-bottom:20px;
}
.in-evidenza-dett .image,.in-evidenza-dett .image a{
	height: 90px;
	width:100%;
}
.in-evidenza-dett .image{
	float:left;
	width: 40%;
}
.in-evidenza-dett .inf{
	float:right;
	width: 56%;
}
.in-evidenza-dett .title{
	font-size: 16px;    
    line-height: 23px;
	margin:0;
}
.fb-comments{
	background-color:#fff;
	border-radius: 2px;
	margin: 30px 0 15px;
	float:left;
	width:100%;
}
.info-bar{
	margin: 0 0 35px;
}
.info-bar .thumb{
	width: 64px;
    border-radius: 50%;
    display:inline-block;
    overflow: hidden;
	margin-bottom: 0;	
	vertical-align:middle;
}
.info-bar .author{
	display:inline-block;
	margin-left: 35px;
	margin-top: 0;
	vertical-align:middle;	
}
.info-bar .author a{
	color: #cdfa07;
}
.info-bar .social{
	float:right;
}
.info-bar .social a{
    font-size: 30px;
    color: #fff;
	margin: 0 0 0 20px;
}
.social .text{
	font-size:12px;
	text-transform:uppercase;
	vertical-align:2px;
}
.social.footer .text{
    vertical-align: middle;
	margin-right:20px;
}
.social.footer{
	margin-top:50px;
    margin-bottom: 10px;
}
.social.footer a{
	margin: 0 20px 0 0;
}
.related-articles-top{	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
    border-bottom: 1px solid #888;
    padding: 0px 0 15px;
    margin: 50px 0 15px;
}
.related-articles-top > .title{
    width: 100%;    
	text-transform: uppercase;
    font-size: 18px;    
	font-weight:normal;
	border-bottom: 1px solid #888;
    padding-bottom: 15px;
    margin:0 0 30px;
	font-weight:bold;
}
.related-articles-top article{
	width:calc(33.3332% - 18px);	
}
.related-articles-top article:not(:last-child){
	margin-right: 25px;
}
.related-articles-top article .title{
	font-size: 16px;
    line-height: 22px;
	font-weight:normal;
}
.related-articles-top article .image{
    height: 115px;
}
/* ARCHIVI */
.archivi .articoli article,.most-popular article{
	float:left;
}
.archivi .ir-sidebar.right-news{
	float:right;
	width:30%
}
.archivi .ir-sidebar.under-pp,.archivi .ir-sidebar.under-video,.archivi .ir-sidebar.under-week{
	margin-bottom:70px;
	clear:both;
}
.archivi .articoli > article:first-of-type{
	width: 65%;
	margin-bottom: 70px;
}
.archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4){
	width:31.333%;
	margin-bottom: 50px;
}
.archivi .baki article, .most-popular article{
	width:22.75%;
	margin-bottom: 15px;
	position:relative;	
}
.archivi .articoli > article:nth-of-type(2), .archivi .articoli > article:nth-of-type(4n+1){
	clear:both;
}
.archivi .baki article:nth-of-type(4n+2),.most-popular article:nth-of-type(2){
	margin: 0 0 0 3%;
}
.archivi .articoli article:nth-of-type(3),.archivi .baki article:nth-of-type(4n+3),.most-popular article:nth-of-type(3){
	margin: 0 3%;
}
.paginazione:first-child{
	margin-bottom: 35px;
}
.articoli + .ir-sidebar{
	margin: 50px 0!important;
}
/* first article */
.archivi .articoli > article:first-of-type .image{
    margin-bottom: 15px;
}
.archivi .articoli > article:first-of-type .image.obj-fit img{
	max-height: 500px;
	min-height:160px;
    object-fit: cover;
    position: static;
    width:100%;
    height:auto;
}
.archivi .articoli > article:first-of-type .image:not(.obj-fit) a{
	height:350px;
}
.archivi .articoli > article:first-of-type .title{
    font-size: 32px;
    line-height: 36px;
    margin: 20px 0 25px;
}
/* inevidenza */
.archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4) .image{
    margin-bottom: 15px;
}
/* normal */
.archivi .baki article .title,.most-popular article .title{
	font-size: 16px;
    line-height: 21px;
    font-weight: normal;
}
.archivi .baki article .date-time,.most-popular article .date-time{
	position: absolute;
	margin-top: -48px;
    background-color: rgba(0,0,0,0.5);
    padding: 4px 12px;
	width: 100%;
    margin-bottom: 0px;
	color: #fff;
	pointer-events:none;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.archivi .baki article .date-time:before,.most-popular article .date-time:before{
	content: none;
}
.archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4) .image, .archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4) .image a{
	height:230px;
}
.archivi .baki article .image,.archivi .baki article .image a,.most-popular article .image,.most-popular article .image a{
	height:170px;
}
.archivi .baki article:nth-of-type(4n+1){
	clear:both;	
}
.archivi .baki .ir-sidebar.under-pp,.archivi .baki .ir-sidebar.under-video,.archivi .baki .ir-sidebar.under-week{
	margin: 0 0 50px;
	padding: 25px 0 0;
}
/* i più letti */
.most-popular article .title{
    margin: 5px 0;
}
.most-popular article  .categories{
	display: block;	
	line-height: 18px;
    font-size: 12px;
	margin-top: 10px;
}
.most-popular article .date-time{
	margin-top: -41px;
}
.archivi{
	margin-bottom:80px;
}
.paginazione{
	clear:both;
	text-align:center;
}
.paginazione a,.paginazione span{	
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
	vertical-align:text-top;
}
/*.archivi .paginazione a{
	background-color: #333333;	
}*/
.paginazione:not(:first-child){
	padding-top: 25px;
}
.paginazione a.prev,.paginazione a.next{
	background-color:transparent;
	border: 1px solid #6ffa39;	
	position:relative;
}
.paginazione .prev{
	float:left;
	padding:5px 15px 5px 45px;
}
.paginazione .next{
	float:right;
	padding:5px 45px 5px 15px;
}
.paginazione .icona:before {
    content: "";
	background-color: #6ffa39;    
    width: 20px;
	height: 1px;    
    position: absolute;
    top: 50%;	    
}
.paginazione .icona.left:before {
	left: 20px;
}
.paginazione .icona.right:before {
	right: 20px;
}
.paginazione .icona:after{
    content: "";
	border-bottom: 1px solid #6ffa39;
    border-left: 1px solid #6ffa39;    
    width: 8px;
	height: 8px;    
    position: absolute;
    top: calc(50% - 3px);
        
}
.paginazione .icona.left:after{
	left: 21px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);	
}
.paginazione .icona.right:after{
	right: 21px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	transform: rotate(225deg);
}
.x-landmark .styled-title{
    margin-top: 0px;
    margin-bottom: 25px;
}
.styled-title.date{
	text-transform:capitalize;
}
.body-loading:before {
    content: '';
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top: 0px;
	left:0;
    position: absolute;
    z-index: 1;
}
.body-loading .pulse-container{
	height: 100px;
    width: 100px;
	top: calc(50% - 50px);
    left: calc(50% - 50px);
	position: fixed;
}
.body-loading .pulse{
	border-radius: 90px;
}
.chi-siamo{
	margin: 10px 0 40px;
}
.chi-siamo .title{
	margin-top: 40px;
	font-size:18px;
}
.chi-siamo .title:first-child{
	margin-top:0;
}
.chi-siamo .section:not(:first-child){
    margin-top: 70px;
}
/* SEARCH */
.error404 .x-container.max.width.offset,.search.search-results .x-container.max.width.offset{
	margin-top:0;
}
.search.search-results .x-main{
	width:100%;
}
.search.search-results .x-sidebar{
	display:none;
}
.search.search-results .baki article{
	float:left;
}
.ir-sidebar .widgettitle{
	font-size: 18px;
    margin: 0 0 20px;
    text-align: left;
}
/* FOOTER */
body .x-colophon.bottom,body .x-colophon.top{
	background-color:#1E1E20;
}
body .x-colophon.top{
	padding:40px 0 20px;
}
body .x-colophon.bottom{
	border-top:1px solid #4f4f4f;
	padding: 10px 0 30px;	
}
footer .logo{
	margin-bottom: 30px;
}
body .x-colophon.bottom .x-colophon-content {
    margin: 15px 0 20px;
	color:#fff;
}
.x-colophon-content, body .x-colophon.bottom a{
	color:#8C8C8C;
	font-size:13px;
	line-height:18px;
}
.x-colophon-content p{
	margin-bottom:0;
}
.x-colophon.bottom .x-colophon-content p:last-child{
	margin-top: 10px;
}
footer .x-brand{
	float:none;
	text-align: center;
	opacity: 0.5;
	width: 160px;
	margin:0 auto;
}
.menu-footer .x-nav {
	margin-bottom:0;
	text-align:center;
	text-transform:uppercase;
}
.menu-footer .x-nav li{
	display:inline-block;
	padding: 0 7px;	
}
.menu-footer .x-nav li a{
	color: #a3a3a3;
}
.x-colophon.top .social{
	text-align: center;
    font-size: 18px;	
	margin-bottom: 20px;
	color:#a3a3a3;
}
.x-colophon.top .social > span{
	display:block;
}
.x-colophon.top .social i {
    font-size: 25px;
	color:#a3a3a3;
}
.x-colophon a:hover,.x-colophon i:hover{
	color:#fff!important;
}
.x-colophon.top .social a:nth-of-type(2){
    margin: 0 12px 0 15px;
}
.modal-slide-mobile{
	display:none;	
}
#cookieChoiceInfo {
    z-index: 99;
    position: fixed;
    bottom: 0px;
    background-color: #000;
    padding: 20px 25px;
    border-top: 3px solid #fff;
	color:#fff;
	text-align: right;
}
.consentText {
    display: block;
    margin-bottom: 15px;
	line-height: 17px;
	text-align: left;
	
	max-width: calc(100% - 260px );
	float: left;
    margin-bottom: 0;
}
.italybtn {    
    padding: 7px 11px;    
    font-size: 13px;
	color: #fff;
	border: 1px solid #fff;	
    background-color: transparent;
}
.italybtn:hover,.italybtn:focus{
	color: #000;
    background-color: #fff;
}
#cookieChoiceDismiss {
	border-color: #6ffa39;	
	background-color: transparent;
    color: #6ffa39;
    margin-left: 15px;    
}
#cookieChoiceDismiss:hover,#cookieChoiceDismiss:focus{
	color: #000;
	background-color: #6ffa39;
}
@media(max-width:1199px){
	article .inf{
		line-height: 22px;
	}
	.archivi .baki article .date-time, .most-popular article .date-time{
		line-height: 25px;
	}
	.side-tv .image{ 
		height: 85px;
	}
	.in-primo-piano .image,.in-primo-piano .image a{
		height: 260px;
	}
	.ie-style .image,.ie-style .image a{
		height: 170px;
	}
	.la-settimana .image,.la-settimana .image a{
		height: 110px;
	}
	.category-section > div:nth-child(-n+3) > article:first-of-type .image,.category-section > div:nth-child(-n+3) > article:first-of-type .image a{
		height:160px;
	}
	.category-section > div > article .image,.category-section > div > article .image a{
		height:70px;
	}
	.small.styled-title {
		font-size: 22px;
		padding-top: 24px;
	}
	.category-section article:nth-last-child(-n+2) .title{
		font-size: 13px;
		line-height: 17px;
	}
	.category-section > div:nth-child(-n+3) > article:first-of-type .title {
		font-size: 20px;
		line-height: 26px;
	}
	.category-section > div:nth-of-type(3n+2) {
		margin: 0 5%;
	}
	.category-section > div {
		width: 30%;
	}	
}
@media(max-width:1100px){
	.menu-footer{
		text-align:center;
	}
	.menu-footer .x-nav{
		display: inline;
	}
}
@media(max-width:1050px){
	.x-navbar .right .list{
		margin-top: 5px;
	}
	.x-navbar .right .bottom{
		margin-top: 10px;
	}
}
@media(max-width:991px){
	article .title {
		font-size: 21px;
		line-height: 27px;
	}
	.category-section > div:nth-child(-n+3) > article:first-of-type .title {
		font-size: 18px;
		line-height: 24px;
	}
	.styled-title{
		font-size: 35px;
	}
	.detail-article .ie-style article{		
		width: 48%;
	}
	.detail-article .ie-style article:nth-child(3n-1){
		margin: 0;
	}
	.detail-article .ie-style article:nth-child(3n+1) {
		clear: none;
	}
	.detail-article .ie-style article:nth-child(2n){
		margin-left:4%;
	}	
	.detail-article .ie-style article:nth-child(2n+1){
		clear:both;
	}
	.street-videos .ir-prev{
		left: -55px;
	}
	.street-videos .ir-next{
		right: -55px;
	}
}
@media(max-width:899px){	
	.street-videos .ir-prev,.street-videos .ir-next{
		display:none;
	}
	.main-tv .vid,.main-tv .inf,.site-middle .left{
		width:100%;
		padding:0;
	}
	.main-tv .vid{
		position:relative;
	}
	.main-tv .vid:before,.main-tv .vid:after{
		content: "";
		width: calc(50% - 35px);
		height: calc(100% - 51px);
		position: absolute;
		top: 0;
		left: 0;
	}
	.main-tv .vid:after{
		left: auto;		
		right:0;
	}
	.main-tv .inf{
		margin-top:15px;
	}
	.side-tv-container{
		background:none;
		margin: 0 0 40px;
	}
	.side-tv{
		-webkit-flex-wrap:wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		padding: 0!important;
	}	
	.side-tv article{
		/*margin: 7px 10px 25px;
		width: calc(33.333% - 20px);*/
		margin: 0;
		background-color: #fff;
		border-radius: 3px;
		padding: 0 0 40px;
		height:100%;
		width:100%;
	}
	.side-tv .owl-item{
		padding: 0 5px;
	}
	.side-tv article a:before{
		height: calc(100% + 16px);
		top: -8px;
		background-color: #333;
	}
	.side-tv .ir-next,.side-tv .ir-prev{		
		display: block;
		padding: 0;		
		top: calc(50% - 25px);
		width: 30px;
	}
	.side-tv .ir-next:hover,.side-tv .ir-prev:hover,.side-tv .ir-next:focus,.side-tv .ir-prev:focus{
		background-color:rgba(0,0,0,0.2);
	}
	.side-tv .ir-next{
		right: -40px;
	}
	.side-tv .ir-prev{
		left: -40px;
	}
	.side-tv .ir-prev:before, .side-tv .ir-prev:after, .side-tv .ir-next:before, .side-tv .ir-next:after{
		background:#000;
		width:18px;
		height: 4px;
	}
	.side-tv .ir-next:before, .side-tv .ir-next:after {
		right: 4px;		
	}
	.side-tv .ir-prev:before, .side-tv .ir-prev:after {
		left: 4px;
	}
	.side-tv .ir-prev:before, .side-tv .ir-next:before {
		top: 18px;
	}
	.side-tv .ir-prev:after, .side-tv .ir-next:after {
		top: 28px;
	}	
	.x-navbar .uppar {
		margin-top: 7px;		
	}
	.x-navbar .thalle {
		margin-top: 15px;
	}
	.x-navbar .uppar .x-container{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.mobile-menu,.mobile-search{
		display:block;
		margin-top: 8px;		
		width: 60px;		
		cursor:pointer;
	}
	.mobile-menu{
		width: 30px;
		margin-right:30px;
		text-transform:uppercase;
	}
	.mobile-menu:not(.active) .menu{
		display:none;
	}
	.mobile-menu .menu{
		background-color: #000;
		height: calc(100% - 65px);
		left: 0;
		position: fixed;
		top: 65px;
		width: 100%;
		z-index: 1;
		overflow-y: scroll;
		padding-top: 15px;
		-webkit-overflow-scrolling: touch;
	}
	.mobile-menu .menu:before{
		background: rgba(0, 0, 0, 0) linear-gradient(to top, #000000 0px, rgba(30, 30, 30, 0) 100%) repeat scroll 0 0;
		bottom: 0;
		content: "";
		height: 70px;
		position: fixed;
		width: 100%;
	}
	.mobile-menu .menu ul{
		margin:0;
		list-style:none;
		padding: 0 6%;
	}
	.mobile-menu .menu ul:last-child{
		padding-bottom:45px;
	}
	.mobile-menu .menu a{
		color: #ffffff;
		display: inline-block;
		font-size: 16px;
		margin: 5px 0;
		padding-right:60px;
	}
	.mobile-search{
		text-align:right;
		font-size: 17px;
	}	
	.mobile-menu .icon .line{
		display:block;
		width:25px;
		height:2px;		
		background-color:#fff;
		top:0;
		left:0;
		position:relative;
		transition:0.2s ease-in-out;
	}
	.mobile-menu .icon .line:not(:last-child){
		margin-bottom:4px;
	}
	.mobile-menu.active .icon .line:first-child{
		left: 2px;    
		top: 10px;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.mobile-menu.active .icon .line:last-child{
		left: 2px;		
		top: -8px;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.mobile-menu.active .icon .line:nth-child(2),.mobile-menu.active .icon .line:nth-child(3){		    
		top: -20px;
		opacity:0;
	}
	.mobile-menu.active .icon .line:nth-child(3){
		top: 18px;
	}
	.x-navbar .right .top,.x-navbar  .right .bottom{
		display:none;
	}	
	.x-navbar .center{
		text-align: center;
		width: calc(100% - 120px);
	}
	.x-navbar .x-brand{
		margin-top: 0;
	}
	.x-navbar .x-brand img {
		max-width: 81px;
		width: 50%;		
	}
	.x-navbar .uppar{
		position:absolute;
		z-index:10;
		background-color:#000;
		width:100%;
		margin-top:0;
		top:0;
		padding: 5px 0 10px;
	}
	.x-navbar .uppar.fixed{
		position:fixed;
	}
	.x-navbar .thalle{
		margin-top:67px;
	}
	.x-navbar .mashuri{
		display:block;
		width:88%;
		margin: 25px auto 0;
	}
	.x-navbar{
		position:static;
	}
	.masthead {
		margin-bottom: 15px;
	}

	.side-tv .image{
		height: 120px;
	}
	.site-middle {
		margin-top: 10px;
	}
	.site-middle .right{		
		width: 100%;
	}
	/*.site-middle .right .right-news:not(.news1){
		display: none;
	}*/
	.la-settimana-container > .right {
		padding-top: 40px;
	}
	.site-middle .right .right-news.news1{
		margin-bottom: 60px;
	}
	.site-middle .ie-container .right{
		display:block;
		width:100%;
		border-top: 1px solid #6ffa39;
	}
	.site-middle .editoriale{
		margin:35px 0 0;
	}
	.site-middle .fb-page{
		margin-top: 30px;
		display: block;
	}
	.ie-style .inf .title{
		margin-bottom: 45px;
	}
	#searchform label{
		display:none;
	}	
	.x-searchform-overlay .form-search .search-query{
		border-bottom: 1px solid #ffffff;
		padding-bottom: 14px;
		font-size:27px;
	}
	.main-article .left{
		width:100%;
	}
	.main-article .right{
		width:100%;
	}
	/*.main-article .right > div:not(.news1),
	.main-article .right > h2{
		display:none;
	}*/
	.in-evidenza-dett .image, .in-evidenza-dett .image a{
		height: 140px;
	}
	.in-evidenza-dett .image{
		width: 30%;
	}
	.in-evidenza-dett .inf{
		width: 65%;
	}
	.main-article .right > .news1{
		margin-top: 40px;
	    margin-bottom: 20px;
	}
	.archivi .articoli > article:first-of-type{
		width:100%;
	}
	.archivi .ir-sidebar.right-news{
		width:100%;
		margin-left:0;
	}
	.archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4) .image, .archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4) .image a{
		height:140px;
	}
	.archivi .baki article .image, .archivi .baki article .image a, .most-popular article .image, .most-popular article .image a{
		height:110px;
	}
	.archivi .baki article .date-time, .most-popular article .date-time{
		padding: 5px;
		font-size:12px;
		margin-top:-46px;
	}
	.most-popular article .date-time{		
		margin-top:-42px;
	}
	.modal-slide-mobile{	
		display:block;	
		position: absolute;
		left: 0;		
		top: 0;
		height: 100%;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.8);
		transition:0.3s ease-in-out;
		z-index:100;
	}
	.modal-slide-mobile .icon{
		height: 100px;
		left: calc(50% - 50px);
		margin-top: calc(50% + 50px);
		position: absolute;
		top: 0;
		width: 100px;
	}
	.modal-slide-mobile .icon img{
		-moz-animation-name: swipe;
		-webkit-animation-name: swipe;
		animation-name: swipe;
		-moz-animation-duration: 1.5s;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-moz-animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-moz-animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;		
		-moz-transform: translateX(-30px);
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		transition:0.15s ease-in-out;
	}
	@keyframes swipe {
		from {
			-moz-transform: translateX(-30px);
			-webkit-transform: translateX(-30px);
			transform: translateX(-30px);
		}
		50%{
			-moz-transform: translateX(30px);
			-webkit-transform: translateX(30px);
			transform: translateX(30px);
		}
		to {
			-moz-transform: translateX(-30px);
			-webkit-transform: translateX(-30px);
			transform: translateX(-30px);
		}
	}
	.modal-slide-mobile .info {
		font-size: 18px;
		line-height: 26px;		 
		margin-top: calc(50% - 40px);
		padding: 0 25px;
		position: absolute;
		text-align: center;
		width: 100%;
	}
	.modal-slide-mobile .close-instructions{
		background-color: #fff;
		color:#333;
		display: block;
		margin-top: 50px;
		padding: 5px 20px;
		text-align: center;
		width: 100px;
		cursor:pointer;
	}
	
	/* V2 temporaneo */
	.street-videos > .x-container{
		display:none;
	}
	.side-tv article.active a .image, .side-tv article:not(.active) a:hover .image{
		outline:none;
	}
	.side-tv article.active a .title{
		font-weight:normal;
	}	
	.side-tv article .title,.side-tv article .with-video{
		padding:0 10px;
	}	
	.side-tv .image {
		height: 120px;
	}
	.side-tv .owl-item{
		margin-right: 7px;		
		min-width: 210px;
		max-width: 210px;
	}
	.side-tv  .owl-controls{
		display:none!important;
	}
	.side-tv .owl-wrapper{
		display:-webkit-flex!important;
		display:flex!important;
	}
	article .with-video{
		margin-top:7px;
	}	
	.side-tv .with-video{
		position:absolute;
		bottom:9px;
		display:block;
		float:none;
	}
	.side-tv .with-video:before{
		background:url(/notizie-vicenza/tv-vicenza/uploads/2016/09/play-icon.svg) no-repeat center center/cover;
		opacity:0.5;
		height: 19px;
		width: 22px;
		vertical-align: calc(-5px);
	}
	.side-tv .with-video:after{
		content: attr(data-date);
		position: absolute;
		right: 10px;
		top: 5px;
		color:#808080;
	}
	.street-videos .styled-title{
		display:block!important;
		visibility:visible;
		margin-top: 12px;
	}
	.main-article > .title{
		font-size: 40px;
		line-height: 50px;
	}
	.styled-title{
		font-size:30px;
	}
	.x-landmark .styled-title{
		margin-top:12px;
	}
	.page:not(.v2) .side-tv{
		padding:25px 0!important;
	}
	.page:not(.v2) .side-tv:before{
		content: "";		
		width: 114%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -7%;
		background: -moz-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(216,253,53,1)), color-stop(100%, rgba(45,253,119,1)));
		background: -webkit-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
		background: -o-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
		background: -ms-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
		background: linear-gradient(to right, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8fd35', endColorstr='#2dfd77', GradientType=1 );
	}
	.v2 .side-tv article{
		padding: 0 0 47px;
	}
	.v2 .side-tv .with-video{
		bottom: 16px;
	}
	.v2 .side-tv article:after {
		content: "";
		width: 100%;
		height: 7px;
		position: absolute;
		bottom: 0px;
		left: 0;
		background: -moz-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(216,253,53,1)), color-stop(100%, rgba(45,253,119,1)));
		background: -webkit-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
		background: -o-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
		background: -ms-linear-gradient(left, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
		background: linear-gradient(to right, rgba(216,253,53,1) 0%, rgba(45,253,119,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8fd35', endColorstr='#2dfd77', GradientType=1 );
	}
	.consentText{
		max-width:none;
		margin-bottom: 25px;
	}
	.main-menu li.home-link{
		display:block;
	}
}
@media(max-width:867px){
	.paginazione a,.paginazione span{
		font-size: 14px;
	}
}
@media(max-width:767px){
	.in-primo-piano article,.in-evidenza article,.category-section > div{
		width:100%;		
	}
	.in-evidenza article{
		margin:0!important;
	}
	.in-primo-piano article:first-of-type{
		margin-bottom:40px;
	}
	.in-primo-piano .image{
		margin-bottom: 15px;
	}
	.ie-container{
		margin-bottom: 30px;
	}
	.site-middle .editoriale{
		margin-top: 30px;
	}
	.ie-style .inf{
		margin-top:15px;
	}
	.ie-style .inf .title {
		margin-bottom: 35px;
	}
	.la-settimana article{
		width: 48%;
	}
	.la-settimana article:nth-child(odd){		
		float: right;		
	}
	.la-settimana article:nth-of-type(3n+2),.la-settimana article:nth-of-type(3n+1){
		margin:0;
		clear:none;
	}
	.la-settimana article:nth-child(2n+2){
		clear:both;
	}	
	.category-section article{
		width: 48%;
		float:right;
	}
	.category-section > div:nth-child(-n+3) > article:first-of-type{
		float: left;
	}
	.category-section > div:nth-of-type(3n+2){
		margin:0;
	}
	.category-section > div:nth-of-type(n+3) > article:first-of-type{
		float:left;
	}
	.under-week,.detail-article .ie-style + .ir-sidebar{
		margin: 25px 0 10px;
	}		
	.detail-article .ie-style article:nth-child(3n-1),.detail-article .ie-style article:nth-child(2n){
		margin: 0;
	}	
	.detail-article .ie-style article {		
		width: 100%;
	}
	.archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4){
		width:100%;
		margin-bottom: 10px;
	}
	.archivi .articoli article:nth-of-type(3), .archivi .baki article:nth-of-type(4n+3){
		margin-right:0;
		margin-left:0;
	}
	.archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4) .title{
		margin: 5px 0 15px;
	}
	.archivi .baki article, .most-popular article{
		width:48%;
		margin:0 0 20px 0!important;
	}
	.archivi .baki article:nth-of-type(odd),.most-popular article:nth-of-type(odd){
		float:left;
		clear:both;
	}
	.archivi .baki article:nth-of-type(even),.most-popular article:nth-of-type(even){
		float:right;
	}
	.paginazione > span,.paginazione a:not(.prev):not(.next){
		display:none;
	}
	.paginazione .prev,.paginazione .next{
		font-size: 18px;
		line-height: 24px;		
	}
	.in-primo-piano .image, .in-primo-piano .image a {
		height: 330px;
	}
	.ie-style .image, .ie-style .image a {
		height: 280px;
	}
	.la-settimana .image, .la-settimana .image a{
		height: 180px;
	}	 
	.category-section > div:nth-child(-n+3) > article:first-of-type .image, .category-section > div:nth-child(-n+3) > article:first-of-type .image a{
		height: 204px;
	}
	.category-section > div > article .image, .category-section > div > article .image a {
		height: 90px;
	}
	.archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4) .image, .archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4) .image a{
		height: 300px;	
	}
	.archivi .baki article .image, .archivi .baki article .image a, .most-popular article .image, .most-popular article .image a{
		height: 200px;
	}
	.side-tv .ir-next{
		right: -35px;
	}
	.side-tv .ir-prev{
		left: -35px;
	}
	.x-navbar .thalle{
		overflow:hidden;
		height:0;
		border-bottom:0;
	}
	.x-navbar .mashuri{
		margin-top:2px;
		padding:0 2px;
		margin-bottom:25px;
	}
	.masthead{
		margin-bottom: 12px;
	}
	.archivi .ir-sidebar.under-pp,.archivi .ir-sidebar.under-video,.archivi .ir-sidebar.under-week{
		margin-bottom: 40px;
	}
	.in-evidenza-dett .image, .in-evidenza-dett .image a{
		height: 120px;
	}
}
@media(max-width:599px){	
	.ir-sidebar,.main-tv .vid,.in-primo-piano .image,.archivi .articoli > article:first-of-type .image,.archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4) .image,.detail-article .ie-style + .ir-sidebar{
		width: 114%;
		margin-left:-7%;
	}
	.ir-sidebar .widgettitle,
	.site-middle .right .right-news.news1,
	.main-article .right > .news1{
		padding-right: 6%;
		padding-left: 6%;
	}
	.site-middle {
		margin-top: 0;
	}
	.category-section article{
		width:100%;
	}
	.small.styled-title {
		font-size: 30px;
		padding-top: 20px;
	}
	.category-section > div:nth-child(-n+3) > article:first-of-type .title {
		font-size: 22px;
		line-height: 27px;
	}
	.category-section article:nth-last-child(-n+2) .title{
		margin-top:5px;
		font-size: 18px;
		line-height: 23px;
	}
	.main-menu .x-nav{
		height:18px;
		min-height:18px;
	}
	.thalle-menu .x-nav{
		margin-bottom: 0;
		height:25px;
		min-height: 25px;
		line-height: 20px;
	}
	.main-menu .x-nav a{
		font-size: 11px;
		line-height:11px;
		padding: 5px 0 0;
	}
	.thalle-menu .x-nav a{
		font-size: 10px;
		line-height:10px;		
	}
	.main-menu .x-nav li, .thalle-menu .x-nav li{
		padding: 0 3px;
	}
	.main-article > .title{
		font-size: 30px;    
		line-height: 36px;
	}
	.main-article .content{
		font-size: 16px;
		line-height: 24px;
	}
	.archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4){
		margin-bottom: 25px;
	}
	.x-landmark .styled-title {
		margin-bottom: 15px;		
	}	
	.articoli + .ir-sidebar{
		margin: 35px 0 !important;
		margin-left: -7%!important;
	}	
	.info-bar .social {
		width: 100%;
		margin-top: 20px;
	}
	.info-bar .thumb{
		width: 45px;
	}
	.info-bar .author{
		margin-left:20px;
	}
	
	.side-tv .image{ 
		height: 100px;
	}
	.in-primo-piano .image,.in-primo-piano .image a{
		height: 280px;
	}
	.ie-style .image,.ie-style .image a{
		height: 240px;
	}
	.la-settimana .image,.la-settimana .image a{
		height: 140px;
	}
	.category-section > div:nth-child(-n+3) > article:first-of-type .image,.category-section > div:nth-child(-n+3) > article:first-of-type .image a{
		height: 300px;
	}
	.category-section > div > article .image,.category-section > div > article .image a{
		height:140px;
	}
	.archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4) .image, .archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4) .image a{
		height: 250px;
	}
	.archivi .baki article .image, .archivi .baki article .image a, .most-popular article .image, .most-popular article .image a{
		height: 150px;
	}
	.main-tv .title {
		font-size: 22px;
		line-height: 26px;
		margin: 15px 0;
	}
	.side-tv{
		padding: 0 30px;
	}
	.side-tv .ir-next,.side-tv .ir-prev{
		width:40px;
	}
	.side-tv .ir-next{
		right: -20px;
	}
	.side-tv .ir-prev{
		left: -20px;
	}
	.side-tv .ir-next:before,.side-tv .ir-next:after,.side-tv .ir-prev:before,.side-tv .ir-prev:after{
		/*width: 12px;*/
	}	
	.side-tv .ir-next:before, .side-tv .ir-next:after {
		right: 10px;
	}
	.side-tv .ir-prev:before, .side-tv .ir-prev:after {
		left: 10px;
	}
	.detail-article blockquote{
		line-height: 25px;
		padding: 20px 1em;		
		font-size:20px;
	}
	.detail-article blockquote:before{
	    position:static;
		float: left;
		margin-top: 35px;
		font-size: 90px;
		line-height: 16p
	}
	.related-articles-top article .image {
		height: 100px;
	}
	.related-articles-top article .title{
	    font-size: 14px;
		line-height: 20px;
	}
	.in-evidenza-dett .image, .in-evidenza-dett .image a{
		height: 130px;
	}
	.in-evidenza-dett .image{
		width: 40%;
	}
	.in-evidenza-dett .inf{
		width: 55%;
	}
}
@media(max-width:479px){
	.styled-title {
		font-size: 24px;
		padding: 24px 0 20px;
		line-height: 30px;
	}
	.styled-title span:before,.styled-title a:before{
		 width: 105px;
		 height: 7px;
	}
	.la-settimana > .title {
		font-size: 24px;
	}
	.small.styled-title {
		font-size: 24px;
		padding-top: 24px;
	}	
	.x-landmark .styled-title {
		margin-bottom: 5px;		
	}
	.paginazione .prev,.paginazione .next {
		font-size: 16px;
	}
	.ie-style .inf{
		line-height:17px;
	}
	.ie-style .inf .title {
		margin-top: 10px;
	}	
	.side-tv .image{ 
		height: 110px;
	}	
	.la-settimana .image,.la-settimana .image a{
		height: 130px;
	}
	.category-section > div:nth-child(-n+3) > article:first-of-type .image,.category-section > div:nth-child(-n+3) > article:first-of-type .image a{
		height: 250px;
	}
	.archivi .articoli > article:first-of-type .image:not(.obj-fit) a{
		height:270px;
	}
	.category-section > div > article .image,.category-section > div > article .image a{
		height: 110px;
	}
	.archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4) .image, .archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4) .image a {
		height: 225px;
	}
	.archivi .baki article .image, .archivi .baki article .image a, .most-popular article .image, .most-popular article .image a {
		height: 125px;
	}	
	.street-videos {
		margin-top: 0;
	}
	.street-videos .styled-title{
		margin-top: 5px;
		margin-bottom: 0;
	}
	.paginazione a.prev, .paginazione a.next{
		width: calc(50% - 8px);
		font-size: 14px;
	}
	.paginazione .prev{
		padding:8px 7px 8px 35px;
	}
	.paginazione .next{
		padding:8px 35px 8px 7px;
	}
	.paginazione .icona.left:before{
		left: 12px;
	}
	.paginazione .icona.left:after {
		left: 13px;
	}
	.paginazione .icona.right:before{
		right: 12px;
	}
	.paginazione .icona.right:after {
		right: 13px;
	}
	.related-articles-top article {
		width: 100%;
		margin-right: 0!important;
		margin-bottom: 25px;
	}
	.related-articles-top article .image {
		height: 100px;
		width: 150px;
		float:left;
	}
	.related-articles-top article .inf {
		width:calc(100% - 170px);
		float:right;
	}
	.related-articles-top article .title {
		font-size: 17px;
		line-height: 22px;
		margin:0;
	}
	.in-evidenza-dett .image, .in-evidenza-dett .image a{
		height: 100px;
	}
}
@media(max-width:419px){
	article .categories,article .date-time{
		font-size:11px;
	}
	article .content{
		font-size: 14px;
		line-height: 21px;
	}
	article .author{
		font-size:11px;
	}
	article .title {
		font-size: 20px;
		line-height: 25px;
	}
	article .inf{
		line-height: 16px;
	}
	.side-tv article .with-video{
		margin-top: 2px;
		width:100%;
	}
	.main-article {
		line-height: 16px;
	}
	.main-tv .title {		
		font-size: 18px;
		line-height: 25px;
		margin: 10px 0 15px;
	}	
	/*.side-tv .image{
		width:35%;		
	}*/
	.side-tv article .title{		
		font-size: 11px;    
		line-height: 15px;    
		margin-top: 10px;
	}
	.in-primo-piano {
		margin-bottom: 25px;
	}
	.ie-container{
		padding-bottom: 0;
	}
	.in-evidenza{
		margin-left: -7%;
		padding: 0 7%;
		width: 114%;
	}
	.ie-style .image,.category-section > div:nth-child(-n+3) > article:first-of-type .image,.main-article .vid,.main-article .img{
		width: 114%;
		margin-left:-7%;
	}
	.la-settimana article .title {
		font-size: 15px;
		line-height: 20px;
		margin: 10px 0 20px;
	}
	.category-section > div:nth-child(-n+3) > article:first-of-type .title {
		font-size: 20px;
		line-height: 25px;
	}
	.category-section article:nth-last-child(-n+2) .title {
		font-size: 15px;
		line-height: 20px;
		margin-top:0;
	}
	.category-section article:nth-last-child(-n+2) .image{
		width:35%;
	}
	.category-section article:nth-last-child(-n+2) .inf{
		width:61%; 
	}
	.category-section .styled-title{
		margin-top: 30px;
	}
	.main-article > .title,.archivi .articoli > article:first-of-type .title{
		font-size: 25px;
		line-height: 30px;
		margin: 15px 0 20px;
	}
	.archivi .baki article .date-time{
		padding: 0 5px;
		margin-top: -36px;
		line-height:21px;
	}
	.archivi .articoli > article:first-of-type {
		margin-bottom: 30px;
	}
	.archivi .baki article .title{
		font-size: 14px;    
		line-height: 18px;
	}
	.most-popular article{
		width:100%;
		margin-bottom:25px!important;
	}
	.most-popular article .date-time {
		margin-left: -7%;
		margin-top: -40px;
		padding-left: 7%;
		width: 114%;
		font-size:13px;
		line-height:22px;
	}
	.most-popular article .title{
		font-size: 20px;
		line-height: 25px;
		font-weight:bold;
		margin: 10px 0;
	}
	.most-popular article .image{
		width:114%;
		margin-left:-7%;
	}
	.archivi {
		margin-bottom: 20px;
	}
	.x-navbar .mashuri{	
		margin-bottom:20px;
	}

	.side-tv .image{
		height: 95px;
	}
	.in-primo-piano .image, .in-primo-piano .image a {
		height: 190px;
	}
	.ie-style .image, .ie-style .image a {
		height: 190px;
	}
	.la-settimana .image, .la-settimana .image a {
		height: 90px;
	}
	.category-section > div:nth-child(-n+3) > article:first-of-type .image, .category-section > div:nth-child(-n+3) > article:first-of-type .image a {
		height: 190px;
	}
	.archivi .articoli > article:first-of-type .image:not(.obj-fit) a{
		height:210px;
	}
	.category-section > div > article .image, .category-section > div > article .image a {
		height: 80px;
	}
	.archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4) .image, .archivi .articoli > article:nth-of-type(n+2):nth-of-type(-n+4) .image a{
		height: 190px;
	}
	.archivi .baki article .image, .archivi .baki article .image a{
		height: 110px;
	}
	.most-popular article .image, .most-popular article .image a{
		height: 190px;
	}
	.page:not(.v2) .side-tv {
		padding: 15px 0 !important;
	}
	.related-articles-top article .image {
		height: 100px;
		width: 100px;
	}
	.related-articles-top article .inf {
		width: calc(100% - 120px);
	}
}
@media(max-width:359px){
	.info-bar .social a,.social.footer a{
		margin: 0 0 0 15px;
	}	
	.social.footer .text {
		margin-right: 0;
	}
	
}