﻿* { font-size:0.9rem; font-family: 'Montserrat'; }
:target {
    scroll-margin-top: 3rem;
}
.text-xs { font-size:0.85rem;}
p strong { font-weight:600; }
.text-success {color:#00aa00 !important;}

.img-device {
    background: url(/img/fiskalna_blagajna.png) no-repeat center center;
    width: 100%;
    height: 377px;
    background-size: contain;
    margin-top: -80px;
}

.img-paper {
    background: url(/img/pos-paper.png) no-repeat right center;
    width: 100%;
    height: 180px;
    background-size: contain;
    position: absolute;
    margin-top: -170px;
    margin-left: 0px;
    right: 0;
}



.container-text p { font-size:1.1rem;}

.container-lg {
    min-height: 60vh;
}
.order-completed .h5 * {
    font-size: 1.25rem;
    font-weight: 600;
    line-height:1.5;
}

.modal {
    z-index: 999999;
}
.modal-backdrop {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.fw-500 {
    font-weight: 500;
}
.fw-600 { font-weight: 600; }

a { cursor:pointer; text-decoration:none; }

.fibla {
    color: rgb(36,134,255);
    font-weight: 600;
}
.fibla-inverse {
    color: rgb(128,255,128);
    font-weight: 600;
}
.fibla-orange {
    color: #edbd61;
    font-weight: 600;
}
.discount {
    color: #cc0000 !important;
}
.recommended {
    color: #2486ff !important;
}


.table .no-hover { background-color: inherit !important;}
.table .empty-data-row { text-align:center; line-height:3rem; border-color:transparent;}
.table svg { width:16px; height:16px; }

li.nav-item {
    position: relative;
}
.display-name {
    position: absolute;
    color: #000;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    white-space: nowrap;
    right: 0;
    margin-top: 1px;
    background: rgba(246 246 246 / 70%);
}
.display-name * {
    font-size: 0.8rem !important;
}
.display-name.nav-item {
    position: relative;
    background: none;
    text-align:right;
}
.display-name.nav-item a:hover { color:#dd0000 !important;}
.display-name.dark {
    background: rgba(0 0 0 / 70%);
    color: #fff;
}
.display-name.dark a {color:#77ff77; }
.display-name.dark a:hover { color: #77ccff !important; background-color:inherit; }
.modal-backdrop {
    background-color: #777;
}

.modal-content {
    box-shadow:0px 10px 25px rgba(0 0 0 / 15%);
    border:none;
    border-radius:0;
}
.modal-header {
    border:none;
}
.modal-title {
    text-align: center
};

.modal::before {
    /*position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 50%);
    content: "";
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);*/
}

.promo-code {
    vertical-align:middle;
    background:#cc0000;
    height: 1.2rem;
    line-height: 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    padding: 0.15rem 1rem;
    border-radius:0.5rem;
}

.btn-promo-code-remove svg, .btn-partner-code-remove svg {
    width: 16px;
    height: 16px;
    margin-bottom: 4px;
}
.coupon {
    background: url(/assets/img/coupon.png) repeat-x center center;
    height: 32px;
    line-height: 32px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    padding: 0 1rem 0 1rem;
}

.fibla-green {
    color: #4fc04f;
    font-weight: 600;
}

body { background:#fff; }
html {
  scroll-behavior: smooth;
}

.dropdown-menu { z-index:9999;}

.search-cont .dropdown-menu {
    padding: 0 !important;
}
.search-cont .dropdown-menu .dropdown-item {
    padding: 0rem !important;    
}

.search-cont .dropdown-menu .item {
    padding:1rem;
}

.search-cont .dropdown-menu a:hover {
    color: #20435e !important;
}
.search-cont .dropdown-menu a:hover .item {
    background: #f1f1f1;
}

.search-cont .dropdown-menu .show-all {
    display: block;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #2486ff !important;
    text-decoration: none;
    padding: 1rem;
    border-top:1px solid #f1f1f1;
}
    .search-cont .dropdown-menu .show-all:hover {
        color: #20435e !important;
        background: #f7f7f7;
    }

    page-content {
        background: #f7f7f7;
        min-height: 80vh !important;
        display: block;
        position: relative;
        padding-top: 4rem;
    }


top-bar {
    display:block;
    position:relative;
    background:#f7f7f7 !important;
}

top-bar svg.brand {
    display:none;
    width: 116.4px;
    height: 22.2px;
    fill: rgb(36,134,255);
}

top-bar h1 {
    margin: 0;
    padding: 0;
    font-size:1.5rem;
}

top-bar svg.brand + h2 {
    display:none;
}

top-bar .search-cont {
    display:none;
}

top-bar .search-cont svg {
    width: 20px;
    height: 20px;
}

top-bar .search-cont a:hover svg use {
    fill:#fff;
    stroke:#fff;
}

.navbar {
}
.navbar .nav-link svg {
    width: 24px;
    height: 24px;
}

.navbar.navbar-expand-sm svg.brand {
    display:revert;
}
page-header .navscrolled svg.brand use {
    fill: #2486ff;
    stroke: #2486ff;
}


header .navbar .nav-link svg use {
    fill: #fff;
    stroke: #fff;
}
header .navbar .nav-link:hover svg use {
    fill: #6daeff;
    stroke: #6daeff;
}
page-header .navbar {
    border-bottom: 1px solid #e1e1e1;
    background:#f1f1f1;
}

page-header .navbar.navbar-mobile .nav-link svg use {
    fill: #333;
    stroke: #333;
}
page-header .navbar.navbar-mobile .nav-link svg use {
    fill: #fff;
    stroke: #fff;
}

page-header .navbar .nav-link:hover svg use {
    fill: #6daeff;
    stroke: #6daeff;
}
.navscrolled {
    z-index: 99111;
}
.navscrolled .nav-link svg use {
    fill: #fff !important;
    stroke: #fff !important;
}
.navscrolled .nav-link:hover svg use {
    fill: #2a3c4a !important;
    stroke: #2a3c4a !important;
}

page-header .navscrolled .nav-link svg use {
    fill: #333 !important;
    stroke: #333 !important;
}

page-header .navscrolled .nav-link:hover svg use {
    fill: #2486FF !important;
    stroke: #2486FF !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}


.navbar-toggler ul li {
    display: inline-block;
}
.navbar-toggler ul {
    display: inline-block;
    position: absolute;
    right: 0;
    top:0;
}

.navbar.navbar-mobile {
    background: #000;
    border-bottom: 1px solid #333;
}

header .navbar.navscrolled {
    background-color: rgb(36,134,255);
    border-bottom: 1px solid #fff;
}
page-header .navbar.navscrolled {
    background-color: #FFF;
    border-bottom: 1px solid #e1e1e1;
}


.navbar-mobile2 {
    position:fixed;
    width:100%;
    background:rgb(36,134,255);
    z-index:99103;
    top:3rem;
}

.tooltip {
    z-index: 999102 !important;
    position: absolute !important;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before, .bs-tooltip-top .arrow::before, .bs-tooltip-left .arrow::before, .bs-tooltip-right .arrow::before {
    border-bottom-color: #2a3c4a;
}
.tooltip-inner {
    background: #2a3c4a;
}

.navbar {padding:0;}
.navbar .nav-link {
    position:relative;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 0.8rem;
    padding-left:1.5rem !important;
    padding-right:1.5rem !important;
}
.navbar .nav-link.svg {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.cont-mobile .nav-item {
    border-top: 1px solid #6daeff !important;
}

    .cont-mobile .nav-link svg {
        position: absolute;
        right: 1rem;
        width: 24px;
        height: 100%;
        /*background: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' mirror-in-rtl='true'%3E%3Cpath d='M10.25 22.987l7.99-9c.51-.57.76-1.28.76-1.99s-.25-1.42-.74-1.98c-.01 0-.01-.01-.01-.01l-.02-.02-7.98-8.98c-1.1-1.24-3.002-1.35-4.242-.25-1.24 1.1-1.35 3-.25 4.23l6.23 7.01-6.23 7.01c-1.1 1.24-.99 3.13.25 4.24 1.24 1.1 3.13.98 4.24-.26z'/%3E%3C/svg%3E") no-repeat center center;*/
        top: 0;
    }

.navscrolled {
    background-color: rgb(36,134,255);
    transition: 0.3s;    
}
.navscrolled a.nav-link {
    color: #fff;
    border-bottom: 2px solid transparent;
}
.navscrolled .ms-auto {
    margin-left:0 !important;
    transition:0.3s;
}
.navscrolled .inverse a.nav-link {
    color: #fff !important;
}
.navscrolled a:hover {
    color: #2a3c4a !important;
    background:#fff;
    border-bottom-color:#fff !important;
}
    .navscrolled .inverse a.nav-link:hover {
        color: #2a3c4a !important;
    }

.navscrolled .svgs  {
    margin-left: auto !important;
}

.navscrolled {
    background-color: rgb(36,134,255);
    transition: 0.3s;
}

page-header .navscrolled a.nav-link {
        color: #000;
        border-bottom: 2px solid transparent;
    }

page-header .navscrolled .ms-auto {
    margin-left: 0 !important;
    transition: 0.3s;
}

page-header .navscrolled .inverse a.nav-link {
    color: #000 !important;
}

page-header .navscrolled a:hover {
    color: #2486ff !important;
    background: #fff;
    border-bottom-color: #2486ff !important;
}

page-header .navscrolled .svgs {
    margin-left: auto !important;
}

.navbar span.badge {
    position: absolute !important;
    background: #77ff77;
    color: #2a3c4a;
    bottom:-0.9rem;
    right: 0rem;
    border: 2px solid #fff;
    z-index:99111; 
    border-radius:50%;
    padding:0.25rem 0.5rem;
    z-index:9999991;
}

header .navbar.navbar-mobile .navbar-toggler-icon, page-header .navbar.navbar-mobile .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    padding: 1.4rem 1rem;
}

header .navbar.navbar-mobile.navscrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    padding: 1.4rem 1rem;
}

page-header .navbar.navbar-mobile.navscrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    padding: 1.4rem 1rem;
}

page-header .navbar span.badge {
    border-color:#555;
}

nav.collapse {
    background: rgba(0,0,0,0.5) !important;
}

.navbar .brand { height:1.5rem; width:11rem; }
.navbar .brand use {
    fill: #fff;
}
page-header .navbar.navscrolled .brand use {
    fill: #2486ff;
}

.text-blue-muted {
    color: #dfecfc;
}

ol {
    padding-left: 44px;
}
ol li {
    list-style-type: none;
}

.icon { display:inline-block; width:1.5rem; height:1.5rem; vertical-align:middle; margin-bottom:2px;}
h1, h2, h3, h4, h5
.h1, .h2, .h3, .h4, .h5 {
    font-weight: 600;
}
h6 {
    font-weight: 500;
    line-height: 1.5;
}
h1 { font-size:2.2rem;}

ol li .badge {
    position: absolute;
    margin-left: -52px;
    margin-top:-5px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    color: #1169d4;
    width: 42px;
    height: 42px;
}


li p {
    line-height: 1.5;
    font-weight: 300;
    color: #000;
    text-align:left;
}

#intro li p {
    color: #dfecfc;
}
#intro li p b { font-weight:700;}

#intro h6.hrk {
    color: #b2d0f6;}

#review-add {
    background-image: linear-gradient(#d3ecf2, #f1f1f1, #f1f1f1, #f1f1f1);
    min-height: 100vh;
}

#review-add::before {
    content: "";
    position: absolute;
    margin-left: -40px;
    left: 50%;
    top: 20px;
    width: 80px;
    height: 80px;
    background: url(/assets/img/fibla.png) no-repeat top center;
    background-size: contain;
}

header::before {
    display:none;
    content:"";
    position:absolute;
    margin-left:-6%;
    left:50%;
    top:10px;
    width:12%;
    height:12%;
    background:url(/assets/img/fibla_fiskalna_blagajna.png) no-repeat top center;
    background-size:contain;
}

header { height:50vh; position:relative; overflow:hidden; background-color:#000; background-position-x:center; background-position-y:center; background-repeat:no-repeat; background-size:contain; }

header li a.nav-link {
    font-size: 18px;
    color: #ccc;
    margin: 0px 6px;
    font-weight: 400;
    border-bottom: 2px solid transparent;
}

header .inverse li a.nav-link {
    color: #ccc;
}

header li a.nav-link:hover {
    color: #6daeff;
    border-bottom: 2px solid #4d9dff;
    transition: 0.4s;
}

header .inverse li a.nav-link:hover {
    color: #6daeff;
    border-bottom: 2px solid #4d9dff;
    transition: 0.4s;
}

page-header li a.nav-link {
    font-size: 18px;
    color: #000;
    margin: 0px 6px;
    font-weight: 400;
    border-bottom: 2px solid transparent;
}

page-header li a.nav-link:hover {
    color: #2486ff;
    border-bottom: 2px solid #4d9dff;
    transition: 0.4s;
}



#xst { height:50vh; background:#247fcc; overflow:hidden; }

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flag-GB, .flag-EN {
    background-position: -1156px 0;
}

.flag-IT {
    background-position: -1615px 0;
}

.flag-HR {
    background-position: -1445px 0;
}

.flag-DE {
    background-position: -3535px 0;
}

/*
.i-flag {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(/img/flags.png) no-repeat;
    top: 3px;
    vertical-align: -5%;
}
.glyphicon.i-flag {
    margin-right: 0;
}
    */
.btn-language {
    background-color:transparent !important;
    border-color:#7799bb !important;
}

#intro {
    background: rgb(36,134,255);
    background: linear-gradient(0deg, rgba(36,134,255,1) 0%, rgba(13,90,185,1) 100%);
    line-height: 24px;
    color: #fff;
}
#intro .img {
    border:8px solid #fff;
    box-shadow:0px 0px 30px #333;
    background-position-x:center; background-position-y:center; background-repeat:no-repeat; background-size:cover;
    width:320px;
    height:180px;
    margin-left: auto!important;
    margin-right: auto!important;
}
#intro .img.v {
    width:420px;
    height:500px;
}
#intro .img.float-right { float:none!important;}
#intro .img.float-left { float:none!important;}
#intro p {
    margin-bottom:40px;   
}

.section-title {
    display:none;
    position:absolute;
    overflow:hidden;
}

.section-title > div {
    font-size:100px;
    opacity:0.05;
    font-weight:600;
    height:60px;
}

.prog { 
    display: flex;
    flex-wrap: wrap !important;
}
.flex-even {
  flex: 50%;
}


#program {
    background-color: #ddd;
    line-height: 24px;
    color: #20435e;
}
#program p {
    font-size:1rem; 
    display:block;
}
#program .card::before {
    z-index:0;
    content:"";
    top:-100px;
    margin-left:50%;
    left:-280px;
    position:absolute;
    border-radius:50%;
    width:400px;
    height:150px;
    background:rgb(36,134,255);
}
    #program .card svg {
        position: absolute;
        right: 10px;
        top:10px;
    }

