﻿/* Minification failed. Returning unminified contents.
(3410,11): run-time error CSS1030: Expected identifier, found ' '
(3410,17): run-time error CSS1031: Expected selector, found ';'
(3410,17): run-time error CSS1025: Expected comma or open brace, found ';'
(3411,13): run-time error CSS1030: Expected identifier, found ' '
(3411,14): run-time error CSS1031: Expected selector, found '10px'
(3411,14): run-time error CSS1025: Expected comma or open brace, found '10px'
(3412,11): run-time error CSS1030: Expected identifier, found ' '
(3412,17): run-time error CSS1031: Expected selector, found ';'
(3412,17): run-time error CSS1025: Expected comma or open brace, found ';'
(3413,1): run-time error CSS1019: Unexpected token, found '}'
(4882,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4883,8): run-time error CSS1035: Expected colon, found '{'
(4889,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4890,8): run-time error CSS1035: Expected colon, found '{'
(5580,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5581,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5592,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5593,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
@font-face{
	font-family: 'icons_font';
    src: url('/fonts/icons_font/icons_font.eot');
	src: url('/fonts/icons_font/icons_font.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/icons_font/icons_font.woff') format('woff'), 
		 url('/fonts/icons_font/icons_font.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'notoserif';
    src: url('/fonts/notoserif/notoserif.eot');
	src: url('/fonts/notoserif/notoserif.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/notoserif/notoserif.woff') format('woff'), 
		 url('/fonts/notoserif/notoserif.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'notoserif';
    src: url('/fonts/notoserif/notoserif-italic.eot');
	src: url('/fonts/notoserif/notoserif-italic.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/notoserif/notoserif-italic.woff') format('woff'),
		 url('/fonts/notoserif/notoserif-italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face{
	font-family: 'notoserif';
    src: url('/fonts/notoserif/notoserif-bold.eot');
	src: url('/fonts/notoserif/notoserif-bold.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/notoserif/notoserif-bold.woff') format('woff'), 
		 url('/fonts/notoserif/notoserif-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face{
	font-family: 'notoserif';
    src: url('/fonts/notoserif/notoserif-bolditalic.eot');
	src: url('/fonts/notoserif/notoserif-bolditalic.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/notoserif/notoserif-bolditalic.woff') format('woff'), 
		 url('/fonts/notoserif/notoserif-bolditalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic
}

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%;
    vertical-align: baseline;
}

html {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
}

body {
    color: #333;
    font: 12px/18px Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-width: 1000px;
    /* margin-bottom: 250px!important; */
}

.page {
    min-width: 1000px;
    overflow:hidden;
}

a {
    color: #5E82B4;
    outline: none;    
    /*text-decoration: underline;*/
    text-decoration: none;
    box-sizing: border-box;
}

a:hover {
    /*color: #DF703C;*/
    text-decoration: none;
}


header, footer, hgroup,
nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


.counters a:hover {
    background-color: transparent;
}


.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    /*color: #000;*/
    margin-bottom: 0;
    padding-bottom: 0;
}
/*
h1 {
    font-size: 2em;
}
*/
h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }




/* main layout
----------------------------------------------------------*/
/*.content-wrapper {
    margin: 0 auto;
    max-width: 1000px;
}*/

/*.site-wrapper {
    margin: 0 auto;
    max-width: 1000px;    
    overflow: hidden;
}*/

.wrapper {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}

#body {
    clear: both;
    padding-bottom: 35px;
}

#body:after {
    display: table;
    clear: both;
    content: '';
}

/* РґР»СЏ РѕСЃР»РёРєР° */
* html #body {
    height: 1%;
}

    

body>footer {
    display: block;
    clear: both;
    min-height: 220px;
    background-color: #48ba4a;
    padding-top: 30px;
    color: #fff;
    font-size: 13px;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    border-top: 5px solid #1b9e51;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }


.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    /*fieldset legend {
        display: none;
    }*/

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    /*font-size: 1.2em;
    font-weight: 600;*/
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    /*width: 300px;*/
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

/*    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }*/

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: 'в–І';
    }

    th.desc a:after {
        content: 'в–ј';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav.navigation {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

    footer p {
        margin: 0;
    }
}

header#header-top {
    /*height: 102px;*/
    height: 36px;
    position: relative;
}

nav.navigation ul li {
    display: table-cell;
    font: bold 15px/1 sans-serif;
    text-transform: uppercase;
    position: relative;
}

nav.navigation a {
    color: #575c5f;
    font-weight:bold;
    text-decoration:none;
}

nav.navigation:after {
    left: auto;
    right: 100%;
}

nav.nav-first ul {
    padding-top: 20px;
    padding-left: 210px;
    float: left;
}

nav.nav-first ul li {
    padding: 0 5px;
}

nav.nav-first ul li a {
    position: relative;
    display: block;
    color: #86a23c;
    padding: 12px 10px 12px;
    white-space: nowrap;
    font-size: 15px;
}

nav.nav-first ul li:hover a {
    background-color: #b4d665;
    color: #fff;
}

nav.nav-first {
    text-align: left;
    position: relative;
    margin-bottom: 36px;
    height: 105px;
    margin: 0 auto;
    width: 1000px;    
}

nav.nav-alphabet {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

nav.nav-alphabet:before, nav.nav-alphabet:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
}

nav.nav-alphabet:after {
    left: auto;
    right: 100%;
}

nav.nav-alphabet, nav.nav-alphabet:before, nav.nav-alphabet:after {
    height: 30px;
    background-color: #fd5c04;
}

    nav.nav-alphabet ul {
        padding-left: 186px;
    }

nav.nav-alphabet>ul>li:hover {
    background-color: #b4d665;
}

nav.nav-alphabet ul li a {
    color: #fffcf5;
    padding: 7px 10px;
    height: 30px;
    display: block;
}

.navigation ul li .menu {
    left: -999rem;
    opacity: 0;
    position: absolute;
    z-index: 25;
    width: auto;
    /*max-width: 250px;*/
    padding: 10px;
    white-space: nowrap;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.15);
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
    border: 2px solid #b4d665;
}

nav.nav-alphabet>ul>li:hover .menu {
    /*left: auto;*/
    left: -31px;
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

nav.nav-alphabet>ul>li .menu li {
    padding:5px 30px 5px 5px;
    margin:0;
    display: list-item;
    list-style: none;
    text-align: left;
}

nav.nav-alphabet>ul>li .menu li a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    text-transform: none;
    font-size: 13px;
    color: #3c2b23;
    pointer-events: all;
    position: relative;
    font-weight: 400;
    line-height: 20px;
}

nav.nav-alphabet>ul>li:hover .menu.menu-center.menu-1col {
    left: -93px;
}

nav.nav-alphabet>ul>li:hover .menu.menu-center.menu-2col {
    left: -186px;
}

nav.nav-alphabet>ul>li:hover .menu.menu-center.menu-3col {
    left: -248px;
}

nav.nav-alphabet>ul>li:hover .menu.menu-right {
    left: inherit;
    right: -31px;
}

nav.nav-alphabet>ul>li:hover .menu.menu-right-last {
    left: inherit;
    right: 0px;
}

nav.nav-alphabet>ul>li .menu li a:hover{
    text-decoration: underline;
}



.content {
    float: left;
    width: 695px;
}

aside.sidebar-right {
    float: right;
    width: 303px;
    padding-top: 20px;
}

aside.sidebar-right .module {
    border-left: 2px solid #d4d4d4;
}

.section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 4px 4px 0 0;
}

.section {
    background: #FFF;
    /*border-radius: 4px;*/
    padding: 20px 20px 0;
    margin: 0 0 30px;
    position: relative;
}

.section_headline {
    font: italic 18px/20px Georgia, "Times New Roman", Times;
    margin: 0 0 18px;
    color: #3c3634;
}

.logo {
    position: absolute;
    top: 10px;
    z-index: 1;
}

.section.noheader:before {
    background: #fff;
}

a.header_contacts {
    position: absolute;
    top: 65px;
    right: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 241px;
    height: 40px;
    padding: 0 70px;
    font: italic 18px/40px Georgia, "Times New Roman", Times;
    color: #FFF;   
    opacity: 0.6;
 	background: #8B4513;
    border-radius: 4px;
}

.edit input {
    width: 600px;
}

/*flash messages*/

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-success, .alert-success .alert-heading {
    color: #468847;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

a.close {
    text-decoration: none;
}

.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-danger, .alert-error, .alert-danger .alert-heading, .alert-error .alert-heading {
    color: #b94a48;
}

#socialgroups {
    float: right;
    margin: 2px 0;
    position: relative;
}

#socialgroups a {
    height: 27px;
    width: 27px;
    display: block;
    position: absolute;
    top: 0;
}

#socialgroup_vk {
    left: -205px;
    background: url('https://tastehub.decorexpro.com/images/social/icon-social.png') 0 27px;
}

#socialgroup_ok {
    left: -170px;
    background: url('https://tastehub.decorexpro.com/images/social/icon-social.png') -118px 27px;
}

#socialgroup_fb {
    left: -135px;
    background: url('https://tastehub.decorexpro.com/images/social/icon-social.png') -89px 0;
}

#socialgroup_tw {
    left: -100px;
    background: url('https://tastehub.decorexpro.com/images/social/icon-social.png') -30px 0;
}

#socialgroup_gp {
    left: -65px;
    background: url('https://tastehub.decorexpro.com/images/social/icon-social.png') 0 0;
}

#socialgroup_rss {
    left: -30px;
    background: url('https://tastehub.decorexpro.com/images/social/icon-social.png') -118px 0;
}

