@charset 'utf-8';

::selection {
  background: #b3d4fc;
  color: #333333;
  text-shadow: none;
}

::-moz-selection {
  background: #b3d4fc;
  color: #333333;
  text-shadow: none;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  cursor: default;
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

a, a:hover, a:focus, a:active {
  color: #964666;
  text-decoration: none;
}

a, .btn, .agents {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: color, background-color, outline, border, text-decoration;
  transition-property: color, background-color, outline, border, text-decoration;
}

.h1, .h2, .h3, .h4, .h5, .h6,
 h1,  h2,  h3,  h4,  h5,  h6 {
  color: #333;
  font-family: 'Lato', 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
  font-weight: 700;
}

h1 {
  color: #7E2E49;
  font-weight: 300;
  margin-top: 0;
}

.container,
.container-fluid,
.container-body {
  max-width: 1100px;
  min-width: 290px;
}

.container-fluid,
.container-body {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after,
.container-body:before,
.container-body:after {
  content: " ";
  display: table;
}

.container-fluid:after,
.container-body:after {
  clear: both;
}

.container-body {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px 15px;
}

/*===============
Header
=================*/
header {
  background: rgba(131,0,43,.85);
  border-bottom: 10px solid #611830;
  padding: 0;
}

.city {
  background-color: #273656;
  background-image: url('../img/bgpics2.jpg');
  background-position: center;
  background-repeat: repeat-x;
  height: 147px;
  width: 100%;
}

@media(min-width:861px) {
  .city {
    height: 197px;
  }
}

.header-top {
  background: #942549;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
}

.header-top i {
  color: #fff;
}

.logo {
  height: 120px;
  margin-top: 20px;
  vertical-align: middle;
}
/*===============
Navigation
=================*/

nav {
  display: none;
  font-size: 16px;
  margin-left: 0px;
  text-transform: uppercase;
}

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

nav ul li {
  display: block;
  line-height: 40px;
}

nav ul li a, nav ul li span {
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 40px;
}

nav a:hover, nav span:hover, nav a:focus {
  color: #fff;
  background: #611830;
}

nav ul li span, nav ul li a + ul {
  display: none;
}

.nav-toggle {
  background: #962549;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  float: right;
  margin-right: -15px;
  margin-top: 87px;
  padding: 15px 18px;
  position: relative;
}

@media(min-width:861px) {
  .nav-toggle {
    display: none;
  }

  nav {
    display: inline-block !important;
    font-size: 13px;
    margin-left: 10px;
  }

  nav ul li {
    display: inline-block;
    position: relative;
  }

  nav ul li a, nav ul li span {
    display: inline-block;
    padding: 10px;
  }

  nav ul li span {
    display: inline-block;
  }

  nav ul li a + ul, nav ul li ul {
    display: none;
  }

  nav > ul > li:first-child > a {
    margin-left: -14px;
  }

  nav ul li:hover ul {
    background: #942549;
    display: block;
    left: 0;
    min-width: 200px;
    position: absolute;
    top: 60px;
    z-index: 200;
  }

  nav ul li ul li {
    display: block;
  }

  nav ul li ul li a {
    color: #fff;
    display: block;
  }

  nav ul li ul li a:hover {
    background: #611830;
  }
}
@media(min-width:861px) {
  nav {
    font-size: 16px;
    margin-left: 0px;
  }

  nav ul li a, nav ul li span {
    padding: 10px 14px;
  }
}
/*===============
Bay City
=================*/

.bay-city {
  background-position: right 30%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 0;
  position: relative;
  width: 100%;
}

.bay-city h4 {
  font-size: 21px;
  margin-top: 20px;
}

.bay-city p {
  font-size: 16px;
  line-height: 1.7em;
}

@media(max-width: 400px) {
  .bay-city .col-xs-6 {
    width: 100%;
  }
}

.red {
  background-color: #942549;
  padding: 20px 0;
  width: 100%;
}

.switch .pull-right {
  float: none !important;
}

@media (min-width: 768px) {
  .switch .pull-right {
    float: right !important;
  }
}
/*===============
Button
=================*/

.btn {
  background: #942549;
  border: none;
  color: #fff;
  padding: 8px 16px;
}

.btn:hover, .btn:focus {
  background: #611830;
  color: #fff;
}

.btn-inverse {
  background: #611830;
}

.btn-inverse:hover {
  text-decoration: underline;
}

.site-footer {
  background: #789F7C;
  border-bottom: 30px solid #326237;
  color: #fff;
  padding: 20px 0;
}

.site-footer h5 {
  color: #fff;
}

.search {
  margin: 0 auto;
  margin-left: 1%;
  margin-right: 1%;
  padding: 15px;
}

.search .input-lg {
  margin-bottom: 15px;
}

.search .input-sm {
  margin-bottom: 15px;
}

.red h2 {
  color: #fff;
  font-weight: 300;
  margin-top: 0;
}

.scenery {
  background-image: url('../img/Building.jpg');
  background-position: left 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-top: -40px;
  overflow: hidden;
}

@media(max-width:768px) {
  .search button {
    height: 40px;
    margin-bottom: 15px;
  }
}

.module {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  padding: 15px;
}

.module h3 {
  font-size: 21px;
  font-weight: bold;
  margin: 0;
  padding: 0px 15px 15px 0;
}

.red h3 {
  color: #fff;
  font-size: 21px;
  margin-top: 0;
}

.pic-border {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  padding: 5px;
}

.spacing {
  margin-bottom: 15px;
}

.btns {
  margin-top: 35px;
}

.btns .btn {
  height: 34px;
  line-height: 17px;
  margin-bottom: 15px;
}

@media(min-width:768px) {
  .spacing {
    margin-bottom: 0;
  }
}

/*===============
Agents
=================*/

.agents {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  overflow: hidden;
  padding: 15px;
  text-overflow: ellipsis;
  white-space: no-wrap;
}

.agents h4 {
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 0;
}

.agents a:hover h4, .agents a:hover {
  color: #942549;
  text-decoration: underline;
}

.agent-section-pic {
  float: left;
  width: 30%;
}

.agent-section-info {
  float: left;
  width: 70%;
}

@media(min-width: 768px) {
  .agents {
    min-height: 285px;
  }
  .agent-section-pic {
    width: 100%;
  }
  .agent-section-info {
    width: 100%;
  }
}

@media(min-width:1090px) {
  .agents {
    min-height: 200px;
  }
  .agent-section-pic {
    width: 30%;
  }
  .agent-section-info {
    width: 70%;
  }
}