/*
- body
- Extra
- Filters
- Top Nav
- Card
- Footer
- Mobile Media
*/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap');
/* body */
body {
    background: #121212;
    font-size: 1em;
    color: #cfcfcf;
    font-family: 'IBM Plex Sans', sans-serif;
}

h6 {
	font-size: 0.8rem;
}

.bg-dark {
    background-color: #2a2a2a !important;
}
.bg-dark-2 {
    background-color: #121212 !important;
}
.gradient-1 {
    background: rgb(65, 0, 185);
    background: -moz-linear-gradient(to right bottom, rgb(65, 0, 185), rgb(0, 198, 255));
    background: -webkit-linear-gradient(to right bottom, rgb(65, 0, 185), rgb(0, 198, 255));
    background: linear-gradient(to right bottom, rgb(65, 0, 185), rgb(0, 198, 255));
}
.gradient-2 {
    background: rgb(240, 75, 90);
    background: -moz-linear-gradient(to right bottom, rgb(240, 75, 90), rgb(237, 169, 93));
    background: -webkit-linear-gradient(to right bottom, rgb(240, 75, 90), rgb(237, 169, 93));
    background: linear-gradient(to right bottom, rgb(240, 75, 90), rgb(237, 169, 93));
}

.cover {
	width:100%; 
	min-height:240px;
	max-height:240px;
}

.cover-carousel {
	width:100%;
	min-height:240px;
}

.small-cover {
  width: 100%;
  height: 180px;           
  object-fit: cover;       
  object-position: center; 
  border-radius: 4px;      
}

.mosaic-list {
	padding: 10px;
}

.mosaic {
	padding: 15px;
}

.mosaic .box {
	display: block;
    float: left;
    padding: 5px;
    position: relative;
}

.mosaic .box div {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    margin: 5px;
}

.mosaic .box100 {
	width: 100%
}

.mosaic .box50 {
	width: 50%
}

.mosaic .box50 div {
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
}


/* Extra */
.border {
    border: 1px solid #2a2a2a!important;
}
.border-bottom {
    border-bottom: 1px solid #2a2a2a!important;
}
.border-top {
    border-top: 1px solid #2a2a2a!important;
}
.border-right {
    border-right: 1px solid #2a2a2a!important;
}
.border-left {
    border-left: 1px solid #2a2a2a!important;
}
.position-sticky {
    top: 86px;
}
a {
	color: #F0AD4E;
    text-decoration: none !important;
}

.btn {
    border-radius: 0px;
    font-size: 14px;
    padding: 9px 21px;
	overflow: hidden;
}

.btn-primary {
	background-color: #F0AD4E;
	border-color: #F0AD4E;
}

.btn-primary :hover{
	background-color: #A0AD4E;
	border-color: #A0AD4E;
}

