@font-face {
    font-family: "Myriad Pro";
    src: url(../fonts/MyriadPro-Regular.eot);
    src: url(../fonts/MyriadPro-Regular.eot?#iefix) format('embedded-opentype'), 
        url(../fonts/MyriadPro-Regular.woff) format('woff'), 
        url(../fonts/MyriadPro-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
body,html{
    width: 100%;
    margin: 0;
    font-family: "Myriad Pro";
    font-weight: 400;
}

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

*{
    box-sizing: border-box;
}

p{
    margin: 0;
}

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

#js_connector{      /*mobile*/
    width: 1px;
    height: 0;
}

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

.container_outer{
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-mob.jpg);
    background-size: 100% auto;
    background-position: center center;
}

/*************************************************** upper ***************************************************/

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

.upper-middle{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px 0 5px;
}

.upper-inner{
    display: block;
    width: 90%;
    max-width: 300px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}

#sback{
    width: 100%;
    vertical-align: bottom;
    opacity: 0.8
}

.gornji img{
    width: 100%;
}

.upper-abs{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table
}

.gornji{
    display: table-row;
    text-align: center;
    height: 130px;
}

.gornji img{
    width: 85%;
    margin-top: 15px;
}

.headline{
    font-size: 24px;
    padding: 15px 10px 0;
    color: #6c1869;
    line-height: 1
}

.donji{
    display: table-row;
}

.donji-inner{
    display: table-cell;
    vertical-align: bottom;
}

/********** survey ***********/

.btn{
    width: 60%;
    margin: 10px auto 5px;
    opacity: 1
}

.btnimg{
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btnimg:hover{
    transform: scale(1.1,1.1);
}

.affs{
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px #000;
    margin-bottom: 5px
}

.steps{
    width: 55%;
    text-align: center;
    margin: 0 auto 10px;
}

.steps img{
    width: 20%;
    margin: 0 5%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.current{
    opacity: 1;
    transform: scale(1.3,1.3)
}

.tobe{
    opacity: 0.5
}

.past{
    opacity: 0.5;
    transform: scale(1,1)
}

/*steps*/
.content{
    display: table;
    width: 100%;

}

.step_one,.step_two,.step_three{
    display: table-cell;
    vertical-align: bottom;
    position: relative;
}

.step-inner{
    display: table;
}

.step_one .step-inner{
    width: 80%;
    margin: 0 auto;
}

.step_one .step-inner .step-option{
    display: table-cell;
    vertical-align: bottom;
    width: 50%
}

.step_one .step-inner .step-option img{
    width: 80%;
    margin-bottom: -10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.step_one .step-inner .step-option p{
    font-size: 16px;
    color: #6c1869;
}

.step_two,.step_three{
    display: none;
    opacity: 0;
}

.step_two .step-inner{
    width: 95%;
    margin: 0 auto;
}

.step_two .step-inner .step-option{
    display: table-cell;
    vertical-align: bottom;
    width: 33%;
    position: relative;
    text-align: center;
}

.step_two .step-inner .step-option img{
    width: 90%;
    cursor: pointer;
}

.drop1,.drop2,.drop3{
    font-size: 13px;
    color: #fff;
    position: absolute;
    width: 90%;
    top: 3px;
    cursor: pointer
}

.dlist1,.dlist2,.dlist3{
    display: none;
}

.dlist{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
}

.dlist::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

.dlist::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #6E1C72;
    -webkit-box-shadow: 0 0 5px #D2B9D3;
}

.dltable{
    width: 95%;
    margin-left: 5%;
    display: table;
    height: 30px;
    padding: 5px 0;
}

.dltable p{
    display: table-cell;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    background-color: #6E1C72;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: inset 2px 2px 7px #fff;
    padding: 3px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.dltable p:hover{
    transform: scale(1.1,1.1);
    background-color: #A85CAB;
}

.step-headline{
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 110px;
    left: 0;
}

.step-headline p{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
}

.step_three .step-inner{
    width: 90%;
    margin: 0 auto;
}

.step_three .step-inner .step-option{
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto
}



.step-option input{
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    border: 2px solid #6E1C72;
    border-radius: 4px;
    padding: 5px 10px;
    color: #6c1869;
    margin: 0 auto;
}

/*************************************************** form ***************************************************/

.hidden{
    display: none;
}

/*loader*/

.loader{
    position: fixed;
    display: none;/*table*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 999999;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

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

.loader-inner{
    display: block;
    width: 80px;
    margin: 0 auto;
    text-align: center;
}

.loader-inner img{
    width: 100%;
}

/*************************************************** slider ***************************************************/

.slider{
    width: 100%;
    height: 100px;
    display: table-row;
    overflow-x: hidden;
}

.slider-inner{
    width: auto;
    height: 100px;
    overflow-x: hidden;
    position: relative;
}

.slider-inner img{
    width: 1019.5px;
    display: block;
}

.slide1{
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 20s linear;
    -moz-transition: all 20s linear;
    transition: all 20s linear;
}

.slide2{
    position: absolute;
    top: 0;
    left: 1019.5px;
    -webkit-transition: all 20s linear;
    -moz-transition: all 20s linear;
    transition: all 20s linear;
}

.sh1,.sh2,.sh3{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 180px;
}

.sh2,.sh3{
    display: none;
}

































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

@media screen and (orientation:portrait){
    .container_outer{
        background-image: url(../img/bg-mob.jpg);
        background-size: auto 100%;
        background-position: center top;
    }
}

@media screen and (min-width: 801px){
    .container_outer{
        background-image: url(../img/bg.jpg);
        background-size: cover;
    }
    .upper-middle{
        padding: 25px 0 25px;
    }

    .upper-inner{
        display: table;
        width: 90%;
        max-width: 360px;
        height: 600px;
        margin: 0 auto;
    }
    #js_connector{      /*desktop*/
        width: 2px;
        height: 0;
    }
    .slider{
        height: 200px;
    }

    .slider-inner{
        width: auto;
        height: 200px;
    }

    .slider-inner img{
        width: 2039px;
    }
    .slide2{
        top: 0;
        left: 2039px;
    }
    .gornji{
        height: 195px;
    }

    .gornji img{
        margin-top: 35px;
    }

    .headline{
        font-size: 34px;
        padding: 30px 10px 0;
    }
    .affs{
        font-size: 14px;
    }
    .steps{
        margin: 0 auto 20px;
    }
    .sh1,.sh2,.sh3{
        top: 230px;
    }
    .upper-abs{
        height: 600px;
    }
}


