.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: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #1a1a1a;
  background-color: url("https://sitemanager.rentcafe.com/Themes/Miera/images/bg-pattern.png?quality=50") repeat #171b2c;
}
a {
  color: #c03258;
}
a:hover,
a:focus {
  color: #171b2c;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 22.5px;
  line-height: 37.5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12.5px 0;
  font-family: inherit;
  font-weight: 300;
  line-height: 25px;
  color: #1a1a1a;
  text-rendering: optimizelegibility;
}
h1,
h2,
h3 {
  line-height: 50px;
}
h1 {
  font-size: 41.25px;
}
h2 {
  font-size: 33.75px;
}
h3 {
  font-size: 26.25px;
}
h4 {
  font-size: 18.75px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 12.75px;
}
h1 small {
  font-size: 26.25px;
}
h2 small {
  font-size: 18.75px;
}
h3 small {
  font-size: 15px;
}
h4 small {
  font-size: 15px;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 25px 0 37.5px;
}
ul,
ol {
  margin: 0 0 12.5px 25px;
}
li {
  line-height: 25px;
}
dl {
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 25px;
}
dd {
  margin-left: 12.5px;
}
.dl-horizontal dt {
  width: 160px;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 25px 0;
  border-top: 1px solid #eeeeee;
}
blockquote {
  margin: 0 0 25px;
}
blockquote p {
  font-size: 18.75px;
}
blockquote small {
  line-height: 25px;
}
address {
  margin-bottom: 25px;
  line-height: 25px;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 13px;
}
pre {
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 14px;
  line-height: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
pre.prettyprint {
  margin-bottom: 25px;
}
form {
  margin: 0 0 25px;
}
legend {
  margin-bottom: 25px;
  font-size: 22.5px;
  line-height: 50px;
}
legend small {
  font-size: 18.75px;
}
label,
input,
button,
select,
textarea {
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
}
input,
button,
select,
textarea {
  font-family: "Roboto", 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: 25px;
  margin-bottom: 12.5px;
  font-size: 15px;
  line-height: 25px;
  -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: #ffffff;
  border: 1px solid #cccccc;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
}
select,
input[type="file"] {
  height: 35px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  line-height: 35px;
}
select {
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.uneditable-input,
.uneditable-textarea {
  background-color: #fcfcfc;
  border-color: #cccccc;
}
.radio,
.checkbox {
  min-height: 25px;
}
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: #eeeeee;
}
.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: 24px 20px 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
}
.help-block,
.help-inline {
  color: #404040;
}
.help-block {
  margin-bottom: 12.5px;
}
.input-append,
.input-prepend {
  margin-bottom: 12.5px;
}
.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: 15px;
}
.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: 25px;
  font-size: 15px;
  line-height: 25px;
}
.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: 12.5px;
}
legend + .control-group {
  margin-top: 25px;
}
.form-horizontal .control-group {
  margin-bottom: 25px;
}
.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: 12.5px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  background-color: transparent;
}
.table {
  margin-bottom: 25px;
}
.table th,
.table td {
  line-height: 25px;
  border-top: 1px solid #dddddd;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: url("https://sitemanager.rentcafe.com/Themes/Miera/images/bg-pattern.png?quality=50") repeat #171b2c;
}
.table-bordered {
  border: 1px solid #dddddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.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: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 11.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  line-height: 25px;
  color: #333333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  background-color: #b83054;
  background-image: -moz-linear-gradient(top, #c03258, #ac2d4f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c03258), to(#ac2d4f));
  background-image: -webkit-linear-gradient(top, #c03258, #ac2d4f);
  background-image: -o-linear-gradient(top, #c03258, #ac2d4f);
  background-image: linear-gradient(to bottom, #c03258, #ac2d4f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc03258', endColorstr='#ffac2d4f', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #b83054;
  background-image: -moz-linear-gradient(top, #c03258, #ac2d4f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c03258), to(#ac2d4f));
  background-image: -webkit-linear-gradient(top, #c03258, #ac2d4f);
  background-image: -o-linear-gradient(top, #c03258, #ac2d4f);
  background-image: linear-gradient(to bottom, #c03258, #ac2d4f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc03258', endColorstr='#ffac2d4f', GradientType=0);
}
.open {
  *z-index: 1000;
}
.dropdown-submenu > a:after {
  border-left-color: #cccccc;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.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: 25px;
}
.btn {
  font-size: 15px;
  line-height: 25px;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #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 #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn-large {
  padding: 22px 30px;
  font-size: 26.25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 12.75px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11.25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #a32b4b;
  background-image: -moz-linear-gradient(top, #a82c4d, #9c2947);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a82c4d), to(#9c2947));
  background-image: -webkit-linear-gradient(top, #a82c4d, #9c2947);
  background-image: -o-linear-gradient(top, #a82c4d, #9c2947);
  background-image: linear-gradient(to bottom, #a82c4d, #9c2947);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa82c4d', endColorstr='#ff9c2947', GradientType=0);
  border-color: #9c2947 #9c2947 #5f192c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #9c2947;
  /* 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: #ffffff;
  background-color: #9c2947;
  *background-color: #88243e;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #731e35 \9;
}
.btn-warning {
  color: #ffffff;
  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: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  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: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  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: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  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: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* 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: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-link {
  color: #c03258;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #171b2c;
}
.btn-toolbar {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 15px;
}
.btn-group > .btn-mini {
  font-size: 11.25px;
}
.btn-group > .btn-small {
  font-size: 12.75px;
}
.btn-group > .btn-large {
  font-size: 26.25px;
}
.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: #9c2947;
}
.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: #222222;
}
.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: 25px;
  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: 25px;
}
.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: 25px;
}
.nav-header {
  line-height: 25px;
}
.nav-list {
  margin-bottom: 0;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background-color: #c03258;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 11.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs > li > a {
  line-height: 25px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: url("https://sitemanager.rentcafe.com/Themes/Miera/images/bg-pattern.png?quality=50") repeat #171b2c;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  background-color: #c03258;
}
.nav .dropdown-toggle .caret {
  border-top-color: #c03258;
  border-bottom-color: #c03258;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #171b2c;
  border-bottom-color: #171b2c;
}
.navbar {
  margin-bottom: 25px;
}
.navbar-inner {
  min-height: 50px;
  background-color: rgba(30, 36, 58, 0.95);
  background-image: -moz-linear-gradient(top, rgba(35, 41, 67, 0.95), rgba(23, 27, 44, 0.95));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(35, 41, 67, 0.95)), to(rgba(23, 27, 44, 0.95)));
  background-image: -webkit-linear-gradient(top, rgba(35, 41, 67, 0.95), rgba(23, 27, 44, 0.95));
  background-image: -o-linear-gradient(top, rgba(35, 41, 67, 0.95), rgba(23, 27, 44, 0.95));
  background-image: linear-gradient(to bottom, rgba(35, 41, 67, 0.95), rgba(23, 27, 44, 0.95));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2232943', endColorstr='#f2171b2c', GradientType=0);
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .brand {
  padding: 12.5px 20px 12.5px;
  color: #171b2c;
  text-shadow: 0 1px 0 rgba(35, 41, 67, 0.95);
}
.navbar-text {
  line-height: 50px;
  color: #171b2c;
}
.navbar-link {
  color: #171b2c;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #c03258;
}
.navbar .divider-vertical {
  height: 50px;
  border-left: 1px solid rgba(23, 27, 44, 0.95);
  border-right: 1px solid rgba(35, 41, 67, 0.95);
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 10px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 10px;
}
.navbar-search {
  margin-top: 10px;
}
.navbar-search .search-query {
  font-family: "Roboto", 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: 12.5px 15px 12.5px;
  color: #171b2c;
  text-shadow: 0 1px 0 rgba(35, 41, 67, 0.95);
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #c03258;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #c03258;
  background-color: transparent;
}
.navbar .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(22, 25, 41, 0.95);
  background-image: -moz-linear-gradient(top, rgba(27, 31, 51, 0.95), rgba(14, 17, 27, 0.95));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(27, 31, 51, 0.95)), to(rgba(14, 17, 27, 0.95)));
  background-image: -webkit-linear-gradient(top, rgba(27, 31, 51, 0.95), rgba(14, 17, 27, 0.95));
  background-image: -o-linear-gradient(top, rgba(27, 31, 51, 0.95), rgba(14, 17, 27, 0.95));
  background-image: linear-gradient(to bottom, rgba(27, 31, 51, 0.95), rgba(14, 17, 27, 0.95));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f21b1f33', endColorstr='#f20e111b', GradientType=0);
  border-color: rgba(14, 17, 27, 0.95) rgba(14, 17, 27, 0.95) rgba(0, 0, 0, 0.95);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: rgba(14, 17, 27, 0.95);
  /* 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: #ffffff;
  background-color: rgba(14, 17, 27, 0.95);
  *background-color: rgba(5, 6, 11, 0.95);
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: rgba(0, 0, 0, 0.95) \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: #ffffff;
}
.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: #ffffff;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #c03258;
  border-bottom-color: #c03258;
}
.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: #c03258;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #171b2c;
  border-bottom-color: #171b2c;
}
.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: #c03258;
  border-bottom-color: #c03258;
}
.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: #999999;
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.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: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  background-color: #515151;
  border-color: #111111;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  background-color: #ffffff;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  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: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  margin: 0 0 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination {
  margin: 25px 0;
}
.pagination ul {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  line-height: 25px;
  background-color: #ffffff;
  border-color: #dddddd;
}
.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: 26.25px;
}
.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: 12.75px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 2px 6px;
  font-size: 11.25px;
}
.pager {
  margin: 25px 0;
}
.tooltip-inner {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > li {
  float: left;
  margin-bottom: 25px;
  margin-left: 20px;
}
.thumbnail {
  line-height: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #c03258;
}
.label,
.badge {
  font-size: 12.69px;
}
.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: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.progress {
  height: 25px;
  margin-bottom: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.accordion {
  margin-bottom: 25px;
}
.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: 35px;
    -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: 25px;
  }
  .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: 25px;
  }
  .navbar-fixed-bottom {
    margin-top: 25px;
  }
  .nav-collapse .nav {
    margin: 0 0 12.5px;
  }
  .nav-collapse .nav .nav-header {
    color: #171b2c;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    color: #171b2c;
  }
  .nav-collapse .btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: rgba(23, 27, 44, 0.95);
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .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: 12.5px 15px;
    margin: 12.5px 0;
    border-top: 1px solid rgba(23, 27, 44, 0.95);
    border-bottom: 1px solid rgba(23, 27, 44, 0.95);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
}
[class*="span"].flush {
  margin-left: 0;
}
.row .span12.flush {
  width: 960px;
}
.row .span11.flush {
  width: 880px;
}
.row .span10.flush {
  width: 800px;
}
.row .span9.flush {
  width: 720px;
}
.row .span8.flush {
  width: 640px;
}
.row .span7.flush {
  width: 560px;
}
.row .span6.flush {
  width: 480px;
}
.row .span5.flush {
  width: 400px;
}
.row .span4.flush {
  width: 320px;
}
.row .span3.flush {
  width: 240px;
}
.row .span2.flush {
  width: 160px;
}
.row .span1.flush {
  width: 80px;
}
.row-fluid .span12.flush {
  width: 102.12765957%;
}
.row-fluid .span11.flush {
  width: 93.61702128%;
}
.row-fluid .span10.flush {
  width: 85.10638298%;
}
.row-fluid .span9.flush {
  width: 76.59574468%;
}
.row-fluid .span8.flush {
  width: 68.08510638%;
}
.row-fluid .span7.flush {
  width: 59.57446809%;
}
.row-fluid .span6.flush {
  width: 51.06382979%;
}
.row-fluid .span5.flush {
  width: 42.55319149%;
}
.row-fluid .span4.flush {
  width: 34.04255319%;
}
.row-fluid .span3.flush {
  width: 25.53191489%;
}
.row-fluid .span2.flush {
  width: 17.0212766%;
}
.row-fluid .span1.flush {
  width: 8.5106383%;
}
html,
body {
  height: 100%;
}
#sf-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
}
#push,
#footer {
  height: 4em;
}
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}
html.lt-ie7 #wrap {
  display: table;
  height: 100%;
}
/****************** Font Import ******************/
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/ZLqKeelYbATG60EpZBSDyxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/oHi30kwQWvpCWqAhzHcCSBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/rGvHdJnr2l75qb0YND9NyBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/mx9Uck6uB63VIKFYnEMXrRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/mbmhprMH69Zi6eEPBYVFhRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJRgVThLs8Y7ETJzDCYFCSLE.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJZiMaisvaUVUsYyVzOmndek.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJbBAWGjcah5Ky0jbCgIwDB8.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJf14vlcfyPYlAcQy2UfDRm4.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJafJul7RR1X4poJgi27uS4w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJavyPXdneeGd26m9EmFSSWg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJUo2lTMeWA_kmIyWrkNCwPc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZjTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZjUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZkbcKLIaa1LC45dFaAfauRA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zmo_sUJ8uO4YLWRInS22T3Y.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zr6up8jxqWt8HVA3mDhkV_0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v11/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v11/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* modify this variable as per theme color */
/*  if required modify this color*/
/*  if required modify this color*/
.primary-color-background {
  background-color: #a82c4d;
  color: #ffffff;
}
.primary-color-text {
  color: #a82c4d;
}
.secondary-color-background {
  background-color: #1a1a1a;
  color: #ffffff;
}
.secondary-color-text {
  color: #1a1a1a;
}
#nudgeMarketWrap .primary-color-background {
  background-color: #c03258;
  color: #ffffff;
}
h1 {
  font-size: 31.5px;
  line-height: 47.5px;
}
h2 {
  font-size: 24px;
  line-height: 35px;
}
h3 {
  font-size: 21px;
  line-height: 32.5px;
}
h4 {
  font-size: 19.5px;
  line-height: 30px;
}
h5 {
  font-size: 18px;
  line-height: 27.5px;
}
h6 {
  font-size: 16.5px;
  line-height: 25px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 27.6px;
    line-height: 46px;
  }
  h2 {
    font-size: 24px;
    line-height: 40px;
  }
  h3 {
    font-size: 20.4px;
    line-height: 34px;
  }
  h4 {
    font-size: 18px;
    line-height: 30px;
  }
  h5 {
    font-size: 17.25px;
    line-height: 28.75px;
  }
  h6 {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 320px) {
  h1 {
    font-size: 22.425px;
    line-height: 37.375px;
  }
  h2 {
    font-size: 21px;
    line-height: 35px;
  }
  h3 {
    font-size: 17.85px;
    line-height: 29.75px;
  }
  h4 {
    font-size: 15.75px;
    line-height: 26.25px;
  }
  h5 {
    font-size: 15.3px;
    line-height: 25.5px;
  }
  h6 {
    font-size: 15px;
    line-height: 25px;
  }
}
.navbar-inner {
  background: none;
  filter: none;
}
#ctmcontentcontainer {
  padding: 0;
}
#ctmcontentcontainer #gallery.carousel {
  height: auto !important;
  width: 100% !important;
}
#ctmcontentcontainer #gallery img {
  max-height: 750px;
  max-width: 100%;
}
#homepage .mainnav ul li ul,
#innerpage .mainnav ul li ul {
  position: absolute;
  display: none;
  visibility: visible;
  z-index: 10000;
  top: 100%;
  width: auto;
  margin: 0;
  background-color: #c03258;
}
#homepage .mainnav ul li ul li,
#innerpage .mainnav ul li ul li {
  display: block;
}
#homepage .mainnav ul li.mainnavlink ul li a,
#innerpage .mainnav ul li.mainnavlink ul li a,
#homepage .mainnav ul li.mainnavlinkactive ul li a,
#innerpage .mainnav ul li.mainnavlinkactive ul li a {
  display: block;
  padding: 8px 25px;
  border-bottom: 1px solid #d25375;
}
#homepage .mainnav ul li.mainnavlink ul li a:link,
#innerpage .mainnav ul li.mainnavlink ul li a:link,
#homepage .mainnav ul li.mainnavlink ul li a:visited,
#innerpage .mainnav ul li.mainnavlink ul li a:visited,
#homepage .mainnav ul li.mainnavlinkactive ul li a:link,
#innerpage .mainnav ul li.mainnavlinkactive ul li a:link,
#homepage .mainnav ul li.mainnavlinkactive ul li a:visited,
#innerpage .mainnav ul li.mainnavlinkactive ul li a:visited {
  color: #ffffff;
  display: block;
  font-size: 13px;
  line-height: 25px;
}
#homepage .mainnav ul li.mainnavlink ul li a:hover,
#innerpage .mainnav ul li.mainnavlink ul li a:hover,
#homepage .mainnav ul li.mainnavlinkactive ul li a:hover,
#innerpage .mainnav ul li.mainnavlinkactive ul li a:hover {
  color: #ffffff;
  background-color: #982745;
  border-bottom: 1px solid #d25375;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 770px) {
  #homepage .mainnav ul li ul,
  #innerpage .mainnav ul li ul {
    position: relative;
    background-color: transparent;
    z-index: 10000;
  }
  #homepage .mainnav ul li.mainnavlink ul li a,
  #innerpage .mainnav ul li.mainnavlink ul li a,
  #homepage .mainnav ul li.mainnavlinkactive ul li a,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a {
    border-bottom: none;
    font-size: 12px;
    color: #d7d7d7;
  }
  #homepage .mainnav ul li.mainnavlink ul li a:link,
  #innerpage .mainnav ul li.mainnavlink ul li a:link,
  #homepage .mainnav ul li.mainnavlink ul li a:visited,
  #innerpage .mainnav ul li.mainnavlink ul li a:visited,
  #homepage .mainnav ul li.mainnavlinkactive ul li a:link,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a:link,
  #homepage .mainnav ul li.mainnavlinkactive ul li a:visited,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a:visited {
    color: #d7d7d7;
    font-size: 12px;
  }
  #homepage .mainnav ul li.mainnavlink ul li a:hover,
  #innerpage .mainnav ul li.mainnavlink ul li a:hover,
  #homepage .mainnav ul li.mainnavlinkactive ul li a:hover,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a:hover {
    color: #ffffff;
    border-bottom: none;
    background-color: #4d4d4d;
  }
}
#innerpage .tabs-left > .nav-tabs .active > a,
#rentcafe_residentportal .tabs-left > .nav-tabs .active > a,
#rentcafe_onlineleasing .tabs-left > .nav-tabs .active > a,
#rentcafe_landlordportal .tabs-left > .nav-tabs .active > a,
#rentcafe_studentguarantorportal .tabs-left > .nav-tabs .active > a,
#innerpage .tabs-left > .nav-tabs .active > a:hover,
#rentcafe_residentportal .tabs-left > .nav-tabs .active > a:hover,
#rentcafe_onlineleasing .tabs-left > .nav-tabs .active > a:hover,
#rentcafe_landlordportal .tabs-left > .nav-tabs .active > a:hover,
#rentcafe_studentguarantorportal .tabs-left > .nav-tabs .active > a:hover,
#innerpage .tabs-left > .nav-tabs .active > a:focus,
#rentcafe_residentportal .tabs-left > .nav-tabs .active > a:focus,
#rentcafe_onlineleasing .tabs-left > .nav-tabs .active > a:focus,
#rentcafe_landlordportal .tabs-left > .nav-tabs .active > a:focus,
#rentcafe_studentguarantorportal .tabs-left > .nav-tabs .active > a:focus,
#innerpage .nav-tabs > .active > a,
#rentcafe_residentportal .nav-tabs > .active > a,
#rentcafe_onlineleasing .nav-tabs > .active > a,
#rentcafe_landlordportal .nav-tabs > .active > a,
#rentcafe_studentguarantorportal .nav-tabs > .active > a,
#innerpage .nav-tabs > .active > a:hover,
#rentcafe_residentportal .nav-tabs > .active > a:hover,
#rentcafe_onlineleasing .nav-tabs > .active > a:hover,
#rentcafe_landlordportal .nav-tabs > .active > a:hover,
#rentcafe_studentguarantorportal .nav-tabs > .active > a:hover,
#innerpage .nav-tabs > .active > a:focus,
#rentcafe_residentportal .nav-tabs > .active > a:focus,
#rentcafe_onlineleasing .nav-tabs > .active > a:focus,
#rentcafe_landlordportal .nav-tabs > .active > a:focus,
#rentcafe_studentguarantorportal .nav-tabs > .active > a:focus {
  background-color: #ffffff !important;
}
.nav-list {
  padding-left: 0;
}
.nav-list > li > a {
  text-shadow: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
#rsLeftSection {
  float: none;
}
#rentcafe_onlineleasing #ctmcontentcontainer,
#rentcafe_residentportal #ctmcontentcontainer,
#rentcafe_landlordportal #ctmcontentcontainer,
#rentcafe_studentguarantorportal #ctmcontentcontainer,
#rentcafe_onlineleasing #main-content,
#rentcafe_residentportal #main-content,
#rentcafe_landlordportal #main-content,
#rentcafe_studentguarantorportal #main-content {
  overflow: visible;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .navbar-inner,
