@import url(opensans.css);
@import url(fontello.css);
@import url(helveticaC.css);
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&display=swap&subset=cyrillic,cyrillic-ext');
@import url('/themes/pastandnow/css/bulma.min.css');

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700|Roboto+Mono:400,700&subset=cyrillic,cyrillic-ext');


body {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Roboto Slab', serif;
    font-family: 'Fira Sans', sans-serif;
    font-family: 'OpenSans';*/
    /*ackground: #f0f0f0;*/
    color: #3e3e3e;
}

body.home {
    line-height: inherit !important;
}

h1,h2,h3,h4,h5 { font-family: 'Roboto Slab', serif; outline: none; font-weight: bold; }

h1 {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 36px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }

@media all and (max-width: 500px) and (min-width: 0px) {
    h1 {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    h1 { font-size: 22px; }
    h2 { font-size: 20px; }
    h3 { font-size: 18px; }
    h4 { font-size: 16px; }
    h5 { font-size: 14px; }
}

h2 {
    margin: 20px 0 10px 0 !important;
    padding: 0;
}

h3 {
    margin: 20px 0 10px 0 !important;
    padding: 0;
}

h4 {
    margin: 20px 0 10px 0 !important;
    padding: 0;
}

h5 {
    margin: 20px 0 10px 0 !important;
}

p { 
    margin: 0 0 20px 0;
    font-size: 19px;
    line-height: 27px;
}

@media all and (max-width: 500px) and (min-width: 0px) {
    p { 
        margin: 0 0 20px 0;
        font-size: 16px;
        line-height: 20px;
    }
}

img { vertical-align: middle; }


header {
    background: #fff; 
}

#page a {
    text-decoration: none;
    color: inherit;
    box-shadow: inset 0 -2px #005e7c;
    transition: 0.4s;
}
#page a:hover {
	box-shadow: none;
}

.chosen-container-single .chosen-single,
.leaflet-popup-close-button { box-shadow: none !important; }
#page a:hover { color: #555; }

.navbar-menu { background: rgba(245,245,245,.7); }

#content { position: relative; }

article:after {
    clear: both;
    display: block;
    content: '';
}


#header { 
    min-height: 110px;
    box-sizing: content-box;
}
.header-wrap {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
}

header .header-wrap {
    padding: 10px 20px;
    background: #fff;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9;
}

header:after {
    top: 99px;
    position: fixed;
    z-index: 9;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.12);
    box-shadow: 0 2px 3px rgba(0,0,0,0.12);
    -webkit-transition: opacity 300ms ease-out 0ms;
    transition: opacity 300ms ease-out 0ms;
}



.toolbar-horizontal.toolbar-fixed header:after {
    top: 138px;
}

.toolbar-horizontal.toolbar-fixed.toolbar-tray-open header:after {
    top: 178px;
}

@media all and (max-width: 700px) {
    header:after {
        top: 81px;
    }
    .toolbar-horizontal.toolbar-fixed header:after {
        top: 120px;
    }

    .toolbar-horizontal.toolbar-fixed.toolbar-tray-open header:after {
        top: 160px;
    }
}

.site-name {
    color: #212121;
    font-family: 'Roboto Mono', monospace;
    font-size: 32px;
    text-transform: uppercase;
    /* font-family: 'Playfair Display', serif; */
}

.site-name-desc {
    display: inline-block;
    max-width: 214px;
    margin-left: 20px;
    font-size: 12px;
    line-height: 14px;
    color: #212121;
    margin-top: 10px;
}
@media all and (max-width: 940px) and (min-width: 700px) {
    .site-name-desc {
        display: block;
        max-width: inherit !important;
        margin-left: 0px;
        font-size: 14px;
        margin-top: 0px;
    }
}

#sitename img { width: 80px; float: left; margin-right: 10px; }
#sitename .name { line-height: 32px; }


#sitename a {
    font-family: 'Roboto Slab', serif;
    color: #555 !important;
    font-weight: bold;
}

#sitename h1 { margin-bottom: 0 !important; }

#header nav.navigation { 
    position: absolute;
    top: 34px;
    left: 107px;
    right: inherit !important;
}

.w1,
.w2,
.w3 { 
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    padding: 2px 5px;
    font-family: 'HelveticaC', sans-serif;
}

.w1 { display: block;}
.w2 {
    background: #ffcc33;
    display: inline-block;
}
.w3 { display: block;}

#footer {    
    /*background: rgba(0,20,0,0.9);*/
    background: #fafafa;
    /*color: #fff;*/
}

#footer a { color: #005e7c; }

.footer-wrap {
    padding: 20px 20px 20px 20px;
    margin:0 auto;
    max-width: 1300px;
}

#footer .footer-text { margin-top: 50px; padding-top: 20px; border-top: solid 1px #444; }
#footer .footer-text p,
#footer .footer-bottom p { font-size: 14px;  line-height: inherit; margin-bottom: 0; color: #444; }
#footer .footer-text a,
#footer .footer-bottom a { line-height: 12px; }

.parthners-items a { 
    display: inline-block;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 10px;
    transition: all 200ms ease-in;
    opacity: 0.7;
    margin-right: 10px;
}
.parthners-items a:hover {
    opacity: 0.9;
}
.parthners-items a img { 
    display: block;
    width: 100px;
    margin: 0 auto;
    height: auto;
}

.parthners-items a.shaninka img { margin-top: 5px !important; width: 65px !important; }
.parthners-items a.fond img { margin-top: 20px; }

