@import url(//fonts.googleapis.com/css?family=Roboto:400,700,500&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,800&subset=latin-ext);
/* Importowanie stylow tinymce */
@import url("tinymce.common.css");
@import url(//www.google.com/cse/api/branding.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, detaiskarpa, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.margin-top1 { margin-top: 10px;}
.margin-top2 {margin-top: 20px;}
.margin-top3 {margin-top: 30px;}
.margin-top4 {margin-top: 40px;}
.margin-top5 {margin-top: 50px;}
.margin-top6 {margin-top: 60px;}
.margin-top7 {margin-top: 70px;}

.margin-bot1{margin-bottom: 10px;}
.margin-bot2 {margin-bottom: 20px;}
.margin-bot3 {margin-bottom: 30px;}
.margin-bot4 {margin-bottom: 40px;}
.margin-bot5 {margin-bottom: 50px;}
.margin-bot6 {margin-bottom: 60px;}
.margin-bot7 {margin-bottom: 70px;}

.padding-top1 { padding-top: 10px;}
.padding-top2 {padding-top: 20px;}
.padding-top3 {padding-top: 30px;}
.padding-top4 {padding-top: 40px;}
.padding-top5 {padding-top: 50px;}
.padding-top6 {padding-top: 60px;}
.padding-top7 {padding-top: 70px;}

.padding-bot1{padding-bottom: 10px;}
.padding-bot2 {padding-bottom: 20px;}
.padding-bot3 {padding-bottom: 30px;}
.padding-bot4 {padding-bottom: 40px;}
.padding-bot5 {padding-bottom: 50px;}
.padding-bot6 {padding-bottom: 60px;}
.padding-bot7 {padding-bottom: 70px;}

.font12 {font-size: 12px;}
.font13 {font-size: 13px;}
.font14 {font-size: 14px;}
.font16 {font-size: 16px;}
.font18 {font-size: 18px;}
.font20 {font-size: 20px;}
.font21 {font-size: 21px;}
.font22 {font-size: 22px;}
.font23 {font-size: 23px;}
.font24 {font-size: 24px;}

.bold { font-weight: 600;}

li { list-style-type: none; }

.color-whole {color: #c2295b;}


body {
    color: #888888;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 14px;
    background: #f9f9f9
}

a { text-decoration: none; outline: none!important;}

h1.main-title {
    font: 300 24px "Roboto",sans-serif;
    color: #c2295b;
    margin: 25px 0 20px 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #f1f1f1;
}

.pagination,  .pagination li:first-child a,  .pagination li:last-child a{
    border-radius: 3px;
}

.wholesale .btn {
    border-radius: 0;
}


.wholesale .btn-primary {
    background:  #C22959;
    border: 0;
}

.wholesale .btn-primary:hover, .wholesale .btn-primary:focus  {
    background:  #a40146;
    border: 0;
}

.form-control, .modal-content {
    border-radius: 0px
}

.badge {
    border-radius: 0px;
}

.breadcrumb {
    border-radius: 0;
    background-color: #F8F8F8;
}

.well {
    border-radius: 0;
}

.navbar {
    border-radius: 0px;

}

.alert {
    border-radius: 0;
}

.nav-tabs li a {
    border-radius: 0;
}

.wholesale .btn-title-block {
    padding: 8px 12px;
    font-family: 'Roboto', sans-serif;
}

.default-panel-block-layout {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 25px;
}

.dropdown-menu {
    border-radius: 0;
}

.small-btn-whole {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    background: #c22959;
    text-align: center;
    width: 100%;
    border: 1px solid #a40146;
    outline: none!important;
    text-decoration: none;
    box-shadow: 0 1px 2px #e7ebec;
}

.small-btn-whole:hover, .small-btn-whole:focus {
    color: #fff;
    background: #a40146;
    text-decoration: none;
}

.smallx-btn-whole {
    display: inline-block;
    color: #fff;
    background: #c22959;
    text-align: center;
    width: 100%;
    border: 1px solid #a40146;
    outline: none!important;
    text-decoration: none;
    box-shadow: 0 1px 2px #e7ebec;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;

}

.smallx-btn-whole:hover, .smallx-btn-whole:focus {
    color: #fff;
    background: #a40146;
    text-decoration: none;
}

.color-whole {
    color: #C2295B;
}

.color-whole:hover {
    color: #a40146;
}

/*Structure */

/* Account logger */

.account-login {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 25px;
}

.account-login .page-title {
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: -15px -25px 25px;
    padding: 15px 25px 20px;
    position: relative;
    text-transform: uppercase;
}

.right-logger-border {
    border-right: 1px solid #eaeaea
}


.header-wraper {
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

/* Top bar */

.info-tell span {
    color: #999;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    padding: 8px 16px 8px 0;
}

.home #top-header {
    background-color: rgba(241, 241, 241, 0.3);
    border-bottom: 1px solid #f1f1f1;
    color: #aaa;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}


#top-header a {
    color: #999;
    line-height: 33px;
    color: #999;
    font-size: 12px;
    line-height: 33px;
    text-transform: uppercase;
}

#cnt-logo a {
    padding: 10px 0;
    display: inline-block;
}

.box-shadow-bg {
    box-shadow: 0 0 4px #ddd;
}

/* Top menu */

.navbar-static-top {
    margin-bottom: 0;
    background: transparent;
    border: none;
    z-index: 99;
}

.top-menu-wrap {
    border-top: 1px solid #f1f1f1
}

.navbar-default .navbar-nav > li  {
    text-align: center;
}
.navbar-default .navbar-nav > li > a {
    font: 13px/27px "Roboto",sans-serif;
    letter-spacing: normal;
    outline: medium none !important;
    padding: 37px 15px 0 15px;
    position: relative;
    text-transform: uppercase;
    border-right: 1px solid #f1f1f1;
}

.navbar-default .navbar-nav > li:last-child > a {
    border: none;
}

@media screen and (min-width:1200px) {
    .navbar-default .navbar-nav > li > a {
        min-width: 142px;
    }
    .navbar-default .navbar-nav > li:last-child > a {
        min-width: 139px;
    }
}

.wholesale .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav li.icon-home a {
    background: #fff url('../img/home.png') no-repeat center 7px;
}

.navbar-default .navbar-nav li.icon-home a:hover,
.navbar-default .navbar-nav li.icon-home.active a {
    background: #c22959 url("../img/home-active.png") no-repeat center 7px;
    color: #fff;
}

.navbar-default .navbar-nav li.icon-wholesale a {
    background: #fff url("../img/wholesale.png") no-repeat center 7px;
}

.navbar-default .navbar-nav li.icon-wholesale a:hover,
.navbar-default .navbar-nav li.icon-wholesale.active a  {
    background: #c22959 url("../img/wholesale-active.png") no-repeat center 7px;
    color: #fff;
}

.navbar-default .navbar-nav li.icon-products a {
    background: #fff url("../img/products.png") no-repeat center 7px;
}

.navbar-default .navbar-nav li.icon-products a:hover, 
.navbar-default .navbar-nav li.icon-products.active a {
    background: #c22959 url("../img/products-active.png") no-repeat center 7px;
    color: #fff;
}

.navbar-default .navbar-nav li.icon-mark a {
    background: #fff url("../img/mark.png") no-repeat scroll center 7px;
}

.navbar-default .navbar-nav li.icon-mark a:hover, 
.navbar-default .navbar-nav li.icon-mark.active a {
    background: #c22959 url("../img/mark-active.png") no-repeat scroll center 7px;
    color: #fff;
}

.navbar-default .navbar-nav li.icon-announcement a {
    background: #fff url("../img/announcement.png") no-repeat center 7px;
}

.navbar-default .navbar-nav li.icon-announcement a:hover, 
.navbar-default .navbar-nav li.icon-announcement.active a {
    background: #c22959 url("../img/announcement-active.png") no-repeat center 7px;
    color: #fff;
}

.navbar-default .navbar-nav li.icon-add-company a {
    background: #fff url("../img/add-company.png") no-repeat center 7px;
}

.navbar-default .navbar-nav li.icon-add-company a:hover, 
.navbar-default .navbar-nav li.icon-add-company.active a {
    background: #c22959 url("../img/add-company-active.png") no-repeat center 7px;
    color: #fff;
}

.navbar-default .navbar-nav li.icon-about-us a {
    background: #fff url("../img/about-us.png") no-repeat center 7px;
}

.navbar-default .navbar-nav li.icon-about-us a:hover, 
.navbar-default .navbar-nav li.icon-about-us.active a {
    background: #c22959 url("../img/about-us-active.png") no-repeat center 7px;
    color: #fff;
}

.navbar-default .navbar-nav li.icon-contact a {
    background: #fff url("../img/contact.png") no-repeat center 7px;
}

.navbar-default .navbar-nav li.icon-contact a:hover, 
.navbar-default .navbar-nav li.icon-contact.active a {
    background: #c22959 url("../img/contact-active.png") no-repeat center 7px;
    color: #fff;
}

/* Prawa wyszukiwarka */

#search-main-q, .tt-hint {
    width: 100% !important;
    padding: 6px 12px !important;  
    font-size: 14px !important;
}

.header-wraper .tt-menu {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin: 12px 0;
    padding: 8px 0;
    width: 422px;
}

.header-wraper .tt-suggestion:hover {
    background: #c22959;
}

.top-form-search-products {
    margin-top: 23px;   
}

input.main-search-products {
    border: 1px solid #f1f1f1;
    height: 40px;
    box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset, 1px 1px 4px #f7f7f7 inset;
}

.header-wraper #search-type {
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-left: none;
    height: 40px;
    box-shadow: none;
    width: 110%;
}

