/* produkti */
.produkt {
	height: auto;
	padding-bottom: 10px;
    padding-left:10px;
    padding-right:10px;  
    width: calc(25% - 8px); 
}
.produkt img {
    width: 100%;
    max-width: 100%;   
    height: initial 
}
@media (max-width: 768px) {
    .produkt {
        height: auto;
        padding-bottom: 10px;
        width: calc(50% - 8px); 
    }
}
/* Buttons Start */
.btn-primary,
.button {
    outline: 0;
    border: 0px;
    /*padding: 6px 15px;*/
    padding: 11px 15px;
    border-radius: 5px;
    /*margin-right: 10px;*/
    cursor: pointer;
}
.btn-bordered {
    border-radius: 36px;
}
.btn-back {
    display: flex ;
    align-items: center;
    color: #2bb5e4;
    font-weight:bold;
    text-decoration: underline
}
.btn-back:hover {
    color: #2bb5e4;
    text-decoration: underline
}
.btn-back i.arrow-back {
    display: inline-block ;
    width: 22px;
    height: 32px;
    background-image: url(../Site_files/arrow-back-icon.svg);
    background-repeat: no-repeat;
    margin-right: 10px;
    /*background-size: 25px;
    background-position-y:3px;*/
}
.btn-primary {
    color: #fff;
    background: #2bb5e4;
}
.btn-block {
    width: 100%
}
.btn-devide {
    color: #fff;
    background: #2b9404;
    background: #2bb5e4;
    width: 75%;
}
.btn-devide:hover {
    color: #fff;
    background: #940504;
}
a.cart-link {
    display: inline-block;
    width:25%;
    background-image: url(../Site_files/cart-icon.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-y:3px;
    margin: 6px;
}
.add_to_cart {
    color: #fff;
    background: #2bb5e4;
    outline: 0;
    border: 0px;
    padding: 6px 15px;
    border-radius: 5px;
    /*margin-right: 10px;*/
    cursor: pointer;
}
.btn-collapse, .btn-collapse-close {
    color: #fff;
    background: #2bb5e4;
    outline: 0;
    border: 0px;
    padding: 6px 15px;
    border-radius: 5px;
    margin-right: 10px;

}
.sidenav-buttons {
    display: none;

}
.sidenav-buttons .btn-collapse {

}
.sidenav-buttons .btn-collapse-close {

}
@media (max-width: 768px) {
    .sidenav-buttons {
        display: block;
        position: relative;
        width: 100%;
        text-align: center ;

    }
    .sidenav-buttons .btn-collapse {

    }
    .sidenav-buttons .btn-collapse-close {
        float: right ;
        display: none ;
    }
    .collapsed.open .btn-collapse {
        display: none;
    }
    .collapsed.open .btn-collapse-close {
        display: block;
    }
}
button.plus, button.plus-10 {
    color: #fff;
    background: #2bb5e4;
    outline: 0;
    border: 0px;
    padding: 6px 15px;
    border-radius: 5px;
    margin-right: 5px;
}
button.minus, button.minus-10 {
    color: #fff;
    background: #2bb5e4;
    outline: 0;
    border: 0px;
    padding: 6px 15px;
    border-radius: 5px;
    margin-right: 5px;
}
.cart-open-close {
    
}
.btn.btn-open {
    position: absolute;
    left: -31px;
    color: #2bb5e4;
    height: 40px;
    border-radius:5px 0px 0px 5px; 
    border-top: 1px solid #2bb5e4;
    border-left: 1px solid #2bb5e4;
    border-bottom: 1px solid #2bb5e4;
    background: #fff;
    padding:10px;
    /*display: none;*/
}
.remove-from-cart {
    
}
.in-cart {
    
}
/* Buttons End */
 input {
	color: #606a70;
    padding: 4px 8px;
    outline:0;
    border: 1px solid #2bb5e4;
    text-align: center 
}
.cart-view-table-front {
    overflow: scroll;
    height: 100vh;
            height: calc(100vh - 60px); 
}
.cart-view-table-front input {
    padding: 4px 8px;
}
.produkt label {
	display: none;
}
.cart-hover {
    position: fixed ;
    top: 0px;
    /*right: -639px;*/
    right: -400px;
    height: auto;
    background: #fff;
    padding: 20px;
    border-radius: 0px 0px 0px 0px;
    border-left: 2px solid #2bb5e4;
    z-index: 9;
    width: 400px;
    height: calc(100vh - 10px);
    height: 100vh;
}
.cart-hover.open {
    right: 0px;
}
/*
.cart-hover:before {
    color:#2bb5e4;
    content: 'x';
    position: absolute ;
    width: 20px;
    left: -21px;
    height: 40px;
    border-radius:5px 0px 0px 5px; 
    border-top: 1px solid #2bb5e4;
    border-left: 1px solid #2bb5e4;
    border-bottom: 1px solid #2bb5e4;
    background: #fff;
}
*/

table.table {
text-align: left;

}
table {
    border-collapse: collapse;
    width: 100%;
}
/* 
dark blue color: #2bb5e4
light blue color: #5fd3f8
*/
.table-getwat {
    margin-bottom: 20px;
}
.table-getwat tr {

}
.table-getwat th {
    text-align: left;
}
.table-getwat th {
    text-align: left;
}
.table-getwat td {
    outline: 0;
    margin: 0px;
    padding: 5px;
    border-bottom: 1px solid #5fd3f8
}
.table-getwat td:nth-child(5) {
    /*border-right: 1px solid #5fd3f8*/
}
/* INPUT START */
input { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

input.input-md  {
    text-align: left ;
    text-align: left;
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #2bb5e4;
    margin-bottom: 10px;
}

.form-hover {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 300px;
    margin: auto ;
}
.form-hover input {
    margin-bottom: 10px;
}

.form-control  {
    text-align: left ;
    min-height: 35px;
    border-radius:36px; 
    padding-left: 20px;
    width: 100%
}
/* INPUT END */
/* cart */
#content {
    position: relative ;
    width: 100%;
    max-width: 1014px;
    overflow: hidden;
    padding-right: 38px
}

#content.open {
 
}
/*
.wrapper {
    position: relative ;
    width: 100%;
    max-width: 1014px;
    overflow: hidden;
    padding-right: 38px
}
.wrapper.open {
     right: 0px;
}
.wrapper.no-space.open {
     right: 400px;
}*/


