﻿/************* Ticker her *****************/

.tickerSmall, #tickerSmall{
    position:absolute;
    right: 8.33333333%;
    width: 280px;
    height: 280px;
    overflow: hidden;
    z-index: 1;
    background: rgba(0,0,0,0.60);
    border-radius: 3px 3px 0 0;
    padding-left: 15px;
    padding-top: 15px;
}

/*************** Ticker Dinamico ***************/

#slidesticker {
    position:absolute;
    bottom: 0px;
    right: 8%;
    /* width: 250px; */
    width: 250px;
    height: 250px;
    padding: 10px;
    overflow: hidden;
    background: none;
    z-index: 5;
    display:block;
}

.slideofferta{
    display: inline;
    overflow: hidden;
    padding: 0;
}

.slideofferta h4{
    color: #ffffff;
    text-align: left;
    font-size: 1.1em;
    font-weight: 600;
}

.slideofferte_titolo{}
.slideofferte_descrizione{}
.slideofferte_immagine{}

.slideofferte_immagine img{
    margin: 10px 0;
    width: 100%;
    height: 108px;
}

.slideofferte_prezzoofferta{}

.slideofferte_txtprezzo{
    font-size: 1.2em;
    float: left;
    color: #ffffff;
}

.slideofferte_prezzo{
    float: right;
    font-size: 1.4em;
    color: #ffffff;
}

span.caption_prezzo_grande:after {
    content: ",00";
    font-size: 15px;
}

.slideofferte_bottone.bottone {
    text-transform: uppercase;
    border: none;
    background: #933c42;
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 2px;
    margin: 0;
    font-size: 1em;
    color: #FFF !important;
    /* border-radius: 3px; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.slideofferte_bottone.bottone:hover {
    background: #a71e23;
}

section .slideofferte_bottone a{
    color:#fff
}

.slideofferte_prezzoofferta{
	color: #000;
	font-weight: 300;
}

/************** RESPONSIVE ******************/
@media (max-width: 1300px ) {
	#slidesticker {display: none !important;}
}

@media (max-width: 1200px ) {
#slidesticker {height:120px !important}
.slideofferte_immagine {display:none;}
}
  
@media (max-height: 760px) {
#slidesticker {height:120px !important}
.slideofferte_immagine {display:none;}
}

@media (max-width: 760px){
   #slidesticker{display:none!important}
}