html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    font-family: Arial, Arial, Helvetica, sans-serif;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
#content,
aside {
    display: inline-block;
    vertical-align: top;
}
aside {
    width: 280px;
    position: fixed;
    box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.38);
    height: 100%;
    border-right: 2px solid #18836d;
    overflow: auto;
    top: 0;
	z-index: 1050;
    background-color: white;
}
#content {
    width: 910px;
    margin-left: 290px;
}
#content section article {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 2px);
    margin: 3px 0;
    border: 1px solid rgba(0, 0, 0, 0.31);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.32);
}
#content section article img {
    height: 300px;
    width: 298px;
}
#tax-check-2 > label input {
    display: none;
}
#tax-check-2 > label:hover {
    transition: all 0.3s linear;
    border: 1px solid #1b866c;
    cursor: pointer;
    background-color: rgba(168, 230, 218, 0.97);
}
#tax-check-2 > label {
    display: inline-block;
    vertical-align: middle;
    width: 54.5px;
    font-size: 17px;
    padding: 2px 2px 0px 2px;
    text-align: center;
    margin: 0px 2px 2px 0;
    background-color: #efefef;
    border: 1px solid #d0d0d0;
    color: #5a5a5a;
    transition: all 0.3s linear;
}
#tax-check-2 label.ok {
    background-color: #13856c;
    border: 1px solid #0a463a;
    color: white;
    transition: all 0.3s linear;
}
.logo {
    width: 250px;
}
#content div.ttl {
    margin-top: -303px;
    display: block;
    position: relative;
    height: 300px;
    width: 297px;
    margin-left: 1px;
}
#content div.ttl a {
    text-decoration: none;
    padding: 3px 5px;
    display: block;
    background-color: rgba(255, 255, 255, 0.88);
    text-align: left;
    color: #4c4c4c;
    max-height: 35px;
    overflow: hidden;
}
select.cd-select > option {} .select2-container {
    width: 100%!important;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}
