/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input {
    overflow: visible
}

audio,canvas,progress,video {
    display: inline-block
}

progress,sub,sup {
    vertical-align: baseline
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

menu,article,aside,details,footer,header,nav,section {
    display: block
}

h1,h2,h3 {
    margin: .67em 0
}

h1 {
    font-size: 1.5em
}

h2 {
    font-size: 1.33em
}

h3 {
    font-size: 1.25em
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,select {
    text-transform: none
}

[type=submit],[type=reset],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #999
}

:-ms-input-placeholder {
    opacity: 1;
    color: #999
}

::-moz-placeholder {
    opacity: 1;
    color: #999
}

:-moz-placeholder {
    opacity: 1;
    color: #999
}

/*! LiteCart CSS Framework - Bootstrap Compatible */
@keyframes flasher {
    0%,100% {
        box-shadow: none
    }

    50% {
        box-shadow: 0 0 10px #ff0000
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

* {
    box-sizing: border-box;
}

html {
    font: 15px Arial,'Helvetica Neue',Helvetica,sans-serif;
    line-height: 1.333333;
    color: #333;
    font-family: 'BPG-Nino';
}

html,body {
    margin: 0;
    padding: 0;
    height: 100%
}

h1,h2,h3,h4 {
    font-weight: 400;
    color: #333;
    /* margin: -9px 0px 0px; */
    font-family: 'BPG-Nino';
    /* font-size: 40px; */
}

p {
    margin: 15px 0
}

a:link,a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover,a:active {
    color: #000000;
    text-decoration: underline;
}

hr {
    margin: 15px 0;
    border: 0;
    border-top: 1px dashed rgba(0,0,0,0.1);
}

ul.breadcrumb {
    /* margin:0 0 15px 0; */
    /* padding: 13px; */
    margin-bottom:15px;
    list-style: none;
    /* background-color: #e1e5ed; */
    /* border-radius:4px; */
    margin-top: 1px;
    font-family: 'BPG-Nino';
    color: #ffffff;
    padding: 0;
}

ul.breadcrumb li {
    display: inline-block
}

ul.breadcrumb li::before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

ul.breadcrumb li a {
    color: inherit
}

.btn {
    cursor: pointer;
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    font-weight: normal;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom-color: rgba(0,0,0,0.1);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    text-align: center
}

.btn.btn-default {
    background: #ffffff;
    color: #000;
    text-decoration: none;
    background: #00000;
    font-family: 'BPG-Nino';
    padding-top: 11px;
}

.btn.btn-default:hover:not(.active):not(.disabled):not([disabled]) {
    background: #f6f6f6
}

.btn.btn-default.active {
    background: #efefef;
    /* border-color: #000000; */
}

.btn.btn-primary {
    background: #2e9cd4;
    color: #fff;
    text-decoration: none
}

.btn.btn-primary:hover:not(.active):not(.disabled):not([disabled]) {
    background: #2a95cb
}

.btn.btn-primary.active {
    background: #288dc1;
    border-color: transparent
}

.btn.btn-success {
    background: #98cc34;
    color: #fff;
    text-decoration: none
}

.btn.btn-success:hover:not(.active):not(.disabled):not([disabled]) {
    background: #91c231
}

.btn.btn-success.active {
    background: #89b82e;
    border-color: transparent
}

.btn.btn-danger {
    background: #d9534f;
    color: #fff;
    text-decoration: none
}

.btn.btn-danger:hover:not(.active):not(.disabled):not([disabled]) {
    background: #d74945
}

.btn.btn-danger.active {
    background: #d43f3a;
    border-color: transparent
}

.btn.btn-sm {
    padding: 0 5px;
    font-size: .8em
}

.btn.btn-lg {
    padding: 12px 18px;
    font-size: 1.25em
}

.btn.active,.btn:active {
    /* box-shadow:inset 1px 1px 1px rgba(0,0,0,0.25) !important */
    color: #ffffff;
    background: #FF5722 !important;
}

.btn.disabled,.btn[disabled] {
    opacity: .5;
    cursor: not-allowed
}

.btn [data-type="toggle"] {
    display: none
}

.btn-block {
    width: 100%
}

.btn-group {
    display: inline-flex;
    border-radius: 4px
}

.btn-group .btn {
    flex: 1 0 auto;
    border-radius: 0;
    font-size: inherit;
    margin-left: -1px
}

.btn-group .btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.btn-group-vertical .btn {
    display: block;
    border-radius: 0;
    font-size: inherit;
    margin-top: -1px
}

.btn-group-vertical .btn:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.btn-group-vertical .btn:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.carousel {
    position: relative;
    padding: 5px;
    background: #2196f3;
    border-radius: 4px;
}

.carousel .carousel-control,.carousel .carousel-indicators {
    opacity: 0;
    transition: opacity 200ms
}

.carousel:hover .carousel-control {
    opacity: .5
}

.carousel:hover .carousel-indicators {
    opacity: 1
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 380px;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

@media all and (transform-3d) {
    .carousel-inner>.item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px
    }

    .carousel-inner>.item.next,.carousel-inner .carousel-inner>.item.active.right {
        left: 0;
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.prev,.carousel-inner>.item.active.left {
        left: 0;
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
        left: 0;
        transform: translate3d(0, 0, 0)
    }
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 30px;
    left: 15%;
    z-index: 10;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        right:20%;
        left: 20%;
        padding-bottom: 30px
    }
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.25))
}

.carousel-control.left:hover,.carousel-control.right:hover {
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control.right {
    right: 0;
    left: auto;
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.25))
}