.content img {
    max-width: 100%;
}
/*
.cart-class {
    float: left ;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    padding-bottom: 0px;
    box-shadow: 4px 4px 4px rgba(95,105,112,0.25);
}
.cart-header {
    width: 100%;
    min-height: 39px;
    background: #2bb5e4;

}
.cart-header h1 {
    font-size: 20px;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    padding-left: 20px;
}
.cart-body {
    border-radius: 0px 0px 10px 10px;
    border: 2px solid #2bb5e4;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
    min-height: 300px;
}
*/
.cart-product{
    flex-direction: column;
    border: 1px solid #5CD4FA;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 10px;
    overflow: hidden;
}
.cart-product-img {

}
.cart-product-description {

}
.cart-product-quantity {

}
.cart-product-delete {

}
@media (max-width: 768px) {
    .cart-product{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .cart-product{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .cart-product-img, .cart-product-description, .cart-product-quantity, .cart-product-delete {
        display: inline-block;
    }
    .cart-product-img {
        width: 16.6666667%
    }
    .cart-product-description {
        width: 33.33333333%;
    }
    .cart-product-quantity {
        width: 33.33333333%
    }
    .cart-product-delete {
        width: 8.33333333%
    }   
}
.next-state {
    padding-top: 40px;
    padding-bottom: 40px;
    float: right;
}
/*
.table thead tr th:nth-child(5) {
    text-align: center;
}
.table tbody tr td:nth-child(5) {
    text-align: center;
}
*/
/* right section */
.cart-class {
        float: left ;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    padding-bottom: 0px;
}
.cart-header {
    position: relative;
    width: 100%;
    min-height: 39px;
    background: #5CD4FA;
            border-radius: 10px 10px 0px 0px;

}
@media (min-width: 768px) {
    .cart-header {
        background: transparent;
        border-radius: 0px 0px 0px 0px;
    }
    .cart-header:before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0px;
        left: 21px;
        width: calc(100% - 20px);
        height: 39px;
        background: #5CD4FA;
    }
    .cart-header:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 21px;
        height: 39px;
        background-image: url(../Site_files/femail-b.svg);
    }
}

