body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #333;
}
a:hover {
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
.langs {
    list-style: none;
    padding:0;
    margin:0;
    display:inline-block;
}
.langtext {
    display:inline-block;
    color: #bef2ff;
    font-family: "Open Sans";
    font-size: 10px;
    line-height: 20px;
}
#top-links a {
    display:inline-block;
    padding-right:5px;
    padding-left:5px;
}
#top-links #links{
    list-style: none;
    padding:0;
    margin:0;
    display:inline-block;
}

.langs li {
    display:inline-block;
    padding-right:5px;
    padding-left:5px;
}
/* top */
#top {
    background-color: #4cb1ca;
    //border-bottom: 1px solid #e2e2e2;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

.langs button , #top-links a{
    color: #fff;
    font-family: "Open Sans";
    margin-left: 5px;
    margin-right: 5px;
    padding:0;
    width:auto;
    text-decoration: none;
    font-size: 10px;
    line-height: 20px;
    display:inline-block;
}

.langs button:hover{
    color: #fff;
}
.langs li .line, #top-links ul li .line , #top-links .line{
    display:none;
    color:#bef2ff;
    font-size:10px;
    position:absolute;
    display:inline-block;
    line-height:22px;
}

.langs li:last-of-type .line , #top-links ul li:last-of-type .line{
    display:none;
}
#top-links ul {
    list-style: none;
    display:inline-block;
    padding:0;
    margin:0;
}
#top-links ul li {
    display:inline-block;
}
#top-links ul li a{
    color:#fff;
}
/* logo */
#logo {
    margin: 0 0 10px 0;
    display:inline-block;
    vertical-align: top;
}
/* search */
#search {
    margin-bottom: 10px;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
    margin-bottom: 10px;
}
.navbar-toggle .icon-bar {
    background-color:#fff;
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
/*#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}
#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}*/
/* content */
#content {
    min-height: 600px;
}
/* footer */
/*footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #ccc;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}*/
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #444;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
#menu {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
}
#menu .buttonBox {
    display: inline-block;
    margin-right: 10px;
    max-width: 350px;
    /*min-width: 115px;*/
    padding-top: 40px;
    position: relative;
}
#menu .buttonBox .button {
    background-repeat: no-repeat;
    color: #404040;
    cursor: pointer;
    display: inline-block;
    font-family: "Calibri",Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 36px;
    min-width: 70px;
    padding-left: 45px;
    text-transform: uppercase;
}
#menu .buttonBox .buttonNew {
    background-repeat: no-repeat;
    color: #404040;
    cursor: pointer;
    display: inline-block;
    font-family: "Calibri",Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 36px;
    min-width: 20px;
    padding-left: 5px;
    text-transform: uppercase;
}
#menu .buttonBox .arrow {
    background-image: url("../image/arrow.png");
    display: none;
    height: 22px;
    left: 20%;
    position: absolute;
    top: 0;
    width: 48px;
}
#menu .akcijos {
    background-image: url("../image/akcijos.png");
    background-size: contain;
}
#menu .leidiniai {
    background-image: url("../image/leidiniai.png");
    background-size: contain;
}
#menu .kortele {
    background-image: url("../image/alkoholis.png");
    background-size: contain;
}
#menu .zebra {
    background-image: url("../image/zebra.png");
    background-size: contain;
}
#menu .button:hover {
    color: #4cb1ca;
}
#menu .akcijos:hover {
    background-image: url("../image/akcijosActive.png");
}
#menu .leidiniai:hover {
    background-image: url("../image/leidiniaiActive.png");
}
#menu .kortele:hover {
    background-image: url("../image/alkoholisHover.png");
    background-size: contain;
}
#menu .zebra:hover {
    background-image: url("../image/zebraActive.png");
}
#menu .buttonActive {
    color: #4cb1ca !important;
}
#menu .akcijosActive {
    background-image: url("../image/akcijosActive.png");
}
#menu .leidiniaiActive {
    background-image: url("../image/leidiniaiActive.png");
}
#menu .korteleActive {
    background-image: url("../image/korteleActive.png");
}
#menu .zebraActive {
    background-image: url("../image/zebraActive.png");
}
#menu .button .text {
    display: table-cell;
    height: 36px;
    vertical-align: middle;
    white-space: nowrap;
}
#menu .buttonNew .text {
    display: table-cell;
    height: 36px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
}