#search_main_button {
    height: 40px;
    font-size: 20px;
}

#search-main .part-search {
    padding: 0;
}

.styled-select select {
    -moz-appearance: none;
    background: transparent;
    cursor: pointer;
    line-height: 1;
}

#search-main .typeahead:focus {
    border: 1px solid #f1f1f1;
}

.styled-select {
    height: 40px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    background: #efefef url('../img/arrow-bg-search.png') top right no-repeat;

}

/* Promowane produkty */

.box-featured-items .main-featured-item {
    padding: 10px;
    border: 1px dotted #d7d7d7;
    transition: all 0.3s ease-in-out 0s;
    min-height: 235px;
    background: #fff;
}

.box-featured-items .main-featured-item:hover, #cnt-featured-companies .box-item:hover {
    background: #f8f8f8;
}

.box-featured-items .main-featured-item h3 {
    font: 13px 'Roboto', sans-serif;
}

.box-featured-items .main-featured-item h3 a {
    color: #0083ff;
}

/*Prawy box */

.right-main-box {
    border-bottom: 1px dotted #d7d7d7;
    border-left: 1px dotted #d7d7d7;
    border-right: 1px dotted #d7d7d7;
    padding: 10px;
    background: #fff;
}

.right-main-box li a {
    font: 13px 'Roboto', sans-serif;
    color: #0083ff;
}