.footer-columns { 
    display: flex;
    flex-wrap: wrap; 
}

.footer-column { width: 300px; }

@media all and (min-width: 900px) and (max-width: 1280px)  {
    .footer-column { width: 200px; }
}

.footer-column h3 { color: #babfba; margin-top: 0 !important; }
.footer-column-1 img {
    width: 60px;
    margin-bottom: 20px;
}

.footer-column-2 a,
.footer-column-3 a { font-weight: bold; margin-bottom: 10px; display: inline-block; }
.footer-column-2 a:hover,
.footer-column-3 a:hover { text-decoration: underline; }

.footer-column-4 p { margin-bottom: 10px; color: #444; font-size: inherit !important; font-weight: bold; line-height: inherit !important; }

.our-social-links a { font-size: 16px; }
.our-social-links a:hover { }


@media all and (max-width: 500px)  {
    .footer-column-2,
    .footer-column-4,
    .footer-text { margin-top: 20px !important; }
    .our-social-links { float: right; }
    .our-social-links a { font-size: 24px; }
}










.form-checkboxes.bef-processed { margin-top: 10px; }

.form-checkboxes .form-item input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.form-checkboxes .form-item label {
    position: relative;
    padding: 0 0 0 45px;
    cursor: pointer;
    line-height: 7px;
}
.form-checkboxes .form-item label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 40px;
    height: 16px; /* 26 */
    border-radius: 7px; /* 13 */
    background-color: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transition: .2s;
}
.form-checkboxes .form-item label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 12px;
    height: 12px; /* 22 */
    border-radius: 6px; /* 10 */
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: .2s;
}
.form-checkboxes .form-item input:checked + label:before {
    /* background: #9FD468; */
}

.form-checkboxes .form-item input:checked + label:after {
    left: 26px;
}
.form-checkboxes .form-item input:focus + label:before {
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
}


#views-exposed-form-map-page-1 .js-form-item select { display: block; }
#views-exposed-form-map-page-1 .form-actions {  }

 #lang-switch {
    position: absolute;
    top: 2px;
    right: 10px;
}

body.map-view-page #lang-switch {
    top: 10px;
}
#lang-switch img { width: 24px; }

#block-circumpolarmap-page-title h1 { margin-bottom: 0; }
.lang-page #block-circumpolarmap-page-title h1 { margin-top: 30px; margin-bottom: 20px; }

#nav {
    position: absolute;
    top: 4px;
    right: 10px;
}

body.map-view-page #nav {
	top: 13px;
}

#nav ul { margin-top: 33px; }
#nav ul li { display: inline-block; }
#nav ul li a { color: #333; margin-right: 5px; text-transform: uppercase; font-size: 14px; /*letter-spacing: 1px;*/ padding: 3px 5px; font-weight: bold; } /* padding: 7px 10px; */

@media screen and (max-width: 1200px) and (min-width: 1020px) {
    #nav ul li a { margin-right: 0px; letter-spacing: inherit;}
    /*.open-nav  #nav ul li a { margin-right: 20px; }*/
}

a.is-active,
.map-view-page #nav ul li a[href='/map'],
.map-view-page #nav ul li a[data-drupal-link-system-path='map'] { 
	background: #005e7c;
    color: #fff !important;
    border-radius: 3px;
}
#nav ul li a.is-active {
    color: #fff !important;
}

/* .leaflet-top .leaflet-control { margin-top: 60px !important; } */
/*.lang-page .leaflet-top .leaflet-control { margin-top: 10px !important; }*/

body.data #page table { max-width: 1000px; margin: 0 auto; display: block;  }
body.data #page table th,
body.data #page table td { padding: 10px; border: solid 1px #ccc; }

.table-container {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
}

#page { padding: 80px 20px 100px 20px; max-width: 1300px; display: block; margin:0 auto; /*margin-top: 60px;*/  }
@media screen and (max-width: 1320px) {
    #page { padding: 20px 25px 100px 25px; margin-top: 0px;  }
}
body.map-view-page #page {  }
.lang-page #page { padding: 20px; max-width: 1300px; display: block; margin:0 auto; margin-top: 60px;  }

.label:not(:last-child) {
    margin: 5px 0 0 0;
}

.article-content .item {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}
.article-content .item.field_amount { border-bottom: solid 0px #ccc !important; margin-bottom: 20px; }
.article-content .item .label { display: inline; }
.article-content .item .data { display: inline; }
.det-el { 
    display: block;
    line-height: 1.4em;
}

.box-data h3 { margin: 0 0 5px 0 !important; font-size: 16px; }
.leaflet-popup-content {
 margin: 10px !important;
}

.article-content .item.field_country * { display: inline-block; }
.article-content .item.field_country .data:after { content: ', '; display: inline-block; }
.article-content .item.field_country .data:last-child:after { content: ''; }

.det-el:last-child {}
.det-el .label { display: inline; font-size: inherit; }


/* contextual */

#block-circumpolarmap-local-tasks { margin: 20px 0; }

#block-circumpolarmap-local-tasks:before,
#block-circumpolarmap-local-tasks:after {
	clear: both;
	display: block;
	content: '';	
}

#block-circumpolarmap-local-tasks:after {
    margin-top: 10px;
}

#block-circumpolarmap-local-tasks:before {
    margin-bottom: 10px;
}

#block-circumpolarmap-local-tasks > ul {
	display: block;
	border: 0;
	padding: 0;
	clear: both;
}

