/* a66 */

.a66-form input,.a66-form textarea{
    /* text-align: right; */
    direction: ltr !important;   
}

/* preload */
.preload{
    background: url(../images/bg.png);
    display: none;
    position: fixed;
    z-index: 10001;
    top: 0px;
    left: 0px;
}
.preload-img{
    background: url(../images/preload.gif) center no-repeat #fff;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 0px auto;
}

/*counter*/

.counter{
    color: #007F7B;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
}
.counter h1,.counter h3{
    margin: 0px;
}