@charset "UTF-8";
p {
  margin-bottom: 1em; }

.heading {
  margin-bottom: 0.618em; }
  .heading.-large, h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px; }
  .heading.-medium, h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px; }
  .heading.-small, h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 13.33333px; }
  .heading.-smallest {
    font-size: 10px;
    font-weight: bold; }

@font-face {
  font-family: AvenirNext-Medium;
  src: url(/client/fonts/avenir/AvenirNextLTPro-MediumCn.otf); }

@font-face {
  font-family: AvenirNext-DemiBold;
  src: url(/client/fonts/avenir/AvenirNextLTPro-Demi.otf); }

@font-face {
  font-family: AvenirNext-Regular;
  src: url(/client/fonts/avenir/AvenirNextLTPro-Regular.otf); }

@font-face {
  font-family: AvenirNext-Light;
  src: url(/client/fonts/avenir/AvenirNextLTPro-UltLtCn.otf); }

/*-----------------------------------
	 _base.scss
-----------------------------------*/
body {
  font-family: 'Karla', sans-serif;
  font-size: 12px;
  color: #333;
  background-color: #FFFFFF;
  padding: 20px;
  margin: 0;
  /* bottom = footer height */
  padding: 0; }

html {
  position: relative;
  min-height: 100%;
  background: #FFFFFF; }

.clearfix {
  clear: both; }

form label {
  display: block;
  margin: 8px;
  width: 460px;
  clear: right;
  overflow: auto; }

form input, form button, form textarea, form select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 300px;
  float: right; }

form label {
  font-size: 140%; }

form input {
  font-size: 100%;
  height: 40px;
  padding: 5px; }

section.login-page {
  margin-top: 100px; }

.white {
  color: #fff !important; }

.clear {
  clear: both; }

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  padding: 10px;
  max-width: 600px; }

.error {
  color: #D8000C;
  background-color: #FFBABA;
  padding: 10px;
  max-width: 600px;
  font-size: 130%; }

.typeahead input {
  width: 300px;
  height: 30px;
  padding: 5px; }

