html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
.pd-20{
    padding-top: 20px;
}
.content-slides {
    width: 997px;
    height: 654px;
    margin: 12px auto;
    // -webkit-box-shadow: 0px 0px 8px 2px rgba(34, 34, 34, 0.6);
    // -moz-box-shadow: 0px 0px 8px 2px rgba(34, 34, 34, 0.6);
    // box-shadow: 0px 0px 8px 2px rgba(34, 34, 34, 0.6);
    display: none
}
.content-slides.bio-slide {
    height: 610px
}
.slick-list {
    width: 100%;
    float: left
}
.slick-list .slick-slide img {
    width: 100%
}
.slick-arrow {
    position: absolute;
    top: 0%;
    z-index: 9999;
    float: left;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: transparent;
    background-size: 30%
}
.slick-prev {
    left: 0px;
    background-image: url(../images/frecciaSx.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20%;
    opacity: .7
}
.slick-next {
    right: 0px;
    background-image: url(../images/frecciaDx.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20%;
    opacity: .7
}
.slick-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: none !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}
.slick-dots li {
    margin: 0 10px
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    opacity: 0.75;
    filter: alpha(opacity=75);
    background-color: black;
    border-radius: 10px
}
.slick-dots li.slick-active button {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #FFFFFF
}
@font-face {
    font-family: 'imbroglioni';
    src: url("../font/imbroglioni.eot?10868657");
    src: url("../font/imbroglioni.eot?10868657#iefix") format("embedded-opentype"), url("../font/imbroglioni.woff2?10868657") format("woff2"), url("../font/imbroglioni.woff?10868657") format("woff"), url("../font/imbroglioni.ttf?10868657") format("truetype"), url("../font/imbroglioni.svg?10868657#imbroglioni") format("svg");
    font-weight: normal;
    font-style: normal
}
html {
    font-size: 100%;
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-position: center center
}
body {
    font-family: 'Satisfy', cursive;
    color: #434343
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #eadec7
}
body::-webkit-scrollbar {
    width: 6px;
    background-color: #eadec7
}
body::-webkit-scrollbar-thumb {
    background-color: #434343
}
header {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    text-align: center;
    max-height: 200px
}
header img {
    height: 80px;
    margin-bottom: 20px;
    padding-top: 20px
}
footer p {
    text-align: center;
    font-size: 100%
}
footer p a {
    text-decoration: none
}
footer p a:hover {
    color: #ffdc76
}
p {
    font-size: 150%;
    line-height: 30px;
    text-align: justify
}
p.txt-center {
    text-align: center
}
.txt-color {
    color: #9cb80c
}
.txt-r {
    text-align: right
}
.txt-c {
    text-align: center
}
.mt20 {
    margin-top: 20px
}
.mtb20 {
    margin: 20px 0
}
.txt-big {
    font-size: 250%
}
::selection {
    background: #827d74
}
::-moz-selection {
    background: #827d74
}
.clear {
    clear: both
}
.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}
.modal-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #D0BE98;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: none;
    z-index: 9998
}
.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
    height: 200px;
    width: 400px;
    background-color: white;
    z-index: 9999;
    color: black;
    font-size: 2rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    display: none
}
.modal .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    width: 30px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0px 5px 0px 5px;
    -webkit-border-radius: 0px 5px 0px 5px;
    -moz-border-radius: 0px 5px 0px 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}
