/*!
* Stylemine.css
* © Copyright 2013 Simone Marino for Preghiamo.org
*/

/* Colors and text styles*/

.color-highlight { color: #a73f1a; /*#A8BF75*/ }
.color-highviol { color:#7381bf; /* #8c74bf */ }
.color-darkg { color:#676563; }
.color-normalg { color:#9B958B; }
.color-gchiaro { color:#AFAAA2; }
.color-qbianco { color:#f5f5f5; }
.color-qnero { color:#403f3e; }
.color-verdep { color:#a73f1a; /*#A8BF75*/ }
.color-rosso { color:#89002d; /* #891313 */ }
.color-giallo { color:#ee9a00; }
.color-blu { color:#1c66fa; }
.color-vs { color:#448a56; }
.color-mc { color:#9e693d; /* #bf8b73 */ }
.color-ms { color:#736346; }

.data-agg { color:#7381bf; }

.evid-verde { background-color:rgba(168, 191, 117, 0.3); }
.evid-viol { background-color:rgba(115, 129, 191, 0.5); }
.evid-rosso { background-color:rgba(137, 0, 45, 0.6); }

.antiph { font-weight:bold; color:#F00; }

.testo-tag1 { font-size:105%; }
.testo-tag2 { font-size:110%; }
.testo-tag3 { font-size:115%; }

.testo-h3 { font-size: 1.2em; line-height: 1.801em; }
.t_max { font-size:150%; line-height:150%; }
.t_min { font-size:75%; line-height:75%; }
.testo-med { font-size:100%; /*color: #9B958B;*/ }
.testo-qqmed { font-size:94%; line-height:96%; color:#9B958B; }
.testo-qmed { font-size:90%; line-height:90%; color:#9B958B; }
.testo-qmed-nc { font-size:90%; line-height:90%; }
.testo-qmin { font-size:84%; line-height:84%; color:#9B958B; }
.testo-min { font-size:75%; line-height:75%; color:#9B958B; }
.testo-pmin { font-size:smaller; }

.s_link { font-size:100%; color:#a73f1a; /*#A8BF75*/ }

.alli_dx { text-align:right; }
.alli_just { text-align:justify; }
.alli_centr { text-align:center; }

.ac-container{
    width: 100%; /* 400px */
    margin: 10px auto 30px auto;
    text-align: left;
}
.ac-container label{
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 18px; /* 30px */
    cursor: pointer;
    color: #9b958b;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 20px; /* 33px */
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
    background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container input{
    display: none;
}
.ac-container section{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    max-height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container section p{
    color: #9b958b;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ section{
    -webkit-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ section.ac-rel{
    max-height: 1000px; /*auto*/
}

.triangle-border {
	position: relative;
	padding: 15px;
	margin: 1em 0 3em;
	border: 5px solid #a73f1a; /*#A8BF75*/
	color: #333;
	background: #f5f5f5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.triangle-border:before {
	content: "";
	position: absolute;
	bottom: -20px; /* value = - border-top-width - border-bottom-width */
	left: 40px; /* controls horizontal position */
    border-width: 20px 20px 0;
	border-style: solid;
    border-color: #a73f1a transparent; /*#A8BF75*/
    display: block; 
    width: 0;
}

.triangle-border:after { /* smaller  triangle */
	content: "";
	position: absolute;
	bottom: -13px; /* value = - border-top-width - border-bottom-width */
	left: 47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	border-width: 13px 13px 0;
	border-style: solid;
	border-color: #f5f5f5 transparent;
    display: block; 
    width:0;
}

.avviso {
  padding: 5px;
  width: auto;
  border: 1px solid #E84E3A;
  font-family: 'Headland One', serif;
  color: #fff;
  font-size: 1.1em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #E84E3A;
  background: -webkit-gradient(linear,left top,left bottom,from(#E84E3A),to(#E0321B));
  background: -moz-linear-gradient(top,#E84E3A,#E0321B);
  background: -o-linear-gradient(top,#E84E3A,#E0321B);
  background: linear-gradient(top,#E84E3A,#E0321B);
  -pie-background: linear-gradient(#E84E3A,#E0321B);
  behavior: url(PIE.htc);
  -webkit-box-shadow: 0 1px 1px #8F8F8F, inset 0 1px 1px rgba(255,250,250,0.5);
  -moz-box-shadow: 0 1px 1px #8F8F8F, inset 0 1px 1px rgba(255,250,250,0.5);
  -o-box-shadow: 0 1px 1px #8F8F8F, inset 0 1px 1px rgba(255,250,250,0.5);
  box-shadow: 0 1px 1px #8F8F8F, inset 0 1px 1px rgba(255,250,250,0.5);
  margin-bottom: 10px;
  behavior: url(PIE.htc);
  zoom: 1;
  position: relative;
}
.avviso.giallo {
  background: #F2C04B;
  background: -webkit-gradient(linear,left top,left bottom,from(#F2C04B),to(#EDB228));
  background: -moz-linear-gradient(top,#F2C04B,#EDB228);
  background: -o-linear-gradient(top,#F2C04B,#EDB228);
  background: linear-gradient(top,#F2C04B,#EDB228);
  -pie-background: linear-gradient(#F2C04B,#EDB228);
  behavior: url(PIE.htc);
  border-color: #F2C04B;
}
.avviso.verde {
  background: #a73f1a; /*#A8BF75*/
  background: -webkit-gradient(linear,left top,left bottom,from(#a73f1a /*#A8BF75*/),to(#BBBF75));
  background: -moz-linear-gradient(top,#a73f1a /*#A8BF75*/,#BBBF75);
  background: -o-linear-gradient(top,#a73f1a /*#A8BF75*/,#BBBF75);
  background: linear-gradient(top,#a73f1a /*#A8BF75*/,#BBBF75);
  -pie-background: linear-gradient(#a73f1a /*#A8BF75*/,#BBBF75);
  behavior: url(PIE.htc);
  border-color: #a73f1a; /*#A8BF75*/
}

.areacodice {
  margin: 0;
  width:100%;
  height:5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #333333;
}

img.centrata {
  display: block;
  margin-left: auto;
  margin-right: auto;
 }

.sfondoerrore {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background: #a73f1a; /*#A8BF75*/
}

.centrop {
  left: 2%;
  line-height: 30px;
  margin: auto;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.bor-verde {
	border: 2px solid #a73f1a; /*#A8BF75*/
  	border: 2px solid rgba(168, 191, 117, 0.8);
}

.bor-rosso {
	border: 2px solid #89002d;
  	border: 2px solid rgba(137, 0, 45, 0.8);
}

.bor_rosso {
	border: 5px solid #444673;
}

.bor-blu {
	border: 2px solid #7381bf;
  	border: 2px solid rgba(115, 129, 191, 0.8);
}

.apice {
	vertical-align: sub
}

.pedice {
	vertical-align: super
}

.indenta {
	text-indent: 1em;
}

.lineasx {
	padding: 0 0 0 15px;
  	margin: 0 0 18px;
	border-left: 5px solid;
	border-color: #a6a6a6; /* #ddd */
  	border-color: rgba(166, 166, 166, 0.3); /* rgba(0, 0, 0, 0.15) */
}
.lineasx p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}

.lineasx1 {
	padding: 0 0 0 7px;
  	margin: 0;
	border-left: 5px ridge;
	border-color: #7381bf;
  	border-color: rgba(115, 129, 191, 0.5);
}

.infoWindow {
	position: fixed;
	font-family: arial;
	font-size:80%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	   -moz-transition: opacity 400ms ease-in;
		    transition: opacity 400ms ease-in;
	pointer-events: none;
}
.infoHeader h2 { color: #189CDA; border-bottom: 2px groove #efefef; }
.infoWindow:target {
	opacity:1;
	pointer-events: auto;
}
.infoWindow > div {
	width: 50%;
    position: relative;
    margin: 10% auto;
    -webkit-border-radius: 5px;
   	   -moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}
.infoWindow .infoHeader  {    padding: 5px 20px 0px 20px; }
.infoWindow .infoContent {    padding: 0px 20px 5px 20px; }
.infoWindow .infoFooter  {    padding: 8px 20px 8px 20px; }
.infoFooter {
	background: #F1F1F1;
	border-top: 1px solid #999;
	-moz-box-shadow: inset 0px 13px 12px -14px #888;
    -webkit-box-shadow: inset 0px 13px 12px -14px #888;
   			box-shadow: inset 0px 13px 12px -14px #888;
}
.infoFooter p {
	color:#D4482D;
	text-align:right;
    margin:0;
    padding: 5px;
}
.ok, .close, .cancel {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	   -moz-box-shadow: 1px 1px 3px #000;
       -webkit-box-shadow: 1px 1px 3px #000;
			   box-shadow: 1px 1px 3px #000;
}
.close {
	position: absolute;
    right: 5px;
    top: 5px;
    width: 22px;
    height: 22px;
    font-size: 10px;
}
.ok, .cancel {
	width:80px;
	float:right;
	margin-left:20px;
}
.ok:hover { background: #189CDA; }
.close:hover, .cancel:hover { background: #a73f1a; /*#A8BF75*/ }
.clear { float:none; clear: both; }

.centrovert_b { vertical-align: middle; margin-bottom: .1em; }
.centrovert { vertical-align: middle; margin-bottom: .25em; }
.centrovert2 { vertical-align: middle; margin-bottom: .6em; }
.ico16 { width:1em; height:1em; }

.sf-loading {
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.ad-height {
	height: 100%;
	max-height: 600px;
	width: 100%;
	max-width: 450px;
}

.ch-box {
    text-align:center;
    }

#ch-cont {
    width: 100%;
	max-width: 412px;
    margin: 0px auto;
    text-align: left;
}

#ch-cont_st {
    width: 100%;
	margin: 0px auto;
    text-align: left;
}

.scrollb {
	max-height: 150px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: auto;
}

.spaziatura {margin-top:.5em;}
.spaziatura_btm {margin-bottom:.3em;}
.bottom_dist {margin-bottom:.4em;}
.spaziatura_btm_med {margin-bottom:.5em;}
.spaziatura_btm_mag {margin-bottom:1.2em;}
.spaziatura_btm_max {margin-bottom:2.4em;}
.spaziatura_btm_tit {margin-bottom:1em;}
.elenco_dist {margin-bottom:.7em;}
.top_dist {margin-top:.5em;}
.top_nodist {margin-top:0;}

.arrot {
-webkit-border-radius: 8px; /* well = 6px */
   -moz-border-radius: 8px; /* well = 6px */
        border-radius: 8px; /* well = 6px */
}

.floatsx {
	overflow:hidden;
}

.floatsx img{
	background: red;
	float: left;
	border: solid 0px #e1e1e1;
	background: #f5f5f5;
	padding: 2px;
	margin-right: 2px;
}

.boxmio {
	/*min-height: 20px;*/
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border: 1px solid rgba(245, 245, 245, 0.05);
	-webkit-border-radius: 6px; /* 4px */
	   -moz-border-radius: 6px; /* 4px */
			border-radius: 6px; /* 4px */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.bordoarrot {
	border: 1px solid #9b958b;
	border: 1px solid rgba(155, 149, 139, 0.3);
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}

.bordoarrot_nb {
	border: 1px solid #f5f5f5;
	border: 1px solid rgba(245, 245, 245, 0.3);
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}

.sr_count {
	display: none;
}

.sr_link {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-rendering: optimizelegibility;
	line-height: 18px;
	font-size: 14px;
}

.sr_item {
	margin-bottom: .7em;
}

.sr_text_key {
	background-color: #FFFF00;
}

.sr_currpage {
	font-weight: bold;
	color: #676563;
	padding-right: 5px;
	padding-left: 5px;
}

.sr_page {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

.sr_powered {
	display: none;
}

.btn_tondo {
	text-decoration:none; text-align:center; 
 padding:6px 24px; 
 border:none; 
 -webkit-border-radius:12px;
 -moz-border-radius:12px; 
 border-radius: 12px; 
 font:12px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#f5f5f5; 
 background:#a73f1a; /*#A8BF75*/
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
   -webkit-transition: all 0.25s ease-in-out;
 -moz-transition:  all 0.25s ease-in-out;
 -o-transition:  all 0.25s ease-in-out;
 transition:  all 0.25s ease-in-out;
} 
.btn_tondo:hover {
	padding:6px 24px; 
	border:none; 
 -webkit-border-radius:12px;
 -moz-border-radius:12px; 
 border-radius: 12px; 
 font:12px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#f5f5f5; 
 background:#5e7c3f; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
}
.btn_tondo:active{
 padding:6px 24px; 
 border:none; 
 -webkit-border-radius:12px;
 -moz-border-radius:12px; 
 border-radius: 12px; 
 font:12px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#f5f5f5; 
 background:#a73f1a; /*#A8BF75*/
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
}

.sfondo-liturgia {
	background-image:url(../img/liturgia-del-giorno-vangelo-letture-preghiere.png);
	background-position:90% .1em;
	background-size:auto;
	background-repeat:no-repeat;
}

.sfondo-santo {
	background-image:url(../img/santo-del-giorno.png);
	background-position:90% .1em; /* 80% 30% */
	background-size:auto;
	background-repeat:no-repeat;
}

.sfondo-pensiero {
	background-image:url(../img/pensiero-del-giorno-meditazione-frase.png);
	background-position:90% .1em;
	background-size:auto;
	background-repeat:no-repeat;
}

.bordo-scheda {
	padding: .4em;
	border-radius: 4px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 2px solid rgba(168, 191, 117, 0.5);
}

.bordo-liturg {
	padding: .2em .3em;
	line-height:10px;
	border-radius: 3px; 
	-moz-border-radius: 3x; 
	-webkit-border-radius: 3px; 
	border: 1px solid rgba(168, 191, 117, 0.5);
	display: inline-block;
}

.fr-up {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 5px 8px 5px;
	border-color: transparent transparent #a73f1a; /*#A8BF75*/ transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #a73f1a; /*#A8BF75*/ #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	display: inline-block;
}

.fr-sx {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 8px 5px 0px;
	border-color: transparent transparent #a73f1a; /*#A8BF75*/ transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #a73f1a; /*#A8BF75*/ #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	display: inline-block;
}

.nf {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #a73f1a; /*#A8BF75*/ transparent transparent;
	display: inline-block;
}

.pdg_q {
	font-family:Georgia, serif;
	font-style:italic;
	font-size:5em;
	text-shadow:.65em .65em .65em rgba(103, 101, 99, 0.5);
	color:#676563;
	position:absolute;
	top:1em;
}

.pdg {
	display:inline-block;
	font-style:italic;
	text-shadow:.65em .65em .65em rgba(50, 50, 50, 0.2);
	line-height:1.45;
	color:#383838;
	text-indent:2.1em;
	margin:.2em .5em 0em;
	padding-top:.2em;
}

.autore {
	margin-top:.7em;
	color:#676563;
	text-indent:.5em;
	font-size:94%;
	font-style:normal;
}

.btn_s {
	padding: 2px 4px 2px; /* 4px 10px 4px */
	line-height: 14px; /* 18px */
}

.up_bk {
	background-color:#960;
}

.ang_ne {
	position:absolute;
	top:0%;
	left:85%;
	z-index:1;
}
@media only screen and (max-width:800px) {
	.ang_ne {
		left:70%;
	}
}
@media only screen and (max-width:470px) {
	.ang_ne {
		left:48%;
	}
}

#menu-pr {
	margin:0;
	font-size:1.1em;
    width:100%;
}

#menu-pr li {
	list-style: none;
	margin-bottom:.4em;
	background-color:rgba(231, 187, 116, 0.05);
	border: 1px solid #e7bb74;
  	border: 1px solid rgba(231, 187, 116, 0.4);
 	 -webkit-border-radius: 4px;
    	-moz-border-radius: 4px;
			 border-radius: 4px;
	border-radius: 3px; 
	-moz-border-radius: 3x; 
	-webkit-border-radius: 3px;
}

#menu-pr li a {
	padding:.34em;
    color:#a73f1a; /*#A8BF75*/
    text-decoration:none;
    display:block;
}

#menu-pr li a:hover {
	color:#f5f5f5;
    border-radius: 3px; 
	-moz-border-radius: 3x; 
	-webkit-border-radius: 3px;
	background-color:#a73f1a; /*#A8BF75*/
	background-color:rgba(168, 191, 117, 0.8);
	-webkit-transition: background-color 0.35s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
     -ms-transition: background-color 0.1s ease-in-out;
      -o-transition: background-color 0.1s ease-in-out;
         transition: background-color 0.1s ease-in-out;
}

.decb {
	margin: 1.063em 0;
	width:100%;
	height:.875em;
	background-image:url(../img/grafiche/decb.png);
}

.nopoint {
	list-style:none;
	margin-left:0;
}

.verde {
  position: relative;
}
.verde:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -mo
  z-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.nodeco_link a {
	text-decoration:none;
}
.nodeco_link a:hover {
	text-decoration:none;
}

.link_viol a:hover {
  color: #48589e;
  text-decoration: underline;
}

.list-no-point {
	list-style-type: none;
	padding: 0;
	margin: 0;
}