body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.40;
    background-image: url(img/100fon.png);
    background-color: #fce6d7;
}

h2 {
    font-size: 18px;
    font-weight: bold;
}

a,
a:visited {
    color: #3d3d3d;
}

a:hover {
    color: #3d3d3d;
    text-decoration: underline;
}

.clear {
    clear: both;
}

section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.text-column-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    min-height: 100%;
}

@media only screen and (max-width: 1024px) {
    .text-column-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        min-height: 100%;
    }
}


/*---HEADER---------------------------------------------------------------------------------------------*/

.header-block {
    position: relative;
    width: 100%;
}
.header-block_soc-icon{
    display: inline-block;
    width: 32px;
    height: 32px;
    transition: all .8s ease;
    opacity: 0.6;    
}
.header-block_soc-icon:hover{
    display: inline-block;
    width: 32px;
    height: 32px;
    transition: all .8s ease;
    opacity: 1;    
}

.header-block .btn .fa {
    font-size: 22px;
    color: #fff;
}

.header-block .mobile-btn {
    position: absolute;
    top: 17px;
    right: 15px;
    background-color: #3b3b3b;
    z-index: 10001;
    /* padding: 3px 6px; */
}

.header-block .fixed {
    position: fixed;
}

.top-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-nav li a {
    display: block;
    padding: 8px 0 8px 4px;
    border-bottom: 1px solid lightgray;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #3b3b3b;
    transition: all .8s ease;
}

.top-nav .top-nav_item-selected a,
.top-nav li a:hover {
    background: #675c56;
    color: #FFF;
}

.top-nav_button-archive {
    text-align: center;
}
.drawermenu {
    left: -280px;
}
.drawermenu {
    padding-top: 60px;
    width: 280px;
    max-width: 80%;
}

.drawermenu.drawermenu-right {
    left: auto;
    right: -280px;
}

.drawermenu ul li a {
    margin-left: 20px;
}


/*---MAINPAGE----------------------------------------------------------------------------------------------*/

.mainpage-block-header-1 {
    background: #3d3d3d;
    font-weight: bold;
    padding: 3px 6px;
    color: #fff;
    margin-bottom: 10px;
}

.mainpage-block-header-2 {
    background: #6e635c;
    font-weight: bold;
    padding: 3px 6px;
    color: #fff;
    margin-bottom: 10px;
}

.mainpage-item-header-1 {
    font-weight: 700;
    font-size: 18px;
    padding: 0;
    color: #3d3d3d;
    line-height: 110%;
}

.mainpage-item-rubric {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px;
    background: rgba(61, 61, 61, 0.8);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-decoration: none;
}

