.pd-8 {
    padding: 8px !important;
}

.mg-top-8 {
    margin-top: 8px;
}

.inline-block {
    display: inline-block;
    ;
}

.width-100 {
    width: 100%;
}

.width-65 {
    width: 65%;
}

.width-33 {
    width: 33%;
}

.top-8 {
    position: relative;
    top: 8px;
}

.bottom-8 {
    position: relative;
    bottom: 8px;
}

.compare-close {
    position: absolute;
    right: 12px;
    top: 0;
    width: 90%;
    color: #fff;
    padding: 4px 4px 0 20px;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%)
}

.compare-list-page-btn {
    position: fixed;
    bottom: 145px;
    right: 20px;
    padding: 0;
    margin: 0;
    z-index: 20;
}

.compare-list-page-btn a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 26px;
    z-index: 999;
    padding: 5px;
    height: 42px;
    width: 42px;
    background: #d82a43;
    border-radius: 50%;
}

.compare-list-page-btn a i {
    position: relative;
    bottom: 7px;
}


#compare-list-btn {
    text-decoration: none;
    display: block;
    font-size: 12px;
    padding: 5px;
    height: 73px;
    width: 38px;
    border-radius: 10%;
}

.tour-info {
    background-color: rgba(60, 60, 60, 0.4);
    padding: 2px 0 2px 20px;
}

.tour-info span {
    color: white;
    text-shadow: 2px 2px 2px #262626;
}