@import url(fonts.css);

html {
    /*background: url(../images/bg_03.png) no-repeat center center fixed;*/

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y: scroll;
}

body {
    margin: 0;
}

.header {
    width: 100%;

}

.header .hbg {
    width: 100%;
    height: 384px;
    /*background-image: url(images/bg_03.png);*/
}

.logo {
    /*background-image: url(../images/logo_01.png);*/
    width: 206px;
    height: 130px;
}

.white-rectangle-1 {
    width: 100%;
    height: 335px;

    background-color:  #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(24, 27, 30, 0.4);
}

.white-rectangle-1 .bg-white-1 {
    width: 100%;
    height: 335px;
    background-image: url(../images/white_vector_01.png);
}

/*

.black-rectangle-1 {
    width: 100%;
    height: 575px;

    background-color:  #444444;
    box-shadow: 0px 0px 30px 0px rgba(24, 27, 30, 0.4);
}

.black-rectangle-1 .bg-black-1 {
     width: 100%;
    height: 575px;
    background-image: url(../images/black_vector_01.png);
}
*/
.transparent-rectangle-1 {
    width: 100%;
    height: 575px;
    background-color: rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 30px 0px rgba(24, 27, 30, 0.4);
}

.transparent-rectangle-1 .bg-transparent-1 {
    width: 100%;
    height: 575px;
    background-color: rgba(0, 0, 0, 0);
}


.white-rectangle-2 {
    width: 100%;
    height: 967px;

    background-color:  #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(24, 27, 30, 0.4);
}

.white-rectangle-2 .bg-white-2 {
    width: 100%;
    height: 1180px;
    background-image: url(../images/lines_mask_01.png);
}

.text-style-2 {
    font-family: gentonalight_italic; 
    color:  #fff; 
    font-size: 18px; 
    line-height: 22px;
}

.text-style-1 {
    font-family: gentonalight;
    color:  #211f1f;
    font-size: 30px;
    line-height: 65px;
    font-weight: 300;
}

.divider-1 {
    border-right: 2px solid #5aa1e2;
}
/*
@-webkit-keyframes pulse {
    0% { 
        -webkit-transform: scale(1);
    } 

    50% {
        -webkit-transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

#logo-spark:hover {

    opacity:1;
    z-index:+1;
    -webkit-animation: pulse 1s infinite;

}*/

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.05); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }    
    50% { -moz-transform: scale(1.05); }
    100% { -moz-transform: scale(1); }
}
@-ms-keyframes pulse {
    0% { -ms-transform: scale(1); } 
    50% { -ms-transform: scale(1.05); }
    100% { -ms-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }  
    50% { -o-transform: scale(1.05); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); } 
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

#logo-spark:hover {
    opacity:1;
    z-index:+1;

    -webkit-animation: pulse 1s infinite;
    -moz-animation: pulse 1s infinite;
    -ms-animation: pulse 1s infinite;
    -o-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}

#survey-pointer {
    opacity:1;
    z-index:+1;

    -webkit-animation: pulse 1.4s infinite;
    -moz-animation: pulse 1.4s infinite;
    -ms-animation: pulse 1.4s infinite;
    -o-animation: pulse 1.4s infinite;
    animation: pulse 1.4s infinite;
}

/****************************************/

.white-rectangle-questionary-box {
    box-shadow: 0px 0px 10px 0.00px rgba(24, 27, 30, 0.4);
    margin: 0 auto;
    width: 990px;
    background-color: white;
}

.white-rectangle-questionary-info {
    box-shadow: 0px 0px 10px 0.00px rgba(24, 27, 30, 0.4);
    margin: 0 auto;
    width: 990px;
    height: 245px;
    background-color: white;
}

.white-rectangle-questionary-info .white-rec-questionary-bg {
    width: 990px;
    height: 245px;
    background-image: url(../images/white_vector_01.png);
}


.questionary-info-text {
    font-family: gentonalight;
    color:  #211f1f;
    font-size: 23px;
    font-weight: 300;
    text-align: center;
}

.questionary-info-subtext {
    font-family: gentonalight;
    color:  #4f4f4f;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

