/* Centering Floor Plan Images */
img.floorcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* Right Align Secondary Menu */
@media only screen and (min-width: 768px) {
    #et-info { float:right !important; }
}

/* Secondary Nav Border */
#top-header {border-top: 4px solid #f44723;}


@media (min-width: 967px) {
.navcta {
padding: 0px 0;
color:#ffffff;
}
} 

@media (min-width: 967px) { 
.navcta
a
{
border-color: #f44723;
border: 2px solid #f44723;
background: #f44723;
color: #ffffff !important;
padding: 15px 15px !important;
display: inline-block;
border-radius: 3px;
}
}
@media (min-width: 967px) {
.navcta
a:hover
{
opacity: .9;
background: transparent;
color: #f44723 !important;
}
}
