@import url('../berlinfonts/stylesheet.css');

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

.container-article {
    max-width: 1600px;
    width: 100%;
    padding: 0 40px !important;
}
#special-content .container-article {
    padding: 0 40px 0 0 !important;
}
.interviste-content#special-content {
    padding: 0;
    overflow: visible;
}
.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%;
}
.orange{
    color: #FF4D26;
}

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

.clear{
	clear: both;
}
.main-nav{
        padding:0 0;
	border-bottom: 2px solid #000;
}
.main-nav div.header-thepost{
	float:left;
}
.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: 22px 0;
}
.header-back .berlinback{
        width: 54px;
        height: 54px;
        border: 2px solid #000;
        border-radius: 30px;
}
.main-nav .nav-logo-wrap{
	width: 40%;
}
.main-nav .nav-logo-wrap a{
        display: block;
	margin: 0 auto;
}
.main-nav a,
.main-nav span{
	color: #000;
}
.main-nav .full-wrapper{
	max-width: 1440px;
        margin: 0 auto;
        padding: 0 38px;
}
.header-sponsor span,
.mobile-sponsor span{
        font-size: 18px;
	line-height: 20px;
	padding: 17px 10px 16px 0;
}
.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;
}
.header-sponsor a {
    width: 50px;
}

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

.container {
    padding-left: 0px;
    padding-right: 0px;
}
.home-row{
    display: table-row;
}
.home-row1{
    height: 98px;
}
.home-row2{
    height: calc(50vh - 98px);
}
.home-row3{
    height: 50vh;
}
.home-row-sostenibilita{
    height: 80vh;
}
.home-row2 h1{
    font-size: 20rem;
    line-height: 18rem;
    margin-bottom: 0;
    text-align: left;
    padding-left: 38px;
    margin: 20px 0;
}
.home-row3 .home-col{
    float: left;
    width: 50%;
    height: 50vh;
    background-color: #000;
}
.home-row3 .home-col-img{
    background-image: url('../images/home/berlin-is-still-the-future-opening.jpg');
    background-size: cover;
}
#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%;
}

/***** AUTHOR *****/
#author .home-text{
    padding: 60px 0 20px 0;
    color: #000;
    font-size: 20px;
}
#author .home-text span{
    font-weight: bold;
}
#author .home-text span a{
    text-decoration: underline;
    font-weight: 400;
    color: #000;
}

