.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #563C3E;
  background-color: #fff;
}
a {
  color: #7e2c00;
}
a:hover,
a:focus {
  color: #350f20;
}
p {
  margin: 0 0 15px;
}
.lead {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 45px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 30px;
  color: #563C3E;
  text-rendering: optimizelegibility;
}
h1,
h2,
h3 {
  line-height: 60px;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 13.6px;
}
h1 small {
  font-size: 28px;
}
h2 small {
  font-size: 20px;
}
h3 small {
  font-size: 16px;
}
h4 small {
  font-size: 16px;
}
.page-header {
  padding-bottom: 14px;
  margin: 30px 0 45px;
}
ul,
ol {
  margin: 0 0 15px 25px;
}
li {
  line-height: 30px;
}
dl {
  margin-bottom: 30px;
}
dt,
dd {
  line-height: 30px;
}
dd {
  margin-left: 15px;
}
.dl-horizontal dt {
  width: 160px;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 30px 0;
  border-top: 1px solid #eee;
}
blockquote {
  margin: 0 0 30px;
}
blockquote p {
  font-size: 20px;
}
blockquote small {
  line-height: 30px;
}
address {
  margin-bottom: 30px;
  line-height: 30px;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 14px;
}
pre {
  padding: 14.5px;
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
pre.prettyprint {
  margin-bottom: 30px;
}
form {
  margin: 0 0 30px;
}
legend {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 60px;
}
legend small {
  font-size: 22.5px;
}
label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}
input,
button,
select,
textarea {
  font-family: 'Muli', sans-serif;
}
label {
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
}
select,
input[type="file"] {
  height: 40px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  line-height: 40px;
}
select {
  border: 1px solid #ccc;
  background-color: #fff;
}
.uneditable-input,
.uneditable-textarea {
  background-color: #fcfcfc;
  border-color: #ccc;
}
.radio,
.checkbox {
  min-height: 30px;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eee;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
.form-actions {
  padding: 29px 20px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
}
.help-block,
.help-inline {
  color: #835b5e;
}
.help-block {
  margin-bottom: 15px;
}
.input-append,
.input-prepend {
  margin-bottom: 15px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 16px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-append .add-on,
.input-prepend .add-on {
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
input.search-query {
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  margin-bottom: 0;
}
.control-group {
  margin-bottom: 15px;
}
legend + .control-group {
  margin-top: 30px;
}
.form-horizontal .control-group {
  margin-bottom: 30px;
}
.form-horizontal .control-label {
  width: 160px;
}
.form-horizontal .controls {
  margin-left: 180px;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 15px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  background-color: transparent;
}
.table {
  margin-bottom: 30px;
}
.table th,
.table td {
  line-height: 30px;
  border-top: 1px solid #ddd;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-bordered {
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.dropdown-menu {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 14px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  line-height: 30px;
  color: #333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #fff;
  background-color: #742900;
  background-image: -moz-linear-gradient(top, #7e2c00, #652300);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7e2c00), to(#652300));
  background-image: -webkit-linear-gradient(top, #7e2c00, #652300);
  background-image: -o-linear-gradient(top, #7e2c00, #652300);
  background-image: linear-gradient(to bottom, #7e2c00, #652300);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e2c00', endColorstr='#ff652300', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #742900;
  background-image: -moz-linear-gradient(top, #7e2c00, #652300);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7e2c00), to(#652300));
  background-image: -webkit-linear-gradient(top, #7e2c00, #652300);
  background-image: -o-linear-gradient(top, #7e2c00, #652300);
  background-image: linear-gradient(to bottom, #7e2c00, #652300);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e2c00', endColorstr='#ff652300', GradientType=0);
}
.open {
  *z-index: 1000;
}
.dropdown-submenu > a:after {
  border-left-color: #cccccc;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.typeahead {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.well-large {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.well-small {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.close {
  line-height: 30px;
}
.btn {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn-large {
  padding: 22px 30px;
  font-size: 28px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 13.6px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #852543;
  background-image: -moz-linear-gradient(top, #852550, #852530);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#852550), to(#852530));
  background-image: -webkit-linear-gradient(top, #852550, #852530);
  background-image: -o-linear-gradient(top, #852550, #852530);
  background-image: linear-gradient(to bottom, #852550, #852530);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff852550', endColorstr='#ff852530', GradientType=0);
  border-color: #852530 #852530 #49141a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #852530;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #852530;
  *background-color: #711f29;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #5d1a22 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-link {
  color: #7e2c00;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #350f20;
}
.btn-toolbar {
  margin-top: 15px;
  margin-bottom: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 16px;
}
.btn-group > .btn-mini {
  font-size: 12px;
}
.btn-group > .btn-small {
  font-size: 13.6px;
}
.btn-group > .btn-large {
  font-size: 28px;
}
.btn-group > .btn:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.btn-group > .btn.large:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #852530;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 30px;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert .close {
  line-height: 30px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.nav {
  margin-bottom: 30px;
}
.nav-header {
  line-height: 30px;
}
.nav-list {
  margin-bottom: 0;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background-color: #7e2c00;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 14px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs > li > a {
  line-height: 30px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #fff;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  background-color: #7e2c00;
}
.nav .dropdown-toggle .caret {
  border-top-color: #7e2c00;
  border-bottom-color: #7e2c00;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #350f20;
  border-bottom-color: #350f20;
}
.navbar {
  margin-bottom: 30px;
}
.navbar-inner {
  min-height: 50px;
  background-color: rgba(150, 42, 90, 0.8);
  background-image: -moz-linear-gradient(top, rgba(161, 45, 97, 0.8), rgba(133, 37, 80, 0.8));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(161, 45, 97, 0.8)), to(rgba(133, 37, 80, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(161, 45, 97, 0.8), rgba(133, 37, 80, 0.8));
  background-image: -o-linear-gradient(top, rgba(161, 45, 97, 0.8), rgba(133, 37, 80, 0.8));
  background-image: linear-gradient(to bottom, rgba(161, 45, 97, 0.8), rgba(133, 37, 80, 0.8));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cca12d61', endColorstr='#cc852550', GradientType=0);
  border: 1px solid #d66d9c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .brand {
  padding: 10px 20px 10px;
  color: #563C3E;
  text-shadow: 0 1px 0 rgba(161, 45, 97, 0.8);
}
.navbar-text {
  line-height: 50px;
  color: #563C3E;
}
.navbar-link {
  color: #563C3E;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #E45000;
}
.navbar .divider-vertical {
  height: 50px;
  border-left: 1px solid rgba(133, 37, 80, 0.8);
  border-right: 1px solid rgba(161, 45, 97, 0.8);
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 10px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 10px;
}
.navbar-search {
  margin-top: 10px;
}
.navbar-search .search-query {
  font-family: 'Muli', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}
.navbar-static-top {
  margin-bottom: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar .nav > li > a {
  padding: 10px 15px 10px;
  color: #563C3E;
  text-shadow: 0 1px 0 rgba(161, 45, 97, 0.8);
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #E45000;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #E45000;
  background-color: transparent;
}
.navbar .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(130, 36, 78, 0.8);
  background-image: -moz-linear-gradient(top, rgba(141, 39, 85, 0.8), rgba(113, 31, 68, 0.8));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(141, 39, 85, 0.8)), to(rgba(113, 31, 68, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(141, 39, 85, 0.8), rgba(113, 31, 68, 0.8));
  background-image: -o-linear-gradient(top, rgba(141, 39, 85, 0.8), rgba(113, 31, 68, 0.8));
  background-image: linear-gradient(to bottom, rgba(141, 39, 85, 0.8), rgba(113, 31, 68, 0.8));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc8d2755', endColorstr='#cc711f44', GradientType=0);
  border-color: rgba(113, 31, 68, 0.8) rgba(113, 31, 68, 0.8) rgba(53, 15, 32, 0.8);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: rgba(113, 31, 68, 0.8);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: rgba(113, 31, 68, 0.8);
  *background-color: rgba(93, 26, 56, 0.8);
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: rgba(73, 20, 44, 0.8) \9;
}
.navbar .nav > li > .dropdown-menu:before {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.navbar .nav > li > .dropdown-menu:after {
  border-bottom-color: #fff;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top-color: rgba(0, 0, 0, 0.2);
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top-color: #fff;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #E45000;
  border-bottom-color: #E45000;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #E45000;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #563C3E;
  border-bottom-color: #563C3E;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #E45000;
  border-bottom-color: #E45000;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  background-color: #515151;
  border-color: #111111;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  background-color: #fff;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  margin: 0 0 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination {
  margin: 30px 0;
}
.pagination ul {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  line-height: 30px;
  background-color: #fff;
  border-color: #ddd;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 22px 30px;
  font-size: 28px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 13.6px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 2px 6px;
  font-size: 12px;
}
.pager {
  margin: 30px 0;
}
.tooltip-inner {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > li {
  float: left;
  margin-bottom: 30px;
  margin-left: 20px;
}
.thumbnail {
  line-height: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #7e2c00;
}
.label,
.badge {
  font-size: 13.536px;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.progress {
  height: 30px;
  margin-bottom: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.accordion {
  margin-bottom: 30px;
}
.accordion-group {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .dl-horizontal dt {
    width: auto;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .page-header h1 small {
    line-height: 30px;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
}
@media (max-width: 979px) {
  .navbar-fixed-top {
    margin-bottom: 30px;
  }
  .navbar-fixed-bottom {
    margin-top: 30px;
  }
  .nav-collapse .nav {
    margin: 0 0 15px;
  }
  .nav-collapse .nav .nav-header {
    color: #563C3E;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    color: #563C3E;
  }
  .nav-collapse .btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: rgba(133, 37, 80, 0.8);
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    padding: 15px 15px;
    margin: 15px 0;
    border-top: 1px solid rgba(133, 37, 80, 0.8);
    border-bottom: 1px solid rgba(133, 37, 80, 0.8);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
}
[class*="span"].flush {
  margin-left: 0;
}
.row .span12.flush {
  width: 960px;
}
.row .span11.flush {
  width: 880px;
}
.row .span10.flush {
  width: 800px;
}
.row .span9.flush {
  width: 720px;
}
.row .span8.flush {
  width: 640px;
}
.row .span7.flush {
  width: 560px;
}
.row .span6.flush {
  width: 480px;
}
.row .span5.flush {
  width: 400px;
}
.row .span4.flush {
  width: 320px;
}
.row .span3.flush {
  width: 240px;
}
.row .span2.flush {
  width: 160px;
}
.row .span1.flush {
  width: 80px;
}
.row-fluid .span12.flush {
  width: 102.12765957%;
}
.row-fluid .span11.flush {
  width: 93.61702128%;
}
.row-fluid .span10.flush {
  width: 85.10638298%;
}
.row-fluid .span9.flush {
  width: 76.59574468%;
}
.row-fluid .span8.flush {
  width: 68.08510638%;
}
.row-fluid .span7.flush {
  width: 59.57446809%;
}
.row-fluid .span6.flush {
  width: 51.06382979%;
}
.row-fluid .span5.flush {
  width: 42.55319149%;
}
.row-fluid .span4.flush {
  width: 34.04255319%;
}
.row-fluid .span3.flush {
  width: 25.53191489%;
}
.row-fluid .span2.flush {
  width: 17.0212766%;
}
.row-fluid .span1.flush {
  width: 8.5106383%;
}
html,
body {
  height: 100%;
}
#sf-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
}
#push,
#footer {
  height: 4em;
}
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}
html.lt-ie7 #wrap {
  display: table;
  height: 100%;
}
/****************** Font Import ******************/
/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'), url(https://fonts.gstatic.com/s/muli/v12/7Au_p_0qiz-adZnkOCr2z3wM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'), url(https://fonts.gstatic.com/s/muli/v12/7Au_p_0qiz-adZnkOCv2z3wM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'), url(https://fonts.gstatic.com/s/muli/v12/7Au_p_0qiz-adZnkOCX2zw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli Regular'), local('Muli-Regular'), url(https://fonts.gstatic.com/s/muli/v12/7Auwp_0qiz-afT3GLRrX.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli Regular'), local('Muli-Regular'), url(https://fonts.gstatic.com/s/muli/v12/7Auwp_0qiz-afTzGLRrX.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli Regular'), local('Muli-Regular'), url(https://fonts.gstatic.com/s/muli/v12/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  src: local('Muli SemiBold'), local('Muli-SemiBold'), url(https://fonts.gstatic.com/s/muli/v12/7Au_p_0qiz-ade3iOCr2z3wM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  src: local('Muli SemiBold'), local('Muli-SemiBold'), url(https://fonts.gstatic.com/s/muli/v12/7Au_p_0qiz-ade3iOCv2z3wM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  src: local('Muli SemiBold'), local('Muli-SemiBold'), url(https://fonts.gstatic.com/s/muli/v12/7Au_p_0qiz-ade3iOCX2zw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: local('Muli Bold'), local('Muli-Bold'), url(https://fonts.gstatic.com/s/muli/v12/7Au_p_0qiz-adYnjOCr2z3wM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: local('Muli Bold'), local('Muli-Bold'), url(https://fonts.gstatic.com/s/muli/v12/7Au_p_0qiz-adYnjOCv2z3wM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: local('Muli Bold'), local('Muli-Bold'), url(https://fonts.gstatic.com/s/muli/v12/7Au_p_0qiz-adYnjOCX2zw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
/*@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: local('Questrial'), local('Questrial-Regular'), url(https://fonts.gstatic.com/s/questrial/v7/QdVUSTchPBm7nuUeVf70viFl.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/
/* modify this variable as per theme color */
/*  if required modify this color*/
/*  if required modify this color*/
.primary-color-background {
  background-color: #852550;
  color: #fff;
}
.primary-color-text {
  color: #852550;
}
.secondary-color-background {
  background-color: #563C3E;
  color: #fff;
}
.secondary-color-text {
  color: #563C3E;
}
#nudgeMarketWrap .primary-color-background {
  background-color: #852550;
  color: #fff;
}
h1 {
  font-size: 33.6px;
  line-height: 57px;
}
h2 {
  font-size: 25.6px;
  line-height: 42px;
}
h3 {
  font-size: 22.4px;
  line-height: 39px;
}
h4 {
  font-size: 20.8px;
  line-height: 36px;
}
h5 {
  font-size: 19.2px;
  line-height: 33px;
}
h6 {
  font-size: 17.6px;
  line-height: 30px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 29.44px;
    line-height: 55.2px;
  }
  h2 {
    font-size: 25.6px;
    line-height: 48px;
  }
  h3 {
    font-size: 21.76px;
    line-height: 40.8px;
  }
  h4 {
    font-size: 19.2px;
    line-height: 36px;
  }
  h5 {
    font-size: 18.4px;
    line-height: 34.5px;
  }
  h6 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 320px) {
  h1 {
    font-size: 23.92px;
    line-height: 44.85px;
  }
  h2 {
    font-size: 22.4px;
    line-height: 42px;
  }
  h3 {
    font-size: 19.04px;
    line-height: 35.7px;
  }
  h4 {
    font-size: 16.8px;
    line-height: 31.5px;
  }
  h5 {
    font-size: 16.32px;
    line-height: 30.6px;
  }
  h6 {
    font-size: 16px;
    line-height: 30px;
  }
}
.navbar-inner {
  background: none;
  filter: none;
}
#ctmcontentcontainer {
  padding: 0;
}
#ctmcontentcontainer #gallery.carousel {
  height: auto !important;
  width: 100% !important;
}
#ctmcontentcontainer #gallery img {
  max-height: 750px;
  max-width: 100%;
}
#homepage .mainnav ul li ul,
#innerpage .mainnav ul li ul {
  position: absolute;
  display: none;
  visibility: visible;
  z-index: 10000;
  top: 100%;
  width: auto;
  margin: 0;
  background-color: #852550;
}
#homepage .mainnav ul li ul li,
#innerpage .mainnav ul li ul li {
  display: block;
}
#homepage .mainnav ul li.mainnavlink ul li a,
#innerpage .mainnav ul li.mainnavlink ul li a,
#homepage .mainnav ul li.mainnavlinkactive ul li a,
#innerpage .mainnav ul li.mainnavlinkactive ul li a {
  display: block;
  padding: 8px 25px;
  border-bottom: 1px solid #6e7940;
}
#homepage .mainnav ul li.mainnavlink ul li a:link,
#innerpage .mainnav ul li.mainnavlink ul li a:link,
#homepage .mainnav ul li.mainnavlink ul li a:visited,
#innerpage .mainnav ul li.mainnavlink ul li a:visited,
#homepage .mainnav ul li.mainnavlinkactive ul li a:link,
#innerpage .mainnav ul li.mainnavlinkactive ul li a:link,
#homepage .mainnav ul li.mainnavlinkactive ul li a:visited,
#innerpage .mainnav ul li.mainnavlinkactive ul li a:visited {
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 30px;
}
#homepage .mainnav ul li.mainnavlink ul li a:hover,
#innerpage .mainnav ul li.mainnavlink ul li a:hover,
#homepage .mainnav ul li.mainnavlinkactive ul li a:hover,
#innerpage .mainnav ul li.mainnavlinkactive ul li a:hover {
  color: #fff;
  background-color: #5d1a38;
  border-bottom: 1px solid #6e7940;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 770px) {
  #homepage .mainnav ul li ul,
  #innerpage .mainnav ul li ul {
    position: relative;
    background-color: transparent;
    z-index: 10000;
  }
  #homepage .mainnav ul li.mainnavlink ul li a,
  #innerpage .mainnav ul li.mainnavlink ul li a,
  #homepage .mainnav ul li.mainnavlinkactive ul li a,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a {
    border-bottom: none;
    font-size: 12px;
    color: #d7d7d7;
  }
  #homepage .mainnav ul li.mainnavlink ul li a:link,
  #innerpage .mainnav ul li.mainnavlink ul li a:link,
  #homepage .mainnav ul li.mainnavlink ul li a:visited,
  #innerpage .mainnav ul li.mainnavlink ul li a:visited,
  #homepage .mainnav ul li.mainnavlinkactive ul li a:link,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a:link,
  #homepage .mainnav ul li.mainnavlinkactive ul li a:visited,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a:visited {
    color: #d7d7d7;
    font-size: 12px;
  }
  #homepage .mainnav ul li.mainnavlink ul li a:hover,
  #innerpage .mainnav ul li.mainnavlink ul li a:hover,
  #homepage .mainnav ul li.mainnavlinkactive ul li a:hover,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a:hover {
    color: #fff;
    border-bottom: none;
    background-color: #4d4d4d;
  }
}
#innerpage .tabs-left > .nav-tabs .active > a,
#rentcafe_residentportal .tabs-left > .nav-tabs .active > a,
#rentcafe_onlineleasing .tabs-left > .nav-tabs .active > a,
#rentcafe_landlordportal .tabs-left > .nav-tabs .active > a,
#rentcafe_studentguarantorportal .tabs-left > .nav-tabs .active > a,
#innerpage .tabs-left > .nav-tabs .active > a:hover,
#rentcafe_residentportal .tabs-left > .nav-tabs .active > a:hover,
#rentcafe_onlineleasing .tabs-left > .nav-tabs .active > a:hover,
#rentcafe_landlordportal .tabs-left > .nav-tabs .active > a:hover,
#rentcafe_studentguarantorportal .tabs-left > .nav-tabs .active > a:hover,
#innerpage .tabs-left > .nav-tabs .active > a:focus,
#rentcafe_residentportal .tabs-left > .nav-tabs .active > a:focus,
#rentcafe_onlineleasing .tabs-left > .nav-tabs .active > a:focus,
#rentcafe_landlordportal .tabs-left > .nav-tabs .active > a:focus,
#rentcafe_studentguarantorportal .tabs-left > .nav-tabs .active > a:focus,
#innerpage .nav-tabs > .active > a,
#rentcafe_residentportal .nav-tabs > .active > a,
#rentcafe_onlineleasing .nav-tabs > .active > a,
#rentcafe_landlordportal .nav-tabs > .active > a,
#rentcafe_studentguarantorportal .nav-tabs > .active > a,
#innerpage .nav-tabs > .active > a:hover,
#rentcafe_residentportal .nav-tabs > .active > a:hover,
#rentcafe_onlineleasing .nav-tabs > .active > a:hover,
#rentcafe_landlordportal .nav-tabs > .active > a:hover,
#rentcafe_studentguarantorportal .nav-tabs > .active > a:hover,
#innerpage .nav-tabs > .active > a:focus,
#rentcafe_residentportal .nav-tabs > .active > a:focus,
#rentcafe_onlineleasing .nav-tabs > .active > a:focus,
#rentcafe_landlordportal .nav-tabs > .active > a:focus,
#rentcafe_studentguarantorportal .nav-tabs > .active > a:focus {
  background-color: #fff !important;
}
.nav-list {
  padding-left: 0;
}
.nav-list > li > a {
  text-shadow: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
#rsLeftSection {
  float: none;
}
#rentcafe_onlineleasing #ctmcontentcontainer,
#rentcafe_residentportal #ctmcontentcontainer,
#rentcafe_landlordportal #ctmcontentcontainer,
#rentcafe_studentguarantorportal #ctmcontentcontainer,
#rentcafe_onlineleasing #main-content,
#rentcafe_residentportal #main-content,
#rentcafe_landlordportal #main-content,
#rentcafe_studentguarantorportal #main-content {
  overflow: visible;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .navbar-inner,
#rentcafe_residentportal #ctmcontentcontainer .navbar .navbar-inner,
#rentcafe_landlordportal #ctmcontentcontainer .navbar .navbar-inner,
#rentcafe_studentguarantorportal #ctmcontentcontainer .navbar .navbar-inner {
  min-height: 40px;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav li,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav li,
#rentcafe_landlordportal #ctmcontentcontainer .navbar .nav li,
#rentcafe_studentguarantorportal #ctmcontentcontainer .navbar .nav li {
  padding: 0;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > li > a:hover,
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > li > a:focus,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > li > a:hover,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > li > a:focus,
#rentcafe_landlordportal #ctmcontentcontainer .navbar .nav > li > a:hover,
#rentcafe_landlordportal #ctmcontentcontainer .navbar .nav > li > a:focus,
#rentcafe_studentguarantorportal #ctmcontentcontainer .navbar .nav > li > a:hover,
#rentcafe_studentguarantorportal #ctmcontentcontainer .navbar .nav > li > a:focus {
  color: #E45000;
  text-shadow: none;
  background-color: transparent;
  border-width: 0;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > .active > a,
#rentcafe_onlineleasing #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:hover,
#rentcafe_onlineleasing #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:focus,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > .active > a,
#rentcafe_residentportal #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:hover,
#rentcafe_residentportal #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:focus,
#rentcafe_landlordportal #ctmcontentcontainer .navbar .nav > .active > a,
#rentcafe_landlordportal #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:hover,
#rentcafe_landlordportal #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:focus,
#rentcafe_studentguarantorportal #ctmcontentcontainer .navbar .nav > .active > a,
#rentcafe_studentguarantorportal #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:hover,
#rentcafe_studentguarantorportal #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:focus {
  color: #333;
  text-shadow: none;
  background-color: #eee;
  border-width: 0;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > .active > a:hover,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > .active > a:hover,
#rentcafe_landlordportal #ctmcontentcontainer .navbar .nav > .active > a:hover,
#rentcafe_studentguarantorportal #ctmcontentcontainer .navbar .nav > .active > a:hover {
  color: #000000;
  background-color: #eee;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav li a,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav li a,
#rentcafe_landlordportal #ctmcontentcontainer .navbar .nav li a,
#rentcafe_studentguarantorportal #ctmcontentcontainer .navbar .nav li a {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 21px;
}
#rentcafe_onlineleasing .navbar ul.nav i,
#rentcafe_residentportal .navbar ul.nav i,
#rentcafe_landlordportal .navbar ul.nav i,
#rentcafe_studentguarantorportal .navbar ul.nav i {
  line-height: 12px;
}
#rentcafe_onlineleasing .navbar .nav li.dropdown > a:hover .caret,
#rentcafe_residentportal .navbar .nav li.dropdown > a:hover .caret,
#rentcafe_landlordportal .navbar .nav li.dropdown > a:hover .caret,
#rentcafe_studentguarantorportal .navbar .nav li.dropdown > a:hover .caret {
  border-bottom-color: #333;
  border-top-color: #333;
}
#rentcafe_residentportal .navbar .nav > li > .dropdown-menu:after,
#rentcafe_onlineleasing .navbar .nav > li > .dropdown-menu:after,
#rentcafe_landlordportal .navbar .nav > li > .dropdown-menu:after,
#rentcafe_studentguarantorportal .navbar .nav > li > .dropdown-menu:after {
  border-bottom-color: #000 !important;
  border-top-color: #000 !important;
}
#rentcafe_residentportal .dropdown-menu,
#rentcafe_onlineleasing .dropdown-menu,
#rentcafe_landlordportal .dropdown-menu,
#rentcafe_studentguarantorportal .dropdown-menu {
  border-bottom: 2px solid #555;
  border-top: 2px solid #000;
}
#rentcafe_residentportal .dropdown-menu li > a,
#rentcafe_onlineleasing .dropdown-menu li > a,
#rentcafe_landlordportal .dropdown-menu li > a,
#rentcafe_studentguarantorportal .dropdown-menu li > a {
  background-color: #fff;
  color: #555;
}
#rentcafe_residentportal .dropdown-menu li > a:hover,
#rentcafe_residentportal .dropdown-menu li > a:focus,
#rentcafe_residentportal .dropdown-submenu:hover > a,
#rentcafe_onlineleasing .dropdown-menu li > a:hover,
#rentcafe_onlineleasing.dropdown-menu li > a:focus,
#rentcafe_onlineleasing .dropdown-submenu:hover > a,
#rentcafe_landlordportal .dropdown-menu li > a:hover,
#rentcafe_landlordportal.dropdown-menu li > a:focus,
#rentcafe_landlordportal .dropdown-submenu:hover > a,
#rentcafe_studentguarantorportal .dropdown-menu li > a:hover,
#rentcafe_studentguarantorportal.dropdown-menu li > a:focus,
#rentcafe_studentguarantorportal .dropdown-submenu:hover > a {
  background-color: #eee;
  color: #555;
}
#workflowStepsWrap .ole-scroller,
#workflowStepsWrap .ole-menu-main,
#workflowStepsWrap .ole-menu-main ul {
  background-color: #333333;
}
#workflowStepsWrap .ole-menu-wrapper,
#workflowStepsWrap .ole-menu-main li.ole-trigger {
  box-shadow: 0 0 5px #000;
}
#workflowStepsWrap .ole-menu-main a {
  color: #cccccc;
}
#workflowStepsWrap .ole-menu-main a:hover,
#workflowStepsWrap .ole-menu li.ole-search-item:hover,
#workflowStepsWrap .ole-menu li.ole-search-item:hover a {
  background-color: #474747;
  color: #fff;
}
#workflowStepsWrap .done,
#workflowStepsWrap .done a {
  color: #fff;
}
#workflowStepsWrap .current,
#workflowStepsWrap .current a {
  background-color: #852550;
  color: #fff;
}
#workflowStepsWrap .current a:hover {
  background-color: #ad3068;
  color: #fff;
}
#workflowStepsWrap .current:after {
  color: #fff;
}
#workflowStepsWrap .ole-menu-main .tbd a:hover {
  color: #cccccc;
  background-color: #474747;
}
#workflowStepsWrap .ole-menu-main > li {
  border-right: 1px solid #474747;
}
#workflowStepsWrap .ole-menu-main > li:last-child {
  border-left: 1px solid #474747;
}
#workflowStepsWrap .ole-menu-wrapper {
  border-top: 1px solid #474747;
}
#workflowStepsWrap .ole-menu {
  border-bottom: 1px solid #474747;
}
#workflowStepsWrap .ole-menu li:not(:first-child),
#workflowStepsWrap .ole-menu li li {
  box-shadow: 0 1px #474747 inset;
}
#workflowStepsWrap .ole-menu-main li.ole-trigger {
  background-color: #333333;
}
#workflowStepsWrap .ole-icon-menu:before {
  color: #cccccc;
}
#workflowStepsWrap .done:after,
#workflowStepsWrap .done:hover:after {
  color: #6C7E0B;
}
#ResServicesContent ul.nav li {
  background-color: transparent;
  margin-bottom: -1px;
}
#rentcafe_residentportal .nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
#rentcafe_residentportal .nav-tabs > .active > a:focus,
#rentcafe_landlordportal .nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
#rentcafe_landlordportal .nav-tabs > .active > a:focus,
#rentcafe_studentguarantorportal .nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
#rentcafe_studentguarantorportal .nav-tabs > .active > a:focus {
  background-color: #fff;
}
#ApplicantInformation .ApplicantInfoHeader,
#ApplicantInformation .ApplicantInfoSection h2,
#PetsInformationDiv h2,
#VehicleInformationDiv h2 {
  background-color: #555;
  color: #fff;
  border-width: 0;
  padding-left: 10px;
}
.section-header {
  background-color: #555;
  color: #fff;
  border-width: 0;
  font-size: 18px;
  display: block;
  margin: 40px 0 30px 0;
  padding: 10px;
  position: relative;
}
#rentcafe_residentportal .nav-tabs.nav-stacked > li > a:hover,
#rentcafe_landlordportal .nav-tabs.nav-stacked > li > a:hover,
#rentcafe_studentguarantorportal .nav-tabs.nav-stacked > li > a:hover {
  background-color: #eee;
  color: #E45000;
}
.table-header {
  background-color: #852550 !important;
  color: #fff;
}
.widgets {
  background-color: none !important;
  margin-top: 0;
  padding-bottom: 15px;
}
.ehColor {
  fill: #fff;
}
.btn-primary {
  color: #ffffff;
}
/*body{
font-weight:300;
}*/
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  text-decoration: none;
}
.container {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.no-padding {
  padding: 0px;
}
.sm-look-left {
  float: right;
}
.sm-look-right {
  float: left;
}
header {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
}
header #social-networking-container-1 .facebook-icon:before,
header #social-networking-container-1 .twitter-icon:before {
  height: 22px;
  width: 22px;
  background: #563C3E;
  border-radius: 4px;
}
header #social-networking-container-1 {
  padding: 50px 0px;
  border-right: 1px solid rgba(86, 60, 62, 0.4);
}
header #social-networking-container-1 .facebook-icon:before {
  content: "\eee8";
  font-size: 19px;
}
header #social-networking-container-1 .twitter-icon {
  padding-left: 10px;
}
header #social-networking-container-1 .twitter-icon:before {
  content: "\eeed";
  font-size: 16px;
}
header #social-networking-container-1 .facebook-icon:hover::before {
  background: #193e8c;
}
header #social-networking-container-1 .twitter-icon:hover::before {
  background: #00aced;
}
header #social-networking-container-1 .my-google-business-icon {
  height: 25px;
  width: 22px;
  background: #563C3E;
  border-radius: 4px;
  padding: 0 0 2px;
  margin-left: 7px;
}
header #social-networking-container-1 .my-google-business-icon:hover {
  background: #00aced !important;
}
header #social-networking-container-1 .my-google-business-icon > img {
  width: 17px;
  padding: 0 3px;
  margin-bottom: 4px;
}
header #social-networking-container-1 .facebook-icon:before,
header #social-networking-container-2 .facebook-icon:before,
header #social-networking-container-1 .twitter-icon:before,
header #social-networking-container-2 .twitter-icon:before {
  font-family: IcoMoon;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1440px) {
  header #social-networking-container-1 {
    padding: 69px 0px;
    width: 100px;
  }
}
@media (min-width: 1281px) and (max-width: 1624px) {
  header #social-networking-container-1 {
    width: 110px;
  }
}
@media (max-width: 1280px) {
  header #social-networking-container-1 {
    padding: 69px 0px;
    width: 110px;
    z-index: 999;
    position: absolute;
  }
}
@media (min-width: 1025px) and (max-width: 1063px) {
  header #social-networking-container-1 {
    position: absolute;
  }
}
@media (max-width: 1024px) {
  header {
    /*  .socialmedia-icons li:nth-child(-n+5), .socialmedia-icons .more-social-icon, .popover-content .other-social-wrap ul li{
            display:table-cell !important;
        }*/
  }
  header #social-networking-container-1 {
    padding: 50px 0px;
    width: 100px;
    position: absolute;
  }
}
@media (min-width: 1280px) and (max-width: 1646px) {
  header {
    /*   .socialmedia-icons li:nth-child(-n+5), .socialmedia-icons .more-social-icon, .popover-content .other-social-wrap ul li{
            display:table-cell !important;
        }*/
  }
  header header #social-networking-container-1 {
    padding: 69px 0px;
    width: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  header header #social-networking-container-1 {
    padding: 50px 0px;
    width: 100px;
  }
}
.tagline-logo-holder {
  position: absolute;
  left: 5%;
  right: 10%;
  top: 0;
  margin: 0 auto;
  text-align: left;
  z-index: 111;
}
.tagline-logo-holder .banner-button.btn.btn-primary {
  background: #ffffff;
  color: #852550;
}
.tagline-logo-holder .banner-button.btn.btn-primary:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.tagline-logo-holder .banner-button {
  font-size: 14px !important;
  margin-top: 30px;
  padding: 5px 30px;
}
.tagline-logo-holder .banner-button:before {
  content: "START EXPLORING";
  color: #852550;
}
.tagline-logo-holder .banner-button:after {
  content: "floorplans.aspx";
  display: none;
}
.tagline-logo-holder .banner-button:hover::before {
  color: #FFFFFF;
}
#logo-container img {
  max-width: 100px;
  max-height: 100px;
  width: auto;
}
.logo-nav-social-holder {
  left: 0;
  margin-bottom: 0;
  margin-top: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#offcanvas_inner .offcanvas_navbar {
  position: fixed;
}
.colored-strip {
  background: url("/ClientCustom/C00000020181/vesty_park/images/color-band-image.png?quality=50") repeat;
  height: 9px;
}
.btn-primary {
  text-shadow: none;
}
.btn {
  box-shadow: none;
  background-color: #852550;
  color: #fff;
}
.btn-primary,
.btn-primary:focus {
  /*  font-size:17px !important;*/
  text-transform: uppercase;
}
#innerpage label,
#innerpage input,
#innerpage button,
#innerpage select,
#innerpage textarea,
#innerpage .ui-state-default,
#innerpage .ui-widget-content .ui-state-default,
#innerpage .ui-widget-header .ui-state-default {
  font-size: 18px !important;
}
.btn-primary:hover {
  /*background:@white;*/
  border: 1px solid #000;
  color: #000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  /* background:@white;*/
  color: #000;
  border: 1px solid #852550;
  box-shadow: none;
}
.banner-logo > img {
  width: 150px;
  height: 150px;
}
#fab-button-group {
  margin: 0 8px -58px !important;
}
.fab-button-standalone {
  padding: 8px 30px !important;
}
.Floorplans-4 #fab-button-group.fab-button-group-standalone {
  z-index: 999 !important;
}
@media (min-width: 1440px) and (max-width: 1440px) {
  .tagline-logo-holder {
    transform: translate(0px, 50%);
    -webkit-transform: translate(0px, 50%);
    -moz-transform: translate(0px, 50%);
    -o-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
  }
}
@media (min-width: 1921px) {
  .tagline-logo-holder {
    transform: translate(0px, 60%);
    -webkit-transform: translate(0px, 60%);
    -moz-transform: translate(0px, 60%);
    -o-transform: translate(0px, 60%);
    -ms-transform: translate(0px, 60%);
  }
}
@media (min-width: 1920px) {
  .tagline-logo-holder {
    transform: translate(0px, 66%);
    -webkit-transform: translate(0px, 66%);
    -moz-transform: translate(0px, 66%);
    -o-transform: translate(0px, 66%);
    -ms-transform: translate(0px, 66%);
  }
}
@media (min-width: 1281px) and (max-width: 1919px) {
  .tagline-logo-holder {
    transform: translate(0px, 60%);
    -webkit-transform: translate(0px, 60%);
    -moz-transform: translate(0px, 60%);
    -o-transform: translate(0px, 60%);
    -ms-transform: translate(0px, 60%);
  }
}
/*  @media(min-width:1024px) and (max-width:1280px){                
      .tagline-logo-holder{   
           transform:translate(0px, 45%);
           -webkit-transform:translate(0px, 45%);
           -moz-transform:translate(0px, 45%);
           -o-transform:translate(0px, 45%);
           -ms-transform:translate(0px, 45%);   
      }
    }*/
