/* Index_tags.css biuld 2.0 */
/* Стиль тегов*/

h1
{
    font: normal 5em/1.3 Arial;
    color: #868686;
    font-size: 220%;
    font-weight: 100;
    margin: 0 0 .4em 0;
    padding: 0;
    margin-left: 2.5%;
}


li 
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 2px;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 3px;
    vertical-align: middle;
    transition: 1s;
    top: 30px;
    right: 4%;
    float: right;
    z-index: 10;
}

input {
         width: 95%;
         height: 34px;
         padding: 6px 12px;
         font-size: 14px;
         line-height: 1.42857143;
         color: #555;
         background-color: #fff;
         border: 1px solid #6B6969;
         border-radius: 4px;
         box-shadow: 1px 1px 5px 0px rgba(50,50,50,0.75);
}