@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext);

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    min-height: 100%;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px 0px 0 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    background: #FFFFFF
}

a {
    text-decoration: underline;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0px;
}

img {
    vertical-align: middle;
}

img.resp {
    width: 100%;
}

input, textarea, select {
    font-family: Arial;
    margin: 0;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

form, p, table, ul {
    margin: 0px;
    padding: 0px
}

p {
    padding-bottom: 1em;
}

table tr td {
    vertical-align: top;
    border-spacing: 0px;
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

select {
    padding: 10px;
}

input,
textarea {
    box-sizing: border-box;
}

fieldset {
    border: none;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.align-middle {
    vertical-align: middle
}

.underline {
    text-decoration: underline;
}

.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: .5;
    display: block;
}

.clear.line {
    border: 0px;
    margin-bottom: 40px;
    margin-top: 30px;
    background: #E1E1E1
}

.separator {
    float: left;
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}

.italic {
    font-style: italic
}

.strong {
    font-weight: bold;
    color: #000000;
}

.no-padding {
    padding: 0 !important
}

.nowrap {
    white-space: nowrap;
}

.no-overflow {
    overflow: visible !important;
}

.hidden {
    display: none;
}

.noUi-connect {
    background: #95A700 !important;
}

.small-only {
    display: none !important;
}

.btn {
    line-height: 45px;
    height: 45px;
    background: #000000;
    border: 0;
    padding: 0 30px;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}

.btn:hover {
    text-decoration: none !important;
    background: #272727;
}

.row {
    box-sizing: border-box;
    position: relative;
    text-align: left;
    margin: 0 -15px 30px -15px;
}

.row img {
    max-width: 100%
}

.row .col-50 {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 0 15px;
}

.row .col-40 {
    width: 40%;
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
}

.row .col-60 {
    width: 60%;
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
}

.row30 {
    box-sizing: border-box;
    position: relative;
    text-align: left;
    margin: 0 -15px 0px -15px;
}

.row30.margin-bottom {
    margin-bottom: 10px;
}

.row30 .col-50 {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 0 15px;
}

.form p {
    padding: 0 0 9px 0 !important
}

.inp-text {
    box-sizing: border-box;
    border: 1px solid #C7C8CA;
    background: #ffffff;
    margin: 0;
    width: 100%;
    height: 34px;
    padding: 0 10px;
    border-radius: 0px;
    color: #000000;
    font-size: 14px;
}

textarea.inp-text {
    box-sizing: border-box;
    border: 1px solid #C7C8CA;
    background: #ffffff;
    margin: 0;
    width: 100%;
    height: 34px;
    padding: 7px 10px;
    border-radius: 0;
    color: #000000;
    font-size: 14px;
    min-height: 85px;
}

label {
    line-height: 40px;
}

.customCheckbox,
.customRadio {
    display: inline-block;
    vertical-align: center;
    margin-bottom: -3px;
    position: relative;
    margin-right: 5px;
}

.button-gray {
    display: inline-block;
    height: 34px;
    border: 0;
    background: #7B7C7C;
    color: #ffffff;
    font-size: 14px;
    padding: 0 20px;
    text-decoration: none;
    color: #ffffff !important;
    line-height: 32px;
    box-sizing: border-box;
    border-radius: 0px;
    cursor: pointer;
}

.button-gray:hover {
    background: #383838;
}

.fb {
    width: 100%;
}

.sitemap h2 {
    color: #000 !important;
    text-shadow: none !important;
    text-align: left !important;
    font-size: 30px !important;
    margin: 10px 0 0px 0 !important;
    padding-bottom: 8px !important;
    background: none !important;
}

.sitemap ul {
    margin-left: 25px;
}

a.info {
    background: url(../images/icon-info.png) no-repeat right center;
    padding-right: 19px;
    text-decoration:;
}

body {
    background: #ffffff;
}

body #sb-site {
    float: left;
    width: 100%;
    overflow: hidden;
}

body > #sb-site > header {
    background: #131212 url(../images/wood.jpg);
    float: left;
    width: 100%;
    position: relative;
    z-index: 1000;
    height: 138px;
}

body > #sb-site > header .layout-center {
    padding: 0;
    text-align: center;
    height: 100%;
}

body > #sb-site > header #logo {
    z-index: 5000;
    position: absolute;
    left: 0;
    top: 28px;
}

body > #sb-site > header nav {
    float: right;
    display: table;
    height: 100%;
}

body > #sb-site > header nav > ul {
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

body > #sb-site > header nav > ul > li {
    display: inline-block;
    margin-left: 19px;
    position: relative;
    padding-top: 10px;
}

body > #sb-site > header nav > ul > li > a {
    float: left;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    line-height: 45px;
}

body > #sb-site > header nav > ul > li:hover > a {
    text-decoration: underline;
}

body > #sb-site > header nav > ul > li.sub > a:hover {
    background: url(../images/submenu-arrow.png) no-repeat center bottom;
}

body > #sb-site > header nav > ul > li > a.current {
    color: #c0ab6a;
    font-weight: 700;
}

body > #sb-site > header nav > ul > li > ul {
    margin: 0;
    display: none;
    z-index: 5000;
    padding: 10px 0;
    list-style: none;
    position: absolute;
    left: -18px;
    top: 100%;
    background: #1D1C1C;
    border: 1px solid #4D4C4C;
}