#rentcafe_residentportal #ctmcontentcontainer .navbar .navbar-inner,
#rentcafe_landlordportal #ctmcontentcontainer .navbar .navbar-inner,
#rentcafe_studentguarantorportal #ctmcontentcontainer .navbar .navbar-inner {
  min-height: 40px;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav li,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav li,
#rentcafe_landlordportal #ctmcontentcontainer .navbar .nav li,
#rentcafe_studentguarantorportal #ctmcontentcontainer .navbar .nav li {
  padding: 0;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > li > a:hover,
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > li > a:focus,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > li > a:hover,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > li > a:focus,
#rentcafe_landlordportal #ctmcontentcontainer .navbar .nav > li > a:hover,
#rentcafe_landlordportal #ctmcontentcontainer .navbar .nav > li > a:focus,
#rentcafe_studentguarantorportal #ctmcontentcontainer .navbar .nav > li > a:hover,
#rentcafe_studentguarantorportal #ctmcontentcontainer .navbar .nav > li > a:focus {
  color: #bd9226;
  text-shadow: none;
  background-color: transparent;
  border-width: 0;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > .active > a,
#rentcafe_onlineleasing #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:hover,
#rentcafe_onlineleasing #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:focus,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > .active > a,
#rentcafe_residentportal #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:hover,
#rentcafe_residentportal #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:focus,
#rentcafe_landlordportal #ctmcontentcontainer .navbar .nav > .active > a,
#rentcafe_landlordportal #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:hover,
#rentcafe_landlordportal #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:focus,
#rentcafe_studentguarantorportal #ctmcontentcontainer .navbar .nav > .active > a,
#rentcafe_studentguarantorportal #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:hover,
#rentcafe_studentguarantorportal #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:focus {
  color: #333333;
  text-shadow: none;
  background-color: #eeeeee;
  border-width: 0;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > .active > a:hover,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > .active > a:hover,
