@import url('fonts/fonts.css');
@import url('tooltip.css');
html{
    background-color: #e20026;
}
ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
}
* {
    outline: none;
}
body {
    margin: 0;
    padding: 0;
}

.clear
{
    clear:both;
}

.czerwony {color:#e20026 }
.do_nowej_kolumny { 
    -webkit-column-break-before: always;
    -moz-break-before: always;
     
     break-before: always;
}
.kapitaliki{
    font-size: 14px;
    color: #e20026;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
}

.bd {
    background: #f3f3f3;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.obj {
    /*padding-left: 20px;
    padding-right: 20px;*/
    padding-top:129px;
}

.top_obj
{
    border-bottom:1px solid #cac9cc;
    position:fixed;
    top:0px;
    height:108px;
    background:#f3f3f3;
    width:calc(100% - 40px);
    z-index:9999;
    border-top:20px solid #e20026;
}



#top {
    width: 1360px;
    height: 82px;
    margin: 0 auto;
    padding-top: 26px;


}
#top .logo {
    border:0;
    display: block;
    width: 145px;
    height: 56px;
    float: left;
    margin-right: 65px;
}
#top ul.main_menu {
    float: left;
    margin-top: 9px;
    position: relative;
    z-index: 100;
    display: block;
}
#top ul.main_menu .lb {
    float: left;
    position: relative;

}
#top ul.main_menu .lb a.nd {
    font-size: 11px;
    font-family: 'proxima_nova_thextrabold';
    font-weight: bold;
    color:#3d3c3f;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    height: 49px;
    display: block;
    line-height: 49px;
    border-top:1px solid #f3f3f3;
    border-left:1px solid #f3f3f3;
    border-right:1px solid #f3f3f3;
    transition:all 0.3s;
    position: relative;
    top:1px;
    z-index:999;
    font-weight: normal;
}
#top ul.main_menu .lb:hover a.nd {
    background: #fff;
    border-top:1px solid #cac9cc;
    border-left:1px solid #cac9cc;
    border-right:1px solid #cac9cc;
    color:#e20026;
    height: 50px;
}
#top ul.main_menu .lb a.menu-item-selected
{
    color:#e20026; 
}


#top ul.main_menu div.submenu {
    position: absolute;
    background: #fff;
    border:1px solid #f3f3f3;
    transition: all 0.3s;
    overflow: hidden;
    -webkit-transform: scaleY(0); 
    -moz-transform: scaleY(0); 
    -o-transform: scaleY(0); 
    transform: scaleY(0); 
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    width: 428px;
    
}

ul.link_to_all_prods
{
    display:none;
}

#top ul.main_menu div#second {
    left:-96px;
    width: 572px;
}
#top ul.main_menu div#second h2 {
    margin:0;
    padding: 0;
    color:#e20026;
    font-size: 11px;
    font-family: 'proxima_nova_thextrabold';
    text-transform: uppercase;
    font-weight: normal;
}
#top ul.main_menu .lb:hover div.submenu {
    border:1px solid #cac9cc;
    -webkit-transform: scaleY(1);    
    -moz-transform: scaleY(1); 
    -o-transform: scaleY(1); 
    transform: scaleY(1); 
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}
#top ul.main_menu .lb div.submenu div.container {
    opacity:0;
    -webkit-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
}
#top ul.main_menu .lb:hover div.submenu div.container {
    opacity:1;
}
#top ul.main_menu .lb div.submenu div.container ul {
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: 28px;
    float: left;
    width: 120px;
}
#top ul.main_menu .lb div.submenu div.container ul li a {
    font-family: 'proxima_nova_ltsemibold';
    font-weight: normal;
    font-size: 12px;
    color:#3d3c3f;
    text-decoration: none;
}
#top ul.main_menu .lb div.submenu div.container ul li a:hover {
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
    color:#e20026;
}
#top ul.main_menu .lb div.submenu div.container .info img {
    border:1px solid #cac9cc;
}
#top ul.main_menu .lb div.submenu div.container .info {
    float: right;
    width: 220px;
    margin: 20px;
    font-family: 'proxima_nova_ltsemibold';
    font-weight: normal;
    font-size: 11px;
    line-height: 20px;
    color:#48474a;
    margin-bottom: 24px;
}
#top ul.main_menu .lb div.submenu div.container .info strong {
    color:#e20026;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
}
#top ul.main_menu .lb a.single {
    border-bottom:1px solid #f3f3f3;
}
#top ul.main_menu .lb:hover a.single {
    border-bottom:1px solid #cac9cc;
}
#tools {
    float: right;
    margin-top: 21px;
}
#tools .search {
    float:left;
}
#tools .search input.inp {
    background:#fff;
    border-left:1px solid #cac9cc;
    border-top:1px solid #cac9cc;
    border-bottom:1px solid #cac9cc;
    border-right:0px;
    height: 26px;
    width: 186px;
    display: block;
    float:left;
    font-family: 'proxima_nova_ltsemibold';
    font-weight: normal;
    font-size: 11px;
    color:#48474a;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px;
    -o-box-shadow: 0px;
    -ms-box-shadow: 0px;
    box-shadow: 0px;
    -webkit-appearance: none;
}
#tools .search input.submit {
    width: 29px;
    height: 26px;
    background:url('../img/search.png') no-repeat center center #fff;
    border-right:1px solid #cac9cc;
    border-top:1px solid #cac9cc;
    border-bottom:1px solid #cac9cc;
    border-left:0px;
    display: block;
    float: left;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
#tools .search input.submit:hover {
    background:url('../img/search.png') no-repeat center 5px #f3f3f3;
}
.search_mobile
{
    display:none;
}
.langs {
    height: 24px;
    width: 85px;
    border:1px solid #cac9cc;
    float: left;
    margin-left: 17px;
    text-align: center;
  
}
.langs a {
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
    font-size: 11px;
    color:#3d3c3f;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.langs a:hover, .langs a.active  {
    color:#e20026;
}
#big_slider {
    background:#f3f3f3;
    width: 100%;
    height: 445px;
    position: relative;
    overflow: hidden;
}
#big_slider .slide {
    width: 100%;
    height: 445px;
    margin: 0 auto;
    background: no-repeat center 0px;
}
#big_slider #curt1, #big_slider #curt2 {
    width: 100%;
    height: 223px;
    background: #f3f3f3;
    position: absolute;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
    -webkit-transform:scaleY(1);
    -moz-transform:scaleY(1);
    -o-transform:scaleY(1);
    -ms-transform:scaleY(1);
    transform:scaleY(1);
}
#big_slider #curt1 {
    top:0;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
