/*
Theme Name: PRORIV

Tags: one-column, responsive-layout, post-formats, custom-menu, featured-images, sticky-post, translation-ready
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gravit
Domain Path: /languages/

*/

/**
 * Table of Contents:
 *
 * 1 - Reset
 * 2 - Global
 * 3 - Layout
 * 4 - Header
 * 5 - Text & Basic (HTML) Elements
 * 6 - Clearing
 * 7 - Menu (Main Menu/Navigation) + Mobile menu
 * 8 - Posts & Pages
 * 9 - Post Formats
 * 10 - About me Page 
 * 11 - Media
 * 12 - Comments
 * 13 - Widgets & Sidebar
 * 14 - Footer
 * 15 - Error 404 Page
 * 16 - Media Queries
 * --------------------------------------------------------------------------------------------
 */

/* =Reset
-------------------------------------------------------------- */

@font-face {
    font-family: 'pf_dindisplay_promedium';
    src: url('PFDinDisplayPro-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/PFDinDisplayPro-Medium.woff') format('woff'), url('fonts/PFDinDisplayPro-Medium.ttf') format('truetype'), url('fonts/PFDinDisplayPro-Medium.svg#PFDinDisplayPro-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_dindisplay_proregular';
    src: url('PFDinDisplayPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/PFDinDisplayPro-Regular.woff') format('woff'), url('fonts/PFDinDisplayPro-Regular.ttf') format('truetype'), url('fonts/PFDinDisplayPro-Regular.svg#PFDinDisplayPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSerifPro-Regular';
    src: url('fonts/PTSerifPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/PTSerifPro-Regular.otf') format('opentype'),
    url('fonts/-Regular.woff') format('woff'), url('fonts/PTSerifPro-Regular.ttf') format('truetype'), url('fonts/PTSerifPro-Regular.svg#PTSerifPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fafafa;
}

#page {
    background: #fafafa;
}

.site-header {
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 1px #C1C1C1;
    -moz-box-shadow: 0px 1px 3px 1px #C1C1C1;
    box-shadow: 0px 1px 3px 1px #C1C1C1;
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
}

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

article:after {
    clear: both;
}

ol, ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a {
    color: rgb(64, 64, 64);
}

a:focus {
    color: #737ba0;
}

a:hover,
a:active {
    color: #737ba0;
    outline: 0;
}

a img {
    border: 0;
}

input,
textarea {
    /* stops iOS from adding rounded corners and glare to inputs and textareas */
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* =Global
----------------------------------------------- */

body {
    min-width: 1000px;
    background: #fff;
    font-family: "pf_dindisplay_proregular", sans-serif;
}

p {

    font-family: "PTSerifPro-Regular", sans-serif;
}

.entry-content p {

    font-family: "PTSerifPro-Regular", sans-serif;
    font-size: 14px;
}

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'pf_dindisplay_proregular', sans-serif;
    font-size: 14px;
    line-height: 16px;
}

/* Accessibility - text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* =Layout
----------------------------------------------- */

.header-in,
.page-content,
#comments,
#secondary {
    max-width: 1000px;
    margin: auto;
    min-width: 1000px;
}

.single-footer,
.site-info {
    max-width: 1000px;
    margin: auto;
    min-width: 1000px;
}

.header-in {
    height: 86px;
}

/* =Header
----------------------------------------------- */

.description-wrapper {
    max-width: 800px;
    margin: 40px auto 0 auto;
}

.page-title {
    font-family: "pf_dindisplay_proregular", sans-serif;
    padding: 30px;
    font-weight: 400;
    background-color: #f5f5f5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #9e9e9e;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.site-title {
    font-family: 'pf_dindisplay_proregular', sans-serif;
    margin: 0;
    padding: 60px 10px 0 10px;
    font-size: 52px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #4B4A47;
}

.site-title a {
    text-decoration: none;
    color: #4B4A47;
}

.site-branding {
    float: left;
    width: 138px;
    position: absolute;
    top: -10px;

}

.header-image {
    padding-top: 40px;
    margin-bottom: 0;
}

.description {
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #f5f5f5;
}

/* =Text & basic elements
----------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    clear: both;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    letter-spacing: 0.5px;
}

h1 {
    font-family: 'pf_dindisplay_proregular', sans-serif !important;
    font-size: 26px;
    color: #4B4A47;
    line-height: 46px;
    font-weight: bold;
    margin: 50px 0 0px;
}

h2 {
    font-family: 'pf_dindisplay_promedium', sans-serif;
    font-size: 20px;
    line-height: 36px;
    color: #4B4A47;
    margin: 40px 0 10px;
}

h3 {
    font-size: 18px;
    line-height: 36px;
    color: #4B4A47;
    font-weight: bold;
    margin: 40px 0 20px;
}

h4 {
    font-size: 16px;
    line-height: 26px;
    color: #4B4A47;
    font-weight: bold;
    margin: 30px 0 10px;
}

h5 {
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    color: #4B4A47;
    margin: 30px 0 10px;
}

h6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #4B4A47;
    margin: 30px 0 10px;
}

#tinymce.wp-editor {
    /* adding padding to tinymce editor */
    padding: 20px;
}