body > #sb-site > header nav > ul > li:hover > ul {
    display: block;
}

body > #sb-site > header nav > ul > li > ul li {
    display: block;
}

body > #sb-site > header nav > ul > li > ul li a {
    display: block;
    padding: 0 50px 0 30px;
    line-height: 35px;
    font-size: 14px;
    color: #939598;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
}

body > #sb-site > header nav > ul > li > ul li a:hover {
    background: #C0AB6A url(../images/menu-arrow.png) no-repeat right center;
    color: #ffffff;
}

body > #sb-site > header nav > ul > li:hover .arrow {
    background: url(../images/submenu-arrow.png) no-repeat center center;
    height: 9px;
    width: 21px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -1px;
    z-index: 6000
}

body > #sb-site > header .lang {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 13px;
    list-style: none;
}

body > #sb-site > header .lang li {
    float: left;
    padding-left: 7px;
}

body > #sb-site > header .slider-cover {
    width: 100%;
    height: 204px;
    position: absolute;
    left: 0;
    bottom: -204px;
    background: url(../images/vlnky.png) no-repeat center top;
}

body.subpage > #sb-site > header .slider-cover {
    display: none;
}

body.subpage > #sb-site > header {
    border-bottom: 11px solid #C0AB6A;
    margin-bottom: -1px;
}

body > #sb-site > header .search {
    position: absolute;
    top: 13px; /*right:107px;*/
    right: 0px;
    width: 100%;
    max-width: 184px;
}

body > #sb-site > header .search p {
    padding: 0;
    margin: 0;
}

body > #sb-site > header .search p .inp-search {
    width: 100%;
    float: left;
    box-sizing: border-box;
    height: 27px;
    border: 0;
    background: #ffffff;
    padding: 0 44px 0 10px;
    border-radius: 4px;
}

body > #sb-site > header .search p button {
    display: inline-block;
    float: left;
    margin: 0;
    margin-left: -33px;
    position: relative;
    width: 33px;
    background: url(../images/search.png) no-repeat center center;
    top: 0px;
    border: 0;
    height: 27px;
    cursor: pointer;
    border-left: 1px solid #E5E5E5;
    border-radius: 4px;
}

body > #sb-site > header .buy-button {
    width: 195px;
    height: 50px;
    background: url(../images/kup1.png) no-repeat;
    color: #ffffff;
    line-height: 40px;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -21px;
    z-index: 5000
}

body > #sb-site > header .buy-button span:first-child {
    color: #ffc200;
}

body > #sb-site > header .buy-button span:last-child {
    color: #bf571f;
}

body.subpage > #sb-site > header .buy-button {
    background: url(../images/kup2.png) no-repeat;
    height: 43px;
    bottom: -12px;
}

body > #sb-site > header .mobile-menu {
    display: none;
    margin-right: 0px;
    position: absolute;
    right: 0px;
    top: 60px;
}

body > #sb-site > header .mobile-menu img {
    width: 40px;
    padding: 0 15px;
}

body > #sb-site > header .slicknav_menu {
    display: none;
}

.layout-center {
    max-width: 1100px;
    margin: 0px auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.layout-center.content {
    padding-top: 50px;
    padding-bottom: 50px;
}

section {
    position: relative;
    float: left;
    width: 100%;
}

section.pattern {
    background: #FCFCFC url(../images/pattern.gif);
}

section .newsletter-box {
    background: url(../images/newsletter-box.png);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

section .newsletter-box .layout-center {
    padding-top: 14px;
    padding-bottom: 14px;
}

section .newsletter-box .layout-center .container {
    display: table;
    width: 100%;
}

section .newsletter-box .layout-center .container .col {
    display: table-cell;
}

section .newsletter-box .layout-center .container .col.txt {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    padding-right: 20px;
}

section .newsletter-box .layout-center .container .col.txt img {
    padding-right: 10px;
    top: -2px;
    position: relative;
}

section .newsletter-box .layout-center .container .col:last-child {
    text-align: right;
    padding-left: 20px;
}

section .newsletter-box .layout-center .container .col .inp-newsletter {
    background: #ffffff;
    border: 0;
    border-radius: 4px;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    width: 100%;
    max-width: 350px;
}

section .layout-center p {
    padding: 0 0 1em 0;
    line-height: 26px;
    color: #777777;
    font-size: 16px;
}

section .layout-center p a {
    color: #5c88b0;
}

section .layout-center p.centered {
    text-align: center;
}

section .layout-center h1 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    background: url(../images/title-line.png) no-repeat center bottom;
    text-align: center;
    color: #8d0e20;
}

section .layout-center h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    background: url(../images/title-line.png) no-repeat center bottom;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

section .layout-center .categories {
    margin: 0 -20px;
}

section .layout-center .categories .item {
    float: left;
    width: 33.333333%;
    padding: 20px;
    box-sizing: border-box;
}

section .layout-center .categories .item .container {
    width: 100%;
    display: table;
}

section .layout-center .categories .item .container .col {
    display: table-cell;
    vertical-align: top
}

section .layout-center .categories .item .container .col.img {
    padding-right: 10px;
}

section .layout-center .categories .item .container .col.desc h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}