#big_slider #curt2 {
    bottom:0;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -o-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
/*#big_slider:hover #curt1, #big_slider:hover #curt2 {
    -webkit-transform:scaleY(1);
    -moz-transform:scaleY(1);
    -o-transform:scaleY(1);
    -ms-transform:scaleY(1);
    transform:scaleY(1);
}*/
#big_slider .slide .sl_content {
    width: 1360px;
    height: 445px;
    margin: 0 auto;
}
#big_slider .slide .sl_content .left {
    float: left;
    width: 50%;
}
#big_slider .slide .sl_content .right {
    float: right;
    width: 50%;
}
#big_slider .slide .sl_content h2 {
    margin: 0;
    padding: 0;
    color:#e20026;
    font-family: 'proxima_nova_blblack';
    font-weight: normal;
    font-size: 72px;
    text-transform: uppercase;
    width: 595px;
    line-height: 55px;
    padding-top: 60px;
}
#big_slider .slide .sl_content .line {
    width: 318px;
    height: 5px;
    background: #e20026;
    margin-top: 28px;
}
#big_slider .slide .sl_content .txt {
    width: 405px;
    margin-top: 38px;
    font-family: 'Cambria';
    font-size: 14px;
    line-height: 20px;
}
#big_slider .slide .sl_content .txt strong {
    color:#e20026;
}
#big_slider .slide .sl_black {
    color:#fff;
}
#big_slider .slide .sl_white {
    color:#3d3c3f;
}
#big_slider .slide .sl_content .mini_line {
    height: 1px;
    width: 43px;
    margin-top: 45px;
}
#big_slider .slide .sl_white .mini_line {
    background: #3d3c3f;
}
#big_slider .slide .sl_black .mini_line {
    background: #fff;
}
#big_slider .slide .sl_content a.read_more {
    font-family: 'Cambria';
    font-weight: bold;
    font-size: 14px;
    color: #e20026;
    text-decoration: none;
    display: block;
    margin-top: 17px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
#big_slider .slide .sl_content a.read_more:hover {
    text-decoration:underline;
}
#main_content {
    width: 1360px;
    margin: 0 auto;
    margin-top: 57px;
    overflow:hidden;
}
#main_content .products h2, #main_content .news h2 {
    margin: 0;
    padding: 0;
    color:#e20026;
    font-family: 'proxima_nova_blblack';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 36px;
    width: 108px;
    max-width:108px;
    border-bottom: 3px solid #e20026;
    margin-bottom:10px;
    float:left;
    -webkit-transition: max-width 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: max-width 0.3s;

}
#main_content .products h2:hover, #main_content .news h2:hover
{
    max-width:300px;
    width: auto;
}
#main_content .products h2 a, #main_content .news h2 a {
    color:#e20026;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
#main_content .products h2 a:hover, #main_content .news h2 a:hover {
    color:#48474a;
}
#main_content .products .txt {
    -moz-column-count: 3;
    -moz-column-gap: 80px;
    -webkit-column-count: 3;
    -webkit-column-gap: 80px;
    column-count: 3;
    column-gap: 80px;
    margin-top: 52px;
    font-family: 'Cambria';
    font-weight: normal;
    color:#3d3c3f;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 26px;
}

#main_content .products .txt p
{
    margin:0px;
}

.jcarousel ul li {
    float:left;
    width: 100px;
    height: 200px;
    background: url('../img/cien.png') no-repeat center bottom;
}
.jcarousel ul li .image {
    width: 100px;
    height: 200px;
    background: no-repeat center bottom;
    transition: all 0.4s;
    bottom:0;
    position: relative;
}
.jcarousel ul li .image:hover {
    bottom:10px;
}
.jcarousel ul li .hd {
    display: none;
}
.jcarousel-prev, .jcarousel-next {
    height: 43px;
    width: 80px;
    display: block;
    background: red;
    position: relative;
    bottom:102px;
    opacity:0;
}
.jcarousel-prev.active, .jcarousel-next.active
{
    opacity:1; 
}
.jcarousel-prev {
    float: left;
    background: url('../img/arrow_left.png') no-repeat left top;
/*    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;*/
}
.jcarousel-prev:hover {
    background: url('../img/arrow_left.png') no-repeat left bottom;
}
.jcarousel-next {
    float:right;
    background: url('../img/arrow_right.png') no-repeat right top;
/*    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;*/
}
.jcarousel-next:hover {
    float:right;
    background: url('../img/arrow_right.png') no-repeat right bottom;
}
#main_content .news {
    margin-top: 65px;
}
#main_content .news  .news_all {
    -moz-column-count: 3;
    -moz-column-gap: 80px;
    -webkit-column-count: 3;
    -webkit-column-gap: 80px;
    column-count: 3;
    column-gap: 80px;
    margin-top: 42px;
}

#main_content .news .new {
    display:inline-block;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}


#main_content .news .new a.cat {
    text-decoration: none;
    font-size: 11px;
    color:#3d3c3f;
    font-family: 'proxima_nova_ltsemibold';
    font-weight: normal;
}
#main_content .news .new a.header {
    font-size: 18px;
    color:#e20026;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
#main_content .news .new a.header:hover {
    text-decoration:underline;
}
#main_content .news .new span.date {
    font-size: 14px;
    color:#3d3c3f;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
    display: block;
    margin-bottom: 50px;
}
#main_content .news .new .txt {
    font-family: 'Cambria';
    font-weight: normal;
    font-size: 14px;
    color:#48474a;
    line-height: 20px;
}
#main_content .news .new .txt strong {
    color:#e20026;
}

#main_content .news .new .line {
    width: 43px;
    height: 1px;
    background: #3d3c3f;
    margin-top: 40px;
    margin-bottom: 17px;
}
#main_content .news .new .readmore {
    font-weight: bold;
    font-family: 'Cambria';
    font-size:12px;
    text-decoration: none;
    color:#e20026;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
#main_content .news .new .readmore:hover {
    text-decoration: underline;
}
#footer {
    width: 100%;
    background:#e20026;
    overflow: hidden;
    margin-top: 60px;
}
#footer .cont_all {
    width: 1360px;
    margin: 0 auto;
}
#footer .left_side, #footer .right_side {
    float: left;
    width: 50%;
}
#footer .left_side ul {
    width: 100%;
    margin-top: 33px;
    overflow: hidden;
    margin-bottom: 33px;
}
#footer .left_side ul li {
    width: 33%;
    float: left;
}
#footer .left_side ul li:first-child
{
    padding-left:5px;
}

