﻿@charset"UTF-8";

/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
body {
    /*
        background-image: url(/img/sfondo.png);
        background-image: url(/img/sfondo.jpg);
        background-repeat: no-repeat;
        background-position: cover;
        background-color: #1f082a;
*/
    background-color: #EEE;
    font-family: 'Lato', sans-serif;
    color: #333;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}


/* Modifiche pagina interna NewsLetter / SG  - EA - 2021*/

.left-content-newsletter {
    width: calc(100% - 260px) !important;
    float: left;
    min-height: 800px;
    background-color: #2e2e2e;
}

.right-bar-newsletter {
    float: right;
}


/* FINE */

.black {
    background: rgba(0, 0, 0, 0.6);
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    display: none;
}

.text-white {
    color: white;
}

.VELINA {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1001;
    display: none;
}

.VIMEO {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -360px;
    margin-left: -640px;
    width: 1280px;
    height: 720px;
}

.bottone {
    background-color: grey;
    color: #FFF;
    border: 1px solid #333;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
}

.close_video {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(../img/close_video.png);
    background-repeat: no-repeat;
    background-size: 32px;
    cursor: pointer;
}

.mycontent {
    position: absolute;
    width: 290px;
    height: 260px;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -145px;
    background-color: #ffffff;
    opacity: 0.0;
    z-index: 200;
}

.titolo_area_personale {
    font-size: 16px;
    line-height: 40px;
    padding-left: 14px;
    font-weight: bold;
}

#HEADER_LOGO {
    float: left;
    width: 480px;
    /* width: 100%; */
}

#POWERED_BY {
    float: right;
    width: 440px;
    text-align: right;
    font-size: 12px;
    margin: auto 10px 0 auto;
    font-style: italic;
    font-weight: bold;
}

#POWERED_BY a {
    color: darkred;
}

body:after {
    display: none;
    content: url(/img/username_input.png) url(/img/password_input.png);
}

a {
    text-decoration: none;
}

.avgrund-popin {
    background-color: #ebebeb;
    top: 50%;
    !important margin-top: -130px;
    !important
}

.avgrund-popin button {
    width: 70px;
    font-size: 12px;
}

.avgrund-popin .ICON {
    width: 180px;
    position: absolute;
    bottom: 60px;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.avgrund-popin .ICON p {
    font-size: 12px;
    padding-left: 50px;
}

.IMAGE {
    left: 20px;
    background-image: url(/img/image_icon.png);
    background-repeat: no-repeat;
    background-position: -2px 1px;
}

.YOUTUBE {
    left: 145px;
    background-image: url(/img/youtube_icon.png);
    background-repeat: no-repeat;
    background-position: 1px 1px;
}

.MAP {
    left: 270px;
    background-image: url(/img/map_icon.png);
    background-repeat: no-repeat;
}

.avgrund-popin p.testo {
    margin-top: 40px;
    padding: 20px;
    font-size: 13px;
}

.avgrund-popin input {
    margin: 0;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    /* input: */
    background: #ebebeb;
    border: 1px solid #CCCCCC;
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.avgrund-popin textarea {
    margin: 0;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    /* input: */
    background: #f7f7f7;
    border: 1px solid #CCCCCC;
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    border: none;
    outline: none;
    float: left;
}

#CONTAINER {
    position: absolute;
    width: 100%;
    /*
    width: 960px;
    margin-left: -480px;
    top: 20px;
    left: 50%;
    border: solid 1px #bbb;
    background-image: url(/img/bg.png);
    */
}

#SUBHEADER {
    width: 100%;
/*
    width: 960px;
*/
    height: 30px;
    float: left;
    text-align: right;
    background-color: #AAAAAA;
}

#SUBHEADER a {
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
    margin-right: 20px;
    text-decoration: none;
}

#HEADER {
    width: 100%;
    /*
    width: 960px;
    */
    min-height: 80px;
    float: left;
    background-color: #FCFCFC;
}

#BARRA { /* CAZZO!!! Tengo per compatibilità con tutte le altre pagine al di fuori di quella dove l'ho messa a posto */
    width: 100%;
    color: #FFF;
    font-size: 14px;
    /*line-height: 40px;*/
    float: left;
    background-color: #CCCCCC;
}

.BARRA {
    width: 100%;
    color: #FFF;
    font-size: 14px;
    /*line-height: 40px;*/
    float: left;
    background-color: #CCCCCC;
}

.COPERTINA {
    width: 100%;
    height: 100%;
    max-height: 250px;
    /*    background-color: #3498db;*/
    background-color: #EEEEEE;
    background-image: url(/img/cop.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
}

#BARRA #Likes {
    position: absolute;
    top: 160px;
    right: 195px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    padding-left: 22px;
    font-size: 12px;
    color: #CCC;
    background-image: url(/img/cuore_rosso.png);
    background-repeat: no-repeat;
}

