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;
}

p {
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

img {
    border: 0;
}

#loading {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-top: -42px;
    margin-left: -36px;
    z-index: 1505;
}

#black {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1500;
    background-color: black;
    overflow: hidden;
}

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

input, textarea, button {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    outline: 0;
}

.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);
    }
}

#background-youtube {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -500;

    max-width: none !important;

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

#background-player {
    position: absolute;
    width: 100%;
    height: 100%;
}

#youtubeId {
    display: none;
}

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

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

.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: hidden;
}

#content {
    text-align: center;
    min-height: 100%;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;

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

#mainContent {
    height: auto;
}

#mainContact {
    display: block;
    z-index: 150;
}

#AboutUsContent {
    display: none;
    margin: 0 auto;
    width: 873px;
    position: relative;
    height: 0;
    color: #d6d8df;
}

#contentAbout {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 60px 60px 60px;
    border-radius: 10px;
}

#AboutUs {
    width: 95%;
    text-align: justify;
    margin: 0 auto;
    font-size: 18px;
    line-height: 165%;
    padding-top: 20px;
    font-family: Roboto;
}

h2 {
margin-top: 20px;
margin-bottom: 10px;
font-size: 20px;
color: #d6d8df;
}

a {
    color: #b1acb3;
}

a:hover {
    color: #8d3719;
}

.footerSize {
    min-height: 110px;
}

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

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

#countdown {
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 40px;
    margin-right: 40px;

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

    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

#contact {
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
}

#contact.hideContact {
    left: -100px;
}

#about {
    display: inline-block;
    margin-left: 20px;
    margin-top: 15px;
}

#about.hideAbout {
    right: -100px;
}

.triangle {
    display: inline-block;
    width: 850px;
    height: 220px;
    /*border: 1px solid #FFFFFF;*/
    margin-right: 10px;
    margin-left: 10px;
    -webkit-transform: rotate(360deg);
    position: relative;
    /*border-radius: 180px;*/

     opacity: 1;
    -webkit-transform-style: preserve-3d;
        -webkit-animation: rotateTriangleAnim 1s forwards;
        -moz-animation: rotateTriangleAnim 1s forwards;
        -o-animation: rotateTriangleAnim 1s forwards;
        animation: rotateTriangleAnim 1s forwards;
}

.countContainer {
    position: absolute;
    text-align: center;
    height: 230px;
    width: 915px;
    margin-left: -35px;
}

.countContainer.invert {
    top: -230px;
}

.countContainer p {
    text-align: center;
}

.countContainer div.unitContainer {
    height: 50px;
    display: table;
    width: 100%;
}

.countContainer div.unitContainer.invert {
    height: 110px;
}

.countContainer p.unit {
    display: table-cell;
    vertical-align: top;
    bottom: 0;
    color: #FFFFFF;
    font-size: 30px;
    /*letter-spacing: 1px;*/
    /*Larnaca | Cyprus full size*/
    font-family: Lato;
}

.countContainer div.unitContainer.invert p.unit {
    vertical-align: top;
}

.countContainer div.numberContainer {
    /*height: 150px;*/
    display: table;
    width: 100%;
}

.countContainer div.numberContainer.invert {
    height: 120px;
}

.countContainer p.number {
    display: table-cell;
    position: relative;
    font-size: 105px;
    font-weight: normal;
    vertical-align: bottom;
    line-height: 110px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #FFFFFF;
}

.countContainer h1 {
    padding: 10px;
    font-size: 50px;
    color: #fff;
    font-family: Lato;
    /*Noesis Investment Holding full size*/
}


#subscribe {
    margin: 50px auto 20px;
}

#subscribe form {
    height: 100%;
    width: 100%;
}
   
    /*subsripe field on / off full size*/
#subscribe form input {
    font-size: 16px;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
    outline: 0;
    height: 57px;
    /*background-color: rgba(255, 255, 255, 0.2);*/
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, 0.5);
}

#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;
}

#sendContainer {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-left: -35px;
}

#send {
    border: 0;
    background: transparent  url("images/envelope/send.png") 0 0 no-repeat;
    width: 24px;
    height: 39px;
    outline: 0;
    margin-left: 7px;

    -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;
}

#send:hover {
    -ms-transform: scale(1.4);
            -webkit-transform: scale(1.4);
            transform: scale(1.4)
}

#envelope {
    border: 0;
    background: transparent url("images/envelope/envelope.png") 0 0 no-repeat;
    width: 39px;
    height: 39px;
    margin-left: 10px;
    outline: 0;
    -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;
}

#envelope:hover {
    -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
}

#about_us {
    border: 0;
    background: transparent url("images/envelope/info.png") 0 0 no-repeat;
    width: 39px;
    height: 39px;
    outline: 0;

    -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;
}

#about_us:hover {
    -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
}

#subscribe form input:hover, #subscribe form input:focus {
    color: #fff;
    background-color: transparent;
    border: 1px solid rgba(40, 42, 56, 0.5);
    padding-bottom: -5px;
}

