@import url(/gallery/storage/themes/ElementarySA/css/titles/noto_sans.css);
@import url(/gallery/storage/themes/ElementarySA/css/headers/helvetica.css);
@import url(/gallery/storage/themes/ElementarySA/css/body/helvetica.css);
html {
    font-size: 87.5%
}

body {
    line-height: 1.6;
    background: #000000;
    color: rgb(198, 194, 194);
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale}

article,
blockquote,
dd,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
nav,
ol,
p,
pre,
table,
time,
ul {
    margin-bottom: 1.6rem
}

figure {
    margin-bottom: 3.2rem
}

figure .figimg {
    text-align: center
}

figure img {
    margin-bottom: 1rem
}

figcaption h3 {
    margin-top: 4px;
    margin-bottom: 1em
}

figcaption:empty {
    margin-bottom: 0
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom
}

img.custom_logo {
    max-width: 100%;
    height: auto
}

.hide {
    display: none
}

.clear {
    clear: both
}

.fright {
    float: right
}

hr {
    clear: both;
    border: 0;
    height: 1px;
    background: #333333;
    margin-bottom: 1.6364rem
}

fieldset {
    position: relative;
    margin: 0 0 .5rem
}

label {
    font-size: .875rem;
    color: rgb(198, 194, 194);
    cursor: pointer;
    display: block;
    font-weight: 400;
    margin-bottom: .5em
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #333333;
    color: #ffffff;
    display: block;
    font-size: .875rem;
    font-family: inherit!important;
    margin: 0 0 1em;
    padding: .5em;
    height: auto;
    width: 100%;
    box-sizing: border-box
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    border-color: rgb(198, 194, 194);
    outline: none
}

fieldset[disabled] input[type=color],
fieldset[disabled] input[type=date],
fieldset[disabled] input[type=datetime-local],
fieldset[disabled] input[type=datetime],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=month],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=search],
fieldset[disabled] input[type=tel],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=time],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=week],
fieldset[disabled] textarea,
input[type=color]:disabled,
input[type=color][disabled],
input[type=color][readonly],
input[type=date]:disabled,
input[type=date][disabled],
input[type=date][readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local][disabled],
input[type=datetime-local][readonly],
input[type=datetime]:disabled,
input[type=datetime][disabled],
input[type=datetime][readonly],
input[type=email]:disabled,
input[type=email][disabled],
input[type=email][readonly],
input[type=month]:disabled,
input[type=month][disabled],
input[type=month][readonly],
input[type=number]:disabled,
input[type=number][disabled],
input[type=number][readonly],
input[type=password]:disabled,
input[type=password][disabled],
input[type=password][readonly],
input[type=search]:disabled,
input[type=search][disabled],
input[type=search][readonly],
input[type=tel]:disabled,
input[type=tel][disabled],
input[type=tel][readonly],
input[type=text]:disabled,
input[type=text][disabled],
input[type=text][readonly],
input[type=time]:disabled,
input[type=time][disabled],
input[type=time][readonly],
input[type=url]:disabled,
input[type=url][disabled],
input[type=url][readonly],
input[type=week]:disabled,
input[type=week][disabled],
input[type=week][readonly],
textarea:disabled,
textarea[disabled],
textarea[readonly] {
    background-color: #ddd;
    cursor: default
}

input[type=checkbox],
input[type=file],
input[type=radio],
select {
    margin: 0 0 1rem
}

input[type=checkbox]+label,
input[type=radio]+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

textarea[rows] {
    height: auto
}

textarea {
    max-width: 100%
}

.button,
button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1em;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding: .75rem 1.75rem;
    font-size: 1rem;
    background-color: rgb(255, 255, 255);
    color: #000000}