.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

@media screen and (min-width: 768px) {
    .carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .icon-next {
        margin-right: -10px
    }
}

.carousel-indicators {
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    background-color: #fff
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #cc0000;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3.75px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap
}

.dropdown-menu>li>aa:hover,.dropdown-menu>li>aa:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #777777
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.dropdown .dropdown .dropdown-menu {
    top: 0;
    left: 100%
}

.dropdown .dropdown .caret {
    border-left: 4px dashed;
    border-left: 4px solid \9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left:auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

tr.semi-transparent td {
    opacity: .25
}

.shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.3)
}

.hover-light:hover {
    box-shadow: 0 0 3px 0 #ffd54b;
}

.row {
    margin: 0 -15px;
    display: flex;
    flex-flow: row wrap
}

.row.half-gutter {
    margin: 0 -7.5px
}

.row.half-gutter>*[class*=col-] {
    padding: 0 7.5px
}

.row.column {
    flex-direction: column
}

.row.nowrap {
    flex-wrap: nowrap
}

.row.center {
    align-items: center
}

.row>*[class*=col-] {
    padding: 0 15px
}

*[class*=col-] {
    position: relative;
    flex: 1 1 100%
}

*[class*=col-].td {
    width: initial
}

.col-xs-auto {
    flex: 1 1 auto
}

.col-xs-halfs {
    flex: 0 0 50%
}

.col-xs-thirds {
    flex: 0 0 33.33333333%
}

.col-xs-fourths {
    flex: 0 0 25%
}

.col-xs-fifths {
    flex: 0 0 20%
}

.col-xs-1 {
    flex: 0 0 8.33333333%
}

.col-xs-2 {
    flex: 0 0 16.66666667%
}

.col-xs-3 {
    flex: 0 0 25%
}

.col-xs-4 {
    flex: 0 0 33.33333333%
}

.col-xs-5 {
    flex: 0 0 41.66666667%
}

.col-xs-6 {
    flex: 0 0 50%
}

.col-xs-7 {
    flex: 0 0 58.33333333%
}

.col-xs-8 {
    flex: 0 0 66.66666667%
}

.col-xs-9 {
    flex: 0 0 75%
}

.col-xs-10 {
    flex: 0 0 83.33333333%
}

.col-xs-11 {
    flex: 0 0 91.66666667%
}

.col-xs-12 {
    flex: 0 0 100%
}