#rentcafe_landlordportal #ctmcontentcontainer .navbar .nav > .active > a:hover,
#rentcafe_studentguarantorportal #ctmcontentcontainer .navbar .nav > .active > a:hover {
  color: #000000;
  background-color: #eeeeee;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav li a,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav li a,
#rentcafe_landlordportal #ctmcontentcontainer .navbar .nav li a,
#rentcafe_studentguarantorportal #ctmcontentcontainer .navbar .nav li a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 21px;
}
#rentcafe_onlineleasing .navbar ul.nav i,
#rentcafe_residentportal .navbar ul.nav i,
#rentcafe_landlordportal .navbar ul.nav i,
#rentcafe_studentguarantorportal .navbar ul.nav i {
  line-height: 12px;
}
#rentcafe_onlineleasing .navbar .nav li.dropdown > a:hover .caret,
#rentcafe_residentportal .navbar .nav li.dropdown > a:hover .caret,
#rentcafe_landlordportal .navbar .nav li.dropdown > a:hover .caret,
#rentcafe_studentguarantorportal .navbar .nav li.dropdown > a:hover .caret {
  border-bottom-color: #333;
  border-top-color: #333;
}
#rentcafe_residentportal .navbar .nav > li > .dropdown-menu:after,
#rentcafe_onlineleasing .navbar .nav > li > .dropdown-menu:after,
#rentcafe_landlordportal .navbar .nav > li > .dropdown-menu:after,
#rentcafe_studentguarantorportal .navbar .nav > li > .dropdown-menu:after {
  border-bottom-color: #3a8eae !important;
  border-top-color: #3a8eae !important;
}
#rentcafe_residentportal .dropdown-menu,
#rentcafe_onlineleasing .dropdown-menu,
#rentcafe_landlordportal .dropdown-menu,
#rentcafe_studentguarantorportal .dropdown-menu {
  border-bottom: 2px solid #555555;
  border-top: 2px solid #3a8eae;
}
#rentcafe_residentportal .dropdown-menu li > a,
#rentcafe_onlineleasing .dropdown-menu li > a,
#rentcafe_landlordportal .dropdown-menu li > a,
#rentcafe_studentguarantorportal .dropdown-menu li > a {
  background-color: #ffffff;
  color: #555555;
}
#rentcafe_residentportal .dropdown-menu li > a:hover,
#rentcafe_residentportal .dropdown-menu li > a:focus,
#rentcafe_residentportal .dropdown-submenu:hover > a,
#rentcafe_onlineleasing .dropdown-menu li > a:hover,
#rentcafe_onlineleasing.dropdown-menu li > a:focus,
#rentcafe_onlineleasing .dropdown-submenu:hover > a,
#rentcafe_landlordportal .dropdown-menu li > a:hover,
#rentcafe_landlordportal.dropdown-menu li > a:focus,
#rentcafe_landlordportal .dropdown-submenu:hover > a,
#rentcafe_studentguarantorportal .dropdown-menu li > a:hover,
#rentcafe_studentguarantorportal.dropdown-menu li > a:focus,
#rentcafe_studentguarantorportal .dropdown-submenu:hover > a {
  background-color: #eeeeee;
  color: #555555;
}
#workflowStepsWrap .ole-scroller,
#workflowStepsWrap .ole-menu-main,
#workflowStepsWrap .ole-menu-main ul {
  background-color: #060b1b;
}
#workflowStepsWrap .ole-menu-wrapper,
#workflowStepsWrap .ole-menu-main li.ole-trigger {
  box-shadow: 0 0 5px #000000;
}
#workflowStepsWrap .ole-menu-main a {
  color: #ffffff;
}
#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: #36383e;
  color: #ffffff;
}
#workflowStepsWrap .done,
#workflowStepsWrap .done a {
  color: #ffffff;
}
#workflowStepsWrap .current,
#workflowStepsWrap .current a {
  background-color: #c03258;
  color: #ffffff;
}
#workflowStepsWrap .current a:hover {
  background-color: #d25375;
  color: #ffffff;
}
#workflowStepsWrap .current:after {
  color: #ffffff;
}
#workflowStepsWrap .ole-menu-main .tbd a:hover {
  color: #ffffff;
  background-color: #36383e;
}
#workflowStepsWrap .ole-menu-main > li {
  border-right: 1px solid #0d193c;
}
#workflowStepsWrap .ole-menu-main > li:last-child {
  border-left: 1px solid #0d193c;
}
#workflowStepsWrap .ole-menu-wrapper {
  border-top: 1px solid #0d193c;
}
#workflowStepsWrap .ole-menu {
  border-bottom: 1px solid #0d193c;
}
#workflowStepsWrap .ole-menu li:not(:first-child),
#workflowStepsWrap .ole-menu li li {
  box-shadow: 0 1px #0d193c inset;
}
#workflowStepsWrap .ole-menu-main li.ole-trigger {
  background-color: #060b1b;
}
#workflowStepsWrap .ole-icon-menu:before {
  color: #ffffff;
}
#workflowStepsWrap .done:after,
#workflowStepsWrap .done:hover:after {
  color: #6c7e0b;
}
#ResServicesContent ul.nav li {
  background-color: transparent;
  margin-bottom: -1px;
}
#rentcafe_residentportal .nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
#rentcafe_residentportal .nav-tabs > .active > a:focus,
#rentcafe_landlordportal .nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
#rentcafe_landlordportal .nav-tabs > .active > a:focus,
#rentcafe_studentguarantorportal .nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
#rentcafe_studentguarantorportal .nav-tabs > .active > a:focus {
  background-color: #ffffff;
}
#ApplicantInformation .ApplicantInfoHeader,
#ApplicantInformation .ApplicantInfoSection h2,
#PetsInformationDiv h2,
#VehicleInformationDiv h2 {
  background-color: #555555;
  color: #ffffff;
  border-width: 0;
  padding-left: 10px;
}
.section-header {
  background-color: #555555;
  color: #ffffff;
  border-width: 0;
  font-size: 18px;
  display: block;
  margin: 40px 0 30px 0;
  padding: 10px;
  position: relative;
}
#rentcafe_residentportal .nav-tabs.nav-stacked > li > a:hover,
#rentcafe_landlordportal .nav-tabs.nav-stacked > li > a:hover,
#rentcafe_studentguarantorportal .nav-tabs.nav-stacked > li > a:hover {
  background-color: #eeeeee;
  color: #c03258;
}
.table-header {
  background-color: #3a8eae !important;
  color: #ffffff;
}
.widgets {
  background-color: none !important;
  margin-top: 0;
  padding-bottom: 15px;
}
.ehColor {
  fill: #ffffff;
}
.btn-primary {
  color: #ffffff;
}
body#innerpage {
  background: url("https://sitemanager.rentcafe.com/Themes/Miera/images/bg-pattern.png?quality=50") repeat #171b2c;
}
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;
}
.logo-nav-holder {
  left: 0;
  margin-bottom: 0;
  right: 0;
  width: 100%;
  z-index: 11;
}
.fixed {
  animation: 0.3s ease-out 0s normal none 1 running moveFromTop;
  height: auto;
  position: fixed !important;
  margin-top: 0px;
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
header {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 25px;
}
#homepage header {
  position: absolute;
  width: 100%;
  z-index: 1000;
}
#logo-container {
  height: 80px;
  position: relative;
  text-align: center;
}
#logo-container img {
  max-height: 70px;
  max-width: 165px;
  width: auto;
  height: auto;
  padding: 5px 0px;
  position: relative;
  top: 50%;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Safari */
  transform: translate(0, -50%);
}
#homepage #ctmcontentcontainer {
  color: #cccccc;
  padding: 50px;
  background: none;
}
#homepage #ctmcontentcontainer a,
#homepage #ctmcontentcontainer a:link {
  color: #c03258;
}
#homepage #ctmcontentcontainer a:hover,
#homepage #ctmcontentcontainer a:focus {
  color: #bd9226;
}
#homepage .marketing-section3,
#homepage .testimonial-section {
  background: #ffffff;
}
#ctmcontentcontainer {
  padding: 15px 15px 50px 15px;
}
.banner-tagline-holder {
  position: relative;
}
#homepage #banner {
  min-height: 800px;
  max-height: 800px;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#homepage #banner img {
  width: 100%;
}
#homepage #banner .carousel-control {
  border: 0px solid transparent;
  background: none;
  z-index: 10;
}
#homepage #banner .icon-angle-right:before,
#homepage #banner .icon-angle-left::before {
  text-shadow: 1px 1px 1px #000000;
}
#homepage #banner .carousel-indicators {
  display: none;
  top: 7px;
}
.tagline-section {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-family: "Roboto Slab", serif;
  color: #ffffff;
}
#homepage #tagline {
  font-size: 50px;
  line-height: 66px;
  padding: 0;
}
#homepage #tagline:before {
  border-bottom: 1px solid #ffffff;
}
#tagline {
  font-size: 30px;
  line-height: 66px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px 1px #000000;
  color: #ffffff;
  padding: 30px 0px 10px 0;
}

