body{
  font-family: 'Lato';
  font-weight: 400;
}

.footer-menu {
  display: flex;
  padding-bottom: 3.5%;
  justify-content: space-around;
  width: 85%;
  margin: auto;
}

#schedule_btn{
  display: none;
}

.mobile-index-div{
  display: none;
}

#disclaimer {
  font-family: 'Lato';
  font-size: 8px;
  color: rgb(143,124,86);
  display: block;
  margin: auto;
}

.zen-garden{
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  width: 60%;
  align: left;
}

.contact-p{
  display: inline-block;
  width: 50%;
}

.left-disclaimer{
  width: 42%; float: right; margin-top: 20px; margin-right: 40px;
}

.right-disclaimer{
  width: 45%; float: left; margin-top: 20px; margin-left: 40px;
}

#offering-by-prospectus {
  display: block;
  margin: auto;
  text-align: left;
  font-family: 'Lato';
  font-size: 10px;
  color: rgb(143,124,86);
}

.raleway-what {
  
}

.calendly-badge-content{
  font-weight: normal !important;
  width: 100% !important;
}

.residences-header{
  padding-left: 12%;
  width: 100%;
}

.ammann-description{
  font-size: 14px;
}

#return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}
#return-to-top i {
    color: #333;
    margin: 0;
    position: relative;
    left: 0px;
    top: 14px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover i {
    color: rgb(143, 124, 83);
}

.calendly-overlay{
  z-index: 9999;
}

.calendly-badge-content{
  color: rgb(220, 226, 231) !important;
  letter-spacing: 2px !important;
  font-family: 'Lato' !important;
  font-weight: normal !important;
  font-size: 20px !important;
  width:100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  border-radius: 0px !important;
  padding-top: 10px !important;
}

.form-button{
  font-size: 1.5vw;
  width: 15%;
  margin-right: 35px;
  margin-top: 19px;
  border: 1px solid;
  border-color: rgb(143,124,86);
}

#desktop-logo-holder{
  padding: 0;
}

#navMenuLogo-right {
  display: none;
  margin-top: 16px;
  width: 54px;
  margin-bottom: 20px;
  margin-right: 61px;
}

#navMenuLogo {
  margin-top: 20px;
  padding-bottom: 33px;
  width: 58%;
}


.footer-title {
 margin: 0 0 10px!important;
}


#private-appointment-date {
  width: 330px;
  margin-right: 0;
  margin-top: 10px;
}

#private-appointment-time {
  width: 330px;
  margin-top: 0;
  margin-right: 0;
}

#private_tour_message {
  margin-top: 13px !important;
  margin-bottom: -8px !important;
}

#am_pm {
  width: inherit;
}

/*********************** CONTACT FORM BEGINS *****************************/

.form-input, .form-label{
  display: block;
  color: rgb(32, 54, 96);
}

.form-input{
  width: 100% !important;
  margin-top: 0px !important;

}

.form-div-left{
  width: 49%;
  display: inline-block;
  margin-right: 1.5%;

}

#gform{
    text-align: center;
    width: 80%;
    display: block;
    margin: auto;
}

.email-div{
  display: block !important;
  margin: auto !important;
  width: 100% !important;
  margin-top: 10px !important;
}

.email-input{
  display: block !important;
  margin: auto !important;
  width: 100% !important;
}

.form-div-right{
  width: 49%;
  display: inline-block;
}

#formH3 {
  padding-top: 40px;
  float: none !important;
  font-size: 13px;
  margin-right: 35px;
  padding-bottom: 40px;
}

.custom-dropdown {
  width: 100% !important;
  margin-top: 0px !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;

}

.custom-dropdown select {
  height: 45px;
background-color: white;
color: rgb(32, 54, 96);
font-size: inherit;
padding: .5em;
padding-right: 2.5em;
border: solid 1px rgb(143,124,86);
margin: 0;
border-radius: 0px;
text-indent: 0.01px;
text-overflow: '';
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
/*Hiding the select arrow for IE10*/
.custom-dropdown select::-ms-expand {
    display: none;
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,.2);
}