.modal #modal-message {
    padding: 0 15px;
    padding-top: 40px;
    font-size: 1.2rem;
    line-height: 1.3rem
}
.loading {
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 999;
    display: block;
    height: 20px;
    width: 20px;
    background-image: url("../images/loading.gif");
    background-size: contain;
    display: none
}
.menu,
.menu-mobile {
    width: 125px;
    height: 680px
}
.menu ul,
.menu-mobile ul {
    width: 100%
}
.menu ul .menu-btn,
.menu-mobile ul .menu-btn {
    width: 100%;
    height: 45px;
    margin-bottom: 20px
}
.menu ul .menu-btn a,
.menu-mobile ul .menu-btn a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(21, 61, 110, .7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}
.menu ul .menu-btn a.selected,
.menu-mobile ul .menu-btn a.selected {
    background-color: #67A0DC
}
.menu ul .menu-btn a:hover,
.menu-mobile ul .menu-btn a:hover {
    background-color: #67A0DC
}
.menu ul .menu-btn a img,
.menu-mobile ul .menu-btn a img {
    margin-left: 5px
}
.menu-btn-mobile,
.menu-mobile {
    display: none
}
.overlay-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    height: 3000px;
    z-index: 999997;
    background-color: rgba(103, 160, 220,.8);
}
.loading-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-content.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9999999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}
.no-scroll {
    overflow: hidden
}
.content {
    position: relative;
    width: calc(100% - 336px);
    max-width: 1031px;
    min-height: 680px;
    /* background-image: url("../images/bg-content-no-border.jpg");
    background-size: cover;
    background-repeat: no-repeat */
    background-color: rgba(255,255,255,0.7);
    border: 2px solid rgba(21, 61, 110, .7);
}
.content.home {
	background-image: url("../images/bg-content-home.jpg");
}
.content.scroll {
	overflow-y: auto;
}
.content.vert-centered {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}
.content .half-float {
    width: 50%;
    float: left
}
.content .full-float {
    width: 100%;
    float: left
}
.content .over-elements {
    position: absolute;
    bottom: 0px;
    z-index: 100
}
.content .over-elements.left {
    left: 0px
}
.content .over-elements.right {
    right: 0px
}
.content .over-elements.sagome-hp {
    bottom: 8px;
    left: 14px;
    z-index: 99;
    width: 97.3%
}
.content .over-elements.left-home {
    left: -157px;
    width: 258px;
}
.content .over-elements.right-home {
    right: -170px;
    width: 300px
}
.content .over-elements.left-laband {
    left: -150px
}
.content .over-elements.right-laband {
    right: -160px;
    width: 22%
}
.content .over-elements.left-video {
    left: -100px
}
.content .over-elements.right-video {
    right: -140px;
    width: 330px
}
.content .over-elements.left-gallery {
    left: -140px
}
.content .over-elements.right-gallery {
    right: -150px;
    width: 300px
}
.content .over-elements.left-news {
    left: -117px;
    width: 23%
}
.content .over-elements.right-news {
    right: -100px;
    bottom: -7px
}
.content .over-elements.left-acquista {
    left: -150px
}
.content .over-elements.right-acquista {
    right: -150px;
    width: 330px
}
.content .over-elements.left-contatti {
    left: -130px;
    width: 300px
}
.content .over-elements.right-contatti {
    right: -145px;
    width: 300px
}
.content .centered-text {
    width: 80%;
    margin: 20px auto
}
.content .centered-text.mt70 {
    margin-top: 70px
}
.content .container-bg {
    background-image: url("../images/bg-content-no-border.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    // -webkit-box-shadow: 0px 0px 8px 2px rgba(34, 34, 34, 0.6);
    // -moz-box-shadow: 0px 0px 8px 2px rgba(34, 34, 34, 0.6);
    // box-shadow: 0px 0px 8px 2px rgba(34, 34, 34, 0.6)
}
.content .fb-page {
    width: 500px;
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -380px;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 8px 2px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 8px 2px rgba(34, 34, 34, 0.6);
    border: 5px solid #d0c7b1
}
.content .news-text {
    width: 170px;
    position: absolute;
    right: 180px;
    bottom: 80px
}
.content .news-text p {
    text-align: left;
    font-size: 220%;
    line-height: 40px
}
.content .video-container {
    width: 900px;
    height: 506px;
    margin: 20px auto;
}
.content .video-container iframe {
    height: 100%;
    width: 100%
}
.content .video-testo {
	height: 80px;
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
}
.content .video-testo p {
    font-size: 1.8rem;
    line-height: 40px;
    text-align: justify
}
.content .video-testo .video-icon {
    position: relative;
    left: 98%;
    bottom: 45px;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    background-color: #434343;
    opacity: .6
}
.content .video-testo .video-icon:hover {
    opacity: 1
}
.content .video-testo .video-icon a {
    height: 100%;
    width: 100%;
    color: #FFFFFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}
.content .video-testo .video-icon a span {
    font-size: 1.5rem
}
.content .acquista-btns {
    width: 85%;
    height: 255px;
    margin: 20px auto;
    margin-top: 100px;
    border-bottom: 1px solid #313131;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}
.content .acquista-btns .acquista-btn {
    height: 120px;
    width: 120px
}
.content .acquista-btns .acquista-btn a {
    display: block;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 6px 1px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 6px 1px rgba(34, 34, 34, 0.6);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
}
.content .acquista-btns .acquista-btn a:hover {
    -webkit-box-shadow: 0px 0px 8px 2px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 8px 2px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 8px 2px rgba(34, 34, 34, 0.6)
}
.content .acquista-btns .acquista-btn a.spotify {
    background-image: url("../images/shop/spotify_off.png")
}
.content .acquista-btns .acquista-btn a.spotify:hover {
    background-image: url("../images/shop/spotify_on.png")
}
.content .acquista-btns .acquista-btn a.itunes {
    background-image: url("../images/shop/itunes_off.png");
    background-size: 70%;
}
.content .acquista-btns .acquista-btn a.itunes:hover {
    background-image: url("../images/shop/itunes_on.png");
    background-size: 70%;
}
.content .acquista-btns .acquista-btn a.play {
    background-image: url("../images/shop/play_off.png");
    background-size: 70%;
}
.content .acquista-btns .acquista-btn a.play:hover {
    background-image: url("../images/shop/play_on.png");
    background-size: 70%;
}
.content .acquista-btns .acquista-btn a.amazon {
    background-image: url("../images/shop/amazon_off.png");
    background-size: 70%;
}
.content .acquista-btns .acquista-btn a.amazon:hover {
    background-image: url("../images/shop/amazon_on.png");
    background-size: 70%;
}

.content .acquista-btns .acquista-btn a.youtube {
    background-image: url("../images/shop/Youtube_off.png")
}
.content .acquista-btns .acquista-btn a.youtube:hover {
    background-image: url("../images/shop/Youtube_on.png")
}

.content .acquista-btns .acquista-btn a.shazam {
    background-image: url("../images/shop/shazam_off.png")
}
.content .acquista-btns .acquista-btn a.shazam:hover {
    background-image: url("../images/shop/shazam_on.png")
}

.blue-bg{
    background-color: rgba(21, 61, 110,.3);
}
.content .band-container {
    height: 90%;
    width: 90%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.content .band-container .band-member {
    text-align: center;
    width: 250px;
    height: 250px;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}
.content .band-container .band-member img {
    width: 70%
}
.content .band-container .band-member h2 {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #000;
    font-size: 1.5rem
}
.content .bio-container {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 94.1%;
    width: 100%;
    padding: 20px 0px;
    background-image: url("../images/bg-content-home.jpg");
    background-repeat: repeat;
    background-position: top left;
    display: none
}
.content .bio-container .band-member {
    position: absolute;
    top: 20px;
    left: 30px;
    text-align: center;
    width: 150px;
    height: 150px;
    padding: 10px;
    z-index: 99999
}
.content .bio-container .band-member img {
    width: 90%
}
.content .bio-container .band-member h2 {
    margin-top: -20px;
    padding-top: 10px;
    border-top: 1px solid #000;
    font-size: 1rem
}
.content .bio-container .bio-btn {
    position: absolute;
    z-index: 99999;
    top: 20px;
    left: 210px;
    width: 80px;
    height: 30px;
    cursor: pointer
}
.content .bio-container .bio-btn p {
    text-align: center
}
.content .bio-container .back {
    position: absolute;
    z-index: 99999;
    top: 20px;
    right: 50px;
    width: 120px;
    height: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}
.content .bio-container .bio {
    position: absolute;
    z-index: -10;
    top: 60px;
    left: 35px;
    height: 83%;
    width: 40%;
    opacity: 0;
    background-image: url("../images/bio-text-bg.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s
}
.content .bio-container .bio.show {
    opacity: 1
}
.content .bio-container .bio .bio-title {
    float: right;
    width: 50%;
    margin: 20px;
    height: 96px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background-image: url("../images/bio-title-bg.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    font-size: 2rem;
    color: #eadec7
}
.content .bio-container .bio .bio-text {
    float: left;
    width: 100%;
    height: calc(100% - 170px);
    overflow-y: auto;
    overflow-x: hidden
}
.content .bio-container .bio .bio-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #eadec7
}
.content .bio-container .bio .bio-text::-webkit-scrollbar {
    width: 6px;
    background-color: #eadec7
}
.content .bio-container .bio .bio-text::-webkit-scrollbar-thumb {
    background-color: #434343
}
.content .bio-container .bio .bio-text p {
    text-align: left;
    padding: 20px
}
.content .contact-form {
    max-width: 680px;
    width: 85%;
    height: 370px;
    margin: 20px auto;
    padding: 20px
}
.content .contact-form label {
    font-size: 140%
}
.content .contact-form input {
    margin-top: 20px;
    width: 80%;
    height: 30px;
    padding-left: 5px;
    background-color: #ede7d7
}
.content .contact-form textarea {
    margin-top: 20px;
    width: 99%;
    height: 130px;
    padding: 5px;
    background-color: #ede7d7
}
.content .contact-form button {
    margin: 20px auto;
    height: 35px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #68352e;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative
}
.content .contact-form input[type="text"].missing,
.content .contact-form input[type="email"].missing,
.content .contact-form textarea.missing {
    border: solid 2px red
}
.content .telefoni {
    width: 410px;
    margin: 10px auto;
    margin-top: 20px;
    padding: 10px
}
.content .telefoni p {
    font-family: 'imbroglioni', sans-serif;
    text-align: center;
    color: #68352e;
    font-size: 150%
}
.contatti p {
    font-size: 170%
}
.socialMenu {
    width: 125px;
    height: 680px;
    position: relative;
    z-index: 999
}
.socialMenu ul {
    width: 100%
}
.socialMenu ul .social-btn {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    background-color: #153D6E;
    margin-left: 15px;
    opacity: .7;
    padding-top: 2px;
    padding-left: 2px
}
.socialMenu ul .social-btn:hover {
    opacity: 1
}
.socialMenu ul .social-btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}
.socialMenu ul .social-btn a span {
    font-size: 1.5rem
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "imbroglioni";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-instagram-1:before {
    content: '\e800'
}
.icon-facebook-1:before {
    content: '\e801'
}
.icon-youtube-1:before {
    content: '\e802'
}
.icon-twitter:before {
    content: '\e803'
}
.icon-menu:before {
    content: '\e804'
}
@media screen and (max-width: 1345px) {
    .content-slides {
        width: 98%
    }
}
@media screen and (max-width: 1280px) {
    .content {
        width: 75%
    }
}
@media screen and (max-width: 1050px) {
    .txt-big {
        font-size: 200%;
    }
    .socialMenu {
        width: 55px
    }
    .content-slides {
        height: 100%
    }
    .content-slides.bio-slide {
        height: 468px
    }
    .over-elements {
        display: none
    }
    header img {
        height: 100px
    }
    .content {
        height: auto;
        padding-bottom: 10px;
        width: calc(100% - 215px)
    }
    .content.news-content {
        height: 680px
    }
    .content .band-container .band-member {
        margin: 20px 0px
    }
    .content .video-container {
        width: 90%;
        height: 480px
    }
    .content .video-testo {
        width: 400px;
        position: initial;
        margin: 0 auto
    }
    .content .news-text {
        display: none
    }
    .content .fb-page {
        margin-left: -250px;
        top: 20px
    }
    .content .acquista-btns {
        height: auto;
        margin-top: 0px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .content .acquista-btns .acquista-btn {
        margin: 20px
    }
    .content .centered-text.mt70 {
        margin-top: 20px
    }
    .content .bio-container {
        padding: 0px
    }
    .content .bio-container .bio {
        width: 54%
    }
}
@media screen and (max-width: 768px) {
    html {
        background-size: contain
    }
    .wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .menu {
        order: 2;
        width: 100%;
        height: auto
    }
    .menu ul .menu-btn {
        width: 16%;
        float: left;
        margin-left: 0.6%
    }
    .content-slides.bio-slide {
        height: auto
    }
    .content {
        order: 3;
        width: 95%;
        background-image: url("../images/bg-content-no-border-vert.jpg");
        background-size: cover;
        background-repeat: repeat
    }
    .content .bio-container {
        background-image: url("../images/bio-bg.jpg");
        background-size: contain;
        background-repeat: repeat
    }
    .content .bio-container .back {
        top: 0px;
        right: 0px
    }
    .content .bio-container .small-bio,
    .content .bio-container .bio-btn {
        display: none
    }
    .content .bio-container .bio {
        display: block;
        opacity: 1;
        position: initial;
        width: 100%;
        height: auto;
        overflow: hidden;
        background-image: url("../images/bg-content-no-border-vert.jpg");
        background-size: cover;
        background-repeat: repeat-y
    }
    .socialMenu {
        order: 1;
        width: 100%;
        height: auto
    }
    .socialMenu ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center
    }
    .socialMenu ul .social-btn {
        float: left
    }
}
@media screen and (max-width: 745px) {
    header{
        max-width: 90%;
    }
    header img {
        width: 100%;
        height: auto;
    }
    .menu {
        display: none
    }
    .menu-mobile {
        display: none;
        position: absolute;
        top: 50px;
        left: 0px;
        width: 100%;
        height: auto;
        z-index: 999998;
        padding: 20px 10px;
        background-image: url("../images/bg-content-no-border-vert.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0px 0px 8px 2px rgba(34, 34, 34, 0.6);
        -moz-box-shadow: 0px 0px 8px 2px rgba(34, 34, 34, 0.6);
        box-shadow: 0px 0px 8px 2px rgba(34, 34, 34, 0.6)
    }
    .menu-mobile ul .menu-btn {
        width: 100%
    }
    .menu-btn-mobile {
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 999999;
        background-color: #434343;
        border-radius: 5px 0px 0px 5px;
        -webkit-border-radius: 5px 0px 0px 5px;
        -moz-border-radius: 5px 0px 0px 5px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center
    }
    .menu-btn-mobile span {
        font-size: 150%;
        color: rgba(255, 255, 255, 0.8)
    }
}
@media screen and (max-width: 480px) {
    .img-title {
        width: 100%
    }
    .content .contact-form {
        padding: 10px
    }
    .content .contact-form input {
        margin-top: 5px;
        width: 100%
    }
    .content .contact-form input[name=nome] {
        margin-bottom: 15px
    }
    .content .contact-form button {
        margin-top: 40px
    }
    .content .contact-half {
        width: 100%
    }
    .content .contact-half.txt-r {
        text-align: left
    }
    .content .telefoni {
        width: auto
    }
}