#program .card {
    cursor:default;
    overflow:hidden;
    height:160px;
    margin-top:1rem;
    margin-bottom:0rem;
    border-radius:10px;
    border:0;
    background-color:#e1e1e1 !important;
    box-shadow:0px 5px 20px #ccc;
}

    #program .prog > div:nth-child(odd) .card {
        margin-left: 1rem;
        margin-right: 0.5rem;
    }
    #program .prog > div:nth-child(even) .card {
        margin-left: 0.5rem;
        margin-right: 1rem;
    }

    #program .card:hover {
        background-color: #f1f1f1 !important;
        color: #333 !important;
        box-shadow: 0px 0px 5px #aaa;
        transition: 0.5s;
    }
#program .card:hover::before {
    background: rgb(125,255,125);
    transition: 0.5s;
}

#program .card h3 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    line-height: 50px;
    height: 50px;
    text-shadow:0px 0px 2px rgb(36,134,255);
    line-height:1rem;
    text-align:left;
    padding-top:1rem;
}
    #program .card:hover h3 {
        color: #007700;
        transition: 0.5s;
    }

    #program .card svg {
        width: 24px;
        height: 24px;
    }

    #program .card:hover svg use {
        fill: #007700 !important;
        transition: 0.5s;
    }

#program .props p {
    font-weight:400; position:relative; color:#000;
}





    #property {
        /*background-color:#edb653;*/
        background-color: #ddd;
        line-height: 24px;
        /*color:#2a3c4a;*/
        color: #2a3c4a;
    }