section .layout-center .categories .item .container .col.desc p {
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    line-height: 15px;
}

section .map {
    background: #C0AB6A;
    height: 445px;
    background: url(../images/map.jpg) no-repeat center top;
}

section .gold-line {
    background: #C0AB6A;
}

/*
section .gold-line .bg {
    background: url(../images/people.png) no-repeat center top;
    top: -30px;
    position: relative;
    margin-bottom: -30px;
}
*/

/*section .gold-line .bg .layout-center {
    height: 416px;
}*/

section .gold-line .bg .layout-center .content-box {
    max-width: 428px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

section .gold-line .bg .layout-center .content-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

section .gold-line .bg .layout-center .content-box p span {
    display: inline-block;
    width: 10px;
}

section .layout-center .products {
    margin: 0 -10px;
}

section .layout-center .products .item {
    max-height: 450px;
    min-height: 450px;
    float: left;
    width: 33.3333333%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    margin-bottom: 40px;
}

section .layout-center .products .item .image {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

section .layout-center .products .item .image img {
    box-sizing: border-box;
    border: 1px solid #C2C2C2;
    width: 100%;
}

section .layout-center .products .item .image .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

section .layout-center .products .item .image:hover .cover {
    display: block;
}

section .layout-center .products .item .image .cover > span {
    display: table;
    width: 100%;
    height: 100%;
}

section .layout-center .products .item .image .cover > span > span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

section .layout-center .products .item .image .cover > span > span strong {
    display: inline-block;
    background: #8B0E20;
    line-height: 46px;
    color: #ffffff;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
}

section .layout-center .products .item .cont h3 {
    margin: 0;
    padding: 0;
    background: transparent;
    line-height: 22px;
}

section .layout-center .products .item .cont h3 a {
    font-size: 22px;
    font-weight: 700;
    color: #8b0e20;
    text-decoration: none;
}

section .layout-center .products .item .cont h3 a:hover {
    text-decoration: underline;
}

section .layout-center .products .item .cont .code {
    font-size: 14px;
    color: #000000;
    display: block;
    margin-top: 5px;
}

section .layout-center .products .item .cont .code strong {
    font-weight: 700;
}

section .layout-center .products .item .desc {
    font-size: 12px;
    color: #000000;
    line-height: 15px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

section .layout-center .shops {
    margin: 0 -10px;
}

section .layout-center .shops .item {
    float: left;
    width: 33.33333%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 40px;
}

section .layout-center .shops .item .image {
    display: block;
    margin-bottom: 10px;
}

section .layout-center .shops .item .image img {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #C2C2C2;
}

section .layout-center .shops .item h3 {
    margin: 0;
    padding: 0;
    line-height: 27px;
    margin-bottom: 5px;
}

section .layout-center .shops .item h3 a {
    font-size: 22px;
    color: #8b0e20;
    font-weight: 700;
    text-decoration: none;
}

section .layout-center .shops .item h3 a:hover {
    text-decoration: underline
}

section .layout-center .shops .item .desc {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

section .layout-center .recommend {
    display: table;
}

section .layout-center .recommend .col {
    display: table-cell;
    text-decoration: none;
}

section .layout-center .recommend a.col:hover .title {
    background-color: #B2A063;
}

section .layout-center .recommend .col.image {
    padding-right: 15px;
    width: 45%
}

section .layout-center .recommend .col.image .title {
    line-height: 44px;
    display: block;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 0 45px 0 13px;
    background: #BBA768 url(../images/arrow.png) no-repeat right center;
}

section .layout-center .recommend .col.image img {
    width: 100%;
}

section .layout-center .recommend .col.desc {
    padding-left: 15px;
}

section .layout-center .recommend .col.desc p {
    font-size: 14px;
    color: #000000;
    line-height: 18px;
}

section .layout-center .recommend .col.desc h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 20px;
}

section .layout-center .recommend .col.desc h3 strong {
    font-weight: 700;
}

section .layout-center .pagination {
    text-align: right;
    margin-top: 35px;
}

section .layout-center .pagination a {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    border: 0;
    font-size: 15px;
    text-decoration: none;
    color: #000000;
    background: #EBEBEC;
}

section .layout-center .pagination a.current {
    background: #8B0E20;
    color: #ffffff;
}

section .layout-center .pagination a:hover {
    text-decoration: underline
}

section .layout-center .pagination a.arrow { /*background: #EBEBEC url(../images/pagination-arrow.png) no-repeat right center; padding-right:30px;*/
}

section .references {
    margin-bottom: 40px;
}

section .references .item {
    width: 100%;
    display: table;
    border-bottom: 1px solid #CACACA;
}

section .references .item .colfirst {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 20px 0;
}

section .references .item .col {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 20px 0;
}

section .references .item .col:last-child {
    padding-left: 30px;
}

section .references .item .col h2 {
    font-size: 20px;
    font-weight: 700;
    background: transparent;
    color: #000000;
    padding: 0;
    margin: 0;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    text-align: left;
}

section .references .item .col p {
    font-size: 14px;
    font-weight: 400;
    font-weight: 400;
    line-height: 18px;
    padding: 0;
}

section .references .item .col p a {
    font-weight: 700;
    color: #000000;
}

section .filter {
    float: left;
    width: 100%;
    padding: 12px 0px;
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
    margin: 30px 0 20px 0;
}

section .filter p {
    padding: 0;
    margin: 0;
    float: right;
}

section .filter p label {
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    padding-right: 10px;
}

section .breadcrumbs {
    background: #911123 url(../images/breadcrumbs_bg.png) repeat-x left bottom;
    padding: 22px 0;
    font-size: 25px;
    font-weight: 300;
    color: #CAA6A9;
}

section .breadcrumbs a {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 700;
    text-decoration: none;
    color: #CAA6A9;
    text-transform: uppercase;
}

section .breadcrumbs a:last-child {
    color: #ffffff;
}

section .breadcrumbs a:hover {
    text-decoration: underline;
}

section .breadcrumbs span {
    padding: 0 15px;
    display: inline-block;
}

section #main {
    padding-left: 275px;
    margin-top: -20px;
    padding-bottom: 55px;
}

section #main #aside {
    float: left;
    margin-left: -275px;
    width: 255px;
}

section #main #aside .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

section #main #aside .menu li a {
    display: block;
    line-height: 44px;
    background: #EBEBEC;
    margin-bottom: 2px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

section #main #aside .menu li a:hover,
section #main #aside .menu li a.current {
    background: #C9C9C9;
}

