@font-face{
    font-family: 'Oswald';
    font-weight: 300;
    font-style: italic;
    src: url(../fonts/Oswald-LightItalic.ttf);
}

@font-face{
    font-family: 'Oswald';
    font-weight: 400;
    font-style: italic;
    src: url(../fonts/Oswald-RegularItalic.ttf);
}

@font-face{
    font-family: 'Oswald';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Oswald-Regular.ttf);
}

@font-face{
    font-family: 'Oswald';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Oswald-Bold.ttf);
}

body,html{
    width: 100%;
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-style: italic;
    background-color: #000;
}

/*clearfix*/
.clearfix:before, .clearfix:after{content:"";display:table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

*{
    box-sizing: border-box;
}

p{
    margin: 0;
}

a{
    text-decoration: none;
    color: initial;
}

/*************************************************** cont ***************************************************/

.cont_outer{
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;

}

.cont_middle{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    
}

.cont_inner{
    display: block;
    position: relative;
    width: 100%;
    max-width: 415px;
    margin: 0 auto;
    height: 100%;
    max-height: 736px;
	min-height: 640px;
}

/*************************************************** container ***************************************************/

.container-table{
    display: table;
    width: 100%;
    height: 100%;
    min-height: 640px;
    background-image: url(../img/picc.png);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}

/******************************* header *************************************/

.header-row{
    display: table-row;
    width: 100%;
    height: 65px;
    text-align: center;
}

.header-inner{
    display: table-cell;
    vertical-align: middle;
}

.header-inner img{
    display: block;
    width: 180px;
    margin: 0 auto
}

/******************************* middle *************************************/

.middle-row{
    display: table-row;
    width: 100%;
}

.middle-inner{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.headline{
    color: #fff;
    text-shadow: 1px 1px 4px #333;
    font-size: 30px;
    text-align: center;
    line-height: 1em
}

.page{
    display: block;
    width: 100%;
    /*height: 58%;*/
}

.page-inner{
    position: relative;
    display: table;
    height: 100%;
    margin: 0 auto;
    padding-top: 35px;
}

.page1 .page-inner{
    width: 80%;
}

.page2,.page3{
    display: none
}

.frau,.mann{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.frau a,.mann a{
    display: block;
    text-align: center;
    text-shadow: 0 0 4px #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 4px;
    text-shadow: 0 0 5px #000,0 0 10px #000;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0 auto;
}

.frau a span,.mann a span{
    display: block;
    position: relative;
    width: 86px;
    height: 86px;
    border-radius: 43px;
    margin: 0 auto 4px;
    
}

.frau a span{
    background: -webkit-linear-gradient(#F06EA9, #EB0B8E, #D0108C);
    background: -o-linear-gradient(#F06EA9, #EB0B8E, #D0108C); 
    background: -moz-linear-gradient(#F06EA9, #EB0B8E, #D0108C); 
    background: linear-gradient(#F06EA9, #EB0B8E, #D0108C); 
    border: 2px solid #F299BB;
}

.mann a span{
    background: -webkit-linear-gradient(#69B3E4, #2B8CCC, #105DAC);
    background: -o-linear-gradient(#69B3E4, #2B8CCC, #105DAC); 
    background: -moz-linear-gradient(#69B3E4, #2B8CCC, #105DAC); 
    background: linear-gradient(#69B3E4, #2B8CCC, #105DAC); 
    border: 2px solid #6BA2D7;
}

.frau a span img{
    width: 40px;
    position: absolute;
    top: 10px;
    left: 21px
}

.mann a span img{
    width: 55px;
    position: absolute;
    top: 9px;
    left: 12px
}

.sex-hover{
    transform: scale(1.2,1.2);
}

@-webkit-keyframes sexclicked{
    0%{
        transform: scale(1,1);
        
    }
    30%{
        transform: scale(0.85,0.85);
        text-shadow: 0 0 3px #000;
    }
    100%{
        transform: scale(1.2,1.2);
        text-shadow:
            0 0 2px #00ff00,
            0 0 5px #00ff00,
            0 0 7px #00ff00,
            0 0 8px #00ff00,
            0 0 10px #00ff00,
            0 0 15px #00ff00,
            0 0 17px #00ff00,
            0 0 20px #00ff00,
        0 0 25px #fff;
    }
}

@-moz-keyframes sexclicked{
    0%{
        transform: scale(1,1);
        
    }
    30%{
        transform: scale(0.85,0.85);
        text-shadow: 0 0 3px #000;
    }
    100%{
        transform: scale(1.2,1.2);
        text-shadow:
            0 0 2px #00ff00,
            0 0 5px #00ff00,
            0 0 7px #00ff00,
            0 0 8px #00ff00,
            0 0 10px #00ff00,
            0 0 15px #00ff00,
            0 0 17px #00ff00,
            0 0 20px #00ff00,
        0 0 25px #fff;
    }
}

@keyframes sexclicked{
    0%{
        transform: scale(1,1);
        
    }
    30%{
        transform: scale(0.85,0.85);
        text-shadow: 0 0 3px #000;
    }
    100%{
        transform: scale(1.2,1.2);
        text-shadow:
            0 0 2px #00ff00,
            0 0 5px #00ff00,
            0 0 7px #00ff00,
            0 0 8px #00ff00,
            0 0 10px #00ff00,
            0 0 15px #00ff00,
            0 0 17px #00ff00,
            0 0 20px #00ff00,
        0 0 25px #fff;
    }
}

.sex-clicked{
    -webkit-animation: sexclicked 0.7s ease-in-out;
    -moz-animation: sexclicked 0.7s ease-in-out; 
    animation: sexclicked 0.7s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes removed{
    0%{
        transform: scale(1.2,1.2);
        text-shadow:
            0 0 2px #00ff00,
            0 0 5px #00ff00,
            0 0 7px #00ff00,
            0 0 8px #00ff00,
            0 0 10px #00ff00,
            0 0 15px #00ff00,
            0 0 17px #00ff00,
            0 0 20px #00ff00,
            0 0 25px #fff;
    }
    30%{
        transform: scale(1.2,1.2);
        text-shadow:
            0 0 2px #00ff00,
            0 0 5px #00ff00,
            0 0 7px #00ff00,
            0 0 8px #00ff00,
            0 0 10px #00ff00,
            0 0 15px #00ff00,
            0 0 17px #00ff00,
            0 0 20px #00ff00,
            0 0 25px #fff;
    }
    100%{
        transform: scale(1,1);
        text-shadow: 0 0 3px #000;
    }
}

@-moz-keyframes removed{
    0%{
        transform: scale(1.2,1.2);
        text-shadow:
            0 0 2px #00ff00,
            0 0 5px #00ff00,
            0 0 7px #00ff00,
            0 0 8px #00ff00,
            0 0 10px #00ff00,
            0 0 15px #00ff00,
            0 0 17px #00ff00,
            0 0 20px #00ff00,
            0 0 25px #fff;
    }
    30%{
        transform: scale(1.2,1.2);
        text-shadow:
            0 0 2px #00ff00,
            0 0 5px #00ff00,
            0 0 7px #00ff00,
            0 0 8px #00ff00,
            0 0 10px #00ff00,
            0 0 15px #00ff00,
            0 0 17px #00ff00,
            0 0 20px #00ff00,
            0 0 25px #fff;
    }
    100%{
        transform: scale(1,1);
        text-shadow: 0 0 3px #000;
    }
}

@keyframes removed{
    0%{
        transform: scale(1.2,1.2);
        text-shadow:
            0 0 2px #00ff00,
            0 0 5px #00ff00,
            0 0 7px #00ff00,
            0 0 8px #00ff00,
            0 0 10px #00ff00,
            0 0 15px #00ff00,
            0 0 17px #00ff00,
            0 0 20px #00ff00,
            0 0 25px #fff;
    }
    30%{
        transform: scale(1.2,1.2);
        text-shadow:
            0 0 2px #00ff00,
            0 0 5px #00ff00,
            0 0 7px #00ff00,
            0 0 8px #00ff00,
            0 0 10px #00ff00,
            0 0 15px #00ff00,
            0 0 17px #00ff00,
            0 0 20px #00ff00,
            0 0 25px #fff;
    }
    100%{
        transform: scale(1,1);
        text-shadow: 0 0 3px #000;
    }
}

.removed{
    -webkit-animation: removed 0.7s ease-in-out;
    -moz-animation: removed 0.7s ease-in-out; 
    animation: removed 0.7s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/********************************* page 2 *************************************/

.page2 .page-inner{
    width: 90%;
}

.inputs{
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
}

.inputs-inner{
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 25px;

}

.inputs-table{
    display: table;
    width: 100%;
}

.day-cont{
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    padding-right: 16px;
    
}

.month-cont{
    display: table-cell;
    vertical-align: middle;
    width: 45%;
    text-align: center;
    padding-right: 8px;
    
}

.year-cont{
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    text-align: center;
    padding-left: 8px;
    
}

.day-cont .inputdate,.month-cont .inputdate,.year-cont .inputdate{
    width: 100%;
    padding: 3px 0;
    text-align: center;
    position: relative;
    font-size: 18px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #a0a09f;
    
    background-image: url(../img/arr-down.png);
    background-size: 10px auto;
    background-position: right 7px top 10px;
    background-repeat: no-repeat;
}

.inputdate p{
    cursor: pointer;
}

.options{
    width: 100%;
    height: 358px;
    position: absolute;
    top: 38px;
    overflow-y: auto;
    display: none;
    z-index: 99999;
}

.options p{
    font-size: 18px;
    padding: 2px 0;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #a0a09f;
    margin: 5px 0;
    cursor: pointer;
}

.options::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.options::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 0 2px #ccc;
}

.question{
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ff0000;
    text-shadow:
        0 0 2px #fff,
        0 0 5px #fff,
        0 0 7px #fff,
        0 0 10px #fff;
}

@-webkit-keyframes selectdate{
    from{
        color: #000;
        background-color: #fff;
    }
    to{
        color: #fff;
        background-color: #333;
    }
}

@-moz-keyframes selectdate{
    from{
        color: #000;
        background-color: #fff;
    }
    to{
        color: #fff;
        background-color: #333;
    }
}

@keyframes selectdate{
    from{
        color: #000;
        background-color: #fff;
    }
    to{
        color: #fff;
        background-color: #333;
    }
}

.selectdate{
    -webkit-animation: selectdate 0.3s ease-in-out;
    -moz-animation: selectdate 0.3s ease-in-out; 
    animation: selectdate 0.3s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/*************************************** page 3 *******************************/

.page3 .page-inner{
    width: 80%;
}

.input-cont{
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
}

#your_email{
    display: table;
    color: #000;
    font-size: 18px;
    padding: 4px 15px;
    width: 100%;
    border-radius: 5px;
    border-color: #ccc;
    margin-bottom: 30px;
    box-shadow: 3px 3px 12px #000;
}






/******************************* footer *************************************/

.footer-row{
    display: table-row;
    width: 100%;
    height: 90px;
    position: relative;
    text-align: center;
}

.footer-inner{
    position: relative;
    height: 90px;
}

.btn{
    font-weight: 300;
    font-style: italic;
    color: #fff;
    font-size: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 4px 15px;
    border-radius: 8px;
    border: 1px solid #94CC77;
    background: -webkit-linear-gradient(#ADD377, #659433);
    background: -o-linear-gradient(#ADD377, #659433); 
    background: -moz-linear-gradient(#ADD377, #659433); 
    background: linear-gradient(#ADD377, #659433); 
    text-shadow: 1px 1px 4px #333;
    width: 225px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-hover{
    background: -webkit-linear-gradient(#659433, #ADD377);
    background: -o-linear-gradient(#659433, #ADD377); 
    background: -moz-linear-gradient(#659433, #ADD377); 
    background: linear-gradient(#659433, #ADD377); 
}

.btn-clicked{
    color: #659433;
    background: -webkit-linear-gradient(#fff, #fff);
    background: -o-linear-gradient(#fff, #fff); 
    background: -moz-linear-gradient(#fff, #fff); 
    background: linear-gradient(#fff, #fff); 
}

.footer-low{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.steps-cont{
    width: 75%;
    display: table;
    margin: 0 auto;
    padding: 10px 0 0;
}

.steps{
    display: table-cell;
    vertical-align: middle;
    width: 33%;
}

.steps p{
    display: block;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    color: #fff;
    background: -webkit-linear-gradient(#EF69A6, #EB008D, #D50D8C);
    background: -o-linear-gradient(#EF69A6, #EB008D, #D50D8C); 
    background: -moz-linear-gradient(#EF69A6, #EB008D, #D50D8C); 
    background: linear-gradient(#EF69A6, #D50D8C); 
    border-radius: 17px;
    border: 1px solid #EE97B9;
    box-shadow: 1px 1px #333,
        2px 2px 5px #333,
        3px 3px 10px #333;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.steps p span{
    position: absolute;
    top: 1px;
    left: 10px;
    text-shadow:
        1px 1px 5px #333;
}

.steps.tobe p{
    opacity: 0.5
}

.steps.paststep p{
    background: -webkit-linear-gradient(#ACACAC, #717171, #858585);
    background: -o-linear-gradient(#ACACAC, #717171, #858585); 
    background: -moz-linear-gradient(#ACACAC, #717171, #858585); 
    background: linear-gradient(#ACACAC, #717171, #858585); 
    border: 1px solid #666;
    box-shadow: none;
}

.affs-row{
    display: table-row;
    width: 100%;
    height: 36px;
}

.affs-cont{
    text-align: center;
    width: 60%;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    z-index: 9999
}

.affs-cont a{
    color: #fff;
    font-size: 15px;
    font-style: normal;
    text-shadow: 1px 1px 4px #333;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.affs-hover a{
    color: #000;
    text-shadow:
        0 0 2px #fff,
        0 0 5px #fff,
        0 0 7px #fff,
        0 0 8px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 17px #fff,
        0 0 20px #fff,
        0 0 25px #fff;
}

.affs-clicked{
    transform: scale(1.1,1.1)
}

.affs-clicked a{
    color: #000;
    text-shadow:
        0 0 2px #fff,
        0 0 5px #fff,
        0 0 7px #fff,
        0 0 8px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 17px #fff,
        0 0 20px #fff,
        0 0 25px #fff;
}

/******** css to js connector ***********/
.css-connector{
    width: 1px;
    height: 0;
}
.cont_inner_back{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/pic.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    display: block;
    opacity: 0.7
}

.right-side{
    display: none;
}

.rs-inner{
    width: 100%;
    height: 100%;
    padding: 75px 18px 0 20px
}

#slideimg{
    width: 277px;
    height: 470.219px;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    position: absolute;
    top: 75px;
    left: 20px;
}

#slide_back_img{
    width: 100%;
    
}

/*************************************************** chicks ***************************************************/

.chicks-row{
    display: table-row;
    width: 100%;
    height: 220px;
}

.chicks-midd{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.chicks-inner{
    display: block;
    width: 100%
}

.chick{
    width: 33%;
    float: left;
    text-align: center;
    position: relative;
    opacity: 0;
}

.chick img{
    width: 95px;
    
}

.chick4,.chick5,.chick6{
    margin-top: 5px
}

.chick p{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -3px;
    color: #fff;
    font-size: 16px;
}

/*************************************************** media ***************************************************/

@media screen and (max-width: 740px){       /********** max mobile landscape ***************/
    .css-connector{
        width: 2px
    }
}

@media screen and (min-width: 1150px){       /********** more than mobile portrait ***************/
    .cont_middle{
        background-image: url(../img/bg_3.jpg);
        background-size: cover;
        background-position: center center;
    }
    .right-side{
        position: absolute;
        width: 315px;
        height: 625px;
        top: -20px;
        left: calc(100% + 50px);
        display: block;
        background-image: url(../img/pic.png);
        background-size: 100% 100%;
        background-position: center center;
        z-index: 999
    }
    .css-connector{
        width: 3px
    }
}

.page3 .page-inner,.page2 .page-inner{
    min-height: 150px;
}

@-webkit-keyframes chickin{
    0%{
        opacity: 0;
        transform: scale(0.5,0.5);
    }
    10%{
        opacity: 1;
    }
    90%{
        transform: scale(1.1,1.1);
    }
    100%{
        opacity: 1;
        transform: scale(1,1);
    }
}

/*@-moz-keyframes chickin{
    from{
        opacity: 0;
        transform: scale(0.5,0.5);
    }
    to{
        opacity: 1;
        transform: scale(1,1);
    }
}

@keyframes chickin{
    from{
        opacity: 0;
        transform: scale(0.5,0.5);
    }
    to{
        opacity: 1;
        transform: scale(1,1);
    }
}*/

.chickin{
    -webkit-animation: chickin 0.5s ease-in-out;
    -moz-animation: chickin 0.5s ease-in-out; 
    animation: chickin 0.5s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}