.typeahead ul {
  width: 300px;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.typeahead ul li {
  background-color: #DBDBDB;
  height: 20px;
  padding: 5px; }

.inline {
  display: inline; }

/*-----------------------------------
	 Globals
-----------------------------------*/
.center-column {
  max-width: 980px;
  margin: 0 auto 0 auto; }

/*-----------------------------------
	 Landing
-----------------------------------*/
.landing {
  color: #FFFFFF;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: url("/images/hero-image.jpg") no-repeat center center fixed;
  background-size: cover;
  background-attachment: scroll; }

.landingBg {
  position: absolute;
  bottom: 0;
  background: url(/images/curvedbg.png) no-repeat center top fixed;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 315px; }

.landing .cover {
  height: 100vh;
  width: 100%; }

.landing .landingSearchForm h1 {
  font-size: 54px;
  font-family: 'Karla', sans-serif;
  margin: 0;
  line-height: 80px; }

.landing .landingSearchForm h2 {
  font-size: 26px;
  color: #f6f6f6;
  font-family: 'Karla', sans-serif;
  margin: 30px auto;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase; }

.landing .landingSearchForm {
  max-width: 800px;
  margin: auto;
  padding-top: 30vh;
  text-align: center; }

.contact-us-cta {
  color: #000;
  font-weight: normal;
  margin-top: 15px;
  font-size: 18px; }

.contact-us-cta.white {
  padding-top: 20px; }

.contact-us-btn {
  color: #00ADEF;
  text-decoration: none;
  font-weight: bold;
  margin-left: 15px; }

@media screen and (max-width: 625px) {
  .landing .landingSearchForm h1 {
    font-size: 8vw;
    line-height: 10vw;
    margin-top: 4vw; }
  .landing .landingSearchForm h2 {
    font-size: 6vw;
    margin-top: 5vh;
    width: 70vw; }
  .landing .landingSearchForm {
    padding-top: 18vh; }
  .landingBg {
    position: absolute;
    bottom: 0;
    background: url(/images/search_bg_mobile.png) no-repeat center top fixed;
    background-size: 100% auto;
    background-attachment: scroll;
    width: 100%;
    height: 315px; }
  .searchButtons {
    background-color: #fff;
    max-width: 100% !important;
    padding-bottom: 25vh; }
  .searchDownArrow {
    display: none !important; }
  .searchBoston {
    width: 35vw !important;
    margin-right: 10vw !important;
    margin-left: 9vw !important; }
  .searchNyc {
    width: 35vw !important; } }

@media screen and (max-height: 800px) {
  .landingBg {
    height: 280px !important; } }

@media screen and (max-height: 680px) {
  .landingBg {
    height: 220px !important; }
  .searchButtons {
    margin: 45px auto !important; }
  .searchBoston {
    margin-top: 10px !important; }
  .searchNyc {
    margin-top: 10px !important; }
  .searchDownArrow {
    margin: 30px auto !important; } }

@media screen and (max-height: 540px) {
  .landingSearchForm {
    padding-top: 16vh !important; }
    .landingSearchForm h1 {
      font-size: 50px !important; }
    .landingSearchForm h2 {
      font-size: 22px !important; }
  .landingBg {
    height: 170px !important; }
  .searchButtons {
    margin: 35px auto !important; }
  h3.searchText {
    font-size: 18px !important; }
  .searchBoston {
    margin-top: 5px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important; }
  .searchNyc {
    margin-top: 5px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important; }
  .searchDownArrow {
    margin: 20px auto !important; } }

@media screen and (max-height: 400px) {
  .landingSearchForm h1 {
    font-size: 40px !important; }
  .landingSearchForm h2 {
    font-size: 20px !important;
    margin: 10px auto !important; }
  .landingBg {
    height: 130px !important; }
  .searchButtons {
    margin: 25px auto !important; }
  h3.searchText {
    display: none !important; } }

@media screen and (max-height: 320px) {
  .landingSearchForm h2 {
    display: none !important; } }

@media screen and (max-height: 230px) {
  .landingSearchForm h1 {
    display: none !important; } }

/*-----------------------------------
   Why Bedly
-----------------------------------*/
.home-page {
  background: #fff; }

.why-bedly {
  background: #fff;
  max-width: 730px;
  margin: auto; }

.why-bedly-header {
  margin: auto;
  text-align: center; }

.why-bedly-title {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: 'Karla', sans-serif;
  font-size: 36px;
  color: #00adef;
  padding-top: 10px; }

.why-bedly-text {
  font-family: 'Karla', sans-serif;
  font-size: 22px;
  color: #5a5a5f;
  margin-top: 0px; }

.why-text-col {
  font-family: 'Karla', sans-serif;
  width: 400px;
  margin-top: 40px;
  color: #5a5a5f; }

.why-text-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px; }

.why-text-content {
  font-size: 15px;
  line-height: 19px;
  margin-top: 5px; }

.why-bedly-2, .why-bedly-4 {
  margin-left: 20px;
  margin-top: 40px; }

.why-bedly-3 {
  margin-top: 40px; }

.left {
  float: left; }

.right {
  float: right; }

@media screen and (max-width: 625px) {
  .why-bedly {
    width: 100vw; }
  .why-bedly-text {
    font-weight: normal;
    padding-left: 5vw;
    padding-right: 5vw; }
  .why-bedly img {
    display: none; }
  .why-text-col {
    text-align: center;
    float: none !important;
    margin: auto; }
  .why-text-content {
    padding-left: 6vw;
    padding-right: 6vw; }
  .why-bedly-2, .why-bedly-4 {
    margin-left: 0px; } }

/*-----------------------------------
   Book with Bedly
-----------------------------------*/
.book-with-bedly {
  background: #f5f7f9;
  text-align: center;
  padding-top: 35px;
  margin-top: 50px;
  padding-bottom: 80px; }

.book-with-bedly-container {
  margin: auto;
  max-width: 873px; }

.book-with-bedly-box {
  float: left;
  width: 211px; }

.book-with-bedly-box h6 {
  font-size: 18px;
  color: #00ADEF;
  margin-top: 20px;
  margin-bottom: 15px;
  text-transform: uppercase; }

.book-with-bedly-box p {
  color: #5a5a5f;
  font-size: 16px;
  line-height: 19px;
  font-family: 'Karla', sans-serif; }

.book-box-margin {
  margin-right: 120px; }

@media screen and (max-width: 625px) {
  .book-with-bedly {
    padding-bottom: 50px; }
  .book-with-bedly-container {
    width: 100vw; }
  .book-with-bedly-box {
    margin: 5vh auto;
    width: auto; }
  .book-with-bedly-box p {
    padding-left: 7vw;
    padding-right: 7vw; }
  .book-with-bedly-box h6 {
    margin-top: 25px; }
  .testimonials {
    display: none; } }

/*-----------------------------------
	 Search Box
-----------------------------------*/
.searchWrapper {
  width: 100%;
  padding: 10px 0 10px 0;
  background: #f2fbfe; }

.searchWrapper h1 {
  text-align: center;
  color: #5a5a5f;
  font-size: 300%;
  font-weight: bold;
  margin: auto;
  padding: 150px 0 40px 0;
  display: block;
  max-width: 700px;
  line-height: 150%;
  font-family: 'Karla', sans-serif; }

.searchWrapper p {
  text-align: left;
  color: #FFF;
  font-size: 200%;
  font-weight: normal;
  margin: auto;
  padding: 0 0 40px 0;
  display: block;
  max-width: 700px;
  font-family: 'Karla', sans-serif; }

.searchWrapper label {
  font-family: 'Karla', sans-serif; }

.searchBox {
  max-width: 940px;
  margin: 30px auto 30px auto;
  padding: 25px 20px 25px 20px;
  color: #FFF;
  border-radius: 4px;
  background: rgba(30, 30, 30, 0.8); }

.dropdown {
  height: 46px;
  overflow: hidden;
  border-radius: 3px;
  background: url("/images/arrow-down-icon.png") no-repeat right #FFF; }

.dropdown select {
  width: 100%;
  height: 46px;
  padding: 0 0 0 14px;
  font-family: 'Karla', sans-serif;
  font-size: 150%;
  line-height: 1;
  color: #6e6e6e;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none; }

.searchBox table {
  width: 60%;
  padding-bottom: 20px; }

.searchBox table td {
  vertical-align: top;
  width: 200px; }

.input-calendar input {
  width: auto;
  height: 45px;
  padding: 0 0 0 14px;
  font-family: 'Karla', sans-serif;
  font-size: 150%;
  line-height: 1;
  color: #6e6e6e; }

.searchBox label {
  font-size: 150%;
  margin: 0 0 16px 0;
  display: block;
  vertical-align: top;
  color: #e6e6e6; }

.searchBox td label {
  margin: 20px 0 16px 0; }

.searchBox span {
  width: 100%; }

.searchBox span p {
  width: 50%;
  font-size: 13px;
  display: inline-block;
  margin: 0;
  padding: 0; }

.searchBox span p.right {
  text-align: right; }

.searchButton button {
  display: block;
  height: 44px;
  padding: 0 25px 0 25px;
  font-family: 'Karla', sans-serif;
  font-weight: 600;
  font-size: 150%;
  color: #FFF;
  cursor: pointer;
  border: 0 none;
  border-radius: 3px;
  overflow: hidden;
  background-color: #00AEEF; }
  .searchButton button a:link {
    color: white; }
  .searchButton button a:visited {
    color: white; }

.searchButton button:hover {
  background-color: #03a8db; }

.searchButtonWrapper {
  width: 20%;
  float: right; }

@media screen and (max-width: 980px) {
  .searchBox {
    margin-left: 20px;
    margin-right: 20px; }
  .searchBox table {
    width: 100%; }
  .searchBox table td {
    display: block;
    float: left;
    width: 100%; } }

/*-----------------------------------
	 Filter Bar
-----------------------------------*/
.filterBar {
  width: 100%;
  height: 96px;
  background-color: #FFF;
  color: #414141;
  border: 1px solid #CCC;
  border-radius: 4px; }

.filterBar {
  width: 100%;
  height: 96px;
  background-color: #FFF;
  color: #414141; }

@media screen and (max-width: 1000px) {
  .filterBar {
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

/*-----------------------------------
	 Search Results
-----------------------------------*/
.wrapper {
  width: 100%;
  background-color: #f4f4f4; }

.wrapper .searchContent {
  /*max-width: 960px;*/
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 0 auto 0 auto;
  padding-top: 20px; }

.wrapper .searchContent h1 {
  text-align: center;
  padding-bottom: 30px; }

.wrapper .left {
  float: left; }

.wrapper .left .neighborhood {
  margin: 20px 0 6px 0;
  font-family: 'Karla', sans-serif;
  font-weight: bolder;
  font-size: 200%; }

.wrapper .left .city {
  font-family: 'Karla', sans-serif;
  font-size: 142%;
  color: #757575; }

.wrapper .center {
  vertical-align: top;
  text-align: center;
  float: right;
  height: 76px;
  text-align: center;
  padding: 10px; }

.wrapper .center .detail {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px 0 0;
  width: 60px; }

.wrapper .center h2 {
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #AAA; }

.wrapper .center .number {
  vertical-align: top;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  width: 60%;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  margin-bottom: 5px;
  color: #00aeef;
  border-top: 1px solid #CCC; }

.wrapper .center .date {
  width: 100%;
  padding-top: 8px;
  font-size: 15px; }

.wrapper .right {
  float: right;
  padding: 0 0 0 0; }

.wrapper .right .availabilityDate {
  margin-bottom: 5px;
  font-family: 'Karla', sans-serif;
  font-size: 140%; }

.wrapper .right .detailsBookButton button {
  display: block;
  width: auto;
  float: right;
  height: 38px;
  margin-top: 7.5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Karla', sans-serif;
  font-size: 125%;
  font-weight: 600;
  line-height: 34px;
  color: #FFF;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  background-color: #00aeef; }

.wrapper .right .detailsBookButton button:hover {
  background-color: #03a4d6; }

.wrapper .right .detailsScheduleButton button {
  display: block;
  width: auto;
  float: right;
  height: 38px;
  margin-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Karla', sans-serif;
  font-size: 125%;
  font-weight: 600;
  line-height: 34px;
  color: #FFF;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  background-color: #00EF78; }

.wrapper .right .detailsScheduleButton button:hover {
  background-color: #02DC70; }

.wrapperContent {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 20px;
  font-family: 'Karla', sans-serif;
  font-weight: 100;
  font-size: 125%;
  color: #303030;
  background-color: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/*-----------------------------------
	 Room Card
-----------------------------------*/
.roomCard {
  float: left;
  /*width: 298px;*/
  width: -webkit-calc(100% / 4 - 22px);
  width: -moz-calc(100% / 4 - 22px);
  width: calc(100% / 4 - 22px);
  margin: 0 10px 20px 10px;
  overflow: hidden;
  cursor: pointer;
  color: #303030;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  background-color: #FFFFFF; }

@media screen and (max-width: 1440px) {
  .roomCard {
    width: -webkit-calc(100% / 3 - 22px);
    width: -moz-calc(100% / 3 - 22px);
    width: calc(100% / 3 - 22px); } }

@media screen and (max-width: 980px) {
  .roomCard {
    width: -webkit-calc(100% / 2 - 22px);
    width: -moz-calc(100% / 2 - 22px);
    width: calc(100% / 2 - 22px); } }

@media screen and (max-width: 640px) {
  .roomCard {
    width: -webkit-calc(100% - 22px);
    width: -moz-calc(100% - 22px);
    width: calc(100% - 22px); } }

.roomCard .photoBox {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden; }

.roomCard .photo {
  width: 100%;
  height: 230px;
  border: none;
  cursor: pointer;
  background-color: #dcdcdc;
  background-position: 50% 50%;
  transition: .3s ease;
  /*-ms-transition: -ms-transform .3s linear;
  -moz-transition: -moz-transform .3s linear;
  -webkit-transition: -webkit-transform .3s linear;*/
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }

/*
$photo-scale-factor: 1.15;
.roomCard .cardDetails:hover .photo {
	margin-top: -30px;
	margin-left: -30px;

	width: calc(100% + 60px);
	width: -moz-calc(100% + 60px);
	width: -webkit-calc(100% + 60px);
	height: 260px;
}
*/
.roomCard .overlay {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 230px;
  opacity: 0;
  transition: .3s;
  background-color: black; }

/*
.roomCard .cardDetails:hover .overlay {
	opacity: 0.4;
}
*/
.roomCard .photoBox p {
  position: absolute;
  left: 0px;
  bottom: -100px;
  margin: 14px;
  padding: 0;
  width: calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  max-height: 26%;
  font-size: 14px;
  font-weight: 300;
  color: white;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: .3s;
  opacity: 0; }

/*
.roomCard .cardDetails:hover p {
	left: 0;
	bottom: 0;
	opacity: 1;
}
*/
.roomCard .photoBox .view-details {
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 30px;
  height: 30px;
  transition: .3s;
  cursor: pointer;
  background-color: #00aeef;
  border-radius: 50%;
  background-image: url(/client/images/icons/rounded-arrow-right-small.png);
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat; }

/*
.roomCard .cardDetails:hover .view-details {
	right: 14px;
	bottom: 14px;
}
.roomCard .photoBox .view-details:hover {
	background-color: $darker-blue;
}
*/
.roomCard .content {
  position: relative;
  /*width: 280px;*/
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  padding: 15px;
  z-index: 10;
  background-color: #FFF; }

.roomCard .neighborhood {
  float: left;
  width: 170px;
  font-family: 'Karla', sans-serif;
  font-weight: 600;
  font-size: 180%;
  color: #282828; }

.roomCard .price {
  vertical-align: top;
  float: right;
  height: 30px;
  font-size: 115%;
  color: #00aeef; }

.roomCard .price strong {
  font-size: 165%;
  font-weight: normal; }

.roomCard .type {
  margin-bottom: 15px;
  font-family: 'Karla', sans-serif;
  font-size: 140%;
  color: #757575; }

.roomCard .details {
  font-family: 'Karla', sans-serif;
  font-weight: lighter;
  font-size: 125%;
  color: #303030; }

.roomCard .details p {
  margin: 0 0 5px 0;
  padding: 0;
  color: #3c3c3c; }

.roomCard .details p strong {
  font-size: 126%; }

.roomCard .actions {
  width: 100%;
  cursor: default; }

.saveButton button {
  display: block;
  float: left;
  height: 34px;
  margin: 0 10px 0 0;
  padding: 0 10px 0 10px;
  font-size: 125%;
  color: #565656;
  transition: .3s;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  background-color: #f0f0f0; }

.saveButton button:hover {
  background-color: #d7d7d7; }

.bookButton button {
  display: block;
  width: 100%;
  /*width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);*/
  height: 38px;
  font-family: 'Karla', sans-serif;
  font-size: 125%;
  font-weight: 600;
  line-height: 34px;
  color: #FFF;
  cursor: pointer;
  border: none;
  background-color: #00aeef; }

.bookButton button:hover {
  background-color: #03a4d6; }

/*-----------------------------------
	 Details Page
-----------------------------------*/
.detailsPage {
  padding-bottom: 20px; }

/*-----------------------------------
	 Gallery
-----------------------------------*/
.gallery {
  width: 100%;
  height: 560px;
  border: none;
  background-color: #273543;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.galleryCover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); }

.gallery .backButton {
  position: absolute;
  padding: 0 10px 0 20px;
  height: 45px;
  top: 70px;
  margin-top: 10px;
  margin-left: 10px;
  transition: .3s;
  z-index: 100;
  cursor: pointer; }

.gallery .backButton:hover {
  margin-left: 6px; }

.gallery .backButton .arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border: 2px solid #FFF;
  border-radius: 50%;
  background-image: url(/client/images/icons/rounded-arrow-small.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center; }

.gallery .backButton p {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-family: 'Karla', sans-serif;
  font-size: 150%;
  line-height: 35px;
  color: #FFF; }

/*-----------------------------------
	 About
-----------------------------------*/
.about h2 {
  margin-top: 8px; }

table.roomDetails {
  width: 100%; }

table.roomDetails td {
  width: 50%;
  padding: 0 0 20px 0; }

.wrapperContent .medium {
  color: #303030;
  display: inline;
  font-size: 110%;
  font-family: 'Karla', sans-serif;
  font-weight: 600; }

/*-----------------------------------
	 Landlords
-----------------------------------*/
.interestButton button {
  display: block;
  width: 100%;
  /*width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);*/
  height: 38px;
  font-family: 'Karla', sans-serif;
  font-size: 125%;
  font-weight: 600;
  line-height: 34px;
  color: #FFF;
  cursor: pointer;
  border: none;
  background-color: #00aeef; }

.interestButton button:hover {
  background-color: #03a4d6; }

/*-----------------------------------
	 Room Info
-----------------------------------*/
.roomInfo {
  width: 100%;
  display: none; }

.roomInfo h2 {
  display: block;
  margin-top: 8px;
  text-align: left;
  padding-bottom: 10px; }

.roomInfo .container {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 50%; }

.roomInfo h5 {
  font-size: 38px;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
  padding: 0;
  color: #00aeef; }

.roomInfo .split {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3); }

.roomInfo .icon {
  width: 100%;
  height: 60px;
  opacity: 0.8;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.roomInfo .bedroom .icon {
  background-image: url(/client/images/icons/features/bedroom.png); }

.roomInfo .bathroom .icon {
  background-image: url(/client/images/icons/features/bathroom.png); }

.roomInfo .block {
  width: 100%;
  height: 60px; }

.roomInfo h3 {
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  padding: 0;
  padding-right: 14px;
  margin: 0;
  color: #00aeef; }

.roomInfo p {
  padding: 0;
  margin: 0;
  font-size: 11px;
  margin-top: -14px;
  width: auto;
  color: #CCC; }

.roomInfo p.dollar {
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  padding-top: 14px;
  padding-right: 5px;
  color: #00aeef; }

.roomInfo h4 {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding: 5px 0 5px 0;
  margin: 20px 0 0 0;
  color: #00aeef;
  border: 2px solid #00aeef;
  width: 60%;
  border-radius: 3px; }

/*-----------------------------------
	 Amenities
-----------------------------------*/
.amenities {
  display: block;
  margin-top: 30px;
  margin-bottom: -7px; }

.amenities h2 {
  margin-bottom: 15px; }

.amenities .badge {
  display: inline-block;
  padding: 0 15px 0 15px;
  margin: 0 7px 7px 0;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-weight: 600;
  color: #00aeef;
  border: 2px solid #00aeef;
  border-radius: 4px; }

.amenities .unavailable {
  font-weight: 500;
  color: #CCC;
  border: 1px solid #CCC;
  background-color: transparent; }

/*-----------------------------------
	 Tenants
-----------------------------------*/
.information .tenants {
  display: block;
  display: none;
  margin-top: 30px;
  margin-bottom: -20px; }

.information .tenants h2 {
  margin-bottom: 15px; }

.information .tenants .container {
  margin: 0 -20px 0 -20px;
  padding: 15px 15px 10px 15px;
  border-top: 1px solid #CCC;
  background-color: #fafafa; }

.information .tenants .card {
  display: inline-block;
  margin: 0 5px 10px 5px;
  width: -webkit-calc(100% / 2 - 12px);
  width: -moz-calc(100% / 2 - 12px);
  width: calc(100% / 2 - 12px);
  overflow: hidden;
  border: 1px solid #DDD;
  border-radius: 3px;
  background-color: #FFF;
  -webkit-box-shadow: 2px 2px 1px 1px rgba(20, 20, 20, 0.05);
  -moz-box-shadow: 2px 2px 1px 1px rgba(20, 20, 20, 0.05);
  box-shadow: 2px 2px 1px 1px rgba(20, 20, 20, 0.05); }

.information .tenants .card .photoBox {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 20px 0 20px 15px;
  border-radius: 50%;
  border: 2px solid #DDD; }

.information .tenants .card .photo {
  display: inline-block;
  width: 92%;
  height: 92%;
  margin: 4% 0 0 4%;
  border-radius: 50%;
  background-image: url(/client/images/team/ben.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 1px 3px 0.5px 1px rgba(20, 20, 20, 0.25) inset;
  -moz-box-shadow: 1px 3px 0.5px 1px rgba(20, 20, 20, 0.25) inset;
  box-shadow: 1px 3px 0.5px 1px rgba(20, 20, 20, 0.25) inset; }

.information .tenants .info {
  vertical-align: top;
  display: inline-block;
  padding: 20px 0 20px 20px; }

.information .tenants .card h3 {
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px; }

.information .tenants .card h4 {
  padding: 0;
  margin: -6px 0 10px 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 80%;
  color: #999; }

.information .tenants .card p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #555; }

/*-----------------------------------
	 Information / Boxes
-----------------------------------*/
.detailsPage .information {
  border: 1px solid #CCC;
  border-radius: 4px; }

.detailsPage .map {
  border: 1px solid #CCC;
  border-radius: 4px; }

.bottomPadding {
  width: 100%;
  height: 200px;
  display: block; }

.citySelectorWrapper {
  width: 80%;
  float: left; }

@media screen and (max-width: 635px) {
  .roomCard {
    float: none;
    margin: 0 auto 10px auto; }
  .searchWrapper h1 {
    padding: 200px 0 70px 0; } }

/*-----------------------------------
	 Room Images
-----------------------------------*/
.imageBlock {
  max-width: -webkit-calc(100% - 20px);
  max-width: -moz-calc(100% - 20px);
  max-width: calc(100% - 20px);
  position: relative;
  margin-top: 20px;
  padding: 18px;
  text-align: center;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #FFF; }

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

.imageBox {
  width: 100%; }

.imageBlock .image {
  float: left;
  width: 302px;
  height: 302px;
  margin: 5px;
  padding: 0;
  color: #303030;
  border: 1px solid #dcdcdc;
  background-color: #E0E0E0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

@media screen and (max-width: 980px) {
  .imageBlock .image {
    display: inline-block;
    float: none; } }

/*-----------------------------------
	 Video Tours
-----------------------------------*/
.videoBox {
  max-width: -webkit-calc(100% - 20px);
  max-width: -moz-calc(100% - 20px);
  max-width: calc(100% - 20px);
  margin-top: 20px;
  border-radius: 4px;
  background-color: #FFF; }

iframe.videoIframe {
  width: 100%;
  height: 488px;
  border: 0;
  background-color: #E0E0E0; }

.showMoreButton {
  width: 100%;
  height: 40px;
  margin-top: 0px;
  font-size: 140%;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  transition: .3s;
  cursor: pointer;
  background-color: #00aeef; }

.showMoreButton:hover {
  background-color: #03a4d6; }

@media screen and (max-width: 600px) {
  iframe.videoIframe {
    height: 315px; } }

@media screen and (max-width: 420px) {
  iframe.videoIframe {
    height: 210px; } }

@media screen and (max-width: 600px) {
  .wrapperContent {
    width: auto; }
  .wrapper .right .availabilityDate {
    font-size: 120%; } }

@media screen and (max-width: 420px) {
  .citySelectorWrapper {
    width: 70%; }
  .searchButtonWrapper {
    width: 30%; }
  .bookRoom {
    width: 100%;
    margin: 0;
    left: 0; }
  .bookRoom .content {
    width: 100%; }
  .filterBar {
    height: 150px; }
  .wrapper .right {
    float: left; }
  .availabilityDate {
    float: left;
    padding: 10px 10px 0px 0px; } }

@media screen and (min-width: 420px) {
  .bookRoom {
    left: 50%;
    margin: 0 auto 0 -200px; } }

.bookroom-page .wrapper {
  background: #FFFFFF; }

.bookRoom-content {
  height: auto;
  background-color: white;
  color: #5A5A5F;
  margin: auto;
  overflow: hidden;
  border-left: 1px solid #dce0e0;
  border-right: 1px solid #dce0e0; }

.bookRoom-content > * {
  font-family: 'Karla', sans-serif; }

.bookRoom-left-pane {
  float: left;
  padding-bottom: 2000em;
  margin-bottom: -2000em; }

.bookRoom-right-pane {
  width: 240px;
  float: right;
  padding: 36px 20px 36px 21px;
  box-shadow: -2px 0 9px 0 rgba(132, 132, 132, 0.5);
  padding-bottom: 2000em;
  margin-bottom: -2000em; }

.bookRoom-header {
  height: 67px;
  position: relative;
  top: 0;
  border-bottom: 1px solid #DCE0E0; }

.bookRoom-bedly-logo {
  display: inline-block;
  width: 39px;
  height: 39px;
  position: relative;
  top: 15px;
  cursor: pointer; }

.bookRoom-title-header {
  position: relative;
  margin-top: 20px;
  margin-bottom: 33px; }

.bookRoom-title-header > h1 {
  font-weight: 700; }

.bookRoom-content-box {
  height: auto; }

.bookRoom-fieldset {
  border: 3px #E3E3E3 solid;
  border-radius: 9px;
  margin-bottom: 51px;
  font-size: 18px; }

.bookRoom-content-box h2 {
  font-weight: 700;
  color: #00ADEF;
  margin-top: 22px;
  margin-bottom: 32px;
  font-size: 20px; }

.bookRoom-fieldset > label > a {
  margin-left: 17px;
  vertical-align: super; }

.bookRoom-lightLabel {
  font-size: 14px;
  font-weight: 400 !important; }

.bookRoom-extra-fee {
  width: 111px;
  height: 17px;
  margin-top: 9px;
  margin-bottom: 27px;
  margin-left: 44px;
  background-color: #FF8282;
  color: white;
  font-size: 10px;
  text-align: center;
  border-radius: 4px; }

.bookRoom-extra-fee > span {
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase; }

.bookRoom-inputBox {
  height: 85px;
  background-color: #F4F4F4;
  border-radius: 3px;
  padding: 1px 0px 14px 22px;
  margin-top: 12px;
  margin-left: 44px;
  position: relative;
  min-width: 165px;
  display: inline-block; }

.bookRoom-inputBox p {
  font-size: 14px; }

.bookRoom-inputBox input {
  border: none;
  border-radius: 3px;
  width: 117px;
  height: 34px;
  font-size: 14px;
  text-align: center; }

.bookRoom-inputBox select {
  border: none;
  border-radius: 3px;
  width: 153px;
  height: 34px;
  font-size: 14px;
  text-align: center;
  outline: none;
  color: #5A5A5F;
  font-family: 'Karla', sans-serif; }

.bookRoom-inputSection {
  display: inline-block;
  margin-right: 26px; }

.bookRoom-ssn > label {
  display: block;
  margin-bottom: 28px; }

.bookRoom-blue-button {
  outline: none;
  border: none;
  width: 153px;
  height: 39px;
  background-color: #00ADEF;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 18px;
  float: right; }

.bookRoom-blue-button:hover {
  background: #0093CB; }

.bookRoom-grey-button {
  outline: none;
  border: none;
  width: 153px;
  height: 39px;
  background-color: #F3F3F3;
  color: #00ADEF;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 18px;
  float: left;
  margin-bottom: 40px; }

.bookRoom-grey-button:hover {
  background: #E2E2E2; }

.bookRoom-content button {
  cursor: pointer; }

.bookRoom-blue-button > span {
  font-weight: 700;
  line-height: 39px; }

.bookRoom-blue-button > img {
  margin-left: 11px; }

.bookRoom-steps {
  margin-bottom: 43px; }

.bookRoom-step-count {
  position: relative;
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-right: 38px;
  border: 2px #00ADEF solid;
  border-radius: 16px;
  text-align: center;
  background-color: white;
  color: #00ADEF;
  font-size: 18px;
  z-index: 2; }

label.bookRoom-phone-number.bookRoom-textField {
  width: 100%; }

.bookRoom-phone-number > span {
  display: block; }

select.bookRoom-phone-prefix {
  outline: none;
  border: none;
  background-color: #F4F4F4;
  height: 52px;
  border-radius: 9px;
  color: #646475;
  font-size: 20px;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 50px; }

.bookRoom-phone-number-prefix-container {
  float: left; }

.bookRoom-phone-number-prefix a {
  font-weight: 700; }

.bookRoom-phone-prefix {
  width: 242px;
  margin-right: 50px; }
  .bookRoom-phone-prefix .Select-control {
    height: 50px;
    margin-top: 6px; }
    .bookRoom-phone-prefix .Select-control .Select-multi-value-wrapper {
      margin-left: 16px; }
      .bookRoom-phone-prefix .Select-control .Select-multi-value-wrapper .Select-placeholder {
        line-height: 50px;
        margin-left: 16px;
        margin-right: 40px;
        padding: 0px; }
      .bookRoom-phone-prefix .Select-control .Select-multi-value-wrapper .Select-value {
        line-height: 50px;
        margin-left: 16px;
        padding: 0px;
        max-width: 74%; }
      .bookRoom-phone-prefix .Select-control .Select-multi-value-wrapper .Select-input {
        line-height: 50px;
        padding: 0px; }
    .bookRoom-phone-prefix .Select-control .Select-arrow-zone .Select-arrow {
      margin-right: 16px; }

.bookRoom-phone-number > input {
  margin-top: 26px; }

.bookRoom-phone-number.bookRoom-textField > input {
  display: inline-block;
  margin-right: 0; }

.bookRoom-step-count:last-child {
  margin-right: 0; }

.current-step {
  color: white;
  background-color: #00ADEF; }

.bookRoom-step-count > span {
  line-height: 27px; }

.bookRoom-line {
  position: absolute;
  width: 177px;
  border-top: 1px #00ADEF solid;
  top: 51px;
  margin-left: 30px;
  opacity: 0.23;
  z-index: 1; }

.bookRoom-room {
  margin-bottom: 57px; }

.bookRoom-room-picture {
  width: 240px;
  height: 140px;
  border: 1px pink solid;
  position: relative;
  z-index: 2; }

.bookRoom-recurringPayment > label {
  width: 100%;
  display: block; }

.bookRoom-description {
  width: 204px;
  background-color: #F3F3F3;
  border-radius: 9px;
  padding: 17px 20px 17px 18px;
  margin-top: -5px;
  position: relative;
  z-index: 1; }

.bookRoom-description p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px; }

p.bookRoom-room-address {
  font-weight: 700;
  font-size: 20px; }

p.bookRoom-room-city {
  margin-top: 2px;
  margin-bottom: 16px; }

.bookRoom-room-availability > strong {
  font-weight: 700; }

.bookRoom-rent-container {
  width: 202px;
  height: 34px;
  margin-top: 21px;
  background-color: white;
  color: #00ADEF;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0px 2px 4px 0px rgba(180, 180, 180, 0.5);
  border-radius: 3px; }

.bookRoom-rent-container > span {
  line-height: 34px; }

.bookRoom-advice > img {
  width: 96px;
  height: 124px;
  display: block;
  margin: 0 auto;
  margin-bottom: 19px; }

.bookRoom-content input[type="radio"] {
  display: none; }

.bookRoom-radio-btn {
  position: relative;
  width: 23px;
  height: 23px;
  border: 2px #CBCBCB solid;
  border-radius: 23px;
  display: inline-block; }

div.bookRoom-radioBtn-checked {
  background-color: #CBCBCB; }

p.bookRoom-advice-heading {
  font-size: 18px;
  font-weight: 700;
  color: #686868;
  line-height: 24px; }

p.bookRoom-advice-text {
  font-size: 14px;
  line-height: 21px; }

.bookRoom-textField {
  position: relative;
  margin-bottom: 24px; }

.bookRoom-fieldset > .bookRoom-textField > a {
  font-weight: 700;
  margin-left: 0; }

.bookRoom-textField > input {
  display: block;
  height: 48px;
  margin-right: 50px;
  border-radius: 9px;
  border: 1px #F4F4F4 solid;
  background-color: #F4F4F4;
  color: #646475;
  font-size: 20px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 48px;
  outline: none;
  font-family: 'Karla', sans-serif; }

.bookRoom-textField > .bookRoom-longInput {
  margin-right: 0; }

.bookRoom-makeProfile > .bookRoom-textField:nth-child(odd) > input {
  margin-right: 0; }

.bookRoom-noMarginRight {
  margin-right: 0 !important; }

.bookRoom-tooltip-icon {
  margin-left: 10px; }

.bookRoom-cardLogo {
  width: 51px;
  height: 31px; }

.bookRoom-creditCard > .bookRoom-textField > .bookRoom-cvc {
  width: 45px; }

.bookRoom-charged-image {
  width: 133px !important;
  height: 114px !important; }

.bookRoom-recurringPayment > label:last-of-type {
  margin-top: 25px;
  display: inline-block; }

.bookRoom-upload-visa > p, .bookRoom-recurringPayment > p {
  font-size: 14px;
  display: inline-block;
  margin-top: -10px; }

.bookRoom-buttons-upload {
  margin-top: 27px;
  margin-bottom: 38px; }

.bookRoom-buttons-upload > label {
  outline: none;
  border: none;
  height: 24px;
  background-color: #00ADEF;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer; }

.bookRoom-buttons-upload > label:hover {
  background: #0093CB; }

.bookRoom-buttons-upload > input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

button.bookRoom-add-bank-btn.bookRoom-blue-button {
  float: none;
  margin-top: 10px;
  margin-left: 40px; }

.bookRoom-buttons-upload > img {
  position: relative;
  width: 242px;
  display: block; }

button.bookRoom-add-bank-btn-disabled {
  background-color: #F3F3F3;
  color: #00ADEF;
  float: none;
  position: relative;
  left: 35px;
  top: 7px;
  cursor: default !important; }

fieldset.bookRoom-auth-bg-check {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px; }

.bookRoom-auth-bg-check > p {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: justify; }

.bookRoom-bg-check-checkboxes {
  border: 0;
  margin-bottom: 40px; }

.bookRoom-checkbox-line {
  clear: both;
  display: block;
  margin-bottom: 10px;
  font-size: 14px; }

.bookRoom-checkbox-line input {
  display: inline-block; }

.bookRoom-checkbox-btn {
  float: left;
  margin-right: 12px; }

p.bookRoom-checkbox-text {
  display: table; }

.bookRoom-summaryHeader {
  margin-top: 20px; }

.bookRoom-address {
  font-size: 36px;
  font-weight: 700; }

.bookRoom-city {
  font-size: 22px; }

.bookRoom-summary-roomInfo {
  margin-top: 44px; }

.bookRoom-summary-section {
  display: inline-block;
  width: 117px;
  text-align: center;
  line-height: 38px;
  vertical-align: top; }

.bookRoom-summary-section > * {
  display: inline-block;
  padding-left: 12px; }

.bookRoom-summary-bedrooms-title {
  color: #B8B8B8;
  text-transform: uppercase;
  font-size: 16px; }

.bookRoom-summary-bedrooms-of {
  color: #B8B8B8;
  vertical-align: super;
  font-size: 16px; }

.bookRoom-summary-bedrooms-textBig {
  color: #646475;
  font-weight: 700; }

.bookRoom-summary-roomPictures {
  margin-top: 51px; }

.bookRoom-summary-roomPictures > img {
  display: inline-block;
  width: 173px;
  height: 108px;
  margin-bottom: 37px;
  margin-left: 24px; }

.bookRoom-summary-roomPictures > .bookRoom-summary-bigPhoto {
  width: 568px;
  height: 343px;
  margin-bottom: 23px; }

.bookRoom-content-box h2 {
  font-weight: 700;
  color: #00ADEF;
  margin-top: 22px;
  margin-bottom: 32px;
  font-size: 20px; }

.bookRoom-contractTerm-header > * {
  display: inline-block; }

.bookRoom-content button {
  cursor: pointer;
  font-family: 'Karla', sans-serif; }

.bookRoom-view-lease {
  float: right;
  margin-top: 21px;
  color: #00ADEF;
  font-size: 14px;
  font-weight: 700;
  width: 121px;
  height: 27px;
  background-color: #E8E8E8;
  border: none;
  border-radius: 9px;
  outline: none; }

.bookRoom-view-lease:hover {
  background: #E2E2E2; }

.bookRoom-process-summary-pictures > img {
  position: relative;
  width: 155px;
  height: 97px; }

.bookRoom-contract-term > span {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 20px; }

.bookRoom-summary-checkbox-line {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 20px; }

.bookRoom-summary-checkbox-line > label {
  height: 20px;
  display: inline-block; }

.bookRoom-content input[type="checkbox"] {
  display: none;
  position: relative;
  z-index: 2; }

.bookRoom-checkbox-btn {
  display: inline-block;
  margin-right: 12px;
  height: 20px;
  width: 20px;
  position: relative;
  z-index: 1;
  border: 2px #D8D8D8 solid;
  border-radius: 3px;
  vertical-align: middle; }

.bookRoom-checkbox-btn-checked {
  background-color: #D8D8D8;
  background-image: url("/images/book_room/check_mark.png");
  background-repeat: no-repeat; }

.bookRoom-referral-header > * {
  display: inline-block; }

.bookRoom-not-required-label {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #CBCBCB;
  width: 111px;
  height: 17px;
  line-height: 17px;
  border-radius: 4px;
  margin-left: 20px; }

.bookRoom-referral > label {
  display: block;
  margin-top: 10px; }

.bookRoom-referral input {
  display: inline-block;
  height: 48px;
  margin-right: 21px;
  border-radius: 9px;
  border: 1px #F4F4F4 solid;
  background-color: #F4F4F4;
  color: #646475;
  font-size: 20px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 48px;
  outline: none; }

.bookRoom-checkmark {
  display: inline-block;
  vertical-align: middle; }

label.bookRoom-referralSource select {
  margin-top: 20px;
  margin-bottom: 20px; }

label.bookRoom-referralSource input {
  margin-bottom: 20px; }

label.bookRoom-referralSource > span {
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: 0; }

.bookRoom-referral select {
  height: 48px;
  font-size: 20px;
  color: #646475;
  border: none;
  outline: none;
  background-color: #F4F4F4;
  padding-left: 16px;
  border-radius: 9px; }

label.bookRoom-referralSource > * {
  display: block; }

label.bookRoom-referralSource {
  margin-top: 20px; }

.bookoRoom-fieldset-collapsed {
  height: 59px !important;
  overflow: hidden; }

button.bookRoom-toggle-referral-code {
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url("/images/book_room/arrow_down.png");
  height: 30px;
  width: 30px;
  background-size: 100%;
  display: block;
  float: right;
  top: 15px;
  position: relative; }

.bookRoom-read-lease-modal {
  height: 340px; }

.bookRoom-paymentSummary > h1 {
  font-size: 36px;
  color: #5A5A5F; }

.bookRoom-payment-details div {
  font-size: 20px;
  color: #646475;
  padding-top: 21px; }

.bookRoom-payment-heading {
  font-weight: 700; }

.bookRoom-rent {
  border-bottom: 2px #979797 solid;
  padding-bottom: 21px; }

.bookRoom-payment-details > div > span:nth-child(odd) {
  float: right;
  margin-bottom: 12px;
  text-align: right; }

span.bookRoom-summary-mtm {
  font-size: 16px;
  font-weight: 700;
  width: 129px;
  position: relative;
  background-color: #e4e4e4;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  height: 30px; }

.bookRoom-payment-details > div > span:nth-child(even) {
  margin-bottom: 12px;
  display: inline-block; }

.bookRoom-fees {
  padding-bottom: 21px;
  border-bottom: 2px #979797 solid; }

.bookRoom-total-due {
  color: #00ADEF !important; }

.bookRoom-quick-question {
  color: #646475;
  background-color: #f4f4f4;
  border-radius: 9px;
  padding: 28px 74px 20px 20px; }

.bookRoom-question-text {
  font-size: 18px;
  margin-bottom: 25px; }

.bookRoom-question-buttons {
  float: right; }

.bookRoom-question-text > strong {
  color: #00ADEF; }

.bookRoom-question-buttons > button {
  background-color: #00ADEF;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin-right: 17px;
  width: 73px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700; }

.bookRoom-question-buttons > button:hover {
  background: #0093CB; }

button.bookRoom-blue-button.bookRoom-rent-btn {
  margin-top: 64px;
  width: 296px;
  height: 55px; }

.modal-background-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.61);
  z-index: 5; }

.reactModal {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 100px;
  background-color: #f9fdff;
  border-radius: 17px;
  z-index: 6;
  outline: none; }

.reactModal * {
  font-family: 'Karla', serif; }

div.leaseModal, div.bookRoom-delayed-processing-modal, div.bookRoom-intl-applicant-modal {
  padding: 20px 20px 20px 20px;
  top: 5%;
  max-width: 86%;
  height: 80%; }

div.leaseModal > div {
  height: 100%; }

div.bookRoom-intl-applicant-modal > div {
  height: 100%; }

div.leaseModal > div > .leaseDetails {
  height: inherit !important; }

button.bookRoom-blue-button.bookRoom-button-disabled {
  background-color: #949494; }
  button.bookRoom-blue-button.bookRoom-button-disabled:hover {
    cursor: not-allowed; }

.bookRoom-spinner {
  display: inline-block;
  vertical-align: middle;
  left: 18px; }

.bookRoom-spinner > .three-bounce > div {
  background-color: white; }

.bookRoom-spinner .circle:before {
  background-color: white; }

.bookRoom-invalid-input {
  border: 1px #ff9090 solid !important; }

span.bookRoom-invalid-text {
  color: #ff9090;
  font-weight: 400 !important;
  font-size: 14px;
  display: table;
  width: 220px; }

.bookRoom-fieldset .bookRoom-invalid-text {
  position: relative;
  width: 200px; }

.bookRoom-invalid-container {
  display: block;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 29px; }

.bookRoom-checkbox-line .bookRoom-invalid-text {
  width: auto;
  margin-left: 24px; }

.bookRoom-summary-checkbox-line .bookRoom-invalid-text {
  left: 0;
  top: 20px;
  padding-left: 0; }

.bookRoom-referralSource .bookRoom-invalid-text {
  left: 0;
  padding-left: 0;
  top: 10px; }

.bookRoom-quick-question .bookRoom-invalid-text {
  padding-left: 0;
  float: left;
  top: 8px;
  position: relative; }

.bookRoom-inputBox-duration {
  background-color: #F4F4F4;
  border-radius: 3px;
  padding: 13px 0px 14px 13px;
  margin-top: 12px;
  margin-left: 44px;
  position: relative;
  min-width: 165px;
  display: inline-block; }

.bookRoom-inputBox-duration p {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px; }

.bookRoom-inputBox-duration select {
  background: #FFFFFF;
  border: none;
  border-radius: 3px;
  width: 165px;
  height: 34px;
  font-size: 14px;
  text-align: center;
  outline: none;
  color: #5A5A5F;
  font-family: 'Karla', sans-serif;
  display: inline-block;
  margin-right: 15px; }

.bookRoom-intl-applicant-modal > div > img {
  display: block;
  margin: 28px auto 0 auto; }

.bookRoom-read-lease-link > button {
  background: none;
  border: none;
  color: #00ADEF;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer; }

.bookRoom-modal-heading {
  display: block;
  font-weight: 700; }

.bookRoom-blue-button.bookRoom-got-it {
  float: none;
  margin: 45px auto 45px auto;
  display: block;
  cursor: pointer; }

.bookRoom-read-lease-modal .bookRoom-got-it {
  position: relative; }

.bookRoom-delayed-processing-modal > .bookRoom-blue-button.bookRoom-got-it {
  margin-top: 38px; }

.bookRoom-processing-modal > img {
  position: relative;
  display: block; }

.bookRoom-processing-modal > .bookRoom-modal-heading {
  margin-top: 53px;
  margin-bottom: 70px;
  color: #00ADEF;
  text-align: center; }

.bookRoom-processing-modal > .bookRoom-modal-heading > p {
  margin-bottom: 0;
  margin-top: 0; }

.bookRoom-delayed-processing-modal > img {
  display: block;
  margin: 28px auto 0 auto; }

.bookRoom-delayed-processing-modal > .bookRoom-modal-heading {
  margin-top: 50px;
  color: #00ADEF; }

.bookRoom-modal-subheading {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  color: #646475; }

.bookRoom-failed-processing-modal {
  text-align: center; }

.bookRoom-failed-processing-modal > img {
  width: 331px;
  height: 179px;
  margin: 39px auto 0 auto; }

.bookRoom-failed-processing-modal > .bookRoom-modal-heading {
  margin-top: 32px;
  color: #00ADEF;
  width: inherit; }

.bookRoom-failed-processing-modal > .bookRoom-modal-subheading {
  width: 585px;
  text-align: center; }

.bookRoom-failed-processing-modal > .bookRoom-blue-button.bookRoom-got-it {
  margin-top: 36px; }

.bookRoom-dashboard-btn {
  position: relative;
  letter-spacing: 1.79px; }

.bookRoom-process-summary-box {
  display: block;
  margin: 38px auto 0 auto;
  text-align: center;
  background-color: #D8F2FD;
  border-radius: 9px;
  padding: 28px;
  margin-bottom: 38px; }

.bookRoom-process-summary-box > strong {
  color: #00ADEF; }

.bookRoom-process-summary-details {
  display: block;
  border-top: 1px #36AFEE solid; }

.bookRoom-process-summary-details > h3 {
  font-size: 20px;
  color: #00ADEF; }

.bookRoom-process-summary-details > div {
  display: inline-block;
  width: 443px;
  margin-right: 20px;
  margin-bottom: 40px;
  vertical-align: top; }

.bookRoom-process-summary-details > div > span {
  display: inline-block; }

.bookRoom-process-summary-details > div > span:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #B8B8B8;
  padding-right: 39px;
  width: 89px;
  vertical-align: top; }

.bookRoom-process-summary-details > div > span:nth-child(2) {
  font-size: 18px;
  width: 228px; }

.bookRoom-process-summary-box > h1 {
  font-weight: 700;
  color: #5A5A5F;
  margin-top: 0; }

.bookRoom-process-summary-box > div {
  font-size: 14px;
  color: #646475; }

.bookRoom-process-summary-box > div > strong {
  color: #00ADEF; }

.reactTooltip {
  width: 181px;
  text-align: justify; }

.bookRoom-full-payment > label {
  display: block;
  margin-bottom: 22px; }

.bookRoom-payment-details > div > span:nth-child(even) {
  max-width: 65%; }

@media screen and (max-height: 700px) {
  div.bookRoom-intl-applicant-modal > div {
    overflow: scroll; } }

@media screen and (max-width: 1024px) {
  .bookRoom-content {
    padding-bottom: 50px; }
  .bookRoom-right-pane {
    display: none; }
  .bookRoom-left-pane {
    float: none;
    width: 95%;
    margin: 0 auto !important;
    padding: 0 !important;
    min-height: 100vh; }
  .bookRoom-advice {
    margin-top: 50px;
    padding-left: 125px;
    padding-right: 125px;
    padding-bottom: 50px;
    text-align: center; }
  .bookRoom-phone-number-prefix {
    width: 230px; }
  label.bookRoom-phone-number.bookRoom-textField {
    width: 51%;
    margin-left: 20px; }
  .bookRoom-phone-number-prefix-container {
    margin-right: 40px !important; }
  .bookRoom-phone-number > input {
    margin-top: 26px; }
  .bookRoom-textField {
    display: inline-block; }
  .bookRoom-phone-number.bookRoom-textField > input {
    width: 90%; }
  label.bookRoom-email-field {
    width: 100%; }
  .bookRoom-email-field > input {
    width: 82%; }
  select.bookRoom-phone-prefix {
    width: 100%; }
  .bookRoom-cardnumber {
    width: 42%;
    margin-left: 20px; }
  .bookRoom-upload-visa > p, .bookRoom-recurringPayment > p {
    font-size: 18px; }
  .bookRoom-buttons-upload > label {
    display: block;
    width: 300px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 50px; }
  .bookRoom-summary-section {
    width: 24%;
    font-size: 24px; }
  .bookRoom-summary-section > * {
    display: block; }
  .bookRoom-summary-roomInfo {
    margin-bottom: 50px; }
  .bookRoom-referral select {
    width: 50%; }
  .bookRoom-paymentSummary {
    background-color: #f5f5f5;
    padding: 10px 50px;
    width: 60%;
    margin: 20px auto; }
  .bookRoom-paymentSummary > h1 {
    text-align: center; }
  .bookRoom-payment-details {
    padding: 10px; }
  .bookRoom-payment-details > div > span:nth-child(even) {
    width: 84%; }
  button.bookRoom-blue-button.bookRoom-rent-btn {
    float: none;
    margin: 64px auto;
    display: block; }
  .image-gallery-slides {
    min-height: 444px;
    position: relative;
    left: -19px;
    top: -11px;
    width: 106%; }
  .bookRoom-city {
    padding-left: 10px; }
  .bookRoom-read-lease-modal .bookRoom-got-it {
    top: 0;
    margin: 30px auto 30px auto; }
  .bookRoom-read-lease-link > button {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    margin: 30px auto; }
  .reactModal {
    top: 5%;
    width: 80%; }
  .bookRoom-modal-heading {
    width: auto;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 30px; }
  .bookRoom-processing-modal > img {
    margin: 30px auto 0 auto; }
  .bookRoom-process-summary-box {
    width: 88%; }
  .bookRoom-process-summary-section {
    width: 88%;
    display: block;
    margin: 0 auto; }
  .bookRoom-process-summary-details > div {
    width: 47%; }
  .bookRoom-process-summary-pictures > img {
    margin-right: 10px;
    margin-bottom: 10px; }
  .bookRoom-dashboard-btn {
    top: 14px;
    right: 14px; }
  .bookRoom-delayed-processing-modal > img {
    display: block;
    margin: 28px auto 0 auto; }
  .bookRoom-modal-subheading {
    padding: 20px; } }

@media screen and (max-width: 414px) {
  .bookRoom-cardnumber {
    width: 100%;
    margin-left: 0px !important; }
  .bookRoom-intl-applicant-modal > div > img {
    width: 120px !important; }
  .bookRoom-content {
    width: 100%;
    padding-bottom: 100px; }
  .bookRoom-right-pane {
    display: none; }
  .bookRoom-left-pane {
    width: 100%; }
  .bookRoom-title-header {
    text-align: center;
    margin-left: 0; }
  .bookRoom-title-header > h1 {
    font-size: 24px; }
  .bookRoom-content-box {
    margin-right: 15px;
    margin-left: 15px; }
  .bookRoom-fieldset {
    padding-left: 20px;
    width: 86%; }
  .bookRoom-textField {
    display: block; }
  .bookRoom-bedly-logo {
    left: 20px; }
  select.bookRoom-phone-prefix {
    width: 93%;
    display: block; }
  label.bookRoom-phone-number.bookRoom-textField {
    width: 100%;
    margin-left: 0px; }
  .bookRoom-phone-number.bookRoom-textField > input {
    width: 82%; }
  .bookRoom-phone-number-prefix-container {
    width: 100% !important;
    margin-top: -2px; }
  .bookRoom-phone-prefix {
    width: 93% !important; }
  .bookRoom-phone-number {
    clear: both; }
    .bookRoom-phone-number input {
      margin-top: 0px !important; }
  .bookRoom-tooltip-icon {
    float: right;
    position: relative;
    right: 30px;
    top: 35px; }
  .bookRoom-phone-number-prefix {
    width: 100%;
    margin-bottom: 24px; }
  .bookRoom-textField > .bookRoom-longInput {
    width: 83%; }
  input.bookRoom-cardholder {
    width: 207px; }
  .bookRoom-creditCard > .bookRoom-textField > input {
    margin-right: 0; }
  .bookRoom-cardLogo {
    display: inline-block;
    margin-right: 30px; }
  .bookRoom-creditCard > .bookRoom-textField-cvc {
    margin-left: 0; }
  .bookRoom-upload-visa > p, .bookRoom-recurringPayment > p {
    width: auto; }
  .bookRoom-payment-details > div > span:nth-child(even) {
    max-width: 60%; }
  .bookRoom-buttons-upload > label {
    display: block;
    width: 217px;
    text-align: center;
    margin: 0 auto;
    padding: 9px 0px 9px 0px; }
  .bookRoom-buttons-upload > img {
    margin: 30px auto; }
  .bookRoom-right-pane-mobile {
    width: 240px;
    display: block;
    margin: 20px auto;
    padding: 36px 20px 36px 21px;
    box-shadow: -2px 0 9px 0 rgba(132, 132, 132, 0.5); }
  .image-gallery-slides {
    min-height: 255px;
    position: relative;
    left: -15px;
    top: -11px;
    width: 111%; }
  .bookRoom-address {
    text-align: center;
    display: inline-block;
    width: 100%; }
  .bookRoom-city {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-left: 0; }
  .bookRoom-summary-section {
    height: 92px;
    margin-left: 0;
    margin-right: 35px;
    width: 33%; }
  .bookRoom-view-lease {
    width: 40%; }
  .bookRoom-summary-bedrooms-textBig {
    font-size: 22px;
    line-height: 22px; }
  .bookRoom-summary-roomInfo {
    margin-bottom: 50px; }
  .bookRoom-paymentSummary {
    background-color: #f5f5f5;
    padding: 10px;
    width: 93%; }
  .bookRoom-paymentSummary > h1 {
    text-align: center; }
  .bookRoom-payment-details {
    padding: 10px; }
  button.bookRoom-blue-button.bookRoom-rent-btn {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    position: relative;
    display: block; }
  .bookRoom-referral input {
    width: 201px; }
  .bookRoom-referral select {
    width: 100%; }
  .reactModal {
    top: 5%;
    width: 324px; }
  .bookRoom-modal-heading {
    width: auto;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 30px; }
  .bookRoom-modal-subheading {
    font-size: 16px; }
  .bookRoom-processing-modal > img {
    width: 122px;
    height: 109px;
    margin: 30px auto 0 auto; }
  div.bookRoom-summary-content {
    width: auto; }
  .bookRoom-process-summary-box {
    width: auto; }
  .bookRoom-process-summary-details {
    width: auto; }
  .bookRoom-process-summary-pictures > img {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }
  .bookRoom-read-lease-modal .bookRoom-got-it {
    top: 0;
    margin: 30px auto 30px auto; }
  .bookRoom-read-lease-link > button {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    margin: 30px auto; }
  .bookRoom-dashboard-btn {
    float: none !important;
    margin: 10px auto;
    top: 0;
    right: 0;
    display: block; }
  .bookRoom-process-summary-box > h1 {
    font-size: 24px; }
  .bookRoom-modal-subheading {
    text-align: center;
    width: auto;
    padding: 10px; }
  .bookRoom-delayed-processing-modal > img {
    width: 150px !important;
    height: 100% !important; }
  .bookRoom-textField > input {
    width: 82%; }
  .bookRoom-payment-details > div > span:nth-child(odd) {
    width: 98px; }
  .bookRoom-blue-button {
    width: 40%; }
  .bookRoom-grey-button {
    width: 40%; } }

@media screen and (min-width: 1025px) {
  .bookRoom-content {
    width: 1024px;
    padding-bottom: 50px; }
  .bookRoom-right-pane {
    display: block; }
  .bookRoom-left-pane {
    width: 743px; }
  .bookRoom-title-header {
    text-align: left;
    margin-left: 63px; }
  .bookRoom-title-header > h1 {
    font-size: 36px; }
  .bookRoom-content-box {
    margin-left: 64px;
    margin-right: 0;
    width: 609px; }
  .bookRoom-fieldset {
    padding-left: 37px; }
  .bookRoom-textField {
    display: inline-block; }
  .bookRoom-bedly-logo {
    left: 58px; }
  select.bookRoom-phone-prefix {
    width: 239px;
    display: block; }
  .bookRoom-phone-number.bookRoom-textField > input {
    width: 207px; }
  .bookRoom-textField > .bookRoom-longInput {
    width: 500px; }
  input.bookRoom-cardholder {
    width: 282px; }
  .bookRoom-creditCard > .bookRoom-textField > input {
    margin-right: 18px; }
  .bookRoom-creditCard > .bookRoom-textField-cvc {
    margin-left: 38px; }
  .bookRoom-upload-visa > p, .bookRoom-recurringPayment > p {
    width: 412px; }
  .bookRoom-buttons-upload > label {
    display: inline-block;
    margin-right: 43px;
    padding: 9px 19px 9px 19px;
    width: auto; }
  .bookRoom-buttons-upload > img {
    margin-top: 30px; }
  .bookRoom-city {
    padding-left: 30px; }
  .bookRoom-summary-section {
    height: 61px;
    margin-left: 35px; }
  .bookRoom-summary-bedrooms-textBig {
    font-size: 24px; }
  .bookRoom-referral input {
    width: 207px; }
  .bookRoom-referral select {
    width: 330px; }
  .reactModal {
    top: 20%;
    width: 900px; }
  .bookRoom-modal-heading {
    width: 616px;
    text-align: center;
    margin: 50px auto;
    font-size: 36px;
    line-height: 42px; }
  .bookRoom-processing-modal > img {
    width: 244px;
    height: 218px;
    margin: 71px auto 0 auto; }
  div.bookRoom-summary-content {
    width: 926px; }
  .bookRoom-process-summary-box {
    width: 682px; }
  .bookRoom-process-summary-details {
    width: 926px; }
  .bookRoom-process-summary-pictures > img {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }
  .bookRoom-read-lease-modal .bookRoom-got-it {
    margin: 0 auto 45px auto;
    top: 0; }
  .bookRoom-read-lease-link > button {
    display: inline-block;
    position: absolute;
    right: 58px;
    top: 37px; }
  .bookRoom-dashboard-btn {
    margin: 0;
    top: 15px;
    right: 60px; }
  .bookRoom-process-summary-box > h1 {
    font-size: 36px; }
  .bookRoom-modal-subheading {
    width: 572px; }
  .bookRoom-textField > input {
    width: 207px; }
  .bookRoom-payment-details > div > span:nth-child(odd) {
    width: 82px; }
  label.bookRoom-phone-number.bookRoom-textField {
    display: inline; } }

.wrapperContent h2 {
  font-size: 133%;
  font-weight: normal; }

.thumbnails .thumb {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 10px 10px 0;
  background-color: #FFF;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.thumbnails .thumb .cover {
  cursor: pointer;
  color: #FFF;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: block;
  opacity: 0.0;
  background-color: transparent; }

.thumbnails .thumb .cover:hover {
  opacity: 1.0;
  background-color: rgba(0, 0, 0, 0.75); }

.loading {
  width: 60px;
  height: 60px;
  padding: 10px;
  margin: auto;
  display: block;
  background: url("/images/loading.gif");
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center; }

.blanket {
  cursor: pointer;
  background-color: #111;
  opacity: 0.65;
  *background: none;
  position: absolute;
  z-index: 9001;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.bookRoom {
  max-width: 400px;
  min-width: 240px;
  padding-bottom: 20px;
  background-color: #FFF;
  position: fixed;
  z-index: 9002;
  top: 5%; }

.privateErrorMessage {
  width: 100%;
  margin: 0;
  padding: 20px;
  background-color: red;
  color: #fff;
  z-index: 90002;
  top: 0; }

.bookRoom button {
  width: 100%;
  height: 30px; }

.bookRoom p {
  font-size: 140%;
  margin: 0 0 20px 0;
  padding: 0; }

.bookRoom .titleComingSoon {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  font-size: 160%;
  text-align: center;
  background-color: #00aeef; }

.bookRoom .content {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bookRoom .content form input {
  float: none;
  width: 100%;
  margin: 0 0 5px 0; }

.scheduleViewing {
  color: #FFF;
  max-width: 400px;
  height: 200px;
  background-color: #00aeef;
  position: fixed;
  z-index: 9002;
  top: 25%; }

.scheduleViewing h1 {
  padding: 10px 10px 0 10px;
  margin: 0; }

.scheduleViewing p {
  padding: 10px 10px 0 10px;
  margin: 0; }

.scheduleViewing input {
  width: 200px;
  height: 30px;
  font-size: 130%;
  margin: 10px; }

.scheduleViewing button {
  width: 80px;
  height: 36px; }

/*-----------------------------------
	 Supporters
-----------------------------------*/
.supporters {
  width: 100%;
  background: #dcdcdc; }

.partners {
  color: #6F6F6F; }

.partners .wrapper {
  max-width: 800px;
  padding: 0px 0 100px 0;
  background-color: transparent; }

.partners .wrapper h1 {
  font-weight: bold;
  line-height: 30px;
  font-size: 300%;
  font-family: 'Karla', sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 50px 0 50px 0; }

.partners .wrapper .partner {
  height: 210px;
  width: 210px;
  float: left;
  margin: 0 27px 0 27px;
  background-size: cover; }

.partners .wrapper .partner a:link {
  display: block;
  height: 100%;
  width: 100%; }

@media screen and (max-width: 794px) {
  .partners .wrapper .partner {
    float: none;
    margin: auto; } }

@media screen and (max-width: 600px) {
  .partners .wrapper .partner {
    float: none;
    margin: auto; } }

/*-----------------------------------
	 Booking Request
-----------------------------------*/
.bookingRequest {
  width: 100%;
  height: inherit;
  min-height: 400px;
  padding: 20px;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bookingRequest h1 {
  margin: 0;
  padding: 0; }

.bookingRequest .progressBar {
  width: 100%;
  height: 10px;
  background-color: #F3F3F3;
  margin: 10px 0 30px 0; }

.bookingRequest .progressBar .progress {
  width: 0%;
  height: 10px;
  background-color: #00A4CC; }

.bookingRequest .saveButton button {
  float: right;
  color: #FFF;
  height: 45px;
  cursor: pointer;
  background-color: #00A4CC;
  display: block;
  font-size: 140%;
  padding: 4px 10px 0 10px;
  border-radius: 3px;
  border: 0 none;
  font-family: 'Karla', sans-serif; }

.bookingRequest .saveButton button:hover {
  background-color: #0292B5; }

.bookingRequest .backButton button {
  float: left;
  color: #FFF;
  height: 45px;
  cursor: pointer;
  background-color: #CACACA;
  display: block;
  font-size: 140%;
  padding: 4px 20px 0 20px;
  border-radius: 3px;
  border: 0 none;
  font-family: 'Karla', sans-serif; }

.bookingRequest .backButton button:hover {
  background-color: #BBBBBB; }

.bookingRequest .formDiv {
  float: left;
  width: 50%; }

@media screen and (max-width: 670px) {
  .bookingRequest .formDiv {
    float: none; } }

.bookingRequest input {
  font-size: 140%;
  display: inline-block;
  margin: auto;
  border: none;
  outline: none;
  box-shadow: 0 0 2px black;
  padding: 0.3em 0.5em;
  font-weight: 100;
  font-family: Arial;
  margin: 1em;
  float: none; }

.bookingRequest input:focus {
  box-shadow: 0 0 8px rgba(0, 255, 50, 0.5); }

.bookingRequest input.invalid, input.invalid:focus {
  box-shadow: 0 0 9px rgba(255, 25, 25, 0.5); }

.bookingRequest .viewLease {
  color: #00A4CC;
  font-size: 120%;
  margin-bottom: 20px;
  cursor: pointer; }

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

.pageHeader {
  width: 100%;
  height: 70px;
  background: #232323; }

.leaseDetails table.details {
  width: 100%;
  border-collapse: collapse; }

.leaseDetails table.details tr th {
  border: 1px solid #000;
  background-color: #B8B8B8;
  padding: 5px; }

.leaseDetails table.details tr td {
  border: 1px solid #000;
  padding: 5px; }

.leaseDetails table.signatures {
  width: 100%;
  border-collapse: collapse;
  padding: 5px; }

.leaseDetails table.signatures tr th {
  height: 80px; }

.leaseDetails table.signatures tr td.underline {
  border-bottom: 1px solid #000;
  text-align: center; }

.leaseDetails table.signatures tr td.spacer {
  width: 40px; }

.leaseDetails table.signatures tr td.date {
  width: 100px;
  border-bottom: 1px solid #000;
  text-align: center; }

.leaseDetails table.last {
  float: right;
  border-collapse: collapse; }

.leaseDetails table.last tr td {
  height: 40px;
  vertical-align: bottom; }

.leaseDetails table.last tr td.field {
  width: 250px;
  border-bottom: 1px solid #000;
  text-align: center; }

/*-----------------------------------
	 Explanation
-----------------------------------*/
.overview {
  background-color: #FFF; }

.wrapper .explanation {
  width: 980px;
  margin: auto auto auto auto;
  padding-bottom: 80px;
  background-color: #FFF; }

.wrapper .explanation .left {
  float: left;
  vertical-align: top;
  width: 415px;
  height: 300px;
  border-right: 10px solid #F4F4F4;
  padding: 0px 60px 0px 5px; }

.wrapper .explanation .right {
  float: left;
  vertical-align: top;
  width: 415px;
  height: 300px;
  border-left: 10px solid #F4F4F4;
  padding: 0px 5px 0px 60px; }

.wrapper .explanation h1 {
  margin: 60px 0 40px 0;
  text-align: center;
  font-size: 240%; }

.wrapper .explanation .left h1, .wrapper .explanation .right h1 {
  font-size: 200%;
  text-align: left;
  margin: 60px 0 10px 0; }

.wrapper .explanation p {
  width: 95%;
  font-size: 140%;
  line-height: 170%;
  color: #969696; }

.wrapper .explanation .icon {
  position: relative;
  left: -100px;
  width: 50px;
  height: 50px;
  font-size: 130%;
  text-align: center;
  line-height: 50px;
  z-index: 100;
  color: #FFF;
  border-radius: 50%;
  border: 5px solid #F4F4F4;
  background-color: #F4F4F4;
  background-position: center;
  background-size: 70% 70%;
  background-repeat: no-repeat; }

.wrapper .explanation .search-icon {
  top: -120px;
  background-color: #4b4b4b;
  background-image: url(/client/images/overview/search-icon.png); }

.wrapper .explanation .book-icon {
  top: 110px;
  background-color: #ec5151;
  background-image: url(/client/images/overview/book-icon.png); }

.wrapper .explanation .move-in-icon {
  top: -80px;
  background-color: #2993b6;
  background-image: url(/client/images/overview/move-in-icon.png); }

.wrapper .explanation .image {
  width: 100%;
  height: 220px;
  border: 0;
  background: transparent;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.wrapper .explanation .search {
  background-image: url(/client/images/overview/search.png); }

.wrapper .explanation .book {
  background-image: url(/client/images/overview/book.png); }

.wrapper .explanation .move-in {
  background-image: url(/client/images/overview/move-in.png); }

.wrapper .explanation .bookHidden {
  display: none; }

.wrapper .explanation .bookNonHidden {
  display: block; }

@media screen and (max-width: 1044px) {
  .wrapper .explanation {
    width: 100%; }
  .wrapper .explanation p {
    padding: 0px 0px 20px 0px; }
  .wrapper .explanation .bookHidden {
    display: block; }
  .wrapper .explanation .bookNonHidden {
    display: none; }
  .wrapper .explanation .left {
    float: none;
    margin: auto;
    width: 100%;
    height: inherit;
    border: none;
    padding: 0;
    text-align: center; }
  .wrapper .explanation .right {
    float: none;
    margin: auto;
    width: 100%;
    height: inherit;
    border: none;
    padding: 0;
    text-align: center; }
  .wrapper .explanation .left h1, .wrapper .explanation .right h1 {
    text-align: center; }
  .wrapper .explanation p {
    display: inline-block;
    padding: 0px 0px 20px 0px;
    width: 80%;
    text-align: center; }
  .wrapper .explanation .icon {
    display: none; }
  .wrapper .explanation .image {
    margin: 0px 0px 20px 0px;
    background-size: auto 80%; }
  .wrapper .explanation .bookHidden {
    display: block; }
  .wrapper .explanation .bookNonHidden {
    display: none; } }

/*-----------------------------------
	 Get Started
-----------------------------------*/
.getStarted {
  color: #FFF;
  width: 100%;
  height: 100px;
  background: #00aeef; }

.getStarted .wrapper {
  max-width: 800px;
  margin: auto; }

.getStarted .wrapper .left {
  float: left;
  line-height: 100px;
  font-size: 140%; }

.getStarted .wrapper .right {
  float: right;
  padding: 30px 0 0 0; }

.getStarted .wrapper .right a:link, .getStarted .wrapper .right a:visited {
  display: block;
  padding: 10px 25px 10px 25px;
  font-size: 120%;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
  transition: .3s;
  border: 1px solid #FFF;
  border-radius: 5px; }

.getStarted .wrapper .right a:hover {
  font-weight: 500;
  color: #00aeef;
  background-color: #FFF;
  box-shadow: 2px 2px rgba(255, 255, 255, 0.4); }

@media screen and (max-width: 880px) {
  .getStarted .wrapper .left {
    padding-left: 20px; }
  .getStarted .wrapper .right {
    padding-right: 20px; } }

@media screen and (max-width: 625px) {
  .getStarted {
    margin: 0 auto;
    width: calc(100% - 40px);
    height: auto;
    padding: 40px 20px 40px 20px;
    text-align: center; }
  .getStarted .wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .getStarted .wrapper .left {
    float: none;
    line-height: 25px;
    padding: 0px;
    padding-bottom: 20px;
    width: 100%;
    display: inline-block;
    background-color: #00aeef; }
  .getStarted .wrapper .right {
    float: none;
    padding: 0px;
    width: 100%;
    display: inline-block;
    background-color: #00aeef; } }

/*-----------------------------------
   Search Buttons
-----------------------------------*/
.searchButtons {
  font-family: 'Karla', sans-serif !important;
  margin: 65px auto;
  text-align: center;
  max-width: 380px;
  font-weight: bold;
  font-size: 18px; }

.searchText {
  text-transform: uppercase;
  color: #5a5a5f;
  font-weight: bold;
  font-size: 22px; }

.searchSelect .Select-control {
  height: 50px; }

.searchSelect .Select-placeholder {
  line-height: 50px;
  color: #5a5a5f;
  text-align: left;
  font-weight: normal;
  padding-left: 20px; }

.searchSelect .darkSelectRow {
  background-color: #f1fbfd;
  color: #5e5d63;
  font-weight: normal;
  text-align: left;
  padding-left: 20px; }

.searchSelect .darkSelectRow:hover {
  background-color: #f1fbfd !important; }

.searchSelect .brightSelectRow {
  background-color: #fff !important;
  color: #5e5d63;
  font-weight: normal;
  text-align: left;
  padding-left: 20px; }

.searchSelect .brightSelectRow:hover {
  background-color: #fff !important; }

.searchSelect .Select-arrow {
  border-color: #5a5a5f transparent transparent; }

.searchBoston {
  text-transform: uppercase;
  background: #00ADEF;
  float: left;
  width: 160px;
  height: 50px;
  line-height: 50px;
  margin-top: 35px;
  margin-right: 57px;
  -webkit-box-shadow: -12px 9px 0px 0px #f1fbfe;
  -moz-box-shadow: -12px 9px 0px 0px #f1fbfe;
  box-shadow: -12px 9px 0px 0px #f1fbfe;
  display: block;
  text-decoration: none;
  color: #fff; }

.searchNyc {
  text-transform: uppercase;
  background: #00ADEF;
  float: left;
  width: 160px;
  height: 50px;
  line-height: 50px;
  margin-top: 35px;
  -webkit-box-shadow: -12px 9px 0px 0px #f1fbfe;
  -moz-box-shadow: -12px 9px 0px 0px #f1fbfe;
  box-shadow: -12px 9px 0px 0px #f1fbfe;
  display: block;
  text-decoration: none;
  color: #fff; }

.searchBoston:hover, .searchNyc:hover {
  background: #0093CB; }

.searchDownArrow {
  width: 29px;
  height: 29px;
  background: url(/images/down-arrow.png) no-repeat;
  background-size: contain;
  margin: 25px auto;
  display: block; }

.searchDownArrow:hover {
  cursor: pointer; }

/*-----------------------------------
	 Testimonials
-----------------------------------*/
.testimonials {
  background-image: url(/images/testimonials/testimonials-bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  padding-top: 14%;
  padding-bottom: 3vh; }

.testimonials-text-container {
  text-align: center; }

.testimonials-text-row {
  background-color: rgba(0, 173, 239, 0.66);
  font-family: 'Karla', sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 2.1vw;
  display: inline-block;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 1vw;
  padding-bottom: 1vw; }

.testimonials-text-name {
  background-color: rgba(0, 173, 239, 0.66);
  font-family: 'Karla', sans-serif;
  color: #fff;
  /* font-weight: bold; */
  font-size: 2vw;
  display: inline-block;
  padding-left: 6vw;
  padding-right: 6vw;
  padding-top: 1vw;
  padding-bottom: 1vw; }

.testimonials h4 {
  font-family: 'Karla', sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 1.5vw;
  margin-bottom: 0px;
  margin-top: 6vw;
  text-transform: uppercase; }

.testimonials img {
  width: 82vw; }

/*-----------------------------------
   Footer Call To Action
-----------------------------------*/
.footer-cta {
  background: #00ADEF;
  padding-top: 25px;
  font-family: 'Karla', sans-serif;
  color: #fff;
  text-align: center;
  padding-bottom: 70px; }

.footer-cta h4 {
  font-weight: bold;
  font-size: 24px; }

.footer-cta h5 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px; }

.searchCtaButton a {
  display: block;
  background: #fff;
  width: 124px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #00adef;
  text-decoration: none;
  z-index: 5;
  position: relative; }

.searchCtaButton a:hover {
  background: #CCEFFC; }

.searchCtaButton {
  position: relative;
  float: left; }

.searchCtaShadow {
  border: 4px solid #fff;
  width: 117px;
  height: 45px;
  position: absolute;
  top: 11px;
  left: -14px;
  z-index: 1; }

.searchCtaContainer {
  width: 300px;
  margin: auto; }

.searchCtaButtonMargin {
  margin-right: 50px; }

@media screen and (max-width: 625px) {
  .footer-cta {
    padding-top: 1vh; }
  .footer-cta h4 {
    margin-top: 3vh; }
  .searchCtaContainer {
    padding-left: 10px; } }

/*-----------------------------------
	 Landlords
-----------------------------------*/
.owner-page {
  background: #f2fbfe; }

.landlordsCover {
  width: 100%;
  padding: 10px 0 10px 0;
  height: 500px;
  background: #f2fbfe; }

.landlordWrapper {
  z-index: 100;
  margin: auto;
  max-width: 940px;
  position: relative;
  top: -100px; }

.landlordWrapper .banner-dark {
  color: #5a5a5f;
  text-align: center;
  margin: -300px 0 0 0;
  padding: 0 0 110px 0;
  font-size: 500%;
  font-weight: bold; }

.landlordWrapper .content {
  color: #2b2b2b;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px;
  background: #FFF;
  border: 1px solid #c5c5c5;
  box-sizing: border-box; }

.landlordWrapper .content h1 {
  color: #303030;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 200%; }

.landlordWrapper .content p {
  font-size: 125%; }

@media screen and (max-width: 954px) {
  .coverWrapper {
    max-width: 500px; } }

@media screen and (max-width: 1044px) {
  body {
    margin: 0;
    /* bottom = footer height */ } }

@media screen and (max-width: 442px) {
  body {
    margin: 0;
    /* bottom = footer height */ } }

/*-----------------------------------
	 About
-----------------------------------*/
.aboutCover {
  width: 100%;
  padding: 10px 0 10px 0;
  height: 500px;
  background: url("/images/cover_images/about_cover.png") no-repeat center bottom fixed;
  -webkit-background-size: 1140px;
  -moz-background-size: 1140px;
  -o-background-size: 1140px;
  background-size: 1140px;
  background-attachment: scroll;
  background-color: #f2fbfe; }

.content-illustration {
  box-shadow: 14px 12px 1px 1px #caeefc;
  height: 200px; }

.coverWrapper .mainHeading {
  margin: 265px 0 0 0; }

.coverWrapper h3 {
  color: #0093CB;
  font-weight: bold;
  font-size: 36px;
  text-align: center; }

.coverWrapper {
  z-index: 100;
  margin: auto;
  max-width: 1140px;
  position: relative;
  top: -100px; }

.coverWrapper .banner {
  color: #FFF;
  text-align: center;
  margin: -220px 0 0 0;
  padding: 0 0 110px 0;
  font-size: 60px;
  font-weight: 400;
  text-shadow: 2px 2px #01233c; }

.coverWrapper .banner-dark {
  color: #5a5a5f;
  text-align: center;
  margin: -300px 0 0 0;
  padding: 0 0 110px 0;
  font-size: 500%;
  font-weight: bold; }

.coverWrapper .content {
  color: #2b2b2b;
  width: 100%;
  margin: 55px 0 20px 0;
  background: #FFF;
  box-sizing: border-box; }

.coverWrapper .content-text {
  margin-left: 30px;
  line-height: 28px; }

.coverWrapper .content-text p {
  margin: 0px;
  margin-bottom: 0.5em; }

.coverWrapper .content h1 {
  color: #303030;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px; }

.aboutUsMissionStatement {
  margin: 0px;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #5a5a5f; }

.coverWrapper .content p {
  font-size: 21px;
  margin-top: 21px; }

.bioWrapper {
  max-width: 455px;
  margin: auto;
  margin-top: 80px; }

.coverWrapper .content .bio:first-child {
  margin-right: 100px; }

.coverWrapper .content .bio {
  float: left;
  max-width: 177px; }

.coverWrapper .content .bio .photo {
  width: 130px;
  height: 100%;
  margin-left: 37px; }

.coverWrapper .content .bio .details {
  text-align: center;
  margin-top: 15px; }

.coverWrapper .content .bio .details .name {
  font-size: 20px;
  color: #0093CB;
  font-weight: bold; }

.coverWrapper .content .bio .details .title {
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0 0 0; }

.coverWrapper .content .bio .details .description {
  font-size: 125%;
  font-weight: normal;
  margin: 15px 0 0 0; }

@media screen and (max-width: 954px) {
  .coverWrapper {
    max-width: 500px; } }

@media screen and (max-width: 1044px) {
  body {
    margin: 0;
    /* bottom = footer height */ } }

@media screen and (max-width: 442px) {
  body {
    margin: 0;
    /* bottom = footer height */ } }

/*-----------------------------------
	 Invite Code
-----------------------------------*/
.invitePromo {
  max-width: 600px;
  margin: auto; }

.invitePromo .image {
  max-width: 600px;
  width: 100%;
  height: 355px;
  display: block;
  background-image: url("https://s3.amazonaws.com/launchpad-app-images/invite_promo.jpg");
  background-position: 50% 50%;
  margin-bottom: 20px; }

.invitePromo .inviteCode {
  width: 220px;
  padding: 15px;
  color: #FFF;
  margin: auto;
  font-size: 300%;
  text-align: center;
  background-color: #48b0eb; }

.invitePromo h1 {
  color: #000;
  font-size: 350%;
  margin: 15px 0px 15px 0px; }

.invitePromo h2 {
  font-size: 200%; }

.invitePromo p {
  font-size: 150%; }

/*-----------------------------------
	 Dashboard
-----------------------------------*/
.dashboardNav {
  width: 100%; }

.dashboardNav #inviteButton {
  float: right;
  height: 60px;
  line-height: 60px;
  padding: 5px 10px 5px 20px; }

.dashboardNav #inviteButton a {
  color: #000;
  font-size: 133%;
  font-weight: lighter;
  text-decoration: none;
  font-family: 'Karla', sans-serif; }

.dashboardNav #inviteButton a:active, .dashboardNav #inviteButton a:hover {
  color: #000;
  text-decoration: underline; }

.dashboardNav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left; }

.dashboardNav ul li {
  float: left;
  height: 60px;
  line-height: 60px;
  padding: 5px 10px 5px 20px; }

.dashboardNav ul li a:link, .dashboardNav ul li a:visited {
  color: #000;
  font-size: 133%;
  font-weight: lighter;
  text-decoration: none;
  font-family: 'Karla', sans-serif; }

.dashboardNav ul li a:active, .dashboardNav ul li a:hover {
  color: #000;
  text-decoration: underline; }

.check {
  float: right;
  width: 40px;
  height: 40px;
  display: block;
  background: url("/images/check.png"); }

table.dashboard {
  width: 100%;
  font-size: 140%;
  border-collapse: collapse; }

table.dashboard th.item {
  text-align: left; }

table.dashboard th.amount {
  width: 20%;
  text-align: right; }

table.dashboard td.amount {
  text-align: right; }

table.dashboard tfoot {
  font-weight: bolder;
  border-top: 1px solid #000; }

.chooseBank {
  width: 300px;
  height: 180px;
  background-color: #FFF;
  position: fixed;
  z-index: 9002;
  top: 25%;
  left: 50%;
  margin-left: -150px; }

.dashboardNav #giveFeedbackContainer {
  position: absolute;
  width: 400px;
  height: 330px;
  margin: auto;
  background: #f6f6f6;
  top: 100px;
  left: 0;
  right: 0;
  border: 1px solid #cacaca;
  box-shadow: 10px 10px 8px #cacaca;
  padding: 20px; }

.dashboardNav #giveFeedbackContainer textarea {
  display: block;
  height: 200px;
  width: 390px;
  margin: auto;
  margin-bottom: 15px; }

.dashboardNav #giveFeedbackContainer #sendFeedbackButton {
  margin-left: 20px; }

.dashboardNav #feedbackModalLink {
  float: right;
  height: 60px;
  line-height: 60px;
  padding: 5px 10px 5px 20px; }

.dashboardNav #feedbackModalLink a {
  color: #000;
  font-size: 133%;
  font-weight: lighter;
  text-decoration: none;
  font-family: 'Karla', sans-serif; }

.dashboardNav #feedbackModalLink a:active, .dashboardNav #feedbackButton a:hover {
  color: #000;
  text-decoration: underline; }

/*-----------------------------------
     Input-calendar.scss
-----------------------------------*/
.input-calendar {
  position: relative;
  /*font-family: 'Pontano Sans', sans-serif;*/
  font-family: "AvenirNext-Regular", Helvetica, sans-serif;
  color: #000;
  border-radius: 3px; }

.input-calendar-wrapper {
  position: absolute;
  left: 140px;
  width: 189px;
  padding: 5px 12px;
  text-align: center;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  box-shadow: 0 0 9px 5px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 2;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }

.input-calendar .input-calendar-value {
  height: 46px;
  padding-left: 12px;
  /*font-family: 'Pontano Sans', sans-serif;*/
  font-family: "AvenirNext-Regular", Helvetica, sans-serif;
  /*font-size: 16px;*/
  font-size: 150%;
  color: #6e6e6e;
  border: 1px solid #ccc; }

.input-calendar .input-calendar-value:focus {
  outline: none;
  /*border: 1px solid #f39c12;*/
  border: 1px solid #00aeef; }

.input-calendar .calendar-icon {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 49px;
  font-size: 17px;
  line-height: 50px;
  text-align: center;
  transition: .2s;
  border-radius: 0 3px 3px 0;
  background-color: #e6e6e6; }

.input-calendar .calendar-icon:hover {
  background-color: #ebebeb; }

.input-calendar .icon-wrapper {
  color: #828282; }

@media screen and (max-width: 980px) {
  .input-calendar .input-calendar-value {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px); } }

.input-calendar .days,
.input-calendar .months,
.input-calendar .years {
  width: 189px;
  padding-bottom: 2px; }

.input-calendar .cell {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input-calendar .cell:hover {
  /*color: #f39c12;
    border: 1px solid #f39c12;*/
  color: #00aeef;
  border: 1px solid #00aeef;
  border-radius: 4px; }

.input-calendar .cell.current {
  color: #fff;
  opacity: .8;
  border-radius: 4px;
  /*background: #f39c12;*/
  background: #00aeef; }

.input-calendar .day {
  width: 25px;
  height: 25px;
  line-height: 25px; }

.input-calendar .day.prev,
.input-calendar .day.next {
  opacity: .4; }

.input-calendar .month {
  width: 58px;
  height: 38px;
  line-height: 38px; }

.input-calendar .year {
  width: 58px;
  height: 38px;
  line-height: 38px; }

.input-calendar .days-title .cell {
  height: 25px;
  line-height: 28px;
  opacity: 0.5;
  cursor: default; }

.input-calendar .days-title .cell:hover {
  color: #000;
  border: 1px solid #fff; }

.input-calendar .navigation-title {
  width: 100px;
  display: inline-block;
  cursor: pointer; }

.input-calendar .years-view .navigation-title {
  cursor: default; }

.input-calendar .years-view .navigation-title:hover {
  color: #000; }

.input-calendar .navigation-title:hover {
  /*color: #f39c12;*/
  color: #00aeef; }

.input-calendar .icon-wrapper {
  cursor: pointer; }

.input-calendar .icon {
  cursor: pointer; }

.input-calendar .icon:hover,
.input-calendar .today-btn:hover,
.input-calendar .icon-wrapper:hover {
  /*color: #f39c12;*/
  color: #00aeef; }

.input-calendar .icon > .fa {
  width: 20px; }

.input-calendar .today-btn {
  cursor: pointer; }

.input-calendar .cell.day.today {
  position: relative; }

.input-calendar .cell.day.today:after {
  content: '.';
  position: absolute;
  bottom: 15px;
  font-size: 20px;
  /*color: #F39C12;*/
  color: #00aeef; }

/*-----------------------------------
	New Room Details Page
-----------------------------------*/
.room-details-page {
  padding-bottom: 20px;
  background: #FFFFFF; }

.room-gallery {
  width: 100%;
  height: 403px;
  border: none;
  background-color: #273543;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.room-gallery .loading {
  width: 100%;
  height: 100%;
  padding: 0px !important;
  margin: auto;
  display: block;
  background-size: 60px 60px;
  background: url("/images/loading1.gif") no-repeat center; }

.room-gallery-cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center; }
  .room-gallery-cover:hover {
    cursor: pointer; }

.room-gallery .room-back-button {
  position: absolute;
  padding: 0 10px 0 0;
  height: 29px;
  top: 85px;
  margin-left: 60px;
  background: #00ADEF;
  border-radius: 4px;
  transition: .3s;
  z-index: 100;
  cursor: pointer; }

.room-gallery .room-back-button:hover {
  margin-left: 56px; }

.room-gallery .room-back-button .arrow {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-image: url(/client/images/icons/rounded-arrow-small.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center center; }

.room-gallery .room-back-button p {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-family: 'Karla', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 29px;
  color: #FFF;
  text-transform: uppercase; }

.room-details {
  margin: 20px 5% 20px 20%;
  width: 45%; }

.room-details .room-neighbourhood {
  color: #5A5A5F;
  font-family: 'Karla', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px; }

.room-details .room-city {
  color: #5A5A5F;
  font-family: 'Karla', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 17px; }

.room-details .room-divider {
  clear: both;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  background: #36AFEE; }

.room-details .room-section-title p {
  float: left;
  color: #00ADEF;
  font-family: 'Karla', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px; }

.room-details .room-section-subtitle {
  float: right;
  color: #00ADEF;
  font-family: 'Karla', Helvetica, sans-serif;
  font-size: 16px;
  height: 16px;
  line-height: 16px; }

.room-details .room-section-subtitle:hover {
  cursor: pointer; }

.room-details .room-section-subtitle p {
  float: left; }

.room-details .room-section-subtitle .right-blue-arrow {
  float: left;
  margin-left: 6px;
  margin-top: 16px;
  width: 8px;
  height: 16px; }

.room-details .room-section-text p {
  clear: both;
  color: #5A5A5F;
  font-family: 'Karla', Helvetica, sans-serif;
  font-size: 16px;
  text-align: justify; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.width-50-percent {
  width: 50%; }

.room-section-container {
  clear: both; }

.room-section-container .room-section-detail-container {
  width: 130px;
  margin-right: 40px;
  margin-bottom: 30px; }

.room-amenities-container .room-section-detail-container {
  width: 200px;
  margin-right: 40px;
  margin-bottom: 30px; }

.room-attractions-container {
  padding-bottom: 5%;
  width: 40%; }

.room-transportation-container {
  padding: 0% 5% 5% 0%;
  width: 55%; }

p.room-section-detail-container-title {
  text-transform: uppercase;
  color: #B8B8B8;
  font-family: 'Karla', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.4px; }

.room-section-detail-container-amenities-table {
  padding-top: 10px; }

td.room-section-detail-amenities-icon {
  width: 30px;
  height: 30px;
  padding-right: 10px; }
  td.room-section-detail-amenities-icon img {
    padding-top: 4px;
    height: 15px;
    width: 100%; }

td.room-section-detail-amenities-title {
  text-align: left;
  margin-left: 10px;
  font-family: 'Karla', Helvetica, sans-serif;
  color: #5A5A5F;
  font-size: 16px;
  line-height: 16px; }

td.room-section-detail-amenities-title p {
  margin: 0px; }

p.room-section-detail-container-text {
  font-family: 'Karla', Helvetica, sans-serif;
  font-size: 16px;
  color: #5A5A5F;
  text-align: center; }

.room-section-detail-container-icon {
  margin: auto;
  min-width: 33px;
  height: 47px; }

.room-bedrooms-icon {
  background: url(/client/images/icons/features/icon_home.svg) no-repeat center bottom;
  background-size: 33px 33px; }

.room-bathrooms-icon {
  background: url(/client/images/icons/features/icon_bathroom.svg) no-repeat center bottom;
  background-size: 35px 33px; }

.room-floor-icon {
  background: url(/client/images/icons/features/icon_floor.svg) no-repeat center bottom;
  background-size: 25px 47px; }

.room-private-bedroom-icon {
  background: url(/client/images/icons/features/icon_bedroom.svg) no-repeat center bottom;
  background-size: 34px 34px; }

.room-shared-bathroom-icon {
  background: url(/client/images/icons/features/icon_bathroom.svg) no-repeat center bottom;
  background-size: 35px 33px; }

.room-private-bathroom-icon {
  background: url(/client/images/icons/features/icon_bathroom.svg) no-repeat center bottom;
  background-size: 35px 33px; }

.room-fully-furnished-icon {
  background: url(/client/images/icons/features/icon_couch.svg) no-repeat center bottom;
  background-size: 51px 30px; }

.room-dimension-icon {
  background: url(/client/images/icons/features/icon_size.svg) no-repeat center bottom;
  background-size: 31px 31px; }

.right-blue-arrow {
  background: url(/client/images/icons/features/icon_arrow_small.png) no-repeat center center;
  background-size: 8px 7px; }

p.neighbourhood-title {
  text-transform: uppercase;
  font-family: 'Karla', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #B8B8B8;
  letter-spacing: 0.4px;
  margin: 0px; }

.transportation-line-container {
  clear: both;
  height: 28px; }
  .transportation-line-container :hover {
    cursor: pointer; }

.transportation-bullet {
  float: left;
  margin-top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 6px; }

.transportation-line-bus-icon {
  float: left;
  width: 12px;
  height: 14px;
  margin-top: 7px;
  background: url(/client/images/icons/features/icon_bus.png) no-repeat center center;
  background-size: 12px 14px; }

.transportation-line-subway-icon {
  float: left;
  width: 14px;
  height: 16px;
  margin-top: 6px;
  background: url(/client/images/icons/features/icon_subway.png) no-repeat center center;
  background-size: 12px 14px; }

p.transportation-line-prefix {
  float: left;
  margin: 0px 10px 0px 0px;
  font-family: 'Karla', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #646475;
  line-height: 28px;
  text-transform: uppercase; }

p.transportation-line {
  float: left;
  margin: 0px 0px 0px 7px;
  font-family: 'Karla', Helvetica, sans-serif;
  font-size: 16px;
  color: #646475;
  line-height: 28px;
  text-transform: capitalize; }

p.transportation-distance {
  float: left;
  height: 16px;
  margin: 6px 0px 0px 15px;
  background: #B0B0B0;
  border-radius: 1px;
  line-height: 16px;
  padding: 0px 10px;
  font-family: 'Karla', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase; }

.neighbourhood-content {
  margin-top: 3px; }

p.neighbourhood-attraction-group-text {
  margin: 0px;
  font-family: 'Karla', Helvetica, sans-serif;
  font-size: 16px;
  color: #5A5A5F;
  line-height: 28px; }

a.neighbourhood-attraction {
  color: #5A5A5F; }

.map.wrapperContent {
  padding: 0px; }

.room-section-gallery-images-container .room-section-gallery-image {
  width: 150px;
  height: 150px;
  background-size: cover;
  float: left;
  margin: 0px 20px 20px 0px; }

.room-section-gallery-image:hover {
  cursor: pointer; }

.room-booking-container-large {
  position: absolute;
  top: 270px;
  right: 20%;
  width: 280px;
  background: #F3F3F3;
  box-shadow: 0px 2px 9px 0px rgba(131, 131, 131, 0.5);
  border-radius: 17px;
  text-align: center; }

.room-booking-container-small {
  position: absolute;
  top: 270px;
  right: 20%;
  width: 280px;
  height: 170px;
  background: #F3F3F3;
  box-shadow: 0px 2px 9px 0px rgba(131, 131, 131, 0.5);
  border-radius: 17px;
  text-align: center; }

.room-booking-title {
  text-align: center;
  background: #FFFFFF;
  height: 70px;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px; }

.room-booking-cost {
  display: inline-block;
  height: 30px;
  margin-top: 20px; }

.room-booking-cost p {
  float: left;
  font-family: 'Karla', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #00ADEF;
  margin: 0px;
  padding: 0px; }

.room-booking-per-month {
  margin-left: 10px;
  display: inline-block;
  height: 30px;
  margin-top: 20px; }

.room-booking-per-month p {
  float: left;
  font-family: 'Karla', Helvetica, sans-serif;
  font-size: 16px;
  color: #5A5A5F;
  margin: 0px;
  margin-top: 5px;
  padding: 0px; }

.room-booking-availability {
  background: #ffffff;
  margin: 23px 27px 0px 27px;
  padding: 7px 0px;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Karla', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #5A5A5F;
  letter-spacing: 1.2px; }

.room-booking-book-button {
  background: #00ADEF;
  margin: 53px 27px 0px 27px;
  padding: 8px 0px;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Karla', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1.4px; }

.room-booking-book-button:hover {
  cursor: pointer;
  background: #0093CB; }

.room-booking-schedule-visit-button {
  margin: 16px 27px;
  padding: 7px 0px;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Karla', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #5A5A5F;
  letter-spacing: 1.4px; }

.room-booking-schedule-visit-button a {
  color: inherit;
  text-decoration: none;
  cursor: auto; }

.room-booking-schedule-visit-button:hover {
  cursor: pointer;
  background: #E2E2E2; }

@media screen and (max-width: 1980px) {
  .room-details {
    margin-left: 15% !important; }
  .room-booking-container-large {
    right: 15% !important; }
  .room-booking-container-small {
    right: 15% !important; } }

@media screen and (max-width: 1550px) {
  .room-details {
    margin-left: 10% !important;
    width: 60%; }
  .room-booking-container-large {
    right: 10% !important; }
  .room-booking-container-small {
    right: 10% !important; } }

@media screen and (max-width: 1550px) {
  .room-details {
    margin-left: 8% !important; }
  .room-booking-container-large {
    right: 8% !important; }
  .room-booking-container-small {
    right: 8% !important; } }

@media screen and (max-width: 1240px) {
  .room-details {
    margin: 20px 5% !important;
    width: 60% !important; }
  .room-booking-container-large {
    right: 5% !important; }
  .room-booking-container-small {
    right: 5% !important; } }

@media screen and (max-width: 1200px) {
  .room-attractions-container {
    width: 100% !important; }
  .room-transportation-container {
    width: 100% !important; } }

@media screen and (max-width: 1030px) {
  .room-details {
    width: 90% !important; }
  .room-details .room-neighbourhood {
    margin-top: 30px !important; }
  .room-details .room-city {
    margin-top: 10px !important; }
  .room-unit-divider-large-booking {
    margin-top: 100px !important; }
  .room-amenities-container .room-section-detail-container {
    width: auto !important; }
  .room-attractions-container {
    width: 100% !important; }
  .room-transportation-container {
    width: 100% !important; } }

@media screen and (max-width: 425px) {
  .room-gallery {
    margin-top: 69px !important;
    height: 333px !important; }
  .room-gallery .image-gallery-content {
    height: 333px !important;
    margin-top: 69px; }
    .room-gallery .image-gallery-content .image-gallery-slide {
      margin-top: 12px !important;
      height: 333px !important; }
      .room-gallery .image-gallery-content .image-gallery-slide img {
        height: 333px !important; }
  .room-back-button {
    display: none; }
  .room-booking-container-large {
    top: 370px !important;
    width: 80% !important;
    right: 10% !important; }
  .room-booking-container-small {
    top: 370px !important;
    width: 80% !important;
    right: 10% !important; }
  .room-details {
    width: 90% !important; }
  .room-details-large-booking {
    margin-top: 270px !important; }
  .room-details-small-booking {
    margin-top: 170px !important; }
  .room-details .room-neighbourhood {
    margin-top: 0px !important; }
  .room-details .room-city {
    margin-top: 0px !important; }
  .room-unit-divider {
    margin-top: 30px !important; }
  .room-unit-container .room-section-detail-container {
    margin-right: 0px !important;
    width: 50%; }
    .room-unit-container .room-section-detail-container p.room-section-detail-container-text {
      text-align: center; }
  .room-room-container .room-section-detail-container {
    margin-right: 0px !important;
    width: 50%; }
    .room-room-container .room-section-detail-container p.room-section-detail-container-text {
      text-align: center; }
  .room-amenities-container .room-section-detail-container {
    width: 100% !important; }
    .room-amenities-container .room-section-detail-container p.room-section-detail-container-text {
      text-align: center; }
  .room-section-gallery-images-container .room-section-gallery-image {
    width: 80px !important;
    height: 80px !important;
    background-size: 80px 80px !important; } }

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("//cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0");
  src: url("//cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("//cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("//cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.0") format("woff"), url("//cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.image-gallery-fullscreen-button::before,
.image-gallery-play-button::before,
.image-gallery-left-nav::before,
.image-gallery-right-nav::before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .image-gallery.fullscreen-modal {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5; }
    .image-gallery.fullscreen-modal .image-gallery-content {
      top: 50%;
      transform: translateY(-50%); }

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0; }
  .image-gallery-content.fullscreen {
    background: #000; }
    .image-gallery-content.fullscreen .image-gallery-slide {
      background: #000; }

.image-gallery-slide-wrapper {
  position: relative; }
  .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
    display: inline-block;
    width: calc(100% - 113px); }
    @media (max-width: 768px) {
      .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
        width: calc(100% - 84px); } }

.image-gallery-fullscreen-button,
.image-gallery-play-button,
.image-gallery-left-nav,
.image-gallery-right-nav {
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 4; }
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before,
  .image-gallery-left-nav::before,
  .image-gallery-right-nav::before {
    color: #fff;
    line-height: .7;
    text-shadow: 0 2px 2px #1a1a1a;
    transition: color .2s ease-out; }
  .image-gallery-fullscreen-button:hover::before,
  .image-gallery-play-button:hover::before,
  .image-gallery-left-nav:hover::before,
  .image-gallery-right-nav:hover::before {
    color: #337ab7; }
    @media (max-width: 768px) {
      .image-gallery-fullscreen-button:hover::before,
      .image-gallery-play-button:hover::before,
      .image-gallery-left-nav:hover::before,
      .image-gallery-right-nav:hover::before {
        color: #fff; } }

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0; }
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before {
    font-size: 2.7em;
    padding: 15px 20px;
    text-shadow: 0 1px 1px #1a1a1a; }
    @media (max-width: 768px) {
      .image-gallery-fullscreen-button::before,
      .image-gallery-play-button::before {
        font-size: 2.4em; } }
    @media (max-width: 480px) {
      .image-gallery-fullscreen-button::before,
      .image-gallery-play-button::before {
        font-size: 2em; } }
  .image-gallery-fullscreen-button:hover::before,
  .image-gallery-play-button:hover::before {
    color: #fff;
    transform: scale(1.1); }
    @media (max-width: 768px) {
      .image-gallery-fullscreen-button:hover::before,
      .image-gallery-play-button:hover::before {
        transform: none; } }

.image-gallery-fullscreen-button {
  right: 0; }
  .image-gallery-fullscreen-button::before {
    content: "\F386"; }
  .image-gallery-fullscreen-button.active::before {
    content: "\F37D"; }
  .image-gallery-fullscreen-button.active:hover::before {
    transform: scale(0.9); }

.image-gallery-play-button {
  left: 0; }
  .image-gallery-play-button::before {
    content: "\F488"; }
  .image-gallery-play-button.active::before {
    content: "\F478"; }

.image-gallery-left-nav,
.image-gallery-right-nav {
  color: #fff;
  font-size: 5em;
  padding: 50px 15px;
  top: 50%;
  transform: translateY(-50%); }
  .image-gallery-left-nav[disabled],
  .image-gallery-right-nav[disabled] {
    cursor: disabled;
    opacity: .6;
    pointer-events: none; }
  @media (max-width: 768px) {
    .image-gallery-left-nav,
    .image-gallery-right-nav {
      font-size: 3.4em; } }
  @media (max-width: 480px) {
    .image-gallery-left-nav,
    .image-gallery-right-nav {
      font-size: 2.4em; } }

.image-gallery-left-nav {
  left: 0; }
  .image-gallery-left-nav::before {
    content: "\F3D2"; }

.image-gallery-right-nav {
  right: 0; }
  .image-gallery-right-nav::before {
    content: "\F3D3"; }

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap; }

.image-gallery-slide {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 419px;
  display: flex; }
  .image-gallery-slide.center {
    position: relative; }
  .image-gallery-slide .image-gallery-image {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block; }
  .image-gallery-slide img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  .image-gallery-slide .image-gallery-description {
    background: rgba(0, 0, 0, 0.4);
    bottom: 70px;
    color: #fff;
    left: 0;
    line-height: 1;
    padding: 10px 20px;
    position: absolute;
    white-space: normal; }
    @media (max-width: 768px) {
      .image-gallery-slide .image-gallery-description {
        bottom: 45px;
        font-size: .8em;
        padding: 8px 15px; } }

.image-gallery-slide.three-d {
  height: 100%; }

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4; }
  .image-gallery-bullets .image-gallery-bullets-container {
    margin: 0;
    padding: 0;
    text-align: center; }
  .image-gallery-bullets .image-gallery-bullet {
    appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 0 #1a1a1a;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    outline: none;
    padding: 5px; }
    @media (max-width: 768px) {
      .image-gallery-bullets .image-gallery-bullet {
        margin: 0 3px;
        padding: 3px; } }
    @media (max-width: 480px) {
      .image-gallery-bullets .image-gallery-bullet {
        padding: 2.7px; } }
    .image-gallery-bullets .image-gallery-bullet.active {
      background: #fff; }

.image-gallery-thumbnails-wrapper {
  position: relative; }
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    display: inline-block;
    vertical-align: top;
    width: 108px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
        width: 81px; } }
    .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
      height: 100%;
      width: 100%;
      left: 0;
      padding: 0;
      position: absolute;
      top: 0; }
      .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
        display: block;
        margin-right: 0;
        padding: 0; }
  .image-gallery-thumbnails-wrapper.left {
    margin-right: 5px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left {
        margin-right: 3px; } }
  .image-gallery-thumbnails-wrapper.right {
    margin-left: 5px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.right {
        margin-left: 3px; } }

.image-gallery-thumbnails {
  background: #fff;
  overflow: hidden;
  padding-top: 10px; }
  .image-gallery-thumbnails .image-gallery-thumbnails-container {
    cursor: pointer;
    text-align: center;
    transition: all .45s ease-out;
    white-space: nowrap; }

.image-gallery-thumbnail {
  display: inline-block;
  padding-right: 10px; }
  .image-gallery-thumbnail img {
    border: 3px solid transparent;
    transition: border .3s ease-out;
    vertical-align: middle;
    width: 110px;
    height: 110px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
    @media (max-width: 768px) {
      .image-gallery-thumbnail img {
        border: 1px solid transparent;
        width: 75px;
        height: 75px; } }
  .image-gallery-thumbnail.active img {
    border: 3px solid #00ADEF; }
    @media (max-width: 768px) {
      .image-gallery-thumbnail.active img {
        border: 1px solid #00ADEF; } }

.image-gallery-thumbnail-label {
  color: #1a1a1a;
  font-size: 1em; }
  @media (max-width: 768px) {
    .image-gallery-thumbnail-label {
      font-size: .8em; } }

.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4; }
  @media (max-width: 768px) {
    .image-gallery-index {
      font-size: .8em;
      padding: 5px 10px; } }

@media screen and (max-width: 1024px) {
  .image-gallery-slides {
    min-height: 100%; } }

@media screen and (max-height: 720px) {
  .image-gallery-slide.three-d iframe {
    height: 400px !important; }
  .image-gallery-slide {
    height: 400px; }
  .image-gallery-thumbnail img {
    width: 70px;
    height: 70px; } }

@media screen and (max-height: 670px) {
  .image-gallery-slide.three-d iframe {
    height: 360px !important; }
  .image-gallery-slide {
    height: 360px; }
  .image-gallery-thumbnail img {
    width: 60px;
    height: 60px; } }

@media screen and (max-width: 625px) {
  .image-gallery-slides {
    z-index: 0 !important; } }

@media screen and (max-height: 600px) {
  .image-gallery-slide.three-d iframe {
    height: 400px !important; }
  .image-gallery-slide {
    height: 340px; }
  .image-gallery-thumbnail img {
    width: 60px;
    height: 60px; } }

@media screen and (max-height: 580px) {
  .image-gallery-slide.three-d iframe {
    height: 360px !important; }
  .image-gallery-slide {
    height: 300px; } }

@media screen and (max-height: 540px) {
  .image-gallery-slide.three-d iframe {
    height: 320px !important; }
  .image-gallery-slide {
    height: 260px; } }

@media screen and (max-height: 500px) {
  .image-gallery-slide.three-d iframe {
    height: 280px !important; }
  .image-gallery-slide {
    height: 220px; } }

@media screen and (max-height: 460px) {
  .image-gallery-slide.three-d iframe {
    height: 240px !important; }
  .image-gallery-slide {
    height: 180px; } }

@media screen and (max-height: 420px) {
  .image-gallery-slide.three-d iframe {
    height: 200px !important; }
  .image-gallery-slide {
    height: 140px; } }

@media screen and (max-height: 380px) {
  .image-gallery-slide.three-d iframe {
    height: 160px !important; }
  .image-gallery-slide {
    height: 100px; } }

.modal-room-gallery {
  position: absolute;
  top: 5%;
  left: 0px;
  right: 0px;
  width: 90%;
  max-width: 1200px;
  min-height: 260px;
  margin: auto;
  background: #ffffff;
  overflow: hidden;
  border-radius: 6px; }

.modal-room-gallery:focus {
  outline: none; }

.modal-overlay-room-gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7); }

.modal-room-gallery-content {
  padding: 22px 0px 40px 0px; }

.modal-room-gallery-left {
  width: 80%;
  margin-left: 10%; }

#modal-room-gallery-switch-button-empty {
  width: 170px;
  height: 29px;
  margin: 0px 0px 22px 0px; }

.modal-room-gallery-content p#modal-room-gallery-switch-button {
  width: 170px;
  height: 29px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Karla', "AvenirNext-DemiBold", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 29px;
  border-radius: 4px;
  background: #00ADEF;
  color: #ffffff;
  margin: 0px 0px 22px 0px; }

.modal-room-gallery-content p#modal-room-gallery-switch-button:hover {
  cursor: pointer; }

.modal-room-gallery-content .modal-room-gallery-close-button {
  width: 25px;
  height: 25px;
  background: url(/client/images/icons/features/icon_close.png) no-repeat center bottom;
  background-size: 25px 25px; }

.modal-room-gallery-content .modal-room-gallery-close-button:hover {
  cursor: pointer; }

@media screen and (max-height: 720px) {
  .modal-room-gallery {
    height: 90%; } }

/*-----------------------------------
     Range.scss
-----------------------------------*/
input[type=range] {
  width: 100%;
  margin: 0 0 20px 0;
  -webkit-appearance: none; }

input[type=range]:focus {
  outline: none; }

/*-- Track ------------------------*/
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  animate: 0.2s;
  cursor: pointer;
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.4);
  background: #00aeef; }

input[type=range]:focus::-webkit-slider-runnable-track {
  /*background: #b7b7b7;*/ }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.4);
  background: #00aeef; }

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  animate: 0.2s;
  cursor: pointer;
  color: transparent;
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.4);
  background: transparent; }

/*-- Thumb ------------------------*/
input[type=range]::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  margin-top: -10px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  background: #fff; }

input[type=range]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  background: #fff; }

input[type=range]::-ms-thumb {
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  background: #fff; }

/*-- Fill -------------------------*/
input[type=range]::-ms-fill-upper {
  background: #DDD; }

input[type=range]:focus::-ms-fill-upper {
  background: #DDD; }

input[type=range]::-ms-fill-lower {
  background: #00aeef; }

input[type=range]:focus::-ms-fill-lower {
  background: #00aeef; }

.faq-page .faq-background {
  background: #F2FBFE;
  height: 500px; }

.faq-page .wrapper .center-column .faq {
  margin-top: -460px; }
  .faq-page .wrapper .center-column .faq p.faq-title {
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    font-size: 4vw;
    text-align: center;
    color: #5A5A5F; }
  .faq-page .wrapper .center-column .faq .faq-content {
    border: 3px solid #00ADEF;
    background: #ffffff;
    padding: 20px 30px 0px 30px; }
    .faq-page .wrapper .center-column .faq .faq-content p {
      margin: 0px; }
    .faq-page .wrapper .center-column .faq .faq-content p.faq-question {
      font-family: 'Karla', sans-serif;
      font-weight: bold;
      font-size: 19px;
      color: #5A5A5F;
      margin-bottom: 18px; }
    .faq-page .wrapper .center-column .faq .faq-content p.faq-question:not(:first-child) {
      margin-top: 30px; }
    .faq-page .wrapper .center-column .faq .faq-content p.faq-answer {
      font-family: 'Karla', sans-serif;
      font-size: 18px;
      color: #5A5A5F;
      margin-bottom: 20px;
      margin-left: 10px; }
    .faq-page .wrapper .center-column .faq .faq-content p.faq-answer-header {
      font-family: 'Karla', sans-serif;
      font-weight: bold;
      font-size: 18px;
      color: #5A5A5F;
      margin-top: 5px;
      margin-bottom: 10px;
      margin-left: 10px; }
  .faq-page .wrapper .center-column .faq table th {
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    font-size: 19px;
    color: #5A5A5F; }
  .faq-page .wrapper .center-column .faq table td {
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    color: #5A5A5F;
    padding: 10px; }
  .faq-page .wrapper .center-column .faq table tr td:first-child {
    text-align: center; }

@media screen and (max-width: 625px) {
  p.faq-title {
    font-size: 9vw !important;
    margin-top: 0px !important;
    margin-bottom: 55px !important; }
  .wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .faq-content {
    border: none !important; } }

.contact-us-page {
  background-color: #F2FBFE; }

.contact-us-header {
  width: 100%;
  background-color: #F2FBFE; }
  .contact-us-header p.contact-us-title {
    padding-top: 140px;
    margin: 0px auto;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    color: #5A5A5F; }
  .contact-us-header p.contact-us-description {
    padding: 40px 0px;
    margin: 0px 15%;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #5A5A5F; }

.success {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  border-radius: 20px !important;
  padding: 30px !important;
  color: #4F8A10 !important;
  background-color: #DFF2BF !important; }

.error {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  border-radius: 20px !important;
  padding: 30px !important;
  color: #D8000C !important;
  background-color: #FFBABA !important; }

form.contact-us-form {
  width: 70%;
  margin: 0px auto;
  padding-bottom: 60px; }
  form.contact-us-form .contact-us-input-container {
    width: 44%;
    margin: 0px 3%;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 10px; }
  form.contact-us-form .contact-us-textarea-container {
    width: 94%;
    margin: 3%;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 10px; }

p.contact-us-input-label {
  margin: 0px;
  padding: 5px 10px 0px 10px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #5A5A5F; }
  p.contact-us-input-label.invalid-input {
    color: #D8000C; }

input.contact-us-input {
  width: 100%;
  height: 30px;
  padding: 5px 10px 5px 10px;
  border: none;
  border-radius: 10px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5A5A5F; }
  input.contact-us-input.invalid-input {
    color: #D8000C; }
  input.contact-us-input:active, input.contact-us-input:focus {
    outline: none; }

textarea.contact-us-textarea {
  max-width: 100%;
  width: 100%;
  height: 300px;
  max-height: 300px;
  padding: 5px 10px 5px 10px;
  border: none;
  border-radius: 10px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5A5A5F; }
  textarea.contact-us-textarea:active, textarea.contact-us-textarea:focus {
    outline: none; }

.contact-us-dropzone {
  width: 94%;
  height: 50px;
  margin: 0px 3%;
  border-width: 2px;
  border-color: #5A5A5F;
  border-style: dashed;
  border-radius: 10px; }
  .contact-us-dropzone:hover {
    cursor: pointer; }

p.contact-us-dropzone-text {
  margin: 0px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5A5A5F;
  text-align: center;
  line-height: 54px; }

.contact-us-attachments {
  width: 94%;
  margin: 3% 3%;
  text-align: center; }
  .contact-us-attachments .contact-us-attachment {
    position: relative;
    display: inline-block;
    margin: 2% 2% 0% 2%;
    padding: 2% 2%;
    width: 24%;
    border-radius: 10px;
    background: #F3F3F3; }
    .contact-us-attachments .contact-us-attachment .contact-us-attachment-details {
      float: right; }
      .contact-us-attachments .contact-us-attachment .contact-us-attachment-details a.contact-us-attachment-title {
        font-family: 'Karla', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #5A5A5F;
        text-align: right;
        text-decoration: none;
        word-break: break-all; }
      .contact-us-attachments .contact-us-attachment .contact-us-attachment-details p.contact-us-attachment-size {
        font-family: 'Karla', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #5A5A5F;
        text-align: right; }
    .contact-us-attachments .contact-us-attachment .contact-us-attachment-delete-icon {
      width: 40px;
      height: 25px;
      position: absolute;
      right: 2%;
      bottom: 10%;
      background: url(/images/contact_us/trash.png) no-repeat center center;
      background-size: contain; }
      .contact-us-attachments .contact-us-attachment .contact-us-attachment-delete-icon:hover {
        cursor: pointer; }

p.contact-us-send-button {
  float: right;
  width: 100px;
  height: 40px;
  margin: 30px 3% 0px 0px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  background-color: #00ADEF; }
  p.contact-us-send-button.disabled {
    background-color: #F3F3F3;
    color: #00ADEF;
    cursor: not-allowed; }
  p.contact-us-send-button:hover {
    cursor: pointer; }

@media screen and (max-width: 1600px) {
  .contact-us-attachment {
    width: 40% !important; } }

@media screen and (max-width: 880px) {
  .contact-us-attachment {
    width: 90% !important; } }

@media screen and (max-width: 670px) {
  p.contact-us-title {
    padding-top: 120px !important;
    font-size: 32px !important; }
  p.contact-us-description {
    padding: 20px 0px !important;
    margin: 0px 5% !important; }
  form.contact-us-form {
    width: 90% !important; }
  .contact-us-input-container {
    width: 94% !important;
    margin: 10px !important; }
  .contact-us-textarea-container {
    margin: 10px !important; }
  textarea.contact-us-textarea {
    height: 150px !important;
    max-height: 150px !important; }
  .contact-us-dropzone {
    margin: 10px 3% 0px 3% !important; } }

header {
  height: 70px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000; }

.leftNav {
  float: left; }

.logo {
  float: left;
  height: 70px;
  width: 160px;
  display: block;
  margin-left: 10px;
  background-image: url("/images/logo.png");
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.menu {
  float: left;
  height: 70px;
  width: 85px;
  display: none;
  margin-left: 10px;
  background-image: url(/images/menu_icon_mobile.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size: 50%; }

.menu-login {
  background: #00ADEF;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px; }

.leftNav ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.rightNav {
  float: right;
  margin-right: 42px; }

.rightNav ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

header ul li {
  float: left;
  height: 60px;
  line-height: 60px;
  padding: 5px 10px 5px 20px; }

header ul li a:link, header ul li a:visited {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  font-family: 'Karla', sans-serif; }

header ul li a:active, header ul li a:hover {
  color: #FFF;
  text-decoration: underline; }

@media screen and (min-width: 670px) {
  header.dark-header {
    background-color: rgba(0, 0, 0, 0.3); } }

header.light-header {
  background-color: transparent; }
  header.light-header .logo {
    height: 39px;
    width: 39px;
    margin-left: 42px;
    background-image: url(/images/bedly_blue_logo.png);
    background-size: cover;
    margin-top: 15px; }
  header.light-header .menu-login {
    border-radius: 4px; }
  header.light-header #navigation .rightNav {
    margin-right: 42px; }
    header.light-header #navigation .rightNav ul li {
      color: #5A5A5F; }
      header.light-header #navigation .rightNav ul li a.menu-login {
        color: #FFFFFF !important; }
    header.light-header #navigation .rightNav ul li a:link, header.light-header #navigation .rightNav ul li a:visited {
      color: #5A5A5F; }
      header.light-header #navigation .rightNav ul li a:link a.menu-login, header.light-header #navigation .rightNav ul li a:visited a.menu-login {
        color: #FFFFFF !important; }
    header.light-header #navigation .rightNav ul li a:active, header.light-header #navigation .rightNav ul li a:hover {
      color: #5A5A5F; }
      header.light-header #navigation .rightNav ul li a:active a.menu-login, header.light-header #navigation .rightNav ul li a:hover a.menu-login {
        color: #FFFFFF !important; }

@media screen and (max-width: 670px) {
  header.light-header {
    background-color: #FFFFFF; }
    header.light-header #navigation .rightNav {
      margin-right: none !important; }
  header {
    background-color: #fff;
    height: auto; }
  header ul li {
    float: none; }
  .leftNav {
    float: none; }
  .rightNav {
    border-top: 1px solid #323232;
    margin-right: none !important;
    float: none; }
  .menu {
    float: right;
    display: block;
    cursor: pointer; }
  .logo {
    display: none; }
  header ul li a:link, header ul li a:visited {
    color: #000; } }

/*-----------------------------------
     Footer
-----------------------------------*/
footer {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 100px;
  font-family: "Karla", sans-serif !important;
  color: #5B6977;
  background: #5a5a5f; }

footer .wrapper {
  width: 77vw;
  padding-left: 10vw;
  padding-right: 10vw;
  margin: auto;
  background: #5a5a5f; }

/*-----------------------------------
     Right
-----------------------------------*/
footer .wrapper .right {
  width: 200px;
  text-align: right; }

footer .wrapper .copy {
  margin: auto;
  margin-top: 24px;
  font-size: 130%;
  color: #888; }

footer .wrapper .right .social {
  display: inline-block; }

footer .wrapper .right .social a:link {
  width: 100%;
  height: 100%;
  display: block; }

footer .wrapper .right .social .icon {
  float: left;
  width: 38px;
  height: 38px;
  transition: .3s;
  border: 1px solid #AAA;
  border-radius: 50%;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 15px; }

footer .wrapper .right .social .icon:hover {
  border-color: #fff; }

footer .wrapper .right .social .facebook {
  margin-left: -8px;
  background-image: url("/images/social/facebook.png"); }

footer .wrapper .right .social .twitter {
  margin-left: 8px;
  background-image: url("/images/social/twitter.png"); }

footer .wrapper .right .social .angellist {
  margin-left: 8px;
  background-image: url("/images/social/angellist.png"); }

/*-----------------------------------
     Left
-----------------------------------*/
footer table {
  float: right;
  margin-bottom: 40px; }

footer table tr th {
  width: 200px;
  height: 30px;
  vertical-align: top;
  text-align: left;
  color: #e6e6e6;
  text-decoration: none;
  font-size: 130%; }

footer table tr td {
  width: 200px;
  vertical-align: top; }

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

footer ul li {
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  color: #DDD;
  transition: .3s; }

footer ul li a {
  color: #FFF;
  text-decoration: none; }

.footer_title.blue > a {
  color: #00ADEF; }

/*-----------------------------------
     Mobile
-----------------------------------*/
/*
****************************************
VARIABLES
****************************************
*/
html {
  background: white;
  font-size: 16px;
  font-family: Karla;
  color: #5A5A5F;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased; }

html, body, body > main {
  height: 100%;
  width: 100%; }

body > main {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body > main .Test-room-booking-container-large {
    margin: 3em;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*
****************************************
WIDGET STYLES
****************************************
*/
.Test-room-booking-container-large {
  width: 230px;
  background: #F3F3F3;
  box-shadow: 0px 2px 9px 0px rgba(131, 131, 131, 0.5);
  border-radius: 17px;
  font-size: 1rem; }

.Test-room-booking-title {
  background: white;
  padding: 20px;
  border-bottom: 1px solid #DDDDDD;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px; }

.Test-room-booking-content {
  padding: 20px; }

.Test-room-booking-availability {
  font-size: 0.875rem;
  font-weight: 700;
  color: #00ADEF;
  text-align: center;
  letter-spacing: 0.1em; }

.Test-room-booking-pricing-breakdown {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 0.875rem; }

.Test-room-booking-pricing-line-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .Test-room-booking-pricing-line-item + .Test-room-booking-pricing-line-item {
    margin-top: 20px; }

.Test-room-booking-explanation {
  position: relative; }

.Test-room-booking-explanation-question-mark {
  background: url("/images/tooltip/icon_question.svg") no-repeat center;
  display: inline-block;
  width: 1rem;
  vertical-align: top;
  height: 1rem;
  cursor: pointer;
  padding-left: 5px; }
  .Test-room-booking-explanation-question-mark:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(90%); }

.Test-room-booking-explanation-tooltip {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateY(0.5rem) translateX(-50%);
  -moz-transform: translateY(0.5rem) translateX(-50%);
  -ms-transform: translateY(0.5rem) translateX(-50%);
  -o-transform: translateY(0.5rem) translateX(-50%);
  transform: translateY(0.5rem) translateX(-50%);
  -webkit-transition: 0.3s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 0.3s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s 0s cubic-bezier(0.645, 0.045, 0.355, 1); }

.Test-room-booking-explanation:hover .Test-room-booking-explanation-tooltip {
  position: absolute;
  opacity: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.Test-button, .Test-room-booking-button, .Test-room-booking-schedule-visit-button {
  padding: 8px 0px;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1); }

.Test-room-booking-button {
  margin-top: 20px;
  background: #00ADEF;
  color: white; }
  .Test-room-booking-button:hover {
    background: #0093CB; }
  .Test-room-booking-button:focus, .Test-room-booking-button:active {
    background: #0081b2; }

.Test-room-booking-schedule-visit-button {
  background: none;
  color: #5A5A5F;
  margin-top: 0.5em; }
  .Test-room-booking-schedule-visit-button:hover {
    background: #E2E2E2; }
  .Test-room-booking-schedule-visit-button:focus, .Test-room-booking-schedule-visit-button:active {
    background: #d5d5d5; }

/*
****************************************
TOOLTIP STYLES
****************************************
*/
.Test-tooltip, .Test-tooltip--left-icon {
  z-index: 10;
  background: white;
  margin-bottom: 1rem;
  border-radius: 6px;
  width: 300px;
  padding: 15px;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25)); }
  .Test-tooltip-top-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 0.5rem; }
  .Test-tooltip-title {
    color: #00ADEF;
    font-size: 1rem;
    font-weight: 700; }
  .Test-tooltip-top-right-icon {
    height: 1.8rem; }
  .Test-tooltip:before, .Test-tooltip--left-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -o-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    background: white;
    height: 1rem;
    width: 1rem;
    border-bottom-right-radius: 3px; }
  .Test-tooltip--left-icon {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .Test-tooltip--left-icon__icon {
      height: 1.8rem;
      width: 1.8rem;
      margin-right: 0.8rem; }

/*# sourceMappingURL=main.css.map*/