
/***** GENERAL *****/

.container-article {
    max-width: 1600px;
    width: 100%;
    padding: 0 88px !important;
}
.vers-desktop{
    display: block;
}
.vers-mobile{
    display: none;
}
.desktop-nav{
    display: none;
}
.mobile-nav .fa {
    color: #969797;
}
.photo-credit{
    display: none;
}
.imageMob{
    display: none;
}
.imageDesk{
    display: block;
}
.section-banner img{
    width: 100%;
}

#id-intervista article{
    background-color: #fff;
}
.intervista-col {
    padding: 0 0px 0 0px;
    width: 747px;
    margin: 0 auto;
}
div.credit-360{
    font-size: 12px;
    width: 70vw;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: right;
}

/***** HEADER *****/

.clear{
	clear: both;
}
.main-nav{
        padding:0 40px;
	border-bottom: 4px solid #1e1f1f;
}
.main-nav div.header-thepost{
	float:left;
}
.main-nav div.header-tiz{
        float:right;
        width: 20%;
        margin-top: 26px;
}

.main-nav .header-back,
.main-nav .header-sponsor{
	width: 30%;
	height: 98px;
}
.main-nav .header-sponsor{
	padding: 25px 0;
}
.main-nav .header-back,
.header-back {
	padding: 37px 0;
}
.main-nav .header-back a,
.header-back a{
        font-size: 18px;
	line-height: 18px;
	display: block;
	height: 18px;
	background-image: url("../images/bg/bg-back.png");
	background-repeat: no-repeat;
        background-position: left top;  
	padding-left: 55px;
	text-decoration: none;
}
.main-nav .header-back a:hover,
.header-back a:hover{
	color: #fc4f4f;
        background-position: left bottom;
}
.main-nav .nav-logo-wrap{
	width: 40%;
}
.main-nav .nav-logo-wrap a{
        display: block;
	margin: 0;
}
.main-nav a,
.main-nav span{
	color: #969797;
}
.header-sponsor span,
.mobile-sponsor span{
        font-size: 12px;
	line-height: 12px;
	padding: 17px 10px 16px 0;
	font-family: 'Fira Mono';
}
.header-sponsor img,
.mobile-sponsor img{
	margin-bottom: 5px;
}
.header-sponsor span, 
.header-sponsor a{
        float: right;
}
.mobile-sponsor span,
.mobile-sponsor a{
        float: left;
}
.interviste-content .author{
    font-size: 20px;
}

/***** COVER *****/

.container {
    padding-left: 0px;
    padding-right: 0px;
}
.container .container-360{
    margin: 0 auto;
    width: 70vw;
    height: 70vh;
    margin-top: 100px;
}
.home-row{
    display: table-row;
}
#home .home-text,
#home-mobile .home-text{
    padding-left: 207px;
    padding-top: 100px;
}
#home .home-credit,
#home-mobile .home-credit{
    padding-top: 0px;
    padding-bottom: 50px;
}
#home .home-credit span,
#home-mobile .home-credit span{
    display: block;
    text-align: left;
    color: #969797;
    font-size: 15px;
    font-family: 'Fira Mono';
}
#home .home-text h1,
#home-mobile .home-text h1{
    margin: 0 0;
    text-align: left;
    font-size: 104px;
    line-height: 102px;
    letter-spacing: -2px;
    font-weight: 700;
}
#home .home-text h1 span.orange,
#home-mobile .home-text h1 span.orange{
    color: #fc4f4f;
}
#home .home-text h2{
    font-size: 25px;
    line-height: 40px;
    color: #969797;
    text-align: left;
    margin: 35px 0 0 0;
    max-width: 550px;
}
#home.cover-noimage .home-text, 
#home-mobile.cover-noimage .home-text {
    padding-left: 0px;
}
#home.cover-noimage h1,
#home.cover-noimage h2{
    text-align: center;
}
#home.cover-noimage h2{
    max-width: 100%;
}
#thepostArt h1{
    
}

/***** AUTHOR *****/
#author .home-text{
    padding: 60px 0 80px 0;
    color: #3b3b3b;
    font-size: 15px;
    font-family: 'Fira Mono';
}
#author .home-text span{
    font-weight: bold;
}
#author .home-text span a{
    text-decoration: none;
}

/***** PROGRESS BAR *****/

