#lg-download {
    display: none;
}

.demo-css {
    display: none;
}

.topsearch .search-wrap.search-btn {
    width: 40px;
}

.search-btn button {
    background-color: #214687;
    border: none;
    margin: 5px 0;
    padding: 0;
}

.search-btn button img {
    height: 35px;
}

section.search-big-grid .new-project .single-image .on-text-wrap {
    padding: 7% 90px 7% 7%;
}

.gm-style-pbc img {
    width: 30px!important;
}

.note-editable.panel-body {
    min-height: 400px;
}


/* Video overlay */

.over-video {
    background-color: #06101f47;
}


/* logo bgr */

.logo-container {
    background-color: rgba(255, 255, 255, 0.8);
}

#investiciju-pakalpojumi .offer-wrap:hover .offer-right {
    margin-left: 34%;
}

#investiciju-pakalpojumi .offer-wrap:hover .btn {
    display: none;
}

@media (max-width: 768px) {
    #investiciju-pakalpojumi .offer-wrap:hover .btn {
        display: block;
    }
}

.pop-up h2 {
    font-size: 2em;
}

body.single .right-block #animated-img a:hover::after {
    padding-top: calc(50% - 100px);
}

.search-grid .pagination span,
.search-grid .pagination a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    text-decoration: none;
    margin: 1px;
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #214687;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.searchbox input[type="submit"].map-submit {
    background-color: transparent;
    color: #0e7cc1;
    display: inline-block;
    padding: 0;
    width: auto;
}

.searchbox input[type="submit"].map-submit:hover {
    color: #00add5;
}

.search-grid .pagination a:hover {
    background-color: #FAFAFA;
}

.pagination span.current {
    z-index: 1;
    color: #fff;
    background-color: #214687;
    border-color: #214687;
}

.footable-pagination-wrapper {
    margin: 30px auto;
    text-align: center;
}

.back-block {
    position: absolute;
    right: 5%;
    top: 150px;
}

.back-block a {
    color: #fff;
}

.back-block a:hover {
    color: #30aed5;
}

@media (min-width: 768px) {
    section.group-slider-block .slogan .sub-slogan {
        margin: 20px auto 25px;
    }
}

.slogan img {
    max-height: 150px;
}

@media (max-width: 768px) {
    section.group-slider-block .slogan ul li {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .offer-wrap .offer-right {
        margin-left: 0%;
        width: 100%;
    }
    .offer-wrap .offer-right {
        display: none;
    }
    .offer-wrap .btn {
        opacity: 1;
    }
}

.single-page p {
    font-size: 17px;
    margin-bottom: 13px;
}

.single-page ul li {
    font-size: 17px;
}

.single-page .open-item .toopen {
    font-size: 20px;
}

.statistics img {
    vertical-align: bottom;
}

section.search-grid .image-slider-wrap .image-wrap {
    background-image: url(/img/loading_container.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e8eef3;
}

.contact-list td img {
    width: 80px;
}


/* NEW */

.new-slider {
    position: relative;
    /* border: 1px solid red; */
}

.new-slider .single-image {
    width: 250px;
    height: 250px;
}

.new-slider .next-img2,
.new-slider .prev-img2 {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 130px;
    /* border: 1px solid red; */
    z-index: 1000;
}

.new-slider .next-img2 {
    right: 30px;
    background: url("../img/tr-ico-right.png") no-repeat;
}

.new-slider .prev-img2 {
    left: 30px;
    background: url("../img/tr-ico-left.png") no-repeat;
}

.new-slider .image-wrap {
    /* height: 150px; */
    overflow: hidden;
}

.new-slider .image-wrap .single-image {
    display: inline-block;
    background-size: cover;
    height: 150px;
    width: 100%;
}

.multipleSelect-new .fstQueryInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    text-align: center;
    color: #214687;
}

.multipleSelect-new .fstMultipleMode .fstControls {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em;
    overflow: hidden;
    cursor: text;
    text-align: center;
    color: #214687;
    padding-left: 30px;
}

.multipleSelect-new .fstQueryInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    text-align: center;
    color: #214687;
}


/* END NEW */