﻿.crossmark, .crossmark-static {
    width: 50px;
    height: 50px;
    position: relative;
    /*display: inline-block;*/
    display: none;
    vertical-align: top;
    margin-top: 10px;
}

    .crossmark .background, .crossmark-static .background {
        width: 50px;
        height: 5px;
        border-radius: 5px;
        background: #B8A16C;
        position: absolute;
        margin-top: 50px;
    }

    .crossmark .cross, .crossmark-static .cross {
        height: 0px;
        width: 0px;
        background: #8e2b2b;
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scaleX(1) rotate(45deg);
        -moz-transform: scaleX(1) rotate(45deg);
        -ms-transform: scaleX(1) rotate(45deg);
        -o-transform: scaleX(1) rotate(45deg);
        transform: scaleX(1) rotate(45deg);
        border-right: 3px solid #8e2b2b;
        border-left: 3px solid #8e2b2b;
        border-radius: 3px;
        content: '';
        left: 37.5px;
        top: 15px;
        position: absolute;
    }

    .crossmark-static .cross {
        height: 40px;
        width: 1px;
    }

    .crossmark .cross.draw {
        -webkit-animation-delay: 0ms;
        -moz-animation-delay: 0ms;
        animation-delay: 0ms;
        -webkit-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        animation-duration: 500ms;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-name: cross;
        -moz-animation-name: cross;
        animation-name: cross;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

@-webkit-keyframes cross {
    0% {
        height: 0px;
        width: 1px;
    }

    100% {
        height: 40px;
        width: 1px;
    }
}

@-moz-keyframes cross {
    0% {
        height: 0px;
        width: 1px;
    }

    100% {
        height: 40px;
        width: 1px;
    }
}

@keyframes cross {
    0% {
        height: 0px;
        width: 1px;
    }

    100% {
        height: 40px;
        width: 1px;
    }
}





.crossmark .cross2, .crossmark-static .cross2 {
    height: 0px;
    width: 0px;
    background: #8e2b2b;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1) rotate(45deg);
    -moz-transform: scaleX(1) rotate(45deg);
    -ms-transform: scaleX(1) rotate(45deg);
    -o-transform: scaleX(1) rotate(45deg);
    transform: scaleX(1) rotate(45deg);
    border-top: 3px solid #8e2b2b;
    border-bottom: 3px solid #8e2b2b;
    border-radius: 3px;
    content: '';
    left: 14.5px;
    top: 15px;
    position: absolute;
}

.crossmark-static .cross2 {
    height: 1px;
    width: 40px;
}

.crossmark .cross2.draw {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: cross2;
    -moz-animation-name: cross2;
    animation-name: cross2;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes cross2 {
    0% {
        height: 1px;
        width: 0px;
    }

    100% {
        height: 1px;
        width: 40px;
    }
}

@-moz-keyframes cross2 {
    0% {
        height: 1px;
        width: 0px;
    }

    100% {
        height: 1px;
        width: 40px;
    }
}

@keyframes cross2 {
    0% {
        height: 1px;
        width: 0px;
    }

    100% {
        height: 1px;
        width: 40px;
    }
}