@media (min-width: 1281px) and (max-width: 1650px) {
  header #social-networking-container-1 {
    padding: 50px 0px;
  }
}
@media (max-width: 1280px) {
  header #social-networking-container-1 {
    padding: 69px 0px;
  }
  .tagline-logo-holder {
    top: 4%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  /*.custom-padding{
                    width:89%;
                }*/
  #logo-container img {
    max-width: 60px;
    max-height: 60px;
  }
  header #social-networking-container-1 {
    padding: 50px 0px;
    width: 117px;
    /* .socialmedia-icons li:nth-child(-n+5), .socialmedia-icons .more-social-icon, .popover-content .other-social-wrap ul li{
                        display:table-cell !important;
                    }*/
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  /*.custom-padding{
        width:91%;
    }*/
  #logo-container img {
    max-width: 60px;
    max-height: 60px;
  }
  header #social-networking-container-1 {
    padding: 50px 0px;
    width: 98px;
  }
  header #social-networking-container-1 .socialmedia-icons li:nth-child(-n+5),
  header #social-networking-container-1 .socialmedia-icons .more-social-icon,
  header #social-networking-container-1 .popover-content .other-social-wrap ul li {
    display: table-cell !important;
  }
}
@media (min-width: 951px) and (max-width: 991px) {
  .social-networking-container-1 {
    display: none;
  }
  /*.custom-padding{
        width:100%;
    }*/
  #logo-container img {
    max-width: 60px;
    max-height: 60px;
  }
}
@media (min-width: 1024px) {
  .fixed {
    animation: 0.3s ease-out 0s normal none 1 running moveFromTop;
    height: auto;
    position: fixed !important;
    margin-top: 0px;
    top: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 950px) {
  .logo-nav-social-holder {
    z-index: 1001;
    position: fixed;
    z-index: 2000;
  }
  header {
    background: #fff;
    height: 90px;
  }
  #navwrapper {
    margin-top: 70px;
    width: 90%;
    float: left;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .tagline-logo-holder {
    top: 5%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tagline-logo-holder {
    top: 3%;
  }
}
@media (max-width: 768px) {
  .banner-logo > img {
    width: 100px;
    height: 100px;
  }
  .tagline-logo-holder {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    top: 3%;
  }
  .banner-logo > img {
    width: 100px;
    height: 100px;
  }
  header #social-networking-container-1 {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .tagline-logo-holder {
    top: 2%;
  }
  #navwrapper {
    width: 72%;
  }
}
@media (min-width: 421px) and (max-width: 767px) {
  .mobile-logo-holder {
    /* margin-left: -79px;
        margin-top: 0px;
        width: auto;*/
  }
}
@media (max-width: 420px) {
  /*.mobile-logo-holder {
        margin-left: -79px;
        margin-top: 7px;
        width: 220px;
     }
      .mobile-logo-holder > div {
        float: right;
        margin: -47px -40px 20px -36px;
        padding-top: 0;
        text-align: right;
        width: 37%;
    }*/
  .tagline-logo-holder {
    top: 1.5%;
  }
  body {
    font-size: 14px;
  }
}
#homepage {
  /* #InnerContentDiv{   
                    font-size:@baseFontSize;
                    &:before{
                        content:@floorplanContent;
                        color:@floorplanContentTextColor;
                    }    
            }*/
  /* #ctmcontentcontainer h1{               
                display:none;
            }*/
  /*#homepage_slider.carousel{
        height:860px;
    }*/
  /*@media(min-width:798px) and (max-width:931px){
    #floorplan-section{
        .floorplan-content-holder{
           margin:152px -99px 0 39px;
        }
     }
}
@media(min-width:769px) and (max-width:797px){
#floorplan-section{
        .floorplan-content-holder{
           margin:157px -99px 0 39px;
        }
     }
}
@media(max-width:768px){
#floorplan-section{
        .floorplan-content-holder{
           margin:157px -99px 0 39px;
        }
     }
}*/
  /*@media(min-width:798px) and (max-width:931px){
    #neighborhood-section{
        .neighborhood-content-holder{
           margin:177px 60px 0 -96px;
        }
     }
}

@media(min-width:769px) and (max-width:797px){
#neighborhood-section{
        .neighborhood-content-holder{
           margin:175px 46px 0 -98px;
        }
     }
}
@media(max-width:768px){
#neighborhood-section{
        .neighborhood-content-holder{
           margin:175px 46px 0 -98px;
        }
     }
}*/
}
#homepage .banner-content-holder {
  color: #fff;
  line-height: 39.99px;
  font-size: 32px;
  padding-top: 25px;
}
#homepage .banner-content-holder:before {
  content: "Welcome to Vesty Park.";
  display: block;
  color: #fff;
}
#homepage .banner-content-holder:after {
  content: "The perfect place to start a great life in Denver.";
}
#homepage .logo-holder {
  /*  .btn-primary{
                background:transparent;
                border:1px solid @marketingButtonBorder;
                 padding:18px 35px;
                 margin-top:30px;
                    &:hover{
                        background:transparent;
                        color:@bannerButtonHoverColor;
                        border:1px solid @bannerButtonBorderColor;
                    }
            }*/
}
#homepage #image_slider {
  position: relative;
  overflow: hidden;
}
#homepage #image_slider .colored-strip {
  position: relative;
}
#homepage #image_slider #videoSlide {
  position: relative;
  z-index: -1;
}
#homepage .tagline-logo-holder .phone-number {
  display: inline-block;
  color: #cb4581;
  font-size: 20px;
  vertical-align: bottom;
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 6px 16px;
}
@media (max-width: 568px) {
  #homepage .tagline-logo-holder .phone-number {
    font-size: 18px;
    margin-left: 0px;
    margin-top: 10px;
  }
}
#homepage .tagline {
  color: #fff;
  line-height: 69.99px;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  margin-top: 55px;
  /* &:after{
           content:@taglineAfter;
            font-size:45px;
        }*/
}
#homepage .tagline:before {
  content: "And this is where it starts.";
  display: block;
  font-size: 75px;
  font-weight: 300;
}
#homepage .slider-overlay {
  width: 100%;
  height: 85vh;
  background: rgba(255, 255, 255, 0.2);
}
#homepage .carousel-inner img {
  height: 85vh;
  object-fit: cover;
}
@media (min-width: 1921px) {
  #homepage .slider-overlay {
    height: 850px;
  }
}
@media (min-width: 1281px) and (max-width: 1919px) {
  #homepage .slider-overlay {
    height: 850px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  #homepage .slider-overlay {
    height: auto;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  #homepage .slider-overlay {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
  }
  #homepage .tagline:before {
    font-size: 68px;
  }
}
@media (max-width: 1024px) {
  #homepage .tagline {
    margin-top: 24px;
  }
  #homepage .tagline:before {
    font-size: 64px;
  }
  #homepage .banner-content-holder {
    font-size: 25px;
    padding: top:12px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #homepage .slider-overlay {
    height: 700px;
  }
  #homepage .carousel-inner img {
    height: 700px;
  }
}
@media (min-width: 769px) and (max-width: 929px) {
  #homepage .tagline:before {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  #homepage .banner-content-holder {
    font-size: 25px;
  }
  #homepage .tagline::before {
    font-size: 38px;
    line-height: 50px;
  }
  #homepage .slider-overlay {
    height: 700px;
  }
  #homepage .carousel-inner img {
    height: 700px;
  }
}
@media (max-width: 767px) {
  #homepage .banner-content-holder {
    font-size: 24px;
  }
  #homepage .tagline::before {
    font-size: 38px;
    line-height: 50px;
  }
  #homepage .slider-overlay {
    height: 700px;
  }
}
#homepage #floorplan-section,
#homepage #amenities-section1,
#homepage #neighborhood-section,
#homepage #amenities-section,
#homepage #rating-review-section {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  position: relative;
}
#homepage #floorplan-section .marketing-section-logo > img,
#homepage #amenities-section1 .marketing-section-logo > img,
#homepage #neighborhood-section .marketing-section-logo > img,
#homepage #amenities-section .marketing-section-logo > img,
#homepage #rating-review-section .marketing-section-logo > img {
  width: 80px;
  height: 80px;
}
#homepage #floorplan-section .btn-primary,
#homepage #amenities-section1 .btn-primary,
#homepage #neighborhood-section .btn-primary,
#homepage #amenities-section .btn-primary,
#homepage #rating-review-section .btn-primary {
  background: #852550;
  font-size: 14px;
  color: #ffffff;
  padding: 7px 30px;
  margin-top: 30px;
  letter-spacing: 0.8px;
}
#homepage #floorplan-section .btn-primary:hover,
#homepage #amenities-section1 .btn-primary:hover,
#homepage #neighborhood-section .btn-primary:hover,
#homepage #amenities-section .btn-primary:hover,
#homepage #rating-review-section .btn-primary:hover {
  background: #fff;
  color: #000;
}
#homepage #floorplan-section .heading-content:before,
#homepage #amenities-section1 .heading-content:before,
#homepage #neighborhood-section .heading-content:before,
#homepage #amenities-section .heading-content:before,
#homepage #rating-review-section .heading-content:before {
  color: #852550;
  font-size: 20px;
  margin: 30px 0 20px;
  font-weight: 300;
  display: block;
}
#homepage #floorplan-section h2:before,
#homepage #amenities-section1 h2:before,
#homepage #neighborhood-section h2:before,
#homepage #amenities-section h2:before,
#homepage #rating-review-section h2:before {
  color: #852550;
  line-height: 49.98px;
  font-size: 40px;
  padding: 0 0 30px;
}
#homepage #floorplan-section .floorplan-image,
#homepage #amenities-section1 .floorplan-image,
#homepage #neighborhood-section .floorplan-image,
#homepage #amenities-section .floorplan-image,
#homepage #rating-review-section .floorplan-image,
#homepage #floorplan-section .neighborhood-image,
#homepage #amenities-section1 .neighborhood-image,
#homepage #neighborhood-section .neighborhood-image,
#homepage #amenities-section .neighborhood-image,
#homepage #rating-review-section .neighborhood-image,
#homepage #floorplan-section .amenities-image,
#homepage #amenities-section1 .amenities-image,
#homepage #neighborhood-section .amenities-image,
#homepage #amenities-section .amenities-image,
#homepage #rating-review-section .amenities-image,
#homepage #floorplan-section .rating-review-image,
#homepage #amenities-section1 .rating-review-image,
#homepage #neighborhood-section .rating-review-image,
#homepage #amenities-section .rating-review-image,
#homepage #rating-review-section .rating-review-image {
  min-height: 900px;
  position: relative;
}
@media (min-width: 798px) and (max-width: 931px) {
  #homepage #floorplan-section h2:before,
  #homepage #neighborhood-section h2:before,
  #homepage #amenities-section h2:before {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 769px) and (max-width: 797px) {
  #homepage #floorplan-section h2:before,
  #homepage #neighborhood-section h2:before,
  #homepage #amenities-section h2:before {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  #homepage #floorplan-section h2:before,
  #homepage #neighborhood-section h2:before,
  #homepage #amenities-section h2:before {
    font-size: 40px;
    line-height: 40px;
  }
  #homepage #floorplan-section .btn-primary,
  #homepage #neighborhood-section .btn-primary,
  #homepage #amenities-section .btn-primary {
    font-size: 13px;
    padding: 7px 17px;
  }
}
@media (max-width: 767px) {
  #homepage #floorplan-section .floorplan-image,
  #homepage #neighborhood-section .floorplan-image,
  #homepage #amenities-section .floorplan-image,
  #homepage #floorplan-section .neighborhood-image,
  #homepage #neighborhood-section .neighborhood-image,
  #homepage #amenities-section .neighborhood-image,
  #homepage #floorplan-section .amenities-image,
  #homepage #neighborhood-section .amenities-image,
  #homepage #amenities-section .amenities-image {
    height: 500px;
    max-height: 500px;
  }
  #homepage #floorplan-section h2:before,
  #homepage #neighborhood-section h2:before,
  #homepage #amenities-section h2:before {
    font-size: 40px;
    line-height: 40px;
  }
}
#homepage #floorplan-section .marketing-bg-holder,
#homepage #neighborhood-section .marketing-bg-holder,
#homepage #amenities-section .marketing-bg-holder,
#homepage #rating-review-section .marketing-bg-holder {
  background: #ffffff;
  padding: 43px 32px;
}
#homepage #floorplan-section {
  background: #E45000;
  /*  .btn-primary{
              background:@floorplanButtonBg;
     }  */
}
#homepage #floorplan-section .heading-content:before {
  content: "get in here right this second";
}
#homepage #floorplan-section .floorplan-button:before {
  content: "VIEW OUR FLOOR PLANS";
}
#homepage #floorplan-section .floorplan-button:after {
  content: "floorplans.aspx";
  display: none;
}
#homepage #floorplan-section .floorplan-content {
  font-size: 16px;
}
#homepage #floorplan-section .floorplan-content:before {
  content: "Vesty Park is a hidden gem of an apartment community smack dab between downtown Denver and Sloan’s Lake, offering huge apartments and townhomes that have been lovingly upgraded with all the bells and whistles. ";
}
#homepage #floorplan-section .btn-primary:hover,
#homepage #floorplan-section .btn-primary:focus,
#homepage #floorplan-section .btn-primary:active,
#homepage #floorplan-section .btn-primary.active,
#homepage #floorplan-section .btn-primary.disabled,
#homepage #floorplan-section .btn-primary[disabled] {
  border: 1px solid !important;
}
#homepage #floorplan-section .floorplan-image {
  background: url("/ClientCustom/C00000020181/vesty_park/images/floorplan-image.jpg?quality=50");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
