.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: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  background-color: #fff;
}
a {
  color: #08c;
}
a:hover,
a:focus {
  color: #005580;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 21px;
  line-height: 33px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 11px 0;
  font-family: inherit;
  font-weight: 300;
  line-height: 22px;
  color: #000;
  text-rendering: optimizelegibility;
}
h1,
h2,
h3 {
  line-height: 44px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 10px;
  margin: 22px 0 33px;
}
ul,
ol {
  margin: 0 0 11px 25px;
}
li {
  line-height: 22px;
}
dl {
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 22px;
}
dd {
  margin-left: 11px;
}
.dl-horizontal dt {
  width: 160px;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 22px 0;
  border-top: 1px solid #eee;
}
blockquote {
  margin: 0 0 22px;
}
blockquote p {
  font-size: 17.5px;
}
blockquote small {
  line-height: 22px;
}
address {
  margin-bottom: 22px;
  line-height: 22px;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}
pre {
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
pre.prettyprint {
  margin-bottom: 22px;
}
form {
  margin: 0 0 22px;
}
legend {
  margin-bottom: 22px;
  font-size: 21px;
  line-height: 44px;
}
legend small {
  font-size: 16.5px;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
input,
button,
select,
textarea {
  font-family: 'Lato', 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: 22px;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 22px;
  -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: 32px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  line-height: 32px;
}
select {
  border: 1px solid #ccc;
  background-color: #fff;
}
.uneditable-input,
.uneditable-textarea {
  background-color: #fcfcfc;
  border-color: #ccc;
}
.radio,
.checkbox {
  min-height: 22px;
}
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: 21px 20px 22px;
  margin-top: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  margin-bottom: 11px;
}
.input-append,
.input-prepend {
  margin-bottom: 11px;
}
.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: 14px;
}
.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: 22px;
  font-size: 14px;
  line-height: 22px;
}
.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: 11px;
}
legend + .control-group {
  margin-top: 22px;
}
.form-horizontal .control-group {
  margin-bottom: 22px;
}
.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: 11px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  background-color: transparent;
}
.table {
  margin-bottom: 22px;
}
.table th,
.table td {
  line-height: 22px;
  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: 10px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  line-height: 22px;
  color: #333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', 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: 22px;
}
.btn {
  font-size: 14px;
  line-height: 22px;
  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 #d4d4d4;
  border-bottom-color: #bbbbbb;
  -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: 17.5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 10.5px;
  -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: #4cad00;
  background-image: -moz-linear-gradient(top, #4cad00, #4cad00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4cad00), to(#4cad00));
  background-image: -webkit-linear-gradient(top, #4cad00, #4cad00);
  background-image: -o-linear-gradient(top, #4cad00, #4cad00);
  background-image: linear-gradient(to bottom, #4cad00, #4cad00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4cad00', endColorstr='#ff4cad00', GradientType=0);
  border-color: #4cad00 #4cad00 #2a6100;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #4cad00;
  /* 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: #4cad00;
  *background-color: #419400;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #367a00 \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: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
}
.btn-toolbar {
  margin-top: 11px;
  margin-bottom: 11px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.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: #4cad00;
}
.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: 22px;
  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: 22px;
}
.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: 22px;
}
.nav-header {
  line-height: 22px;
}
.nav-list {
  margin-bottom: 0;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background-color: #08c;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 10px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs > li > a {
  line-height: 22px;
}
.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: #08c;
}
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.navbar {
  margin-bottom: 22px;
}
.navbar-inner {
  min-height: 40px;
  background-color: #000000;
  background-image: -moz-linear-gradient(top, #000, #000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#000));
  background-image: -webkit-linear-gradient(top, #000, #000);
  background-image: -o-linear-gradient(top, #000, #000);
  background-image: linear-gradient(to bottom, #000, #000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .brand {
  padding: 9px 20px 9px;
  color: #eee;
  text-shadow: 0 1px 0 #000;
}
.navbar-text {
  line-height: 40px;
  color: #fff;
}
.navbar-link {
  color: #eee;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #62e000;
}
.navbar .divider-vertical {
  height: 40px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-search {
  margin-top: 5px;
}
.navbar-search .search-query {
  font-family: 'Lato', 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: 9px 15px 9px;
  color: #eee;
  text-shadow: 0 1px 0 #000;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #62e000;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #4cad00;
  background-color: transparent;
}
.navbar .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #000000;
  background-image: -moz-linear-gradient(top, #000000, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000));
  background-image: -webkit-linear-gradient(top, #000000, #000000);
  background-image: -o-linear-gradient(top, #000000, #000000);
  background-image: linear-gradient(to bottom, #000000, #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
  border-color: #000000 #000000 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #000000;
  /* 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: #000000;
  *background-color: #000000;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #000000 \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: #62e000;
  border-bottom-color: #62e000;
}
.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: #4cad00;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #eee;
  border-bottom-color: #eee;
}
.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: #4cad00;
  border-bottom-color: #4cad00;
}
.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 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination {
  margin: 22px 0;
}
.pagination ul {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  line-height: 22px;
  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: 17.5px;
}
.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: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 2px 6px;
  font-size: 10.5px;
}
.pager {
  margin: 22px 0;
}
.tooltip-inner {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > li {
  float: left;
  margin-bottom: 22px;
  margin-left: 20px;
}
.thumbnail {
  line-height: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
}
.label,
.badge {
  font-size: 11.844px;
}
.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: 22px;
  margin-bottom: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.accordion {
  margin-bottom: 22px;
}
.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: 32px;
    -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: 22px;
  }
  .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: 22px;
  }
  .navbar-fixed-bottom {
    margin-top: 22px;
  }
  .nav-collapse .nav {
    margin: 0 0 11px;
  }
  .nav-collapse .nav .nav-header {
    color: #fff;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    color: #eee;
  }
  .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: #000;
  }
  .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: 11px 15px;
    margin: 11px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    -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%;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.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: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.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-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.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: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.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-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.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: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.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-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.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: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.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-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Lato Light'), local('Lato-Light'), url(//fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwaPGR_p.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: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Lato Light'), local('Lato-Light'), url(//fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwiPGQ.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-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(//fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXjeu.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: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(//fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.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-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(//fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwaPGR_p.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: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(//fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ.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-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Lato Black'), local('Lato-Black'), url(//fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwaPGR_p.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: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Lato Black'), local('Lato-Black'), url(//fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwiPGQ.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-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light'), local('Poppins-Light'), url(//fonts.gstatic.com/s/poppins/v12/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;
  font-display: swap;
  src: local('Poppins Light'), local('Poppins-Light'), url(//fonts.gstatic.com/s/poppins/v12/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;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(//fonts.gstatic.com/s/poppins/v12/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;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(//fonts.gstatic.com/s/poppins/v12/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;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(//fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLGT9Z1JlFc-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: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(//fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLGT9Z1xlFQ.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-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(//fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLEj6Z1JlFc-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: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(//fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLEj6Z1xlFQ.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;
}
/*  color used for refine search heading on searh result page, 
    search button,
    top border for icons depicting list view, grid view on search result page,*/
/*@linkIconColor:                     @themeColor4;
@linkIconBackground:                fade(@themeColor5, 40%);
@linkIconBackgroundHover:           @themeColor5;*/
/* modify this variable as per theme color */
/*  if required modify this color*/
/*  if required modify this color*/
#top-section {
  background: url("../../corptheme/images/buildingbg1.png") repeat-x center bottom #f5f5f5;
}
#banner-image {
  background: #f0f0f0;
}
#prop-header-section {
  background: #397b05;
  color: #fff;
  box-shadow: 0 -2px 2px 0 #787878 inset;
  font-size: 15.96px;
  font-family: inherit;
}
#prop-header-section a,
#prop-header-section a:hover,
#prop-header-section a:visited {
  color: #fff;
}
.display-icons ul li.prop-beds:before {
  background: url("../../corptheme/images/prop-bed.png") no-repeat center 50%;
}
.display-icons ul li.prop-baths:before {
  background: url("../../corptheme/images/prop-bath.png") no-repeat center 50%;
}
.display-icons ul li.prop-area:before {
  background: url("../../corptheme/images/prop-area.png") no-repeat center 50%;
}
.display-icons ul li.prop-rent:before {
  color: #000;
}
#login-links.hidden-desktop {
  font-family: 'Playfair Display', serif;
  color: #767676;
  border-bottom-color: #e4e4e4;
}
#login-links.hidden-desktop a {
  color: #767676;
}
#login-links.hidden-desktop a:hover {
  color: #4cad00;
}
.question-text:before,
.questions .seperator-text,
.contactus-section .contactus-text:before,
.contactus-section .contactus-link:after,
.testimonial .seperator-text,
.question-call-us {
  font-family: inherit;
  font-size: 15.9999px;
}
.prop-address {
  color: #fff;
}
.prop-address:before {
  background: #000;
  color: #397b05;
}
.prop-call-us:before {
  background: #000;
  color: #397b05;
}
a.prop-website-btn {
  background: #e2e2e2;
  color: #fff;
  box-shadow: 0 0 2px 0 #222;
}
a.prop-website-btn:hover {
  background: #397b05;
  color: #333;
}
.prop-logo-container .property-logo {
  background: #fff;
  box-shadow: 0 -5px 10px -5px #222;
}
#prop-content-panel .breadcrumb {
  color: #999999;
  background: #fff;
}
h1 {
  color: #000;
}
#prop-content-panel .favorite-icon-likes {
  color: #bdbdbd;
}
#prop-content-panel .favorite-icon-likes:hover,
#prop-content-panel .favorite-icon-likes.active {
  color: #999999 !important;
}
#propertydetail .contactus-section {
  border-bottom-color: #e4e4e4;
  border-top-color: #e4e4e4;
  color: #333;
  font-size: 15.9999px;
}
.questions {
  background: #e4e4e4;
}
.ask-question:before {
  color: #999999;
  font-size: 71.988px;
}
.question-text:after {
  color: #999999;
}
.question-call-us {
  color: #222;
}
.questions .box-seperator {
  border-color: #59cc00;
}
.questions .seperator-text {
  background: #fff;
  color: #000;
  font-size: 20.79px;
  line-height: 22px;
}
.contactus-section .contactus {
  background: #f6f6f6;
}
.contactus-section .contactus:before {
  color: #999999;
  font-size: 45.5px;
}
.contactus-section .contactus-link {
  color: #999;
}
.contactus-section .contactus-link:hover {
  color: #555;
}
/*
.testimonial-text{
    background:@testimonialBackground; 
}
*/
#testimonial-carousel {
  background: #f6f6f6;
}
/*
.testimonial .box-seperator {
     border-color: @tboxSeperatorBorder;
}
.testimonial .seperator-text {
    background: @tseperatorBackground;
    color: @tseperatorColor;
}
.testimonial:after{
     color:@tseperatorColor;
}
*/
#testimonial-carousel:before {
  color: #555;
}
#testimonial-carousel:after {
  background: #fff;
  border-color: #397b05;
}
#propertydetail .prop-image {
  background: rgba(0, 0, 0, 0.6);
}
.link-icon {
  color: #000;
  background: rgba(255, 255, 255, 0.4);
}
.link-icon:hover {
  background: #4cad00;
}
.prop-image .mask {
  background-color: rgba(0, 0, 0, 0.3);
}
.prop-image:hover .mask {
  background-color: rgba(0, 0, 0, 0.3);
}
#propertydetail .content-heading {
  background: #222;
  color: #fff;
}
.content-heading a {
  color: #fff;
}
.content-heading a:hover {
  color: #4cad00;
}
#photos-tab #mediaSelection {
  background: #f5f5f5;
  border-bottom-color: #e4e4e4;
}
#photos-tab #mediaSelection .btn {
  background: transparent;
  color: #999;
}
#photos-tab #mediaSelection .btn.selectedButton {
  background: #fff;
  color: #4d4d4d;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}
