.btn-list {
    margin: 12px 0;
}


.m-stack.m-stack--ver > .m-stack__item {
    position: relative;
}

.header_title {
    text-align: center;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.header_title a#logo {
    display: inline-block;
}

.header_title a#logo img {
    max-height: 80px;
}


a.m-brand__logo-wrapper {
    text-decoration: none;
}

.m-brand__logo-wrapper .logo_text {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center
}

.m-login__forget-password {
    display: block !important;
}


/*Team Block*/
.team-block {
    padding-bottom: 90px;
    padding-top: 60px;
    position: relative;
    font-size: 12px;
    /*Team Card*/
    /*Hire Block*/
    /*Section Number*/
}

.team-block .m-portlet__body {
    padding: 10px
}

.team-block [class*=col-] {
    padding-bottom: 15px;
    padding-top: 15px;
}


/*Media*/
.fileupload-buttonbar {
    margin: 0 0 15px;
}

.fileupload-buttonbar .dropzone {
    min-height: 150px;
    border-radius: 3px;
    margin: 0 0 15px;
    position: relative;
}

.fileupload-buttonbar .dropzone .dzmessage {
    padding: 2em 0;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.template-download .preview {
    max-width: 80px;
    display: block;
}

.template-download .preview img {
    max-width: 100%;
}

.fade.in {
    opacity: 1 !important;
}


/** Document **/
#import-files {
    margin: 20px 0;
    display: none;
}


/* TreeView**/

.treeview .actions-tools {
    float: right;
    margin: 0.75rem 0
}

.treeview h5 {
    display: inline-block;
    font-size: 14px;
    padding: 5px 0;
    margin: 0;
}

.treeview-list {
    margin: 10px 0 15px;
    padding: 0 0 0 20px;
}

.treeview-list .treeview-list {
    margin: 0;
}

.treeview-list li {
    list-style: none;
}

.treeview h6 {
    display: inline-block;
    padding: 5px 0;
    font-size: 13px;
    margin: 0;
}

#accordian ul ul {
    display: none;
}

#accordian li.active > ul {
    display: block;
}

.list-group-item {
    padding: 0 1.25rem
}

.treeview h5, .treeview h6 {
    display: block;
}

.treeview h5 a, .treeview h6 a {
    display: block;
    padding: 0.75rem 0;
}

.treeview h5 a, .treeview h6 a {
    text-decoration: none;
}

.treeview .parent > h5 .la-angle-double-right:before, .treeview .parent > .list-group-item h6 .la-angle-double-right:before {
    content: "\f10c";
}


.m-card-profile__pic-wrapper {
    position: relative;
}

.m-card-profile__pic-wrapper #delete_picture {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.m-card-profile__pic-wrapper .m-loader {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.m-card-profile .loading img {
    opacity: 0.2;
}

.form-group img.rounded {
    max-width: 200px;
}

/* Invoice */
#invoice_section {
    margin: 20px 0;
}

#invoice_section .payload .m-loader:before {
    width: 5.4rem;
    height: 5.4rem;
}

.signatureBlock .page-input {
    padding: 0;
    text-align: center;
}


#concessions_files .item-concessionFile .actions-tools span {
    display: block;
}


@media (max-width: 480px) {
    .team-block [class*=col-]:nth-child(even) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .team-block [class*=col-]:nth-child(4n+2) {
        clear: left;
    }
}

.heading-quinary {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    margin: 5px 0;
}

.heading-quaternary {
    display: block;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 5px;
}

.team-block img {
    height: auto;
    width: 100%;
}

.team-block figcaption {
    margin-top: 10px;
}

.team-block .heading-quinary {
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
    color: #7d8183;
    line-height: 15px;
}

.ias-spinner, .ias-noneleft {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin-left: -16px;
}

.ias-spinner img {
    width: auto !important;
    max-width: 100px;
}

#pagination {
    visibility: hidden;
}

.block-action > div {
    margin: 10px 0;
}


@media (max-width: 480px) {
    .team-block .heading-quinary {
        white-space: normal;
    }
}

.team-block .team-card {
    position: relative;
    width: 100%;
}

