/* inserisce margine sopra al logo 
.uk-container-center {
    margin-bottom: -65px;
}
*/

/* Riduce bordo dei box */
.uk-panel-box {
    padding: 15px;
}

/* Elimina barra rossa sotto menu */
.border-bg {
    height: 0px;
}

/* Diminuisce altezza Menu e riduce spaziatura superiore e inferiore */
.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    height: 50px;
}

.uk-navbar-nav > li > a {
    height: 50px;
    line-height: 50px;
}

.tm-toolbar, .tm-headerbar, .tm-navbar, .tm-footer {
    /*margin-bottom: 25px;*/
  	margin-top: -30px;
}

/* Diminuisce grandezza titoli */
.uk-panel-title {
    font-size: 21px;
}

/* Elimina il testo rosso per caratteri Italic */
em {
    color: inherit;
}

/* Diminuisce distanza tra componenti login (USER, PASSWORD, PULSANTE) */
.uk-form-row + .uk-form-row {
    margin-top: 8px;
}

/* INIZIO GESTIONE SIDEBAR SINISTRA */

/* Riduzione Font eventi */
.jevbootstrap .mod_events_latest_date, .jevbootstrap .mod_events_latest_content {
    font-size: 12px;
}

/* Diminuisco padding */
#jp-left .inner {
    padding: 10px 15px;
}

/* Centro il testo della data */
.mod_datetime {
    text-align: center;
}

/* FINE GESTIONE SIDEBAR SINISTRA */

/*INIZIO GESTIONE COMPONENTE SLIDESHOW K2 */

.sp-k2-featured-slider a.readmore {
    font-weight: 900;
    font-size: 18px;
}

.sp-k2-featured-slider .item-title {
    color: #FFFFFF;
}

/*FINE GESTIONE COMPONENTE SLIDESHOW K2 */

/*INIZIO GESTIONE TEMA COMPONENTE SCLOGIN */

.sclogin-joomla-login.vertical input#sclogin-username.input-block-level, .sclogin-joomla-login.vertical input#sclogin-passwd.input-block-level {
    width: 100% !important;
    height: 32px !important;
}

.sourcecoast .input-append input, .sourcecoast .input-append select, .sourcecoast .input-append .uneditable-input {
    border-radius: 4px 4px 4px 4px;
}

.sourcecoast .input-append, .sourcecoast .input-prepend {
    margin-bottom: 0px;
}

.sourcecoast .btn-primary {
    background-color: #B70000;
}

.sourcecoast .btn-primary:hover {
    background-color: #BE1A1A;
}

.sourcecoast .btn {
    padding: 5px 22px;
}

.sourcecoast form {
    margin: 0 0 0px;
}

.sourcecoast label {
    margin-bottom: -20px;
}

/*FINE GESTIONE TEMA COMPONENTE SCLOGIN */

/* Rimozione sfondo nero su Media K2 */
div.catItemVideoBlock {
    background: none;
}