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

.audioButton {
     margin-top: 75px;
     margin-left: 40px;
     position:absolute;
     padding: 0;
     border: none;
     background: url("images/icons/music-on.gif") no-repeat left top;
     width:40px;
     height:40px;
     cursor: pointer;
}

.audioButtonOff {
     margin-top: 75px;
     margin-left: 40px;
     position:absolute;
     padding: 0;
     border: none;
     background: url("images/icons/music-off.png") no-repeat left top;
     width:40px;
     height:40px;
     cursor: pointer;
}

#titles {
    color: grey;
    padding-top: 50px;
    padding-left: 50px;
}

input, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

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;
    font-family: arial, helvetica, tahoma, sans-serif;
}

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

body {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    background-color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
   /* cursor: url('images/icon.cur'), move !important;*/
}

input, textarea, button {
    font-size: 17px;
    font-family: 'Arial', 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: absolute;
    width: 100%;
    height: 55%;
    vertical-align: middle;
    display: block;
}

.headerSize {
    min-height: 320px;
}

.headerSizeInAboutUs {
    min-height: 0px;
}

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

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

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


#headerText {
    margin-bottom: 40px;
    font-size: 33px;
    font-weight: 100;
}

.content-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100%;
    display: table;
    overflow: hidden;
    margin-bottom: -150px;
}
.swiper-container {
    -moz-perspective: 300px;
    -ms-perspective: 300px;
    -o-perspective: 300px;
    -webkit-perspective: 300px;
    perspective: 300px;    
}

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

.swiper-slide {
    -moz-perspective: 300px;
    -ms-perspective: 300px;
    -o-perspective: 300px;
    -webkit-perspective: 300px;
    perspective: 300px;
}

#mainContent {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
    transform: rotate3d(0, 1, 0, 0deg);
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    -moz-transform: rotate3d(0, 1, 0, 0deg);
    -o-transform: rotate3d(0, 1, 0, 0deg);
    -ms-transform: rotate3d(0, 1, 0, 0deg);

    border: 0;
    -webkit-box-shadow: inset 0 0 0 #FFFFFF;
    -o-box-shadow: inset 0 0 0 #FFFFFF;
    box-shadow: inset 0 0 0 #FFFFFF;
    -webkit-transition: -webkit-box-shadow 1s;
    -moz-transition: -moz-box-shadow 1s;
    transition: box-shadow 1s;
    background: url("images/pattern.png");
}

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

#aboutUsContent {
    margin: 0 auto;
    width: 100%;
    position: relative;
    height: 100%;
    overflow: auto;
    -webkit-transform: rotate3d(0, 1, 0, -33deg);
    border: 0;
    -webkit-box-shadow: inset 0 0 0 #FFFFFF;
    -o-box-shadow: inset 0 0 0 #FFFFFF;
    box-shadow: inset 0 0 0 #FFFFFF;
    -webkit-transition: -webkit-box-shadow 1s;
    -moz-transition: -moz-box-shadow 1s;
    transition: box-shadow 1s;
    background: url("images/pattern.png");
}

#contentAbout {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 30px 50px 30px 50px;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 75px;
    margin-bottom: 30px;
}

h2 {
    font-size: 35px;
    font-family: Open Sans;
    font-weight: 100;
    text-align: center;
    padding-bottom: 25px;
    color: #c7b0ed;
}

h3 {
    font-size: 15px;
    font-family: Open Sans;
    font-weight: 400;
    margin: 10px;
    text-align: center;
    border-bottom: 3px solid #c7b0ed;
    padding-bottom: 10px;
}

h4 {
    margin: 0;
    padding: 0;
    font-family: Open Sans;
    font-weight: 400;
}

p {
    margin: 0;
    padding: 0;
    font-family: Open Sans;
    font-weight: 100;
}

.benefit {
    font-family: Open Sans;
    color: #c7b0ed;
}

a {
    color: #b1acb3;
    font-family: Open Sans;
    font-weight: 100;
}

a:hover {
   color: #c7b0ed;
}

#address_phone_email {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    line-height: 120%;
}

#address_phone_email div {
    display: inline-block;
    text-align: center;
    width: 200px;
    font-size: 14px;
    padding-bottom: 20px;
}

