@import url(vendor/normalize.css);
@import url(vendor/material-iconic-font.css);
@import url(vendor/cms.css);
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,400i,500,700&subset=cyrillic-ext");
html {
    font-family: "Ubuntu", sans-serif;
    color: #333;
    font-size: 14px
}

html {
    width: 100%;
    overflow-x: hidden;
    min-height: 100%
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input {
    width: 100%;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
    padding: 0 10px;
    display: inline
}

input[type="radio"],
input[type="checkbox"] {
    height: auto;
    width: auto
}

select {
    width: 180px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 5px
}

textarea {
    width: 100%;
    height: 150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #bbb;
    margin-top: 0px;
    margin-bottom: 4px;
    padding: 10px
}

input.btn {
    height: auto
}

.global-red * {
    outline-color: #ff695e
}

.global-orange * {
    outline-color: #ffa131
}

.global-olive * {
    outline-color: #b4cc4e
}

.global-green * {
    outline-color: #2ecc40
}

.global-teal * {
    outline-color: #49d0d0
}

.global-blue * {
    outline-color: #54c8ff
}

.global-violet * {
    outline-color: #a291fb
}

.global-purple * {
    outline-color: #dc73ff
}

.global-pink * {
    outline-color: #ff8edf
}

.global-brown * {
    outline-color: #bf9775
}

.global-grey * {
    outline-color: #888
}

.global-black * {
    outline-color: #111
}

a {
    color: rgba(17, 17, 17, 0.7);
    text-decoration: none;
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    -moz-transition: color .15s;
    transition: color .15s;
    outline: none
}

a:hover {
    color: rgba(17, 17, 17, 0.8)
}

a:active,
a:focus {
    color: #111
}

nav ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    list-style: none
}

nav ul li {
    display: inline-block;
    font-size: 1rem
}

nav ul li a {
    display: block;
    font-size: 1rem
}

nav select {
    display: none
}

.tiny,
.tiny>* {
    font-size: 0.7rem
}

.small,
.small>* {
    font-size: 0.8rem
}

.normal,
.normal>* {
    font-size: 1rem
}

.medium,
.medium>* {
    font-size: 1.25rem
}

.big,
.big>* {
    font-size: 1.5rem
}

.columns {
    font-size: 0;
    margin: -10px
}

.columns .column {
    display: inline-block;
    font-size: 1rem;
    padding: 10px;
    vertical-align: top
}

.columns .column--middle {
    vertical-align: middle
}

.columns .column--bottom {
    vertical-align: bottom
}

.columns .column--center {
    text-align: center
}

.columns .column--right {
    text-align: right
}

.columns .column__third {
    width: 33.33%
}

.columns .column__two-third {
    width: 66.66%
}

.columns .column__1 {
    width: 6.25%
}

.columns .column__2 {
    width: 12.5%
}

.columns .column__3 {
    width: 18.75%
}

.columns .column__4 {
    width: 25%
}

.columns .column__5 {
    width: 31.25%
}

.columns .column__6 {
    width: 37.5%
}

.columns .column__7 {
    width: 43.75%
}

.columns .column__8 {
    width: 50%
}

.columns .column__9 {
    width: 56.25%
}

.columns .column__10 {
    width: 62.5%
}

.columns .column__11 {
    width: 68.75%
}

.columns .column__12 {
    width: 75%
}

.columns .column__13 {
    width: 81.25%
}

.columns .column__14 {
    width: 87.5%
}

.columns .column__15 {
    width: 93.75%
}

.columns .column__16 {
    width: 100%
}

.light--red {
    color: #ff695e
}

.light-force--red {
    color: #ff695e !important
}

.dark--red {
    color: #ca1010
}

.dark-force--red {
    color: #ca1010 !important
}

.bg-light--red {
    background: #ff695e
}

.bg-dark--red {
    background: #ca1010
}

.light--orange {
    color: #ffa131
}

.light-force--orange {
    color: #ffa131 !important
}

.dark--orange {
    color: #f38515
}

.dark-force--orange {
    color: #f38515 !important
}

.bg-light--orange {
    background: #ffa131
}

.bg-dark--orange {
    background: #f38515
}

.light--olive {
    color: #b4cc4e
}

.light-force--olive {
    color: #b4cc4e !important
}

.dark--olive {
    color: #8ea52e
}

.dark-force--olive {
    color: #8ea52e !important
}

.bg-light--olive {
    background: #b4cc4e
}

.bg-dark--olive {
    background: #8ea52e
}

.light--green {
    color: #2ecc40
}

.light-force--green {
    color: #2ecc40 !important
}

.dark--green {
    color: #0ea432
}

.dark-force--green {
    color: #0ea432 !important
}

.bg-light--green {
    background: #2ecc40
}

.bg-dark--green {
    background: #0ea432
}

.light--teal {
    color: #49d0d0
}

.light-force--teal {
    color: #49d0d0 !important
}

.dark--teal {
    color: #008c86
}

.dark-force--teal {
    color: #008c86 !important
}

.bg-light--teal {
    background: #49d0d0
}

.bg-dark--teal {
    background: #008c86
}

.light--blue {
    color: #54c8ff
}

.light-force--blue {
    color: #54c8ff !important
}

.dark--blue {
    color: #0d71bb
}

.dark-force--blue {
    color: #0d71bb !important
}

.bg-light--blue {
    background: #54c8ff
}

.bg-dark--blue {
    background: #0d71bb
}

.light--violet {
    color: #a291fb
}

.light-force--violet {
    color: #a291fb !important
}

.dark--violet {
    color: #4f20b5
}

.dark-force--violet {
    color: #4f20b5 !important
}

.bg-light--violet {
    background: #a291fb
}

.bg-dark--violet {
    background: #4f20b5
}

.light--purple {
    color: #dc73ff
}

.light-force--purple {
    color: #dc73ff !important
}

.dark--purple {
    color: #8f1eb4
}

.dark-force--purple {
    color: #8f1eb4 !important
}

.bg-light--purple {
    background: #dc73ff
}

.bg-dark--purple {
    background: #8f1eb4
}

.light--pink {
    color: #ff8edf
}

.light-force--pink {
    color: #ff8edf !important
}

.dark--pink {
    color: #e10f85
}

.dark-force--pink {
    color: #e10f85 !important
}

.bg-light--pink {
    background: #ff8edf
}

.bg-dark--pink {
    background: #e10f85
}

.light--brown {
    color: #bf9775
}

.light-force--brown {
    color: #bf9775 !important
}

.dark--brown {
    color: #b17556
}

.dark-force--brown {
    color: #b17556 !important
}

.bg-light--brown {
    background: #bf9775
}

.bg-dark--brown {
    background: #b17556
}

.light--grey {
    color: #888
}

.light-force--grey {
    color: #888 !important
}

.dark--grey {
    color: #555
}

.dark-force--grey {
    color: #555 !important
}

.bg-light--grey {
    background: #888
}

.bg-dark--grey {
    background: #555
}

.light--black {
    color: #111
}

.light-force--black {
    color: #111 !important
}

.dark--black {
    color: #333
}

.dark-force--black {
    color: #333 !important
}

.bg-light--black {
    background: #111
}

.bg-dark--black {
    background: #333
}

.link--red {
    color: #f4574e
}

.link--red:hover {
    color: #e53d37
}

.link--red:active,
.link--red:focus {
    color: #da2b27
}

.dark-link--red {
    color: #df342f
}

.dark-link--red:hover {
    color: #d52220
}

.dark-link--red:active,
.dark-link--red:focus {
    color: #ca1010
}

.link--orange {
    color: #fd9b2b
}

.link--orange:hover {
    color: #f99323
}

.link--orange:active,
.link--orange:focus {
    color: #f78d1d
}

.dark-link--orange {
    color: #f89020
}

.dark-link--orange:hover {
    color: #f58b1b
}

.dark-link--orange:active,
.dark-link--orange:focus {
    color: #f38515
}

.link--olive {
    color: #acc448
}

.link--olive:hover {
    color: #a1b93e
}

.link--olive:active,
.link--olive:focus {
    color: #99b138
}

.dark-link--olive {
    color: #9db53b
}

.dark-link--olive:hover {
    color: #96ad34
}

.dark-link--olive:active,
.dark-link--olive:focus {
    color: #8ea52e
}

.link--green {
    color: #28c43d
}

.link--green:hover {
    color: #1eb839
}

.link--green:active,
.link--green:focus {
    color: #18b036
}

.dark-link--green {
    color: #1bb438
}

.dark-link--green:hover {
    color: #14ac35
}

.dark-link--green:active,
.dark-link--green:focus {
    color: #0ea432
}

.link--teal {
    color: #3ac2c1
}

.link--teal:hover {
    color: #25aeab
}

.link--teal:active,
.link--teal:focus {
    color: #16a09c
}

.dark-link--teal {
    color: #1da7a4
}

.dark-link--teal:hover {
    color: #0f9a95
}

.dark-link--teal:active,
.dark-link--teal:focus {
    color: #008c86
}

.link--blue {
    color: #46b7f1
}

.link--blue:hover {
    color: #319ddd
}

.link--blue:active,
.link--blue:focus {
    color: #228bcf
}

.dark-link--blue {
    color: #2994d6
}

.dark-link--blue:hover {
    color: #1b82c9
}

.dark-link--blue:active,
.dark-link--blue:focus {
    color: #0d71bb
}

.link--violet {
    color: #917aed
}

.link--violet:hover {
    color: #7959d8
}

.link--violet:active,
.link--violet:focus {
    color: #6842ca
}

.dark-link--violet {
    color: #704dd1
}

.dark-link--violet:hover {
    color: #6037c3
}

.dark-link--violet:active,
.dark-link--violet:focus {
    color: #4f20b5
}

.link--purple {
    color: #cd62f0
}

.link--purple:hover {
    color: #b649da
}

.link--purple:active,
.link--purple:focus {
    color: #a638cb
}

.dark-link--purple {
    color: #ae40d2
}

.dark-link--purple:hover {
    color: #9e2fc3
}

.dark-link--purple:active,
.dark-link--purple:focus {
    color: #8f1eb4
}

.link--pink {
    color: #f975cd
}

.link--pink:hover {
    color: #f04fb2
}

.link--pink:active,
.link--pink:focus {
    color: #ea35a0
}

.dark-link--pink {
    color: #ed42a9
}

.dark-link--pink:hover {
    color: #e72897
}

.dark-link--pink:active,
.dark-link--pink:focus {
    color: #e10f85
}

.link--brown {
    color: #bc906f
}

.link--brown:hover {
    color: #b88666
}

.link--brown:active,
.link--brown:focus {
    color: #b57f5f
}

.dark-link--brown {
    color: #b78362
}

.dark-link--brown:hover {
    color: #b47c5c
}

.dark-link--brown:active,
.dark-link--brown:focus {
    color: #b17556
}

.link--grey {
    color: #7e7e7e
}

.link--grey:hover {
    color: #6f6f6f
}

.link--grey:active,
.link--grey:focus {
    color: #646464
}

.dark-link--grey {
    color: dimgray
}

.dark-link--grey:hover {
    color: #5f5f5f
}

.dark-link--grey:active,
.dark-link--grey:focus {
    color: #555
}

.link--black {
    color: #181818
}

.link--black:hover {
    color: #222
}

.link--black:active,
.link--black:focus {
    color: #292929
}

.dark-link--black {
    color: #252525
}

.dark-link--black:hover {
    color: #2c2c2c
}

.dark-link--black:active,
.dark-link--black:focus {
    color: #333
}

.column .widget {
    margin-bottom: 10px
}

.widget {
    margin-bottom: 20px
}

.widget__title {
    margin-bottom: 20px;
    font-size: .85rem;
    text-transform: uppercase;
    text-transform: uppercase;
    font-weight: 900
}

.widget__title .has-links {
    margin-right: 10px
}

.widget__title .link {
    padding: .3em .5em;
    margin-right: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline;
    position: relative;
    bottom: 2px
}

.widget__title:after {
    content: '';
    width: 70px;
    height: 2px;
    background: rgba(17, 17, 17, 0.2);
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 4px
}

main .widget+.widget {
    margin-top: 15px
}

.position-above {
    margin-top: 20px
}