section #main #aside .box {
    background: #EBEBEC;
    margin-top: 40px;
}

section #main #aside .box .title {
    background: #BBA768;
    line-height: 44px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding: 0 14px;
    border-bottom: 2px solid #F7F7F7;
}

section #main #aside .box .container {
    padding: 14px;
}

section #main #aside .box .container p {
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}

section #main #aside .box .container h4 {
    font-size: 15px;
    color: #000000;
    line-height: 22px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

section #main #content {
    float: right;
    width: 100%;
}

section #main #content h1 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    text-align: left;
    background: transparent;
    margin: 0;
    padding: 0 0 30px 0;
}

section #main #content h1.line {
    border-bottom: 1px solid #CACACA;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

section #main #content p {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
}

section #main #content .big-photo {
    display: block;
    position: relative;
}

section #main #content .big-photo.border {
    border: 1px solid #C2C2C2;
}

section #main #content .big-photo img {
    width: 100%;
}

section #main #content .big-photo span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 23px;
    height: 24px;
    background: url(../images/magnifique.png) no-repeat;
    z-index: 4000;
}

section #main #content .shop-detail .boxed {
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    margin-bottom: 15px;
    padding-top: 15px;
}

section #main #content .shop-detail .boxed strong {
    color: #8b0e20;
}

section #main #content .shop-detail-title {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 10px 0;
    margin-bottom: 40px;
    padding-right: 20px;
}

section #main #content .shop-detail-title span {
    display: block;
    background: url(../images/envelope.png) no-repeat right center;
    padding-right: 50px;
}

section #main #content .shop-detail-title.product {
    margin-bottom: 30px;
    padding: 7px 20px 7px 0;
}

section #main #content .google-map {
    width: 100% !important;
}

section #main #content .parameters .item {
    display: table;
    margin-bottom: 25px;
}

section #main #content .parameters .item > div {
    display: table-cell;
    vertical-align: top;
}

section #main #content .parameters .item .image {
    padding-right: 15px;
    width: 50px;
}

section #main #content .parameters .item .image img {
    box-sizing: border-box;
    border: 2px solid #B0B0B0;
}

section #main #content .parameters .item p {
    font-size: 14px;
    padding: 0;
}

section #main #content .parameters .item strong {
    display: block;
    color: #8b0e20;
    font-size: 18px;
}

section #main #content .product-code {
    margin-bottom: 25px;
    display: block;
}

section #main #content .product-code span {
    padding: 0 10px;
}

section #main #content .green-tel {
    display: table;
    position: relative;
    margin-top: -95px;
    float: left;
}

section #main #content .green-tel > div {
    display: table-cell;
    vertical-align: middle;
}

section #main #content .green-tel > div.image {
    width: 50px;
    padding-right: 10px;
}

section #main #content .green-tel > div.image img {
    border: 2px solid #B0B0B0;
    margin-bottom: -2px;
    position: relative;
    display: block;
}

section #main #content .green-tel > div {
    color: #8dc63f;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
}

section #main #content .green-tel > div span {
    color: #ffffff;
    font-size: 21px;
    font-weight: 800;
    display: block;
    padding: 0 15px;
    background: #8DC63F;
    line-height: 26px;
    margin-bottom: 2px;
}

section #main #content .owl-carousel {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 8px;
}

section #main #content .owl-carousel a {
    float: left;
    width: 100%;
    padding: 2px;
    box-sizing: border-box
}

section #main #content .owl-carousel a img {
    box-sizing: border-box;
    border: 1px solid #C2C2C2;
    width: 100%;
}

section #main #content .owl-carousel .owl-stage-outer {
    padding: 2px 0px;
    box-sizing: border-box;
}

section .layout-center .owl-carousel .owl-controls .owl-nav > div {
    width: 17px;
    height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    display: block;
    text-indent: -99999px;
}