/***** 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: #fd4f50;
}
.fix-progress progress{
  position: fixed;
  top: 98px;
  z-index: 2000;
}

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

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

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


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

div.social-col{
	width: 119px;
	vertical-align: baseline;
}
div.main-col{
	width: calc(100% - 119px);
	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: 2em;
        line-height: 1.05em;
}
div.main-col .sinossi2{
	text-indent: 100px;
	padding-bottom: 100px;
}
.page-section .wall-div{
	float: left;
	height: 684px;
}
.page-section .wall-left{
	width: 38%;
        background-image: url('../images/home/bg-wall-left-new.jpg');
	background-repeat: no-repeat;
        background-size: auto 684px;
	background-position: right;
}
.page-section .wall-right{
        width: 62%; 
	background-image: url('../images/home/berlin-is-still-the-future-1.jpg');
        background-size: cover;
}
.page-section .wall-text{
        float: left;
        height: 40px;
}
.page-section .wall-text-left{
        width: 38%;
}
.page-section .wall-text-right{
        width: 62%;
	font-size: 14px;
	line-height: 16px;
	padding-top: 20px;
}
.page-section#main-content2{
	padding: 70px 0 200px 0;
}
.page-section#black-content{
	background-color: #000;
	color: #fff;
	border-bottom: 60px solid #FF4D26;
}
.page-section#white-content,
.page-section#white-content-due{
        background-color: #fff;
        color: #000;
	padding: 0 0 0 0;
}
.page-sostenibilita .page-section#white-content{
    background-color: #000;
    color: #fff;
}
.page-sostenibilita .text_rotate{
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 75px;
    width: 100%;
    height: 80px;
    overflow: hidden;
}
.page-sostenibilita .text_rotate_right{
	position: absolute;
	top: 0;
	-moz-transform: rotate(90deg) translate(30px, -47.5vw);
-webkit-transform: rotate(90deg) translate(30px, -47.5vw);
-o-transform: rotate(90deg) translate(30px, -47.5vw);
-ms-transform: rotate(90deg) translate(30px, -47.5vw);
transform: rotate(90deg) translate(30px, -47.5vw);
}
.page-sostenibilita .text_rotate_left{
        position: absolute;
        top: 0;
	-moz-transform: rotate(270deg) translate(-30px, -47.5vw);
-webkit-transform: rotate(270deg) translate(-30px, -47.5vw);
-o-transform: rotate(270deg) translate(-30px, -47.5vw);
-ms-transform: rotate(270deg) translate(-30px, -47.5vw);
transform: rotate(270deg) translate(-30px, -47.5vw);
}
.page-section#black-content .quote{
	font-size: 3em;
    	line-height: 1.2em;
}
.page-section .black-div,
.page-section .white-div{
        float: left;
}
.page-section .black-left{
        width: 40%;
}
.page-section .black-right{
        width: 60%;
        font-size: 26px;
        line-height: 32px;
        padding: 520px 66px 0 66px;
}
.page-section .white-left{
        width: 70%;
	font-size: 26px;
        line-height: 32px;
	padding-right: 30px;
	padding-top: 30px;
}
.page-section .white-right{
        width: 30%;
	background-color: #5A00FF;
	height: 100%;
	position: absolute;
    	right: 0;
}
.page-sostenibilita .page-section .white-left{
        width: 60%;
	font-size: 24px;
        line-height: 32px;
}
.page-sostenibilita .page-section .white-right{
        width: 40%;
        background-color: #ff4c26;
}
.page-sostenibilita .page-section .white2-left{
        width: 50%;
	min-height: 100px;
}
.page-sostenibilita .page-section .white2-right{
        width: 50%;
	font-size: 24px;
        line-height: 32px;
	padding-top: 60px;
}
.page-sostenibilita .page-section .white3-left{
        width: 70%;
        min-height: 100px;
	padding-bottom: 60px;
}
.page-sostenibilita .page-section .white3-left img{
        max-width: 378px;
	height: auto;
}
.page-sostenibilita .page-section .white3-right{
        width: 30%;
	font-size: 2em;
        line-height: 1.05em;
	margin-top: 200px;
}
.page-section .white-right-due{
        width: 30%;
        background-color: #fff;
	height: 100%;
        position: absolute;
        right: 0;
}
.page-section#orange-content{
        background-color: #FF4D26;
        color: #000;
	padding: 20px 0 40px 0;
}
.page-section#violet-content{
        background-color: #5A00FF;
        color: #000;
        padding: 20px 0;
}

.page-section#violet-content .container-article {
    padding: 0 0 !important;
}
.page-section#orange-content .moreText{
	text-align: right;
	text-transform: uppercase;
	font-size: 210px;
	line-height: 200px;
}
.page-section#orange-content .moreTextLeft{
        text-align: left;
        text-transform: uppercase;
        font-size: 210px;
        line-height: 200px;
	margin-bottom: 40px;
}


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: 14px;
    line-height: 18px;
    margin-top: 15px;
}
#main-photo figure{
    margin: 0 0 0 0;
}

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

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


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

.interviste-content{
    padding: 170px 0 90px 0;
}
.interviste-content h2{
    font-size: 65px;
    line-height: 67px;
    font-weight: 800;
}
.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 *****/

.container-intervistato{
    padding: 0 40px;
}
#intervistati-content .container{
    width: 100%;
}
#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{
    padding: 50px 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}
