/**
 * @version		1.0.1
 * @package		JoomlaXTC Kraft template for Joomla! 3.x
 * @author		JoomlaXTC http://www.joomlaxtc.com
 * @copyright	Copyright (C) 2015 Monev Software LLC. All rights reserved.
 * @license		http://www.joomlaxtc.com/license JoomlaXTC Proprietary Use License
 */
 
.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}
.pad-0 {
    padding: 0!important;
}
.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}
.marg-0 {
    margin: 0!important;
}
.margin-auto {
    margin: 0 auto !important;
    float: none !important;
}

.display-none {
    display: none;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.res_img {
    width: 100%;
    height: auto;
}

.container {position:relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 970px;
}
 .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

 
 
 
 
 
 
 
 
 
/* ----------------------------------------------*/
/* B 00 - Body
/* ----------------------------------------------*/
body.frontpage {background:transparent url('https://woodbanya.by/templates/kraft/images/backgrounds/s1bkg.jpg') top center no-repeat fixed;color:#777;background-size:cover;}
body.innerpage {background:#fff  url('https://woodbanya.by/templates/kraft/images/backgrounds/') center top no-repeat!important;color:#777;}

/* ----------------------------------------------*/
/* B 01 - Heading,links and titles
/* ----------------------------------------------*/
a,input.button {color:#2a2028;}
a:hover {color:#161616;}
a:active {color:#161616;}
h1 {color:#161616;}
h2 {color:#2a2028;}
h3 {color:#161616;}
h4 {color:#161616;}
h5 {color:#161616;}
h6 {color:#161616;}
p.readmore a:hover {color:#2a2028!important;}

/* ----------------------------------------------*/
/* B 02 - Basecolor styles, used in JXTC Walls and 3rd party components
/* ----------------------------------------------*/
.basecolor_1 {color:#2a2028;}
.basecolor_2 {color:;}
.basecolor_3 {color:#1A1118;}
.basecolor_4 {color:#da191b;}
.basecolor_5 {color:#2a2028;}
.basecolor_6 {color:#7319fa;}
.basecolor_7 {color:#fae819;}
.basecolor_8 {color:#ccc;}

/* ----------------------------------------------*/
/* G 00 - Header,logo,menu
/* ----------------------------------------------*/
#headertop {background:#2a2028;}
#headertop,#headertop a{color: rgba(255,255,255,0.75);font-size:10px; font-weight:normal;}
.frontpage #headerwrap {background: rgba(0, 0, 0, 0.1) ;}
#headerwrap {background:#271f26 url('https://woodbanya.by/templates/kraft/images/backgrounds/') repeat-x bottom left;}
#header{background:rgb(0, 0, 0) url('https://woodbanya.by/templates/kraft/images/backgrounds/') ;}
#headerwrap.stickyscroll,.innerpage #headerwrap  {}
#headerwrap.stickyscroll #header,#headerwrap.stickyscroll {background:#271f26 url('https://woodbanya.by/templates/kraft/images/backgrounds/') repeat-x bottom left;}
#headerwrap.stickyscroll #header, #headerwrap.stickyscroll #logo.hd2, #headerwrap.stickyscroll .suckerfish ul.menu > li, #headerwrap.stickyscroll .dualfish ul.menu > li  {border:none!important;}
body.innerpage #headerwrap #header {background:transparent url('https://woodbanya.by/templates/kraft/images/backgrounds/') ;}
body.innerpage #headerwrap {background:#271f26 url('https://woodbanya.by/templates/kraft/images/backgrounds/') repeat-x bottom left;}
body.innerpage #headerwrap #header,body.innerpage #headerwrap #logo.hd2,body.innerpage #headerwrap .suckerfish ul.menu > li, body.innerpage #headerwrap .dualfish ul.menu > li  {border:none!important;}
/* Logo */
#logo a{background:url(https://woodbanya.by/templates/kraft/images/logos/kraft_logo.png) no-repeat 0 0;height: 57px;width:211px;margin:18px 18px 16px 18px; background-size:100%;opacity:1;}
/* XTC Menu */
#menuwrap {background: ;}
#menu {background: transparent;}
/* Top Level */
#menuwrap ul.menu > li,p.separator {background-color: transparent;}
#menuwrap ul.menu > li a,p.separator {color:#fff;}
#menuwrap ul.menu > li.deeper.parent.xtcHover, #menuwrap ul.menu > li:hover {z-index:999999999999!important;position:relative!important;}
#headerwrap.stickyscroll #menuwrap ul.menu > li.deeper.parent.xtcHover,#headerwrap.stickyscroll #menuwrap ul.menu > li:hover,body.innerpage #menuwrap ul.menu > li.deeper.parent.xtcHover,body.innerpage #menuwrap ul.menu > li:hover{background-color: transparent;z-index:999999999999!important;position:relative!important;}
#menuwrap ul.menu > li:hover a {color:#f1f1f1;}
#menuwrap ul.menu > li.active {background-color: transparent;}
#menuwrap ul.menu > li.deeper.parent.active {background-color: transparent;}
#menuwrap ul.menu > li.deeper.parent.active.xtcHover {background-color: transparent;}
#menuwrap ul.menu > li.active a{color:#fff;}
/* Drop Level */
#headerwrap.stickyscroll #menuwrap ul.menu li.parent > ul,body.innerpage #menuwrap ul.menu li.parent > ul {background-color: #2a2028!important;}
#headerwrap.stickyscroll #menuwrap ul.menu li.parent > ul > li, #menuwrap .dualfish ul.menu ul > li {border-color:#2a2028!important;}
#headerwrap #menuwrap ul.menu li.parent > ul > li {background: rgb(0, 0, 0);} /* The Fallback */
#headerwrap #menuwrap ul.menu li.parent > ul > li {background-color: rgba(0, 0, 0, 0.2);border-color:rgba(0, 0, 0, 0.1);}
#menuwrap ul.menu li.parent > ul > li {text-align:left; background: !important;}
#menuwrap ul.menu li.parent > ul > li > a {color:#fff!important;}
#menuwrap ul.menu li.parent > ul > li:hover {background:#2a2028!important;}
#menuwrap ul.menu li.parent > ul > li > a:hover {color:#fff!important;}
#menuwrap ul.menu li.parent > ul > li.active {background: #2a2028!important;}
#menuwrap ul.menu li.parent > ul > li.active:hover {background: #2a2028!important;}
#menuwrap ul.menu li.parent > ul > li.active > a {color:#fff!important;}
/* Side Menu */
ul.menu.iconside li {text-align:left; background: linear-gradient(to left,rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2) 50%,
#2a2028 50%, #2a2028);background-position: 100% 0;    background-size: 200% 100%;transition: all 3.8s ease-in;}
ul.menu.iconside li:hover {background-position: 0 0;}

/* ----------------------------------------------*/
/* G 03 - Region 1
/* ----------------------------------------------*/
#region1wrap{background: url('https://woodbanya.by/templates/kraft/images/backgrounds/') top center no-repeat; }
#region1{background:     url('https://woodbanya.by/templates/kraft/images/backgrounds/') center no-repeat;}

/* ----------------------------------------------*/
/* G 04 - Region 2
/* ----------------------------------------------*/
#region2wrap{background:#2a2028 url('https://woodbanya.by/templates/kraft/images/backgrounds/') top center repeat-y;; }
#region2{background: url('https://woodbanya.by/templates/kraft/images/backgrounds/') top no-repeat;}

/* ----------------------------------------------*/
/* G 05 - Region 3
/* ----------------------------------------------*/
#region3wrap{background:#fff url('https://woodbanya.by/templates/kraft/images/backgrounds/') top center fixed;}
#region3{ background: url('https://woodbanya.by/templates/kraft/images/backgrounds/') ;}
#component {background:transparent}
#left {background:transparent}
#right {background:transparent}
#pathway {background:#111111;color:#2a2028;}
#pathway h2 {color:#2a2028;text-transform:uppercase;}

/* ----------------------------------------------*/
/* G 06 - Region 4
/* ----------------------------------------------*/
#region4wrap{background:transparent url('https://woodbanya.by/templates/kraft/images/backgrounds/rbkg_4_s1.jpg') top center no-repeat fixed;background-size:cover;}


/* ----------------------------------------------*/
/* G 07 - Region 5
/* ----------------------------------------------*/
#region5wrap{background:#2a2028 url('https://woodbanya.by/templates/kraft/images/backgrounds/') bottom repeat-x;}
#region5{background: url('https://woodbanya.by/templates/kraft/images/backgrounds/') bottom repeat-x;}

/* ----------------------------------------------*/
/* G 08 - Region 6
/* ----------------------------------------------*/
#region6wrap{background:transparent url('https://woodbanya.by/templates/kraft/images/backgrounds/') no-repeat fixed;}
#region6{background: url('https://woodbanya.by/templates/kraft/images/backgrounds/') left repeat-y; }

/* ----------------------------------------------*/
/* G 09 - Region 7
/* ----------------------------------------------*/
#region7wrap{background:#111111 url('https://woodbanya.by/templates/kraft/images/backgrounds/region7bkg.png') 50% 50% no-repeat;}
#region7{background: url('https://woodbanya.by/templates/kraft/images/backgrounds/') right repeat-y;}

/* ----------------------------------------------*/
/* G 10 - Region 8
/* ----------------------------------------------*/
#region8wrap{background:#fff  url('https://woodbanya.by/templates/kraft/images/backgrounds/region8bkg.jpg') 50% 50% no-repeat fixed;}
#region8{background:  url('https://woodbanya.by/templates/kraft/images/backgrounds/') left repeat-y;}

/* ----------------------------------------------*/
/* G 11 - Region 9
/* ----------------------------------------------*/
#region9wrap{background:#fff url('https://woodbanya.by/templates/kraft/images/backgrounds/') top repeat-x;}
#region9{background: url('https://woodbanya.by/templates/kraft/images/backgrounds/') ;}

/* ----------------------------------------------*/
/* G 12 - Region 10
/* ----------------------------------------------*/
#region10wrap{background:#f5f5f5 url('https://woodbanya.by/templates/kraft/images/backgrounds/') top center no-repeat;}
#region10{background: url('https://woodbanya.by/templates/kraft/images/backgrounds/') ;}

/* ----------------------------------------------*/
/* G 13 - Region 11
/* ----------------------------------------------*/
#region11wrap{background:#fff url('https://woodbanya.by/templates/kraft/images/backgrounds/') top center no-repeat;}
#region11{background: url('https://woodbanya.by/templates/kraft/images/backgrounds/') ;}

/* ----------------------------------------------*/
/* G 14 - Region 12
/* ----------------------------------------------*/
#region12wrap{background:#111111 url('https://woodbanya.by/templates/kraft/images/backgrounds/') top center no-repeat;}
#region12{background: url('https://woodbanya.by/templates/kraft/images/backgrounds/') ;}

/* ----------------------------------------------*/
/* G 15 - Footerwrap
/* ----------------------------------------------*/
#footerwrap{background:#111111;color:#222;}

/* ----------------------------------------------*/
/* J 00 - Joomla Conent
/* ----------------------------------------------*/

.com_content .page-header h1,.pagetitle,span.subheading-category {color:#2a2028;}
.com_content .item-page .page-header h2 a,.com_content .item-page .page-header h2 {color:#2a2028!important;}
.com_k2 .catItemHeader h3.catItemTitle a,.com_k2 .catItemHeader h3.catItemTitle,.com_content .blog .page-header h2 a,.com_content .blog .page-header h2,.com_content .kraftblog .page-header h2 a,.com_content .kraftblog .page-header h2 {color:#2a2028!important;}
h1.pagetitle span {color:#2a2028!important;}
.loginpagetitle  {color:}
.u1inner::before,.u1innermore::before ,.u19inner::before,.u19innermore::before,.com_content .kraftblog .pull-right.item-image::before,.com_content .kraftblog .pull-left.item-image::before{border-color: transparent #2a2028;}
.com_content .kraftblog {background:#2a2028;color:#fff; }
.com_content .kraftblog p,.com_content .kraftblog a,.com_content .kraftblog .page-header h2 a,.com_content .kraftblog .page-header h2,.com_content .kraftblog .article-info.muted {color:#fff!important;}
.com_content .kraftblog .readmore {border:1px solid #fff;padding:12px 24px;text-align:center;display:inline-block;margin:0px;line-height:100;}
.cascadeitem .page-header h2 {color:#2a2028!important;}
.com_content .cascadeitem p.readmore,.com_content .blog p.readmore {border: 1px solid #ccc;padding: 4px 12px 8px 12px;display:inline-block;}
.com_content p.readmore .btn {color:#777;}
.com_content .cascadeitem p.readmore:hover,.com_content .blog p.readmore:hover,.k2ReadMore,.catItemCommentsLink a,.userItemCommentsLink a {border: 1px solid #2a2028;}
.com_content .kraftblog .morearticles-wrap {background:#1A1118!important;}
.com_users .well {background:transparent!important; border-radius:0px!important;padding: 48px;margin:48px auto;width:60%;}
button.btn.btn-primary {background:#2a2028!important;}
.com_users ul.nav.nav-tabs.nav-stacked {margin:0 auto!important;width:60%;}
.com_content .kraftblog .pagination ul>li>a,.com_content .kraftblog .pagination ul>li>span {background:#2a2028!important;}

/* ----------------------------------------------*/
/* S 00 - Module Suffixes
/* ----------------------------------------------*/
.module{background: transparent;}
.module h3.moduletitle {background: ;}
.module h3 span.first_word,#community-wrap .app-box > h3, #community-wrap .app-box-footer a,#community-wrap .app-box-filter a,#community-wrap .cResetList
span.first_word {color:;font-weight:normal;}
span.rest{color:;}
.module h3 span.rest{color:;}
.basecolor1_box h3, .basecolor1_box h3 span, .basecolor1_box,.basecolor1_box .modulecontent,.basecolor1_box .modulecontent a {background:#2a2028!important;color:#fff;}
.basecolor2_box h3,.basecolor2_box h3 span,.basecolor2_box,.basecolor2_box .modulecontent,.basecolor2_box .modulecontent a {background:!important;color:#fff;}
.basecolor3_box h3,.basecolor3_box h3 span,.basecolor3_box,.basecolor3_box .modulecontent,.basecolor3_box .modulecontent a {background:#1A1118!important;color:#fff;}
.basecolor8_box h3,.basecolor8_box h3 span,.basecolor8_box,.basecolor8_box .modulecontent,.basecolor8_box .modulecontent a {background:#ccc!important;color:#fff;}
.basecolor5_box h3, .basecolor5_box h3 span, .basecolor5_box,.basecolor5_box .modulecontent,.basecolor5_box .modulecontent a {background:#2a2028!important;color:#fff;}
.basecolor6_box h3,.basecolor6_box h3 span,.basecolor6_box,.basecolor6_box .modulecontent,.basecolor6_box .modulecontent a {background:#7319fa!important;color:#fff;}
.basecolor7_box h3,.basecolor7_box h3 span,.basecolor7_box,.basecolor7_box .modulecontent,.basecolor7_box .modulecontent a {background:#fae819!important;color:#fff;}
.basecolor8_box h3,.basecolor8_box h3 span,.basecolor8_box,.basecolor8_box .modulecontent,.basecolor8_box .modulecontent a {background:#ccc!important;color:#fff;}

.sidelinebasecolor1 h3 {
    border-left:3px solid #2a2028!important;
    background:none!important;
    padding-left:0!important
}

.sidelinebasecolor2 h3 {
    border-left:3px solid !important;
    background:none!important;
    padding-left:0!important
}

.sidelinebasecolor3 h3 {
    border-left:3px solid #1A1118!important;
    background:none!important;
    padding-left:0!important
}

.sidelinebasecolor4 h3 {
    border-left:3px solid #da191b!important;
    background:none!important;
    padding-left:0!important
}

.sidelinebasecolor5 h3 {
    border-left:3px solid #2a2028!important;
    background:none!important;
    padding-left:0!important
}

.sidelinebasecolor6 h3 {
    border-left:3px solid #7319fa!important;
    background:none!important;
    padding-left:0!important
}

.sidelinebasecolor7 h3 {
    border-left:3px solid #fae819!important;
    background:none!important;
    padding-left:0!important
}

.sidelinebasecolor8 h3 {
    border-left:3px solid #ccc!important;
    background:none!important;
    padding-left:0!important
}


/* ----------------------------------------------*/
/* T 00 - 3rd Party Overrides
/* ----------------------------------------------*/
/* VM */
.com_virtuemart h2 a {color:#000!important;}
.com_virtuemart h2 a:hover, .com_virtuemart span.PricesalesPrice {color: #2a2028!important;}
span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {background:#2a2028!important;border:0px!important;}

/* ----------------------------------------------*/
/* RESPONSIVE
/* ----------------------------------------------*/
/* MOBILE */
.mobilebtn {background: url('https://woodbanya.by/templates/kraft/images/icons/mobile_btn.png') no-repeat!important;margin: -2px 0px 0px -2px;}
.mobilebtn select {background:#fff!important;}
.mobiletools a {display:inline-block; width:30px; height:30px; background:rgba(255,255,255,0.65); color:#333;}
@media(max-width:769px ){
body.frontpage {background:#000  url('https://woodbanya.by/templates/kraft/images/backgrounds/mobile_s1bkg.jpg') top center no-repeat!important;;color:#777;background-size:auto!important;}
}

@media(max-width: 1100px ){
#headerwrap #header,#headerwrap  {background:#271f26 url('https://woodbanya.by/templates/kraft/images/backgrounds/') repeat-x bottom left!important;}
#headerwrap #header {background:transparent url('https://woodbanya.by/templates/kraft/images/backgrounds/') ;}
#headerwrap {background:#271f26 url('https://woodbanya.by/templates/kraft/images/backgrounds/') repeat-x bottom left;}
#headerwrap #header,#headerwrap #logo.hd2,#headerwrap .suckerfish ul.menu > li,#headerwrap .dualfish ul.menu > li  {border:none!important;}
}

@media(max-width:900px ){
#logo a{background:url(https://woodbanya.by/templates/kraft/images/logos/kraft_logo.png) no-repeat 0 0;height: 57px;width:211px!important;margin:18px 18px 16px 18px!important;}}

@media(max-width:800px ){
 }
/* ----------------------------------------------*/
/* L 02 - Region 2
/* ----------------------------------------------*/
@media(max-width:800px ){
  }
@media(max-width:px ){
 }
@media(max-width:800px ){
/* ----------------------------------------------*/
/* L 04 - Region 4
/* ----------------------------------------------*/
#region4wrap{background:transparent  url('https://woodbanya.by/templates/kraft/images/backgrounds/mobile_rbkg_4_s1.jpg') top center no-repeat fixed;;background-size:auto!important; }
}
@media(max-width:800px ){
#region5wrap,#region5 {background-image:none;}
}
@media(max-width:800px ){
#region6wrap,#region6 {background-image:none;}
}
@media(max-width:800px ){
#region7wrap,#region7 {background-image:none;}
}
@media(max-width:800px ){
#region8wrap,#region8 {background-image:none;}
}
@media(max-width:px ){
}
@media(max-width:px ){
}
@media(max-width:px ){
}
@media(max-width:px ){
}

.contacts_mainpage{
	background: #111;
	min-height:700px;
	text-align:center;
	color: #000;
}

.contacts_mainpage h3 span{
	padding-top:80px;
	color:#fff;
	letter-spacing: 2px;
	font-size: 48px;
	display: block;
	line-height: 48px;
}

.jmap{
	position: relative;
    z-index: 1;
	width: 100%;
}

.jform{
	position:absolute;
    z-index: 10;
    width: 40%;
    background: rgba(255,255,255,0.8);
    border-radius: 20px;
    padding: 20px;
	top: 60px;
    right: 40px;
}

.jform2{
    width: 40%;
	margin:50px auto 0;
	color:#fff;
	background: rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 20px;
}

.jform2 h2, .jform2 label, .jform2 p{
   	color:#fff;
}


.jcontact {
 padding-bottom: 20px;
}

.jcontact p{
	color:#fff;
	letter-spacing: 1px;
	font-size: 24px;
}

.jcontact a{
	color:#fff;
	letter-spacing: 1px;
	font-size: 24px;
}
.head_contact{
    padding-right: 20px;
}
.head_contact p{
      color: #fff;
}

.head_contact p strong{
      color: #fff;
	  font-size:20px;
}

@media (max-width: 780px){
.jform{
	position:absolute;
    z-index: 10;
    width: 95%;
    background: rgba(255,255,255,0.85);
    border-radius: 20px;
    padding: 10px;
	top: 20px;
    right: 0px;
}
.jform2{
 width: 80%;
}
.head_contact{
    padding-right: 0px;
}
}

.left_offer{
float:left;
width:50%;
}

.left_offer h1{
color:#fff;
}

.right_offer{
float:right;
width:50%;
}

.main_title_w {
    color: #fff;
    margin: 0 auto 60px;
    text-align: center;
}
.main_title {
    padding: 5px 20px 10px;
    /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);*/
	color: #000;
	margin: 0 auto 30px;
}

.main_title h1 {
     font-family:"Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 44px!important;
	font-weight: bold;
    line-height: 1.2;
	background:rgba(255,196,1,0.7) none repeat scroll 0; 
    border-radius: 5px;
    display: inline-block;
	color:#000;

}
.main_title h2{
     font-family:"Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 34px!important;
	font-weight: bold;
    line-height: 1.2;
		background:rgba(255,196,1,0.7) none repeat scroll 0; 
    border-radius: 5px;
    display: inline-block;
	color:#000;

}
.pod_main_title {
     background: rgba(255,196,1,0.91) none repeat scroll 0 ;
    border-radius: 0 0 5px 5px;
    display: inline-block;
    font-size: 25px;
    line-height: 1.2;
    padding: 5px 20px 12px;
    /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);*/
	color: #000;
}
.forma_all .timer_bg {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border-radius: 5px;
    float: left;
    padding: 10px 35px 15px;
    position: relative;
	}
.konec {
    color: #383833;
    display: inline-block;
    float: left;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin: 7px 5px 0 0;
    text-align: right;
}
.timer_all {
    display: inline-block;
}
.timer {
    background: rgba(0, 0, 0, 0) url("img/timer.png") no-repeat scroll 0 0 / 237px auto;
    float: right;
    height: 71px;
    padding: 12px 0 0 10px;
    width: 237px;
}
.timer span {
    color: #5f5f5f;
    display: inline-block;
    font-size: 38px;
    font-weight: 600;
    margin: 0 5px 0 0 !important;
    padding: 0 2px;
    text-align: right;
    width: 50px;
}
.mar_rig_none {
    margin-right: 0 !important;
}
.arrow_right {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
    border-style: solid;
    border-width: 10px 0 10px 10px;
    height: 0;
    position: absolute;
    right: -10px;
    top: 25px;
    width: 0;
}
.timer_all .timer_div2 {
    background: rgba(0, 0, 0, 0) url("img/timer_item.png") no-repeat scroll center center / 66px auto;
    color: #454545;
    display: table-cell;
    font-size: 38px;
    font-weight: bold;
    height: 66px;
    padding: 0 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 65px;
}
.timer_all .timer_podp {
    color: #111;
    font-size: 12px;
    margin: -10px auto 0;
    text-align: center;
}
.timer_all .timer_div {
    display: inline-block;
    margin: 0 -2px;
}
.timer_title2 {
    margin: 15px auto 10px;
    text-align: center;
}
.seconds_tim {
    color: #FFC400 !important;
}
.zag_timer01 {
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
	color: #000;
	text-align: center;
}
.zag_timer02 {
        font-size: 20px;
    line-height: 1.2;
    margin: 8px auto 0;
}
.kon_timer {
    text-align: center;
    display: inline-block;
}
.kon_timer_w {
    margin: 25px auto 0;
    text-align: center;
}
.upper {
    text-transform: uppercase;
}
.strong {
    font-weight: bold;
	color: #000;
}
.line_thr {
    text-decoration: line-through;
}
.forma_vopros {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

.form_title {
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto 0px;
    text-transform: uppercase;
	color: #000;
}
.form_t_w {
    background: #FFC400 none repeat scroll 0 0;
    color: #fff;
    line-height: 1.2;
    margin: 0 auto 40px;
    padding: 15px 15px 20px;
    position: relative;
    border-radius: 5px 5px 0 0;
}
.form_pod_title {
    background: #FFC400 none repeat scroll 0 0;
    font-size: 22px;
    position: relative;
    z-index: 1;
	color: #000;
}
.round_v {
    /*background: #ff9205 none repeat scroll 0 0;*/
    border-radius: 5px;
    padding: 2px 9px;
	font-weight: bold;
}
form.contactform {
    margin: 0 auto 20px;
    padding: 0 20px;
}
.name_inp {
    background: #fff url("img/name_inp.png") no-repeat scroll 10px center / auto 25px;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px 10px 10px 35px!important;
    width: 80%;
	
}
.phone_inp {
    background: #fff url("img/phone_inp.png") no-repeat scroll 10px center / auto 25px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin: 10px auto;
    padding: 10px 10px 10px 35px!important;
    width: 80%;
}
.sub_polt {
    font-weight: 500;
    padding: 10px;
    width: 100%;
}
.arr_bot {
    background: #FFC400 url("img/arr_bot.png") no-repeat scroll center 68% / 17px auto;
    border-radius: 50%;
    bottom: -20px;
    height: 55px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 55px;
}

.arrow_right {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
    border-style: solid;
    border-width: 10px 0 10px 10px;
    height: 0;
    position: absolute;
    right: -10px;
    top: 25px;
    width: 0;
}
.forma_vopros .btn{
    background: #ffc400;
    width: 80%;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
}

.forma_vopros .btn:hover{
      background: #f89406;
  }
  
  @media (max-width: 780px){
.forma_vopros {
	margin-left: 0px;
	margin-top:20px;
}
}

  @media (max-width: 1000px){

.forma_vopros {
    width: 100%;
    margin-left: 0px;
	margin-top:20px;
}
}


.orange_btn {
    background: #f89406;
    border: none;
    color: #000;
    font-weight: bold;
    text-shadow: none;
    box-shadow: 0px 3px 0 #e05b0e;
    padding: 10px 25px;
}

.orange_btn:hover {
    background: #e05b0e;
    box-shadow: 0px 3px 0 #f89406;
	color: #000;
}

.kraftitem-content table{
    width: 60%;
  }


.kraftitem-content table tr:nth-child(1){
    text-align: center;
    background: #ffcb01;
  }

.kraftitem-content table tr:nth-child(1) p{
    font-size: 16px;
    font-weight: bold;
}


.kraftitem-content table td {
    vertical-align: top;
}
.com_content .item-page .pull-left.item-image {
    height: 100%;
    background: #fff url(images/1-1.jpg);
	background-size:cover;
	margin-top: -70px;
}


  @media (max-width: 1200px){

.kraftitem-content table{
    width: 90%;
	margin:0 auto;
  }
}
  @media (max-width: 1200px){
.com_content .item-page .pull-left.item-image {
    /* height: 100%; */
    /* background: #fff url(images/1-1.jpg); */
    /* background-size: cover; */
    width: 100%;
    height: 480px;
    overflow: hidden;
    margin-top: -80px;
    margin-bottom: 30px;
    padding: center;
}
}


 @media (max-width: 1200px){

.head_contact {
    padding-right: 50px;
} 
}
 @media (max-width: 600px){
.u13_draft h3 {
    margin-bottom: 0px;
    font-size: 20px!important;
    margin-top: 0;
}

.u13_draft p {
display:none;
}

.forma_all .timer_bg {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border-radius: 5px;
    float: left;
    min-width: 300px;
    /* padding: 10px 15px 15px; */
    position: relative;
    width: 100%;
}

}




.big_ico.side_le > img {
    height: 28px;
    margin: 0 auto;
}
.big_ico.side_le {
    position: relative;
    text-align: center;
}
.big_ico.side_le {
    float: left;
    margin: 0 10px 0 0;
}
.ico_big {
    height: 70px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 70px;
}
.big_ico_in > img {
    max-height: 37px;
    max-width: 45px;
}
.big_ico_in {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    width: 70px;
}
.big_ico_t_l {
    background: #FFC400 none repeat scroll 0 0;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.big_ico_t_l::before {
    background: #FFC400 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.big_ico_t_r {
    background: #FFC400 none repeat scroll 0 0;
    height: 1px;
    right: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.big_ico_t_r::before {
    background: #FFC400 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 20px;
    right: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.big_ico_b_l {
    background: #FFC400 none repeat scroll 0 0;
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 20px;
}
.big_ico_b_l::before {
    background: #FFC400 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 1px;
}
.big_ico_b_r {
    background: #FFC400 none repeat scroll 0 0;
    height: 1px;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 20px;
}
.big_ico_b_r::before {
    background: #FFC400 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 20px;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 1px;
}
.big_ico_text {
    color: #fff;
    font-size: 15px;
    padding: 5px 0 0;
}
.pod_sli_in {
    text-align: center;
}
.big_ico_title {
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: 20px auto 10px;
    text-transform: uppercase;
	    color: #FFC400;
}
.sli_in_text {
    color: #d8d8d8;
}
.section3 .row{margin-top: 20px;}

.pod_slider {
background: rgba(42,32,40,0.5);
}

 @media (max-width: 600px){


.forma_all .timer_bg {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    float: none;
    padding: 5px;
    position: relative;

}
.arrow_right {
   display:none;
}
}

.new_price{
color:red;
font-size:26px;
}

@media (max-width: 500px){
body.sticky {
  margin-top:0px
}


body.sticky #headerwrap {
  position:relative;
  width:100%
}
.head_contact {
    padding-right: 0px;
}

.head_contact a{
   color:#fff;
}
#menuright1, #menuright2, #menuright1 .module, #menuright2 .module {
    float: right;
    padding-top: 5px;
    margin: 0;
    width: 100%;
}

}

.tooltip-option {
    position: relative;
    display: inline;
    border-bottom: 1px dotted black; 
}


.tooltip-option .tooltiptext-option {
    visibility: hidden;
    width: 300px;
    background-color: #ffb310;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.tooltip-option:hover .tooltiptext-option {
    visibility: visible;
}
.tooltip-option .tooltiptext-option {
    width: 200px;
    top: 100%;
    left: 50%; 
    margin-left: -100px;
}
.col-lg-2 {
    box-sizing: border-box;
}

.vm-product-descr-container-0 {
    height: auto;
    margin-bottom: 0px;
}
.com_virtuemart .addtocart-area {
    margin: 20px 0!important;
}

.com_virtuemart .vm-details-button a {
    padding: 10px 0!important;
    font-size: .9em!important;
    background: #f89406;
    border: none;
    color: #000;
    font-weight: bold;
    text-shadow: none;
    box-shadow: 0px 3px 0 #e05b0e;
}
.com_virtuemart .vm-details-button a:hover {
   background:  #e05b0e!important;
    box-shadow: 0px 3px 0 #e05b0e;
}
.product-description ul {
    list-style: none;
    margin-left: 10px;
}

.product-description li {
    line-height: 20px;
    color: #000;
    font-size: 16px;
    padding: 3px 0;
}
.orderby-displaynumber {
    display: none;
}
