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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, img,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
}

body {
    color: #b1acb3;
    margin: 0;
    padding: 0;
    background-color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    z-index: -5;
    max-width: none !important;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    transform-origin: 0px 0px;
    -webkit-animation: bgMove 75s infinite; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: bgMove 75s infinite; /* Firefox
< 16 */
    -ms-animation: bgMove 75s infinite; /* Internet Explorer */
    -o-animation: bgMove 75s infinite; /* Opera < 12.1 */
    animation: bgMove 75s infinite;
}

@keyframes bgMove {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
    50% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.3);
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
}

/* Firefox < 16 */
@-moz-keyframes bgMove {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
    50% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.3);
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
}

/* Safari, Chrome and Opera >
    12.1 */
@-webkit-keyframes bgMove {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
    50% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.3);
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
}

/* Internet Explorer */
@-ms-keyframes bgMove {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
    50% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.3);
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
}

/* Opera < 12.1 */
@-o-keyframes bgMove {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
    50% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.3);
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
}

#wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

#header {
    position: relative;
    height: 150px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 112px;
}

.headerSize {
    min-height: 150px;
}

#logoContainer {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

#logoContainer div {
    display: table-cell;
    vertical-align: bottom;
}

#logo {
    width: 30%;
}

#logo img {
    max-width: 100% !important;
    height: auto;
}

#content-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100%;
    display: table;
    margin-bottom: -110px;
    overflow: visible;
}

#content {
    text-align: center;
    min-height: 100%;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-top: 15px;
    -moz-perspective: 300px;
    -ms-perspective: 300px;
    -o-perspective: 300px;
    -webkit-perspective: 300px;
    perspective: 300px;
}

#mainContent {
    height: auto;
}

#contentAbout {
    background-color: rgba(4, 4, 8, 0.725);
    border-radius: 10px;
    color: #e7e4d9;
    height: auto;
    margin: 0 auto;
    padding: 20px 60px 60px 60px;
    position: relative;
    width: 873px;
}
 
#AboutUs {
    font-family: Roboto;
    font-size: 14px;
    line-height: 165%;
    margin: 0 auto;
    padding-top: 20px;
    text-align: justify;
    width: 95%;
}

.song {
  display: inline-block;
  width: 100%;
  margin: 25px 0;
}

.content-left {
    float: left;
    padding-right: 1%;
    text-align: left;
    width: 53%;
}
.content-left-wide {
    float: left;
    padding-right: 1%;
    text-align: left;
    width: 64%;
}
.content-right {
    float: right;
    padding-left: 1%;
    text-align: right;
    width: 53%;
}

.content-right h3 {
    text-align: right;
}

.aside-left {
    float: left;
    padding-right: 1%;
    width: 39%;
}

.aside-right {
    float: right;
    padding-left: 1%;
    width: 39%;    
}

.aside-right-thin {
    float: right;
    padding-left: 1%;
    width: 28%;    
}

.aside-right img, .aside-left img {
    padding-top: 250px;
}

p {
    margin: 15px 0;
    padding: 0;
    text-indent: 0;
    text-align: justify;
}

.typewriter p {
	text-indent: 15px;
}

em {
    font-style: italic;
}

strong, .bold {
    font-weight: 700;
}

img {
    border: 0;
    max-width: 100% !important;
    height: auto;
}

h1 {
    margin: 20px 0 10px;
    font-size: 22px;
    font-weight: 900;
    text-align: left;
    color: #e7e4d9;
}

h2 {
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 900;
    text-align: left;
    color: #e7e4d9;
}

h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #e7e4d9;
}

hr { 
    margin: 20px 0;
}

.credits h1, .credits h2, .credits h3, .credits p {
    text-align: center;
}

.thanks p, .content-left p, .content-right p, .content-right-wide p, .content-left-wide p {
    text-indent: 0;
}
.content-left p, {
    text-align: left;
}    

.content-right p {
    text-align: right
}

a {
    color: #9ed9a2;
}

a:hover {
    color: #a23d37;
}

ol {
    margin-left: 45px;
}

ol li {
    margin-bottom: 5px;
    text-align: left;
}

.ib-num {
    font-size: 9px;
    float: right;
    margin-right: 75px;
    display: inline-block;
}

.signature {
  margin: 15px auto;
  display: block;
}

.copy {
    font-size: 10px;
    text-align: center;
}

.footerSize {
    min-height: 110px;
}

#footer {
    position: absolute;
    width: 100%;
    height: 110px;
    vertical-align: bottom;
    display: table;
}

#footerBottom {
    display: table-cell;
    vertical-align: bottom;
}

#animContainer {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 330px;
    height: 80px;

    -moz-perspective: 300px;
    -ms-perspective: 300px;
    -o-perspective: 300px;
    -webkit-perspective: 300px;
    perspective: 300px;

    display: inline-block;
}

.animElement {
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 40px;
    color: #b1acb3;
    padding: 0;
    margin: 0;

    background-color: transparent;
    border: 0;

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: 50% 50% -20px;
    -ms-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px
}

