/* TO TOP */

body
{
    font-family: 'Gabriela', serif;
}

#top-link-block.affix
{
    position: fixed;
    bottom: 20px;
    width: auto;
    transition: all 1s easing 0s;
}

#top-link-block.affix-top {
    position: fixed;
    bottom:  -100px;
    right: 10px;

}
#top-link-block.affix {
    position: fixed;
    bottom: 20px;
    right: 10px;
}

#totop
{
    background-color: #4c4a4a !important;
    color: white;
    padding: 1.2em;
    border: none;
    opacity: 0.7;
}

#top-link-block
{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.nav-oberig
{
    font-size: 18px;
}

.shadowtext {
    //text-shadow: 3px 3px 3px white, 0 0 1em white; /* Параметры тени */
    color: white; /* Белый цвет текста */ 
}

.bg3
{
    background-image: url(/images/default/bg3.jpg);
}

.bgm-gray2
{
    background-color: #f8f8f8;
}

.dropdown-kweb
{
    margin: 0 0px 20px 0;
}

.dropdown-kweb .dropdown-menu
{
    display: block;
    position: relative;
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=1);
    z-index: 0;
}

.dropdown-kweb .dropdown-menu li a
{
    height: auto;
    word-wrap: break-word !important;
    white-space: normal;
}

body
{
    font-family: 'Gabriela', serif;
    background-color: #ecf6f8 !important;
}

.services > a > div
{
    width: 100%;
    height: 100px;
    padding: 20px;
    padding-bottom: 30px;
    position: absolute;
    margin-top: -100px;
    font-size: 20px;
    background-color: black;
    opacity: 0.6;

}