#footer .left_side ul li div {
    margin-bottom: 7px;
}
#footer .left_side ul li a {
    color:#51000e;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    position:relative;
/*    -webkit-transition: padding 0.2s ease, left 0.2s ease;*/
/*    -moz-transition: padding, left 0.2s ease;
    -o-transition: padding, left 0.2s ease;
    -ms-transition: padding, left 0.2s ease;*/
/*    transition: padding 0.2s ease, left 0.2s ease;*/
    

}
#footer .left_side ul li a:hover {
    padding: 5px;
    left:-5px;
    background: #fff;
    text-decoration: none;
}
#footer .left_side ul li h4 {
    color:#fff;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 0px;
}
#footer .right_side .info1 {
    color:#51000e;
    font-family: 'proxima_nova_ltsemibold';
    font-weight: normal;
    font-size: 11px;
    float: left;
    width: 50%;
}
#footer .right_side .info2 {
    width: 50%;
    float: left;
    color:#51000e;
    font-family: 'proxima_nova_ltsemibold';
    font-weight: normal;
    font-size: 11px;
    text-align: right;
}
#footer .right_side .info2 a {
    color:#51000e;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#footer .right_side .info2 a:hover {
    color:#fff;
}
#footer .right_side .info1, #footer .right_side .info2 {
    margin-top: 61px;
}
#social {
    width: 100%;
    height: 46px;
    background: #fff;
    left: 0;
    top:0;
}
#social .cont {
    width: 1360px;
    margin: 0 auto;
}
#social .cont .soc a {
    margin-right: 10px;
    display: block;
    float: left;
    margin-top: 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
#social .cont .soc a:hover {

}
#social .cont span {
    display: block;
    float: left;
    color:#3d3c3f;
    font-family: 'proxima_nova_ltsemibold';
    font-weight: normal;
    font-size: 11px;
    margin-right: 37px;
    margin-top: 17px;
}
#social .cont a.ico1 img { border:2px solid #db4a39;}
#social .cont a.ico2 img { border:2px solid #9a9a9a;}
#social .cont a.ico3 img { border:2px solid #ff0000;}

#social .address {
    display: none;
}
#social .info_first, #social .info_sec {
    display: none;
}
#top ul.main_menu div.fake { float: left; }
.m_tablet {display:none;}
span.arrow2 {display:none;}
img.mobile_prod {
    display:none;
    max-width: 100%;
    max-height: 100%;
}





.breadcrumb {

    width: 100%;
    position: relative;
    padding: 10px 0;
   
    border-top-color: #cac9cc;
    border-top-style: solid;
    border-top-width: 0px;
    border-bottom-color: #cac9cc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    
}
.breadbox ul li {
    display: inline;
    color: #616163;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 11px;
    text-decoration: none;
}
.breadcrumb a {
   
    color: #616163;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 11px;
    text-decoration: none;
}
.currentBread a {
  
    color:#e20026;
}
.breadbox {
    display: box;
    margin: 0 auto;
    width: 1360px;
}
.leftside {
   width: 400px;
   display: block;
   float: left;
   padding-right: 80px;
/*   padding-bottom: 400px;*/
}
.leftside img {
/*   width: 100%;*/
   float: left;
   margin-bottom: 30px;
   border: 5px solid #fff;
   
}
.rightside {
    
   width: 60%;
   float: right;
}

.rightside h1, .rightside h2 {
    color: #E20026;
    font-family: 'proxima_nova_blblack';
    font-size: 72px;
    font-weight: normal;
    line-height: 55px;
    margin: 0;
    padding: 20px 0 20px 0;
    text-transform: uppercase;
}

.rightside .main_photo img {

   margin-bottom: 30px;
   border: 5px solid #fff;
   width:98%;
}

.hdline {
    background: none repeat scroll 0 0 #E20026;
    height: 5px;
    margin: 28px 0;
    width: 50%;
}
.rightside .txt {
    -moz-column-count: 2;
    -moz-column-gap: 80px;
    -webkit-column-count: 2;
    -webkit-column-gap: 80px;
    -ms-column-count: 2;
    -ms-column-gap: 80px;
    column-count: 2;
    column-gap: 80px;
    color: #3D3C3F;
    font-family: 'Cambria';
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 26px;
    margin-top: 52px;
}
.rightside .fakty {
    
    color: #3D3C3F;
    font-family: 'Cambria';
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 26px;
    margin-top: 52px;
}

.rightside .txt p {
 padding: 0;
 margin: 0;
}

.rightside .txt a
{
    color:#e10026;
    text-decoration:underline;
}

.rightside .txt ul
{
    padding-left:30px;
}

.rightside .txt ul li
{
    list-style:disc;
}


.sidemenu {
    padding: 20px 0;
    clear:both;
    
}
.sidemenu ul li {
   padding: 17px 0 15px 0;
    border-bottom-color: #cac9cc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.sidemenu ul li:last-child {
  border-bottom: none;
}
.sidemenu li a {
    display: block;
    font-size: 11px;
    font-family: 'proxima_nova_thextrabold';
    font-weight: bold;
    color:#3d3c3f;
    text-decoration: none;
    text-transform: uppercase;
    -o-transition: 0.3s;
    -ms-transition:0.3s;
    -moz-transition:0.3s;
    -webkit-transition:0.3s;
    transition: 0.3s;
}
.sidemenu li a:hover, .sidemenu li a.active {
    color:#e20026;
}
 .sidemenu li a.active {
    color:#e20026;
    margin-left: 0;
}

.fakty h3 {
    padding-top: 50px;
    font-size: 13px;
    font-family: 'proxima_nova_thextrabold';
    font-weight: bold;
    color:#3d3c3f;
    text-decoration: none;
    text-transform: uppercase;
}
table.faktybox {
    display: table;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #e20026;
    width: 100%;
    height: 180px;
    margin-bottom: 50px;
    border-spacing: 0;
    border-collapse: collapse;
    
   
}
table.faktybox tr {
    padding-top: 25px;
    padding-bottom: 35px;
    font-size: 11px;
    font-family: 'proxima_nova_thextrabold';
    font-weight: bold;
    color:#e20026;
    text-decoration: none;
    text-transform: uppercase;
}
.faktybox tr {
    text-align: left;
   
}
.faktybox tr td {
    border-bottom-color: #cac9cc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.faktybox tr:last-of-type td {
    border-bottom-color: #cac9cc;
    border-bottom-style: solid;
    border-bottom-width: 0px;
}
.faktybox tr td {
    border-bottom-color: #cac9cc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.faktybox tr td:first-of-type {
    padding: 0 10px;
    border-bottom-width: 0px;
}
.faktybox tr td:last-of-type {
    padding: 0 10px;
    border-bottom-width: 0px;
}