#BARRA #Likes:hover {
    color: white;
}

#BARRA #disLikes {
    position: absolute;
    top: 160px;
    right: 105px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    padding-left: 22px;
    font-size: 12px;
    color: #AAA;
    background-image: url(/img/cuore_spezzato.png);
    background-repeat: no-repeat;
}

#BARRA #disLikes:hover {
    color: #FFF;
}

.LOGIN_ADDCOMMENTO {
    width: 100%;
    height: 40px;
    color: #FFF;
    font-size: 14px;
    line-height: 40px;
    float: left;
    background-color: #AAAAAA;
}

.MARRONE {
    background-color: #624A46;
}

.INTESTAZIONE {
    color: #FFF;
    font-size: 14px;
    margin: 0px 20px;
    line-height: 40px;
    padding: 0;
    float: left;
}

.AUTORE {
    position: relative;
    color: #FFF;
    font-size: 14px;
    margin: 0px 20px 0px 0px;
    line-height: 40px;
    padding: 0;
    float: left;
}

.POPUP {
    position: absolute;
    top: -100px;
    left: calc(100% + 15px);
    width: 460px;
    height: 240px;
    background-color: #808080;
    color: #FFF;
    z-index: 2;
}

.POPUP .FRECCIA {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #808080;
    top: calc(50% - 10px);
    left: -10px;
}

.POPUP .AVATAR {
    width: 200px;
    height: 200px;
    margin: 20px;
    background-color: #FFF;
    float: left;
    background-size: cover;
    background-position: center;
}

.POPUP .AUTORE {
    width: 200px;
    margin: 30px 0;
    font-weight: bold;
    font-size: 24px;
    float: left;
}

.POPUP .MESSAGE {
    width: 200px;
    float: left;
    font-size: 20px;
}

.AUTORE a {
    text-decoration: underline;
}

.DATAPUBBL {
    color: #FFF;
    font-size: 14px;
    margin: 0px 20px 0px 0px;
    line-height: 40px;
    padding: 0;
    float: left;
}

.FLAG {
    width: 50px;
    color: #FFF;
    font-size: 14px;
    margin: 0px;
    float: right;
    cursor: pointer;
}

.FLAG:HOVER,
.SHARE:HOVER {
    background-color: #492e26;
}

iframe {
    z-index: -10;
}

.space12up {
    margin-top: 12px;
}

.SHARE {
    width: 50px;
    position: relative;
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 0;
    float: right;
    cursor: pointer;
}

.SHARE_BOX {
    display: none;
    position: absolute;
    width: 50px;
    top: 40px;
    left: 0px;
}

.SHARE_BOX img {
    cursor: pointer;
}

#BARRA img {
    margin: 0;
    padding: 0;
    float: right;
}

.LOGIN_ADDCOMMENTO img {
    margin: 0;
    padding: 0;
    float: right;
}

#ABUSO {
    margin: 0;
    padding: 0;
    width: 50px;
    height: 40px;
    float: right;
}

#DATA_PUBBLICAZIONE {
    width: 80px;
    height: 40px;
    color: #FFF;
    font-size: 14px;
    line-height: 40px;
    float: right;
}

.FILTRI {
    border-right: 1px solid #FFF;
    float: left;
}

.CERCA {
    border-left: 1px solid #FFF;
    float: right;
}

#SEARCH {
    float: right;
    padding-right: 15px;
    display: none;
}

#SEARCH input {
    width: 140px;
    height: 20px;
    margin-top: 10px;
    background: none;
    color: #FFF;
    border: 0;
    outline: none;
}

.LOGIN {
    width: 70px;
    height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 100;
    float: right;
    display: none;
}

.RESTORE {
    width: 70px;
    height: 40px;
    border-left: 1px solid #FFF;
    text-align: center;
    color: #000;
    font-size: 11px;
    font-weight: 100;
    float: right;
    line-height: 11px;
}

.LOGGEDIN {
    display: none;
    height: 40px;
    text-align: center;
    padding: 0;
    border-left: 1px solid #FFF;
    color: #FFF;
    font-size: 14px;
    float: right;
    z-index: 9999;
    cursor: pointer;
}

.SALVA {
    min-width: 70px;
    float: right;
}

.ANNULLA {
    min-width: 70px;
    float: right;
    border-left: 1px solid #FFF;
    /*        background-color: #22130f; */
    background-color: #BBBBB;
}


/* Main */

#USERNAME {
    list-style: none;
    margin: 0;
    padding: 0;
}

.triangolino {
    position: absolute;
    background-image: url(../img/triangolino.png);
    background-size: 20px;
    background-position: right;
    background-repeat: no-repeat;
    top: 0;
    right: 5px;
    width: 30px;
    height: 40px;
    text-align: center;
}

#USERNAME li {
    min-width: 110px;
    padding: 0 10px;
    height: 40px;
    background-color: #AAAAAA;
    display: block;
    float: left;
    position: relative;
}

