/* ////////// CategoryGrid | Styles ////////// */
.new-item-grid-box.itemBox{
    font-family:'Roboto', sans-serif;
    height:auto;
}
@media(min-width:768px){
    .new-item-grid-box.itemBox{
        min-height:440px;
    }
}
@media(min-width:992px){
    .new-item-grid-box.itemBox{
        min-height:410px;
    }
}
@media(min-width:1200px){
    .new-item-grid-box.itemBox{
        min-height:460px;
    }
}
.new-item-grid-box.itemBox .itemBoxInner{
    display:table;
    position:relative;
    width:100%;
    border:none;
    background-color:#dddddd;
    padding-bottom: 10px;
}
.new-item-grid-box.itemBox .itemBoxInner .article-highlight-info{
    position: absolute;
    top: -20px;
    padding: 3px 10px 3px 5px;
    line-height: normal;
    background: #c53729;
    line-height: normal;
    color: white;
    font-size: 12px;
    right: 0;
}
.new-item-grid-box.itemBox .itemBoxInner .article-highlight-info::before,
.new-item-grid-box.itemBox .itemBoxInner .article-highlight-info:before{
    content: '';
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #c53729 transparent;
    position: absolute;
    left: -20px;
    top: 0;
}
.new-item-grid-box.itemBox .itemBoxInner .imageBox{
    overflow:hidden;
}
.new-item-grid-box.itemBox .itemBoxInner .imageBox img.article-img-zoom{
    transform: scale(1.0);
    -webkit-transition:all 0.65s ease-in-out;
    -moz-transition:all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
    transition: all 0.65s ease-in-out;
}
.new-item-grid-box.itemBox:hover .itemBoxInner .imageBox img.article-img-zoom{
    transform: scale(1.02);
}
.new-item-grid-box .article-info-wrap {
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index:1;
}
.new-item-grid-box .article-info-wrap .article-info {
    display: inline-block;
    background: #ddd;
    padding: 8px;
    height: 50px;
}
.new-item-grid-box .article-info-wrap .article-info img, .new-item-grid-box .article-info-wrap .article-info i{
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}
.new-item-grid-box .article-info-wrap .article-info img{
    width: auto;
    height: 14px;
}
.new-item-grid-box .article-info-wrap span.article-info-value {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #777777;
}
.new-item-grid-box .newhotelclass{
    display: block;
    float: none;
    font-size: 14px;
    padding: 10px 15px 0;
}
.new-item-grid-box .newhotelclass i{
    margin:0 !important;
    font-size:14px !important;
}
.new-item-grid-box .itemplace{
    font-size:16px;
    padding-top:5px;
}
.new-item-grid-box .itemname{
    font-size:18px;
}
.new-item-grid-box .itemextra{
    font-size:12px;
}
.new-item-grid-box .itemBoxInner .priceBox{
    margin-bottom:0;
}
.new-item-grid-box .price{
    border-bottom:1px solid #333333;
    padding-bottom:3px;
}
.new-item-grid-box .price .uvp,
.new-item-grid-box .price .vk{
    display:inline-block;
}
.new-item-grid-box .price .uvp span,
.new-item-grid-box .price .uvp sub,
.new-item-grid-box .price .vk span{
    font-family: 'Roboto', sans-serif;
    display:inline-block;
    color:#333333;
}
.new-item-grid-box .price .uvp{
    font-size:14px;
    margin-right:5px;
}
.new-item-grid-box .price .uvp sub{
    bottom:8px;
}
.new-item-grid-box .price .vk{
    font-size:24px;
    font-weight:700;
}
.new-item-grid-box .PpP,
.new-item-grid-box .PpP span{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color:#333333;
}
/* ////////// CategoryGrid | Styles ////////// */