.faktybox tr td:nth-of-type(3) {
    text-align: right;
    color:#3d3c3f; 
    border-bottom-color: #cac9cc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.faktybox tr:last-of-type td:nth-of-type(3) {
 
    border-bottom-width: 0px;
}
.galprod {
    width: 480px;
    float: left;  
}
.galprod h4 {
    font-size: 13px;
    font-family: 'proxima_nova_thextrabold';
    font-weight: bold;
    color:#3d3c3f;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.galimg {
    width: 160px;
    height: 160px;
    float: left;
    margin-bottom: 50px;
    margin-right: 80px;
    position:relative;
    
}
.galimg img {
    position:absolute;
    left:0;
    opacity: 1;
    border: 5px solid #fff;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;    
    transition: opacity .25s ease-in-out; 
}
.galimg img.topgal:hover {
   opacity:0; 
   cursor: pointer;
}

.socialmob {
    display: none;
}

.produktyhead {
    width: 100%;
    
}

.produktyhead h2 {
   
    color: #E20026;
    font-family: 'proxima_nova_blblack';
    font-size: 72px !important;
    font-weight: normal;
    line-height: 55px;
    margin: 0;
    padding: 20px 0 0px 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.produktyh2 {
    float: left;
    width: 480px;
}

.produktytxt {
    -moz-column-count: 2;
    -moz-column-gap: 80px;
    -webkit-column-count: 2;
    -webkit-column-gap: 80px;
    -ms-column-count: 2;
    -ms-column-gap: 80px;
    column-count: 2;
    column-gap: 80px;
    color: #3D3C3F;
    font-family: 'Cambria';
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 26px;
    margin-top: 20px;
    float: right;
    width: calc(100% - 480px);
}
.produktytxt p {
    margin: 0;
    padding: 0;
}

.prodfiltr {
    clear: both;
    width: 100%;
    height: 120px;
    margin: 20px 0;
    
    
}
.prodfiltr .leftbaton ul li a {
    float: left;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 11px;
    color: #3d3c3f;
    text-decoration: none;
    line-height: 20px;
    display: block;
    padding: 3px 20px 2px 20px;
    border-radius: 4px;
    border: 1px solid #cac9cc;
    margin: 0 4px 4px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}
.prodfiltr .leftbaton ul li a:hover, .prodfiltr .leftbaton ul li a.active  {
    background-color: #e5e5e5;
}
.prodfiltr .rightbaton {
    float: right;
    width: 90px;
    height: 25px;
    border: 1px solid #cac9cc;
    
}

.prodfiltr .rightbaton .listbat a {
    height: 16px;
    width: 15px;
    float: left;
    margin: 4px 13px 4px 15px;
    background: url('../img/listbg.png') no-repeat left top;

}
.prodfiltr .rightbaton .listbat a.active, .prodfiltr .rightbaton .listbat a:hover {
      background-position: -15px 0px
}
    


.prodfiltr .rightbaton .gridbat a {
    height: 16px;
    width: 19px;
    float: left;
    margin: 4px 13px 4px 13px;
    background: url('../img/gridbg.png') no-repeat left top;

}

.prodfiltr .rightbaton .gridbat a.active, .prodfiltr .rightbaton .gridbat a:hover {
    
    background-position: -19px 0px
}

.listaprod {
    width: 100%;
    clear: both;

}
.listproditem {
    width: 100%;
    display: block;
    margin: 0px auto;
    border-bottom: 1px solid #cac9cc;
    height:333px;
} 

.listproditem:first-of-type {
   margin-bottom: -1px;
    border-top: 1px solid #f3f3f3;
}
.listproditem:nth-of-type(2):hover {
    margin: -4px auto -2px auto;
}

.listproditem:hover {
    width: 100%;
    margin: -3px  auto -2px auto;
    border-bottom: 3px solid #e20026;
    border-top: 3px solid #e20026;

}

/*.listproditem:hover .centerblock
{
    margin-top:-3px;
}*/

.listproditem:first-of-type:hover {
    
    margin: -2px  auto -3px auto;
    

}
.listproditem:last-of-type {
    border-bottom: 3px solid #f3f3f3;
}
.listaprod a {
    text-decoration: none;
}


.grid_ajax_content .productfull
{

    height: auto;
    overflow:Hidden;

}






.productfull .prodinfo h2 {
    font-size: 72px;
}
.productfull .prodinfo {
    width: 700px;
}
.productfull .right {
    float: left;
    padding-left: 80px;
    padding-top: 64px;
}
.productfull .prodinfo h3 {
    font-size: 48px;
    line-height: 22px;
}
.productfull .left {
    width: 400px;
    float: left;
}
.productfull .iks, .informfull .iks, .prodgridfull .iks, .listaprod .iks {
    position: relative;
    float: right;
    right: 20px;
    width: 33px;
    height: 33px;
    top: 30px;
    background: url('../img/xred.png');
    display:block;
    z-index:9998;
}
.centerblock {
    width: 90%;
    margin: 0px auto;
    padding:30px 0px;
    overflow:hidden;
} 

.listproditem .centerblock
{
    width:1360px;

}

.prodfoto {
    float: left;
    padding: 50px 0 0px 0;
    margin: 0 95px 0px 255px;
    width: 130px;
    background: url('../img/cien.png') no-repeat center bottom;
    text-align:center;
}
.prodfoto img {

    padding: 2px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.grid_ajax_content .prodfoto {
    float: left;
      padding: 50px 0 0px 0;
    margin: 0 14.5% 0 10%;
    background: none;
    width:160px;
}


.productfull .prodfoto img:hover {
    margin-bottom: 0;
}
.grid_ajax_content .prodfoto img {
    margin:0;
    padding:0;
}

.prodfoto:hover img {
    margin-top: -30px;
}
.prodfoto:hover img {
    margin-bottom: 30px;
}
.productfull .prodfoto {
    background: none;
}
.productfull .prodfoto img:hover {
    margin-top: 0;
}
.fotomobile {
    display: none;
}
.prodinfo {
    float: left;
    width: calc(100% - 480px);
    width:480px;
    max-width:480px;
}
.prodinfo h2 {
    color: #E20026;
    font-family: 'proxima_nova_blblack';
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 20px 0 0 0;
    text-transform: uppercase;
}
.prodinfo h3 {
    color: #3d3c3f;
    font-family: 'proxima_nova_blblack';
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 3px 0 20px 0;
    text-transform: uppercase;
}
.prodinfo p {
    color: #3d3c3f;
    font-family: 'Cambria';
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 10px 0 20px 0;
}

.prodinfo p:not(.readmore)
{
    max-height:80px;
    overflow:hidden;
}

.prodinfo .line {
    width: 43px;
    height: 1px;
    background: #3d3c3f;
    margin-top: 40px;
    margin-bottom: 17px;
    clear: both;
}

.prodinfo .readmore {
    font-weight: bold;
    font-family: 'Cambria';
    font-size: 12px;
    text-decoration: none;
    color: #e20026;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; 
    
}
.prodinfo .readmore:hover {
    text-decoration:underline;
}
.prodfiltr ul.markibatony {
    display: none;
}
.kategoriemobil {
    display: none;
}

.gridproditem {
    float: left;
    width: 398px;
    display: block;
    min-height: 398px;
    margin: 0px auto;
    border: 1px solid #cac9cc;
    margin-bottom: 20px;
    margin-right: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    
}
.gridproditem:hover {
    border: 1px solid #e20026;
}
.gridproditem:nth-of-type(3n) {
    margin-right: 0;
}
.gridproditem .prodfoto {
float: left;
width: 160px;
padding: 45px 0 0 0;
margin: 0;

}
.gridproditem .prodfoto img {
float: none;
margin: 0 auto;
text-align: center;
display: block;
}
.gridproditem .prodinfo {
float: left;
width: 220px;
padding-top: 20px;
}
.gridproditem .centerblock {
    width: 100%;
}
.gridproditem .prodinfo .line {
    margin-top: 10px;
    margin-bottom: 5px;
}
.gridproditem .prodinfo .readmore {
    padding: 5px 0;
}
.gridproditem .prodfoto:hover img {
    margin-top: -20px;
    margin-bottom: 20px;
}
#main_content .mainheader h1, #main_content .mainheader h2, #main_content_prod .mainheader h1, #main_content_prod .mainheader h2 {
    margin: 0;
    padding: 0;
    color: #e20026;
    font-family: 'proxima_nova_blblack';
    font-weight: normal;
    font-size: 72px;
    text-transform: uppercase;
  
    line-height: 55px;

}
#main_content .mainheader, #main_content_prod .mainheader {
    width: 480px;
}

 #main_content_prod .mainheader
 {
     width:1360px;
     margin:0px auto;
 }