#homepage #floorplan-section .floorplan-content-holder {
  z-index: 111;
  left: 120px;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  width: 100%;
  /*    .marketing-bg-holder{
                background:@mktSectionBackground;
                padding:32px; 
            }*/
}
#homepage #floorplan-section h2:before {
  content: "This is where the good life starts. ";
}
@media (min-width: 768px) {
  #homepage .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #homepage .row-eq-height1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
}
@media (min-width: 768px) and screen and (-webkit-min-device-pixel-ratio: 0) {
  #homepage {
    /* Safari and Chrome */
    /* Safari only override */
  }
  #homepage .row-eq-height1 {
    display: flex;
  }
  #homepage ::i-block-chrome,
  #homepage .row-eq-height1 {
    display: block;
  }
}
@media (max-width: 768px) {
  #homepage #floorplan-section .floorplan-content-holder {
    transform: none !important;
    position: inherit;
    margin: 0px;
    left: 0;
  }
  #homepage .row-eq-height1 {
    display: block;
  }
  #homepage .row-eq-height {
    display: block;
  }
}
#homepage #neighborhood-section {
  background: #852550;
}
#homepage #neighborhood-section .neighborhood-image {
  background: url("/ClientCustom/C00000020181/vesty_park/images/neighborhood-image.jpg?quality=50");
  background-repeat: no-repeat;
  background-size: cover;
}
#homepage #neighborhood-section .heading-content:before {
  content: "close to everything. everything.";
}
#homepage #neighborhood-section .neighborhood-button:before {
  content: "EXPLORE THE NEIGHBORHOOD";
}
#homepage #neighborhood-section .neighborhood-button:after {
  content: "neighborhood.aspx";
  display: none;
}
#homepage #neighborhood-section .neighborhood-content {
  font-size: 16px;
}
#homepage #neighborhood-section .neighborhood-content:before {
  content: "Easy access to dive bars and five stars, Mile High and downtown, LoDo and The Highlands, parks and rec, Light Rail and the highway to the hills. Now this is how to live in Denver. ";
}
#homepage #neighborhood-section .neighborhood-content-holder {
  z-index: 111;
  right: 128px;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #homepage #neighborhood-section {
    /* Safari and Chrome */
    /* Safari only override */
  }
  #homepage #neighborhood-section .row-eq-height1 {
    display: flex;
  }
  #homepage #neighborhood-section .neighborhood-content-holder {
    -webkit-transform: translateY(-50%) !important;
  }
  #homepage #neighborhood-section ::i-block-chrome,
  #homepage #neighborhood-section .neighborhood-content-holder {
    -webkit-transform: translateY(50%) !important;
  }
  #homepage #neighborhood-section ::i-block-chrome,
  #homepage #neighborhood-section .row-eq-height1 {
    display: block;
  }
}
#homepage #neighborhood-section h2:before {
  content: "This is where the fun starts. ";
}
@media (min-width: 1280px) {
  #homepage #neighborhood-section .neighborhood-content-holder {
    display: block;
    margin: 0 auto;
    width: 94%;
  }
}
@media (max-width: 768px) {
  #homepage #neighborhood-section .neighborhood-content-holder {
    transform: none !important;
    position: inherit;
    right: 0 !important;
  }
  #homepage #neighborhood-section .row-eq-height1 {
    display: block;
  }
  #homepage #neighborhood-section .row-eq-height {
    display: block;
  }
}
#homepage #amenities-section {
  background: #243249;
}
#homepage #amenities-section .amenities-image {
  background: url("/ClientCustom/C00000020181/vesty_park/images/amenities-image.jpg?quality=50");
  background-repeat: no-repeat;
  background-size: cover;
}
#homepage #amenities-section .heading-content:before {
  content: "and…exhale.";
}
#homepage #amenities-section .amenities-button:before {
  content: "VIEW ALL OUR AMENITIES";
}
#homepage #amenities-section .amenities-button:after {
  content: "amenities-custom.aspx";
  display: none;
}
#homepage #amenities-section .amenities-content {
  font-size: 16px;
}
#homepage #amenities-section .amenities-content:before {
  content: "With 18 acres of rolling lawns and massive trees, you can get away from it all without having to get away from it all. ";
}
#homepage #amenities-section .amenities-content-holder,
#homepage #amenities-section .amenities-content-holder1,
#homepage #amenities-section .amenities-content-holder2,
#homepage #amenities-section .amenities-content-holder3,
#homepage #amenities-section .amenities-content-holder4 {
  z-index: 111;
  left: 120px;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  width: 100%;
}
#homepage #amenities-section h2:before {
  content: "This is where the chill starts.";
}
@media (max-width: 768px) {
  #homepage #amenities-section .amenities-content-holder,
  #homepage #amenities-section .amenities-content-holder1,
  #homepage #amenities-section .amenities-content-holder2,
  #homepage #amenities-section .amenities-content-holder3,
  #homepage #amenities-section .amenities-content-holder4 {
    transform: none !important;
    position: inherit;
    left: 0;
  }
  #homepage #amenities-section .row-eq-height1 {
    display: block;
  }
  #homepage #amenities-section .row-eq-height {
    display: block;
  }
}
#homepage #rating-review-section {
  background: #852550;
  /*  .icon-quote-left::before {
        font-size:@baseFontSize*1.5625;
    }
      .icon-quote-right::before {
        font-size:@baseFontSize*1.5625;
    }*/
}
#homepage #rating-review-section .rating-review-image {
  background: url("/ClientCustom/C00000020181/vesty_park/images/rating-image.jpg?quality=50");
  background-repeat: no-repeat;
  background-size: cover;
}
#homepage #rating-review-section .heading-content:before {
  content: "the verdict is in";
}
#homepage #rating-review-section .rating-review-button:before {
  content: "VIEW OUR YELP PAGE";
}
#homepage #rating-review-section .rating-review-content {
  font-size: 16px;
}
#homepage #rating-review-section #testimonials h2 {
  display: none;
}
#homepage #rating-review-section #testimonial-carousel i {
  color: #852550;
}
#homepage #rating-review-section .rating-review-content-holder {
  z-index: 111;
  right: 128px;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #homepage #rating-review-section {
    /* Safari and Chrome */
    /* Safari only override */
  }
  #homepage #rating-review-section .row-eq-height1 {
    display: flex;
  }
  #homepage #rating-review-section .rating-review-content-holder {
    -webkit-transform: translateY(-50%) !important;
  }
  #homepage #rating-review-section ::i-block-chrome,
  #homepage #rating-review-section .rating-review-content-holder {
    -webkit-transform: translateY(50%) !important;
  }
  #homepage #rating-review-section ::i-block-chrome,
  #homepage #rating-review-section .row-eq-height1 {
    display: block;
  }
}
#homepage #rating-review-section h2:before {
  content: "Seems that people like living at Vesty Park!";
}
@media (min-width: 1280px) {
  #homepage #rating-review-section .neighborhood-content-holder {
    display: block;
    margin: 0 auto;
    width: 94%;
  }
}
@media (max-width: 768px) {
  #homepage #rating-review-section .rating-review-content-holder {
    transform: none !important;
    position: inherit;
    right: 0 !important;
  }
  #homepage #rating-review-section .row-eq-height1 {
    display: block;
  }
  #homepage #rating-review-section .row-eq-height {
    display: block;
  }
}
#homepage #ready-to-start-section {
  background: url("/ClientCustom/C00000020181/vesty_park/images/ready-to-start-images.jpg?quality=50");
  height: 500px;
  position: relative;
}
#homepage #ready-to-start-section .overlay {
  width: 100%;
  height: 500px;
  background: rgba(36, 50, 73, 0.6);
}
#homepage #ready-to-start-section h2:before {
  content: "Ready to get things started?";
  color: #ffffff;
  font-size: 37px;
}
#homepage #ready-to-start-section .connect-content-holder {
  text-align: center;
  color: #ffffff;
  margin: 6% 0 0 0;
}
#homepage #ready-to-start-section .connect-content:before {
  content: "Connect with our leasing team to schedule a personal tour of Vesty Park today. ";
  font-size: 24px;
}
#homepage #ready-to-start-section .connect-button.btn.btn-primary {
  background: #ffffff;
  padding: 10px 40px;
  margin-top: 20px;
}
#homepage #ready-to-start-section .connect-button.btn.btn-primary:hover {
  background: transparent;
  border: 1px solid #ffffff;
}
#homepage #ready-to-start-section .connect-button.btn.btn-primary:before {
  content: "CONNECT WITH US";
  color: #852550;
}
#homepage #ready-to-start-section .connect-button.btn.btn-primary:after {
  content: "contactus.aspx";
  display: none;
}
#homepage #ready-to-start-section .marketing-section-logo > img {
  width: 90px;
  height: 90px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #homepage #ready-to-start-section {
    height: auto;
  }
  #homepage #ready-to-start-section .overlay {
    height: auto;
  }
  #homepage #ready-to-start-section .connect-content-holder {
    margin: 0;
    position: inherit;
    transform: none;
    top: 0;
    padding: 50px 20px;
  }
}
#homepage #ready-to-start-section .connect-button.btn.btn-primary:hover::before {
  color: #ffffff;
}
/*#homepage #ready-to-start-section .connect-button.btn.btn-primary:hover{
    background:transparent;
    border:1px solid @marketingButtonBorderHoverColor;
}*/
@media (max-width: 520px) {
  #homepage #ready-to-start-section h2::before {
    font-size: 27px;
  }
  #homepage #ready-to-start-section .connect-content::before {
    font-size: 20px;
  }
}
#innerpage {
  /*@media(max-width:767px){
    #apldiv .apply-now-btn.btn.btn-primary{
        text-align:left;
        color:@applyNowButtonMobileColor;
        text-transform: lowercase;
        font-weight:700;
         border:0 none;
         font-size:14px;
         line-height:35px;
            &:hover{
                color:@white !important;
                border:0 none;
            }
    }
}*/
}
#innerpage h1 {
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  margin: 70px 0 auto;
  position: absolute;
  text-align: center;
  top: 128px;
  z-index: 999;
}
#innerpage #ctmcontentcontainer {
  position: relative;
  min-height: 500px;
}
#innerpage .modernFloorplansContainer h1:first-of-type {
  padding: 0px;
}
#innerpage .tagline {
  font-size: 46px;
  color: #fff;
  line-height: 54.99px;
  font-weight: 300;
  padding-top: 120px;
  font-family: 'Poppins', sans-serif;
  width: 72%;
}
#innerpage .tagline-logo-holder {
  transform: translate(0px, 48%);
  -webkit-transform: translate(0px, 48%);
  -moz-transform: translate(0px, 48%);
  -o-transform: translate(0px, 48%);
  -ms-transform: translate(0px, 48%);
}
#innerpage .tagline-logo-holder .banner-button:before {
  content: "";
}
#innerpage .banner-content-holder {
  color: #fff;
  line-height: 27.99px;
  font-size: 20px;
  width: 75%;
  padding-top: 20px;
}
#innerpage #banner_slider {
  position: relative;
}
#innerpage #banner_slider:before {
  background: #243249;
  content: "";
  height: 100%;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@keyframes fade4 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}
