        .travianet-hotel-list a {
            display: block;
        }
        .travianet-hotel-list a:hover {
            text-decoration: none;
        }
        .travianet-hotel-list a h2:nth-of-type(1) {
            text-transform: uppercase;
            font-weight: 300;
            font-size: 1rem;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .travianet-hotel-list a.wm h2:nth-of-type(1), .rzLh2 {
            text-transform: uppercase;
            font-weight: 500;
            font-size: 1.375rem;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .rzLh2 {
            width: 100%;
            border-bottom: 1px solid #888;
            margin-left: 10px;
            margin-bottom: .8rem;
            margin-top: 2rem;
        }

        .travianet-hotel-list a > div:nth-of-type(1) {
            position: relative;
        }
        .travianet-hotel-list a > div:nth-of-type(1) > div:nth-of-type(1) {
            padding: 6px 8px 2px 8px;
            position: absolute;
            top: 0;
            right: 0;
            color: white;
            font-weight: bold;
            background-color: mediumseagreen;
            display: flex;
        }
        .travianet-hotel-list a > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
            width: 22px;
            height: 22px;
        }
        .travianet-hotel-list a > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) {
            margin: -3px 0 0 5px;
            font-family: "Oswald";
            font-size: 20px;
        }

        .travianet-hotel-list a > div:nth-of-type(1) > div:nth-of-type(2) > span {
            font-size: 1rem;
        }
        .travianet-hotel-list a > div:nth-of-type(1) > img {
            width: 100%;
            height: 200px;
        }
        .travianet-hotel-list a > div:nth-of-type(2) {
            margin-top: 0.5rem;
            display: inline-block;
        }
        .rzdbhov:hover {
            opacity: 0.7 !important;

            z-index: 10;
        }

        .travia-top-h2 {
            margin-bottom:.1rem;
        }