.custom-dropdown::after {
  color: rgba(0,0,0,.6);
}

.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.25);
}

#rebnyLogo{
  width: 100px;
  height: 50px;
}

#equalLogo{
  float: right;
      width: 50px;
      height: 50px;
}

#mobile-contact-div{
  display: none;
}

@media (max-width: 500px){
  .mobile-index-div{
    display: block !important;
    overflow: hidden;
  }
  .index-div{
    display: none !important;
  }

  .index-body{

  }
}
@media (max-width: 400px){
  .logo {
    display: block;
    margin-left: 44% !important;
    width: 80px;
    margin-top: 20px;
    padding-bottom: 10px;
  }
}




@media (max-width: 768px){
  .footer-logo-div{
    width: auto !important;
  }
  #bohemiaGreyLogo{
    margin-left: 0px !important;
  }
  #mobile-contact-div{
    display: block !important;
  }
  #contact-div{ display: none !important;}
  #offering-by-prospectus, #disclaimer, #price-notice{
    text-align: center !important;
  }
  .left-disclaimer {
    font-family: 'Lato';
    font-size: 8px;
    color: rgb(143,124,86);
    width: auto !important;
    float: auto !important;
    display: block;
    margin: auto !important;
    clear: both;
    margin-bottom: 50px !important;
  }

  .right-disclaimer {
    width: auto !important;
    float: auto !important;
    display: block;
    margin: auto !important;
    text-align: center !important;
    margin-right: 40px;
    font-family: 'Lato';
    font-size: 8px;
    color: rgb(143,124,86);
    clear: both;
  }
  .index-pic{
    margin-right: 40%;
  }
  .form-div-right{
    width: 100%;
    display: block;
    margin: auto;
  }
  .form-div-left{
    width: 100%;
    display: block;
    margin: auto;
  }
  #formH3{
    display: none;
  }
  .break-for-desktop{
    display: none;
  }
}



/*********************** CONTACT FORM ENDS *****************************/

.nav > li > a > img {
  margin-top: -7px;
}

select, input {
    font-size: 19px;
    width: 341px;
    margin-right: 35px;
    margin-top: 19px;
    border: 1px solid;
    border-color: rgb(143,124,86);
}

#gform {
  text-align: center;
}

form button {
  background: white;
  color: rgb(143,124,86);
  border-radius: 0;
  font-family: 'Lato';
  font-size: 20px;
  margin-top: 60px;
  border: solid 2px;
  outline: solid 2px;
  outline-offset: 5px;
  letter-spacing: 2px;
  padding-right: 50px;
  padding-left: 50px;
}

.schedule_container {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 70%;
  display: none;
}

.schedule_a_visit_popup {
  background-color: white;
  display: block;
  height: 828px;
  z-index: 9999 !important;
  animation: slide-up-popup 1s;
  -webkit-animation: slide-up-popup 1s;
}

@keyframes slide-up-popup {
  0%{
    transform: translateY(100%);
  } 100%{
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide-up-popup {
  0%{
    -webkit-transform: translateY(0%);
  } 100%{
    -webkit-transform: translateY(100%);
  }
}

.schedule_a_visit_popup h3 {
  color: black;
  font-family: 'Lato';
  letter-spacing: 2px;
  margin-bottom: -1px;
}

.schedule_a_visit_popup label {
  margin-top: 0 !important;
}

input[type="text"] {
    font-family: "Lato";
    width: 340px;
  	color: rgb(32, 54, 96);
    margin-right: 35px;
    margin-top: 19px;
    letter-spacing: 1px;
    height: 40px;
}

input[type="number"] {
    font-family: "Lato";
    width: 340px;
  	color: rgb(32, 54, 96);
    margin-right: 35px;
    margin-top: 19px;
    letter-spacing: 1px;
    height: 40px;
}

input[type="email"] {
    font-family: "Lato";
    width: 720px;
  	color: black;
    margin-right: 35px;
    margin-top: 19px;
    letter-spacing: 1px;
    height: 40px;
}

label {
  font-weight: initial;
  font-family: 'Lato';
  color: rgb(242, 231, 217);
  margin-left: 5px;
  font-size: 20px;
  margin-top: 20px;
}

select[name="Select Price Range"] {
  width: 718px;
  margin-bottom: 20px;
}


.footer-menu a {
  padding-bottom: 3px;
  font-family: 'Lato';
  color: rgb(32, 54, 96);
  letter-spacing: 2px;
  display: block;
}

#mobile-scroll-logo {
  margin-left: auto;
  margin-right: auto;
  width: 7%;
  margin-bottom: -35px;
  margin-top: -40px;
}

.dropdown-menu {
  text-align: none;
  min-width: none;
}

.nav-logo {
  width: 33px;
}


.navHighlight {
  display: none;
}

.phone {
   padding-top: 0px;
}

.nav > li.dropdown.open {
    position: static;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 3px solid rgb(32, 54, 96);
}


.right-logo {
  position: fixed;
  width:3%;
  left: 20px;
  height: 3%;
  top: 9px;
}

.navbar-inverse {
  background-color: transparent;
}

.address {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 0.7%;
  letter-spacing: 1px;
  color: rgb(32, 54, 96);
}

.address p {
  font-family: 'Lato';
}

#address1 {
  margin: 0 0 10px;
}