#USERNAME a {
    line-height: 40px;
    color: #FFF;
    text-decoration: none;
    margin-right: 5px;
}

#USERNAME li:hover > ul {
    display: block;
}


/* Sub-menu */

#USERNAME ul {
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99999;
}

#USERNAME ul li {
    right: 0px;
    min-width: 110px;
    float: right;
    display: block;
    height: 40px;
    line-height: 30px;
}

#USERNAME ul li:hover {
    background-color: #3498db;
}

#USERNAME ul li:last-child {
    background-color: #22130f;
    border-top: 1px solid #FFF;
}

#USERNAME ul li:last-child:hover {
    background-color: #382625;
}

.SIGNIN {
    width: 70px;
    height: 40px;
    text-align: center;
    border-left: 1px solid #FFF;
    color: #000;
    font-size: 14px;
    float: left;
}

.REGISTRATI {
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #FFF;
    /*        background-color: #22130f; */
    background-color: #666;
    color: #FFF;
    font-size: 14px;
    float: right;
}

button {
    height: 40px;
    margin: 0;
    padding: 0 10px;
    background-color: #CCCCCC;
    border-left: 1px solid #FFF;
    border: none;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    line-height: 38px;
}

button:focus {
    outline: none;
}

#LOGIN {
    width: 520px;
    height: 40px;
    float: right;
    display: block;
}

#INPUT {
    width: 150px;
    padding-left: 30px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

.PASSWORD {
    background-image: url(/img/password_input.png);
    background-repeat: no-repeat;
}

.USERNAME {
    background-image: url(/img/username_input.png);
    background-repeat: no-repeat;
}

.login {
    cursor: pointer;
}

#INPUT input {
    width: 140px;
    height: 20px;
    margin-top: 8px;
    background: none;
    color: #000;
    border: 0;
    outline: none;
}

#main {
    width: 100%;
    /*
    width: 9640px;
    */
    padding: 15px 10px 10px 10px;
    float: left;
}


/**
 * Grid container
 */

#tiles {
    font-family: 'Lato', sans-serif;
    list-style-type: none;
    position: relative;
    /** Needed to ensure items are laid out relative to this container **/
    margin: 0;
    float: left;
}

    #tiles img {
        /*width: 220px;*/
        width: 100%;
    }

#tiles li {
    width: 220px;
    background-image: linear-gradient(bottom, rgb(247, 247, 247) 0%, rgb(255, 255, 255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(247, 247, 247) 0%, rgb(255, 255, 255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(247, 247, 247) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(247, 247, 247) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(247, 247, 247) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(247, 247, 247)), color-stop(1, rgb(255, 255, 255)));
    display: none;
    /** Hide items initially to avoid a flicker effect **/
    cursor: pointer;
    padding-bottom: 40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#tiles li.inactive {
    opacity: 0;
    display: none;
}


/**
 * Some extra styles to randomize heights of grid items.
 */

#tiles ali:nth-child(3n) {
    height: 175px;
}

#tiles ali:nth-child(4n-3) {
    padding-bottom: 30px;
}

#tiles ali:nth-child(5n) {
    height: 250px;
}

nav {
    font-family: 'Lato', sans-serif;
}

#filters {
    width: 220px;
    text-align: left;
    list-style-position: inside;
}

#filters li {
    margin-left: -40px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
    float: left;
    cursor: pointer;
    width: 220px;
    height: 30px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

#filters li:hover {
    background: #666;
    color: #FFF;
}

#filters li.active {
    background: #AAAAAA;
    color: #ffffff;
}

#ARTICOLO .titolo {
    margin: 15px;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
}

#ARTICOLO .testo {
    margin: 0px 15px 15px 15px;
    padding: 0;
    font-size: 11px;
}

#INFO {
    /*width: 220px;*/
    width: 100%;
    height: 40px;
    background-color: #AAAAAA;
    position: absolute;
    bottom: 0;
    left: 0;
}

#NEW {
    background-color: rgb(231, 76, 60);
    color: white;
    padding: 4px;
}

#DATA {
    width: 85px;
    height: 40px;
    color: #000;
    font-size: 11px;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
    float: left;
}

#VIEW {
    width: 40px;
    height: 40px;
    background-image: url(/img/viewazzurro.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #000;
    font-size: 11px;
    line-height: 40px;
    float: right;
}

#LIKE {
    width: 40px;
    height: 40px;
    background-image: url(/img/cuorerosso.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #000;
    font-size: 11px;
    line-height: 40px;
    float: left;
}

#CORPO {
    width: 100%;
    /*   
    width: 700px;
    */
    float: left;
    font-size: 14px;
}

#VIDEO_BOX {
    width: 660px;
    height: 413px;
    background-color: #22130f;
    margin: 20px;
    float: left;
}