.wrapper {
    background: #fff;
    display: table;
    margin: 0 auto;
    padding: 0 10px
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 1.5em
}

img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

img--center {
    margin: 0 auto
}

.img-responsive {
    display: block
}

.breadcrumbs {
    opacity: .9;
    background: rgba(136, 136, 136, 0.1);
    padding: .75em 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.breadcrumbs__item,
.breadcrumbs__divider {
    display: inline-block
}

.breadcrumbs__divider {
    color: rgba(17, 17, 17, 0.2);
    margin: 0 4px
}

.breadcrumbs__item:hover {
    text-decoration: underline
}

.header {
    margin-bottom: 1.5em
}

.header__top {
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(17, 17, 17, 0.1);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(17, 17, 17, 0.1);
    box-shadow: inset 0 -1px 0 0 rgba(17, 17, 17, 0.1)
}

.header__top .column {
    padding-bottom: 0
}

.header__top .nav__a {
    padding: .9em .9em .95em
}

.header__top .dropdown__a {
    padding: .6em .9em;
    color: rgba(17, 17, 17, 0.6)
}

.header__top .dropdown__a:active,
.header__top .dropdown__a:focus {
    color: rgba(17, 17, 17, 0.75)
}

.header__top .nav--top .nav__li:first-child>a {
    padding-left: 0
}

.header__top .socials-block {
    float: right
}

.header__top .socials-block a:last-child {
    padding-right: 0
}

.header__middle {
    margin: 1.5em 0
}

.header-banner__a {
    display: inline-block;
    max-width: 640px
}

.header-auth {
    font-size: 0;
    white-space: nowrap
}

.header-auth--authorificated>.btn {
    border: none;
    padding: 0
}

.header-auth--authorificated .btn {
    width: 100%;
    text-align: center;
    cursor: pointer
}

.header-auth .btn {
    font-size: 1rem;
    margin-right: .9rem
}

.header-auth .btn:last-child {
    margin-right: 0
}

.header-auth .btn i {
    margin-right: 3px
}

.header-auth-wrap {
    position: relative
}

.header-auth-wrap .header-auth-menu {
    visibility: hidden;
    opacity: 0;
    top: 20px;
    font-weight: normal
}

.header-auth-wrap:hover .header-auth>.btn>a {
    color: #fff
}

.header-auth-wrap:hover .header-auth-menu {
    visibility: visible;
    -webkit-transition: .3s opacity, .2s top;
    -o-transition: .3s opacity, .2s top;
    -moz-transition: .3s opacity, .2s top;
    transition: .3s opacity, .2s top;
    opacity: 1;
    height: auto;
    overflow: inherit;
    top: 40px
}

.header-auth-menu {
    position: absolute;
    height: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    z-index: 18
}

.nav {
    font-size: 1rem
}

.nav .open_subs_link {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    background: transparent;
    -webkit-transition: .15s;
    -o-transition: .15s;
    -moz-transition: .15s;
    transition: .15s;
    display: none
}

.nav .open_subs_link:hover {
    background: rgba(0, 0, 0, 0.1)
}

.nav .open_subs_link>.sub-hide {
    display: none
}

.nav .nav__li.active>.open_subs_link>.sub-hide,
.nav .dropdown__li.active>.open_subs_link>.sub-hide {
    display: inline
}

.nav .nav__li.active>.open_subs_link>.sub-show,
.nav .dropdown__li.active>.open_subs_link>.sub-show {
    display: none
}

.nav .dropdown__li .open_subs_link {
    color: #333
}

.nav__a {
    padding: 1.1em 1.2em;
    color: #111;
    text-decoration: none;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    transition: .1s ease-out
}

.nav__a:hover {
    -webkit-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    transition: .1s ease-in
}

.nav--wide .nav__ul {
    display: table;
    width: 100%
}

.nav--wide .nav__li {
    display: table-cell;
    text-align: center
}

.nav--filled {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.nav--filled .nav__ul {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.nav--filled .nav__li {
    border-right: 1px solid rgba(17, 17, 17, 0.1)
}

.nav--filled .nav__li:first-child {
    border-left: 1px solid rgba(17, 17, 17, 0.1)
}

.nav--tabs {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    margin-bottom: 20px
}

.nav--tabs .nav__a {
    padding: .8em 1.2em;
    border-right: 1px solid rgba(17, 17, 17, 0.1)
}

.nav--simple {
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: #ffffff
}

.nav--simple .nav__li {
    vertical-align: bottom
}

.nav--simple .nav__li:first-child {
    border-left: none
}

.nav--simple .nav__li.active {
    background: rgba(17, 17, 17, 0.05)
}

.nav--vertical .nav__li {
    display: block
}

.nav--vertical .nav__li .nav__a {
    padding: .5em 0
}

.nav--vertical .nav__ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.nav--vertical .nav__ul .nav__ul {
    border-top: 1px solid rgba(17, 17, 17, 0.1)
}

.nav--vertical .nav__ul .nav__ul .nav__a {
    padding: .5em 0
}

.nav--vertical .nav__ul .nav__ul .nav__a:before {
    content: '-';
    margin-right: 3px
}

.nav--vertical .nav__ul .nav__ul .nav__ul .nav__a {
    padding: .5em 1.5em
}

.nav--vertical.nav--filled .nav__li {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1)
}

.nav--vertical.nav--filled .nav__li:last-child {
    border-bottom: none
}

.nav--colored-vertical .nav__li {
    border-right: none;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1)
}

.nav--colored-vertical .nav__li:first-child {
    border-left: none
}

.nav--colored-vertical .nav__li.folder .nav__a,
.nav--colored-vertical .nav__li.folder .dropdown__a {
    padding-right: 43px
}

.nav--colored-vertical .nav__li .nav__a {
    padding: .8em 1em
}

.nav--colored-vertical .nav__li:first-of-type .nav__a {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.nav--colored-vertical .nav__li:last-of-type {
    border-bottom: none
}

.nav--colored-vertical .nav__li:last-of-type .nav__a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.nav--colored-vertical .dropdown,
.nav--colored-vertical .dropdown .dropdown {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1
}

.nav--colored-vertical .active {
    height: 100%
}

.nav--colored-vertical .active>.dropdown {
    display: block
}

.nav--colored-vertical a {
    background-image: none !important
}

.nav--colored-vertical .open_subs_link {
    display: block
}

.nav__li {
    position: relative
}

.nav__li--border-bottom .nav__a {
    font-weight: 500;
    border-bottom: 2px solid
}

.nav__li--search {
    vertical-align: bottom
}

.nav__li--search a {
    font-size: 1.5em;
    padding: .6em .8em;
    line-height: 1
}

.nav__li:nth-last-child(1) .dropdown,
.nav__li:nth-last-child(2) .dropdown,
.nav__li:last-child .dropdown {
    right: 0
}

.nav__li:nth-last-child(1) .dropdown .dropdown,
.nav__li:nth-last-child(2) .dropdown .dropdown,
.nav__li:last-child .dropdown .dropdown {
    right: inherit;
    left: -100%
}

.nav__li:hover>.dropdown {
    visibility: visible;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    opacity: 1
}

.nav--red {
    background-color: #ea453f
}

.nav--red .nav__li:hover>.nav__a {
    background: #df342f
}

.nav--red .nav__a {
    color: #fff
}

.nav--red .nav__a:hover {
    background: #df342f
}

.nav--red .nav__a:active,
.nav--red .nav__a:focus {
    background: #d52220
}

.nav--red .nav__li.active .nav__a,
.nav--red .nav__li.selected .nav__a {
    background: #d52220
}

.nav--red.nav--invert {
    background: transparent
}

.nav--red.nav--invert .nav__li:hover>.nav__a {
    color: #ca1010;
    background: transparent
}

.nav--red.nav--invert .nav__a {
    color: #f4574e;
    background: transparent
}

.nav--red.nav--invert .nav__a:hover,
.nav--red.nav--invert .nav__a:active,
.nav--red.nav--invert .nav__a:focus {
    color: #ca1010
}

.nav--red.nav--invert .nav__li.active .nav__li.selected .nav__a {
    color: #ca1010;
    background: transparent
}

.nav--orange {
    background-color: #fa9626
}

.nav--orange .nav__li:hover>.nav__a {
    background: #f89020
}

.nav--orange .nav__a {
    color: #fff
}

.nav--orange .nav__a:hover {
    background: #f89020
}

.nav--orange .nav__a:active,
.nav--orange .nav__a:focus {
    background: #f58b1b
}

.nav--orange .nav__li.active .nav__a,
.nav--orange .nav__li.selected .nav__a {
    background: #f58b1b
}

.nav--orange.nav--invert {
    background: transparent
}

.nav--orange.nav--invert .nav__li:hover>.nav__a {
    color: #f38515;
    background: transparent
}

.nav--orange.nav--invert .nav__a {
    color: #fd9b2b;
    background: transparent
}

.nav--orange.nav--invert .nav__a:hover,
.nav--orange.nav--invert .nav__a:active,
.nav--orange.nav--invert .nav__a:focus {
    color: #f38515
}

.nav--orange.nav--invert .nav__li.active .nav__li.selected .nav__a {
    color: #f38515;
    background: transparent
}

.nav--olive {
    background-color: #a5bc41
}

.nav--olive .nav__li:hover>.nav__a {
    background: #9db53b
}

.nav--olive .nav__a {
    color: #fff
}

.nav--olive .nav__a:hover {
    background: #9db53b
}

.nav--olive .nav__a:active,
.nav--olive .nav__a:focus {
    background: #96ad34
}

.nav--olive .nav__li.active .nav__a,
.nav--olive .nav__li.selected .nav__a {
    background: #96ad34
}

.nav--olive.nav--invert {
    background: transparent
}

.nav--olive.nav--invert .nav__li:hover>.nav__a {
    color: #8ea52e;
    background: transparent
}

.nav--olive.nav--invert .nav__a {
    color: #acc448;
    background: transparent
}

.nav--olive.nav--invert .nav__a:hover,
.nav--olive.nav--invert .nav__a:active,
.nav--olive.nav--invert .nav__a:focus {
    color: #8ea52e
}

.nav--olive.nav--invert .nav__li.active .nav__li.selected .nav__a {
    color: #8ea52e;
    background: transparent
}

.nav--green {
    background-color: #21bc3a
}

.nav--green .nav__li:hover>.nav__a {
    background: #1bb438
}

.nav--green .nav__a {
    color: #fff
}

.nav--green .nav__a:hover {
    background: #1bb438
}

.nav--green .nav__a:active,
.nav--green .nav__a:focus {
    background: #14ac35
}

.nav--green .nav__li.active .nav__a,
.nav--green .nav__li.selected .nav__a {
    background: #14ac35
}

.nav--green.nav--invert {
    background: transparent
}

.nav--green.nav--invert .nav__li:hover>.nav__a {
    color: #0ea432;
    background: transparent
}

.nav--green.nav--invert .nav__a {
    color: #28c43d;
    background: transparent
}

.nav--green.nav--invert .nav__a:hover,
.nav--green.nav--invert .nav__a:active,
.nav--green.nav--invert .nav__a:focus {
    color: #0ea432
}

.nav--green.nav--invert .nav__li.active .nav__li.selected .nav__a {
    color: #0ea432;
    background: transparent
}

.nav--teal {
    background-color: #2cb5b2
}

.nav--teal .nav__li:hover>.nav__a {
    background: #1da7a4
}

.nav--teal .nav__a {
    color: #fff
}

.nav--teal .nav__a:hover {
    background: #1da7a4
}

.nav--teal .nav__a:active,
.nav--teal .nav__a:focus {
    background: #0f9a95
}

.nav--teal .nav__li.active .nav__a,
.nav--teal .nav__li.selected .nav__a {
    background: #0f9a95
}

.nav--teal.nav--invert {
    background: transparent
}

.nav--teal.nav--invert .nav__li:hover>.nav__a {
    color: #008c86;
    background: transparent
}

.nav--teal.nav--invert .nav__a {
    color: #3ac2c1;
    background: transparent
}

.nav--teal.nav--invert .nav__a:hover,
.nav--teal.nav--invert .nav__a:active,
.nav--teal.nav--invert .nav__a:focus {
    color: #008c86
}

.nav--teal.nav--invert .nav__li.active .nav__li.selected .nav__a {
    color: #008c86;
    background: transparent
}

.nav--blue {
    background-color: #38a5e4
}

.nav--blue .nav__li:hover>.nav__a {
    background: #2994d6
}

.nav--blue .nav__a {
    color: #fff
}

.nav--blue .nav__a:hover {
    background: #2994d6
}

.nav--blue .nav__a:active,
.nav--blue .nav__a:focus {
    background: #1b82c9
}

.nav--blue .nav__li.active .nav__a,
.nav--blue .nav__li.selected .nav__a {
    background: #1b82c9
}

.nav--blue.nav--invert {
    background: transparent
}

.nav--blue.nav--invert .nav__li:hover>.nav__a {
    color: #0d71bb;
    background: transparent
}

.nav--blue.nav--invert .nav__a {
    color: #46b7f1;
    background: transparent
}

.nav--blue.nav--invert .nav__a:hover,
.nav--blue.nav--invert .nav__a:active,
.nav--blue.nav--invert .nav__a:focus {
    color: #0d71bb
}

.nav--blue.nav--invert .nav__li.active .nav__li.selected .nav__a {
    color: #0d71bb;
    background: transparent
}

.nav--violet {
    background-color: #8164df
}

.nav--violet .nav__li:hover>.nav__a {
    background: #704dd1
}

.nav--violet .nav__a {
    color: #fff
}

.nav--violet .nav__a:hover {
    background: #704dd1
}

.nav--violet .nav__a:active,
.nav--violet .nav__a:focus {
    background: #6037c3
}

.nav--violet .nav__li.active .nav__a,
.nav--violet .nav__li.selected .nav__a {
    background: #6037c3
}

.nav--violet.nav--invert {
    background: transparent
}

.nav--violet.nav--invert .nav__li:hover>.nav__a {
    color: #4f20b5;
    background: transparent
}

.nav--violet.nav--invert .nav__a {
    color: #917aed;
    background: transparent
}

.nav--violet.nav--invert .nav__a:hover,
.nav--violet.nav--invert .nav__a:active,
.nav--violet.nav--invert .nav__a:focus {
    color: #4f20b5
}

.nav--violet.nav--invert .nav__li.active .nav__li.selected .nav__a {
    color: #4f20b5;
    background: transparent
}

.nav--purple {
    background-color: #bd51e1
}

.nav--purple .nav__li:hover>.nav__a {
    background: #ae40d2
}

.nav--purple .nav__a {
    color: #fff
}

.nav--purple .nav__a:hover {
    background: #ae40d2
}

.nav--purple .nav__a:active,
.nav--purple .nav__a:focus {
    background: #9e2fc3
}

.nav--purple .nav__li.active .nav__a,
.nav--purple .nav__li.selected .nav__a {
    background: #9e2fc3
}

.nav--purple.nav--invert {
    background: transparent
}

.nav--purple.nav--invert .nav__li:hover>.nav__a {
    color: #8f1eb4;
    background: transparent
}

.nav--purple.nav--invert .nav__a {
    color: #cd62f0;
    background: transparent
}

.nav--purple.nav--invert .nav__a:hover,
.nav--purple.nav--invert .nav__a:active,
.nav--purple.nav--invert .nav__a:focus {
    color: #8f1eb4
}

.nav--purple.nav--invert .nav__li.active .nav__li.selected .nav__a {
    color: #8f1eb4;
    background: transparent
}

.nav--pink {
    background-color: #f35bbb
}

.nav--pink .nav__li:hover>.nav__a {
    background: #ed42a9
}

.nav--pink .nav__a {
    color: #fff
}

.nav--pink .nav__a:hover {
    background: #ed42a9
}

.nav--pink .nav__a:active,
.nav--pink .nav__a:focus {
    background: #e72897
}

.nav--pink .nav__li.active .nav__a,
.nav--pink .nav__li.selected .nav__a {
    background: #e72897
}

.nav--pink.nav--invert {
    background: transparent
}

.nav--pink.nav--invert .nav__li:hover>.nav__a {
    color: #e10f85;
    background: transparent
}

.nav--pink.nav--invert .nav__a {
    color: #f975cd;
    background: transparent
}

.nav--pink.nav--invert .nav__a:hover,
.nav--pink.nav--invert .nav__a:active,
.nav--pink.nav--invert .nav__a:focus {
    color: #e10f85
}

.nav--pink.nav--invert .nav__li.active .nav__li.selected .nav__a {
    color: #e10f85;
    background: transparent
}

.nav--brown {
    background-color: #b98969
}

.nav--brown .nav__li:hover>.nav__a {
    background: #b78362
}

.nav--brown .nav__a {
    color: #fff
}

.nav--brown .nav__a:hover {
    background: #b78362
}

.nav--brown .nav__a:active,
.nav--brown .nav__a:focus {
    background: #b47c5c
}

.nav--brown .nav__li.active .nav__a,
.nav--brown .nav__li.selected .nav__a {
    background: #b47c5c
}

.nav--brown.nav--invert {
    background: transparent
}

.nav--brown.nav--invert .nav__li:hover>.nav__a {
    color: #b17556;
    background: transparent
}

.nav--brown.nav--invert .nav__a {
    color: #bc906f;
    background: transparent
}

.nav--brown.nav--invert .nav__a:hover,
.nav--brown.nav--invert .nav__a:active,
.nav--brown.nav--invert .nav__a:focus {
    color: #b17556
}

.nav--brown.nav--invert .nav__li.active .nav__li.selected .nav__a {
    color: #b17556;
    background: transparent
}

.nav--grey {
    background-color: #747474
}

.nav--grey .nav__li:hover>.nav__a {
    background: dimgray
}

.nav--grey .nav__a {
    color: #fff
}

.nav--grey .nav__a:hover {
    background: dimgray
}

.nav--grey .nav__a:active,
.nav--grey .nav__a:focus {
    background: #5f5f5f
}

.nav--grey .nav__li.active .nav__a,
.nav--grey .nav__li.selected .nav__a {
    background: #5f5f5f
}

.nav--grey.nav--invert {
    background: transparent
}

.nav--grey.nav--invert .nav__li:hover>.nav__a {
    color: #555;
    background: transparent
}

.nav--grey.nav--invert .nav__a {
    color: #7e7e7e;
    background: transparent
}

.nav--grey.nav--invert .nav__a:hover,
.nav--grey.nav--invert .nav__a:active,
.nav--grey.nav--invert .nav__a:focus {
    color: #555
}

.nav--grey.nav--invert .nav__li.active .nav__li.selected .nav__a {
    color: #555;
    background: transparent
}

.nav--black {
    background-color: #1f1f1f
}

.nav--black .nav__li:hover>.nav__a {
    background: #252525
}

.nav--black .nav__a {
    color: #fff
}

.nav--black .nav__a:hover {
    background: #252525
}

.nav--black .nav__a:active,
.nav--black .nav__a:focus {
    background: #2c2c2c
}

.nav--black .nav__li.active .nav__a,
.nav--black .nav__li.selected .nav__a {
    background: #2c2c2c
}

.nav--black.nav--invert {
    background: transparent
}

.nav--black.nav--invert .nav__li:hover>.nav__a {
    color: #333;
    background: transparent
}

.nav--black.nav--invert .nav__a {
    color: #181818;
    background: transparent
}

.nav--black.nav--invert .nav__a:hover,
.nav--black.nav--invert .nav__a:active,
.nav--black.nav--invert .nav__a:focus {
    color: #333
}

.nav--black.nav--invert .nav__li.active .nav__li.selected .nav__a {
    color: #333;
    background: transparent
}

header.header__middle .nav__li .nav__a,
header.header__bottom .nav__li .nav__a,
main .dropdown__li .dropdown__a,
main .nav__li .nav__a {
    min-height: 40px
}

.dropdown {
    position: absolute;
    min-width: 180px;
    -webkit-box-shadow: 0 2px 8px rgba(17, 17, 17, 0.4);
    -moz-box-shadow: 0 2px 8px rgba(17, 17, 17, 0.4);
    box-shadow: 0 2px 8px rgba(17, 17, 17, 0.4);
    z-index: 2;
    visibility: hidden;
    opacity: 0
}

.dropdown--visible {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: initial;
    left: 0
}

.dropdown--visible .dropdown {
    left: -100%;
    width: 100%;
    top: 0
}

.dropdown--visible.dropdown--right .dropdown {
    left: inherit;
    right: -100%
}

.dropdown__li {
    text-align: left;
    background: #fff;
    display: block;
    width: auto;
    border: none;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    position: relative
}

.dropdown__li:hover>.dropdown {
    visibility: visible;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    opacity: 1;
    top: 0;
    right: -100%
}

.dropdown__li:hover>.dropdown__a {
    background: rgba(17, 17, 17, 0.05);
    -webkit-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    transition: .1s ease-in
}

.dropdown__li.active>.dropdown__a {
    background: rgba(17, 17, 17, 0.08);
    -webkit-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    transition: .1s ease-in
}

.dropdown__a {
    padding: .8em 1.2em;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    transition: .1s ease-out;
    color: rgba(17, 17, 17, 0.75);
    text-decoration: none
}

.dropdown .dropdown {
    visibility: hidden;
    opacity: 0
}

.dropdown .dropdown .dropdown__li {
    text-align: left;
    background: #f7f7f7
}

.socials-block {
    font-size: 0;
    white-space: nowrap
}

.socials-block__text {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em
}

.socials-block__a {
    padding: 1em .6em  .8em .3em;
    font-size: 1.1rem;
    text-decoration: none;
    color: rgba(17, 17, 17, 0.6);
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.socials-block__a:hover,
.socials-block__a:focus {
    color: #fff
}

.socials-block__a--vk:hover,
.socials-block__a--vk:focus {
    color: #2cb5b2
}

.socials-block__a--fb:hover,
.socials-block__a--fb:focus {
    color: #4458a8
}

.socials-block__a--tw:hover,
.socials-block__a--tw:focus {
    color: #55acee
}

.socials-block__a--ok:hover,
.socials-block__a--ok:focus {
    color: #f58220
}

.news-ticker {
    position: relative;
    margin: 1.5em 0;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    border-bottom: 1px solid rgba(17, 17, 17, 0.1)
}

.news-ticker__title {
    float: left;
    padding: 0.6em .75em .6em 0;
    margin: .4em .75em .4em 0;
    border-right: 1px solid rgba(17, 17, 17, 0.1);
    font-weight: 500
}

.news-ticker__items {
    overflow: hidden;
    white-space: nowrap;
    height: 3.15em;
    visibility: hidden;
    max-height: 60px;
    opacity: 0
}

.news-ticker__items.slick-initialized {
    height: auto;
    max-height: initial;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.news-ticker__items .slick-arrow {
    position: absolute;
    padding: .4em .7em;
    top: 0;
    cursor: pointer
}

.news-ticker__items .slick-arrow.prev {
    right: 35px
}

.news-ticker__items .slick-arrow.next {
    right: 0
}

.news-ticker__item {
    padding: 1em 0;
    outline: none;
    display: block;
    position: relative;
    overflow: hidden;
    margin-right: 5em
}

.news-ticker__controls {
    position: absolute;
    right: 0;
    top: .5em;
    bottom: 0;
    background: #fff;
    padding-left: .3em
}

.news-ticker__control {
    float: left
}

.news-ticker__control--next {
    margin-left: .5em
}

.list-block__item {
    display: block;
    padding: 0 0 1em;
    -webkit-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    -moz-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    border: 1px solid rgba(17, 17, 17, 0.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: rgba(17, 17, 17, 0.6);
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px
}

.list-block__item:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    -moz-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    color: rgba(17, 17, 17, 0.65);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.list-block__image {
    height: 190px;
    font-size: .85em;
    position: relative;
    margin: 0 0 1em;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.list-block__image--empty {
    height: 45px
}

.list-block__image--empty .list-block__panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    color: inherit;
    opacity: 0.9;
    font-weight: normal
}

.list-block__image--empty .list-block__date-time .time {
    font-weight: 500
}

.list-block__panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100% 1.15em 1em;
    color: #fff;
    -webkit-box-shadow: inset 0 -6em 6em -6em #000;
    -moz-box-shadow: inset 0 -6em 6em -6em #000;
    box-shadow: inset 0 -6em 6em -6em #000;
    font-weight: 500
}

.list-block__panel i {
    margin-right: 2px
}

.list-block__date-time {
    float: left
}

.list-block__date-time .time {
    margin-left: 5px;
    font-weight: 600
}

.list-block__date-time .time i {
    margin-right: 3px
}

.list-block__comments-views {
    float: right
}

.list-block__comments-views .views {
    margin-left: 4px
}

.list-block__title {
    padding: 0 .65em
}

.list-block__text {
    padding: 0 1em
}

.list__item {
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    -moz-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    border: 1px solid rgba(17, 17, 17, 0.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: rgba(17, 17, 17, 0.6);
    position: relative;
    display: table;
    width: 100%;
    min-height: 120px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.list__item:last-child {
    margin-bottom: 0
}

.list__item:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    -moz-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    color: rgba(17, 17, 17, 0.65);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.list__item>.left {
    display: table-cell;
    width: 160px
}

.list__item>.right {
    display: table-cell;
    padding: 1em
}

.list__item--large {
    min-height: 200px
}

.list__item--large .list__image {
    width: 280px
}

.list__item--small {
    min-height: 90px
}

.list__item--small .list__image {
    width: 90px
}

.list__read-more {
    padding-top: 1em
}

.list__image {
    display: block;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.list__description {
    margin-bottom: .2em;
    margin-top: 1em
}

.list__description p {
    margin-bottom: .2em
}

.list__description a {
    text-decoration: underline
}

.list__panel {
    display: inline-block;
    width: 100%;
    margin-bottom: .75em
}

.list__panel--bottom {
    margin-bottom: 0;
    margin-top: 1em
}

.list__panel--bottom>.author {
    float: left;
    margin-top: 7px
}

.list__panel--bottom>.btn {
    float: right
}

.list__panel i {
    margin-right: 2px
}

.list__date-time {
    float: left;
    font-size: .95em
}

.list__date-time .time {
    margin-left: 4px;
    font-weight: 500;
    font-size: .9em
}

.list__date-time .time i {
    margin-right: 3px
}

.list__comments-views {
    font-size: .95em;
    float: right
}

.list__comments-views .views {
    margin-left: 4px
}

.category-label {
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block
}

.category-label__a {
    color: #fff;
    display: block;
    padding: .4em 1em;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.category-label__a:hover,
.category-label__a:active,
.category-label__a:focus {
    color: #fff;
    text-decoration: underline
}

.category-label--top {
    position: absolute;
    left: -10px;
    top: 10px
}

.category-label--top:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    left: 0;
    top: 100%
}

.category-label--simple {
    top: 1em;
    left: 1em
}

.category-label--simple .category-label__a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.category-label--simple:before {
    display: none
}

.category-label--inverted .category-label__a {
    color: inherit;
    border: 1px solid;
    background: #fff
}

.category-label--date {
    left: -8px;
    pointer-events: none
}

.category-label--date .category-label__a {
    font-weight: 500
}

.category-label--date:before {
    border-width: 5px 0 5px 5px
}

.category-label--date i {
    margin-right: 4px
}

#comments_list {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 20px
}

#comments_list .comments-item__source,
#comments_list .comments-item {
    border-bottom: none;
    padding-bottom: 0
}

#comments_list .comments-item {
    margin-bottom: 0;
    padding: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#comments_list .selected-comment {
    -webkit-box-shadow: 1px 1px 10px rgba(17, 17, 17, 0.1);
    -moz-box-shadow: 1px 1px 10px rgba(17, 17, 17, 0.1);
    box-shadow: 1px 1px 10px rgba(17, 17, 17, 0.1)
}

#comments_list .comment__level {
    position: relative
}

#comments_list .btns {
    font-size: .9em;
    margin-top: 10px
}

#comments_list .btns .btn {
    margin-right: 5px
}

#comments_list.index-page {
    font-size: 15px
}

