@import url(https://fonts.googleapis.com/css?family=Mada|Montserrat:700);
html, body {
  height: 100%; }

body {
  font-family: "Mada"; }
  body .off-canvas-wrap {
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow-x: hidden; }
  body .inner-wrap {
    height: 100%;
    width: 100%;
    position: relative;
    transition: transform ease-out 0.3s;
    transition: -webkit-transform ease-out 0.3s; }
  body.move-left {
    overflow: hidden; }
    body.move-left aside {
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    body.move-left .off-canvas-wrap {
      min-height: 100%; }
    body.move-left .inner-wrap {
      -webkit-transform: translate3d(-240px, 0, 0);
      -ms-transform: translate3d(-240px, 0, 0);
      transform: translate3d(-240px, 0, 0); }
  @media (min-width: 768px) {
    body.move-left .inner-wrap {
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

a, a:hover {
  text-decoration: none; }

ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

.sub-heading {
  font-size: 18px; }

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(40, 40, 40, 0.8);
  transition: background-color 0.3s ease-out; }

.line {
  height: 4px;
  width: 200px;
  display: inline-block;
  background-color: #cb2b2b;
  box-shadow: 0px 4px 0px 0px white;
  margin: 0 0 40px 0; }
  .line.line-sm {
    width: 60px;
    margin: 10px 0 0 0; }
  .line.line-block {
    display: block; }
  .line.line-center {
    margin: 0 auto 40px auto; }
  .line:last-child {
    margin: 0; }

.social {
  width: 160px;
  display: inline-block; }
  .social li {
    width: 40px;
    float: left; }
    .social li a {
      height: 40px;
      display: block;
      line-height: 40px;
      text-align: center;
      transition: all 0.3s ease-out;
      color: white; }
      .social li a i {
        font-size: 18px;
        transition: font-size 0.3s ease-out; }
      .social li a:active i, .social li a:focus i, .social li a:hover i {
        font-size: 28px; }

input, select, textarea {
  height: 40px;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: 0;
  background-color: white;
  color: #282828;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 120px;
  display: block;
  resize: none;
  padding: 20px; }

.select {
  width: 100%;
  position: relative; }
  .select select {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none; }
    .select select.default {
      color: #7f8c8d; }
    .select select option {
      color: #282828; }
      .select select option:first-child {
        color: #7f8c8d; }
  .select:after {
    content: '';
    width: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    border-width: 6px;
    border-style: solid;
    pointer-events: none;
    border-color: #979799 transparent transparent transparent;
    pointer-events: none; }

::-webkit-input-placeholder {
  color: #7f8c8d; }

:-moz-placeholder {
  color: #7f8c8d; }

::-moz-placeholder {
  color: #7f8c8d; }

:-ms-input-placeholder {
  color: #7f8c8d; }

h1, h2, h3 {
  font-family: "Montserrat";
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 0; }

h1 {
  font-size: 33.75px; }
  @media (min-width: 992px) {
    h1 {
      font-size: 45px; } }

h2 {
  font-family: "Mada";
  font-size: 22px;
  color: #cb2b2b;
  text-transform: initial; }

h3 {
  font-size: 16px; }

p {
  font-family: "Mada";
  font-size: 15px;
  line-height: 18px;
  color: #979799; }

button, .button {
  height: 40px;
  border-radius: 0;
  border: none;
  outline: none;
  font-weight: 700;
  padding: 0 20px;
  color: white;
  background-color: #979799;
  font-family: "Montserrat";
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  position: relative;
  display: inline-block;
  line-height: 40px; }
  button:hover, button:active, .button:hover, .button:active {
    background-color: #a4a4a6; }
  button i, .button i {
    padding-left: 10px; }
  button:before, .button:before {
    content: '';
    background: url(../media/img/cartographer.png) top left repeat;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-out; }
  button:hover:before, .button:hover:before {
    opacity: 0.3;
    background-position: 0 100px; }

.btn-primary {
  background-color: #cb2b2b; }
  .btn-primary:hover, .btn-primary:active {
    background-color: #d53a3a; }
  .btn-primary:focus {
    background-color: #cb2b2b; }

.btn-stroke {
  color: #979799;
  border: 2px solid #979799;
  line-height: 36px;
  background-color: transparent; }
  .btn-stroke:before {
    background-image: none; }
  .btn-stroke:hover {
    background-color: rgba(151, 151, 153, 0.3); }

    .btn-folk {
  color: #4838372;
  border: 2px solid #973876;
  line-height: 36px;
  background-color: transparent; }
  .btn-stroke:before {
    background-image: none; }
  .btn-stroke:hover {
    background-color: rgba(151, 151, 153, 0.3); }

.btn-icon:before {
  display: none; }

.btn-collapse {
  height: 16px;
  width: 16px;
  padding: 12px;
  box-sizing: initial;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #979799; }
  .btn-collapse span {
    height: 4px;
    width: 100%;
    display: block;
    margin-bottom: 2px;
    background-color: #979799; }
    .btn-collapse span:last-child {
      margin-bottom: 0; }

header {
  width: 100%;
  background-color: rgba(151, 151, 153, 0.3);
  padding: 20px 0;
  box-sizing: initial;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; }
  @media (min-width: 768px) {
    header {
      background-color: transparent; }
      header.header-white {
        background-color: white; }
        header.header-white .logo {
          background: url(../media/img/logo) top left no-repeat; }
        header.header-white .nav > li > a {
          color: #282828;
          transition: background-color 0.3s ease-out; }
          header.header-white .nav > li > a:focus, header.header-white .nav > li > a:hover {
            color: #cb2b2b; } }
  header .wrap {
    padding: 0 10px; }
    @media (min-width: 768px) {
      header .wrap {
        padding: 0 20px; } }
  header .nav {
    display: none; }
    header .nav > li {
      margin-right: 10px; }
      header .nav > li:last-child {
        margin-right: 0; }
      header .nav > li > a {
        color: white;
        padding: 0 10px;
        line-height: 40px;
        transition: background-color 0.3s ease-out; }
        header .nav > li > a.social {
          font-size: 18px;
          padding: 0 10px;
          line-height: 40px;
          transition: font-size 0.3s ease-out; }
          header .nav > li > a.social:hover {
            font-size: 36px; }
        header .nav > li > a:focus, header .nav > li > a:hover {
          background-color: rgba(151, 151, 153, 0.3); }
    @media (min-width: 768px) {
      header .nav {
        display: inline-block;
        float: right;
        background-color: transparent; }
        header .nav li {
          float: left; } }
  header button {
    display: none; }
    header button i {
      padding: 0; }
    header button.btn-collapse {
      display: inline-block;
      float: right; }
      @media (min-width: 768px) {
        header button.btn-collapse {
          display: none; } }
    @media (min-width: 768px) {
      header button {
        cursor: default;
        display: inline-block;
        float: right;
        margin-left: 20px; } }
  header .logo {
    height: 70px;
    background: url(../media/img/swipe-logo-key.png) top left no-repeat;
    float: left;
    position: absolute;
    top: 20px;
    left: 10px;
    font-family: "Montserrat"; }
    header .logo .text {
      line-height: 40px;
      padding-left: 55px;
      text-transform: uppercase;
      font-size: 16px;
      color: white;
      text-decoration: none; }
    @media (min-width: 768px) {
      header .logo {
        background: url(../media/img/swipe-logo-key.png) top left no-repeat;
        left: 20px; } }

.header-fixed {
  height: 40px;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(151, 151, 153, 0.3);
  position: fixed;
  top: -60px;
  left: 0;
  box-sizing: initial;
  z-index: 9999;
  transition: top 0.3s ease-out;
  font-family: "Montserrat";
  text-transform: uppercase;
  letter-spacing: 0;
  display: none; }
  .header-fixed .nav {
    width: 100%; }
    .header-fixed .nav li {
      width: 25%;
      float: left; }
      .header-fixed .nav li.active a {
        color: #cb2b2b; }
    .header-fixed .nav > li > a {
      padding: 0;
      line-height: 40px;
      text-align: center;
      color: #282828;
      transition: color 0.3s ease-out; }
      .header-fixed .nav > li > a:focus, .header-fixed .nav > li > a:hover {
        background-color: transparent;
        color: #cb2b2b; }
  .header-fixed.header-show {
    top: 0; }
  @media (min-width: 992px) {
    .header-fixed {
      display: block; } }

aside {
  width: 240px;
  background-color: #cb2b2b;
  padding: 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-transform: translate3d(240px, 0, 0);
  -ms-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
  transition: transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s; }
  aside ul {
    margin: 20px 0; }
    aside ul > li > a {
      height: 40px;
      display: block;
      line-height: 40px;
      padding: 0 10px;
      color: white;
      font-family: "Montserrat";
      text-transform: uppercase;
      text-align: center;
      transition: color 0.3s ease-out; }
      aside ul > li > a:hover {
        color: #979799; }
      aside ul > li > a i {
        padding-right: 10px; }
  aside .wrap {
    padding: 0 10px;
    text-align: center; }
    aside .wrap button {
      width: 100%; }
  aside:before {
    content: '';
    background: url(../media/img/cartographer.png) top left repeat;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1; }
  aside h1 {
    color: white;
    text-align: center; }
  @media (min-width: 768px) {
    aside {
      display: none; } }

.hero {
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 160px 0 80px 0;
  background: url(../media/img/hero-bg.png) center center no-repeat;
  background-size: cover;
  position: relative;
  color: white; }
  .hero .container {
    height: 100%;
    display: table;
    position: relative; }
  .hero .row {
    display: table-cell;
    vertical-align: middle; }
  .hero [class^="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .hero h1 {
    margin-bottom: 10px; }
  .hero p {
    font-size: 18px;
    max-width: 800px;
    line-height: 1;
    margin: 0 auto;
    color: white;
    margin-bottom: 20px; }
  .hero button {
    width: 100%; }
    @media (min-width: 768px) {
      .hero button {
        width: auto;
        padding: 0 80px; } }
  .hero video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: fill;
    display: none; }
    @media (min-width: 768px) {
      .hero video {
        display: block; } }
  .hero.hero-vid-playing .overlay {
    background-color: transparent; }
  .hero .hero-message {
    display: none; }
    @media (min-width: 768px) {
      .hero .hero-message {
        display: block; } }
  .hero .property-form {
    width: 100%;
    background-color: transparent; }
    .hero .property-form h2 {
      color: white;
      margin-bottom: 20px; }
    .hero .property-form button {
      padding: 0; }
    .hero .property-form .select:after {
      right: 14px; }
      @media (min-width: 768px) {
        .hero .property-form .select:after {
          right: 20px; } }
    .hero .property-form .select:before {
      content: '';
      height: 40px;
      width: 40px;
      position: absolute;
      top: 0;
      right: 0;
      background-color: rgba(151, 151, 153, 0.3);
      pointer-events: none; }
      @media (min-width: 768px) {
        .hero .property-form .select:before {
          display: none; } }
    @media (min-width: 768px) {
      .hero .property-form {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(151, 151, 153, 0.3); } }
  @media (min-width: 768px) {
    .hero {
      height: 700px;
      padding: 0; } }

.hero-carousel {
  height: 700px;
  padding-top: 0;
  background: none; }
  .hero-carousel .item {
    padding-top: 80px;
    background: url(../media/img/item-bg.png) center center no-repeat;
    background-size: cover; }
    .hero-carousel .item:before {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(40, 40, 40, 0.8); }
  .hero-carousel .item-02 {
    background: url(../media/img/hero-bg.png) center center no-repeat;
    background-size: cover; }
  .hero-carousel .carousel-control {
    margin-top: 20px; }

.hero-featured {
  height: 700px;
  padding-bottom: 0;
  background: url(../media/img/featured-prop.png) center center no-repeat;
  background-size: cover; }
  .hero-featured .rent {
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(151, 151, 153, 0.3);
    padding: 0 20px; }
    .hero-featured .rent h3 {
      line-height: 40px;
      float: left; }
    .hero-featured .rent p {
      margin: 0;
      float: right;
      font-size: 15px;
      line-height: 40px; }
  .hero-featured button {
    width: 100%; }
    @media (min-width: 768px) {
      .hero-featured button {
        width: auto;
        padding: 0 80px; } }
  .hero-featured .line {
    margin: 0 auto 40px auto; }
  @media (min-width: 768px) {
    .hero-featured {
      text-align: left; }
      .hero-featured .container {
        position: relative; }
      .hero-featured p {
        margin: 0 0 20px 0; }
      .hero-featured .rent {
        width: 300px;
        right: 15px;
        border-radius: 0 0 0 0; }
      .hero-featured button {
        padding: 0 20px; }
      .hero-featured .line {
        margin: 0 0 40px 0; } }

.hero-sm {
  height: 480px;
  padding: 0; }

.hero-services h1 {
  margin-bottom: 40px; }
.hero-services .services-nav {
  width: 100%; }
  .hero-services .services-nav li {
    width: 50%;
    float: left;
    margin-bottom: 20px; }
    .hero-services .services-nav li > a {
      display: block;
      color: white; }
      .hero-services .services-nav li > a i {
        display: block;
        line-height: 24px;
        font-size: 24px;
        margin-bottom: 10px;
        transition: font-size 0.3s ease-out; }
  .hero-services .services-nav p {
    font-size: 18px;
    margin-bottom: 0; }
@media (min-width: 768px) {
  .hero-services .services-nav li {
    width: 33%;
    margin-bottom: 0; }
    .hero-services .services-nav li > a i {
      line-height: 32px;
      font-size: 32px; }
    .hero-services .services-nav li > a:hover i {
      font-size: 40px; } }

footer {
  padding: 0 0 40px 0;
  background-color: #979799;
  position: relative;
  color: white; }
  footer [class^="col-"] {
    margin-top: 40px; }
  footer:before {
    content: '';
    background: url(../media/img/cartographer.png) top left repeat;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  footer h3 {
    color: white;
    text-align: left;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      footer h3 {
        margin-bottom: 40px; } }
  footer ul li {
    padding: 2.5px; }
    footer ul li a {
      height: 100%;
      display: block;
      color: white;
      transition: color 0.3s ease-out; }
      footer ul li a:active, footer ul li a:focus, footer ul li a:hover {
        color: #282828; }
  footer .footer-main .footer-col {
    padding: 0 20px; }
  footer .footer-main .line {
    width: 100%;
    margin: 20px 0 0 0; }
  footer .footer-social {
    text-align: center; }
    footer .footer-social p {
      color: white; }

.carousel, .carousel-inner, .item {
  height: 100%; }

.carousel-control {
  height: 40px;
  width: 40px;
  display: none;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  color: #979799;
  text-align: center;
  text-shadow: none;
  background-color: transparent;
  border: 2px solid #979799;
  filter: alpha(opacity=100);
  opacity: 1;
  border-radius: 0;
  transition: background-color 0.3s ease-out; }
  .carousel-control:focus, .carousel-control:hover {
    background-color: rgba(151, 151, 153, 0.3);
    opacity: 1;
    filter: alpha(opacity=100); }
  .carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: none; }
  .carousel-control.right {
    left: initial;
    right: 20px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    height: auto;
    width: auto;
    line-height: 40px;
    font-size: 16px;
    position: static;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0; }
  @media (min-width: 768px) {
    .carousel-control {
      display: block; } }

.page-carousel {
  height: 400px; }
  .page-carousel .container {
    height: 100%;
    display: table; }
  .page-carousel .row {
    display: table-cell;
    vertical-align: middle; }
  .page-carousel [class^="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .page-carousel .carousel {
    background: url(../media/img/item-bg.png) center center no-repeat;
    background-size: cover; }
  .page-carousel .carousel-inner:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(40, 40, 40, 0.8); }
  .page-carousel .item {
    text-align: center; }
    .page-carousel .item h2, .page-carousel .item p {
      color: white; }
    .page-carousel .item h2 {
      margin-bottom: 20px; }
    .page-carousel .item p {
      font-size: 18px; }
      .page-carousel .item p a {
        color: #cb2b2b; }

.m-menu {
  height: 100%;
  width: 100%;
  background-color: #cb2b2b;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 9999;
  padding: 20px;
  overflow-y: scroll;
  text-align: center;
  transition: top 0.3s ease-out; }
  .m-menu .m-menu-close {
    width: 100%;
    position: fixed;
    bottom: -100%;
    left: 0;
    padding: 10px 0;
    box-sizing: initial;
    background-color: rgba(151, 151, 153, 0.3);
    transition: bottom 0.3s ease-out; }
  .m-menu-extended .m-menu {
    top: 0; }
    .m-menu-extended .m-menu .m-menu-close {
      bottom: 0; }
  .m-menu .m-menu-links {
    font-family: "Montserrat";
    text-transform: uppercase;
    margin: 20px 0; }
    .m-menu .m-menu-links li a {
      height: 40px;
      line-height: 40px;
      color: white;
      transition: color 0.3s ease-out; }
      .m-menu .m-menu-links li a:active, .m-menu .m-menu-links li a:hover, .m-menu .m-menu-links li a:focus {
        color: #979799; }
  .m-menu .social li > a:active, .m-menu .social li > a:hover, .m-menu .social li > a:focus {
    color: #979799; }
  .m-menu:before {
    content: '';
    background: url(../media/img/cartographer.png) top left repeat;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1; }
  .m-menu h1 {
    color: white; }

body.m-menu-extended {
  overflow: hidden; }

.benefits {
  padding: 40px 0; }
  .benefits .benefit-container {
    padding: 20px;
    margin-bottom: 40px;
    background-color: rgba(151, 151, 153, 0.3); }
    .benefits .benefit-container .benefit {
      margin-bottom: 40px; }
      .benefits .benefit-container .benefit .benefit-title {
        font-size: 18px;
        color: #282828;
        margin-bottom: 10px; }
      .benefits .benefit-container .benefit p {
        padding-left: 60px; }
      .benefits .benefit-container .benefit .icon-container {
        height: 40px;
        width: 40px;
        border-radius: 0;
        background-color: transparent;
        color: #979799;
        float: left;
        font-size: 18px;
        text-align: center;
        line-height: 40px; }
    .benefits .benefit-container button {
      width: 100%; }
    .benefits .benefit-container h2 {
      text-align: center;
      margin-bottom: 40px; }
    @media (min-width: 992px) {
      .benefits .benefit-container {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .benefits {
      padding: 80px 0; } }

.services {
  padding: 40px 0; }
  .services h2 {
    margin-bottom: 40px;
    text-align: center; }
  .services .service {
    margin: 20px 0 0 0;
    padding: 40px 20px;
    background-color: rgba(151, 151, 153, 0.3);
    text-align: center; }
    .services .service i {
      font-size: 64px;
      line-height: 1;
      color: #cb2b2b; }
    .services .service h3 {
      margin: 10px 0 0 0; }
    .services .service p {
      margin: 20px 0 0 0; }
    @media (min-width: 768px) {
      .services .service {
        min-height: 300px; } }
  .services-page .services h2 {
    margin-bottom: 10px; }
  .services-page .services .sub-heading {
    text-align: center;
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .services {
      padding: 80px 0; } }

.booking-engines {
  padding: 40px 0 20px 0;
  background-color: rgba(151, 151, 153, 0.3); }
  .booking-engines h3 {
    color: #979799;
    text-align: center; }
  .booking-engines .booking-engine {
    height: 80px;
    margin-top: 20px;
    padding: 0 40px; }
    .booking-engines .booking-engine span {
      height: 100%;
      width: 100%;
      display: block;
      background: url(../media/img/engines/airbnb.png) center center no-repeat;
      background-size: contain; }
    .booking-engines .booking-engine.engine-airbnb span {
      background: url(../media/img/engines/airbnb.png) center center no-repeat;
      background-size: contain; }
    .booking-engines .booking-engine.engine-daft span {
      background: url(../media/img/engines/daft.png) center center no-repeat;
      background-size: contain; }
    .booking-engines .booking-engine.engine-expedia span {
      background: url(../media/img/engines/expedia.png) center center no-repeat;
      background-size: contain; }
    .booking-engines .booking-engine.engine-homeaway span {
      background: url(../media/img/engines/homeaway.png) center center no-repeat;
      background-size: contain; }
    .booking-engines .booking-engine.engine-bookingcom span {
      background: url(../media/img/engines/bookingcom.png) center center no-repeat;
      background-size: contain; }
    .booking-engines .booking-engine.engine-tripadvisor span {
      background: url(../media/img/engines/tripadvisor.png) center center no-repeat;
      background-size: contain; }
      .booking-engines .booking-engine.engine-google span {
      background: url(../media/img/engines/google.png) center center no-repeat;
      background-size: contain; }
      .booking-engines .booking-engine.engine-facebook span {
      background: url(../media/img/engines/facebook.png) center center no-repeat;
      background-size: contain; }
      .booking-engines .booking-engine.engine-linkedin span {
      background: url(../media/img/engines/linkedin.png) center center no-repeat;
      background-size: contain; }
      .booking-engines .booking-engine.engine-citi span {
      background: url(../media/img/engines/citi.png) center center no-repeat;
      background-size: contain; }
      .booking-engines .booking-engine.engine-statestreet span {
      background: url(../media/img/engines/statestreet.png) center center no-repeat;
      background-size: contain; }
      .booking-engines .booking-engine.engine-aig span {
      background: url(../media/img/engines/aig.png) center center no-repeat;
      background-size: contain; }

    @media (min-width: 768px) {
      .booking-engines .booking-engine {
        padding: 0 80px; } }

.booking {
  width: 100%;
  background-color: white;
  margin-top: 20px; }
  .booking > div {
    width: 100%; }
  .booking .booking-img {
    height: 100%;
    max-height: 200px;
    overflow: hidden;
    position: relative; }
    .booking .booking-img img {
      width: 100%;
      margin-top: -20%; }
    .booking .booking-img .overlay {
      height: auto;
      width: 200px;
      background-color: rgba(40, 40, 40, 0.8);
      color: white;
      padding: 10px 0;
      position: absolute;
      text-align: center;
      bottom: 0;
      left: 0;
      top: initial;
      z-index: 0; }
      .booking .booking-img .overlay:before {
        content: '';
        background: url(../media/img/cartographer.png) top left repeat;
        opacity: 0.1;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1; }
      .booking .booking-img .overlay span {
        display: block;
        line-height: 1; }
        .booking .booking-img .overlay span.booking-time {
          font-size: 14px; }
        .booking .booking-img .overlay span.booking-price {
          font-size: 30px;
          font-family: "Montserrat"; }
  .booking .booking-info {
    height: 100%;
    padding: 20px; }
    .booking .booking-info h2, .booking .booking-info h3, .booking .booking-info p {
      text-align: left; }
    .booking .booking-info h2 {
      color: #282828;
      margin-bottom: 10px; }
    .booking .booking-info h3 {
      color: #282828; }
    .booking .booking-info p {
      margin-bottom: 20px; }
  @media (min-width: 768px) {
    .booking {
      margin-top: 80px; } }
  @media (min-width: 992px) {
    .booking {
      height: 200px; }
      .booking > div {
        width: 50%;
        float: left; } }

.cards {
  padding: 20px 0 40px 0; }
  .cards h2 {
    text-align: center;
    margin-bottom: 40px; }
  .cards .card {
    height: 160px;
    width: 100%;
    border-radius: 0;
    margin-top: 20px;
    display: block;
    position: relative;
    background: #cb2b2b url(../media/img/card-01.png) top center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden; }
    .cards .card.card-plain {
      background-image: none; }
      .cards .card.card-plain .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }
      .cards .card.card-plain .overlay {
        visibility: hidden; }
    .cards .card .card-heading {
      height: 40px;
      display: inline-block;
      position: relative;
      padding: 0 10px;
      line-height: 40px;
      color: white;
      background-color: #979799; }
    .cards .card .card-text {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0 20px 10px 20px; }
      .cards .card .card-text h2, .cards .card .card-text p {
        color: white; }
      .cards .card .card-text h2 {
        margin-bottom: 10px; }
      @media (min-width: 768px) {
        .cards .card .card-text {
          padding: 0 20px 40px 20px; } }
    .cards .card .overlay {
      border-radius: 0; }
    .cards .card.card-story {
      background-image: url(../media/img/card-02.png); }
      .cards .card.card-story .card-heading {
        background-color: #7f8c8d; }
    .cards .card.card-guide {
      background-image: url(../media/img/card-03.png); }
      .cards .card.card-guide .card-heading {
        background-color: #cb2b2b; }
    @media (min-width: 768px) {
      .cards .card {
        height: 400px; } }

.property-form {
  background-color: rgba(151, 151, 153, 0.3);
  padding: 40px 0 0 0; }
  .property-form [class^="col-"] > div {
    display: block;
    margin-bottom: 5px; }
    .property-form [class^="col-"] > div:last-child {
      padding-right: 0;
      margin-bottom: 0; }
  .property-form button {
    width: 100%; }
  @media (min-width: 768px) {
    .property-form [class^="col-"] > div {
      display: inline-block;
      float: left;
      width: 16.6666667%;
      margin-bottom: 0;
      padding-right: 2px;
      overflow: hidden; }
      .property-form [class^="col-"] > div.form-span-2 {
        width: 33.3333333%; }
      .property-form [class^="col-"] > div input {
        border-radius: 0; }
      .property-form [class^="col-"] > div button {
        border-radius: 0 0 0 0; }
      .property-form [class^="col-"] > div:first-child {
        border-radius: 0 0 0 0; }
    .property-form .select select {
      border-radius: 0; }
    .property-form .select:last-of-type select {
      border-left: none;
      border-right: none; } }
  @media (min-width: 768px) {
    .property-form {
      padding: 40px 0; } }

.property-form-results {
  background-color: rgba(151, 151, 153, 0.3);
  padding: 40px 0 80px 0; }
  .property-form-results button {
    width: 100%; }
  .property-form-results.property-form-listings {
    padding-top: 0; }

.property {
  width: 100%;
  background-color: white;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.3s ease-out;
  cursor: pointer;
  display: block; }
  .property:hover {
    box-shadow: 0 2px rgba(151, 151, 153, 0.3); }
  .property .property-image {
    height: 160px;
    overflow: hidden;
    position: relative; }
    .property .property-image img {
      width: 100%; }
    .property .property-image video {
      height: 100%;
      width: 100%;
      object-fit: fill;
      display: none; }
    .property .property-image .rent {
      height: 40px;
      padding: 0 20px;
      line-height: 40px;
      position: absolute;
      bottom: 0;
      right: 0;
      color: white;
      background-color: rgba(40, 40, 40, 0.8);
      border-radius: 0 0 0 0;
      z-index: 0; }
      .property .property-image .rent:before {
        content: '';
        background: url(../media/img/cartographer.png) top left repeat;
        opacity: 0.1;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    @media (min-width: 768px) {
      .property .property-image {
        height: 220px; }
        .property .property-image video {
          display: block; } }
  .property .property-desc {
    height: auto;
    padding: 20px;
    background-color: white; }
    .property .property-desc p {
      margin: 0; }
    .property .property-desc button {
      width: 100%; }
    .property .property-desc .property-title, .property .property-desc .property-location {
      color: #282828; }
    .property .property-desc .property-location {
      margin-bottom: 10px; }
    .property .property-desc .property-info {
      margin: 20px 0; }
    @media (min-width: 768px) {
      .property .property-desc {
        height: 100px; } }

.renter {
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: box-shadow 0.3s ease-out; }
  .renter:hover {
    box-shadow: 0 2px rgba(151, 151, 153, 0.3); }
  .renter .renter-head {
    padding: 20px; }
    .renter .renter-head .renter-img {
      height: 53.33333px;
      width: 53.33333px;
      border-radius: 0;
      border: none;
      overflow: hidden;
      display: inline-block;
      float: left;
      margin-right: 10px;
      margin-bottom: 5px; }
      .renter .renter-head .renter-img img {
        height: 100%;
        width: 100%; }
      @media (min-width: 768px) {
        .renter .renter-head .renter-img {
          height: 80px;
          width: 80px;
          margin-right: 0;
          float: none; } }
    .renter .renter-head p {
      color: #282828;
      margin: 0; }
    .renter .renter-head .renter-name {
      font-size: 16px; }
    .renter .renter-head .renter-name, .renter .renter-head .renter-occupation {
      text-align: left; }
      @media (min-width: 768px) {
        .renter .renter-head .renter-name, .renter .renter-head .renter-occupation {
          text-align: center; } }
  .renter .renter-location {
    padding: 10px 20px;
    width: 100%;
    border-top: 2px solid #979799; }
    .renter .renter-location p {
      margin: 0; }
  .renter .renter-stats {
    width: 100%;
    overflow: hidden;
    color: #979799;
    margin: 10px 0; }
    .renter .renter-stats li {
      width: 33.3333333%;
      float: left; }
      .renter .renter-stats li i {
        line-height: 24px;
        font-size: 24px;
        display: block;
        margin-bottom: 5px; }
    @media (min-width: 768px) {
      .renter .renter-stats {
        margin: 0 0 20px 0; } }

.featured-property {
  padding: 80px 0; }
  .featured-property h2 {
    text-align: center;
    margin-bottom: 40px; }
  .featured-property .property {
    height: auto;
    margin-bottom: 0;
    cursor: default;
    box-shadow: 0 2px rgba(151, 151, 153, 0.3); }
    .featured-property .property:hover {
      border-color: #979799; }
    .featured-property .property .overlay {
      display: none; }
    .featured-property .property .property-image {
      height: 240px; }
      .featured-property .property .property-image img {
        height: 100%; }
    .featured-property .property .property-desc {
      height: auto; }
      .featured-property .property .property-desc .property-title, .featured-property .property .property-desc .property-location, .featured-property .property .property-desc .property-info {
        color: #282828; }
  @media (min-width: 768px) {
    .featured-property .property {
      height: 400px; }
      .featured-property .property .property-image {
        height: 100%; }
        .featured-property .property .property-image img {
          height: auto;
          margin-top: -20%; }
        .featured-property .property .property-image .rent {
          background-color: rgba(151, 151, 153, 0.3); }
      .featured-property .property .overlay {
        display: block; }
      .featured-property .property .property-desc {
        height: 100%;
        width: 320px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #979799; }
        .featured-property .property .property-desc .property-info, .featured-property .property .property-desc .property-type {
          color: white; } }

.about-nav {
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }
  .about-nav li {
    width: 50%;
    float: left; }
    .about-nav li > a {
      display: block;
      line-height: 40px;
      color: white;
      text-transform: capitalize; }
    .about-nav li.active a {
      border-bottom: 4px solid #cb2b2b; }

.about {
  padding: 80px 0 20px 0; }
  .about h2 {
    margin-bottom: 40px; }
  .about h3 {
    margin: 40px 0; }
  .about p {
    margin-bottom: 20px; }
  .about .employee {
    margin-bottom: 40px; }
    .about .employee img {
      height: 80px;
      width: 80px;
      border-radius: 40px;
      border: 4px solid #979799;
      float: left;
      margin-right: 20px; }
    .about .employee p {
      padding-left: 100px;
      margin-bottom: 0; }
      .about .employee p.employee-name {
        color: #282828;
        font-size: 18px; }
      .about .employee p.employee-role {
        color: #282828;
        margin-bottom: 10px; }

.contact {
  padding: 20px 0 80px 0; }
  .contact h2 {
    margin-bottom: 20px; }
  .contact h3 {
    margin-bottom: 10px; }
  .contact button {
    width: 100%; }
  .contact input, .contact textarea {
    margin-bottom: 5px;
    border: 2px solid #979799; }
  .contact [class^="col-"] {
    margin-top: 40px; }
  .contact .social li a {
    color: #282828; }

.map {
  height: 400px;
  width: 100%;
  position: relative; }
  .map #map-canvas {
    height: 100%;
    width: 100%; }
  .map .overlay {
    z-index: 1; }

.marker {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #cb2b2b;
  color: white;
  border: 2px solid #a12222;
  border-radius: 0;
  text-align: center;
  line-height: 40px;
  z-index: 1; }
  .marker:after, .marker:before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    pointer-events: none; }
  .marker:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #cb2b2b;
    border-width: 8px;
    margin-left: -8px; }
  .marker:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #a12222;
    border-width: 11px;
    margin-left: -11px; }

.testimonials {
  padding: 40px 0;
  background-color: rgba(151, 151, 153, 0.3); }
  .testimonials .renter .renter-head {
    margin-bottom: 20px; }
    .testimonials .renter .renter-head .renter-img {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .testimonials .renter .renter-head .renter-img {
          margin-bottom: 5px; } }
    @media (min-width: 768px) {
      .testimonials .renter .renter-head {
        margin-bottom: 0; } }
  .testimonials .renter .renter-testimonial {
    padding: 20px;
    border-top: 2px solid #979799; }
    .testimonials .renter .renter-testimonial p {
      font-size: 18px;
      color: #282828;
      margin: 0; }

/*# sourceMappingURL=main.css.map */