//
#contentDIV {
    background-color: #fff;
    width: 100%;
}
#contentDIV h1 {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    font-family: "Trebuchet MS";
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 8px 40px 8px 30px;
    margin-top:20px;
    margin-bottom:15px;
    text-transform: uppercase;
}
#contentDIV #bgAkcijos {
    background-size: cover;
    height: 300px;
    padding-top: 40px;
    width: 100%;
}
#contentDIV #bgImage {
    background-image: url("../image/food.jpg");
    background-size: cover;
    height: 500px;
    padding-top: 40px;
    width: 100%;
    position:absolute;
}
#contentDIV #bgImage2 {
    background-image: url("../image/food2.jpg");
    background-size: cover;
    height: 300px;
    padding-top: 40px;
    width: 100%;
    position:absolute;
}
#contentDIV #bgImage3 {
    background-image: url("../image/clothes.jpg");
    background-size: cover;
    height: 300px;
    padding-top: 40px;
    width: 100%;
    position:absolute;
}
#contentDIV #bgImage4 {
    background-image: url("../image/kortele.jpg");
    background-size: cover;
    height: 300px;
    padding-top: 40px;
    width: 100%;
    position:absolute;
}
#map-canvas {
    height:500px;
    width:100%;
    border-radius:15px;
}
#contentDIV .leidiniaiW {
    width: 580px !important;
}
#contentDIV #contentBox {
    background-clip: padding-box;
    background-color: #fff;
    /*border: 4px solid rgba(50, 50, 50, 0.3);*/
    /*border-radius: 15px;*/
    /*box-shadow: 0 0 10px 0 rgba(10, 10, 10, 1);*/
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}
#contentDIV h2.mainName {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    color:#000;
}

#contentBox .item {
    border-radius: 0 10px 10px 0;
    padding: 25px;
    padding-left:40px;
    padding-right:40px;
    position: relative;
}
#contentBox {
    position: relative;
}

//

#contentBox .item .kaina {
    font-family: "Trebuchet MS";
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;

}
#contentBox .item .kaina del {
    color: darkred;
    font-size: 25px;
    font-weight: normal;
}
#contentBox .item .image {
    text-align: center;
    margin-top:30px;
}
#contentBox .item .image img {
}
#contentBox .item h2 {
    font-family: "Trebuchet MS";
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    margin-top: 25px;
}
#contentBox .item h3 {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
#contentBox .item .discount {
    background-image: url("../image/discount.png");
    background-repeat: no-repeat;
    height: 137px;
    opacity: 0.9;
    position: absolute;
    right: -20px;
    top:0px;
    width: 159px;
}
#contentBox .item .discount .textBox {
    color: #fff;
    display: table-cell;
    height: 137px;
    vertical-align: middle;
    width: 159px;
}
#contentBox .item .discount .number {
    font-family: "Trebuchet MS";
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-left: 20px;
    text-align: center;
}
#contentBox .item .discount .nuolaida {
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-left: 18px;
    text-align: center;
    text-transform: uppercase;
}
#contentBox .leidinys {
    background-color: #4cb1ca;
    border-radius: 0 10px 10px 0;
    height: 360px;
    padding: 15px 25px 35px;
}
@media screen and (max-width:768px){
    #contentBox .leidinys { border-radius: 0 0 10px 10px;}
}
#contentBox .leidinys .image {
    margin-top: 5px;
}
#contentBox .leidinys .image img {
    box-shadow: 3px 3px 5px 0 rgba(50, 50, 50, 0.75);
    height: 280px;
}
#contentBox .leidinys h2 {
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
#contentBox .leidinys h3 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
/*
*/

