.strong{
    font-weight: bold;
}
.sortable {
    padding: 0;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.sortable li {
    border: 1px solid #ddd;
    list-style: none outside none;
    margin: 4px;
    padding: 8px;
}

.sortable .handle {
    cursor: move;
}


ul.list-styled {
    list-style: none;
    padding-left: 2em;
    text-indent: -2em;
    margin-bottom: 15px;
    margin-left: 5px;
    list-style-position: outside;
}

ul.list-styled li {
    padding-bottom: 5px;
}

.list-group-item {
    border: none;
}

ul.list-styled > li:before {
    font: normal normal normal 8px/1 FontAwesome;
    content: "\f14a";
    color: #18ba9b;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 15px;
    font-size: 15px;
    height: 18px;
    width: 18px;
    /*border: 1px solid #d9534f;*/
    display: inline-block;
    text-align: center;
    /* border-radius: 50%; */
    left: -16px;
    /*position: absolute;*/
    top: 9px;
}

.red-bg {
    background-color: #d9534f;
    color: #cdcdcd;
}

.text-pink{
 color: #e81c62 !important;
}

.crimson-text-font {
    font-family: 'Crimson Text', serif;
}

.crimson-text-font-banner {
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    font-style: italic;
}

.opacity50 {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.opacity60 {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.opacity70 {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.row-same-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-same-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.js-sticky-block ul li.active a {
    background-color: #e81c62 !important;
}

.gray-transparent-bg-for-text {
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
}

.white-transparent-bg-for-text {
    padding: 20px;
    background: rgba(255, 255, 255, 0.3);
}

.vendor-image {
    position: relative;
    overflow: hidden;
    padding-bottom: 66.7%; /* here the desired aspect ratio ... Calculate height / width * 100*/
}

.vendor-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.home-banner-item-bg {
    position: relative;
    overflow: hidden;
    padding-bottom: 130%; /* here the desired aspect ratio ... Calculate height / width * 100*/
}

.home-banner-item-bg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.file-preview-image {
    height: 140px;
}

.img120 {
    height: 120px;
}

.img294 {
    height: 294px;
    width: 100%
}

.img380 {
    height: 380px;
}

.img-center {
    margin: 0 auto;
}


.homepage-news-img{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}

.homepage-news-img img{
    flex-shrink:0;
    min-width:100%;
    min-height:100%
}

label{
    font-weight: bold !important;
}

.pagination li{
    padding: 10px;
}

.js-carousel {
    background: url(../images/preloaders/preloader-black.svg) no-repeat 50% 50%;
}
.u-marker-bg-primary {
    background-image: url(../images/bg/marker/marker-bg-primary.png);
}

.u-marker-bg-green {
    background-image: url(../images/bg/marker/marker-bg-green.png);
}

.u-marker-bg-black {
    background-image: url(../images/bg/marker/marker-bg-black.png);
}

.u-marker-bg-white {
    background-image: url(../images/bg/marker/marker-bg-white.png);
}

.u-marker-bg-red {
    background-image: url(../images/bg/marker/marker-bg-red.png);
}

.u-marker-bg-yellow {
    background-image: url(../images/bg/marker/marker-bg-yellow.png);
}
.u-header__section:nth-child(2) {
    min-height: 60px;
}

.theme-color{
    color: #757EB9 !important;
}