﻿.bounceselectna {
    top: 150px;
    height: 25px;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
    overflow: hidden;
    position: relative;
    background: #034C8C;
    border-radius: 20px;
    /*    background: #034C8C;*/
    color: #ffffff;
    /*   border: 1px solid #034C8C;*/
    /* border-radius:10px;*/

    font-weight: bold;
    font-size: 14px;
    z-index: 256;
    cursor: none;
}

    .bounceselectna p {
        cursor: none;
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        margin: auto;
        left: 0;
        right: 0;
        line-height: 25px;
        text-align: center;
        -moz-transform: translateX(25%);
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
        -moz-animation: bouncing-text 5s linear infinite alternate;
        -webkit-animation: bouncing-text 5s linear infinite alternate;
        animation: bouncing-text 3s linear infinite alternate;
    }

.bounceselect {
    top: 150px;
    height: 25px;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
    overflow: hidden;
    position: relative;
    background: #034C8C;
  
    border-radius: 20px;
    /*    background: #034C8C;*/
    color: #ffffff;
    /*   border: 1px solid #034C8C;*/
    /* border-radius:10px;*/

    font-weight: bold;
    font-size: 14px;
    z-index: 256;
    cursor: none;
}

    .bounceselect p {
      
        cursor: none;
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        margin: auto;
        left: 0;
        right: 0;
        line-height: 25px;
        text-align: center;
        -moz-transform: translateX(25%);
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
        -moz-animation: bouncing-text 5s linear infinite alternate;
        -webkit-animation: bouncing-text 5s linear infinite alternate;
        animation: bouncing-text 3s linear infinite alternate;
    }

.bounce {
    top: 81%;
    height: 50px;
    overflow: hidden;
    position: relative;
    background: transparent;
/*    background: #034C8C;*/
    color: #ffffff;
    /*   border: 1px solid #034C8C;*/
    /* border-radius:10px;*/
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: bold;
    font-size: large;
    z-index:256;
}

    .bounce p {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        -moz-transform: translateX(25%);
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
        -moz-animation: bouncing-text 5s linear infinite alternate;
        -webkit-animation: bouncing-text 5s linear infinite alternate;
        animation: bouncing-text 3s linear infinite alternate;
    }

@-moz-keyframes bouncing-text {
    0% {
        -moz-transform: translateX(25%);
    }

    100% {
        -moz-transform: translateX(-25%);
    }
}

@-webkit-keyframes bouncing-text {
    0% {
        -webkit-transform: translateX(25%);
    }

    100% {
        -webkit-transform: translateX(-25%);
    }
}

@keyframes bouncing-text {
    0% {
        -moz-transform: translateX(25%);
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}

@media screen and (max-width:500px) {
    .bounceselect {
        top: 125px;
    }
    .bounceselectna {
        top: 125px;
    }
}