#contentBox .leidinys2 {
    background-color: #4cb1ca;
    height: 360px;
    padding: 15px 25px 35px;
}
#contentBox .leidinys2 .image {
    margin-top: 5px;
}
#contentBox .leidinys2 .image img {
    box-shadow: 3px 3px 5px 0 rgba(50, 50, 50, 0.75);
    height: 280px;
}
#contentBox .leidinys2 h2 {
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
#contentBox .leidinys2 h3 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}


#contentBox .item .kaina {
    font-family: "Trebuchet MS";
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    line-height: 35px;
    margin-top: 30px;
    text-align: center;
    color:#000;
    padding-left: 0;
    padding-right: 0;
}

/*

*/
#contentDIV #itemsScroll {

    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 15px;
    text-align: center;
    white-space: nowrap;
}
#contentDIV #itemsScroll .item {
    background-color: #fff;
    /*border: 1px solid #ccc;*/
    /*border-radius: 8px;*/
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    padding: 5px;
    position: relative;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    width:100%;
    height: 250px;
}
#contentDIV #itemsScroll .item .imageI {
    display: block;
    height: 200px;
    float:left;
    margin-right: 5px;
    text-align: center;
    width: 180px;
}
#contentDIV #itemsScroll .item .imageI img {
}
#contentDIV #itemsScroll .item .text {
    color: #333;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
    width: 170px;
    bottom: 19%;
    position: absolute;
    right: 2%;
    text-align: center;
}
#contentDIV #itemsScroll .item .kaina {
    color: white;
    font-family: "Trebuchet MS";
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    background: #392d6b;
    text-align: center;
    top: 40%;
    padding: 8px;
    right: 10%;
}
#contentDIV #itemsScroll .item .kainaSena {
    color: #392d6b;
    top: 31%;
    border: solid 2px #392d6a;
    background: white;
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    right: 26%;
    position: absolute;
}
.kurpard{
    position: absolute;
    bottom: 0;
    right: 0;
}
.kurpard2{
    position: absolute;
    bottom: 5px;
    left: 7px;
}

/*
.
*/
.base {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    color: #000;
    font-size: 11px;
    font-weight: 500;
    padding: 0 3px;
}
#footer {
    width: 100%;