#block-circumpolarmap-local-tasks > ul li {
    float: left;
    margin-right: 0.5em;
}

#block-circumpolarmap-local-tasks > ul a {
    background-color: transparent;
    border: 0;
    color: #ffcc33;
    display: block;
    padding: 0.231em 0.615em;
    margin: 0;
    box-shadow: none;
    font-size: 14px;
}

#block-circumpolarmap-local-tasks > ul a.is-active {
	background: #ffcc33;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/* user login */

.user-login-form { max-width: 300px; }
.user-login-form > div {
    margin: 10px 0;
    padding: 10px 0;
}
.user-login-form .description { font-size: 10px; }

/* user pass */

.user-pass { max-width: 300px; }
.user-pass > div {
    margin: 10px 0;
    padding: 10px 0;
}
.user-pass .description { font-size: 10px; color: #ffcc33; }

@media screen and (max-width: 500px) {
    #page { padding-left: 15px; padding-right: 15px; }
    #nav {
        position: absolute;
        top: 4px;
        right: 35px;
    }
    #nav ul li a {
        margin-right: 0px;
        letter-spacing: 0px;
        padding: 3px 5px;
    }
    /*.open-nav  #nav ul li a { margin-right: 20px; }*/
}


/* mobile-toggle */

@media only screen and (max-width: 1290px) {
    header nav { display: none; }
}

.open-nav .mobile-toggle {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 14px;
    top: 34px;
    width: 30px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

@media only screen and (max-width: 1290px) {
    .mobile-toggle {
        display: block;
    }
    .open-nav nav {
        display: block !important;
    }
    .open-nav nav ul { margin-top: 0 !important; }
    .open-nav nav ul li { display: block !important; text-align: right; /*margin-right: -22px;*/ margin-bottom: 5px; }
    .open-nav #nav {
        position: absolute;
        display: block;
        top: inherit;
        background: rgba(0,0,0,0.7);
        left: 0 !important;
        right: 0 !important;
        top: 102px !important;
        padding: 10px;
        z-index: 99999999999999999;
    }
    .open-nav #nav a { color: #fff; }
    .w1,
    .w2,
    .w3 { 
        font-size: 18px;
    }
}

@media all and (max-width: 700px)  {
    /*.site-name { display: block; line-height: 24px; font-size: 24px; padding-right: 20px; }*/
    .site-name { display: block; line-height: 14px; font-size: 14px; padding-right: 20px; width: 200px; }
    .site-name-desc { margin-left: 0; margin-top: 5px !important; }
    #sitename img { width: 60px; }
    .site-name-desc {
        font-size: 10px;
        line-height: 12px;
        max-width: 190px;
    }
    #header { min-height: 89px; } /* 81 */
    .open-nav #nav {
        top: 82px !important;
    }
    .home #header { min-height: 122px; }
    .home .open-nav #nav {
        top: 122px !important;
    }
    header .header-wrap { padding: 10px; }
}

.mobile-toggle span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    border-radius: 1000px;
    background: #000;
    display: block;
}




/* table data */

.datetime #block-uvlekfest-content table,
.datetime #block-uvlekfest-content table td {
    border: solid 1px #777;
}

.datetime #block-uvlekfest-content table td {
    padding: 20px;
}


.datetime #block-uvlekfest-content .js-form-item .tabledrag-toggle-weight-wrapper {
    display: none;
}

 .datetime #block-uvlekfest-content a.tabledrag-handle .handle {
    width: 24px;
    height: 24px;
 }

.datetime #block-uvlekfest-content a {
    box-shadow: none !important;
}

.paragraph--type--datetimepad  {
    clear: both;
    margin-bottom: 10px;
    display: block !important;
}

.field_date_timepad .data:after {
    clear: both;
    content: '';
    display: block;
}

.paragraph--type--datetimepad div { display: inline-block; }