#aboutUs {
    width: 95%;
    text-align: justify;
    margin: 0 auto;
    font-family: Oswald;
    font-size: 14px;
    line-height: 170%;
    padding-top: 10px;
    padding-bottom: 15px;
}

.stripe_end {
    margin-top: -46px;
}

.stripe_end_contact {
    margin-top: -16px;
}

a {
    color: #FFFFFF;
}

.footerSize {
    min-height: 150px;
}

#footer {
    position: absolute;
    width: 100%;
    height: 150px;
    vertical-align: top;
    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: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    -webkit-perspective: 400px;
    perspective: 300px;

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

#homeInContact {
    position: absolute;
    right: 50px;
    top: 50%;
    z-index: 2000;

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

#homeInAboutUs {
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 2000;

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

#contact {
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 2000;

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

#about {
    position: absolute;
    right: 50px;
    top: 50%;
    z-index: 2000;

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

.square {
    display: inline-block;
    width: 190px;
    height: 180px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0);
    -webkit-transform: rotate(360deg);
    position: relative;
    margin-right: 10px;
    margin-left: 10px;

    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: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 45px;

}

.countContainer p {
    text-align: center;
}

.countContainer div.unitContainer {
    position: absolute;
    height: 45px;
    display: table;
    width: 100%;
}

.countContainer p.unit {
    display: table-cell;
    vertical-align: bottom;
    bottom: 0;
    color: #FFFFFF;
    font-size: 1.2em;
    font-family: 'Open Sans';
    font-weight: 100;
    letter-spacing: 1px;
}

.countContainer div.numberContainer {
    position: absolute;
    display: table;
    height: 200px;
    width: 100%;
}

.countContainer p.number {
    display: table-cell;
    position: relative;
    font-size: 75px;
    vertical-align: bottom;
    line-height: 200px;
    font-family: 'Poiret One';
    font-weight: 400;

    color: #c7b0ed;
}

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

#subscribe form {
    height: 100%;
    width: 100%;
}

#subscribe form input {
    font-size: 15px;
    font-weight: 100;
    padding-left: 20px;
    padding-bottom: 0;
    padding-right: 10px;
    outline: 0;
    height: 40px;
    background-color: transparent;
}

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

    -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-left: 60px;
}

#send {
    border: 0;
    background: transparent url("images/icons/subscribe.png") 0 0 no-repeat;
    background-size: 165px 40px;
    width: 165px;
    height: 40px;
    outline: 0;
    margin-left: -48px;
}

#contactButton {
    background-image: url("images/icons/contact.png");
    -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
}

#contactButton:hover {
    -webkit-transform: translateX(-7px);
        -moz-transform: translateX(-7px);
        -o-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
}

#aboutUsButton {
    background-image: url("images/icons/info.png");
    -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
}

#aboutUsButton:hover {
    -webkit-transform: translateX(7px);
        -moz-transform: translateX(7px);
        -o-transform: translateX(7px);
        -ms-transform: translateX(7px);
}


#homeInAboutUsButton {
    background-image: url("images/icons/.png");
    -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
}

#homeInAboutUsButton:hover {
    -webkit-transform: translateX(-7px);
        -moz-transform: translateX(-7px);
        -o-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
}

#homeInContactButton {
    background-image: url("images/icons/info.png");
    -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
}

#homeInContactButton:hover {
    -webkit-transform: translateX(7px);
        -moz-transform: translateX(7px);
        -o-transform: translateX(7px);
        -ms-transform: translateX(7px);
}

.navButton {
    border: 0;
    background: transparent;
    outline: 0;
    background-size: 150px, 39px;
    width: 75px;
    height: 39px;
}

.navButton:hover {
        background-position: -75px 0px;
}

.navArrowRight{
    vertical-align:top; 
    margin-top:8px;
    display: inline-block;
    font-size:20px;
}

.navArrowLeft{
    vertical-align:top; 
    margin-top:8px;
    display: inline-block;
    font-size:20px;
}


#subscribe form input:hover, #subscribe form input:focus {
    color: #FFFFFF;
    background-color: transparent;
}

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

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

    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 10px;

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

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

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

