/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700|Roboto+Condensed');

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?hl0idt');
	src:url('../fonts/icomoon.eot?#iefixhl0idt') format('embedded-opentype'),
		url('../fonts/icomoon.woff?hl0idt') format('woff'),
		url('../fonts/icomoon.ttf?hl0idt') format('truetype'),
		url('../fonts/icomoon.svg?hl0idt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/roboto/Roboto-Light.eot') format('embedded-opentype'),
  url('../fonts/roboto/Roboto-Light.woff') format('woff'),
  url('../fonts/roboto/Roboto-Light.ttf') format('truetype'),
  url('../fonts/roboto/Roboto-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/roboto/Roboto-Bold.eot') format('embedded-opentype'),
  url('../fonts/roboto/Roboto-Bold.woff') format('woff'),
  url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'),
  url('../fonts/roboto/Roboto-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas';
  src: url('../fonts/bebas/Bebas.eot') format('embedded-opentype'),
  url('../fonts/bebas/Bebas.woff') format('woff'),
  url('../fonts/bebas/Bebas.ttf') format('truetype'),
  url('../fonts/bebas/Bebas.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}


html {
    font-family: "Bebas", sans-serif;
    font-size: 12px;
    color:#666666;
}  


/* link */
a {
    text-decoration: none;

    color:dimgray;

}

/*form*/
input[type="text"],input[type="password"],input[type="date"],input[type="file"], input[type="email"], textarea, select{
        background-color: #FFF;
        color:#333;
        margin: 0 0 5px 0;
		font-family: "Raleway ExtraLight";
		font-size:1.5rem; 
        }

textarea.materialize-textarea {
        background-color: #FFF;
        color:#333;
		font-family: "Raleway bold";
		font-size:1.5rem; 
        }

label {
	font-family: "Raleway:400";
    font-size: 1.0rem;
    color: #9e9e9e;
}

.parallax-container {
  height: 500px;
}

        
.titolo1 {
    font-size: 18px;
    font-family: "Roboto-Light";
    color: #2F3D4B;
}

.titolo2 {
    font-size: 18px;
    font-family: "Roboto-Bold";
    color: #2F3D4B;
}

/* Professionalità – Esperienza – Competenza*/
.text1 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
}

.titolo1_chisiamo {
    font-size: 14px;
    font-family: "Roboto-Light";
    color: #FFF;
}
.titolo2_chisiamo {
    font-size: 24px;
    font-family: "Roboto-Bold";
    color: #FFF;
}
.titolo3_chisiamo {
    font-size: 18px;
    font-family: "Roboto-Light";
    color: #666;
    
}
.titolo4_chisiamo {
    font-size: 18px;
    font-family: "Roboto-Light";
    color: #666;
    text-align: left;
    
}
.menu1_chisiamo {
    font-size: 18px;
}

.gallery_descrizione {
    font-size: 12px;
    font-family: "Roboto-Light";
    color: #666;
    text-align: left;
    
}

.btn, .btn-large {
background-color: rgba(0, 0, 0, 0.50);
}

.btn:hover, .btn-large:hover {
 background-color: #F3B02C;
}

[type="checkbox"]:checked + label:before {
  border-right: 2px solid #ffbc26;
  border-bottom: 2px solid #ffbc26;

}

/* footer elimino spazio */
footer.page-footer {
    margin-top: -3px;
}

/*impaginazione*/
.pagination li.active {
    background-color: #cecece;
}