.actions UL{
    text-align: center;
}
.actions li{
    float: none;
    display: inline-block;
    cursor: pointer;
}
.program-body span.error-block,
.error-block{
    color: #d6312f !important;
    font-size: 10px !important;
}
.alert{
    padding: 10px;
    font-size: 13px;
}
.alert-success{
    background: #8ae452;
}
.alert-danger{
    background: #f76461;
}
.mrovpl-video-player .mrovpl-control-bar .mrovpl-proggress-bar{
    direction: ltr;
}
#map{
    background: #fff;
    height: 300px;
}
.tCenter{
    text-align: center;
}
#upload_btn{
    display: block;
}
.image-uploader a.hover .uploader-box{
    display: block;
}
h3.rating-number{
    margin-left: 2px;
    font-weight: 600;
    color: #888;
    margin-bottom: 5px;
}
.avg-rate:before{
    content: "\2605";
    color: gold;
    font-size: 20px;
    position: relative;
    top: 2px;
    left: -4px;
}
.stars.inactive > li:hover:before, .stars.inactive > li:hover ~ li:before {
    color: gold !important;
}
.geex-box-info .big-video{
    background: transparent;
}
.powerby{
    font-size: 10px;
    width: 100%;
}
.footer-wrapper .down-footer .socials{
    position: relative;
    top: 15px;
}
.video-caption.param > h3{
    text-align: center;
}
.events-wrapper .big-time{
    width: auto;
}
.login-wrapper .form-container label{
    display: inline-block;
}
.jp-jplayer{
    margin: auto;
}
#map.mapLoc{
    width: 300px;
    height: 150px;
    float: right;
}
.loading-audio{
    text-align: center;
    font-family: yekan;
    color: #fff;
    text-shadow: 1px 2px #715757;
}
.fa-spinner {
    -webkit-animation: mymove 1s linear 0s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 1s linear 0s infinite;
}
.activationBox,
.passwordBox{
    display: none;
}
.login-wrapper .form-container .submitbtn:hover {
    background-color: #156291;
    color: #fafafa;
    border: 1px solid #3598E8;
}
.login-wrapper .form-container .submitbtn {
    background-color: #0C354F;
    color: #fafafa !important;
    border: 1px solid #092639;
    cursor: pointer;
    border-radius: 5px;
    padding: 0.7em 2em;
    float: left;
}
.login-wrapper .form-container .submitbtn span{
    color: #fafafa !important;
    font: 13px/18px iranSans,calibri;
}
.ladda-button[data-style=expand-left] .ladda-spinner {
    left: 5px !important;
}
.jp-playlist {
    display: none;
}
.ltr{
    direction: ltr;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Standard syntax */
@keyframes mymove {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}