/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
/************Reset**************/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section { 
	margin: 0; 
	padding: 0;
	border: 0;
} 
ol, ul { 
	list-style: none; 
}
header, footer, nav, section, article, hgroup, figure {
	display: block;	
}
legend {
	display: none;
}


/*
 * 
 * 
 * 
 */


html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.skip-link {
	position: absolute;
	top: -4rem;
	left: 1rem;
	z-index: 100;
	padding: 0.75rem 1rem;
	border-radius: 999px;
	background: #222;
	color: #fff;
	text-decoration: none;
}

.skip-link:focus {
	top: 1rem;
}

body{
	font-family: 'Varela Round', sans-serif;
	line-height: 1.5;
	text-align:justify;
	font-size:13px;
}

button,
input,
textarea {
	font: inherit;
}

:focus-visible {
	outline: 3px solid rgba(143, 61, 47, 0.42);
	outline-offset: 4px;
}


.japaneseBody{
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,arial,clean,sans-serif;
	line-height: 1.5;
}

h2 {	
	font-family: 'Varela Round', sans-serif;
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 2px;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
/*
body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}
*/

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

/* ==============
    MOBILE: Menu
   ============== */
#topnav{
	margin:10px 0 0 0;
	padding:0;
}

.title{
	float:left;
	padding: 0;
	margin: 0;
 	width:75%;
 	font-family: 'Clicker Script', cursive;
 	font-size: 3em;
}

.title a {
	outline: none;
    text-decoration: none;

    color: black;
}

.title a:hover,
.title a:visited,
.title a:hover  {
}

#nav-anchors{
	display:none;/* this is reverse condition to avoid fliping when loading due to main page */
	float:right;
	width:10%;
}

#nav-anchors ul {
    margin: 0;
    padding: 0;
}

#nav-anchors li{
	list-style: none;
}

#nav-anchors a {
	text-align:right;
    text-decoration: none;
    font-weight: bold;
	outline: none;
    color: #999;
}

#nav-anchors a:hover,
#nav-anchors a:visited {
}

#nav-anchors a:hover {
}

.header-container nav {
	margin-top:20px;
}

.header-container nav ul {
    margin: 0;
    padding: 0;
}

.header-container nav a {
	
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;
	outline: none;
    text-align: right;
    text-decoration: none;
    font-family: 'Clicker Script', cursive;
    font-size: 2em;


    color: black;
}

.header-container nav a:hover,
.header-container nav a:visited {
    color: black;
}

.header-container nav a:hover, .header-container nav .active {
    text-decoration: underline;
}

#language_chooser  {
	text-align:right;
    list-style:none;
    margin:0;
    padding:0;
    z-index:20;
}


#language_chooser  li:first-child a {
    margin-left: 0;
}

#language_chooser  li:last-child a {
    margin-right: 0;
}


#language_chooser ul li{
		display:inline;
}	


#language_chooser form {
    display: inline; 
    margin: 0;
    padding: 0;
    margin-left:5px;
}


#language_chooser a,
#language_chooser button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    text-decoration: none; 
    font-size:0.9em;
    color: #444;
    opacity: 0.5;
	filter: alpha(opacity=50);
	outline: none;
}

#language_chooser a:hover,
#language_chooser button:hover {
	opacity: 1;
	color: #000000;
	filter: alpha(opacity=100);
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

#language_chooser a.activo,
#language_chooser button.activo {
	color: #000000;
	font-weight:bold;
	opacity: 1;
	filter: alpha(opacity=100);
}

.header-container .navfooter{
	display:none;
}


/* ==============
    MOBILE: Main
   ============== */

.main {
    padding:0;
}

.main img{
	max-width:100%;
}

