/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/* FINE RESET CSS */

body {
	font-family: 'PT Serif', serif;
	font-size: 16px;
	line-height: 22px;
	color: #333;
}

a {
	color: #f2612c;
	transition: all 0.20s ease;
}

ol,ul {
	margin-left: 20px;
}

#header {
    font-family: 'Source Sans Pro', sans-serif;
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: #FFF;
    z-index: 1000;
}

#header .header-top {
	padding: 15px;
	border-bottom: 1px solid #EEE;
	transition: all 0.3s linear;
	visibility: visible;
	opacity: 1;
}

#header .header-top:after {
	content: "";
	display: block;
	clear: both;
}

#header .header-top.hide {
	display: none;
	transition: visibility 0s, opacity 0.5s linear;
}

#header .links-top {
	float: right;
}

#header .links-top li {
	display: inline-block;
	margin: 0px 0px 0px 20px;
}

#header .links-top a {
	text-decoration: none;
	color: #999;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
}

#header .links-top a:hover {
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
}

#navigation {
	font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #151515;
    position: relative;
    transition: all 0.3s linear;
    border-top: 1px solid #EEE;
    background-color: #1a1a1a;
}

#navigation:after {
	content: " ";
    display: block;
    position: absolute;
    height: 2px;
    background-color: rgba(0,0,0,0.05);
    bottom: -3px;
    width: 100%;
    left: 0px;
}

#navigation li {
	display: inline-block;
	margin: 0px 30px;
}

#navigation li a {
	text-decoration: none;
	color: #FFF;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}

#navigation li a:hover {
	color: #f2612c;
}



.logo {
	/* float: left; */
    width: 250px;
    padding: 10px 15px 5px;
    /* position: absolute; */
    top: 0px;
    left: 0px;
    text-align: center;
    margin: auto;
}

.logo img {
	width: 100%;
	height: auto;
}

.logo.small {
    width: 170px;
	transition: width 0.20s linear;
}

.logo.initial {
    width: 250px;
	transition: width 0.20s linear;
}

#container {
	max-width: 980px;
	margin: 130px auto 30px;
}
/*
article.article-main .foto::before {
	display: block;
    box-shadow: inset inset 0px 0px 70px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 0px 70px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 70px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0px 0px 70px rgba(0,0,0,0.1);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 980px;
    max-height: 648px;
} 

article.dettaglio-articolo figure::before {
	display: block;
    box-shadow: inset inset 0px 0px 70px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 0px 70px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 70px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0px 0px 70px rgba(0,0,0,0.1);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 1024px;
    max-height: 680px;
} 
*/
article .foto img {
	width: 100%; 
}

article a.category {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-weight: 900;
	color: #666;
	letter-spacing: 3px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}

article p {
	font-size: 21px;
    line-height: 31px;
}


.title-1 {
	margin-bottom: 15px;
	font-size: 48px;
	color: #000;
	line-height: 56px;
	font-weight: 900;
}

.title-1 a {
	text-decoration: none;
	color: #000;
}

.title-2 a:hover,
.title-1 a:hover {
	color: #f2612c;
}

.title-2 {
	margin-bottom: 5px;
}
.title-2 a {
	font-size: 28px;
    line-height: 32px;
	text-decoration: none;
	color: #000;
	font-weight: 900;
}

.article-listing {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.article-listing:after {
	content: '';
	width: 300px;
}


.article-listing article {
	width: 300px;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.article-listing article p {
	font-size: 16px;
    line-height: 22px;
}

.article-listing article .foto {
	width: 100%;
	height: 170px;
	overflow: hidden;
}

.dettaglio-articolo .descrizione,
.dettaglio-articolo header {
	max-width: 700px;
	margin: 0 auto;
}

.dettaglio-articolo header {
	margin-bottom: 20px;
}

.dettaglio-articolo .descrizione {
	font-size: 21px;
    line-height: 36px;
	margin-top: 30px;
	margin-bottom: 60px;
}

.dettaglio-articolo p {
	font-size: 21px;
    line-height: 36px;
}

.dettaglio-articolo h2 {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 10px;
}

.dettaglio-articolo h3 {
    font-size: 32px;
    margin-top: 50px;
    line-height: 42px;
    margin-bottom: 10px;
}

.left-sidebar {
    width: 250px;
    display: block;
    background-color: #f9f9f9;
    border-radius: 5px;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.left-sidebar ul {
    list-style-type: none;
    margin: 10px 0px;
}

.left-sidebar ul li {
    padding: 3px 0px;
}

.-with-sidebar .article-listing {
    float: left;
    width: calc(100% - 250px);
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 0px;
}

.-with-sidebar:after {
    content: "";
    display: table;
    clear: both;
}

.-with-sidebar .article-listing article {
    width: 330px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.-with-sidebar section.content-orari {
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
    width: calc(100% - 250px);
}

section.content-orari h1 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
}

section.content-orari p {
    padding-bottom: 30px;
}
.tbl {
    width: 100%;
}

.tbl .thead .row {
    background-color: #333;
    color: #FFF;
    font-weight: 700;
}

.tbl .row div {
    display: inline-block;
    width: 90px;
    padding: 10px 10px;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}

.tbl .row div img {
    vertical-align: middle;
}

.tbl.tbl-orari-treni .row div:nth-child(3) {
    width: 200px;
}

.tbl .tbody .row:nth-child(odd) {
    background-color: #f0f0f0;
}

.orari {
    border-top: 1px solid #DDD;
    padding-top: 30px;
    padding-bottom: 20px;
}

.orari h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 32px;
}

.orari ul {
    list-style-type: none;
    margin: 0px;
}

.orari ul li {
    width: calc(20% - 4px);
    display: inline-block;
    padding: 3px 0px;
}

ul.tratte {
    margin: 30px 0;
    list-style-type: none;
}

ul.tratte li {
    display: inline-block;
    width: 25%;
    margin-right: -4px;
    padding: 5px 0px;
}

.bt-back {
    display: none;
}

#footer {
    background-color: #151515;
    color: #CCC;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 30px;
    text-align: center;
}

.links-footer {
    margin-bottom: 20px;
    margin-left: 0px;
}

.links-footer li {
	margin: 0px 10px;
	display: inline-block;
	font-weight: 400;
}

.links-footer li a {
	color: #FFF;
}
.links-footer li a:hover {
	color: rgba(255,255,255,0.5);
}

#footer .note {
	margin-top: 20px;
	color: #999;
	font-size: 14px;
	line-height: 18px;
}

