@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);

/* Reset  
-----------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
abbr,
address,
cite,
code,
del,
img,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    background: transparent;
    border: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

em {
    color: #000;
    font-style: normal;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #ccc;
    cursor: help;
    font-weight: inherit;
    line-height: inherit;
    padding-bottom: 1px;
    text-transform: none !important
}


/* General  
-----------------------------------------------*/

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: url(../img/bg.jpg) center 80px no-repeat fixed #fff;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    border-top: 7px solid #ba1117;
}


/* Tools  
-----------------------------------------------*/

.clear {
    clear: both;
}

::selection {
    background: #ba1117;
    color: #fff;
}

::-moz-selection {
    background: #ba1117;
    color: #fff;
}

input[type="submit"],
.button {
    background: url(../img/bg_button.gif) top repeat-x #222;
    display: inline-block;
    padding: 6px 15px;
    color: #fff;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

input[type="submit"]:hover,
.button:hover {
    background-position: bottom;
}

input[type="submit"]:active,
.button:active {
    background-image: none;
    color: #888;
    padding: 7px 15px 5px 15px;
}

.top_bg {
    height: 166px;
    width: 100%;
    background: #000;
    border-top: 7px solid #ba1117;
    position: absolute;
    top: 0;
    left: 0;
}


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

header {
    height: 130px;
    width: 960px;
    background: url(../img/bg_header.gif) center top no-repeat;
}

header #logo {
    float: left;
    margin-top: 50px;
    display: block;
}

header aside {
    float: right;
    color: #888;
    margin-top: 8px;
}

header aside span {
    font-size: 18px;
    color: #fff;
    position: relative;
    top: 2px;
    margin-left: 10px;
}

header nav {
    float: right;
    margin-top: 15px;
}

header nav img {
    float: left;
    position: relative;
    left: 1px;
    z-index: 10;
}

header nav ul {
    background: url(../img/bg_nav.gif) repeat-x;
    border: 1px solid #b80f15;
    float: left;
}

header nav li {
    float: left;
    display: inline;
    position: relative;
}

header nav li a,
header nav li span {
    font-size: 14px;
    color: #fff;
    display: block;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    padding: 17px;
    text-shadow: 0px 1px #000;
}

header nav li span {
    color: #d18888;
    text-shadow: 0 0;
}

header nav li a:hover {
    color: #d18888;
    text-shadow: 0 0;
}

header nav li a:active {
    padding: 18px 17px 16px 17px;
}

header nav li:hover > a {
    color: #d18888;
    text-shadow: 0 0;
}

header nav li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 55px;
	left: -111px;
    visibility: hidden;
    border: 0;
    border-bottom: 4px solid #000;
    background: #2x22;
    z-index: 999;
}

header nav li ul li {
    float: none;
    display: block;
}

header nav li ul li a {
    width: auto;
    white-space: pre;
    float: none;
    padding: 12px;
    background: #222;
    color: #fff;
    font-size: 11px !important;
    border-right: 4px solid #000;
}

header nav li ul li a:hover {
    background: #000;
    color: #fff;
    border-right: 4px solid #ba1117
}

header nav li ul li a:active {
    padding: 13px 15px 11px 15px;
    color: #777;
}

header nav li.drop {
    background: url(../img/drop.png) left center no-repeat;
}

header h1#slogan {
    float: right;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    padding-top: 11px;
    margin-right: 25px;
}

.breadcrumbs {
    padding: 8px 10px;
    color: #fff;
    background: #323135;
    background: -webkit-linear-gradient(#323135, #201f22);
    background: -o-linear-gradient(#323135, #201f22);
    background: -moz-linear-gradient(#323135, #201f22);
    background: linear-gradient(#323135, #201f22);
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .bullet {
    display: inline-block;
    margin: 0 6px;
}

#slideshow {
    width: 960px;
    height: 205px;
    position: relative;
}

#slideshow li {
    position: relative;
    height: 205px;
}

#slideshow .caption {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 930px;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 1px #000;
}

#slide_nav {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 100;
}

#slide_nav a {
    display: inline-block;
    background: #ba1117;
    color: #fff;
    text-decoration: none;
    padding: 2px 7px;
    margin-right: 4px;
    font-size: 10px
}

#slide_nav a.activeSlide {
    background: #fff;
    color: #ba1117;
    ;
}