.main article h1 {
	font-size: 2.5em;
	margin-bottom:10px;
    font-family: 'Clicker Script', cursive;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.main .librodeirecordi header{
	margin-bottom:20px;
}

.librodeirecordi header p {
	max-width: 620px;
	margin: 0 0 22px;
	font-family: 'Flamenco', cursive;
	font-size: 1rem;
	line-height: 1.65;
	color: #3a2d27;
}

.footer-container footer {
    color: black;
    padding: 20px 0;
}

blockquote{
	font-family: 'Clicker Script', cursive;
    font-size: 2em;
    line-height:1.5em;
}
.footer-container p{
	font-size:1em;
	text-align:right;
}

/* ==============
    MOBILE: Immagini
   ============== */
article header nav {
	margin:0 0;
} 

article header nav ul {
    padding: 0;
    margin: 0;
}

article header nav li{
	display:inline-block;
	padding: 0 10px 10px 0;
}

article header nav a {
    display: block;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font-family: 'Clicker Script', cursive;
	font-size:1.5em;
    color: black;
}

article header nav a:hover,
article header nav a:visited {
    color: black;
}

article header nav a:hover, article header nav .active{
    text-decoration: underline;
}

.gallery-page header nav a {
	font-family: 'Varela Round', sans-serif;
	font-size: 0.95rem;
	line-height: 1.4;
}

.product-img {
	position: relative;
	text-align: center;
	max-width: 460px;
	margin: 0 auto;
}

.img-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0 auto 0.5em;
	background: #fff;
	border: 1px solid #d7dad3;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	border-radius: 0.5em;
	background-color: black;
	color: white;
}

.img-container img {
	display: block;
	width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#img-list {
	position: relative;
	left: 0;
	width: 100%;
}

#img-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.img-caption {
	min-height: 2.5em;
	padding: 8px 8px 4px;
	font-family: 'Flamenco', cursive;
	font-size: 0.94rem;
	line-height: 1.5;
	color: #3a2d27;
	text-align: center;
}

.img-caption p {
	margin: 0;
}

.gallery-controls {
	position: absolute;
	top: 50%;
	left: 12px;
	right: 12px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	font-family: 'Varela Round', sans-serif;
	pointer-events: none;
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 0.18s ease-in-out;
}

.product-img:hover .gallery-controls,
.product-img:focus-within .gallery-controls {
	opacity: 1;
}

.gallery-control {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(36, 27, 23, 0.2);
	border-radius: 50%;
	background: rgba(253, 252, 248, 0.9);
	color: #241b17;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
}

.gallery-control:hover,
.gallery-control:focus {
	background: rgba(253, 252, 248, 1);
	border-color: rgba(36, 27, 23, 0.42);
}

.gallery-control:disabled {
	cursor: default;
	opacity: 0.35;
}

.gallery-counter {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.gallery-thumbs ul {
	display: flex;
	gap: 8px;
	margin: 4px 0 0;
	padding: 4px 0 8px;
	overflow-x: auto;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}

.gallery-thumbs li {
	flex: 0 0 auto;
	padding: 2px;
	border: 2px solid transparent;
	border-radius: 6px;
}

.gallery-thumbs li.active {
	border-color: rgba(143, 61, 47, 0.65);
}

.gallery-thumbs a {
	display: block;
	width: 56px;
	height: 56px;
	overflow: hidden;
	border-radius: 4px;
	background: #241b17;
}

.gallery-thumbs a:focus {
	outline: 2px solid #8f3d2f;
	outline-offset: 3px;
}

.gallery-thumbs img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.72;
}

.gallery-thumbs li.active img,
.gallery-thumbs a:hover img,
.gallery-thumbs a:focus img {
	opacity: 1;
}

@media (hover: none) {
	.gallery-controls {
		opacity: 1;
	}
}

/***
 * Memory book
 */

.librodeirecordi {
	max-width: 680px;
	margin: 0 auto;
	text-align: left;
}

.librodeirecordi section {
	width: auto;
}

.librodeirecordi h1 {
	margin-bottom: 12px;
}

.memory-form-card {
	padding: 22px 24px;
	border: 1px solid rgba(86, 68, 52, 0.09);
	border-radius: 13px;
	background: rgba(253, 252, 248, 0.81);
	box-shadow: 0 18px 56px rgba(27, 16, 12, 0.09);
}

.memory-form-intro {
	margin-bottom: 22px;
	font-family: 'Flamenco', cursive;
	font-size: 1rem;
	line-height: 1.7;
	color: #3a2d27;
}

.memory-form .fieldWrapper,
.memory-upload,
.cf-turnstile {
	margin-bottom: 16px;
}

.memory-form label {
	display: block;
	margin-bottom: 6px;
	color: #241b17;
	font-family: 'Varela Round', sans-serif;
	font-size: 0.9rem;
}

