div#ore-ads-block {
    background-color: #FFFFFF;
    height: 30px;
    margin-bottom: 37px;
    padding: 3px 0 5px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    opacity: 0.8;
}

div#ore-ads-block div {
    margin: 0px auto;
    width: 1060px;
}

div#ore-ads-block ul {
    list-style-type: none;
    margin: 3px 0 3px 0;
    padding-left: 7px;
    position: relative;
    right: 0;
    top: 0;
}

div#ore-ads-block ul li {
    /* border-right: 1px solid grey;*/
    float: left;
    margin-left: 0px;
    padding-right: 12px;
    text-align: left;
    margin-bottom: 6px;
}

div#ore-ads-block .button, div#ore-ads-block .button-bevel {
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 3px;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}

div#ore-ads-block .button {

}

div#ore-ads-block .button:active {
    box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 6px;
}

div#ore-ads-block .cyan {
    background: #3cafcf;
    border: 1px solid #3cafcf;
}

div#ore-ads-block .cyan:hover {
    background: rgb(153, 216, 244);
}

div#ore-ads-block .green {
    background: #429E34;
    border: 1px solid #429E34;
}

div#ore-ads-block .green:hover {
    background: #99cc80;

}

div#ore-ads-block .orange {
    background: #e59500;
    border: 1px solid #e59500;
}

div#ore-ads-block .orange:hover {
    background: rgb(255, 203, 72);

}

div#ore-ads-block .ads-block-change-theme select,
div#ore-ads-block .ads-block-additional-view select,
div#ore-ads-block .ads-block-change-template select {
    vertical-align: sub;
    max-width: 220px;
}

div#ore-ads-block .ads-block-change-theme select {
    width: 85px;
    max-width: 85px;
}

div#ore-ads-block .ads-block-change-template select {
    width: 130px;
    max-width: 130px;
}



/********************
Author: Pepa Cala
Date: 06/2013 originally . now 2014/11
Note: Please copy and edit this info if you change or edit this doc.
********************/

.dwnl-arrow-overlay {
    position: fixed;
    z-index: 9010;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.85;
}

.dwnl-arrow {
    width: 110px !important;
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 160px;
    background: url("../images/arrow_big_up.png") no-repeat top center;
    position: relative;
    right: 0%;
    top: 0;
    display: block;
    z-index: 9011;
}

.dwnl-arrow p {
    color: #000;
    font-size: 20px !important;
    line-height: 20px !important;
    text-align: center;
    font-weight: bold;
    padding: 30px 0 0 0;
    text-transform: uppercase;
}

.mod-ru-ru .dwnl-arrow p {
    padding-top: 105px;
}

.close-dwnl-arrow-overlay {
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    padding: 5px;
    width: 20px;
    color: white;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

/*html .dwnl-arrow {
    -webkit-animation: animateArrow0 500ms ease-in-out 3000ms 1 normal,
    animateArrow1 2500ms ease-in-out 3500ms 1 normal,
    animateArrow2 2000ms ease-in-out 6000ms infinite normal;
    opacity: 0;
}*/

html .dwnl-arrow {
    -webkit-animation: animateArrow0 500ms ease-in-out 700ms 1 normal,
    animateArrow1 2500ms ease-in-out 1500ms 1 normal,
    animateArrow2 2000ms ease-in-out 4000ms infinite normal;
    opacity: 0;
}

@-webkit-keyframes animateArrow0 {
    0% {
        top: 0px;
        opacity: 0
    }
    100% {
        top: 250px;
        opacity: 0
    }
}

@-webkit-keyframes animateArrow1 {
    0% {
        top: 170px;
        opacity: 0
    }
    33% {
        top: 0px;
        opacity: 1
    }
    60% {
        top: 170px;
        opacity: 1
    }
    100% {
        top: 0px;
        opacity: 1
    }
}

@-webkit-keyframes animateArrow2 {
    0% {
        top: 0px;
        opacity: 1
    }
    50% {
        top: 30px;
        opacity: 1
    }
    100% {
        top: 0px;
        opacity: 1
    }
}

@media screen and (max-width: 960px) {
    div#ore-ads-block div {
        width: 100%;
    }

    div#ore-ads-block {
        height: 105px;
        text-align: center;
        position: inherit;
        opacity: 1;
    }

    div#ore-ads-block ul {
        padding-right: 7px;
    }

    div#ore-ads-block li {
        width: 100%;
    }

    div#ore-ads-block .button {
        width: 100%;
        box-sizing: border-box;
    }

    div#ore-ads-block .ads-block-about,
    div#ore-ads-block .ads-block-contact,
    div#ore-ads-block .item-login,
    div#ore-ads-block .item-login-admin-panel {
        width: 45%;
        min-width: 120px;
    }

    div#ore-ads-block .ads-block-contact,
    div#ore-ads-block .item-login-admin-panel {
        padding-right: 0;
        float: right;
    }

    div#ore-ads-block .ads-block-change-template,
    div#ore-ads-block .ads-block-change-theme,
    div#ore-ads-block .ads-block-additional-view {
        width: 45%;
        min-width: 120px;
    }

    div#ore-ads-block .ads-block-change-theme {
        float: right;
        padding-right: 0;
    }

    div#ore-ads-block .ads-block-additional-view {
        width: 100%;
    }

    div#ore-ads-block .ads-block-change-template select,
    div#ore-ads-block .ads-block-change-theme select,
    div#ore-ads-block .ads-block-additional-view select {
        width: 100%;
        min-width: 120px;
        max-width: 100%;
    }

    div#ore-ads-block .ads-block-additional-view {
        padding-right: 0;
        float: right;
    }

    div#ore-ads-block .button, div#ore-ads-block .button-bevel {
        padding: 2px 3px;
        font-size: 16px;
    }

    div#ore-ads-block ul li {
        margin-bottom: 5px;
    }

    .dwnl-arrow {
        /*display: none;*/
        position: absolute;
    }
    .dwnl-arrow {
        left: 12%;
        top: 2px;
    }
    @-webkit-keyframes animateArrow0 {
        0% {
            top: 2px;
            opacity: 0
        }
        100% {
            top: 150px;
            opacity: 0
        }
    }

    @-webkit-keyframes animateArrow1 {
        0% {
            top: 100px;
            opacity: 0
        }
        33% {
            top: 2px;
            opacity: 1
        }
        60% {
            top: 100px;
            opacity: 1
        }
        100% {
            top: 2px;
            opacity: 1
        }
    }

    @-webkit-keyframes animateArrow2 {
        0% {
            top: 2px;
            opacity: 1
        }
        50% {
            top: 40px;
            opacity: 1
        }
        100% {
            top: 2px;
            opacity: 1
        }
    }
}

@media screen and (max-width: 360px) {
    div#ore-ads-block .item-login-admin-panel .button {
        font-size: 13px;
    }
}