@font-face {
    font-family: "Conv_PFBeauSansPro-SeBold";
    src: url("../fonts/PFBeauSansPro-SeBold.eot");
    src: local('☺'), url('../fonts/PFBeauSansPro-SeBold.woff') format('woff'), url('../fonts/PFBeauSansPro-SeBold.ttf') format('truetype'), url('../fonts/PFBeauSansPro-SeBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "PFBeauSansPro-Reg";
    src: url("../fonts/PFBeauSansPro-SeBold.eot");
    src: local('☺'), url("../fonts/PFBeauSansPro-SeBold.woff") format("woff"), url("../fonts/PFBeauSansPro-SeBold.ttf") format("truetype"), url("../fonts/PFBeauSansPro-SeBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 12px/18px Verdana;
    width: 100%;
    height: 100%;
    background: url(../img/body_bg.png) repeat-x;
}
.home
{
    background: url(../img/body_bg_home.png) repeat-x;
}
img
{
    border: none;
}
.clear
{
    clear: both;
}
.wrapper {
    /*width: 940px;*/
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.site-title
{
    font-size: 18px;
    font-family:  'Scada', sans-serif;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
    min-height: 261px;
}
/* Old slider version
#main-slider
{
    height: 358px;
    width: 100%;
    background: url("../img/main_slider_bg.png") repeat-x;
    overflow: hidden;
}
*/
#main-slider-block {
    height: 294px!important;
    width: 100%;
    background: url("../img/main_slider_bg.png") repeat-x;
    overflow: hidden;
}
.top-news
{
    background: url("../img/slidr_top_bg.png") repeat-x 0 top, url(../img/pixel.png) repeat;
    min-height: 53px;
    width: 890px !important;
    padding: 15px 25px;
    margin-bottom: -1px !important;
}
.top-news-block
{
    display: inline-block;
    width: 200px;
    margin: 0 25px 0 0;
    vertical-align: top;
}
.top-news-block:last-child
{
    margin: 0;
}
.top-news-block-date
{
    font-size: 10px;
}
.top-news-block-body
{
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 15px;
}
.top-news-block-body:hover
{
    text-decoration: underline;
    /*color: #333333;*/
}
.cabinet
{
    float: right;
    display: block;
    padding: 3px 0 3px 23px;
    background: url("../img/cab.png") no-repeat left center;
}
.rss
{
    background: url("../img/rss.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #000000;
    display: block;
    float: right;
    margin: 0 0 0 15px;
    padding: 3px 30px 3px 0;
}
.submit-search
{
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 5px;
    width: 20px;
}
.search-body {
	position: relative;
	display: inline-block;
	opacity: 100;
	margin-left: 20px;
	float:right;
}
.surname-search {
	margin: 15px 0 25px;
	float:left!important;
}
.search
{
    font-size: 12px;
    font-family: verdana;
    color: #898989;
    width: 162px;
    height: 26px;
    background: url(../img/search.png) no-repeat right center #eaeaea;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 0 25px 0 10px;
    text-transform:lowercase;
}
#main-menu
{
    border: 1px solid #0099FF;
    border-radius: 6px;
    display: table;
    font-family: 'Scada', sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    margin: 15px 0;
    width: 100%;
}
#main-menu a
{
    text-decoration: none;
    color: #000000;
}
#main-menu li
{
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
#logo
{
    background: url("../img/logo.png") no-repeat ;
    display: inline-block;
    height: 104px;
    width: 250px;
    vertical-align: top;
    margin: 0 60px 0 0;
}
#header-body
{
    display: inline-block;
    margin: 0 0 25px;
    width: 624px;
    height: 100px;
}
#header-body a
{
    color: #000000;
    text-decoration: none;
}
#header-body a:hover
{
    text-decoration: underline;
}
.link
{
    text-decoration: none;
}
.link:hover
{
    text-decoration: underline;
}
.blue
{
    color: #3399ff;
}
.video-bottom
{
    color: #D9D9D9;

}
.green
{
    color: #599C01;
}
#top-menu
{
    display: table;
    width: 100%;
    font-size: 12px;
    position: relative;
    margin: 0 0 15px 0;
}
#top-menu .active
{
    background: #000000;
}
#join-date
{
    background: url("../img/icon1.png") no-repeat right center;
    padding: 0 25px 0 0;
    cursor: pointer;
    position: relative;
}
#site-map
{
    background: url("../img/icon2.png") no-repeat right center;
    padding: 0 25px 0 0;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
#add-fav
{
    background: url("../img/icon3.png") no-repeat right center;
    padding: 0 25px 0 0;
    cursor: pointer;
    display: inline-block;
}
#arhive
{
    background: url("../img/icon1.png") no-repeat right center;
    padding: 0 25px 0 0;
    display: inline-block;
    cursor: pointer;
}
#mob-link {
	background: url("../img/mobile_icon.png") no-repeat right center;
    padding: 0 25px 0 0;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
#top-menu li
{
    display: table-cell;
    height: 37px;
    vertical-align: middle;
    text-align: right;
    color: #ffffff;
}
#top-menu .item1
{
    width: 275px;
    text-align: left;
}
#top-menu .item1>div
{
    display: inline-block;
}
#top-menu .item2
{
    width: 90px;
}
#top-menu .item3
{
    width: 370px;
}
#top-menu .item4
{
    text-align: right;
}
#arhive-body
{
    display: table;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #000000;
    table-layout: fixed;
    display: none;
}
.row
{
    display: table-row;
}
.row a, .row div
{
    display: table-cell;
}
#arhive-body .row a
{
    background: url(../img/arhive_bg_left.png) no-repeat left 0, url(../img/arhive_bg_right.png) no-repeat right 0, url(../img/arhive_bg1.png) repeat-x;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
#arhive-body .row a:hover
{
    background: #27498f;
}
#arhive-body .yers .active
{
    background: url(../img/archive_year_bg_left.png) no-repeat left 0, url(../img/archive_year_bg_right.png) no-repeat right 0, url(../img/archive_year_bg_center.png) repeat-x;
}
#arhive-body .yers div
{
    height: 37px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}



/* Middle
-----------------------------------------------------------------------------*/
.middle {
    margin: 0 auto;
    padding: 23px 0 100px;
    position: relative;
    width: 940px;
}
.middle:after {
    display: table;
    clear: both;
    content: '';
}
.date, .date>a
{
    font-size: 10px;
    color: #599C01;
    line-height: 11px;
    margin: 0 0 5px;
    text-decoration: none;
}
.date>a:hover
{
   text-decoration: underline;
}
.author-link
{
    font-size: 10px;
    text-decoration: none;
    color: #599C01 !important;
    line-height: 11px;
    margin: 0 0 5px;
}
.author-link:hover
{
    text-decoration: underline !important;
}

.section
{
    padding: 17px 0 30px 0;
}
.left-sidebar .section
{
    font-weight: normal;
}
.post-teaser
{
    color: #666666;
    font-family: verdana;
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 26px;
    text-align: left;
    display: block;
    text-decoration: none;
}
.post-teaser:hover {
	color: #333333;
}
.all
{
    margin: 12px 0 50px 0;
}
.all a
{
    color: #599C01;
}
.all a:hover
{
    text-decoration: none;
}
.container {
    width: 100%;
    float: left;
    overflow: hidden;
}
.content {
    padding: 0 240px;
    min-height: 5px;
}
.content-block
{
    /*background: none repeat scroll 0 0 #FF0000;*/
    display: inline-block;
    min-height: 20px;
    /*margin: 4px 0;*/
    vertical-align: top;
    width: 218px;
    margin: 0 0 22px 0;
    padding-bottom: 15px;
}
.block-text
{
    color: #666666;
    font-family: verdana;
    font-size: 12px;
    letter-spacing: 0.1px;
    margin: 0 0 37px;
}
.block-text a
{
    color: #666666;
    text-decoration: none;
}
.block-text a:hover
{
    color: #333333;
}
.content-block:nth-child(even)
{
    margin: 0 18px 0 0;
}
.content-block img
{
    width: 100%;
    margin: 0 0 20px;
}
.content-block .date
{
    margin: 0;
}

.content-block .date-main
{
    float: left;
    padding-right:5px;
}

.content-block .block-title
{
    margin: 0 0 12px;
}
.block-text-title {
    font-family: verdana;
    font-size: 14px;
    margin: 0 0 10px;
    display: block;
    text-decoration: none;
    color: #000000;
}
.block-text-title:hover
{
    text-decoration: underline;
}

.block-text-title.blue-col {
    color: #5571cc;
    padding-top: 5px;
    /*transition: color 0.2s ease 0s;*/
    transition: color 0.2s ease 0.1s;
}

.block-text-title.blue-col:hover {
    color: #858f97;
    text-decoration:none;
}


.block-author {
	margin: 0 0 10px 0;
	display:block;
	font-size:11px;
}



.block-author-main {
    line-height:11px;
    margin:0;
    /*font-size: 10px;*/
}
.block-author-main a{
    color: #599C01 !important;
}
.block-author-main a:before{
    content: '| ';
}
.block-author a {
	color:#000000;

	text-decoration:none;
}
.block-author a:hover {
	text-decoration:underline;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
    float: left;
    width: 220px;
    padding: 0 20px 0 0;
    margin-left: -100%;
    position: relative;
}
.block-title
{
    font-family:  'Scada', sans-serif;
    font-size: 18px;
    border-bottom: 6px solid #000000;
    padding: 0 0 12px;
}
#social
{
    margin: 30px 0 0 0;
}
#cloud
{
    background: #e8e8e8;
    margin: 0 0 32px;
}
#partners
{
    padding: 30px 0 0 0;
}
.partner
{
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    height: 95px;
    width: 107px;
    display: inline-block;
}
#comments-slider
{
    width: 375px;
    /*margin: 0 auto;*/
}
#comments-slider li
{
    display: block;
    width: 376px;
    float: left;
}
.all-comments {
    display: block;
    float: right;
    color: #999999;
    font-weight:bold;
    font-size:12px;
    text-decoration: underline;
    text-transform: lowercase;
}
.all-comments:hover
{
    text-decoration: none;
    /*color: #333333;*/
}

.comments {
    background: none repeat scroll 0 0 #EDEDED;
    height: 145px;
    margin: 0 0 26px;
    overflow: hidden;
    padding: 20px 42px 0;
    position: relative;
    width: 376px;
}
.comments-new {
    background: none repeat scroll 0 0 #EDEDED;
    height: 145px;
    overflow: hidden;
    padding: 20px 42px 0;
    position: relative;
    width: 376px;
}
.comments-new.last-item {
    border-top:6px solid #000000;
    margin: 0 0 26px;
}
#next-comment, #prev-comment
{
    background-image: url("../img/novigation.png");
    height: 16px;
    position: absolute;
    width: 13px;
    cursor: pointer;
    top: 80px;
}
#prev-comment
{
    left: 15px;
}
#next-comment
{
    background-position: 13px 0;
    right: 15px;
}

.comment-photo
{
    display: block;
    float: left;
    min-height: 5px;
    padding: 4px 0 0;
    vertical-align: top;
    width: 75px;
}
.comment-body
{
    display: block;
    min-height: 20px;
}
.comment-body .date
{
    margin: 0;
}

.comment-link
{
    text-decoration: none;
}
/*.comment-link:hover*/
/*{*/
/*color: #333333 !important;*/
/*}*/
.comment-title
{
    color: #000000;
    font-family: verdana;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 15px;
    max-height: 51px;
    overflow: hidden;
    text-decoration: none;
}
.comment-text
{
    color: #666666;
    font-family: verdana;
    font-size: 12px;
    height: 70px;
    overflow: hidden;
    text-align: justify;
}
.comment-text:hover
{
    color: #333333;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
    float: left;
    width: 220px;
    margin-left: -240px;
    position: relative;
    padding: 0 0 0 20px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
    background: url("../img/footer_bg2.png") repeat-x scroll 0 bottom rgba(0, 0, 0, 0);
    height: 560px;
    /*height:770px;*/
    margin: -100px auto 0;
    min-width: 940px;
    position: relative;
    width: 100%;
    padding: 25px 0 0 0;
    /*z-index: 99;*/
}
#footer-bottom
{
    padding: 35px 0 0 0;
}
.footer-bottom-center
{
    padding: 0 20px;
    text-align: justify;
    color: #999999;
    font-size: 11px;
    line-height: 19px;
    width: 910px;
}
.up
{
    background: url("../img/up.png") no-repeat scroll 0 top rgba(0, 0, 0, 0);
    cursor: pointer;
    padding: 48px 0 0;
    width: 47px;
}
#footer-bottom div
{
    display: table-cell;
    vertical-align: top;
}
#footer-body
{
    margin: 0 auto;
    width: 940px;
    min-height: 100px;
}
#footer-menu
{
    width: 100%;
    min-height: 30px;
    margin: 35px 0 21px;
}
.footer-logo
{
    background: url("../img/logo_footer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 73px;
    width: 176px;
    margin: 0 15px 0 0;
}
#footer-menu .block
{
    display: inline-block;
    vertical-align: top;
}
#footer-menu .menu-block
{
    width: 540px;
}
#footer-menu .menu-block a
{
    font-size: 12px;
    text-decoration: none;
    color: #000000;
}
#footer-menu .menu-block a:hover
{
    text-decoration: underline;
}

#footer-menu .menu1, #footer-menu .menu2
{
    /*display: table-row;*/
    /*width: 100%;*/
}
#footer-menu .menu1
{
    height: 55px;
}
#footer-menu .menu2 a
{
    color: #3399ff;
}
#footer-menu .menu1 li, #footer-menu .menu2 li
{
    display: inline-block;
    margin: 0 11px 0 0;
}
#footer-menu .menu1 li:last-child, #footer-menu .menu2 li:last-child
{
    margin: 0;
}
.footer-right
{
    width: 200px;
}
.footer-right a
{
    color: #000000;
    text-decoration: none;
}
.footer-right a:hover
{
    text-decoration: underline;
}
.footer-right .search-body
{
    float: right;
    margin: 0 0 25px;
}
.site-map
{
    background: url("../img/site_map.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #000000;
    display: block;
    float: right;
    padding: 3px 25px 3px 0;
}

.video
{
    width: 100%;
    min-height: 100px;
    border-bottom: 6px solid #000000;
    border-top: 6px solid #000000;
    margin: 15px 0 0 0;
}
.video-body
{
    background: url(../img/video_bg.png) #244386;
    height: 200px;
    width: 870px;
    padding: 20px 35px 0;
}
.video-block
{
    display: inline-block;
    line-height: 13px;
    margin: 0 24px 0 0;
    vertical-align: top;
    width: 151px;
    text-decoration: none;
    text-align: center;
}
.video-body .blue
{
    display: block;
}
.video-block:last-child
{
    margin: 0;
}
.video-block img
{
    width: 100%;
    margin: 0 0 20px;
}
.video-block .blue
{
    text-decoration: none;
    font-size: 11px;
}
.video-block .blue:hover
{
    text-decoration: underline;
}
.all-video
{
    font-size: 12px;
    font-family: verdana;
    text-align: right;
    padding: 11px 0;
}
.all-video a
{
    text-decoration: none;
    color: #999999;
}
.all-video a:hover
{
    text-decoration: underline;
}
/*gallery---------------------------------------------------------------------*/

.list_carousel {
    width: 940px;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
/* old slider
.list_carousel li {
    background-color: #000;
    width: 940px;
    padding: 0;
    display: block;
    float: left;
    height: 314px;
}
*/
.list_carousel li {
    background-color: #000;
    width: 940px;
    padding: 0;
    display: block;
    float: left;
    height:250px;
}
.list_carousel li img
{
    margin: 0;
    padding: 0;
    border: none;
    float: left;
    margin: 0 25px 0 0;
    height: 100%;
}
.slide-title
{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
}
.slide-title a
{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
    text-decoration:none;
    transition: color 0.2s ease 0s;
}
.slide-title a:hover{
    color: #858f97;
}
.slide-body
{
    margin: 45px 0 0;
    padding: 0 40px 0 0;
}
.slide-text
{
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 20px;
    margin: 30px 0 0;
}
#pager2 a
{
    background: url("../img/slide_page.png") no-repeat scroll left center, url("../img/slide_page_line.png") no-repeat scroll right 6px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 13px;
    width: 33px;
}

.pager-block
{
    display: inline-block;
    left: 50%;
    margin: 15px 0 0;
    position: relative;
}
#pager2
{
    left: -50%;
    position: relative;
}
#pager2 a:last-child
{
    width: 13px;
}
#pager2 .selected
{
    background: url("../img/slide_page_active.png") no-repeat scroll left center, url("../img/slide_page_line.png") no-repeat scroll right 6px rgba(0, 0, 0, 0);
}
/*gallery---------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
.button {

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
    background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);

    background-color:#3d94f6;

    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;

    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 13px;
    text-decoration:none;
    margin: 20px 0 0 0;
}
.button:hover {

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
    background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);

    background-color:#1e62d0;
}
.button:active {
    position:relative;
    top:1px;
}
.form-button {
cursor: pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3399FF), color-stop(1, #0061a7));
    background:-moz-linear-gradient(top, #3399FF 5%, #0061a7 100%);
    background:-webkit-linear-gradient(top, #3399FF 5%, #0061a7 100%);
    background:-o-linear-gradient(top, #3399FF 5%, #0061a7 100%);
    background:-ms-linear-gradient(top, #3399FF 5%, #0061a7 100%);
    background:linear-gradient(to bottom, #3399FF 5%, #0061a7 100%);

    background-color:#007dc1;
    display:inline-block;
    color:#ffffff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 35px;

}
.form-button:hover {

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #3399FF));
    background:-moz-linear-gradient(top, #0061a7 5%, #3399FF 100%);
    background:-webkit-linear-gradient(top, #0061a7 5%, #3399FF 100%);
    background:-o-linear-gradient(top, #0061a7 5%, #3399FF 100%);
    background:-ms-linear-gradient(top, #0061a7 5%, #3399FF 100%);
    background:linear-gradient(to bottom, #0061a7 5%, #3399FF 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#3399FF',GradientType=0);

    background-color:#0061a7;
}
#datepicker
{
    background: none repeat scroll 0 0 #E3E3E3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    left: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    font-weight: bold;
    display: none;
}
.ui-datepicker
{
    background: #e3e3e3;
}
.ui-datepicker-trigger
{
    cursor: pointer;
    vertical-align: text-bottom;
}
.show
{
    display: block!important;
}
.period
{
    color: #3399FF;
    padding: 18px 0 19px 0;
}
.period input[type=submit]
{
    color: #FFFFFF;
    display: block;
    float: right;
    margin: -5px 0 0;
    padding: 5px 11px;
    border: none;
}
#dt, #df
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #3399FF;
    height: 20px;
    width: 70px;
}
.article-block
{
    padding: 20px 0;
    border-top: 1px solid #999999;
    color: #666666;
    text-align: justify;
    line-height: 19px;
}

.article-block a
{
    color: #666666;
}
.article-block a:hover
{
    text-decoration: none;
}
.article-block:last-child
{
    border-bottom: 1px solid #999999;
    margin: 0 0 75px ;
}
.article-block-title
{
    font-size: 14px;
    font-weight: bold;
    color: #000 !important;
    text-decoration: none;
}
.article-block-title:hover
{
    text-decoration: underline !important;
}
.article-block-title-custom
{
    font-size: 14px;
    font-weight: bold;
    color: #000 !important;
    text-decoration: none;
    transition: color 0.2s ease 0.1s;
}
.article-block-title-custom:hover
{
    /*text-decoration: underline !important;*/
    color: #666 !important;;
    text-decoration: none;
}
#custom{

}
#custom:hover{

}
.article-block .date
{
    margin: 0 0 13px;
}
.article-block img
{
    float: left;
    /*height: 105px;*/
    margin: 0 15px 0 0;
    width: 160px;
}
/*.pagination-button*/
/*{*/
/*background: url("../img/pagenatio_button.png") no-repeat;*/
/*display: inline-block;*/
/*height: 23px;*/
/*padding: 3px 0 0;*/
/*text-align: center;*/
/*text-decoration: none;*/
/*width: 26px;*/
/*vertical-align: top;*/
/*color: #717171;*/
/*}*/
/*.pagination-button:first-child*/
/*{*/
/*background: url("../img/novigation_pagination.png") no-repeat scroll 11px center, url("../img/pagenatio_button.png") no-repeat;*/
/*}*/
/*.pagination-button:last-child*/
/*{*/
/*background: url("../img/novigation_pagination.png") no-repeat scroll -10px center, url("../img/pagenatio_button.png") no-repeat;*/
/*}*/
/*.pagination .active*/
/*{*/
/*background: url("../img/pagenatio_button_cur.png") no-repeat 1px 0;*/
/*color: #ffffff;*/
/*}*/
.back
{
    float: right;
    color: #717171;
    text-decoration: none;
}
.back:hover
{
    text-decoration: underline;
}
/*pagination------------------------------------------------------------------------*/
.btn {
    display: inline-block;
    padding: 10px;
    border-radius: 5px; /*optional*/
    color: #aaa;
    font-size: .875em;
}

.page {
    background: none repeat scroll 0 0 #E9E9E9;
    border: 1px solid #C0C0C0;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #717171;
    display: inline-block;
    font-size: 0.875em;
    font-weight: bold;
    height: 22px;
    margin-right: 4px;
    margin-bottom: 8px;
    min-width: 28px;
    padding: 4px 0 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    vertical-align: top;
}
.pagination>.first
{
    background: url("../img/novigation_pagination.png") no-repeat scroll 11px center, #E9E9E9;
}
.pagination>.first:hover
{
    background: url("../img/novigation_pagination.png") no-repeat scroll 11px center, -webkit-linear-gradient(bottom, #FEFEFE 0%, #F0F0F0 100%);
    background: url("../img/novigation_pagination.png") no-repeat scroll 11px center, -moz-linear-gradient(bottom, #FEFEFE 0%, #F0F0F0 100%);
    background: url("../img/novigation_pagination.png") no-repeat scroll 11px center, -o-linear-gradient(bottom, #FEFEFE 0%, #F0F0F0 100%);
    background: url("../img/novigation_pagination.png") no-repeat scroll 11px center, -ms-linear-gradient(bottom, #FEFEFE 0%, #F0F0F0 100%);
    background: url("../img/novigation_pagination.png") no-repeat scroll 11px center, linear-gradient(to bottom, #FEFEFE 0%, #F0F0F0 100%);
}
.pagination>.last
{
    background: url("../img/novigation_pagination.png") no-repeat scroll -10px center, #E9E9E9;
}
.pagination>.last:hover
{
    background: url("../img/novigation_pagination.png") no-repeat scroll -10px center, -webkit-linear-gradient(bottom, #FEFEFE 0%, #F0F0F0 100%);
    background: url("../img/novigation_pagination.png") no-repeat scroll -10px center, -moz-linear-gradient(bottom, #FEFEFE 0%, #F0F0F0 100%);
    background: url("../img/novigation_pagination.png") no-repeat scroll -10px center, -o-linear-gradient(bottom, #FEFEFE 0%, #F0F0F0 100%);
    background: url("../img/novigation_pagination.png") no-repeat scroll -10px center, -ms-linear-gradient(bottom, #FEFEFE 0%, #F0F0F0 100%);
    background: url("../img/novigation_pagination.png") no-repeat scroll -10px center, linear-gradient(to bottom, #FEFEFE 0%, #F0F0F0 100%);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-linear-gradient(bottom, #FEFEFE 0%, #F0F0F0 100%);
    background: -moz-linear-gradient(bottom, #FEFEFE 0%, #F0F0F0 100%);
    background: -o-linear-gradient(bottom, #FEFEFE 0%, #F0F0F0 100%);
    background: -ms-linear-gradient(bottom, #FEFEFE 0%, #F0F0F0 100%);
    background: linear-gradient(to bottom, #FEFEFE 0%, #F0F0F0 100%);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.pagination.dark {
    background: #414449;
    color: #feffff;
}

.page.dark {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}

.page.dark:hover, .page.dark.gradient:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.page.dark.active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.page.dark.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347);
}
/*pagination------------------------------------------------------------------------*/
#authorization .title, #registration .title, .blue-title
{
    margin: 0px 0 30px 0;
    color: #2b519b;
    font-size: 24px;
    font-family:  'Scada', sans-serif;
}
#authorization form, #registration form
{
    width: 100%;
    display: table;
    padding: 0 0 35px;
    border-bottom: 1px solid #999999;
}
#registration form label
{
    margin: 0 40px 0 0;
}
#contact form
{
    border: none;
}
#registration form
{
    border: none;
}
#authorization
{
    padding: 22px 0 0 0;
    margin: 0 0 18px;
}
#authorization form>div, #registration form>div
{
    display: table-row;
}
#authorization form>div>div, #registration form>div>div
{
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 15px 0;
    color: #717171;
}
#authorization form>div>div:first-child, #registration form>div>div:first-child
{
    width: 140px;
    font-size: 14px;
}
.input-text
{
    color: #717171;
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #EAEAE7;
    height: 24px;
    width: 98%;
    padding: 0 1%;
    box-shadow: 0 1px 1px #BEBBB6 inset;
}
#authorization textarea
{
    max-width: 315px;
    min-height: 145px;
    min-width: 315px;
    padding: 5px;
}
#authorization .blue
{
    margin: 10px 0 0 0;
    display: block;
}
#authorization .blue:hover
{
    text-decoration: none;
}
#letters {
	padding:10px 0 10px;
}
#letters div
{
    cursor: pointer;
    display: inline-block;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 8px 5px 0;
}
#letters .active
{
    color: #2B519B;
}
.active-letter
{
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    font-size: 24px;
    /*font-weight: bold;*/
    font-family:  'Scada', sans-serif;
    padding: 15px 0;
    color: #2B519B;
}
.avatar
{
    display: inline-block;
    width: 80px;
    vertical-align: top;
}
.author-item-body
{
    display: inline-block;
    width: 375px;
}
.author-item
{
    padding: 15px 0 20px;
    border-bottom: 1px solid #999999;
}
.author-name
{
    font-family:  'Scada', sans-serif;
    font-size: 24px;
    margin: 25px 0 30px;
    display: block;
    text-decoration: none;
    color: #000000;
}
.author-name:hover
{
    text-decoration: underline;
}
.article-link
{
    /*border: 4px solid red;*/
    display: block;
    text-decoration: none;
    margin: 0 0 15px;
}
.article-link:hover
{
    text-decoration: underline;
}
.article
{
    padding: 15px 0 0 0;
    color: #666666;
    text-align: justify;
    border-bottom: 1px solid #999999;
}
.article p
{
    margin: 0 0 24px;
}
/*------------------------------------------------------------------------------*/

.all-articles {

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4bc732), color-stop(1, #3d8a2d));
    background:-moz-linear-gradient(top, #4bc732 5%, #3d8a2d 100%);
    background:-webkit-linear-gradient(top, #4bc732 5%, #3d8a2d 100%);
    background:-o-linear-gradient(top, #4bc732 5%, #3d8a2d 100%);
    background:-ms-linear-gradient(top, #4bc732 5%, #3d8a2d 100%);
    background:linear-gradient(to bottom, #4bc732 5%, #3d8a2d 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4bc732', endColorstr='#3d8a2d',GradientType=0);

    background-color:#4bc732;

    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;

    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:14px;
    font-weight:normal;
    padding:8px 12px;
    text-decoration:none;
    margin: 10px 0 0 0;

}
.all-articles:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d8a2d), color-stop(1, #4bc732));
    background:-moz-linear-gradient(top, #3d8a2d 5%, #4bc732 100%);
    background:-webkit-linear-gradient(top, #3d8a2d 5%, #4bc732 100%);
    background:-o-linear-gradient(top, #3d8a2d 5%, #4bc732 100%);
    background:-ms-linear-gradient(top, #3d8a2d 5%, #4bc732 100%);
    background:linear-gradient(to bottom, #3d8a2d 5%, #4bc732 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d8a2d', endColorstr='#4bc732',GradientType=0);

    background-color:#3d8a2d;
}
.all-articles:active {
    position:relative;
    top:1px;
}

/*------------------------------------------------------------------------------*/
.articles-count
{
    display: inline-block;
    width: 35px;
    text-align: center;
    color: #599c01;
}
#authors-pagination
{
    margin: 30px 0 0 0;
}
.video-title
{
    margin: 0 0 12px;
}
#video-pagination
{
    margin: 75px 0 0 0;
}
#partners-list
{
    padding: 0 0 50px;
    border-bottom: 1px solid #999999;
}
#partners-list .partner
{
    width: 107px;
    margin: 7px 0px;
}
#partners-list .partner:nth-child(3n+2)
{
    margin: 7px 64px;
}
#print-body
{
    margin: 30px auto 0;
    width: 715px;
}
.print-categoryes
{
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 10px 5px 20px;
    display: inline-block;

}
.print-title
{
    font-family:  'Scada', sans-serif;
    font-size: 24px;
    color: #2B519B;
    margin: 10px 0 30px ;
}
.print-text p
{
    color: #666666;
    margin: 0 0 25px;
    text-align: justify;
}
.tegs
{
    color: #000000;
    margin: 15px 0 80px 0;
    text-decoration: none;
}
.tegs span
{
    margin: 0 5px 0 0;
    text-decoration: underline;
}
.print-footer
{
    text-align: justify;
    color: #999999;
    vertical-align: top;
}
.print-footer td
{
    vertical-align: top;
}
.print-footer img
{
    margin: 0 20px 0 0;
}
.puplication-back
{
    display: block;
    float: left;
}
.print-version
{
    display: block;
    float: right;
    background: url("../img/print.png") no-repeat left center;
    padding: 0 0 0 20px;
}
.print-version, .puplication-back
{
    margin: -6px 0 15px;
    text-decoration: none;
    cursor: pointer;
}
.print-version:hover, .puplication-back:hover
{
    text-decoration: underline;
}
.publication-title
{
    color: #2B519B;
    /*font-size: 24px;*/
    /*font-family:  'Scada', sans-serif;*/
    /*padding: 15px 0;*/
    /*line-height: 22px;*/
}
.font-size
{
    background: none repeat scroll 0 0 #CCCCCC;
    color: #000000;
    cursor: pointer;
    float: right;
    font-family:  'Scada', sans-serif;
    height: 18px;
    margin: 0px 0 0 8px;
    padding: 3px 0 2px 0;
    text-align: center;
    width: 23px;
}
#font1
{
    font-size: 12px;
}
#font2
{
    font-size: 16px;
}
#font3
{
    font-size: 20px;
}
.head-tegs
{
    padding: 12px 0;
    margin: 12px 0 0 0;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
}
.head-tegs a
{
    margin: 0 9px 0 0 ;
    color: #000000;
    text-transform: uppercase;
}
.head-tegs a:hover
{
    text-decoration: none;
}
.publication
{
    color: #666666;
    text-align: justify;
}
.publication p
{
   margin: 0 0 25px;
}
.bottom-tegs
{
    padding: 15px 0;
    border-bottom: 1px solid #999999;
}
.bottom-tegs a
{
   color: #000000;
}
.bottom-tegs a:hover
{
    text-decoration: none;
}
.social-buttons
{
    margin: 22px 0;
    /*position: relative;*/
height: 20px;
}
.social-buttons img
{
display: inline-block !important;
    vertical-align: top;
    cursor: pointer;
}
.vote div
{
    display: inline-block;
    font-size: 11px;
    font-family: arial;

}
#vote-up
{
    background: url("../img/soc.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0 0 0 18px;
    margin: 0 0 0 11px;
    cursor: pointer;
}
#vote-down
{
    background: url("../img/soc.png") no-repeat scroll 0 -26px rgba(0, 0, 0, 0);
    padding: 0 0 0 18px;
    margin: 0 0 0 11px;
    cursor: pointer;
}
#count-views {
	background: url("../img/eye.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	padding: 0 0 0 15px;
}
#zh
{
    background: url("../img/soc.png") no-repeat scroll 0 -53px rgba(0, 0, 0, 0);
    cursor: pointer;
    margin: 0 30px 0 29px;
    padding: 0 0 0 18px;
    display: inline-block;
    font-family: arial;
    font-size: 11px;
    color: #000;
    text-decoration: none;
}
#zh:hover
{
    text-decoration: underline;
}
#mm
{
    background: url("../img/soc.png") no-repeat scroll 0 -86px rgba(0, 0, 0, 0);
    cursor: pointer;
    padding: 0 0 0 18px;
    margin: 0 40px 0 0;
    font-family: arial;
    font-size: 11px;
    color: #000;
    text-decoration: none;
}
.comments-bottom
{
    padding: 20px 0;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    margin: 23px 0 0 0;
}
.comments-bottom-green
{
    background: #599C01 ;
    color: #ffffff;
    padding: 10px;
}
.comments-bottom-green a
{
    color: #ffffff;
    text-decoration: underline;
}
.comments-bottom-green a:hover
{
    text-decoration: none;
}
.comments-bottom-green-text
{
    padding: 13px;
    border-bottom: 1px solid #d4d4d4;
    background: #e4e4e4;
    color: #666666;
    text-align: justify;
    margin: 0 0 20px;
}
.comments-bottom-green-text-autor
{
    background: url("../img/user_avatar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 5px 0 5px 35px;
    margin: 0 0 15px;
}
#header-bottom-menu
{
    background: url("../img/bg_black.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    padding: 12px 0 11px 20px;
}
.header-bottom-menu-item
{
    font-family: 'Scada', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 0 30px 0 0;
}
.header-bottom-menu-item:hover
{
    text-decoration: underline;
}
.content-width
{
    width: 940px;
    margin: 0 auto;
}
.top-news-bg
{
    background: url("../img/top_news_bg.jpg") repeat-x 0 top, #ceebfd;
    /*background: url("../img/top_news_bg.jpg") repeat-x 0 top;*/
    border-bottom: 1px solid #a9c7db;
}
.left-sidebar .post-teaser
{
    /*color: #000000;*/
    color: #2B519B;
    transition: color 0.2s ease 0.1s;
  }

.left-sidebar .post-teaser:hover {
    color: #858f97;
    text-decoration:none;
}


.publication-link
{
    border-bottom: 1px solid #999999;
    margin: 0 0 20px;
    padding: 15px 0 0;
}
.entry-content p
{
    margin: 10px 0;
}
.right-sidebar .date
{
    color: #3399FF;
}
.publication-date
{

}
.article-image
{
    float: left;
    margin: 0 15px 15px 0;
    width: 160px;
}

.tags-font-size-0{
    font-size: 10px;
}
.tags-font-size-1{
    font-size: 10px;
    font-weight: bold;
}
.tags-font-size-2{
    font-size: 11px;
}
.tags-font-size-3{
    font-size: 11px;
    font-weight: bold;
}
.tags-font-size-4{
    font-size: 12px;
}
.tags-font-size-5{
    font-size: 12px;
    font-weight: bold;
}
.tags-font-size-6{
    font-size: 13px;
}
.tags-font-size-7{
    font-size: 13px;
    font-weight: bold;
}
.tags-font-size-8{
    font-size: 14px;
}
.tags-font-size-9{
    font-size: 14px;
    font-weight: bold;
}
.tags-font-size-10{
    font-size: 15px;
}
.tags-font-size-11{
    font-size: 15px;
    font-weight: bold;
}
.tags-font-size-12{
    font-size: 16px;
}
.tags-font-size-13{
    font-size: 16px;
    font-weight: bold;
}
.tags-font-size-14{
    font-size: 17px;
}
.tags-font-size-15{
    font-size: 17px;
    font-weight: bold;
}
.tags-font-size-16{
    font-size: 18px;
}
.tags-font-size-17{
    font-size: 18px;
    font-weight: bold;
}
.tags-font-size-18{
    font-size: 19px;
}
.tags-font-size-19{
    font-size: 19px;
    font-weight: bold;
}
.tags-font-size-20{
    font-size: 20px;
}
.tags-list {
	background: #ebebeb;
	padding: 3px;
	text-align: center;
}
.tags-list a {
	color: #0054a6;
	text-decoration: none;
}
.tags-list a:hover {
	/*text-decoration: underline;*/
	color:#9aa2ca;
}
.form-error
{
color: red;
}
.form-not-send {
    color: #FF0000;
    display: none;
    margin: 10px 0;
}
.user-comment
{
    margin: 10px 0 0 0;
    display: table;
    width: 100%;
}
.user-comment > div
{
    display: table-row;
}
.user-comment > div > div
{
    display: table-cell;
    vertical-align: middle;
}
#comment-form textarea
{
    min-width: 400px;
    max-width: 400px;
    max-height: 100px;
    min-height: 100px;
}

.capcha-update {
    background: url("../img/capchaReloud.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 15px;
    width: 16px;
}
.commL
{
    cursor: pointer;
}
.image-block
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
}
.del-img
{
    background: url("icons.png") no-repeat scroll 0 -199px rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 19px;
    position: absolute;
    right: 5px;
    width: 17px;
    display: none;
}
.image-block:hover .del-img
{
    display: block;
}
.fb_iframe_widget
{
    margin: 0 0 20px;
    display: inline-flex !important;
}
#vk_like
{
    display: inline-block;
    margin: 0 0 0 30px;
    width: 120px !important;
}
.site-map-menu ul
{
    list-style-position: inside;
    list-style: none;
}
.map-menu-title
{
    font-family:  'Scada', sans-serif;
    font-size: 14px;
    margin: 10px 0;
}
.site-map-menu a
{
    color: #2B519B;
    text-decoration: none;
}
.site-map-menu a:hover
{
    text-decoration: underline;
}
.up2
{
    background: url("../img/up2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 32px;
    padding: 0;
    width: 32px;
}
blockquote{
    margin-left: 20px !important;
    font-style: italic;
    border-left: 3px solid #999;
    padding-left: 10px;
}

.button-up {
    width: 131px; height: 100%;
    opacity: 0.7;
    position: fixed;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    z-index: 10;
    display: none;
    background: none;
    transition: background-color 0.3s ease 0.1s;
}
.button-up:hover{
    background-color: #dce5ee;
}
.button-up .up-inner{
    display:table-cell;
    vertical-align:bottom;
    position: relative;
    z-index: 10;
    background: none;
    padding: 0;

}
.button-up .up-inner .to-top-up{
    background: url("../img/arrowToTop.png") no-repeat scroll left bottom transparent;
    height: 43px;
    width: 131px;
    padding: 0;
    display: none;
    margin-bottom:20px;
}
#ritm-top{
    background: url("../img/arrowToTop.png") no-repeat scroll left bottom transparent;
    height: 43px;
    width: 131px;
    padding: 0;
    display: none;
    position: fixed;
    z-index: 101;
    bottom:20px;
    right: 0;
    display: none;
}


#top-menuk
{
    display: table;
    width: 100%;
    font-size: 12px;
    position: relative;
    margin: 0 0 15px 0;
}
#top-menuk .active
{
    background: #000000;
}
#top-menuk li
{
    display: table-cell;
    height: 37px;
    vertical-align: middle;
    text-align: right;
    color: #ffffff;
}
#top-menuk li a {
    text-decoration:none;
}
#top-menuk .item0 {
    text-align:left;
}
#top-menuk .item1
{
    width: 275px;
    text-align: left;
}
#top-menuk .item1>div
{
    display: inline-block;
}
#top-menuk .item2
{
    width: 100px;
}
#top-menuk .item3
{
    width: 180px;
}
#top-menuk .item4
{
    text-align: right;
}

.favorites-each {
	padding:0;
}
.favorites-each img {
	float:left;
	margin:6px 10px 0 0;
}
.favorites-each .post-teaser {
	padding:0 0 26px 90px;
}

.related-title {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-shadow:1px 1px 0 #FFF;
	color:#1b1c1c;
	background:#eeeced;
	padding:13px 9px 14px;
	margin:25px 0 7px 0;

}

.related-table {
	width:100%;
}
.related-table td {
	vertical-align:top;
	width:46%;
}
.related-table td:nth-child(odd) {
	padding:0 4% 4% 0;
}
.related-table td:nth-child(even) {
	padding:0 0 4% 4%;
}
.related-table td .title {
	line-height:120%;
}
.related-table td .title a {
	font-size:12px;
	font-weight:bold;
	color:#1b1c1c;
	text-decoration:none;
}
.related-table td .title a:hover {
	text-decoration:underline;
}
.related-table td .date {
	font-size:12px;
	font-weight:bold;
	color:#5aaaff;
	margin:4px 0 8px;
}
.related-table td .image img {
	width:100%;
}