#property p {
    font-size:14px; 
    display:block;
}
#property .props p {
    font-weight:600;
}

#volunteer {
    /*background-color:#4fb24a;*/
    background-color: #006ea6;
    line-height: 24px;
}
#volunteer p {font-size:1rem;}



#activities {
    background-color: #eee;
    color: #2a3c4a;
}

#activities .img {
border: 8px solid #fff;
box-shadow: 0px 0px 30px #333;
background-position-x: center;
background-position-y: center;
background-repeat: no-repeat;
background-size: cover;
width: 320px;
height: 180px;
margin-left: auto !important;
margin-right: auto !important;
}

#activities .img.v {
    width: 420px;
    height: 500px;
}

#activities .img.float-right {
    float: none !important;
}

#activities .img.float-left {
    float: none !important;
}

#cards {
    background-color: #f7f7f7;
    color: #2a3c4a;
}


.payment-card-types li {
    padding: 0 16px 8px 0;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.payment-card-types .payment-card-type-visa > svg {
    margin-top: -10px;
}

.payment-card-types .payment-card-type-visa > svg, .payment-card-types .payment-card-type-visa-electron > svg {
    width: 82px;
}

.payment-card-types [class^=payment-card-type-] > svg {
    height: 50px;
}

.payment-card-types ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}


#specifications {
    /*background-color:#edb653;*/
    background-color: #edeff3;
    line-height: 24px;
    /*color:#2a3c4a;*/
    color: #2a3c4a;
    overflow:hidden;
}

        #specifications .table-striped > tbody > tr:nth-child(odd) > td,
        #specifications .table-striped > tbody > tr:nth-child(odd) > th {
            background-color: #f2f4f9;
            // Choose your own color here
        }


#business-account {
    background: #e4e6ea;
}

#business-account h4, #business-account p {
    text-align: left;
}

#specifications td { text-align:left;}

#news p {
    font-size: 1rem;
    color: #2a3c4a;
}
#news h1 { color:#2a3c4a;}
#news .news-img { display:none !important;    }
#news .news-text h3 { text-align:left !important;}
#news .news-text p { text-align:justify !important;}
#news .news-text div { text-align:left !important;}
#news .news-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 1rem;
}
#news .img {
    border:8px solid #fff;
    box-shadow:0px 0px 30px #bbb;
    background-position-x:center; background-position-y:center; background-repeat:no-repeat; background-size:cover;
    width:200px;
    height:120px;
    margin-left: auto!important;
    margin-right: auto!important;
}


#availability {
    /*background-color:#edb653;*/
    background-color:#eee;
    line-height:24px;
    /*color:#2a3c4a;*/
    color:#2a3c4a;
}
#availability p {
    font-size:1rem; 
    color:#2a3c4a;
}
#availability h1 { color:#2a3c4a;}

#availability .week {
    position:relative;
    width:100%;
    display:block;
}

#availability .d {
    width:20px; 
    height:20px;
    position:relative;
    background:#f5f5f5;
    font-size:11px;
    color:#333;
    text-align:center;    
    float:left;
    display:block;
}
#availability .d.x {
    background:#fff;
    color:#aaa;
}
#availability .d.w {
    color:#cc0000;
}


#gallery {
    background-color: #dadada;
    min-height: 500px;
    color: #20435e;
}

    #gallery h1 {
        color: #20435e;
    }
#gallery p { font-size:14px; }

#gallery .gallery-item {
	width:200px !important;
	height:200px;
	position:relative; overflow:hidden; background-position-x:center; background-position-y:center; background-repeat:no-repeat; background-size:cover;
	border:3px solid #fff;
	box-shadow:0px 0px 30px #333;
}
#gallery .gallery-item:hover:before {
position:absolute;
width:100%;
margin-left:-50%;
background:#000;
color:#fff;
animation:fade08 0.4s;
opacity: 0.8;
cursor:pointer;
height:32px;
line-height:32px;
text-align:center;
}
#gallery .gallery-item:hover {
        -webkit-transform: scale(1.1);
		transform: scale(1.1));
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}


#maps{width:100%; height:300px; }

footer { background-color:#2a3c4a; /*2c4959*/ }
footer p { font-size:0.9rem;}
#footer-menu a {font-size:0.9rem; }

.business-plus {
    position: absolute;
    margin-top: -420px;
    color: #fff;
    width: 300px;
    padding-left: 1.5rem;
}
.business-plus h1 {
}

.offset-top {
    margin-top: -100px;
}

.btn-round  { border-radius:10px; }

.btn-maps {
	background:#fff;
	color:#8d6531 !important;
	border:2px solid #fff;
}
.btn-maps:hover {
	background:#e3993a;
	color:#fff !important;
	transition:0.2s;
}

.btn-blue {
    background: #124a8f;
    color: #fff !important;
    border: 1px solid #006ba2;
    outline: 1px solid transparent;
}
    .btn-blue:hover {
        outline: none;
        background: #22adf2;
        color: #fff !important;
        border: 1px solid #fff;
        outline: 1px solid #fff;
        transition: 0.2s;
    }

.btn-blue-light {
    background: #22adf2;
    color: #fff !important;
    border: 1px solid #1fa3e4;
    outline: 1px solid transparent;
}

    .btn-blue-light:hover {
        outline: none;
        background: #2486ff;
        color: #fff !important;
        border: 1px solid #fff;
        outline: 1px solid #fff;
        transition: 0.2s;
    }


.btn-order {
    background: #77ff77;
    color: #003300 !important;
    border: 3px solid #fff;
    box-shadow: 0px 0px 20px #333;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    font-size: 1.5rem;
    text-transform:uppercase;
}
    .btn-order .text {
        font-weight: 500;
        font-size: 1.5rem;
        text-transform: uppercase;
    }

    .btn-order:hover {
        outline: none;
        background: #fff;
        color: #125db9 !important;
        border: 3px solid #125db9;
        transition: 0.2s;
        box-shadow: 0px 0px 20px #0078ff;
    }

.btn-green {
	background:#2a4a2c;
	color:#fff !important;
	border:2px solid #2b4a2a;
}
.btn-green:hover {
	/*background:#3a5a73;
	color:#fff !important;*/
	background:#247fcc;
	color:#fff !important;
    border:2px solid #fff;
	transition:0.2s;
}

.btn-light-gray {
    background-color:#eee;
}
.btn-light-gray:hover {
    background-color: #ddd;
    transition:0.2s;
}

.btn-fibla {
    background-color: #2486ff;
    color:#fff;
}
.btn-fibla:hover {
    color: #fff;
    background-color: #2a3c4a;
    transition: 0.2s;
}



header {
    background-image: url(/assets/img/cash_register.jpg);
    background-size: cover;
}


.trk, .locations { display:none; }
.locations a {
    color:#aaffaa;
}

.desc22 { display:none; }
.desc21 { display:flex; }

 @media (min-width:1024px) {
    #intro .img {
        width:480px;
        height:270px;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    #intro .img.float-right { float:right!important;}
    #intro .img.float-left { float:left!important;}
	.section-title, .trk, .locations { display:block;}
    .desc22 {display:flex;}
    .desc21 { display:none; }
	.cat-lg {height:400px;}
	.cat-md {height:400px;}
	
	.category-container + .category-container {
		border-left: solid 1rem #555;
	}	
	
	footer svg { margin-left:0px; }
	footer .locations { width:400px; padding-left:3rem; }
	footer .locations  h1 { display:block; }
 }


[class|=space] {
    display: block;
    width: 100%;
}		
.space-10 { height: 5px; }
.space-20 { height: 10px; }
.space-40 { height: 20px; }
.space-60 { height: 30px; }
.space-80 { height: 40px; }
.space-100 { height: 50px; }

.black-bg {
    background-color: #393939;
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.fade-in {
    animation:fade-in 0.5s;
}

.fade-out {
    animation:fade-out 0.5s;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



.well.well-lg {
    padding: 50px;
}
.well {
    min-height: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well {
    background-color: #fff;
    border: none;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    padding: 40px;
    border-radius: 2px;
}

.waitplease:before {
    content:"|...";
    animation: waitplease 0.5s linear infinite;
    margin-right:4px;
}

.iwaitplease::before {
    position:absolute;
    boder:2px solid red;
    background:red;
    content: "|...";
    animation: waitplease 0.5s linear infinite;
    margin-right: 4px;
}

@keyframes waitplease {
    0% { content:"|..."; }
    16% { content:".|.."; }
    33% { content:"..|."; }
    50% { content:"...|"; }   
    67% { content:"..|."; } 
    83% { content:".|.."; }           
}


header .header-title {
    display:none;
    position:absolute;
    margin:5% 50% 0 50%;
    width:50%;
    padding-left:2rem;
    color:#fff;
    font-size:5rem;
    font-weight:700;
}

header .about-me b, header .about-me strong {font-size:1.6rem;}
header .about-me {
    display:none;
    position:absolute;
    margin:0% 50% 0 50%;
    width:50%;
    min-height:50px;
    padding-left:2rem;
    color:#fff;
    font-size:1.6rem;
    bottom:3rem;
}

#xst .header-title {
    padding:1rem;
    color:#fff;
    font-size:3rem;
    font-weight:700;
    text-align:center;
}

#xst .about-me b, #xst .about-me strong {font-size:1.6rem;}
#xst .about-me {
    padding:1rem;
    color:#fff;
    font-size:1.3rem;
    position:absolute;
    bottom:1rem;
}
#volunteer-form .form-control {
    background-color: #006ea6 !important;
    border-color: #015885;
    color: #fff !important;
}
    #volunteer-form .form-control::placeholder {
        color: #22adf2;
    }