#address2 {
  margin: 0 0 10px;
}

#address3 {
  margin: 0 0 10px;
}

.desktop-only {
  background: white;
  border-top: 1px solid;
  padding-top: 7%;
  padding-bottom: 7%;
}

.flex-me {
  display: flex;
  justify-content: space-around;
  margin: auto;
}

.footer-color {
  background-color: rgb(143,124,83);
}

.col-md-3{
  cursor: pointer;
}

.col-2 {
  font-family: 'Lato';
  color: rgb(32, 54, 96);
}

.col-1 {
  font-family: 'Lato';
  color: rgb(32, 54, 96);
}

.footer-title {
  font-weight: bold;
  font-family: 'Lato';
}


.col-3 {
  font-family: 'Lato';
  color: rgb(32, 54, 96);
}

.col-4 {
  font-family: 'Lato';
  color: rgb(32, 54, 96);
}

.col-5 {
  font-family: 'Lato';
  color: rgb(32, 54, 96);
}

.col-6 {
  font-family: 'Lato';
  color: rgb(32, 54, 96);
}

.color {
  background-color: rgb(242, 231, 217);
}

.wrapper {
  padding-bottom: 20%;
  border-top: 1px solid;
  background-color: rgb(242, 231, 217);
  height: 100%;
}

.footer-color p {
  text-align: center;
  font-family: 'Lato';
  color: rgb(220, 226, 231);
  letter-spacing: 2px;
  padding-top: 1.2%;
  font-size: 20px;
  padding: 10px;
  margin: 0;
}


#banner {
  background-color: rgb(242, 231, 217);
}

#menu-btn:focus {
  background: none;
  border:none;
}

.navbar-inner{
  text-align:center;
}

#menu-btn:hover {
  background: none;
  border:none;
}

#menu-btn:active {
  background: none;
  border:none;
}


@media (min-width: 768px) {
.navbar-nav > li {
    float: left;
 }
}


.affix {
     top:0;
     width: 100%;
     z-index: 999 !important;
	background-color: rgb(242,231,217);
	border-bottom: 1px solid;
    border-bottom-color: rgb(32, 54, 96);
 }
 .navbar {
     margin-bottom: 0px;
 }

 .affix ~ .container-fluid {
    position: relative;
    top: 50px;
 }


 .navbar .navbar-collapse {
   text-align: center;
 }

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

/* navbar drop down menu options font */
.navbar .navbar-collapse .dropdown-menu a{
  font-family: 'Lato';
  color: rgb(32, 54, 96);
  font-size: 11px;
  letter-spacing: 2px;
  text-align: center;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(171,171,171) !important;
}


#dropdown-div1 {
  text-align: center;
  float:left;
  width:200px;
  font-size: 24px;
}

#dropdown-div2 {
  text-align: center;
  font-size: 24px;
  float:left;
  width:200px;
}