@media (min-width: 768px) {
    .col-sm-auto {
        flex:1 1 auto
    }

    .col-sm-halfs {
        flex: 0 0 50%
    }

    .col-sm-thirds {
        flex: 0 0 33.33333333%
    }

    .col-sm-fourths {
        flex: 0 0 25%
    }

    .col-sm-fifths {
        flex: 0 0 20%
    }

    .col-sm-1 {
        flex: 0 0 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 100%
    }
}

@media (min-width: 992px) {
    .col-md-auto {
        flex:1 1 auto
    }

    .col-md-halfs {
        flex: 0 0 50%
    }

    .col-md-thirds {
        flex: 0 0 33.33333333%
    }

    .col-md-fourths {
        flex: 0 0 25%
    }

    .col-md-fifths {
        flex: 0 0 20%
    }

    .col-md-1 {
        flex: 0 0 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-auto {
        flex:1 1 auto
    }

    .col-lg-halfs {
        flex: 0 0 50%
    }

    .col-lg-thirds {
        flex: 0 0 33.33333333%
    }

    .col-lg-fourths {
        flex: 0 0 25%
    }

    .col-lg-fifths {
        flex: 0 0 20%
    }

    .col-lg-1 {
        flex: 0 0 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 100%
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none
    }
}

@media print {
    .hidden-print {
        display: none
    }
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0
}

input[data-type="currency"],input[data-type="number"],input[data-type="decimal"] {
    text-align: right
}

.form-group {
    margin-bottom: 15px;
    font-family: 'BPG-Nino';
}

.form-group.required label::after {
    content: ' *';
    color: #f00
}

.form-control {
    position: relative;
    color: #000000;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    display: block;
    width: 100%;
    min-width: 1px;
    padding: 6px 12px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control[type="file"] {
    font-size: 12px
}

.form-control[disabled] {
    opacity: .5
}

.form-control[readonly] {
    color: #999
}

.select-wrapper:not(.multiple) {
    position: relative;
    width: 100%;
    background: #fff
}

.select-wrapper:not(.multiple):before {
    content: ' ';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    right: 12px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000
}

.select-wrapper:not(.multiple) select.form-control {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px
}

.select-wrapper.multiple .form-control {
    padding: 0
}

.select-wrapper.multiple option {
    padding: 6px 12px
}

.checkbox,.radio {
    padding: 6px 12px
}

.input-group {
    position: relative;
    color: #000000;
    background: #ffffff;
    /* border-radius: 10px; */
    display: flex;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #dddddd;
}

.input-group .form-control {
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    margin-left: -1px
}

.input-group .input-group-addon {
    flex: 1 0 auto;
    margin: 0 -1px;
    padding: 6px 10px;
    /* background-color: #fcfcfc; */
    border-left: 1px solid rgba(0,0,0,0.1);
    /* border-right: 1px solid rgba(0,0,0,0.1); */
    color: #555;
    white-space: nowrap;
    font-weight: normal;
    text-align: center
}

.input-group .input-group-addon .select-wrapper {
    background: none;
    margin: -6px -12px
}

.input-group .input-group-addon .select-wrapper:before {
    right: -12px
}

.input-group .input-group-addon select {
    width: auto;
    background: none;
    border: none
}

.input-group .input-group-icon {
    flex: 1 0 auto;
    padding: 6px 12px;
    margin-right: -12px
}

.input-group .input-group-btn {
    flex: 1 0 auto
}

.input-group .input-group-btn .btn {
    border-top: none;
    border-bottom: none;
    padding: 7px 12px
}

.input-group .form-control:first-child,.input-group .input-group-addon:first-child,.input-group .input-group-btn:first-child>.btn,.input-group .input-group-btn:first-child>.btn-group>.btn,.input-group .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-radius: 4px 0 0 4px
}

.input-group .form-control:last-child,.input-group .input-group-addon:last-child,.input-group .input-group-btn:last-child>.btn,.input-group .input-group-btn:last-child>.btn-group>.btn,.input-group .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    margin-right: -1px;
    border-radius: 0 4px 4px 0
}

.input-group+.input-group {
    margin-top: -1px
}

