@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir LT 35 Light.woff2') format('woff2'),
    url('../fonts/Avenir LT 35 Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir LT 65 Medium.woff2') format('woff2'),
    url('../fonts/Avenir LT 65 Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir Heavy.woff2') format('woff2'),
    url('../fonts/Avenir Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

body {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.375em;
    font-family: 'Avenir', Arial, Helvetica, sans-serif;
    min-width: 320px;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: underline;
}

form {
    padding: 0;
    margin: 0;
    border: 0;
}

input,
select,
textarea {
    vertical-align: middle;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

blockquote, q {
    quotes: none;
}

q:before,
q:after {
    content: "";
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
}

h1, h2 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 29px;
}

h3 {
    font-size: 22px;
    line-height: 25px;
}

h4 {
    font-size: 20px;
    line-height: 23px;
}

h5 {
    font-size: 18px;
    line-height: 21px;
}

h6 {
    font-size: inherit;
    line-height: inherit;
}

h1 a:not(:hover),
h2 a:not(:hover),
h3 a:not(:hover),
h4 a:not(:hover),
h5 a:not(:hover),
h6 a:not(:hover) {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
    opacity: .7;
}

p {
    margin-bottom: 16px;
}

/* buttons */
.btn {
    border-radius: 0;
    white-space: normal;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.273em;
    padding: 6px 14px 4px;
    margin-bottom: 12px;
}

/* forms */
.form-control {
    -webkit-appearance: none;
    padding: 8px 11px 6px;
    border-radius: 0;
    border-color: #9c9b98;
    box-shadow: none;
    color: #000;
    font: 300 15px/18px 'Avenir', Arial, Helvetica, sans-serif;
}

input.form-control {
    height: 34px;
}

.form-control::-webkit-input-placeholder {
    color: #000;
}

.form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #000;
}

.form-group {
    margin-bottom: 6px;
}

.form-group + .btn {
    margin-top: 11px;
}

/* wrapper */
.wrapper {
    /*overflow: hidden;*/
    position: relative;
    min-height: 100vh;
    padding: 40px 30px;
}

.container-fluid {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.row-12 {
    margin-left: -6px;
    margin-right: -6px;
}

.row-12 > [class^="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}

.row-40 {
    margin-left: -15px;
    margin-right: -15px;
}

.row-40 > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

/* header */
#header {
    position: relative;
    z-index: 100;
    /*margin-bottom: 21px;*/
    margin-bottom: 10px;
    padding-top: 7px;
    border-bottom: 1px solid #9c9b98;
}

#header .navbar-brand {
    display: block;
    float: none;
    /*width: 235px;*/
    width: 282px;
    height: auto;
    padding: 0;
    margin: 0 0 33px 4px;
    font-size: 0;
    line-height: 0;
}
body.blog-id-8 #header .navbar-brand{
    width: 350px;
}

#header .navbar-brand img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

.col-frame.jspScrollable {
    outline: none;
}

#header .nav {
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 14px;
}

#header .nav > li > a {
    display: inline;
    padding: 0;
}

#header .nav > li {
    padding: 0 0 5px;
}

#header .nav > li.active {
    font-weight: 900;
}

#header .nav > li.active > a,
#header .nav > li > a:hover,
#header .nav > li > a:focus {
    background: none;
}

#header .socials {
    text-align: right;
}

/* socials */
.socials {
    list-style: none;
    margin: 0 -4px 0 -5px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -6px;
}

.socials > li {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 1em;
    letter-spacing: 0;
    padding-left: 5px;
    padding-right: 4px;
    padding-bottom: 10px;
}

.bg-img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.hidden-img {
    display: none !important;
}

/* image-slider */
.image-slider {
    margin-bottom: 26px;
    max-width: 100%;
}

.image-slider .slide-item figure {
    height: 0;
    padding-bottom: 58.52%;
}

.image-slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 15;
    font-size: 0;
    line-height: 0;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
    width: 48px;
}

.image-slider .slick-arrow:hover {
    opacity: .85;
}

.image-slider .slick-arrow:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    margin: auto;
    width: 20px;
    height: 20px;
    border: solid #fff;
    border-width: 4px 4px 0 0;
}

.image-slider .slick-prev {
    left: 0;
}

.image-slider .slick-prev:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.image-slider .slick-next {
    right: 0;
}

.image-slider .slick-next:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* news-item */
.news-item {
    margin-bottom: 16px;
}

.news-item.with-border {
    min-height: 170px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9c9b98;
}

.news-item header {
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
}