.button:focus,
.button:hover,
button:focus,
button:hover {
    background-color: rgb(185, 20, 227);
    color: #000000}

.button.large,
button.large {
    padding: 1.125rem 2.25rem;
    font-size: 1.25rem
}

.button.small,
button.small {
    padding: .875rem 1.75rem .9375rem;
    font-size: .8125rem
}

.button.tiny,
button.tiny {
    padding: .625rem 1.25rem .6875rem;
    font-size: .6875rem
}

.button.disabled,
.button[disabled],
button.disabled,
button[disabled] {
    opacity: .5
}

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

.k-contact-form {
    width: 50%
}

@media only screen and (max-width:767px) {
    .k-contact-form {
        width: 100%
    }
}

.k-contact-form-success {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 1em 0
}

.k-contact-form-success:before {
    content: '✔';
    color: #ffffff;
    margin-right: 6px
}

.k-contact-form-required-field label:after {
    content: '*';
    color: red
}

.k-content-form-processing {
    opacity: .5
}

.k-content-form-processing button[type=submit] {
    pointer-events: none!important
}

.k-contact-form-error label:before {
    position: absolute;
    right: 0;
    color: red;
    content: "This field is required"
}

.k-contact-form-error input[type=color],
.k-contact-form-error input[type=date],
.k-contact-form-error input[type=datetime-local],
.k-contact-form-error input[type=datetime],
.k-contact-form-error input[type=email],
.k-contact-form-error input[type=month],
.k-contact-form-error input[type=number],
.k-contact-form-error input[type=password],
.k-contact-form-error input[type=search],
.k-contact-form-error input[type=tel],
.k-contact-form-error input[type=text],
.k-contact-form-error input[type=time],
.k-contact-form-error input[type=url],
.k-contact-form-error input[type=week],
.k-contact-form-error textarea {
    border-color: red
}

.g-recaptcha {
    margin-bottom: 1.5rem
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: rgb(255, 255, 255);
    -webkit-transition: color .1s linear;
    transition: color .1s linear
}

a:hover {
    color: rgb(185, 20, 227)}

a.disabled,
a.disabled:hover {
    cursor: default;
    text-decoration: none;
    color: rgb(198, 194, 194)}

a.norm {
    color: rgb(255, 255, 255)!important
}

a.tag:before {
    content: "#"
}

a.paginate.disabled {
    opacity: 0
}

.rarr:after {
    content: " →"
}

.larr:before {
    content: "← "
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #ffffff}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: 700;
    color: inherit
}

h1 {
    font-size: 1.285rem;
    line-height: 1.166rem
}

h2 {
    font-size: 1.142rem;
    line-height: 1.313rem;
    margin-top: 1.313rem
}

h3 {
    font-size: 1rem;
    line-height: 1.5rem
}

h3 a span {
    color: rgb(198, 194, 194);
    font-weight: 400
}

h4 {
    font-size: .929rem;
    line-height: 1.615rem;
    margin-bottom: 1em
}

h5 {
    font-size: .875rem;
    line-height: 1.75rem
}

h6 {
    font-size: .786rem;
    line-height: 1.909rem
}

span.tagline {
    display: block;
    margin-bottom: 4px;
    font-size: .857rem
}

h3.tag:before,
h4.tag:before {
    content: "#"
}

em {
    font-style: italic
}

b,
strong {
    font-weight: 700
}

blockquote,
em,
i {
    font-style: italic
}

blockquote {
    color: #555555;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    padding: 10px 25px;
    margin-bottom: 1.6em
}

blockquote p {
    margin-bottom: 0
}

ol.inline-links li {
    float: left
}

ol.inline-links.tags li {
    margin: 0 5px 2px 0
}

p.t-caption {
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

p.meta-links {
    font-size: .875rem
}

p.meta-links,
p.meta-links a:link,
p.meta-links a:visited {
    color: rgb(121, 120, 120)}

p.meta-links a:hover {
    color: rgb(185, 20, 227)}

img.k-lazy-loading {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px;
    background-image: url(/gallery/storage/themes/ElementarySA/css/black/spinner.svg)
}

section {
    display: block;
    clear: both
}

.filter_count {
    font-size: .786rem
}

.filter_count,
.filter_count a,
.filter_count a:link {
    color: rgb(198, 194, 194);
    font-weight: 400
}

.filter_count a:hover {
    color: rgb(185, 20, 227)}

main {
    display: block
}

.logo {
    display: inline-block;
    margin-bottom: 1.6rem
}

header.top {
    width: 98.3%;
    margin: 0 auto;
	display: block;
    position: relative
}

header.top h1 {
    margin-bottom: .5rem;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.51;
    display: inline
}

header.top h1 a:active,
header.top h1 a:link,
header.top h1 a:visited {
    color: inherit;
    font-weight: inherit
}

header.top span.tagline {
    display: block
}

header.content {
    font-weight: 400;
    font-size: .75rem;
    border-bottom: 1px solid #333333;
    margin-bottom: 1.6rem
}

header.content .right {
    float: right;
    display: block
}

header.content ul.social-links {
    margin: -3px 0 0!important;
    padding: 0!important
}

header.content ul.social-links a {
    font-size: 12px
}

header.content a {
    color: inherit
}

header.content a:hover {
    color: rgb(185, 20, 227)}

header.content a.disabled:hover {
    color: inherit
}

header.content span.edge_right {
    border-right: 1px solid #333333;
    padding-right: 2px;
    display: inline-block
}

header.content span.edge_left {
    border-left: 1px solid #333333;
    padding-left: 2px;
    display: inline-block
}

header.content span.wrap {
    padding: 0 6px 6px;
    display: inline-block
}

header.content span.wrap.first {
    padding-left: 0
}

header.content span.wrap.first.featured {
    padding-left: 6px
}

header.content span.wrap.last {
    padding-right: 0
}

header.content ul.detail-nav li {
    display: inline-block
}

header.page {
    margin-bottom: 3.2rem
}

nav#main {
    width: 100%;
    margin: 0 0 3.2em;
    padding: .6em 0;
    border-top: 1px solid #333333}

nav#main ul {
    margin-bottom: 0
}

nav#main ul li {
    display: inline-block;
    list-style: none;
    line-height: 1.8;
    margin-right: 15px
}

