﻿html {
    color: #302726;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*
input,
select,
textarea {
    max-width: 280px;
}
    */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

#content-home {
    min-height:800px;
}

.form-signin {
    max-width:300px;
    margin:auto;
}

.subtitle {
    font-size:12px;
}

.col.grid-header {
    border: 1px solid #eee;
    margin: 7px 0;
    margin-left: 0px;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    background-color: #00bcd4;
    color: #ffffff;
    padding: 0;
}
.col.grid-header.grid-header-lng {
    background-color: #705D50;
    line-height: 40px;
    font-size: 20px;
}
.col.grid-header.grid-header-it {
    background-color: #C1A18B;
    line-height: 40px;
    font-size: 20px;
}

.light-blue.lighten-1 {
    background-color: #302726 !important;
    color: #705D50 !important;
}

nav ul li.active {
    background-color: rgba(150,150,150,0.3);
}
nav ul a:hover {
    background-color: rgba(150,150,150,0.2);
}

.hidden {
    display:none;
}

.item_hidden .item_hidden_opacity {
    opacity: 0.5;
}
.item_hidden .item_hidden_none {
    display: none;
}
.item_hidden .item_hidden_visible {
    display:inline-block;
}

.lista-item:nth-child(1) .lista-ordinata-up {
    visibility: hidden;
}
.lista-item:last-child .lista-ordinata-down {
    visibility: hidden;
}

.lista-item video {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.brand-logo img {
    width:90px;
    vertical-align:middle;
}
.footer-logo {
    width: 180px;
    vertical-align: middle;
}

a.linkselected {
    font-weight:bold;
}

.sub-evento {
    padding-bottom: 15px;
    border-bottom: solid 1px #e8e8e8;
}

/*TABS*/
.tabs .tab a {
    color: rgba(38, 166, 154, 0.7);
    /*Custom Text Color*/
}

    .tabs .tab a:hover, .tabs .tab a.active {
        color: #26a69a;
        /*Custom Color On Hover*/
    }

    .tabs .tab a:focus.active {
        color: #26a69a;
        /*Custom Text Color While Active*/
        background-color: rgba(38, 166, 154, 0.2);
        /*Custom Background Color While Active*/
    }

.tabs .indicator {
    background-color: #26a69a;
    /*Custom Color Of Indicator*/
}