#comments_list.index-page .comments-item {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    padding: 0 0 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#comments_list.index-page .comments__header {
    width: 100%
}

#comments_list.index-page .body {
    display: none
}

#comments_list.index-page span.name {
    display: block;
    margin-top: 10px
}

.comments i {
    margin-right: 1px
}

.comments-item {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1)
}

.comments-item .comments__header {
    width: auto;
    font-size: 15px
}

.comments-item .comments__header .author {
    margin-right: 20px;
    margin-top: 1px
}

.comments-item .comments__header .nav {
    font-size: 1rem;
    margin-left: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid;
    color: #888;
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: top;
    margin-top: -4px;
    border-right: none
}

.comments-item .comments__header .nav a {
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    border-right: 1px solid #888;
    float: left
}

.comments-item .comments__header .nav a:hover {
    background: rgba(17, 17, 17, 0.05)
}

.comments-item .comments__header .nav a:active,
.comments-item .comments__header .nav a:focus {
    background: rgba(17, 17, 17, 0.1)
}

.comments-item:last-child .comments-item__source {
    border-bottom: none
}

.comments-item>div {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.comments-item__date-time {
    float: right;
    font-size: .8em;
    margin-top: 2px;
    color: rgba(17, 17, 17, 0.7)
}

.comments-item__date-time .time {
    font-weight: 500;
    margin-left: 4px
}

.comments-item .avatar {
    margin-right: 15px;
    float: left
}

.comments-item__text {
    display: table;
    padding: .75em 1em;
    min-height: 60px;
    font-size: .95em;
    background: #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    color: rgba(17, 17, 17, 0.7)
}

.comments-item__text a {
    opacity: .8;
}

.comments-item__text-inner {
    display: table-cell;
    vertical-align: middle
}

.comments-item__text:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #f4f4f4;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    position: absolute;
    left: -12px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    top: 25px
}