#innerpage #banner_slider img {
  height: 90vh;
  object-fit: cover;
  animation: fade4 40s infinite;
  -webkit-animation: fade4 40s infinite;
}
#innerpage .floorplans .tagline {
  width: 72%;
}
#innerpage .floorplans .btn-primary:hover {
  background: transparent;
}
#innerpage .floorplans .video-walk-holder a {
  text-decoration: underline;
}
#innerpage .availableunits .btn-primary:hover {
  background: transparent;
}
#innerpage .rentaloptions #calendar_btn {
  color: #000;
}
@media (min-width: 1601px) and (max-width: 1703px) {
  #innerpage {
    /* .tagline-logo-holder{
                transform:translate(0px, 26%); 
               -webkit-transform:translate(0px, 26%);
               -moz-transform:translate(0px, 26%);
               -o-transform:translate(0px, 26%);
               -ms-transform:translate(0px, 26%);
        }*/
  }
}
@media (min-width: 1281px) and (max-width: 1919px) {
  #innerpage .tagline-logo-holder {
    transform: translate(0px, 40%);
    -webkit-transform: translate(0px, 40%);
    -moz-transform: translate(0px, 40%);
    -o-transform: translate(0px, 40%);
    -ms-transform: translate(0px, 40%);
  }
  #innerpage .tagline {
    font-size: 34px;
    line-height: 44px;
    padding-top: 104px;
  }
  #innerpage .banner-content-holder {
    font-size: 19px;
  }
}
@media (max-width: 1280px) {
  #innerpage .tagline-logo-holder {
    transform: translate(0px, 31%);
    -webkit-transform: translate(0px, 31%);
    -moz-transform: translate(0px, 31%);
    -o-transform: translate(0px, 31%);
    -ms-transform: translate(0px, 31%);
  }
  #innerpage .tagline {
    padding-top: 74px;
    width: 72% !important;
  }
  #innerpage .banner-content-holder {
    padding-top: 0px;
    width: 80% !important;
  }
  #innerpage h1 {
    top: 97px;
  }
}
@media (min-width: 1921px) {
  #innerpage #banner_slider img {
    height: 800px;
  }
}
@media (min-width: 1281px) and (max-width: 1919px) {
  #innerpage #banner_slider img {
    height: 800px;
  }
}
@media (min-width: 1366px) and (max-width: 1366px) {
  #innerpage #banner_slider img {
    height: 800px;
  }
}
@media (max-width: 1280px) {
  #innerpage .tagline-logo-holder {
    top: 1%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  #innerpage .tagline-logo-holder {
    top: 1%;
    width: auto;
  }
  #innerpage .tagline {
    font-size: 37px;
    line-height: 45px;
  }
  #innerpage #banner_slider img {
    height: 100vh;
  }
}
@media (max-width: 1024px) {
  #innerpage #banner_slider img {
    animation: none;
    -webkit-animation: none;
    height: 100vh;
  }
  #innerpage .tagline-logo-holder {
    top: 1%;
    width: auto;
  }
  #innerpage .tagline {
    font-size: 37px;
    line-height: 45px;
  }
}
@media (max-width: 812px) {
  #innerpage #banner_slider img {
    height: 800px;
    animation: none;
    -webkit-animation: none;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  #innerpage .tagline-logo-holder {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    top: 3%;
    width: auto;
  }
  #innerpage .tagline-logo-holder .banner-button {
    padding: 5px 20px;
  }
  #innerpage .tagline {
    font-size: 30px;
    line-height: 45px;
    width: auto !important;
    padding-top: 70px;
  }
  #innerpage .banner-content-holder {
    width: auto !important;
  }
  #innerpage h1 {
    top: 97px;
  }
}
@media (max-width: 768px) {
  #innerpage .tagline-logo-holder {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    top: 2%;
    width: auto;
  }
  #innerpage .tagline-logo-holder .banner-button {
    padding: 5px 20px;
  }
  #innerpage .banner-content-holder {
    width: auto !important;
  }
  #innerpage h1 {
    top: 53px;
  }
  #innerpage .tagline {
    font-size: 30px;
    line-height: 45px;
    width: auto !important;
    padding-top: 70px;
  }
  #innerpage #banner_slider img {
    height: 800px;
    animation: none;
    -webkit-animation: none;
  }
}
@media (max-width: 767px) {
  #innerpage .tagline-logo-holder {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    top: 2%;
    width: auto;
  }
  #innerpage .tagline-logo-holder .banner-button {
    padding: 5px 20px;
  }
  #innerpage .tagline {
    font-size: 19px;
    line-height: 31px;
    padding-top: 83px;
    width: auto !important;
  }
  #innerpage .banner-content-holder {
    width: auto !important;
    font-size: 17px;
    line-height: 28px;
  }
  #innerpage h1 {
    top: 53px;
  }
}
@media (min-width: 320px) and (max-width: 380px) {
  #innerpage .tagline-logo-holder {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    top: 2%;
    width: auto;
  }
  #innerpage .tagline-logo-holder .banner-button {
    padding: 5px 17px;
    font-size: 12px !important;
  }
  #innerpage .tagline {
    font-size: 19px;
    line-height: 31px;
    padding-top: 83px;
    width: auto !important;
  }
  #innerpage .banner-content-holder {
    width: auto !important;
    font-size: 17px;
    line-height: 28px;
  }
  #innerpage h1 {
    top: 53px;
  }
}
#innerpage .floorplans .download-btn {
  padding: 10px;
}
#innerpage .floorplans .download-btn .btn.btn-default.btn-flat.btn-viewDetails {
  padding: 8px;
}
#innerpage .social-icons-holder {
  text-align: left;
  padding-top: 20px;
  font-size: 19px;
  top: 0;
}
#innerpage .social-icons-holder li {
  list-style: none;
  display: inline-block;
  border-right: 3px solid #fff;
  padding: 0 8px;
  line-height: 15px;
  height: 19px;
  color: #fff;
}
#innerpage .social-icons-holder li:last-child {
  border-right: 0 none;
}
#innerpage .social-icons-holder #call-us a {
  color: #fff;
}
#innerpage .social-icons-holder .phone-number {
  font-size: 22px;
  padding-right: 3px;
}
#innerpage .social-icons-holder .phone-number:before {
  color: #243249;
}
#innerpage .social-icons-holder .callustext {
  display: none;
}
#innerpage #bottom-background-section {
  background: url("/ClientCustom/C00000020181/vesty_park/images/ready-to-start-images.jpg?quality=50");
  height: 500px;
  position: relative;
  overflow: hidden;
}
#innerpage #bottom-background-section .bottom-banner-img {
  background: url("/ClientCustom/C00000020181/vesty_park/images/ready-to-start-images.jpg?quality=50");
  position: absolute;
  width: 100%;
  height: 500px;
  overflow: hidden;
  animation: fade4 40s infinite;
  -webkit-animation: fade4 40s infinite;
}
@keyframes fade4 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}
#innerpage #bottom-background-section .overlay {
  width: 100%;
  height: 500px;
  background: rgba(36, 50, 73, 0.6);
  position: absolute;
}
#innerpage #bottom-background-section h2 {
  color: #ffffff;
  font-size: 37px;
}
#innerpage #bottom-background-section .connect-content-holder {
  text-align: center;
  color: #ffffff;
  margin: 7% 0 0 0;
}
#innerpage #bottom-background-section .connect-content {
  font-size: 24px;
  line-height: 39.99px;
  width: 81%;
  margin: 0 auto;
}
#innerpage #bottom-background-section .connect-button.btn.btn-primary {
  background: #ffffff;
  padding: 10px 40px;
  margin-top: 20px;
  color: #852550;
}
#innerpage #bottom-background-section .connect-button.btn.btn-primary:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
#innerpage #bottom-background-section .marketing-section-logo > img {
  width: 90px;
  height: 90px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #innerpage #bottom-background-section .connect-content {
    width: auto;
    font-size: 17px;
    line-height: 35px;
    padding: 0 20px;
  }
  #innerpage #bottom-background-section .connect-button.btn.btn-primary {
    padding: 10px;
  }
  #innerpage #bottom-background-section h2 {
    font-size: 26px;
    padding: 0 20px;
  }
}
#innerpage #bottom-background-section .marketing-section-logo > img {
  margin-bottom: 25px;
}
#innerpage #social-media {
  position: absolute;
  right: 0;
  top: 0;
  padding: 30px;
}
#innerpage #social-media .other-social-wrap ul {
  padding: 7px 0;
  margin-bottom: 0px;
}
#innerpage #social-media .other-social-wrap ul li a:before {
  font-size: 30px;
  background: none;
  color: #243249;
}
#innerpage #social-media .other-social-wrap ul li a:hover:before {
  color: #E45000;
}
#innerpage #social-media .other-social-wrap .facebook-icon:before {
  content: "\eee8";
  font-family: FontAwesome;
  display: table-cell;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}