.main-box-prom {
    border-bottom:  1px dotted #d7d7d7;
    border-left:  1px dotted #d7d7d7;
    border-right: 1px dotted #d7d7d7;
}

.wholesale ul li.add-link {
    padding-top: 20px;
}

ul li.add-link a {
    color: #C2295B;
    padding: 12px;
}


#cnt-top-menu .navbar {
    margin-bottom: 0;
    background-color: inherit;
    border: 0;

}

#cnt-top-menu .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.box-item {
    border-right: 1px dotted #d7d7d7;
    font: 13px "Roboto",sans-serif;
    background: #fff;
}

.box-item a {
    font: 13px "Roboto",sans-serif;
    color: #0083ff;
}

.box-item span {

    display: block;
}

.bar {
    background-color: #cdcbcb;
} 

.img-center-cnt {
    position: relative;
    display: block;
}

.box-cnt .box-item:last-child {
    border-right: 0 none;
}

.img-center-item {
    position: initial;
    margin: auto;
}

/* Footer */

.cnt-footer {
    background: #870239;
    color: #333;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
}

.footer-bottom {
    background: url("../img/footer-bottom-bg.png") repeat-x scroll center top;
    margin: auto;
    overflow: hidden;
    padding: 25px 0;
    width: 100%;
}

.footer-bottom p {
    color: #999;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.social ul {
    float: left;
    line-height: 45px;
    list-style: outside none none;
    margin: 0 0 0 5px;
}