.comments-item__source {
    font-size: .95em;
    margin-top: 0px;
    padding: 10px 0 15px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1)
}

.author {
    font-size: .9em;
    font-weight: 500
}

.author i {
    position: relative;
    top: 1px
}

.author--comments {
    float: left;
    margin-bottom: 10px;
    max-width: 145px
}

.avatar {
    width: 60px;
    height: 60px
}

.avatar--circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.tab-body {
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    transform: translateY(0.5em)
}

.tab-body--active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .8s ease, -webkit-transform 1s ease;
    transition: opacity .8s ease, -webkit-transform 1s ease;
    -o-transition: opacity .8s ease, -o-transform 1s ease;
    -moz-transition: opacity .8s ease, transform 1s ease, -moz-transform 1s ease;
    transition: opacity .8s ease, transform 1s ease;
    transition: opacity .8s ease, transform 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: inherit
}

.user {
    width: 100%;
    font-size: 1.1em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    -moz-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    border: 1px solid rgba(17, 17, 17, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.user:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    -moz-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.user i {
    margin-right: 2px
}

.user .position {
    position: absolute;
    left: 5px;
    top: 5px;
    text-align: left
}

.user .position>div {
    height: 16px
}

.user .position .text {
    line-height: 16px;
    font-size: 14px;
    color: #888;
    padding: 0 3px
}

.user__columns {
    width: 100%;
    display: table;
    padding: 1em;
    position: relative;
    max-width: 100%
}

.user__columns--username-only {
    padding: 1em;
    margin-top: 1em;
    border-top: 1px solid rgba(17, 17, 17, 0.1)
}

.user__columns--username-only .user__name {
    border: none;
    padding: 0;
    margin: 0
}

.user__columns--in-list {
    margin: 1em -1em -1em;
    display: block;
    width: auto
}

.user__left {
    display: table-cell;
    vertical-align: middle;
    width: 60px
}

.user__left--align-top {
    vertical-align: top
}

.user__right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px
}

.user__right--align-top {
    vertical-align: top
}

.user__name {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1)
}

.user__name a {
    margin-right: 5px;
    margin-bottom: 3px;
    vertical-align: bottom;
    display: inline-block
}

.user__name .is_online,
.user__name .was_online {
    color: #FFF;
    padding: 3px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: top
}

.user__name .was_online {
    background: #999
}

.user__friends,
.user__comments,
.user__rating,
.user__more-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: .85em
}

.user__more-link {
    margin-left: 5px
}

.user__karma {
    position: absolute;
    right: -32px;
    top: -32px;
    cursor: default;
    color: #fff;
    width: 64px;
    height: 64px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.user__karma span {
    padding-top: 48px;
    display: block;
    font-size: .8em;
    font-weight: bold
}

.user__act img {
    margin-top: 15px
}

.user__act .details {
    margin-top: 10px
}

.user__act .details i {
    margin-right: 3px;
    vertical-align: bottom
}

.user__act .images {
    margin: 10px -5px -5px;
    width: 100%;
    display: table;
    table-layout: fixed
}

.user__act .images .image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

.user__act .images .image img {
    margin: 5px 4px
}

.instagram {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    transform: translateY(0.5em)
}

.instagram--loaded {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .8s ease, -webkit-transform 1s ease;
    transition: opacity .8s ease, -webkit-transform 1s ease;
    -o-transition: opacity .8s ease, -o-transform 1s ease;
    -moz-transition: opacity .8s ease, transform 1s ease, -moz-transform 1s ease;
    transition: opacity .8s ease, transform 1s ease;
    transition: opacity .8s ease, transform 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    visibility: visible;
    opacity: 1
}

.instagram__list {
    margin: -8px;
    display: inline-block;
    text-align: justify;
    font-size: 0
}

.instagram__list:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px
}

.instagram__item {
    width: 145px;
    display: inline-block;
    vertical-align: middle;
    padding: 8px;
    position: relative
}

.instagram__item img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    -moz-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    box-shadow: 2px 2px 8px rgba(17, 17, 17, 0)
}

.instagram__item img:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    -moz-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2)
}

.instagram__header {
    margin-bottom: 16px;
    -webkit-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    -moz-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    border: 1px solid rgba(17, 17, 17, 0.1);
    padding: 1.1em 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: table;
    width: 100%
}

.instagram__header>div {
    display: table-cell;
    vertical-align: middle
}

.instagram__header .instagram__link {
    display: inline-block;
    vertical-align: middle
}

.instagram__header .instagram__avatar {
    width: 75px
}

.instagram__header .instagram__name {
    font-size: 1.3em;
    margin-right: 20px;
    padding-right: 30px
}

.instagram__header .instagram__follow {
    text-align: right
}

.block-item {
    font-size: 1.1em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    -moz-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    border: 1px solid rgba(17, 17, 17, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 12px;
    overflow: hidden;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    color: rgba(17, 17, 17, 0.6)
}

.block-item:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    -moz-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    color: rgba(17, 17, 17, 0.65)
}

.block-item__description {
    padding: 0 1em 0;
    margin-top: 0.5em
}

.block-item__description p {
    margin-top: 0;
    margin-bottom: 0.7em
}

.block-item__read-more {
    padding: 0 1em 0;
    margin-top: 0.8em
}

.block-item--activity {
    padding-top: 1.8em;
    color: rgba(17, 17, 17, 0.55);
    overflow: inherit
}

.block-item--activity .user__columns {
    font-size: .9em;
    line-height: 1.3
}

.block-item--activity .user__right {
    padding-top: .4em
}

.masonry-layout .list-block__item {
    height: auto !important
}

.masonry-layout__item {
    background: #fff;
    opacity: 0
}

.masonry-layout__item--loaded {
    margin-top: 0;
    -webkit-animation: fadeIn 1s ease;
    -moz-animation: fadeIn 1s ease;
    -o-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease;
    opacity: 1
}

.masonry-layout--js-columns {
    margin: -10px;
    position: relative
}

.masonry-layout--js-columns .masonry-layout__item {
    min-width: 260px;
    padding: 10px 10px 0
}

.masonry-layout--js-columns .community__item:last-child {
    margin-bottom: 10px
}

.masonry-layout--4-columns .masonry-layout__item {
    width: 25%
}

.masonry-layout--3-columns .masonry-layout__item {
    width: 33.33%
}

.masonry-layout--2-columns .masonry-layout__item {
    width: 50%
}

.masonry-layout--1-columns .masonry-layout__item {
    width: 100%
}

.stick-container {
    display: inline-block;
    width: 100%
}