#innerpage #social-media .other-social-wrap .twitter-icon:before {
  content: "\eeed";
}
#innerpage #social-media .socialmedia-icons {
  display: inline-block;
}
#innerpage #social-media .other-social-wrap ul li {
  padding: 0 18px;
  /* a{
            &:before{
                font-size:@baseFontSize*1.944;
                
            }
        }*/
}
#innerpage #amenities-custom-holder #amenity-section1 .marketing-section-logo > img,
#innerpage #amenities-custom-holder #amenity-section2 .marketing-section-logo > img,
#innerpage #amenities-custom-holder #amenity-section3 .marketing-section-logo > img,
#innerpage #amenities-custom-holder #amenity-section4 .marketing-section-logo > img,
#innerpage #amenities-custom-holder #amenity-section5 .marketing-section-logo > img {
  height: 80px;
  width: 80px;
}
#innerpage #amenities-custom-holder #amenity-section1 .amenities-content-holder,
#innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder,
#innerpage #amenities-custom-holder #amenity-section3 .amenities-content-holder,
#innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder,
#innerpage #amenities-custom-holder #amenity-section5 .amenities-content-holder,
#innerpage #amenities-custom-holder #amenity-section1 .amenities-content-holder1,
#innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder1,
#innerpage #amenities-custom-holder #amenity-section3 .amenities-content-holder1,
#innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder1,
#innerpage #amenities-custom-holder #amenity-section5 .amenities-content-holder1,
#innerpage #amenities-custom-holder #amenity-section1 .amenities-content-holder2,
#innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder2,
#innerpage #amenities-custom-holder #amenity-section3 .amenities-content-holder2,
#innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder2,
#innerpage #amenities-custom-holder #amenity-section5 .amenities-content-holder2,
#innerpage #amenities-custom-holder #amenity-section1 .amenities-content-holder3,
#innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder3,
#innerpage #amenities-custom-holder #amenity-section3 .amenities-content-holder3,
#innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder3,
#innerpage #amenities-custom-holder #amenity-section5 .amenities-content-holder3,
#innerpage #amenities-custom-holder #amenity-section1 .amenities-content-holder4,
#innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder4,
#innerpage #amenities-custom-holder #amenity-section3 .amenities-content-holder4,
#innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder4,
#innerpage #amenities-custom-holder #amenity-section5 .amenities-content-holder4 {
  position: absolute;
  z-index: 111;
  width: 95%;
  text-align: center;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  top: 50% !important;
}
#innerpage #amenities-custom-holder #amenity-section1 h2,
#innerpage #amenities-custom-holder #amenity-section2 h2,
#innerpage #amenities-custom-holder #amenity-section3 h2,
#innerpage #amenities-custom-holder #amenity-section4 h2,
#innerpage #amenities-custom-holder #amenity-section5 h2 {
  font-size: 40px;
  color: #852550;
  line-height: 49.98px;
}
#innerpage #amenities-custom-holder #amenity-section1 .heading-content,
#innerpage #amenities-custom-holder #amenity-section2 .heading-content,
#innerpage #amenities-custom-holder #amenity-section3 .heading-content,
#innerpage #amenities-custom-holder #amenity-section4 .heading-content,
#innerpage #amenities-custom-holder #amenity-section5 .heading-content {
  font-size: 21px;
  color: #852550;
  padding: 20px 0;
}
#innerpage #amenities-custom-holder #amenity-section1 ul,
#innerpage #amenities-custom-holder #amenity-section2 ul,
#innerpage #amenities-custom-holder #amenity-section3 ul,
#innerpage #amenities-custom-holder #amenity-section4 ul,
#innerpage #amenities-custom-holder #amenity-section5 ul,
#innerpage #amenities-custom-holder #amenity-section1 ol,
#innerpage #amenities-custom-holder #amenity-section2 ol,
#innerpage #amenities-custom-holder #amenity-section3 ol,
#innerpage #amenities-custom-holder #amenity-section4 ol,
#innerpage #amenities-custom-holder #amenity-section5 ol {
  margin: 0;
}
#innerpage #amenities-custom-holder #amenity-section1 .amenities-section-image > img,
#innerpage #amenities-custom-holder #amenity-section2 .amenities-section-image > img,
#innerpage #amenities-custom-holder #amenity-section3 .amenities-section-image > img,
#innerpage #amenities-custom-holder #amenity-section4 .amenities-section-image > img,
#innerpage #amenities-custom-holder #amenity-section5 .amenities-section-image > img {
  min-height: 900px;
  object-fit: cover;
  width: 100%;
}
#innerpage #amenities-custom-holder #amenity-section1 .amenities-section-content,
#innerpage #amenities-custom-holder #amenity-section2 .amenities-section-content,
#innerpage #amenities-custom-holder #amenity-section3 .amenities-section-content,
#innerpage #amenities-custom-holder #amenity-section4 .amenities-section-content,
#innerpage #amenities-custom-holder #amenity-section5 .amenities-section-content {
  font-size: 17px;
}
#innerpage #amenities-custom-holder #amenity-section1 .amenities-section-content li,
#innerpage #amenities-custom-holder #amenity-section2 .amenities-section-content li,
#innerpage #amenities-custom-holder #amenity-section3 .amenities-section-content li,
#innerpage #amenities-custom-holder #amenity-section4 .amenities-section-content li,
#innerpage #amenities-custom-holder #amenity-section5 .amenities-section-content li {
  list-style: none;
}
#innerpage #amenities-custom-holder #amenity-section1 .marketing-bg-holder,
#innerpage #amenities-custom-holder #amenity-section2 .marketing-bg-holder,
#innerpage #amenities-custom-holder #amenity-section3 .marketing-bg-holder,
#innerpage #amenities-custom-holder #amenity-section4 .marketing-bg-holder,
#innerpage #amenities-custom-holder #amenity-section5 .marketing-bg-holder {
  background: #ffffff;
  padding: 57px;
}
#innerpage #amenities-custom-holder #amenity-section1 .amenities-content-holder,
#innerpage #amenities-custom-holder #amenity-section1 .amenities-content-holder1,
#innerpage #amenities-custom-holder #amenity-section1 .amenities-content-holder2,
#innerpage #amenities-custom-holder #amenity-section1 .amenities-content-holder3,
#innerpage #amenities-custom-holder #amenity-section1 .amenities-content-holder4 {
  left: 120px;
}
#innerpage #amenities-custom-holder #amenity-section3 .amenities-content-holder,
#innerpage #amenities-custom-holder #amenity-section3 .amenities-content-holder1,
#innerpage #amenities-custom-holder #amenity-section3 .amenities-content-holder2,
#innerpage #amenities-custom-holder #amenity-section3 .amenities-content-holder3,
#innerpage #amenities-custom-holder #amenity-section3 .amenities-content-holder4 {
  left: 120px;
}
#innerpage #amenities-custom-holder #amenity-section3 .amenities-button {
  color: #ffffff;
  margin-top: 28px;
}
#innerpage #amenities-custom-holder #amenity-section3 .amenities-button:hover {
  color: #852550;
  background: transparent;
}
#innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder,
#innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder,
#innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder1,
#innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder1,
#innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder2,
#innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder2,
#innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder3,
#innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder3,
#innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder4,
#innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder4 {
  right: 120px;
}
#innerpage #amenities-custom-holder #amenity-section1 {
  background: #243249;
}
#innerpage #amenities-custom-holder #amenity-section2 {
  background: #852550;
}
#innerpage #amenities-custom-holder #amenity-section3 {
  background: #E45000;
}
#innerpage #amenities-custom-holder #amenity-section4 {
  background: #852550;
}
#innerpage #amenities-custom-holder #amenity-section4 .carousel-control {
  top: 50% !important;
}
#innerpage #amenities-custom-holder #amenity-section4 .carousel-control.left {
  left: 50px !important;
}
#innerpage #amenities-custom-holder #amenity-section4 .carousel-control.right {
  right: 50px !important;
}
#innerpage #amenities-custom-holder #amenity-section4 .carousel-indicators {
  top: 96%;
  bottom: 0;
  left: 50%;
}
#innerpage #amenities-custom-holder #amenity-section4 .carousel {
  margin-bottom: 0px;
}
#innerpage #amenities-custom-holder #amenity-section4 .carousel-inner img {
  min-height: 900px;
  object-fit: cover;
}
#innerpage #amenities-custom-holder #amenity-section5 {
  text-align: center;
  /* Removes the default 20px margin and creates some padding space for the indicators and controls */
  /* Reposition the controls slightly */
  /* Changes the position of the indicators */
  /* Changes the colour of the indicators */
}
#innerpage #amenities-custom-holder #amenity-section5 #photogallery {
  margin-top: 50px;
}
#innerpage #amenities-custom-holder #amenity-section5 .carousel-control {
  position: absolute !important;
  top: 45% !important;
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px !important;
  font-size: 60px !important;
  font-weight: 100 !important;
  line-height: 30px !important;
  color: #ffffff !important;
  text-align: center !important;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}
#innerpage #amenities-custom-holder #amenity-section5 .carousel {
  margin-bottom: 0;
  padding: 0;
}
#innerpage #amenities-custom-holder #amenity-section5 .carousel-control.left {
  left: 0 !important;
}
#innerpage #amenities-custom-holder #amenity-section5 .carousel-control.left:before {
  height: 40px;
  width: 40px;
  right: 40px;
  font-size: 28px;
}
#innerpage #amenities-custom-holder #amenity-section5 .carousel-control.right {
  right: 0 !important;
}
#innerpage #amenities-custom-holder #amenity-section5 .carousel-control.right:before {
  height: 40px;
  width: 40px;
  left: 40px;
  font-size: 28px;
}
#innerpage #amenities-custom-holder #amenity-section5 .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 25px;
  margin-right: -19px;
}
#innerpage #amenities-custom-holder #amenity-section5 .carousel-indicators li {
  background: #243249;
  border-radius: 0;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
}
#innerpage #amenities-custom-holder #amenity-section5 .carousel-indicators .active {
  background: #852550;
}
#innerpage #amenities-custom-holder #amenity-section5 .thumbnail {
  padding: 0 1px;
  border: 0px;
}
#innerpage #amenities-custom-holder #amenity-section5 .thumbnail > img {
  height: 550px;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  #innerpage #amenities-custom-holder #amenity-section5 .modal-backdrop,
  #innerpage #amenities-custom-holder #amenity-section5 .modal-backdrop.fade.in {
    background-color: transparent;
  }
  #innerpage #amenities-custom-holder #amenity-section5 .carousel-control {
    position: absolute !important;
    top: 45% !important;
    width: 25px !important;
    height: 25px !important;
    margin-top: -22px !important;
    font-size: 35px !important;
    font-weight: 100 !important;
    line-height: 20px !important;
    color: #ffffff !important;
    text-align: center !important;
    background: #222222 !important;
    border: 3px solid #ffffff !important;
    -webkit-border-radius: 23px !important;
    -moz-border-radius: 23px !important;
    border-radius: 23px !important;
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
  }
  #innerpage #amenities-custom-holder #amenity-section5 #photogallery .col-xs-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