/* breadcrumb */

#breadcrumb {
    color: #ab9a8e;
    font: 15px/15px 'notoserif', serif;
    position: relative;
    margin-left: 10px;
}

#breadcrumb li {
    list-style-type: none;
    float: left;
    padding-left: 5px;
    height: 17px;
}

#breadcrumb li:after {
    content: " / ";
    margin-left: 5px;
}

#breadcrumb :last-child:after {
    content: "";    
}

#breadcrumb li a {
    color: #ab9a8e;
    /*text-transform: uppercase;*/
    -webkit-transition: color .15s linear 0s;
    transition: color .15s linear 0s;
}

#breadcrumb li a:hover {
    color: #222222;
}

#breadcrumb:after {
    content: "";
    clear: both;
    display: table;
}

/* section head */

.section-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-header h1 {
    color: #3BBD50;
    font: 60px/1 'gretadisplay', serif;
    text-align: center;
}

.subsection-list {
    width: 800px;
    margin: 0 auto;
    padding: 15px 0 25px 0;
    text-align: center;
}

.section-header .subsection-list .subsection-item {
    margin-right: 30px;
    color: #17438f;
    font: 14px/30px  sans-serif;
    white-space: nowrap;
    -webkit-transition: color .15s linear;
    transition: color .15s linear;
    text-transform: uppercase;
}

.section-header .subsection-list .subsection-item:hover {
    color: #cf2933;
}

/* main page widgets */

.widget-wide, .widget-wide:before, .widget-wide:after {
    margin-bottom: 30px;
}

.widget-violet-light {
    background-color: #fbd1c2;
}

.widget-yellow {
    background-color: #fde4a9;
}

.widget-pink {
    background-color: #f9dfe2;
}

.widget-orange {
    background-color: #fd7241;
}

.main-slider-header {
    text-align: center;
    color: #fff;
    padding: 10px 0 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding-top: 35px;
    width: 960px;
}

.person-block {
    margin: 50px 30px 50px 40px;
    min-height: 150px;
}

.person-block p {
    margin-bottom: 15px;
}

.person-block .person {
    float: left;
    width: 180px;
}

.person-block .person .ava {
    margin-bottom: 10px;
}

.person-block .person a {
    color: #17438f;
    font-size: 16px;
    font-family: 'notoserif';
}

img.author-photo {
    display: inline-block;
    border-radius: 50px;
}

.person-block .quote {
    font: 16px/24px 'notoserif',serif;
    color: #484848;
    float: right;
    /*width: 700px;*/
    font-style: italic;
}

.person-block .person .profession {
    color: #484848;
    margin-top: 10px;
    font-family: 'notoserif';
    font-size: 14px;
}

.person p {
    margin: 5px 0!important;
}

/*  footer cols
    ---------------*/

.footer-col {
    width: 217px;
    display: inline-block;
    vertical-align: top;
}

.footer-col ul li {
    font-size: 13px;
}

.footer-col ul li a {
    color: #fff;
    font: bold 13px/1 sans-serif;
    line-height: 26px;
}

.footer-col ul li a:hover {
    color: #fd5c04;
}

.footer-col-lemon {
    width: 55px;
}

.footer-lemon {
    width: 55px;
    height: 86px;
    display: block;
    background-image: url(https://tastehub.decorexpro.com/images/lemon.png);
    margin-left: 10px;
    margin-top: 20px;
}

#up {
    background: url(https://tastehub.decorexpro.com/images/up.png) no-repeat;
    width: 46px;
    height: 46px;
    overflow: hidden;
    position: fixed;
    margin-left: 1030px;
    top: 72%;
    cursor: pointer;
}

/* Js Contact Form */
.b-popup {
    width: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    position: fixed;
    top: 0px;
    z-index: 9999;
}

    .b-popup .b-popup-content {
        margin: 60px auto 0px auto;
        width: 620px;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 0px 0px 10px #000;
    }

.askform {
    clear: both;
}

    .askform .bg-good {
        background: transparent;
        margin: 20px 0;
        padding: 5px 10px !important;
        border-left: solid 3px #fd5c04;
    }

    .askform label {
        display: inline-block;
        width: 150px;
        font-size: 14px;
        margin-left: 10px;
    }

    .askform input, .askform textarea {
        padding: 4px 10px;
        margin-bottom: 5px;
        border-radius: 3px;
        border: solid 1px #ddd;
        font-size: 15px;
    }

    .askform input {
        display: inline-block;
        width: 200px;
    }

    .askform textarea {
        width: 600px;
        height: 180px;
        resize: none;
    }

    .askform .button {
        font: 14px/28px Georgia,"Times New Roman",Times;
    }

.b-popup-content .title {
    float: left;
    font-size: 20px;
    margin-bottom: 20px;
}

/*.askform*/ .send {
    float: right;
    width: 200px;
    text-align: center;
    margin-top: 10px;
}

    /*.askform*/ .send:hover {
        background: #fd339b;
    }

a.boxclose {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    cursor: pointer;
    color: #fff;
    background: #bebebe;
    font-size: 31px;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    border-radius: 3px;
}

    a.boxclose:hover {
        background: #9a9a9a;
    }

.boxclose:before {
    content: "Г—";
}


.js_link {
    text-decoration: none !important;
    border-bottom: 1px dashed #fff !important;
}

    .js_link:hover {
        border-bottom: 1px dashed #ff9c4d !important;
    }

.menu-infowidget {
    position: absolute;
    padding: 7px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

    .menu-infowidget:hover {
        border: 4px #fd5c04 solid;
    }

.menu-infowidget-green {
    border: 4px #b4d665 solid;
}

.menu-infowidget-orange {
    border: 4px #faaf02 solid;
}


/* sitemap
-----------------------------------------*/
.sitemap_headline {
    font: 24px/40px 'Source Sans Pro',sans-serif;
    text-align: center;
}

ul.sitemap li {
    position: relative;
    margin: 0;
    padding-left: 30px;
    padding-top: 12px;
    font: 14px 'notoserif',serif;
}

ul.sitemap li ul {
    margin-left: 10px;
    margin-bottom: 10px;
}

ul.sitemap li ul li:before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 20px;
    background-color: #8dc73f;
}

/* РїР»Р°РІР°СЋС‰РёР№ Р±Р»РѕРє */

.sticky {
  position: fixed;
  z-index: 101;
}

.stop {
  position: relative;
  z-index: 101;
}

/* zoom-icon on image hover */

.photo__inner {
    position: relative;
    display: inline-block;
}

.photo__action {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    display: inline-block;
    z-index: 2;
}

.photo__action:before {
    content: '';
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}


.photo__inner:hover .photo__action-inner {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.photo__action-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    font-size: 35px;
    color: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 2px 3px rgba(94,102,0,0.3);
    box-shadow: 0 2px 3px rgba(94,102,0,0.3);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.icon {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.icon {
    font-family: "icons_font";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon_zoom:before {
    content: "\106";
}

.article-gallery-fullwidth {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-gallery-fullwidth-grid-item {
    width: 135px;
    height: 135px;
    display: block;
    padding: 10px 0 0 10px;
    float: left;
}

.article-gallery-fullwidth-grid-item:first-child {
    padding-left: 0;
}

.article-gallery-fullwidth-grid-item-counter {
    background: #ff4f00;
    vertical-align: middle;
    border: 2px solid #cc3f00;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    display: block;
}

a.article-gallery-fullwidth-grid-item-counter:hover {
    color: #FFFFFF;
}

.clear-after::after {
    content: '';
    display: block;
    clear: both;
}

.article-image-block {
    margin: 20px auto;
    display: block!important;
}

.article-gallery {
    overflow: hidden;
    margin: 20px auto;
}

.article-gallery figure {
    margin: 0 3px 3px 0;
}

.article-gallery a, .article-gallery figure {
    display: block;
    float: left;
}


.ad_background {
    border: 1px solid #FBF0F1;
    background: #FBF0F1;
    padding: 10px;
    border-radius: 10px;
}

/* forms (like bootstrap) */

::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
}

:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
}

:-moz-placeholder {
  font-family: 'Roboto', sans-serif;
}

:-moz-placeholder {
  font-family: 'Roboto', sans-serif;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-group label {
    color: #999;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea.form-control {
    height: auto;
}

/* buttons */

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

    .btn-default .badge {
        color: #ffffff;
        background-color: #333333;
    }

.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #ffffff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #ffffff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #ffffff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #ffffff;
    }

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #ffffff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #ffffff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #ffffff;
    }

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #ffffff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #ffffff;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #ffffff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #ffffff;
    }

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #ffffff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #ffffff;
    }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

/* headers */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}