#main_content_prod .mainheader h2
{
    width: 480px; 
}

#main_content_prod .mainheader .hdline
{
    max-width:240px;
}

.informawrap {
    width: 100%;
    padding-top: 10px;
   
   

}
.informawrap .informaitem  {
/*    height:200px;
    width: 100%;
    padding: 0px 0;
    border-top: 1px solid #cac9cc;  
    display: block;
    cursor: pointer;
    overflow: hidden;*/
    width: 100%;
    display: block;
    height: 300px;
    margin: 0px auto;
    border-bottom: 1px solid #cac9cc;
    cursor:pointer;
}

.informawrap .informaitem:first-of-type  {
    border-top: 0px solid #cac9cc;  

}

.informawrap .informaitem:hover  {
/*    border-bottom: 3px solid #e20026;
    border-top: 3px solid #e20026; */
    width: 100%;
    height: 300px;
    margin: -3px  auto -2px auto;
    border-bottom: 3px solid #e20026;
    border-top: 3px solid #e20026;
}
.informawrap .informaitem .centerblock, .informawrap .informfull .centerblock
{
    max-width:1360px;
    margin:0px auto;
    padding:0px;
    width:100%;
}

.informawrap .informbox {
    float: left;
    width: 33%;
    margin-top:30px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;    
}

.informawrap .informbox:first-child 
{
    padding-right:40px;
}


.informaitem a.infohead {
    color: #e20026;
    width: 300px;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
    line-height: 30px;
    font-size: 36px;
    text-transform: uppercase;
    text-decoration: none;
}
.informaitem span.date {
    font-size: 18px;
    color: #3d3c3f;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
    display: block;
    margin-bottom: 0px;
}
.informaitem .line {
    width: 43px;
    height: 1px;
    background: #3d3c3f;
    margin-top: 20px;
    margin-bottom: 10px;
}
.informaitem .readmore {
    font-weight: bold;
    font-family: 'Cambria';
    font-size: 12px;
    text-decoration: none;
    color: #e20026;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.informaitem .readmore:hover {
    text-decoration:underline;
}
.informaitem .txt {
    font-family: 'Cambria';
    font-weight: normal;
    font-size: 14px;
    color: #48474a;
    line-height: 20px;
    padding-bottom: 30px;
}

.informawrap .informaitem .txt
{
    min-height:120px;
}

.informaitem .txt strong {
    color: #e20026;
}

.informawrap .informfull .informbox.onlytext
{

    width:100%;
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    column-count: 3;
    column-gap: 0px;
    overflow:hidden;
    padding-bottom:50px;
}

.informawrap .informfull .informbox.onlytext p
{
    margin-top:0px;
}

.informawrap .informfull .informbox.text2columns
{

    width:66%;
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count: 2;
    column-gap: 0px;
    overflow:hidden;
    padding-bottom:50px;
}

.informawrap .informfull .informbox.text2columns p
{
    margin-top:0px;
}





