﻿body {
}

.p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify !important;
    direction: rtl !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ff8c03;
}

.content-2 {
    text-align: center;
    height: 100px;
    margin: auto;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 17.5%;
    right: 0;
    border-bottom: 1px solid black;
    overflow: hidden;
    width: 0;
    transition: 1s ease;
}

    .content-2.loaded {
        width: 90%;
        margin-top: 15%;
    }

.four,
.five,
.six {
    color: black;
    font-size: calc(20px + 1.5vw);
    position: absolute;
    text-align: center;
    margin: auto;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .75s ease;
    font-size: 28px;
    text-transform: uppercase;
    direction: rtl
}

#div-dance-holder {
    width: 500px;
    height: 500px;
    position: relative;
    margin-left: -69%;
}

#orange-001 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #FF9505;
    position: absolute;
    left: 0px;
    top: 0px;
}

#orange-001-holder {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 34px;
    top: 27px;
    -webkit-animation: rotation 6s infinite linear;
}

#yellow-001 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFCB0B;
    position: absolute;
    left: 0px;
    top: 0px;
}

#yellow-001-holder {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 335px;
    top: 60px;
    -webkit-animation: rotation 6s infinite linear;
    -webkit-animation-delay: 3s;
}

#orange-grad-001 {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: linear-gradient(to right, #E66006, #FF9505);
    position: absolute;
    left: 0px;
    top: 0px;
}

#orange-grad-001-holder {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 370px;
    top: 185px;
    -webkit-animation: anti-rotation 8s infinite linear;
    -webkit-animation-delay: 1s;
}

#vendor-2-001 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0095DE;
    position: absolute;
    left: 0px;
    top: 0px;
}

#vendor-2-001-holder {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 440px;
    top: 150px;
    -webkit-animation: rotation 3s infinite linear;
    -webkit-animation-delay: 1s;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.grey-grad {
    width: 190px;
    height: 190px;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(to right, #F0F0F0, #ffffff);
}

#grad-1-001 {
    left: 0;
    top: 0;
}

#grad-2-001 {
    left: 270px;
    top: 10px;
}

#grad-3-001 {
    left: 310px;
    top: 130px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-webkit-keyframes anti-rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-359deg);
    }
}

#swing-holder {
    position: absolute;
    width: 220px;
    height: 250px;
    left: 110px;
    top: 90px;
    transition: all 1s ease-out;
}

.blue-swing {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: transparent;
    left: 0px;
    top: 0px;
    transition: all 1s ease-out;
    overflow: hidden;
}

    .blue-swing .inner-img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform-origin: center;
        transform: translate(-50%,-50%) rotate(0deg);
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: transparent url(http://soux.co.uk/wuhu/assets/vendor-bg.jpg) center center no-repeat;
        background-size: 450px 450px;
        transition: all 1s ease-out;
        opacity: 1;
    }

.orange-swing {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff9505;
    right: 0px;
    bottom: 0px;
    transition: all 1s ease-out;
    overflow: hidden;
}

    .orange-swing .inner-img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform-origin: center;
        transform: translate(-50%,-50%) rotate(180deg);
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: transparent url(http://soux.co.uk/wuhu/assets/vendor-bg.jpg) center center no-repeat;
        background-size: 450px 450px;
        transition: all 1s ease-out;
        opacity: 0;
    }

.go-vendor .blue-swing {
    left: 0px;
    top: 0px;
}

.go-vendor .orange-swing {
    right: 0px;
    bottom: 0px;
}

.go-vendor #swing-holder {
    transform: rotateZ(0deg);
}

.go-courier .blue-swing {
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: #0095DE;
}

    .go-courier .blue-swing .inner-img {
        opacity: 0;
    }

.go-courier .orange-swing {
    right: 0px;
    bottom: 0px;
    width: 220px;
    height: 220px;
    background: transparent;
}

    .go-courier .orange-swing .inner-img {
        opacity: 1;
    }

.go-courier #swing-holder {
    transform: rotateZ(180deg);
}

.jumbotron {
    color: #2c3e50;
    background-color: #ecf0f1;
    border: 1px solid #D6DBDF;
    margin-top: 10px;
    text-align: right;
    direction: rtl;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #2b2929;
    display: none;
}


.blink_me {
    animation: blinker 1s linear infinite;
    color: black;
    text-align: center;
    direction: rtl;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}