.error {
    display: none;
    color: #b1acb3;
    font-size: 13px;
    position: absolute;
    top: 45px;
    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;
    padding-bottom : 20px;
    display: block;
    vertical-align: bottom;
}

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

.icon {
    list-style: none;
    display: inline-block;
    height: 58px;
    width: 41px;
    vertical-align: middle;
    margin: 0;
    padding: 10px;
}

.icon a {
    display: block;
    background-size: 45px, 45px;
    width: 45px;
    height: 45px;
    -webkit-transition: all 0.5s ease-in-out;
         -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
         -ms-transition: all 0.5s ease-in-out;
}

/*.icon a:hover {
     -webkit-transform: scale(1.2,1.2);
     -moz-transform: scale(1.2,1.2);
     -o-transform: scale(1.2,1.2);
     -ms-transform: scale(1.2,1.2);
}*/

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

 #contactArea input, #contactArea textarea {
    background-color: rgba(255, 255, 255, 0);
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 14px;
}

#contactArea input {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

#contactArea textarea {

    background: url("images/icons/message_lines.png") 0 0 no-repeat;
    background-size: 700px 100px;
    width: 700px;
    height: 122px;
    outline: 0;
    line-height: 200%;
    padding-top: 8px;
}

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

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

#contactMessage {
    height: 160px;
    overflow: hidden;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: transparent;
    width: 100%;
}

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

#contactInfo div {
    display: table-cell;
    padding: 10px;
    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;
}

#contactMsg {
    padding: 0px 10px 10px 10px;
}

.contactField {
    width: 100%;
    color: #FFFFFF;
    border: 0;
}

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

#sendContact {
    border: 0;
    background: transparent url("images/icons/send.png") 0 0 no-repeat;
    background-size: 50px 30px;
                     width: 50px;
                     height: 30px;
    outline: 0;
    margin-left: 7px;
    margin-top: -7px;
    -webkit-transition: all 0.5s ease-in-out;
         -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
         -ms-transition: all 0.5s ease-in-out;
}

#sendContact:hover {
    -webkit-transform: scale(1.1);
         -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
         -ms-transform: scale(1.1);
}

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

.placeholder {
    color: rgba(255, 255, 255, 255);
    font-family: 'Roboto', sans-serif;
}

*::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-family: 'Roboto', sans-serif;
}

*:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-family: 'Roboto', sans-serif;
}

*::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-family: 'Roboto', sans-serif;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-family: 'Roboto', sans-serif;
}