#PLAYER {
    position: relative;
    width: 660px;
    height: 413px;
    background-color: #22130f;
    margin: 20px;
    float: left;
}

#CONTROLLI {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 660px;
    height: 50px;
    background-color: #22130f;
    z-index: 888;
    opacity: 0;
    moz-opacity: 0;
}

#SLIDE {
    width: 260px;
    height: 395px;
    color: #FFF;
    background-color: #22130f;
    float: left;
}

.ACTUAL {
    background-color: #F7F7F7;
    margin: 0 10px 20px 20px;
}

.PROSSIMA {
    background-color: #d0d0d0;
    margin: 0 20px 20px 10px;
}

#DETTAGLI {
    position: relative;
    width: 260px;
    min-height: 800px;
    color: #FFF;
    background-color: #666;
    font-size: 12px;
    float: left;
}

#DETTAGLI p {
    padding: 0 0 10px 0;
}

.TITOLO_SEZIONE {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}

.ACTION_BUTTON {
    height: 40px;
    width: 170px !important;
    margin: 0;
    padding: 0 10px;
    background-color: #CCCCCC;
    border-left: 1px solid #FFF;
    border: none;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}


.ACTION {
    width: 220px;
    padding-left: 40px;
    margin-bottom: 15px;
    cursor: pointer;
}

.ACTION p {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 38px;
    color: black;
    font-family: 'Lato', sans-serif;
    margin: 0px;
}

.ACTION a {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 38px;
    color: black;
    font-family: 'Lato', sans-serif;
}

.ADD {
    background-image: url(/img/add.png);
    background-repeat: no-repeat;
    background-position: 10px 1px;
}

.NEW_MESSAGE {
    background-image: url(/img/new_message.png);
    background-repeat: no-repeat;
    background-position: 9px 10px;
}

.thumbMessage {
    width: 60px;
    height: 60px;
}

.LnkRefresh {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: black;
}

.messageInterfaceText {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: black;
}

.INBOX {
    background-image: url(/img/inbox.png);
    background-repeat: no-repeat;
    background-position: 9px 10px;
}

.SENT {
    background-image: url(/img/sent.png);
    background-repeat: no-repeat;
    background-position: 9px 10px;
}

.INVITE_USER_FRIENDSHIP {
    background-image: url(/img/sent.png);
    background-repeat: no-repeat;
    background-position: 9px 10px;
}

.SEND_A_DNP_MESSAGE {
    background-image: url(/img/new_message.png);
    background-repeat: no-repeat;
    background-position: 9px 10px;
}