hr {
    background-color: #E6E6E6;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

p {
    margin-bottom: 1.5em;
    line-height: 20px;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

b, strong {
    font-weight: 700;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    font-style: italic;
    color: #9e9e9e;
    margin-bottom: 30px;
}

cite {
    font-size: 16px;
    line-height: 18px;
    font-style: normal;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #f5f5f5;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

address {
    font-style: italic;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: 700;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #666666 !important;
    cursor: pointer;
    background-color: #eeeeee;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    font-weight: 500;
    font-size: 14px;
    text-shadow: 0 1px 1px white;
    margin: 0;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 20px 10px 20px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-bottom: 1px solid #e1e1e1;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #E6E6E6;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
    color: #111;
    border-color: #37B8EB;
}

input[type="search"]:focus {
    border-color: #e6e6e6;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 5px;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

/* Table */
table {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: left;
    border-collapse: collapse;
}

thead, tbody {
    margin: 0;
    padding: 0;
}

th, td {
    padding: 7px 10px;
    font-size: 0.9em;
    text-align: left;
}

thead th {
    font-size: 0.9em;
    padding: 3px 10px;
}

tbody tr.last th,
tbody tr.last td {
    border-bottom: 0;
}

/* Links */
a {
    color: #000;
}


/* Alignment */
.alignleft {
    float: left;
    margin-right: 40px;
}

.alignright {
    float: right;
    margin-left: 40px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* =Clearing
----------------------------------------------- */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.site-content, .site-footer {
    background-color: #fafafa;

    max-width: 1000px;
    margin: 0 auto;
}

.site-content h3 {
    font-size: 26px;
    color: #000;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
    font-family: 'pf_dindisplay_proregular', sans-serif;
    clear: both;
    display: block;
    padding-top: 24px;
    float: left;
    width: 700px;
    position: absolute;
    margin-left: 170px;
}

.main-navigation ul {
    margin: 0;
    list-style: none;
    text-align: left;
    width: 650px;
}

.main-navigation li {
    font-family: 'pf_dindisplay_proregular', sans-serif;
    font-size: 16px;

    display: inline-block;
    position: relative;
}

.main-navigation li a {
    padding: 0 4px 9px 11px;
    border-bottom: 2px solid transparent;
}

.main-navigation li li a {
    font-size: 16px;
    text-transform: none;
    padding: 15px;
    border-bottom: 0;
}

.main-navigation a {
    display: block;
    text-decoration: underline;
    color: #4e4e4e;
}

.main-navigation ul ul {
    background-color: #fff;
    border: 1px solid #E6E6E6;
    top: 40px;
    display: none;
    text-align: left;
    float: left;
    left: 0;
    position: absolute;
    z-index: 999;
}

.main-navigation ul ul ul {
    top: 0px;
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul {
    display: block;
}

.main-navigation li li a:hover,
.main-navigation .sub-menu .current_page_item a,
.main-navigation li li .current-menu-item a {
    background-color: #f5f5f5;
    border-bottom: 0;
}

.main-navigation li a:hover,
.main-navigation .current_page_item a,
.main-navigation {
    color: #737ba0;

}

.current-menu-item {
    color: #1e3377;
    font-size: 15.56px !important;
    font-family: 'pf_dindisplay_promedium' !important;
    text-decoration: none;
}

.current-menu-item a {
    color: #1e3377;
    font-size: 15.56px !important;
    font-family: 'pf_dindisplay_promedium' !important;
    text-decoration: none;
}

/* =Posts & Pages
----------------------------------------------- */

.hentry {
    margin: 100px 0 100px;
}

.post-item-divider {
    text-align: center;
    color: #d2d2d2;
    font-size: 30px;
}

.single-post .hentry {
    margin-bottom: 50px;
}

.thumbnail-wrap {
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    text-align: left;
}

.post-thumbnail {
    width: 100%;
    max-width: 1920px;
}

.type-page .entry-title,
.entry-title {
    font-family: 'pf_dindisplay_proregular', sans-serif;
    margin: 10px 0 10px 0;
    font-size: 41px;
    line-height: 50px;
    color: #4B4A47;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.entry-content {
    margin-top: 25px;
    font-size: 20px;
    line-height: 28px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-width: 860px;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.entry-content p:first-child {
    margin-top: 0;
}

.symbol {
    padding: 0 5px 0 10px;
}

.single-footer {
    margin-top: 100px;
}

.type-page .entry-header {
    padding: 20px;
}

.entry-title a {
    text-decoration: none;
    color: #4B4A47;
}

.entry-title a:hover {
    color: #41403f;
}

.page-title {
    text-align: center;
    font-size: 42px;
    line-height: 54px;
    font-family: 'pf_dindisplay_proregular', sans-serif;
    padding-bottom: 30px;
    font-weight: 700;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-symbol {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #ef3636;
}

.post-symbol a {
    color: #EF3636;
}

.entry-meta,
.comments-title,
.page-links .intro {
    font-family: 'pf_dindisplay_promedium', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #808080;
    padding: 0;
    margin: 10px auto 20px auto;
}

.format-standard .entry-meta {
    margin: 20px 0 30px;
}

.entry-meta i {
    /* icons */
    margin-right: 2px;
}

.entry-meta a {
    color: #c2c2c2;
    text-decoration: none;
}

.entry-meta a:hover {
    color: #808080;
}

/* navigation for paged posts */
.page-links a,
.page-links a:hover {
    text-decoration: none;
}

.page-links {
    clear: both;
    text-align: center;
}

.page-links a {
    color: #808080;
}

.page-links .intro {
    margin: 0;
    display: inline;
    padding-right: 5px;
}

.format-bg .page-links span,
.page-links a span {
    background-color: #fff; /* if an article with a background (#f5f5f5) is paged */
}

.page-links span {
    /* active page */
    background-color: #f5f5f5;
    border-bottom: 2px solid #d2d2d2;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    padding: 5px 12px 5px 12px;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
}

.page-links a span {
    background-color: #f5f5f5;
    border-bottom: 2px solid transparent;
}

.page-links a span:hover {
    border-bottom: 2px solid #d2d2d2;
}

/* read more link/button */
.more-link {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family: 'pf_dindisplay_proregular', sans-serif;
    padding: 10px 10px 10px 15px;
    margin: 40px auto auto auto;
    background-color: #f06060;
    box-shadow: 0 3px 0 0 #cd1313;
    -moz-box-shadow: 0 3px 0 0 #cd1313;
    -webkit-box-shadow: 0 3px 0 0 #cd1313;
    width: 185px;
    display: block;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
    clear: both;
}

.more-link i {
    /* icon color */
    color: #fff;
}

.more-link:hover {
    background-color: #ed4444;
    color: #fff;
}

.more-link:active {
    box-shadow: 0 1px 0 0 #cd1313;
    -moz-box-shadow: 0 1px 0 0 #cd1313;
    -webkit-box-shadow: 0 1px 0 0 #cd1313;
    color: #fff;
}

.more-link .meta-nav {
    /* icon padding */
    padding-left: 5px;
}

/* entry meta for single post views: tags and categories */
.entry-meta.additional .sep-line {
    margin-top: 10px;
}

.entry-meta.additional {
    line-height: 45px;
    color: #d2d2d2;
    overflow: hidden;
    padding-top: 13px;
}

.entry-meta.additional a[rel="tag"],
.entry-meta.additional a[rel="category tag"],
.entry-meta.additional a[rel="category"] {
    color: #808080;
    white-space: nowrap;
    padding: 8px;
    background-color: #f5f5f5;
}

.entry-meta.additional a[rel="tag"]:hover,
.entry-meta.additional a[rel="category tag"]:hover,
.entry-meta.additional a[rel="category"]:hover {
    border-bottom: 1px solid #d2d2d2;
}

.sep {
    margin-left: 10px;
}

.posted-on,
.comments-meta {
    white-space: nowrap;
}

.sep-meta {
    margin-left: 20px;
    white-space: nowrap;
}

.sticky .sticky-meta,
.sticky-meta {
    padding-right: 20px;
    color: #808080;
    white-space: nowrap;
}

/* index and archive paged navigation */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    text-decoration: none;
}

.navigation {
    text-align: center;
}

.navigation ul {
    margin: 0;
}

.navigation a {
    color: #808080;
}

.navigation li {
    font-size: 20px;
    margin: 100px 0 100px;
    display: inline-block;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #f5f5f5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    padding: 12px;
}

.navigation li a:hover,
.navigation li.active a {
    border-bottom: 2px solid #d2d2d2;
}

/* single content view: written by / bio box */
.byline {
    max-width: 1000px;
    overflow: auto;
    width: 100%;
    margin: auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 60px;
    background-color: #f5f5f5;
}

.bio-avatar {
    height: 100px;
    padding-right: 20px;
    float: left;
}

.bio-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.bio {
    font-size: 18px;
    line-height: 22px;
}

.bio .intro {
    font-size: 16px;
    color: #808080;
    padding-bottom: 5px;
}

.no-results,
.not-found {
    text-align: center;
}

/* =Post Formats
----------------------------------------------- */

.format-chat .format-bg {
    padding: 20px 0 20px 0;
}

.format-link .entry-content,
.format-chat .entry-content,
.format-quote .entry-content,
.format-status .entry-content {
    margin-top: 0;
    padding: 0 70px 0 70px;
}

.format-bg {
    max-width: 850px;
    width: 100%;
    margin: auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 60px;
    background-color: #f5f5f5;
}

.format-bg .post-symbol {
    margin-top: 10px;
}

.format-aside .entry-title,
.format-status .entry-title,
.format-quote .entry-title,
.format-link .entry-title,
.format-chat .entry-title,
.format-audio .entry-title,
.format-audio .entry-title {
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'pf_dindisplay_proregular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

/* bigger font size for link and quote post formats */
.format-link .entry-content,
.format-quote .entry-content {
    text-align: center;
    font-size: 30px;
    line-height: 42px;
}

.format-link .entry-content a:visited {
    color: #37B8EB;
}

.format-link .entry-content a:hover,
.format-link .entry-content a:focus,
.format-link .entry-contenta a:active {
    color: #EF3636;
}

.format-link .entry-content a {
    text-decoration: none;
}

.format-chat .entry-content {
    font-size: 28px;
    line-height: 32px;
}

.format-chat cite {
    margin: 0;
}

/* Wrapper for chat transcript. */
.chat-transcript {
    font-size: 16px;
    line-height: 18px;
}

/* Individual section of the chat. */
.chat-row {
    margin-bottom: 30px;
    padding: 20px;
}

.chat-row:last-child {
    margin-bottom: 0;
}

.chat-row:first-child {
    margin-top: 0;
}

.chat-row:last-child {
    margin-bottom: 0;
}

/* Colors for different speakers */
.chat-row.chat-speaker-1 {
    border-left: 4px solid #404040;
}

/* speaker one has the default text color */
.chat-row.chat-speaker-2 {
    border-left: 4px solid #37B8EB;
}

.chat-speaker-2 {
    color: #37B8EB;
}

.chat-row.chat-speaker-3 {
    border-left: 4px solid #EF3636;
}

.chat-speaker-3 {
    color: #EF3636;
}

.chat-row.chat-speaker-4 {
    border-left: 4px solid #ff9f16;
}

.chat-speaker-4 {
    color: #ff9f16;
}

.chat-row.chat-speaker-5 {
    border-left: 4px solid #c0392b;
}

.chat-speaker-5 {
    color: #c0392b;
}

.chat-row.chat-speaker-6 {
    border-left: 4px solid #2980b9;
}

.chat-speaker-6 {
    color: #2980b9;
}

.chat-row.chat-speaker-7 {
    border-left: 4px solid #f1c40f;
}

.chat-speaker-7 {
    color: #f1c40f;
}

.chat-row.chat-speaker-8 {
    border-left: 4px solid #7f8c8d;
}

.chat-speaker-8 {
    color: #7f8c8d;
}

.chat-row.chat-speaker-9 {
    border-left: 4px solid #16a085;
}

.chat-speaker-9 {
    color: #16a085;
}

.chat-row.chat-speaker-10 {
    border-left: 4px solid #9b59b6;
}

.chat-speaker-10 {
    color: #9b59b6;
}

.chat-author {
    font-weight: bold;
    padding-bottom: 10px;
}

.chat-author cite {
    font-style: normal;
}

.chat-text {
    font-size: 20px;
    line-height: 24px;
    color: #404040;
}

.format-quote blockquote {
    /* Don't apply normal blockquote styling within the quote format */
    margin: 0;
    padding: 0;
}

.format-quote .entry-content {
    color: #9e9e9e;
}

.format-quote cite {
    font-weight: 700;
}

.format-status .entry-content {
    text-align: center;
}

/* =About Me Page
----------------------------------------------- */

.about-me {
    overflow: auto;
    margin-bottom: -100px; /* to get rid of the uncolorizable margin between content and footer */
    padding-bottom: 100px;
}

.about-me .thumbnail-wrap {
    margin-bottom: -120px; /* move avatar up */
}

.page-template-page-aboutme-php .social {
    text-align: center;
    font-size: 32px;
}

.page-template-page-aboutme-php .hentry {
    margin-bottom: 0;
}

.page-template-page-aboutme-php .social i {
    padding: 20px;
    color: #808080;
}

.page-template-page-aboutme-php .social .fa-facebook:hover {
    color: #3B5998; /* official brand color March/2014 */
}

.page-template-page-aboutme-php .social .fa-twitter:hover {
    color: #00ACED; /* official brand color March/2014 */
}

.page-template-page-aboutme-php .social .fa-google-plus:hover {
    color: #CC3732; /* official brand color March/2014 */
}

.page-template-page-aboutme-php .social .fa-linkedin:hover {
    color: #0977B5; /* official brand color March/2014 */
}

.page-template-page-aboutme-php .social .fa-youtube:hover {
    color: #E52D27; /* official brand color March/2014 */
}

.page-template-page-aboutme-php .social .fa-instagram:hover {
    color: #3F729B; /* official brand color March/2014 */
}

.page-template-page-aboutme-php .social .fa-pinterest:hover {
    color: #CC2127; /* official brand color March/2014 */
}

.page-template-page-aboutme-php .bio-avatar {
    text-align: center;
    padding: 0;
    margin-top: 60px;
    float: none;
}

.page-template-page-aboutme-php .entry-title {
    font-size: 32px;
    margin-top: 30px;
    line-height: 40px;
}

.page-template-page-aboutme-php .entry-content {
    text-align: center;
}

.page-template-page-aboutme-php .entry-header {
    padding: 0;
}

/* =Media
----------------------------------------------- */

/* Responsive Embeds */
.video-wrapper {
    /* will be wrapped around every youtube and vimeo video */
    position: relative;
    margin-top: 6px; /* Get embeds aligned with texts line-height */
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry-content img {
    margin-top: 6px; /* Get embeds aligned with texts line-height */
}

embed,
iframe,
object,
video {
    max-width: 100%; /* Make sure embeds and iframes fit their containers */
}

.entry-content .twitter-tweet-rendered {
    width: 100%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
    padding: 20px 0 30px;
}

.attachment .attachment {
    text-align: center;
}

.gallery .gallery-item {
    float: left;
    text-align: center;
    width: 25%;
}

.gallery {
    margin: auto;
    margin-top: 0;
}

.gallery .gallery-columns-2 .gallery-caption,
.gallery .gallery-columns-1 .gallery-caption {
    font-size: 18px !important; /* override the wordpress gallery style */
    line-height: 20px !important; /* override the wordpress gallery style */
}

.gallery-caption,
.wp-caption {
    font-size: 16px;
    line-height: 18px;
    color: #808080;
}

.gallery a img,
.gallery img {
    border: none !important; /* override the wordpress gallery style */
    height: auto;
    max-width: 100%;
}

.gallery dd {
    margin: 0;
}

/* =Comments
----------------------------------------------- */

#comments {
    margin: 120px auto 0 auto;
}

.comments-title {
    line-height: 18px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 400;
}

#comments .avatar {
    border-radius: 50%; /* round */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.no-comments {
    text-align: center;
    font-weight: 700;
}

.comment-name {
    font-style: normal;
    font-size: 16px;
    margin-left: 42px;
    margin-top: -36px;
}

.comment-metadata {
    padding-top: 2px;
    font-size: 12px;
    padding-left: 42px;
}

.comment-metadata a {
    color: #4B4A47;
    text-decoration: none;
}

.comment-link {
    margin-top: -10px;
    float: right;
}

.comment-link a {
    color: #EF3636;
}

.comment-content {
    margin-top: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.comment-list {
    padding: 20px;
    list-style: none;
    background-color: #f5f5f5;
    margin: 20px 0 20px 0;
}

#comments .children {
    list-style: none;
}

.comment-metadata {
    list-style: none;
    margin: 0;
}

.comment {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 20px;
    margin-top: 20px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor .author-star {
    /* display a star if comment author = post author */
    font-size: 14px;
    display: inline;
}

.author-star {
    display: none; /* hide the author star for normal comments */
}

.comment-reply-link {
    text-decoration: none;
    display: inline;
    font-size: 12px;
}

/* Respond */
#respond {
    margin-top: 60px;
}

.comment #respond {
    margin-top: 20px;
}

#respond input#author,
#respond input#email,
#respond input#url {
    margin: 0 20px 20px 0;
    padding: 10px;
    float: left;
}

#respond input#author {
    margin-top: 3px;
}

#respond input {
    background-color: #f5f5f5;
}

#respond textarea {
    background-color: #f5f5f5;
    margin-top: 0px;
    padding: 5px;
    width: 100%;
    max-width: 100%;
}

#respond label, #respond .required {
    display: none;
}

.comment-notes,
.form-allowed-tags,
.form-allowed-tags code,
.logged-in-as {
    font-size: 12px;
    line-height: 13px;
    color: #808080;
}

#reply-title {
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 18px;
    font-weight: 400;
}

.comment .comment-respond input,
.comment .comment-respond textarea {
    background-color: #fff !important; /* change color if respond to a comment to differentiate it from the background */
}

/* =Widgets & Sidebar
----------------------------------------------- */

#secondary {
    padding-top: 20px;
}