/*    border-top:20px solid #0b4b5a;*/
/*    margin-top:30px;*/
}
#footer-subscribe{
    background: #0b4b5a;
    padding: 25px 0 15px 0;
    color: #fff;
    margin-top:30px;
}
#footer-subscribe h4{
    font-size: 24px;
    color: #fff;
}
#footer-subscribe label[for="policy-subscribe"]{
    font-size: 11px;
    max-width: 500px;
}
#footer-subscribe .agree-box{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 7px;
}
#footer-subscribe #success-message{
    color: #ffffff;
    font-size: 16px;
    text-decoration: underline;
    display: none;
    margin-top: 15px;
}
#footer-subscribe .form-inputs{
    display: flex;
}
#footer-subscribe .form-inputs input{
    width: 100%;
    padding: 8px 12px;
    color: #0b4b5a;
    font-size: 16px;
}
#footer-subscribe .form-inputs button{
    background: #4cb1ca;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
}
#footer-subscribe .form-inputs button:hover{
    background-color: #3490a7;
}
#footer h2 {
    color: #eee;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    text-transform: uppercase;
}
.footerDIV {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#footer #topDIV {
    background-color: #4cb1ca;
    padding: 15px;
}
#footer #topDIV .advButton {
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 36px;
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 45px;
    text-transform: uppercase;
}
#footer #topDIV .advButton .text {
    display: table-cell;
    height: 36px;
    vertical-align: middle;
}
#footer #topDIV .kortele {
    background-image: url("../image/kortele2.png");
}
#footer #topDIV .baze {
    background-image: url("../image/baze.png");
}
#footer #topDIV .ac {
    background-image: url("../image/aa.png");
}
#footer #topDIV .zebra {
    background-image: url("../image/zebra2.png");
}
#footer #topDIV .advButton:hover {
    color: #111;
}
#footer #topDIV .kortele:hover {
    background-image: url("../image/kortele2hover.png");
}
#footer #topDIV .baze:hover {
    background-image: url("../image/bazeHover.png");
}
#footer #topDIV .ac:hover {
    background-image: url("../image/ac.png");
}
#footer #topDIV .zebra:hover {
    background-image: url("../image/zebra2hover.png");
}
#footer #middleDIV {
    background-color: #39a0b9;
    padding-bottom: 40px;
    padding-top: 15px;
}
#footer #middleDIV #karjera, #footer #middleDIV #kortele, #footer #middleDIV #social {
    color: #fff;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    vertical-align: top;
}
#footer #middleDIV #karjera {

}
#footer #middleDIV #kortele {

}
#footer #middleDIV #karjera p, #footer #middleDIV #kortele p {
    border-bottom: 1px solid #4cb1ca;
    font-weight: normal;
    padding-bottom: 8px;
}
#footer #middleDIV #karjera a, #footer #middleDIV #kortele a {
/*    float: right;*/
    color: #fff;
    font-weight: normal;
}
#footer #middleDIV #karjera a img, #footer #middleDIV #kortele a img {
    border: 0 none;
    margin-bottom: -8px;
    margin-right: 5px;
}
#footer #bottomDIV {
    background-color: #0b4b5a;
    color: #eee;
    font-family: "Open Sans";
    font-size: 11px;
    line-height: 20px;
    padding: 10px;
}
#footer #bottomDIV #links {
    text-align:right;
}
#footer #bottomDIV a {
    color: #fff;
    font-family: "Open Sans";
    font-weight: normal;
    text-decoration: none;
}
#footer #bottomDIV a:hover {
    text-decoration: underline;
}
/*
*/
#akcijos .itemBox {
    margin-top: 15px;
    /*border: 1px solid #ccc;*/
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    cursor: pointer;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
    min-height: 210px;
    position: relative;
    vertical-align: top;
}
#akcijos .itemBox:hover{
    box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow:  0px 2px 9px 2px rgba(0, 0, 0, 0.31);
}
#akcijos .itemBox .discount {
    background-color: #f11515;
    color: #fff;
    font-family: "Trebuchet MS";
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    top: 8%;
    transform: skewY(-7deg);
    padding: 5px 12px;
}
#akcijos .itemBox .discount::before {
    background: #b71315;
    clip: rect(7px,60px,200px,0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    content: '';
    height: 37px;
    width: 3px;
    display: block;
    position: absolute;
    left: -3px;
    z-index: 0;
    bottom: 4px;
    -webkit-transform: skewY(-50deg);
    -ms-transform: skewY(-50deg);
    transform: skewY(50deg);
}
#akcijos .itemBox .price {
/*    background-color: #4cb1ca;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    padding: 1px;
    text-align: center;*/
        background-color: #382d6d;
    color: #fff;
    font-size: 26px;
    padding: 8px 8px 3px 22px;
    position: absolute;
    right: 0;
    top: 55%;
}
#akcijos .itemBox .price::after{
    /*background: #2a1f5a;
    clip: rect(7px,60px,200px,0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    content: '';
    height: 55px;
    width: 4px;
    display: block;
    position: absolute;
    right: -2px;
    z-index: 0;
    bottom: 0px;
    -webkit-transform: skewY(-25deg);
    -ms-transform: skewY(-25deg);
    transform: skewY(-25deg);*/
}
#akcijos .itemBox .image {
    overflow: hidden;
    text-align: center;
}
#akcijos .itemBox .image img {
    /*max-width: 110px;*/
    max-height: 200px;
}
#akcijos.alkoholis .itemBox .image img {
    min-width: 200px;
    max-width: 200px;
}
#akcijos .itemBox .price del {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    left: 4px;
    position: absolute;
}
#akcijos .itemBox .itemName {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    padding: 5px;
    height: 65px;
    color: #000;
    padding-top: 8px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 10px;
}
#akcijos .itemBox .popup {
    background-image: url("../image/popup.png");
    height: 394px;
    left: 25%;
    opacity: 0;
    position: absolute;
    top: -100%;
    visibility: hidden;
    width: 523px;
    z-index: 50;
}
#akcijos.alkoholis .itemBox .popup {
    top:-80%;
}
.itemBox > .parduotuves {
    background-color: #4cb1ca;
    color: #fff;
    font-family: "Open Sans";
    font-size: 11px;
    padding: 5px 5px 5px 10px;
    display:none;
}
.itemBox > .parduotuves img {
    margin-top: -3px;
    margin-right: 3px;
}
.itemBox > .desc {
    font-size: 10px;
    text-align: center;
    color: #616161;
    position: absolute;
    right: 7px;
    top: 69%;

}
.itemBox > .until {
    font-size: 11px;
    text-align: center;
    color:#888;
    position: absolute;
    bottom: 5px;
    right: 7px;

}
.itemBox > .onone {
    display:none;
}