.cart-header h1 {
    position: absolute ;
    font-size: 20px;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    padding-left: 30px;
}
.cart-body {
        float: left ;
        width: 100%;
        box-sizing: border-box;
    border-radius: 0px 0px 10px 10px;
    border: 2px solid #5CD4FA;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    background: #fff;
    min-height: 300px;
            min-height: 262px;

                box-shadow: 4px 4px 4px rgba(95,105,112,0.25);
    box-shadow: 4px 4px 4px rgba(188,237,253,0.25);
}
.cart-body h3.contains {
    font-size: 18px;
    color: #2bb5e4;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* GLOBAL */
div {
    box-sizing: content-box;
    box-sizing: border-box;
    outline: none;
}
/*
hr { background: #e6ebf0 }
img {max-width: 100%}
label {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #103f6e;
    margin-bottom: 0px;
    color: rgba(16,63,110,0.8);
}*/
/* Dotted Outline Reset Start */
/*
a {
    outline: 0!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:focus img {outline: none!important;}
object, embed { outline: 0!important;}
input::-moz-focus-inner { border: 0!important;}*/
/* <meta http-equiv="X-UA-Compatible" content="IE=9" /> */
/* Dotted Outline End */

/* FRAME START */
/*
.row{

}
.colona-left {
    float: left ;
    width: calc(30% - 10px); 
    padding: 5px;

}
.colona-right {
    float: left ;
    width: calc(70% - 10px);
    padding: 5px;
}
@media (max-width: 768px) {
    .colona-left {
    float: left ;
    width: calc(100% - 10px); 
    padding: 5px;

    }
    .colona-right {
        float: left ;
        width: calc(100% - 10px);
        padding: 5px;
    }
}*/
.container {
    width: 100%;
    max-width: 1014px;
    max-width: 974px;
    max-width: 530px;
    overflow: hidden;
    margin: auto;
}

.row {
    position: relative ;
    left: -5px;
    right: 5px;
    width: calc(100% + 10px); 
    clear: both;
}
.colona-center {
    float: left ;
    width: calc(100% - 10px); 
    width: 100%; 
    padding-left: 5px;
    padding-right: 5px;

}
.colona-30 {
    float: left ;
    width: 33.3333%; 
    padding-left: 5px;
    padding-right: 5px;

}
.colona-50 {
    float: left ;
    width: 20%; 
    padding-left: 5px;
    padding-right: 5px;

}
.half {
    max-width: 50%;
    float: left;
}
.colona-left {
    float: left ;
    width: calc(30% - 10px); 
    width: 30%; 
    padding-left: 5px;
    padding-right: 5px;

}
.colona-right {
    float: left ;
    width: calc(70% - 10px);
    width: 70%;
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width: 768px) {
    .colona-left {
    float: left ;
    width: calc(100% - 10px); 
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;

    }
    .colona-right {
        float: left ;
        width: calc(100% - 10px);
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .colona-30 {
        float: left ;
        width: 100%; 
        padding-left: 5px;
        padding-right: 5px;

    }
    .colona-50 {
        float: left ;
        width: 100%; 
        padding-left: 5px;
        padding-right: 5px;

    }
}
/* FRAME END */
/* ===== LAYOUT START
======================= */
.flex {
    display: flex;
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}
.flex-row {
    flex-direction: row;
}
.w-1-12 {
    width: 8.33333333%
}
.w-2-12 {
    width: 16.6666667%
}
.w-3-12 {
    width: 33.33333333%
}
.w-4-12 {
    width: 25%
}
.w-1-2 {
    width: 50%
}
.c-1-2 {
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width: 768px) {
    .c-1-2 {
        float: left;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* ===== LAYOUT END
======================= */
/* sidenav section */
.sidenav-class {
    width: 100%;
    border-radius: 0px 0px 0px 0px;
    padding-bottom: 0px;
    /*box-shadow: 4px 4px 4px rgba(95,105,112,0.25);*/
}
.sidenav-header {
    position: relative;
    width: 100%;
    min-height: 39px;
    background: #2bb5e4;
    border-radius: 10px 10px 0px 0px;
}
@media (min-width: 768px) {
    
    .sidenav-header {
        border-radius: 0px 0px 0px 0px;
    }
    .sidenav-header:after {
        content: '';
        position: absolute;
        top: 0px;
        right: -21px;
        width: 21px;
        height: 39px;
        background-image: url(../Site_files/mail-b.svg);
    }
}
.sidenav-header h1 {
    font-size: 20px;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    padding-left: 20px;
}
.sidenav-body {
        position: relative ;
    border-radius: 0px 0px 0px 0px;
    border-top: 2px solid #2bb5e4;
    /*border-left: 2px solid #2bb5e4;*/
    /*border-right: 1px solid #2bb5e4;*/
    padding: 20px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
    background: #fff;
    min-height: 300px;
    min-height: 400px;
}
@media (min-width: 768px) {
    .sidenav-body:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 2px;
        height: 430px;
        height: 520px;
        background: #2bb5e4;
        background: rgb(28,180,230);
        background: linear-gradient(180deg, rgba(28,180,230,1) 0%, rgba(156,230,253,1) 35%, rgba(249,253,255,1) 100%);
        /*box-shadow: 4px 4px 4px rgba(95,105,112,0.25);*/
        /* shadow #bcedfd */
        /*box-shadow: 4px 4px 4px rgba(188,237,253,0.25);*/
        /* #1cb4e6 | #9ce6fd | #cff2fe | #f9fdff*/
    }
    .sidenav-body:after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        width: 1px;
        height: 430px;
        height: 520px;
        background: #2bb5e4;
        background: rgb(28,180,230);
        background: linear-gradient(180deg, rgba(28,180,230,1) 0%, rgba(156,230,253,1) 35%, rgba(249,253,255,1) 100%);
        /*box-shadow: 4px 4px 4px rgba(95,105,112,0.25);*/
        /* shadow #bcedfd */
        /* #1cb4e6 | #9ce6fd | #cff2fe | #f9fdff*/
    }
}

@media (max-width: 768px) {
            .sidenav-body {
                border: 2px solid #2bb5e4;
                border-radius: 0px 0px 10px 10px;

            }
        .sidenav-class.collapsed.open {
            /*position: fixed ;
            max-width: 400px;
            top: 10px;
            z-index: 9;*/
            position: fixed ;
            width: calc(100% - 40px) ;
            margin: 20px;
            right: auto;
            left: 0px;
            top: 0px;
            z-index: 9;
        }
        .sidenav-class.collapsed.open:before  {
            content: '';
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            z-index: 0;
            background: rgba(0,0,0,0.6);
        }
        .collapsed .sidenav-body {
            min-height: 10px;
            margin-bottom: 10px;            

        }
        .collapsed .sidenav-body {
            

        }
        .collapsed .sidenav-body ul.sidenav-list {
            display: none;
        }
           .sidenav-class.collapsed.open .sidenav-body ul.sidenav-list {
            display: block;
        }
        .sidenav-class.collapsed.open .sidenav-body ul.sidenav-list li {
            width: 40%;
            display: inline-block ;
        }
    }
ul.sidenav-list {
    padding-left: 0px;

}
ul.sidenav-list li {
    list-style-type: none;
    font-size:11px;
    color:#000000;   
    padding:3px;
    font-weight:bold;
    padding-left:10px;
    margin-bottom:1px;
}
ul.sidenav-list li:hover {
    cursor: pointer;
    color:#ffffff;
    background-color: #1CB4E6;
}
ul.sidenav-list li input[type=submit] {
    padding: 0px;
    background: transparent ;
    border: 0px;
    outline: 0px;
    color: #000000;
    font-weight:bold; 
    width: 100%;
    text-align: left ;
    height: 100%;
        padding: 2px;
        text-transform: uppercase;
}
/* right section */
.content-class {
        float: left ;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    padding-bottom: 0px;
    box-shadow: 4px 4px 4px rgba(95,105,112,0.25);
    box-shadow: 4px 4px 4px rgba(188,237,253,0.25);
}
.content-header {
    position: relative;
    width: 100%;
    min-height: 39px;
    background: #5CD4FA;
            border-radius: 10px 10px 0px 0px;

}
@media (min-width: 768px) {
    .content-header {
        background: transparent;
        border-radius: 0px 0px 0px 0px;
    }
    .content-header:before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0px;
        left: 21px;
        width: calc(100% - 20px);
        height: 39px;
        background: #5CD4FA;
    }
    .content-header:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 21px;
        height: 39px;
        background-image: url(../Site_files/femail-b.svg);
    }
}