.btn-link {
    color: #b9b9b9;
}
.btn-sm {
    font-size: 12px;
    padding: 5px 14px;
}
.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.2);
}
.btn-light {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.btn-lg {
    padding: 13px 46px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0px;
    border: none;
    background: #404040;
    box-shadow: none !important;
}
.custom-control {
    line-height: 26px;
}
.form-control {
    background: #404040;
    border: 1px solid #404040;
    border-radius: 0px;
    font-size: 14px;
    min-height: 42px;
    box-shadow: none !important;
}
.form-control:focus {
    background: #121212;
    border: none;
    border: 1px solid #6c757d;
}
.custom-control label {
    color: rgba(255,255,255,.5)!important;
    width: 100%;
    cursor: pointer;
}
input[type=text], input[type=tel], input[type=number], input[type=email], textarea, input[type=password] {
    color: #ffffff !important;
}
.card {
    border-radius: 0px;
    border: none;
    background: #2a2a2a;
}
.card-body {
    color: rgba(255,255,255,.5)!important;
}
.media .rounded-circle {
    width: 40px;
}
.follow-us a {
    color: #878787;
    font-size: 26px;
    margin: 0 18px;
}
.follow-us:hover a {
    color: #fff;
}
.follow-us a:hover {
    color: #878787;
}
.rating {
    padding: 36px !important;
}
.specifications .nav-tabs {
    border-color: #616161 !important;
    margin-bottom: 30px;
}
.specifications .nav-tabs .nav-link {
    border: none;
    position: relative;
    border-radius: 0px;
    font-size: 13px;
    color: rgba(255,255,255,.5);
    padding: 0 0 29px 0;
}
.specifications .nav-tabs .nav-link.active {
    background: transparent !important;
    color: #fff;
}
.specifications .nav-tabs .nav-item {
    margin: 0 30px 0 0;
}
.specifications .nav-tabs .nav-link:after {
   content: "";
   height: 5px;
   background: transparent;
   position: absolute;
   left: 0;
   right: 0;
   bottom: -1px;
}
.specifications .nav-tabs .nav-link.active:after {
    background: #007bff;
}
.btn-outline-facebook {
    color: #ffffff !important;
    background: #3B5998 !important;
}
.btn-outline-instagram {
    background: #125688 !important;
    color: #fff !important;
}
.alert {
    border-radius: 0px;
    border: none;
}
.custom-select.is-invalid, .was-validated .custom-select:invalid, .jumbotron {
    background-color: #2a2a2a;
}
.dropdown-divider {
    border-top: 1px solid #353535;
}
.custom-select {
    border: none;
    border-radius: 0px;
    background-color: #2a2a2a;
    font-size: 14px;
    min-height: 42px;
}
.custom-file-label {
    border: none;
    border-radius: 0px;
    background-color: #2a2a2a;
    font-size: 14px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #000000;
}
.bg-light {
    background-color: #f8f9fa!important;
    color: #000;
}
.bg-light .card-body{
    color: #000 !important;
}
.breadcrumb, .input-group-text {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
}
.list-group-item{
    background-color: #2a2a2a;
}
.dropdown-menu {
    background: #2a2a2a;
    border-radius: 0px;
    margin: 0;
    border: 1px solid #353535;
    color: #fff;
    box-shadow: 0px 6px 10px rgba(0,0,0,.2)!important;
}
.dropdown-item {
    color: rgba(255,255,255,.5);
}
.dropdown-item:hover {
    background: #000;
    color: #fff;
}
.dropdown:hover .dropdown-menu {
    display: block;
   visibility: visible;
   opacity:1;
   transform: translateY(0px);
   transition:.5s ease all;
}
.dropdown-menu {
   display: block;
   visibility: hidden;
   opacity:0;
   transform: translateY(50px);
   transition:.5s ease all;
}
.dropdown-menu.show {
   display: block;
   visibility: visible;
   opacity:1;
   transform: translateY(0px);
   transition:.5s ease all;
}
.gradient-block h1 {
    font-size: 54px;
}
.help-block ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.help-block ul li {
    color: #f53838;
    font-size: 12px;
}
.carousel-indicators {
    margin: 11px 18px;
    left: auto;
}
.carousel-control-next, .carousel-control-prev {
   bottom: auto;
   background: #000;
   width: 35px;
   height: 35px;
   margin: 15px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 12px;
}
.carousel-control-prev {
    right: 36px;
    left: auto;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
}

/* End Extra */
/* Filters */
.filters-search {
    position: relative;
}
.filters-search i {
    position: absolute;
    padding: 15px 14px;
}
.filters-search .form-control {
    padding-left: 42px;
}
.filters-card-header .btn-link {
    font-size: 14px;
    color: #fff;
    width: 100%;
    display: block;
}
.filters-card-body {
    padding: 20px 0 0 0;
}
/* End Filters */
/* Sidebar */
.img-profile {
    width: 80px;
}
.sidebar-widget {
    position: relative;
}
.sidebar-widget .nav-link {
    padding: 10px 7px;
    border-radius: 0px;
    position: relative;
    color: #bfbfbf;
}
.sidebar-widget .nav-link:hover, .sidebar-widget .nav-link:focus {
    color: #ffffff;
}
.sidebar-widget .nav-link:hover:before, .sidebar-widget .nav-link:focus:before {
    background: #007bff;
}
.sidebar-widget .nav-link i {
    min-width: 19px;
    display: inline-block;
    text-align: center;
    opacity: 0.5;
    margin: 0px 8px 0px 0px !important;
}
.sidebar-widget .nav-link:before {
    content: "";
    position: absolute;
    left: -15px;
    width: 4px;
    bottom: 5px;
    top: 5px;
    background: #2a2a2a;
}
.sidebar-widget .nav-link.active {
    background: transparent;
    font-weight: 500;
}
.sidebar-widget .nav-link.active:before {
    background: #fff;
}
/* End Sidebar */
/* Top Nav */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}
.osahan-nav-top .container {
    padding: 0 16px;
}
.osahan-nav-top .img-profile {
    width: 30px;
    height: 30px;
}
.osahan-nav-top .navbar-brand img {
    height: 31px;
    margin: -4px 0 0 0;
}
.osahan-nav-top .osahan-list-dropdown .nav-link i {
    font-size: 16px;
}
.osahan-nav-top .osahan-list-dropdown .nav-link .badge {
    position: absolute;
    border-radius: 50px;
    min-width: 15px;
    height: 15px;
    font-size: 9px;
    padding: 0px;
    right: 1px;
    line-height: 15px;
    top: 11px;
}
.osahan-nav-top .nav-link {
    position: relative;
    height: 55px;
    display: flex;
    align-items: center;
}
.osahan-nav-top .navbar-search .form-control {
    background: #121212;
    min-height: 35px;
}
.osahan-nav-top .navbar-search .btn {
    background: #121212 !important;
    color: #74828e;
    padding: 0 12px;
    border: none;
}
.dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-left: 1px solid #353535;
    border-right: 1px solid #353535;
    border-bottom: 1px solid #353535;
    line-height: 1.3rem;
}
.dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden;
    width: 20rem!important;
}
.dropdown-list .dropdown-header {
    background-color: #131313;
    border: 1px solid #353535;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    padding: .8rem 1rem;
}
.dropdown-list .icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-arrow .dropdown-toggle::after {
    display: none;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown .dropdown-menu, .dropdown-item {
    font-size: .85rem;
}
.text-gray-500 {
    color: #b7b9cc!important;
}
.dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}
.dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}
.dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: .75rem;
    width: .75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: .125rem solid #fff;
}
.dropdown-item {
    padding: 6px 1rem;
}
/* End Top Nav */
/* Card */
.osahan-card {
    margin-bottom: 35px;
}
.osahan-card-body h6 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* End Card */
/* Footer */
.footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer ul li a {
    color: rgba(255,255,255,.5)!important;
}
.footer ul li {
    line-height: 28px;
}
.footer ul li a:hover {
    opacity: unset;
}
.footer h6 {
    font-size: 14px;
    margin-bottom: 20px;
}
.app .img-fluid {
    height: 32px;
}
/* End Footer */
/* Mobile Media */