[data-toggle="buttons"] input[type="checbox"],[data-toggle="buttons"] input[type="radio"] {
    display: none
}

.thumbnail>img,.thumbnail a>img,.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.thumbnail {
    display: block;
    padding: 3.75px;
    line-height: 1.333333;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    transition: border .2s ease-in-out
}

.thumbnail>img,.thumbnail a>img {
    margin-right: auto;
    margin-left: auto
}

.img-thumbnail {
    padding: 3.75px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .1s ease-in-out;
    max-width: 100%;
    height: auto;
    border: 1px solid rgba(0,0,0,0.1)
}

ul.list-unstyled {
    margin: 0;
    padding: 0
}

ul.list-unstyled li {
    margin: 0;
    padding: 3px 0;
    list-style: none
}

ul.list-unstyled ul {
    margin-left: 18px;
    padding: 0;
    border: 1px #000
}

ul.list-inline {
    margin: 0;
    padding: 0
}

ul.list-inline li {
    display: inline-block;
    margin: 0;
    padding: 3px;
    list-style: none
}

.loader {
    display: inline-block;
    background: url('../images/loader.svg');
    background-size: cover;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav li {
    position: relative;
    flex: 0 0 100%
}

@media (min-width: 768px) {
    .nav li {
        flex:0 0 auto
    }
}

.nav li>a {
    position: relative;
    display: block;
    padding: 10px;
    color: inherit;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.nav li.disabled>a {
    color: rgba(119,119,119,0.25)
}

.nav li.disabled>a:hover,.nav li.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed
}

.nav>li>a>img {
    max-width: none
}

.nav>li li>a {
    padding-top: 7.5px;
    padding-bottom: 7.5px
}

.nav>li>ul {
    list-style: none;
    padding: 0
}

.nav>li>ul>li>a {
    padding-left: 30px
}

.nav>li>ul>li>ul>li>a {
    padding-left: 45px
}

.nav>li>ul>li>ul>li>ul>li>a {
    padding-left: 60px
}

.nav.nav-justified>li {
    flex: 1 0 auto
}

.nav.nav-justified>li>a {
    margin-right: 0;
    text-align: center
}

@media (min-width: 768px) {
    .nav.nav-justified>li>a {
        margin-bottom:0
    }
}

.nav.nav-stacked {
    display: flex;
    flex-direction: column
}

.nav.nav-stacked li {
    display: block
}

.nav.nav-stacked li+li>a {
    margin-left: 0
}

.nav-pills {
    display: inline-flex
}

.nav-pills li a {
    margin: 1px 0;
    background: #ffffff;
    padding-top: 13.5px;
    padding-bottom: 12.5px;
    border-radius: 4px;
    transition: all 125ms linear;
    color: #5c5c5c;
    font-family: 'BPG-Nino';
    box-shadow: 0 10px 25px rgb(0 0 0 / 12%);
    font-size: 12px;
    font-weight: bold;
}

.nav-pills li a:hover {
    background: #f2f2f2;
    color: #303030;
}

.nav-pills li.active>a {
    background: #ec5e2a;
    color: #ffffff;
}

.nav-pills li+li>a {
    margin-left: 2px
}

.nav-tabs {
    margin: 0 -1px;
    border-bottom: 1px dashed #e3e1e1;
    font-family: 'BPG-Nino';
}

.nav-tabs>li {
    margin: 0 1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    padding: 7.5px 15px
}

.nav-tabs>li.active a {
    background: #101010;
    margin-bottom: -1px;
    border: 1px solid rgb(255 255 255);
    border-bottom-color: #ffffff;
    color: #ffffff;
    padding: 10px;
}

.tab-content {
    padding: 15px 0
}

.tab-content .tab-pane>.title {
    margin-top: 0
}

.collapsing {
    transition: height .5s;
    overflow: hidden
}

.navbar-collapse {
    flex: 1 1 auto;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
    transition: height .5s
}

.navbar-collapse.collapse {
    display: none
}

.navbar-collapse.in {
    display: block;
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }
}