#dropdown-div3 {
  text-align: center;
  font-size: 24px;
  float:left;
  width:200px;
}

#dropdown-div4 {
  text-align: center;
  font-size: 24px;
  float:left;
  width:200px;
}

#dropdown-div5 {
  text-align: center;
  float:left;
  width:200px;
  font-size: 24px;
}

#dropdown-div6 {
  text-align: center;
  float:left;
  width:200px;
  font-size: 24px;
}

#menu-btn {
  font-family: 'Lato';
  color: rgb(20,17,45);

  margin-top: 55px;
}


#menu-drp {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid;
  border-bottom-color: rgb(166,159,154);
}

.collapse.navbar-collapse.navHeaderCollapse{

}


.navbar .navbar-collapse .dropdown a:active{
  background-color: none;
  text-decoration: none;
}


.navbar .navbar-collapse a{
  text-decoration: none;
}

.dropdown-toggle {
  background-color: none;
}

/* navbar menu options hover color disable*/
.navbar .navbar-collapse .dropdown-menu a:hover {
  background: none;
}


.dropdown a {
  color: rgb(32, 54, 96);
}

.collapse .navbar-collapse .navHeaderCollapse {
  border: none;
}

.navbar.navbar-inverse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar.navbar-inverse .navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: white;
    /*padding-bottom: 10px;*/
    border-bottom: solid 1px;
    border-bottom-color: rgb(143,124,86);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background: none;
}

.navbar-collapse.in {
  border: 2px solid black;
  border-color: rgb(32, 54, 96);
}

.icon-bar {
  align-self: left;
}

.pics {
  height:100%;
  width:100%;
}


.footer-title {
  text-align: left;

}

#units-table{
  border: solid 1px #8f7c56;
  padding: 2%;
  width: 80%; margin-left: 8%; text-align: center; table-layout: fixed;
  margin-top: 2%;
}

#units-table th{
  padding-bottom: 4%;
}

#units-table td{
  padding-bottom: 4%;
}

.footer-menu a {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .navbar .navbar-collapse .dropdown-menu {
      width: 100vw;
      box-shadow: none;
      text-align: center;
  }
  .mobile-only { display: none !important; }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }

  .navbar-brand {
    padding: 15px;
    width: 120px;
    height: 80px;
  }

  .navbar-collapse.in {
    border: none;
  }
}

.carousel-indicators .active {
  border-radius: 0px;
  width: 40px;
  height: 13px;
  margin-bottom: none;
}

.carousel-indicators li {
  width: 40px;
  height: 13px;
  border-radius: 0px;
  margin-bottom: none;
}

.schedule_a_visit_popup p {
  color: black;
  font-family: 'Lato';
  padding: 0;
  font-size: 15px;
}

@media only screen and (max-width: 2000px) {
  .nav > li > a {
      padding: 11px 37px;
  }
}

@media only screen and (max-width: 1900px) {
  .nav > li > a {
      padding: 11px 38px;
  }
}

@media only screen and (max-width: 1800px) {
  .nav > li > a {
      padding: 11px 33px;
  }
}

@media only screen and (max-width: 1700px) {
  .nav > li > a {
      padding: 11px 27px;
  }
}

@media only screen and (max-width: 1600px) {
  .nav > li > a {
      padding: 11px 23px;
  }
}

@media only screen and (max-width: 1500px) {
  .nav > li > a {
      padding: 11px 19px;
  }
}

@media only screen and (max-width: 1450px) {
  .nav > li > a {
      padding: 11px 18px;
  }
}

@media only screen and (max-width: 1400px) {
  .nav > li > a {
      padding: 11px 15px;
  }
}

@media only screen and (max-width: 1300px) {
  .nav > li > a {
      padding: 11px 12px;
  }
}

@media only screen and (max-width: 1100px) {
  .nav > li > a {
      padding: 11px 13  px;
  }
}

@media only screen and (max-width: 1050px) {
  .nav > li > a {
      padding: 11px 11px;
  }
}

@media only screen and (max-width: 995px) {
  .nav > li > a {
      padding: 11px 9px;
  }
}

