/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

@font-face {
    font-family: 'Lato';
    src: url('fonts/LatoRegular.eot');
    src: url('fonts/LatoRegular.eot') format('embedded-opentype'),
         url('fonts/LatoRegular.woff2') format('woff2'),
         url('fonts/LatoRegular.woff') format('woff'),
         url('fonts/LatoRegular.ttf') format('truetype'),
         url('fonts/LatoRegular.svg#LatoRegular') format('svg');
         font-weight: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/LatoBold.eot');
    src: url('fonts/LatoBold.eot') format('embedded-opentype'),
         url('fonts/LatoBold.woff2') format('woff2'),
         url('fonts/LatoBold.woff') format('woff'),
         url('fonts/LatoBold.ttf') format('truetype'),
         url('fonts/LatoBold.svg#LatoBold') format('svg');
         font-weight: bold;
}

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
    font-family: 'Lato';
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Lato';
    font-size: 16px !important;
    color: #434241;
    background: #fff;
    line-height: normal;
    padding: 0;    
    margin: 0;
    min-width: 302px;
}

.wrapper {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
}

@media (min-width: 576px){
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1200px;
    }
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

.row {
    margin: 0 -30px;
}

.row > div {
    float: left;
    padding: 0 30px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

h2, h1 {
    line-height: 1.2;
}

/* *** HEADER *** */

header .wrapper {
    position: relative;
}

header {
    background: #fff;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #d1d1d1;
    text-align: center;
    width: 100%;
}

.h-banner {
    margin-left: 15px;
}

.header-box {
    border-top: 6px solid #434241;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;   
}

header img {
    display: block;
}

/* *** HOME *** */

.frame-box {
    background: #f1f1f1;
    padding: 12px;
    border: 1px solid #434241;
}

.main-content {
    padding: 25px 0;
}

.title {
    text-align: center;
    margin-bottom: 12px;
    padding: 5px 0;
    font-size: 20px;
    font-weight: bold;
}

.search-box input {
    color: #434241;
    font-size: 18px;
    width: 100%;
    display: block;
    padding: 0 20px;
    height: 57px;
    border: 1px solid #434241;   
    border-radius: 5px;
}

::-webkit-input-placeholder { /* Edge */
    color: #434241;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #434241;
}

::placeholder {
    color: #434241;
}

.search-content {
    margin-bottom: 24px;
    position: relative;
}

.search-list {
    border: 1px solid #434241;   
    border-top: none;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    background: #fff;
    margin-top: -5px;
}

.search-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.search-list a {
    color: #434241;
    font-weight: bold;
    padding: 10px 20px 9px 20px;
    display: block;
    font-size: 18px;
}

.search-list {
    padding-top: 3px;
}

.search-list li {
    margin-top: 1px;
}

.search-list .current a, .search-list li a:hover {
    background: #fbbc00;
}

.ui-state-hover {
    background: #fbbc00 !important;
}

.ui-state-active a,

.ui-state-active a:link,

.ui-state-active a:visited {

    background: #fbbc00 !important; /* any color you like */
    /* color: #5b518b zmienia color cziąnki*/
}

.ui-widget-content .ui-state-active {
    background: #fbbc00 !important; /* any color you like */
    border: 1px solid #fff;
    /* color: #5b518b zmienia color cziąnki*/
}
.content-box-1 {
    margin-bottom: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid #434241;
}

.box-1 {
    background: #fff;
    padding: 20px;
    margin-bottom: 12px;
    border: 1px solid #434241;
    display: flex;
}

.box-1 .col-box-1 {
    width: 455px;
    padding-right: 15px;
    flex-shrink: 0;
}

.box-2 {
    display: flex;
}

.box-2-1 figure {
    border: 1px solid #434241;
    height: 85px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.box-2-1 .txt {
    border: 1px solid #434241;
    background: #fff;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14ac00;
    font-size: 16px;
    font-weight: bold;
}

.box-2-1 {
    width: 85px;
    margin-right: 20px;
    flex-shrink: 0;
}

.box-2-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-2-2 .title-1 {
    font-size: 25px;
    color: #434241;
    font-weight: bold;
}

.box-2-2 .title-1 span {
    display: block;
    color: #0060ff;
    font-weight: normal;
    padding: 2px 0 3px 0;
    font-size: 16px;
}

.box-2-2 .list-1 {
    padding-bottom: 4px;
}

.list-1 {
    padding: 0;
    display: flex;
    margin: 0;
    list-style: none;
}

.list-1 li {
    white-space: nowrap; 
    border-right: 1px solid #434241;
    margin-right: 9px;
    padding-right: 9px;
    font-size: 14px;
    margin-bottom: 3px;
}

.list-1 li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.boxes-1 {
    margin-bottom: -12px;
}

.icons {
    display: flex;
}

.icon {
    margin-right: 9px;
    width: 46px;
    height: 46px;
    border: 1px solid #cfcfd2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons .icon:last-child {
    margin-right: 0;
}

.box-1 .col-box-2 {
    padding: 0 15px;
    display: flex;
    align-items: center;
    border-right: 1px solid #434241;
    border-left: 1px solid #434241;
}

.box-3 {
    padding-left: 15px;
    margin-bottom: 3px;
}

.box-3 .list-1 {
    flex-wrap: wrap;
}

.box-3 .list-1 li {
    font-size: 14.39px;
}

.box-3 .list-1 li:first-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 5px;
}

.color-red {
    text-decoration: line-through;
    color: #ff0000;
}

.box-3 .list-1 li.color-red {
    border-color: #ff0000; 
}

.box-1-1 {
    background: #fff4d2;
}

.box-2-1 .txt-1 {
    color: #cacaca;
    text-decoration: line-through;
}

/*.tooltip  {
    max-width: 200px;
    background: #fbbc00 !important;
    text-align: center;
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    border-radius: 3px;
    margin: 5px 0;
}*/

.tooltip-inner {
    background: #fbbc00 !important;
    color: #000 !important;
    margin: 5px 0;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #fbbc00 !important;
    visibility:hidden;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #fbbc00 !important;
    visibility:hidden;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #fbbc00 !important;
    visibility:hidden;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #fbbc00 !important;
    visibility:hidden;
}


.tooltip-arrow {
    background: #fbbc00 !important;
    visibility:hidden;
}

.box-2-2 .list-1 {
    flex-wrap: wrap;
}

/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    background: #4b4a4d;
    color: #fff;
    font-size: 14px;
    padding: 26px 0 23px 0;
    text-align: right;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fbbc00;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.pointer {
    cursor: pointer !important;
}

.icheckbox {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    border-radius: 0;
    border: 1px solid #4b4a4d;
    margin-right: 11px;
    background: #fff;
    float: left;
    position: absolute;

}

.icheckbox.checked {
    background: #fbba00;
}

.icheckbox input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: none;
    left: 0;
    display: block;
}

.icheckbox ins {
    z-index: 2;
}

.list-1 {
    flex-wrap: wrap;
}

.list-1 li {
    white-space: inherit;
}