#photos-tab #mediaSelection .btn.selectedButton:before {
  border-top-color: #999999;
}
.slick-shadow:before {
  -webkit-box-shadow: 0px 0 180px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 180px rgba(0, 0, 0, 0.1);
}
.inner-box.slick-shadow:before {
  -webkit-box-shadow: 0px 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0 100px rgba(0, 0, 0, 0.2);
}
#right-section {
  border-left-color: #e4e4e4;
}
#propertydetail .vertical-menu-section {
  border-bottom-color: #e4e4e4;
}
#propertydetail .vertical-menu-section .nav > li > a {
  color: #333;
  font-size: 14px;
}
#propertydetail .vertical-menu-section .nav > li > a:before {
  color: #333;
}
#propertydetail .vertical-menu-section .nav > li.active > a {
  color: #000;
  border-right-color: #367a00;
  box-shadow: 7px 0 10px -5px #1b3d00 inset;
  border-top-color: #367a00;
  border-bottom-color: #367a00;
  background: #59cc00;
}
#propertydetail .vertical-menu-section .nav > li.active > a:before {
  color: #333;
}
#propertydetail .vertical-menu-section .navbar .nav > li > a:hover {
  background: #eee;
}
#propertydetail .vertical-menu-section .navbar .nav > li.active > a:hover,
#propertydetail .vertical-menu-section .navbar .nav > li.active > a:focus {
  background: #59cc00;
}
.brochure-tab .brochure-icon {
  color: #397b05;
}
.brochure-tab .brochure-icon:hover {
  color: #4cad00;
}
.brochure-tab .brochure-icon {
  background: url("../../../../themes/corptheme/images/small_bracket.png") no-repeat 30px center;
}
.brochure-tab .brochure-icon:before {
  font-size: 28px;
}
.brochure-tab .brochure-text {
  color: #333;
}
.brochure-tab .brochure-text:before {
  color: #666666;
  font-size: 14.994px;
}
.brochure-tab .brochure-text:after {
  font-size: 21.994px;
}
.brochure-tab .brochure-text:hover {
  color: #999999;
}
.share-tab .share-icon {
  color: #397b05;
}
.share-tab .share-icon:hover {
  color: #4cad00;
}
.share-tab .share-icon {
  background: url("../../../../themes/corptheme/images/small_bracket.png") no-repeat 30px center;
}
.share-tab .share-icon:before {
  font-size: 28px;
}
.share-tab .share-text {
  color: #333;
}
.share-tab .share-text:before {
  color: #666666;
  font-size: 14.994px;
}
.share-tab .share-text:after {
  font-size: 21.994px;
}
.share-tab .share-text:hover {
  color: #999999;
}
.office-hrs-tab {
  background: #e4e4e4;
}
.office-hrs-tab:after {
  color: #fff;
}
.pet-policy-tab {
  background: url("../../../../themes/corptheme/images/peticon.png") no-repeat 20px 35px;
  border-bottom-color: #e4e4e4;
}
.pet-policy-tab ul {
  background: #d9edf7;
  border-color: #85c5e5;
  color: #000;
}
.office-hrs-tab {
  border-bottom-color: #e4e4e4;
}
.office-hrs-tab h3 {
  font-size: 18.2px;
  line-height: 28.9982px;
}
.sharing {
  border-bottom-color: #e4e4e4;
  border-top-color: #e4e4e4;
}
@media (min-width: 768px) and (max-width: 979px) {
  #propertydetail .contactus-section {
    font-size: 17.119893px;
  }
  .testimonial-section h3 {
    font-size: 25.2px;
    line-height: 28.6px;
  }
}
@media (max-width: 767px) {
  #propertydetail .contactus-section {
    font-size: 17.119893px;
  }
  .testimonial-section h3 {
    font-size: 22.428px;
    line-height: 28.6px;
  }
  a.prop-website-btn {
    box-shadow: none;
  }
  .display-icons {
    border-bottom-color: #fff;
    border-top-color: #fff;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 480px) {
  #propertydetail .contactus-section {
    font-size: 17.119893px;
  }
  .brochure-tab .brochure-icon:before,
  .share-tab .share-icon:before {
    font-size: 18.66666667px;
  }
}
.primary-color-background {
  background-color: #4cad00;
  color: #fff;
}
.primary-color-text {
  color: #4cad00;
}
.secondary-color-background {
  background-color: #000;
  color: #fff;
}
.secondary-color-text {
  color: #000;
}
.navbar-inner {
  background: none;
  filter: none;
}
h1 {
  font-size: 32.2px;
  line-height: 50.6px;
}
h2 {
  font-size: 25.2px;
  line-height: 33px;
}
h3 {
  font-size: 21px;
  line-height: 28.6px;
}
h4 {
  font-size: 18.2px;
  line-height: 26.4px;
}
h5 {
  font-size: 16.8px;
  line-height: 22px;
}
h6 {
  font-size: 15.4px;
  line-height: 22px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 25.76px;
    line-height: 35.2px;
  }
  h2 {
    font-size: 22.4px;
    line-height: 30.8px;
  }
  h3 {
    font-size: 19.04px;
    line-height: 26.4px;
  }
  h4 {
    font-size: 16.8px;
    line-height: 24.2px;
  }
  h5 {
    font-size: 16.1px;
    line-height: 22px;
  }
  h6 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 320px) {
  h1 {
    font-size: 20.93px;
    line-height: 28.6px;
  }
  h2 {
    font-size: 19.6px;
    line-height: 26.4px;
  }
  h3 {
    font-size: 16.66px;
    line-height: 24.2px;
  }
  h4 {
    font-size: 14.7px;
    line-height: 23.1px;
  }
  h5 {
    font-size: 14.28px;
    line-height: 22px;
  }
  h6 {
    font-size: 14px;
    line-height: 22px;
  }
}
#innerpage .tabs-left > .nav-tabs .active > a,
#propertydetail #floorPlans-tab .tabs-left > .nav-tabs .active > a,
#rentcafe_residentportal .tabs-left > .nav-tabs .active > a,
#rentcafe_onlineleasing .tabs-left > .nav-tabs .active > a,
#rentcafe_studentguarantorportal .tabs-left > .nav-tabs .active > a,
#innerpage .tabs-left > .nav-tabs .active > a:hover,
#propertydetail #floorPlans-tab .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_studentguarantorportal .tabs-left > .nav-tabs .active > a:hover,
#innerpage .tabs-left > .nav-tabs .active > a:focus,
#propertydetail #floorPlans-tab .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_studentguarantorportal .tabs-left > .nav-tabs .active > a:focus,
#innerpage .nav-tabs > .active > a,
#propertydetail #floorPlans-tab .nav-tabs > .active > a,
#rentcafe_residentportal .nav-tabs > .active > a,
#rentcafe_onlineleasing .nav-tabs > .active > a,
#rentcafe_studentguarantorportal .nav-tabs > .active > a,
#innerpage .nav-tabs > .active > a:hover,
#propertydetail #floorPlans-tab .nav-tabs > .active > a:hover,
#rentcafe_residentportal .nav-tabs > .active > a:hover,
#rentcafe_onlineleasing .nav-tabs > .active > a:hover,
#rentcafe_studentguarantorportal .nav-tabs > .active > a:hover,
#innerpage .nav-tabs > .active > a:focus,
#propertydetail #floorPlans-tab .nav-tabs > .active > a:focus,
#rentcafe_residentportal .nav-tabs > .active > a:focus,
#rentcafe_onlineleasing .nav-tabs > .active > a:focus,
#rentcafe_studentguarantorportal .nav-tabs > .active > a:focus {
  background-color: #fff;
}
#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_studentguarantorportal #ctmcontentcontainer .navbar .nav > li > a:hover,
#rentcafe_studentguarantorportal #ctmcontentcontainer .navbar .nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
#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_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;
  background-color: #eee;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > .active > a:hover,