section .layout-center .owl-carousel .owl-controls .owl-nav > div.owl-prev {
    left: 0px;
    background: url(../images/prev-small.png) no-repeat center center;
}

section .layout-center .owl-carousel .owl-controls .owl-nav > div.owl-next {
    right: 0px;
    background: url(../images/next-small.png) no-repeat center center;
}

body > #sb-site > footer {
    background: #131212 url(../images/wood.jpg);
    float: left;
    width: 100%;
    color: #c4bdb1;
}

body > #sb-site > footer a {
    color: #ffffff;
}

body > #sb-site > footer .layout-center {
    padding-top: 30px;
    padding-bottom: 30px;
}

body > #sb-site > footer .layout-center .col {
    float: left;
    padding-right: 40px;
}

body > #sb-site > footer .layout-center .col.right {
    float: right;
    padding-right: 0px;
    text-align: right;
}

body > #sb-site > footer .layout-center .col.right a {
    margin-left: 15px;
    display: inline-block;
}

body > #sb-site > footer .layout-center .col p {
    font-size: 14px;
    color: #f7f5f0;
    line-height: 18px;
}

body > #sb-site > footer .layout-center .col p.big {
    font-size: 20px;
}

body > #sb-site > footer .layout-center .col h4 {
    font-size: 20px;
    color: #f7f5f0;
    padding-bottom: 15px;
}

section .ns_nerveSlider {
    border-bottom: 0;
    min-height: 455px;
    max-height: 455px;
    white-space: normal;
    margin-bottom: -5px
}

section .ns_nerveSlider .ns_dots {
    opacity: 1;
    text-align: center;
    padding: 0;
    top: auto;
    bottom: 15px;
    left: auto;
    right: 0;
}

section .ns_nerveSlider .ns_dots .ns_dot {
    display: inline-block;
    float: none;
    background: transparent;
    border: 2px solid #C0AB6A !important;
    width: 17px;
    height: 17px;
}

section .ns_nerveSlider .ns_dots .ns_dot.ns_selected {
    border: 2px solid #C0AB6A !important;
    background: #8B0E20 !important;
}

section .ns_nerveSlider .layout-center {
    height: 100%;
    z-index: 5000;
}

section .ns_nerveSlider .layout-center .centered {
    display: table;
    height: 100%;
    width: 100%;
}

section .ns_nerveSlider .layout-center .centered .inside {
    display: table-cell;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: left;
    vertical-align: bottom;
    padding-left: 70px;
    padding-right: 70px;
}

section .ns_nerveSlider .layout-center .centered .inside .red-box {
    max-width: 411px;
    box-sizing: border-box;
    background: #8B0E20;
    border-radius: 15px;
    padding: 3px 4px 5px 9px;
}

section .ns_nerveSlider .layout-center .centered .inside .red-box .border {
    border-top: 2px solid #C0AB6A;
    border-right: 2px solid #C0AB6A;
    border-bottom: 3px solid #C0AB6A;
    border-left: 8px solid #C0AB6A;
    padding: 40px;
    border-radius: 17px;
    padding: 15px 15px 20px 15px;
}

section .ns_nerveSlider .layout-center .centered .inside p {
    font-weight: 300;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}

section .ns_nerveSlider .layout-center .centered .inside h3 {
    font-weight: 800;
    color: #ffffff;
    font-size: 28px;
    margin: 0;
    padding: 0 0 10px 0;
}

section .ns_nerveSlider .layout-center .centered .inside h2 {
    margin-bottom: 50px;
    text-transform: uppercase;
}

section .ns_nerveSlider .layout-center .centered .inside .red-box2 {
    background: #A71C20 url(../images/red-box.gif);
    max-width: 565px;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

section .ns_nerveSlider .layout-center .centered .inside .red-box2 .container {
    display: table;
    width: 100%;
    color: #ffffff;
}

section .ns_nerveSlider .layout-center .centered .inside .red-box2 .container > div {
    display: table-cell;
}

section .ns_nerveSlider .layout-center .centered .inside .red-box2 .container > div.price {
    width: 140px;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    background: url(../images/news-arrow.png) no-repeat left center;
}

section .ns_nerveSlider .layout-center .centered .inside .red-box2 .container > div.price span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding-right: 10px;
}

section .ns_nerveSlider .layout-center .centered .inside .red-box2 .container > div.desc {
    padding: 20px 20px 30px 20px;
    background: #8B0E20;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
}

section .ns_nerveSlider .layout-center .centered .inside .red-box2 .container > div.desc p {
    max-height: 80px;
    overflow: hidden;
}

section .ns_nerveSlider .ns_prevButton {
    left: 100px;
    opacity: 1;
    z-index: 8000
}

section .ns_nerveSlider .ns_prevButton div {
    background-image: url(../images/prev.png) !important;
    background-position: left center !important;
}

section .ns_nerveSlider .ns_nextButton {
    right: 100px;
    opacity: 1;
    z-index: 8000
}

section .ns_nerveSlider .ns_nextButton div {
    background-image: url(../images/next.png) !important;
    background-position: right center !important;
}

section .ns_nerveSlider:hover .ns_prevButton, section .ns_nerveSlider:hover .ns_nextButton {
    opacity: 1;
}

section .selectboxit-container {
    display: inline-block;
    bottom: -3px;
    position: relative;
}