.sidebar {
    margin-top: 100px;
    overflow: auto;
    font-size: 14px;
    line-height: 18px;
    background-color: #f5f5f5;
    padding: 10px 0 15px;
    list-style: none;
}

.sidebar a {
    text-decoration: none;
    color: #808080;
}

.sidebar a:hover {
    color: #4B4A47;
}

.widget-title {
    color: #808080;
    font-weight: 400;
    font-family: "pf_dindisplay_proregular", sans-serif;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #f5f5f5;
    border-bottom: 2px solid #E6E6E6;
    padding-bottom: 5px;
    display: none;
}

.widget-area {
    margin-left: -30px;
}

.widget {
    line-height: 18px;
    float: left;
    padding: 10px;
}

.widget li {
    margin-top: 5px;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

.widget_search input[type="search"] {
    padding: 10px;
}

/* calendar widget */
.widget_calendar {
    float: left;
}

#wp-calendar {
    width: 100%;
    background-color: #fff;
}

#wp-calendar caption {
    font-size: 14px;
    margin: 10px 0 15px;
    color: #808080;
    text-align: center;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #fff;
    border: 1px solid #f5f5f5;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #f5f5f5;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next a {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev a {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

/* =Page Footer
----------------------------------------------- */

.site-info {

    color: #a3a3a3;
    border-top: 1px solid #d1d1d1;
    padding-top: 50px;
    margin-top: 40px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.site-info a {
    text-decoration: none;
}

/* =Error-404 Site
----------------------------------------------- */

.error-404 .page-title {
    background: none;
    color: #4B4A47;
}

.error-404 .search-form {
    margin-bottom: 50px;
}

.error-404 i {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
}

.error-404 {
    text-align: center;
}

.menu-footer1-container, .menu-footer2-container {
    float: left;
    width: 33%;
    text-align: left;
}

.menu-footer1-container ul, .menu-footer2-container ul {
    width: 270px;
    list-style: none;
    text-align: left;
    margin-left: 20px;
}

.menu-footer1-container ul a, .menu-footer2-container ul a {
    text-decoration: underline;
    font-size: 16px;
}

.menu-footer1-container ul li, .menu-footer2-container ul li {
    margin-bottom: 10px;
}

.hslider {
    max-width: 970px;
    margin: 0 auto;
    padding-top: 110px;
}

.bx-wrapper {
    margin: 0 auto 0 !important;
}

.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 15px !important;
}

