@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    font-family: 'lato';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

div.mobileMenuBG {
    display: none;
}

body {
    background: #000000;
    position: relative;
    color: #ffffff;
    font: 15px/20px 'lato', Tahoma, sans-serif;
    -webkit-text-size-adjust: 100%;
    min-width: 320px;
}

body.hideBodyScroll {
    overflow: hidden;
}

h1, h2, h3 {
    font-family: 'Cinzel', Times, serif;
    font-weight: normal;
    color: #c07a04;
}

h1 {
    font-size: 36px;
}

h1.top {
    margin-top: 0;
}

h2 {
    margin-top: 40px;
}

h3 {
    margin-bottom: 0;
}

a {
    color: #c07a04;
}

img.sisinShirt {
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

div.container {
	width: 100%;
    max-width: 1400px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
}

div.mainImage {
    position: relative;
}

div.mainImage img {
    width: 100%;
}

img.main-image-1 {
    display: block;
    position: absolute;
}

img.main-image-2 {
    opacity: 0;
    position: absolute;
}

.main-image-2 { animation: mainImageFade 20s infinite; }

@keyframes mainImageFade {
    0% { opacity: 0; }
    25% { opacity: 0; }
    50% { opacity: 1; }
    75% { opacity: 1; }
    100% { opacity: 0; }
  }

img.main-image-placeholder {
    display: block;
}

img.albumCover {
    width: 100%;
}

a.musicPlatform {
    font-size: 0;
    margin-right: 20px;
    margin-bottom: 12px;
    display: inline-block;
}

a.musicPlatform img {
    max-width: 120px;
    width: 100%;
}

div.sisinLogoContainer {
    position: absolute;
    bottom: -80px;
    left: 50%;
    width: 75%;
    max-width: 600px;
    margin: 0 auto;
    z-index: 3;
}

img.sisinLogo {
    width: 100%;
    margin-left: -50%;
}

div.mainGradient {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    height: 25%;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,100));
}