#akcijos {
    padding:15px;
}
#akcijos .itemBox .popup2 {
    background-image: url("../image/popupB2.png");
    height: 277px;
    opacity: 0;
    position: absolute;
    right: 50%;
    top: -100%;
    visibility: hidden;
    width: 420px;
    z-index: 50;
}
#akcijos .itemBox:hover .popup, #akcijos .itemBox:hover .popup2 {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
}
#akcijos .itemBox .popupBox {
    color:#000;
    padding: 20px;
    height:100%;
}
#akcijos .itemBox .popupBox .title, #akcijos .itemBox .popup .popupBox .desc {
    font-family: "Open Sans";
}
#akcijos .itemBox .popupBox .title {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color:#000;
}
#akcijos .itemBox .popupBox .desc {
    font-size: 11px;
    text-align: center;
    color:#000;
}
#akcijos .itemBox .popupBox .priceTag {
    bottom: 100px;
    position: absolute;
    right: 40px;
    text-align: center;
    width: 100px;
}
#akcijos .itemBox .popupBox .priceTag .oldPrice {
    color: darkred;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}
#akcijos .itemBox .popupBox .priceTag .newPrice {
    color: #4cb1ca;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
#akcijos .itemBox .popupBox .img {
    text-align: center;
    width: 245px;
}
#akcijos .itemBox .popupBox .img img {
}
#akcijos .itemBox .popupBox .parduotuves {
    background-color: #4cb1ca;
    border-radius: 16px 0;
    bottom: 47px;
    color: #fff;
    font-family: "Open Sans";
    font-size: 11px;
    opacity: 0.9;
    padding: 5px 5px 5px 10px;
    position: absolute;
    right: 12px;
}
#akcijos .itemBox .popupBox .parduotuves img {
    margin-top: -3px;
    margin-right: 3px;
}

.noPadd {
    padding:0;
}
.menuCats {
    padding:15px;
}
.menuCats a{
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    margin: 0 0 10px 5px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.menuCats a.buttonActive{
    background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width:991px){
    .itemBox > .parduotuves , .itemBox > .desc ,.itemBox > .onone {
        display:block;
    }
    #akcijos .itemBox:hover .popup, #akcijos .itemBox:hover .popup2 {
        display:none !important;
    }
    .itemBox > .desc {
        height:20px;
    }
}
@media screen and (max-width:768px){
    #akcijos .itemBox .itemName {
        height:auto;
    }
}@media screen and (min-width:992px){
    .menuCats a{
        display:block;
    }
    #akcijos > div:nth-of-type(3n) .popup{
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        left: auto;
        right:25%;
        -ms-filter: "FlipH";
    }
    #akcijos  > div:nth-of-type(3n) .popup .popupBox .parduotuves{
        right: 13px;
    }

    #akcijos > div:nth-of-type(3n) .popup > div{
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
}
.itemBox .infos {
    position:absolute;
    top:0;
    right:0;
}
.itemBox .infos img {
    display:block;
}

