/* CSS Document */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}


.topbar {
  background-color: #3c415e;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.topbar a {
  text-decoration:none;
  color:#fff;
}
.topbar a:hover {
  text-decoration:underline;
}
.topbar ul {
  padding:0px;
  margin:0px;
}
.topbar ul li{
 padding:0px;
 padding-right:30px;
 list-style:none;
 display:inline-block;
}
.header-wrapper{
 min-height:140px;
}



.site-footer
{
  background-color:#26272b;
  background-image:url('../img/footer_bg.png');
  background-repeat:no-repeat;
  background-position:center top;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#ccc;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#ccc;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#ccc;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#ffc107;
  text-decoration:none;
}
.footer-links span{
   color:#ffc107;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
.copyright-text a
{
 color:#ffc107;
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
.image_resized img{
width:100%;
}
  figure{
  margin:auto;
  }
@media (max-width:767px)
{
.content_news .image_resized {
width:100%!important;
}
.content_news .image_resized img{
width:100%!important;
}
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

/* Style the navbar */
#navbar {
  
  background-color: #1cb3c8;
}

/* Navbar links */
#navbar a {
 
  padding: 14px;

}


/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.navbar-toggler{
border-color:#fff;
color:#fff;
}
.navbar-toggler-icon{
color:#fff;
}
.nav-link{
font-weight:bold;
color:#fff;
}
.nav-link:hover{
color:#f3f3f3;
}
.dropdown-item{
 text-align:left;
 color:#121212;
}
body{
font-family:roboto;
}
.home_page{
background-image:url('../img/home_top_bg.png');
background-position: center -150px;
    background-repeat: no-repeat;
    background-size: cover;
  
  }
  
.home_heading {
padding-top:260px;
}  

@media (max-width: 768px) {
     .home_heading{
     padding-top:100px;
     }
}
.home_heading h2{
color: #000000;
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
}

.home_heading span{
 color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform:uppercase;
    line-height: 1;
    letter-spacing: .2em;
   
}  

/*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    .carousel-inner .active + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* LG */
@media (min-width: 991px) {
    /* show 4th item */
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
a.c_item{
    display:block;
    background:#1cb3c8;
    color:#fff;
    padding: 40px 20px;
    text-align:center;
    height:100%;
    text-decoration:none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
a.c_item:hover{
background:#3c415e;
}
a.carousel-control-prev{
right:-120px;
}
.carousel-item{
 padding-left:1px;
 padding-right:1px;
}

.home_info{
background-image:url('../img/pattern3.jpg');
background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align:center;
  }

.home_info h2{
    font-size: 26px;
    font-weight: 700;
    padding-top:30px;
    padding-bottom:30px;
}

.home_info p{
   font-size:18px;
   font-weight:600;
   line-height:27px;
}  
.home_products{
 background-image:url('../img/pattern.png');
 background-position:top center;
 padding-top:100px;
 padding-bottom:100px;
}
.head_home_products span
{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    white-space: nowrap;
}
.head_home_products span.line{
background-color: #1cb3c8;
display: inline-block;
    height: 2px;
    vertical-align: top;
    width: 60px;
   } 

.head_home_products h3{
     font-size: 26px;
    font-weight: 700;
    margin-bottom:30px;
    white-space: nowrap;
}




.home_products  .nav-item .nav-link{
   color:#121212;
   border:0px;
    text-transform:uppercase;
   font-weight:normal;
   font-size:14px;
}

.home_products  .nav-item .active{
   color:#fff;
   background:#1cb3c8;
   border-radius:0px;   
}

.home_products .nav-tabs{
border-bottom:0px;
padding-top:25px;
}
.more_home_kat, .more_home_kat:hover{
border:0px;
color:#121212;
background:none;
}

.content-banner {
    background-color: #f9f9f9;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom:30px;
}
.content-banner .container {
    padding-top: 80px;
    padding-bottom: 100px;
}
.content-banner .container {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 3;
}
.content-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 1;
}
.content-banner .banner-wave {
    background-image: url(../img/wave_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 64px;
    width: 100%;
    z-index: 2;
}
.content-banner .page-title {
    color: #fff;
   
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -.03em;
    line-height: 1.3;
    margin: 0;
    position: relative;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
    z-index: 2;
    }
.content-banner .breadcrumbs {
    color: #bababa;
    font-size: 12px;
    letter-spacing: .1em;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
}  
.content-banner .breadcrumbs a {
    color: #fff;
}  
.content-banner .banner-overlay{
background:rgba(0,0,0,0.8);
}
.content-banner{
background-image:url("../img/banner6.jpg");
background-color:rgba(0,0,0,0.8);
}

.content-breadcrumbs {
    background-color: #f0f3f6;
    font-size: 12px;
    padding: 15px 0;
}
.content-breadcrumbs a{
color:#121212;
}

.course-intro {
    background: #41246d;
    padding-top: 30px;
    position: relative;
    z-index: 2;
}
.course-intro__preview {
 border: 2px solid #fff;
 border-bottom:0px;
}
.course-intro__preview img{
width:100%;

}

.course-intro-content {
    padding-top: 0;
    padding-bottom: 60px;
    color:#fff;
}
.course-intro-content .post-title {
    font-size: 36px;
}

.ocena .checked {
   color: orange;
}
.ocena a{
color:#fff;
}
.course-meta{
font-size:14px;
}
.kurs_progres {
	display: inline-block;
	
	padding-right: 10px;
	line-height: 20px;
	font-size: .75em;
	vertical-align: bottom;
	padding-bottom: 5px;
	color: #aaa;
}
.kurs_progres .progress {
	height: 6px;
	margin-top: 10px;
}
.procent {
	color: #28a745;
	padding-right: 30px;
	font-weight: 600;
}
.course-content {
   padding-bottom: 60px;
}
#accordionKurs {
margin-top:15px;
}
#accordionKurs .card-header{
  padding:0px;
  background:none;
  border:0px;
  margin:0px;
  
}
#accordionKurs .card{
border:0px;
margin-bottom:10px;
border-radius:0px;
}
#accordionKurs .btn-link{
display:block;
padding:10px;
background: #f0f3f6;
border: 1px solid #e0e0e0;
text-align:left;
color:#121212;
text-decoration:none;
cursor:pointer;
font-weight:bold;
border-radius:0px;
width:100%;

}