.select2-container .select2-search--inline {
    float: left
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}
.select2-results {
    display: block
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}
.select2-results__option[aria-selected] {
    cursor: pointer
}
.select2-container--open .select2-dropdown {
    left: 0
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-search--dropdown {
    display: block;
    padding: 4px
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
    display: none
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
    border-top: none
}
.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}
.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}
#content article .ctgr > div {
    overflow: hidden;
    padding: 0;
    display: block;
    position: relative;
    opacity: 0;
    visibility: hidden;
}
#content article .ctgr > div > div {
    min-height: 13px;
    line-height: 13px;
    padding: 5px 0;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.28);
    color: rgba(0, 0, 0, 0.64);
}
#content article .ctgr > div a {
    display: inline-block;
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    color: #20ccaa;
    vertical-align: middle;
}
a {
    color: #20ccaa;
}
a:hover {
    color: #5affde;
}
#content article .ctgr > div a:hover {
    color: #5affde;
}
#content article:hover .ctgr {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
}
#content article:hover .posted {
    display: none;
}
#content article:hover .ttl > a {
    max-height: 100px;
}
#content article .ctgr {
    padding: 0 5px;
    background-color: rgba(255, 255, 255, 0.88);
    opacity: 0;
    visibility: hidden;
}
#content article:hover .ctgr > div:nth-of-type(1) {
    transition: all 0.3s linear;
    opacity: 1;
    visibility: visible;
}
#content article:hover .ctgr > div:nth-of-type(2) {
    transition: all 0.3s linear;
    transition-delay: 0.2s;
    opacity: 1;
    visibility: visible;
}
#content article:hover .ctgr > div:nth-of-type(3) {
    transition: all 0.3s linear;
    transition-delay: 0.4s;
    opacity: 1;
    visibility: visible;
}
#content article .tags > a {
    display: inline-block;
    margin: 1px;
    border: 1px solid #5d5d5d;
    font-size: 80%;
    color: #20ccaa;
    border-radius: 3px;
}
#content article .tags {
    position: absolute;
    bottom: 0;
    max-width: 300px;
    right: 0;
    text-align: right;
    opacity: 0.4;
}
#content article:hover .tags {
    opacity: 1;
}
#content article .posted {
    color: black;
    padding: 5px 5px 3px 5px;
    text-align: right;
    background: rgba(255, 255, 255, 0.88);
    display: table;
    position: absolute;
    top: 136px;
    transform: rotate(90deg);
    left: -38px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.45);
}
ul.page-numbers {
    list-style: none;
    display: block;
    text-align: center;
    margin: 25px 0;
}
ul.page-numbers li {
    vertical-align: middle;
    display: inline-block;
}
ul.page-numbers li span.current {
    padding: 5px 10px;
    background-color: #bdbdbd;
    font-size: 120%;
    text-decoration: none;
    color: white;
}
ul.page-numbers li a {
    padding: 5px 10px;
    background-color: #078064;
    font-size: 120%;
    text-decoration: none;
    color: white;
}
#content div.ttl > a:hover {
    text-shadow: 0 0 1px #18846f;
    transition: all 0.2s linear;
}
#uwpqsffrom_156184 > .uwpqsf_class:nth-of-type(5) {
    display: inline-block;
    width: 185px;
    width: 185px;
    border-radius: 3px 0 0 3px;
}
.uwpqsf_class.-keyword {
    padding: 0;
    color: white;
    text-shadow: 0 0 1px black;
    font-weight: bold;
    display: block;
}
#right {
    right: -280px;
    max-width: 280px;
    position: fixed;
    box-shadow: -3px 0px 3px 0px rgba(0, 0, 0, 0.38);
    height: 100%;
    border-left: 2px solid #18836d;
    overflow: hidden;
    top: 0;
    padding: 10px;
    transition: all 0.3s cubic-bezier(0.27, 0.8, 0.51, 1.08);
    z-index: 99999999;
    background-color: white;
}
#right.active {
    right: 0;
    overflow: auto;
    transition: all 0.3s cubic-bezier(0.69, 1.29, 0.48, 0.94);
}
.opn-close {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    border-radius: 0;
    opacity: 0.5;
    background-color: #1c836f;
    z-index: 99999999;
    padding: 5px;
	transition: all 0.2s linear;
}
.opn-close.active{
    right: 282px;
	transition: all 0.2s linear;
}
.opn-close.active > div:nth-of-type(1),
.filter.active > div:nth-of-type(1) {
    transform: rotate(45deg);
    position: absolute;
    margin-top: 15px;
    margin-left: -4px;
    transition: all 0.3s linear;
}
.opn-close.active > div:nth-of-type(2),
.filter.active > div:nth-of-type(2) {
    opacity: 0;
}
.opn-close.active > div:nth-of-type(3),
.filter.active > div:nth-of-type(3) {
    transform: rotate(-45deg);
    position: absolute;
    margin-top: 0;
    margin-left: -4px;
    transition: all 0.3s linear;
}
.opn-close > div {
    height: 3px;
    width: 100%;
    background-color: black;
    margin: 6px 0;
    transition: all 0.3s linear;
}
#right > div {
    width: 250px;
    margin-bottom: 5px;
    clear: both;
    background-color: #1c836f;
    padding: 5px;
    border-radius: 3px;
}
#right .widgettitle {
    display: block;
    padding: 5px;
    font-weight: bold !important;
    clear: both;
    width: 100%;
    color: white;
    text-shadow: 0 0 1px black;
}
section .widgettitle {
    display: block;
    padding: 5px;
    font-weight: bold !important;
    clear: both;
    color: white;
    text-shadow: 0 0 1px black;
    background-color: #1c836f;
    margin-top: 5px;
    margin-bottom: 5px;
}
section .widgettitle span {
    padding-left: 42px;
}
#tag_cloud-2 .widgettitle {
    display: none;
}
#right .textwidget {
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s linear;
}
#right .textwidget.active {
    max-height: 500px;
    transition: all 0.2s linear;
}
.tagcloud > a {
    text-decoration: none;
}
.tagcloud {
    padding: 0 10px 10px 10px;
    opacity: 0.5;
}
.tagcloud:hover {
    opacity: 1;
}