.social-menu { height:auto; position:relative;}
.social-menu a {
    fill:#fff;
    color:#fff;
    width:50%;
}
.social-menu a:hover {
    fill:#aaccff;
    color:#aaccff;
}

.ol-zoom { right:0.5em !important; left:auto !important; }
.ol-control button { background-color: rgba(0,200,0,0.7) !important; cursor:pointer; }

.flag{width:16px; height:16px;margin-right:5px;background:url(/assets/img/flags.png) no-repeat; }
.i-flag{width:16px; height:16px;margin-right:5px;background:url(/assets/img/flags.png) no-repeat; top: 3px; vertical-align: -5%;}
.nav-flag {
    position:absolute;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(/assets/img/flags.png) no-repeat;
    top:revert;
    bottom: 2px !important;   
    right:2px;
}
.dropdown-menu .dropdown-item:hover {
    background:#f1f1f1;
}
.dropdown-item-flag {
    display:inline-block;
    width: 16px;
    height: 16px;
    padding-left:16px;
    margin-right: 5px;
    background: url(/assets/img/flags.png) no-repeat;
    top: revert;
    bottom: 2px !important;
    right: 2px;
}

.flag-AD{background-position:-1921px 0}.flag-AE{background-position:-1904px 0}.flag-AF{background-position:-3689px 0}.flag-AG{background-position:-34px 0}.flag-AI{background-position:-51px 0}.flag-AL{background-position:-68px 0}.flag-AM{background-position:-85px 0}.flag-AN{background-position:-102px 0}.flag-AO{background-position:-119px 0}.flag-AQ{background-position:-136px 0}.flag-AR{background-position:-153px 0}.flag-AS{background-position:-170px 0}.flag-AT{background-position:-187px 0}.flag-AU{background-position:-204px 0}.flag-AW{background-position:-221px 0}.flag-AX{background-position:-238px 0}.flag-AZ{background-position:-255px 0}.flag-BA{background-position:-272px 0}.flag-BB{background-position:-289px 0}.flag-BD{background-position:-306px 0}.flag-BE{background-position:-323px 0}.flag-BG{background-position:-340px 0}.flag-BH{background-position:-357px 0}.flag-BI{background-position:-374px 0}.flag-BJ{background-position:-391px 0}.flag-BL{background-position:-408px 0}.flag-BM{background-position:-425px 0}.flag-BN{background-position:-442px 0}.flag-BO{background-position:-459px 0}.flag-BR{background-position:-476px 0}.flag-BS{background-position:-493px 0}.flag-BT{background-position:-510px 0}.flag-BW{background-position:-527px 0}.flag-BY{background-position:-544px 0}.flag-BZ{background-position:-561px 0}.flag-CA{background-position:-578px 0}.flag-CD{background-position:-595px 0}.flag-CF{background-position:-612px 0}.flag-CG{background-position:-629px 0}.flag-CH{background-position:-646px 0}.flag-CI{background-position:-663px 0}.flag-CL{background-position:-680px 0}.flag-CM{background-position:-697px 0}.flag-CN{background-position:-714px 0}.flag-CO{background-position:-731px 0}.flag-CR{background-position:-748px 0}.flag-CV{background-position:-765px 0}.flag-CY{background-position:-782px 0}.flag-CZ{background-position:-799px 0}.flag-DJ{background-position:-816px 0}.flag-DK{background-position:-833px 0}.flag-DM{background-position:-850px 0}.flag-DO{background-position:-867px 0}.flag-DZ{background-position:-884px 0}.flag-EC{background-position:-901px 0}.flag-EE{background-position:-918px 0}.flag-EG{background-position:-935px 0}.flag-EH{background-position:-952px 0}.flag-ER{background-position:-969px 0}.flag-ES{background-position:-986px 0}.flag-ET{background-position:-1003px 0}.flag-EU{background-position:-1020px 0}.flag-FI{background-position:-1037px 0}.flag-FJ{background-position:-1054px 0}.flag-FK{background-position:-1071px 0}.flag-FM{background-position:-1088px 0}.flag-FO{background-position:-1105px 0}.flag-FR,.flag-FX,.flag-GF,.flag-GP,.flag-MQ,.flag-NC,.flag-PF,.flag-PM,.flag-RE,.flag-TF,.flag-WF{background-position:-1122px 0}.flag-GA{background-position:-1139px 0}.flag-GB,.flag-EN{background-position:-1156px 0}.flag-GD{background-position:-1173px 0}.flag-GE{background-position:-1190px 0}.flag-GG{background-position:-1207px 0}.flag-GH{background-position:-1224px 0}.flag-GL{background-position:-1241px 0}.flag-GM{background-position:-1258px 0}.flag-GN{background-position:-1275px 0}.flag-GQ{background-position:-1292px 0}.flag-GR{background-position:-1309px 0}.flag-GS{background-position:-1326px 0}.flag-GT{background-position:-1343px 0}.flag-GU{background-position:-1360px 0}.flag-GW{background-position:-1377px 0}.flag-GY{background-position:-1394px 0}.flag-HK{background-position:-1411px 0}.flag-HN{background-position:-1428px 0}.flag-HR{background-position:-1445px 0}.flag-HT{background-position:-1462px 0}.flag-HU{background-position:-1479px 0}.flag-ID{background-position:-1496px 0}.flag-IE{background-position:-1513px 0}.flag-IL{background-position:-1530px 0}.flag-IM{background-position:-1547px 0}.flag-IN{background-position:-1564px 0}.flag-IQ{background-position:-1581px 0}.flag-IS{background-position:-1598px 0}.flag-IT{background-position:-1615px 0}.flag-JE{background-position:-1632px 0}.flag-JM{background-position:-1649px 0}.flag-JO{background-position:-1666px 0}.flag-JP{background-position:-1683px 0}.flag-KE{background-position:-1700px 0}.flag-KG{background-position:-1717px 0}.flag-KH{background-position:-1734px 0}.flag-KI{background-position:-1751px 0}.flag-KM{background-position:-1768px 0}.flag-KN{background-position:-1785px 0}.flag-KP{background-position:-1802px 0}.flag-KR{background-position:-1819px 0}.flag-KV{background-position:-1836px 0}.flag-KW{background-position:-1853px 0}.flag-KY{background-position:-1870px 0}.flag-LA{background-position:-1887px 0}.flag-LC{background-position:0 0}.flag-LK{background-position:-17px 0}.flag-LR{background-position:-1938px 0}.flag-LS{background-position:-1955px 0}.flag-LT{background-position:-1972px 0}.flag-LU{background-position:-1989px 0}.flag-LV{background-position:-2006px 0}.flag-LY{background-position:-2023px 0}.flag-MA{background-position:-2040px 0}.flag-ME{background-position:-2057px 0}.flag-MG{background-position:-2074px 0}.flag-MH{background-position:-2091px 0}.flag-ML{background-position:-2108px 0}.flag-MM{background-position:-2125px 0}.flag-MP{background-position:-2142px 0}.flag-MR{background-position:-2159px 0}.flag-MS{background-position:-2176px 0}.flag-MT{background-position:-2193px 0}.flag-MU{background-position:-2210px 0}.flag-MV{background-position:-2227px 0}.flag-MW{background-position:-2244px 0}.flag-MZ{background-position:-2261px 0}.flag-NA{background-position:-2278px 0}.flag-NE{background-position:-2295px 0}.flag-NF{background-position:-2312px 0}.flag-NG{background-position:-2329px 0}.flag-NI{background-position:-2346px 0}.flag-NL{background-position:-2363px 0}.flag-NO{background-position:-2380px 0}.flag-NP{background-position:-2397px 0}.flag-NR{background-position:-2414px 0}.flag-NZ{background-position:-2431px 0}.flag-OM{background-position:-2448px 0}.flag-PA{background-position:-2465px 0}.flag-PE{background-position:-2482px 0}.flag-PG{background-position:-2499px 0}.flag-PH{background-position:-2516px 0}.flag-PK{background-position:-2533px 0}.flag-PL{background-position:-2550px 0}.flag-PN{background-position:-2567px 0}.flag-PS{background-position:-2584px 0}.flag-PT{background-position:-2601px 0}.flag-PW{background-position:-2618px 0}.flag-PY{background-position:-2635px 0}.flag-QA{background-position:-2652px 0}.flag-RS{background-position:-2669px 0}.flag-RU{background-position:-2686px 0}.flag-RW{background-position:-2703px 0}.flag-SA{background-position:-2720px 0}.flag-SB{background-position:-2737px 0}.flag-SC{background-position:-2754px 0}.flag-SD{background-position:-2771px 0}.flag-SE{background-position:-2788px 0}.flag-SG{background-position:-2805px 0}.flag-SH{background-position:-2822px 0}.flag-SI{background-position:-2839px 0}.flag-SK{background-position:-2856px 0}.flag-SM{background-position:-2873px 0}.flag-SN{background-position:-2890px 0}.flag-SO{background-position:-2907px 0}.flag-SR{background-position:-2924px 0}.flag-SS{background-position:-2941px 0}.flag-ST{background-position:-2958px 0}.flag-SV{background-position:-2975px 0}.flag-SY{background-position:-2992px 0}.flag-SZ{background-position:-3009px 0}.flag-TC{background-position:-3026px 0}.flag-TD{background-position:-3043px 0}.flag-TG{background-position:-3060px 0}.flag-TH{background-position:-3077px 0}.flag-TJ{background-position:-3094px 0}.flag-TM{background-position:-3111px 0}.flag-TN{background-position:-3128px 0}.flag-TP{background-position:-3145px 0}.flag-TR{background-position:-3162px 0}.flag-TT{background-position:-3179px 0}.flag-TV{background-position:-3196px 0}.flag-TW{background-position:-3213px 0}.flag-TZ{background-position:-3230px 0}.flag-UA{background-position:-3247px 0}.flag-UG{background-position:-3264px 0}.flag-US{background-position:-3281px 0}.flag-UY{background-position:-3298px 0}.flag-UZ{background-position:-3315px 0}.flag-VC{background-position:-3332px 0}.flag-VE{background-position:-3349px 0}.flag-VG{background-position:-3366px 0}.flag-VI{background-position:-3383px 0}.flag-VN{background-position:-3400px 0}.flag-VU{background-position:-3417px 0}.flag-WS{background-position:-3434px 0}.flag-YE{background-position:-3451px 0}.flag-ZA{background-position:-3468px 0}.flag-ZM{background-position:-3485px 0}.flag-BF{background-position:-3502px 0}.flag-CU{background-position:-3519px 0}.flag-DE{background-position:-3536px 0}.flag-IR{background-position:-3553px 0}.flag-KZ{background-position:-3570px 0}.flag-LB{background-position:-3587px 0}.flag-LI{background-position:-3604px 0}.flag-MC{background-position:-3621px 0}.flag-MD{background-position:-3638px 0}.flag-MK{background-position:-3655px 0}.flag-MN{background-position:-3672px 0}.flag-MO{background-position:-3706px 0}.flag-MX{background-position:-3723px 0}.flag-MY{background-position:-3740px 0}.flag-PR{background-position:-3757px 0}.flag-RO{background-position:-3774px 0}.flag-SL{background-position:-3791px 0}.flag-TO{background-position:-3808px 0}.flag-VA{background-position:-3825px 0}.flag-ZW{background-position:-3842px 0}