.news-item header p {
    margin-bottom: 3px;
}

.news-item h2,
.news-item h3 {
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.news-item .image-slider {
    margin-top: 18px;
}

/* footer */
.footer {
    margin-top: 23px;
    padding: 9px 12px 1px;
    font-size: 14px;
    line-height: 1.5em;
    word-break: break-all;
    word-wrap: break-word;
}

.footer h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 900;
    font-size: inherit;
    line-height: inherit;
}

/* post-area */
.post-area {
    margin: -6px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-area .post-preview {
    border: 6px solid;
    min-width: 33.33%;
    max-width: 33.33%;
    -webkit-flex: 1 0 33.33%;
    flex: 1 0 33.33%;
}

.post-area > .product-descr {
    position: relative;
    top: 6px;
    padding: 0 6px 12px;
    min-width: 100%;
    max-width: 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    height: auto !important;
}

.post-area > .product-descr img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.post-area > .product-descr img + img {
    padding-top: 12px;
}

.post-area > .product-descr > p {
    background: #e8e7e7;
    padding: 20px;
    line-height: 1.6;
    color: #9c9b98;
}

.post-area .product-descr strong {
    font-size: inherit;
}

.product-descr {
    /*text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    line-height: 28px;*/
}

.product-descr h1,
.product-descr h2,
.product-descr h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.product-descr .full-size {
    margin-top: 8px;
}

.product-descr ul {
    /*list-style: none;
    margin: 0;
    padding: 0;*/
}

.product-descr h2 {
    margin-bottom: 10px;
}

.product-descr strong {
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
}

.post-preview {
    position: relative;
}

.post-preview:before {
    content: '';
    float: left;
    width: 1px;
    height: 0;
    margin-left: -1px;
    padding: 0 0 89.86%;
}

.post-preview:after {
    content: '';
    display: block;
    clear: both;
}

.post-preview .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.post-preview.type2 .img img,
.post-preview.type4 .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.post-preview .descr {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 12px 7px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.post-preview:hover .img {
    opacity: .44;
}

.post-preview.type4:hover .img {
    opacity: 1;
}

.post-preview.type3 .descr,
.post-preview:hover .descr,
.post-preview:focus .descr {
    opacity: 1;
}

.post-preview .descr h3 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 28px;
}

.post-preview blockquote {
    border: 0;
    margin: 0 0 24px;
    padding: 0;
    font-size: inherit;
}

.post-preview q:before {
    content: '\00ab';
}

.post-preview q:after {
    content: '\00bb';
}

.post-preview q {
    display: block;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.post-preview .descr .name,
.post-preview .descr .position,
.post-preview .descr .email {
    font-size: 17px;
    line-height: 24px;
    text-transform: none;
}

.post-preview .descr a {
    color: rgba(0, 0, 0, .7);
}

.team .post-preview {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 19px;
    line-height: 28px;
}

.team .post-preview p {
    margin-bottom: 0;
}

.team .post-preview.type4:hover .img {
    opacity: .44;
}

.jspVerticalBar {
    width: 6px;
}

.jspTrack {
    background-color: #e8e7e7;
}

.jspDrag {
    background-color: #9c9b98;
}

.col-frame .jspPane {
    right: 0 !important;
    width: auto !important;
}

.col-frame .jspVerticalBar {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.col-frame:hover .jspVerticalBar,
.col-frame:focus .jspVerticalBar {
    opacity: 1;
}

.full-size {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 18px;
    margin-bottom: 20px;
}

/* accordion */
.accordion {
    margin-top: -1px;
}

.accordion .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: transparent;
    border-bottom: 1px solid #939598;
}

.accordion .panel + .panel {
    margin-top: 4px;
}

.accordion .panel > .panel-heading {
    background: none;
    border-color: transparent;
}

.accordion .panel-heading {
    border-radius: 0;
    padding: 0;
}

.accordion .panel-title {
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    padding-bottom: 5px;
    word-break: break-all;
    word-wrap: break-word;
}

.accordion .panel-title a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

/*.accordion .panel:not(:first-child) .panel-title a[aria-expanded="true"] {margin-top: 37px;}*/
.accordion .panel > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.accordion .panel-body {
    padding: 17px 0 11px;
}

.accordion .panel-body > *:first-child {
    margin-top: 0;
}

.accordion .panel-body h3 {
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 3px;
}

.accordion .panel-title a:hover,
.accordion .panel-title a:not(.collapsed) {
    opacity: 1;
}

.accordion .list-unstyled {
    margin-bottom: 17px;
}

.accordion .list-unstyled .btn {
    margin-bottom: 4px;
}

.accordion p + .list-unstyled {
    margin-top: -9px;
}

/* map */
.map {
    height: 180px;
    margin-bottom: 14px;
}

.contact-info .list-unstyled {
    word-break: break-all;
    word-wrap: break-word;
}

.contact-info .list-unstyled a:not(:hover) {
    color: inherit;
}

.offer-form p {
    margin-bottom: 5px;
}

.offer-form .btn {
    margin-bottom: 0;
}

/* product-info */
.product-info {
    line-height: 1.37em;
    border-bottom: 1px solid #939598;
}

.product-info header {
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
}

.product-info p + ul {
    margin-top: -16px;
}

.product-info ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
}

.product-info ul li {
    padding-left: 11px;
}

.product-info ul li:before {
    content: '»';
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -1px;
    min-width: 11px;
    margin-left: -11px;
}

/* spec-menu */
.spec-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
}