@media only screen and (max-width: 955px) {
  .nav > li > a {
      padding: 11px 7px;
  }
}

@media only screen and (max-width: 900px) {
  .nav > li > a {
      padding: 11px 3px;
  }
}

@media only screen and (max-width: 870px) {
  .nav > li > a {
      padding: 11px 4px;
  }
}

@media only screen and (min-width: 1500px) {
  .ammann-description{
    font-size: 16px !important;
  }

  .navbar-collapse.collapse {
    padding-bottom: 4px;
  }

  hr {
    margin-top: 4px;
    margin-bottom: -5px;
  }
}


@media only screen and (min-width: 1744px) {

  .map {
      margin-right: 0px;
   }
}

@media only screen and (max-width: 1500px) and (min-width: 1300px) {

  .map {
    margin-left: 0px;
    margin-right: 80px;
   }

}


/***************************************** NAV BREAKPOINT 1 ********************************************/
@media only screen and (max-width:1370px) and (min-width: 768px) {
  #menu-btn {
    font-size: 12px;
    margin-top: 55px;
  }

  .right-logo {
    left: 10px;
  }

  .navbar-nav > li {
    padding-left: 0;
  }

}
/***************************************************************************************************/


/***************************************** NAV BREAKPOINT 2 ********************************************/
@media only screen and (max-width:1191px) and (min-width: 768px) {
  #menu-btn {
    font-size: 13px;
  }
}
/******************************************************************************************************/


/***************************************** NAV BREAKPOINT 3 ********************************************/
@media only screen and (max-width:1152px) and (min-width: 768px) {

  .footer-title {
    font-size: 11px;
    text-align: left;
  }

  .footer-menu a {
    font-size: 10px;
    text-align: left;
  }
}

/******************************************************************************************************/

/***************************************** NAV BREAKPOINT 5 ********************************************/
@media only screen and (max-width:1101px) and (min-width: 768px) {
  #menu-btn {
    font-size: 10.8px;
  }

  .right-logo {
    left: 10px;
  }
}
/***************************************************************************************************/

/***************************************** NAV BREAKPOINT 6 ********************************************/
@media only screen and (max-width:1054px) and (min-width: 768px) {

  .map {
    margin-left: 5px;
  }

}
/****************************************************************************************************/

/***************************************** NAV BREAKPOINT 7 ********************************************/
@media only screen and (max-width:1029px) and (min-width: 768px) {

  .right-logo {
    left: 5px;
  }
}
/****************************************************************************************************/

/***************************************** NAV BREAKPOINT 9 ********************************************/
@media only screen and (max-width:929px) and (min-width: 768px) {
  .right-logo {
    width: 3%;
    margin-left: 5px;
  }
  #menu-btn {
    font-size: 10.1px;
  }
  .phone {
    margin-left: 10px;
  }

}
/****************************************************************************************************/

/***************************************** NAV BREAKPOINT 10 ********************************************/
@media only screen and (max-width:883px) and (min-width: 768px) {

  .map {
    margin-right: 29px;
  }

 }
/****************************************************************************************************/

/***************************************** NAV BREAKPOINT 11 ********************************************/
@media only screen and (max-width:862px) and (min-width: 768px) {
  #menu-btn {
    font-size: 9px;
  }

  .footer-title {
    font-size: 10px;
  }

  .footer-menu a {
    font-size: 9px;
  }

 }
/****************************************************************************************************/

/***************************************** NAV BREAKPOINT 12 ********************************************/
@media only screen and (max-width:818px) and (min-width: 768px) {
  #menu-btn {
    font-size: 8px;
  }
 }
/****************************************************************************************************/

/***************************************** NAV BREAKPOINT 13 ********************************************/
@media only screen and (max-width:781px) and (min-width: 768px) {
  #menu-btn {
    font-size: 8px;
  }
 }
/****************************************************************************************************/

@media only screen and (max-width:1080px) {
 input[type="text"] {
   width: 300px;
 }

  input[type="number"] {
   width: 300px;
 }

  input[type="email"] {
   width: 641px;
 }

 select {
   width: 300px;
 }

 #private-appointment-date {
    width: 288px;
 }

 #private-appointment-time {
    width: 288px;
 }

}