#content {
    width: 960px;
    float: left;
    clear: both;
    margin-top: 20px;
}

.column_main {
    width: 648px;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    padding: 20px 0 0 0;
    margin-right: 20px;
}

.column_search {
    width: 648px;
    background: #af161c;
    background: -webkit-linear-gradient(#0071c4, #00447d);
    background: -o-linear-gradient(#0071c4, #00447d);
    background: -moz-linear-gradient(#0071c4, #00447d);
    background: linear-gradient(#0071c4, #00447d);
    float: left;
    padding: 10px 0;
    margin-right: 20px;
}

.column_side {
    width: 288px;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
}

.column_main .block {
    width: 608px;
    margin-left: 20px;
    float: left;
    clear: both;
}

.column_main.wide {
    width: 958px;
    /*margin-left: !important;*/
}

.column_search.wide {
    width: 960px;
    /*margin-left: !important;*/
}

.search_submit {
    display: inline-block;
    margin: 0 0 0 -4px;
    background: #343337;
    background: -webkit-linear-gradient(#454349, #212023);
    background: -o-linear-gradient(#454349, #212023);
    background: -moz-linear-gradient(#454349, #212023);
    background: linear-gradient(#454349, #212023);
    height: 31px;
    padding: 0 15px;
    /*border-radius: 0 5px 5px 0;*/
    line-height: 30px;
    color: #fff;
    width: 55px;
}

.search_submit:hover {
    background: #343454349337;
    background: -webkit-linear-gradient(#212023, #454349);
    background: -o-linear-gradient(#212023, #454349);
    background: -moz-linear-gradient(#212023, #454349);
    background: linear-gradient(#212023, #454349);
}

.search_input {
    /*border-radius: 5px 0 0 5px !important;*/
    margin-right: 0px !important;
}

.search_title {
    display: block;
    position: relative;
    background: #343337;
    background: -webkit-linear-gradient(#454349, #212023);
    background: -o-linear-gradient(#454349, #212023);
    background: -moz-linear-gradient(#454349, #212023);
    background: linear-gradient(#454349, #212023);
    color: #fff;
    padding: 7px 13px 7px 10px;
    line-height: 0.9em;
    float: right;
    left: 29px;
    top: 8px;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: -17px;
}

.search_title img {
    position: absolute;
}

.search_title .search_title_l {
    left: -38px;
    top: 0px;
}

.search_title .search_title_r {
    right: 0px;
    top: -11px;
}

.column_side .block {
    width: 248px;
    padding-bottom: 22px;
    float: left;
    clear: both;
    background: url(../img/border_narrow.gif) bottom no-repeat;
}

#content h2 {
    font-size: 24px;
    color: #ba1117;
    margin: 0 0 10px 0;
    letter-spacing: -2px;
}

.more {
    display: block;
    position: relative;
    background: url(../img/more_repeat.gif) repeat-x;
    color: #fff;
    padding: 3px 15px 3px 10px;
    line-height: 0.9em;
    float: right;
    left: 30px;
    text-decoration: none;
}

.more img {
    position: absolute;
}

.more .more_l {
    left: -25px;
    top: 0px;
}

.more .more_r {
    right: 0px;
    top: -7px;
}

.more:hover {
    color: #e5a2a4 !important;
}

.more:active {
    color: #e5a2a4 !important;
    background: url(../img/more_repeat.gif) repeat-x !important;
}

#about {
    background: url(../img/border.gif) center bottom no-repeat;
    padding-bottom: 30px;
}

#about img {
    float: right;
}

#about h2 {
    width: 300px;
}

#about a {
    font-weight: bold;
    margin-left: 5px;
}

#about a:hover {
    color: #999;
}

#new_products {
    position: relative;
    width: 608px;
}

#new_products figure {
    margin-top: 20px;
    float: left;
    width: 608px;
}

#new_products figure img {
    float: left;
    margin-right: 15px;
}

#new_products figcaption {
    width: 320px;
    float: left;
}

#new_products p {
    padding-bottom: 0 !important;
    font-size: 11px !important;
}

#new_products .scroll-pane {
    width: 305px;
    height: 160px;
    overflow: auto;
    float: left;
    padding-right: 15px;
}

#new_products .carousel {
    margin: 30px 0 0 32px;
    float: left;
    clear: both;
}

#new_products .carousel li {
    display: inline;
    float: left;
    margin-right: 17px;
}

#new_products .carousel li a {
    display: block;
}

#new_products .carousel li a:hover {
    opacity: .50;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: .50;
    -moz-opacity: .50;
}

