body {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.5em;
  background-color: #fff;
  font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

#headerBar {
  position: relative;
  margin: 0;
  padding: 0px 0px;
  background: #d3be9b url(headerBackground.jpg);
  border-top: #750021 solid 10px;
  border-bottom: #750021 solid 3px;
}

#page {
  margin-top: 0px;
  margin-bottom: 0px;
}

#header {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  align-items: center;
  height: auto;
}

#tag-icons {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  align-content: flex-end;
  justify-self: stretch;
  align-self: stretch;
}

#tagline {
  font-family: 'Parisienne';
  color: #750021;
  font-size: 2em;
  text-align: center;
  margin: 20px auto;
}

#icons {
  display: none;
}

#icons img {
  margin-left: 10px;
}

.phoneFax {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
}

.portlet .phoneFax {
  font-size: 1.25em;
  line-height: 1.55em;
  font-weight: 400;
}

#icons div img {
  float: left;
  margin: 4px 10px 0px 0;
}

.desktop-nav {
  border-bottom: 1px solid #750021;
  background: linear-gradient(
    180deg,
    rgba(245, 227, 197, 1) 0%,
    rgba(222, 203, 173, 1) 65%,
    rgba(212, 193, 162, 1) 85%
  );
}

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

.mobile-nav {
  background-color: #750021;
}

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

/** Bootstrap nav **/
.navbar-inverse {
  background-color: #fff;
  border: none;
  border-radius: 0;
  height: 50px;
}

.navbar {
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 0;
  min-height: 40px;
}

.navbar-brand {
  padding: 5px;
}

.navbar-inverse .navbar-toggle {
  border: solid 1px #750021;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #750021;
}

.navbar-nav {
  margin-top: 0;
}

.mobile-nav .navbar-nav {
  background-color: #f6e4c3;
}

.mobile-nav .navbar-nav .dropdown-menu {
  background-color: #750021;
}

.navbar-inverse .navbar-text,
.navbar-inverse .navbar-text a {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
  text-decoration: none;
  text-transform: capitalize;
}

nav.navbar-fixed-top ul.nav {
  background: #548373;
}

.navLinkTop {
  font-family: 'Parisienne';
  font-size: 1.75em;
  color: #8a0027;
  font-weight: bold;
}

.visible-xs-12 .navLinkTop {
  font-size: 1.5em;
}


.navLinkBottom {
  font-family: 'Gilda Display';
  color: #000;
  font-weight: bold;
}

#navLinks {
  position: relative;
  z-index: 100000;
  height: 40px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: none;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #750021;
  color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #750021;
  background-color: #f6e4c3;
}

.mobile-nav .dropdown.open > a,
.mobile-nav .dropdown.open > a:hover,
.mobile-nav .dropdown.open > a:focus,
.mobile-nav .dropdown.open > a:active {
  background-color: #f6e4c3;
}

.navbar-collapse {
  height: auto;
  max-height: 700px;
}

.dropdown-menu {
  background-color: #750021;
  color: #fff;
  font-size: 16px;
}

.dropdown-menu > li > a {
  color: #fff;
  text-decoration: none;
  padding: 8px 10px;
}

.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #f6e4c3;
}

.dropdown .dropdown-menu {
  -webkit-transition: max-height 0.4s, opacity 0.4s, visibility 0.4s;
  -moz-transition: max-height 0.4s, opacity 0.4s, visibility 0.4s;
  -ms-transition: max-height 0.4s, opacity 0.4s, visibility 0.4s;
  -o-transition: max-height 0.4s, opacity 0.4s, visibility 0.4s;
  transition: max-height 0.4s, opacity 0.4s, visibility 0.4s;

  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.dropdown.open .dropdown-menu {
  -webkit-transition: max-height 0.8s, opacity 0.2s, visibility 0s;
  -moz-transition: max-height 0.8s, opacity 0.2s, visibility 0s;
  -ms-transition: max-height 0.8s, opacity 0.2s, visibility 0s;
  -o-transition: max-height 0.8s, opacity 0.2s, visibility 0s;
  transition: max-height 0.8s, opacity 0.2s, visibility 0s;

  max-height: 590px;
  opacity: 1;
  visibility: visible;
}

.nav > li > a {
  padding: 12px 28px 8px;
}

#nav {
  position: absolute;
  top: 98px;
  right: 0px;
  width: 660px;
  height: 73px;
  z-index: 10;
}

#mainmenu {
  position: relative;
  padding: 0;
  height: 73px;
  width: 660px;
  margin: auto;
  z-index: 10000;
}

#mainmenu2 {
  position: relative;
  color: #222d52;
  float: right;
  min-width: 100px;
  text-align: right;
  padding: 0 5px;
}

.headerLogo {
  margin-bottom: 20px;
}

#logo {
  align-self: center;
  width: 269px;
  /* height:164px; */
  padding: 20px;
}

#logo img {
  width: 100%;
}

.image {
  border-top: 3px solid #750021;
  border-bottom: 1px solid #750021;
}

.seriesThumbnail {
  height: 100px;
  margin: -5px 10px 10px 0;
  float: left;
}

.boxBorder {
  border: 7px solid #fff;
  border-bottom: 3px solid #fff;
}

#headerIcons {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 200px;
  height: 40px;
  font-size: 0.9em;
}

#catchPhrase {
  position: absolute;
  left: 0px;
  top: 63px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: normal;
  color: #756e52;
}

#specialBanner {
  position: absolute;
  margin: auto;
  padding-left: 50px;
  height: 300px;
  width: 980px;
  top: 200px;
  z-index: 7;
}

#specialBanner img {
  float: right;
}

#contentContainer {
  z-index: 1;
  margin-top: 20px; /* for the nav bar */
}