progress {
  /* Positioning */
  position: relative;
  left: 0;
  top: -25px;

  /* Dimensions */
  width: 100%;
  height: 5px;

  /* Reset the appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  /* Get rid of the default border in Firefox/Opera. */
  border: none;

  /* Progress bar container for Firefox/IE10+ */
  background-color: transparent;

  /* Progress bar value for IE10+ */
  color: #d32531;
}
.fix-progress progress{
  position: fixed;
  top: 98px;
  z-index: 2000;
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
  background-color: #d32531;
}

progress::-moz-progress-bar {
  background-color: #d32531;
}


/***** MAIN CONTENT ******/

div.social-col{
	width: 119px;
	vertical-align: baseline;
}
div.main-col{
	width: calc(100% - 119px);
	padding: 0 238px 0 120px;
	font-size: 25px;
	line-height: 40px;
}
.social-col .clearlist li{
	text-align: left;
	margin-bottom: 20px;
}
.social-col .clearlist li .fa-facebook{
        font-size: 26px;
	font-weight: bold;
}
.social-col .clearlist li .fa-twitter{
        font-size: 24px;
}
.social-col .clearlist li .fa-envelope,
.social-col .clearlist li .fa-google-plus{
        font-size: 22px;
}
.fix-social .social-col .clearlist{
	position: fixed;
	top: 220px;
	z-index: 2000;
}
.share-bg{
	background-image: url("../images/bg/share.png");
        background-repeat: no-repeat;
        background-position: 3px top;	
	width: 24px;
	height: 73px;
}
div.main-col .sinossi{
	font-size: 1.4em;
        line-height: 1.6em;
	text-align: center;
	font-weight: 700;
	margin-top: -9px;
	padding-bottom: 160px;
}
div.main-col .main-text{
	font-size: 25px;
        line-height: 40px;
        text-align: left;
}
div.main-col .main-text div.firstLett {
    width: 270px;
    height: 345px;
    text-align: center;
    font-size: 220px;
    line-height: 280px;
    float: left;
    margin-left: -4px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 0px;
    /*font-family: 'TIMMONS_NY_FINAL';*/
    font-family: 'Oswald';
    -webkit-font-smoothing: antialiased;
}
div.main-col .main-text div.letter {
    border-top: 15px solid #000;
    width: 120px;
    margin: 0 auto;
}
figure{
    margin: 0 0 2em 0;
}
figcaption{
    font-size: 13px;
    font-family: 'Fira Mono';
    padding-left: 30px;
    background-image: url("../images/bg/bg-figcaption.png");
    background-repeat: no-repeat;
    background-position: left 13px;
    margin-top: 10px;
}

/***** INFO GRAFICA *****/

#info-grafica{
    height: 800px;
    background-color: #ded7c9;
}


/***** 	INTERVISTE *****/

.interviste-content{
    padding: 90px 0 90px 0;
}
.interviste-content h1 {
    font-size: 85px;
    line-height: 95px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    margin-bottom: 60px;
}
.interviste-content h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 800;
    max-width: 80%;
    margin: 60px auto 0 auto;
}
.interviste-content .capitolo{
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Fira Mono';
    color: #3b3b3b;
}
.interviste-content .container-interviste{
    max-width: 947px;
    padding: 0 0 !important;
}
.interviste-content p{
    text-align: justify;
}


/*****  INTERVISTE *****/

.container-intervistato{
    max-width: 947px;
    margin: 0 auto;
}
#intervistati-content .container{
    width: 100%;
    border-top: 1px solid #bcb8af;
    border-bottom: 1px solid #bcb8af;
}
#intervistati-content .home-text.num{
    width: 60px;
    font-size: 18px;
    padding-top: 140px;
}
#intervistati-content .home-text.left{
    text-align: left;
}
#intervistati-content .home-text.right{
    text-align: right;
}
#intervistati-content .home-text.name{
    width: calc(100% - 120px);
    padding: 80px 0;
}
#intervistati-content .home-text.name h2{
    font-size: 85px;
    line-height: 100px;
    margin: 0 0;
    /*font-family: 'TIMMONS_NY_FINAL';*/
    font-family: 'Oswald';
    -webkit-font-smoothing: antialiased;
   letter-spacing: -2px;
}
#intervistati-content a{
    text-decoration: none;
    color: #3b3b3b;
    display: block;
}
#intervistati-content a:hover{
    background-color:#fc4f4f;
}
#intervistati-content a:hover .home-text.name{
    color: #ebe5d9;
}
#intervistati-content blockquote{
    margin: 10px 0 5px 0;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Fira Mono';
    color: #3b3b3b;
}
.intervista-noimage ul{
    max-width: 947px;
    margin: 0 auto;
}