#contactContent {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-transform: rotate3d(0, 1, 0, 33deg);
    border: 0;
    -webkit-box-shadow: inset 0 0 0 #FFFFFF;
    -o-box-shadow: inset 0 0 0 #FFFFFF;
    box-shadow: inset 0 0 0 #FFFFFF;
    -webkit-transition: -webkit-box-shadow 1s;
    -moz-transition: -moz-box-shadow 1s;
    transition: box-shadow 1s;
    background: url("images/pattern.png");
}

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

    #header {
        height: 45%;
    }

    #logo img {
        width: 300px;
    }

    .square {
        width: 150px;
        height: 150px;
        margin-bottom:10px;
    }

    #logoContainer {
        width: 300px;
        margin-top: 40px;
    }

    #headerText {
        margin-bottom: 35px;
        font-size: 28px;
    }

    .countContainer div.unitContainer {
        height: 40px;
    }

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

    .countContainer div.numberContainer {
        height: 150px;
        width: 100%;
    }

    .countContainer p.number {
        font-size: 70px;
        line-height: 130px;
    }

    h2 {
        font-size: 26px;
        font-family: 'Open Sans'
    }

    h4 {
        font-size: 13px;
    }

    #address_phone_email {
        margin-top: 6px;
        line-height: 110%;
    }

    #contactArea textarea {
        background-size: 600px 98px;
        width: 600px;
        height: 98px;
        outline: 0;
        line-height: 240%;
        padding-top: 5px;
    }

    #contactArea {
        width: 600px;
    }

    #contentAbout {
        padding: 30px;
        margin-left: 20%;
        margin-right: 20%;
    }

    .navButton {
        background-size: 150px, 39px;
        width: 75px;
        height: 39px;
    }

    #animContainer {
        width: 240px;
    }

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

    #subscribe form input {
        height: 35px;
        font-size: 14px;
    }

    #send {
        background-size: 125px 40px;
        width: 125px;
        height: 40px;
    }

    #sendContact {
        margin-top: 4px;
    }

    .icon {
             height: 45px;
             width: 30px;
         }

    .icon a {
    background-size: 35px, 35px;
    width: 35px;
    height: 35px
    }

    .footerSize {
        min-height: 110px;
    }

}

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

    #logo img {
        width: 250px;
    }

    #logoContainer {
        width: 250px;
        margin-top: 0px;
    }

    .square {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom:10px;
    }

    #contentAbout {
        margin-left: 10%;
        margin-right: 10%;
    }

    #contactArea {
        width: 400px;
    }

    h2 {
    font-size: 25px;
    }

    #contactArea textarea {
        background-size: 390px 88px;
        width: 390px;
        height: 88px;
        outline: 0;
        line-height: 210%;
        padding-top: 5px;
    }

    #homeInContact {
        top: 20px;
    }

    #homeInAboutUs {
        top: 20px;
    }

    #contact {
        top: 20px;
    }

    #about {
        top: 20px;
    }

    #aboutUs {
        margin: 0 auto;
        font-size: 13px;
        line-height: 160%;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .navButton {
        background-size: 120px, 30px;
        width: 60px;
        height: 30px;
    }

     #animContainer {
           width: 236px;
     }

     #subscribe form input {
           height: 36px;
     }

     #send {
           background-size: 125px 35px;
           width: 125px;
           height: 35px;
     }

     #sendContact {
        background-size: 50px 30px;
                         width: 50px;
                         height: 30px;
     }

     .icon {
         height: 55px;
         width: 30px;
     }

     .icon a {
         background-size: 38px, 38px;
         width: 38px;
         height: 38px
         }
		 #iconsWrapper {

    padding-left: 0px;
    padding-right: 0px;

}
 #footer
 {
	     margin-top: 148px;
 }
}

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

    #header {
        height: 40%;
    }

    #logo img {
        width: 200px;
    }

    #headerText {
            font-size: 20px;
    }

    .headerSize {
    min-height: 230px;
    }

    .headerSizeInAboutUs {
        min-height: 100px;
    }

    h2 {
        font-size: 28px;
        padding-top: 20px;
    }
    
    #contactInfo div {
        padding: 5px;
        margin: 5px;
    }

    #contactMsg {
        padding: 20px 5px 5px 5px;
    }

    #contactArea {
        padding: 10px 10px 10px 10px;
        width: 240px;
        height: 305px;
        margin-bottom : 60px;
        margin-top: 30px;
    }

    #contactArea textarea {
         background-size: 230px 88px;
         width: 230px;
         height: 88px;
         outline: 0;
         line-height: 200%;
         padding-top: 5px;
     }

    #animContainer {
            width: 236px;
        }

    #subscribe form input {
            height: 38px;
        }

    #send {
            background-size: 120px 40px;
            width: 120px;
             height: 40px;
        }

     .error {
         margin-top: -22px;
         padding:1px;
     }

     #contentAbout {
         padding: 30px;
         margin-left: 7%;
         margin-right: 7%;
         margin-bottom: 200px;
     }

    .stripe_end {
        display: none;
    }

    #aboutUs {
        font-size: 13px;
        line-height: 150%;
    }

    #sendContact {
        margin-top: 22px;
    }

    .stripe_end_contact {
        margin-top: -256px;
    }
    .navArrowRight{
    vertical-align:top; 
    margin-top:8px;  
    font-size:10px !important;
    color:transparent;
}
    .navArrowLeft{
    vertical-align:top; 
    margin-top:8px;
    font-size:10px !important;
    color:transparent; 
}

    @keyframes test {
        0% {
            transform: matrix(1, 0, 0, 1, 0, 0);
        }
        100% {
            transform: matrix(1, 0, 0, 1, 250, 250);
        }
    }
		 #iconsWrapper {

    padding-left: 0px;
    padding-right: 0px;

}
 #footer
 {
	     margin-top: 148px;
 }

}