#slideshowBackgroundBar /* for slideshow */ {
  position: absolute;
  left: 0px;
  top: 251px;
  width: 100%;
  height: 515px;
  background: #0f4c36 url(slideshowBG.jpg);
  border-bottom: solid 5px #c28134;
}

#indexContentContainer /* for slideshow */ {
  position: relative;
  width: 100%;
  height: 475px;
  margin-top: -126px;
}

#content {
  padding: 25px 10px 10px;
}

#indexContent {
}

.contentPageTitle {
  position: relative;
  z-index: 1;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 10px;
}

.PageTitleLeft {
  color: #8a0027;
  font-family: 'Parisienne';
  text-shadow: 0px 0px 0px #8a0027;
  font-weight: normal;
}

.PageTitleRight {
  font-family: 'Gilda Display';
  color: #000;
  font-size: 0.8em;
  text-transform: uppercase;
}

.contentPageTitle h1 {
  margin-top: 0;
  border-bottom: 1px solid #750021;
}

.contentPageTitle1col {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-style: italic;
  color: #1c7920;
  text-align: left;
  padding: 12px;
  margin-top: -4px;
  width: 888px;
  line-height: 3em;
  background: transparent url(pageTitle1col.png) top no-repeat;
}

.indexContentPageTitle {
  position: relative;
  z-index: 1;
  text-align: left;
  padding-top: 10px;
  margin-bottom: 20px;
}

.indexContentPageTitle h1 {
  font-size: 2.25em;
}

.contentPageTitle h2 {
  font-family: 'Buda', verdana, Arial, Helvetica, sans-serif;
  font-size: 1.9em;
  font-style: normal;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 1em;
  color: #981b1b;
}

.contentPageTitle h3 {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  padding: 0;
  margin: 0;
  line-height: 1em;
  color: #bb1c24;
}

.sliderContainer {
  margin: 20px 0;
}

.sp-thumbnail-container {
  opacity: 0.5;
}

.sp-thumbnail-container.sp-selected-thumbnail {
  opacity: 1;
}

.index-image {
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
  float: none;
}

.titleDetail {
  color: #222d52;
}

#content h1 {
  z-index: 1;
}

#content h1.deleted {
  color: #999999;
  font-style: italic;
}

.contentBody {
  position: relative;
  margin-bottom: 15px;
}

.mainContainer {
  padding-top: 14px;
}

.indexBoxLeft {
  position: relative;
  width: 318px;
  height: 96px;
  float: left;
  background: transparent url(QLDivBG.png);
  margin: 0;
}

.indexBoxRight {
  position: relative;
  width: 318px;
  height: 96px;
  float: right;
  background: transparent url(QLDivBG.png);
  margin: 0;
}

.bottom {
  margin: 17px 0 25px;
}

.interiorImage {
  width: 100%;
  height: 140px;
  /*background: transparent url(../images/homeslide.jpg);*/
  overflow: hidden;
  z-index: -1;
  border-bottom: 1px solid #750021;
}

.indexSlides {
  width: 100%;
  height: 595px;
  overflow: hidden;
  z-index: -1;
  border-bottom: 3px solid #750021;
  max-height: 300px;
}

.indexSlides div {
  background-position: center center !important;
  max-height: 300px;
}

.indexImage {
  margin: 12px;
}

.fb-like-box {
  background-color: #565249;
  -moz-box-shadow: 0px 0px 6px #333;
  -webkit-box-shadow: 0px 0px 6px #333;
  box-shadow: 0px 0px 6px #333;
}

.communityImage {
  width: 432px;
  height: 291px;
  float: left;
}

.paddingDiv /* for column1 layout */ {
  padding: 0px 10px 0px 10px;
}

.span-18 .paddingDiv /* for column2 layout */ {
  padding: 0px 0px 0px 25px;
}

.span-3 {
}

#sidebar {
  width: 267px;
}

#contactIcons {
  float: left;
  margin: 5px 5px 0 0;
  min-height: 60px;
}

#bottomTagLine {
  color: #750021;
  background: transparent url(bottomTagLineBG.png) bottom repeat-x;
  height: 60px;
  z-index: 1;
  font-family: 'Parisienne';
  color: #750021;
  font-size: 1.25em;
  text-align: center;
  padding-top: 20px;
}

.insideTagLine {
  color: #750021;
  font-family: 'Parisienne';
  color: #750021;
  font-size: 1.6em;
  font-weight: bold;
}

#footer {
  color: #ecd4ac;
  background-color: #61112a;
  min-height: 100px;
  z-index: 1;
  border-top: solid 5px #ecd4ac;
  font-size: 0.9em;
}

#footer .companyName {
  font-size: 1.25em;
}

#footerContainer {
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
  padding: 10px 10px 30px;
  justify-content: space-between;
  max-width: 1170px;
  margin: auto;
}

#footerIconsLeft {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 665px;
  text-align: left;
  padding: 10px 0px 0 10px;
}

#footerIconsRight {
  min-width: 200px;
  width: 100%;
  text-align: center;
  padding: 10px 0px 0 0;
  margin-top: 30px;
  order: 3;
}

#footerCopyright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  line-height: 1.2em;
  width: 100%;
  order: 4;
  margin-top: 30px;
}

.footer-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-logos > img {
  padding: 5px;
}

.copyright {
  margin-top: 30px;
  line-height: 1.5em;
}

#footerCompanyInfo {
  font-size: 17px;
}

#footer a {
  color: #ecd4ac;
  text-decoration: none;
}

#footer a:hover {
  color: #ecd4ac;
  text-decoration: underline;
}

#bottomNav {
  min-width: 200px;
  width: 100%;
  font-size: 24px;
  font-weight: normal;
  z-index: 10;
  line-height: 1.55em;
  text-align: center;
  order: 1;
}