.navbar {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #ffffffc4;
    /* padding: 5px; */
    font-family: 'BPG-Nino';
}

.navbar .navbar-nav>li>a {
    color: inherit;
    transition: all 125ms linear;
}

.navbar.navbar-bordered {
    min-height: 52px;
    border: 1px solid #d7d7d7
}

.navbar.navbar-bordered .navbar-nav>li>a {
    border-left: 1px solid #d7d7d7
}

.navbar.navbar-bordered .navbar-nav:not(.navbar-right) {
    border-right: 1px solid #d7d7d7
}

.navbar .dropdown-menu {
    min-width: 100%;
}

.navbar .dropdown-menu li>a {
    padding: 7.5px 15px;
    background: rgb(236 94 42);
    /* background-color: white; */
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar {
        flex-direction:row
    }

    .navbar .navbar-nav {
        float: left
    }
}

@media (max-width: 767px) {
    .navbar .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar .open .dropdown-menu>li>a,.navbar .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar .open .dropdown-menu>li>a:hover,.navbar .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

.navbar li.open>a {
    background: rgba(0,0,0,0.15) !important;
}

.navbar li:not(.open)>a:hover {
    color: #ffffff;
    /* padding: 16px; */
    /* border-radius: 4px; */
}

@media (min-width: 768px) {
    .navbar .dropdown-menu {
        background: #c95024;
        border: none;
    }
}

.navbar-header {
    display: flex;
    width: 100%
}
/*responsive navbar*/
@media (min-width: 768px) {
    .navbar-header {
       
    }
}

.navbar-header>* {
    flex: 1 1 auto
}

.navbar-header .navbar-brand {
    padding: 15px;
    font-size: 18px
}

.navbar-header .navbar-brand:hover,.navbar-header .navbar-brand:focus {
    text-decoration: none
}

.navbar-header .navbar-brand>img {
    display: block
}

.navbar-header .navbar-toggle {
    position: relative;
    flex: 0 1 auto;
    padding: 3.75px 7.5px;
    margin: 7.5px 7.5px 7.5px 7px;
    background-color: rgb(252 252 252);
    background-image: none;
    border: none;
    border-radius: 4px;
}

.navbar-header .navbar-toggle:focus {
    outline: 0
}

@media (min-width: 768px) {
    .navbar-header .navbar-toggle {
        display:none
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float:right !important
    }
}

.navbar-form {
    border-top: 1px solid transparent;
}

.navbar-toggle .icon-bar {
    position: relative;
    background-color: #333;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    transition: all 250ms ease-in-out
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg)
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
    background-color: transparent
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg)
}

.alert {
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 6px 12px
}