.content-header h1 {
    position: absolute ;
    font-size: 20px;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    padding-left: 30px;
}
.content-body {
        float: left ;
        width: 100%;
        box-sizing: border-box;
    border-radius: 0px 0px 10px 10px;
    border: 2px solid #5CD4FA;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    background: #fff;
    min-height: 300px;
            min-height: 262px;
}

/* top bar */
.top-bar {
    width: 100%;
}
    .top-bar-lang {
        float: left;
        width: 100%;
        min-height: 38px;
    }
        .top-bar-lang ul {
            margin: 0px;
            float: right;
            padding: 10px
        }
        .top-bar-lang li {
                list-style-type: none;
            float:left;
            padding-right:6px;
            padding-left:6px;
            color:#ffffff;
            border-right:1px solid #ffffff;
            font-size:11px;
        }
        .top-bar-lang li:last-child  {
            border-right:none;
        }
        .top-bar-lang li:hover {
            cursor:pointer;
            background-color: #59D3FA;
        }
        .top-bar-lang li a {
            color: #fff;
        }

    .top-bar-logo {
        float: left;
        padding-top: 14px;
    }
    .top-bar-login-frame {
        position: relative ;
        float: right;
    }
    .top-bar-login {
        position: absolute;
        right: 6px;
        top: 2px;
        z-index: 5
    }