/* glyphicons */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/fonts/bootstrap-icons/glyphicons-halflings-regular.eot');
  src: url('/fonts/bootstrap-icons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/bootstrap-icons/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/bootstrap-icons/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/bootstrap-icons/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/bootstrap-icons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

.login_link{
    display: inline-block;
    font-size: 20px;
    margin-top: 30px;
}

.login_link:hover{
    text-decoration: underline;
}

.hidden
{
    display: none;
}

.edit div.share {
    margin-top: 10px;
}

.edit input {
    width: 600px;
}

.edit textarea {
     width: 600px;
}

.edit textarea.metadescription {
    min-height: 65px;
}

/*.weRecommend ul {
    margin-top: 20px;
}*/

.edit textarea.content {
    min-height: 250px;
}

.edit select {
    min-width: 150px;
}

input.readonly
{
    background-color: #eee;
}

.hidden
{
    display: none;
}

article.article {
    float: left;
    width: 718px;
    /*-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);*/
}

.article_sidebar {
    float: right;
    width: 241px;
}

.article {
    background: #FFF;
    padding: 20px 14px 10px;
    margin: 1px 1px 2px 2px;
    position: relative;
    text-align: left;
    /*-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);*/
}

.article:after {
    content: '';
    clear: both;
    display: table;
}

.newest_headline h3 {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 100;    
}

.article table{
    border: 1px solid;
    border-collapse: collapse;
}

.article th, .article td{
    border: 1px solid;
    text-align: center;
    padding: 0.2em;
}

.article table p {
    margin: 3px 0;
}

.article_entry {
    line-height: 1.5;
    font: 15px/24px 'notoserif',serif;
}

/*
.article_entry a {
    text-decoration: underline;
}


.highslide img {
    
}

.article_entry .img {
    /*text-align: center;*/
    float: right;
    padding: 10px;
    clear: right;
}

.alignleft {
    float: left;
}

img.alignleft {
    margin: 5px 16px 16px 0;
}

.alignright {
    float: right;
}

img.alignright {
    margin: 10px 10px 5px 0px;
}


.related-articles ul:after {
    content: '';
    clear: both;
    display: table;
}

.related-articles_img {
    padding-right: 10px;
}

.related-articles_img,
.related-articles_title,
.newest-articles_img {
    /*display: table-cell;*/
    vertical-align: middle;
    /*float: left;    */
}

.related-articles_img, .popular-articles_img {
    height: 180px;
    border-bottom: 1px solid #e0e0e0;
}

.related-articles_img a img, .popular-articles_img a img, .newest-articles_img a img {
    /*border-radius: 6px 6px 0px 0px;*/
}

.weRecommend .text {
    margin: 5px 10px;
    min-height: 60px;
}

.newest-articles_title {
    display: table-cell;
    vertical-align: middle;
    clear: both;
}

.newest h4 {
    font-weight: normal;
}

.newest li {
    clear: both;
    min-height: 60px;
    padding-bottom: 15px;
}

.related-articles li {
    float: left;
    list-style: none;
    width: 310px;
    padding: 0 15px 30px 0;
}

.newest-articles_img {
    min-width: 80px;
    padding-right: 10px;
}

.newest-articles_title {
    width: 184px;
    font-size: 12px;
}

.newest-articles li {
    display: table;
    padding-left: 0;
    padding-right: 0;
}

.newest-articles li {
    list-style: none;
    font-size: 13px;
    line-height: 20px;
    padding: 12px 6px 15px;    
    position: relative;
}

.comment-form_author {
    float: left;
    width: 320px;
}

.comment-form_email {
    float: right;
    width: 320px;
    }

.comment-form_field {
    width: 100%;
    padding: 0 7px;
    border: 1px solid #EFECE5;
    /*border-radius: 4px;*/
    margin: 0 0 14px;
    background: #FFF;
}

.comment-form_comment {
    overflow: auto;
    height: 70px;
}

input.form-field {
    height: 30px;
    line-height: 30px;
}

.button {
    display: inline-block;
    height: 30px;
    border: none;
    background: #9FBC2D;
    color: #FFF;
    text-decoration: none;
    /*border-radius: 3px;*/
    padding: 0 15px;
    /*font: italic 14px/28px Georgia, "Times New Roman", Times;*/
    cursor: pointer;
}

    .button:hover {
        background: #1b9e51;
    }

textarea.error, input.error {
  border: 1px solid #f08080;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

.add-controls img{
    margin:0 5px;
    opacity:0.3;
}

.add-controls img:hover {
    opacity:1;
}

.edit div.img {
    float: left;
    margin-right: 10px;
}

.edit li fieldset {
    margin-top: -20px;
    padding: 10px;
    background-color: #DEDFDC;
}

.edit legend {
    padding-top: 30px;
}

hr { 
    width:100%;
    margin:1em auto;
    border:none;
    height:3px;
    background:#ccc; 
}

div.add-controls {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}

div.add-controls .controls {
    display:none;
}

div.add-controls .controls.active {
    display:inline;
}

.edit .validation-summary-errors {
    cursor: pointer;
}

/*     article menu
---------------------------------*/

.article_menu_entry {
    padding: 10px 20px;
    margin-bottom: 15px;
    min-height: 240px;
}

.article_menu a {
    color: #333;
    text-decoration:none;
}

.article .article_menu a{
    border-bottom: none;
}

.article .article_menu a:hover{
    color: inherit;
}

.article_menu a:hover {
    border-bottom-color: #8dc73f;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

.article_entry ul.article_menu li {
    padding-top: 4px;
    /*font-size: 16px;*/
}

.article_entry ul.article_menu li:before  {
    top: 13px;
}

.article_entry ul, .article_entry ol {
    /*padding: 0 0 0 20px;
    list-style-type: disc;*/
    padding-bottom: 0;
    
    /*margin-top: 20px;*/
}

.article_entry ul>ul, .article_entry ol>ol {
    padding: 0 0 0 20px;
}

.article_entry ul li {
    position: relative;
    margin: 0;
    padding-left: 20px;
    padding-top: 9px;
}

.article_entry ul li:before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 17px;
    background-color: #8dc73f;
}

.article_entry ol {
    margin: 30px 0;
    counter-reset: li;
    list-style: none outside none;
}

.article_entry ol>li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}

.article_entry ol>li:before {
    content: counter(li);
    counter-increment: li;
    height: 28px;
    width: 28px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 29px;
    font-weight: bold;
    background: #48ba4a;
    border-radius: 50%;
    margin-top: -2px;
}

.article_headline {
    margin: 0 0 16px;
    line-height: 1.2;
    font-weight: 800;
    color: #000;
    font: 30px/1 serif!important;
}

.article h2, .article h3, .article h4 {
    margin: 15px 0 10px;   
    font-weight: normal;
    clear: both;
    /*color: #1E73A9;*/
    font-weight: bold;
}

.article h2 {
    border-bottom: 1px solid #aaa;
    font-size: 20px;
}

.article h3 {
    font-size: 18px;
    font-style: italic;
}

.article h4 {
    font-size: 16px;
    font-style: italic;
}

.article h2 a{
    color: #333;
    text-decoration: none;   
}
/*
.article h2 a:hover{
    color: #5E82B4;   
}*/

.article h2 a:hover:after{
    /*content: ' \2191\2191'; */
	content: ' \21d1';
}


.youtube {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    text-align: center;
    clear: both;
}

.img-bordered {
    border-style: solid;
    /*border-width: 1px;*/
    border-width: 0px;
    border-color: #ccc;
    padding: 5px;
    background-color: #fff;
}

.article p {
    margin: 15px 0;
}

.article blockquote {
    border: 2px solid #b4d665;
    padding: 8px 40px;
    clear: both;
    margin: 10px 0;
}

.article blockquote p {
    padding: 5px 0;
    margin: 0;
    font-style: italic;
}

.article li {
    margin: 5px 0;
}

.weRecommend {
    /*border-top: 2px solid #eee;*/
}

.weRecommend_headline h3 {
    font-size: 20px;
    font-weight: 100;
    margin: 20px 0 20px;
    text-align: center;
}

.weRecommend li {
    width: 240px;
    background-color: #ffffff;
    /*border-radius: 6px;*/
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}

.weRecommend li.first-column {
    margin-left: 2px;
    margin-right: 8px;
}

.weRecommend li.last-column {
    margin-right: 0;
}

.weRecommend li.last-row {
    margin-bottom: 2px;
}

.text a h4 {
    color: #202429;
    font-weight: normal;
    margin: 5px 10px;
}
/*
a h4{
    color: #202429;
}*/

a:hover h4{
    color: #0fadc4;
}


/*
a:hover img {
    opacity: .7;
}*/

div.ad-lr-center {
    margin: 0 auto;
    width: 336px;
}

div.article-gallery {
    margin: 20px 0;
}

.article-gallery a {
    display: block;
    float: left;
}

/* -------------Image "Magic" Caption --------------------- */
.article img {
  display: block;
}

.article-gallery figure {
    margin: 0 3px 3px 0;
}

.magic figure {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
}
.magic figcaption {
  font: 14px/18px 'notoserif',serif;
  text-align: left;
  position: absolute;
  background: black;
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}
.magic figure:hover figcaption {
  opacity: 1;
}
.magic figure:before {
  content: "?";
  position: absolute;
  font-weight: 800;
  background: black;
  background: rgba(255,255,255,0.75);
  text-shadow: 0 0 5px white;
  color: black;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius:    12px;
  border-radius:         12px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -moz-transition: all 0.6s ease;
  opacity: 0.75;
}
.magic figure:hover:before {
  opacity: 0;
}

.magic .cap-left:before {  bottom: 10px; left: 10px; }
.magic .cap-left figcaption { bottom: 0; left: -30%; }
.magic .cap-left:hover figcaption { left: 0; }

.magic .cap-right:before { bottom: 10px; right: 10px; }
.magic .cap-right figcaption { bottom: 0; right: -30%; }
.magic .cap-right:hover figcaption { right: 0; }

.magic .cap-top:before { top: 10px; left: 10px; }
.magic .cap-top figcaption { left: 0; top: -30%; }
.magic .cap-top:hover figcaption { top: 0; }

.magic .cap-bot:before { bottom: 10px; left: 10px; }
.magic .cap-bot figcaption { left: 0; bottom: -30%;}
.magic .cap-bot:hover figcaption { bottom: 0; }

/* -------------Image "Magic" Caption --------------------- */

