#main-area {
    background-image: url(/Scripts/ckfinder/userfiles/files/design.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
    background-size: cover;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

iframe {
    width: 60%;
    border: none;
    height: 400px;
}

.scroll-btn {
    display: block;
    width: 4%;
    margin: 0 auto;
}

.scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*.active {
    color: #ffffff;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*:active,
.scroll-btn>*.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid rgb(147, 6, 162);
    border-radius: 23px;
    -webkit-animation: mouse-move 2.5s linear infinite;
    -moz-animation: mouse-move 2.5s linear infinite;
    animation: mouse-move 3.2s linear infinite;
}

.scroll-btn .mouse>* {
    position: absolute;
    display: block;
    top: 6%;
    left: 10%;
    width: 14px;
    height: 20px;
    margin: -4px 0 0 -4px;
    background: rgb(147, 6, 162);
    border-radius: 50px 22px 30px 5px;
}

#scroll-down {
    /* Za Rainbocorns padding-top: 80px; */
}

#scroll-down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid rgb(147, 6, 162);
    border-bottom: 2px solid rgb(147, 6, 162);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

#scroll-down span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#scroll-down span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

#scroll-down span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* @media (max-width:414px) {
    #main-area {
        background: linear-gradient(to right, #f1f9fe, #c3ddf4 38%, #a0c7ed 71%, #7fb2e6 100%);
    }
}*/

/*Background image for screens larger than 1920px*/

@media (min-width:2048px) {
    #main-area {
        background-image: url(/Scripts/ckfinder/userfiles/files/designR.jpg);
    }
}