#zalogujsie {

}

h2.zalogujsie {
  text-align:center;
  text-transform:uppercase;
  font-size:17px;
  display:block;
  color:#121212; 
  margin-bottom:30px;
}

#zalogujsie input{
  border-radius:0px;
  background:#f3f3f3;
  font-size:15px;
  border:0px;
  line-height:35px;
}

.send_login{
border:0px;
line-height:35px;
background:#3c415e;
text-transform:uppercase;
text-align:center;
color:#fff;
border-radius:0px;
width:100%;  
}

a.button-login, input[type=submit].button-login{
 text-decoration:none;
 background:#1cb3c8;
 color:#fff;
 border-color:#3c415e;
}


a.button-login:hover, input[type=submit].button-login:hover{
 text-decoration:none;
 background:#0cacc2;
 color:#fff;
 border-color:#3c415e;
}
.emoji{
max-width:30px;
max-height:30px;
}

.ks-item-lesson{
border:2px solid #e2e7ed;
padding:0px;
margin:0px;
}
.ks-item-lesson div{
padding:0px;

}
 .ks-item{
 margin-bottom:5px;
 }
.ks-item-open, .ks-item-input{
 display: flex;
   align-items: center; 
   justify-content: center;
   cursor:pointer;
   }
.ks-item-open a{
text-align:center;
}   
   
.ks-item-lesson a{
padding:10px;
display:block;
vertical-align:middle;
text-decoration:none;
color:#495255;
font-size:15px;
}
.ks-item-lesson a:hover{
text-decoration:none;
 color:#495255;
 
 
}
.ks-item-title {
border-left:1px solid #e2e7ed;

}
.zawartosc-kurs{
   padding-left:0px;
   padding-right:0px;
}



.ks-item-input .ld-status-icon {
    display: block;
    -ms-flex-preferred-size: 19px;
    flex-basis: 19px;
    text-align: center;
    border: 2px solid #e2e7ed;
    background-color: #fff;
    height: 19px;
    width: 19px;
 border-radius:100%;
 }   
    
    
    .btn-link:after {
   font-family: 'Font Awesome 5 Free';
   content: "\f106";
   float: right;
   transition: all 0.5s;
}