.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
}

#thanks {
    line-height: 42px;
    height: 42px;
    font-size: 25px;
    font-weight: bold;
}

#subscribe form #contact {
    vertical-align: top;
    display: inline-block;
}

#subscribe form #about {
    vertical-align: top;
    display: inline-block;
}

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

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

#closeButton {
    border: 0;
    background: url("images/xButton/x.png");
    background-position: 0 0;
    background-size: 19px, 19px;
    width: 19px;
    height: 19px;
    z-index: 100;
    position: absolute;
    right: -85px;
    margin-top: -45px;
    -webkit-transition: all 1.3s ease-in-out;
    -moz-transition: all 1.3s ease-in-out;
    -o-transition: all 1.3s ease-in-out;
    -ms-transition: all 1.3s ease-in-out;
}

#closeButton:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

#closeAbout {
    border: 0;
    background: url("images/xButton/x.png");
    background-position: 0 0;
    background-size: 19px, 19px;
    width: 19px;
    height: 19px;
    z-index: 100;
    position: absolute;
    right: -25px;
    margin-top: -25px;
    -webkit-transition: all 1.3s ease-in-out;
    -moz-transition: all 1.3s ease-in-out;
    -o-transition: all 1.3s ease-in-out;
    -ms-transition: all 1.3s ease-in-out;
}

#closeAbout:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.error {
    display: none;
    color: #b1acb3;
    font-size: 12px;
    position: absolute;
    top: 50px;
    padding: 5px;
    width: 100%;
    opacity: 1;
    background-color: #1e1b22;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.goAwayDown {
    top: 80px;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.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);
}

#contactArea {
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    padding: 20px 60px 0px 60px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    border-radius: 10px;
}

#contactArea textarea {
    width: 719px;
    height: 100px;
    outline: 0;
    line-height: 100%;
    padding-top: 5px;
}

#contactContent form div {
    text-align: left;
}

#contactContent form div.sendContactContainer {
    text-align: right;
}

#contactMessage {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    border-top: 1px #d6d8df solid;
    border-bottom: 1px #d6d8df solid;
    background-color: transparent;
    width: 329px;
    margin-top: 35px;
    padding-top: 10px;
    height: 160px;
    overflow: hidden;
}

#contactInfo {
    display: table;
    width: 100%;
}

#contactInfo div {
    display: table-cell;
    margin: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contactInfo span, #contactMsg span {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.contactField {
    width: 345px;
    height: 30px;
    color: #d6d8df;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #d6d8df;
    font-size: 14px;
}

#contactName {
margin-right: 25px;
}

.sendContactContainer {
    position: relative;
    width: 100%;
    text-align: right;
    margin-right: 100px;
}

#sendContact {
    border: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: -30px;
    background: transparent url("images/envelope/send.png") 0 0 no-repeat;
    width: 45px;
    height: 45px;
    outline: 0;

    -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;
}

#sendContact:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.errorContact {
    display: none;
    color: #FFFFFF;
    font-size: 12px;
    width: 100%;
    opacity: 1;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#backgroundImage {
    display: none;
}

#slides {
    display: none;
}

#slide {
    display: none;
}