.social ul li {
    float: left;
    margin-right: 10px;
}


.social .fb a::before {
    content: "";
    font-family: FontAwesome;
}

.social .googleplus a::before {
    content: "";
    font-family: FontAwesome;
}

.social .fb a {
    background: #4468b2 none repeat scroll 0 0;
    color: #fff;
    display: inline-block !important;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 35px;
}

.social .googleplus a {
    background: #e33729 none repeat scroll 0 0;
    color: #fff;
    display: inline-block !important;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 35px;
}

.social a {
    transition: background 400ms ease-in-out 0s;
}


.informative {
    padding: 40px 0;
}

.informative ul li a {
    font: 14px 'Roboto', sans-serif;
    color: #ddd;
    padding: 7px 0;
    display: block;
}

.informative ul li a i {
    margin-right: 5px;   
}

footer h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom:  20px;
    padding: 0 0 10px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255, 0.2);    
}

.brand-logo {
    background-color: #ffffff;
    border-top: 1px solid #efefef;
    margin-top: 30px;
    padding: 25px 0;
}

.brand-logo h3 {
    text-align: center;
    font: 300 24px 'Roboto', sans-serif;
    border-bottom: 1px solid #e4e8ea;
    padding: 0 0 12px;
    display: block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px
}

.brand-logo h3 a {
    color: #999;
}

.brand-logo h3::before {
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 74px;
}
.brand-logo h3::before {
    background: #c22959;
}

/* owl */

.brand-logo .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}


.brand-logo .owl-controls .owl-prev {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: -30px;
    position: absolute;
    top: 0px;
}

.brand-logo .owl-controls .owl-next {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    position: absolute;
    right: -20px;
    top: 0px;
}

.owl-theme .owl-controls .owl-nav div {
    background: #fff;
    border-radius: 30px;
    color: #999;
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    opacity: 1;
    padding: 3px 10px;
}

.brand-logo  .owl-nav a {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #f3f3f3;
    color: #666;
    display: block;
    height: 30px;
    margin: -16px 0 0;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 5;
}


.brand-logo .owl-nav .owl-prev a {
    background-position: 0 100%;
    left: 0;
    top: 50%;
}


.brand-logo .owl-buttons .owl-next a {
    background-position: 100% 100%;
    left: -12px;
    top: 50%;
}

/* Breadcrombs */

.breadcrumb {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 20px;
}

.breadcrumb a {
    color: #999;
}

/* Left box Category & Regions */

.left-box-cat-reg h2  {
    background: #c22959;
    font-family: "Roboto",sans-serif;
    padding: 8px 12px;
    color: #fff;
}

.left-box-cat-reg  ul {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
}

.left-box-cat-reg ul li a {
    color: #0083ff;
    font: 13px "Roboto",sans-serif;
    display: block;
    padding: 6px 0;
}

.left-box-cat-reg ul li a:hover {
    background: #f2f2f2;
}