/* article footer*/
/*.article_footer {
    border: 1px solid #aeaeae;
    margin: 10px 0px;
    padding: 10px 10px 10px 20px;
    min-height: 100px;
}*/

.article_footer_bottom {
    border-top: 2px solid #d9ccc2;
    padding-top: 20px;
    margin-top: 20px;
}

/* author */
.author {
    vertical-align: middle;
    float:left;
}

img.author-photo{
    display: inline-block;
    border-radius: 50px;
    width: 70px;
}

.author-name {
    display: inline-block;
    vertical-align: top;    
    margin-left: 10px;
    /*margin-top: 25px;*/
    margin-top: 7px;
    font: 15px 'notoserif',serif;
}

.author-ask:hover {
    border-bottom: 1px dashed #79716a!important;
}

/* yashare */
.yashare {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    /*border-left: solid 1px rgba(0,0,0,0.1);*/
    padding: 5px 0 10px 20px;
    margin-left: 30px;
    margin-top: 20px;
}

/* Rating */
#raiting {
    position: relative;
    height: 31px;
    cursor: pointer;
    width: 160px;
    float: left;
}
/* Р‘Р»РѕРє СЂРµР№С‚РёРЅРіР°*/
#raiting_blank, #raiting_votes, #raiting_hover {
    height: 31px;
    position: absolute;
}

#raiting_blank {
    background: url(https://tastehub.decorexpro.com/images/rating-apple.png);
    background-position: 0px -36px;
    width: 160px;
}
#raiting_votes {
    background: url(https://tastehub.decorexpro.com/images/rating-apple.png) 0px 0px;
}
#raiting_hover {
    background: url(https://tastehub.decorexpro.com/images/rating-apple.png) 0px -72px;
    display: none;
}
/*  Р·РІРµР·РґРѕС‡РєРё РїСЂРё РіРѕР»РѕСЃРѕРІР°РЅРёРё */
#raiting_info {
    margin-left: 100px;
}

#raiting.pressed {
    cursor:default;
}

.module {
    margin-bottom: 15px;
    position: relative;
}

.module-topic {
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    background-color: #fd5c04;
    font-family: 'Open Sans', sans-serif;
    width: 240px;
    box-sizing: border-box;
}

.module-header1 {
    font-size: 18px;
    text-transform: uppercase;
}

.module-header2 {
    font-size: 15px;
    font-style: italic;
}

.module-label {
    position: absolute;
    bottom: 10px;
    width: 160px;
    color: #3c2b23;
    background-color: #b4d665;
    text-align: center;
    left: 30px;
    padding: 5px 10px;
    font-style: italic;
    font-size: 15px;
    /*text-decoration: underline;*/
}

.module a:hover .module-label {
    /*text-decoration: none;*/
    background-color: #1b9e51;
    color: #fff;
}

.module a{
    display: block;
    position: relative;
}

.module img{
    display: block;
}

/*.module img:hover{
    opacity: 0.9;
}*/

div.recommended_headline {
    font: bold 40px/1 sans-serif;
    margin: 50px auto;
    text-align: center;
    color: #8dc73f;
}

/* Article comments
-------------------------------------------------------------------------*/
.comments_headline {
    font: 40px/1.3 sans-serif;
    color: #f89406;
    margin-top: 30px;
    margin-bottom: 20px;
}

#comment_form {
    position:relative;
    margin-top: 20px;
}

#comment-phone {
    display: none;
}

    /*.comment_form .field_required {
        color: red;
    }*/

#comment-form input, #comment-form select, #comment-form textarea {
    font: 14px/25px 'notoserif', serif;
}
#comment-form ::-webkit-input-placeholder {
    font: 14px/25px 'notoserif', serif;
}
#comment-form :-moz-placeholder {
    font: 14px/25px 'notoserif', serif;
}
#comment-form ::-moz-placeholder {
    font: 14px/25px 'notoserif', serif;
}
#comment-form :-ms-input-placeholder {
    font: 14px/25px 'notoserif', serif;
}

/* validation error  */
.comment-form_comment.error, .comment-form_authorname.error, .comment-form_authormail.error {
    border: 1px solid red;
}

.comment-form_comment {
    width: 629px;
    min-height: 100px;
    border: 1px solid #ab9a8e;
    resize: none;
    padding: 10px;
    display: block;    
    overflow: auto;
    font: 15px/25px 'notoserif', serif;
    background-color: #fff;
    outline: 0;
    outline: none;
    box-sizing: border-box;
    margin-left: 90px;
    margin-bottom: 15px;
}

.comment-form_authorname, .comment-form_authormail {
    box-sizing: border-box;
    min-height: 45px;
    border: 1px solid #ab9a8e;
    background-color: #fff;
    resize: none;
    float: left;
    margin-right: 15px;
    padding: 10px;
    width: 235px;
}

.comment-form_authorname {
    margin-left: 90px;
    width: 485px;
}

.comment-form_button {
    background-color: #f89406;
    width: 120px;
    height: 47px;
    text-align: center;
    cursor: pointer;
    font: bold 17px/35px sans-serif !important;
    float: left;
    margin-left: 8px;
    margin-top: 0px;
    color: #ffffff;
    display: block;
    /*border: 3px solid #f89406;*/
}

    .comment-form_button:hover {
        background-color: #8dc73f;
    }

.comment_form-ava {
    position:absolute;
    top: 0;
    left: 0;
}

.comment {
    font-family: 'notoserif', serif;
}

.ctext {
    color: #333;
    font-size: 15px;
}

.commentlist li {
    padding: 20px 0 25px;
    position: relative;
    border-bottom: 1px dotted #d9c8c0;
}

.commentlist li:first-child {
    border-top: 1px dotted #d9c8c0;
}

.cauthor {
    margin-bottom: 5px;
    font-size: 15px;
}

.author_name {
    font-weight: bold;
    color: #f89406;
}

/* end of article comments */

/* authors page */
.authors {
    font: 16px/24px 'notoserif',serif;
    
}

/*.author-articles-header {
    border-bottom: 1px solid #aaa;
    color: #17438f;
    font-size: 20px;
    padding-top: 30px; 
    clear: both;
    margin-bottom: 10px;
}*/

.author-preview {
    overflow: hidden;
}

.author-preview-photo {
    float: left;
    width: 120px;
}

img.author-photo {
    display: inline-block;
    border-radius: 50px;
}

.author-preview-info {
    margin-left: 120px;
}

.author-preview-info h3 {
    clear: none;
    font-size: 18px;
}

.author-preview-info .profession {
    color: #484848;
}

.author-preview-info p {
    margin: 20px 0 30px 0;
    font-size: 14px;
}

.author-preview-info a {
    color: #17438f;
}

.author-preview-info a:hover {
    color: #fd5c04;
}

/* profile */

.author-profile {
    margin-top: 20px;
    font: 16px/24px 'notoserif',serif;
}

.author-profile p {
    margin-top: 15px;
    word-spacing: .1em;
    letter-spacing: .002em;
}

.profile-photo {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

.profile-photo img {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}

.author-profile h1 {
    color: #17438f;
    font-size: 20px;
}

.button {
    display: inline-block;
    height: 30px;
    border: none;
    background: #f89406;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    padding: 0 15px;
    font: 14px/28px Georgia, "Times New Roman", Times;
    cursor: pointer;
}
a.button:hover {
    color: #FFF;
}

h2.author-articles-header {
    border-bottom: 1px solid #aaa;
    color: #17438f;
    font-size: 20px;
    padding-top: 30px; 
    clear: both;
    margin-bottom: 10px;
}

ul.author-articles {
    width: 450px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    color: #5E82B4;
    text-decoration: none;
    margin-left: 20px;
}

.author-articles li {    
    position: relative;
    margin: 0;
    padding-left: 30px;
    padding-top: 12px;
}

.author-articles li a{
    font: 14px 'notoserif',serif;
}
    
.author-articles li:before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 20px;
    background-color: #8dc73f;
}

.extra-article {
    display: none;
}

.show-all-articles {
    color: #fd5c04;
    text-decoration: none;
    border-bottom: dashed 1px #fd5c04;
    font: 16px 'notoserif',serif;
}

a.show-all-articles:hover {
    color: #fd5c04;    
}


/* links in article */

.article a {
    border-bottom: 1px solid #ed5e43;
    color: inherit;
}

.article a:hover, .article a:active, .article a:focus {
    text-decoration: none;
    color: #ed5e43;
}

/*
.article a:visited {
    color: #800080;
    text-decoration: none;
}*/
.catalog-item {
    padding: 21px 0 20px 180px;
    height: 120px;
    list-style-type: none;
    cursor:pointer;
}

.catalog-item_image {
    float: left;
    margin: 0 0 0 -180px;
    border-radius: 3px;
}

.catalog-item_title {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    position: relative;
    top: -4px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        transition-property: height,-webkit-transform;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform;
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent);
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        transform: scale(.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        transform: scale(.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        transform: scale(.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: top .2s,-webkit-transform .2s;
            transition: transform .2s,top .2s;
            transition: transform .2s,top .2s,-webkit-transform .2s;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: left .2s,-webkit-transform .2s;
        transition: transform .2s,left .2s;
        transition: transform .2s,left .2s,-webkit-transform .2s;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: right .2s,-webkit-transform .2s;
    transition: transform .2s,right .2s;
    transition: transform .2s,right .2s,-webkit-transform .2s;
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.25);
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25);
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000;
    }

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.popup-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2000;
    -webkit-perspective: 500px;
    perspective: 500px;
    box-sizing: border-box;
    transition-timing-function: cubic-bezier(0,.3,.5,1);
    transition-duration: .3s;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    opacity: 0;
    -webkit-perspective: 2000;
    perspective: 2000;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
    background-color: rgba(0,0,0,.9);
    font-family: Helvetica Neue,Arial,-apple-system,BlinkMacSystemFont,sans-serif;
}