#bottomNav1col {
  width: 100%;
  text-align: center;
  font-size: 11px;
  padding: 10px 0px 10px 0px;
}

.slides {
  float: right;
}

#indexBoxColumn1 {
  position: relative;
  width: 307px;
  float: left;
  margin-left: 5px;
}

#indexBoxColumn2 {
  position: relative;
  width: 307px;
  margin-right: 10px;
  float: right;
}

.indexBoxInteriorBG {
  position: relative;
  background: transparent url(portletBackground.png) repeat-y;
  width: 250px;
  padding-top: 1px;
  margin-bottom: 55px;
  font-size: 0.85em;
}

#communities {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

#communities td {
  background-color: #f6e4c3;
  vertical-align: top;
  padding: 20px 25px 0;
  width: 50%;
  border-top: #750021 solid 3px;
  border-bottom: #750021 solid 1px;
  margin: 10px;
}

#communities .empty {
  background-color: transparent;
  border: none;
}

.communityBoxes {
  background-color: #f6e4c3;
  border-top: #750021 solid 3px;
  border-bottom: #750021 solid 1px;
  padding: 20px;
  width: 300px;
  text-align: center;
  margin-bottom: 20px;
}

.communityIndexBoxes a {
}

.communityIndexBoxes a:hover {
}

.communityIndexBoxes .textBold,
.communityIndexBoxes h4 {
  font-weight: bold;
}

.floorplan {
  margin-top: 20px;
}

.indexBoxInterior {
  position: relative;
  min-height: 130px;
  padding: 5px 10px 0px;
  text-align: left;
}

.communityBoxTop {
  background: transparent url(communityboxTop.png) top center no-repeat;
  height: 13px;
  margin-top: -14px;
}

.indexBottomBox {
  margin-bottom: -40px;
}

.leftSeperator {
  width: 1px;
  background: transparent url('seperator.gif') no-repeat right top;
}

.guestWidth {
  width: 590px;
}

.salesPersonWidth {
  width: 735px;
}

.salesManagerWidth {
  width: 885px;
}

.adminWidth {
  position: absolute;
  top: 90px;
  right: 0px;
  border: 1px;
}

.indexCopy {
  position: relative;
  padding-bottom: 10px;
}

.copy {
  position: relative;
  padding: 10px 0px 10px;
}

.indexCopy p {
}

#quickLinksBarIndex {
  position: relative;
  width: 100%;
  height: 100px;
  margin: -100px 0 0;
  background: transparent url(wh72.png) bottom left repeat-x;
  border-bottom: 2px solid #f6e4c3;
  z-index: 7;
}

#quickLinksIndex {
  position: relative;
  width: 970px;
  height: 100px;
  margin: auto;
}

#quickLinksBar {
  position: relative;
  width: 100%;
  height: 130px;
  margin: -127px 0 0;
  background-image: url(QLgreen72.png);
  border-bottom: 2px solid #f6e4c3;
  z-index: 7;
}

#quickLinks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  padding: 10px;
  max-width: 1170px;
  margin: auto;
}

#quickLinks div {
  margin-bottom: 20px;
}

#quickLinks img {
  margin: auto;
  width: 100%;
  max-width: 318px;
}

#quickLinksIndex div {
  position: relative;
  width: 200px;
  height: 80px;
  text-align: center;
  float: left;
  margin-right: 37px;
  padding: 20px 0 0;
  background: transparent url(QLDivBG.png) bottom left no-repeat;
  font-family: 'Lato';
  font-size: 1.35em;
  font-weight: 500;
}

#quickLinksIndex div a:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url(QLDivBG-ON.png) bottom left no-repeat;
  z-index: -1;
}

#quickLinksIndex div.quickLinkArrow {
  position: relative;
  width: 200px;
  height: 83px;
  float: left;
  padding: 10px 0 0;
  background: none;
}

#quickLinksIndex div p {
  margin: 0 0 0 15px;
  width: 140px;
  height: 80px;
  font-size: inherit;
  background: none;
  float: none;
}

#quickLinks .QLicons {
  width: 152px;
  text-align: left;
  margin: 10px auto 5px;
  padding: 0;
  float: none;
  height: auto;
}

#quickLinksIndex .QLicons {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -5px;
}

#quickLinksIndex .QLEmail {
  position: absolute;
  top: 7px;
  right: 0;
  margin-right: -20px;
}

.QLicons img {
}

.QLicons h4 {
  color: #fff;
  font-size: 1.25em;
  line-height: 20px;
}

#quickLinks .middle {
  width: 33.5%;
  border: solid #fff 1px;
  border-top: none;
  border-bottom: none;
}

#quickLinks a {
  color: #f6e4c3;
  text-decoration: none;
}

#quickLinksIndex a {
  color: #f6e4c3;
  text-decoration: none;
}

#quickLinks .line2 {
  font-style: italic;
  color: #705051;
}

#quickLinksIndex .line2 {
  font-style: italic;
  font-weight: bold;
  color: #705051;
}

.quickLinkBox {
  float: left;
  margin: 0 33px 20px 0;
}

.quickLinkBoxLast {
  float: left;
  margin: 0 0px 20px 0;
}

.sold {
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
  color: #ff0000;
}

/*
#mainmenu ul
{
	margin:0px;
	valign:center;
}
#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}
*/
div.flash-error,
div.flash-notice,
div.flash-success {
  padding: 0.8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
}

div.flash-error {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}

div.flash-notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}

div.flash-success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}

div.flash-error a {
  color: #8a1f11;
}

div.flash-notice a {
  color: #514721;
}

div.flash-success a {
  color: #264409;
}

div.form .rememberMe label {
  display: inline;
}

div.view {
  padding: 10px;
  margin: 10px 0;
}

div.view h2 {
  font-weight: normal;
  margin-bottom: 20px;
}