.bx-wrapper .bx-next {
    right: -5px !important;
    background: transparent url("images/right_arrow_banner.png") no-repeat !important;
}

.bx-wrapper .bx-prev {
    left: -2px !important;
    background: transparent url("images/left_arrow_banner.png") no-repeat !important;
}

.bx-wrapper .bx-controls-direction {

    opacity: 1.0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #d3d9dc !important;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -8px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #4e616e !important;
    width: 14px !important;
    height: 14px !important;
    -moz-border-radius: 14px !important;
    -webkit-border-radius: 14px !important;
    border-radius: 14px !important;
    border: 1px solid #d2d8dd !important;
}

.contacts_hp {

    max-width: 1000px;
    margin: auto;
    font-size: 17px;
    margin-bottom: 30px;
}

.contacts_hp a {
    text-decoration: underline;
    color: rgb(64, 64, 64);
}

.contacts_hp a:hover,
.contacts_hp a:active {
    color: #737ba0;
    outline: 0;
}

.contacts_hp p {

    margin-bottom: 10px;
}

.contacts_hp h3 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 30px;

}

.contacts_hp h3:before {
    content: url('images/Vector-Smart-Object.png');
    margin-right: 15px;
}

.search-submit {
    background: url('images/sicon.png') 50% 50% no-repeat;
    background-color: #fff !important;
    width: 20px;
    position: absolute;
    height: 20px !important;
    background-position-y: 4px;
    padding-left: 0px !important;
    border-left-width: 0 !important;
    right: 4px;
    top: 10%;
}