#aboutHeader {
    display: table;
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.slideIn {
    transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);

    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.slideOut {
    transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);

    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.invisibleStyle {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.visibleStyle {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

#iconsWrapper {
    position: relative;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    vertical-align: bottom;
}

#icons {
    margin-right: 0px;
    list-style: none;
    line-height: 0;
    width: 100%;
    overflow: visible;
}

.icon {
    list-style: none;
    display: inline-block;
    height: 70px;
    width: 45px;
    vertical-align: middle;
    margin: 0;
    padding: 5px;
}

.icon a {
    display: block;
    background-size: 30px, 30px;
    width: 30px;
    height: 30px;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.icon a:hover {
    background-size: 30px, 30px;
    width: 30px;
    height: 30px;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#backgroundImage {
    display: none;
}

#slides {
    display: none;
}

#slide {
    display: none;
}

@media only screen and (max-width: 1540px) {

    #header {
        margin-bottom: 80px;
    }

    #about {
        right: 30px;
    }

    #logo img {
        height: 120px;
    }

    .unitContainer p.unit {
        font-size: 100px;
    }

    .icon {
        margin: 5px;
        padding: 0px;
        width: 40px;
    }

    .icon a {
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .icon a:hover {
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    #contentAbout {
        width: 800px;
        padding: 17px 55px 55px 55px;
    }

    #AboutUs {
        font-size: 13px;
    }
}

@media only screen and (max-width: 850px) {

    #about {
        right: 10px;
    }

    #logo img {
        height: 115px;
    }
    .content-left, .content-right, .aside-left, .aside-right, .content-left-wide, .content-right-wide, .aside-left-thin, .aside-right-thin  {
        width: 98%;
        text-align: left;
    }

    .aside-right img, .aside-left img {
        padding-top: 10px;
    }

    .unitContainer p.unit {
        font-size: 60px;
    }

    #contentAbout {
        width: 450px;
        padding: 15px 30px 50px 30px;
    }
    .ib-num {
        margin-right: 50px;
    }

}

@media only screen and (max-width: 500px) {

    #countdown {
        margin-left: 10px;
        margin-right: 10px;
    }

    .triangle {
        height: 160px;
        width: 200px;
    }

    .unitContainer p.unit {
        font-size: 50px;
    }

    #about {
        right: 0;
    }

    #logo img {
        height: 105px;
    }

    #contentAbout {
     width: 350px;
     padding: 15px;
    }

    h1 {
        margin: 15px 0 7px;
        font-size: 18px;
    }

    h2 {
        margin: 15px 0 7px;
        font-size: 16px;
    }

    h3 {
        margin: 15px 0 7px;
        font-size: 14px;
    }

    .ib-num {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 350px) {

    #contentAbout {
        width: 300px;
        padding: 10px;
    }

    .ib-num {
        margin-right: 15px;
    }
}

.placeholder {
    color: rgba(214, 216, 223, 1);

}

*::-webkit-input-placeholder {
    color: rgba(214, 216, 223, 1);
    opacity: 1;

}

*:-moz-placeholder {
    color: rgba(214, 216, 223, 1);
    opacity: 1;

}

*::-moz-placeholder {
    color: rgba(214, 216, 223, 1);
    opacity: 1;

}

:-ms-input-placeholder {
    color: rgba(214, 216, 223, 1);
    opacity: 1;

}

.hideTriangle {
    -webkit-animation: hideTriangleAnim 2s forwards;
    -moz-animation: hideTriangleAnim 2s forwards;
    -o-animation: hideTriangleAnim 2s forwards;
    animation: hideTriangleAnim 2s forwards;
}

.hideMain {
    -webkit-animation: hideTriangleAnimLeft 2s forwards;
    -moz-animation: hideTriangleAnimLeft 2s forwards;
    -o-animation: hideTriangleAnimLeft 2s forwards;
    animation: hideTriangleAnimLeft 2s forwards;
}

.showMain {
    -webkit-animation: showMainAnim 2s forwards;
    -moz-animation: showMainAnim 2s forwards;
    -o-animation: showMainAnim 2s forwards;
    animation: showMainAnim 2s forwards;
}

/* ANIMATIONS */
@-webkit-keyframes showMainAnim {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
    }
}

@-moz-keyframes showMainAnim {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
        -moz-transform: rotateY(0deg);
    }
}

@-o-keyframes showMainAnim {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
        -o-transform: rotateY(0deg);
    }
}

@keyframes showMainAnim {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes hideTriangleAnimLeft {
    50% {
        opacity: 1;
        -webkit-transform: rotate3d(0, 1, 0, -60deg) translate3d(0, 0, 288px);
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 1, 0, -179deg) translate3d(0, 0, 288px);
    }
}

@-moz-keyframes hideTriangleAnimLeft {
    50% {
        opacity: 1;
        -moz-transform: rotate3d(0, 1, 0, -60deg) translate3d(0, 0, 288px);
    }
    100% {
        opacity: 0;
        -moz-transform: rotate3d(0, 1, 0, -179deg) translate3d(0, 0, 288px);
    }
}

