/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 10, 2016, 5:11:28 PM
    Author     : root
*/

#ad {

    color: #FFF;
    height: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    padding-top: 30px;


    //    position: fixed;


    right:35px;

    background-color: rgb(0,102,204);
    font-size: 32px;
    line-height: 50px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    //top: 26%;

}





.no_more_used {


    writing-mode: horizontal-tb;



    animation:movedown 3s ease-out forwards;
    animation-iteration-count:1;



    /* Safari and Chrome */
    -webkit-animation:movedown 5s;
    -webkit-animation-iteration-count:1;


}

#ad  p {

    margin-top:20px;
    margin-left: 10px;
    margin-right: 10px;
}


@keyframes movedown
{ from {top:-650px;}
  to {top:26%;}
}

@-webkit-keyframes movedown /* Safari and Chrome */
{
    from {top:-650px;}
    to {top:26%;}
}


@media (max-width: 991px) {

    #ad {

        padding-top: 10px;


    }
}
    @media (max-width: 400px) {

        #ad {

            padding-top: 10px;
            font-size: 20px;

        }
    }