﻿.tl-img-wrap {
    display: flex;
    height: calc(100% - 32px);
    margin: 24px 16px 8px;
    position: relative;
    transform: translateZ(0);
    width: calc(100% - 32px);
}
.tl-imgcont {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}
    .tl-imgcont img {
        position: absolute;
        max-width: 100%;
        max-height:150px;
        -webkit-user-select: initial;
        -moz-user-select: initial;
        -ms-user-select: initial;
        user-select: initial;
    }



.xn-listview-feed .tl-item:hover {
    box-shadow: 0 0 20px #d3d3d3;
    border: 20px solid white;
}
.tl-item {
    /*-webkit-user-drag: none;
    align-items: stretch;
    border-top: 1px solid #d2d9df;
    color: #001a34;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    justify-self: stretch;
    position: relative;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;*/
    position: relative;
    background: white;
    border-radius: 35px;
    padding:0;
}
    .tl-item a.tl-main-link {
        flex: 0 0 auto;
        min-height: 250px;
        width: 100%;
        margin: 0 auto;
        display: inline-block;
    }
.box {
    box-sizing: border-box;
    border: 25px solid transparent;
    background-clip: padding-box;
}
.box .inner{

}
.tl-text-wrap {
    text-align: center;
    font-family: 'Proxima-bold';
    padding-bottom: 10px;
    font-size: 16px;
    -webkit-flex: 1;
    padding: 0 10px;
}
.tl-details-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    -webkit-flex-direction: column;
}
.tl-det-list {
    background-image:url("/Content/images/bmw.svg");
    display: none;
    z-index: 9999;
    background: white;
    padding: 20px;
    position: absolute;
    width: 100%;
    margin-top: -10px;
}
    .tl-det-list a {
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        padding-bottom: 5px;
        width: 100%;
        display: flex;
    }
.tl-det-btn {
    position: absolute;
    font-family: 'Proxima-ext-cont-b';
    bottom: -41px;
    left: 40%;
    background: #005cfe;
    color: white;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    font-size: 21px;
}

.tl-title-wrap {
    position: absolute;
    top: 10px;
    left: 40%;
    color: #005cfe;
    font-family: 'Proxima-ext-cont-b';
    font-size: 24px;
    text-transform: uppercase;
}
.det-btn-hidden{
    z-index:9999;
}
.tl-engine-wrap {
    position: absolute;
    font-family: 'Proxima-cont';
    top: 20px;
    right: 20px;
    background: #eaeced;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
}
    .tl-engine-wrap span:first-child {
        display: inherit;
        text-align: center;
        align-items: center;
        font-weight: bold;
    }
    .tl-engine-wrap svg:last-child {
        width:30px;
    }

.parentTitle {
    font-family: 'Proxima-bold';
    font-size: 18px;
}

@media (min-width: 480px), (min-width:300px) {
    .box {
       
        border: 5px solid transparent;
       
    }
    .tl-det-list{
        position:initial;
    }
}
@media (min-width: 1024px) {
    .tl-det-list{
        position:absolute;
    }
    .box {
        border: 20px solid transparent;
    }
}