#intervistati-content .home-text.name-last {
    border-bottom: 0;
}
#intervistati-content .home-text.name-right {
    text-align: right;
}
#intervistati-content .home-text.name h2{
    font-size: 7.5em;
    line-height: 1em;
    margin: 0 0;
}
#intervistati-content div.capitoli .home-text.name h2{
    font-size: 70px;
    line-height: 70px;
}
#intervistati-content a{
    text-decoration: none;
    color: #000;
    display: block;
}
#intervistati-content a.link-left:hover{
    background-image: url("../images/home/Rectangle.png");
    background-repeat: no-repeat;
    background-position: left center;
}
#intervistati-content a.link-right:hover{
    background-image: url("../images/home/over_2.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 75%;
}
#intervistati-content div.capitoli{
    background-image: url("../images/home/bg-black-oval.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    height: 328px;
}
#intervistati-content div.capitoli_end{
    background-image: url("../images/home/Group.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}
#intervistati-content div.capitoli .home-text.name {
    padding: 195px 0 60px 0;
    border-top: 0px;
}
.intervista-noimage ul{
    max-width: 947px;
    margin: 0 auto;
}
#intervistati-content .coming-arte{
    background-image: url("../images/home/arte-coming-soon.png");
    background-repeat: no-repeat;
    height: 168px;
    width: 168px;
    position: absolute;
    left: 310px;
    top: 50px;
}
#intervistati-content .coming-eco{
    background-image: url("../images/home/eco-coming-soon.png");
    background-repeat: no-repeat;
    height: 187px;
    width: 189px;
    position: absolute;
    right: 310px;
    bottom: 50px;
}
#intervistati-content .mobilita-hover{
    background-image: url("../images/slider/opel1.jpg");
    background-repeat: no-repeat;
    height: 294px;
    width: 294px;
    position: absolute;
    right: 40px;
    top: 25px;
    background-size: cover;
    display: none;
}
#intervistati-content .link-mobilita:hover .mobilita-hover{
    display: block;
}
#intervistati-content div.mobilita{
    color: #fff;
    background-color: #000;
    margin-bottom: 20px;
}
#intervistati-content div.mobilita .container{
    box-shadow: 0 10px black inset, 0 -130px #f2f2f2 inset, -10px 0 #000 inset, 10px 0 #000 inset;
}
#intervistati-content .musica .home-text.name{
    border-bottom: 0px;
}
#intervistati-content .arte .home-text.name{
    border-top: 0px;
}
#intervistati-content div.mobilita .content-advertorial{
    margin: 0 auto 0 110px;
    max-width: 785px; 
    font-size: 24px;
    line-height: 32px;
}

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

