@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
.font-lato, .lato-bold, .lato-thin {
  font-family: "Lato", sans-serif;
}

.lato-thin {
  font-weight: 300;
}

.lato-bold {
  font-weight: 700;
}

.rounded {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

a {
  color: #636E75;
}

.lato-font {
  font-family: "Lato", sans-serif;
}

.wrapper {
  position: relative;
}
.wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.no-bold {
  font-weight: normal;
}

.page-container {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-container::after {
  clear: both;
  content: "";
  display: table;
}
.page-container .page-container-inner {
  position: relative;
}
.page-container .page-container-inner::after {
  clear: both;
  content: "";
  display: table;
}

.limit-width > .kc-row-container {
  max-width: 1200px !important;
  margin: 0 auto;
}

#rental-options-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity ease 0.3s, visibility ease 0.3s;
  -moz-transition: opacity ease 0.3s, visibility ease 0.3s;
  transition: opacity ease 0.3s, visibility ease 0.3s;
}
#rental-options-wrapper #ro-wrapper-content {
  max-width: 480px;
  margin: 30px auto;
  background-color: #efefef;
  padding: 30px;
  -webkit-transition: margin-top ease 0.3s;
  -moz-transition: margin-top ease 0.3s;
  transition: margin-top ease 0.3s;
}
#rental-options-wrapper h2 {
  margin-top: 0;
}
#rental-options-wrapper .container {
  position: relative;
  max-width: 100%;
}
#rental-options-wrapper .container .warning {
  padding: 15px;
  display: none;
}
#rental-options-wrapper.show-warning .warning {
  display: block;
}
#rental-options-wrapper.show-warning .form-group input[type=email], #rental-options-wrapper.show-warning .form-group input[type=text] {
  border-color: #7a0132;
}

.show-rental-form #rental-options-wrapper {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.show-rental-form #rental-options-wrapper #ro-wrapper-content {
  margin-top: 30px;
}

/*# sourceMappingURL=rental-options.css.map */
