.news-feed ul {
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

@media screen and (max-width: 991px) {
  .artsakh_banner {
    display: none;
  }
}

h6 a {
    color: white;
}

ul.pagination li {
    margin: 5px;
    padding: 2px 8px;
    background: #dc3545;
    cursor: pointer;
    border-radius: 8px;
}

ul.pagination li.active a {
    color: white !important;
}

ul.pagination li.disabled {
    background: grey;
}

.help-block-error {
    color: #dc3545 !important;
}

.slider-item {
    position: relative;
}

.slider-title {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    color: white;
    padding: 2px 15px;
    width: 100%;
    font-size: 20px;
}

input {
    outline: none;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}

input[type=search] {
    background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 1px 10px 1px 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #66CC75;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}

.w-150 {
    width: 150px;
}

.error-section {
    text-align: center;
}

.error-section .e-404 {
    font-size: 100px;
    color: #dc3545;
}

.error-section .not-found {
    font-size: 20px;
    color: #dc3545;
}

.word-break {
    word-break: break-all;
}

.h80 {
    height: 80px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 2px;
    width: 23px;
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(-135deg);
    opacity: 0.9;
}

#language-picker .dropdown-menu {
    width: 66px !important;
    min-width: 66px !important;
    padding: 0;
    text-align: center !important;
}

#language-picker .dropdown-item {
    padding: 0.5rem 0 !important;
}

.border-bottom-red {
    border-bottom: 1px solid red;
}

@media screen and (max-width: 575px) {
    .slider-title {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .artsakh-banner {
        display: none;
    }
}