.search-submit:hover {
    border: none !important;
}

.search-field {
    width: 110px;
    padding-top: 0px !important;
    padding-bottom: 2px !important;
    border-right: 0px;
    padding-right: 0 !important;
    height: 20px;
}

.header-right-blk {
    float: right;
    padding-top: 21px;
    font-family: pf_dindisplay_proregular, sans-serif;
}

.h_search {
    float: right;
    width: 120px;
    margin-right: 5px;
}

.h_search {
    position: relative;
}

.lang {
    float: right;
    font-size: 10px;
    margin-top: 3px;
    margin-right: 3px;
}

.lang-link {
    color: #377ab9;
}

.lang-link.active {
    color: #c1c1c1;
    text-decoration: none;
}

.contacts_hp .mappoint {
    font-size: 17px;
    display: block;
    margin-bottom: 15px;
    font-family: PTSerifPro-Regular;
}

.contacts_hp .mappoint:before {
    content: url('images/point.png');
    margin-right: 15px;
}

.block_h {
    padding-top: 10px;
    width: 970px;
    margin: 0 auto;
    overflow: hidden;
}

.h_meta {
    margin-top: 14px;
}

.block_h h3 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 28px;

    line-height: 20px;
    margin-bottom: 30px;
}

.block_h a {
    text-decoration: none;
}