#rentcafe_residentportal #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_studentguarantorportal #ctmcontentcontainer .navbar .nav li a {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 21px;
}
#rentcafe_residentportal .navbar .nav > li > .dropdown-menu:after,
#rentcafe_onlineleasing .navbar .nav > li > .dropdown-menu:after,
#rentcafe_studentguarantorportal .navbar .nav > li > .dropdown-menu:after {
  border-bottom-color: #4cad00 !important;
  border-top-color: #4cad00 !important;
}
#rentcafe_residentportal .dropdown-menu,
#rentcafe_onlineleasing .dropdown-menu,
#rentcafe_studentguarantorportal .dropdown-menu {
  border-bottom: 2px solid #555;
  border-top: 2px solid #4cad00;
}
#rentcafe_residentportal .dropdown-menu li > a,
#rentcafe_onlineleasing .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_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: #0c1901;
  color: #fff;
}
#workflowStepsWrap .current a:hover {
  background-color: #224a03;
  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;
}
#rentcafe_residentportal .nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
#rentcafe_residentportal .nav-tabs > .active > a:focus,
#rentcafe_studentguarantorportal .nav-tabs > .active > a:focus {
  background-color: #fff;
}
#ApplicantInformation .ApplicantInfoHeader,
#ApplicantInformation .ApplicantInfoSection h2,
#PetsInformationDiv h2,
#VehicleInformationDiv h2 {
  background-color: #eee;
  color: #333;
  border-width: 0;
}
.section-header {
  background-color: #eee;
  color: #333;
}
#rentcafe_residentportal .nav-tabs.nav-stacked > li > a:hover,
#rentcafe_studentguarantorportal .nav-tabs.nav-stacked > li > a:hover {
  background-color: #eee;
  color: #999999;
}
.table-header {
  background-color: #434343 !important;
  color: #fff;
}
.ehColor {
  fill: #a6a6a6;
}
#featured-section-1 h2 {
  color: #4cad00;
}
#featured-section-1 .box1,
#featured-section-1 .box2,
#featured-section-1 .box3,
#featured-section-1 .box4 {
  background: transparent;
}
#featured-section-1 .view-image {
  background: #f5f5f5;
}
#featured-section-1 .link-icon {
  color: #000;
  background: rgba(255, 255, 255, 0.4);
}
#featured-section-1 .link-icon:hover {
  background: #4cad00;
}
#featured-section-1 .featured-image .mask {
  background-color: rgba(0, 0, 0, 0.3);
}
#featured-section-1 .featured-image:hover .mask {
  background-color: rgba(0, 0, 0, 0.3);
}
#featured-section-1 .featured-text {
  background: #f5f5f5;
}
#featured-section-1 .featured-heading {
  background: #141414;
}
#featured-section-1 .featured-heading a {
  color: #fff;
}
#featured-section-1 .featured-prop-box:hover .featured-heading {
  background: #141414;
}
#featured-section-1 .featured-prop-box:hover .featured-heading a {
  color: #4cad00;
}
#featured-section-1 .featured-prop-box:hover .featured-heading a:hover {
  color: #4cad00;
}
#featured-section-1 .small {
  border-bottom-color: #cccccc;
  color: #666666;
  font-size: 12.6px;
}
#featured-section-1 p {
  color: #333;
  font-size: 12.6px;
}
#featured-section-1 .read-more {
  border-top-color: #d4d4d4;
  background: #d4d4d4;
  color: #000;
}
#featured-section-1 .box-text .read-more:hover {
  border-top-color: #4cad00;
  color: #494949;
  background: #4cad00;
}
#featured-section-1 .featured-prop-box:hover .read-more {
  border-top-color: #4cad00;
}
#featured-section-1 .read-more a {
  background: #d4d4d4;
  color: #000;
}
#featured-section-1 .featured-prop-box:hover .read-more a {
  background: #4cad00;
  color: #494949;
}
#featured-section-2 h2 {
  color: #4cad00;
}
#featured-section-2 .box1,
#featured-section-2 .box2,
#featured-section-2 .box3,
#featured-section-2 .box4 {
  border-color: #c8c8c8;
}
#featured-section-2 .view-image {
  background: #f5f5f5;
  box-shadow: 1px 1px 2px #eee;
}
#featured-section-2 a.link-icon {
  color: #000;
  background: rgba(255, 255, 255, 0.4);
}
#featured-section-2 a.link-icon:hover {
  background: #4cad00;
}
#featured-section-2 .featured-image .mask {
  background-color: rgba(0, 0, 0, 0.3);
}
#featured-section-2 .featured-image:hover .mask {
  background-color: rgba(0, 0, 0, 0.3);
}
#featured-section-2 .featured-rent {
  border-bottom-color: #494949;
}
#featured-section-2 .featured-prop-box:hover .featured-rent {
  border-bottom-color: #4cad00;
}
#featured-section-2 .featured-rent-text {
  background: #494949;
  color: #999999;
}
#featured-section-2 .featured-prop-box:hover .featured-rent-text {
  background: #4cad00;
  color: #000;
}
#featured-section-2 .box-text {
  background: #f3f3f3;
  color: #626262;
}
#featured-section-2 .featured-border {
  border-bottom-color: #c8c8c8;
}
#featured-section-2 .featured-heading {
  color: #fff;
  font-family: inherit;
  font-size: 15.862px;
}
#featured-section-2 .featured-address {
  font-family: inherit;
  color: #626262;
  font-size: 13.062px;
}
#featured-section-2 .favorite-icon:before {
  color: #bdbdbd;
}
#featured-section-2 .favorite-icon:hover:before,
#featured-section-2 .favorite-icon-likes.active:before {
  color: #999999;
}
#featured-section-2 .featured-prop-box:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
#management-team-section1 .management-member-image .mask {
  background-color: rgba(255, 255, 255, 0.25);
}
#management-team-section1 .management-member-image:hover .mask {
  background-color: rgba(255, 255, 255, 0.25);
}
#management-team-section1 .mask .management-member-snicon-bg a {
  background: #000;
  border: 1px solid #000;
}
#management-team-section1 .mask .management-member-snicon-bg a:hover {
  background: #4cad00;
  border: 1px solid #4cad00;
}
#management-team-section1 .mask .management-member-snicon-bg a i {
  color: #fff;
}
#management-team-section1 .mask .management-member-snicon-bg a:hover i {
  color: #fff;
}
#management-team-section1 .mask:hover .management-member-snicon-bg a:hover i {
  color: #000;
}
#management-team-section1 .management-member-name {
  color: #494949;
}
#management-team-section1 .management-member-container:hover .management-member-name {
  color: #4cad00;
}
#management-team-section1 .management-member-title:after {
  border-bottom: 1px solid #4cad00;
}
#management-team-section1 #management-people .management-member-container:hover .management-member-title:after {
  border-bottom: 1px solid #4cad00;
}
#management-team-section2 .management-member-image {
  border-color: #d4d4d4;
}
#management-team-section2 .management-member-image .mask {
  background-color: rgba(255, 255, 255, 0.25);
}
#management-team-section2 .management-member-image:hover .mask {
  background-color: rgba(255, 255, 255, 0.25);
}
#management-team-section2 .management-member-snicon-bg a {
  background: #eee;
  border: 1px solid #e1e1e1;
}
#management-team-section2 .management-member-snicon-bg a:hover {
  background: #4cad00;
  border: 1px solid #4cad00;
}
#management-team-section2 .management-member-snicon-bg a i {
  color: #555;
}
#management-team-section2 .management-member-snicon-bg a:hover i {
  color: #555;
}
#management-team-section2 .management-member-snicon-bg a:hover i {
  color: #fff;
}
#management-team-section2 .management-member-name {
  color: #494949;
}
#management-team-section2 .management-member-container:hover .management-member-name {
  color: #4cad00;
}
#management-team-section2 .management-member-title:after {
  border-bottom: 1px solid #4cad00;
}
#management-team-section2 .management-member-container:hover .management-member-title:after {
  border-bottom: 1px solid #4cad00;
}
#single-person-section .management-member-snicon-bg a {
  background: #eee;
  border: 1px solid #e1e1e1;
}
#single-person-section .management-member-snicon-bg a:hover {
  background: #4cad00;
  border: 1px solid #4cad00;
}
#single-person-section .management-member-name {
  color: #494949;
}
#single-person-section .management-member-title:after {
  border-bottom: 1px solid #4cad00;
}
#single-person-section .management-member-container:hover .management-member-title:after {
  border-bottom: 1px solid #4cad00;
}
@media (max-width: 767px) {
  #management-team-section1 .management-member-image .mask .management-member-snicon-bg a {
    background: #d5d5d5;
    border-color: #d5d5d5;
  }
  #management-team-section1 .management-member-image .mask .management-member-snicon-bg a:hover {
    background: #4cad00;
    border-color: #4cad00;
  }
}
#homepage .mainnav ul li ul,
#corp_homepage .mainnav ul li ul,
#innerpage .mainnav ul li ul,
#propertydetail .mainnav ul li ul,
#corp_searchresults .mainnav ul li ul {
  position: absolute;
  display: none;
  visibility: visible;
  z-index: 10000;
  top: 100%;
  width: auto;
  margin: 0;
  background-color: #494949;
}
#homepage .mainnav ul li ul li,
#corp_homepage .mainnav ul li ul li,
#innerpage .mainnav ul li ul li,
#propertydetail .mainnav ul li ul li,
#corp_searchresults .mainnav ul li ul li {
  display: block;
}
#homepage .mainnav ul li.mainnavlink ul li a,
#corp_homepage .mainnav ul li.mainnavlink ul li a,
#innerpage .mainnav ul li.mainnavlink ul li a,
#propertydetail .mainnav ul li.mainnavlink ul li a,
#corp_searchresults .mainnav ul li.mainnavlink ul li a,
#homepage .mainnav ul li.mainnavlinkactive ul li a,
#corp_homepage .mainnav ul li.mainnavlinkactive ul li a,
#innerpage .mainnav ul li.mainnavlinkactive ul li a,
#propertydetail .mainnav ul li.mainnavlinkactive ul li a,
#corp_searchresults .mainnav ul li.mainnavlinkactive ul li a {
  display: block;
  padding: 8px 15px;
  border-bottom: 1px solid #7c7c7c;
}
#homepage .mainnav ul li.mainnavlink ul li a:link,
#corp_homepage .mainnav ul li.mainnavlink ul li a:link,
#innerpage .mainnav ul li.mainnavlink ul li a:link,
#propertydetail .mainnav ul li.mainnavlink ul li a:link,
#corp_searchresults .mainnav ul li.mainnavlink ul li a:link,
#homepage .mainnav ul li.mainnavlink ul li a:visited,
#corp_homepage .mainnav ul li.mainnavlink ul li a:visited,
#innerpage .mainnav ul li.mainnavlink ul li a:visited,
#propertydetail .mainnav ul li.mainnavlink ul li a:visited,
#corp_searchresults .mainnav ul li.mainnavlink ul li a:visited,
#homepage .mainnav ul li.mainnavlinkactive ul li a:link,
#corp_homepage .mainnav ul li.mainnavlinkactive ul li a:link,
#innerpage .mainnav ul li.mainnavlinkactive ul li a:link,
#propertydetail .mainnav ul li.mainnavlinkactive ul li a:link,
#corp_searchresults .mainnav ul li.mainnavlinkactive ul li a:link,
#homepage .mainnav ul li.mainnavlinkactive ul li a:visited,
#corp_homepage .mainnav ul li.mainnavlinkactive ul li a:visited,
#innerpage .mainnav ul li.mainnavlinkactive ul li a:visited,
#propertydetail .mainnav ul li.mainnavlinkactive ul li a:visited,
#corp_searchresults .mainnav ul li.mainnavlinkactive ul li a:visited {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 22px;
}
#homepage .mainnav ul li.mainnavlink ul li a:hover,
#corp_homepage .mainnav ul li.mainnavlink ul li a:hover,
#innerpage .mainnav ul li.mainnavlink ul li a:hover,
#propertydetail .mainnav ul li.mainnavlink ul li a:hover,
#corp_searchresults .mainnav ul li.mainnavlink ul li a:hover,
#homepage .mainnav ul li.mainnavlinkactive ul li a:hover,
#corp_homepage .mainnav ul li.mainnavlinkactive ul li a:hover,
#innerpage .mainnav ul li.mainnavlinkactive ul li a:hover,
#propertydetail .mainnav ul li.mainnavlinkactive ul li a:hover,
#corp_searchresults .mainnav ul li.mainnavlinkactive ul li a:hover {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #7c7c7c;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 770px) {
  #homepage .mainnav ul li ul,
  #corp_homepage .mainnav ul li ul,
  #innerpage .mainnav ul li ul,
  #propertydetail .mainnav ul li ul,
  #corp_searchresults .mainnav ul li ul {
    position: relative;
    background-color: transparent;
    z-index: 10000;
  }
  #homepage .mainnav ul li.mainnavlink ul li a,
  #corp_homepage .mainnav ul li.mainnavlink ul li a,
  #innerpage .mainnav ul li.mainnavlink ul li a,
  #propertydetail .mainnav ul li.mainnavlink ul li a,
  #corp_searchresults .mainnav ul li.mainnavlink ul li a,
  #homepage .mainnav ul li.mainnavlinkactive ul li a,
  #corp_homepage .mainnav ul li.mainnavlinkactive ul li a,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a,
  #propertydetail .mainnav ul li.mainnavlinkactive ul li a,
  #corp_searchresults .mainnav ul li.mainnavlinkactive ul li a {
    border-bottom: none;
    font-size: 12px;
    color: #d7d7d7;
  }
  #homepage .mainnav ul li.mainnavlink ul li a:link,
  #corp_homepage .mainnav ul li.mainnavlink ul li a:link,
  #innerpage .mainnav ul li.mainnavlink ul li a:link,
  #propertydetail .mainnav ul li.mainnavlink ul li a:link,
  #corp_searchresults .mainnav ul li.mainnavlink ul li a:link,
  #homepage .mainnav ul li.mainnavlink ul li a:visited,
  #corp_homepage .mainnav ul li.mainnavlink ul li a:visited,
  #innerpage .mainnav ul li.mainnavlink ul li a:visited,
  #propertydetail .mainnav ul li.mainnavlink ul li a:visited,
  #corp_searchresults .mainnav ul li.mainnavlink ul li a:visited,
  #homepage .mainnav ul li.mainnavlinkactive ul li a:link,
  #corp_homepage .mainnav ul li.mainnavlinkactive ul li a:link,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a:link,
  #propertydetail .mainnav ul li.mainnavlinkactive ul li a:link,
  #corp_searchresults .mainnav ul li.mainnavlinkactive ul li a:link,
  #homepage .mainnav ul li.mainnavlinkactive ul li a:visited,
  #corp_homepage .mainnav ul li.mainnavlinkactive ul li a:visited,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a:visited,
  #propertydetail .mainnav ul li.mainnavlinkactive ul li a:visited,
  #corp_searchresults .mainnav ul li.mainnavlinkactive ul li a:visited {
    color: #d7d7d7;
    font-size: 12px;
  }
  #homepage .mainnav ul li.mainnavlink ul li a:hover,
  #corp_homepage .mainnav ul li.mainnavlink ul li a:hover,
  #innerpage .mainnav ul li.mainnavlink ul li a:hover,
  #propertydetail .mainnav ul li.mainnavlink ul li a:hover,
  #corp_searchresults .mainnav ul li.mainnavlink ul li a:hover,
  #homepage .mainnav ul li.mainnavlinkactive ul li a:hover,
  #corp_homepage .mainnav ul li.mainnavlinkactive ul li a:hover,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a:hover,
  #propertydetail .mainnav ul li.mainnavlinkactive ul li a:hover,
  #corp_searchresults .mainnav ul li.mainnavlinkactive ul li a:hover {
    color: #fff;
    border-bottom: none;
    background-color: #4d4d4d;
  }
}
.nav-list {
  padding-left: 0;
}
.nav-list > li > a {
  text-shadow: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
body {
  background: #fff;
  font-weight: 400;
}
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;
}
.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;
}
#background_slider:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/blacktint.png");
}
#background_slider .carousel-control {
  display: none;
}
#background_slider .carousel-indicators {
  display: none;
}
#image-slider {
  height: 780px;
  overflow: hidden;
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#image-slider img {
  width: 100%;
}
#layoutholder {
  position: relative;
  z-index: 2;
}
header {
  background: #000;
  top: 0;
  width: 100%;
  z-index: 11;
}
.fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0px;
  height: auto;
}
#logo-container {
  padding: 11px 0;
  line-height: 75px;
  min-height: 75px;
}
#logo-container img {
  max-height: 75px;
  max-width: 220px;
  width: auto;
  height: auto;
}
#background_slider {
  display: block;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -999;
}
#apt-search-holder {
  height: 100vh;
  background: none;
  position: relative;
}
.aptsearch-form-holder form {
  display: inline;
}
#corp_homepage #apt-search-section {
  color: #fff;
  position: relative;
  height: 100vh;
}
#corp_homepage #apt-search {
  padding: 50px 0px 60px 0px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 200;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