.alert .close {
    float: right;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.alert .close:hover {
    text-decoration: none
}

.alert.alert-default {
    background-color: #fff6bf;
    color: #333;
    border: 1px solid #ffef8c
}

.alert.alert-info {
    background-color: #eeeeee;
    color: #737373;
    border: 1px solid #d5d5d5
}

.alert.alert-success {
    background-color: #d6eca6;
    color: #567d00;
    border: 1px solid #c3e37c
}

.alert.alert-warning {
    background-color: #ffcc66;
    color: #aa0000;
    border: 1px solid #fb3
}

.alert.alert-danger {
    background-color: #ffcccc;
    color: #cc4444;
    border: 1px solid #f99
}

.pagination {
    display: inline-flex;
    padding-left: 0;
    margin-top: 30px;
    border-radius: 4px;
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    padding: 12px 17px;
    text-decoration: none;
    color: inherit;
    background-color: #3f444a;
    border: 1px solid rgba(0,0,0,0.1);
    margin-left: -1px;
    color: #ffffff;
    /* padding: 15px; */
    /* margin-top: 42px; */
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    z-index: 2;
    color: inherit;
    background-color: #eee
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 3;
    color: #000;
    background-color: #ffd54b;
    border-color: #ffeb3b;
    cursor: default;
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    opacity: .5;
    cursor: not-allowed
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse
}

.table td,.table th {
    padding: 7.5px 15px
}

.table>*>tr>td,.table>*>tr>th {
    padding: 6px 12px;
    line-height: 1.333333;
    vertical-align: top
}

.table>*>tr>td.border-top,.table>*>tr>th.border-top {
    border-top: 1px solid rgba(0,0,0,0.1)
}

.table>*>tr>td.border-left,.table>*>tr>th.border-left {
    border-left: 1px solid rgba(0,0,0,0.1)
}

.table>*>tr>td.border-right,.table>*>tr>th.border-right {
    border-right: 1px solid rgba(0,0,0,0.1)
}

.table>*>tr>td.border-bottom,.table>*>tr>th.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.table>thead>tr>th {
    padding: 6px 12px;
    text-align: left;
    vertical-align: bottom;
    border-bottom: 2px solid rgba(0,0,0,0.1)
}

.table>thead>tr>th.main {
    width: 100%
}

.table>tfoot {
    padding: 6px 12px;
    text-align: left;
    border-top: 1px solid rgba(0,0,0,0.1)
}

.table.table-bordered {
    border: 1px solid rgba(0,0,0,0.1)
}

.table.table-bordered>*>tr>td {
    border-top: 1px solid rgba(0,0,0,0.1)
}

.table.table-striped>tbody>tr:nth-of-type(odd) {
    background: #f9f9f9
}

.table.table-striped>tbody>tr:nth-of-type(even) {
    background: #fff
}

.table.table-hover>tbody>tr {
    transition: background 125ms linear
}

.table.table-hover>tbody>tr:hover {
    background: #ececec
}

.table.data-table {
    white-space: nowrap
}

.table-responsive {
    overflow-x: auto
}

.table-responsive>.table {
    margin-bottom: 0
}

.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align:left !important
    }

    .text-sm-center {
        text-align: center !important
    }

    .text-sm-right {
        text-align: right !important
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align:left !important
    }

    .text-md-center {
        text-align: center !important
    }

    .text-md-right {
        text-align: right !important
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align:left !important
    }

    .text-lg-center {
        text-align: center !important
    }

    .text-lg-right {
        text-align: right !important
    }
}

/*# sourceMappingURL=public_html/includes/templates/default.catalog/css/framework.min.css.map */
@font-face {
    font-family: 'BPG-Nino';
    src: url('https://1step.ge/fonts/bpg_nino_mtavruli_normal.eot');
    src: url('https://1step.ge/fonts/bpg_nino_mtavruli_normal.woff') format('woff');
    src: url('https://1step.ge/fonts/bpg_nino_mtavruli_normal.svg') format('svg');
    src: url('https://1step.ge/fonts/bpg_nino_mtavruli_normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.tab-content iframe {
    width: 100%;
}

.btn.btn-default:hover {
    background: #3f444a !important;
    color: #ffffff;
}

.btn.btn-default.active:hover {
    background: #a5a5a5 !important;
}

.pagination>li>a:hover {
    background: #ffd54b;
    color: #000000;
}

.full-title {
    font-size: 35px;
    margin-top: -23px;
    margin-bottom: 10px;
}

.tel-numb {
    font-size: 18px;
    font-weight: bold;
}

.breadcrumb li {
    background: #f4f4f4;
    margin-right: 5px;
    padding: 13px;
    margin-bottom: 1px;
    border-radius: 4px;
    color: #919191;
    /* box-shadow: 0 10px 25px rgb(0 0 0 / 12%); */
    font-size: 12px;
    font-weight: bold;
}

ul.breadcrumb li::before {
    /* content: "/\00a0"; */
    content: "" !important;
    padding: 0 5px;
    color: #ccc;
}

@media only screen and (max-width: 600px) {
    .breadcrumb li {
        background: #e5e5e5;
        margin-right: 5px;
        padding: 9px;
        margin-left: 1px;
        border-radius: 4px;
        font-size: 12px;
        /* font-weight: bold; */
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 600px) {
    .tel-numb {
        font-size: 12px;
        font-weight: bold;
    }
}
}
}