#new_products .slide_nav {
    width: 22px;
    height: 22px;
    display: block;
    background: url(../img/slide_nav.gif) no-repeat;
    position: absolute;
    bottom: 60px;
    z-index: 100;
    cursor: pointer;
}

#new_products .next {
    right: 0;
    background-position: right top;
}

#new_products .prev {
    left: 0;
    background-position: left top;
}

#new_products .next:hover,
#new_products .next.disabled {
    background-position: right bottom;
}

#new_products .prev:hover,
#new_products .prev.disabled {
    background-position: left bottom;
}

#new_products .more {
    margin-top: 20px;
}

#shop_online {
    width: 250px;
    height: 257px;
    position: relative;
    bottom: 22px;
    right: 1px;
    background: url(../img/skleponline.png) right top no-repeat;
    margin-bottom: -40px;
}

#shop_online h2 {
    color: #fff !important;
    margin-top: 0 !important;
}

#shop_online .button {
    margin-top: 75px;
}

#shop_nav {
    width: 250px;
    height: 77px;
    position: relative;
    bottom: 1px;
    right: 1px;
    background: #ba1117;
}

#shop_nav a {
    border: 2px solid #af0b11;
    color: #fff;
    background: #cd2d33;
    text-decoration: none;
    display: block;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 18px;
}

#shop_nav a span {
    font-weight: bold;
}

#shop_nav a:hover {
    background: #9a0a0f;
    color: #fff !important;
}

#fb {
    margin: 20px 0 15px 10px;
    float: left;
    clear: both;
}

#fb img {
    vertical-align: bottom;
}

#contact address p {
    padding-bottom: 0 !important;
}

#contact h2 {
    padding-bottom: 15px;
    display: block;
}

.heading {
    position: relative;
    padding: 0 20px;
    
}

.heading h1 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1em;
    color: #ba1117;
    position: relative;
    bottom: 5px;
    font-weight: bold;
}


/* Typography 
-----------------------------------------------*/

a {
    color: #ba1117;
}

#content a:hover {
    color: #999;
}

#content a:active {
    background: #eee;
}

#content p {
    padding-bottom: 18px;
    font-size: 13px;
    display: block;
}

#content strong {
    font-weight: bold;
}

#content article a {
    text-decoration: none;
}

#content article h1 {
    color: #000;
    font-size: 30px;
    margin-bottom: 35px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: -2px;
    clear: both;
    width: 91%;
    line-height: 1.2em;
}

#content article h2 {
    font-size: 26px;
    color: #ba1117;
    margin: 18px 0 20px 0;
    letter-spacing: -1px;
    display: block;
    clear: both;
    line-height: 1.2em;
}

#content article h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}

#content article h4 {
    /*color: #ba1117;*/
	color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    display: block;
    clear: both;
}

#content article em {
    font-style: italic;
    font-family: Arial;
    color: #676767;
}

#content article ul {
    margin-top: 18px;
    color: #676767;
}

#content article li {
    margin-top: 0.66em;
    line-height: 1.4em;
}

#content article ul li {
    padding-left: 35px;
    background: url(../img/bullet1.gif) 22px 7px no-repeat;
}

#content article ol {
    margin-top: 18px;
    padding-left: 40px;
    color: #676767;
}

#content article ol > li {
    padding-left: 5px;
    background-image: none;
    list-style-type: decimal;
}

#content article ol ul {
    margin-top: 0;
}

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

#content article > time {
    margin-bottom: 30px;
    display: block
}

#content article .go_back {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    display: block;
}


/* Article 
-----------------------------------------------*/

article {
    padding: 10px 20px;
}

.photo {
    max-width: 240px;
    max-height: 240px;
    padding: 5px;
    margin: 2px;
}

.photo_left,
.photo_right {
    max-width: 200px;
    max-height: 200px;
    padding: 10px;
    background: #efefef;
}

.photo_left {
    float: left;
    margin: 8px 25px 10px 0;
}

.photo_right {
    float: right;
    margin: 8px 0px 10px 25px;
}

.photo_center {
    max-width: 580px;
    padding: 10px;
    background: #efefef;
}

article a:hover img {
    background: #ccc;
}

