@charset "UTF-8";

body {
    background-color: black;
    background-image:url(images/poster.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
body,td,th {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

b {
    font-weight:bold;
}
bold {
    font-weight:bold;
}
p {
    /*margin-bottom:11px;*/
    /*text-indent:50px;*/
    margin-bottom:6px;
    font-size: 14px;
    line-height: 25px;
    font-weight: lighter;
    padding-top: 5px;
    padding-top: 5px;
    text-align: center;

}

h1,h2,h3,h4,h5,h7 {
    font-family: Futura, Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:normal;
    font-style:normal;
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: center;
}
h1 {
    font-size: 21px;
}
a {
    color: #000;
}
a:link {
    text-decoration: none;
    color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #FFF;
}
a:active {
  color: #000;
}





header {
    width: 100%;
    height: 42pt;
    background: #EB008B;
    /*background: rgba(255, 244, 249, 0.51);*/
    color: white;
    position: fixed;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.44);
    z-index: 20;
}


#dropdown-content ul.a {
    list-style-type:none;
    font-family: miso, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:normal;
    font-style:normal;
    font-size:16px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;

}
#dropdown-content li {
    float: left;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0 5px 0 5px ;

}
#dropdown-content ul.a a {
    color: #000;
    /*	background-color:#EB008B;*/
    padding: 17px 7px 19px 7px;
    width: 100%;
    display: block;
}
#dropdown-content ul.a a:link {
    text-decoration: none;
}
#dropdown-content ul.a a:hover {
    text-decoration: none;
    color: #000000;
    background-color:#FFF;
}




#dropdown-button {
    position: relative;
    display: none;
    width: 42pt;
}

#dropdown-content {
    display: block;
    /* width: 100%; */
    min-height: 100px;
    height: 42pt;
    z-index: 21;
    position: fixed;
    top: 0;
    left: 165px;
    padding-left: 1px solid white;
}
/*  ICON and button          */
.dbutton {
    width: 42pt;
    height: 42pt;
    border-right: 1px solid white;
    margin: 0px;
}
.icon-menu {
    height: 5px;
    width: 32px;
    background-color: white;
    position: absolute;
    left: 11px;
}
.icon-graphics-menu {
    float: left;
    padding-top: 10px
}
.i1 {
    top: 15px;
}
.i2 {
    top: 25px;
}
.i3 {
    top: 35px;
}
@-webkit-keyframes spin {
    from {-webkit-transform: rotate(0deg); top: 15px;}
    to {-webkit-transform: rotate(45deg); top: 25px;}
}
@-webkit-keyframes spin2 {
    from {-webkit-transform: rotate(180deg); top: 35px;}
    to {-webkit-transform: rotate(135deg); top: 25px;}
}
@-webkit-keyframes fader {
    from {opacity: 1; width: 32px}
    to {opacity: 0.1; width: 0px;}
}
.i1a {
    -webkit-animation: spin 0.2s 1 linear;
    -webkit-transform: rotate(45deg);
    top: 25px;
}
.i2a {
    -webkit-animation: fader 0.2s 1 linear;
    opacity: 0;
}
.i3a {
    -webkit-animation: spin2 0.2s 1 linear;
    -webkit-transform: rotate(135deg);
    top: 25px;
}
a {
/*    display: block;   */
}




/*   MENU   */
.slideshow {
    float:left;
    width:100%;
    height:660px;
    border: 1px solid black;
    overflow:hidden;
    position: relative;
}
.slide1 {
    width:100%;
    height:100%;
    position: relative;
}
.slide2 {
    width:100%;
    height:100%;
    position: relative;
}
.slide3 {
    width:100%;
    height:100%;
    position: relative;
}
.slide4 {
    width:100%;
    height:100%;
    position: relative;
}

.slide5 {
    width:100%;
    height:100%;
    position: relative;
}
.slide6 {
    width:100%;
    height:100%;
    position: relative;
}
.slide7 {
    width:100%;
    height:100%;
    position: relative;
}
.slide8 {
    width:100%;
    height:100%;
    position: relative;
}

.ssback {
    width: 48px;
    height: 48px;
    /*                background-color: rgba(0, 0, 0, 0.8);*/
    position: absolute;
    z-index: 2;
    top: 310px;
    left: 30px;
    border-radius: 0 5px 5px 0;
    background-image: url(img/btn_prev.png);
}
.ssgogo {
    width: 48px;
    height: 48px;
    /*                background-color: rgba(0, 0, 0, 0.8);*/
    position: absolute;
    z-index: 2;
    top: 310px;
    right: 30px;
    border-radius: 5px 0 0 5px;
    background-image: url(img/btn_next.png);
}
.logo {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    top: 288px;
    right: 30px;
    background-image: url(img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#patreon {
  width: 100px;
  height: 100px;
  padding-top: 100px;
  position: absolute;
  z-index: 1;
  bottom: 45px;
  right: 58px;
  background-image: url(img/patreon_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.columed {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    min-height: 1200px;
    height: auto;
}



.bgimg {
    background-image:url(images/poster.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.long {
    width: 100%;
}
.half {
    width: 50%;
}



article {
    background-color: white;
    min-height: 300px;
    height: auto;
    float: left;
    border: 1px solid black;
    padding: 20px;
/*    border-radius: 10px;*/
    padding-bottom: 100%;
    margin-bottom: -100%;
    overflow: hidden;
}

.col1 {
    width: 33.333333%;
}
.col2 {
    width: 66.6666666%;
}

.short {
    min-height: 100px;
    height: 100px;
    background-color: white;
}
.short:hover {
   background-color: black;
}
.row {
    width: 100%;
    min-height: 100px;
    height: auto;
    overflow: hidden;
}


.red {
    color: #ce303c;
}
.blue {
    color: #2e78dd;
}



.test0, .test1, .test2, .test3, .test4, .test5, .test6, .test7, .test8, .test9 {
    height: auto;
    width: auto;
    font-style: italic;
    font-family: serif;
    position: relative;
    font-size: 24px;
    width: 100%;
    min-height: 100px;
    height: auto;
    float: left;
    text-align: center;
    color: #d1d1d1;

}