.block_h a:hover, .block_h a:active, .block_h h3:hover {
    color: #37B8EB;
}

.block_h .news:before {
    content: url('images/newssmi.png');
    margin-right: 21px;
    display: block;
    float: left;
    line-height: 20px;
    margin-top: -4px;
}

.newssmi:before, .news h3:before, .smi h3:before {
    content: url('images/newssmi.png');
    margin-right: 21px;
    display: block;
    float: left;
    line-height: 20px;
    margin-top: -4px;
}

h3.smi:before, .smi h3:before, h1.smi:before {
    content: url('images/smi.png');
    margin-right: 15px;
    display: block;
    float: left;
    line-height: 20px;
    margin-top: -4px;
}

.block_h .aboutp {
    margin-top: 0;
}

.block_h .aboutp:before {
    content: url('images/about.png');
    margin-right: 15px;
    display: block;
    float: left;
    line-height: 20px;
    margin-top: -4px;
}

.block_h .notice:before, h1.notice:before {
    content: url('images/anonsi.png');
    margin-right: 15px;
    display: block;
    float: left;
    line-height: 20px;
    margin-top: -4px;
}

.block_h .photo:before {
    content: url('images/photo.png');
    margin-right: 15px;
    display: block;
    float: left;
    line-height: 20px;
    margin-top: -4px;
}