.popup-container--active {
    display: block;
    opacity: 1;
}

.popup-container * {
    box-sizing: border-box;
}

.popup-container__scroll {
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.popup-container__wrapper {
    width: 100%;
    height: 100%;
}

.popup-container__sliders {
    position: relative;
    min-height: 100%;
    padding-bottom: 80px;
}

.popup__close {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    padding: 20px;
    cursor: pointer;
}

    .popup__close span {
        width: 20px;
        height: 20px;
        display: block;
        position: relative;
    }

        .popup__close span:after, .popup__close span:before {
            content: "";
            position: absolute;
            height: 2px;
            width: 26px;
            background: #fff;
            transition: all .3s;
        }

        .popup__close span:before {
            left: 2px;
            top: 1px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
        }

        .popup__close span:after {
            left: 1px;
            bottom: -1px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
        }

    .popup__close:hover span:after, .popup__close:hover span:before {
        background: #ff2d54;
    }

.gallery {
    overflow: hidden;
    font-family: Helvetica Neue,Arial,-apple-system,BlinkMacSystemFont,sans-serif;
    max-width: 940px;
    margin: 0 auto;
}

    .gallery * {
        box-sizing: border-box;
    }

.gallery-grid {
    overflow: hidden;
}

.gallery-grid__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: scale(.99999);
    transform: scale(.99999);
    cursor: default;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 0;
    line-height: 1;
    position: relative;
}

.gallery-grid__image--vertical {
    width: 360px;
    height: 486px;
}

.gallery-grid__image--square {
    width: 180px;
    height: 155px;
}

.gallery-grid__image--counter {
    background: #ff2d54;
    padding: 0 19px;
    vertical-align: middle;
    border: 2px solid #ff2d54;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .gallery-grid__image--counter span {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .gallery-grid__image--counter:after, .gallery-grid__image--counter:before {
        display: none;
    }

.gallery-grid__image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .3s;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 48px;
    z-index: 1;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjY2NjIiBkPSJNMTAgMGEyIDIgMCAwMTIgMmgyYTIgMiAwIDAxMiAydjEwYTIgMiAwIDAxLTIgMkgyYTIgMiAwIDAxLTItMlY0YTIgMiAwIDAxMi0yaDJhMiAyIDAgMDEyLTJoNHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNOCA1YzIuMjA4IDAgNCAxLjc5MiA0IDRzLTEuNzkyIDQtNCA0LTQtMS43OTItNC00IDEuNzkyLTQgNC00eiIvPjxwYXRoIGZpbGw9IiNjY2MiIGQ9Ik04IDdhMiAyIDAgMTEtLjAwMSA0LjAwMUEyIDIgMCAwMTggN3oiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTMgMTJhMSAxIDAgMTEwIDIgMSAxIDAgMDEwLTJ6Ii8+PC9nPjwvc3ZnPg==");
}

.gallery-grid__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.gallery-grid__image.loaded {
    cursor: pointer;
}

    .gallery-grid__image.loaded:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 90px;
        width: 90px;
        line-height: 90px;
        /*background: rgba(255,45,84,.8) url(/content/slider/img/magnifying.svg) no-repeat 50%;*/
        background: rgba(255,255,255,.8) url(/content/slider/img/magnifying.svg) no-repeat 50%;
        background-size: 35px 35px;
        font-size: 35px;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        box-shadow: 0 2px 3px rgba(94,102,0,.3);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all .2s;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        z-index: 2;
    }

    .gallery-grid__image.loaded:after {
        opacity: 0;
    }

    .gallery-grid__image.loaded:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.loader {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.loader, .loader-svg {
    width: 50px;
    height: 50px;
}

.loader-svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 10;
    font-size: 0;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: loader .85s linear infinite;
    animation: loader .85s linear infinite;
}

    .loader-svg.loaded, .popup-slider-full__loader {
        display: none;
    }

.popup-slider-full {
    width: 100%;
    text-align: center;
    min-height: 100%;
}

    .popup-slider-full > .loader-svg {
        display: none;
    }

    .popup-slider-full .swiper-wrapper {
        display: -webkit-flex;
        display: flex;
    }

    .popup-slider-full .swiper-slide {
        padding: 0 80px;
        height: auto;
    }

    .popup-slider-full .swiper-button-next, .popup-slider-full .swiper-button-prev {
        width: 50px;
        height: 100%;
        background: none;
        -webkit-transform: translate(0);
        transform: translate(0);
        top: 0;
        margin: 0;
        outline: none;
    }

        .popup-slider-full .swiper-button-next:after, .popup-slider-full .swiper-button-next:before, .popup-slider-full .swiper-button-prev:after, .popup-slider-full .swiper-button-prev:before {
            content: "";
            width: 24px;
            height: 50px;
            top: 50%;
            left: 50%;
            margin-left: -12px;
            position: absolute;
            transition: all .3s;
            margin-top: -25px;
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .popup-slider-full .swiper-button-next:after, .popup-slider-full .swiper-button-next:hover:not(.swiper-button-disabled):before, .popup-slider-full .swiper-button-prev:after, .popup-slider-full .swiper-button-prev:hover:not(.swiper-button-disabled):before {
            opacity: 0;
        }

        .popup-slider-full .swiper-button-next:hover:not(.swiper-button-disabled):after, .popup-slider-full .swiper-button-prev:hover:not(.swiper-button-disabled):after {
            opacity: 1;
        }

    .popup-slider-full .swiper-button-prev {
        left: 0;
    }

        .popup-slider-full .swiper-button-prev:after, .popup-slider-full .swiper-button-prev:before {
            background-image: url(/content/slider/img/arrow_prev.svg);
        }

        .popup-slider-full .swiper-button-prev:after {
            background-image: url(/content/slider/img/arrow_prev_hover.svg);
            opacity: 0;
        }

        .popup-slider-full .swiper-button-next.swiper-button-disabled, .popup-slider-full .swiper-button-prev.swiper-button-disabled {
            pointer-events: all;
        }

    .popup-slider-full .swiper-button-next {
        right: 0;
    }

        .popup-slider-full .swiper-button-next:after, .popup-slider-full .swiper-button-next:before {
            background-image: url(/content/slider/img/arrow_next.svg);
        }

        .popup-slider-full .swiper-button-next:after {
            background-image: url(/content/slider/img/arrow_next_hover.svg);
        }

.popup-slider-small-wrapper {
    box-sizing: border-box;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    height: 80px;
    background: #000;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.popup-slider-small {
    box-sizing: border-box;
}

    .popup-slider-small .swiper-slide {
        width: auto;
        padding: 15px 5px;
    }

    .popup-slider-small .swiper-slide-thumb-active:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        left: 0;
        top: 0;
        background: #ff2d54;
    }

.popup-slider-small__image {
    position: relative;
    width: 60px;
    height: 50px;
    cursor: pointer;
}

    .popup-slider-small__image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

.gallery-image {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
}

    .gallery-image img {
        max-width: 100%;
        height: auto;
    }

    .gallery-image:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 90px;
        width: 90px;
        line-height: 90px;
        /*background: rgba(255,45,84,.8) url(/content/slider/img/magnifying.svg) no-repeat 50%;*/
        background: rgba(255,255,255,.8) url(/content/slider/img/magnifying.svg) no-repeat 50%;
        background-size: 35px 35px;
        font-size: 35px;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        box-shadow: 0 2px 3px rgba(94,102,0,.3);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all .2s;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        z-index: 2;
    }

    .gallery-image:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.slider-image-wrap {
    display: -webkit-flex;
    display: flex;
    height: calc(100vh - 130px);
    min-height: 500px;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
}

    .slider-image-wrap img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
    }

.slider-image {
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 10px 0 40px;
}

    .slider-image.loaded .slider-image__title {
        display: block;
    }

    .slider-image.loaded .slider-image-wrap .loader-svg {
        display: none;
    }

    .slider-image.loaded .slider-image__fraction {
        display: block;
    }

.slider-image__fraction {
    position: absolute;
    z-index: 1;
    top: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    right: 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    display: none;
}

.slider-image__title {
    color: #c8ced3;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    text-align: left;
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    margin-top: 7px;
}