div.view h3 {
  margin-top: 0px;
}

.floatLeft {
  float: left;
  margin-right: 20px;
}
.floatRight {
  float: right;
  margin-left: 20px;
}

.breadcrumbs {
  position: absolute;
  top: 0px;
  left: 290px;
  color: #222d52;
  font-size: 0.85em;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px 0px;
  text-align: left;
  z-index: 5;
}

div.breadcrumbs {
}

div.welcome {
  position: relative;
  font-size: 0.9em;
  text-align: right;
  float: right;
  margin-top: 30px;
}

.welcome.loggedIn {
  position: absolute;
  bottom: -28px;
  right: 0;
  height: 25px;
  z-index: 0;
  text-align: right;
  background: transparent url(wh72.png);
  padding: 0 10px;
  margin-right: 10px;
}

.welcome a {
}

.welcome a:hover {
}

div.breadcrumbs span {
  font-weight: bold;
}

.breadcrumbs a {
}

.breadcrumbs a:hover {
}

div.search-form {
  padding: 10px;
  margin: 10px 0;
}

.indexPortletContainer {
  position: relative;
  width: 100%;
}

.portlet {
  z-index: 1;
  list-style-type: none;
  margin: 0 0 10px 0px;
  color: #000000;
}

.portletAnnouncementsMoreInfo {
  margin: 14px 0 -14px -15px;
}

.portletAnnouncementsMoreInfoInterior {
  margin: 0 0 0 -9px;
}

.portlet-float /* for index page */ {
  z-index: 1;
  position: relative;
  list-style-type: none;
  margin-right: 46px;
  padding: 0;
  width: 203px;
  float: left;
}

.portlet-float-right /* for index page */ {
  z-index: 1;
  position: relative;
  list-style-type: none;
  margin-right: 0px;
  padding: 0;
  width: 203px;
  float: right;
}

.portlet-interior-background {
  position: relative;
  padding-bottom: 1px;
}

.portlet-decoration {
  z-index: 2;
  position: relative;
  padding: 10px 0 0px 10px;
  margin-bottom: 10px;
  background: linear-gradient(
    180deg,
    rgba(245, 227, 197, 1) 0%,
    rgba(240, 229, 211, 1) 48%,
    rgba(212, 193, 162, 1) 100%
  );
  border-top: 2px solid #750021;
  border-bottom: 1px solid #750021;
}

.portlet-title {
  font-weight: bold;
  color: #8a0027;
}

.fromthe {
  font-size: 1.25em;
  color: #8a0027;
  font-weight: normal;
  text-shadow: 0px 0px 0px #8a0027;
}

.portlet-title h2 {
  font-size: 1.6em;
}

.portlet-title h3 {
}

.indexCopy .portlet-decoration {
  text-align: left;
}

.indexCopy .portlet-content {
}

.indexCopy .portlet-content div div {
  float: left;
  margin-right: 30px;
}

.portlet a {
  text-decoration: underline;
  color: #750021;
}

.announcementMoreInfo {
  margin: 14px 0 0 -15px;
}

.portlet a:hover {
  text-decoration: none;
  color: #8a002a;
}

.portlet-float a {
  font-weight: normal;
  text-decoration: underline;
  color: #1c7920;
}

.portlet-float a:hover {
  text-decoration: none;
  color: #000000;
}

.portlet-float-right a {
  font-weight: normal;
  text-decoration: underline;
  color: #1c7920;
}

.portlet-float-right a:hover {
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}

.portlet-content {
  z-index: 2;
  position: relative;
  list-style-type: none;
  padding: 10px;
  line-height: 1.25em;
}

.portlet-content ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.portlet-content li {
  padding: 2px 0px 5px 0px;
}

.portlet-content li {
}

.portlet-content .author {
  padding-left: 10px;
}
.portlet-content li a {
  font-weight: bold;
  padding: 0px;
  text-decoration: underline;
}

.portlet-content li a.tag {
  display: inline;
  padding: 2px 4px 0px 4px;
  line-height: 15px;
  text-decoration: none;
}

.portlet-content li a:visited {
}

.portlet-content li a:hover {
  color: #000000;
  text-decoration: none;
}

.portlet-content li a.tag:hover {
}

.portlet-content hr {
}

.arrow {
  height: 20px;
  margin: auto;
  margin: 0 0px 20px 0;
  text-align: right;
  font-size: 24px;
  text-shadow: 1px 0 #8a002a;
}

.communityBoxes .arrow {
  text-align: center;
}

.arrow a {
  font-family: 'Parisienne';
  text-decoration: none;
  font-weight: normal;
}

.arrow a:hover {
  text-decoration: underline;
}

.arrow .carrot {
  font-family: 'Niconne';
}

.communityIndexBoxes .arrow {
}

#communities td .arrow a:hover {
}

.arrow span {
  font-family: 'Cinzel';
  font-size: 20px;
}

.flourish {
  display: block;
  width: 50px;
  margin: 20px auto -23px;
  padding: 0 7px;
  background-color: #fff;
}

.sidebarTop {
  width: 267px;
  border-bottom: solid 1px #750021;
  height: auto;
  margin: -8px 0 20px 0;
}

.sidebarTopFlourish {
  display: block;
  width: 50px;
  margin: 0px auto -8px;
  padding: 0 7px;
  background-color: #fff;
}

.box {
  margin: 0;
  padding: 0;
}

.operations {
  list-style-type: none;
  padding-top: 10px;
  margin-right: 10px;
}

.operations .portlet-content {
  background-color: #fbfcc8;
}

.operations li {
}

.operations li a {
}

.operations li a.tag {
  font: bold 12px Arial;
  color: #750021;
  display: inline;
  padding: 2px 4px 2px 4px;
  line-height: 15px;
  text-decoration: underline;
}