nav#main ul li:last-child {
    margin-right: 0
}

nav#main a,
nav#main a:link,
nav#main a:visited {
    color: rgb(255, 255, 255)}

nav#main a:hover {
    color: rgb(185, 20, 227)}

nav#main a.k-nav-current {
    font-weight: 700;
    color: rgb(185, 20, 227)}

div#crumbs {
    color: rgb(198, 194, 194);
    margin-bottom: 2rem
}

div#crumbs a {
    font-size: .857rem;
    color: rgb(198, 194, 194)}

div#crumbs a:hover {
    color: rgb(185, 20, 227)}

footer.bot {
    float: left;
    clear: left;
    width: 100%;
    margin: 0 0 3.2rem;
    padding: 1.6rem 0 0;
    border-top: 1px solid #333333;
    font-size: .857rem
}

footer.bot nav {
    margin-bottom: 1rem
}

footer.bot ul {
    margin: 0
}

footer.bot li {
    display: inline-block;
    margin: 0 10px 0 0
}

#container {
    width: 880px;
    text-align: left;
    padding: 0;
    margin: 0 auto
}

.head {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 1rem;
    clear: both
}

.head h2 {
    display: inline-block;
    margin: 0 5px 0 0
}

.head p:first-child {
    margin-top: 2rem
}

.head section {
    margin: 0 0 24px
}

.head div.notes {
    float: right;
    width: 176px
}

.head div.text {
    font-size: .75rem;
    width: 620px
}

.head.lcol {
    width: 650px
}

.head.lcol h2 {
    width: 570px
}

.head.mcol {
    width: 645px
}

ul.block_list {
    display: block
}

ul.block_list li {
    display: block;
    margin-bottom: 1rem;
    width: 100%
}

div#twocol {
    float: left;
    margin-bottom: 1.6rem
}

div.mcol {
    width: 960px;
    float: left;
    margin-right: 35px
}

div.rcol {
    float: left;
    width: 200px
}

div.rcol section {
    margin-bottom: 1rem;
    display: block
}

div#twocol hr:last-child {
    display: none
}

aside {
    font-size: 87%
}

aside section h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

aside section h4 span {
    color: rgb(198, 194, 194);
    font-weight: 400
}

aside .thumb+h4 {
    margin-top: 1rem
}

aside section p:last-child {
    margin-bottom: 0
}

aside header.content {
    margin-top: 2rem
}

aside section:first-child header.content {
    margin-top: 0
}

div#twocol article {
    float: left;
    width: 100%;
    margin-bottom: 1rem
}

div#twocol article div.mcol {
    float: left
}

div#twocol article div.rcol {
    float: left;
    width: 200px;
    margin-left: 30px
}

div#twocol article div.lcol {
    float: left;
    width: 200px;
    margin-right: 30px;
    font-size: .857rem
}

body.k-source-essay div#twocol article {
    margin-bottom: 0
}

aside a:active,
aside a:link,
aside a:visited {
    color: inherit
}

aside a.norm:active,
aside a.norm:link,
aside a.norm:visited {
    color: rgb(255, 255, 255)}