.stick-container__element {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

.activity__time {
    position: absolute;
    top: 14px;
    right: 1em;
    font-size: 12px
}

.activity__time i {
    margin-right: 1px
}

.activity .action-remove {
    padding-left: 10px
}

.community {
    width: 100%;
    font-size: 1.1em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    -moz-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    border: 1px solid rgba(17, 17, 17, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.community__item {
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    -moz-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    border: 1px solid rgba(17, 17, 17, 0.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: rgba(17, 17, 17, 0.6);
    position: relative;
    display: table;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.community__item .position {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: 12px
}

.community__item .position>div {
    height: 16px
}

.community__item .position .text {
    line-height: 16px;
    font-size: 14px;
    color: #888
}

.community__item:last-child {
    margin-bottom: 0
}

.community__item .column__last {
    display: block;
    margin-top: 10px;
    font-size: 0.95em
}

.community__item .rate_value {
    border: none
}

.community__item:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    -moz-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    color: rgba(17, 17, 17, 0.65);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.community__item>.left {
    display: table-cell;
    width: 100px
}

.community__item>.right {
    display: table-cell;
    padding: 1em
}

.community__columns {
    width: 100%;
    display: table;
    padding: 1em;
    position: relative
}

.community__right {
    display: table-cell;
    vertical-align: middle;
    padding: 14px;
    overflow: hidden;
    position: relative
}

.community__name {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1)
}

.community__members,
.community__posts,
.community__more-link,
.community__rating {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: .85em
}

.community__members i,
.community__posts i,
.community__more-link i,
.community__rating i {
    margin-right: 2px
}

.community__act img {
    margin-top: 15px
}

.slider {
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

.slider-wrap {
    position: relative
}

.slider .slick-list {
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    position: relative
}

.slider .slick-track,
.slider-pager .slick-track {
    -webkit-transition-duration: 0.6s !important;
    -moz-transition-duration: 0.6s !important;
    -o-transition-duration: 0.6s !important;
    transition-duration: 0.6s !important
}

.slider__item {
    outline: none;
    border: none;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.slider__item--loaded .slider__description {
    visibility: visible;
    opacity: .8;
    right: 0
}

.slider__link {
    position: relative;
    display: block
}

.slider__link .list__panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1em;
    color: #fff;
    font-size: 1em
}

.slider__img {
    height: 360px;
    -webkit-box-shadow: 0 -80px 60px -60px rgba(0, 0, 0, 0.7) inset;
    -moz-box-shadow: 0 -80px 60px -60px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 0 -80px 60px -60px rgba(0, 0, 0, 0.7) inset
}

.slider-pager {
    overflow: hidden;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    display: block;
    -webkit-box-shadow: 0 -20px 30px -20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 -20px 30px -20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 -20px 30px -20px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-top: none
}

.slider-pager.slick-vertical {
    border-left: none;
    border-top: 1px solid rgba(17, 17, 17, 0.1)
}

.slider-pager__item {
    display: table-cell;
    vertical-align: middle;
    outline: none;
    position: relative;
    border-right: 1px solid rgba(17, 17, 17, 0.1);
    font-size: 1.1em;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    overflow: hidden
}

.slider-pager__item:hover {
    background: rgba(17, 17, 17, 0.05)
}

.slider-pager__item a {
    padding: 1em;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

.slider-pager__item.slick-current a {
    color: #fff !important
}

.slider-pager__item.slick-current .slider-pager__title {
    background: transparent
}

.slider-pager__item.slick-current .slider-pager__active {
    opacity: 1
}

.slider-pager__active {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 200px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.slider-pager.slick-vertical {
    width: 275px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: -20px 0 30px -20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -20px 0 30px -20px rgba(0, 0, 0, 0.35);
    box-shadow: -20px 0 30px -20px rgba(0, 0, 0, 0.35)
}

.slider-pager.slick-vertical .slider-pager__item {
    display: table;
    min-height: 90px;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    border-right: none
}

.slider-pager.slick-vertical .slider-pager__item .slider-pager__title {
    display: table-cell;
    vertical-align: middle
}

.slider.slick-vertical {
    margin-right: 275px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.slider.slick-vertical .slick-list {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.slider.slick-vertical .slider-pager {
    border-top: none
}

#controller_wrap .tags-wrap {
    font-size: 0;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%
}

#controller_wrap .tags-wrap .tag__item {
    font-size: 13px
}

.tags-wrap {
    margin: -5px
}

.tag__item {
    float: left;
    display: table;
    padding: .6em .7em;
    margin: 5px;
    font-size: .95em;
    position: relative;
    overflow: hidden;
    border: #e4e4e4 1px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.tag__item:hover,
.tag__item:active,
.tag__item:focus {
    text-decoration: underline
}

.search-form {
    position: relative;
    width: 650px
}

.search-form__input {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    outline: none;
    border: none;
    font-size: 21px;
    -webkit-appearance: none
}

.search-form__submit {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 60px;
    width: 60px;
    text-align: center;
    font-size: 36px;
    color: #777;
    background: #eee
}

.sticked-element {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

.karma .btn {
    font-size: 16px;
    padding: .6em
}

.karma .btn,
.karma .value {
    vertical-align: middle;
    float: left
}

.karma .value {
    padding: 4px 10px
}

.karma .negative {
    color: #333
}

.footer-inner {
    padding: 3em 0 .8em;
    margin-top: 2em;
    background: rgba(17, 17, 17, 0.05);
    color: #555;
    position: relative
}

.footer-inner .wrapper {
    background: transparent;
}

.footer-inner .widget__title {
    opacity: .9;
    margin-bottom: 1em
}

.footer-inner p {
    padding-right: 2em;
    line-height: 1.4;
    margin-bottom: 0
}

.footer .widget {
    margin-bottom: 20px
}

.footer-logo {
    max-width: 250px;
    margin-bottom: 1.4em
}

.copyright {
    display: table;
    width: 100%;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    padding-top: 1em;
    color: #777;
    opacity: .9
}

.copyright span {
    margin-left: 10px
}

.copyright span:first-child {
    margin-left: 0
}

.copyright__left {
    display: table-cell;
    vertical-align: middle
}

.copyright__right {
    display: table-cell;
    text-align: right;
    vertical-align: middle
}

.mtheme_name {
    font-size: 2.1em;
    margin: .5em 0;
    font-weight: 700
}

.arrow__go-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 21;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.arrow__go-top.arrow__go-top--visible {
    opacity: 1;
    visibility: visible
}

.btn {
    display: inline-block;
    vertical-align: middle;
    padding: .7em 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid;
    font-weight: 500;
    text-decoration: none;
    color: #111;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    transition: .1s ease-out
}

.btn--small {
    padding: 0.4em .75em
}

.btn--disable {
    pointer-events: none
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: #111;
    border-color: #111;
    color: #fff;
    -webkit-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    transition: .1s ease-in
}

.btn:hover,
.btn:active,
.btn:focus {
    color: #fff
}

.btn--red {
    color: #ff695e;
    border-color: #ff695e
}

.btn--red:hover {
    color: #fff;
    border-color: #f4574e;
    background-color: #f4574e
}

.btn--red:active,
.btn--red:focus {
    color: #fff;
    border-color: #ea453f;
    background-color: #ea453f
}

.btn--red.btn--invert {
    background-color: #df342f;
    border-color: #df342f;
    color: #fff
}

.btn--red.btn--invert:hover {
    background-color: #d52220;
    border-color: #d52220
}

.btn--red.btn--invert:active,
.btn--red.btn--invert:focus {
    background-color: #ca1010;
    border-color: #ca1010
}

.btn--orange {
    color: #ffa131;
    border-color: #ffa131
}

.btn--orange:hover {
    color: #fff;
    border-color: #fd9b2b;
    background-color: #fd9b2b
}

.btn--orange:active,
.btn--orange:focus {
    color: #fff;
    border-color: #fa9626;
    background-color: #fa9626
}

.btn--orange.btn--invert {
    background-color: #f89020;
    border-color: #f89020;
    color: #fff
}

.btn--orange.btn--invert:hover {
    background-color: #f58b1b;
    border-color: #f58b1b
}

.btn--orange.btn--invert:active,
.btn--orange.btn--invert:focus {
    background-color: #f38515;
    border-color: #f38515
}

.btn--olive {
    color: #b4cc4e;
    border-color: #b4cc4e
}

.btn--olive:hover {
    color: #fff;
    border-color: #acc448;
    background-color: #acc448
}

.btn--olive:active,
.btn--olive:focus {
    color: #fff;
    border-color: #a5bc41;
    background-color: #a5bc41
}

.btn--olive.btn--invert {
    background-color: #9db53b;
    border-color: #9db53b;
    color: #fff
}

.btn--olive.btn--invert:hover {
    background-color: #96ad34;
    border-color: #96ad34
}

.btn--olive.btn--invert:active,
.btn--olive.btn--invert:focus {
    background-color: #8ea52e;
    border-color: #8ea52e
}

.btn--green {
    color: #2ecc40;
    border-color: #2ecc40
}

.btn--green:hover {
    color: #fff;
    border-color: #28c43d;
    background-color: #28c43d
}

.btn--green:active,
.btn--green:focus {
    color: #fff;
    border-color: #21bc3a;
    background-color: #21bc3a
}

.btn--green.btn--invert {
    background-color: #1bb438;
    border-color: #1bb438;
    color: #fff
}

.btn--green.btn--invert:hover {
    background-color: #14ac35;
    border-color: #14ac35
}

.btn--green.btn--invert:active,
.btn--green.btn--invert:focus {
    background-color: #0ea432;
    border-color: #0ea432
}

.btn--teal {
    color: #49d0d0;
    border-color: #49d0d0
}

.btn--teal:hover {
    color: #fff;
    border-color: #3ac2c1;
    background-color: #3ac2c1
}

.btn--teal:active,
.btn--teal:focus {
    color: #fff;
    border-color: #2cb5b2;
    background-color: #2cb5b2
}

.btn--teal.btn--invert {
    background-color: #1da7a4;
    border-color: #1da7a4;
    color: #fff
}

.btn--teal.btn--invert:hover {
    background-color: #0f9a95;
    border-color: #0f9a95
}

.btn--teal.btn--invert:active,
.btn--teal.btn--invert:focus {
    background-color: #008c86;
    border-color: #008c86
}

.btn--blue {
    color: #54c8ff;
    border-color: #54c8ff
}

.btn--blue:hover {
    color: #fff;
    border-color: #46b7f1;
    background-color: #46b7f1
}

.btn--blue:active,
.btn--blue:focus {
    color: #fff;
    border-color: #38a5e4;
    background-color: #38a5e4
}

.btn--blue.btn--invert {
    background-color: #2994d6;
    border-color: #2994d6;
    color: #fff
}

.btn--blue.btn--invert:hover {
    background-color: #1b82c9;
    border-color: #1b82c9
}

.btn--blue.btn--invert:active,
.btn--blue.btn--invert:focus {
    background-color: #0d71bb;
    border-color: #0d71bb
}

.btn--violet {
    color: #a291fb;
    border-color: #a291fb
}

.btn--violet:hover {
    color: #fff;
    border-color: #917aed;
    background-color: #917aed
}

.btn--violet:active,
.btn--violet:focus {
    color: #fff;
    border-color: #8164df;
    background-color: #8164df
}

.btn--violet.btn--invert {
    background-color: #704dd1;
    border-color: #704dd1;
    color: #fff
}

.btn--violet.btn--invert:hover {
    background-color: #6037c3;
    border-color: #6037c3
}

.btn--violet.btn--invert:active,
.btn--violet.btn--invert:focus {
    background-color: #4f20b5;
    border-color: #4f20b5
}

.btn--purple {
    color: #dc73ff;
    border-color: #dc73ff
}

.btn--purple:hover {
    color: #fff;
    border-color: #cd62f0;
    background-color: #cd62f0
}

.btn--purple:active,
.btn--purple:focus {
    color: #fff;
    border-color: #bd51e1;
    background-color: #bd51e1
}

.btn--purple.btn--invert {
    background-color: #ae40d2;
    border-color: #ae40d2;
    color: #fff
}

.btn--purple.btn--invert:hover {
    background-color: #9e2fc3;
    border-color: #9e2fc3
}

.btn--purple.btn--invert:active,
.btn--purple.btn--invert:focus {
    background-color: #8f1eb4;
    border-color: #8f1eb4
}

.btn--pink {
    color: #ff8edf;
    border-color: #ff8edf
}

.btn--pink:hover {
    color: #fff;
    border-color: #f975cd;
    background-color: #f975cd
}

.btn--pink:active,
.btn--pink:focus {
    color: #fff;
    border-color: #f35bbb;
    background-color: #f35bbb
}

.btn--pink.btn--invert {
    background-color: #ed42a9;
    border-color: #ed42a9;
    color: #fff
}

.btn--pink.btn--invert:hover {
    background-color: #e72897;
    border-color: #e72897
}

.btn--pink.btn--invert:active,
.btn--pink.btn--invert:focus {
    background-color: #e10f85;
    border-color: #e10f85
}

.btn--brown {
    color: #bf9775;
    border-color: #bf9775
}

.btn--brown:hover {
    color: #fff;
    border-color: #bc906f;
    background-color: #bc906f
}

.btn--brown:active,
.btn--brown:focus {
    color: #fff;
    border-color: #b98969;
    background-color: #b98969
}

.btn--brown.btn--invert {
    background-color: #b78362;
    border-color: #b78362;
    color: #fff
}

.btn--brown.btn--invert:hover {
    background-color: #b47c5c;
    border-color: #b47c5c
}

.btn--brown.btn--invert:active,
.btn--brown.btn--invert:focus {
    background-color: #b17556;
    border-color: #b17556
}

.btn--grey {
    color: #888;
    border-color: #888
}

.btn--grey:hover {
    color: #fff;
    border-color: #7e7e7e;
    background-color: #7e7e7e
}

.btn--grey:active,
.btn--grey:focus {
    color: #fff;
    border-color: #747474;
    background-color: #747474
}

.btn--grey.btn--invert {
    background-color: dimgray;
    border-color: dimgray;
    color: #fff
}

.btn--grey.btn--invert:hover {
    background-color: #5f5f5f;
    border-color: #5f5f5f
}

.btn--grey.btn--invert:active,
.btn--grey.btn--invert:focus {
    background-color: #555;
    border-color: #555
}

.btn--black {
    color: #111;
    border-color: #111
}

.btn--black:hover {
    color: #fff;
    border-color: #181818;
    background-color: #181818
}

.btn--black:active,
.btn--black:focus {
    color: #fff;
    border-color: #1f1f1f;
    background-color: #1f1f1f
}

.btn--black.btn--invert {
    background-color: #252525;
    border-color: #252525;
    color: #fff
}

.btn--black.btn--invert:hover {
    background-color: #2c2c2c;
    border-color: #2c2c2c
}

.btn--black.btn--invert:active,
.btn--black.btn--invert:focus {
    background-color: #333;
    border-color: #333
}

.palette {
    padding: 5px;
    -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
    -moz-box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
    box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 106px;
    position: fixed;
    top: 50%;
    margin-top: -45px;
    left: -110px;
    z-index: 10;
    background: #fff;
    text-align: center;
    -webkit-transition: left 0.5s;
    -o-transition: left 0.5s;
    -moz-transition: left 0.5s;
    transition: left 0.5s
}

.palette.show {
    left: 0
}

.palette__icon {
    position: absolute;
    right: -50px;
    top: 0;
    font-size: 25px;
    color: #333;
    padding: 6px 10px;
    cursor: pointer;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
    -moz-box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
    box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.palette>a {
    display: block;
    float: left;
    padding: 0;
    width: 26px;
    height: 26px;
    margin: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

body .nyroModalLoad {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    display: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    opacity: 0;
    -webkit-animation: modal__pulsate 1s ease-out infinite;
    -moz-animation: modal__pulsate 1s ease-out infinite;
    -o-animation: modal__pulsate 1s ease-out infinite;
    animation: modal__pulsate 1s ease-out infinite;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    cursor: pointer
}

.modal__loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    display: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 49;
    border: 3px solid #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: modal__pulsate 1s ease-out infinite;
    -moz-animation: modal__pulsate 1s ease-out infinite;
    -o-animation: modal__pulsate 1s ease-out infinite;
    animation: modal__pulsate 1s ease-out infinite;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 48;
    visibility: hidden;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s
}

.modal__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table
}

.modal__control-close {
    right: -28px;
    top: -30px;
    position: absolute;
    color: #fff;
    font-size: 27px;
    line-height: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center
}

.modal__body-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 2em 3em
}

.modal__body {
    max-width: 650px;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 52
}

.nyroModalCloseButton {
    top: 0px;
    right: -32px;
    top: -21px;
    width: 16px;
    height: 16px;
    text-indent: -9999em;
    background-position: center center;
    z-index: 101
}

.nyroModalCont {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 30px
}

.nyroModalTitle {
    font-size: 18px;
    font-weight: 500
}

div#popup-manager.popup-show~* {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.nyroModalBg {
    opacity: .85
}

@-webkit-keyframes modal__pulsate {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-moz-keyframes modal__pulsate {
    0% {
        -moz-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-o-keyframes modal__pulsate {
    0% {
        -o-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes modal__pulsate {
    0% {
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -o-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes spin {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

html.hasModal {
    overflow: hidden
}

html.hasModal body {
    overflow: hidden
}

html.hasModal .wrapper {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease
}

html.hasModal .nyroModalCont .wrapper {
    -webkit-filter: none;
    filter: none
}

html.hasModal .modal {
    opacity: 1;
    visibility: visible
}

html.hasModal .modal__overlay {
    visibility: visible;
    opacity: .85;
    background: #000
}

html.hasModal .modal__loader,
html.hasModal .modal__controls {
    display: block
}

html.hasModal.hasNav .modal__overlay {
    opacity: 0
}

.modal__body iframe {
    min-width: 600px
}

.modal__body>* {
    visibility: hidden;
    opacity: 0
}

.modal__body>*.instagram-media-rendered,
.modal__body>*.loaded {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .8s ease-out, opacity .2s ease;
    -o-transition: .8s ease-out, opacity .2s ease;
    -moz-transition: .8s ease-out, opacity .2s ease;
    transition: .8s ease-out, opacity .2s ease
}

.modal__body>*.instagram-media-rendered+.modal__control-close,
.modal__body>*.loaded+.modal__control-close {
    opacity: 1;
    visibility: visible
}

.wrapper .hide-desktop {
    display: none
}

.content-block-items a.read-more {
    display: none
}

.content-block-items .list__comments-views>div {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 6px
}

.content-block-items .list__comments-views>div:first-child {
    margin-left: 0
}

.content-block-items .list__item {
    margin-bottom: 10px
}

.content-block-items .list-block__inner {
    padding: 1em
}

.content-block-items .list-block__image {
    margin-bottom: 0
}

.content-block-items .views {
    margin-left: 5px
}

.content-block-items .field {
    margin-top: 12px
}

.content-block-items .field.f_title {
    margin-top: 0
}

.content-block-items .rating {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    padding: 1em;
    vertical-align: top;
    text-align: center;
    background: rgba(17, 17, 17, 0.05);
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
    margin-bottom: 3px
}

.content-block-items .rating div {
    float: none;
    display: inline-block
}

.rating {
    white-space: nowrap
}

.rating__arrow,
.rating__current {
    float: left
}

.rating__current {
    margin: 0 6px 0 4px
}

.content_datasets nav {
    margin-bottom: 15px
}

.content_datasets nav li {
    margin-right: 10px;
    margin-bottom: 10px
}

.content_datasets nav li:last-child {
    margin-right: 0
}

.wrapper .box_menu {
    font-size: 14px
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg) {}
    }
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg) {}
    }
}

@-o-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg) {}
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg) {}
    }
}

.refresh_btn[style="display: none;"]+.refresh__btn i {
    -webkit-animation: spin linear .6s infinite;
    -moz-animation: spin linear .6s infinite;
    -o-animation: spin linear .6s infinite;
    animation: spin linear .6s infinite
}

.refresh__btn {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -45px;
    font-size: 25px;
    color: #333;
    padding: 6px 10px;
    cursor: pointer;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
    -moz-box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
    box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 4
}

#comments_add_form,
#wall_add_form {
    padding: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 2px solid rgba(17, 17, 17, 0.1)
}

#comments_add_form .btn,
#wall_add_form .btn {
    margin-right: 5px
}

#comments_add_form textarea,
#wall_add_form textarea {
    width: 100%;
    height: 150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #bbb;
    margin-top: 0px;
    margin-bottom: 4px
}

#comments_add_form .markItUpHeader ul li,
#wall_add_form .markItUpHeader ul li {
    list-style: none;
    float: left;
    position: relative;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;
    background: #f4f4f4;
    margin-bottom: 5px
}

#comments_add_form .markItUpHeader ul li a,
#wall_add_form .markItUpHeader ul li a {
    width: 28px;
    height: 28px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#comments_add_form .markItUpHeader ul li a:hover,
#comments_add_form .markItUpHeader ul li a:focus,
#comments_add_form .markItUpHeader ul li a:active,
#wall_add_form .markItUpHeader ul li a:hover,
#wall_add_form .markItUpHeader ul li a:focus,
#wall_add_form .markItUpHeader ul li a:active {
    background-color: #fff
}

#pm_contact textarea {
    width: 100%;
    height: 150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #bbb;
    margin-top: 0px;
    margin-bottom: 4px
}

#pm_contact .markItUpHeader ul li {
    list-style: none;
    float: left;
    position: relative;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;
    background: #f4f4f4;
    margin-bottom: 5px
}