.gallery {
    background: #eee;
    padding: 10px 10px 0 10px;
    float: left;
    width: 590px;
    margin: 20px 0;
}

.gallery ul {
    margin: 0 !important;
}

.gallery ul li {
    padding: 0 !important;
    margin: 0px 0 10px 13px !important;
    display: inline;
    float: left;
    width: 137px;
    height: 137px;
}

.gallery ul li a {
    display: block;
    width: 137px;
    height: 137px;
    position: relative;
}

.gallery ul li a > img {
    width: 137px;
    height: 137px;
}

.gallery li.nomargin {
    margin-left: 0 !important;
}

.gallery a span {
    position: absolute;
    background: none;
}

.gallery a:hover img {
    background: 0 !important;
}

.expand {
    top: 0;
    left: 0;
    width: 100%;
    padding: 58px 0 59px 0;
    text-align: center;
    background: #ba1117 !important;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    opacity: .70;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: .70;
    -moz-opacity: .70;
}

.video {
    width: 590px;
    height: 315px;
    background: #eee;
    float: left;
    padding: 10px;
    margin: 15px 0;
    text-align: center;
}

.file {
    border-collapse: collapse;
    float: left;
    clear: both;
    margin: 20px 0;
}

.file td {
    padding: 7px 10px;
    line-height: 1.2em;
    color: #676767
}

.file .icon {
    width: 20px;
    text-align: center;
}

.file .icon a {
    display: inline-block;
    width: 30px;
    height: 22px;
    padding-top: 6px;
    background: url(../img/file.png) center no-repeat;
    font-size: 10px;
    text-align: center;
    text-decoration: none !important;
}

.file .icon a:hover {
    text-decoration: underline !important;
}

.file .title {
    font-weight: bold;
}

.file .size {
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
}

.data {
    border-collapse: collapse;
    margin: 10px 0;
    border: 1px solid #eab6b8;
    color: #676767;
    font-size: 11px;
}

.data td {
    padding: 3px 5px;
}

.data .data_param {
    font-weight: bold;
    color: #ba1117;
    padding-right: 15px;
}

.data .odd {
    background: #eee;
}

.articles_list {
    margin-top: 0 !important;
}

.articles_list li {
    margin-top: 0 !important;
    padding-left: 0 !important;
    background: none !important;
    float: left;
    clear: both;
    margin: 15px 0 25px 0;
}

.articles_list li h3 {
    clear: none !important;
    margin-bottom: 10px !important;
    line-height: 1.2em;
}

.articles_list li h3 a {
    color: #000;
}

.articles_list li img {
    float: left;
    margin-right: 20px;
}

.articles_list li time {
    display: block;
}

.articles_list li > a {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}


/* Pagination  
-----------------------------------------------*/

.pagination {
    font-size: 14px;
    float: left;
    margin: 5px 0 20px 0!important;
    width: 610px;
    padding-bottom: 20px;
}

.pagination > span {
    float: right;
    margin-top: 13px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #888;
}

.pagination ul {
    float: left;
    margin-top: 0 !important;
}

.pagination ul li {
    display: inline;
    float: left;
    margin: 0 2px;
    background: url(../img/bg_pag.gif) repeat-x !important;
    padding-left: 0 !important;
}

.pagination ul li.current span,
.pagination ul li a:hover {
    background: url(../img/bg_pag_curr.gif) repeat-x;
    border-color: #ba1117;
    color: #fff !important;
}

.pagination ul li.break span {
    border-color: #fff;
    background: #fff;
    color: #aaa;
}

.pagination ul li a,
.pagination ul li span {
    display: block;
    float: left;
    padding: 4px 9px 3px 9px;
    border: 1px solid #ccc;
}

.pagination ul li.prev:hover,
.pagination ul li.first:hover,
.pagination ul li.next:hover,
.pagination ul li.last:hover {
    background: url(../img/bg_pag_curr.gif) repeat-x !important;
}

.pagination ul li.first a,
.pagination ul li.prev a,
.pagination ul li.next a,
.pagination ul li.last a {
    height: 20px;
    width: 8px;
}

.pagination ul li.first a {
    background: url(../img/pag_bullet2.gif) 7px 10px no-repeat;
}

.pagination ul li.first a:hover {
    background-position: -13px 10px;
}

.pagination ul li.prev a {
    background: url(../img/pag_bullet1.gif) 10px 10px no-repeat;
}