h1.photo:before {
    content: url('images/photo.png');
    margin-right: 15px;
    display: block;
    float: left;
    line-height: 20px;
    margin-top: -4px;
}

h3.video:before, .video h3:before,
.block_h .video:before, h1.video:before {
    content: url('images/video.png');
    margin-right: 15px;
    display: block;
    float: left;
    line-height: 20px;
    margin-top: -4px;
}

.site-main .main_h_h1 {
    font-size: 26px;
    font-family: pf_dindisplay_proregular, sans-serif;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.block_h .partner:before, .main_h_h1.partner:before {
    content: url('images/partners.png');
    margin-right: 15px;
    display: block;
    float: left;
    line-height: 20px;
    margin-top: -4px;
}

.block_h .opinion:before, .opinion h3:before, h1.opinion:before {
    content: url('images/expert.png');
    margin-right: 15px;
    margin-right: 15px;
    display: block;
    float: left;
    line-height: 20px;
    margin-top: -4px;
}

.block_h .team {
    font-size: 26px;
}

.block_h .team:before {
    content: url('images/team.png');
    margin-right: 15px;
    display: block;
    float: left;
    line-height: 20px;
}

.teamh1:before {
    content: url('images/team.png');
    margin-right: 15px;
    display: block;
    float: left;
    line-height: 20px;
    margin-top: -4px;
}

.block_h h4 {
    font-size: 17px;
    color: #4B4A47;
    text-decoration: underline;
    margin: 15px 0 10px;
    letter-spacing: 1px;
}

.block_h-list {
    font-size: 14px;
    color: #5c5c5c;
    padding: 0px 10px 0px 0px;
    width: 33%;
    float: left;
}

.block_h-list-photo {
    width: 50%;
}

.teamblock td {
    font-size: 14px;
    color: #5c5c5c;
    padding: 0px 10px 0px 0px;
    width: 20%;
}

.block_h .h_meta span {
    color: #878787;
    display: block;
    float: left;
    margin-right: 10px;
}

.block_h .h_meta a {
    color: #1e3377;
    font-size: 13px;
    display: block;
}

.block_h {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: px;
    margin-bottom: 25px;
}

.block_h .abouthome {
    font-size: 20px;
    text-decoration: none;
    font-weight: 300;
}

.dateevent {
    font-size: 17px;
    color: #4897d2;
    display: block;
    margin-bottom: 5px;
    font-family: 'pf_dindisplay_proregular';
}

.location {
    font-family: 'pf_dindisplay_proregular';
}

.location:before {
    content: url('images/point_s.png');
    margin-right: 10px;
    margin-top: 0px;
    display: block;
    float: left;
}

.thumb-wrapper {
    height: 176px;
    position: relative;
}

.thumb-wrapper span {
    position: absolute;
    right: 0;
    z-index: 100;

    background: transparent url(images/play.png) no-repeat;
    display: block;
    height: 35px;
    width: 37px;
    bottom: 1px;
}

.dolzhnost {
    color: #4495d1;
    font-size: 15px;
	word-wrap: break-word;
}
.type-team h1{
    margin: 0 !important;
}

.type-team .entry-meta{
    padding: 0 !important;
    margin: 0 !important;
}

.h_meta b {
    font-weight: 300;
    color: #4B4A47;
    font-family: pf_dindisplay_promedium;
}

.expertspan {
    width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
    color: #878787;
    display: block;
}

.expertspan b {
    font-size: 15px;
    color: #000;
    font-family: pf_dindisplay_proregular;
}

.videoblock img {
    height: 100%;
}

.site-main h1 {
    text-align: left;
    font-size: 22px;
    line-height: 28px;
    font-family: pf_dindisplay_promedium;
    font-weight: 100;
    margin: 0 0 20px 0;
}

.single-post .hentry {
    margin-bottom: 0px;
}

.single-video-post {
    max-width: 656px;
    margin-left: 30px;
}

.single-video-content {
    min-width: 1000px;
    margin: 0 auto;
}

.single-video-post p, .single-news-post p {
    font-size: 14px;
    color: #5c5c5c;
}

.single-news-post {
    max-width: 800px;
    margin-left: 30px;
}

.entry-meta additional .expertspan {
    float: left;
}

.hentry {
    margin: 0 !important;
}

.datepub {
    font-size: 13px;
    float: left;
    text-transform: initial;
    font-family: pf_dindisplay_proregular;
    display: block;
    color: #878787;
    width: 100%;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0;
}

.tagspub {
    font-size: 13px;
    float: left;
    display: block;
    text-transform: initial;
    color: #000;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.tagspub a {
    text-transform: uppercase;
}

.entry-meta.additional a[rel="tag"], .entry-meta.additional a[rel="category tag"], .entry-meta.additional a[rel="category"] {
    color: #1e3377;
    white-space: nowrap;
    padding: 4px;
    background-color: #ebebeb;
}

.tocatblock {
    position: relative;
}

.tocat {
    display: block;
    color: #1e3377 !important;
    width: 100%;
    text-align: left;
    margin-left: 10px;
}

.arrow-left {
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #1e3377;
    position: absolute;
    left: 0;
    bottom: 2px;
}

.hslider {
    min-width: 970px;
}

.aboutp1 {
    margin-top: 0;
    text-transform: uppercase;
    font-family: pf_dindisplay_proregular, sans-serif;
}

.aboutp1:before {
    content: url('images/about.png');
    margin-right: 15px;
    display: block;
    float: left;
    line-height: 20px;
    margin-top: -4px;
}

.sec_menu {
    position: fixed;
    top: 86px;
    height: 29px;
    width: 100%;
    padding-top: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 1px #C1C1C1;
    -moz-box-shadow: 0px 1px 3px 1px #C1C1C1;
    box-shadow: 0px 1px 3px 1px #C1C1C1;

}

.sec_menu_inner {
    width: 860px;
    margin: 0 auto;
    text-align: left;
    display: block;
    position: relative;
    left: -54px;
}

.sec_menu_inner a {
    color: #939393;
    text-decoration: none;
    margin-right: 20px;
    border-bottom-width: 1px;
    border-bottom-color: #939393;
    border-bottom-style: dashed;
}

.sec_menu_inner a:hover {
    color: #1e3377;
    border-bottom-width: 0;
}

.fullwpart {
    margin-bottom: 30px;
    display: inline-block;
}

.left-part {
    float: left;
    width: 372px;
}

.right-part {
    float: right;
    width: 590px;
    padding-left: 25px;
}

.right-part p {
    color: #878787;
}

.right-part .h_meta {
    color: #878787;
    margin-bottom: 7px;
}

.h_meta a {
    color: #1e3377;
}

.h_date {
    color: #878787;
    font-size: 13px;
}

.fullwpart h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 25px;
    text-decoration: underline;
}