@media (min-width: 0px) and (max-width: 767px) {
    .container {
		max-width: 100%;
    }
    .osahan-login {
        max-width: 430px;
        margin: auto;
    }
    .osahan-nav-top {
        padding: 0 0 !important;
    }
    .p-5 {
        padding: 2rem!important;
    }
    .osahan-nav-top .dropdown {
        position: static;
    }
    .osahan-nav-top .dropdown .dropdown-menu {
        left: 0;
        right: 0;
        width: 100% !important;
    }
    .position-sticky {
        margin-bottom: 30px;
    }
    .footer{
        display: none;
    }
    .footer ul li {
        text-align: center;
    }
    .footer h6 {
        text-align: center;
        margin: 30px 0 8px 0;
    }
    .footer-brand {
        text-align: center;
    }
    .newsletter-form .btn {
        width: 100%;
    }
    .app {
        text-align: center;
    }
    .osahan-copyright p {
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }
    .osahan-copyright .d-flex {
        display: unset !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .container {
		max-width: 100%;
    }
    .footer h6 {
        margin: 30px 0 8px 0;
    }
    .footer-brand{
        margin-top: 30px;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.container {
		max-width: 100%;
	}
}
/* End Mobile Media */

.page-link, .page-link:disabled  {
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #F0AD4E;
    background-color: #333;
    border: 1px solid #000;
}

.page-item:active {
	background: #F0AD4E;
	color: #000;
}

.hiddenRow {
    padding: 0 !important;
}

table { border: none; }

[data-toggle="collapse"] .fa:before {   
  content: "\f078";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f054";
}


 .mt-100 {
     margin-top: 100px
 }

 .mb-100 {
     margin-bottom: 100px
 }

 .card {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-clip: border-box;
     border: 0px solid transparent;
     border-radius: 0px
 }

 .card-body {
     -webkit-box-flex: 1;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     padding: 1.25rem
 }

 .card .card-title {
     position: relative;
     font-weight: 600;
     margin-bottom: 10px
 }

 ul.list-style-none li {
     list-style: none
 }

 ul.list-style-none li a {
     padding: 8px 0px;
     display: block;
     text-decoration: none
 }

 .m-t-5 {
     margin-top: 5px
 }

 .w-30px {
     width: 30px
 }


/* Custom: przesuwanie menu z prawej strony */
#mobileMenu {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 1050;
}
#mobileMenu.show {
  right: 0;
}


/* Responsywność dla search */
@media (max-width: 991.98px) { /* Bootstrap breakpoint LG */
  .navbar-search {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-search .input-group input {
    font-size: 14px;
  }
}