@charset "utf-8";
@import "reset.css";
@import "base.css";
@import "smoothDi.css";
@import "jquery.css";

@font-face {
    font-family: 'EurofontCNormal';
    src: url('http://srobsk.ru/xtpl/font/eur55__c-webfont.eot');
    src: local('�?�'), url('http://srobsk.ru/xtpl/font/eur55__c-webfont.woff') format('woff'), url('http://srobsk.ru/xtpl/font/eur55__c-webfont.ttf') format('truetype'), url('http://srobsk.ru/xtpl/font/eur55__c-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body{
    min-height: 100%;
}

body{
    background:#ffffff url(/static/images/backgrounds/footer.png) repeat-x 50% 100%;
    font-family:Tahoma;
    /*	color:#5d5d5d;*/
    color:#000;
    font-size:11px;
}

@media (min-width: 1000px) {
    body {
        min-width:1000px;
    }
}

/* Mobile responsive fixes */
@media (max-width: 767px) {
    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }
    
    body {
        min-width: 0 !important;
    }
    
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .navigation {
        display: block;
    }
    
    .navigation ul {
        display: block;
    }
    
    .navigation li {
        display: block;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .head-l, .head-r {
        width: 100%;
        float: none;
    }
    
    .column-l, .column-r {
        width: 100%;
        float: none;
        margin: 0;
    }
    
    .column-c_i {
        margin: 0;
    }
}

table {
    font-size: 11px;
}

.bone{
    padding:0 15px;
}

@media (min-width: 768px) {
    .bone {
        padding:0 36px;
    }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~
        HEAD
~~~~~~~~~~~~~~~~~~~~~~~~*/
.head{
    position: relative;
    padding:54px 0 0;
    margin:0 0 18px;
    background: url(/static/img/bsk00000.jpg) no-repeat 53% 100%;
}
.head-l{
    width: 49%;
    float: left;
}
.head-r{
    width: 49%;
    float: right;
}

/* logo */
.logo{
    margin: 0 0 18px;
    padding:15px 0 0;
}
.logo img{
    vertical-align: middle;
}
.logo .logo_i{
    margin-left: 30px;
    margin-top: -3px;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
}
.logo .logo_i span{
    color: #838383;
    display: block;
    margin-top: .6em;
    margin-bottom: -1.2em;
    position: relative;
}
.logo span a{
    color: #838383;
}

/* site-services */
.site-services{
    position: absolute;
    top: 35px;
    left:0;
    margin: 0;
    white-space: nowrap;
}
.site-services li{
    float: left;
    list-style: none;
    margin: 0 56px 0 0;
}
.site-services a{
    display: block;
    height: 9px;
    width: 11px;
    background: #fff;
}
.site-services a span{
    display: block;
    overflow: hidden;
    text-indent: -999px;
    background: url(/static/img/services.png) no-repeat;
    height: 9px;
}
.site-services a:hover span{
    position: absolute;
    top: -13px;
}
.site-services .home span{width: 11px;background-position: 0 0;}
.site-services .mail span{width: 10px;background-position: -11px 0;}
.site-services .map span{width: 11px;background-position: -21px 0;}
.site-services .active .home span{background-position: 0 -9px;}
.site-services .active .mail span{background-position: -11px -9px;}
.site-services .active .map span{background-position: -21px -9px;}
.site-services .active a:hover span{top: 0;}

/* head-nav */
.head-nav{
    color: #a8a8a8;
    margin:24px 0 0 24px;
}
.head-nav li{
    margin:0 0 1px;
    color: #a8a8a8;
}
.head-nav a{
    color: #a8a8a8;
}

/* contacts */
.contacts{
    margin:0 0 18px;
    text-align: right;
}
.contacts_i{
    /*background: #eeeeee;*/
    display: -moz-inline-box;
    display: inline-block;
    padding:6px 8px 7px;
}
.contacts .ttl{
    display: block;
    color: #2d98d3;
    margin-bottom: 3px;
}
.contacts .fone{
    display: block;
    font-size: 11px;
    color: #4e74b9;
}
.contacts .fone strong{
    font-size: 30px;
    line-height: 22px;
    color: #585858;
    font-weight: normal;
    vertical-align: top;
}
.contacts .mail{
    display: block;
    margin-top: 5px;
}
.contacts .mail a{
    color: #2d98d3;
    font-weight: bold;
}

/* search */
.search{
    margin:0 0 18px;
    text-align: right;
}
.search fieldset{
    margin:0;
    padding:0 5px;
    background: #fbfbfb;
    display: -moz-inline-box;
    display: inline-block;
}
.search input{
    vertical-align: middle;
}
.search label.overlabel-apply{
    margin-top: 2px;
}
.search #search-text{
    background: transparent;
    border: none;
    width: 170px;
    padding:4px 5px 5px;
    font-size: 11px;
    color: #585858;
}

/* site-nav */
.site-nav{
    text-align: right;
}
.site-nav ul{
    margin:0 0 -7px;
    display: -moz-inline-box;
    display: inline-block;
    text-align: left;
}
.site-nav li{
    margin:0 0 7px;
    list-style: none;
}
.site-nav a{
    display: block;
    position: relative;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:3px 10px 4px 4px;
}
.site-nav a:hover{
    text-decoration: underline;
}
.site-nav .icon{
    display: block;
    position: absolute;
    top:0;
    left:-34px;
    overflow: hidden;
}
.site-nav .icon i{
    display: block;
    position: absolute;
    width: 84px;
    height: 58px;
    background: url(/static/img/sites000.png) no-repeat;
}

.bsk-link{background: #005a92;}
.boi-link{background: #009ca3;}
.bop-link{background: #7a1c3e;}
.bee-link{background: #968ab8;}
.bspb-link{background: #e96f46;}

.bsk-link .icon{width: 27px;height: 30px;top:-2px}
.bsk-link .icon i{left:-56px;top:0;}
.boi-link .icon{width: 29px;height: 25px;top:2px;}
.boi-link .icon i{left:0;top:0;}
.bop-link .icon{width: 21px;height: 33px;top:-5px;left:-33px;}
.bop-link .icon i{left:0;top:-25px;}
.bee-link .icon{width: 27px;height: 20px;top:0px}
.bee-link .icon i{left:-29px;top:0;}
.bspb-link .icon{width: 26px;height: 31px;top:-7px;left:-31px;}
.bspb-link .icon i{left:-24px;top:-21px;}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        NAVIGATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.navigation{
    background: #005a92;
    display: table;
    width: 100%;
}
.navigation ul{
    display: table-row;
    margin: 0;
}
.navigation li{
    display: table-cell;
    margin: 0;
    list-style: none;
    text-align: center;
}
.navigation a{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: -moz-inline-box;
    display: inline-block;
    padding:9px 5px;
}
.navigation a:hover{
    text-decoration: underline;
}
.navigation a.noclick, .navigation a.noclick:hover { text-decoration:none; cursor: default; }
.navigation li div{
    position:relative;
    z-index:100;
}

.navigation ul li table{
    position:absolute;
    border-collapse:collapse;
    z-index:80;
    left:0;
    top:34px;
    margin:0;
    width: 100%;
}

.navigation ul ul {
    visibility:hidden;
    position:absolute;
    left:0;
    top:100%;
    padding:15px 0 5px;
    margin:-4px 0 0;
    display: block;
    min-width:100%;

    background: #ffffff;
    border: 1px solid #3ea7e0;
    border-top-width: 4px;
    font-size: 11px;
}
.navigation ul ul li{
    display: list-item;
    margin: 0 20px 8px 25px;
    color: #3ea7e0;
    list-style: disc;
    text-align: left;
    vertical-align: top;
    width: auto;
}
.navigation ul li:hover ul,
.navigation ul a:hover ul{
    visibility:visible;
}

.navigation ul ul a{
    display: inline;
    padding: 0;
    color: #3ea7e0;
    text-transform: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        MIDDLE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.middle{
    margin:30px 0 20px;
}

/* columns */
.columns{

}
.column-c{
    float:left;
    width:100%;
}
.column-c_i{
    margin:0 230px 0 230px;
    position: relative;
}
.column-l{
    float:left;
    margin-left:-100%;
    width:210px;
}
.column-r{
    float:left;
    margin-left:-210px;
    width:210px;
}

.sub-columns{

}
.sub-columns .sub-column-l{
    width: 50%;
    float: left;
}
.sub-columns .sub-column-l .sub-column_i{padding-right: 16px;}
.sub-columns .sub-column-r{
    width: 50%;
    float: right;
}
.sub-columns .sub-column-r .sub-column_i{padding-left: 16px;}

/* pages */
.pages{
    margin:36px 0 18px;
}
.pages dt{
    margin: 0;
    display: inline;
    color: #2a2a2a;
    font-weight: bold;
}
.pages dd{
    margin: 0 0 0 .25em;
    display: inline;
}
.pages dd strong{
    background: #2D98D3;
    color: #fff;
    padding:2px 5px;
}

/* page-action */
.page-action{
    margin:18px 0 36px;
    text-align: right;
}
.page-action_left{
    text-align: left;
}

/* entry */
.entry{
    margin:0 0 20px;
}
.entry-head{
    font-size: 12px;
    line-height: 1.35em;
    color: #005a92;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #009ca3;
    margin:0 0 10px;
    padding:0 0 2px;
}
.entry-head a{
    color: #005a92;
    text-decoration: none;
}
.entry-head a:hover{
    text-decoration: underline;
}
.entry-head .breadcrumbs{
    float: left;
    width: 80%;
}
.entry-head .breadcrumbs a{
    color: #a2a2a2;
    text-decoration: none;
}
.entry-head .breadcrumbs a:hover{
    text-decoration: underline;
}
.entry-head .breadcrumbs .spr{
    font-weight: normal;
    margin:0 .25em;
}
.entry-head .entry-act{
    float: right;
}
.entry-head .entry-act img{
    vertical-align: top;
    margin-bottom: -5px;
    position: relative;
    top:-2px;
}
.entry-body h1:first-child,
.entry-body h2:first-child,
.entry-body h3:first-child{
    margin-top: 0;
}

/* statistics */
.statistics{
    margin:1em 0 2em;
}
.statistics h3{
    font-size: 11px;
    color: #3c3c3c;
    font-weight: bold;
    margin: 0 0 1.5em;
    text-transform: uppercase;
}
.statistics dl{
    margin: 0 0 1.5em;
}
.statistics dl dt{
    margin: 0;
    float: left;
    clear: left;
    color: #5d5d5d;
}
.statistics dl dd{
    margin: 0;
    color: #5d5d5d;
    font-weight: bold;
}

/* faq-block */
.faq-block{

}
.faq-block .block-head{
    margin: 1.5em 0 1em;
}
.faq-block .block-head h2{
    font-size: 12px;
    color: #005A92;
    font-weight: bold;
    margin: 0 18px 0 0;
    text-transform: uppercase;
    display: inline;
}
.faq-list{
    margin: 0;
}
.faq-list .list-item{
    margin: 0 0 1.5em;
    padding:0 12px;
    list-style: none;
    color:#5d5d5d;
}
#js .faq-list .list-item .rounded,
#js .faq-list .list-item .reply-answer{
    display: none;
}
.faq-list a{
    font-size: 12px;
    font-weight: bold;
}
.faq-list .list-item_active .faq-reply{
    background: #2d98d3;
    color: #ffffff;
    padding:12px;
}
.faq-list .faq-reply .reply-question{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #2D98D3;
    cursor: pointer;
}
.faq-list .faq-reply .hover{
    text-decoration: none;
}
.faq-list .list-item_active .faq-reply .reply-question{
    font-size: 12px;
    font-weight: bold;
    padding:0 0 10px;
    margin:0 0 10px;
    border-bottom: 1px solid #9bceea;
    color: #fff;
    text-decoration: none;
}
.faq-list .list-item_active .faq-reply .reply-answer{
    padding:0 15px;
}

.faq-list .list-item_active{
    padding:0;
}
#js .faq-list .list-item_active .rounded,
#js .faq-list .list-item_active .reply-answer{
    display: block;
}

/* site-map */
.site-map{
    margin: 20px 0 0;
}
.site-map li{
    margin: 0 0 .3em;
    list-style: none;
}
.site-map li a{
    font-weight: bold;
}
.site-map ul{
    margin:20px 0 20px 20px;
}
.site-map ul li{
    list-style: disc outside;
    margin:0 0 10px;
}
.site-map ul dl{
    margin:20px 0 0 10px;
}
.site-map ul dl dt{
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
}
.site-map ul dl dd{
    margin: 0;
}
.site-map ul dl ul{
    margin: 0 0 0 20px;
}
.site-map ul dl ul li{
    margin: .3em 0 0;
}
.site-map ul dl ul li a{
    font-weight: 400;
}
.site-map ul dl ul ul{
    margin: 0 0 0 28px;
}
.site-map ul dl ul ul li{
    list-style: none;
}
.site-map ul dl ul ul li a{
    color: #a0a0a0;
}

/* news-full-list */
.news-full-list{
    margin: 25px 0 0;
}
.news-full-list li{
    margin: 0 0 18px;
    list-style: none;
}
.news-full-list h3,
.news-fuul-view h3{
    font-size: 11px;
    color: #2a2a2a;
    font-weight: 400;
    margin: 0 0 1.2em;
}
.news-full-list h3 .date,
.news-fuul-view h3 .date,
.news-fuul-view h3 .name{
    font-weight: bold;
}
.news-full-list h3 a,
.news-fuul-view h3 .name{
    font-weight: bold;
    text-transform: uppercase;
}

/* importantly-list */
.importantly-list{
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}
.importantly-list li{
    margin: 18px 0;
    list-style: none;
}
.importantly-list a{
    text-decoration: none;
}
.importantly-list img{
    vertical-align: middle;
    margin-right: 12px;
}
.importantly-list span{
    text-decoration: underline;
}
.importantly-list a:hover span{
    text-decoration: none;
}

/* partner-list */
.partner-list{
    margin: 0;
}
.partner-list li{
    margin: 15px 0 0;
    display: -moz-inline-box;
    display: inline-block;
    list-style: none;
    vertical-align: middle;
    width: 100px;
    text-align: center;
}

/* partnership-projects */
.partnership-projects{
    color: #828587;
}
.partnership-projects a{
    font-weight: bold;
}

/* welcome */
.welcome{
    color: #2a2a2a;
}
.welcome h4, .congrat h4{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2d98d3;
    margin:0 0 1em;
}
.welcome p{
    margin:1em 0 0;
}

/* news-list */
.news-list{
    margin: 0;
}
.news-list li{
    margin: 0 0 .7em;
    list-style: none;
}
.news-list .date{
    display: block;
    color: #2a2a2a;
    font-weight: bold;
    margin: 0 0 .15em;
}

/* partner-gallery */
.gallery{
    margin:0 15px;
    position: relative;
    background: #efefef;
}
.gallery ul{
    margin: 0;
}
.gallery ul li{
    float: left;
    width: 130px;
    padding:15px 0;
    text-align: center;
    list-style: none;
}
.partner-gallery .view-all{
    margin-top: 18px;
    text-align: center;
}

/* calendar */
.calendar{

}
.calendar .cal-head{
    text-align: center;
    margin-bottom: 10px;
}
.calendar .cal-head .ttl{
    font-size: 14px;
    color: #7a1c3e;
    margin:0 10px;
}
.calendar .cal-head img{
    vertical-align: bottom;
}
.calendar .cal-body{

}
.calendar .cal-body table{
    margin: 0 auto;
    background: #ecebe9;
    border-collapse: separate;
    border-spacing: 1px;
}
.calendar .cal-body table td{
    border: 1px solid #fff;
    background: #fff;
    padding:2px;
}
.calendar .cal-body table thead td{
    background: #ecebe9;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    color: #01588e;
    text-transform: uppercase;
    padding:5px;
}
.calendar .span,
.calendar table a{
    display: -moz-inline-box;
    display: inline-block;
    width: 17px;
    height: 18px;
    padding-left: 4px;
    line-height: 17px;
}
.calendar table a{
    background: #2d98d3 url(/static/images/backgrounds/cal.png) no-repeat;
    color: #fff;
    text-decoration: none;
}

/* event-list */
.event-list{
    margin: 0;
}
.event-list li{
    margin: 13px 0 0;
    list-style: none;
    font-size: 11px;
    font-weight: bold;
}
.event-list li a{
}

/* MAIN PAGE */
#main-page{
    background: none;
}
#main-page .head{
    background: url(/static/images/backgrounds/main.png) no-repeat 50% 100%;
    padding-top: 30px;
    margin: 0;
}
#main-page .middle{
    margin: 0;
}
#main-page .footer{
    background: #eeeeee;
    color: #5d6b76;
    padding:20px 36px;
    height: auto;
    width: 100%;
    margin:0 -36px;
}
#main-page .footer a{
    color: #1c7bbf;
}

