﻿/**************** CSS per lo slide del testo in background ******************/

.areaSlideTestuali{display: block;}

#rollTestoBackground{ }

.posizioneSlideTestuali{
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-bottom: -140px;
    margin-left: -370px;
    width: 650px;
    height: 160px;
    z-index: 2;
    display: block;
    overflow: hidden;
}

.backgroundSlidetestuali{
    background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5)0%, rgba(255, 255, 255, 0)67%);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5)0%, rgba(255, 255, 255, 0)67%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5)0%, rgba(255, 255, 255, 0)67%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5)0%, rgba(255, 255, 255, 0)67%);
}

.rollTesto{

    width: auto;
    height: inherit;
    text-align: center;
    display: block;
}

.rollTesto h3{
    height: auto;
    width: inherit;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    color: #fff;
    font-family: 'Raleway', sans-serif;  
    font-size: 2.1em;
    text-transform: uppercase;
    text-shadow: 2px 2px 16px #000000; 
    font-weight:bold;  
    line-height: 1;
}

.rollTesto h3.separatore{
    border-bottom: solid 1px #fff;
}

.rollTesto a{
    text-decoration: none;	
    color: #fff;
    text-shadow: 1px 1px 4px #333333; 
    cursor: pointer;
}

.imgapicileft{
    width: 30px;
    height: auto;
    margin-right: 3px;
}

.imgapiciright{
    width: 30px;
    height: auto;
    margin-left: 3px;
}

.areafotoSlideTesto{
    position:relative;
    margin-top: 5px;
    text-align: center;
    display: inline-block;
}
.commento{
    float: left;
    display: inline-block;
}

.areafotoSlideTesto .foto{
    position:relative;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.areafotoSlideTesto .foto img{
    width: 45px;
    height: auto;
}

.areafotoSlideTesto .titolo{
    position:relative;
    margin-top: 5px;
    color: #FFF;
    font-size: 1.6em;
    font-style:italic;
    font-weight:bold;
    font-family: 'Raleway', sans-serif; 
    text-shadow: 2px 2px 16px #000000;  
    display: table;
    padding-bottom: 3px;
}

.areafotoSlideTesto .testo{
    position:relative;
    color: #FFF;
    font-size: 1.2em;
    font-family: 'Raleway', sans-serif; 
    text-shadow: 2px 2px 16px #000000; 
    font-weight:bold;
}

.buttonSlideTesto{
    position: relative;
    float: right;
    width: auto;
    height:auto;
    display: block;
    clear: both;
    margin-top: 10px;
}

.buttonSlideTesto button{
    width:auto;
    height:auto;
    padding: 0 10px;
    margin: 0;
    border-radius:5px;    
    cursor:pointer;
    
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d1cbc6 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d1cbc6));
    background: -webkit-linear-gradient(top, #ffffff 0%, #d1cbc6 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #d1cbc6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #d1cbc6 100%);
}

.buttonSlideTesto button:hover {
    color:#fff;
}

.buttonSlideTesto .buttonTesto{
	float:left;
    width: auto;
	height:auto;
	margin: 8px 2px;
	text-align:left;
	color:#A78D3F;
    font-size:1.6em;
    line-height: 120%;
    font-family: "Trebuchet MS", sans-serif;
	text-transform:uppercase;
	text-shadow: none; 
}

.buttonSlideTesto .buttonFreccia{
    float:right;
	width:20px;
	height:auto;
	margin: 7px 0 0 5px;
	font-size:2em;
	color:#A78D3F;
	text-shadow: none; 
}

/****************** Default ***********************/

#rollTestoBackground .slidesjs-pagination {
    margin: 10px 0 0 10px;
    float: left;
    list-style: none;
    position:absolute;
    bottom:10px;
}

#rollTestoBackground .slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

#rollTestoBackground .slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(../img/png/pagination_slide.png);
    float: left;
    overflow: hidden;
}

#rollTestoBackground .slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}

#rollTestoBackground .slidesjs-pagination li a:hover {
    background-position: 0 -26px
}

#rollTestoBackground .slidesjs-navigation { margin-top:3px; }

#rollTestoBackground .slidesjs-previous {
    margin-right: 5px;
    margin-top: 13px;
    float: left;
}

#rollTestoBackground .slidesjs-next {
    margin-right: 5px;
    margin-top: 13px;
    float: right;
}

#rollTestoBackground .slidesjs-previous{
    float: left;
    display: none;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    
    font-size: 0px;
    font-family: none;
    
    background-image: url(../img/png/back.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

#rollTestoBackground .slidesjs-next{
    float: right;
    display: none;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    
    font-size: 0px;
    font-family: none;
    
    background-image: url(../img/png/forward.png);
    background-repeat: no-repeat;
    overflow: hidden;  
}


/****************** Responsive **************************/