.ERROR {
    background-image: url(/img/exclamation.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.VIDEO {
    background-image: url(/img/video_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

.REC {
    background-image: url(/img/rec_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
}

.START {
    background-image: url(/img/play_icon.png);
    background-repeat: no-repeat;
    background-position: 13px 10px;
}

.SHOW {
    background-image: url(/img/show_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 14px;
}

.HIDE {
    background-image: url(/img/hide_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 14px;
}

.NEXT_S {
    background-image: url(/img/next_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.SAVE {
    background-image: url(/img/save_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.GRABBER {
    background-image: url(../img/grabber_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 13px;
}

.INVITER {
    background-image: url(../img/inviter_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

.PROFILE_PIC {
    margin: 10px 0;
}

.PROFILE_PIC img {
    max-width: 220px;
}

.TITOLO {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}

.TESTO {
    margin: 10px 0px 0px 0px;
    padding: 0;
    font-size: 14px;
}

.LINK_PROFILO {
    margin: 15px 0;
    /*background-image: url(/img/arrow.png);*/
    background-image: url(/img/world.png);
    background-repeat: no-repeat;
    background-position: 4px;
    padding: 0 0 0 65px;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
}

.TWITTER_PROFILO {
    margin: 15px 0;
    /*background-image: url(/img/twitter_profilo.png);*/
    background-image: url(/img/tw.jpg);
    background-repeat: no-repeat;
    background-position: 4px;
    padding: 0 0 0 65px;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
}

.FACEBOOK_PROFILO {
    margin: 15px 0;
    /*background-image: url(/img/facebook_profilo.png);*/
    background-image: url(/img/fb.jpg);
    background-repeat: no-repeat;
    background-position: 4px;
    padding: 0 0 0 65px;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
}

.GPLUS_PROFILO {
    margin: 15px 0;
    /*background-image: url(/img/googleplus_profilo.png);*/
    background-image: url(/img/gp.jpg);
    background-repeat: no-repeat;
    background-position: 4px;
    padding: 0 0 0 65px;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
}

.LINKEDIN_PROFILO {
    margin: 15px 0;
    /*background-image: url(/img/linkedin_profilo.png);*/
    background-image: url(/img/li.jpg);
    background-repeat: no-repeat;
    background-position: 4px;
    padding: 0 0 0 65px;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
}

.PROFILE_NATION {
    margin: 15px 0 0 0;
    background-image: url(/img/earth.png);
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    font-size: 14px;
    font-weight: bold;
}

.PROFILE_MAIL {
    margin: 10px 0 0 -25px;
    /*
        background-image: url(/img/earth.png);
        background-repeat: no-repeat;
        */
    padding: 0 0 0 25px;
    font-size: 14px;
    font-weight: bold;
}

.PROFILE_PHONE {
    margin: 10px 0 0 -25px;
    /*
        background-image: url(/img/earth.png);
        background-repeat: no-repeat;
        */
    padding: 0 0 0 25px;
    font-size: 14px;
    font-weight: bold;
}

.FORM_SEZIONE {
    position: relative;
    width: 400px;
    padding: 15px;
    float: left;
}

.FORM_ITEM {
    margin-top: 10px;
    width: 240px;
    float: left;
}

.FORM_ITEM img {
    margin: 10px 10px 10px 0px;
    float: left;
    border: 0;
}

.social {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 14px;
    line-height: 60px;
}

.inactive {
    color: #999;
}

.FORM_AVATAR {
    margin-top: 10px;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 160px;
    height: 160px;
}

.FORM_PICTURE {
    width: 160px;
    height: 160px;
    background-image: url(/img/avatar_input.png);
    background-repeat: no-repeat;
    float: left;
}

.DIV_FORM_BANNER {
    width: 480px;
}

.FORM_BANNER {
    margin-top: 10px;
    position: absolute;
    top: 15px;
    /*right: 15px;*/
    width: 400px;
    height: 160px;
}

.FORM_BANNER p {
    margin: 0px 15px 0px 15px;
    font-size: 14px;
    color: #333;
}

.FORM_BANNER_PICTURE {
    width: 680px;
    height: 160px;
    background-image: url(/img/banner_input.png);
    background-repeat: repeat;
    float: left;
    /*background-position: center center;*/
    background-size: cover;
    display: inline-block;
}

.DIV_FORM_WHITELABEL {
    width: 480px;
}

.FORM_WHITELABEL {
    margin-top: 10px;
    /*position: absolute;*/
    top: 15px;
    right: 15px;
    width: 400px;
    height: 160px;
}

.FORM_WHITELABEL p {
    margin: 0px 15px 0px 15px;
    font-size: 14px;
    color: #333;
}

.FORM_WHITELABEL_PICTURE {
    width: 270px;
    height: 80px;
    background-image: url(/img/banner_input.png);
    background-repeat: repeat;
    float: left;
    /*background-position: center center;*/
    background-size: cover;
    display: inline-block;
}

.FORM_LABEL {
    width: 240px;
    /*height: 20px;*/
    float: left;
}

.FORM_LABEL p {
    margin: 0px 15px 0px 15px;
    font-size: 14px;
    color: #333;
}

.FORM_INPUT {
    width: 242px;
    height: 40px;
    margin-right: 20px;
    float: left;
}

#FORM_TEXTAREA {
    margin-left: 5px;
    margin-bottom: 10px;
    width: 290px;
    height: 130px;
    /* input: */
    background: #F7F7F7;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    float: left;
}

#FORM_INPUT_BIO textarea {
    margin-left: 5px;
    margin-bottom: 10px;
    width: 590px;
    height: 130px;
    border: 1px solid #DDD;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    float: left;
}

textarea {
    width: 270px;
    height: 110px;
    padding: 10px;
    background: transparent;
    border: none;
    -moz-appearance: none;
    outline: 0px none transparent;
}

.FORM_INPUT input {
    /*width: 205px;*/
    height: 28px;
    padding: 0 10px;
    margin: 6px;
    background: #F7F7F7;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    color: #666;
    outline: none;
}

.FORM_INPUT select {
    /*padding: 10px;*/
    width: 100%;
    height: 30px;
    margin: 6px;
    background: #F7F7F7;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    color: #666;
    outline: none;
}

.SOCIAL {
    margin-top: 10px;
}

#SOPRA {
    width: 100%;
    /*height: 395px;
    width: 960px;
        */
    float: left;
}

#SOTTO {
    width: 100%;
    /*height: 395px;
    width: 960px;*/
    min-height: 110px;
    float: left;
}

#VIDEO {
    position: relative;
    width: 700px;
    height: 395px;
    float: left;
}

#VIDEO_OVERLAY {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/img/video_overlay.png);
    width: 700px;
    height: 395px;
    display: none;
    cursor: pointer;
    z-index: 800;
}

#CONTROLLI button {
    height: 40px;
    margin: 0;
    padding: 0;
    background-color: #22130f;
    border-left: 1px solid #FFF;
    border: none;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
}

#PLAY {
    width: 50px;
    height: 50px;
    float: left;
}

#DURATION {
    width: 55px;
    height: 50px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    color: #99a1ae;
    font-size: 12px;
    line-height: 50px;
}

#SEEK {
    position: relative;
    width: 350px;
    height: 50px;
    float: left;
}

#seek-bar-red {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 350px;
    margin-top: 22px;
    -webkit-appearance: none !important;
    background: none;
    z-index: 30;
    outline: none;
}

#FAKE_SEEK {
    background: #28292b;
    height: 6px;
    width: 350px;
    margin-top: 22px;
    z-index: 20;
    outline: none;
}

#FAKE_CURRENT {
    position: absolute;
    top: 0;
    left: 0;
    background: #AAAAAA;
    height: 6px;
    width: 1px;
    margin-top: 22px;
    z-index: 25;
    outline: none;
}

#BUFFER {
    position: absolute;
    top: 0;
    left: 0;
    background: #343537;
    height: 6px;
    width: 1px;
    margin-top: 22px;
    z-index: 23;
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background: none;
    width: 2px;
    height: 7px;
    outline: none;
}