.team-block .team-card .card-front {
    height: 240px;
}

.team-block .team-card .card-front img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.team-block .team-card .card-back {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.team-block .team-card .card-back img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.team-block .hire-block {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.team-block .hire-block:hover {
    opacity: 0.7;
}

.team-block .hire-block .hire-content {
    bottom: 25px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    left: 15px;
    position: absolute;
    text-align: left;
    z-index: 9;
}

.team-block .team-info {
    padding: 5px 0 0 0;
}

.team-block .team-info span {
    display: block;
    text-align: left;
    margin: 10px 0;
}

.team-block .team-info span i.fa {
    width: 14px;
    text-align: center;
}

.team-block .post-item {
    padding-right: 6px;
    padding-left: 6px;
    width: 100%
}


.m-portlet__grid .m-portlet.m-portlet--bordered-semi .m-portlet-fit--top {
    margin-top: 0;
}

.m-portlet__grid .m-portlet .m-portlet__body {
    padding-top: 0.5rem;
}

.m-portlet__grid .m-widget19 .m-widget19__content .m-widget19__header .m-widget19__info {
    padding-left: 0;
}

.m-portlet__grid .m-portlet__head-text {
    text-transform: uppercase;
}

.m-portlet__head-title .group-title span{
    display: block;
}


.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .group-title small{
    display: block;
    text-align: left;
    font-weight: 400;
    padding: 0;
}

.m-widget19___foot {
    margin: 20px 0;
}


@media (max-width: 480px) {

    .header_title {
        display: none;
    }

    .m-btn--icon.m-btn--icon-only {
        width: 20px;
        height: 20px;
    }

}

@media (max-width: 375px) {

    .team-block .team-card .card-front {
        height: inherit;
    }

    .team-block .team-card .card-front img {
        height: inherit;
        object-fit: initial;
    }

}


@media (min-width: 375px) {
    .team-block .post-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }


}

@media (min-width: 480px) {
    .team-block .hire-block .hire-content:after {
        bottom: 2px;
        height: 10px;
    }


}

@media (min-width: 768px) {
    .team-block .hire-block .hire-content {
        bottom: 30%;
        font-size: 14px;
        left: 45px;
    }

    .m-intro__container {
        width: 960px;
        margin: 0 auto;
    }

    .team-block .post-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }


}

@media (min-width: 992px) {
    .treeview {
        width: 60%
    }

    .team-block .post-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}


.team-block .hire-block .hire-content:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    z-index: -1;
}


.team-block .section-number-wrap {
    padding: 0 10px;
    text-align: left;
}


@media (min-width: 1400px) {
    .team-block .section-number-wrap .section-number {
        top: 63px;
    }

}


@media (min-width: 1025px) {
    .not_admin.m-aside-left--fixed .m-body {
        padding-left: 78px !important;
    }

    .m-header {
        height: 100px;
    }

    .m-header--fixed .m-body {
        padding-top: 100px !important;
    }


    .header_title a#logo img.mobile_logo {
        display: none;
    }

    .team-block .post-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }


    .not_admin .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-brand--skin-dark {
        display: none;
    }

}

@media (min-width: 1200px) {
    .team-block .post-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16, 66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
}

@media (min-width: 1600px) {
    .team-block .team-card .card-front {
        height: 311px;
    }
}


@media (max-width: 1024px) {
    .m-header, .m-brand {
        height: 80px !important;
    }

    .m-header--fixed-mobile .m-body {
        padding-top: 80px !important;
    }

    .header_title {
        display: inline-block;
        transform: translate(-50%, -150%);
    }

    .header_title a#logo img {
        max-height: 20px;
        display: none;
    }

    .header_title a#logo img.mobile_logo {
        display: block;
    }

    .post-item .m-portlet.m-portlet--full-height {
        height: calc(100% - 2.2rem);
    }


}