/***** THE POST *****/

.thepost-content,
#content-slider{
    background-color: #50636a;
    color: #1d1d1b;
}
.thepost-content h2,
.thepost-content .capitolo{
    color: #c9c5c2 !important;
}
div.plot-thepost,
div.info-thepost{
    float: left;
}
div.info-thepost{
    width: 305px;
    padding-left: 50px;
    font-size: 20px;
    line-height: 26px;
}
div.info-thepost h3{
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    margin: 5px 0 0 0;
}
div.plot-thepost{
    width: calc(100% - 355px);
    text-align: left;
}
div.plot-thepost p,
div.info-thepost h3,
div.info-thepost p{
    text-align: left !important;
}
div.info-thepost .detail{
    margin-bottom: 25px;
}
.thepost-content-segue {
    padding: 120px 0 90px 0 !important;
}
.owl-prev .fa, 
.owl-next .fa{
    font-size: 45px;
}

/***** SLIDER *****/

#content-slider .owl-carousel,
#content-slider .owl-carousel .owl-wrapper-outer{
    overflow: visible;
}
#content-slider .owl-carousel .owl-item {
    padding: 0 60px;
}
#content-slider .owl-prev:before, 
#content-slider .owl-next:before{
    background: transparent;
}
#content-slider .mb-80{
    margin-bottom: 0;
}
#content-slider .work-full-media{
    margin-top: 0;
}

/***** BANNER *****/

#banner{
    background-color: #c9c5c2;
}

/***** PAGINA INTERVISTA *****/