.thepost-content,
#content-slider{
    color: #fff;
    width: 500px;
    margin-left: 110px;
}
.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 20px 0 0;
}
#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/question-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-feltri{
    background: url(../images/avatar/vittorio-feltri-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-belpietro{
    background: url(../images/avatar/maurizio-belpietro-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-travaglio{
    background: url(../images/avatar/marco-travaglio-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-mentana{
    background: url(../images/avatar/enrico-mentana-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-lillo{
    background: url(../images/avatar/marco-lillo-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-formigli{
    background: url(../images/avatar/corrado-formigli-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-sofri{
    background: url(../images/avatar/luca-sofri-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-vecchi{
    background: url(../images/avatar/davide-vecchi-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-sallusti{
    background: url(../images/avatar/alessandro-sallusti-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-chirico{
    background: url(../images/avatar/annalisa-chirico-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-annunziata{
    background: url(../images/avatar/lucia-annunziata-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-puglisi{
    background: url(../images/avatar/lorenzo-puglisi-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-malavenda{
    background: url(../images/avatar/caterina-malavenda-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-damilano{
    background: url(../images/avatar/marco-damilano-avatar.png) no-repeat 0px 0px transparent;
}
.intervista ul li.icon-giulietti{
    background: url(../images/avatar/beppe-giulietti-avatar.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: 'Fira Mono';
    color: #000;
}
.intervista ul li.continue-reading .fa{
    margin-top: 5px;
    color: #fd4f50;
}


/**** 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: 30px;
    color: #000;
    font-size: 35px;
}

/*** MUSICA ***/

.header-back .musicback{
	display: block;
        width: 54px;
        height: 54px;
	background-image: url("../images/musica/back.jpg");
	background-size: cover;
}
.home-section .music-col{
	float: left;
	height: 100vh;
	padding-top: 98px;
}
.home-section .music-col-left{
        width: 60%;
}
.home-section .music-col-right{
        width: 40%;
	background-color: #000C96;
}
.home-section .music-col-left .music-title{
	position: absolute;
    	bottom: 50px;
    	font-size: 220px;
    	line-height: 200px;
    	left: 40px;
}
.home-section .music-col-right .psichedelico{
        position: absolute;
	background-image: url("../images/musica/psichedelico-polveriera-ossessiva.png");
	background-size: cover;
	width: 407px;
	height: 682px;
	bottom: 55px;
    	margin-left: 40px;
}
#music-content{
	padding-top: 90px;
}
#main-photo figcaption{
	text-align: right;
    	padding-right: 40px;
}

.page-musica div.main-col .sinossi {
    font-size: 1.7em;
    line-height: 1.3em;
}
.page-musica .music-div{
    float: left;
    width: 50%;
    min-height: 940px;
    position: relative;
}
.page-musica .music-div.music-black-div{
    background-color: #000;
}
.page-musica .music-div.music-blue-div{
    background-color: #000C96;
    min-height: 720px;
}
.page-musica .music-div .music4{
    font-size: 8em;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    padding: 60px 0 60px 40px;
}
.page-musica .music-div .text4,
.page-musica .music-div .text5{
    position: absolute;
    font-size: 1.3em;
    line-height: 1.35em;
}
.page-musica .music-div .text4{
    bottom: 0;
    padding: 0 60px 10px 15px;
}
.page-musica .music-div .text5{
    top: 0;
    padding: 10px 15px 0 60px;
}
.page-musica .music-div.ovale{
    background-size: contain;
    background-repeat: no-repeat;
}
.page-musica .music-div.ovaleup{
    background-image: url("../images/musica/ovale-up.png");
    background-position: bottom;
}
.page-musica .music-div.ovaledown{
    background-image: url("../images/musica/ovale-down.png");
    background-position: top;
}
.page-musica .music-blue{
    position: relative;
}
.page-musica .music-blue .music-claim{
    position: absolute;
    color: #fff;
    font-size: 200px;
    line-height: 190px;
    text-transform: uppercase;
    left: 40px;
    top: 40px;
    z-index: 1;
}
#article-follow{
    background-size: 51px 51px;
    background-image: linear-gradient(to right, #FF4D26 1px, transparent 1px), linear-gradient(to bottom, #FF4D26 1px, transparent 1px);
    background-repeat: inherit;
    margin-top: 90px;
    padding: 0 40px;
}
#article-follow .music-grid-left,
#article-follow .music-grid-right{
    float: left;
    min-height: 792px;
    position: relative;
    margin-top: 80px;
}
#article-follow .music-grid-left{
    width: 40%;
}
#article-follow .music-grid-right{
    width: 60%;
    padding-right: 50px;
}
#article-follow .music-grid-left p,
#article-follow .music-grid-right p{
    font-size: 1.3em;
    line-height: 1.35em;
}
#article-follow .music-grid-img1 img{
    max-width: 330px;
}
#article-follow .music-grid-img2 img{
    max-width: 517px;
}
#article-follow .music-grid-left figure,
#article-follow .music-grid-right figure{
    position: absolute;
}
#article-follow .music-grid-img1 figure{
    bottom: 0;
    margin-bottom: 0;
}
#article-follow .music-grid-img2 figure{
    right: -40px;
}
#main-photo-mob figure{
    margin: 0;
}

/*** ARTE ***/

.home-section .arte-col{
	margin: 130px 38px 65px 38px;
    	height: 100vh;
	background-image: url(../images/arte/bg-home-arte.jpg);
        background-repeat: repeat-x;
        background-position: bottom;
	min-height: 1600px;
}
.home-section .arte-title{
        font-size: 220px;
        line-height: 200px;
	color: #fff;
	padding-bottom: 50px;
}
.home-section .arte-description{
        color: #fff;
	font-size: 50px;
	line-height: 58px;
}
.page-arte #home .home-content{
	background-color: #000;
}
.page-arte p{
    	margin: 0 0 1em 0;
}
p.pspecial{
	font-size: 50px;
	line-height: 58px;
}
#white-content .container-article {
    padding: 0 0 0 40px !important;
}
.page-arte .div-rombo{
	background-image: url(../images/arte/bg-arte-rombo.jpg);
    	background-size: contain;
    	background-repeat: no-repeat;
    	width: 70%;
    	position: relative;
    	margin: 0 auto;
    	height: 600px;
}
.page-arte .div-bauhaus{
        background-image: url(../images/arte/bauhaus.jpg);
        background-size: contain;
        background-repeat: no-repeat;
	background-position: bottom;
	width: 70%;
    	position: relative;
    	margin: 0 auto;
    	height: 97%;
    	bottom: 0;
}
.page-sostenibilita .div-occhio{
        background-image: url(../images/sostenibilita/occhio.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        position: absolute;
	bottom: 0;
        height: 281px;
}
.page-sostenibilita .div-sfera{
        background-image: url(../images/sostenibilita/sfera.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        position: absolute;
        min-height: 100vh;
	z-index: 999;
}
.page-arte .treimg {
  	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-column-gap: 0.5%;
	margin-bottom: 20px;
}
.page-arte .dueimg {
        display: grid;
        grid-template-columns: 66% 31%;
	grid-column-gap: 3%;
}
.page-arte .dueimg > :first-child {
	margin-top: 60px;
}

/***  SOSTENIBILITA'  ***/

.home-row-sostenibilita-title{
	height: 20vh;
	position: absolute;
    	bottom: 0;
   	z-index: 999;
	width: 100%;
	background-color: #FF4D26;
}
.home-row-sostenibilita-title marquee{
	font-size: 190px;
	line-height: 190px;
	color: #000;
}
.page-sostenibilita #main-content,
.page-sostenibilita #last-content{
	background-color: #0014FF;
	color: #fff;
	padding-top: 50px;
}
.page-sostenibilita #main-content .sinossi,
.page-sostenibilita #last-content .sinossi{
	padding-bottom: 50px !important;
}

@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;
}
.interviste-content#special-content {
    padding: 0;
}
.comandi-content{
    padding: 0 0 90px 0;
}
.main-nav {
    padding: 0 0;
}
.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 auto;
}
.main-nav .nav-logo-wrap a img{
    width: 100%;
}
.intervista-col {
    width: calc(100% - 290px);
    padding: 0 0px 0 0px;
}
.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: 22px;
}

.vers-desktop{
    display: none;
}
.vers-mobile{
    display: block;
}
.header-sponsor{
    display: none;
}
#home-mobile .home-text h1 {
}
#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: 0;
    margin-left: 0;
    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 {
    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: 1023px) {
.main-nav .nav-logo-wrap {
    width: 50%;
}
.main-nav .header-back,
.main-nav .header-sponsor {
    width: 25%;
}
#home-mobile .sponsor-mob{
    padding: 15px 0;
}
.page-arte #home-mobile .sponsor-mob {
    padding: 0 0 30px 0;
}
.page-arte #home-mobile .sponsor-mob{
    float: left;
}
#home-mobile .sponsor-mob span{
    float: right;
    height: 50px;
    padding: 5px 10px 5px 0;
    font-size: 18px;
}
.page-sostenibilita #home-mobile .sponsor-mob span {
    color: #fff;
}
#home-mobile .sponsor-mob a{
    display: block;
    float: right;
    width: 36px;
}
.mobile-nav {
    display: none !important;
}
.main-nav.dark .full-wrapper {
    padding: 0 12px;
}
.header-back .musicback {
    width: 40px;
    height: 40px;
}

.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 {
    font-size: 14rem;
    line-height: 12rem;
    font-weight: 400;
}
#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: 0px;
    padding-top: 50px;
}
.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: 80px;
    line-height: 80px;
    padding-top: 0px;
    max-width: 665px;
}
#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;
}
#main-photo figure {
    background-color: #000;
}
#main-photo figcaption {
    text-align: left;
    padding: 0 12px;
    display: none;
}