@media only screen and (max-width: 1540px) {
 /* Abstand Logo Überschrift*/
    #header {
        margin-bottom: 50px;
    }

    #contact {
        left: 30px;
    }

    #about {
        right: 30px;
    }
    
    /*Größe Logo*/
    #logo img {
        height: 100px;
    }

    .triangle {
        height: 190px;
        width: 600px;
    }


    .countContainer {
        height: 180px;
        width: 600px;
        margin-left: -9px;
        margin-top: -17px;
    }

    .countContainer.invert {
        top: -180px;
    }

    .countContainer div.unitContainer {
        height: 30px;
        display: table;
        width: 100%;
    }

    .countContainer div.unitContainer.invert {
        height: 80px;
    }

    .countContainer p.unit {
        font-size: 0.9em;
    }

    .countContainer div.unitContainer.invert p.unit {
        vertical-align: top;
    }

    /*.countContainer div.numberContainer {*/
        /*height: 140px;*/
    /*}*/

    .countContainer div.numberContainer.invert {
         height: 100px;
     }

    .countContainer p.number {
        font-size: 80px;
        line-height: 70px;
    }
    /*Larnaca | Cyprus */
    .unitContainer p.unit {
        font-size: 30px;
    }

    #subscribe form input {
        height: 45px;
    }

    #send {
        margin-top: -6px;
    }

    #send:hover {
        -ms-transform: scale(1.2);
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }

    #envelope {
        margin-top: -6px;
    }

    #about_us {
        margin-top: -6px;
    }

    .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);
    }
    
    /*Font size CONTSCT US*/
    h2 {
        margin-top: 15px;
        margin-bottom: 7px;
        font-size: 18px;
    }

    #contactMessage {
        height: 120px;
    }

    #contactArea {
        padding: 17px 55px 0px 55px;
    }

    #contactArea textarea {
        width: 619px;
    }

    .contactField {
        width: 297px;
    }
    
    /*Größe About Us Box*/
    #AboutUsContent {
        width: 700px;
    }

    #contentAbout {
        padding: 17px 55px 55px 55px;
    }
    
    /*Fontsize About us*/
    #AboutUs {
        font-size: 14px;
    }
}

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

    #contact {
        left: 10px;
    }

    #about {
        right: 10px;
    }

    #logo img {
        height: 100px;
    }

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

    .countContainer {
        height: 134px;
        width: 370px;
        margin-left: 0px;
        margin-top: -10px;
    }

    .countContainer.invert {
        top: -134px;
    }

    .countContainer div.unitContainer {
        height: 24px;
        display: table;
        width: 100%;
    }

    .countContainer div.unitContainer.invert {
        height: 64px;
    }

    .countContainer p.unit {
        font-size: 0.7em;
    }

    .countContainer div.unitContainer.invert p.unit {
        vertical-align: top;
    }

    /*.countContainer div.numberContainer {*/
        /*height: 110px;*/
    /*}*/

    .countContainer div.numberContainer.invert {
        height: 70px;
    }

    .countContainer p.number {
        font-size: 60px;
        line-height: 50px;
    }
    /*Noesis Investment Holding*/
    .countContainer h1 {
        font-size: 35px;
    }
    /*Larnaca | Cyprus full size*/
    .unitContainer p.unit {
        font-size: 20px;
    }

    #subscribe form input {
        width: 250px;
        margin-left: 55px;
    }

    #send {
        margin-right: 10px;
        margin-left: -20px;
    }

    #contactArea textarea {
        width: 419px;
    }

    #contactArea {
            padding: 15px 50px 0px 50px;
    }

    .contactField {
        width: 197px;
    }

    #AboutUsContent {
            width: 490px;
    }

    #contentAbout {
            padding: 15px 50px 50px 50px;
    }
}

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

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

    .triangle {
        height: 160px;
        width: 200px;
    }
    /*Abstand Logo und Schrift*/
    .countContainer {
        height: 134px;
        width: 200px;
        margin-left: 0px;
        margin-top: -10px;
    }
    
    /*Noesis Investment Holding*/
    .countContainer h1 {
        font-size: 35px;
    }
    
    /*Larnaca | Cyprus*/
    .unitContainer p.unit {
        font-size: 20px;
    }

    #contact {
        left: 0;
    }

    #about {
        right: 0;
    }
    /*Logogröße*/
    #logo img {
        height: 100px;
    }

     #AboutUsContent {
         width: 350px;
     }

    #contactArea textarea {
        width: 282px;
    }

    .contactField {
        width: 129px;
    }

    #contactArea {
        width: 280px;
        padding: 10px 40px 0px 40px;
     }

    #contactContent form {
        width: 280px;
    }

    #contentAbout {
        padding: 10px 40px 40px 40px;
    }

    #closeButton {
        right: -25px;
        margin-top: 10px;
    }

    #closeAbout {
        right: 20px;
        margin-top: 25px;
    }

    #subscribe form input {
    width: 240px;
    margin-left: 52px;
    }

    #send {
        margin-right: 10px;
        margin-left: -30px;
    }

    #envelope {
            margin-left: 25px;
        }

}

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

    
    #logo img {
        height: 80px;
    }
    #subscribe form input {
        width: 240px;
        margin-left: 52px;
    }

    #send {
        margin-right: -15px;
        margin-left: 85px;
    }

    #envelope {
        margin-left: 10px;
    }

}



.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;
}

#contactContent {
    display: none;
    position: relative;
    height: 0;
}

.showContact {
    -webkit-animation: showContactAnim 2s forwards;
    -moz-animation: showContactAnim 2s forwards;
    -o-animation: showContactAnim 2s forwards;
    animation: showContactAnim 2s forwards;
    z-index: 250;
}

.hideContact {
    -webkit-animation: hideContactAnim 1s forwards;
    -moz-animation: hideContactAnim 1s forwards;
    -o-animation: hideContactAnim 1s forwards;
    animation: hideContactAnim 1s 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 showContactAnim {
    0% {
        display: block;
        -webkit-transform: scale(0.2);
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes showContactAnim {
    0% {
        display: block;
        -moz-transform: scale(0.2);
        opacity: 0;
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes showContactAnim {
    0% {
        display: block;
        -o-transform: scale(0.2);
        opacity: 0;
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes showContactAnim {
    0% {
        display: block;
        transform: scale(0.2);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes hideContactAnim {
    0% {
        display: block;
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

@-moz-keyframes hideContactAnim {
    0% {
        display: block;
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

@-o-keyframes hideContactAnim {
    0% {
        display: block;
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes hideContactAnim {
    0% {
        display: block;
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

@-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;
    }
}