#innerpage #amenities-custom-holder #amenity-section5 .connect-content {
  font-size: 17px;
  padding: 10px 0 30px;
}
#innerpage #amenities-custom-holder #amenity-section5 .connect-content-holder {
  margin: 80px 0 10px;
}
@media (min-width: 768px) {
  #innerpage .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #innerpage .row-eq-height1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #innerpage {
    /* Safari and Chrome */
    /* Safari only override */
    /* Safari and Chrome */
    /* Safari only override */
  }
  #innerpage #amenity-section2 .row-eq-height {
    display: flex;
  }
  #innerpage #amenity-section2 .row-eq-height1 {
    display: flex;
  }
  #innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder2,
  #innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder {
    -moz-transform: translateY(-50%) !important;
  }
  #innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder4,
  #innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder {
    -moz-transform: translateY(-50%) !important;
  }
  #innerpage ::i-block-chrome,
  #innerpage #amenity-section2 .row-eq-height {
    display: block;
  }
  #innerpage ::i-block-chrome,
  #innerpage #amenity-section2 .row-eq-height1 {
    display: block;
  }
  #innerpage #amenity-section4 .row-eq-height {
    display: flex;
  }
  #innerpage #amenity-section4 .row-eq-height1 {
    display: flex;
  }
  #innerpage ::i-block-chrome,
  #innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder2,
  #innerpage ::i-block-chrome,
  #innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder {
    -webkit-transform: translateY(50%) !important;
  }
  #innerpage ::i-block-chrome,
  #innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder4,
  #innerpage ::i-block-chrome,
  #innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder {
    -webkit-transform: translateY(50%) !important;
  }
  #innerpage ::i-block-chrome,
  #innerpage #amenity-section4 .row-eq-height {
    display: block;
  }
  #innerpage ::i-block-chrome,
  #innerpage #amenity-section4 .row-eq-height1 {
    display: block;
  }
}
#innerpage .defaultpagefloorplan .btn-primary:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
@media (max-width: 768px) {
  #innerpage #amenities-custom-holder #amenity-section1 .amenities-content-holder,
  #innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder,
  #innerpage #amenities-custom-holder #amenity-section3 .amenities-content-holder,
  #innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder,
  #innerpage #amenities-custom-holder #amenity-section5 .amenities-content-holder,
  #innerpage #amenities-custom-holder #amenity-section1 .amenities-content-holder1,
  #innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder1,
  #innerpage #amenities-custom-holder #amenity-section3 .amenities-content-holder1,
  #innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder1,
  #innerpage #amenities-custom-holder #amenity-section5 .amenities-content-holder1,
  #innerpage #amenities-custom-holder #amenity-section1 .amenities-content-holder2,
  #innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder2,
  #innerpage #amenities-custom-holder #amenity-section3 .amenities-content-holder2,
  #innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder2,
  #innerpage #amenities-custom-holder #amenity-section5 .amenities-content-holder2,
  #innerpage #amenities-custom-holder #amenity-section1 .amenities-content-holder3,
  #innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder3,
  #innerpage #amenities-custom-holder #amenity-section3 .amenities-content-holder3,
  #innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder3,
  #innerpage #amenities-custom-holder #amenity-section5 .amenities-content-holder3,
  #innerpage #amenities-custom-holder #amenity-section1 .amenities-content-holder4,
  #innerpage #amenities-custom-holder #amenity-section2 .amenities-content-holder4,
  #innerpage #amenities-custom-holder #amenity-section3 .amenities-content-holder4,
  #innerpage #amenities-custom-holder #amenity-section4 .amenities-content-holder4,
  #innerpage #amenities-custom-holder #amenity-section5 .amenities-content-holder4 {
    transform: none !important;
    position: inherit;
    margin: 0px;
    left: 0;
    right: 0
                                            top:0 !important;
    width: 100%;
  }
  #innerpage #amenities-custom-holder #amenity-section1 h2,
  #innerpage #amenities-custom-holder #amenity-section2 h2,
  #innerpage #amenities-custom-holder #amenity-section3 h2,
  #innerpage #amenities-custom-holder #amenity-section4 h2,
  #innerpage #amenities-custom-holder #amenity-section5 h2 {
    font-size: 32px;
    line-height: 45px;
  }
  #innerpage #amenities-custom-holder #amenity-section5 .connect-content-holder {
    margin: 50px 20px 0;
  }
  #innerpage #amenities-custom-holder .row-eq-height {
    display: block;
  }
  #innerpage #amenities-custom-holder .row-eq-height1 {
    display: block;
  }
  #innerpage #amenities-custom-holder .amenities-section-image > img {
    min-height: auto;
  }
}
#neighborhood-holder #neighborhood-section1 .marketing-section-logo > img,
#neighborhood-holder #neighborhood-section2 .marketing-section-logo > img,
#neighborhood-holder #neighborhood-section3 .marketing-section-logo > img,
#neighborhood-holder #neighborhood-section4 .marketing-section-logo > img,
#neighborhood-holder #neighborhood-map-section .marketing-section-logo > img {
  height: 80px;
  width: 80px;
}
#neighborhood-holder #neighborhood-section1 .neighborhood-content-holder,
#neighborhood-holder #neighborhood-section2 .neighborhood-content-holder,
#neighborhood-holder #neighborhood-section3 .neighborhood-content-holder,
#neighborhood-holder #neighborhood-section4 .neighborhood-content-holder,
#neighborhood-holder #neighborhood-map-section .neighborhood-content-holder {
  position: absolute;
  z-index: 111;
  width: 96%;
  text-align: center;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  top: 50% !important;
}
#neighborhood-holder #neighborhood-section1 h2,
#neighborhood-holder #neighborhood-section2 h2,
#neighborhood-holder #neighborhood-section3 h2,
#neighborhood-holder #neighborhood-section4 h2,
#neighborhood-holder #neighborhood-map-section h2 {
  font-size: 40px;
  color: #852550;
  padding-top: 40px;
  line-height: 49.98px;
}
#neighborhood-holder #neighborhood-section1 .heading-content,
#neighborhood-holder #neighborhood-section2 .heading-content,
#neighborhood-holder #neighborhood-section3 .heading-content,
#neighborhood-holder #neighborhood-section4 .heading-content,
#neighborhood-holder #neighborhood-map-section .heading-content {
  font-size: 21px;
  color: #852550;
  margin: 30px 0 20px;
  font-weight: 300;
}
#neighborhood-holder #neighborhood-section1 ul,
#neighborhood-holder #neighborhood-section2 ul,
#neighborhood-holder #neighborhood-section3 ul,
#neighborhood-holder #neighborhood-section4 ul,
#neighborhood-holder #neighborhood-map-section ul,
#neighborhood-holder #neighborhood-section1 ol,
#neighborhood-holder #neighborhood-section2 ol,
#neighborhood-holder #neighborhood-section3 ol,
#neighborhood-holder #neighborhood-section4 ol,
#neighborhood-holder #neighborhood-map-section ol {
  margin: 0;
}
#neighborhood-holder #neighborhood-section1 .neighborhood-section-image > img,
#neighborhood-holder #neighborhood-section2 .neighborhood-section-image > img,
#neighborhood-holder #neighborhood-section3 .neighborhood-section-image > img,
#neighborhood-holder #neighborhood-section4 .neighborhood-section-image > img,
#neighborhood-holder #neighborhood-map-section .neighborhood-section-image > img {
  min-height: 900px;
  object-fit: cover;
  width: 100%;
}
#neighborhood-holder #neighborhood-section1 .neighborhood-section-content,
#neighborhood-holder #neighborhood-section2 .neighborhood-section-content,
#neighborhood-holder #neighborhood-section3 .neighborhood-section-content,
#neighborhood-holder #neighborhood-section4 .neighborhood-section-content,
#neighborhood-holder #neighborhood-map-section .neighborhood-section-content {
  font-size: 17px;
}
#neighborhood-holder #neighborhood-section1 .neighborhood-section-content li,
#neighborhood-holder #neighborhood-section2 .neighborhood-section-content li,
#neighborhood-holder #neighborhood-section3 .neighborhood-section-content li,
#neighborhood-holder #neighborhood-section4 .neighborhood-section-content li,
#neighborhood-holder #neighborhood-map-section .neighborhood-section-content li {
  list-style: none;
}
#neighborhood-holder #neighborhood-section1 {
  background: #852550;
}
#neighborhood-holder #neighborhood-section2 {
  background: #E45000;
}
#neighborhood-holder #neighborhood-section3 {
  background: #243249;
}
#neighborhood-holder #neighborhood-section4 {
  background: #852550;
}
#neighborhood-holder #neighborhood-section1 .neighborhood-content-holder,
#neighborhood-holder #neighborhood-section3 .neighborhood-content-holder {
  left: 147px;
}
#neighborhood-holder #neighborhood-section2 .neighborhood-content-holder {
  right: 147px;
}
#neighborhood-holder #neighborhood-section4 .neighborhood-content-holder {
  right: 147px;
}
#neighborhood-holder #neighborhood-map-section {
  height: auto;
  text-align: center;
  background: #243249;
  padding: 150px 0;
}
#neighborhood-holder #neighborhood-map-section .neighborhood-content-holder {
  background: none;
  color: #fff;
  margin: 358px 0;
  padding: 43px 89px;
  text-align: left;
  width: 82%;
}
#neighborhood-holder #neighborhood-map-section .heading-content {
  color: #fff;
  font-size: 18px;
}
#neighborhood-holder #neighborhood-map-section h2 {
  color: #fff;
}
#neighborhood-holder #neighborhood-map-section #infolegend-sm ul li a {
  font-size: 13px;
}
#neighborhood-holder #neighborhood-map-section #infolegend-sm ul li {
  height: 110px;
  width: 120px;
}
#neighborhood-holder #neighborhood-map-section #infolegend,
#neighborhood-holder #neighborhood-map-section #infolegend-sm {
  left: 50px;
}
#neighborhood-holder #neighborhood-map-section #infolegend-sm ul li {
  width: 110px;
}
#neighborhood-holder #neighborhood-map-section #infolegend-sm ul li.dining {
  background: rgba(199, 19, 19, 0.73) none repeat scroll 0 0 !important;
}
#neighborhood-holder #neighborhood-map-section #infolegend-sm ul li.education {
  background: rgba(255, 165, 0, 0.92) !important;
}
#neighborhood-holder #neighborhood-map-section #infolegend-sm ul li.entertainment {
  background: rgba(213, 213, 0, 0.92) none repeat scroll 0 0 !important;
}
#neighborhood-holder #neighborhood-map-section #infolegend-sm ul li.museum {
  background: rgba(149, 69, 53, 0.92) !important;
}
#neighborhood-holder #neighborhood-map-section #infolegend-sm ul li.misc {
  background: rgba(64, 224, 208, 0.92) !important;
}
#neighborhood-holder #neighborhood-map-section #infolegend-sm ul li.bar {
  background: rgba(218, 112, 214, 0.92) !important;
}
#neighborhood-holder #neighborhood-map-section #infolegend-sm ul li.park {
  background: rgba(128, 128, 0, 0.92) !important;
}
#neighborhood-holder #neighborhood-map-section #infolegend-sm ul li.transit {
  background: rgba(232, 173, 170, 0.92) !important;
}
#neighborhood-holder .custom-page-top-content {
  background: transparent;
  padding: 0;
  text-align: center;
}
#neighborhood-holder .custom-page-middle-content {
  background: transparent;
  padding: 0;
  text-align: center;
}
#neighborhood-holder .marketing-bg-holder {
  background: #ffffff;
  padding: 43px 30px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  #neighborhood-holder #neighborhood-map-section .neighborhood-content-holder {
    margin: 350px 0;
    width: 72%;
  }
  #neighborhood-holder #neighborhood-map-section #map {
    margin-top: 0px;
  }
  #neighborhood-holder #neighborhood-map-section #infolegend,
  #neighborhood-holder #neighborhood-map-section #infolegend-sm {
    width: 65%;
  }
  #neighborhood-holder #neighborhood-map-section #infolegend-sm ul li {
    width: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #neighborhood-holder #neighborhood-map-section .neighborhood-content-holder {
    margin: 350px 0;
    width: 72%;
  }
  #neighborhood-holder #neighborhood-map-section #map {
    margin-top: 0px;
  }
  #neighborhood-holder #neighborhood-map-section #infolegend,
  #neighborhood-holder #neighborhood-map-section #infolegend-sm {
    width: 55%;
  }
  #neighborhood-holder #neighborhood-map-section #infolegend-sm ul li {
    width: 120px;
  }
}
@media (max-width: 991px) {
  #neighborhood-holder #neighborhood-map-section .neighborhood-map-holder {
    margin-top: 400px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  #neighborhood-holder #neighborhood-map-section .neighborhood-map-holder #cust-map-container {
    margin-top: 170px;
  }
}
@media (max-width: 768px) {
  #neighborhood-holder #neighborhood-section1 .neighborhood-content-holder,
  #neighborhood-holder #neighborhood-section2 .neighborhood-content-holder,
  #neighborhood-holder #neighborhood-section3 .neighborhood-content-holder,
  #neighborhood-holder #neighborhood-section4 .neighborhood-content-holder,
  #neighborhood-holder #neighborhood-map-section .neighborhood-content-holder {
    transform: none !important;
    position: inherit;
    margin: 0px;
    left: 0;
    right: 0
                                                top:0 !important;
    width: 100%;
  }
  #neighborhood-holder #neighborhood-section1 h2,
  #neighborhood-holder #neighborhood-section2 h2,
  #neighborhood-holder #neighborhood-section3 h2,
  #neighborhood-holder #neighborhood-section4 h2,
  #neighborhood-holder #neighborhood-map-section h2 {
    font-size: 32px;
    line-height: 45px;
  }
  #neighborhood-holder #neighborhood-section1 .heading-content,
  #neighborhood-holder #neighborhood-section2 .heading-content,
  #neighborhood-holder #neighborhood-section3 .heading-content,
  #neighborhood-holder #neighborhood-section4 .heading-content,
  #neighborhood-holder #neighborhood-map-section .heading-content {
    margin: 20px 50px;
  }
  #neighborhood-holder .row-eq-height {
    display: block;
  }
  #neighborhood-holder .row-eq-height1 {
    display: block;
  }
  #neighborhood-holder .neighborhood-section-image > img {
    min-height: auto;
  }
  #neighborhood-holder #neighborhood-map-section .neighborhood-content-holder {
    width: 80%;
    padding: 0 50px;
  }
  #neighborhood-holder #neighborhood-map-section .neighborhood-map-holder {
    margin-top: 0px;
  }
  #neighborhood-holder #neighborhood-map-section #infolegend,
  #neighborhood-holder #neighborhood-map-section #infolegend-sm {
    left: 0;
  }
  #neighborhood-section2 .row-eq-height1,
  #neighborhood-section4 .row-eq-height1 {
    display: block !important;
  }
  #neighborhood-holder #neighborhood-map-section .neighborhood-map-holder #cust-map-container {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #neighborhood-holder #neighborhood-map-section .neighborhood-map-holder {
    margin-top: 0px;
    padding: 37px;
  }
  #neighborhood-holder #neighborhood-map-section .heading-content {
    width: 80%;
    margin: 0;
  }
  #neighborhood-holder #neighborhood-map-section #infolegend,
  #neighborhood-holder #neighborhood-map-section #infolegend-sm {
    display: block !important;
    left: 0;
  }
  #neighborhood-holder #neighborhood-map-section #map {
    display: block !important;
    margin-top: 240px;
  }
  #neighborhood-holder #neighborhood-map-section .neighborhood-map-holder #cust-map-container {
    margin-top: 0px;
  }
}
@media (min-width: 668px) and (max-width: 766px) {
  #neighborhood-holder #neighborhood-map-section #infolegend,
  #neighborhood-holder #neighborhood-map-section #infolegend-sm {
    left: 0;
  }
  #neighborhood-holder #neighborhood-map-section #infolegend-sm ul li {
    width: 100px;
  }
}
@media (min-width: 320px) and (max-width: 667px) {
  #neighborhood-holder #neighborhood-map-section #infolegend-sm ul li {
    width: 91px;
  }
  #neighborhood-holder #neighborhood-map-section #infolegend,
  #neighborhood-holder #neighborhood-map-section #infolegend-sm {
    width: 28% !important;
    left: 0;
  }
  #neighborhood-holder #neighborhood-map-section #map {
    margin-top: 365px;
  }
  #neighborhood-holder #neighborhood-map-section #infolegend-sm ul li a {
    font-size: 11px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
  #neighborhood-section2 .row-eq-height {
    display: flex;
  }
  #neighborhood-section2 .row-eq-height1 {
    display: flex;
  }
  #neighborhood-holder #neighborhood-section2 .amenities-content-holder2 {
    -moz-transform: translateY(-50%) !important;
  }
  #neighborhood-holder #neighborhood-section2 .amenities-content-holder2 {
    -moz-transform: translateY(-50%) !important;
  }
  /* Safari only override */
  ::i-block-chrome,
  #neighborhood-section2 .row-eq-height {
    display: block;
  }
  ::i-block-chrome,
  #neighborhood-section2 .row-eq-height1 {
    display: block;
  }
  /* Safari and Chrome */
  #neighborhood-section4 .row-eq-height {
    display: flex;
  }
  #neighborhood-section4 .row-eq-height1 {
    display: flex;
  }
  ::i-block-chrome,
  #neighborhood-holder #neighborhood-section4 .amenities-content-holder4 {
    -webkit-transform: translateY(50%) !important;
  }
  ::i-block-chrome,
  #neighborhood-holder #neighborhood-section4 .amenities-content-holder4 {
    -webkit-transform: translateY(50%) !important;
  }
  /* Safari only override */
  ::i-block-chrome,
  #neighborhood-section4 .row-eq- {
    display: block;
  }
  ::i-block-chrome,
  #neighborhood-section4 .row-eq-height1 {
    display: block;
  }
}
.floorplans .floorplan-top-narratives {
  background: #A15174;
  color: #fff !important;
  text-align: center;
  padding: 35px 0;
  margin-bottom: 20px;
}
.floorplans .floorplan-top-narratives .floorplan-content {
  font-size: 21px !important;
  margin: 0 auto;
  padding: 30px;
  width: 60%;
}
.floorplans .floorplan-top-narratives .floorplan-sub-content {
  font-size: 13px !important;
  margin: 0 auto;
  padding: 0 30px;
  width: 60%;
}
.floorplans .floorplan-top-narratives .heading-content {
  font-size: 21px !important;
  padding: 20px 0;
}
.floorplans .floorplan-top-narratives .marketing-section-logo > img {
  width: 80px;
  height: 80px;
}
.floorplans .floorplan-top-narratives h2 {
  color: #fff !important;
}
.floorplans .floorplan-bottom-narratives {
  background: #515C6D;
  color: #fff !important;
  text-align: center;
  padding: 35px 0;
}
.floorplans .floorplan-bottom-narratives .floorplan-content {
  font-size: 21px !important;
  margin: 0 auto;
  padding: 0 30px;
  width: 60%;
}
.floorplans .floorplan-bottom-narratives .floorplan-sub-content {
  font-size: 13px !important;
  margin: 0 auto;
  padding: 30px;
  width: 60%;
}
.floorplans .floorplan-bottom-narratives .heading-content {
  font-size: 21px !important;
  padding: 20px 0;
}
.floorplans .floorplan-bottom-narratives .marketing-section-logo > img {
  width: 80px;
  height: 80px;
}
.floorplans .floorplan-bottom-narratives h2 {
  color: #fff !important;
}
@media (max-width: 767px) {
  .floorplans .floorplan-bottom-narratives .floorplan-content {
    width: auto;
  }
  .floorplans .floorplan-top-narratives .floorplan-content {
    width: auto;
  }
}
.photogallery #CustMsgDivTop {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}
.photogallery #CustMsgDivTop h2 {
  font-size: 40px;
  font-weight: 400;
}
.photogallery .photogallery-image div {
  height: auto !important;
}
@media (min-width: 1920px) and (max-width: 1920px) {
  .photogallery .photogallery-image.size-31 {
    width: 32%;
  }
}
#rentcafe_residentportal .content-section,
#rentcafe_onlineleasing .content-section {
  background: url("/dmslivecafe/3/624566/bodybg-pattern1.jpg") #fff no-repeat center center;
  background-size: cover;
  z-index: 0;
}
#rentcafe_residentportal .content-section:after,
#rentcafe_onlineleasing .content-section:after {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  content: "";
}
#rentcafe_residentportal #banner_slider,
#rentcafe_onlineleasing #banner_slider {
  position: relative;
}
#rentcafe_residentportal #banner_slider:before,
#rentcafe_onlineleasing #banner_slider:before {
  background: #243249;
  content: "";
  height: 100%;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#rentcafe_residentportal #logo-container,
