body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  margin-top: 0; }

a {
  text-decoration: none !important; }
  a:hover, a.focus {
    text-decoration: none !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  color: #163569;
  text-align: center;
  margin: 3px 0; }

.btn {
  display: inline-block;
  padding: 7px 25px;
  border: 2px solid transparent;
  border-radius: 40px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  transition: all 0.3s; }
  .btn:hover {
    color: #fff; }
  .btn.blue {
    background-color: #163569;
    border-color: #163569; }
    .btn.blue:hover {
      background-color: #2355a8;
      text-shadow: 0 5px 1px rbga(0, 0, 0, 0.7); }
  .btn.red {
    background-color: #d21515; }
  .btn.yellow {
    background-color: #ebc100;
    border-color: #ebc100;
    color: #163569;
    text-shadow: none !important; }
    .btn.yellow:hover {
      background-color: #ffdc39;
      text-shadow: 0 5px 1px rbga(0, 0, 0, 0.7);
      color: #163569; }
  .btn:hover, .btn:focus {
    color: #fff;
    border-color: rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); }

.top-margin {
  margin-top: 50px; }

.glyphicon-star {
  color: #d21515; }

#top-nav {
  top: 0; }
  #top-nav .page-title {
    height: 17px;
    background-color: #d21515;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%; }
    #top-nav .page-title h1 {
      font-size: 11px;
      line-height: 11px;
      text-align: center;
      font-weight: bold;
      padding: 0px;
      color: rgba(255, 255, 255, 0.5); }
  #top-nav .navbar-default {
    background-color: #163569;
    height: 60px;
    padding: 0;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
    border: none;
    z-index: 9998; }
    #top-nav .navbar-default.navbar-fixed-top {
      top: 17px; }
    #top-nav .navbar-default .container {
      width: 96%;
      margin: 0 auto; }
    #top-nav .navbar-default .navbar-brand {
      padding: 5px 0 5px 0; }
      #top-nav .navbar-default .navbar-brand img {
        width: auto;
        max-height: 50px; }
    #top-nav .navbar-default ul.nav li {
      margin: 0 5px; }
      #top-nav .navbar-default ul.nav li a {
        color: #fff;
        text-transform: uppercase;
        padding: 20px 15px;
        letter-spacing: 0.5px; }
        #top-nav .navbar-default ul.nav li a.btn-login {
          border: 1px solid rgba(255, 255, 255, 0.3);
          border-radius: 40px;
          padding: 7px 20px;
          margin: 13px 0 13px 15px;
          transition: all 0.5s; }
          #top-nav .navbar-default ul.nav li a.btn-login:hover {
            border: 1px solid white;
            background-color: rgba(7, 24, 53, 0.6); }
          #top-nav .navbar-default ul.nav li a.btn-login span {
            margin-right: 10px;
            font-size: 13px; }

body.home .container-fluid.main-home {
  padding: 0;
  display: table;
  width: 100%;
  height: 100%; }