.btn-link.collapsed:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.ks-item-open a.active{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn-pokaz_wszystkie,.btn-pokaz_wszystkie:hover{
background:#41246d;
color:#fff;
}

.active_icon{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pokaz_wszystkie{
margin-bottom:15px;
}

.zawartosc_lekcji{
background:#3c415e;
width:100%;
padding:10px;
padding-left:30px;
color:#fff;
font-size:15px;
position:relative;
margin-top:-2px;
}
.zawartosc_lekcji:before{
height: 10px;
    width: 10px;
    top: -5px;
content: '';
    position: absolute;
   
    left: 69px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 9;    
}

.main-l{
font-size:12px;
}


.ks-item-body ul{
padding:0px;
margin:0px;

}
.ks-item-body ul li{
list-style:none;
margin:0px;
padding:0px;
}

.ks-item-body ul li a, .ks-item-body ul li a:hover{
  padding: 10px 10px 10px 10px;
  color:#333;
  text-decoration:none;
  background:#fff;
  font-size:13px;
  text-transform:uppercase;
  width:100%;
  display:inline-block;
}
.ks-item-body ul li:nth-child(even) a{
    background:#f3f3f3;
}

.ks-item-body{
  border:2px solid #e2e7ed;
  border-top:0px;
}

.ks-simple-body {
  border-top:2px solid #e2e7ed;
  margin-bottom:3px;
}
.ks-simple-body ul li a, .ks-simple-body ul li a:hover{
  padding: 12px 20px 12px 20px;
  color:#333;
  text-decoration:none;
  background:#fff;
  font-size:13px;
  text-transform:uppercase;
  display:block;
}
.ks-simple-body ul li a:hover{
  background:#e2e7ed;
}

.ks-item-body ul li a i{
  float:right;
  margin-right:10px;
}

.card-product a{
  color:#41246d;
  text-decoration:none;
  font-size:14px;
}
.card-title{
  font-size:16px;
  color:#121212;
}

.card-product a .card{ box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);   
  border:0px;
  border-radius:0px;
}
  
.card-product a:hover .card{
  box-shadow: 1px 1px 3px 3px rgba(20,23,28,.1); 
}  
.card-product hr{
  border:0px;
  border-top:1px solid #f3f3f3;
}

.add_to_cart_box{
   border:1px solid #ccc;
   border-top:0px;
   padding:20px; 
}

.add_cart{
  background:#3c415e;
  border:2px solid #3c415e;
  color:#fff;
  text-align:center;
  text-transform:uppercase;
  border-radius:0px;
  width:100%;
  line-height:40px;
  font-weight:bold;
}
.add_cart small{
  font-size:22px;
}

.add_cart:hover{
  color:#3c415e;
  background:#fff;
  border:2px solid #3c415e;
}


.price_add_to_cart{
  color: #41246d;
  font-size:33px;
  font-weight:600;
  padding-bottom:15px;
}

.zobacz_rownierz{
  color:#3c415e;
  font-size:24px;
  margin-bottom:30px;
  margin-top:30px;
}
.zobacz_rownierz span{
  display:block;
  height:3px;
  width:60px;
  background:#3c415e;
}



.cart_table td img{
  width:60px;
  height:60px;
}

.cart_table{
  width:100%;
  font-size:14px;
  font-weight:bold;
}
.product_remove{
width:50px;
font-size:20px;
text-transform:lowercase;
}
.product-thumbnail{
width:80px;
}
.cart_table th{
  background-color: #222;
  color: #fff;
  padding: 16px 0;
}  

.cart_table td{
  padding:20px 0;
  border-bottom:1px solid #e0e0e0;
}
.cart_table button{
  background:none;
  border:0px;
  color:#7f7f7f;
}
.cart_table button:hover{
  color:#121212;
}
.cart_box{
background: #f8f8f8;
    padding: 30px;
    margin-top:50px;
}
.cart_box h3{
 font-weight: 600;
    line-height: 1.35;
    font-size:24px;
}
.cart_box .col-md-6{
padding-top:10px;
padding-bottom:10px;
font-size:16px;
font-weight:bold;
}

.cart_box a{
  margin-top:20px;
}

.zamowienia_container{
margin-top:100px;
}

.zamowienia_formularz .row{
padding-bottom:13px;
}
.zamowienia_formularz h3{
font-size:23px;
margin-top:20px;
}
.zamowienia_formularz .form-control{
font-size:14px;
}
.zamowienia_formularz label{
font-size:14px;
font-weight:bold;
}
.table_zamowienia .first{
border:0px;
}
.table_zamowienia .ng{
font-weight:bold;
}


a.dodaj_do_koszyka{
display:block;
width:50px;
height:50px;
text-align:center;
vertical-align:middle;
font-size:25px;
color:#3c415e;
border:1px solid #3c415e;
border-radius:90px;
background:#fff;
line-height:50px;
}

a.dodaj_do_koszyka:hover{
background:#3c415e;
border-color:#3c415e;
color:#fff;
}

.order-table td{
border:0px;
padding:0px;
border-right: 1px dashed #ddd;
padding-left: 2em;
padding-right:2em;
}
.order-table td:first-of-type{
padding-left:0px;
}
.order-table td:last-of-type{
border:0px;
padding-right:0px;
}
.order-table td{
font-size:12px;
font-weight:bold;
color:#222;
vertical-align:top;
}
.order-table td label{
display:block;
font-weight:normal;
}


.table_order_products{
width:100%;
}
.table_order_products td{
padding-top:10px;
padding-bottom:10px;
}
.table_order_products tr td:last-of-type{
width:15%;    text-align:right;
}
.table_order_products tr{
border-bottom:1px solid #ccc;
padding-top:5px;
padding-bottom:5px;
}
.table_order_products tr:first-of-type, .table_order_products tr:last-of-type,{
border:0px;
}

.menu_dla_usera a.nav-link{
    background:#f3f3f3;
    color:#121212;
}   

.menu_dla_usera a.nav-link:hover{
   background:#1cb3c8;
   color:#fff;
   }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
background:#3c415e;
color:#fff;
}