.mainpage-item-rubric:visited {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.mainpage-item-rubric:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.mainpage-item-date {
    font-weight: 700;
    font-size: 14px;
    padding: 6px 0;
}

.mainpage-item-text-1 {
    line-height: 110%;
    padding: 6px 0 0 0;
}

.mainpage-list-hr {
    margin: 10px 0;
    border: 0;
    border-top: 2px solid #6e635c;
}

.mainpage-item-picture {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


/*--------LIST-ITEM--------*/
.grid-item{
    margin-bottom: 30px;
}
.flexslider .list-item_content {
    padding-bottom: 15px;
}

.list-item_block-overflow {
    overflow: hidden;
    height: 140px;
}

.list-item_block-anons {
    max-height: 6em;
    line-height: 1.20em;
    overflow: hidden;
}

.list-item_block-comment {
    text-align: right;
    margin-top: 10px;
    overflow: hidden;
    height: 24px;
}
.list-item_block-comment i{
    font-size: 18px;
}
.list-item_block-header1 {
    background: #3d3d3d;
    font-weight: bold;
    padding: 3px 6px;
    color: #fff;
    margin-bottom: 10px;
}

.list-item_block-header2 {
    background: #6e635c;
    font-weight: bold;
    padding: 3px 6px;
    color: #fff;
    margin-bottom: 10px;
}

.list-item_header1 {
    font-weight: 700;
    font-size: 18px;
    padding: 0;
    color: #3d3d3d;
    line-height: 110%;
}

.list-item_rubric {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px;
    background: rgba(61, 61, 61, 0.8);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-decoration: none;
}

.list-item_rubric:visited {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.list-item_rubric:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.list-item_rubric2{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px;
    background: rgba(61, 61, 61, 1);
    color: rgba(255, 255, 255, 1);
}


.list-item_date {
    font-weight: 700;
    font-size: 14px;
    /* padding: 6px 0; */
}

.list-item_author {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    padding: 6px 0;
}

.list-item_text1 {
    line-height: 110%;
    padding: 6px 0 0 0;
}

.list-item_hr {
    margin: 10px 0;
    border: 0;
    border-top: 2px solid #6e635c;
}

.list-item_picture {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


/*--------ITEM-DETAIL--------*/
.item-detail{
    color: #000;
}
.item-detail a,
.item-detail a:hover,
.item-detail a:visited {
    text-decoration: underline;
}

.item-detail_main-picture {
    max-width: 360px;
    float: left;
    padding: 0;
    margin: 0 30px 30px 0;
    border: 1px solid #C0C0C0;
}

.item-detail_subheader {
    font-size: 16pt;
    font-style: italic;
    margin-bottom: 15px;
}

.item-detail_top-button-block {
    margin-bottom: 15px;
}

.item-detail_top-button-block .left {
    float: left;
}

.item-detail_top-button-block .right {
    float: right;
}

.item-detail_top-button-block a {
    display: inline-block;
    margin-left: 15px;
    font-size: 24px;
    transition: all .8s ease;
}

.item-detail_top-button-block a:hover {
    opacity: 0.4;
}

.item-detail_date {
    font-size: 14px;
}

.item-detail_author {
    font-style: italic;
}

/*--------GALLERY--------*/

.gallery a{
    display: inline-block;
    margin: 4px 2px;

}

/*--------COMMENTS--------*/

.comments {
    margin-top: 15px;

}

.comment {
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.comment-date {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.comment-name {
    font-weight: bold;
    /* margin-bottom:10px; */
    text-align: left;
}

.collapse-text-block-button {
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 15px;
}


/* .comment-text {
margin: 10px 0px 10px 30px;
} */

/*---FOOTER----------------------------------------------------------------------------------------------*/
.right-side_banners-block{
    margin-bottom: 30px;
    padding: 0;
}
.banners-block_link-center a{
    text-align: center;
    display: block;
}

.footer-block {
    margin-top: 20px;
}

.footer .copy {
    font-size: 12px;
    color: #ccc;
}

.footer .copy a {
    color: #FFF;
    text-decoration: none;
}

.light-bg {
    background-image: url('img/100fon_light.png');
}
.light-bg_imp {
    background-image: url('img/100fon_light.png') !important;
}


/*-------------------------------------------------------------------------------------------------*/

.btn-ajax {
    width: 180px;
    text-align: center;
}

.btn-ajax .fa {
    font-size: 36px;
}

.btn-ajax span {
    font-size: 12px;
}

.news-header {
    margin-bottom: 20px;
}

.news-block {
    margin-bottom: 20px;
}

.news-block-name {
    font-weight: bold;
    margin-bottom: 10px;
}

.news-block-date {
    font-weight: bold;
    margin-bottom: 4px;
}

.news-block-preview-text {
    font-weight: normal;
    text-align: justify;
}

.news-block-images {
    margin-bottom: 5px;
}

.news-block-images img {
    margin-right: 5px
}

.bottom-shadow:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 30px;
    background-image: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}


/*-------------------------------------------------------------------------------------------------*/
label.inline-block{
    display: inline-block !important;
}

.width-200{
    width:200px;
}
.btn-default_form{
    padding:8px 12px;
}
.bx-ie .noshow {
    display: none;
}

.sky-form {
    box-shadow: none;
}

.sky-form .label {
    display: none;
}

.bx-ie .sky-form .label {
    display: block;
}

.sky-form .row {
    margin-bottom: 10px;
}

.sky-form header {
    padding: 15px 30px;
}

#addreview header,
#addcomment header {
    font-size: 18px;
}



/**/


/* error state */
.sky-form .res-error {
    display: none;
}
.sky-form .res-error h4{
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.sky-form .res-error p{
    font-size: 14px;
}


/**/

.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error select+i,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i,
.sky-form .toggle.state-error input:checked+i {
    background: #EDEDED;
}

.sky-form .state-error+em {
    color: #FF6646;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}


/**/


/* normal state */


/**/

.sky-form .toggle i:before {
    background-color: #FF6646;
}

.sky-form .button {
    background-color: #FF6646;
    opacity: 1;
    border-radius: 10px;
}

.sky-form .button:hover {
    opacity: 0.8;
}

.sky-form .input-file .button {
    background-color: #CCCCCC;
}

.sky-form .file-block-header {
    font-size: 18px;
}

.sky-form .file-block-limits {
    font-size: 14px;
    color: #999999;
    font-style: italic;
}


/**/


/* hover state */


/**/

.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i,
.sky-form .ui-slider-handle:hover {
    border-color: #dc9596;
}

.sky-form .rating input+label:hover,
.sky-form .rating input+label:hover~label {
    color: #FF6646;
}


/**/


/* focus state */


/**/

.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus+i,
.sky-form .checkbox input:focus+i,
.sky-form .toggle input:focus+i {
    border-color: #FF6646;
}


/**/


/* checked state */


/**/

.sky-form .radio input+i:after {
    background-color: #FF6646;
}

.sky-form .checkbox input+i:after {
    color: #FF6646;
}

.sky-form .radio input:checked+i,
.sky-form .checkbox input:checked+i,
.sky-form .toggle input:checked+i {
    border-color: #FF6646;
}

.sky-form .rating input:checked~label {
    color: #FF6646;
}


/*-------------------------------------------------------------------------------------------------*/

.form-popup {
    max-width: 600px;
    margin: 20px auto;
    background: #FFF;
    line-height: 1.1;
    text-align: justify;
    position: relative;
    box-shadow: 2px 2px 18px rgb(83, 69, 71);
    border-radius: 12px;
}


/*.mfp-zoom-out {}*/

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.2;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}


/*-------------------------------------------------------------------------------------------------*/

.search-button {
    margin-top: 15px;
    padding: 6px 12px;
    background: rgba(61, 61, 61, 0.3);
    cursor: pointer;
}

.search-button:hover {
    margin-top: 15px;
    padding: 6px 12px;
    background: rgba(61, 61, 61, 1);
}

.search-button-text {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.btn-default {
    background: rgba(61, 61, 61, 0.7);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    color: #FFF;
}

.btn-default:hover {
    background: rgba(61, 61, 61, 1);
    color: #FFF;
}


/* FLEXSLIDER */

.flexslider {
    margin: 0;
    background: transparent;
    border: 0;
}

.flex-control-nav {
    bottom: 0px;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 3px solid white;
    border-radius: 50%;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 60px;
    height: 60px;
    margin: -30px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 60px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}

.flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 60px;
    display: inline-block;
    content: '\f104';
    color: rgba(0, 0, 0, 0.9);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    content: '\f105';
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0;
    text-align: center;
}


/*-------------------------------------------------------------------------------------------------*/

@media (max-width: 568px) {
    .tabs ul a {
        padding: 12px 6px;
    }
    /* body {
        font-size: 14px;
    } */
    .copy {
        margin-bottom: 10px;
    }
    .table-responsive>.table>tbody>tr>td {
        white-space: normal;
    }
}

@media (min-width: 768px) {
    .header2 .center-col {
        width: 30%;
    }
    .header2 .center-lr {
        width: 35%;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1200px) {
    a,
    a:hover,
    a:visited {
        text-decoration: underline;
    }
}

@media (max-width: 767px) {
    .list-item_block-overflow{
        height: 100%;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-content .news-block * {
        text-align: left;
    }
    /*.news-block-preview-text {
        font-size: 22px;
    }*/
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 16px;
    }
    .mfp-container {
        top: 53px;
    }
}