body.home .container-fluid .left-side {
  padding: 0;
  display: block;
  height: 100vh;
  width: 100%;
  float: none;
  vertical-align: middle;
  background: url("../images/home-pic.jpg") no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  top: 0;
  padding: 60px 0 0 0; }
  @media (min-width: 768px) {
    body.home .container-fluid .left-side {
      padding: 0;
      display: table-cell;
      height: 100vh;
      width: 50%;
      float: none;
      vertical-align: middle;
      z-index: 1;
      position: fixed !important;
      top: 0;
      padding: 60px 0 0 0; } }
  body.home .container-fluid .left-side .overlay1 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url("../images/overlay2.png");
    top: 0;
    left: 0;
    z-index: 2; }
  body.home .container-fluid .left-side .home-recent-listing {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(7, 24, 53, 0.6);
    height: auto;
    width: 100%;
    z-index: 3;
    max-width: 750px; }
    body.home .container-fluid .left-side .home-recent-listing .recent-wrapper {
      padding: 15px; }
    body.home .container-fluid .left-side .home-recent-listing a {
      display: table;
      width: 100%;
      transition: all .3s; }
      body.home .container-fluid .left-side .home-recent-listing a .ad-photo {
        width: 25%;
        display: table-cell;
        background-size: cover;
        min-height: 200px;
        border: 3px solid #fff; }
      body.home .container-fluid .left-side .home-recent-listing a .ad-details {
        width: 50%;
        display: table-cell;
        text-align: left;
        padding: 10px 15px 20px 15px; }
        body.home .container-fluid .left-side .home-recent-listing a .ad-details .ad-posted {
          font-size: 13px;
          color: #ebc100 !important;
          font-weight: bold;
          margin-bottom: 10px; }
        body.home .container-fluid .left-side .home-recent-listing a .ad-details h3 {
          text-align: left;
          font-size: 20px;
          color: #fff; }
        body.home .container-fluid .left-side .home-recent-listing a .ad-details h4 {
          text-align: left;
          font-size: 16px;
          color: #fff; }
        body.home .container-fluid .left-side .home-recent-listing a .ad-details h5 {
          text-align: left;
          font-size: 16px;
          color: #fff; }
      body.home .container-fluid .left-side .home-recent-listing a .ad-rent {
        width: 25%;
        display: table-cell;
        padding: 0 15px 0 0;
        text-align: right;
        position: relative; }
        body.home .container-fluid .left-side .home-recent-listing a .ad-rent .ad-button {
          position: absolute;
          bottom: 0;
          right: -34px;
          z-index: 3;
          margin-top: -18px;
          transition: all .3s; }
        body.home .container-fluid .left-side .home-recent-listing a .ad-rent .ad-posted {
          font-size: 13px;
          font-style: italic;
          transition: all .3s; }
        body.home .container-fluid .left-side .home-recent-listing a .ad-rent .ad-price h5 {
          text-align: right;
          font-size: 30px;
          transition: all .3s;
          color: #fff; }
        body.home .container-fluid .left-side .home-recent-listing a .ad-rent .ad-price h6 {
          text-align: right;
          transition: all .3s;
          color: #fff; }
      body.home .container-fluid .left-side .home-recent-listing a:hover .ad-button {
        right: 15px; }
      body.home .container-fluid .left-side .home-recent-listing a:hover .ad-posted, body.home .container-fluid .left-side .home-recent-listing a:hover .ad-price h5, body.home .container-fluid .left-side .home-recent-listing a:hover .ad-price h6 {
        color: #fff; }
  body.home .container-fluid .left-side .home-search {
    width: 90%;
    top: 47%;
    margin: -88px auto 0 auto;
    z-index: 3;
    position: relative; }
    body.home .container-fluid .left-side .home-search h1 {
      font-size: 40px;
      color: #fff;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0px 1px rgba(0, 0, 0, 0.4);
      text-align: center; }
    body.home .container-fluid .left-side .home-search h2 {
      font-size: 16px;
      color: #fff;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0px 1px rgba(0, 0, 0, 0.4);
      text-align: center;
      margin: 0;
      padding: 0 0 30px 0; }
    body.home .container-fluid .left-side .home-search .search-box {
      background: rgba(7, 24, 53, 0.6);
      padding: 10px;
      position: relative;
      max-width: 600px;
      margin: 0 auto; }
      body.home .container-fluid .left-side .home-search .search-box input {
        width: 100%;
        padding: 10px;
        font-size: 18px; }
      body.home .container-fluid .left-side .home-search .search-box button {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 52px;
        width: 52px;
        background: #d21515 url("../images/icon-search.png") no-repeat center center;
        border: none; }
        body.home .container-fluid .left-side .home-search .search-box button:hover {
          background-color: #b60303; }
body.home .container-fluid .right-side {
  background: url("../images/bg-beige-lighter.jpg");
  padding: 0;
  display: block;
  width: 100%;
  float: right;
  vertical-align: top;
  box-shadow: none;
  z-index: 10;
  padding: 60px 0 0 0; }
  @media (min-width: 768px) {
    body.home .container-fluid .right-side {
      display: table-cell;
      width: 50%;
      float: right;
      vertical-align: top;
      box-shadow: 0 0 14px rgba(0, 0, 0, 0.6);
      z-index: 10;
      padding: 60px 0 0 0; } }
  body.home .container-fluid .right-side .drawn-arrow {
    background: url("../images/drawn-arrow-red.png") no-repeat;
    background-size: contain;
    width: 220px;
    height: 200px;
    position: absolute;
    top: 130px;
    left: -160px; }
  body.home .container-fluid .right-side h2 {
    color: #163569; }
    body.home .container-fluid .right-side h2.script {
      font-size: 40px;
      font-family: "Kalam", cursive;
      color: #d21515;
      padding: 50px 0 40px 0;
      font-weight: 400;
      letter-spacing: -1px; }
  body.home .container-fluid .right-side h6 {
    font-size: 14px;
    color: #77776e;
    margin: 0; }
  body.home .container-fluid .right-side .user-type {
    text-align: center; }
    body.home .container-fluid .right-side .user-type .user-type-wrap {
      background: #fff;
      padding: 20px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
    body.home .container-fluid .right-side .user-type p {
      width: 90%;
      margin: 15px auto 15px auto; }
    body.home .container-fluid .right-side .user-type h3 {
      font-weight: bold;
      font-size: 20px; }
  body.home .container-fluid .right-side .featured-cities .featured-city {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }
    body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city {
      background-size: cover !important;
      min-height: 200px;
      position: relative;
      transition: all .4s; }
      body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city.toronto {
        background: url("../images/city-toronto.jpg") no-repeat; }
      body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city.vancouver {
        background: url("../images/city-vancouver.jpg") no-repeat; }
      body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city.edmonton {
        background: url("../images/city-edmonton.jpg") no-repeat; }
      body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city.calgary {
        background: url("../images/city-calgary.jpg") no-repeat; }
      body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city.montreal {
        background: url("../images/city-montreal.jpg") no-repeat; }
      body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city.ottawa {
        background: url("../images/city-ottawa.jpg") no-repeat; }
      body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city .city-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(7, 24, 53, 0.1);
        z-index: 3;
        transition: all .4s; }
      body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city h3 {
        font-size: 22px;
        font-size: bold;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0px 1px rgba(0, 0, 0, 0.4);
        padding-top: 87px;
        z-index: 4;
        position: relative;
        transition: all .4s; }
      body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city h4 {
        font-size: 13px;
        font-size: bold;
        color: #fff;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0px 1px rgba(0, 0, 0, 0.4);
        z-index: 4;
        position: relative;
        opacity: 0;
        transition: all .4s; }
      body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city:hover .city-overlay, body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city.focus .city-overlay {
        background: rgba(7, 24, 53, 0.5); }
      body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city:hover h3, body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city.focus h3 {
        padding-top: 76px; }
      body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city:hover h4, body.home .container-fluid .right-side .featured-cities .featured-city a .rental-city.focus h4 {
        opacity: 1; }
  body.home .container-fluid .right-side .tenant-alerts {
    margin: 60px 0 0 0; }
    body.home .container-fluid .right-side .tenant-alerts img {
      width: 100%;
      height: auto; }
  body.home .container-fluid .right-side .bbb-rating {
    margin: 60px 0 30px 0;
    text-align: center; }
    body.home .container-fluid .right-side .bbb-rating img {
      max-width: 100%;
      height: auto; }
  body.home .container-fluid .right-side ul.recent-listings {
    padding: 0;
    list-style-type: none;
    margin-top: 30px; }
    body.home .container-fluid .right-side ul.recent-listings li {
      margin: 0 0 20px 0;
      overflow: hidden; }
      body.home .container-fluid .right-side ul.recent-listings li a {
        display: table;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        transition: all .3s; }
        body.home .container-fluid .right-side ul.recent-listings li a .ad-photo {
          width: 25%;
          display: table-cell;
          background-size: cover;
          min-height: 200px; }
        body.home .container-fluid .right-side ul.recent-listings li a .ad-details {
          width: 50%;
          display: table-cell;
          text-align: left;
          padding: 10px 15px; }
          body.home .container-fluid .right-side ul.recent-listings li a .ad-details .ad-availability {
            font-size: 13px;
            color: #549902;
            font-weight: bold; }
          body.home .container-fluid .right-side ul.recent-listings li a .ad-details h3 {
            text-align: left;
            font-size: 20px; }
          body.home .container-fluid .right-side ul.recent-listings li a .ad-details h4 {
            text-align: left;
            font-size: 16px; }
          body.home .container-fluid .right-side ul.recent-listings li a .ad-details h5 {
            text-align: left;
            font-size: 16px; }
        body.home .container-fluid .right-side ul.recent-listings li a .ad-rent {
          width: 25%;
          display: table-cell;
          padding: 0 15px 0 0;
          text-align: right;
          position: relative; }
          body.home .container-fluid .right-side ul.recent-listings li a .ad-rent .ad-button {
            position: absolute;
            top: 50%;
            right: -200px;
            z-index: 3;
            margin-top: -18px;
            transition: all .3s; }
          body.home .container-fluid .right-side ul.recent-listings li a .ad-rent .ad-posted {
            font-size: 13px;
            font-style: italic;
            transition: all .3s; }
          body.home .container-fluid .right-side ul.recent-listings li a .ad-rent .ad-price h5 {
            text-align: right;
            font-size: 30px;
            transition: all .3s; }
          body.home .container-fluid .right-side ul.recent-listings li a .ad-rent .ad-price h6 {
            text-align: right;
            transition: all .3s; }
        body.home .container-fluid .right-side ul.recent-listings li a:hover {
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
          body.home .container-fluid .right-side ul.recent-listings li a:hover .ad-button {
            right: 15px; }
          body.home .container-fluid .right-side ul.recent-listings li a:hover .ad-posted, body.home .container-fluid .right-side ul.recent-listings li a:hover .ad-price h5, body.home .container-fluid .right-side ul.recent-listings li a:hover .ad-price h6 {
            color: #fff; }

body.home.login .left-side {
  padding: 0;
  display: table-cell;
  height: 100vh;
  width: 50%;
  float: none;
  vertical-align: middle;
  background: url("../images/bg-login.jpg") no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  top: 0;
  padding: 60px 0 0 0; }
  body.home.login .left-side h2 {
    font-size: 40px;
    font-weight: 300; }
  body.home.login .left-side .advertise h3 {
    margin-top: 100px;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0px 1px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-weight: 300; }
  body.home.login .left-side .advertise h4 {
    font-size: 120px;
    line-height: 120px;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0px 1px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-weight: 300; }
    body.home.login .left-side .advertise h4 span {
      width: 40px;
      font-size: 20px;
      line-height: 20px;
      color: #fff;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0px 1px rgba(0, 0, 0, 0.4);
      text-align: center;
      display: inline-block;
      vertical-align: middle; }
body.home.login .right-side {
  background: url("../images/bg-beige-lighter.jpg");
  padding: 0;
  display: table-cell;
  width: 50%;
  min-height: 100vh;
  float: right;
  vertical-align: top;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.6);
  z-index: 10;
  padding: 60px 0 0 0; }
  body.home.login .right-side h1 {
    margin-top: 40px;
    text-align: left; }
  body.home.login .right-side h2 {
    text-align: left;
    margin: 40px 0 10px 0;
    font-size: 20px; }
  body.home.login .right-side form {
    /* we put label on top of the input*/ }
    body.home.login .right-side form .field-container {
      position: relative;
      top: auto;
      left: auto;
      width: auto;
      margin-top: 20px; }
    body.home.login .right-side form small {
      font-size: 12px; }
    body.home.login .right-side form input {
      padding: 18px 5px 5px 10px;
      border: 1px solid #ccc;
      -webkit-box-shadow: inset 0 1px 0 #eee,#fff 0 1px 0;
      box-shadow: inset 0 1px 0 #eee,#fff 0 1px 0;
      border-radius: 0px;
      width: 100%; }
    body.home.login .right-side form label {
      position: absolute;
      top: 0;
      right: 1px;
      bottom: 1px;
      left: .5em;
      z-index: 1;
      height: 1em;
      font-size: 13px;
      line-height: 3.5em;
      color: #aaa;
      white-space: nowrap;
      cursor: text;
      transition: all .1s ease;
      font-weight: normal; }
    body.home.login .right-side form input:focus ~ label, body.home.login .right-side form input:valid ~ label {
      font-size: 10px;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 1px;
      left: 5px;
      top: -6px; }
    body.home.login .right-side form input:valid ~ label {
      color: green; }
    body.home.login .right-side form input:focus:invalid ~ label {
      color: red; }
    body.home.login .right-side form input:required ~ label::before {
      content: "*";
      color: red; }
    body.home.login .right-side form input:required:valid ~ label::before {
      color: green; }
    body.home.login .right-side form input[type="submit"] {
      width: auto;
      margin-top: 20px;
      box-shadow: none; }
    body.home.login .right-side form .btn {
      -webkit-border-radius: 28;
      -moz-border-radius: 28;
      border-radius: 28px;
      border: none;
      font-family: Arial;
      color: #ffffff;
      font-size: 16px;
      background: #163569;
      padding: 10px 30px 10px 30px;
      text-decoration: none;
      display: inline-block; }
    body.home.login .right-side form .btn:hover {
      background: #3cb0fd;
      background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
      background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
      background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
      background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
      background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
      text-decoration: none; }

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