@media screen and (max-width: 700px) {
  nav .accordion-menu {
    margin-right: 10px;
  }
}
.m-c {
    text-align:center;
}
/*specials-dropdown*/
.specials-dropdown {position: relative; display: none;background: #478bc4; color: #fff; padding: 40px 0; font-size: 20px; z-index: 999;}
.specials-dropdown .btn-outline-white {font-size: 20px; }
.specials-dropdown-close {background: #478bc4; color: #fff; border: none; position: relative; bottom: -60px; text-align: center; padding: 5px 10px; border-radius: 4px; font-size: 12px; letter-spacing: 2px;}

.btn-outline-white {background: none; border: 2px solid #fff; border-radius: 4px; font-size: 21px; color: #fff; text-align:center; padding: 10px 50px; transition: background-color 0.5s ease;}
.btn-outline-white:hover {background: #fff; color: #3972a1; text-decoration: none;}
.btn-outline-white:focus {background: #fff; color: #3972a1; text-decoration: none;}

.full.mobile-buttons {
    flex: 1 0 100%!important;
}
@media only screen and (max-width : 768px) {
	.specials-dropdown {font-size: 16px; padding-bottom: 0px;}
	.specials-dropdown .btn-outline-white {display: block; font-size: 16px; padding: 5px 10px; margin-top: 10px;}
	.specials-dropdown-close {right: 0px; top: 25px;}
}
/*end-specials-dropdown*/

.nudge-outer {
    background-color:#b7b7b7;
    width:400px;
    padding:15px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position:fixed;
    opacity:0;
    bottom:0px;
    left:0px;
    transform:translate(-100%,100%);
    z-index:11;

}
.transition5 {
    transition-duration:5s;
}
.transition2 {
    transition-duration:2s;
}

.nudge-outer.active {
    opacity:1;
    transform:translate(10%,0);
}
.nudge-outer .close-button img:hover {
    transform: rotate3d(0,1,0, 360deg);
    transition-timing-function:ease-out;

} 
.nudge-content {
    font-size:30px;
    font-weight:900;
    color:black;
    margin-top:20px;
    line-height:35px;
    margin-bottom:25px;
}
.nudge-inner .btn {
    width:100%;
    background-color:black;
    margin-bottom:20px;
}

@media (max-width:500px){
    .nudge-outer {
        width:80%;
        z-index:100;
    }

}
@media (max-width:600px) {
    .nudge-content, .nudge-content * {
    font-size:20px!important;
    line-height:25px;
    }    
}

.divisor {
  margin-left: 10px;
  margin-right: 10px;
}

.web-specials {
  color: white;
  width: 100%;
}
.web-specials .special-text,
.web-specials a {
  font-size: 20px;
  font-weight: 500;
  color: white;
  margin: 5px;
}
.web-specials .special-text {
  line-height: 45px;
}
.web-specials a {
  border: 1px solid white;
  padding: 5px;
  display: inline-block;
}
.web-specials .close-special {
  border: none;
  border-radius: 50%;
  position: relative;
}
.web-specials .close-special img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.web-specials .close-special:hover {
  background-color: transparent;
  color: white !important;
  cursor: pointer;
}

header nav .row > div:first-child {
    /*
  flex: none;
  */
  flex: 1 1 auto;
}

@media screen and (min-width: 501px) {
  .footer-logo,
  header a.logo img {
    max-height: 90px;
    max-width: 100%;
  }
}

.footer-logo {
  padding: 25px;
}
.hidden {
    display:none;
}
@media screen and (max-width: 992px) {
  nav.navbar.navbar-default ul.nav {
    overflow: hidden !important;
  }
}
nav.navbar.navbar-default ul.nav li > a {
  border-color: inherit;
}
@media screen and (max-width: 1700px) {
  nav.navbar.navbar-default ul.nav li > a {
    padding: 26px 0;
    margin: 0 9px;
  }
}
@media screen and (max-width: 1400px) {
  nav.navbar.navbar-default ul.nav li > a {
    margin: 0px 7px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1270px) {
  nav.navbar.navbar-default ul.nav li > a {
    margin: 0px 5px;
    font-size: 10px;
  }
}
@media screen and (max-width: 992px) {
  nav.navbar.navbar-default ul.nav li > a {
    padding: 10px;
    border-bottom: none;
    text-decoration: none;
  }
}
@media screen and (min-width: 993px) {
  nav.navbar.navbar-default ul.nav li.megamenu-fw > a {
    padding: 6px 0;
    margin: 20px 9px;
  }
}
@media screen and (max-width: 992px) {
  nav.navbar.navbar-default ul.nav > li:hover {
    border-bottom: none;
  }
}
nav.navbar.navbar-default ul.nav > li > a:hover {
  border-bottom: 2px solid black;
}
@media screen and (min-width: 992px) and (max-width: 1270px) {
  nav.navbar.navbar-default .visible-when-convenient {
    display: none;
  }
}
nav.navbar.navbar-default .active a {
  border-bottom: 2px solid black;
}
@media screen and (max-width: 992px) {
  nav.navbar.navbar-default .active a {
    border-bottom: none;
  }
}

.primary_color_border {
  border-color: black;
}

.primary_color_hover:hover {
  color: black;
}

.title-extra-large {
  font-size: 70px;
  line-height: 70px;
}
@media (max-width: 992px) {
  .title-extra-large {
    font-size: 45px;
    line-height: 55px;
  }
}

div.checkbox input[type=checkbox] {
  width: inherit;
}

.list-style-4.list-style-color li {
  color: #ffffff;
}

.bg-extra-dark-gray p,
.bg-black-opacity p {
  color: #ffffff;
}
.bg-extra-dark-gray select,
.bg-extra-dark-gray textarea,
.bg-extra-dark-gray input,
.bg-black-opacity select,
.bg-black-opacity textarea,
.bg-black-opacity input {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.bg-extra-dark-gray option {
    background-color: #1c1c1c;
}
.bg-extra-dark-gray ::placeholder,
.bg-black-opacity ::placeholder {
  color: #e6e6e6;
}

#subscribenewsletterform input::placeholder {
  font-size: 14px !important;
}

.web-special {
  clear: both;
  position: fixed;
  width: 40%;
  padding: 20px;
  top: 70px;
  font-size: 20px;
  z-index: 100;
  transform: translate(-50%, 0);
  left: 50%;
  display: inline-block;
  background-color: white;
  box-shadow: 0px 5px 5px black;
}
.web-special a {
  cursor: pointer;
}

.map-container.left {
  padding-left: 0px;
}

.floorplan-box .pricing-box:hover {
  transform: scale(1);
}

@media (min-width: 768px ) { 
	.floorplan-box .pricing-box {
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.floorplans-row .owl-items {
		display: flex!important;
		flex-wrap: wrap!important;
	}
}

.floorplans.image {
    min-height:140px;
}

section.simple-filler {
  padding: 50px 0;
}
section.simple-filler h2 {
  font-style: italic;
}

section.close-bottom {
  padding-bottom: 50px;
}

section.close-top {
  padding-top: 50px;
}

.text-white {
  color: white;
}
.text-white ::placeholder {
  color: white;
}

.transform-center.horizontal {
  transform: translate(-50%, 0);
  margin-left: 50%;
}

#top-actions {
  background-color: #1C1C1C;
  margin-left: none;
  margin-right: none;
  color: white;
  margin-bottom: 0px;
  min-height: 20px;
  border: none;
  border-radius: 0px;
}
@media screen and (max-width: 400px) {
  #top-actions {
    font-size: 8px;
  }
}
#top-actions a {
  color: white;
  border: 1px solid white !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 0px;
  height: 20px;
}

.nav-row {
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width:766px) {
    /*
    .mobile-buttons .phone {
        width:100%;
        
    }
    .mobile-buttons .address {
        width:100%;
    }
    */
}


/*# sourceMappingURL=custom.css.map */
@media screen and (min-width:992px ) and (max-width: 1862px){
.visible-block.specials-dropdown{
    padding-top: 15px !important;
    padding-bottom: 5px !important;
}
.specials-dropdown-close{
  bottom: -30px !important;
}

}
.line-height-1{
  line-height: 1.5
}


@media (max-width: 767px) { /* xs */ 
    .text-xs-left { text-align: left; }
    .text-xs-right { text-align: right; }
    .text-xs-center { text-align: center; }
    .text-xs-justify { text-align: justify; }
}

@media (min-width: 768px) and (max-width: 991px) { /* sm */ 
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) and (max-width: 1199px) { /* md */ 
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) { /* lg */ 
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}
.vertical-10 {
    margin-top:10%;
    transform:translate(0, -50%);

}
.font-shadow {
  text-shadow: 2px 2px 5px #000000;
}

@media (min-width: 769px ) (max-width: 991px){
  .contact-items-blocks > div {
    min-height: 250px
  }
}

@media (max-width: 768px){
  .kw-swap-logo{
    margin-top: 25px !important
  }
}
.event-text-bold{
  font-weight: bold;
  font-size: 18px
}

.events-blocks{
      min-height: 200px;
}

.floorplans-row .floorplan-box > div{
        min-height: 600px;
}
.betterbot_button-wrapper{
  bottom: 20px!important;
}
.col-12 p a{
  color: #337ab7 !important;
    font-weight: 600!important;
}
@media (max-width: 616px) {
.yield-logo{
  display: none!important;
}
}