.panel-listing {
	border-color: #001d5c;
	border-radius: 10px;
	color: #696462;
	transition: box-shadow .3s;
}

.panel-listing:hover {
	box-shadow: 0 0 10px rgba(33, 33, 33, .4);
}

.panel-listing .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-listing>.panel-heading {
	min-height: 115px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.panel-listing>.panel-heading h1 {
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.panel-listing>.panel-heading h2 {
	text-align: center;
	margin: 0;
	font-size: 14px;
}

.panel-listing>.panel-body {
	padding: 0;
	background-color: #001d5c;
	position: relative;
}

.panel-listing>.panel-body>span {
	position: absolute;
	top: -7px;
	right: 10px;
	background-color: #ffbc00;
	color: white;
	border-radius: 5px;
	padding: 3px 30px;
	font-size: 11px;
	font-weight: 700;
}

.panel-listing>.panel-footer {
	background-color: inherit;
	padding: 15px;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.panel-listing-summary {
	margin: 0px 0px 15px 0px;
	min-height: 85px;
}

.panel-listing-public {
	float: left;
	width: 65%;
	padding-right: 5px;
}

.panel-listing-public>.panel {
	margin-bottom: 0px;
}

.panel-listing-public>.panel>.panel-heading {
	background-color: #001d51;
	color: white;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding: 1px 5px;
}

.panel-listing-public>.panel>.panel-footer {
	background-color: white;
	border: 1px solid #e3e3e3;
	padding: 5px;
	min-height: 80px;
}

.panel-listing-private {
	float: left;
	width: 35%;
}

.panel-listing-private>.panel,
.panel-listing-private-only>.panel {
	margin-bottom: 0px;
}

.panel-listing-private>.panel>.panel-heading,
.panel-listing-private-only>.panel>.panel-heading {
	background-color: #144dc8;
	color: white;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding: 1px 5px;
}

.panel-listing-private>.panel>.panel-footer,
.panel-listing-private-only>.panel>.panel-footer {
	background-color: white;
	border: 1px solid #e3e3e3;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	min-height: 80px;
}

.panel-listing-private>.panel>.panel-footer {
	padding: 13px 5px;
}

.panel-listing-date {
	display: inline-block;
	width: 29%;
	float: left;
}

.panel-listing-duration {
	display: inline-block;
	width: 41%;
	float: left;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	line-height: 12px;
}

.panel-listing-private-only .panel-listing-duration {
	width: 25%;
}

.panel-listing-price {
	display: inline-block;
	width: 30%;
	float: left;
	padding-top: 5px;
}

.panel-listing-private-only .panel-listing-price {
	width: 30%;
}

.panel-listing-custom {
	display: inline-block;
	width: 45%;
	float: left;
	padding-top: 12px;
	letter-spacing: -.3px;
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.panel-listing-private>.panel>.panel-footer {
		padding: 15px 5px;
		font-size: 11px;
	}
}