.slider-image--a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.slider-image__a {
    width: 240px;
    min-width: 240px;
    position: relative;
    margin-left: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.sliderad {
    /*background: #fff;*/
    /*font-size: 16px;*/
    /*padding: 10px;*/
}

.slide-custom {
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

.swiper-slide--custom {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.swiper-slide-disabled {
    display: none;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@media (max-width:980px) {
    .gallery {
        max-width: 625px;
    }

    .gallery-grid__image--vertical {
        width: 315px;
        height: 425px;
    }

    .gallery-grid__image--square {
        width: 140px;
        height: 135px;
    }

    .gallery-grid__image--disable-md {
        display: none;
    }
}

@media (max-width:900px) {
    .slider-image__a {
        display: none;
    }

    .popup-slider-full {
        height: 100%;
        min-height: 0;
    }

        .popup-slider-full .swiper-slide {
            padding: 0;
            height: 100%;
        }

        .popup-slider-full .swiper-button-next, .popup-slider-full .swiper-button-prev {
            display: none;
        }

    .popup-slider-small {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

        .popup-slider-small .swiper-wrapper {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: none;
            flex-wrap: none;
        }

        .popup-slider-small .swiper-slide {
            -webkit-flex: 1;
            flex: 1;
            height: 5px;
            padding: 0;
        }

            .popup-slider-small .swiper-slide:before {
                content: "";
                height: 5px;
                position: absolute;
                left: 2px;
                top: 0;
                width: auto;
                right: 2px;
                border-radius: 4px;
                background: #5a5a5a;
            }

            .popup-slider-small .swiper-slide.swiper-slide-thumb-active:before {
                background: #ff2d54;
            }

    .popup-slider-small-wrapper {
        bottom: auto;
        top: 0;
        height: 5px;
    }

    .popup-slider-small__image {
        display: none;
    }

    .popup__close {
        top: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
        padding: 15px;
    }

    .slider-image {
        padding: 15px 10px 40px;
        display: block;
        height: 100%;
    }

        .slider-image.loaded .slider-image__fraction, .slider-image__fraction {
            display: none;
        }

    .popup-container__sliders {
        padding-bottom: 0;
        height: 100%;
    }

    .slider-image-wrap {
        height: 100%;
        min-height: 0;
        display: block;
        text-align: center;
    }

        .slider-image-wrap:after {
            content: "";
            height: 100%;
            width: 0;
        }

        .slider-image-wrap:after, .slider-image-wrap img {
            display: inline-block;
            vertical-align: middle;
        }

    .swiper-slide--custom, .swiper-slide--mad {
        display: block;
        overflow: auto;
        height: 100%;
    }

        .swiper-slide--custom:after, .swiper-slide--mad:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 100%;
            width: 0;
        }

        .slide-custom, .swiper-slide--custom > *, .swiper-slide--mad > * {
            display: inline-block;
            vertical-align: middle;
        }

    .slide-custom {
        padding: 0 10px;
    }
}

.box {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    /*height: 410px;*/
}

a.box-article {
    height: 410px;
}

a.box-news {
    height: 80px;
    text-align: left;
}

.box-article .article-cover:before, .box-article .box-desc:before,
.box-news .article-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.box-news .article-cover:before {
    width: 80px;
    height: 80px;
}

.box-article:hover .article-cover:before, .box-article:hover .box-desc:before,
.box-news:hover .article-cover:before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: background-color .15s linear;
    transition: background-color .15s linear;
}

.box:hover, .box:visited {
    color: #fff;
    text-decoration: none;
}

/*
    .box .img-responsive {
        width: 100%;
        display: block;
    }*/

.box img {
    display: block;
}

.box-news img {
    float: left;
}

.box-news:hover h3 {
    color: #ec008c;
}

.box-news .box-name {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font: 15px/1.3 sans-serif;
    color: #222222;
    padding-left: 10px;
}

.box-desc {
    position: relative;
    height: 240px;
    padding: 0 25px;
    position: relative;
    width: 300px;
    border-top: none;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: border-color .15s linear 0s;
    transition: border-color .15s linear 0s;
}

.box .box-menu {
    position: absolute;
    top: 18px;
    left: 0;
    text-align: center;
    width: 100%;
    font: bold 11px/13px sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.box-name {
    display: block;
    max-height: 136px;
    /*overflow: hidden;*/
    color: #fff;
    z-index: 2;
    position: relative;
    font: 27px/1 'gretadisplay', serif;
}

.box-info {
    font: bold 11px/13px sans-serif;
    color: #ffffff;
    opacity: .9;
    position: absolute;
    bottom: 27px;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity .15s linear 0s;
    transition: opacity .15s linear 0s;
}

.article-top-widget .box {
    float: left;
    width: 300px;
    margin-left: 30px;
}

    .article-top-widget .box:first-child {
        margin-left: 0;
    }

.article-top-widget .box-name {
    color: #000000;
    text-align: left;
    font: 15px/1.3 sans-serif;
    padding-top: 10px;
}

.top-news:hover h3 {
    color: #ec008c;
}


.content-col {
    float: left;
    margin-left: 30px;
    width: 300px;
}

    .content-col:first-child {
        margin-left: 0;
    }

.css-link{
    text-align: center;
    margin: 40px 0;
}

.article-csslink-btn-google-play {
    display: inline-block;
    background-image: url(https://tastehub.decorexpro.com/images/page/article/btn-google-play.png);
    width: 185px;
    height: 55px;
    border: none!important;
    font-size: 0;
}

.article-csslink-btn-app-store {
    display: inline-block;
    background-image: url(https://tastehub.decorexpro.com/images/page/article/btn-apple-itunes.png);
    width: 185px;
    height: 55px;
    border: none!important;
    font-size: 0;
}

.article-csslink-btn-default {
    display: inline-block;
    border: none !important;
    background: #63bc66;
    background: #56c440;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    padding: 15px 40px !important;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.article-csslink-btn-default:hover{
    background: #3ab34a;
}
.block_comment {
    width: calc(100% - 30px);
    border: 1px solid #e1e1e1;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 20px;
}

.inner_comment_block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.textarea_comment {
    margin: 0px;
    padding: 0;
    border: none !important;
    width: 100%;
    resize: none;
    overflow: hidden;
    font-size: 15px;
    max-height: 18px !important;
    cursor: pointer;
    font-family: 'Roboto',Tahoma;
    font-weight: 400;
}

    .textarea_comment:focus {
        outline: none;
    }

.active .block_comment .textarea_comment {
    height: 38px;
    max-height: 2000px !important;
}

.inner_comment_block button {
    display: none;
}

.active .block_comment .inner_comment_block button {
    display: block;
    background: #4086e0;
    color: #fff;
    padding: 0 20px;
    font-size: 15px;
    outline: none;
    border: 0;
    line-height: 2em;
    border-radius: 4px;
    cursor: pointer;
}

    .active .block_comment .inner_comment_block button:hover {
        background: #3d7fd5;
    }

.comment_block_head_info .comment_head_image {
    width: 32px;
    height: 32px;
    object-fit: cover;
}


.comment_block_head {
    display: flex;
    justify-content: space-between;
}

.comment_block_head_info {
    display: flex;
}

.comment_head_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
}

.info_name_commentator {
    text-decoration: none;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    font-weight: bold;
}

a.info_name_commentator:hover, .comment_date_create:hover, .comment_answer_link:hover {
    color: #346eb8;
}

.comment_date_create {
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    color: #818181;
}

.rating_coment {
    display: flex;
    align-items: center;
    position: relative;
}

.comment_rating_value {
    color: #818181;
    padding: 3px 15px;
    font-size: 14px;
    background: rgba(129,129,129,.1);
    font-weight: 500;
    cursor: default;
    height: fit-content;
}

.rating_arrow_down.visiblee, .rating_arrow_up.visiblee {
    height: 100%;
}

.rating_arrow_down, .rating_arrow_up {
    background: url(/content/comments/images/arrow.svg);
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
    width: 25px;
    cursor: pointer;
}

.rating_arrow_down {
    transform: rotate(180deg);
}

    .rating_arrow_down:hover {
        background: url(/content/comments/images/arrow_red.svg);
        background-position-y: center;
        background-position-x: right;
        background-repeat: no-repeat;
    }

.rating_arrow_up:hover {
    background: url(/content/comments/images/arrow_green.svg);
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
}

.comment_text_comment {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0;
    max-width: 90%;
}

.comment_answer_link {
    color: #818181;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
}

.submit_block_answer {
    display: flex;
    align-items: center;
}

.cancel_write_answer {
    display: none;
    height: fit-content;
    color: #818181;
    margin: 0 15px;
    border-bottom: 1px dotted #818181;
}

.active .block_comment .cancel_write_answer {
    display: block;
}

.answers {
    margin-left: 32px;
    position: relative;
}

.line_three {
    width: 30px;
    position: absolute;
    top: 0;
    left: -32px;
    height: 100%;
    border-left: 1px dashed #ccc;
    cursor: pointer;
}

    .line_three:hover {
        border-left: 2px solid #4086e0;
    }

.open_three {
    font-size: 14px;
    line-height: 1;
    color: #346eb8;
    cursor: pointer;
    margin-bottom: 15px;
}

.coment_body {
    width: 100%;
    padding-top: 15px;
}

.show_rating_info {
    width: 190px;
    background: #fff;
    top: 15px;
    z-index: 1;
    right: 0;
    position: absolute;
    display: none;
    padding: 10px 0 10px 10px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}

.person_block_rating {
    display: flex;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f4f4f4;
    cursor: pointer;
}

    .person_block_rating:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

.image_person_rating {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.name_person_rating {
    margin-left: 8px;
    color: #07a23b;
    font-size: 12px;
}

    .name_person_rating.active {
        color: #346eb8 !important;
    }

.show_rating_info:hover {
    display: block !important;
}

.line_opacity {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.51) 100%);
    height: 5px;
    box-shadow: 0 0 10px rgb(255, 255, 255);
}

.rating_block_relative {
    overflow: hidden;
    position: relative;
}

.body_rating_scroll::-webkit-scrollbar { /* chrome based */
    width: 0px; /* С€РёСЂРёРЅР° scrollbar'a */
    background: transparent; /* РѕРїС†РёРѕРЅР°Р»СЊРЅРѕ */
}

.body_rating_scroll {
    overflow: auto;
    max-height: 200px;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}

.comment_rating_value.good_rating {
    color: #07a23b;
    background-color: #eefbf3;
}

.name_person_rating.good_rating {
    color: #07a23b;
}

.comment_rating_value.bad_rating {
    color: #cd192e;
    background-color: #fff1f1;
}

.name_person_rating.bad_rating {
    color: #cd192e;
}

.block_nav {
    margin-bottom: 15px;
    display: flex;
    border-bottom: 1px solid #f4f4f4;
}

.nav_button {
    font-size: 15px;
    padding: 15px 0;
    margin-right: 15px;
}

    .nav_button.active {
        border-bottom: 3px solid #4086e0;
        font-weight: bold;
    }

    .nav_button:hover {
        color: #e25a76;
        cursor: pointer;
    }

    .nav_button.active:hover {
        color: #000;
        cursor: default;
    }

.name_comentatorr {
    margin: 0;
    display: none;
    width: calc(100% - 30px);
    border: 1px solid #e1e1e1;
    border-bottom: none;
    padding: 15px;
    cursor: pointer;
}

.input_comment {
    margin: 0px;
    padding: 0;
    border: none !important;
    width: 100%;
    resize: none;
    overflow: hidden;
    font-size: 15px;
    max-height: 18px !important;
    cursor: pointer;
    font-family: 'Roboto',Tahoma;
    font-weight: 400;
    outline: none;
    text-decoration: none;
}

    .input_comment.danger::placeholder, .textarea_comment.danger::placeholder {
        color: #F00;
    }

.active .block_comment ~ .name_comentatorr {
    display: block;
}

.block_comenta {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
    padding-right: 2px;
}

.comment_by_name {
    margin-left: 10px;
    display: flex;
    white-space: nowrap;
}

.text_name_by_coment {
    font-size: 12px;
    color: #818181;
    cursor: pointer;
    margin-left: 15px;
}

    .text_name_by_coment:hover {
        color: #346eb8;
    }

.content_comment {
    padding-left: 15px;
    padding-right: 15px;
}

/*
    @media (max-width: 1259px) and (min-width: 640px){
        .content_comment{
            width: 600px;
        }
    }*/
@media (max-width: 639px) {
    /*
        .content_comment{
            width: calc(100% - 30px);
            padding: 0 15px;
        }
        */

    .rating_coment {
        position: absolute;
        right: 0;
        top: 15px;
        background: #fff;
        box-shadow: -16px -5px 10px rgb(255, 255, 255);
    }

    .coment_body {
        position: relative;
    }

    .answers {
        margin-left: 16px;
    }

    .line_three {
        width: 15px;
        left: -16px;
    }
}

@media (max-width: 768px) {
    .rating_arrow_down, .rating_arrow_up {
        height: 23px;
    }
}

.coment_body.for_that {
    background: #fff5f7;
}

.div_block_all_info_coment_user {
    display: flex;
    flex-wrap: wrap;
}

.comments__title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  display: none;
  position: relative;
  padding: 0.75rem 2rem 0.75rem 0.75rem;
  overflow-wrap: break-word;
  word-break: break-word;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast_show {
  display: block;
}

.toast__close {
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.6;
  appearance: button;
  margin: 0;
  font-family: inherit;
  border-radius: 0;
  outline:none;
}

/*
input:not([type="checkbox"]) {
  display: block;
  font-size: 1rem;
  margin-bottom: .5rem;
}*/







.footer-col a{color:#fff;}


@media (min-width: 768px) and (max-width:999px) {
	body, html {
		min-width: 749px;
		margin:0
	}
	
	
	body div, article {max-width:100%;box-sizing:border-box}
			body img {height:auto!important;max-width:100%;box-sizing:border-box}
			body embed, body iframe, body  video {max-width:100%}
			.text table {width:100%!important;display:block;overflow-x:auto;height:auto!important;-webkit-overflow-scrolling:touch}
			
		
		.page {min-width:0}
		nav.navigation {width:100%}
		
		nav.navigation ul li a {padding:9px 6px 8px}
	
		nav.navigation::before, nav.navigation::after {display:none}
		
		.content-col {width:30%;margin-left:3%}
		.content-col:first-child{margin-left:15px;}
		
		.wrapper {padding:0 5px}
		
	
	.article-gallery > div {display:inline-block;vertical-align:top;width:32%;padding:5px;}
			.article-gallery-fullwidth-grid-item {display:inline-block;vertical-align:top;width:32%;padding:5px!important;float:none!important;height:auto}
			
			.article_entry blockquote {margin-right:0}
			
		a.box-article {height:auto}	
		.box-desc {width:100%;display:flex;justify-content: center;align-items: center;box-sizing:border-box}		
		
		.footer-col {width:24.5%}
		
		article.article {width:calc(100% - 250px);box-sizing:border-box;padding:0}
		.article_menu_entry {width:calc(100% - 300px);margin-left:10px}
		
		.article_sidebar {float:right}
	
}




@media (min-width: 481px) and  (max-width: 767px) {
	body, html {
		min-width: 430px;
		margin:0;
		
	}

		body div, article {max-width:100%;box-sizing:border-box}
			body img {height:auto!important;max-width:100%;box-sizing:border-box}
			body embed, body iframe, body  video {max-width:100%}
			.text table {width:100%!important;display:block;overflow-x:auto;height:auto!important;-webkit-overflow-scrolling:touch}
			
		
		.page {min-width:0}
		
			nav.navigation {width:100%;text-align:center}
			
				.logo {float:none;margin:0 auto;padding:10px;text-align:center}
				
				nav.navigation {position:relative;padding-left:50px;box-sizing:border-box; margin-top: 2px;}
				nav.navigation ul li {display:none}
				nav.navigation ul li#search {display:block;float:right;width:100%}
				#search-form {position:relative;left:auto;width:100%}
				
			.wrapper {padding:0 10px!important}	
			
		footer {height:auto;padding-bottom:65px}	
			.footer-col{text-align:center;width:97%}
			
			.content-col {width:100%;margin:0 0 20px 0}
				.box-desc {width:100%;display:flex;justify-content: center;align-items: center;box-sizing:border-box}
				.box .box-menu {font-size:12px}
				
				a.box-article {height:auto;max-width:300px;margin:15px auto;clear:both}
				.box-article .article-cover {width:100%}
				.box-article .article-cover img {width:100%;object-fit:cover}
				a.box-news {width:50%;float:left;padding-right:10px;box-sizing:border-box;margin-top:15px;}
				
			.person-block {margin:0 auto}	
			
			/*inner*/
			article.article {float:none;width:100%;padding:0;margin:0}
			article.article h1 {font-size:25px}
			.article img {float:none!important;margin:0 auto;display:block;}
			.article_menu_entry {width:100%;margin:10px 0;height:auto;padding:10px;box-sizing:border-box}
			.article_entry .article_menu_entry ul {margin:0}
			.article-gallery figure {margin:0;float:none}
			.article-gallery > div {display:inline-block;vertical-align:top;width:32%;padding:5px;}
			.article-gallery-fullwidth-grid-item {display:inline-block;vertical-align:top;width:32%;padding:5px!important;float:none!important;height:auto}
			
			.article_entry blockquote {margin-right:0}
			.article_entry_cover .cover-content{padding: 25px 10px 0;}
			
			.discussion p, .sharing-wrap p, .rating-title {font-size:12px}
			.social-bar > div {margin-left:0!important;margin-right:10px!Important}
			.social-bar > div.sharing-wrap {float:right;margin-right:0!important}
			.social-bar:after {display: table;	clear: both;	content: '';}
			.social-bar::after {bottom:0}
			
			.article_sidebar {width:100%}
				.module .module-topic {font-size:12px}
				.comment-form_comment, .comment-form_authorname {width:calc(100% - 80px)}
				.comment-form_button {margin:10px 0 0 75px}
		
			
		.newwrap{background:#fff!important}

		
		nav.navigation::before, nav.navigation::after {display:none}
		
		
}

	



@media (max-width: 480px) {
	body, html {
		min-width: 210px;
		margin:0;
		padding:0;
		
		height:auto;
	}
	
	
	
		body div, article {max-width:100%;box-sizing:border-box}
			body img {height:auto!important;max-width:100%;box-sizing:border-box}
			body embed, body iframe, body  video {max-width:100%}
			.text table {width:100%!important;display:block;overflow-x:auto;height:auto!important;-webkit-overflow-scrolling:touch}
			
		
		.page {min-width:0}
		
			nav.navigation {width:100%;text-align:center}
				.logo {float:none;margin:0 auto;padding:10px;text-align:center}
				
				nav.navigation {position:relative;padding-left:50px;box-sizing:border-box; margin-top: 2px;}
				nav.navigation ul li {display:none}
				nav.navigation ul li#search {display:block;float:right;width:100%}
				#search-form {position:relative;left:auto;width:100%}
				
			.wrapper {padding:0 10px!important}	
			
		footer {height:auto;padding-bottom:65px}	
			.footer-col{text-align:center;width:97%}
			
			.content-col {width:100%;margin:0 0 20px 0}
				.box-desc {width:100%;display:flex;justify-content: center;align-items: center;box-sizing:border-box}
				.box .box-menu {font-size:12px}
				
				a.box-article {height:auto;max-width:300px;margin:0 auto}
				.box-article .article-cover {width:100%}
				.box-article .article-cover img {width:100%;object-fit:cover}
				a.box-news {margin-top:15px;}
				
			.person-block {margin:0 auto}	
			
			/*inner*/
			article.article {float:none;width:100%;padding:0;margin:0}
			article.article h1 {font-size:25px}
			.article img {float:none!important;margin:0 auto;display:block;}
			.article_menu_entry {width:100%;margin:10px 0;height:auto;padding:10px;box-sizing:border-box}
			.article_entry .article_menu_entry ul {margin:0}
			.article-gallery figure {margin:0;float:none}
			.article-gallery > div {display:inline-block;vertical-align:top;width:49%;padding:5px;}
			.article-gallery-fullwidth-grid-item {display:inline-block;vertical-align:top;width:49%;padding:5px!important;float:none!important;height:auto}
			
			.article_entry blockquote {margin-right:0}
			.article_entry_cover .cover-content{padding: 25px 10px 0;}
			
			.discussion p, .sharing-wrap p, .rating-title {font-size:12px}
			.social-bar > div {margin-left:0!important;margin-right:10px!Important}
			.social-bar > div.sharing-wrap {float:right;margin-right:0!important}
			.social-bar:after {display: table;	clear: both;	content: '';}
			.social-bar::after {bottom:0}
			
			.article_sidebar {width:100%}
				.module .module-topic {font-size:12px}
				.comment-form_comment, .comment-form_authorname {width:calc(100% - 80px)}
				.comment-form_button {margin:10px 0 0 75px}
		
			
		.newwrap{background:#fff!important}
		
		nav.navigation::before, nav.navigation::after {display:none}
		
		
}




/* responsive-menu.css */
#wprmenu_bar,#wprmenu_bar *,#wprmenu_menu,#wprmenu_menu * {
margin:0;
padding:0;
-moz-box-sizing: border-box!important;
-webkit-box-sizing: border-box!important;
box-sizing: border-box!important;
font-family: Verdana, sans-serif;
list-style:none;
text-align:left;
font-size:100%;
font-weight:normal;
}
#wprmenu_menu img, #wprmenu_bar img {
border:0; border:none;
}
.wprmenu_clear {
clear: both !important;
display: block !important;
height: 1px !important;
margin: -1px 0 0 !important;
width: 1px !important;
}
#wprmenu_bar {
position:fixed;
top:0px;
left:0px;
background: #0D0D0D;
padding:10px 16px;
width:100%;
cursor: pointer;
z-index: 98;
overflow: hidden;
display: none;
}
#wprmenu_bar .menu_title {
color:#f2f2f2;
font-weight: 400;
font-size: 20px;
line-height: 20px;
}


#wprmenu_bar .wprmenu_icon_menu {
color:#f2f2f2;
margin-right:5px;
}

#wprmenu_bar .wprmenu_icon {
width: 20px;
height: 22px;
overflow: hidden;
float: left;
margin-right: 16px;
padding-top: 2px;
position: relative;
}
#wprmenu_bar .wprmenu_icon span {
-webkit-transition: all .01s ease-in-out;
-moz-transition: all .01s ease-in-out;
-o-transition: all .01s ease-in-out;
-ms-transition: all .01s ease-in-out;
transition: all .01s ease-in-out;
display: block;
position: absolute;
width: 20px;
height: 4px;
left: 0px;
background: #f2f2f2;
}
#wprmenu_bar .wprmenu_ic_1 {top:0px;}
#wprmenu_bar .wprmenu_ic_2 {top:7px;}
#wprmenu_bar .wprmenu_ic_3 {top:14px;}
#wprmenu_bar.menu_is_opened .wprmenu_ic_1 {top:-10px;}
#wprmenu_bar.menu_is_opened .wprmenu_ic_2 {
top:9px!important;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
zoom:1;
}
#wprmenu_bar.menu_is_opened .wprmenu_ic_3 {
top:9px!important;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
zoom:1;
}
body { position: relative!important;}
#wprmenu_menu.top {
top:0px;
left:0px;
width:100%;
display: none;
position: relative;
z-index: 9999;
}
#wprmenu_menu {
display: block;
position: fixed;
top: 50px;
height: 100%;
z-index: 97;
overflow-x: hidden;
overflow-y: auto;
background: #2E2E2E;
top: 42px;
bottom:0;
padding-bottom: 43px;
width:75%;
transform: translateX(-100%);
transition: transform 0.5s ease 0s;
}
.responsive-menu-open #wprmenu_menu {transform: translateX(0);}
#wprmenu_menu ul {
margin:0px;
padding:0px;
display: block;
width:100%;
position: relative;
list-style: none;
}
#wprmenu_menu ul li {
display: block;
list-style: none;
}
#wprmenu_menu ul li a, #wprmenu_menu ul li a:hover {
border-bottom:1px solid #131212;
border-top:1px solid #474747;
display: block;
color:#D3D3D3;
padding: 13px 14px;
font-size:14px;
margin:0px;
text-decoration: none;
}
#wprmenu_menu.wprmenu_levels ul li {
display: block;
overflow: hidden;
border-bottom:1px solid #131212;
border-top:1px solid #474747;
width:100%;
position: relative;
}
#wprmenu_menu.wprmenu_levels ul li a{
	border: none;
	width: 100%;
}
#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
border-left:1px solid #474747;
margin-left: 44px;
}
#wprmenu_menu .wprmenu_icon_par {
position: relative;
display: block;
color: #CFCFCF;
width: 46px;
padding: 13px 14px 10px 14px;
cursor: pointer;
float: left;
position: absolute;
top:0px;
left:0px;
}