.pagination ul li.prev a:hover {
    background-position: -15px 10px;
}

.pagination ul li.last a {
    background: url(../img/pag_bullet4.gif) 9px 10px no-repeat;
}

.pagination ul li.last a:hover {
    background-position: -11px 10px;
}

.pagination ul li.next a {
    background: url(../img/pag_bullet3.gif) 11px 10px no-repeat;
}

.pagination ul li.next a:hover {
    background-position: -14px 10px;
}


/* KATAOLG
-----------------------------------------------*/

.c_field {
    border: 1px solid #777;
    background: #dfdfdf;
    float: left;
    width: 920px;
    margin-bottom: 30px;
}

.c_field h2 {
    padding: 10px;
    color: #fff !important;
    letter-spacing: 0 !important;
    background: #000;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.c_field_cont {
    padding: 20px;
    margin-top: 5px;
    width: 880px;
    float: left;
}

.on_off {
    border-bottom: 4px solid #ba1117;
}

.on_off a {
    display: inline-block;
    padding: 10px;
    background: url(../img/bg_tab_off.gif) repeat-x #000;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    margin-right: 1px;
}

.on_off a:hover {
    color: #fff !important;
}

.on_off a:active {
    background: #000 !important;
    background-image: none;
    color: #666 !important;
}

.on_off a.active:active {
    background: #ba1117 !important;
    background-image: none;
    color: #e46a6f !important;
}

.on_off a.active {
    background: url(../img/bg_tab_on.gif) repeat-x #ba1117;
}

#catalog_online,
#catalog_offline {
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
}

#add_product {
    position: relative;
}

#add_product > div {
    border: 1px solid #ccc;
    float: left;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

#add_product label {
    width: 400px;
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    width: auto;
    padding: 5px 0;
    margin-bottom: 0;
    float: left;
    clear: both;
}

#add_product input[type="text"] {
    padding: 8px;
}

#add_product .left {
    width: 250px;
    height: 133px;
}

#add_product .left input[type="text"] {
    width: 230px;
    background: #eee;
    border: 1px solid #ccc;
}

#add_product .left span {
    margin-top: 10px;
    float: right;
}

#add_product .left span:hover {
    background: #000;
    cursor: pointer;
}

#add_product .right {
    margin-left: 25px;
    width: 550px;
}

#add_product .right > div {
    float: left;
}

#add_product .right > div input {
    border: 1px solid #ddd;
    cursor: default !important;
}

#add_product .right > div label {
    background: #888;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    width: auto;
    padding: 0 5px;
    margin-bottom: 0;
    float: left;
    clear: both;
}

#add_product .right .cat {
    width: 270px;
}

#add_product .right .cat input {
    float: left;
    clear: both;
    width: 240px;
}

#add_product .right .price {
    width: 280px;
}

#add_product .right .price input {
    width: 240px;
}

#add_product .right .proposal {
    margin-top: 20px;
    float: left;
    margin-left: 280px;
}

#add_product .right .proposal label {
    color: #333;
    background: 0;
    padding: 0 0 5px 0px
}

#add_product .right .proposal input {
    float: left;
    clear: both;
    width: 115px;
    background: #eee;
    border: 1px solid #ccc;
    cursor: text !important;
}

#add_product #add_submit {
    float: right;
    width: 104px;
    margin: 45px 16px 0 0;
    font-size: 11px;
    padding: 9px 0 !important;
    ;
}

#add_product img.point {
    position: absolute;
    left: 267px;
    top: 67px;
}

#more_info_block {
    float: left;
    clear: both;
    margin-top: 0 !important;
    margin-bottom: 0px;
}

ul.idTabs {
    margin-top: 20px !important;
    position: absolute;
    bottom: 0;
}

ul.idTabs li {
    float: left;
    display: inline-block;
    padding: 5px 0!important;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 20px;
}

ul.idTabs li.current {
    border-bottom: 3px solid #ba1117;
}

.smoothTabsDivHidden {
    display: none;
}