div.content {
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

div.contentPadding {
    padding: 0 24px;
}

div.tempContent div.box {
	margin-bottom: 40px;
}

div.topBarContainer {
    width: 100%;
    height: 60px;
    background: #000000;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: fixed;
    z-index: 2;
    top: 0;
}

button.mobileMenu {
    width: 40px;
    height: 40px;
    display: block;
    padding: 0;
    border: 0;
    position: fixed;
    top: 10px;
    left: 10px;
    background: transparent url('../images/iconMenu.svg') no-repeat center;
    background-size: 40px;
    cursor: pointer;
    display: none;
    opacity: 0.6;
    z-index: 5;
}

button.mobileMenu:hover {
    opacity: 0.8;
}

div.topBarContainer img.logo {
    display: inline-block;
    max-height: 60px;
    vertical-align: top;
}

div.mainNavContainer {
    display: inline-block;
}

div.topBarContainer nav {
    display: inline-block;
}

ul.mainNav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

ul.mainNav li { 
    display: inline-block;
}

ul.mainNav li a {
    text-transform: uppercase;
    line-height: 60px;
    color: #aaaaaa;
    margin: 0 10px;
    font-family: 'Cinzel', serif;
    text-decoration: none;
}

ul.mainNav li a:hover {
    text-decoration: underline;
    color: #ffffff;
}

ul.mainNav li a.active {
    color: #ca9c00;
}

ul.mainNav li a.active:hover {
    color: #fdc300;
}

div.container {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}

div.content {
    padding: 80px 20px 20px 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

div.leftColumn {
    width: 65%;
    padding: 20px;
    background: rgba(0,0,0,0.75);
    margin: 0 10px;
}

div.leftColumn div.box {
    
}

div.leftColumn img, div.rightColumn img {
    width: 100%;
}

div.leftColumn img.news.logo {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

div.rightColumn img.news.logo {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

div.rightColumn {
    width: 35%;
    min-width: 240px;
    margin: 0 10px;
}

div.rightColumn div.box {
    padding: 20px;
    background: rgba(0,0,0,0.75);
    display: block;
}

div.members {
    display: -webkit-flex;
    display: flex;
    margin-top: 5px; 
	flex-wrap: wrap;
}

div.member {
    width: 25%;
    margin: 0 0;
}

div.member div.instrument {
    color: #777777;
}

div.rightColumn div.box.gigs, div.rightColumn div.box.video, div.rightColumn div.box.spotify {
    margin-bottom: 20px;
}

div.rightColumn div.box h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

div.gig {
    margin-bottom: 10px;
}

div.gigHeader {
    font-weight: bold;
    color: #ca9c00;
}

div.gigHeader span.date {
    width: 120px;
    display: inline-block;
}

div.box.news i {
    color: #aaaaaa;
    font-size: 14px;
}

div.videoTeaser {
    
}

div.tempVideoContainer {
	width: 100%;
	max-width: 560px;
	margin: 20px auto;
}

div.videoPlayer {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
}

div.videoTeaser img {
    border: 1px #444444 solid;
    box-sizing: border-box;
}

.videoPlayer iframe,
.videoPlayer object,
.videoPlayer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.disco {
    display: -webkit-flex;
    display: flex;
}

div.disco div.pic {
    width: 25%;
    min-width: 80px;
    margin-right: 20px;
    margin-bottom: 20px;
}

div.disco div.pic img {
    border: 1px #444444 solid;
    width: 100%;
}

table.gigs {
    width: 100%;
}

table.gigs tr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

table.gigs td.date {
    white-space: nowrap;
    width: 30%;
    color: #ca9c00;
}

table.gigs td.place {
    width: 70%;
    color: #ca9c00;
}

table.gigs td.with {
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
}

table.gigs td.with a {
    color: #ffffff;
}

table.guestbook {
    width: 100%;
}

table.guestbook td {
    vertical-align: top;
    font-size: 13px;
}

table.guestbook a {
    color: #ffffff;
}

table.guestbook a:hover {
    text-decoration: none;
}

table.guestbook a.disabled {
    text-decoration: none;
    color: #777;  
    cursor: default;
}

table.guestbook td.name {
    width: 60px;
}

td.message span.date {
    display: block;
    font-style: italic;
}

table.guestbook tr.answer > td {
    padding-top: 10px;
    color: #777777;
}

span.line {
    width: 100%;
    height: 1px;
    background: #444444;
    line-height: 1px;
    font-size: 1px;
    display: block;
    margin: 7px 0;
}

table.guestbook span.spacer {
    width: 100%;
    height: 5px;
    display: block;
}

table.guestbook input, table.guestbook textarea {
    font-size: 13px;
    background: rgba(0,0,0,0.5);
    font-family: Tahoma, sans-serif;
    border: 1px #cccccc solid;
    border-radius: 1px;
    color: #ffffff;
}

table.guestbook input {
    width: 50%;
}

table.guestbook textarea {
    width: 95%;
}

table.guestbook a.guestbookButton, a.cart {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 1px;
    line-height: 20px;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 5px;
    text-decoration: none;
    background: rgba(0,0,0,0.5);
}

a.cart {
    margin-top: 10px;
}

table.guestbook a:hover.guestbookButton, a.cart:hover {
    color: #eeeeee;
    border-color: #eeeeee;
    background: rgba(0,0,0,0.75);
}

div.loginBox {
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -160px;
    position: absolute;
}

div.loginForm {
    width: 300px;
    border: 1px #cccccc solid;
    padding: 5px 10px;
    background: transparent url('../images/contentBG.png') repeat top left;
    border-radius: 3px;
    color: #ffffff;
}

div.loginForm table {
    font-size: 11px;
    color: #ffffff;
    width: 100%;
}

div.loginForm h1 {
    color: #ffffff;
}

div.loginForm table input {
    font-size: 11px;
    background: transparent url('../images/contentBG.png') repeat top left;
    font-family: Tahoma, sans-serif;
    border: 1px #cccccc solid;
    padding: 2px 0;
    border-radius: 3px;
    color: #ffffff;
}

div.loginForm table input.button {
    cursor: pointer;
    padding: 2px;
}

div.leftColumn img.portrait {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

img.borders, div.members img {
    border: 1px #444444 solid;
}

div.media p {
    text-align: center;
}

a.iTunesLink, a.spotifyLink {
    margin-left: 10px;
    vertical-align: top;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
}

img.iTunesLogo, img.spotifyLogo  {
    width: 100%;
    max-width: 40px;
    vertical-align: middle;
    margin-right: 5px;
}


/* --- [ STORE ] --- */

img.storeAlbum {
    max-width: 250px;
    border: 1px #444444 solid;
}

tr.formRow > td {
    padding-bottom: 4px;
}

input.text {
    font-size: 14px;
    padding: 2px;
}

input.amount {
    font-size: 14px;
    width: 30px;
    padding: 2px;
}

textarea  {
    font-size: 14px;
    font-family: Tahoma, sans-serif;
    width: 95%;
    padding: 2px;
}

select.select {
    font-size: 14px;
    padding: 2px;
}

img.ok {
    max-width: 18px;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}

.messageNotification {
    display: none;
}

table.gigs {
    margin-top: 4px;
    width: 100%;
}

table.gigs tr td {
    padding-bottom: 4px;
}

table.shopingCart {
    width: 100%;
}

table.orderDetails td{
    vertical-align: top;
}

table.shopingCart tr > th {
    border-bottom: 1px #444444 solid;
    text-align: left;
}

table.shopingCart tfoot tr.shoppingCartFooter > td {
    border-top: 1px #444444 solid;
    text-align: left;
}

table.shopingCart tr.lastRow > td {
    border-top: 1px #444444 dotted;
}

a.cartAdd, a.cartDelete {
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #ffffff;
    display: block;
    margin: 2px 1px;
    text-decoration: none;
    float: right;
}

a.cartAdd {
    background: transparent url('../images/addItem.png') no-repeat top left;
}

a.cartDelete {
    background: transparent url('../images/removeItem.png') no-repeat top left;
}

a.cartAddDelete:hover {
    background: -moz-linear-gradient(top, #444, #111);
}

div.messageNotification {
    border: 1px dashed #cccccc;
    color: #ffffff;
    padding: 2px 5px;
    display: none;
    margin-bottom: 5px;
    line-height: 16px;
    white-space: nowrap;
}

div.textContainer img.ok {
    border: 0;
    vertical-align: text-top;
    margin-right: 5px;
}

span.error {
    font-weight: bold;
    color: #b70004;
    margin-left: 3px;
    font-size: 14px;
    display: none;
}

div.errorNotification {
    border: 1px #b70004 dashed;
    color: #b70004;
    margin: 10px 50px;
    padding: 5px;
    display: block;
    text-align: left;
}

@media screen and (max-width: 768px) {
    
    div.content {
        padding: 80px 0 20px 0;
    }
    
    div.members {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    div.member {
        width: 40%;
        margin: 0 2.5% 10px;
    }
    
    button.mobileMenu {
        display: block;
    }
    
    div.topBarContainer {
        text-align: center;
    }
    
    div.mainNavContainer {
        display: none;
    }
    
    div.mainNavContainer {
        width: 280px;
        height: 100%;
        position: fixed;
        background: transparent;
        z-index: 3;
        top: 0;
        left: 0;
        bottom: 0;
    }
    
    div.mobileNavBG {
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0,0,0,0.5);
        display: none;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    div.mobileMenuBG {
        background: #111111;
        width: 280px;
        height: 60px;
        z-index: 4;
        top: 0;
        left: 0;
        position: fixed;
        border-bottom: 1px #222222 solid;
    }
    
    div.topBarContainer nav {
        width: 280px;
        background: #111111;
        text-align: left;
        display: block;
        height: 100%;
        overflow-y: auto;
    }
    
    ul.mainNav {
        overflow-y: auto;
        padding-top: 60px;
    }
    
    ul.mainNav li {
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {

    div.sisinLogoContainer {
        position: absolute;
        bottom: -80px;
        left: 0%;
        right: 0%;
        width: 75%;
        max-width: 400px;
        margin: 0 auto;
        z-index: 3;
    }

    img.sisinLogo {
        margin-left: auto;
    }
}



div.backgroundContainer div.effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation-name: backgroundFadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 40s;
    -moz-animation-name: backgroundFadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 40s;
    -o-animation-name: backgroundFadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 40s;
    animation-name: backgroundFadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 40s;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@keyframes backgroundFadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

div.backgroundContainer div.effect:nth-of-type(1) {
  animation-delay: 32s;
  background-image: url('../images/bg5.jpg');
}
div.backgroundContainer div.effect:nth-of-type(2) {
  animation-delay: 24s;
  background-image: url('../images/bg4.jpg');
}
div.backgroundContainer div.effect:nth-of-type(3) {
  animation-delay:16s;
  background-image: url('../images/bg3.jpg');
}
div.backgroundContainer div.effect:nth-of-type(4) {
  animation-delay: 8s;
  background-image: url('../images/bg2.jpg');
}
div.backgroundContainer div.effect:nth-of-type(5) {
  animation-delay: 0;
  background-image: url('../images/bg1.png');
}