/* main-nav */
.main-nav{
    height: 560px;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'EurofontCNormal', sans-serif;
}
.main-nav ul{
    margin: 0;
}
.main-nav ul li{
    margin: 0;
    list-style: none;
    position: absolute;
    text-align: center;
    width: 310px;
    background: none !important;
}

.main-nav a{
    color: #004982;
    text-decoration: none;
}
.main-nav a span{
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding:7px 10px;
}
.main-nav a:hover span{
    background: #000;
    color: #fff;
}
.main-nav .bsk-link a:hover span{background: #005a92;}
.main-nav .boi-link a:hover span{background: #009ca3;}
.main-nav .bop-link a:hover span{background: #7a1c3e;}
.main-nav .bee-link a:hover span{background: #968ab8;}
.main-nav .bspb-link a:hover span{background: #e96f46;}

.main-nav a i{
    display: block;
    position: absolute;
    z-index: 1;
}

.main-nav .bsk-link{
    position: absolute;
    top:0;
    left:0;
}
.main-nav .bsk-link i{
    width: 276px;
    height: 235px;
    background: url(/static/images/visual/bsk.png) no-repeat;
    top:33px;
    left: 17px;
}

.main-nav .bop-link{
    position: absolute;
    top:45px;
    left:50%;
    width: 340px;
    margin-left: -170px;
}
.main-nav .bop-link i{
    width: 273px;
    height: 196px;
    background: url(/static/images/visual/bop.png) no-repeat;
    top:26px;
    left:10px;
}

.main-nav .boi-link{
    position: absolute;
    top:10px;
    right:0;
}
.main-nav .boi-link i{
    width: 300px;
    height: 264px;
    background: url(/static/images/visual/boi.png) no-repeat;
    top:17px;
    left:-12px;
}

.main-nav .bee-link{
    position: absolute;
    top:287px;
    left:30%;
    margin-left: -160px;
}
.main-nav .bee-link i{
    width: 344px;
    height: 273px;
    background: url(/static/images/visual/bee.png) no-repeat;
    top: -7px;
    left:-25px;
}

.main-nav .bspb-link{
    position: absolute;
    top:272px;
    left:75%;
    margin-left: -220px;
}
.main-nav .bspb-link i{
    width: 308px;
    height: 297px;
    background: url(/static/images/visual/bspb.png) no-repeat;
    top:-22px;
    left:-20px;
}

/* main-header */
.main-header{

}
.main-menu{
    width: 300px;
    float: left;
    margin: 0;
    margin-top: 20px;
    height: 170px;
}
.main-menu li{
    margin: 0 0 5px;
    padding:4px 0 6px 40px;
    list-style: none;
}
.main-menu a{
    font-size: 18px;
    color: #004982;
    text-decoration: none;
    border-bottom: 2px dashed #004982;
}
.main-menu a:hover{
    border-bottom: 0;
}

.main-menu_active{
    background: url(/static/images/backgrounds/main.menu.png) no-repeat 16px 100%;
}
.main-menu .no-active{
    margin: 0;
    padding:4px 0 11px 40px;
    background: #fff;
}
.main-menu .active{
    background: #004982;
    padding-left: 20px;
    padding-bottom: 6px;
    margin-bottom: 5px;
}
.main-menu .active a{
    color: #fff;
    border-bottom: 0;
}

.main-info{
    margin-left: 320px;
    color:#151515;
}
.main-info ul{
    margin: 0 0 0 30px;
}
.main-info ul li{
    color: #1b6390;
}
.main-info a{
    color: #004982;
    font-size: 12px;
    font-weight: bold;
}
.main-info span{
    color: #b8b9b9;
    font-size: 11px;
    margin-left: .5em;
}

/* main-content */
.main-content{
    border: 1px solid #f0f5f8;
    padding:28px 34px;
}

.main-content-item{
    margin:0 0 10px;
}
.main-content-item .item_i{
    border: 1px solid #dedede;
    padding:15px 20px;
}

.main-content-item .item-body{
    display: table;
    width: 100%;
}
.main-content-item .item-body .item-head,
.main-content-item .item-body .item-content{
    display: table-cell;
    vertical-align: middle;
}
.main-content-item .item-body .item-head{
    width: 30%;
    padding-right: 30px;
    border-right:  1px solid #dedede;
}
.main-content-item .item-body .item-content{
    width: 70%;
    padding-left: 30px;
}


.main-content-item .item-head h2{
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    color: #000000;
}
.main-content-item .item-head h2 a{
    color: #929292;
}
.main-content-item .item-head h2 strong{
    color: #1c7bbf;
    font-weight: bold;
}
.main-content-item .item-head h2 strong a{
    color: #1c7bbf;
}

.logo-list{
    margin: 0;
    text-align: center;
}
.logo-list li{
    display: -moz-inline-box;
    display: inline-block;
    margin: 0;
    list-style: none;
    width: 33%;
}
.logo-list li a{
    color: #004982;
    font-size: 14px;
}
.logo-list li span{
    display: block;
    text-decoration: underline;
}
.logo-list li a:hover span{
    text-decoration: none;
}

.main-content-item .map{
    text-align: center;
}

.agencies{
    margin: 0;
}
.agencies li{
    margin: 0;
    width: 33%;
    float: left;
    list-style: none;
    text-align: center;
}
.agencies dl{
    margin: 0;
    display: -moz-inline-box;
    display: inline-block;
    text-align: left;
}
.agencies dt{
    margin: 0 0 .6em;
    padding:0 0 0 16px;
    background: url(/static/images/backgrounds/agencies.png) no-repeat 0 50%;
    font-size: 24px;
}
.agencies dd{
    margin: 0 0 .2em;
}

.funds{
    text-align: center;
}
.funds ul{
    margin: 0;
    display: -moz-inline-box;
    display: inline-block;
    text-align: right;
}
.funds li{
    margin: 0;
    list-style: none;
    color: #000000;
    font-size: 24px;
    line-height: 36px;
}
.funds li span{
    color: #676767;
}
.funds li strong{
    font-weight: 400;
}
.funds .bsk strong{font-size: 48px;color: #1c7bbf;}
.funds .bop strong{font-size: 36px;color: #359ce5;}
.funds .boi strong{font-size: 24px;color: #50a6e4;}


.steps{
    margin: 0;
}
.steps li{
    margin: 0;
    width: 20%;
    float: left;
    list-style: none;
    color: #000000;
}
.steps h3{
    margin: 0 0 .4em;
    font-size: 11px;
    font-weight: bold;
    background: url(/static/images/backgrounds/steps.png) no-repeat 100% 50%;
}
.steps .last h3{
    background: none;
}
.steps h3 span{
    background: #857c7c;
    color: #fff;
    display: -moz-inline-box;
    display: inline-block;
    padding:2px 5px;
}
.steps p{
    margin: 0 20px 0 0;
    font-size: 11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~
        FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer{
    padding:20px 20px 0;
    height:70px;
    color: #d8d8d8;
    font-size: 12px;
    line-height: 1.3em;
}
.footer a{
    color: #fff;
}
.footer p{
    margin: 0;
}
.footer .copyright{
    float: left;
}
.footer .info{
    float: right;
}

#main-page .footer{
    display: none;
    margin-top: 25px;
}


/* UTIL */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/* S10#13036 */
.logo .logo_i span{
    color:black;
}
.logo span a{
    color:black;
}
.head-nav{
    color:black;
}
.head-nav li{
    color:black;
}
.head-nav a{
    color:black;
}
.contacts .fone strong{
    color:black;
}
.search #search-text{
    color:black;
}
.pages dt{
    color:black;
}
.entry-head, .entry-head a, .entry-head .breadcrumbs, .entry-head .breadcrumbs a{
    color:black;
}
.statistics h3{
    color:black;
}
.statistics dl dt{
    color:black;
}
.statistics dl dd{
    color:black;
}
.faq-list .list-item{
    color:black;
}
.site-map ul dl ul ul li a{
    color:black;
}
.news-full-list h3,
.news-fuul-view h3{
    color:black;
}
.partnership-projects{
    color:black;
}
.welcome{
    color:black;
}
.congrat h4 {
    color:black;
}
.news-list .date{
    color:black;
}
#main-page .footer{
    color:black;
}
.main-info{
    color:black;
}
.main-info span{
    color:black;
}
.main-content-item .item-head h2 a{
    color:black;
}
.funds li span{
    color:black;
}
.footer{
    color:white;
}

.news-list-right li a {
    color:black;
    float:right;
}

.navigation ul ul { min-width:300px }
.navigation ul .last ul { min-width:100% }

/*#submenu_s241 { min-width:300px }*/

/*.entry-body td, .entry-body th { border-width:inherit; }*/

.border1 td, .border1 th { border-width:1px; }

.main-form.lw2 .field .label { width:100px; }
.main-form.lw2 .field .input { margin-left: 106px; }

.importantly-list span { font-size:13px; }

/*
//
// Alerts
// --------------------------------------------------


// Base styles
// -------------------------*/

.alert {
  color: #c09853;
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert h4 {
  margin: 0;
}
/*
// Adjust close link position*/
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}


/*// Alternate styles
// -------------------------*/

.alert-success {
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}
.alert-info {
  background-color: #D9EDF7;
  border-color: #BCE8F1;
  color: #3A87AD;
}


/*// Block alerts
// -------------------------*/

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

/* file icons
// ----------------*/

.file-icon{
  display: block;
  line-height: 26px;
  margin-left: 5px;
  margin-bottom: 7px;
  vertical-align: middle;
  text-decoration: none;
}
.file-icon i{
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  vertical-align: middle;
  margin-right: 5px;
  background: url("/static/img/file-icons.png") no-repeat;
  background-position: 0px 0px;

}
.file-icon span{
    text-decoration: underline;
    padding-left: 10px;
}

.file-icon i.file-icon:hover{
   text-decoration: none;
}
.file-icon i.file-pdf{
  background-position: 0px 0px;
}
.file-icon i.file-xls{
  background-position: 0px -33px;
}
.file-icon i.file-xlsx{
  background-position: 0px -33px;
}
.file-icon i.file-doc{
  background-position: 0px -67px;
}

img.img_left { float: left !important; margin: 14px 20px 14px 0; }
img.img_right { float: right !important; margin: 14px 0 14px 20px; border: none; }
img.img_block { display: block; float: none !important; clear: both !important; margin: 14px 0 !important; border: none; }