#seek-bar::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background: none;
    outline: none;
}

#CURRENT {
    width: 55px;
    height: 50px;
    float: left;
    color: #99a1ae;
    font-size: 12px;
    line-height: 50px;
}

#MUTE {
    width: 30px;
    height: 50px;
    float: left;
}

#VOLUME {
    position: relative;
    width: 36px;
    margin-left: 7px;
    margin-right: 7px;
    height: 50px;
    float: left;
}

#volume-bar-red {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 36px;
    margin-top: 22px;
    -webkit-appearance: none !important;
    background: none;
    z-index: 30;
}

#FAKE_VOLUME_SEEK {
    background: #28292b;
    height: 8px;
    width: 36px;
    margin-top: 21px;
    z-index: 20;
}

#FAKE_VOLUME_CURRENT {
    position: absolute;
    top: 0;
    left: 0;
    background: #AAAAAA;
    height: 8px;
    width: 36px;
    margin-top: 21px;
    z-index: 25;
}

#GRIGLIA_VOLUME {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/img/griglia_volume.png);
    background-repeat: repeat-x;
    height: 8px;
    width: 36px;
    margin-top: 21px;
    z-index: 28;
}

#FULL {
    width: 30px;
    height: 50px;
    margin-left: 10px;
    float: left;
}

#COMMENTI {
    width: 700px;
    z-index: 999;
    float: left;
}

#COMMENTO {
    position: relative;
    width: 670px;
    height: 79px;
    padding: 15px;
    border-bottom: 1px solid #bab6b4;
    background-color: #FCFCFC;
    float: left;
}

.ADDCOMMENTO {
    position: relative;
    width: 670px;
    height: 150px;
    padding: 15px;
    border-bottom: 1px solid #bab6b4;
    background-color: #FCFCFC;
    float: left;
}

.ADDCOMMENTO textarea {
    width: 590px;
    padding: 10px;
    border: 1px solid #DDD;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    float: right;
}

.ADDCOMMENTO button {
    margin-top: 10px;
    font-size: 12px;
    height: 30px;
}

#COMMENTO_AVATAR {
    width: 60px;
    height: 60px;
    margin: 0px 15px 29px 0px;
    float: left;
}

#COMMENTO_AVATAR img {
    width: 60px;
    height: 60px;
}

#COMMENTO #AUTORE {
    width: 300px;
    height: 25px;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}

#COMMENTO #AUTORE a {
    color: black;
}

#COMMENTO #TESTO {
    width: 580px;
    height: 20px;
    max-height: 50px;
    font-size: 12px;
    float: left;
    line-height: 20px;
}

#COMMENTO #DATA {
    width: 170px;
    height: 25px;
    text-align: left;
    margin-top: 5px;
    float: left;
    font-size: 12px;
    color: #707884;
    line-height: 20px;
}

#COMMENTO #LIKE {
    position: absolute;
    bottom: 12px;
    right: 55px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    padding-left: 22px;
    font-size: 12px;
    color: #333;
    background-image: url(/img/cuore_rosso.png);
    background-repeat: no-repeat;
}

#COMMENTO #DISLIKE {
    position: absolute;
    bottom: 12px;
    right: 5px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    padding-left: 22px;
    font-size: 12px;
    color: #333;
    background-image: url(/img/cuore_spezzato.png);
    background-repeat: no-repeat;
}

#SLIDE {
    width: 260px;
    height: 395px;
    float: left;
}

#SLIDE img {
    margin: 10px 0px 10px 0px;
}

#SPOTS {
    width: 300px;
    float: right;
    /*
    float: left;
    width: 260px;
    */
    background-color: #e1e6e2;
}

#SPOT {
    position: relative;
    width: 260px;
    height: 80px;
    padding: 10px;
    float: left;
    margin-bottom: 8px;
}

#SPOT img {
    width: 90px;
    height: 90px;
    float: left;
}