#corp_homepage #tagline:before {
  content: "Lighthouse Property Management";
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: block;
  letter-spacing: 1px;
}
#corp_homepage #tagline:after {
  content: "Extraordinary places \a to call home.";
  text-transform: capitalize;
  white-space: pre;
  font-size: 100px;
  line-height: 90px;
}
#corp_homepage #tagline {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 24.99px;
  line-height: 35.2px;
}
#corp_homepage .apt-search-btn .icon-search {
  padding-right: 0;
}
#corp_homepage #apt-search .apt-search-btn {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-family: 'Playfair Display', serif;
  font-size: 15.988px;
  padding: 10px 15px;
  text-transform: uppercase;
  margin-top: 0px;
}
#corp_homepage #apt-search .apt-search-btn:hover {
  color: #000;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#corp_homepage #triangle-down {
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 20px solid rgba(76, 173, 0, 0.9);
  height: 0;
  width: 0;
  margin: 0 auto 40%;
  display: none;
}
#corp_homepage .aptsearch-form-holder {
  padding: 2px;
  margin-top: 10px;
  margin: 20px auto 0 auto;
}
#corp_homepage #apt-search input {
  background: #5bc508;
  padding: 11px;
  margin: 0;
  color: #000;
  border: 1px solid #000000;
  width: 250px;
  border-radius: 0px;
}
#corp_homepage #home-left-section {
  background: url('/dmslivecafe/2/58398/map-sec-bg.jpg') repeat right top;
  background-size: cover;
  height: 380px;
  position: relative;
}
#corp_homepage #home-map-bg {
  background: #000000;
  background: #1B1D36;
  height: 100%;
  overflow: hidden;
  left: 0;
}
#corp_homepage .home-map {
  padding: 25px 50px;
  text-align: right;
  max-width: 535px;
  display: block;
  float: right;
  width: 90%;
  height: 100%;
}
.corp-map-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#corpUSAMap {
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 500px;
  text-align: left;
}
section#home-map-section {
  background: #f5f8fa;
}
#corp_homepage #home-right-section {
  height: 380px;
}
#corp_homepage #home-community-bg {
  background: none!important;
  height: 100%;
  overflow: hidden;
}
#corp_homepage #home-map-bg {
  background: none!important;
}
#corp_homepage #featured {
  padding: 50px 0 80px 0;
  min-height: 200px;
  background: #fff;
}
#corp_homepage .home-community {
  color: #ffffff;
  padding: 40px 70px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
