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

.areaSlideTestuali{display: block;}

#rollTestoBackground{ }

.posizioneSlideTestuali{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -230px;
    width: 800px;
    height: 250px;
    padding: 10px;
    border-radius: 3px;
    z-index:2;
    display: block;
    overflow: hidden;
}

.backgroundSlidetestuali{
}

.rollTesto{
    width: inherit;
    height: 250px;
    text-align: center;
    display: block;
    padding-top:40px;
}

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

.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-slidetext{
    position:relative;
    margin-top: 5px;
    color: #FFF;
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 1px 1px 4px #333333;
    display: table;
    padding-bottom: 3px;
    font-weight: 600;
}

.areafotoSlideTesto .testo{
    position:relative;
    color: #FFF;
    font-size: 1.5em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 1px 1px 4px #333333;
}

.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: 'Raleway', 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
***************************************************/

@media only screen and (max-width:1680px){
    
    .posizioneSlideTestuali{ margin-left: 50px; width: 500px;  height: 380px;margin-top: 0;}
    .areafotoSlideTesto .titolo-slidetext, .areafotoSlideTesto .testo{font-size: 1.4em;}
    .areafotoSlideTesto .foto img{
        width: 35px;
    }
    .rollTesto{ height: 380px; }
    .rollTesto h3{ font-size: 3em;}

}

@media only screen and (max-width:1190px){
    
    .areaSlideTestuali, .posizioneSlideTestuali{display:none}

}