body{
	font-size:16px;
	color:#7f7f7f;
}

h3, h2{
	color:#474747;
}
.header{
	background-color:#fff;
	color:#7f7f7f;
	height:80px;
	text-align: right;
	padding-right: 20px;
	padding-top:5px;
	margin-left:-15px;
	margin-right:-15px;
	font-size: 18pt;
	font-weight: bold;
}

.fullNavHeader{
	margin-top:-70px;
}

.header a{
	text-decoration: none !important;
	color:#fff !important;
}

.numberCircleParent{
	display:block;
	height: 50px;
	width: 50px;
}

.numberCircle {
	word-wrap: break-word;
	box-sizing:content-box;
	border-radius: 40px;
	background-color:#F07C01;
	text-align:center;
	font-size:26pt;
	color:#fff;
}
.navBarContainer{
	background-color:#7f7f7f;
	width:100%;
}

.bigButton{
	height:50px;
	width:200px;
	font-size:18pt;
	border-color:#000;
}

.footer{
	background-color:#616161;
	color:#fff;
	border-top:#F07C01 solid 9px;
	margin-right: 15px;
	margin-left: 15px;
}

.footer a{
	color:#fff;
}

.ratingsLink{
	text-decoration: none !important;
	color:#000;
}

.homeTile{
 	border: 1px #ccc solid;
  	padding:20px;
  	background-color:#f5f5f5;
  	border-radius:10px;
}

.homeRow{
	margin: 0 !important;
}
.homeCol{
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.homeSelectBanner{
	background-color:#ec971f;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}
.locationFeature{
	margin-bottom:5px;
	font-size:18px;
}
.callout{
	background-color:#fff;
	padding:5px 10px 5px 10px;
}

.hoursTable > tbody > tr > td{
	font-size:20px;
	padding-bottom:5px;
}

.tabInner{
	padding:10px;
}

.slider{
  max-width: 1100px;
}
.card{
  flex: 1;
  margin: 10px auto;
  border: 1px solid #ccc;
  width: 300px;
  height: 330px;
}
.slider .card .content{
  padding: 5px;
}

.card .content .sub-title{
  font-size: 20px;
  font-weight: 600;
  color: #e74c3c;
  line-height: 20px;
}

.avatar{
	padding: 5px;
	display: flex;
}
.avatar img {
	height: 75px;
	width: 75px;
}

.avatar .name{
	font-weight: bold;
	display: inline-block;
}

.avatar .image{
	display: inline-block;
	width:100px;
}


@media only screen and (min-width: 600px){
.reviewItem{
	padding-left:100px;
	padding-right:100px;
}
}
.rating{
	text-align: right;
	padding-right:10px;
	font-size:20px;
}

.rating > i.fa-star{
	font-size:24px;
}

.ratingForm > i.fa-star{
	font-size:24px;
}

i.fa-star{
	color:#FFBF00;
	opacity: .8;
}

i.fa-star-unselected{
	color:#FFBF00;
	opacity: .3 !important;
}

.ratingsTable td{
	padding-top:5px;
	padding-right:10px;
}

.ratingsTable{
	margin-bottom:20px;
}

.unitTableHeading{
	color:#F07C01;
	font-weight:bold;
	font-size:20pt;
	letter-spacing: 4px;
}

.unitTableHeader{
	font-size:18px;
	font-weight:bold;
	padding-top:5px !important;
	padding-bottom:5px !important;
	color:#474747;
}

.unitDimensions{
	font-size:18px;
	font-weight:bold;
	font-stretch:condensed;
}

.unitDeposit{
	font-size:18px;
	font-stretch:condensed;
}

.unitSpecial{
	color: #e78318;
	font-weight: bold;
}

.unitRow{
	margin-top:0px !important;
	color: #474747;
}

.firstUnavailable{
	border-top: #ccc 5px solid;
	color: gray;
}

.unavailableRow{
	color: gray;
}

.unitHeaderRow{
	border-top: #ccc 1px solid;
	background-color: #dadada;
}

.featureList ul {
    list-style: none;
    padding:0;
    margin:0;
}

.featureList li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.featureList li:before {
    content: "• ";
    color: #359005; /* or whatever color you prefer */
}

.referenceTable{
	width:60%;
	margin:auto;
	margin-top:25px;
}

.referenceTableHeader{
	background-color:#e78318;
	color:#fff;
	font-weight:bold;
	font-size:24px !important;
	text-align:center;
}

.unitDescriptionRow{
	padding-bottom:60px;
}

.reserveButtonContainer{
	position:absolute;
	bottom:0;
	padding-bottom:15px;
}

.btn-mini{
	padding: 2px 4px !important;
}



.facilityImages img{
	height:100%;
	width:100%;
}

.activeMenuItem{
	color:#e78318 !important;
}

.unitTab > a{
	background-color: #eee;
}

.unitSpecial{
	color: #e78318;
	font-weight: bold;
}

.carousel-inner img {
  margin: auto;
}