html, body {
    height: 100%;
}

* {
    margin: 0;
}

body {
    background: transparent !important;
}

a:not(.btn), a:hover:not(.btn), a:visited:not(.btn) {
    /*font-weight: 600;*/
    color: orange;
}

div.footer {
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #e3e3e3;
    font-style: italic;
    font-size: 12px;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em;
}

.footer, .push {
    height: 2em;
}

.full {
    background: url('../img/bg2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    z-index: -9999;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
}
div.info-block {
    background: rgba(24, 24, 24, 0.71);
    color: #fff;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    opacity: 1;
    margin-bottom: 5px;
}
div.menu {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 5px 0;
    border-left: none;
    border-right: none;
    margin: 0 -5px 5px -5px;
    width: calc(100% + 10px);
}
div.menu a, div.menu a:visited {
    color: #fff;
    background: rgba(24, 24, 24, 0.71);
    text-decoration: none;
    background-clip: padding-box;
    padding: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-top: transparent 4px solid;
}
div.menu a:hover {
    background-color: #fff;
    color: #000;
    border-top: #5cb85c 4px solid;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.brand-five {
    color: #fff;
    font-weight: bold;
}
.brand-m {
    color: #5cb85c;
    font-weight: bold;
}
.header {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(20, 20, 20, 0.9);
}
.inner-header {
    color: #fff;
    margin-top: 5px;
}
.inner-header a, .header a {
    text-decoration: none;
    color: #eee;
}
.inner-header a:visited, .header a:visited {
    text-decoration: none;
    color: #eee;
}
a.invisible-link, a.invisible-link:hover, a.invisible-link:visited {
    text-decoration: none;
    color: #eee;
}
.btn-xxs {
    padding: 0 2px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
    font-size: 9px;
}
small {
    font-size: 9px;
}
textarea.txt-code {
    color: #333333;
    width: 100%;
    height: 70px;
}
a.tag {
    text-decoration: none;
}
a.tag span.label:hover {
    color: #fff;
}
a.tag span.label {
    color: #fff;
}
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.50);
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.vk_widget {
    float: left;
}

.vk_margin {
    margin-right: 10px;
}

a.side-menu {
    font-size: 12px;
    /*color: #5cb85c;*/
}

div.right-menu {
    padding-left: 0;
}

div.left-menu {
    padding-right: 0;
}

a.side-btn {
    width: 100%;
    white-space: normal;
}

ul.side-menu {
    padding: 0 15px 0 15px;
}

div.tooltip-inner {
    max-width: 350px;
}

/*#vk_groups,*/
/*#vk_groups iframe {*/
    /*width: 100% !important;*/
/*}*/
.flip-clock-label {
    display: none;
}

/*#vk_groups,*/
/*#vk_groups iframe {*/
    /*width: 100% !important;*/
/*}*/