aside a:hover {
    color: rgb(185, 20, 227)}

.head_title {
    margin-bottom: 3.2rem
}

ol.thumbs {
    margin-bottom: 1rem
}

ol.thumbs li {
    width: 270px;
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 0 0
}

ol.thumbs li:nth-child(3n) {
    margin-right: 0
}

ol.thumbs li a.thumb {
    display: block;
    text-align: center
}

ol.thumbs li p {
    font-size: .929rem;
    margin: 0
}

ol.thumbs li time {
    display: block;
    margin-top: 1rem;
    margin-bottom: -1rem;
    font-size: .786rem;
    line-height: 1.909rem
}

ol.thumbs li h4 {
    margin-bottom: .5rem
}

body.k-source-content a.mag {
    cursor: url(/gallery/storage/themes/ElementarySA/css/img/magnify.cur), -moz-zoom-in
}

body.k-source-content a.mag+p:first-child {
    margin-top: 2rem
}

ol.thumb-strip {
    list-style: none;
    margin-bottom: 1em
}

ol.thumb-strip li {
    display: inline-block;
    margin: 0 3px 6px 0;
    width: 60px
}

ol.thumb-strip li:last-child {
    margin-right: 0
}

ol.thumb-strip li img {
    margin-bottom: 0;
    -khtml-opacity: 0.4!important;
    -moz-opacity: 0.4!important;
    opacity: 0.4!important;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

ol.thumb-strip li img.current,
ol.thumb-strip li img:hover {
    -khtml-opacity: 1!important;
    -moz-opacity: 1!important;
    opacity: 1!important
}

ol.data {
    overflow: auto
}

ol.data li {
    clear: left;
    float: left;
    margin-bottom: 0
}

ol.data li span.label {
    display: block;
    float: left;
    width: 80px;
    margin-right: 5px
}

ol.data li span.value {
    float: left;
    display: block;
    width: 115px
}

img.content_main {
    max-height: 700px
}

article hr {
    clear: left;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0
}

article header {
    margin-bottom: 2em
}

article header h2 {
    margin-top: 1em
}

article ol,
article p,
article ul {
    margin-bottom: 1rem
}

article ul {
    list-style: disc;
    list-style-position: inside
}

article ol {
    list-style: decimal;
    list-style-position: inside
}

figure.k-content-embed {
    margin: 1.6rem 0
}

figure.k-content-embed img {
    margin-bottom: 0
}

.k-content-text {
    padding: 1em;
    margin: 0;
    font-size: .857em;
    color: #ffffff;
    background: #222222}

.k-content img {
    max-width: 100%;
    height: auto
}

.k-content-title {
    margin: 0 5px 0 0;
    display: block;
    color: #ffffff}

div.essay-entry {
    margin-bottom: 2.76rem
}

div.essay-head {
    margin-bottom: 1.636rem
}

div.essay-entry h2 {
    margin: 0
}

div.essay-img {
    margin: 0 0 1.636rem
}

div.essay-img-caption {
    margin-top: .6em
}

aside h6 {
    margin-bottom: .6em
}

aside h6 span {
    font-weight: 400
}

div.essay-pag {
    margin-top: 4em
}

div.essay-pag ul {
    list-style: none;
    display: table;
    width: 100%
}

div.essay-pag ul li {
    display: table-row
}

div.essay-pag span.cell {
    display: table-cell;
    width: 50%
}

div.essay-pag span.cell.right {
    text-align: right
}

.paginate {
    float: left;
    clear: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding-top: 1rem;
    margin: 0 0 3.2rem;
    border-top: 1px solid #333333;
    white-space: nowrap
}

.paginate ol {
    list-style: none;
    float: left;
    margin-bottom: 0
}

.paginate ol li {
    display: inline
}

.paginate a {
    padding: 0 3px;
    font-weight: 400;
    color: inherit;
    font-size: .857rem
}

.paginate a:first-child {
    padding-left: 0
}

.paginate a.k-pagination-current {
    cursor: default;
    color: rgb(185, 20, 227);
    font-weight: 700
}

.paginate li.prev {
    padding-right: 10px
}

.paginate li.next {
    padding-left: 10px
}

.paginate ol.num li:last-child:after {
    content: none
}

.paginate span.count {
    font-size: .857rem;
    float: right;
    padding: 1px 0
}

.k-source-index section,
.k-source-index section hr {
    margin-bottom: 2rem
}

.k-source-index section.inner_margin {
    margin-bottom: 0
}

#home-slideshow-text {
    margin-top: 2rem
}

#home-slideshow-title {
    display: inline-block;
    margin: 0;
    padding: 0
}

#home-slideshow-caption {
    font-size: .857em
}