.left-box-cat-reg ul li a span {
    font-style: oblique;
    color: #999;
}

.left-box-cat-reg ul li:last-child a {
    border: none;
}

.right-box-list ul li a {
    border-bottom: 1px dotted #d7d7d7;
    color: #0083ff;
    display: block;
    font: 13px "Roboto",sans-serif;
    padding: 6px 0;
}

/* List companies */

.companies-list-item {
    background: #fff;
    box-shadow: 0 0 4px #ddd;
    border: 1px dotted #d7d7d7;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px){
    .companies-list-item {
        flex-direction: row;
    }

}

.company-list-logo {
    display: table-cell;
    height: 160px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

@media screen and (min-width: 1200px) {
    .company-list-logo {
        width: 200px;
    } 
}

.company-list-name h2 {
    margin-top: 30px;
}

.company-list-name h2 a {
    color: #c22959;
}

.company-list-button-box .btn-company-list {
    padding: 12px; 
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}

.company-list-button-box  {   
    background: #c22959;
    position: relative;
}

.companies-list-wrap .companies-list-item-big:nth-child(2n) .company-list-button-box {
    background:  #a40146;
}

/*
.company-list-name {
    height: 160px; 
}*/

.tape-premium-plus {
    background: url('../img/tape-premium-plus-bot.png') bottom right no-repeat;
}

.tape-premium {
    background: url('../img/tape-premium-bot.png') bottom right no-repeat;
}

.tape-biznes {
    background: url('../img/tape-biznes-bot.png') bottom right no-repeat;
}


/*pagination */

.wholesale .pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #c22959;
    border-color: #c22959;
}

.pagination > li > a, .pagination > li > span {
    color: #c22959;
}

.box-item {
    text-align: center;
}

.main-box-prom .box-item {
    padding: 10px;
}

/*#search-main input,  #search-main select, #search-main button{
    margin-top: 5px;
}*/

#cnt-most-top .pull-right {
    float: none !important;        
}

#cnt-most-top {
    text-align: center;
}

#company-contact-ctn li {
    padding-bottom: 5px;
}

#company-contact-ctn .dropdown-menu a {
    cursor: default;
}

.show-more {
    font-weight: bold;
    cursor: pointer;
    color: #C2295B;
}

@media (min-width: 992px){    
    #cnt-featured-offers .img-center-cnt, #cnt-featured-companies .img-center-cnt, #offers .img-center-cnt, #companies .img-center-cnt{
        min-height: 155px;
        overflow: hidden;
    }

    #cnt-featured-companies .box-item {
        min-height: 270px;
        overflow: hidden;
    }

    #cnt-top-menu {
        min-height: 50px;
    }    

    #cnt-top-menu {
        background-color: #CDCBCB;    
    } 

    #cnt-most-top .pull-right {
        float: right !important;        
    }    
}

#cnt-footer {
    margin-top: 20px;
    padding-top: 10px;
    background-color: #CDCBCB;
    font-size: 13px;    
    position: absolute;    
    width: 100%;    
}

#cnt-footer h3 {
    margin-top: 0px;
}

#cnt-footer ul li {
    padding-bottom: 5px;
}

#cnt-footer ul li a{
    color: #666;
}	

#cnt-footer ul li a:hover{
    color: #000;
    text-decoration: underline;
}	


#cnt-footer ul, #cnt-footer ul {
    list-style: none;
}

.box-items {
    padding-top: 8px;
    padding-bottom: 8px;    
    border-top: 1px solid #cdcbcb;
}

#offers .box-items:first-child, #companies .box-items:first-child, #adds .box-items:first-child{
    border-top: none;
}

.box-items h2 {    	
    font-weight: 400;
    line-height: 1.0em;    
    font-size: 20px;
}
.box-items h2 a {
    color: #c2295b;
}

#cnt-adds {
    margin-top: 10px;
}

.tt-menu {
    width: 100% !important;
    border-radius: 0;
}

