* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
html, body {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif
    }
h1, h2, .nav-link, .playlist-btn {
    font-family: "Source Sans Pro", sans-serif
    }
h1 {
    font-size: 48px
    }
h1, h2, h3, p {
    margin: 0 0 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #000
    }
p {
    line-height: 1.4
    }
a {
    color: #fff;
    font-style: none;
    text-shadow: 1px 1px 1px #000
    }
blockquote {
    background: #fff;
    margin: 0 0 20px;
    padding: 5px 20px
    }
pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    }
.boxmenu {
    position: fixed;
    top: 20px;
    left: 185px;
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%
    }
.box {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px
    }
.box2 {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%
    }
.box-nomi {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 0
    }
.box_prenota {
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #FFF;
    text-decoration: none;
    background-color: #000;
    border: 3px double #580006;
    height: 35px;
    width: 180px;
    border-radius: 10px
    }
.nav {
    position: fixed;
    top: 50px;
    left: 20px;
    z-index: 999999;
    width: 150px;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s
    }
.nav2 {
    position: fixed;
    top: 125px;
    left: 20px;
    z-index: 999999;
    width: 150px;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s
    }
.nav3 {
    position: fixed;
    top: 365px;
    left: 20px;
    z-index: 999999;
    width: 150px;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s
    }
.nav4 {
    top: 150px;
    left: 20px;
    z-index: 999999;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s
    }
.nav-nomi {
    top: 10px;
    left: 10px;
    z-index: 999999;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s
    }
.credit {
    margin: 20px 0
    }
.download-links {
    margin-top: 20px
    }
.download {
    margin-left: 10px;
    padding: 5px 10px;
    color: #fff;
    background: #111;
    border-radius: 5px;
    display: inline
    }
.video-list {
    list-style: none;
    margin: 0 0 -10px;
    padding: 0;
    text-align: center
    }
.video-list li {
    margin-bottom: 10px
    }
.video-list .playlist-btn {
    display: block;
    width: 100%
    }
.main {
    position: relative;
    min-width: 300px;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    margin-top: 115px;
    margin-right: 20px;
    margin-bottom: 1100px;
    margin-left: 185px
    }
.nav-link {
    display: block;
    padding-bottom: 10px;
    text-decoration: none;
    font-style: normal
    }
.toggle-btn {
    position: absolute;
    bottom: -98px;
    background: rgba(0, 0, 0, 0.6);
    padding: 6px 12px;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8em;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.6)
    }
.playlist {
    padding: 0;
    margin: 2px 0 2px
    }
.playlist-btn {
    background: #000;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 5px
    }
.dimmed {
    opacity: 0.7
    }
.footer-text {
    padding: 0 20px;
    font-size: 0.9em;
    font-style: italic;
    opacity: 0.8;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8)
    }
.InfoNome {
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #CCC;
    text-decoration: none;
    background-color: rgba(50, 50, 50, 0.6);
    border: 1px solid #000;
    margin: 0;
    padding: 4px;
    font-family: Tahoma, Arial
    }
.InfoSelezione {
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #CCC;
    text-decoration: none;
    background-color: rgba(50, 50, 50, 0.6);
    border: 1px solid #000;
    margin: 0;
    padding: 4px;
    font-family: Tahoma, Arial;
    width: 180px
    }
.InfoSelezione-Box {
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #CCC;
    text-decoration: none;
    background-color: rgba(50, 50, 50, 0.6);
    border: 1px solid #000;
    margin: 0;
    padding: 4px;
    font-family: Tahoma, Arial;
    width: 315px
    }
textarea {
    resize: none
    }
.privacy {
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFF;
    text-decoration: none
    }
.privacy:hover {
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #999;
    text-decoration: none
    }
.check {
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #999;
    text-decoration: none
    }
.playvideo {
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #FFF;
    text-decoration: none
    }
.txt-normal {
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFF;
    text-decoration: none
    }
.txt-normal-grey {
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #999;
    text-decoration: none
    }
.gallery {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-radius: 5px
    }
.TestoCampiContattaci {
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: justify;
    color: #999;
    text-decoration: none
    }