#more_info_block div.smoothTabsPage {
    padding: 20px 10px;
    float: left;
    width: 860px;
    background: #201f22;
    background: -webkit-linear-gradient(#302f33, #201f22);
    background: -o-linear-gradient(#302f33, #201f22);
    background: -moz-linear-gradient(#302f33, #201f22);
    background: linear-gradient(#302f33, #201f22);
}

.form_info {
    font-size: 10px !important;
    line-height: 1.2em;
}

form.order_form {
    background: #e8e8e8;
    padding: 0 60px;
}

form.order_form div {
    clear: both;
    padding-top: 10px;
    position: relative;
}

form.order_form label {
    display: block;
    width: 100px;
    float: left;
    line-height: 2em;
    margin-bottom: 8px;
}

form.order_form input {
    padding: 5px;
    width: 350px;
    float: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 6px;
    border: 0px;
}

.form_inline {
    display: inline-block;
}

.form_kod {
    width: 49%;
    float: left;
}

.form_kod input {
    width: 70px !important;
}

.form_miasto {
    width: 50%;
    float: left;
    clear: none !important;
}

.form_miasto label {
    margin-left: 0 !important;
    width: 60px !important;
}

.form_miasto input {
    width: 100% !important;
}

form.order_form textarea {
    width: 350px;
    padding: 5px;
    font-family: Arial, Tahoma, sans-serif;
    height: 80px;
    float: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 6px;
    border: 0px;
}

form.order_form .required_info {
    color: #fff;
    float: left;
    clear: both;
    margin-left: 0px;
    margin-top: 20px;
    border-top: 1px solid #fff;
    width: 415px;
    padding-top: 5px;
    font-size: 11px !important;
}

form.order_form .required_info span {
    border: 0 !important;
    display: inline !important;
}

form.order_form .button {
    margin: 10px 0 20px 0px;
    width: 100px;
    border: 0;
    font-weight: bold;
    padding: 12px 32px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: #b31820;
    background: -webkit-linear-gradient(#d12a36, #920507);
    background: -o-linear-gradient(#d12a36, #920507);
    background: -moz-linear-gradient(#d12a36, #920507);
    background: linear-gradient(#d12a36, #920507);
}

form.order_form .button:hover {
    background: #d12a36;
    background: -webkit-linear-gradient(#920507, #d12a36);
    background: -o-linear-gradient(#920507, #d12a36);
    background: -moz-linear-gradient(#920507, #d12a36);
    background: linear-gradient(#920507, #d12a36);
}

form.order_form sup {
    float: left;
    color: #cc0511;
    font-weight: bold;
    font-size: 1.2em;
}

form.order_form span {
    border: 1px solid;
    display: block;
}

.correct_it {
    border: 1px solid #e32128 !important;
    background: #fbe6e7;
    padding: 6px;
}

#cart_list {
    margin: 20px auto 20px auto;
    width: 860px;
    background: #fff;
}

#cart_list table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

#cart_list table th {
    position: relative;
}

#cart_list table th {
    height: 24px;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    padding: 8px;
    background: #ba1117;
    border: 1px solid #fff;
    color: #fff;
}

#cart_list table th img {
    position: relative;
    top: 2px;
    left: 10px;
    cursor: pointer;
}

#cart_list table td {
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: middle;
}

#cart_list table td.price {
    text-align: right;
}

#cart_list table td.delete {
    text-align: center;
}

#cart_list table td.delete a:hover {
    opacity: .50;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: .50;
    -moz-opacity: .50;
}

#infotip {
    display: none;
    z-index: 3000;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 200px;
    padding: 0 !important;
}

#infotip span {
    float: left;
    position: absolute;
    top: 0;
    width: 200px;
    background: #000;
    white-space: pre-wrap !important;
    padding: 10px;
}

#catalog_offline {
    float: left;
    width: 858px;
}

#catalog_offline #co_labels {
    border: 1px solid #aaa;
    background: #ddd;
    float: left;
    width: 850px;
}

#catalog_offline #co_labels div {
    float: left;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
}

#catalog_offline #co_labels div.cat {
    width: 598px;
    border-right: 1px solid #aaa;
}

#catalog_offline #co_labels div.spec {
    width: 95px;
    border-right: 1px solid #aaa;
    text-align: center !important;
}

#catalog_offline #co_labels div.slidedown {
    width: 95px;
    text-align: center !important;
}

#catalog_offline ul {
    margin: 0 !important;
    border-bottom: 1px solid #aaa;
    float: left;
    width: 852px;
}

#catalog_offline ul li {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}

#catalog_offline #co_accordion .btn {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    width: 850px;
    float: left;
    clear: both;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 !important;
}

