/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
.main_middle_content table {background: #fff;}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}


/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}



@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTS55F-webfont.woff') format('woff'),
    url('../fonts/PTS55F-webfont.ttf') format('truetype'),
    url('../fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/PTS75F-webfont.eot');
    src: url('../fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTS75F-webfont.woff') format('woff'),
    url('../fonts/PTS75F-webfont.ttf') format('truetype'),
    url('../fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sansitalic';
    src: url('../fonts/PTS56F-webfont.eot');
    src: url('../fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTS56F-webfont.woff') format('woff'),
    url('../fonts/PTS56F-webfont.ttf') format('truetype'),
    url('../fonts/PTS56F-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
html,
button,
input,
select,
textarea {
    font-family: 'pt_sansregular', Arial, Helvetica, sans-serif;
    color: #494949;
}
html, body{
    min-height: 100%;
    height: 100%;
}
body {
    margin: 0;
    font-size: 62.5%;
    line-height: 1.4;
    color: #000;
}
.container{
    min-width: 984px;
    max-width: 1360px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
a{
    color: #1B3E89;
    text-decoration: underline;
    outline: 0;
}
a:focus,
a:active,
a:hover {
    text-decoration: none;
}
.site_wrapper{
    min-height: 100%;
    height: auto;
    position: relative;
    background-color: #EDEDED;
}
.site_wrapper_inner{
    padding-bottom: 200px;
}
.footer{
    height: 104px;
    padding-top: 15px;
    background-color: #1B3E89;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #CCC;
    font-size: 14px;
    color: #fff;
}
.footer_center{
    text-align: center;
}
.footer a{
    color: #fff;
}
.header{
    border-top: 7px solid #EDEDED;
    background: #1B3E89 url("../img/header.png") 0 0 no-repeat;
    height: 150px;
    margin-bottom: 10px;
}
.logo{
    display: inline-block;
    margin-top: 18px;
    max-width: 83%;
    height: 74px;
    line-height: 74px;
}
.logo img{
    width: 100%;
}

.social_list{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    right: 20px;
    top: 30px;
}
.social_list li{
    display: block;
    float: left;
    width: 57px;
    height: 57px;
    margin-left: 12px;
    background: transparent url("../img/social.png") 0 0 no-repeat;
}
.social_list li.tel{
    background-position: -57px 0;
}
.social_list li a{
    display: block;
    height: 57px;
}




.middle {
    width: 100%;
    float: left;
    overflow: hidden;
}
.middle_content {
    padding: 0 240px 0 260px;
}
.middle_content_inner{
    border: 1px solid #CCC;
    background-color: #fff;
    padding: 12px 60px 40px;
    font-size: 18px;
    line-height: 22px;
    position: relative;
}
.left_sidebar {
    float: left;
    width: 240px;
    margin-left: -100%;
    position: relative;
}
.right_sidebar {
    float: left;
    width: 220px;
    margin-left: -220px;
    position: relative;
}
.main_middle {
    width: 100%;
    position: relative;
}
.main_middle_content{
    width: 100%;
    float: left;
    overflow: hidden;
}
.main_middle_content_inner{
    padding: 0 310px 0 0;
}
.main_right_sidebar {
    float: left;
    width: 290px;
    margin-left: -290px;
    position: relative;
}

.main_nav{
    height: 67px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 13px;
    position: relative;
    z-index: 100;
    font-size: 1px;
}
.main_nav:after{
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 5px;
    background: transparent url("../img/shadow.png") 0 0 repeat-x;
    width: 100%;
    display: block;
    content: '';
}
.main_nav > div > ul{
    padding: 21px 0 0;
    margin: 0;
    list-style: none;
    text-align: justify;
    width: 100%;
}
.main_nav > div > ul:after{
    display: inline-block;
    width: 100%;
    content: '';
}
.main_nav > div > ul > li{
    position: relative;
    display: inline-block;
    text-align: left;
}
.main_nav > div > ul > li > a{
    display: block;
    padding: 0 10px;
    font-size: 18px;
    line-height: 27px;
    color: #1B3E89;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'pt_sansbold', Arial, Helvetica, sans-sefir;
    font-weight: bold;
}
.main_nav > div > ul > li > a:hover,
.main_nav > div > ul > li.current > a{
    border-bottom: 6px solid #1B3E89;
}
.main_nav > div> ul > li > ul{
    padding: 15px 20px 20px;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 27px;
    background-color: #1B3E89;
    z-index: 110;
    min-width: 220px;
    display: none;
}
.main_nav > div> ul > li > ul.right_position{
    left: auto;
    right: 0;
}
.main_nav > div> ul > li:hover > ul{
    display: block;
}
.main_nav > div> ul > li > ul > li > a{
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    display: inline-block;
    padding: 5px 0;
}
.main_nav > div> ul > li > ul > li > a:hover,
.main_nav > div> ul > li > ul > li.current > a{
    color: #F57B20;
}
.block_title{
    margin: 0 0 10px;
    background-color: #1B3E89;
    color: #fff;
    font-family: 'pt_sansbold', Arial, Helvetica, sans-sefir;
    font-weight: bold;
    font-size: 18px;
    line-height: 55px;
    height: 53px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.block_title:before{
    background-color: #fff;
    top: 4px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.block_title:after{
    background: url("../img/shadow.png") repeat-x scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
.sidebar_detailed_menu_list{
    padding: 0;
    margin: 0 0 30px;
    list-style-type: none;
}
.sidebar_detailed_menu_list > li{
    padding: 3px 0 3px 0;
    position: relative;
}
.sidebar_detailed_menu_list > li > a{
    font-size: 16px;
    line-height: 17px;
    display: inline-block;
    padding: 3px 0 3px 20px;
    font-family: 'pt_sansbold', Arial, Helvetica, sans-sefir;
    font-weight: bold;
    position: relative;
}
.sidebar_detailed_menu_list > li > a:before{
    position: absolute;
    left: 4px;
    top: 7px;
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: transparent url("../img/bullets.png") 0 0 no-repeat;
}
.sidebar_detailed_menu_list > li.current a:before,
.sidebar_detailed_menu_list > li a:hover:before{
    background-position: right 0;
}
.sidebar_detailed_menu_list > li.current > a,
.sidebar_detailed_menu_list > li.current > a:before,
.sidebar_detailed_menu_list > li > a:hover,
.sidebar_detailed_menu_list > li > a:hover:before{
    color: #F57B20;
}
.sidebar_detailed_menu_list > li > ul{
    padding: 5px 0 5px 50px;
    margin: 0;
    list-style: none;
}
.sidebar_detailed_menu_list > li > ul > li{
    padding: 3px 0
}
.sidebar_detailed_menu_list > li > ul > li > ul {font-size:12px;}
.sidebar_detailed_menu_list > li > ul > li > a{
    color: #000;
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    padding: 3px 0;
}
.sidebar_detailed_menu_list > li > ul > li > a:hover,
.sidebar_detailed_menu_list > li > ul > li.current > a{
    color: #F57B20;
}

.page_title{
    margin: 0 240px 0 -32px;
    font-size: 26px;
    color: #1B3E89;
    line-height: 29px;
    padding: 0 0 5px;
    text-transform: uppercase;
}
ul.breadcrumb { margin: 0 0 0 -32px !important; margin-bottom: 7px;}
.breadcrumb {   
    padding: 0;  
    font-style: italic;
    font-family: 'pt_sansitalic', Arial, Helvetica, sans-serif;
}
.breadcrumb li {
    color: #999;
    display: block;
    font-size: 13px;
    float:left;
	line-height: 13px;
}
.breadcrumb li a {
    display: block;
    float:left;
    color: #999;

}
.breadcrumb li a:hover{
    text-decoration:none
}
.breadcrumb li:before {
    content: "/";
    padding: 0 5px;
    float:left
}
.breadcrumb li:first-child:before {
    content: "";
    padding: 0;
    display:block;
    float:left
}
.banner{
    margin-bottom: 20px;
    display: block;
}
.yashare_article
{
    position: absolute !important;
    right: 32px !important;
    top: 40px !important;
}

.sidebar_links{
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar_links > li{
    margin-bottom: 20px;
    background-color: #F57B20;
    position: relative;
}

/*.sidebar_links > li:first-child{ background-color: #CC0000;}*/
.sidebar_links+.sidebar_links > li:first-child{
  background-color: #CC0000; 
}
.sidebar_links.style_1 > li{
  background-color: #F57B20; 
}
.sidebar_links > li:before{
    background-color: #fff;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 100%;
}
.sidebar_links > li:after {
    background: url("../img/shadow.png") repeat-x scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
.sidebar_links > li > a{
    display: table;
    vertical-align: middle;
    font-size: 24px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    height: 73px;
    padding-top: 7px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.sidebar_links > li > a > span{
    display: table-cell;
    vertical-align: middle;
}

.blogers_list{
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
}
.blogers_list > li{
    padding: 10px 5px;
    position: relative;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
	min-height: 120px;
}
.bloger_posts_list{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.bloger_posts_list > li{
    padding-bottom: 15px;
}
.bloger_posts_list > li > a{
    font-size: 14px;
    line-height: 15px;
    color: #000;
}
.bloger_posts_list > li > a:hover{
    color: #f57b20;
}
.bloger_photo{
    position: absolute;
    left: 13px;
    top: 10px;
}
.bloger_photo:after{
    height: 84px;
    width: 84px;
    left: 0;
    top: 0;
    position: absolute;
    background: transparent url("../img/frame_82.png") 0 0 no-repeat;
    content: '';
    display: block;
}
.bloger_name{
    position: absolute;
    top: 96px;
    left: 7px;
    margin: 0;
    font-weight: normal;
    width: 96px;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
}
.bloger_name a{
    text-decoration: none;
    white-space: pre-wrap;
    display: inline-block;
    max-width: 96px;
    word-wrap: break-word;
}



.middle_content_inner img{
    border: 1px solid #b3b3b3;
}
.middle_content_inner .left{
    float: left;
    margin-right: 15px;
}
.middle_content_inner ul, .middle_content_inner ol{
    padding: 0;
    list-style-position: inside;
}

.middle_content_inner table, .main_middle_content table {
    border-collapse: collapse;
    display: block;
}
.middle_content_inner table td, .main_middle_content table td{
      font-size: 15px;
}
.middle_content_inner table th, .main_middle_content table th{
    text-align: center;
    padding: 10px 15px 11px;
    background-color: #1b3e89;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
}
.middle_content_inner table th:first-child{
    border-left-color: #1b3e89;
}
.middle_content_inner h2, .main_middle_content h2 {
    font-size: 20px;
    margin: 0.83em 0;
    font-weight: bold;
    font-family: 'pt_sansbold', Arial, Helvetica, sans-sefir;
}
.middle_content_inner h3, .main_middle_content h3 {
    font-size: 21px;
    margin: 1em 0;
    font-weight: bold;
    font-family: 'pt_sansbold', Arial, Helvetica, sans-sefir;
}
.middle_content_inner h4, .main_middle_content h4 {
    font-size: 17px;
    margin: 1.33em 0;
    font-weight: bold;
    font-family: 'pt_sansbold', Arial, Helvetica, sans-sefir;
}
.middle_content_inner h5, .main_middle_content h5 {
    font-size: 15px;
    margin: 1.67em 0;
    font-weight: bold;
    font-family: 'pt_sansbold', Arial, Helvetica, sans-sefir;
}
.middle_content_inner h6, .main_middle_content h6 {
    font-size: 13px;
    margin: 2.33em 0;
    font-weight: bold;
    font-family: 'pt_sansbold', Arial, Helvetica, sans-sefir;
}
.middle_content_inner hr, .main_middle_content hr{
    border: 0;
    border-top: 1px solid #000;
    height: 1px;
    background-color: #fff;
    clear: both;
    margin: 1.5em 0 1em;
}
.article_list{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px 20px 0;
    position: relative;
    margin: 0;
    list-style: none;
}
.article_list > li{
    border-top: 1px solid #1B3E89;
    padding-top: 30px;
    padding-bottom: 20px;
}
.article_list > li:first-child{
    border-top: 0;
    padding-top: 0;
}
.article_list_img{
    display: inline-block;
    margin-bottom: 20px;
}
.article_list_title{
    font-size: 26px;
    line-height: 26px;
    font-weight: normal;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.article_list_title_link{
    text-decoration: none;
}
.article_list_text{
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 17px;
}
.blogers_list h4 {font-size: 14px; line-height: 17px;margin: 0px 0 10px 0;}

.blogers_list .bloger_posts_list{
    padding: 10px 0 5px 110px;
    position: relative;  
   	min-height: 120px;
}

.article_list_more{
    font-size: 16px;
    line-height: 18px;
    position: relative;
    padding-left: 14px;
}
.article_list_more:hover{
    color: #f57b20;
}
.article_list_more_wrapper{
    position: relative;
    display: inline-block;
}
.article_list_more:before{
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: transparent url("../img/bullets.png") 0 0 no-repeat;
}
.article_list_more:hover:before{
    background-position: right 0;
}


.article_list_container{
    width: 100%;
    position: relative;
}
.article_list_right{
    float: left;
    overflow: hidden;
    width: 100%;
}
.article_list_right_inner{
    margin-left: 40%;
    padding-left: 20px;
}
.article_list_left{
    float: left;
    margin-left: -100%;
    max-width: 380px;
    position: relative;
    width: 40%;
}
.article_list_img{
    width: 100%;
}
.article_list_img img{
    max-width: 100%;
    display: block;
}









.slider_wrapper {
    margin-bottom: 20px;
}
.slider_wrapperloading{
    overflow: hidden;
}
.slider{
    padding: 0;
    margin: 0;
    list-style: none;
}
.slide {
    position: relative;
}
.slide img {
    width: 100%;
    height: 100%;
}
.slide_link{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 22px 20px 24px 40px;
    box-sizing: border-box;
    width: 100%;
    background: transparent url("../img/slider_bg.png") 0 0 repeat;
    font-size: 30px;
    line-height: 28px;
    color: #000;
    text-decoration: none;
    text-align: right;
    font-weight: bold;
    font-family: 'pt_sansbold', Arial, Helvetica, sans-sefir;
}




.list_carousel_wrapper {
    padding: 20px 0;
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;
    background: #fff;
    top: 20px;
    border-top: 1px solid #ccc;
}
.list_carousel_wrapper_inner{
    left: -150px !important;
    right: -150px !important;
    position: absolute;
}
.list_carousel_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel_wrapper li {
    text-align: center;
    padding: 0;
    margin: 0 10px;
    display: block;
    float: left;
}
.list_carousel_wrapper li a{
    display: block;
}
.list_carousel_wrapper li img{
    display: block;
}
a.list_carousel_prev, a.list_carousel_next {
    background: transparent url("../img/prev_next_list.png") 0 0 no-repeat;
    width: 91px;
    height: 91px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -45px;
}
a.list_carousel_prev {
    left: 20px;
    background-position: 0 0;
}
a.list_carousel_prev:hover {
    background-position: 0 bottom;
}
a.list_carousel_prev:active{
    left: 18px;
}
a.list_carousel_next {
    right: 20px;
    left: auto;
    background-position: right 0;
}
a.list_carousel_next:active{
    right: 18px;
}
a.list_carousel_next:hover {
    background-position: right bottom;
}
a.list_carousel_prev span, a.list_carousel_next span {
    display: none;
}
.middle_content_inner ul, .middle_content_inner ol {margin-left: 40px;}


.back_to_top {
    background: url("../img/to_top.png") no-repeat scroll 0 0 transparent;
    bottom: 15px;
    cursor: pointer;
    display: block;
    height: 60px;
    left: 23px;
    position: fixed;
    width: 60px;
    z-index: 1000;
}
.back_to_top_right{
    left: auto;
    right: 23px;
}
.back_to_top:hover {
    background-position: right 0;
}
header .social_list {
    display: none;
}









