ul.files {
	list-style: none;
	padding-left: 0;
}
.video1 {width: 100%;
    height: 100px;
    position: relative;}
.video1-play {background-image: url(/images/play.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    width: 90px;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -30px;
    position: absolute;
    border-radius: 21px;
    background-position: 50% 50%;
    cursor: pointer;}
.map_point {background-color: #e5f8ff;
    padding: 8px 23px 5px 56px;
    height: 40px;
    background: url(/images/map_point.png) 0 0 repeat;
    border: 1px solid #fbd133;
    border-radius: 3px;
    min-width: 40px;
    text-align: center;
    width: min-content;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;}

.item-new {
    padding: 0 8px 0 0 !important;
}
.item-new:nth-child(odd) {
    padding: 0 18px 0 0 !important;
}

.row .tr-breadcurmb-area.tr-breadcurmb-bg{
    display: none;
}

tbody, td, tfoot, th, thead, tr{
    border-width: 1px!important;
}

.tr-trip-area:has(.fliore){
	display: none;
}