#home-slideshow {
    position: relative
}

#ss_spinner {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px 16px;
    background-image: url(/gallery/storage/themes/ElementarySA/css/black/spinner.svg);
    background-color: #000000;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    z-index: 999;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    pointer-events: none
}

#ss_spinner.loading {
    opacity: 1
}

body.k-source-archives section {
    clear: both;
    margin-bottom: 2em;
    overflow: auto
}

div.essay-previews ol {
    list-style: none
}

div.essay-previews ol li {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 30px 1em 0;
    margin: 0
}

div.essay-previews ol li:last-child {
    padding-right: 0
}

div.essay-previews p {
    font-size: .857rem
}

div.essay-previews time {
    font-size: .75rem
}

.bitcon:active,
.bitcon:hover,
.bitcon:link,
.bitcon:visited {
    padding-left: 18px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0
}

a.icon {
    display: inline-block;
    background-color: transparent;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 12px;
    margin-right: 2px
}

.social-links li a:hover {
    text-decoration: none!important
}

.social-links li a {
    font-size: 13px;
    padding: 0 1px
}

.social-links li:first-child a {
    padding-left: 0
}

.social-links li:last-child a {
    padding-right: 0
}

.social-links li a.share-facebook {
    padding-left: 2px
}

.social-links li a.share-tumblr {
    padding-left: 0
}

.social-links li a.share-google {
    padding-left: 3px
}

.share_button:after {
    content: " +"
}

.share_button.active,
.share_button:hover {
    color: rgb(185, 20, 227)}

ol.meta_list li h3,
ol.meta_list li h4 {
    margin: 0;
    padding: 0;
    display: inline-block
}

ol.meta_list li a {
    display: block;
    padding: .75rem 0;
    width: 100%;
    border-bottom: 1px solid #333333}

ol.meta_list li:first-child a {
    padding-top: 0
}

ol.meta_list li:last-child a {
    border-bottom: 0
}

ol.meta_list li span.count {
    float: right;
    font-size: .875rem;
    line-height: 1.6rem
}

ol.meta_list li a span.count {
    color: rgb(198, 194, 194)}

ol.meta_list li a:hover span.count {
    color: rgb(185, 20, 227)}

aside ol.meta_list li a {
    padding: .5rem 0
}

.kevent {
    margin-bottom: 2rem
}

.kevent h3.featured:before {
    content: '★'
}

ul.k-mosaic {
    margin-bottom: 1.6rem
}

ul.k-mosaic.edge>li {
    margin: 8px 8px 0 0
}

#kdiscuss {
    margin-top: 2rem;
    float: left;
    clear: left;
    width: 100%;
    position: relative
}

.social {
    display: inline-block;
    float: right
}

.social span {
    display: inline-block;
    line-height: 0;
    font-size: 0
}

.social span.fb {
    margin-right: calc(5px - 1px)
}

.social span.tw {
    width: 75px;
    margin-right: 5px
}

.social>span,
.social iframe {
    vertical-align: middle!important
}

.social span.gplus iframe body {
    font-family: Helvetica Neue, Arial, sans-serif!important
}

.social-links {
    list-style: none
}

.social-links,
.social-links li {
    display: inline-block
}

.social-links li:after {
    content: "\00a0\00a0"
}

.k-note,
.k-source-archives section {
    clear: both
}

.k-note {
    color: #ffffff;
    background: #222222;
    padding: .25em .5em;
    display: block
}

@media only screen and (min-width:768px) and (max-width:959px) {
    #container {
        width: 728px
    }
    ol.thumbs li {
        width: 207px
    }
    div.mcol {
        width: 490px
    }
    div.rcol {
        font-size: 90%
    }
    .kevent .article_body {
        padding-right: 0
    }
}