#homepage #apldiv {
  margin: 40px 0 15px 0;
}
#homepage #apldiv a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    background: rgba(23, 27, 44, 0.5);
    padding: 10px 20px;
    font-weight: bold;
}

#homepage #apldiv a:hover:before {
  color: #e1be68;
}
#innerpage #apldiv {
  color: #ffffff;
  background: #05060b;
  border: 1px solid #61646f;
  -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;
  padding: 0;
}
#innerpage #apldiv:hover {
  background: #c03258;
  border: 1px solid #982745;
}
#innerpage #apldiv a {
  color: #ffffff;
  padding: 0px 20px;
}
#innerpage #apldiv a:before {
  font-size: 15px;
  line-height: 25px;
  content: "Applicants";
  text-transform: uppercase;
}
#innerpage #rpdiv {
  color: #ffffff;
  background: #05060b;
  border: 1px solid #61646f;
  -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;
  padding: 0;
}
#innerpage #rpdiv:hover {
  background: #c03258;
  border: 1px solid #982745;
}
#innerpage #rpdiv a {
  color: #ffffff;
  padding: 0px 20px;
}
#innerpage #rpdiv a:before {
  font-size: 15px;
  line-height: 25px;
  content: "Residents";
  text-transform: uppercase;
}
.callus-holder {
  font-family: "Roboto Slab", serif;
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
}
#homepage .callus-holder {
  margin-bottom: 100px;
}
#innerpage .callus-holder {
  margin: 15px 5px;
}
#innerpage .callus-holder ul li {
  line-height: 40px;
  margin-top: 15px;
}
#apt-search {
  background: #c03258;
  padding: 7px 10px;
  border: 1px solid #982745;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}