@supports not (-ms-high-contrast: none) {
    .team-block .team-card .card-front {
        background: none !important
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .team-block .team-card .card-front {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .team-block .team-card .card-front img {
        visibility: hidden;
    }
}

.ct-label {
    font-size: 40px;
    dominant-baseline: central;
    text-anchor: middle;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    fill: rgba(88, 103, 221, 1);
}

.ct-label .label-pie {
    font-weight: 400;
    display: block;
    font-size: 12px;
}

.price-label{
    font-size: 20px;
    dominant-baseline: central;
    text-anchor: middle;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    fill: rgba(88, 103, 221, 1);
}

.text-brand {
    color: #716aca;
}

.text-metal {
    color: #c4c5d6
}

.text-light {
    color: #ffffff
}

.text-accent {
    color: #00c5dc
}

.text-primary {
    color: #5867dd
}

.text-success {
    color: #34bfa3
}

.text-info {
    color: #36a3f7
}

.text-warning {
    color: #ffb822
}

.text-danger {
    color: #f4516c
}

.text-focus {
    color: #9816f4
}


/********** Planning *************/


.timing-week .btn.btn-outline-primary {
    color: #36394b
}
.timing-week .btn-outline-primary.focus, .timing-week .btn-outline-primary:focus, .timing-week .btn-outline-primary:hover {
    border-color: #36394b;
    background: #36394b;
}
.bg-calendar {
    background-color: #36394b !important;
}

.close-btn {
    position: absolute;
    color:#5867dd;
    top:-7px;
    right: -3px;
    border: 1px solid #5867dd !important;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-weight: bold;
    opacity: .9;
    background-color: #fff !important;
}

.printDetail {
    position: absolute;
    color:#5867dd;
    top:-7px;
    left: -3px;
    border: 1px solid #5867dd !important;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-weight: bold;
    opacity: .9;
    background-color: #fff !important;
    cursor: pointer;
    padding: 0;
}

.printDetail .fa{
    font-size: 12px;
}

.timingBody .bodyHead, .timingBody .bodyContent > div > div{
    min-height: 300px;
}

.timingBody .bodyHead {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.timingBody .bodyHead > div {
    width: 100%;
}

.timingBody .bodyContent .col-sm-2,.timingHeader .headerContent .col-sm-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

#calendarDate {
    text-transform: capitalize;
}

.modal-spinner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.m-loader.modal-spinner:before {
    width: 10rem;
    height: 10rem;
    margin-top: -5rem;
    margin-left: -5rem;
    border-top-width: 3px;
    border-right-width: 3px;
}


/* Video */
.video-js {
    margin: auto !important;
    width: 100%;

}


/**QUIZ***/



.slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s;
}
.active-slide{
    opacity: 1;
    z-index: 2;
}
.quiz-container{
    position: relative;
    min-height: 200px;
}

.pdf-home-container {
    padding: 20px 0 0 0;
    text-align: center;
}

.pdf-home-container .preview-pdf {
    display: inline-block;
    padding: 0 10px 10px;
}

.pdf-home-container .preview-pdf img {
    width: 110px;
}

/* Supplier */
.supplier-container {
    justify-content: space-between;
}
.logo-supplier{
    align-self: start;
}
.logo-supplier img{
    max-width: 4rem;
}

.opacity-75 {
    opacity: .75!important;
}

.lh-1 {
    line-height: 1!important;
}
.fw-semibold {
    font-weight: 500!important;
}
.fs-4 {
    font-size: 1.25rem!important;
}

.fw-bold {
    font-weight: 600!important;
}

.fs-2qx {
    font-size: calc(1.35rem + 1.2vw)!important;
}

/*
category-filter
*/
.list-category button {
    border-bottom-width: 5px;
    margin-bottom: 10px;
}
.list-category .selected {
    border-bottom-color:#000 !important;
}

/* Thumb Info */

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    margin: 4px;
    overflow: hidden;
    display: block;
    position: relative;
}

.thumb-info .thumb-info-wrapper.thumb-info-wrapper-demos {
    max-height: 318px;
}

.thumb-info .thumb-info-wrapper:after {
    content: "";
    background: rgba(23, 23, 23, 0.8);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}

.thumb-info .thumb-info-action-icon {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #CCC;
    border-radius: 0 0 0 25px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    width: 50px;
    z-index: 2;
}

