/*Nav css goes here*/
*
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    font-family: 'HP Simplified', sans-serif;
}



*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


html{
    font-size: 10px;
    max-width: 100%;
    position: relative;
}
body{
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
header{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #000000;

}

.arrow-sorel {
    border: solid #eb3007;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right-sorel {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left-sorel {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up-sorel {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down-sorel {

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.glow {
    color: yellow;
    font-family: 'Archivo Black', sans-serif;
    font-weight: bold;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #eb3007, 0 0 20px yellow, 0 0 30px #eb3007, 0 0 40px #eb3007, 0 0 50px #eb3007, 0 0 60px #eb3007, 0 0 70px #eb3007;
    }

    to {
        text-shadow: 0 0 20px yellow, 0 0 30px #f85b35, 0 0 40px #f56749, 0 0 50px #f56749, 0 0 60px #f56749, 0 0 70px #f56749, 0 0 80px #f56749;
    }
}

.glow2 {
    color: #eb3007;
    font-family: 'Archivo Black', sans-serif;
    font-weight: bold;
    -webkit-animation: glow2 1s ease-in-out infinite alternate;
    -moz-animation: glow2 1s ease-in-out infinite alternate;
    animation: glow2 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow2 {
    from {
        text-shadow: 0 0 10px black, 0 0 20px black;
    }

    to {
        text-shadow: 0 0 20px yellow,
        0 0 30px yellow,
        0 0 40px yellow,
        0 0 50px yellow,
        0 0 60px yellow,
        0 0 70px yellow,
        0 0 80px yellow;
    }
}


.container-sorel-nav {
    width: 100%;
    max-width: 150rem;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}
.menu-icons{
    color: #eee;
    font-size: 4rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5000;
    display: none;
}
nav{
    display: flex;
    align-items: center;
    width: 100%;
    height: 8rem;
    border-bottom: 1px solid rgba(255,255,255, .1);
}
.logo{
    width: 7rem;
    height: 5rem;
    background-color: #eb3007;
    display: flex;
    border-radius: 100%;
    margin-right: 5rem;
}

.logo i{
    margin: auto;
    font-size: 3rem;
    color: #eee;
}

.nav-list{
    display: flex;
    width: 100%;
    align-items: center;
}
.nav-list li{
    line-height: 8rem;
    position: relative;
}
.sub-menu li{
    line-height: 4rem;
}
.nav-list a{
    display: block;
    color: #eee;
    padding: 0 1.5rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    transition: color 650ms;
}
.nav-list a:hover{
    color: #eb3007;
}

.btn{
    font-family: FontAwesome, 'HP Simplified', sans-serif !important;
    padding: 0.5rem;
    display: inline-block;
    background-color: #eb3007;
    color: #eee;
    border: 2px solid #eb3007;
    border-radius: 4rem;
    text-align: center;
    transition: background-color 650ms;
}
.btn-2{
    font-family: 'HP Simplified', sans-serif !important;
    padding: 0.5rem;
    display: inline-block;
    background-color: #191919;
    color: #eee;
    border: 2px solid #191919;
    border-radius: 4rem;
    text-align: center;
    transition: background-color 650ms;
}
.notbtn-2{
    font-family: 'HP Simplified', sans-serif !important;

    display: inline-block;
    background-color: none;
    color: #3d3d3d;
    text-align: right;
    transition: background-color 850ms;
}

.btn-3{
    font-family: 'HP Simplified', sans-serif !important;
    padding: 0.5rem;
    display: inline-block;
    background-color: #ff7800;
    color: #eee;
    border: 2px solid #ff7800;
    border-radius: 4rem;
    text-align: center;
    transition: background-color 650ms;
}


.btn:hover{
    color: #eb3007;
    background-color: rgba(0,0,0,.2);
    transition: all 650ms;
}
.btn-2:hover{
    color: #eb3007;
    background-color: #232323;
    transition: all 650ms;
}
.notbtn-2:hover{
    color: #eb3007;
    transition: all 850ms;
    cursor: pointer;
}

.btn-3:hover{
    color: #5f5d5d;
    background-color: #f5a86c;
    transition: all 650ms;
}

option {
    height: 35px;
    font-size: 15px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


.sub-menu{
    width: 35rem;
    display: block;
    position: absolute;
    border-top: 3px solid #eb3007;
    background-color: #191919;
    z-index: 4000;
    top: 16rem;
    opacity: 0;
    visibility: hidden;
    transition: all 650ms ease;
}

.sub-menu::before{
    content: "";
    position: absolute;
    top: -2.5rem;
    left: 3rem;
    border: 1.2rem solid transparent;
    border-bottom-color: #eb3007;
}

.sub-menu .sub-menu::before{
    top: .9rem;
    left: -2.5rem;
    border: 1.2rem solid transparent;
    border-right-color: #eb3007;
}

.sub-menu .sub-menu{
    border-top: none;
    border-left: 3px solid #eb3007;
    top: 0;
    left: 160%;
}

.nav-list li:hover > .sub-menu{
    top: 8rem;
    opacity: 1;
    visibility: visible;
}
.sub-menu li:hover > .sub-menu{
    top:0;
    left: 100%;
}
li.move-right{
    margin: auto 0 auto auto;
    line-height: initial;
}

.changefloat {
    float: right;
}
.changefontsize {
    font-size: 30px;
    color: #eb3007;
    font-weight: bold;
}

.change_bottom_margin {

}


.headerh1textforindexpage {
    color: #eb3007;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    opacity: 0.75;
    -webkit-transition: opacity 0.5s ease-out, opacity 0.5s ease-in, color 0.85s ease-out, color 0.85s ease-in;
    -moz-transition: opacity 0.5s ease-out, opacity 0.5s ease-in, color 0.85s ease-out, color 0.85s ease-in;
    -o-transition: opacity 0.5s ease-out, opacity 0.5s ease-in, color 0.85s ease-out, color 0.85s ease-in;
    transition: opacity 0.5s ease-out, opacity 0.5s ease-in, color 0.85s ease-out, color 0.85s ease-in;

}

.headerh1textforindexpage:hover {
    color: #ffc800;
    opacity: 0.95;
}




@media screen and (max-width:850px){
    .nav-list{
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        display: none;
        flex-direction: column;
        align-items: initial;
        background-color: #191919;
        z-index: 1000;
        overflow-y: scroll;
    }

    .container {
        width: 90% !important;
    }
    .nav-list > li{
        line-height: 6rem;
    }
    .sub-menu{
        position: initial;
        border: 3px solid transparent;
        border-left-color: #eb3007;
        margin-left: 1rem;
        max-height: 0;
    }
    .sub-menu::before{
        display: none;
    }

    .nav-list li:hover > .sub-menu{
        opacity: 1;
        visibility: visible;
        max-height: initial;
    }

    li.move-right{
        margin: 0 auto 0 0;
        line-height: initial;
    }
    .menu-icons{
        display: block;
    }
    .icon-md-close{
        display: none;
    }

    nav.active .icon-md-close{
        display: block;
    }

    nav.active .icon-md-menu{
        display: none;
    }

    nav.active .nav-list{
        display: flex;
    }



}


/*End nav css*/

/*Hero*/
.hero{
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8),rgba(0,0,0,0.8)),
    url("images/bg.jpg") center no-repeat;
    background-size: cover;
}

.text{;
    color: #eee;
    text-align: center;
}

.text h1{
    font-size: 8rem;
    margin: 2rem 0;
    font-family: 'Blastimo', sans-serif;
}

.text h2{
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 300;
}

.text p{
    font-size: 1.6rem;
    margin-bottom: 5rem;
}

.text .btn{
    font-size: 1.6rem;
    padding-left: 3rem;
    padding-right: 3rem;
    color: #eee;
    text-transform: uppercase;
}

@media screen and (max-width: 830px){
    .text h1{
        font-size: 4rem;
    }

    .text .btn{
        font-size: 1.2rem;
    }
}




.txt_1-sorel {
    font-family: 'Archivo Black', sans-serif;
    color: #eee;
    font-style: italic;
    font-size: 2.0rem;
}

.txt_2-sorel {
    font-family: 'Archivo Black', sans-serif;
    color: #ffe500;
    font-size: 4.0rem;
    font-weight: bold;
}

.txt_3-sorel {
    font-family: 'Archivo Black', sans-serif;
    color: #ffe500;
    font-size: 2.2rem;
    font-weight: bold
}

.txt_4-sorel {
    font-family: 'Archivo Black', sans-serif;
    color: #eee;
    font-size: 2.2rem;
    font-style: bold;
}
.txt_darusite_margin {

}

.margin-top-arbeq {
    margin-top: -35px !important;
}

.shop-the-look-banner-text2 {
    display: none;
}

.changeimgonsmalldevice1{
    display: block;
}
.changeimgonsmalldevice2{
    display: none;
}

.changetextsizeonmobile {

    margin-top: 30px;

    font-size: 16px;
}

.imageindexchangebymobile {

    width: 100%;
    height: 100%;
}


.stepbystepinstructphotos {
    padding-top: 2px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    opacity: 0.45;
    -webkit-transition: opacity 0.5s ease-out, opacity 0.5s ease-in, width 0.5s ease-out, width 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-out, opacity 0.5s ease-in, width 0.5s ease-out, width 0.5s ease-in;
    -o-transition: opacity 0.5s ease-out, opacity 0.5s ease-in, width 0.5s ease-out, width 0.5s ease-in;
    transition: opacity 0.5s ease-out, opacity 0.5s ease-in, width 0.5s ease-out, width 0.5s ease-in;
}

.stepbystepinstructphotos:hover {
    opacity: 1.0;
    width: 45%;
}


@media screen and (max-width: 830px){
    .txt_1-sorel {
        font-size: 1.25rem;
    }
    .txt_2-sorel {
        font-size: 2.20rem;
    }
    .txt_3-sorel {
        font-size: 1.5rem;
    }
    .txt_4-sorel {
        font-size: 1.25rem;
    }

    .txt_darusite_margin {
    }

    .item-shop-post-text {
        display: table-cell;
        content: "";
        height: 100%;
        left: 0;
        padding: 15px 5px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 100%;
        width: 100%;
        vertical-align: middle;
        vert-align: middle;
    }

    .shop-the-look-post {
        margin-top: -40rem;
        margin-bottom: 10rem;
    }


    .footer-top{
        display: inline-block;

    }


    .shop-the-look-banner-text {
        color: #fff;
        left: 0;
        margin-top: -2px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 50%;
        width: 100%;
    }




    .margin-top-arbeq {
        margin-top: 0px !important;
    }

    .shop-the-look-banner-text2 {

        display: none;
    }

    .changeimgonsmalldevice1{
        display: none;
    }
    .changeimgonsmalldevice2{
        display: block;
    }

    .changetextsizeonmobile {
        margin-top: 12px;
        font-size: 12px;
    }

    .imageindexchangebymobile {
        height: 130%;
        width: 100%;
    }

    .container {
        width: 100% !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }



    .stepbystepinstructphotos {
        width: 35%;
        opacity: 0.45;
        -webkit-transition: opacity 0.5s ease-out, opacity 0.5s ease-in, width 0.5s ease-out, width 0.5s ease-in;
        -moz-transition: opacity 0.5s ease-out, opacity 0.5s ease-in, width 0.5s ease-out, width 0.5s ease-in;
        -o-transition: opacity 0.5s ease-out, opacity 0.5s ease-in, width 0.5s ease-out, width 0.5s ease-in;
        transition: opacity 0.5s ease-out, opacity 0.5s ease-in, width 0.5s ease-out, width 0.5s ease-in;
    }
    .stepbystepinstructphotos:hover {
        opacity: 1.0;
        width: 65%;
    }



}

@media screen and (max-width: 550px) {
    .changefloat {
        float: none;
    }
    .changefontsize {
        font-size: 18px;
        color: #eb3007;
        font-weight: bold;
    }

    .change_bottom_margin {
        margin-bottom: 10px;
        margin-left: 8px;
        margin-right: 8px;

    }

    .changetextsizeonmobile {
        margin-top: 12px;
        font-size: 12px;
    }
    .container {
        width: 100% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .stepbystepinstructphotos {
        padding-top: 10px;
        width: 90%;
        opacity: 0.75;
        -webkit-transition: opacity 0.5s ease-out, opacity 0.5s ease-in, width 0.5s ease-out, width 0.5s ease-in;
        -moz-transition: opacity 0.5s ease-out, opacity 0.5s ease-in, width 0.5s ease-out, width 0.5s ease-in;
        -o-transition: opacity 0.5s ease-out, opacity 0.5s ease-in, width 0.5s ease-out, width 0.5s ease-in;
        transition: opacity 0.5s ease-out, opacity 0.5s ease-in, width 0.5s ease-out, width 0.5s ease-in;
    }
    .stepbystepinstructphotos:hover {
        opacity: 1.0;
        width: 95%;
    }


}



@media screen and (max-width: 460px){

    .txt_1-sorel {
        font-size: 0.95rem;
    }
    .txt_2-sorel {
        font-size: 1.50rem;
    }
    .txt_3-sorel {
        font-size: 1.2rem;
    }
    .txt_4-sorel {
        font-size: 0.95rem;
    }




    .shop-the-look-post {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;

    }
    .shop-the-look-banner-text {
        display: none;

    }

    .shop-the-look-banner-text2 {
        display: block;
        text-transform: uppercase;
        margin-top: 950px !important;
        text-align: center;

    }
    .shop-the-look-banner-text2 h2 {
        text-transform: uppercase;
        width: 98%;

    }
    .shop-the-look-banner-text2 a {
        text-transform: uppercase;
        width: 98%;

    }

    .btn{
        border: 1px solid #eb3007;
        border-radius: 1rem;
    }
    .btn-2{
        border: 1px solid #191919;
        border-radius: 1rem;
    }

    .btn-3{
        border: 1px solid #ff7800;
        border-radius: 1rem;
    }


    .item-shop-post-text {
        left: 0;
        padding: 5px 5px;
        top: 40%;
        width: 100%;
    }

    .changetextsizeonmobile {
        margin-top: 8px;
        font-size: 11px;
    }
    .container {
        width: 100% !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }


}






ul50 {
    position: relative;
    top: 300px;
    justify-content: center;
    display: flex;
    list-style-type: none;
    padding: 0;
    z-index: 1500;
}
li50 {
    position: absolute;
    text-align: center;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    transition: all 2s linear;
}

.dotCenterCircle {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    background-color: #ff0000;
    border-radius: 50%;
    width: 170px;
    height: 170px;
}

.dotCenterCircle0 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 50%;
    width: 170px;
    height: 170px;
    transition-delay: -1s;
}


.dotCenterCircle0:hover {
    background-color: rgb(0, 0, 0);
    color: #ff0000;
    cursor: pointer;
    transition-duration: 3s;
    transition-property: background-color, color;
}


.dotCenterCircle1 {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(29, 29, 29, 0.96);
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
    width: 170px;
    height: 170px;
    -ms-transform: rotate(300deg); /* IE 9 */
    transform: rotate(300deg);
    transition-delay: -1s;
}
.dotCenterCircle1imgtext {
    -ms-transform: rotate(60deg); /* IE 9 */
    transform: rotate(60deg);
}
.dotCenterCircle1:hover{
    background-color: rgba(255, 219, 3, 0.96);
    color: #0c0c0c;
    cursor: pointer;
    transition-duration: 3s;
    transition-property: background-color, color;
}

.dotCenterCircle2 {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(29, 29, 29, 0.96);
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
    width: 170px;
    height: 170px;
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg);
    transition-delay: -1s;
}
.dotCenterCircle2imgtext {
    -ms-transform: rotate(00deg); /* IE 9 */
    transform: rotate(0deg);
}
.dotCenterCircle2:hover{
    background-color: rgba(255, 219, 3, 0.96);
    color: #0c0c0c;
    cursor: pointer;
    transition-duration: 3s;
    transition-property: background-color, color;
}