#corp_homepage .home-community h4 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
}
#corp_homepage .home-community p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
#corp_homepage .home-community .apt-search-btn {
  padding: 15px 20px;
  border: 2px solid #FFFFFF;
  margin-top: 20px;
  text-shadow: none;
  font-size: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
}
#corp_homepage .home-community .apt-search-btn:hover {
  background: #57c700;
}
.regions {
  padding: 55px 15px 100px;
  background: #fff;
  color: #000;
  position: relative;
}
.regions h4 {
  color: #000 !important;
  font-size: 48px;
  text-transform: none;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
}
.regions p {
  margin-top: 0;
  margin-bottom: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.regions .col-md-4 {
  position: relative;
  overflow: hidden;
}
.regions .col-md-4 img {
  width: 100%;
}
.regions .region-overlay {
  width: calc(92%);
  bottom: 0;
  /*background: fade(@themeColor1, 80%);*/
  background: none;
  -moz-opacity: .65;
  -khtml-opacity: .65;
  -webkit-opacity: .65;
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 1;
}
.regions .col-md-4:hover .region-overlay {
  background: rgba(76, 173, 0, 0.8);
  background-image: none;
  cursor: pointer;
}
.regions .imageTitle {
  color: #fff;
  text-align: left;
  font-family: 'Playfair Display', serif;
  top: auto;
  font-weight: 400;
  bottom: 20px;
  font-size: 24px;
  width: 100%;
  padding-left: 25px;
  position: absolute;
  z-index: 99;
}
.regions .imageTitle:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 27px;
  background: #fff;
  width: 40px;
  top: 38px;
}
.container-cus {
  display: table;
  content: "";
  width: 100%;
}
#marketing {
  text-align: center;
  margin-top: 0;
  background: #1b1b1b;
  color: #FFFFFF;
  padding: 50px 0;
}
#marketing .icon {
  margin-bottom: 20px;
}
#marketing .link {
  display: inline;
}
#marketing .title {
  font-size: 20px;
  line-height: 36px;
  margin-top: 20px;
  font-family: 'Playfair Display', serif;
}
#marketing #box1 {
  padding: 0 25px;
}
#marketing #box1 .icon {
  background: #4cad00;
  height: 65px;
  text-align: center;
  display: inline-block;
  border-radius: 46px;
  margin-bottom: 38px;
  margin: 0 auto;
  width: 65px;
}
#marketing #box1 .icon:before {
  content: "\f015";
  font-family: FontAwesome;
  font-size: 26px;
  color: #fff;
  line-height: 65px;
}
#marketing #box1 .title:before {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
#marketing #box1 .content:before {
  line-height: 22px;
  font-size: 12.999px;
  float: left;
  margin: 10px 35px 25px;
}
#marketing #box1 .link:before {
  text-transform: uppercase;
}
#marketing #box1 .box-btn {
  padding: 8px 20px;
  border: 2px solid #FFFFFF;
  margin-top: 20px;
  text-shadow: none;
  font-size: 14px;
  color: #FFFFFF;
  background: none;
  text-transform: uppercase;
}
#marketing #box1 .box-btn:hover {
  background: #57c700;
}
#marketing #box2 {
  padding: 0 25px;
}
#marketing #box2 .icon {
  background: #4cad00;
  height: 65px;
  text-align: center;
  display: inline-block;
  border-radius: 46px;
  margin-bottom: 38px;
  margin: 0 auto;
  width: 65px;
}
#marketing #box2 .icon:before {
  content: "\f0c0";
  font-family: fontAwesome;
  font-size: 30px;
  color: #fff;
  line-height: 65px;
}
#marketing #box2 .title:before {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
#marketing #box2 .content:before {
  line-height: 22px;
  font-size: 12.999px;
  float: left;
  margin: 10px 35px 25px;
}
#marketing #box2 .link:before {
  text-transform: uppercase;
}
#marketing #box2 .box-btn {
  padding: 8px 20px;
  border: 2px solid #FFFFFF;
  margin-top: 20px;
  text-shadow: none;
  font-size: 14px;
  color: #FFFFFF;
  background: none;
  text-transform: uppercase;
}
#marketing #box2 .box-btn:hover {
  background: #57c700;
}
#marketing #box3 {
  padding: 0 25px;
}
#marketing #box3 .icon {
  background: #4cad00;
  height: 65px;
  text-align: center;
  display: inline-block;
  border-radius: 46px;
  margin-bottom: 38px;
  margin: 0 auto;
  width: 65px;
}
#marketing #box3 .icon:before {
  content: "\f0f7";
  font-family: FontAwesome;
  font-size: 26px;
  color: #fff;
  line-height: 65px;
}
#marketing #box3 .title:before {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
#marketing #box3 .content:before {
  line-height: 22px;
  font-size: 12.999px;
  float: left;
  margin: 10px 35px 25px;
}
#marketing #box3 .link:before {
  text-transform: uppercase;
}
#marketing #box3 .box-btn {
  padding: 8px 20px;
  border: 2px solid #FFFFFF;
  margin-top: 20px;
  text-shadow: none;
  font-size: 14px;
  color: #FFFFFF;
  background: none;
  text-transform: uppercase;
}
#marketing #box3 .box-btn:hover {
  background: #57c700;
}
#corp_homepage #login-links {
  font-size: 17.99px;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  margin-top: 0;
}
#corp_homepage #login-links ul {
  margin: 0;
  text-align: right;
}
#corp_homepage #login-links ul li {
  display: inline-block;
  padding: 8px 10px;
  margin-top: 0;
}
#corp_homepage #login-links ul li a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
#corp_homepage #login-links ul li a:hover {
  color: #f2f2f2;
}
#login-wrapper {
  background: #4cad00;
}
#rpdiv:before {
  content: "\f015";
  font-family: FontAwesome;
  text-decoration: inherit;
  display: inline-block;
  color: #fff;
  speak: none;
  padding-right: 10px;
}
#apldiv:before {
  content: "\f015";
  font-family: FontAwesome;
  color: #fff;
  padding-right: 10px;
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
#content-section {
  background: #fff;
}
#ctmcontentcontainer {
  background: #fff;
  border: 0;
}
.content-section-padding {
  padding: 80px 10px;
}
#sub-title {
  font-size: 29.988px;
  text-transform: uppercase;
  margin-top: 45px;
  color: #000;
  font-family: 'Playfair Display', serif;
  text-align: center;
}
#sub-title:before {
  content: "About Us";
}
#companyRomanceWrap .header {
  display: none;
}
#mid-content-holder {
  background: #000;
}
.col18 {
  width: 18%;
  float: left;
  height: 300px;
  background-size: cover !important;
  background-position: center top;
  background-repeat: no-repeat;
}
.col20 {
  width: 20%;
  float: left;
  height: 300px;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}