.image-col{ 
    width: 290px;
    padding: 5px 0 0 0;
    vertical-align: top;
}
.image-col .scheda-container{
    border: 1px solid #99968f;
    padding: 45px 0 25px 0;
}
.intervista-col{
    width: calc(100% - 409px);
    padding: 0 238px 0 65px;
}
.image-col .box-jobdescr{
    border-top: 1px solid #99968f;
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
}
.image-col .box-image .avatar{
    width: 178px;
    height: 178px;
    margin: 0 auto;
}
.image-col .box-image .avatar-name{
    font-weight: 700;
    font-size: 22px;
    padding:10px 0 40px 0;
}
.intervista ul{
    list-style: none;
    padding-left: 0;
}
.intervista ul li{
    text-align: left;
    margin-bottom: 50px;
    list-style-type: none;
    padding: 5px 0px 1px 93px;
    vertical-align: middle;
}
.intervista ul li.italic{
    font-style: italic;
}
.intervista ul li.bold{
    font-weight: 700;
}
.intervista ul li.icon-quest{
    background: url(../images/avatar/rolling-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-tiziano{
    background: url(../images/avatar/tiziano-icon.png) no-repeat 0px 0px transparent;
}
.intervista ul li.firma{
    color: #3b3b3b;
    font-size: 15px;
    font-family: 'Fira Mono';
}
.intervista ul li.firma a{
    text-decoration: none;
    font-weight: bold;
}
.intervista ul li.continue-reading{
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    padding: 0;
    font-family: 'Raleway';
    color: #000;
    text-transform: uppercase;
}
.intervista ul li.continue-reading .fa{
    margin-top: 5px;
    color: #d32531;
}


/**** QUOTE ****/

.container-interviste .quote{
    background-image: url("../images/bg/bg-quote-top.png"), url("../images/bg/bg-quote-btm.png"); 
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    padding: 90px 0 90px 0;
}
.container-interviste .quote div{
    margin: 0;
}
.container-interviste .quote div.little{
    text-align: center !important;
    font-family: 'Fira Mono';
    font-size: 15px;
    line-height: 21px;
    padding: 25px 0 15px 0;
}
.container-interviste .quote div.big{
    text-align: center !important;
    /*font-family: 'TIMMONS_NY_FINAL', sans-serif;*/
    font-family: 'Oswald';
    -webkit-font-smoothing: antialiased;
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -2px;
}

/**** FOTO AMBIENTATA ****/

.foto-abientata{
    height: 830px;
}
.comandi-content{
    padding-top: 0px;
}
.intervista-comandi{
    width: 237px;
}
.intervista-comandi-back,
.intervista-comandi-succ{
    float: left;
    width: 100px;
    padding: 10px 0;
}
.intervista-comandi-succ{
    float: left;
    width: 100px;
    padding: 10px 0;
}
.intervista-comandi-menu{
    float: left;
    width: 37px;
}
.intervista-comandi-back{
    padding-left: 0px;
}
.intervista-comandi-succ{
    padding-right: 0px;
}
.intervista-comandi-succ a{
        font-size: 18px;
        line-height: 18px;
        display: block;
        height: 18px;
        background-image: url("../images/bg/bg-succ.png");
        background-repeat: no-repeat;
        background-position: right top;
        padding-right: 35px;
        text-decoration: none;
}
.intervista-comandi-back a{
        font-size: 18px;
        line-height: 18px;
        display: block;
        height: 18px;
        background-image: url("../images/bg/bg-back.png");
        background-repeat: no-repeat;
        background-position: left top;
        padding-left: 35px;
        text-decoration: none;
}
.intervista-comandi-succ a:hover{
        color: #fc4f4f;
        background-position: right bottom;
}
.intervista-comandi-back a:hover{
        color: #fc4f4f;
        background-position: left bottom;
}

/***** FOOTER *****/

.footer{
   padding: 45px 0;
}
.footer .logo-footer{
   margin-bottom: 5px;
}
.footer span{
        font-size: 12px;
        line-height: 12px;
        padding: 17px 10px 16px 0;
        color: #969797;
	text-transform: none;
	letter-spacing: 0;
	font-family: 'Fira Mono';
}

.thepost-content-segue .info-thepost{
	display: none;
}
a.link-to-top {
    bottom: 60px;
    color: rgba(255,255,255, .9);
    font-size: 35px;
}
.header-tiz-mob{
    display: none;
}
.track-by-track{
   display: block;
   margin-bottom: 50px;
}
.track-by-track .white{
   display: none;
}
.track-by-track:hover .white{
   display: block;
}
.track-by-track:hover .black{
   display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1500px){

#home .home-text, 
#home-mobile .home-text {
    	padding-left: 107px;
}
#home .home-text h1, 
#home-mobile .home-text h1 {
    font-size: 90px;
    line-height: 95px;
}
.page-section {
    padding: 0px 0;
}
.interviste-content .container-interviste {
    max-width: 747px;
    padding: 0 0 !important;
}
.interviste-content {
    padding: 90px 0 90px 0;
}
.comandi-content{
    padding: 0 0 90px 0;
}
.main-nav {
    padding: 0 50px;
}
.main-nav .nav-logo-wrap {
    width: 30%;
}
.main-nav .header-back, .main-nav .header-sponsor {
    width: 35%;
}
.main-nav .nav-logo-wrap a {
    margin: 0;
}
.main-nav .nav-logo-wrap a img{
    width: 90%;
}
div.main-col {
    padding: 0 80px 0 0px;
}
.intervista-col {
    padding: 0 0px 0 0px;
    width: 747px;
    margin: 0 auto;
}
.footer{
    padding: 20px 0;
}
#id-intervista #author{
    margin-bottom: 25px;
}
.intervista ul li {
    background-position: 15px 0px !important;
}

}

/* ==============================
   Switch desktop - mob
   ============================== */

@media only screen and (max-width: 1023px) {
#id-intervista #author{
    margin-bottom: 25px;
}
#id-intervista #author .home-content{
    display: none;
}

.main-nav {
    padding: 0 ;
    border-bottom: 0;
}
.main-nav.dark .mobile-nav{
    width: 25% !important;
}
.nav-logo-wrap .logo{
    text-align: center;
}
.nav-logo-wrap .logo img{
    width: 100%;
    margin-top: 32px;
}

.container .container-360{
    width: 100vw;
    height: 60vh;
    margin-top: 60px;
}
.container-article, .container {
    padding: 0 0 !important;
}

}
.vers-mobile{
    display: block;
}
.header-sponsor{
    display: none;
}
#home-mobile .home-text h1 {
    text-align: center;
}
#home-mobile .home-text {
    vertical-align: top;
}
.mobile-sponsor{
    width: 100%;
    position: absolute;
    top: 94px;
    background: #2a2a2a;
}
.mobile-sponsor .sponsor{
    width: 296px;
    margin: 0 auto;
}
.mobile-sponsor .sponsor img{
    width: 90%;
}
.mobile-sponsor .sponsor span{
    color: #969797;
}
.container-article,
.container {
    padding: 0 30px !important;
}
div.social-col {
    /*display: none;*/
}
div.main-col {
    width: 100%;
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 26px;
}
.interviste-content .container-interviste {
    padding: 0 30px !important;
}