.operations li a:visited {
}

.operations li a:hover {
  color: #86b8ae;
}

.post {
  /*	margin: 20px 0 30px 0; */
}

.post .title {
  font-size: 1.5em;
}

.post .title a {
  text-decoration: none;
}

.post .author {
  color: #888;
  margin: 0 0 5px;
}

.post .nav {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  padding: 8px;
  border: 1px solid #1c7920;
}

.comment {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #1c7920;
}

.comment .content {
  margin: 10px 0;
}

.comment .author {
  margin: 5px 0;
  padding: 0 0 3px;
  border-bottom: 1px solid #666;
}

.comment .time {
  color: #666;
  font-size: 0.8em;
}

.comment a.cid {
  color: #92000b;
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 5px 5px 5px;
  text-decoration: none;
}

.comment a.cid:hover {
  color: #555;
}

.comment .pending {
  color: red;
}

.compactRadioGroup LABEL,
.compactRadioGroup INPUT {
  display: inline !important;
  width: auto !important;
}

.companyName {
  font-family: 'Poller One';
  font-weight: normal;
  font-variant: small-caps;
  white-space: nowrap;
}

.companyNameTop {
  font-size: 2em;
}

.companyNameBottom {
  font-variant: normal;
}

.consultantBox {
  width: 245px;
  margin: 0;
  padding: 10px;
  background: transparent url(grungebg.jpg) repeat-x left top;
}

.consultantBox h3 {
  margin-bottom: 10px;
}

.aboutImage {
  border: 7px solid #fff;
}

.smallImage {
  border: 5px solid #fff;
}

#aboutCopy {
  width: 100%;
  float: left;
  margin: 0px 10px 0px 0px;
}

.shadow {
  /*	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb; */
  -moz-box-shadow: 0px 0px 3px 1px #888;
  -webkit-box-shadow: 0px 0px 3px 1px #888;
  box-shadow: 0px 0px 3px 1px #888;
  /* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333')"; */
  /* For IE 5.5 - 7 */
}

/* The shadow element for IE */
.shadowIE {
  background-color: #000;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Blur( makeShadow='true', pixelRadius=4, shadowOpacity=0.30 );
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.shadowDark {
  /*	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb; */
  -moz-box-shadow: 0px 0px 5px 1px #222;
  -webkit-box-shadow: 0px 0px 5px 1px #222;
  box-shadow: 0px 0px 5px 1px #222;
  /* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; */
  /* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); */
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=90, Strength=6)
			progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=270, Strength=6);
}

.shadowSM {
  /*	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb; */
  -moz-box-shadow: 0px 0px 2px 1px #333;
  -webkit-box-shadow: 0px 0px 2px 1px #333;
  box-shadow: 0px 0px 2px 1px #333;
  /* For IE */
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=45, Strength=2)
			progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=135, Strength=2)
			progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=225, Strength=2)
			progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=315, Strength=2);
}

.shadowInset {
  /*	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb; */
  -moz-box-shadow: inset 0px 0px 6px #333;
  -webkit-box-shadow: inset 0px 0px 6px #333;
  box-shadow: inset 0px 0px 6px #333;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=-3, Direction=135, Color='#333333')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=-3, Direction=135, Color='#333333');
}

.rounded {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.roundedSM {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.roundedMED {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
}

.roundedShadow {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 2px 2px 8px #555;
  -webkit-box-shadow: 2px 2px 8px #555;
  box-shadow: 2px 2px 8px #555;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555');
}

.center {
  text-align: center;
}

.textBold {
  font-weight: bold;
}

.textItalic {
  font-style: italic;
}

.textBoldItalic {
  font-weight: bold;
  font-style: italic;
}

.textSM {
  font-size: 0.75em;
  line-height: 1.25em;
}

.textShadow {
  text-shadow: 0px 0px #750021;
}

/**
*
*  CommunityPlan CSS
*
**/

#communityPlanInfo {
  width: 216px;
  min-height: 282px;
  text-align: center;
  margin: 0px 0 20px 0px;
  padding: 5px 5px 0px;
  float: right;
  background-color: #f6e4c3;
}

#communityPlanInfo img {
  max-width: 200px;
}

#communityPlanInfo div {
}

#inventoryInfo {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7em;
  justify-content: space-between;
}

#inventoryInfo img {
}

#inventoryInfo div {
}

#communityPlanDescription {
  width: 450px;
}

#communityPlanInfo h4 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.5em;
}

#inventoryInfo h4 {
}

#communityPlanInfo h3 {
  font-size: 2em;
}

#inventoryLinks .communityLogo {
  float: right;
  text-align: center;
  width: 173px;
}
.adGallery {
  margin: 0 0 20px;
  float: left;
  font-size: 13px;
  line-height: 1.5em;
  z-index: 1;
}
.ad-image-wrapper {
  border-top: 3px solid #750021;
  border-bottom: 1px solid #750021;
  margin-bottom: 5px;
  z-index: 1;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.gallery img {
}

/**
*
*  Community CSS
*
**/

#map {
  border-top: #750021 solid 3px;
  border-bottom: #750021 solid 1px;
  width: 100% !important;
}

.communities {
  width: 620px;
  background: transparent url(interiorBackground.jpg);
  padding: 10px 0 10px 10px;
}

.communities a {
  color: #222d52;
}

.communities a:hover {
  color: #fff;
}

#communityInfoColumn2 {
  width: 210px;
  font-size: 0.85em;
  line-height: 1.7em;
  margin: 0px 0px 20px 0px;
  float: left;
  /*background: transparent url(copyBackground.png) repeat-x;*/
}

#communityInfoColumn2 .details {
  padding: 5px 5px 10px;
  width: 180px;
}

#communityDescription {
}

#communityInfo {
  min-height: 163px;
}