.informaitem .znajdz h4 {
    padding: 0 0 15px 0;
    margin: 0;
}
.informbox .znajdz {
    padding-left: 40px;
}
.informfull {
    border-bottom: 3px solid #e20026;
    border-top: 3px solid #e20026; 
/*    padding: 50px 0;*/
    min-height: 500px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.informfull .infohead {
    color: #e20026;
    padding-top: 50px;
    display: block;
    width: 65%;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
    line-height: 36px;
    font-size: 48px;
    text-transform: uppercase;
    text-decoration: none;
   
}
.informfull span.date {
    font-size: 18px;
    color: #3d3c3f;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
    display: block;

}
.informfull .line {
    width: 43px;
    height: 1px;
    background: #3d3c3f;
    margin-top: 20px;
    margin-bottom: 10px;
}
.informfull .readmore {
    font-weight: bold;
    font-family: 'Cambria';
    font-size: 12px;
    text-decoration: none;
    color: #e20026;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.informfull .txt {
    font-family: 'Cambria';
    font-weight: normal;
    font-size: 14px;
    color: #48474a;
    line-height: 20px;
    padding-bottom: 30px;
    padding-right: 80px;
}
.informfull .txt strong {
    color: #e20026;
}
.informfull .txt a
{
    color: #e20026; 
}

.informfull .znajdz h4 {
/*    padding: 0 0 15px 0;
    margin: 0;*/
}
.informfull .znajdz {
    padding-left: 40px;
}

.informawrap .informfull .informbox {
    float: left;
    width: 33%;  
    margin-top:0px;
}
/*.prodgridfull {
    clear: both;
    width: 100%;
    min-height: 400px;
    height: 100%;
    border-bottom: 3px solid #e20026;
    border-top: 3px solid #e20026; 
    
}*/
 .prodgridfullfoto {
    float: left;
    width: 398px;
    display: block;
    min-height: 398px;
    margin: 0px auto;
    margin: 50px 0;
    margin-right: 80px;
    background: url('../img/cienbig.png') no-repeat center bottom;
}
 .prodgridfullfoto img {
    margin: 0px auto;
    display: block;
    padding-bottom: 10px;
  
}
.prodgridfull .prodinfo {
    width: calc(100% - 480px);
    float: left;
}
.prodgridfull .prodinfo h2 {
    font-size: 72px;
}
.prodgridfull .prodinfo h3 {
    font-size: 48px;
    line-height: 22px;
}
.prodgridfull .prodinfo .left {
    width: 400px;
    float: left;
    
}
.prodgridfull .right {
    float: left;
    width: 300px;
    padding-left: 80px;
    padding-top: 65px;
}
.informfull .hdline {
    width: 200px;
}
.kontaktleft {
    font-family: 'Cambria';
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color:#48474a;
    padding-bottom: 50px;
}
.kontaktleft strong, .kontaktleft a {
    font-weight: bold;
    color: #e20026;
    text-decoration: none;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.kontaktleft .bold {
    font-weight: bold;
}
.kontaktleft a:hover {
    color: #f390a1;
}
.kontkol {
    width: 400px;
    padding-right: 80px;
    float: left;
    padding-bottom: 20px;
    font-family: 'Cambria';
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color:#48474a;
    
/*    display:inline-block;*/
break-inside: avoid; /* W3C */
-webkit-column-break-inside: avoid; /* Safari & Chrome */
-moz-column-break-inside: avoid; /* Firefox */
-ms-column-break-inside: avoid; /* Internet Explorer */
-o-column-break-inside: avoid; /* Opera */
}
.kontkol strong {
    font-size: 14px;
    color: #e20026;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
}
.kontkol:last-of-type {
    padding-right: 0;
}
.kontkol img {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border: 5px solid #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.kontkol img:hover {
    border: 5px solid #e20026;
}
.kontakth {
    font-size: 18px;
    color: #e20026;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    
}
.kontkol p {
   margin-bottom: 25px; 
   padding: 0;
   margin-top: 0;
}
.kontkol p a:hover {
    text-decoration:underline;
}
#main_content .kontkol .mainheader {
    float: none;
    width: 100%;
}
.mapakont {
    width: 880px;
    padding: 50px 0;

}

.mapakont #map-canvas
{

    height: 488px;
    width:100%;

}

.kontright {
    float: left;
    width: 880px;
    padding: 0;
    margin: 0;
}
.kontkol .bold {
    font-weight: bold;
}
.kontkol a {

    color: #e20026;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.kontkol a:hover {
    text-decoration:underline;
}
.kontright h2
{
    width:400px;
}



.form {
    font-size: 11px;
    font-family: 'proxima_nova_thextrabold';
    font-weight: bold;
    color: #3d3c3f;
    text-decoration: none;
    text-transform: uppercase;
    width: 400px;
    padding-right: 80px;
    float: left;
    display: block;
    margin-bottom: 20px;
   
}
.form:last-of-type {
    padding-right: 0;
}
.form .col1 {
	text-align: left;
	width: 98px;
	height: 23px;
	margin-bottom: 10px;
	float: left;
        padding: 13px 10px 0 20px;
	border: 1px solid #cac9cc;
        display: block;
}

.form .col2 {

	height: 35px;
	display: block;
	float: left;

	
}

.form .col2comment {
	width: 120px;
/*	height: 35px;*/
	margin: 0;
	display: block;
	float: left;
	
}

.form .col1comment {
	text-align: left;
	width: 368px;
	height: 23px;
	float: left;
	display: block;
        border: 1px solid #cac9cc;
        padding: 13px 10px 0 20px;
	
}

div.row {
	clear: both;
	width: 120px;
}

.form .submit input[type="submit"] {
        color: #e20026;
	height: 40px;
	width: 398px;
        font-size: 11px;
        font-family: 'proxima_nova_thextrabold';
        font-weight: bold;
        background: none;
        text-decoration: none;
        text-transform: uppercase;
	clear: both;
        border: 1px solid #e20026;
        padding-top: 4px;
        margin: 20px 0 40px 0;
        cursor: pointer;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
} 
.form .submit input[type="submit"]:hover {
        
        background: #e5e5e5;
        
} 

.form .input {
	height: 38px;
	border: 1px solid #cac9cc;
        border-left: none;
        float: left;
        padding: 5px 10px;
        margin-bottom: 10px;
        background: #fff;
        width: 270px;
        font-family: 'Cambria';
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
        color:#48474a;
        -webkit-appearance:none;
}

.form .textarea {
        height: 250px;
        width: 400px;
	border: 1px solid #cac9cc;
        border-top: none;
        background: #fff;
        padding: 5px 10px;
        font-family: 'Cambria';
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
        color:#48474a;
}

.form select
{
	height: 38px;
	border: 1px solid #cac9cc;
        border-left: none;
        float: left;
        background: #fff;
        width: 270px;
        padding-left:10px;
}

.form select.error
{
    border: 1px solid red;
}

.formbox {
    display: block;

    height: 100%;
}

.thumb-info h4 {
    padding: 0;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    top: 50%;
    width: 80%;
    color: #FFFFFF;
    height: 100%;
 
}

.img_mob
{
    display:none;
}

#main_content_prod {
    width: 100%;
    margin: 0 auto;
    margin-top: 57px;
}
#main_content_prod .produktyhead {
    width: 1360px;
    margin: 0 auto;
}
#main_content_prod .prodfiltr {
    width: 1360px;
    margin: 0 auto;
}
.galprod .overlay {
    width: 150px;
    height: 150px;
    position: absolute;
    top:0;
    left:0;
}
.galprod a.photo {
    display: block;
    width: 150px;
    height: 150px;
    position: relative;
    border:5px solid #fff;
    overflow: hidden;
    float: left;
    margin-right: 80px;
    margin-bottom: 40px;
}