@media only screen and (min-width:1040px) {
    #container.nav-sidebar {
        width: 1030px
    }
    #container.nav-sidebar header {
        border-bottom: 1px solid #444;
        margin-bottom: 2rem
    }
    #container.nav-sidebar nav#main {
        float: left;
        width: 150px;
        margin: -20px 0 0;
        padding: 0;
        border-top: none
    }
    #container.nav-sidebar nav#main li {
        display: block
    }
    #container.nav-sidebar nav#main ul li:last-child {
        margin-right: 15px
    }
    #container.nav-sidebar main {
        float: left;
        width: 880px
    }
    #container.nav-sidebar footer {
        width: 880px;
        margin-left: 150px
    }
}

@media only screen and (max-width:767px) {
    #container {
        width: 280px
    }
    header h1 {
        display: block
    }
    header.top {
        margin-top: 2rem
    }
    div.mcol,
    ol.thumbs li {
        width: 280px
    }
    div.mcol {
        float: none;
        margin: 0 0 1.1667rem
    }
    div.rcol {
        width: 100%;
        margin: 0 0 24px;
        font-size: 90%
    }
    body.k-source-content div.head,
    body.k-source-content div.head h2 {
        width: 280px
    }
    .kevent .article_body {
        padding-right: 0
    }
    header.content .share,
    header.content span.entry-type {
        display: none
    }
    .social {
        float: none;
        margin: 0 0 24px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    #container {
        padding: 0 15px;
        width: 436px
    }
    header.top {
        margin-top: 2rem
    }
    ol.thumbs li {
        width: 436px
    }
    div.mcol {
        margin: 0 0 1.1667em
    }
    div.mcol,
    div.rcol {
        width: 436px;
        float: none
    }
    div.rcol {
        margin: 0 0 24px;
        font-size: 90%
    }
    body.k-source-content div.head {
        width: 436px
    }
    div#twocol div.rcol ol.actions li {
        float: left;
        margin: 0 24px 0 0
    }
    header.content .share {
        display: block
    }
    header.content div.kshare {
        right: 20px
    }
}



@media only screen and (min-width:1601px) and (min-height:1200px) {
    body.k-source-content div#container {
        width: 1500px
    }
    body.k-source-content .head.mcol,
    body.k-source-content div.mcol {
        width: 1265px
    }
    img.content_main {
        max-height: 900px
    }
}