.paragraph--type--datetimepad  a { background: #ffcc33; color: #000000; font-weight: bold; padding: 2px 7px; margin-left: 10px; }
.paragraph--type--datetimepad  a:hover { background: inherit;  }


/* new list stations */

.item-reg a {
    background: #ffcc33;
    color: #000000;
    font-weight: bold;
    padding: 2px 7px;
    margin-left: 10px;
}

.station-leader,
.station-age {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

.station-leader .label,
.station-age .label {
    display: inline-block;
    margin-right: 5px;
}

.station-title {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

.block-details {
    float: left;
    max-width: 330px;
    padding-right: 20px;
}

.station-desc {
    float: right;
    max-width: 510px;
}

@media only screen and (max-width: 1080px) {
    .block-details {
        max-width: 330px;
        font-size: 14px;
    }

    .station-desc {
        max-width: 400px;
        float: left;
    }
    .station-desc *,
    .station-leader * {
        font-size: 14px;
    }
}

@media only screen and (max-width: 960px) {
    .block-details,
    .station-desc {
        float: none !important;
        max-width: inherit;
    }
    .block-details { 
        padding-right: 0 !important;
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px #ccc;
    }
}

.station-contant {
    clear: both;
    max-width: 900px !important;
    display: none;
}

.station-contant:after {
    clear: both;
    content: '';
    display: block;
}

.modal a.close-modal {
    top: 10px !important;
    right: 10px !important;
}

.st-name {
    cursor: pointer;    
}
.st-name:hover {
    text-decoration: underline;
    
}

.day-title {
    font-family: 'Roboto Slab', serif; outline: none; font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    margin: 20px 0 30px 0 !important;
}

.info-container {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}
.paragraph--type--timeliststation .contextual-region > div:last-child .info-container { border-bottom: none !important; }

.page-nav {
    padding-bottom: 30px;
}

.page-nav a {
    color: #333;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 7px 7px;
    font-weight: bold;
}
.page-nav a.active {
    background: #ffcc33;
    color: #000 !important;
    border-radius: 3px;
}

.paragraph--type--timeliststation > div:first-child {
    padding: 0 20px 20px 0px;
    font-weight: bold;
}


.station-title { padding-top: 0 !important; margin-top: 0 !important; }

.paragraph--type--timeliststation {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#block-uvlekfest-content .contextual-region > div { 
    position: relative;
}

@media only screen and (min-width: 1020px) {

    .info-container {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: none;
    }

    .paragraph--type--timeliststation > div:first-child {
        padding: 0 20px 20px 0px;
        font-weight: bold;
    }

    .st-name { 
        font-size: 14px;
        line-height: 16px;
    }

    .paragraph--type--timeliststation .contextual-region {
        display: flex;
    }

    #block-uvlekfest-content .contextual-region > div { 
        padding: 0 10px 10px 10px;
        width: 150px;
        min-height: 80px;
    }

    .paragraph--type--timeliststation {
        border-bottom: solid 1px #ccc !important;
    }


}
@media only screen and (max-width: 1020px) {
    .st-name {
        cursor: pointer;
        padding: 5px;
        display: inline-block;
        font-size: 14px;
    }
}

.page-nav.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    padding: 10px;
    z-index: 90;
}

body.agegroup #page td { padding: 10px; }
body.agegroup #page td.views-field-title a { width: 350px; display: block; }


body.agegroup #page tr {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc !important;
}

#backtotop {
    bottom: 55px;
}


.article-content .age-small,
.article-content .age-middle,
.article-content .age-large {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.age-small { background: rgba(5, 242, 131,0.3); }
.age-middle { background: rgba(5, 242, 219,0.3); }
.age-large { background: rgba(8, 89, 36,0.3); }

.age-small:hover { background: rgba(5, 242, 131,0.4); }
.age-middle:hover { background: rgba(5, 242, 219,0.4); }
.age-large:hover { background: rgba(8, 89, 36,0.4); }

.age-small:hover + div .st-name,
.age-middle:hover + div .st-name,
.age-large:hover + div .st-name { }

.legend-wrap { 
    position: fixed; 
    bottom: 40px; 
    right: 0; 
    left: 0; 
    background: #fff;
    padding: 10px 20px 10px 20px; 
    max-width: 1300px; 
    display: block; 
    margin:0 auto;
    z-index: 90;
}
.legend-wrap .legend {

}

.legend-item {
    display: inline-block; 
    margin-right: 50px;
    font-size: 14px;
}

@media only screen and (max-width: 1020px) {
    .legend-item {
        font-size: 12px;
        margin-right: 20px;
    }
}

.legend-item .age-small,
.legend-item .age-middle,
.legend-item .age-large {
    width: 50px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.legend-label { font-size: 14px; }

@media only screen and (max-width: 1020px) {
    .legend-item {
        font-size: 12px;
        margin-right: 20px;
    }
    .legend-item .age-small,
    .legend-item .age-middle,
    .legend-item .age-large {
        width: 30px;
        margin-right: 5px;
    }

   .station-contant h2 { font-size: 20px; }
}

@media screen and (max-width: 1320px) {
    .legend-wrap { 
        padding: 10px; 
    }
}

.blocker { z-index: 999 !important; }


/* table list */

.list-stations-table {
    width: 100% !important;
    padding: 0 !important;
}

.list-stations-table td,
.list-stations-table th {
    padding: 10px 10px;
}

.list-stations-table * {
    font-size: 16px !important;
    line-height: 20px;
}
.list-stations-table p {
    margin-bottom: 16px;
}

.list-stations-table p:last-child {
    margin-bottom: 0 !important;
}
.list-stations-table thead tr {background:#4CAF50; }
.list-stations-table thead tr th { color: #fff !important; }

.list-stations-table td h3 { margin-top:0 !important;  }

.list-stations-table tr:nth-child(even) {background-color: #f2f2f2;}


.list-stations-table .paragraph--type--datetimepad a {
    margin-top: 3px;
    display: block;
}

body.list #block-uvlekfest-content .contextual-region > div { min-height: inherit !important; }

.list-stations-table .views-exposed-form { margin-bottom: 10px; }
.list-stations-table .views-exposed-form label { font-weight: bold; }
.list-stations-table .views-exposed-form .description { font-size: 12px; margin: 5px 0; }
.list-stations-table .form-item-field-age-class-value { float: left; }
.list-stations-table .views-exposed-form .button { float: right; margin-top: 8px; }
.list-stations-table .views-exposed-form:after {
    clear: both;
    display: block;
    content: '';
}

@media only screen and (max-width: 960px) {
    .list-stations-table .views-exposed-form .description { font-size: 11px; }
    .list-stations-table .form-item-field-age-class-value { float: none; }
    .list-stations-table .views-exposed-form .button { float: none; }
    .list-stations-table * {
        font-size: 14px !important;
        line-height: 16px;
    }
    .list-stations-table p {
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 500px) {
    .list-stations-table td,
    .list-stations-table th {
        padding: 5px 5px;
    }
}

.parthers { 
    display: block;
    padding: 10px 0;
    margin: 10px 0;
}
.parthers:after {
    clear: both;
    content: '';
    display: block;
}
.parthers a {
    display: inline-block;
    max-height: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: none !important;
}
.parthers a img { height: 70px; width: auto; }

#block-uvlekfest-local-tasks { background: #f2f2f2; padding: 5px; }
#block-uvlekfest-local-tasks > ul li { display: inline-block; }
#block-uvlekfest-local-tasks > ul li a { padding: 5px; }

/* biblio */
body.biblioteka #block-uvlekfest-content .article-content > div > div {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc; 
}
body.biblioteka #block-uvlekfest-content .article-content > div > div:last-child {
    border:none;
}


/* contacts */
body.contacts #block-uvlekfest-content .article-content > div > div {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc; 
}
body.contacts #block-uvlekfest-content .article-content > div > div:last-child {
    border:none;
}


/* forms */


body.forms input[type=text],
body.forms input[type=email],
body.forms  select,
body.forms  textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  max-width: 350px;
}

body.forms input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 0px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  max-width: 135px;
}