@-o-keyframes hideTriangleAnimLeft {
    50% {
        opacity: 1;
        -o-transform: rotate3d(0, 1, 0, -60deg) translate3d(0, 0, 288px);
    }
    100% {
        opacity: 0;
        -o-transform: rotate3d(0, 1, 0, -179deg) translate3d(0, 0, 288px);
    }
}

@keyframes hideTriangleAnimLeft {
    50% {
        opacity: 1;
        transform: rotate3d(0, 1, 0, -60deg) translate3d(0, 0, 288px);
    }
    100% {
        opacity: 0;
        transform: rotate3d(0, 1, 0, -179deg) translate3d(0, 0, 288px);
    }
}

@-webkit-keyframes hideTriangleAnim {
    50% {
        opacity: 1;
        -webkit-transform: rotate3d(0, 1, 0, 60deg) translate3d(0, 0, 288px);
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 1, 0, 180deg) translate3d(0, 0, 288px);
    }
}

@-moz-keyframes hideTriangleAnim {
    50% {
        opacity: 1;
        -moz-transform: rotate3d(0, 1, 0, 60deg) translate3d(0, 0, 288px);
    }
    100% {
        opacity: 0;
        -moz-transform: rotate3d(0, 1, 0, 180deg) translate3d(0, 0, 288px);
    }
}

@-o-keyframes hideTriangleAnim {
    50% {
        opacity: 1;
        -o-transform: rotate3d(0, 1, 0, 60deg) translate3d(0, 0, 288px);
    }
    100% {
        opacity: 0;
        -o-transform: rotate3d(0, 1, 0, 180deg) translate3d(0, 0, 288px);
    }
}

@keyframes hideTriangleAnim {
    50% {
        opacity: 1;
        transform: rotate3d(0, 1, 0, 60deg) translate3d(0, 0, 288px);
    }
    100% {
        opacity: 0;
        transform: rotate3d(0, 1, 0, 180deg) translate3d(0, 0, 288px);
    }
}

@keyframes rotateTriangleAnim {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, -288px) rotate3d(0, 1, 0, 180deg);

    }
    100% {
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes rotateTriangleAnim {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, -288px) rotate3d(0, 1, 0, 180deg);

    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    }
}

@-moz-keyframes rotateTriangleAnim {
    0% {
        opacity: 1;
        -moz-transform: translate3d(0, 0, -288px) rotate3d(0, 1, 0, 180deg);

    }
    100% {
        -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    }
}

@-o-keyframes rotateTriangleAnim {
    0% {
        opacity: 1;
        -o-transform: translate3d(0, 0, -288px) rotate3d(0, 1, 0, 180deg);

    }
    100% {
        -o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes hideMainAnim {
    0% {
        opacity: 1;
    }
    50% {
        -webkit-transform: rotateY(-60deg) translateZ(288px);
    }
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-179deg) translateZ(288px);
    }
}

@-moz-keyframes hideMainAnim {
    0% {
        opacity: 1;
    }
    50% {
        -moz-transform: rotateY(-60deg) translateZ(288px);
    }
    100% {
        opacity: 0;
        -moz-transform: rotateY(-179deg) translateZ(288px);
    }
}

@-o-keyframes hideMainAnim {
    0% {
        opacity: 1;
    }
    50% {
        -o-transform: rotateY(-60deg) translateZ(288px);
    }
    100% {
        opacity: 0;
        -o-transform: rotateY(-179deg) translateZ(288px);
    }
}

@keyframes hideMainAnim {
    0% {
        opacity: 1;
    }
    50% {
        transform: rotateY(-60deg) translateZ(288px);
    }
    100% {
        opacity: 0;
        transform: rotateY(-179deg) translateZ(288px);
    }
}

@-webkit-keyframes opacityAnim {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes opacityAnim {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes opacityAnim {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacityAnim {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bgColorAnim {
    0% {
        background-color: rgba(0, 0, 0, 0.5);
        border-color: #FFFFFF;
    }
    100% {
        background-color: rgba(255, 255, 255, 0.5);
        border-color: #000000;
    }
}

@-moz-keyframes bgColorAnim {
    0% {
        background-color: rgba(0, 0, 0, 0.5);
        border-color: #FFFFFF;
    }
    100% {
        background-color: rgba(255, 255, 255, 0.5);
        border-color: #000000;
    }
}

@-o-keyframes bgColorAnim {
    0% {
        background-color: rgba(0, 0, 0, 0.5);
        border-color: #FFFFFF;
    }
    100% {
        background-color: rgba(255, 255, 255, 0.5);
        border-color: #000000;
    }
}

@keyframes bgColorAnim {
    0% {
        background-color: rgba(0, 0, 0, 0.5);
        border-color: #FFFFFF;
    }
    100% {
        background-color: rgba(255, 255, 255, 0.5);
        border-color: #000000;
    }
}