
@import "https://fonts.googleapis.com/css?family=Titillium+Web:400,200,300";
:focus {
    outline: medium none;
}
*::-moz-focus-inner {
    border: 0 none;
}
html {
    font-family: "Titillium Web",sans-serif;
    font-size: 1em;
    height: auto;
    overflow: auto;
    text-rendering: optimizelegibility;
    width: auto;
}
body {
    background: #ffffff none repeat scroll 0 0;
    color: #585858;
    margin: 0;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    text-align: center;
}
html.aperto, body.aperto {
    overflow: hidden;
}
:hover {
    transition: all 400ms ease-in-out 0s;
}
a:link, a:visited {
    color: #007dff;
    font-weight: normal;
    outline: medium none;
    text-decoration: none;
    transition: all 400ms ease-in-out 0s;
}
a:hover {
    color: #0057b3;
    text-decoration: none;
}
div:hover, div, span:hover, span {
    transition: all 400ms ease-in-out 0s;
}
p {
    color: #222;
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    text-rendering: optimizelegibility;
}
h1, h2, h3, h4, h5 {
    color: #fff;
    font-family: "Titillium Web",sans-serif;
    font-style: normal;
    font-weight: 300;
}
h1 {
    font-size: 3.5em;
    text-transform: uppercase;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.1em;
}
h5 {
    font-size: 1.4em;
}
h6 {
    font-size: 1em;
}
ul {
    line-height: 25px;
    text-align: left;
}
li {
    color: #fff;
}
hr {
    background: #ddd none repeat scroll 0 0;
    border: 0 none;
    color: #eee;
    height: 1px;
    width: 75%;
}
button {
    background: #171818 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-transform: uppercase;
}
button:hover, button:focus {
    background: #fff none repeat scroll 0 0;
    color: #000;
}
button, input, textarea {
    outline: medium none !important;
}
div:hover, span:hover, button, button:hover, input {
    transition: all 400ms ease-in-out 0s;
}
#header {
    align-items: center;
    background-color: transparent;
    background-position: right center;
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
}
#desktop {
    background: transparent none repeat scroll 0 0;
    position: relative;
}
.pagina {
    background-color: #fafafa;
}
input.text {
    background: #eaeaea none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    font-family: "Titillium Web",sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    padding: 0.5em 0.7em;
    width: 98%;
}
textarea {
    background: #eaeaea none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    font-family: "Titillium Web",sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    min-height: 170px;
    padding: 0.5em 0.7em;
    width: 98%;
}
input.button {
    background: #111 none repeat scroll 0 0;
    border: 1px solid #04263f;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-size: 1.3em;
    padding: 23px;
    width: 98%;
}
#risposta p {
    color: #444444;
}
.sezione {
    background: #fafafa none repeat scroll 0 0;
    margin: auto;
    overflow: hidden;
    padding: 30px 12px;
    width: 1000px;
}
#menu {
    z-index: 100;
}
#menu a {
    color: #999;
}
#menub {
    background-image: url("img/menuBott.png");
    background-position: 0 0;
    background-size: 64px auto;
    bottom: 40px;
    cursor: pointer;
    height: 32px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 32px;
    z-index: 999;
}
#menub.chiudi {
    background-position: -32px 32px;
    z-index: 999;
}
#menub.scroll {
    background-position: 0 -32px;
}
#cellemenu {
    align-items: center;
    background: rgba(255, 255, 255, 0.97) none repeat scroll 0 0;
    border-left: 1px solid #222;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    padding: 20px 10px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(150%);
    transition: transform 0.5s ease 0s;
    z-index: 100;
}
#cellemenu.aperta {
    transform: translateY(0%);
}
.cella_menu {
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 4px;
    line-height: 34px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
}
.cella_menu_active {
    color: orange;
    cursor: pointer;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 45px;
    padding: 0 15px;
    text-transform: uppercase;
}
#headerl {
    background: rgba(0, 0, 0, 0) url("headerl.png") no-repeat scroll 0 0 / cover ;
    height: 90px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 20px;
    width: 120px;
    z-index: 99;
}
#headerlb {
    background: rgba(0, 0, 0, 0) url("headerlb.png") no-repeat scroll 0 0 / cover ;
    height: 110px;
    left: 0;
    position: absolute;
    width: 300px;
}
#titoli_home {
    color: #fff;
    margin: auto;
    max-width: 900px;
    text-align: center;
    width: 70%;
}
blockquote {
    border-left: 8px solid #000;
    margin: 60px 35px;
    padding-left: 26px;
    text-align: justify;
}
span.big {
    font-size: 38px;
}
span.normal {
    font-size: 22px;
}
span.orange {
    color: orange;
}
#backgroundFixed {
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 0;
}
#backgroundFixed.home {
    background-image: url("img/sfondo.jpg");
}
#backgroundFixed.international {
    background-image: url("img/carta.jpg");
    opacity: 0.3;
}
#backgroundFixed.contatti {
    background-image: url("img/barca.jpg");
}
#backgroundFixed.servizi {
    background-image: url("img/barca2.jpg");
    opacity: 0.2;
}
#backgroundFixed.notizie {
    background-image: url("img/barca2.jpg");
    opacity: 0.2;
}
#benvenuti {
    height: 50px;
    margin: auto;
    padding: 0;
    text-align: center;
}
#benvenuti h1 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}
#testo {
    color: #fff;
    margin: auto;
    overflow: auto;
    padding-bottom: 110px;
    padding-top: 150px;
    width: 80%;
    z-index: 98;
}
.tab2 {
    margin: auto;
    overflow: hidden;
    width: 100%;
}
.cel2 {
    box-sizing: border-box;
    padding: 5px;
}
.tab3 {
    margin: auto;
    overflow: hidden;
    width: 100%;
}
.cel3 {
    box-sizing: border-box;
    padding: 10px;
}
#logoColor {
    background-image: url("img/headerlColor.png");
    background-position: center center;
    background-size: 120px auto;
    height: 90px;
    left: 0;
    margin: auto auto 40px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 120px;
}
body.dark {
    color: #000;
}
body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark p, body.dark li {
    color: #333 !important;
}
body.dark #menub {
    background-position: 0 32px;
}
body.dark #headerl {
    background-image: url("img/headerlColor.png") !important;
}
body.dark #menub.chiudi {
    background-position: -32px 32px;
    z-index: 999;
}
.sfera {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 25px;
    margin: 20px auto;
    padding: 15px;
    width: auto;
}
img.persona {
    border-radius: 50%;
    width: 130px;
}
body.blog {
    color: #000;
}
body.blog h1, body.blog h2, body.blog h3, body.blog h4, body.blog h5, body.blog p, body.blog li {
    color: #333 !important;
}
body.blog #menub {
    background-position: 0 32px;
    left: auto;
    margin: 5px;
    right: 15px;
    top: 20px;
}
body.blog #headerl {
    background-image: url("img/headerlColor.png") !important;
    background-size: 115px auto;
    height: 100px;
    left: 0;
    margin-left: 10px;
    top: 5px;
    width: 120px;
}
body.blog #menub.chiudi {
    background-position: -32px 32px;
    z-index: 999;
}
body.blog {
    text-align: left;
}
p.data {
    color: #777;
    font-size: 12px;
}