.memory-form input[type="text"],
.memory-form input[type="email"],
.memory-form textarea {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid rgba(36, 27, 23, 0.18);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.78);
	box-sizing: border-box;
	color: #241b17;
	font-family: 'Varela Round', sans-serif;
	font-size: 0.95rem;
	line-height: 1.45;
}

.memory-form textarea {
	min-height: 150px;
	resize: vertical;
}

.memory-form input:focus,
.memory-form textarea:focus {
	border-color: rgba(143, 61, 47, 0.52);
	background: rgba(255, 255, 255, 0.95);
	outline: none;
}

.memory-form .errorlist {
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
	color: #8f3d2f;
	font-family: 'Varela Round', sans-serif;
	font-size: 0.86rem;
}

.memory-form-errors {
	margin-bottom: 16px;
	padding: 10px 12px;
	border-radius: 9px;
	background: rgba(143, 61, 47, 0.1);
	color: #6b2e25;
}

.memory-upload {
	padding: 14px;
	border: 1px dashed rgba(36, 27, 23, 0.24);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.48);
}

.memory-upload.has-file {
	border-color: rgba(86, 118, 72, 0.45);
	background: rgba(233, 241, 225, 0.56);
}

.memory-upload p {
	margin: 0 0 10px;
	color: #5d4a40;
	font-family: 'Flamenco', cursive;
	font-size: 0.92rem;
	line-height: 1.55;
}

.memory-upload input {
	width: 100%;
	color: #3a2d27;
	font-size: 0.9rem;
}

.memory-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.memory-submit {
	margin-top: 4px;
	background: rgba(253, 252, 248, 0.94);
	border-color: rgba(36, 27, 23, 0.18);
	border-radius: 999px;
	color: #241b17;
}

.memorymessage img {
	display:block;
	margin: 0 auto;
} 

.memorymessage{
	min-height:300px;
	padding: 22px 24px;
	border: 1px solid rgba(86, 68, 52, 0.09);
	border-radius: 13px;
	background: rgba(253, 252, 248, 0.81);
	box-shadow: 0 18px 56px rgba(27, 16, 12, 0.09);
}

.memorymessage p{
	font-family: 'Flamenco', cursive;
	font-size:1rem;
	line-height: 1.72;
	color: #3a2d27;
}

.memory-text p:last-child {
	margin-bottom: 0;
}

.memorymessage p.author{
	margin-top: 18px;
	text-align:right;
	font-weight: bold;
	font-size: 0.94rem;
}

.memorymessage-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
}

.memory-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: fit-content;
	max-width: 100%;
	margin: 18px auto 0;
	font-family: 'Varela Round', sans-serif;
}

.memory-pagination-group {
	display: flex;
	align-items: center;
	gap: 8px;
}

.memory-page-link,
.memory-page-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border-radius: 999px;
}

.memory-page-link {
	min-width: 38px;
	padding: 0 12px;
	border: 1px solid rgba(36, 27, 23, 0.16);
	background: rgba(253, 252, 248, 0.86);
	color: #241b17;
	font-size: 0.88rem;
	text-decoration: none;
	transition: border-color 0.18s ease-in-out, background-color 0.18s ease-in-out, opacity 0.18s ease-in-out;
}

.memory-page-link-wide {
	min-width: 92px;
}

.memory-page-link:hover,
.memory-page-link:focus {
	border-color: rgba(143, 61, 47, 0.45);
	background: rgba(253, 252, 248, 1);
	color: #000;
}

.memory-page-link.is-disabled {
	opacity: 0.35;
	pointer-events: none;
}

.memory-page-status {
	flex: 0 0 auto;
	padding: 0 14px;
	border: 1px solid rgba(36, 27, 23, 0.12);
	background: rgba(253, 252, 248, 0.78);
	color: #5d4a40;
	font-size: 0.88rem;
	letter-spacing: 0.01em;
	text-align: center;
}

@media only screen and (max-width: 620px) {
	.memorymessage {
		min-height: 240px;
		padding: 18px;
	}

	.memory-pagination {
		flex-wrap: wrap;
		justify-content: center;
	}

	.memory-page-link-wide {
		min-width: 76px;
	}
}

label{ 
	font-weight:normal;
}

.thanks{
	margin-top:50px;
}

.btn {
	display: inline-block;
	padding: 10px 14px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 4px;
	background: #f5f5f5;
	color: #222;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-default {
	background: #fff;
}