#intervistati-content .home-text.name h2 {
    font-size: 65px;
    line-height: 80px;
    padding-top: 0px;
}
#intervistati-content .home-text.num {
    width: 60px;
    font-size: 16px;
    padding-top: 125px;
    text-align: center;
}
.main-nav .header-back a {
    font-size: 15px;
    line-height: 15px;
    padding-left: 40px;
    margin-left: 35px;
    color: #0c0c0c;
}
.main-nav .header-back a:hover {
    color: #0c0c0c;
}
.mobile-on .desktop-nav ul li a {
    height: 45px !important;
    line-height: 45px !important;
    padding: 0px 32px;
    font-size: 18px;
}
#home-mobile .home-text h1 {
    text-align: center;
    font-size: 65px;
    line-height: 100px;
    font-weight: 700;
}
#home .home-text, #home-mobile .home-text {
    padding-left: 0px;
    padding-top: 160px;
}

}


/* ==============================
   Tablet Portrait
   ============================== */

@media only screen and (max-width: 768px) {
.main-nav div.header-thepost {
    float: none;
}
.main-nav .nav-logo-wrap {
    width: 50%;
    margin: 0 auto;
}
.main-nav div.header-tiz {
    display: none;
}
.imageMob{
    display: block;
}
.imageDesk{
    display: none;
}
.mobile-nav .fa{
    text-align: right;
    padding-right: 35px;
}
.container-article, 
.container {
    padding: 0 40px !important;
}
#home-mobile .home-text h1 {
    text-align: center;
    font-size: 65px;
    line-height: 100px;
    font-weight: 700;
}
#home-mobile .home-text {
    padding-left: 0;
    padding-top: 170px;
}
.photo-credit{
    display: block;
    text-align: center;
    font-family: "Fira Mono";
    font-size: 15px;
}
.page-section {
    padding: 0 0;
}
div.main-col .sinossi {
    padding-bottom: 80px;
}
.interviste-content{
    padding-top: 60px;
}
.comandi-content{
    padding: 0 0 50px 0;
}
#quote-content{
    margin-bottom: 60px;
}
#intervistati-content .home-text.num {
    padding-top: 130px;
}
#intervistati-content blockquote {
    margin: 10px 0;
}
#intervistati-content .home-text.name h2 {
   font-size: 60px;
    line-height: 80px;
    padding-top: 0px;
}
#content-slider .owl-carousel .owl-item {
    padding: 0 0;
}
.work-full-media {
    overflow: hidden;
}
.intervista-col {
    width: calc(100% - 290px);
    padding: 0 !important;
}
.intervista ul li {
    padding: 5px 0px 1px 75px;
    min-height: 46px;
    background-position: 15px 0px !important;
}
#home-mobile.cover-noimage .home-text {
    padding-top: 400px;
}
#home-mobile.cover-noimage .home-text h2{
    color: #969797;
    margin-top: 5px;
}
.footer{
    padding-top: 20px;
}
.container-interviste .quote div.big {
    font-size: 65px;
    line-height: 80px;
}
.header-tiz-mob{
    width: 80%;
    margin: 50px auto;
}

}



/* ==============================
   Phone
   ============================== */

@media only screen and (max-width: 480px) {
div.credit-360 {
    width: 100vw;
    margin-top: 5px;
    padding-right: 10px;
    font-size: 10px;
}
.thepost-content-segue .info-thepost{
        display: block;
}
.imageMob{
       display: block;
    }
.container-article, 
.container {
    padding: 0 0 !important;
}
.header-sponsor img, .mobile-sponsor img {
    margin-bottom: 0px;
}
.main-nav {
    height: 60px !important;
}
.main-nav .header-back, 
.main-nav .header-sponsor {
    height: 60px;
}
.nav-logo-wrap .logo {
    height: 60px;
}
.nav-logo-wrap .logo img {
    margin-top: 13px;
}
.small-height{
   height: 60px !important;
}
nav.small-height .full-wrapper{
   height: 60px;
} 
.mobile-sponsor{
    top: 61px;
}
#home-mobile .home-text h1 {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}
#home-mobile .home-text {
    padding-left: 0;
    padding-top: 140px;
}
.fix-progress progress {
    top: 60px;
}
#home-mobile.cover-noimage .home-text {
    padding-top: 300px;
}
#home-mobile.cover-noimage .home-text h2{
    font-size: 18px;
    color: #969797;
}

#author .home-text {
    padding: 30px 0 50px 0;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}