.tt-suggestion {
    font-size: 12px !important;

}

.twitter-typeahead {
    display: block !important;    
}

ul.list-default {
    list-style: none;  

}

ul.list-default li{
    list-style: none;
    padding-top: 3px;
}

ul.list-categories a {
    cursor: pointer;
    text-decoration: none;
}


ul.list-categories, ul.list-categories ul {
    list-style-type: none;
    margin: 0;
}


ul.list-categories li {
    list-style-type: none;
}

ul.list-categories li ul li {
    padding-left: 10px;
}

ul.list-categories a.selected {
    font-weight: bold;
}

#cnt-company-details ul {
    font: 300 16px "Roboto",sans-serif;
}

.form-list label {
    margin-bottom: 5px;
    font-size: 14px;
}

img.border-image {
    border: 1px solid #e9e9e9;
    padding: 6px;
}

/* Account user */

.account-user-wrap .account-user-block {
    padding: 3px;
}

.account-user-wrap .account-user-block .account-user-block-content {
    min-height: 410px;
    position: relative;
}

.account-user-block .account-icon-title {
    border-radius: 50%;
    display: inline-block;
    background: #fc4480;
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    top: -40px;
    left: 0;
    right:0;
    margin: auto;
}

.account-user-block .account-icon-title i {
    color: #fff;
    font-size: 28px;
    line-height: 68px;
}

.account-user-block-content h2 {
    text-align: center;
    border-bottom: 1px solid #efefef;
    margin: 15px 0 16px 0;
    padding-bottom: 6px;
    text-transform: uppercase;
    color: #fc4480;
}

.space-block-company {
    margin: 10px 0;
}

.circle-color-green {
    background: #68cab6!important;
}

.circle-color-violet {
    background: #a285c5!important;
}

.circle-color-orange {
    background: #fbb168!important;
}

.circle-color-blue {
    background: #666981!important;
}

#form-company h3 {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-size: 15px;
}






.tab-desc-company-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color #e5e5e5 #e5e5e5;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 10px 25px;  
}

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #c2295b;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #c2295b;
}*/


.company-tabs {
    margin-top: 10px;
}

.nav-tabs.company-tabs > li.active a {
    color: #fff;
    background: #C22959;
}



/*.nav-tabs > li > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #333;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #333;
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1) 0s;
}*/

.logo-company {
    display: table;
    height: 180px;
    text-align:  center;
    margin: auto;
    vertical-align: middle;
}

.logo-company span {
    display: table-cell;
    height: 200px;
    vertical-align: middle;
}


/* Description product */

.desc-product {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    color: #444;
}