.k-mosaic{position:relative;display:block;list-style:none;padding:0;margin:0}.k-mosaic:after,.k-mosaic:before{content:" ";display:table}.k-mosaic:after{clear:both}.k-mosaic>li{display:inline;height:auto;float:left;font-size:0!important;line-height:0!important;box-sizing:border-box}.k-mosaic img{max-height:none!important;vertical-align:baseline}.k-mosaic-1>li{width:100%}.k-mosaic-1>li:nth-of-type(n){clear:none}.k-mosaic-1>li:nth-of-type(1n+1){clear:both}.k-mosaic-2>li{width:50%}.k-mosaic-2>li:nth-of-type(n){clear:none}.k-mosaic-2>li:nth-of-type(2n+1){clear:both}.k-mosaic-3>li{width:33.333333333%}.k-mosaic-3>li:nth-of-type(n){clear:none}.k-mosaic-3>li:nth-of-type(3n+1){clear:both}.k-mosaic-4>li{width:25%}.k-mosaic-4>li:nth-of-type(n){clear:none}.k-mosaic-4>li:nth-of-type(4n+1){clear:both}.k-mosaic-5>li{width:20%}.k-mosaic-5>li:nth-of-type(n){clear:none}.k-mosaic-5>li:nth-of-type(5n+1){clear:both}.k-mosaic-6>li{width:16.66667%}.k-mosaic-6>li:nth-of-type(n){clear:none}.k-mosaic-6>li:nth-of-type(6n+1){clear:both}.k-mosaic-7>li{width:14.28571%}.k-mosaic-7>li:nth-of-type(n){clear:none}.k-mosaic-7>li:nth-of-type(7n+1){clear:both}.k-mosaic-8>li{width:12.5%}.k-mosaic-8>li:nth-of-type(n){clear:none}.k-mosaic-8>li:nth-of-type(8n+1){clear:both}.k-mosaic-9>li{width:11.11111%}.k-mosaic-9>li:nth-of-type(n){clear:none}.k-mosaic-9>li:nth-of-type(9n+1){clear:both}.k-mosaic-10>li{width:10%}.k-mosaic-10>li:nth-of-type(n){clear:none}.k-mosaic-10>li:nth-of-type(10n+1){clear:both}.k-mosaic.edge>li{margin:1px 1px 0 0}.k-mosaic-1.edge li:first-child,.k-mosaic-2.edge>li:nth-of-type(-n+2),.k-mosaic-3.edge>li:nth-of-type(-n+3),.k-mosaic-4.edge>li:nth-of-type(-n+4),.k-mosaic-5.edge>li:nth-of-type(-n+5),.k-mosaic-6.edge>li:nth-of-type(-n+6),.k-mosaic-7.edge>li:nth-of-type(-n+7),.k-mosaic-8.edge>li:nth-of-type(-n+8),.k-mosaic-9.edge>li:nth-of-type(-n+9),.k-mosaic-10.edge>li:nth-of-type(-n+10){margin-top:0!important}.k-mosaic-1.edge li,.k-mosaic-2.edge>li:nth-of-type(2n),.k-mosaic-3.edge>li:nth-of-type(3n),.k-mosaic-4.edge>li:nth-of-type(4n),.k-mosaic-5.edge>li:nth-of-type(5n),.k-mosaic-6.edge>li:nth-of-type(6n),.k-mosaic-7.edge>li:nth-of-type(7n),.k-mosaic-8.edge>li:nth-of-type(8n),.k-mosaic-9.edge>li:nth-of-type(9n),.k-mosaic-10.edge>li:nth-of-type(10n),.k-mosaic-uneven:last-child{margin-right:0!important}.k-mosaic-2.edge>li:nth-of-type(2n+1),.k-mosaic-3.edge>li:nth-of-type(3n+1),.k-mosaic-4.edge>li:nth-of-type(4n+1),.k-mosaic-5.edge>li:nth-of-type(5n+1),.k-mosaic-6.edge>li:nth-of-type(6n+1),.k-mosaic-7.edge>li:nth-of-type(7n+1),.k-mosaic-8.edge>li:nth-of-type(8n+1),.k-mosaic-9.edge>li:nth-of-type(9n+1),.k-mosaic-10.edge>li:nth-of-type(10n+1){margin-left:0!important}

 @font-face {
                                                font-family: 'TrueGothicCyr webfont';
                                                src: url('/fonts/TrueGothicCyr.woff') format('woff');
                                                font-weight: bold;
                                                font-style: normal;
}
html {
  overflow-y: scroll;
}

header.top h1 a {                               font-family: "TrueGothicCyr webfont";
												font-size: 2.068em; 
												letter-spacing: 1.2px 
    
}
header.top h1 a:hover {                         color: #c367de;
                                                text-decoration: none 
    
}
header.top span.tagline {                       font-size: 1.3em; 
    margin-bottom: 0;
    margin-top: -1px;
}
header {
                                                background-color: rgba(0,0,0,0.70);
												padding: 1em; 
												border: 1px solid rgb(100,100,100)
    
}

header.top.clearfix {                           margin: 0 auto;
                                                font-size: 1em;
                                                box-sizing: border-box;
                                                background-color: rgba(0,0,0,0.8);
												padding: 0.65em; 
												border: 1px solid rgb(100,100,100);
												box-shadow: 20px 0 20px -20px #ffffff inset, -20px 0 20px -20px #ffffff inset
    
}

#container {
    width: 1208px;
    padding: 0;
    margin: 0 auto
}
nav#main {
    width: 100%;
    margin: 0 0 3.2em;
    padding: .6em 0;
    border-top: 0
}
body {  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.143rem;
        line-height: 1.5;
		background:#fff url('../artblog/themes/space/images/img02.jpg');
		background-repeat: repeat; 
		background-attachment: fixed;
		background-position: top right;
}
.in_top{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
    background-color: #000000;
	display: none;
}
.in_top:hover{
    background-color: #000000;
    opacity: 0.8;
    filter: alpha(opacity=100);
}
.in_top span{
    display: block;
    width: 100px;
    margin-top: 10px;
    text-align: center;
    color: #45688E;
    font-weight: bold;
}
ul.k-nav-list.k-nav-root {
                                                background-color: rgba(0,0,0,0.70);
                                                width: 60%;
                                                margin: 0 auto;
                                                text-align: center;
												padding: 1em; 
												border: 1px solid rgb(100,100,100)
}
.page {width: 90%;
    margin: 0 auto;
    padding: 3em
}

