/* =========================================
   UI-элементы & Дополнения: анимации, навигация, локации, утилиты
========================================= */

/* =========================================
   АНИМАЦИИ И ЭФФЕКТЫ
========================================= */
@keyframes dscocolor {
    0% { color: blue; }
    20% { color: red; }
    40% { color: green; }
    60% { color: black; }
    80% { color: indigo; }
    100% { color: gold; }
}

sup {
  font-size: 0.6em;
  vertical-align: top;
}

.ef3 {
    font-size: 120%;
    text-decoration: none;
    animation: dscocolor 10s linear infinite alternate;
}

.ef3:hover {
    font-size: 125%;
}

/* =========================================
   СКРЫТЫЕ / ПЛАВАЮЩИЕ ЭЛЕМЕНТЫ
========================================= */
.dsvverh {
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.dslinkvverh {
    position: fixed;
    z-index: 5000;
    bottom: 30px;
    right: 30px;
    width: 150px;
    height: 150px;
    display: none;
}

.dslinkvverh:hover,
.dslinkvverh:active,
.dslinkvverh:focus {
    outline: 0;
}

/* =========================================
   ЛОКАЦИИ И РАСКЛАДКА (ПАНЕЛИ)
========================================= */
.right_box {
    float: right;
    width: 380px;
    overflow: auto;
}

.left_box {
    float: left;
    width: 170px;
    overflow: hidden;
}

.left_shmot,
.right_shmot,
.center_foto {
    float: left;
}

.left_shmot img,
.right_shmot img {
    float: left;
    margin-top: 1px;
    margin-bottom: 1px;
}

.center_foto {
    width: 108px;
}

.center_foto img {
    margin-left: 2px;
}

.top_info {
    margin-bottom: 3px;
}

/* =========================================
   НАВИГАЦИЯ И МЕНЮ (STRATEGY)
========================================= */
.account_reg small {
    color: grey;
}

.title {
    text-align: center;
    color: whitesmoke;
    font-size: 16px;
    padding: 8px;
    background: url(../strategy/img/style/background1.jpg) repeat-x;
    border: 1px solid whitesmoke;
    border-radius: 3px 3px 1px 1px;
    margin-top: 3px;
}

.slot_menu {
    padding: 5px;
    margin: 4px 2px 4px 2px;
    border-radius: 3px;
    border: 1px solid whitesmoke;
}

#menu {
    font-size: 14px;
    font-family: Arial, Tahoma;
    list-style: none;
    padding-left: 0;
}

#menu li {
    border-radius: 3px;
    margin-top: 2px;
    width: 100%;
    background: url(../strategy/img/style/background1.jpg) repeat-x;
    background: -webkit-linear-gradient(-90deg, #161616 0%, #000000 100%);
    border: 1px solid #111;
    -webkit-transition: all 0.3s ease-in-out;
}

#menu li:hover {
    -webkit-transform: translateX(5px);
    background: url(../strategy/img/style/background2.jpg) repeat-x;
    background: -webkit-linear-gradient(90deg, #161616 0%, #000000 100%);
}

#menu li a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 8px;
    text-decoration: none;
    -webkit-transition: all 0.8s ease-in-out;
}

#menu li a:hover {
    color: #00c6ff;
    -webkit-transform: rotateX(360deg);
}

#list3 img,
#list4 img {
    height: 64px;
    width: 64px;
    border-radius: 2px;
    float: left;
    margin-right: 5px;
}

#list3,
#list4 {
    width: 100%;
    font-family: Georgia, Times, serif;
    font-size: 12px;
}

#list3 ul,
#list4