#communityInfoTitle {
  text-align: left;
  background: transparent;
  font-size: 1.85em;
  padding: 10px;
  margin-bottom: 5px;
}

#communityDescription {
  text-align: left;
  margin-left: 10px;
}

#communityInfoColumn1 {
  float: none;
  line-height: 1.5em;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0px 15px;
  width: 100%;
  max-width: 100%;
}

#communityInfoColumn1b {
  float: right;
  line-height: 1.5em;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  margin-left: 10px;
}

#communityInfoColumn2 {
  float: right;
  line-height: 1.5em;
  width: 277px;
  padding: 5px;
}

#communityInfoColumn2 a {
  line-height: 1.75em;
  font-size: 1.15em;
  font-weight: 400;
}

#communityLinks img {
}

#communityLinks {
  min-height: 288px;
  margin-bottom: 20px;
}

#communityLinks a {
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.75em;
}

#communityLinks h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
#communityLinks h4 {
  /*	text-align:center;
	font-weight:600;
	color:#536428; */
}

#platLink {
  position: relative;
  height: 110px;
  width: 160px;
  float: right;
  margin: 0;
  overflow: hidden;
  border: 5px solid #fff;
}

#platLink div {
  position: absolute;
  height: 20px;
  width: 160px;
  bottom: 0px;
  left: 0px;
  text-align: center;
  background: transparent url(fadedWhiteBG90.png);
}

#communityInfo h2 {
  margin-bottom: 5px;
  font-weight: bold;
}

#logo-from {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.communityLogo {
  width: auto;
  text-align: center;
}

#inventoryInfo .communityLogo {
}

.communityLogo h2 {
  margin: 10px 0;
  font-weight: normal;
  line-height: 1.15;
}

.communityLogo h1 {
  margin: 10px 0;
  font-weight: normal;
  line-height: 1em;
}

.communityLogo .textBold {
}

.communityLogo div {
  text-align: left;
  margin-left: 5px;
}

#communityPlanLinks .communityLogo {
  float: none;
  text-align: center;
  width: 235px;
}

.communityPageLogo {
}

#communityInfo div.communityImage {
  width: 432px;
  height: 324px;
  float: left;
  margin: 10px 5px 20px 0px;
}

/**
*
* walk-thrus
*
**/

.walkThruSlides {
  width: 630px;
  padding: 10px;
  background: transparent url(grungebg.jpg);
}

/**
 * CSS styles for CLinkPager.
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 * @version $Id: pager.css 1678 2010-01-07 21:02:00Z qiang.xue $
 * @since 1.0
 */

ul.yiiPager {
  font-size: 11px;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: inline;
}

ul.yiiPager li {
  display: inline;
}

ul.yiiPager a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

ul.yiiPager a:link,
ul.yiiPager a:visited {
  border: solid 1px #1c7920;
  font-weight: bold;
  color: #1c7920;
  padding: 1px 6px;
  text-decoration: none;
}

ul.yiiPager .page a {
  font-weight: bold;
}

ul.yiiPager a:hover {
  border: solid 1px #1c7920;
  background: #909c70;
  color: #ffffff;
}

ul.yiiPager .selected a {
  background: #1c7920;
  color: #ffffff;
  border: solid 1px #909c70;
}

ul.yiiPager .selected a:hover {
  background: #909c70;
  border: solid 1px #1c7920;
}