#catalog_offline #co_accordion .btn span {
    display: inline-block;
    padding: 0px 10px;
}

#catalog_offline #co_accordion .btn .cat {
    width: 592px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

#catalog_offline #co_accordion .btn .cat:hover {
    opacity: .50;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: .50;
    -moz-opacity: .50;
}

#catalog_offline #co_accordion .btn .spec {
    width: 95px;
    text-align: center !important;
}

#catalog_offline #co_accordion .btn .slidedown {
    width: 95px;
    text-align: center !important;
    cursor: pointer;
}

#catalog_offline #co_accordion .btn .slidedown:hover {
    opacity: .50;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: .50;
    -moz-opacity: .50;
}

#catalog_offline #co_accordion .dsc {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    padding: 10px !important;
    float: left;
    background: #eee !important;
    width: 830px;
    border-bottom: 1px solid #ddd;
}

#catalog_offline #co_accordion .dsc a {
    float: left;
    margin-right: 15px;
}

#catalog_offline #co_accordion .dsc .text {
    line-height: 1.4em;
}

.explain {
    padding: 15px;
}

.explain h2 {
    display: block;
    padding: 0 0 5px 0;
    letter-spacing: -1px !important;
}

.explain p {
    display: block;
    padding: 5px 0;
}


/* Contact
-----------------------------------------------*/

.contact_col {
    width: 290px;
    margin-right: 10px;
    float: left;
    margin-bottom: 25px;
}

.contact_col h4 {
    border-bottom: 1px solid #ba1117;
    padding-bottom: 3px;
    display: block;
    width: 280px;
}

.contact_col p {
    padding-bottom: 5px !important;
}

#contact_form {
    padding: 20px;
    background: #eee;
    border: 1px solid #ccc;
}

#contact_form label {
    width: 180px;
    display: inline-block;
    float: left;
    line-height: 1.9em;
}

#contact_form input[type="text"],
#contact_form textarea {
    padding: 5px;
    width: 250px;
    border: 1px solid #ccc;
}

#contact_form textarea {
    font-family: Arial, sans-serif;
    height: 80px;
}

#contact_form input[type="text"]:hover,
#contact_form textarea:hover,
#contact_form input[type="text"]:focus,
#contact_form textarea:focus {
    border-color: #ba1117;
}

#contact_form p.submit .button {
    float: right;
    margin-right: 125px;
}

#contact_form sup {
    float: right;
    margin-right: 110px;
    color: #cc0511;
    font-weight: bold;
    font-size: 1.2em;
}

#contact_form span {
    font-size: 10px;
    text-transform: uppercase;
    float: right;
    color: #fff;
    padding: 3px 4px 4px 4px;
    margin-right: 20px;
    background: #ba1117;
}

.alert {
    border: 1px solid;
    padding: 20px 20px 20px 40px;
    font-weight: bold;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.success {
    background: url(../img/success.png) 10px center no-repeat #eee;
    color: #4d9a0d;
}

.fail {
    background: url(../img/fail.png) 10px center no-repeat #eee;
    color: #ba1117;
}


/* Footer 
-----------------------------------------------*/

footer {
    float: left;
    width: 930px;
    padding: 15px;
    background: url(../img/bg_footer.gif) repeat-x;
    color: #fff;
    border-top: 4px solid #ba1117;
    margin-top: 20px;
    margin-bottom: 30px;
}

footer p {
    color: #fff;
    float: right;
}

footer p a {
    display: inline-block;
    width: 85px;
    height: 14px;
    background: url(../img/evo.png) top no-repeat;
    margin-left: 10px;
    position: relative;
    top: 3px;
    background-size: contain;
}

footer p a:hover {
    background-position: bottom;
}


/* IE Fixes  
-----------------------------------------------*/


/* NAV PRODUCTS 
-----------------------------------------------*/

#product_nav {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 960px;
    float: left;
    background: #fff;
}

#product_nav li {
    float: left;
    text-align: center;
    height: 183px;
    text-transform: uppercase;
    padding-bottom: 0px;
    border-right: 1px solid #ddd;
}

#product_nav li a {
    text-decoration: none;
    width: 111px;
    padding-top: 120px;
    margin: 0 4px;
    display: block;
}

#product_nav li a span {
    line-height: 1.1em;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 111px;
    border-top: 3px solid #ba1117;
    color: #2a292c;
    font-size: 14px;
}