#payments {
    background: rgb(245,245,245) url(/img/cards-bck.png) repeat-x bottom center;
}

    #payments .mypos-carbon {
        position: relative;
        width: 100%;
        background: transparent url(/img/mypos-carbon.png) no-repeat center center;
        background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(228,230,234,1) 100%) url(/img/mypos-carbon.png) no-repeat center center;
        line-height: 24px;
        color: #fff;
        height: 377px;
        overflow:hidden;
    }


#accepted-cards {
    background: #e4e6ea;
}

#footer-menu {
    background: #2486ff;
    min-height:300px;
    position:relative;
}

#business-account svg {
    width:48px;
    height:48px;
}

#business-account .platinum-cards {
    position: relative;
    width: 100%;
    background: url(/img/platinum-cards.png) no-repeat center center;
    background-size:contain;
    height:620px;
}



.carousel-item h2 {
    text-align: center;
    padding-bottom: 0.75rem;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #20435e !important;
    text-align: center;
    opacity: .5;
}

.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    margin-top:40px;
    list-style: none;
}

    .carousel:hover .carousel-indicators .active {
        background-color: rgb(119,255,119); box-shadow:0px 0px 3px #009900;
        transition:0.2s;
    }



    .carousel-indicators li {background-color:#ccc;}

.carousel-item > .row {
    margin-top: 40px;
    margin-bottom: 40px;
}
.carousel-inner {
    position: relative;
    width: 100%;
}
.carousel-control-next-icon {
    
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 0;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    opacity: .5;
    transition: opacity .6s ease;
    outline: 1px solid rgb(36,134,255);
}

.carousel-indicators .active {
    background-color: rgb(36,134,255);
}

.payment-card-types .payment-card-type-visa > svg { margin-top: -10px; }
.payment-card-types [class^=payment-card-type-] > svg { height: 50px; }


.payment-card-types .payment-card-type-visa > svg, .payment-card-types .payment-card-type-visa-electron > svg {
    width: 82px;
}
.payment-card-types .payment-card-type-visa > svg, .payment-card-types .payment-card-type-visa-electron > svg {
    width: 82px;
}
.payment-card-types .payment-card-type-vpay > svg {
    width: 35px;
}
.payment-card-types .payment-card-type-mastercard > svg, .payment-card-types .payment-card-type-maestro > svg {
    width: 55px;
}
.payment-card-types .payment-card-type-mastercard > svg, .payment-card-types .payment-card-type-maestro > svg {
    width: 55px;
}
.payment-card-types .payment-card-type-american-express > svg {
    width: 40px;
}
.payment-card-types .payment-card-type-union-pay > svg {
    width: 61px;
}
.payment-card-types .payment-card-type-jcb > svg {
    width: 57px;
    vertical-align: baseline;
}
.payment-card-types .payment-card-type-bancontact > svg {
    width: 60px;
}
.payment-card-types .payment-card-type-ideal > svg {
    width: 50px;
}
.payment-card-types .payment-card-type-ios-pay > svg {
    width: 77px;
}
.payment-card-types .payment-card-type-google-pay-bordered > svg {
    width: 77px;
}
.payment-card-types .payment-card-type-samsung-pay > svg {
    width: 42px;
}





#brands {
    background: #5184c2;
    background: linear-gradient(135deg, #5184c2, #2486ff 80%);
    position: relative;
    min-height: 400px;
    color: #fff;
}

#other-products {
    background: #5184c2;
    background: linear-gradient(135deg, #2f5788, #2486ff 80%);
    position: relative;
    min-height: 400px;
    color: #fff;
}

.circle-light {
    font-size: 2.6rem;
    color: #00408e !important;
    background-image: url(/img/circle-light.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size: contain;
    height: 100px;
    line-height: 100px;
}



@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

.pricing-cont {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.snip1265 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    width: 100%;
    margin: 50px 0 0 0;
}

    .snip1265 .plan {
        margin: 0;
        width: 100%;
        position: relative;
        float: left;
        background-color: #2970c7;
        border: 1px solid #2970c7;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        margin-bottom:100px;
    }

        .snip1265 .plan:hover,
        .snip1265 .plan.hover {
            background-color: #1c63ba;
        }

        .snip1265 .plan.featured:hover,
        .snip1265 .plan.featured.hover {
            background-color: #fff;
        }

            .snip1265 .plan:hover i,
            .snip1265 .plan.hover i {
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

    .snip1265 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .snip1265 .header {
        position: relative;
        padding: 20px 10px;
    }

        .snip1265 .header i {
            font-size: 56px;
            margin: 0 15px;
            color: #f39c12;
            display: inline-block;
            float: left;
        }

    .snip1265 .plan-title {
        top: 0;
        font-weight: 800;
        margin: 10px 0 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .snip1265 .plan-cost {
        margin: 0 0 0 0;
        opacity: 1;
    }

        .snip1265 .plan-cost.hrk {
            color: #98b1d1;
            display: block;
            margin-bottom: 0.5rem;
        }
    .snip1265 .featured .plan-cost.hrk {
        color: #a7bcd8;
    }

    .snip1265 .plan-price {
        font-family: 'Montserrat', Arial, sans-serif;
        font-weight: 800;
        font-size: 2em;
        color:#fff;
    }

    .snip1265 .featured .plan-price {
        color:#2a3c4a;
    }


    .snip1265 .plan-type {
        opacity: 0.9;
        font-size: 0.7em;
        text-transform: uppercase;
    }

    .snip1265 .plan-features {
        padding: 0;
        margin: 0 0 30px;
        text-align: center;
        list-style: outside none none;
        font-size: 0.8em;
        text-align: left;
    }

        .snip1265 .plan-features li {
            padding: 5px 5%;
            font-weight: 500;
            opacity: 0.9;
            border-left: 5px solid #f39c12;
            margin: 2px 20px;
        }

        .snip1265 .featured .plan-features li {
            padding: 5px 5%;
            font-weight: 500;
            opacity: 1;
            border-left: 5px solid #55dd55;
            margin: 2px 20px;
        }

    .snip1265 .featured .plan-select {
        background-color: rgba(40, 101, 177, 0.2);
        text-align: center;
    }
    .snip1265 .plan-select {
        background-color: rgba(0, 0, 0, 0.2);
        text-align: center;
    }

        .snip1265 .plan-select a {
            color: #ffffff;
            text-decoration: none;
            padding: 15px 20px;
            margin: 20px;
            border-radius: 40px;
            font-size: 0.75em;
            font-weight: 800;
            text-transform: uppercase;
            display: inline-block;
            background-color: #f39c12;
        }
        .snip1265 .plan-select a .text {
            font-size: 1em;
            font-weight: 800;
            text-transform: uppercase;
        }

            .snip1265 .plan-select a:hover {
                background-color: #262626;
            }

    .snip1265 .featured {
        color: #2a3c4a;
        margin-top: -10px;
        background-color: #edf4fc;
        border-color: rgba(40, 101, 177, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

        .snip1265 .featured .plan-select a {
            background-color: #55dd55;
        }

    .snip1265 .featured .plan-select a {
        margin: 30px 20px;
    }

#btn-back-to-top {
    z-index:99199;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
#btn-back-to-top svg {
    position:relative;
    left:50%;
    margin-left:-12px;
    top:50%;
    margin-top:-45px;
}

    #btn-back-to-top:hover {
        background: #2a3c4a;
        transition: 0.2s;
    }
    #btn-back-to-top:hover path {
        fill: #333;
        transition: 0.2s;
    }

    .btn-scrollup {
        border-radius: 50%;
        background: #2486ff;
        outline: 2px solid #fff;
        text-align: center;
        font-weight: 700;
        font-size: 1.8rem;
        color: #fff;
        width: 42px;
        height: 42px;
    }

.m960 {
    display: none;
}

    /*
@media only screen and (max-width: 767px) {
    .snip1265 .plan {
        width: 50%;
    }

    .snip1265 .plan-title,
    .snip1265 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .snip1265 .plan-select a,
    .snip1265 .featured .plan-select a {
        margin: 20px;
    }

    .snip1265 .featured {
        margin-top: 0;
    }
}

@media only screen and (max-width: 440px) {
    .snip1265 .plan {
        width: 100%;
    }
}*/



.dropdown-menu, .dropdown-menu[data-bs-popper] {
    border: 0;
    margin-top: 0;
    border-radius: 0;
    border: 1px solid #e1e1e1;
}

.shoppingcart.shoppingcart-sm {
    display: none;
    position: absolute;
    background: #fff;
    width: 440px;
    right: 0;
    /*top: 3.7rem;*/
    -webkit-user-select: none;
    user-select: none;
    z-index:999991;
}

page-header .shoppingcart.shoppingcart-sm {
    border: 1px solid #e1e1e1;
}

.shoppingcart.shoppingcart-sm a {
    margin: 0;
    border: 0;
}
.shoppingcart.shoppingcart-sm a:hover {
    margin: 0;
    border: 0;
}

.shoppingcart.shoppingcart-sm .items {
    max-height:312px;
    overflow:auto;
}
.shoppingcart.shoppingcart-sm .items .item {
    border-bottom: 1px solid #e1e1e1;
    position:relative;
}

.shoppingcart.shoppingcart-sm .items .item.working:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 40%);
}

.shoppingcart.shoppingcart-sm .items .item .row {
    margin: 1rem 1rem;
    height: 74px;
    -webkit-user-select: none;
    user-select: none;
}

.shoppingcart.shoppingcart-sm .items .item .lnk {
    
}

.shoppingcart.shoppingcart-sm .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /*border:5px solid #fff;
    box-shadow:0px 0px 5px #333;*/
    height: 60px;
}