.pasek_szukaj{
background:#f0f3f6;
border-bottom:1px solid #e0e0e0;
margin-bottom:10px;
padding-top:10px;
padding-bottom:10px;

}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}




.talk-bubble {
	margin: 10px;
  display: inline-block;
  position: relative;
	width: 80%;
	height: auto;
	background-color: #f3f3f3;
    
}
.talk-bubble2 {
	margin: 10px;
  display: inline-block;
  position: relative;
	width: 80%;
	height: auto;
	background-color: #1cb3c8;
    color:#fff;
   float:right; 
}
.wiadomosc{
clear:both;
}
.talk-bubble2.tri-right.btm-right:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 20px;
    bottom: -20px;
    border: 12px solid;
    border-color: #1cb3c8 #1cb3c8  transparent transparent;
}

.border{
  border: 8px solid #666;
}
.round{
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;

}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -40px;
	right: auto;
  top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #666 transparent transparent transparent;
}
.tri-right.left-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -20px;
	right: auto;
  top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: #f3f3f3 transparent transparent transparent;
}

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -40px;
	right: auto;
  top: 30px;
	bottom: auto;
	border: 20px solid;
	border-color: #666 #666 transparent transparent;
}
.tri-right.left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -20px;
	right: auto;
  top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: #f3f3f3 #f3f3f3 transparent transparent;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
}
.tri-right.btm-left:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent #f3f3f3;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 20px solid;
	border-color: #666 transparent transparent #666;
}
.tri-right.btm-left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow transparent transparent lightyellow;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 30px;
	bottom: -40px;
	border: 20px solid;
	border-color: #666 #666 transparent transparent;
}
.tri-right.btm-right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 38px;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow lightyellow transparent transparent;
}
/*
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent lightyellow;

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -8px;
	bottom: -40px;
	border: 20px solid;
	border-color: #666 #666 transparent transparent;
}
.tri-right.btm-right:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 0px;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow lightyellow transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -40px;
  top: 30px;
	bottom: auto;
	border: 20px solid;
	border-color: #666 transparent transparent #666;
}
.tri-right.right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -20px;
  top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: lightyellow transparent transparent lightyellow;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -40px;
  top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #666 transparent transparent transparent;
}
.tri-right.right-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -20px;
  top: 0px;
	bottom: auto;
	border: 20px solid;
	border-color: lightyellow transparent transparent transparent;
}

/* talk bubble contents */
.talktext{
  padding: 1em;
	text-align: left;
  line-height: 1.5em;
}
.talktext p{
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}