body {
    background-color: #0b4b5a;
    font-family: "Trebuchet MS",sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
body, html {
    height: 90%;
}
body {
    background-color: #fff;
    font-family: "Trebuchet MS";
    font-size: 11px;
    margin: 0;
}
#contentBox #kortele, #contentBox #zebre, #contentBox #karjera {
    font-family: "Open Sans";
    font-size: 13px;
    padding: 15px 25px;
    text-align: justify;
    color:#000;
}
#contentBox {
    /*min-height:330px;*/
}
#contentBox.listcats {
    min-height:auto;
}
.mainItemEff > div:nth-of-type(n+2) {
    display:none;
}
@media screen  and (max-width:400px){
    #footer #middleDIV #karjera a, #footer #middleDIV #kortele a {
        float:none;
    }
}
.groupsMenu {
    margin-bottom: -5px;
}
.groupsMenu .button {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    margin: 0 0 10px 5px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.groupsMenu .button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.groupsMenu .buttonActive {
    background-color: rgba(0, 0, 0, 0.8);
}
#kontaktaiVerslui {
    font-family: "Open Sans";
    font-size: 13px;
    padding: 15px 25px;
}
@media(max-width: 768px){
    #topMenuLine{
        text-align: center;
    }
}
table {
    border: 0 solid #ccc;
    border-collapse: collapse;
}
td {
    border: 0 none;
}
td p {
    font-size: 12px;
    margin: 0;
    padding-left: 15px;
}
#kontaktaiVerslui a {
    font-weight: bold;
}
tr {
    border-bottom: 1px solid #ccc;
}
tr:nth-child(2n+1) {
    background: #e5e5e5 none repeat scroll 0 0;
}
tr:first-child {
    background-color: #333;
    color: #fff;
}
tr:first-child strong {
    font-weight: normal;
}
#topBar {
    background-color: #4cb1ca;
    padding: 5px 0;
    position: relative;
    width: 100%;
}
#topBar #topBarFrame {
    color: #bef2ff;
    font-family: "Open Sans";
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 850px;
}
#topBar #topBarFrame a {
    color: #fff;
    font-family: "Open Sans";
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
}
#topBar #topBarFrame a:hover {
    text-decoration: underline;
}
#topBar #topBarFrame #language {
    left: 0;
    position: absolute;
}
#topBar #topBarFrame #links {
    position: absolute;
    right: 0;
}
@media screen  and (max-width:680px){
    #menu .buttonBox {
        width:100%;
        padding-top:15px;
    }
    #menu .buttonBox .button {
        font-size:20px;
        height:30px;
        padding-left:40px;
    }
}

.groupsMenuSmall {
    display: none;
    margin-bottom: -5px;
    margin-left: 15px;
    margin-right: 15px;
}
.groupsMenuSmall .button {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
    margin: 0 0 10px 5px;
    padding: 5px 15px;
}
.groupsMenuSmall .button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.groupsMenuSmall .buttonActive {
    background-color: rgba(0, 0, 0, 0.8);
}
.captcha {
    margin-top: 10px;
}
.formbuilderform {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 720px;
}
.formbuilderform .required {
    display: inline;
}
.formbuilderform .required label, .formbuilderform .required input {
    float: left;
    width: 250px;
}