.dotCenterCircle3 {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(29, 29, 29, 0.96);
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
    width: 170px;
    height: 170px;
    -ms-transform: rotate(60deg); /* IE 9 */
    transform: rotate(60deg);
    transition-delay: -1s;
}
.dotCenterCircle3imgtext {
    -ms-transform: rotate(300deg); /* IE 9 */
    transform: rotate(300deg);
}
.dotCenterCircle3:hover{
    background-color: rgba(255, 219, 3, 0.96);
    color: #0c0c0c;
    cursor: pointer;
    transition-duration: 3s;
    transition-property: background-color, color;
}

.dotCenterCircle4 {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(29, 29, 29, 0.96);
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
    width: 170px;
    height: 170px;
    -ms-transform: rotate(120deg); /* IE 9 */
    transform: rotate(120deg);
    transition-delay: -1s;
}
.dotCenterCircle4imgtext {
    -ms-transform: rotate(240deg); /* IE 9 */
    transform: rotate(240deg);
}
.dotCenterCircle4:hover{
    background-color: rgba(255, 219, 3, 0.96);
    color: #0c0c0c;
    cursor: pointer;
    transition-duration: 3s;
    transition-property: background-color, color;
}

.dotCenterCircle5 {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(29, 29, 29, 0.96);
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
    width: 170px;
    height: 170px;
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
    transition-delay: -1s;
}
.dotCenterCircle5imgtext {
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
}
.dotCenterCircle5:hover{
    background-color: rgba(255, 219, 3, 0.96);
    color: #0c0c0c;
    cursor: pointer;
    transition-duration: 3s;
    transition-property: background-color, color;
}