.col27 {
  width: 27%;
  float: left;
  height: 300px;
  background-size: cover !important;
  background-position: center top;
  background-repeat: no-repeat;
}
.col35 {
  width: 35%;
  float: left;
  height: 300px;
  background-size: 100% !important;
}
.mid-content {
  padding: 20px 50px;
}
#mid-content-holder h2 {
  font-size: 24.99px;
  padding: 40px 20px 0px 50px;
}
#row1 .col20 {
  background-image: url("../images/mid-sec-img1.jpg?quality=60");
}
#row1 .col18 {
  background-image: url("../images/mid-sec-img2.jpg?quality=60");
}
#row1 .col27 {
  background-image: url("../images/mid-sec-img3.jpg?quality=60");
}
#row1 .col35 {
  background: #000;
}
#row1 .mid-content {
  color: #cccccc;
}
#row1 .mid-content:after {
  content: "Our properties are perfect for those who enjoy spending time outside living a healthy, active lifestyle, as well as for those who appreciate a home that’s a retreat from the business of everyday life. Perfectly situated in the best neighborhoods, our homes offer all the luxury and convenience you could ever desire.";
}
#row1 h2 {
  color: #4cad00;
  font-family: 'Playfair Display', serif;
}
#row1 h2:before {
  content: "Our Properties";
}
#row2 .col20 {
  background-image: url("../images/mid-sec-img6.jpg?quality=60");
}
#row2 .col18 {
  background-image: url("../images/mid-sec-img5.jpg?quality=60");
}
#row2 .col27 {
  background-image: url("../images/mid-sec-img4.jpg?quality=60");
}
#row2 .col35 {
  background: #4cad00;
}
#row2 .mid-content {
  color: #000;
}
#row2 .mid-content:after {
  content: "At most of our properties, you’ll find a swimming pool, gym, game room, and additional storage space. At every property, you'll find our friendly and convenient concierge services, valet parking, and secured, indoor garage space with remote keyless entry.";
}
#row2 h2 {
  color: #000;
  font-family: 'Playfair Display', serif;
}
#row2 h2:before {
  content: "Better Living";
}
#corp_homepage {
  /***class theme specific***/
}
#corp_homepage #testimonial-holder {
  background: #fff;
}
#corp_homepage #ResQuotesWidget h2 {
  float: left;
}
#corp_homepage #testimonial-carousel {
  float: left;
  margin-left: 30px;
}
#corp_homepage .icon-quote-left:before {
  font-size: 80px;
}
#corp_homepage .icon-quote-right:before {
  display: none;
}
#corp_homepage #ResQuotesWidget small {
  padding-left: 40px;
}
#corp_homepage .testimonial-carousel.carousel.slide.col-xs-12:before {
  content: "Testimonials";
  left: -20%;
  position: absolute;
  top: -5px;
  font-size: 21px;
  line-height: 34.9998px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}
#corp_homepage #ResQuotesWidget {
  margin-left: 20%;
}
#corp_homepage .icon-quote-left:before {
  display: none;
}
#corp_homepage blockquote p {
  font-size: 14px;
  line-height: 22px;
}
#corp_homepage #featured {
  padding: 50px 0 80px 0;
  min-height: 200px;
}
#corp_homepage #featured h2 {
  text-align: center;
}
.bg2 {
  background-image: url("../images/Background2.jpg?quality=40");
  /*fallback*/
  background-image: linear-gradient(bottom, rgba(15, 11, 0, 0.72), rgba(15, 11, 0, 0.72)), url("../images/Background2.jpg?quality=40");
  background-image: -o-linear-gradient(bottom, rgba(15, 11, 0, 0.72), rgba(15, 11, 0, 0.72)), url("../images/Background2.jpg?quality=40");
  background-image: -moz-linear-gradient(bottom, rgba(15, 11, 0, 0.72), rgba(15, 11, 0, 0.72)), url("../images/Background2.jpg?quality=40");
  background-image: -webkit-linear-gradient(bottom, rgba(15, 11, 0, 0.72), rgba(15, 11, 0, 0.72)), url("../images/Background2.jpg?quality=40");
  background-image: -ms-linear-gradient(bottom, rgba(15, 11, 0, 0.72), rgba(15, 11, 0, 0.72)), url("../images/Background2.jpg?quality=40");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#footer {
  background: #000;
  height: auto;
  color: #a6a6a6;
  padding: 30px 0 20px 0;
  position: relative;
  z-index: 11;
}
#footer #address {
  text-align: center;
  margin: 10px 0 0 0;
}
#footer #address:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 14.994px;
  display: inline;
  padding: 7px 13px;
}
#footer #address a {
  color: #a6a6a6;
}
#footer #social-media {
  margin: 10px 0;
}
#footer hr {
  display: block;
  width: 50%;
  margin: 0 auto;
  color: #a6a6a6;
  border: none;
  border-top: 1px solid #a6a6a6;
}
#footer #footer-links {
  color: #a6a6a6;
  margin-top: 15px;
}
#footer #footer-links ul {
  list-style: none;
  margin-left: 0;
}
#footer #footer-links ul li {
  display: inline-block;
  padding: 0 10px;
  color: #a6a6a6;
  text-transform: uppercase;
  font-size: 12.999px;
  border-right: 1px solid #a6a6a6;
  line-height: 12px;
}
#footer #footer-links ul li a:link,
#footer #footer-links ul li a:visited {
  color: #a6a6a6;
  text-decoration: none;
}
#footer #footer-links ul li a:hover {
  color: #4cad00;
  text-decoration: none;
}
#footer #footer-links li:last-child {
  border-right: none;
}
#footer #footer-text-holder {
  margin-top: 10px;
}
#footer #footer-text-holder ul {
  list-style: none;
  margin: 10px;
}
#footer #footer-text-holder #ehlicon {
  height: 13px;
  width: 16px;
  display: inline-block;
  vertical-align: top;
}
/*--------------------------Scroll to top Section------------------------------------*/
#footer #scroll-top {
  text-align: center;
  margin-top: -48px;
}
#footer #scroll-top a:before {
  color: rgba(255, 255, 255, 0.5);
  content: "\f106";
  font-family: fontAwesome;
  font-size: 28px;
}
#footer #scroll-top a:before:hover {
  color: #4cad00;
}
#footer #scroll-top a {
  background: rgba(0, 0, 0, 0.5);
  background-repeat: repeat-x;
  height: 30px;
  padding: 8px 8px 5px 8px;
  border: 1px solid #4cad00;
  text-decoration: none;
}
#section-above-footer {
  display: block;
  color: #8c8f94;
  background: #fff;
}
#section-above-footer h3 {
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}
#section-above-footer #top-section {
  padding: 40px 0 40px 0;
  float: left;
  min-width: 100%;
  max-width: inherit;
  display: inline-block;
  height: auto;
}
#section-above-footer #top-section ul {
  list-style: none;
  display: inline-block;
  margin: 0;
}
#section-above-footer #top-section ul li {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 40px;
}
#section-above-footer #top-section ul li a {
  color: #8c8f94;
}
#section-above-footer #top-section ul li a:hover,
#section-above-footer #top-section ul li a:focus,
#section-above-footer #top-section ul li a:active {
  color: #222;
}
#section-above-footer #top-section #communities-links ul {
  max-height: 230px;
}
#section-above-footer #top-section #communities-links ul li {
  min-width: 200px;
}
#section-above-footer #bottom-section {
  border-top: 1px solid #eee;
  padding: 30px 0 35px 0;
  color: #8c8f94;
  display: inline-block;
  width: 100%;
}
#section-above-footer #bottom-section #footer-address a:link {
  color: #8c8f94;
  cursor: pointer;
}
#section-above-footer #bottom-section #footer-address a:hover,
#section-above-footer #bottom-section #footer-address a:focus {
  color: #222;
}
#section-above-footer #bottom-section #footer-address span[itemprop="name"] {
  text-transform: none;
}
#footer-login-links ul {
  padding: 0;
  margin: 0;
}
#footer-login-links ul li {
  list-style: none;
}
#footer-login-links ul li a {
  color: #8c8f94;
  padding: 4px 0;
  display: block;
}
#footer {
  background: #222;
  height: auto;
  color: #8c8f94;
  padding: 40px 0;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  z-index: 11;
  text-align: left;
  font-family: 'Lato', sans-serif;
  display: block;
  /*#footer-links{
	        color:@footerLinksColor;
	        margin-top:10px;
	        text-align:right;
	        ul{
	            list-style:none;
	            margin-left:0;
	            li {
	                display:inline-block;
	                padding: 0 10px;
	                color:@footerLinksColor;
	                text-transform:uppercase;
	                font-size: @baseFontSize*0.9285;
	                border-right: 1px solid @footerLinksColor;
	                line-height:12px;  
	                a:link, a:visited{
	                    color:@footerLinksColor;
	                    text-decoration:none;
	                }
	                a:hover{
	                    color:@footerLinksColorHover;
	                    text-decoration:none;
	                }
	            }
	            
	        }
	    }
	   #footer-links li:last-child {
	        border-right: none;
	    }
	    #footer-text-holder{
	        margin-top:10px;
	        ul{
	            list-style:none;
	            margin:10px;
	        }
	        #ehlicon{
	            height:13px;
	            width:16px;
	            display:inline-block;
	            vertical-align:top;
	            margin-top:-2px;
	        }
	    }
	    .footerTopLinks ul {
		    display: block;
		    	li{
					display: inline-block;
					padding: 0 20px;	
						a{
							color:@footerLinksColor;	
						}
		    	}
		}*/
}
#footer #address {
  text-align: center;
}
#footer #address:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 17.136px;
  display: none;
  padding: 7px 13px;
}
#footer #address a {
  color: #8c8f94;
}
#footer #address .address-link {
  display: none;
}
#footer #address .click_to_call_foot {
  cursor: pointer;
}
#footer hr {
  display: block;
  width: 100%;
  margin: 24px 0;
  color: #8c8f94;
  border: none;
  border-top: 1px solid #8c8f94;
}
#footer .footer-links-wrapper {
  column-count: 3;
  display: flex;
}
#footer .footer-links-wrapper #footer-text-holder {
  max-width: 500px;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}
#footer .footer-links-wrapper #footer-text-holder > ul {
  list-style: none;
  margin: 0;
}
#footer .footer-links-wrapper #footer-links {
  color: #8c8f94;
  margin: 0 0px;
  text-align: left;
}
#footer .footer-links-wrapper #footer-links ul {
  list-style: none;
  margin-left: 0;
  float: none;
}
#footer .footer-links-wrapper #footer-links ul li {
  padding: 0 10px;
  color: #8c8f94;
  float: none;
  border-right: 0;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
}
#footer .footer-links-wrapper #footer-links ul li a:link,
#footer .footer-links-wrapper #footer-links ul li a:visited {
  color: #8c8f94;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