.shoppingcart.shoppingcart-sm .title {
    font-size: 1.2em;
    font-weight: 500;
    color: #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shoppingcart.shoppingcart-sm .subtitle {
    font-size: 1.1em;
    font-weight: 300;
    color: #777;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .shoppingcart.shoppingcart-sm .price {
        font-size: 1.2em;
        font-weight: 500;
        color: #00aa00;
        display: block;
        -webkit-user-select: none;
        user-select: none;
    }


.shoppingcart.shoppingcart-sm .qty {
    font-size: 1.2em;
    font-weight: 500;
    color: #777;
    display: block;
    text-align:center;
}


    .shoppingcart.shoppingcart-sm .price.old {
        font-size: 1em;
        font-weight: 300;
        color: #999;
        text-decoration: line-through;
        display: block;
        -webkit-user-select: none;
        user-select: none;
    }

.shoppingcart.shoppingcart-sm .subtotal {
    display: block;
    text-align: right;
    font-size: 1.2em;
    text-decoration: none;
    padding: 1rem;
}
.shoppingcart.shoppingcart-sm .subtotal b {
    font-size:1.2em;
    margin-left:1rem;
}

.shoppingcart.shoppingcart-sm .lnk {
    cursor:pointer;
    color:#999;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    line-height:16px;
    font-weight:300;
    vertical-align:baseline;
}
    .shoppingcart.shoppingcart-sm .lnk.lnk-sm svg {
        width: 16px;
        height: 16px;
    }
.shoppingcart.shoppingcart-sm .lnk svg {
    width: 24px;
    height: 24px;
    margin-left: -0.25rem;
    vertical-align: middle;
}
.shoppingcart.shoppingcart-sm .lnk span {
    vertical-align: middle;
    margin-left:0.25rem;
}

.shoppingcart.shoppingcart-sm .lnk svg use {
    fill:#999;
}

.shoppingcart.shoppingcart-sm .lnk:hover span, .shoppingcart.shoppingcart-sm .lnk:hover svg use {
    color: #ff3333;
    fill:#ff3333;
}

