/* #Colors */
/* #Fonts */
/* #Other */
/* #Mixins & box class */
.box {
  background: #eeeeee;
  -webkit-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
  border-radius: 5px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
}
.inset {
  -webkit-box-shadow: inset 1px 1px 6px #000;
  box-shadow: inset 1px 1px 6px #000;
  border-radius: 5px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.leaflet-popup-content {
  color: #000000;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 18px;
  position: relative;
  vertical-align: baseline;
  text-align: left;
  z-index: 1;
}
div,
span,
applet,
object,
iframe,
blockquote,
pre,
img,
p,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
table,
caption,
aside,
canvas,
details,
figcaption,
figure,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
  display: inline-block;
  vertical-align: top;
}
tr {
  display: table-row;
}
th,
td {
  display: table-cell;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Handlee', cursive;
  color: #53531E;
  display: block;
}
h1 {
  font-size: 38px;
  line-height: 42px;
  font-weight: bolder;
}
h2 {
  font-size: 30px;
  line-height: 34px;
}
h3 {
  font-size: 24px;
  line-height: 28px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
}
h5 {
  font-size: 18px;
  line-height: 22px;
  color: #CE8A14;
  font-family: 'Lato', sans-serif;
}
h6 {
  font-size: 10px;
  line-height: 14px;
}
html,
body {
  width: 100%;
  line-height: 1;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
small {
  font-size: 80%;
}
ol {
  list-style: decimal;
}
ul {
  list-style: none;
}
ul.bulletlist {
  list-style: disc outside;
}
ul.bulletlist li {
  color: #000;
  display: list-item;
  list-style-type: disc;
  margin: 3px 0 3px 40px;
}
p {
  margin: 3px;
  padding: 3px;
  font-size: 14px;
  line-height: 20px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #CE8A14;
}
img {
  width: 100%;
}
/* #Buttons */
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-image: -moz-linear-gradient(#64642f, #53531E);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#64642f), to(#53531E));
  background-image: -webkit-linear-gradient(#64642f, #53531E);
  background-image: -o-linear-gradient(#64642f, #53531E);
  background-image: linear-gradient(#64642f, #53531E);
  -pie-background: linear-gradient(#64642f, #53531E);
  border: 1px solid #53531E;
  padding: 4px 12px;
  border-radius: 3px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 3px;
  line-height: 21px;
  font-family: 'Lato', sans-serif;
}
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #fff;
  background-image: -moz-linear-gradient(#757540, #64642f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#757540), to(#64642f));
  background-image: -webkit-linear-gradient(#757540, #64642f);
  background-image: -o-linear-gradient(#757540, #64642f);
  background-image: linear-gradient(#757540, #64642f);
  -pie-background: linear-gradient(#757540, #64642f);
  behavior: url("/gridmedia/js/pie.htc");
  border: 1px solid #868651;
}
a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  border: 1px solid #fff;
  background-image: -moz-linear-gradient(#868651, #757540);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#868651), to(#757540));
  background-image: -webkit-linear-gradient(#868651, #757540);
  background-image: -o-linear-gradient(#868651, #757540);
  background-image: linear-gradient(#868651, #757540);
  -pie-background: linear-gradient(#868651, #757540);
  behavior: url("/gridmedia/js/pie.htc");
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
/* #Forms */
form {
  margin-bottom: 3px;
}
fieldset {
  margin-bottom: 3px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  border-radius: 2px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
  font: 14px Arial, Helvetica, sans-serif;
  color: #777;
  width: 210px;
  max-width: 100%;
  display: block;
  margin: 0 0 3px 0;
  background: #fff;
}
select {
  padding: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  behavior: url("/gridmedia/js/pie.htc");
}
textarea {
  min-height: 60px;
}
label,
legend {
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
}
select {
  width: 220px;
}
input[type="checkbox"] {
  display: inline;
}
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
/* #Less Grid  */
.max {
  display: block;
  width: 100%;
}
.nomargin {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0px !important;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0px !important;
  font-size: 0;
}
.column,
.columns {
  vertical-align: top;
}
body#sample .nomargin {
  background: #999;
}
.outline,
body#sample .nomargin div {
  background: #dadada;
}
/* Base Grid */
.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven,
.twelve,
.thirteen,
.fourteen,
.fifteen,
.sixteen,
.seventeen,
.eighteen,
.nineteen,
.twenty,
.twentyone,
.twentytwo,
.twentythree,
.twentyfour,
.twentyfive,
.twentysix,
.twentyseven,
.twentyeight,
.twentynine,
.thirty,
.thirtyone,
.thirtytwo {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.one {
  width: 46px;
  margin: 3px;
  padding: 3px;
}
.two {
  width: 104px;
  margin: 3px;
  padding: 3px;
}
.three {
  width: 162px;
  margin: 3px;
  padding: 3px;
}
.four {
  width: 220px;
  margin: 3px;
  padding: 3px;
}
.five {
  width: 278px;
  margin: 3px;
  padding: 3px;
}
.six {
  width: 336px;
  margin: 3px;
  padding: 3px;
}
.seven {
  width: 394px;
  margin: 3px;
  padding: 3px;
}
.eight {
  width: 452px;
  margin: 3px;
  padding: 3px;
}
.nine {
  width: 510px;
  margin: 3px;
  padding: 3px;
}
.ten {
  width: 568px;
  margin: 3px;
  padding: 3px;
}
.eleven {
  width: 626px;
  margin: 3px;
  padding: 3px;
}
.twelve {
  width: 684px;
  margin: 3px;
  padding: 3px;
}
.thirteen {
  width: 742px;
  margin: 3px;
  padding: 3px;
}
.fourteen {
  width: 800px;
  margin: 3px;
  padding: 3px;
}
.fifteen {
  width: 858px;
  margin: 3px;
  padding: 3px;
}
.sixteen {
  width: 916px;
  margin: 3px;
  padding: 3px;
}
.seventeen {
  width: 974px;
  margin: 3px;
  padding: 3px;
}
.eighteen {
  width: 1032px;
  margin: 3px;
  padding: 3px;
}
.nineteen {
  width: 1090px;
  margin: 3px;
  padding: 3px;
}
.twenty {
  width: 1148px;
  margin: 3px;
  padding: 3px;
}
.twentyone {
  width: 1206px;
  margin: 3px;
  padding: 3px;
}
.twentytwo {
  width: 1264px;
  margin: 3px;
  padding: 3px;
}
.twentythree {
  width: 1322px;
  margin: 3px;
  padding: 3px;
}
.twentyfour {
  width: 1380px;
  margin: 3px;
  padding: 3px;
}
.twentyfive {
  width: 1438px;
  margin: 3px;
  padding: 3px;
}
.twentysix {
  width: 1496px;
  margin: 3px;
  padding: 3px;
}
.twentyseven {
  width: 1554px;
  margin: 3px;
  padding: 3px;
}
.twentyeight {
  width: 1612px;
  margin: 3px;
  padding: 3px;
}
.twentynine {
  width: 1670px;
  margin: 3px;
  padding: 3px;
}
.thirty {
  width: 1728px;
  margin: 3px;
  padding: 3px;
}
.thirtyone {
  width: 1786px;
  margin: 3px;
  padding: 3px;
}
.thirtytwo {
  width: 1844px;
  margin: 3px;
  padding: 3px;
}
.nomargin.one {
  width: 58px;
}
.nomargin.two {
  width: 116px;
}
.nomargin.three {
  width: 174px;
}
.nomargin.four {
  width: 232px;
}
.nomargin.five {
  width: 290px;
}
.nomargin.six {
  width: 348px;
}
.nomargin.seven {
  width: 406px;
}
.nomargin.eight {
  width: 464px;
}
.nomargin.nine {
  width: 522px;
}
.nomargin.ten {
  width: 580px;
}
.nomargin.eleven {
  width: 638px;
}
.nomargin.twelve {
  width: 696px;
}
.nomargin.thirteen {
  width: 754px;
}
.nomargin.fourteen {
  width: 812px;
}
.nomargin.fifteen {
  width: 870px;
}
.nomargin.sixteen {
  width: 928px;
}
.nomargin.seventeen {
  width: 986px;
}
.nomargin.eighteen {
  width: 1044px;
}
.nomargin.nineteen {
  width: 1102px;
}
.nomargin.twenty {
  width: 1160px;
}
.nomargin.twentyone {
  width: 1218px;
}
.nomargin.twentytwo {
  width: 1276px;
}
.nomargin.twentythree {
  width: 1334px;
}
.nomargin.twentyfour {
  width: 1392px;
}
.nomargin.twentyfive {
  width: 1450px;
}
.nomargin.twentysix {
  width: 1508px;
}
.nomargin.twentyseven {
  width: 1566px;
}
.nomargin.twentyeight {
  width: 1624px;
}
.nomargin.twentynine {
  width: 1682px;
}
.nomargin.thirty {
  width: 1740px;
}
.nomargin.thirtyone {
  width: 1798px;
}
.nomargin.thirtytwo {
  width: 1856px;
}
@media only screen and (min-width: 1680px) and (max-width: 1900px) {
  .one {
    width: 38.9375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .two {
    width: 89.6875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .three {
    width: 140.4375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .four {
    width: 191.1875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .five {
    width: 241.9375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .six {
    width: 292.6875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .seven {
    width: 343.4375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .eight {
    width: 394.1875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .nine {
    width: 444.9375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .ten {
    width: 495.6875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .eleven {
    width: 546.4375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .twelve {
    width: 597.1875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .thirteen {
    width: 647.9375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .fourteen {
    width: 698.6875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .fifteen {
    width: 749.4375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .sixteen {
    width: 800.1875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .seventeen {
    width: 850.9375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .eighteen {
    width: 901.6875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .nineteen {
    width: 952.4375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .twenty {
    width: 1003.1875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .twentyone {
    width: 1053.9375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .twentytwo {
    width: 1104.6875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .twentythree {
    width: 1155.4375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .twentyfour {
    width: 1206.1875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .twentyfive {
    width: 1256.9375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .twentysix {
    width: 1307.6875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .twentyseven {
    width: 1358.4375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .twentyeight {
    width: 1409.1875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .twentynine {
    width: 1459.9375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .thirty {
    width: 1510.6875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .thirtyone {
    width: 1561.4375px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .thirtytwo {
    width: 1612.1875px;
    margin: 3px 2.625px;
    padding: 3px 2.625px;
  }
  .nomargin.one {
    width: 50.75px;
  }
  .nomargin.two {
    width: 101.5px;
  }
  .nomargin.three {
    width: 152.25px;
  }
  .nomargin.four {
    width: 203px;
  }
  .nomargin.five {
    width: 253.75px;
  }
  .nomargin.six {
    width: 304.5px;
  }
  .nomargin.seven {
    width: 355.25px;
  }
  .nomargin.eight {
    width: 406px;
  }
  .nomargin.nine {
    width: 456.75px;
  }
  .nomargin.ten {
    width: 507.5px;
  }
  .nomargin.eleven {
    width: 558.25px;
  }
  .nomargin.twelve {
    width: 609px;
  }
  .nomargin.thirteen {
    width: 659.75px;
  }
  .nomargin.fourteen {
    width: 710.5px;
  }
  .nomargin.fifteen {
    width: 761.25px;
  }
  .nomargin.sixteen {
    width: 812px;
  }
  .nomargin.seventeen {
    width: 862.75px;
  }
  .nomargin.eighteen {
    width: 913.5px;
  }
  .nomargin.nineteen {
    width: 964.25px;
  }
  .nomargin.twenty {
    width: 1015px;
  }
  .nomargin.twentyone {
    width: 1065.75px;
  }
  .nomargin.twentytwo {
    width: 1116.5px;
  }
  .nomargin.twentythree {
    width: 1167.25px;
  }
  .nomargin.twentyfour {
    width: 1218px;
  }
  .nomargin.twentyfive {
    width: 1268.75px;
  }
  .nomargin.twentysix {
    width: 1319.5px;
  }
  .nomargin.twentyseven {
    width: 1370.25px;
  }
  .nomargin.twentyeight {
    width: 1421px;
  }
  .nomargin.twentynine {
    width: 1471.75px;
  }
  .nomargin.thirty {
    width: 1522.5px;
  }
  .nomargin.thirtyone {
    width: 1573.25px;
  }
  .nomargin.thirtytwo {
    width: 1624px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .one {
    width: 33.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .two {
    width: 76.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .three {
    width: 120.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .four {
    width: 163.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .five {
    width: 207.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .six {
    width: 250.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .seven {
    width: 294.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .eight {
    width: 337.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .nine {
    width: 381.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .ten {
    width: 424.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .eleven {
    width: 468.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .twelve {
    width: 511.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .thirteen {
    width: 555.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .fourteen {
    width: 598.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .fifteen {
    width: 642.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .sixteen {
    width: 685.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .seventeen {
    width: 729.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .eighteen {
    width: 772.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .nineteen {
    width: 816.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .twenty {
    width: 859.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .twentyone {
    width: 903.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .twentytwo {
    width: 946.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .twentythree {
    width: 990.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .twentyfour {
    width: 1033.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .twentyfive {
    width: 1077.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .twentysix {
    width: 1120.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .twentyseven {
    width: 1164.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .twentyeight {
    width: 1207.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .twentynine {
    width: 1251.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .thirty {
    width: 1294.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .thirtyone {
    width: 1338.375px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .thirtytwo {
    width: 1381.875px;
    margin: 3px 2.25px;
    padding: 3px 2.25px;
  }
  .nomargin.one {
    width: 43.5px;
  }
  .nomargin.two {
    width: 87px;
  }
  .nomargin.three {
    width: 130.5px;
  }
  .nomargin.four {
    width: 174px;
  }
  .nomargin.five {
    width: 217.5px;
  }
  .nomargin.six {
    width: 261px;
  }
  .nomargin.seven {
    width: 304.5px;
  }
  .nomargin.eight {
    width: 348px;
  }
  .nomargin.nine {
    width: 391.5px;
  }
  .nomargin.ten {
    width: 435px;
  }
  .nomargin.eleven {
    width: 478.5px;
  }
  .nomargin.twelve {
    width: 522px;
  }
  .nomargin.thirteen {
    width: 565.5px;
  }
  .nomargin.fourteen {
    width: 609px;
  }
  .nomargin.fifteen {
    width: 652.5px;
  }
  .nomargin.sixteen {
    width: 696px;
  }
  .nomargin.seventeen {
    width: 739.5px;
  }
  .nomargin.eighteen {
    width: 783px;
  }
  .nomargin.nineteen {
    width: 826.5px;
  }
  .nomargin.twenty {
    width: 870px;
  }
  .nomargin.twentyone {
    width: 913.5px;
  }
  .nomargin.twentytwo {
    width: 957px;
  }
  .nomargin.twentythree {
    width: 1000.5px;
  }
  .nomargin.twentyfour {
    width: 1044px;
  }
  .nomargin.twentyfive {
    width: 1087.5px;
  }
  .nomargin.twentysix {
    width: 1131px;
  }
  .nomargin.twentyseven {
    width: 1174.5px;
  }
  .nomargin.twentyeight {
    width: 1218px;
  }
  .nomargin.twentynine {
    width: 1261.5px;
  }
  .nomargin.thirty {
    width: 1305px;
  }
  .nomargin.thirtyone {
    width: 1348.5px;
  }
  .nomargin.thirtytwo {
    width: 1392px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .one {
    width: 27.8125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .two {
    width: 64.0625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .three {
    width: 100.3125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .four {
    width: 136.5625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .five {
    width: 172.8125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .six {
    width: 209.0625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .seven {
    width: 245.3125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .eight {
    width: 281.5625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .nine {
    width: 317.8125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .ten {
    width: 354.0625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .eleven {
    width: 390.3125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .twelve {
    width: 426.5625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .thirteen {
    width: 462.8125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .fourteen {
    width: 499.0625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .fifteen {
    width: 535.3125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .sixteen {
    width: 571.5625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .seventeen {
    width: 607.8125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .eighteen {
    width: 644.0625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .nineteen {
    width: 680.3125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .twenty {
    width: 716.5625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .twentyone {
    width: 752.8125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .twentytwo {
    width: 789.0625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .twentythree {
    width: 825.3125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .twentyfour {
    width: 861.5625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .twentyfive {
    width: 897.8125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .twentysix {
    width: 934.0625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .twentyseven {
    width: 970.3125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .twentyeight {
    width: 1006.5625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .twentynine {
    width: 1042.8125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .thirty {
    width: 1079.0625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .thirtyone {
    width: 1115.3125px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .thirtytwo {
    width: 1151.5625px;
    margin: 3px 1.875px;
    padding: 3px 1.875px;
  }
  .nomargin.one {
    width: 36.25px;
  }
  .nomargin.two {
    width: 72.5px;
  }
  .nomargin.three {
    width: 108.75px;
  }
  .nomargin.four {
    width: 145px;
  }
  .nomargin.five {
    width: 181.25px;
  }
  .nomargin.six {
    width: 217.5px;
  }
  .nomargin.seven {
    width: 253.75px;
  }
  .nomargin.eight {
    width: 290px;
  }
  .nomargin.nine {
    width: 326.25px;
  }
  .nomargin.ten {
    width: 362.5px;
  }
  .nomargin.eleven {
    width: 398.75px;
  }
  .nomargin.twelve {
    width: 435px;
  }
  .nomargin.thirteen {
    width: 471.25px;
  }
  .nomargin.fourteen {
    width: 507.5px;
  }
  .nomargin.fifteen {
    width: 543.75px;
  }
  .nomargin.sixteen {
    width: 580px;
  }
  .nomargin.seventeen {
    width: 616.25px;
  }
  .nomargin.eighteen {
    width: 652.5px;
  }
  .nomargin.nineteen {
    width: 688.75px;
  }
  .nomargin.twenty {
    width: 725px;
  }
  .nomargin.twentyone {
    width: 761.25px;
  }
  .nomargin.twentytwo {
    width: 797.5px;
  }
  .nomargin.twentythree {
    width: 833.75px;
  }
  .nomargin.twentyfour {
    width: 870px;
  }
  .nomargin.twentyfive {
    width: 906.25px;
  }
  .nomargin.twentysix {
    width: 942.5px;
  }
  .nomargin.twentyseven {
    width: 978.75px;
  }
  .nomargin.twentyeight {
    width: 1015px;
  }
  .nomargin.twentynine {
    width: 1051.25px;
  }
  .nomargin.thirty {
    width: 1087.5px;
  }
  .nomargin.thirtyone {
    width: 1123.75px;
  }
  .nomargin.thirtytwo {
    width: 1160px;
  }
}
@media only screen and (min-width: 1044px) and (max-width: 1279px) {
  .one {
    width: 22.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .two {
    width: 51.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .three {
    width: 80.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .four {
    width: 109.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .five {
    width: 138.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .six {
    width: 167.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .seven {
    width: 196.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .eight {
    width: 225.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .nine {
    width: 254.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .ten {
    width: 283.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .eleven {
    width: 312.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .twelve {
    width: 341.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .thirteen {
    width: 370.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .fourteen {
    width: 399.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .fifteen {
    width: 428.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .sixteen {
    width: 457.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .seventeen {
    width: 486.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .eighteen {
    width: 515.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .nineteen {
    width: 544.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .twenty {
    width: 573.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .twentyone {
    width: 602.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .twentytwo {
    width: 631.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .twentythree {
    width: 660.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .twentyfour {
    width: 689.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .twentyfive {
    width: 718.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .twentysix {
    width: 747.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .twentyseven {
    width: 776.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .twentyeight {
    width: 805.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .twentynine {
    width: 834.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .thirty {
    width: 863.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .thirtyone {
    width: 892.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .thirtytwo {
    width: 921.25px;
    margin: 3px 1.5px;
    padding: 3px 1.5px;
  }
  .nomargin.one {
    width: 29px;
  }
  .nomargin.two {
    width: 58px;
  }
  .nomargin.three {
    width: 87px;
  }
  .nomargin.four {
    width: 116px;
  }
  .nomargin.five {
    width: 145px;
  }
  .nomargin.six {
    width: 174px;
  }
  .nomargin.seven {
    width: 203px;
  }
  .nomargin.eight {
    width: 232px;
  }
  .nomargin.nine {
    width: 261px;
  }
  .nomargin.ten {
    width: 290px;
  }
  .nomargin.eleven {
    width: 319px;
  }
  .nomargin.twelve {
    width: 348px;
  }
  .nomargin.thirteen {
    width: 377px;
  }
  .nomargin.fourteen {
    width: 406px;
  }
  .nomargin.fifteen {
    width: 435px;
  }
  .nomargin.sixteen {
    width: 464px;
  }
  .nomargin.seventeen {
    width: 493px;
  }
  .nomargin.eighteen {
    width: 522px;
  }
  .nomargin.nineteen {
    width: 551px;
  }
  .nomargin.twenty {
    width: 580px;
  }
  .nomargin.twentyone {
    width: 609px;
  }
  .nomargin.twentytwo {
    width: 638px;
  }
  .nomargin.twentythree {
    width: 667px;
  }
  .nomargin.twentyfour {
    width: 696px;
  }
  .nomargin.twentyfive {
    width: 725px;
  }
  .nomargin.twentysix {
    width: 754px;
  }
  .nomargin.twentyseven {
    width: 783px;
  }
  .nomargin.twentyeight {
    width: 812px;
  }
  .nomargin.twentynine {
    width: 841px;
  }
  .nomargin.thirty {
    width: 870px;
  }
  .nomargin.thirtyone {
    width: 899px;
  }
  .nomargin.thirtytwo {
    width: 928px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1043px) {
  .one {
    width: 16.6875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .two {
    width: 38.4375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .three {
    width: 60.1875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .four {
    width: 81.9375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .five {
    width: 103.6875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .six {
    width: 125.4375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .seven {
    width: 147.1875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .eight {
    width: 168.9375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .nine {
    width: 190.6875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .ten {
    width: 212.4375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .eleven {
    width: 234.1875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .twelve {
    width: 255.9375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .thirteen {
    width: 277.6875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .fourteen {
    width: 299.4375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .fifteen {
    width: 321.1875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .sixteen {
    width: 342.9375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .seventeen {
    width: 364.6875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .eighteen {
    width: 386.4375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .nineteen {
    width: 408.1875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .twenty {
    width: 429.9375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .twentyone {
    width: 451.6875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .twentytwo {
    width: 473.4375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .twentythree {
    width: 495.1875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .twentyfour {
    width: 516.9375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .twentyfive {
    width: 538.6875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .twentysix {
    width: 560.4375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .twentyseven {
    width: 582.1875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .twentyeight {
    width: 603.9375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .twentynine {
    width: 625.6875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .thirty {
    width: 647.4375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .thirtyone {
    width: 669.1875px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .thirtytwo {
    width: 690.9375px;
    margin: 3px 1.125px;
    padding: 3px 1.125px;
  }
  .nomargin.one {
    width: 21.75px;
  }
  .nomargin.two {
    width: 43.5px;
  }
  .nomargin.three {
    width: 65.25px;
  }
  .nomargin.four {
    width: 87px;
  }
  .nomargin.five {
    width: 108.75px;
  }
  .nomargin.six {
    width: 130.5px;
  }
  .nomargin.seven {
    width: 152.25px;
  }
  .nomargin.eight {
    width: 174px;
  }
  .nomargin.nine {
    width: 195.75px;
  }
  .nomargin.ten {
    width: 217.5px;
  }
  .nomargin.eleven {
    width: 239.25px;
  }
  .nomargin.twelve {
    width: 261px;
  }
  .nomargin.thirteen {
    width: 282.75px;
  }
  .nomargin.fourteen {
    width: 304.5px;
  }
  .nomargin.fifteen {
    width: 326.25px;
  }
  .nomargin.sixteen {
    width: 348px;
  }
  .nomargin.seventeen {
    width: 369.75px;
  }
  .nomargin.eighteen {
    width: 391.5px;
  }
  .nomargin.nineteen {
    width: 413.25px;
  }
  .nomargin.twenty {
    width: 435px;
  }
  .nomargin.twentyone {
    width: 456.75px;
  }
  .nomargin.twentytwo {
    width: 478.5px;
  }
  .nomargin.twentythree {
    width: 500.25px;
  }
  .nomargin.twentyfour {
    width: 522px;
  }
  .nomargin.twentyfive {
    width: 543.75px;
  }
  .nomargin.twentysix {
    width: 565.5px;
  }
  .nomargin.twentyseven {
    width: 587.25px;
  }
  .nomargin.twentyeight {
    width: 609px;
  }
  .nomargin.twentynine {
    width: 630.75px;
  }
  .nomargin.thirty {
    width: 652.5px;
  }
  .nomargin.thirtyone {
    width: 674.25px;
  }
  .nomargin.thirtytwo {
    width: 696px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ten,
  .eleven,
  .twelve,
  .thirteen,
  .fourteen,
  .fifteen,
  .sixteen,
  .seventeen,
  .eighteen,
  .nineteen,
  .twenty,
  .twentyone,
  .twentytwo,
  .twentythree,
  .twentyfour,
  .twentyfive,
  .twentysix,
  .twentyseven,
  .twentyeight,
  .twentynine,
  .thirty,
  .thirtyone,
  .thirtytwo {
    width: 568px;
    margin: 3px;
    padding: 3px;
  }
  .nomargin.ten,
  .nomargin.eleven,
  .nomargin.twelve,
  .nomargin.thirteen,
  .nomargin.fourteen,
  .nomargin.fifteen,
  .nomargin.sixteen,
  .nomargin.seventeen,
  .nomargin.eighteen,
  .nomargin.nineteen,
  .nomargin.twenty,
  .nomargin.twentyone,
  .nomargin.twentytwo,
  .nomargin.twentythree,
  .nomargin.twentyfour,
  .nomargin.twentyfive,
  .nomargin.twentysix,
  .nomargin.twentyseven,
  .nomargin.twentyeight,
  .nomargin.twentynine,
  .nomargin.thirty,
  .nomargin.thirtyone,
  .nomargin.thirtytwo {
    width: 580px;
  }
}
@media only screen and (max-width: 479px) {
  .six,
  .seven,
  .eight,
  .nine,
  .ten,
  .eleven,
  .twelve,
  .thirteen,
  .fourteen,
  .fifteen,
  .sixteen,
  .seventeen,
  .eighteen,
  .nineteen,
  .twenty,
  .twentyone,
  .twentytwo,
  .twentythree,
  .twentyfour,
  .twentyfive,
  .twentysix,
  .twentyseven,
  .twentyeight,
  .twentynine,
  .thirty,
  .thirtyone,
  .thirtytwo {
    width: 336px;
    margin: 3px;
    padding: 3px;
  }
  .nomargin.six,
  .nomargin.seven,
  .nomargin.eight,
  .nomargin.nine,
  .nomargin.ten,
  .nomargin.eleven,
  .nomargin.twelve,
  .nomargin.thirteen,
  .nomargin.fourteen,
  .nomargin.fifteen,
  .nomargin.sixteen,
  .nomargin.seventeen,
  .nomargin.eighteen,
  .nomargin.nineteen,
  .nomargin.twenty,
  .nomargin.twentyone,
  .nomargin.twentytwo,
  .nomargin.twentythree,
  .nomargin.twentyfour,
  .nomargin.twentyfive,
  .nomargin.twentysix,
  .nomargin.twentyseven,
  .nomargin.twentyeight,
  .nomargin.twentynine,
  .nomargin.thirty,
  .nomargin.thirtyone,
  .nomargin.thirtytwo {
    width: 348px;
  }
}
@media only screen and (max-width: 320px) {
  .five,
  .six,
  .seven,
  .eight,
  .nine,
  .ten,
  .eleven,
  .twelve,
  .thirteen,
  .fourteen,
  .fifteen,
  .sixteen,
  .seventeen,
  .eighteen,
  .nineteen,
  .twenty,
  .twentyone,
  .twentytwo,
  .twentythree,
  .twentyfour,
  .twentyfive,
  .twentysix,
  .twentyseven,
  .twentyeight,
  .twentynine,
  .thirty,
  .thirtyone,
  .thirtytwo {
    width: 278px;
    margin: 3px;
    padding: 3px;
  }
  .nomargin.five,
  .nomargin.six,
  .nomargin.seven,
  .nomargin.eight,
  .nomargin.nine,
  .nomargin.ten,
  .nomargin.eleven,
  .nomargin.twelve,
  .nomargin.thirteen,
  .nomargin.fourteen,
  .nomargin.fifteen,
  .nomargin.sixteen,
  .nomargin.seventeen,
  .nomargin.eighteen,
  .nomargin.nineteen,
  .nomargin.twenty,
  .nomargin.twentyone,
  .nomargin.twentytwo,
  .nomargin.twentythree,
  .nomargin.twentyfour,
  .nomargin.twentyfive,
  .nomargin.twentysix,
  .nomargin.twentyseven,
  .nomargin.twentyeight,
  .nomargin.twentynine,
  .nomargin.thirty,
  .nomargin.thirtyone,
  .nomargin.thirtytwo {
    width: 290px;
  }
}
html {
  background: #fff;
  color: #000;
  font-size: 14px;
}
body {
  text-align: center;
}
.container {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.mobile_menu {
  display: none;
  position: relative;
  width: 90%;
  text-align: center;
  color: #fff;
  margin: 10px auto 0;
  padding: 3px;
  z-index: 1000;
  font-size: 13px;
  border: 1px solid #42420d;
  background-color: #53531E;
}
/*-- Header --*/
.top-bar {
  text-align: center;
  z-index: 10000;
}
.homepage-content {
  width: 100%;
}
.pillar {
  position: absolute;
  top: 0;
  width: 20%;
  width: 240px \9;
  max-width: 270px;
  height: 850px;
  z-index: 20;
}
.left-accent {
  left: 0;
  /*background: url("../img/left-accent.png") no-repeat transparent;
    background-size: 100% auto;
    background-position: right top;*/
}
.right-accent {
  right: 0;
  /*background: url("../img/right-accent.png") no-repeat transparent;
    background-size: 100% auto;
    background-position: left top;*/
}
.logo-nav {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  z-index: 50;
  background: url("../img/bg.png") repeat;
}
.top-logo {
  width: 60%;
  z-index: 10;
  text-align: center;
}
.top-logo img {
  max-width: 300px;
}
#body_home .top-logo img {
  max-width: 350px;
}
.marquee {
  margin: 60px 0 30px 0;
  z-index: 30;
}
.marquee-xl div div {
  font-family: 'Handlee', cursive;
  font-size: 22px;
  line-height: 22px;
  height: 24px;
}
.marquee-l div div {
  font-family: 'Handlee', cursive;
  font-size: 20px;
  line-height: 20px;
  height: 22px;
}
.marquee-m div div {
  font-family: 'Handlee', cursive;
  font-size: 18px;
  line-height: 18px;
  height: 20px;
}
.marquee-s div div {
  font-family: 'Handlee', cursive;
  font-size: 16px;
  line-height: 16px;
  height: 18px;
}
#marquee_container {
  background-color: transparent !important;
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  z-index: 10;
}
/*-- Navigation --*/
#nav_main {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  display: block;
}
#nav_main ul {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-bottom: -5px;
  background-color: #53531E;
}
#nav_main ul li {
  text-align: center;
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
  background: transparent;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: background;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: background;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
  z-index: 20;
}
#nav_main ul li a {
  display: block;
  position: relative;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 30px;
  padding: 19px 25px;
  margin: 0 20px;
  text-transform: lowercase;
  text-align: center;
  vertical-align: bottom;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
  text-transform: uppercase;
}
#nav_main ul li a:hover {
  color: #CE8A14;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
}
/*body#body_home #nav_main ul li#home_ni:before,
body#body_floorplans #nav_main ul li#availability_ni:before,
body#body_gallery #nav_main ul li#gallery_ni:before,
body#body_amenities #nav_main ul li#amenities_ni:before,
body#body_community-tour #nav_main ul li#commtour_ni:before,
body#body_directions #nav_main ul li#map_ni:before,
body#body_application #nav_main ul li#application_ni:before,
body#body_pets #nav_main ul li#pets_ni:before,
body#body_residents #nav_main ul li#residents_ni:before,
body#body_contact #nav_main ul li#contact_ni:before,
body#body_interactive_map ul li#site_map_ni:before,
body#body_blog #nav_main ul li#blog_ni:before {
    left: 0;
    bottom: 0;
    height: 110px;
    width: 100%;
    .gradient(@bgcolor, @hovercolor);
    content: " ";
    position: absolute;
}*/
body#body_home #nav_main ul li#home_ni,
body#body_floorplans #nav_main ul li#availability_ni,
body#body_gallery #nav_main ul li#gallery_ni,
body#body_amenities #nav_main ul li#amenities_ni,
body#body_community-tour #nav_main ul li#commtour_ni,
body#body_directions #nav_main ul li#map_ni,
body#body_application #nav_main ul li#application_ni,
body#body_pets #nav_main ul li#pets_ni,
body#body_residents #nav_main ul li#residents_ni,
body#body_contact #nav_main ul li#contact_ni,
body#body_interactive_map ul li#site_map_ni,
body#body_blog #nav_main ul li#blog_ni {
  z-index: 10;
  margin-top: -9px;
}
body#body_home #nav_main ul li#home_ni a,
body#body_floorplans #nav_main ul li#availability_ni a,
body#body_gallery #nav_main ul li#gallery_ni a,
body#body_amenities #nav_main ul li#amenities_ni a,
body#body_community-tour #nav_main ul li#commtour_ni a,
body#body_directions #nav_main ul li#map_ni a,
body#body_application #nav_main ul li#application_ni a,
body#body_pets #nav_main ul li#pets_ni a,
body#body_residents #nav_main ul li#residents_ni a,
body#body_contact #nav_main ul li#contact_ni a,
body#body_interactive_map ul li#site_map_ni a,
body#body_blog #nav_main ul li#blog_ni a {
  color: #fff;
  background: #9B9444;
  line-height: 38px;
  border-radius: 5px 5px 0 0;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
}
.ie body#body_home #nav_main ul li#home_ni a,
.ie body#body_floorplans #nav_main ul li#availability_ni a,
.ie body#body_gallery #nav_main ul li#gallery_ni a,
.ie body#body_amenities #nav_main ul li#amenities_ni a,
.ie body#body_community-tour #nav_main ul li#commtour_ni a,
.ie body#body_directions #nav_main ul li#map_ni a,
.ie body#body_application #nav_main ul li#application_ni a,
.ie body#body_pets #nav_main ul li#pets_ni a,
.ie body#body_residents #nav_main ul li#residents_ni a,
.ie body#body_contact #nav_main ul li#contact_ni a,
.ie body#body_blog #nav_main ul li#blog_ni a {
  background: #53531E;
}
.nav-cta {
  text-align: center;
  background: #9B9444;
  width: 100%;
}
.nav-cta li {
  margin: 8px .5%;
}
.nav-cta li a {
  text-align: center;
  width: 190px;
  line-height: 41px;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  background: #CE8A14;
  border-radius: 4px;
  color: #fff;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: all;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
}
.nav-cta li a:hover {
  background: #f0ac36;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: all;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
}
.top-cta_social {
  width: auto;
  display: inline-block;
  margin: 60px auto 0;
  z-index: 50;
  text-align: center;
}
.top-cta {
  padding: 0 30px 2px;
  background: #53531E;
  color: #fff;
  text-align: center;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: background;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: background;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
  margin: 0 5px 5px;
  line-height: 32px;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  display: block;
}
.tc1 {
  margin-top: 5px;
}
.top-cta:hover {
  color: #fff;
  background: #bdb666;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: background;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: background;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
}
.top-cta_social div h1,
.leasephone {
  font-size: 32px;
  line-height: 37px;
  color: #9B9444;
  text-align: center;
  font-family: 'Handlee', cursive;
  font-weight: normal;
}
.top-social {
  background: #9B9444;
  text-align: center;
  margin: 0 5px;
  padding: 0 8px;
}
.top-social .social-button {
  margin: 5px;
  height: 32px;
  width: 32px;
  border: 1px solid transparent;
  background: url("../img/__social_sprite.png") no-repeat transparent;
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: border;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: border;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: border;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
}
.top-social .social-button:hover {
  border: 1px solid #ffbd47;
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: border;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: border;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: border;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
}
.top-social .facebook {
  background-position: 0 0;
}
.top-social .twitter {
  background-position: -32px 0;
}
.top-social .youtube {
  background-position: -64px 0;
}
.top-social .pinterest {
  background-position: -96px 0;
}
.top-social .instagram {
  background-position: -128px 0;
}
/*-- Slideshow --*/
.ss_container,
#slideshow,
.plusSlider {
  position: relative;
}
.ss_container {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
#slideshow,
.plusSlider {
  overflow: visible;
}
.plusSlider,
.plusSlider img {
  position: absolute;
}
.plusSlider {
  top: 0px;
  left: 0px;
}
.plusSlider,
.plusSlider img,
#slideshow {
  width: 100%;
}
#slideshow {
  position: relative;
}
figure.responsive {
  width: 100%;
  display: block;
}
figure img {
  margin: 0;
}
/*-- homepage --*/
.page-content-container {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: left;
  z-index: 200;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/hp-bg.png") repeat;
}
.home-cta-container {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.cta {
  width: 260px;
  background: #e8e8e8;
  border: 7px solid #3e3e3e;
  -webkit-box-shadow: 2px 2px 7px #000;
  box-shadow: 2px 2px 7px #000;
  behavior: url("/gridmedia/js/pie.htc");
  margin: 10px 2%;
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: border;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: border;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: border;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
}
.cta:hover {
  border: 7px solid #CE8A14;
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: border;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: border;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: border;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
}
.home-cta-img {
  width: 90px;
  height: 90px;
  margin: 2px;
}
.home-cta-content {
  width: 150px;
  margin: 20px 0 0;
}
.home-cta-content h5 {
  font-size: 18px;
  line-height: 20px;
  white-space: nowrap;
}
.home-cta-content p {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: normal;
}
.home-content {
  width: 80%;
  display: inline-block;
  margin: 20px auto 10px;
  text-align: center;
}
.community-info {
  display: inline-block;
  width: 450px;
}
.info-content {
  width: auto;
}
.info-content span {
  font-size: 12px;
  display: block;
}
.hpt {
  display: inline-block;
  padding: 0 20px;
}
.hpt h2 {
  font-family: 'Handlee', cursive;
  color: #fff;
}
.hpt p {
  color: #fff;
}
.home-side-links {
  display: table-cell;
  width: 240px;
}
.side-link {
  display: block;
  margin: 0 0 10px 10px;
  color: #53531E;
  font-family: 'Handlee', cursive;
  font-size: 18px;
  font-weight: bold;
}
.side-link:hover {
  color: #ffce58;
}
#specials-button {
  display: none;
}
#specials-button.active {
  display: inline-block;
}
.refer-a-friend-wrapper {
  max-width: 250px;
}
.refer-a-friend-wrapper h4 {
  text-transform: uppercase;
  background-image: -moz-linear-gradient(#53531E, #000);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#53531E), to(#000));
  background-image: -webkit-linear-gradient(#53531E, #000);
  background-image: -o-linear-gradient(#53531E, #000);
  background-image: linear-gradient(#53531E, #000);
  -pie-background: linear-gradient(#53531E, #000);
  behavior: url("/gridmedia/js/pie.htc");
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  text-shadow: none;
  border: 1px solid #313100;
}
.refer-a-friend-wrapper div {
  display: block;
  text-align: center;
}
p.refer-a-friend-incentive {
  display: block;
}
.refer-a-friend-wrapper label {
  color: #000;
}
/*-- footer --*/
.footer {
  display: inline-block;
  width: 100%;
  margin: 0;
  background: #53531E;
  -webkit-box-shadow: inset 0 2px 5px #202000;
  box-shadow: inset 0 2px 5px #202000;
  behavior: url("/gridmedia/js/pie.htc");
}
.footer a {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
}
.footer a:hover {
  color: #CE8A14;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
}
.footer span,
.footer p,
.footer a,
.footer-nav ul li a,
footer .footer-nav {
  color: #fff;
}
footer .footer-nav {
  text-align: left;
  font-size: 14px;
  margin: 0;
  display: inline-block;
}
.footer-topnav {
  width: 80%;
  display: table;
  margin: 16px auto 0 auto;
}
.footer_communities {
  width: 100%;
  display: block;
  text-align: center;
  color: #CE8A14;
  padding: 10px 0;
}
.footer_communities h5:hover {
  color: #f0ac36;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
}
.footer .footer_communities h5 {
  text-align: center;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
}
.footer h5 {
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 7px;
}
.footer-translate h5 {
  text-align: center;
}
.footer-tablecell {
  display: table-cell;
  text-align: center;
  width: 400px;
}
.footer-domain a {
  font-size: 13px;
}
.footer-nav ul {
  text-align: left;
}
.footer-nav ul li {
  padding: 0 0 0 2px;
  margin: 0;
  display: block;
}
.footer-nav ul li a {
  text-align: center;
  font-size: 14px;
  padding: 0 8px;
  margin: 0;
  line-height: 16px;
}
.footer-nav ul li a:hover {
  color: #CE8A14;
}
/* social icons */
.facebook,
.twitter,
.pinterest,
.youtube,
.google,
.linkedin,
.mapsocial,
.myspace,
.blogsocial {
  line-height: 25px;
  height: 28px;
  margin-left: 40px;
  color: #fff;
  display: block;
  margin-top: 5px;
  transition-property: color;
  transition-duration: 0s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: color;
  -moz-transition-duration: 0s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: color;
  -o-transition-duration: 0s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
}
.bottom-social .social-button:hover {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
  transition-property: color;
  transition-duration: 0s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -moz-transition-property: color;
  -moz-transition-duration: 0s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-property: color;
  -o-transition-duration: 0s;
  -o-transition-timing-function: linear;
  -o-transition-delay: 0s;
}
.facebook:before,
.twitter:before,
.pinterest:before,
.youtube:before,
.google:before,
.linkedin:before,
.mapsocial:before,
.myspace:before,
.blogsocial:before {
  content: '';
  background: url("../img/socialicons.png") no-repeat;
  width: 28px;
  height: 28px;
  left: -35px;
  top: 0;
  position: absolute;
}
.facebook:before {
  background-position: 0 0;
}
.facebook:hover:before {
  background-position: 0 -30px;
}
.twitter:before {
  background-position: -30px 0px;
}
:hover:before {
  background-position: -30px -30px;
}
.youtube:before {
  background-position: -60px 0;
}
.youtube:hover:before {
  background-position: -60px -30px;
}
.google:before {
  background-position: -90px 0;
}
.google:hover:before {
  background-position: -90px -30px;
}
.pinterest:before {
  background-position: -120px 0;
}
.pinterest:hover:before {
  background-position: -120px -30px;
}
.linkedin:before {
  background-position: -150px 0;
}
.linkedin:hover:before {
  background-position: -150px -30px;
}
.mapsocial:before {
  background-position: -180px 0;
}
.mapsocial:hover:before {
  background-position: -180px -30px;
}
.myspace:before {
  background-position: -210px 0;
}
.myspace:hover:before {
  background-position: -210px -30px;
}
.blogsocial:before {
  background-position: -240px 0;
}
.blogsocial:hover:before {
  background-position: -240px -30px;
}
.info-hero {
  width: 160px;
  margin: 5% 2% 0 0;
  border: 2px solid #c7c7c7;
  border-radius: 2px;
  background-clip: border-box;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px #42420d;
  box-shadow: 1px 1px 2px #42420d;
  behavior: url("/gridmedia/js/pie.htc");
}
.footer-translate {
  display: inline-block;
  text-align: center;
}
.addressbar {
  display: block;
  margin: 15px auto;
  width: 100%;
  text-align: center;
}
.addressbar span {
  margin: 0;
  padding: 0;
  color: #53531E;
}
.addressbar > span,
.addressbar div > span {
  padding: 3px 8px;
  margin: 5px 0;
  font-size: 12px;
  line-height: 12px;
  border-left: 1px solid #53531E;
}
.addressbar > section span {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.addressbar .url {
  border-right: 1px solid #53531E;
}
.addressbar > span aside,
.addressbar > div span aside {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  padding: 0;
}
.phone:before {
  content: "Phone: ";
}
.fax:before {
  content: "Fax: ";
}
.corp-container {
  display: block;
  margin: 5px auto;
  text-align: center;
  width: auto;
}
.corp-logo {
  width: auto;
  max-width: 75px;
  display: block;
  margin: 0 auto;
}
.copyright {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}
.copyright p {
  text-align: center;
  margin: 0 3%;
}
.copyright p,
.copyright a {
  width: auto;
  font-size: inherit;
  line-height: inherit;
}
.copyright p a {
  margin: 0 5px;
  color: #CE8A14;
  text-decoration: underline;
}
/* #Interior Page Styles */
.insidepage {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 20px 0;
  background: rgba(247, 244, 236, 0.6);
  z-index: 200;
  min-height: 300px;
}
.insidepage h1 {
  display: block;
  margin: 20px 0 10px 0;
  font-size: 26px;
  text-transform: uppercase;
  color: #53531E;
}
.insidepage,
.insidepage h1 {
  text-align: center;
}
.insidepage h2,
.insidepage h3,
.insidepage h4,
.insidepage h5 {
  color: #53531E;
}
.print {
  position: absolute;
  display: none;
  top: 10px;
  right: 25px;
  height: 50px;
  width: 60px;
  background: url(../img/print.png) no-repeat;
  z-index: 30;
  padding: 0;
  font-size: 12px;
}
.printheader {
  display: none;
  text-align: center;
}
.a_button {
  margin: 0 auto;
  display: block;
  width: 150px;
  height: 50px;
  padding: 0;
  border-radius: 10px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  border: 1px solid #53531E;
  box-shadow: 2px 2px 3px #555;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  background: #eeeeee;
}
.a_button span {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #53531E;
  border-radius: 10px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
  position: absolute;
  z-index: 25;
}
.a_button span:first-child {
  display: block;
  z-index: 1;
  background: #eeeeee;
}
.a_button span:last-child {
  display: none;
  z-index: 2;
  background: #fff;
}
.a_button:hover span:first-child {
  display: none;
}
.a_button:hover span:last-child {
  display: block;
}
.application a {
  color: #000 /9;
}
.promotion form {
  display: none;
}
.promotions .promotion p {
  display: block;
}
.promotions .promotion p:last-child,
.promotions h4 {
  text-align: center;
}
.promotions h4 {
  padding: 5px 0;
}
#id_ripple {
  display: none;
}
#body_application .pad .apply {
  background: #53531E;
  width: 100%;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  border-radius: 5px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
  white-space: nowrap;
}
#body_application .app-iframe {
  min-height: 600px;
}
#body_calendar h3.calender_header {
  color: #000;
}
.perks ul {
  margin: 10px;
  width: 90%;
  max-width: 500px;
}
.perks ul li {
  display: block;
  margin: 10px 5px;
}
.perk-pdf {
  width: 90%;
  max-width: 300px;
}
.app-frame-holder {
  background: url("../img/loading.gif") no-repeat;
  background-position: 48% 100px;
}
#community_logos {
  display: block;
  margin: 10px auto;
  text-align: center;
}
#community_logos li {
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 0px;
}
#community_logos li a {
  background: url("/gridmedia/img/__community_logos.png") no-repeat;
  width: 56px;
  height: 80px;
  margin-left: 15px;
  border: solid 2px #ffdb85;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
ul#community_logos li#davinci_logo a {
  background-position: 0px 0px;
}
ul#community_logos li#lorenzo_logo a {
  background-position: -106px 0px;
}
ul#community_logos li#medici_logo a {
  background-position: -212px 0px;
}
ul#community_logos li#orsini_logo a {
  background-position: -318px 0px;
}
ul#community_logos li#piero_logo a {
  background-position: -424px 0px;
}
ul#community_logos li#visconti_logo a {
  background-position: -530px 0px;
}
/*-- imports --*/
table.info tbody tr td {
  white-space: nowrap;
}
#availabilities {
  min-height: 400px;
  text-align: center;
}
#availabilities,
#floorplans_nav {
  max-width: 700px;
  text-align: center;
}
.availability {
  position: relative;
  vertical-align: top;
  text-align: center;
  margin: 0px auto;
}
.availability .availlist table {
  vertical-align: top;
  background: none;
  display: inline-block;
  border-spacing: 0;
  margin: 1px;
  padding: 0;
  width: 130px;
}
.availability .availlist table tbody {
  width: 135px;
}
.div_main_availlist {
  text-align: center;
  width: 100%;
}
.availability .availlist table tr {
  width: 128px;
  border: none;
  margin: 0;
  padding: 0;
}
#body_floorplans ul.bulletlist li,
.fptab .inselect {
  color: #fff;
}
.fpselect {
  width: 390px;
  display: none;
  border-top: 1px solid #979762;
  border-left: 1px solid #979762;
  border-bottom: 1px solid #0f0f00;
  border-right: 1px solid #0f0f00;
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  padding: 3px;
  -webkit-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
  behavior: url("/gridmedia/js/pie.htc");
  text-align: center;
  outline: none;
  font-weight: bold;
  margin: 2px auto;
  min-width: 290px;
  color: #000;
}
.fpselect optgroup {
  text-align: left;
}
.availability .availlist table tbody tr th {
  width: 35px;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 0;
}
.availability .availlist table tbody tr td {
  width: 90px;
  margin: 0;
  padding: 0;
}
.ul_units {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
.ul_units li {
  background-image: -moz-linear-gradient(#757540, #fff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#757540), to(#fff));
  background-image: -webkit-linear-gradient(#757540, #fff);
  background-image: -o-linear-gradient(#757540, #fff);
  background-image: linear-gradient(#757540, #fff);
  -pie-background: linear-gradient(#757540, #fff);
  width: 90%;
  border-radius: 10px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
  border: 1px solid #000;
  margin: 2px 1px;
  padding: 1px;
}
.ul_units li:hover {
  background-image: -moz-linear-gradient(#979762, #ffffff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#979762), to(#ffffff));
  background-image: -webkit-linear-gradient(#979762, #ffffff);
  background-image: -o-linear-gradient(#979762, #ffffff);
  background-image: linear-gradient(#979762, #ffffff);
  -pie-background: linear-gradient(#979762, #ffffff);
  behavior: url("/gridmedia/js/pie.htc");
}
.ul_units li a:hover {
  color: #fff;
}
.beds_link {
  width: 98%;
  color: #fff;
  margin: 1.5px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #000;
  font-size: 24px -8px;
  background-image: -moz-linear-gradient(#868651, #53531E);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#868651), to(#53531E));
  background-image: -webkit-linear-gradient(#868651, #53531E);
  background-image: -o-linear-gradient(#868651, #53531E);
  background-image: linear-gradient(#868651, #53531E);
  -pie-background: linear-gradient(#868651, #53531E);
  behavior: url("/gridmedia/js/pie.htc");
}
.beds_link:hover {
  background-image: -moz-linear-gradient(#b9b984, #64642f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b9b984), to(#64642f));
  background-image: -webkit-linear-gradient(#b9b984, #64642f);
  background-image: -o-linear-gradient(#b9b984, #64642f);
  background-image: linear-gradient(#b9b984, #64642f);
  -pie-background: linear-gradient(#b9b984, #64642f);
  behavior: url("/gridmedia/js/pie.htc");
}
.unit_link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 12px;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 1px;
}
.beds_link:hover {
  color: #fff !important;
}
.beds_link:hover:after {
  content: " - Click to Close/Open";
  font-weight: normal;
  font-size: 10px;
  vertical-align: top;
}
.unit_link:hover {
  color: #000 !important;
}
.availability .availlist table td {
  font-size: 12px;
  line-height: 14px;
  padding: 2px 5px;
}
.bdbacat.thirteen {
  margin: 1px;
  text-align: center;
  padding: 0;
  width: 100%;
}
.gallerytabs {
  text-align: center;
  z-index: 35;
}
.gallerytabs li {
  margin: 0 3px;
  padding: 3px;
  min-width: 130px;
  background: #797222;
  -webkit-box-shadow: inset -1px -1px 2px #333;
  box-shadow: inset -1px -1px 2px #333;
  border-radius: 10px 10px 0 0;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
  z-index: 35;
  cursor: pointer;
  position: relative;
}
.gallerytabs li a,
.gallerytabs li div {
  padding: 4px;
  text-align: center;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px #333;
  text-decoration: none;
}
.gallerytabs li.highlighted {
  background: #9B9444;
  -webkit-box-shadow: 1px -1px 1px #333;
  box-shadow: 1px -1px 1px #333;
  behavior: url("/gridmedia/js/pie.htc");
}
.sitemaptabs li.highlighted {
  -webkit-box-shadow: 1px 1px 1px #333;
  box-shadow: 1px 1px 1px #333;
  behavior: url("/gridmedia/js/pie.htc");
}
.gallerytabs li.highlighted a,
.gallerytabs li.highlighted div {
  font-weight: bold;
  color: #fff;
  text-shadow: none;
}
.sitemaptabs {
  margin-top: -10px;
}
.sitemaptabs li {
  border-radius: 0 0 10px 10px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
}
.fptab {
  width: 760px;
  padding: 3px;
  background: #9B9444;
  -webkit-box-shadow: 1px 1px 1px #333;
  box-shadow: 1px 1px 1px #333;
  border-radius: 8px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
  z-index: 30;
  text-align: center;
}
.availability .fptab h2 {
  margin: 10px 0 0 0;
  color: #fff;
}
.fp {
  margin: 3px;
}
.fp a:hover {
  color: #53531E;
}
.availability .availlist table td {
  text-align: right;
}
.availability .availlist table tr:nth-child(even) {
  background: #d9d9d9;
  z-index: 15;
}
.availability .availlist table tr:last-child td {
  border-bottom: 0;
}
.availability h2 {
  font-family: 'Handlee', cursive;
  font-size: 20px;
  line-height: 22px;
  display: block;
  text-align: center;
  margin: 0;
  padding: 1px 0;
  color: #979797;
}
.availability h3 {
  display: block;
  width: 100%;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 0;
}
.availability h4 {
  font-size: 13px;
}
.availability h5 {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 17px;
  background: #757540;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 6px 6px 0 0;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
}
.availtext {
  position: relative;
  display: block;
  margin: 0 0 0 20px;
  padding: 0 20px 0 0;
}
.fpthumb {
  width: 50px;
  border: 0 solid #53531E;
  display: inline-block;
  margin: 2px;
}
#floorplan_img {
  margin: 3px;
}
.availlist {
  text-align: center;
  margin: 0;
  padding: 5px 0 0 0;
  display: block;
}
.availlist > li {
  background: #fff;
  vertical-align: top;
  border: 1px solid #000;
  border-radius: 8px;
  background-clip: border-box;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
  behavior: url("/gridmedia/js/pie.htc");
  margin: 4px 1px 1px 1px;
  padding: 0;
  width: 192px;
  text-align: center;
}
.availlist li a {
  display: block;
  text-decoration: none;
}
.fp > a {
  text-align: center;
}
.availability .liaddress {
  display: block;
  width: 100%;
  font-size: 16px;
  background: #9ca779;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.furnish {
  display: block;
  padding: 3px;
  margin: 5px auto;
  width: 150px;
  text-align: center;
  border: 1px solid #CE8A14;
  border-radius: 5px;
  background-clip: border-box;
  background-image: -moz-linear-gradient(#CE8A14, #bd7903);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CE8A14), to(#bd7903));
  background-image: -webkit-linear-gradient(#CE8A14, #bd7903);
  background-image: -o-linear-gradient(#CE8A14, #bd7903);
  background-image: linear-gradient(#CE8A14, #bd7903);
  -pie-background: linear-gradient(#CE8A14, #bd7903);
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
  background-color: #fff;
  color: #fff;
}
.furnish:hover {
  color: #fff;
  background-image: -moz-linear-gradient(#df9b25, #df9b25);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#df9b25), to(#df9b25));
  background-image: -webkit-linear-gradient(#df9b25, #df9b25);
  background-image: -o-linear-gradient(#df9b25, #df9b25);
  background-image: linear-gradient(#df9b25, #df9b25);
  -pie-background: linear-gradient(#df9b25, #df9b25);
  behavior: url("/gridmedia/js/pie.htc");
}
.infobox {
  display: inline-block;
  margin: 0 0 10px;
  padding: 2px;
}
#floorplan_details.nineteen {
  width: auto;
}
.infobox > div {
  text-align: center;
}
.fpthumbs {
  text-align: center;
}
.fpthumbs li {
  padding: 2px;
}
.fpthumbs li,
.floorplan_gallery_link {
  display: inline-block;
  width: 131px;
}
.fpimg {
  width: 125px;
  border-radius: 4px;
  background-clip: border-box;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 5px #555;
  box-shadow: 2px 2px 5px #555;
  behavior: url("/gridmedia/js/pie.htc");
  border: 1px solid #777;
  opacity: 0.7;
  margin: 2px;
}
.fpimg:hover {
  border: 1px solid #FF9;
  opacity: 1;
}
.a-list {
  display: inline-block;
  vertical-align: top;
  z-index: 70;
  text-align: left;
  margin: 0;
  padding: 20px;
  width: 100%;
}
.a-list li {
  list-style: disc;
  color: #53531E;
  display: inline-block;
  position: relative;
  min-width: 250px;
  font-size: 12px;
  padding: 2px 0 0 10px;
  float: left;
  width: 40%;
}
.inselect {
  display: block;
  text-align: center;
}
.a-list h2 {
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 5px 0;
}
.bigimg {
  border-radius: 5px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
}
.availlist li h2,
#availabilities {
  text-align: center;
}
div#div_community_map_wrapper {
  margin: 10px;
  z-index: 100;
}
.unitstats {
  margin: 5px 0 0 0;
}
.unitstats li {
  display: block;
  padding: 3px 10px;
}
.unitdetails {
  display: inline-block;
  z-index: 10;
  color: #53531E;
}
h1.fpname {
  display: block;
}
#floorplan_gallery {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 750px;
  height: 500px;
}
#floorplan_gallery .slide {
  left: 0;
  position: absolute;
  top: 0;
}
#floorplan_gallery .hidden {
  display: none;
}
#fpdiagram {
  margin: 0 auto;
}
.ul_units label {
  color: #53531E;
}
.available_now {
  color: #53531E !important;
}
.insidepage h1.unitname,
.insidepage h1.fpname {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0 auto;
}
.camera {
  display: inline-block;
  width: 15px;
  height: 12px;
  background: url(/gridmedia/img/camera.png) no-repeat;
  margin: 4px 3px 0 0;
  padding: 0;
}
label.available_now {
  display: none;
}
label.available_now:first-of-type {
  display: inline;
}
.ul_units li.chosen {
  background-image: -moz-linear-gradient(#f99, #d00);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f99), to(#d00));
  background-image: -webkit-linear-gradient(#f99, #d00);
  background-image: -o-linear-gradient(#f99, #d00);
  background-image: linear-gradient(#f99, #d00);
  -pie-background: linear-gradient(#f99, #d00);
  behavior: url("/gridmedia/js/pie.htc");
  border: 1px solid #a00;
}
.ul_units li.chosen a {
  color: #fff;
  text-shadow: -1px -1px 0 #a00, 1px 1px 3px #000;
}
.ul_units li.chosen a:hover {
  color: #fff !important;
}
.modelimg,
.modelimg span {
  width: 100%;
}
.modelimg span {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
}
/* infoCenter */
.infocenter {
  position: relative;
  width: 100%;
  z-index: 10;
  font-family: #000;
  margin: 0 auto;
  text-align: center;
}
.infocenter b,
.infocenter i {
  font-size: 14px;
  line-height: 16px;
  padding: 0 2px;
}
.infocenter .available_now {
  color: #000 !important;
}
.lines,
.info {
  position: absolute;
  width: 235px;
  height: 70px;
}
.lines {
  z-index: 20;
}
.infocanvas {
  display: block;
  position: absolute;
  top: -3px;
  width: 505px;
  height: 70px;
  z-index: 30;
}
.info {
  z-index: 40;
}
table.info tbody tr td {
  font-size: 13px;
  height: 20px;
}
.left {
  top: 0px;
  left: 0px;
}
.lines.left {
  background: url(../img/linesleft.gif) no-repeat\9;
}
.right {
  top: 0px;
  right: 0px;
}
.lines.right {
  background: url(../img/linesright.gif) no-repeat\9;
}
.infotitle {
  position: absolute;
  top: 0px;
  left: 170px;
  width: 165px;
  margin: 0 auto;
  text-align: center;
  z-index: 40;
}
.infotitle h3 {
  color: #53531E;
  font-family: 'Handlee', cursive;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  margin: 5px 0;
  padding: 0;
}
.infotitle span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 55px;
  background-image: -moz-linear-gradient(#b9b984, #64642f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b9b984), to(#64642f));
  background-image: -webkit-linear-gradient(#b9b984, #64642f);
  background-image: -o-linear-gradient(#b9b984, #64642f);
  background-image: linear-gradient(#b9b984, #64642f);
  -pie-background: linear-gradient(#b9b984, #64642f);
  behavior: url("/gridmedia/js/pie.htc");
  border: 1px solid #53531E;
  padding: 3px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
}
.available {
  color: #00bb00;
}
.indent1 {
  text-indent: 25px;
}
.indent2 {
  text-indent: 50px;
}
.indent3 {
  text-indent: 68px;
}
.textright {
  text-align: right;
}
.pad1 {
  padding-right: 25px;
}
.pad2 {
  padding-right: 50px;
}
.pad3 {
  padding-right: 75px;
}
/* Red Dot */
.dots {
  position: relative;
  width: 750px;
  height: 750px;
}
.dot {
  display: inline-block;
  position: relative;
  margin: -10px 0 0 -10px;
}
.dot div {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  z-index: 10;
  border-radius: 8px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.dot img {
  position: relative;
  width: 100%;
  z-index: 20;
}
#li_red_dot {
  top: -10px;
  left: -10px;
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-zoom: 1 \9;
  zoom: 1 \9;
  top: 0px \9;
  left: 0px \9;
}
#li_red_dot.bigdot {
  top: -50px;
  left: -50px;
  transform: scale(5);
  -o-transform: scale(5);
  -ms-transform: scale(5);
  -moz-transform: scale(5);
  -webkit-transform: scale(5);
  -ms-zoom: 5 \9;
  zoom: 5 \9;
  top: 0px \9;
  left: 0px \9;
}
/* Show/Hide Units */
.showavailableunits {
  display: block;
  width: 98%;
  border-radius: 8px;
  background-clip: border-box;
  overflow: hidden;
  background-image: -moz-linear-gradient(#1d7c00, #0e3b00);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d7c00), to(#0e3b00));
  background-image: -webkit-linear-gradient(#1d7c00, #0e3b00);
  background-image: -o-linear-gradient(#1d7c00, #0e3b00);
  background-image: linear-gradient(#1d7c00, #0e3b00);
  -pie-background: linear-gradient(#1d7c00, #0e3b00);
  behavior: url("/gridmedia/js/pie.htc");
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  cursor: pointer;
  margin: 1px;
  border: 1px solid #000;
}
.availlist li a.hideavailableunits {
  width: 98%;
  border-radius: 8px;
  background-clip: border-box;
  overflow: hidden;
  background-image: -moz-linear-gradient(#ffde00, #a69b4f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#a69b4f));
  background-image: -webkit-linear-gradient(#ffde00, #a69b4f);
  background-image: -o-linear-gradient(#ffde00, #a69b4f);
  background-image: linear-gradient(#ffde00, #a69b4f);
  -pie-background: linear-gradient(#ffde00, #a69b4f);
  behavior: url("/gridmedia/js/pie.htc");
  color: #000;
  cursor: pointer;
  margin: 1px;
  border: 1px solid #000;
}
a.showavailableunits:hover {
  color: #fff;
}
a.hideavailableunits:hover {
  color: #ff9000;
}
.showall {
  text-align: center;
  border-radius: 8px;
  background-clip: border-box;
  overflow: hidden;
  background-image: -moz-linear-gradient(#1d7c00, #0e3b00);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d7c00), to(#0e3b00));
  background-image: -webkit-linear-gradient(#1d7c00, #0e3b00);
  background-image: -o-linear-gradient(#1d7c00, #0e3b00);
  background-image: linear-gradient(#1d7c00, #0e3b00);
  -pie-background: linear-gradient(#1d7c00, #0e3b00);
  behavior: url("/gridmedia/js/pie.htc");
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  cursor: pointer;
  border: 1px solid #000;
}
.hideall {
  text-align: center;
  border-radius: 8px;
  background-clip: border-box;
  overflow: hidden;
  background-image: -moz-linear-gradient(#ffde00, #a69b4f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#a69b4f));
  background-image: -webkit-linear-gradient(#ffde00, #a69b4f);
  background-image: -o-linear-gradient(#ffde00, #a69b4f);
  background-image: linear-gradient(#ffde00, #a69b4f);
  -pie-background: linear-gradient(#ffde00, #a69b4f);
  behavior: url("/gridmedia/js/pie.htc");
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
}
.hideall:hover {
  color: #000;
}
.showall,
.hideall {
  margin: 2px 5px;
  padding: 1px 5px;
  min-width: 145px;
  z-index: 20;
}
.apply,
.interested {
  z-index: 550;
}
/* 3D Flythrough */
section.threed {
  text-align: center;
  width: 550px;
}
.thumb {
  display: inline-block;
  width: 120px;
  height: 68px;
  background-repeat: no-repeat;
  border-radius: 5px;
  background-clip: border-box;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
  behavior: url("/gridmedia/js/pie.htc");
  margin: 3px;
  cursor: pointer;
}
.scene2 {
  background-position: 0 -68px !important;
}
.scene3 {
  background-position: 0 -136px !important;
}
.scene4 {
  background-position: 0 -204px !important;
}
.scene5 {
  background-position: 0 -272px !important;
}
.scene6 {
  background-position: 0 -340px !important;
}
.scene7 {
  background-position: 0 -408px !important;
}
.scene8 {
  background-position: 0 -476px !important;
}
.scene9 {
  background-position: 0 -544px !important;
}
.scene10 {
  background-position: 0 -612px !important;
}
.scene11 {
  background-position: 0 -680px !important;
}
.scene12 {
  background-position: 0 -748px !important;
}
.scene13 {
  background-position: 0 -816px !important;
}
.scene14 {
  background-position: 0 -884px !important;
}
#container3d {
  position: relative;
  height: 281px;
  width: 500px;
  margin: 10px auto;
  border: 1px solid #000;
}
#fp3d {
  position: absolute;
  top: 0;
  left: 0;
  height: 281px;
  width: 500px;
  padding: 0;
  display: block;
  z-index: 2;
}
#fp3dbg {
  position: absolute;
  top: 0;
  left: 0;
  height: 281px;
  width: 500px;
  padding: 0;
  display: block;
  z-index: 1;
  background: url(/gridmedia/img/pleasewait.png) no-repeat;
}
.downloading {
  position: absolute;
  top: 80px;
  left: 226px;
  width: 48px;
  z-index: 1;
}
.vt-button {
  background-image: -moz-linear-gradient(#868651, #53531E);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#868651), to(#53531E));
  background-image: -webkit-linear-gradient(#868651, #53531E);
  background-image: -o-linear-gradient(#868651, #53531E);
  background-image: linear-gradient(#868651, #53531E);
  -pie-background: linear-gradient(#868651, #53531E);
  border: 1px solid #53531E;
  padding: 4px 12px;
  border-radius: 3px;
  background-clip: border-box;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px #000;
  box-shadow: 0 0 4px #000;
  behavior: url("/gridmedia/js/pie.htc");
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 3px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
}
.vt-button:hover {
  color: #fff;
  background-image: -moz-linear-gradient(#b9b984, #64642f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b9b984), to(#64642f));
  background-image: -webkit-linear-gradient(#b9b984, #64642f);
  background-image: -o-linear-gradient(#b9b984, #64642f);
  background-image: linear-gradient(#b9b984, #64642f);
  -pie-background: linear-gradient(#b9b984, #64642f);
  border: 1px solid #868651;
  -webkit-box-shadow: 0 0 7px #000;
  box-shadow: 0 0 7px #000;
  behavior: url("/gridmedia/js/pie.htc");
}
.vt-button span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/__360.png") no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1680px) and (max-width: 1900px) {
  .fptab,
  .fpthumbs {
    width: 750px;
  }
  #availabilities.nomargin.thirteen,
  #floorplans_nav.nomargin.thirteen {
    width: 550px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .fptab,
  .fpthumbs {
    width: 750px;
  }
  .fpthumbs {
    margin-top: 10px;
  }
  .availlist > li {
    margin: 2px;
  }
  #availabilities.nomargin.thirteen,
  #floorplans_nav.nomargin.thirteen {
    width: 350px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .fptab,
  .fpthumbs {
    width: 750px;
  }
  .fpthumbs {
    margin-top: 10px;
  }
  #floorplan_details {
    min-width: 760px;
  }
  #availabilities,
  #floorplans_nav,
  .div_main_availlist {
    text-align: center;
    width: 300px;
  }
}
@media only screen and (min-width: 1044px) and (max-width: 1279px) {
  #div_community_map_wrapper {
    left: -30px;
    top: -30px;
    transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-zoom: 0.9 \9;
    zoom: 0.9 \9;
    top: 0px \9;
    left: 0px \9;
  }
  .sitemaptabs {
    margin-top: -80px;
  }
  #floorplan_gallery {
    width: 700px;
    height: 465px;
  }
  .unitstats {
    top: -60px;
  }
  .fptab.rdot {
    height: 825px;
  }
  .fptab,
  .fpthumbs {
    width: 700px;
  }
  .fpthumbs {
    margin-top: 10px;
  }
  #floorplan_details {
    min-width: 710px;
  }
  #availabilities {
    width: 260px;
    margin-left: 0;
  }
  #availabilities,
  .bdbacat,
  .div_main_availlist,
  #floorplans_nav {
    text-align: center;
    width: 160px;
  }
  #availabilities {
    width: 180px;
  }
  .fpthumb {
    width: 100px;
  }
  .availlist > li {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1043px) {
  section.threed {
    width: 470px;
  }
  #div_community_map_wrapper {
    left: -155px;
    top: -155px;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-zoom: 0.6 \9;
    zoom: 0.6 \9;
    top: 0px \9;
    left: 0px \9;
  }
  .gallerytabs li {
    min-width: 80px;
    margin: 0 2px;
  }
  .sitemaptabs {
    position: absolute;
    bottom: 93px;
  }
  #floorplan_gallery {
    width: 460px;
    height: 305px;
  }
  .unitstats {
    top: -310px;
  }
  .fptab.rdot {
    height: 575px;
  }
  .fptab,
  .fpthumbs {
    width: 460px;
  }
  .fpthumbs {
    margin-top: 10px;
  }
  #floorplan_details {
    min-width: 470px;
  }
  #floorplan_details.nineteen {
    max-width: 480px;
  }
  #availabilities,
  .bdbacat,
  .div_main_availlist,
  #floorplans_nav {
    text-align: center;
    width: 160px;
  }
  #availabilities {
    width: 160px;
  }
  .fpthumb {
    width: 100px;
  }
  .availlist > li {
    width: 150px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  section.threed {
    width: 470px;
  }
  .bdbacat,
  .insidepage h1.fpname {
    display: none;
  }
  #floorplans_nav,
  #availabilities,
  #floorplan_details {
    width: 520px;
    text-align: center;
  }
  #floorplan_gallery {
    width: 500px;
    height: 333px;
  }
  .hideall,
  .showall {
    display: none;
  }
  #floorplan_details > div {
    width: 470px;
  }
  .fpselect {
    width: 490px;
    display: block;
    position: relative;
    z-index: 500;
  }
  #div_community_map_wrapper {
    left: -120px;
    top: -120px;
    transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-zoom: 0.7 \9;
    zoom: 0.7 \9;
    top: 0px \9;
    left: 0px \9;
  }
  .gallerytabs li {
    min-width: 100px;
    margin: 0 2px;
  }
  .sitemaptabs {
    position: absolute;
    bottom: 80px;
  }
  .fptab.rdot {
    height: 635px;
  }
  .fptab,
  .fpthumbs {
    width: 460px;
  }
  .unitstats {
    top: -240px;
  }
  #floorplan_details {
    min-width: 380px;
  }
  .unitname {
    text-align: center;
  }
  #availabilities {
    min-height: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .hideall,
  .showall {
    display: none;
  }
  .bdbacat,
  .insidepage h1.fpname {
    display: none;
  }
  #floorplans_nav {
    text-align: center;
  }
  .fpselect {
    width: 305px;
    display: block;
  }
  #ul_community_map {
    top: 0px;
    left: 0px;
  }
  #div_community_map_wrapper {
    top: -234px;
    left: -234px;
    height: 750px;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -ms-zoom: 0.4 \9;
    zoom: 0.4 \9;
    top: 0px \9;
    left: 0px \9;
  }
  #floorplan_details,
  #floorplan_details > div {
    width: 310px;
    overflow: hidden;
  }
  section.threed {
    width: 320px;
  }
  #floorplan_gallery {
    width: 300px;
    height: 200px;
  }
  .fptab,
  .fpthumbs {
    width: 300px;
  }
  .fptab.rdot {
    height: 405px;
  }
  .unitstats {
    top: -468px;
  }
  .gallerytabs li {
    min-width: 50px;
    margin: 0 2px;
  }
  .sitemaptabs {
    position: absolute;
    bottom: 80px;
  }
  .gallerytabs li a,
  .gallerytabs li div {
    font-size: 12px;
  }
  #floorplan_details {
    min-width: 300px;
  }
  .unitname {
    text-align: center;
  }
  #availabilities,
  #floorplans_nav {
    width: 320px;
    min-height: 0px;
  }
  .infotitle span {
    color: #53531E \9;
    background: #fff \9;
    behavior: none;
  }
}
@media only screen and (max-width: 479px) and (-webkit-min-device-pixel-ratio: 2) {
  #availabilities,
  #floorplans_nav,
  .div_main_availlist {
    width: 330px;
  }
}
@media only screen and (max-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  #availabilities,
  #floorplans_nav,
  .div_main_availlist {
    width: 315px;
  }
}
.gallery.insidepage {
  position: relative;
  padding: 0 0 40px;
}
.gallery h1 {
  display: block;
  width: 100%;
}
.gallery-slides.twentyone {
  width: 900px;
}
.revolver.nomargin {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
  behavior: url("/gridmedia/js/pie.htc");
  width: 100%;
  height: 600px;
  margin: 20px 10px;
  overflow: hidden;
  position: relative;
}
#gallery.revolver.nomargin {
  margin: 20px 5px;
  z-index: 20;
}
.revolver.stack .slide {
  left: 0;
  position: absolute;
  top: 0;
}
.revolver.stack .hidden {
  display: none;
}
.revolver.nomargin img {
  border-radius: 5px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
}
#gallery-tabs {
  text-align: center;
  min-width: 342px;
  width: 100%;
  margin: 0;
  padding: 0;
}
#body_gallery #gallery-tabs {
  margin: 20px 0 5px;
}
#gallery-tabs li {
  margin: 2px;
  position: relative;
  z-index: 10;
}
#gallery-tabs li a {
  color: #000;
}
.tab {
  position: relative;
  z-index: 26;
  margin: 5px;
  z-index: 10;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  background: #dddddd;
  background: rgba(215, 215, 215, 0.3);
  border: 1px solid #53531E;
}
.tab.selected {
  background: #fff;
  z-index: 20;
  border: 1px solid #868651;
  -webkit-box-shadow: 0 0 5px #868651;
  box-shadow: 0 0 5px #868651;
  behavior: url("/gridmedia/js/pie.htc");
}
.tab a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  padding: 0 3px;
  line-height: 25px;
  min-width: 120px;
  text-align: center;
}
.tab a:hover {
  text-decoration: underline;
}
.tab.selected a {
  color: #fff;
}
#gallery-thumbs {
  min-height: 130px;
  position: relative;
  margin: -1px 10px 0 10px;
}
.thumbs {
  display: block;
  background: #fff;
  min-height: 130px;
  padding: 10px;
  text-align: center;
  z-index: 10;
  border: 1px solid #868651;
}
.thumbs h3 {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: #53531E;
  color: #fff;
  margin: 3px;
  padding: 5px;
}
.thumbs li {
  margin: 3px;
}
.thumbs li a {
  cursor: pointer;
}
.thumbs li a img {
  display: inline-block;
  width: 80px;
  border-radius: 2px;
  background-clip: border-box;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 3px #000;
  box-shadow: 2px 2px 3px #000;
  behavior: url("/gridmedia/js/pie.htc");
  opacity: .8;
  margin: 2px;
}
.thumbs-selected {
  z-index: 11;
}
.thumbs li a:hover img {
  opacity: 1;
  border: 1px solid #53531E;
  margin: 1px;
}
.thumbs.hidden {
  display: none;
}
.thumbs.shown {
  display: block;
}
#prev {
  background: url("/gridmedia/img/plus-sprite.png") no-repeat;
  display: block;
  width: 30px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -80px;
  cursor: pointer;
  z-index: 35;
  background-position: 0 -21px;
}
#prev:hover {
  background-position: 0 -181px;
}
.gallery.insidepage .print {
  top: -55px;
  right: 5px;
}
#next {
  background: url("/gridmedia/img/plus-sprite.png") no-repeat;
  display: block;
  width: 30px;
  height: 160px;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -80px;
  cursor: pointer;
  z-index: 35;
  background-position: -30px -21px;
}
#next:hover {
  background-position: -30px -181px;
}
#pause {
  background: url("/gridmedia/img/plus-sprite.png") no-repeat;
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  bottom: -25px;
  right: 100px;
  cursor: pointer;
  background-position: -25px 0;
  right: 55px;
  z-index: 35;
}
#pause:hover {
  background-position: -25px -344px;
  right: 55px;
}
#play {
  background: url("/gridmedia/img/plus-sprite.png") no-repeat;
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  bottom: -25px;
  right: 100px;
  cursor: pointer;
  background-position: -55px 0;
  right: 15px;
  z-index: 35;
}
#play:hover {
  background-position: -55px -344px;
  right: 15px;
}
@media only screen and (min-width: 1680px) and (max-width: 1900px) {
  .gallery-slides.twentyone {
    width: 800px;
  }
  .revolver.nomargin {
    height: 515px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .gallery-slides.twentyone {
    width: 600px;
  }
  .revolver.nomargin {
    height: 395px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .gallery-slides.twentyone {
    width: 600px;
  }
  .revolver.nomargin {
    height: 395px;
  }
}
@media only screen and (min-width: 1044px) and (max-width: 1279px) {
  .revolver.nomargin {
    width: 900px;
    height: 600px;
  }
  div.gallery-slides.nomargin {
    width: 900px;
  }
  #gallery-thumbs {
    width: 900px;
    margin: 0 0 10px 0;
  }
  #gallery-tabs {
    margin: 5px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1043px) {
  .revolver.nomargin {
    width: 700px;
    height: 465px;
  }
  div.gallery-slides.nomargin {
    width: 700px;
  }
  #gallery-thumbs {
    width: 700px;
    margin: 0 0 10px 0;
  }
  #gallery-tabs {
    margin: 5px 0 0 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .gallery-slides.twentyone {
    width: 430px;
  }
  .revolver.nomargin {
    height: 277px;
  }
  #gallery-thumbs.ten {
    width: 430px;
  }
  #gallery-thumbs {
    margin: 30px 0 10px 0;
  }
  #gallery-tabs {
    margin: 5px 0 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .gallery-slides.twentyone {
    width: 300px;
  }
  .revolver.nomargin {
    height: 190px;
  }
  #next,
  #prev,
  #pause,
  #play {
    display: none;
  }
  #gallery-thumbs {
    margin: 10px 0 10px 0;
  }
  #gallery-tabs {
    margin: 5px 0 0 0;
    min-width: 0;
  }
}
.gallery .gallery_container .headline-hr {
  width: 100%;
}
.gallery .gallery_container .headline-hr h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
}
.gallery .gallery_container .photo-gallery .headline-hr {
  background: #53531E;
}
.gallery .gallery_container .photo-gallery .headline-hr h2 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
}
.gallery .gallery_container .photo-gallery figcaption {
  color: #000;
  border: 1px solid black;
}
.gallery .gallery_container .photo-gallery figcaption span {
  text-align: center;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.image-size-2-med .long-description {
  font-size: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .gallery .gallery_container {
    background: black;
  }
  .gallery .gallery_container .photo-gallery {
    background: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .gallery {
    background: black;
  }
  .gallery .gallery_container {
    background: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .gallery .gallery_container .photo-gallery .headline-hr {
    background: #53531E;
  }
}
@media only screen and (min-width: 1400px) {
  .gallery .gallery_container div.photo-gallery .headline-hr:after {
    border-top: 60px solid #53531E;
  }
  .gallery .gallery_container div.photo-gallery figure .description {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 19.8px;
  }
  .gallery .gallery_container div.photo-gallery figure.caption-image:after {
    background: rgba(83, 83, 30, 0.7);
    z-index: 5;
  }
  .gallery .gallery_container div.photo-gallery figure.caption-image .description {
    width: 94%;
    padding: 0 3%;
  }
  .gallery .gallery_container div.photo-gallery figure.caption-image:before {
    background-image: url("../img/__info-icon.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    text-indent: 100px;
  }
}
@media only screen and (min-width: 1750px) {
  .container .gallery .gallery_container .photo-gallery figure:nth-of-type(15n+3) figcaption {
    font-size: 15px;
  }
  .container .gallery .gallery_container .photo-gallery figure:nth-of-type(15n+7) figcaption {
    font-size: 15px;
  }
  .container .gallery .gallery_container .photo-gallery figure:nth-of-type(15n+8) figcaption {
    font-size: 15px;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  behavior: url("/gridmedia/js/pie.htc");
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  -webkit-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in {
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 39px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 24px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    behavior: url("/gridmedia/js/pie.htc");
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal-header {
  width: 96%;
  padding: 2%;
  text-align: right;
}
.gallery {
  background: none;
  z-index: 10000;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .gallery .gallery_container {
    background: none;
  }
}
.headline-hr {
  display: block;
}
.headline-hr h2 {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.pswp__ui {
  height: 100%;
  width: 100%;
}
/* Slidorion Stylesheet */
#slidorion {
  width: 960px;
  /* Set to slidorion width. Is equal to #slider + #accordion width */
  padding: 0px 0px 5px 0px;
  position: relative;
  min-height: 1100px;
  left: -10px;
}
#slider {
  width: 940px;
  /* Set to slider width */
  height: 440px;
  /* Set to slider height */
  overflow: hidden;
  /* Hides the animations */
  position: relative;
  float: left;
}
#slider > div {
  position: absolute;
  width: 100%;
  height: 500px;
}
#accordion {
  margin-top: 20px;
  width: 940px;
  /* Set to accordion width */
  height: auto;
  /* Set to image height */
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.3);
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.3);
  behavior: url("/gridmedia/js/pie.htc");
  position: relative;
  z-index: 999;
  overflow: hidden;
  float: left;
  clear: left;
}
#accordion > .link-header {
  padding: 7px 0 0 15px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  background: #53531E;
  border-top: 1px solid #ccc;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
}
#accordion > .link-header:first-child {
  border-top: none;
}
#accordion > .link-header:hover {
  background: #868651;
  background-image: -moz-linear-gradient(#ffbd47, #CE8A14);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbd47), to(#CE8A14));
  background-image: -webkit-linear-gradient(#ffbd47, #CE8A14);
  background-image: -o-linear-gradient(#ffbd47, #CE8A14);
  background-image: linear-gradient(#ffbd47, #CE8A14);
  cursor: pointer;
}
#accordion > .link-header.active {
  border-bottom: none;
  background: #868651;
  background-image: -moz-linear-gradient(#868651, #53531E);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#868651), to(#53531E));
  background-image: -webkit-linear-gradient(#868651, #53531E);
  background-image: -o-linear-gradient(#868651, #53531E);
  background-image: linear-gradient(#868651, #53531E);
  color: #fff;
}
#accordion > .link-content {
  height: auto;
  /* This height needs to be changed as it depends on the accordion height and number of tabs */
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  padding: 30px 16px 16px 16px;
  border: none;
  background: #e8e8e8;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  overflow: auto;
  width: 100%;
}
#accordion > .link-content li {
  margin-bottom: 5px;
  margin-left: 20px;
  list-style-type: disc;
}
#accordion > .link-content li a {
  color: #53531E;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}
#seo {
  padding: 10px 5px 0 5px;
  font-size: 14px;
  color: #000000;
}
#accordion h2 {
  color: #FFFFFF;
}
.petpolicy {
  text-align: center;
}
/* #Media Queries
================================================== */
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #slidorion,
  #slider,
  #slider > div {
    width: 768px;
    height: 367px;
  }
  #accordion {
    width: 768px;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #accordion {
    width: 425px;
    margin-left: 0;
  }
  #slidorion,
  #slider,
  #slider > div {
    width: 425px;
    height: 200px;
    left: 0px;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #accordion {
    width: 312px;
    margin-left: 0px;
  }
  #slidorion,
  #slider,
  #slider > div {
    width: 312px;
    height: 150px;
    left: 0px;
  }
}
#body_community-tour #div_appointment_form {
  display: inline-block !important;
  width: 90%;
  max-width: 400px;
}
#body_community-tour #div_comment_form {
  display: none !important;
}
#body_community-tour .ct-video.ct-image {
  height: auto;
}
.ct-video {
  width: 1400px;
  height: 788px;
  margin: 50px auto 0;
  border: 1px solid #53531E;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  behavior: url("/gridmedia/js/pie.htc");
}
#tabs li {
  margin: 5px;
}
#tabs li.active a.button {
  color: #fff;
  background-image: -moz-linear-gradient(#868651, #757540);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#868651), to(#757540));
  background-image: -webkit-linear-gradient(#868651, #757540);
  background-image: -o-linear-gradient(#868651, #757540);
  background-image: linear-gradient(#868651, #757540);
  -pie-background: linear-gradient(#868651, #757540);
  border: 1px solid #868651;
  -webkit-box-shadow: 0 0 7px #000;
  box-shadow: 0 0 7px #000;
  behavior: url("/gridmedia/js/pie.htc");
}
#body_community-tour .insidepage {
  width: 100%;
  text-align: center;
  padding: 0;
}
#body_community-tour .insidepage h1 {
  margin: 0 0 5px 10px;
}
/* #Media Queries */
@media only screen and (min-width: 1680px) and (max-width: 1900px) {
  .ct-video {
    width: 1200px;
    height: 675px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .ct-video {
    width: 1000px;
    height: 563px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .ct-video {
    width: 800px;
    height: 450px;
  }
}
@media only screen and (min-width: 1044px) and (max-width: 1279px) {
  .ct-video {
    width: 600px;
    height: 338px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1043px) {
  .ct-video {
    width: 600px;
    height: 338px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ct-video {
    width: 480px;
    height: 270px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-video {
    width: 320px;
    height: 180px;
  }
}
/* adjustment for retina displays */
/*-- Palmer Special Styles --*/
#div_contact > form {
  display: none;
}
/*-- End Palmer Special Styles --*/
.contact_form,
.contact_info {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 2.5%;
}
#div_contact.twenty {
  width: 50%;
}
#body_contact .control-group label {
  width: 80px;
}
.contact_form {
  padding: 6px;
}
.contact_info {
  padding: 6px;
}
#div_contact form#form_contact {
  text-align: center;
  width: 100%;
}
#div_contact h2 {
  margin: 0 0 5px 0;
  color: #53531E;
}
#div_contact_info section {
  padding: 5px;
}
#div_contact_info h5,
#div_contact_info h2 {
  display: block;
}
#div_id_name label,
#div_id_email label,
#div_id_phone label {
  width: 55px;
}
#div_contact_info h5 {
  font-size: 18px;
  font-weight: bold;
}
#div_id_move_in_date label,
#div_id_appointment label {
  width: 240px;
}
#id_message {
  width: 230px;
}
#email,
#name,
select {
  border-radius: 3px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
}
input,
select {
  margin: 5px 0 0 5px;
}
input:hover,
textarea:hover,
select:hover {
  -webkit-box-shadow: 0 0 8px #FFFFFF;
  box-shadow: 0 0 8px #FFFFFF;
  behavior: url("/gridmedia/js/pie.htc");
}
input:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  behavior: url("/gridmedia/js/pie.htc");
  border: solid .07em #a9a9ba;
}
#email,
#name,
.select_optionals,
label {
  display: inline-block;
}
#body_contact #form_contact fieldset.field_styles {
  margin: 10px 5px 30px 5px;
  padding: 10px;
  background: #eeeeee;
  -webkit-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
  border-radius: 5px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
  width: 280px;
  display: inline-block;
}
#body_contact .form-actions {
  width: 100%;
}
#body_contact .form-actions input {
  margin: 0;
}
#submit-id-submit {
  font-family: 'Lato', sans-serif;
  text-shadow: 1px 1px 0 #000;
}
.contact_preferences {
  margin: 5px 5px 0 5px;
}
.message {
  width: 90%;
  min-height: 100px;
  display: block;
  margin: 10px 10px 0 8px;
  background-color: #FFFFFF;
  border: solid #888 .03em;
  border-radius: 7px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
}
button {
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  margin-left: 11px;
  -webkit-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
  behavior: url("/gridmedia/js/pie.htc");
  font-size: 13px;
}
.contact_info address {
  margin: 15px 10px;
  padding: 5px 0;
  border: solid 0.1em #53531E;
  border-left: none;
  border-right: none;
}
.contact_info .office_hours {
  margin-left: 10px;
  display: block;
}
.success_popup {
  display: none;
}
#div_appointment_form,
#div_comment_form {
  display: inline-block;
}
#div_success_popup {
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1044px) {
  #div_contact,
  #div_success_popup {
    width: 330px;
  }
  #div_contact_info h2 {
    font-size: 28px;
  }
  #body_contact #form_contact fieldset.field_styles {
    width: 240px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #div_contact,
  #div_success_popup,
  #div_contact_info {
    width: 380px;
  }
  #body_contact #form_contact fieldset.field_styles {
    width: 220px;
  }
  #div_contact.twenty {
    width: 90%;
  }
}
@media only screen and (max-width: 479px) {
  #div_contact,
  #div_success_popup,
  #div_contact_info {
    width: 280px;
    margin: 8px 10px !important;
  }
  #div_contact h2 {
    font-size: 14px;
  }
  #body_contact #form_contact fieldset.field_styles {
    width: 240px;
  }
  #div_contact.twenty {
    width: 90%;
  }
}
.pets {
  padding-bottom: 60px;
}
#pets_photos {
  position: relative;
  display: inline-block;
  text-align: right;
  background: transparent;
}
.pet_photo_container {
  position: relative;
  display: inline-block;
  max-width: 400px;
  overflow: hidden;
}
img.pet_image {
  border-radius: 10px;
  background-clip: border-box;
  -webkit-box-shadow: 1px 1px 3px #333333;
  box-shadow: 1px 1px 3px #333333;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
}
#pets_text {
  position: relative;
  display: inline-block;
}
#pets_text p {
  padding: 10px;
  margin: 20px 0px 10px 0px;
}
#pets_details {
  position: relative;
  display: inline-block;
  padding: 10px;
}
#pets_details p {
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
}
#pets_details h5 {
  font-size: 20px;
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .pet_photo_container {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .pet_photo_container {
    max-width: 280px;
  }
}
@media only screen and (min-width: 1044px) and (max-width: 1279px) {
  #pet_image3,
  #pet_image4 {
    display: none;
  }
  #pets_photos {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1043px) {
  #pet_image3,
  #pet_image4 {
    display: none;
  }
  #pets_photos {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #pet_image2,
  #pet_image3,
  #pet_image4 {
    display: none;
  }
  #pets_photos {
    text-align: left;
  }
  .pet_photo_container {
    max-width: 350px;
  }
}
@media only screen and (max-width: 479px) {
  #pet_image2,
  #pet_image3,
  #pet_image4 {
    display: none;
  }
  #pets_photos {
    text-align: left;
    top: -10px;
  }
  .pet_photo_container {
    max-width: 350px;
  }
  .pets h1 {
    margin: 25px;
    font-size: 30px;
  }
  #pets_text {
    top: -20px;
  }
}
@media only screen and (max-width: 320px) {
  #pet_image2,
  #pet_image3,
  #pet_image4 {
    display: none;
  }
  #pets_photos {
    text-align: left;
    top: -10px;
  }
  .pet_photo_container {
    max-width: 300px;
  }
  .pets h1 {
    margin: 20px;
    font-size: 25px;
  }
  #pets_text {
    top: -20px;
  }
}
.custom-map-container {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.map-side-container {
  margin: 10px;
}
.map_links {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.map-link {
  font-family: 'Handlee', cursive;
  width: 90%;
  line-height: 50px;
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  background-image: -moz-linear-gradient(#53531E, #979762);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#53531E), to(#979762));
  background-image: -webkit-linear-gradient(#53531E, #979762);
  background-image: -o-linear-gradient(#53531E, #979762);
  background-image: linear-gradient(#53531E, #979762);
  -pie-background: linear-gradient(#53531E, #979762);
  behavior: url("/gridmedia/js/pie.htc");
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin: 5px;
}
.custom-map {
  width: 90%;
  max-width: 500px;
}
.insidepage h1 {
  display: block;
}
.insidepage .print {
  top: 20px;
}
.map_canvas {
  margin: 3px;
  height: 400px;
  -webkit-box-shadow: inset 1px 1px 5px #444;
  box-shadow: inset 1px 1px 5px #444;
  behavior: url("/gridmedia/js/pie.htc");
  border: 2px solid #53531E;
}
#map_canvas.map_canvas.ten {
  height: 400px;
}
#map_canvas .gm-style-iw {
  width: 188px;
}
.directions-form {
  text-align: center;
  vertical-align: top;
}
.directions-form {
  display: none;
}
.directions-form .location-point {
  min-width: 220px;
}
.directions-form form {
  display: block;
}
.getpoints {
  display: block;
  padding: 20px 10px;
  min-width: 230px;
  text-align: center;
}
.directions-form h4 {
  margin-bottom: 5px;
}
.directions-form h5 {
  display: block;
  font-size: 17px;
  width: 100%;
  text-align: center;
}
.getpoints label {
  width: 150px;
  font-size: 16px;
}
.directions-form {
  min-width: 280px;
}
.directions-form h4 {
  display: block;
}
.directions-form span {
  display: inline-block;
  margin: 0 10px;
  width: 150px;
  text-align: left;
}
.directions-form form {
  padding: 3px 0;
}
#submit_directions {
  margin: 0 auto;
}
.qr-code {
  display: block;
  vertical-align: top;
  text-align: center;
  max-width: 250px;
  min-width: 150px;
  font-size: 12px;
  margin: 0 auto;
}
.qr-code img {
  border-radius: 20px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
}
.qr-code a {
  font-weight: bold;
  text-decoration: none;
  color: #666;
  text-align: center;
}
.qr-code a:hover {
  text-decoration: underline;
}
.leaflet-popup-tip {
  display: block;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .directions-form {
    width: 510px;
  }
  .directions-form form.columns {
    width: 420px;
  }
  .getpoints {
    width: 400px;
  }
}
@media only screen and (min-width: 1044px) and (max-width: 1279px) {
  .directions-form {
    width: 510px;
  }
  .directions-form form {
    width: 420px;
  }
  .getpoints {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1043px) {
  .directions-form {
    width: 510px;
  }
  .directions-form form {
    width: 420px;
  }
  .getpoints {
    width: 400px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .directions-form,
  #map_canvas {
    width: 460px;
  }
}
@media only screen and (max-width: 479px) {
  .poi_toggle {
    display: none;
  }
  .directions-form,
  #map_canvas {
    width: 300px;
  }
  div.directions-form {
    width: 300px;
    margin: 3px 0;
  }
  div.directions-form form {
    width: 250px;
    min-width: 0;
  }
  .getpoints {
    width: 250px;
  }
}
.res-contain1 {
  width: 80%;
}
.res-contain1 a {
  margin-bottom: 5px;
}
.restools {
  text-align: center;
  min-height: 240px;
}
.restools.thirtyone {
  max-width: 95%;
}
.restools > .restools {
  background: #eeeeee;
  background: rgba(170, 170, 170, 0.3);
}
.restools b {
  display: block;
  margin-top: 7px;
}
.res-box {
  display: inline-block;
  position: relative;
  background-image: -moz-linear-gradient(#9B9444, #8a8333);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9B9444), to(#8a8333));
  background-image: -webkit-linear-gradient(#9B9444, #8a8333);
  background-image: -o-linear-gradient(#9B9444, #8a8333);
  background-image: linear-gradient(#9B9444, #8a8333);
  -pie-background: linear-gradient(#9B9444, #8a8333);
  border-radius: 4px;
  background-clip: border-box;
  margin: 2%;
  padding: 0;
  width: 100px;
  height: 95px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
  behavior: url("/gridmedia/js/pie.htc");
}
.res-box a {
  display: block;
  vertical-align: baseline;
  margin: 0;
  padding: 77px 0 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  text-shadow: 1px 1px 2px #444;
  width: 100px;
  height: 95px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 400px;
  margin-top: 5px;
  margin-left: 3px;
}
.tools ul li a:hover {
  color: #fff;
}
#div_service_request.thirty {
  max-width: 90%;
}
#service_request {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: 0px -100px;
}
#service_request:hover {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: 0px 0px;
}
#concierage {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -100px -100px;
}
#concierage:hover {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -100px 0px;
}
#roommate {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -200px -100px;
}
#roommate:hover {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -200px 0px;
}
#calendar {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -400px -100px;
}
#calendar:hover {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -400px 0px;
}
#classified {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -500px -100px;
}
#classified:hover {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -500px 0px;
}
#survey {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -600px -100px;
}
#survey:hover {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -600px 0px;
}
#comments {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -700px -100px;
}
#comments:hover {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -700px 0px;
}
#insurance {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -800px -100px;
}
#insurance:hover {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -800px 0px;
}
#referafriend {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -900px -100px;
}
#referafriend:hover {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -900px 0px;
}
#pets {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -1000px -100px;
}
#pets:hover {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -1000px 0px;
}
#online_rent_pay,
#hoadues {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -1100px -100px;
}
#online_rent_pay:hover,
#hoadues:hover {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -1100px 0px;
}
#poi {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -1200px -100px;
}
#poi:hover {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -1200px 0px;
}
#newsletter {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -1300px -100px;
}
#newsletter:hover {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -1300px 0px;
}
#residents {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -1400px -100px;
}
#residents:hover {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -1400px 0px;
}
#friends {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -1500px -100px;
}
#friends:hover {
  background: url(../img/siteimagesA3.png) no-repeat;
  background-position: -1500px -100px;
}
#div_service_request,
#div_success_popup,
#div_contact_info {
  background: #eeeeee;
  -webkit-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
  border-radius: 5px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
}
#div_contact_info {
  padding: 15px;
}
#div_contact_info h5 {
  margin: 5px 0;
}
#div_success_popup {
  display: none;
}
.control-group {
  display: block;
  padding: 10px;
}
.control-group label {
  width: 220px;
}
.form-actions {
  display: block;
  width: 90%;
  text-align: center;
}
#submit-id-submit {
  font-size: 14px;
  width: 280px;
}
#form_appointment .field_styles,
#form_comment .field_styles {
  background: #eeeeee;
  -webkit-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
  border-radius: 5px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
  margin: 5px;
}
#form_service_request .field_styles {
  background: #eeeeee;
  -webkit-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
  border-radius: 5px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
  min-width: 280px;
}
#submit-id-submit {
  margin: 5px;
}
.controls input,
.controls select,
.controls textarea {
  min-width: 270px;
}
.controls textarea {
  min-height: 150px;
}
#id_permission_to_enter_home,
#id_pets,
#id_unit {
  margin: 0 5px 0 0;
}
#body_service_request .field_styles {
  max-width: 740px;
}
#body_service_request label {
  width: 200px;
}
#body_service_request .form-actions {
  max-width: 450px;
}
.tooldesc h2 a {
  font-size: inherit;
}
.tooldesc h2 a:hover {
  color: #53531E;
}
.rentpaylink {
  display: block;
  padding: 3px;
  position: absolute;
  top: 3px;
  right: 5px;
  border: 1px solid #53531E;
  border-radius: 5px;
  background-clip: border-box;
  overflow: hidden;
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  -pie-background: linear-gradient(#ffffff, #dddddd);
  behavior: url("/gridmedia/js/pie.htc");
}
.paylease {
  width: 90%;
  height: 650px;
  background: transparent;
}
#body_calendar .calendar_holder {
  width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1043px) {
  .restools {
    min-height: 500px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tooldesc {
    width: 280px;
  }
  .restools {
    width: 450px;
  }
  #body_service_request label {
    display: block;
  }
  #div_service_request {
    max-width: 360px;
  }
}
@media only screen and (max-width: 479px) {
  .restools {
    width: 290px;
  }
  .tooldesc {
    width: 260px;
  }
  #submit-id-submit {
    font-size: 14px;
    width: 220px;
  }
  .rentpaylink {
    right: 25%;
  }
  #div_service_request {
    max-width: 300px;
  }
  #form_service_request .textinput,
  #form_service_request .select,
  #form_service_request .textarea {
    width: 270px;
  }
}
#iframe_specials html,
#iframe_specials body {
  background: transparent;
}
.promotion {
  border: 3px dashed #000;
  margin: 10px;
  padding: 10px;
  text-align: center;
}
.promotion_model {
  display: block;
  margin: 4px auto;
}
#div_promotions .promotion.twelve {
  max-width: 500px;
}
#div_post_area {
  text-align: center;
}
#special-pop iframe {
  min-height: 600px;
}
.promotions_collection {
  width: 100%;
}
/* #Media Queries */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #div_promotions .promotion.twelve {
    max-width: 300px;
  }
  #special-pop {
    margin-left: -200px !important;
  }
  #iframe_specials.fourteen {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #iframe_specials.fourteen {
    width: 100%;
  }
  #div_promotions .promotion.twelve {
    max-width: 70%;
  }
  #special-pop {
    width: 100%;
  }
  .promotion_model {
    max-width: 240px;
  }
}
@media only screen and (max-width: 320px) {
  #special-pop {
    width: 260px !important;
    padding: 15px 5px !important;
  }
}
/* adjustment for retina displays */
.classifieds-container {
  width: 100%;
  text-align: left;
}
.classifieds-container div {
  display: block;
}
.classifieds-container > div {
  display: inline-block;
  margin: 10px;
}
.classifieds-container fieldset img {
  max-width: 300px;
  display: block;
  margin: 5px 0;
  border: 1px solid #53531E;
}
.classifieds-container a:hover {
  color: #000;
  cursor: pointer;
}
#auth-container h1,
#list-container h1,
#form-container h1 {
  text-align: center;
  font-size: 32px;
  margin: 10px 0 0;
}
#auth-container form,
#list-container form,
#form-container > div {
  background: #eeeeee;
  -webkit-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
  border-radius: 5px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
  margin: 10px;
  padding: 5px;
}
#auth-container form input[type="submit"],
#auth-container form button,
#list-container form input[type="submit"],
#list-container form button,
#form-container form input[type="submit"],
#form-container form button {
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  margin-left: 11px;
  -webkit-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
  behavior: url("/gridmedia/js/pie.htc");
  font-size: 13px;
  padding: 4px 10px;
  line-height: normal;
}
#registration-form fieldset input {
  display: block;
}
#auth-container div p {
  margin: 0;
  padding: 8px;
}
.delete {
  display: block;
}
#list-container table thead {
  -webkit-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
  behavior: url("/gridmedia/js/pie.htc");
}
#list-container table thead tr th {
  text-align: left;
  border: 1px solid #53531E;
  padding: 3px 200px 3px 10px;
  margin: 3px;
  background: #eeeeee;
  background: rgba(176, 170, 127, 0.3);
}
#list-container table tbody tr {
  border-bottom: 1px solid #53531E;
}
#list-container table tbody tr:last-child {
  border-bottom: none;
}
#detail-container {
  margin: 10px;
  min-width: 700px;
}
#detail-container article {
  background: #eeeeee;
  -webkit-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
  border-radius: 5px;
  background-clip: border-box;
  behavior: url("/gridmedia/js/pie.htc");
  overflow: hidden;
  padding: 10px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
#detail-container article h1 a {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-clip: border-box;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
  behavior: url("/gridmedia/js/pie.htc");
  background: #53531E;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #fff;
  right: 10px;
  top: 5px;
}
#detail-container article h1 a:hover {
  color: #fff;
  border: 1px solid #000;
}
#detail-container article h2 {
  color: #000000;
  font-size: 24px;
}
#detail-container article p {
  display: block;
}
#detail-container article p:nth-child(3) {
  margin: 0;
  padding: 0;
}
#detail-container article img {
  max-width: 250px;
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
  behavior: url("/gridmedia/js/pie.htc");
  border: 1px solid #53531E;
  margin: 5px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .classifieds-container.insidepage {
    padding: 15px 5px 65px;
  }
  #list-container table thead tr th {
    padding: 3px 100px 3px 10px;
  }
  #detail-container {
    margin: 0px;
    min-width: 90%;
  }
}
@media only screen and (max-width: 479px) {
  .classifieds-container.insidepage {
    padding: 15px 5px 65px;
  }
  #list-container table thead tr th {
    padding: 3px 10px;
  }
  #detail-container {
    margin: 0px;
    min-width: 90%;
  }
  #detail-container article {
    width: 80%;
  }
  #detail-container article p {
    margin: 0;
    padding: 0;
  }
}
/* adjustment for retina displays */
#MicrosoftTranslatorWidget .MSTWBox {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  height: 26px !important;
}
#MSTWContent #MSTWHeader .MSTWBox #MSTWHeaderText {
  background: url("../img/grad1.jpg") repeat-x #000;
  height: 26px;
  width: 100% !important;
  margin: 0;
  line-height: 20px;
  width: 100%;
  text-align: center;
}
#MicrosoftTranslatorWidget .MSTWB {
  border-bottom: 1px solid #777777;
}
#MicrosoftTranslatorWidget #MSTWGoImage {
  border: 1px solid #777;
  background: url("../img/grad2.jpg") repeat-x #000;
  padding: 0;
}
#MicrosoftTranslatorWidget #MSTWHeader {
  border-bottom: 1px solid #a5a7a5 !important;
}
#MicrosoftTranslatorWidget select {
  border-radius: 1px;
}
#MicrosoftTranslatorWidget #MSTWFooter {
  display: block;
}
#MSTWGetShare a.MSTWButtonLink,
#MSTWGoButton {
  border: 1px solid #777 !important;
}
#MicrosoftTranslatorWidget {
  width: 200px;
  margin: 0;
  padding: 0;
  background-color: #8f8f8f !important;
  text-align: center;
  border: 2px solid #343334 !important;
  background-image: none;
}
#MSTWFooter #MSTWBrand,
#MicrosoftTranslatorWidget #MSTWContent #MSTWGetShare {
  width: auto;
}
.amenmap {
  max-width: 750px;
}
.smap-contain {
  text-align: center;
}
#mapframe {
  width: 750px;
  height: 750px;
  position: relative;
}
.map {
  display: block;
  position: absolute;
  z-index: 5;
}
.popfig {
  width: 99%;
  display: block;
  position: absolute;
  top: 0;
  background: #555;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  border: 3px solid #53531E;
  cursor: pointer;
  text-align: center;
}
.popfig img {
  width: 500px;
  margin: 0 auto;
}
.popfig h3,
.availability .popfig h3 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 10px;
  font-size: 24px;
  position: absolute;
  z-index: 200;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  width: auto;
}
.popfig span {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  background: url(/gridmedia/img/x.png) no-repeat;
  z-index: 150;
}
@media only screen and (min-width: 768px) and (max-width: 1043px) {
  .smap-contain {
    width: 650px;
  }
  #mapframe {
    transform: scale(0.65);
    -o-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    -ms-zoom: 0.65 \9;
    zoom: 0.65 \9;
    top: 0px \9;
    left: 0px \9;
    margin-top: -110px;
    margin-left: -170px;
    height: 700px;
  }
  .ie #mapframe {
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-zoom: 0.6 \9;
    zoom: 0.6 \9;
    top: 0px \9;
    left: 0px \9;
    margin-left: 0px;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    width: 900px;
    height: 480px;
  }
  .ie .map {
    width: 750px;
  }
  .ie .popfig {
    width: 450px;
    height: 450px;
  }
  .ie .popfig img {
    transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -ms-zoom: 1.25 \9;
    zoom: 1.25 \9;
    top: 0px \9;
    left: 0px \9;
  }
  .ie .popfig h3 {
    background: none;
  }
  .qr-code {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .smap-contain {
    width: 500px;
    height: 400px;
  }
  #mapframe {
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -ms-zoom: 0.5 \9;
    zoom: 0.5 \9;
    top: 0px \9;
    left: 0px \9;
    margin-left: -150px;
    margin-top: -150px;
    height: 600px;
  }
  .ie #mapframe {
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -ms-zoom: 0.4 \9;
    zoom: 0.4 \9;
    top: 0px \9;
    left: 0px \9;
    margin-left: 0px;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    width: 900px;
    height: 480px;
  }
  .ie .map {
    width: 750px;
  }
  .ie .popfig {
    width: 450px;
    height: 450px;
  }
  .ie .popfig img {
    transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -ms-zoom: 1.25 \9;
    zoom: 1.25 \9;
    top: 0px \9;
    left: 0px \9;
  }
  .ie .popfig h3 {
    background: none;
  }
  .qr-code {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .smap-contain {
    height: 250px;
  }
  #mapframe {
    transform: scale(0.32);
    -o-transform: scale(0.32);
    -ms-transform: scale(0.32);
    -moz-transform: scale(0.32);
    -webkit-transform: scale(0.32);
    -ms-zoom: 0.32 \9;
    zoom: 0.32 \9;
    top: 0px \9;
    left: 0px \9;
    margin-left: -235px;
    margin-top: -155px;
    height: 480px;
  }
  .ie #mapframe {
    transform: scale(0.32);
    -o-transform: scale(0.32);
    -ms-transform: scale(0.32);
    -moz-transform: scale(0.32);
    -webkit-transform: scale(0.32);
    -ms-zoom: 0.32 \9;
    zoom: 0.32 \9;
    top: 0px \9;
    left: 0px \9;
    margin-left: 0px;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    width: 900px;
    height: 480px;
  }
  .ie .map {
    width: 750px;
  }
  .ie .popfig {
    width: 300px;
    height: 300px;
  }
  .ie .popfig img {
    transform: scale(1.55);
    -o-transform: scale(1.55);
    -ms-transform: scale(1.55);
    -moz-transform: scale(1.55);
    -webkit-transform: scale(1.55);
    -ms-zoom: 1.55 \9;
    zoom: 1.55 \9;
    top: 0px \9;
    left: 0px \9;
  }
  .ie .popfig h3 {
    background: none;
  }
  .qr-code {
    display: none;
  }
}
.map_canvas.nomargin.sixteen {
  margin: 10px 3px !important;
}
#map_categories {
  width: 40%;
  text-align: center;
}
.qr-code {
  display: none;
}
#map_categories div {
  width: 200px;
  margin: 10px 3px;
}
#map_categories h4 {
  background: #53531E;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  text-align: center;
}
#map_categories ul {
  width: 100%;
}
#map_categories li {
  cursor: pointer;
  display: block;
  white-space: prewrap;
  width: 100%;
}
#map_categories li.active {
  background: #1b1b0a;
  text-shadow: 1px 1px 2px #000;
}
/* #Media Queries */
@media only screen and (min-width: 768px) and (max-width: 1043px) {
  #body_neighborhood #map_canvas.map_canvas {
    width: 90%;
  }
  #body_neighborhood {
    width: 100%;
  }
  #body_neighborhood #main {
    background: url("/gridmedia/img/slide1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  #body_neighborhood .container {
    width: 100%;
  }
  #body_neighborhood #content {
    width: 100%;
  }
  #map_categories {
    top: 0px;
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 960px) {
  #body_neighborhood #map_canvas.map_canvas,
  #map_categories {
    width: 90%;
  }
  #body_neighborhood {
    width: 100%;
  }
  #body_neighborhood #main {
    background: url("/gridmedia/img/slide1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  #body_neighborhood .container {
    width: 100%;
  }
  #body_neighborhood #content {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #body_neighborhood {
    width: 100%;
  }
  #body_neighborhood #main {
    background: url("/gridmedia/img/slide1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  #body_neighborhood .container {
    width: 100%;
  }
  #body_neighborhood #content {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #body_neighborhood #map_canvas.map_canvas,
  #map_categories {
    width: 90%;
  }
  #body_neighborhood {
    width: 100%;
  }
  #body_neighborhood #main {
    background: url("/gridmedia/img/slide1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  #body_neighborhood .container {
    width: 100%;
  }
  #body_neighborhood #content {
    width: 100%;
  }
}
/* adjustment for retina displays */
/* #Media Queries */
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .pillar {
    max-width: 240px;
  }
  .nav-cta li {
    margin: 8px 1%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .pillar {
    max-width: 240px;
    height: 750px;
  }
  .nav-cta li {
    margin: 8px 1%;
  }
  .nav-cta li a {
    width: 160px;
  }
}
@media only screen and (min-width: 1044px) and (max-width: 1279px) {
  .pillar {
    width: 180px \9;
    max-width: 180px;
    height: 500px;
  }
  .home-content {
    width: 90%;
  }
  .nav-cta li {
    margin: 8px 1%;
  }
  .community-info {
    width: auto;
  }
  .footer-tablecell {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1043px) {
  .pillar {
    width: 180px \9;
    max-width: 180px;
    height: 500px;
  }
  .logo-nav {
    width: 100%;
  }
  .top-logo {
    width: 50%;
  }
  #nav_main {
    display: block;
    width: 100%;
  }
  #nav_main ul {
    margin: 0;
  }
  #nav_main ul li a {
    font-size: 12px;
    margin: 0 5px;
  }
  .home-content {
    width: 90%;
  }
  .community-info {
    padding-top: 10px;
  }
  .home-side-links {
    display: block;
    width: 100%;
    text-align: center;
  }
  .side-link {
    display: inline-block;
  }
  .nav-cta li a {
    font-size: 16px;
    width: 179px;
  }
  .footer-tablecell {
    width: 200px;
  }
  .community-info {
    width: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .pillar {
    width: 180px \9;
    max-width: 180px;
    height: 600px;
  }
  .logo-nav {
    width: 100 %;
    text-align: left;
  }
  .top-logo {
    width: 50%;
  }
  .top-bar {
    position: relative;
  }
  .homepage-content,
  .container .insidepage {
    margin-top: 0;
  }
  #nav_main {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #nav_main ul {
    display: none;
  }
  .top-cta_social {
    width: 48%;
    margin: 0 auto;
  }
  .mobile_menu {
    display: inline-block;
  }
  .home-content {
    width: 90%;
  }
  .hpt {
    display: block;
  }
  .community-info {
    width: 400px;
  }
  .home-side-links {
    display: block;
    width: 100%;
    text-align: center;
  }
  .side-link {
    display: inline-block;
  }
  .footer-tablecell {
    display: inline-block;
    width: auto;
  }
  .footer-topnav {
    width: 100%;
    display: inline-block;
  }
  footer .footer-nav {
    margin: 0px 23%;
  }
  .footer-tablecell:last-child,
  .footer-tablecell:first-child {
    width: 100%;
    padding-bottom: 10px;
  }
  .footer-tablecell:first-child {
    border-bottom: 2px solid #64642f;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 -6px 7px #42420d;
    box-shadow: inset 0 -6px 7px #42420d;
    behavior: url("/gridmedia/js/pie.htc");
  }
  .footer-tablecell:last-child {
    border-top: 2px solid #64642f;
    padding-top: 4px;
    margin-top: 10px;
    -webkit-box-shadow: 0 -6px 7px #42420d;
    box-shadow: 0 -6px 7px #42420d;
    behavior: url("/gridmedia/js/pie.htc");
  }
  .page-content-container {
    position: relative;
  }
  .home-content {
    width: 100%;
  }
  .footer .footer_communities h5 {
    background-color: #42420d;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 479px) {
  .insidepage .print {
    display: none;
  }
  .pillar {
    max-width: 180px;
    height: 600px;
  }
  .logo-nav {
    width: 100%;
  }
  .top-logo {
    width: 100%;
  }
  .top-bar {
    position: relative;
  }
  .homepage-content,
  .container .insidepage {
    margin-top: 0;
  }
  #nav_main {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #nav_main ul {
    display: none;
  }
  .mobile_menu {
    display: inline-block;
  }
  .home-content {
    width: 98%;
  }
  .hpt {
    display: block;
  }
  .community-info {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .home-side-links {
    display: block;
    width: 100%;
    text-align: center;
  }
  .side-link {
    display: inline-block;
  }
  .top-cta_social {
    position: relative;
    text-align: center;
    transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-zoom: 0.8 \9;
    zoom: 0.8 \9;
    top: 0px \9;
    left: 0px \9;
  }
  .top-cta_social {
    width: 95%;
    margin: 0 auto;
  }
  .footer-tablecell {
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: inset 0 -6px 7px #42420d;
    box-shadow: inset 0 -6px 7px #42420d;
    behavior: url("/gridmedia/js/pie.htc");
    border-bottom: 2px solid #64642f;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .footer-topnav {
    width: 100%;
    display: inline-block;
  }
  footer .footer-nav {
    margin: 0px 23%;
  }
  .footer-tablecell:last-child,
  .footer-tablecell:first-child {
    width: 100%;
    padding-bottom: 10px;
  }
  .footer-tablecell:last-child {
    border-bottom: 0px;
  }
  .page-content-container {
    position: relative;
  }
  .home-content {
    width: 100%;
  }
  .footer .footer_communities h5 {
    background-color: #42420d;
    padding: 10px 0;
  }
  .info-hero {
    display: inline-block;
  }
  .info-content h5,
  .info-content span {
    text-align: center;
  }
}
/* adjustment for retina displays */
.headline-hr {
  display: block;
}
.headline-hr h2 {
  text-align: center;
}
.insidepage {
  z-index: 11000;
}
.refer-a-friend-wrapper {
  background-color: white;
  padding: 25px;
}
.gallery {
  background: white;
}
/* #Media Queries */
/* adjustment for retina displays */

/*# sourceMappingURL=main.css.map */