#pm_contact .markItUpHeader ul li a {
    width: 28px;
    height: 28px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#pm_contact .markItUpHeader ul li a:hover,
#pm_contact .markItUpHeader ul li a:focus,
#pm_contact .markItUpHeader ul li a:active {
    background-color: #fff
}

#pm_contact .markItUpHeader ul {
    overflow: hidden;
    margin-bottom: 5px;
    background: #fff;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

#pm_contact .composer {
    padding: 15px
}

#pm_contact .chat {
    height: -webkit-calc(100% - 240px);
    height: -moz-calc(100% - 240px);
    height: calc(100% - 240px)
}

.btn.ajaxlink i {
    vertical-align: bottom;
    margin-right: 3px
}

.no_comments,
.no_entries {
    margin: 1em 0 .5em;
    padding: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(17, 17, 17, 0.05);
    display: inline-block;
    width: 100%
}

.filter-container {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1.4em 1.6em;
    cursor: default;
    display: table;
    margin: 0 auto
}

body .input_checkbox_list label {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    cursor: pointer
}

body .input_checkbox_list i {
    margin-right: 5px
}

body .input_checkbox_list input,
body .input_checkbox_list i+i {
    display: none
}

body .input_checkbox_list input:checked+i {
    display: none
}

body .input_checkbox_list input:checked+i+i {
    display: inline-block
}

body .input_checkbox_list span:before {
    content: '';
    display: inline-block
}

.fields .title {
    font-weight: bold;
    font-size: 1.1em
}

.fields .buttons {
    margin-top: 10px
}

.fields input {
    width: 180px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
    padding: 0 10px;
    display: inline
}

.fields select {
    width: 180px;
    height: 30px
}

.fields .value {
    margin-top: 10px;
    margin-bottom: 20px
}

.filter {
    display: inline-block;
    vertical-align: top
}

.filter-link {
    margin-bottom: 25px
}

.filter-link i {
    margin-right: 7px
}

.content__categories {
    margin: -10px 7px 20px -10px;
    display: inline-block;
    vertical-align: top
}

.content__categories li {
    padding: 10px
}

.content__categories li i {
    margin-right: 5px
}

#comments_widget .track {
    text-align: right;
    margin-top: -53px;
    margin-right: 10px;
    margin-bottom: 20px
}

#comments_widget .track label {
    text-align: left;
    margin-top: 15px;
    font-size: .9em;
    cursor: pointer;
    display: inline-block;
    line-height: inherit
}

#comments_widget .track i {
    margin-right: 5px
}

#comments_widget .track input,
#comments_widget .track i+i {
    display: none
}

#comments_widget .track input:checked+i {
    display: none
}

#comments_widget .track input:checked+i+i {
    display: inline-block
}

#comments_widget .track span:before {
    content: '';
    display: inline-block
}