#wprmenu_menu .wprmenu_no_border_bottom {border-bottom: none!important;}
.icon_default.wprmenu_icon_par:before {content:"t";}
.icon_default.wprmenu_par_opened:before {content:"o";}
#wprmenu_bar {
background: #3e3e3e;
background: url(https://tastehub.decorexpro.com/zh-cn/content/bg-header-fix.png) repeat;
}
#wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu {color: #F2F2F2;}
#wprmenu_menu {background: #2E2E2E!important;}
#wprmenu_menu.wprmenu_levels ul li {
border-bottom:1px solid #131212;
border-top:1px solid #474747;
}
#wprmenu_menu ul li a {color: #CFCFCF;}
#wprmenu_menu ul li a:hover {color: #606060;}
#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {border-left:1px solid #0D0D0D;}
#wprmenu_menu .wprmenu_icon_par {color: #CFCFCF;}
#wprmenu_menu .wprmenu_icon_par:hover {color: #606060;}
#wprmenu_menu.wprmenu_levels ul li ul {
border-top:1px solid #131212;
position:relative;
display:none;
}
#wprmenu_menu.wprmenu_levels ul li a[href="#"]:before{
content:"\25BC";
margin-right:5px;
}
#wprmenu_menu.wprmenu_levels ul li a[href="#"].responsive-menu-subarrow-active:before{
content:"\25B2";
}
#wprmenu_bar .wprmenu_icon span {
background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
html { padding-top: 42px!important; }
div#wpadminbar { position: fixed; }
}
#wprmenu_bar {
overflow:visible;
padding: 6px 16px 10px 16px;
}
.wprm-wrap {
background: transparent;
border: medium none;
box-shadow: none;
margin: 0 auto !important;
height:100%;
width:90%;
max-width: 2000px;
}