.head_title {               width: 20%;
text-align: center;
margin:0 11em 3em;
                            background-color: rgba(0,0,0,0.97);
							border: 1px solid rgb(100,100,100);
}
ol.thumbs { margin: -1em 0 0 0;
    text-align: center;
}
ol.thumbs li {
    margin: 0;
}
ol.thumbs li.album {margin: 0 30px 0 0;}
.album-content {padding: 0 0.5em 0}

figcaption {width: 100%; margin: 0 auto;}
img.k-lazy-loaded {                         
                                                background-color: rgba(0,0,0,1);
												padding: 0.5em;
												border: 1px solid rgb(100,100,100)
}
ol.thumb-strip img.k-lazy-loaded {padding: 0.2em;}
section {
                                                background-color: rgba(0,0,0,0.70);
												padding: 1em; 
												margin: 1em;
												border: 1px solid rgb(100,100,100)
}

figcaption {
                                                background-color: rgba(0,0,0,0.70);
												margin: 1em auto; 
												padding: 1em; 
}

 #twocol {width: 1270px;}
    div.mcol {
        width: 60%;
    }
    div.rcol { width: 25%;
        font-size: 90%
    }
    div.rcol section {
    text-align: center;
}
.paginate {background-color: rgba(0,0,0,0.70);
			padding: 1em; 
		    border: 1px solid rgb(100,100,100);
		    width: 30%; 
		    margin-bottom: 1em;
		    margin-left: 50%;
		    margin-right: 50%;
    
}

footer.bot {                                    background-color: rgba(0,0,0,0.97);
												margin: 1em auto; 
												padding: 1em; 
												border: 1px solid rgb(100,100,100);
												box-shadow: 20px 0 20px -20px #ffffff inset, -20px 0 20px -20px #ffffff inset
    
}
@media only screen and (max-width:1126px) {
    ol.thumbs li {
        width: 50%
    }
    
    #twocol {width: 100%;}
    div.mcol {
        width: 60%
    }
    div.rcol { width: 30%; margin: 0 auto;
        font-size: 90%
    }
    .kevent .article_body {
        padding-right: 0
    }
}
@media only screen and (max-width:1278px) {
    ol.thumbs li {
        width: 60%
    }
    #twocol {width: 100%;}
    div.mcol {
        width: 65%;
        margin: 0 auto;
    }
    div.rcol { width: 31%; margin: 0 auto;
        font-size: 90%
    }
    .kevent .article_body {
        padding-right: 0
    }
    section.view-album {width: 100%;}
}

@media only screen and (min-width:1601px) and (min-height:1200px) {

    body.k-source-content .head.mcol,
    body.k-source-content div.mcol {
        width: 60%
    }
    img.content_main {
        max-height: 900px
    }
    #twocol {float: none; width: 100%; margin: 0 auto; }
}

@media screen and (max-width: 1278px) { #container.nav-header {
    width: 100%;}
    header.top h1 { font-size: 2.9em;
}
section.view-album {width: 92%;}
}

@media only screen and (max-width: 1126px){
#container.nav-header {
    width: 100%;}
    header.top h1 {
    font-size: 3em;
}
}
@media screen and (max-width: 959px) {
    	.in_top {									visibility: hidden; 
                                                display: none }
#container.nav-header {                     width: 92.5%; margin: 0 auto;}
 header.top h1 a {                              font-family: "TrueGothicCyr webfont";
												font-size: 1em }
#container.nav-header {
    width: 100%;}
section.view-album {width: 100%;}
header.content {width: 60%; margin: 0 auto}
section {width: 100%;}
aside {    width: 83%;
    text-align: center;
    margin: 0 auto;}
.paginate {width: 90%; 
		   margin: 0 auto;}
.head_title {width: 40%; margin: 0 auto; margin-bottom: 2em;}
    div.rcol { width: 90%
    }
    div.mcol {float: none;}
}
@media screen and (max-width: 651px) {
header.top h1 a {   
    font-size: 0.5em;
}
aside {    width: 83%;
    text-align: center;
    margin: 0 auto;}
    div.rcol { width: 90%
    }
}
@media screen and (max-width: 320px) {
    section.view-album {width: 100%;}
    header.top h1 a {   
    font-size: 0.4em;
}
header.content {width: 60%;}
section {width: 100%;}
aside {    width: 83%;
    text-align: center;
    margin: 0 auto;}
}