.fullwpart a {
    text-decoration: none;
}

.fullwpart .more_meta {
    color: #1e3377;
}

.right-part .h_meta span {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}

.easy-wp-page-nav {
    margin-left: 0;
    font-size: 14px;
}

ul.easy-wp-page-nav li {
    margin: 0;
}

.easy-wp-page-navigation.style-square a, .easy-wp-page-navigation.style-square span {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 26px;
    text-align: center;
}

.easy-wp-page-navigation a:hover, .easy-wp-page-navigation span.current {
    background: #efefef;
    color: #fff;
}

.easy-wp-page-navigation a, .easy-wp-page-navigation span {
    background: #fafafa;
}

.easy-wp-page-navigation a, .easy-wp-page-navigation span {
    border: 1px solid #E8E8E8;
}

.t-c-l {
    width: 450px;
    float: left;
}

.t-c-r {
    width: 450px;
    float: right;
}

.t-c-l h2, .t-c-r h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 25px;
    text-decoration: none;
}

.t-c-l a, .t-c-r a {
    text-decoration: none;
}

.t-c-l .h_meta, .t-c-r .h_meta {
    margin-bottom: 30px;
}

.t-c-l .h_meta a, .t-c-r .h_meta a {
    color: #1e3377;
}

#slider1 .prev {
    background-image: url('images/leftarrow.png');
    margin-top: -156px;
    z-index: 99;
}

#slider1 .next {
    background-image: url('images/rightarrow.png');
    margin-top: -156px;
    z-index: 99;
}

#wpadminbar {
    display: none;
}

.h_meta a {
    text-decoration: underline;
}

.menu-o-proekte-container ul li {
    display: inline-block;
    list-style: none;
}

.rltdpstsplgn_content h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #1E3377;
    font-weight: normal;
    line-height: 20px;
}

.rltdpstsplgn_content a {
    color: #1E3377;
    text-decoration: none;
}

img.header-imageros {
    float: left;
    max-height: 46px;
    margin-top: 37px;
    margin-right: 10px;
}
.site-branding {
    width: 247px;
}

.main-navigation {
    font-family: 'pf_dindisplay_proregular',sans-serif;
    clear: both;
    display: block;
    padding-top: 24px;
    float: left;
    width: 643px;
    position: absolute;
    margin-left: 201px;
}
.content-area li {
    margin-left: 0;
    margin-bottom: 22px;
}
.content-area li {
    margin-left: 0;
    margin-bottom: 4px;
}
.finished {
    color: #A3A3A3;
}
.finished .dateevent {
    color: #A3A3A3;
}
.block_content .finished h4 {
    color: #A3A3A3;
}
.finished .h_meta a {
    color: #A3A3A3;
}
#content.site-content {
    padding-top: 55px;
}