ul.yiiPager .hidden a {
  border: solid 1px #909c70;
  color: #888888;
  background: transparent;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last {
  display: none;
}

/**
* GridView styles
*/
.grid-view {
  overflow: auto;
}

.paddingDiv > .grid-view {
  background: #fff;
}

.grid-view-loading {
  background: url(loading.gif) no-repeat;
}

.grid-view table {
  /*	-moz-box-shadow: 0px 0px 6px #333;
	-webkit-box-shadow: 0px 0px 6px #333;
	box-shadow: 0px 0px 6px #333;
	 For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
  /* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	border:1px solid #7F8A62;*/
  background-color: #fff;
}

.grid-view table.items {
  border-spacing: 1px;
  border-collapse: separate;
  width: 100%;
  color: #fff;
}

.grid-view table.items th,
.grid-view table.items td {
  font-size: 0.9em;
  padding: 0.3em;
}

.grid-view table.items tfoot {
  background-color: #61112a;
}

.grid-view table.items tfoot tr:hover {
  background: #d4c1a2;
  font-weight: bold;
}

.grid-view table.items tfoot tr:hover a {
  color: #fff;
}

.grid-view table.items th {
  color: #8a0027;
  text-align: center;
  font: bold 13px Arial;
  height: 51px;
  background: #ecd4ac url(portletDecorationBackground.png);
}

.grid-view table.items th a {
  text-decoration: none;
  font: bold 13px Arial;
}

.grid-view table.items th a:hover {
  color: #d0e4cc;
}

.grid-view table.items a {
  color: #fff;
}

.grid-view table.items a:hover {
}

.grid-view table.items th a.asc {
  background: url(up.gif) right center no-repeat;
  padding-right: 10px;
}

.grid-view table.items th a.desc {
  background: url(down.gif) right center no-repeat;
  padding-right: 10px;
}

.grid-view table.items tr.even {
  background: #fcf1de;
  color: #8a0027;
}

.grid-view table.items tr.odd {
  background: #f6e4c3;
  color: #8a0027;
}

.grid-view table.items tr.odd a {
}

.grid-view table.items tr.selected {
  background: #d4c1a2;
  color: #8a0027;
}

.grid-view table.items tr a {
  color: #8a0027;
}

.grid-view table.items tr.even a {
}

.grid-view table.items tfoot a {
  color: #fff;
}

.grid-view table.items tr.selected a {
  color: #8a0027;
}

.grid-view table.items tr:hover {
  background: #d4c1a2;
  font-weight: bold;
}

.grid-view table.items tr:hover a {
  color: #8a0027;
}

.grid-view table.items tr:hover a:hover {
}

.grid-view table.items tr:hover th a {
}

.grid-view .link-column img {
  border: 0;
}

.grid-view .button-column {
  text-align: center;
  width: 60px;
}

.grid-view .button-column img {
  border: 0;
}

.grid-view .checkbox-column {
  width: 15px;
}

.grid-view .summary {
  margin: 0px;
  text-align: right;
}

.panel-container .grid-view .summary {
}

.grid-view .pager {
  margin: 5px 0 0 0;
  text-align: right;
}

.grid-view .empty {
  font-style: italic;
  color: #413f38;
}

.grid-view .filters {
  background-color: #d4c1a2;
}

.grid-view .filters input,
.grid-view .filters select {
  width: 100%;
  border: 1px solid #ccc;
  color: #333;
}

/**
* tabs styles
*/
.etabs {
  margin: 0;
  padding: 0;
  text-align: left;
}

.tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #f6e4c3;
  background: -webkit-linear-gradient(
    #f6e4c3,
    #d4c1a2
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f6e4c3, #d4c1a2); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    #f6e4c3,
    #d4c1a2
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f6e4c3, #d4c1a2); /* Standard syntax */
  font-weight: bold;
  margin: 0 5px;
  font-family: 'Gilda Display';
  text-transform: uppercase;
  border-top: 3px solid #61112a;
}

.tab a {
  font-size: 13.5px;
  line-height: 2em;
  display: block;
  padding: 0 8px;
  outline: none;
  color: #61112a;
  text-decoration: none;
  font-weight: bold;
}

.tab a:hover {
  text-decoration: none;
  color: #f6e4c3;
  border: none;
}

.tab.active {
  padding-top: 3px;
  position: relative;
  background-color: #61112a;
  border: none;
  background-image: none;
  border-top: 3px solid #d4c1a2;
}

.tab:nth-of-type(1) {
}

.tab:hover {
  padding-top: 3px;
  background-color: #61112a;
  background-image: none;
}

.tab.active:hover {
  background-color: #61112a;
  padding-top: 3px;
}

.tab:nth-of-type(1).active:hover {
}

.tab a.active {
  cursor: default;
  color: #f6e4c3;
  font-weight: normal;
}

.tab-container .panel-container {
  background-color: #f6e4c3;
  padding: 15px;
  margin-bottom: 20px;
  border-top: 1px solid #61112a;
  border-bottom: 1px solid #61112a;
}

/* accordian styles */
#accordion .panel-heading {
  background: linear-gradient(
    180deg,
    rgba(245, 227, 197, 1) 0%,
    rgba(240, 229, 211, 1) 48%,
    rgba(212, 193, 162, 1) 100%
  );
  border-top: 2px solid #750021;
  border-bottom: 1px solid #750021;
  border-radius: unset;
  padding: 0 15px;
}

.panel-title {
  font-size: 1.5em;
  margin: 0;
}

.panel-title a {
  display: block;
  text-decoration: none;
}

.panel-title a:hover {
  text-decoration: underline;
}

.panel-body {
  border-radius: unset;
  background-color: #f6e4c3;
  border: unset;
  border-bottom: 1px solid #61112a;
}

.fp-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
}

.fp-container > div {
  margin-bottom: 20px;
}

.modal {
  z-index: 100000;
}

.container {
  width: 100%;
}

.sp-green {
  color: #fff;
  background: rgba(117, 0, 33, 0.75);
  text-align: center;
  font-weight: bold;
}

#withoutImage {
	display:none;
}

#withImage {
	display:inline;
}

@media (max-width: 400px) {
}

@media (max-width: 768px) {
  .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .dropdown-menu > li > a {
    padding: 4px 15px 5px 25px;
  }

  .contentPageTitle h1 {
    font-size: 30px;
  }

  .aboutImage {
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /* #header {
				flex-direction: row;
			}

			#tagline
			{
				text-align: right;
				margin-bottom: 40px;
				margin-right: 20px;
				line-height: 1.2em;

			}

			#icons
			{	
				display: inline;
				height:auto;
				padding: 10px;
				line-height:1.2em;
				text-align:right;
				color:#750021;
			} */
  #communityInfoColumn1 {
    float: right;
    width: 250px;
    margin-left: 20px;
    border: none;
  }

  #bottomNav {
    width: unset;
    text-align: left;
  }

  #footerIconsRight {
    width: unset;
    text-align: right;
    margin-top: unset;
  }
}

@media only screen and (min-width: 520px) {
  #header {
    flex-direction: row;
  }

  #tagline {
    text-align: right;
    margin-bottom: 40px;
    margin-right: 20px;
    line-height: 1.2em;
  }

  #icons {
    display: inline;
    height: auto;
    padding: 10px;
    line-height: 1.2em;
    text-align: right;
    color: #750021;
  }
  #bottomTagLine {
    font-size: 1.75em;
  }
}