#footer .footer-links-wrapper #footer-links ul li a:hover {
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
#footer .footer-links-wrapper #yardi-logo {
  text-align: center;
}
.facebook-icon:before,
.googleplus-icon:before,
.instagram-icon:before,
.linkedin-icon:before,
.more-social-icon a:before,
.pinterest-icon:before,
.popcard-icon:before,
.snapchat-icon:before,
.twitter-icon:before,
.yelp-icon:before,
.youtube-icon:before,
.popover-content .linkedin-icon:before,
.popover-content .instagram-icon:before,
.popover-content .youtube-icon:before {
  width: 25px;
  height: 25px;
  color: #222 !important;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: transparent!important;
  border: 0px;
  transition: .5s;
  font-size: 18px;
  line-height: 25px;
  cursor: pointer;
}
.facebook-icon:hover:before,
.googleplus-icon:hover:before,
.instagram-icon:hover:before,
.linkedin-icon:hover:before,
.more-social-icon a:before,
.pinterest-icon:hover:before,
.popcard-icon:hover:before,
.snapchat-icon:hover:hover:before,
.twitter-icon:hover:before,
.yelp-icon:hover:before,
.youtube-icon:hover:before,
.popover-content .linkedin-icon:hover:before,
.popover-content .instagram-icon:hover:before,
.popover-content .youtube-icon:hover:before {
  width: 25px;
  height: 25px;
  color: #0cb0f8 !important;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: transparent!important;
  border: 0px;
  transition: .5s;
  font-size: 18px;
  line-height: 25px;
  cursor: pointer;
}
/*--------------------------Scroll to top Section------------------------------------*/
#footer #scroll-top {
  text-align: center;
  margin-top: -48px;
}
#footer #scroll-top a:before {
  color: rgba(255, 255, 255, 0.5);
  content: "\f106";
  font-family: fontAwesome;
  font-size: 28px;
}
#footer #scroll-top a:before:hover {
  color: #0cb0f8;
}
#footer #scroll-top a {
  background: rgba(0, 0, 0, 0.5);
  background-repeat: repeat-x;
  height: 30px;
  padding: 8px 8px 5px 8px;
  border: 1px solid #0cb0f8;
  text-decoration: none;
}
div#copyright {
  padding-left: 9px;
  padding-top: 11px;
}
/*--------------------------Scroll to top Section ends------------------------------------*/
#corp_homepage #RentCafeContent {
  position: relative;
}
.dropdown-toggle {
  border-color: #d4d4d4;
  background: #f5f5f5;
}
.btn-primary,
.btn-primary:focus {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  border: 0;
}
.btn-primary {
  background: #4cad00;
  border: 0;
  color: #000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #999999;
  border: 0;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-size: 43.96px;
  line-height: 33px;
  text-transform: capitalize;
  font-family: 'Playfair Display', serif;
}
#corp_homepage h2 {
  font-family: 'Playfair Display', serif;
}
#innerpage h1 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
}
h2 {
  font-size: 21.399px;
  line-height: 35.2px;
  text-transform: uppercase;
}
h3 {
  font-size: 18.2px;
  line-height: 29.7px;
  text-transform: uppercase;
}
h4 {
  font-size: 16.8px;
  line-height: 28.05px;
}
h5 {
  font-size: 15.4px;
  line-height: 27.5px;
}
h6 {
  font-size: 14.7px;
  line-height: 26.4px;
}
h2,
h4,
h5,
h6 {
  color: #333;
}
h3 {
  color: #555;
}
#navwrapper {
  float: right;
  line-height: 22px;
}
.navbar {
  margin: 0;
  float: right;
}
.navbar .nav,
.navbar .nav > li {
  float: none;
}
.navbar .nav {
  margin-right: 0px;
}
.navbar .nav > li {
  display: inline-block;
}
.navbar .nav > li > a {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin: 33px 0;
  padding: 5px 15px;
  text-shadow: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  box-shadow: none;
  background-color: none;
}
.navbar .nav > .active:after {
  font-size: 28px;
  line-height: 22px;
  position: relative;
  bottom: -25px;
  margin-top: -40px;
  color: #fff;
  text-indent: -8px;
  left: 50% ;
}
.navbar .nav > .active:hover:after {
  content: none;
}
#navwrapper .nav-btn {
  padding: 40px 15px 2px 15px;
  color: #fff;
  font-size: 14.994px;
  text-transform: uppercase;
  text-align: right;
}
#navwrapper .navbar .navbar-inner {
  min-height: 30px;
  box-shadow: none;
  padding: 0px;
  border: none;
  background-image: none;
}
#rentcafe_onlineleasing header,
#rentcafe_residentportal header {
  position: static !important;
}
#rentcafe_onlineleasing header .navbar,
#rentcafe_residentportal header .navbar {
  margin-bottom: 0;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar,
#rentcafe_residentportal #ctmcontentcontainer .navbar {
  float: none;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > li > a,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > li > a {
  margin: 0;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav li.dropdown > a:hover .caret,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav li.dropdown > a:hover .caret,
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav li.dropdown > a:focus .caret,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
#rentcafe_onlineleasing #ctmcontentcontainer .nav > li > a,
#rentcafe_residentportal #ctmcontentcontainer .nav > li > a {
  background: transparent;
}
#rentcafe_residentportal #MenuButtonHolder .nav-btn {
  background: #000;
  color: #fff;
}
#rentcafe_residentportal .portalName:after {
  content: "resident portal";
  font-size: 29.96px;
  line-height: 33px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  float: right;
  color: #fff;
  padding: 30px;
}
#rentcafe_onlineleasing .portalName:after {
  content: "online leasing";
  font-size: 29.96px;
  line-height: 33px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  float: right;
  color: #fff;
  padding: 30px;
}
a.prop-website-btn {
  box-shadow: none;
  border: 1px solid #000;
}
a.contact-us-btn {
  box-shadow: none;
  border-radius: 0;
}
a.prop-website-btn {
  border-radius: 0;
}
#corp_homepage .searchBtnText {
  padding-left: 8px;
}
#innerpage #ctmcontentcontainer {
  min-height: 500px;
}
#innerpage #login-links-section {
  background: #eee;
  margin-top: 98px;
}
#innerpage #login-links-section #login-links {
  font-size: 15.97512px;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  margin-top: 0;
  text-align: right;
}
#innerpage #login-links-section #login-links ul {
  margin: 0;
}
#innerpage #login-links-section #login-links ul li {
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 0;
}
#innerpage #login-links-section #login-links ul li a {
  color: #fff;
}
#innerpage #login-links-section #login-links ul li a:hover {
  color: #f2f2f2;
}
#rentcafe_residentportal #ctmcontentcontainer,
#rentcafe_onlineleasing #ctmcontentcontainer {
  margin-top: 0px;
  min-height: 500px;
}
#propertydetail #ctmcontentcontainer,
#corp_searchresults #ctmcontentcontainer {
  margin-top: 0px;
}
#corp_homepage h1 {
  font-size: 52px!important;
  line-height: 75px;
  color: #000 !important;
  font-weight: 300;
}
#corp_homepage #ctmcontentcontainer {
  background: none;
  margin-top: 0px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
