﻿a {
    text-decoration: none;
}

section {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}


/*TITOLI NEI BOX COLORATI*/
h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 50px 0 30px 0;
    margin: 0;
    color: #292865;
}

/*TITOLI NEI BOX NEWS*/
h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: #000;
}

/*FRASI RELATORI*/
h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #808080;
}

h6 {
    margin: 0;
    padding: 0;
}

p {
    line-height: 35px;
}

    p a {
        color: #c49844;
    }

ul li a {
    font-family: 'FontAwesome';
}

.BgGrey {
    background-color: rgba(0,0,0,0.050);
    padding: 10px 20px;
    background-image: url(Images/Pages/RivistaBG.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 400px;
    margin-top: 30px;
    font-style: italic;
}

input[type="text"] {
    background-color: #fff;
    border: 1px solid #ede8dd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    width: 82%;
    padding: 10px 5px;
    color: #555;
    margin: 0 0 10px 0;
    vertical-align: middle;
    box-shadow: 1px 1px 5px #ede8dd;
    float: right;
}


textarea {
    background-color: #fff;
    border: 1px solid #ede8dd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    display: block;
    width: 82%;
    padding: 5px;
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
    color: #555;
    vertical-align: middle;
    box-shadow: 1px 1px 5px #ede8dd;
    float: right;
}

.Contacts span {
    padding: 0;
    text-transform: uppercase;
    line-height: 45px;
    float: left;
    width: 100px;
}

.Contacts input[type="text"],
.Contacts textarea {
    float: left;
    width: calc(100% - 100px);
}