#SPOT #TESTO {
    width: 150px;
    height: 80px;
    margin-left: 10px;
    max-height: 80px;
    /*font-size: 12px;*/
    color: #333;
    float: left;
    text-align: left;
    vertical-align: bottom;
}

#SPOT #TESTO .TITOLO_SPOT {
    height: 20px;
    width: 150px;
    font-weight: bold;
    line-height: 16px;
    /*letter-spacing: -1px;*/
    font-size: 14px;
    float: left;
}

#SPOT #TESTO .TESTO_SPOT {
    height: 80px;
    width: 150px;
    line-height: 14px;
    /*letter-spacing: -1px;*/
    font-size: 13px;
    float: left;
}

#CAST {
    width: 700px;
    height: 140px;
    background-color: #FCFCFC;
    float: left;
}

#CAST_VIDEO {
    width: 200px;
    height: 110px;
    float: left;
}

#CAST_DETTAGLIO {
    width: 500px;
    height: 110px;
    float: left;
}

#CAST_DETTAGLIO .titolo {
    margin: 15px;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
}

#CAST_DETTAGLIO .dettaglio {
    margin: 15px;
    padding: 0;
    font-size: 12px;
}

#CAST_GESTIONE {
    width: 200px;
    height: 30px;
    float: left;
}

#CAST button {
    width: 40px;
    height: 30px;
    float: left;
}

.LOCK {
    background-color: #f39c12;
    background-image: url(/img/locked.png);
    background-position: center;
    background-repeat: no-repeat;
}

.PROPERTY {
    background-color: #16a085;
    background-image: url(/img/property.png);
    background-position: center;
    background-repeat: no-repeat;
}

.EDIT {
    background-color: #34495e;
    background-image: url(/img/edit.png);
    background-position: center;
    background-repeat: no-repeat;
}

.N_SLIDE {
    background-color: #8e44ad;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
}

.DELETE {
    background-color: #AAAAAA;
    background-image: url(/img/delete.png);
    background-position: center;
    background-repeat: no-repeat;
}

.CERCHIO {
    width: 20px;
    height: 20px;
    margin-left: -1px;
    border-radius: 20px;
    border: 1px solid #FFF;
}

#CAST_BARRA {
    position: relative;
    width: 500px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    font-size: 12px;
    background-color: #22130f;
    float: left;
}

#CAST_BARRA p {
    font-size: 12px;
    margin: 0px 15px 0px 15px;
}

#CAST_BARRA #VIEWS {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/img/view.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 30px;
    height: 30px;
}

label {
    font-size: 14px;
    margin-left: 10px;
}

.SI {
    position: absolute;
    bottom: 15px;
    left: 60px;
    width: 60px;
    background-color: #AAAAAA;
    color: #FFF;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.NO {
    position: absolute;
    bottom: 15px;
    right: 60px;
    width: 60px;
    height: 30px;
    background-color: #22130f;
    color: #FFF;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.PEOPLE {
    position: absolute;
    bottom: 15px;
    left: 40px;
    width: 90px;
    background-color: #AAAAAA;
    color: #FFF;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.RESTORE_BUTTON {
    left: 40px;
    width: 90px;
    background-color: #AAAAAA;
    color: #FFF;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.CONTENT {
    position: absolute;
    bottom: 15px;
    right: 40px;
    width: 90px;
    height: 30px;
    background-color: #22130f;
    color: #FFF;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

#COLORI {
    margin: 17px 17px;
    float: left;
}

.COLORE {
    width: 48px;
    height: 48px;
    background-color: #999;
    margin: 12px;
    cursor: pointer;
    float: left;
}

.VERDE_S_small {
    background-color: #16A085;
    border: 1px solid #21b498;
    height: 40px;
    width: 180px;
}

.VERDE_S {
    background-color: #16A085;
    border: 1px solid #21b498;
}

.VERDE_C {
    background-color: #27AE60;
    border: 1px solid #32c670;
}

.AZZURRO {
    background-color: #2980B9;
    border: 1px solid #3f98d3;
}

.VIOLA {
    background-color: #8E44AD;
    border: 1px solid #a351c6;
}

.ROSSO {
    background-color: #E74C3C;
    border: 1px solid #ef695b;
}

.MARRONE {
    background-color: #22130f;
    border: 1px solid #4e342f;
}

.MARRONE_C {
    background-color: #4e342f;
    border: 1px solid #22130f;
}

.ARANCIONE {
    background-color: #E67E22;
    border: 1px solid #ef9345;
}

.ARANCIONE_small {
    background-color: #E67E22;
    border: 1px solid #ef9345;
    height: 40px;
    width: 180px;
}

.GIALLO {
    background-color: #FFB600;
    border: 1px solid #E2A100;
}

.GIALLO_small {
    background-color: #FFB600;
    border: 1px solid #E2A100;
    height: 40px;
    width: 180px;
}

.NAVY {
    background-color: #2C3E50;
    border: 1px solid #445d76;
}