.spec-menu li {
    margin-bottom: 5px;
}

.spec-menu a:not(hover) {
    color: inherit;
}

/* upload-widget */
.upload-widget {
    margin-bottom: 18px;
}

.upload-widget > img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1900px) {
    .post-preview blockquote {
        font-size: 16px;
    }
}

@media screen and (max-width: 1450px) {
    .post-preview blockquote {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 1199px) {
    /* post-area */
    .post-area .post-preview {
        flex-basis: 50%;
        min-width: 50%;
        max-width: 50%;
    }

    /*.post-area > *:nth-child(3) {
        -webkit-order: 10;
        order: 10;
    }*/
}

@media screen and (max-width: 1024px) {
    /* col-frame  */
    .col-frame {
        width: auto !important;
        overflow: visible !important;
    }

    .col-frame .jspContainer {
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
    }

    .col-frame .jspPane {
        position: static;
        width: auto !important;
        padding-right: 0 !important;
    }

    .col-frame .jspVerticalBar {
        visibility: hidden !important;
    }
}

@media screen and (max-width: 991px) {
    /* wrapper */
    .wrapper {
        padding-top: 25px;
        padding-left: 25px;
        padding-bottom: 25px;
    }
    #footer {
        display: none !important;
    }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
    }

    h1, h2 {
        font-size: 22px;
        line-height: 25px;
    }

    .wrapper {
        padding-right: 25px;
    }

    .side-col {
        position: static;
    }

    /* header */
    #header {
        padding-top: 0;
        margin-bottom: 27px;
    }

    #header .navbar-brand {
        width: 257px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 14px;
    }

    #header .navbar-toggle {
        display: block;
        float: none;
        width: 32px;
        margin: 14px auto;
        padding: 6px 4px;
        border-radius: 0;
    }

    #header .navbar-toggle .icon-bar {
        width: 22px;
        height: 3px;
        border-radius: 0;
        background: #000;
        position: relative;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    #header .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

    #header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
        opacity: 0;
    }

    #header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
        top: -8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #header .socials {
        text-align: inherit;
    }

    #main-nav {
        text-align: center;
    }

    .post-area.team .post-preview {
        flex-basis: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    /* post-area */
    .post-area .post-preview {
        flex-basis: 50%;
        min-width: 50%;
        max-width: 50%;
    }

    .post-preview .descr {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 2px;
    }

    .post-preview .descr .name,
    .post-preview .descr .position,
    .post-preview .descr .email,
    .post-preview .descr h3.name {
        font-weight: 700;
        font-size: 17px;
        line-height: 1.375em;
        font-family: 'Avenir', Arial, Helvetica, sans-serif;
        text-transform: none;
    }

    .post-preview .descr a {
        color: rgba(0, 0, 0, .7);
    }

    .team .post-preview {
        font-size: 13px;
        line-height: 16px;
    }

    .accordion .panel-title {
        font-size: 22px;
        line-height: 25px;
    }

    .accordion .panel-body {
        padding-top: 10px;
    }

    .post-preview blockquote {
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 1.5;
        font-weight: 700;
    }

    .product-descr {
        font-size: 22px;
        line-height: 25px;
    }

    /* footer */

    .footer {
        margin-top: 20px;
        text-align: center;
    }

    .footer .list-unstyled li {
        display: inline-block;
        vertical-align: top;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 600px) {
    .post-preview .descr h3 {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (min-width: 768px) {
    /*logo center */
    #header .navbar-brand.center {
        margin-left: auto;
        margin-right: auto;
    }

    /* logo right */
    #header .navbar-brand.right {
        margin-left: auto;
    }

    #main-nav {
        display: block;
        height: auto !important;
    }

    /* post-area */
    .post-area {
        margin: -12px;
    }

    .post-area .post-preview {
        border-width: 12px;
    }

    .post-area > .product-descr {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (min-width: 768px) {
    .wrapper > .row-40 > .col-lg-3 {
        width: 100%;
        /*padding-right: 30px;*/
    }

    .wrapper > .row-40 > .col-lg-9 {
        width: 100%;
    }
}

@media screen and (min-width: 991px) {
    .wrapper > .row-40 > .col-lg-3 {
        width: 40%;
        padding-left: 20px;
        padding-right: 20px;
        /*padding-right: 30px;*/
    }

    .wrapper > .row-40 > .col-lg-9 {
        width: 60%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 991px) {
    #footer-mobile {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    /* col-frame */
    .col-frame,
    .col-frame .jspContainer {
        width: 100% !important;
        margin-right: -11px !important;
        padding-right: 11px !important;
        box-sizing: content-box;
    }

    .col-frame {
        overflow: visible;
    }

    .wrapper > .row-40 > .col-lg-3 {
        width: 40%;
        /*padding-right: 30px;*/
    }

    .wrapper > .row-40 > .col-lg-9 {
        width: 60%;
    }
}


@media screen and (min-width: 1200px) {
    .wrapper > .row-40 > .col-lg-3 {
        width: 35%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .wrapper > .row-40 > .col-lg-9 {
        width: 65%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .team .post-preview {
        font-size: 14px;
    }
}

@media screen and (min-width: 1300px) {
    .team .post-preview {
        font-size: 19px;
    }
}


@media screen and (min-width: 1680px) {
    .post-area .post-preview {
        min-width: 25%;
        max-width: 25%;
    }
}

/* to head */
body {
    color: #000;
    background: #fff;
}

a {
    color: #9c9b98;
}

a:hover {
    color: #000;
}

#header .nav > li > a {
    color: #5e5e5e;
}

#header .nav > li.active > a,
#header .nav > li > a:hover,
#header .nav > li > a:focus {
    color: #000;
}

.accordion .panel-title a:hover,
.accordion .panel-title a:not(.collapsed) {
    color: #000;
}

.btn-default {
    border-color: #000;
    background: #000;
    color: #fff;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:focus,
.btn-default.focus,
.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.focus:active,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus,
.btn-default:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

.post-area .post-preview {
    border-color: #fff; /* body bg */
}

.post-preview {
    color: #534f3e;
    background-color: #ddd;
}

.post-preview.pink {
    background-color: #c86c88;
    color: #fff;
}

.post-preview.pink:hover {
    background-color: #af536f;
}

.post-preview.blue {
    background-color: #44a5e5;
    color: #fff;
}

.post-preview.blue:hover {
    background-color: #2b8ccc;
}

.post-preview.angebot-box {
    background-color: #cecece;
    color: #9c9b98;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.post-preview.angebot-box h3 {
    font-size: 0.875em;
}

.post-preview.angebot-box:hover {
    background-color: #b5b5b5;
}

.post-preview.yellow {
    background-color: #ecce73;
    color: #fff;
}

.post-preview.yellow:hover {
    background-color: #d3b55a;
}

.color-scheme-2 .post-preview.pink {
    background-color: #e0567b;
    color: #fff;
}

.color-scheme-2 .post-preview.pink:hover {
    background-color: #c73d62;
}

.color-scheme-2 .post-preview.blue {
    background-color: #6688c5;
    color: #fff;
}

.color-scheme-2 .post-preview.blue:hover {
    background-color: #4d6fac;
}

.color-scheme-2 .post-preview.yellow {
    background-color: #fdcc60;
    color: #fff;
}

.color-scheme-2 .post-preview.yellow:hover {
    background-color: #e4b347;
}

.post-preview:hover {
    background-color: #f0f0f0;
    color: #504b3a;
}

.post-preview.type4:hover {
    color: #616161;
}

.team .post-preview {
    color: rgba(0, 0, 0, .7);
}

.team .post-preview.type4:hover {
    color: #504b3a;
}

.product-descr {
    /*color: #939597;*/
}

.product-descr h1,
.product-descr h2,
.product-descr h3 {
    color: #000;
}

.footer {
    background: #e8e7e7;
    color: #9c9b98;
}

.accordion .panel-title {
    color: #9d9c9c;
}