div.main-col .sinossi {
    font-size: 26px;
    line-height: 35px;
    text-align: left;
    padding-bottom: 30px;
}
div.main-col .main-text div.firstLett {
    display: none;
}
div.main-col .main-text {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}
body {
    font-size: 20px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
}
.container-interviste .quote div.big {
    font-size: 100px;
    line-height: 100px;
    padding-top: 65px;
}
/*.container-interviste .quote div.little-btm {
    margin-top: -20px;
}*/
.container-interviste .quote {
    padding: 90px 0 50px 0;
    margin-bottom: 20px;
}
.interviste-content p {
    text-align: left;
}
.interviste-content p {
    text-align: left;
}
.interviste-content .capitolo {
    font-size: 15px;
}
.interviste-content h2 {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
}
.interviste-content .author{
    font-size: 16px;
}
#intervistati-content .home-content,
#intervistati-content .home-row,
#intervistati-content .home-text
{
    display: block;
}
#intervistati-content .home-text{
    width: 100% !important;
}
#intervistati-content .home-text.num {
    padding-top: 20px;
}
#intervistati-content .home-text.right {
    display: none;
}
#intervistati-content .home-text.left {
    text-align: center;
}
#intervistati-content .home-text.name h2 {
    font-size: 38px;
    line-height: 45px;
    padding-top: 0px;
}
#intervistati-content blockquote {
    margin: 10px 0 0 0;
}
#section-the-post div.info-thepost {
    display: none;
}
#intervistati-content .home-text.name {
    padding: 65px 0 60px 0;
}

div.plot-thepost, div.info-thepost {
    float: none;
    width: 100%;
}
div.info-thepost {
    padding-left: 0;
}
#content-slider .owl-carousel .owl-item {
    padding: 0 0px;
}
#content-slider .owl-carousel, 
#content-slider .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
}
.thepost-content-segue {
    padding: 60px 0 90px 0 !important;
}
.owl-page {
    padding-left: 4px;
    padding-right: 4px;
}
.footer{
    padding: 20px 0;
}
.footer .logo-footer img{
    width: 45%;
}
.footer .footer-text img{
    width: 25%;
}
.footer span {
    padding: 17px 0px 16px 0;
}
.main-nav .header-back {
    padding: 22px 0;
}


#id-intervista .image-col,
#id-intervista .intervista-col{
   display: block;
   width: 100%;
}#id-intervista .intervista-col{
   padding: 0;
}
.intervista ul li {
    padding: 0px 0px 1px 55px;
    font-size: 18px;
}
.image-col .box-image .avatar,
.image-col .box-image .avatar-name {
    width: calc(50% - 25px);
    float: left;
    height: auto;
}
.image-col br{
    display: none;
}
.image-col .box-image .avatar{
    padding-bottom: 25px;
}

.image-col .box-image .avatar-name {
    padding: 20px 0 20px 0;
    margin-left: 35px;
}
.image-col .box-image{
    padding: 0 25px;
}
.image-col .scheda-container {
    padding: 25px 0 25px 0;
    margin-bottom: 30px;
}
.intervista ul li.no-icon {
    padding: 0px 0px 1px 0px;
}
.intervista ul li.firma {
    font-size: 12px;
}
.intervista-comandi-back, 
.intervista-comandi-succ {
    padding: 5px 0 10px 0;
}
.intervista ul li {
    background-position: 0px 0px !important;

}
a.link-to-top {
    bottom: 22px;
    font-size: 35px;
}

.container-interviste .quote div.little {
    text-align: center !important;
    font-family: 'Fira Mono';
    font-size: 14px;
    line-height: 25px;
}
.container-interviste .quote div.big {
    font-size: 60px;
    line-height: 70px;
    padding-top: 0px;
}
.container-interviste .quote div.big br{
    display: none;
}
.container-interviste .quote {
    padding: 50px 0 70px 0;
}
.container-interviste .quote div.little-btm {
    padding-bottom: 0px;
}
.main-nav div.header-thepost {
    float: none;
}
.main-nav .nav-logo-wrap {
    width: 50%;
    margin: 0 auto;
}
.main-nav div.header-tiz {
    display: none;
}
.header-tiz-mob{
    width: 80%;
    margin: 0 auto;
    padding: 25px 0;
    display: block;
}
.interviste-content h1 {
    font-size: 35px;
    line-height: 35px;
}
.interviste-content {
    padding: 30px 0 30px 0;
}
.intervista ul li.icon-quest{
    min-height: 45px;
}
.imageDesk.foto-abientata{
    display: none;
}

}