body.forms input[type=submit]:hover {
  background-color: #45a049;
}
#captcha { padding: 10px; background-color: #ccc; }
#captcha * {
    font-size: 12px;
}

#edit-captcha-response--description { display: none; }


/* news */

.page-news {}

.views-element-container .views-row {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #d9d9d9;
}

.views-field-field-cover {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.views-field-title a {
    margin-bottom: 10px;
    font-weight: bold;
    /*font-size: 20px;*/
    box-shadow: none !important;
    font-size: 19px;
    line-height: 27px;
    color: #005e7c !important;
}
.views-field-title a:hover { text-decoration: underline !important; }

.views-element-container .views-row .views-field-view-node a {
    padding: 10px 20px;
    margin: 5px 0;
    border: solid 1px #dbdbdb;
    color: #363636;
    cursor: pointer;
    box-shadow: none !important;
    display: inline-block;
}

.views-element-container .views-row .views-field-view-node a:hover {
    background: #005e7c;
    color: #fff !important;
}

@media all and (max-width: 500px) {
    .views-field-field-cover {
        float: none;
        margin:0 auto;
        margin-bottom: 20px !important;
    }
    .views-field-field-cover img { margin: 0 auto; display: block; width: 100%; }
}

/* map */

#map { /*min-height: 800px;*/ }
body.home.typePage header .header-wrap { max-width: inherit !important; padding: 10px !inherit; }
body.home.typePage header:after { display: none; }
body.home.typePage header {
    min-height: 110px;
    border-bottom: solid 1px #ccc;
}

/* tags */
.field_tags { margin-bottom: 10px; }
.field_tags .label { font-style: italic; padding-right: 20px; }
.field_tags .data:after { clear: both; display: block; content: ''; }
.field_tags .data { display: inline-block; margin-left: 5px; }
.field_tags .data a {    
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin: 0 16px 8px 0;
    padding: 0 10px 0 12px;
    background: #777;    
    -webkit-border-bottom-right-radius: 3px;    
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;    
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #fff !important;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-weight: bold;
    border: none !important;
}

.field_tags .data a:before {
    content: "";
    position: absolute;
    top:0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #777 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;        
}

.field_tags .data a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 1px;
    float: left;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
}

.field_tags .data a:hover {
    background: #f7d848;
    color: #676767 !important;
}

.field_tags a:hover:before {
    border-color: transparent #f7d848 transparent transparent;
}

.field_tags > div {
    display: flex;
    flex-wrap: wrap;
}

/* images */

.photoswipe-gallery a {
    float: left;
    margin: 0 10px 10px 0;
    border: none !important;
    box-shadow: none !important; 
}

.photoswipe-gallery a img {
    border: solid 2px #fff;
    border-radius: 10px;
    max-width: 300px;
}

/* pager */

nav.pager {

}

ul.pager__items {

}

ul.pager__items li.pager__item {
	
}

ul.pager__items li.pager__item a {
	float: left;
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 1px;
    line-height: 60px;
    text-align: center;
    background-color: #fafafa;
    color: #202121;
    transition: all 0.3s ease-in-out;
    box-shadow: none !important;
}

ul.pager__items li.pager__item a:hover {
	background-color: #E6EAEA !important;
}

ul.pager__items li.is-active a {
	background-color: #005e7c !important;
  	color: white !important;
}

/* tags */

.tags a {
	position: relative;
    display: block;
    height: 34px;
    padding: 0 20px;
    line-height: 34px;
    color: #202121;
    border: 1px solid #005e7c;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: none !important;
}

.tags span.label { 
	height: 34px; 
	line-height: 34px; 
	margin-right: 10px;
	margin-bottom: 10px;
}

.tags a:hover {
	background-color: #005e7c !important;
	color: #fff !important;
}

/* admin buttons */

#block-pastandnow-local-tasks {
	background: #fafafa;
    padding: 20px;
    margin-bottom: 20px;
}
#block-pastandnow-local-tasks > ul { display: inline-block; }
#block-pastandnow-local-tasks > ul li { display: inline-block; }
#block-pastandnow-local-tasks > ul li a { padding: 10px; margin-right: 10px; border:solid 1px #005e7c; box-shadow: none !important; }
#block-pastandnow-local-tasks > ul li a:hover { text-decoration: underline; }
#block-pastandnow-local-tasks > ul li a.is-active { background-color:#005e7c; color: #fff !important; }