.page-musica .music-div {
    float: none;
    width: 100%;
    position: relative;
    min-height: 0;
}
.page-musica .music-div .music4 {
    padding: 0;
}
.page-musica .music-div .text4,
.page-musica .music-div .text5 {
    position: initial;
}
.page-musica .music-div .text4,
.page-musica .music-div .text5 {
    padding: 40px 12px 40px 12px;
}
.page-musica .music-div .music4 {
    font-size: 9em;
}
.page-musica .music-div.ovaleup {
    min-height: 400px;
}
.page-musica .music-div.music-blue-div {
    min-height: 447px;
}
.page-musica .music-blue .music-claim {
    font-size: 3.7em;
    line-height: 1em;
    left: 12px;
    top: 85px;
}
#article-follow .music-grid-left, #article-follow .music-grid-right {
    float: none;
    min-height: 0;
    width: 100%;
    margin-top: 0;
}
#article-follow {
    background-image: none;
    background-repeat: inherit; 
    margin-top: 40px;
    padding: 0 40px;
}
#article-follow .music-grid-right {
    padding-right: 0;
}
.container-intervistato {
    padding: 0 12px;
}
#intervistati-content div.capitoli .home-text.name {
    padding: 138px 0 30px 0;
}
#intervistati-content div.capitoli .home-text.name h2 {
    font-size: 30px;
    line-height: 30px;
}
#intervistati-content .coming-eco {
    height: 101px;
    width: 101px;
    right: 75px;
    bottom: 69px;
    background-size: contain;
}
#intervistati-content .coming-arte {
    height: 88px;
    width: 88px;
    left: 76px;
    top: 7px;
    background-size: contain;
}
#intervistati-content div.capitoli {
    height: 200px;
}
.header-back .berlinback {
    display: none;
}
#main-photo-mob{
    background-color: #000;
}
#main-photo-mob figure{
    margin: 0;
}
.page-section .wall-div {
    float: none;
    height: 375px;
    width: 100%;
}
.page-section .wall-left {
    background-image: url(../images/home/bg-wall-left-new-mob.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.page-section .wall-text-left {
    display: none;
}
.page-section .wall-text-right {
    padding: 20px 0;
    height: auto;
    width: 100%;
}
.page-section#black-content {
    padding: 20px 12px;
}
.page-section .black-right {
    padding: 200px 0px 0 40px;
    font-size: 20px;
    line-height: 25px;
}
.page-section#orange-content .moreText {
    text-align: left;
    font-size: 6.8em;
    line-height: 0.9em;
}
.page-section#main-content2 {
    padding: 30px 0 50px 0;
}
#intervistati-content div.mobilita .content-advertorial {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    max-width: 668px;
}
.page-section#black-content .quote {
    font-size: 2.5em;
    line-height: 1.1em;
}
.thepost-content,
#content-slider {
    width: auto;
    margin-left: 0;
}
#intervistati-content div.capitoli_end {
    height: 154px;
}
.page-musica #home-mobile .home-row {
    display: initial;
}
.page-arte #home-mobile{
    background-color: #000;
    color: #fff;
}
.home-section .arte-description,
p.pspecial {
    font-size: 30px;
    line-height: 34px;
}
.home-section .arte-col {
    margin: 0;
    height: 100vh;
    background-image: url(../images/arte/bg-home-arte-mob.jpg);
    min-height: 1050px;
    margin-bottom: 50px;
}
.page-arte .page-section .black-div,
.page-arte .page-section .white-div {
    float: none;
}
.page-section .white-left {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    padding: 30px 12px;
}
#white-content .container-article {
    padding: 0 !important;
}
.page-section .white-right {
    width: 100%;
    background-color: #5A00FF;
    height: 100%;
    position: initial;
    right: 0;
    padding-top: 30px;
}
.page-arte .div-rombo {
    height: 205px;
    background-image: url(../images/arte/bg-arte-rombo-mob.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 85%;
    margin: 0 0 0 15%;

}
.page-section#orange-content .moreTextLeft {
    font-size: 80px;
    line-height: 70px;
    margin-bottom: 20px;
}
.page-section#orange-content {
    padding: 20px 12px 40px 12px !important;
}
.page-arte .treimg {
    display: block;
    margin-bottom: 0;
}
.page-arte .treimg img{
    margin-bottom: 12px;
}
.page-arte .treimg > :nth-child(3){
    margin-bottom: 0;
}
.page-arte .dueimg > :first-child {
    margin-top: 15px;
}

}



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