.galprod a.photo img
{
    width:100%;
}

.galprod a.photo .overlay .thumb_info {
    width: 150px;
    height: 150px;
    text-align: center;
    background: #e20026;
    opacity: 0.9;
    -ms-filter: "alpha(opacity=90)";
    position: absolute;
    top:150px;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.galprod a.photo .overlay .after {
    width: 130px;
    height: 68px;
    position: absolute;
    top:150px;
    left:0;
    text-align: center;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'proxima_nova_ltlight';
    font-size: 10px;
    letter-spacing: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background: url("../img/open_icon.png") no-repeat center 56px;
    padding-top: 82px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.galprod a.photo:hover .overlay .thumb_info, .galprod a.photo:hover .overlay .after {
    top:0;
}
.browaryright {
    display: table;
}
.browaryright .browlist {
    display:table-cell;
}
.browaryright .browlist:nth-child(2n+0) a {
    float: right;
}
.browlist img {
    height: auto;
    width: 100%;
    display: block;
}
.browlist .border {
    border:5px solid #fff;
    position: relative;
    overflow: hidden;
}
.browlist .border .over {
    width: 100%;
    height: 100%;
    background: #e20026;
    position: absolute;
    top:100%;
    left:0;
    opacity:0.9;
    text-align: center;
    font-size: 10px;
    color:#fff;
    text-transform: uppercase;
    font-family: 'proxima_nova_ltlight';
    letter-spacing: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.browlist:hover .border .over {
    top:0;
}
.browlist .border .over span {
    position: relative;
    top:50%;
    background: url("../img/open_icon.png") no-repeat center top;
    padding-top: 15px;
}
.browlist a {
    max-width: 380px;
    display: block;
    height: auto;
    float: left;
    text-decoration: none;
    margin-left: 30px;
    margin-bottom: 30px;
    
}
.browaryright {
    float: left;
    width: calc(100% - 480px);
    
}
.browlist h4 {
    clear: both;
    color:#e20026;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}
.browaryright .bro_line {
    display:table-row;
}
.productfull
{
    clear: both;
    width: 100%;
    min-height: 400px;
    height: auto;
    border-bottom: 3px solid #e20026;
    border-top: 3px solid #e20026;
    overflow:Hidden;
}
.product_sl {
    position: relative;
    overflow: hidden;
    height: auto;
}

.product_sl li {
    float: left;
    height: auto;
}
.product_sl ul.sl_list {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.product_sl ul.sl_list li.sl_li .pr_all {
    width: 1360px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.product_sl ul.sl_list li.sl_li .pr_all .pr_left {
    width: 35%;
    float: left;
    text-align: center;
    background: url('../img/cienbig.png') no-repeat center bottom;
    padding-bottom: 10px;
}
.product_sl ul.sl_list li.sl_li .pr_all .pr_left .piwo_poziom {
    display: none;
}
.product_sl ul.sl_list li.sl_li .pr_all .pr_right {
    width: 65%;
    float: right;
}
.product_sl ul.sl_list li.sl_li .pr_all .pr_right h1, .product_sl ul.sl_list li.sl_li .pr_all .pr_right h2 {
    margin: 0;
    padding: 0;
    color:#e20026;
    font-size: 72px;
    font-family: 'proxima_nova_blblack';
    font-weight: normal;
    text-transform: uppercase;
    line-height: 55px;
    margin-right:50px;
}
.product_sl ul.sl_list li.sl_li .pr_all .pr_right h3 {
    margin: 0;
    padding: 0;
    color:#3d3c3f;
    font-size: 48px;
    font-family: 'proxima_nova_blblack';
    font-weight: normal;
    text-transform: uppercase;
    line-height: 55px;
}
.product_sl ul.sl_list li.sl_li .pr_all .pr_right .product_sl-pagination {
    margin-top: 20px;
}
.product_sl ul.sl_list li.sl_li .pr_all .pr_right .product_sl-pagination a {
    display: inline-block;
    background: url('../img/cien.png') no-repeat center bottom;
    width: 66px;
    text-align: center;
}
.product_sl ul.sl_list li.sl_li .pr_all .pr_right .product_sl-pagination img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}
.product_sl ul.sl_list li.sl_li .pr_all .pr_right .product_sl-pagination a:hover img,
.product_sl ul.sl_list li.sl_li .pr_all .pr_right .product_sl-pagination a.active img
{
    opacity:0.5;
}
.product_sl ul.sl_list li.sl_li .pr_all .pr_right .line {
    height: 5px;
    width: 188px;
    background:#e20026;
    margin-top: 35px;
    margin-bottom: 45px;
}
.product_sl ul.sl_list li.sl_li .pr_all .pr_right .info_cols .i_left {
    width: 480px;
    float: left;
}
.product_sl ul.sl_list li.sl_li .pr_all .pr_right .info_cols .i_left .txt {
    padding-right: 80px;
    color:#48474a;
    font-size: 14px;
    font-family: 'Cambria';
    line-height: 20px;
    margin-bottom: 28px;
}
.product_sl ul.sl_list li.sl_li .pr_all .pr_right .info_cols .i_right {
    float: left;
}
.znajdz {
    padding-bottom: 50px;
    overflow: hidden;
    width: 225px;
    
}
.znajdzbox {
    padding-bottom: 15px;
    overflow:hidden;
    
}
.znajdz h4 {
    font-family: 'proxima_nova_ltlight';
    font-size: 10px;
    color:#3d3c3f;
    text-decoration: none;
    text-transform: uppercase;
}
.znajdz ul li a {
    font-family: 'proxima_nova_ltsemibold';
    font-size: 12px;
    color:#E20026;
    text-decoration: none;
    line-height: 28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}
.znajdz ul li a:hover {
    text-decoration:underline;
}
.znajdz ul li  {
    font-family: 'proxima_nova_ltsemibold';
    font-size: 12px;
    color:#3d3c3f;
    text-decoration: none;
    line-height: 28px;
    float:none;
    display:block;
}

.znajdz ul li img  {
    padding-right: 20px;
}
.lista_ajax_content {
    position:relative;
}
.lista_ajax_content .iks, .grid_ajax_content .iks {
    position: absolute;
    float: right;
    right: 20px;
    width: 33px;
    height: 33px;
    top: 30px;
    background: url('../img/xred.png');
    display:block;
}
.informawrap .informaitem .informbox:nth-child(4) {
    margin-left: 33%;
    clear: both;
}
.form h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
.form:last-of-type {
    padding-top: 31px;
}

.submit_mob
{
    display:none;
}

#dzialy_mapka
{
    position:relative;
    height:450px;
}

#dzialy_mapka #mapka_tlo
{
    position:absolute;
    top:0px;
    left:0px;
}

#dzialy_mapka .mapka_hover
{
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#dzialy_mapka #mapka_n_w_hover
{
    top:-16px;
    left:-18px;
}

#dzialy_mapka #mapka_n_e_hover
{
    top:23px;
    left:211px;

}

#dzialy_mapka #mapka_c_hover
{
    left:165px;
    top:92px;
}

#dzialy_mapka #mapka_s_e_hover
{
    top:175px;
    left:208px;
}

#dzialy_mapka #mapka_s_w_hover
{
    top:217px;
    left:4px;
}

.page_dzialy_handlowe .email
{
    display:none;
}

.mapka_tooltip strong
{
    font-size: 18px;
    color:#e20026;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
}

.mapka_tooltip p
{
    font-size:12px;
    color:#474749;
    font-family: 'proxima_nova_ltsemibold';
    line-height:20px;
    margin:0px;
}

.mapka_tooltip p a
{
    color:#e20026;
    text-decoration:underline;
}

.mapka_tooltip p span
{
    color:#3d3c3f;
    font-family: 'proxima_nova_blblack';
    font-size:14px;
    text-transform: uppercase;
    margin-bottom:10px;
    display:block;
}

.szukaj-keyword
{
    color:#e10026;
}

#mapka_tlo_mobile
{
    display:none;
}

.lista_ajax_content.opened + .listproditem:hover  
{
    margin-top:-2px;
    border-top:2px solid #e20026;
    
}

#scroll_arrow
{
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
    opacity:0;
    
    padding:10px;
        transition:all 0.5s;
}




#plus18_bg
{
    background:#e20026;
    width:100%;
    height:100%;
    min-height:100%;
    position:fixed;
    top:0px;
    left:0px;
    z-index:99999;
    overflow:hidden;
    border:10px solid #fff;

    
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;         
}

#scroll_arrow.visible
{
    display:block;
    opacity:1;
}

#plus18_bg.disabled
{
    display:none;
}

#plus18_bg .plus18_content
{
    margin:80px auto 0px auto;
    width:600px;
}

#plus18_bg .plus18_content .plus18_logo
{
    margin-bottom:37px;
}

#plus18_bg .plus18_content .lang_item
{
    margin-bottom:30px;
    margin-left:60px;
}

#plus18_bg .plus18_content .lang_item .quest
{
    font-size:30px;
    font-family:proxima_nova_blblack;
    color:#fff;
    line-height:30px;
    padding:13px 0px;
    text-transform:uppercase;
}

#plus18_bg .plus18_content .lang_item .ans
{
    overflow:hidden;
}

#plus18_bg .plus18_content .lang_item .ans a
{
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    margin: 0 0 0 5px;
    opacity: 0.8;
    line-height:22px;
    text-align: center;
    text-decoration: none;
    width: 60px;
    transition:all 0.5s;
    font-family:proxima_nova_blblack;
    font-size:12px;
    text-transform: uppercase;
}

#plus18_bg .plus18_content .lang_item .ans a:hover
{
    opacity:1;
}


#grid_background
{
    background:#000;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    height:0px;
    z-index:9998;
    opacity:0;
    transition:all 0.5s;
}

#grid_background.enabled
{
    opacity:0.8; 
    height:100%;
}

.productfull .galprod
{
    width:100%;
}

.productfull .galprod a.photo
{
    margin-right:15px;
    margin-bottom:30px;
    overflow:visible;
}

.productfull .galprod a.photo .photo_title
{
    height:24px;
    line-height:24px;
    overflow:hidden;
    margin:0px;
    margin-top:-29px;
    margin-bottom:5px;
font-family: 'proxima_nova_ltsemibold';
font-size: 12px;
color: #3d3c3f;

}

.productfull .galprod a.photo .overlay
{
    overflow:hidden;
}

.bd_404
{
    background:#ebf2f8 url(../img/bg404.png) 0 0 repeat-x;;
    overflow:hidden;
}

.obj_404
{

}

.obj_404 #top ul.main_menu .lb a.nd
{
    border:none;
    color:#fff;
}
.obj_404 #top ul.main_menu .lb:hover a.nd
{
    color:#e20026;
}

.obj_404 .breadcrumb
{
    border-top:1px solid #8f949a;
    border-bottom:1px solid #8f949a;
}


.obj_404 .breadcrumb a
{
    color:#ffffff;
}



#main_content.main_content404
{
    min-height:780px;
    overflow:visible;
}

.main_content404 h2
{
    font-size:72px;
    color:#fff;
    width:588px;
    line-height:60px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
    margin:0px;
    margin-top:165px;
}

.main_content404 .hdline
{
    margin-top:48px;
    background:#fff;
    max-width:185px;
    float:left;
}

.main_content404 .hash404
{
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
    color:#8997a3;
    font-size:250px;
    line-height:240px;
    float:left;
    position:relative;
}

.main_content404 .img404
{
    position:absolute;
    top:-300px;
    right:-370px;
}

.cookie_info
{
    text-align:center;
    background:#fff;
    line-height:16px;
    font-family: 'Cambria';
    font-weight: normal;
    font-size: 14px;
    color: #48474a;
    padding-top:5px;
    padding-bottom:11px;
    padding-left:20px;
    padding-right:20px;
}

.cookie_info a
{
    display:inline-block;
    width:15px;
    height:15px;
    background:url(../img/ico_close_cookie.jpg);
    margin-left:20px;
    margin-top:4px;
    position:relative;
    top:2px;
    
}

.pager
{
    clear:both;
    text-align:center;
    margin-top:10px;
}

.pager a, .pager span
{
    font-family: 'proxima_nova_ltsemibold';
    font-size: 11px;
    color: #3d3c3f;
    text-decoration: none;
    line-height: 20px;
    display: inline-block;
    padding: 3px 10px 2px 10px;
    border-radius: 4px;
    border: 1px solid #cac9cc;
    margin: 0 4px 4px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pager a:hover, .pager span.inactive  {
    background-color: #e5e5e5;
}

.pager span.dots
{
    border:none;
}