.desc-product-company-name {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.desc-product-company-name .dp {
    display: block;
}

.desc-product-company-name .dp-a a {
    text-transform: uppercase;
    font: 14px 'Roboto', sans-serif; 
    color: #c2295b;
}

.desc-product-company-name  a {
    color: #c2295b;
}

.links-ads a {
    position: relative;
    text-transform: uppercase;
    color: #777;
    display: inline-block;
    background: #fff;
    min-width: 150px;
    text-align: center;
    padding: 6px 12px;
    border: 1px solid #efefef;
    border-radius: 3px;
    font-size: 13px;
}

.links-ads a img {
    position: absolute;
    left:7px;
}

.links-ads a:hover {
    text-decoration: none;
    color: #999;
}

.add-details h1 {
    font: 20px 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}


/* price page */

.main-price-box {
    background: #ffffff none repeat scroll 0% 0%;
}

.shadow-price-box {
    box-shadow: 0px 0px 10px #e7e7e7;
    overflow: hidden;
}

/*.main-body-price::before {
    background: #e34840 none repeat scroll 0% 0%;
    content: " ";
    display: table;
    height: 3px;
    top: 0px;
    transition: all 0.3s ease 0s;
    width: 10%;
}

.main-body-price::after {
    background: #e34840 none repeat scroll 0% 0%;
    bottom: 0px;
    content: " ";
    display: table;
    height: 3px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 10%;
}*/


.box-up:hover::before, .box-up:hover::after {
    width: 100%;
}

.main-body-price {
    border-right: 1px solid #f0f0f0;
    cursor: default;
    font-family: "Open Sans",sans-serif;
    height: auto;
    position: relative;
    text-align: center;
}

.shadow-price-box .main-body-price:last-child {
    border-right: 0px none;
}

.ls-price-header {
    border-bottom: 1px solid #f0f0f0;
    height: 224px;
}

.ls-price-features {
    border-bottom: 1px solid #f0f0f0;
}

.ls-price-button {
    height: auto;
    margin: 30px auto;
}

.ls-price-header .ls-price-title {
    color: #eee;
}

.ls-price-header .ls-price-title {
    float: left;
    font: 700 24px "Open Sans",sans-serif;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 40px;
    text-transform: uppercase;
    width: 100%;
}

.ls-price-header .ls-price-price {
    color: #fff;
}

.ls-price-header .ls-price-price {
    float: left;
    font: 40px "Roboto";
    margin-top: 10px;
    width: 100%;
}

.ls-price-header .ls-price-price span {
    font-size: 20px;
}

.price-page .main-body-price {
    padding-left: 0;
    padding-right: 0;
}

.ls-price-header .ls-price-period {
    color: #eee;
}

.ls-price-header .ls-price-period {
    float: left;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    width: 100%;
}

.ls-price-header .featured {
    background: #e34840 none repeat scroll 0% 0%;
    color: #ffffff;
}

.ls-price-header .featured {
    border-radius: 5px 5px 100px 100px;
    font-size: 15px;
    height: auto;
    left: 50%;
    letter-spacing: 0.8px;
    padding: 4px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 0px;
    transform: translateX(-50%);
}

.ls-price-features {
    border-bottom: 1px solid #f0f0f0;
}

.ls-price-features ul {
    margin: 0px;
    padding: 0px;
}

.ls-price-features ul li {
    color: #232323;
}

.ls-price-features ul li {
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none;
    padding: 15px 0px;
    text-align: center;
}

.ls-price-features ul li p {
    margin-bottom: 0px;
}

.ls-price-features .fa {
    color: #e34840;
    margin-right: 5px;
}

.ls-price-features ul span li {
    background: #f9f9f9 none repeat scroll 0% 0%;
}

.space-price-period {
    background: #f2f2f2 none repeat scroll 0% 0%;
    display: block;
    height: 1px;
    left: 0px;
    margin: auto;
    position: absolute;
    right: 0px;
    top: -5px;
    width: 80%;
}

.ls-price-mont {
    color: #888888;
    float: left;
    font-size: 16px;
    font-weight: 300;
    margin-top: 6px;
    position: relative;
    width: 100%;
}

.ls-price-mont span {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.price-page .ls-price-header {
    height: 250px;
}


.price-standard .ls-price-header {
    background: #d2d1d1;
}

.price-company .ls-price-header {
    background: #d6711a;
}

.price-company-plus .ls-price-header {
    background: #ce261f;
}

.price-company-pro .ls-price-header {
    background: #276cde;
}

.title-det-price {
    display: block;
    font-size: 16px;
}

.simple-sub-img i{
    cursor: pointer;
}

.simple-sub-img i {
    font-size: 24px;
    color: #eee;
}

.data-worker-whole {
    margin-bottom: 20px;
}

.data-worker-whole span {
    display: block;
}

.info-found-offer {
    display: inline-block;
    margin-bottom: 10px;
    background: #fff;
    padding: 6px 12px;
    border: 1px solid #efefef;
    border-radius: 3px;
}

#tab-company-desc p {
    text-align: justify;
}

.wholesale label {
    margin-bottom: 5px;
}


.form-error {
    color: red;
    font-size: 12px;
    margin-top: 6px;
}


/* Fix column with banners */

@media (min-width: 992px) {
    .wholesale .col-md-9-fix-banner {
        width: 71.7777%;
    }

    .wholesale .col-md-3-fix-banner {
        width: 28.2222%;
    }
}

@media screen and (max-width: 768px) {
    .wholesale embed {
        width: 100%;
    } 
}

.box-banner img {
    display: block;
    height: auto;
    max-width: 100%; 
    margin: auto;
}

.image-product-details img {
    margin: auto;
}


@media screen and (max-width: 992px) {
    .company-list-button-box {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .company-list-button-box a {
        margin-top: 0;
    }
    .company-list-name {
        height: auto;
        padding-bottom: 40px;
    }
    .company-list-logo {
        display: table;
        height: auto;
        margin: auto;
        padding-top: 20px;
        text-align: center;
        vertical-align: middle;
    }
    .links-ads a  {
        width: 100%;
        margin-bottom: 5px;
    }
}

.add-your-btn, .add-your-btn:hover, .add-your-btn:focus {
    color: #fff!important;
}

ul#cnt-tree-category li {
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 3px;
}

span.tree-opened {
    background: transparent url("../img/mark-minus.png") no-repeat scroll left center;
    padding-left: 20px;
}

span.tree-closed {
    background: transparent url("../img/mark-plus.png") no-repeat scroll left center;
    padding-left: 20px;
}

ul#cnt-tree-category li ul {
    margin-top: 2px;
}