.formbuilderform .required select {
    float: left;
}
#fbrp__47 div, #fbrp__52 div {
    display: inline;
}
#fbrp__47, #fbrp__52 {
    text-align: center;
}
#fbrp__47 label, #fbrp__52 .p5 {
    padding: 0 5px;
}
#fbrp__47 input, #fbrp__52 input {
    width: 140px;
}
fieldset {
    margin: 10px 0;
}
legend {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}
#fbrp__59, #fbrp__64, #fbrp__72, #fbrp__77, #fbrp__83 fieldset {
    border: medium none;
    display: inline;
    height: 140px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 142px;
}
#fbrp__59 legend, #fbrp__64 legend, #fbrp__72 legend, #fbrp__77 legend {
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0;
}
#fbrp__131 input, #fbrp__83 input, #fbrp__83 .statinis, #fbrp__59 input, #fbrp__64 input, #fbrp__72 input, #fbrp__77 input, #fbrp__131 div {
    width: 150px;
}
#fbrp__45 div, #fbrp__59 div, #fbrp__64 div, #fbrp__72 div, #fbrp__77 div, #fbrp__83 div, #fbrp__131 div {
    float: left;
    padding: 5px 0;
}
.linija {
    border-bottom: 1px solid #999999;
    height: 5px;
    margin-bottom: 5px;
    width: 100%;
}
#fbrp__83 .w70 {
    text-align: center;
    width: 75px;
}
#fbrp__83 .statinis {
    padding-left: 5px;
}
#fbrp__131 .lentele {
    width: 560px;
}
#kalbu-lentele td {
    width: 140px;
}
#fbrp__131 div {
    //height: 20px;
}
#fbrp__131 input {
    width: 130px;
}
#fbrp__154 label {
    float: left;
    width: 300px;
}
#fbrp__154 div {
    padding: 5px 0;
}
.form-kortele div {
    float: left;
    margin: 5px;
}
.form-kortele label, .form-kortele input, #fbrp__167 {
    float: left;
    width: 250px;
}
.form-kortele .cms_dropdown {
    float: left;
}
.submit {
    float: left;
    padding: 10px;
    text-align: center;
    width: 100%;
}
#cntnt01fbrp_submit {
    margin-top: -10px;
}
@media screen and (max-width:768px){
    #top-links  ,#top-links a{
        display:block;
        width:100%;
        font-size:17px;
        line-height:25px;
    }
    .mobilemenulink {
        height:50px;
    }
    #top-links {
        padding-right:15px;
        padding-left:15px;
    }
    #navbar {
        padding-right:0px;
        padding-left:0px;
    }
    .langslist {
        padding-right:15px;
        padding-left:15px;
        display:block;
        width:100%;
        border-bottom: 1px solid transparent;
        padding-bottom:2px;
        margin-bottom:2px;
        box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3) inset;
    }
    .langslist .langtext {
        width:100%;
        font-size:17px;
        line-height:25px;
        display:block;
    }
    .langslist .langs li .line , #top-links .line{
        display:none;
    }
    .langslist .langs , .langslist .langs li {
        display:block;
        width:100%;
        line-height:25px;
        font-size:17px;
    }
    .langslist .langs li button {
        font-size:17px;
        line-height:25px;
    }
    /*

    */

    .formbuilderform {
        width:100%;
    }
    #fbrp__45 > div, #fbrp__59 > div, #fbrp__64 > div, #fbrp__72 > div, #fbrp__77 > div, #fbrp__83 > div, #fbrp__131 > div {
        width:100%;
    }
    #fbrp__64 > div {
        width:50%;
    }
    .formbuilderform .required label, .formbuilderform .required input {
        width:100%;
    }
    select {
        width:100%;
    }
    #fbrp__52 > div:nth-of-type(n) {
        width:10%;
    }
    #fbrp__52 > div:nth-of-type(2n)  {
        width:90%;
    }
    #fbrp__47 div, #fbrp__52 div {
        display:inline-block;
    }
    #fbrp__59, #fbrp__64, #fbrp__72, #fbrp__77, #fbrp__83 fieldset {
        height:auto;
        width:100%;
    }
    #fbrp__83 .w70 {
        width:100%;
    }
    #fbrp__154 label {
        width:100%;
    }
    /* Force table to not be like tables anymore */
    .inesrters table, .inesrters thead,.inesrters tbody,.inesrters th,.inesrters td,.inesrters tr {
        display: inline-block;
    }
    .inesrters tr:first-of-type {
        display:none;
    }
    .inesrters, #fbrp__131 .lentele  {
        width:100%;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .inesrters thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .inesrters tr { border: 1px solid #ccc; }

    .inesrters td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        width:100%;
    }

    .inesrters td:before {
        /* Now like a table header */
        //position: absolute;
        /* Top/left values mimic padding */
        // top: 6px;
        //left: 6px;
        float:left;
        width:100%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
    Label the data
    */
    .inesrters td:nth-of-type(1):before { content: ""; }
    .inesrters td:nth-of-type(2):before { content: "Skaitymas"; }
    .inesrters td:nth-of-type(3):before { content: "Rašymas"; }
    .inesrters td:nth-of-type(4):before { content: "Kalbėjimas"; }
}
.margin15px {
    margin-left: 15px;
}
.items-top .arrow-left{
    position:absolute;
    left:5px;
    background: url("../image/arrowLeft.png");
    height:52px;
    width:13px;
    background-size: contain;
    top:50%;
    z-index:50;
}
.items-top .arrow-right{
    position:absolute;
    right:5px;
    background: url("../image/arrowRight.png");
    height:52px;
    width:13px;
    background-size: contain;
    top:50%;
    z-index:50;
}
.items-top .arrow-right:hover {
    background: url("../image/arrowRightA.png");

    background-size: contain;
    cursor:pointer;
}
.items-top .arrow-left:hover {
    background: url("../image/arrowLeftA.png");

    background-size: contain;
    cursor:pointer;
}
.bottomSliderText{
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.jTscrollerContainer .arrow-left{
    position:absolute;
    left:1px;
    background: url("../image/arrowLeft.png");

    background-size: contain;
    height:52px;
    width:13px;
    top:70px;
    background-size: contain;
    z-index:50;
}
.jTscrollerContainer .arrow-right{
    position:absolute;
    right:1px;
    background: url("../image/arrowRight.png");

    background-size: contain;
    height:52px;
    width:13px;
    top:70px;
    background-size: contain;
    z-index:50;
}
.jTscrollerContainer .arrow-right:hover{
    background: url("../image/arrowRightA.png");

    background-size: contain;
    cursor:pointer;
}
.jTscrollerContainer .arrow-left:hover{
    background: url("../image/arrowLeftA.png");

    background-size: contain;
    cursor:pointer;
}
.itemNr1:hover{
    box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.31)!important;
    -webkit-box-shadow:  0px 2px 9px 2px rgba(0, 0, 0, 0.31)!important;
}
.jTscroller > .itemNrX1:nth-of-type(n+4) {
    display:none;
}
.oldPrice{
    background: #fff;
    color: #382d6d;
    padding: 12px;
    width: auto;
    position: absolute;
    top: 35%;
    left: 10%;
    font-size: 28px;
    text-decoration: line-through;
    border: solid 2px #382d6d;
}
.newPrice{
    position: absolute;
    left: 20%;
    top: 48%;
    font-size: 52px;
    color: #ffffff;
    background: #392d6c;
    padding: 23px;
    box-shadow: 1px 1px 1px 1px #392d6b;
}
.pricefk{
    position: absolute;
    bottom: 20%;
    left: 48%;
}
.pricefk2{
    position: absolute;
    bottom: 25%;
    left: 65%;
}
@media screen and (max-width:992px){
    .jTscroller > .itemNrX1:nth-of-type(n+3) {
        display:none;
    }
}
@media screen and (max-width:768px){
    .jTscroller > .itemNrX1:nth-of-type(n+2) {
        display:none;
    }
    .jTscrollerContainer .arrow-left{
        position:absolute;
        left:1px;
        background: url("../image/arrowLeft.png");
        height:156px;
        width:40px;
        top:30px;
        background-size: contain;
        z-index:50;
    }
    .jTscrollerContainer .arrow-right{
        position:absolute;
        right:1px;
        background: url("../image/arrowRight.png");
        height:156px;
        width:40px;
        top:30px;
        background-size: contain;
        z-index:50;
    }
    .items-top .arrow-left{
        position:absolute;
        left:1px;
        background: url("../image/arrowLeft.png");
        height:156px;
        width:40px;
        background-size: contain;
        top:30%;
        z-index:50;
    }
    .items-top .arrow-right{
        position:absolute;
        right:1px;
        background: url("../image/arrowRight.png");
        height:156px;
        width:40px;
        background-size: contain;
        top:30%;
        z-index:50;
    }

}
.jTscroller {
    height: 250px;
    /*overflow: hidden;*/
}
.information-information-14 #zebre{
    padding-bottom:  45px;
}
.information-information-14 #zebre img{
    width:  100%;
    height:  auto;
}
.delivery-locations{
    width:  100%;
    height:  auto;
    display: block;
    padding-bottom: 45px;
}
.delivery-location {
    width: 33.33%;
    float: left;
}
.mt-4{
    margin-top: 2rem;
}