#apt-search:hover {
  background: #982745;
}
#apt-search a {
  display: block;
}
#apt-search a:before {
  content: "Check Availability";
  color: #ffffff;
  display: block;
}
#call-us {
  background: rgba(0, 0, 0, 0.6);
  padding: 7px 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-left: 0px;
  margin-left: -4px;
}
#call-us .phone-number {
  font-size: 19px;
  line-height: 25px;
}
#call-us .phone-number a {
  color: #ffffff;
}
#call-us .callustext {
  display: none;
}
#innerpage #call-us {
  background: none;
  border: 0;
}
#homepage .social-holder {
  margin-top: -55px;
  background: rgba(23, 27, 44, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  text-align: center;
}
.social-holder {
  text-align: center;
}
#homepage .content-holder {
  background: #171b2c url("https://sitemanager.rentcafe.com/Themes/Miera/images/bg-pattern.png?quality=50") repeat;
  text-align: center;
  min-height: 200px;
  position: relative;
  margin: 0;
}
.content-holder {
  background: #ffffff;
  min-height: 600px;
}
.top-social-media a:before {
  background: none;
  font-size: 14px;
  height: 28px;
  transition: background 0.2s ease 0s;
  width: 28px;
}
.other-social-wrap ul li {
  padding: 0px 6px;
}
.other-social-wrap {
  display: inline-block;
  position: relative;
}
.top-social-media .other-social-wrap:before {
  border-bottom: 1px solid #ffffff;
  content: "";
  display: inline-block;
  width: 80px;
  position: absolute;
  left: 10px;
  margin: 18px 0 0 -100px;
}
.top-social-media .other-social-wrap:after {
  border-bottom: 1px solid #ffffff;
  content: "";
  display: inline-block;
  width: 80px;
  position: absolute;
  right: 10px;
  margin: -20px -100px -20px 0;
}
.socialmedia-icons {
  margin: 5px;
}
.marketing-section {
  position: absolute;
  width: 100%;
  z-index: 10;
}
#innerpage .marketing-section {
  z-index: 1;
}
.marketingbg-strip {
  background: #000;
  position: relative;
  height: 60px;
}
.grow {
  height: 60px;
  /* Origional height */
  position: relative;
  /* Just for presentation (Not required) */
  transition: height 0.5s;
  /* Animation time */
  -webkit-transition: height 0.5s;
  /* For Safari */
  overflow: hidden;
}
.grow:hover {
  height: 210px;
  /* This is the height on hover */
}
.marketing-heading {
  color: #ffffff;
  font-size: 20.3565px;
  font-weight: 300;
  line-height: 59.0909px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  height: 60px;
  text-align: center;
}
.marketing-content {
  padding: 20px;
  color: #ffffff;
  text-align: center;
  cursor: default;
}
.marketing-content a,
.marketing-content a:link {
  color: #ffffff;
}
.marketing-content a:hover {
  color: #000000;
}
.marketing-col1 {
  background: rgba(58, 142, 174, 0.9);
}
.marketing-col1 .marketing-heading1:before {
  
}
.marketing-col1 .marketing-content1:before {
  
}
.marketing-col2 {
  background: rgba(192, 50, 88, 0.9);
}
.marketing-col2 .marketing-heading2:before {
  
}
.marketing-col2 .marketing-content2:before {
 
}
.marketing-col3 {
  background: rgba(189, 146, 38, 0.9);
}
.marketing-col3 .marketing-heading3:before {

}
.marketing-col3 .text-line1:before {
  
}
.marketing-section2 {
  background-image: url("../images/Houston sky1.jpg?crop=(0,0,300,73)&cropxunits=300&cropyunits=73&mode=crop&scale=both");
  height: 165px;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 1;
  padding: 200px 0 100px;
  text-align: center;
  color: #ffffff;
}
.marketing-section2:after {
  background-color: rgba(23, 27, 44, 0.6);
  content: "";
  display: block;
  height: 670px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.marketing-section2-lines {
  position: relative;
  display: inline-block;
}
.marketing-section2-lines:before {
  display: none;
}
.marketing-section2-lines:after {
  display: none;
}
.group {
  display: table;
  width: 100%;
}
.line {
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  position: relative;
  top: -0.7em;
  width: 100px;
}
.marketing-section2-heading {
  height: auto;
  display: inline-block;
  padding: 0 10px;
  width: auto;
}
.marketing-section2-heading {
  
  color: #ffffff;
  font-size: 32.14275px;
  font-weight: 400;
  line-height: 43.1818px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.marketing-section2-content {
  padding: 10px;
}

.marketing-section3 img {
  width: 100%;
}
.middle-column {
  width: 36%;
  float: left;
}
.corner-column {
  width: 32%;
  float: left;
}
.marketing-section3-bg {
  background: #c03258;
  height: 355px;
  overflow: hidden;
  text-align: center;
  padding: 35px 20px;
  color: #ffffff;
}
.marketing-section3-lines {
  position: relative;
  display: inline-block;
}
.marketing-section3-lines:before {
  display: none;
}
.marketing-section3-lines:after {
  display: none;
}
.marketing-section3-lines .line {
  width: 55px;
}
.marketing-section3-heading {
  height: 70px;
  height: auto;
  display: inline-block;
  width: auto;
}
.marketing-section3-heading:before {
  content: "Our Amenities";
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  text-align: center;
}
.marketing-section3-content {
  padding: 8px 0;
}
.marketing-section3-content a {
  display: none;
}
.marketing-section3-content:before {
  content: "Amenities are designed to provide the ultimate in style, convenience and comfort for our apartment residents.";
  color: rgba(255, 255, 255, 0.6);
}
.marketing-section3-btn {
  margin-top: 10px;
  text-transform: uppercase;
}
.marketing-section3-btn a.btn:before {
  content: "VIEW ALL";
}
.marketing-section3-content ul {
  margin: 0;
  height: 100px;
  overflow: hidden;
}
.marketing-section3-content ul li {
  margin: 9px 0px 0px 0px;
  list-style-type: none;
}
.marketing-section3-tagline {
  text-align: center;
  padding: 14px 10px;
}
.marketing-section3-tagline:before {
  content: "Our Residents";
  display: block;
  font-size: 28.000005px;
  font-weight: 400;
  color: #171b2c;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  line-height: 45.454525px;
}
.marketing-section3-tagline:after {
  content: "Love Living Here";
  display: block;
  font-size: 37.5px;
  font-weight: 300;
  color: #c03258;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  line-height: 45.454525px;
}
.left-img-bg {
  height: 545px;
  background-image: url("../images/IMG_6828.jpg?crop=(0,0,300,290)&cropxunits=300&cropyunits=290&mode=crop&scale=both");
  background-size: cover !important;
  background-position: center top;
  background-repeat: no-repeat;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+, IE10 */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.left-img-bg:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
.right-img-bg {
  height: 545px;
  background-image: url("../images/IMG_6805.jpg?crop=(0,0,300,291)&cropxunits=300&cropyunits=291&mode=crop&scale=both");
  background-size: cover !important;
  background-position: center top;
  background-repeat: no-repeat;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+, IE10 */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.right-img-bg:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
#homepage #ResQuotesWidget {
  margin: 50px 0;
  text-align: center;
}
#homepage #ResQuotesWidget h2 {
  display: none;
}
#homepage #ResQuotesWidget .icon-quote-left {
  display: block;
  font-size: 52.5px;
  line-height: 68.18px;
  color: #eeeeee;
}
#homepage #ResQuotesWidget .icon-quote-right {
  display: none;
}
.photogallery-contact-section {
  background-image: url("../images/bg-img-2.jpg?quality=50");
  /*fallback*/
  background-image: linear-gradient(bottom, rgba(23, 27, 44, 0.9), rgba(23, 27, 44, 0.9)), url("../images/bg-img-2.jpg?quality=50");
  background-image: -o-linear-gradient(bottom, rgba(23, 27, 44, 0.9), rgba(23, 27, 44, 0.9)), url("../images/bg-img-2.jpg?quality=50");
  background-image: -moz-linear-gradient(bottom, rgba(23, 27, 44, 0.9), rgba(23, 27, 44, 0.9)), url("../images/bg-img-2.jpg?quality=50");
  background-image: -webkit-linear-gradient(bottom, rgba(23, 27, 44, 0.9), rgba(23, 27, 44, 0.9)), url("../images/bg-img-2.jpg?quality=50");
  background-image: -ms-linear-gradient(bottom, rgba(23, 27, 44, 0.9), rgba(23, 27, 44, 0.9)), url("../images/bg-img-2.jpg?quality=50");
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}
.colored-strip {
  background: #3a8eae;
  background-image: -webkit-linear-gradient(left, #3a8eae, #3a8eae 20%, #c03258 20%, #c03258 40%, #bd9226 40%, #bd9226 60%, #94c16c 60%, #94c16c 80%, #3a8eae 80%, #3a8eae);
  background-image: -moz-linear-gradient(left, #3a8eae, #3a8eae 20%, #c03258 20%, #c03258 40%, #bd9226 40%, #bd9226 60%, #94c16c 60%, #94c16c 80%, #3a8eae 80%, #3a8eae);
  background-image: -o-linear-gradient(left, #3a8eae, #3a8eae 20%, #c03258 20%, #c03258 40%, #bd9226 40%, #bd9226 60%, #94c16c 60%, #94c16c 80%, #3a8eae 80%, #3a8eae);
  background-image: linear-gradient(to right, #3a8eae, #3a8eae 20%, #c03258 20%, #c03258 40%, #bd9226 40%, #bd9226 60%, #94c16c 60%, #94c16c 80%, #3a8eae 80%, #3a8eae);
}
.colored-strip {
  height: 5px;
  margin: 0;
}
.address-lines .line {
  width: 80px;
}
.address-lines:before {
  display: none;
}
.address-lines:after {
  display: none;
}
.address-heading {
  display: inline-block;
  padding: 0 10px;
  width: auto;
  height: auto;
}
.address-heading:before {
  content: "Visit Us";
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  line-height: 59.0909px;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  text-align: center;
}
.address-holder .phoneNumber {
  display: none;
}
.address-holder {
  padding-top: 60px;
}
.social-phone-holder #footer-call-us {
  background: none;
  border: 0;
  padding: 20px 70px;
}
.social-phone-holder #footer-call-us:before {
  content: "Call Us";
  color: #ffffff;
  font-size: 21.428565px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  text-align: center;
}
.social-phone-holder #footer-call-us a {
  color: #ffffff;
}
.social-phone-holder #footer-call-us .phone-number:before {
  font-size: 21.428565px;
}
.social-phone-holder #footer-call-us .callustext {
  display: none;
}
.footer-social-media a:before {
  background: #171b2c;
  font-size: 18px;
  height: 30px;
  width: 30px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
}
.footer-social-media a:hover:before {
  color: #ffffff;
}
.footer-social-media .other-social-wrap {
  padding: 20px 70px;
}
.footer-social-media .other-social-wrap:before {
  content: "Connect";
  color: #ffffff;
  font-size: 21.428565px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  text-align: center;
}
footer {
  background: #0e111b;
  height: auto;
  color: #ffffff;
  padding: 30px 0 20px 0;
  position: relative;
  z-index: 11;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 13.635px;
}
footer #footer-links {
  color: #ffffff;
  margin-top: 15px;
}
footer #footer-links ul {
  list-style: none;
  margin-left: 0;
}
footer #footer-links ul li {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 5px;
  text-transform: uppercase;
  border-right: 1px solid #ffffff;
}
footer #footer-links ul li a:link,
footer #footer-links ul li a:visited {
  color: #ffffff;
  text-decoration: none;
}
footer #footer-links ul li a:hover {
  color: #c03258;
}
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: -40px;
}
footer #scroll-top a:before {
  color: #ffffff;
  content: "\f106";
  font-family: fontAwesome;
  font-size: 28px;
}
footer #scroll-top a:before:hover {
  color: #3a8eae;
}
footer #scroll-top a {
  background: #171b2c;
  background-repeat: repeat-x;
  height: 30px;
  padding: 11px 8px 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