.shoppingcart.shoppingcart-sm .view-cart {
    display: block;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #2486ff !important;
    text-decoration: none;
    padding: 1rem;
}
.shoppingcart.shoppingcart-sm .view-cart:hover {
    background: #f1f1f1;
    color: #20435e !important;
    text-decoration: none;
}
.shoppingcart.shoppingcart-sm .make-order {
    display: block;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #fff !important;
    background-color: #20435e;
    text-decoration: none;
    padding: 1rem;
}
.shoppingcart.shoppingcart-sm .make-order:hover {
    color: #fff !important;
    background-color: #142f43;
    text-decoration: none;
}
.shoppingcart.shoppingcart-sm .text-remark {
    font-size:0.8rem;
    color:#999;
    text-align:center;
    padding: 0 1rem;
}

.checkout-cart-preview-wrapper {
    width: 100%;
}
.checkout-cart-preview-wrapper .items {
    padding:0 1rem;
}


.checkout-cart-preview-wrapper .shoppingcart-item {
    margin-bottom: 1.25rem;
}

.checkout-cart-preview-wrapper .item .title {
    font-size: 1.2em;
    font-weight: 500;
    color: #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout-cart-preview-wrapper .item .price {
    font-size: 1.2em;
    font-weight: 500;
    color: #007700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right:0;
}

.checkout-cart-preview-wrapper .total-container .label {
    font-weight:500;
    font-size:1.2em;
}

.checkout-cart-preview-wrapper .total-container .price {
    font-weight: 700;
    font-size: 1.2em;
    font-weight: 500;
    color: #007700;
    text-align: right;
    display: block;
}


.checkout-cart-preview-wrapper .shoppingcart-item .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: 5px solid #fff;
    box-shadow: 0px 0px 3px #333;
    background-color: #fff;
    /*border:1px solid #ccc;
    border-radius:0.25rem;
    padding:3px;
    border-inline:3px solid red;*/
    height: 80px;
}
.checkout-cart-preview-wrapper .total-container .totaln div[data-title] {
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
}

.checkout-cart-preview-wrapper .total-container .totaln div[data-price] {
    font-size: 1.2rem;
    font-weight: 500;
    color: #007700;
    text-align: right;
}
.checkout-cart-preview-wrapper .total-container .total div[data-title] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
}
.checkout-cart-preview-wrapper .total-container .total div[data-price] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #007700;
    text-align:right;
}





.shoppingcart.shoppingcart-lg {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1440px;
}
.shoppingcart.shoppingcart-lg .checkout-cart-wrapper {
    width:100%;
}
.shoppingcart.shoppingcart-lg .shoppingcart-item {
    background: #fff;
}

.shoppingcart.shoppingcart-lg .items {
    width:100%;
}

.shoppingcart.shoppingcart-lg .items-container {
    margin-top:1rem;
}

.shoppingcart.shoppingcart-lg .total-container {
    width: 100%;
    margin-bottom:5rem;
}
.shoppingcart.shoppingcart-lg .total-container > div {
}

.shoppingcart.shoppingcart-lg .items .item {
    padding: 1rem;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
    position:relative;
}

.shoppingcart.shoppingcart-lg .items .item.working:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(64 255 64 / 10%);
}

.shoppingcart.shoppingcart-lg .total-container div[data-title] {
    padding: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    color: #333;
    background: #e1e1e1;
    color: #333;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.shoppingcart.shoppingcart-lg .items .item .row {
    margin: 0.5rem 0;
}

.shoppingcart.shoppingcart-lg .items .item .lnk {
}

.shoppingcart.shoppingcart-lg .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /*border:5px solid #fff;
    box-shadow:0px 0px 5px #333;*/
    height: 100px;
}

.shoppingcart.shoppingcart-lg .title {
    font-size: 1.4em;
    font-weight: 500;
    color: #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shoppingcart.shoppingcart-lg .subtitle {
    font-size: 1.2em;
    font-weight: 300;
    color: #777;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shoppingcart.shoppingcart-lg .price {
    font-size: 1.2em;
    font-weight: 500;
    color: #00aa00;
    text-align:right;
    display: block;
    -webkit-user-select: none;
    user-select: none;
}


.shoppingcart.shoppingcart-lg .qty {
    font-size: 1.2em;
    font-weight: 300;
    color: #777;
    display: block;    
}


.shoppingcart.shoppingcart-lg .price.old {
    font-size: 1.4em;
    font-weight: 300;
    color: #999;
    text-decoration: line-through;
    display: block;
    -webkit-user-select: none;
    user-select: none;
}

.shoppingcart.shoppingcart-lg .totaln {
}

.shoppingcart.shoppingcart-lg .totaln div {
    font-weight: 500;
    font-size: 1.0rem;
}

.shoppingcart.shoppingcart-lg .totaln div[data-price] {
    font-weight: 500;
    color: #000;
    font-size: 1.1rem;
    text-align: right;
}

.shoppingcart.shoppingcart-lg .total {
}
.shoppingcart.shoppingcart-lg .total div {
    font-weight: 700;
    font-size: 1.2rem;
}
.shoppingcart.shoppingcart-lg .total div[data-price] {
    font-weight: 700;
    color:#000;
    font-size: 1.2rem;
    text-align:right;
}

.shoppingcart.shoppingcart-lg .subtotal {
    display: block;
    text-align: right;
    font-size: 1.4em;
    text-decoration: none;
    padding: 1rem;
}

.shoppingcart.shoppingcart-lg .subtotal b {
    font-size: 1.4em;
    margin-left: 1rem;
}

.shoppingcart.shoppingcart-lg .lnk {
    cursor: pointer;
    color: #333;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    line-height: 16px;
    font-weight: 600;
    vertical-align: baseline;
    margin-right:2rem;
}

.shoppingcart.shoppingcart-lg .lnk svg {
    width: 16px;
    height: 16px;
    margin-left: -0.25rem;
    margin-right: 0.25rem;
    vertical-align: middle;
}

.shoppingcart.shoppingcart-lg .lnk span {
    vertical-align: middle;
}


.shoppingcart.shoppingcart-lg .lnk svg use {
    fill: #333;
}

.shoppingcart.shoppingcart-lg .lnk:hover span, .shoppingcart.shoppingcart-lg .lnk:hover svg use {
    color: #ff3333;
    fill: #ff3333;
}

.shoppingcart.shoppingcart-lg .total-container .btn {
    background-color:#00bb00;
    color:#fff;
    font-weight:700;
    padding:0.75rem;
}

.shoppingcart.shoppingcart-lg .total-container .btn:hover {
    background-color: #77ff77;
    color:#000;
    transition:0.2s;
}


:root {
    --code-color: darkred;
    --code-bg-color: #aaaaaa;
    --code-font-size: 14px;
    --code-line-height: 1.4;
    --scroll-bar-color: #c5c5c5;
    --scroll-bar-bg-color: #f6f6f6;
}

pre {
    color: var(--code-color);
    font-size: var(--code-font-size);
    line-height: var(--code-line-height);
    background-color: var(--code-bg-color);
}

.code-block {
    max-height: 100px;
    overflow: auto;
    padding: 8px 7px 5px 15px;
    margin: 0px 0px 0px 0px;
    border-radius: 7px;
}

::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0.5);
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    *::-webkit-scrollbar-track {
        background: var(--scroll-bar-bg-color);
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--scroll-bar-color);
        border-radius: 20px;
        border: 3px solid var(--scroll-bar-bg-color);
    }

.text-w-line-separator {
    position:relative;
    text-align:center;
    margin:1rem 0;
}
.text-w-line-separator .text {
    padding: 0 1rem;
    display: inline-block;
    z-index: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
    position: relative;
}
.text-w-line-separator.white .text {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.text-w-line-separator:before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(224 224 224 / var(--tw-bg-opacity));
    content: "";
}

.my-profile-cont {
    min-height:400px;
}
.my-profile-cont .menu a {
    display: block;
    padding: 0.5rem;
}

.my-profile-cont .menu a.active {
    background: #eee;
    border-left: 3px solid #333;
    color: #333;
    font-weight: 700;
}

.my-profile-cont .menu a:hover {
    background: rgb(36,134,255);
    color: #fff;
    border-color: #77ff77;
}

.start-cont {
}