/* top menu */
.top-menu-bar {
    position: relative;
    background: #fff;
    min-height: 38px;
    width: calc(100% - 38px);
    width: calc(100% - 18px);
    width: 100%;
    box-shadow: 4px 4px 4px rgba(95,105,112,0.25);
    float: left;
    margin-top: 30px;
    margin-top: 21px;
    margin-bottom: 8px;
    margin-bottom: 9px;
    padding-left: 30px;
}
@media (min-width: 991px) {
    .top-menu-bar:after {
        content: '';
        position: absolute;
        top: 0px;
        right: -38px;
        right: -20px;
        width: 38px;
        height: 38px;
        background-image: url(../Site_files/menu-arrow.svg);
    }
}
.top-menu-bar ul {
    padding: 0px;
    margin: 0px;
}
.top-menu-bar li {
    float:left;
    color:#000000;
    font-size:13px;    
    font-weight:bold;
    list-style-type: none;
    /*list-style-image: url('');*/
}
.top-menu-bar li.active {
    background:url(../Site_files/menu_2.png); 
}
.top-menu-bar li:hover {
    background:url(../Site_files/menu_2.png); 
}
.top-menu-bar li a {
    width: 100%;
    display: inline-block;
    /*padding-top: 10px;*/
    padding-left:25px;
    padding-right:25px;
    /*padding-bottom:14px;*/
    box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: 39px;
}
.devider-menu {
        background:url(../Site_files/spacer_menu.png) no-repeat top center;
    padding:1px;
    float:left;
    margin-top:7px;
    height:30px;
}        
@media (max-width: 991px) {
    .top-menu-bar {
        padding-left: 0px;
    }
    .top-menu-bar li {
        /*padding-top: 10px;
        padding-left:20px;
        padding-right:0px;
        padding-bottom:10px;*/
        box-sizing: border-box;
        display: block;
        width: 100%;
        border-bottom: 1px solid #2bb5e4;
    }
    .devider-menu {
        display: none;
    }
}
.top-menu-bar-scrool .top-menu-bar {

}

/* Menu */
.topnav .icon {
  display: none;
    position: absolute ;
    right: 5px;
    top: 5px;
}

.fkb-menu {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../Site_files/menu-open-icon.svg);
    background-repeat:no-repeat; 
}
@media screen and (max-width: 991px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav li:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: 39px;
  }
}

@media screen and (max-width: 991px) {
  .topnav.responsive {position: relative;}

      .topnav.responsive li {
        display: block ;
    }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;

        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: 39px;
  }
}
/* Menu */


.cart-nav-page {
    position: relative;
}
.cart-counter {
    color: #ffffff;
    background: red;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px; 
    border-radius: 10px; 
    left: 3px;
    text-align: center;
}
/* hero banner */
.hero-banner {
    /*width: 950px;*/
    float: left;
    /*height: 250px;*/
    width: 100%;
    /*max-width: 950px;*/
    background: #5CD4FA;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative ;
}

