/* Additional CSS  */


h1 {
	font-size: 1.5rem;
	font-weight: bold;
}

.availability { 
  color:#fff;
  font-size: 1.22rem;
  background-color:#800000;
  position:relative;
  z-index:1;
  top:85px; /* change if availability pops below header */ 
  left:0px;
  width:150px;
  text-align:center; 
}

 
.rb-header-text-mobile {
	text-align:center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	width:40%;
	font-size: 1rem;
	font-weight: bold;
	margin-left: -1rem;
	line-height: 1.1;
}

.rb-header-logo {
	display: inline-block;
	width:auto;
	height:70px;
}
.rb-header-logo-mobile {
	display: inline-block;
	width:auto;
	height:50px;
}
h5 {
	font-weight: bold;
}	

 
.address-bar {
	vertical-align: top;
	text-align: left;
	background-color: #800000;
	font-weight: bold;
	font-size: large;
	color: #ffffff;
	padding: 0.8rem;
	padding-bottom: 0.1rem;
	margin-bottom: 1rem;
}

.tab {
	vertical-align: top;
	text-align: left;
	font-size: 0.9rem;
	padding-left: 0.4rem;
	padding-bottom: 0.1rem;
	padding: 0.8rem;
}


.row {
	padding: 1rem;
	padding-top: 0;
}

.tab-content {
  vertical-align: top;
}
.subtext {
  font-size: x-small;
  font-stretch: condensed; 
  padding: 0;
  margin: 0;
  line-height: 0.8;
}  


.profile-box {
	vertical-align: top;
	text-align: left;
	font-size: small;
	padding-left: 0.4rem;
	padding-bottom: 0.1rem;
	padding: 0.8rem;
	padding-right: 0rem;
}

.profile-photo {
	inline-block; 
	width: 150px;
	height: 150px;
	float:left;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; 
}



.profile-info {
	vertical-align: top;
	text-align: left;
	font-size: small;
	padding-left: 0.4rem;
	padding-right: 0rem;
	padding-bottom: 0.1rem;
	margin-left: 150px;
}

.featureicon {
	/* background-color:grey; */
	align: center;
	vertical-align:middle;
	font-weight: condensed;
	font-size: 0.8rem;
	text-align: center;
	margin-right: 2px;
	padding: 0.1rem;
	word-wrap: break-word;
	width: 100px;
	line-height: 1.1;
}

.featureicon img{
	background-color: white;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:30px;
	height:auto;
	vertical-align:middle;
}



/* Table CSS */
hr {
	margin-top: 5px;
	margin-bottom: 5px;
	
}
.available-spaces { 
		width:100%;
}

.dataTables_wrapper	{ 
		width:100%;
}

.footable.metro-blue {
  border-radius: 15px;
  border-color: #192C4F;
}
.footable.metro-blue > tfoot > tr > th,
.footable.metro-blue > thead > tr > th,
.footable.metro-blue > tfoot > tr > td,
.footable.metro-blue> thead > tr > td {
  background-color: #800000;
  vertical-align: top;
  text-align: left;
  color: #ffffff;
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  padding-left: 0.3rem;
  font-weight: normal;
}

.footable td:nth-child(1) {  
   font-weight: bold;
}
.footable tr:nth-child(even) {
  background-color: #e6e6e6;
}

.footable td {
  font-size: 0.9rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.footable tr:hover {
          background-color: #aaaaaa;
}

.floorplan-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.floorplan-overlay:target {
  visibility: visible;
  opacity: 1;
}

.floorplan-popup {
  margin: 70px auto;
  margin-top: 200px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  position: relative;
  transition: all 5s ease-in-out;
}

.floorplan-popup h5 {
  margin-top: 0;
}

.floorplan-popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.floorplan-popup .close:hover {
  color: #06D85F;
}
.floorplan-popup .content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}





/* Navbar CSS */
.navbar-inner {
	padding-left:0;
	padding-right:0;
} 


/* CTA CSS  */
.button a:link {
	color: white;
}

.button a:hover {
	color: white;
}

.button {
  display:inline-block;
  font-size: 1rem;
  font-weight: bold;
  padding: 8px;
  width:80px;
  height:40px;  
  text-align: center;
  vertical-align: middle;
  background-color:#343a40;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  margin-left: 0rem;
  margin-top: 0.1rem;
  margin-right 0.1rem;
}


.button:hover {
  background: #6c757d;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}


.popup {
  margin: 200px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 400px;
  position: relative;
}


.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}



/* Flickity Carousel CSS */


/* carousel height */
.carousel {
  height: 400px;

  margin-top: 50px;  /* Margin from top of page */
}

/* cell inherit height from carousel */
.carousel-cell {
  height: 100%;
}

.carousel-image {
  display: block;
  height: 400px;
  /* set min-width,
     allow images to determine cell width */
  min-width: 400px;
  max-width: 1000px;
  margin-right: 5px; /* margin between carousel windows */
  /* vertically center */
  top: 50%;
  transform: translateY(-50%)
}

.carousel.is-fullscreen .carousel-image {
 /* height: auto; */
  max-height: 80%;
}

.flickity-fullscreen-button-exit {
	margin-top:30px;/* edit if fulll screen exit button disappears under header */
}

/* position dots in carousel */
.flickity-page-dots {
  bottom: 0px;
}
.flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}
.flickity-page-dots .dot.is-selected {
  background: white;
} 

/* Video Grippy support for flickity https://github.com/metafizzy/flickity/issues/199 */

.video-wrap { 
  position: relative;
  width: 715px; /* This is the wrapper box for embedded videos, may need to be adjusted */
  height: 400px;

  
 
  iframe {
    position: absolute;
    top: 0;
    left :0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  &__grippy {
    position: absolute;
    left: 0;
    width: 40%;
    top: 32px;
    bottom: 40px;
    border: 2px solid green;
    z-index: 3;

    &:before {
      position: absolute;
      display: block;
      content: '';
      width: 60%;
      height: 35%;
      top: 0;
      left: 100%;
      border: 2px solid green;
    }

    + .video-wrap__grippy {
      left: auto;
      right: 0;
      &:before {
        bottom: 0;
        top: auto;
        right: 100%;
        left: auto;
      }
    }
  }
}




/* Footer  */

section {
section .section-title {
    text-align: center;
    color: #007b5e;

    text-transform: uppercase;
}

}
.footer a {
    font-weight: bold;
	color: #000;
    text-decoration: underline;

}
#footer ul.social li{
	padding: 3px 0;
} 

#footer p{
	padding: 3px;
	margin: 0;
	}
 
#footer ul.social li a i {
    margin-right: 5px;
	font-size:40px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:45px;
	margin-top:-10px;
}

/* This is the colour of the socuial media icons */
#footer ul.social li a,
#footer ul.quick-links li a{
	color: #ffffff; 
	font-size:45px;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
	font-color: #4b4b4b;
}

.footer ul.social li img{
    height: 50px;
	width: auto; 
	padding-bottom: 0;
}
.footer-disclaimer {
      font-size: 0.7rem;
	  text-align: center;
	  
}
@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