section .selectboxit-container .selectboxit {
    border: 1px solid #C6C6C6;
    border-radius: 0px;
    background: #ffffff;
    color: #000000;
    font-size: 14px;
}

section .selectboxit-container .selectboxit:hover {
    background: #ffffff
}

section .selectboxit-container span, .selectboxit-container .selectboxit-options a {
    height: 31px;
    line-height: 31px
}

section .selectboxit-default-arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000000;
    top: 15px !important;
}

body .sb-slidebar {
    background: #8B0E20
}

body .sb-slidebar .title {
    display: block;
    font-size: 23px;
    text-align: center;
    color: #ffffff;
    padding: 15px 0;
}

body .sb-slidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #C0AB6A;;
}

body .sb-slidebar ul li {
    border-bottom: 1px solid #C0AB6A;
}

body .sb-slidebar ul li a {
    line-height: 40px;
    padding: 0 20px;
    color: #ffffff;
    text-decoration: none;
    display: block;
}

body .sb-slidebar ul li a:hover {
    color: #ffffff;
    background: #800315;
}

body .sb-slidebar ul li a img {
    display: none;
}

body .sb-slidebar ul li ul {
    padding-left: 30px;
    display: none;
    border-bottom: 1px solid #C0AB6A;;
}

body .sb-slidebar ul li ul li:first-child {
    border-top: 0;
}

body .sb-slidebar ul li ul li:last-child {
    border-bottom: 0;
}

body .sb-slidebar ul li ul li a {
    padding-left: 10px;
    text-transform: lowercase
}

body .sb-slidebar h4 {
    font-size: 32px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    padding: 15px 15px 15px 20px;
}

body .sb-slidebar h4 img {
    float: right;
    height: 32px;
    margin-top: 3px;
}

body .sb-slidebar h4 .close {
    cursor: pointer;
}

@media only screen and (max-width: 1120px) {
    body > #sb-site > header .slider-cover {
        display: none;
    }

    body > #sb-site > header {
        border-bottom: 11px solid #C0AB6A;
        margin-bottom: -1px;
    }

    body > #sb-site > header #logo {
        left: 15px;
        top: 28px;
    }

    body > #sb-site > header .buy-button, body > #sb-site > header .magazine-button {
        display: none;
    }

    body > #sb-site > header nav {
        margin-right: 15px;
    }

    body > #sb-site > header nav > ul > li {
        margin-left: 10px;
    }

    body > #sb-site > header nav > ul > li > a {
        font-size: 14px;
    }

    body > #sb-site > header .lang {
        right: 15px;
    }

}

@media only screen and (max-width: 1000px) {
    section .layout-center .categories .item {
        width: 50%;
    }

    section .layout-center .categories .item .col.img {
        width: 109px;
    }

    section .ns_nerveSlider .layout-center .centered .inside {
        padding-left: 30px;
        padding-right: 30px;
        vertical-align: middle;
    }

    section .ns_nerveSlider .layout-center .centered .inside h2 {
        margin-bottom: 20px;
    }

    body > #sb-site > header nav {
        display: none;
    }

    body > #sb-site > header .mobile-menu {
        display: block;
    }

}

@media only screen and (max-width: 900px) {
    section #main {
        padding-left: 0px;
    }

    section #main #content {
        float: right;
        width: 100%;
    }

    section #main #aside {
        margin-left: 0px;
        margin-top: 40px;
        width: 100%;
    }

}

@media only screen and (max-width: 840px) {

    body > #sb-site > footer .layout-center .col.right {
        float: left;
        padding-right: 0px;
        padding-left: 0;
        padding-top: 15px;
        text-align: left;
    }
}

@media only screen and (max-width: 730px) {
    section .newsletter-box .layout-center .container .col {
        display: block !important;
        width: 100%;
        box-sizing: border-box;
        text-align: center !important;
        padding: 5px 0px !important;
    }

    section .newsletter-box .btn {
        width: 100%;
        max-width: 350px;
    }

    section #main {
        padding-bottom: 170px;
    }

}

@media only screen and (max-width: 700px) {
    .row .col-50 {
        width: 100%;
    }

    section #main #content .big-photo {
        margin-bottom: 20px;
    }

    section #main #content .shop-detail-title {
        margin-bottom: 20px;
    }

    section #main #content .owl-carousel {
        margin-bottom: 30px;
    }

    section #main #content .green-tel {
        margin-top: -37px;
    }

}

@media only screen and (max-width: 600px) {
    section .breadcrumbs {
        padding: 22px 0;
        font-size: 18px;
        font-weight: 300;
        color: #CAA6A9;
    }

    section .layout-center .shops .item {
        width: 50%;
    }

}

@media only screen and (max-width: 600px) {
    section .layout-center .categories .item {
        width: 100%;
    }

    section .layout-center .categories .item .col.img {
        width: 109px;
    }

    section .gold-line .bg {
        background: transparent;
    }

    section .gold-line .bg .layout-center {
        height: auto;
    }

    section .gold-line .bg .layout-center .content-box {
        max-width: 100%;
        padding-bottom: 20px;
    }

    section .gold-line .bg .layout-center .content-box p span {
        display: none;
    }

    section .gold-line .bg .layout-center .content-box p br {
        display: none;
    }

    section .ns_nerveSlider .layout-center .centered .inside .red-box2 .container > div.price {
        width: 110px;
        font-size: 30px;
    }

    section .layout-center .products .item {
        width: 50%;
    }

}