.world-map {
    padding: 6px;
    display: block;
    position: absolute ;
    top: 12px;
    left: 12px;
    z-index: 1;

    background-image: url(../Site_files/world-map.png);
    background-repeat: no-repeat;
    width: 346px;
    height: 238px;

}

@media (max-width: 991px) {
        .world-map {
            display: none;
        }
    }
/* body */
body {
    background-image: url(../Site_files/background_double.jpg);
    background-repeat: repeat-x;
}



/* ===== OVERLAY
======================= */
.has-overlay {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    overflow:hidden;
    /*z-index:1;*/
}
.has-overlay .has-overlay-bg {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 60%;
}
.has-overlay .has-overlay-layer {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 60%;
}
.has-overlay .has-overlay-color {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 60%;
}

/* ===== OurDifference
======================= */
/* Footer */
.footer {
    min-height:120px;
    color: #000;
    font-size:11px;
    padding-top:160px;
    background: #0b5e86;
    background-image: url(../Site_files/footer.jpg);
    background-repeat: repeat-x ;

}
.footer-menu-class {
    position: relative ;
    left: -5px;
    right: 5px;
    width:100%;
    max-width:530px;
    margin:auto;
    padding-bottom:20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #1e5d58;
}
.footer h3 {
    padding:10px;
    padding-left: 20px;
    padding-right: 20px;
    margin:0px;
    color:#1e5d58;
    font-size:12px;
    background-color: #17B3E6;
    background-position: 12;
}
.footer ul {
    list-style-type: none;
    padding:0px;
    margin: 0px;
}
.footer ul li {
    border-bottom:1px solid #184d49;
    margin-top:0px;
}
.footer ul li:hover {
    color:#1e5d58;
    cursor:pointer;
    background-color: #73D8EC;
}

.footer ul li:last-child {
    border:none;
}
.footer ul li a {
    width:100%;
    display: inline-block;
    padding:10px;
    padding-left:12px;
    box-sizing: border-box;
}
.copyrigt {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* INDEX */
.sideframe-class {
    width: 100%;
    border-radius: 0px 0px 0px 0px;
    padding-bottom: 0px;
    /*box-shadow: 4px 4px 4px rgba(95,105,112,0.25);*/
}
.sideframe-header {
    position: relative;
    width: 100%;
    min-height: 39px;
    background: #2bb5e4;
    border-radius: 10px 10px 0px 0px;
}
@media (min-width: 768px) {
    .sideframe-header {
        border-radius: 0px 0px 0px 0px;
    }
    .sideframe-header:after {
        content: '';
        position: absolute;
        top: 0px;
        right: -19px;
        width: 38px;
        height: 38px;
        z-index: 14;
        background-image: url(../Site_files/connector.svg);
    }
}
.sideframe-header h3 {
    position: absolute ;
    font-size: 20px;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    padding-left: 30px;

        font-size:14px;
    font-weight: bold;
    color:#333;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sideframe-body {
    position: relative ;
    border-radius: 0px 0px 0px 0px;
    border-top: 0px solid #2bb5e4;
    float: left ;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0px 0px 10px 10px;
    border: 2px solid #2bb5e4;
    border: 2px solid #5CD4FA;
    border-top: 0px solid #2bb5e4;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    background: #fff;
    min-height: 300px;
    min-height: 262px;
    margin-bottom: 10px;
}

.assets-class {
    display: block;
    float: left;
    border: 2px solid #5CD4FA;
    background: #fff;
    margin-top: 10px;
    padding-top: 10px
}
.assets-class h3 {}
.assets-class p {}
.assets-class p.telefon-podrska {}


/*
.assets-after-class { overflow: hidden;padding: 10px;height: 77px;width: 338px;background-image: url(../Site_files/sertifikati-frame.svg);background-repeat: no-repeat ;padding: 10px; }
.assets-after-class img {max-height: 57px;}
*/
.assets-after-class {
    border-left: 2px solid #5CD4FA;
    border-bottom: 2px solid #5CD4FA;
    background: #fff;
    max-width: 30%;
    padding: 0px;
    height: 77px;
    width: 100%;
    max-width: 338px;
    position: relative ;
        padding: 1px;
    float:left;
}
.assets-after-class img {
    max-width: 100%;
    height:100%;
}

.assets-after-class:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 77px;
    right: -29px;
    top: 0px;
    background-image: url(../Site_files/sertifikati-frame-after.svg);
}
.novo-label {
    content: '';
    position: absolute;
    top: -3px;
    right:-3px;
    width: 96px;
    height: 96px;
    background-image: url(../Site_files/novo.svg);
    z-index: 2
}
.novo-label:after {
    position: absolute ;
    content: 'NEW PRODUCT';
    color: #fff;
    font-weight: bold;
    right: -4px;
    top: 33px;
    transform: rotate(45deg);
    text-shadow: 2px 2px #ff0000;   
}