.dotCenterCircle6 {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(29, 29, 29, 0.96);
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
    width: 170px;
    height: 170px;
    -ms-transform: rotate(240deg); /* IE 9 */
    transform: rotate(240deg);
    transition-delay: -1s;
}
.dotCenterCircle6imgtext {
    -ms-transform: rotate(120deg); /* IE 9 */
    transform: rotate(120deg);
}
.dotCenterCircle6:hover{
    background-color: rgba(255, 219, 3, 0.96);
    color: #0c0c0c;
    cursor: pointer;
    transition-duration: 3s;
    transition-property: background-color, color;
}




.line {
    -webkit-animation: animate-line 5s infinite;
    /* Safari 4+ */
    -moz-animation: animate-line 5s infinite;
    /* Fx 5+ */
    -o-animation: animate-line 5s infinite;
    /* Opera 12+ */
    animation: animate-line 5s infinite;
    /* IE 10+ */
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    background: none repeat scroll 0px 0px transparent;
    border-top: 1px solid red;
    position: absolute;
    height: 0.5px;
    max-width: 48%;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    left: 50%;
    top: 50%;
    justify-content: center;
    display: flex;
    overflow: hidden;
}


.line2 {
    -webkit-animation: animate-line 5s infinite;
    /* Safari 4+ */
    -moz-animation: animate-line 5s infinite;
    /* Fx 5+ */
    -o-animation: animate-line 5s infinite;
    /* Opera 12+ */
    animation: animate-line 5s infinite;
    /* IE 10+ */
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    background: none repeat scroll 0px 0px transparent;
    border-top: 1px solid red;
    display: block;
    position: absolute;
    height: 0.5px;
    max-width: 48%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    top: 50%;
}