@media only screen and (max-width: 520px) {
    body > #sb-site > header {
        height: 175px;
    }

    body > #sb-site > header .search {
        position: absolute;
        bottom: 13px;
        top: auto;
        right: 0px;
        width: 100%;
        max-width: 100%;
    }

    body > #sb-site > header .search p {
        padding: 0 15px;
        margin: 0;
    }

    body > #sb-site > header .mobile-menu {
        top: 65px;
    }

    section .layout-center .recommend .col {
        display: block;
        width: 100% !important;
        padding: 0;
    }

    section .layout-center .recommend .col.desc {
        padding: 20px 0 0 0;
    }

    section #main #content h1 {
        font-size: 25px;
    }

}

@media only screen and (max-width: 420px) {
    section #main #content .green-tel {
        display: table;
        position: relative;
        margin-top: 0px;
        float: none;
        margin: 30px auto 0 auto;
    }

}

@media only screen and (max-width: 500px) {
    section .ns_nerveSlider .layout-center .centered .inside .red-box2 .container h3 {
        font-size: 20px;
    }

    section .references .item .colfirst {
        width: 100%;
        display: block;
        padding: 10px 0 !important;
    }

    section .references .item .col {
        width: 100%;
        display: block;
        padding: 10px 0 !important;
    }

    section .references .item .col:first-child {
        padding: 15px 0 10px 0 !important;
    }

    section .references .item .col:last-child {
        padding: 0 0 20px 0px !important;
    }

}

/*

====== Zoom effect ======

*/
.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

====== Newspaper effect ======

*/
.mfp-newspaper {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

====== 3d unfold ======

*/
.mfp-3d-unfold {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

====== Zoom-out effect ======

*/
.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

====== "Hinge" close effect ======

*/
@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    animation-duration: 1s;
    animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

/* ETC */

.succes {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

.succes span {
    background: #deeab8;
    border: #4caa0e solid 1px;
    color: #4caa0e;
    padding: 10px;
    display: block;
}

.error_message {
    position: relative;
    clear: both;
    margin: 0px 0px 10px 0px;
    background: #f4dadb;
    border: #d5181f solid 1px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #d5181f;
}

#error_message {
    position: relative;
    clear: both;
    margin: 0px 0px 10px 0px;
    background: #f4dadb;
    border: #d5181f solid 1px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #d5181f;
}

.display_none {
    display: none;
}

/* search
-------------------------------------------------- */
#search-res {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
}

#search-res form {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

#search-res form #searchstring {
    position: relative;
    left: 0;
    top: 0;
    border: #d3d3d3 solid 1px;
    padding: 5px;
    height: auto;
}

* html #search-res form #searchstring {
    height: 26px;
}

#search-res form .btn-search {
    position: absolute;
    top: 0;
    left: 225px;
}

#search-res form .btn-search button {
    position: relative;
    left: 0;
    top: 0;
    background: #07222D;
    color: #fff;
    border: none;
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
    overflow: visible;
}

.sgz2 {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
    background: url('img/sgz2.gif') repeat-x left bottom;
}

.sgz2 ul {
    position: relative;
    padding: 0;
    margin: 0;
}

.sgz2 ul li {
    position: relative;
    list-style-type: none;
    display: block;
    float: left;
    background: none;
    padding: 0;
}

.sgz2 ul li a {
    position: relative;
    text-decoration: none;
    float: left;
    display: block;
    color: #000;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    border: #cfcfcf solid 1px;
    padding: 0 23px;
    background: #f4f4f4;
}

* html .sgz2 ul li a {
    height: 42px;
}

.sgz2 ul li .active {
    background: #fff;
    border-bottom: #fff solid 1px;
}

#zalozky {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

/*#nalezene-produkty_try, #nalezene-kategorie_try, #nalezene-noviny_try, #nalezene-clanky_try{position:relative;float:left;clear:both;width:100%;}
#nalezene-produkty_try .cpt, #nalezene-kategorie_try .cpt, #nalezene-noviny_try .cpt, #nalezene-clanky_try .cpt{display:none;}

#nalezene-produkty_try .items-wrap{margin: 0;}

#nalezene-kategorie_try .search-content{position:relative;float:left;clear:both;width:100%;padding: 0;margin: 0;}
#nalezene-kategorie_try .search-content li{position:relative;list-style-type: none;display:block;padding: 0 0 20px 24px;background:url('img/search-folder.gif') no-repeat left 4px;}
#nalezene-kategorie_try .search-content li h3{font-size:1.3em;padding: 0 0 3px 0;}
#nalezene-kategorie_try .search-content li h3 a{font-weight: normal;}

#nalezene-noviny_try .search-content{position:relative;float:left;clear:both;width:100%;padding: 0;margin: 0;}
#nalezene-noviny_try .search-content li{position:relative;list-style-type: none;display:block;padding: 0 0 20px 24px;background:url('img/search-list.gif') no-repeat left 3px;}
#nalezene-noviny_try .search-content li h3{font-size:1.3em;padding: 0 0 3px 0;}
#nalezene-noviny_try .search-content li h3 a{font-weight: normal;}

#nalezene-clanky_try .search-content{position:relative;float:left;clear:both;width:100%;padding: 0;margin: 0;}
#nalezene-clanky_try .search-content li{position:relative;list-style-type: none;display:block;padding: 0 0 20px 24px;background:url('img/search-list.gif') no-repeat left 3px;}
#nalezene-clanky_try .search-content li h3{font-size:1.3em;padding: 0 0 3px 0;}
#nalezene-clanky_try .search-content li h3 a{font-weight: normal;}*/