ul#cnt-tree-category li ul li {
    font-size: 12px;
    font-weight: normal;
    padding: 1px 6px 1px 28px;
}

.wholesale .ui-widget-header {
    background-color: #c22959; 
    background-image: none;
}

.logo-main-companies {
    display: table;
    height: 155px;
    text-align: center;
    width: 100%;
}

.logo-main-companies-h {
    display: table-cell;
    height: 155px;
    vertical-align: middle;
}

ul.list-photo-edit-offer li {
    padding: 10px;
    border: 1px solid #efefef;
    min-height: 145px;
    position: relative;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 2px;
}

ul.list-photo-edit-offer li  img {
    margin: auto;
    display: block;
}

ul.list-photo-edit-offer li a {
    color: #c22959;
}

.wholesale .payubutton {
    background:  #C22959;
    border: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    float: right;
}

.list-categories .fa-times {
    color: #c22959;
}

/**
*   lista
*/
.list li {
    margin-bottom: 10px;
}


/**
* Sortowanie ofert
*/
.sort-header .pagination {
    margin: 0;
}

.sort-header {
    margin-bottom: 20px;
}

.price {
    color: #c22a58;
    text-transform: uppercase;
}        

.offer-header {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.offer-header-col-1 h2 {
    margin: 0 !important;            
}        

.offer-header-col-1 {
    flex-grow: 3;
}

.offer-header-col-2 {
    margin-left: 10px;
    min-width: 100px;
    flex-grow: 1;
    text-align: right;
}  

.sort-box {
    color: #c22a58;
}
/* -------------- Koniec Sorowanie ofert -------------*/

/** list produktów i hurtownie */

.hurtitem {
    background: #fff;
    box-shadow: 0 0 4px #ddd;
    border: 1px dotted #d7d7d7;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}



@media screen and (min-width: 992px){
    .hurtitem {
        flex-direction: row;
        height: 200px;
    }
}

.hurtitem-title {
    font-size: 18px;
    margin-top: 0px;
}

.hurtitem-col1 {
    padding: 0;
    display: flex;
}

.hurtitem-col1 .img-responsive {
    max-height: 200px;
    width: auto !important;
}

.hurtitem-pricecnt {
    padding-top: 10px;
    
}

.hurtitem-pricecnt .price {
    text-align: center;
    color: #fff;
    font-size: 22px;
}

/* koniec lista produktów i hurtowni */