#wprmenu_bar div.menu_title {
padding-top:7px;
display:inline-block;
}
#wprmenu_bar div.wprmenu_icon {
border: 1px solid #686868;
border-radius: 5px;
float: left;
height: 34px;
margin: 0 8px 0 0;
padding: 1px 0 0;
width: 40px;
}
#wprmenu_bar .wprmenu_icon span {left:10px;}
#wprmenu_bar .wprmenu_icon span.wprmenu_ic_1 {top:7px;}
#wprmenu_bar.menu_is_opened .wprmenu_icon span.wprmenu_ic_1 {display:none;}
#wprmenu_bar .wprmenu_icon span.wprmenu_ic_2 {top:14px;}
#wprmenu_bar .wprmenu_icon span.wprmenu_ic_3 {top:21px;}
#wprmenu_bar.menu_is_opened .wprmenu_icon span.wprmenu_ic_2,#wprmenu_bar.menu_is_opened .wprmenu_icon span.wprmenu_ic_3 {top:14px !important;}
#wprmenu_bar .col {
color: #ffffff;
float: right;
font: 14px;
margin: 0;
text-align: right;
}
#wprmenu_bar .col p, #wprmenu_bar .col strong {display:inline-block; vertical-align:top;}
#wprmenu_bar .col p {max-width:320px; line-height:1.2; text-align:right; padding-right:7px;}
#wprmenu_bar .col strong {font-size:24px; font-family: Arial,Verdana,sans-serif; font-weight:bold; padding-top:5px;}
#wprmenu_bar .col strong a {color:#ffffff; text-decoration:none;}
#wprmenu_bar .col strong a:hover {color:#ffffff;}
.head_text_com {color:#d7d7d7;}
@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 768px) {
#wprmenu_bar { display: block!important; }
#wprmenu_bar .col p {font-size:12px;}
#wprmenu_bar .col strong {font-size:20px;}
}
@media only screen and (max-width: 730px) {
.wprm-wrap { width:100%; }
#wprmenu_bar .col p, #wprmenu_bar .col strong {display:table-row; text-align:right;}
}
@media only screen and (max-width: 640px) {

#wprmenu_bar .col p, #wprmenu_bar .col strong {display:table-row; text-align:right;}
#wprmenu_bar .col p {font-size:11px;}
#wprmenu_bar .col strong {font-size:16px;}
#wprmenu_bar .col p span {display:none;}
#wprmenu_bar {padding: 10px 16px  10px 7px;}
#wprmenu_bar .menu_title {color:#f2f2f2;font-weight: 300;font-size: 15px;line-height: 16px;}	
}
/* END responsive-menu.css */


@media only screen and (max-width: 1023px) {
.main_del{display:none;}
	
}