@media only screen and (max-width: 480px) {
.page-section#orange-content .moreText {
    text-align: center;
    font-size: 5.8em;
    line-height: 0.9em;
}
#main-photo-mob{
    padding-bottom: 90px;
}
.main-nav.dark .full-wrapper {
    height: 60px;
}
.page-section .wall-text-right {
    padding: 20px 12px;
}
.thepost-content-segue .info-thepost{
        display: block;
}
.container-article, 
.container {
    padding: 0 0 !important;
}
#home-mobile .container {
    padding: 0 12px !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 {
    font-size: 60px;
    line-height: 58px;
    font-weight: 400;
}
#home-mobile .home-text {
    padding-left: 0;
    padding-top: 80px;
}
.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: 12px 12px 40px 12px;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
}
div.main-col .sinossi {
    font-size: 30px;
    line-height: 33px;
    text-align: left;
    padding: 0px 12px;
}
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: 30px;
    line-height: 38px;
}
#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: 60px;
    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: 30px 0 30px 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: 10px 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;
}
.page-section .black-div {
    float: none;
    margin-top: 30px;
    width: 100%;
}
.page-section .black-right {
    padding: 0px 0px 0 0px;
    font-size: 18px;
    line-height: 22px;
}
.home-row {
    display: initial;
    width: 100%;
}
#intervistati-content div.mobilita .content-advertorial {
    margin: 0 auto;
    font-size: 18px;
    line-height: 22px;
}
#intervistati-content div.capitoli {
    height: 100px;
}
#intervistati-content div.capitoli .home-text.name {
    padding: 37px 0 30px 0;
}
#intervistati-content .coming-eco {
    height: 78px;
    width: 78px;
    right: 54px;
    bottom: 30px;
    background-size: contain;
}
#intervistati-content .coming-arte {
    height: 58px;
    width: 58px;
    left: 76px;
    top: 7px;
    background-size: contain;
}
.page-musica .music-div .music4 {
    font-size: 6em;
}
#article-follow {
    padding: 0 12px;
}
#main-photo figcaption {
    display: block;
}
div.main-col .sinossi {
    padding-bottom: 10px;
    padding-top: 10px;
}
#main-photo figure {
    background-color: transparent;
}
.page-sostenibilita #main{
    height: 50vh;
}
.page-sostenibilita #main .home-row-sostenibilita .bg-image{
    height: 50vh;
    background-image: url('../images/sostenibilita/sosten_01.jpg');
    background-size: cover;
    background-position: left;
}
.page-sostenibilita .bg-image-due{
    height: 50vh;
    background-image: url('../images/sostenibilita/sosten_02.jpg');
    background-size: cover;
    background-position: left;
}
.home-row-sostenibilita-title marquee {
    font-size: 60px;
    line-height: 60px;
    height: 70px;
}
.home-row-sostenibilita-title {
    height: 70px;
    display: inherit;
}
.page-sostenibilita #home-mobile{
    background-color: #0014FF;
}
.page-sostenibilita .page-section .white-left {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    float: none;
}
.page-sostenibilita .page-section .white-right {
    width: 100%;
    float: none;
}
.page-sostenibilita .div-occhio {
    position: inherit;
    background-position: bottom;
}
.page-sostenibilita .page-section .white2-right {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    float: none;
    padding-top: 0;
}
#special-content .container-article {
    padding: 30px 12px !important;
}
.page-sostenibilita .page-section .white2-left {
    display: none;
}
.page-sostenibilita .page-section#main-photo{
    height: 50vh;
}
.page-sostenibilita .page-section#main-photo img{
    height: 100%;
    width: auto;
}
.page-sostenibilita #main-content, .page-sostenibilita #last-content {
    padding-top: 20px;
}
.page-sostenibilita #main-content .sinossi, .page-sostenibilita #last-content .sinossi {
    padding-bottom: 25px !important;
}
.page-sostenibilita .page-section .white3-left {
    width: 100%;
    padding-bottom: 30px;
}
.page-section .black-div, .page-section .white-div {
    float: none;
}
.page-sostenibilita .page-section .white3-right {
    width: 100%;
    margin-top: 0;
    padding: 0 15px;
}
.page-sostenibilita .page-section .white3-right p{
    margin-bottom: 30px;
}


}