/* forms */

input[type=text], select, input[type=email], input[type=password] {
    width: 100%;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.form-item .description {
    font-size: 0.85em;
    font-style: italic;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #005e7c;
    border: none;
    color: #fff !important;
    /*padding: 16px 32px;*/
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

/* cover */

.cover {
    padding: 20px 0;
    border-bottom: solid 1px #d9d9d9;
    border-top: solid 1px #d9d9d9;
    margin-bottom: 20px;
}

.cover img {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

/* date */
.date {
	margin: 10px 0;
	color: #999;
	display: inline-block;
}

.views-field.views-field-field-date { font-weight: bold; }


/* page interview */

.metadata {
	background: #fafafa;
    padding: 20px;
    margin-bottom: 20px;
}

.metadata .item:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* page navigation */

#left-bar-butt {
    display: block;
    cursor: pointer;
    position: fixed;
    z-index: 600;
    line-height: 42px;
    padding: 0 15px 0 5px;
    white-space: nowrap;
    background: #005e7c;
    color: #fff;
    height: 42px;
    right: 42px;
    font-size: 18px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
#left-bar-butt span {

    
}

#page-nav {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    left: 0;
    top: 0;
    border-right: 1px solid #aaa;
    background-color: #fff;
    box-shadow: -1px 0 5px 2px rgba(0, 0, 0, 0.3333);
    width: 270px;
    z-index: 999;
    padding-left: 34px;
    padding-right: 10px;
}
#page-nav ul li a { 
    box-shadow: none;
    border-bottom: solid 1px #e4e4e4;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
    color: #3e3e3e;
}

#page-nav ul ul>li>a { padding-left: 20px; font-size: 12px; }
#page-nav ul ul ul>li>a { padding-left: 40px; font-size: 12px; }

#close { 
    cursor: pointer;
    background: #005e7c;
    color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    line-height: 34px;
}
#close span { 
    color: #fff;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: block;
    margin-top: 50px;
}

#page-nav::-webkit-scrollbar-thumb {
    background-color: #005e7c;
}

#page-nav::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}

#left-bar-butt { top: 50%; margin-top: -75px; }
#page-nav { display: none; }
@media (max-width: 1200px) and (min-width: 0px) {
    
}
#page-nav.active { display: block !important; }

.small-label { font-size: 14px; padding-left: 10px; font-style: italic; }

.tocify-item.active>a { color: #005e7c !important; font-weight: bold; }
.tocify-item.active a:hover {  }

.article-content h2 { color: #005e7c; }

@media (max-width: 500px) and (min-width: 0px) {
    .file { 
        display: inline-block;
    }
    .file:before {

    }
    .mejs__container.mediaelementjs.mejs__audio { width: 100% !important; }
}

#page .article-content  a {
    word-break: break-word;
}

#nav-button {
    position: fixed;
    left: 0;
    background-color: #005e7c;
    line-height: 34px;
    width: 24px;
    height: 156px;
    padding: 0px 0 0 0;
    z-index: 999;
    cursor: pointer;
}

@media only screen and (min-width: 960px) {
    body.active-nav #page {
        max-width: 1120px;
        margin: inherit;
        margin-left: 270px;
    }
}

@media only screen and (max-width: 960px) {
    #nav-button { bottom: 0; left: 0; right: 0; width: inherit; height: inherit; padding: 10px 10px 10px 10px !important; }
    #left-bar-butt {
	    display: block;
	    cursor: pointer;
	    position: fixed;
	    z-index: 600;
	    line-height: 42px;	    
	    white-space: nowrap;
	    background: #005e7c;
	    color: #fff;
	    height: inherit;
	    right: inherit;
	    font-size: 18px;   
	}

	.nav-button-label {
		-webkit-transform: inherit !important;
	    -moz-transform: inherit !important;
	    -ms-transform: inherit !important;
	    -o-transform: inherit !important;
	    transform: inherit !important;
	    -webkit-transform-origin: inherit !important;
	    -moz-transform-origin: inherit !important;
	    -ms-transform-origin: inherit !important;
	    -o-transform-origin: inherit !important;
	    transform-origin: inherit !important;
	    margin:0  !important;
	}

	body.interview #footer {
		padding-bottom: 70px;
	}
}


.active-nav #nav-button { display: none; }

#nav-button:hover { background-color: rgba(255, 255, 255,0.7); }
#nav-button:hover .icon-menu,
#nav-button:hover .nav-button-label { color: #005e7c; }

#nav-button .icon-menu {
    color: #fff;
    margin-top: 7px;
    display: inline-block;
}

#nav-button .nav-button-label {
    color: #fff;
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-left: -39px;
    margin-top: 35px;
    font-size: 18px;
}

#left-bar-butt { display: none; }

@media only screen and (max-width: 960px) {
	#page-nav.active { display: none !important; }
	#page-nav.active-mobile { display: block !important; }

	.active-nav #nav-button {
    	display: block !important;
	}

	.active-nav-mobile #nav-button {
    	display: none !important;
	}
}


/* portrait */

.portrait { float: left; padding: 10px; }
.portrait img { max-width: 250px }

.materials {
    clear: both;
    padding:20px;
}
#block-pastandnow-content .narrators .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}
#block-pastandnow-content .narrators:after { clear: both; content: ''; display: block; }
#block-pastandnow-content .narrators .views-row {
    margin: 0 30px 30px 0 !important;
    padding: 37px !important;
    width: 280px;
    border: solid 1px #d9d9d9 !important;
}

