body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
a:hover, a:focus, a:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: 0;
}
a{
    /*color: #010d25;*/
    color: #0676BC;
    transition: color .2s;
}
a:hover{
    color: #bc9e56;
    text-decoration: none;
}
h1{
    font-size: 24px;
}
h2{
    font-size: 18px;
}
h3{
    font-size: 16px;
}
.navbar-toggler:focus{
    outline: none !important;
}
#clearfix-menu-fixed{
    height: 107px;
}
.li-mobile{
    display: none;
}
.form-control{
    font-size: 14px;
}
.sk-circle {
    /*margin: 100px auto;*/
    width: 80px;
    height: 80px;
    position: relative;
    text-align: center;
    position: fixed;
    top: 45%;
    left: calc(50% - 40px);
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2{
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-circle .sk-circle3{
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-circle .sk-circle4{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-circle .sk-circle5{
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-circle .sk-circle6{
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-circle .sk-circle7{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-circle .sk-circle8{
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-circle .sk-circle9{
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-circle .sk-circle10{
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-circle .sk-circle11{
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-circle .sk-circle12{
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-circle .sk-circle2:before{
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before{
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-circle .sk-circle4:before{
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before{
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before{
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before{
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before{
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before{
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before{
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before{
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before{
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100%{
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-circleBounceDelay {
    0%, 80%, 100%{
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.w-100{
    font-weight: 100;
}
.w-200{
    font-weight: 200;
}
.w-300{
    font-weight: 300;
}
.w-400{
    font-weight: 400;
}
.w-500{
    font-weight: 500;
}
.w-600{
    font-weight: 600;
}
.w-700{
    font-weight: 700;
}
.w-800{
    font-weight: 800;
}
.w-900{
    font-weight: 900;
}
#menu-fixed{
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0px 7px 11px 0px rgba(50, 50, 50, 0.15);
}
#header-top{
    background-color: #010d25;
    padding: 4px 0;
}
#header-top a{
    color: #fff;
}
#header-top a:hover{
    color: #bc9e56;
}
#header-top .annuncio{
    font-size: 16px;
    font-weight: 700;
}
#header-top .annuncio i{
    margin-right: 4px;
}
#header-top .user{
    font-size: 14px;
    font-weight: 300;
}
#header-top .user i{
    font-size: 16px;
    margin-right: 4px;
}
#header-top .v-line{
    color: #fff;
    margin: 0 10px;
}
#menu .navbar-toggler{
    color: #fff;
    border: none;
}
#menu .navbar-toggler{
    padding: 0;
    padding-top: .25rem;
}
#menu .navbar-toggler i{
    font-size: 24px;
}
#menu .nav-item > .nav-link{
    color: #010d25;
    font-size: 13px;
    font-weight: 400;
    padding: 35px 6px 4px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}
#menu .nav-item > .nav-link::before{
    position: absolute;
    /*top: 100%;*/
    bottom: -18px;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: 26px;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}
#menu .nav-item > .nav-link:hover::before{
    color: #010d25;
    text-shadow: 10px 0 #010d25, -10px 0 #010d25;
}
.all-citta{
    color: #fff;
    background-color: #043f7b;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 2px;
    font-weight: bold;
}
.all-citta:hover{
}
.all-citta-button{
    background-color: #043f7b;
    color: #fff;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 2px;
    font-weight: bold;
    border: 0;
    transition: .2s;
    cursor: pointer;
}
.all-citta-button:hover{
    background-color: #010d25;
    color: #fff;
}
#row-top-citta{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 23px;
    padding-left: 15px;
}
#row-top-citta a{
    color: #010d25;
}
#row-top-citta a:hover{
    color: #bc9e56;
}
.mappa-citta{
    list-style: none;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.8;
}
.mappa-citta a{
    color: #010d25;
}
.div-cat_list{
    /*font-size: 13px;*/
    font-size: 12px;
    font-weight: 700;
    display: inline-grid;
    width: 18%;
    padding: 15px;
}
.div-cat_list > a{
    opacity: .9;
    transition: .2s;
}
.div-cat_list > a:hover{
    color: #043f7b;
    opacity: 1;
}
.div-cat_list > a > img{
    width: 100%;
}
.background-img-annunci-sx{
    background-image: url("site/img/img_playlist_sx.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left;
}
.background-img-annunci-dx{
    background-image: url("site/img/img_playlist_dx.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
}
.background-annunci{
    background-color: #010d25;
}
footer .ul-footer{
    padding: 0;
    text-align: center;
    font-size: 0;
    margin: 0;
}
footer .ul-footer li{
    list-style: none;
    display: inline-block;
}
footer .ul-footer a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
footer .ul-footer a:hover{
    color: #bc9e56;
}
footer .ul-footer span{
    color: #fff;
    font-size: 20px;
    margin: 0 22px;
}
footer .ul-footer span:last-child{
    display: none;
}
footer .ul-footer li:after{
    content: '·';
    color: #fff;
    font-size: 20px;
    margin: 0 22px;
}
footer .ul-footer li:last-child:after{
    content: '';
}
#user{
    color: #fff;
    cursor: pointer;
    position: relative;
}
#user > span{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: 6px;
    margin-left: 4px;
}
#user:hover{
    color: #bc9e56;
}
#user:hover > span{
    border-color: #bc9e56 transparent transparent transparent;
}
#user i{
    margin-right: 8px;
}
#user > #user-menu{
    position: absolute;
    background-color: #bc9e56;
    /*width: 180px;*/
    width: 214px;
    z-index: 9;
    top: 22px;
    /*left: -46px;*/
    left: -100px;
}
#user > #user-menu a{
    color: #010d25;
}
#user > #user-menu a:hover{
}
#user > #user-menu > ul{
    padding: 15px;
    padding-top: 0;
    margin: 0;
}
#user > #user-menu > ul > li{
    list-style: none;
    position: relative;
    padding-right: 0;
    transition: .3s;
}
#user > #user-menu > ul > li:hover{
    padding-right: 12px;
}
#user > #user-menu > ul > li > span{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0px 4px 0;
    border-color: transparent #010d25 transparent transparent;
    position: absolute;
    right: 0;
    top: 7px;
    transition: .3s;
}
#user > #user-menu > ul > li:hover > span{
    border-width: 4px 7px 4px 0;
}
.div-annuncio{
    padding: 10px;
    margin: 15px 0;
}
.div-annuncio a{
    color: #fff;
}
.div-annuncio img{
    width: 100%;
    border-radius: 50%;
    margin: 10px 0;
}
.div-annuncio .cat{
    font-weight: 300;
}
.div-annuncio .citta{
    font-weight: 700;
}
.div-annuncio .desc{
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
}
.slick-annunci, .slick-correlati{
    margin: 0;
}
.slick-annunci .fa-angle-left, .slick-annunci .fa-angle-right, .slick-correlati .fa-angle-left, .slick-correlati .fa-angle-right{
    font-size: 60px;
    cursor: pointer;
    position: absolute;
    color: #fff;
    top: calc(50% - 60px);
}
.slick-annunci .fa-angle-left, .slick-correlati .fa-angle-left{
    left: -60px;
}
.slick-annunci .fa-angle-right, .slick-correlati .fa-angle-right{
    right: -60px;
}
.div-search{
    background-color: #043f7b;
    margin-top: -20px;
}
.div-search > div > h3{
    color: #fff;
    font-weight: 100;
}
.div-search > div > h3 > b{
    font-weight: 700;
}
#ricerca input, #ricerca select{
    width: 100%;
    background-color: #043f7b;
    color: #fff;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 2px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 200;
}
#ricerca input::placeholder{
    font-weight: bold;
    color: #fff;
    opacity: 1;
}
#ricerca .btn-search{
    width: 100%;
    background-color: #fff;
    color: #010d25;
    border: none;
    font-weight: 700;
    padding: 12px 15px;
    border-radius: 2px;
    font-size: 20px;
    cursor: pointer;
    transition: color .2s;
    transition: background-color .2s;
}
#ricerca .btn-search:hover{
    color: #fff;
    background-color: #010d25;
}
.contatti-header{
    font-weight: 300;
    font-size: 14px;
}
.slick-news > .news-container img{
    width: 100%;
}
.div-hover-news{
    position: relative;
}
.div-hover-news img{
    margin: auto;
}
.news-container a:hover{
    color: #043f7b;
}
.news-container .desc{
    font-size: 12px;
}
.news-container a{
    color: #212529;
}
.slick-news .news-hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s;
    text-align: center;
}
.slick-news .news-hover > button{
    margin-top: calc(50% - 54px);
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    width: 75%;
    height: 38px;
    opacity: 0;
    transition: .2s;
    cursor: pointer;
    font-weight: bold;
}
.slick-news a:hover .news-hover{
    background-color: rgba(1, 13, 37, .75);
}
.slick-news a:hover .news-hover > button{
    opacity: 1;
}
.slick-news .fa-angle-left, .slick-news .fa-angle-right{
    font-size: 60px;
    cursor: pointer;
    position: absolute;
    color: #043f7b;
    top: 60px;
}
.slick-news .fa-angle-left{
    left: -60px;
}
.slick-news .fa-angle-right{
    right: -60px;
}
.all-news{
    color: #fff;
    background-color: #010d25;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
    font-weight: bold;
    border: 0;
    transition: .2s;
    cursor: pointer;
}
.all-news:hover{
    background-color: #043f7b;
    color: #fff;
}
.div-annuncio-mobile{
    margin-top: 6px;
    font-weight: bold;
}
.annuncio-mobile{
    color: #fff;
    font-size: 14px;
}
.annuncio-mobile:hover{
    color: #bc9e56;
}
.annuncio-mobile i{
    font-size: 22px;
    margin-right: 4px;
}
.user-mobile{
    color: #fff;
    font-size: 21px;
    cursor: pointer;
}
.menu-mobile{
    border-bottom: 1px solid #243047;
    padding-bottom: 8px;
}
.pagina-titolo{
    background-color: #010d25;
    padding: 30px 0 10px;
    color: #fff;
}
.subscribe-inserzionista{
    color: #BC9E56;
    text-decoration: underline;
}
.subscribe-inserzionista:hover{
    text-decoration: underline;
}
.col-form-annuncio-sx{
    border-right: .5px solid #ddd;
    padding-top: 15px;
}
.col-form-annuncio-dx{
    border-left: .5px solid #ddd;
    padding-top: 15px;
}
.btn-annuncio, .btn-registrati{
    background-color: #010d25;
    color: #fff;
    border: none;
    padding: 10px 80px;
    font-size: 20px;
}
.btn-annuncio:hover, .btn-registrati:hover, .btn-annuncio:focus, .btn-registrati:focus{
    background-color: #043f7b;
}
.box-images {
    position: relative;
    overflow: hidden;
    /*min-height: 200px;*/
    width: 100%;
    border: 3px dotted #010d25;
    cursor: pointer;
}
#box-video{
    position: relative;
    overflow: hidden;
    /*min-height: 200px;*/
    width: 100%;
    border: 3px dotted #010d25;
    cursor: pointer;
}
#box-video .text-images{
    width: 100%;
    text-align: center;
    margin: 50px 0;
}
#box-video i, .box-images i{
    margin-top: 15px;
    font-size: 42px;
}
.box-images input[type=file], #video-form, #video{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
#list{
    width: 100%;
    text-align: center;
}
#list > span{
    /*display: inline-grid;*/
    float: left;
    width: 25%;
    padding: 15px;
    position: relative;
}
#list > span > img{
    width: 100%;
}
#list > span > span{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    color: red;
    font-size: 22px;
    font-weight: bold;
    background: rgba(255,255,255,.75);
    border-radius: 30px;
    cursor: pointer;
    opacity: 0;
    transition: .2s;
}
#list > span:hover > span{
    opacity: 1;
}
.box-images .text-images{
    width: 100%;
    text-align: center;
    margin: 50px 0;
}
.list-star{
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8;
    padding-left: 20px;
}
.list-star > li{
    list-style: none;
}
.list-star > li:before{
    font-family: FontAwesome;
    content: '\f005';
    font-size: 18px;
    color: #bc9e56;
    margin-right: 8px;
    margin-left: -19px;
}
.btn-vedi-annuncio, .btn-area-riservata, .btn-homepage{
    background-color: #010d25;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    border: none;
    padding: 10px 34px;
}
.btn-homepage{
    background-color: #010d25;
    transition: .3s;
}
.btn-homepage:hover{
    background-color: #043f7b;
}
.btn-area-riservata{
    background-color: #bc9e56;
}
.breadcrumb{
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.breadcrumb li{
    font-size: 12px;
    margin-right: 4px;
}
.breadcrumb li a{
    color: #aaa;
}
.breadcrumb-prodotto .breadcrumb li:last-child, .breadcrumb-pagine .breadcrumb li:last-child{
    white-space: nowrap; 
    width: 125px; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.breadcrumb li:last-child a{
    color: #010d25;
}
.breadcrumb li:after{
    content: '/';
    margin: 0 4px;
    color: #aaa;
}
.breadcrumb li:last-child{
}
.breadcrumb li:last-child:after{
    content: '';
}
.annuncio-dx{
    /*box-shadow: -27px 0px 41px 15px rgba(0,0,0,0.72);*/
}
.annuncio-sx h1{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
.annuncio-playlist, .annuncio-playlist-p{
    background-color: #bc9e56;
    border-radius: 3px;
    border: 0;
    font-size: 14px;
    color: #151515;
    font-weight: bold;
}
.annuncio-playlist-p{
    background-color: #043f7b;
    color: #fff;
}
.provincia{
    background-color: #010d25;
    border-radius: 3px;
    border: 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-right: 6px;
    margin-top: 6px;
    margin-bottom: 4px;
}
.dettagli-annuncio{
    font-size: 18px;
    font-weight: bold;
    color: #104881;
    margin-right: 12px;
}
.dettagli-annuncio > span{
    margin: 0 4px;
}
.whatsapp-annuncio{
    color: #25cd33;
    font-weight: bold;
}
.gallery img{
    max-width: 100%;
}
.annuncio-inserzionista > div{
    background-image: url('/site/img/vip_banner.jpg');
    background-size: contain;
    padding: 15px;
}
.annuncio-inserzionista .round{
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    position: relative;
    padding: 4px;
    box-shadow: 0px 0px 20px 0px rgba(255,255,255,0.72);
}
.annuncio-inserzionista .round > .round-gold{
    position: absolute;
    border: 2px solid #bc9e56;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    width: calc(100% - 4px*2);
    height: calc(100% - 4px*2);
}
.annuncio-inserzionista .round > .testo{
    padding: 0 30px;
    line-height: 1.1;
}
.annuncio-inserzionista .round > .testo .t-1{
    font-size: 18px;
    /*margin-bottom: 6px;*/
}
.annuncio-inserzionista .round > .testo .div-2{
    /*margin-bottom: 6px;*/
}
.annuncio-inserzionista .round > .testo .t-2{
    font-size: 18px;
    font-weight: bold;
}
.annuncio-inserzionista .round > .testo .t-3{
    font-size: 24px;
    color: #bc9e56;
    font-family: italic;
}
.annuncio-inserzionista .round > .testo .t-4{
    font-size: 24px;
    color: #bc9e56;
    font-family: italic;
}
.annuncio-inserzionista .round > .testo .t-5{
    margin-top: 6px;
    font-size: 14px;
}
.div-newsletter label{
    color: #fff;
    font-weight: 600;
}
.div-newsletter input, .div-newsletter select{
    color: #fff;
    font-weight: bold;
    background-color: #043f7b;
}
.div-newsletter input:focus{
    background-color: #043f7b;
    color: #fff;
}
.div-newsletter .privacy{
    color: #fff;
    font-size: 12px;
}
.div-newsletter .privacy a{
    color: #fff;
    text-decoration: underline;
}
.btn-newsletter{
    color: #010d25;
    font-weight: bold;
    font-size: 18px;
    padding: 4px 42px;
}
.ricerca-cat{
    background-color: #010d25;
    padding: 15px;
}
.ricerca-cat form{
    margin-bottom: 0;
}
.ricerca-cat input, .ricerca-cat select{
    color: #fff;
    background-color: #010d25;
}
.ricerca-cat input:focus, .ricerca-cat select:focus{
    background-color: #010d25;
    color: #fff;
}
.ricerca-cat input::placeholder{
    color: #ddd;
}
.ricerca-cat .btn-ricerca{
    width: 100%;
    width: 46px;
    height: 46px;
    max-width: 100%;
    font-size: 22px;
    padding: 0;
    border-radius: 2px;
}
.background-annunci-playlist{
    background: linear-gradient(to right, #192d4a 0%,#192d4a 50%,#fff 50%,#fff 100%);
}
.background-annunci-playlist > .container > .row > .col-lg-9 > .row{
    padding: 10px 0;
}
.annunci-playlist-sx{
    background-color: #192d4a;
}

.annunci-risalita-sx{
    background-color: #87CEEA;
}

.annunci-playlist-p-sx{
    background-color: #ffa500;
}
.scadenza-annuncio{
    color: #0ce7ea;
    font-size: 14px;
    font-weight: 500;
}
.tit-annuncio > a{
    color: #fff;
    font-weight: 600;
    word-wrap: break-word;
}
.desc-annuncio{
    margin-top: 5px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    word-wrap: break-word;
}
.tit-annuncio > .color-212529, .color-212529{
    color: #212529;
}
.desc-annuncio a{
    color: #fff;
}
.img-annuncio{
    margin: 15px 0;
    position: relative;
}
.img-annuncio > a > img{
    width: 100%;
}
.in-playlist, .in-playlist-p{
    text-align: center;
    color: #151515;
    background-color: #bc9e56;
    padding: 2px 0;
    font-weight: 600;
    font-size: 14px;
}
.in-playlist-p{
    color: #fff;
    background-color: #043f7b;
}
.in-playlist i{
    margin-right: 4px;
}
.tit-annunci-dx{
    font-size: 42px;
    font-weight: bold;
    color: #bc9e56;
    transform: rotate(90deg);
    position: absolute;
    /*top: 240px;*/
    top: 220px;
    left: 15px;
    width: 500px;
}
.annuncio-playlist-dx{
    font-size: 14px;
}
.annuncio-playlist-dx .img-playlist-dx{
    border-radius: 50%;
    border: 2px solid #bc9e56;
    width: 160px;
    margin: auto;
    margin-top: 10px;
}
.annuncio-playlist-dx .img-playlist-dx > a > img{
    width: 100%;
    border-radius: 50%;
}
.tit-2{
    font-weight: bold;
    font-size: 18px;
}
.descrizione-home{
    font-size: 14px;
}
.tit-news{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}
.annunci_playlist_area_riservata{
    padding: 15px 0;
}
.annunci_playlist_area_riservata img{
    max-width: 100%;
    width: 100%;
}
.btn-modifica-annuncio{
    background-color: #0099d3;
    color: #fff;
}
.btn-elimina-annuncio{
    background-color: #d9031d;
    color: #fff;
}
.select-metodo-pagamento label{
    margin: 10px 15px;
}
.select-metodo-pagamento label > input{
    visibility: hidden;
    position: absolute;
}
.select-metodo-pagamento label > input + img{
    background-color: #fff;
    cursor:pointer;
}
.select-metodo-pagamento label > input + img{
    border-radius: 5px;
    margin: 2px;
    padding: 5px 10px;
    transition: border-color .3s;
    border: 2px solid #ddd;
}
.select-metodo-pagamento label > input:checked + img{
    /*box-shadow: 0px 0px 5px 0px rgba(25, 45, 74, 1);*/
    border: 2px solid #eee;
}
#list-image{
    width: 100%;
    text-align: center;
}
#list-image > .image{
    /*display: inline-grid;*/
    float: left;
    width: 25%;
    padding: 15px;
    position: relative;
}
#list-image > .image  img{
    width: 100%;
}
#list-image > .image a{
    cursor: zoom-in;
}
#list-image .is_default{
    cursor: pointer;
    display: block;
    margin: 5px 0;
    font-size: 12px;
    font-weight: bold;
}
#list-image .is_default > .box-check{
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #333;
    border-radius: 1px;
    position: relative;
    margin-right: 5px;
}
#list-image .is_default > .box-check > span{
    position: absolute;
    top: -13px;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    opacity: 0;
    transition: opacity .2s;
}
#list-image .is_default-active > .box-check > span{
    opacity: 1;
}
#list-image .delete, .div-video #delete-video, #video-container > .video .delete-video{
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #333;
    width: 30px;
    height: 30px;
    padding: 2px 0px;
    border-radius: 50%;
    cursor: pointer;
}
#list-image .delete > i, .div-video #delete-video > i, #video-container > .video .delete-video{
    font-size: 1.5em;
    color: #aaa;
    transition: color .2s;
    z-index: 3;
}
#list-image .delete > i, #video-container > .video .delete-video i{
    position: absolute;
    top: calc(50% - 11px);
    left: calc(50% - 8px);
}
#list-image .delete > i:hover, .div-video #delete-video > i:hover{
    color: red;
}
.cat-pages > .pagination{
    display: inline-flex;
}
.cat-pages > .pagination > li{
    /*padding: 15px 0;*/
    /*width: 54px;*/
    margin: 5px;
    background-color: #ccc;
    font-weight: bold;
    border-radius: 3px;
}
.cat-pages > .pagination .pagnMore{
    background-color: unset;
}
.cat-pages > .pagination > li > a{
    color: #000;
    display: block;
    padding: 15px 0;
    width: 54px;
}
.cat-pages > .pagination > .active > span{
    display: block;
    padding: 15px 0;
    width: 54px;
}
.cat-pages > .pagination > li > span{
    display: block;
    padding: 15px 0;
    width: 54px;
}
.cat-pages > .pagination .pagnMore > span{
    width: auto;
}
.cat-pages > .pagination > .active{
    background-color: #043f7b;
    color: #fff;
}
.cat-pages > .pagination > .disabled{
    cursor: no-drop;
}
.background-annunucio-pubblicato-registrato{
    background-image: url("site/img/sfondo_home.jpg");
    background-repeat: no-repeat;
}
.btn-modifica{
    background-color: #010d25;
    color: #fff;
    font-weight: bold;
}
#message-subscribe-newsletter ul{
    margin-bottom: 0;
}
#message-subscribe-newsletter ul li{
    font-size: 14px;
}
.int-contratti{
    background-color: #010d25;
    color: #fff;
    padding: 6px 0;
}
.lista-contratti{
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.btn-accedi{
    background-color: #010d25;
    color: #fff;
    border: none;
    padding: 4px 0;
    font-size: 28px;
    width: 100%;
}
.pagina-titolo .pag-tit-2{
    font-size: 14px;
}
.pagina-titolo h2{
    margin-bottom: 4px;
}
.background-login{
    background-image: url("site/img/reg_login.jpg");
    background-repeat: no-repeat;
    background-position: top right;
}
.btn-ilmercatone{
    background-color: #010d25;
    color: #fff;
    border: none;
    padding: 4px 0;
    font-size: 24px;
    width: 100%;
    font-weight: bold;
}
#close-citta > i{
    color: #d81f26;
    font-size: 32px;
    cursor: pointer;
}
.margin-breadcrumb{
    /*margin: 30px 0;*/
    margin-top: 30px;
    margin-bottom: 10px;
}
.div-h1{
    margin-bottom: 20px;
}
.lista-carrello img{
    max-width: 100%;
}
.lista-carrello > .row{
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.lista-carrello > .row:last-child{
    border-bottom: none;
}
.emoji-contain{
    position: relative;
}
.emoji-contain > textarea{
    padding-right: 50px;
}
.emoji-contain > .emoji-icon{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
}
.emoji-div{
    display: none;
    height: 200px;
    overflow-y: scroll;
}
.emoji-div span{
    float: left;
    font-size: 16px;
}
.add-emoji{
    cursor: pointer;
    padding: 8px;
    border-radius: 2px;
    transition: background-color .2s;
}
.add-emoji:hover{
    background-color: #ddd;
}
#check-autocomplete, #check-privacy{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -4px;
    width: 20px;
    height: 20px;
    border: 1px solid #212529;
    font-size: 32px;
    position: relative;
    cursor: pointer;
}
#check-autocomplete > span, #check-privacy > span{
    position: absolute;
    top: -20px;
    left: 0px;
}
.background-scopri-pacchetti{
    background-image: url("site/img/playlist.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 20px;
}
.tit-scopri-1{
    font-size: 36px;
}
.tit-scopri-2{
    font-size: 59px;
    font-weight: 300;
}
.btn-carrello{
    background-color: #010d25;
    border-color: #010d25;
    color: #fff;
}
.btn-carrello:hover, .btn-carrello:focus{
    background-color: #010d25;
    border-color: #010d25;
}
.rimuovi-annuncio-carrello{
    background-color: #ff131e;
}
.rimuovi-annuncio-carrello > a{
    color: #fff;
}
.prolunga-playlist select{
    background-color: #bc9e56;
    color: #fff;
    font-weight: 600;
    width: auto;
    display: inline-grid;
}
#torna-su{
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #010d25;
    padding: 16px;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    z-index: 9;
}
#torna-su > i{
    font-size: 26px;
    color: #bc9e56;
    transition: .3s;
}
#torna-su:hover > i{
    transform: scale(1.2);
}
.accedi-tit{
    font-size: 36px;
}
footer{
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.btn-invia-mesaggio{
}
.btn-invia-mesaggio{
    background-color: #010d25;
    color: #fff;
    border: none;
    padding: 10px 80px;
    font-size: 20px;
    font-weight: bold;
}
.btn-invia-mesaggio:hover, .btn-invia-mesaggio:focus{
    background-color: #043f7b;
}
.img-responsive{
    max-width: 100%;
}
.lista-contratti > div > span{
    margin-top: 8px;
    display: block;
}
.page-descrizione h2, .page-descrizione h3{
    margin-top: 20px;
}
#block-18{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: #000;*/
    background-color: rgba(0,0,0,.85);
    z-index: 9999;
    overflow: auto;
}
#block-18 > .disclaimer{
    border-radius: 3px;
    border: 1px solid #3bcd48;
    width:1000px;
    background-color: #fff;
    margin: auto;
    margin-top: 80px;
    padding: 30px 60px;
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
}
#block-18 > .disclaimer .att{
    font-size: 28px;
}
#block-18 .btn{
    padding: 6px;
    width: 166px;
    margin: 5px;
    font-size: 13px;
    font-weight: bold;
}
#block-18 .btn-accetto{
    background-color: #0099d4;
    color: #fff;
}
#block-18 .btn-rifiuto{
    background-color: #d9031d;
    color: #fff;
}
#block-18 #rifiuto-disclaimer{
    margin-top: 20px;
    font-size: 18px;
}
.lista-news-blog a{
    color: #010d25;
}
#message_psw_recovery{
    margin-top: 20px;
}
.scopri-page{
    margin-bottom: 50px;
}
.scopri-page h2{
    text-align: center;
    margin-bottom: 20px;
    color: #010d25;
}
.scopri-page .tit-oro-top{
    font-family: italic;
    color: #bc9e56;
    font-size: 64px;
}
.scopri-page .tit-oro-bottom{
    font-family: italic;
    color: #bc9e56;
    font-size: 36px;
}
.scopri-page h4{
    margin-top: 20px;
    text-align: center;
}
.scopri-page .lista-annunci a{
    pointer-events: none;
    cursor: default;
}
.scopri-page .lista-annunci .annuncio-scopri a{
    pointer-events: auto;
    cursor: pointer;
}
.background-scopri-pacchetti-2{
    background-image: url("site/img/playlist_2.jpg");
    background-position: top right;
    background-repeat: no-repeat;
}
.arrow-bounce-left{
    display: inline-grid;
    margin-left: 25px;
    font-size: 42px;
    color: #bc9e56;
    animation-delay: -0.1s;
    animation: bounceInRight 1s infinite;
    position: relative;
}
.arrow-bounce-left > i{
    position: absolute;
    top: -28px;
    left: 0;
}
@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 1;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.menu-pubblica-annuncio{
    font-weight: bold;
    background-color: #010d25;
    color: #fff;
    border: none;
    padding: 8px 6px;
    font-size: 22px;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 10px;
}
.menu-pubblica-annuncio > a{
    color: #fff;
}
#user-menu-mobile ul{
    list-style: none;
    padding: 0;
    line-height: 2;
    font-size: 18px;
}
#user-menu-mobile ul a{
    color: #010d25;
}
#user-menu-mobile ul li > i{
    margin-right: 10px;
}
.div-registrazione{
    display: inline-block;
}
.div-registrazione > .registrazione-info{
    padding: 15px;
    float: right;
    width: 50%;
    margin-bottom: 20px;
}
.div-registrazione > .registrazione-info .lista-numero{
    position: relative;
}
.div-registrazione > .registrazione-info .lista-numero > .linea-oro{
    position: absolute;
    width: 2px;
    height: 100px;
    border-left: 2px dashed #bc9e56;
    top: 50%;
    left: calc(50% - 2px);
    z-index: 0;
}
.div-registrazione > .registrazione-info .lista-numero > .numero{
    position: absolute;
    width: 52px;
    height: 52px;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    background-color: #010d25;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}
.div-registrazione > .registrazione-info .lista-numero > .numero > span{
    margin-top: 10px;
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}
.div-registrazione > .registrazione-info .lista{
    margin-bottom: 72px;
}
.div-registrazione > .registrazione-info .lista:last-child{
    margin-bottom: 0;
}
.div-registrazione > .registrazione-form{
    padding: 15px;
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.background-registrazione{
    background-image: url("site/img/reg_login.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 50px;
}
.div-form-video .form-control-file{
    width: auto;
    margin: auto;
}
.div-video{
    position: relative;
    width: 100%;
    margin: 30px 0;
    padding: 15px;
}
.div-video video{
    width: 100%;
}
.iframe-video{
    width: 100%;
    margin-top: 50px;
}
.iframe-youtube, .iframe-vimeo{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.iframe-youtube iframe, .iframe-vimeo iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-bn{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.top-bn > .sx{
    float: left;
    margin-right: 5px;
}
.top-bn > .dx{
    float: right;
    margin-left: 5px;
    margin-top: -4px;
}
.top-bn .condividi i{
    font-size: 22px;
    margin: 0 5px;
}
.top-bn .condividi .fa-facebook-official{
    color: #3b5998;
}
.top-bn .condividi .fa-whatsapp{
    color: #25D366;
}
.top-bn .condividi #link-whatsapp{
    display: none;
}
.ul-footer-2{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 15px;
}
.ul-footer-2 li{
    line-height: 1.5;
}
footer .ul-footer-2 a{
    color: #fff;
    font-size: 12px;
}
footer .ul-footer-2 a:hover{
    color: #bc9e56;
}
.cat-correlate{
    margin-bottom: 5px;
}
.cat-correlate a{
    margin: 5px 0;
    margin-left: 0;
}
.cat-correlate a::after{
    content: ' - ';
    margin-left: 2px;
    margin-right: 2px;
}
.cat-correlate a:last-child::after{
    content: '';
    margin: 0;
}
.lista_check_div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
}
.open-div-check{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 2px solid;
    display: inline-block;
    margin-right: 4px;
    position: relative;
}
.open-div-check > span{
    position: absolute;
    font-weight: bold;
    left: -1px;
    top: -13px;
    display: none;
    font-size: 20px;
}
.open-div-check > .active{
    display: block;
}
.col-bio-x{
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    margin-bottom: 4px;
    font-size: 12px;
}
.col-bio-x > .sx{
    float: left;
    width: 60%;
}
.col-bio-x > .dx{
    float: right;
    width: 40%;
    text-align: right;
}
.form-bio select{
    font-size: 13px;
}
.padding-lista-sx{
    /*padding: 0 15px;*/
    /*box-shadow: 15px 0px 15px -15px rgba(50, 50, 50, 0.5);*/
    padding: 0 30px;
    margin: 0 -15px;
    margin-left: 0;
}
.col-lista-sx{
    margin-bottom: 150px;
    position: initial;
    box-shadow: 15px 0px 15px -15px rgba(50, 50, 50, 0.5);
}
.cat-pages-absolute{
    position: absolute;
    bottom: 0;
    margin-top: 15px;
    margin-bottom: 40px;
    z-index: 9;
}
.promuovi-link{
    color: #043f7b;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.annunci-playlist-sx .promuovi-link{
    color: #fff;
}
.promuovi-link:hover{
    color: #8a7440;
}
.div-correlati a{
    color: #043f7b;
    font-size: 12px;
}
.div-correlati a:hover{
    color: #bc9e56;
}
.user-menu-top{
    font-weight: 300;
    margin-top: 2px;
    font-size: 13px;
}
.user-menu-top .p-user{
    color: #fff;
    font-weight: 600;
    margin: 0 2px;
}
.user-menu-top i{
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
}
.user-menu-top a{
    color: #fff;
}
.user-menu-top .user-accedi i{
    transition: color .1;
}
.user-menu-top .user-accedi:hover i{
    color: #bc9e56;
}
.div-correlati ul li {
    line-height: 1.6;
}
.checkbox-privacy{
    font-size: 18px;
}
.checkbox-privacy > input{
    visibility: hidden;
    position: absolute;
}
.checkbox-privacy > input + .box-privacy{
    display: inherit;
    border: 1px solid #333;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    position: relative;
    margin-right: 10px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}
.checkbox-privacy > input + .box-privacy > span{
    position: absolute;
    top: -13px;
    left: 1px;
    font-size: 26px;
    font-weight: 600;
    visibility: hidden;
}
.checkbox-privacy > input:checked + .box-privacy > span{
    visibility: visible;
}
.paga-playlist .pacchetti-playlist .pacchetto{
    display: inline-grid;
    width: 150px;
    height: 150px;
    margin: 15px;
}
.paga-playlist .pacchetti-playlist .pacchetto > input{
    visibility: hidden;
    position: absolute;
}
.paga-playlist .pacchetti-playlist .pacchetto > input + .div-pacchetto{
    cursor: pointer;
    border: 2px solid #ddd;
    border-radius: 3px;
    padding: 15px;
    padding-top: 45px;
    transition: color .3s;
}
.paga-playlist .pacchetti-playlist .pacchetto > input + .div-pacchetto:hover{
    color: #043f7b;
}
.paga-playlist .pacchetti-playlist .pacchetto > input:checked + .div-pacchetto{
    color: #bc9e56;
    border-color: #bc9e56;
}
.paga-playlist .pacchetti-playlist .pacchetto > input + .div-pacchetto .giorni{
    font-size: 21px;
    font-weight: bold;
}
.paga-playlist .pacchetti-playlist .pacchetto > input + .div-pacchetto .prezzo{
    font-size: 16px;
}
.paga-playlist .pacchetti-playlist .pacchetto > input + .div-pacchetto .sconto{
    font-size: 12px;
}
.paga-playlist .pacchetti-playlist .pacchetto > input + .div-pacchetto .sconto .mobile{
    display: none;
}
.opzioni-annuncio-select{
    display: inline-block;
    margin-right: 20px;
}
.opzioni-annuncio{
    display: inline-block;
    margin-right: 20px;
}
.hr-annunci{
    width: 100%;
}
.hr-annunci > hr{
    margin: 0 -15px;
    width: calc(100% + 30px);
}
.hr-annunci .hr-annunci-playlist{
    border-color: #999;
}
.hr-annunci .hr-annunci-no-playlist{
    border-color: #192d4a66;
}
.h3-annunci-evidenza{
    font-size: 24px;
}
.ricerca-cat input{
    height: auto;
    width: 100%;
    border-radius: 2px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: bold;
}
.ricerca-cat select{
    height: auto;
    width: 100%;
    border-radius: 2px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: normal;
}
#subscribe-newsletter{
    margin-bottom: 30px;
}
#subscribe-newsletter .form-control{
    border-radius: 2px;
    height: auto;
    width: 100%;
    border-radius: 2px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: bold;
    background-color: #043f7b;
    color: #fff;
}
#video-container{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
#video-container > .video{
    display: inline-grid;
    margin: 20px 15px;
    position: relative;
}
#video-container > .video video{
    width: 480px;
    height: 270px;
    max-width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.gallery-video .list-video{
    margin-bottom: 20px;
}
.gallery-video video{
    width: 100%;
    max-height: 480px;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.annuncio-video{
    position: absolute;
    right: 15px;
    top: 0;
    color: #192d4a;
    padding: 4px;
    font-size: 20px;
    opacity: .85;
}
#myloader > span{
    font-size: 18px;
    font-weight: bold;
    width: 80px;
    position: relative;
    text-align: center;
    position: fixed;
    top: calc(45% + 26px);
    left: calc(50% - 40px);
}
video{
    background: #000;
}
.div-search > div > h3{
    font-size: 1.75rem;
}
.tit-annuncio-mobile{
    margin-top: 12px;
}
.box-dx-annuncio{
    margin: 15px 0;
}
.form-newsletter{
    margin-top: 25px;
}
.item-contratto{
    margin-top: 5px;
    margin-bottom: 10px;
}
.margin-top-desk-50{
    margin-top: 50px;
}
.container-modifica-annuncio .annuncio-playlist{
    margin-top: 12px;
}
.password-recovery-link{
    color: #043f7b;
    font-weight: bold;
}
.password-recovery-link:hover{
    color: #bc9e56;
}
.annunci_playlist_area_riservata .tit-annuncio-mobile{
    margin-bottom: 15px;
}
.annunci_playlist_area_riservata .annuncio-select-mobile{
    display: none;
}
.img-annuncio .div-count-foto{
    text-align: center;
    line-height: 1;
    padding-top: 34px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.img-annuncio .div-count-foto .count{
    font-weight: 900;
    font-size: 72px;
    color: #b2b2b2;
}
.img-annuncio .div-count-foto .foto{
    font-size: 20px;
    color: #b2b2b2;
}
#toggle-bio{
    cursor: pointer;
}
#check-bio{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #212529;
    margin-right: 5px;
    margin-bottom: -5px;
    position: relative;
}
#check-bio > span{
    position: absolute;
    opacity: 0;
    transition: .2s;
    left: 1px;
    top: -24px;
    font-size: 42px;
    font-weight: bold;
}
.text-annuncio-pubblicato{
    font-size: 22px;
    font-family: italic;
    color: #008000;
}
.annuncio-desc{
    /*word-break: break-all;*/
    word-wrap: break-word;
    word-break: inherit;
    line-height: 24px;
}
.diventa-inserzionista{
    font-size: 18px;
}
.visibilita-annuncio a{
    color: #212529;
    font-size: 24px;
    line-height: 1;
}
.visibilita-annuncio .oro{
    font-size: 28px;
    color: #bc9e56;
    font-family: italic;
}
.visibilita-annuncio span{
    font-size: 18px;
}
.bn-desc img{
    max-width: 100% !important;
}