.city-input .btn {
    margin-right: 10px
}

.wrapper .form-tabs legend,
.wrapper .captcha_data legend {
    font-size: 1em;
    padding: 5px 10px;
    border: solid 1px rgba(17, 17, 17, 0.9);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: rgba(17, 17, 17, 0.9);
    margin-bottom: -10px;
    font-weight: 500;
    text-transform: uppercase
}

.wrapper .form-tabs fieldset,
.wrapper .captcha_data fieldset {
    border: solid 1px rgba(17, 17, 17, 0.3);
    margin-bottom: 25px;
    margin-top: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    padding-bottom: 30px
}

.wrapper .form-tabs .field label,
.wrapper .captcha_data .field label {
    font-weight: bold;
    margin-top: 10px;
    font-size: 1em;
    margin-bottom: 10px;
    color: #333
}

.wrapper .form-tabs .field,
.wrapper .captcha_data .field {
    margin-top: 15px
}

.wrapper .form-tabs .buttons,
.wrapper .captcha_data .buttons {
    margin-top: 10px
}

.wrapper .form-tabs .hint,
.wrapper .captcha_data .hint {
    margin-top: 5px
}

.wrapper .form-tabs #f_time_zone,
.wrapper .captcha_data #f_time_zone {
    margin-top: 15px
}

.wrapper .form-tabs input,
.wrapper .captcha_data input {
    width: 100%;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
    padding: 0 10px;
    display: inline
}

.wrapper .form-tabs input[type="radio"],
.wrapper .form-tabs input[type="checkbox"],
.wrapper .captcha_data input[type="radio"],
.wrapper .captcha_data input[type="checkbox"] {
    height: auto;
    width: auto
}

.wrapper .form-tabs select,
.wrapper .captcha_data select {
    width: 180px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 5px
}

.wrapper .form-tabs textarea,
.wrapper .captcha_data textarea {
    width: 100%;
    height: 150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #bbb;
    margin-top: 0px;
    margin-bottom: 4px;
    padding: 10px
}

div#group_staff_add .field .input {
    height: 40px;
    vertical-align: bottom;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
    margin: 15px 10px 0 0
}

.wrapper .info_bar {
    font-size: 15px;
    color: #888;
	clear:both;
   /* margin-top: 15px */
}

.wrapper .info_bar>* {
    float: left;
    margin-right: 15px
}

.wrapper .info_bar i {
    margin-right: 4px
}

.wrapper .info_bar time {
    margin-right: 10px
}

.content_item .info_bar .bar_item,
.content_list_item .info_bar .bar_item {
    margin-bottom: 5px;
    height: auto
}

h2.parent_title {
    font-weight: 400;
    font-size: 20px
}

h2.parent_title .album_user {
    margin-right: 10px
}

.nyroModalCont.nyroModalImg {
    overflow: inherit !important
}

.wall-write {
    float: right;
    margin-top: 15px
}

.wall-write i {
    margin-right: 4px;
    vertical-align: bottom
}

div#entries_list>p {
    margin-top: 0
}

#group_content_pills .btn {
    margin-right: 10px
}

.content_list.tiled.albums_list {
    margin-bottom: 0
}

.pagebar {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px
}

.pagebar .pagebar_notice {
    display: block;
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #999
}

.pagebar .btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 0 5px
}

.pagebar .btn i {
    vertical-align: middle;
    margin-left: 4px
}

.pagebar .btn-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#wall_widget #entries_list .entry-header :first-child a {
    margin-left: 0;
}   

#wall_widget #entries_list .comments-item {
    border-bottom: none
}

#wall_widget #entries_list .entry-header {
    margin-bottom: 10px
}

#wall_widget #entries_list .entry-header a {
    margin-right: 10px
}

#wall_widget #entries_list .entry-header span {
    font-size: .95em
}

#wall_widget #entries_list .entry-header span a {
    margin-left: 10px
}

#wall_widget #entries_list .replies .links {
    text-align: right
}

#wall_widget #entries_list .replies .entry {
    background: #f4f4f4;
    margin-top: 20px;
    margin-left: 28px;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#wall_widget #entries_list .replies .entry .entry-header {
    text-align: right
}

#wall_widget #entries_list .replies .entry .avatar {
    margin-right: 0;
    margin-left: 15px
}

#wall_widget #entries_list .replies .entry .comments-item__text {
    background: #e1e1e1;
    float: right
}

#wall_widget #entries_list .replies .entry .comments-item__text:before {
    background: #e1e1e1;
    left: inherit;
    right: 0
}

#users_karma_log_list .entry-header {
    margin-bottom: 10px
}

#users_karma_log_list .comments-item {
    padding-bottom: 15px
}

#users_karma_log_list .info {
    font-size: .95em
}

#users_karma_log_list .author {
    margin-right: 5px
}

#users_karma_log_list .value {
    font-size: 18px
}

#users_karma_log_list .comment {
    min-width: 40px;
    display: block;
    margin-top: 10px
}

.item_group_title a:before {
    content: '\f209';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px
}

form .input-prefix-suffix input {
    width: auto;
    max-width: 240px
}

form .input-prefix-suffix .prefix,
form .input-prefix-suffix .suffix {
    padding: 6px;
    height: auto
}

.wrapper form input.file-input::-webkit-file-upload-button {
    height: 28px
}

.wrapper form input.file-input {
    padding: 0
}

@media screen and (max-width: 1240px) {
    .container {
        width: 980px
    }
    .columns .column-tablet {
        display: inline-block;
        font-size: 1rem;
        padding: 10px;
        vertical-align: top
    }
    .columns .column-tablet--middle {
        vertical-align: middle
    }
    .columns .column-tablet--bottom {
        vertical-align: bottom
    }
    .columns .column-tablet--center {
        text-align: center
    }
    .columns .column-tablet--right {
        text-align: right
    }
    .columns .column-tablet__third {
        width: 33.33%
    }
    .columns .column-tablet__two-third {
        width: 66.66%
    }
    .columns .column-tablet__1 {
        width: 6.25%
    }
    .columns .column-tablet__2 {
        width: 12.5%
    }
    .columns .column-tablet__3 {
        width: 18.75%
    }
    .columns .column-tablet__4 {
        width: 25%
    }
    .columns .column-tablet__5 {
        width: 31.25%
    }
    .columns .column-tablet__6 {
        width: 37.5%
    }
    .columns .column-tablet__7 {
        width: 43.75%
    }
    .columns .column-tablet__8 {
        width: 50%
    }
    .columns .column-tablet__9 {
        width: 56.25%
    }
    .columns .column-tablet__10 {
        width: 62.5%
    }
    .columns .column-tablet__11 {
        width: 68.75%
    }
    .columns .column-tablet__12 {
        width: 75%
    }
    .columns .column-tablet__13 {
        width: 81.25%
    }
    .columns .column-tablet__14 {
        width: 87.5%
    }
    .columns .column-tablet__15 {
        width: 93.75%
    }
    .columns .column-tablet__16 {
        width: 100%
    }
    .masonry-layout-tablet--4-columns .masonry-layout__item {
        width: 25%
    }
    .masonry-layout-tablet--3-columns .masonry-layout__item {
        width: 33.33%
    }
    .masonry-layout-tablet--2-columns .masonry-layout__item {
        width: 50%
    }
    .masonry-layout-tablet--1-columns .masonry-layout__item {
        width: 100%
    }
    .instagram__item {
        width: 155px
    }
    .nav__a {
        padding: 1.1em .6em
    }
}