#nalezene_produkty_try, #nalezene_kategorie_try, #nalezene_novinky_try,
#nalezene_clanky_try {
    clear: both;
    width: 100%;
}

#nalezene_produkty_try .cpt, #nalezene_kategorie_try .cpt, #nalezene_novinky_try .cpt,
#nalezene_clanky_try .cpt {
    display: none;
}

#nalezene_produkty_try .items-wrap {
    margin: 0px 0px 0px 0px;
}

#nalezene_kategorie_try .search-content {
    position: relative;
    clear: both;
    width: 100%;
    padding-left: 5px;
    margin: 0px;
    padding-bottom: 0;
}

#nalezene_kategorie_try .search-content li {
    position: relative;
    list-style-type: none;
    display: block;
    padding: 0px 0px 3px 25px;
    background: url('img/search-folder.gif') no-repeat left 4px;
}

#nalezene_kategorie_try .search-content li h3 {
    font-size: 1.3em;
    padding: 0px 0px 3px 0px;
    margin: 0px;
}

#nalezene_kategorie_try .search-content li h3 a {
    font-weight: normal;
    color: #000;
}

#nalezene_novinky_try .search-content {
    position: relative;
    clear: both;
    width: 100%;
    padding: 26px;
    margin: 0px;
    padding-bottom: 0;
}

#nalezene_novinky_try .search-content li {
    position: relative;
    list-style-type: none;
    display: block;
    padding: 0px 0px 3px 25px;
    background: url('img/search-list.gif') no-repeat left 3px;
}

#nalezene_novinky_try .search-content li h3 {
    font-size: 1.3em;
    padding: 0px 0px 3px 0px;
    margin: 0px;
}

#nalezene_novinky_try .search-content li h3 a {
    font-weight: normal;
    color: #000;
}

#nalezene_clanky_try .search-content {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding-bottom: 0;
}

#nalezene_clanky_try .search-content li {
    position: relative;
    list-style-type: none;
    display: block;
    padding: 0px 0px 3px 25px;
    background: url('img/search-list.gif') no-repeat left 3px;
}

#nalezene_clanky_try .search-content li h3 {
    font-size: 1.3em;
    padding: 0px 0px 3px 0px;
    margin: 0px;
}

#nalezene_clanky_try .search-content li h3 a {
    font-weight: normal;
    color: #000;
}

/* 404
-------------------------------------------------- */
#template-404 {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    background: #fff;
    text-align: center;
    border: #eeeeee solid 1px;
    padding: 27px 0 27px 0;
}

* html #template-404 {
    width: 100%;
}

#info-404 {
    position: relative;
    width: 100%;
}

#info-404 span {
    display: inline-block;
    background: #dd1715;
    color: #fff;
    font-size: 2.4em;
    padding: 5px 10px;
}

#not-found-404 {
    font-size: 2.4em;
    padding: 15px 0 0 0;
}

#template-404 p {
    text-align: center;
    padding: 20px 100px 0 100px;
    line-height: 20px;
}

#template-404 p a {
    color: #dd1715;
    font-weight: bold;
}

#template-404 p b {
    color: #dd1715;
}

#search-404 {
    position: relative;
    margin: 20px auto 0 auto;
    width: 427px;
    height: 101px;
    background: #f4f4f4;
    border: #ededed solid 1px;
}

#search-404 span {
    font-size: 1.6em;
    display: inline-block;
    padding: 15px 0 0 0;
}

#search-404 form {
    position: absolute;
    top: 59px;
    left: 27px;
    width: 373px;
    height: 26px;
    text-align: left;
}

#search-404 form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 24px;
    line-height: 24px;
    border: #ddd solid 1px;
    padding: 0 8px;
    background: #fff;
    color: #ccc;
}

* html #search-404 form input {
    width: 298px;
    height: 26px;
}

#search-404 form button {
    position: absolute;
    top: 0;
    left: 305px;
    width: 68px;
    height: 26px;
    overflow: hidden;
    color: #fff;
    background: #333;
    border: none;
}

.gap {
    padding-bottom: 15px;
}

.fromtop {
    margin-top: 10px;
    box-sizing: border-box;
    border: 1px solid #C2C2C2;
    max-width: 130px;
}

.hunder {
    width: 100%;
}

/* Ondřej MIsák úpravy 24.6 */
body > #sb-site > header .magazine-button {
    width: 195px;
    background: url(../images/kup1.png) no-repeat;
    color: #ffffff;
    line-height: 40px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    right: 197px;
    z-index: 5000;
    text-transform: uppercase;
    height: 42px;
    bottom: -12px;
}