footer #scroll-top a:hover {
  background: #05060b;
}
/*--------------------------Scroll to top Section ends------------------------------------*/
strong,
.table th {
  font-weight: 500;
}
.btn {
  background-image: none;
}
.btn-primary,
.btn-primary:focus {
  -webkit-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  font-weight: 300;
  background-image: none;
  border-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
}
.btn-primary:hover {
  background: #81122f;
}
.btn .caret {
  margin-top: 11px;
}
#FacepileAndTestimonials {
  padding-top: 30px;
}
#RentCafeContent {
  padding-bottom: 30px;
}
a:hover {
  text-decoration: none;
}
#homepage h1 {
  font-family: "Roboto Slab", serif;
  font-size: 34.2855px;
  line-height: 37.5px;
  text-transform: uppercase;
  color: #cccccc;
}
h1 {
  font-size: 32.1px;
  line-height: 37.5px;
  text-transform: uppercase;
}
#innerpage h1 {
  padding-bottom: 10px;
}
h2 {
  font-size: 22.9275px;
  line-height: 27.25px;
  text-transform: uppercase;
}
h3 {
  font-size: 19.5px;
  line-height: 27.272725px;
  text-transform: uppercase;
}
h4 {
  font-size: 18px;
  line-height: 25px;
}
h5 {
  font-size: 16.5px;
  line-height: 25px;
}
h6 {
  font-size: 15.75px;
  line-height: 25px;
}
#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: "Lato", sans-serif;
  font-size: 12.49999995px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 28px 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;
  padding: 25px 15px;
  border-bottom: 3px solid #c03258;
  border-top: 3px solid #c03258;
}
.navbar .nav > .active:after {
  font-size: 30px;
  line-height: 25px;
  position: relative;
  bottom: -25px;
  margin-top: -40px;
  text-indent: -8px;
  left: 50% ;
}
.navbar .nav > .active:hover:after {
  content: none;
}
#navwrapper .nav-btn {
  padding: 40px 15px 2px 15px;
  color: #171b2c;
  font-size: 16.065px;
  text-transform: uppercase;
  text-align: right;
}
#navwrapper .navbar .navbar-inner {
  min-height: 30px;
  box-shadow: none;
  padding: 0px;
  border: none;
  background-image: none;
}
.js-ready .offcanvas_navbar {
  background: #060b1b;
}
.offcanvas_navbar li.active:not(.hasActiveChild) > a {
  background: #c03258;
}
.offcanvas_navbar li a {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
#workflowStepsWrap .ole-menu-main,
#workflowStepsWrap .ole-menu-main ul {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
#workflowStepsWrap .ole-icon:before {
  font-family: "Lato", sans-serif;
  font-size: 15px;
}
#workflowStepsWrap .ole-icon-menu:before {
  font-family: fontAwesome;
  font-size: 30px;
}
#rentcafe_residentportal #MenuButtonHolder .nav-btn {
  background: rgba(23, 27, 44, 0.95);
  color: #171b2c;
}
#rentcafe_residentportal .portal-name {
  text-align: right;
  width: 100%;
  padding: 21px 0;
}
#rentcafe_residentportal .portal-name:after {
  content: "Resident Portal";
  font-size: 25.00000001px;
  line-height: 37.5px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-family: "Roboto Slab", serif;
  color: #000000;
}
#rentcafe_onlineleasing .portal-name {
  text-align: right;
  width: 100%;
  padding: 21px 0;
}
#rentcafe_onlineleasing .portal-name:after {
  content: "Online Application";
  font-size: 25.00000005px;
  line-height: 37.5px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-family: "Roboto Slab", serif;
  color: #000000;
}
#rentcafe_residentportal,
#rentcafe_onlineleasing {
  background: #ffffff;
}
#rentcafe_residentportal header,
#rentcafe_onlineleasing header {
  margin-top: 0;
  background: #eeeeee;
  padding: 10px 0px;
}
#rentcafe_residentportal #logo-container,
#rentcafe_onlineleasing #logo-container {
  text-align: left;
}
#rentcafe_residentportal .navbar,
#rentcafe_onlineleasing .navbar {
  float: none;
}
#rentcafe_residentportal .navbar .nav > li > a,
#rentcafe_onlineleasing .navbar .nav > li > a {
  font-weight: 400;
  letter-spacing: 0;
}
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav li a,
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav li a {
  font-size: 14px;
}
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > li > a:hover,
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > li > a:hover,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > li > a:focus,
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > li > a:focus,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > li > a:hover,
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > li > a:hover,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > li > a:focus,
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > li > a:focus {
  color: #c03258;
}
#rentcafe_residentportal footer,
#rentcafe_onlineleasing footer {
  padding: 0;
}
#rentcafe_residentportal .colored-strip,
#rentcafe_onlineleasing .colored-strip {
  margin: 0 0 10px 0;
}
#rentcafe_residentportal #nav .nav-btn {
  background: #eeeeee;
  padding: 7px;
}
@media only screen and (max-height: 768px) {
  #homepage #banner {
    left: 0;
    max-height: 711px;
    min-height: 711px;
  }
}
@media (max-width: 1024px) {
  .marketing-content {
    padding: 5px;
  }
  #homepage #ResQuotesWidget {
    margin: 20px 0px;
  }
  .marketing-section2 {
    height: auto;
    padding: 150px 0 100px;
  }
  #homepage #ctmcontentcontainer {
    padding: 15px;
  }
  #homepage .testimonial-section {
    display: none;
  }
  #homepage h1 {
    font-size: 25.9999995px;
    line-height: 34.0909px;
  }
  h1 {
    font-size: 28px;
    line-height: 31.818175px;
  }
  h2 {
    font-size: 22.9275px;
    line-height: 27.25px;
  }
  .marketing-section2-heading:before,
  .marketing-section3-heading:before,
  .address-heading:before {
    font-size: 27px;
    line-height: 47.04545px;
    border-bottom: 1px solid #ffffff;
  }
  .marketing-section3-bg {
    height: 395px;
    padding: 15px 20px;
  }
  .address-heading:before {
    line-height: 62.04545px;
  }
  .line {
    display: none;
  }
  .marketing-section2-lines:before,
  .marketing-section2-lines:after,
  .marketing-section3-lines:before,
  .marketing-section3-lines:after,
  .top-social-media .other-social-wrap:before,
  .top-social-media .other-social-wrap:after,
  .address-lines:before,
  .address-lines:after {
    display: none;
  }
  .marketing-section3-tagline:after {
    font-size: 27px;
    line-height: 30px;
  }
  .marketing-section3-tagline::before {
    font-size: 22.5px;
  }
  .marketing-section3-content ul li {
    margin: 5px 0 0;
  }
  .marketing-section3-btn {
    margin-top: 0;
  }
  #rentcafe_residentportal .portal-name:after,
  #rentcafe_onlineleasing .portal-name:after {
    font-size: 23.505px;
    line-height: 29.54545px;
  }
  #homepage #banner {
    max-height: 670px;
    min-height: 440px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  #homepage #logo-container,
  #innerpage #logo-container {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #homepage #logo-container img,
  #innerpage #logo-container img {
    position: relative;
  }
  #navwrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .navbar {
    float: none;
    text-align: center;
  }
  .navbar .nav > li > a,
  .navbar .nav > .active > a,
  .navbar .nav > .active > a:hover,
  .navbar .nav > .active > a:focus {
    padding: 10px;
  }
  #homepage #banner {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  #navwrapper .nav-btn {
    padding: 30px 15px 2px;
  }
  .logo-nav-holder.fixed {
    position: static !important;
  }
  header {
    background: #ffffff;
  }
  #homepage header {
    background: #ffffff;
    position: inherit;
    margin-top: 0;
  }
  #innerpage header,
  #rentcafe_residentportal header,
  #rentcafe_onlineleasing header {
    margin-top: 0;
  }
  #homepage .social-holder {
    margin-top: -40px;
  }
  #logo-container {
    text-align: left;
  }
  #rentcafe_residentportal #logo-container,
  #rentcafe_onlineleasing #logo-container {
    text-align: center;
  }
  header .col-xs-4 {
    position: static;
  }
  .marketing-section2 {
    padding: 150px 0 100px;
  }
  #homepage #banner {
    max-height: 505px;
  }
}
@media (max-width: 767px) {
  #homepage #banner {
    max-height: 480px;
    min-height: 209px;
  }
  #homepage #tagline {
    font-size: 25px;
    line-height: 45.276px;
    padding-bottom: 10px;
  }
  #homepage .callus-holder {
    margin-bottom: 60px;
  }
  #homepage #apldiv a {
    padding: 5px;
  }
  #homepage #apldiv a,
  #homepage #apt-search a,
  #homepage #call-us .phone-number {
    font-size: 13.99999995px;
  }
  #homepage #apt-search,
  #homepage #call-us {
    padding: 0 5px;
  }
  #homepage_slider .carousel-control {
    top: 45%;
  }
  #homepage #apldiv {
    margin: 0px 0 10px;
  }
  .social-phone-holder #call-us {
    margin-bottom: 30px;
  }
  .grow:hover {
    height: 60px;
    /* This is the height on hover */
  }
  .marketing-section2 {
    margin-top: 120px;
    height: auto;
  }
  .marketing-section3-bg {
    height: auto;
  }
  #rentcafe_residentportal .portal-name,
  #rentcafe_onlineleasing .portal-name {
    text-align: center;
    padding: 10px 0px;
  }
  #pictures #pictures-wrap {
    height: 315px !important;
  }
  .left-img-bg,
  .right-img-bg {
    display: none;
  }
  .middle-column {
    width: 100%;
    float: none;
  }
}
@media (max-width: 667px) {
  #homepage #banner {
    max-height: 438px;
  }
}
@media (max-width: 480px) {
  #homepage #banner {
    max-height: 300px;
  }
}
@media (max-width: 471px) {
  .footer-social-media .other-social-wrap {
    border-left: 0;
    padding: 20px 50px;
  }
  #homepage #banner {
    max-height: 285px;
  }
}
@media (max-width: 414px) {
  .footer-social-media .other-social-wrap {
    padding: 0;
  }
  #homepage .callus-holder {
    margin-bottom: 0;
  }
  #homepage .social-holder {
    margin-top: 0px;
    background-color: #05060b;
  }
  .marketing-section2 {
    padding: 120px 0 105px;
  }
  #homepage #banner {
    max-height: 270px;
  }
}
@media (max-width: 375px) {
  #homepage #banner {
    max-height: 240px;
  }
}
@media (max-width: 320px) {
  #homepage #tagline {
    font-size: 18px;
    line-height: 9.25px;
  }
  #homepage #banner {
    max-height: 210px;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}