#corp_homepage #content-section {
  background: #f5f8fa;
}
#innerpage #apt-search h2 {
  font-size: 21.994px;
}
#map-container {
  box-shadow: none;
}
#login-links a {
  box-shadow: none;
}
@media (max-width: 1279px) {
  #RentCafeContent {
    padding-top: 0px!important;
  }
  #homepage #ctmcontentcontainer,
  #corp_searchresults #ctmcontentcontainer,
  #propertydetail #ctmcontentcontainer {
    padding-top: 0px!important;
  }
  #innerpage #content-section {
    padding-top: 0px!important;
  }
}
@media (min-width: 1024px) {
  #corp_homepage.translate-content #RentCafeContent,
  #homepage.translate-content #ctmcontentcontainer,
  #propertydetail.translate-content #ctmcontentcontainer,
  #corp_searchresults.translate-content #ctmcontentcontainer,
  #innerpage.translate-content #content-section {
    padding-top: 0 !important;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  #corp_homepage header {
    position: static !important;
  }
  #homepage header,
  #innerpage header,
  #propertydetail header,
  #corp_searchresults header,
  #rentcafe_residentportal header,
  #rentcafe_onlineleasing header {
    position: static !important;
  }
  #corp_homepage #RentCafeContent {
    margin-top: 0;
  }
  #innerpage #ctmcontentcontainer,
  #rentcafe_residentportal #ctmcontentcontainer,
  #rentcafe_onlineleasing #ctmcontentcontainer {
    margin-top: 0px;
  }
  #homepage #ctmcontentcontainer,
  #propertydetail #ctmcontentcontainer,
  #corp_searchresults #ctmcontentcontainer {
    margin-top: 0px;
  }
  h1 {
    font-size: 30.8px;
    line-height: 30.8px;
  }
  h2 {
    font-size: 25.2px;
    line-height: 28.6px;
  }
  h3 {
    font-size: 22.4px;
    line-height: 26.4px;
  }
  h4 {
    font-size: 21px;
    line-height: 26.4px;
  }
  h5 {
    font-size: 19.6px;
    line-height: 22px;
  }
  h6 {
    font-size: 18.2px;
    line-height: 22px;
  }
  #mid-content-holder h2 {
    padding: 20px 20px 0 50px;
  }
  .mid-content {
    padding: 10px 50px;
  }
  .navbar .nav > li > a {
    font-size: 11.9994px;
    padding: 5px 9px;
  }
  #rentcafe_residentportal .portalName:after,
  #rentcafe_onlineleasing .portalName:after {
    font-size: 25.0292px;
  }
  #innerpage #login-links-section {
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #background_slider {
    position: relative;
    margin-bottom: 0;
  }
  #background_slider img {
    position: relative;
    margin-top: 0px;
  }
  .carousel {
    padding: 0;
  }
  #corp_homepage header {
    position: static !important;
  }
  #homepage header,
  #innerpage header,
  #propertydetail header,
  #corp_searchresults header,
  #rentcafe_residentportal header,
  #rentcafe_onlineleasing header {
    position: static !important;
  }
  #innerpage #ctmcontentcontainer,
  #rentcafe_residentportal #ctmcontentcontainer,
  #rentcafe_onlineleasing #ctmcontentcontainer {
    margin-top: 0px;
  }
  #homepage #ctmcontentcontainer,
  #propertydetail #ctmcontentcontainer,
  #corp_searchresults #ctmcontentcontainer {
    margin-top: 0px;
  }
  .navbar .nav > li > a {
    margin: 0;
    padding: 5px 7px;
    font-size: 13px;
  }
  .navbar .nav,
  .navbar .nav > li {
    text-align: right;
    width: 100%;
  }
  #logo-container img {
    max-height: 65px;
    max-width: 170px;
  }
  #corp_homepage #triangle-down {
    margin-bottom: 0;
  }
  .content-section-padding {
    padding: 60px 10px 80px 10px;
  }
  #corp_homepage #RentCafeContent {
    margin-top: 0px;
  }
  .navbar .nav,
  .navbar .nav > li {
    width: auto;
  }
  .navbar .nav > li > a {
    margin: 30px 0;
  }
  h1 {
    font-size: 30.8px;
    line-height: 30.8px;
  }
  h2 {
    font-size: 25.2px;
    line-height: 28.6px;
  }
  h3 {
    font-size: 22.4px;
    line-height: 26.4px;
  }
  h4 {
    font-size: 21px;
    line-height: 26.4px;
  }
  h5 {
    font-size: 19.6px;
    line-height: 22px;
  }
  h6 {
    font-size: 18.2px;
    line-height: 22px;
  }
  .col20,
  .col35,
  .col18,
  .col27 {
    width: 50%;
  }
  #corp_homepage #RentCafeContent {
    margin-top: 0px;
    background: #fff;
  }
  #mid-content-holder h2 {
    padding: 20px 20px 0 50px;
  }
  .mid-content {
    padding: 10px 50px;
  }
  #rentcafe_residentportal .portalName:after,
  #rentcafe_onlineleasing .portalName:after {
    font-size: 25.0292px;
  }
  #innerpage #login-links-section {
    margin-top: 5px;
  }
}
@media (max-width: 1023px) {
  body {
    background: #000;
  }
  #corp_homepage .testimonial-carousel.carousel.slide.col-xs-12:before {
    content: "Testimonials";
    display: block;
    left: 14px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    top: 0px;
  }
  #corp_homepage #ResQuotesWidget {
    margin-left: 0;
  }
  #corp_homepage #testimonial-holder {
    padding-top: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #logo-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  #corp-menu {
    width: 100%;
    float: none;
    margin: 0;
  }
  .navbar {
    text-align: center;
    float: none;
  }
  #navwrapper {
    float: none;
    text-align: center;
  }
  .navbar .nav > li > a {
    margin: 0 0 15px 0;
  }
  .navbar .nav,
  .navbar .nav > li {
    text-align: center;
  }
  #rentcafe_residentportal .portalName:after,
  #rentcafe_onlineleasing .portalName:after {
    font-size: 22.68px;
    float: none;
    padding: 10px;
  }
}
@media (width: 768px) {
  #rentcafe_residentportal .portalName:after,
  #rentcafe_onlineleasing .portalName:after {
    font-size: 22.68px;
  }
}
@media (max-width: 767px) {
  #corp_homepage header {
    position: static !important;
  }
  #homepage header,
  #innerpage header,
  #propertydetail header,
  #corp_searchresults header,
  #rentcafe_residentportal header,
  #rentcafe_onlineleasing header {
    position: static !important;
  }
  #innerpage #ctmcontentcontainer,
  #rentcafe_residentportal #ctmcontentcontainer,
  #rentcafe_onlineleasing #ctmcontentcontainer {
    margin-top: 0px;
  }
  #homepage #ctmcontentcontainer,
  #propertydetail #ctmcontentcontainer,
  #corp_searchresults #ctmcontentcontainer {
    margin-top: 0px;
  }
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  #background_slider {
    position: relative;
    margin-bottom: 0;
  }
  #background_slider img {
    position: relative;
    margin-top: 0px;
  }
  .carousel {
    padding: 0;
  }
  #innerpage #login-links-section {
    margin-top: 5px;
  }
  #innerpage #login-links-section #login-links {
    text-align: center;
  }
  #innerpage #login-links-section #login-links ul li {
    padding: 0 10px;
  }
  #corp_homepage #apt-search {
    padding: 20px;
  }
  #corp_homepage #login-links ul li {
    margin-top: 15px;
  }
  #corp_homepage #triangle-down {
    margin-bottom: 0;
  }
  .content-section-padding {
    padding: 10px;
  }
  #sub-title {
    margin-top: 20px;
  }
  #mid-content-holder {
    text-align: center;
  }
  .col18,
  .col20,
  .col27 {
    display: none;
  }
  .col35 {
    width: 100%;
    height: auto;
  }
  .mid-content {
    padding: 0 20px 20px 20px;
  }
  #mid-content-holder h2 {
    font-size: 19.999px;
    line-height: 20px;
    margin: 0;
    padding: 20px 10px;
  }
  #corp_homepage #triangle-down {
    margin-bottom: 0;
  }
  #corp_homepage #RentCafeContent {
    margin-top: 0px;
    background: #fff;
  }
  #logo-container {
    text-align: center;
  }
  #navwrapper {
    margin-left: 0;
    text-align: left;
    float: none;
  }
  #navwrapper .nav-btn {
    padding: 0px;
    text-align: center;
  }
  #navwrapper .navbar {
    width: 100%;
  }
  #navwrapper .navbar .nav {
    text-align: left;
  }
  #navwrapper .navbar .nav > li {
    text-align: left;
    width: 100%;
  }
  #navwrapper .navbar .nav > li:first-child {
    margin-top: 15px;
  }
  #navwrapper .navbar .nav > li > a {
    margin: 2px 0;
  }
  #navwrapper .btn-navbar {
    float: left;
  }
  h1 {
    font-size: 25.2px;
    line-height: 30.8px;
  }
  h2 {
    font-size: 22.4px;
    line-height: 28.6px;
  }
  h3 {
    font-size: 19.6px;
    line-height: 26.4px;
  }
  h4 {
    font-size: 19.6px;
    line-height: 26.4px;
  }
  h5 {
    font-size: 18.2px;
    line-height: 22px;
  }
  h6 {
    font-size: 16.8px;
    line-height: 22px;
  }
  #corp_homepage #featured {
    padding: 80px 0;
    min-height: 100px;
  }
  #footer {
    padding: 20px 0 10px 0;
  }
  #footer hr {
    width: 95%;
  }
  #footer #address {
    padding: 10px;
  }
  #footer #scroll-top {
    margin-top: 0;
  }
  #footer-text-holder.text-right {
    text-align: left;
  }
  #footer #footer-links ul {
    float: none;
  }
  #footer #footer-links ul li {
    float: none;
    border-right: 0;
    line-height: 20px;
    display: block;
  }
  #footer-text-holder ul {
    margin-left: 10px;
  }
  #footer #address {
    width: 96%;
    margin: 0 auto;
    padding: 10px;
  }
  #footer #address:before {
    padding: 0;
  }
  #footer #scroll-top {
    padding-bottom: 30px;
    margin-top: -35px;
  }
  /*#rentcafe_residentportal .portalName, #rentcafe_onlineleasing .portalName{
	    text-align:center;
	    padding:20px 10px
        &:after{
            font-size:11px;
            float:none;
            padding:10px;
        }
    }*/
  #rentcafe_residentportal .portalName,
  #rentcafe_onlineleasing .portalName {
    text-align: center;
    padding: 20px 10px;
  }
  #rentcafe_residentportal .portalName:after,
  #rentcafe_onlineleasing .portalName:after {
    font-size: 21px;
    float: none;
    padding: 10px;
  }
}
@media (max-width: 568px) {
  #corp_homepage #apt-search input {
    width: 300px;
  }
  #corp_homepage #apt-search .apt-search-btn {
    margin-top: 0px;
  }
  #footer #footer-links ul {
    float: none;
  }
  #footer #footer-links ul li {
    float: none;
    border-right: 0;
    line-height: 20px;
    display: block;
  }
  #footer-text-holder ul {
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  #corp_homepage #apt-search input {
    width: 258px;
  }
  #corp_homepage #apt-search .apt-search-btn {
    margin-top: 0px;
  }
  #corp_homepage .aptsearch-form-holder {
    margin-top: 10px;
  }
}
@media (max-width: 414px) {
  #corp_homepage #apt-search input {
    width: 258px;
    display: block;
  }
  #corp_homepage #apt-search .apt-search-btn {
    margin: 5px auto 0 auto;
    text-align: center;
  }
}
@media (max-width: 414px) {
  #innerpage #login-links-section #login-links {
    font-size: 14.98567px;
  }
  #innerpage #login-links-section #login-links ul li {
    padding: 0 8px;
  }
}

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