.full-name {
    margin-top: 20px;
}

#block-pastandnow-content .narrators .views-row .portrait-wrap img { max-width: 200px; margin: 0 auto; display: block; width: 100%; border-radius: 50%; }
#block-pastandnow-content .narrators .views-row .portrain-image.default-image { max-width: 220px; border-radius: inherit; }

.views-field.views-field-field-id div,
.views-field.views-field-field-id-st div,
.views-field.views-field-field-birthday div {
    display: inline-block;
    font-weight: bold;
}

.views-field.views-field-field-firstname,
.views-field.views-field-field-middlename,
.views-field.views-field-field-surname {
    font-weight: bold;
}


/* audio-player */

.audio-wrap { 
    background-color: #fafafa;
    margin: 20px 0;
    padding: 20px;
}

.audio-wrap .mejs__container { width: inherit !important; }

.mejs__horizontal-volume-slider { box-shadow: none !important; }


/* youtube */

.youtube-item {
    margin-bottom: 20px;
    background-color: #fafafa;
    padding: 20px;
}

.youtube-item .youtube-container--responsive {
    overflow: hidden;
    position: relative;
    padding-bottom: 33.25%;
    height: 0;
    display: block;
    margin: 0 auto;
    max-width: 700px;
}

.youtube-item iframe {
    max-width: 700px;
    display: block;
    margin: 0 auto;
}


/* materials */

.add-materials a {
    text-decoration: none;
    box-shadow: none !important;
}

.add-materials a .media-title { border-bottom: solid 1px #005e7c; }
.add-materials a:hover .media-title { border-bottom: none; }

/* blocks */

#block-views-block-collocutor-block-1 .views-row,
#block-views-block-collocutor-block-2 .views-row {
    position: relative;
}

#block-views-block-collocutor-block-1 .views-row:after,
#block-views-block-collocutor-block-2 .views-row:after {
    clear: both;
    display: block;
    content: '';
}

#block-views-block-collocutor-block-1 .views-field-field-conversation,
#block-views-block-collocutor-block-2 .views-field-field-conversation { 
    position: absolute;
    left: 450px;
    top: 3px;
    max-width: 400px;
}
#block-views-block-collocutor-block-1 .views-field-field-materials,
#block-views-block-collocutor-block-2 .views-field-field-materials { 
    position: absolute;
    left: 800px;
    top: 3px;
    max-width: 300px;
}

#block-views-block-collocutor-block-1 .views-field-field-conversation .views-label,
#block-views-block-collocutor-block-2 .views-field-field-conversation .views-label,
#block-views-block-collocutor-block-1 .views-field-field-materials .views-label,
#block-views-block-collocutor-block-2 .views-field-field-materials .views-label {
    font-weight: bold;
}


#block-views-block-collocutor-block-1 .views-field-title,
#block-views-block-collocutor-block-2 .views-field-title { 
    max-width: 400px;
}
 
#block-views-block-collocutor-block-1 .portrait-wrap img,
#block-views-block-collocutor-block-2 .portrait-wrap img {
    display: inline-block;
    width: 150px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

#block-views-block-collocutor-block-1 .portrain-image.default-image,
#block-views-block-collocutor-block-2 .portrain-imag.default-image {
    margin-right: 0;
    border-radius: 0;
}

@media only screen and (max-width: 960px) {
    #block-views-block-collocutor-block-1 .views-field-field-conversation,
    #block-views-block-collocutor-block-2 .views-field-field-conversation,
    #block-views-block-collocutor-block-1 .views-field-field-materials,
    #block-views-block-collocutor-block-2 .views-field-field-materials {
        max-width: inherit;
        position: inherit;
        left: inherit;
        top: inherit;
    }

    #block-views-block-collocutor-block-1 .views-field-field-conversation .views-label,
    #block-views-block-collocutor-block-2 .views-field-field-conversation .views-label,
    #block-views-block-collocutor-block-1 .views-field-field-materials .views-label,
    #block-views-block-collocutor-block-2 .views-field-field-materials .views-label {
        margin-top: 10px;
        display: inline-block;
    }
}

.views-exposed-form {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 500px) {
    .views-exposed-form { 
        display: flex;
        padding: 20px 20px 20px 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .views-exposed-form .form-item {
        margin-right: 20px;
    }

    .views-exposed-form .form-actions {
        margin-top:32px;
    }
}
/* blockquote */
.article-content blockquote{
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #005e7c;
  position: relative;
  background:#fafafa;
}

.article-content blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#005e7c;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.article-content blockquote::after{
  content: '';
}

.article-content blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

@media all and (max-width: 500px) and (min-width: 0px) {
    .article-content blockquote{
      margin:20px auto;
      padding:20px 30px 20px 30px;
      border-left:8px solid #005e7c;
    }

    .article-content blockquote::before{
      font-size:2em;
    }
}

/* blockquote end */
.header-links { 
    /*display: none;*/
    position: absolute;
    top: 93px;
    right: 0;
    left: 0;
    padding: 5px 10px;
    background: #fff;
    border-top: solid 1px #ccc;
}