@media screen and (max-width: 1020px) {
	.header-logo{margin: 0px}
    .columns .column--middle {
       /* vertical-align: bottom*/
    }
    html.hasNav .palette {
        display: none
    }
    .container {
        width: 740px
    }
    .wrapper .hide-tablet-vertical {
        display: none
    }
    .wrapper .show-tablet-vertical {
        display: inline-block
    }
    .columns .column-tablet-vertical {
        display: inline-block;
        font-size: 1rem;
        padding: 10px;
        vertical-align: top
    }
    .columns .column-tablet-vertical--middle {
        vertical-align: middle
    }
    .columns .column-tablet-vertical--bottom {
        vertical-align: bottom
    }
    .columns .column-tablet-vertical--center {
        text-align: center
    }
    .columns .column-tablet-vertical--right {
        text-align: right
    }
    .columns .column-tablet-vertical__third {
        width: 33.33%
    }
    .columns .column-tablet-vertical__two-third {
        width: 66.66%
    }
    .columns .column-tablet-vertical__1 {
        width: 6.25%
    }
    .columns .column-tablet-vertical__2 {
        width: 12.5%
    }
    .columns .column-tablet-vertical__3 {
        width: 18.75%
    }
    .columns .column-tablet-vertical__4 {
        width: 25%
    }
    .columns .column-tablet-vertical__5 {
        width: 31.25%
    }
    .columns .column-tablet-vertical__6 {
        width: 37.5%
    }
    .columns .column-tablet-vertical__7 {
        width: 43.75%
    }
    .columns .column-tablet-vertical__8 {
        width: 50%
    }
    .columns .column-tablet-vertical__9 {
        width: 56.25%
    }
    .columns .column-tablet-vertical__10 {
        width: 62.5%
    }
    .columns .column-tablet-vertical__11 {
        width: 68.75%
    }
    .columns .column-tablet-vertical__12 {
        width: 75%
    }
    .columns .column-tablet-vertical__13 {
        width: 81.25%
    }
    .columns .column-tablet-vertical__14 {
        width: 87.5%
    }
    .columns .column-tablet-vertical__15 {
        width: 93.75%
    }
    .columns .column-tablet-vertical__16 {
        width: 100%
    }
    .masonry-layout-tablet-vertical--4-columns .masonry-layout__item {
        width: 25%
    }
    .masonry-layout-tablet-vertical--3-columns .masonry-layout__item {
        width: 33.33%
    }
    .masonry-layout-tablet-vertical--2-columns .masonry-layout__item {
        width: 50%
    }
    .masonry-layout-tablet-vertical--1-columns .masonry-layout__item {
        width: 100%
    }
    .instagram__item {
        width: 118px
    }
    .header__top .nav__a {
        padding: .9em .6em .95em
    }
    .list__title.medium>a,
    .list__title.medium {
        font-size: 1.2rem
    }
    .list-block__title.big {
        font-size: 1.3rem
    }
    .list__panel .btn,
    header .socials-block__text {
        display: none
    }
    .news-ticker__title {
        display: none
    }
    .news-ticker__items {
        height: auto;
        white-space: inherit
    }
    .news-ticker__item {
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        padding-right: 5.5em
    }
    .news-ticker__item span {
        display: block
    }
    .news-ticker__controls {
        padding-left: .8em
    }
    .news-ticker__control {
        position: relative;
        margin-top: 0px
    }
    .menu__overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 39;
        visibility: hidden;
        -webkit-transition: .6s;
        -o-transition: .6s;
        -moz-transition: .6s;
        transition: .6s
    }
    .wrapper .nav-main {
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        right: 0;
        z-index: 40;
        width: 300px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        overflow: auto;
        -webkit-transition: .6s;
        -o-transition: .6s;
        -moz-transition: .6s;
        transition: .6s
    }
    .wrapper .nav-main .nav__ul {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .wrapper .nav-main .nav__li {
        display: block;
        text-align: left;
        border-bottom: 1px solid rgba(17, 17, 17, 0.1)
    }
    .wrapper .nav-main .nav__a,
    .wrapper .nav-main .dropdown__a {
        padding: 1.1em
    }
    .wrapper .nav-main .nav__li--search .nav__a {
        padding: 0.75em 1.1em
    }
    .wrapper .nav-main .dropdown {
        visibility: visible;
        opacity: 1;
        position: static;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: 1px solid rgba(17, 17, 17, 0.1);
        background: #fff
    }
    .wrapper .nav-main .dropdown__li {
        text-align: left
    }
    .wrapper .container {
        -webkit-transition: margin-left .6s;
        -o-transition: margin-left .6s;
        -moz-transition: margin-left .6s;
        transition: margin-left .6s;
        margin-left: 0
    }
    html.hasNav {
        overflow: hidden
    }
    html.hasNav body {
        overflow: hidden
    }
    html.hasNav .menu__overlay {
        opacity: .85;
        visibility: visible;
        background: #000
    }
    html.hasNav .wrapper .container {
        margin-left: 300px
    }
    html.hasNav .wrapper .nav-main {
        left: 0;
        -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0 0 80px rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 80px rgba(0, 0, 0, 0.7)
    }
    html.hasNav .wrapper main,
    html.hasNav .wrapper footer {
        -webkit-filter: blur(2px);
        filter: blur(2px);
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }
    .wrapper .header-auth-menu {
        visibility: visible;
        opacity: 1;
        height: auto;
        overflow: inherit;
        position: fixed;
        z-index: 40;
        top: 0 !important;
        bottom: 0;
        background: #fff;
        width: 300px;
        right: -300px;
        left: inherit;
        -webkit-transition: .6s;
        -o-transition: .6s;
        -moz-transition: .6s;
        transition: .6s
    }
    .wrapper .header-auth-menu .nav {
        max-height: 100%;
        overflow: auto
    }
    .wrapper .header-auth-menu .dropdown {
        visibility: visible;
        opacity: 1;
        position: relative;
        left: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: 1px solid rgba(17, 17, 17, 0.1)
    }
    html.hasUserNav {
        overflow: hidden
    }
    html.hasUserNav body {
        overflow: hidden
    }
    html.hasUserNav .menu__overlay {
        opacity: .85;
        visibility: visible;
        background: #000
    }
    html.hasUserNav .wrapper .header-auth-menu {
        right: 0;
        -webkit-transition: .6s;
        -o-transition: .6s;
        -moz-transition: .6s;
        transition: .6s;
        -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0 0 80px rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 80px rgba(0, 0, 0, 0.7)
    }
    html.hasUserNav .wrapper .container {
        margin-left: -300px
    }
    .news-ticker__items {
        overflow: hidden;
        white-space: nowrap;
        height: auto;
        visibility: hidden;
        max-height: 44px
    }
    .wrapper .header__middle .nav .nav__li,
    .wrapper .header__bottom .nav .nav__li,
    .wrapper main .nav .nav__li,
    .wrapper footer .nav .nav__li {
        border-right: none;
        width: 100%;
        display: block;
        border-bottom: 1px solid rgba(17, 17, 17, 0.1)
    }
    .wrapper .header__middle .nav .nav__li:first-child,
    .wrapper .header__bottom .nav .nav__li:first-child,
    .wrapper main .nav .nav__li:first-child,
    .wrapper footer .nav .nav__li:first-child {
        border-left: none
    }
    .wrapper .header__middle .nav .nav__li.folder .nav__a,
    .wrapper .header__middle .nav .nav__li.folder .dropdown__a,
    .wrapper .header__bottom .nav .nav__li.folder .nav__a,
    .wrapper .header__bottom .nav .nav__li.folder .dropdown__a,
    .wrapper main .nav .nav__li.folder .nav__a,
    .wrapper main .nav .nav__li.folder .dropdown__a,
    .wrapper footer .nav .nav__li.folder .nav__a,
    .wrapper footer .nav .nav__li.folder .dropdown__a {
        padding-right: 43px
    }
    .wrapper .header__middle .nav .nav__li:first-of-type .nav__a,
    .wrapper .header__bottom .nav .nav__li:first-of-type .nav__a,
    .wrapper main .nav .nav__li:first-of-type .nav__a,
    .wrapper footer .nav .nav__li:first-of-type .nav__a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }
    .wrapper .header__middle .nav .nav__li:last-of-type,
    .wrapper .header__bottom .nav .nav__li:last-of-type,
    .wrapper main .nav .nav__li:last-of-type,
    .wrapper footer .nav .nav__li:last-of-type {
        border-bottom: none
    }
    .wrapper .header__middle .nav .nav__li:last-of-type .nav__a,
    .wrapper .header__bottom .nav .nav__li:last-of-type .nav__a,
    .wrapper main .nav .nav__li:last-of-type .nav__a,
    .wrapper footer .nav .nav__li:last-of-type .nav__a {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px
    }
    .wrapper .header__middle .nav .dropdown,
    .wrapper .header__middle .nav .dropdown .dropdown,
    .wrapper .header__bottom .nav .dropdown,
    .wrapper .header__bottom .nav .dropdown .dropdown,
    .wrapper main .nav .dropdown,
    .wrapper main .nav .dropdown .dropdown,
    .wrapper footer .nav .dropdown,
    .wrapper footer .nav .dropdown .dropdown {
        display: none;
        position: static;
        visibility: visible;
        opacity: 1
    }
    .wrapper .header__middle .nav .active,
    .wrapper .header__bottom .nav .active,
    .wrapper main .nav .active,
    .wrapper footer .nav .active {
        height: 100%
    }
    .wrapper .header__middle .nav .active>.dropdown,
    .wrapper .header__bottom .nav .active>.dropdown,
    .wrapper main .nav .active>.dropdown,
    .wrapper footer .nav .active>.dropdown {
        display: block
    }
    .wrapper .header__middle .nav a,
    .wrapper .header__bottom .nav a,
    .wrapper main .nav a,
    .wrapper footer .nav a {
        background-image: none !important
    }
    .wrapper .header__middle .nav .open_subs_link,
    .wrapper .header__bottom .nav .open_subs_link,
    .wrapper main .nav .open_subs_link,
    .wrapper footer .nav .open_subs_link {
        display: block
    }
    .wrapper .header__middle .nav>.dropdown,
    .wrapper .header__bottom .nav>.dropdown,
    .wrapper main .nav>.dropdown,
    .wrapper footer .nav>.dropdown {
        visibility: visible;
        opacity: 1;
        display: block
    }
    .wrapper .header__bottom .nav.nav-main .open_subs_link {
        line-height: 47px;
        width: 47px
    }
    .wrapper .header__bottom .nav.nav-main .nav__li.folder .nav__a,
    .wrapper .header__bottom .nav.nav-main .nav__li.folder .dropdown__a {
        padding-right: 60px;
        min-height: 47px
    }
    .wrapper .header__bottom .nav.nav-main .nav__ul {
        border-bottom: 1px solid rgba(17, 17, 17, 0.1)
    }
}

@media screen and (max-width: 760px) {
    .wrapper .hide-mobile {
        display: none
    }
    .widget>a:only-child {
        display: table;
        margin: 0 auto
    }
    .news-ticker__items {
        overflow: hidden;
        white-space: normal
    }
    .columns .column-mobile {
        display: inline-block;
        font-size: 1rem;
        padding: 10px;
        vertical-align: top
    }
    .columns .column-mobile--middle {
        vertical-align: middle
    }
    .columns .column-mobile--bottom {
        vertical-align: bottom
    }
    .columns .column-mobile--center {
        text-align: center
    }
    .columns .column-mobile--right {
        text-align: right
    }
    .columns .column-mobile__third {
        width: 33.33%
    }
    .columns .column-mobile__two-third {
        width: 66.66%
    }
    .columns .column-mobile__1 {
        width: 6.25%
    }
    .columns .column-mobile__2 {
        width: 12.5%
    }
    .columns .column-mobile__3 {
        width: 18.75%
    }
    .columns .column-mobile__4 {
        width: 25%
    }
    .columns .column-mobile__5 {
        width: 31.25%
    }
    .columns .column-mobile__6 {
        width: 37.5%
    }
    .columns .column-mobile__7 {
        width: 43.75%
    }
    .columns .column-mobile__8 {
        width: 50%
    }
    .columns .column-mobile__9 {
        width: 56.25%
    }
    .columns .column-mobile__10 {
        width: 62.5%
    }
    .columns .column-mobile__11 {
        width: 68.75%
    }
    .columns .column-mobile__12 {
        width: 75%
    }
    .columns .column-mobile__13 {
        width: 81.25%
    }
    .columns .column-mobile__14 {
        width: 87.5%
    }
    .columns .column-mobile__15 {
        width: 93.75%
    }
    .columns .column-mobile__16 {
        width: 100%
    }
    .wrapper {
        width: 100%;
        display: block
    }
    .container {
        width: 100%
    }
    main .columns .column {
        width: 100%
    }
    footer .columns .widget {
        margin-bottom: 5px
    }
    .list-block__item {
        height: auto !important
    }
    .instagram__item {
        width: 25%
    }
    .wrapper .list__item>.left,
    .wrapper .list__item>.right {
        display: block;
        width: 100%
    }
    .wrapper .list__image {
        height: 190px;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }
    .wrapper .slider__img {
        height: 240px
    }
    .wrapper .community__right {
        display: block
    }
    .footer-inner .widget {
        margin-bottom: 5px
    }
    .modal__body {
        display: block
    }
    .modal__body iframe {
        min-width: auto
    }
    .search-form {
        width: 100%
    }
    .content_list.tiled.albums_list .tile {
        width: 100%;
        padding: 0
    }
}

@media screen and (max-width: 580px) {
    html,
    body {
        min-width: 375px
    }
    .container {
        padding: 0 .5em
    }
    .wrapper .masonry-layout .masonry-layout__item {
        width: 100%
    }
    .wrapper .instagram__follow {
        display: table-caption;
        text-align: center
    }
    .wrapper .instagram__follow a {
        width: 100%;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }
    .wrapper .masonry-layout {
        position: static !important;
        height: auto !important
    }
    .wrapper .masonry-layout__item {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        position: static !important
    }
    .wrapper .slider__img {
        height: 190px
    }
    .instagram__item {
        width: 33.33%
    }
    .nav--wide .nav__li {
        display: block
    }
    .header__top {
        display: none
    }
    .wrapper {
        padding-top: 60px
    }
    header.header {
        position: fixed;
        z-index: 40;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        -webkit-box-shadow: 0 0 20px rgba(17, 17, 17, 0.5);
        -moz-box-shadow: 0 0 20px rgba(17, 17, 17, 0.5);
        box-shadow: 0 0 20px rgba(17, 17, 17, 0.5);
        min-width: 380px
    }
    .header__middle {
        margin: 0
    }
    .header-auth .btn {
        margin: 0
    }
    .header-auth .btn.register {
        display: none
    }
    .header__middle .header-logo img {
        max-width: 220px;
        width: 100%;
        margin: 0 auto
    }
    .header__middle .columns {
        display: table;
        width: 100%;
        margin: 0 auto
    }
    .header__middle .columns .column {
        display: table-cell;
        width: auto;
        vertical-align: middle
    }
    .header__middle .columns .column.hide-tablet-vertical {
        display: none
    }
    .column.column__third>.list-block__item {
        margin-bottom: 0
    }
    .column .widget {
        margin-bottom: 15px
    }
    .comments-item {
        margin-bottom: 5px
    }
    .communities .list__item {
        margin-bottom: 10px
    }
    .footer-inner {
        margin-left: -0.75em;
        margin-right: -.75em;
        padding: 1.5em .75em
    }
    .footer-inner:after,
    .footer-inner:before {
        display: none
    }
    footer .columns .column {
        width: 100%
    }
    .copyright {
        display: block
    }
    .copyright__left,
    .copyright__right {
        display: block;
        text-align: left;
        margin-top: 10px
    }
    .fields input {
        width: 100%
    }
    .wall-write {
        width: 100%
    }
    div#comments_list {
        margin-left: -10px;
        margin-right: -10px
    }
    div#comments_list.index-page {
        margin-left: 0;
        margin-right: 0
    }
    .nyroModalCloseButton {
        right: -24px
    }
    .login_form_wrap.ajax {
        width: 100%
    }
    .login_form_wrap.ajax * {
        font-size: 14px !important
    }
    .news-ticker__controls {
        top: 0;
        bottom: 0
    }
    .news-ticker__controls .btn {
        position: relative;
        top: 50%;
        margin-top: -16px
    }
}

#user_profile span.btn a {
    color: #fff;
}

blockquote {
    font-style: italic;
    background: #fff;
    margin: 0;
    padding: .75em 1em;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.ft_file a{text-decoration:underline; color:#1da7a4}
.f_title h2 a{color:#828181!important}
.audio_list_item{clear:both; margin-bottom:15px; border-bottom: solid 1px rgba(17, 17, 17, 0.1); padding: 30px 0;}
.login_form{max-width: 400px;}
.header-logo{margin-left:10px;}
.content_item a{text-decoration:underline}