/* ipad verticale */
@media screen and (max-width: 768px) {
    
    nav ul {
        margin: 0px;
    }
	
	#navigation li {
		display: inline-block;
		margin: 0px 8px;
	}
	
	.dettaglio-articolo header {
		margin-bottom: 20px;
		padding: 0px 30px;
	}
	
	.title-1 {
		margin-bottom: 15px;
		font-size: 30px;
		color: #000;
		line-height: 38px;
		font-weight: 900;
	}
        
        .article-listing {
            padding: 20px;
        }
	
	.dettaglio-articolo .foto {
		width: 100%;
	}
	
	.dettaglio-articolo .descrizione {
		margin-top: 20px;
		margin-bottom: 60px;
		padding: 0px 30px;
	}
        
        section.orari {
            padding: 15px;
        }
        
        .orari ul li {
            width: 50%;
            display: inline-block;
            box-sizing: border-box;
            margin-right: -4px;
            vertical-align: top;
            padding: 5px 0px;
        }
        
        sidebar.left-sidebar {
            width: 100%;
        }
        
        sidebar.left-sidebar ul {
            display: none;
        }
        
        .-with-sidebar section.content-orari {
            float: left;
            padding: 15px;
            box-sizing: border-box;
            width: 100%;
        }
        
        section.content-orari h1 {
            font-size: 28px;
            margin-bottom: 30px;
            margin-top: 10px;
            line-height: 32px;
        }
        
        ul.tratte li {
            display: inline-block;
            width: 33.333333%;
            margin-right: -4px;
            padding: 5px 0px;
        }
        
        .bt-back {
            display: block;
            text-align: center;
            margin-top: 30px;
        }
}


/* iphone 6 plus */
@media screen and (max-width: 480px) {
    
        .title-1 {
            margin-bottom: 15px;
            font-size: 26px;
            color: #000;
            line-height: 32px;
            font-weight: 900;
        }
        
        article p {
            font-size: 16px;
            line-height: 24px;
        }
        
        .dettaglio-articolo p {
            font-size: 16px;
            line-height: 26px;
        }
        
        .dettaglio-articolo .descrizione {
            margin-top: 15px;
            margin-bottom: 60px;
            padding: 0px 15px;
        }
	
	.article-main {
            padding: 0px 15px;
	}
	
	
	.article-listing {
            margin-top: 80px;
            display: block;
	}
	
	.article-listing article {
            width: 100%;
            box-sizing: border-box;
            margin: 0px auto 50px;
            padding: 0px 15px;
	}
        
        .article-listing article .foto {
            width: 100%;
            height: auto;
            overflow: hidden;
        }
        
        .-with-sidebar .article-listing {
            /* float: left; */
            width: 100%;
            padding: 0px;
            box-sizing: border-box;
            margin-top: 0px;
        }
        
        .-with-sidebar .article-listing article {
            width: 100%;
            margin-bottom: 50px;
            box-sizing: border-box;
        }
        
        .tbl.tbl-orari-treni .thead {
            display: none;
        }
        
        .tbl.tbl-orari-treni .row div {
            position: relative;
        }
        
        .tbl.tbl-orari-treni .row div:nth-child(1),
        .tbl.tbl-orari-treni .row div:nth-child(3) {
            width: 100%;
            padding: 0px;
        }
        
        .tbl.tbl-orari-treni .row div:nth-child(3) {
            margin-bottom: 13px;
        }
        
        .tbl.tbl-orari-treni .row div:nth-child(2) {
            display: none;
        }
        
        .tbl.tbl-orari-treni .row div:nth-child(4):before,
        .tbl.tbl-orari-treni .row div:nth-child(5):before,
        .tbl.tbl-orari-treni .row div:nth-child(6):before {
                content: "";
                font-size: 8px;
                font-family: arial;
                text-transform: uppercase;
                font-weight: bold;
                color: #999;
                position: absolute;
                top: -3px;
                text-align: center;
                left: 0;
                right: 0;
        }
        
        .tbl.tbl-orari-treni .row div:nth-child(4):before { content: "partenza"; }
        .tbl.tbl-orari-treni .row div:nth-child(5):before { content: "arrivo"; }
        .tbl.tbl-orari-treni .row div:nth-child(6):before { content: "durata"; }
        
        .tbl .tbody .row {
            padding: 20px 0px 8px;
        }
        
        ul.tratte li {
            display: inline-block;
            width: 50%;
            margin-right: -4px;
            padding: 5px 0px;
            vertical-align: top;
        }
	
}
/*
     FILE ARCHIVED ON 16:33:10 Jan 10, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:35:06 Aug 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.663
  exclusion.robots: 0.071
  exclusion.robots.policy: 0.058
  esindex: 0.008
  cdx.remote: 99.73
  LoadShardBlock: 742.897 (3)
  PetaboxLoader3.resolve: 600.754 (4)
  PetaboxLoader3.datanode: 381.861 (5)
  load_resource: 387.145
  loaddict: 53.042
*/