@media all and (min-width: 700px) and (max-width: 1290px) {
    .header-links {
        top: 68px !important;
        left: 110px !important;
        padding: 5px 10px 5px 0 !important;
    }
    .mobile-toggle {
        top: 22px;
    }
    .home .open-nav #nav {
        top: 111px !important;
    }
}
@media all and (max-width: 700px) {
    .header-links {
        top: 81px !important;
    }
}




.header-links .parthners { display: flex; float: left; }
.header-links .our-social-links { line-height: 30px; float: right; }

.header-links img { height: 30px; line-height: 30px; display: inline-block; padding-left: 10px; }

.header-links .parthners > span {
    line-height: 30px;
    display: block;
    font-family: 'Roboto Slab',serif;
    color: #212121;
    font-weight: bold;
    font-size: 12px;
}

.header-links .our-social-links a { color: #005e7c !important; }


@media all and (min-width: 1290px) {
    .header-links {
        top: 5px;
        left: auto;
        border-top: none;
        border-left: solid 1px #ccc;
        padding-bottom: 12px;
    }
    .header-links .parthners { display: inherit; float:inherit; }
    .header-links img {
        padding: inherit !important;
    }
    .header-links .parthners > span {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 5px;
        margin-top: -5px;
        text-transform: lowercase;
    }
    .header-links .our-social-links {
        line-height: 30px;
        float: inherit;
        margin-top: 10px;
        border-top: solid 1px #ccc;
        text-align: center;
    }
}

@media (max-width: 700px) {
    .header-links .parthners > span {
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    .header-links .our-social-links a {
        font-size: 16px;
    }
}

@media (max-width: 350px) {
    .header-links img { padding-left: 0px; }
    .header-links .parthners > span { padding-right: 5px; }
}


body:after {
    content: '';
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
    background-image: url(/themes/pastandnow/assets/map-bg.png);
}
.header-wrap:before {
	background: #fff;
    content: '';
    display: block;
    width: 100%;
    min-height: 110px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
}
#page { background: #fff; }

nav.pager {
	display: block;
    clear: both;
    width: 100%;
}

nav.pager:before {
	clear: both;
	display: block;
	content: '';
}
/* interview */
section.main {
	max-width: 930px;
    margin: 0 auto;
}

body.narrators-list section.main {
	max-width: inherit;
    margin: 0 auto;
}

body.form-page section.main,
article[about="/404"] {
	min-height: 50vh;
}

.placeholder {
	font-weight: bold;
}

#edit-fayly {
	border: solid 1px #ccc;
    padding: 10px;
    margin: 5px 0;
}
/*
#block-pastandnow-page-title {
    position: relative;
    z-index: 20;
}
*/

/* sch-butt */

.sch-butt {}

.sch-butt li:first-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #d9d9d9;
}

.sch-butt li a {
    padding: 20px 20px;
    margin: 5px 0;
    border: solid 1px #dbdbdb;
    color: #363636;
    cursor: pointer;
    box-shadow: none !important;
    display: inline-block;
    min-width: 243px;
    text-align: center;
}

.sch-butt li a:hover {
    background: #005e7c;
    color: #fff !important;
}

.search-pages-with-iframe #block-pastandnow-page-title { display: none; }
.search-page #page { min-height: 60vh; }

/* partners */

.partners .article-content:after {
    clear: both;
    display: block;
    content: '';
}

.partners .article-content .items {
    float: left;
    width: 160px;
    height: 120px;
    margin: 0 20px 20px 0;
    padding: 20px 0;
}
.partners .article-content .items img { 
    text-align: center;
    display: block;
    margin: 0 auto;
}

.partners .article-content .items a:hover img { opacity: 0.8; }


#block-menyupolzovatelya,
#block-menyuadministratorasemanticheskogoanalizateksta {
    position: fixed;
    z-index: 502;
    bottom: 0;
    right: 0;
    left: 0;
    color: #ddd;
    background-color: #0f0f0f;
    box-shadow: -1px 0 3px 1px rgb(0,0,0);
}
#block-menyupolzovatelya h2,
#block-menyuadministratorasemanticheskogoanalizateksta h2 { display: none; }
#block-menyupolzovatelya ul li,
#block-menyuadministratorasemanticheskogoanalizateksta ul li {
    padding: 1em 1.3333em;
    cursor: pointer;
    text-decoration: none;
    line-height: 1em;
    display: inline-block;
    float: left;
}
#block-menyupolzovatelya ul a,
#block-menyuadministratorasemanticheskogoanalizateksta ul a {
    color: #ddd;
    box-shadow: none;
    padding: 4px 10px;
}
#block-menyupolzovatelya ul a:before,
#block-menyuadministratorasemanticheskogoanalizateksta ul a:before {
    margin-right: 8px;
}
#block-menyupolzovatelya ul a:hover,
#block-menyuadministratorasemanticheskogoanalizateksta ul a:hover {
    color:#005e7c;
}


.users-list table { width: 100%; margin-bottom: 20px; }
.users-list table .views-field-name a { box-shadow: none !important; }
.users-list table .views-field-edit-user a { box-shadow: none !important; color: #005e7c !important; }
.users-list table .views-field-edit-user a:hover { text-decoration: underline !important; }

.users-list table .views-field-edit-user:before { margin-right: 8px; }

#block-dobavitpolzovatelya .action-links a { box-shadow: none !important; }

body.fullwidthwrap #page {
    max-width: inherit;
}

body.fullwidthwrap section.main {
    max-width: 100%;
}

.feed-icon { display:none; }

/* audio */

.article-content audio {
    width: 100%;
}