@media only screen and (max-width: 600px) {
    .carousel {
        position: relative;
        padding: 5px 5px 0px !important;
        background: #2196f3;
        border-radius: 4px;
    }
}
}

.full-title h1 {
    font-size: 35px;
}

.loan-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
}

#onlineloan {
    background: #ffffff;
    padding: 20px;
}

.btn_onlloan {
    width: 200px;
    height: 65px;
    background: #91c231;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.btn_onlloan:hover {
    background: #000000;
    color: # ffffff;
}

div#box-information {
    padding: 10px;
    background: #ffffff;
    color: #000000;
    margin-top: 16px;
}
.tbc_installment {
    margin-left: 15px;
}

    .newnavigation{
        margin-bottom: 15px;
    }
    .navbar-header.navbar-right {
    width: 321px;
    }
/* GENERAL BODY STYLES */
body { 
  margin: 0; 
  font-family: 'Inter', sans-serif; 
  background: #f2f4f7; 
}

/* NAVBAR */
.navbar {
  position: relative;
  background: #ec5e2a;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px; /* Added space between logo, menu, and search */
  flex-wrap: wrap; /* Ensure items wrap on smaller screens */
}

/* NAVBAR LEFT SECTION - LOGO */
.navbar-left {
  display: flex;
  align-items: center;
}

.logotype img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
   /* Added margin between logo and next element */
}






/* Live Search Results */
#liveSearchResults {
  position: absolute;
  top: 100%;
  left: 0;
  width: 350px;  /* Same width as search form */
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  z-index: 99999;
}

#liveSearchResults .item {
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s, transform 0.2s;
}

#liveSearchResults .item:hover {
  background: #f0f8ff;
}

#liveSearchResults img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
}

#liveSearchResults .name {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.maragi{
    width: 155px;
}
.onlineloan{
    background: #ffd54b;
    padding: 12px 5px 9px;
    border-radius: 5px;
    width: 194px;
    text-align: center;
    font-family: 'BPG-Nino';
    cursor: pointer;
}
.onlineloan {
  background: #ffd54b;
  display: inline-block;
  padding: 12px 25px;
  color: #000000;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}
.onlineloan:hover {
  background: #4CAF50;
  color: #ffffff;
}

/*modali */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.modal-content {
  background: white;
  width: 400px;
  margin: 10% auto;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  text-align: center;
}

.closeBtn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

.form-input {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.sendBtn {
  background: #28a745;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
}
.sendBtn:hover {
  background: #218838;
}
.loanwrp{
	border: 1px solid #e8e8e8;
    margin: 5px;
    background: #ffffff;
    float: left;
    width: 197px;
    height: auto;
    text-align: center;
    box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
}
.loanwrp:hover{.loanwrp{
    width: 135px;
    height: auto;
}
	box-shadow: 0 10px 25px rgb(0 0 0 / 12%);
}
.loanwrp img{
    width: 135px;
}


.desktop-div {
  display: block;
}
.mobile-div {
  display: none;
}


@media (max-width: 1024px) {
  .desktop-div {
    display: none;
  }
  .mobile-div {
    display: block;
  }
}


.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ec5e2a;
  color: white;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 1000;
  font-family: sans-serif;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}


.logo {
  font-weight: bold;
}
.logoimg {
  width: 135px;
  height: auto;
}

.menu-btn {
  font-size: 26px;
  cursor: pointer;
  user-select: none;
}


.side-menu {
  position: fixed;
  top: 0;
  right: -250px; 
  width: 250px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 6px rgba(0,0,0,0.2);
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  z-index: 999;
  font-family: 'BPG-Nino';
}

.side-menu a {
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.side-menu a:hover {
  background: #f2f2f2;
}


.side-menu.active {
  right: 0;
}
.catalog-btn{
	padding: 10px;
	background: #ffd54b;
	font-size: 12px;
	font-family: BPG-Nino;
	border-radius: 10px;
	color: #000000;
}
.brw{
	margin-top: 64px;
    padding: 10px;
}
.mob-sidebar .nav-pills li a{
    font-size: 15px;
}
.headernew {
    background: #ec5e2a;
}