.row-devider {
    float: left;
        width: 100%;
    border-bottom: 1px solid #5CD4FA;
    padding-bottom: 10px;
}
.row-devider img {
    margin: auto ;
    display: block ;
}

/* TRANSFER START */
.fkb-cart-icon {
    display: inline-block;
    width: 28px;
    height: 23px;
    background-image: url(../Site_files/cart-icon.svg);
    background-repeat:no-repeat; 


}
/* HERO START */
/*https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_slideshow_auto*/
.slideshow-container * {box-sizing: border-box;}
.mySlides {display: none;}
.slideshow-container img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dots {
    text-align:center;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 3
}
/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/* HERO END P */
/* TRANSFER END */
/* INDEX 2 */


        .home-content .content-header h2 {
            position: absolute;
            z-index: 4;
            padding:10px;
            left:20px;
          }
          .home-content .sideframe-header h2 {
            position: absolute;
            z-index: 4;
            padding:10px;
            left:10px;

          }
          .assets-class {
            width: 100%
            }
          .assets-class h3 {
            color: #d71920;
          }
          .assets-class p.telefon-podrska { 
            color: #15b2e5;
            font-weight: bold;
            font-size: 16px;
        }
iframe {
    max-width: 100%
}        
.bold {
    font-style: bold
}
.mapa {
    float:left;
    padding-left: 0px;
    padding-top: 40px;
}
.map iframe {
    width: 100%;
    /*600 x 450*/
} 


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 19; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



/* SEARCH START */
.search-container {
    z-index:2; 
    position:absolute; 
    right:25px;top:8px
}
.search-container.name .codesearch {
    display: none;
} 
.search-container.code .namesearch {
    display: none;
} 

    .btn-switch-search {
        position: relative;
        height: 26px;
        width: 66px;
        border: 1px solid #2bb5e4;
        background: #ffffff;
        border-radius: 16px; 
        font-size: 12px;
    }
    .ss-name {
        position: relative ;
        left: -10px;
        opacity: 0.2
    }
    .ss-code {
        position: relative ;
        right: -10px;
        opacity: 0.2
    }
        .name .ss-name {
            color: #ffffff;
            opacity: 1
        }
        .code .ss-code {
            color: #ffffff;
            opacity: 1
        }
    .ss-dot {
        position: absolute;
        left: 2px;
        top: 1px;
        width: 22px;
        height: 22px;
        border-radius: 100%;
        background: #C9141F
    }
    .code .ss-dot {
        left: 40px;       
    }
    .name .ss-dot {
        right: 0px;

    }
    .ss-icon {
        width: 10px;
        height: 10px;
        background-image: url(../Site_files/switch-icon.svg);
        background-repeat: no-repeat;
        background-size: 10px;
        position: absolute;
        left: 28px;
        top: 6px;
    }
/* SEARCH END */

/* PAGINATION START*/
.pagination { 
    width:100%;
    float:left;
    padding-top: 30px;
}
.pagination li {
    display: none;
    float:left;
    width: 80px;
    height: 35px;
    background: #2bb5e4;
    margin-right: 10px;
    border-radius:5px;
    color: #fff;
    text-align: center;
    position: relative;
}
.pagination li input {
    background: transparent;
    width: 100%;
    height: 35px;
    opacity: 0;

}
.pagination li input:hover{
  cursor: pointer;
}
.pagination li.active {
    display: block ;
    display: none;
    
}
.pagination li.prev {
    display: block ;
}
.pagination li.prev:after {
    content: 'prev';
    position: absolute ;
    top: 10px;
}
.pagination li.next {
    display: block 
}
.pagination li.next:after {
    content: 'next';
    position: absolute ;
    top: 10px;
}