@media only screen and (max-width:962px) {
  input[type="text"] {
      width: 250px;
  }

  input[type="number"] {
      width: 250px;
  }

  input[type="email"] {
      width: 540px;
  }

  select {
    width: 250px;
  }

  #private-appointment-date {
    width: 235px;
  }

  #private-appointment-time {
    width: 235px;
  }


}

@media only screen and (max-width:819px) {
  input[type="text"] {
    width: 200px;
  }

  input[type="number"] {
    width: 200px;
  }

  input[type="email"] {
    width: 441px;
  }

  select {
    width: 200px;
  }

  #private-appointment-date {
    width: 185px;
  }

  #private-appointment-time {
    width: 185px;
  }

}


/***** MOBILE CSS *****/
@media only screen and (max-width:767px) {

  #navMenuLogo{
    display: none;
  }

  .schedule_container {
    width: 86%;
  }

  input[type="email"] {
    width: 100%;
    margin-top: 6px;
    margin-right: 0px;
  }

  .menu8 {
    display: none !important;
  }

  input[type="text"] {
    width: 100%;
    margin-bottom: 5px;
  }

  input[type="number"] {
    width: 100%;
    margin-bottom: 5px;
  }

  input[type="number"] {
    width: 100%;
    margin-bottom: 5px;
  }

  select[name="Select Price Range"] {
    width: 100%;
  }

  .schedule_a_visit_popup p {
     margin-top: 5px;
  }

  label {
    margin-top: 5px;
  }

  .navbar-toggle {
    margin-right: 0;
    float:left;
    border:none;
    margin-top: 40px;
  }

  .navbar .navbar-nav{
    padding-left: 0px;
	  border-bottom: 1px solid;
    border-bottom-color: rgb(143,124,86);
    border-top: 1px solid;
    border-top-color: rgb(143,124,86);
  }

  .navHighlight {
    display: none;
  }

  .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px
  }


  .carousel-indicators .active {
    margin-bottom: 20px;
  }

  .carousel-indicators li {
    margin-bottom: 20px;
  }

  .desktop-only {
    display: none;
  }

  .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: none;
  }

  .pics {
    width: auto;
  }

  .dropdown-toggle:focus {
    background: none;
  }

  .logo {
    display: block;
    margin-left: 40%;
    width: 80px;
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .mobile-only.phone {
    width: 40px;
    display: block;
    float: right;
    margin-top: -60px;
    margin-right: 50px;
  }


  .mobile-only.address {
    width: 40px;
    float: right;
    margin-top: -60px;
  }

  .mobile-menu {
    display: flex;
    background-color: rgb(242,231,217);
    border-bottom: solid 1px;
    border-color: rgb(32,54,96);
  }

  .navbar-inverse {
    background-color: transparent;
  }

  .phone {
    display: none;
  }

  .map {
    display: none;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: rgb(143,124,86);
    height: 1px;
  }

  .navbar-inverse .navbar-toggle:hover{
      background: none;
  }

  .navbar-inverse .navbar-toggle:focus{
      background: none;
  }

  .navbar .navbar-collapse .dropdown-menu:focus{
    background: none;
  }

 .nav.navbar-nav {
    width: 100%;

 }

 .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
 }

 .navbar-toggle .icon-bar + .icon-bar {
   margin-top: 5px;
 }

.mobile-nav-wrapper {
      height: 100px;
	background-color: white;
	    border-bottom: 1px solid;
    border-bottom-color: rgb(143,124,86);
 }

 #mobile-contact-div{
   display: none;
 }



 @media (max-width: 768px) {
   #contact-div{
     display: none !important;
   }
   #mobile-contact-div{
     display: block !important;
   }
    .navbar{
        position: absolute;
        width: 100%;
        z-index: 9999;
    }
}