.btn-info {
	background: #d9edf7;
	border-color: #bce8f1;
}

.btn-success {
	background: #dff0d8;
	border-color: #d6e9c6;
}

.page-eyebrow {
	margin: 0 0 8px;
	color: #8f3d2f;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.editorial-page {
	max-width: 680px;
	margin: 0 auto;
	padding: 30px;
	border: 1px solid rgba(35, 27, 23, 0.12);
	border-radius: 26px;
	background: rgba(250, 246, 240, 0.86);
	box-shadow: 0 22px 70px rgba(27, 16, 12, 0.12);
	text-align: left;
}

.biography-overlay-preview,
.editorial-overlay-preview {
	border-color: rgba(86, 68, 52, 0.09);
	border-radius: 13px;
	background: rgba(253, 252, 248, 0.81);
	box-shadow: 0 18px 56px rgba(27, 16, 12, 0.09);
}

.biography-overlay-preview p,
.editorial-overlay-preview p,
.editorial-overlay-preview li {
	font-size: 0.94rem;
}

.biography-overlay-preview .intro-section p {
	font-size: 1rem;
}

.editorial-page header {
	margin-bottom: 24px;
}

.editorial-page section {
	width: auto;
	margin: 24px 0 0;
}

.editorial-page p {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.78;
	color: #3a2d27;
}

.editorial-page h1 {
	margin-bottom: 12px;
	font-size: 4em;
	line-height: 0.95;
}

.editorial-page h2 {
	margin-bottom: 8px;
	color: #241b17;
}

.intro-section p {
	font-size: 1.08rem;
}

.timeline-section {
	position: relative;
	padding-left: 22px;
	border-left: 2px solid rgba(143, 61, 47, 0.18);
}

.timeline-section::before {
	content: "";
	position: absolute;
	top: 5px;
	left: -9px;
	width: 12px;
	height: 12px;
	border: 2px solid #c97b5c;
	border-radius: 50%;
	background: #faf6f0;
}

.credit-list {
	padding-left: 1.15rem;
	list-style: disc;
}

.credit-list li {
	margin-bottom: 0.8rem;
	color: #4c3d36;
	text-align: left;
}

.editorial-page footer {
	width: auto;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) and (max-width: 979px){

	.header-container{
		margin-bottom:50px;
	}
	
	.header-container nav li {
		display:inline;
	}
	
	.header-container nav li a{
		display:inline;
		padding: 0 10px 0  0;
	}

}