section .widgettitle:nth-of-type(1).active:after {
    transform: rotate(-90deg);
}
section .new {
    overflow: hidden;
    max-height: 45px;
    transition: all 0.2s linear;
}
section .new.active {
    max-height: 1000px;
    transition: all 0.2s linear;
}
#right #text-52 .textwidget {
    max-height: 1000px;
}
footer > div:nth-of-type(1) {
    display: inline-block;
    vertical-align: bottom;
    line-height: 26px;
    float: none;
    opacity: 1;
    border-left: 3px solid #1c836f;
    padding-left: 20px;
}
footer > div {
    padding-left: 0;
    margin: 10px;
    color: #717171;
    float: right;
    opacity: 0.5;
}
#back-top {
    position: fixed;
    bottom: 30px;
    margin-left: 845px;
}
#back-top a {
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* background color transition */
    
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: black;
}
/* графическая стрелка ВВЕРХ */

#back-top span {
    width: 64px;
    height: 64px;
    display: block;
    margin-bottom: 7px;
    background: rgba(0, 0, 0, 0.31) url(up-arrow.png) no-repeat center center;
    transition: 1s;
    background-size: 52%;
}
#back-top a:hover span {
    background-color: black
}
#text-56 {
    background-color: #1c836f;
    border-radius: 3px;
    padding-bottom: 5px;
    width: 260px;
}
#text-56 .widgettitle {
    display: block;
    padding: 5px;
    font-weight: bold !important;
    clear: both;
    color: white;
    text-shadow: 0 0 1px black;
    margin-top: 5px;
}
#text-56 .textwidget {
    padding: 0 5px;
}
#text-52 form > p:nth-of-type(2) {
    display: inline-block;
    margin: 5px 0;
}
#menu-bottom-menu {
    text-align: right;
}
#menu-bottom-menu > li {
    display: inline-block;
}
#content section.full article {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 3px 0;
    border: none;
    box-shadow: none;
    color: #656565;
    line-height: 22px;
    padding: 0 20px;
}
#content section.full article img {
    height: auto;
    width: auto;
    margin: 10px auto;
    display: block;
    max-width: 400px;
}
#content section.full h1,
h1.search {
    display: block;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold !important;
    clear: both;
    color: white;
    text-shadow: 0 0 1px black;
    background-color: #1c836f;
    margin: 10px 0;
}
#content section.full article > div.ttl {
    margin-top: 0;
    display: block;
    position: relative;
    height: auto;
    float: right;
    width: 478px;
    padding: 0 15px;
}
#content section.full article .posted {
    color: rgba(0, 0, 0, 0.64);
    padding: 10px 5px 7px 5px;
    text-align: right;
    background: none;
    display: table;
    position: static;
    top: 136px;
    transform: none;
    left: 0;
    font-weight: normal;
    letter-spacing: 0;
    border-bottom: none;
    font-size: 100%;
}
#content section.full article .ctgr {
    padding: 0 5px;
    background-color: rgba(255, 255, 255, 0.88);
    opacity: 1;
    visibility: visible;
}
#content section.full article .ctgr > div {
    overflow: hidden;
    padding: 0;
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
}
#content section.full article .ctgr > div a {
    font-size: 100%;
    vertical-align: top;
}
#content section.full article .ctgr > div > div {
    font-size: 100%;
    padding: 10px 0;
}
#content section.full article .ctgr > div > div > span,
#content section.full article .posted span {
    font-weight: bold;
}
#content section.full article p {
    margin-bottom: 10px;
}
.yarpp-thumbnails-horizontal a.yarpp-thumbnail {
    height: auto;
    width: calc(33% - 12px);
}
a.yarpp-thumbnail > img,
span.yarpp-thumbnail-default {
    width: calc(100% - 10px);
    height: auto;
    margin: 5px;
}
#content section.full article a.yarpp-thumbnail img {
    width: 282px;
    display: block;
    max-width: 100%;
    margin: 0;
    height: 282px;
}
.yarpp-related-widget h3 {
    display: block;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold !important;
    clear: both;
    color: white;
    text-shadow: 0 0 1px black;
    background-color: #1c836f;
    margin: 5px 0;
    margin-top: 20px;
}
#content section.full article > div,
#content section.full article > div > div {
    text-align: inherit!important;
    clear: none!important;
}
#content section.full article .ctgr > div > div {
    height: auto;
    line-height: 23px;
}
#content section.full.tagcloud {
    padding: 0 20px 10px 20px;
}
ul.commentlist {
    padding: 0 20px;
    list-style: none;
}
ul.commentlist .avatar {
    display: inline-block;
    vertical-align: top;
}
ul.commentlist .txt {
    display: inline-block;
    vertical-align: bottom;
    min-height: 35px;
    width: calc(100% - 80px);
}
ul.commentlist > li .vcard {} ul.commentlist li > div {
    background-color: #f5f5f5;
    padding: 10px;
    margin: 5px 0;
}
ul.children {
    list-style: none;
    margin-left: 30px;
}
ul.commentlist .title_c {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
ul.commentlist .reply {
    text-align: right;
    margin-top: 10px;
}
ul.commentlist .reply a {
    text-decoration: none;
}
h3.comments-caption,
#reply-title,
#commentform {
    padding: 0 20px;
    margin-top: 25px;
}
h3#reply-title {
    font-weight: bold;
    border-bottom: 1px solid #1c836f;
    margin: 20px 0 0px 20px;
    padding: 0 0 5px 0;
    color: #1c836f;
    width: calc(100% - 40px);
}
#commentform {
    margin-bottom: 25px;
    margin-top: 10px;
}
.comment-form-comment {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 333px);
}
.rt {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 300px;
}
p.comment-notes {
    color: #9e9e9e;
    margin-bottom: 10px;
    font-size: 80%;
}
p.comment-notes .required {
    color: red;
}
#commentform textarea,
#commentform input {
    border: 1px solid #1c836f;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}