@media (min-width: 600px) {
  .index-image {
    max-width: 363px;
    margin: 0 20px 0 0;
    float: left;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .indexSlides {
    max-height: unset;
  }

  .indexSlides div {
    max-height: unset;
  }

  .main {
    border-right: solid #94b8ae 1px;
  }

  header {
    margin-top: 0;
    border-top: none;
  }
  #tagline {
    font-size: 2.75em;
    text-align: right;
    margin-bottom: 30px;
  }

  .navbar {
    /* margin: 20px 0; */
  }

  .navbar-inverse {
    height: 62px;
  }

  .navbar .navbar-collapse {
    text-align: center;
    font-size: 16px;
  }

  .dropdown-menu {
    text-align: left;
  }

  .navbar .navbar-nav {
    display: flex;
    float: none;
    vertical-align: top;
    height: 80px;
    justify-content: space-between;
  }

  .dropdown-menu {
    padding: 0;
  }

  .nav > li > a {
    padding: 14px 20px 6px;
  }

  .nav > li > a:hover,
  .navbar-nav > .open > a:focus {
    text-decoration: none;
    background-image: linear-gradient(#d4c1a2, #f6e4c3);
  }

  .nav > li {
    height: 62px;
    /* vertical-align: middle; */
  }

  .nav > li:last-child {
    border-right: none;
  }

  .headerLogo {
    text-align: left;
    margin-bottom: 0px;
  }

  #icons {
    text-align: right;
  }

  .fromPrice {
    text-align: right;
  }

  .fromPrice h4 {
    margin-top: 0;
  }

  #logo {
    margin: 0;
  }

  .contentPageTitle {
    text-align: right;
  }

  .portlet {
    text-align: left;
  }

  #bottomAddy {
    text-align: left;
  }

  #bottomTagLine {
    font-size: 2.35em;
  }

  .sidebarTop {
    display: none;
  }

  #communityInfoColumn {
    margin: 0;
    margin-bottom: 20px;
  }
  
 body .modal-dialog {
	margin: 10px;
	width: 100%;
  }

}

@media only screen and (min-width: 870px) {
  #footerCopyright {
    order: 2;
    flex-grow: 1;
    width: unset;
    margin: unset;
    min-width: 430px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #tagline {
    font-size: 3.9em;
    text-align: right;
    margin-bottom: 40px;
  }

  .navbar .navbar-collapse,
  .dropdown-menu {
  }

  .nav > li > a {
  }

  #quickLinks {
  }

  #quickLinks div {
    margin-bottom: 20px;
    width: 280px;
  }

  #quickLinks img {
    width: 100%;
  }

  #quickLinks .middle {
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #94b8ae;
    border-left: 1px solid #94b8ae;
  }

  .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 10px 0;
  }

  .indexContentPageTitle h1 {
    font-size: 3em;
  }
 body .modal-dialog {
	margin: 10px auto;
	width: 900px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .navbar .navbar-collapse,
  .dropdown-menu {
  }

  .nav > li > a {
  }
}

.nav-tabs > li > a {
  font-family: 'Cinzel', Times New Roman, Times, serif;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  background: #750021;
  border-radius: 10px 10px 0 0;
  border: none;
  padding-left: 18px;
  padding-right: 18px;
}

.nav-tabs > li > a:hover {
  text-decoration: underline;
}

.with-nav-tabs .nav-tabs > li.active > a:hover {
  text-decoration: none;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* Interactive Plats */
.popup {
  position: absolute;
  width: 23px;
  height: 23px;
}

.popup > a {
  cursor: pointer;
}

.ui-draggable {
  cursor: move;
}

.popup > .glyphicon {
  color: #728c32;
  font-size: 1.5em;
}

.popup > a > .glyphicon {
  color: #708c2b;
  font-size: 1.5em;
}

.popup > a > .glyphicon:hover {
  color: #536428;
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}

.orange {
  color: #ff9000;
}

.purple {
  color: #aa00ff;
}

.glyphicon.red {
  color: #f00;
  text-shadow: 1px -2px 2px #000;
}

.popup > a > .glyphicon.red {
  color: #f00;
}

.popup > a > .glyphicon.red:hover {
  color: #f00;
}

.glyphicon.blue {
  color: #00f;
  text-shadow: 1px -2px 2px #000;
}

.popup > a > .glyphicon.blue {
  color: #00f;
}

.glyphicon.purple {
  color: #aa00ff;
  text-shadow: 1px -2px 2px #000;
}

.popup > a > .glyphicon.purple {
  color: #aa00ff;
}

.popup > a > .glyphicon.blue:hover {
  color: #00f;
}

.popup > a > .glyphicon.purple:hover {
  color: #aa00ff;
}

.glyphicon.orange {
  color: #ff9000;
  text-shadow: 1px -2px 2px #000;
}

.popup > a > .glyphicon.orange {
  color: #ff9000;
}

.popup > a > .glyphicon.orange:hover {
  color: #ff9000;
}

.ui-draggable .glyphicon.floorplan {
  color: #eff26a;
}

.ui-draggable .glyphicon.red {
  color: #f00;
}

.ui-draggable .glyphicon.blue {
  color: #00f;
}

.ui-draggable .glyphicon.orange {
  color: #ff9000;
}

.ui-draggable .glyphicon.purple {
  color: #aa00ff;
}

.ui-draggable .glyphicon.floorplan {
  color: #eff26a;
  text-shadow: 1px 1px 1px #000;
}

.close > .glyphicon {
  color: #fff;
  font-size: 1.3em;
}

.close {
  opacity: 1;
  text-shadow: none;
}

.modal-header {
  background: #750021;
  color: #fff;
  font-weight: bold;
}

.modal-header h4 {
  color: #fff;
}

.close {
  color: #fff;
}

.close:hover {
  color: #fff;
  opacity: .5;
}

.popover {
  background: #f9edda;
  border: none;
  min-width: 200px;
  max-width: 230px;
  padding: 0;
}

.modal-dialog {
	margin: 10px;
}

.modal-content {
  border: none;
}

.popover.right > .arrow,
.popover.left > .arrow {
	display:none;
}

.popover.right > .arrow:after {
  border-right-color: #f9edda;
}

.popover.left > .arrow:after {
  border-left-color: #f9edda;
}

.popover-title {
  background: #61112a;
  color: #fff;
}

.popoverImage {
  width: 200px;
}

.gly-rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gly-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gly-rotate-135 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.gly-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gly-rotate-225 {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.gly-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.gly-rotate-315 {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