@media only screen and (min-width: 980px) {
	
	/******
	 *  Content always centered to the screen 
	 */
	#horizon        
	{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	display: block;
	}

	#content    
	{
	margin-left: -480px;
	position: absolute;
	top: -300px;
	left: 50%;
	}
	
	/********
	 * Background image
	 */
	body{
		background-image: url(../img/background_white.jpg);
		background-repeat: no-repeat;
		background-attachment:fixed;
		background-position:50% 50%;
	}
	
	.indexbkg{
		background-image: url(../img/background_color.jpg);
	}
	
	/******
	 * NAV LAYOUT
	 */
	
	.superwrapper {
		width:960px;
		margin: 0 auto;
	}
	
	.wrapper {
		width:  auto;
		margin: 0;
	}

	.main-container{
		width:70%;
		float:left;
		min-height:600px;
	}
	
	.header-container{
		width:25%;
		float:right;
	}
	
	.header-container .title{
		width:100%;
		float:none;
		text-align:right;
		margin:10px 10px 0 0;
	}
	
	.header-container header{
		width: 240px;
	}
	
	.footer-container {
		display:none;
	}
	
	/*************
	 * NAV
	 */
	.header-container nav {
		margin-top:50px;
	}

	.header-container nav a {
	    padding: 0 0;
	}
	
	.header-container .navfooter{
		display:block;
		margin-top:50px;
	}
	
	.header-container .navfooter blockquote{
		text-align: left;
	}
	
	.header-container .navfooter p{
		font-size:0.8em;
		text-align:right;
	}

	/*************
	 * IMG gallery
	 */
	.img-container {
		height:360px;
	}
	.img-container img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.product-img {
		width:460px;
		margin: 0 auto;
	}
	.img-caption{
		padding: 8px 8px 4px;
		font-size:0.94rem;
	}
	/***********
	 * ANIMATIONS
	 */	
	 .library{
	 	position:relative;
	 }
	 
	.objectBio{
		position:absolute;
		top:410px;
		left:-15px;
	}
	.objectTeatro{
		position:absolute;
		top:290px;
		left:450px;
	}
	.objectCinema{
		position:absolute;
		top:190px;
		left:190px;
	}
	.objectImmagini{
		position:absolute;
		top:345px;
		left:330px;
	}
	.objectRicordi{
		position:absolute;
		top:305px;
		left:0px;
	}
	
	@-webkit-keyframes libraryobject {
		25% { 
			-webkit-transform: rotate(25deg); 
			}
		75% {
			 -webkit-transform: rotate(-25deg); 
			 }
	}
	@-moz-keyframes libraryobject {
		25% { 
			-moz-transform: rotate(25deg); 
			}
		75% {
			 -moz-transform: rotate(-25deg); 
			 }
	}
	@-o-keyframes libraryobject {
		25% { 
			-o-transform: rotate(25deg); 
			}
		75% {
			 -o-transform: rotate(-25deg); 
			 }
	}
	@keyframes libraryobject {
		25% { 
			transform: rotate(25deg); 
			}
		75% {
			 transform: rotate(-25deg); 
			 }
	}
	.libraryobject {
		-webkit-animation: libraryobject 1s linear  infinite forwards;
		-moz-animation: libraryobject 1s linear  infinite forwards;
		-o-animation: libraryobject 1s linear  infinite forwards;
		animation: libraryobject 1s linear  infinite forwards;
	}
	
	@-webkit-keyframes fadeOutBkg{
		from { 
			background-image: url(../img/background_color.jpg); 
			}
		to { 
			background-image: url(../img/background_white.jpg); 
			}
	}
	
	@-moz-keyframes fadeOutBkg{
		from { 
			background-image: url(../img/background_color.jpg); 
			}
		to { 
			background-image: url(../img/background_white.jpg); 
			}
	}
	
	@-o-keyframes fadeOutBkg{
		from { 
			background-image: url(../img/background_color.jpg); 
			}
		to { 
			background-image: url(../img/background_white.jpg); 
			}
	}
	
	@keyframes fadeOutBkg{
		from { 
			background-image: url(../img/background_color.jpg); 
			}
		to { 
			background-image: url(../img/background_white.jpg); 
			}
	}
	
	.fadeOutBkg  {
		-webkit-animation: fadeOutBkg 0.3s linear;
		-moz-animation: fadeOutBkg 0.3s linear;
		-o-animation: fadeOutBkg 0.3s linear;
		animation: fadeOutBkg 0.3s linear;
	}
	
	@-webkit-keyframes fadeInBkg{
		from { 
			background-image: url(../img/background_white.jpg); 
			}
		to { 
			background-image: url(../img/background_color.jpg);  
			}
	}
	@-moz-keyframes fadeInBkg{
		from { 
			background-image: url(../img/background_white.jpg); 
			}
		to { 
			background-image: url(../img/background_color.jpg);  
			}
	}
	@-o-keyframes fadeInBkg{
		from { 
			background-image: url(../img/background_white.jpg); 
			}
		to { 
			background-image: url(../img/background_color.jpg);  
			}
	}
	@keyframes fadeInBkg{
		from { 
			background-image: url(../img/background_white.jpg); 
			}
		to { 
			background-image: url(../img/background_color.jpg);  
			}
	}
	
	.fadeInBkg  {
		-webkit-animation: fadeInBkg 0.3s linear;
		-moz-animation: fadeInBkg 0.3s linear;
		-o-animation: fadeInBkg 0.3s linear;
		animation: fadeInBkg 0.3s linear;
	}
	
	/*******
	 *  Main content area 
	 */
	.main{
		height:600px;
		overflow-y:auto;
	}
	
	.main section, .main header, .main footer{
		width:70%;
		margin:0 auto;
	}

	.main .editorial-page section,
	.main .editorial-page header,
	.main .editorial-page footer {
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}
	
	.main footer{
		font-size:0.9em;
		margin-top:15px;
	}
	
	.main article{
		margin-top:10px;
	}
	



}

@media only screen and (min-width: 1140px) {


}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