#commentform textarea {
    height: 145px;
    width: calc(100% - 22px);
}
#commentform input {
    width: calc(100% - 22px);
}
#commentform input#submit {
    background-color: #1c836f;
    opacity: 0.5;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#commentform input#submit:hover {
    opacity: 1;
    cursor: pointer;
}
#content section.search article {
    margin: 3px 1.5px;
}
.post-156188 .ttl,.post-156192 .ttl,.post-156190 .ttl{
	display:none!important;
}
#text-60{
    padding-top: 15px;
    width: 100%;
    line-height: 20px;	
}
#search-3{
    padding: 10px 20px;
    width: calc(100% - 40px);
    color: #1c836f;
    font-weight: bold;	
}
#search-3 input{
    padding: 10px;
    width: calc(100% - 185px);	
}
#search-3 input#searchsubmit{
	width: 65px;
}

#search-2{
    padding: 10px 20px;
    width: calc(100% - 40px);
    color: #1c836f;
    font-weight: bold;	
}
#search-2 input{
    padding: 10px;
    width: calc(100% - 185px);	
}
#search-2 input#searchsubmit{
	width: 65px;
}
@media all and (max-width: 450px) {
    aside {
        left: -280px;
        z-index: 999999;
        background-color: white;
        transition: all 0.2s linear;
    }
    #content {
        width: 100%;
        margin-left: 0;
    }
    #content section article {
        display: block;
        vertical-align: top;
        width: 100%;
        max-width: 300px;
        margin: 10px auto;
    }
    section .new.active {
        max-height: 3000px;
    }
    ul.page-numbers li {
        line-height: 35px;
    }
    #content section.full article > div.ttl {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #content section.full article {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
        height: auto;
        width: 100%;
        margin: 0 auto;
        max-width: 300px;
        display: block;
    }
    .comment-form-comment {
        width: 100%;
    }
    .rt {
        display: inline-block;
        vertical-align: top;
        margin-left: 0;
        width: 100%;
    }
    #commentform input#submit {
        width: 100%;
    }
    .wrapper {
        padding: 10px;
    }
    #content section.full article img {
        width: 100%;
    }
    #content section.full article .ctgr > div a {
        font-size: 90%;
    }
    .filter {
		width: 35px;
		height: 35px;
		background-color: #1c836f;
		position: fixed;
		z-index: 9999999999;
		left: 0px;
		top: 50px;
		padding: 5px;
		opacity: 0.5;
		transition: all 0.2s linear;
    }
	.filter.active{
		left: 282px;
		transition: all 0.2s linear;
	}
    aside.active {
        left: 0;
        transition: all 0.2s linear;
    }
    #content section.search article {
        margin: 10px auto;
    }
    .filter > div {
        height: 3px;
        width: 100%;
        background-color: black;
        margin: 6px 0;
        transition: all 0.3s linear;
    }
    .select2-container--open .select2-dropdown--below {
        z-index: 99999999;
    }
    .opn-close {
        top: 100px;
    }
 iframe {
        width:-webkit-fill-available;
    }
}