#rentcafe_onlineleasing #logo-container {
  text-align: center;
  margin: 20px 0;
}
#rentcafe_residentportal header,
#rentcafe_onlineleasing header {
  background: #fff;
}
#rentcafe_residentportal .tagline-logo-holder,
#rentcafe_onlineleasing .tagline-logo-holder {
  display: none;
}
#rentcafe_residentportal #ctmcontentcontainer,
#rentcafe_onlineleasing #ctmcontentcontainer {
  padding: 50px 15px;
  position: relative;
  z-index: 111;
  background: #fff;
}
#rentcafe_residentportal header,
#rentcafe_onlineleasing header {
  position: relative;
  height: auto;
  z-index: 2;
}
#rentcafe_residentportal .call-login-links,
#rentcafe_onlineleasing .call-login-links {
  position: relative;
}
#rentcafe_residentportal #navwrapper > div,
#rentcafe_onlineleasing #navwrapper > div {
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1279px) {
  #rentcafe_residentportal #logo-container img,
  #rentcafe_onlineleasing #logo-container img {
    max-width: 100px;
    max-height: 100px;
  }
}
@media (min-width: 769px) and (max-width: 950px) {
  #rentcafe_residentportal #navwrapper,
  #rentcafe_onlineleasing #navwrapper {
    margin-top: 0px;
    float: none;
    width: auto;
  }
}
@media (max-width: 768px) {
  #rentcafe_residentportal #navwrapper,
  #rentcafe_onlineleasing #navwrapper {
    margin-top: 0px;
    float: none;
    width: auto;
  }
}
@media (max-width: 767px) {
  #rentcafe_residentportal h1,
  #rentcafe_onlineleasing h1 {
    font-size: 28px;
    line-height: 34.98px;
  }
}
@media screen and (min-width: 769px) {
  #rentcafe_residentportal footer.sticky-footer,
  #rentcafe_onlineleasing footer.sticky-footer {
    position: relative;
  }
}
#rentcafe_onlineleasing .contactus #info_panel {
  color: #563C3E;
}
#rentcafe_onlineleasing #ole_phone_number {
  color: #563C3E;
}
#rentcafe_onlineleasing .contactus #ole_office_address::before,
#rentcafe_onlineleasing .contactus #ole_phone_number::before {
  color: #563C3E;
}
footer {
  background: #E45000;
  color: #fff;
  position: relative;
  padding-bottom: 0px !important;
  /*#address .phoneNumber{
        display:none !important;
    }*/
}
footer #address .phone-number {
  font-size: 20px;
  font-weight: 700;
}
footer #address .phone-number .callustext {
  display: none;
}
footer #address .phone-number:before {
  content: none;
}
footer .office-hours-holder {
  background-color: #852550;
  height: 200px;
  text-align: center;
  padding: 40px 0 160px;
}
footer .office-hours-holder h3 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 0px;
}
footer .property-logo-address-holder {
  background-color: #243249;
  height: 200px;
  text-align: center;
  padding: 40px 0 160px;
}
footer .property-logo-address-holder .contact-button.btn.btn-primary {
  background: #ffffff;
  padding: 8px 30px;
  margin-top: 50px;
}
footer .property-logo-address-holder .contact-button.btn.btn-primary:hover {
  background: transparent;
  border: 1px solid #ffffff;
}
footer .property-logo-address-holder .contact-button.btn.btn-primary:before {
  content: "CONTACT VESTY PARK";
  color: #852550;
  font-size: 14px;
}
footer .property-logo-address-holder .contact-button.btn.btn-primary:after {
  content: "contactus.aspx";
  display: none;
}
footer .property-logo-address-holder .contact-button.btn.btn-primary:hover::before {
  color: #ffffff;
}
footer .property-logo-address-holder img {
  width: 260px;
}
footer .footer-image-icons-holder {
  padding: 59px 30px;
  text-align: right;
}
footer .social-networking-container-2 {
  text-align: center;
}
footer .social-networking-container-2 .facebook-icon:before,
footer .social-networking-container-2 .twitter-icon:before {
  height: 22px;
  width: 22px;
  background: #fff;
  border-radius: 4px;
}
footer .social-networking-container-2 #social-networking-container-2 .facebook-icon:before {
  content: "\eee8";
  font-size: 19px;
}
footer .social-networking-container-2 #social-networking-container-2 .twitter-icon {
  padding-left: 10px;
}
footer .social-networking-container-2 #social-networking-container-2 .twitter-icon:before {
  content: "\eeed";
  font-size: 16px;
}
footer .social-networking-container-2 #social-networking-container-1 .facebook-icon:before,
footer .social-networking-container-2 #social-networking-container-2 .facebook-icon:before,
footer .social-networking-container-2 #social-networking-container-1 .twitter-icon:before,
footer .social-networking-container-2 #social-networking-container-2 .twitter-icon:before {
  font-family: IcoMoon;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
footer .social-networking-container-2 #social-networking-container-1 .socialmedia-icons-light a:before,
footer .social-networking-container-2 #social-networking-container-2 .socialmedia-icons-light a:before {
  color: #E45000;
}
footer .social-networking-container-2 #social-networking-container-1 .facebook-icon:hover::before,
footer .social-networking-container-2 #social-networking-container-2 .facebook-icon:hover::before,
footer .social-networking-container-2 #social-networking-container-1 .twitter-icon:hover::before,
footer .social-networking-container-2 #social-networking-container-2 .twitter-icon:hover::before {
  background: #852550;
}
footer .social-networking-container-2 .my-google-business {
  height: 25px;
  width: 22px;
  background: #fff;
  border-radius: 4px;
  margin-left: 7px;
}
footer .social-networking-container-2 .my-google-business:hover {
  background: #852550 !important;
}
footer .social-networking-container-2 .my-google-business-icon > img {
  height: 15px;
  width: 18px;
  margin-top: -4px;
}
footer .social-networking-container-2 .my-google-business-icon:hover {
  background: transparent;
}
footer #ehlicon > svg {
  height: 30px;
  width: 30px;
}
footer .ada-logo {
  width: 32px;
}
footer .ehl-logo {
  height: 34px;
  padding-right: 5px;
}
footer .ehl-ada-icon-holder {
  margin-right: 5px;
}
footer #address {
  width: 34%;
  margin: 30px auto 0;
  display: block;
}
footer #address a {
  color: #fff;
}
footer #address a:hover {
  color: #fff;
}
footer .phoneNumber {
  font-size: 20px;
  font-weight: 700;
}
footer .vestypark-feedback {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
footer .vestypark-feedback a {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  footer .phoneNumber {
    font-size: 17px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  footer .vestypark-feedback {
    padding: 0 0 60px;
  }
  footer .property-logo-address-holder {
    padding: 40px 0 59px;
    height: auto;
  }
}
@media (max-width: 768px) {
  footer .vestypark-feedback {
    padding: 0 0 60px;
  }
  footer .property-logo-address-holder {
    padding: 40px 0 59px;
    height: auto;
  }
}
@media (min-width: 1281px) and (max-width: 1383px) {
  footer #address {
    width: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  footer #address {
    width: 49%;
  }
}
@media (min-width: 747px) and (max-width: 991px) {
  footer #address {
    width: 21%;
  }
}
@media (min-width: 725px) and (max-width: 746px) {
  footer #address {
    width: 28%;
  }
}
@media (min-width: 530px) and (max-width: 724px) {
  footer #address {
    width: 30%;
  }
}
@media (min-width: 343px) and (max-width: 529px) {
  footer #address {
    width: 41%;
  }
}
@media (min-width: 320px) and (max-width: 342px) {
  footer #address {
    width: 43%;
  }
}
#footer-links {
  text-align: right;
  padding: 50px 0 20px;
  /*width:30%;*/
  margin: 0 auto;
}
#footer-links li {
  line-height: 19.98px;
  padding: 0px 7px;
}
#footer-links li:last-child {
  border-right: 0 none;
}
#footer-links li a:link,
#footer-links li a:visited {
  text-decoration: none;
  color: #fff;
}
#footer-links li a:link:hover,
#footer-links li a:visited:hover {
  color: #852550;
}
#footer-links ul li {
  list-style: none;
  text-align: center;
  display: block;
}
#footer-links ul,
#footer-links ol {
  margin: 0;
}
#footer-image {
  text-align: left;
  margin: 0;
}
.copyright {
  display: none;
  font-size: 13px;
  text-transform: uppercase;
}
#copyright {
  font-size: 13px;
}
#copyright a {
  color: #fff;
}
#copyright a:hover {
  color: #852550;
  text-decoration: underline;
}
#copyright .copyright-number {
  font-size: 18px;
}
.go-top {
  display: block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 18px;
  right: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  background: #852550;
  visibility: hidden;
  opacity: 1 !important;
  text-align: center;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 999;
  font-size: 10px;
  color: #fff;
}
.go-top:before {
  content: "\edb7";
  line-height: 21.99px;
  font-family: icomoon;
}
.go-top:hover,
.go-top:focus {
  color: #fff;
}
.go-top.go-is-visible,
.go-top.go-fade-out,
.no-touch .go-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.go-top.go-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.go-top.go-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .9;
}
.no-touch .go-top:hover {
  background-color: ;
  opacity: 1;
}
footer #address br,
footer #address span[itemprop="name"] {
  display: none;
}
.contactus #info_panel {
  color: #fff;
}
.contactus #info_panel h2 {
  color: #fff;
}
.contactus #info_panel #ole_phone_number .click_to_call a {
  color: #fff;
}
.contactus #ole_office_address::before,
.contactus #ole_phone_number::before {
  color: #fff;
}
.contactus #optimised-contactus #officeHourWrap {
  display: none;
}
.contactus #optimised-contactus .custom-office-hour-holder {
  margin-left: 65px;
  margin-top: 24px;
}
.contactus #optimised-contactus #ole_office_address {
  line-height: 18px;
  margin-left: 66px;
}
.contactus #optimised-contactus #ole_office_address::before {
  margin-left: -45px;
}
.contactus #optimised-contactus #info_panel section {
  padding-bottom: 0px !important;
}
@media (max-width: 768px) {
  .contactus .tagline-logo-holder {
    top: 6%;
  }
}
.btn-primary,
.btn-primary:focus {
  -webkit-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  font-weight: 400;
  background-image: none;
  letter-spacing: 0.7px;
}
.btn-primary:hover {
  background: #852550;
}
button.btn-primary:hover {
  background: transparent;
  color: #000;
}
.breadcrumb > li > .divider {
  color: #563C3E;
}
h1 {
  font-size: 37.632px;
  line-height: 30px;
}
h2 {
  font-size: 29.856px;
  line-height: 34.98px;
}
h3 {
  font-size: 25.6px;
  line-height: 34.98px;
}
h4 {
  font-size: 21.328px;
  line-height: 30px;
}
h5 {
  font-size: 19.2px;
  line-height: 30px;
}
h6 {
  font-size: 18.128px;
  line-height: 30px;
}
#homepage .mainnav ul li.mainnavlink ul li a,
#innerpage .mainnav ul li.mainnavlink ul li a,
#homepage .mainnav ul li.mainnavlinkactive ul li a,
#innerpage .mainnav ul li.mainnavlinkactive ul li a {
  margin-top: 0px;
  background-image: none;
}
#homepage .navbar,
#innerpage .navbar {
  margin-bottom: 0;
  padding: 0px;
  text-align: center;
  /*.nav > li ul {
		        margin:-47px 0 0 182px !important;
		        min-width:210px;
		        top:auto;
		        width:0;
		        background-color:transparent;
		        font-size:@baseFontSize;
    		}*/
}
#homepage .navbar .navbar-inner,
#innerpage .navbar .navbar-inner {
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: 0px;
}
#homepage .navbar .nav,
#innerpage .navbar .nav {
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0;
}
#homepage .navbar .nav > li,
#innerpage .navbar .nav > li {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 38px 10px;
  text-transform: lowercase;
}
#homepage .navbar .nav > li,
#innerpage .navbar .nav > li {
  margin: 0px;
}
#homepage .navbar .nav > li a,
#innerpage .navbar .nav > li a {
  text-decoration: none;
  padding: 10px;
  text-shadow: none;
  transition: all 200ms linear 0s;
  white-space: nowrap;
  letter-spacing: 0.8px;
  font-weight: 600;
  /*&:before{
                        content:"\edb9";    
                        font-family:icomoon;
                        font-size:10px;
                        float:right;
			        }*/
}
#homepage .navbar .nav > li:first-child a,
#innerpage .navbar .nav > li:first-child a,
#homepage .navbar .nav > li:first-child a:hover,
#innerpage .navbar .nav > li:first-child a:hover {
  background-image: none;
}
#homepage .navbar .nav > li > a.active:hover,
#innerpage .navbar .nav > li > a.active:hover,
#homepage .navbar .nav > li > a.active,
#innerpage .navbar .nav > li > a.active {
  color: #E45000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