.GRIGIO {
    background-color: #95A5A6;
    border: 1px solid #aab5b5;
}

.BIANCO {
    background-color: #F7F7F7;
    border: 1px solid #fff;
}

#SLIDES {
    padding: 10px;
    float: left;
}

.SLIDE_ITEM {
    width: 200px;
    height: 200px;
    background-color: #F7F7F7;
    margin: 13px;
    float: left;
}

.ANTEPRIMA {
    width: 180px;
    padding: 10px;
    height: 106px;
    background-color: #F7F7F7;
    float: left;
}

.SLIDE_ITEM .STRUMENTI {
    width: 100%;
    height: 40px;
    float: left;
}

.SLIDE_ITEM .INFO {
    width: 100%;
    height: 40px;
    background-color: #22130f;
    float: left;
}

.INFO .NOME {
    margin-left: 20px;
    font-size: 13px;
    color: #FFF;
}

.SLIDE_ITEM .BUTTON {
    width: 40px;
    height: 40px;
    background-color: #27AE60;
    cursor: pointer;
    float: left;
}

.PREV {
    background-image: url(/img/prev_btn.png);
}

.NEXT {
    background-image: url(/img/next_btn.png);
}

.LOOK {
    background-image: url(/img/look_btn.png);
}

.EDIT {
    background-image: url(/img/edit_btn.png);
}

.DELETE {
    background-image: url(/img/delete_btn.png);
}

.HELP {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
}

.HELP .TESTO {
    font-size: 14px;
}

.HELP img {
    margin: 10px 20px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.HELP .SPIEGA {
    margin: 0;
}

.SEARCH_ITEM {
    width: 100%;
    height: 140px;
    background-color: #F7F7F7;
    float: left;
}

.SEARCH_IMG {
    width: 140px;
    height: 140px;
    float: left;
}

.SEARCH_DESCRIPTION {
    position: relative;
    width: 560px;
    height: 90px;
    padding-bottom: 50px;
    font-size: 12px;
    float: left;
}

.SEARCH_DESCRIPTION p {
    padding: 0 20px;
}

p.titolo {
    font-weight: bold;
    font-size: 13px;
    margin: 10px 0;
}

.SEARCH_DETAILS {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    background-color: #22130f;
}

.SEARCH_DETAILS p {
    margin: 0;
    padding: 0;
    float: left;
}

.SEARCH_DETAILS img {
    margin: 7px 10px 7px 20px;
    float: left;
}


/*    TABELLA   */


/* table {
        margin: 0;
        padding: 0;
}
thead {
        background-color: #624A46;
        color: #FFF;
}
tr, th {
        height: 40px;
        cursor: pointer;
}
th {
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        padding-left: 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        margin: 0;
}
td {
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        padding-left: 10px;
        border-right: 1px solid #ccc;
        margin: 0;
} 
thead tr:hover {
        background-color: #624A46;
}
tr:hover {
        background-color: #c4c4c4;
}
tr:nth-child(even) {
        background-color: #D8D8D8;
}
tr:nth-child(even):hover {
        background-color: #c4c4c4;
}*/

.PREVIEW {
    position: relative;
    float: left;
}

.preview {
    position: absolute;
    bottom: 100px;
    right: 30px;
    width: 160px;
    height: 60px;
}

.preview .img {
    width: 60px;
    height: 60px;
    background-color: #F00;
    float: left;
}

.preview .titolo {
    margin: 5px;
    ;
    padding: 0;
    width: 90px;
    font-size: 8px;
    font-weight: bold;
    float: left;
}

.preview .testo {
    margin: 0 5px;
    padding: 0;
    width: 90px;
    font-size: 8px;
    float: left;
}

.nopadding {
    padding: 0;
}

.USERLIST input[type=checkbox] {
    display: none;
}

.USERLIST input[type='checkbox'] + label {
    margin: 0;
    padding: 0 0 0 24px;
    cursor: pointer;
    background: url('../img/checkbox_input.png') -8px -6px no-repeat;
}

.USERLIST input[type='checkbox']:checked + label {
    background: url('../img/checkbox_input.png') -8px -36px no-repeat;
}

.USERLIST input[type='checkbox'].allcheckboxes + label {
    margin: 0 0 0 8px;
    padding: 0 0 0 24px;
    cursor: pointer;
    background: url('../img/checkbox_input.png') -8px -6px no-repeat;
}

.USERLIST input[type='checkbox'].allcheckboxes:checked + label {
    background: url('../img/checkbox_input.png') -8px -36px no-repeat;
}

textarea {
    padding: 0 10px;
}

.rgAdvPart {
    display: none;
}

.ADV_NOTES_LINK {
    color: #FFF;
    text-decoration: underline;
    float: right;
    width: 260px;
    margin-right: -6px;
}

.ADV_BY {
    font-size: 14px;
    margin-left: 6px;
}