.line3 {
    -webkit-animation: animate-line 5s infinite;
    /* Safari 4+ */
    -moz-animation: animate-line 5s infinite;
    /* Fx 5+ */
    -o-animation: animate-line 5s infinite;
    /* Opera 12+ */
    animation: animate-line 5s infinite;
    /* IE 10+ */
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    background: none repeat scroll 0px 0px transparent;
    border-top: 1px solid red;
    display: block;
    position: absolute;
    height: 0.5px;
    max-width: 48%;
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    left: 50%;
    top: 50%;
}

.line4 {
    -webkit-animation: animate-line 5s infinite;
    /* Safari 4+ */
    -moz-animation: animate-line 5s infinite;
    /* Fx 5+ */
    -o-animation: animate-line 5s infinite;
    /* Opera 12+ */
    animation: animate-line 5s infinite;
    /* IE 10+ */
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    background: none repeat scroll 0px 0px transparent;
    border-top: 1px solid red;
    display: block;
    position: absolute;
    height: 0.5px;
    max-width: 48%;
    -moz-transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    left: 50%;
    top: 50%;
}

.line5 {
    -webkit-animation: animate-line 5s infinite;
    /* Safari 4+ */
    -moz-animation: animate-line 5s infinite;
    /* Fx 5+ */
    -o-animation: animate-line 5s infinite;
    /* Opera 12+ */
    animation: animate-line 5s infinite;
    /* IE 10+ */
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    background: none repeat scroll 0px 0px transparent;
    border-top: 1px solid red;
    display: block;
    position: absolute;
    height: 0.5px;
    max-width: 48%;
    -moz-transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    left: 50%;
    top: 50%;
}

.line6 {
    -webkit-animation: animate-line 5s infinite;
    /* Safari 4+ */
    -moz-animation: animate-line 5s infinite;
    /* Fx 5+ */
    -o-animation: animate-line 5s infinite;
    /* Opera 12+ */
    animation: animate-line 5s infinite;
    /* IE 10+ */
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    background: none repeat scroll 0px 0px transparent;
    border-top: 1px solid red;
    display: block;
    position: absolute;
    height: 0.5px;
    max-width: 48%;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 50%;
    top: 50%;
}

@-webkit-keyframes animate-line {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes animate-line {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-o-keyframes animate-line {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes animate-line {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}