@media (max-width: 768px) { //bootstrap 3 collapses navbar at 768px
    #NavBar{
        position: absolute;
        width: 100%;
        z-index: 9999;
    }

    #menu-btn {
      margin-top: 12px;
      font-size: 15px;
    }

    #desktop-logo-holder{
      display: none;
    }

    .navbar-toggle .icon-bar {
      width: 25px;
    }

  #formH3 {
    padding-top: 0px;
  }

    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
      width:100%;

    }
}

.navbar.navbar-inverse {
    border-bottom: none;
}

.navbar.navbar-inverse .navbar-collapse {
  text-align: center;
  margin-left: 10%;
  margin-right: 11%;
  border-top: none;
  margin-top: 2px;
}

.navbar-nav {
  margin: auto;
}

  #menu-drp li a {
    color: white;
    background-color: rgb(143,124,86);
    width: 100%;
    text-align: center;
    font-family: 'lato';
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #menu-drp li a:hover {
    background-color: rgb(171,171,171)
  }

  #menu-drp {
    padding-top: 0px;
    padding-bottom: 0px;
    border:none;
  }

  .navbar-collapse.in {
    border: 1px solid;
    border-color: rgb(143,124,86);
  }

  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: rgb(32, 54, 96) !important;
  }

  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 0;
  }

  .address {
    padding: 0;
  }

  .affix + .navbar-wrapper {
    padding-top:50px
}




}

 @media only screen and (max-width:767px) {

   .list-inline > li {
     display: block;
   }


   .schedule_a_visit_popup {
     height: 599px;
     padding-top: 0px;
   }

   #formH3 {
     padding-top: 0px;
     margin-bottom: 20px;
     margin-right: 0px;
   }

   .schedule_container {
     overflow: scroll;
   }

   .schedule_a_visit_popup h3 {
      font-size: 15px;
   }

   input[type="text"] {
     height: 30px;
     margin-top: 6px;
   }

   input[type="number"] {
     height: 30px;
     margin-top: 6px;
   }

   select {
    font-size: 14px;
   }

   form button {
     font-size: 15px;
     margin-bottom: 65px !important;
   }

}

.mobile-index-img{
  width: auto; display: block; margin: auto; clip: rect(0px,60px,200px,0px);
}

.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 9999;
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

}


/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */


/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}


/* ----------- iPhone 6, 6S, 7 and 8 ----------- */


/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */


/* Portrait */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
    .mobile-index-img{
      width: 130% !important;
      display: block;
      margin: 0 !important;
      margin-left: -80px !important;
      clip: rect(0px,60px,200px,0px);
    }
}

/* ----------- iPhone X ----------- */

/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

}

/* ----------- Galaxy S3 ----------- */

/* Portrait */
@media screen
  and (device-width: 320px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 2)
  and (orientation: portrait) {

}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */

/* Portrait */
@media screen
  and (device-width: 320px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 3)
  and (orientation: portrait) {

}

/* ----------- Galaxy S6 ----------- */

/* Portrait */
@media screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 4)
  and (orientation: portrait) {
    .mobile-index-img{
      width: 130% !important;
      display: block;
      margin: 0 !important;
      margin-left: -80px !important;
      clip: rect(0px,60px,200px,0px);
    }
}

/* ----------- Galaxy S8 ----------- */

@media only screen and (max-width: 1440px) {
  .mobile-index-img{
    width: 135% !important;
    display: block;
    margin: 0 !important;
    margin-left: -100px !important;
    clip: rect(0px,60px,200px,0px);
  }
}

/* ----------- Google Pixel ----------- */


/* Portrait */
@media screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 3)
  and (orientation: portrait) {

}

/* ----------- Google Pixel XL ----------- */


/* Portrait */
@media screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 4)
  and (orientation: portrait) {
    .mobile-index-img{
      width: 135% !important;
      display: block;
      margin: 0 !important;
      margin-left: -100px !important;
      clip: rect(0px,60px,200px,0px);
    }
}

/* ----------- Eric's phone ----------- */
/* Portrait */
@media only screen and (max-width: 360px) and (orientation : portrait) {
  .logo {
    display: block;
    margin-left: 38% !important;
    width: 80px;
    margin-top: 20px;
    padding-bottom: 10px;
  }
}
