/*****************************************

		CUSTOM CSS

******************************************/
.logo-module img {
    max-width: 300px;
}
textarea#AdditionalInfo {
    margin-bottom: 20px;
}
button#Submit {
  	margin-top: 20px;
    background-color: #feb732;
}
select#Hours {
    margin: 0 0 1rem;
}
dl.trip-details.tours {
    padding: 18px 0 0 0;
}

.trip-details.tours{
    display: none;
}
.trip-details-row dl {
    width: 50%;
    display: inline-block;
}

#bottomFloatingBar {
    max-width: 330px !important;
    width: 100% !important;
}
#bottomFloatingBar .floatingButton {
    background: #1DAE07 !important;
}

.pg-cv-box-mod-ri {
    padding: 0;
}

.pg-cv-box {
    padding: 0px;
  	margin: 4px;
}

.pull-none.item-image {
    text-align: center;
}
p.readmore {
    float: right;
    position: absolute;
    right: 0;
}
.pull-left.item-image {
    max-width: 280px;
}




#bottomFloatingBar .floatingPopup {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 360px !important;
}