#homepage .navbar .nav > .active > a,
#innerpage .navbar .nav > .active > a,
#homepage .navbar .nav > .active > a:hover,
#innerpage .navbar .nav > .active > a:hover,
#homepage .navbar .nav > .active > a:focus,
#innerpage .navbar .nav > .active > a:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
#homepage #floorplan-shop-section,
#innerpage #floorplan-shop-section {
  padding: 50px 0;
  background: #243249;
}
#homepage #floorplan-shop-section .floorplan-shop-content-holder h2:before,
#innerpage #floorplan-shop-section .floorplan-shop-content-holder h2:before {
  content: "Say hello to savings!";
  color: #fff;
  font-size: 32px;
  width: 95%;
  line-height: 39.99px;
  display: block;
}
#homepage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-special-text:before,
#innerpage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-special-text:before {
  content: "Hello there special!";
  color: #fff;
  font-size: 17px;
  display: block;
  margin: 0 0 15px;
}
#homepage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-content:before,
#innerpage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-content:before {
  content: "Up to Six weeks FREE with move-in by 2/20";
  color: #fff;
  font-size: 17px;
  display: block;
}
#homepage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-content:after,
#innerpage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-content:after {
  content: "$500 to $1000 OFF select homes";
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 15px 0;
  font-weight: 600;
}
#homepage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-offer-text:before,
#innerpage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-offer-text:before {
  content: "*while supplies last! call today for details.";
  color: #fff;
  font-size: 17px;
  display: block;
  font-weight: 600;
}
#homepage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-button,
#innerpage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-button {
  padding: 7px 30px;
}
#homepage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-button:before,
#innerpage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-button:before {
  content: "SCHEDULE A TOUR";
  font-size: 15px;
  color: #fff;
}
#homepage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-button:after,
#innerpage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-button:after {
  content: "scheduletour.aspx";
  display: none;
}
#homepage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-button:hover,
#innerpage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-button:hover {
  background: transparent;
  color: #000;
}
#homepage #apldiv a,
#innerpage #apldiv a {
  color: #fff;
}
#homepage #apldiv a:hover,
#innerpage #apldiv a:hover {
  color: #350f20;
}
#homepage #apldiv a:before,
#innerpage #apldiv a:before {
  content: "APPLY Now";
}
#homepage #apldiv ul,
#innerpage #apldiv ul,
#homepage #apldiv ol,
#innerpage #apldiv ol {
  margin: 0;
}
#homepage #apldiv .apply-now-btn.btn.btn-primary,
#innerpage #apldiv .apply-now-btn.btn.btn-primary {
  background: transparent;
  border: 1px solid #563C3E;
  color: #563C3E;
  padding: 5px 35px;
  font-size: 17px;
}
#homepage #apldiv .apply-now-btn.btn.btn-primary:hover,
#innerpage #apldiv .apply-now-btn.btn.btn-primary:hover {
  color: #E45000 !important;
  border: 1px solid #E45000;
}
@media (min-width: 1280px) and (max-width: 1300px) {
  #homepage #apldiv .apply-now-btn.btn.btn-primary,
  #innerpage #apldiv .apply-now-btn.btn.btn-primary {
    padding: 5px 21px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  #homepage #apldiv .apply-now-btn.btn.btn-primary,
  #innerpage #apldiv .apply-now-btn.btn.btn-primary {
    font-size: 15px;
    padding: 5px;
  }
}
@media (max-width: 1024px) {
  #homepage #apldiv .apply-now-btn.btn.btn-primary,
  #innerpage #apldiv .apply-now-btn.btn.btn-primary {
    font-size: 15px;
    padding: 5px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  #homepage #floorplan-shop-section .floorplan-shop-content-holder h2::before,
  #innerpage #floorplan-shop-section .floorplan-shop-content-holder h2::before {
    font-size: 27px;
    line-height: 30px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #homepage #floorplan-shop-section .floorplan-shop-content-holder h2::before,
  #innerpage #floorplan-shop-section .floorplan-shop-content-holder h2::before {
    font-size: 27px;
    line-height: 30px;
    width: auto;
  }
  #homepage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-button::before,
  #innerpage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-button::before {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  #homepage #floorplan-shop-section .floorplan-shop-content-holder h2::before,
  #innerpage #floorplan-shop-section .floorplan-shop-content-holder h2::before {
    font-size: 27px;
    line-height: 30px;
    width: auto;
  }
  #homepage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-button,
  #innerpage #floorplan-shop-section .floorplan-shop-content-holder .floorplan-shop-button {
    margin-top: 25px;
  }
}
#homepage .mainnav ul li.mainnavlink ul li a:link,
#innerpage .mainnav ul li.mainnavlink ul li a:link,
#homepage .mainnav ul li.mainnavlink ul li a:visited,
#innerpage .mainnav ul li.mainnavlink ul li a:visited,
#homepage .mainnav ul li.mainnavlinkactive ul li a:link,
#innerpage .mainnav ul li.mainnavlinkactive ul li a:link,
#homepage .mainnav ul li.mainnavlinkactive ul li a:visited,
#innerpage .mainnav ul li.mainnavlinkactive ul li a:visited {
  font-size: 15.056px;
}
#copyright,
#ehlicon {
  display: inline;
}
@media (min-width: 1280px) and (max-width: 1494px) {
  #homepage .navbar .nav > li,
  #innerpage .navbar .nav > li {
    padding: 15px 3px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  #homepage .navbar .nav > li,
  #innerpage .navbar .nav > li {
    padding: 11px 6px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  #homepage .navbar .nav > li,
  #innerpage .navbar .nav > li {
    padding: 10px 7px;
  }
  #homepage .navbar .nav > li a,
  #innerpage .navbar .nav > li a {
    padding: 1px 10px;
  }
}
@media (min-width: 973px) (max-width: 1018px) {
  #homepage .navbar .nav > li a,
  #innerpage .navbar .nav > li a {
    padding: 5px;
  }
}
@media (max-width: 1024px) {
  #homepage .navbar .nav > li,
  #innerpage .navbar .nav > li {
    padding: 10px 0px;
  }
  #homepage .navbar .nav > li a,
  #innerpage .navbar .nav > li a {
    padding: 8px 16px;
  }
}
@media (min-width: 1024px) {
  header {
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    z-index: 999;
  }
}
@media (min-width: 951px) and (max-width: 1023px) {
  #homepage .navbar .nav > li,
  #innerpage .navbar .nav > li {
    padding: 9px 2px;
  }
}
@media (max-width: 950px) {
  #homepage .navbar .nav > li,
  #innerpage .navbar .nav > li {
    display: inline-block;
    padding: 5px;
    width: 95%;
  }
  #homepage .navbar .nav > li a,
  #innerpage .navbar .nav > li a {
    background: url("/ClientCustom/C00000020181/vesty_park/images/bullet2.png") no-repeat center right transparent;
    transition: none;
  }
  #homepage .navbar .nav > li a:hover,
  #innerpage .navbar .nav > li a:hover {
    background: url("/ClientCustom/C00000020181/vesty_park/images/bullet2.png") no-repeat center right transparent;
  }
  #homepage .navbar .nav > li a.active:hover,
  #innerpage .navbar .nav > li a.active:hover {
    background: url("/ClientCustom/C00000020181/vesty_park/images/bullet2.png") no-repeat center right transparent;
  }
  #homepage .navbar .nav,
  #innerpage .navbar .nav {
    text-align: left;
  }
  .logo-holder {
    display: none !important;
  }
  #homepage .navbar .nav > li:first-child a,
  #innerpage .navbar .nav > li:first-child a,
  #homepage .navbar .nav > li:first-child a:hover,
  #innerpage .navbar .nav > li:first-child a:hover {
    background: url("/ClientCustom/C00000020181/vesty_park/images/bullet2.png") no-repeat center right transparent;
  }
}
@media (max-width: 768px) {
  #homepage .navbar .nav > li,
  #innerpage .navbar .nav > li {
    padding: 5px;
  }
  #homepage .navbar .nav,
  #innerpage .navbar .nav {
    text-align: left;
  }
}
.cookieinfo {
  display: none;
}
@media (max-width: 1280px) {
  #homepage #floorplan-section h2:before,
  #homepage #amenities-section1 h2:before,
  #homepage #neighborhood-section h2:before,
  #homepage #amenities-section h2:before {
    font-size: 26px;
    line-height: 45px;
  }
}
#floorplan-section {
  background: #E45000;
  /*  .btn-primary{
              background:@floorplanButtonBg;
     }  */
}
#floorplan-section .heading-content:before {
  content: "get in here right this second";
}
#floorplan-section .floorplan-button:before {
  content: "VIEW OUR FLOOR PLANS";
}
#floorplan-section .floorplan-content {
  content: "Vesty Park is a hidden gem of an apartment community smack dab between downtown Denver and Sloan’s Lake, offering huge apartments and townhomes that have been lovingly upgraded with all the bells and whistles. ";
}
#floorplan-section .btn-primary:hover,
#floorplan-section .btn-primary:focus,
#floorplan-section .btn-primary:active,
#floorplan-section .btn-primary.active,
#floorplan-section .btn-primary.disabled,
#floorplan-section .btn-primary[disabled] {
  border: 1px solid !important;
  background: transparent !important;
}
#floorplan-section .amenities-content1-holder {
  background: #ffffff;
  margin: 235px -130px 0 174px;
  position: absolute;
  z-index: 111;
  padding: 35px;
}
#floorplan-section h2:before {
  content: "This is where the good life starts. ";
}
@media (max-width: 950px) {
  #nav-container #logo-container img {
    max-width: 60px;
    max-height: 60px;
  }
  #nav-container .mobile-logo-holder {
    left: 25px;
    position: absolute;
    right: 0;
    padding-top: 20px;
    z-index: 9999;
    background: #fff;
    padding-bottom: 29px;
  }
  #nav-container .navbar-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 2000;
  }
  #nav-container .navbar-toggle #hamburger {
    margin: 34px 34px 10px 7px;
    z-index: 2001;
    transition: all .8s ease;
    background: transparent;
  }
  #nav-container .navbar-toggle #hamburger span {
    transition: transform .35s ease, opacity .35s ease;
  }
  #nav-container .navbar-toggle #hamburger.active #top {
    transform: translateY(7px) translateX(0) rotate(45deg);
    background: #563C3E;
  }
  #nav-container .navbar-toggle #hamburger.active .middle {
    opacity: 0;
    background: #563C3E;
  }
  #nav-container .navbar-toggle #hamburger.active #bottom {
    transform: translateY(-5px) translateX(0) rotate(-45deg);
    background: #563C3E;
  }
  #nav-container .navbar-toggle #hamburger #hamburger-text {
    position: absolute;
    margin-top: -10px;
    margin-left: -5px;
  }
  #nav-container .navbar-toggle #hamburger #hamburger-text:before {
    font-size: 10.656px;
    letter-spacing: 1px;
  }
  #nav-container .navbar-toggle .icon-bar {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 1px;
    background: #563C3E;
  }
  #nav-container .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  #nav-container .top-menu {
    position: fixed;
    left: 0;
    top: -1000px;
    z-index: 999;
    width: 100%;
    transition: all .8s ease;
    background: #fff;
    color: #563C3E;
    padding: 20px 0;
  }
  #nav-container .top-menu #navwrapper {
    text-transform: inherit;
  }
  #nav-container .top-menu-logos {
    margin: 15px 8px;
    height: 180px;
  }
  #nav-container .top-menu-logos .company-logo img {
    padding: 0 5px 0 21px;
    width: 100px;
  }
  #nav-container .top-menu-logos .equal-housing-logo img {
    padding: 0 10px;
  }
  .top-menu-open {
    top: 0 !important;
  }
  /*.side-menu {
    overflow-y: auto !important;
}*/
  .navbar {
    margin: 0;
    float: none;
  }
  .navbar .navbar-inner {
    box-shadow: none;
    border: 0 none;
  }
  .navbar .nav .navbar-inner {
    padding: 0;
  }
  .navbar .nav > li {
    float: none;
    margin: 12px 0;
    display: block;
    line-height: 17.49px;
  }
  .navbar .nav > li > a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 13.088px;
    text-transform: uppercase;
  }
  .navbar .nav > .active > a,
  .navbar .nav > .active > a:hover,
  .navbar .nav > .active > a:focus {
    color: #E45000;
    border: none;
    box-shadow: none;
  }
  #headermenuwrapper {
    padding: 0 20px;
  }
}
@media (min-width: 951px) {
  .navbar-toggle {
    display: none;
  }
}
@media (max-width: 768px) {
  .nav-btn {
    font-size: 17px;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  #innerpage h2 {
    font-size: 31.328px;
  }
}
#PropertySiteRatings .btn:hover,
#PropertySiteRatings .btn:focus,
#PropertySiteRatings .btn:active,
#PropertySiteRatings .btn.active,
#PropertySiteRatings .btn.disabled,
#PropertySiteRatings .btn[disabled] {
  background-color: #e6e6e6 !important;
}
#PropertySiteRatings .btn-primary:hover {
  background: transparent;
}
#PropertySiteRatings .yelp-holder .btn.btn-primary {
  margin-left: 5px;
  margin-top: 15px;
}
#PropertySiteRatings .overallRatingbox {
  margin-top: 30px;
}
#dialogContainer .btn {
  color: #000;
}
.goodwyn-floorplan-holder {
  display: block;
  text-decoration: underline;
  color: #fff;
  margin-top: 20px;
}
.goodwyn-floorplan-holder a {
  text-decoration: underline;
  color: #fff;
}
.goodwyn-floorplan-holder a:hover {
  color: #fff;
  text-decoration: underline;
}
.nudge_formContainer .btn {
  color: #000;
}
#floorplanCards .fp-card {
  min-height: 500px;
  height: 630px;
}
.nudge_pad-left {
  min-height: 130px !important;
}
@media (max-width: 770px) {
  #homepage .mainnav ul li.mainnavlink ul li a:link,
  #innerpage .mainnav ul li.mainnavlink ul li a:link,
  #homepage .mainnav ul li.mainnavlink ul li a:visited,
  #innerpage .mainnav ul li.mainnavlink ul li a:visited,
  #homepage .mainnav ul li.mainnavlinkactive ul li a:link,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a:link,
  #homepage .mainnav ul li.mainnavlinkactive ul li a:visited,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a:visited {
    background-color: #852550 !important;
    border-bottom: #6e7940 !important;
  }
  #homepage .mainnav ul li.mainnavlink ul li a:hover,
  #innerpage .mainnav ul li.mainnavlink ul li a:hover,
  #homepage .mainnav ul li.mainnavlinkactive ul li a:hover,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a:hover {
    background-color: #5d1a38 !important;
    border-bottom: #6e7940 !important;
  }
}

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