.start-cont .menu a {
    display: block;
    padding: 0.5rem;
    border-bottom:1px solid #ddd;
}

.start-cont .menu a.active {
    background: #eee;
    border-bottom: 3px solid #333;
    color: #333;
    font-weight: 700;
}

.start-cont .menu a:hover {
    background: rgb(36,134,255);
    color: #fff;
    border-color: #77ff77;
}

.start-cont .cont-tabs {
    min-height:400px;
}
.start-cont .cont-tab {
    vertical-align: top;
}

.start-cont .img {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
    .start-cont .btn { height:auto !important;}

    /* ===================== BARS */
    .loadingbar {
        position: fixed;
        z-index: 1000002;
        top: 0;
        width: 100%;
        height: 4px;
        display: none;
    }

.loadingbar .bar {
    position: absolute;
    width: 100%;
    height: 4px;
    left: -100%;
    background: #2486ff;
    animation: moveit 5s ease forwards;
}
.loadingbar.scrolled .bar {
    position: absolute;
    width: 100%;
    height: 4px;
    left: -100%;
    background: #77ff77;
    animation: moveit 5s ease forwards;
}
@keyframes moveit {
    to {
        left: 0;
    }
}

.loading-bars {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 8px;
    z-index: 99;
    display:none;
}

    .loading-bars div {
        display: inline-block;
        width: 2px;
        height: 16px;
        border-radius: 3px;
        margin-left: 2px;
        animation: loading 1s ease-in-out infinite;
    }

        .loading-bars div:nth-child(1) {
            background-color: #00a2ff;
            animation-delay: 0;
        }

        .loading-bars div:nth-child(2) {
            background-color: #0081cc;
            animation-delay: 0.09s;
        }

        .loading-bars div:nth-child(3) {
            background-color: #006199;
            animation-delay: .18s;
        }

        .loading-bars div:nth-child(4) {
            background-color: #004167;
            animation-delay: .27s;
        }

@keyframes loading {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1, 2.2);
    }

    40% {
        transform: scale(1);
    }
}

.lnk:hover {
    color:#dd0000;
}
.lnk:hover svg {
    fill: #dd0000;
}

.form .table-striped > tbody > tr:nth-of-type(odd) { background-color:#fafafa; }
.form .table-striped > tbody > tr:nth-child(1) {
    background-color: #fff !important;
    border-bottom: 2px solid #999;
}

.form-group.has-error input {
    border: 1px solid #ee5555!important;
}
.form-group.has-error label {
    color: #ee5555 !important;
}
.form-group.has-error input::placeholder {
    color: #dd7777 !important;
}

.terms p {
    white-space:pre;
}

.terms ol li {
    list-style-type:revert; 
}
.terms ol.a li {
    list-style-type: lower-latin;
}
.terms li
{
    white-space:normal;
}
    /* FA replacements*/
    .fa {
        width: 16px;
        height: 16px;
        display: block;
        vertical-align: middle;
    }
.fa-check {
    background: url("data:image/svg+xml,%3Csvg  viewBox='0 0 533.973 533.973' xmlns='http://www.w3.org/2000/svg' mirror-in-rtl='true'%3E%3Cpath d='M477.931,52.261c-12.821-12.821-33.605-12.821-46.427,0l-266.96,266.954l-62.075-62.069 c-12.821-12.821-33.604-12.821-46.426,0L9.616,303.572c-12.821,12.821-12.821,33.604,0,46.426l85.289,85.289l46.426,46.426 c12.821,12.821,33.611,12.821,46.426,0l46.426-46.426l290.173-290.174c12.821-12.821,12.821-33.605,0-46.426L477.931,52.261z'/%3E%3C/svg%3E") no-repeat center center; stroke:none;
    fill:#77ff77;
}
.fa-times {
    background: url("data:image/svg+xml,%3Csvg  viewBox='-80 0 512 512' xmlns='http://www.w3.org/2000/svg' mirror-in-rtl='true'%3E%3Cpath d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/%3E%3C/svg%3E") no-repeat center center;
}

#other-products .cont {
    margin-top:2rem;
}
#other-products .img {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 150px;
    border: 4px solid #cddff6;
    box-shadow: 0px 0px 10px #444;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
#other-products h6 {
    margin:1rem 0;
}
#other-products p {
    font-size:0.8rem;
    min-height:80px;
}

#other-products my-prices {
    display:block;
    margin:1rem 0;
}
#other-products price-eur {
    display: block;
    font-size: 1rem;
}
#other-products price-eur b { font-size:1.2rem; color:#fffff1;}
#other-products price-hrk {
    display: block;
    font-size: 0.7rem;
    color: #e5eff6;
}


#other-products .btn-order {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px #333;
}
#other-products .btn-order span { font-size:0.9rem;}
#other-products .btn-order:hover {
    outline: none;
    background: #fff;
    color: #125db9 !important;
    border: 2px solid #125db9;
    transition: 0.2s;
    box-shadow: 0px 0px 20px #0078ff;
}

/* WS */
.sticky-top {
    top: 2rem;
}

.ws-simple-client-message {
    position:fixed;
    width:90vw;
    bottom:1rem;
    left:5vw;
    line-height:2rem;
    padding:0.5rem 1rem;
    font-weight:500;
    font-size:1rem;
    z-index:999999;
    border:1px solid rgba(0 0 0 / 25%);
    border-radius:0.5rem;
}

.ws-simple-container-message {
    position: relative;
    display:block;
    line-height: 1.25rem;
    padding: 1rem 1rem;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom:1rem;

}
.ws-simple-container-message .title {
    font-weight:700;
    font-size:0.8rem;
    margin-bottom:0.5rem;
}

.ws-information {
    background: rgba(128 255 128 / 95%);
}
.ws-warning {
    background: rgba(255 196 128 / 95%);
}
.ws-error {
    background: rgba(255 128 128 / 95%);
}


/* footer */

#footer-menu * { color:#fff; }
#footer-menu a {
    color: #eee;
    display:block;
}
#footer-menu a:hover {
    color: #77ff77;
}
#footer-menu h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
#footer-menu .btn {
    background: #fff;
    color: #2a3c4a;
}
#footer-menu .btn:hover {
    background: #2a3c4a;
    color:#fff;
}


/* cont tabs*/

.cont-tab {
    display:none;
    position:relative;
}
.cont-tab.active {
    display: revert;
}



/* ======================= UPLOADER ===================== */

.t-uploader .file-container {
    border: 1px solid #ced4da;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem !important;
    margin-left:0 !important;
    background: white;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
}

    .t-uploader .file-container.multiple {
        min-height: calc(2.25rem + 2px); /*100px*/
        height: auto;
        border: 1px solid transparent;
        max-height: 300px;
        overflow-y: scroll;
    }

    .t-uploader .file-container.row {
        /*min-height:auto;*/
    }

.modal-dialog .t-uploader .file-container.multiple {
    background: #f5f5f5;
}

.page-content .t-uploader .file-container.multiple {
    background: #fff;
}

.t-uploader * {
    font-size:0.8rem;
}

.t-uploader .uploader-file {
    margin-bottom: .25rem !important;
    margin-top: 1px;
    overflow: hidden;
}

    .t-uploader .uploader-file .desc, .t-uploader .uploader-file .desc a {
        font-size: 0.7rem;
    }

.t-uploader .file-container.row .uploader-file {
    height: 40px;
}

.t-uploader .btn-file-container {
    /*-ms-flex: 0 0 32px;
    flex: 0 0 32px;*/
    width:25%;
}

.t-uploader .file-name-cont {
    display:none;
    /*-ms-flex: 1 0 50%;
    flex: 1 0 50%;*/
}

    .t-uploader .file-name-cont .file-name {
        white-space: nowrap;
    }

.t-uploader .click-to-add {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    left:0;
}

.t-uploader .file-pbar-cont {
    position: relative;
    font-size: 0.7rem;
    text-align: center;
    width:50%;
}

.t-uploader .file-pbar-wrapper {
    border: 1px solid #ddd;
    position: relative;
    width: 100%;
    height: 6px;
}

.t-uploader .file-pbar {
    background: rgba(128,255,128,0.3);
    z-index: 1;
    position: relative;
    height: 100%;
    width: 0%;
}

.t-uploader .file-size {    
    width: 25%;
    text-align:right;
}