.thumb-info .thumb-info-action-icon i {
    font-size: 24px;
    left: 3px;
    position: relative;
    top: -4px;
    color: #FFF;
}

.thumb-info .thumb-info-inner {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.thumb-info .thumb-info-inner em {
    display: block;
    font-size: 0.8em;
    font-style: normal;
    font-weight: normal;
}

.thumb-info .thumb-info-title {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    bottom: 10%;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px 9px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 2;
    max-width: 90%;
}

.thumb-info .thumb-main-icon {
    padding-bottom: 0.5rem;
    display: block;
}

.thumb-info .thumb-main-icon img {
    max-width: 120px;
    margin: 0 0 10px 0 !important;
}

.thumb-info .thumb-info-type {
    background-color: #CCC;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px -2px;
    padding: 2px 9px;
    text-transform: none;
    z-index: 2;
}

.thumb-info .owl-carousel {
    z-index: auto;
}

.thumb-info .owl-carousel .owl-dots {
    z-index: 2;
}

.thumb-info img,.flip-card {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
}

.thumb-info .thumb-info-wrapper:after {
    opacity: 0.2;
}
.thumb-info:hover .thumb-info-wrapper:after {
    opacity: 1;
}

.thumb-info:hover .thumb-info-action-icon {
    right: 0;
    top: 0;
}

.thumb-info:hover .thumb-info-title {
}

.thumb-info:hover .flip-card{
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.thumb-info.thumb-info-no-zoom img,.thumb-info.thumb-info-no-zoom .flip-card {
    -webkit-transition: none;
    transition: none;
}

.thumb-info.thumb-info-no-zoom:hover img, .thumb-info.thumb-info-no-zoom:hover .flip-card{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
    background: rgba(23, 23, 23, 0.25);
}

.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
    display: none;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action {
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    top: 50%;
    left: 3px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    position: absolute;
    opacity: 0;
    z-index: 2;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    position: relative;
    z-index: 2;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    line-height: 33px;
    border-radius: 50%;
    margin-right: 3px;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
    position: static;
    font-size: 18px;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.thumb-info.thumb-info-centered-icons .thumb-info-action {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.thumb-info .thumb-info-centered-icons .thumb-info-action-icon {
    position: relative;
}

.thumb-info.thumb-info-centered-info .thumb-info-title {
    background: transparent;
    left: 5%;
    width: 90%;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate(0%, -30%);
    transform: translate(0%, -30%);
    top: 50%;
    bottom: auto;
    opacity: 0;
    text-align: center;
    padding: 0;
    position: absolute;
}

.thumb-info.thumb-info-centered-info .thumb-info-type {
    float: none;
}

.thumb-info.thumb-info-centered-info .thumb-info-title {
    opacity: 1;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.thumb-info.thumb-info-bottom-info .thumb-info-title {
    background: #FFF;
    left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    top: auto;
    bottom: 0;
    opacity: 0;
    padding: 15px;
    text-shadow: none;
    color: #777;
}

.thumb-info.thumb-info-bottom-info .thumb-info-type {
    float: none;
    background: none;
    padding: 0;
    margin: 0;
}

.thumb-info.thumb-info-bottom-info .thumb-info-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.thumb-info.thumb-info-bottom-info:hover img, .thumb-info.thumb-info-bottom-info:hover .flip-card {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
}

.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(23, 23, 23, 0.8)), to(transparent)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFF;
}

.thumb-info.thumb-info-push-hor img {
    -webkit-transform: translatex(-18px);
    transform: translatex(-18px);
    width: calc(100% + 19px);
    max-width: none;
}

.thumb-info.thumb-info-push-hor:hover img {
    -webkit-transform: translatex(0);
    transform: translatex(0);
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
    opacity: 0.65;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
    opacity: 1;
    top: 50%;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
    float: none;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
    opacity: 0.1;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
    opacity: 0;
}

.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
    border-radius: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    top: 0;
}

.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
}

.thumb-info.thumb-info-preview .thumb-info-image {
    min-height: 232px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    -webkit-transition: background-position 0.8s linear 0s;
    transition: background-position 0.8s linear 0s;
}

.thumb-info.thumb-info-preview .thumb-info-image {
    -webkit-transition: background-position 2.5s linear 0s;
    transition: background-position 2.5s linear 0s;
    background-position: center bottom;
}

.thumb-info.thumb-info-preview.thumb-info-preview-short .thumb-info-image {
    -webkit-transition: background-position 1s linear 0s;
    transition: background-position 1s linear 0s;
}

.thumb-info.thumb-info-preview.thumb-info-preview-long .thumb-info-image {
    -webkit-transition: background-position 5s linear 0s;
    transition: background-position 5s linear 0s;
}

.thumb-info.thumb-info-no-overlay .thumb-info-wrapper:after {
    content: none;
}

.thumb-info.thumb-info-no-bg {
    background: transparent;
}

html.webkit .thumb-info .thumb-info-wrapper {
    margin: 4px 4px 3px 4px;
}

html.webkit .full-width .thumb-info .thumb-info-wrapper,
html.webkit .masonry-item .thumb-info .thumb-info-wrapper,
html.webkit .thumb-info-no-borders .thumb-info-wrapper {
    margin: 0;
}

.thumb-info .thumb-info-type {
    background-color: #000;
}

.thumb-info .thumb-info-action-icon {
    background-color: #000;
}

.thumb-info-social-icons a {
    background-color: #000;
}


/*  */
/* Sort Destination */
.sort-destination {
    overflow: hidden;
}

.sort-destination .isotope-item {
    min-width: 1px;
    padding-right: 20px;
    padding-bottom: 20px
}
.sort-destination .isotope-item .btn-primary{
    margin-left: 20px
}

.sort-destination.full-width {
    position: relative;
}
.sort-destination.full-width .isotope-item
{
    float: left;
}

.sort-destination.full-width .isotope-item .img-thumbnail, .sort-destination.full-width .isotope-item a{
    border-radius: 0;
    min-height: 300px;
    object-fit: cover;
    max-height: 300px;
    display: block;
}

/* Responsive */
@media (min-width: 992px) {
    /*.col-md-6.isotope-item:nth-child(2n+1) {
        clear: both;
    }

    .col-md-4.isotope-item:nth-child(3n+1) {
        clear: both;
    }

    .col-md-3.isotope-item:nth-child(4n+1) {
        clear: both;
    }

    .col-md-1-5.isotope-item:nth-child(5n+1) {
        clear: both;
    }

    .col-md-2.isotope-item:nth-child(6n+1) {
    }

    .sort-destination.full-width .isotope-item:nth-child(5n+1) {
    }*/
    .sort-destination.full-width .isotope-item
    {
        width: 33.33%;
    }

    .sort-destination .isotope-item:nth-child(3n) {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .sort-destination.isotope {
        overflow: visible !important;
        height: auto !important;
    }

    .sort-destination.isotope.full-width {
        overflow: hidden !important;
    }

    .isotope-hidden {
        display: none !important;
    }

    .sort-destination.full-width .isotope-item
    {
        width:50%;
    }

    .sort-destination .isotope-item:nth-child(2n) {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .isotope-item {
        position: static !important;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .isotope-item.product {
        position: relative !important;
    }

    .sort-source-wrapper {
        background: #231f20;
        clear: both;
        margin-top: -35px;
    }

    .sort-source-wrapper .nav {
        margin: 0;
    }

    .sort-destination {
        height: auto !important;
    }

    .sort-destination.full-width,
    .sort-source-wrapper + .sort-destination.full-width {
        max-width: none;
        margin: 0 0 -30px;
        top: 0;
    }

    .sort-destination.full-width .isotope-item,
    .sort-source-wrapper + .sort-destination.full-width .isotope-item {
        max-width: 100%;
    }

    .sort-source-wrapper + .sort-destination-loader .full-width {
        margin: 0 0 -30px;
        top: 0;
    }
}

@media (max-width: 575px) {
    .sort-destination.full-width .isotope-item,
    .sort-source-wrapper + .sort-destination.full-width .isotope-item {
        position: static !important;
        clear: both;
        float: none;
        width: auto;
        padding-right: 0;
    }
}