#product_nav li a:hover {

    width: 119px;
    margin: 0px;
    background-position: center 5px !important;
}

#product_nav li a:hover span {
    color: #fff;
    background: #af161c;
    background: -webkit-linear-gradient(#d12a36, #910406);
    background: -o-linear-gradient(#d12a36, #910406);
    background: -moz-linear-gradient(#d12a36, #910406);
    background: linear-gradient(#d12a36, #910406);
    width: 119px;
}

#modalWindow-content {
    display: none;
}


/* Overlay */

#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}


/* Container */

#simplemodal-container {
    height: 420px;
    width: 450px;
    color: #fff;
    background-color: #a70808;
    border: 4px solid #444;
}

#simplemodal-container a.modalCloseImg {
    background: url(../img/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

#simplemodal-container p {
    display: block;
    padding: 10px;
    font-size: 11px;
    line-height: 1.5em;
    text-shadow: 1px 1px 0px #870505;
}

.legend-info {
    display: block;
    width: 100%;
    margin: 20px 0 10px 0;
}

.legend-info span {
    display: inline-block;
    margin-right: 20px;
    font-size: 11px;
	color: #fff;
}

.legend-info span:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    border: 1px solid #82746b;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.legend-info--available:before {
    background-color: #B6FFB1;
    color: #82746b;
}

.legend-info--order:before {
    background-color: #FFF;
    color: #82746b;
}

#search_results .sale-prices--old-price {
    font-size: 12px;
    color: #777;
    text-decoration: line-through;
}

#search_results .sale-prices--new-price {
    font-size: 15px;
    color: #bc2525;
    font-weight: bold;
    display: inline-block;
    padding-left: 22px;
    background: url(../img/promo.png) center left no-repeat;
    height: 19px;
    line-height: 19px;
    margin-left: 4px;
}


.product_content {
    font-size: 14px;
}

.product_content td {
    padding: 15px 10px 15px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.product_content td:nth-child(even) {
    font-weight: bold;
}

.product_content td:nth-child(odd) {
    min-width: 170px;
}

.product_content ul { 
    list-style: none;
    padding:0;
    margin:0; 
}

.product_content li { 
    padding-left: 1em; 
    text-indent: -.7em;
    background: none !important;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.product_content li:nth-last-child(1) {
    border-bottom: 0;
}

.product_content li:before { 
    content: "• ";
}

.product_content h3 {
    margin-top: 30px;
    font-size: 22px !important;
}

.product_content table {
    margin-top: 15px;
    min-width: 49%;
}

.product_box_right {
    background-color: #232226;
    color: #fff;
    float: right;
    width: 450px;
    margin-left: 15px;
    margin-bottom: 15px;
    position: relative;
}

.product_box_right .product-photo {
    width: calc(100% - 20px);
    margin: 10px;
}

.product_box_right a:active {
    background: none !important;
}

.product_box_content {
    color: #fff !important;
    padding: 30px 35px 60px 35px;
    background: #232226;
    background: -webkit-linear-gradient(#323135, #201f22);
    background: -o-linear-gradient(#323135, #201f22);
    background: -moz-linear-gradient(#323135, #201f22);
    background: linear-gradient(#323135, #201f22);
}

.product_box_content h3 {
    color: #fff !important;
    font-size: 22px !important;
    margin-top: 10px;
}

.product_box_content td {
    border-bottom: 1px solid #ffffff;
    padding: 15px 0;
    font-size: 14px;
}

.product_box_content td:nth-last-child(1) {
    border-bottom: 0px solid;
}
.product_box_content td:nth-last-child(2) {
    border-bottom: 0px solid;
}

.product_box_content table {
    width: 100%;
}

.status_icon {
    font-size: 58px;
    margin-right: 20px;
}

.sale-product {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

.old-product-price {
    font-size: 16px;
    color: #979798;
    font-weight: bold;
    margin-top: -15px;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid;
  border-color: #9d0b0f;
  
  -webkit-transform:rotate(5deg);
  -moz-transform:rotate(5deg);
  -ms-transform:rotate(5deg);
  -o-transform:rotate(5deg);
  transform:rotate(5deg);
}

.form_col {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 49%;
}
div.g-recaptcha > div{ margin: 0 auto !important;}
div#question_form_capt {padding: 0 0 30px 0;}